.custom-alert {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9999999;
}

.custom-alert .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2.5rem 5.5rem;
  width: 30%;
  border-radius: 0.5rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .custom-alert .modal-content {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem;
    width: 28rem;
    border-radius: 0.5rem;
    text-align: center;
  }

  @media (max-width: 767.98px) {
    .custom-alert .modal-content {
      width: 90%;
      padding: 2.5rem 0.5rem;
    }
  }
  .custom-alert .modal-content a {
    color: #F5B335;
  }
  .custom-alert .modal-content .close-button {
    width: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #F6F6F7;
  }
  .custom-alert .modal-content .close-button:hover {
    background-color: #B5B8BD;
  }
  .custom-alert .modal-content .title {
    font-style: bold;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* color: #D02631; */
    margin-top: 2rem;
  }
  .custom-alert .modal-content .description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  .custom-alert .modal-content .modal-footer {
    padding: 1rem 0 0 0;
    justify-content: space-around;
  }
  .custom-alert .modal-content .modal-footer .btn {
    padding: 1rem 3.5rem;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
  }
  .custom-alert .modal-content .modal-footer .btn.btn-secondary {
    background: #F6F6F7;
    border-color: #F6F6F7;
    color: #201747;
  }
  .custom-alert .modal-content .modal-footer .btn.btn-secondary:hover {
    opacity: 0.7;
  }
  
  .custom-alert.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99;
  }
}

.custom-alert .modal-content a {
  color: #F5B335;
}

.custom-alert .modal-content .close-button {
  width: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #F6F6F7;
}

.custom-alert .modal-content .close-button:hover {
  background-color: #B5B8BD;
}

.custom-alert .modal-content .title {
  font-style: bold;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* color: #D02631; */
  margin-top: 2rem;
}

.custom-alert .modal-content .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.custom-alert .modal-content .modal-footer {
  padding: 2.5rem 0 0 0;
  justify-content: space-around;
}

.custom-alert .modal-content .modal-footer .btn {
  padding: 1rem 3.5rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.custom-alert .modal-content .modal-footer .btn.btn-secondary {
  background: #F6F6F7;
  border-color: #F6F6F7;
  color: #201747;
}

.custom-alert .modal-content .modal-footer .btn.btn-secondary:hover {
  opacity: 0.7;
}

.custom-alert.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99;
}


.form-body:focus-within label {
  color: #f5b235 !important;
}

.form-body:focus-within input {
  border-bottom: 1px solid #f5b235 !important;
  box-shadow: none !important;
  background-color: #F6F6F7;
}

.form-body:focus-within input:focus.is-invalid {
  border-bottom: 1px solid #E22A1F !important;
}

.form-body input {
  border-bottom: 1px solid #F6F6F7 !important;
}

input.is-invalid.password {
  background-image: none !important;
}

input.otp {
  background: white;
  border-bottom: 2px solid #EDEEEF;
  border-radius: 0 !important;
  text-align: center;
  font-weight: bold;
}

input.otp:focus {
  box-shadow: none;
  border-bottom: 2px solid #f5b336;
  color: #f5b336;

}

.password_svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
}

body:not(.rtl) .password_svg {
  right: 1rem;
}

.rtl .password_svg {
  left: 1rem;
}

.auth-navbar-lang {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 2rem;
  z-index: 1000;
}


@media (max-width: 768px) {
  .auth-navbar-lang {
    position: relative;
    padding: 1rem 2rem;
  }
}

  
  @media (max-width: 768px) { 
    .auth-navbar-lang {
      position: relative;
      padding: 1rem 2rem;
    }
   }
.text-black {color: #000}
.gray-100 {color: #2C2926 !important}

.password-weak {color: var(--bs-password-weak)}
.password-medium {color: var(--bs-password-medium)}
.password-great {color: var(--bs-password-great)}
.password-bg-weak {background-color: var(--bs-password-weak)}
.password-bg-medium {background-color: var(--bs-password-medium)}
.password-bg-great {background-color: var(--bs-password-great)}
.text-black {
  color: #000
}

.gray-100 {
  color: #2C2926 !important
}

.blue_gradient {
  background: linear-gradient(180deg, #02668D 0%, rgba(0, 125, 173, 0.7) 100%);
}

.fsBPnz:hover, .fsBPnz:focus {
  opacity: 1 !important;
}