﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #373BD7;
  --grey-color: #4D4D5A;
  --white-color: #fff;
}

/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/*$FontFamily1: "Rubik", sans-serif;
$FontFamily2: "IBM Plex Sans", sans-serif;*/
.container-layout {
  position: relative;
  top: -80px;
}

.cursor {
  cursor: pointer;
}

.panel-heading-layout {
  position: relative;
  top: -72px;
}

.container-layout-2 {
  position: relative;
  top: 80px;
  max-width: 100% !important;
}

@media only screen and (max-width: 600px) {
  .megamenu .widget-user-2 .widget-user-header {
    padding: 10px;
  }
  .megamenu .widget-user-2 .widget-user-header .widget-user-image img {
    width: 50px;
  }
  .megamenu .widget-user-2 .widget-user-header .widget-user-username {
    margin-left: 60px;
  }
  .megamenu .widget-user-2 .widget-user-header .widget-user-desc {
    margin-left: 60px;
  }
  .megamenu .widget-user-2 .widget-user-header a {
    padding: 10px 8px;
    color: #0080ff;
  }
  .megamenu .widget-user-2 .nav-stacked li {
    float: inherit;
  }
  .megamenu .widget-user-2 .nav-stacked li a.py-10 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
.box-widget .box-footer .nav-link {
  color: #172b4c;
}

.btn-outline-danger {
  color: #ff3f3f;
  border-color: #ff3f3f !important;
}
.btn-outline-danger:hover {
  color: #fff;
}

.footer-bg {
  background: #F2F2F9 0% 0% no-repeat padding-box;
  border-radius: 127px 127px 0px 0px;
  margin-top: -95px;
}
.footer-bg .footer-section .newsletter-sec {
  background-color: var(--white-color, #fff);
  padding: 40px 55px;
  border-radius: 38px;
  position: relative;
  top: -44px;
}
.footer-bg .footer-section .newsletter-sec .newsletter-text h5 {
  font-size: 1.25rem;
  font-family: Poppins;
  font-weight: 500;
  color: #373BD7;
  margin-bottom: 0;
}
.footer-bg .footer-section .newsletter-sec .newsletter-text h2 {
  font-size: 2.125rem;
  font-family: Poppins;
  font-weight: 700;
  color: var(--grey-color, #4D4D5A);
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec {
  background: var(--white-color, #fff) 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEF8;
  display: flex;
  justify-content: space-between;
  padding: 2px;
  border-radius: 7px;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input {
  width: 100%;
  border: none;
  padding: 5px;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input:focus-visible {
  outline: none !important;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec input::placeholder {
  color: #9F9FAC;
}
.footer-bg .footer-section .newsletter-sec .subscribe-sec button {
  background-color: #373BD7;
  color: var(--white-color, #fff);
  font-family: Montserrat;
  border-radius: 7px;
}
.footer-bg .footer-section .footer-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-bg .footer-section .footer-nav .footer-nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bg .footer-section .footer-nav .footer-nav-links a {
  color: var(--grey-color, #4D4D5A);
  font-size: 1rem;
  font-family: Montserrat;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  padding: 40px 20px;
}
.footer-bg .footer-section .footer-copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bg .footer-section .footer-copyright .copyright-left-section {
  width: 35%;
  color: var(--white-color, #fff);
  padding: 25px 0px;
  border-radius: 0px 70px 0px 0px;
  background-color: #373BD7;
  text-align: center;
  font-size: 0.75rem;
}
.footer-bg .footer-section .footer-copyright .copyright-right-section {
  width: 35%;
  color: var(--white-color, #fff);
  padding: 25px 0px;
  border-radius: 70px 0px 0px 0px;
  background-color: #373BD7;
  text-align: center;
  font-size: 0.75rem;
}
.footer-bg .footer-section .footer-copyright .footer-social-icons {
  padding: 25px 0px;
}
.footer-bg .footer-section .footer-copyright .footer-social-icons img {
  margin: 0px 10px 0px 10px;
}

@media (max-width: 992px) {
  .footer-bg .footer-section .newsletter-sec {
    padding: 25px 35px;
    border-radius: 23px;
  }
  .footer-bg .footer-section .newsletter-sec .newsletter-text h5 {
    font-size: 1rem;
  }
  .footer-bg .footer-section .newsletter-sec .newsletter-text h2 {
    font-size: 1.5rem;
  }
  .footer-bg .footer-section .footer-nav .footer-nav-links a {
    padding: 7px 12px;
  }
  .footer-bg .footer-section .footer-copyright .copyright-left-section {
    border-radius: 0;
    width: 100%;
  }
  .footer-bg .footer-section .footer-copyright .copyright-right-section {
    border-radius: 70px 70px 0px 0px;
    width: 100%;
  }
  .footer-bg .footer-section .footer-copyright .footer-social-icons {
    width: 100%;
    text-align: center;
  }
}
.core-content .footer-bg {
  margin-top: 45px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 5px;
  box-shadow: none;
  /*border-color: #f3f6f9 !important;*/
  /*height: auto;*/
}
.select2-container--default .select2-selection--single:focus {
  border-color: #d9d9d9;
}

.btn-square {
  border-radius: 0.4rem;
  width: 50px;
}

[data-overlay]::before {
  background: #373BD7;
  border-radius: 0px 0px 70px 70px;
  opacity: 1;
}

.form-control {
  border: 1px solid #d9d9d9;
}

/*
.select2-container {
    width: 100% !important
}*/
.togglePassword {
  top: 37px;
  right: 18px;
}

.fs-13 {
  font-size: 13px !important;
}

.input-group .input-group-text {
  border-color: #d9d9d9 !important;
}

.convocation-card {
  /*background-image: url('../../../images/convocation-bg.svg');
  background-position: right;
  background-repeat: no-repeat;*/
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* height: 100%;
  width: 100%;
  object-fit: cover;*/
}
.convocation-card #bgConvocation {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 58%;
}
.convocation-card .box-body {
  border-left: 15px solid #3B4D6A;
}
.convocation-card .box-body #divConvoContent {
  margin: 20px 0 0 11px;
}
.convocation-card .box-body #divConvoContent #divConvoHeading h2 {
  color: #6777EF;
  font-family: "Rubik", sans-serif;
}
.convocation-card .box-body #divConvoContent #divConvoHeading h3 {
  margin-top: 15px;
  color: #3B4D6A;
  border-bottom: 2px solid #3B4D6A;
  display: inline-block;
  padding-bottom: 5px;
}
.convocation-card .box-body #divConvoContent #divConvoContext {
  margin-top: 35px;
}
.convocation-card .box-body #divConvoContent #divConvoContext h6 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.4px;
  color: #6777EF;
  font-size: 15px;
}
.convocation-card .box-body #divConvoContent #divConvoContext span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-top: 17px;
}
.convocation-card .box-body #divConvoContent #divDateTime {
  margin-top: 30px;
}
.convocation-card .box-body #divConvoContent #divDateTime .divDate {
  margin-left: 10px;
}
.convocation-card .box-body #divConvoContent #divDateTime .divDate span:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #6777ef;
}
.convocation-card .box-body #divConvoContent #divDateTime .divDate span:nth-child(2) {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.convocation-card .box-body #divConvoContent #divDateTime .divTime {
  margin-left: 10px;
}
.convocation-card .box-body #divConvoContent #divDateTime .divTime span:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #6777ef;
}
.convocation-card .box-body #divConvoContent #divDateTime .divTime span:nth-child(2) {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.convocation-card .box-body #divConvoContent #divConvoQR {
  background-color: #fff;
  padding: 20px;
}

.Profile-Details .course-overview {
  height: 100%;
}
.Profile-Details .course-overview .sub-course-overview {
  height: 100%;
  display: block;
}
.Profile-Details .course-overview .sub-course-overview label {
  display: block;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
  .core-nav .nav-container {
    width: 1300px;
  }
}
nav .brand {
  padding: 7px 0px;
}

.menu-icon {
  position: absolute;
  top: 17px;
  right: 18px;
  left: 15px !important;
  right: 0;
  width: 45px;
  font-size: 1.286rem;
}

nav .nav-header .toggle-bar {
  font-size: 1.286rem;
  position: absolute;
  left: unset !important;
  right: 18px;
  right: 18px;
}

@media (max-width: 992px) {
  nav .nav-header .brand {
    padding: 10px 0px;
  }
}
.core-content .brand img {
  object-fit: contain;
  width: 50%;
}

@media (max-width: 600px) {
  .core-content .brand img {
    width: 100%;
  }
}
#dynamicMobileMenu .box {
  box-shadow: none;
}
#dynamicMobileMenu .box .box-footer {
  border-top: none;
}
#dynamicMobileMenu .box .box-footer a {
  font-size: 1rem !important;
}
#dynamicMobileMenu .box .box-footer a i {
  font-size: 1rem !important;
}

.bg-skyblue {
  background-color: rgba(103, 119, 239, 0.06);
}

.table > thead > tr > td, .table > thead > tr > th {
  padding: 0.5rem;
  vertical-align: middle;
}

.table > tbody > tr > td, .table > tbody > tr > th {
  padding: 0.5rem;
  vertical-align: middle;
}

.table > thead {
  background-color: rgba(103, 119, 239, 0.06);
}

sup {
  color: #f32184;
}

.core-nav .dropdown > .dropdown-menu {
  z-index: 1080 !important;
}

@media (max-width: 992px) {
  .core-nav .wrap-core-nav-list {
    overflow-y: unset;
    overflow-x: unset;
  }
  .headerBadge {
    top: 6px;
    left: 20px;
  }
}
.h-110 {
  height: 110px !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: rgba(55, 59, 215, 0.4784313725);
  border-color: rgba(55, 59, 215, 0.4784313725);
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: #eee;
  background-color: #eee;
}

/*.table {*/
.select2-dropdown {
  border: 1px solid #373bd7 !important;
  border-radius: 0;
  box-shadow: 0px 17px 20px 9px rgba(221, 221, 221, 0.6117647059);
}

.select2-results {
  padding: 0;
}

/*}*/
.cust-accordion .tab-wrapper.v1 .item .tab-btn a {
  font-weight: 400;
  font-size: 1rem;
  border-radius: 0px;
  padding: 8px 10px;
}

.cust-accordion .tab-wrapper.v1 .item .tab-content {
  height: auto !important;
  border: 1px solid #f3f6f9;
}

.nav.nav-tabs.customtab2 a.nav-link.active:focus {
  color: #ffffff !important;
}
.nav.nav-tabs.customtab2 a.nav-link:focus {
  color: #737373;
}

.card-WalletBalance {
  background-color: rgba(103, 119, 239, 0.11) !important;
}
.card-WalletBalance .card-body {
  padding: 30px !important;
}

.applyExcuse [type=checkbox] + label {
  height: 15px !important;
}

.theme-primary .badge-danger {
  background-color: transparent !important;
  border-color: #fc544b;
  color: #fc544b;
}

.theme-primary .badge-success {
  background-color: transparent !important;
  border-color: #6f9a37;
  color: #6f9a37;
}

.theme-primary .badge-warning {
  background-color: transparent !important;
  border-color: #ff8f00;
  color: #ff8f00;
}

.theme-primary .badge-info {
  background-color: transparent !important;
  border-color: #03a9f5;
  color: #03a9f5;
}

.theme-primary .badge-primary {
  background-color: transparent !important;
  border-color: #373BD7;
  color: #373BD7;
}

.theme-primary .badge {
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid;
}

.text-dot-dark-green {
  color: #278a69;
}

.text-dot-green {
  color: #1bbc9b;
}

.text-dot-orange {
  color: #fe9701;
}

.text-dot-yellow {
  color: #ffff00;
}

.text-dot-red {
  color: #F3565D;
}

.std-backdrop-false {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.theme-primary .btn-outline.btn-primary:hover {
  box-shadow: none !important;
}
.theme-primary .btn-outline.btn-primary:hover .box-btn-slide {
  color: #fff !important;
}

.form-group label {
  display: block !important;
}

.select2-container {
  width: auto !important;
  display: block !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #172b4c !important;
}

.h-45 {
  height: 45px !important;
}

.w-45 {
  width: 45px !important;
}

.input-group .form-control.ui-autocomplete-input {
  border: 0px;
  background: #f0f3ff;
  color: #777;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.input-group .form-control.ui-autocomplete-input:focus {
  outline: none;
  border-color: #fff;
}
.input-group .form-control.ui-autocomplete-input + .input-group-append .input-group-text {
  border: 0;
  background: #f0f3ff;
  color: #6777ef;
}

marquee {
  color: #fc544b;
  position: absolute;
  top: 0.5rem;
  left: 30vw;
  z-index: 1040;
  font-size: 15px;
  font-weight: 600;
  width: 40vw;
}

.left-side-section {
  width: 20%;
  padding-right: 7px;
}

.right-side-section {
  width: 80%;
  padding-left: 7px;
}

ul.tree-menu {
  list-style-type: none;
  padding-left: 13px;
}
ul.tree-menu li {
  margin: 0 !important;
}

ul.tree-menu li:after {
  position: absolute;
  top: 11px;
  bottom: -2px;
  left: 6px;
  display: block;
  content: "";
  border-left: 1px solid rgba(72, 94, 144, 0.16);
}

ul.tree-menu li:before {
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  width: 15px;
  height: 1.1em;
  content: "";
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0 7px 0 7px;
}

/* hide the lines on the last item */
ul.tree-menu li:last-child:after {
  display: none;
}

.widget-user-2 ul li.nav-item:hover a.nav-link {
  color: #172b4c;
  background-color: #e9edf2 !important;
}
.widget-user-2 ul li.nav-item .item .tab-btn a {
  font-size: 0.9rem !important;
  padding: 10px 1rem !important;
  border-radius: 0 !important;
}
.widget-user-2 ul li.nav-item .item.selected a.nav-link {
  background-color: #e9edf2 !important;
}

@media only screen and (max-width: 992px) {
  .right-side-section {
    width: 100% !important;
  }
  ul.tree-menu li:after {
    top: 10px;
  }
  .cust-accordion .tab-wrapper.v1 .sideMenuBar .item .tab-content {
    padding: 0 !important;
  }
}
ul.sideMenuBar li a.nav-link.active {
  background-color: #e9edf2 !important;
  color: #373BD7;
}
ul.sideMenuBar li .tree-menu .list-profile a.active {
  color: #373BD7;
}

.close-btn-menu-offcanvas {
  z-index: 10;
}

/*all scrollbars*/
/** {
    scrollbar-width: none;
    scrollbar-color: gray white;
}*/
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: gray;
}

