@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* Timepicker */
.bootstrap-timepicker-widget {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: none;
}

.bootstrap-timepicker-widget table td a {
  color: #495057;
}

.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #556ee6;
  text-decoration: none;
}

.bootstrap-timepicker-widget table td input {
  width: 32px;
  height: 32px;
  border: 0;
  color: #495057;
  border: 1px solid #eff2f7;
  background-color: #fff;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom-color: #eff2f7;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-top-color: #eff2f7;
}

@font-face {
  font-family: kruti dev;
  src: url("../files/Kruti_Dev_010.ttf") format("truetype");
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #e8eaf3;
}

[class*="col-"] {
  padding: 0 7px;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.bootstrap-select {
  width: 100% !important;
  font-size: 12px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 12px !important;
  text-transform: capitalize;
  font-weight: normal;
}

.has-error {
  border-color: #cc0000;
  background-color: #ffff99;
}

a {
  text-decoration: none;
}

.btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s all;
  transition: .5s all;
  border-radius: 4px;
}

.btn.btn-outline {
  border: solid 1px #ccc;
  color: #000;
}

.btn.btn-outline:hover {
  border: solid 1px #d00;
  -webkit-box-shadow: 0px 0px 0px 1px #dd0000;
  box-shadow: inset 0px 0px 0px 1px #dd0000;
}

.btn.btn-success {
  background: #59D3C8;
  border: solid 1px #59D3C8;
  color: #fff;
}

.btn.btn-success:hover {
  background: #2138AC;
  border: solid 1px #2138AC;
}

.auth-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-width: 100%;
  min-height: 100vh;
  background: #ffffff;
}

.auth-wrapper .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: .8;
}

.auth-wrapper .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/student-login-bg.jpg) no-repeat center center/cover;
  z-index: 0;
}

.auth-wrapper .hero-content {
  z-index: 2;
}

.auth-wrapper .auth-content {
  position: relative;
  z-index: 5;
  width: 100%;
}

.auth-wrapper .card {
  border: none;
}

.auth-wrapper .card .card-body {
  padding: 0;
}

.auth-wrapper .card .card-body .form-group .form-control {
  height: 55px;
  border-radius: 8px;
  border: solid 1px rgba(51, 71, 255, 0.5);
  background: rgba(51, 71, 255, 0.1);
}

.auth-wrapper .card .card-body .home-link {
  padding-top: 15px;
}

.auth-wrapper .card .card-body .home-link a {
  font-size: 14px;
}

.auth-wrapper .card .card-body .home-link.home-link-back a {
  position: relative;
  padding-left: 20px;
}

.auth-wrapper .card .card-body .home-link.home-link-back a i {
  position: absolute;
  left: 0;
  top: 3px;
}

.auth-wrapper .card .card-body .custom-control {
  padding: 0;
  margin: 0;
  margin-right: 1.2rem;
}

.auth-wrapper .card .card-body .custom-control .custom-control-label {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  border: solid 1px rgba(51, 71, 255, 0.5);
  border-radius: 5px;
  cursor: pointer;
}

.auth-wrapper .card .card-body .custom-control .custom-control-label:before {
  right: -12px;
  top: -12px;
  left: auto;
  width: 25px;
  height: 25px;
  border: solid 2px #fff;
  background: #4fce7c;
  opacity: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.auth-wrapper .card .card-body .custom-control .custom-control-label:after {
  right: -7px;
  top: -7px;
  left: auto;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.auth-wrapper .card .card-body .custom-control .custom-control-input:checked ~ .custom-control-label {
  border: solid 1px #4fce7c;
}

.auth-wrapper .card .card-body .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  opacity: 1;
}

.auth-wrapper .card .card-body .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background: url(../images/checkmark-outline.svg) no-repeat;
}

.main-wrapper {
  background: #e8eaf3;
  height: 100vh;
}

.main-wrapper .sidebar {
  position: fixed;
  top: 57px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 220px;
  padding-top: 30px;
  background: #fff;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
}

