
.ldzalo-otp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.ldzalo-otp-backdrop {
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.5);
}
.ldzalo-otp-dialog {
  position:relative;
  background:#fff;
  border-radius:8px;
  padding:24px 32px 28px;
  width:380px;
  max-width:90%;
  box-shadow:0 12px 35px rgba(0,0,0,.25);
  z-index:1;
}
.ldzalo-otp-dialog h2 {
  margin-top:0;
  margin-bottom:8px;
  font-size:20px;
  font-weight:600;
}
.ldzalo-otp-caption {
  color:#888;
  font-size:12px;
  margin-bottom:16px;
}
.ldzalo-otp-dialog label {
  display:block;
  font-weight:500;
  margin-bottom:4px;
}
.ldzalo-otp-dialog input[type="tel"] {
  width:100%;
  padding:10px 12px;
  border-radius:6px;
  border:1px solid #ccd0d4;
  margin-bottom:12px;
}
.ldzalo-otp-dialog .button.button-primary {
  width:100%;
  background:#ff7a00;
  border-color:#ff7a00;
  box-shadow:none;
}
.ldzalo-otp-close {
  position:absolute;
  right:12px;
  top:10px;
  border:none;
  background:transparent;
  font-size:20px;
  cursor:pointer;
}
.ldzalo-otp-step {
  display:none;
}
.ldzalo-otp-step.is-active {
  display:block;
}
.ldzalo-otp-code-wrap {
  display:flex;
  justify-content:space-between;
  margin:12px 0 18px;
}
.ldzalo-otp-code-wrap input {
  width:46px;
  height:48px;
  text-align:center;
  font-size:22px;
  border-radius:8px;
  border:1px solid #ccd0d4;
}
.ldzalo-otp-back {
  font-size:13px;
  display:inline-block;
  margin-bottom:8px;
}
.ldzalo-otp-message {
  margin-top:8px;
  font-size:12px;
  color:#c62828;
}
.ldzalo-otp-login .ldzalo-otp-open {
  background:#1976d2;
  border-color:#1976d2;
  color:#fff;
}
