@font-face {
    font-family: 'HK Grotesk';
    src: url('/assets/fonts/hkgrotesk-regular.woff2') format('woff2');
    font-display: swap; /* ✅ This is the key */
}

[data-layout="vertical"][data-sidebar="dark"] .navbar-menu {
  /* background: #29304c; */
  background: #000000;
  border-right: 1px solid #29304c;
}

[data-layout="vertical"][data-sidebar="dark"][data-sidebar-size="sm"]
  .navbar-brand-box {
  background: #29304c;
}

[data-layout="vertical"][data-sidebar="dark"] .navbar-nav .nav-link {
  color: #fff;
}

#page-topbar {
  background-color: #49506e;
}

.loading-bg {
  width: 100%;
  height: 150px; /* Placeholder for thumbnail */
  background-color: #e0e0e0; /* Gray background for thumbnail */
  border-radius: 8px;
  animation: pulse 1.5s infinite ease-in-out; /* Pulsing animation */
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

.btn-ghost-secondary {
  color: #fff;
}
.navbar-header .user-name-text {
  color: #fff;
}

.btn-search {
  width: 100%;
  background: #d38c3e;
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin: 4px 20px;
  border: 1px solid #ccc;
  border-radius: 14%;
  padding: 3px 7px;
  background-color: #f8f9fa;
  color: #dc3545;
  transition: all 0.3s ease-in-out;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear:hover {
  background-color: #dc3545;
  color: #fff;
  transform: scale(1.2);
}

.topbar-user {
  background-color: #49506e;
}

[data-layout="vertical"][data-sidebar="dark"] .navbar-nav .nav-link:hover {
  color: var(--vz-vertical-menu-item-hover-color-dark);
  background: #585654 !important;
}

[data-layout="vertical"][data-sidebar="dark"] .navbar-nav .nav-link.active {
  color: var(--vz-vertical-menu-item-active-color-dark);
  background: #d38c3e !important;
}

.section-active {
  color: var(--vz-vertical-menu-item-active-color-dark);
  background: #f7b84b !important;
}

.li-section-title {
  cursor: pointer;
  padding: 8px 6px 1px;
  border-radius: 5px;
}

#back-to-top {
  bottom: 35px;
}

.btn-login {
  background: #d38c3e;
  color: #fff;
}

.btn-login:hover {
  background: #203399 !important;
  color: #fff !important;
}

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

table.table-bordered.dataTable {
  text-align: center;
}

.message-payment-status {
  display: block;
  text-align: center;
  margin-top: 5px;
  color: hsl(11deg 80% 45%);
}

.auth-one-bg .bg-overlay {
  background: linear-gradient(90deg, #364574, #405189);
  opacity: 0.9;
}
.auth-one-bg {
  background-size: auto !important;
}
.reg-icons {
  margin: 0px 0px 0px 5px;
  height: 24px;
}

.btn-next {
  background: #a97f3a;
  border: none;
}

.text-info {
  color: #a97f3a !important;
}

.text-remove {
  text-align: end;
  color: hsl(11deg 80% 45%);
  cursor: pointer;
}

.parent-info-cover {
  left: 0;
  right: 0;
  top: 0;
  margin: 12px;
  padding: 40px;
  background: #4a4f6b;
  border-radius: 6px;
}

.tx-end {
  text-align: end;
}

.btn-orange {
  background: #d38c3e;
  color: #fff;
}

.btn-orange:hover {
  background: #f4f6f9 !important;
  color: #000 !important;
}

.file-manager-sidebar {
  min-width: 200px;
  max-width: 200px;
  height: calc(100vh - 138px);
}

.file-manager-detail-content {
  width: 100%;
  max-width: 100%;
  background-color: var(--vz-card-bg-custom);
  display: none;
}

#file-overview {
  display: block;
}

.progress-status {
  font-size: 18px;
}

.student-info-tab {
  background: #29304c;
}

.exam-update-img {
  width: 32px;
  display: block;
  margin: 0px 16px 2px;
}

.btn-notification {
  border: none;
  background: #fff;
  margin: 0 10px;
}

.result-note {
  text-align: left;
  margin: 2px 23px 17px;
  border: 1px solid #ffd203;
  padding: 4px;
  border-radius: 10px;
  width: -webkit-fill-available;
  text-align: center;
}

.file-details-box {
  height: auto;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif)
    center no-repeat #fff;
}

