:root {
  --custom-primary-color: linear-gradient(to right, #36d1dc, #5b86e5);
  --custom-hover-primary-color: #36d1dc;
  --custom-icon-color: #7f7fd5;
  --footer-color: linear-gradient(to right, #36d1dc, #5b86e5);
  --primary-custom-lightest-color: #e9feff;
  --custom-secondary-color: #5b86e5;
  --custom-secondary-active-color: #36d1dc;
  --custom-modal-color: linear-gradient(to right, #36d1dc, #5b86e5);
  --confirm-bg-color: #05a705;
  --cancel-bg-color: red;
  --custom-sidebar-color: #fff;
  --trigger-main-color: #5b86e5;
  --inner-bg-color: #6ff6ff;
  --house-color: #5b86e5;
}

/* LATEST CSS START */

/*********Validation Css Start **********/

.error {
  color: red;
  margin-top: 10px;
}

/*********Validation Css Ends **********/

/* HEADER CSS START */

.pcoded .pcoded-navbar[data-navbar-theme="theme1"] .main-menu {
  background: var(--custom-sidebar-color);
}

.pcoded[theme-layout="vertical"] .pcoded-header[pcoded-header-position="fixed"] {
  background: var(--custom-primary-color);
}

/* SIDEBAR CSS START */

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
  background-color: #fff;
}

.pcoded .pcoded-navbar[data-navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger.active>a {
  /*background-color: var(--custom-primary-color) !important;*/
  background: var(--custom-primary-color) !important;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] li.pcoded-trigger.active:hover>a {
  /*background-color: var(--custom-primary-color) !important;*/
  background: var(--custom-primary-color) !important;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] li.active:hover>a {
  /*background-color: var(--custom-primary-color) !important;*/
  background: var(--custom-primary-color) !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li>a>.pcoded-micon>i {
  color: var(--custom-icon-color) !important;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li>a {
  /*background-color: var(--primary-custom-lightest-color) !important;*/
  background: var(--primary-custom-lightest-color) !important;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
  /*background-color: var(--custom-hover-primary-color) !important;*/
  background: var(--inner-bg-color) !important;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] li.pcoded-trigger.active li.pcoded-trigger.active:hover>a {
  background: var(--inner-bg-color) !important;
  color: black !important;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a {
  /*background-color: var(--custom-secondary-active-color) !important;*/
  background: var(--custom-secondary-active-color) !important;
  color: white !important;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active li.active:hover>a {
  /*background-color: var(--custom-hover-primary-color) !important;*/
  background: var(--custom-hover-primary-color) !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="none"] li.pcoded-trigger.active li.pcoded-trigger.active>a:hover::after,
.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="none"] li.pcoded-trigger.active li.active>a:hover::after {
  color: #000 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu.active>a {
  background: -o-var(--custom-primary-color) !important;
  background: var(--custom-primary-color) !important;
  color: #fff !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active>a {
  background: -o-var(--custom-primary-color) !important;
  background: var(--custom-primary-color) !important;
  color: #fff !important;
}

#pcoded .pcoded-navbar[data-navbar-theme="theme1"] li:hover>a {
  background-color: var(--primary-custom-lightest-color) !important;
}

/*.pcoded .pcoded-navbar[data-navbar-theme="theme1"] .pcoded-item > li.pcoded-trigger > a {*/

/*        background-color:  var(--trigger-main-color)!important;*/

/*}*/

/* SIDEBAR CSS END */

/* TABLE CSS START */

.table td,
.table th {
  padding: 0.45rem 1.5rem !important;
  font-size: 13px !important;
  vertical-align: middle;
}

/* TABLE CSS END */

/* SIDEBAR  CSS START */

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active>a i {
  box-shadow: none !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
  -webkit-box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.08);
  background: -o-var(--custom-sidebar-color) !important;
  background: var(--custom-sidebar-color) !important;
}

/* SIDEBAR  CSS ENDS */

/* CARD CSS START */

.card {
  box-shadow: none !important;
  overflow: visible;
}

.card-footer {
  margin-top: auto;
}

.card input[readonly=""] {
  font-size: 14px;
}

/* CARD CSS END */

/* RIGHT SIDE BG CSS START */

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
  background-color: #f1f1f1;
}

/* MOBILE */

.pcoded-main-container {
  background-color: #f1f1f1 !important;
}

/* RIGHT SIDE BG CSS END*/

/* GRADIENT BG CSS START */

.pcoded[theme-layout="vertical"] .pcoded-content::before {
  display: none !important;
}

/* GRADIENT BG CSS END */

/* CARD  CSS START */

.main-body .page-wrapper .page-header-title h4 {
  color: #000 !important;
}

.card {
  border: 1px solid #ddd !important;
}

.card .card {
  border: none !important;
}

.card .card-header h5 {
  font-size: 14px !important;
}

.card .card-header {
  padding: 10px 15px !important;
}

.card .card-block .latest_news_div p {
  line-height: 22px;
  font-size: 13px;
}

.card .card-block .latest_news_div h2 {
  line-height: 22px;
  font-size: 13px;
}

.latest-custom-height {
  min-height: 390px !important;
}

/* CARD  CSS END */

/* BREADCRUMB CSS START */

.breadcrumb-item {
  color: #000;
}

.breadcrumb-item .icofont {
  color: #000;
}

.breadcrumb-title a {
  color: #000 !important;
}

/* BREADCRUMB CSS END */

/* FOOTER BTN CSS START */

.card .chart_footer a {
  font-size: 14px;
  background: var(--custom-primary-color) !important;
}

/* FOOTER BTN CSS END */

/* PANEL TITLE CSS START */

.panel-title {
  margin-bottom: 0;
}

/* PANEL TITLE CSS END */

/* INPUT TYPE BTN CSS START */

.btn:not([data-toggle="dropdown"]) {
  background: var(--custom-secondary-color) !important;
  font-size: 14px;
  border: none;
}

/* INPUT TYPE BTN CSS END */

/* DT BUTTON CSS START */

/* .dt-button {
    background: #5330a0 !important;
} */

/* DT BUTTON CSS ENDS */

/* TABLE CSS START */

.bg-info {
  background: var(--custom-secondary-color) !important;
}

.page-item.active .page-link {
  background: var(--custom-secondary-color) !important;
}

.form-control {
  border: 1px solid #ddd !important;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /*background-color: var(--custom-primary-color);*/
  background: var(--custom-primary-color);
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  /*background-color: var(--custom-primary-color);*/
  background: var(--custom-primary-color);
}

.card-block::-webkit-scrollbar-thumb {
  /*background-color: var(--custom-primary-color) !important;*/
  background: var(--custom-primary-color) !important;
}

.nav-tabs .nav-link.active {
  background: var(--custom-secondary-active-color) !important;
}

.nav-tabs {
  background: var(--custom-secondary-color);
}

.dt-button {
  /* background: #2ecc71 !important; */
  background: var(--custom-secondary-color) !important;
  color: #fff !important;
}

table tr td a {
  color: var(--custom-secondary-color) !important;
}

.dataTables_length select {
  border: 1px solid #ddd !important;
}

.dataTables_info {
  color: var(--custom-secondary-color);
}

table thead tr {
  background: var(--custom-primary-color) !important;
}

/* TABLE CSS END */

/* LOGO CSS START */

.pcoded .pcoded-header .navbar-logo[data-navbar-theme="theme1"] {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) !important;
}

/* LOGO CSS END */

/* DATA TABLE CSS START */

.dataTables_wrapper {
  border: 1px solid #ddd !important;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  width: 100% !important;
}

.dataTables_scrollBody>table>thead>tr {
  visibility: collapse;
  height: 0px !important;
}

/* DATA TABLE CSS END */

/* BOOTSTRAP SELECT BTN START */

.bootstrap-select .btn {
  font-size: 14px !important;
  height: 38px !important;
}

/* BOOTSTRAP SELECT BTN END */

.user-profile .show-notification a {
  color: #000 !important;
}

/*#student-profile-header.user-profile .show-notification a:hover {*/

/*    color: #000 !important;*/

/*}*/

#calendar_student_portal table tr {
  background: transparent !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>li.active>a>.pcoded-mcaret {
  display: none;
}

/* .card input:not([type="file"]) {
  border: 1px solid #ddd !important;
} */

.card .media-body a p {
  background-color: #ddd !important;
  color: #000 !important;
}

#chart_bottom_container select {
  border: 1px solid #ddd !important;
}

.panel {
  overflow: hidden !important;
  border-color: #ddd !important;
}

body .card .card-header {
  background: var(--custom-primary-color) !important;
}

body .card .card-header h5,
body .card .card-header h1,
body .card .card-header h2,
body .card .card-header h3,
body .card .card-header h4,
body .card .card-header h6 {
  color: #fff !important;
}

.card .card-header i {
  -webkit-text-stroke-color: #fff !important;
  color: #fff !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>li>a .pcoded-mtext {
  color: black !important;
}

/* footer {
  background: var(--footer-color) !important;
} */
footer {
  background: #e9ecef;
  color: red;
}

@media (max-width: 480px) {
  .main-body .page-wrapper {
    padding: 1.8rem 0 !important;
  }
}

@media (max-width: 992px) {
  .pcoded-main-container {
    margin-top: 64.4px !important;
  }
}

/****************** MOdal COlor *******************/

.modal-header {
  background: var(--custom-modal-color) !important;
}

/****************** MOdal COlor Ends*******************/

/* PROFILE LINK CSS START */

.user-profile .profile-notification li:hover {
  background: var(--custom-primary-color) !important;
}

.user-profile .profile-notification li:hover a {
  color: #fff !important;
}

/* PROFILE LINK CSS END */

/*TABS STYLE CSS START*/

.main-menu .main-menu-content .nav-item .tree-1 .md-tabs a,
.main-menu .main-menu-content .nav-item .tree-2 .md-tabs a,
.main-menu .main-menu-content .nav-item .tree-3 .md-tabs a,
.main-menu .main-menu-content .nav-item .tree-4 .md-tabs a,
.md-tabs .main-menu .main-menu-content .nav-item .tree-1 a,
.md-tabs .main-menu .main-menu-content .nav-item .tree-2 a,
.md-tabs .main-menu .main-menu-content .nav-item .tree-3 a,
.md-tabs .main-menu .main-menu-content .nav-item .tree-4 a,
.md-tabs .nav-item {
  background: var(--custom-secondary-color) !important;
  /*background-color:var(--custom-secondary-color) !important;*/
}

/*TABS STYLE CSS START*/

/*SWEET ALERT CSS START*/

.sweet-alert button.confirm {
  background: var(--confirm-bg-color) !important;
}

.sweet-alert button.cancel {
  border: 0 !important;
  background: var(--cancel-bg-color) !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}

.sweet-alert button {
  font-size: 14px !important;
  padding: 10px 25px !important;
}

/* .sweet-alert .sa-icon{*/

/*width:50px;*/

/*height:50px;*/

/* }*/

/* .sweet-alert .sa-icon.sa-warning .sa-body{*/

/*     height:20px;*/

/* }*/

/* .sweet-alert .sa-icon.sa-warning .sa-dot{*/

/*     bottom:7px;*/

/* }*/

.sweet-alert h2 {
  margin: 0;
}

/*SWEET ALERT CSS END*/

/*FEE TABLE CSS START*/

.table.tablefee td,
.table.tablefee th {
  padding: 0.5rem 0.5rem !important;
}

/*FEE TABLE CSS END*/

/*DASHBOARD CALENDER CSS START*/

.fc th {
  background: var(--custom-primary-color);
}

.fc-day-header {
  background: #3a87ad !important;
}

.fc-content {
  color: #fff !important;
}

/*DASHBOARD CALENDER CSS END*/

/*CUSTOM SELECT STYLE CSS START*/

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: var(--custom-primary-color);
}

