@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";

/* src/styles.scss */
body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background:
    linear-gradient(
      160deg,
      #f8f9ff 0%,
      #f0f2ff 30%,
      #f8f4ff 60%,
      #ffffff 100%);
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  position: relative;
}
.container-sm {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center {
  margin: auto;
  width: 100%;
  max-width: 440px;
  padding: 48px 32px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.center.content {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .center {
    padding: 32px 20px;
  }
}
.link {
  cursor: pointer;
  color: #6366f1;
  font-weight: 500;
  transition: color 0.2s ease;
  text-decoration: none;
}
.link:hover {
  color: #4f46e5;
  text-decoration: underline;
}
.additional-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
}
.no-border-radius {
  border-radius: 14px !important;
}
.mt-10 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.center-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: center !important;
  flex-wrap: wrap;
}
.center-row > label {
  width: 100%;
  text-align: left;
}
.center-row ng-otp-input,
.center-row .ng-otp-input-wrapper {
  display: flex;
  justify-content: center;
}
.ng-otp-input-wrapper .otp-input {
  margin-right: 10px !important;
  text-align: center !important;
  width: 46px !important;
  height: 54px !important;
  padding: 0 !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #0f172a !important;
  transition: all 0.25s ease !important;
  outline: none !important;
}
.ng-otp-input-wrapper .otp-input::placeholder {
  font-size: 1rem;
  color: #cbd5e1;
}
.ng-otp-input-wrapper .otp-input:focus {
  border-color: #818cf8 !important;
  box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.1) !important;
  background-color: #fff !important;
}
.ng-otp-input-wrapper .otp-input:last-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 480px) {
  .ng-otp-input-wrapper .otp-input {
    width: 40px !important;
    height: 48px !important;
    margin-right: 8px !important;
    font-size: 1.2rem !important;
    border-radius: 10px !important;
  }
}
.form-control {
  height: 54px !important;
  border-radius: 14px !important;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.2px;
  width: 100% !important;
  transition: all 0.25s ease;
  appearance: none !important;
  outline: none !important;
  border: 1.5px solid #e2e8f0 !important;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 20px;
}
.form-control::placeholder {
  color: #94a3b8;
  font-weight: 400;
}
.form-control:hover {
  border-color: #c7d2fe !important;
  background-color: #fff;
}
.form-control:focus {
  border-color: #818cf8 !important;
  box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.1) !important;
  background-color: #fff;
}
.form-control.has-error {
  border-color: #ef4444 !important;
  color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.06) !important;
}
.pointer {
  cursor: pointer;
}
.max-width {
  width: 100%;
}
.hidden {
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border-width: 0 !important;
  box-shadow: none !important;
}
.main-heading {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-size: 1.55rem;
  color: #1e293b;
  font-style: normal;
  font-variant: normal;
  font-family: "Inter", sans-serif;
}
.center.content > p {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.6;
}
.main-heading.mb-5 {
  margin-bottom: 1rem !important;
}
.center.content label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h2 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #334155;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
h2::first-letter {
  text-transform: uppercase;
}
.disabled {
  color: #94a3b8;
  cursor: default;
}
.alert-danger {
  border-radius: 12px;
  border: none;
  border-left: 4px solid #f87171;
  background-color: rgba(254, 242, 242, 0.7);
  backdrop-filter: blur(8px);
  color: #991b1b;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 14px 18px 14px 44px !important;
  line-height: 1.5;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.08);
  position: relative;
  animation: alert-slide-in 0.35s ease-out;
  overflow: hidden;
  max-height: 200px;
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease,
    padding 0.35s ease,
    margin 0.35s ease,
    border-width 0.35s ease,
    box-shadow 0.35s ease;
}
.alert-danger::before {
  content: "\f071";
  font-family:
    "Font Awesome 5 Free",
    "Font Awesome 6 Free",
    FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  line-height: 1;
  color: #ef4444;
}
@keyframes alert-slide-in {
  from {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  to {
    opacity: 1;
    max-height: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.btn-primary {
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #8b5cf6 100%) !important;
  border: none !important;
  border-radius: 14px !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3) !important;
  color: #fff !important;
}
.btn-primary:hover:not(:disabled) {
  background:
    linear-gradient(
      135deg,
      #4f46e5 0%,
      #7c3aed 100%) !important;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.35) !important;
}
.btn-primary:active:not(:disabled) {
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3) !important;
}
.btn-primary:focus {
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #8b5cf6 100%) !important;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15) !important;
}
.btn-primary:disabled {
  background:
    linear-gradient(
      135deg,
      #a5b4fc 0%,
      #c4b5fd 100%) !important;
  box-shadow: none !important;
  opacity: 0.8;
}
.btn-outline-secondary {
  border: 1.5px solid #e2e8f0;
  color: #475569;
  border-radius: 14px !important;
  font-weight: 500;
  transition: all 0.2s ease;
}
.btn-outline-secondary:hover {
  background-color: #f8fafc;
  border-color: #cbd5e1;
  color: #334155;
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  transform: none;
  top: 0;
  border: 3px solid rgba(99, 102, 241, 0.15);
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: lds-ring-spin 0.8s linear infinite;
}
.lds-spinner div,
.lds-spinner div:after {
  display: none;
}
button .spinner,
.btn .spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
button .spinner .lds-spinner,
.btn .spinner .lds-spinner {
  width: 28px;
  height: 28px;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
}
@keyframes lds-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