.btn.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: "Off";
  left: -4rem;
}

.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 0;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
  content: "Off";
  left: -5rem;
}

.btn-toggle.btn-lg:after {
  content: "On";
  right: -5rem;
  opacity: 0.5;
}

.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 4px;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}

.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
  content: "Off";
  left: -0.5rem;
}

.btn-toggle.btn-sm:after {
  content: "On";
  right: -0.5rem;
  opacity: 0.5;
}

.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: 1.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}

.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 0;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 0.5rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}

.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}

.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 1.5px;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0;
  background: #fff;
  transition: left 0.25s;
  box-shadow: none;
}

.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

.btn-toggle.swicth-yes-no:before {
  content: "No" !important;
  left: -4rem;
  color: #6b7381;
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.swicth-yes-no:after {
  content: "Yes" !important;
  right: -4rem;
  color: #6b7381;
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  opacity: 0.25;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.swicth-blank:before {
  content: "" !important;
}

.btn-toggle.swicth-blank:after {
  content: "" !important;
}

.switch {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e3e3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .switch-text {
  margin-left: 60px;
}

.switch input:checked + .slider {
  background-color: var(--primary-color);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .btn-toggle.btn-sm {
    width: 4rem;
  }
}
.subCard {
  border: 1px solid #6777EF;
  border-radius: 4px;
  margin-bottom: 15px;
}
.subCard .subCard-header {
  background: #F0F3FF 0% 0% no-repeat padding-box;
  border-radius: 3px 3px 0px 0px;
  padding: 7px 16px;
  color: #6777EF;
}
.subCard .subCard-body {
  padding: 13px;
}

.subCard-details .sub-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.subCard-details .sub-detail span:last-child {
  font-weight: 700;
}

/* Hide the default radio input */
.radio-container input[type=radio] {
  display: none;
}

/* Style the custom radio button */
.radio-container .custom-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
}

/* Style the custom radio button when it's checked */
.radio-container input[type=radio]:checked + .custom-radio::before {
  content: "\f26c"; /* Checkmark character */
  display: block;
  color: #71DF99;
  text-align: center;
  font-size: 16px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.radio-container input[type=radio]:checked + .custom-radio {
  border-color: #878AFE;
}

.radio-container:has(input[type=radio]:checked) {
  background: #878AFE;
  border-color: #878AFE;
  color: #fff;
}

.radio-container {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

#btnlanguageToggle {
  position: fixed;
  right: 0;
  top: 31%;
  z-index: 10;
  border-radius: 5px 0 0 5px;
}

#offcanvasRight {
  height: 30%;
  margin-top: 16%;
}

.select-payment {
  position: absolute;
  left: 20px;
}
.select-payment [type=checkbox] + label:before, .select-payment [type=checkbox]:not(.filled-in) + label:after {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}
.select-payment [type=checkbox]:checked + label:before {
  width: 12px;
  height: 25px;
}

.my-payment-card {
  border: 1px solid #d1d3e0;
}
.my-payment-card .entry-title {
  padding-left: 35px;
  margin-bottom: 5px !important;
}
.my-payment-card .delete-payment {
  position: absolute;
  left: 20px;
  margin-top: 5px;
}
.my-payment-card .delete-payment i {
  color: #ff3f3f;
  border: 1px solid #ff3f3f;
  border-radius: 3px;
  padding: 3px 4px;
}

@media only screen and (max-width: 768px) {
  .my-payment-card .blog-detail .entry-meta .list-unstyled li {
    display: inherit;
    padding: 2px;
  }
}
.form-control:disabled, .form-control:read-only {
  background-color: #e9ecef !important;
  opacity: 1;
}

/*@import "./seats";*/
.notifications-menu ul {
  padding-left: 0;
}
.notifications-menu ul .dropdown-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.notifications-menu ul .dropdown-item .notification-icon-dropdown {
  padding: 6px;
  background-color: #e9ecef;
  height: 38px;
  width: 45px !important;
  color: #6777ef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.notifications-menu ul .dropdown-item .notification-icon-dropdown i {
  margin-right: 0rem;
}
.notifications-menu ul .dropdown-item .dropdown-item-desc {
  margin-left: 15px;
  line-height: 20px;
  width: 68%;
  white-space: normal;
  color: #34395e;
}
.notifications-menu ul .dropdown-item .dropdown-item-desc .time {
  margin: 0;
  font-size: 10px;
  color: #aaa;
  float: left;
  width: 100%;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #aaa;
}
.notifications-menu ul .dropdown-item .dropdown-item-desc .messege-text {
  text-transform: none;
  font-size: 12px;
  color: #172b4c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headerBadge {
  position: absolute;
  top: 1px;
  background: #373BD7;
  border-radius: 50%;
  padding: 1px 3px;
  left: 16px;
  height: 12px;
  width: auto;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

span.notification-unread {
  position: absolute;
  right: -2px;
  top: -2px;
}
span.notification-unread i {
  height: 7px;
  width: 7px;
  display: block;
  background: #ffc107;
  border-radius: 50%;
}

.alert.alert-has-icon {
  background: #fff !important;
  display: flex;
  border: 1px solid #cbd1d6;
  padding: 0;
  color: #2d335f;
  border-radius: 0;
  font-size: 15px;
}

.alert.alert-has-icon .alert-icon {
  margin-top: 0px;
  width: auto;
  background: #6777ef !important;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
}

.alert.alert-has-icon .alert-body {
  padding: 0 7px;
}

.columns-right.btn-group .btn-secondary {
  padding: 6px 14px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9;
  color: #172b4c;
}
.columns-right.btn-group .btn-secondary:hover, .columns-right.btn-group .btn-secondary:active, .columns-right.btn-group .btn-secondary:focus, .columns-right.btn-group .btn-secondary.active {
  background-color: transparent !important;
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9;
  color: #172b4c !important;
}

.pb-30 {
  padding-bottom: 65px !important;
}

.ft-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: -4px 4px 30px rgba(157, 157, 157, 0.1294117647);
}

.bootstrap-table .fixed-table-container .table thead th {
  padding: 0rem 0.5rem !important;
}

@media (max-width: 800px) {
  body {
    font-size: 0.75rem;
  }
  nav .core-nav {
    height: 50px !important;
    min-height: auto !important;
  }
  nav .nav-header {
    min-height: 50px;
  }
  nav .nav-header .brand {
    padding: 4px 0px !important;
  }
  nav .nav-header .brand .logo-name {
    display: none;
  }
  nav.core-nav {
    height: 50px !important;
    min-height: auto !important;
  }
  .btn {
    padding: 4px 8px !important;
    font-size: 0.75rem !important;
  }
  .ft-bar .copyright-left-section, .ft-bar .copyright-right-section {
    font-size: 0.8rem;
  }
  .ft-bar.py-20 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .float-right.search.btn-group .form-control {
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
  }
  ::-webkit-scrollbar {
    width: 3px;
    height: 4px;
  }
  ::-webkit-scrollbar-track {
    background: white;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #d0d0d0;
  }
  .media > * {
    margin: 0rem 0.3rem;
  }
  .form-select {
    font-size: 0.9rem !important;
  }
  /*--- font-size ----*/
  .h4, h4 {
    font-size: 1rem !important;
  }
  .h5, h5 {
    font-size: 0.9rem !important;
  }
  .h6, h6 {
    font-size: 0.9rem !important;
  }
  .fs-6 {
    font-size: 0.9rem !important;
  }
  .fs-16 {
    font-size: 0.9rem !important;
  }
  .fs-14 {
    font-size: 0.9rem !important;
  }
  .fs-24 {
    font-size: 1.3rem !important;
  }
  [type=checkbox] + label {
    font-size: 0.9rem !important;
  }
  [type=radio]:not(:checked) + label, [type=radio]:checked + label {
    font-size: 0.9rem !important;
  }
  .w-p20 {
    width: 32%;
  }
  .h-50 {
    height: 40px !important;
  }
  .w-50 {
    width: 40px !important;
  }
  .me-15 {
    margin-right: 10px !important;
  }
  .fc-day-number {
    font-size: 0.8rem;
  }
  .fc th.fc-widget-header {
    font-size: 0.8rem;
  }
  .fc-center h2 {
    font-size: 1rem;
  }
  .change-width-menu {
    width: calc(100% - 0px) !important;
  }
  /*.offcanvas-header .btn-close {
      position: fixed;
      right: 10%;
      z-index: 1;
      top: 2%;
  }*/
  #stdLmsMenu .nav-item .subMenu .hide {
    display: inline !important;
  }
  .box-body .spantitlemain {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .box-body #iconOuter {
    height: 30px !important;
    width: 30px !important;
  }
  .box-body #iconOuter i {
    font-size: 16px !important;
  }
  .box-body ul li {
    line-height: 1.5;
    font-size: 0.75rem;
  }
  .course-overview {
    margin-bottom: 15px !important;
  }
  .course-overview li {
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .w-p20 {
    width: 50%;
  }
}
#divMainLMS .cardCourse {
  filter: grayscale(0.8);
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.25s ease-in;
}
#divMainLMS .cardCourse:hover {
  filter: grayscale(0);
  border-color: #6777ef;
  /*  .outerIcon {
      background-color: #6777ef14;
  }*/
}
#divMainLMS .cardCourse .box-body {
  padding: 13px;
}
#divMainLMS .cardCourse .courseIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
#divMainLMS .cardCourse .courseIcon .outerIcon {
  /*border: 1px solid black;*/
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50%;
  transition: all 0.5s ease-in;
  background-color: rgba(103, 119, 239, 0.0784313725);
}
#divMainLMS .cardCourse .courseIcon .outerIcon i {
  font-size: 22px;
  color: #6777ef;
  /*color: #9b59b6;*/
}
#divMainLMS .cardCourse .courseImage {
  width: 100%;
  height: 164px;
  margin-bottom: 10px;
}
#divMainLMS .cardCourse .courseImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#divMainLMS .cardCourse .spanCourseName {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in;
}
#divMainLMS .cardCourse .spanCredits {
  font-size: 12px;
  color: #98a6ad !important;
  display: block;
  text-align: center;
  margin-top: 6px;
}
#divMainLMS .cardCourse hr {
  margin: 12px 0;
  opacity: 0.1;
}
#divMainLMS .cardCourse .courseUtilities {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
#divMainLMS .cardCourse .courseUtilities i {
  font-size: 15px;
}
#divMainLMS .cardCourse .courseUtilities i:nth-child(1) {
  color: #f3565d;
}
#divMainLMS .cardCourse .courseUtilities i:nth-child(2) {
  color: #6777ef;
}
#divMainLMS .cardCourse .courseUtilities i:nth-child(3) {
  color: #cc704b;
}
#divMainLMS .cardCourse .courseUtilities i:nth-child(4) {
  color: #878b99;
}
#divMainLMS .cardCourse .courseUtilities i:nth-child(5) {
  color: #dc35a9;
}
#divMainLMS .cardAnnounce .box-body {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
#divMainLMS .cardAnnounce .box-body .updatedNotification {
  border: 1px solid rgb(227, 227, 227);
  border-radius: 10px;
  margin-bottom: 10px;
}
#divMainLMS .cardAnnounce .box-body .updatedNotification .box-body {
  padding: 10px;
  overflow-y: initial;
}
#divMainLMS .cardAnnounce .box-body .updatedNotification .box-body .spanNotiTitle {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
#divMainLMS .cardAnnounce .box-body .updatedNotification .box-body .spanCourseName {
  color: #758489;
  display: block;
  margin-bottom: 7px;
}
#divMainLMS .cardAnnounce .box-body .updatedNotification .box-body .row .divHistory {
  border-radius: 5px;
  background-color: rgb(246, 246, 246);
  padding: 5px;
}
#divMainLMS .cardAnnounce .box-body .updatedNotification .box-body .row .divHistory .spanTimeHistory {
  border-radius: 5px;
  background-color: #fff;
  margin-right: 6px;
  padding: 1px 5px;
}
#divMainLMS .cardNotifications .box-body {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
#divMainLMS .cardNotifications .box-body .cardAssignment {
  border-color: #f3565d !important;
}
#divMainLMS .cardNotifications .box-body .cardAssignment .divCourse {
  background-color: rgba(243, 86, 93, 0.58);
}
#divMainLMS .cardNotifications .box-body .cardAssignment .divCourse .spanCourseIcon i {
  color: #f3565d;
}
#divMainLMS .cardNotifications .box-body .cardDiscussion {
  border-color: #6777ef !important;
}
#divMainLMS .cardNotifications .box-body .cardDiscussion .divCourse {
  background-color: rgba(103, 119, 239, 0.58);
}
#divMainLMS .cardNotifications .box-body .cardDiscussion .divCourse .spanCourseIcon i {
  color: #6777ef;
}
#divMainLMS .cardNotifications .box-body .cardQuiz {
  border-color: #cc704b !important;
}
#divMainLMS .cardNotifications .box-body .cardQuiz .divCourse {
  background-color: rgba(204, 112, 75, 0.58);
}
#divMainLMS .cardNotifications .box-body .cardQuiz .divCourse .spanCourseIcon i {
  color: #cc704b;
}
#divMainLMS .cardNotifications .box-body .cardPoll {
  border-color: #dc35a9 !important;
}
#divMainLMS .cardNotifications .box-body .cardPoll .divCourse {
  background-color: rgba(220, 53, 169, 0.58);
}
#divMainLMS .cardNotifications .box-body .cardPoll .divCourse .spanCourseIcon i {
  color: #dc35a9;
}
#divMainLMS .cardNotifications .box-body .updatedNotification {
  border: 1px solid;
  border-radius: 10px;
  margin-bottom: 10px;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body {
  padding: 10px;
  overflow-y: initial;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body .spanNotiTitle {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body .spanCourseName {
  color: #758489;
  display: block;
  margin-bottom: 7px;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body .row .divCourse {
  border-radius: 5px;
  padding: 5px;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body .row .divCourse .spanCourseIcon {
  border-radius: 5px;
  background-color: #fff;
  margin-right: 6px;
  padding: 1px 5px;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body .row .divCourse .spanCategory {
  color: #fff;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body .row .divHistory {
  border-radius: 5px;
  background-color: rgb(246, 246, 246);
  padding: 5px;
}
#divMainLMS .cardNotifications .box-body .updatedNotification .box-body .row .divHistory .spanTimeHistory {
  border-radius: 5px;
  background-color: #fff;
  margin-right: 6px;
  padding: 1px 5px;
}

.bg-white-smoke {
  background-color: #f5f5f5 !important;
}

.icon-gradient-color {
  /* background: -webkit-linear-gradient(50deg, #9a56ff, #e36cd9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.discussion-color {
  color: #f3565d;
}

.poll-color {
  color: #dc35a9;
}

.link-color {
  color: #878b99;
}

.html-color {
  color: #cc704b;
}

.topic-color {
  color: #f3565d;
}

.video-color {
  color: #98ca3c;
}

.survey-color {
  color: #5fcced;
}

.quiz-color {
  color: #cc704b;
}

.assignment-color {
  color: #f3565d;
}

.topic-type[data-sort-type=topic] i {
  color: #f3565d;
}

.topic-type[data-sort-type=discussion] i {
  color: #f3565d;
}

.topic-type[data-sort-type=html] i {
  color: #cc704b;
}

.topic-type[data-sort-type=poll] i {
  color: #dc35a9;
}

.topic-type[data-sort-type=link] i {
  color: #878b99;
}

.topic-type[data-sort-type=video] i {
  color: #98ca3c;
}

.topic-type[data-sort-type=survey] i {
  color: #5fcced;
}

.topic-type[data-sort-type=quiz] i {
  color: #cc704b;
}

.topic-type[data-sort-type=assignment] i {
  color: #f3565d;
}

.units-list .units-list-item .unit-list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFD9B7;
  padding: 8px 14px;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.units-list .units-list-item .unit-list-heading h5 {
  margin-bottom: 0;
  font-size: 14px;
  color: #1A1920;
  width: 90%;
  /*font-weight: 500;*/
}
.units-list .units-list-item .unit-list-heading .units-list-item-icon {
  display: flex;
  color: #fff;
  justify-content: center;
  background-color: #fc8345;
  align-items: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  transition: all 1s ease-in;
}
.units-list .units-list-item .unit-list-heading .units-list-item-icon .bi-icon-down {
  transform: rotate(90deg) translateY(1px);
}
.units-list .units-list-item .unit-list-heading.active-unit {
  background-color: #FDF3EA;
}
.units-list .units-list-item .unit-list-heading:hover {
  background-color: #FDF3EA;
}
.units-list .units-list-item .topic-list {
  list-style-type: none;
  display: none;
}
.units-list .units-list-item .topic-list .topic-list-item {
  position: relative;
  border: 1px solid #FFD9B7;
  padding: 8px 14px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 5px;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
}
.units-list .units-list-item .topic-list .topic-list-item:hover {
  background-color: #FDF3EA;
}
.units-list .units-list-item .topic-list .topic-list-item:before {
  position: absolute;
  top: -7px;
  left: -16px;
  display: block;
  width: 15px;
  height: 1.8em;
  content: "";
  border-bottom: 1.5px solid #FFD9B7;
  border-left: 1.5px solid #FFD9B7;
  border-radius: 0 7px 0 7px;
}
.units-list .units-list-item .topic-list .topic-list-item:after {
  position: absolute;
  top: 13px;
  bottom: -2px;
  left: -16px;
  display: block;
  content: "";
  border-left: 1.5px solid #FFD9B7;
}
.units-list .units-list-item .topic-list .topic-list-item:last-child:after {
  display: none;
}
.units-list .units-list-item .topic-list .topic-list-item a {
  color: #1A1920;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
}
.units-list .units-list-item .topic-list .topic-list-item.active-topic {
  background-color: #FDF3EA;
}
.units-list .units-list-item .topic-list .topic-list-item .topic-published {
  /*  position: absolute;
  right: 8px;*/
  color: #14ae14;
  font-size: 18px;
  margin-left: 4px;
}
.units-list .units-list-item.unit-info .unit-list-heading {
  border: 1px solid #CBEFFF;
}
.units-list .units-list-item.unit-info .unit-list-heading .units-list-item-icon {
  background-color: #5FCCED;
}
.units-list .units-list-item.unit-info .unit-list-heading.active-unit {
  background-color: #E9F8FF;
}
.units-list .units-list-item.unit-info .unit-list-heading:hover {
  background-color: #E9F8FF;
}
.units-list .units-list-item.unit-info .topic-list .topic-list-item {
  border: 1px solid #CBEFFF;
}
.units-list .units-list-item.unit-info .topic-list .topic-list-item:hover {
  background-color: #E9F8FF;
}
.units-list .units-list-item.unit-info .topic-list .topic-list-item:before {
  border-bottom: 1.5px solid #CBEFFF;
  border-left: 1.5px solid #CBEFFF;
}
.units-list .units-list-item.unit-info .topic-list .topic-list-item:after {
  border-left: 1.5px solid #CBEFFF;
}
.units-list .units-list-item.unit-info .topic-list .topic-list-item.active-topic {
  background-color: #E9F8FF;
}
.units-list .units-list-item.unit-warning .unit-list-heading {
  border: 1px solid #FEEC9B;
}
.units-list .units-list-item.unit-warning .unit-list-heading .units-list-item-icon {
  background-color: #E7BE0F;
}
.units-list .units-list-item.unit-warning .unit-list-heading.active-unit {
  background-color: #FEF6D2;
}
.units-list .units-list-item.unit-warning .unit-list-heading:hover {
  background-color: #FEF6D2;
}
.units-list .units-list-item.unit-warning .topic-list .topic-list-item {
  border: 1px solid #FEEC9B;
}
.units-list .units-list-item.unit-warning .topic-list .topic-list-item:hover {
  background-color: #FEF6D2;
}
.units-list .units-list-item.unit-warning .topic-list .topic-list-item:before {
  border-bottom: 1.5px solid #FEEC9B;
  border-left: 1.5px solid #FEEC9B;
}
.units-list .units-list-item.unit-warning .topic-list .topic-list-item:after {
  border-left: 1.5px solid #FEEC9B;
}
.units-list .units-list-item.unit-warning .topic-list .topic-list-item.active-topic {
  background-color: #FEF6D2;
}
.units-list .units-list-item.unit-primary .unit-list-heading {
  border: 1px solid #D0E4FF;
}
.units-list .units-list-item.unit-primary .unit-list-heading .units-list-item-icon {
  background-color: #195FF8;
}
.units-list .units-list-item.unit-primary .unit-list-heading.active-unit {
  background-color: #E3EFFF;
}
.units-list .units-list-item.unit-primary .unit-list-heading:hover {
  background-color: #E3EFFF;
}
.units-list .units-list-item.unit-primary .topic-list .topic-list-item {
  border: 1px solid #D0E4FF;
}
.units-list .units-list-item.unit-primary .topic-list .topic-list-item:hover {
  background-color: #E3EFFF;
}
.units-list .units-list-item.unit-primary .topic-list .topic-list-item:before {
  border-bottom: 1.5px solid #D0E4FF;
  border-left: 1.5px solid #D0E4FF;
}
.units-list .units-list-item.unit-primary .topic-list .topic-list-item:after {
  border-left: 1.5px solid #D0E4FF;
}
.units-list .units-list-item.unit-primary .topic-list .topic-list-item.active-topic {
  background-color: #E3EFFF;
}

.subCard-header {
  font-weight: 600;
}

.subCard-orange {
  border: 1px solid #FFD9B7;
}
.subCard-orange .subCard-header {
  background: #FDF3EA 0% 0% no-repeat padding-box;
  color: #fc8345;
}

.subCard-warning {
  border: 1px solid #FEEC9B;
}
.subCard-warning .subCard-header {
  background: #FEF6D2 0% 0% no-repeat padding-box;
  color: #E7BE0F;
  font-weight: 500;
}

.subCard-info {
  border: 1px solid #CBEFFF;
}
.subCard-info .subCard-header {
  background: #E9F8FF 0% 0% no-repeat padding-box;
  color: #5FCCED;
}

.subCard-primary {
  border: 1px solid #D0E4FF;
}
.subCard-primary .subCard-header {
  background: #E3EFFF 0% 0% no-repeat padding-box;
  color: #195FF8;
}

.square-switch-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.square-switch {
  position: relative;
  /*top: 50%;*/
  width: 65px;
  height: 27px;
  /*margin: -20px auto 0 auto;*/
  overflow: hidden;
}

.square-switch.r,
.square-switch.r .layer {
  border-radius: 100px;
}

.square-switch.b2 {
  border-radius: 2px;
}

.switch-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

.square-switch .knobs:before,
.square-switch .knobs:after,
.square-switch .knobs span:before,
.square-switch .knobs span:after {
  position: absolute;
  top: -1px;
  width: 24px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 1px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

.square-switch .knobs:before,
.square-switch .knobs:after {
  color: #4e4e4e;
  z-index: 1;
}

.square-switch .knobs:before {
  content: "YES";
  left: 4px;
}

.square-switch .knobs:after {
  content: "NO";
  right: 4px;
}

.square-switch .knobs span {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.square-switch .knobs span:before {
  left: 4px;
  top: -28px;
  background-color: #f44336;
}

.square-switch .knobs span:after {
  top: 4px;
  left: 39px;
  background-color: #03a9f4;
}

.square-switch .knobs span:before,
.square-switch .knobs span:after {
  content: "";
  width: 23px;
  z-index: 2;
}

.square-switch .switch-checkbox:checked + .knobs span:before {
  top: 4px;
}

.square-switch .switch-checkbox:checked + .knobs span:after {
  top: -28px;
}

.square-switch .switch-checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.profile-menu .position-sticky {
  z-index: 1;
}

.change-width-grid {
  width: 66px;
}

.change-width-menu {
  width: calc(100% - 66px);
}

.custom-menu-grid {
  transition: all 0.4s ease;
}

.custom-content-grid {
  transition: all 0.4s ease;
}

.change-width-grid .nav-item {
  position: relative;
}

.change-width-grid a.subMenu:hover > span {
  display: inline-block !important;
  background: white;
  padding: 3px 12px;
  border-radius: 3px;
  color: #6777ef !important;
  margin-left: 24px;
  max-width: 200px;
  position: absolute;
  top: 7px;
  z-index: 1030;
}

.full-screen-mode {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.unit-description-sec .subCard-body, .topic-description-sec .subCard-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.subacard-header-topic, .subCard-header-unit {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

.student-info-details {
  display: flex;
  align-items: center;
  padding: 5px;
}
.student-info-details .student-img {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
}
.student-info-details .student-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.student-info-details .student-name {
  padding-left: 10px;
}
.student-info-details .student-name h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.table-custom-lms {
  border-radius: 8px;
  border-collapse: collapse;
  width: 100%;
  color: #1a1920;
  border: 1px solid #f0f4fa;
}
.table-custom-lms tbody tr {
  border-bottom: 1px solid rgba(103, 119, 239, 0.11);
  background: linear-gradient(to bottom, #f1f8ff 51%, #fff 49%);
  background-size: 100% 200%;
  background-position: bottom;
  transition: all 0.5s ease-out;
}
.table-custom-lms tbody tr.checked {
  background-position: top;
  /*  border-radius: 0 0px 8px 8px;

    td {
        &:first-child {
            border-radius: 0 0px 8px 8px;
        }

        &:last-child {
            border-radius: 0 0px 8px 8px;
        }
      }
  */
}
.table-custom-lms thead {
  border-radius: 8px 8px 0 0;
  background-color: rgba(103, 119, 239, 0.11);
}
.table-custom-lms thead th {
  padding: 15px 8px !important;
  text-align: left;
}
.table-custom-lms thead th:first-child {
  border-radius: 8px 0 0 0;
}
.table-custom-lms thead th:last-child {
  border-radius: 0 8px 0 0;
}
.table-custom-lms td {
  padding: 8px !important;
  text-align: left;
}

.lms-grps {
  background-image: url("../../../images/abstract-1.svg");
  background-position: right top;
  background-size: 21% auto;
  background-repeat: no-repeat;
  border: 1px solid #FFD9B7;
  padding: 25px 12px;
  border-radius: 5px;
  color: #1A1920;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 1s ease-in-out;
  cursor: pointer;
  margin-bottom: 8px;
}
.lms-grps.lms-grps-info {
  border: 1px solid #CBEFFF;
}
.lms-grps.lms-grps-info .lms-grps-details span {
  background: #CBEFFF;
}
.lms-grps.lms-grps-info .lms-grp-icon {
  background: #E9F8FF;
  color: #5FCCED;
}
.lms-grps.lms-grps-info .edit-grp {
  color: #5FCCED;
}
.lms-grps.lms-grps-warining {
  border: 1px solid #FEEC9B;
}
.lms-grps.lms-grps-warining .lms-grps-details span {
  background: #FEEC9B;
}
.lms-grps.lms-grps-warining .lms-grp-icon {
  background: #FEF6D2;
  color: #E7BE0F;
}
.lms-grps.lms-grps-warining .edit-grp {
  color: #E7BE0F;
}
.lms-grps.lms-grps-primary {
  border: 1px solid #D0E4FF;
}
.lms-grps.lms-grps-primary .lms-grps-details span {
  background: #D0E4FF;
}
.lms-grps.lms-grps-primary .lms-grp-icon {
  background: #E3EFFF;
  color: #195FF8;
}
.lms-grps.lms-grps-primary .edit-grp {
  color: #195FF8;
}
.lms-grps .lms-grps-details {
  padding-left: 12px;
}
.lms-grps .lms-grps-details span {
  height: 15px;
  width: 1px;
  background: #FFD9B7;
  margin: 0 10px;
}
.lms-grps .lms-grps-details p {
  margin-bottom: 0;
  color: #838181;
}
.lms-grps .lms-grps-details h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.lms-grps .lms-grp-icon {
  height: 45px;
  width: 45px;
  background: #FDF3EA;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fc8345;
  border-radius: 5px;
}

.student-info-details {
  display: flex;
  align-items: center;
  padding: 5px;
}
.student-info-details .student-img {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
}
.student-info-details .student-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.student-info-details .student-name {
  padding-left: 10px;
}
.student-info-details .student-name h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.table-custom-lms {
  border-radius: 8px;
  border-collapse: collapse;
  width: 100%;
  color: #1a1920;
  border: 1px solid #f0f4fa;
}
.table-custom-lms tbody tr {
  border-bottom: 1px solid rgba(103, 119, 239, 0.11);
  background: linear-gradient(to bottom, #f1f8ff 51%, #fff 49%);
  background-size: 100% 200%;
  background-position: bottom;
  transition: all 0.5s ease-out;
}
.table-custom-lms tbody tr.checked {
  background-position: top;
  /*  border-radius: 0 0px 8px 8px;

    td {
        &:first-child {
            border-radius: 0 0px 8px 8px;
        }

        &:last-child {
            border-radius: 0 0px 8px 8px;
        }
      }
  */
}
.table-custom-lms thead {
  border-radius: 8px 8px 0 0;
  background-color: rgba(103, 119, 239, 0.11);
}
.table-custom-lms thead th {
  padding: 15px 8px !important;
  text-align: left;
}
.table-custom-lms thead th:first-child {
  border-radius: 8px 0 0 0;
}
.table-custom-lms thead th:last-child {
  border-radius: 0 8px 0 0;
}
.table-custom-lms td {
  padding: 8px !important;
  text-align: left;
}

#divCourseOutcome .boxmain {
  /*background-color: #f9f8f8;*/
  border-radius: 6px;
  /*color: #000;*/
  margin-bottom: 15px;
  /*height: 189px;*/
}

#divCourseOutcome .boxmain .box-body {
  padding: 15px 15px 20px;
  cursor: pointer;
}

#divCourseOutcome .boxmain .box-body .spanmaintitle {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

#divCourseOutcome .boxmain .box-body .spanmaintitle #iconOuter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: linear-gradient(100deg, #9a56ff 0%, #e36cd9 100%);
  border-radius: 50%;
  margin-right: 10px;
  padding: 20px;
}

#divCourseOutcome .boxmain .box-body .spanmaintitle #iconOuter i {
  font-size: 18px;
  color: white;
}

#divCourseOutcome .boxmain .box-body .spanmaintitle .spantitlemain {
  font-size: 18px;
  font-weight: 800;
  display: block;
  color: #000;
}

/*#divCourseOutcome .boxmain .box-body .spanCODesc {
    line-height: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}*/
#divCourseOutcome .boxmain .box-body .spansubdate {
  display: block;
  padding-right: 10px;
}

#divCourseOutcome .boxmain .box-body .spansubdate p {
  line-height: 16px;
  margin-bottom: 5px;
}

#divCourseOutcome .boxmain .box-body .spansubdate .tag {
  font-weight: 700;
  display: block;
}

#divCourseOutcome .boxmain .box-body .spansubdate .value {
  font-size: 12px;
}

#divCourseOutcome .boxmain .box-body .spanduedate {
  display: block;
}

