*,html,body{
    padding: 0;
    margin: 0;
    font-family: "poppins", sans-serif;
}
.weather-icon {
    font-size: 24px;
    margin-right: 5px;
}

.nav-item:hover {
    background-color: #006699;
}

.dropdown-item:hover{
    color: #006699 !important;
}


.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ffffff;
  }
  .otp-card {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    
  }
  .otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid #ced4da;
    outline: none;
  }
  .otp-input:focus {
    border-color: #006699;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .submit-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
  }
  .timer-text {
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
  }
  .resend-link {
    color: #006699;
    text-decoration: none;
    cursor: pointer;
  }
  .resend-link:hover {
    text-decoration: underline;
  }


  .forget-password-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ffffff;
  }

  .forget-password-card {
    border-radius: 15px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}
.forget-password-card .card-header {
    font-size: 22px;
    font-weight: bold;
}
.forget-password-card .card-body input {
    border-radius: 5px;
    padding: 10px;
}
.forget-password-card .btn-primary {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background-color: #0d6efd;
    font-size: 16px;
}
.list-group-item-action:hover {
    background-color: #006699;
    color: white;
}
.reset_container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset_card {
    border-radius: 15px;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

.password-change-container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .password-change-card{
    border-radius: 15px;
    max-width: 400px;
    width: 100%;
  }



  .btn-custom_classi {
    background-color: #006699;
    color: white;
  }
  .btn-custom_classi:hover {
    background-color: #005580;
    color: white;
  }
  .classification-page {
    padding: 20px;
  }
  
  .box_classification {
    border: 1px solid #ccc;
    padding: 15px;
    height: 55vh;
    overflow-y: auto;
  }
  .middle-buttons {
    text-align: center;
    padding-top: 90px;
  }