/*
 * HCE Customer Portal - Auth module styles
 * Extracted from the shared style.css mockup reference (lg-*, fp-*, rp-*,
 * footer-link-*, and modal-* rules only). All other module classes from the
 * original stylesheet were intentionally omitted - they belong to unrelated
 * pages and are not used here.
 */

:root {
  --teal: #03c3a8;
}

/* ................................. */
/* Login */
/* ................................. */

.lg-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

/* LEFT HERO */
.lg-hero {
  position: relative;
  overflow: hidden;
  background-image: url('../img/banner-image.jpg');
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.lg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
      rgba(1, 122, 104, 0.88) 0%,
      rgba(3, 195, 168, 0.75) 60%,
      rgba(1, 80, 70, 0.92) 100%);
}

.lg-blob-1 {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -80px;
  right: -80px;
  z-index: 1;
}

.lg-blob-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: 60px;
  left: -50px;
  z-index: 1;
}

.lg-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 48px 44px;
  justify-content: center;
}

.lg-logo {
  height: 52px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.lg-hero-text {
  padding-bottom: 24px;
}

.lg-hero-text h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.lg-hero-text p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 12px;
  line-height: 1.6;
  max-width: 340px;
}

.lg-hero-stats {
  display: flex;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  margin-top: 36px;
  width: 80%;
}

.lg-hero-stat {
  flex: 1;
  padding: 14px 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.lg-hero-stat:last-child {
  border-right: none;
}

.lg-hero-stat-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
}

.lg-hero-stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 2px;
  display: block;
}

/* RIGHT FORM PANEL */
.lg-form-panel {
  background-color: #f0fdf9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
}

.lg-form-inner {
  width: 100%;
  max-width: 420px;
}

.lg-heading {
  font-size: 1.75rem;
  font-weight: 900;
  color: #1a1a2e;
  letter-spacing: -0.4px;
  margin-bottom: 4px;
}

.lg-subheading {
  font-size: 0.88rem;
  color: #555e6e;
  margin-bottom: 28px;
  line-height: 1.55;
}

.lg-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(3, 195, 168, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1.5px solid rgba(3, 195, 168, 0.15);
}

.lg-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #029e87;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
}

.lg-input-group {
  display: flex;
  align-items: center;
  background: #f0fdf9;
  border: 1.5px solid rgba(3, 195, 168, 0.3);
  border-radius: 12px;
  padding: 0 14px;
  height: 52px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lg-input-group:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(3, 195, 168, 0.12);
}

.lg-input-group.lg-input-error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.lg-input-group i {
  font-size: 1rem;
  color: var(--teal);
  margin-right: 10px;
  flex-shrink: 0;
}

.lg-input-group input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a2e;
}

.lg-input-group input::placeholder {
  color: #9aa3af;
  font-weight: 500;
}

/* Aff.No prefix box (login username field) */
.aff-div {
  height: 51px;
  width: 72px;
  background: var(--teal);
  border-radius: 10px 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
  color: #fff;
  margin-left: -14px;
  margin-right: 8px;
}

.lg-eye-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #9aa3af;
  font-size: 1rem;
  line-height: 1;
  transition: color 0.2s;
}

.lg-eye-btn:hover {
  color: var(--teal);
}

.lg-error-text {
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: 5px;
  margin-left: 2px;
  display: none;
}

.lg-error-text.lg-show {
  display: block;
}

/* Remember me + forgot */
.lg-row-opts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 4px;
}

.lg-checkbox {
  display: flex;
}

.lg-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #555e6e;
  font-weight: 600;
  user-select: none;
}

.lg-checkbox input {
  accent-color: var(--teal);
  color: #fff;
  height: 16px;
  width: 16px;
}

.lg-forgot-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
  transition: opacity 0.2s;
}

.lg-forgot-link:hover {
  opacity: 0.75;
  color: var(--teal);
}

