/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --blue: blue!important;
}

.imp::after{

  content: '*';
  color: red;
  margin: 0 5px;
}

img{
  width: 100%;
}

.trans_btn{
  flex-direction: column;
  padding: 8px 20px;
  background: transparent;
  border: 1px solid whitesmoke;
  color: whitesmoke;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

.zebra ul:nth-child(odd){
  background: #f3f3f3!important;
  border-radius: 10px;
}

.bg-harsh{
  background:#f3f3f3!important;
}

.text-harsh{
  color:#8b8a8a!important;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  margin: 0;
}

label{
  font-weight: bold;
  font-size: 14px;
}

th, td{
  font-size: 14px;
}

input, select, textarea{
  font-size: 14px!important;
  box-shadow: none!important;
}

input, select{
  height: 45px;
}

p{
  font-size: 14px!important;
}

ul{
  margin: 0;
  padding: 0;
}

button{
  border: none;
  font-size: 12px!important;
}

dialog{
/*  display: flex;*/,
  opacity: 0;
  width: 550px;
  border: none;
  pointer-events: none;
  transform: scale(0.9);
}

dialog[open]{
  display: flex;
  opacity: 1;
  transform: scale(1);
  pointer-events: inherit;
  transition: opacity .5s ease-in, transform .5s ease-in;
}

dialog::backdrop{
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
}

.dialog{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dialog .dialog_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dialog_body .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dialog_buttons{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.toggler{
  cursor: pointer;
  display: none!important;
}












/*schorlaship CSS*/
.nav_bar{
  background: white;
  padding: 0 30px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_bar .logo{
  width: 250px;
}

.nav_bar .right{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav_bar .right .notify{
  margin-right: 10px;
  font-size: 20px;
}

.nav_bar .right .nav_profile{
  padding: 5px 10px;
  width: 120px;
  background: #e4e4ff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #153062;
  cursor: pointer;
  z-index: 1000;
}


.nav_profile .name{
  font-size: 15px;
}

.side_nav{
  width: 250px;
  height: calc(100vh - 100px);
  background: white;
  position: fixed;
  top: 100px;
  transition: .3s ease;
  z-index: 1000;
}

.nav_active{
    left: 0!important;
}

.small_nav{
  position: absolute;
  top: 80px;
  width: 200px;
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
  right: 20px;
  padding: 10px 0;
  display: none;
  flex-direction: column;
}

.small_nav a{
  color: #444444;
}

.small_nav p{
  margin: 0;
  padding: 0;
}

.small_nav_active{
  display: flex!important;
}

.side_nav .side_top{
  display: flex;
  flex-direction: column;
  background: #efefef;
  color: black;
  height: 100px;
  justify-content: center;
  padding: 0  20px;
}

.side_nav .side_link{
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.side_link .m_list{
  margin: 0;
  padding: 0;
}

.link_icon{
  margin-right: 10px;
}

.m_list .mother_list{
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 2px 0;
  font-size: 14px;
}

.m_list .mother_list:hover{
    background: #efefef;
}

.mother_list a{
  color: #444444;
}

.mother_list .link{
  display: flex;
  justify-content: space-between ;
  padding: 15px 20px;
}

.mother_list .stat{
  padding: 15px 20px;
  color: #444444;
}

.mother_list .sub_list{
  background: white;
  padding: 0px 15px 10px 40px;
  display: none;
}

.mother_list ul li{
  margin: 5px 0;
}

.side_active{
  display: flex!important;
  flex-direction: column!important;
}

/*Dashboard*/
.main_body{
  margin-left: 250px;
  background: white;
  padding: 0 30px;
}

.main_body .dash_card{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
}

.dash_card .left h1{
  color: whitesmoke;
  opacity: 0.7;
  font-size: 50px;
}

.dash_card .right{
  color: whitesmoke;
  text-align: center;
}

.dash_card .right h5{
  font-weight: bold!important;
  font-size: 30px;
}

/*School*/

.report_card{
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  min-width: 700px;
  width: 100%;
  display: none;
}

.report_card p{
  margin: 0;
  padding: 0;
}

.report_card table tr td, .report_card table tr th{
  padding: 2px 2px;
}

.report_card h6{
  font-weight: bold;
}



.report_card .report_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report_head .school_logo{
  width: 80px;
}

.report_head .school_logo img{
  width: 100%;
}

.report_head .school_name{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.report_head .school_name h1, .report_head .school_name h5, .report_head .school_name h4{
  font-weight: bolder;
} 

.report_head .student_photo{
  width: 120px;
  height: 120px;
  border: 1px solid gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}





















.profile_col{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pic_container{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  position: relative;
}

.profil_pic_holder{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.profile_col form{
  position: absolute;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  bottom: 10px;
  right: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  z-index: 10;
}

.profile_col form input{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav_profile .nav_pro_pic{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}























@media(max-width: 854px){ 
  .side_nav{
    left: -250px;
  }

  .nav_bar{
    background: white;
    padding: 0 30px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav_bar .logo{
    width: 150px;
  }
  .nav .right{
    justify-content: flex-end;
    z-index: 10000;
  }

 .toggler{
    display: flex!important;
    color: gray;
  }

  .toggle{
    left: 0!important;
  }

/*Dashboard*/
  .main_body{
    margin-left: 0;
    padding: 0 30px;
  }
}

























