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

::-webkit-scrollbar {
  width: 10px;
  color: #a3a499;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a3a499;
}

::-webkit-scrollbar-track {
  background-color: #ecede3;
  border-radius: 10px;
  border: 1px solid #d8d9cf;
}

.form-control {
  border-bottom: 1px solid #afadad !important;
  font-size: 14px !important;
}

.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}

.modal {
  z-index: 7778;
}

.box.box-primary {
  border-top-color: #faa21c;
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11),
    0 4px 16px 0 rgba(167, 175, 183, 0.33);
  border: solid 1px #dde4eb;
  border-radius: 0.35rem;
  padding: 20px 0;
}

.box.box-info {
  /* border-top-color:#faa21c; */
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
  border: solid 1px #dde4eb;
}

.box.box-danger {
  border-top-color: #dd4b39;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box.box-warning {
  border-top-color: #f39c12;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box.box-success {
  border-top-color: #8ac34a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box.box-default {
  border-top-color: #d2d6de;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.btn-primary {
  background-color: #019dd8;
  border-color: #019dd8;
  transition: 0.3s;
  border-radius: 5px !important;
  padding: 8px 20px;
  outline: 0;
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2) !important;
}

.btn-success {
  background-color: #00a65a;
  border-color: #232323;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #168dee;
  border: 1px solid #1e9ff2;
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #faa21c;
}

.btn-info {
  background-color: #727272;
  border-color: #525252;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #070707;
}

.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}

.removehover {
  color: #333 !important;
  cursor: default;
}

.removehover:hover {
  color: #333 !important;
}

/*.modal-header {background-color: #424242;}*/

/*.close:focus, .close:hover {color: #fff; outline: none;  -webkit-transform: translate(0%, -0%) rotate(180deg);
  transform: translate(0%, 10%) rotate(180deg);}*/

.pagetitleh {
  background: #424242;
}

tr.box.box-solid.total-bg {
  box-shadow: none;
}

.chosebtn:hover {
  background: #000;
}

.chosebtn {
  background: #737373;
  border: 1px solid #525252;
  border-radius: 0 3px 3px 0px;
  color: #fff;
}

.anchorbtn {
  background: transparent !important;
  border: 0 !important;
  color: #0084b4 !important;
  font-size: 16px;
  box-shadow: none !important;
}

.anchorbtn:focus,
.anchorbtn:hover {
  outline: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #000 !important;
  text-decoration: none;
}

/* Newwwwww*/

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.student-li {
  padding: 5px 0;
}

