.widget-signup__wrapper {
  background: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  padding: 32px;
}

.widget-signup__wrapper a {
  font-family: "hellixbold";
}

.widget-signup__image-wrapper {
  position: absolute;
  z-index: -1;
  min-width: 750px;
  min-height: 750px;
}

.widget-signup__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.widget-signup__title_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.widget-signup__title {
  text-align: left;
  font-family: "hellixbold";
  font-size: 28px;
  line-height: 38px;
}

.widget-signup__form ul {
  padding-left: 0px;
}

.widget-signup__form input::placeholder {
  color: #a9a9a9;
  font-family: "hellixregular";
}

#submit-form {
  display: block;
  width: 100%;
}

.widget-signup__form a {
  color: #fe0095;
}

button#currency-banner-initiate-transfer:disabled {
  background-color: #6c6e79;
}

.widget-signup__form input#term_condtion {
  position: relative;
  top: 0.5px;
  width: 20px;
  height: 20px;
  width: auto;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  cursor: pointer;
  zoom: 1.9;
  margin-right: 3px;
  margin-left: 0;
  height: auto;
}

.pink_text {
  color: #fe0095;
}
/*------------------------form-------------------------------*/

input:focus {
  border: 1px solid #a9a9a9;
}

.currencyForm form input {
  display: inline-block;
  width: 100%;
  /* color: #000; */
  transition: all 0.2s ease;
  background: #ffffff;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 14px;
  height: 45px;
  font-family: "hellixregular";
}

.currencyForm form input[type="email"]::placeholder,
.currencyForm form input[type="password"]::placeholder {
  color: #a9a9a9;
}

/*------------------------select end---------------------------*/

.select_option {
  position: relative;
  width: 100%;
}

.select_option select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #a9a9a9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
  background: #ffffff;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 17px 24px;
  margin: 0;
  font-size: 16px;
}

.select_option select::-ms-expand {
  display: none;
}

.select_option select:hover,
.select_option select:focus {
  outline: none;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.select_option select:hover + .select_arrow,
.select_option select:focus + .select_arrow {
  border-top-color: #000000;
}

.input_field.checkbox_option label {
  font-size: 14px;
  position: relative;
  top: -6px;
}

/*------------------------select end---------------------------*/

.currencyForm > div {
  padding-left: 0;
  padding-top: 1rem;
}

.currencyForm > div .card_custom {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-bottom: 2em;
  float: right;
  max-width: 100%;
  width: 100%;
}

.currencyForm .customBtn .btn {
  width: 100%;
}

.currencyForm h3 {
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
  margin: 0 0 24px;
  font-family: "Hellix-Bold";
}

.currencyForm form .details p {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.currencyForm form .message {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  display: block;
  float: left;
  margin: 15px auto 0;
  font-family: "hellixregular";
}
#messagetnc {
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  display: block;
  margin: -30px auto 20px;
  font-family: "hellixregular";
}

.eyeIcon {
  position: relative;
}

.eyeIcon img {
  content: "";
  position: absolute;
  width: 5%;
  top: calc(50% - 6px);
  right: 15px;
}

.currency_form_btn {
  display: flex;
  justify-content: space-between;
}

#instarem_signup .currency_form_btn .currency_form_btn_social {
  text-decoration: none;
  width: 50%;
}

#instarem_signup .currency_form_btn .currency_form_btn_social .social-media {
  height: 46px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 0 auto;
}

.currency_form_or::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #a9a9a9;
  top: 50%;
  right: 0;
}

.currency_form_or::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #a9a9a9;
  top: 50%;
  left: 0;
}

.currency_form_or {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  position: relative;
  margin: 20px 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paid-transfer-banner .blue-country-textbox input,
.paid-transfer-banner .corporat-mob-number input,
.paid-transfer-banner .register-business-name input {
  width: 100%;
  margin-right: 0;
  float: none;
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  transition: all 0.2s ease;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 14px;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  font-family: "hellixregular";
  margin-bottom: 0px;
}

#instarem_signup .passwordeye {
  z-index: 1;
  height: 20px;
  width: 20px;
  position: absolute;
  background: url(/wp-content/themes/wade-child/assets/img/show-eye.svg) right
    top no-repeat;
  right: 15px;
  top: 19px;
  background-size: 18px;
  cursor: pointer;
}
#instarem_signup input {
  margin-bottom: 0 !important;
}
#instarem_signup .blue-country-error {
  color: #ff3f56;
  margin: 5px 5px 0;
  font-size: 12px;
  margin-top: 2px;
  /* upadted ny vishal  */
  font-family: "hellixregular";
}