#divCourseOutcome .boxmain .box-body .spanduedate p {
  line-height: 16px;
  margin-bottom: 5px;
}

#divCourseOutcome .boxmain .box-body .spanduedate .tag {
  font-weight: 700;
  display: block;
}

#divCourseOutcome .boxmain .box-body .spanduedate .value {
  font-size: 12px;
}

.lms-Announcements .box-announcement {
  border-radius: 6px;
  color: #000;
  margin-bottom: 15px;
}
.lms-Announcements .box-announcement-danger {
  border: 1px solid #fc544b;
}
.lms-Announcements .box-announcement-danger .box-body .icon-announce-outer {
  background-color: #fc544b !important;
}
.lms-Announcements .box-announcement-danger .box-body .icon-announce-outer .icon-announce i {
  color: #fff;
}
.lms-Announcements .box-announcement-success {
  border: 1px solid #54ca68;
}
.lms-Announcements .box-announcement-success .box-body .icon-announce-outer {
  background-color: #54ca68 !important;
}
.lms-Announcements .box-announcement-success .box-body .icon-announce-outer .icon-announce i {
  color: #fff;
}
.lms-Announcements .box-announcement-warning {
  border: 1px solid #ffa426;
}
.lms-Announcements .box-announcement-warning .box-body .icon-announce-outer {
  background-color: #ffa426 !important;
}
.lms-Announcements .box-announcement-warning .box-body .icon-announce-outer .icon-announce i {
  color: #fff;
}
.lms-Announcements .box-announcement .box-body {
  padding: 15px 15px;
}
.lms-Announcements .box-announcement .box-body .icon-announce-outer, .lms-Announcements .box-announcement .box-body .date-outer {
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
}
.lms-Announcements .box-announcement .box-body .icon-announce-outer .icon-announce, .lms-Announcements .box-announcement .box-body .icon-announce-outer .date-announce, .lms-Announcements .box-announcement .box-body .date-outer .icon-announce, .lms-Announcements .box-announcement .box-body .date-outer .date-announce {
  border-radius: 5px;
  padding: 1px 5px;
}
.lms-Announcements .box-announcement .box-body .icon-announce-outer .icon-announce i, .lms-Announcements .box-announcement .box-body .icon-announce-outer .date-announce i, .lms-Announcements .box-announcement .box-body .date-outer .icon-announce i, .lms-Announcements .box-announcement .box-body .date-outer .date-announce i {
  font-size: 20px;
}
.lms-Announcements .box-announcement .box-body .date-outer {
  padding: 0 !important;
  background-color: transparent !important;
}
.lms-Announcements .box-announcement .box-body .date-outer .date-announce i {
  font-size: unset !important;
}
.lms-Announcements .box-announcement .box-body .title-announce {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #000;
  line-height: 20px;
}
.lms-Announcements .box-announcement .box-body .desc-announce {
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
}
.lms-Announcements .box-announcement .box-body .tenure-announce {
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
}
.lms-Announcements .box-announcement .box-body .tenure-announce .icon-outer-announce {
  border-radius: 5px;
  margin-right: 6px;
  padding: 1px 5px;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer;
}