.student-card h4 {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.slide-footer-main {
  padding-top: 10px !important;
  display: flex;
}

.slide-footer-main a {
  margin-right: 10px;
}

.pb-0 {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.profile-link {
  display: flex !important;
  align-items: center;
}

.profile-link .profile-header {
  height: 42px;
  width: 42px;
}

.apexcharts-canvas {
  margin: 0 auto;
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 0 !important;
  display: none !important;
}

.ftlayer {
  color: #b1b1b1;
}

.table th {
  color: #009dd8;
  padding: 10px 10px !important;
}

.main-sidebar,
.left-side {
  padding-top: 70px !important;
}

.sidebar-menu > li > a {
  padding: 12px 5px 12px 5px !important;
  display: flex !important;
  align-items: center;
}

.sidebar-menu > li > a span {
  line-height: 1px;
}

.sidebar-menu > li > a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.sidebar-menu > li > a svg path {
  fill: #b1b1b1;
}

.sidebar-menu li .treeview-menu {
  padding: 5px 0;
  padding-left: 30px;
  position: relative;
}

.sidebar-menu li .treeview-menu::before {
  content: "";
  height: 100%;
  opacity: 1;
  width: 3px;
  background: #e0f3ff;
  position: absolute;
  left: 15px;
  top: 0;
  border-radius: 15px;
}

.sidebar-menu li.active > .treeview-menu li a {
  padding-left: 5px !important;
}

.sidebar-menu > li > a:hover > .ftlayer::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
  color: #555;
}

.content {
  padding: 25px;
}

.tab-pane .content {
  padding-top: 25px;
}

.box.box-primary {
  box-shadow: 0 0.46875rem 2.1875rem rgb(8 10 37 / 3%),
    0 0.9375rem 1.40625rem rgb(8 10 37 / 3%),
    0 0.25rem 0.53125rem rgb(8 10 37 / 5%),
    0 0.125rem 0.1875rem rgb(8 10 37 / 3%) !;
  padding: 20px !important;
  position: relative;
}

.favourites-dropdown {
  padding: 0;
  width: 420px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(8 10 37 / 3%),
    0 0.9375rem 1.40625rem rgb(8 10 37 / 3%),
    0 0.25rem 0.53125rem rgb(8 10 37 / 5%),
    0 0.125rem 0.1875rem rgb(8 10 37 / 3%);
}

.favourites-dropdown .dropdown-header {
  background-color: #019dd8;
  padding: 20px 0 !important;
  text-align: center;
  color: #fff;
}

.favourites-dropdown .dropdown-header .dropdown-title {
  font-size: 20px;
  font-weight: 700;
}

.favourites-dropdown [class*="col-"]:nth-child(1n) {
  border-right-width: 1px;
}

.favourites-dropdown [class*="col-"] {
  border-right: 0 solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 0;
}

.favourites-dropdown .favourites-box {
  height: 120px;
}

.favourites-dropdown .favourites-box a {
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.favourites-dropdown .favourites-box img {
  margin-bottom: 5px;
}

.favourites-dropdown .favourites-box a p {
  line-height: 16px;
  padding-top: 10px;
  font-size: 14px;
}

.slimScrollBar {
  background: #bbb !important;
  width: 5px !important;
  cursor: row-resize;
}

.sidebar-favourites {
  display: none !important;
}

.sessionul {
  padding: 0 15px 0 !important;
  background: #0299d4 !important;
}

.sessionul a {
  padding: 10px 0;
  color: #fff !important;
}

.btn {
  transition: 0.3s !important;
}

.btn.btn-info {
  background-color: #019dd8;
  border: 1px solid #019dd8;
  box-shadow: 0 10px 18px 0 rgb(62 57 107 / 20%);
  border-radius: 5px !important;
  padding: 8px 20px;
}

.btn.btn-info :hover,
.btn-primary:hover,
.btn-info:hover {
  box-shadow: none !important;
  background-color: #f7a507 !important;
  border-color: #f7a507;
}

.header-search {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.main-search {
  background-image: url(../../../images/search.png);
  width: 44px;
  height: 44px;
  border-style: none;
  border-radius: 30px;
  padding: 10px;
  outline: none;
  transition-duration: 200ms;
  cursor: pointer;
  background-color: #edeeef;
  background-repeat: no-repeat;
  font-size: 15px;
  color: transparent;
  overflow: hidden;
  background-position-x: 2px;
  background-position-y: 2px;
}

.main-search.full-width {
  width: 210px;
  cursor: text;
  padding-left: 40px;
  background-color: #edeeef;
  color: #000;
}

#autocomplete-items {
  background: #fff;
  position: absolute;
  height: auto;
  top: 45px;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  left: 14px;
  box-shadow: 1px 3px 17px;
}

#autocomplete-items a {
  padding: 10px;
  color: #000;
  display: flex;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

#autocomplete-items a:hover {
  color: #f48001;
}

#autocomplete-items .title {
  padding: 0px 10px;
}

#autocomplete-items .description {
  font-size: 12px;
  display: block;
  color: #777;
}

#autocomplete-items .student-image {
  position: relative;
  width: 35px;
  height: 35px;
}

#autocomplete-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.header-search .search-close {
  cursor: pointer;
  padding-left: 10px;
  display: none;
}

.navigation-right {
  display: flex;
  align-items: center;
}

.main-header .navbar .sidebar-toggle span {
  height: 2px;
  width: 20px;
  background-color: #009dd8;
  display: block;
  margin-top: 4px;
}

.main-header .navbar .sidebar-toggle span:nth-child(2),
.main-header .navbar .sidebar-toggle span:nth-child(4) {
  width: 25px;
}

.main-header .sidebar-toggle:before {
  content: "" !important;
}

.favicon {
  color: #545cd8 !important;
  font-size: 18px;
  background-color: #d9dbf5;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: 0.3s;
}

.favicon:hover {
  background-color: #bdbdf5 !important;
}