.password-policy {
  width: 100%;
  margin-top: 5px;
  position: relative;
  background-color: rgb(237, 237, 237);
  border-radius: 0 0 4px 4px;
  border-top: none;
  display: none;
  min-height: 45px;
  padding: 5px;
}

.paid-transfer-banner .password-policy ul {
  margin: 0 0 0 10px;
  list-style-type: none;
  padding: 6px 0;
  display: table;
}

.new-country-banner .password-policy ul li,
.new-country-banner .password-policy ul li span {
  color: #202859;
}

.paid-transfer-banner .password-policy ul li {
  font-size: 11px;
  margin-right: 10px;
  color: #202859;
  letter-spacing: 0.5px;
}

.password-policy ul li {
  float: left;
  font-size: 10.5px;
  margin-right: 8px;
  color: #202859;
  width: auto;
  position: relative;
  padding-left: 18px;
  line-height: 18px;
}

.password-policy ul li::before,
.password-policy ul li.redcol::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #00a9df54;
  background-size: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
}

.paid-transfer-banner .blue-form-left-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.paid-transfer-banner .password-policy ul li span {
  color: #202859;
  padding-left: 0px;
  margin-left: 0;
  padding-top: 0;
}

.password-policy ul li span {
  font-size: 12px;
  color: #202859;
  display: block;
  background: none;
  padding-left: 0px;
  padding-top: 0;
  margin-left: 0;
}

#instarem_signup .passwordeye.active {
  background: url(/wp-content/themes/wade-child/assets/img/hide-eye.svg) right
    top no-repeat;
  background-size: 18px;
}

.password-policy span.active {
  display: block;
}

.paid-transfer-banner .password-policy span {
  margin-left: 10px;
  padding-left: 16px;
  padding-top: 10px;
}

.signup-flex-col {
  flex-direction: column !important;
}

.password-policy span {
  display: none;
  font-size: 15px;
  color: #5fa90b;
  background: transparent url(https://cdn.instarem.com/images/icon/bluetick.png)
    left 16px no-repeat;
  padding-left: 16px;
  margin-left: 10px;
  padding-top: 12px;
  font-family: hellixregular;
}

.password-policy ul li.active {
  text-decoration: line-through;
}

.password-policy ul li.active::before {
  background: transparent
    url("/wp-content/themes/wade-child/assets/img/form-done.svg") left top
    no-repeat;
  background-size: 12px;
}

.password-policy ul li::before,
.password-policy ul li.redcol::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #00a9df54;
  background-size: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.password-policy ul.active {
  display: none;
}

.currencyForm #instarem_signup .checkbox_option input[type="checkbox"i] {
  width: auto;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  cursor: pointer;
  zoom: 1.9;
  margin-right: 5px;
  margin-left: 0;
  height: auto;
}

.paid-transfer-banner .blue-country-dropdown,
.paid-transfer-banner .blue-bussiness-type {
  position: relative;
}

.paid-transfer-banner .blue-code-dropdown-list {
  width: 200%;
  position: absolute;
  float: left;
  top: 45px;
}

.paid-transfer-banner .blue-country-dropdown-text.active,
.paid-transfer-banner .blue-bussiness-type-text.active,
.paid-transfer-banner .blue-code-dropdown-text.active {
  color: #a9a9a9;
}

.blue-country-dropdown-text.active,
.blue-bussiness-type-text.active,
.blue-code-dropdown-text.active,
.blue-bank-dropdown-text.active {
  color: rgba(49, 50, 53, 0.6);
}

.blue-country-dropdown-text.active1,
.blue-bussiness-type-text.active1,
.blue-code-dropdown-text.active1 {
  color: #000000;
}

.blue-country-dropdown-text,
.blue-bussiness-type-text,
.blue-code-dropdown-text,
.blue-bank-dropdown-text {
  cursor: pointer;
  color: #a9a9a9;
  display: flex;
  width: 100%;
  color: #333;
  transition: all 0.2s ease;
  background: #ffffff;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 14px;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  font-family: "hellixregular";
}

