body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
    color: #222;
    background-color: #eee;
}
.container{
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.container-fluid{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  padding-right: 30px;
    padding-left: 30px;
}
p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
}

b, strong{
    font-weight: 500 !important;
}

@font-face {
  font-family: 'Mukta', sans-serif;
  src: url('font/Ananda Lipi Bold Cn Bt.ttf');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2666;
}
@font-face {
  font-family: 'Mukta', sans-serif;
  src: url('font/Ananda Lipi Bold Bt.ttf');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2666;
}

/****************PAGE LOADER**************/
.loader-page {
      background-color: #fff;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 9999;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all .5s ease-out;
    }
    .loader-container {
      width: 600px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .loader {
      background-color: rgba(0,0,0,0.3);
      position: relative;
      display: block;
    }
    .loader-fill {
      background-color: steelblue;
      width: 0px;
      height: 100%;
      position: absolute;
      display: none;
    }
    .loader-counter {
      position: absolute;
      font-size: 5rem;
      font-family: 'Lato' ;
      font-weight: 300;
      letter-spacing: -5px;
      color: steelblue;
      z-index: 9;
      display: none;
    }
    .loader-banner h1 {
      text-align: center;
      color: white;
      font-size: 3rem;
    }
    .loader-banner h1 {
      position: absolute;
      z-index: 1;
    }

@media (max-width: 768px) {
  h1 {
    font-size: 5vw;
  }
}
.loader-page .nepal-left-loader{
    height: 45px;
}
.loader-banner{
  text-align: center;
  height: 100vh;
}
.loader-banner h1{
    background-color: #014b96;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 400px;
    position: relative;
}

.dashboard-right button.btn.btn-success.submit-loader{
    padding: 6px 8px !important;
}

/****************PAGE LOADER END**************/

/*******************HEADER******************/
.nepal-left img{
    width: 45px;
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 9;
    height: 45px;
    border-radius: 50%;
}
.nepal-left p{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    padding-top: 15px;
}
.nepal-left a{
  text-decoration: none;
}
.logo-limit-new p{
    font-size: 16px;
    line-height: 41px;
    color: #fff;
    margin-bottom: 0px;
}
.logo-section{
  background-color: #014b96;
  padding: 10px 0;
}
.search-row1{
  background-color: #0021ad;
  padding: 5px 0;
  border-top: 1px solid #fff;
}
#searchinput {
    width: 200px;
}
#searchclear {
    position:absolute;
    right:5px;
    top:0;
    bottom:0;
    height:14px;
    margin:auto;
    font-size:14px;
    cursor:pointer;
    color:#ccc;
}
#custom-search-input {
    padding: 6px 3px;
    border: solid 1px #115ba7;
    border-radius: 30px;
    background-color: #115ba7;
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding-top: 9px;
    padding-left: 20px;
}
#custom-search-input input::placeholder{
  color: #fff;
}
#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #ffffff;
    padding: 0px 16px 0 14px;
    border-radius: 0;
}
#custom-search-input img {
    width: 21px;
}
#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
}
#custom-search-input .fa-search{
    font-size: 23px;
}
.color-map{
  width: 100%;
  height: 580px;
}
a.btn.btn-setting {
    background-color: rgb(216, 62, 62);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    float: right;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 62, 62);
    border-image: initial;
    border-radius: 30px;
    padding: 8px 40px 5px;
}
a.btn.btn-setting:hover{
    border: 1px solid #014b96;
    background-color: #014b96;
    color: #fff;
}
a.btn.btn-user {
    background-color: rgb(37, 78, 172);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    float: right;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(37, 78, 172);
    border-image: initial;
    border-radius: 30px;
    padding: 8px 40px 5px;
}
a.btn.btn-user:hover{
    background-color: rgb(216, 62, 62);
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 62, 62);
    border-image: initial;
}
a.btn.btn-primary.assign-btn.assign-btn-danger {
    background: #e70000;
    border: 2px solid #ff0000;
    color: white;
    border-radius: 5px;
    font-size: 16px!important;
}
.userbutton a i{
  font-size: 37px;
  color: #014b96;
  float: right;
}
.userbutton a i:hover{
  color: #003972;
}
.nepal-left a i.fa-sign-in-alt{
  font-size: 37px;
  color: #014b96;
  float: right;
  margin-top: -43px;
  display: none;
}
.nepal-left a i.fa-sign-in-alt:hover{
  color: #003972;
}
.terms-condition a{
    color: #222;
    text-decoration: underline;
    padding: 0px 6px !important;
    font-weight: 700;
}
.badge-success,
.badge-dark {
    color: #014b96!important;
    background-color: #ffffff!important;
    padding: 8px 10px 6px;
    border-radius: 3px;
    border: 1px solid #aba1a1;
}
span.badge.badge-admin-success {
    background: #fff;
    border: 1px solid #dedede;
    color: #008000;
    padding: 10px 12px 8px;
}
button.school-request-delete-button {
    border: 1px solid #dedede;
    background-color: #fff !important;
    padding: 4px 8px 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #c82333;
    border-radius: 3px;
}
a.btn.school-request-add-user {
    padding: 3px 9px 1px;
    background: #014b96;
    color: white!important;
    border-radius: 3px;
    line-height: 19px;
    margin-top: -3px;
}
a.btn.school-request-add-user:hover {
    background: #07407b;
}
/**********MOBILE MENU***********/
.clickmenus{
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -52px;
    left: 15px;
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    float: left;
    display: none;
    background-color: #115ba7;
    padding: 7px 5px 4px 5px;
    border-radius: 3px;
    border: 1px solid #2473c4;
}
i.fa.fa-users {
    padding: 4px 8px 2px;
    background: #014b96;
    border-radius: 3px;
    color: white;
}
.fixed-top .clickmenus{
  top: 4px;
  z-index: 999999;
}
.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: #115ba7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
}
.sidenav a {
  padding: 10px 15px 10px 10px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #fff;
}
.sidenav .closebtn {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 31px;
    margin-left: 50px;
    z-index: 9999;
    color: #fff;
    background: #206DBC;
    padding: 0px 7px !important;
    border-radius: 50%;
}
@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}
.sidenav .card{
    background-color: transparent;
    border: none;
}
.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
.sidenav .card-body{
    padding: 0 10px;
}
a.mobile-notice {
    position: absolute;
    right: 30px;
    top: 13px;
    width: 20px;
    height: 20px;
    padding: 4px !important;
    text-align: center;
    background: #FF6262;
    border-radius: 38%;
}
.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}
.mobile-menus ul li{
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #0d64bd;
}
.mobile-menus ul li.open a.collapsed{
    background-color: #04407c;
}
.mobile-menus ul li:last-child{
    border-bottom: none;
}
.mobile-menus ul li.link{
    padding: 14px 20px;
}
.mobile-menus ul li a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}
.sidenav .card-body ul li a {
    font-size: 12px;
}
.sidenav .card-body ul{
    border-top: 1px solid #0d64bd;
}
.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
}
.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 3px;
}
@media(max-width: 991px)
{
  .clickmenus{
    display: block;
  }
  .shadow-img{
    display: none;
  }
  .navbar-light .navbar-brand{
    display: block;
  }
  .navbar-toggler-icon{
    display: none;
  }
  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }
  .navbar-light .navbar-toggler{
    display: none;
  }
  .dashboard-left #accordian{
    display: none;
  }
}



.page-not-found {
    padding: 150px 0;
    text-align: center;
}

.page-not-found-header{
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 40px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}

.page-not-found-header h3{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

.page-not-found-header p {
    font-size: 18px;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

.page-not-found-header a.btn.btn-signin {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 6px 12px 4px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}







/*******************LOGIN PAGE START HERE****************/
.login-section {
    padding-top: 120px;
    background-color: #f5f5f5;
    padding-bottom: 40px;
    min-height: 95vh;
}
.login-header {
    max-width: 383px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
}
div#confirm_password .invalid-feedback {
    padding: 0 0 13px;
    font-size: 14px;
}
.dashboard-right .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: -10px;
    font-size: 80%;
    color: #dc3545;
    margin-bottom: 0px;
}

label{
    font-size: 16px !important;
}

.form-image img{
    width: 100%;
    margin-bottom: 5px;
}



.text-center {
    text-align: left!important;
}
.login-section .form-group{
    margin-bottom: 0px;
}
.login-section input.form-control {
    border: 1px solid #ddd;
    padding: 10px;
    height: 45px;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #222 !important;
}
.login-header a.btn.btn-danger.btn-block {
    width: 100%;
    padding: 12px 10px 10px 10px !important;
    border: 1px solid #e36450;
    background-color: #e36450 !important;
    border-radius: 30px !important;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    transition: .3s ease-in-out;
}
a.btn.btn-danger.btn-block:hover {
    background: #d35845;
}
.login-header a.btn.btn-danger.btn-block i.fab.fa-google {
    text-align: left;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}
.login-header a.btn.btn-primary.btn-block {
    width: 100%;
    padding: 12px 10px 10px 10px !important;
    border: 1px solid #014b96 !important;
    background-color: #014b96 !important;
    border-radius: 30px !important;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff !important;
    opacity: .8;
    transition: .3s ease-in-out;
}
a.btn.btn-primary.btn-block:hover {
    background: #3f52a7;
    border: 1px solid #3f52a7;
}
.login-header a.btn.btn-primary.btn-block i.fab.fa-facebook-f {
    text-align: left;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}
.login-section h4{
    text-align: center;
    font-size: 20px;
    color: #014b96;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.login-section button.btn.btn-signin{
     border: 1px solid #014B96;
    background-color: #014B96;
    padding: 10px 40px 7px 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 15px;
    transition: 0.3s ease;
    margin-left: 58px;
}
.login-section button.btn.btn-signin:hover{
    border: 1px solid #003972;
    background-color: #003972;
}

.login-section .login-header button.btn.btn-signin{
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.login-section p {
    margin-bottom: 0px;
    background-color: #fff;
    font-size: 14px;
}

#school-history-modal{
    padding-left: 10px;
}
.login-section p.text-right{
    margin-bottom: 10px;
}
.login-section p a {
    color: #014b96;
    transition: .3s ease;
    font-size: 14px;
}
.login-section p a:hover {
    color: #014b96;
    text-decoration: underline;
}
.photo-mid-section {
    padding-top: 20px;
}
.notification-bell a#navbarDropdown {
    color: #fff;
    padding-right: 20px;
}
.dash-login .notification-bell a#navbarDropdown{
    padding-right: 0px;
}
.notification-bell i.fa.fa-bell {
    font-size: 16px;
    color: #a4bed9;
    position: relative;
    background-color: #0e58a4;
    padding: 9px 7px 7px 7px;
    border-radius: 50%;
    line-height: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.dropdown-toggle::after {
    display: none;
}
li.nav-item.dropdown.dmenu{
    margin-left: 10px;
}
li.nav-item.dropdown.dmenu img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.dropdown-menu {
    left: auto;
    right: 0px;
    border: 1px solid #f7f7f700;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    width: 265px;
    margin-top: 19px;
}
.notification-bell .dropdown-menu {
    background: white;
    width: 326px !important;
    left: auto;
    right: -88px;
    height: 486px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 6%), 0 0 0 1px rgb(10 10 10 / 2%);
    border: 1px solid whitesmoke;
    border-radius: 3px;
    padding: 0;
}
.notification-bell p {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #585858;
    margin-bottom: 0px;
    border-bottom: 1.5px solid #eee;
    background: #fdfdfd;
    border-radius: 3px;
}
.notification-bell p a.view-alls {
    padding: 6px 17px 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #7c7c7c;
    border-radius: 30px;
    float: right;
    text-decoration: none;
    border: 1px solid #cce0f1;
    transition: .2s ease;
}
.notification-bell p a.view-alls:hover {
    color: #014b96;
    text-decoration: none;
    background: #014b9614;
}
.notification-bell sup {
    position: absolute;
    right: -10px;
    top: -6px;
    line-height: 15px;
    font-weight: 700;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: 0px;
    padding: 2px 8px 1px 8px;
    background-color: #FA5661;
    font-size: 11px;
    color: #fff;
    text-shadow: 1px 1px #BF3039;
    border-radius: 10px;
}
::-webkit-scrollbar {
  width: 12px;
  border: 1px solid #d5d5d5;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #b0b0b0;
}
::-webkit-scrollbar {
  height: 12px;
  width: 12px;        
  border: 1px solid #d5d5d5;
}

#my-table_length label{
    width: 185px;
}