/*CUSTOM SELECT STYLE CSS END*/

/*FORMCHECK CSS START*/

.checkbox-container .form-check-inline {
  margin-left: 0.75rem;
  padding: 4px 10px;
  background: #f7f7f7;
  margin: 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
}

/*FORMCHECK CSS ENDS*/

/*CERTIFICATE CSS START*/

.certi .container {
  max-width: 800px;
  padding: 4rem;
  border: 2px solid #a9e6fd;
  background: #f0fbff;
}

/*CERTIFICATE CSS END*/

/*INPUT GROUP ADD ONS BTN STYLE START*/

.input-group-addon {
  background: var(--custom-secondary-color) !important;
}

/*INPUT GROUP ADD ONS BTN STYLE END*/

/*********** Transport for Student Portal Start **********************/

.myheader {
  background: var(--custom-primary-color) !important;
  /* margin-left: 0px!important; */
  color: #ffff !important;
  text-align: center;
  padding: 10px;
  width: 100%;
  font-weight: bold;
}

.tablbody {
  background-color: #fff;
  color: #2f4f4f;
  border: 1px solid #eee;
  width: 100% !important;
}

.mytableborder {
  width: 100%;
  text-align: center;
}

/*********** Transport for Student Portal Ends **********************/

.header-navbar .navbar-wrapper .navbar-container .nav-right .mobile-academic-session {
  display: none !important;
}

