.lg-backdrop{
  z-index: 1050 !important;
}
.imgLogin {
  background: transparent!important; 
  padding: 0px 20px 15px;
}
@media (max-width: 768px) {
  .imgLogin {
    padding: 10px 5px 25px;
  }
}
.btn-theme {
  background: #3f37f1; 
  border-color: #3f37f1;
  color: #ffffff !important;
}
.btn-theme:hover {
  background: #1107f1 !important;
}

.loading-bg{
  background: linear-gradient(89deg,#fafcfd, #eef2f7, #e2e8ef, #eef2f7, #fafcfd);
  animation: gradient 2s linear infinite;
  color: transparent;
  border-radius: 5px;
  padding: 0px 5px;
  animation-direction: normal;
  background-size: 1000% 100%;
}
@keyframes gradient {
  0% {background-position: 0%}
  100% {background-position: 100%}
}
.no-wrap th,.no-wrap td{
  white-space: nowrap !important;
}

@media print {
  /* Hide everything in the body when printing... */
  body.printing * { display: none; }
  /* ...except our special div. */
  body.printing #print-me { display: block; }
}

@media screen {
  /* Hide the special layer from the screen. */
  #print-me { display: none; }
}




nav ul .nav-item-temp a {
  cursor: default;
}
nav ul .nav-item-temp a:hover {
  background: transparent!important;
}
.nav-wrapper::-webkit-scrollbar { 
  width: 5px; 
}
.nav-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #3f37f1; 
  border-radius: 5px;
}
.nav-wrapper::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 5px;
}
.nav-wrapper::-webkit-scrollbar-thumb:hover { 
  background: white;
}
.navbar-nav li{
  margin-right: 0 !important;
}