.blue-country-dropdown-text::after,
.blue-bussiness-type-text::after,
.blue-code-dropdown-text::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 0;
  transition: all 0.4s ease-out;
}

.blue-country-dropdown-list,
.blue-bussiness-type-list,
.blue-code-dropdown-list,
.blue-bank-dropdown-list {
  display: none;
  width: 93%;
  background: #a9a9a9;
  padding: 0;
  position: absolute;
  border-radius: 0 0 5px 5px;
  z-index: 99;
  color: #fff;
  height: auto;
  max-height: 230px;
  overflow: auto;
  cursor: pointer;
  left: 3.5%;
  border: 1px solid #a9a9a9;
}

.blue-country-dropdown-list ul li,
.blue-bussiness-type-list ul li,
.blue-code-dropdown-list ul li,
.blue-bank-dropdown-list ul li {
  color: #a9a9a9;
  padding: 10px 15px;
  border-bottom: solid 1px #a9a9a9;
  background: #fff;
  list-style: none;
  font-weight: 600;
  text-align: left;
}

#account_type {
  display: none;
}

.social_popup_close,
.youtxt,
.popup_or,
.social_popup,
.blue-form-right .social_popup_continue {
  display: none;
}

#country,
#code,
#bankname {
  border: none;
  position: absolute;
  background: transparent;
  top: 0px;
  padding: 0 15px;
  left: 0px;
  height: 0px;
}

.business-number {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.paid-transfer-banner .corporat-mob-code {
  width: 35%;
  display: none;
}

.blue-code-dropdown-list {
  width: 365px;
  border-radius: 0 0 5px 5px;
  margin-left: 5%;
}

.paid-transfer-banner .corporat-mob-number {
  width: 62%;
  display: none;
}

.blue-bussiness-type-list ul {
  padding: 0%;
  margin: 0%;
}

.register-business-name,
.corporat-mob-number,
.corporat-mob-code {
  display: none;
  border: none;
}

.password-policy ul li.redcol span {
  color: #ff3f56 !important;
  font-family: "hellixregular";
}

.password-policy ul li.redcol::before {
  background: transparent
    url("/wp-content/themes/wade-child/assets/img/form-close.svg") left top
    no-repeat;
  background-size: 12px;
}

.paid-transfer-banner #email.active,
.paid-transfer-banner #password.active,
.paid-transfer-banner
  .blue-country-dropdown.active
  .blue-country-dropdown-text.active,
.paid-transfer-banner
  .blue-bussiness-type.active
  .blue-bussiness-type-text.active,
.corporat-mob-code.active .blue-code-dropdown-text.active,
.corporat-mob-number.active #mobile-number,
.register-business-name.active #registered-business-name {
  border: solid 1px #d0021b;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.paid-transfer-banner .checkbox-bar {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 3px;
  float: left;
}

.paid-transfer-banner .checkbox-bar .checktermandcondition {
  position: relative;
  font-size: 14px;
  font-family: "hellixregular";
  padding-left: 5px;
}

.view-detail-box-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
}

.view-detail-box {
  max-width: 500px;
  width: 92%;
  display: none;
  position: fixed;
  width: 460px;
  top: 32%;
  left: 0;
  right: 0;
  border: 1px solid #efefef;
  padding: 25px 40px 30px 40px;
  background: #f2f2f2;
  border-radius: 20px;
  z-index: 1001;
  margin: 0 auto;
}

.view-detail-box p {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 0;
  text-align: center;
  margin: 20px 0;
}

.view-detail-box-close {
  width: 160px;
  text-align: center;
  margin: 15px auto 0;
}

.paid-transfer-banner .banner-right {
  border-radius: 12px;
  background-image: linear-gradient(327deg, #202859, #354087);
}

.social_popup_form_parent.popactive {
  background: transparent;
}

.social_popup.popactive {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
}

.new-country-banner #instarem_signup.social_popup_form.popactive {
  background: #f2f2f2;
}

#instarem_signup.social_popup_form.popactive {
  position: fixed;
  width: 460px;
  top: 4%;
  left: 0;
  right: 0;
  border: 1px solid #efefef;
  padding: 25px 40px 30px 40px;
  background: #ffffff;
  border-radius: 20px;
  z-index: 1001;
  margin: 0 auto;
}