.nav-right li .btn {
  background-color: white !important;
}

/********************************Header Mobile Responsive Css Start *************************/

@media screen and (max-width: 768px) {
  #mobile-collapse {
    position: relative !important;
    left: 30px !important;
    top: 0 !important;
  }

  .mobile-options {
    position: relative !important;
    right: 30px !important;
    top: 0 !important;
  }

  .header-navbar .navbar-wrapper .navbar-logo[data-navbar-theme="theme1"] {
    display: flex !important;
    width: 100% !important;
    padding-top: 0 !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: var(--custom-primary-color) !important;
    position: relative;
    z-index: 9999;
  }

  .header-navbar .navbar-wrapper .navbar-container {
    background: var(--custom-primary-color) !important;
  }

  .header-navbar .navbar-wrapper .navbar-container .nav-right li {
    float: none !important;
    display: inline-block !important;
    padding: 0 5px;
  }

  .header-navbar .navbar-wrapper .navbar-logo a img {
    display: block !important;
    width: 100% !important;
    max-width: 180px !important;
  }

  .mobile-menu i.fa,
  .mobile-options i.fa {
    color: #fff !important;
  }

  .header-navbar .navbar-wrapper .navbar-container .nav-right {
    position: relative !important;
    width: 100% !important;
    float: none !important;
    background: white !important;
    /*display: flex !important;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
  }

  .header-navbar .navbar-wrapper .navbar-container .nav-right .mobile-academic-session {
    display: inline-block !important;
    position: static !important;
    margin-right: 0 !important;
    transform: translate(0) !important;
  }
}

/********************************Header Mobile Responsive Css Ends *************************/

/********************* Dashboard Correction *********************/

.media-body a p {
  background: var(--custom-primary-color) !important;
}

.card .media-body a p {
  color: #fff !important;
}

.btn-top {
  margin-top: 31px;
}

/********************* Dashboard Correction Ends *********************/

/*********************** Lead management CSS *********************/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");

.lead-main-container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.employee-detail-container {
  width: 220px;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  background-color: #3c7fe8;
  padding: 1rem;
  align-items: center;
  height: 450px;
  border-radius: 25px;
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.2);
}

