.hide-dial-code .iti--allow-dropdown .iti__flag-container,
.hide-dial-code .iti--separate-dial-code .iti__flag-container {
    display: none;
}
.form-group.username-field.hide-dial-code 
.form-control.form-input.iti__input {
    padding-left: 30px !important;
}
.col-right .step.otp_step.two {
  padding-top: 70px;
}

.form-group.otp-group .input_wrapper .form-control {
  padding-left: 10px !important;
}

.col-right .step.second_step {
  padding-top: 80px;
}

.authentication_modal .otp_sent img {
  width: 12px;
  height: 12px
}

.onfehalf .step.login_step.one {
  padding-top: 40px;
}

.customerLoginModal .carousel,
.customerLoginModal .carousel-inner,
.customerLoginModal .carousel-item,
.customerLoginModal .carousel-item img {
  height: 100%;
}

.form-group.new-password-field {
  margin-bottom: 16px;
}

.authentication_modal .modal-dialog {
  max-width: 760px;
}

.authentication_modal .modal-content {
  border: 0;
  box-shadow:
    0px 10px 22px 0px rgba(0, 0, 0, 0.1),
    0px 39px 39px 0px rgba(0, 0, 0, 0.09),
    0px 88px 53px 0px rgba(0, 0, 0, 0.05),
    0px 157px 63px 0px rgba(0, 0, 0, 0.01),
    0px 245px 69px 0px rgba(0, 0, 0, 0);
}

.authentication_modal .modal-body {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.authentication_modal .col-right {
  padding: 36px 40px;
}

.authentication_modal .modal-logo {
  display: block;
  margin: 0 auto 18px;
}

.authentication_modal h3 {
  color: #444444;
  margin-bottom: 6px;
  font-family: 'Poppins SemiBold';
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.authentication_modal .form-control.form-input.iti__input {
  padding-left: 70px !important;
}

.authentication_modal p {
  margin-bottom: 20px;
  margin-top: 16px;
  font-family: 'Poppins Regular';
  font-size: 12px;
  letter-spacing: 0%;
  text-align: start;
  vertical-align: middle;
  color: #606060;
}

#B2CModalCarousel p {
  margin-bottom: 10px;
  margin-top: 16px;
  font-family: 'Poppins Regular';
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFF;
}

.authentication_modal .form-control {
  height: 38px;
  font-size: 12px;
  color: #1e0001;
  border-radius: 4px;
  border-color: #c5c9da;
  box-shadow: none !important;
  transition: 0.3s all;
  padding-left: 30px !important;
}

.authentication_modal .form-control:focus {
  border-color: #444444;
}

.authentication_modal .input_wrapper {
  position: relative;
}

.input_wrapper .icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  margin: 0;
  z-index: 1;
}

.form-group:not(.field) .icon {
  opacity: 0.5;
}

.input_wrapper .icon.icon-filter {
  opacity: 1;
}

.input_wrapper .icon+.form-control {
  padding-left: 34px !important;
}

.authentication_modal .cta-field {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px dashed #ccc;
}

.authentication_modal .cta-field .btn-primary {
  width: 100%;
  height: 37px;
  border-radius: 4px;
  font-size: 15px;
  background-color: #eb1c23;
  border: 0;
}

.authentication_modal .cta-field .btn-outline {
  width: 100%;
  height: 37px;
  border-radius: 4px;
  font-size: 15px;
  background-color: #ffffff;
  color: #eb1c23;
  border: 1px solid #eb1c23;
}

.authentication_modal .cta-field .btn-ms_login {
  margin-top: 16px;
}

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #eb1c23;
  opacity: 0.5;
  cursor: not-allowed;
}

.authentication_modal .form-control.invalid {
  border-color: #ff0000;
  background-color: #f2dede;
}

.authentication_modal .text-error {
  font-size: 10px;
  color: #ff0000;
  margin-top: 2px;
}

.authentication_modal .send_step {
  display: block;
  width: 124px;
  margin: 0 auto;
}

