/* ===== OTP Resend Cooldown Bar ===== */

.otp-cooldown-bar-track {
  height: 5px;
  background: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}

.otp-cooldown-bar {
  height: 100%;
  width: 100%;
  background: var(--bs-primary);
  border-radius: 3px;
}

.otp-resend-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