.pad-10 {
  padding: 0px 0px 10px;
}

.notification-item .read-btn {
  position: relative;
  z-index: 2;
  width: 5em;
  height: 3em;
}

.dataTables_filter {
  display: none;
}

/* Apply styles to the DataTables search filter */
#studentListTableForAssignSection_wrapper .dataTables_filter {
  display: block !important;
}

#assignment-grade-table_wrapper .dataTables_filter {
  display: block !important;
}

#assignment-submission-status-table_wrapper .dataTables_filter {
  display: block !important;
}

#section-completion-status-table_wrapper .dataTables_filter {
  display: block !important;
}

#lesson-completion-status-table_wrapper .dataTables_filter {
  display: block !important;
}

.dt-button {
  background: #3f5289 !important;
  color: #fff !important;
  border-radius: 6px !important;
}

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

div.dataTables_filter input {
  margin-right: 0.5em;
}

.invoice-body-div {
  background: url("/assets/images/invoice/invoice-body.jpg") no-repeat center
    center fixed;
}

#document-proof-view html body img {
  height: -webkit-fill-available;
}

.btn-doc-view {
  border: none;
  background: #ffff;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #405189;
  color: #fff;
  font-size: 1em;
}

.reciept-title {
  text-align: center;
  background: #4372c4;
  color: #ffff;
  padding: 5px;
}

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

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

.border-solid {
  border: solid;
  padding: 5px;
}

.center-with {
  display: inline-block;
  width: 75%;
}

.red {
  color: #f06548;
  font-size: 18px;
}

.green {
  color: #0ab39c;
  font-size: 18px;
}

.borderless {
  border: none;
}

.fit-in-td {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.border-bottom-solid {
  border-bottom: 1px solid;
}

.receipt-header {
  margin-top: -38px;
  text-align: center;
}

.hr-heading {
  right: auto !important;
}

html[dir="rtl"] .txt-right {
  text-align: left;
}

.focussed {
  border-color: #f06548 !important;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f06548'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.invalid-from-backend {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f06548;
}

.dropdown-item:focus,
.dropdown-item:hover {
  cursor: pointer;
}

@media (min-width: 600px) {
  .dropdown-menu-lg {
    width: 515px;
  }
}

.float-right {
  float: right;
  padding: 10px;
}

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

.btn-send-sms {
  float: left;
  padding: 5px 10px;
  z-index: 9;
}

.btn-above-tb {
  float: left;
  padding: 5px 10px;
  z-index: 9;
}

html[dir="ltr"] .btn-send-sms {
  float: left;
}

.btn-above-table {
  float: left;
  padding: 5px 10px;
  z-index: 9;
}

html[dir="ltr"] .btn-above-table {
  float: left;
}

.school-cover-image-size {
  /* width: 424px; */
  height: 300px;
  object-fit: cover;
}

.class-cover-image-size {
  /* width: 424px; */
  height: 300px;
  object-fit: cover;
}

.img-docs {
  width: auto;
  max-height: 100%;
}
.img-docs-80 {
  width: auto;
  max-height: 80%;
}

.img-docs-100 {
  max-height: 100%;
}

.dis-none-imp {
  display: none !important;
}

.description-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.collaps-header {
  background-color: #f2f2f2;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.collaps-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  border: none;
}

.collaps-icon {
  float: right;
  font-size: 20px;
  margin-left: 5px;
}

.collaps-icon-minus {
  display: none;
}

.collaps-header.active,
.collaps-header:hover {
  background-color: #ddd;
}

.collaps-header.active .collaps-icon-minus {
  display: block;
}

.collaps-header.active .collaps-icon-plus {
  display: none;
}

.dl-item {
  font-size: 18px;
}

.dl-item dd {
  margin-bottom: 0.5rem;
  margin-left: 20px;
  font-size: 13px;
}

#parent-list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

#parent-list-overlay .spinner-border {
  width: 3rem;
  height: 3rem;
}

#div-list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