.todoicon {
  color: #d92550 !important;
  font-size: 18px;
  background-color: #f3d0da;
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.3s;
}

.todoicon:hover {
  background-color: #f8b0c4 !important;
}

.datepicker-days thead tr:first-child th:nth-child(2),
.datepicker-months thead tr:first-child th:nth-child(2),
.datepicker-years thead tr:first-child th:nth-child(2) {
  background-color: #009dd8 !important;
  color: #fff !important;
  border-radius: 0;
}

.datepicker-days thead th.prev,
.datepicker-days thead th.next,
.datepicker-months thead th.prev,
.datepicker-months thead th.next,
.datepicker-years thead th.prev,
.datepicker-years thead th.next {
  background-color: #0a85b3 !important;
  color: #fff !important;
  border-radius: 0;
}

.datepicker table tr td span {
  border-radius: 0 !important;
}

.datepicker table tr td span:hover {
  background: rgb(0 157 216) !important;
  color: #fff !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.active.active,
.datepicker table tr td span.active:active {
  background: #009dd8 !important;
  color: #fff !important;
  border-radius: 0%;
}

.datepicker.dropdown-menu {
  min-width: 240px !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 10px !important;
}

.user-navigation {
  margin: 8px 0;
  justify-content: end !important;
}

.ftlayer {
  font-size: 20px !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.header-profile {
  display: flex !important;
  align-items: center;
}

.header-profile-pic {
  display: flex !important;
  align-items: center;
  padding-right: 15px;
  padding-top: 5px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.header-profile-pic a {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}

.header-profile-pic img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}

.profile-header {
  width: 42px;
  height: 42px;
}

.header-profile-detail {
  display: block;
  padding-left: 5px;
}

.header-profile-detail .header-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.header-profile-detail .header-role {
  font-size: 14px;
  color: #777;
  text-transform: capitalize;
}

.header-profile-pic .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  opacity: 1 !important;
  position: initial;
  width: auto;
  height: auto;
  background-image: none;
  transform: none;
  transition: none;
}

.user-dropdown-header {
  display: flex;
  align-items: center;
  background-color: #009dd8;
  padding: 10px;
}

.user-dropdown-header .user-pro-image {
  width: 50px;
  height: 50px;
}

.user-dropdown-header .user-pro-details {
  padding-left: 10px;
}

.user-dropdown-header .user-pro-details h4 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}

