/* line 2, app/assets/stylesheets/customer/callback_modals.scss */
:root {
  --green: #6cc2a7;
  /* primary mint green */
  --green-dark: #3c9b7b;
  /* darker for buttons */
  --muted: #9aa0a3;
  --card-bg: #fff;
  --overlay: rgba(0, 0, 0, 0.45);
  --radius: 12px;
}

/* line 10, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container {
  /* Dark overlay for Bootstrap modals */
  /* Shared modal content styles */
  /* Form styles */
  /* Details card */
  /* small helper */
  /* Demo buttons layout */
  /* Heading request call back
      */
  /* OTP box and input styling */
  /* Smooth fade on verify button */
}

/* line 11, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container body {
  font-family: "Work Sans", system-ui, Arial, sans-serif;
  background: #f5f6f7;
  padding: 40px;
}

/* line 17, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .modal-backdrop.show {
  background: var(--overlay);
}

/* line 22, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .modal-content {
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 6px 30px rgba(7, 11, 14, 0.15);
  border: none;
}

/* line 28, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .modal-header {
  border-bottom: 0;
  padding: 0;
}

/* line 32, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .close-x {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #9aa0a3;
  opacity: 1;
  background: transparent;
  border: 0;
  font-size: 22px;
}

/* line 43, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  /* background:linear-gradient(180deg, rgba(108,194,167,0.12), rgba(196,240,227,0.12)); */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

/* line 54, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .icon-circle svg {
  fill: var(--green);
  width: 34px;
  height: 34px;
}

/* line 60, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container h3.title {
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #102348;
}

/* line 69, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container p.subtitle {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #4a5565;
}

/* line 80, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .form-control {
  border-radius: 10px 10px 10px 10px;
  padding: 14px 16px;
  height: 48px;
  border: 0.8px solid #d1d5dc;
}

/* line 86, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .form-contol::placeholder {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 0px;
  color: rgba(10, 10, 10, 0.5);
}

/* line 94, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: 0.8px solid #d1d5dc;
  outline: 0;
  box-shadow: none;
}

/* line 102, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .custom-border-radius {
  border-radius: 0px 10px 10px 0px;
}

/* line 105, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container label small {
  color: var(--muted);
  font-weight: 600;
}

/* line 109, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .input-with-flag {
  display: flex;
  align-items: center;
}

/* line 113, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .flag {
  background: #f6f8f7;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #eef1f0;
  color: #5d6b64;
  border-radius: 8px 0px 0px 8px;
}

/* line 121, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .custom-label {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
}

/* line 129, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .btn-mint {
  background: #08af86;
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 500;
  width: 100%;
  box-shadow: none;
  font-size: 16px;
  font-family: Work Sans;
}

/* line 141, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .btn-mint-outline {
  background: transparent;
  border: 2px solid var(--green);
  color: var(--green);
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 600;
  width: 100%;
}

/* line 150, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-dot {
  width: 12px;
  height: 12px;
  background: #50585a;
  border-radius: 50%;
  opacity: 0.35;
}

/* line 157, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-digit {
  font-weight: 700;
  letter-spacing: 8px;
  color: #50585a;
}

/* line 163, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .resend {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: 0px;
  color: #99a1af;
}

/* line 172, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .resend a {
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
}

/* line 179, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .details-card {
  background: #f9fafb;
  border-radius: 10px;
  padding: 16px;
  border: 0.8px solid #e5e5e5;
}

/* line 185, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .details-item {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #2c5550;
}

/* line 191, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .details-item svg {
  width: 18px;
  height: 18px;
}

/* line 197, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .muted {
  color: #99a1af;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  letter-spacing: 0px;
}

/* line 208, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .demo-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

/* line 214, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .demo-btns button {
  min-width: 210px;
}

@media (max-width: 420px) {
  /* line 219, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal-dialog {
    margin: 12px;
  }
  /* line 222, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .modal-content {
    padding: 18px;
  }
  /* line 225, app/assets/stylesheets/customer/callback_modals.scss */
  #cta-container .icon-circle {
    width: 56px;
    height: 56px;
  }
}

/* line 232, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .heading-request-call-back {
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  letter-spacing: 0px;
  color: #161616;
}

/* line 240, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .font-wgt-400 {
  font-weight: 400;
  font-size: 14px;
}

/* line 244, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container a {
  text-decoration: none;
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  color: #08af86;
  cursor: pointer;
}

/* line 254, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-box-cta {
  border: 1px solid #e6e9ea;
  border-radius: 10px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

/* line 264, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-single {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 6px;
  background: transparent;
}

/* line 275, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-single::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-size: 24px;
  letter-spacing: 8px;
}

/* line 281, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .otp-single:focus {
  box-shadow: none;
  outline: none;
}

/* line 287, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container #verifyBtn {
  transition: opacity 0.2s ease, cursor 0.2s ease;
}

/* line 290, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .resend-btn {
  background: transparent;
  border: none;
  color: #08af86;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  font-family: Work Sans;
  font-size: 14px;
}

/* line 301, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(108, 194, 167, 0.12), rgba(196, 240, 227, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

/* line 312, app/assets/stylesheets/customer/callback_modals.scss */
#cta-container .icon-circle svg {
  fill: var(--green);
  width: 34px;
  height: 34px;
}