#div-list-overlay .spinner-border {
  width: 3rem;
  height: 3rem;
}

.student-list {
  border: 1px solid #adaeb3;
  border-radius: 8px;
  margin: 5px 18px;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-lr {
  margin-left: 20px;
  margin-right: 20px;
}

.backend-variable {
  display: inline-block;
  width: 95%;
  overflow-wrap: break-word;
}

.borderless-btn {
  border: none;
  background: none;
}

.hamburger-icon span {
  background-color: #f9f9f9;
}

.text-red {
  color: #f05048;
}

.fst-bold {
  font-weight: bold;
}

.invalid-tooltip-custom {
  /* position: absolute; */
  top: 100%;
  z-index: 5;
  /* display: none; */
  max-width: 100%;
  padding: 0.4rem 0.7rem;
  margin-top: 0.1rem;
  font-size: 0.7109375rem;
  color: #fff;
  background-color: rgba(240, 101, 72, 0.9);
  border-radius: 0.2rem;
  text-align: center;
}

.session-timeout-modal {
  background: rgba(0, 0, 0, 0.8); /* Adjust the opacity as desired */
}

.session-timeout-modal-dialog {
  z-index: 1051; /* Make sure the modal appears above the overlay */
}
.lead-link {
  cursor: pointer;
}

.search-data-table {
  float: right;
  z-index: 9;
}

html[dir="ltr"] .search-data-table {
  float: left;
}

.custom-elmLoader {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  position: initial;
  height: auto;
}

.txt-ql {
  font-size: 18px;
  color: #49506e;
}

.width-200 {
  width: 200%;
}

.quiz-answer {
  margin: 8px;
  padding: 4px 30px;
  border: 1px solid;
  border-radius: 12px;
}

.dashboard-school-img {
  height: 16em;
  border-radius: 50%;
}

.school-box {
  border-radius: 50%;
}

.school-box .shool-name {
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 8px;
}

.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;
}

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

.subject-card-dashboard {
  width: 250px;
  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;
}

.bg-yellow {
  background: #f7b84a;
}

.txt-white {
  color: #ffffff !important;
}

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

.cmd-download-file {
  border: 1px solid #f7b84b;
  width: fit-content;
  padding: 0px 7px;
  border-radius: 6px;
  cursor: pointer;
}

.date-width {
  width: 15em;
}

/* Increase the z-index of Select2 dropdown to ensure it appears above the modal */
.select2-container--bootstrap .select2-dropdown {
  z-index: 1051; /* Adjust the value as needed */
}

.fees-custom-amount {
  text-align: center;
  font-weight: bolder;
}

.date-icon::-webkit-calendar-picker-indicator {
  display: none; /* Hide the date picker icon by default */
}

.date-icon:hover::-webkit-calendar-picker-indicator {
  display: block; /* Show the date picker icon on hover */
}

.view-reason {
  color: #28304c;
  margin-top: 4px;
  font-size: 9px;
  text-decoration: underline;
}

.view-reason:hover {
  cursor: pointer;
}

.dt-button-ex {
  background: #009688 !important;
  color: #fff !important;
  border-radius: 6px !important;
}

.double-border {
  border-width: 3px;
  border-style: double;
}

.bg-white {
  background-color: var(--vz-input-bg);
}

.badge {
  font-size: 12px;
}

#btn-view-gradebook.btn-label.right .label-icon {
  right: -1px;
  left: auto;
  margin-top: 10px;
}

html[dir="rtl"] #btn-view-gradebook.btn-label.right .label-icon {
  /* Override the styles for RTL layouts */
  right: auto !important;
  left: 0 !important;
  margin-top: 10px;
}

.warning-prev-year-due {
  text-align: center;
  color: red;
  font-size: large;
  margin-top: 25px;
}

.expense-tree {
  background: white;
  width: 30%;
  font-size: 17px;
  padding: 14px;
  margin-left: 30em;
}

.border-tree {
  border: 1px solid;
  padding: 0px 9px;
  margin: 2px;
  border-radius: 15px;
}

