input[type="tel"] {
  width: 100%;
}

.iti {
  width: 100%;
}

.overlay-5ANo8F43Pw {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: auto;
  display: none;
}

.lds-spinner-5ANo8F43Pw {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner-5ANo8F43Pw div {
  transform-origin: 40px 40px;
  animation: 1.2s linear 0s infinite normal none running lds-spinner-5ANo8F43Pw;
}

.lds-spinner-5ANo8F43Pw div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(255, 255, 255);
}

.lds-spinner-5ANo8F43Pw div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner-5ANo8F43Pw div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner-5ANo8F43Pw {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.visible-5ANo8F43Pw {
  display: flex;
}

@keyframes rf-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rf-flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.rf-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  justify-content: center;
}

.rf-container__inner {
  box-sizing: border-box;
  max-width: 460px;
  width: 500px;
}

.rf-form {
  border-radius: 10px;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,
    rgba(15, 23, 42, 0.05) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

.rf-form__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 24px 16px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  background: rgb(126, 211, 33);
}

.rf-form__content {
  position: relative;
  box-sizing: border-box;
  padding: 20px 16px;
  border-radius: inherit;
}

.rf-form__loader {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.8);
}

.rf-form__loader::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-image: initial;
  border-color: currentcolor transparent;
  animation: 1.2s linear 0s infinite normal none running rf-spin;
}

.rf-form-field {
  width: 100%;
}

.rf-form-field__error {
  line-height: 1.25;
  display: none;
  width: 100%;
  margin-top: 8px;
  color: rgb(239, 68, 68);
}

.rf-form-text {
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-family: Unbounded;
  color: rgb(110, 110, 110);
}

.rf-form-input {
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  color: rgb(15, 23, 42);
  border: 0px solid rgb(229, 231, 235);
  border-radius: 6px;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,
    rgb(226, 232, 240) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  background-color: rgb(255, 255, 255);
  appearance: none;
}

.rf-form-input:focus {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,
    rgb(59, 130, 246) 0px 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.rf-form-button {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border: 0px solid rgb(229, 231, 235);
  border-radius: 8px;
  background: rgb(126, 211, 33);
}

.rf-form-button:focus {
  outline: none;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,
    rgb(147, 197, 253) 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.rf-alert {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
}

.rf-alert_error {
  color: rgb(185, 28, 28);
  background: rgb(254, 226, 226);
}

.rf-alert_success {
  color: rgb(21, 128, 61);
  background: rgb(220, 252, 231);
}

.rf-alert__icon {
  opacity: 0.65;
}

.rf-alert__content {
  font-size: 14px;
  line-height: 20px;
  padding-left: 12px;
}

.rf-alert__content * {
  font-family: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.rf-alert__content > * {
  margin: 0px !important;
  padding: 0px !important;
}

.rf-alert__content > * + * {
  margin-top: 0.35em !important;
}

.rf-alert__content > h1,
.rf-alert__content > h2,
.rf-alert__content > h3,
.rf-alert__content > h4,
.rf-alert__content > h5,
.rf-alert__content > h6 {
  font-size: 100% !important;
  font-weight: 600 !important;
}

.rf-alert__content > ul,
.rf-alert__content > ol {
  padding-left: 1.5em !important;
}

.rf-form__content > * + * {
  margin-top: 16px;
}

.rf-form__content > :last-child {
  margin-top: 20px;
}

.rf-logos {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0px 0px;
  padding: 0px;
  list-style: none;
}

.rf-logos > * {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 33.3%;
  padding: 8px;
}

.rf-logo {
  height: auto;
  max-width: 100%;
}

#reg-form {
  max-width: 485px;
  width: 100%;
}

.rf-form {
  box-shadow: none;
}

.rf-form__header {
  display: none;
}

.rf-form-button {
  border-radius: 20px;
  background: linear-gradient(
    143deg,
    rgb(182, 255, 111) 0%,
    rgb(190, 237, 143) 100%
  );
  color: rgb(30, 30, 30);
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  height: 84px;
}

.rf-form-button:hover,
.rf-form-button:active {
  color: rgb(190, 237, 143);
  background: rgb(51, 51, 51);
}

.rf-form-field {
  border-radius: 20px;
  border: 2px solid rgb(255, 255, 255);
  background: linear-gradient(
    176deg,
    rgba(51, 51, 51, 0.4) 0%,
    rgba(80, 79, 79, 0.4) 100%
  );
  backdrop-filter: blur(5px);
  z-index: 3;
}

.rf-form__content {
  padding: 0px;
  max-width: 485px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.rf-form-input {
  color: rgb(250, 248, 255);
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: left;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  padding: 30px 15px;
  width: 100%;
}

.rf-form-input:focus {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px,
    rgb(190, 237, 143) 0px 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 0px 20px 20px 0px;
}

.rf-form-input::-webkit-input-placeholder {
  color: rgb(250, 248, 255);
  text-align: left;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.rf-form-input::placeholder {
  color: rgb(250, 248, 255);
  text-align: left;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.rf-form-field__error {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 5;
}

.logo__img {
  width: 50px;
}

.header {
  padding: 10px;
}

@media (max-width: 1280px) {
  .rf-form-input {
    padding: 15px;
  }
  .rf-form-input {
    font-size: 16px;
  }
  .rf-form-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .rf-form-input::placeholder {
    font-size: 16px;
  }
  .rf-form-button {
    font-size: 16px;
  }
  .rf-form-button {
    height: 54px;
  }
}

@media (max-width: 1200px) {
  .rf-form-input {
    font-size: 18px;
  }
  .rf-form-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .rf-form-input::placeholder {
    font-size: 18px;
  }
  .rf-form-button {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .rf-form-field {
    font-size: 18px;
  }
  .rf-form-input {
    padding: 25px 15px;
  }
  .rf-form-field__error {
    top: -2px;
  }
  .rf-form-button {
    height: 74px;
  }
  .logo__img {
    width: 40px;
  }
  span.logo__text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .rf-form-input {
    padding: 15px;
  }
  .rf-form-input {
    font-size: 16px;
  }
  .rf-form-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .rf-form-input::placeholder {
    font-size: 16px;
  }
  .rf-form-button {
    font-size: 16px;
  }
  .rf-form-field__error {
    top: 48px;
  }
  .rf-form-button {
    height: 54px;
  }
  img.logo__img {
    width: 30px;
  }
  span.logo__text {
    font-size: 16px;
  }
}

.aio-sdk-form {
  font-size: 16px;
}
