/** Shopify CDN: Minification failed

Line 203:18 Expected identifier but found bad string token
Line 203:19 Unterminated string token

**/
.cst_log_popup_wrapp {
  position: fixed;
  z-index: 9999;
  background: #fff;
  border-radius: 15px;
  max-width: 760px;
  width: calc(100% - 32px);
  height: 542px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dd_custom_login_popup_overlap {
    position: fixed;
    background: #00000078;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 999;
}
.img-container {
  width: 100%;
}

.img-container img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.cust_popup_container {
  height: 100%;
}

.cust_popup_container .cust-popupp-inner-container {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.image-wrapper-block {
  max-width: 50%;
  width: 100%;
}

.image-wrapper-block * {
  height: 100%;
}

#cust-new-pop.first-wrapp .login-img img {
  width: fit-content;
  max-width: 50%;
}

#cust-new-pop.first-wrapp .login-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  margin-bottom: 20px;
}

#cust-new-pop.first-wrapp .header_login {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

#cust-new-pop.first-wrapp .login-box {
  position: relative;
}

.first-wrapp .header_login,
.popup-right .first-wrapp .header_login {
  text-align: center;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 1.2em;
  line-height: 1.2;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

#cust-new-pop.first-wrapp .input_label , .dd_login_with_email_containor .field label {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #000;
}

#sotp .sotp-popup-wrapper .sotp-popup-inner .sotp-popup-content .sotp-popup-container .popup-right #cust-new-pop.first-wrapp {
  border-radius: 15px;
  overflow-y: auto;
  padding: 20px;
}

#cust-new-pop.first-wrapp .input_box_content {
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}

#cust-new-pop.first-wrapp .input_box_content .country-selector-list {
  position: absolute;
  left: 1px;
  z-index: 100;
}

#cust-new-pop.first-wrapp .input_box_content input {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
  line-height: 28px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  border: 0;
      /* max-width: fit-content; */
    color: #000;
    font-size: 13px;
}
.dd_marketing_option_checkbox_containor {
    display: flex
;
    gap: 3px;
    width: 100%;
    align-items: flex-start;
}
  .custom_input .input_box_content input[type="date"] {
    width: 100%;
    transition: width 0.3s ease;
  }

  .custom_input .input_box_content input[type="date"].has-value {
    width: fit-content;
    min-width: 80px; /* optional */
  }
#cust-new-pop.first-wrapp .login_content {
  text-align: center;
  max-width: 364px;
  color: #000;
  letter-spacing: 1px;
  margin: auto auto 20px;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;

}

.image-wrapper-block .left-img-block.mob-img {
  display: none;
}

.login-box.box_wrapper_custom .send_otp_btn,
.verify_otp_box .submit-otp,
.dd_submit_otp_btn,
.cust-detail-btn {
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 5px;
  color: #fff;
  background: #000;
  padding: 7px 20px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 10px;
  transition: unset !important;
}

span.user_details_mob {
  font-weight: 600;
}

.popup-right {
    padding: 20px;
    background: #fff;
    width: calc(50% + 15px);
    margin-left: -15px;
    position: relative;
    display: flex;'
    align-items: center;
}

.login-box .consent_text_wrapper,
.consent_links_wrapper a {
  margin: 0;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.pop-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999999;
  text-align: center;
}

.pop-close-btn svg path {
  fill: #000;
}

.consent_text_wrapper .consent-text_block {
  margin: 0 0;
}

.login-box .consent_text_wrapper {
  margin-top: 20px;
}

.verify_otp_box .verify_otp_container .dd_custom_login_otp_input_box_containor .dd_custom_login_otp_input_box {
  width: 20%;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  aspect-ratio: 1 / 1;
  background: transparent;
  text-align: center;
}