.input-validation {
  border-color: #f06548 !important;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f06548'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* New spinner */
.spinner-container {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.spinner-border-page {
  --vz-spinner-width: 10rem;
  --vz-spinner-height: 10rem;
  --vz-spinner-border-width: 0.5em;
  --vz-spinner-animation-speed: 2s;
  --vz-spinner-animation-name: spinner-border-page;
  width: var(--vz-spinner-width);
  height: var(--vz-spinner-height);
  display: inline-block;
  border: var(--vz-spinner-border-width) solid transparent;
  border-radius: 50%;
  border-top-color: #405189; /* Adjust colors as needed */
  border-bottom-color: #d38c3e; /* Adjust colors as needed */
  animation: spin var(--vz-spinner-animation-speed) linear infinite;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adding a subtle shadow */
}

.spinner-border-table {
  --vz-spinner-width: 10rem;
  --vz-spinner-height: 10rem;
  --vz-spinner-border-width: 0.5em;
  --vz-spinner-animation-speed: 2s;
  --vz-spinner-animation-name: spinner-border-table;
  width: var(--vz-spinner-width);
  height: var(--vz-spinner-height);
  display: inline-block;
  border: var(--vz-spinner-border-width) solid transparent;
  border-radius: 50%;
  border-top-color: #405189; /* Adjust colors as needed */
  border-bottom-color: #d38c3e; /* Adjust colors as needed */
  animation: spin var(--vz-spinner-animation-speed) linear infinite;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adding a subtle shadow */
}

.spinner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #49506e; /* Adjust text color */
  font-size: 1.5rem; /* Adjust text size */
  font-weight: bold; /* Making the text bold */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Adding a text shadow */
}

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

div.dataTables_wrapper div.dataTables_processing {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.dropdown-search {
  width: -webkit-fill-available !important;
}

.select-flex-drop {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.custom-select-width {
  width: auto;
  display: inline-block;
}

.sticky-row {
  position: sticky;
  z-index: 2; /* Ensure they are above other rows */
  top: 0;
}

.gradebook-table-div {
  max-height: 650px;
  overflow-y: auto;
  border: 1px solid;
  min-width: 650px;
}

.subject-title {
  text-align: center;
  text-decoration: underline;
}

.teaching-time-table-card {
  border: 1px solid;
  background: #29304c26;
  color: #29304c;
}

.teacher-mark-attendance-card {
  border: 1px solid;
  color: #29304c;
}

.mark-attendance {
  background: #29304c26;
}

.already-marked-attendance {
  background: #f0654842;
}

.marked-attendance-bg {
  border-radius: 12px;
  padding: 8px;
  background: var(--vz-danger);
  color: white;
}

.duplicate-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f06548;
}

.profile-img-student {
  /* For WebKit browsers (Chrome, Safari) */
  height: -webkit-fill-available;
  width: -webkit-fill-available;

  /* For Firefox */
  height: -moz-available;
  width: -moz-available;

  /* Standard fallback for other browsers */
  height: 100%;
  width: 100%;
}

.fit-width {
  width: fit-content;
}

.receipt-view-direction {
  direction: ltr;
}

.receipt-date {
  text-align: right;
}

/* @media print {
  @page {
    size: A3 !important;
  }
  .receipt-header {
    margin-top: -5em !important;
  }
  .receipt-date {
    margin-top: -2em !important;
  }
  .table {
    border-color: #272b2f !important;
  }
  .table > thead {
    border-color: #272b2f !important;
  }
  .pr-content {
    margin-top: 20px !important;
  }
  .card-buttons,
  .home-button,
  #print-filter,
  #print-staff-letter {
    display: none !important;
  }
} */

.print-button {
  margin: 0px 10px 10px 0px;
}

.select-date-span {
  width: 130px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.d-stuatus-pay-fees {
  display: flex;
  margin: 0px 0px 0px -85px;
}

.lesson-title {
  background: #49506e;
  color: #ffff;
  padding: 8px;
  border-radius: 6px;
}

#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;
}

.db-statistic-img {
  width: -moz-available;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #49506e;
}

/* 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;
}

.schdule-container {
  padding: 16px;
  border: 1px solid;
  border-radius: 10px;
  height: 107px;
}

/*custom css by usman - 3 sep*/
#permissions-container .form-check .form-check-input {
  font-size: 16px !important;
}
.sticky-permission-update-btn {
  float: right;
  position: sticky;
  bottom: 20px;
}
.group-heading .form-check-label {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-left: 10px;
}
#role-list tbody tr {
  font-family: "hkgrotesk", sans-serif;
  font-size: 17px;
}
#role-list thead th {
  font-family: "hkgrotesk", sans-serif;
  font-size: 14px;
}
.table .form-check .form-check-input {
  margin-top: -4px;
}
#select-all-dashboard {
  display: none;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 35px !important;
}