.lg-btn-main {
  width: 100%;
  height: 52px;
  background-color: var(--teal);
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.4px;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(3, 195, 168, 0.35);
  transition: opacity 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lg-btn-main:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.lg-btn-main:active {
  transform: translateY(0);
}

/* Mobile logo */
.lg-mobile-logo {
  text-align: center;
  margin-bottom: 15px;
}

.lg-mobile-logo img {
  height: 65px;
  object-fit: contain;
}

/* Footer links (shared by login page) */
.footer-links-section {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.footer-links-flex {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-link-anchor {
  font-size: 12px;
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link-anchor:hover {
  color: var(--teal);
}

.footer-dot-separator {
  color: #dee2e6;
}

/* .................................. */
/* Forgot Password */
/* .................................. */

.fp-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

/* LEFT HERO PANEL */
.fp-hero {
  position: relative;
  overflow: hidden;
  background-image: url('../img/banner-image.jpg');
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.fp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
      rgba(1, 122, 104, 0.88) 0%,
      rgba(3, 195, 168, 0.75) 60%,
      rgba(1, 80, 70, 0.92) 100%);
}

.fp-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 48px 44px;
  justify-content: center;
}

.fp-logo {
  height: 52px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.fp-hero-text {
  padding-bottom: 24px;
}

.fp-hero-text h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.fp-hero-text p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 12px;
  line-height: 1.6;
  max-width: 340px;
}

/* Decorative blobs */
.fp-blob-1 {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -80px;
  right: -80px;
  z-index: 1;
}

.fp-blob-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: 60px;
  left: -50px;
  z-index: 1;
}

/* Bottom glass stats strip */
.fp-hero-stats {
  display: flex;
  gap: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  margin-top: 36px;
}

.fp-hero-stat {
  flex: 1;
  padding: 14px 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.fp-hero-stat:last-child {
  border-right: none;
}

.fp-hero-stat-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
}

.fp-hero-stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 2px;
  display: block;
}

/* RIGHT FORM PANEL */
.fp-form-panel {
  background-color: #f0fdf9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
}

.fp-form-inner {
  width: 100%;
  max-width: 420px;
}

.fp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
  transition: opacity 0.2s;
}

.fp-back-link:hover {
  opacity: 0.75;
  color: var(--teal);
}

.fp-heading {
  font-size: 1.75rem;
  font-weight: 900;
  color: #1a1a2e;
  letter-spacing: -0.4px;
  margin-bottom: 6px;
}

.fp-subheading {
  font-size: 0.88rem;
  color: #555e6e;
  margin-bottom: 28px;
  line-height: 1.55;
}

/* Form card */
.fp-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(3, 195, 168, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1.5px solid rgba(3, 195, 168, 0.15);
}

.fp-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #029e87;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
}

.fp-input-group {
  display: flex;
  align-items: center;
  background: #f0fdf9;
  border: 1.5px solid rgba(3, 195, 168, 0.3);
  border-radius: 12px;
  padding: 0 14px;
  height: 52px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.fp-input-group:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(3, 195, 168, 0.12);
}

.fp-input-group.fp-input-error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.fp-input-group i {
  font-size: 1rem;
  color: var(--teal);
  margin-right: 10px;
  flex-shrink: 0;
}

.fp-input-group input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a2e;
}

.fp-input-group input::placeholder {
  color: #9aa3af;
  font-weight: 500;
}

.fp-error-text {
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: 5px;
  margin-left: 2px;
  display: none;
}

.fp-error-text.fp-show {
  display: block;
}

/* Main button */
.fp-btn-main {
  width: 100%;
  height: 52px;
  background-color: var(--teal);
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.4px;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(3, 195, 168, 0.35);
  transition: opacity 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fp-btn-main:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.fp-btn-main:active {
  transform: translateY(0px);
}

/* Success state */
.fp-success-box {
  text-align: center;
  padding: 24px 0 8px;
}

.fp-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e0faf6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.fp-success-icon i {
  font-size: 2rem;
  color: var(--teal);
}

.fp-success-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.fp-success-sub {
  font-size: 0.85rem;
  color: #555e6e;
}

/* Mobile logo */
.fp-mobile-logo {
  text-align: center;
  margin-bottom: 15px;
}

.fp-mobile-logo img {
  height: 65px;
  object-fit: contain;
}

/* .............................................. */
/* Reset Password */
/* .............................................. */

.rp-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

/* LEFT HERO */
.rp-hero {
  position: relative;
  overflow: hidden;
  background-image: url('../img/banner-image.jpg');
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.rp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
      rgba(1, 122, 104, 0.88) 0%,
      rgba(3, 195, 168, 0.75) 60%,
      rgba(1, 80, 70, 0.92) 100%);
}

.rp-blob-1 {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -80px;
  right: -80px;
  z-index: 1;
}

.rp-blob-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: 60px;
  left: -50px;
  z-index: 1;
}

.rp-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 44px;
}

.rp-logo {
  height: 9rem;
  object-fit: contain;
}

.rp-hero-text {
  padding-bottom: 24px;
}

.rp-hero-text h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.rp-hero-text p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 12px;
  line-height: 1.6;
  max-width: 340px;
}

/* RIGHT FORM PANEL */
.rp-form-panel {
  background-color: #f0fdf9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
}

.rp-form-inner {
  width: 100%;
  max-width: 420px;
}

.rp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
  margin-bottom: 28px;
  transition: opacity 0.2s;
}

.rp-back-link:hover {
  opacity: 0.75;
  color: var(--teal);
}

.rp-heading {
  font-size: 1.75rem;
  font-weight: 900;
  color: #1a1a2e;
  letter-spacing: -0.4px;
  margin-bottom: 4px;
}