.user-dropdown-header .user-pro-details h5 {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.user-dropdown-links .user-dropdown-box {
  width: 50%;
  float: left;
  height: 80px;
  border-right: 0 solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.user-dropdown-links .user-dropdown-box:nth-child(2) {
  border-right: none;
}

.user-dropdown-links .user-dropdown-box:nth-child(3) {
  border: none;
  width: 100%;
}

.user-dropdown-links a {
  color: #000;
  padding: 5px 0 !important;
  font-size: 14px;
  line-height: 16px;
  display: flex !important;
  align-items: center;
  height: 100%;
  width: 100%;
}

.user-dropdown-links a img {
  width: 20px;
  border-radius: 0;
  margin-right: 5px;
}

.user-dropdown-links .user-dropdown-box:nth-child(3) a {
  justify-content: center;
}

.user-dropdown-links a i {
  margin-right: 5px;
  width: auto;
  color: #009dd8;
  font-size: 20px;
}

table {
  width: max-content !important;
  min-width: 99%;
  position: relative;
}

.dataTables_wrapper {
  padding-top: 20px;
}

.datepicker table {
  top: 0;
}

.paginate_button.first,
.paginate_button.last {
  display: none !important;
}

.form-top-logo img {
  width: 80px;
}

/* table th:last-child,
table td:last-child {
    z-index: 100;
    background-color: #fff;
    right: 0 !important;
    position: sticky !important;
    top: auto !important;
    max-width: max-content !important;
    box-shadow: rgb(0 0 0 / 11%) -2px 0px 5px;
} */

table td:last-child a,
table td:last-child button {
  font-size: 18px;
  background-color: transparent !important;
}

table td:last-child a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

table td:last-child a:nth-child(1),
table td:last-child button:nth-child(1) {
  color: #009dd8 !important;
}

table td:last-child a:nth-child(2),
table td:last-child button:nth-child(2) {
  color: #f5ad22 !important;
}

table td:last-child a:nth-child(3),
table td:last-child button:nth-child(3) {
  color: #d92550 !important;
}

table td:last-child a:nth-child(4),
table td:last-child button:nth-child(4) {
  color: #faa21c !important;
}

table td:last-child a:nth-child(5),
table td:last-child button:nth-child(5) {
  color: #545cd8 !important;
}

.table > tbody > tr > td {
  padding: 10px !important;
  font-size: 14px !important;
}

.dataTables_info,
.dataTables_paginate {
  display: none;
}

form [class*="col-"] {
  padding: 10px;
  padding-bottom: 15px;
}

.login-page {
  display: flex;
  position: relative;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  overflow-y: auto;
  background-color: #fafbfc;
}

.login-page-main {
  position: relative;
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

.login-page nav {
  display: flex;
  padding: 30px;
  justify-content: space-between;
}

.accurrent {
  padding: 0 !important;
}

.login-cloud-logo {
}

.login-page-top-right {
  display: flex;
  align-items: center;
}

.login-page-top-right-text {
  font-weight: 500;
  line-height: 16px;
  color: #292d34;
  margin-right: 10px;
}

.login-page-top-right-button {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
  letter-spacing: 0.4px;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  border-radius: 9px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgb(123 104 238 / 50%);
}

.login-form-main {
  background: #fff;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 29%);
  border-radius: 12px;
  position: relative;
  padding: 30px 40px;
}

.login-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  color: #292d34;
  text-align: center;
  margin: 10px 0;
}

.justify-content-center {
  justify-content: center;
  display: flex;
}

.login-page-main .form-group {
  margin-bottom: 30px;
}

.login-page-main form .form-group:nth-child(3) {
  margin-bottom: 20px;
}

.login-btn {
  height: 50px;
  border: 0;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.user-login .login-page-top-right-button,
.user-login .login-btn {
  background-color: rgb(243, 156, 18);
  box-shadow: 0 10px 25px rgb(243 156 18 / 50%);
}

.admin-login .login-page-top-right-button,
.admin-login .login-btn {
  background-color: rgb(0, 157, 216);
  box-shadow: 0 10px 25px rgb(0 157 216 / 50%);
}

.user-login .login-page-top-right-button:hover,
.user-login .login-btn:hover {
  background-color: #009dd8;
  box-shadow: 0 10px 25px rgb(0 157 216 / 50%);
  color: #fff;
}

.admin-login .login-page-top-right-button:hover,
.admin-login .login-btn:hover {
  background-color: #f39c12;
  box-shadow: 0 10px 25px rgb(243 156 18 / 50%);
  color: #fff;
}

.login-page-main-bg {
  position: absolute;
  height: calc(100% - 18vh);
  width: 100%;
  top: 18vh;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background-size: cover;
}

.admin-login .login-page-main-bg {
  background: #009dd8;
}

.user-login .login-page-main-bg {
  background: #f39c12;
}

.login-page-main-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../../images/login-bg-top.svg) top no-repeat;
  background-size: 100%;
}

.login-page-main-bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 300%;
  top: -100%;
  left: -50%;
  background: url(../../../images/bg-dots.svg);
  transform: rotate(-28deg);
}

.headertopmenu {
  display: flex !important;
  align-items: center;
}

.login-page-bottom-center {
  display: none;
}

.mobile-nav-dots {
  display: none;
  background-color: #009dd8;
  float: right;
  margin-right: 15px;
  color: #fff;
  border-radius: 2px;
  padding: 10px;
  cursor: pointer;
}

span.logo-lg img {
  height: 100%;
  width: auto !important;
}

.main-header .logo {
  height: 60px !important;
}