.employee-stats-detail-container {
  width: 100%;
}

.employee-img-container {
  width: 120px;
  height: 120px;
  margin-bottom: 1.5rem;
}

.employee-img-container img {
  width: 100%;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.employee-details p {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

.employee-success-rate-container {
  margin-top: auto;
  align-self: stretch;
  background: #3477df;
  padding: 1.5rem 0;
  border-radius: 25px;
}

.employee-success-rate-container p,
.employee-success-rate-container h4 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.employee-success-rate-container p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.employee-success-rate-container h4 {
  font-size: 2rem;
  color: #39ff39;
}

.employee-stats-detail-container {
  padding: 1rem 0;
}

.employee-stats-item {
  margin-bottom: 1rem;
  display: flex;
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}

.employee-stats-item:last-child {
  margin-bottom: 0;
}

.employee-rest-stats {
  display: flex;
  border-radius: 25px;
  border: 1px solid #ddd;
  width: calc(100% - 50px);
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.employee-stats-heading-container {
  width: 50px;
  border-radius: 25px 0 0 25px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.employee-stats-item:first-child .employee-stats-heading-container {
  background-color: #e64c4c;
}

.employee-stats-item:nth-child(2) .employee-stats-heading-container {
  background-color: #3de89a;
}

.employee-stats-item:nth-child(3) .employee-stats-heading-container {
  background-color: #dde516;
}

.employee-stats-heading-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.employee-stats-heading-container p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.employee-inner-items {
  width: 33.33%;
  padding: 1rem 0;
  position: relative;
  z-index: 0;
}

.employee-inner-items.item-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.employee-inner-items.item-empty .empty-icon {
  width: 20px;
  height: 5px;
  background-color: #555;
  border-radius: 25px;
}

.employee-inner-items:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  background-color: #ddd;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
}

.employee-inner-items-heading {
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
}

.employee-stats-numbers-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.employee-stats-numbers-container.single-stat {
  justify-content: center;
  align-items: center;
  height: 54.6px;
}

.employee-stats-numbers-container.single-stat .employee-stats {
  width: 100%;
}

.employee-stats {
  width: 100%;
  padding: 0 1rem;
}

.employee-stats:not(:last-child) {
  border-right: 1px solid #ddd;
}

.employee-stats-numbers-container.single-stat .employee-stats {
  border-right: 0;
}

.employee-stats p,
.employee-stats h5 {
  text-align: center;
  display: block;
}

.employee-stats p {
  font-size: 0.9rem;
  font-weight: 400;
}

.employee-stats h5 {
  margin-right: 10;
  font-size: 1.4rem;
  font-weight: 700;
}

.employee-stats-detail-container a {
  /* color: black !important; */
}

/*********************** Lead management CSS Ends *********************/

/* Digital Cotent Css  */

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.content-masters {
  border: 1px solid aliceblue;
  box-shadow: 1px 1px 5px 5px aliceblue;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  width: 40%;
  /* height: 200px;
  max-height: 200px; */
}

.content-masters:hover {
  border: 1px solid aliceblue;
  box-shadow: 5px 5px 10px 10px aliceblue;
  padding: 1rem;
}

.content-container:hover {
  text-decoration: none;
  color: var(--custom-icon-color) !important;
}

.master-icon {
  padding: 2rem;
}

.master-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1rem;
}

.master-details i {
  font-size: 3rem;
  color: var(--custom-icon-color) !important;
}

.master-name h4 {
  color: #000;
  /* color: #ff7878; */
}

.main-partners {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.partner-container {
  border: 1px solid aliceblue;
  box-shadow: inset 5px 5px 10px 10px aliceblue;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  width: 49%;
  height: 350px;
  max-height: 350px;
  margin-top: 2rem;
}

.partner-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.partner-img img {
  width: 50%;
  display: block;
}

.main-class-div {
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  flex-wrap: wrap;
}

.class-containers {
  border: 1px solid aliceblue;
  box-shadow: 1px 1px 5px 5px aliceblue;
  /* box-shadow: 0px 0px 0px 6px #cbe7ff; */
  padding: 1rem;
  width: max-content;
  min-width: 20%;
  max-width: 20%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-left: 0.5rem;
  align-items: center;
  height: 100px;
  max-height: 100px;
  border-radius: 10px;
  margin-left: 3rem;
  flex-wrap: wrap;
}

/* .class-containers:hover {
  border: 1px solid aliceblue;
  box-shadow: 5px 5px 10px 10px aliceblue;
  padding: 1rem;
} */

/* .main-class-div .class-containers:nth-child(even) {
background-color: #5eacff;
}

.main-class-div .class-containers:nth-child(odd) {
background-color: #f73f42;
} */

.class-div h5 {
  color: #000;
  font-size: 1.3rem;
  white-space: nowrap;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.home-container-icon {
  background: #ff4d4d;
  color: #fff;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 0.5rem;
  cursor: pointer;
}

/* .gallery_imgs:hover {
background-color: red !important;
}

.gallery_imgs:hover~.well-item {
pointer-events: none;
display: none;
} */

/* Digital Cotent Css Ends */

/* File Css  */

input[type="file"] {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* File Css Ends */

/* input[type=time]::-webkit-datetime-edit-ampm-field {
display: none;
}

input[type=time]::-webkit-clear-button {
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
margin: -10px;
} */

/* Content List Styling  */

.digital-content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.digital-content-container .content-div {
  border: 1px solid #cee8ff;
  box-shadow: inset 5px 5px 10px 10px aliceblue;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  width: 30%;
  height: 210px;
  max-height: 210px;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 20px;
}

.digital-content-container .content-div-img img {
  width: 50%;
  max-width: 150px;
  margin-top: 30px;
}

.pdf {
  width: 30% !important;
}

.digital-content-container .file_title {
  padding: 1rem;
}

a.content-div {
  color: black !important;
}

.digital-content-container .content-div:hover {
  border: 1px solid aliceblue;
  box-shadow: 5px 5px 10px 10px aliceblue;
  padding: 1rem;
}

/* Content List Styling Ends */

/* Progress bar  */

.progress-div {
  width: 100%;
  background: #fff;
  margin-top: 3rem !important;
}

.progress-div .progress {
  text-align: center !important;
  height: 22px;
  max-height: 22px;
}

.progress-div .progress .progress-bar-success {
  text-align: center !important;
  font-weight: bold;
  line-height: 1.9;
  color: #fff !important;
}

/* Progress bar Ends */

/* Video Model PLayer CSS  */

#video-play-modal video {
  width: 100%;
  height: 500px;
}

#video-play-modal .content-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e2e2e2;
}

#video-play-modal .modal-dialog button.close span {
  color: #000 !important;
}

#video-play-modal .modal-dialog button:focus {
  outline: none;
  border: none;
}

#close_my_stream {
  font-size: 20px;
}