.verify_otp_box .verify_otp_container .dd_custom_login_otp_input_box_containor {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.mobile_number_wrapp {
  display: inline-flex;
  gap: 3px;
  margin-bottom: 0;
}

.verify_otp_box .resend-otp_block {
  margin: 10px 0 0;
  color: #c7c7c7;
}

.resend-otp_block {
  font-size: 14px;
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.dd_otp_resend_time {
  margin: 0;
  text-align: center;
}

.dd_otp_resend_time span {
  background: #000;
  color: #fff;
  padding: 2px;
}

.firstname-lastname-block {
  display: flex;
  gap: 12px;
}

#cust-new-pop.first-wrapp .customer_details_block .input_label {
  margin: 10px 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
.customFieldsBox .custom_field label{
   margin: 10px 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}

.customer_details_block .input_box_content label {
  display: none;
}

.customer_details_block .custom_field {
  margin-top: 10px;
  margin-bottom: 10px;
}

.customer_details_block .custom_field .custom_select select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #2e2a39;
  font-size: 1em;
  box-sizing: border-box;
  transition: box-shadow .1s ease;
  border-radius: 10px;
  height: 4.5rem;
  min-width: 72px;
  position: relative;
  border: 0;
  width: 100%;
  cursor: pointer;
  line-height: 1.2;
  padding: 10px;
  margin: 1px;
  min-height: 20px;
}

.customer_details_block .custom_field .custom_select:before {
  pointer-events: none;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 11px;
  box-shadow: #2e2a3900 0 4px 5px;
  z-index: -1;
}

.customer_details_block .custom_field .custom_select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: .1rem solid transparent;
  border-radius: 10px;
  box-shadow: #2e2a398c 0 0 0 1px;
  transition: box-shadow .1 ease;
  z-index: 1;
}

.customer_details_block .custom_field .custom_select {
  display: flex;
  position: relative;
  width: 100%;
}

.customer_details_block .custom_select svg {
  height: .6rem;
  pointer-events: none;
  position: absolute;
  top: 21.5px;
  right: 16px;
}

.customer_details_block .checkbox-main-label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin: 0;
  width: calc(100% - 30px);
  display: block;
}

.success-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  align-items: center;
}

.success-login-container .success-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.success-login-container .success-title span {
  display: block;
}

.cst_log_popup_wrapp .popup-right .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: loader-custom .75s linear infinite;
}

.cst_log_popup_wrapp .hide {
  display: none;
  text-align: center;
}

@keyframes loader-custom {
  100% {
    transform: rotate(360deg);
  }
}
p.resend-otp-message_time {
    margin-top: 5px;
}
.dd_hide_custom_login_popup,.dd_custom_login_hidden{
    display:none;
}
.dd_custom_login_error_msg_containor {
    display: flex
;
    justify-content: center;
    background: red;
    color: #fff;
    border-radius: 5px;
    max-width: 350px;
    gap: 5px;
    align-items: center;
    padding: 0px 10px;
    font-size: 14px;
}
.d_custom_login_wrong_error_icon {
    max-height: 20px;
}
.d_custom_login_wrong_error_box_close_icon {
    max-height: 20px;
}
.d_custom_login_wrong_error_text {
    line-height: normal;
    padding: 8px 10px 8px 1px;
    border-right: 2px solid #ffffffc2;
}
.dd_custom_login_success_and_error_msg_containor {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.popup-right{
  overflow:scroll;
}
#dd_loading_bar_spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;
}
#dd_loading_bar_spinner.spinner .dd_login_spinner_icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #000 !important;
    border-left-color: #000 !important;
    border-radius: 50%;
}
#dd_loading_bar_spinner.dd_hide_loading{
  display:none;
}
.d_custom_login_success_icon {
    max-height: 18px;
}
.d_custom_login_success_icon svg{
  fill: #fff;
  max-height: 18px;
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.resend-otp_block p.resend_btn {
    color: #000;
    text-align: center;
    margin-top: 3px;
    text-decoration: underline;
    cursor:pointer;
}
.update-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    flex-wrap: wrap;
}
.update-checkbox-wrapper input[type=checkbox] {
    cursor: pointer;
}
.dd_custom_login_success_msg_containor.dd_custom_login_msg {
    display: flex;
    background: #000;
    color: #fff;
    align-items: center;
    font-size: 13px;
    border-radius: 5px;
    gap: 8px;
    padding: 0px 12px;
}
.d_custom_login_wrong_error_box_close_icon svg {
    max-height: 15px;
    max-width: 15px;
    cursor: pointer;
}
.d_custom_login_wrong_error_box_close_icon{
  max-height: 18px;
}
.d_custom_login_wrong_error_box_close_icon svg{
   max-height: 18px;
   max-width: 18px;
   cursor: pointer;
}
.d_custom_login_success_icon {
    max-height: 18px;
}
select#countryCodeSelect {
    padding: 10px 10px;
    border: none;
    background: unset;
    margin-right: 5px;
}