.main-header .logo .logo-lg {
  padding-top: 10px !important;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini img {
  width: 50%;
}

.dateRange-chooser {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dateRange-chooser ul {
  padding-left: 0;
  padding-bottom: 20px;
}

.dateRange-chooser .btn-primary {
  list-style: none;
  padding: 5px 10px;
  border-radius: 0 !important;
}

.dateRange-chooser li:first-child {
  border-radius: 15px 0px 0px 15px !important;
}

.dateRange-chooser li:last-child {
  border-radius: 0px 15px 15px 0px !important;
}

.dashboard-main [class*="col-"] {
  padding: 10px;
}

#studentDateRange .btn:hover {
  border-color: transparent !important;
}

.widget-header {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.widget-header h4 {
  display: inline-block;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}

.widget-header span {
  float: right;
}

.dashboard-card {
  box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%) !important;
  border: none;
  border-radius: 5px !important;
  border: none !important;
}

/* .table .pull-right {
    padding-top: 23px !important;
} */

@media (max-width: 1200px) {
  .widget-card .widget-icon {
    font-size: 28px !important;
  }
  .widget-content-wrapper .widget-heading {
    font-size: 16px !important;
  }
  .widget-content-wrapper .widget-content-right {
    font-size: 26px !important;
  }
  .navigation-right {
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%),
      0 0.9375rem 1.40625rem rgb(4 9 20 / 3%),
      0 0.25rem 0.53125rem rgb(4 9 20 / 5%),
      0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    position: fixed;
    left: 50%;
    width: 90vw;
    top: 0;
    transition: all 0.2s;
    background: #fff;
    border-radius: 50px;
    padding: 0 15px;
    transform: translateX(-50%);
    justify-content: space-between;
  }
  .navigation-right.menu-opened {
    top: 100px;
    visibility: visible;
    opacity: 1;
  }
  .mobile-nav-dots {
    display: block;
  }
  .skin-blue .main-header .navbar {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .widget-card .widget-icon {
    font-size: 28px !important;
    display: none;
  }
  .dateRange-chooser .btn-primary {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 10px 15px !important;
  }
}

@media (max-width: 992px) {
  .student-card #carousel-2 > a {
    margin: 0 auto;
  }
  .slide-footer-main {
    justify-content: center;
  }
  .notifications-wrapper,
  .favourites-dropdown {
    position: fixed !important;
    width: 90%;
    left: 5% !important;
    transform: translate(0) !important;
    top: 0 !important;
  }
  .notifications-wrapper .student-details {
    white-space: normal !important;
  }
  .notifications-wrapper ul{
      padding: 5px !important;
  }
  .notifications-wrapper::before {
    content: "" !important;
  }
  .favourites-dropdown::before {
    content: "" !important;
  }
  .header-profile-pic {
    padding-top: 0;
    padding-left: 0;
  }
  .main-header .sidebar-session {
    padding: 0;
    padding-left: 50px !important;
    padding-top: 3px;
    text-align: center;
  }
  .main-header .sidebar-toggle {
    padding-top: 8px !important;
  }
  .favourites-dropdown .favourites-box {
    height: 90px;
  }
  .navbar-form {
    padding-left: 0;
  }
  .user-navigation {
    justify-content: end !important;
  }
  .user-navigation ul {
    padding: 7px 0;
  }
  .dataTables_wrapper .dataTables_length {
    display: none !important;
  }
  .student-profile-row {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .main-search.full-width {
    width: 200px;
    cursor: text;
    padding-left: 40px;
    background-color: #edeeef;
    color: #000;
  }
}

@media (max-width: 768px) {
  .dropdown-menu {
    right: 0;
    left: auto;
  }
  .page-title-actions {
    display: none;
  }

  .content-wrapper .page-title-wrapper {
    justify-content: center;
    padding: 0;
  }
  .content {
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .favourites-dropdown .favourites-box {
    height: 50px;
    padding: 0;
  }
  .favourites-dropdown .favourites-box img {
    display: none;
  }
  .login-form-main {
    width: 70vw;
    padding: 30px 20px;
  }
  .login-name {
    font-size: 18px;
  }
  .header-profile-pic {
    padding-left: 10px !important;
  }
  .search-form {
    display: block !important;
  }
  .navbar-form {
    margin: 0;
  }
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
  .login-page-top-right {
    display: none;
  }
  .login-page-bottom-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  .login-page-bottom-center a {
    margin-top: 5px;
  }
  .header-profile-pic.dont-show {
    display: none !important;
  }
  .main-header .logo .logo-mini {
    display: none !important;
  }
  div#tableedit_length {
    display: none !important;
  }
  .affix-top.main-sidebar {
    padding-top: 130px !important;
  }
  /* .content-wrapper .page-title-wrapper .page-title-heading .page-title-icon {
        display: none !important;
    } */
  .content-wrapper .page-title-wrapper .page-title-heading .page-title-icon {
    width: 50px !important;
    height: 50px !important;
  }
  .content-wrapper
    .page-title-wrapper
    .page-title-heading
    .page-title-icon
    img {
    width: 28px;
  }
}

@media (max-width: 600px) {
  .todoicon,
  .favicon {
    font-size: 20px !important;
  }
  .fc-right .fc-state-default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px !important;
  }
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
  }
  .dataTables_paginate {
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .login-page-top-right {
    margin-top: 20px;
  }
  .favourites-dropdown .favourites-box a {
    justify-content: center;
  }
  .todoicon.dont-show,
  .favicon.dont-show {
    display: none !important;
  }
  .main-search.full-width {
    width: 70vw;
  }
  .header-profile-detail {
    display: none;
  }
  .dateRange-chooser .btn {
    width: auto;
  }
  .dataTables_filter {
    margin-top: 20px !important;
  }
}