.new-country-banner .youtxt.popactive,
.new-country-banner .youtxt span {
  color: #000;
}

.youtxt.popactive {
  font-size: 24px;
  color: rgb(53, 64, 135);
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.social_popup_close.popactive {
  display: block;
  font-size: 18px;
  position: absolute;
  color: #00a9df;
  right: 15px;
  top: 10px;
  font-weight: bold;
  cursor: pointer;
}

.paid-transfer-banner .view-detail,
.currency-blue-bar .view-detail {
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  float: right;
  color: #00a9df;
  margin: 20px auto 0;
  font-family: "hellixregular";
}

.hide_social_popup_form.popactive,
.paid-transfer-banner .hide_social_popup_form.popactive {
  display: none;
}

.blue-bussiness-type-list.social_popup_list ul li.first.popactive,
.blue-bussiness-type-list.social_popup_list ul li.last.popactive {
  background: #48faff;
  color: #333;
}

.new-country-banner .blue-bussiness-type-list.social_popup_list ul li {
  background: #ffffff;
}

.blue-bussiness-type-list.social_popup_list ul li.last {
  width: 40%;
  text-align: center;
  border-radius: 4px;
  float: right;
  background: transparent;
  color: #333;
  border: solid 1px #333;
  padding: 10px;
}

.blue-bussiness-type-list.social_popup_list {
  display: block !important;
  background: none;
  position: relative;
  left: 0;
  width: 100%;
  border: 0;
}

.youtxt span {
  font-size: 12px;
  display: block;
  color: #9b9b9b;
  line-height: 26px;
}

.blue-bussiness-type-list.social_popup_list ul li.first {
  width: 40%;
  text-align: center;
  border-radius: 4px;
  float: left;
  background: transparent;
  color: #333;
  border: solid 1px #333;
  padding: 10px;
}

.blue-form-right .social_popup_continue.popactive,
.popup_or.popactive {
  color: #000;
}

.blue-form-right .social_popup_continue.popactive {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.popup_or.popactive {
  position: absolute;
  top: 13px;
  left: 46.5%;
  font-size: 11px;
  text-align: center;
  color: #313335;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-weight: 700;
}

.term_sondition_chkbox {
  display: flex;
  align-items: center;
}

input#password::placeholder {
  color: #a9a9a9;
  font-family: "hellixregular";
}

input#email::placeholder {
  color: #a9a9a9;
  font-family: "hellixregular";
}

/***************************************media query*****************************************/

@media screen and (max-width: 1100px) {
  .currencyForm h3 {
    font-size: 18px;
  }
}

@media (min-width: 801px) and (max-width: 1160px) {
  .currency_form_btn {
    flex-direction: column;
  }
  #instarem_signup .currency_form_btn .currency_form_btn_social .social-media {
    width: 100%;
    margin-bottom: 10px;
  }
  #instarem_signup .currency_form_btn .currency_form_btn_social {
    text-decoration: none;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .currencyForm h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .currencyForm h3 {
    font-size: 20px;
  }
  .social-media span {
    font-size: 12px;
    font-family: "Hellix-Bold";
  }
  .error_india_popup_box {
    padding: 5%;
    width: 94%;
  }
  .error_india_popup_text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  #instarem_signup .currency_form_btn .currency_form_btn_social {
    width: 100%;
    margin-bottom: 10px;
  }

  .paid-transfer-banner .business-number {
    flex-direction: column;
  }

  .paid-transfer-banner .corporat-mob-code,
  .paid-transfer-banner .corporat-mob-number {
    width: 100%;
  }

  .paid-transfer-banner .blue-code-dropdown-list {
    width: 95%;
    margin-left: 0px;
  }

  .error_india_popup_box {
    padding: 7% 5%;
  }
  .error_india_popup_text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .currency_form_btn {
    flex-direction: column;
  }
  #instarem_signup .currency_form_btn .currency_form_btn_social .social-media {
    width: 100%;
  }
  .btn.hide_social_popup_form {
    padding: 6px 6px;
    font-size: 10px;
  }
}