.box-poll {
  background-color: #f9f8f8;
  border-radius: 6px;
  color: #000;
  margin-bottom: 15px;
  cursor: pointer;
}
.box-poll .box-body {
  padding: 15px 15px;
}
.box-poll .box-body #iconOuter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: linear-gradient(100deg, #9a56ff 0%, #e36cd9 100%);
  border-radius: 50%;
  margin-right: 10px;
}
.box-poll .box-body #iconOuter i {
  font-size: 18px;
  color: white;
}
.box-poll .box-body .poll-que {
  line-height: 18px;
  margin-bottom: 10px;
  width: calc(100% - 40px);
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  font-weight: 700;
}
.box-poll .box-body .poll-percent {
  font-size: 18px;
  font-weight: 800;
  display: block;
  color: #000;
  width: 20%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
.box-poll .box-body .poll-percent-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 80px;
  background: linear-gradient(100deg, #9a56ff 0%, #e36cd9 100%);
  border-radius: 50%;
  margin-right: 10px;
}
.box-poll .box-body .poll-percent-outer span {
  display: block;
  font-size: 12px;
  color: #fff;
}
.box-poll .box-body .que-progress .poll-percent {
  width: 18%;
  font-size: 14px;
  font-weight: 700;
}
.box-poll .box-body .que-progress .poll-que {
  font-weight: 600;
}
.box-poll .box-body .que-progress .progress {
  box-shadow: none;
  height: 5px;
  /*  .progress-bar {
  }*/
}

.progress-bar.w-50 {
  width: 50% !important;
}

.progress-bar.w-100 {
  width: 100% !important;
}

#configText .ql-container .ql-editor {
  height: auto;
}

.width-50 {
  width: 50px !important;
}

.survey-star-rating i {
  color: gold;
  font-size: 40px !important;
  margin: 0 5px;
}

.survey-question {
  margin-bottom: 20px;
}
.survey-question.survey-question-matching .matches {
  list-style-type: lower-alpha !important;
}
.survey-question.survey-question-matching .matches li {
  padding: 1rem 0.5rem;
}
.survey-question h6 {
  font-size: 15px;
  font-weight: 500;
}
.survey-question :focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.box-survey {
  background-color: #f9f8f8;
  border-radius: 6px;
  color: #000;
  margin-bottom: 15px;
  cursor: pointer;
}
.box-survey .box-body {
  padding: 15px 15px;
}
.box-survey .box-body #iconOuter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: linear-gradient(100deg, #9a56ff 0%, #e36cd9 100%);
  border-radius: 50%;
  margin-right: 10px;
}
.box-survey .box-body #iconOuter i {
  font-size: 18px;
  color: white;
}
.box-survey .box-body .survey-title {
  line-height: 18px;
  margin-bottom: 10px;
  width: calc(100% - 40px);
  font-weight: 700;
}

ul.tree-discussion .list-discussion:after {
  position: absolute;
  top: -15px;
  bottom: -5px;
  left: 20px;
  display: block;
  content: "";
  border-left: 1px solid rgba(72, 94, 144, 0.16);
}

ul.tree-discussion .list-discussion:before {
  position: absolute;
  top: 50px;
  left: 20px;
  display: block;
  width: 20px;
  height: 1.1em;
  content: "";
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-left: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0 7px 0 7px;
}

ul.tree-discussion i {
  position: initial !important;
}

ul.tree-discussion .list-discussion {
  padding-left: 40px;
}

.box.mb-0 {
  box-shadow: none;
  margin-bottom: 0px !important;
  margin-top: 15px;
}