@media (max-width: 400px) {
  .dateRange-chooser ul {
    padding: 10px !important;
  }
  .dateRange-chooser li:first-child,
  .dateRange-chooser li:last-child {
    border-radius: 5px !important;
  }
  .dateRange-chooser .btn {
    width: 50%;
    border-radius: 5px !important;
    border: 3px solid #fff;
    box-shadow: none !important;
    padding: 8px 15px !important;
  }
  .widget-header {
    display: block;
  }
  .widget-header span {
    float: none;
  }
  .widget-header h4 {
    text-align: center;
    display: block;
  }
  .favicon,
  .todoicon,
  .header-chat,
  .header-notification {
    margin-right: 5px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .skin-blue .main-header .navbar .nav > li > a:active {
    background-color: transparent;
  }
  .search-form.opened + .navbar-custom-menu {
    display: none;
  }
}

.dataTables_wrapper .dataTables_scroll {
  padding-bottom: 20px;
  padding-top: 10px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.student-profile-row > [class*="col-"] {
  padding: 10px;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.header-main {
  font-size: 18px;
  padding-left: 5px;
  font-weight: 600;
}

.nav-tabs-custom > .nav-tabs > li > a {
  display: flex;
  align-items: center;
}

.nav-tabs-custom > .nav-tabs > li > a img {
  margin-right: 5px;
}

@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .blue-tab-tabs {
    display: none;
  }
  .dropdown-button {
    background: #fff;
    border: 1px solid #ccc;
    width: -webkit-fill-available;
    text-align: left;
    padding: 10px;
    border-radius: 5px !important;
    margin: 10px;
    margin-bottom: 0;
    width: -moz-available;
  }
  .blue-tab-dropdown {
    width: -webkit-fill-available;
    margin: 10px;
    margin-top: 0;
  }
  .blue-tab-dropdown a {
    width: 100%;
    color: #000;
    padding: 5px 10px;
  }
  .dropdown-button::after {
    display: inline-block !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    opacity: 1 !important;
    background: none;
    height: auto !important;
    width: auto !important;
    transform: scale(1.5, 1.5) !important;
    right: 10px;
    top: 50% !important;
    width: fit-content !important;
    left: auto !important;
  }
}

.mCSB_container {
  overflow: initial !important;
}

.main-card {
  padding: 20px 0;
}

#sendSmsForm label span {
  color: red;
}

.random-colored-boxes-wrapper h4 {
  font-size: 20px;
}

.random-colored-boxes-wrapper .tab-content {
  padding: 20px;
}

.random-colored-boxes-wrapper .tab-content h4 {
  padding-left: 0;
}

table input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

.rcbox {
  padding: 10px;
}

.modal-select {
  width: auto;
  background-color: transparent;
}

.teacher-timetable-title {
  margin-top: 20px;
}

@media (max-width: 500px) {
}

.label-halfday {
  background-color: #fa8a00;
  font-size: 14px;
  font-weight: 400;
}

.label-absent {
  background-color: #fa2601;
  font-size: 14px;
  font-weight: 400;
}

.label-present {
  font-size: 14px;
  font-weight: 400;
  background-color: #27ab00;
}

.label-late {
  font-size: 14px;
  font-weight: 400;
  background-color: #ffeb00;
}

.form-horizontal {
  margin-top: 50px;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
