body {
  background-color: #f8f9fe;
}
.sticky-top {
  z-index: 999;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 5px;
  height: 0;
}
::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgb(96, 122, 235);
  border: thin solid rgb(96, 122, 235);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(17, 43, 161);
}
::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}
#search-icon {
  margin-top: 7px;
  cursor: pointer;
  background: #fff;
  color: #333;
  padding: 7px;
  border-radius: 50%;
}

#searchInput {
  padding-left: 36px;
  caret-color: red;
}

#searchInputIcon {
  position: absolute;
  top: 28px;
  left: 28px;
  color: #fff;
}

.sitem {
  background: #fff;
  color: inherit;
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  margin-top: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.sitem:hover {
  color: inherit;
  text-decoration: none;
}

.simg {
  width: 70px;
}

.stextcon {
  padding: 5px 5px 5px 10px;
}

.stextcon p {
  margin: 0;
  font-size: 13px;
}

.soption {
  padding: 3px;
  cursor: pointer;
  color: #333;
}

#sitemblank {
  display: none;
}

.menuon {
  margin-left: 0 !important;
}
#sidebar-overlay {
  width: 100%;
  height: 100%;
  background: #000000b5;
  position: fixed;
  z-index: 9999;
  display: none;
}
#sidebar {
  margin-left: -300px;
  position: fixed;
  min-height: 100%;
  width: 260px;
  background: #3f51b5;
  z-index: 10000;
  transition: all 0.3s ease;
  overflow: hidden visible;
}

#nav li a {
  text-decoration: none;
  color: #eee;
  padding-left: 10px;
  line-height: 60px;
  display: block;
}
#nav li .active-link {
  padding-left: 16px;
  border-left: 15px solid #334291;
  background: #334291;
}
.active-link .licon {
  border: 1px solid #fff;
  border-radius: 3px;
}
#nav li .licon {
  margin-right: 10px;
  padding: 5px;
  min-width: 32px;
  text-align: center;
  border-radius: 3px;
}
#nav li:hover {
  text-decoration: none;
  background: #334291;
  cursor: pointer;
}
#nav li {
  font-size: 17px;
  line-height: 41px;
  display: block;
}
#curr {
  line-height: 42px;
  padding-left: 50px;
}
#nav ul {
  position: absolute;
  width: 100%;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.51, 1.18);
  /*transition: all 0.3s linear;*/
}
#nav {
  color: #fff;
}

#menub {
  color: #333;
  width: 40px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  display: none;
  top: 2px;
  left: 2px;
  line-height: 38px;
}
#menub:hover {
  background: rgb(236, 237, 238);
}

.outr {
  margin-left: 100%;
  visibility: hidden;
}
.outl {
  margin-left: -100%;
  visibility: hidden;
}
.pl50 {
  float: left;
  margin-top: 25px;
  margin-right: 5px;
  font-size: 10px;
}

.menui {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-right: -50px;
  position: fixed;
  z-index: 101;
}
.menui span {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  margin: 10px;
  background: black;
  transition: all 0.5s ease;
}
.menui-close {
  cursor: pointer;
  width: 38px;
  height: 60px;
  float: right;
  margin-top: -20px;
  margin-right: 0 !important;
}

.menui-close span {
  background: #333 !important;
  content: '';
  display: block;
  width: 17px;
  height: 2px;
  position: absolute;
  margin: 10px 0 10px 10px;
  transition: all 0.5s ease;
}

.menui-close span:first-child {
  top: 10px !important;
  transform: rotate(45deg);
}
.menui-close span:nth-child(2) {
  opacity: 0;
}
.menui-close span:nth-child(3) {
  top: 10px !important;
  transform: rotate(-45deg);
}

.menui span:first-child {
  top: 3px;
}
.menui span:nth-child(2) {
  top: 10px;
  margin-left: 15px;
}
.menui span:nth-child(3) {
  top: 17px;
}

.con,
#header {
  transition: all 0.5s ease;
}

#header {
  min-height: 200px;
  background: linear-gradient(87deg, #5e72e4, #825ee4) !important;
}
.head_right {
  float: right;
  display: flex;
  margin-top: 7px;
  justify-content: space-around;
}
.profile_icon {
  border-radius: 20px;
  color: white;
  padding: 8px;
  background: #000;
  cursor: pointer;
}
.profile_icon_img {
  height: 30px;
  border-radius: 20px;
  cursor: pointer;
}
.std_icon_img {
  height: 30px;
  border-radius: 20px;
  cursor: pointer;
}
.header-text {
  margin-top: -110px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.btn-session-change {
  padding-top: 3px;
  padding-left: 5px;
  display: block;
  cursor: pointer;
}
.card-top {
  padding: 16px 24px;
  min-height: 200px;
}

.toggle {
  padding-left: 315px;
}

#user {
  float: right;
  line-height: 50px;
}
#user .span {
  border: 1px solid;
  border-radius: 25px;
  padding: 9px;
  margin-left: 10px;
}
header {
  height: 50px;
  padding-left: 50px;
}

#setting {
  width: 200px;
  min-height: 100%;
  right: 15px;
  transition: all 0.5s ease;
  top: 40px;
  box-shadow: 0 0 1px 0;
  background: white;
  position: absolute;
  display: none;
}

#msg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 100000;
  margin: 0;
}
#msg > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#ms {
  padding: 50px;
  background: #1d0a6b;
  color: white;
  box-shadow: 0 3px 12px 0 black;
}
#mssm {
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.51, 1.18);
}
.mssm {
  transform: scale(0.5);
}
#closemsg {
  background: inherit;
  color: white;
  border: none;
  float: right;
}
#notificon {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10001;
  max-width: 95%;
  max-height: 100vh;
}

.notific {
  transition: all 0.5s ease;
  display: flex;
  color: initial;
  min-height: 70px;
  min-width: 286px;
  margin: 10px 0;
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 10px;
  color: #232323;
  border-radius: 5px;
}
.notistatus {
  color: #fff;
  font-size: 25px;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  background: #00000057;
}

.notifich {
  margin-left: 100%;
}
.noticl {
  border: none;
  float: right;
  padding: 2px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: transparent;
  color: inherit;
}
.noti {
  padding: 10px;
  width: 250px;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}
.bg-warning .noti {
  color: black;
}
.m0 {
  margin: 0;
}
.center {
  text-align: center;
}
.hline {
  background: #2f4efd;
  color: white;
  padding: 50px 0;
}

/*form validation*/
.validation-error {
  color: red;
  display: block;
}


.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

.cursor-pointer{
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  /* #sidebar {
    width: 100%;
    margin-left: -100%;
  } */
  .toggle {
    padding-left: 0;
  }
}

/* bootstrap table */

.bootstrap-table td,
.bootstrap-table th {
  font-size: 14px;
}
.bootstrap-table th {
  white-space: nowrap;
}
tr.inactive {
  background-color: #f44336;
  color: #fff;
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(169, 171, 173, 0.35);
  cursor: pointer;
}

.new-feature::before {
  content: 'NEW';
  position: absolute;
  top: -15px;
  right: -15px;
  background: red;
  color: white;
  font-size: 10px;
  padding: 2px;
  border-radius: 5px;
}

span.loading-text {
  font-size: 1rem !important;
}

.img-student {
  height: 30px;
  border-radius: 15px;
}