video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* Video Model PLayer CSS  ENds */

/* Navigation search  */

.nav-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 100%;
}

.nav-left i {
  font-size: 1.6rem;
  color: #fff;
  line-height: 32px;
  cursor: pointer;
}

/* Navigation search Ends */

/* Search-container  */

.stop-scroll {
  height: 100vh !important;
  overflow: hidden !important;
}

.search-container {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 999999999999999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #21597a !important;
  color: #fff;
  overflow: hidden !important;
  padding: 2rem;
}

/* .fa-times{
    font-size: 1.2rem;
    cursor: pointer;
    pointer-events: all;
} */

.search-container .btn {
  border-radius: 5px;
  border: 1px solid #ddd !important;
  cursor: pointer;
  background-color: #fff !important;
  color: #000 !important;
}

.search-container .btn:focus {
  outline: none !important;
}

.search-result-container {
  /* width: 90% !important;
    height:90% !important;
    border: 1px solid #ddd; */
  /* border-radius: 10px; */
  padding: 1.5rem;
  margin: 1rem auto;
}

#student-container,
#teacher-container {
  /* border: 1px solid #ddd;
    border-radius: 10px; */
  padding: 2rem;
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
}

.search-by-stu-id,
.search-by-class,
.search-by-emp-id,
.search-by-department {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 2rem;
  width: 40%;
}

