.auth-bg-cover {
  background: linear-gradient(-45deg, #ab6f29c4 50%, rgb(77 72 121));
}

.active-nav {
  background: #f3f3f9;
  font-weight: bold;
  color: #06147e;
}

[data-layout="horizontal"] .navbar-menu .navbar-nav>li:nth-of-type(2)>.nav-link.menu-link {
  padding: 10px 20px;
}

.sliding_banner_inner {
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 200px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 14px;
}

.sliding_banner_inner>.sliding_banner_text {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.sliding_banner_text {
  padding: 0 10px;
}

.small_widget_links {
  border-top: 1px solid #f2f0f0;
  padding-top: 4px;
  margin: 10px 15px;
}

.active-topbar {
  background-color: var(--vz-topbar-user-bg-dark) !important;
}

[data-topbar="dark"] .topbar-user {
  background-color: #06147e;
}

.top-bar-icon {
  color: #ffffff;
  font-size: 24px;
}

.top-bar-icon:hover {
  color: #f7b84b !important;
}

.pd-20 {
  padding: 20px;
}

.top-dropdown-active {
  background: rgba(30, 32, 37, 0.12);
}

.img-fill {
  width: -webkit-fill-available;
  border-radius: 12px 12px 0px 0px;
  height: 240px;
  width: -moz-available;
}

.subject-card {
  width: 345px;
  text-align: center;
  border-radius: 12px;
  background: #f7b84b;
}

.subject-card-dashboard {
  width: 320px;
  margin: 10px 20px;
  text-align: center;
  border-radius: 12px;
  background: #06147e;
}

.color-white {
  color: #ffffff;
}

.percentage {
  color: #000;
  background: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 7px;
  margin: 0px 39px;
  border-radius: 8px;
}

.card {
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-radius: 13px;
}

.card-header:first-child {
  border-radius: 8px 8px 0px 0px;
}

.lesson-card {
  width: 255px;
  margin: 10px 8px;
  text-align: center;
  border-radius: 12px;
  background: #06147e;
}

.sidenav-sections {
  width: fit-content;
  background: #fff;
}

.error {
  color: red;
}

#invalid-user {
  text-align: center;
  background: hsl(11deg 63% 65%);
  padding: 5px;
  color: #fff;
  border-radius: 4px;
  display: none;
}

.bg-yellow {
  background: #f7b84a;
}

.txt-white {
  color: #ffffff;
}

.count-lbl {
  background: #e29209;
  padding: 0px 12px;
  border-radius: 6px;
}

.badge-img {
  height: 2rem;
}

/* .scrollable-section-content {
  max-height: 65vh;
  overflow-y: auto;
} */

.float-right {
  float: right;
}

html[dir="rtl"] .float-right {
  float: left;
}

.sub-lesson {
  cursor: pointer;
  padding: 6px 8px 1px;
  border-radius: 7px;
}

.sub-lesson-active {
  background: #DBEAFE;
}

.lesson-active {
  background: #DBEAFE !important;
  border-radius: 12px 12px 0px 0px;
}

[dir="rtl"] .float-right {
  float: left;
}

.required-string {
  color: rgba(236, 6, 6, 0.953);
  padding: 0px 2px;
}

.enrolled-sub-img {
  height: 40px;
  width: 40px;
  border-radius: 6px;
}

.lead-link {
  cursor: pointer;
}

.heading-subject {
  font-size: 24px;
  color: #06147e;
  text-shadow: 2px 2px 4px #aaa;
  font-weight: bold;
  text-decoration: underline;
}

.txt-center {
  text-align: center;
}

.join-room {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #06147e;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

#countdown {
  text-align: center;
  background: #222;
  background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
  background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image: -o-linear-gradient(top, #222, #333, #333, #222);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  margin: auto;
  padding: 24px 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#countdown:before {
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  left: -10px;
}

#countdown:after {
  content: "";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 48px;
  right: -10px;
}

#countdown #tiles {
  position: relative;
  z-index: 1;
}