@media screen and (max-width: 380px) {
  .currencyForm h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 350px) {
  .currencyForm h3 {
    font-size: 16px;
  }
}

/************************************************************/

.row-logo {
  display: flex;
  text-align: center;
}

.col-logo {
  text-align: center;
  display: flex;
  margin-right: 20px;
}

.col-logo a {
  display: flex;
}

/*------------------------modal---------------------------*/

.modal-content table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 8px;
  border-collapse: collapse;
}

/* css for signup form modal */
/* #signup-error-modal .modal-content {
  -webkit-animation-name: animatecenter;
  -webkit-animation-duration: 0.4s;
  animation-name: animatecenter;
  animation-duration: 0.4s;
} */
@-webkit-keyframes animatecenter {
  from {
    top: 50%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatecenter {
  from {
    top: 50%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/* End css for signup form modal */

.modal-content table td {
  padding: 10px;
  text-align: center;
  font-family: "Hellix-Regular";
}

.modalHomePage {
  display: none;
}

.modalDialogTable {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  pointer-events: none;
}

.modalDialogTable:target {
  opacity: 1;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalDialogTable .modalText {
  height: auto;
  overflow: auto;
  max-width: 930px;
  width: 90%;
  position: relative;
  margin: 20px auto;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.modalDialogTable .modalText .close {
  position: absolute;
  right: 22px;
  top: 22px;
}

.modalDialogTable .modalText .page_heading {
  font-size: 24px;
  line-height: 36px;
  font-family: "Hellix-Regular";
  text-align: center;
}

.modalDialogTable .modalText .page_heading span {
  font-size: 24px;
  line-height: 36px;
  font-family: "Hellix-Bold";
}

.modalDialogTable .modalText p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Hellix-Regular";
  color: #000000;
}

.modalDialogTable .modalFooter p {
  font-family: "Hellix-Regular";
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #8e8e8e;
}

.modalDialogTable .customBtn {
  margin: 20px 0;
}

tr {
  border-bottom: 1px solid #f0f0f0;
}

.modalDialogTable .pinkText {
  cursor: pointer;
  width: 20%;
  margin: 0 auto;
}

.pinkText {
  font-family: "Hellix-Bold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fe0095;
}

.modal-content .page_heading {
  font-size: 30px;
  text-align: center;
  font-family: "Hellix-Bold";
}

.btn {
  padding: 6px 10px;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  border: 0px;
  cursor: pointer;
  min-height: 42px;
  font-family: "Hellix-Bold";
}

a.btn {
  padding: 13px 10px;
}

.btn:focus {
  outline: none;
}

.blue_btn {
  background: #48faff;
  color: #333333;
  border: 1px solid #48faff;
}

.text-center {
  text-align: center;
}

#error_india_popup {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  z-index: 9999;
  position: fixed;
  margin: 0;
  top: 0;
}

.error_india_popup_box {
  margin: 16% auto;
  z-index: 20;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  padding: 25px;
  width: 760px;
  height: auto;
  position: relative;
  text-align: center;
}

.error_india_popup_text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  display: table;
  margin-bottom: 20px;
  color: #000000;
}

.error_india_popup_close {
  position: absolute;
  top: 2px;
  right: 7px;
  margin: 0;
  cursor: pointer;
  font-size: 26px;
  color: #fe0095;
}

.error_india_popup_btn {
  color: #ffffff !important;
  font-family: "hellixregular", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  border-radius: 4px;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 12px 32px;
  background-color: var(--qode-main-color);
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

/*------------------------modal end---------------------------*/

/*------------------------modal---------------------------*/

.modal-content {
  text-align: center;
  border-radius: 8px;
  position: relative;
  background-color: white;
  padding: 20px;
  margin: auto;
  width: 75%;
  /* -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; */
}

.close-btn,
.error_india_popup_close {
  cursor: pointer;
  font-family: "hellixregular";
  color: #fe0095;
  font-size: 30px;
  top: 5px;
  position: absolute;
  right: 5px;
}

.close-btn:hover {
  /* color: darkgray; */
  color: #fe0095;
  font-size: 30px;
  top: 0;
  position: absolute;
  right: 10px;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/*------------------------modal end---------------------------*/

.compareModal .modalText {
  margin: 30px 0;
  font-family: "Hellix-Regular";
}

.compareModal .modalFooter {
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .modal {
    padding-top: 10px;
  }
  .modal-content {
    padding: 10px;
    width: 90%;
  }
  .compareModal .modalText {
    margin: 20px 0;
    font-size: 15px;
  }
  .modal-content .page_heading {
    font-size: 20px;
    line-height: 25px;
  }
  @media screen and (max-width: 340px) {
    .modal-content .page_heading {
      font-size: 16px;
      line-height: 20px;
    }
    .modal-content table {
      margin-top: 5px;
    }
    .compareModal .modalText {
      margin: 10px 0 15px;
      font-size: 13px;
    }
    .compareModal .modalFooter {
      margin-top: 15px;
      font-size: 13px;
    }
  }
}
#instarem_signup .input_div {
  box-sizing: border-box;
  display: flex;
  transition: 0.2s ease-in;
  flex-direction: column;
  position: relative;
  font-family: hellix-regular !important;
}

#instarem_signup .input_div input {
  position: unset;
  margin: 0;
}

#instarem_signup .input_div > div {
  position: relative;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  transition: 0.2s ease-in;
}

#instarem_signup .input_div input:-webkit-autofill ~ label,
#instarem_signup .input_div label.has-value,
#instarem_signup .input_div div input:focus-within ~ label,
#instarem_signup .input_div div input:not(:placeholder-shown) ~ label {
  top: 0px;
  left: 16px;
  padding: 0px 4px;
  font-size: 14px;
  color: #a9a9a9 !important;
  border: none;
}

#instarem_signup .input_div div label {
  font-family: hellixregular;
  font-size: 14px;
  position: absolute;
  left: 19px;
  top: 50%;
  font-weight: 400;
  transform: translateY(-50%);
  transition: 0.1s ease-in;
  border: none;
  color: #a9a9a9 !important;
  background-color: #ffffff;
}