.no-notification-found i.fa.fa-bell {
    font-size: 14px;
    color: #a4bed9;
    position: relative;
    background-color: #0e58a4;
    padding: 7px 6px 7px 7px;
    border-radius: 50%;
    line-height: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.no-notification-found h6 {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    color: #383636;
    margin-bottom: 0px;
    text-align: center;
}
.no-notification-found .dropdown-menu {
    background: white;
    width: 400px;
    left: auto;
    right: -96px;
    height: 295px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    border: 1px solid whitesmoke;
    border-radius: 7px;
    padding: 4px 6px;
    border: 1px solid #e1e1e1;
}
.no-notification-found p {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #3b3939;
    margin-bottom: 0px;
    border-bottom: 1.5px solid #eee;
    background: #fdfdfd;
    border-radius: 3px;
}
.no-notification-found p a.view-alls {
    padding: 6px 17px 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #7c7c7c;
    border-radius: 30px;
    float: right;
    text-decoration: none;
    border: 1px solid #cce0f1;
    transition: .2s ease;
}
.no-notification-found p a.view-alls:hover {
    color: #014b96;
    text-decoration: none;
    background: #014b9614;
}
.no-notification-found sup {
    background-color: #f00;
    padding: 3px;
    border-radius: 50%;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 4px;
    line-height: 12px;
    font-weight: 700;
    width: 17px;
    height: 17px;
    text-align: center;
}

a.mark-as-read-text {
    padding: 6px 17px 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #7c7c7c;
    border-radius: 30px;
    float: right;
    text-decoration: none;
    border: 1px solid #cce0f1;
    transition: .4s ease-in-out;
}

.invalid-feedback-change {
    width: 100%;
    margin-top: -10px;
    font-size: 80%;
    color: #dc3545;
    margin-bottom: 0px;
}

.tuki-img {
    width: 100%;
    height: 720px;
}
.photo-right-lists{
  padding: 0px;
  background-color: #003972;
  margin-top: 20px;
}
.photo-right-lists ul{
  padding: 20px;
  margin: 0px;
}
.photo-right-lists ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.photo-right-lists ul li iframe{
  margin-bottom: -7px;
}
.photo-right-lists ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.photo-right-lists ul li a{
  text-decoration: none;
}
.photo-right-lists ul li a img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.photo-right-lists ul li a h5{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}
.photo-right-lists ul li a h6{
    background-color: #fff;
    padding: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
    text-align: center;
}
.photo-right-lists ul li a h6:hover{
  color: #003972;
}
.photo-mid-section h1 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #014b96;
    padding: 5px;
    margin-bottom: 15px;
}
ul.photo-footer-links{
  padding: 0px;
  margin: 0px;
  margin-top: 35px;
  margin-bottom: 10px;
}
ul.photo-footer-links li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 14px;
}
ul.photo-footer-links li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
ul.photo-footer-links li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
ul.photo-footer-links li a:hover{
  color: #014b96;
}
.photo-listing iframe{
  margin-bottom: -5px;
}
.photolist-middle h1{
  font-size: 20px;
  line-height: 43px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.pradesh-mid-section {
    padding-top: 20px;
}
.pradesh-mid-section h1{
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  color: #014b96;
  text-align: center;
  margin-bottom: 20px;
}
.pradesh-mid-section img{
  width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.pradesh-mid-section ul{
  padding: 0px;
  margin: 0px;
}
.pradesh-mid-section ul li{
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.pradesh-mid-section ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.pradesh-mid-section ul li a{
  text-decoration: none;
}
.pradesh-mid-section ul li a h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}
.pradesh-mid-section ul li a h2:hover{
  color: #014b96;
}
.pradesh-mid-section ul li p{
  margin-bottom: 5px;
  line-height: 20px;
}
.helping-middle{
  padding: 30px 0;
}
.setting-icon{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.helping-middle h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.helping-box{
    background-color: #014b96;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}
.help-box {
    background-color: #014b96;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}
.help-box img{
  width: 100px;
  margin-bottom: 20px;
}
.help-box p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px
}
.photoupload-section{
  padding: 30px 0;
}
.member-ship h1{
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #014b96;
    text-align: center;
    margin-bottom: 25px;
    text-decoration: underline;
}
.member-ship form{
    background-color: #eee;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.member-ship label {
    text-align: right;
    line-height: 39px;
    font-size: 14px;
    margin-bottom: 0px;
}
.member-ship input.form-control {
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.member-ship select{
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #777b80;
}
.member-ship button.btn.btn-primary {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}
.member-ship button.btn.btn-primary:hover{
    border: 1px solid #003972;
    background-color: #003972;
}
.nepal-menu-box1 {
    background-color: #014b96;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 45px;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}
.nepal-menu-box1 ul {
    padding: 0px;
    margin: 0px;
}
.nepal-menu-box1 ul li {
    list-style-type: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3b63bf;
}
.nepal-menu-box1 ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.nepal-menu-box1 ul li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.sthaniya-body{
  padding: 30px 0;
}
.sthaniya-body h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    color: #014b96;
    text-align: center;
    margin-bottom: 20px;
}
.pradesh-mid-section1 a{
  text-decoration: none;
}
.palika-box{
    background-color: #014b96;
    padding: 70px 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.palika-box h2{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.sarkar-box{
    background-color: #014b96;
    padding: 40px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.sarkar-box h1{
  color: #fff;
  margin-bottom: 0px;
}
.sarkar-box h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
/**********MOBILE MENU***********/
.clickmenus1{
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 30px;
    color: #ffffff;
    z-index: 99;
    display: inline-block;
    float: left;
    background-color: rgb(216, 62, 62);
    padding: 19px 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: none;
}
.clickmenus1 h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
}
.sidenav1 {
  height: auto;
  width: 0;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 15px;
  background-color: #014b96;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}
.sidenav1 a {
  padding: 5px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}
.sidenav1 a:hover {
    color: #ffffff;
    background-color: #014b96;
}
.sidenav1 .closebtn1 {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 44px;
    margin-left: 50px;
    z-index: 9999;
    color: #ffffff;
    font-weight: 800;
    background-color: #003972;
    padding: 5px;
}
@media screen and (max-height: 450px) {
  .sidenav1 a {font-size: 18px;}
}
.sidenav1 .card{
    background-color: transparent;
    border: none;
}
.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
.sidenav1 .card-body{
    padding: 0 10px;
}
.mobile-menus1{
  margin-top: 15px;
}
.mobile-menus1 ul{
    padding: 0px;
    margin: 0px;
}
.mobile-menus1 ul li{
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.mobile-menus1 ul li a {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #3b63bf;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.sidenav1 .card-body ul li a {
    font-size: 12px;
}
.sidenav1 .card-body ul li a:hover {
    color: #fff;
    font-size: 13px;
    background-color: transparent;
}
.mobile-menus1 ul li a i.fa-angle-down{
    float: right;
}
.mobile-menus1 ul li a i.fa-arrow-right{
    margin-right: 5px;
}
.mobile-menus1 ul li.active ul li a i.fa-angle-down{
    margin-top: 9px !important;
}
.input_container input{
    width: 100%;
    height: 50px;
    border: 1px solid #696464;
    border-radius: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
    color: #222;
}
/*****************DASHBOARD PAGE START HERE****************/
.dashboard-left{
    background-color: #014b96;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    min-height: 90vh;
}
.dashboard-left #accordian {
 background: #014b96;
 width: 100%;
 color: white;
}
.dashboard-left ul{
  padding: 0px;
  margin: 0px;
}
.dashboard-left #accordian h3{
  margin-bottom: 0px;
}
.dashboard-left #accordian h3 a {
 padding: 0 10px;
  font-size: 16px;
  line-height: 50px;
 display: block;
 color: white;
 text-decoration: none;
}
.dashboard-left #accordian h3.active a {
    background-color: #06427f;
}
.dashboard-left #accordian h3:hover {
 text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.dashboard-left i.fa-tasks,
.dashboard-left i.fa-calendar,
.dashboard-left i.fa-heart {
 margin-right: 10px;
}
.dashboard-left i.fa-angle-down{
  float: right;
  margin-top: 14px;
}
.dashboard-left #accordian li {
     list-style-type: none;
     position: relative;
}
.dashboard-left #accordian ul ul li a, .dashboard-left #accordian h4 {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 36px;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: relative;
    padding-left: 44px;
}
.dashboard-left #accordian ul ul li a:hover {
 background: #06427f;
}
.dashboard-left #accordian ul ul {
 display: none;
}
.dashboard-left #accordian li.active>ul {
 display: block;
}
.dashboard-left #accordian ul ul ul {
 margin-left: 15px;
 border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
.dashboard-right {
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-right: 0px;
}
.dash-login .bg-light {
    background-color: transparent !important;
    padding: 0px;
}
.dash-login .bg-light .navbar-nav{
  margin-top: 6px;
}
.dash-login .admin-img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 5px;
}
img.login-user-img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: rgb(114 114 114 / 19%) 1px 1px 5px 1px;
    border: 1px solid #003974;
}
.dash-login .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.dash-login .navbar-light .navbar-nav .nav-link i{
  margin-right: 0px;
}
.dash-login .dropdown-menu.sm-menu.show {
    padding: 5px;
    margin-top: 18px;
    background-color: #ffffff;
    margin-right: 0px;
    right: -10px;
    left: auto;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    border-radius: 5px;
}
a.dropdown-item.unread {
    font-weight: 500;
    background: rgb(1 75 150 / 13%);
    border-radius: 0px;
    color: #014b96!important;
    margin-bottom: 2px;
    transition: .3s ease-in-out;
}
a.dropdown-item.unread:hover{
    font-weight: 500 !important;
    background: rgb(1 75 150 / 13%) !important;
    border-radius: 0px;
    color: #014b96!important;
    transition: .3s ease-in-out;
}

.dash-login a.dropdown-item:hover{
    background: rgb(1 75 150 / 13%) !important;
    border-radius: 0px !important;
    color: #014b96!important;
}
.dash-login a.dropdown-item {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #282828;
    padding: 10px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 0.2s ease;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.dash-login a.dropdown-item i{
    padding-right: 2px;
    color: #56585a;
}
.dash-login a.dropdown-item:last-child{
    border-bottom: none !important;
}
.dash-login a.dropdown-item:hover{
      background-color: transparent;
    color: #014b96;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    border-radius: 4px!important;
}
.dashboard-right table td img {
    width: 100px;
    height: 50px !important;
    margin-top: 0px;
    border-radius: 3px;
    background: #e7e7e7;
}
.dashboard-right table td iframe{
    width: 100px;
    height: 50px !important;
}
.profile-banner-image{
    width: 100px;
    height: 60px;
}
.profile-img{
    height: 60px;
    width: 100px;
}
.profile-detail-edit .profile-img {
    height: 40px;
    width: 70px;
    border-radius: 2px;
}
.dash-post-listing ul li {
    list-style-type: none;
    display: inline-block;
    width: 17.9% !important;
    margin-right: 30px !important;
}
#teacher-history-modal .dash-post-listing ul li,
#student-history-modal .dash-post-listing ul li,
#school-history-modal .dash-post-listing ul li{
    width: 17.2% !important;
}
.dash-post-listing ul li:last-child{
    margin-right: 0px;
}
.dash-post-listing ul {
    padding: 0px;
    margin: 0px;
    margin-right: -32px !important;
}
.post-box {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    border-radius: 9px;
    box-shadow: 1px 1px 5px 1px #d3d3d330;
    margin-top: 10px;
    background: #ffffff;
    margin-bottom: 20px;
}
.StickySidebar hr {
    display: none!important;
}
.dash-post-listing ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 73px!important;
}
.post-box a{
    text-decoration: none;
}
.post-box img{
  width: 60px;
  height: 60px;
}
.post-box i.fas,
.post-box i.far,
.post-box i.fa-smile{
    color: #014b96;
    font-size: 50px;
    margin-bottom: 10px;
}
.post-box h5 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #023f7c;
    margin-bottom: 0px;
}
.post-box p{
  font-weight: 700;
  margin-bottom: 0px;
}
.post-box a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #014b96;
    text-decoration: none;
}
.post-box a:hover{
  color: #003972;
}
.dashboard-right h1 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #222;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline-block;
}
.dashboard-right h1 a{
    color: #222;
    text-decoration: none;
}
.breadcrumb {
    display: inline-block;
    background: none;
    padding: 5px 0 0 0;
    border-radius: 0;
    margin-bottom: 0px;
    float: right;
}
.breadcrumb > li {
    display: inline-block;
    line-height: 18px;
    font-weight: 700;
    margin-right: 4px;
}
.breadcrumb>li:after {
    position: relative;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    top: -3px;
    padding-left: 5px;
    color: #787878;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 0px;
}
.breadcrumb > li:last-child{
  border-right: none;
}
.breadcrumb li a{
    color: #222;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-weight: 700;
}
.breadcrumb li a:hover{
  color: #014b96;
}
.dashboard-right table button#showbutton5 {
    border: none;
    background-color: transparent;
}
.feedback-details textarea{
    height: 140px;
    margin-bottom: 15px;
}
.feedback-details label{
    margin-bottom: 0px;
}
.school-news-img img{
    width: 100%;
    margin-bottom: 10px;
}
#school-teacher-data .btn-primary{
    padding: 6px 16px 3px !important;
}
.loader-page .nepal-left-loader{
    height: 45px;
}
.btn-primary {
    color: rgb(98 98 98) !important;
    background-color: #fff !important;
    border: 1px solid  #dedede !important;
    padding: 6px 8px 4px !important;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px !important;
    margin-bottom: 0px;
}

#slider-image-modal button.btn.btn-success{
    color: #fff !important;
    background-color: #014b96 !important;
    border: 1px solid  #014b96 !important;
    padding: 6px 8px 4px !important;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px !important;
    margin-bottom: 0px;
}

.modal-preview-slider-image img{
    width: 100px;
}

button.btn.btn-secondary {
    color: rgb(98 98 98) !important;
    background-color: #fff !important;
    border: 1px solid  #dedede !important;
    padding: 6px 8px 4px !important;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px !important;
    margin-bottom: 0px;
}

.forgot-box button.btn.btn-secondary{
    border: 1px solid #014b96 !important;
    background-color: #014b96 !important;
    padding: 10px !important;
    border-radius: 2px !important;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    max-width: 70px;
    width: 100%;
    color: #fff !important;
    cursor: pointer;
}

.feedback-form input.btn.btn-primary.btn-block {
    border: 1px solid #014b96 !important;
    background-color: #014b96 !important;
    max-width: 110px !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 4px !important;
    transition: .3s ease;
    color: #fff !important;
    padding: 6px 20px 8px !important;
    display: block;
}

button.btn.btn-primary.btn-sm.btn-flat{
    color: #014b96 !important;
    background-color: #fff !important;
    border: 1px solid #dedede !important;
    padding: 6px 8px 4px !important;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px !important;
}

.subject-select-box button.btn.btn-primary.btn-sm.btn-flat{
    margin-bottom: 3px;
}

.table-responsive button.btn.btn-primary.btn-sm.btn-flat{
    margin-bottom: 0px;
}

button#save-data {
    float: right;
}

.school-news-img .btn-primary {
    color: #222 !important;
    background-color: #fff !important;
    border: 1px solid #dedede !important;
    padding: 6px 8px 4px !important;
    font-size: 12px !important;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px !important;
    margin-bottom: 0px;
}
.class-local-subject-table .btn-primary {
    color: #222 !important;
    background-color: #fff !important;
    border: 1px solid #dedede !important;
    padding: 2px 8px 0px !important;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px !important;
    margin-bottom: 0px;
}
.class-local-subject-table .btn.btn-primary.btn-sm.btn-flat {
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 2%), 0 0 0 1px rgb(10 10 10 / 2%);
    border: 1px solid #dedede !important;
    background-color: #ffffff !important;
    padding: 2px 7px !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 400;
    color: #303030 !important;
    border-radius: 3px;
    transition: 0.2s ease-in;
    margin-bottom: 3px;
    cursor: pointer!important;
}
#class-section-modal .btn.btn-primary.btn-sm.btn-flat{
    padding: 3px 10px !important;
    margin-bottom: 0px;
}

#class-section-modal label{
    margin-bottom: 0px;
}

#class-section-modal input{
    margin-bottom: 15px;
    color: #222;
}

.dashboard-right h2 a {
    color: #676767;
    font-size: 20px;
}
.dashboard-right table h2{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 5px;
} 
.dashboard-right h2 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
}
.message-type {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
    border: 2px solid #efefef;
    margin-bottom: 30px;
    margin-top: 10px;
}
.message-type-new {
    background-color: #fdfdfd;
    width: 100%;
    margin: 0 auto;
    display: block;
    /* padding: 20px; */
    border-radius: 6px;
    border: 2px solid #efefef;
    margin-bottom: 30px;
    margin-top: 0px;
}
.message-type-new form{
    background-color: transparent !important;    
}
/*.dashboard-right form {*/
/*    background-color: #fdfdfd;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    padding: 10px;*/
/*    border-radius: 7px;*/
/*    margin-bottom: 10px;*/
/*    margin-top: 0px;*/
/*}*/

button.btn.btn-restore {
    padding: 8px 14px;
    font-size: 14px;
    margin-bottom: 10px;
}

.dashboard-table-box{
    background-color: #fdfdfd;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.dashboard-table-box .message-type-mobile{
    padding-left: 0px;
    padding-right: 0px;
}

.page-link {
    color: #014b96 !important;
}

.page-item.active .page-link{
    color: #fff !important;
}

.subject-select-box{
    background-color: #fdfdfd;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.dashboard-right form h1{
    margin-bottom: 15px;
}

table.dataTable thead th, table.dataTable thead td{
    padding: 10px !important;
}

div#school-post-data_wrapper {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
    margin-bottom: 10px;
    margin-top: 0px;
}
a.btn.museum-request-cancel {
    padding: 4px 16px 4px 16px;
    border: 1px solid #115ba7;
    border-radius: 2px;
    margin-right: 10px;
    color: #222;
}
button.btn.museum-request-submit {
    background: #115ba7;
    padding: 4px 11px 4px 11px;
    border-radius: 2px;
    color: #eaeaea;
}
.museum-request h4 {
    padding-bottom: 15px;
}
.dashboard-right form .form-group.col-12.col-sm-12{
    padding-left: 0px;
    padding-right: 0px;
}
a.btn.btn-create {
    border: 1px solid rgb(212 217 222);
    background-color: #ffffff;
    padding: 7px 15px 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .3s ease;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 2%), 0 0 0 1px rgb(10 10 10 / 2%);
}

a.btn.btn-sathantaran-left {
    border: 1px solid rgb(212 217 222);
    background-color: #ffffff;
    padding: 10px 15px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .3s ease;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 2%), 0 0 0 1px rgb(10 10 10 / 2%);
}

a.btn.btn-trash{
    border: 1px solid rgb(212 217 222);
    background-color: #ffffff;
    padding: 7px 15px 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .3s ease;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 2%), 0 0 0 1px rgb(10 10 10 / 2%);
}

a.btn.btn-index.mx-1{
    border: 1px solid rgb(212 217 222);
    background-color: #ffffff;
    padding: 7px 15px 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .3s ease;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 2%), 0 0 0 1px rgb(10 10 10 / 2%);
}