/* template-customers-login css */
.custom-account-login-design .cst_log_popup_wrapp {
    position: static;
    transform: unset;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 25px 15px;
}
.custom-account-login-design .image-wrapper-block {
    max-width: 45%;
    width: 100%;
}
.custom-account-login-design .popup-right {
    padding: 30px 100px;
    background: #f1f1f1;
    width: calc(55% + 15px);
    margin-left: 0;
    position: relative;
    /* overflow: visible; */
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
}
#cust-new-pop.first-wrapp .input_box_content input {
    background: unset;
    border-left: 2px solid #00000026;
    border-radius: 0px 5px 5px 0;
}
.dd_custom_login_customer_detail_containor .input_box_content input{
   border-left: none!important;
}
.custom-account-login-design #cust-new-pop.first-wrapp .login-img img {
    width: fit-content;
    max-width: 35%;
}
.custom-account-login-design #cust-new-pop.first-wrapp .login-img {
    padding-top: 0;
    margin-bottom: 30px;
}
.custom-account-login-design .cust_popup_container .cust-popupp-inner-container {
    align-items: center;
}
.custom-account-login-design .img-container img {
    object-position: 0 128px;
}
.template-customers-login .Customer_register_template_inner_new {
    max-width: 1200px;
    padding: 0 15px;
}
.template-customers-login .promo-offer {
    text-align: center;
    padding: 0 0 16px 0;
    background-color: #fff;
}
.template-customers-login .Customer_register_template_mainleft_new {
    width: 45%;
    padding: 25px;
}
.template-customers-login .dd_hide_custom_login_popup{
  display: none;
}
.custom-account-login-design .pop-close-btn {
    position: static;
    display: none;
}
/* .custom-account-login-design .cust_popup_container .cust-popupp-inner-container {
    overflow: visible;
} */
.custom-account-login-design .cst_log_popup_wrapp {
   max-height: unset;
} 
.custom-account-login-design .login-box .consent_text_wrapper {
    margin-top: 20px;
}
.dd_custom_login_success_and_error_msg_containor {
    bottom: 18px;
}
.dd_custom_popup_body_overflow_hidden{
  overflow:hidden;
} 

 .template-customers-login .custom-account-login-design .cst_log_popup_wrapp {
    position: unset;
}
.dd_error_msg_detail_form,.dd_error_msg_email_login{
    color: red;
    font-size: 12px;
    /* margin-top: -5px; */
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
}
input[type="date"] {
  appearance: none;
  -webkit-appearance: none; /* for Safari */
  text-align: left;
}
/* .dd_marketing_checkbox_error {
      box-shadow: 0 0 0px 2px red;
    border-radius: 4px;
} */
/* .checkbox-wrapper {
    border: 2px solid red;
    border-radius: 4px;
    padding: 0;
    display: inline-block;
    height: 17px;
    width: fit-content;
    margin-right: 2px;
}
.checkbox-wrapper input {
  margin: 0;
} */
/* .dd_marketing_checkbox_error .dd_marketing_option_checkbox{
   -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none; 
  box-shadow: 0 0 0 2px red;
} */