.swal-button{
  padding: .375rem 0.75rem !important;
}
.icofont-mega-phone{
  font-size: 25px;
  margin-right: 10px;
}
.popover-header{
  text-align: left !important;
  margin: 0;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { 
  height: 100% !important;
  overflow-y: visible !important;
}
body::-webkit-scrollbar, .modal::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, .table-responsive-md::-webkit-scrollbar, .notification-container::-webkit-scrollbar { 
  width: 10px;
  height: 10px; 
}
body::-webkit-scrollbar-track, .modal::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track, .table-responsive-md::-webkit-scrollbar-track, .notification-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #3f37f1; 
}
body::-webkit-scrollbar-thumb, .modal::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .table-responsive-md::-webkit-scrollbar-thumb, .notification-container::-webkit-scrollbar-thumb {
  background: #9e9e9e; 
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover, .modal::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb:hover, .table-responsive-md::-webkit-scrollbar-thumb:hover, .notification-container::-webkit-scrollbar-thumb:hover { 
  background: #9e9e9e;
}
.left-panel .sidebar-menu li a .nav-text{
  text-align: center;
}
table.picker__table thead tr{
  background-color: white;
}
table.picker__table tbody tr{
  border-bottom: none;
}
.left-panel .logo img {
  max-height: 50px!important;
  width: auto;
}
.left-panel .logo {
  padding: 7px 10px 7px!important;
}
/* .main-layout main .navbar-top h4, .navbar-top .btn.hamburger:hover{
  color: #3f37f1!important;
} */
.left-panel .sidebar-menu li.active a, .left-panel .sidebar-menu li a:hover{
  background: #1107f1!important;
  box-shadow: 0 8px 26px 0 #0000ff4d !important;
}
.left-panel li.active>.nav-link:before, .left-panel li>.nav-link:hover:before{
  background: #ffffff!important;
}
.left-panel .uk-offcanvas-bar{
  background: #3f37f1 !important;
}
.vertical-centered-box{
  background: linear-gradient(90deg,#3f37f1 0%,#1107f1 100%) !important;
}
.page-title{
  font-weight: 600;
  font-family: sans-serif;
}
.page-title i.material-icons{
  position: relative;
  top: 5px;
}
.page-title i{
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.btn-primary{
  background: #007bff;
  border: solid #007bff 1px;
}
.card-body.modified{
  padding: 1rem 0.75rem;
}
.form-group-view{
  margin-bottom: 15px;
}
.form-group-view .data{
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  border-bottom: solid #e0e6ed 1px;
}
.form-group-view label{
  margin-top: 5px;
}
.dropdown:hover{
  cursor: pointer;
}
.fw-600{
  font-weight: 600!important;
}
.fw-700{
  font-weight: 700!important;
}
.fw-bold{
  font-weight: bold!important;
}
.fw-500{
  font-weight: 500!important;
}
.fw-400{
  font-weight: 400!important;
}
.text-primary {
  color: #007bff!important;
}
.media-card .card-avatar{
  min-width: 196px;
  min-height: 196px;
  max-width: 196px;
  max-height: 196px;
  border-radius: 0px;
  padding: 5px;
}

.card.half .card-body {
  padding: 1.25rem 60px 1rem!important;
}
@media (max-width: 992px) {
  .card.half .card-body {
    padding: 1.25rem!important;
  }
}

.media-card .card-avatar img{
  border-radius: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media-card .card-avatar>div{
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
}
.data-group.w-line{
  padding: 15px 0 5px;
}
.data-group.w-line .md-data{
  margin: 5px 0 0 0;
  font-weight: 600;
}
.data-group.w-line .md-label{
  font-weight: 500;
  font-size: 14px;
}
.d-flex-space-between{
  display: flex !important;
  justify-content: space-between;
}
.image-container, .video-container {
  margin: auto;
  /* max-width: 650px; */
  cursor: pointer;
}
.video-container iframe {
  width: -webkit-fill-available;
  width: -moz-available;
}
.progress{
  height: 0.8rem;
}
.progress-label{
  position: relative;
  top: -3px;
  margin-left: 5px!important;
  color: #757575;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  white-space: nowrap;
}
.img-thumbnail.modified{
  box-shadow: 0 5px 15px rgb(0 0 0 / 16%);
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: center;
}
.img-thumbnail.modified img{
  min-height: 110px;
}
.progress{
  border-radius: 0.50rem;
}
.bg-theme{
  background: #3f37f1 !important;
}
/* .card-title{
  color: #3f37f1 !important;
} */
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6 !important;
}
.br-0{
  border-radius: 0!important;
}
.table th, .table td{
  white-space: nowrap;
}
.back-to-top{
  /* position: fixed; */
  width: 45px;
  height: 45px;
  border-radius: 50px;
  bottom: 95px;
  background: #3f37f1;
  border: solid #3f37f1 1px;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
  display: none;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  outline: none !important;
}
.table-bordered-bottom thead tr{
  border-bottom: solid black 1.2px;
}
.table-bordered-bottom tbody tr{
  border-bottom: solid #dddfe0 1px;
}
.table-hover tbody tr:hover td{
  background: #eef2f7;
  cursor: pointer;
}
.media.avatar-sm img{
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.table-attendance tbody td{
  vertical-align: baseline;
  height: 80px;
  padding: 5px !important;
  min-width: 75px;
}
.table-attendance tbody td .present{
  color: #28a745!important;
  font-size: 30px!important;
}
.table-attendance tbody td .date{
  margin: 0;
  background-color: #f8f9fa;
  padding: 0px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.error-field{
  border: solid red 1px !important;
  background: #fff9f9 !important;
}
.success-field{
  border: solid #05dc1d 1px !important;
  background: #f4fff6 !important;
}
.form-group i.pswd-toggle{
  position: absolute;
  top: 30px;
  right: 15px;
  color: #6c757d;
  font-size: 20px;
  cursor: pointer;
}
section{
  padding-bottom: 30px;
}
.stud-thumbnail{
  height: 16rem;
  width: 16rem;
}
.stud-thumbnail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lg-self-preview{
  cursor: pointer;
}
.image-container{
  max-width: 1000px;
}
.image-container img{
  width: 100%;
  height: auto;
  padding: 5px;
  border: solid #d3d3d4 1px;
}
.file-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.file-container {
  margin-bottom: 20px;
  width: 200px;
  height: 250px;
  background-color: transparent;
  overflow: hidden;
  border-radius: 10px;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 1.5s ease-in-out infinite;
  animation: placeholder-glow 1.5s ease-in-out infinite;
  border-radius: 3px;
  min-height: 25px;
  min-width: 100px;
  /* min-width: 75px; */
  /* width: 100%; */
}

@keyframes placeholder-glow {
  50% {
    opacity: .0;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}


.student-card {
  max-width: 25rem;
  overflow: visible;
  height: 300px;
  width: 100%;
}

.media-card .media-img-container{
  width: 100px; 
  height: 100px; 
  border-radius: 5px; 
  overflow: hidden;
  /* border: 1px solid #dee2e6; */
}

.media-card .media-img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.student-card .card-content ul li{
  padding: 5px;
  border-bottom: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.student-card .card-body{
  /* min-height: 135px; */
  padding: 1rem;
}

.student-card .media-card .media-body{
  flex: 1;
  margin-right: -5px;
}


/* Quick setup */
.quick-setup-container {
  /* padding-top: 10px; */
}
.quick-setup-container .setup{
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  /* opacity: 0.9; */
  transition: background-color 0.15s ease-in-out;
}
/* .quick-setup-container .setup:hover{
  opacity: 1;
} */
.quick-setup-container .setup-icon{
  margin-right: 15px;
  border: solid #ffffffa6 1px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-setup-container .setup-icon i{
  font-size: 25px;
}
.quick-setup-container .setup-text{
  font-size: 15px;
  flex: 1;
}
.quick-setup-container i.angle{
  font-size: 20px;
  color: #ffffffa6;
}

.modal-title.icon-lg{
  display: flex;
  align-items: center;
}
.modal-title.icon-lg i{
  margin-right: 5px;
  font-size: 25px;
}
.cr-boundary{
  width: 100% !important;
  height: 350px !important;
}
.cr-slider-wrap .cr-slider{
  width: 100%;
}

.notification-container{
  /* max-width: 450px; */
  /* max-width: 97%; */
  min-width: 275px;
  max-height: 90vh;
  overflow-y: auto;
}
.notification-container .notification{
  position: relative;
  align-items: flex-start !important;
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.notification-container .notification.active{
  background-color: #eef2f7;
}
.notification-container .notification .notification-icon-container .notification-icon{
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.notification-container .notification .notification-icon-container{
  margin-right: 10px;
  height: 36px;
  width: 36px;
}
.notification-container .notification .notification-text-container{
  max-width: 425px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.notification-container .notification .notification-text-container .notification-title{
  font-weight: 600;
  font-size: 15px;
  white-space: break-spaces;
}
.notification-container .notification .notification-text-container .notification-message{
  white-space: break-spaces;
}
.notification-container .notification .notification-buttons-container{
  width: 100%;
  display: flex;
  justify-content: end;
}
.notification .close-notification-btn{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  position: absolute !important;
  right: 0;
  margin-top: -15px;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #212121;
  /* font-size: 13px; */
  padding: 5px 16px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.background-theme{
  background-color: #3f37f1 !important;
}
.text-theme, .navbar-top .head-title{
  color: #32489b !important;
}
.swal-text{
  font-size: 15px;
  text-align: center;
}
.swal-icon--custom img{
  width: 75px;
  height: auto;
}