a.btn.btn-index.mx-1:hover {
    border: 1px solid #a5a5a5;
    background-color: #f7f7f7;
}

a.btn.btn-school-dashboard-page-edit {
    border: 1px solid rgb(111 111 111 / 46%);
    background-color: #ffffff;
    padding: 5px 20px 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #014b96;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .3s ease;
    margin-right: 10px;
    margin-top: 0px;
}
a.btn.btn-school-dashboard-page-edit-right {
    border: 1px solid rgb(111 111 111 / 46%);
    background-color: #ffffff;
    padding: 9px 20px 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #014b96;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: .3s ease;
    margin-right: 10px;
    margin-top: 0px;
}
a.btn.btn-create.museum-content-icon {
    padding: 1px 20px;
    background: white;
    border: 1px solid #b6b6b6;
    padding-top: 4px;
}
a.btn.btn-create:hover {
    border: 1px solid #a5a5a5;
    background-color: #f7f7f7;
}
a.btn.btn-museum-content-trash {
    border: 1px solid rgb(1 75 150 / 46%);
    background-color: #ffffff;
    padding: 9px 20px 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #115ba7;
    border-radius: 2px;
    transition: .3s ease;
        float: right;
    margin-right: 10px;
    margin-top: 85px;
}
a.btn.btn-museum-content-trashe:hover {
    border: 1px solid #003972;
    background-color: #f7f7f7;
}
.dashboard-right input {
    margin-bottom: 0px;
    height: 42px;
    text-align: left;
    font-size: 16px;
    color: #777;
    border-radius: 3px;
    padding-left: 15px;
    border: 1px solid #ced4da;
    width: 100%;
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777 !important;
}
.dashboard-right textarea {
    margin-bottom: 0px;
    height: 170px;
    text-align: left;
    font-size: 16px;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    width: 100%;
    margin-bottom: 15px;
}
.dashboard-right i.fa.fa-eye-slash{
    position: absolute;
    top: 17px;
    right: 30px;
    font-size: 13px;
    cursor: pointer;
    opacity: .7;
}

.pass-seen i.fa.fa-eye-slash{
    position: absolute;
    top: 17px;
    right: 30px;
    font-size: 13px;
    cursor: pointer;
    opacity: .7;
}

.pass-seen i.fa.fa-eye{
    position: absolute;
    top: 17px;
    right: 30px;
    font-size: 13px;
    cursor: pointer;
    opacity: .7;
}
.pass-seen input{
    height: 45px;
    margin-bottom: 10px;
}
.dashboard-right input#myFile {
    border: none;
    padding-left: 0px;
}
.dashboard-right select {
    height: 42px;
    font-size: 16px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    width: 100%;
    color: #777;
    margin-bottom: 15px !important;
}
.upload-btn-wrapper input{
  border: none;
  padding: 0px;
}
.dashboard-right button.btn.btn-primary.btn-xs {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}
.dashboard-right button.btn.btn-primary.btn-xs:hover {
    border: 1px solid #003972;
    background-color: #003972;
}
.search-form input.form-control{
  margin-bottom: 15px;
}
.select2-container .select2-selection--single{
    height:34px !important;
    font-size: 14px;
    margin-bottom: 0px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    height: 40px !important;
    padding: 6px;
    font-size: 16px;
    color: #777;
    margin-bottom: 15px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px !important;
    font-size: 16px;
}
.dashboard-right input#file-wating{
    width: auto;
}

.dashboard-right button.btn.btn-sm.btn-primary.btn-block {
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    padding: 10px !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #014b96;
}
.assign-answer-modal .modal-dialog{
    max-width: 800px;
}
.assign-answer-modal span.antim-miti {
    float: right;
    font-size: 14px;
    color: #222;
}
.assign-answer-modal a i.fa.fa-eye{
    color: #222;
}
.assign-answer-modal .modal-body{
    padding: 30px;
}
select.status-sakriya {
    border: 1px solid #008000;
    background-color: #008000;
    color: #fff;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
}
select.status-bicharadhin {
    border: 1px solid #d47c00;
    background-color: #d47c00;
    color: #fff;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
}
select.status-niskriya {
    border: 1px solid #e80000;
    background-color: #e80000;
    color: #fff;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
}
.assign-answer-modal h5{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
    padding-left: 20px;
    margin-top: 10px;
}
.assign-answer-modal .table-bordered{
    margin-bottom: 0px;
}
h6.bujhauna-baaki{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}

i.fa.fa-home {
    border: 1px solid #e3e3e3;
    background: white;
    padding: 3px 6px;
    color: #014b96;
    font-size: 10px;
    border-radius: 2px;
}

.dashboard-right .table td, .table th {
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
}
span.group-button-modal {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px;
    margin-left: 5px;
    border: 1px solid rgb(222, 222, 222) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 1px 4px 1px !important;
    color: #222 !important;
    margin-bottom: 0px !important;
    cursor: pointer;
}

#preview-file{
    width: 100px;
}

#preview-file a img{
    width: 100px;
    height: 50px;
}

span.group-button-modal i{
    padding-right: 5px;
    font-size: 12px;
}

h5#exampleModalLabel {
    font-size: 21px;
    font-weight: 600;
    color: #222;
}

ul#viewLikeProfile h6 {
    color: #222;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0px;
}
ul#viewLikeProfile li {
    list-style-type: none;
    padding-bottom: 15px;
}
ul#viewLikeProfile li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
ul#viewLikeProfile li a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
ul#viewLikeProfile {
    padding: 0;
    margin: 0px;
}
/* .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    background: rgb(233 244 255);
    color: rgb(0, 0, 0);
    text-decoration: none;
    opacity: 0.75;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    border-radius: 0px 10px 0px 0px;
    margin-top: -13px;
} */
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    padding: 10px 15px;
    margin-top: -13px;
}
.dashboard-right .table td a.post-user{
    color: #222;
    text-decoration: none;
}
.dashboard-right .table td a{
    color: #222;
    text-decoration: none;
}
.assign-user select{
    width: 88%;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 3px;
    font-size: 16px;
    background-color: #e9ecef;
    color: #222;
}
.assign-user button{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    display: inline-block;
    background-color: #e9ecef;
    cursor: pointer;
}
.assign-user button img{
    width: 15px;
}

.close{
    opacity: 1;
}

.feedback-details i.fa.fa-close {
    transition: .2s ease-in;
    font-size: 14px;
    padding: 9px 12px;
    border-radius: 50%;
    opacity: 1;
    color: #222;
}
 i.fa.fa-close:hover {
    padding: 9px 12px;
    background: #DCEDFF;
    opacity: 1;
    color: #222;
}

.feedback-details input#file{
    border: none;
    padding: 0px !important;
    color: #817c7c !important;
    font-size: 14px;
}

#class-section-table button.btn.btn-primary.btn-sm.btn-flat.edit_button{
    padding: 6px 8px 4px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
}
.dashboard-right .table td a i.fa.fa-thumbtack {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px;
    color: rgb(98 98 98) !important;
    margin-bottom: 0px !important;
}
a.btn.btn-primary.assign-not-submitted-btn {
    color: white;
    padding: 4px 13px 3px;
}
a.btn.btn-primary.assign-not-submitted-btn i {
    margin-left: 7px;
}

a.btn.btn-refresh{
    border: 1px solid rgb(212 217 222);
    background-color: #ffffff;
    padding: 7px 25px 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .3s ease;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 2%), 0 0 0 1px rgb(10 10 10 / 2%);
}

success.assign-submitted-btn {
    border: 1px solid #1c7430;
    background-color: #1c7430;
    padding: 3px 11px 2px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    margin-left: 3px!important;
    margin-top: 0px;
}
.dashboard-right .table tr.unreadclass td {
    font-size: 14px !important;
}
a.edit.btn.btn-primary.btn-sm {
    border: 1px solid #dedede !important;
    background-color: #fff !important;
    padding: 6px 10px 2px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #014b96 !important;
    border-radius: 3px;
}
a.ml-2.btn.btn-primary.btn-sm{
    border: 1px solid #0563c3;
    background-color: #0563c3;
    padding: 6px 10px 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}
.dashboard-body a.btn.btn-danger {
    border: 1px solid #dedede;
    background-color: #fff !important;
    padding: 4px 8px 3px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #e80000;
    border-radius: 3px;
}
button.pin_top{
    border: 1px solid #dedede;
    background-color: #fff !important;
    padding: 4px 8px 3px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #ffbc00;
    border-radius: 3px;
}
a.btn.btn-info.btn-sm.btn-flat {
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 6px 8px 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #626262 ;
    border-radius: 3px;
    margin-right: 5px;
}
.school-request button.school-request-delete-button {
    padding: 1px 9px;
    border: 1px solid #dedede;
    background: #fff;
    font-size: 12px;
    border-radius: 3px;
    color: #cd0b0b;
    cursor: pointer;
}
.school-request a.btn.school-request-add-user {
    padding: 3px 9px 1px;
    background: #fff;
    border: 1px solid #dedede;
    color: #2f2f2f!important;
    border-radius: 3px;
    line-height: 19px;
    margin-top: -3px;
    font-size: 14px;
}
button.btn.btn-danger.btn-sm.btn-flat{
    border: 1px solid #dedede;
    background-color: #fff !important;
    padding: 6px 8px 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #c82333;
    border-radius: 3px;
}
button.btn.remove-this{
    border: 1px solid #dedede;
    background-color: #fff !important;
    padding: 4px 8px 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #c82333;
    border-radius: 3px;
}
button.btn.remove-this span.fa.fa-trash {
    font-size: 12px;
    margin-left: 0px;
    color: #ff0303ad;
    margin-bottom: 0px;
}
a.btn.btn-warning-custom.btn-sm{
    padding: 4px 9px 3px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    background-color: #F29339!important;
    border-radius: 3px;
    color: #ffffff !important;
    border: 1px solid #dedede;
}
button.btn.btn-success-custom.btn-sm{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid rgb(222, 222, 222) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 4px 10px 3px !important;
    color: rgb(98 98 98) !important;
    margin-bottom: 0px !important;
}
#school-post-data_wrapper form{
    background-color: transparent !important;
}
a.btn.btn-primary.btn-sm.btn-flat.edit_button {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid rgb(222, 222, 222) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 7px 7px 3px !important;
    color: rgb(98 98 98) !important;
    margin-bottom: 0px !important;
    margin-right: 4px;
}
.class-project-subject-table a.btn.btn-primary {
    border: 1px solid #dedede !important;
    background-color: #fff !important;
    padding: 6px 7px 3px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #014b96 !important;
    border-radius: 3px;
}
a.btn.btn-primary.assign-not-submitted-btn {
    border: 1px solid #d47c00;
    background-color: #d47c00;
    padding: 6px 7px 3px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 4px;
}
a.project-subject-outside-button {
    color: #494949!important;
    background: #fff;
    border: 1px solid #ccc8c8;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 3px;
}
a.btn.teacher-subject-inactive {
    border: 1px solid #e30015;
    background-color: #e80000;
    padding: 6px 7px 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff !important;
    border-radius: 3px;
}
a.btn.teacher-subject-active {
    border: 1px solid #d3cdcd;
    background-color: #fff;
    padding: 4px 7px 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #222 !important;
    border-radius: 3px;
}
a.btn.teacher-subject-active i {
    font-size: 11px;
    color: #717171;
}
a.edit.btn.btn-danger.btn-sm {
    padding: 4px 10px 1px;
    background: white;
    border: 1px solid #dadada;
    color: #222;
    line-height: 16px;
}
a.btn.btn-success.drishtikon-srijana-button-main-page {
    border: 1px solid #1c7430;
    background-color: #222;
    padding: 5px 12px 1px!important;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    margin-left: 3px!important;
    margin-top: 0px;
}
a.btn.btn-success.assign-submitted-btn {
    border: 1px solid #1c7430;
    background-color: #1c7430;
    padding: 4px 13px 3px!important;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    margin-left: 3px!important;
    margin-top: 0px;
}
a.btn.btn-success.drishtikon-srijana-button-main-page {
    padding: 4px 4px 3px!important;
    line-height: 17px;
}
a.btn.btn-success i {
    font-size: 11px;
    color: #616161;
}
.dashboard-body a.btn.btn-success {
    border: 1px solid #dedede;
    background-color: #fff !important;
    padding: 6px 8px 4px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #02488f;
    border-radius: 3px;
    margin-top: 0px;
    margin-right: 7px !important;
}

.dashboard-body a.btn.btn-success.btn-sm{
    margin-right: 5px !important;
}
.dashboard-body a.btn.btn-success i.fa-plus{
    padding-right: 5px;
}
.dashboard-body .dashboard-right a.btn.btn-success i.fa-plus{
    padding-right: 0px;
}
.table thead th, .table thead td {
    vertical-align: middle;
    border-bottom: 1.5px solid #d8d8d8!important;
}
.table thead tr th p{
  margin-bottom: 0px;
  font-size: 14px;
}
.photo-dash-img{
  width: 40px;
  height: 40px;
}

input[type="checkbox"]{
    width: auto;
}

.dashboard-right button.btn.btn-success {
    border: 1px solid rgb(212 217 222);
    background-color: #ffffff;
    padding: 10px 8px !important;
    font-size: 15px;
    line-height: 14px;
    font-weight: 600;
    color: #222;
    max-width: 112px;
    width: 100%;
    border-radius: 3px !important;
    transition: all 0.2s ease 0s;
    margin-left: -20px!important;
    float: left;
    margin-bottom: 13px;
}

.search-form button.btn.btn-success{
    padding: 12px 8px !important;
}

.dashboard-right button.btn.btn-success:hover{
    border: 1px solid rgb(212 217 222);
    background-color: #ffffff;
    color: #222;
}

.dashboard-right .send-cancel-button button.btn.btn-success{
    border: 1px solid #014b96;
    background-color: #014b96;
    color: #fff;
}

.dashboard-right .send-cancel-button button.btn.btn-success:hover{
    border: 1px solid #003972;
    background-color: #003972;
    color: #fff;
}