/* Hide native checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
}


.custom-checkbox .checkmark {
    width: 17px;
    height: 17px;
    border: 2px solid red;
    border-radius: 3px; 
    display: inline-block;
    position: relative;
    transition: .2s;
}


.custom-checkbox input:checked+.checkmark:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Checked state background */
.custom-checkbox input:checked + .checkmark {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.promo-offer {
    text-align: center;
    padding: 0;
    background-color: #fff;
}
.promo-offer__headline {
    font-size: 16px;
    margin-bottom: 20px;
}

.promo-offer__coupon-code {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.promo-offer__title {
  font-style: italic;
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.promo-offer__headline {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000000d1;
    text-transform: uppercase;
}

.promo-offer__headline em {
    color: #d32f2f;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    width: 100%;
    display: block;
}

.promo-offer__coupon-box {
    display: inline-block;
    margin: 0 0 15px;
    padding: 13px 30px;
    border: 2px dashed #0e0c0c;
    background-color: #f9f9f9;
}

.promo-offer__coupon-code {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.promo-offer__button {
    background-color: #d32f2f;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
    transition: background-color .3s ease;
}

.promo-offer__button:hover {
  background-color: #b71c1c;
}
#countryCodeSelect img{
       max-width: 40px;
    padding: 0px 10px;
    display: block;
}
.customer_details_block .checkbox-main-label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin: 0;
    width: calc(100% - 30px);
    display: block;
    padding-top: 5px;
}



/* dd_login_with_email_containor */

.dd_login_with_email_containor .field input , .dd_fotgot_password_section_containor .field input {
    font-weight: 400;
    padding: 7px 10px;
    line-height: 28px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    border: 1px solid #00000026;
}
.dd_login_with_email_containor .field , .dd_fotgot_password_section_containor .field{
  flex-direction: column;
}
.forget-pass-email{
  font-size: 14px;
  color: #000;
}
.dd_already_have_account_text{
    font-size: 14px;
    margin-top: 5px;
    color: #000;
    cursor: pointer; 
    text-align: center; 
}
.dd_already_have_account_text span {
    color: #0d6efd;
    text-decoration: underline;
}
.errors ul{
   padding: 0;
   margin-top: 2px;
}
.errors ul li{
  font-size: 18px;
  color: red;
  list-style: none;
  text-align: center; 
}
.form__message{
  margin-bottom: 0 ;
  font-family: 'Futura Now Headline';
  justify-content: center;
}
small#RecoverEmail-email-error {
    color: red;
    margin-top: 4px;
    margin-bottom: 20px;
}
h3.form__message.dd_login_forget_pass_containor {
    font-size: 16px;
    margin: 15px 0 20px 0;
    line-height: 19px;
    color: green;
    font-weight: 500;
    text-align: center;
}
/* Responsvie  */
@media(max-width:1024px){
  .custom-account-login-design .popup-right {
        padding: 45px 50px;
  }
}
@media(max-width:768px){
    .template-customers-login .Customer_register_template_mainleft_new {
      width: 100%;
      padding: 25px;
      min-height: 360px;
  }
  .template-customers-login .Customer_register_template_inner_new {
      flex-wrap: wrap;
  }
  .custom-account-login-design .image-wrapper-block {
      max-width: 100%;
      width: 100%;
  }
  .custom-account-login-design .popup-right {
      width: 100%;
  }
  .custom-account-login-design .cst_log_popup_wrapp {
    position: static;
    transform: unset;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
}
.custom-account-login-design #cust-new-pop.first-wrapp .login-img img {
    width: fit-content;
    max-width: 25%;
}
.popup-right {
    padding: 10px 20px 45px 20px;
}
.image-wrapper-block .left-img-block.mob-img {
    display: block;
  }

  .image-wrapper-block .left-img-block.desk-img {
    display: none;
  }

  .cust_popup_container .cust-popupp-inner-container {
    flex-direction: column;
  }

  .image-wrapper-block {
    max-width: 100%;
  }

  .popup-right {
    width: 100%;
    margin-left: 0;
    overflow: auto;
  }

  .cst_log_popup_wrapp {
    height: auto;
    max-height: 80vh;
    max-width: 420px;
  }

  #cust-new-pop.first-wrapp .login-img {
    margin-bottom: 5px;
  }

  .pop-close-btn * {
    display: block;
  }

  .pop-close-btn {
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pop-close-btn svg {
    width: 12px;
  }
  .cst_log_popup_wrapp{
  overflow: auto;
}
.custom-account-login-design .img-container img {
    object-position: top;
}
.success-login-container .success-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}
.promo-offer__coupon-box {
    margin: 0 0 15px;
    padding: 6px 20px;
    font-size: 14px;
}
}
@media(max-width: 576px){
   #cust-new-pop.first-wrapp .input_box_content input {
      font-size: 14px;
      padding: 4px 9px;
      line-height: 26px;
  }
  #cust-new-pop.first-wrapp .input_box_content input::placeholder{
    font-size: 12px;
  }
  .customer_details_block .custom_field .custom_select select {
      font-size: 14px;
      height: 36px;
  }
  .customFieldsBox {
      margin-bottom: 20px;
      display: block;
  }
  .errors ul li{
    font-size: 16px;
  }
}
@media (max-width: 480px) {
    .template-customers-login .Customer_register_template_mainleft_new {
        width: 100%;
        padding: 10px 20px;
        min-height: 300px;
        order: 0;
    }
    .template-customers-login .Customer_register_template_innerleft_new {
        max-width: 100%;
        margin: auto;
    }
    .template-customers-login #sotp-new-popup.olWrapper .ol {
        padding: 20px 5px;
    }
    .custom-account-login-design #cust-new-pop.first-wrapp .login-img img {
        width: fit-content;
        max-width: 50%;
    }
    .custom-account-login-design #cust-new-pop.first-wrapp .login-img {
      margin-bottom: 20px;
   }
   #cust-new-pop.first-wrapp .login_content {
      margin: auto auto 20px;
  }
  .custom-account-login-design .popup-right {
        padding: 45px 20px;
    }
    .popup-right {
        padding: 20px 20px 35px;
    }
