
.otp-verified-anim {
  animation: otpVerifiedScale 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes otpVerifiedScale {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #22c55e33;
  }
  60% {
    transform: scale(1.08);
    box-shadow: 0 0 8px 4px #22c55e33;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #22c55e00;
  }
}




.x-modal_backdrop {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100vh !important;
}
.sign-up-modal.x-modal_container {
  display: block !important;
  margin: 40px auto !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  transform: none !important;
  max-width: 95vw !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.sign-up-modal.x-modal_content {
  width: 100% !important;
  
  margin: 0 auto !important;
  box-sizing: border-box !important;
  background: #fff !important;
}


.x-modal_content.modal-success-state {
  background: transparent !important;
  max-width: 800px !important;
}


#fluentform_8 .iti.iti--allow-dropdown.iti--show-flags,
#fluentform_8 .ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom {
  width: 300px !important;
  margin-left: auto;
  margin-right: auto;
  display: block
}

#fluentform_8 .ff-custom_html p {
  max-width: 370px;
  margin-top: 1rem;
}