.dashboard-right #tra-section button.btn.btn-success{
    float: right;
}
button#transfer-section-modal {
    position: relative;
    left: 20px;
    float: none;
    top: 2px;
    padding: 10px 15px !important;
}
.school-teacher .badge-success {
    color: #4c4c4c!important;
    background-color: #fff!important;
    border: 1px solid #d8d7d7;
    padding: 8px 10px 6px;
    border-radius: 3px;
}
.school-person .badge-success {
    color: #313132!important;
    background-color: #fff!important;
    border: 1px solid #d0cdcd;
    padding: 8px 10px 6px;
    border-radius: 3px;
}
.school-user .badge-success {
    color: #393a3a!important;
    background-color: #fff!important;
    border: 1px solid #d0caca;
    padding: 8px 10px 6px;
    border-radius: 3px;
    font-size: 11px;
}
a.btn.btn-clear-new,
a.btn.btn-clear,
button.btn.btn-clear{
    border: 1px solid #bdbfc0eb;
    background-color: #e9ecef;
    padding: 9px 11px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #434040;
    max-width: 101px;
    width: 100%;
    border-radius: 4px;
    transition: .2s ease;
}
a.btn.btn-clear {
    float: right;
}
button.btn.btn-clear:hover,
a.btn.btn-clear:hover,
a.btn.btn-clear-new:hover {
    border: 1px solid #d0d0d0;
    background-color: #f9f9f9;
    color: #014b96;
}
button.btn.btn-success-new{
    border: 1px solid rgb(0, 62, 124);
    background-color: rgb(1, 75, 150);
    padding: 10px 8px !important;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    max-width: 112px;
    width: 100%;
    border-radius: 3px !important;
    transition: all 0.2s ease 0s;
}
button.btn.btn-success-new:hover{
    border: 1px solid #003972;
    background-color: #003972;
}
.dashboard-right i.fa.fa-play {
    background-color: #dc3d46;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}
.dashboard-right input#checkall {
    width: 12px;
    height: 12px;
}
.dashboard-right input.checkthis {
    width: 12px;
    height: 12px;
}
.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}
.for-mobile-only{
    display: none;
}
#quickSearchLinks {
    float: none;
}
#quickSearchLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#quickSearchLinks ul li {
    border: 1px solid #ccc;
    padding: 8px;
}
#moreOptions {
    text-decoration: none;
    border-bottom: 1px solid #b4c1c5;
    color: #014b96;
    font-size: 16px;
    font-weight: 700;
}
#quickSearchLinks ul li ul {
    position: absolute;
    display: none;
    z-index: 999;
    margin-top: 9px;
}
#quickSearchLinks ul li ul li {
    min-width: 170px;
    color: #fff;
    background: 0 0;
}
#moreOprtionsItem{
  background-color: #003972;
}
#moreOprtionsItem li:first-child {
    border-bottom: 1px solid #fff;
}
#quickSearchLinks ul li ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px;
    white-space: nowrap;
}
#moreOprtionsItem ul li ul li a:hover{
  background-color: #1565a0;
}
#quickSearchLinks ul:hover ul#moreOprtionsItem{
  display: block;
}
.feature-tool-box-right{
  margin-top: 40px;
}
.feature-tool-box-right a{
  text-decoration: none;
}
.feature-tool-box{
    background-color: #014b96;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}
.feature-tool-box:hover{
  background-color: #003972;
}
.feature-tool-box h4{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    color: #fff;
}
.feature-tool-box h4 span{
  display: block;
}
.pdf-upload-box form{
    background-color: #ccc;
    padding: 60px 40px;
    border-radius: 10px;
}
.pdf-upload-box h3{
    padding: 15px 25px;
    background-color: #003972;
    width: auto;
    position: absolute;
    left: -60px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}
.pdf-upload-box form input.btn {
    background-color: #014b96;
    padding: 50px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
}
.pdf-upload-box button.btn.btn-primary {
    border: 1px solid #014b96;
    background-color: #014b96;
    border-radius: 5px;
    padding: 22px 40px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.pdf-upload-box button.btn.btn-primary:hover{
    border: 1px solid #003972;
    background-color: #003972;
}
button.btn.btn-danger.btn-xs{
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    color: #222;
    margin-right: 5px;
}
a.btn.btn-edit,
a.btn.btn-view{
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    color: #222;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.btn-danger.focus, .btn-danger:focus{
  box-shadow: none;
}
#mytable form{
    background-color: transparent;
    width: 20px;
    margin: auto;
    display: inline-block;
    padding: 0px;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
}
.main-img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}
.video-detail-left h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #222;
}
.video-detail-left h3 span {
    float: right;
    font-size: 18px;
    line-height: 22px;
}
h6.follower img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
h6.follower a{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #222;
}
h5.commenter-count {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}
.video-detail-left .row {
    margin-left: 0px;
    margin-right: 0px;
}
.commentor img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 50px;
}
.commentor h5 small {
    margin-left: 30px;
}
.commentor p {
    margin-bottom: 0px;
    background-color: #ccc;
    padding: 4px 10px;
    border-radius: 30px;
}
.commentor p a {
    text-decoration: none;
    color: #014b96;
    padding-left: 10px;
}
.usercomment {
    float: left;
    margin-right: 20px;
}
.usercomment img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.usercommentlist form{
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
}
.usercommentlist input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding-left: 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    margin-bottom: 0px !important;
}
a.btn.btn-delete {
    border: 2px solid #ccc;
    background-color: transparent;
    padding: 10px 60px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    margin-top: 10px;
    margin-bottom: 20px;
}
a.btn.btn-delete:hover {
    border: 2px solid #a1a1a1;
    background-color: #a1a1a1;
    color: #222;
}
button#submit {
    border: 2px solid #ccc;
    background-color: #ccc;
    padding: 10px 30px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    margin-top: 10px;
}
button#submit:hover {
    border: 2px solid #a1a1a1;
    background-color: #a1a1a1;
    color: #222;
}
h6.follower a.follow {
    background-color: #014b96;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    float: right;
    margin-top: 3px;
    border-radius: 3px;
    text-decoration: none;
}
h6.follower a.follow:hover {
    background-color: #003972;
}
.photo-view-list ul {
    padding: 0px;
    margin: 0px;
}
.photo-view-list ul li {
    list-style-type: none;
    padding-bottom: 30px;
}
.photo-view-list ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    text-decoration: none;
}
.photo-view-list ul li a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 2px;
}
.photo-detail-right h2 {
    background-color: #014b96;
    padding: 12px 20px;
    border-radius: 2px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
ul.video-detail-left {
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
ul.video-detail-left li {
    list-style-type: none;
    display: inline-block;
    width: 32%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
}
ul.video-detail-left li i {
    color: #014b96;
    padding-right: 10px;
}
.video-detail-left .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.audio-row audio {
    width: 97%;
    position: absolute;
    bottom: 10%;
    z-index: 99;
    left: 15px;
}
.lekhandetail-icons ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.lekhandetail-icons ul li{
  list-style-type: none;
  display: inline-block;
}
.lekhandetail-icons ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #222;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.lekhandetail-icons ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}
.lekhandetail-icons ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}
.lekhandetail-icons ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}
.lekhandetail-icons ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}
.lekhandetail-icons ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}
.lekhandetail-icons ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}
.lekhandetail-icons ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}
.lekhandetail-icons ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}
.lekhandetail-icons ul li a i.fa-google{
  background-color: #db4a39;
  color: #fff;
}
.lekhandetail-icons ul li a i.fa-google:hover{
  background-color: #b13122;
}
.lekhandetail1 p a{
  color: #222;
  text-decoration: none;
}
#myModal ul{
  padding: 0px;
  margin: 0px;
  height: 300px;
  overflow-y: scroll;
}
#myModal ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  clear: both;
  height: 51px;
}
#myModal ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#myModal ul li a{
  text-decoration: none;
}
#myModal ul li a h6{
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    float: left;
}
#myModal ul li a h6:hover{
  text-decoration: underline;
}
#myModal ul li a img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
#myModal ul li a i.far.fa-thumbs-up {
    position: relative;
    left: -105px;
    background-color: #014b96;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}
#myModal ul li span{
    float: right;
    background-color: #014b96;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
}
#myModal .modal-content{
  height: 464px;
}
#myModal .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
    top: 10%;
    width: 100%;
}
.modal-content{
    border-radius: 10px;
}
.modal-header{
    border-radius: 10px 10px 0 0;
}
.selectize-input.items.not-full.has-options.has-items{
  background-color: #fff;
}
.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgb(0 51 83 / 30%);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 rgb(0 0 0 / 20%), inset 0 1px rgb(255 255 255 / 3%);
    margin-bottom: 2px;
}
.sidebar{
    width: 100%;
}
.stick {
    position: fixed;
    width: 100%;
    top: 0px;
    max-width: 391px;
}
.abs {
    position: absolute;
    bottom: 0px;
    width: 90%;
}
.footer{height:3120;}
/* 2021-09-29 */
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.login-header .fab{
    margin-right: 10px !important;
}
.dashboard-left ul{
    padding: 0px;
    margin: 0px;
  }
  .dashboard-left ul li{
    list-style-type: none;
    position: relative;
  }
  .dashboard-left ul li.open .link {
    background-color: #04407c40;
}
  .dashboard-left ul li a{
    text-decoration: none;
  }
  .dashboard-left ul li.active a.open .link{
    background-color: #04407c;
    color: #fff;
  }
  .accordion {
    width: 100%;
    margin: 30px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .accordion .link {
      cursor: pointer;
      display: block;
      padding: 12px 20px;
      color: #EAEAEA;
        font-size: 16px;
        font-weight: 400;
      position: relative;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      line-height: 28px;
  }
  .accordion .link:hover{
      color: #fff;
  }
  .accordion li:last-child .link { border-bottom: 0; }
  .accordion li i {
    position: absolute;
    top: 22px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .accordion li i.fa-chevron-down {
    right: 23px;
    left: auto;
    font-size: 11px;
    opacity: 0.6;
    top: 20px;
}
  .accordion li.open i {
    font-size: 12px;
    color: #fff;
    opacity: 1;
}
  .accordion li.open .link { color: #ffffff;
  }
  .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /*** Submenu
   -----------------------------*/
  .submenu {
    display: none;
    border-bottom: 1px solid #01478F;
    font-size: 14px;
  }
  .submenu li { border-bottom: 1px solid #01478F; }
  .submenu li:last-child{
    border-bottom: none;
  }
  .submenu li.active a{
    background-color: #04407c;
  }
  .submenu a {
    display: block;
    text-decoration: none;
    color: #EAEAEA;
        padding: 6px;
        font-size: 15px;
      padding-left: 45px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .submenu a:hover {
    background: #04407c;
    color: #FFF;
  }
  @media(max-width: 991px)
  {
    .dashboard-left ul#accordion{
      display: none;
    }
  }
  .accordion li.active a .link{
  background-color: #04407c;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0px !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: none !important; background: none !important;}
.dataTables_wrapper .dataTables_filter input{
    margin-left: 0px !important;
}


.dataTables_wrapper .dataTables_filter{
    text-align: right !important;
    margin-top: 16px;
}
.select2-container{
    width: 100% !important;
    display: none;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    cursor: text;
    padding-bottom: 10px !important;
    padding-right: 0px !important;
    position: relative;
    margin-bottom: 15px !important;
    padding-top: 5px;
}
.new-form-image img{
    margin-bottom: 5px;
    width: 100%;
    height: 100px;
}
.image{
        width: 100px;
    height: 60px;
}

.new-form-image h6{
    font-size: 16px;
    margin-bottom: 0px;
}

.display-none{
    display: none;
}


button.btn.comment-delete-new {
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    border-radius: 2px;
}
button.btn.comment-delete-new:hover{
    border: 1px solid #ccc;
    background-color: #ccc;
}
#photo-table input[type="file"],
#video-table input[type="file"],
#audio-table input[type="file"],
#pdf-table input[type="file"] {
    height: auto;
    border: none;
    padding: 0px;
    margin-bottom: 10px;
}
a#add-item-row {
    border: 1px solid #014b96;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #014b96;
    padding: 7px 11px 5px;
}
a#add-item-row:hover{
    border: 1px solid #014b96;
    background-color: #014b96;
}
a#add-item-row i.fa.fa-plus{
    color: #014b96;
}
#new-photo-table span.fa.fa-trash{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 6px 10px;
    border-radius: 5px;
}
a#add-item-row:hover i.fa.fa-plus{
    color: #fff;
}
#add-video-item-row {
    border: 1px solid #014b96;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #014b96;
    padding: 7px 11px 5px;
}
#video-table span.fa.fa-trash{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 6px 10px;
    border-radius: 5px;
}
#add-video-item-row:hover{
    border: 1px solid #014b96;
    background-color: #014b96;
}
#add-video-item-row i.fa.fa-plus{
    color: #014b96;
}
#add-video-item-row:hover i.fa.fa-plus{
    color: #fff;
}
#add-audio-item-row{
    border: 1px solid #014b96;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #014b96;
    padding: 7px 11px 5px;
}
#new-audio-table span.fa.fa-trash{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 6px 10px;
    border-radius: 5px;
}
#add-audio-item-row:hover{
    border: 1px solid #014b96;
    background-color: #014b96;
}
#add-audio-item-row i.fa.fa-plus{
    color: #014b96;
}
#add-audio-item-row:hover i.fa.fa-plus{
    color: #fff;
}
#add-pdf-item-row{
    border: 1px solid #014b96;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #014b96;
    padding: 7px 11px 5px;
}
#pdf-table span.fa.fa-trash{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 6px 10px;
    border-radius: 5px;
}
#add-pdf-item-row:hover{
    border: 1px solid #014b96;
    background-color: #014b96;
}
#add-pdf-item-row i.fa.fa-plus{
    color: #014b96;
}
#add-pdf-item-row:hover i.fa.fa-plus{
    color: #fff;
}
input#photo {
    border: none;
    padding: 0px;
}
button#deleteAll {
    border-radius: 3px;
    margin-left: 14px;
    margin-bottom: 10px;
    padding: 9px 23px;
    position: absolute;
    top: 24px;
    left: 15%;
    z-index: 999;
}
div#DataTables_Table_0_paginate{
    float: right;
}
/****************2021-12-02**************/
.bidhya-right{
  margin-top: 15px;
}
.bidhya-right table ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.bidhya-right table ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #222;
}
.bidhya-right table ul li:last-child{
  padding-right: 0px;
}
.bidhya-right table ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
}
.bidhya-right table td{
  font-size: 14px;
}
.bidhya-reply{
  padding-top: 15px;
}
.bidhya-reply h2{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.bidhya-profile-img{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.bidhya-reply h5{
  font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    color: #3a3939;
    margin-bottom: 0px;
}
.bidhya-reply h5 span{
  font-weight: 400;
}
.date-time-question{
        font-size: 14px;
    font-weight: 400;
    opacity: .8;
    margin-left: 15px;
}
.date-time-reply{
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
    margin-left: 15px;
}
.bidhya-reply h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #777;
  margin-bottom: 10px;
}
.bidhya-reply p{
  margin-bottom: 10px;
}
a.btn.btn-reply i,
a.btn.btn-bidhya-edit i {
    display: none;
}
a.btn.btn-reply {
    border: 1px solid #e8edf2;
    background-color: #f4f8fb;
    padding: 6px 20px 3px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    transition: 0.2s ease-out;
}
a.btn.btn-reply:hover{
    border: 1px solid #c3c2c2;
    background-color: #f3f2f2;
}
.bidhya-reply-box h4{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0px;
}
.bidhya-reply-box textarea{
  margin-bottom: 10px;
  height: 120px;
}
.bidhya-reply-box button.btn.btn-primary{
  border: 1px solid #014b96 !important;
  background-color: #014b96 !important;
  padding: 6px 16px !important;
  border-radius: 3px !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff !important;
}
.bidhya-reply-box button.btn.btn-primary:hover{
   border: 1px solid #014b96;
    background-color: #014b96;
}
.pop-up-image{
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    margin-top: 10px;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 26px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc6c6;
    border-radius: 58px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
/*************12-06-2021*************/
.sender-reply h2{
    font-size: 16px;
    line-height: 37px;
    font-weight: 400;
    color: #424141;
}
.sender-reply img {
    width: 34px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.sender-reply h5 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    color: #3a3939;
    margin-bottom: 5px;
}
.sender-reply h5 span{
    font-weight: 400;
}
.bidhya-reply p{
  display: block;
  line-height: 37px;
}
.bidhya-reply{
    border: 1px solid #e3e2e2;
    background-color: #afd7ff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-left: 9px;
}
.bidhaya-right{
  margin-top: 15px;
}
.dashboard-body {
    background: #f5f5f5;
}
.sender-reply.unread-message {
    border: 1px solid #014b96;
    background-color: #e8f3ff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.sender-reply {
    border: 1px solid #e9e8e8;
    background-color: #e6f0fb;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}
a.btn.btn-bidhya-edit {
    border: 1px solid #ddd;
    background-color: #e6f0fb;
    padding: 6px 21px 3px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #3a3939;
    margin-left: 5px;
    transition: 0.2s ease-out;
}
a.btn.btn-bidhya-edit:hover{
    border: 1px solid #c3c2c2;
    background-color: #efeded;
}
.password-row i{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 13px;
    cursor: pointer;
    opacity: .7;
}
.notification {
    color: white;
    font-size: 11px;
    line-height: 17px;
    right: 50px;
    background: #FF6262;
    border-radius: 38%;
    height: 16px;
    width: 22px;
    display: block;
    position: absolute;
    text-align: center;
    margin-top: -34px;
    padding: 0px !important;
    font-weight: bold;
}
.link.dark-museum-name span {
    border-radius: 10px;
    margin-top: -21px;
}
.notification:hover{
    color: #fff;
}
a#sangralaya-main-notification {
    color: white;
    font-size: 11px;
    line-height: 17px;
    right: 52px;
    background: #FF6262;
    border-radius: 38%;
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    text-align: center;
    margin-top: -18px;
    font-weight: bold;
    padding: 0px !important;
    border: 1px solid #eb0000;
}
a#sangralaya-main-notification span {
    display: none;
 }
 .notification1 {
    color: white;
    font-size: 11px;
    line-height: 17px;
    right: 45px;
    background: #FF6262;
    border-radius: 38%;
    height: 16px;
    width: 22px;
    display: block;
    position: absolute;
    text-align: center;
    margin-top: -21px;
    font-weight: bold;
    padding: 0px !important;
}
.notification1:hover{
    color: #fff;
}
.notification-new{
    color: white !important;
    font-size: 11px !important;
    line-height: 16px !important;
    right: 45px !important;
    background: #FF6262 !important;
    border-radius: 38% !important;
    height: 16px !important;
    width: 22px !important;
    display: block !important;
    position: absolute !important;
    text-align: center !important;
    margin-top: -27px !important;
    font-weight: bold !important;
    padding: 0px !important;
}
.notification-new:hover{
    color: #fff;
    background: #FF6262 !important;
}
label {
    cursor : default !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border: none !important;
}
#custom-search-input form{
    margin-bottom: 0px !important;
}
.dashboard-right table.donation{
    background-color: #fff;
}
i.fa.fa-paper-plane.add-video-url {
    position: absolute;
    top: 3px;
    right: 18px;
    background-color: #fff;
    padding: 10px 4px;
    color: #222;
    font-size: 16px;
    cursor: pointer;
    z-index: 999;
}
.forgot-body{
  padding: 100px 0;
  background-color: #f1f1f1;
  height: 100vh;
}
.forgot-body .forgot-box form {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 8px;
    max-width: 454px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 40px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}