#permissions-container table [data-group="parent"],
#head_parent {
  display: none;
}

#stimulus-details-view .table-responsive {
  min-height: 170px;
}

/*custom css by usman - 1 oct*/
.is-invalid .select2.select2-container--default .selection .select2-selection {
  border-color: #f06548 !important;
}
.was-validated
  .select2.select2-container--default
  .selection
  .select2-selection,
.app-search .form-control.is-invalid,
.app-search .was-validated .form-control:invalid {
  border-color: #f06548 !important;
  padding-right: calc(1.5em + 1rem);
  background-image: url(
    data:image/svg + xml;charset=utf-8,
    %3Csvgxmlns="http://www.w3.org/2000/svg"width="12"height="12"fill="none"stroke="%23f06548"%3E%3Ccirclecx="6"cy="6"r="4.5"/%3E%3Cpathstroke-linejoin="round"d="M5.8 3.6h.4L6 6.5z"/%3E%3Ccirclecx="6"cy="8.2"r=".6"fill="%23f06548"stroke="none"/%3E%3C/svg%3E
  );
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/*custom css by usman - 20 oct*/
.search-report .choices {
  padding: 16px 0;
}
/*custom css by usman - 20 oct*/
.attendance-status .choices,
.violation-level .choices {
  padding: 16px 0;
}

#selected-count {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
#selected-count strong {
  margin-right: 5px;
}
#student-list-container {
  max-height: 300px;
  overflow-x: auto;
  overflow-y: auto;
}
#student-list-container .badge {
  font-size: 14px;
  /* display: inline-block; */
  display: grid;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#student-list-container .text-bg-info {
  background-color: #0ab39c !important;
}
.modal-content #only-selected {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

.buttons-export-master-report-all-student {
  float: left;
}

/* .send-sms-to-student-btn {
  float: left;
} */

.send-sms-staff-button {
  float: left;
}

.promote-student-btn {
  float: left;
}

/*custom css by usman - 04 feb 25*/
/* #section-content-data img {
  width: 900px;
  height: auto;
} */

/*custom css by usman - 17 feb 25*/
/* Box styling */
.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;
}

.file-preview img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

.file-preview iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.file-preview p {
  color: #333;
  font-size: 16px;
}

.download-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #0056b3;
}

/*5 march 2025 by usman*/
.send-sms-to-student-btn {
  margin-bottom: 10px;
}
/* html[dir="rtl"] .dt-button.buttons-csv {
  position: relative;
  margin-left: 5px;
  z-index: 111111;
  float: left;
} */
/* .button-container .buttons-print {
  margin-left: 7px;
} */
.top .dt-buttons .dt-button.buttons-print {
  display: none;
}

.button-container {
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
html[dir="rtl"] .button-container {
  justify-content: flex-start;
  text-align: left;
}
button.dt-button {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
}
#parent-list_wrapper .dt-buttons {
  display: flex;
  justify-content: flex-start;
}
html[dir="rtl"] #parent-list_wrapper .dt-buttons {
  justify-content: flex-start;
  text-align: left !important;
}
.dt-button.buttons-print,
.dt-button.buttons-csv {
  font-size: 0.96em;
}
.button-container .dt-button.buttons-print {
  margin-left: 7px;
}
html[dir="rtl"] .button-container .dt-button.buttons-csv {
  margin-left: 10px;
}
.app-search .form-control {
  height: 38px;
  padding-left: 40px;
  padding-right: 30px;
  background-color: var(--vz-topbar-search-bg);
  box-shadow: none;
  border: 1px solid #ccc; /* Set default border here (you can adjust the color) */
}
.clickable-span {
  cursor: pointer;
}
.clickable-span:hover {
  text-decoration: underline;
  color: #007bff; /* Change color on hover (optional) */
}