.rp-subheading {
  font-size: 0.88rem;
  color: #555e6e;
  margin-bottom: 28px;
  line-height: 1.55;
}

.rp-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(3, 195, 168, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1.5px solid rgba(3, 195, 168, 0.15);
}

.rp-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #029e87;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  display: block;
}

.rp-input-group {
  display: flex;
  align-items: center;
  background: #f0fdf9;
  border: 1.5px solid rgba(3, 195, 168, 0.3);
  border-radius: 12px;
  padding: 0 14px;
  height: 52px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.rp-input-group:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(3, 195, 168, 0.12);
}

.rp-input-group.rp-input-error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.rp-input-group i.rp-icon {
  font-size: 1rem;
  color: var(--teal);
  margin-right: 10px;
  flex-shrink: 0;
}

.rp-input-group input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a2e;
}

.rp-input-group input::placeholder {
  color: #9aa3af;
  font-weight: 500;
}

.rp-eye-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #9aa3af;
  font-size: 1rem;
  line-height: 1;
  transition: color 0.2s;
}

.rp-eye-btn:hover {
  color: var(--teal);
}

.rp-error-text {
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: 5px;
  margin-left: 2px;
  display: none;
}

.rp-error-text.rp-show {
  display: block;
}

/* Password strength bar */
.rp-strength-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.rp-strength-bar {
  flex: 1;
  height: 4px;
  background: #e0faf6;
  border-radius: 4px;
  overflow: hidden;
}

.rp-strength-fill {
  height: 4px;
  border-radius: 4px;
  width: 0%;
  transition: width 0.4s, background-color 0.4s;
}

.rp-strength-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #9aa3af;
  width: 46px;
  text-align: right;
}

/* Main button */
.rp-btn-main {
  width: 100%;
  height: 52px;
  background-color: var(--teal);
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.4px;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(3, 195, 168, 0.35);
  transition: opacity 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.rp-btn-main:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.rp-btn-main:active {
  transform: translateY(0);
}

/* ANIMATED SUCCESS TICK */
.rp-success-box {
  text-align: center;
  padding: 16px 0 8px;
}

.rp-tick-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  position: relative;
}

.rp-tick-svg {
  width: 90px;
  height: 90px;
}

.rp-tick-circle {
  fill: none;
  stroke: var(--teal);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 251;
  stroke-dashoffset: 251;
  animation: rp-draw-circle 0.6s ease forwards;
}

.rp-tick-check {
  fill: none;
  stroke: var(--teal);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: rp-draw-check 0.4s ease forwards 0.55s;
}

.rp-tick-bg {
  fill: #e0faf6;
  r: 0;
  animation: rp-pop-bg 0.3s ease forwards 0.5s;
}

.rp-tick-wrap::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(3, 195, 168, 0.35);
  animation: rp-ripple 0.8s ease forwards 0.9s;
  opacity: 0;
}

.rp-success-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: #1a1a2e;
  margin-bottom: 6px;
  animation: rp-fade-up 0.5s ease forwards 0.8s;
  opacity: 0;
  transform: translateY(8px);
}

.rp-success-sub {
  font-size: 0.85rem;
  color: #555e6e;
  animation: rp-fade-up 0.5s ease forwards 1s;
  opacity: 0;
  transform: translateY(8px);
}

@keyframes rp-draw-circle {
  0% {
    stroke-dashoffset: 251;
    opacity: 0.3;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes rp-draw-check {
  0% {
    stroke-dashoffset: 60;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes rp-pop-bg {
  0% {
    r: 0;
  }

  60% {
    r: 36;
  }

  80% {
    r: 32;
  }

  100% {
    r: 34;
  }
}

@keyframes rp-ripple {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes rp-fade-up {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile logo */
.rp-mobile-logo {
  text-align: center;
  margin-bottom: 15px;
}

.rp-mobile-logo img {
  height: 65px;
  object-fit: contain;
}

/* .............................................. */
/* Legal modals (Disclaimer / Privacy / Terms) */
/* .............................................. */

.modal-header {
  font-size: 12px;
  padding: 12px 14px;
}

.modal-header h1 {
  font-size: 17px !important;
}

.modal-body {
  background: #f4f6f9;
}

.modal-footer {
  padding: 5px 14px !important;
}

.modal-footer .btn-secondary {
  border: 1.5px solid #dde2ea;
  background-color: #ffffff;
  color: #5b6577;
  padding: 8px 20px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  transition: all .15s ease;
}

.modal-footer .btn-secondary:hover {
  background-color: #f4f6f9;
  border-color: #c8d0db;
}

.modal-footer .btn-primary {
  border: none;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #03c3a8 0%, #0d9986 100%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(3, 195, 168, 0.35);
  transition: transform .15s ease, box-shadow .15s ease;
}

.modal-footer .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(3, 195, 168, 0.45);
}
