/* Modal Styles */
/* line 3, app/assets/stylesheets/customer/login_modals.scss */
.square-modal .modal-dialog {
  max-width: 520px;
  margin: 1.5rem auto;
}

/* line 7, app/assets/stylesheets/customer/login_modals.scss */
.square-modal .modal-content {
  border-radius: 18px;
  padding: 34px 36px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
  background: var(--panel-bg);
  position: relative;
}

/* line 15, app/assets/stylesheets/customer/login_modals.scss */
.modal-backdrop.show {
  background: black !important;
}

/* line 19, app/assets/stylesheets/customer/login_modals.scss */
.square-modal .close-top {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #444;
  cursor: pointer;
  background: unset;
  border: none;
}

/* line 36, app/assets/stylesheets/customer/login_modals.scss */
.square-modal .back-arrow {
  position: absolute;
  left: 12px;
  top: 16px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  cursor: pointer;
  background: unset;
  border: none;
}

/* line 51, app/assets/stylesheets/customer/login_modals.scss */
.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 6px;
}

/* line 59, app/assets/stylesheets/customer/login_modals.scss */
.logo-mark {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 2px solid #222;
}

/* line 68, app/assets/stylesheets/customer/login_modals.scss */
.logo-mark svg {
  width: 22px;
  height: 22px;
}

/* line 70, app/assets/stylesheets/customer/login_modals.scss */
.brand-name {
  font-size: 14px;
  color: #161616;
  margin-bottom: 12px;
  font-family: Manrope;
  font-weight: 600;
  font-size: 15.9px;
  letter-spacing: 3%;
}

/* line 80, app/assets/stylesheets/customer/login_modals.scss */
.h-title {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #102348;
}

/* line 88, app/assets/stylesheets/customer/login_modals.scss */
.sub-text {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #555555;
  margin-bottom: 20px;
}

/* line 98, app/assets/stylesheets/customer/login_modals.scss */
.square-input {
  width: 100%;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

/* line 108, app/assets/stylesheets/customer/login_modals.scss */
.form-label {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
  color: #161616;
}

/* line 115, app/assets/stylesheets/customer/login_modals.scss */
.small-muted {
  font-size: 12px;
  color: var(--muted);
}

/* line 117, app/assets/stylesheets/customer/login_modals.scss */
.mint-btn {
  background: #08AF86;
  border: none;
  color: #fff;
  padding: 12px 18px;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: none;
  font-size: 14px;
  font-family: Work Sans;
  transition: opacity 0.2s ease-in-out;
}

/* line 130, app/assets/stylesheets/customer/login_modals.scss */
.mint-btn:active {
  transform: translateY(1px);
}

/* line 131, app/assets/stylesheets/customer/login_modals.scss */
.mint-btn.disabled-btn {
  opacity: 0.5;
  pointer-events: none;
}

/* line 136, app/assets/stylesheets/customer/login_modals.scss */
.otp-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 10px;
}

/* line 137, app/assets/stylesheets/customer/login_modals.scss */
.otp-box {
  width: 52px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--input-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
}

/* line 141, app/assets/stylesheets/customer/login_modals.scss */
.otp-box input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  border: none;
  outline: none;
  background: transparent;
}

@media (max-width: 520px) {
  /* line 146, app/assets/stylesheets/customer/login_modals.scss */
  .square-modal .modal-dialog {
    max-width: 92%;
  }
  /* line 147, app/assets/stylesheets/customer/login_modals.scss */
  .square-modal .modal-content {
    padding: 20px;
  }
}

/* line 150, app/assets/stylesheets/customer/login_modals.scss */
.resend-row {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}

/* line 151, app/assets/stylesheets/customer/login_modals.scss */
.terms {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 16px;
}

/* line 152, app/assets/stylesheets/customer/login_modals.scss */
.required {
  color: #d9534f;
  margin-left: 4px;
  font-weight: 700;
}

/* line 154, app/assets/stylesheets/customer/login_modals.scss */
:root {
  --mint: #9ed9c6;
  --mint-dark: #74c6ad;
  --muted: #9aa0a6;
  --panel-bg: #ffffff;
  --overlay: rgba(23,29,30,0.72);
  --radius: 12px;
  --input-bg:#f5f6f7;
  --input-border:#e6e7e8;
}