/*custom css by usman - 22 may 25*/
.card-header #section-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

/*custom for production*/
/* Fix Choices.js left padding cutoff inside form */
.choices {
  width: 100%;
  margin-top: 5px;
}

.choices__inner {
  padding-left: 12px !important; /* adds breathing room on left */
  border-radius: 0.375rem; /* match Bootstrap select */
  min-height: 48px; /* same height as .form-control */
}

/* Prevent text clipping inside search input */
.choices__input {
  margin: 4px 0;
  padding-left: 10px !important;
}

/* Optional: if text still cuts off due to overflow */
.choices__list--multiple .choices__item {
  white-space: nowrap;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding-left: 30px !important;
}

/* new css - nov 2025 */
.number-picker {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 160px;
}

.number-picker .np-value {
    width: 70px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.production-table td {
    vertical-align: middle;
}

.timepicker-wrapper .input-group-text {
    background: #f8f9fa;
    cursor: pointer;
}

.timepicker-wrapper input {
    text-align: center;
    font-weight: 500;
}

.flatpickr-calendar {
    border-radius: 10px !important;
    padding: 10px !important;
}

/*reports*/
.sec-report .card{
    min-height: 140px;
    border-radius: 20px;
    box-shadow: 0 6px 28px rgba(30, 40, 90, 0.11), 0 2px 8px rgba(64, 88, 206, 0.07);
    /* padding: 30px 22px; */
    border: none;
    transition: box-shadow 0.2s, transform 0.2s;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.page-content {
    background: linear-gradient(to bottom right, #d9e8f8, #ffffff);
}
.report-head h4{
    color: white;
    padding: 8px 0px 0;
    text-decoration: underline;
    width: 100%;
    background: #26a9e0;
    display: flex;
    justify-content: center;
    padding: 10px;
}

#manual-qr-input {
    opacity: 0.01;   /* looks invisible to humans */
    position: fixed; /* keep on screen */
    top: 10px;
    left: 10px;
    z-index: -1;     /* not clickable */
}

.header-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}
.header-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top right, rgb(5 17 106), rgb(6 20 126));
    z-index: -1;
}
.header-logo {
    width: 80%;
}
.welcome-msg{
    margin: 0px 0px 30px 0px;
    padding: 10px;
    text-align: center;
}
.welcome-msg h2 {
    font-size: 40px;
}

/*datatable for production*/
.dataTables_processing {
    display: none !important;
}
.table-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.table-loader .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top-color: #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


@keyframes pulseFlash {
    0%   { background-color: transparent; }
    50%  { background-color: #ffa50063; }
    100% { background-color: transparent; }
}

.flash-highlight {
    animation: pulseFlash 0.6s ease-in-out 5; /* 0.6s × 5 = ~3s total */
}

/* login page for worker */
.worker-btn button {
    transition: transform 0.1s ease, opacity 0.1s ease;
}

.worker-btn button:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Base UL */
#ingredientTabs {
    background-color: #49506e; /* dark blue-gray */
    padding: 5px 10px;
    border-radius: 5px;
}

/* Remove default bootstrap button styles inside nav-tabs */
#ingredientTabs .nav-link {
    color: white; /* text white */
    background-color: transparent; /* let UL background show */
    border: none; /* remove default border */
    margin-right: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Hover effect */
#ingredientTabs .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

/* Active tab */
#ingredientTabs .nav-link.active {
    background-color: #e0cb7d; /* golden */
    color: black; /* black text */
}

/* Optional: remove focus outline */
#ingredientTabs .nav-link:focus {
    box-shadow: none;
}

/*bill form*/
.bill-section .card {
    margin-bottom: 1.5rem;
    box-shadow: 1px 1px 5px 1px #0a8f2a;
    border-radius: 10px;
    border: 2px solid #0a8f2a;
}

/*production history*/
.history-wrapper .table th {
    font-weight: 500;
    font-size: 14px;
}
.history-wrapper .table td {
    font-size: 15px;
}
.history-wrapper .form-select {
    padding: .5rem 1rem .5rem .9rem;
}
