@charset "UTF-8";

body {
  width: 100vw;
  height: 100vh;
}

.full-container {
  width: 100%;
  height: 100%;
}

.page-content {
  min-height: auto !important;
  margin: 25vw 25vw;
}

.card {
  background-color: white !important;
}

/*stepper*/
.forget-password-stepper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 0 1.75rem;
}

.forget-password-stepper .stepper-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  color: #7a8798;
}

.forget-password-stepper .stepper-circle {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 3px solid #d8e1ec;
  background: #ffffff;
  color: #5f6b7a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  flex: 0 0 auto;
}

.forget-password-stepper .stepper-label {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.forget-password-stepper .stepper-line {
  height: 4px;
  flex: 1 1 11rem;
  max-width: 24rem;
  background: #dfe7f2;
  border-radius: 999px;
  margin: 0 1.25rem;
}

.forget-password-stepper .stepper-item.active {
  color: #14b8a6;
}

.forget-password-stepper .stepper-item.active .stepper-circle {
  background: #f59e0b;
  border-color: #10b981;
  color: #ffffff;
}

.forget-password-stepper .stepper-item.active .stepper-label {
  color: #10b981;
}

@media (max-width: 991.98px) {
  .forget-password-stepper .stepper-circle {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem;
  }

  .forget-password-stepper .stepper-label {
    font-size: 0.95rem;
  }

  .forget-password-stepper .stepper-line {
    margin: 0 0.75rem;
    flex-basis: 4rem;
  }
}

@@media (max-width: 767.98px) {
  .forget-password-stepper {
    align-items: stretch;
    gap: 0.75rem;
    flex-direction: column;
  }

  .forget-password-stepper .stepper-item {
    width: 100%;
    justify-content: center;
  }

  .forget-password-stepper .stepper-line {
    width: 4px;
    height: 1.5rem;
    max-width: none;
    margin: 0;
    flex: 0 0 auto;
  }
}

/*stepper*/

/* @media (min-width: 1024px) {
  .page-content {
    width: 40vw;
  }
} */

@media (max-width: 1023px) {
  .page-content {
    width: 80vw;
  }
  .forget-password-stepper{
    display: none;
  }
}