/* Search-container Ends */

/* Pdf Convertor link button  */

.image__pdf {
  width: max-content !important;
  height: max-content !important;
  padding: 1rem 1.5rem !important;
  background-color: #00d582;
  color: #fff !important;
  border-radius: 10px;
}

/* Pdf Convertor link button Ends */

*::-webkit-scrollbar {
  width: 11px !important;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #36d1dc !important;
  border-radius: 6px;
}

/* Css For Table  */

.selector-toggle {
  display: none;
}

/* Data Table Scroll Body  */
.dataTables_scrollBody {
  min-height: max-content;
  max-height: 600px;
}

.dataTables_scrollHeadInner {
  width: max-content !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  min-height: max-content;
  max-height: 385px;
}

thead th {
  background-color: inherit;
}

.sorting_disabled,
.dtfc-fixed-left {
  z-index: 99 !important;
  border: 1px solid #e9ecef !important;
}

.dataTables_empty,
tr.odd td {
  background: #ffff !important;
}

.my-border {
  border: 1px solid #ddd !important;
}

/* TABLE CSS START */

.table td,
.table th {
  border: 1px solid #ddd !important;
}

p {
  margin-bottom: 0 !important;
}

button[data-dismiss="modal"].btn-secondary {
  background: rgb(245, 62, 62) !important;
  color: #fff !important;
}