.col-12.col-sm-12.forgot-box p {
    margin-bottom: 30px;
}
.forgot-box button {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 10px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    max-width: 140px;
    width: 100%;
    cursor: pointer;
}
.col-12.col-sm-12.forgot-box label {
    display: none;
}
.forgot-box input {
    border: 1px solid #eee;
    border-radius: 0px;
    height: 44px;
    margin-bottom: 30px;
}
.forgot-box button:hover{
    border: 1px solid #014b96;
    background-color: #014b96;
}
.box-body .table-bordered{
    border: 1px solid transparent;
}
.searching{
  height: 40px;
}
.search-inline {
    width: 100%;
    width: 100%;
    right: -10px;
    padding-left: 15px;
    padding-right: 15px;
    top: -15px;
    height: 45px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    z-index: 9;
    transition: all .5s ease-in-out;
    border-radius: 30px;
}
.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}
.search-inline button[type="submit"] {
    position: absolute;
    right: 12px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 40px;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 100%;
    background: #02407c;
    color: #fff;
}
.search-inline .form-control {
    border-radius: 30px;
    font-size: 14px;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    outline: none;
    color: #fff !important;
}
.search-inline .form-control:focus{
    color: #fff;
}
.search-inline .form-control::placeholder {
  color: #fff;
}
.search-inline .search-close {
    position: absolute;
    top: 2px;
    right: 0;
    color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 10px 8px 6px;
    text-align: center;
    display: table;
    background: #0e58a4;
    text-decoration: none;
    border-radius: 30px;
}
.search-inline .search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}
.searching .form-control:focus{
    background-color: #115ba7;
    box-shadow: none;
}
.search-inline .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #115ba7;
    background-clip: padding-box;
    border: 1px solid #115ba7;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 30px;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
a.search-open {
    background-color: #0e58a4;
    padding: 4px 10px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}
.searching{
  display: none;
}
.searching center{
  text-align: right;
}
@media(max-width: 767px){
  .search-row{
    display: none;
  }
  .bidhya-right {
    margin-top: 15px;
    }
    .forgot-box button{
        margin-bottom: 10px;
    }
    .forgot-box input{
        margin-bottom: 10px;
    }
  .searching{
    display: block;
    margin-top: 15px;
  }
  #custom-search-input{
    display: none;
    }
    .for-mobile-only{
        display: block;
    }
}
#video-link-table iframe{
    width: 100px;
    height: 50px;
}
#video-link-table video{
    width: 100px;
    height: 50px;
}
.museum-photo img {
    height: 80px;
    background: #ffffff;
    padding: 3px 3px;
    border-radius: 3px;
    margin-top: 10px;
    width: 160px!important;
}
.col-12.col-sm-6 h1 {
    margin-bottom: 0px;
}
.col-12.col-sm-12.col-md-12.col-lg-12 hr {
    display: none;
}
.museum-photo h3 {
    font-size: 18px;
    color: #555555;
    font-weight: 500;
    line-height: 22px;
    background-color: #fff;
    width: 160px;
    padding: 7px 7px 7px 10px;
    margin-bottom: 15px;
    border-radius: 0 0 3px 3px;
}
.museum-photo h3 a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 19px;
}
.card {
    margin-bottom: 0px;
}
a.assign-btn .assign-left, a.assign-btn .assign-right {
    width: 30px;
    height: 24px!important;
    background: #b0becd00;
}
button.show-less, button.show-more {
    border-radius: 4px;
    background: #edf6ff;
    padding: 2px 10px 0px 10px;
    border: 1px solid #cdcdcd;
    color: #5C5C5C;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 7px;
}
.filter-dash form{
    padding: 0px !important;
}
.filter-dash form select{
    margin-bottom: 0px !important;
    position: absolute;
    width: 200px;
    z-index: 9;
    right: 19%;
    top: 142%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F5F5F5 !important;
    border: 1px solid #8e8e8e61 !important;
    border-radius: 17px !important;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 7px !important;
    margin-top: 5px !important;
    padding: 0;
    padding-left: 20px !important;
    padding-right: 6px !important;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
p.forgot-password-error{
    text-align: center;
    margin-bottom: 10px !important;
    color: #ff0000;
}
.font-medium.text-sm.text-green-600.mb-4{
    text-align: center;
    margin-bottom: 10px !important;
    color: #ff0000;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.dataTables_scroll table p{
    margin-bottom: 0px;
}
#subject table i.fa.fa-edit{
    color: #454040;
    margin-right: 8px;
    margin-top: 10px;
}
#subject button.btn.btn-secondary{
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 7px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
}
.bootstrap-tagsinput {
    height: 42px;
    text-align: left;
    font-size: 14px;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding-left: 15px !important;
    border: 1px solid #ced4da;
    width: 100%;
    margin-bottom: 5px;
}
.active-admin-assign-subject-notification {
    display: inherit;
    background-color: #ff0000;
    padding: 3px 6px 4px;
    font-size: 10px;
    border-radius: 20px;
    line-height: 18px;
    width: 35px;
    height: 21px;
}
.normal-admin-assign-subject-notification {
    display: inherit;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
}
a.btn.btn-primary.btn-sm.btn-flat.assign-btn.assign-btn-danger {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    padding: 4px 8px 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}
/*******RATING********/
.pragati-modal-listing ul{
  padding: 0px;
  margin: 0px;
}
.pragati-modal-listing ul li{
  list-style-type: none;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.pragati-modal-listing ul li:last-child{
  border-bottom: none;
}
.pragati-modal-listing ul li h5{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0px;
  float: left;
}
.pragati-modal-listing ul li h5 span{
  float: right;
  color: #e3a210;
  font-size: 12px;
  margin-left: 2px;
}
.pragati-modal-listing .modal-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #22;
}
.pragati-modal-listing .modal-dialog {
    max-width: 500px;
    margin: 8% auto;
}
.pragati-modal-listing button.btn.btn-sub {
    border: 2px solid #014b9600;
    background-color: #014b96;
    padding: 8px 20px !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 3px;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 2%), 0 0 0 1px rgb(29 45 154 / 10%);
}
.modal-header {
    background: #f9f9f9!important;
}
.pragati-modal-listing button.btn.btn-sub:hover {
    background-color: #003d7c;
    color: #fff;
}
.pragati-modal-listing a.btn.btn-sub {
    border: 2px solid #014b96;
    background-color: transparent;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600 !important;
    color: #014b96 !important;
    border-radius: 3px;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}
.pragati-modal-listing a.btn.btn-sub:hover {
    border: 2px solid #014b96 !important;
    background-color: #014b96 !important;
    color: #fff;
}
.pragati-modal-listing #show-more a {
    font-weight: 600 !important;
    color: #014b96 !important;
    text-decoration: none;
}
.pragati-modal-listing #show-more a:hover {
    border: 2px solid #014b96 !important;
    background-color: #014b96 !important;
    color: #fff !important;
}
#show-more-content{
  width: 100%;
}
.rating-stars{
  text-align: right;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul li{
  list-style-type: none;
  display: inline-block !important;
  border-bottom: none !important;
  width: auto !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.rating-stars ul > li.star {
  display:inline-block !important;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 16px; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}


.rating-widget .rating-stars .display i.fa.fa-minus-circle{
    display: none !important;
}

.rating-widget .rating-stars:hover .display i.fa.fa-minus-circle{
    display: block !important;
}

.rating-widget .rating-stars .hide-display i.fa.fa-minus-circle{
    display: none !important;
}

button.btn.submit-transfer.btn-sm.btn-flat{
    border: 1px solid #014a96;
    padding: 6px 8px;
    border-radius: 3px;
    display: inline-block;
    background-color: #014a96;
    font-size: 10px;
    color: #fff;
    line-height: 14px;
}

h6.del-section{
    font-size: 17px;
    font-weight: 500;
    color: #001429;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}


button.btn.btn-sec-delete.delete-using-swal {
    background-color: #e2e0e0;
    padding: 4px 10px;
    border: 1px solid #bebebe;
    font-size: 14px;
    border-radius: 3px;
    color: #c82333;
}














/*****RATING END*****/
.table-bordered td, .table-bordered th{
    border: 1px solid transparent !important;
}
.table-bordered td, .table-bordered th{
    border-top: 1px solid transparent !important;
    color: #222;
}
table.dataTable.no-footer,
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dee2e6 !important;
}
.term-table .btn-info {
    color: #fff;
    background-color: #014b96;
    border-color: #014b96;
    margin-top: -17px;
    margin-left: 10px;
}
.term-table .btn-info:hover{
    color: #fff;
    background-color: #003972;
    border-color: #003972;
}
.send-cancel-button{
    text-align: center;
}
.send-cancel-button .btn-success {
    color: #fff;
    background-color: #014b96;
    border-color: #014b96;
    padding: 5px 14px 5px !important;
    border-radius: 3px !important;
}
.send-cancel-button .btn-success{
    box-shadow: none;
}

.send-cancel-button-new{
    text-align: center;
}

.send-cancel-button-new .btn-success {
    color: #fff;
    background-color: #014b96;
    border-color: #014b96;
    padding: 5px 14px 5px !important;
    border-radius: 3px !important;
}

.send-cancel-button-new a.btn.btn-clear-new{
    border: 1px solid #bdbfc0eb;
    background-color: #e9ecef;
    padding: 9px 11px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #434040;
    max-width: 101px;
    width: 100%;
    border-radius: 4px;
    transition: .2s ease;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #014b96;
    border-color: #014b96;
}
.modal {
    background-color: rgb(0 0 0 / 80%);
}
.table-responsive p{
    margin-bottom: 0px;
    display: inline-block;
    word-break: break-all;
    font-size: 14px;
}
.table-responsive p i.fa-star{
    color: #FF912C;
}

button.rate-school-post {
    border: 1px solid rgb(225 225 225 / 46%);
    background-color: rgb(255 255 255 / 50%);
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 13px;
    color: rgb(83 83 83);
    cursor: pointer;
    margin-left: 0px;
}

button.rate-school-post.rate-school-post-edit i {
    font-size: 12px;
    margin-right: 1px;
}

button.rate-school-post-add {
    border: 1px solid rgb(14, 88, 164);
    background-color: rgb(14, 88, 164);
    padding: 1px 10px;
    border-radius: 2px;
    font-size: 13px;
    color: rgb(255 255 255);
    cursor: pointer;
    margin-left: 2px;
}

#school-post-data_wrapper p{
    margin-bottom: 0px;
}

#school-post-data_wrapper p i.fa-star {
    color: rgb(243, 159, 6);
    font-size: 15px;
    margin-right: 3px;
}


/*****************STUDENT DETAILS PAGE*****************/

.student-class-details-row {
    border-bottom: 2px solid #dcd5d5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: white;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 20px;
    border-radius: 6px;
}

.student-pragati-lists a{
    text-decoration: none;
}
.rating-heading h3,
.student-pragati-lists h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.student-pragati-lists .post-box-students {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 2px 1px 1px #d3d3d394;
    margin-bottom: 24px;
    background: #ffffff;
    position: relative;
}

.student-pragati-lists .post-box-students img {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.student-pragati-lists .post-box-students h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #222 !important;
    margin-bottom: 5px;
}
.student-pragati-lists .post-box-students p {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}
.student-pragati-lists .post-box-students i.fa.fa-check {
    background-color: #008000;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    left: 135px;
    top: 28px;
}
.student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user {
    background-color: #ffa500;
    padding: 4px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    left: 135px;
    top: 28px;
}
.student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark {
    background-color: #ff0000;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    left: 135px;
    top: 28px;
}
.student-pragati-lists .post-box-students i.fa-solid.fa-photo-film {
    background-color: #008000;
    padding: 4px 3px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    left: 135px;
    top: 28px;
}


.student-pragati-lists .post-box-students i.fa.fa-home{
    background-color: #008000;
    padding: 4px 3px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    left: 135px;
    top: 28px;
}


.student-pragati-lists .post-box-students i.fa.fa-globe{
    background-color: #008000;
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    position: absolute;
    left: 135px;
    top: 28px;
}

#teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
#teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
#teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
#teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
#teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
#student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
#student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
#student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
#student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
#student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
#school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
#school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
#school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
#school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
#school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
    left: 100px;
}









.student-imgs img {
    width: 100%;
    max-width: 270px;
    height: 160px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}


.student-imgs h5{
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0px;
}

.col-12.col-sm-6.col-md-2.col-lg-2.student-imgs {
    background: #fdfdfd;
    border-radius: 4px;
}

.student-class-details ul {
    padding: 0px;
    margin: 0px;
    border-right: 1px solid #ededed;
}

.student-class-details ul li span {
    font-weight: 600;
    display: inline-block;
    width: 130px!important;
    margin-right: 20px;
}


.student-class-details ul li {
    list-style-type: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    padding: 8px 10px;
    background: #fdfdfd;
    border-radius: 2px;
}


.student-searchbox {
    margin-top: -19px;
}

.student-searchbox select {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
}


