/* CSS CODE FOR SIGN IN PAGE */
    .form-check-label{
      position: relative;
      left: 10px;
      font-style: italic;
    }
    .styleForgot{
      font-style: oblique;
      font-size: 14px;
    }
    .styleUser{
      font-size: 11px;
    }
    .styleButton{
      padding: 5px;
      font-size: 19px;
    }

    /* CSS CODE FOR ADMIN SITE */
    .navbar-dark .nav-item .nav-link {
      color: #fff;
    }
 
   /* CSS FOR ADMIN PAGE */
   .divAdmin{
    position: relative;
    top: 50px;
   }

   /* CSS CODE FOR ABOUT US */
   .styletHISdOC{
    position: relative;
    top: 70px;
   }
  /* CSS CODE FOR SUGGESTION.PHP PAGE */
  .styleContact{
    font-size: 20px;
    color: green;
  }
  .styleSpanWhatsapp{
    position: relative;
    left: 220px;
    top: -25px;
  }
/* CSS CODE FOR FORGOT PASSWORD PAGE */
  .enter_email{
    font-size: 11px;
  }
  .btn{
    font-size: 15px;

  }
  /* CSS STYLE FOR ACADEMIC.PHP PAGE */
  .accordion-button{
    background-color:rgba(0, 0, 0, 0.507);
    color:#fff;
    font-weight:lighter;
    border: 1px solid #fff;
  }
  .accordion-button:focus{
    box-shadow: none;
    border-color: #fff;

  }
  /* REGISTRATION */
  .input-error{
    border: 1px solid red;
  }
  /* Table td */
  td{
    font-size:14px;
  }
  .btn:focus{
    outline: none;
    box-shadow: none;
  }
  .form-control:focus{
    border-color: #ff80ff;
    box-shadow: 0px 1px 1px rgba(0,0,0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
  }
  .styleIcon{
    position:relative;
    top:1px;
    font-size:21px;
    left:-5px;
    color:#fff;
    background:black;
    border-radius:5px;
    padding:3px;

  }
  .form-control{
    font-weight:lighter;
    font-size:14px;
  }
  .form-select:focus{
    border-color: #ff80ff;
    box-shadow: 0px 1px 1px rgba(0,0,0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
  }
    /* style logo */
 .divLogo img{
  width:300px;
  position:absolute;
  top:-50px;

 }
 /* Style datatable */

/* Navbar */
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #343a40;
    padding: 1rem;
    z-index: 1100;
  }
  
  .navbar-brand {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .navbar-toggler {
    border: none;
  }
  
  .navbar-toggler-icon i {
    color: #fff;
    font-size: 1.5rem;
  }
  
  /* Nav Overlay */
  .nav-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    transition: left 0.3s ease;
    z-index: 1200;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  
  .nav-overlay.active {
    left: 0;
  }
  
  .nav-list {
    list-style: none;
    /* text-align: center; */
  }
  
  .nav-list li {
    margin: 1.5rem 0;
  }
  
  .nav-link {
    display: block;
    color: #fff !important;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
  }
  
  .nav-link:hover {
    color: #0dcaf0 !important;
  }
  
  .nav-link:active, .nav-link:focus, .nav-link.active {
    text-decoration: underline;
    text-decoration-color: #0dcaf0;
    text-decoration-thickness: 3px;
    box-shadow: 0 4px 8px rgba(13, 202, 240, 0.5);
    color: #0dcaf0 !important;
  }
  
  .nav-link i {
    margin-right: 0.5rem;
  }
  
  .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  .close-btn:hover {
    color: #0dcaf0;
  }
  
  .close-btn i {
    line-height: 1;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(25px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes imageFadeIn {
    from {
      opacity: 0;
      transform: scale(1.15);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  










 