/** Data Table Processing  */
.dataTables_processing {
  /* background: url("../icon/process.gif")top left no-repeat;
  z-index: 999999999999;
  top: 500px !important;
  width: 120px;
  height: 120px;
  background-size: contain;
  border: none;
  color: transparent; */

  display: none !important;
}

/* loading css  */
.ajax__loader {
  background: url("../icon/process.gif") top left no-repeat;
  z-index: 999999999999;
  position: fixed;
  top: 50% !important;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  background-size: contain;
  border: none;
  color: transparent;
  display: none;
}

/* csss for google translate  */

body {
  top: 0 !important;
}

.goog-te-banner-frame {
  display: none !important;
}

#google_translate_element {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.goog-te-gadget-simple img {
  display: none !important;
}

.goog-te-gadget-simple {
  width: 100% !important;
  max-width: 250px !important;
  height: 50px !important;
  border-radius: 10px;
}

/* csss for google translate Ends */
/** Tracking Bage styling employee management  */
.badge {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  color: #fff;
}

.badge-red {
  background: red;
}

.badge-green {
  background: #05a705;
}

.badge-orange {
  background: orangered;
}

/* BUtton */
.btn.btn-orange {
  background: orangered !important;
  color: #fff !important;
}

.btn.btn-green {
  background: #198754 !important;
  color: #fff !important;
}

.btn.btn-delete {
  background: #dc3545 !important;
  color: #fff !important;
}

.delete {
  background: #dc3545 !important;
  color: #fff !important;
}

.btn.btn-yellow {
  background: #efb036 !important;
  color: #fff !important;
}

.btn.btn-primary {
  color: #fff !important;
}

.btn.btn-orange {
  background: orangered !important;
  color: #fff !important;
}

.btn.btn-blue {
  background: #37afe1 !important;
  color: #fff !important;
}

.text-green{
    color: #198754 !important;
}

/* Footer  */
footer {
  background-color: white !important;
}

footer a {
  color: red !important;
}

footer a span {
  color: blue !important;
}

/* For Drag and Drop Upload  */
.upload-container {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 24px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd !important;
}

.upload-container img {
  width: 100%;
  max-width: 100px;
}

.upload-container p {
  font-size: 18px;
  cursor: pointer;
}

.upload-container.dragging {
  border-color: #66b2ff !important;
  background-color: #f0f8ff;
  box-shadow: 0 0 8px 2px rgba(102, 178, 255, 0.75),
    0 0 15px 5px rgba(102, 178, 255, 0.5);
}

.upload-container.dragging p {
  color: #66b2ff;
}

/** For custom table actions contianer  */

.dt_action_section {
  width: 100%;
  margin: 0rem 0 0.5rem 0;
  background: #ddd;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.dt_action_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
}

.dt_action_container h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.dt_action_container .dt_button__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

table.dataTable.select tbody tr,
table.dataTable thead th:first-child {
  cursor: pointer;
}

.card .card-header {
  margin-bottom: 0;
}