.login-box .consent_text_wrapper {
  margin-top: 20px;
}

}

.update-checkbox-wrapper.terms_and_conditions .dd_error_msg_detail_form{
  display:none;
}
.update-checkbox-wrapper.terms_and_conditions .dd_error_msg_detail_form.dd_marketing_checkbox_error{
  display:block; 
  margin-left:4px;
}
/* Checkbox styling (commented) */
/*
.customer-details-block .update-checkbox-wrapper .input-checkbox {
  transition: all .2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 0;
  display: block;
  margin: 0 5px 0 0;
  width: 20px;
  border-radius: 2px;
  height: 12px;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 10px inset,
              rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}

.customer-details-block .update-checkbox-wrapper .input-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0px;
  height: 8px;
  margin-left: -5px;
  margin-top: -4px;
  background-image: url(/cdn/shopifycloud/shopify/assets/checkout_2021-01-25/checkbox-tick-66a9a39….svg), none;
  left: 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.customer-details-block input[type=checkbox]:checked:after {
  transform: scale(1);
  transition-delay: .1s;
  opacity: 1;
}
*/

  /* #cust-new-pop.first-wrapp .input_box_content {display: flex;justify-content: flex-start;} */
#cust-new-pop.first-wrapp .input_box_content input {flex:1;width:100%;text-align:left;}


input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}
button.cust-detail-btn.dd_disabled {
    pointer-events: none;
    opacity: 0.9;
}

.dd_fotgot_password_section_containor form .cust-detail-btn{
  display:none;
}

 #dd_loading_bar_spinner.spinner .dd_login_spinner_icon {
    width: 30px;
    height: 30px;
    border: solid 4px transparent;
    border-top-color: #ffffff !important;
    border-left-color: #ffffff !important;
    border-radius: 50%;
}
.country_flag_iso_code img{
  width: 100%;
}

.dd_login_with_email_migration_text {
    font-weight: 600;
    margin-top: 25px;
    display: block;
    text-align: center;
    line-height: normal;
    margin-bottom: 15px;
}
.dd_login_with_email_containor .field{
   margin-top: 18px;
}
.dd_login_with_email_containor label{
   display: none;
}
.dd_sign_up_text {
    padding-top: 12px;
    border-top: 1px solid #e1e1e5;
    text-align: center;
    font-size: 15px;
}
.dd_sign_up_text span.sign-up-btn {
    cursor:pointer;
    color: #0d6efd;
}