.AdvConfig-subCard.subCard {
  border-color: #f0f0f0 !important;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}
.AdvConfig-subCard .div-adv-config {
  background: linear-gradient(to bottom, #f8f8f8 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: bottom;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #f4f4f4;
}
.AdvConfig-subCard .div-adv-config > .row {
  padding: 15px 13px;
}
.AdvConfig-subCard .div-adv-config.checked {
  background-position: top;
  border-bottom: 1px solid #fff;
}
.AdvConfig-subCard .div-adv-config:last-child {
  border-bottom: none;
}
.AdvConfig-subCard .div-adv-config .div-collapse-advance-config {
  background-color: #f8f8f8;
  padding: 0 13px;
}

.create-discussion-offcanvas .form-group label {
  display: flex !important;
  align-items: center !important;
}

.bg-otika-success {
  background-color: #54ca68;
  color: #fff;
}

.bg-otika-primary {
  background-color: #373BD7;
  color: #fff;
}

.bg-otika-warning {
  background-color: #ffa426;
  color: #fff;
}

.custom-progressbar .progress-bar-outer {
  width: 100%;
  height: 5px;
  background: lightgrey;
  display: flex;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner {
  /* width: 30%; */
  height: 5px;
  position: relative;
  top: 0;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner.progress-bar__success {
  background: #54ca68;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner.progress-bar__success:before {
  content: "";
  width: 10px;
  height: 20px;
  background-color: #e7e7e7;
  position: absolute;
  top: -24px;
  left: -3px;
  border-bottom-left-radius: 60%;
  border-bottom-right-radius: 60%;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner.progress-bar__success:after {
  content: "";
  width: 10px;
  height: 20px;
  background-color: #54ca68;
  position: absolute;
  top: -24px;
  right: -5px;
  border-bottom-left-radius: 60%;
  border-bottom-right-radius: 60%;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner.progress-bar__primary {
  background: #373BD7;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner.progress-bar__primary:after {
  content: "";
  width: 10px;
  height: 20px;
  background-color: #373BD7;
  position: absolute;
  top: -24px;
  right: -4px;
  border-bottom-left-radius: 60%;
  border-bottom-right-radius: 60%;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner.progress-bar__warning {
  background: #ffa426;
}
.custom-progressbar .progress-bar-outer .progress-bar-inner.progress-bar__warning:after {
  content: "";
  width: 10px;
  height: 20px;
  background-color: #ffa426;
  position: absolute;
  top: -24px;
  right: -4px;
  border-bottom-left-radius: 60%;
  border-bottom-right-radius: 60%;
}
.custom-progressbar .progress-bar-outer .progress-text__grey {
  color: grey;
}
.custom-progressbar .progress-bar-outer .progress-text__green {
  color: green;
}
.custom-progressbar .progress-bar-outer .progress-text__primary {
  color: blue;
}
.custom-progressbar .progress-bar-outer .progress-text__warning {
  color: orange;
}

.result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 7px;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  outline: none;
  cursor: pointer;
  transition: width 0.1s ease;
  direction: ltr; /* Left to right direction for text */
  border-radius: 10px;
}

.button__text {
  overflow: hidden;
  max-width: 0;
  font-size: 14px;
  white-space: nowrap;
  transition: max-width 0.5s ease, margin-left 0.4s ease 0.4s; /* Adjusted margin for LTR */
}

.result-icon:hover .button__text {
  max-width: 15rem; /* Maximum width when expanded */
  margin-left: 0.5rem; /* Adjusted margin for LTR */
  transition: max-width 0.5s ease, margin-left 0.4s ease;
}

.lms-quiz-details .content .wizard-content .steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.lms-quiz-details .content .wizard-content .steps ul li {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lms-quiz-details .content .wizard-content .steps ul li a .number {
  font-size: 16px;
}
.lms-quiz-details .content .wizard-content .steps ul[role=tablist]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  z-index: 1;
}
.lms-quiz-details .content .wizard-content .steps li[role=tab] {
  position: relative;
  z-index: 2;
}
.lms-quiz-details .content .wizard-content .steps .done[role=tab][aria-selected=false] {
  background-color: rgba(55, 59, 215, 0.9019607843);
}
.lms-quiz-details .content .wizard-content .wizard .content .body {
  padding: 50px 20px;
}
.lms-quiz-details .content .wizard-content .quiz-question h6 {
  font-weight: 500;
}

@media (max-width: 767px) {
  .lms-quiz-details .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: "";
    display: none;
  }
}
.quiz-question-body {
  height: calc(100vh - 238px);
  overflow-y: auto;
}

.question-box {
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 5px 10px 0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  background-color: #f3f6f9;
}
.question-box.attempted {
  background-color: rgba(111, 154, 55, 0.2);
  color: #6f9a37;
  border-color: #6f9a37;
}
.question-box.current {
  background-color: rgba(55, 59, 215, 0.2);
  border-color: #373BD7;
  color: #373BD7;
}
.question-box.review {
  background-color: rgba(255, 143, 0, 0.2);
  color: #ff8f00;
  border-color: #ff8f00;
}
.question-box.skipped {
  background-color: rgba(3, 169, 245, 0.2);
  color: #03a9f5;
  border-color: #03a9f5;
}

.btn-previous-quiz {
  border-radius: 15px 4px 4px 15px;
  width: 72px;
}

.btn-skip-quiz {
  width: 72px;
}

.btn-save-quiz {
  border-radius: 4px 15px 15px 4px;
}

.review-box {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
}
.review-box h3 {
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 0;
}
.review-box .review-box-icon i {
  font-size: 24px;
  color: blue;
  margin-right: 15px;
}

.thank-review-box {
  border-color: #eee !important;
}
.thank-review-box .divider {
  width: 1px;
  height: 50px;
  background: #eee;
}

.offcanvas-50vw {
  width: 50vw;
}

#chat-box-body.show .chat-box {
  display: block;
  right: 0;
}

.common-chat.chat-box {
  bottom: 20px;
  right: -360px;
  width: 360px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease;
  z-index: 9999;
}
.common-chat.chat-box .chat-content {
  overflow-y: scroll;
  background: #f9f9f9 !important;
}
.common-chat.chat-box .chat-content .chat-item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.common-chat.chat-box .chat-content .day-details:before {
  width: 40%;
  content: "";
  background: #e2e2e2;
  height: 1px;
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  box-shadow: -1px 5px 7px 0px #dddada;
}
.common-chat.chat-box .chat-content .day-details:after {
  width: 40%;
  content: "";
  background: #e2e2e2;
  height: 1px;
  display: block;
  right: 0;
  position: absolute;
  top: 10px;
  box-shadow: -1px 5px 7px 0px #dddada;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-text {
  font-size: 12px;
  padding: 8px;
  border-radius: 10px;
  width: auto;
  max-width: 250px;
  display: inline-block;
  overflow-x: hidden;
  word-break: break-word;
  line-height: 1.5;
  white-space: pre-wrap;
  hyphens: auto;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-file {
  padding: 8px;
  display: inline-block;
  border-radius: 10px;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-file .chat-file-icon {
  border-radius: 25%;
  padding: 3px 1px 3px 5px;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-img-div {
  width: 116px;
  height: auto;
  padding: 8px;
  display: inline-block;
  border-radius: 10px;
}
.common-chat.chat-box .chat-content .chat-item .chat-details .chat-img-div .chat-img {
  width: 100px;
  height: auto;
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details {
  text-align: left;
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-text {
  border: 1px solid #f0f3ff;
  background-color: #f0f3ff;
  color: #6777ef;
  border-top-left-radius: 0px;
  box-shadow: 5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-img-div {
  background-color: #f0f3ff;
  border-top-left-radius: 0px;
  box-shadow: 5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-file {
  background-color: #f0f3ff;
  border-top-left-radius: 0px;
  box-shadow: 5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-file .chat-file-icon {
  background: #e4e7ff;
}
.common-chat.chat-box .chat-content .chat-item.chat-left .chat-details .chat-time {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.4;
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details {
  text-align: right;
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
  text-align: left;
  border: 1px solid #fff;
  background-color: #fff;
  color: #888;
  border-top-right-radius: 0;
  box-shadow: -5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-img-div {
  background-color: #fff;
  border-top-right-radius: 0;
  box-shadow: -5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-file {
  background-color: #fff;
  border-top-right-radius: 0;
  box-shadow: -5px 5px 8px 1px rgb(227, 227, 227);
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-file .chat-file-icon {
  background: #e4e7ff;
}
.common-chat.chat-box .chat-content .chat-item.chat-right .chat-details .chat-time {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.4;
}
.common-chat.chat-box .chat-form {
  background: #fff;
  padding: 0;
  position: relative;
}
.common-chat.chat-box .chat-form .form-control {
  border: 1px solid #ced4da;
  margin: 5px;
  width: 97%;
  padding: 10px 38px;
}
.common-chat.chat-box .chat-form .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -5px;
  webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.common-chat.chat-box .chat-form .btn i {
  font-size: 12px;
}
.common-chat.chat-box .chat-form .btn-primary {
  background-color: #6777ef;
  border-color: transparent !important;
  color: #fff;
}
.common-chat.chat-box .chat-form .btn-primary:hover {
  background-color: #4f5ece !important;
  color: #fff;
}
.common-chat.chat-box .chat-form .btn.attachment {
  position: absolute;
  right: auto;
  left: 25px;
}
.common-chat.show-chat-box {
  right: 20px;
}
.common-chat .chat-details .user-img {
  width: 20px;
  height: 20px;
}

.skeleton-show .skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.skeleton-show .skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}
.skeleton-show .skeleton-text__body {
  width: 5rem;
}
.skeleton-show .skeleton-footer {
  width: 30%;
}

.dashboard-card__height {
  height: 350px;
  overflow-y: auto;
}

#AdvisorsId #AdvisorsBodyId .owl-carousel .owl-nav {
  position: unset !important;
}
#AdvisorsId #AdvisorsBodyId .owl-carousel .owl-nav .owl-prev, #AdvisorsId #AdvisorsBodyId .owl-carousel .owl-nav .owl-next {
  line-height: unset;
}

#UpcomingEventsId #UpcomingEventsBodyId .custom-card {
  border-left: 2px solid #373bd7;
  padding-left: 7px;
  margin-bottom: 15px;
}
#UpcomingEventsId #UpcomingEventsBodyId .custom-card .custom-card-body .font-11 {
  font-size: 11px !important;
}

#RaiseTicketId #RaiseTicketBodyId .custom-card {
  border: 1px solid #e7e7e7;
  padding: 4px;
  border-radius: 4px;
}

#UpcomingPaymentsId #UpcomingPaymentsBodyId .custom-card {
  border: 1px solid #e7e7e7;
  padding: 7px;
  border-radius: 4px;
}
#UpcomingPaymentsId #UpcomingPaymentsBodyId .custom-card .custom-card-body .font-11 {
  font-size: 11px !important;
}

#greet-bar .img-con {
  margin-right: 10px;
  width: 66px;
  height: auto;
}
#greet-bar .img-con img {
  width: 100%;
  height: auto;
}
#greet-bar .wishes-container h6 {
  font-size: 14px;
  line-height: 16px;
  color: #6C757D;
  margin-bottom: 0 !important;
}
#greet-bar .wishes-container h2 {
  color: #1E1E1E;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0 !important;
}

#OffenseId #OffenseBodyId .custom-card {
  background-color: #f9f9f9;
  padding: 12px;
}
#divMainLMS .cardNotifications .box-body .cardAnnouncement {
  border-color: #878b99 !important;
}
#divMainLMS .cardNotifications .box-body .cardAnnouncement .divCourse {
  background-color: #878b99 !important;
}
#divMainLMS .cardNotifications .box-body .cardAnnouncement .divCourse .spanCourseIcon i {
  color: #878b99 !important;
}
#divMainLMS .cardNotifications .box-body .cardSurvey {
  border-color: rgba(140, 130, 193, 0.8392156863) !important;
}
#divMainLMS .cardNotifications .box-body .cardSurvey .divCourse {
  background-color: rgba(140, 130, 193, 0.8392156863) !important;
}
#divMainLMS .cardNotifications .box-body .cardSurvey .divCourse .spanCourseIcon i {
  color: rgba(140, 130, 193, 0.8392156863) !important;
}
#divMainLMS .cardNotifications .box-body .cardLiveSession {
  border-color: rgba(75, 203, 91, 0.5803921569) !important;
}
#divMainLMS .cardNotifications .box-body .cardLiveSession .divCourse {
  background-color: rgba(75, 203, 91, 0.5803921569) !important;
}
#divMainLMS .cardNotifications .box-body .cardLiveSession .divCourse .spanCourseIcon i {
  color: rgba(75, 203, 91, 0.5803921569) !important;
}

.wt-p1 {
  width: 1% !important;
}

.wt-p2 {
  width: 2% !important;
}

.wt-p3 {
  width: 3% !important;
}

.wt-p4 {
  width: 4% !important;
}

.wt-p5 {
  width: 5% !important;
}

.wt-p6 {
  width: 6% !important;
}

.wt-p7 {
  width: 7% !important;
}

.wt-p8 {
  width: 8% !important;
}

.wt-p9 {
  width: 9% !important;
}

.wt-p10 {
  width: 10% !important;
}

.wt-p11 {
  width: 11% !important;
}

.wt-p12 {
  width: 12% !important;
}

.wt-p13 {
  width: 13% !important;
}

.wt-p14 {
  width: 14% !important;
}

.wt-p15 {
  width: 15% !important;
}

.wt-p16 {
  width: 16% !important;
}

.wt-p17 {
  width: 17% !important;
}

.wt-p18 {
  width: 18% !important;
}

.wt-p19 {
  width: 19% !important;
}

.wt-p20 {
  width: 20% !important;
}

.wt-p21 {
  width: 21% !important;
}

.wt-p22 {
  width: 22% !important;
}

.wt-p23 {
  width: 23% !important;
}

.wt-p24 {
  width: 24% !important;
}

.wt-p25 {
  width: 25% !important;
}

.wt-p26 {
  width: 26% !important;
}

.wt-p27 {
  width: 27% !important;
}

.wt-p28 {
  width: 28% !important;
}

.wt-p29 {
  width: 29% !important;
}

.wt-p30 {
  width: 30% !important;
}

.wt-p31 {
  width: 31% !important;
}

.wt-p32 {
  width: 32% !important;
}

.wt-p33 {
  width: 33% !important;
}

.wt-p34 {
  width: 34% !important;
}

.wt-p35 {
  width: 35% !important;
}

.wt-p36 {
  width: 36% !important;
}

.wt-p37 {
  width: 37% !important;
}

.wt-p38 {
  width: 38% !important;
}

.wt-p39 {
  width: 39% !important;
}

.wt-p40 {
  width: 40% !important;
}

.wt-p41 {
  width: 41% !important;
}

.wt-p42 {
  width: 42% !important;
}

.wt-p43 {
  width: 43% !important;
}

.wt-p44 {
  width: 44% !important;
}

.wt-p45 {
  width: 45% !important;
}

.wt-p46 {
  width: 46% !important;
}

.wt-p47 {
  width: 47% !important;
}

.wt-p48 {
  width: 48% !important;
}

.wt-p49 {
  width: 49% !important;
}

.wt-p50 {
  width: 50% !important;
}

.wt-p51 {
  width: 51% !important;
}

.wt-p52 {
  width: 52% !important;
}