.student-searchbox h2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.student-searchbox button.btn.btn-primary {
    border: 1px solid #222;
    background-color: #222;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}
.sathaniyasikhai-row {
  border: 1px solid #fff0;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 10px;
  border-radius: 5px;
  margin-bottom: 60px;
  margin-top: 30px;
  background: white;
  box-shadow: 1px 1px 5px 1px #d3d3d330;
}
.sathaniyasikhai-row h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}
.student-rating-details h6{
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.rating-widget-students{
  display: inline-block;
}
/* Rating Star Widgets Style */
.rating-stars-students ul {
  list-style-type:none;
  padding:0;
  margin: 0px;
  margin-right: 20px;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars-students ul li{
  list-style-type: none;
  display: inline-block !important;
  border-bottom: none !important;
  width: auto !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.rating-stars-students ul > li.star {
  display:inline-block !important;
}
/* Idle State of the stars */
.rating-stars-students ul > li.star > i.fa {
  font-size: 16px; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars-students ul > li.star.hover > i.fa {
  color:#FFCC36;
}
/* Selected state of the stars */
.rating-stars-students ul > li.star.selected > i.fa {
  color:#FF912C;
}
.pariyojana-row-sikhais {
  border: 1px solid #ccc0;
  padding: 25px 10px;
  border-radius: 5px;
  margin-left: 0px;
  margin-right: 0px;
  background: white;
  box-shadow: 1px 1px 5px 1px #d3d3d330;
}
.pariyojana-row-sikhais h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}
.pariyojana-row-sikhais h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
} 
.pariyojana-row-sikhais h4 span{
  font-weight: 700;
}
.row-sikhais-column{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.pariyojana-row-sikhais .nav{
  margin-bottom: 20px;
  display: table;
}
.pariyojana-row-sikhais .nav-tabs {
    border-bottom: none;
}
.pariyojana-row-sikhais .nav-tabs .nav-link.active {
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}
.nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    margin-right: 10px;
    padding: 7px 20px 4px;
    display: table-cell;    
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

table#pdf-table,
table#video-link-table,
table#video-table,
table#audio-table,
table#photo-table{
    border: none;
}

.sathaniyasikhai-row .table-bordered td, .sathaniyasikhai-row .table-bordered th {
     border: 1px solid #dee2e6 !important; 
}
.pariyojana-row-sikhais .table-bordered td, .pariyojana-row-sikhais .table-bordered th {
     border: 1px solid #dee2e6 !important; 
}
/************STUDENT DETAILS PAGE END*************/
.dash-post-listing ul{
    margin-bottom: 0px !important;
}
.dash-post-listing h3{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  margin-top: 10px;
}
.post-box .rating-widget-students{
  margin-top: 10px;
  display: block;
}
.dash-post-listing .post-box-students {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    border-radius: 9px;
    box-shadow: 0px 1px 1px 1px #d3d3d394;
    margin-bottom: 0px;
    background: #ffffff;
    /*cursor: pointer;*/
}
.dash-post-listing .post-box-students img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.dash-post-listing .post-box-students h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #222!important;
    margin-bottom: 5px;
}
.dash-post-listing .post-box-students p {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}
.dash-post-listing .post-box-students i.fa-star {
    color: #FF912C;
    padding-right: 4px;
    margin-bottom: 10px;
}
button.btn.comment-delete-new{
    border: 1px solid #dedede;
    background-color: #ffffff!important;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #bd2130;
    border-radius: 3px;
    transition: 0.2s ease-in;
    margin-bottom: 0px !important;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 4%), 0 0 0 1px rgb(10 10 10 / 2%);
}
button.btn.comment-delete {
        border: 1px solid #dedede;
    background-color: #ffffff!important;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #bd2130;
    border-radius: 3px;
    transition: 0.2s ease-in;
    margin-bottom: 4px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 4%), 0 0 0 1px rgb(10 10 10 / 2%);
}
.main-filter-column {
    width: 300px;
    position: absolute;
    z-index: 999;
    right: 16%;
    top: 37px;
}

.main-filter-column-new{
    width: 300px;
    position: absolute;
    z-index: 999;
    right: 14%;
    top: 36px;
}
.filter-column{
    width: 42%;
    display: inline-block;
    margin-right: 20px;
}

h3.school-user-dashboard-heading.excel-parent-div {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
}

h6.export-excel{
    display: inline-block;
    float: right;
    position: relative;
    z-index: 2;
    right: 15px;
    margin-top: -35px;
}

h6.export-excel a {
    padding: 4px 10px;
    border: 1px solid #e6e4e4;
    background-color: white;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    display: block;
    border-radius: 4px;
}

#school-history-modal .student-pragati-lists a.btn.btn-success.btn-sm {
    margin-right: 25px !important;
    margin-top: -29px;
}

#school-history-modal .modal-header {
    padding: 13px 16px 10px!important;
}

h6.export-excel a i.fa.fa-download{
    font-size: 12px;
    padding-right: 5px;
    color: #014b96;
}

.redRow {
    background-color: #AFD7FF !important;
}

p.edit-star-holder {
    border: 1px solid #ddd;
    padding: 4px 4px 1px;
    border-radius: 3px;
    background-color: #fff;
}

p.edit-star-holder button.rate-school-post {
    border: none;
    background-color: transparent;
    padding: 0 2px;
    border-radius: 0;
    font-size: 12px;
    color: rgb(83 83 83);
    cursor: pointer;
    margin-left: 0px;
}

p.edit-star-holder button.rate-school-post i {
    font-size: 12px;
    margin-right: 1px;
}

.profile-detail{
    background-color: #fdfdfd;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 35px;
    border-radius: 7px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dashboard-right .profile-detail-edit form {
    background-color: #fdfdfd;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 35px;
    border-radius: 7px;
    border: 1px solid #dddddd; 
    margin-bottom: 10px;
    margin-top: 10px;
}



.select2-container .select2-search--inline .select2-search__field{
    margin-bottom: 5px !important;
}

table.dataTable{
    width: 100% !important;
}

.table-responsive {
    display: table;
}

.table-responsive{
    overflow-y: hidden;
}

.dataTables_scrollBody{
    overflow-x: hidden !important;
}



form.dashboard-filter-excel-form {
    padding: 0px;
    background-color: transparent;
    position: absolute;
    right: -140px;
    z-index: 1;
    margin-top: -35px;  
    width: 100%;
}

.dashboard-right form.dashboard-filter-excel-form select {
    height: 30px;
    font-size: 11px;
    padding: 5px;
    color: #222;
}

.student-detailsections h4 span{
    float: right;
}

input#checkbox {
    width: 25px;
}

button.btn.btn-warning.deleteAll {
    border: 1px solid #014b96;
    background-color: #014b96 !important;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 15px;
}

button.btn.btn-secondary.deleteAll {
    border: 1px solid #ff6262;
    background-color: #ff6262;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}



i.fa.fa-paper-plane.store-slider-abt {
    position: absolute;
    top: 12px;
    right: 25px;
}

.preview-slider-image{
    width: auto;
    height: 100px;
}

.preview-slider-image img{
    max-width: 100%;
    max-width: 100%;
    border-radius: 5px;
}


i.fa.fa-pen {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid rgb(222, 222, 222) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 4px 10px 3px !important;
    color: rgb(98 98 98) !important;
    margin-bottom: 0px !important;
}

.copy-password i.fa.fa-clone{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid rgb(222, 222, 222) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 4px 10px 3px !important;
    color: rgb(98 98 98) !important;
    margin-bottom: 0px !important;
}

.update-school-modal h5{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.update-school-modal .modal-dialog {
    max-width: 700px;
    margin: 11rem auto;
}

.update-school-modal .modal-body{
    padding: 35px;
}

.update-school-modal .modal-header {
    padding: 14px 18px!important;
}

.update-school-modal h6{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    color: black;
}

.school-new-logo-section .upload-dropdown-new {
    border: 1px solid #115ba7;
    border-radius: 30px;
    background-color: #115ba7;
    padding: 7px 20px 5px !important;
    color: #a4bed9 !important;
    margin-top: -5px !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.school-new-logo-section .upload-dropdown-new img {
    width: 21px !important;
    margin-right: 3px;
}

button.btn.btn-school-page {
    border: 1px solid #014b96;
    background-color: #014b96;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: white;
    padding: 12px 25px;
}

input[type=checkbox]{
    height: 20px !important;
    position: relative;
    top: 6px;
    right: 2px;
}

.btn-primary i.fa.fa-pen{
    padding: 0px !important;
    border: none !important;
    background-color: transparent !important;
}


.send-cancel-button button.btn.btn-clear{
    float: right;
}

.send-cancel-button button.btn.btn-success{
    float: left;
}

.bidhya-right h1{
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nagarpalika-delete p{
    display: inline-block;
    margin-bottom: 0px;
}


.update-school-modal{
    text-align: center;
}


button.reset-garna-baaki {
    border: 1px solid #014b96;
    background-color: #014b96;
    padding: 5px 10px 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}

.new-form-image{
    margin-top: 10px;
}

.swal2-content{
    color: #222 !important;
}

button.swal2-cancel.swal2-styled {
    border: 1px solid #bebebe;
    background-color: #f1f8ff;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
}

button.swal2-confirm.swal2-styled {
    border: 1px solid #014b96 !important;
    background-color: #014b96 !important;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
}

select.form-control.transfer-and-delete{
    display: inline-block;
    width: 130px;
    font-size: 12px;
    padding: 2px 10px;
    height: 28px;
    color: #222;
    border-radius: 3px;
}

#class-section-table table{
    margin-bottom: 0px;
}

input#slider-photo{
    padding: 5px !important;
}

input#logo,
input#feature-photo{
    margin-bottom: 15px;
}

.swal2-close:focus{
    box-shadow: none !important;
}

.del-section-holder{
    padding: 13px 16px;
    background: #f5faff;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    margin-top: 14px;
}

table.dataTable,
label{
    color: #222 !important;
}

#change-status-modal label{
    margin-bottom: 0px;
}

#change-status-modal select#new-status{
    margin-bottom: 15px;
    color: #222;
}


.school-news-img{
    margin-bottom: 30px;
}

.rating-stars-students ul i.fa.fa-star.fa-fw{
    color: #FF912C;
}

.priyojana-right-bottom img{
    width: 200px;
    margin-bottom: 10px;
    height: 150px;
    border-radius: 6px;
}

.priyojana-right-bottom h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.priyojana-right-bottom p{
    line-height: 24px;
    margin-bottom: 5px;
}

p.result-modal-box{
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.priyojana-classes p{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
}

.priyojana-classes p span{
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

button.btn.btn-local-subject,
button.btn.subject-project-class {
    border: 1px solid #d3cdcd;
    background-color: #fff;
    padding: 4px 8px 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #222 !important;
    border-radius: 3px;
    margin: 0 5px 5px;
}

#cke_description p{
    font-family: 'Mukta', sans-serif !important;
}

button.less-activity,
button.more-activity{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid rgb(222, 222, 222) !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 4px 7px 3px !important;
    color: rgb(98 98 98) !important;
    margin-bottom: 0px !important;
    cursor: pointer;
}

form#school-teacher{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}




































/***********************MEDIA QUERY*******************/
@media(max-width: 1746px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 116px;
    }
    .main-filter-column{
        /* top: 36px; */
        right: 17%;
    }
    .dash-post-listing ul{
        margin-right: -38px !important;
    }
    .dash-post-listing ul li {
        width: 17.6% !important;
        margin-right: 30px !important;
    }
    button#deleteAll{
        left: 17%;
    }
}




@media(max-width: 1640px){
    .main-filter-column {
        right: 18%;
        /* top: 41px; */
    }
}

@media(max-width:1620px){
    form.dashboard-filter-excel-form{
        right: -120px;
    }
    .dashboard-right form.dashboard-filter-excel-form select {
        height: 30px;
        padding: 2px;
    }
}

@media(max-width: 1580px){
    .dash-post-listing ul {
        margin-right: -34px !important;
    }
}

@media(max-width: 1560px){
    .main-filter-column {
        right: 20%;
    }
}
@media(max-width: 1540px)
{
    .filter-dash form select{
        right: 22%;
        top: 141%;
    }
    .main-filter-column{
        /* top: 36px; */
        right: 20%;
    }
    .student-class-details ul li span{
        width: 150px;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 110px;
    }
    .dash-post-listing ul li {
        width: 17.3% !important;
    }
    
    button#deleteAll{
        left: 20%;
    }
    .dashboard-right input,
    .dashboard-right select{
        font-size: 14px;
    }
}

@media(max-width: 1480px){
    form.dashboard-filter-excel-form {
        right: -100px;
    }
}

@media(max-width: 1400px)
{
  .nepal-left img{
    width: 45px;
    height: 45px;
  }
  .filter-dash form select{
        right: 24%;
    }
  .nepal-left p{
    font-size: 20px;
    line-height: 24px;
      padding-top: 12px;
  }
  #custom-search-input{
    padding: 2px 3px;
    margin-top: 3px;
  }
  #custom-search-input input{
    font-size: 14px;
  }
  .dash-login .navbar-light .navbar-nav .nav-link{
    font-weight: 400;
  }
  .dash-login .bg-light .navbar-nav{
    margin-top: 5px;
  }
  .dashboard-left #accordian h3 a{
    font-size: 14px;
    line-height: 40px;
  }
  .dashboard-left #accordian ul ul li a, .dashboard-left #accordian h4{
    font-size: 12px;
    padding: 2px 10px 2px 40px;
  }
  .dashboard-right form label{
    font-size: 14px;
  }
  button.btn.btn-danger.btn-xs{
    font-size: 14px;
  }
  a.btn.btn-edit{
    font-size: 14px;
  }
  a.btn.btn-view{
    font-size: 14px;
  }
  /* p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
  }
 p a {
     color: #000;
 }
 p a:hover {
     text-decoration: none;
     color: #000;
 } */
  a.btn.btn-delete{
    padding: 10px 40px;
  }
  a.btn.btn-post{
    padding: 10px 40px;
  }
  .commentor img{
    margin-right: 20px;
  }
  .dash-post-listing ul li{
      width: 16.7% !important;
  }
  .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 100px;
    }
    .dash-post-listing ul {
        margin-right: -39px !important;
    }
}
@media(max-width: 1366px){
    .main-filter-column {
        right: 24%;
    }
    button#deleteAll {
        left: 23%;
    }
    .student-pragati-lists .post-box-students h5{
        font-size: 13px;
    }
    form.dashboard-filter-excel-form {
        right: -80px;
    }
}

@media only screen and (max-width: 1746px) and (min-width: 1366px){
    .main-filter-column {
        top: 38px;
    }
    /* button#deleteAll{
        top: 44px;
    } */
    .select2-container--default .select2-selection--single{
        font-size: 14px;
    }
}

@media(max-width: 1325px){
    .dashboard-body a.btn.btn-success{
        margin-bottom: 5px;
    }
    .dashboard-body a.btn.btn-success i.fa-plus{
        padding-right: 0px;
    }
}

@media(max-width: 1280px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 90px;
    }
}

@media(max-width: 1260px){
    .dash-post-listing ul {
        margin-right: -30px !important;
    }
}

@media(max-width: 1210px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 85px;
    }
}
@media(max-width: 1250px){
    .main-filter-column {
        right: 23%;
    }
}
@media(max-width: 1242px){
     .filter-dash form select {
        right: 27%;
    }
}
@media(max-width: 1200px)
{
  .photo-view-list ul li a img{
    height: 120px;
  }
  .dash-post-listing ul li{
      width: 18.7% !important;
  }
  .audiolist-right ul li{
          width: 19%;
  }
  .dash-post-listing ul{
      margin-bottom: 10px;
      padding-left: 0px;
  }
  .post-box{
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 10px;
  }
  .dash-post-listing ul {
        margin-right: -15px !important;
    }
    form.dashboard-filter-excel-form {
        right: -70px;
    }
}
@media(max-width: 1150px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 80px;
    }
    .main-filter-column {
        right: 25%;
    }
    form.dashboard-filter-excel-form {
        right: -60px;
    }
}

@media(max-width: 1120px){
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 95px;
    }
}

