/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.group {
  position: relative;
  margin-bottom: 25px;
  height: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
}

.group svg {
  position: absolute;
  top: 12px;
  right: 8px;
}

.group input, .group select, .group textarea {
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block;
  /* width: 100% !important; */
  border: none;
  border: 1px solid #cecece !important;
  background-color: transparent !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  height: 45px !important;
  padding: 0px 15px !important;
  border-radius: 5px !important;
  width: 100%;
}

.group input:focus, .group select:focus, .group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 10px !important;
  padding: 0px 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
}

.group input:focus ~ label,
.group input:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
}

.group select:focus ~ label,
.group select:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.accpt {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 85px;
}

@media only screen and (min-width: 1125px) {
  .accpt {
    margin-bottom: 0px !important;
  }
}

.accpt p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}

.accpt .ter .text-toogle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.accpt .ter .text-toogle input[type="checkbox"] {
  position: relative;
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  pointer-events: revert;
}

.accpt .ter .text-toogle input:checked[type="checkbox"] {
  background: #8505f9;
}

.accpt .ter .text-toogle input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
}

.accpt .ter .text-toogle input:checked[type="checkbox"]:before {
  left: 24px;
}

.lefthistory {
  position: relative;
  z-index: 10;
}

.lefthistory .heading_div {
  padding: 15px 10px;
  background: #F3F4F6;
}

.lefthistory .heading_div .head {
  position: relative;
}

.lefthistory .heading_div .head h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #8505f9;
  height: 33px;
  position: relative;
  z-index: 9;
}

.lefthistory .heading_div .head h3 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #8505f9;
}

.lefthistory .heading_div .head p {
  height: 33px;
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 18px;
}

.lefthistory .tabs_desserts .tab {
  margin: 12px 0;
}

.lefthistory .tabs_desserts .tab ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 300px;
}

.lefthistory .tabs_desserts .tab ul li {
  list-style: none;
  color: #93959F;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lefthistory .tabs_desserts .tab ul li span {
  width: 6px;
  height: 6px;
  background-color: #93959F;
  display: inline-block;
  border-radius: 50px;
}

.lefthistory .tabs_desserts .tab ul .active {
  color: #ff2222fa;
  font-weight: 900;
}

.lefthistory .tabs_desserts .tab ul .active::before {
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #ff2222fa;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.lefthistory .policies_stutas {
  padding: 20px;
}

.lefthistory .policies_stutas .policies .head h3 {
  font-size: 16px;
  font-weight: bold;
  color: #8505f9;
}

.lefthistory .policies_stutas .policies .cnt h4 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 7px;
}

.lefthistory .policies_stutas .policies .cnt p {
  font-size: 14px;
}

.container {
  padding: 0;
}
/*# sourceMappingURL=policies.css.map */