.wt-p53 {
  width: 53% !important;
}

.wt-p54 {
  width: 54% !important;
}

.wt-p55 {
  width: 55% !important;
}

.wt-p56 {
  width: 56% !important;
}

.wt-p57 {
  width: 57% !important;
}

.wt-p58 {
  width: 58% !important;
}

.wt-p59 {
  width: 59% !important;
}

.wt-p60 {
  width: 60% !important;
}

.wt-p61 {
  width: 61% !important;
}

.wt-p62 {
  width: 62% !important;
}

.wt-p63 {
  width: 63% !important;
}

.wt-p64 {
  width: 64% !important;
}

.wt-p65 {
  width: 65% !important;
}

.wt-p66 {
  width: 66% !important;
}

.wt-p67 {
  width: 67% !important;
}

.wt-p68 {
  width: 68% !important;
}

.wt-p69 {
  width: 69% !important;
}

.wt-p70 {
  width: 70% !important;
}

.wt-p71 {
  width: 71% !important;
}

.wt-p72 {
  width: 72% !important;
}

.wt-p73 {
  width: 73% !important;
}

.wt-p74 {
  width: 74% !important;
}

.wt-p75 {
  width: 75% !important;
}

.wt-p76 {
  width: 76% !important;
}

.wt-p77 {
  width: 77% !important;
}

.wt-p78 {
  width: 78% !important;
}

.wt-p79 {
  width: 79% !important;
}

.wt-p80 {
  width: 80% !important;
}

.wt-p81 {
  width: 81% !important;
}

.wt-p82 {
  width: 82% !important;
}

.wt-p83 {
  width: 83% !important;
}

.wt-p84 {
  width: 84% !important;
}

.wt-p85 {
  width: 85% !important;
}

.wt-p86 {
  width: 86% !important;
}

.wt-p87 {
  width: 87% !important;
}

.wt-p88 {
  width: 88% !important;
}

.wt-p89 {
  width: 89% !important;
}

.wt-p90 {
  width: 90% !important;
}

.wt-p91 {
  width: 91% !important;
}

.wt-p92 {
  width: 92% !important;
}

.wt-p93 {
  width: 93% !important;
}

.wt-p94 {
  width: 94% !important;
}

.wt-p95 {
  width: 95% !important;
}

.wt-p96 {
  width: 96% !important;
}

.wt-p97 {
  width: 97% !important;
}

.wt-p98 {
  width: 98% !important;
}

.wt-p99 {
  width: 99% !important;
}

.wt-p100 {
  width: 100% !important;
}

#AgentCoPilotOffcanvas .bi.bi-gear-fill, #AgentCoPilotOffcanvas .bi.bi-question-circle, #AgentCoPilotOffcanvas .bi.bi-chevron-left {
  font-size: 20px;
  color: #8b6bff;
}
#AgentCoPilotOffcanvas h5 {
  color: #8b6bff !important;
  border-color: #8b6bff !important;
  margin: 15px 0;
}
#AgentCoPilotOffcanvas hr {
  background-color: #8b6bff;
  width: 97%;
}
#AgentCoPilotOffcanvas .avatarOuter {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #8b6bff, #8b6bff);
  background-position: 100% 0;
}
#AgentCoPilotOffcanvas .result-container {
  height: calc(100vh - 180px);
  overflow: auto;
  position: relative;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content {
  /*   background-color: #f9f9f9 !important;
  height: 400px;
  overflow: auto;
  padding-top: 25px !important;*/
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item.chat-right img {
  float: right;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item.chat-right .chat-details {
  margin-left: 0;
  text-align: right;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item.chat-right .chat-details .chat-text {
  text-align: left;
  background-color: #6777ef;
  color: #fff;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item > img {
  float: left;
  width: 50px;
  border-radius: 50%;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item .chat-details .chat-text {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  max-width: 60vw;
  display: inline-block;
  font-size: 12px;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item .chat-details .chat-text img {
  max-width: 100%;
  margin-bottom: 10px;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item .chat-details .chat-text .table-responsive.copilot-table-height {
  max-height: 45vh;
  overflow-y: auto;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item .chat-details .chat-time {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .chat-item.chat-typing .chat-details .chat-text {
  background-image: url("../../../../plugins/analytics/assets/img/typing.svg");
  height: 40px;
  width: 60px;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .day-separator {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .day-separator::before, #AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .day-separator::after {
  content: "";
  height: 1px;
  background-color: #ccc5e5;
  width: 40%;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-content .day-separator h6 {
  padding: 0 20px;
  color: #8b6bff;
  font-size: 13px;
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-form {
  padding: 0;
  position: relative;
  /*.btn {
      padding: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      right: -5px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);

      i {
          margin-left: 0;
      }
  }*/
}
#AgentCoPilotOffcanvas .result-container .copilot-box .chat-form .form-control {
  border: none;
  padding: 15px;
  height: 50px;
  padding-right: 70px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
}
#AgentCoPilotOffcanvas .result-container .btn-scroll_down {
  position: fixed;
  right: 25px;
  bottom: 90px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#AgentCoPilotOffcanvas .result-container .btn-scroll_down:hover {
  opacity: 1;
}
#AgentCoPilotOffcanvas .result-container .btn-scroll_down i {
  font-size: 22px;
}
#AgentCoPilotOffcanvas .search-container {
  position: absolute;
  bottom: 10px;
  width: 98%;
  padding: 2px 4px;
  border-radius: 10px;
  border: 1px solid rgba(103, 119, 239, 0.1098039216);
  box-shadow: rgba(14, 63, 126, 0.04) 0 0 0 1px, rgba(42, 51, 69, 0.04) 0 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0 6px 6px -3px, rgba(14, 63, 126, 0.04) 0 12px 12px -6px, rgba(14, 63, 126, 0.04) 0 24px 24px -12px;
  display: flex;
  align-items: center;
  background-color: rgba(139, 107, 255, 0.1019607843);
}
#AgentCoPilotOffcanvas .search-container textarea.form-control {
  height: auto !important;
  min-height: 56px;
  max-height: 150px;
  field-sizing: content;
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
  align-content: center;
}
#AgentCoPilotOffcanvas .search-container .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

#AgentSetupOffcanvas .agentOuter {
  height: 70px;
  width: 70px;
  position: relative;
  /*background-color: #f0f3ff;*/
  margin: 10px 17px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  border: 1px solid #f0f3ff;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #f0f3ff, #8b6bff);
  cursor: pointer;
  /* &:hover {
      box-shadow: 0px 15px 20px 3px #00000012;
      background-color: #6777ef !important;
      border-color: #6777ef;
  }*/
}
#AgentSetupOffcanvas .agentOuter:hover, #AgentSetupOffcanvas .agentOuter.active {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #f0f3ff, #8b6bff);
  box-shadow: 0 10px 23px 0px rgba(45, 54, 65, 0.4392156863);
}
#AgentSetupOffcanvas .agentOuter.active::after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -10px;
  transition: all 0.5s ease-in-out;
}

#AgentHelpOffcanvas .offcanvas-body ul li {
  border: 1px solid #d2d4e1;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.table-fixed-h {
  position: relative;
}
.table-fixed-h .fixed-table-body {
  max-height: 400px !important;
  overflow-y: auto;
}
.table-fixed-h .fixed-table-body .table thead th {
  position: sticky !important;
  top: -1px !important;
  background-color: #eef0fd !important;
  z-index: 10;
}
.table-fixed-h .fixed-table-body .table .select-payment [type=checkbox]:checked + label:before {
  width: 12px;
  height: 25px;
}
.table-fixed-h .fixed-table-body .table .select-payment {
  left: 0px;
  top: -12px;
}
.table-fixed-h .fixed-table-body .table .select-payment [type=checkbox] + label:before, .table-fixed-h .fixed-table-body .table .select-payment [type=checkbox]:not(.filled-in) + label:after {
  width: 20px;
  height: 20px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 0.75rem 0 !important;
}

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th {
  position: relative !important;
}

@keyframes placeHolderShimmer {
  0% {
    background: #ececec;
  }
  30% {
    background: #F7F7F7;
  }
  50% {
    background: #ececec;
  }
  80% {
    background: #F7F7F7;
  }
  100% {
    background: #ececec;
  }
}
.table-loader .loading-animation {
  animation: placeHolderShimmer 3s infinite;
}
.table-loader .u-pd-y--md {
  padding: 25px 0 25px;
}
.table-loader .u-pd--xs {
  padding: 5px;
}
.table-loader .u-pd--sm {
  padding: 10px;
}
.table-loader .table-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c1c1;
  padding: 0;
  margin: 5px 0;
}
.table-loader .u-mg--xs {
  margin: 5px;
}
.table-loader .u-mg--sm {
  margin: 10px;
}
.table-loader .u-mg--md {
  margin: 15px;
}
.table-loader .u-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table-loader .u-flex__cell {
  flex: 1;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0;
}

.iti {
  width: 100%;
}

.iti--container {
  left: 0 !important;
  width: 100%;
  top: 56px !important;
}
.iti--container .iti__country-list {
  width: 100%;
}

#error-msg {
  color: red;
}

#valid-msg {
  color: #00C900;
}

input.error {
  border: 1px solid #FF7C7C;
}