#instarem_signup .input_div div label:hover {
  border: none;
}

#instarem_signup .input_div div input {
  outline: none;
  border: none;
  font-size: 18px;
  padding-left: 19px;
  border-radius: 10px;
  min-width: 78px;
  flex: 2 1 0%;
  caret-color: rgb(242, 0, 149);
  font-family: hellixregular !important;
  color: #333;
}

#instarem_signup .input_div input:read-only {
  color: #a9a9a9;
}

.otp-screen-wrapper {
  display: flex;
  max-width: 562px;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.otp-header {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.otp-header span:first-child {
  font-family: "hellixbold";
  font-size: 28px;
  line-height: 38px;
}

.otp-header span:last-child {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.otp-info-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
.email {
  font-size: 24px;
  line-height: 38px;
  color: #747474;
}

form {
  display: flex;
  justify-content: center;
  gap: 9px;
}

form .otp-input {
  width: 30px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #a9a9a9;
  text-align: center;
  font-size: 16px;
  outline: none;
  padding: 0;
}

form .otp-input:focus {
  border-color: #fe0095;
  caret-color: #fe0095;
}

.otp-top {
  position: absolute;
  top: 0;
  display: flex;
  background-color: white;
  z-index: 1000;
  width: 100%;
  box-shadow: 0px 2px 4px 0px #0000001a;
  height: 90px;
  align-items: center;
  z-index: 1;

  img {
    width: 151px;
    height: 50px;
  }
}

.otp-confirm {
  width: 219px;
  border-radius: 4px;
  height: 46px;
  outline: none;
  border: none;
  background-color: #a9a9a9;
  color: #ffffff;
  cursor: pointer;
}

.resend-code {
  display: flex;
  flex-direction: column;
  gap: 4px;
  span {
    font-size: 16px;
    line-height: 26px;
  }
  button {
    outline: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: "hellixbold";
    color: #fe0095;
  }
}

.otp-back-icon {
  position: absolute;
  left: 235px;
  top: 150px;
  cursor: pointer;
}
.otp-back-icon svg {
  fill: white !important;
}

@media (max-width: 1080px) {
  .otp-back-icon {
    left: 5px;
    top: 100px;
  }
}

#signup-error-modal .modal {
  z-index: 1000001 !important;
}
#signup-error-modal .modal-content {
  max-width: 450px;

  button {
    margin-top: 24px;
  }

  .close-btn {
    display: none;
  }
}
