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

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

[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: #405189;
}

.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: #f7b84b;
}

.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: #0ab39cd1;
}

.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: #f7b84a;
}

.lesson-active {
  background: #f7b84b !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: #405189;
  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 #405189; /* 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;
}

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

.submision-details-bg {
  background: aliceblue;
  padding: 1px;
  margin: 5px 0px;
}

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

.question-bg {
  background: #d38c3e38;
  padding: 1px;
  margin: 5px 0px;
}

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

.question-heading {
  background: #29304c;
  color: #ffffff;
  padding: 8px;
}

.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) {
  .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%;
  }
}