.std-accordion .list .item {
  margin-bottom: 10px;
}
.std-accordion .list .item .tab-btn {
  border: 1px solid darkgray;
  padding: 5px 10px;
}
.std-accordion .list .item .tab-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.std-accordion .list .item .tab-btn a span {
  font-size: 15px;
}
.std-accordion .list .item .tab-content {
  padding: 10px 10px;
  border: 1px solid darkgray;
  border-top: 0;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion .accordion-item {
  border: 1px solid #ddd;
}
.accordion .accordion-button {
  background-color: rgba(103, 119, 239, 0.11);
}
.accordion .accordion-button:not(.collapsed) {
  color: #373BD7;
}

.studClassProgress .progress-bar.progress-bar-success {
  width: 80px;
}
.studClassProgress .progress-bar.progress-bar-primary.progress1 {
  width: 200px;
}
.studClassProgress .progress-bar.progress-bar-primary.progress2 {
  width: 100px;
}
.studClassProgress .accordion-button {
  background-color: #f8f9fa;
  color: #495057;
}
.studClassProgress .accordion-button:focus {
  box-shadow: none;
}
.studClassProgress .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.studClassProgress .accordion-body {
  border: 1px solid #ddd;
}
.studClassProgress .accordion-item:last-of-type {
  border-bottom: none;
}
.studClassProgress .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.studClassProgress .content.expanded {
  max-height: 1000px;
}
.studClassProgress .nav.nav-tabs li a.nav-link.active {
  border-bottom: 0 !important;
}

.media-statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.media-statistics .card-statistic {
  width: calc(50% - 5px);
  box-sizing: border-box;
  display: flex;
  padding: 12px 10px;
  border-radius: 5px;
  align-items: center;
}
@media (min-width: 600px) {
  .media-statistics .card-statistic {
    width: calc(33.333% - 7px);
  }
}
@media (min-width: 992px) {
  .media-statistics .card-statistic {
    width: calc(20% - 8px);
  }
}
.media-statistics .card-statistic:nth-child(1) {
  background-color: rgba(103, 119, 239, 0.15);
}
.media-statistics .card-statistic:nth-child(1) .icon-outer {
  background-color: #6777EF;
}
.media-statistics .card-statistic:nth-child(2) {
  background-color: rgba(255, 108, 64, 0.15);
}
.media-statistics .card-statistic:nth-child(2) .icon-outer {
  background-color: #FF6C40;
}
.media-statistics .card-statistic:nth-child(3) {
  background-color: rgba(178, 85, 238, 0.15);
}
.media-statistics .card-statistic:nth-child(3) .icon-outer {
  background-color: rgb(178, 85, 238);
}
.media-statistics .card-statistic:nth-child(4) {
  background-color: rgba(40, 168, 234, 0.15);
}
.media-statistics .card-statistic:nth-child(4) .icon-outer {
  background-color: #28A8EA;
}
.media-statistics .card-statistic:nth-child(5) {
  background-color: rgba(253, 185, 0, 0.15);
}
.media-statistics .card-statistic:nth-child(5) .icon-outer {
  background-color: #FDB900;
}
.media-statistics .card-statistic .icon-outer {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 8px;
}
.media-statistics .card-statistic .icon-outer i {
  color: white;
  font-size: 18px;
}
.media-statistics .card-statistic .media-statistic-details .statistic-name {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.media-statistics .card-statistic .media-statistic-details .statistic-data {
  color: #9A9A9A;
  font-size: 14px;
}

.media-filters {
  margin: 20px 0 10px 0;
}
.media-filters .dropdown-toggle {
  cursor: pointer;
}
.media-filters .dropdown-toggle::after {
  display: none;
}
.media-filters .dropdown-menu {
  width: auto;
  min-width: auto;
}
.media-folders .dropdown-toggle {
  cursor: pointer;
}
.media-folders .dropdown-toggle::after {
  display: none;
}
.media-folders .dropdown-menu {
  width: auto;
  min-width: auto;
}
.media-folders .box-folder {
  border: 1px solid #fdb900;
  border-radius: 5px;
  padding: 7px 8px;
  margin-bottom: 10px;
}
.media-folders .box-folder .flex-icon-name {
  display: flex;
}
.media-folders .box-folder .flex-icon-name .icon-outer {
  height: 40px;
  width: 40px;
  background-color: rgba(253, 185, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 7px;
}
.media-folders .box-folder .flex-icon-name .icon-outer i {
  color: #fdb900;
  font-size: 20px;
}
.media-folders .box-folder .flex-icon-name .folder-details {
  width: calc(100% - 47px);
}
.media-folders .box-folder .flex-icon-name .folder-details .folder-name {
  font-weight: 700;
}
.media-folders .box-folder .flex-icon-name .folder-details .folder-subdetails {
  font-size: 12px;
  color: #98a6ad;
}

.tbl-media__medias {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.tbl-media__medias thead tr th {
  /*padding-top: 5px;*/
}
.tbl-media__medias tbody tr {
  background-color: rgba(211, 211, 211, 0.2);
}
.tbl-media__medias tbody tr td {
  /*background: rgb(255 255 255 / 80%);*/
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.tbl-media__medias tbody tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tbl-media__medias tbody tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tbl-media__medias tbody tr.media-purple .icon-outer {
  background-color: rgba(178, 85, 238, 0.15);
}
.tbl-media__medias tbody tr.media-purple .icon-outer i {
  color: rgb(178, 85, 238);
}
.tbl-media__medias tbody tr.media-navyblue .icon-outer {
  background-color: rgba(103, 119, 239, 0.15);
}
.tbl-media__medias tbody tr.media-navyblue .icon-outer i {
  color: #6777EF;
}
.tbl-media__medias tbody tr.media-skyblue .icon-outer {
  background-color: rgba(40, 168, 234, 0.15);
}
.tbl-media__medias tbody tr.media-skyblue .icon-outer i {
  color: #28A8EA;
}
.tbl-media__medias tbody tr.media-red .icon-outer {
  background-color: rgba(255, 108, 64, 0.15);
}
.tbl-media__medias tbody tr.media-red .icon-outer i {
  color: #FF6C40;
}
.tbl-media__medias tbody tr.media-yellow .icon-outer {
  background-color: rgba(253, 185, 0, 0.15);
}
.tbl-media__medias tbody tr.media-yellow .icon-outer i {
  color: #FDB900;
}
.tbl-media__medias .icon-outer {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 10px;
  background-color: black;
  color: white;
}
.tbl-media__medias .dropdown-toggle {
  cursor: pointer;
}
.tbl-media__medias .dropdown-toggle::after {
  display: none;
}
.tbl-media__medias .dropdown-menu {
  width: auto;
  min-width: auto;
}
.offcanvas-35vw {
  width: 35vw !important;
}

.noti-card {
  box-shadow: none;
  background-color: #f9f9f9;
}
.noti-card .box-body {
  padding: 10px 10px;
}
.noti-card .box-body .noti-icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 6px;
  margin-right: 8px;
}
.noti-card .box-body .noti-details {
  width: calc(100% - 58px);
}
.noti-card .box-body .noti-details .noti-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.noti-card .box-body .noti-details .noti-time {
  margin-bottom: 0;
  line-height: 16px;
  font-size: 12px;
}
.noti-card .box-body .noti-priority {
  border: 1px solid;
  padding: 1px 5px;
  border-radius: 3px;
}
.noti-card .box-body .noti-desc {
  margin-bottom: 0;
  line-height: 16px;
  font-size: 12px;
}
.noti-card .btn-primary-light-cust {
  background-color: rgba(103, 119, 239, 0.0784313725) !important;
  color: #6777ef !important;
}
.noti-card .btn-primary-light-cust:hover {
  background-color: rgba(103, 119, 239, 0.0784313725) !important;
}
.noti-card .btn-info-light-cust {
  background-color: rgba(58, 186, 244, 0.0784313725) !important;
  color: #3abaf4 !important;
}
.noti-card .btn-info-light-cust:hover {
  background-color: rgba(58, 186, 244, 0.0784313725) !important;
}
.noti-card .btn-danger-light-cust {
  background-color: rgba(252, 84, 75, 0.0784313725) !important;
  color: #fc544b !important;
}
.noti-card .btn-danger-light-cust:hover {
  background-color: rgba(252, 84, 75, 0.0784313725) !important;
}
.noti-card .btn-warning-light-cust {
  background-color: rgba(255, 164, 38, 0.0784313725) !important;
  color: #ffa426 !important;
}
.noti-card .btn-warning-light-cust:hover {
  background-color: rgba(255, 164, 38, 0.0784313725) !important;
}
.noti-card .btn-success-light-cust {
  background-color: rgba(84, 202, 104, 0.0784313725) !important;
  color: #54ca68 !important;
}
.noti-card .btn-success-light-cust:hover {
  background-color: rgba(84, 202, 104, 0.0784313725) !important;
}
.noti-card .btn-secondary-light-cust {
  background-color: rgba(205, 211, 216, 0.2117647059) !important;
  color: #aaaeb2 !important;
}
.noti-card .btn-secondary-light-cust:hover {
  background-color: rgba(205, 211, 216, 0.2117647059) !important;
}
.noti-card .opt-details .icon-outer {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 8px;
  width: 30px;
  height: 30px;
  transition: width 0.6s ease, background-color 0.4s ease;
  margin-right: 10px;
  overflow: hidden;
}
.noti-card .opt-details .icon-outer .opt-details_name {
  opacity: 0;
  margin-left: 10px;
  transition: opacity 0.3s ease 0.2s;
  white-space: nowrap;
}
.noti-card .opt-details .icon-outer:hover {
  width: 150px;
}
.noti-card .opt-details .icon-outer:hover .opt-details_name {
  opacity: 1;
}
.noti-card .opt-details .icon-outer:nth-child(1):hover {
  width: 194px;
}
.noti-card .opt-details .icon-outer:nth-child(2):hover {
  width: 182px;
}
.noti-card .opt-details .icon-outer:nth-child(3):hover {
  width: 98px;
}
.noti-card .opt-details .icon-outer:nth-child(4):hover {
  width: 118px;
}

.dot-dark-blue {
  background-color: #6777ef;
  color: #fff;
}

.dot-red {
  background-color: #f3565d;
  color: #fff;
}

.dot-orange {
  background-color: #fe9701;
  color: #fff;
}

.dot-blue {
  background-color: #00bcd4;
  color: #fff;
}

.dot-green {
  background-color: #1bbc9b;
  color: #fff;
}

.dot-pink {
  background-color: #dc35a9;
  color: #fff;
}

.dot-purple {
  background-color: #9b59b6;
  color: #fff;
}

.dot-dark-green {
  background-color: #278a69;
  color: #fff;
}

.dot-emerald {
  background-color: #6190af;
  color: #fff;
}

.dot-gray {
  background-color: #878b99;
  color: #fff;
}

.dot-dark-orange {
  background-color: #cc704b;
  color: #fff;
}

.dot-light-pink {
  background-color: #fb6f92;
  color: #fff;
}

.result-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.result-table table, .result-table th, .result-table td {
  border: 1px solid #000;
}
.result-table th, .result-table td {
  padding: 10px 12px;
}
.result-table thead {
  background-color: #f2f2f2;
}

.release-notes .release-notes-sidebar {
  max-height: 600px;
  overflow-y: auto;
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 24px 10px;
}
.release-notes .release-notes-sidebar input {
  background: #fff;
  border: 1px solid #efefef;
  font-size: 12px;
  outline: none;
  width: 100%;
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 6px;
}
.release-notes .release-notes-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.release-notes .release-notes-sidebar ul li {
  margin: 0 8px;
}
.release-notes .release-notes-sidebar ul li button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
  padding: 6px 14px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #666666;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.release-notes .release-notes-sidebar ul li button i {
  transition: transform 0.3s ease;
}
.release-notes .release-notes-sidebar ul li button[aria-expanded=true] i {
  transform: rotate(90deg);
}
.release-notes .release-notes-sidebar ul li ul {
  padding: 0;
}
.release-notes .release-notes-sidebar ul li ul li {
  margin: 8px 0;
}
.release-notes .release-notes-sidebar ul li ul li a {
  display: block;
  text-decoration: none;
  padding: 4px 28px;
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: padding-left 0.3s ease;
}
.release-notes .release-notes-sidebar ul li ul li a:hover {
  color: #7686fc;
  background-color: rgba(193, 195, 212, 0.11);
  border-radius: 8px;
}
.release-notes .release-notes-sidebar ul li ul li a.active {
  color: #7686fc;
  background-color: rgba(193, 195, 212, 0.11);
  border-radius: 8px;
}
.release-notes .release-notes-content {
  border-radius: 8px;
  position: relative;
  border: 1px solid #eee;
  padding: 20px 25px;
}
.release-notes .release-notes-content .release-notes-header h2 {
  position: sticky;
  top: 0;
  z-index: 10;
  color: #212529;
  font-weight: bold;
  margin-bottom: 14px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date {
  color: #6c757d;
  border-bottom: 1px solid #dee2e6;
  border-color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date p {
  margin: 0;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .published-date span:not(:first-of-type) {
  margin-left: 6px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf {
  margin-right: 18px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf span {
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 11px;
  display: block;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf span:hover {
  background: #6e7efd;
}
.release-notes .release-notes-content .release-notes-header .release-notes-date .generate-pdf span:hover i {
  color: #fff;
}
.release-notes .release-notes-content .release-notes-body {
  max-height: 500px;
  overflow-y: auto;
  padding: 12px 0;
}
.release-notes .release-notes-content .release-notes-body h6 {
  margin: 4px 0;
  font-size: 22px;
}
.release-notes .release-notes-content .release-notes-body p {
  margin: 0;
  color: #2d2d2d;
}
.release-notes .release-notes-content .release-notes-body ul li p {
  margin: 0;
}
.release-notes .release-notes-content .release-notes-body img {
  max-width: 100%;
  height: auto;
}

.version-control-typography {
  /*strong {
      font-weight: 900 !important;
  }*/
  /* h6 {
      font-size: 0.67em !important;
  }*/
}
.version-control-typography h1, .version-control-typography h2, .version-control-typography h3, .version-control-typography h4, .version-control-typography h5, .version-control-typography strong {
  font-weight: bold !important;
  margin: 0 !important;
}
.version-control-typography h1 {
  font-size: 2em !important;
}
.version-control-typography h2 {
  font-size: 1.5em !important;
}
.version-control-typography h3 {
  font-size: 1.17em !important;
}
.version-control-typography h4 {
  font-size: 1em !important;
}
.version-control-typography h5 {
  font-size: 0.83em !important;
}
.version-control-typography li {
  font-size: 1em !important;
}
.version-control-typography p {
  font-size: 1em !important;
  margin: 0 !important;
}

.token-pass-container {
  max-width: 550px;
  margin: auto;
  padding: 28px;
  border: 1px solid #cacaca;
  border-radius: 15px;
  position: relative;
  background: #fff;
}
.token-pass-container .dashed-line::before,
.token-pass-container .dashed-line::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 30px;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
}
.token-pass-container .dashed-line::before {
  top: 37%;
  left: -21px;
  /*transform: translateY(-50%);*/
  clip-path: inset(0 0 0 20px);
}
.token-pass-container .dashed-line::after {
  top: 37%;
  right: -21px;
  /*transform: translateY(-50%);*/
  clip-path: inset(0 20px 0 0);
}
.token-pass-container .dashed-line {
  border-top: 1px dashed #b4b3b3;
}
.token-pass-container .bg-light-gray {
  background-color: #f7f7f7;
}

.book-token .time-slot {
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  margin: 5px;
}
.book-token .time-slot.selected {
  background-color: #60b681 !important;
  border-color: #60b681;
  color: #fff;
}
.book-token .time-slot.available:hover {
  border-color: #60b681;
}
.book-token .time-slot.booked {
  border-color: #e6e6e6;
  cursor: not-allowed;
  background-color: #e6e6e6;
}
.book-token .time-slot:hover:not(.booked):not(.selected) {
  background-color: #f1f1f1;
}

.timeline::before {
  border-color: #ccc;
}
.timeline .timeline-item .timeline-event {
  border: 1px solid #e1dcdc !important;
  border-radius: 8px;
}
.timeline .timeline.timeline-single-column::before {
  border-color: #c4c1c6;
}
.timeline .timeline-heading {
  display: flex;
  align-items: center;
}
.timeline .timeline-heading .timeline-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.timeline .timeline-heading .timeline-content .timeline-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 30%;
}

.seat-selection .seat {
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  margin: 5px;
}
.seat-selection .seat .selected {
  filter: invert(10%) sepia(88%) saturate(300%) hue-rotate(79deg) brightness(91%) contrast(84%);
}
.seat-selection .seat .staff-seat {
  filter: invert(10%) sepia(40%) saturate(2000%) hue-rotate(205deg) brightness(95%) contrast(105%);
}
.seat-selection .seat .available:hover {
  border-color: #60b681;
}
.seat-selection .seat .booked {
  cursor: not-allowed;
  filter: invert(10%) sepia(64%) saturate(845%) hue-rotate(330deg) brightness(105%) contrast(98%);
}
.seat-selection .seat .driver-seat {
  cursor: not-allowed;
}
.seat-selection .seat-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.seat-selection .seat-container {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  background-color: #ffffff;
}
.seat-selection .bus-door {
  border: 2px solid #b3a9a9;
  padding: 2px;
  margin: 5px;
}
.seat-selection .aisle {
  width: 50px;
}

.image-stack {
  display: flex;
  align-items: center;
  position: relative;
}
.image-stack .image {
  position: absolute;
  height: 40px;
  width: 40px;
}
.image-stack .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.image-stack .image.image-1 {
  z-index: 4;
  transition: transform 0.3s ease-in-out;
}
.image-stack .image.image-1:hover {
  transform: scale(1.2);
  z-index: 10;
}
.image-stack .image.image-2 {
  z-index: 3;
  left: 20px;
  transition: transform 0.3s ease-in-out;
}
.image-stack .image.image-2:hover {
  transform: scale(1.2);
  z-index: 10;
}
.image-stack .image.image-3 {
  z-index: 2;
  left: 40px;
  transition: transform 0.3s ease-in-out;
}
.image-stack .image.image-3:hover {
  transform: scale(1.2);
  z-index: 10;
}
.image-stack .image.image-4 {
  z-index: 1;
  left: 60px;
  transition: transform 0.3s ease-in-out;
}
.image-stack .image.image-4:hover {
  transform: scale(1.2);
  z-index: 10;
}

.seat-legends {
  display: flex;
  justify-content: end;
  margin-top: 25px;
}
.seat-legends .btn-seat-legend {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.seat-legends .btn-seat-legend:hover, .seat-legends .btn-seat-legend.active {
  background-color: #ddd;
}
.seat-legends .btn-seat-legend:nth-child(1) img {
  filter: invert(10%) sepia(64%) saturate(845%) hue-rotate(330deg) brightness(105%) contrast(98%);
}
.seat-legends .btn-seat-legend:nth-child(3) img {
  filter: invert(10%) sepia(40%) saturate(2000%) hue-rotate(205deg) brightness(95%) contrast(105%);
}
.seat-legends .btn-seat-legend img {
  height: 20px;
  width: 20px;
}
.seat-legends .btn-seat-legend .legend-door {
  border: 1px solid #7f6f6f;
  padding: 7px 1px;
}

.chat .chat-message .fa-file-image-o, .chat .chat-message .fa-file-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat-app {
  height: 690px;
}
.chat-app .people-list {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
}
.chat-app .chat {
  border-left: 1px solid #e8e8e8;
}
.chat-app .list_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
  /*@include box-shadow2(0 10px 25px 0 rgba(0, 0, 0, 0.3));*/
  /*@include border-radius(3px);*/
}

.people-list {
  transition: 0.5s;
}
.people-list .chat-search {
  margin: 10px;
}
.people-list .chat-list li {
  padding: 10px 15px;
  list-style: none;
  border-radius: 3px;
}
.people-list .chat-list li:hover {
  background: #efefef;
  cursor: pointer;
}
.people-list .chat-list li.active {
  background: #efefef;
}
.people-list .chat-list li .name {
  font-size: 15px;
}
.people-list .chat-list img {
  width: 45px;
  border-radius: 50%;
}
.people-list img {
  float: left;
  border: 1px solid #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  /*@include box-shadow2(0px 5px 25px 0px rgba(0, 0, 0, 0.2));*/
  border-radius: 50%;
}
.people-list .about {
  float: left;
  padding-left: 8px;
}
.people-list .status {
  color: #999;
  font-size: 13px;
}

.chat .chat-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  border-radius: 0 0.55rem 0 0;
}
.chat .chat-header img {
  float: left;
  /*@include border-radius(50%);*/
  border-radius: 50%;
  width: 45px;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
}
.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat .chat-header .chat-num-messages {
  color: 434651;
}
.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff;
  height: 450px;
}
.chat .chat-history ul {
  padding: 0;
}
.chat .chat-history ul li {
  list-style: none;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data .message-data-name {
  font-size: 13px;
  font-weight: 700;
}
.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 13px;
  /*@include border-radius(7px);*/
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #e8e8e8;
}
.chat .chat-history .my-message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #e8e8e8;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .other-message {
  background: #d9e7ea;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #d9e7ea;
  left: 93%;
}
.chat .chat-message {
  padding: 20px;
}
.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px Lato, Arial, sans-serif;
  margin-bottom: 10px;
  /*@include border-radius(5px);*/
  border-radius: 5px;
  resize: none;
}
.online {
  margin-right: 3px;
  font-size: 10px;
  color: #86bb71;
}

.offline {
  margin-right: 3px;
  font-size: 10px;
  color: #e38968;
}

.me {
  margin-right: 3px;
  font-size: 10px;
  color: #0498bd;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.slimScrollBar {
  z-index: 0 !important;
}

.chat-upload {
  float: right;
}

.lms-chat-box {
  display: block !important;
}
.lms-chat-box .chat-content {
  background-color: #f9f9f9 !important;
  height: 400px;
  overflow: hidden;
  padding-top: 25px !important;
}
.lms-chat-box .chat-content .chat-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.lms-chat-box .chat-content .chat-item.chat-right img {
  float: right;
}
.lms-chat-box .chat-content .chat-item.chat-right .chat-details {
  margin-left: 0;
  margin-right: 70px;
  text-align: right;
}
.lms-chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
  text-align: left;
  /*background-color: color(primary);*/
  color: #fff;
}
.lms-chat-box .chat-content .chat-item > img {
  float: left;
  width: 50px;
  border-radius: 50%;
}
.lms-chat-box .chat-content .chat-item .chat-details {
  margin-left: 70px;
}
.lms-chat-box .chat-content .chat-item .chat-details .chat-text {
  /*@include shadow;*/
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  font-size: 12px;
}
.lms-chat-box .chat-content .chat-item .chat-details .chat-text img {
  max-width: 100%;
  margin-bottom: 10px;
}
.lms-chat-box .chat-content .chat-item.chat-typing .chat-details .chat-text {
  /*background-image: url("../img/typing.svg");*/
  background-image: url("../../../../images/typing.svg");
  height: 40px;
  width: 60px;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}
.lms-chat-box .chat-content .chat-item .chat-details .chat-time {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}
.lms-chat-box .chat-form {
  padding: 0;
  position: relative;
}
.lms-chat-box .chat-form .form-control {
  border: none;
  padding: 15px;
  height: 50px;
  padding-right: 70px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
}
.lms-chat-box .chat-form .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*@include shadow;*/
}
.lms-chat-box .chat-form .btn i {
  margin-left: 0;
}

.lms-chat-box .chat-content {
  overflow-y: auto !important;
  outline: 0;
  height: calc(100vh - 329px) !important;
}
.lms-chat-box .chat-content .chat-item .chat-details .chat-text {
  max-width: 600px;
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.06);
}
.lms-chat-box .chat-content .chat-item.chat-left .chat-details {
  margin-left: 0;
}
.lms-chat-box .chat-content .chat-item.chat-right .chat-details {
  margin-right: 0;
}
.lms-chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
  background: #F0F3FF 0% 0% no-repeat padding-box !important;
  color: #000 !important;
}

