.LoginOtpModal_modalOverlay__Hvm3E {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.LoginOtpModal_modalDialog__wsDU0 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.LoginOtpModal_modalContent__pQDvh {
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.LoginOtpModal_modalHeader__bRa_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #dee2e6;
}

.LoginOtpModal_modalTitle__fbS4F {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.LoginOtpModal_closeButton__HmWk9 {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LoginOtpModal_closeButton__HmWk9:hover {
  opacity: 0.75;
}

.LoginOtpModal_modalBody__1det0 {
  padding: 20px;
}

.LoginOtpModal_loginSec__pKJFY,
.LoginOtpModal_otpSec__WgFc7 {
  width: 100%;
}

.LoginOtpModal_inputOuter__MYp_I {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 8px;
}

.LoginOtpModal_countryCode__LszB4 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.LoginOtpModal_formControl__SLt1v {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out;
}

.LoginOtpModal_formControl__SLt1v:focus {
  outline: none;
  border-color: #850e00;
  box-shadow: 0 0 0 0.2rem rgba(133, 14, 0, 0.25);
}

.LoginOtpModal_errorMessage__VFM_b {
  color: #dc3545;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 10px 0;
  margin: -10px 0 0 20px;
}

.LoginOtpModal_successMessage__KduMq {
  color: #28a745;
  font-size: 12px;
  padding: 0 0 10px 0;
  margin: -10px 0 0 20px;
}

.LoginOtpModal_privacyNote__BOIO5 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.LoginOtpModal_privacyNote__BOIO5 img {
  flex-shrink: 0;
}

.LoginOtpModal_privacyNote__BOIO5 small {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.LoginOtpModal_btnPrimary__O_I3F {
  width: 100%;
  padding: 12px;
  background-color: #850e00;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.2s;
}

.LoginOtpModal_btnPrimary__O_I3F:hover:not(:disabled) {
  background-color: #6a0b00;
}

.LoginOtpModal_btnPrimary__O_I3F:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* OTP Section Styles */
.LoginOtpModal_otpSec__WgFc7 {
  text-align: center;
}

.LoginOtpModal_otpTitle__9Dcp3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.LoginOtpModal_lineNumber__cduOO {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.LoginOtpModal_lineChangeNumber__CNghu {
  font-size: 14px;
  margin-bottom: 15px;
}

.LoginOtpModal_lineChangeNumber__CNghu a {
  color: #850e00;
  text-decoration: none;
  font-weight: 500;
}

.LoginOtpModal_lineChangeNumber__CNghu a:hover {
  text-decoration: underline;
}

.LoginOtpModal_otpWrapper__1Sduk {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.LoginOtpModal_otpInput__t86Nb {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out;
}

.LoginOtpModal_otpInput__t86Nb:focus {
  outline: none;
  border-color: #850e00;
  box-shadow: 0 0 0 0.2rem rgba(133, 14, 0, 0.25);
}

.LoginOtpModal_otpTimer__bElfh {
  font-size: 13px;
  color: #6c757d;
  margin-top: 10px;
}

.LoginOtpModal_otpTimer__bElfh span {
  font-weight: 600;
}

/* Responsive */
@media (max-width: 576px) {
  .LoginOtpModal_modalDialog__wsDU0 {
    max-width: 100%;
  }

  .LoginOtpModal_modalTitle__fbS4F {
    font-size: 16px;
  }

  .LoginOtpModal_otpInput__t86Nb {
    width: 40px;
    height: 45px;
    font-size: 18px;
  }

  .LoginOtpModal_otpWrapper__1Sduk {
    gap: 6px;
  }
}


