@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&display=swap');

.lr-otp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.lr-otp-box {
  width: 360px;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  font-family: "Syne", sans-serif;
  box-shadow: 0 0 40px rgba(0,0,0,.15);
  position: relative;
}

.lr-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  background: #F3A88D;
  border-radius: 10px;
  color: #fff;
  width: 34px;
  height: 34px;
  border: none;
  cursor: pointer;
}

.lr-otp-box h2 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
}

.lr-otp-box p {
  margin: 8px 0 16px;
}

.lr-phone-screen,
.lr-otp-screen {
  margin-top: 10px;
}

.lr-input-wrap {
  display: flex;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 15px;
}

.lr-india-code {
  font-weight: 600;
  margin-right: 8px;
}

#lr_phone,
#lr_otp_input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
}

.lr-btn {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  background: #F3A88D;
  font-weight: 600;
  cursor: pointer;
}

.lr-resend {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.lr-resend #lr_resend_btn {
  font-weight: 600;
  cursor: pointer;
  color: #F3A88D;
}

.lr-error {
  margin-top: 8px;
  color: red;
  text-align: center;
}