#chat-scroll {
  height: calc(100vh - 240px) !important;
}
#chat-scroll .chat-list .team-member-sm {
  width: 24px !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#chat-scroll .chat-list .team-member-sm:hover {
  webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(75, 70, 124, 0.2);
  box-shadow: 0 14px 24px rgba(75, 70, 124, 0.2);
  z-index: 999;
}
#chat-scroll .chat-list .team-member {
  position: relative;
  width: 30px;
  white-space: nowrap;
  border-radius: 1000px !important;
  vertical-align: bottom;
  display: inline-block;
  padding: 0 !important;
}
#chat-scroll .chat-list .team-member img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 1000px;
}
#chat-scroll .chat-list .order-list {
  line-height: 0;
}
#chat-scroll .chat-list .order-list li.avatar {
  padding: 0 !important;
  height: 24px !important;
  width: 24px !important;
}
#chat-scroll .chat-list .order-list li.avatar:hover {
  background: none !important;
  cursor: unset !important;
}
#chat-scroll .chat-list .order-list li img {
  border: 2px solid #fff;
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
#chat-scroll .chat-list .order-list li + li {
  margin-left: -14px;
  background: transparent;
}
#chat-scroll .chat-list .order-list li .badge {
  background: rgba(228, 222, 222, 0.8) !important;
  color: #6b6f82 !important;
  margin-bottom: 6px !important;
  border: none;
  padding: 3px 8px;
  /*margin-top: 10px;*/
}
#chat-scroll .chat-list .order-list li.team-member {
  background: #ededed !important;
}
#chat-scroll .chat-list .status-batch {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  left: 16px;
  top: 12px;
  border: 1px solid #fff;
}

.list-unstyled-border li {
  border-bottom: 1px solid #f9f9f9;
  padding: 0 0 15px 0 !important;
  margin-bottom: 10px;
  cursor: default;
}
.list-unstyled-border li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.media .bullet {
  display: inline;
  margin: 0 4px;
  background-color: transparent !important;
}
.media .bullet:after {
  content: "•";
}

.btnScrollDown {
  position: fixed;
  right: 30px;
  bottom: 170px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.btnScrollDown:hover {
  opacity: 1;
}
.btnScrollDown i {
  font-size: 22px;
}

.picker {
  background: #fff !important;
}

/*@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 993px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 575px) {
}*/
@media only screen and (max-width: 425px) {
  .lms-chat-box .chat-content {
    /* overflow-y: auto !important;
    outline: 0;*/
  }
  .lms-chat-box .chat-content .chat-item .chat-details .chat-text {
    max-width: 250px;
    /* box-shadow: 0 6px 10px 0px rgb(0 0 0 / 6%);*/
  }
  .lms-chat-box .chat-content .chat-item.chat-left .chat-details {
    /*margin-left: 0;*/
  }
  .lms-chat-box .chat-content .chat-item.chat-right .chat-details {
    /*margin-right: 0;*/
  }
  .lms-chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
    /*background: #F0F3FF 0% 0% no-repeat padding-box !important;
    color: #000 !important;*/
  }
  .btnScrollDown {
    bottom: 320px;
  }
}
.emoji-picker-container {
  position: absolute;
  bottom: 60px;
  right: 30px;
  display: none;
  z-index: 1000;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: 280px;
  height: 300px;
}
.emoji-picker-container .emoji-picker {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.emoji-picker-container .emoji-picker .emoji-picker-tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px;
  overflow-x: auto;
  flex-shrink: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.emoji-picker-container .emoji-picker .emoji-picker-tabs::-webkit-scrollbar {
  display: none;
}
.emoji-picker-container .emoji-picker .emoji-picker-tabs .emoji-tab {
  flex: 1;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.emoji-picker-container .emoji-picker .emoji-picker-tabs .emoji-tab:hover {
  color: #555;
}
.emoji-picker-container .emoji-picker .emoji-picker-tabs .emoji-tab.active {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}
.emoji-picker-container .emoji-picker .emoji-picker-content {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  height: 60%;
}
.emoji-picker-container .emoji-picker .emoji-picker-content .emoji-group {
  display: none;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 10px;
}
.emoji-picker-container .emoji-picker .emoji-picker-content .emoji-group.active {
  display: grid;
}
.emoji-picker-container .emoji-picker .emoji-picker-content .emoji-group .emoji {
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.emoji-picker-container .emoji-picker .emoji-picker-content .emoji-group .emoji:hover {
  background-color: #f0f0f0;
}

.loader-2 {
  position: absolute;
  width: 98%;
  height: 90%;
  z-index: 999999;
  opacity: 0.7;
  overflow: visible;
  background: #fff url(../../assets/images/1.gif) no-repeat center center;
  display: none;
}

#collapse-submenu {
  cursor: pointer;
}

.box {
  margin-bottom: 15px !important;
}

.box-header {
  padding: 0.5rem 1rem !important;
}

.box-body {
  padding: 1rem 1rem !important;
  position: relative;
}

.card-subheading {
  position: relative;
  padding-left: 10px;
  color: #6777ef;
  border-left: 5px solid #6777ef;
  margin-bottom: 15px;
  margin-top: 15px;
}

.h-35 {
  height: 35px;
}

.font-15 {
  font-size: 15px !important;
}

.offcanvas-85vw {
  max-width: 85vw !important;
}

.offcanvas-90vw {
  width: 90vw !important;
}

.offcanvas-end-auto {
  width: auto !important;
}

@media (max-width: 756px) {
  .box-body {
    padding: 0.5rem 0.5rem !important;
  }
  .offcanvas-85vw {
    max-width: 95vw !important;
  }
  .cust-accordion .tab-wrapper.v1 .item .tab-content {
    padding: 10px 10px !important;
  }
  .btn {
    margin-bottom: 3px;
  }
  .btn-sm {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
  }
  .offcanvas-35vw {
    width: 95vw !important;
  }
  .offcanvas-50vw {
    width: 95vw !important;
  }
  .form-control {
    font-size: 0.75rem;
  }
}
.select2-hidden-accessible {
  width: 0px !important;
}

.core-nav.nav-core-sticky {
  position: fixed;
}

.text-black {
  color: #000;
}

.text-primarya {
  color: #6777ef !important;
}

.report-border {
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
}

@media (max-width: 767px) {
  .report-border {
    width: 650px;
  }
}
.report-border .report-bottom-border {
  border-bottom: 1px solid #000;
}

.report-table.table > thead {
  background-color: #fff;
}

.report-table.table > thead > tr > th, .report-table.table > tbody > tr > td {
  border: 1px solid #000;
  color: #000;
}

.report-border .report-signature {
  width: 125px;
  height: auto;
}

.student-attainment .accordion-button {
  color: #6777ef;
  background-color: rgba(138, 145, 199, 0.11);
}
.student-attainment .accordion-button:not(.collapsed) {
  color: #6777ef;
}
.student-attainment .accordion-button:hover {
  color: #6777ef;
}
.student-attainment .accordion-button:focus {
  box-shadow: none;
}
.student-attainment .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.student-attainment .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.student-attainment .accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.student-attainment .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control[readonly], .form-control[type=file] {
  background-color: #fff !important;
}

.overflow-unset {
  overflow: unset !important;
}

.my-payment-card.blog-post .entry-meta ul li {
  width: 28%;
}