@media (min-width: 1200px) {
  .main-wrapper .sidebar {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}

.main-wrapper .sidebar .sidebar-menu-wrapper .brand {
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-weight: bold;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li {
  position: relative;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li a {
  color: rgba(0, 0, 0, 0.47);
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li a i {
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li a.menu-icon {
  position: relative;
  padding-left: 56px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li a.menu-icon img {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li:hover:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #0072EE;
  right: 0;
  top: 0;
  border-radius: 5px;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li:hover a {
  color: #000;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.05);
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #0072EE;
  right: 0;
  top: 0;
  border-radius: 5px;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li[aria-expanded="true"] a {
  color: #000;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li[aria-expanded="true"] a i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li a {
  padding: 5px 20px 5px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: rgba(0, 0, 0, 0.7);
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li a i.menu-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li a i.menu-bullet span {
  display: inline-block;
  width: 5px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li a.active {
  background: #2776e1;
  color: white;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li a.active i.menu-bullet span {
  background: #fff;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li a:hover {
  background: #2776e1;
  color: #fff;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li a:hover i.menu-bullet span {
  background: #fff;
}

.main-wrapper .sidebar .sidebar-menu-wrapper .sidebar-menu .accordion ul.menu-nav li .sub-menu ul li p {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 30px;
  font-size: 12px;
  font-weight: 500;
  margin: 9px 0;
}

.main-wrapper .view-btn {
  font-size: 12px;
  color: #0593FF;
  text-decoration: none;
  font-weight: 500;
}

.main-wrapper .view-btn:hover {
  text-decoration: none;
}

.main-wrapper .profile-sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  z-index: 98;
  width: 350px;
  background: #fff;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 30px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper {
  text-align: center;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .profile-img-wrapper {
  margin-top: 20px;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .profile-img-wrapper .profile-img-box {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .profile-img-wrapper .profile-img-box .profile-img {
  width: 129px;
  height: 129px;
  background: #fff;
  border: solid 4px #ECEFF1;
  border-radius: 50%;
  overflow: hidden;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .profile-img-wrapper .profile-img-box .profile-img img {
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 129px;
  height: 129px;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .profile-img-wrapper .profile-img-box .add-icon {
  position: absolute;
  bottom: 15%;
  right: 10%;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .profile-img-wrapper .profile-img-box .add-icon a {
  width: 25px;
  height: 25px;
  color: #fff;
  background: #59D3C8;
  display: inline-block;
  border-radius: 50%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .username p {
  font-weight: 700;
  font-size: 14px;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .username span {
  font-size: 14px;
  font-weight: 500;
  opacity: .6;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .right-nav {
  text-align: left;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .right-nav ul li {
  width: 49%;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .right-nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .right-nav ul li a img {
  margin-right: 15px;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .news-box h4 {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .news-box ul li a {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 0;
  line-height: 22px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.main-wrapper .profile-sidebar .profile-sidebar-menu-wrapper .news-box ul li a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .main-wrapper .profile-sidebar {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}

.main-wrapper .header-container {
  background: #fff;
}

.main-wrapper .header-container .header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  z-index: 10;
  padding-left: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .main-wrapper .header-container .header {
    width: calc(100% - 350px);
  }
}

.main-wrapper .header-container .header .logo {
  width: 209px;
}

.main-wrapper .header-container .header .page-header .page-title {
  padding-left: 0px;
}

.main-wrapper .header-container .header .page-header .page-title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}

.main-wrapper .header-container .header .page-header .page-title .hamburger {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .main-wrapper .header-container .header .page-header .page-title .hamburger {
    display: none;
  }
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu {
  width: 45px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateX(5%);
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu span:first-of-type {
  top: calc(50% - 6px);
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu span:first-of-type:after {
  transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  -moz-transform: translateX(-90%);
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu span:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #000;
  width: 1.28571rem;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu span:nth-of-type(3) {
  top: calc(50% + 6px);
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu span:nth-of-type(3):after {
  transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  -moz-transform: translateX(-90%);
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu:hover span {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

.main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu:hover span:first-of-type::after, .main-wrapper .header-container .header .page-header .page-title .hamburger .hamburger-menu:hover span:nth-of-type(3)::after {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.main-wrapper .header-container .top-bar .messages-notifications {
  margin: 0px 1rem;
  position: relative;
  font-size: 24px;
  color: #047bf8;
}

.main-wrapper .header-container .top-bar .messages-notifications .new-messages-count {
  background-color: #e65252;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  position: absolute;
  top: -5px;
  right: -12px;
  padding: 4px 4px;
  vertical-align: middle;
  font-size: .72rem;
  line-height: 1;
}

.main-wrapper .header-container .top-bar .messages-notifications .os-dropdown {
  background-color: #047bf8;
  color: #fff;
  padding: 20px 15px;
  position: absolute;
  z-index: 999;
  bottom: 5px;
  right: 0px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(100%, 110%, 0);
  transform: translate3d(100%, 110%, 0);
  opacity: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(26, 32, 39, 0.1);
          box-shadow: 0px 10px 25px 0px rgba(26, 32, 39, 0.1);
  overflow: hidden;
  font-size: .9rem;
  text-align: left;
  right: 0px;
  -webkit-transform: translate3d(0%, 110%, 0);
  transform: translate3d(0%, 110%, 0);
}

.main-wrapper .header-container .top-bar .messages-notifications .os-dropdown.light {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 75px 0px rgba(12, 76, 140, 0.21), 0px 3px 7px 0px rgba(12, 76, 140, 0.14);
          box-shadow: 0px 5px 75px 0px rgba(12, 76, 140, 0.21), 0px 3px 7px 0px rgba(12, 76, 140, 0.14);
}

.main-wrapper .header-container .top-bar .messages-notifications .os-dropdown.message-list {
  padding: 15px 10px;
}

.main-wrapper .header-container .top-bar .messages-notifications .os-dropdown.message-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.main-wrapper .header-container .top-bar .messages-notifications .os-dropdown.message-list ul li {
  border-bottom: 1px solid rgba(113, 133, 171, 0.09);
}

.main-wrapper .header-container .top-bar .messages-notifications .os-dropdown.message-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  font-size: .9rem;
}

.main-wrapper .header-container .top-bar .messages-notifications:hover .os-dropdown {
  -webkit-transform: translate3d(0%, 100%, 0);
          transform: translate3d(0%, 100%, 0);
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.main-wrapper .header-container .top-bar .logged-user-w {
  position: relative;
  padding: 0px 1rem;
  border-bottom: none;
  float: right;
}

.main-wrapper .header-container .top-bar .logged-user-w .avatar-w {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  padding: 0px;
  border: none;
  vertical-align: middle;
}

.main-wrapper .header-container .top-bar .logged-user-w .avatar-w img {
  width: 40px;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i {
  display: inline-block;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu {
  background: #1b55e2;
  -webkit-box-shadow: 0 10px 30px 0 rgba(27, 30, 35, 0.27);
          box-shadow: 0 10px 30px 0 rgba(27, 30, 35, 0.27);
  position: absolute;
  top: -10px;
  right: 0px;
  overflow: hidden;
  padding: 1rem;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  border-radius: 6px;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu .avatar-w {
  border-color: #fff;
  vertical-align: middle;
  margin-right: 20px;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu .logged-user-avatar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 10px;
  padding: 0px 30px 10px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu .logged-user-info-w .logged-user-name {
  color: #fff;
  white-space: nowrap;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu .logged-user-info-w .logged-user-role {
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu ul {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
  padding-bottom: 0px;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i .logged-user-menu ul li a span {
  vertical-align: middle;
  font-size: .9rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}

.main-wrapper .header-container .top-bar .logged-user-w .logged-user-i:hover .logged-user-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  right: 0;
}

.main-wrapper .main-content {
  min-height: 100vh;
  position: relative;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
}

@media (min-width: 1200px) {
  .main-wrapper .main-content {
    padding-left: 220px;
    padding-right: 350px;
  }
}

.main-wrapper .main-content .inner-content {
  padding: 72px 0px 10px;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-header:after {
  content: "";
  background-color: #047bf8;
  width: 25px;
  height: 4px;
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-header p {
  opacity: .5;
  font-size: 12px;
  font-weight: 400;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
          box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  padding: 1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box i {
  position: absolute;
  top: 15px;
  right: 15px;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon {
  position: relative;
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon i {
  position: static;
  font-size: 30px;
  line-height: 85px;
  text-align: center;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon i.text-magenta {
  color: #8e24aa;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon i.text-blue {
  color: #3f7afc;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon i.text-yellow {
  color: #ffa001;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon.bg-light-magenta {
  background-color: #f3e5f5;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon.bg-light-blue {
  background-color: #e1f1ff;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .item-icon.bg-light-yellow {
  background-color: #fff2d8;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .label {
  display: block;
  font-size: .63rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .value {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #000;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box .value a {
  display: block;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
  transform: translateY(-5px) scale(1.02);
  -webkit-box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2);
          box-shadow: 0px 5px 12px rgba(126, 142, 177, 0.2);
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box:hover .label {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #3395fc;
}

.main-wrapper .main-content .inner-content .element-wrapper .element-content .element-box:hover .value {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #047bf8;
}

.main-wrapper.hideProfile .profile-sidebar {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
}

.main-wrapper.hideProfile .header-container .header {
  width: 100%;
}

.main-wrapper.hideProfile .main-content {
  padding-right: 0px;
}

.menu-open .main-wrapper .sidebar {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
}

.menu-open .main-wrapper .main-content {
  padding-left: 220px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
}

.card {
  border-radius: 10px;
  background: #fff !important;
}

.card .card-body .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.card .card-body .card-sub-title {
  font-size: 14px;
}

.card .card-body .form-group .alert {
  font-size: 14px;
}

.card .card-body .form-group label {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  opacity: 1;
}

.card .card-body .form-group label.col-form-label {
  font-weight: 600;
  opacity: 1;
}

.card .card-body .form-group p {
  font-size: 14px;
  font-weight: 400;
  opacity: .8;
}

.card .card-body .form-group .form-control {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  height: 40px;
  border: solid 1px #ccc;
}

.card .card-body .form-group .form-control.form-control-plaintext {
  padding-left: 0;
  background: transparent !important;
  border: none !important;
}

.card .card-body fieldset {
  border: solid 1px #ccc;
  padding: 10px 20px 20px;
  border-radius: 4px;
}

.card .card-body fieldset legend {
  font-size: 12px;
  display: inline-block;
  width: auto;
  background: #1B55E2;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 20px;
}

.card .card-body fieldset .fieldset-content .row {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  margin-top: 10px;
}

.card .card-body fieldset .fieldset-content .row:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0px;
}

.card .card-body .form-top-header {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 15px 15px 20px;
}

.card .card-body .form-top-header .btn-text {
  font-size: 14px;
  font-weight: 500;
  color: black;
  padding: 0 15px;
  text-decoration: underline;
}

.card .card-body .dynamic-row {
  padding: 15px;
  border: solid 1px #DCDCDC;
  border-radius: 4px;
}

.card .card-body .dynamic-row .form-group {
  margin-bottom: 0;
}

.card .card-body [data-toggle="toggle"] {
  display: none;
}

.card .card-body .custom-table {
  margin-bottom: 0;
}

.card .card-body .custom-table tr td,
.card .card-body .custom-table tr th {
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
}

.card .card-body .custom-table tr td:first-child,
.card .card-body .custom-table tr th:first-child {
  padding-left: 250px;
}

.card .card-body .custom-table tr:nth-of-type(2n+1) {
  background: #F2F3FD;
}

.card .card-body .custom-table thead tr {
  background: transparent !important;
}

.card .card-body .custom-table thead tr th {
  color: #000;
  font-size: 12px;
  border-top: none;
}

.card .card-body .custom-table tbody.labels tr {
  background: #EBEBEB;
}

.card .card-body .custom-table tbody.labels tr td:first-child {
  padding-left: 30px;
}

.card .card-body .custom-table tbody.labels tr td label {
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.card .card-body .custom-table tbody.labels tr td label i {
  margin-right: 6px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.card .card-body .custom-table tbody.labels[aria-expanded="true"] tr td label i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.card .card-body .custom-table tbody tr td {
  vertical-align: middle;
}

.card .card-body .custom-table.custom-table-others tr td:first-child,
.card .card-body .custom-table.custom-table-others tr th:first-child {
  padding-left: 15px;
}

.card .card-body .custom-table.custom-table-others tr.red td {
  background: rgba(255, 0, 0, 0.1);
}

.card .card-body .custom-table.custom-table-others tr.green td {
  background: rgba(0, 255, 128, 0.1);
}

.card .card-body .custom-table.custom-table-others.calendar-table thead tr th,
.card .card-body .custom-table.custom-table-others.calendar-table tbody tr th {
  vertical-align: middle !important;
  text-align: center;
}

.card .card-body .custom-table.custom-table-others.calendar-table thead tr th {
  background: #ECECF0;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td,
.card .card-body .custom-table.custom-table-others.calendar-table tbody tr th {
  background: #fff;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td.holiday,
.card .card-body .custom-table.custom-table-others.calendar-table tbody tr th.holiday {
  background: rgba(255, 0, 0, 0.1);
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td.lunchbreak,
.card .card-body .custom-table.custom-table-others.calendar-table tbody tr th.lunchbreak {
  background: #A6B5D4;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td.lunchbreak div.cal-details,
.card .card-body .custom-table.custom-table-others.calendar-table tbody tr th.lunchbreak div.cal-details {
  text-align: center;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td.lunchbreak div.cal-details .time,
.card .card-body .custom-table.custom-table-others.calendar-table tbody tr th.lunchbreak div.cal-details .time {
  text-align: center !important;
  margin-bottom: 0;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td {
  padding: 3px;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details {
  padding: 10px 10px 10px 20px;
  position: relative;
  color: #000;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details .time {
  color: rgba(0, 0, 0, 0.7);
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details .faculty-details .subject {
  text-transform: uppercase;
  font-weight: 600;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color1 .subject {
  color: #333789;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color1:before {
  background: #333789;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color2 .subject {
  color: #FF1172;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color2:before {
  background: #FF1172;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color3 .subject {
  color: #A804AB;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color3:before {
  background: #A804AB;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color4 .subject {
  color: #39A03E;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color4:before {
  background: #39A03E;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color5 .subject {
  color: #0617E4;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr td .cal-details.color5:before {
  background: #0617E4;
}

.card .card-body .custom-table.custom-table-others.calendar-table tbody tr:nth-of-type(2n+1) {
  background: #fff;
}

.card .card-body .custom-table.instruction-table thead tr th {
  color: #fff;
}

.card .card-body .custom-table.instruction-table tbody tr th {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.card .card-body .custom-table.instruction-table tbody tr td h6 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.card .card-body .custom-table.instruction-table tbody tr td p {
  color: rgba(0, 0, 0, 0.7);
}

.card .card-body a {
  font-size: 12px;
  font-weight: 500;
}

.card .card-body a.green-text {
  color: #00BFAC;
}

.card .card-body a.red-text {
  color: #f00;
}

.card .card-body a.blue-text {
  color: #006DFF;
}

.card .card-body .subject_semester {
  overflow: auto;
  height: 250px;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.card .card-body .subject_semester .form-check .form-check-label {
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 500;
  opacity: 1;
}

.card .card-body .subject_semester .custom-control .custom-control-label {
  font-size: 12px;
  font-weight: 500;
}

.card .card-body .photo-container {
  text-align: center;
}

.card .card-body .photo-container .photo-div {
  width: 177px;
  height: 177px;
  background: #ccc;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
}

.card .card-body .photo-container .photo-div img {
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 177px;
  height: 177px;
}

.card .card-body .photo-container .sign-div {
  width: 177px;
  height: 70px;
  background: #fff;
  padding: 5px;
  display: inline-block;
}

.card .card-body .photo-container .sign-div img {
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 55px;
}

.card .card-body .short-links {
  border: solid 1px #ccc;
  display: block;
  padding: 15px;
}

.card .card-body .dataTables_wrapper .dt-buttons .dt-button {
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px 10px;
}

.card .card-body .dataTables_wrapper .dataTables_length label {
  font-size: 12px;
}

.card .card-body .dataTables_wrapper .dataTables_length label select {
  font-size: 12px;
  font-weight: 500;
}

.card .card-body .dataTables_wrapper .dataTables_info {
  font-size: 12px;
  font-weight: 500;
  float: left;
}

.card .card-body .dataTables_wrapper .dataTables_paginate {
  float: right;
}

.card .card-body .dataTables_wrapper .dataTables_paginate ul.pagination {
  font-size: 12px;
}

.card .card-body .dataTables_wrapper .dataTables_paginate ul.pagination li.page-item.active {
  font-weight: bold;
}

.card .card-body .instructions li {
  font-family: kruti dev;
  font-size: 17px;
}

.card .card-body .instructions li::marker {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.card .card-body .instructions.instructions-others li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.card .card-body .action_btn label {
  cursor: pointer;
}

.card .card-body .action_btn label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 1px #39A03E;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card .card-body .action_btn label:last-child span {
  border: solid 1px #FF1172;
}

.search-group .filter-selected {
  background: #fff;
  border: solid 1px #DFDFDF;
  border-right: none;
  padding: 5px;
}

.search-group .filter-selected ul {
  margin-bottom: 0;
}

.search-group .filter-selected ul li {
  position: relative;
  border: solid 1px #767676;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 5px 3px 25px;
  text-align: center;
}

.search-group .filter-selected ul li span {
  position: absolute;
  top: 0;
  left: 0;
  background: #767676;
  color: #fff;
  height: 100%;
  padding: 3px;
}

.search-group .filter-selected ul li span i {
  font-size: 12px;
}

.search-group .filter-selected ul li a {
  margin-left: 5px;
}

.search-group .search .form-control {
  padding: 8px 15px !important;
  font-size: 12px;
  border: solid 1px #DFDFDF;
  border-radius: 0 4px 4px 0;
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-group .btn-download {
  padding: 5px 10px;
  border-radius: 0;
}

.filter-group .btn-group .btn-group button {
  border: solid 1px #000;
  border-radius: 0 !important;
  background: #fff;
  color: #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 5px 10px;
}

.filter-group .btn-group .btn-group .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.filter-group .btn-group .btn-group .dropdown-menu a.dropdown-item {
  font-size: 14px;
  font-weight: 500;
}

.nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  background: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active_tab1 {
  background: #1B55E2;
  border-radius: 0;
  color: #fff;
  border: none;
}

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active_tab1:hover {
  color: #fff;
}

.nav-tabs .nav-link:hover {
  border: none;
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.instructions-modal .modal-dialog .modal-content .modal-body .close {
  text-shadow: none;
  color: #fff !important;
  opacity: 1;
  top: 9px;
  right: 10px;
  position: absolute;
}

.instructions-modal .modal-dialog .modal-content .modal-body h5 {
  background: #002147;
  color: #fff;
  border-radius: 3px 3px 0 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px;
}

.instructions-modal .modal-dialog .modal-content .modal-body ol li {
  opacity: .8;
  line-height: 23px;
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */