/**
* 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;
}


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

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

.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*/
.page_nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.page_nav .page_name{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_nav span{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*Buttons for text editing*/

.texteditor{
  display: flex;
  justify-content: space-between;
  background: white;
  width: 100%;
}

.format{
  padding: 10px 10px;
  background: white;
  font-size: 24px;
}


.format:hover{
  background: whitesmoke;
}

.output{
  width: 100%;
  height: 350px;
  border: 1px solid gray;
  outline: none;
  padding: 20px 50px;
  overflow: scroll;
}


.font_selector{
  display: flex;
  width: 50px;
  height: 100%;
}

.font_selector input{
  width: 35px;
  height: 30px;
  outline: none;
  font-size: 14px;
  text-align: center;
}

#font_size_select{
  width: 40px;
  height: 30px;
  outline: none;
}

.email_box{
  display: flex;
  align-items: center;
}

.email_box textarea{
  width: 100%;
  border: none;
  outline: none;
  height: 25px;
}

.email_box select{
  border: 1px solid #f3f3f3;
  height: 25px;
  outline: none;
}

.compoose_btn{
  right: 30px;
  position: fixed;
  bottom: 50px;
}

.compoose_btn button{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
}

.compoose_btn button .bi{
    font-size: 18px;
  font-weight: bold;
}

@media(max-width: 1050px){
  .texteditor{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background: white;
    width: 100%;
  }

  .output{
    width: 100%;
    height: 350px;
    border: 1px solid gray;
    outline: none;
    padding: 20px 20px;
    overflow: scroll;
  }
}


@media(max-width: 500px){
  .texteditor{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}


























@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;
  }

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

  .toggle{
    left: 0!important;
  }

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

























