
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
:root{
    --bs-blue: #2a2ca3;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-gray:#a7a5a5;
    --bs-white:#fff;
    --bs-black:black;
}



*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    font-size: 15px;
    font-family: sans-serif;
    /* overflow-x: hidden; */
    margin-bottom: 10px;
    overflow-x: hidden;
}
p,ul,a,li{
    margin: 0;
    text-decoration: none;
    /* list-style: none; */
    padding: 0;
}
.form-control:focus{
    box-shadow:unset;
    border-color: #000;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-30{
    font-size: 30px !important;
}
.fs-40{
    font-size: 40px !important;
}
.fs-60{
    font-size: 60px !important;
    line-height: 73px;
}
.t-grey{
    color: var(--bs-gray);
}
.maxw-100{
    max-width: 350px !important;
    padding-top: 10px !important;
}
a{
    cursor: pointer;
}
.cap{
    text-transform: uppercase !important;
}
.blue{
    color: var(--bs-blue);
}
.border-blue{
    border: 1px solid var(--bs-blue);
}
.px-15{
    padding:0 15px !important;
}


/* dropdown css start  */

.dropbtn {
    background-color: white;
    color: black;
    padding: 11px 42px 11px 43px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
  }

  /* dropdown 2 start  */
  .dropbtn2 {
    background-color: white;
    color: black;
    padding: 11px 42px 11px 43px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown2 {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content2 a:hover {background-color: #f1f1f1}
  
  .dropdown2:hover .dropdown-content2 {
    display: block;
  }
  
  .dropdown2:hover .dropbtn2 {
    /* background-color: #3e8e41; */
  }

  /* dropdown3 start  */


  .dropbtn3 {
    background-color: white;
    color: black;
    padding: 11px 30px 11px 30px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown3 {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content3 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content3 a:hover {background-color: #f1f1f1}
  
  .dropdown3:hover .dropdown-content3 {
    display: block;
  }
  
  .dropdown3:hover .dropbtn3 {
    /* background-color: #3e8e41; */
  }
/* dropdown css end  */



/* All students css start  */

/* body{

    background-color: #eee; 
} */

table th , table td{
    text-align: center;
}

table tr:nth-child(even){
    background-color: #BEF2F5
}

.pagination li:hover{
    cursor: pointer;
}


/* All students css End  */




/* header css start  */

.logo img{
   max-width: 120px;
}
.details h1{
    font-size: 35px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.details h1 span{
    color: var(--bs-blue);
}

/* end  */




.heading{
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.user-img {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height:160px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
    
}

form{
    padding: 15px;
}


/* payment received  */
.table_form{
    padding: 15px;
    overflow-x: auto;
}
.table_form table{
    width: 100%;
}
.table_form th{
   font-size: 14px;
   /* max-width: 50px; */
}
.table_form table , .table_form tr , .table_form td , .table_form th{
    border: 1px solid #000;
    border-collapse: collapse;
    min-width: 50px;
}

.minw-100{
    min-width: 250px;
    min-height: 50px;
    border: 1px solid #000;
}
/* end  */















@media (max-width:992px){
    .details h1 {
        font-size: 40px;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
    }
    .logo img {
        max-width: 100px;
    }
    .details p{
        font-size: 11px;
    }
}
@media (max-width:600px){
    .details h1 {
        font-size: 30px;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
    }
    .logo img {
        max-width: 100px;
    }
    .details p{
        font-size: 10px;
    }
}
@media (max-width:400px){
    .details h1 {
        font-size: 24px;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
    }
    .logo img {
        max-width: 80px;
    }
    .details p{
        font-size: 8px;
    }
    .maxw-100{
        max-width: 100% !important;
        padding-top: 10px !important;
    }
}

@media (max-width:346px){
    .logo img {
        max-width: 80px;
    }
    .details p{
        font-size: 6px;
    }
}

@media (max-width:300px){
    .logo img {
        max-width: 55px;
    }
    .details p{
        font-size: 6px;
    }
    .minw-100{
        min-width: 200px;
        min-height: 50px;
        border: 1px solid #000;
    }
}


/* Others CSS*/

.expenses_details .form-control{
    display: inline-block !important;
    width: unset;
}

.bg-blue{
    background-color: var(--bs-blue);
}

.main-table {
    padding: 6px 6px 6px 6px;
    color: #333;
      font-size: .9em;
      font-weight: 300;
      line-height: 40px;
      border-collapse: separate;
      border-spacing: 3px;
      /* border: 2px solid #ed1c40; */
      width: 100%;
      margin: auto auto 33px auto;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .16);
      border-radius: 10px;
  }
  
  .th-main {
      background: #2a2ca3;
      color: #fff;
      border: none;
      border-radius: 7px;
  }
  
  .tr-main:hover:not(th) {
      background-color: rgb(163 152 238 / 44%);
  }
  
  
  input[type="button"] {
      transition: all .3s;
      border: 1px solid #ddd;
      padding: 8px 16px;
      text-decoration: none;
      border-radius: 5px;
      font-size: 15px;
  }
  
  input[type="button"]:not(.active) {
      background-color: transparent;
  }
  
  .active {
      background-color: #2a2ca3;
      color: #fff;
  }
  
  input[type="button"]:hover:not(.active) {
      background-color: #ddd;
  }
  .p-4{
      padding: 0.0rem!important;
  }

/* dropdown css  */
.dropdown-menu {
    background-color: #2a2ca3;
    border: 1px solid rgba(0,0,0,.15);

}
.dropdown-menu a{
  color: #fff;
}
.expenses_details .form-control{
    display: inline-block !important;
    width: unset;
}
.header-pos{
    z-index:9999;
}