#countdown #tiles>span {
  width: 92px;
  max-width: 92px;
  font: bold 48px "Droid Sans", Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee);
  background-image: -moz-linear-gradient(top, #bbb, #eee);
  background-image: -ms-linear-gradient(top, #bbb, #eee);
  background-image: -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles>span:before {
  content: "";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}

#countdown #tiles>span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: -5px;
}

#countdown .labels li {
  width: 102px;
  font: bold 15px "Droid Sans", Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

/* Final Quiz Report */

.quiz-final-report-container {
  padding: 15px;
  margin: 32px;
  border: 1px solid;
  border-radius: 16px;
  background: #ffff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.submission-heading {
  text-decoration-line: underline;
  background: #49506e;
  color: #ffffff;
  padding: 8px;
  padding: 20px;
  border-radius: 4px 4px 0 0;
}

.submision-details-bg {
  background: aliceblue;
  padding: 1px;
  margin: 25px 0px;
  border-radius: 0 0 4px 4px;
}

.submission-details-p {
  font-weight: bolder;
  font-size: larger;
}

.question-bg {
  background: #91b3ff38;
  padding: 1px;
  margin: 15px 0px;
  border-radius: 0 0 4px 4px;
}

.pd-p {
  padding: 0 8px 0px 8px;
}

.question-heading {
  background: #29304c;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px 4px 0 0;
}

.return-to-assignment-btn {
  margin: -70px 0px;
}

.question-p {
  font-weight: bolder;
  font-size: larger;
}

.response-answer-p {
  font-weight: bold;
  color: var(--vz-secondary);
}

.correct-answer {
  font-weight: bold;
  color: var(--vz-green);
}

.score-p {
  font-weight: bolder;
  color: var(--vz-orange);
  font-size: medium;
}

.file-preview-container {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.file-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

/* Adjustments to the existing CSS */
.timetable-std {
  border: 3px solid #0000ff !important;
  border-collapse: separate !important;
  width: 100%;
  overflow-x: auto;
  border-radius: 6px;
}

.timetable-std th,
.timetable-std td {
  border: 3px solid #0000ff !important;
  padding: 10px;
  text-align: center;
  min-width: 100px;
}

.timetable-std th {
  background-color: #f0f0f0;
}

.timetable-std.table>tbody {
  vertical-align: middle !important;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .quiz-final-report-container {
    width: 100%;
  }

  .qr-summary-card-header {
    display: block !important;
    text-align: right !important;
  }

  .timetable-std th,
  .timetable-std td {
    padding: 5px;
    font-size: 12px;
  }
}

@media print {
  .timetable-std {
    border: 1px solid #000 !important;
    width: 100% !important;
    overflow-x: visible !important;
    table-layout: fixed;
  }

  .timetable-std th,
  .timetable-std td {
    border: 1px solid #000 !important;
    padding: 5px;
    font-size: 12px;
    width: 14.28%;
  }
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .dash-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .dash-grid {
    grid-template-columns: 1fr;
  }
}

.dash-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(64, 81, 137, 0.10);
  border: 1px solid rgba(64, 81, 137, 0.08);
}

.dash-head {
  background: #06147e;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dash-head-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dash-head-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: #fff;
}

.dash-head-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
}

.dash-badge {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  padding: 3px 10px;
  min-width: 26px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dash-body {
  height: 250px;
  overflow-y: auto;
  padding: 6px 0;
  background: #fff;
}

.dash-body::-webkit-scrollbar {
  width: 3px;
}

.dash-body::-webkit-scrollbar-track {
  background: transparent;
}

.dash-body::-webkit-scrollbar-thumb {
  background: rgba(64, 81, 137, 0.2);
  border-radius: 3px;
}

.dash-list {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.dash-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.13s;
}

.dash-item:hover {
  background: #f0f3fb;
}

.dash-item+.dash-item {
  border-top: 1px solid rgba(64, 81, 137, 0.07);
}

.item-img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(64, 81, 137, 0.08);
}

.item-ph {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  flex-shrink: 0;
  background: #eef0f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #06147e;
}

.item-info {
  flex: 1;
  min-width: 0;
}

.item-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e2a4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.item-sub {
  font-size: 11px;
  color: #8b95b5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.empty-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 222px;
  gap: 10px;
  padding: 1rem;
  text-align: center;
}

.empty-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #eef0f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #b0b9d8;
}

.empty-title {
  font-size: 13px;
  font-weight: 600;
  color: #b0b9d8;
}

.empty-sub {
  font-size: 11px;
  color: #cdd1e3;
  line-height: 1.5;
}

#section-content-data {
  overflow: auto;
}