.authentication_modal .otp-group .input_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.authentication_modal .otp_sent p {
  margin-bottom: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.authentication_modal .otp_sent .user_input {
  font-size: 14px;
  color: #444444;
  /* margin-right: 5px; */
}

.authentication_modal .otp_sent .edit_input {
  font-size: 14px;
  color: #eb1c23;
  cursor: pointer;
  display: inline-flex;
  /* ✅ align icon + text */
  align-items: center;
  gap: 6px;
}

.otp-group .form-control {
  font-weight: 700;
  width: 36px;
  height: 38px;
  text-align: center;
}

.otp-group .full_otp {
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
}

.authentication_modal .resend_action {
  color: #444444;
  margin-top: 24px;
  margin-bottom: 0;
}

.authentication_modal .resend_otp {
  color: #0088C6;
  cursor: pointer;
}

.authentication_modal .resend_action span {
  position: absolute;
  top: 6px;
  right: 10px;
  left: auto;
}

.error_message {
  color: #ff0000 !important;
  margin-top: 24px;
}

.authentication_modal .action {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
}

.authentication_modal .forgot_pass {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}

.cta-forget-field {
  margin-top: 24px;
}

.icon-user {
  background-image: url("/images/login/user.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.icon-pin {
  background-image: url("/images/login/pin.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.icon-email {
  background-image: url("/images/login/email.svg");
}

.icon-shield {
  background-image: url("/images/login/shield.svg");
  background-repeat: no-repeat;
  height: 16px !important;
}

.icon-password {
  background-image: url("/images/login/passport.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.input_wrapper .icon-eye {
  background-image: url("/images/login/eye.svg");
  background-repeat: no-repeat;
  left: auto;
  right: 12px;
  top: 20px;
}

.input_wrapper .icon-eye.active {
  background-image: url("/images/login/eye-close.svg");
}

.login_step .iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.login_step .iti__selected-dial-code {
  color: #1e0001;
  font-size: 12px;
}

.login_step .iti__flag.iti__in {
  border-radius: 4px;
  transform: scale(0.9);
}

.login_step .iti {
  width: 100%;
}

.parsley-error {
  background-color: #f2dede !important;
  border: 1px solid #ff0000 !important;
}

.email-field {
  margin-bottom: 16px;
}

.agentLoginModal .username-field,
.agentLoginModal .password-field,
.agentLoginModal .pin-field {
  margin-bottom: 16px;
}

.session-filed p {
  font-size: 13px;
  color: #444444;

}

.session-filed img {
  width: 62px;
}

.Resend-OTP {
  color: #0088C6;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 12px;
}

.ResetModal .modal-dialog {
  max-width: 460px;
}

.Reset-Wrapper {
  padding: 60px;
}

.ResetModal .username-field {
  margin-bottom: 16px;
}

#sotcLoginSignup button.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}

.authentication_modal .cta-field .btn-ms_login img.microsoft {
  width: 30px;
  height: 16px;
}

.form-group.password-field {
  margin-top: 16px;
}

.form-group.pin-field {
  margin-top: 16px;
}

.form-group.otp-field {
  margin-top: 16px;
}

#B2CModalCarousel .carousel-caption h5 {
  font-family: 'Poppins SemiBold';
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

#B2CModalCarousel .carousel-indicators button {
  width: 5px !important;
  height: 5px !important;
  background-color: #8C8C8C !important;
  opacity: 1;
  border-radius: 12px !important;
  border: none;
}

#B2CModalCarousel .carousel-indicators button.active {
  width: 16px !important;
  height: 5px !important;
  background-color: #fff !important;
}

#B2CModalCarousel .carousel-caption.d-none.d-md-block {
  padding-bottom: 10px;
}

@media (max-width: 991px) {

  /* ===== Modal Wrapper ===== */
  .bottom-sheet {
    padding: 0 !important;
  }

  /* ===== Dialog ===== */
  .bottom-sheet .modal-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
  }
  
  .col-right .step.second_step {
    padding-top: 50px;
    padding-bottom: 50px;
}

  /* ===== Modal Content ===== */
  .bottom-sheet .modal-content {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    pointer-events: auto;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.18);
  }

  .bottom-sheet.show .modal-content {
    transform: translateY(0);
  }

  /* ===== Scroll Area ===== */
  .bottom-sheet .modal-body {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: env(safe-area-inset-bottom);
    /* iPhone safe area */
  }

  /* ===== Handle Bar ===== */
  .bottom-sheet .modal-content::before {
    content: "";
    width: 44px;
    height: 5px;
    background: #d6d6d6;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
  }

  /* ===== Close Button ===== */
  #sotcLoginSignup .bottom-sheet button.btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 25;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    opacity: 0.6;
  }

  /* ===== Left Carousel (Sticky Header Feel) ===== */
  .bottom-sheet .col-left {
    position: relative;
    top: 0;
    z-index: 5;
    background: #fff;
  }

  /* ===== Carousel ===== */
  .bottom-sheet .carousel-item {
    height: 235px;
  }

  .bottom-sheet .carousel-item .carousel-caption {
    padding-bottom: 5px;
  }

  .bottom-sheet .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }

  /* Optional: gradient overlay for readability */
  .bottom-sheet .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 40%);
  }

  /* ===== Right Content ===== */
  .bottom-sheet .col-right {
    padding: 20px 18px 24px;
  }

  /* Better typography spacing */
  .bottom-sheet h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .bottom-sheet p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* ===== Inputs ===== */
  .bottom-sheet .form-control {
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
  }

  /* ===== CTA Section Sticky Bottom (Optional PRO) ===== */
  .bottom-sheet .cta-field {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 16px 0 10px;
    border-top: 1px solid #eee;
    z-index: 10;
  }

  .Reset-Wrapper {
    padding: 30px;
  }
}