/* For Disabled menu in student portal */
.menu_disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#mCSB_1_container {
  scroll-behavior: auto;
}

.uppercase {
  text-transform: uppercase !important;
}

.footer {
  text-align: right !important;
}

/************* SWEET ALert ********/

.sweet-alert {
  z-index: 99999999999999999999999999999999999999999 !important;
}

/************* SWEET ALert Ends********/
#attendance_report_count_bar {
  display: none;
}

@media (max-width: 578px) {
  .mob_justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* Some Global classes */
.flex-col {
  flex-direction: column;
  gap: 10px;
}

.notes-lists {
  padding-left: 14px !important;
}

.notes-lists li {
  list-style: decimal !important;
}

/** Chart Loader  */
.loader-container {
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.8);
  /* Light overlay effect */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.chart-loader {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

.loader-message {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* Keyframes for Loader Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* For star Rating */

.fa-star.checked {
  color: orange !important;
}

/* navbar search hide on responsive */
@media screen and (max-width: 768px) {
  .nav_hide {
    display: none;
  }

  #search_result_box {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #search_result_box_mob {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  #search_result_box {
    left: 10% !important;
  }
}

@media screen and (max-width: 1375px) {
  #search_result_box {
    width: 200px !important;
  }

  .nav_rel {
    width: 200px !important;
  }
}

/* navbar search result */
#search_result_box {
  background-color: white;
  border-radius: 0px;
  position: absolute;
  top: 40px;
  left: -13px;
  width: 316px;
  z-index: 999999999999;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 18px;
  padding: 8px 12px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #CECECE;
  border-top: unset;
}

.nav_rel {
  position: relative;
  top: 0;
  min-width: 292px;
  <<<<<<< HEAD=======overflow: hidden;
  >>>>>>>changes-on-26-11-2025-v2 margin: 0;
}

#search_result_box_mob {
  background-color: white;
  border-radius: 10px;
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  z-index: 999999999999999;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

/* .dropdown-item {
  border-bottom: 1px solid #e2e2e2;
  max-height: fit-content;
} */

/* .bootstrap-select .dropdown-menu li a span.text {
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
} */

div.dataTables_wrapper div.dataTables_length label {
  text-transform: capitalize !important;
}

.form-control {
  min-width: 150px !important;
  border-radius: 5px !important;
}

#password-policy {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 14px;
}

#password-policy ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#password-policy li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#password-policy li::before {
  content: "•";
  font-size: 18px;
  margin-right: 8px;
  color: #dc3545;
}

#password-policy li.text-success::before {
  content: "✓";
  color: #28a745;
}

#password-policy li.text-success {
  color: #28a745;
  font-weight: 500;
}

#password-policy li.text-danger {
  color: #dc3545;
}


/* New Sidebar css Changes  */
.module_category {
  font-size: 15px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after {
  top: 7px;
}

.search-module-menu {
  padding: 1rem 0.5rem !important;
}

.menu-link {
  position: relative;
  display: flex;
  align-items: center;
}

.pcoded-micon {
  position: relative;
  display: inline-block;
}

.pro-badge-icon {
  position: absolute;
  top: 0;
  right: 10px;
  background: #f73762;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 1px 3px;
  border-radius: 3px;
  line-height: 1;
}

.module_category {
  background: dodgerblue;
  color: #fff;
  text-align: left;
}

.desktop-menu {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.desktop-menu:hover {
  color: #007bff;
}

.nav-left {
  padding: 0;
}

.house-badge {
  width: 100%;
  height: 20px;
  max-width: 100px;
  border-radius: 5px;
  border: 1px solid var(--house-color);
  background: var(--house-color);
}

/** Gallery Size Indicator */
.progress.disk_size {
  background: #bfbfbf;
}

.gallery_action_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.gallery_size_indicator {
  width: 100%;
  max-width: 250px;
}

.shadow-sm .btn {
  display: flex;
  padding: 8px;
}

.shadow-sm .btn p {
  display: none;
}

.shadow-sm .btn i {
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.class-box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.class-box {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  white-space: nowrap;
}