@media(max-width: 1050px){
    .main-filter-column {
        right: 28%;
    }   
    form.dashboard-filter-excel-form {
        right: -40px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 85px;
    }
}
@media(max-width: 1024px)
{
      .photo-detail-right h2{
        font-size: 18px;
      }
      .post-description{
          width: 100%;
      }
      .main-img{
        height: 350px;
      }
      .accordion .link{
          font-size: 12px;
      }
      .dash-post-listing ul li{
          width: 18.3% !important;
      }
      .submenu a{
          padding-left: 15px;
      }
      .notification-new{
          right: 15px;
          width: 22px;
          padding: 0px !important;
      }
      .notification{
          right: 35px;
          width: 24px;
      }
      .notification1{
          right: 35px;
          width: 24px;
      }
      .post-box{
          margin-bottom: 10px;
          margin-top: 0px;
      }
      .dash-post-listing ul{
          padding-left: 0px;
      }
      .audiolist-right ul li{
          width: 18%;
      }
      .dashboard-right form label{
        font-size: 14px !important;
      }
      .logo-section{
          padding: 10px 0;
      }
      .dashboard-right select{
          padding-left: 5px;
      }
      .dashboard-right button.btn.btn-success{
          padding: 6px 14px !important;
          max-width: 90px;
          font-size: 14px;
          line-height: 15px;
      }
      a.btn.btn-clear{
          padding: 6px 14px;
          max-width: 90px;
      }
      .dash-login .admin-img{
          width: 30px;
          height: 30px;
      }
      .nepal-left p {
        font-size: 20px;
        line-height: 24px;
        padding-top: 6px;
      }
    .post-box img {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .post-box h5{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .post-box{
        padding: 10px;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 75px;
        top: 16px;
    }
    .no-notification-found .dropdown-menu{
        right: -107px;
    }
    .no-notification-found i.fa.fa-bell {
        font-size: 17px;
        line-height: 11px;
        width: 30px;
        height: 30px;
        padding: 9px 6px 7px 7px;
    }
    .dash-post-listing ul {
        margin-right: -25px !important;
    }
    button#deleteAll {
        left: 29%;
    }
}
@media(max-width: 991px)
{
  .dashboard-right h1{
    margin-left: 40px;
    font-size: 18px;
  }
  a.btn.btn-create{
      margin-right: 0px;
  }
  .dashboard-right form{
      padding: 15px;
  }
  .dashboard-left{
        min-height: auto;
    }
    .ml-auto, .mx-auto {
        margin-left: 0!important;
    }
    .clickmenus {
        top: 9px;
        left: 30px;
        background: white;
        color: #5E5E5E;
        font-size: 19px;
        padding: 4px 6px 0px 6px;
        line-height: 24px;
        border: 1px solid #CBCBCB;
        border-radius: 4px;
    }
    table.dataTable.no-footer{
        width: 100%;
    }
    #DataTables_Table_0{
        width: 100% !important;
    }
    #DataTables_Table_0_filter {
      width: 100% !important;
    }
  .dashboard-left i.fa-angle-down{
    margin-top: 0px;
  }
  .main-img{
    height: auto;
  }
  a.btn.btn-delete {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  a.btn.btn-post{
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .photo-detail-right h2{
    margin-left: 0px !important;
  }
  .photo-view-list ul li a img{
    height: auto;
  }
  .dashboard-right{
      padding-top: 8px;
  }
  .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film,
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 150px;
    }
    .school-user-dashboard-heading{
        margin-left: 40px;
    }
    .nepal-left img {
        width: 35px;
        height: 35px;
    }
    .mobile-menus ul li a.notification1,
    .mobile-menus ul li a.notification{
        padding: 0px !important;
        width: 20px;
        height: 20px;
    }
    .notification1{
        margin-top: -34px;
    }
    
    .dataTables_filter label{
        text-align: left;
    }
    .dataTables_filter,
    .dataTables_filter label,
    .dataTables_length,
    .dataTables_length label{
        width: 100%;
    }
    .main-filter-column {
        top: -52px;
        width: 690px;
        right: 0;
        left: 15px;
    }
    .dash-post-listing ul {
        margin-right: -35px !important;
    }
    form.dashboard-filter-excel-form{
        padding: 0px
    }
    form.dashboard-filter-excel-form {
        right: -50px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 160px;
    }
    .mini-icon{
        margin-left: 0px;
    }
    .dataTables_wrapper .dataTables_filter{
        margin-top: 25px;
    }
    .main-filter-column{
        z-index: unset;
    }
}

@media(max-width: 920px){
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 150px;
    }
}

@media(max-width: 834px)
{
  .usercommentlist input[type="text"]{
    margin-left: 15px;
  }
  .dashboard-right h2{
      margin-bottom: 0px;
  }
  .dash-post-listing ul {
        margin-right: -20px !important;
    }
    form.dashboard-filter-excel-form {
        right: -30px;
    }
}
@media(max-width: 880px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 145px;
    }
}

@media(max-width: 834px){
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 135px;
    }
}

@media(max-width: 820px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 135px;
    }
}
@media(max-width: 800px){
    .main-filter-column {
        right: 30%;
    }
}
@media(max-width: 768px)
{
    .btn-block{
        margin-bottom: 15px;
    }
    .audiolist-right ul li{
          width: 18.3%;
      }
      .dash-post-listing ul li {
        width: 17.9%;
    }
    .dash-post-listing ul li {
        width: 31.3% !important;
    }
    .post-box{
        margin-bottom: 15px;
    }
    .post-box img{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 125px;
    }
}
@media(max-width: 767px)
{
  .clickmenus{
    top: 58px;
  }
  .dashboard-right h1{
      font-size: 16px;
  }
  .breadcrumb li{
      font-size: 14px;
  }
  a.btn.btn-create{
      margin-right: 0px;
  }
  .breadcrumb li a{
      font-size: 14px;
  }
  .dashboard-right h1{
      margin-left: 45px;
  }
  .dataTables_wrapper .dataTables_length{
      width: 100%;
  }
  .dash-post-listing ul li{
      width: 45% !important;
      margin-right: 5px;
  }
  .dash-post-listing ul{
      padding-left: 0px;
  }
  .audiolist-right ul li{
      width: 48%;
  }
    .dash-login .navbar-light .navbar-nav .nav-link{
        padding-left: 0px;
    }
    .logo-section{
        padding: 5px 0;
    }
  .dashboard-right form .btn-danger{
      margin-left: 15px;
  }
  .dashboard-right select{
      margin-bottom: 10px !important;
  }
  div#DataTables_Table_0_paginate{
      float: left;
      margin-top: 10px;
  }
  .dashboard-right h2{
    margin-left: 0px;
  }
  .lekhandetail-icons ul{
    text-align: left;
  }
  .commentor img{
    margin-right: 20px;
  }
  .commentor p{
    margin-left: 65px;
  }
  .lekhandetail{
    margin-bottom: 10px;
  }
  .lekhandetail1{
    margin-bottom: 10px;
  }
  .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
        margin-top: 0px;
        width: 100%;
    }
    .post-box{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    div#mytable_paginate{
        float: left !important;
        margin-top: 10px;
    }
    .mobile-menus ul li a{
        padding: 14px 20px 14px 0px !important;
    }
    .mobile-menus ul li.active a{
        background-color: #04407c;
    }
    .sidenav a{
        padding: 0px !important;
    }
    .mobile-menus ul li .card{
        padding: 0px;
    }
    .mobile-menus ul li .card li a{
        padding: 10px 5px 10px 25px !important;
    }
    .mobile-menus ul li a.mobile-notice{
        padding: 1px !important;
    }
    .breadcrumb{
        margin-left: 60px;
    }
    .header-height {
        display: none;
    }
    a.search-open {
        background-color: #0e58a4;
        padding: 4px 9px;
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 18%;
        top: -8px;
        z-index: 9;
    }
    .mobile-search-icon {
        width: 14px;
    }
    .searching {
        display: block;
        position: absolute;
        right: 15px;
        width: 100%;
    }
    .mobile-search-icon2 {
        width: 14px;
    }
    .nepal-left p{
        display: none;
    }
    .dash-login .navbar-light .navbar-nav .nav-link{
        margin-top: 2px;
    }
    .new-clickmenus{
        top: 11px;
    }
    .school-clickmenus{
        top: 10px;
    }
    form.dashboard-filter-excel-form {
        right: 0;
    }
    .dashboard-right form{
        padding: 15px 0;
    }
    .dashboard-right {
        padding-top: 8px;
    }
    .dashboard-right table form .btn-danger{
        margin-left: 0px;
    }
    li.nav-item.dropdown.dmenu{
        margin-left: 0px;
    }
    .dash-login .bg-light ul li{
        padding: 0 20px !important;
    }
    .dash-login .bg-light ul li:last-child{
        padding-right: 0px !important;
    }
    .searching.dashboard-mobile-search.loggedin-search a.search-open{
        right: 24%;
    }
    .dash-login .navbar-light .navbar-nav .nav-link{
        line-height: 20px;
    }
    .rating-heading h3,
    .student-pragati-lists h3 {
        line-height: 36px;
        margin-bottom: 0px;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 190px;
    }
    .main-filter-column {
        right: 0%;
        left: 0px;
        position: relative;
        top: 0;
        width: 100%;
    }
    .filter-column {
        width: 31%;
        display: inline-block;
        margin-right: 20px;
    }
    
    .main-filter-column .filter-column:last-child{
        float: right;
        margin-right: 0px;
    }
    .bootstrap-tagsinput{
        height: auto;
    }
    .dash-post-listing .post-box-students{
        margin-bottom: 30px;
    }
    .col-12.col-sm-6.col-md-6.col-lg-6.dashboard-right-heading h1{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .dash-post-listing ul {
        margin-right: -35px !important;
    }
    .profile-detail{
        min-height: auto;
    }
    .form-logo img{
        margin-bottom: 10px !important;
    }
    .message-type-new{
        padding: 15px 0;
    }
    .message-type{
        padding: 15px 0px !important;
    }
    .table-responsive {
        display: block;
    }
    form.dashboard-filter-excel-form{
        padding: 0px;
    }
    form.dashboard-filter-excel-form .col-md-4{
        max-width: 100%;
    }
    form.dashboard-filter-excel-form{
        position: relative;
    }
    .dashboard-right{
        padding-right: 15px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 180px;
    }
    .notification-bell sup{
        right: 12px;
        top: 2px;
    }
    .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    h4.info-progress-heading {
        margin-left: 40px;
        font-size: 16px;
        line-height: 37px;
    }
    button.btn.btn-local-subject,
    button.btn.subject-project-class{
        margin-bottom: 5px;
    }
    .dashboard-right form{
        background-color: transparent;
    }
    form.dashboard-filter-excel-form{
        margin-top: 0px;
    }
    h6.export-excel {
        margin-top: -80px;
    }
    h3.school-user-dashboard-heading.excel-parent-div {
        font-size: 24px;
        line-height: 30px;
        margin-left: 0px;
    }
    #school-history-modal .student-pragati-lists a.btn.btn-success.btn-sm {
        margin-top: 24px;
    }
    #school-history-modal .dash-post-listing ul li {
        width: 45% !important;
    }
    a.btn.btn-create{
        margin-top: 10px;
    }
    .preview-logo{
        margin-bottom: 20px;
    }
    .message-type-mobile{
        padding-left: 0px;
        padding-right: 0px;
    }
    button#deleteAll {
        border-radius: 3px;
        margin-left: 14px;
        margin-bottom: 10px;
        padding: 4px 10px 4px;
        position: absolute;
        top: 85px;
        z-index: 999;
        font-size: 12px;
        left: 0%;
    }
}
@media(max-width: 745px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 185px;
    }
}

@media(max-width: 710px){
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 170px;
    }
}

@media(max-width: 700px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 175px;
    }
}
@media(max-width: 675px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 150px;
    }
    .dash-post-listing ul li {
        width: 44% !important;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 160px;
    }
}

@media(max-width: 650px){
    #school-history-modal .dash-post-listing ul li {
        width: 44.4% !important;
    }
}

@media(max-width: 640px){
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 140px;
    }
}

@media(max-width: 630px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 155px;
    }
}
@media(max-width: 600px){
    .dash-post-listing ul li {
        width: 44% !important;
        margin-right: 5px;
    }
    .searching.dashboard-mobile-search.loggedin-search a.search-open {
        right: 29%;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 140px;
    }
    form.row.pass-seen button.btn.btn-success.change-password{
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    button.btn.status-active,
    .btn.btn-primary.btn-sm.btn-flat{
        margin-bottom: 0px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 140px;
    }
    .select2-container--default .select2-selection--single{
        font-size: 12px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #373737 !important;
    }
    h3.school-user-dashboard-heading.excel-parent-div {
        font-size: 24px;
        line-height: 30px;
        margin-left: 0px;
    }
    #school-history-modal .student-pragati-lists a.btn.btn-success.btn-sm {
        margin-top: 24px;
    }
}

@media(max-width: 590px){
    #school-history-modal .dash-post-listing ul li {
        width: 44% !important;
    }
}


@media(max-width: 575px)
{
  .dash-login .bg-light .collapse:not(.show){
    display: block;
  }
  .nepal-left img {
    width: 35px;
    height: 35px;
    }
    .message-type form {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }
    .dashboard-right form .btn-danger{
        margin-left: 0px;
    }
    .dashboard-body a.btn.btn-danger{
        padding: 3px 8px 3px;
    }
    a.btn.btn-primary.btn-sm.btn-flat.edit_button{
        margin-bottom: 3px;
    }
    .dashboard-body a.btn.btn-success{
        margin-left: 0px !important;
        margin-bottom: 2px;
    }
  .dash-post-listing ul li {
        width: 100%;
        margin-right: 9px;
        margin-bottom: 10px;
    }
      .audiolist-right ul li{
          width: 100%;
      }
    .post-box{
        margin-top: 0px;
        margin-bottom: 0px;
    }
  .dashboard-right label{
      width: 100%;
  }
  .breadcrumb{
      padding-top: 0px;
  }
  .breadcrumb {
        float: none;
        margin-left: 40px;
        margin-bottom: 0px;
    }
  .dashboard-right input{
      margin-bottom: 10px;
      font-size: 14px;
      padding-left: 10px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 5px !important;
  }
  .navbar-nav{
    display: inline-block;
  }
  .dash-login .bg-light .navbar-nav{
    width: 100%;
  }
  .dashboard-right button.btn.btn-success{
    float: none;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 14px !important;
    margin-top: 10px;
  }
  a.btn.btn-clear {
        max-width: 200px;
        margin: 0 auto;
        margin-top: 10px;
        padding: 10px 14px;
  }
  .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .dashboard-right form label{
    padding-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  a.btn.btn-create{
      margin-left: 0px !important;
      margin-top: 0px;
      padding: 6px 12px;
      font-size: 12px;
      line-height: 16px;
      z-index: 1;
      border-radius: 3px;
      color: #373737;
      box-shadow: none;
      margin-bottom: 10px;
  }
  a.btn.btn-index.mx-1{
    margin-top: 0px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
    border-radius: 3px;
    color: #373737;
    box-shadow: none;
    margin-left: 4px !important;
    margin-bottom: 0px;
  }
  a.btn.btn-trash{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    color: #373737;
    box-shadow: none;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .dashboard-right-heading{
      margin-bottom: 0px;
  }
  .mr-1, .mx-1{
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  .dashboard-right h1{
    float: none;
    font-size: 14px;
    line-height: 24px;
    margin-left: 60px;
    margin-right: 0px;
    display: none;
  }
  .breadcrumb li{
      font-size: 12px;
      line-height: 33px;
  }
  .breadcrumb li a{
      font-size: 12px;
  }
  .dashboard-right h2{
    display: none;
  }
  .dashboard-right h2 a{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 40px;
  }
  .usercommentlist input[type="text"]{
    margin-left: 0px;
  }
  .dashboard-right label{
      text-align: left;
  }
  div#mytable_filter{
      float: none !important;
  }
  .dataTables_wrapper .dataTables_info{
      text-align: left !important;
  }
  .post-box{
      padding-top: 10px;
  }
  
  .form-group{
      margin-bottom: 0px;
  }
  .post-description{
      margin-bottom: 0px;
  }
  .fa.fa-plus.add-video-url {
      position: absolute;
      top: -23px;
      left: 120px;
      font-size: 16px;
    }
    .row.send-cancel-button{
        margin-left: 0px;
        margin-right: 0px;
    }
    .dashboard-right form img{
        margin-bottom: 0px;
    }
    a.btn.btn-primary{
        margin-bottom: 2px;
    }
    .for-mobile-only{
        display: none;
    }
    a.search-open{
        right: 20%;
    }
    span.clickmenus.new-clickmenus {
        top: 10px;
        left: 30px;
    }
    .museum-photo img{
        width: 100% !important;
        height: auto;
    }
    .dashboard-right table td img{
        height: 30px !important;
        width: 50px;
    }
    .museum-photo h3{
        width: 100%;
    }
    .forgot-box button{
        margin-bottom: 0px;
    }
    .no-notification-found i.fa.fa-bell {
        position: relative;
        bottom: -3px;
        margin-top: 0px;
    }
    .dash-login .navbar-light .navbar-nav .nav-link {
        margin-top: 2px;
    }
    .searching.dashboard-mobile-search.loggedin-search a.search-open {
        right: 31%;
    }
    .notification-bell i.fa.fa-bell {
        color: #a4bed9;
        position: relative;
        font-size: 14px;
        background-color: #0e58a4;
        padding: 7px;
        border-radius: 50%;
        margin-top: -1px !important;
        line-height: 16px;
        width: 30px;
        height: 30px;
        text-align: center;
        bottom: 0px;
    }
    .notification-bell .dropdown-menu{
        width: 270px !important;
    }
    .student-pragati-lists .post-box-students h5{
        font-size: 12px;
        line-height: 16px;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 130px;
    }
    .dash-post-listing .post-box-students {
        margin-bottom: 15px;
    }
    .new-form-image img{
        margin-bottom: 10px !important;
    }
    .clickmenus{
        left: 16px;
        top: 54px;
    }
    .school-clickmenus {
        top: 12px;
    }
    form.dashboard-filter-excel-form {
        right: 0px;
    }
    form.dashboard-filter-excel-form,
    h6.export-excel{
        z-index: 0;
    }
    .notification-bell i.fa.fa-bell{
        position: relative;
        top: 2px;
    }
    .dash-login a.dropdown-item{
        font-size: 13px;
        line-height: 21px;
    }
    .dashboard-right form{
        background-color: transparent;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none;
    }
    .student-searchbox{
        margin-top: 0px;
    }
    .student-imgs img {
        max-width: 100%;
        height: 300px;
    }
    .rating-heading h3, .student-pragati-lists h3{
        font-size: 18px;
        line-height: 26px;
    }
    .student-class-details-row{
        background-color: transparent;
        padding: 0px;
        margin-bottom: 15px;
        border-bottom: none;
    }
    .col-12.col-sm-6.col-md-2.col-lg-2.student-imgs{
        padding: 0px;
        background-color: transparent;
    }
    .message-type-mobile,
    .student-searchbox,
    .student-class-details{
        padding: 0px;
    }
    .student-class-details ul li{
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
    }
    .message-type-new {
        padding: 0;
        background-color: transparent;
        border: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .dashboard-body,
    .dashboard-right{
        background-color: #fff;
        background: #fff;
    }
    .table{
        background-color: #f4f4f4;
        margin-bottom: 0px;
    }
    .student-class-details ul li span {
        width: auto !important;
        text-align: left;
        float: left;
    }
    .student-class-details ul li{
        text-align: right;
    }
    .student-class-details ul{
        border-right: none;
    }
    a.btn.btn-school-dashboard-page-edit {
        margin-bottom:  10px;
        margin-top: 5px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 16px;
    }
    .new-form-image img{
        height: 75px;
    }
    a.btn.btn-info.btn-sm.btn-flat,
    a.btn.btn-primary.btn-sm.btn-flat.edit_button{
        width: 34px;
        margin-bottom: 0px !important;
    }
    .row.message-type {
        padding: 0px !important;
        border: none;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .message-type-new{
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .send-cancel-button-new .btn-success{
        margin-top: 10px;
    }
    a.btn.btn-refresh {
        position: absolute;
        right: 16px;
        z-index: 1;
        padding: 7px 14px 4px;
    }
    .subject-select-box{
        padding: 16px;
        background-color: #f5f5f5;
        border: 1px solid #eee;
        margin-top: 10px;
    }
    input#checkbox {
        width: 17px;
    }
    .profile-detail {
        background-color: transparent;
        padding: 0px;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
        padding-bottom: 10px;
    }
    .dashboard-right .profile-detail-edit form{
        background-color: transparent;
        padding: 0px;
        border: none;
    }
    .new-form-image h6 {
        font-size: 12px;
    }
    .hine-in-mobile{
        display: none;
    }
    input.form-control.form-control-sm{
        height: 30px !important;
    }
    .dashboard-right select {
        margin-bottom: 10px !important;
        height: 30px;
        font-size: 14px;
        line-height: 20px;
        padding: 0px 10px;
        color: #777;
    }
    .filter-column {
        width: 31%;
        display: inline-block;
        margin-right: 25px !important;
    }
    a.btn.btn-create.mobile-trash {
        position: absolute;
        right: 15px;
        padding: 10px 20px;
    }
    .dashboard-right form{
        background-color: transparent;
        padding: 0px;
    }
    .dashboard-right button.btn.btn-success{
        margin-left: 0px !important;
        margin-bottom: 10px;
    }
    .dashboard-right input,
    .pass-seen input{
        height: 36px;
    }
    .pass-seen i.fa.fa-eye-slash{
        top: 12px;
    }
    .profile-detail .form-group{
        margin-bottom: 10px;
    }
    .upload-btn-wrapper input{
        padding-left: 0px !important;
    }
    .student-class-details-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .student-searchbox select{
        border-radius: 3px;
    }
    a.btn.btn-success.btn-sm.export-to-excel.dashboard-excel-btn {
        margin-top: 5px;
    }
    form.dashboard-filter-excel-form {
        margin-top: 40px;
    }
    .student-searchbox form{
        padding-top: 0px !important;
    }
    .select2-container--default .select2-selection--single{
        margin-bottom: 10px;
        height: 30px !important;
    }
    #preview-slider-image{
        margin-bottom: 10px;
    }
    .main-filter-column-mobile {
        margin-top: -46px;
    }
    .select2-container--default .select2-selection--multiple{
        margin-bottom: 10px !important;
    }
    .select2-container .select2-search--inline .select2-search__field {
        height: 20px !important;
        margin: 0px !important;
        font-size: 12px !important;
        padding-left: 10px !important;
    }
    .select2-container--default .select2-selection--multiple{
        margin-bottom: 10px !important;
    }
    .select2-container--default .select2-selection--multiple {
        border-radius: 3px !important;
        margin-bottom: 10px !important;
        padding-top: 2px;
        height: auto;
    }
    .select2-container .select2-selection--multiple{
        min-height: auto;
    }
    .main-filter-column .filter-column:last-child {
        float: right;
        margin-right: 0px !important;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
        font-size: 12px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice{
        margin-top: 2px !important;
    }
    .profile-detail-edit .profile-img{
        margin-bottom: 10px;
    }
    .main-filter-column.withoutTrash-main-filter-column .filter-column{
        width: 40%;
    }
    .main-filter-column.withoutTrash-main-filter-column .filter-column:first-child{
        margin-right: 0px !important;
    }
    .main-filter-column.post-main-filter-column{
        margin-top: -35px;
    }
    .main-filter-column.post-main-filter-column .filter-column:last-child{
        float: none;
    }
    .main-filter-column.post-main-filter-column .filter-column select {
        height: 30px;
        font-size: 12px;
        line-height: 16px;
    }
    .mobile-padding-top{
        margin-top: 10px;
    }
    .form-image.preview-media-edited{
        margin-bottom: 30px;
    }
    #transfer-sec select#f-section,
    #transfer-sec select#f-class{
        margin-bottom: 15px;
    }
    .send-cancel-change-btn{
        text-align: center;
        margin-top: 10px;
    }
    #my-table_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length{
        display: inline-block;
    }
    #my-table_wrapper .col-sm-12.col-md-6,
    #school-post-data_wrapper .col-sm-12.col-md-6{
        max-width: 50%;
    }
    .dataTables_wrapper .dataTables_filter{
        margin-top: 24px !important;
    }
    .dashboard-right form label {
        font-size: 16px !important;
    }
    button.btn.btn-local-subject, button.btn.subject-project-class{
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .priyojana-classes p{
        margin-bottom: 10px;
    }
    .dash-login .bg-light ul li {
        padding: 0 10px !important;
    }
    #DataTables_Table_0_wrapper .col-sm-12.col-md-6,
    #mytable_wrapper .col-sm-12.col-md-6{
        max-width: 50%;
    }
    button.btn.btn-primary.new-primary{
        margin-bottom: 10px;
    }
    .notification-bell sup {
        right: 0px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 17px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 1px !important;
    }
    .select2-results__option{
        font-size: 12px;
    }
    .dash-post-listing ul li:nth-child(even){
        margin-right: 0px !important;
    }
    .dash-post-listing ul {
        margin-right: -30px !important;
    }
    h3.school-user-dashboard-heading.excel-parent-div{
        font-size: 16px;
    }
    .preview-logo{
        margin-bottom: 20px !important;
    }
    
    button#deleteAll {
        top: 58px;
    }
    .dashboard-table-box {
        background-color: transparent;
        padding: 0px;
        margin-top: 5px;
    }
    button.btn.btn-restore {
        margin-bottom: 10px;
        margin-top: -39px;
    }
} 

@media(max-width: 565px){
    .dash-post-listing ul li{
        width: 42% !important;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 130px;
    }
}

@media(max-width: 540px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 125px;
    }
}
@media(max-width: 520px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 120px;
    }
    .dash-post-listing ul {
        margin-right: -30px !important;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 120px;
    }
}

@media(max-width: 510px){
    .dash-post-listing ul {
        margin-right: -20px !important;
    }
}

@media(max-width: 500px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 115px;
    }
    .student-imgs img {
        height: 250px;
    }
}

@media(max-width: 490px){
    /* .dash-post-listing ul li {
        width: 42% !important;
    } */
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 115px;
    }
}

@media(max-width: 480px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 120px;
    }
    .rating-heading h3, .student-pragati-lists h3{
        font-size: 16px;
    }
    .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 460px){
    a.search-open{
        right: 22%;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 110px;
    }
    .filter-column{
        width: 30%;
    }
}
@media(max-width: 450px){
    .student-pragati-lists .post-box-students{
        height: 150px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 105px;
    }
    .dash-post-listing ul {
        margin-right: -10px !important;
    }
}
@media(max-width: 440px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 105px;
    }
}

@media(max-width: 430px){
    a.btn.btn-index.mx-1,
    a.btn.btn-trash,
    a.btn.btn-create {
        padding: 6px 8px;
        font-size: 11px;
    }
    .dashboard-right input,
    .dashboard-right select{
        font-size: 12px;
    }
    a.btn.btn-index.mx-1, a.btn.btn-trash, a.btn.btn-create{
        width: 100%;
    }
}




@media(max-width: 420px){
    a.search-open{
        right: 24%;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 105px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 95px;
    }
}

@media(max-width: 410px){
    .forgot-body .forgot-box form{
        padding: 20px;
    }
    .forgot-body .col-12.col-sm-12.forgot-box p {
        margin-bottom: 10px;
    }
    .dash-post-listing ul li {
        width: 41% !important;
    }
}

@media(max-width: 400px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 100px;
    }
    .dash-login .bg-light ul li {
        padding: 0 10px !important;
    }
    .clickmenus {
        top: 56px;
    }
    .student-imgs img {
        height: 200px;
    }
    #navbar-notificatio-list {
        margin-right: -80px;
    }
    .assign-user select {
        width: 87%;
    }
}
@media(max-width: 380px){
    a.search-open{
        right: 26%;
    }
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 95px;
    }
    .dash-login .navbar-light .navbar-nav .nav-link {
        margin-top: -1px;
    }
    .no-notification-found i.fa.fa-bell{
        padding: 9px 6px 7px 7px;
    }
    .dash-post-listing ul li {
        width: 39% !important;
    }
    .dash-post-listing ul {
        margin-right: -5px !important;
    }
    .dash-post-listing .post-box-students i.fa-star{
        padding-right: 2px;
        font-size: 12px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 85px;
    }
    a.btn.btn-index.mx-1, a.btn.btn-trash, a.btn.btn-create {
        padding: 6px 8px;
        font-size: 11px;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .main-filter-column.withoutTrash-main-filter-column .filter-column {
        width: 45%;
        margin-top: 10px;
    }
    a.btn.btn-index.mx-1, a.btn.btn-trash, a.btn.btn-create {
        /* padding: 9px 10px; */
        font-size: 12px;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .select2-container--default .select2-selection--single{
        margin-top: 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 15px !important;
    }
    a.btn.btn-trash{
        margin-bottom: 10px;
    }
    .main-filter-column.post-main-filter-column{
        margin-top: 0px;
    }
    .main-filter-column.post-main-filter-column .filter-column select {
        height: 36px;
        font-size: 12px;
        line-height: 18px;
    }
    .main-filter-column.post-main-filter-column .filter-column {
        width: 46%;
    }
    .main-filter-column.post-main-filter-column .filter-column:last-child {
        float: right;
    }
    .assign-user select {
        width: 86%;
    }
    select.form-control.transfer-and-delete {
        width: 100px;
    }
}
@media(max-width: 375px)
{
  .dashboard-right h2{
    line-height: 26px;
  }
  .dash-login .bg-light ul li {
    padding: 0 10px !important;
  }
  .notification-bell sup {
    right: -5px;
  }
  h6.follower a{
    font-size: 18px;
  }
  .dashboard-right h2{
      font-size: 12px;
  }
  .breadcrumb li,
  .breadcrumb li a {
    font-size: 9px;
  }
}

@media(max-width: 370px){
    .forgot-box button{
        max-width: 110px;
    }
}

@media(max-width: 360px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 90px;
    }
    .main-filter-column.post-main-filter-column .filter-column {
        width: 45%;
    }
    .assign-user select {
        width: 85%;
    }
}

@media(max-width: 355px){
    .dash-login .bg-light ul li {
        padding: 0 5px !important;
    }
}

@media(max-width: 345px){
    .dash-login .bg-light ul li {
        padding: 0 5px !important;
    }    
    .notification-bell sup {
        right: 0px;
    }
    a.btn.btn-index.mx-1{
        margin-left: 9px !important;
    }
}

@media(max-width: 340px)
{
  a.btn.btn-delete {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  a.btn.btn-post{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  a.search-open{
        right: 30%;
  }
  .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
  .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 85px;
    }
    /* .dash-login .bg-light ul li {
        padding: 0 3px !important;
    } */
    .dash-post-listing ul li{
        margin-right: 25px !important;
    }
    #school-history-modal .school-user-dashboard-heading {
        margin-left: 0px;
    }
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #teacher-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #student-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #student-history-modal .student-pragati-lists .post-box-students i.fa.fa-check,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-globe,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-home,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user,
    #school-history-modal .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark,
    #school-history-modal .student-pragati-lists .post-box-students i.fa.fa-check{
        left: 75px;
    }
    .assign-user select {
        width: 84%;
    }
    select.form-control.transfer-and-delete {
        width: 80px;
    }
}

@media(max-width: 325px){
    .dash-post-listing ul li {
        width: 38% !important;
    }
    .dash-login .bg-light ul li {
        padding: 0 4px !important;
    }
}

@media(max-width: 320px){
    .student-pragati-lists .post-box-students i.fa.fa-home,
    .student-pragati-lists .post-box-students i.fa.fa-globe,
    .student-pragati-lists .post-box-students i.fa-solid.fa-chalkboard-user, 
    .student-pragati-lists .post-box-students i.fa-solid.fa-photo-film, 
    .student-pragati-lists .post-box-students i.fa-regular.fa-circle-xmark, 
    .student-pragati-lists .post-box-students i.fa.fa-check {
        left: 80px;
    }
    .assign-user select {
        width: 83%;
    }
}

i.fa.fa-pencil-alt.small-icon {
    font-size: 11px!important;
    color: #f1f1f1;
}

