[data-luno=theme-blue],
[data-luno=theme-cyan] {
  --primary-color: #29235c !important;
  --bs-success-rgb: 61, 220, 151 !important;
  --bs-danger-rgb: 255, 59, 48 !important;
  --primary-rgb: 41, 35, 92 !important;
  --bs-btn-active-bg: #29235c !important;
}

:root {
  --border-color: #E2E8F0;
  --body-color: #F1F5F9;
}

.min-container {
  min-height: 480px;
}

.sub-info {
  font-size: 0.75rem;
}

.or {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
}

.page-footer {
  font-size: 0.75rem;
}

.upcomming_schedule div {
  padding-left: 48px;
  position: relative;
}
.upcomming_schedule div:before {
  content: "\f508";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: -8px;
  color: #45556C;
}
.upcomming_schedule span:nth-child(1) {
  font-weight: 700;
}
.upcomming_schedule span:nth-child(2) {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 8px;
}

.filter-label {
  color: #62748E;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 6px;
}

.date-field {
  width: 150px;
  font-size: 1rem;
  font-weight: 700;
}

img {
  filter: none;
}

.tab-pane hr {
  margin: 2.5rem 0;
}

.text-bg-light {
  background: #E2E8F0 !important;
}

.form-check-input {
  background-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(36deg, rgba(41, 35, 92, 0.9) 0%, rgba(69, 83, 158, 0.9) 35%, rgba(239, 111, 51, 0.9) 100%);
}

.accordion-flush > .accordion-item {
  color: #000;
  margin: 16px 0;
  border-radius: 16px;
  box-shadow: none;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 16px;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button {
  border-radius: 16px 16px 0 0;
}

.accordion-body {
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.layout-1 .sidebar {
  background: #29235c;
}
.layout-1 .sidebar .title-text {
  color: #90A1B9;
}

.layout-1 .sidebar .menu-list .m-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
.layout-1 .sidebar .menu-list .m-link:hover, .layout-1 .sidebar .menu-list .m-link.active {
  color: #F28D5E;
}

.collapsed .layout-1 .sidebar .menu-list .m-link {
  text-transform: normal;
}

.layout-1 .sidebar .menu-list .m-link,
.layout-1 .sidebar .menu-list .ms-link {
  color: #62748E;
}

.layout-1 .sidebar .menu-list {
  border: 1px dashed #45556C;
}

.layout-1 .sidebar .menu-list > li {
  border-bottom: 1px dashed #45556C;
}

.layout-1 .sidebar .menu-list .ms-link.active {
  color: #F28D5E;
}
.layout-1 .sidebar .menu-list .ms-link.active:hover {
  color: #F28D5E;
}

.layout-1 .sidebar .menu-list .ms-link:hover {
  color: #F28D5E;
}

.layout-1 .sidebar .menu-list .ms-link::before {
  background-color: #29235c;
  border: 1px solid #F28D5E;
}

.layout-1 .sidebar .menu-list .sub-menu::before {
  background-color: #413894;
}

.layout-1 .sidebar .menu-list a[aria-expanded=true].m-link {
  color: #CBC8EA;
}

.layout-1 .sidebar,
.layout-1 .wrapper {
  scrollbar-color: #E3E1F4 #E3E1F4;
}
.layout-1 .sidebar:hover,
.layout-1 .wrapper:hover {
  scrollbar-color: #29235C #E3E1F4;
}

.fill-secondary {
  fill: #F28D5E !important;
}

.wrapper {
  background: #F5F4FB;
}

.main-menu li a {
  transition: all 0.6s;
}
.main-menu li a svg {
  fill: #6359C0;
  width: 28px;
}
.main-menu li a svg.line-icon {
  fill: rgba(0, 0, 0, 0);
  stroke: #6359C0;
  stroke-width: 1;
  stroke-dasharray: 70;
}
.main-menu li a svg.line-icon.enquiry line:nth-child(2),
.main-menu li a svg.line-icon.enquiry line:nth-child(3) {
  stroke: #F28D5E;
}
.main-menu li a:hover svg, .main-menu li a.active svg {
  fill: #F28D5E;
}
.main-menu li a:hover svg.line-icon, .main-menu li a.active svg.line-icon {
  fill: rgba(0, 0, 0, 0);
  animation: draw-icon 1s forwards;
}
.main-menu li a:hover .fill-secondary, .main-menu li a.active .fill-secondary {
  fill: #F28D5E !important;
}

@keyframes draw-icon {
  0% {
    stroke-dashoffset: -60;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.navbar {
  padding: 3px;
}

.layout-1 .wrapper .page-header {
  background: #29235c;
}

.hamburger-icon .line {
  background-color: #62748E;
}

.hamburger-icon .line:nth-child(2) {
  background-color: #62748E;
}

.hamburger-icon:hover .line:nth-child(1),
.hamburger-icon:hover .line:nth-child(3) {
  background-color: #7F76CB;
}

.hamburger-icon.active .line:nth-child(1),
.hamburger-icon.active .line:nth-child(3) {
  background-color: #7F76CB;
}

.layout-1 .wrapper .page-header .header-right > li .nav-link {
  color: #62748E;
}

.layout-1 .wrapper .page-header .header-right > li .nav-link:hover {
  color: #F28D5E;
}

.page-body {
  min-height: 400px;
}

.btn {
  font-weight: bold;
}

.btn-primary {
  background-color: #413894 !important;
  border-color: #413894 !important;
}
.btn-primary:focus {
  color: #fff;
  background-color: #211C4A !important;
  border-color: #211C4A !important;
}
.btn-primary:hover {
  background-color: #29235c !important;
  border-color: #29235c !important;
}

.btn-outline-primary.active {
  color: #fff;
  background-color: #29235c;
}

.btn-secondary {
  background-color: #F28D5E;
  border-color: #F28D5E;
}
.btn-secondary:focus {
  color: #fff;
  background-color: #DA5111 !important;
  border-color: #DA5111 !important;
}
.btn-secondary:hover {
  background-color: #EF6F33;
  border-color: #EF6F33;
}

.btn-outline-custom {
  border-color: #CAD5E2;
  background: #fff;
  color: #314158;
  padding: 4px 12px;
}
.btn-outline-custom:hover {
  border-color: #9790D5;
  background: #fff;
  color: #191537;
}
.btn-outline-custom.dropdown-toggle {
  border-radius: 16px;
}

.custom-dropdown {
  border: 1px solid #CAD5E2;
  background: #fff;
  color: #314158;
  padding: 4px 12px;
}
.custom-dropdown:hover {
  border-color: #9790D5;
  background: #fff;
  color: #191537;
}
.custom-dropdown.dropdown-toggle {
  border-radius: 16px;
}

.form-control,
.form-select {
  border-color: #CAD5E2;
  border-radius: 16px;
}
.form-control:hover, .form-control:focus,
.form-select:hover,
.form-select:focus {
  border-color: #9790D5;
}

.form-select-sm,
.form-control-sm,
.btn-sm,
.input-group-sm {
  font-size: 0.875rem;
}

.input-group-sm {
  width: 120px;
  flex-wrap: nowrap;
}
.input-group-sm.custom-search .form-control {
  border-radius: 0 16px 16px 0;
}
.input-group-sm.custom-search .input-group-text {
  border-radius: 16px 0 0 16px;
}

.input-group-sm,
.input-group-sm .form-control {
  width: 164px;
}

.input-group-sm > .input-group-text,
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.15rem 0.5rem;
  font-size: 0.875rem;
}

.btn-sm.filter-btn {
  padding: 0 0.5rem;
  font-size: 1rem;
}

.clear-filter {
  font-size: 0.75rem;
  text-transform: uppercase;
  background: #fff;
}

.breadcrumb-item {
  color: #030307;
  display: flex;
  align-items: center;
}
.breadcrumb-item .text-secondary {
  color: #413894 !important;
  transition: all 0.3s;
}
.breadcrumb-item .text-secondary:hover {
  color: #F28D5E !important;
}
.breadcrumb-item.active {
  font-size: 14px;
  font-weight: 800;
  color: #020618;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\e606" !important;
  font-family: simple-line-icons;
  font-size: 10px;
  margin-top: 2px;
}

.modal .modal-header {
  border-bottom: 0;
  background-color: #F5F4FB;
}
.modal .modal-header .modal-title {
  font-weight: 800;
  color: #413894;
  font-size: 1rem;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-footer .btn-secondary {
  background-color: #E2E8F0;
  border-color: #E2E8F0;
  color: #314158;
}
.modal .modal-footer .btn-secondary:hover {
  background-color: #CAD5E2;
  border-color: #CAD5E2;
}
.modal .modal-footer .btn-secondary:focus {
  background-color: #CAD5E2 !important;
  border-color: #CAD5E2 !important;
}
.modal.attendance-modal .modal-content {
  width: 320px;
  margin: auto;
}
.modal.attendance-modal .modal-body {
  padding: 0;
}
.modal.attendance-modal .attendance-btns {
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0, 0);
  border: none;
  margin: auto;
}

.swal2-container.swal2-center > .swal2-popup {
  padding: 1.5rem !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.swal2-title {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  padding: 0 !important;
  text-align: left !important;
}

.swal2-actions {
  justify-content: flex-end !important;
  width: 100% !important;
}

.swal2-styled {
  padding: 0.25em 1em !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
.swal2-styled.swal2-confirm {
  background: rgb(39, 204, 133) !important;
}
.swal2-styled.swal2-deny {
  background: rgb(255, 59, 48) !important;
}
.swal2-styled.swal2-cancel {
  background: #29235c !important;
}

.swal2-html-container {
  margin: 0 !important;
}

.custom-swal {
  text-align: left;
}
.custom-swal__title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-swal__title i {
  font-size: 32px;
  margin-right: 10px;
}
.custom-swal__title.success {
  color: rgb(39, 204, 133);
}
.custom-swal__title.warning {
  color: #FF6B00;
}
.custom-swal__title.error {
  color: rgb(255, 59, 48);
}
.custom-swal__title.info {
  color: rgb(99, 89, 192);
}
.custom-swal__msg {
  font-size: 1rem;
}

.notifyjs-corner {
  top: 6px !important;
}

.notifyjs-bootstrap-base {
  font-weight: normal !important;
  padding: 8px 24px !important;
  padding-left: 56px !important;
  background-position: 16px center !important;
  background-color: #fff !important;
}

.custom-first {
  border-radius: 16px 0 0 16px;
}

.form-control, .form-select {
  border-color: #CAD5E2;
}

.dropdown-item:hover, .dropdown-item:active,
.dropdown-item.active:hover,
.dropdown-item.active:active {
  background-color: #9790D5 !important; /* Change to your desired hover color */
  color: #ffffff !important; /* Change to your desired text color */
}

.view-record .modal-body {
  padding: 32px;
}
.view-record .title {
  font-weight: 600;
  margin-bottom: 16px;
}
.view-record .modal-title .sub-info {
  font-weight: 400;
  font-size: 0.875rem;
  color: #191537;
}
.view-record .form-control {
  border: none;
  padding: 0;
  font-weight: 700;
}
.view-record .col-form-label {
  padding: 0;
  font-size: 0.875rem;
  color: #62748E;
}
.view-record input[readonly]:focus,
.view-record textarea[readonly]:focus {
  outline: none;
  box-shadow: none;
}
.view-record hr {
  margin: 2rem 0;
}

.note-editable {
  min-height: 240px;
}

.field-group-container {
  margin-top: 1rem;
}
.field-group-container .field-group {
  background: #E2E8F0;
  padding: 1rem;
  border-radius: 1rem;
}
.field-group-container .field-group .sub-fields {
  margin-top: 1rem;
}
.field-group-container .add-row-btn {
  display: flex;
  justify-content: end;
  margin-top: 1rem;
}

.ms-parent {
  display: block !important;
}

.ms-choice {
  height: 34px !important;
  line-height: 34px !important;
  border-radius: 16px !important;
}
.ms-choice .placeholder {
  display: none;
}

.multiselect-field {
  width: 220px;
  height: 100px;
}

select option:checked {
  background-color: #29235c;
  color: #fff;
}

.dropdown-menu {
  max-height: 220px;
  overflow-y: auto;
}

.header-right .dropdown-menu {
  height: auto;
}

.dt-row {
  margin-top: 16px;
}

.table.card-table tr td,
.table.card-table tr th {
  white-space: nowrap !important;
  font-size: 0.75rem !important;
  padding: 0.25rem 0.5rem !important;
  border-color: #F1F5F9 !important;
}

.table.card-table tr th {
  font-size: 0.75rem !important;
}

.data-grid .card-header {
  padding: 8px 12px;
  background: #E2E8F0;
}
.data-grid .card-header .btn-outline-primary {
  background: #fff;
}
.data-grid .card-header .btn-outline-primary:hover {
  background: #29235c;
}
.data-grid .card-body {
  padding-top: 0.75rem;
}
.data-grid .card-body .dt-row {
  margin-top: 0.5rem;
}
.data-grid .dataTables_info {
  font-size: 0.875rem;
  color: #62748E;
}
.data-grid .dataTables_length label {
  font-size: 0.875rem;
  color: #62748E;
}
.data-grid .dataTables_length label select {
  border: none;
}
.data-grid .table.card-table tbody:hover tr:hover {
  background-color: #F8FAFC;
}

.page-item.disabled .page-link {
  background-color: #CAD5E2;
  color: #62748E;
}
.page-item.disabled:hover .page-link {
  background-color: #CAD5E2;
  color: #62748E;
}
.page-item .page-link {
  font-size: 0.875rem;
}
.page-item:hover .page-link {
  background: #6359C0;
}
.page-item.active .page-link {
  background: #6359C0;
}

.no-data,
.dataTables_empty {
  text-align: center !important;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.no-data img,
.dataTables_empty img {
  width: 100%;
  margin-bottom: 16px;
}

.dataTables_empty {
  height: 100px;
}

.table-striped {
  --bs-table-striped-bg: #F1F5F9 !important;
}

.border {
  border-color: #E2E8F0 !important;
}

.table tr td {
  border-color: #F1F5F9 !important;
}

.report-card-table {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #62748E;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}
.report-card-table .subject-header {
  min-width: 670px;
  background: #62748E;
  color: #fff;
  margin: 0;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.report-card-table .subject-header .keys {
  display: flex;
  gap: 8px;
  color: #CAD5E2;
}
.report-card-table .subject-header .keys .key {
  font-size: 12px;
}
.report-card-table table {
  margin-bottom: 0;
  font-size: 13px;
  min-width: 670px;
}
.report-card-table th {
  background: #E2E8F0;
  border-color: #fff !important;
}
.report-card-table th, .report-card-table td {
  vertical-align: top;
  border: 1px solid #90A1B9;
}
.report-card-table th.read-only, .report-card-table td.read-only {
  background: #E2E8F0;
  border-color: #fff !important;
  font-weight: bold;
}
.report-card-table th.read-only .badge, .report-card-table td.read-only .badge {
  cursor: none;
}
.report-card-table th.border-right, .report-card-table td.border-right {
  border-right: 1px solid #90A1B9 !important;
}
.report-card-table th.border-bottom, .report-card-table td.border-bottom {
  border-bottom: 1px solid #90A1B9 !important;
}
.report-card-table th .badge, .report-card-table td .badge {
  cursor: pointer;
}

.badge.none {
  background: #90A1B9;
}
.badge.first {
  background: rgb(39, 204, 133);
}
.badge.second {
  background: #9c7df9;
}
.badge.third {
  background: #f2a601;
}
.badge.fourth {
  background: #FF6B00;
}

table.exam-entry-table {
  background: #fff;
}
table.exam-entry-table .row > * {
  padding: 0 4px;
}
table.exam-entry-table th, table.exam-entry-table td {
  vertical-align: middle;
}
table.exam-entry-table input {
  width: 100%;
}
table .btn-check + label {
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
}
table .btn-check:checked + .btn {
  background-color: #29235c;
  border-color: #29235c;
}
table .btn-check + .btn:hover {
  border-color: #29235c;
  color: #29235c;
  background: transparent;
}
table .btn-check:checked + .btn:hover {
  background-color: #29235c;
  color: #fff;
  border-color: #29235c;
}

.btn-check.custom + label {
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
}

.btn-check.custom.auto-width + label {
  width: auto;
  padding: 0 8px;
}

.btn-check.custom:checked + .btn {
  background-color: #29235c;
  border-color: #29235c;
}

.btn-check.custom + .btn:hover {
  border-color: #29235c;
  color: #29235c;
  background: transparent;
}

.btn-check.custom:checked + .btn:hover {
  background-color: #29235c;
  color: #fff;
  border-color: #29235c;
}

/* gradebook table design */
table.marks {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}

table.marks th, table.marks td {
  vertical-align: middle;
  border: 1px solid #ddd !important;
  padding: 6px 8px;
  text-align: center;
}

/* vertical header */
.marks th.v {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 8px 4px;
  vertical-align: middle;
}

.marks th.v div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marks th.v.rolspan div {
  height: 170px;
}

table.attendance {
  width: 100%;
  /* --- Fixed First 4 Columns --- */
  /* Column widths */
  /* Attendance styles */
  /* Optional: sticky header shadow */
}
table.attendance.fixed-width {
  min-width: 2600px;
}
table.attendance th, table.attendance td {
  border: 1px solid #ddd;
  padding: 6px 10px;
  text-align: center;
  white-space: nowrap;
}
table.attendance th {
  background: #f2f2f2;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 2;
}
table.attendance th:nth-child(1),
table.attendance td:nth-child(1) {
  position: sticky;
  left: 0;
  background: #fff !important;
  z-index: 3;
}
table.attendance th:nth-child(2),
table.attendance td:nth-child(2) {
  position: sticky;
  left: 200px;
  background: #fff !important;
  z-index: 3;
}
table.attendance th:nth-child(3),
table.attendance td:nth-child(3) {
  position: sticky;
  left: 280px;
  background: #fff !important;
  z-index: 3;
}
table.attendance th:nth-child(4),
table.attendance td:nth-child(4) {
  position: sticky;
  left: 360px;
  background: #fff !important;
  z-index: 3;
}
table.attendance th:nth-child(1), table.attendance td:nth-child(1) {
  width: 200px;
  text-align: left;
}
table.attendance th:nth-child(2), table.attendance td:nth-child(2) {
  width: 80px;
}
table.attendance th:nth-child(3), table.attendance td:nth-child(3) {
  width: 80px;
}
table.attendance th:nth-child(4), table.attendance td:nth-child(4) {
  width: 100px;
}
table.attendance .present {
  background: #c9f7c5;
  color: green;
}
table.attendance .absent {
  background: #f7c5c5;
  color: red;
}
table.attendance .medical {
  background: #fff3b0;
  color: #b38f00;
}
table.attendance th {
  box-shadow: inset 0 -1px 0 #ddd;
}

.table-optimise {
  font-size: 12px;
}
.table-optimise tr th, .table-optimise tr td {
  padding: 2px 4px;
}
.table-optimise tr th {
  font-size: 11px;
}
.table-optimise td {
  line-height: 15px;
}
.table-optimise.attendance th:first-child,
.table-optimise.attendance td:first-child {
  position: sticky;
  left: 0;
  background-color: #F1F5F9;
  z-index: 2;
}
.table-optimise.attendance td {
  line-height: 11px;
}
.table-optimise .las {
  font-size: 14px;
}
.table-optimise .student-col {
  text-align: left;
  width: 220px;
  font-size: 10px;
}
.table-optimise .student-col .name {
  font-size: 12px;
  display: block;
  font-weight: bold;
}
.table-optimise .badge {
  font-size: 10px;
}
.table-optimise .page-item .page-link {
  font-size: 11px;
}
.table-optimise .pagination {
  --bs-pagination-padding-x: 0.55rem;
}
.table-optimise .dataTables_info {
  font-size: 0.75rem;
}
.table-optimise .sub-info {
  font-size: 0.65rem;
}
.table-optimise .col-size-30 {
  width: 30px;
}
.table-optimise .col-size-35 {
  width: 35px;
}
.table-optimise .col-size-40 {
  width: 40px;
}
.table-optimise .col-size-45 {
  width: 45px;
}
.table-optimise .col-size-50 {
  width: 50px;
}
.table-optimise .col-size-55 {
  width: 55px;
}
.table-optimise .col-size-60 {
  width: 60px;
}
.table-optimise .col-size-65 {
  width: 65px;
}
.table-optimise .col-size-70 {
  width: 70px;
}
.table-optimise .col-size-75 {
  width: 75px;
}
.table-optimise .col-size-80 {
  width: 80px;
}
.table-optimise .col-size-85 {
  width: 85px;
}
.table-optimise .col-size-90 {
  width: 90px;
}
.table-optimise .col-size-95 {
  width: 95px;
}
.table-optimise .col-size-100 {
  width: 100px;
}
.table-optimise .col-size-105 {
  width: 105px;
}
.table-optimise .col-size-110 {
  width: 110px;
}
.table-optimise .col-size-115 {
  width: 115px;
}
.table-optimise .col-size-120 {
  width: 120px;
}
.table-optimise .col-size-125 {
  width: 125px;
}
.table-optimise .col-size-130 {
  width: 130px;
}
.table-optimise .col-size-135 {
  width: 135px;
}
.table-optimise .col-size-140 {
  width: 140px;
}
.table-optimise .col-size-145 {
  width: 145px;
}
.table-optimise .col-size-150 {
  width: 150px;
}
.table-optimise .col-size-155 {
  width: 155px;
}
.table-optimise .col-size-160 {
  width: 160px;
}
.table-optimise .col-size-165 {
  width: 165px;
}
.table-optimise .col-size-170 {
  width: 170px;
}
.table-optimise .col-size-175 {
  width: 175px;
}
.table-optimise .col-size-180 {
  width: 180px;
}
.table-optimise .col-size-185 {
  width: 185px;
}
.table-optimise .col-size-190 {
  width: 190px;
}
.table-optimise .col-size-195 {
  width: 195px;
}
.table-optimise .col-size-200 {
  width: 200px;
}

.filter-optimise .form-select {
  font-size: 11px;
  font-weight: bold;
  width: auto;
  padding: 3px 26px 3px 8px;
  background-size: 9px 12px;
}
.filter-optimise .date-field {
  font-size: 11px;
  width: auto;
  padding: 4px 6px;
}
.filter-optimise .btn-sm {
  padding: 0 4px;
}
.filter-optimise label {
  font-size: 11px;
  font-weight: bold;
}

.layout-1 select {
  /* Firefox scrollbar colors */
  scrollbar-color: #E3E1F4 #E3E1F4;
  scrollbar-width: thin;
  /* WebKit browsers (Chrome, Edge, Safari) */
  /* Hover effect */
}
.layout-1 select::-webkit-scrollbar {
  width: 6px;
}
.layout-1 select::-webkit-scrollbar-track {
  background: #E3E1F4;
  border-radius: 10px;
}
.layout-1 select::-webkit-scrollbar-thumb {
  background-color: #E3E1F4;
  border-radius: 10px;
}
.layout-1 select:hover {
  scrollbar-color: #29235C #E3E1F4;
}
.layout-1 select:hover::-webkit-scrollbar-thumb {
  background-color: #29235C;
}

table.p-atten {
  width: 400px;
  margin-left: 40px;
}
table.p-atten .btn-check + label {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  border-radius: 2px;
}

.master-box {
  color: #191537;
  transition: all 0.6s;
}
.master-box:hover, .master-box:focus {
  color: #191537;
  border: 1px solid #CBC8EA;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wrapper.auth {
  background: linear-gradient(36deg, rgba(41, 35, 92, 0.9) 0%, rgba(69, 83, 158, 0.9) 35%, rgba(239, 111, 51, 0.9) 100%), url("../img/tisb-student.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  overflow-y: auto;
}
.wrapper.auth .logo {
  filter: none;
  width: 140px;
  position: fixed;
  left: 32px;
  top: 32px;
}
.wrapper.auth .auth-box {
  margin-top: 100px;
  padding: 36px;
  max-width: 24rem;
  background: rgba(242, 141, 94, 0.2);
  border: none;
}
.wrapper.auth .auth-box .form-label {
  color: #fff;
}
.wrapper.auth .auth-box .title {
  margin-bottom: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: right;
}

.select2-container--default .select2-selection--single {
  border-radius: 16px;
}

.select2-container .select2-selection,
.select2-container .select2-selection,
.select2-container .select2-selection,
.select2-container .select2-selection {
  border-color: #CAD5E2;
}
.select2-container .select2-selection:hover, .select2-container .select2-selection:focus, .select2-container .select2-selection:active, .select2-container .select2-selection:focus-visible, .select2-container .select2-selection:focus-within,
.select2-container .select2-selection:hover,
.select2-container .select2-selection:focus,
.select2-container .select2-selection:active,
.select2-container .select2-selection:focus-visible,
.select2-container .select2-selection:focus-within,
.select2-container .select2-selection:hover,
.select2-container .select2-selection:focus,
.select2-container .select2-selection:active,
.select2-container .select2-selection:focus-visible,
.select2-container .select2-selection:focus-within,
.select2-container .select2-selection:hover,
.select2-container .select2-selection:focus,
.select2-container .select2-selection:active,
.select2-container .select2-selection:focus-visible,
.select2-container .select2-selection:focus-within {
  border-color: #9790D5 !important;
}

.dropdown-sm .select2-container--default .select2-selection--single,
.custom-select-sm .select2-container--default .select2-selection--single {
  font-size: 0.875rem;
  padding: 0.15rem 0.5rem;
}

.attendance-card-box {
  position: relative;
}

.attendance-btns-backdrop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 43, 0.7);
  border-radius: 16px;
}

.attendance-btns {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  padding: 16px;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
}
.attendance-btns .min-field {
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 2rem;
}
.attendance-btns .late-entry {
  border: 1px solid #ffba33;
  border-radius: 8px;
}

.stu-name {
  font-size: 1rem;
  font-weight: 700;
}

.stu-class {
  font-size: 0.75rem;
  color: #62748E;
}

.att-btn {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  padding: 0;
  text-align: center;
}
.att-btn.btn-sm {
  width: 16px;
  height: 16px;
  font-size: 0.65rem;
  line-height: 16px;
}

.staff-name {
  font-size: 1rem;
  font-weight: 700;
}

.staff-pos {
  font-size: 0.75rem;
  color: #62748E;
}

.stu-name {
  font-size: 1rem;
  font-weight: 700;
}

.stu-class {
  font-size: 0.75rem;
  color: #62748E;
}

.card-list .card {
  transition: border 0.6s;
}
.card-list .card:hover, .card-list .card.active {
  border: 1px solid #6359C0;
}
.card-list .btn-sm {
  font-size: 0.75rem;
  padding: 0.35rem 0.7rem;
}

.header-card {
  background: #E2E8F0;
}
.header-card .btn-outline-primary {
  background: #fff;
}
.header-card .btn-outline-primary:hover {
  background: #29235c;
}
.header-card .btn-outline-primary.active {
  background: #29235c;
  color: #fff;
}

.info-card {
  cursor: pointer;
  transition: border 0.6s;
}
.info-card:hover, .info-card.active {
  border: 1px solid #6359C0;
}
.info-card .card-body {
  padding: 16px;
}

.list-group.fixed-scroll {
  margin-top: 16px;
  height: 400px;
  overflow-y: scroll;
}

.avatar.no-thumbnail.new {
  background-color: #6359C0;
  color: #fff;
}
.avatar.no-thumbnail.enquiry {
  background-color: #FF6B00;
  color: #fff;
}
.avatar.no-thumbnail.scheduled {
  background-color: rgb(39, 204, 133);
  color: #fff;
}
.avatar.no-thumbnail.application {
  background-color: #009FFD;
  color: #fff;
}
.avatar.no-thumbnail.submitted {
  background-color: #6359C0;
  color: #fff;
}
.avatar.no-thumbnail.paid {
  background-color: #009FFD;
  color: #fff;
}
.avatar.no-thumbnail.admit {
  background-color: #FF6B00;
  color: #fff;
}
.avatar.no-thumbnail.exam-accepted {
  background-color: rgb(39, 204, 133);
  color: #fff;
}

.badge.bg-new {
  background-color: #6359C0;
  color: #fff;
}
.badge.bg-enquiry {
  background-color: #FF6B00;
  color: #fff;
}
.badge.bg-scheduled {
  background-color: rgb(39, 204, 133);
  color: #fff;
}
.badge.bg-application {
  background-color: #009FFD;
  color: #fff;
}
.badge.bg-submitted {
  background-color: #6359C0;
  color: #fff;
}
.badge.bg-paid {
  background-color: #009FFD;
  color: #fff;
}
.badge.bg-admit {
  background-color: #FF6B00;
  color: #fff;
}
.badge.bg-exam-accepted {
  background-color: rgb(39, 204, 133);
  color: #fff;
}

.site_accordion .form_title_2 {
  margin-bottom: 18px;
}
.form-item {
  background: #f5f4ff;
}

.form_container:after {
  display: none;
}
.form_container .form_title_1 {
  margin-top: 40px;
  font-weight: 600;
  padding-left: 16px;
}
.form_container .form_title_1:before {
  height: 2px;
}
.form_container .head-img {
  text-align: right;
}
.form_container .head-img img {
  height: 200px;
}
.form_container .head_sub_info {
  padding-left: 16px;
  margin-bottom: 16px;
}
.form_container .head_sub_info p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.form_container .form_title_2 {
  margin-bottom: 32px;
}
.form_container .add_special {
  margin-top: 0px;
  border-radius: 4px;
  background: #CBC8EA;
  color: #29235c;
  font-weight: 500;
}
.form_container ol, .form_container ul {
  font-size: 0.875rem;
}
.form_container ol li, .form_container ul li {
  margin-bottom: 12px;
  text-align: justify;
}
.form_container .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
}
.form_container .EditBtn {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  background: #6359C0;
  color: #fff;
  padding: 4px 12px;
}
.form_container .EditBtn:hover {
  background: #413894;
  color: #fff;
}
.form_container .btn {
  font-weight: 500;
  border-radius: 16px;
}

ul.userLinks li a {
  border-radius: 16px;
  font-size: 0.875rem;
  padding: 6px 18px;
  background-color: #6359C0;
  border: none;
}
ul.userLinks li a:hover {
  background-color: #413894;
}

.logo-txt {
  max-width: 320px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.app_form_section {
  background: #fff;
  border-bottom: 0px solid #29235c;
}
.app_form_section .mob_spc1,
.app_form_section .form_input label {
  font-weight: 500;
}

#multiStepForm {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site_content .step-indicator {
  margin: 20px 0 40px 0;
}
.site_content .step-indicator .step.done {
  background: #089b5b;
  color: #fff;
}
.site_content .step-indicator .step.active {
  background: #6359C0;
}

.site_dash_app {
  border-radius: 16px;
}

.site_dash_app_img img {
  border-radius: 16px 16px 0 0;
}

.site_dash_app_entry,
.site_my_apps {
  border-radius: 16px;
}
.site_dash_app_entry h4,
.site_my_apps h4 {
  font-weight: 500;
}
.site_dash_app_entry .btn-primary,
.site_my_apps .btn-primary {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.site_dash_app_entry p,
.site_my_apps p {
  color: #62748E;
}
.site_dash_app_entry p b,
.site_my_apps p b {
  font-weight: 500;
}

.steps {
  display: flex;
  justify-content: center;
}
.steps__container-indicator {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.steps__container-indicator::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 60px;
  top: 14px;
  width: 100%;
  height: 4px;
  background: #E2E8F0;
  width: calc(100% - 120px);
}
.steps__progress-bar {
  z-index: -1;
  position: absolute;
  top: 14px;
  left: 60px;
  height: 4px;
  background: #29235c;
  transition: width 0.4s;
}
.steps__progress-bar.step-1-done {
  width: 120px;
}
.steps__progress-bar.step-2-done {
  width: 240px;
}
.steps .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.steps .step__number {
  width: 32px;
  aspect-ratio: 1;
  background: #E2E8F0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .step__name {
  font-size: 0.65rem;
  text-transform: uppercase;
  margin-top: 8px;
}
.steps .step.active .step__number {
  background: #29235c;
  color: #fff;
  font-weight: 600;
}
.steps .step.active .step__name {
  font-weight: 700;
}

.step-heading {
  margin: 2rem 0;
  text-align: center;
}

.help-container {
  padding: 1rem;
  background-color: #E2E8F0;
  text-align: center;
  border-radius: 1rem;
}

.step-content table {
  background-color: #fff;
}
.step-content table .input-group-sm {
  width: auto;
}
.step-content table .input-group-sm .form-control {
  width: 100%;
}
.step-content table th {
  vertical-align: middle;
}

/*# sourceMappingURL=custom-app.css.map */
