@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Ballet:opsz@16..72&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Great+Vibes&family=Grey+Qo&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Petemoss&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif !important;
}

.fa,
.fas,
.far,
.fab,
.fal,
.fa-solid,
.fa-regular,
.fa-brands,
[class^="fa-"],
[class*=" fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "Font Awesome 7 Free" !important;
    font-style: normal;
    line-height: 1;
}

.fa,
.fas,
.fal,
.fa-solid {
    font-weight: 900 !important;
}

.far,
.fa-regular {
    font-weight: 400 !important;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands", "Font Awesome 7 Brands" !important;
    font-weight: 400 !important;
}

body {
    background-image: linear-gradient(to right, #c7e6d2, #fff);
    font-family: "DM Sans", sans-serif !important;
}

.header-left .logo img {
    max-height: 130px;
    width: auto;
}

/* .header {
    height: 70px !important;
    background: transparent;
    border: none;
    position: unset;
} */

.header-left {
    box-shadow: none;
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
}

.sidebar {
    background: #fff;
    top: 0;
    margin: 10px;
    border-radius: 10px;
    width: 240px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.07);
}

/* .header-left .logo {
    margin-top: 10px;
} */

.menu-title {
    color: #fff;
}

.sidebar-menu>ul>li>a:hover {
    color: #a6842e;
}

.sidebar-menu li.active>a {
    background-color: #f6b316;
    color: #282b2d;
}

.sidebar-menu li.active>a::before {
    background: #a6842e;
}

.sidebar-menu ul ul a.active {
    color: #fff;
    background: transparent;
    border-radius: 6px;
}

.sidebar-menu li a {
    color: #282b2d;
}

.sidebar-menu li a:hover {
    color: #a6842e;
    background: #fff;
    border-radius: 0px;
}

#toggle_btn {
    color: #1c1c1c;
    background: #fff;
    box-shadow: none;
    position: unset;
}

footer {
    position: fixed;
    width: 85%;
    bottom: 0;
    left: 221px;
    margin: 0 !important;
    z-index: 3;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "Font Awesome 7 Free" !important;
    font-weight: 900 !important;
}

.sidebar-menu .menu-arrow::before,
.sidebar-menu .menu-arrow:before,
.sidebar-menu li a.subdrop .menu-arrow::before,
.sidebar-menu ul ul a .menu-arrow::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "Font Awesome 7 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

.page-header {
    margin-bottom: 15px;
}

.page-wrapper>.content {
    padding: 1.5rem 1rem 1rem;
}

.btn-primary {
    background-color: #ecb123 !important;
    border: 1px solid #ecb123 !important;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #fbbb4a;
    border-color: #fbbb4a;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #fbbb4a;
    border: 1px solid #fbbb4a;
}

.actions a:hover {
    background-color: #ecb123 !important;
    color: #fff !important;
}

.page-item.active .page-link {
    background-color: #ecb123;
    border-color: #ecb123;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f4ba34;
    border-color: #f4ba34;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4af24;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #f4af24;
    text-shadow: unset;
}

.student-submit .btn-primary {
    background: #049433;
    border: 1px solid #049433;
}

.student-submit .btn-primary:hover {
    background: #f4af24;
    border: 1px solid #f4af24;
}

.form-control:focus {
    border-color: #049433;
}

.profile-bg-img img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}

.profile-user-img {
    top: -76px;
    position: absolute;
    left: 40px;
}

.profile-user-box {
    align-items: unset;
    position: relative;
    justify-content: start;
}

.names-profiles {
    margin-left: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.student-profile-head {
    margin-bottom: 0;
}

.profile_tab.nav-tabs .nav-link {
    /* border-radius: 0; */
    padding: 15px;
}

.profile_tab.nav-tabs .nav-link i {
    margin-right: 8px;
}

/* view table */
.table.view_table.dataTable {
    margin-top: 0;
}

.view_table thead {
    border-top: 1px solid #fff;
}

.table.view_table.dataTable {
    margin-top: 0 !important;
}

.view_table tr td:nth-child(odd) {
    font-weight: 600;
}

.change_password {
    padding: 40px 20px 10px;
}

.change_password .form-group.local-forms {
    margin-bottom: 20px;
}

.change_password .student-submit {
    margin-bottom: 11px;
    text-align: end;
}

/* dropify css */
.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    font-size: 20px;
}

/* table scroll strip fixed*/
/* .dataTables_length {
  position: absolute;
  top:70px;
}
.dataTables_filter {
  position: absolute;
  right: 28px;
  top: 74px;
}
.dataTables_info {
  position: absolute;
  left: 28px;
  bottom: 13px;
}
.dataTables_paginate {
  position: absolute;
  right: 25px;
  bottom: 8px;
}
.table.dataTable {
  margin-top: 33px !important;
}
.scroll_table_fixed{
  padding-bottom: 50px;
} */

.table-responsive #DataTables_Table_0_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-y: hidden;
    overflow-x: scroll;
}

/* sort para code */
.max-lines {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5em;
    max-width: 190px;
}

/*password toggle css  */
.toggle-password {
    position: absolute;
    top: 45px;
    right: 20px;
}

.form-group {
    position: relative;
}

.fa-eye-slash:before {
    content: "\f070" !important;
    font-family: "FontAwesome";
}

/* tab active border */
.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:hover,
.nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-color: #106839;
    color: #16a34a;
    background: #f7fcf9;
}

/* .activity-groups {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
} */

.activity-groups .activity-awards {
    margin-bottom: 20px;
}

/* course card */
.course-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-box {
    border: 1px solid #ececec;
    margin-bottom: 20px;
    position: relative;
}

.img_box_cc {
    position: relative;
}

.img_box_cc::before {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.course-box h3 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.course-content {
    padding: 5px 15px 10px;
    /* border: 1px solid #ececec; */
}

.course-content p {
    margin-bottom: 10px;
}

.course-content a {
    width: 55%;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    background: #f6b316;
    border-radius: 5px;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.course-content a i {
    margin-left: 10px;
}

.page-sub-header {
    justify-content: space-between;
}

/* schedule table */
.schedule_tale tr.days td {
    background: #fafafa;
    font-weight: 600;
}

.schedule_tale td p {
    width: 200px;
    margin: 0;
    white-space: break-spaces;
}

.schedule_tale .table .thead-light th {
    color: #495057;
    background-color: #e4fee0;
    border-color: #ebebeb;
}

.text-red {
    color: #ff0000;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}

.footer-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #ececec;
    margin-top: 20px;
}

.submit_btn {
    padding: 12px 50px;
    background: #106839;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.submit_btn:hover {
    color: #fff;
    background: #179150;
}

textarea.form-control {
    padding-top: 15px;
}

.box__:nth-child(even) {
    background: #fafafa;
}

.box__ {
    padding: 20px 0;
}

.local-forms label {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 600;
    position: unset;
    top: -10px;
    left: 10px;
    background: transparent;
    margin-bottom: 7px;
    padding: 0 5px;
    z-index: 99;
}

p.in_para {
    width: 100% !important;
    white-space: initial !important;
}

.actions {
    justify-content: center;
}

.page-title {
    font-size: 18px;
}

table.dataTable td,
table.dataTable th {
    font-size: 14px;
}

.page-header .breadcrumb {
    font-size: 14px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

/* toggle switch */
.toggle-switch input {
    display: none;
}

.toggle-switch label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 42px;
    height: 20px;
    background: #cccccc;
    border-radius: 50px;
    transition: 300ms linear;
}

.toggle-switch label:before {
    position: absolute;
    top: 51%;
    left: 3px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    transition: left 300ms linear;
}

.toggle-switch input:checked+label {
    background: #198754;
}

.toggle-switch input:checked+label:before {
    left: 23px;
}

.table.permission_table .student-thread th {
    color: #000;
    background-color: #e3e4e5;
    border-color: #eff2f7;
}

.permission_table th {
    width: 500px;
}

.form-group.local-forms {
    margin-bottom: 30px;
}

footer p {
    text-transform: capitalize;
}

.assignment_file {
    padding: 10px 15px;
    background: #198754;
    color: #fff !important;
    white-space: nowrap;
}

.assignment_file i {
    margin-right: 5px;
}

.table.assignment_view_table tbody tr:last-child {
    border-color: #dee2e6;
}

.assignment_view_table thead tr th {
    background: #ececec !important;
}

.login-wrapper .loginbox .login-left img {
    height: 100%;
    object-fit: cover;
}

.login-wrapper .loginbox .login-left:after {
    display: none;
}

.login-pwd-view {
    position: absolute;
    top: 23px;
    right: 17px;
}

/* .dashboard_table .dataTables_length, .dashboard_table .dataTables_filter {
  position: absolute;
  top: 53px;
} */
/* .dataTables_filter {
  position: absolute;
  right: 28px;
  top: 53px;
} */

.title_main {
    position: absolute;
    top: 7px;
    right: 16px;
    z-index: 30;
}

.date_create {
    display: flex;
    align-items: center;
}

.bootstrap-timepicker-widget table td input {
    text-align: center;
    border: 1px solid #ececec;
    padding: 3px 0;
    width: 40px !important;
}

.date_create div {
    width: 100%;
}

.date__ input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.time__ input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #106839;
    border: 1px solid #106839;
    color: #fff;
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

/* present absent */
/* .absent{
  margin-right: 30px;
}
.absent, .present{
  position: relative;
}

.radio-input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.radio-label {
  position: relative;
  padding-left: 35px;
}
.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 0;
}
.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 2px #c6c7c6;
  border-radius: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: #189e56;
}
.radio-input:checked + .radio-border.absent__{
  outline: solid 2px #189e56;
} */
.attendance-mark {
    display: flex;
}

:root {
    --color-black: #232323;
    --color-pink: #ff6393;
    --color-dark-pink: #df4775;
    --color-purple: #342a47;
    --color-blue: deepskyblue;
    --color-gray: #525252;
    --color-green: #bbe187;

    --transition-fast: 0.1s;
}

.attendance-mark input[type="radio"] {
    visibility: hidden;
    /* 1 */
    height: 0;
    /* 2 */
    width: 0;
    /* 2 */
}

.attendance-mark label {
    display: flex;
    flex: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    color: #1c1c1c;
    padding: 12px 20px;
    border-radius: 6px;
    transition: color --transition-fast ease-out,
        background-color --transition-fast ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
    border: 1px solid #ececec;
    margin-bottom: 0;
}

.attendance-mark label:last-of-type {
    margin-right: 0;
}

/* .attendance-mark input[type="radio"]:checked + label {
  background-color: #049433;
  color: #fff;
} */
.attendance-mark input[type="radio"]:checked+.present_label {
    background-color: #049433;
    color: #fff;
}

.attendance-mark input[type="radio"]:checked+.absent_label {
    background-color: #fb3030;
    color: #fff;
}

.attendance-mark input[type="radio"]:hover:not(:checked)+.present_label {
    background-color: #049433;
    color: #fff;
}

.attendance-mark input[type="radio"]:hover:not(:checked)+.absent_label {
    background-color: #fb3030;
    color: #fff;
}

/* .attendance-mark input[type="radio"]:hover:not(:checked) + label {
 background-color: #c3c3c3;
 color: #1b1b1b;
} */

.attendance-mark .present label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.attendance-mark .absent label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.present,
.absent {
    line-height: 0;
}

.attendance-mark label i {
    margin-right: 10px;
}

.card-table .table td,
.card-table .table th {
    padding: 10px 20px;
}

.status_st {
    width: 180px !important;
}

.view_attendance {
    background: #000;
    padding: 10px 15px;
    border-radius: 5px;
    color: #14a4f3 !important;
    background-color: rgba(41, 156, 219, 0.1);
}

.emp_name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4a4a4a;
    background: #efefff;
    padding: 15px 10px;
}

.attendance_table .table-striped thead tr {
    border-color: #e8e8e8;
}

.badge-success-light {
    background-color: rgba(1, 195, 83, 0.15) !important;
    color: #0dcd94 !important;
}

.badge-danger-light {
    background-color: rgba(241, 21, 65, 0.15);
    color: #f11541 !important;
}

.badge-primary-background {
    background-color: #e1edff !important;
    color: #1a84ac !important;
}

.bold {
    font-weight: 600;
}

.pro-bg-primary,
.badge-primary {
    background-color: #9b9b9b00 !important;
    color: #1a84ac;
}

.sundayleave {
    color: #f07b14 !important;
}

.filter_box {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.attendance_filter_btn a button {
    padding: 9px 70px;
}

.footer-btn a {
    padding: 15px 30px;
    background: #106839;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
}

.footer-btn button {
    padding: 10px 30px;
    background: #106839;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.syllubus__ ul {
    width: 80%;
    display: block;
    white-space: break-spaces;
}

.syllabus_table__ td,
.syllabus_table__ th {
    vertical-align: baseline !important;
}

.checkbox-alias {
    background-color: #f1f1f1;
    display: flex;
    width: calc(108px - 9px);
    height: 25px;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 20px;
}

.invisible-checkboxes input[type="radio"] {
    display: none;
    /*   margin-right: -20px;
position: relative;
z-index: 2; */
}

.invisible-checkboxes input[type="radio"]:checked+.checkbox-alias {
    background-color: #6bb53f;
    color: #fff;
}

.invisible-checkboxes {
    display: flex;
}

.invisible-checkboxes {
    display: flex;
    position: absolute;
    bottom: 14px;
}

.status__td {
    position: relative;
    padding-bottom: 50px !important;
}

/* .facility_table{
 overflow-y: scroll;
} */
/* .facility_table::-webkit-scrollbar {
  display: none;
} */
/* .facility_progress{
    height: 461px;
    } */
/* .filter_ghc {
    margin-bottom: 10px !important;
} */

/* .filter_ghc_btn {
    margin-top: 17px;
} */

.syb {
    display: flex;
    align-items: center;
}

.syb_table_ .status__td {
    white-space: initial;
    padding-bottom: 20px !important;
}

.content_syb {
    width: 200px;
}

.in_person_table .content_syb {
    width: 100%;
}

.c-checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    transition: all 300ms;
    cursor: pointer;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.c-checkbox {
    position: relative;
}

.c-checkbox input {
    transition: all 200ms;
}

.c-checkbox input+label {
    transition: all 200ms;
    border-radius: 1px;
    width: auto;
    padding: 0;
    margin-bottom: 0;
}

.c-checkbox input:focus:not(:focus-visible) {
    outline: none;
}

.c-checkbox input:focus+.c-checkbox__label {
    position: relative;
}

/* .c-checkbox input:focus + .c-checkbox__label::after {
  border-radius: 2rem;
  outline: dashed 2px rgba(65, 105, 225, 0.5);
  outline-offset: 2px;
  padding: 0.5em;
  content: "";
  position: absolute;
  display: inline-block;
  min-width: 120%;
  min-height: 200%;
  left: -8%;
  top: 0;
  margin: auto 0;
  vertical-align: middle;
  bottom: 0;
  right: 0;
  border-radius: 2rem;
  background-color: rgba(65, 105, 225, 0.125);
} */

.c-checkbox__label {
    cursor: pointer;
    display: inline-block;
}

.c-checkbox__label::before {
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #c5c5c5;
    margin-left: 15px;
}

.c-checkbox__label:hover {
    color: blue;
    color: #214cce;
}

.c-checkbox__label:hover::before {
    background-color: whitesmoke;
}

.c-checkbox--svg input:checked+.c-checkbox__label--svg::before {
    background: #ffc107;
    border-color: #ffc107;
}

.c-checkbox--svg input:checked+.c-checkbox__label--svg .checkbox-icon-svg-path {
    stroke: #fff;
    stroke-dashoffset: 0;
}

.c-checkbox__label--svg {
    padding-left: 2em;
    font-weight: 500;
    font-size: 1em;
}

.c-checkbox__label--svg::before {
    width: 18px;
    height: 18px;
    border-radius: 0.25em;
    transition: all 0.125s ease-out;
}

.c-checkbox__label--svg svg {
    position: absolute;
    left: 17px;
    top: 7px;
    width: 13px;
    height: 13px;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-icon-svg-path {
    stroke-dashoffset: 111.46px;
    stroke-dasharray: 111.46px;
    stroke: #3863d9;
    transition: all 0.125s ease-out;
    transition-delay: 50ms;
}

.filter_main_box__ .attendance_filter_btn a button {
    padding: 6px 29px !important;
}

.filter_main_box__ {
    display: flex !important;
    align-items: center !important;
}

.attendance_filter_btn {
    margin-left: 10px !important;
}

.Syllabus_card:hover {
    cursor: pointer;
}

.badge-soft-success {
    color: #43d39e !important;
    background-color: rgba(67, 211, 158, 0.18);
    box-shadow: none;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-soft-danger {
    color: #ff5c75;
    background-color: rgba(255, 92, 117, 0.18);
    box-shadow: none;
}

/* assignment doc css */

.file-manager h5 {
    font-size: 18px;
    font-weight: 600;
}

.file-manager>h6 {
    opacity: 0.6;
    font-weight: 400 !important;
    font-size: 15px;
    margin-bottom: 20px;
    color: #999;
}

.file-manager .files .file-box:nth-child(1) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 10ms;
    animation: fadeIncustom 0.5s linear 10ms;
}

.file-manager .files .file-box:nth-child(2) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 20ms;
    animation: fadeIncustom 0.5s linear 20ms;
}

.file-manager .files .file-box:nth-child(3) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 30ms;
    animation: fadeIncustom 0.5s linear 30ms;
}

.file-manager .files .file-box:nth-child(4) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 40ms;
    animation: fadeIncustom 0.5s linear 40ms;
}

.file-manager .files .file-box:nth-child(5) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 50ms;
    animation: fadeIncustom 0.5s linear 50ms;
}

.file-manager .files .file-box:nth-child(6) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 60ms;
    animation: fadeIncustom 0.5s linear 60ms;
}

.file-manager .files .file-box:nth-child(7) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 70ms;
    animation: fadeIncustom 0.5s linear 70ms;
}

.file-manager .files .file-box:nth-child(8) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 80ms;
    animation: fadeIncustom 0.5s linear 80ms;
}

.file-manager .files .file-box:nth-child(9) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 90ms;
    animation: fadeIncustom 0.5s linear 90ms;
}

.file-manager .files .file-box:nth-child(10) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 100ms;
    animation: fadeIncustom 0.5s linear 100ms;
}

.file-manager .files .file-box:nth-child(11) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 110ms;
    animation: fadeIncustom 0.5s linear 110ms;
}

.file-manager .files .file-box:nth-child(12) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 120ms;
    animation: fadeIncustom 0.5s linear 120ms;
}

.file-manager .files .file-box:nth-child(13) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 130ms;
    animation: fadeIncustom 0.5s linear 130ms;
}

.file-manager .files .file-box:nth-child(14) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 140ms;
    animation: fadeIncustom 0.5s linear 140ms;
}

.file-manager .files .file-box:nth-child(15) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 150ms;
    animation: fadeIncustom 0.5s linear 150ms;
}

.file-manager .files h6 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.file-manager p {
    opacity: 0.9;
    font-size: 12px;
    color: #999;
}

.file-manager .files li:nth-child(n + 2),
.file-manager .folder li:nth-child(n + 2) {
    margin-left: 8px;
}

.files h6,
.folder h6 {
    opacity: 0.9;
    font-weight: 500 !important;
    font-size: 14px;
}

.file-content .ellips {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.7;
}

.file-content .form-inline {
    border: 1px solid #ecf3fa;
    border-radius: 5px;
    padding: 0 20px;
}

.file-content .form-inline i {
    padding-right: 10px;
    color: #898989;
    line-height: 3;
}

.file-content .form-inline input::-webkit-input-placeholder {
    color: #898989;
}

.file-content .form-inline input:focus {
    outline: none !important;
}

.file-content .search-form input {
    padding: 5px 10px 5px 70px;
    border-radius: 5px;
}

.file-content .search-form .form-group:before {
    left: 82px;
    top: 37px;
}

.file-content .search-form .form-group:after {
    top: 39px;
    left: 53px;
}

.file-content .btn {
    padding: 5px 15px;
    z-index: 0;
}

.file-content .btn svg {
    height: 15px;
    margin-right: 2px;
    vertical-align: middle;
}

.file-content h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1;
}

.file-content .folder .folder-box {
    border: 1px solid #ecf3fa;
    border-radius: 5px;
    padding: 15px;
    background-color: rgba(99, 98, 231, 0.05);
    width: calc(25% - 15px);
    display: inline-block;
}

.file-content .files .file-box {
    border: 1px solid #ecf3fa;
    border-radius: 5px;
    padding: 15px;
    background-color: rgba(99, 98, 231, 0.05);
    width: calc(25% - 15px);
    display: inline-block;
    position: relative;
}

.file-content .files .file-box .file-top {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1440px) {
    .file-content .folder .folder-box .media {
        display: block;
        text-align: center;
    }

    .file-content .folder .folder-box .media .media-body {
        margin-left: 0 !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1366px) {
    .file-content .files {
        margin-bottom: -10px;
    }

    .file-content .files .file-box {
        width: calc(50% - 15px);
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .file-content .card-header .btn {
        padding: 8px 15px;
        z-index: 0;
    }

    .file-content .folder .folder-box {
        padding: 13px;
        width: calc(50% - 15px);
        margin-bottom: 10px;
    }

    .file-content .folder .folder-box .media i {
        font-size: 30px;
    }

    .file-sidebar .btn {
        padding: 8px 15px;
    }
}

.file-top img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.profile-user-img img {
    background: #fff;
}

.card-table .card-body .users_role_table__ tr td:first-child,
.card-table .card-body .users_role_table__ tr th:first-child {
    padding-left: 1.5rem;
    width: 230px !important;
    display: block;
}

/* .profile-user-img img {
    height: 141px !important;
} */

/* 03-oct 2023 */
.accordion_custom .card-header:first-child {
    border-radius: 0px;
}

.accordion_custom .card .card-header {
    padding: 0;
}

.accordion_custom .card .card-header h5 a {
    padding: 20px;
    display: block;
    position: relative;
}

.accordion_custom .card .card-header h5 a::before {
    content: "\f068";
    font-family: "FontAwesome";
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 15px;
}

.accordion_custom .card .card-header h5 a.collapsed::before {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 15px;
}

.dashboard_table.inner_attendance_table .dataTables_length,
.dashboard_table.inner_attendance_table .dataTables_filter {
    position: absolute;
    top: 13px;
    width: 47%;
}

.inner_attendance_table #DataTables_Table_0_wrapper .row:nth-child(2) {
    margin-top: 40px;
}

.card.card-chart {
    box-shadow: none !important;
    margin-bottom: 0;
}

.grade_ {
    display: flex;
    align-items: center;
}

.grade_ .form-group {
    margin-right: 10px;
}

.description__ {
    width: 300px;
}

.grade_table .table th {
    white-space: break-spaces;
}

/* .description__inner {
    width: 400px;
} */

.inner_attendance_table table {
    width: 100% !important;
}

.add-skill {
    margin-top: 20px;
    margin-left: 10px;
}

.no_data_found__ {
    text-align: center !important;
}

.teacher_table_facility__ {
    margin-top: 40px;
}

.table-responsive #DataTables_Table_1_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-y: hidden;
    overflow-x: scroll;
}

.not_to_be_marked {
    background: #a6baff;
    opacity: 0.6;
    filter: blur(0.4px);
}

.view_syllabus_ img {
    height: 30px;
    width: 43px;
    position: relative;
    top: -5px;
    left: -5px;
}

.time_attendance____ {
    display: flex;
    justify-content: space-between;
}

.overall_table.table tbody tr:last-child {
    border-bottom: 1px solid #ececec !important;
}

.devide_overall {
    border-bottom: 1px solid #ececec;
}

.overall_table tr th,
.overall_table tr td {
    font-size: 14px;
}

.mandotry {
    color: red;
}

.mandot-and-assifnment span {
    display: block;
    width: 27%;
    margin-bottom: 10px;
}

.mandot-and-assifnment .fa-circle-check {
    color: #09d429;
}

.mandot-and-assifnment .fa-circle-xmark {
    color: #ff0000;
}

.text-green {
    color: #106839 !important;
}

.btn-green {
    background-color: #106839;
    border: 1px solid #106839;
    color: #fff;
}

.btn-green:hover {
    color: #fff;
}

.my-btn-box .db-icon {
    border-radius: 50%;
    background: white;
}

.my-btn-box .db-icon img {
    width: 50%;
}

.my-btn-box .card {
    background: #fbf2e1;
}

.assis_tyo .dataTables_wrapper .row:first-child {
    padding: 10px 30px 0 10px;
}

.save_btnTYo {
    margin-right: 15px;
    margin-top: 7px;
}

.attendance-mark {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 0;
    align-items: center;
    /* margin-right: 20px; */
}

/* .header-left {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
} */
.header-left .logo img {
    width: 7em;
}

.sidebar-menu>ul>li>a:hover {
    background: #f6b316;
    color: #282b2d;
}

.sidebar-menu li.active>a::before {
    width: 10px;
    background: #106839;
}

/* .header .header-left {
    display: none;
} */

@media (min-width: 992px) {
    .mini-sidebar .header-left .logo img {
        display: none;
    }

    .mini-sidebar .header-left .logo-small img {
        display: block;
    }
}

footer {
    display: none;
}

.page-wrapper {
    padding-top: 50px;
    margin-left: 220px;
}

.page-header.user-welcome {
    background-image: linear-gradient(to right, #0f8339, #0099347a);
    padding: 26px 45px;
    border-radius: 10px;
}

.page-header.user-welcome h3.page-title {
    margin: 0;
    color: white;
    font-size: 34px;
    font-weight: unset;
    line-height: 33px;
}

.page-header.user-welcome {
    color: #fff;
    position: relative;
}

.page-header.user-welcome .welcome-img {
    display: flex;
    justify-content: right;
}

.page-header.user-welcome .welcome-img img {
    width: 266px;
    position: absolute;
    top: 0;
}

/* .bg-comman .db-icon {
    background: none;
} */

.row.count-cards .card-body .db-icon img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.row.count-cards .card-body .db-icon img.students-count-img {
    width: 103px;
}

.row.count-cards .card-body .db-icon img.courses-count-img {
    width: 121px;
}

.row.count-cards .card-body .db-icon img.teachers-count-img {
    width: 75px;
}

.col-3.right-sidebar {
    padding: 0 24px 0 24px;
}

.row.notificaion-area {
    background-image: url(../img/new-image/notice_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 20px 20px;
}

.row.notificaion-area h5.heading {
    border-bottom: 1px solid #fff06b6b;
    color: white;
    padding: 0 0 12px 0;
    font-size: 18px;
}

.row.notificaion-area p.notice {
    padding: 2px 0 0 0;
    font-size: 14px;
    line-height: 18px;
}

.d-flex.justify-content-between.align-items-center.p-0 p {
    margin: 0 !important;
    font-size: 13px;
}

.row.notificaion-area>* {
    color: white;
}

.d-flex.justify-content-between.align-items-center.p-0 i {
    font-weight: 100;
    font-size: 28px;
}

/* TESTING */

.side_student_box {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 25px;
    min-height: 176px;
}

.students_content {
    padding: 18px;
}

.heading_area {
    justify-content: space-between;
    align-items: center;
}

.heading_area a {
    font-size: 12px;
    color: #009934;
    text-decoration: none;
}

.students_list {
    margin-top: 20px;
    padding: 0;
}

.students_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.students_list li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.student_details {
    justify-content: space-between;
    align-items: center;
}

.img_name {
    align-items: center;
    gap: 15px;
}

.img_name img {
    width: 35px;
    border-radius: 50%;
}

.img_name p {
    margin-bottom: 0;
    color: #282b2d;
    font-size: 12px;
}

.student_details i {
    rotate: 45deg;
    color: #282b2d;
}

.row.students-list.side_student_box {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
}

.table-striped thead tr th.sorting {
    background: #009934;
    color: white;
}

.table-striped thead tr th.sorting_asc {
    background: #009934;
    color: #fff;
}

.table-striped thead tr th.sorting_desc {
    background: #009934;
    color: #fff;
}

.video-card .card {
    width: 100% !important;
    border: none;
    border-radius: 0;
}

.video-card .card .card-body {
    padding: 12px 0 12px 0 !important;
}

.video-card .card .card-body h5 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}

.video-card .card img {
    border-radius: 8px;
    object-fit: cover;
    width: 316px;
    height: 183px;
}

.video-card .card .image-container {
    position: relative;
}

.video-card .card .image-container:after {
    content: "\f04b";
    font-family: fontawesome;
    position: absolute;
    left: 120px;
    top: 59px;
    background: white;
    padding: 19px 27px;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.3s;
    color: #282b2d;
}

.video-card .card .image-container:hover:after {
    padding: 26px 34px;
    top: 52px;
    left: 113px;
}

body {
    /* background-image: linear-gradient(to right, #c7e6d2, #fff); */
    background: #fff;
}

.header-left .logo img {
    max-height: 130px;
    width: auto;
}

/* .header {
    height: 70px !important;
    background: transparent;
    border: none;
    position: unset;
} */

.header-left {
    box-shadow: none;
    justify-content: center;
    display: flex;
    margin-bottom: 0;
    display: none;
}

.sidebar {
    background: #fff;
    top: 50px;
    margin: 0;
    border-radius: 0;
    width: 220px;
}

/* .header-left .logo {
    margin-top: 10px;
} */

.menu-title {
    color: #717171;
}

.sidebar-menu>ul>li>a:hover {
    color: #a6842e;
}

.sidebar-menu li.active>a {
    background-color: #009934;
    color: #fff;
    border-radius: 10px;
    margin: 0;
    padding: 6px 15px;
}

.sidebar-menu li.active>a::before {
    background: #a6842e;
}

.sidebar-menu ul ul a.active {
    color: #fff;
    background: transparent;
    border-radius: 6px;
}

.sidebar-menu li a {
    color: #282b2d;
}

.sidebar-menu li a:hover {
    color: #a6842e;
    background: transparent;
    border-radius: 0px;
}

.sidebar-menu li.active ul li>a {
    background-color: transparent;
    margin: 0;
}

.sidebar-menu li.active ul li.active>a {
    color: #009934;
    padding-left: 30px;
}

.sidebar-menu li.active ul li>a::before {
    display: none;
}

#toggle_btn {
    color: #1c1c1c;
    background: #fff;
    box-shadow: none;
    position: relative;
    /* top: 10px;
    left: 0; */
}

#toggle_btn iconify-icon {
    font-size: 22px;
    color: #696969;
}

footer {
    position: fixed;
    width: 85%;
    bottom: 0;
    left: 221px;
    margin: 0 !important;
    z-index: 3;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    font-family: "FontAwesome";
}

/* .page-header {
    margin-bottom: 25px;
} */

/* .page-wrapper > .content {
    padding: 1.875rem 1.875rem 3rem;
} */

.btn-primary {
    background-color: #ecb123;
    border: 1px solid #ecb123;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #fbbb4a;
    border-color: #fbbb4a;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #fbbb4a;
    border: 1px solid #fbbb4a;
}

.actions a:hover {
    background-color: #f5bc16 !important;
    color: #fff !important;
}

.page-item.active .page-link {
    background-color: #ecb123;
    border-color: #ecb123;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f4ba34;
    border-color: #f4ba34;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4af24;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #f4af24;
    text-shadow: unset;
}

.student-submit .btn-primary {
    background: #049433;
    border: 1px solid #049433;
}

.student-submit .btn-primary:hover {
    background: #f4af24;
    border: 1px solid #f4af24;
}

.form-control:focus {
    border-color: #049433;
}

.profile-bg-img img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
}

.profile-user-img {
    top: -76px;
    position: absolute;
    left: 40px;
}

.profile-user-box {
    align-items: unset;
    position: relative;
    justify-content: start;
}

.names-profiles {
    margin-left: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.student-profile-head {
    margin-bottom: 0;
}

/* .profile_tab.nav-tabs .nav-link {
    border-radius: 0;
    padding: 5px 10px;
    font-size: 13px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.profile_tab.nav-tabs .nav-link i {
    margin-right: 3px;
} */

/* view table */
.table.view_table.dataTable {
    margin-top: 0;
}

.view_table thead {
    border-top: 1px solid #fff;
}

.table.view_table.dataTable {
    margin-top: 0 !important;
}

.view_table tr td:nth-child(odd) {
    font-weight: 600;
}

.change_password {
    padding: 40px 20px 10px;
}

.change_password .form-group.local-forms {
    margin-bottom: 20px;
}

.change_password .student-submit {
    margin-bottom: 11px;
    text-align: end;
}

/* dropify css */
.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    font-size: 20px;
}

/* table scroll strip fixed*/
/* .dataTables_length {
  position: absolute;
  top:70px;
}
.dataTables_filter {
  position: absolute;
  right: 28px;
  top: 74px;
}
.dataTables_info {
  position: absolute;
  left: 28px;
  bottom: 13px;
}
.dataTables_paginate {
  position: absolute;
  right: 25px;
  bottom: 8px;
}
.table.dataTable {
  margin-top: 33px !important;
}
.scroll_table_fixed{
  padding-bottom: 50px;
} */

.table-responsive #DataTables_Table_0_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-y: hidden;
    overflow-x: scroll;
}

/* sort para code */
.max-lines {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5em;
    max-width: 190px;
}

/*password toggle css  */
.toggle-password {
    position: absolute;
    top: 40px;
    right: 12px;
}

.form-group {
    position: relative;
}

.fa-eye-slash:before {
    content: "\f070" !important;
    font-family: "FontAwesome";
}

/* tab active border */
/* .nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-color: #106839;
    background: #106839;
    color: #fff;
} */

.syllabusHeight {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.activity-groups .activity-awards {
    margin-bottom: 20px;
}

.activity-groups .activity-awards:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* course card */
.course-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-box {
    border: 1px solid #ececec;
    margin-bottom: 20px;
    position: relative;
}

.img_box_cc {
    position: relative;
}

.img_box_cc::before {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.course-box h3 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.course-content {
    padding: 5px 15px 10px;
    /* border: 1px solid #ececec; */
}

.course-content p {
    margin-bottom: 10px;
}

.course-content a {
    width: 55%;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    background: #f6b316;
    border-radius: 5px;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.course-content a i {
    margin-left: 10px;
}

.page-sub-header {
    justify-content: space-between;
}

/* schedule table */
.schedule_tale tr.days td {
    background: #fafafa;
    font-weight: 600;
}

.schedule_tale td p {
    width: 200px;
    margin: 0;
    white-space: break-spaces;
}

.schedule_tale .table .thead-light th {
    color: #495057;
    background-color: #e4fee0;
    border-color: #ebebeb;
}

.text-red {
    color: #ff0000;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.footer-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #ececec;
    margin-top: 20px;
}

.submit_btn {
    padding: 12px 50px;
    background: #106839;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.submit_btn:hover {
    color: #fff;
    background: #179150;
}

textarea.form-control {
    padding-top: 15px;
}

.box__:nth-child(even) {
    background: #fafafa;
}

.box__ {
    padding: 20px 0;
}

.local-forms label {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 600;
    position: unset;
    top: -10px;
    left: 10px;
    background: transparent;
    margin-bottom: 7px;
    padding: 0 5px;
    z-index: 99;
}

p.in_para {
    width: 100% !important;
    white-space: initial !important;
}

.actions {
    justify-content: center;
}

.page-title {
    font-size: 22px;
}

table.dataTable td,
table.dataTable th {
    font-size: 14px;
}

.page-header .breadcrumb {
    font-size: 14px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

/* toggle switch */
.toggle-switch input {
    display: none;
}

.toggle-switch label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 42px;
    height: 20px;
    background: #cccccc;
    border-radius: 50px;
    transition: 300ms linear;
}

.toggle-switch label:before {
    position: absolute;
    top: 51%;
    left: 3px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    transition: left 300ms linear;
}

.toggle-switch input:checked+label {
    background: #198754;
}

.toggle-switch input:checked+label:before {
    left: 23px;
}

.table.permission_table .student-thread th {
    color: #000;
    background-color: #e3e4e5;
    border-color: #eff2f7;
}

.permission_table th {
    width: 500px;
}

.form-group.local-forms {
    margin-bottom: 30px;
}

footer p {
    text-transform: capitalize;
}

.assignment_file {
    padding: 10px 15px;
    background: #198754;
    color: #fff !important;
    white-space: nowrap;
}

.assignment_file i {
    margin-right: 5px;
}

.table.assignment_view_table tbody tr:last-child {
    border-color: #dee2e6;
}

.assignment_view_table thead tr th {
    background: #ececec !important;
}

.login-wrapper .loginbox .login-left:after {
    display: none;
}

.login-pwd-view {
    position: absolute;
    top: 23px;
    right: 17px;
}

/* .dashboard_table .dataTables_length, .dashboard_table .dataTables_filter {
  position: absolute;
  top: 53px;
} */
/* .dataTables_filter {
  position: absolute;
  right: 28px;
  top: 53px;
} */

.title_main {
    position: absolute;
    top: 7px;
    right: 16px;
    z-index: 30;
}

.date_create {
    display: flex;
    align-items: center;
}

.bootstrap-timepicker-widget table td input {
    text-align: center;
    border: 1px solid #ececec;
    padding: 3px 0;
    width: 40px !important;
}

.date_create div {
    width: 100%;
}

.date__ input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.time__ input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #106839;
    border: 1px solid #106839;
    color: #fff;
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

/* present absent */
/* .absent{
  margin-right: 30px;
}
.absent, .present{
  position: relative;
}

.radio-input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.radio-label {
  position: relative;
  padding-left: 35px;
}
.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 0;
}
.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 2px #c6c7c6;
  border-radius: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: #189e56;
}
.radio-input:checked + .radio-border.absent__{
  outline: solid 2px #189e56;
} */
.attendance-mark {
    display: flex;
}

:root {
    --color-black: #232323;
    --color-pink: #ff6393;
    --color-dark-pink: #df4775;
    --color-purple: #342a47;
    --color-blue: deepskyblue;
    --color-gray: #525252;
    --color-green: #bbe187;

    --transition-fast: 0.1s;
}

.attendance-mark input[type="radio"] {
    visibility: hidden;
    /* 1 */
    height: 0;
    /* 2 */
    width: 0;
    /* 2 */
}

.attendance-mark label {
    display: flex;
    flex: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    color: #1c1c1c;
    padding: 12px 20px;
    border-radius: 6px;
    transition: color --transition-fast ease-out,
        background-color --transition-fast ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
    border: 1px solid #ececec;
    margin-bottom: 0;
}

.attendance-mark label:last-of-type {
    margin-right: 0;
}

/* .attendance-mark input[type="radio"]:checked + label {
  background-color: #049433;
  color: #fff;
} */
.attendance-mark input[type="radio"]:checked+.present_label {
    background-color: #049433;
    color: #fff;
}

.attendance-mark input[type="radio"]:checked+.absent_label {
    background-color: #fb3030;
    color: #fff;
}

.attendance-mark input[type="radio"]:hover:not(:checked)+.present_label {
    background-color: #049433;
    color: #fff;
}

.attendance-mark input[type="radio"]:hover:not(:checked)+.absent_label {
    background-color: #fb3030;
    color: #fff;
}

/* .attendance-mark input[type="radio"]:hover:not(:checked) + label {
 background-color: #c3c3c3;
 color: #1b1b1b;
} */

.attendance-mark .present label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.attendance-mark .absent label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.present,
.absent {
    line-height: 0;
}

.attendance-mark label i {
    margin-right: 10px;
}

.card-table .table td,
.card-table .table th {
    padding: 10px 20px;
    border-bottom: 1px solid #ececec;
}

.status_st {
    width: 180px !important;
}

.view_attendance {
    background: #000;
    padding: 10px 15px;
    border-radius: 5px;
    color: #14a4f3 !important;
    background-color: rgba(41, 156, 219, 0.1);
}

.emp_name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4a4a4a;
    background: #efefff;
    padding: 15px 10px;
    align-items: center;
    justify-content: space-between;
}

.emp_name h5 {
    margin: 0;
}

.attendance_table .table-striped thead tr {
    border-color: #e8e8e8;
}

.badge-success-light {
    background-color: rgba(1, 195, 83, 0.15) !important;
    color: #0dcd94 !important;
}

.badge-danger-light {
    background-color: rgba(241, 21, 65, 0.15);
    color: #f11541 !important;
}

.badge-primary-background {
    background-color: #e1edff !important;
    color: #1a84ac !important;
}

.bold {
    font-weight: 600;
}

.pro-bg-primary,
.badge-primary {
    background-color: #9b9b9b00 !important;
    color: #1a84ac;
}

.sundayleave {
    color: #f07b14 !important;
}

.filter_box {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.attendance_filter_btn a button {
    padding: 9px 70px;
}

.footer-btn a {
    padding: 15px 30px;
    background: #106839;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
}

.footer-btn button {
    padding: 10px 30px;
    background: #106839;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.syllubus__ ul {
    width: 80%;
    display: block;
    white-space: break-spaces;
}

.syllabus_table__ td,
.syllabus_table__ th {
    vertical-align: baseline !important;
}

.checkbox-alias {
    background-color: #f1f1f1;
    display: flex;
    width: calc(108px - 9px);
    height: 25px;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 20px;
}

.invisible-checkboxes input[type="radio"] {
    display: none;
    /*   margin-right: -20px;
position: relative;
z-index: 2; */
}

.invisible-checkboxes input[type="radio"]:checked+.checkbox-alias {
    background-color: #6bb53f;
    color: #fff;
}

.invisible-checkboxes {
    display: flex;
}

.invisible-checkboxes {
    display: flex;
    position: absolute;
    bottom: 14px;
}

.status__td {
    position: relative;
    padding-bottom: 50px !important;
}

/* .facility_table{
 overflow-y: scroll;
} */
/* .facility_table::-webkit-scrollbar {
  display: none;
} */
/* .facility_progress{
    height: 461px;
    } */
/* .filter_ghc {
    margin-bottom: 10px !important;
} */

/* .filter_ghc_btn {
    margin-top: 17px;
} */

.syb {
    display: flex;
    align-items: center;
}

.syb_table_ .status__td {
    white-space: initial;
    padding-bottom: 20px !important;
}

.content_syb {
    width: 200px;
}

.in_person_table .content_syb {
    width: 100%;
}

.c-checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    transition: all 300ms;
    cursor: pointer;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.c-checkbox {
    position: relative;
}

.c-checkbox input {
    transition: all 200ms;
}

.c-checkbox input+label {
    transition: all 200ms;
    border-radius: 1px;
    width: auto;
    padding: 0;
    margin-bottom: 0;
}

.c-checkbox input:focus:not(:focus-visible) {
    outline: none;
}

.c-checkbox input:focus+.c-checkbox__label {
    position: relative;
}

/* .c-checkbox input:focus + .c-checkbox__label::after {
  border-radius: 2rem;
  outline: dashed 2px rgba(65, 105, 225, 0.5);
  outline-offset: 2px;
  padding: 0.5em;
  content: "";
  position: absolute;
  display: inline-block;
  min-width: 120%;
  min-height: 200%;
  left: -8%;
  top: 0;
  margin: auto 0;
  vertical-align: middle;
  bottom: 0;
  right: 0;
  border-radius: 2rem;
  background-color: rgba(65, 105, 225, 0.125);
} */

.c-checkbox__label {
    cursor: pointer;
    display: inline-block;
}

.c-checkbox__label::before {
    content: "" !important;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #c5c5c5;
    margin-left: 15px;
}

.c-checkbox__label:hover {
    color: blue;
    color: #214cce;
}

.c-checkbox__label:hover::before {
    background-color: whitesmoke;
}

.c-checkbox--svg input:checked+.c-checkbox__label--svg::before {
    background: #ffc107;
    border-color: #ffc107;
}

.c-checkbox--svg input:checked+.c-checkbox__label--svg .checkbox-icon-svg-path {
    stroke: #fff;
    stroke-dashoffset: 0;
}

.c-checkbox__label--svg {
    padding-left: 2em;
    font-weight: 500;
    font-size: 1em;
}

.c-checkbox__label--svg::before {
    width: 18px;
    height: 18px;
    border-radius: 0.25em;
    transition: all 0.125s ease-out;
}

.c-checkbox__label--svg svg {
    position: absolute;
    left: 17px;
    top: 7px;
    width: 13px;
    height: 13px;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-icon-svg-path {
    stroke-dashoffset: 111.46px;
    stroke-dasharray: 111.46px;
    stroke: #3863d9;
    transition: all 0.125s ease-out;
    transition-delay: 50ms;
}

.filter_main_box__ .attendance_filter_btn a button {
    padding: 6px 29px !important;
}

.filter_main_box__ {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

.attendance_filter_btn {
    margin-left: 10px !important;
}

.Syllabus_card:hover {
    cursor: pointer;
}

.badge-soft-success {
    color: #43d39e !important;
    background-color: rgba(67, 211, 158, 0.18);
    box-shadow: none;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-soft-danger {
    color: #ff5c75;
    background-color: rgba(255, 92, 117, 0.18);
    box-shadow: none;
}

/* assignment doc css */

.file-manager h5 {
    font-size: 18px;
    font-weight: 600;
}

.file-manager>h6 {
    opacity: 0.6;
    font-weight: 400 !important;
    font-size: 15px;
    margin-bottom: 20px;
    color: #999;
}

.file-manager .files .file-box:nth-child(1) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 10ms;
    animation: fadeIncustom 0.5s linear 10ms;
}

.file-manager .files .file-box:nth-child(2) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 20ms;
    animation: fadeIncustom 0.5s linear 20ms;
}

.file-manager .files .file-box:nth-child(3) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 30ms;
    animation: fadeIncustom 0.5s linear 30ms;
}

.file-manager .files .file-box:nth-child(4) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 40ms;
    animation: fadeIncustom 0.5s linear 40ms;
}

.file-manager .files .file-box:nth-child(5) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 50ms;
    animation: fadeIncustom 0.5s linear 50ms;
}

.file-manager .files .file-box:nth-child(6) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 60ms;
    animation: fadeIncustom 0.5s linear 60ms;
}

.file-manager .files .file-box:nth-child(7) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 70ms;
    animation: fadeIncustom 0.5s linear 70ms;
}

.file-manager .files .file-box:nth-child(8) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 80ms;
    animation: fadeIncustom 0.5s linear 80ms;
}

.file-manager .files .file-box:nth-child(9) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 90ms;
    animation: fadeIncustom 0.5s linear 90ms;
}

.file-manager .files .file-box:nth-child(10) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 100ms;
    animation: fadeIncustom 0.5s linear 100ms;
}

.file-manager .files .file-box:nth-child(11) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 110ms;
    animation: fadeIncustom 0.5s linear 110ms;
}

.file-manager .files .file-box:nth-child(12) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 120ms;
    animation: fadeIncustom 0.5s linear 120ms;
}

.file-manager .files .file-box:nth-child(13) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 130ms;
    animation: fadeIncustom 0.5s linear 130ms;
}

.file-manager .files .file-box:nth-child(14) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 140ms;
    animation: fadeIncustom 0.5s linear 140ms;
}

.file-manager .files .file-box:nth-child(15) {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: fadeIncustom 0.5s linear 150ms;
    animation: fadeIncustom 0.5s linear 150ms;
}

.file-manager .files h6 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.file-manager p {
    opacity: 0.9;
    font-size: 12px;
    color: #999;
}

.file-manager .files li:nth-child(n + 2),
.file-manager .folder li:nth-child(n + 2) {
    margin-left: 8px;
}

.files h6,
.folder h6 {
    opacity: 0.9;
    font-weight: 500 !important;
    font-size: 14px;
}

.file-content .ellips {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.7;
}

.file-content .form-inline {
    border: 1px solid #ecf3fa;
    border-radius: 5px;
    padding: 0 20px;
}

.file-content .form-inline i {
    padding-right: 10px;
    color: #898989;
    line-height: 3;
}

.file-content .form-inline input::-webkit-input-placeholder {
    color: #898989;
}

.file-content .form-inline input:focus {
    outline: none !important;
}

.file-content .search-form input {
    padding: 5px 10px 5px 70px;
    border-radius: 5px;
}

.file-content .search-form .form-group:before {
    left: 82px;
    top: 37px;
}

.file-content .search-form .form-group:after {
    top: 39px;
    left: 53px;
}

.file-content .btn {
    padding: 5px 15px;
    z-index: 0;
}

.file-content .btn svg {
    height: 15px;
    margin-right: 2px;
    vertical-align: middle;
}

.file-content h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1;
}

.file-content .folder .folder-box {
    border: 1px solid #ecf3fa;
    border-radius: 5px;
    padding: 15px;
    background-color: rgba(99, 98, 231, 0.05);
    width: calc(25% - 15px);
    display: inline-block;
}

.file-content .files .file-box {
    border: 1px solid #ecf3fa;
    border-radius: 5px;
    padding: 15px;
    background-color: rgba(99, 98, 231, 0.05);
    width: calc(25% - 15px);
    display: inline-block;
    position: relative;
}

.file-content .files .file-box .file-top {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1440px) {
    .file-content .folder .folder-box .media {
        display: block;
        text-align: center;
    }

    .file-content .folder .folder-box .media .media-body {
        margin-left: 0 !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1366px) {
    .file-content .files {
        margin-bottom: -10px;
    }

    .file-content .files .file-box {
        width: calc(50% - 15px);
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .file-content .card-header .btn {
        padding: 8px 15px;
        z-index: 0;
    }

    .file-content .folder .folder-box {
        padding: 13px;
        width: calc(50% - 15px);
        margin-bottom: 10px;
    }

    .file-content .folder .folder-box .media i {
        font-size: 30px;
    }

    .file-sidebar .btn {
        padding: 8px 15px;
    }
}

.file-top img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.profile-user-img img {
    background: #fff;
}

.card-table .card-body .users_role_table__ tr td:first-child,
.card-table .card-body .users_role_table__ tr th:first-child {
    padding-left: 1.5rem;
    width: 230px !important;
    display: block;
}

/* .profile-user-img img {
    height: 141px !important;
    object-fit: cover;
    object-position: top;
} */

.profile-user-img img.online-circle {
    border-color: #00e700;
}

/* 03-oct 2023 */
.accordion_custom .card-header:first-child {
    border-radius: 0px;
}

.accordion_custom .card .card-header {
    padding: 0;
}

.accordion_custom .card .card-header h5 a {
    padding: 20px;
    display: block;
    position: relative;
}

.accordion_custom .card .card-header h5 a::before {
    content: "\f068";
    font-family: "FontAwesome";
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 15px;
}

.accordion_custom .card .card-header h5 a.collapsed::before {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 15px;
}

.dashboard_table.inner_attendance_table .dataTables_length,
.dashboard_table.inner_attendance_table .dataTables_filter {
    position: absolute;
    top: 13px;
    width: 47%;
}

.inner_attendance_table #DataTables_Table_0_wrapper .row:nth-child(2) {
    margin-top: 40px;
}

.card.card-chart {
    box-shadow: none !important;
    margin-bottom: 0;
}

.grade_ {
    display: flex;
    align-items: center;
}

.grade_ .form-group {
    margin-right: 10px;
}

.description__ {
    width: 300px;
}

.grade_table .table th {
    white-space: break-spaces;
}

/* .description__inner {
    width: 400px;
} */

.inner_attendance_table table {
    width: 100% !important;
}

.add-skill {
    margin-top: 20px;
    margin-left: 10px;
}

.no_data_found__ {
    text-align: center !important;
}

.teacher_table_facility__ {
    margin-top: 40px;
}

.table-responsive #DataTables_Table_1_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-y: hidden;
    overflow-x: scroll;
}

.not_to_be_marked {
    background: #a6baff;
    opacity: 0.6;
    filter: blur(0.4px);
}

.view_syllabus_ img {
    height: 30px;
    width: 43px;
    position: relative;
    top: -5px;
    left: -5px;
}

.time_attendance____ {
    display: flex;
    justify-content: space-between;
}

.overall_table.table tbody tr:last-child {
    border-bottom: 1px solid #ececec !important;
}

.devide_overall {
    border-bottom: 1px solid #ececec;
}

.overall_table tr th,
.overall_table tr td {
    font-size: 14px;
}

.mandotry {
    color: red;
}

.mandot-and-assifnment span {
    display: block;
    width: 35%;
    margin-bottom: 10px;
}

.mandot-and-assifnment .fa-circle-check {
    color: #09d429;
}

.mandot-and-assifnment .fa-circle-xmark {
    color: #ff0000;
}

.text-green {
    color: #106839 !important;
}

.btn-green {
    background-color: #106839 !important;
    border: 1px solid #106839 !important;
    color: #fff !important;
}

.btn-green:hover {
    color: #fff;
}

.my-btn-box .db-icon {
    border-radius: 50%;
    background: white;
}

.my-btn-box .db-icon img {
    width: 50%;
}

.my-btn-box .card {
    background: #fbf2e1;
}

.assis_tyo .dataTables_wrapper .row:first-child {
    padding: 10px 30px 0 10px;
}

.save_btnTYo {
    margin-right: 15px;
    margin-top: 7px;
}

/* .attendance-mark {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: -7px;
    align-items: center;
    margin-right: 20px;
} */

/* .header-left {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
} */
.header-left .logo img {
    width: 7em;
}

.sidebar-menu>ul>li>a:hover {
    background: #e4e4e4;
    color: #000000;
    text-decoration: none;
    margin: 0;
    border-radius: 7px;
}

.sidebar-menu li.active>a::before {
    width: 10px;
    background: #106839;
    display: none;
}

/* .header .header-left {
    display: none;
} */

@media (min-width: 992px) {
    .mini-sidebar .header-left .logo img {
        display: none;
    }

    .mini-sidebar .header-left .logo-small img {
        display: block;
    }
}

footer {
    display: none;
}

/* .page-wrapper {
    padding-top: 0;
    margin-left: 243px;
} */

.page-header.user-welcome {
    background-image: linear-gradient(to right, #0f8339, #0099347a);
    padding: 26px 45px;
    border-radius: 10px;
}

.page-header.user-welcome h3.page-title {
    margin: 0;
    color: white;
    font-size: 27px;
    font-weight: unset;
    line-height: 33px;
    margin-bottom: 5px;
}

.page-header.user-welcome {
    color: #fff;
    position: relative;
    background-position: bottom;
    background-color: #206f3b;
}

.page-header.user-welcome .welcome-img {
    display: flex;
    justify-content: right;
}

.page-header.user-welcome .welcome-img img {
    width: 266px;
    position: absolute;
    top: 0;
}

/* .bg-comman .db-icon {
    background: none;
} */

.row.count-cards .card-body .db-icon img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.row.count-cards .card-body .db-icon img.students-count-img {
    width: 103px;
}

.row.count-cards .card-body .db-icon img.courses-count-img {
    width: 121px;
}

.row.count-cards .card-body .db-icon img.teachers-count-img {
    width: 75px;
}

.col-3.right-sidebar {
    padding: 0 24px 0 24px;
}

.row.notificaion-area {
    background-image: url(../img/new-image/notice_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 20px 20px;
}

.row.notificaion-area p.notice {
    padding: 2px 0 0 0;
    font-size: 14px;
    line-height: 18px;
}

.d-flex.justify-content-between.align-items-center.p-0 p {
    margin: 0 !important;
    font-size: 13px;
}

.row.notificaion-area>* {
    color: white;
}

.d-flex.justify-content-between.align-items-center.p-0 i {
    font-weight: 100;
    font-size: 28px;
}

/* TESTING */

.side_student_box {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 176px;
}

.students_content {
    padding: 15px;
}

.heading_area {
    justify-content: space-between;
    align-items: center;
}

.heading_area a {
    font-size: 12px;
    color: #009934;
    text-decoration: none;
}

.students_list {
    margin-top: 10px;
    padding: 0;
}

.students_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.students_list li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.student_details {
    justify-content: space-between;
    align-items: center;
}

.img_name {
    align-items: center;
    gap: 15px;
}

.img_name img {
    width: 35px;
    border-radius: 50%;
    height: 35px;
    object-fit: cover;
    object-position: center center;
}

.img_name p {
    margin-bottom: 0;
    color: #282b2d;
    font-size: 12px;
}

.student_details i {
    rotate: 45deg;
    color: #282b2d;
}

.row.students-list.side_student_box {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
    min-height: 485px;
}

.table-striped thead tr th.sorting {
    background: #f4f4f4;
    color: #353535;
}

.table-striped thead tr th.sorting_asc {
    background: #f4f4f4;
    color: #353535;
}

.table-striped thead tr th.sorting_desc {
    background: #f4f4f4;
    color: #353535;
}

.video-card .card {
    width: 100% !important;
    border: none;
    border-radius: 10px;
    padding: 10px;
}

.video-card .card .card-body {
    padding: 12px 0 12px 0 !important;
}

.video-card .card .card-body h5 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}

.video-card .card img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 183px;
}

.video-card .card .image-container {
    position: relative;
}

.video-card .card .image-container::after {
    content: "\f04b";
    font-family: fontawesome;
    position: absolute;
    left: 146px;
    top: 59px;
    background: white;
    padding: 19px 27px;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.3s;
    color: #282b2d;
}

.video-card .card .image-container:hover:after {
    padding: 26px 34px;
    top: 52px;
    left: 113px;
}

/* Testing */

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out,
        background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out,
        background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative;
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(../img/new-image/download-arrow.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

/* .card.card-chart,
.card.comman-shadow {
    box-shadow: 0 0 7px 0px rgb(183 180 180);
} */

.students_list.assig-side ul {
    display: flex;
    justify-content: space-between;
}

.students_list.assig-side ul div {
    width: 60px;
}

.students_list.assig-side ul div>* {
    text-align: center;
}

.students_list.assig-side ul div h6 {
    font-size: 12px;
}

.students_list.assig-side ul div li {
    border: none;
}

.students_list.assig-side ul div:nth-child(1) {
    border-bottom: 2px solid #ffca34;
}

.students_list.assig-side ul div:nth-child(2) {
    border-bottom: 2px solid #699834;
}

.students_list.assig-side ul div:nth-child(3) {
    border-bottom: 2px solid #e84646;
}

.assig_count {
    min-height: unset !important;
}

.assig_count .heading_area.d-flex h5 {
    font-size: 18px !important;
}

.notice-head {
    border-bottom: 1px solid #fff06b6b;
    margin-bottom: 7px;
    padding: 0;
}

.row.s-noti h5.heading {
    border: none;
    padding: 0;
}

.notice-head a {
    font-size: 12px;
    color: white;
    text-decoration: underline;
}

.welcome-wrap {
    align-items: center;
    gap: 20px;
}

.welcome-wrap img {
    width: 78px;
    border-radius: 50px;
    border-radius: 0;
}

/* ul.row.aaisg-details {
    border-bottom: 2px solid #cbcbcb;
    padding-bottom: 20px;
} */

.login-wrapper .st-login-bx .login-left img {
    object-fit: unset;
    height: unset;
}

.login-wrapper .st-login-bx .login-left {
    justify-content: center !important;
    padding-left: 11px;
}

.loginbox.st-login-bx {
    min-height: unset;
}

/* .resrouces_table tr td a i {
    margin-right: 10px;
} */

img.rounded-circle {
    object-fit: cover;
    width: 50px;
    height: 50px;
    object-position: center;
}

.card.mb-2.reply-body {
    margin-left: 35px;
    background: #f0fff5;
}

.welcome-body.col-4.d-flex {
    gap: 10px;
    align-items: center;
}

.cnc-detail {
    background: #e6ffef;
    padding: 13px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(173, 173, 173, 0.75);
}

.cnc-detail p.crs-head {
    margin-bottom: 5px;
    font-size: 14px;
    color: #8d8d8d;
}

.cnc-detail h5.crs-name {
    margin-bottom: 0;
}

.welcome-body.col-4.d-flex h3.page-title {
    color: #737373;
    font-size: 16px;
    margin-bottom: 0;
}

.welcome-body.col-4.d-flex span.text-green {
    font-size: 23px;
}

/* .db-info {
    text-align: center;
} */

.toast-success {
    background-color: #51a351 !important;
}

.card.mb-3.main_video {
    border: none !important;
    width: 100%;
}

h3.page-title.video_title {
    text-transform: capitalize;
}

img.card-img-top.video_dp {
    position: relative;
}

a.vdo_dlt_btn {
    position: absolute;
    bottom: 12px;
    right: 12px !important;
    display: none;
}

a.vdo_dlt_btn i {
    font-size: 20px;
    background: red;
    padding: 6px 7px;
    border-radius: 5px;
    color: white;
    border: 1px solid red;
}

.video-card .card .image-container:hover a.vdo_dlt_btn {
    display: block;
}

.dlt-btn {
    margin-left: 9px;
}

.dlt-btn a {
    color: #dc3545;
    font-weight: 500;
}

.dlt-btn a i {
    font-weight: 700;
}

.views-btn a {
    color: #019934;
    font-weight: 600;
}

.views-btn a i {
    font-weight: 700;
}

.count-btn {
    color: #ecb123;
    font-weight: 600;
}

.count-btn i {
    font-weight: 700;
}

.dlt-btn {
    margin-left: 9px;
}

.dlt-btn {
    color: #dc3545;
    font-weight: 500;
}

.dlt-btn i {
    font-weight: 700;
}

.views-btn {
    color: #019934;
    font-weight: 600;
}

.views-btn i {
    font-weight: 700;
}

.count-btn {
    color: #ecb123;
    font-weight: 600;
}

.count-btn i {
    font-weight: 700;
}

/* CALENDAR STYLE START */
/* td.fc-head-container.fc-widget-header .fc-row.fc-widget-header table thead th {
    background: #009934 !important;
    color: white;
}

td.fc-event-container {
    background: #b3f5b6 !important;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 109px;
    width: 133px;
}

.fc-content {
    background: red;
    border: none !important;
    width: 89px !important;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-draggable.fc-resizable {
    border: none !important;
    background: none;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

td.fc-day-top {
    position: relative;
    z-index: 10;
}

.fc-content span.fc-title {
    display: none;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    background: #f6b316 !important;
    border: none;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    background: #f6b316;
    border: none;
    color: white;
    text-shadow: none;
} */

/* CALENDAR STYLE END */

/* Attadentace new layout css starts */

table.syllabus_table {
    border: none !important;
}

table.syllabus_table tr.syllabus_days {
    border: none !important;
}

table.syllabus_table tr.syllabus_days tr.syllabus_days {
    border: none !important;
}

table.syllabus_table tbody {
    border: none !important;
}

table.syllabus_table tr.syllabus_days td.daysname {
    border: none !important;
}

table.syllabus_table tr.syllabus_days .syllabus_details {
    border: none;
    background: #e2ffed;
    margin: 10px !important;
    display: inline-block;
    width: 96%;
    border-radius: 10px;
    border-left: 7px solid #198754;
}

/* Attadentace new layout css ends */

.mark_correct {
    /* right: 95px !important; */
    /* top: 7px !important; */
}

div#options input.form-control {
    /* padding-right: 75px; */
}

.quiz_url.col-lg-2 {
    width: 100%;
    padding: 5px;
}

.quiz_url.col-lg-2 span {
    font-weight: 600;
    font-size: 13px;
}

.quiz_url.col-lg-2 span a {
    display: block;
    padding: 5px 10px;
    background: #f0f8ff;
    color: #40a8ee;
    margin-top: 5px;
    font-weight: 400;
    border-radius: 5px;
}

.card.quiz_card {
    box-shadow: 0 0 16px 2px rgb(126 126 126 / 22%);
    margin-top: 1.875rem;
}

.card.quiz_card h3 {
    margin: 0;
}

.user-header .user-text p {
    font-size: 11px;
    margin: 0 !important;
}

.user-header .avatar.avatar-sm img.avatar-img.rounded-circle {
    width: 40px;
    height: 40px;
}

.user-header .user-text h6 {
    margin: 0 !important;
    font-size: 14px;
}

.user-header {
    align-items: center !important;
    gap: 7px;
}

.user-header .user-text {
    margin: 0;
}

.instructor_details {
    padding: 10px 15px;
}

.instructor_details p.ins_head {
    font-weight: 600;
    margin-bottom: 2px;
    color: #019934;
}

.instructor_details p.ins_name,
.instructor_details p.ins_phone,
.instructor_details p.ins_email {
    margin: 0;
    padding-bottom: 13px;
}

.tabs-setion {
    background: none;
    box-shadow: none !important;
}

.tabs-setion ul.nav.nav-tabs.nav-tabs-bottom.profile_tab {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    margin-bottom: 0 !important;
    gap: 12px;
}

.nav-tabs .nav-item:last-child .nav-link:hover,
.nav-tabs .nav-item:last-child .nav-link:focus {
    border-top-right-radius: 10px;
}

/* .nav-tabs .nav-item:first-child .nav-link:hover {
    border-top-left-radius: 10px;
} */

/* .nav-tabs.nav-tabs-bottom>li:first-child>a.active {
    border-top-left-radius: 10px;
} */

/* .nav-tabs.nav-tabs-bottom>li:last-child>a.active {
    border-top-right-radius: 10px;
} */

div#reply-section .card.mb-2.reply-body svg {
    position: absolute;
    width: 17px;
    left: -24px;
    top: 11px;
    transform: rotate(178deg);
    fill: #019934;
}

div.nestest_reply-from {
    padding-left: 50px;
    margin-bottom: 70px;
}

div.nested-replies {
    padding-left: 70px;
}

.mt-3.mb-3.reply_to {
    border-left: 5px solid #019934;
    /* border-bottom: 2px solid #bdb8b8; */
    padding: 20px;
    color: #8f8f8f;
    gap: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 7px 0px rgb(183 180 180);
}

.mt-3.mb-3.reply_to p:last-child {
    margin: 0;
}

.mt-3.mb-3.reply_to img.rounded-circle {
    width: 40px;
    height: 40px;
    filter: grayscale(1);
    /* opacity: 0.8; */
}

/* div#personal-detail {
    border-top: 1px solid #dee2e6 !important;
} */

p.ins_email i,
p.ins_phone i {
    color: #fff;
    font-weight: 600;
    background: #019934;
    border-radius: 50px;
    padding: 8px;
}

p.ins_email a,
p.ins_phone a {
    color: black;
    text-decoration: underline;
    text-transform: lowercase;
}

a.sub_a_s_name {
    margin-left: 16px;
}

div.nested-replies .card.mb-2.reply-body {
    background: #fdfae8;
}

/* label.form-check-label.custom-mcq-label.incorrect {
    background: #dc3545;
    border-color: #dc3545;
} */

.custom-mcq-input:checked+.custom-mcq-label.correct,
.custom-bcq-input:checked+.custom-bcq-label.correct {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

/* .custom-bcq-input:checked+.custom-bcq-label.incorrect {
    background: #dc3545;
    border-color: #dc3545;
} */

thead[role="presentation"] tr th {
    background: #106839 !important;
    height: 42px;
}

thead[role="presentation"] tr th div a {
    color: #fff;
    display: inline-block !important;
    padding: 12px 0 !important;
}

.fc .fc-scrollgrid-section-sticky>* {
    position: unset !important;
}

.fc .fc-bg-event {
    background-color: #009934 !important;
    opacity: 0.7 !important;
}

.card.skills.card-chart {
    margin-bottom: 1.875rem;
}

.card.over-all-progress.card-chart {
    margin-bottom: 1.875rem;
}

.notice-content p {
    white-space: normal;
}

div#options-container div#options .input-group.mb-3:first-child {
    /* width: 54.9em; */
}

.input-group-append {
    display: flex;
    margin-left: 10px !important;
    align-items: center;
}

tbody.resrouces_table ul {
    list-style: disc;
}

.card-table .table td {
    white-space: normal;
}

/* new design dashboard */
.sidebar {
    background: #fff;
    top: 60px;
    margin: 0;
    border-radius: 0;
    width: 220px;
    z-index: 2;
}

.header .header-left {
    /* float: left; */
    height: 59px;
    padding: 0 20px;
    position: relative;
    width: 220px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: none;
    z-index: 9999;
    justify-content: flex-start;
}

.header .header-left .logo img {
    max-height: 35px;
    width: auto;
}

/* .mini-sidebar.expand-menu .header .header-left {
    padding: 0 5px;
    width: 240px;
} */
.mini-sidebar .header-left .logo-small img {
    display: block;
    max-height: 50px !important;
}

.mini-sidebar.expand-menu .header-left .logo,
.mini-sidebar.expand-menu .header-left .logo img {
    display: block !important;
}

/* .mini-sidebar.expand-menu .header-left .logo.logo-small img {
    display: none !important;
} */
.header {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}

.card {
    box-shadow: none !important;
    border: 1px solid #e0dfdf !important;
}

.card-body {
    position: relative;
    padding: 15px;
}

.db-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.db-info {
    margin-left: 10px;
}

.db-info h6 {
    font-size: 13px;
}

.bg-soft-info .db-icon {
    background: aliceblue;
    color: rgb(78, 143, 246);
}

.bg-soft-purple .db-icon {
    background: #f3e8ff;
    color: #a855f7;
}

.bg-soft-green .db-icon {
    background: #d2f4ee;
    color: #3ea592;
}

.bg-soft-pink .db-icon {
    background: #ff229330;
    color: #ff2094;
}

.bg-soft-orange .db-icon {
    background: #ffedd5;
    color: #f97a21;
}

.bg-soft-dark-green .db-icon {
    background: #a085fe1a;
    color: #4e51ef;
}

.bg-soft-brown .db-icon {
    background: #9d226330;
    color: #9d2263;
}

.bg-soft-url .db-icon {
    background: #a4f5fe4d;
    color: #0a7e8d;
}

.bg-soft-pista .db-icon {
    background: #e2ffe1;
    color: #0bbc06;
}

.bg-soft-lime .db-icon {
    background: #d4dc7630;
    color: #8d9c0b;
}

.bg-soft-red .db-icon {
    background: #ff8a8a30;
    color: #f00;
}

.bg-soft-yellow .db-icon {
    background: #e4ce1730;
    color: #b5a300;
}

.cardsDashboard.bg-soft-info .card-body::before {
    background: rgb(240, 248, 255);
}

.cardsDashboard.bg-soft-purple .card-body::before {
    background: #f3e8ff;
}

.cardsDashboard.bg-soft-green .card-body::before {
    background: #d2f4ee;
}

.cardsDashboard.bg-soft-pink .card-body::before {
    background: #ffd5eb;
}

.cardsDashboard.bg-soft-orange .card-body::before {
    background: #ffedd5;
}

.cardsDashboard.bg-soft-url .card-body::before {
    background: #a4f5fe4d;
}

.cardsDashboard.bg-soft-dark-green .card-body::before {
    background: #a085fe1a;
}

.cardsDashboard.bg-soft-brown .card-body::before {
    background: #edd5e1;
}

.cardsDashboard.bg-soft-pista .card-body::before {
    background: #e2ffe1;
}

.cardsDashboard.bg-soft-lime .card-body::before {
    background: #d4dc7630;
}

.cardsDashboard.bg-soft-red .card-body::before {
    background: #ff8a8a30;
}

.cardsDashboard.bg-soft-yellow .card-body::before {
    background: #e4ce1730;
}

.count-cards {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cardsDashboard {
    width: calc(8% - -92px);
}

.cardsDashboard .card {
    margin-bottom: 0;
}

.cardsDashboard .card-body::before {
    content: "";
    position: absolute;
    height: 58px;
    width: 4px;
    top: 6px;
    right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page-title {
    font-size: 18px;
    margin-bottom: 0;
}

.award-boxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.viewBtn {
    font-size: 13px !important;
    text-decoration: underline;
    color: #141414 !important;
    padding: 5px !important;
    display: flex;
    border-radius: 30px !important;
    background: #e7e7e7 !important;
    font-weight: 600 !important;
}

.activity-groups .activity-awards {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.spaceBetween {
    justify-content: space-between !important;
}

.actionBtn {
    display: flex;
    align-items: center;
    gap: 16px;
}

.syllabusBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ClassActionBtn a {
    font-size: 13px;
    color: #f97e28;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #ffedd5;
    border-radius: 5px;
}

.courseName {
    font-size: 12px;
    font-weight: 500;
    color: #727272;
    background: #f2f2f2;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 23px;
    border: 1px solid #c4c4c4;
}

.media-body p {
    margin-bottom: 10px;
    font-size: 14px;
}

.bottomFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forumActionButton span {
    padding: 1px 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
}

.forumActionButton span.views-btn {
    background: #00e70014;
    border: 1px solid #019934;
}

.forumActionButton span.count-btn {
    background: #ecb12312;
    border: 1px solid #ecb123;
}

.forumActionButton span.count-btn i {
    margin-left: 0 !important;
}

.forumActionButton span.dlt-btn {
    background: #dc354517;
    border: 1px solid #dc3545;
    margin-left: 0;
}

.bottomFooterReply {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.replyBtn {
    line-height: 0;
}

a.reply-btn {
    font-size: 13px;
    color: #1193ea;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: 1px solid #1193ea;
    padding: 2px 8px;
    border-radius: 20px;
    background: #2a9eec0f;
}

a.reply-btn iconify-icon {
    font-size: 18px;
}

.attachFile {
    margin-top: 15px;
    padding-left: 6px;
}

.files input {
    border: 1px solid #ececec;
    padding: 120px 0px 85px 0%;
}

#assignmentBlock {
    margin-top: 15px;
}

#reply-form {
    margin-bottom: 25px;
}

.replyFormActionBtn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.bottomfooterjl {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.media-body h5 {
    font-size: 15px;
}

.btn {
    padding: 4px 15px !important;
    font-size: 14px;
}

/* dashboard card css */
.count-cards {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cardsDashboard .card {
    margin-bottom: 0;
}

.card {
    box-shadow: none !important;
    border: 1px solid #e3e3e3 !important;
}

.card-body {
    position: relative;
    padding: 15px;
}

.cardsDashboard.bg-soft-info .card-body::before {
    background: rgb(240, 248, 255);
}

.cardsDashboard .card-body::before {
    content: "";
    position: absolute;
    height: 58px;
    width: 4px;
    top: 6px;
    right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bg-soft-info .db-icon {
    background: aliceblue;
    color: rgb(78, 143, 246);
}

.db-info {
    margin-left: 10px;
}

.db-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}

.db-info h6 {
    font-size: 13px;
}

.db-info h6 {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    color: #808191;
    margin-bottom: 5px;
}

.time-info {
    display: flex;
    justify-content: space-between;
    border-bottom: #dedede solid 1px;
    align-items: center;
}

.time-info h6 {
    font-weight: 400;
    font-size: 13px;
    color: #808191;
}

.time-info h5 {
    font-size: 17px;
}

.time-info:last-child {
    border-bottom: none;
}

.studentt {
    border: #d8d5d5 solid 1px;
    border-radius: 10px;
}

.head p {
    font-size: 13.5px;
    color: #665f5f;
    margin-bottom: 0px;
}

/* .weeks ul li a {
    border: #009934 solid 1px;
    padding: 10px;
    border-radius: 5px;
} */
.weeks ul li a {
    border: #b5b0b0 solid 1px;
    padding: 6px 15px;
    border-radius: 0;
    color: #525252;
    font-size: 13px;
    margin-right: 5px;
    background: #f7f7f7;
    box-shadow: rgba(149, 157, 165, 0.09) 0px 8px 24px;
}

.weeks ul li a:hover {
    background: #00993436;
    color: #009934;
    border-color: #009934;
}

.weeks ul li {
    margin-bottom: 10px;
}

.myclass {
    display: flex;
}

.icon-class {
    margin-right: 12px;
}

.icon-class i {
    background: #a1a1a121;
    padding: 10px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 11px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-class h6 {
    margin-bottom: 0px;
    font-size: 13px;
}

.content-class p {
    font-size: 13px;
    color: #797676;
    margin-bottom: 0px;
}

/* calender css */

/* End calender css */
.syllabusGroup .award-list-outs h4 {
    margin-bottom: 2px;
}

table.dataTable {
    width: 100% !important;
}

.highlightLinks {
    color: #009934 !important;
    text-decoration: underline;
    margin-left: 0 !important;
}

/* student db calendar slider css */
.date-slider-wrapper {
    padding: 5px 15px;
    width: 100%;
    position: relative;
}

.date-slider-month {
    min-width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

/* .date-slider-prev:before {
    content: "<";
  }

  .date-slider-next:before {
    content: ">";
  } */

.date-slider-prev {
    left: 5px;
}

.date-slider-next {
    right: 5px;
}

.date-slider-prev:before,
.date-slider-next:before {
    font-size: 50px;
    line-height: 2;
    color: #0079d2;
}

.date-slider-prev,
.date-slider-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /*   width: 20px;
    height: 20px; */
    padding: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.date-slider-prev[disabled] {
    cursor: auto;
}

/* .date-slider-prev[disabled]:before {
    color: gray;
  } */

.date-slider-day {
    color: #8b8b8b;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white;
    border: none;

    flex-shrink: 0;

    margin-right: 0px;
    position: relative;
    text-align: center;
    transition-property: transform;
    -webkit-flex-shrink: 0;
}

.date-slider-day p {
    margin-bottom: 0 !important;
}

.date-slider-day[date-slider-selected="true"] {
    color: #106839;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* background-color: blac; */
    background: #2daa6724;
    padding: 5px 0px;
    border-radius: 5px;
}

.days-container {
    align-items: center;
    /*   cursor: pointer; */
    display: flex;
    margin: auto 1%;
    transition-property: transform;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.days-wrapper {
    overflow: hidden;
}

/* .date-slider-smooth {
    transition: transform 0.001s cubic-bezier(1, 1.59, 0.61, 0.74);
  } */
.classTitle {
    font-size: 13px;
    margin-bottom: 12px;
}

.myclassessContainer {
    margin-top: 15px;
}

.myclass {
    margin-bottom: 10px;
}

.myclassessContainer .myclass:last-child {
    margin-bottom: 0;
}

.heading_area h5 {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.blink {
    animation: blinker 1s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

.text-danger-glow {
    color: #ff4141;
    /* font-size: 9px; */
    /* margin-right: 3px; */
    text-shadow: 0 0 20px #ff7979, 0 0 30px #ffe5e50f, 0 0 40px #ff000029,
        0 0 50px #ff000008, 0 0 60px #ff00000d, 0 0 70px #ff000003,
        0 0 80px #ff000014;
    /* margin-top: -7px; */
    position: relative;
    /* top: -2px; */
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.noticeCard p {
    color: #000;
}

.noticeCard {
    background: #f3e8ff;
}

.tab-content1 {
    display: none;
    /* padding: 20px; */
}

.tab-content1.active {
    display: block;
}

.tabsButtonBox {
    /* display: flex; */
    align-items: center;
    margin-top: 1px;
    border-bottom: none;
}

.tabsButtonBox .tab-button {
    display: block;
    background: transparent;
    border: none;
    /* width: 33.33%; */
    padding: 10px 20px;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}

.tabsButtonBox .tab-button.active {
    background: transparent;
    color: #009934;
    border-bottom: 1px solid #009934;
}

.AssignmentTitle {
    margin-bottom: 15px;
}

.aaisg-details .btn-success {
    background: #8bffb21c;
    color: #009934;
}

.aaisg-details .btn-danger {
    background: #ff000017;
    color: #f00;
}

.nodata h6 {
    font-weight: 400;
}

.nodata {
    padding: 30px 50px 50px;
    text-align: center;
}

.nodata iconify-icon {
    font-size: 30px;
    color: gray;
}

.border-right-dashed {
    border-right: 2px dashed #ececec;
}

.detail_box ul {
    padding-left: 0;
}

.detail_box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.detail_title h6 {
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #535252;
    width: 160px;
}

.detail_ans h6 {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.containerBNHU {
    padding: 25px 5px 0;
}

/* calendar */

/* .calendar-container {
    text-align: center;
} */
.topHYU {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topHYU h3 {
    margin: 0;
    /* font-family: 'DM Sans', sans-serif; */
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
}

.day.current-day {
    background: #0099340d;
    border-radius: 5px;
    color: #009934;
}

.Calheader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    /* padding-top: 11px; */
    /* padding-right: 10px; */
}

.Calheader select {
    margin: 0 3px;
    padding: 4px 7px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.day {
    position: relative;
    width: 100%;
    height: 30px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.day .dot {
    position: absolute;
    bottom: 2px;
    right: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.dot.present {
    background-color: green;
}

.dot.absent {
    background-color: red;
}

.PreviousAttandance .btn {
    padding: 8px 10px !important;
    margin-top: 5px;
}

.download-grp {
    padding: 0px 10px;
}

.bulk_attendance {
    margin-left: 20px !important;
}

/* .attendance-mark {
	margin-top: -38px !important;

} */
/* .download-grp a {
	color: #106839 !important;
	text-decoration: underline;
	font-weight: 500;
} */
.calFooter ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: end;
    padding-right: 15px;
    margin: 0;
}

.calFooter ul li {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}

.box_cion {
    font-size: 12px;
    background: #f0f8ff;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #489eea;
    border-radius: 3px;
    display: block;
    width: 15px;
    margin: 0px auto 8px;
}

.box_cion2 {
    font-size: 12px;
    background: #ffe0e0;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #f00;
    border-radius: 3px;
    display: block;
    width: 15px;
    margin: 0px auto 8px;
}

#days-of-week {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}

#days-of-week .day-name {
    width: 14.28%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.star-student tr td .form-control {
    height: 30px !important;
    background: #f0f8ff;
    width: 50px;
    color: #5e99f7;
    border: 1px solid #6fa4f7;
    text-align: center;
}

.weekdataList {
    margin-bottom: 0;
}

.weekdataList li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.weekdataList li:last-child {
    margin-bottom: 0;
}

.totalTime {
    font-size: 14px;
    color: #000;
}

.totalHour {
    font-size: 14px;
    color: #009934;
}

.sectionTitleWeek {
    font-size: 16px;
}

.weekCard {
    margin: 10px;
}

.slick-next::before,
.slick-prev::before {
    font-family: Fontawesome !important;
    font-size: 14px !important;
    color: #000 !important;
}

.slick-prev.slick-arrow {
    position: absolute;
    top: -18px;
    left: 90%;
}

.slick-next.slick-arrow {
    position: absolute;
    top: -18px;
    right: 26px;
}

.slick-next,
.slick-prev {
    width: 32px !important;
    height: 28px !important;
    background: #f7f7f7 !important;
    border-radius: 5px !important;
}

.weekCard .card:hover {
    background: #00993412;
}

.timeBox {
    display: flex;
    align-content: center;
    width: 100%;
    gap: 10px;
}

.innerTimebox {
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    padding: 10px;
    width: calc(33.33% - 0px);
    justify-content: space-between;
    flex-direction: row-reverse;
}

.iconBox iconify-icon {
    font-size: 22px;
    background: #16853d14;
    padding: 12px;
    color: #009733;
    border-radius: 5px;
}

.innerTimebox h5 {
    margin-bottom: 0;
    color: #000 !important;
    font-size: 17px !important;
}

.activity-feed .feed-item .date {
    display: block;
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}

.card .card-header {
    padding: 10px 18px;
}

.iconTM {
    display: inline-flex;
    align-items: center;
    color: #4e4f4f;
    font-size: 14px;
    gap: 5px;
}

.clockIn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
}

.ClockTime {
    font-size: 14px;
    display: inline-flex;
    color: #019632;
}

.activity-feed {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-left: 6px;
}

.wrapper {
    display: flex;
}

.wrapper .sidebarSt {
    width: 70%;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    padding: 0 15px 0 0;
    height: fit-content;
}

.wrapper .main {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.dateRange {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #606060;
}

.readMoreBtn {
    color: #009934;
    display: block;
}

.timePost {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: 3px !important;
}

/* syllabus css */
/* .status__td .row .url_link {
	width: 100%;
	font-size: 13px;
	padding: 2px 10px;

	margin-bottom: 5px;
	color: #000;
}
.status__td .row .url_link a {
	color: #000;
}
.syb_table_ .status__td {
	vertical-align: baseline !important;
} */
.url_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: aliceblue;
    margin: 3px;
    border-radius: 5px;
}

.url_link a {
    padding: 5px 15px;
    font-size: 15px;
}

.syb_table_ tr td.status__td .row.mt-3 {
    margin-top: 5px !important;
    margin-left: 0px;
}

/* Loader container */
.loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
    width: 100%;
}

/* .loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3498db;
    animation: bounce 1.5s infinite ease-in-out;
    display: inline-block;
} */

.loader {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    animation: none;
    border: 0;
    border-radius: 0;
    top: auto;
    left: auto;
}

.loader img {
    display: block;
    width: 500px;
    max-width: 40vw;
    height: auto;
    margin: 0 auto;
    background: #f5f7f6;
}

/* @keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
} */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Keyframes for animating the border-top color */
@keyframes colorChange {
    0% {
        border-top-color: #ecb123;
    }

    50% {
        border-top-color: #ff0000;
    }

    100% {
        border-top-color: #ecb123;
    }
}

.processing-text {
    margin-top: 16px;
    margin-left: 0;
    font-size: 16px;
    color: #1f2b50;
    font-weight: 600;
}

.body-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f7f6;
    z-index: 9999;
    /* Behind the loader but above the rest of the content */
}

.bootstrap-datetimepicker-widget table td {
    display: inline-block !important;
    /* Change block display to inline */
    width: auto;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #ecb123 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #ebb022 !important;
}

/* 17 sep 2024 */
.noForum img {
    width: 90px;
    margin-bottom: 15px;
}

.noForum h1 {
    font-size: 20px;
}

.noForum {
    text-align: center;
    padding: 80px 0;
}

.profile_tab {
    border-bottom: 0;
    margin-bottom: 15px;
}

.profile_tab li {
    margin-bottom: 0px;
    /* padding-right: 8px; */
}

.profile-user-img {
    position: unset;
    margin: 0;
}

.profile-user-box {
    display: block;
    border-right: 1px solid #ececec;
    height: 100%;
}

.names-profiles {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.student-profile-head {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0px;
}

.profile-user-img img {
    border-radius: 50%;
    border: 5px solid #f5f5f5;
    width: 80px;
    height: 80px !important;
}

.names-profiles h4 {
    font-size: 15px;
}

.names-profiles h5 {
    font-size: 13px;
}

.studentAttendance {
    justify-content: center;
    margin-right: 0;
    border-top: 1px solid #ececec;
    padding: 5px 10px 10px;
    flex-wrap: wrap;
}

.attendanceSubTitle {
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 2px;
    color: #000;
    /* text-align: initial; */
    padding-left: 14px;
    margin-top: 7px;
    font-weight: 400;
}

.ActionBtnHJI {
    width: calc(25% - 10px);
}

.actionButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid #ececec;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 9px;
}

.detailContainer {
    padding: 11px 10px 0;
}

.BtnCard {
    padding: 10px;
    background: #f7f7f7;
    /* border: 1px solid #dedede; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

.BtnCard:hover {
    /* background: #f7f7f7; */
    color: #fff;
}

.prevAttendance {
    background: #f98e00;
    color: #fff;
}

.gradingTable {
    background: #08f;
    color: #fff;
}

.ReportCard {
    background: #ad7fff;
    color: #fff;
}

.CertificateBtn {
    background: #38d100;
    color: #fff;
}

.BtnCard iconify-icon {
    padding: 7px 10px;
    background: #fff;
    border-radius: 28px;
    color: #000;
    font-size: 12px;
}

.filetrBtnMN .btn {
    width: 48%;
}

.attendanceSubTitle {
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 0;
    color: #000;
}

.profileBoxHJIo {
    display: flex;
    align-items: center;
    padding: 22px 10px 18px;
    gap: 0px;
    flex-direction: column;
    text-align: center;
}

.StuId {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #106839;
}

/* .personalDtContainer {
            padding: 20px 20px 20px 8px;
        } */
.bg-soft-info .db-icon iconify-icon {
    background: #cbe7ff;
    color: #0079d2;
}

.bg-soft-pink .db-icon iconify-icon {
    background: #ffbde0;
    color: #ff45a5;
}

.bg-soft-pink .db-icon iconify-icon {
    background: #ffbde0;
    color: #ff45a5;
}

.bg-soft-orange .db-icon iconify-icon {
    background: #ffd9a6;
    color: #fa984f;
}

.bg-soft-brown .db-icon iconify-icon {
    background: #ddb2c8;
    color: #a5336f;
}

.yearFiletr .select2-container .select2-selection--single {
    height: 35px !important;
}

.yearFiletr .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.yearFiletr .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    right: 2px !important;
}

.filetrBtnMN .btn {
    width: 48%;
    padding: 6px !important;
}

.graphTitle {
    margin-bottom: 0;
    padding-left: 17px;
    font-size: 17px;
    padding-top: 9px;
}

.wrapper {
    display: flex;
}

.SidebarSt {
    width: 60%;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    padding: 0 15px 0 0;
    height: fit-content;
}

.MainSt {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 0 0px 0 15px;
}

.add-skill {
    margin-top: 0;
    margin-left: 0;
}

.table .student-thread th {
    font-size: 14px;
    font-weight: 500 !important;
}

.download-grp {
    padding: 0;
}

.save_btnTYo {
    margin: 0;
}

.topheaderFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* toogle switch css */

:root {
    --switches-bg-color: goldenrod;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: goldenrod;
}

.switches-container {
    width: 11rem;
    position: relative;
    display: flex;
    padding: 0;
    /* position: relative; */
    background: var(--switches-bg-color);
    line-height: 2.5rem;
    border-radius: 3rem;
    margin-left: 0;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right)
            - need wrapper to enable the even margins around the highlight box
        */
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

/* switch box labels
            - default setup
            - toggle afterwards based on radio:checked status
        */
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.profile-user-box {
    text-align: center;
}

.tabsProfile .profile_tab li {
    margin-bottom: 6px;
    padding-right: 10px;
    width: 100%;
    text-align: initial;
}

.tabsProfile .profile_tab.nav-tabs .nav-link {
    padding: 7px 10px;
}

.tabsProfile .profile_tab {
    border-bottom: 0;
    margin-bottom: 0;
}

.change_password {
    padding: 10px;
}

.fieldsSetting_wrapperFRM.addbordertop {
    padding-top: 30px;
    border-bottom: 1px #f0f1f3 solid;
}

.fieldsSetting_wrapperFRM {
    gap: 24px 36px;
    display: grid;
    grid-template-columns: 330px repeat(auto-fit, minmax(330px, 1fr));
    padding-bottom: 20px;
}

.profile-settings-header {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.fieldsSetting_wrapperFRM .avtar_box {
    display: flex;
    gap: 20px;
    align-items: left;
    position: relative;
    justify-content: flex-start;
}

.avatar-upload {
    position: relative;
    /* margin: 0 auto; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 64%;
    z-index: 1;
    top: 90px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label::after {
    content: "\f030";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.formRight_fields label {
    font-weight: 400 !important;
    display: block !important;
    margin-bottom: 7px !important;
    color: #000 !important;
    font-size: 13px !important;
    line-height: 1.334 !important;
}

.avatar-upload .avatar-edit input+label::after {
    content: "\f030";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.default-color {
    color: #3f406a;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.143;
    margin-bottom: 2px;
}

.tertiary-color {
    color: #656f7d;
    font-size: 13px;
    line-height: 18px;
}

.profileSection {
    position: relative;
}

.actionSaveBtn {
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ececec;
    width: 100%;
    padding: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.card {
    margin-bottom: 1rem;
}

.searchFiled {
    width: 200px;
    margin-bottom: 0 !important;
}

.attendance_filter_btn .btn {
    padding: 6px !important;
}

.student-group-form {
    border: 1px solid #dbdbdb;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.FlexWrapper .btn {
    padding: 10px !important;
}

.FlexWrapper {
    display: flex;
    gap: 10px;
}

/************************************
  Add student Notice checkbox design css
  *************************************/
/* payment radio css */
.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* max-width: 970px; */
    /* padding: 85px 50px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #fff; */
    /* border-radius: 20px; */
    /* -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb; */
    /* box-shadow: 0px 8px 10px 0px #d8dfeb; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: auto;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

/* .plans .plan .plan-content img {
  margin-right: 30px;
  height: 72px;
} */

.plans .plan .plan-details span {
    margin-bottom: 0;
    display: block;
    font-size: 17px;
    line-height: 14px;
    color: #252f42;
    padding-right: 30px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #f3b71d;
    right: 11px;
    top: 13px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #f3b71d;
}

.plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #f3b71d;
    background: #f3b71d21;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.plans .plan input[type="radio"]:checked+.plan-content .plan-details span {
    color: #f3b71d;
}

@media screen and (max-width: 991px) {
    .plans {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px;
    }

    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.noticeSub {
    padding-left: 5px;
    color: #777;
    font-size: 15px;
}

.custom-input {
    position: relative;
}

.custom-input input[type="radio"],
.custom-input input[type="checkbox"] {
    opacity: 0;
}

.custom-input input[type="radio"]+label::before,
.custom-input input[type="checkbox"]+label::before {
    border: 1px solid #222;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}

.custom-input input[type="radio"]+label::before {
    border-radius: 100%;
}

.custom-input input[type="checkbox"]+label::after {
    border-left: 2px solid steelblue;
    border-bottom: 2px solid steelblue;
    content: "";
    display: inline-block;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
}

.custom-input input[type="radio"]+label::after {
    background-color: steelblue;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
}

.custom-input input[type="checkbox"]+label,
.custom-input input[type="radio"]+label {
    position: relative;
}

.custom-input input[type="checkbox"]+label::before,
.custom-input input[type="checkbox"]+label::after,
.custom-input input[type="radio"]+label::before,
.custom-input input[type="radio"]+label::after {
    position: absolute;
}

.custom-input input[type="checkbox"]+label::before,
.custom-input input[type="radio"]+label::before {
    top: 3px;
    left: -22px;
}

.custom-input input[type="checkbox"]+label::after,
.custom-input input[type="radio"]+label::after {
    content: none;
    left: -19px;
    top: 7px;
}

.custom-input input[type="checkbox"]:checked+label::after,
.custom-input input[type="radio"]:checked+label::after {
    content: "";
}

.custom-input input[type="checkbox"]:focus+label::before,
.custom-input input[type="radio"]:focus+label::before {
    outline: 2px auto orangered;
}

.custom-input svg {
    background-color: transparent;
    border: 1px solid #222;
    border-radius: 100%;
    fill: transparent;
    position: absolute;
    left: 0px;
    top: -5px;
}

.custom-input input[type="radio"]:checked+svg {
    fill: orangered;
    background-color: transparent;
}

.notiCheckbox {
    padding-left: 7px;
    display: flex;
    gap: 20px;
}

.actionButtonsNotify a {
    padding: 7px 8px;
    background: aliceblue;
    border-radius: 5px;
    margin: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.SystemNotifyBtn {
    background: #d7ebfa !important;
    color: #008bf3 !important;
}

.ReTestNotifyBtn {
    background: #ffebc7 !important;
    color: #ff9200 !important;
}

.EmailNotifyBtn {
    background: #fff0f0 !important;
    color: #f00 !important;
}

.SmsNotifyBtn {
    background: #ffe3f9 !important;
    color: #cf00a5 !important;
}

.modalTitle {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modalTitle iconify-icon {
    padding: 8px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 50px;
    color: #696969;
}

.noti-content img.rounded-circle {
    object-fit: cover;
    width: 35px;
    height: 35px;
    object-position: center;
}

/*
.email-wraper {
    background: #f5f6fa;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #8094ae;
    width: 100%;
  }
  .email-wraper a {
    color: #0971fe;
    word-break: break-all;
  }
  .email-wraper .link-block {
    display: block;
  }
  .email-ul {
    margin: 5px 0;
    padding: 0;
  }
  .email-ul:not(:last-child) {
    margin-bottom: 10px;
  }
  .email-ul li {
    list-style: disc;
    list-style-position: inside;
  }
  .email-ul-col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .email-ul-col2 li {
    width: 50%;
    padding-right: 10px;
  }
  .email-body {
    width: 96%;
    max-width: 620px;
    margin: 0 auto;
    background: #ffffff;
  }
  .email-success {
    border-bottom: #1ee0ac;
  }
  .email-warning {
    border-bottom: #f4bd0e;
  }
  .email-btn {
    background: #0971fe;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 30px;
  }
  .email-btn-sm {
    line-height: 38px;
  }
  .email-header, .email-footer {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  .email-logo {
    height: 40px;
  }
  .email-title {
	font-size: 16px;
	color: #019733;
	padding-top: 12px;
	font-weight: bold;
}
  .email-heading {
    font-size: 18px;
    color: #0971fe;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
  }
  .email-heading-sm {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
  .email-heading-s1 {
    font-size: 20px;
    font-weight: 400;
    color: #526484;
  }
  .email-heading-s2 {
    font-size: 16px;
    color: #526484;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .email-heading-s3 {
    font-size: 18px;
    color: #0971fe;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .email-heading-success {
    color: #1ee0ac;
  }
  .email-heading-warning {
    color: #f4bd0e;
  }
  .email-note {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    color: #8094ae;
  }
  .email-copyright-text {
    font-size: 13px;
  }
  .email-social li {
    display: inline-block;
    padding: 4px;
  }
  .email-social li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ffffff;
  }
  .email-social li a img {
    width: 30px;
  }

  @media (max-width: 480px) {
    .email-preview-page .card {
      border-radius: 0;
      margin-left: -20px;
      margin-right: -20px;
    }
    .email-ul-col2 li {
      width: 100%;
    }
  } */

.input-group .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 45px !important;
}

.dynamic-select .dynamic-select-header,
.dynamic-select .dynamic-select-option {
    height: 45px !important;
}

.nextBtnJIO {
    padding: 5px 5px;
    background: #ecb123;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 5px;
}

.TabContainer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.next-prev-btn {
    display: flex;
    gap: 5px;
}

.quiz_url {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Adjusts spacing between elements */
    padding: 10px;
    /* Padding around the quiz container */
    border: 1px solid #ddd;
    /* Light border around the container */
    border-radius: 5px;
    /* Rounded corners */
    background-color: #f9f9f9;
    /* Light background color */
}

.btn-danger {
    display: flex;
    /* Use flexbox for button content */
    align-items: center;
    /* Center the icon and text */
    padding: 5px 10px;
    /* Button padding */
    font-size: 14px;
    /* Font size */
    border: none;
    /* Remove default border */
    border-radius: 5px;
    /* Rounded corners for the button */
    cursor: pointer;
    /* Cursor style */
    transition: background-color 0.3s;
    /* Transition for hover effect */
}

.btn-danger:hover {
    background-color: #c82333;
    /* Darker red on hover */
}

.me-1 {
    margin-right: 0.25rem;
    /* Margin to space out the icon from the text */
}

.me-2 {
    margin-right: 0.5rem;
    /* Margin to space out the title from the button */
}

/*******************************
Discussion Form Css start here
*******************************/
li.animated-active a {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    /* Default border is transparent */
    box-sizing: border-box;
    color: #ecb123;
}

li.animated-active a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #8c8c8c;
    box-sizing: border-box;
    z-index: -1;
    opacity: 1;
    animation: blink-animation 1.5s infinite;
    /* background: #068b35; */
    border-radius: 5px;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
        /* Border fully visible */
    }

    50% {
        opacity: 0;
        /* Border fully invisible (blink off) */
    }

    100% {
        opacity: 1;
        /* Border fully visible again */
    }
}

li.animated-Blink a {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

span.unview_forums_count {
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 2;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    background: linear-gradient(180deg, #ff5a4f 0%, #ff3b30 100%);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    transform: translateY(-50%);
}


li.animated-active a {
    padding: 10px 15px !important;
}

li.animated-Blink a::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 50px;
    width: 10px;
    height: 10px;
    /* border: 2px solid #ecb123; */
    box-sizing: border-box;
    z-index: -1;
    opacity: 1;
    animation: blink-animation 1.5s infinite;
    /* background: #068b35; */
    border-radius: 50px;
    background: #ffb400;
    z-index: 9;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
        /* Border fully visible */
    }

    50% {
        opacity: 0;
        /* Border fully invisible (blink off) */
    }

    100% {
        opacity: 1;
        /* Border fully visible again */
    }
}

.animated-Blink .blink {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    animation: blink-animation 1.5s infinite;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
        /* Border fully visible */
    }

    50% {
        opacity: 0;
        /* Border fully invisible (blink off) */
    }

    100% {
        opacity: 1;
        /* Border fully visible again */
    }
}

#togglePassword {
    background: transparent;
    border: none;
    position: absolute;
    top: 15px;
    right: 5px;
}

/* 12 Nov css Start */
.videoVGI {
    display: flex;
    align-items: center;
    width: 200px;
    white-space: wrap;
}

.videoVGI img {
    width: 50px;
    border-radius: 5px !important;
}

.videoVGI h6 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

.QuizBoxLOP {
    display: flex;
    align-items: center;
    width: 200px;
    white-space: wrap;
}

.QuizBoxLOP img {
    width: 40px;
}

.QuizBoxLOP h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.grade {
    padding: 5px;
    background: #01a745;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 27px;
    color: #fff;
    position: relative;
    /* padding-left: 17px; */
    gap: 5px;
}

.grade img {
    width: 15px;
    /* position: absolute; */
    /* left: -8px; */
}

.grade span {
    font-weight: 500;
}

.QuizJIOP {
    margin-bottom: 0;
    font-size: 14px;
}

.QuizJIOP span:first-child {
    border-right: 1px solid #ececec;
    padding: 0 7px 0 0;
    margin-right: 1px;
}

.reAttempt {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    color: #f00;
    margin-top: 15px;
}

.reAttempt iconify-icon {
    font-size: 18px;
}

.actions a {
    justify-content: center;
}

.table-responsive.table-box {
    overflow: hidden;
}

.table-responsive.table-box .row:nth-child(2) .col-sm-12 {
    overflow-x: auto;
    scrollbar-width: thin;
}

/* timeline accordion css */
.accordion-container {
    display: flex;
    /* justify-content: center; */
}

.accordionMain {
    display: flex;
    align-items: baseline;
    width: 100%;
}

/* Accordion styles */
.accordion {
    width: 100%;
    position: relative;
    border: none;
    /* border-radius: 8px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/*
  .accordion-item {
    display: flex;
    position: relative;
    align-items: baseline;
  } */

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0 !important;
    width: 100%;
}

.accordionBody {
    width: 100%;
}

/* Timeline vertical line */
.accordion-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    border-left: 2px dashed #000;
    z-index: 0;
}

/* Start the line halfway down for the first item */
.accordion-item:first-child::before {
    top: 11px;
}

/* End the line halfway up for the last item */
.accordion-item:last-child::before {
    top: -11px;
}

/* Timeline icon container */
.timeline-icon-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* background: #ffeaea; */
    padding: 8px;
    top: 5px;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

/* Timeline icon styling */
.timeline-icon {
    font-size: 16px;
    color: #f00;
}

/* Accordion header */
.accordion-header {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background-color: #fafafa;
    transition: background-color 0.3s;
    justify-content: space-between;
}

.accordion-header:hover {
    background-color: #eaeaea;
}

.accordion-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

/* Accordion content styling */
.accordion-content {
    padding: 0 15px;
    height: 0;
    overflow: hidden;
    /* background-color: #ffffff; */
    transition: height 0.4s ease, padding 0.4s ease;
}

.accordion-content.show {
    padding: 15px;
    height: auto !important;
}

.unlockAccordion .timeline-icon {
    color: #07d457;
}

/* .unlockAccordion .timeline-icon-container {
	background: #edfff6;
} */
.videoHistory tr td {
    border-bottom: 1px solid #ececec;
}

.videoHistory tr td,
.videoHistory tr th {
    width: 25%;
}

.videoDuration span {
    display: block;
    font-size: 13px;
}

.videoDuration {
    margin-bottom: 0;
}

.GradeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attemptBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewIcon {
    display: flex;
    color: #bc7c11;
    font-size: 18px;
}

.badge-soft-warning {
    color: #f7b84b !important;
    background-color: rgba(255, 174, 34, 0.16);
}

/********************************************
    3rd phase 29 oct 2024 css Start Here
*********************************************/
.badge-soft-success {
    color: #43d39e !important;
    background-color: rgba(67, 211, 158, 0.18);
    box-shadow: none;
}

.badge-soft-danger {
    color: #ff0000 !important;
    background-color: rgba(252, 52, 52, 0.18);
    box-shadow: none;
}

/* .online-table tr:nth-child(even) td {
	background: #F4FCF4;
	border-bottom: 1px solid #e4f2e5;
}
.virtual-table tr:nth-child(even) td {
	background: #F7FEFF;
	border-bottom: 1px solid #def1f4;
}
.inperson-table tr:nth-child(even) td {
	background: #FFFBF5;
	border-bottom: 1px solid #f5ede0;
} */
.star-student tr:nth-child(2n) td {
    background: #f1f4f7;
}

.assignment_file {
    /* padding: 0;
	background: #d7ffec00; */
    display: flex;
    align-items: center;
    gap: 5px;
}

.assignment_file iconify-icon {
    color: #8b5be4 !important;
    font-size: 17px;
}

.assignment_file:hover {
    text-decoration: underline;
}

.viewSyllabus {
    display: flex;
    align-items: center;
    gap: 5px;
}

.viewSyllabus:hover {
    text-decoration: underline;
}

.viewSyllabus iconify-icon {
    font-size: 17px;
    color: #1b76c6 !important;
}

/* Background and border customization */
.introjs-tooltip {
    background-color: #ffffff;
    /* White background */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.introjs-tooltiptext {
    padding: 5px !important;
}

.introjs-tooltip-header {
    padding-left: 5px !important;
}

/* Text styling */
.introjs-tooltiptext {
    color: #333;
    /* Darker text for readability */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* Header styling */
.introjs-tooltip-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Progress bar styling */
.introjs-progress {
    background-color: #e0e0e0;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 10px;
}

.introjs-progress .introjs-progress-bar {
    background-color: #007bff;
    /* Primary accent color */
    height: 100%;
    transition: width 0.3s ease;
}

/* Button customization */
.introjs-button {
    background-color: #007bff;
    /* Button color */
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.introjs-button:hover {
    background-color: #0056b3;
    /* Darker on hover */
}

.introjs-prevbutton,
.introjs-skipbutton {
    background-color: #e0e0e0;
    /* Gray color for skip and previous buttons */
    color: #333;
}

.introjs-prevbutton:hover,
.introjs-skipbutton:hover {
    background-color: #bdbdbd;
    /* Slightly darker gray on hover */
}

/* Tooltip animation */
.introjs-tooltip {
    animation: fadeInUp 0.3s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.introjs-skipbutton {
    color: #a4a4a4 !important;
    background: transparent !important;
}

.introjs-tooltip-title {
    font-size: 16px !important;
}

.introjs-tooltiptext {
    color: #667682 !important;
    font-size: 14px !important;
}

.introjs-tooltipbuttons {
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.introjs-button {
    padding: 5px 10px !important;
    border: 1px solid #049433 !important;
    font-size: 13px !important;
    color: #fff !important;
    background: #049433 !important;
}

.introjs-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 148, 51, 0.16) !important;
}

.introjs-skipbutton {
    width: 18px !important;
    height: 0 !important;
    line-height: 40px !important;
}

.introjs-helperLayer {
    box-shadow: rgba(33, 33, 33, 0.1) 0px 0px 1px 2px,
        rgba(33, 33, 33, 0.42) 0px 0px 0px 5000px !important;
}

.sidebar-menu ul li a iconify-icon {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.card-table .table td,
.card-table .table th {
    border-bottom: 1px solid #efefef;
}

.select2-dropdown {
    z-index: 9999 !important;
}

.topHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    margin-bottom: 3px;
    padding: 10px 20px;
}

.topHeader h6 {
    margin-bottom: 0;
    font-size: 20px;
}

.scheduleClassBtn {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    gap: 3px;
    border-radius: 5px;
}

.scheduleClassBtn:hover {
    color: #fff;
}

/******************************
Quiz Mechanism Css Start Here
*****************************/
.innerWrapper {
    display: flex;
}

.QuizSidebar {
    width: 30%;
    background: #fff;
    height: 100vh;
    border-right: 1px solid #eaeff3;
}

.TopHeader h5 {
    margin-bottom: 0;
    font-weight: 500;
}

.TopHeader {
    display: flex;
    padding: 15px 20px;
    gap: 10px;
    border-bottom: 1px solid #eaeff3;
    background: white;
    /* justify-content: space-between; */
}

.back a {
    padding: 1px 5px;
    color: #000 !important;
}

.back {
    background: #eaeff3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 12px;
}

.QuizMain {
    width: 70%;
}

.QuizMain .tab-content {
    display: none;
    /* padding: 20px; */
}

.QuizMain .tab-content.active {
    display: block;
}

.tabs.tabsButtonBox .tab-button {
    display: block;
    width: 100%;
    text-align: inherit;
    padding: 15px;
    border: none;
    background: #f9fafc;
    /* border-bottom: 1px solid #e1e6eb; */
    margin-bottom: 4px;
}

.tabs.tabsButtonBox .QuizBtnJIO.tab-button {
    background: #dbfad7;
}

.tabs.tabsButtonBox .videoBtnQuiz.tab-button {
    background: antiquewhite;
}

.tabs.tabsButtonBox .tab-button.active {
    background: #e8e8e8 !important;
}

.courseCnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.CourseRight {
    display: flex;
    align-items: center;
    gap: 10px;
}

.CourseRight h6 {
    margin-bottom: 0;
}

.unlock {
    display: flex;
    align-items: center;
    padding: 5px;
    /* background-color: rgba(26, 182, 157, 0.07); */
    color: #1ab69d;
    border-radius: 5px;
    font-size: 18px !important;
}

.lock {
    display: flex;
    align-items: center;
    padding: 5px;
    /* background-color: rgba(244, 0, 0, 0.1); */
    color: #ff0606;
    border-radius: 5px;
    font-size: 18px !important;
}

.CourseRight h6 {
    margin-bottom: 0;
    font-size: 15px;
}

.QuesVideo {
    color: #585858;
}

.lessonName {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.innerCourse {
    height: calc(100vh - 65px);
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.videoSection {
    padding: 30px;
}

.videoSection video {
    width: 100%;
    border: 1px solid #ececec;
    height: 550px;
}

.videoSubmitAction {
    padding: 10px 20px;
    border-top: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: end;
    position: fixed;
    width: 70%;
    bottom: 0;
}

.videoSubmitBtn {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    gap: 3px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
}

.videoSubmitBtn:hover {
    color: #fff;
}

@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}

.congratulationAnimation {
    position: relative;
}

.congratulationAnimation .container {
    width: 90%;
    height: 100vh;
    /* background: #ffffff; */
    /* border: 1px solid white; */
    display: fixed;
    top: 0px;
    position: absolute !important;
}

.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}

.confetti--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
}

.QuizMain .TopHeader {
    display: flex;
    padding: 14px 20px;
    gap: 10px;
    border-bottom: 1px solid #eaeff3;
    background: white;
    justify-content: space-between;
    align-items: center;
}

.gradePer {
    display: flex;
    align-items: center;
}

.gradePer h6 {
    margin-bottom: 0;
    margin-right: 15px;
}

.grade {
    padding: 5px;
    background: #01a745;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 27px;
    color: #fff;
    position: relative;
    /* padding-left: 17px; */
    gap: 5px;
}

.grade img {
    width: 15px;
    /* position: absolute; */
    /* left: -8px; */
}

.grade span {
    font-weight: 500;
}

.next-btn {
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.next-btn:hover {
    background-color: #45a049;
}

.modal {
    z-index: 1051 !important;
}

.congratulationModal .modal-content {
    background-color: #fff;
    padding: 0;
    text-align: unset;
}

.congratulationModal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.congratulationModal .modal-dialog {
    max-width: 390px;
}

.congratulationContent {
    text-align: center;
    padding-top: 35px;
}

.congratulationContent h5 {
    font-weight: 600;
    padding-bottom: 10px;
    z-index: 22;
    position: relative;
    font-size: 22px;
}

.img1celebrate img {
    position: absolute;
    top: 0px;
    width: 130px;
    right: 23px;
}

.img2celebrate img {
    position: absolute;
    top: 0px;
    width: 130px;
    left: 23px;
    transform: scaleX(-1);
}

/* CSS to manage button loading states */
#nextButton .spinner-border {
    margin-right: 5px;
    position: absolute;
    top: 10px;
    right: 12px;
}

#nextButton {
    display: flex;
    width: 100%;
    border-radius: 50px;
    padding: 8px 15px !important;
    position: relative;
    margin: 0;
}

.button-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.congratulationContent p {
    margin-bottom: 5px;
    font-size: 15px;
}

.gradeImages img {
    width: 25%;
}

.poorImage {
    width: 25%;
}

.SubHeader {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #ececec;
}

.SubHeader h6 {
    margin-bottom: 0;
}

.quizContent {
    width: 80%;
    margin: 35px auto 0;
}

.options label {
    display: block;
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.options label:hover {
    background-color: #f1f1f1;
    border-color: #01a745;
}

.radio-button {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    background-color: #ddd;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color 0.3s;
    background: top;
}

input[type="radio"],
.options input[type="checkbox"] {
    display: none;
}

input[type="radio"]:checked+.radio-button,
input[type="checkbox"]:checked+.radio-button {
    background-color: transparent;
    border: 1px solid #01a745;
    border-radius: 5px;
}

/* Change the border color of label when radio is checked */
input[type="radio"]:checked+.radio-button+.check-icon+span,
input[type="checkbox"]:checked+.radio-button+.check-icon+span {
    border-color: #007bff;
}

.check-icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 18px;
    color: #28a745;
}

input[type="radio"]:checked+.radio-button+.check-icon,
input[type="checkbox"]:checked+.radio-button+.check-icon {
    display: inline-block;
}

.navigation {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    padding: 10px 21px 10px 10px;
    border-top: 1px solid #ececec;
    width: 70%;
    left: 30%;
    gap: 10px;
}

.navigation button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.prevBtn {
    background-color: #e4e4e4;
    color: #3a3939 !important;
}

.nextBtn {
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.Quiz {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.logoQuizHead img {
    width: 95px;
    padding-left: 21px;
}

.smTitle {
    font-size: 13px;
    font-weight: 600;
    color: #989898;
    padding: 5px 0 0px 15px;
}

.dataNotAvialabe {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 24%);
}

.dataNotAvialabe img {
    width: 300px;
    /* position: absolute; */
}

.dataNotFoundCNT h6 {
    font-weight: 600;
    margin-bottom: 0;
}

.dataNotFoundCNT {
    /* text-align: center; */
    position: relative;
    top: -90px;
}

.quiz-wizard-container {
    position: relative;
}

.lockScreen {
    position: absolute;
    background: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100vh;
    z-index: 5;
}

.innerSectionLockScreen {
    background: #fff;
    width: 500px;
    text-align: center;
    padding: 70px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.innerSectionLockScreen iconify-icon {
    font-size: 50px;
    color: #f00;
    margin-bottom: 10px;
}

.innerSectionLockScreen h6 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
}

/* discussion form css */
.profileMave {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ProfileImgMave img {
    width: 40px;
    border-radius: 50px;
    border: 1px solid #ececec;
}

.profileContentMave h6 {
    margin-bottom: 0;
    font-size: 15px;
}

.profileContentMave h6 a {
    color: #000;
}

.profileContentMave p {
    margin-bottom: 0;
    font-size: 14px;
}

.FormHeaderMave {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FormBodyMave h5 {
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    cursor: pointer;
}

.FormBodyMave p {
    cursor: pointer;
}

.viewsMave ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.viewsMave ul li {
    margin: -5px;
}

.viewsMave ul li img {
    width: 30px;
    border-radius: 50px;
    border: 1px solid #ececec;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.viewsMave ul li span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    background: #ecb123;
    color: #fff;
    font-size: 13px;
    justify-content: center;
    border-radius: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
}

.innerFooterMave {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.PostDate h6 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    color: #777;
}

.commentMave h6 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
    cursor: pointer;
}

.discussionCardMave {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.discussionMainWrapper {
    width: 90%;
    margin: 0 auto 50px;
}

/* Container for grid */
/* Container for grid */
.uploadImages {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 20px 0;
}

/* Horizontal layout using Flexbox */
.image-grid {
    display: flex;
    /* Flexbox layout to make it horizontal */
    gap: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    /* Allows images to wrap to the next row on smaller screens */
}

/* Individual image styling */
.image-grid li {
    overflow: hidden;
    height: 150px;
    width: 150px;
    border-radius: 8px;
    flex: 1 0 150px;
}

/* Make images fill the grid item, maintaining aspect ratio */
.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures images are cropped to fill the fixed width and height */
    cursor: pointer;
    transition: transform 0.3s;
}

.image-grid img:hover {
    transform: scale(1.05);
}

.uploadVideo {
    height: 100%;
}

/* Container styling */
.uploadVideo {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Play button with pulse animation */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: red;
    z-index: 1;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
    animation: pulse 1.5s infinite;
}

.play-button::before {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 18px;
    color: #08b258;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.6);
    }

    70% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 30px rgba(0, 255, 17, 0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(0, 255, 76, 0);
    }
}

#videoModal .modal-content {
    line-height: 0;
}

.pdfUpload {
    display: flex;
    cursor: pointer;
    height: 100%;
    padding: 25px;
    background: #f7f7f7;
    width: 100%;
    justify-content: center;
}

.pdfUpload img {
    width: 100px;
    /* Adjust size as needed */
    transition: transform 0.3s;
}

.pdfUpload img:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

.ReplyHeaderMave {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-bottom: 15px;
}

.DITitle h6 {
    margin-bottom: 0;
}

.DITitle {
    margin-left: 10px;
}

.backIconMave a {
    padding: 5px 9px;
    background: #f7f7f7;
    color: #000;
    border-radius: 5px;
}

.message-container {
    /* display: flex;
	align-items: flex-start; */
    padding: 15px;
    max-width: 500px;
    /* background-color: #f5f5f5; */
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin: 0;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

/* Profile image styling */
.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

/* Message content styling */
.message-content {
    flex-grow: 1;
}

/* User name styling */
.name {
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}

/* Message text styling */
.message-text {
    color: #555;
    margin-bottom: 10px;
}

/* Footer containing timestamp and reply button */
.message-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

/* Timestamp styling */
.timestamp {
    color: #999;
    font-size: 14px;
}

/* Reply button styling */
.reply-button {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #999;
}

.message-content {
    flex-grow: 1;
    background: #fff;
    padding: 15px;
    margin-top: 12px;
    border-radius: 5px;
    position: relative;
}

.message-content:after,
.message-content:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -8px;
    content: "";
    left: 4%;
    margin-left: -10px;
    position: absolute;
}

/* Styling for second triangle (border) */

.message-content:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top-color: inherit;
    /* Can't be included in the shorthand to work */
    top: -8px;
    margin-left: -10px;
}

.messageProfile {
    display: flex;
    align-items: center;
}

.replyMention {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    border-left: 4px solid #f4ba1d;
    margin-bottom: 11px;
    position: relative;
}

.replyMention .message-text {
    margin-bottom: 0;
    margin-top: 10px;
}

.chat-container {
    width: 87%;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    z-index: 9;
    left: 259px;
    padding: 15px 100px 10px;
    background: #fff;
}

.input-area {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
}

.inputWrapper {
    display: flex;
    align-items: center;
}

#messageInput {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
}

.attachment-icon {
    cursor: pointer;
    margin: 0 10px;
    font-size: 20px;
}

.send-button {
    background-color: #b57205;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.upload-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.file-preview {
    position: relative;

    margin-right: 10px;
    width: 100px;
    height: 100px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-preview img {
    padding: 8px;
}

.remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 14px;
}

#uploadPreview {
    display: none;
    /* Hide by default */
}

.remove-reply {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.DiscussionReplyContainerMave {
    display: none;
    /* Hidden by default */
}

.discussionCardsContainer {
    display: block;
    /* Visible by default */
}

/* Overlay Styling */
.discusionFormPage .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 9999;
    /* Make sure it's above the content but behind the loader */
    display: none;
    /* Initially hidden */
}

/* Loader Styling */
/* .discusionFormPage .loader1 {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ecb123;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
} */

/* @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.ViewedUserList li {
    padding: 8px 20px;
    border-bottom: 1px solid #ececec;
}

.ViewedUserList li .name {
    font-size: 13px;
}

#viewedUser .modal-header {
    padding: 10px 20px;
}

#viewedUser .modal-title {
    font-size: 17px;
}

.ViewedUserList {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.quizImageMave img {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
}

.quizMainDT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 8px;
}

.Marks h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.quizAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quizActionBtn {
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    gap: 5px;
}

.quizActionBtn:hover {
    color: #fff;
}

.videoWatchBtn {
    background: #138849;
    color: #fff;
}

.startQuizBtn {
    background: #e5ab0e;
    color: #fff;
}

.reAttempt {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    color: #f00;
    margin-top: 15px;
}

.QuizLockMave {
    filter: grayscale(1);
    position: relative !important;
}

.QuizLockContent {
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.innerQuizLockContent {
    text-align: center;
}

.innerQuizLockContent h5 {
    color: #fff;
    font-size: 24px;
}

.innerQuizLockContent p {
    color: #fff;
}

.innerQuizLockContent iconify-icon {
    color: #fff;
    font-size: 40px;
}

.videoTitle {
    margin-bottom: 0;
    margin-top: 15px;
}

.quizImageMave {
    position: relative;
}

.QuizBoxHJO .name {
    width: 100%;
}

.QuizBoxHJO .name h6 {
    margin-bottom: 0;
}

.QuizBoxHJO .name h6:hover {
    text-decoration: underline;
    color: #e5ab0e;
}

.quizDetail .GHQUIZ {
    border-right: 1px solid #ececec;
    padding: 0 15px;
    font-weight: 400;
}

.quizDetail {
    display: flex;
    align-items: end;
}

.StepGroup {
    background: #fff;
    padding: 10px;
    margin: 12px 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.StepGroup .tab-button:last-child {
    margin-bottom: 0;
}

.actions a iconify-icon {
    font-size: 20px;
}

.actions a {
    width: 32px;
    height: 32px;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.dt-action-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dt-action-group form {
    display: inline-flex;
}

.dt-action-btn {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #eef2f7 !important;
    border: 1px solid #d7dde5 !important;
    color: #1f2937 !important;
}

.dt-action-btn iconify-icon {
    font-size: 16px;
}

.actions .dt-action-btn:hover {
    background-color: #e6f4ea !important;
    border-color: #22c55e !important;
    color: #166534 !important;
}

.offcanvas-header {
    border-bottom: 1px solid #ececec;
}

.courseDiscussion .PostDate h6 {
    font-size: 13px;
}

.courseDiscussion .FormBodyMave h5 {
    padding-top: 10px;
    margin-bottom: 2px;
    font-size: 15px;
    cursor: pointer;
}

.courseDiscussion .FormBodyMave p {
    cursor: pointer;
    font-size: 14px;
}

.courseDiscussion .discussionCardMave {
    padding: 12px 20px;
}

.editQuiz {
    position: absolute;
    top: 5px;
    right: -30px;
    padding: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #000;
}

.quizImageMave {
    position: relative;
    overflow: hidden;
}

.quizImageMave:hover .editQuiz {
    right: 5px;
}

.courseId {
    margin-bottom: 5px;
    margin-top: 10px;
    color: #918f8f;
    font-size: 13px;
}

.contentCourse .videoTitle {
    margin-bottom: 5px;
    margin-top: 0px;
}

.actionBtns {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}

.actionBtns a {
    color: #000;
    font-size: 14px;
}

.ctTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.googleAssignmentsBox p span {
    color: #7c7c7c;
    font-size: 14px;
    border-right: 1px solid #ececec;
    padding: 0 8px;
}

.googleAssignmentsBox p span:first-child {
    padding-left: 0;
}

.googleAssignmentsBox p span:last-child {
    border-right: none;
    padding-right: 0;
}

.googleAssignmentsBox h6 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
    text-decoration: underline;
}

.googleFormList li a:hover .googleAssignmentsBox h6 {
    color: #e5ab0e;
}

.googleFormList li {
    border-bottom: 1px solid #ececec;
    padding: 10px 20px 0;
    margin-bottom: 10px;
}

/* Google Form Assignments Offcanvas */
.gce-google-offcanvas {
    width: 460px !important;
    background: #ffffff;
}

.gce-workbook-offcanvas {
    width: 460px !important;
    background: #ffffff;
}

.gce-quiz-offcanvas {
    width: 460px !important;
    background: #ffffff;
}

.gce-discussion-offcanvas {
    width: 460px !important;
    background: #ffffff;
}

.gce-assignment-offcanvas-header {
    align-items: flex-start;
    justify-content: space-between;
    padding: 18px 18px 14px;
    border-bottom: 1px solid #eef1f4;
}

.gce-assignment-offcanvas-headcopy h5 {
    margin: 0;
    color: #101828;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.gce-assignment-offcanvas-headcopy p {
    margin: 4px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.45;
}

.gce-assignment-offcanvas-header .btn-close {
    margin: 2px 0 0 12px;
    opacity: 1;
    box-shadow: none;
}

.gce-assignment-offcanvas-body {
    padding: 12px 12px 22px !important;
    background: #ffffff;
}

.googleFormListCompact {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

.googleFormListCompact li {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
}

.googleFormListCompact li:last-child {
    margin-bottom: 0;
}

.googleFormListCompact li a {
    display: block;
    text-decoration: none;
}

.googleFormListCompact .googleAssignmentsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #eaecf0;
    border-radius: 14px;
    background: #ffffff;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

.googleAssignmentsIcon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf0f3;
    border-radius: 10px;
    background: #f9fafb;
}

.googleAssignmentsIcon iconify-icon {
    font-size: 18px;
}

.googleFormListCompact li a:hover .googleAssignmentsBox,
.googleFormListCompact li a:focus .googleAssignmentsBox {
    border-color: #d0d5dd;
    background: #fcfcfd;
}

.googleAssignmentsBox-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.googleFormListCompact .googleAssignmentsBox h6 {
    margin: 0 0 6px;
    color: #101828;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
}

.googleAssignmentsMeta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.googleAssignmentsMeta span {
    display: inline-flex;
    align-items: center;
    color: #667085;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

.googleAssignmentsMeta span+span::before {
    content: "";
    width: 3px;
    height: 3px;
    margin-right: 6px;
    border-radius: 50%;
    background: #d0d5dd;
}

.googleAssignmentsOpen {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    color: #475467;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.discussionAssignmentsBox {
    align-items: flex-start !important;
}

.discussionAssignmentsIcon iconify-icon {
    font-size: 18px;
    color: #667085;
}

.discussionAssignmentsCopy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.discussionAssignmentsTop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.discussionAssignmentsTop h6 {
    margin: 0 !important;
}

.discussionAssignmentsDate {
    flex: 0 0 auto;
    color: #667085;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

.discussionAssignmentsDesc {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

.discussionAssignmentsMeta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.discussionAssignmentsMeta span {
    display: inline-flex;
    align-items: center;
    color: #667085;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

.discussionAssignmentsMeta span+span::before {
    content: "";
    width: 3px;
    height: 3px;
    margin-right: 6px;
    border-radius: 50%;
    background: #d0d5dd;
}

.gce-discussion-offcanvas-body {
    padding-bottom: 12px !important;
}

.gce-discussion-offcanvas-footer {
    padding: 0 12px 16px;
    background: #ffffff;
}

.gce-discussion-offcanvas-footer .addDiscussion {
    margin: 0;
}

.gce-discussion-offcanvas-footer .addDiscussion a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    background: #fcfcfd;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

.gce-discussion-offcanvas-footer .addDiscussion a:hover {
    border-color: #d0d5dd;
    background: #f9fafb;
}

.gce-assignment-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 240px;
    padding: 24px 20px;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #fcfcfd;
    text-align: center;
}

.gce-assignment-empty-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    background: #ffffff;
}

.gce-assignment-empty-icon iconify-icon {
    font-size: 24px;
    color: #667085;
}

.gce-assignment-empty-state h6 {
    margin: 0;
    color: #101828;
    font-size: 14px;
    font-weight: 600;
}

.gce-assignment-empty-state p {
    margin: 0;
    max-width: 260px;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .gce-google-offcanvas {
        width: 100% !important;
    }

    .gce-workbook-offcanvas {
        width: 100% !important;
    }

    .gce-quiz-offcanvas {
        width: 100% !important;
    }

    .gce-discussion-offcanvas {
        width: 100% !important;
    }

    .discussionAssignmentsTop {
        flex-direction: column;
    }

    .gce-assignment-offcanvas-header {
        padding: 16px 14px 12px;
    }

    .gce-assignment-offcanvas-body {
        padding: 10px !important;
    }

    .googleFormListCompact .googleAssignmentsBox {
        padding: 10px 12px;
    }
}

/*************************
30 Nov Css Ankur
*************************/

.badge-soft-info {
    color: #299cdb !important;
    background-color: rgba(41, 156, 219, 0.1);
}

.badge-soft-warning {
    color: #f7b84b !important;
    background-color: rgba(247, 184, 75, 0.1);
}

.table-box .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-x: scroll;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px !important;
    font-size: 14px;
    border-radius: 40px;
}

.filterBtnMave {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    background: #f0f0f0;
    color: #46475b;
    border-radius: 5px;
    font-size: 15px;
}

.topHeadeTMS {
    /* margin-top: 70px; */
    background: #fff;
    /* padding: 10px 20px; */
    /* margin-left: 259px; */
    margin-bottom: 0;
}

.navTabsLinks {
    display: flex;
    padding: 0px 20px 0;
    background: #fff;
    border-top: 1px solid #ececec;
    margin-left: 259px;
    margin-bottom: 0;
    gap: 0;
}

.navTabsLinks li a {
    padding: 10px 11px;
    color: #758fa3;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.navTabsLinks li a.active {
    border-bottom: 2px solid #ecb123;
    color: #ecb123;
}

.hyperlink {
    color: #1c91f7 !important;
    text-decoration: underline;
}

.locationTag {
    font-size: 13px;
    font-weight: 400;
    display: block;
    color: #838383;
}

.DateTime {
    font-size: 12px;
    font-weight: 400;
    color: #ec2323;
}

.enrollStudent span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #646464;
}

.SelectTable .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0 !important;
    height: 35px !important;
}

.SelectTable .select2-container .select2-selection--single {
    height: 35px;
}

.SelectTable .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.SelectTable .select2-container {
    width: 140px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #a19b9b transparent transparent;
}

.form-group.SelectTable {
    margin-bottom: 0;
}

.ReportInrSections {
    border-radius: 0.5rem;
    border: 1px solid rgb(191, 198, 212);
    padding: 12px;
    margin-bottom: 15px;
    background: #fff;
}

.ReportInrSections_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6px;
    border-bottom: 1px solid rgb(191, 198, 212);
    margin-bottom: 16px;
    padding-bottom: 5px;
}

.ReportInrSections_title h2 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    color: #24262a;
}

.cu-task-fields__row {
    display: flex;
    align-items: flex-start;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 4px;
    width: 50%;
    flex-direction: column;
    margin-bottom: 0px;
    padding: 10px;
}

.cu-task-fields__row:hover {
    background-color: #f7f8f9;
}

.cu-task-label-icon__container {
    color: #656f7d;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.userenuData {
    color: #25272b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.ReportData_fields {
    padding-inline-start: 0.375rem;
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr minmax(18px, auto-fit) 0fr 0fr 0fr;

    transition: grid-template-rows 0.6s ease-in-out, min-height 0.2s ease-in-out;
    padding-left: 0px;
    flex-wrap: wrap;
}

.cu-task-fields__row.FullWidth {
    width: 100% !important;
    display: block;
}

.ClientRp_wrap label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: normal;
    font-family: Roboto, "Noto Sans JP", Harmattan, "Noto Sans SC",
        "Noto Sans KR";
    text-decoration: none;
    text-align: left;
    color: rgb(6, 11, 51);
    outline: 0px;
    margin-bottom: 2px;
}

.ClientRP_Data {
    font-size: 12px;
    font-weight: normal;
    font-family: Roboto, "Noto Sans JP", Harmattan, "Noto Sans SC",
        "Noto Sans KR";
    text-align: left;
    font-style: normal;
    text-decoration: none;
    color: rgb(76, 81, 99);
}

.ClientRp_wrap {
    margin-bottom: 15px;
}

.FlexCMN_Items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FlexCMN_Items_Right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FlexCMN_Items_Right .ClientRp_wrap {
    margin-right: 30px;
}

.FlexCMN_Items_Right .ClientRp_wrap:last-child {
    margin-right: 0px !important;
}

.InspectionType_labale.jQgoOS {
    background-color: rgb(227, 232, 243);
    margin-right: 12px;
    border-radius: 3px;
    opacity: 1;
    overflow: visible;
    padding: 2px 10px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
    font-family: Roboto, "Noto Sans JP", Harmattan, "Noto Sans SC",
        "Noto Sans KR";
    text-align: left;
    font-style: normal;
    text-decoration: none;
    color: rgb(46, 49, 59);
    display: inline-block;
}

.InspectorsnameData {
    margin-top: 6px;
}

.Client_report_details {
    margin-bottom: 30px;
}

.Attatchments_images_wrap {
    display: flex;
    flex-wrap: wrap;
}

.Imageattatch_RPR_item {
    width: calc(20% - 10px);
    height: 150px;
    margin-right: 10px;
}

.Imageattatch_RPR_item img {
    width: 100%;
    height: 100%;
}

.response-yes {
    font-family: "Noto Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}

.response-no {
    font-family: "Noto Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}

.ReportData_fields th {
    font-size: 11pt;
    font-weight: bold;
    color: rgb(76, 81, 99);
    font-family: Roboto, "Noto Sans JP", Harmattan, "Noto Sans SC",
        "Noto Sans KR";
    text-align: left;
    font-style: normal;
    text-decoration: none;
    display: table-cell;
    width: auto;
    position: relative;
    border-radius: 4px;
}

.ReportData_fields table th::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none;
    border-radius: 4px;
    border-color: rgb(229, 230, 239);
    border-width: 1px;
    border-style: solid;
    background-color: rgb(242, 243, 254);
    margin: 3px;
    padding: 10px;
}

.js-overflow-line-wrapper {
    font-size: 13px;
    font-weight: bold;
    color: rgb(76, 81, 99);
    font-family: Roboto, "Noto Sans JP", Harmattan, "Noto Sans SC",
        "Noto Sans KR";
    text-align: left;
    font-style: normal;
    position: relative;
    z-index: 10;
    padding: 3px 10px;
}

.ReportData_fields table tbody tr td {
    font-size: 13px;
    font-weight: normal;
    font-family: Roboto, "Noto Sans JP", Harmattan, "Noto Sans SC",
        "Noto Sans KR";
    font-style: normal;
    text-decoration: none;
    color: rgb(60, 64, 77);
    padding: 10px 12px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: none !important;
    text-align: left;
}

.ReportData_fields table tbody tr td::after {
    bottom: 4px;
    content: "";
    left: 3px;
    right: 3px;
    top: 4px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 4px;
    border-color: rgb(229, 230, 239);
    border-width: 1px;
    border-style: solid;
    background-color: rgb(242, 243, 254);
    opacity: 0.25;
    border: 1px solid #eaecf4 !important;
}

.response-yes:after {
    border: none !important;
    background-color: rgba(19, 133, 95, 0.1) !important;
    color: rgb(19, 133, 95) !important;
    opacity: 1 !important;
}

.response-yes {
    color: rgb(19, 133, 95) !important;
    text-align: center !important;
    background-color: rgba(19, 133, 95, 0.1) !important;
    padding: 4px 10px;
    border-radius: 50px;
}

.response-no:after {
    border: none !important;
    color: rgb(198, 0, 34) !important;
    border: 1px solid transparent !important;
    background-color: rgba(198, 0, 34, 0.1) !important;
    opacity: 1 !important;
}

.response-no {
    color: rgb(198, 0, 34) !important;
    text-align: center !important;
    background-color: rgba(198, 0, 34, 0.1) !important;
    padding: 4px 10px;
    border-radius: 50px;
}

.CheckListSection_title {
    margin-bottom: 15px;
    margin-top: 15px;
}

.CheckListSection_title {
    text-decoration: underline;
    display: inline-block;
}

.CheckListSection_title h2 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-family: Roboto, "Noto Sans JP", Harmattan, "Noto Sans SC",
        "Noto Sans KR";
    text-align: left;
    color: rgb(6, 11, 51);
    margin-bottom: 0px;
}

.ReportData_fields table {
    width: 100%;
}

.ReportData_fields {
    position: relative;
}

.ReportData_fields .Nodata_intacontent {
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    transform: unset;
    width: 30%;
    margin: 0 auto;
}

.ReportData_fields .Nodata_intacontent h2 {
    margin-top: 12px;
    color: #000;
    font-size: 14px;
}

.CheckListSection_title.TitleHighlight_inr {
    display: block;
    background: #f4f4f9;
    padding: 10px 20px;
    margin: 10px 0px 15px 0px;
    border-radius: 6px;
}

.CheckListSection_title.TitleHighlight_inr h2 {
    text-align: center;
    font-size: 18px;
}

.ResponseActions {
    display: flex;
    align-items: center;
}

.ResponseActions .response-yes {
    margin-right: 5px;
}

.Question_response {
    padding: 7px 10px !important;
}

/*********************
Teacher Review Screen
**********************/
.ReviewCard {
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.quesREview {
    margin-bottom: 0;
    font-size: 20px;
}

.ReviewCardBody {
    padding: 20px;
}

.questionOption {
    margin: 15px 0 0;
}

.questionOption li {
    padding: 10px;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    border-radius: 5px;
}

.rightAns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #50cb68 !important;
    background: #91dea021;
    color: #048e1f;
}

.wrongAns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ff7474 !important;
    background: #ffbfbf21;
    color: #f00;
}

.iconCont {
    display: flex;
}

.radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.option {
    width: 150px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000;
    margin: 0;
}

.option.poor {
    border-right: 1px solid #ececec !important;
    border-left: 1px solid #ececec !important;
    border-top: 1px solid #ececec !important;
    border-bottom: 1px solid #ececec !important;
    margin-right: 10px;
}

.option.good {
    border-right: 1px solid #ececec !important;
    border-left: 1px solid #ececec !important;
    border-top: 1px solid #ececec !important;
    border-bottom: 1px solid #ececec !important;
}

.radio-container input[type="radio"] {
    display: none;
    /* Hide the actual radio buttons */
}

/* Bottom Border and Triangle when selected */
.radio-container input[type="radio"]:checked+.option::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* Position the triangle below the label */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.radio-container input[type="radio"]:checked+.option {
    border-bottom: 3px solid !important;
    /* Bottom border for selected label */
    padding-bottom: 10px;
    /* Adjust spacing */
}

/* Colors for each option */
.radio-container input[type="radio"]:checked+.option.poor {
    border-color: #ffd700 !important;
    /* Yellow bottom border */
    border-right: 1px solid #ececec !important;
    border-left: 1px solid #ececec !important;
    border-top: 1px solid #ececec !important;
}

.radio-container input[type="radio"]:checked+.option.poor::after {
    border-bottom: 10px solid #ffd700;
    /* Yellow upward triangle */
}

.radio-container input[type="radio"]:checked+.option.good {
    border-color: #4caf50 !important;
    /* Green bottom border */
    border-right: 1px solid #ececec !important;
    border-left: 1px solid #ececec !important;
    border-top: 1px solid #ececec !important;
}

.radio-container input[type="radio"]:checked+.option.good::after {
    border-bottom: 10px solid #4caf50;
    /* Green upward triangle */
}

.QuestionBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FormSubmit_fix_container {
    position: fixed;
    bottom: 0;
    width: 83%;
    background: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 30px;
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    left: 260px;
    border-top: 1px solid #ececec;
    gap: 8px;
}

.commonUpdateButton {
    padding: 5px 15px;
    background: #049033;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #049033;
}

.commonCancleButton {
    padding: 5px 15px;
    background: #e7e7e7;
}

.buttonsHJI {
    display: flex;
    align-items: center;
    gap: 5px;
}

.commentAttempt a {
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: rgb(149, 83, 5);
    border: 1px solid rgb(152, 88, 6);
    margin-left: 10px;
}

.highlight {
    border-color: #4caf50;
    /* Green border when highlighted */
}

/* Hide the default radio button */
.slot input[type="radio"] {
    display: none;
}

/* Style the label to look like a radio button */
.slot label {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    user-select: none;
    text-align: center;
    margin-bottom: 0;
    padding: 0 10px;
    display: block;
}

/* Create a custom radio button circle */
.slot label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: #eee0;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
}

/* When the radio button is selected */
.slot input[type="radio"]:checked+label::before {
    background-color: #ecb12300;
    border-color: #ecb123;
    box-shadow: 0 4px 8px rgba(236, 177, 35, 0.08),
        0 8px 16px rgba(155, 192, 60, 0.03) !important;
}

.slot input[type="radio"]:checked+label {
    color: #ecb123;
}

/* Create the inner dot inside the radio button when selected */
.slot label::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: #fff0;
    border-radius: 5px;
    display: none;
}

/* Show the inner dot when the radio button is checked */
.slot input[type="radio"]:checked+label::after {
    display: block;
}

/* Add a hover effect for better user experience */
.slot label:hover::before {
    background-color: #ecb12300;
    border-color: #ecb123;
}

.slot label:hover {
    color: #ecb123;
}

/* Style the slots container */
.slot-category {
    margin: 20px 0;
}

.slot-category h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

/* .slot {
    margin: 10px 0;
  } */
.slot-category h4 {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}

.slot-category .slot {
    width: calc(50% - 10px);
}

.slot-category {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.slotsBox {
    padding: 0px 15px;
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 368px;
    overflow: hidden;
    overflow-y: auto;
}

/* .SlotsContainer .slot {
	width: calc(33% - 2px);
} */
.SlotsContainer {
    display: flex;
    align-items: left !important;
    flex-wrap: wrap;
    gap: 5px;
}

form {
    margin-bottom: 0;
}

.QuizCardThumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.QuizHeaderTM {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.QuizCardBody {
    padding: 15px;
}

.QuizCardMain {
    border: 1px solid #ececec;
}

.courseTitleMave {
    font-size: 16px;
    margin: 10px 0;
}

.courseTitleMave a {
    color: #000 !important;
}

.leftLabelQuiz {
    display: flex;
    align-items: center;
    gap: 20px;
}

.LabelBox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.LabelBox iconify-icon {
    background: #fff3d2;
    padding: 11px;
    border-radius: 5px;
}

.MiniBox p {
    margin-bottom: 0;
}

.MiniBox h6 {
    margin-bottom: 0;
}

.QuizCardFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-top: 1px solid #ececec;
}

.courseLabelMave {
    padding: 4px 15px 4px 10px;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    gap: 3px;
    border-radius: 20px;
    background: #fbfbfb;
}

.courseTitle {
    padding: 4px 15px 4px 10px;
    border: 1px solid #ececec;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border-radius: 20px;
    background: #fbfbfb;
}

.Icon iconify-icon {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    /* border: 1px solid #a5a4a4; */
    /* border-radius: 50px; */
}

.scheduleClass {
    display: flex;
    align-items: center;
    gap: 10px;
}

.create-schedule {
    display: flex;
    gap: 7px;
}

.classCont {
    width: 290px;
}

.congratulationContent.gradeContainer h5 {
    padding-bottom: 0;
    margin-bottom: 2px;
    margin-top: 14px;
}

.danger {
    color: #f00;
}

/* 30 Dec 2024 new css */
.iconItemDT iconify-icon {
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
}

.cardsMainKOP .iconItemDT iconify-icon {
    font-size: 15px;
    padding: 8px;
    border-radius: 5px;
    background: #f5f5f5 !important;
    color: #515b64 !important;
    border: 1px solid #b8c0c6 !important;
}

.groupStock iconify-icon {
    background: #1b84ff;
    border: 1px solid #1b84ff;
    color: #fff;
}

.lowStock iconify-icon {
    background: #fd3995;
    border: 1px solid #fd3995;
    color: #fff;
}

.allStock iconify-icon {
    background: #ab47bc;
    border: 1px solid #ab47bc;
    color: #fff;
}

.StockStatus {
    margin-bottom: 0;
}

.StockStatus li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.StockStatus li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.StockStatus li h6 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.StockStatus li h6 span {
    font-size: 14px !important;
    display: block;
    color: #737373;
}

.ClassDTCards .card-header h6 {
    margin-bottom: 0;
}

.ClassDTCards .card .card-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftSideCARD {
    display: flex;
    gap: 10px;
}

.StockStatus li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

iconify-icon.ArrowRightIcon {
    padding: 3px;
    background: #eaedef;
    border: 1px solid #ececec;
    border-radius: 4px;
    color: #4d5960;
    font-size: 13px;
}

.ClassDTCards .accordion {
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.ClassDTCards .accordion-item {
    border: none !important;
}

.ClassDTCards .accordion-header {
    display: flex;
    justify-content: unset;
    align-items: center;
    padding: 7px 12px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    background-color: #f5f5f5;
    transition: background-color 0.3s;
    border-radius: 5px;
    gap: 10px;
    justify-content: space-between;
}

.ClassDTCards .accordion-header:hover {
    background-color: #f1f1f1;
}

.ClassDTCards .accordion-header span {
    font-weight: 500;
    font-size: 15px;
}

.ClassDTCards .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #ffffff;
    font-size: 14px;
    color: #666;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.ClassDTCards .accordion-item.active .accordion-content {
    max-height: 100% !important;
    padding: 15px 20px 0;
    height: 100%;
}

.ClassDTCards .accordion-item::before {
    display: none !important;
}

span.CourseIcon {
    display: flex;
    padding: 8px;
    background: #fff;
    border-radius: 50px;
}

.ClassDTCards .accordion {
    gap: 8px;
}

/* .ClassDTCards .accordion-header .arrow {
    font-size: 16px;
    transition: transform 0.3s;
}

.ClassDTCards .accordion-item.active .accordion-header .arrow {
    transform: rotate(90deg);
} */
.ClassDTCards .accordion-header .arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.ClassDTCards .accordion-item.active .accordion-header .arrow {
    transform: rotate(-46deg);
}

.subHead {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cardsMainKOP .ClassDTCards .card-body {
    height: 390px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.leftDtHUI {
    display: flex;
    align-items: center;
    gap: 15px;
}

.leftDtHUI span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.leftDtHUI span iconify-icon {
    padding: 6px;
    display: flex;
    background: #eff3f6;
    font-size: 14px;
    border-radius: 5px;
    color: #4c5d6a;
}

.docCard {
    margin-bottom: 15px;
}

.docImage {
    /* width: 100%; */
    /* height: 200px; */
    /* overflow: hidden; */
    padding: 10px;
    background: whitesmoke;
    border: 1px solid #ececec;
}

.docImage img {
    width: 100%;
    height: 115px;
    object-fit: contain;
    transition: 0.2s all;
}

.docCardFooter {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ececec;
}

.docName h6 {
    margin: 5px 0 5px;
}

.statusIcon {
    display: none;
    /* Hide the image by default */
}

.markedVerified .statusIcon {
    display: inline;
    width: 20px;
}

.markedVerified {
    font-weight: 500;
    color: #009934;
}

.DocumentBox {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h6.DocumentTitle {
    margin-bottom: 0;
    font-size: 18px;
}

.documentAction a {
    /* text-decoration: underline; */
    margin-left: 0;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 10px;
    background: #007eed;
    border-radius: 5px;
    gap: 5px;
    color: #ffffff;
}

button.fc-dayGridMonth-button {
    display: none !important;
}

button.fc-timeGridWeek-button {
    display: none !important;
}

button.fc-timeGridDay-button {
    display: none !important;
}

button.fc-listWeek-button {
    display: none !important;
}

button.fc-today-button {
    display: none !important;
}

.last_update_document {
    font-size: 11px;
    margin-bottom: 0;
}

.docName h6 {
    margin: 5px 0 5px;
    font-size: 14px;
}

.quizDetail {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.quizStepsbody {
    height: auto;
    max-height: 160px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.file-preview video {
    height: 100px;
}

video#popupVideo {
    height: 400px;
}

.discussionLabel {
    margin-bottom: 0;
}

.addDiscussion {
    padding: 20px 15px;
    border-top: 1px solid #ececec;
    text-align: end;
}

.addDiscussion a {
    padding: 10px 10px;
    background: #009733;
    color: #fff;
    border-radius: 5px;
}

/* .pagination-wrapper svg {
	width: 25px;
}
.pagination-wrapper nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */

.presentAction a iconify-icon {
    padding: 3px;
    background: #d0e9ff;
    color: #0088ff;
    border-radius: 30px;
    border: 1px solid #2e9eff;
}

.quizBHUi {
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.titleHUio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.titleHUio .form-check-input:checked {
    background-color: #ecb123;
    border-color: #ecb123;
}

.quizTitleModalHUi span {
    display: block;
    font-size: 14px;
}

.quizTitleModalHUi {
    font-size: 17px;
}

h6.subTitleUIo {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
}

.googleURLINK {
    padding: 1px 5px;
    background: aliceblue;
    border-radius: 5px;
    border: 1px solid #38a5ee;
    font-size: 12px;
}

.SlotsContainer {
    padding-bottom: 15px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eae9e9;
    flex-direction: column !important;
    align-items: left !important;
}

.slot_dynamicsss {
    display: flex;
    width: 100% !important;
    gap: 5px !important;
    flex-wrap: wrap;
}

.slot_main {
    font-weight: 600;
    font-size: 14px;
}

.VideoMobile video {
    height: 500px;
}

.StudentReplyTitle {
    font-size: 18px;
    padding: 10px 15px !important;
    background: #f5f5f5 !important;
    border-radius: 0;
    margin: 0px -15px;
}

.schedule_actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.schedule_actions .presentAction .btn {
    padding: 4px 10px !important;
    display: flex;
    font-size: 13px;
}

.schedule_actions .form-check.form-switch {
    padding: 0;
}

.schedule_actions .form-check.form-switch label.btn {
    margin-bottom: 0;
    padding: 5px 10px !important;
    border-radius: 5px;
    font-size: 13px;
}

.schedule_actions .badge {
    padding: 10px 10px;
    border: 1px solid #17a97c;
    color: #05a37c !important;
    margin-left: 0 !important;
}

.SlotTitleNO {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.SlotTitleNO h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.SlotTitleNO h5 span {
    display: block;
    font-size: 14px;
    color: #637984;
}

.SlotTitleNO iconify-icon {
    /* padding: 10px; */
    /* border: 1px solid #ececec; */
    display: flex;
    font-size: 40px;
    border-radius: 50px;
    color: #ffb507;
}

.NameEmail h6 {
    font-size: 13px;
    margin-left: 5px;
    color: #878889;
    font-weight: 400;
}

.NameEmail a {
    margin-left: 4px !important;
    color: #000 !important;
}

.animated-active-Inner {
    background-color: #f2f2f2;
    /* Light gray background color, similar to an unread notification */
    border-left: 5px solid #29fd74;
    /* A red-colored border to indicate the unread status */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* A subtle shadow for a notification effect */
    transition: background-color 0.3s ease, border-left 0.3s ease;
    /* Smooth transition effect */
}

.animated-active-Inner:hover {
    background-color: #c3f6d5;
    /* A slightly lighter background color on hover */
    border-left: 5px solid #29fd74;
    /* Darker red border on hover */
}

ul.ReadyPoints li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

ul.ReadyPoints li:last-child {
    margin-bottom: 0;
}

.iconHUI iconify-icon {
    padding: 8px;
    border: 1px solid #d4d4d4;
    display: flex;
    border-radius: 50px;
    color: #31404d;
    font-size: 18px;
}

.cntGUI {
    font-size: 14px;
}

.hederCard {
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

.hederCard h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.bodyCard {
    padding: 15px;
}

.footerCard {
    padding: 15px;
    border-top: 1px solid #ececec;
}

.skipBtn {
    padding: 8px 30px;
    background: #ff6500;
    color: #fff;
    border-radius: 5px;
}

.skipBtn:hover {
    color: #fff !important;
}

.ReadyPoints {
    margin-bottom: 0;
}

.mandot-and-assifnment.addPaddings {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.paddLeft {
    margin: 12px 12px 0px 12px;
    width: calc(100% - 24px) !important;
}

.mandot-and-assifnment.addPaddings span {
    margin: 0;
}

span.main-menu-color {
    color: #c58718;
}

/*****************************
AB Form CSS Start Here 15 May
*********************************/
.topHeader {
    padding: 0px 0 0px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
}

.logoWrapper img {
    width: 70px;
}

.userName {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: end;
}

.topHeader h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.userName span {
    font-weight: 800;
    margin-left: 5px;
}

.profileKL img {
    width: 35px;
}

.profileKL {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #e6e6e6;
    padding: 8px 18px;
}

.backBtn iconify-icon {
    background: #f8f8f8;
    padding: 19px;
    display: flex;
    color: #000;
    font-size: 14px;
    height: 100%;
    margin-right: 10px;
}

.logoWrapper {
    display: flex;
    align-items: center;
}

.RightSideABForm {
    display: flex;
    align-items: center;
    gap: 15px;
}

.AbformContainer {
    width: 95%;
    margin: 0 auto 50px;
    padding: 20px;
}

.StudentFormTT .cnt h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.StudentFormTT .cnt p {
    margin-bottom: 0;
    font-size: 14px;
}

.infoPara {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #000;
    font-weight: 500;
}

.FormSubmit_fix_container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px;
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    left: 0;
    border-top: 1px solid #ececec;
    gap: 8px;
}

.commonUpdateButton {
    padding: 5px 10px;
    background: #fd7c00;
    border: #fd7c00;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
}

.commonUpdateButton:hover {
    border: 0;
}

.commonCancleButton {
    padding: 5px 10px;
    background: #f0f0f0;
    font-size: 15px;
    font-weight: 500;
    font-weight: normal;
    border-radius: 3px;
    color: #000;
    margin-left: 4px;
}

.filTerSearchMain {
    width: calc(100% - 20px);
    display: flex;
    margin: 10px 10px 10px 10px;
}

.CustomselectallContainer {
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    color: #272424;
    display: flex;
    align-items: center;
    gap: 8px;
    outline: none;
    outline-offset: -2px;
    user-select: none;
    margin: 0px 8px 8px 8px;
    transition: background 0.1s ease, color 0.1s ease, outline 0.1s ease;
}

.clDivider_full {
    width: 100%;
    height: 1px;
    background: #f0f1f2;
    line-height: normal;
    font-size: 12px;
}

.filterdropDownCustom {
    position: relative;
    width: 100%;
    display: block;
}

.filterdropDownCustom .dropbtn {
    display: flex;
    justify-content: space-between;
}

.filterdropDownCustom .dropbtn {
    padding: 9px 15px !important;
    height: 37px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb !important;
    background: #fff;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    color: #637c91 !important;
}

.filterdropDownCustom .show {
    width: 100%;
    z-index: 999;
}

.dropdown-menu,
.apexcharts-toolbar .apexcharts-menu {
    color: #6f6f6f;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0px 6px 16px rgba(47, 52, 58, 0.1);
}

.filTerSearchMain {
    width: calc(100% - 20px);
    display: flex;
    margin: 10px 10px 10px 10px;
}

.filterclSearch {
    width: 100%;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    outline: none;
    padding: 0px 12px;
    position: relative;
    font-size: 13px;
}

.filTerSearchMain iconify-icon {
    position: absolute;
    right: 26px;
    top: 25px;
    font-size: 18px;
    color: #353535;
}

.form-check-input:checked {
    background-color: #fbb70b;
    border-color: #fbb70b;
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.Customdrpitems_container {
    max-height: 110px;
    overflow-y: scroll;
    min-height: auto !important;
}

.dropfilter_options {
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    color: #272424;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    outline: none;
    outline-offset: -2px;
    user-select: none;
    margin: 0px 8px;
    font-size: 13px;
    transition: background 0.1s ease, color 0.1s ease, outline 0.1s ease;
}

.addOptionButton {
    text-align: end;
}

button.add-more-btn {
    background: #ebf6ff;
    border: none;
    color: #007bff;
    padding: 3px 10px;
    border: 1px solid #add5ff;
    border-radius: 5px;
}

.optionBox {
    display: flex;
    gap: 10px;
}

.StudentFormTT {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.WeekSelect {
    width: 300px;
}

.WeekSelect .form-group label {
    white-space: nowrap;
    font-size: 14px;
}

.skillTitle {
    font-size: 15px;
}

.table input.form-control.flatpickr {
    width: 150px;
}

.noDataFound {
    position: relative;
    margin: 80px;
}

/*****************************
AB Form CSS End Here 15 May
*********************************/

.main-button-cancel-book {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* .handbook-rec {
    padding: 10px 15px;
} */
.handbook-rec h1 {
    display: flex;
    font-size: 15px;
    margin-bottom: 0;
    gap: 7px;
    align-items: center;
}

.handbook-rec h1 span {
    padding: 5px;
    border-radius: 5px;
}

.handbook-rec h1 span.notMark {
    border: 1px solid #ececec;
    background: whitesmoke;
}

.handbook-rec h1 span.Yes {
    border: 1px solid #cdffde;
    color: #009934;
    background: #ebfff2;
}

.handbook-rec h1 span.No {
    background: #fff0f2;
    border: 1px solid #f9d8db;
    color: #dc3545;
}

/****************************************
 General and Finance Tab css Start here
****************************************/
/* Modern Toggle Radio Buttons */
.toggle-container {
    display: flex;
    justify-content: center;
    /* margin: 17px 0 0px 25px; */
    padding: 0px 15px;
    gap: 5px;
    /* position: absolute;
    top: 0; */
}

.toggle-label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}

.toggle-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-btn {
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* .toggle-label:first-child .toggle-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.toggle-label:last-child .toggle-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} */

.toggle-label input[type="radio"]:checked+.toggle-btn {
    background: #4f46e5;
    color: white;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0%);
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
    border: 1px solid #ececec;
}

/* Menu visibility control */
.gc-sidebar-menu .general-menu,
.gc-sidebar-menu .finance-menu {
    display: none !important;
}

.gc-sidebar-menu .general-menu.active,
.gc-sidebar-menu .finance-menu.active {
    display: flex !important;
}

/****************************************
 General and Finance Tab css End here
****************************************/
/***********************************
25 Dec Enrollment process css Start Here
****************************************/
.StudentDTtb {
    display: flex;
    align-items: center;
    gap: 5px;
}

.StudentDTtb img {
    width: 30px;
}

h6.STid {
    font-size: 13px;
    color: #2196f3;
    margin-bottom: 2px;
    font-weight: 400;
}

h5.STname {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.status-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.status-box .icon-box {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.status-box .icon-box.gray {
    background: #f0f0f0;
    color: #6c6c6c;
}

.status-box .icon-box.blue {
    background: #e6f0ff;
    color: #1e67ff;
}

.status-box .icon-box.green {
    background: #e8f9ee;
    color: #1fa55b;
}

.status-box .status-text {
    font-size: 13px;
    font-weight: 500;
}

.status-box .icon-box iconify-icon {
    font-size: 15px;
}

span.status-text.blue {
    color: #1e67ff;
}

span.status-text.green {
    color: #1fa55b;
}

.actions a iconify-icon {
    font-size: 18px;
}

.dudp__wrapper[data-theme="blue"] .dudp__calendar-header {
    background-color: #ff9800 !important;
}

.dudp__wrapper[data-theme="blue"] .dudp__calendar .dudp__cal-week .dudp__date.selected:before,
.dudp__wrapper[data-theme="blue"] .dudp__calendar .dudp__cal-week .dudp__date.range-from:before,
.dudp__wrapper[data-theme="blue"] .dudp__calendar .dudp__cal-week .dudp__date.range-to:before {
    background-color: #ff9800 !important;
}

.dudp__wrapper[data-theme="blue"] .dudp__buttons .dudp__button,
.dudp__wrapper[data-theme="blue"] .dudp__months-view .dudp__month.selected,
.dudp__wrapper[data-theme="blue"] .dudp__years-view .dudp__year.selected {
    color: #2196f3 !important;
}

.dcalendarpicker .dudp__calendar-header {
    color: #ffffff !important;
}

.FilterHeader {
    background: #fff;
    padding: 12px 20px;
    margin-left: 257px;
    margin-top: 0px;
    border: 1px solid #ececec;
}

.select2-container .select2-selection--single {
    height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    right: 7px;
}

.form-control {
    height: 38px !important;
}

.select2-results__option {
    font-size: 14px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
}

.form-control {
    font-size: 14px;
}

/***************************************
25 Dec Enrollment process css End Here
*************************************/
#toggle_btn {
    color: #1c1c1c;
    /* background: #f0f0f0; */
    box-shadow: none;
    /* height: 30px; */
    /* width: 30px; */
    font-size: 14px;
    /* top: 0; */
    /* left: 0; */
    z-index: 999999;
    margin-right: 0;
    border-right: 1px solid #ececec;
    border-radius: 0;
    padding-right: 14px !important;
}

/****************************************
Finanace Dashboard CSS Start Here 02 Dec 2025
*****************************************/
.finance-dashboard * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.finance-dashboard {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    /* background-color: hsl(0 0% 100%); */
    /* min-height: 100vh; */
    padding: 5px;
}

.finance-dashboard-header {
    margin-bottom: 1rem;
}

.finance-dashboard-title {
    font-size: 1.475rem;
    font-weight: 600;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.5rem;
}

.finance-dashboard-subtitle {
    color: hsl(220 9% 46%);
    font-size: 0.875rem;
}

.finance-dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.finance-dashboard-stat-card {
    background: hsl(0 0% 100%);
    border-radius: 0.5rem;
    padding: 1.5rem;
    border: 1px solid hsl(220 13% 91%);
}

.finance-dashboard-stat-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}

.finance-dashboard-stat-title {
    font-size: 0.875rem;
    color: hsl(220 9% 46%);
    font-weight: 500;
}

.finance-dashboard-stat-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.finance-dashboard-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.5rem;
}

.finance-dashboard-stat-trend {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.finance-dashboard-stat-trend.up {
    color: hsl(142 71% 45%);
}

.finance-dashboard-stat-trend.down {
    color: #e91e63;
}

.finance-dashboard-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 40px;
}

.finance-dashboard-card {
    background: hsl(0 0% 100%);
    border-radius: 0.5rem;
    padding: 0;
    border: 1px solid hsl(220 13% 91%);
}

div#recentTransactions,
#upcomingPayments,
#overdueStudents,
#pendingApprovalRequests {
    height: 480px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 10px;
}

.finance-dashboard-card-title {
    font-size: 1.06rem;
    font-weight: 500;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0;
    padding: 15px 15px 5px;
}

/* .finance-dashboard-card.overdue {
            border-left: 4px solid hsl(0 84% 60%);
        } */
.finance-dashboard-card.overdue .finance-dashboard-card-title {
    padding-bottom: 10px;
}

.finance-dashboard-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 12px;
    border-bottom: 1px solid hsl(220 13% 91%);
}

/* .finance-dashboard-list-item:last-child {
            border-bottom: none;
        } */

.finance-dashboard-list-left {
    flex: 1;
}

.finance-dashboard-list-name {
    font-weight: 500;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.25rem;
}

.finance-dashboard-list-meta {
    font-size: 0.875rem;
    color: hsl(220 9% 46%);
}

.finance-dashboard-list-meta-small {
    font-size: 0.75rem;
    color: hsl(220 9% 46%);
    margin-top: 0.25rem;
}

.finance-dashboard-list-meta.overdue {
    color: hsl(0 84% 60%);
}

.finance-dashboard-list-meta.warning {
    color: hsl(38 92% 50%);
}

.finance-dashboard-list-right {
    text-align: right;
}

.finance-dashboard-list-amount {
    font-weight: 600;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.25rem;
}

.finance-dashboard-list-amount.success {
    color: hsl(142 71% 45%);
}

.finance-dashboard-list-amount.warning {
    color: hsl(38 92% 50%);
}

.finance-dashboard-list-amount.danger {
    color: hsl(0 84% 60%);
}

.icon-dollar {
    background-color: hsl(217 91% 90%);
    color: hsl(217 91% 60%);
}

.icon-alert {
    background-color: hsl(38 92% 90%);
    color: hsl(38 92% 50%);
}

.icon-users {
    background-color: hsl(160 84% 90%);
    color: hsl(160 84% 39%);
}

.icon-trending {
    background-color: hsl(142 71% 90%);
    color: hsl(142 71% 45%);
}

/****************************************
Finanace Dashboard CSS End Here 02 Dec 2025
*****************************************/
/****************************************
Make Payment CSS Start Here 02 Dec 2025
*****************************************/

.mark-paid-btn {
    padding: 0 8px;
    background: #fff;
    font-size: 12px;
    height: 25px;
    border: 1px solid #d8d6d6;
    box-shadow: rgb(149 157 165 / 9%) 0px 8px 24px;
}

/* Modal backdrop & container */
.fin-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.36);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.fin-modal-backdrop.fin-show {
    display: flex;
}

.fin-modal-box {
    width: 320px;
    max-width: 94%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.fin-modal-image {
    width: 50px;
    height: 60px;
    object-fit: contain;
    margin: 2px auto 10px;
    display: block;
}

.fin-modal-title {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0;
    color: #0b1220;
}

.fin-modal-sub {
    color: #5b6b77;
    font-size: 14px;
    margin-bottom: 10px;
}

.fin-modal-row-info {
    font-size: 13px;
    color: #6b7785;
    margin-bottom: 16px;
}

.fin-modal-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.fin-modal-btn {
    padding: 8px 14px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    width: 50%;
}

.fin-modal-btn.cancel {
    background: transparent;
    border: 1px solid #e6e9ee;
    color: #253244;
}

.fin-modal-btn.confirm {
    background: #0d6efd;
    color: #fff;
}

table.dataTable td {
    padding: 8px 15px;
    border: none;
    /* border: 1px solid #ececec; */
    font-size: 13px;
}

.btn-close {
    font-size: 11px;
}

/* Minimal Toggle Radio Buttons - Pill Style */
.toggle-radio-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 15px;
    border-radius: 0;
    /* overflow: hidden; */
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    max-width: 100%;
    padding: 4px;
}

.toggle-radio-item {
    position: relative;
    flex: 1;
    min-width: 80px;
    /* Adjust for small size */
}

.toggle-radio-item input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.toggle-radio-item label {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6c757d;
    background: transparent;
    transition: all 0.2s ease;
    border-radius: 25px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.toggle-radio-item input[type="radio"]:checked+label {
    color: #4caf50;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #4caf50;
    font-weight: 600;
}

/* Hover effect */
.toggle-radio-item:hover label {
    background-color: rgba(13, 110, 253, 0.05);
}

/* Focus for accessibility */
.toggle-radio-item input[type="radio"]:focus+label {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

/* Responsive: Stack on very small screens if needed */
@media (max-width: 480px) {
    .toggle-radio-group {
        flex-wrap: wrap;
    }

    .toggle-radio-item {
        min-width: 50%;
    }
}

/* Block-scoped payment dashboard styles */
.payment-dashboard-cards {
    --card-bg: #fff;
    --card-radius: 12px;
    --card-padding: 16px;
    --shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 16px; */
    /* padding: 12px; */
    box-sizing: border-box;
    background: transparent;
    padding-bottom: 0px;
}

/* Layout: each column approximates a bootstrap col-md-3 */
/* .payment-dashboard-cards .col-md-3 {
      flex: 1 1 250px;
      max-width: 320px;
      box-sizing: border-box;
    } */

/* Card base */
.payment-dashboard-cards .payment-stat-card {
    background: var(--card-bg);
    border-radius: var(--card-radius);
    padding: 12px;
    /* box-shadow: var(--shadow); */
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    border: 1px solid rgb(16 24 40 / 8%);
    transition: transform 0.14s ease, box-shadow 0.14s ease;
    margin-bottom: 15px;
}

/* Make the entire anchor area clickable */
.payment-dashboard-cards a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.payment-dashboard-cards .payment-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: none;
}

/* icon wrapper - rounded rectangle */
.payment-dashboard-cards .card-icon-wrapper {
    width: 30px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.03),
            rgba(0, 0, 0, 0.01));
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.8);
}

/* Icon size */
.payment-dashboard-cards .card-icon {
    font-size: 20px;
    line-height: 1;
}

/* Content column */
.payment-dashboard-cards .card-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

/* Title */
.payment-dashboard-cards .title {
    font-size: 13px;
    color: #374151;
    /* gray-700 */
    font-weight: 600;
    letter-spacing: 0.1px;
}

/* Stats row aligns number and percentage */
.payment-dashboard-cards .stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Amount (big number) */
.payment-dashboard-cards .amount {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

/* Percentage pill */
.payment-dashboard-cards .percentage {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    /* min-width: 56px; */
    justify-content: center;
    background: transparent !important;
    color: #111827;
}

.payment-dashboard-cards .percentage .arrow {
    font-size: 11px;
    line-height: 1;
}

.payment-dashboard-cards .percentage .value {
    font-size: 12px;
}

/* Up / Down visual states */
.payment-dashboard-cards .percentage.up {
    background: rgba(16, 185, 129, 0.08);
    /* greenish bg */
    color: #059669;
}

.payment-dashboard-cards .percentage.up .arrow {
    color: #059669;
}

.payment-dashboard-cards .percentage.down {
    background: rgba(239, 68, 68, 0.08);
    /* red bg */
    color: #ef4444;
}

.payment-dashboard-cards .percentage.down .arrow {
    color: #ef4444;
}

/* Card type accents: adjust icon wrapper and small colour look */
.payment-dashboard-cards .payment-stat-card.total-card .card-icon-wrapper {
    background: linear-gradient(180deg,
            rgba(59, 130, 246, 0.12),
            rgba(59, 130, 246, 0.04));
}

.payment-dashboard-cards .payment-stat-card.total-card .card-icon {
    color: #2563eb;
}

.payment-dashboard-cards .payment-stat-card.cash-card .card-icon-wrapper {
    background: linear-gradient(180deg,
            rgba(250, 204, 21, 0.12),
            rgba(250, 204, 21, 0.04));
}

.payment-dashboard-cards .payment-stat-card.cash-card .card-icon {
    color: #b45309;
}

.payment-dashboard-cards .payment-stat-card.cheque-coll-card .card-icon-wrapper {
    background: linear-gradient(180deg,
            rgba(16, 185, 129, 0.12),
            rgba(16, 185, 129, 0.04));
}

.payment-dashboard-cards .payment-stat-card.cheque-coll-card .card-icon {
    color: #059669;
}

.payment-dashboard-cards .payment-stat-card.cheque-pend-card .card-icon-wrapper,
.payment-dashboard-cards .payment-stat-card.bank-pend-card .card-icon-wrapper {
    background: linear-gradient(180deg,
            rgba(249, 115, 22, 0.06),
            rgba(249, 115, 22, 0.02));
}

.payment-dashboard-cards .payment-stat-card.cheque-pend-card .card-icon,
.payment-dashboard-cards .payment-stat-card.bank-pend-card .card-icon {
    color: #ea580c;
}

.payment-dashboard-cards .payment-stat-card.bank-coll-card .card-icon-wrapper {
    background: linear-gradient(180deg,
            rgba(99, 102, 241, 0.08),
            rgba(99, 102, 241, 0.02));
}

.payment-dashboard-cards .payment-stat-card.bank-coll-card .card-icon {
    color: #6366f1;
}

.payment-dashboard-cards .payment-stat-card.scholarship-card .card-icon-wrapper {
    background: linear-gradient(180deg,
            rgba(156, 163, 175, 0.06),
            rgba(156, 163, 175, 0.02));
}

.payment-dashboard-cards .payment-stat-card.scholarship-card .card-icon {
    color: #4b5563;
}

/* small screens */
@media (max-width: 720px) {
    .payment-dashboard-cards .col-md-3 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .payment-dashboard-cards .payment-stat-card {
        padding: 12px;
        gap: 10px;
    }

    .payment-dashboard-cards .card-icon-wrapper {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .payment-dashboard-cards .amount {
        font-size: 20px;
    }
}

/****************************************
Make Payment CSS EndHere 02 Dec 2025
*****************************************/

/****************************************
Student Installment plan CSS Start Here 03 Dec 2025
*****************************************/
span.PerTitle {
    font-size: 11px;
    color: #000;
}

.fee-structure * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fee-structure {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    background-color: hsl(0 0% 100%);
    min-height: 100vh;
    padding: 2rem;
}

.fee-structure-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.fee-structure-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.5rem;
}

.fee-structure-subtitle {
    color: hsl(220 9% 46%);
    font-size: 0.875rem;
}

.fee-structure-btn-create {
    padding: 0.625rem 1.25rem;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
    background-color: #14b8a6;
    color: white;
    transition: all 0.2s;
}

.fee-structure-btn-create:hover {
    background-color: #0f766e;
}

.fee-structure-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto;
}

.fee-structure-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.fee-structure-modal-content {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 0.5rem;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    min-height: 500px;
}

.fee-structure-modal-header {
    flex-shrink: 0;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.fee-structure-modal-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0;
}

.fee-structure-modal-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #64748b;
    margin-left: auto;
}

.fee-structure-modal-close:hover {
    color: #0f172a;
}

.fee-structure-scrollable-.fee-structure * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fee-structure {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    background-color: hsl(0 0% 100%);
    min-height: 100vh;
    padding: 2rem;
}

.fee-structure-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.fee-structure-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.5rem;
}

.fee-structure-subtitle {
    color: hsl(220 9% 46%);
    font-size: 0.875rem;
}

.fee-structure-btn-create {
    padding: 0.625rem 1.25rem;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
    background-color: #14b8a6;
    color: white;
    transition: all 0.2s;
}

.fee-structure-btn-create:hover {
    background-color: #0f766e;
}

.fee-structure-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto;
}

.fee-structure-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.fee-structure-modal-content {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 0.5rem;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    min-height: 500px;
}

.fee-structure-modal-header {
    flex-shrink: 0;
    padding: 10px 10px 10px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.fee-structure-modal-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0f172a;
}

.fee-structure-modal-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #64748b;
}

.fee-structure-modal-close:hover {
    color: #0f172a;
}

.fee-structure-scrollable-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem 1.5rem 1.5rem;
}

.fee-structure-actions {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 10px;
    border-top: 1px solid hsl(220 13% 91%);
}

.fee-structure-actions .fee-structure-btn {
    font-size: 14px !important;
}

.fee-structure-form-group {
    margin-bottom: 1.5rem;
}

.fee-structure-label {
    display: block;
    font-weight: 500;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.fee-structure-input {
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid hsl(220 13% 91%);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: hsl(222.2 47% 11%);
    background: hsl(0 0% 100%);
}

.fee-structure-input:focus {
    outline: none;
    border-color: hsl(160 84% 39%);
    box-shadow: 0 0 0 3px hsla(160, 84%, 39%, 0.1);
}

.fee-structure-select {
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid hsl(220 13% 91%);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: hsl(222.2 47% 11%);
    background: hsl(0 0% 100%);
    cursor: pointer;
}

.fee-structure-radio-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.fee-structure-radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.fee-structure-radio-input {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    display: block !important;
}

.fee-structure-installments {
    margin-top: 1rem;
    padding: 1rem;
    background: hsl(0 0% 98%);
    border-radius: 0.375rem;
    border: 1px solid hsl(220 13% 91%);
}

.fee-structure-installments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.fee-structure-installment-item {
    display: grid;
    grid-template-columns: 1fr 1fr 0fr auto;
    gap: 1rem;
    margin-bottom: 0;
    align-items: self-start;
    background: hsl(0 0% 100%);
    border: 1px solid hsl(220 13% 91%);
    border-radius: 0.5rem;
    padding: 1rem;
    width: calc(50% - 5px);
}

.remove-installment-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: hsl(0 84% 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: all 0.2s;
}

.remove-installment-btn:hover {
    color: hsl(0 84% 50%);
    background-color: hsl(0 0% 95%);
}

.remove-installment-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fee-structure-btn {
    padding: 5px 10px;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.775rem;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.fee-structure-btn-primary {
    background-color: hsl(160 84% 39%);
    color: hsl(0 0% 100%);
}

.fee-structure-btn-primary:hover {
    background-color: hsl(160 84% 35%);
}

.fee-structure-btn-secondary {
    background-color: hsl(0 0% 100%);
    color: hsl(222.2 47% 11%);
    border: 1px solid hsl(220 13% 91%);
}

.fee-structure-btn-secondary:hover {
    background-color: hsl(0 0% 98%);
}

.fee-structure-btn-danger {
    background-color: hsl(0 84% 60%);
    color: hsl(0 0% 100%);
    padding: 0.5rem 1rem;
}

.fee-structure-btn-danger:hover {
    background-color: hsl(0 84% 55%);
}

.fee-structure-btn-add {
    background-color: hsl(142 71% 45%);
    color: hsl(0 0% 100%);
}

.fee-structure-btn-add:hover {
    background-color: hsl(142 71% 40%);
}

.fee-structure-summary {
    background: hsl(160 84% 95%);
    padding: 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    border: 1px solid hsl(160 84% 39%);
}

.fee-structure-summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.fee-structure-summary-item:last-child {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
    color: hsl(160 84% 39%);
}

.fee-structure-calculated-amount {
    font-size: 0.75rem;
    color: hsl(160 84% 39%);
    margin-top: 0.25rem;
}

@media (max-width: 1024px) {
    .fee-structure-installment-item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

/* New styles for installment previews */
.installment-preview {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 200px;
    overflow-y: auto;
}

.installment-preview-item {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding: 0.75rem;
    background: hsl(0 0% 100%);
    border: 1px solid hsl(220 13% 91%);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: hsl(222.2 47% 11%);
    flex-direction: column;
    width: calc(20% - 4px);
}

.installment-preview-label {
    font-weight: 500;
}

.installment-preview-details {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 0.25rem;
}

.installment-preview-amount {
    font-weight: 600;
    color: hsl(160 84% 39%);
}

.installment-preview-due {
    font-size: 0.75rem;
    color: hsl(220 9% 46%);
}

@media (max-width: 1024px) {
    .fee-structure-installment-item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .installment-preview-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .installment-preview-details {
        align-items: flex-start;
        width: 100%;
    }
}

#monthlyPreview,
#weeklyPreview {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.editWeeklyPreview,
.editMonthlyPreview {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

div#installmentsList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.editInstallmentsList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

h6.fee-structure-titlegg {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

h2.fee-structure-modal-title span {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}

/****************************************
Student Installment plan CSS End Here 03 Dec 2025
*****************************************/

/****************************************
Finance Student fee detail css strat here
*****************************************/

/* .student-portal {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background-color: hsl(0 0% 100%);
            min-height: 100vh;
            padding: 2rem;
        } */

.student-portal-header {
    background: linear-gradient(135deg,
            hsl(160 84% 39%) 0%,
            hsl(160 84% 35%) 100%);
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
    color: hsl(0 0% 100%);
}

.student-portal-welcome {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.student-portal-id {
    font-size: 0.875rem;
    opacity: 0.9;
}

.student-portal-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.student-portal-stat-card {
    background: hsl(0 0% 100%);
    border-radius: 0.5rem;
    padding: 1.1rem;
    border: 1px solid hsl(220 13% 91%);
}

.student-portal-stat-title {
    font-size: 0.875rem;
    color: hsl(220 9% 46%);
    font-weight: 500;
    margin-bottom: 0;
}

.student-portal-stat-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.5rem;
}

.student-portal-stat-subtitle {
    font-size: 0.875rem;
    color: hsl(220 9% 46%);
}

.student-portal-card {
    background: hsl(0 0% 100%);
    border-radius: 0.5rem;
    padding: 1.5rem;
    border: 1px solid hsl(220 13% 91%);
    margin-bottom: 1.5rem;
}

.student-portal-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(222.2 47% 11%);
    margin-bottom: 1rem;
}

.student-portal-fee-breakdown {
    display: grid;
    gap: 0.75rem;
}

.student-portal-fee-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: hsl(0 0% 98%);
    border-radius: 0.375rem;
}

.student-portal-fee-label {
    font-size: 0.875rem;
    color: hsl(222.2 47% 11%);
    font-weight: 500;
}

.student-portal-fee-amount {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(160 84% 39%);
}

.student-portal-installment {
    border: 1px solid hsl(220 13% 91%);
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.student-portal-installment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.student-portal-installment-number {
    font-weight: 600;
    color: hsl(222.2 47% 11%);
}

.student-portal-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.student-portal-badge-paid {
    background-color: hsl(142 71% 90%);
    color: hsl(142 71% 25%);
}

.student-portal-badge-pending {
    background-color: hsl(38 92% 90%);
    color: hsl(38 92% 30%);
}

.student-portal-badge-partial {
    background-color: #fff3e0;
    color: #ef6c00;
}

.student-portal-badge-overdue {
    background-color: hsl(0 84% 95%);
    color: hsl(0 84% 40%);
}

.student-portal-installment-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    font-size: 0.875rem;
}

.student-portal-detail-label {
    color: hsl(220 9% 46%);
    margin-bottom: 0.25rem;
}

.student-portal-detail-value {
    color: hsl(222.2 47% 11%);
    font-weight: 500;
}

.student-portal-btn {
    padding: 0.625rem 1.25rem;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    width: 100%;
    margin-top: 0.75rem;
}

.student-portal-btn-primary {
    background-color: hsl(160 84% 39%);
    color: hsl(0 0% 100%);
}

.student-portal-btn-primary:hover {
    background-color: hsl(160 84% 35%);
}

.student-portal-btn-secondary {
    background-color: hsl(0 0% 100%);
    color: hsl(222.2 47% 11%);
    border: 1px solid hsl(220 13% 91%);
}

.student-portal-btn-secondary:hover {
    background-color: hsl(0 0% 98%);
}

.student-portal-transaction-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 1px solid hsl(220 13% 91%);
}

.student-portal-transaction-item:last-child {
    border-bottom: none;
}

.student-portal-transaction-left {
    flex: 1;
}

.student-portal-transaction-title {
    font-weight: 500;
    color: hsl(222.2 47% 11%);
    margin-bottom: 0.25rem;
}

.student-portal-transaction-date {
    font-size: 0.875rem;
    color: hsl(220 9% 46%);
}

.student-portal-transaction-amount {
    font-weight: 600;
    color: hsl(142 71% 45%);
}

.student-portal-progress-bar {
    width: 100%;
    height: 12px;
    background-color: hsl(220 13% 91%);
    border-radius: 9999px;
    overflow: hidden;
    margin-top: 1rem;
}

.student-portal-progress-fill {
    height: 100%;
    background: linear-gradient(90deg,
            hsl(160 84% 39%) 0%,
            hsl(142 71% 45%) 100%);
    transition: width 0.3s ease;
}

@media (max-width: 768px) {
    .student-portal-installment-details {
        grid-template-columns: 1fr;
    }
}

.InnerMainCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iconBox {
    background: #f5f7f8;
    border-radius: 50px;
    padding: 7px;
    border: 1px solid #ececec;
}

.iconBox .stat-icon {
    padding: 0;
    background: transparent;
    border-radius: 0 !important;
    width: 20px;
    height: 20px;
}

/* Ensure Toastify is visible above everything */
.toastify {
    z-index: 9999999 !important;
}

.student-portal-btn-primary {
    min-width: 150px;
    /* Keeps width stable */
    text-align: center;
}

.student-portal-btn-primary:disabled {
    background: #cbd5e1 !important;
    /* light gray */
    color: #475569 !important;
    /* darker gray text */
    cursor: not-allowed !important;
    box-shadow: none !important;
    opacity: 0.7;
}

.fIlterCmnButton {
    background: #ffffff !important;
    padding: 4px 10px !important;
    display: flex !important;
    align-items: center;
    /* border: 1px solid #e1e5e7 !important; */
    color: #000 !important;
    border-radius: 6px !important;
    border: 1px solid #d8d6d6 !important;
    box-shadow: rgb(149 157 165 / 9%) 0px 8px 24px;
    font-size: 14px !important;
}

.feather-icon>svg,
.svg-icon>svg {
    height: 1em;
    width: 1em;
}

.btn {
    padding: 4px 10px;
}

.filterActions {
    display: flex;
    gap: 12px;
    margin-top: 0;
    justify-content: flex-end;
}

.filterActions a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.filterActions a iconify-icon {
    font-size: 16px;
}

/* Apply Filter (Success / Green) */
.ApplyFilterBtn {
    background-color: #4caf50;
    border: 1px solid #4caf50;
}

.ApplyFilterBtn:hover {
    background-color: #09a8b4;
    transform: translateY(-2px);
    opacity: 0.95;
    color: #fff;
}

/* Clear Filter (Danger / Red) */
.ClearFilterBtn {
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    color: #000 !important;
}

.ClearFilterBtn:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    opacity: 0.95;
    color: #000 !important;
}

.dateinput_icon {
    position: absolute;
    right: 12px;
    top: 38px;
    font-size: 14px;
}

.filterdropDownCustom .dropdown-toggle::after {
    display: none;
}

.RightSideMOffcanvas.globalFilterModal .offcanvas.offcanvas-end {
    width: 550px;
    height: 95vh;
    top: 15px;
    right: 10px;
    border-radius: 10px;
}

.AppointmentModal button.btn-close {
    background: #e9e9e9;
    display: flex;
}

.transactions-badge {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.transactions-badge-outline {
    border: 1px solid hsl(220 13% 91%);
    background: hsl(0 0% 100%);
    color: hsl(220 9% 46%);
}

/****************************************
Finance Student fee detail css End here
*****************************************/

/****************************************
Unified Admin Sidebar UI Start here
Keep all updated sidebar design rules in this single block.
*****************************************/
.gc-admin-sidebar {
    background: #f8f8f8;
    border-right: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
}

.gc-admin-sidebar .sidebar-inner {
    background: transparent;
}

.gc-sidebar-menu {
    padding: 12px 10px 22px;
}

.gc-sidebar-menu .header-left {
    margin-bottom: 12px;
    padding: 0 4px;
    background: transparent;
}

.gc-sidebar-menu .nav_menu {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gc-sidebar-menu .menu-title {
    margin: 10px 8px 2px;
    padding: 0;
    color: #9a948b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gc-sidebar-menu .menu-title span {
    color: inherit;
}

.gc-sidebar-menu>ul>li,
.gc-sidebar-menu .nav_menu>li {
    margin-bottom: 0;
}

.gc-sidebar-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 10px;
    color: #4f4b58;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    background: transparent;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.gc-sidebar-menu li a:hover,
.gc-sidebar-menu>ul>li>a:hover,
.gc-sidebar-menu .nav_menu>li>a:hover {
    background: #ececec;
    color: #000000;
}

.gc-sidebar-menu li.active>a,
.gc-sidebar-menu li>a.subdrop,
.gc-sidebar-menu li.active>a:hover {
    background: linear-gradient(58.28deg, #7fd288 -14.11%, #3db88b 80.9%);
    color: #ffffff;
    border-radius: 10px;
}

.gc-sidebar-menu li.active>a:hover,
.gc-sidebar-menu li>a.subdrop:hover {
    background: linear-gradient(58.28deg, #8cdb94 -14.11%, #4dc796 80.9%);
    color: #ffffff;
}

.gc-sidebar-menu li.active>a::before {
    display: none;
}

.gc-sidebar-menu li a i,
.gc-sidebar-menu li a iconify-icon,
.gc-sidebar-menu li a svg {
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    font-size: 18px;
    color: #585273;
}

.gc-sidebar-menu li a:hover i,
.gc-sidebar-menu li a:hover iconify-icon,
.gc-sidebar-menu li a:hover svg,
.gc-sidebar-menu li a:hover span:not(.menu-arrow) {
    color: #000000;
}

.gc-sidebar-menu li.active>a:hover i,
.gc-sidebar-menu li.active>a:hover iconify-icon,
.gc-sidebar-menu li.active>a:hover svg,
.gc-sidebar-menu li.active>a:hover span:not(.menu-arrow),
.gc-sidebar-menu li.active>a:hover .menu-arrow::before,
.gc-sidebar-menu li>a.subdrop:hover i,
.gc-sidebar-menu li>a.subdrop:hover iconify-icon,
.gc-sidebar-menu li>a.subdrop:hover svg,
.gc-sidebar-menu li>a.subdrop:hover span:not(.menu-arrow),
.gc-sidebar-menu li>a.subdrop:hover .menu-arrow::before {
    color: #ffffff;
}

.gc-sidebar-menu li.active>a i,
.gc-sidebar-menu li.active>a iconify-icon,
.gc-sidebar-menu li.active>a svg,
.gc-sidebar-menu li>a.subdrop i,
.gc-sidebar-menu li>a.subdrop iconify-icon,
.gc-sidebar-menu li>a.subdrop svg {
    color: #ffffff;
}

.gc-sidebar-menu li a span:not(.menu-arrow) {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
}

.gc-sidebar-menu .submenu>a {
    display: flex;
    align-items: center;
}

.gc-sidebar-menu .menu-arrow {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    line-height: 1;
    transform: none !important;
    transition: none !important;
}

.gc-sidebar-menu li a.subdrop .menu-arrow,
.gc-sidebar-menu li.submenu.active>a .menu-arrow {
    transform: none !important;
    -webkit-transform: none !important;
}

.gc-sidebar-menu .menu-arrow::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 12px;
    color: #6d6d6d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: 1;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease !important;
}

.gc-sidebar-menu .submenu>a.subdrop .menu-arrow::before,
.gc-sidebar-menu li.submenu.active>a .menu-arrow::before {
    content: "\f105" !important;
    transform: rotate(90deg) !important;
    color: #ffffff;
    position: relative !important;
    top: 0px !important;
}

.gc-sidebar-menu .submenu>a:hover .menu-arrow::before {
    color: #000000;
}

.gc-sidebar-menu ul ul {
    position: relative;
    margin: 2px 0 4px 18px;
    padding: 2px 0 2px 18px;
    display: none;
    overflow: hidden;
}

.gc-sidebar-menu ul ul::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 6px;
    left: 6px;
    width: 1px;
    background: #d7d2df;
}

.gc-sidebar-menu ul ul li {
    position: relative;
    margin-bottom: 1px;
}

.gc-sidebar-menu ul ul li:last-child {
    margin-bottom: 0;
}

.gc-sidebar-menu ul ul li::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -11px;
    width: 10px;
    height: 1px;
    background: #d7d2df;
}

.gc-sidebar-menu ul ul a {
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #7b7487;
    background: transparent;
}

.gc-sidebar-menu li.active ul li>a {
    margin: 0;
    background: transparent;
}

.gc-sidebar-menu li.active ul li.active>a,
.gc-sidebar-menu ul ul li>a.active,
.gc-sidebar-menu ul ul li>a:hover {
    background: #efeff2;
    color: #191919;
    padding: 7px 11px 5px;
    border-radius: 6px;
}

.gc-sidebar-menu li.active ul li>a::before,
.gc-sidebar-menu ul ul a::before {
    display: none;
}

.gc-sidebar-menu .general-menu,
.gc-sidebar-menu .finance-menu {
    gap: 2px;
}

@media (max-width: 991.98px) {
    .gc-admin-sidebar {
        border-radius: 0;
    }

    .gc-sidebar-menu {
        padding: 10px 8px 18px;
    }

    .gc-sidebar-menu li a {
        min-height: 32px;
        padding: 7px 10px;
    }
}

/****************************************
Unified Admin Sidebar UI End here
*****************************************/

/****************************************
Updated Admin Header UI Start here
Keep logo area untouched. This block styles only the header content area.
*****************************************/
.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    min-height: 59px;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
    box-shadow: none !important;
}

.header .header-left {
    height: 59px;
    width: 220px;
    padding: 0 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f8f8f8;
    box-shadow: none;
    flex: 0 0 220px;
}

.header .header-left .logo img {
    max-height: 35px;
    width: auto;
}

#toggle_btn {
    display: none;
}

.gc-header-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 8px;
    background: #dddddd6b;
    color: #1d2939;
    text-decoration: none;
    flex: 0 0 38px;
    transition: all 0.2s ease;
}

.gc-header-toggle-btn:hover,
.gc-header-toggle-btn:focus {
    color: #0f172a;
    border-color: #cfd9d1;
    background: #f8fbf9;
}

.gc-header-toggle-btn iconify-icon {
    font-size: 18px;
}

.gc-header-main {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-left: 0;
    min-height: 59px;
    padding: 10px 20px 10px 16px;
}

.gc-header-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1 1 auto;
}

.gc-header-page-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gc-header-page-title {
    margin: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.gc-header-page-subtitle {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.gc-header-title-wrap .gc-header-search {
    flex: 0 0 248px;
}

.gc-header-nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.gc-header-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #e2e8e3;
    border-radius: 9px;
    background: #ffffff;
    color: #475467;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
        opacity 0.2s ease;
}

.gc-header-nav-btn iconify-icon {
    font-size: 16px;
}

.gc-header-nav-btn:hover:not(:disabled),
.gc-header-nav-btn:focus-visible:not(:disabled) {
    background: #f8fbf9;
    color: #111827;
    border-color: #cfd9d1;
    outline: none;
}

.gc-header-nav-btn:disabled,
.gc-header-nav-btn.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.gc-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 1 auto;
}

.gc-header-main .toggle-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.gc-system-toggle-label {
    color: #1f2937;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.gc-system-toggle-label small {
    display: block;
    margin-top: 2px;
    color: #667085;
    font-size: 10px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

.gc-header-main .toggle-label {
    margin: 0;
}

.gc-header-main .toggle-label input[type="radio"] {
    display: none;
}

.gc-header-main .toggle-btn {
    min-width: 120px;
    padding: 10px 10px;
    border: 1px solid #dfe7e1;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #475467;
    background: #ffffff;
    line-height: 1.1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.gc-header-main .toggle-btn iconify-icon {
    font-size: 15px;
}

.gc-header-main .toggle-label input[type="radio"]:checked+.toggle-btn {
    border-color: #0d7c43;
    background: linear-gradient(135deg, #0f8c4a 0%, #0a6c39 100%);
    color: #ffffff;
    box-shadow: none !important;
}

.gc-header-search {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 248px;
    width: 248px;
    height: 36px;
    padding: 0 54px 0 36px;
    border: 1px solid #e4e7ec;
    border-radius: 5px;
    background: #f8fafc;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.gc-header-search>iconify-icon {
    position: absolute;
    left: 12px;
    font-size: 15px;
    color: #98a2b3;
}

.gc-header-search-input {
    width: 100%;
    border: 0;
    padding: 0;
    color: #344054;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
}

.gc-header-search-input:focus {
    outline: none;
    box-shadow: none;
}

.gc-header-search:focus-within,
.gc-header-search.is-open {
    border-color: #d0d5dd;
    background: #ffffff;
}

.gc-header-search-input::placeholder {
    color: #98a2b3;
}

.gc-header-search-shortcut {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 22px;
    padding: 0 6px;
    border: 1px solid #eaecf0;
    border-radius: 7px;
    background: #ffffff;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    pointer-events: none;
}

.gc-search-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 320px;
    max-height: 520px;
    padding: 10px 0;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 1200;
}

.gc-header-search.is-open .gc-search-panel,
.gc-header-search:focus-within .gc-search-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gc-search-results {
    max-height: 500px;
    overflow-y: auto;
    padding: 0 8px;
}

.gc-search-results::-webkit-scrollbar {
    width: 5px;
}

.gc-search-results::-webkit-scrollbar-thumb {
    background: #d0d5dd;
    border-radius: 999px;
}

.gc-search-group+.gc-search-group {
    margin-top: 8px;
}

.gc-search-group-title {
    padding: 0 12px 8px;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gc-search-group-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gc-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #344054;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.gc-search-item:hover,
.gc-search-item:focus,
.gc-search-item.is-active {
    background: #f3f6f9;
    color: #000000;
    text-decoration: none;
}

.gc-search-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    color: currentColor;
}

.gc-search-item-icon i,
.gc-search-item-icon iconify-icon,
.gc-search-item-icon svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: currentColor;
}

.gc-search-item-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gc-search-item-label {
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.gc-search-item-meta {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}

.gc-search-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 180px;
    color: #98a2b3;
    text-align: center;
}

.gc-search-empty iconify-icon {
    position: static;
    font-size: 20px;
    color: currentColor;
}

.gc-search-empty p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.gc-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.gc-header-actions .nav-item {
    margin: 0 !important;
}

.gc-header-mobile-search {
    display: none;
}

.gc-header-icon-link,
.gc-header-actions .header-nav-list,
.gc-header-actions .new-user-menus>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e2e8e3;
    border-radius: 9px;
    background: #ffffff;
    color: #475467;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gc-header-icon-link:hover,
.gc-header-actions .header-nav-list:hover,
.gc-header-actions .new-user-menus>a:hover {
    background: #f8fbf9;
    color: #111827;
    border-color: #cfd9d1;
}

.gc-header-icon-link iconify-icon {
    font-size: 15px;
    color: currentColor;
}

.gc-header-actions .header-nav-list {
    position: relative;
}

.gc-header-count {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f04438;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.gc-header-forum-count.d-none {
    display: none !important;
}

.gc-header-actions .new-user-menus>a {
    min-width: 0;
    padding: 3px 8px 3px 4px;
    white-space: nowrap;
    border: none;
}

.gc-header-actions .user-img {
    display: inline-flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}

.gc-header-actions .user-img .rounded-circle {
    width: 35px;
    height: 35px;
    object-fit: cover;
    flex: 0 0 24px;
}

.gc-header-actions .user-text {
    min-width: 0;
    white-space: nowrap;
}

.gc-header-actions .user-text h6 {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.05;
    white-space: nowrap;
}

.gc-header-actions .user-text p {
    margin: 0;
    font-size: 9px;
    color: #7a7a7a !important;
    line-height: 1.05;
    white-space: nowrap;
}

.gc-header-actions .new-user-menus .dropdown-toggle::after {
    margin-left: 6px;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .header {
        padding: 10px 14px;
        gap: 12px;
    }

    .gc-header-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        min-height: auto;
        padding: 0;
    }

    .gc-header-title-wrap,
    .gc-header-tools {
        width: 100%;
    }

    .gc-header-title-wrap {
        flex-wrap: wrap;
    }

    .gc-header-page-copy {
        flex: 1 1 100%;
    }

    .gc-header-tools {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .gc-header-main .toggle-container {
        width: 100%;
        flex-wrap: wrap;
    }

    .gc-system-toggle-label {
        width: 100%;
    }

    .gc-header-main .toggle-btn {
        min-width: 148px;
        padding: 8px 12px;
    }

    .gc-header-actions .new-user-menus .user-text {
        display: none;
    }

    .gc-header-search {
        flex: 1 1 220px;
        width: auto;
        min-width: 220px;
    }

    .gc-header-icon-link,
    .gc-header-actions .header-nav-list,
    .gc-header-actions .new-user-menus>a {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .gc-header-search {
        display: none;
    }

    .gc-header-mobile-search {
        display: block;
    }

    .gc-header-actions {
        gap: 6px;
    }

    .gc-header-main .toggle-btn {
        min-width: 138px;
    }
}

/****************************************
Updated Admin Header UI End here
*****************************************/

/****************************************
Updated Profile Dropdown UI Start here
Scoped only to the header profile dropdown.
*****************************************/
.gc-profile-dropdown {
    min-width: 228px;
    margin-top: 2px !important;
    padding: 8px 0 10px;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none !important;
    overflow: hidden;
}

.gc-profile-dropdown .user-header {
    display: flex;
    align-items: center !important;
    gap: 10px;
    margin: 0 12px 8px;
    padding: 6px 0 10px;
    border-bottom: 1px solid #f0f0f0;
}

.gc-profile-dropdown .avatar.avatar-sm {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.gc-profile-dropdown .user-header .avatar.avatar-sm img.avatar-img.rounded-circle {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
}

.gc-profile-dropdown .user-header .user-text {
    margin: 0;
    min-width: 0;
}

.gc-profile-dropdown .user-header .user-text h6 {
    margin: 0 0 2px !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #24262b;
}

.gc-profile-dropdown .user-header .user-text p {
    margin: 0 !important;
    font-size: 12px;
    line-height: 1.3;
    color: #949aa6 !important;
}

.gc-profile-dropdown .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 12px;
    padding: 10px 8px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #606775;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: auto !important;
}

.gc-profile-dropdown .dropdown-item+.dropdown-item {
    margin-top: 1px;
}

.gc-profile-dropdown .dropdown-item:hover,
.gc-profile-dropdown .dropdown-item:focus {
    background: #f6f7f8;
    color: #2a2e35;
}

.gc-profile-dropdown .dropdown-item::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #818898;
}

.gc-profile-dropdown .dropdown-item[href*="my-profile"]::before {
    content: "\f007";
    display: none;
}

.gc-profile-dropdown .dropdown-item[href*="logout"]::before {
    content: "\f2f5";
    display: none;
}

.gc-profile-dropdown .dropdown-item[href*="logout"] {
    margin-top: 0;
    padding-top: 8px !important;
    border-top: none;
    border-radius: 0;
    color: #5f6674;
    border-radius: 10px !important;
}

.gc-profile-dropdown .dropdown-item[href*="logout"]:hover,
.gc-profile-dropdown .dropdown-item[href*="logout"]:focus {
    background: #f6f7f8;
    color: #2a2e35;
}

.gc-profile-dropdown .dropdown-item[href*="logout"]::before {
    color: #818898;
}

/****************************************
Updated Profile Dropdown UI End here
*****************************************/

/****************************************
Admin Dashboard V5 UI Start here
Dashboard-specific styles only. Flat, minimal, no box-shadow.
*****************************************/
.gce-dashboard-v5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gce-v5-top-panels {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.gce-v5-top-panels .gce-v5-snapshot-panel {
    order: 1;
}

.gce-v5-top-panels .gce-v5-priority-alerts {
    order: 2;
}

.gce-v5-priority-alerts {
    padding: 12px 14px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    background: #ffffff;
    margin-bottom: 5px;
}

.gce-v5-priority-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.gce-v5-priority-head h4 {
    margin: 0;
    color: #dc2626;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.gce-v5-priority-head h4 span {
    text-transform: none;
    font-size: 11px;
    font-weight: 700;
}

.gce-v5-priority-head a {
    color: #3456d1;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.gce-v5-priority-head a:hover {
    color: #1f3fb1;
}

.gce-v5-priority-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gce-v5-priority-card {
    display: grid;
    grid-template-columns: 30px 18px minmax(0, 1fr);
    align-content: start;
    gap: 9px 10px;
    min-height: 136px;
    padding: 12px 14px;
    border: 1px solid #f0e5e5;
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

.gce-v5-priority-card:hover {
    border-color: inherit;
    text-decoration: none;
}

.gce-v5-priority-card.tone-danger {
    background: linear-gradient(180deg, #fff8f8 0%, #fff5f5 100%);
    border-color: #ffdede;
}

.gce-v5-priority-card.tone-warning {
    background: linear-gradient(180deg, #fffaf2 0%, #fff7ed 100%);
    border-color: #ffe5be;
}

.gce-v5-priority-card.tone-amber {
    background: linear-gradient(180deg, #fffdf4 0%, #fffbeb 100%);
    border-color: #f8e7a6;
}

.gce-v5-priority-card.tone-success {
    background: linear-gradient(180deg, #f5fcf7 0%, #f1faf4 100%);
    border-color: #d8efdc;
}

.gce-v5-priority-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.gce-v5-priority-card.tone-danger .gce-v5-priority-icon {
    background: #ef2323;
}

.gce-v5-priority-card.tone-warning .gce-v5-priority-icon {
    background: #ff7a00;
}

.gce-v5-priority-card.tone-amber .gce-v5-priority-icon {
    background: #f4b400;
}

.gce-v5-priority-card.tone-success .gce-v5-priority-icon {
    background: #0f9f4c;
}

.gce-v5-priority-icon iconify-icon {
    font-size: 15px;
}

.gce-v5-priority-count {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.gce-v5-priority-card.tone-danger .gce-v5-priority-count {
    color: #dc2626;
}

.gce-v5-priority-card.tone-warning .gce-v5-priority-count {
    color: #f97316;
}

.gce-v5-priority-card.tone-amber .gce-v5-priority-count {
    color: #111827;
}

.gce-v5-priority-card.tone-success .gce-v5-priority-count {
    color: #0f9f4c;
}

.gce-v5-priority-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    grid-column: 1 / -1;
}

.gce-v5-priority-copy strong {
    color: #202427;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.gce-v5-priority-copy span {
    color: #616b78;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

.gce-v5-priority-link {
    color: #3456d1;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    grid-column: 1 / -1;
    align-self: end;
    margin-top: auto;
}

.gce-v5-snapshot-panel {
    padding: 12px 14px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    background: #ffffff;
    margin-bottom: 5px;
}

.gce-v5-snapshot-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.gce-v5-snapshot-head h4 {
    margin: 0;
    color: #166534;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.gce-v5-snapshot-head h4 span {
    text-transform: none;
    font-size: 11px;
    font-weight: 700;
}

.gce-v5-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gce-v5-snapshot-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 138px;
    padding: 14px 12px;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    background: #fefefe;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

.gce-v5-snapshot-card:hover {
    text-decoration: none;
    border-color: #dfe5ea;
    background: #ffffff;
}

.gce-v5-snapshot-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.gce-v5-snapshot-card.tone-success .gce-v5-snapshot-icon {
    background: #0f9f4c;
}

.gce-v5-snapshot-card.tone-sky .gce-v5-snapshot-icon {
    background: #2563eb;
}

.gce-v5-snapshot-card.tone-blue .gce-v5-snapshot-icon {
    background: #2563eb;
}

.gce-v5-snapshot-card.tone-amber .gce-v5-snapshot-icon {
    background: #f97316;
}

.gce-v5-snapshot-icon iconify-icon {
    font-size: 16px;
}

.gce-v5-snapshot-value {
    margin-bottom: 6px;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.05;
    /* letter-spacing: -0.03em; */
}

.gce-v5-snapshot-title {
    margin-bottom: 6px;
    color: #202427;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
}

.gce-v5-snapshot-subtitle {
    color: #667085;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.gce-v5-snapshot-subtitle.has-trend {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.gce-v5-snapshot-subtitle.has-trend iconify-icon {
    font-size: 12px;
    flex: 0 0 auto;
}

.gce-v5-snapshot-card.tone-success .gce-v5-snapshot-subtitle {
    color: #15803d;
}

.gce-v5-snapshot-card.tone-blue .gce-v5-snapshot-subtitle {
    color: #15803d;
}

.gce-v5-funnel-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 1.12fr) minmax(0, 0.92fr);
    gap: 10px;
    margin-bottom: 6px;
}

.gce-v5-funnel-card,
.gce-v5-clinical-card,
.gce-v5-risk-card {
    padding: 12px 14px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    background: #ffffff;
}

.gce-v5-funnel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.gce-v5-funnel-head h4 {
    margin: 0;
    color: #166534;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.gce-v5-funnel-head h4 span {
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
}

.gce-v5-funnel-head a {
    color: #3456d1;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.gce-v5-funnel-head a:hover {
    color: #1f3fb1;
}

.gce-v5-funnel-body {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.gce-v5-funnel-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: 190px;
    min-height: 176px;
    padding: 6px 0;
}

.gce-v5-funnel-chart {
    width: 160px;
    height: 176px;
}

.gce-v5-funnel-metrics {
    display: grid;
    min-width: 0;
}

.gce-v5-funnel-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f2;
}

.gce-v5-funnel-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gce-v5-funnel-row span {
    color: #202427;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.gce-v5-funnel-row strong {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.gce-v5-funnel-row small {
    grid-column: 2;
    color: #15803d;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-self: end;
}

.gce-v5-funnel-row small iconify-icon {
    font-size: 12px;
}

.gce-v5-clinical-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gce-v5-clinical-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 144px;
    padding: 14px 14px 12px;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    background: #fefefe;
    text-decoration: none;
}

.gce-v5-clinical-item:hover {
    text-decoration: none;
    border-color: #dfe5ea;
    background: #ffffff;
}

.gce-v5-clinical-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gce-v5-clinical-item.tone-green .gce-v5-clinical-icon {
    color: #0f9f4c;
    background: #eaf8ee;
}

.gce-v5-clinical-item.tone-blue .gce-v5-clinical-icon {
    color: #2563eb;
    background: #ebf2ff;
}

.gce-v5-clinical-item.tone-violet .gce-v5-clinical-icon {
    color: #7c3aed;
    background: #f3ebff;
}

.gce-v5-clinical-icon iconify-icon {
    font-size: 17px;
}

.gce-v5-clinical-value {
    margin-bottom: 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.gce-v5-clinical-title {
    margin-bottom: 6px;
    color: #202427;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.gce-v5-clinical-subtitle {
    color: #667085;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.gce-v5-risk-list {
    display: grid;
}

.gce-v5-risk-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #edf0f2;
    text-decoration: none;
}

.gce-v5-risk-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gce-v5-risk-row:hover {
    text-decoration: none;
}

.gce-v5-risk-copy {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gce-v5-risk-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gce-v5-risk-row.tone-danger .gce-v5-risk-icon {
    color: #dc2626;
    background: #fff1f1;
}

.gce-v5-risk-row.tone-warning .gce-v5-risk-icon {
    color: #f97316;
    background: #fff4ea;
}

.gce-v5-risk-row.tone-amber .gce-v5-risk-icon {
    color: #d97706;
    background: #fff7e7;
}

.gce-v5-risk-row.tone-blue .gce-v5-risk-icon {
    color: #2563eb;
    background: #edf3ff;
}

.gce-v5-risk-icon iconify-icon {
    font-size: 13px;
}

.gce-v5-risk-copy span {
    color: #202427;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}

.gce-v5-risk-row strong {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.gce-v5-at-glance {
    /* padding: 12px 14px 14px; */
    /* border: 1px solid #eef1f4; */
    /* border-radius: 16px; */
    /* background: #ffffff; */
}

.gce-v5-at-glance-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.gce-v5-at-glance-head h4 {
    margin: 0;
    color: #3456d1;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.gce-v5-at-glance-head h4 span {
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
}

.gce-v5-at-glance-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 16px;
    align-items: stretch;
}

.gce-v5-at-glance-panel,
.gce-v5-at-glance-overview {
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    background: #ffffff;
}

.gce-v5-at-glance-panel {
    padding: 16px;
    margin-bottom: 16px;
}

.gce-v5-at-glance-panel-full {
    width: 100%;
}

.gce-v5-at-glance-panel-head,
.gce-v5-at-glance-overview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.gce-v5-at-glance-panel-head h5,
.gce-v5-at-glance-overview-head h5 {
    margin: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.gce-v5-at-glance-panel-head span,
.gce-v5-at-glance-overview-head p {
    margin: 6px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.gce-v5-at-glance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gce-v5-at-glance-grid-full {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gce-v5-at-glance-grid-secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gce-v5-at-glance-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 80px;
    padding: 11px;
    border: 1px solid #edf1f5;
    border-radius: 12px;
    background: #ffffff;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

.gce-v5-at-glance-card:hover {
    border-color: #dbe4ee;
    background: #fcfdff;
    text-decoration: none;
}

.gce-v5-at-glance-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
}

.gce-v5-at-glance-copy span {
    color: #66737d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.gce-v5-at-glance-copy strong {
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.gce-v5-at-glance-copy small {
    color: #16a34a;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.gce-v5-at-glance-copy small.is-link {
    color: #3456d1;
    font-weight: 700;
}

.gce-v5-at-glance-copy small.is-trend iconify-icon {
    font-size: 12px;
    flex-shrink: 0;
}

.gce-v5-at-glance-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gce-v5-at-glance-icon iconify-icon {
    font-size: 22px;
}

.gce-v5-at-glance-card.tone-indigo .gce-v5-at-glance-icon {
    color: #2848d8;
    background: #eef2ff;
}

.gce-v5-at-glance-card.tone-green .gce-v5-at-glance-icon {
    color: #15803d;
    background: #eaf7ee;
}

.gce-v5-at-glance-card.tone-teal .gce-v5-at-glance-icon {
    color: #0f9d8a;
    background: #e8fbf6;
}

.gce-v5-at-glance-card.tone-red .gce-v5-at-glance-icon {
    color: #dc2626;
    background: #feefef;
}

.gce-v5-at-glance-card.tone-violet .gce-v5-at-glance-icon {
    color: #7c3aed;
    background: #f3e8ff;
}

.gce-v5-at-glance-card.tone-sky .gce-v5-at-glance-icon {
    color: #2563eb;
    background: #eaf2ff;
}

.gce-v5-at-glance-card.tone-lime .gce-v5-at-glance-icon {
    color: #65a30d;
    background: #eff8db;
}

.gce-v5-at-glance-card.tone-rose .gce-v5-at-glance-icon {
    color: #e11d48;
    background: #ffeaf0;
}

.gce-v5-at-glance-card.tone-amber .gce-v5-at-glance-icon {
    color: #d97706;
    background: #fff2e2;
}

.gce-v5-at-glance-card.tone-cyan .gce-v5-at-glance-icon {
    color: #0891b2;
    background: #e6fafe;
}

.gce-v5-at-glance-card.tone-slate .gce-v5-at-glance-icon {
    color: #475569;
    background: #f1f5f9;
}

.gce-v5-at-glance-actions {
    padding: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    background: linear-gradient(180deg, #fcfefd 0%, #f8fbf9 100%);
}

.gce-v5-at-glance-actions-full {
    width: 100%;
    margin-bottom: 16px;
}

.gce-v5-at-glance-actions-head {
    margin-bottom: 10px;
}

.gce-v5-at-glance-actions-head h5 {
    margin: 0;
    color: #0b8f58;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.gce-v5-at-glance-actions-head h5 span {
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

.gce-v5-at-glance-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gce-v5-at-glance-actions-grid-full {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gce-v5-at-glance-action-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.gce-v5-at-glance-action-card:hover {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.gce-v5-at-glance-action-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.gce-v5-at-glance-action-icon iconify-icon {
    font-size: 18px;
}

.gce-v5-at-glance-action-copy {
    min-width: 0;
}

.gce-v5-at-glance-action-copy strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.gce-v5-at-glance-action-copy span {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
}

.gce-v5-at-glance-action-card.tone-green {
    background: linear-gradient(135deg, #049a4f 0%, #0b7f46 100%);
}

.gce-v5-at-glance-action-card.tone-blue {
    background: linear-gradient(135deg, #1d64f2 0%, #1c49d8 100%);
}

.gce-v5-at-glance-action-card.tone-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
}

.gce-v5-at-glance-action-card.tone-teal {
    background: linear-gradient(135deg, #0ea5b7 0%, #0f8c9c 100%);
}

.gce-v5-at-glance-overview {
    padding: 18px 18px 16px;
}

.gce-v5-at-glance-overview-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ff5b2e;
    background: #fff1eb;
}

.gce-v5-at-glance-overview-icon iconify-icon {
    font-size: 20px;
}


.gce-v5-hero,
.gce-v5-kpi,
.gce-v5-panel,
.gce-v5-live-panel {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none !important;
}

.gce-v5-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    min-height: 90px;
    position: relative;
    overflow: hidden;
    border-color: rgba(98, 88, 232, 0.16);
    background: linear-gradient(90deg, #11793e 0%, #15855c 52%, #107a3f 100%);
    border-radius: 16px;
}

.gce-v5-hero::before,
.gce-v5-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    pointer-events: none;
}

.gce-v5-hero::before {
    width: 150px;
    height: 150px;
    right: 92px;
    top: -82px;
}

.gce-v5-hero::after {
    width: 104px;
    height: 104px;
    right: -18px;
    bottom: -34px;
}

.gce-v5-eyebrow,
.gce-v5-panel-tag {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #788476;
}

.gce-v5-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.11);
}

.gce-v5-eyebrow iconify-icon {
    font-size: 14px;
}

.gce-v5-hero-copy {
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.gce-v5-hero-actions {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.gce-v5-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.gce-v5-hero-button:hover {
    color: #111827;
    background: #f8fafc;
    text-decoration: none;
    transform: translateY(-1px);
}

.gce-v5-hero-side {
    position: relative;
    z-index: 1;
    flex: 0 0 360px;
    max-width: 360px;
}

.gce-v5-title {
    margin: 0;
    max-width: 700px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.gce-v5-subtitle {
    max-width: 620px;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.8);
}

.gce-v5-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 40%;
}

.gce-v5-stat {
    min-width: 0;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: rgb(255 255 255 / 29%);
    backdrop-filter: blur(6px);
}

.gce-v5-stat span {
    display: block;
    margin-bottom: 1px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.gce-v5-stat strong {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    color: #ffffff;
}

.gce-v5-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gce-v5-kpi {
    display: flex;
    flex-direction: column;
    min-height: 125px;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.gce-v5-kpi-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #f4f5f6;
    color: #2f3a34;
    font-size: 24px;
}

.gce-v5-kpi-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px 12px;
    background: #ffffff;
}

.gce-v5-kpi-bottom {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px 14px;
    background: #f6faff;
    border-top: 1px solid #eef2f6;
    margin-top: 0;
}

.gce-v5-kpi-copy span {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: #2c3137;
}

.gce-v5-kpi-copy small {
    display: block;
    font-size: 12px;
    color: #9199a5;
}

.gce-v5-kpi-bottom strong {
    display: block;
    /* min-width: 52px; */
    font-size: 22px;
    line-height: 1.05;
    color: #202427;
}

.gce-v5-kpi-bottom p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #6f7885;
}

.gce-v5-kpi-arrow {
    margin-left: auto;
    font-size: 18px;
    color: #8c95a1;
}

.gce-v5-kpi:hover {
    border-color: #d7dfe0;
    background: #fcfcfc;
}

.gce-v5-kpi.tone-mint .gce-v5-kpi-icon {
    background: #eaf7ec;
    color: #2b8d53;
}

.gce-v5-kpi.tone-violet .gce-v5-kpi-icon {
    background: #f1ecfb;
    color: #7354c7;
}

.gce-v5-kpi.tone-sky .gce-v5-kpi-icon {
    background: #ebf5fb;
    color: #3479b8;
}

.gce-v5-kpi.tone-lime .gce-v5-kpi-icon {
    background: #f0f9e9;
    color: #699b2f;
}

.gce-v5-kpi.tone-rose .gce-v5-kpi-icon {
    background: #fdeef3;
    color: #c45378;
}

.gce-v5-kpi.tone-amber .gce-v5-kpi-icon {
    background: #fff4e8;
    color: #c8862f;
}

.gce-v5-kpi.tone-cyan .gce-v5-kpi-icon {
    background: #eaf8fa;
    color: #2f8f9d;
}

.gce-v5-kpi.tone-neutral .gce-v5-kpi-icon {
    background: #f2f3f5;
    color: #5d6775;
}

.gce-v5-analytics-grid,
.gce-v5-secondary-grid,
.gce-v5-live-grid {
    display: grid;
    gap: 16px;
}

.gce-v5-analytics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gce-v5-secondary-grid {
    grid-template-columns: 1fr;
}

.gce-v5-panel,
.gce-v5-live-panel {
    padding: 18px;
}

.gce-v5-panel-head,
.gce-v5-live-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.gce-v5-panel-head h4,
.gce-v5-live-head h4 {
    margin: 0;
    font-size: 16px;
    color: #202427;
    font-weight: 700;
}

.gce-v5-panel-head span,
.gce-v5-live-head p {
    font-size: 12px;
    font-weight: 600;
    color: #7d8793;
}

.gce-v5-live-head p {
    margin: 6px 0 0;
}

.gce-v5-class-hub-panel {
    border: 1px solid #e8edf3;
    border-radius: 18px;
    background: #ffffff;
    padding: 14px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.gce-v5-class-hub-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.gce-v5-class-type-card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    background: #ffffff;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.gce-v5-class-type-card:hover {
    border-color: #dbe4ee;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
    background: #fcfdff;
}

.gce-v5-class-type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f7f8fa;
    font-size: 16px;
    flex-shrink: 0;
}

.gce-v5-class-type-copy {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gce-v5-class-type-copy span {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #101828;
    line-height: 1.3;
}

.gce-v5-class-type-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gce-v5-class-type-stats>div {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.gce-v5-class-type-stats>div+div::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c4cad3;
    margin-right: 10px;
}

.gce-v5-class-type-stats strong {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #7a8596;
}

.gce-v5-class-type-arrow {
    align-self: center;
    font-size: 16px;
    color: #8a94a6;
    margin-left: auto;
    flex-shrink: 0;
}

/****************************************
Enrollment Watch Panel Start here
Recent enrolled students widget with hover details.
*****************************************/
.gce-v5-secondary-grid {
    grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
    align-items: start;
    margin-top: 5px;
}

.gce-v5-secondary-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: start;
}

.gce-v5-enrollment-panel {
    position: relative;
    overflow: visible;
}

.gce-v5-enrollment-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.gce-v5-enrollment-metric {
    padding: 12px 14px;
    border: 1px solid #eceef1;
    border-radius: 16px;
    background: #fafbfc;
}

.gce-v5-enrollment-metric span {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #7b8490;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gce-v5-enrollment-metric strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #202427;
}

.gce-v5-enrollment-metric.tone-progress {
    background: #fbfcfe;
}

.gce-v5-enrollment-metric.tone-approved {
    background: #f7fbf8;
}

.gce-v5-enrollment-metric.tone-completed {
    background: #f6fbf7;
}

.gce-v5-enrollment-metric.tone-missing {
    background: #fff8f8;
}

.gce-v5-enrollment-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    font-size: 12px;
    color: #78818d;
}

.gce-v5-enrollment-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gce-v5-enrollment-legend i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-flex;
}

.gce-v5-enrollment-legend i.tone-approved {
    background: #22a767;
}

.gce-v5-enrollment-legend i.tone-missing {
    background: #ea4b4b;
}

.gce-v5-enrollment-table {
    border: 1px solid #eceef1;
    border-radius: 20px;
    overflow: visible;
    background: #ffffff;
}

.gce-v5-enrollment-table-head,
.gce-v5-enrollment-item {
    display: grid;
    grid-template-columns: minmax(240px, 1.55fr) minmax(130px, 1fr) minmax(140px, 1fr) 110px 90px;
    gap: 12px;
    align-items: center;
}

.gce-v5-enrollment-table-head {
    padding: 12px 16px;
    border-bottom: 1px solid #eceef1;
    background: #fafbfc;
}

.gce-v5-enrollment-table-head div {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a939f;
}

.gce-v5-enrollment-table-body {
    display: flex;
    flex-direction: column;
}

.gce-v5-enrollment-item {
    position: relative;
    padding: 10px 16px;
    border-bottom: 1px solid #f0f2f4;
    background: #ffffff;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gce-v5-enrollment-item:last-child {
    border-bottom: none;
}

.gce-v5-enrollment-item:hover,
.gce-v5-enrollment-item:focus-within {
    background: #fafafa;
}

.gce-v5-enrollment-student {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gce-v5-enrollment-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #f3f5f7;
    color: #29313a;
    font-size: 12px;
    font-weight: 700;
}

.gce-v5-enrollment-copy {
    min-width: 0;
}

.gce-v5-enrollment-topline h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #202427;
}

.gce-v5-enrollment-class-cell,
.gce-v5-enrollment-course-cell {
    font-size: 13px;
    font-weight: 700;
    color: #73839a;
}

.gce-v5-enrollment-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.gce-v5-enrollment-meta span {
    font-size: 10px;
    font-weight: 600;
    color: #8a939f;
}

.gce-v5-enrollment-application,
.gce-v5-enrollment-health {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.gce-v5-enrollment-application.tone-progress {
    background: #fef6e8;
    color: #b77717;
}

.gce-v5-enrollment-application.tone-approved {
    background: #ecf7f0;
    color: #238a5d;
}

.gce-v5-enrollment-application.tone-pending {
    background: #f3f4f6;
    color: #6b7280;
}

.gce-v5-enrollment-health.tone-approved {
    background: #ebf8ef;
    color: #1d995d;
}

.gce-v5-enrollment-health.tone-missing {
    background: #fff0f0;
    color: #d64242;
}

.gce-v5-enrollment-status-cell,
.gce-v5-enrollment-pending-cell {
    display: flex;
    justify-content: flex-end;
}

.gce-v5-enrollment-pending-count {
    font-size: 11px;
    font-weight: 600;
    color: #8a939f;
    white-space: nowrap;
}

.gce-v5-enrollment-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.gce-v5-pagination-btn,
.gce-v5-pagination-page {
    min-width: 40px;
    height: 38px;
    padding: 0 14px;
    border: 1px solid #e3e7eb;
    border-radius: 12px;
    background: #ffffff;
    color: #34404d;
    font-size: 12px;
    font-weight: 700;
}

.gce-v5-pagination-btn[disabled] {
    opacity: 0.45;
    cursor: default;
}

.gce-v5-pagination-pages {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.gce-v5-pagination-page.is-active {
    background: #f4f8f5;
    border-color: #d8eadf;
    color: #238a5d;
}

.gce-v5-enrollment-tooltip {
    position: absolute;
    left: 64px;
    bottom: calc(100% + 8px);
    top: auto;
    z-index: 50;
    width: min(360px, calc(100vw - 72px));
    padding: 12px;
    border: 1px solid #e7eaee;
    border-radius: 18px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    pointer-events: auto;
}

.gce-v5-enrollment-item.is-tooltip-open .gce-v5-enrollment-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gce-v5-enrollment-item.tooltip-top .gce-v5-enrollment-tooltip {
    bottom: calc(100% + 8px);
}

.gce-v5-enrollment-item.tooltip-left .gce-v5-enrollment-tooltip {
    left: auto;
    right: 0;
}

.gce-v5-enrollment-tooltip-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.gce-v5-enrollment-tooltip-head strong {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    color: #1f2933;
}

.gce-v5-enrollment-tooltip-head span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #7c8794;
}

.gce-v5-enrollment-tooltip-body p {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: #39424e;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gce-v5-enrollment-tooltip-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gce-v5-enrollment-tooltip-body li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.45;
    color: #596474;
}

.gce-v5-enrollment-tooltip-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ea4b4b;
}

.gce-v5-enrollment-tooltip-body.is-clear li::before {
    background: #22a767;
}

.gce-v5-enrollment-tooltip-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f0f2f4;
}

.gce-v5-enrollment-tooltip-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #e3e7eb;
    border-radius: 12px;
    background: #ffffff;
    color: #2a3139;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.gce-v5-enrollment-tooltip-actions a:hover {
    background: #f7f8f9;
}

.gce-v5-enrollment-empty {
    padding: 20px;
    border: 1px dashed #dfe4e8;
    border-radius: 18px;
    text-align: center;
    background: #fbfcfd;
}

.gce-v5-enrollment-empty h5 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #202427;
}

.gce-v5-enrollment-empty p {
    margin: 0;
    font-size: 13px;
    color: #7b8490;
}

/****************************************
Enrollment Watch Panel End here
*****************************************/

.gce-v5-class-type-card.tone-mint .gce-v5-class-type-icon {
    background: #f3f5f4;
    color: #767676;
}

.gce-v5-class-type-card.tone-sky .gce-v5-class-type-icon {
    background: #f3f5f6;
    color: #767676;
}

.gce-v5-class-type-card.tone-violet .gce-v5-class-type-icon {
    background: #f3f4f6;
    color: #767676;
}

.gce-v5-class-hub-panel .gce-v5-panel-head {
    margin-bottom: 10px;
    align-items: flex-start;
}

.gce-v5-class-hub-title {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.gce-v5-class-hub-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f8fafc;
    color: #6b7280;
    font-size: 20px;
    flex-shrink: 0;
}

.gce-v5-class-hub-title h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #101828;
    line-height: 1.25;
}

.gce-v5-class-hub-title p {
    margin: 3px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #667085;
    line-height: 1.45;
}

.gce-v5-class-hub-head-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #ededed;
    border-radius: 50%;
    background: #ffffff;
    color: #2f3439;
    font-size: 14px;
}

.gce-v5-class-offcanvas {
    width: min(520px, 100%) !important;
    border-left: 1px solid #eceff3;
    background: #ffffff;
}

.gce-v5-class-offcanvas .offcanvas-header {
    padding: 14px 16px 12px;
    border-bottom: 1px solid #eceff3;
    align-items: flex-start;
}

.gce-v5-offcanvas-tag {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8b95a1;
}

.gce-v5-class-offcanvas-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gce-v5-class-header-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.gce-v5-class-header-icon.tone-inperson {
    background: #eef8f2;
    color: #2d9b61;
}

.gce-v5-class-header-icon.tone-virtual {
    background: #edf5ff;
    color: #3c7fe3;
}

.gce-v5-class-header-icon.tone-online {
    background: #f3efff;
    color: #6f57d9;
}

.gce-v5-class-offcanvas .offcanvas-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1f2430;
    line-height: 1.35;
}

.gce-v5-class-offcanvas .offcanvas-body {
    padding: 14px 16px 16px;
}

.gce-v5-class-offcanvas-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.gce-v5-class-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.gce-v5-class-switch-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid #e6e9ee;
    border-radius: 999px;
    background: #ffffff;
    color: #586272;
    font-size: 11px;
    font-weight: 500;
}

.gce-v5-class-switch-btn:hover {
    background: #f8f9fb;
}

.gce-v5-class-close-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #e6e9ee;
    border-radius: 999px;
    background: #ffffff;
    color: #66707d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.gce-v5-class-close-btn:hover {
    background: #f8f9fb;
}

.gce-v5-class-pane {
    display: none;
}

.gce-v5-class-pane.is-active {
    display: block;
}

.gce-v5-class-detail-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 12px;
    border: 1px solid #e6ebf1;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.gce-v5-class-detail-stat {
    padding: 12px 15px 12px;
    background: #ffffff;
    position: relative;
}

.gce-v5-class-detail-stat:not(:last-child) {
    border-right: 1px solid #e9edf2;
}

.gce-v5-class-detail-stat span {
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #8a94a1;
    line-height: 1.35;
}

.gce-v5-class-detail-stat strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #212733;
    line-height: 1.1;
}

.gce-v5-class-detail-stack {
    gap: 8px;
}

.gce-v5-course-card-detail {
    border: 1px solid #e6ebf1;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: none;
}

.gce-v5-course-accordion-toggle {
    width: 100%;
    padding: 0;
    border: 0;
    background: #f0f3f6;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0;
    text-align: left;
}

.gce-v5-course-toggle-icon {
    width: 34px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e8edf3;
    color: #8a94a1;
    font-size: 14px;
}

.gce-v5-course-accordion.is-open .gce-v5-course-toggle-icon iconify-icon {
    transform: rotate(180deg);
}

.gce-v5-course-toggle-icon iconify-icon {
    transition: transform 0.2s ease;
}

.gce-v5-course-accordion-copy {
    min-width: 0;
    padding: 10px 12px;
}

.gce-v5-course-accordion-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1f2430;
}

.gce-v5-course-accordion-copy small {
    display: block;
    margin-top: 0px;
    font-size: 11px;
    color: #7f8a97;
}

.gce-v5-course-accordion-meta {
    padding: 0 12px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    border-left: 1px solid #e8edf3;
}

.gce-v5-course-inline-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid #eceff3;
    border-radius: 999px;
    background: #fbfcfd;
    font-size: 10px;
    font-weight: 600;
    color: #748090;
}

.gce-v5-course-accordion-panel {
    border-top: 1px solid #e8edf3;
    background: #ffffff;
    padding: 0;
}

.gce-v5-course-accordion-note {
    padding: 10px 16px;
    font-size: 11px;
    color: #4d5562;
    border-bottom: 1px solid #edf1f5;
    background: #fbfcfd;
}

.gce-v5-course-card-detail .StockStatus li {
    padding: 0;
    border-bottom: 1px solid #edf1f5;
}

.gce-v5-course-card-detail .StockStatus li:last-child {
    border-bottom: 0;
}

.gce-v5-class-list-head {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(150px, 0.95fr) 72px;
    gap: 0;
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #97a1ad;
    border-bottom: 1px solid #edf1f5;
    background: #ffffff;
}

.gce-v5-class-list-head span {
    padding: 8px 12px;
}

.gce-v5-class-list-head span:nth-child(2),
.gce-v5-class-list-head span:nth-child(3) {
    border-left: 1px solid #edf1f5;
}

.gce-v5-course-card-detail .StockStatus li a {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(150px, 0.95fr) 72px;
    align-items: center;
    gap: 0;
    color: inherit;
    background: transparent;
    padding: 0;
}

.gce-v5-class-row-main {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px 12px;
}

.gce-v5-course-card-detail .iconItemDT {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #7a8694;
    border: 1px solid #dce2e9;
    flex-shrink: 0;
    font-size: 10px;
}

.gce-v5-class-row-title {
    min-width: 0;
}

.gce-v5-class-row-title strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #1f2430;
}

.gce-v5-class-row-date {
    font-size: 11px;
    color: #5d6673;
    white-space: nowrap;
    padding: 10px 12px;
    border-left: 1px solid #edf1f5;
}

.gce-v5-class-row-students {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #3e4652;
    padding: 10px 12px;
    border-left: 1px solid #edf1f5;
}

.gce-v5-class-empty-state {
    padding: 20px 14px;
    border: 1px dashed #dce2e9;
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
}

.gce-v5-class-empty-state img {
    width: 100px;
    max-width: 100%;
    margin-bottom: 10px;
}

.gce-v5-class-empty-state h5 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #1f2430;
}

.gce-v5-class-empty-state p {
    margin: 0;
    font-size: 13px;
    color: #7b8593;
}

.gce-v5-chart-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 10px;
    align-items: center;
}

.gce-v5-chart {
    min-height: 220px;
}

.gce-v5-chart-tall {
    min-height: 260px;
}

.gce-v5-chart-medium {
    min-height: 220px;
}

.gce-v5-legend,
.gce-v5-summary-list,
.gce-v5-asset-rows,
.gce-v5-notes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gce-v5-legend-item,
.gce-v5-summary-item,
.gce-v5-asset-row,
.gce-v5-module,
.gce-v5-notes li {
    border: 1px solid #efefef;
    border-radius: 14px;
    background: #fcfcfc;
}

.gce-v5-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    text-decoration: none;
}

.gce-v5-legend-item span {
    font-size: 13px;
    color: #69707d;
}

.gce-v5-legend-item strong {
    margin-left: auto;
    font-size: 15px;
    color: #202427;
}

.gce-v5-legend-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.gce-v5-legend-item .dot.tone-mint {
    background: #46b98d;
}

.gce-v5-legend-item .dot.tone-sky {
    background: #4b8ddc;
}

.gce-v5-legend-item .dot.tone-violet {
    background: #8b72e7;
}

.gce-v5-summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
}

.gce-v5-summary-item span {
    font-size: 13px;
    color: #727c88;
}

.gce-v5-summary-item strong {
    font-size: 15px;
    color: #202427;
}

.gce-v5-asset-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    text-decoration: none;
}

.gce-v5-asset-row span {
    font-size: 14px;
    color: #2b3137;
}

.gce-v5-asset-row small {
    font-size: 12px;
    color: #8c95a1;
}

.gce-v5-modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gce-v5-module {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 92px;
    padding: 16px;
    text-decoration: none;
}

.gce-v5-module iconify-icon {
    font-size: 20px;
    color: #596273;
}

.gce-v5-module span {
    font-size: 14px;
    font-weight: 500;
    color: #2d3238;
}

.gce-v5-notes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gce-v5-notes li {
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #626c78;
}

.gce-v5-course-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gce-v5-course-card {
    border: 1px solid #ececec;
    border-radius: 18px;
    background: #fcfcfc;
    overflow: hidden;
}

.gce-v5-course-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    border-bottom: 1px solid #efefef;
}

.gce-v5-course-card-body {
    padding: 4px 16px 16px;
}

.gce-v5-course-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef6f0;
    color: #2e8b57;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.gce-v5-course-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gce-v5-course-head div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gce-v5-course-head small {
    font-size: 12px;
    color: #8b94a0;
}

.gce-v5-live-body .StockStatus li {
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
}

.gce-v5-live-body .StockStatus li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.gce-v5-live-body .StockStatus li a {
    padding: 0;
    background: transparent;
}

.gce-v5-live-body .StockStatus li h6 {
    font-size: 15px;
    color: #202427;
}

.gce-v5-live-body .StockStatus li h6 span {
    color: #707987;
}

.gce-v5-live-body .iconItemDT {
    background: #eff7f1 !important;
    color: #2e8b57;
    border-radius: 12px !important;
}

.gce-v5-live-body .ArrowRightIcon {
    color: #798392;
}

.gce-v5-dashboard-intro {
    margin-bottom: 0px;
}

.gce-v5-dashboard-intro h1 {
    margin: 0;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.gce-v5-dashboard-intro p {
    margin: 3px 0;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.gce-v5-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 5px;
}

.gce-v5-overview-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 14px 14px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    background: #ffffff;
}

.gce-v5-overview-chart-card {
    min-width: 0;
}

.gce-v5-overview-chart-card .gce-v5-chart-block {
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: center;
    padding: 10px 0 14px;
    min-height: 100%;
}

.gce-v5-overview-chart-card .gce-v5-chart {
    min-height: 250px;
    padding-bottom: 10px;
}

.gce-v5-overview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.gce-v5-overview-tag {
    margin: 0;
    color: #6f7d8b;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gce-v5-overview-head h4 {
    margin: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.gce-v5-overview-head-link {
    color: #3456d1;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 2px;
}

.gce-v5-overview-head-link:hover {
    color: #2848d8;
    text-decoration: none;
}

.gce-v5-overview-chart-card .gce-v5-panel-head {
    margin-bottom: 2px;
}

.gce-v5-overview-chart-card .gce-v5-panel-tag {
    color: #6f7d8b;
    letter-spacing: 0.04em;
}

.gce-v5-overview-chart-card .gce-v5-panel-head h4 {
    line-height: 1.3;
}

.gce-v5-overview-chart-card .gce-v5-legend {
    gap: 14px;
    padding-right: 6px;
}

.gce-v5-overview-chart-card .gce-v5-legend-item {
    min-height: 60px;
    padding: 14px 18px;
    border-radius: 18px;
}

.gce-v5-overview-chart-card .gce-v5-legend-item span {
    font-size: 13px;
}

.gce-v5-overview-chart-card .gce-v5-legend-item strong {
    font-size: 16px;
}

.gce-v5-overview-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.gce-v5-overview-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    background: #f8fafc;
    color: #344054;
}

.gce-v5-overview-badge strong {
    font-size: 11px;
    font-weight: 800;
}

.gce-v5-overview-badge.tone-danger {
    background: #fff1f2;
    color: #dc2626;
}

.gce-v5-overview-badge.tone-primary {
    background: #eff6ff;
    color: #2563eb;
}

.gce-v5-overview-badge.tone-warning {
    background: #fff7ed;
    color: #ea580c;
}

.gce-v5-overview-badge.tone-success {
    background: #ecfdf3;
    color: #159947;
}

.gce-v5-overview-badge.tone-neutral {
    background: #f8fafc;
    color: #475467;
}

.gce-v5-overview-table-wrap {
    overflow-x: auto;
    margin-top: 2px;
    border: 1px solid #edf1f5;
    border-radius: 16px;
    background: #fbfcfe;
}

.gce-v5-overview-table {
    width: 100%;
    min-width: 540px;
    border-collapse: separate;
    border-spacing: 0;
}

.gce-v5-overview-table thead th {
    padding: 12px 12px;
    border-bottom: 1px solid #e9eef5;
    border-right: 1px solid #eef2f6;
    background: #f8fafc;
    color: #475467;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.gce-v5-overview-table thead th:last-child {
    border-right: 0;
}

.gce-v5-overview-table thead th iconify-icon,
.gce-v5-overview-table thead th span {
    display: inline-block;
    vertical-align: middle;
}

.gce-v5-overview-table thead th iconify-icon {
    margin-right: 6px;
    font-size: 13px;
    color: #6b7280;
}

.gce-v5-overview-table tbody td {
    padding: 8px 12px;
    border-bottom: 1px solid #edf1f5;
    border-right: 1px solid #f3f5f8;
    background: #ffffff;
    color: #101828;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}

.gce-v5-overview-table tbody td:last-child {
    border-right: 0;
}

.gce-v5-overview-table tbody tr:last-child td {
    border-bottom: 0;
}

.gce-v5-overview-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.gce-v5-overview-status.tone-danger {
    background: #fff1f2;
    color: #dc2626;
}

.gce-v5-overview-status.tone-warning {
    background: #fff7ed;
    color: #d97706;
}

.gce-v5-overview-status.tone-success {
    background: #ecfdf3;
    color: #15803d;
}

.gce-v5-overview-status.tone-neutral {
    background: #f8fafc;
    color: #475467;
}

.gce-v5-overview-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-radius: 5px;
    background: #eef2ff;
    color: #3456d1;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.gce-v5-overview-action:hover {
    text-decoration: none;
    background: #e3e9ff;
    color: #2848d8;
}

.gce-v5-overview-metric {
    white-space: nowrap;
    font-weight: 700;
}

.gce-v5-overview-metric.is-success {
    color: #159947;
}

.gce-v5-overview-progress-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 150px;
    white-space: nowrap;
}

.gce-v5-overview-progress {
    width: 72px;
    height: 8px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
    flex-shrink: 0;
}

.gce-v5-overview-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #16a34a 0%, #15803d 100%);
}

.gce-v5-overview-progress-cell strong {
    color: #101828;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.gce-v5-overview-empty {
    padding: 0 !important;
}

.gce-v5-overview-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 180px;
    padding: 28px 18px;
    text-align: center;
}

.gce-v5-overview-empty-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    color: #4965d6;
}

.gce-v5-overview-empty-icon iconify-icon {
    font-size: 24px;
}

.gce-v5-overview-empty-state strong {
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.gce-v5-overview-empty-state span:last-child {
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 260px;
}

.gce-v5-overview-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

.gce-v5-overview-pagination[hidden] {
    display: none;
}

.gce-v5-overview-pagination-btn,
.gce-v5-overview-pagination-page {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #dbe4ee;
    border-radius: 10px;
    background: #ffffff;
    color: #4a5565;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.gce-v5-overview-pagination-btn[disabled] {
    opacity: 0.45;
    cursor: default;
}

.gce-v5-overview-pagination-pages {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gce-v5-overview-pagination-page.is-active {
    border-color: #3456d1;
    background: #3456d1;
    color: #ffffff;
}

.gce-v5-overview-footer-link {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    color: #3456d1;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.gce-v5-overview-footer-link:hover {
    color: #2848d8;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .gce-v5-top-panels {
        grid-template-columns: 1fr;
    }

    .gce-v5-funnel-strip {
        grid-template-columns: 1fr;
    }

    .gce-v5-clinical-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gce-v5-priority-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gce-v5-snapshot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gce-v5-at-glance-layout {
        grid-template-columns: 1fr;
    }

    .gce-v5-at-glance-grid-full {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gce-v5-at-glance-grid-secondary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gce-v5-at-glance-actions-grid-full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gce-v5-kpis {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gce-v5-analytics-grid,
    .gce-v5-secondary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .gce-v5-top-panels {
        grid-template-columns: 1fr;
    }

    .gce-v5-funnel-card,
    .gce-v5-clinical-card,
    .gce-v5-risk-card {
        padding: 14px 16px 16px;
    }

    .gce-v5-funnel-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .gce-v5-clinical-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gce-v5-priority-alerts {
        padding: 14px 16px 16px;
    }

    .gce-v5-snapshot-panel {
        padding: 14px 16px 16px;
    }

    .gce-v5-at-glance {
        padding: 14px 16px 16px;
    }

    .gce-v5-priority-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .gce-v5-snapshot-head {
        margin-bottom: 10px;
    }

    .gce-v5-at-glance-head {
        margin-bottom: 10px;
    }

    .gce-v5-at-glance-layout {
        grid-template-columns: 1fr;
    }

    .gce-v5-priority-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gce-v5-snapshot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .gce-v5-hero {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 16px 18px;
    }

    .gce-v5-hero-side {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }

    .gce-v5-hero-actions {
        width: 100%;
    }

    .gce-v5-hero-button {
        min-width: 160px;
    }

    .gce-v5-hero-stats,
    .gce-v5-kpis,
    .gce-v5-analytics-grid,
    .gce-v5-secondary-grid,
    .gce-v5-class-hub-grid {
        grid-template-columns: 1fr;
    }

    .gce-v5-chart-block,
    .gce-v5-modules {
        grid-template-columns: 1fr;
    }

    .gce-v5-at-glance-grid-full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gce-v5-at-glance-grid-secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gce-v5-at-glance-actions-grid-full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gce-v5-overview-table {
        min-width: 100%;
    }

    .gce-v5-overview-chart-card .gce-v5-chart-block {
        grid-template-columns: minmax(0, 1fr) 200px;
    }

    .gce-v5-at-glance-actions-grid {
        grid-template-columns: 1fr;
    }

    .gce-v5-kpi-copy strong {
        font-size: 26px;
    }

    .gce-v5-enrollment-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gce-v5-enrollment-table-head,
    .gce-v5-enrollment-item {
        grid-template-columns: minmax(200px, 1.6fr) minmax(110px, 1fr) minmax(120px, 1fr) 96px 86px;
    }

    .gce-v5-enrollment-tooltip {
        left: 12px;
        width: calc(100% - 24px);
    }

    .gce-v5-enrollment-item.tooltip-left .gce-v5-enrollment-tooltip {
        right: auto;
        left: 12px;
    }

    .gce-v5-class-offcanvas-top {
        flex-direction: column;
        align-items: stretch;
    }

    .gce-v5-class-switcher {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .gce-v5-class-detail-stats {
        grid-template-columns: 1fr;
    }

    .gce-v5-class-detail-stat:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #e9edf2;
    }
}

@media (max-width: 767.98px) {

    .gce-v5-funnel-card,
    .gce-v5-clinical-card,
    .gce-v5-risk-card {
        padding: 14px;
        border-radius: 14px;
    }

    .gce-v5-funnel-head h4 {
        font-size: 11px;
    }

    .gce-v5-funnel-head h4 span {
        font-size: 10px;
    }

    .gce-v5-funnel-body {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gce-v5-funnel-graphic {
        width: 100%;
        justify-self: center;
        min-height: auto;
        padding-top: 2px;
    }

    .gce-v5-funnel-chart {
        width: 150px;
        height: 168px;
    }

    .gce-v5-funnel-row span {
        font-size: 12px;
    }

    .gce-v5-funnel-row strong,
    .gce-v5-clinical-value,
    .gce-v5-risk-row strong {
        font-size: 17px;
    }

    .gce-v5-clinical-item {
        min-height: 122px;
        padding: 13px 14px;
    }

    .gce-v5-clinical-icon {
        margin-bottom: 14px;
    }

    .gce-v5-risk-row {
        padding: 10px 0;
    }

    .gce-v5-risk-copy span {
        font-size: 12px;
    }

    .gce-v5-priority-alerts {
        padding: 14px;
        border-radius: 14px;
    }

    .gce-v5-snapshot-panel {
        padding: 14px;
        border-radius: 14px;
    }

    .gce-v5-at-glance {
        padding: 14px;
        border-radius: 14px;
    }

    .gce-v5-priority-head h4 {
        font-size: 11px;
    }

    .gce-v5-priority-head h4 span {
        font-size: 10px;
    }

    .gce-v5-snapshot-head h4 {
        font-size: 11px;
    }

    .gce-v5-snapshot-head h4 span {
        font-size: 10px;
    }

    .gce-v5-at-glance-head h4 {
        font-size: 11px;
    }

    .gce-v5-at-glance-head h4 span {
        font-size: 10px;
    }

    .gce-v5-at-glance-panel,
    .gce-v5-at-glance-overview {
        padding: 14px;
        border-radius: 16px;
    }

    .gce-v5-at-glance-panel-head h5,
    .gce-v5-at-glance-overview-head h5 {
        font-size: 16px;
    }

    .gce-v5-hero {
        padding: 14px 16px;
        border-radius: 14px;
    }

    .gce-v5-eyebrow {
        margin-bottom: 8px;
        padding: 5px 10px;
        font-size: 10.5px;
    }

    .gce-v5-title {
        font-size: 15px;
    }

    .gce-v5-subtitle {
        font-size: 11px;
        line-height: 1.4;
    }

    .gce-v5-hero-actions {
        width: 100%;
    }

    .gce-v5-hero-button {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        border-radius: 12px;
        font-size: 12px;
    }

    .gce-v5-at-glance-grid {
        grid-template-columns: 1fr;
    }

    .gce-v5-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .gce-v5-at-glance-grid-full {
        grid-template-columns: 1fr;
    }

    .gce-v5-at-glance-grid-secondary {
        grid-template-columns: 1fr;
    }

    .gce-v5-at-glance-actions-grid-full {
        grid-template-columns: 1fr;
    }

    .gce-v5-overview-card {
        padding: 12px;
    }

    .gce-v5-overview-grid {
        grid-template-columns: 1fr;
    }

    .gce-v5-overview-table {
        min-width: 520px;
    }

    .gce-v5-overview-chart-card .gce-v5-chart-block {
        grid-template-columns: 1fr;
        padding: 8px 0 10px;
    }

    .gce-v5-overview-chart-card .gce-v5-chart {
        min-height: 220px;
        padding-bottom: 6px;
    }

    .gce-v5-at-glance-actions {
        padding: 12px;
    }

    .gce-v5-at-glance-action-card {
        min-height: 68px;
        padding: 13px 14px;
    }

    .gce-v5-priority-card {
        grid-template-columns: 32px 30px minmax(0, 1fr);
        gap: 9px;
        padding: 12px;
        min-height: 122px;
    }

    .gce-v5-snapshot-card {
        min-height: 122px;
        padding: 13px 14px;
    }

    .gce-v5-snapshot-icon {
        margin-bottom: 14px;
    }

    .gce-v5-snapshot-value {
        font-size: 17px;
    }

    .gce-v5-at-glance-card {
        min-height: 92px;
        padding: 12px 14px;
    }

    .gce-v5-at-glance-copy strong {
        font-size: 15px;
    }

    .gce-v5-at-glance-icon {
        width: 40px;
        height: 40px;
    }

    .gce-v5-at-glance-icon iconify-icon {
        font-size: 20px;
    }

    .gce-v5-priority-link {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .gce-v5-enrollment-table-head {
        display: none;
    }

    .gce-v5-enrollment-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gce-v5-enrollment-course-cell,
    .gce-v5-enrollment-class-cell {
        font-size: 12px;
    }

    .gce-v5-enrollment-status-cell,
    .gce-v5-enrollment-pending-cell {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .gce-v5-enrollment-pagination {
        flex-direction: column;
    }

    .gce-v5-pagination-btn {
        width: 100%;
    }
}

/****************************************
Admin Dashboard V5 UI End here
*****************************************/

/****************************************
Admin dashboard student notice card CSS
****************************************/
.gce-v5-student-notice-card {
    padding: 20px;
}

.gce-v5-student-notice-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.gce-v5-student-notice-head h5 {
    margin-bottom: 0;
    font-size: 17px;
    color: #202427;
}

.gce-v5-student-notice-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: none;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #3456d1;
    background: #fff;
    white-space: nowrap;
}

.gce-v5-student-notice-link:hover {
    color: #27313b;
    border-color: #d3dae2;
}

.gce-v5-student-notice-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gce-v5-student-notice-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f3f6;
}

.gce-v5-student-notice-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gce-v5-student-notice-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.gce-v5-student-notice-icon.tone-student {
    background: #fff1f1;
    color: #f15a5a;
}

.gce-v5-student-notice-icon.tone-course {
    background: #eef6ff;
    color: #3182ce;
}

.gce-v5-student-notice-copy {
    width: 100%;
}

.gce-v5-student-notice-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 2px;
}

.gce-v5-student-notice-copy h6 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #202427;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gce-v5-student-notice-copy p {
    margin-bottom: 2px;
    font-size: 12px;
    color: #5f6d7a;
}

.gce-v5-student-notice-meta span {
    font-size: 12px;
    color: #8b95a1;
    white-space: nowrap;
}

.gce-v5-student-notice-desc {
    margin-bottom: 0 !important;
    line-height: 1.45;
}

.gce-v5-student-notice-desc span {
    display: inline;
    font-size: 12px;
    color: #5f6d7a;
}

.gce-v5-student-notice-view {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #0d6efd;
    margin-left: 3px;
}

.gce-v5-student-notice-view:hover {
    color: #0a58ca;
}

.gce-v5-student-notice-empty {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border: 1px dashed #d8dee6;
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfcfd 0%, #f5f8fb 100%);
}

.gce-v5-student-notice-empty-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #edf2f7;
    color: #637381;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.gce-v5-student-notice-empty h6 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #202427;
}

.gce-v5-student-notice-empty p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #6f7c88;
}

/* Student notice modal */
.gce-v5-notice-modal-shell {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.gce-v5-notice-modal-body {
    background: transparent;
    padding: 0;
}

.gce-v5-notice-modal-card {
    border: 1px solid #ece8f6;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
}

.gce-v5-notice-modal-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.gce-v5-notice-modal-headline .modal-title {
    color: #161c2d;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.gce-v5-notice-modal-headline .btn-close {
    opacity: 1;
}

.gce-v5-notice-modal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.gce-v5-notice-modal-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff3eb;
    color: #f36b21;
    font-size: 12px;
    font-weight: 700;
}

.gce-v5-notice-modal-date {
    color: #656b79;
    font-size: 13px;
    font-weight: 500;
}

.gce-v5-notice-modal-heading {
    color: #1b2232;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 10px;
}

.gce-v5-notice-modal-content {
    color: #586074;
    font-size: 14px;
    line-height: 1.8;
}

.gce-v5-notice-modal-content h1,
.gce-v5-notice-modal-content h2,
.gce-v5-notice-modal-content h3,
.gce-v5-notice-modal-content h4,
.gce-v5-notice-modal-content h5,
.gce-v5-notice-modal-content h6 {
    color: #1b2232;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.gce-v5-notice-modal-content p:last-child {
    margin-bottom: 0;
}

.gce-v5-notice-modal-content ul,
.gce-v5-notice-modal-content ol {
    padding-left: 20px;
    margin: 0 0 12px;
}

.gce-v5-notice-modal-content li {
    margin-bottom: 6px;
}

.gce-v5-notice-modal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.gce-v5-notice-modal-tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dddceb;
    border-radius: 999px;
    padding: 6px 12px;
    color: #626a7c;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
}

.gce-v5-notice-modal-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 18px;
}

.gce-v5-notice-modal-close-btn {
    min-width: 92px;
    border-radius: 10px;
    background: #f4b521;
    border-color: #f4b521;
    font-weight: 600;
}

.gce-v5-notice-modal-close-btn:hover,
.gce-v5-notice-modal-close-btn:focus {
    background: #e3a713;
    border-color: #e3a713;
}

/* Notice page modal and preview */
.notice-preview-cell {
    max-width: 320px;
}

.notice-preview-text {
    color: #1f2937;
    font-size: 14px;
    line-height: 1.6;
}

.notice-preview-view-btn {
    border: 0;
    background: transparent;
    color: #0d6efd;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 0 4px;
    text-decoration: underline;
}

.notice-preview-view-btn:hover {
    color: #0a58ca;
}

.notice-modal-shell {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.notice-modal-shell .btn-close {
    opacity: 1;
}

.notice-modal-shell .modal-title {
    color: #161c2d;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.notice-modal-body {
    background: transparent;
    padding: 0;
}

.notice-modal-card {
    border: 1px solid #ece8f6;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
}

.notice-modal-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.notice-modal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.notice-modal-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff3eb;
    color: #f36b21;
    font-size: 12px;
    font-weight: 700;
}

.notice-modal-date {
    color: #656b79;
    font-size: 13px;
    font-weight: 500;
}

.notice-modal-heading {
    color: #1b2232;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 10px;
}

.notice-modal-content {
    color: #586074;
    font-size: 14px;
    line-height: 1.8;
}

.notice-modal-content h1,
.notice-modal-content h2,
.notice-modal-content h3,
.notice-modal-content h4,
.notice-modal-content h5,
.notice-modal-content h6 {
    color: #1b2232;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.notice-modal-content ul,
.notice-modal-content ol {
    padding-left: 20px;
    margin: 0 0 12px;
}

.notice-modal-content li {
    margin-bottom: 6px;
}

.notice-modal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e9e3f4;
}

.notice-modal-tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dddceb;
    border-radius: 999px;
    padding: 6px 12px;
    color: #626a7c;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
}

.notice-modal-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 18px;
}

.notice-modal-close-btn {
    border-radius: 10px;
    background: #f4b521;
    border-color: #f4b521;
    font-weight: 600;
}

.notice-modal-close-btn:hover,
.notice-modal-close-btn:focus {
    background: #e3a713;
    border-color: #e3a713;
}

.notice-modal-content p:last-child {
    margin-bottom: 0;
}

/* Notice create page */
.notice-create-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px;
    border: 1px solid #eceff5;
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgba(244, 181, 33, 0.14), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.notice-create-eyebrow {
    margin: 0 0 8px;
    color: #5e6b7f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.notice-create-subtitle {
    max-width: 760px;
    margin: 0;
    color: #647084;
    font-size: 14px;
    line-height: 1.7;
}

.notice-create-hero-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 60%;
}

.notice-create-hero-meta span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #e5e9f2;
    border-radius: 999px;
    background: #fff;
    color: #445064;
    font-size: 12px;
    font-weight: 600;
}

.notice-create-shell {
    /* border: 1px solid #eceff5; */
    /* border-radius: 26px; */
    /* background: #fff; */
    /* overflow: hidden; */
}

.notice-create-shell-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border-bottom: 1px solid #e1e3e7;
}

.notice-create-shell-head h4 {
    margin: 0;
    color: #172033;
    font-size: 20px;
    font-weight: 700;
}

.notice-create-section-tag {
    margin: 0;
    color: #6f7b8e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.notice-create-backlink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #e4e8f0;
    border-radius: 999px;
    color: #1d2738;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.notice-create-shell-body {
    padding: 0;
    padding-bottom: 80px;
}

.notice-create-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.72fr);
    align-items: start;
    gap: 24px;
}

.notice-create-main,
.notice-create-side {
    display: grid;
    gap: 0;
}

.notice-create-side {
    align-self: start;
}

.notice-create-panel {
    border: 1px solid #e1e3e7;
    border-radius: 22px;
    background: #fff;
    padding: 20px 20px 20px;
    margin-top: 10px;
}

/* .notice-create-side-panel {
    position: sticky;
    top: 24px;
    align-self: start;
} */

.notice-create-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.notice-create-panel-head h5 {
    margin: 4px 0 0;
    color: #1c2536;
    font-size: 18px;
    font-weight: 700;
}

.notice-create-panel-head>span {
    color: #728095;
    font-size: 12px;
    font-weight: 600;
}

.notice-target-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.notice-target-card {
    margin: 0;
    cursor: pointer;
}

.notice-target-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.notice-target-card-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border: 1px solid #e7ebf3;
    border-radius: 20px;
    background: #fcfdff;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.notice-target-card input:checked+.notice-target-card-box {
    border-color: #f4b521;
    background: #fffaf0;
}

.notice-target-card:hover .notice-target-card-box {
    transform: translateY(-1px);
}

.notice-target-card-static {
    cursor: default;
}

.notice-target-card-static:hover .notice-target-card-box {
    transform: none;
}

.notice-target-card-box.is-static-active {
    border-color: #f4b521;
    background: #fffaf0;
}

.notice-target-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #fff;
    color: #f39c12;
    font-size: 22px;
    flex: 0 0 46px;
}

.notice-target-card-copy strong {
    display: block;
    color: #1a2334;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.notice-target-card-copy span {
    display: block;
    color: #6b778a;
    font-size: 13px;
    line-height: 1.65;
}

.notice-create-field label {
    display: block;
    margin-bottom: 8px;
    color: #1e2738;
    font-size: 14px;
    font-weight: 400;
}

.notice-create-field small {
    display: block;
    margin-top: 0;
    color: #778395;
    font-size: 12px;
}

.notice-create-field .form-control {
    min-height: 43px;
    border: 1px solid #dde3ec;
    border-radius: 8px;
    background: #fff;
}

.notice-create-field .select2-container {
    width: 100% !important;
}

.notice-create-field .select2-container--default .select2-selection--multiple {
    min-height: 48px;
    border: 1px solid #dde3ec;
    border-radius: 14px;
    padding: 7px 10px;
    background: #fff;
}

.notice-create-field .select2-container--default.select2-container--focus .select2-selection--multiple,
.notice-create-field .select2-container--default .select2-selection--multiple:focus {
    border-color: #f4b521;
}

.notice-create-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px;
    border: 0;
    border-radius: 999px;
    padding: 5px 10px;
    background: #f4f7fb;
    color: #2d384a;
    font-size: 12px;
    font-weight: 600;
}

.notice-create-editor-field textarea {
    min-height: 220px;
}

#cke_notifications_area_editor1 {
    display: none;
}

.notice-create-editor-field .cke_chrome {
    border: 1px solid #dde3ec !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none !important;
}

.notice-create-editor-field .cke_top {
    background: #f8fafc !important;
    border-bottom: 1px solid #e1e3e7 !important;
}

.notice-create-editor-field .cke_bottom {
    background: #fff !important;
    border-top: 1px solid #e1e3e7 !important;
}

.notice-channel-list {
    display: grid;
    gap: 12px;
}

.notice-channel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #e1e3e7;
    border-radius: 18px;
    background: #fcfdff;
    cursor: pointer;
}

.notice-channel-copy strong {
    display: block;
    color: #1c2536;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.notice-channel-copy span {
    display: block;
    color: #6d798b;
    font-size: 12px;
    line-height: 1.6;
}

.notice-channel-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #f4b521;
    flex: 0 0 18px;
}

.notice-create-side-note {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    background: #fafbfe;
    border: 1px solid #ececec;
}

.notice-create-side-note h6 {
    margin: 0 0 8px;
    color: #1b2435;
    font-size: 14px;
    font-weight: 700;
}

.notice-create-side-note p {
    margin: 0;
    color: #6f7b8d;
    font-size: 13px;
    line-height: 1.7;
}

.syllabus-create-static-item {
    cursor: default;
}

.syllabus-create-page .notice-create-hero {
    padding: 18px 20px;
    border-radius: 20px;
    gap: 16px;
}

.syllabus-create-page .notice-create-eyebrow {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
}

.syllabus-create-page .page-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-create-page .notice-create-subtitle {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
}

.syllabus-create-page .notice-create-hero-meta {
    gap: 8px;
}

.syllabus-create-page .notice-create-hero-meta span {
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 600;
}

.syllabus-create-page .notice-create-grid {
    gap: 18px;
}

.syllabus-create-page .notice-create-main,
.syllabus-create-page .notice-create-side {
    gap: 16px;
}

.syllabus-create-page .notice-create-panel {
    padding: 18px;
    border-radius: 18px;
}

.syllabus-create-page .notice-create-panel-head {
    gap: 12px;
    margin-bottom: 10px;
}

.syllabus-create-page .notice-create-section-tag {
    font-size: 10px;
}

.syllabus-create-page .notice-create-panel-head h5 {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
}

.syllabus-create-page .notice-create-panel-head>span {
    font-size: 11px;
    font-weight: 500;
}

.syllabus-create-page .notice-create-field label {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}

.syllabus-create-page .notice-create-field small {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.5;
}

.syllabus-create-page .notice-create-field .form-control,
.syllabus-create-page .notice-create-field .select2-container--default .select2-selection--single,
.syllabus-create-page .notice-create-field .select2-container--default .select2-selection--multiple {
    min-height: 42px;
    font-size: 13px;
}

.syllabus-create-page .syllabus-custom-picker .dropbtn {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #e6ebf2;
    /* border-radius: 14px; */
    background: #ffffff;
    color: #344054;
    font-size: 13px;
    font-weight: 400;
    box-shadow: none;
}

.syllabus-create-page .syllabus-custom-picker .dropbtn:hover,
.syllabus-create-page .syllabus-custom-picker .dropbtn:focus {
    border-color: #d7dee8;
    background: #ffffff;
}

.syllabus-create-page .syllabus-custom-picker .selected-count {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.syllabus-create-page .syllabus-custom-picker .dropdown-menu {
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #e8edf4;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.syllabus-create-page .syllabus-custom-picker .filTerSearchMain {
    margin: 0 0 12px;
    position: relative;
}

.syllabus-create-page .syllabus-custom-picker .filterclSearch {
    height: 44px;
    border: 1px solid #e5eaf1;
    border-radius: 14px;
    background: #ffffff;
    padding: 0 42px 0 14px;
    color: #344054;
    font-size: 13px;
    box-shadow: none;
}

.syllabus-create-page .syllabus-custom-picker .filterclSearch::placeholder {
    color: #98a2b3;
}

.syllabus-create-page .syllabus-custom-picker .filterclSearch:focus {
    border-color: #d7dee8;
    box-shadow: none;
}

.syllabus-create-page .syllabus-custom-picker .filTerSearchMain iconify-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #667085;
}

.syllabus-create-page .syllabus-custom-picker .sellallitemsMain {
    margin-bottom: 10px;
}

.syllabus-create-page .syllabus-custom-picker .CustomselectallContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 4px 12px;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.syllabus-create-page .syllabus-custom-picker .clDivider_full {
    height: 1px;
    background: #edf2f7;
}

.syllabus-create-page .syllabus-custom-picker .Customdrpitems_container {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 2px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.syllabus-create-page .syllabus-custom-picker .Customdrpitems_container::-webkit-scrollbar {
    width: 6px;
}

.syllabus-create-page .syllabus-custom-picker .Customdrpitems_container::-webkit-scrollbar-track {
    background: transparent;
}

.syllabus-create-page .syllabus-custom-picker .Customdrpitems_container::-webkit-scrollbar-thumb {
    background: #cfd8e3;
    border-radius: 999px;
}

.syllabus-create-page .syllabus-custom-picker .mainoptionContainer {
    margin-bottom: 4px;
}

.syllabus-create-page .syllabus-custom-picker .mainoptionContainer:last-child {
    margin-bottom: 0;
}

.syllabus-create-page .syllabus-custom-picker .dropfilter_options {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 8px 6px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #1f2937;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    cursor: pointer;
}

.syllabus-create-page .syllabus-custom-picker .dropfilter_options:hover {
    background: #f8fafc;
}

.syllabus-create-page .syllabus-custom-picker .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    box-shadow: none;
    background-color: #ffffff;
}

.syllabus-create-page .syllabus-custom-picker input[type="radio"].form-check-input {
    border-radius: 5px;
}

.syllabus-create-page .syllabus-custom-picker .form-check-input:checked {
    background-color: #ffffff;
    border-color: #94a3b8;
    background-image: none;
    position: relative;
}

.syllabus-create-page .syllabus-custom-picker .form-check-input:checked::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px auto 0;
    border-radius: 2px;
    background: #475467;
}

.syllabus-create-page .syllabus-custom-picker .no-data {
    margin: 8px 0 2px;
    color: #98a2b3;
    font-size: 12px;
    text-align: center;
}

.syllabus-create-page .notice-create-editor-field .cke_chrome {
    border-radius: 14px;
}

.syllabus-create-page .notice-channel-item {
    padding: 12px 14px;
    border-radius: 14px;
}

.syllabus-create-page .notice-channel-copy strong {
    font-size: 12px;
    font-weight: 700;
}

.syllabus-create-page .notice-channel-copy span {
    font-size: 11px;
    line-height: 1.5;
}

.syllabus-create-page .syllabus-settings-list {
    display: grid;
    gap: 12px;
}

.syllabus-create-page .syllabus-settings-item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin: 0;
    padding: 2px 0;
    cursor: pointer;
}

.syllabus-create-page .syllabus-settings-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 4px 0 0;
    border: 1px solid #d0d8e3;
    border-radius: 5px;
    box-shadow: none;
    accent-color: #344054;
}

.syllabus-create-page .syllabus-settings-item.is-static input[type="checkbox"] {
    opacity: 0.65;
    cursor: not-allowed;
}

.syllabus-create-page .syllabus-settings-copy strong {
    display: block;
    margin: 0 0 4px;
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.syllabus-create-page .syllabus-settings-copy span {
    display: block;
    color: #667085;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.7;
}

.syllabus-create-page .notice-create-side-note {
    padding: 10px 12px;
}

.syllabus-create-page .notice-create-side-note h6 {
    font-size: 13px;
}

.syllabus-create-page .notice-create-side-note p {
    font-size: 12px;
}

.syllabus-create-page .notice-create-actions {
    padding: 12px 24px;
    gap: 10px;
}

.syllabus-create-page .notice-create-cancel,
.syllabus-create-page .notice-create-submit {
    min-height: 40px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 600;
}

#cke_notifications_area_editor1 {
    display: none;
}

.syllabus-create-page .error {
    color: red;
    font-size: 0.9rem;
    margin-top: 5px;
    display: none;
}

.syllabus-create-page .error:not(:empty) {
    display: block;
}

.syllabus-create-page .input-error {
    border-color: red;
}

.syllabus-create-page .loader {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.syllabus-create-page .hide-loader {
    opacity: 0;
    visibility: hidden;
}

.notice-create-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    margin: 0;
    padding: 16px 28px;
    border: 1px solid #e1e3e7;
    border-bottom: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

.notice-create-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #dde3ec;
    border-radius: 14px;
    color: #273245;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
}

.notice-create-submit {
    min-height: 46px;
    padding: 0 22px;
    border-radius: 14px;
    border: 0;
    background: #f4b521;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.notice-create-submit:hover,
.notice-create-submit:focus {
    background: #e3a713;
    color: #fff;
}

.create-topic-page .create-topic-inline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.create-topic-page .create-topic-textarea {
    min-height: 220px;
    padding: 14px 16px;
    border-radius: 18px;
    resize: vertical;
}

.create-topic-page .create-topic-upload-shell {
    padding: 20px;
    border: 1px dashed #d8e0ea;
    border-radius: 20px;
    background: linear-gradient(180deg, #fcfdff 0%, #f8fafc 100%);
}

.create-topic-page .create-topic-upload-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.create-topic-page .create-topic-upload-top h6 {
    margin: 0 0 4px;
    color: #1c2536;
    font-size: 15px;
    font-weight: 700;
}

.create-topic-page .create-topic-upload-top p {
    margin: 0;
    color: #778395;
    font-size: 13px;
    line-height: 1.6;
}

.create-topic-page .create-topic-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #106839;
    border-radius: 999px;
    background: #106839;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.create-topic-page .create-topic-upload-btn:hover {
    background: #0c552f;
    border-color: #0c552f;
    color: #fff;
}

.create-topic-page .upload-preview {
    gap: 12px;
    margin-top: 0;
}

.create-topic-page .file-preview {
    width: 110px;
    height: 110px;
    margin-right: 0;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.create-topic-page .file-preview img,
.create-topic-page .file-preview video {
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
    padding: 0;
}

.create-topic-page .remove-btn {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #1c2536;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

/* .notice-create-field .error {
    display: inline-block;
    margin-top: 8px;
} */

/* Virtual student add page */
.student-create-hero {
    margin-bottom: 2px;
}

.student-create-shell .notice-create-shell-body {
    padding-bottom: 96px;
}

.student-create-grid {
    grid-template-columns: minmax(0, 1fr);
}

.student-create-grid .notice-create-main {
    display: grid;
    gap: 5px;
}

.student-create-grid .row {
    row-gap: 10px;
}

.student-create-shell .notice-create-panel {
    padding: 24px 24px 18px;
}

.student-create-shell .notice-create-panel-head {
    margin-bottom: 20px;
}

.student-create-shell .notice-create-field {
    margin-bottom: 12px;
    position: relative;
}

.student-create-shell .notice-create-field label {
    margin-bottom: 7px;
    color: #4c5a6d;
    font-size: 14px;
    font-weight: 500;
}

.student-create-shell .notice-create-field .form-control,
.student-create-shell .notice-create-field .select2-container--default .select2-selection--single,
.student-create-shell .notice-create-field .select2-container--default .select2-selection--multiple {
    min-height: 43px;
}

.student-create-shell .notice-create-panel-head>span {
    color: #7b8798;
    font-size: 11px;
    font-weight: 600;
}

.student-create-password-field .toggle-password {
    top: 40px;
    right: 14px;
    color: #8190a5;
}

.student-create-phone-group {
    display: grid;
    grid-template-columns: 135px minmax(150px, 1fr);
    gap: 12px;
    align-items: center;
}

.student-create-dial-code .select2-container--default .select2-selection--single,
.student-create-phone-group .form-control {
    min-height: 48px;
    border-radius: 5px;
}

.student-create-phone-group .form-control {
    background: #fff;
}

.student-create-phone-group .mobile_driver {
    width: 100%;
    min-width: 0;
}

.student-create-upload-field .dropify-wrapper {
    border: 1px dashed #d9e1ec;
    border-radius: 18px;
    background: #fcfdff;
}

.student-create-upload-field .dropify-wrapper:hover {
    background: #fff;
}

.student-create-upload-field .dropify-message p {
    font-size: 16px;
    color: #607086;
}

.student-create-checklist .notice-channel-item {
    align-items: flex-start;
}

.student-create-checklist .notice-channel-copy strong {
    margin-bottom: 6px;
}

/* Student list page */
.introjs-skipbutton {
    display: none !important;
}

.student-list-hero {
    margin-bottom: 13px;
}

.student-list-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 20px;
    border: 1px solid #e5eaf2;
    border-radius: 20px;
    background: #fff;
    background: radial-gradient(circle at top right, rgba(244, 181, 33, 0.14), transparent 26%), linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.student-list-hero-tag {
    margin: 0 0 8px;
    color: #7b8798;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.student-list-hero-copy .page-title {
    margin-bottom: 6px;
    color: #152033;
    font-size: 18px;
    font-weight: 700;
}

.student-list-hero-subtitle {
    max-width: 680px;
    margin: 0;
    color: #667387;
    font-size: 13px;
    line-height: 1.65;
}

.student-list-hero-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.student-list-top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 14px;
    flex: 0 0 auto;
    box-shadow: none !important;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.student-list-top-btn.btn-info,
.student-list-top-btn.btn-success,
.student-list-top-btn.btn-primary {
    background: #fff;
    color: #223047;
    border-color: #dbe3ee;
}

.student-list-top-btn.btn-info:hover,
.student-list-top-btn.btn-success:hover,
.student-list-top-btn.btn-primary:hover,
.student-list-top-btn.btn-info:focus,
.student-list-top-btn.btn-success:focus,
.student-list-top-btn.btn-primary:focus {
    background: #f8fafc;
    color: #152033;
    border-color: #cfd8e5;
}

.student-list-filter-btn {
    border: 1px solid #dbe3ee;
    background: #fff;
    color: #223047;
}

.student-list-filter-btn:hover {
    color: #152033;
    background: #f8fafc;
    border-color: #cfd8e5;
}

.student-list-clear-btn {
    background: #152033 !important;
    color: #fff !important;
    border-color: #152033 !important;
}

.student-list-clear-btn:hover,
.student-list-clear-btn:focus {
    background: #0f1727 !important;
    color: #fff !important;
    border-color: #0f1727 !important;
}

.student-filter-card {
    background: #fff;
    border: 1px solid #e5eaf2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
}

.student-filter-container {
    display: none;
}

.student-filter-container.is-open {
    display: block;
    padding: 0 12px 0;
}

.student-filter-card-head {
    padding: 14px 18px;
    border-bottom: 1px solid #eef2f7;
    background: #fbfcfe;
}

.student-filter-card-head h5 {
    color: #162033;
    font-size: 15px;
    font-weight: 700;
}

.student-filter-tag {
    margin: 0 0 6px;
    color: #6f7b8f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.student-filter-card-body {
    padding: 16px 18px;
    background: #fff;
}

.student-filter-card-body form {
    margin: 0;
}

.student-filter-field label {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #243246;
}

.student-filter-field .form-control {
    min-height: 42px;
    border: 1px solid #d9e1ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

select.student-filter-select2+.select2-container {
    width: 100% !important;
}

select.student-filter-select2+.select2-container .select2-selection--single {
    height: 42px;
    border: 1px solid #d9e1ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}

select.student-filter-select2+.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px;
    padding-right: 44px;
    color: #4c627d;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

select.student-filter-select2+.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #7a8ba3;
}

select.student-filter-select2+.select2-container .select2-selection--single .select2-selection__arrow {
    width: 38px;
    height: 40px;
    right: 8px;
    top: 0;
}

select.student-filter-select2+.select2-container .select2-selection--single .select2-selection__arrow b {
    border: 0;
    width: 10px;
    height: 10px;
    margin-left: -6px;
    margin-top: -5px;
    border-right: 1.8px solid #1f2b3d;
    border-bottom: 1.8px solid #1f2b3d;
    transform: rotate(45deg);
}

select.student-filter-select2+.select2-container.select2-container--open .select2-selection--single {
    border-color: #f4b521;
}

select.student-filter-select2+.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-top: -1px;
    transform: rotate(225deg);
}

.student-filter-select2-dropdown {
    margin-top: 8px;
    border: 1px solid #e3e8f1 !important;
    border-radius: 16px !important;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    box-shadow: none !important;
}

.student-filter-select2-dropdown .select2-search--dropdown {
    padding: 0 0 10px;
}

.student-filter-select2-dropdown .select2-search--dropdown .select2-search__field {
    height: 42px;
    border: 1px solid #d9e1ec !important;
    border-radius: 12px;
    padding: 0 38px 0 14px;
    color: #243246;
    font-size: 14px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2393a1b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E") no-repeat right 12px center;
    box-shadow: none;
}

.student-filter-select2-dropdown .select2-results__options {
    max-height: 220px;
    border-radius: 12px;
    overflow: hidden;
}

.student-filter-select2-dropdown .select2-results__option {
    border-radius: 0;
    padding: 11px 14px;
    color: #243246;
    font-size: 14px;
    font-weight: 500;
}

.student-filter-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #f4b521 !important;
    color: #fff !important;
}

.student-filter-select2-dropdown .select2-results__option[aria-selected='true'] {
    background: #fff8e6;
    color: #8a6400;
}

.student-filter-submit .btn-primary {
    justify-content: center;
    min-height: 42px;
    padding: 9px 16px !important;
    gap: 5px;
    border-radius: 12px;
    background: #152033;
    border-color: #152033;
    font-size: 12px;
    font-weight: 600;
}

.student-filter-submit .btn-primary:hover,
.student-filter-submit .btn-primary:focus {
    background: #0f1727;
    border-color: #0f1727;
}

.search-student-btn .btn-primary {
    justify-content: center;
    padding: 10px !important;
    /* margin-top: 29px; */
    gap: 5px;
}

.student-filter-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 2px -18px -16px;
    padding: 14px 18px;
    border-top: 1px solid #eef2f7;
    background: #fff;
}

.student-filter-card-head {
    background: #fbfcfe !important;
}

.student-filter-clear-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #d9e1ec;
    border-radius: 12px;
    background: #fff;
    color: #223047;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.student-filter-clear-btn:hover,
.student-filter-clear-btn:focus {
    color: #152033;
    background: #f8fafc;
    border-color: #cfd8e5;
}

.student-list-tabs {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 20px;
    margin-left: 0;
    padding: 6px;
    border: 1px solid #e4e9f1;
    border-radius: 18px;
    background: #f8f8f8;
    /* border-bottom: 0; */
}

.student-list-tabs .student-list-tabs-item {
    margin-bottom: 0;
}

.student-list-tabs.nav-tabs.nav-tabs-bottom>li>a,
.student-list-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #677589;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.student-list-tabs .nav-link::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b7c2d0;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.student-list-tabs .nav-link:hover,
.student-list-tabs .nav-link:focus {
    color: #172033;
    background: rgba(255, 255, 255, 0.78);
}

.student-list-tabs .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(21, 32, 51, 0.08);
}

.student-list-tabs.nav-tabs.nav-tabs-bottom>li>a.active,
.student-list-tabs.nav-tabs.nav-tabs-bottom>li>a.active:hover,
.student-list-tabs.nav-tabs.nav-tabs-bottom>li>a.active:focus,
.student-list-tabs .nav-link.active {
    border: 0;
    border-bottom-color: transparent;
    background: #ffffff;
    color: #152033;
    box-shadow: 0 1px 2px rgb(15 23 39 / 44%);
}

.student-list-tabs .nav-link.active::before {
    background: #152033;
    transform: scale(1.1);
}

.student-list-tab-label {
    white-space: nowrap;
}

.student-list-table-shell {
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
}

.student-list-table-head {
    margin-bottom: 10px;
}

.student-list-table-head .page-title {
    margin-bottom: 4px;
    color: #172033;
    font-size: 16px;
    font-weight: 700;
}

.student-list-table-subtitle {
    margin: 0;
    color: #738092;
    font-size: 12px;
    line-height: 1.6;
}

.table-avatar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.table-avatar .avatar {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-right: 0 !important;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f6fa;
}

.table-avatar .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-avatar .NameEmail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    line-height: 1.35;
}

.table-avatar .NameEmail a {
    margin-left: 0 !important;
    color: #172033 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.table-avatar .NameEmail h6 {
    margin: 2px 0 0;
    color: #7d8898;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {

    .student-list-hero-inner,
    .student-list-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .student-list-top-btn {
        width: 100%;
    }

    .student-filter-card-head,
    .student-filter-card-body {
        padding: 18px;
    }

    .student-filter-footer {
        flex-direction: column;
        align-items: stretch;
        margin: 6px -18px -18px;
        padding: 14px 18px;
    }

    .student-filter-clear-btn,
    .student-filter-submit .btn-primary {
        width: 100%;
    }

    .student-list-tabs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .student-list-tabs .student-list-tabs-item,
    .student-list-tabs .nav-link {
        width: 100%;
    }

    .notice-create-hero,
    .notice-create-shell-head,
    .notice-create-panel-head,
    .notice-create-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .notice-create-hero-meta {
        justify-content: flex-start;
    }

    .notice-create-shell-body {
        padding: 18px;
        padding-bottom: 110px;
    }

    .notice-create-grid,
    .notice-target-switch {
        grid-template-columns: 1fr;
    }

    .notice-create-side-panel {
        position: static;
    }

    .notice-create-actions {
        right: 12px;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        padding: 14px 18px;
    }

    .create-topic-page .create-topic-inline-grid {
        grid-template-columns: 1fr;
    }

    .create-topic-page .create-topic-upload-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .create-topic-page .create-topic-upload-btn {
        width: 100%;
    }

    .gce-v5-student-notice-head {
        flex-direction: column;
        align-items: stretch;
    }

    .gce-v5-student-notice-link {
        justify-content: center;
    }

    .gce-v5-student-notice-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .gce-v5-class-switcher {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gce-v5-class-switch-btn {
        justify-content: center;
        width: 100%;
    }

    .gce-v5-class-close-btn {
        width: 100%;
    }

    .gce-v5-class-list-head {
        display: none;
    }

    .gce-v5-course-accordion-toggle {
        grid-template-columns: 30px minmax(0, 1fr) auto;
    }

    .gce-v5-course-card-detail .StockStatus li a {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .gce-v5-class-row-date,
    .gce-v5-class-row-students {
        padding-left: 38px;
        text-align: left;
        border-left: 0;
    }
}


/*Select2*/
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown {
    border-color: #d8d8d8;
}

.select2-container {
    width: 100% !important;
}

.select2-container.select2-container--default.select2-container--disabled {
    cursor: not-allowed;
}

.select2-container.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f7f7f7;
    pointer-events: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #262a2e;
    background-color: #fff;
    border: 1px solid #d9e1ec;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:hover {
    border-color: #3db88b;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
    border-color: #09a8b4;
    box-shadow: 0 0 0 0.125rem rgba(0, 125, 136, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: calc(2.25rem + 2px);
    top: 0;
    right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m7 10l5 5m0 0l5-5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px 30px;
    height: 100%;
    width: 20px;
    display: block;
    border: none;
    margin: auto;
    position: static;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #262a2e;
    line-height: inherit;
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #d8d8d8;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #298DFF 1px;
    box-shadow: 0 0 0 0.125rem rgba(0, 125, 136, 0.25);
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #3db88b;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3db88b;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f7f7f7;
    color: #262a2e;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: calc(2.25rem + 2px);
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7f7;
    border: none;
    font-size: 75%;
    border-radius: 0.25rem;
    color: #262a2e;
    margin-right: 0.375rem;
    margin-top: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #262a2e;
    font-weight: 600;
    margin-left: 0.375rem;
    float: right;
    font-size: 0.875rem;
    opacity: 0.5;
    padding-top: 1px;
    height: 0;
    position: relative;
    top: -2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    opacity: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 1rem;
}

.select2-container--default .select2-results__group,
.select2-results__option {
    padding: 0.375rem 1rem;
}

/* Time attendance page */
.attendance-page-hero {
    align-items: center;
}

.attendance-page-hero-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px;
}

.attendance-page-add-btn {
    min-height: 34px;
    padding: 8px 18px !important;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.attendance-page-shell {
    display: grid;
    gap: 20px;
}

.attendance-page-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.attendance-summary-card {
    padding: 20px 22px;
    border: 1px solid #e9edf4;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.attendance-summary-card-wide {
    background:
        radial-gradient(circle at top right, rgba(244, 181, 33, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.attendance-summary-label {
    margin: 0 0 10px;
    color: #6f7b8e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.attendance-summary-card h4 {
    margin: 0;
    color: #162033;
    font-size: 24px;
    font-weight: 700;
}

.attendance-summary-card span {
    display: block;
    margin-top: 8px;
    color: #6f7b8e;
    font-size: 13px;
    line-height: 1.6;
}

.attendance-table-card {
    border: 1px solid #e1e3e7;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
}

.attendance-table-card .card-body {
    padding: 22px 22px 18px !important;
}

.attendance-table-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.attendance-table-head h4 {
    margin: 4px 0 0;
    color: #1c2536;
    font-size: 18px;
    font-weight: 700;
}

.attendance-table-head>span {
    color: #728095;
    font-size: 12px;
    font-weight: 600;
}

.view_summaryBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #e5eaf2;
    border-radius: 999px;
    background: #f8fafc;
    color: #314056;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.view_summaryBtn i {
    font-size: 14px;
}

.view_summaryBtn:hover,
.view_summaryBtn:focus {
    border-color: #d6dde8;
    background: #ffffff;
    color: #182233;
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .attendance-page-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .attendance-summary-card-wide {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .attendance-page-hero-actions {
        width: 100%;
        align-items: stretch;
    }

    .attendance-page-add-btn {
        width: 100%;
    }

    .attendance-page-summary {
        grid-template-columns: 1fr;
    }

    .attendance-table-head {
        flex-direction: column;
    }
}

/* Class time attendance page */
.attendance-detail-hero {
    align-items: center;
}

.attendance-detail-hero-actions {
    gap: 12px;
}

.attendance-detail-back-btn {
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 14px;
    border: 1px solid #e5e9f2;
    background: #fff;
    color: #243046;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.attendance-detail-back-btn:hover,
.attendance-detail-back-btn:focus {
    background: #f8fafc;
    color: #182233;
    text-decoration: none;
}

.attendance-detail-summary {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
}

.attendance-detail-actions {
    justify-content: flex-end;
}

.attendance-detail-delete-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #f1d6d6;
    border-radius: 12px;
    background: #fff7f7;
    color: #c44f4f;
}

.attendance-detail-delete-btn:hover,
.attendance-detail-delete-btn:focus {
    border-color: #ebc1c1;
    background: #fff1f1;
    color: #ad3f3f;
}

@media (max-width: 991.98px) {
    .attendance-detail-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .attendance-detail-hero-actions {
        width: 100%;
    }

    .attendance-detail-summary {
        grid-template-columns: 1fr;
    }
}

/* Add time attendance page */
.attendance-form-shell .notice-create-shell-body {
    padding-bottom: 80px;
}

.attendance-form-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.7fr);
}

.attendance-form-field label {
    margin-bottom: 8px;
    color: #273246;
    font-size: 13px;
    font-weight: 600;
}

.attendance-form-field .form-control,
.attendance-form-field .select2-container--default .select2-selection--single,
.attendance-form-field .select2-container--default .select2-selection--multiple {
    min-height: 43px;
    border-radius: 14px;
}

.attendance-form-field .form-control {
    padding-top: 8px;
    padding-bottom: 8px;
}

.attendance-form-field .select2-container--default .select2-selection--single,
.attendance-form-field .select2-container--default .select2-selection--multiple {
    height: 43px;
}

.attendance-mode-field .switches-container {
    margin-top: 0;
}

.attendance-comment-field textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.attendance-mode-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    /* max-width: 620px; */
    margin-bottom: 10px;
}

.attendance-mode-option {
    margin: 0;
    cursor: pointer;
}

.attendance-mode-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.attendance-mode-option-box {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid #e5e9f2;
    border-radius: 16px;
    background: #ffffff;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    position: relative;
}

.attendance-mode-option-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #f4f7fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.attendance-mode-option-icon iconify-icon {
    color: #516078;
    font-size: 20px;
    line-height: 1;
}

.attendance-mode-option-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.attendance-mode-option-check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: auto;
    border: 1px solid #d7deea;
    border-radius: 999px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.attendance-mode-option-check iconify-icon {
    font-size: 13px;
    line-height: 1;
}

.attendance-mode-option-box small {
    color: #7b889b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.attendance-mode-option-box strong {
    color: #1c2536;
    font-size: 15px;
    font-weight: 600;
}

.attendance-mode-option-box em {
    color: #7a879a;
    font-size: 11px;
    font-style: normal;
    line-height: 1.4;
}

.attendance-mode-option:hover .attendance-mode-option-box {
    border-color: #d9dfeb;
}

.attendance-mode-option input:checked+.attendance-mode-option-box {
    border-color: #efcf72;
    background: #fff9e8;
}

.attendance-mode-option input:checked+.attendance-mode-option-box .attendance-mode-option-check {
    border-color: #3db88b;
    background: #3db88b;
    color: #ffffff;
}

.attendance-mode-option input:checked+.attendance-mode-option-box .attendance-mode-option-icon {
    background: #ffeab0;
}

.attendance-comment-field textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.attendance-form-side-panel {
    top: 24px;
}

.attendance-form-note-list {
    display: grid;
    gap: 14px;
}

.attendance-form-note-item {
    padding: 16px 16px 14px;
    border: 1px solid #e1e3e7;
    border-radius: 18px;
    background: #fbfcff;
}

.attendance-form-note-item strong {
    display: block;
    margin-bottom: 6px;
    color: #1d2738;
    font-size: 14px;
    font-weight: 700;
}

.attendance-form-note-item span {
    display: block;
    color: #69778c;
    font-size: 13px;
    line-height: 1.7;
}

.attendance-form-shell .error {
    display: block;
    margin-top: 6px;
    color: #d53d3d;
    font-size: 12px;
    font-weight: 500;
}

.attendance-form-shell .input-error {
    border-color: #d53d3d;
}

.attendance-modal-trigger {
    display: none !important;
}

.attendance-error-modal .modal-dialog {
    margin-top: 12vh;
}

.attendance-error-modal .modal-content {
    border: 1px solid #e1e3e7;
    border-radius: 24px;
    overflow: hidden;
}

.attendance-error-modal .modal-header {
    justify-content: center;
    padding: 28px 28px 12px;
    border-bottom: 0;
}

.attendance-error-modal .modal-title {
    color: #1d2738;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.attendance-error-modal .modal-body {
    padding: 8px 28px 28px;
}

.attendance-modal-error-text {
    margin-bottom: 18px;
    color: #d53d3d;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991.98px) {
    .attendance-form-grid {
        grid-template-columns: 1fr;
    }

    .attendance-mode-switch {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .attendance-mode-switch {
        grid-template-columns: 1fr;
    }
}

/* Online time attendance page */
.online-attendance-shell {
    gap: 18px;
}

.online-attendance-tabs-wrap {
    padding: 0;
}

.online-attendance-tabs {
    margin-bottom: 0;
}

.online-attendance-tabs .nav-tabs {
    gap: 10px;
}

.online-attendance-tabs .nav-link {
    min-height: 40px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
}

.online-attendance-week-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.online-attendance-week-head h4 {
    margin: 4px 0 0;
    color: #1c2536;
    font-size: 18px;
    font-weight: 700;
}

.online-attendance-week-head>span {
    color: #6f7b8e;
    font-size: 12px;
    font-weight: 600;
}

.online-attendance-card {
    /* height: 100%; */
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #e9edf4;
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.online-attendance-card-head {
    order: 2;
    margin-bottom: 0;
}

.online-attendance-card-icon {
    width: 34px;
    height: 34px;
    border: 1px solid #e1e3e7;
    border-radius: 10px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.online-attendance-card-icon iconify-icon {
    color: #7b8798;
    font-size: 16px;
}

.online-attendance-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.online-attendance-card-body h6 {
    margin: 0;
    color: #6f7b8e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.online-attendance-card-body h4 {
    margin: 8px 0 0;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.online-attendance-total-card {
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .online-attendance-week-head {
        flex-direction: column;
    }
}

/* Enrollment datatable */
.introjs-skipbutton {
    display: none !important;
}

/* Enrollment list page */
.enrollment-list-hero {
    margin-bottom: 18px;
}

.enrollment-list-filter-container {
    margin-bottom: 6px;
}

.enrollment-list-filter-card {
    border-radius: 22px;
}

.enrollment-datatable-shell {
    padding: 0;
    border: 1px solid #e7ecf3;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.enrollment-datatable-shell #enrollment-table_wrapper {
    padding: 0;
}

.enrollment-datatable-shell #enrollment-table_wrapper>.row:first-child,
.enrollment-datatable-shell #enrollment-table_wrapper>.row:last-child {
    margin-left: 0;
    margin-right: 0;
}

.enrollment-datatable-shell #enrollment-table_wrapper .dataTables_filter {
    text-align: right;
    margin: 0;
    padding: 20px 22px 12px;
}

.enrollment-datatable-shell #enrollment-table_wrapper .dataTables_filter label {
    margin: 0;
    color: #1f2937;
    font-size: 0;
    font-weight: 400;
}

.enrollment-datatable-shell #enrollment-table_wrapper .dataTables_filter input {
    width: 290px;
    max-width: 100%;
    height: 46px;
    margin-left: 10px;
    padding: 0 16px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #fff;
    color: #253044;
    font-size: 14px;
    box-shadow: none;
}

.enrollment-datatable-shell #enrollment-table_wrapper .dataTables_filter input:focus {
    border-color: #c9d5e7;
    outline: none;
    box-shadow: none;
}

.enrollment-datatable-shell .dt-table-scroll {
    overflow-x: auto;
    width: 100%;
    padding: 0 0 2px;
}

.enrollment-datatable-table {
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.enrollment-datatable-table thead th {
    padding: 16px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e3e7 !important;
    background: #f8fafc;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
}

.enrollment-datatable-table tbody td {
    padding: 14px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e3e7 !important;
    background: #ffffff;
    color: #5f6c80;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}

.enrollment-datatable-table.table-striped tbody tr:nth-of-type(2n+1) td,
.enrollment-datatable-table.table-striped tbody tr:nth-of-type(2n) td {
    background: #ffffff;
}

.enrollment-datatable-table tbody tr:hover td {
    background: #fbfcff !important;
}

.enrollment-datatable-table tbody td .badge {
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.enrollment-datatable-table tbody td .actions {
    justify-content: flex-start;
}

.enrollment-datatable-shell #enrollment-table_wrapper .dataTables_info {
    float: left;
    margin: 0;
    padding: 18px 22px;
    color: #6b7280;
    font-size: 13px;
}

.enrollment-datatable-shell #enrollment-table_wrapper .dataTables_paginate {
    float: right;
    margin: 0;
    padding: 12px 22px;
}

.enrollment-datatable-shell #enrollment-table_wrapper .paginate_button {
    min-width: 38px;
    height: 38px;
    margin: 0 0 0 8px !important;
    padding: 0 !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #5f6c80 !important;
    line-height: 36px !important;
    text-align: center;
    box-shadow: none !important;
}

.enrollment-datatable-shell #enrollment-table_wrapper .paginate_button:hover {
    border-color: #d6deea !important;
    background: #f8fafc !important;
    color: #253044 !important;
}

.enrollment-datatable-shell #enrollment-table_wrapper .paginate_button.current,
.enrollment-datatable-shell #enrollment-table_wrapper .paginate_button.current:hover {
    border-color: #2f80ed !important;
    background: #2f80ed !important;
    color: #ffffff !important;
}

.enrollment-datatable-shell #enrollment-table_wrapper::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 767.98px) {

    .enrollment-datatable-shell #enrollment-table_wrapper .dataTables_filter,
    .enrollment-datatable-shell #enrollment-table_wrapper .dataTables_info,
    .enrollment-datatable-shell #enrollment-table_wrapper .dataTables_paginate {
        float: none;
        text-align: left;
    }

    .enrollment-datatable-shell #enrollment-table_wrapper .dataTables_filter input {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}

/* Grade page */
.grade-page-hero {
    margin-bottom: 10px;
}

.grade-list-tabs {
    margin-bottom: 18px;
}

.grade-hero-filter-form {
    margin: 0;
}

.grade-hero-filter {
    min-width: 320px;
}

.grade-hero-filter .select2-container,
.grade-hero-filter .form-control {
    width: 100% !important;
}

.grade-hero-filter .form-control,
.grade-hero-filter .select2-container--default .select2-selection--single {
    min-height: 52px;
    border: 1px solid #d7e1ed;
    border-radius: 16px;
    background: #ffffff;
    color: #152033;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}

.grade-hero-filter .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.grade-hero-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 28px;
    color: #152033;
    line-height: 1.4;
}

.grade-hero-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 14px;
}

@media (max-width: 767.98px) {
    .grade-hero-filter {
        min-width: 0;
        width: 100%;
    }
}

/* Submitted assignment page */
.submitted-assignment-hero {
    margin-bottom: 18px;
}

.submitted-assignment-shell {
    padding: 0;
}

.submitted-assignment-table-wrap {
    padding: 0;
}

.submitted-assignment-table-wrap .assignment_file {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #f8fbff;
    color: #42536a !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.submitted-assignment-table-wrap .assignment_file i,
.submitted-assignment-table-wrap .assignment_file iconify-icon {
    font-size: 13px;
    color: #5e7087;
}

.submitted-assignment-table-wrap .assignment_file:hover,
.submitted-assignment-table-wrap .assignment_file:focus {
    background: #f1f6fc;
    border-color: #cfd9e6;
    color: #253044;
    text-decoration: none;
    box-shadow: none;
}

/* Attendance page */
.attendance-page-hero {
    margin-bottom: 18px;
}

.afr-datatable .view_attendance {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #f9fafb;
    color: #42536a !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.afr-datatable .view_attendance:hover,
.afr-datatable .view_attendance:focus {
    background: #ffffff;
    border-color: #dadada;
    color: #253044;
    text-decoration: none;
    box-shadow: none;
    box-shadow: rgb(149 157 165 / 9%) 0px 8px 24px;
}

/* Teachers page */
.teachers-page-hero {
    margin-bottom: 18px;
}

.teachers-filter-card {
    border-radius: 22px;
}

/* Teacher add page */
.teacher-create-hero {
    margin-bottom: 0;
}

.teacher-create-shell .notice-create-shell-body {
    padding-top: 8px;
}

.teacher-create-upload-field .dropify-wrapper {
    min-height: 150px;
}

.teacher-create-upload-field .dropify-message p {
    font-size: 15px;
}

.teacher-create-shell .loader {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.teacher-create-shell .hide-loader {
    opacity: 0;
    visibility: hidden;
}

.teacher-create-shell .error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 4px;
    display: block;
}

.teacher-create-shell .error-border {
    border: 1px solid red !important;
}

/* Teacher view page */
.teacher-view-hero {
    margin-bottom: 18px;
}

.teacher-preview-bar {
    padding: 20px 20px 20px;
    border: 1px solid #e6ebf2;
    border-radius: 24px;
    background: #ffffff;
    /* box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04); */
}

.teacher-preview-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.teacher-preview-title {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    min-width: 0;
}

.teacher-preview-actions {
    margin-left: auto;
    flex-shrink: 0;
}

.teacher-preview-title strong {
    color: #101828;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.teacher-preview-created {
    margin: 0 0 10px;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.teacher-preview-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.teacher-preview-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid #e1e3e7;
    border-radius: 999px;
    background: #f9fafb;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
}

.teacher-preview-badge-status {
    background: #ecfdf3;
    border-color: #d1fadf;
    color: #027a48;
}

.teacher-preview-badge-status i {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
}

.teacher-preview-badge-action {
    background: #dda22c;
    border-color: #dda22c;
    color: #ffffff;
    text-decoration: none;
}

.teacher-preview-badge-action:hover,
.teacher-preview-badge-action:focus {
    color: #ffffff;
    text-decoration: none;
    background: #3db88b;
    border-color: #3db88b;
}

.teacher-preview-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #eaecf0;
    padding-top: 10px;
}

.teacher-preview-stat {
    padding: 0 24px;
    border-right: 1px solid #eaecf0;
}

.teacher-preview-stat:first-child {
    padding-left: 0;
}

.teacher-preview-stat:last-child {
    padding-right: 0;
    border-right: 0;
}

.teacher-preview-stat small {
    display: block;
    margin-bottom: 0;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.teacher-preview-stat strong {
    display: block;
    color: #101828;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.teacher-preview-stat p {
    margin: 4px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.teacher-preview-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.teacher-preview-initials {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, #6d5efc, #5b39d6);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.teacher-preview-initials img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher-preview-profile strong {
    font-size: 15px;
}

.teacher-preview-profile p {
    margin-top: 2px;
}

.teacher-preview-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #ffffff;
    color: #17243a;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.teacher-preview-action:hover,
.teacher-preview-action:focus {
    background: #f8fbff;
    color: #17243a;
    text-decoration: none;
}

.teacher-view-shell {
    display: grid;
    gap: 18px;
}

.teacher-view-content-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr) minmax(280px, 1fr);
    gap: 18px;
    align-items: stretch;
}

.teacher-view-detail-card {
    border: 1px solid #e7edf5;
    border-radius: 20px;
    background: #ffffff;
    padding: 20px 22px;
    height: 100%;
}

.teacher-view-avatar {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    overflow: hidden;
    background: #f6f8fb;
    flex-shrink: 0;
}

.teacher-view-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher-view-profile-copy {
    min-width: 0;
}

.teacher-view-role {
    display: inline-block;
    margin-bottom: 8px;
    color: #7a879a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.teacher-view-profile-copy h4 {
    margin: 0 0 6px;
    color: #152033;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.teacher-view-profile-copy p {
    margin: 0;
    color: #607086;
    font-size: 14px;
    font-weight: 500;
}

.teacher-view-profile-meta {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.teacher-view-meta-pill {
    min-width: 170px;
    padding: 14px 16px;
    border: 1px solid #e1e3e7;
    border-radius: 18px;
    background: #f8fbff;
}

.teacher-view-meta-pill small {
    display: block;
    margin-bottom: 6px;
    color: #7b8798;
    font-size: 12px;
    font-weight: 600;
}

.teacher-view-meta-pill strong {
    display: block;
    color: #152033;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}

.teacher-view-detail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.teacher-view-section-tag {
    margin: 0 0 4px;
    color: #8895a8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.teacher-view-detail-head h5 {
    margin: 0;
    color: #13233a;
    font-size: 18px;
    font-weight: 700;
}

.teacher-view-detail-head>span {
    color: #7f8b9d;
    font-size: 12px;
    font-weight: 500;
}

.teacher-view-detail-flat {
    border: 1px solid #eaecf0;
    border-radius: 18px;
    background: #ffffff;
    /* box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05); */
    padding: 14px 8px 12px;
}

.teacher-view-side-card,
.teacher-view-detail-flat {
    display: flex;
    flex-direction: column;
    min-height: 386px;
    height: 380px;
}

.teacher-view-detail-flat .teacher-view-detail-head {
    margin-bottom: 16px;
    padding: 0 16px;
}

.teacher-view-detail-flat .teacher-view-detail-head>span {
    color: #98a2b3;
}

.teacher-view-card-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    scrollbar-width: none;
}

.teacher-view-card-scroll::-webkit-scrollbar {
    width: 0;
}

.teacher-view-detail-card:hover .teacher-view-card-scroll {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.teacher-view-detail-card:hover .teacher-view-card-scroll::-webkit-scrollbar {
    width: 6px;
}

.teacher-view-detail-card:hover .teacher-view-card-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.teacher-view-detail-card:hover .teacher-view-card-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.teacher-view-detail-list {
    display: grid;
    gap: 4px;
}

.teacher-view-detail-row {
    display: grid;
    grid-template-columns: minmax(120px, 120px) minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 4px 16px;
}

.teacher-view-detail-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.teacher-view-detail-icon {
    width: 16px;
    color: #98a2b3;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
}

.teacher-view-detail-icon iconify-icon {
    display: block;
    font-size: 16px;
}

.teacher-view-detail-label small {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
}

.teacher-view-detail-value {
    min-width: 0;
    padding-top: 1px;
}

.teacher-view-detail-value strong {
    display: block;
    color: #101828;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-word;
}

.teacher-view-value-stack {
    display: grid;
    gap: 4px;
}

.teacher-view-value-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.teacher-view-value-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.teacher-view-value-badge-gray {
    background: #f2f4f7;
    color: #475467;
}

.teacher-view-value-badge-blue {
    background: #eaf2ff;
    color: #285ea8;
}

.teacher-view-value-badge-green {
    background: #e8f7ee;
    color: #2f855a;
}

.teacher-view-value-badge-amber {
    background: #fff4db;
    color: #a16207;
}

.teacher-view-value-badge-violet {
    background: #f0eaff;
    color: #6941c6;
}

.teacher-view-detail-note {
    margin: 14px 16px 0;
    padding: 0;
}

.teacher-view-detail-note small {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}

.teacher-view-detail-note p {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    background: #ffffff;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.teacher-view-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.teacher-view-detail-grid-rows {
    grid-template-columns: 1fr;
    gap: 0;
}

.teacher-view-detail-grid-rows .teacher-view-detail-item {
    display: grid;
    grid-template-columns: minmax(145px, 180px) minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #e1e3e7;
    border-radius: 0;
    background: transparent;
    min-width: 0;
}

.teacher-view-detail-grid-rows .teacher-view-detail-item:last-child {
    border-bottom: 0;
}

.teacher-view-detail-item small {
    display: block;
    margin-bottom: 6px;
    color: #8a97aa;
    font-size: 12px;
    font-weight: 600;
}

.teacher-view-detail-grid-rows .teacher-view-detail-item small {
    margin: 0;
    padding-top: 2px;
}

.teacher-view-detail-item strong {
    display: block;
    color: #17243a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    word-break: break-word;
}

.teacher-view-detail-item-wide {
    grid-column: 1 / -1;
}

.teacher-view-side-list,
.teacher-view-class-list,
.teacher-view-activity-list {
    display: grid;
    gap: 10px;
}

.teacher-view-side-item,
.teacher-view-class-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #e1e3e7;
    border-radius: 14px;
    background: #fbfcfe;
}

.teacher-view-side-item small,
.teacher-view-class-item small {
    display: block;
    color: #8a97aa;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.teacher-view-side-item strong,
.teacher-view-class-item strong {
    display: block;
    color: #17243a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.teacher-view-class-item span {
    flex-shrink: 0;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f5f8fc;
    color: #607086;
    font-size: 11px;
    font-weight: 600;
}

.teacher-view-empty-state {
    padding: 16px;
    border: 1px dashed #d9e2ec;
    border-radius: 14px;
    background: #fbfcfe;
    color: #758399;
    font-size: 13px;
    font-weight: 500;
}

.teacher-view-activity-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
}

.teacher-view-activity-dot {
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 999px;
    background: #29b36a;
    flex-shrink: 0;
}

.teacher-view-activity-item strong {
    display: block;
    margin-bottom: 4px;
    color: #17243a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.teacher-view-activity-item small {
    display: block;
    color: #8794a6;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}

.teacher-view-activity-item small span {
    margin: 0 4px;
}

@media (max-width: 991.98px) {
    .teacher-view-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .teacher-view-detail-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .teacher-view-detail-flat,
    .teacher-view-side-card {
        min-height: 420px;
    }

    .teacher-preview-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .teacher-preview-stat:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 767.98px) {
    .teacher-view-content-grid {
        grid-template-columns: 1fr;
    }

    .teacher-preview-bar,
    .teacher-view-detail-card {
        padding: 18px;
        border-radius: 18px;
    }

    .teacher-preview-copy h3 {
        font-size: 18px;
    }

    .teacher-view-detail-head h5 {
        font-size: 17px;
    }

    .teacher-preview-stats {
        grid-template-columns: 1fr;
    }

    .teacher-preview-stat {
        border-right: 0;
        border-bottom: 1px solid #e1e3e7;
    }

    .teacher-preview-stat:last-child {
        border-bottom: 0;
    }

    .teacher-view-detail-grid-rows .teacher-view-detail-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .teacher-view-detail-flat,
    .teacher-view-side-card {
        min-height: auto;
    }

    .teacher-preview-subline span {
        display: none;
    }
}

/* Enrollment show page */
.installment-container-v3 {
    padding: 0;
}

.installment-header-v3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 5px;
}

.installment-title-v3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.installment-subtitle-v3 {
    font-size: 0.875rem;
    color: #666;
    margin: 4px 0 0 0;
}

.overall-progress-v3 {
    width: 240px;
}

.progress-info-v3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.813rem;
    font-weight: 600;
}

.progress-bar-container-v3 {
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill-v3 {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #34d399);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.installment-grid-v3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.installment-card-v3 {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.installment-card-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.1);
    border-color: #d1d5db;
}

.card-top-v3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.inst-badge-v3 {
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #374151;
}

.status-indicator-v3 {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
}

.status-indicator-v3.paid {
    background: #ecfdf5;
    color: #059669;
}

.status-indicator-v3.overdue {
    background: #fef2f2;
    color: #dc2626;
}

.status-indicator-v3.pending {
    background: #fffbeb;
    color: #d97706;
}

.card-main-v3 {
    flex-grow: 1;
}

.card-footer-v3 {
    margin-top: auto;
}

.card-footer-v3.paid-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.card-footer-v3.paid-actions .action-btn-v3 {
    width: 100%;
    justify-content: center;
}

.card-footer-v3.paid-actions form {
    width: 100%;
}

.card-footer-v3.paid-actions form .action-btn-v3 {
    width: 100%;
}

.card-footer-v3.unpaid-actions {
    display: flex;
}

.card-footer-v3.unpaid-actions .action-btn-v3 {
    width: 100%;
    justify-content: center;
}

.amount-group-v3 {
    display: flex;
    background: #f9fafb;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    align-items: center;
}

.amount-item-v3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.amount-divider-v3 {
    width: 1px;
    height: 32px;
    background: #e5e7eb;
    margin: 0 16px;
}

.l-label-v3 {
    font-size: 0.688rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #6b7280;
}

.l-value-v3 {
    font-size: 1.125rem;
    font-weight: 800;
    color: #111827;
}

.text-success-v3 {
    color: #10b981 !important;
}

.meta-info-v3 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.meta-row-v3 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.meta-item-v3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.813rem;
    font-weight: 600;
    color: #4b5563;
}

.meta-item-v3 i {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.reminder-stat-v3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
}

.stat-box-v3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-label-v3 {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
}

.stat-count-v3 {
    background: #4b5563;
    color: #fff;
    font-size: 0.688rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 99px;
}

.stat-date-v3 {
    font-size: 0.75rem;
    color: #9ca3af;
    font-weight: 500;
}

.student-portal-transaction-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.student-portal-transaction-status {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.688rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}

.student-portal-transaction-status.paid {
    background: #ecfdf5;
    color: #059669;
}

.student-portal-transaction-status.partial {
    background: #fffbeb;
    color: #d97706;
}

.student-portal-transaction-status.pending {
    background: #fffbeb;
    color: #d97706;
}

.student-portal-transaction-amount.pending {
    color: #d97706;
}

.student-portal-transaction-status.rejected {
    background: #fef2f2;
    color: #dc2626;
}

.student-portal-transaction-reason {
    font-size: 0.75rem;
    color: #dc2626;
    margin-top: 4px;
}

.student-portal-transaction-check {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 4px;
}

.student-portal-transaction-side {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    text-align: right;
}

.student-portal-transaction-amount.rejected {
    color: #dc2626;
}

.student-portal-transaction-payload {
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #6b7280;
    word-break: break-word;
}

.card-footer-v3 {
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

.action-btn-v3 {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.action-btn-v3.primary {
    background: #1a1a1a;
    color: #fff;
}

.action-btn-v3.primary:hover {
    background: #333;
    transform: translateY(-1px);
}

.action-btn-v3.secondary {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #e5e7eb;
}

.action-btn-v3.secondary:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.no-data-v3 {
    grid-column: 1 / -1;
    padding: 80px 20px;
    text-align: center;
    background: #f9fafb;
    border-radius: 20px;
    border: 2px dashed #e5e7eb;
    color: #9ca3af;
}

.sed-quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sed-quick-actions-grid .sed-btn {
    width: 100%;
    justify-content: center;
}

.student-portal-transaction-actions {
    display: flex;
    align-items: center;
}

.transaction-action-link {
    color: #9ca3af;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.transaction-action-link:hover {
    color: #1a1a1a;
    background: #f3f4f6;
}

.transaction-action-link i {
    width: 16px;
    height: 16px;
}

.student-portal-transaction-actions .dropdown-menu {
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 4px;
    min-width: 160px;
    margin-top: 4px !important;
}

.student-portal-transaction-actions .dropdown-item {
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.813rem;
    color: #4b5563;
}

.student-portal-transaction-actions .dropdown-item:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.student-portal-transaction-actions .dropdown-item i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    color: #6b7280;
}

.field-input {
    border-bottom: 1px solid #4a5568;
    min-height: 22px;
    padding: 3px 5px;
    background-color: #fafafa;
}

.field-input-box {
    border: 1px solid #4a5568;
    min-height: 22px;
    padding: 3px 5px;
    background-color: #fafafa;
}

.checkbox-row {
    margin: 6px 0;
}

.checkbox-box {
    font-family: DejaVu Sans, sans-serif;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #4a5568;
    margin-right: 5px;
    vertical-align: baseline;
    background-color: #ffffff;
    position: relative;
    line-height: 11px;
}

.checkbox-label {
    font-size: 10pt;
    vertical-align: middle;
}

.document-item {
    border: 1px dashed #4a5568;
    padding: 10px 12px;
    margin-bottom: 8px;
    background-color: #fffbeb;
}

.document-item .doc-title {
    font-weight: bold;
    color: #744210;
}

.document-item .doc-note {
    font-size: 9pt;
    color: #666666;
    font-style: italic;
}

.agreement-text {
    font-size: 10pt;
    text-align: justify;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e2e8f0;
    background-color: #f7fafc;
}

.signature-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #cbd5e0;
}

table.signature-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

table.signature-table td {
    padding: 8px;
    vertical-align: bottom;
}

.signature-line {
    border-bottom: 1px solid #1a1a1a;
    min-height: 40px;
    margin-top: 30px;
}

.signature-label {
    font-size: 9pt;
    color: #4a5568;
    text-align: center;
    padding-top: 3px;
}

.footer {
    text-align: center;
    font-size: 9pt;
    color: #718096;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #e2e8f0;
}

.two-column {
    width: 50%;
}

.three-column {
    width: 33.33%;
}

.four-column {
    width: 25%;
}

.full-width {
    width: 100%;
}

.office-use {
    background-color: #f9fafb;
    border: 2px solid #e2e2e2;
    padding: 10px;
    margin-top: 20px;
}

.office-use-title {
    font-weight: bold;
    font-size: 10pt;
    color: #4a5568;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Office Use Section Refinements */
.office-use-form-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 13px;
    color: #2d3748;
    background-color: #ffffff;
    transition: border-color 0.2s;
}

.office-use-form-input:focus {
    outline: none;
    border-color: #f8c021;
    box-shadow: 0 0 0 2px rgba(248, 192, 33, 0.1);
}

.office-use-status-box {
    padding: 8px 10px;
    border-bottom: 1px solid #cbd5e0;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    min-height: 35px;
    display: flex;
    align-items: center;
}

.office-use .form-check-input {
    cursor: pointer;
    -webkit-appearance: radio !important;
    appearance: radio !important;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
    position: relative !important;
    margin-right: 5px !important;
    z-index: 1 !important;
}

.office-use .form-check-label {
    font-size: 13px;
    color: #4a5568;
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

/* Grid Layout for Office Use */
.office-use-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.office-use-col-3 {
    flex: 1;
    min-width: 200px;
}

.office-use-col-2 {
    flex: 1;
    min-width: 250px;
}

.office-use-col-full {
    width: 100%;
}

.btn-office-save {
    background: linear-gradient(58.28deg, #f8c021 -14.11%, #ce901e 80.9%);
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

.btn-office-save:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}

.back-wtp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
    padding: 26px 28px;
    margin: -12px 0 18px;
    border: 1px solid #e4ebe6;
    border-radius: 0;
    background: radial-gradient(circle at top right, rgba(244, 181, 33, 0.16), transparent 28%),
        linear-gradient(180deg, #f6fbf7 0%, #eef5ef 100%);
    margin-bottom: 0;
}

.back-wtp-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 260px;
    min-width: 0;
}

.back-wtp-tag {
    margin: 0;
    color: #7c8ba1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.back-wtp-title {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.back-wtp-subtitle {
    margin: 0;
    color: #5d6b80;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    max-width: 620px;
}

.back-wtp .sed-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #516178;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.back-wtp .sed-back-link:hover {
    color: #1e293b;
    text-decoration: none;
}

.back-wtp .sed-back-link i,
.back-wtp .sed-back-link svg {
    width: 16px;
    height: 16px;
}

.back-wtp-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    flex: 1 1 760px;
    flex-wrap: wrap;
}

.studern-enrill {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    /* width: 100%; */
}

.studern-enrill .select2-container,
.studern-enrill .form-control-custom {
    width: 100% !important;
    min-width: 320px;
    flex: 1 1 320px;
}

.sed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 18px 18px 20px;
    /* border: 1px solid #e1e3e7; */
    border-radius: 20px;
    background: #ffffff;
}

.tabHead {
    margin-bottom: 20px;
}

.sed-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 320px;
    min-width: 0;
}

.sed-avatar {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f2b11a 0%, #d89a12 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
}

.sed-student-name {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.sed-student-id {
    color: #66758a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.sed-status-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
    flex: 1 1 520px;
}

.back-wtp-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.back-wtp-actions .btn,
.back-wtp-actions .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none !important;
    white-space: nowrap;
    margin: 0 !important;
}

.back-wtp-actions .btn i,
.back-wtp-actions .btn svg,
.back-wtp-actions .badge i {
    width: 14px;
    height: 14px;
}

.back-wtp-actions .btn.btn-primary {
    background: #f4b521;
    border-color: #f4b521;
    color: #FFFF;
}

.back-wtp-actions .btn.btn-primary:hover {
    background: #e3a713;
    border-color: #e3a713;
    color: #FFF;
}

.back-wtp-actions .btn.btn-success {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    color: #1f2937;
}

.back-wtp-actions .btn.btn-success:hover {
    background: #f8fafc;
    border-color: #cfd8e6;
    color: #111827;
}

.back-wtp-actions .btn.btn-secondary {
    background: #18243a;
    border-color: #18243a;
    color: #ffffff;
}

.back-wtp-actions .btn.btn-secondary:hover {
    background: #111a2c;
    border-color: #111a2c;
    color: #ffffff;
}

.sed-status-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.sed-status-label {
    margin: 0;
    color: #536275;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.sed-status-bar .btn,
.sed-status-bar .badge,
.sed-status-bar .sed-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px;
    margin: 0 !important;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: none !important;
    white-space: nowrap;
}

.sed-status-bar .btn i,
.sed-status-bar .btn svg,
.sed-status-bar .badge i,
.sed-status-bar .sed-badge i,
.sed-status-bar .sed-badge svg {
    width: 14px;
    height: 14px;
}

.sed-badge-success,
.sed-status-bar .bg-success {
    background: #ecfdf3 !important;
    border: 1px solid #c9f3de;
    color: #059669 !important;
}

.sed-badge-warning {
    background: #fff8e7;
    border: 1px solid #f5e1ab;
    color: #c27b0a;
}

.sed-badge-danger,
.sed-badge-secondary {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
}

.sed-badge-info {
    background: #eef6ff;
    border: 1px solid #cfe0ff;
    color: #2563eb;
}

.sed-status-bar .btn.btn-primary,
.sed-status-bar .btn.btn-success,
.sed-status-bar .btn.btn-secondary {
    border: 0;
}

@media (max-width: 991.98px) {
    .sed-status-bar {
        justify-content: flex-start;
        gap: 14px;
    }
}

@media (max-width: 767.98px) {

    .back-wtp,
    .sed-header {
        padding: 16px;
    }

    .studern-enrill {
        margin-left: 0;
        justify-content: flex-start;
    }

    .back-wtp-right {
        margin-left: 0;
        justify-content: flex-start;
    }

    .back-wtp-actions {
        justify-content: flex-start;
    }

    .studern-enrill .select2-container,
    .studern-enrill .form-control-custom {
        min-width: 0;
    }

    .sed-header-left,
    .sed-status-bar {
        width: 100%;
    }

    .sed-status-item {
        flex-wrap: wrap;
    }

    .sed-status-bar .btn,
    .back-wtp-actions .btn {
        width: 100%;
    }
}

input[type="checkbox"] {
    border: 1px solid gray;
}

/* End enrollment show page */

/* Attendance view page */
.attendance-view-shell {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.attendance-hero-actions {
    flex-wrap: nowrap;
}

.attendance-hero-actions .grade-hero-filter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.attendance-hero-actions .grade-hero-filter {
    min-width: 400px;
    flex: 0 0 400px;
}

.attendance-hero-actions .student-list-top-btn {
    flex: 0 0 auto;
}

.attendance-view-panel {
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 18px;
    overflow: hidden;
}

.attendance-view-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 18px;
    border-bottom: 1px solid #f0f2f5;
}

.attendance-view-panel-head h4 {
    margin: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 700;
}

.attendance-view-panel-head p {
    margin: 8px 0 0;
    color: #667085;
    font-size: 14px;
}

.attendance-view-student-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    background: #f9fafb;
}

.attendance-view-student-chip img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.attendance-view-student-chip .vcv-student-initials-badge,
.vcv-student-initials-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
}

.attendance-view-student-chip strong,
.attendance-view-student-chip span {
    display: block;
    line-height: 1.3;
}

.attendance-view-student-chip strong {
    color: #101828;
    font-size: 14px;
    font-weight: 700;
}

.attendance-view-student-chip span {
    color: #667085;
    font-size: 12px;
}

.attendance-view-table-wrap {
    padding: 0 24px 24px;
    overflow-x: auto;
}

.attendance-view-table {
    width: 100%;
    min-width: 900px;
    border-collapse: separate;
    border-spacing: 0;
}

.attendance-view-table thead th {
    padding: 14px 16px;
    border-bottom: 1px solid #eaecf0;
    background: #f8fafc;
    color: #475467;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.attendance-view-table tbody td {
    padding: 18px 16px;
    border-bottom: 1px solid #f2f4f7;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

.attendance-view-table tbody tr:last-child td {
    border-bottom: 0;
}

.attendance-view-table .sticky-col {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
}

.attendance-view-table thead .sticky-col {
    z-index: 3;
    background: #f8fafc;
    text-align: left;
}

.attendance-view-student-name {
    text-align: left !important;
    min-width: 240px;
}

.attendance-view-student-name strong {
    display: block;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
}

.attendance-view-student-name span {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
}

.attendance-view-note {
    margin: 0;
    padding: 18px 24px 0;
    color: #667085;
    font-size: 13px;
}

@media (max-width: 767.98px) {

    .attendance-hero-actions,
    .attendance-hero-actions .grade-hero-filter-form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .attendance-hero-actions .grade-hero-filter {
        min-width: 100%;
        flex: 1 1 100%;
    }

    .attendance-view-panel-head {
        flex-direction: column;
        padding: 20px 18px 16px;
    }

    .attendance-view-table-wrap {
        padding: 0 18px 18px;
    }

    .attendance-view-note {
        padding: 16px 18px 0;
    }
}

/* Hybrid Course Page */
.introjs-skipbutton {
    display: none !important;
}

.course-directory-grid {
    row-gap: 0px;
}

.course-directory-card {
    border: 1px solid #e7edf4;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
    overflow: hidden;
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.course-directory-card:hover {
    transform: translateY(-2px);
    border-color: #d7e1ec;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.course-directory-card .card-body {
    padding: 16px !important;
    position: relative;
}

.course-directory-summary-trigger {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    color: inherit;
}

.course-directory-summary-trigger:focus-visible {
    outline: 2px solid #d0d5dd;
    outline-offset: 4px;
    border-radius: 18px;
}

.course-directory-media {
    position: relative;
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fafc;
}

.course-directory-media img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.course-directory-media-placeholder {
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, #f8fafc 0%, #f2f6fb 100%);
    color: #98a2b3;
}

.course-directory-media-placeholder-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e7edf4;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.course-directory-media-placeholder-icon iconify-icon {
    font-size: 24px;
}

.course-directory-media-placeholder-text {
    font-size: 13px;
    font-weight: 600;
}

.course-directory-status {
    position: absolute;
    top: 12px;
    right: 12px;
    min-height: 20px;
    padding: 0px 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.course-directory-status.is-active {
    background: rgba(236, 253, 243, 0.95);
    border: 1px solid #b7ebce;
    color: #027a48;
}

.course-directory-status.is-inactive {
    background: rgba(254, 242, 242, 0.96);
    border: 1px solid #f5c2c7;
    color: #b42318;
}

.course-directory-status-overlay {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 3;
}

.course-directory-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0;
}

.course-directory-id {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.course-directory-chip {
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    color: #344054;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.course-directory-chip iconify-icon {
    font-size: 14px;
    color: #667085;
}

.course-directory-chip-syllabus {
    min-height: auto;
    padding: 0;
    gap: 6px;
    background: transparent;
    border: 0;
    color: #2196F3;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
}

.course-directory-chip-syllabus:hover {
    background: transparent;
    color: #2196F3;
}

.course-directory-chip-syllabus iconify-icon {
    font-size: 13px;
    color: #2196F3;
}

.course-directory-chip-syllabus span {
    position: relative;
}

.course-directory-chip-syllabus span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #2196F3;
    /* opacity: 0.18; */
    transition: opacity 0.18s ease;
}

.course-directory-chip-syllabus:hover span::after {
    opacity: 0.45;
}

.course-directory-title {
    margin: 0 0 6px;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.course-directory-description {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    /* min-height: 42px; */
}

.course-directory-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding-top: 0;
    border-top: 0;
}

.course-directory-stat {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e8eef5;
    color: #344054;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.course-directory-stat iconify-icon {
    font-size: 15px;
    color: #667085;
}

.course-directory-card .card-footer {
    padding: 14px 16px 16px !important;
    background: #ffffff;
    border-top: 1px solid #eef2f6;
}

.course-directory-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.course-directory-tools {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.course-directory-tool {
    width: 38px;
    height: 38px;
    border-radius: 5px !important;
    border: 1px solid #e4e7ec !important;
    background: #ffffff !important;
    color: #344054 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    transition: all 0.18s ease;
}

.course-directory-tool:hover {
    border-color: #f5bc16 !important;
    background: #f8fafc !important;
    color: #101828 !important;
    transform: translateY(-1px);
}

.course-directory-tool.icon-edit:hover {
    border-color: #fecaca !important;
    background: #fff1f2 !important;
    color: #be123c !important;
}

.course-directory-tool.course-directory-tool-google:hover {
    background: #ffffff !important;
}

.course-directory-tool iconify-icon,
.course-directory-tool i {
    font-size: 17px;
}

.course-directory-document {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #dbe4ee;
    background: #ffffff;
    color: #1d2939;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.18s ease;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.course-directory-document:hover {
    border-color: #c7d2e0;
    background: #f8fafc;
    color: #101828;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.course-directory-document iconify-icon {
    font-size: 16px;
    color: #667085;
}

.course-directory-document-empty {
    min-height: 38px;
    padding: 0 2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}

.course-directory-document-empty iconify-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e7edf4;
    color: #98a2b3;
    font-size: 15px;
}

.course-detail-offcanvas {
    width: 540px !important;
    border-left: 1px solid #eceff3;
    background: #ffffff;
}

.course-detail-offcanvas-header {
    padding: 14px 16px 10px;
    border-bottom: 0;
    background: #f8fafc;
}

.course-detail-offcanvas-topline {
    display: flex;
    align-items: center;
}

.course-detail-top-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.course-detail-top-meta iconify-icon {
    font-size: 17px;
}

.course-detail-offcanvas-body {
    padding: 15px;
}

.course-detail-offcanvas-footer {
    padding: 12px 16px 16px;
    border-top: 1px solid #e7edf4;
    background: #ffffff;
}

.course-detail-cover {
    position: relative;
    border: 1px solid #e7edf4;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f8;
    min-height: 200px;
    margin-bottom: 14px;
}

.course-detail-cover img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.course-detail-cover-placeholder {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    text-align: center;
}

.course-detail-cover-placeholder-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e7edf4;
    color: #98a2b3;
}

.course-detail-cover-placeholder-icon iconify-icon {
    font-size: 26px;
}

.course-detail-status {
    position: absolute;
    top: 14px;
    right: 14px;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.course-detail-status.is-active {
    background: rgba(236, 253, 243, 0.95);
    border: 1px solid #b7ebce;
    color: #027a48;
}

.course-detail-status.is-inactive {
    background: rgba(254, 242, 242, 0.96);
    border: 1px solid #f5c2c7;
    color: #b42318;
}

.course-detail-card {
    border: none;
    border-radius: 20px;
    background: #ffffff;
    padding: 0px;
}

.course-detail-card-meta {
    margin-bottom: 6px;
}

.course-detail-code {
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.course-detail-title {
    margin: 0 0 10px;
    color: #101828;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
}

.course-detail-summary {
    margin-bottom: 12px;
    color: #475467;
    font-size: 13px;
    line-height: 1.65;
}

.course-detail-summary p:last-child {
    margin-bottom: 0;
}

.course-detail-text-card {
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.course-detail-text-card small {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.course-detail-text-card p:last-child {
    margin-bottom: 0;
}

.course-detail-text-card p,
.course-detail-text-card div {
    color: #344054;
    font-size: 13px;
    line-height: 1.6;
}

.course-detail-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.course-detail-stat-pill {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f8fafc;
    border: 1px solid #e8eef5;
    color: #344054;
    font-size: 12px;
    font-weight: 500;
}

.course-detail-stat-pill iconify-icon {
    font-size: 15px;
    color: #667085;
}

.course-detail-section {
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    background: #ffffff;
}

.course-detail-section:last-child {
    margin-bottom: 0;
}

.course-detail-section-head {
    margin-bottom: 10px;
}

.course-detail-section-head h6 {
    margin: 0;
    color: #344054;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.course-detail-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.course-detail-info-grid-wide .course-detail-info-card strong {
    line-height: 1.5;
}

.course-detail-overview-grid .course-detail-info-card strong {
    line-height: 1.55;
}

.course-detail-info-card {
    padding: 10px 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.course-detail-info-card small {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
}

.course-detail-info-card strong {
    display: block;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    word-break: break-word;
}

.course-detail-fee-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.course-detail-fee-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #475467;
    font-size: 13px;
}

.course-detail-fee-row strong {
    color: #101828;
    font-size: 13px;
    font-weight: 700;
}

.course-detail-fee-row.is-total {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid #eef2f6;
}

.course-detail-fee-row.is-total span,
.course-detail-fee-row.is-total strong {
    color: #101828;
}

.course-detail-doc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.course-detail-doc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.course-detail-doc-copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #344054;
    font-size: 13px;
    font-weight: 500;
}

.course-detail-doc-copy iconify-icon {
    font-size: 16px;
    color: #667085;
}

.course-detail-doc-badge {
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.course-detail-doc-badge.is-required {
    background: #fff4df;
    color: #b54708;
}

.course-detail-doc-badge.is-optional {
    background: #eef2f6;
    color: #475467;
}

.course-detail-empty {
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.course-detail-actions {
    padding-top: 0;
}

.course-detail-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.course-detail-document {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #dbe4ee;
    background: #ffffff;
    color: #1d2939;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    transition: all 0.18s ease;
}

.course-detail-document:hover {
    border-color: #c7d2e0;
    background: #f8fafc;
    color: #101828;
}

.course-detail-document iconify-icon {
    font-size: 16px;
}

.course-detail-document-empty {
    min-height: 38px;
    padding: 0 2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}

.course-detail-document-empty iconify-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e7edf4;
    color: #98a2b3;
    font-size: 15px;
}

.course-detail-action-grid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.course-detail-icon-btn {
    width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 5px;
    border: 1px solid #e4e7ec;
    background: #ffffff;
    color: #344054;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.18s ease;
    text-decoration: none;
}

.course-detail-icon-btn:hover {
    border-color: #f5bc16;
    background: #f8fafc;
    color: #101828;
    transform: translateY(-1px);
}

.course-detail-icon-btn-google:hover {
    background: #ffffff;
}

.course-detail-icon-btn iconify-icon {
    font-size: 18px;
}

.course-detail-icon-btn i {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .course-directory-media img {
        height: 150px;
    }

    .course-directory-media-placeholder {
        height: 150px;
    }

    .course-directory-title {
        font-size: 16px;
    }

    .course-directory-stats {
        gap: 8px;
    }

    .course-directory-stat {
        font-size: 12px;
        min-height: 32px;
        padding: 0 10px;
    }

    .course-directory-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .course-directory-tools {
        justify-content: flex-start;
    }

    .course-detail-offcanvas {
        width: 100% !important;
    }

    .course-detail-cover,
    .course-detail-cover img,
    .course-detail-cover-placeholder {
        min-height: 170px;
        height: 170px;
    }

    .course-detail-title {
        font-size: 20px;
    }

    .course-detail-info-grid {
        grid-template-columns: 1fr;
    }

    .course-detail-action-row {
        flex-direction: column;
        align-items: stretch;
    }

    .course-detail-action-grid {
        justify-content: flex-start;
    }
}

/* Hybrid Course Add Page */
.hybrid-course-upload-field .dropify-wrapper {
    min-height: 120px;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    background: #f8fafc;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.hybrid-course-upload-field .dropify-wrapper:hover {
    border-color: #d0d5dd;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.hybrid-course-upload-field .dropify-message {
    padding: 14px 12px;
}

.hybrid-course-upload-field .dropify-message p {
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}

.hybrid-course-upload-field .dropify-font-upload:before,
.hybrid-course-upload-field .dropify-wrapper .dropify-message span.file-icon:before {
    color: #98a2b3;
}

.hybrid-course-upload-field input[type="file"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    background: #f8fafc;
    color: #344054;
    font-size: 13px;
    font-weight: 500;
}

.hybrid-course-upload-field input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #1d2939;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    cursor: pointer;
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.hybrid-course-upload-field input[type="file"]::file-selector-button:hover {
    background: #f2f4f7;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

.hybrid-course-doc-dropdown .dropbtn {
    min-height: 42px;
    padding: 11px 16px !important;
    margin-right: 0;
    border: 1px solid #d9e2ec !important;
    border-radius: 10px;
    background: #ffffff;
    color: #344054 !important;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}

.hybrid-course-doc-dropdown .dropbtn::after {
    display: none;
}

.hybrid-course-doc-dropdown .dropbtn .selected-count {
    flex: 1 1 auto;
    text-align: left;
}

.hybrid-course-doc-angle {
    flex-shrink: 0;
    font-size: 18px;
    color: #667085;
    transition: transform 0.18s ease, color 0.18s ease;
}

.hybrid-course-doc-dropdown .dropbtn:focus,
.hybrid-course-doc-dropdown .dropbtn.show {
    border-color: #c6d2df !important;
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.04);
}

.hybrid-course-doc-dropdown .dropbtn.show .hybrid-course-doc-angle {
    transform: rotate(180deg);
    color: #344054;
}

.hybrid-course-doc-dropdown .dropdown-menu {
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.hybrid-course-doc-dropdown .filTerSearchMain {
    width: 100%;
    margin: 0 0 12px;
    position: relative;
}

.hybrid-course-doc-dropdown .filterclSearch {
    height: 42px;
    border-radius: 12px;
    border: 1px solid #e4e7ec;
    padding: 0 42px 0 14px;
    font-size: 14px;
    color: #344054;
    background: #ffffff;
}

.hybrid-course-doc-dropdown .filterclSearch:focus {
    border-color: #d0d5dd;
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.04);
}

.hybrid-course-doc-dropdown .filTerSearchMain iconify-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #667085;
}

.hybrid-course-doc-dropdown .sellallitemsMain {
    margin-bottom: 8px;
}

.hybrid-course-doc-dropdown .CustomselectallContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 2px 10px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
}

.hybrid-course-doc-dropdown .clDivider_full {
    background: #edf2f7;
}

.hybrid-course-doc-dropdown .Customdrpitems_container {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 2px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.hybrid-course-doc-dropdown .mainoptionContainer {
    margin-bottom: 6px;
}

.hybrid-course-doc-dropdown .mainoptionContainer:last-child {
    margin-bottom: 0;
}

.hybrid-course-doc-dropdown .dropfilter_options {
    margin: 0;
    padding: 5px;
    border: none;
    border-radius: 12px;
    background: #ffffff;
    color: #1f2937;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.hybrid-course-doc-dropdown .dropfilter_options:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.hybrid-course-doc-dropdown .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    box-shadow: none;
}

.hybrid-course-doc-dropdown .form-check-input:checked {
    background-color: #fbb70b;
    border-color: #fbb70b;
}

.hybrid-course-doc-dropdown .no-data {
    margin: 10px 0 2px;
    color: #667085;
    font-size: 13px;
    text-align: center;
}

/* In Person Syllabus Page */
.inperson-syllabus-shell {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.inperson-syllabus-grid {
    row-gap: 20px;
}

.inperson-syllabus-card {
    height: 100%;
    padding: 16px;
    border: 1px solid #eaecf0;
    border-radius: 20px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

.inperson-syllabus-card:hover {
    border-color: #d0d5dd;
    background: #fcfcfd;
}

.inperson-syllabus-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.inperson-syllabus-card-code {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0px 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    color: #475467;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.inperson-syllabus-card-status {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.inperson-syllabus-card-status.is-active {
    background: #ecfdf3;
    border: 1px solid #d1fadf;
    color: #027a48;
}

.inperson-syllabus-card-status.is-inactive {
    background: #f9fafb;
    border: 1px solid #eaecf0;
    color: #667085;
}

.inperson-syllabus-card-media {
    overflow: hidden;
    height: 150px;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    background: #f8fafc;
}

.inperson-syllabus-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inperson-syllabus-card-media-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #98a2b3;
    font-size: 13px;
}

.inperson-syllabus-card-media-placeholder iconify-icon {
    font-size: 26px;
}

.inperson-syllabus-card-content {
    padding-top: 10px;
}

.inperson-syllabus-card-content h3 {
    margin: 0 0 0px;
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.inperson-syllabus-card-content p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.inperson-syllabus-card-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    min-height: 35px;
    padding: 0 14px;
    border: 1px solid #dbe4ff;
    border-radius: 999px;
    background: #e5a60b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.inperson-syllabus-card-action iconify-icon {
    font-size: 16px;
    color: currentColor;
}

.inperson-syllabus-card:hover .inperson-syllabus-card-action {
    background: #6bca89;
    border-color: #6bca89;
    color: #ffffff;
}

.inperson-syllabus-empty-state {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 28px 20px;
    border: 1px solid #eaecf0;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
}

.inperson-syllabus-empty-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    background: #f8fafc;
}

.inperson-syllabus-empty-icon iconify-icon {
    font-size: 24px;
    color: #667085;
}

.inperson-syllabus-empty-state h5 {
    margin: 0;
    color: #101828;
    font-size: 18px;
    font-weight: 600;
}

.inperson-syllabus-empty-state p {
    margin: 0;
    max-width: 340px;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .inperson-syllabus-card {
        padding: 14px;
        border-radius: 18px;
    }

    .inperson-syllabus-card-media {
        height: 180px;
    }

    .inperson-syllabus-card-content h3 {
        font-size: 16px;
    }
}

/* Hybrid Course Syllabus Mode Modal */
.syllabus-mode-modal .modal-dialog {
    max-width: 1040px;
    padding: 10px;
}

.syllabus-mode-modal-content {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
}

.syllabus-mode-modal-header {
    align-items: flex-start;
    padding: 15px 22px 0;
    border-bottom: 0;
}

.syllabus-mode-modal-header .btn-close {
    margin: 4px 0 0 auto;
    opacity: 1;
}

.syllabus-mode-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #475467;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.syllabus-mode-modal-header .modal-title {
    margin: 0px;
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.syllabus-mode-modal-subtitle {
    max-width: 560px;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.syllabus-mode-modal-body {
    padding: 18px 22px 22px;
}

.syllabus-mode-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
}

.syllabus-mode-card {
    flex: 1 1 260px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.syllabus-mode-card:hover,
.syllabus-mode-card:focus {
    border-color: #d0d5dd;
    background: #fcfcfd;
}

.syllabus-mode-card-media {
    position: relative;
    /* overflow: hidden; */
    /* min-height: 158px; */
    /* border: 1px solid #edf0f3; */
    /* border-radius: 14px; */
    background: #f8fafc;
}

/* .syllabus-mode-card-media::before,
.syllabus-mode-card-media::after {
    content: "";
    position: absolute;
    border-radius: 12px;
    transform: rotate(-3deg);
    pointer-events: none;
}

.syllabus-mode-card-media::before {
    inset: 18px 84px 24px 18px;
    background: #ffd88a;
}

.syllabus-mode-card-media::after {
    inset: 22px 18px 18px 98px;
    background: #d7b4ff;
} */

.syllabus-mode-card-media img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    /* height: 104px; */
    margin: 0;
    /* border: 1px solid #e5e7eb; */
    border-radius: 0;
    object-fit: cover;
    background: #ffffff;
}

.syllabus-mode-card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 12px 2px 2px;
}

.syllabus-mode-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.syllabus-mode-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #344054;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.syllabus-mode-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    color: #475467;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.syllabus-mode-card h3 {
    margin: 0 0 8px;
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.syllabus-mode-card p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

.syllabus-mode-card-brand {
    margin-top: auto;
    padding-top: 14px;
    color: #475467;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .syllabus-mode-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .syllabus-mode-modal .modal-dialog {
        padding: 10px;
    }

    .syllabus-mode-modal-header,
    .syllabus-mode-modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .syllabus-mode-modal-header .modal-title {
        font-size: 18px;
    }

    .syllabus-mode-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .syllabus-mode-card h3 {
        font-size: 15px;
    }
}

.syllabus-show-hero {
    margin-bottom: 15px;
}

.syllabus-show-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 15px;
    border: 1px solid #e6ecf3;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: none;
    margin-bottom: 0;
}

.syllabus-show-hero-main {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.syllabus-show-hero-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #e6ecf3;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #009688;
}

.syllabus-show-hero-icon iconify-icon {
    font-size: 26px;
}

.syllabus-show-hero .student-list-hero-copy .page-title {
    margin-bottom: 6px;
    color: #1b2450;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.syllabus-show-hero .student-list-hero-tag {
    margin-bottom: 6px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.syllabus-show-hero .student-list-hero-subtitle {
    max-width: 760px;
    margin-bottom: 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

.syllabus-show-hero-actions {
    flex-shrink: 0;
}

.syllabus-show-create-btn {
    min-height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #dca027 0%, #f7bf22 100%);
    /* box-shadow: 0 10px 24px rgba(52, 86, 209, 0.18); */
    font-size: 13px;
    font-weight: 700;
}

.syllabus-show-create-btn:hover,
.syllabus-show-create-btn:focus {
    background: linear-gradient(135deg, #6ccb89 0%, #3db88b 100%);
    border: none !important;
}

.syllabus-show-layout {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.syllabus-show-week-panel,
.syllabus-show-table-panel {
    border: 1px solid #e6ecf3;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    padding: 8px;
}

.syllabus-show-panel-head,
.syllabus-show-table-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 0px 7px 15px;
}

.syllabus-show-panel-head h5,
.syllabus-show-table-head h5 {
    margin: 0 0 5px;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.syllabus-show-panel-head span,
.syllabus-show-table-head span {
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.syllabus-show-tabs-wrap {
    padding: 0 5px;
}

.syllabus-show-tabs-shell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.syllabus-show-tabs-scroll {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
}

.syllabus-show-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.syllabus-show-tabs-scroll.is-dragging {
    cursor: grabbing;
}

.syllabus-show-tabs-scroll.is-dragging .syllabus-show-tabs {
    pointer-events: none;
}

.syllabus-show-tabs-arrow {
    display: none;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.syllabus-show-tabs-shell.has-scroll .syllabus-show-tabs-arrow {
    display: inline-flex;
}

.syllabus-show-tabs-arrow iconify-icon {
    font-size: 18px;
}

.syllabus-show-tabs-arrow:hover:not(:disabled),
.syllabus-show-tabs-arrow:focus:not(:disabled) {
    border-color: #4CAF50;
    color: #4CAF50;
}

.syllabus-show-tabs-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.syllabus-show-tabs {
    gap: 10px;
    border-bottom: 0;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    background-color: transparent !important;
}

.syllabus-show-tabs .nav-link {
    flex: 0 0 auto;
    min-width: 118px;
    margin: 0;
    padding: 11px 18px;
    border: 1px solid #e4eaf2 !important;
    border-radius: 14px !important;
    background: #ffffff;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: none;
    text-align: center;
    white-space: nowrap;
}

.syllabus-show-tabs .nav-link.active,
.syllabus-show-tabs .nav-link:hover {
    border-color: #6ccb89 !important;
    background: linear-gradient(135deg, #6ccb89 0%, #3db88b 100%);
    color: #ffffff !important;
}

.syllabus-show-tab-content {
    padding: 0;
    /* border-top: 1px solid #ececec; */
    margin: 8px;
    border-radius: 0;
}

.syllabus-show-stats-legend {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.syllabus-show-stats-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #475467;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.syllabus-show-stats-legend iconify-icon {
    font-size: 17px;
}

.syllabus-show-stats-legend span:nth-child(1) iconify-icon {
    color: #34c759;
}

.syllabus-show-stats-legend span:nth-child(2) iconify-icon {
    color: #8b3dff;
}

.syllabus-show-stats-legend span:nth-child(3) iconify-icon {
    color: #ff6a2b;
}

.syllabus-show-stats-legend span:nth-child(4) iconify-icon {
    color: #2962ff;
}

.syllabus-show-stats-legend span:nth-child(5) iconify-icon {
    color: #ff4d6d;
}

.syllabus-show-stats-legend span:nth-child(6) iconify-icon {
    color: #14b8a6;
}

.syllabus-show-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    /* min-height: 420px; */
}

.syllabus-day-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 16px 16px 0;
    /* border: 1px solid #e7edf5; */
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.syllabus-day-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.syllabus-day-card-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.syllabus-day-card-labels {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.syllabus-day-pill,
.syllabus-chapter-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    background: #eef4ff;
    color: #3456d1;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.syllabus-day-card-labels strong {
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.syllabus-day-card-copy {
    margin-bottom: 16px;
}

.syllabus-day-card-copy h4 {
    margin: 0 0 8px;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.syllabus-day-card-copy p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

.syllabus-day-card-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 30px;
    margin-top: auto;
    padding-top: 16px;
    padding-bottom: 18px;
    border-top: 1px solid #edf2f7;
}

.syllabus-day-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.syllabus-day-stat span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: #475467;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.syllabus-day-stat strong {
    flex-shrink: 0;
    color: #101828;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.syllabus-day-stat iconify-icon {
    flex-shrink: 0;
    font-size: 17px;
}

.syllabus-day-stat:nth-child(1) iconify-icon {
    color: #34c759;
}

.syllabus-day-stat:nth-child(2) iconify-icon {
    color: #2962ff;
}

.syllabus-day-stat:nth-child(3) iconify-icon {
    color: #8b3dff;
}

.syllabus-day-stat:nth-child(4) iconify-icon {
    color: #ff4d6d;
}

.syllabus-day-stat:nth-child(5) iconify-icon {
    color: #ff6a2b;
}

.syllabus-day-stat:nth-child(6) iconify-icon {
    color: #14b8a6;
}

.syllabus-day-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 -16px;
    padding: 12px 16px 12px;
    border-top: 1px solid #edf2f7;
    background: #f2f5ff;
}

.syllabus-show-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 124px;
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #2f5bff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.syllabus-show-card-link:hover,
.syllabus-show-card-link:focus,
.syllabus-show-card-link:active {
    background: transparent !important;
    box-shadow: none !important;
    color: #2f5bff;
}

.syllabus-show-card-link iconify-icon {
    font-size: 18px;
}

.syllabus-show-card-edit {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid #e4eaf2;
    border-radius: 9px;
    background: #ffffff;
    color: #667085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.syllabus-show-card-edit iconify-icon {
    font-size: 14px;
}

.syllabus-show-card-edit:hover,
.syllabus-show-card-edit:focus {
    color: #2f5bff;
    border-color: #d6e1ff;
}

.syllabus-detail-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.syllabus-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.syllabus-detail-back iconify-icon {
    font-size: 18px;
}

.syllabus-detail-hero {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    background: #ffffff;
}

.syllabus-detail-hero-main {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
}

.syllabus-detail-hero-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 120px;
}

.syllabus-detail-hero-meta strong {
    color: #101828;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-detail-hero-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.syllabus-detail-hero-date iconify-icon {
    font-size: 16px;
}

.syllabus-detail-hero-divider {
    width: 1px;
    min-width: 1px;
    align-self: stretch;
    background: #e7edf5;
}

.syllabus-detail-hero-copy {
    min-width: 0;
}

.syllabus-detail-hero-copy h4 {
    margin: 10px 0 8px;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.syllabus-detail-hero-copy p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.syllabus-detail-hero-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e7edf5;
    border-radius: 16px;
    background: #ffffff;
    align-self: center;
}

.syllabus-detail-summary-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #eef4ff;
    color: #3456d1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.syllabus-detail-summary-icon iconify-icon {
    font-size: 22px;
}

.syllabus-detail-hero-summary span {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.syllabus-detail-hero-summary strong {
    display: block;
    margin-top: 4px;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-detail-sections {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.syllabus-detail-section {
    border: 1px solid #e7edf5;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
}

.syllabus-detail-section-head {
    padding: 18px 18px 0;
}

.syllabus-detail-section-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.syllabus-detail-section-title iconify-icon {
    font-size: 24px;
}

.syllabus-detail-section:nth-child(1) .syllabus-detail-section-title iconify-icon {
    color: #34c759;
}

.syllabus-detail-section:nth-child(2) .syllabus-detail-section-title iconify-icon {
    color: #8b3dff;
}

.syllabus-detail-section:nth-child(3) .syllabus-detail-section-title iconify-icon {
    color: #ff6a2b;
}

.syllabus-detail-section:nth-child(4) .syllabus-detail-section-title iconify-icon {
    color: #2962ff;
}

.syllabus-detail-section:nth-child(5) .syllabus-detail-section-title iconify-icon {
    color: #ff4d6d;
}

.syllabus-detail-section:nth-child(6) .syllabus-detail-section-title iconify-icon {
    color: #14b8a6;
}

.syllabus-detail-section-title h5 {
    margin: 0;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-detail-section-title span {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.syllabus-detail-section-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.syllabus-detail-resource-row,
.syllabus-detail-media-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #ffffff;
}

.syllabus-detail-resource-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.syllabus-detail-resource-main strong,
.syllabus-detail-media-copy strong,
.syllabus-detail-resource-card strong {
    display: block;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.syllabus-detail-resource-main span,
.syllabus-detail-media-copy span,
.syllabus-detail-resource-main div span,
.syllabus-detail-resource-card span {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.syllabus-detail-resource-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f5f7fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.syllabus-detail-resource-icon iconify-icon {
    font-size: 20px;
}

.syllabus-detail-resource-icon.is-green {
    color: #34c759;
}

.syllabus-detail-resource-icon.is-orange {
    color: #ff6a2b;
}

.syllabus-detail-resource-icon.is-teal {
    color: #14b8a6;
}

.syllabus-detail-resource-action {
    color: #344054;
    display: inline-flex;
    align-items: center;
}

.syllabus-detail-resource-action iconify-icon {
    font-size: 18px;
}

.syllabus-detail-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d8e3ff;
    border-radius: 12px;
    background: #ffffff;
    color: #2f5bff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.syllabus-detail-media-thumb {
    width: 120px;
    min-width: 120px;
    height: 74px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f7fb;
}

.syllabus-detail-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.syllabus-detail-media-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.syllabus-detail-media-copy p {
    margin: 6px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

.syllabus-detail-side-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.syllabus-detail-side-actions span {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}

.syllabus-detail-skill-bar {
    width: 4px;
    min-width: 4px;
    align-self: stretch;
    border-radius: 999px;
    background: #79b8ff;
}

.syllabus-detail-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.syllabus-detail-resource-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #ffffff;
}

.syllabus-detail-resource-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 6px 10px;
    border-radius: 10px;
    background: #f5f7fb;
    color: #475467;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.syllabus-detail-section-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px 18px;
    color: #2f5bff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-detail-section-footer iconify-icon {
    font-size: 18px;
}

.syllabus-detail-empty-inline {
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

.syllabus-detail-section-title-bundles {
    width: 100%;
    justify-content: flex-start;
}

.syllabus-detail-bundle-head-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ebf9ee;
    color: #34c759;
    flex: 0 0 auto;
}

.syllabus-detail-bundle-head-icon iconify-icon {
    font-size: 24px;
}

.syllabus-detail-bundle-count {
    margin-left: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f4f6f9;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}

.syllabus-detail-bundle-list {
    gap: 14px;
}

.syllabus-detail-bundle-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    background: #ffffff;
}

.syllabus-detail-bundle-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.syllabus-detail-bundle-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ebf9ee;
    color: #34c759;
    flex: 0 0 auto;
}

.syllabus-detail-bundle-icon iconify-icon {
    font-size: 26px;
}

.syllabus-detail-bundle-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.syllabus-detail-bundle-copy strong {
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.syllabus-detail-bundle-copy span {
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.syllabus-detail-bundle-side {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.syllabus-detail-bundle-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #eef9f0;
    flex-wrap: wrap;
}

.syllabus-detail-bundle-stats span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4b5565;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.syllabus-detail-bundle-stats iconify-icon {
    color: #34c759;
    font-size: 15px;
}

.syllabus-detail-bundle-btn {
    min-width: 136px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #cddafe;
    border-radius: 12px;
    background: #ffffff;
    color: #2f5bff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.syllabus-detail-bundle-btn:hover,
.syllabus-detail-bundle-btn:focus {
    border-color: #b8caff;
    background: #f8fbff;
    color: #2f5bff;
}

/* chapter detail page css start here 22 May */
.syllabus-lesson-page {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.syllabus-detail-page-wrapper>.content {
    /* padding: 1rem 1rem 10rem; */
    background: #fdfdfd;
}

.syllabus-instruction-footer {
    position: fixed;
    left: 14.4%;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    width: 86%;
}

.syllabus-instruction-footer-card {
    pointer-events: auto;
    display: flex;
    align-items: self-start;
    gap: 19px;
    padding: 12px 10px;
    border: 1px solid #d6dce7;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
    backdrop-filter: blur(14px);
}

.syllabus-instruction-footer-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    flex-shrink: 0;
}

.syllabus-instruction-footer-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f1ff 0%, #f4f8ff 100%);
    color: #2563eb;
    font-size: 1.35rem;
}

.syllabus-instruction-footer-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.syllabus-instruction-footer-copy span {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2563eb;
}

.syllabus-instruction-footer-copy strong {
    font-size: 1rem;
    color: #0f172a;
}

.syllabus-instruction-footer-copy small {
    font-size: 0.82rem;
    color: #64748b;
}

.syllabus-instruction-footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
}

.syllabus-instruction-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 8px 7px;
    border-radius: 10px;
    border: 1px solid #dbe7ff;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    color: #1e3a8a;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.syllabus-instruction-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
    border-color: #bfd4ff;
}

.syllabus-instruction-pill-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #2563eb;
    font-size: 1rem;
    box-shadow: inset 0 0 0 1px #d6e4ff;
}

.syllabus-instruction-pill-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.syllabus-instruction-pill-copy strong {
    font-size: 13px;
    color: #1e293b;
    font-weight: 400;
    margin-bottom: 5px;
}

.syllabus-instruction-pill-copy span {
    font-size: 0.76rem;
    color: #64748b;
}

.syllabus-lesson-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 20px;
    background: #f7f7f7;
    background: radial-gradient(circle at top right, rgba(244, 181, 33, 0.14), transparent 26%), linear-gradient(180deg, #ffffff 0%, #3f51b500 100%);
    border-bottom: 1px solid #ececec;
    margin-top: 10px;
}

.syllabus-lesson-topbar-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.syllabus-lesson-topbar-copy {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.syllabus-lesson-topbar-copy-body {
    min-width: 0;
}

.syllabus-lesson-topbar-back {
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #d9e2f0;
    background: #ffffff;
    color: #344054;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.syllabus-lesson-topbar-back:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #101828;
}

.syllabus-lesson-topbar-back iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-topbar-kicker {
    display: inline-block;
    margin-bottom: 4px;
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.syllabus-lesson-topbar-copy h1 {
    margin: 0 0 5px;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.syllabus-lesson-topbar-copy p {
    margin: 6px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.syllabus-lesson-topbar-sections {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    min-width: 0;
}

.syllabus-lesson-topbar-chip {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.syllabus-lesson-topbar-chip:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.syllabus-lesson-topbar-chip:focus {
    outline: none;
}

.syllabus-lesson-topbar-chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #ffffff;
    color: #22c55e;
    box-shadow: inset 0 0 0 1px #d9f2df;
    flex-shrink: 0;
}

.syllabus-lesson-topbar-chip-icon iconify-icon {
    font-size: 16px;
}

.syllabus-lesson-topbar-chip-label {
    color: #344054;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}

.syllabus-lesson-topbar-chip-count {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
}

.syllabus-lesson-topbar-chip.is-summary {
    margin-left: auto;
}

.syllabus-lesson-topbar-nav {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-shrink: 0;
    padding-top: 6px;
}

.syllabus-lesson-topbar-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    background: #fff;
    color: #344054;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.syllabus-lesson-topbar-nav-btn:hover,
.syllabus-lesson-topbar-nav-btn:focus {
    border-color: #cfd4dc;
    color: #101828;
}

.syllabus-lesson-topbar-nav-btn iconify-icon {
    font-size: 14px;
}

.syllabus-lesson-topbar-nav-btn.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.syllabus-lesson-topbar-chip:nth-child(2n) .syllabus-lesson-topbar-chip-icon {
    color: #7c3aed;
    box-shadow: inset 0 0 0 1px #eadcff;
}

.syllabus-lesson-topbar-chip:nth-child(3n) .syllabus-lesson-topbar-chip-icon {
    color: #f97316;
    box-shadow: inset 0 0 0 1px #ffe2cf;
}

.syllabus-lesson-topbar-chip:nth-child(4n) .syllabus-lesson-topbar-chip-icon {
    color: #2563eb;
    box-shadow: inset 0 0 0 1px #dbeafe;
}

.syllabus-lesson-topbar-chip:nth-child(5n) .syllabus-lesson-topbar-chip-icon {
    color: #f43f5e;
    box-shadow: inset 0 0 0 1px #ffd4dc;
}

.syllabus-lesson-topbar-chip:nth-child(6n) .syllabus-lesson-topbar-chip-icon {
    color: #14b8a6;
    box-shadow: inset 0 0 0 1px #c7f3ee;
}

.syllabus-lesson-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.84fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 80px;
}

.syllabus-lesson-main,
.syllabus-lesson-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.syllabus-lesson-media-card,
.syllabus-lesson-content-card,
.syllabus-lesson-panel {
    border: 1px solid #d6dce7;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.syllabus-lesson-panel:focus,
.syllabus-instruction-footer:focus {
    outline: none;
}

.syllabus-lesson-panel.is-section-highlighted,
.syllabus-instruction-footer.is-section-highlighted .syllabus-instruction-footer-card {
    border-color: #9bb9ff;
    box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.16), 0 18px 40px rgba(15, 23, 42, 0.12);
}

.syllabus-lesson-media-frame {
    position: relative;
    min-height: 410px;
    background: #101828;
}

.syllabus-lesson-media-frame img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
    display: block;
}

.syllabus-lesson-video-player {
    width: 100%;
    height: 100%;
    min-height: 410px;
    display: block;
    object-fit: cover;
    background: #000000;
}

.syllabus-lesson-play {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
}

.syllabus-lesson-play a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #2f5bff;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(47, 91, 255, 0.24);
}

.syllabus-lesson-play iconify-icon {
    font-size: 20px;
}

.syllabus-lesson-media-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px 14px 72px;
    background: linear-gradient(180deg, rgba(10, 14, 23, 0) 0%, rgba(10, 14, 23, 0.78) 100%);
    color: #ffffff;
}

.syllabus-lesson-media-meta,
.syllabus-lesson-media-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.syllabus-lesson-progress {
    flex: 1 1 auto;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    overflow: hidden;
}

.syllabus-lesson-progress .is-fill {
    display: block;
    width: 46%;
    height: 100%;
    border-radius: inherit;
    background: #2f5bff;
}

.syllabus-lesson-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 14px;
}

.syllabus-lesson-chip {
    min-width: 118px;
    padding: 12px 14px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    background: #ffffff;
}

.syllabus-lesson-chip span {
    display: block;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-lesson-chip strong {
    display: block;
    margin-top: 6px;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.syllabus-lesson-toolbar-actions {
    width: 100%;
    display: block;
}

.syllabus-lesson-now-playing {
    color: #101828;
    line-height: 1.2;
}

.syllabus-lesson-now-playing strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.syllabus-lesson-now-playing span {
    display: block;
    margin-top: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

.syllabus-lesson-outline-btn,
.syllabus-lesson-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.syllabus-lesson-outline-btn {
    border: 1px solid #cfdcf9;
    background: #ffffff;
    color: #2f5bff;
}

.syllabus-lesson-primary-btn {
    border: 1px solid #2f5bff;
    background: #2f5bff;
    color: #ffffff;
}

.syllabus-lesson-outline-btn iconify-icon,
.syllabus-lesson-primary-btn iconify-icon {
    font-size: 16px;
}

.syllabus-lesson-content-card {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 40px);
    min-height: 640px;
    max-height: calc(100vh - 40px);
    padding: 20px;
}

.syllabus-lesson-content-reader {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.syllabus-lesson-content-flow {
    height: 100%;
}

.syllabus-lesson-content-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #edf2f7;
}

.syllabus-lesson-content-pager-btn {
    min-width: 104px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #107a3e;
    border-radius: 10px;
    background: #ffffff;
    color: #00963a;
    font-size: 12px;
    font-weight: 700;
}

.syllabus-lesson-content-pager-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.syllabus-lesson-content-pager-count {
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}

.syllabus-lesson-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.syllabus-lesson-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #98a2b3;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-lesson-title-row h2 {
    margin: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
}

.syllabus-lesson-content-card h1 {
    font-size: 22px;
}

.syllabus-lesson-content-card h2 {
    font-size: 20px;
}

.syllabus-lesson-title-stat {
    min-width: 126px;
    padding: 12px 14px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfcfe;
}

.syllabus-lesson-title-stat span {
    display: block;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
}

.syllabus-lesson-title-stat strong {
    display: block;
    margin-top: 4px;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
}

.syllabus-lesson-lead,
.syllabus-lesson-content-card p {
    color: #475467;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

.syllabus-lesson-lead {
    margin-bottom: 10px;
}

.syllabus-lesson-content-card p {
    margin: 0 0 10px;
}

.syllabus-lesson-objectives {
    margin-top: 18px;
}

.syllabus-lesson-objectives h6 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
}

.syllabus-lesson-objectives ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.syllabus-lesson-objectives li {
    position: relative;
    padding-left: 20px;
    color: #475467;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

.syllabus-lesson-objectives li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2f5bff;
    box-shadow: 0 0 0 3px #edf4ff;
}

.syllabus-lesson-instructor {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) minmax(190px, 1.05fr);
    gap: 16px;
    padding: 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #ffffff;
}

.syllabus-lesson-instructor-media img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: cover;
}

.syllabus-lesson-instructor-copy span {
    display: block;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 700;
}

.syllabus-lesson-instructor-copy strong {
    display: block;
    margin-top: 6px;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}

.syllabus-lesson-instructor-copy p,
.syllabus-lesson-instructor-note p {
    margin: 6px 0 0;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.syllabus-lesson-instructor-note {
    padding-left: 16px;
    border-left: 1px solid #edf2f7;
}

.syllabus-lesson-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.syllabus-lesson-rating span {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}

.syllabus-lesson-rating small {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}

.syllabus-lesson-panel {
    border-radius: 16px;
}

.syllabus-lesson-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px 12px;
    border-bottom: none;
}

.syllabus-lesson-panel-head h5 {
    margin: 0;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-lesson-panel-head>span {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 10px;
    background: #fff4ec;
    color: #ff7e20;
    font-size: 10px;
    font-weight: 700;
}

.syllabus-lesson-quiz-head {
    align-items: flex-start;
}

.syllabus-lesson-quiz-head-main {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.syllabus-lesson-quiz-badge {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff3eb;
    color: #f97316;
}

.syllabus-lesson-quiz-badge iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-quiz-head-copy h5 {
    margin: 1px 0 0;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}

.syllabus-lesson-quiz-head-copy p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.syllabus-lesson-quiz-count {
    margin-top: 2px;
    padding: 3px 12px;
    border-radius: 5px;
    background: #fff3eb;
    color: #f97316;
    font-size: 12px;
    font-weight: 700;
}

.syllabus-lesson-module-head {
    align-items: flex-start;
}

.syllabus-lesson-module-head-main {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.syllabus-lesson-module-badge {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ecfdf3 !important;
    color: #16a34a !important;
}

.syllabus-lesson-module-badge iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-module-head-copy h5 {
    margin: 1px 0 0;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}

.syllabus-lesson-module-head-copy p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.syllabus-lesson-module-count {
    margin-top: 2px;
    padding: 3px 12px;
    border-radius: 5px;
    background: #ecfdf3 !important;
    color: #16a34a !important;
    font-size: 12px;
    font-weight: 700;
}

.syllabus-lesson-video-head,
.syllabus-lesson-resource-head,
.syllabus-lesson-tools-head,
.syllabus-lesson-mock-head {
    align-items: flex-start;
}

.syllabus-lesson-video-head-main,
.syllabus-lesson-resource-head-main,
.syllabus-lesson-tools-head-main,
.syllabus-lesson-mock-head-main {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.syllabus-lesson-video-badge,
.syllabus-lesson-resource-badge,
.syllabus-lesson-tools-badge,
.syllabus-lesson-mock-badge {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.syllabus-lesson-video-badge {
    background: #f3f0ff;
    color: #7c3aed;
}

.syllabus-lesson-resource-badge {
    background: #f8f8f8;
    color: #0f9f6e;
}

.syllabus-lesson-tools-badge {
    background: #fff7e8;
    color: #d97706;
}

.syllabus-lesson-mock-badge {
    background: #fff1f3;
    color: #e11d48;
}

.syllabus-lesson-video-badge iconify-icon,
.syllabus-lesson-resource-badge iconify-icon,
.syllabus-lesson-tools-badge iconify-icon,
.syllabus-lesson-mock-badge iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-video-head-copy h5,
.syllabus-lesson-resource-head-copy h5,
.syllabus-lesson-tools-head-copy h5,
.syllabus-lesson-mock-head-copy h5 {
    margin: 1px 0 0;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}

.syllabus-lesson-video-head-copy p,
.syllabus-lesson-resource-head-copy p,
.syllabus-lesson-tools-head-copy p,
.syllabus-lesson-mock-head-copy p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.syllabus-lesson-video-count,
.syllabus-lesson-resource-count,
.syllabus-lesson-tools-count,
.syllabus-lesson-mock-count {
    margin-top: 2px;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

.syllabus-lesson-video-count {
    background: #f3f0ff !important;
    color: #7c3aed !important;
}

.syllabus-lesson-resource-count {
    background: #f8f8f8 !important;
    color: #313131 !important;
}

.syllabus-lesson-tools-count {
    background: #fff7e8 !important;
    color: #d97706 !important;
}

.syllabus-lesson-mock-count {
    background: #fff1f3 !important;
    color: #e11d48 !important;
}

.syllabus-lesson-google-assignment-list {
    padding: 8px 12px 12px;
    gap: 12px;
}

.syllabus-lesson-tools-list {
    padding: 8px 12px 12px;
    gap: 10px;
}

.syllabus-lesson-panel-body {
    display: flex;
    flex-direction: column;
}

.syllabus-lesson-bundle-list {
    padding: 0 12px 12px;
    gap: 12px;
}

.syllabus-lesson-quiz-list {
    padding: 6px 12px 12px;
    gap: 12px;
}

.syllabus-lesson-videos-list {
    padding: 10px 12px 10px;
}

.syllabus-lesson-bundle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid #d6dce7;
    border-radius: 14px;
    background: #ffffff;
}

.syllabus-lesson-mechanism-flow {
    display: grid;
    gap: 10px;
    margin-top: 0;
}

.syllabus-lesson-mechanism-video-row,
.syllabus-lesson-mechanism-quiz-row {
    border-top: 0;
    border: 1px solid #d6dce7;
    border-radius: 14px;
    background: #ffffff;
}

.syllabus-lesson-mechanism-video-row {
    flex-wrap: wrap;
}

.syllabus-lesson-mechanism-quiz-row {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.syllabus-lesson-mechanism-quiz-row.is-locked {
    background: #fbfcfe;
}

.syllabus-lesson-mechanism-status {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 18px;
}

.syllabus-lesson-mechanism-status.is-ready {
    background: #ecfdf3;
    color: #16a34a;
    border: 1px solid #98d9b0;
}

.syllabus-lesson-mechanism-status.is-locked {
    background: #fff1f2;
    color: #e11d48;
}

.syllabus-lesson-mechanism-quiz-side {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.syllabus-lesson-mechanism-video-progress {
    flex: 0 0 100%;
    margin-top: 4px;
    opacity: 1;
}

.syllabus-mechanism-lock-modal .modal-dialog {
    max-width: 360px;
}

.syllabus-mechanism-lock-modal .modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
    background: #ffffff;
}

.syllabus-mechanism-lock-modal .modal-header {
    padding: 14px 14px 0;
    justify-content: flex-end;
}

.syllabus-mechanism-lock-modal .modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #101828;
    text-align: center;
    margin: 0;
}

.syllabus-mechanism-lock-modal .modal-body {
    padding: 0 28px 26px;
    text-align: center;
}

.syllabus-mechanism-lock-modal .btn-close {
    box-shadow: none;
    opacity: 0.6;
}

.syllabus-mechanism-lock-modal .btn-close:hover {
    opacity: 1;
}

.syllabus-mechanism-lock-state {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.syllabus-mechanism-lock-state-ring {
    width: 78px;
    height: 78px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4433617;
    border: 3px solid #f4433621;
}

.syllabus-mechanism-lock-state-core {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F44336 0%, #dc271a 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgb(76 175 80 / 28%);
}

.syllabus-mechanism-lock-state-core iconify-icon {
    font-size: 28px;
}

.syllabus-mechanism-lock-copy {
    margin: 5px 20px;
    color: #101828;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.syllabus-mechanism-lock-subcopy {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.syllabus-mechanism-lock-footer {
    padding: 14px 18px 18px;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.syllabus-mechanism-lock-footer span {
    font-size: 12px;
    font-weight: 700;
    color: #667085;
}

.syllabus-mechanism-lock-action {
    min-width: 140px;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    background: #f44336;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
    border: 1px solid;
}

.syllabus-mechanism-lock-action:hover {
    background: #ff1403;
    transform: translateY(-1px);
}

.syllabus-lesson-quiz-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid #d6dce7;
    border-radius: 14px;
    background: #ffffff;
}

.syllabus-lesson-quiz-row.is-collapsed-item {
    display: none;
}

.syllabus-lesson-quiz-row.is-collapsed-item.is-expanded {
    display: flex;
}

.syllabus-lesson-bundle-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.syllabus-lesson-quiz-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.syllabus-lesson-bundle-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #effaf1;
    color: #30b54a;
}

.syllabus-lesson-quiz-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff4ec;
    color: #ff7a1a !important;
}

.syllabus-lesson-bundle-icon iconify-icon {
    font-size: 20px;
}

.syllabus-lesson-quiz-icon iconify-icon {
    font-size: 20px;
}

.syllabus-lesson-bundle-copy strong {
    display: block;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.syllabus-lesson-bundle-copy span {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.syllabus-lesson-quiz-main strong {
    display: block;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.syllabus-lesson-quiz-main span {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.syllabus-lesson-bundle-side {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.syllabus-lesson-bundle-btn {
    min-width: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #cfe0ff;
    border-radius: 12px;
    background: #ffffff;
    color: #2f5bff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(47, 91, 255, 0.04);
}

.syllabus-lesson-bundle-arrow {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #4c4c4c;
    text-decoration: none;
}

.syllabus-lesson-bundle-arrow iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-quiz-arrow {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #4c4c4c;
    text-decoration: none;
}

.syllabus-lesson-quiz-arrow iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-link-row,
.syllabus-lesson-resource-row,
.syllabus-lesson-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid #edf2f7;
    text-decoration: none;
    background: #ffffff;
}

button.syllabus-lesson-link-row {
    width: 100%;
    border: 0;
    text-align: left;
}

.syllabus-lesson-video-row {
    position: relative;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
    padding: 14px 14px 12px;
    border: 1px solid #d6dce7 !important;
    border-radius: 14px;
}

.syllabus-lesson-video-row.is-collapsed-item {
    display: none;
}

.syllabus-lesson-video-row.is-collapsed-item.is-expanded {
    display: flex;
}

.syllabus-lesson-resource-row.is-collapsed-item {
    display: none;
}

.syllabus-lesson-resource-row.is-collapsed-item.is-expanded {
    display: flex;
}

.syllabus-lesson-google-assignment-row {
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #d6dce7;
    border-radius: 18px;
    background: #ffffff;
}

.syllabus-lesson-google-assignment-row:first-child {
    border-top: 1px solid #d6dce7;
}

.syllabus-lesson-google-assignment-row .syllabus-lesson-resource-main {
    gap: 14px;
}

.syllabus-lesson-google-assignment-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f8f8f8;
}

.syllabus-lesson-google-assignment-icon iconify-icon {
    font-size: 22px;
}

.syllabus-lesson-google-assignment-row .syllabus-lesson-resource-main strong {
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.syllabus-lesson-google-assignment-row .syllabus-lesson-resource-main>div>span {
    margin-top: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.syllabus-lesson-google-assignment-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4c4c4c;
}

.syllabus-lesson-google-assignment-arrow iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-tools-row {
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #ffffff;
}

.syllabus-lesson-tools-row:first-child {
    border-top: 1px solid #e8edf5;
}

.syllabus-lesson-tools-main {
    gap: 14px;
}

.syllabus-lesson-tools-item-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff7e8;
    border: 1px solid #fff7e8;

}

.syllabus-lesson-tools-item-icon iconify-icon {
    font-size: 18px;
    color: #d97706 !important;
}

.syllabus-lesson-tools-row .syllabus-lesson-resource-main strong {
    color: #1f2a44;
    font-size: 13px;
    font-weight: 700;
}

.syllabus-lesson-tools-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 10px;
    background: #f7f8fa;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.syllabus-lesson-mock-list {
    padding: 8px 12px 12px;
}

.syllabus-lesson-mock-row {
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #d6dce7;
    border-radius: 12px;
    background: #ffffff;
    margin-top: 10px;
}

.syllabus-lesson-mock-row:first-child {
    border-top: 1px solid #d6dce7;
    margin-top: 0px;
}

.syllabus-lesson-mock-main {
    gap: 14px;
}

.syllabus-lesson-mock-item-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff1f3;
    border: 1px solid #ffd8e1;
}

.syllabus-lesson-mock-item-icon iconify-icon {
    font-size: 18px;
    color: #e11d48;
}

.syllabus-lesson-mock-row .syllabus-lesson-action-main strong {
    color: #1f2a44;
    font-size: 13px;
    font-weight: 700;
}

.syllabus-lesson-mock-row .syllabus-lesson-action-main span {
    margin-top: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.syllabus-lesson-mock-arrow {
    width: 26px;
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4c4c4c;
    text-decoration: none;
}

.syllabus-lesson-mock-arrow iconify-icon {
    font-size: 16px;
}

.syllabus-lesson-bundle-row.is-collapsed-item {
    display: none;
}

.syllabus-lesson-bundle-row.is-collapsed-item.is-expanded {
    display: flex;
}

.syllabus-lesson-action-row.is-collapsed-item {
    display: none;
}

.syllabus-lesson-action-row.is-collapsed-item.is-expanded {
    display: flex;
}

/* .syllabus-lesson-link-row:first-child,
.syllabus-lesson-resource-row:first-child,
.syllabus-lesson-action-row:first-child {
    border-top: 0;
} */

.syllabus-lesson-link-row.is-active {
    background: #f3f0ff;
}

.syllabus-lesson-link-row:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.syllabus-lesson-link-main,
.syllabus-lesson-resource-main,
.syllabus-lesson-action-main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.syllabus-lesson-link-index {
    width: 20px;
    min-width: 20px;
    color: #2f5bff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.syllabus-lesson-video-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e3ff;
    border-radius: 999px;
    color: #98a2b3;
    background: #ffffff;
}

.syllabus-lesson-video-row.is-active .syllabus-lesson-video-icon {
    border-color: #7c3aed;
    background: #7c3aed;
    color: #ffffff;
}

.syllabus-lesson-video-icon iconify-icon {
    font-size: 16px;
}

.syllabus-lesson-link-main strong,
.syllabus-lesson-resource-main strong,
.syllabus-lesson-action-main strong {
    display: block;
    color: #101828;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.syllabus-lesson-link-main span,
.syllabus-lesson-resource-main span,
.syllabus-lesson-action-main span {
    display: block;
    margin-top: 2px;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.syllabus-lesson-video-row .syllabus-lesson-link-main strong {
    font-size: 13px;
}

.syllabus-lesson-video-row .syllabus-lesson-link-main span {
    font-size: 11px;
}

.syllabus-lesson-video-progress {
    flex: 0 0 100%;
    width: 100%;
    height: 4px;
    margin-top: 4px;
    border-radius: 999px;
    background: #7c3aed2b;
    overflow: hidden;
    opacity: 0.6;
}

.syllabus-lesson-video-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #7c3aed;
    transition: width 0.12s linear;
}

.syllabus-lesson-video-row.is-active .syllabus-lesson-video-progress {
    opacity: 1;
}

.syllabus-lesson-resource-main iconify-icon,
.syllabus-lesson-action-main iconify-icon,
.syllabus-lesson-resource-row>iconify-icon {
    font-size: 16px;
}

/* .syllabus-lesson-action-main iconify-icon {
    color: #2563eb;
} */

/* .syllabus-lesson-resource-main iconify-icon {
    color: #6b8cff;
} */

/* .syllabus-lesson-resource-row > iconify-icon {
    color: #98a2b3;
} */

@media (max-width: 991.98px) {
    .syllabus-detail-page-wrapper>.content {
        padding-bottom: 15rem;
    }

    .syllabus-instruction-footer {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        width: auto;
    }

    .syllabus-instruction-footer-card {
        flex-direction: column;
        align-items: stretch;
    }

    .syllabus-instruction-footer-head {
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .syllabus-lesson-grid {
        grid-template-columns: 1fr;
    }

    .syllabus-lesson-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .syllabus-lesson-topbar-copy h1 {
        font-size: 22px;
    }

    .syllabus-lesson-topbar-copy {
        width: 100%;
    }

    .syllabus-lesson-topbar-sections {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
        gap: 14px;
    }

    .syllabus-lesson-topbar-nav {
        padding-top: 0;
    }

    .syllabus-lesson-media-frame,
    .syllabus-lesson-media-frame img {
        min-height: 320px;
    }

    .syllabus-lesson-title-row,
    .syllabus-lesson-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .syllabus-lesson-toolbar-actions {
        width: 100%;
        margin-left: 0;
    }

    .syllabus-lesson-instructor {
        grid-template-columns: 1fr;
    }

    .syllabus-lesson-instructor-note {
        padding-left: 0;
        padding-top: 12px;
        border-left: 0;
        border-top: 1px solid #edf2f7;
    }

    .syllabus-lesson-link-row,
    .syllabus-lesson-resource-row,
    .syllabus-lesson-action-row {
        align-items: flex-start;
    }

    .syllabus-lesson-bundle-row,
    .syllabus-lesson-bundle-main,
    .syllabus-lesson-bundle-side {
        flex-direction: column;
        align-items: flex-start;
    }

    .syllabus-lesson-quiz-row,
    .syllabus-lesson-quiz-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .syllabus-lesson-bundle-side,
    .syllabus-lesson-bundle-stats,
    .syllabus-lesson-bundle-btn {
        width: 100%;
    }
}

/* chapter detail page css end here 22 May */

.syllabus-lesson-skill-panel {
    border: 1px solid #d6dce7;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
}

.syllabus-lesson-skill-head {
    align-items: flex-start;
    padding: 14px 16px 12px;
    border-bottom: 0;
}

.syllabus-lesson-skill-head-main {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.syllabus-lesson-skill-badge {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef4ff !important;
    color: #2563eb !important;
}

.syllabus-lesson-skill-badge iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-skill-head-copy h5 {
    margin: 1px 0 0;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}

.syllabus-lesson-skill-head-copy p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.syllabus-lesson-skill-count {
    margin-top: 2px;
    padding: 2px 12px;
    border-radius: 5px;
    background: #eef4ff !important;
    color: #2563eb !important;
    font-size: 12px;
    font-weight: 700;
}

.syllabus-lesson-skill-list {
    padding: 10px 22px 18px;
    gap: 10px;
}

.syllabus-lesson-skill-row {
    gap: 14px;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid #d6dce7;
    border-radius: 12px;
    background: #ffffff;
}

.syllabus-lesson-skill-row:first-child {
    border-top: 1px solid #d6dce7;
}

.syllabus-lesson-skill-main {
    gap: 14px;
}

.syllabus-lesson-skill-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef4ff;
    border: 1px solid #eef4ff;
}

.syllabus-lesson-skill-icon iconify-icon {
    font-size: 18px;
    color: #2563eb;
}

.syllabus-lesson-skill-row .syllabus-lesson-action-main strong {
    color: #1f2a44;
    font-size: 13px;
    font-weight: 700;
}

.syllabus-lesson-skill-footer {
    justify-content: center;
    gap: 12px;
    padding: 18px 16px 20px;
    border-top: 1px solid #eef2f7;
    color: #2f5bff;
    font-size: 13px;
    font-weight: 700;
    background: #ffffff;
}

.syllabus-lesson-skill-footer iconify-icon {
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .syllabus-lesson-skill-head {
        padding: 16px 16px 10px;
    }

    .syllabus-lesson-skill-list {
        padding: 8px 16px 16px;
    }

    .syllabus-lesson-skill-row {
        padding: 12px 14px;
    }

}

.syllabus-lesson-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #d8e3ff;
    border-radius: 10px;
    background: #ffffff;
    color: #2f5bff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.syllabus-lesson-panel-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px 14px;
    border-top: 1px solid #edf2f7;
    color: #2f5bff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

button.syllabus-lesson-panel-footer {
    width: 100%;
    border: 0;
    background: #ffffff;
}

.syllabus-lesson-panel-footer iconify-icon {
    font-size: 16px;
}

.syllabus-lesson-empty {
    padding: 16px;
    color: #98a2b3;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
}

.syllabus-lesson-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 18px 16px;
    border: 1px dashed #dbe4ee;
    border-radius: 16px;
    background: #fbfdff;
}

.syllabus-lesson-empty-state-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #eef4ff;
    color: #2f5bff;
}

.syllabus-lesson-empty-state-icon iconify-icon {
    font-size: 18px;
}

.syllabus-lesson-empty-state strong {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.syllabus-lesson-empty-state p {
    margin: 0;
    color: #98a2b3;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.syllabus-show-table-wrap {
    border: 1px solid #e4eaf2;
    border-radius: 20px;
    background: #ffffff;
    overflow-x: auto;
    overflow-y: hidden;
}

.syllabus-show-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.syllabus-show-table thead th {
    padding: 11px 10px;
    border-bottom: 1px solid #e7edf5;
    background: #f8fbff;
    color: #344054;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: middle;
    line-height: 1.25;
}

.syllabus-show-table tbody td {
    padding: 10px 9px;
    border-top: 0 !important;
    border-bottom: 1px solid #eef2f6;
    border-right: 1px solid #eef2f6;
    vertical-align: top;
    background: #ffffff;
    overflow: hidden;
}

.syllabus-show-table tbody td>* {
    min-width: 0;
}

.syllabus-show-table tbody td:last-child,
.syllabus-show-table thead th:last-child {
    border-right: 0;
}

.syllabus-show-table tbody tr:last-child td {
    border-bottom: 0;
}

.syllabus-show-table tbody tr:nth-child(even) td {
    background: #fcfdff;
}

.syllabus-show-weekcell {
    width: 104px;
    min-width: 104px;
}

.syllabus-show-weekbadge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3456d1;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.syllabus-show-weekcell strong,
.syllabus-show-weekcell span {
    display: block;
}

.syllabus-show-weekcell strong {
    margin-bottom: 5px;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.syllabus-show-weekcell span:last-child {
    color: #667085;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.35;
}

.syllabus-show-objectives {
    width: 170px;
    min-width: 170px;
}

.syllabus-show-contentcell {
    width: 126px;
    min-width: 126px;
}

.syllabus-show-topiccell {
    width: 155px;
    min-width: 155px;
}

.syllabus-show-chapter {
    margin-bottom: 8px;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.syllabus-show-topic-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.syllabus-show-topic-meta span {
    color: #475467;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

.syllabus-show-resource-card {
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    box-shadow: none !important;
    background: #ffffff;
    margin-top: 6px;
}

.syllabus-show-resource-card .card-body {
    padding: 7px 8px;
}

.syllabus-show-resource-card .activity-awards {
    align-items: center;
}

.syllabus-show-resource-card .syllabusBox {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 10px;
    gap: 7px;
    align-items: center;
    width: 100%;
}

.syllabus-show-resource-card .award-boxs {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f8ff;
    overflow: hidden;
}

.syllabus-show-resource-card .award-boxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.syllabus-show-resource-card .award-boxs iconify-icon {
    font-size: 13px;
    color: #3456d1;
}

.syllabus-show-resource-card .award-list-outs h4 {
    margin: 0;
    color: #101828;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.syllabus-show-resource-card .award-time-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.syllabus-show-resource-card .viewBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    color: #3456d1;
}

.syllabus-show-resource-card .viewBtn iconify-icon {
    font-size: 11px;
}

.syllabus-show-resource-card .remove-quiz {
    margin-left: 4px;
    padding: 2px 5px;
    min-height: 22px;
    border-radius: 8px;
}

.syllabus-show-contentcell .activity-awards {
    gap: 6px;
}

.syllabus-show-link-box {
    border: 1px solid #e6edf5;
    border-radius: 12px;
    background: #f9fbff;
}

.syllabus-show-link-box h6 {
    margin-bottom: 8px;
    color: #344054;
    font-size: 11px;
    font-weight: 700;
}

.syllabus-show-richtext,
.syllabus-show-tools {
    width: 130px;
    min-width: 130px;
}

.syllabus-show-richtext {
    color: #344054;
    font-size: 11px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

.syllabus-show-richtext p:last-child {
    margin-bottom: 0;
}

.syllabus-show-tools {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.syllabus-show-tool-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 7px 8px;
    border: 1px solid #e7edf5;
    border-radius: 10px;
    background: #fbfcff;
}

.syllabus-show-tool-item span {
    color: #475467;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.35;
}

.syllabus-show-tool-item strong {
    color: #101828;
    font-size: 10.5px;
    font-weight: 800;
    white-space: normal;
}

.syllabus-show-skills-cell,
.syllabus-show-mock-cell {
    width: 112px;
    min-width: 112px;
}

.syllabus-show-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.syllabus-show-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 999px;
    background: #f5f8ff;
    border: 1px solid #dbe5f1;
    color: #344054;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.2;
}

.syllabus-show-mock-preview {
    display: -webkit-box;
    color: #344054;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.55;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: calc(1.55em * 3);
}

.syllabus-show-more-btn {
    align-self: flex-start;
    margin-top: 4px;
    padding: 6px 9px;
    border: 1px solid #dfe6f0;
    border-radius: 9px;
    background: #ffffff;
    color: #3456d1;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.syllabus-show-actioncell {
    width: 62px;
    min-width: 62px;
}

.syllabus-show-actioncell .actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.syllabus-show-actioncell .actions .btn {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #e3e8f1;
    border-radius: 999px;
    background: #f8faff;
    color: #3456d1;
}

.syllabus-show-actioncell .actions .btn i {
    font-size: 14px;
}

.syllabus-show-more-btn:hover,
.syllabus-show-more-btn:focus {
    border-color: #3456d1;
    background: #f5f8ff;
    color: #2747bc;
}

.syllabus-show-empty-copy {
    color: #667085;
    font-size: 12px;
    font-weight: 500;
}

.syllabus-show-empty-row {
    grid-column: 1 / -1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
    border: 0;
    box-shadow: none;
    text-align: center;
}

.syllabus-show-modal .modal-dialog {
    max-width: 820px;
}

.syllabus-show-modal-content {
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    overflow: hidden;
}

.syllabus-show-modal-header {
    align-items: flex-start;
    padding: 18px 22px 0;
    border-bottom: 0;
}

.syllabus-show-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3456d1;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.syllabus-show-modal-header .modal-title {
    margin: 0;
    color: #101828;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.syllabus-show-modal-subtitle {
    margin: 6px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.syllabus-show-modal-body {
    padding: 18px 22px 22px;
}

.syllabus-show-modal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.syllabus-show-modal-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    background: #fbfcff;
}

.syllabus-show-modal-section-full {
    margin-top: 16px;
}

.syllabus-show-modal-section h6 {
    margin: 0;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.syllabus-show-modal-tool-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.syllabus-show-skill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.syllabus-show-skill-list span {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dde6f1;
    color: #344054;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.syllabus-show-modal-richtext {
    padding: 14px;
    border: 1px solid #e7edf5;
    border-radius: 14px;
    background: #ffffff;
}

/* Online syllabus directory table */
.syllabus-directory-table .course-directory-cell {
    min-width: 300px;
}

.syllabus-directory-table .course-directory-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.syllabus-directory-table .course-directory-media {
    width: 110px;
    min-width: 110px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f9fc;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.syllabus-directory-table .course-directory-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.syllabus-directory-table .course-directory-placeholder {
    color: #6b7a99;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
}

.syllabus-directory-table .course-directory-copy h4 {
    margin: 0 0 6px;
    color: #1b2b52;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.syllabus-directory-table .course-directory-copy p {
    margin: 0;
    max-width: 360px;
    color: #687798;
    font-size: 13px;
    line-height: 1.5;
}

.syllabus-directory-table .syllabus-metric {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4d5f84;
    font-weight: 600;
    white-space: nowrap;
}

.syllabus-directory-table .syllabus-metric iconify-icon {
    font-size: 18px;
    color: #7080a4;
}

.syllabus-directory-table .syllabus-classes-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    background-color: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.syllabus-directory-table .syllabus-classes-trigger iconify-icon {
    font-size: 16px;
    color: #2563eb;
    transition: color 0.2s ease-in-out;
}

.syllabus-directory-table .syllabus-classes-trigger:hover,
.syllabus-directory-table .syllabus-classes-trigger:focus {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
    transform: translateY(-1px);
}

.syllabus-directory-table .syllabus-classes-trigger:hover iconify-icon,
.syllabus-directory-table .syllabus-classes-trigger:focus iconify-icon {
    color: #ffffff;
}

.syllabus-directory-table .syllabus-code {
    color: #2157e8;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.syllabus-directory-table .syllabus-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.syllabus-directory-table .syllabus-status-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.syllabus-directory-table .syllabus-status-badge.is-active {
    color: #12a150;
    background: #e8faf0;
    border: 1px solid #ccf1da;
}

.syllabus-directory-table .syllabus-status-badge.is-inactive {
    color: #667085;
    background: #f4f6fb;
    border: 1px solid #e3e8f2;
}

.syllabus-directory-table .syllabus-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #d9e4ff;
    color: #2157e8;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.syllabus-directory-table .syllabus-view-btn:hover {
    border-color: #2157e8;
    color: #2157e8;
    box-shadow: none;
}

.syllabus-directory-table .syllabus-view-btn iconify-icon {
    font-size: 14px;
}

.syllabus-directory-empty {
    padding: 42px 18px;
    text-align: center;
    color: #667085;
}

.syllabus-classes-modal .modal-dialog {
    max-width: 760px;
}

.syllabus-classes-modal-content {
    border: 1px solid #e6ecf5;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: none;
}

.syllabus-classes-modal-header {
    align-items: flex-start;
    padding: 22px 24px 0;
    border-bottom: 0;
}

.syllabus-classes-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #3456d1;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.syllabus-classes-modal-header .modal-title {
    margin: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.syllabus-classes-modal-subtitle {
    margin: 8px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.syllabus-classes-modal-body {
    padding: 20px 24px 24px;
    max-height: min(70vh, 620px);
    overflow-y: auto;
}

.syllabus-classes-modal-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.syllabus-class-item {
    padding: 16px 18px;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    background: #fbfcff;
}

.syllabus-class-item-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.syllabus-class-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.syllabus-class-item-top h6 {
    margin: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.syllabus-class-item-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.syllabus-class-item-status::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.syllabus-class-item-status.is-active {
    color: #12a150;
    background: #e8faf0;
    border: 1px solid #ccf1da;
}

.syllabus-class-item-status.is-inactive {
    color: #667085;
    background: #f4f6fb;
    border: 1px solid #e3e8f2;
}

.syllabus-class-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.syllabus-class-item-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.syllabus-class-item-meta iconify-icon {
    font-size: 16px;
    color: #7a8aad;
}

.syllabus-classes-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 280px;
    padding: 28px 16px;
    text-align: center;
}

.syllabus-classes-empty-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fc;
    color: #6c7da1;
}

.syllabus-classes-empty-icon iconify-icon {
    font-size: 34px;
}

.syllabus-classes-empty-state h5 {
    margin: 0;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.syllabus-classes-empty-state p {
    max-width: 360px;
    margin: 0;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .syllabus-directory-table .course-directory-card {
        align-items: flex-start;
    }

    .syllabus-directory-table .course-directory-copy h4 {
        font-size: 15px;
    }

    .syllabus-directory-table .course-directory-media {
        width: 92px;
        min-width: 92px;
        height: 64px;
    }

    .syllabus-classes-modal-header,
    .syllabus-classes-modal-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .syllabus-show-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .syllabus-show-hero-actions {
        width: 100%;
    }

    .syllabus-show-hero-main {
        width: 100%;
    }

    .syllabus-show-create-btn {
        width: 100%;
        justify-content: center;
    }

    .syllabus-show-stats-legend {
        justify-content: flex-start;
    }

    .syllabus-show-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .syllabus-detail-hero {
        flex-direction: column;
    }

    .syllabus-detail-hero-summary {
        align-self: flex-start;
    }

    .syllabus-detail-resource-grid {
        grid-template-columns: 1fr;
    }

    .syllabus-show-tabs .nav-link {
        min-width: 108px;
    }

    .syllabus-show-tab-content,
    .syllabus-show-tabs-wrap {
        padding: 16px;
    }

    .syllabus-show-panel-head,
    .syllabus-show-table-head {
        padding: 16px 16px 0;
    }

    .syllabus-show-modal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {

    .syllabus-show-week-panel,
    .syllabus-show-table-panel {
        border-radius: 18px;
    }

    .syllabus-show-hero-main {
        align-items: flex-start;
        gap: 14px;
    }

    .syllabus-show-hero-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .syllabus-show-hero-icon iconify-icon {
        font-size: 22px;
    }

    .syllabus-show-hero .student-list-hero-copy .page-title {
        font-size: 17px;
    }

    .syllabus-classes-modal-header .modal-title {
        font-size: 20px;
    }

    .syllabus-class-item {
        padding: 14px;
        border-radius: 16px;
    }

    .syllabus-class-item-top {
        flex-direction: column;
    }

    .syllabus-class-item-meta {
        gap: 10px;
    }

    .syllabus-show-tabs-wrap,
    .syllabus-show-tab-content {
        padding: 14px;
    }

    .syllabus-show-panel-head,
    .syllabus-show-table-head {
        padding: 14px 14px 0;
    }

    .syllabus-show-table-head {
        flex-direction: column;
    }

    .syllabus-show-tabs {
        gap: 8px;
    }

    .syllabus-show-tabs .nav-link {
        min-width: 96px;
    }

    .syllabus-show-tabs-shell {
        gap: 8px;
    }

    .syllabus-show-tabs-arrow {
        width: 34px;
        min-width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .syllabus-show-tabs .nav-link {
        border-radius: 14px !important;
        font-size: 12px;
    }

    .syllabus-detail-back {
        font-size: 13px;
    }

    .syllabus-detail-hero {
        padding: 14px;
        border-radius: 18px;
    }

    .syllabus-detail-hero-main {
        flex-direction: column;
        gap: 14px;
    }

    .syllabus-detail-hero-divider {
        display: none;
    }

    .syllabus-detail-hero-meta strong {
        font-size: 20px;
    }

    .syllabus-detail-hero-copy h4 {
        font-size: 16px;
    }

    .syllabus-detail-section {
        border-radius: 18px;
    }

    .syllabus-detail-section-head,
    .syllabus-detail-section-body,
    .syllabus-detail-section-footer {
        padding-left: 14px;
        padding-right: 14px;
    }

    .syllabus-detail-resource-row,
    .syllabus-detail-media-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .syllabus-detail-bundle-card,
    .syllabus-detail-bundle-main,
    .syllabus-detail-bundle-side {
        flex-direction: column;
        align-items: flex-start;
    }

    .syllabus-detail-bundle-side {
        width: 100%;
    }

    .syllabus-detail-bundle-stats {
        width: 100%;
    }

    .syllabus-detail-bundle-btn {
        width: 100%;
    }

    .syllabus-detail-media-thumb {
        width: 100%;
        min-width: 100%;
        height: 160px;
    }

    .syllabus-detail-action-btn {
        width: 100%;
    }

    .syllabus-detail-side-actions {
        width: 100%;
        justify-content: space-between;
    }

    .syllabus-show-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .syllabus-day-card {
        padding: 14px 14px 0;
        border-radius: 16px;
    }

    .syllabus-day-card-labels {
        flex-wrap: wrap;
        gap: 8px;
    }

    .syllabus-day-card-top-actions {
        gap: 6px;
    }

    .syllabus-day-card-stats {
        grid-template-columns: 1fr;
        padding-bottom: 16px;
    }

    .syllabus-day-card-footer {
        margin: 0 -14px;
        padding: 14px 14px 16px;
    }

    .syllabus-show-table-wrap {
        border-radius: 16px;
    }

    .syllabus-show-table thead th,
    .syllabus-show-table tbody td {
        padding: 12px;
    }

    .syllabus-show-chapter {
        font-size: 15px;
    }

    .syllabus-show-tool-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .syllabus-show-chip-list {
        flex-direction: column;
    }

    .syllabus-show-modal-header,
    .syllabus-show-modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .syllabus-show-modal-header .modal-title {
        font-size: 18px;
    }
}

/* student view activity section start */
/* .student-activity-insight-card {
    margin-bottom: 16px;
} */

.student-activity-insight-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    flex-direction: column;
}

.student-activity-insight-copy {
    min-width: 0;
}

.student-activity-insight-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    color: #2453ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.student-activity-insight-kicker iconify-icon {
    font-size: 14px;
}

.student-activity-insight-copy h4 {
    margin: 0 0 6px;
    color: #101828;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.student-activity-insight-copy p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.student-activity-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #d9e2f0;
    border-radius: 12px;
    background: #ffffff;
    color: #2453ff;
    font-size: 13px;
    font-weight: 700;
    /* box-shadow: 0 10px 24px rgba(36, 83, 255, 0.08); */
    transition: all 0.2s ease;
}

.student-activity-open-btn:hover {
    background: #f8fbff;
    border-color: #bfd0ff;
    color: #173bb8;
}

.student-activity-open-btn iconify-icon {
    font-size: 16px;
}

.student-activity-offcanvas {
    width: min(420px, 100vw);
}

.student-activity-offcanvas .offcanvas-header {
    padding: 20px 20px 12px;
    border-bottom: 1px solid #edf2f7;
}

.student-activity-offcanvas .offcanvas-title {
    color: #101828;
    font-size: 20px;
    font-weight: 700;
}

.student-activity-offcanvas .offcanvas-body {
    padding: 18px 20px 20px;
    background: #fbfcfe;
}

.student-activity-offcanvas-subtitle {
    margin: 0 0 18px;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.student-activity-timeline-group+.student-activity-timeline-group {
    margin-top: 18px;
}

.student-activity-timeline-heading {
    margin: 0 0 12px;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}

.student-activity-timeline-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.student-activity-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.student-activity-timeline-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef4ff;
    color: #2453ff;
}

.student-activity-timeline-icon.is-green {
    background: #ecfdf3;
    color: #16a34a;
}

.student-activity-timeline-icon.is-violet {
    background: #f3f0ff;
    color: #7c3aed;
}

.student-activity-timeline-icon.is-orange {
    background: #fff4ec;
    color: #f97316;
}

.student-activity-timeline-icon.is-blue {
    background: #eef4ff;
    color: #2453ff;
}

.student-activity-timeline-icon.is-red {
    background: #fff1f2;
    color: #e11d48;
}

.student-activity-timeline-copy {
    min-width: 0;
    padding-top: 4px;
}

.student-activity-timeline-copy h6 {
    margin: 0 0 4px;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.student-activity-timeline-copy p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.6;
}

/* student view activity section end */

/* import classes modal start */
.import-class-modal .modal-dialog {
    max-width: 620px;
}

.import-class-modal .modal-content {
    border: 0;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.14);
    background: #ffffff;
}

.import-class-modal .modal-header {
    position: relative;
    align-items: flex-start;
    padding: 28px 30px 18px;
    border-bottom: 1px solid #edf2f7;
}

.import-class-modal-headcopy {
    flex: 1 1 auto;
    min-width: 0;
}

.import-class-modal .modal-title {
    margin: 0 0 8px;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.import-class-modal-headcopy p {
    /* max-width: 420px; */
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
}

.import-class-modal .btn-close {
    margin: 2px 0 0 18px;
    padding: 0;
    box-shadow: none;
    opacity: 0.55;
}

.import-class-modal .btn-close:hover {
    opacity: 1;
}

.import-class-modal .modal-body {
    padding: 20px 30px 12px;
}

.import-class-modal-upload .form-label {
    margin-bottom: 12px;
    color: #101828;
    font-size: 14px;
    font-weight: 600;
}

.import-class-modal-upload .dropify-wrapper {
    min-height: 210px;
    border: 1px solid #dbe3ef;
    border-radius: 22px;
    background: #fcfcfd;
    box-shadow: none;
}

.import-class-modal-upload .dropify-wrapper:hover {
    border-color: #c7d7f6;
    background: #ffffff;
}

.import-class-modal-upload .dropify-message {
    padding: 24px;
}

.import-class-modal-upload .dropify-wrapper .dropify-message p {
    color: #98a2b3;
    font-size: 15px;
    font-weight: 500;
}

.import-class-modal-upload .dropify-font-upload:before,
.import-class-modal-upload .dropify-wrapper .dropify-message span.file-icon:before {
    color: #cbd5e1;
}

.import-class-modal-upload .form-text {
    display: block;
    margin-top: 12px;
    color: #667085 !important;
    font-size: 13px;
}

.import-class-modal-upload .form-text a {
    color: #2453ff;
    font-weight: 600;
    text-decoration: none;
}

.import-class-modal .modal-footer {
    justify-content: flex-end;
    gap: 12px;
    padding: 10px 20px 20px;
    border-top: 0;
}

.import-class-modal-btn {
    min-width: 110px;
    min-height: 46px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none !important;
    justify-content: center;
}

.import-class-modal-btn-secondary {
    border: 1px solid #eaecf0;
    background: #f8f9fc;
    color: #344054;
}

.import-class-modal-btn-secondary:hover {
    background: #eef2f7;
    color: #1d2939;
}

.import-class-modal-btn-primary {
    border: 1px solid #4CAF50;
    background: linear-gradient(180deg, #4CAF50 0%, #3c9b40 100%);
    color: #ffffff;
}

.import-class-modal-btn-primary:hover {
    border-color: #a6ea4b;
    background: linear-gradient(180deg, #c2ff6e 0%, #adef59 100%);
    color: #101828;
}

@media (max-width: 767.98px) {
    .import-class-modal .modal-dialog {
        margin: 0.75rem;
    }

    .import-class-modal .modal-content {
        border-radius: 24px;
    }

    .import-class-modal .modal-header,
    .import-class-modal .modal-body,
    .import-class-modal .modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .import-class-modal .modal-footer {
        flex-direction: column-reverse;
    }

    .import-class-modal-btn {
        width: 100%;
    }

    .import-class-modal-upload .dropify-wrapper {
        min-height: 220px;
    }
}

/* import classes modal end */

/* discussion forum page refresh start */
.discussion-forum-page>.content {
    background: #f8faf7;
}

.discussion-forum-page .discussionMainWrapper {
    width: min(100%, 980px);
    margin: 0 auto 40px;
}

.discussion-forum-page .discussionCardsContainer {
    display: grid;
    gap: 18px;
}

.discussion-forum-topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 6px 0 2px;
}

.discussion-forum-topbar-copy {
    min-width: 0;
}

.discussion-forum-topbar-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #7a8a72;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.discussion-forum-topbar h3 {
    margin: 0 0 8px;
    color: #1d2939;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.discussion-forum-topbar p {
    max-width: 560px;
    margin: 0;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.discussion-forum-topbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.discussion-forum-topbar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #d7e3d2;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.discussion-forum-topbar-btn.is-secondary {
    background: #ffffff;
    color: #344054;
}

.discussion-forum-topbar-btn.is-secondary:hover {
    background: #f4f7f2;
    color: #1d2939;
}

.discussion-forum-topbar-btn.is-primary {
    background: #106839;
    border-color: #106839;
    color: #ffffff;
}

.discussion-forum-topbar-btn.is-primary:hover {
    background: #0c552f;
    border-color: #0c552f;
    color: #ffffff;
}

.discussion-forum-page .discussionCardMave {
    margin-bottom: 0;
    padding: 22px 24px 18px;
    border: 1px solid #e3eadf;
    border-radius: 24px;
    background: #ffffff;
}

.discussion-forum-page .FormHeaderMave {
    align-items: flex-start;
    gap: 16px;
}

.discussion-forum-page .profileMave {
    gap: 12px;
    min-width: 0;
}

.discussion-forum-page .ProfileImgMave img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 1px solid #e4e7ec;
}

.discussion-forum-initial-avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef6eb;
    color: #2f7d32;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.discussion-forum-initial-avatar.is-green {
    background: #eaf7ee;
    color: #2f7d32;
}

.discussion-forum-initial-avatar.is-yellow {
    background: #fff8db;
    color: #b38103;
}

.discussion-forum-initial-avatar.is-blue {
    background: #edf4ff;
    color: #3b82f6;
}

.discussion-forum-initial-avatar.is-lilac {
    background: #f4ecff;
    color: #8b5cf6;
}

.discussion-forum-initial-avatar.is-slate {
    background: #eef2f6;
    color: #64748b;
}

.discussion-forum-page .profileContentMave h6 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.discussion-forum-page .profileContentMave h6 a {
    color: #101828;
}

.discussion-forum-page .profileContentMave p {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.discussion-forum-page .PostDate h6 {
    gap: 0;
    color: #98a2b3;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.discussion-forum-page .PostDate iconify-icon {
    display: none;
}

.discussion-forum-page .FormBodyMave h5 {
    padding-top: 15px;
    margin-bottom: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.discussion-forum-page .FormBodyMave h5 a,
.discussion-forum-page .FormBodyMave p a {
    color: inherit !important;
}

.discussion-forum-page .FormBodyMave p {
    margin: 0;
    color: #475467;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.discussion-forum-page .uploadImages {
    margin: 16px 0 0;
}

.discussion-forum-page .image-grid {
    gap: 12px;
}

.discussion-forum-page .image-grid li {
    width: 132px;
    height: 132px;
    flex: 0 0 132px;
    border-radius: 16px;
    border: 1px solid #edf2f7;
    background: #f8fafc;
}

.discussion-forum-page .image-grid img {
    transition: none;
}

.discussion-forum-page .image-grid img:hover {
    transform: none;
}

.discussion-forum-page .play-button {
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: none;
    animation: none;
}

.discussion-forum-page .play-button::before {
    font-size: 15px;
    color: #106839;
}

.discussion-forum-page .pdfUpload {
    padding: 18px;
    background: #f8fafc;
}

.discussion-forum-page .pdfUpload img {
    width: 72px;
}

.discussion-forum-page .FormFooterMave {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #edf2f7;
}

.discussion-forum-page .innerFooterMave {
    gap: 14px;
    padding-top: 0;
    flex-wrap: wrap;
}

.discussion-forum-page .viewsMave ul {
    gap: 6px;
}

.discussion-forum-page .viewsMave ul li {
    margin: -6px;
}

.discussion-forum-page .viewsMave ul li img,
.discussion-forum-page .viewsMave ul li span {
    width: 28px;
    height: 28px;
    border: 1px solid #e4e7ec;
    box-shadow: none;
}

.discussion-forum-page .viewsMave ul li span {
    background: #eff7eb;
    color: #106839;
    font-size: 11px;
    font-weight: 600;
}

.discussion-forum-viewer-avatar {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1;
}

.discussion-forum-page .viewsMave ul li .discussion-forum-viewer-avatar.is-green {
    background: #eaf7ee;
    color: #2f7d32;
    border-color: #d7ead8;
}

.discussion-forum-page .viewsMave ul li .discussion-forum-viewer-avatar.is-yellow {
    background: #fff8db;
    color: #b38103;
    border-color: #f4e8b2;
}

.discussion-forum-page .viewsMave ul li .discussion-forum-viewer-avatar.is-blue {
    background: #edf4ff;
    color: #3b82f6;
    border-color: #d8e7ff;
}

.discussion-forum-page .viewsMave ul li .discussion-forum-viewer-avatar.is-lilac {
    background: #f4ecff;
    color: #8b5cf6;
    border-color: #e5d7ff;
}

.discussion-forum-page .viewsMave ul li .discussion-forum-viewer-avatar.is-slate {
    background: #eef2f6;
    color: #64748b;
    border-color: #dde3ea;
}

.discussion-forum-page .commentMave h6 {
    gap: 6px;
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}

.discussion-forum-page .commentMave h6 a {
    color: #667085 !important;
    text-decoration: none;
}

.discussion-forum-page .actionButtonsMave {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.discussion-viewed-modal .modal-dialog {
    max-width: 440px;
}

.discussion-viewed-modal .modal-content {
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.14);
}

.discussion-viewed-modal .modal-header {
    align-items: flex-start;
    padding: 22px 22px 16px;
    border-bottom: 1px solid #edf2f7;
}

.discussion-viewed-modal-head {
    min-width: 0;
}

.discussion-viewed-modal .modal-title {
    margin: 0 0 4px;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
}

.discussion-viewed-modal-head p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.discussion-viewed-modal .modal-body {
    background: #fbfcfd;
}

.discussion-viewed-modal .ViewedUserList {
    height: 360px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.discussion-viewed-modal .ViewedUserList li {
    padding: 0;
    border-bottom: 1px solid #edf2f7;
}

.discussion-viewed-user-link {
    display: block;
    padding: 14px 18px;
    text-decoration: none;
}

.discussion-viewed-user-link:hover {
    background: #f6faf5;
}

.discussion-viewed-user-profile {
    gap: 12px;
}

.discussion-viewed-user-avatar {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    border-width: 1px !important;
    font-size: 13px !important;
    border-radius: 50px;
}

.discussion-viewed-user-avatar.is-green {
    background: #eaf7ee !important;
    color: #2f7d32 !important;
    border-color: #d7ead8 !important;
}

.discussion-viewed-user-avatar.is-yellow {
    background: #fff8db !important;
    color: #b38103 !important;
    border-color: #f4e8b2 !important;
}

.discussion-viewed-user-avatar.is-blue {
    background: #edf4ff !important;
    color: #3b82f6 !important;
    border-color: #d8e7ff !important;
}

.discussion-viewed-user-avatar.is-lilac {
    background: #f4ecff !important;
    color: #8b5cf6 !important;
    border-color: #e5d7ff !important;
}

.discussion-viewed-user-avatar.is-slate {
    background: #eef2f6 !important;
    color: #64748b !important;
    border-color: #dde3ea !important;
}

.discussion-viewed-user-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.discussion-viewed-user-copy .name {
    margin: 0 0 3px;
    color: #101828;
    font-size: 14px;
    font-weight: 600;
}

.discussion-viewed-user-copy span {
    display: block;
    color: #98a2b3;
    font-size: 12px;
    line-height: 1.5;
}

.discussion-viewed-user-profile>iconify-icon {
    color: #98a2b3;
    font-size: 18px;
}

.discussion-forum-action-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px !important;
    border: 1px solid #e4e7ec !important;
    background: #ffffff !important;
    color: #344054 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.discussion-forum-action-btn:hover {
    background: #f8fafc !important;
}

.discussion-forum-page .archive-btn {
    border-color: #e8efd8 !important;
    color: #667f35 !important;
    background: #fbfdf7 !important;
}

.discussion-forum-page .delete-btn {
    border-color: #f1d8db !important;
    color: #b42318 !important;
    background: #fffafb !important;
}

.discussion-forum-page .pagination-wrapper {
    padding-top: 4px;
}

.discussion-forum-page .pagination-wrapper nav,
.discussion-forum-page .pagination-wrapper .pagination {
    display: flex;
    justify-content: center;
}

.discussion-forum-page .pagination-wrapper .pagination {
    align-items: center;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
}

.discussion-forum-page .pagination-wrapper .page-item {
    margin: 0;
}

.discussion-forum-page .pagination-wrapper .page-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 999px !important;
    border: 1px solid #d7e3d2;
    background: #ffffff;
    color: #106839;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
}

.discussion-forum-page .pagination-wrapper .page-link:hover,
.discussion-forum-page .pagination-wrapper .page-link:focus {
    border-color: #106839;
    background: #106839;
    color: #ffffff;
}

.discussion-forum-page .pagination-wrapper .page-item.active .page-link {
    border-color: #106839;
    background: #106839;
    color: #ffffff;
}

.discussion-forum-page .pagination-wrapper .page-item.disabled .page-link {
    border-color: #d7e3d2;
    background: #f4f7f2;
    color: #98a2b3;
}

.discussion-thread-page>.content {
    padding-bottom: 170px;
}

.discussion-thread-page .discussion-thread-shell {
    display: grid;
    gap: 18px;
}

.discussion-thread-page .discussion-thread-topbar {
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    padding: 12px 0 2px;
}

.discussion-thread-page .discussion-thread-topbar .discussion-forum-topbar-actions {
    flex: 0 0 auto;
}

.discussion-thread-page .discussion-thread-topbar .discussion-forum-topbar-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.discussion-thread-page .discussion-thread-topbar .discussion-forum-topbar-kicker {
    display: none;
}

.discussion-thread-page .discussion-thread-topbar h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.discussion-thread-page .discussion-thread-topbar p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #98a2b3;
}

.discussion-thread-page .discussion-thread-back-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e3d2;
    border-radius: 999px;
    background: #ffffff;
    color: #344054;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(16, 104, 57, 0.06);
}

.discussion-thread-page .discussion-thread-back-btn iconify-icon {
    font-size: 18px;
}

.discussion-thread-page .discussion-thread-back-btn:hover {
    background: #106839;
    border-color: #106839;
    color: #ffffff;
}

.discussion-thread-page .discussion-thread-card {
    border-radius: 28px;
}

.discussion-thread-page .discussion-thread-replies {
    display: grid;
    gap: 20px;
}

.discussion-thread-page .discussion-thread-item {
    display: grid;
    gap: 10px;
}

.discussion-thread-page .discussion-thread-children {
    display: grid;
    gap: 12px;
    margin-left: 26px;
    padding-left: 18px;
    border-left: 1px solid #e8ecef;
}

.discussion-thread-page .discussion-thread-children.is-collapsed {
    display: none;
}

.discussion-thread-page .discussion-thread-message {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 10px;
}

.discussion-thread-page .discussion-thread-message.is-child-comment {
    gap: 9px;
}

.discussion-thread-page .discussion-thread-message>.discussion-forum-initial-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    flex: 0 0 36px;
    font-size: 13px;
    margin-top: 1px;
}

.discussion-thread-page .discussion-thread-message.is-child-comment>.discussion-forum-initial-avatar {
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex: 0 0 30px;
    font-size: 11px;
}

.discussion-thread-page .messageContainer {
    padding-left: 0;
    margin-top: 0;
}

.discussion-thread-page .discussion-thread-body {
    min-width: 0;
}

.discussion-thread-page .message-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin-top: 0;
}

.discussion-thread-page .discussion-thread-message.is-child-comment .message-content {
    padding: 0;
}

.discussion-thread-page .discussion-thread-content-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 3px;
}

.discussion-thread-page .discussion-thread-author {
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.discussion-thread-page .discussion-thread-reply-to {
    color: #667085;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.discussion-thread-page .message-text {
    color: #475467;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 0;
}

.discussion-thread-page .discussion-thread-reply-mention {
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid #e4ebdf;
    border-radius: 14px;
    background: #f7fbf5;
}

.discussion-thread-page .discussion-thread-reply-avatar {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 11px;
}

.discussion-thread-page .message-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 6px 0 0;
}

.discussion-thread-page .timestamp {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 600;
}

.discussion-thread-page .reply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.discussion-thread-page .reply-button:hover {
    color: #106839;
}

.discussion-thread-page .discussion-thread-toggle-replies {
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

.discussion-thread-page .discussion-thread-toggle-replies:hover {
    color: #101828;
}

.discussion-thread-page .discussion-thread-modal-avatar {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px;
    font-size: 13px !important;
}

.discussion-thread-page .discussion-thread-chat {
    position: fixed;
    bottom: 0;
    left: 219px;
    right: 0;
    z-index: 20;
    margin-top: 0;
    padding: 18px 24px 18px;
    background: linear-gradient(180deg, rgba(248, 250, 247, 0) 0%, #ffffff 26%);
}

.discussion-thread-page .chat-container form {
    width: min(100%, 980px);
    margin: 0 auto;
}

.discussion-thread-page .input-area {
    padding: 16px;
    border: 1px solid #e3eadf;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(16, 104, 57, 0.08);
}

.discussion-thread-page .inputWrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.discussion-thread-page #messageInput {
    min-height: 44px;
    border: 0;
    box-shadow: none;
}

.discussion-thread-page .attachment-icon {
    margin: 0;
    color: #106839;
}

.discussion-thread-page .send-button {
    background: #106839;
}

.discussion-thread-page .send-button:hover {
    background: #0c552f;
}

.discussion-thread-page .mentionReplyMAve .replyMention {
    position: relative;
    margin-bottom: 12px;
    padding: 12px 42px 12px 12px;
    border: 1px solid #e4ebdf;
    border-radius: 18px;
    background: #f7fbf5;
}

.discussion-thread-page .message-content::before,
.discussion-thread-page .message-content::after {
    display: none;
}

.discussion-thread-page .uploadImages {
    margin: 10px 0 0;
}

.discussion-thread-page .image-grid {
    gap: 8px;
}

.discussion-thread-page .image-grid li {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    border-radius: 10px;
    border: 1px solid #edf2f7;
    background: #f8fafc;
    overflow: hidden;
}

.discussion-thread-page .uploadVideo,
.discussion-thread-page .pdfUpload {
    width: 100%;
    height: 100%;
}

.discussion-thread-page .pdfUpload {
    padding: 12px;
}

.discussion-thread-page .pdfUpload img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.discussion-thread-page .message-content::before,
.discussion-thread-page .message-content::after {
    display: none;
}

.discussion-forum-page .noForum {
    padding: 56px 20px;
    border: 1px solid #e3eadf;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
}

.discussion-forum-page .discussion-forum-empty-icon {
    width: 84px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eff7eb 0%, #e4f2dc 100%);
    color: #106839;
}

.discussion-forum-page .discussion-forum-empty-icon iconify-icon {
    font-size: 40px;
    line-height: 1;
}

.discussion-forum-page .noForum h1 {
    margin: 18px 0 8px;
    color: #101828;
    font-size: 24px;
    font-weight: 600;
}

.discussion-forum-page .noForum p {
    max-width: 520px;
    margin: 0 auto;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .discussion-forum-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .discussion-forum-page .discussionMainWrapper {
        width: 100%;
    }

    .discussion-forum-page .actionButtonsMave {
        margin-left: 0;
    }

    .discussion-thread-page .messageContainer {
        padding-left: 0;
    }

    .discussion-thread-page .discussion-thread-children {
        margin-left: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 767.98px) {
    .discussion-forum-page .discussionCardMave {
        padding: 18px;
        border-radius: 20px;
    }

    .discussion-forum-topbar h3 {
        font-size: 22px;
    }

    .discussion-forum-page .FormBodyMave h5 {
        font-size: 20px;
    }

    .discussion-forum-page .FormBodyMave p {
        font-size: 14px;
    }

    .discussion-forum-page .FormHeaderMave,
    .discussion-forum-page .innerFooterMave {
        flex-direction: column;
        align-items: flex-start;
    }

    .discussion-forum-topbar-actions,
    .discussion-forum-page .actionButtonsMave {
        width: 100%;
    }

    .discussion-forum-topbar-btn,
    .discussion-forum-action-btn {
        width: 100%;
    }

    .discussion-forum-page .image-grid li {
        width: calc(50% - 6px);
        flex: 0 0 calc(50% - 6px);
    }

    .discussion-thread-page .message-footer,
    .discussion-thread-page .inputWrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .discussion-thread-page .discussion-thread-children {
        margin-left: 8px;
        padding-left: 10px;
    }

    .discussion-thread-page .discussion-thread-message {
        grid-template-columns: 30px minmax(0, 1fr);
    }
}

/* discussion forum page refresh end */

/* quiz mechanism list refresh start */
/* .quiz-mechanism-page>.content {
    background: #f8faf9;
} */

.quiz-mechanism-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid #e6ece8;
    border-radius: 24px;
    background: #ffffff;
}

.quiz-mechanism-hero-copy {
    min-width: 0;
}

.quiz-mechanism-eyebrow {
    margin: 0 0 8px;
    color: #7a8a72;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quiz-mechanism-page .page-title {
    margin: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.quiz-mechanism-subtitle {
    max-width: 680px;
    margin: 8px 0 0;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}

.quiz-mechanism-hero-actions {
    flex: 0 0 auto;
}

.quiz-mechanism-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #106839;
    border-radius: 999px;
    background: #106839;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.quiz-mechanism-primary-btn:hover {
    background: #0c552f;
    border-color: #0c552f;
    color: #ffffff;
}

.quiz-mechanism-header-count {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e4dd;
    border-radius: 999px;
    background: #ffffff;
    color: #0f2b46;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.quiz-mechanism-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.quiz-mechanism-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #dee4e8;
    border-radius: 28px;
    background: #ffffff;
    overflow: hidden;
    /* box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08); */
}

.quiz-mechanism-card-media {
    position: relative;
    height: 200px;
    background: #f4f7f5;
}

.quiz-mechanism-card-media-top {
    position: absolute;
    top: 10px;
    left: 16px;
    right: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}

.quiz-mechanism-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quiz-mechanism-card-media-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b7c4bc;
    background: linear-gradient(180deg, #f8faf9 0%, #f0f5f2 100%);
}

.quiz-mechanism-card-media-empty iconify-icon {
    font-size: 38px;
}

.quiz-mechanism-card-body {
    display: grid;
    gap: 16px;
    padding: 22px 22px 18px;
}

.quiz-mechanism-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff7eb;
    color: #106839;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.quiz-mechanism-chip.is-overlay {
    background: rgba(16, 104, 57, 0.95);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(16, 104, 57, 0.22);
}

.quiz-mechanism-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #344054;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.quiz-mechanism-card-copy {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.quiz-mechanism-card-kicker {
    margin: 0;
    color: #7b8798;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.quiz-mechanism-card-title {
    margin: 0;
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.quiz-mechanism-card-title a {
    color: inherit;
    text-decoration: none;
}

.quiz-mechanism-card-description {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.quiz-mechanism-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0px;
    border: 1px solid #e9edf2;
    border-radius: 20px;
    background: #ffffff;
}

.quiz-mechanism-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: transparent;
}

.quiz-mechanism-stat-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eff7eb;
    color: #106839;
    font-size: 24px;
    flex: 0 0 48px;
}

.quiz-mechanism-stat-icon.is-violet {
    background: #f0ebff;
    color: #6d4aff;
}

.quiz-mechanism-stat-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.quiz-mechanism-stat:first-child {
    border-right: 1px solid #eceff4;
}

.quiz-mechanism-stat strong {
    display: block;
    color: #11723f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.quiz-mechanism-stat:last-child strong {
    color: #6d4aff;
}

.quiz-mechanism-stat small {
    display: block;
    margin-top: 2px;
    color: #475467;
    font-size: 12px;
    line-height: 1.4;
}

.quiz-mechanism-stat-bar {
    width: 78%;
    height: 6px;
    display: block;
    margin-top: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d9f2df 0%, #edf7ef 100%);
}

.quiz-mechanism-stat-bar.is-violet {
    background: linear-gradient(90deg, #dfd5ff 0%, #f0ebff 100%);
}

.quiz-mechanism-card-footer {
    padding: 0 22px 22px;
}

.quiz-mechanism-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.quiz-mechanism-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #0d7c43;
    border-radius: 12px;
    background: #ffffff;
    color: #0f8c4a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    flex: 1 1 0;
}

.quiz-mechanism-action-btn:hover {
    background: #f4fbf6;
    color: #0a6c39;
    border-color: #0d7c43;
}

.quiz-mechanism-action-btn.is-primary {
    border-color: #0d7c43;
    background: linear-gradient(135deg, #0f8c4a 0%, #0a6c39 100%);
    color: #ffffff;
    box-shadow: none !important;
}

.quiz-mechanism-action-btn.is-primary:hover {
    background: linear-gradient(135deg, #0a6c39 0%, #07522b 100%);
    border-color: #07522b;
    color: #ffffff;
    box-shadow: none !important;
}

.quiz-mechanism-page .btn-primary {
    border-color: #0d7c43 !important;
    background: linear-gradient(135deg, #0f8c4a 0%, #0a6c39 100%) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 999px;
}

.quiz-mechanism-page .btn-primary:hover {
    background: linear-gradient(135deg, #0a6c39 0%, #07522b 100%) !important;
    border-color: #07522b !important;
    color: #ffffff !important;
}

.quiz-mechanism-empty {
    padding: 56px 20px;
    border: 1px solid #e6ece8;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
}

.quiz-mechanism-empty-icon {
    width: 84px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eff7eb 0%, #e4f2dc 100%);
    color: #106839;
}

.quiz-mechanism-empty-icon iconify-icon {
    font-size: 40px;
}

.quiz-mechanism-empty h4 {
    margin: 0 0 8px;
    color: #101828;
    font-size: 24px;
    font-weight: 600;
}

.quiz-mechanism-empty p {
    max-width: 520px;
    margin: 0 auto;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.quiz-mechanism-modal .modal-dialog {
    max-width: 560px;
}

.quiz-mechanism-modal .modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.14);
}

.quiz-mechanism-modal .modal-header {
    align-items: flex-start;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #edf2ef;
}

.quiz-mechanism-modal-kicker {
    margin: 0;
    color: #7a8a72;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quiz-mechanism-modal .modal-title {
    margin: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 600;
}

.quiz-mechanism-modal .modal-body {
    padding: 20px 26px 8px;
}

.quiz-mechanism-modal-field+.quiz-mechanism-modal-field {
    margin-top: 18px;
}

.quiz-mechanism-modal-field label {
    display: block;
    margin-bottom: 8px;
    color: #1e2738;
    font-size: 14px;
    font-weight: 600;
}

.quiz-mechanism-modal-field .form-control,
.quiz-mechanism-modal-field .select2-container--default .select2-selection--single {
    min-height: 46px;
    border: 1px solid #dde3ec;
    border-radius: 14px;
    background: #fff;
}

.quiz-mechanism-modal-textarea {
    min-height: 108px !important;
    padding-top: 12px;
    resize: vertical;
}

.quiz-mechanism-modal-field .select2-container {
    width: 100% !important;
}

.quiz-mechanism-modal .modal-footer {
    gap: 10px;
    padding: 12px 26px 24px;
    border-top: 0;
}

.quiz-mechanism-modal-btn {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
}

.quiz-mechanism-modal-btn.is-secondary {
    border-color: #dde3ec;
    background: #ffffff;
    color: #344054;
}

.quiz-mechanism-modal-btn.is-primary {
    border-color: #106839;
    background: #106839;
    color: #ffffff;
}

.quiz-mechanism-modal-btn.is-primary:hover {
    background: #0c552f;
    border-color: #0c552f;
}

@media (max-width: 1199.98px) {
    .quiz-mechanism-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {

    .quiz-mechanism-hero,
    .quiz-mechanism-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .quiz-mechanism-grid {
        grid-template-columns: 1fr;
    }

    .quiz-mechanism-page .page-title {
        font-size: 24px;
    }

    .quiz-mechanism-primary-btn,
    .quiz-mechanism-action-btn {
        width: 100%;
    }

    .quiz-mechanism-stats {
        grid-template-columns: 1fr;
    }

    .quiz-mechanism-stat:first-child {
        border-right: 0;
        border-bottom: 1px solid #eceff4;
    }

    .quiz-mechanism-modal .modal-dialog {
        margin: 0.75rem;
    }
}

/* quiz mechanism list refresh end */

/* quiz mechanism step refresh start */
/* .quiz-mechanism-step-page>.content {
    background: #f8faf9;
} */

.quiz-step-hero-btn {
    min-height: 42px;
    border-radius: 999px;
    padding: 0 18px;
}

.quiz-mechanism-step-page .student-list-hero-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
}

.quiz-step-back-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;

}

.quiz-step-back-btn:hover {
    background-color: #0e8a49;
    border-color: #0f8b49;
}

.quiz-step-back-btn iconify-icon {
    font-size: 20px;
}

.quiz-step-header-count {
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe4dd;
    border-radius: 999px;
    background: #ffffff;
    color: #1d2939;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.quiz-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.quiz-step-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #e6ece8;
    border-radius: 24px;
    background: #ffffff;
    overflow: hidden;
}

.quiz-step-card-media {
    position: relative;
    height: 196px;
    background: #f2f5f3;
}

.quiz-step-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quiz-step-card-media-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b7c4bc;
    background: linear-gradient(180deg, #f8faf9 0%, #eef4f0 100%);
}

.quiz-step-card-media-empty iconify-icon {
    font-size: 40px;
}

.quiz-step-card-media-overlay {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    z-index: 2;
}

.quiz-step-card-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(16, 104, 57, 0.96);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.quiz-step-card-open {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #106839;
    text-decoration: none;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.14);
    z-index: 2;
}

.quiz-step-card-open iconify-icon {
    font-size: 28px;
    position: relative;
    z-index: 2;
}

.quiz-step-card-open-ring {
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    animation: quizStepPulse 1.9s ease-out infinite;
}

@keyframes quizStepPulse {
    0% {
        transform: scale(0.92);
        opacity: 0.95;
    }

    70% {
        transform: scale(1.18);
        opacity: 0;
    }

    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

.quiz-step-card-body {
    display: grid;
    gap: 16px;
    padding: 18px;
}

.quiz-step-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.quiz-step-card-copy {
    min-width: 0;
}

.quiz-step-card-copy h5 {
    margin: 0 0 6px;
    color: #101828;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.quiz-step-card-copy p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.6;
}

.quiz-step-card-edit {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe4dd;
    border-radius: 10px;
    background: #ffffff;
    color: #344054;
    flex: 0 0 34px;
    position: relative;
    z-index: 2;
}

.quiz-step-card-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.quiz-step-card-stat {
    padding: 12px;
    border: 1px solid #edf2ef;
    border-radius: 16px;
    background: #fbfcfb;
}

.quiz-step-card-stat strong {
    display: block;
    color: #101828;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.quiz-step-card-stat span {
    display: block;
    margin-top: 4px;
    color: #98a2b3;
    font-size: 11px;
    line-height: 1.4;
}

.quiz-step-card-list {
    display: grid;
    gap: 10px;
}

.quiz-step-card-view-all {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #dbe4dd;
    border-radius: 14px;
    background: #f8faf9;
    color: #106839;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.quiz-step-card-view-all:hover {
    background: #f1f6f3;
}

.quiz-step-card-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #edf2ef;
    border-radius: 16px;
    background: #ffffff;
    text-decoration: none;
}

.quiz-step-card-list-item:hover {
    background: #fafcfb;
}

.quiz-step-card-list-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eff7eb;
    color: #106839;
    font-size: 18px;
    flex: 0 0 34px;
}

.quiz-step-card-list-copy {
    min-width: 0;
}

.quiz-step-card-list-copy strong {
    display: block;
    color: #101828;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.quiz-step-card-list-copy small {
    display: block;
    margin-top: 3px;
    color: #98a2b3;
    font-size: 11px;
    line-height: 1.45;
}


.quiz-step-card-empty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #98a2b3;
    font-size: 12px;
}

.quiz-step-card-empty iconify-icon {
    font-size: 16px;
}

.quiz-step-modal .modal-dialog {
    max-width: 660px;
    width: 92%;
    max-height: calc(100vh - 3.5rem);
    margin: 1.75rem auto;
}

.quiz-step-modal .modal-content {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    max-height: calc(100vh - 3.5rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.quiz-step-modal .modal-header {
    padding: 18px 24px 14px;
    border-bottom: 1px solid #f1f5f9;
    flex: 0 0 auto;
}

.quiz-step-modal .quiz-mechanism-modal-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #0f766e;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.quiz-step-modal .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.quiz-step-modal .modal-body {
    padding: 20px 24px;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 3.5rem - 135px);
}

.quiz-step-modal .quiz-mechanism-modal-field {
    margin-bottom: 16px;
}

.quiz-step-modal .form-label,
.quiz-step-modal .quiz-mechanism-modal-field label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
    display: block;
}

.quiz-step-modal .form-control {
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.quiz-step-modal .form-control:focus {
    border-color: #0f766e;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.quiz-step-modal .select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    min-height: 40px !important;
    max-height: 90px !important;
    overflow-y: auto !important;
    padding: 2px 6px !important;
}

.quiz-step-modal .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0f766e !important;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12) !important;
}

.quiz-step-modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    color: #166534 !important;
    border-radius: 6px !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
}

.quiz-step-modal .select2-dropdown {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15) !important;
    z-index: 1065 !important;
}

.quiz-step-modal .dropify-wrapper {
    height: 110px !important;
    border-radius: 12px !important;
    border: 2px dashed #cbd5e1 !important;
    background-color: #f8fafc !important;
    padding: 10px !important;
}

.quiz-step-modal .dropify-wrapper.disabled-upload {
    opacity: 0.55 !important;
    cursor: not-allowed !important;
    background-color: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
}

.quiz-step-modal .dropify-wrapper.disabled-upload * {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.quiz-step-modal .dropify-wrapper .dropify-message p {
    font-size: 12px !important;
    color: #64748b !important;
    margin: 4px 0 0 0 !important;
}

.quiz-step-modal .dropify-wrapper .dropify-message span.file-icon {
    font-size: 24px !important;
    color: #0f766e !important;
}

.quiz-step-modal .dropify-wrapper:not(.disabled-upload):hover {
    border-color: #0f766e !important;
    background-color: #f0fdf4 !important;
}

.quiz-step-modal .modal-footer {
    padding: 14px 24px 18px;
    border-top: 1px solid #f1f5f9;
    flex: 0 0 auto;
    gap: 10px;
    background: #ffffff;
}

/* Modern Skill Video Player Modal - Theme Matched */
.skill-video-modal .modal-dialog {
    max-width: 880px;
    width: 95%;
    margin: 1.75rem auto;
}

.skill-video-modal-content {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    overflow: hidden;
    color: #0f172a;
}

.skill-video-modal-header {
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 20px 24px;
}

.skill-video-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0f766e;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.skill-video-modal .modal-title {
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px;
}

.skill-video-player-wrapper {
    background: #090d16;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 10px 0;
}

.skill-video-player-wrapper video {
    max-height: 520px;
    width: 100%;
    outline: none;
    border-radius: 8px;
}

.skill-video-progress-panel {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 20px 24px !important;
}

.skill-video-status-badge {
    background-color: rgba(15, 118, 110, 0.1);
    color: #0f766e;
    border: 1px solid rgba(15, 118, 110, 0.2);
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}

.skill-video-status-badge.completed {
    background-color: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.3);
}

.skill-video-time-text {
    font-size: 14px;
    color: #64748b !important;
    font-weight: 600;
}

.skill-video-percent-text {
    font-size: 15px;
    color: #0f766e;
    font-weight: 700;
}

.skill-video-progress-bar-container {
    background-color: #e2e8f0 !important;
    height: 12px !important;
    border-radius: 20px;
}

.skill-video-modal .bg-teal {
    background-color: #0f766e !important;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.quiz-step-modal .quiz-mechanism-modal-btn.is-primary {
    background: #0f766e;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 24px;
    font-weight: 600;
    border: none;
    transition: all 0.2s ease;
}

.quiz-step-modal .quiz-mechanism-modal-btn.is-primary:hover {
    background: #0d9488;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.25);
}

.quiz-step-modal .quiz-mechanism-modal-btn.is-secondary {
    background: #f1f5f9;
    color: #475569;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
}

.quiz-step-list-modal .modal-body {
    padding-top: 18px;
    padding-bottom: 20px;
}

.quiz-step-modal-list {
    display: grid;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .quiz-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .quiz-step-grid {
        grid-template-columns: 1fr;
    }

    .quiz-step-card-head,
    .student-list-hero-inner {
        gap: 12px;
    }

    .quiz-mechanism-step-page .student-list-hero-inner {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .quiz-mechanism-step-page .student-list-hero-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

/* quiz mechanism step refresh end */

/* calendar page */
@media (min-width: 1200px) {
    .hk-wrapper[data-layout="vertical"][data-layout-style="collapsed"] .hk-pg-wrapper {
        margin-left: 0px;
    }
}

#calendar {
    display: flex;
    width: 100%;
}

.fc-col-header {
    width: 100% !important;
}

thead[role="presentation"] tr th {
    background: #ffffff !important;
    height: 42px;
}

.btn-group button {
    color: #fff !important;
}

/* .flatpickr-day:not(.flatpickr-disabled) {
    color: #ffffff !important;
    background-color: #005322 !important;
} */

.flatpickr-day.flatpickr-disabled {
    position: relative;
    color: #999999 !important;
    background-color: #f0f0f0 !important;
    cursor: not-allowed;
}

.flatpickr-day.flatpickr-disabled::after {
    content: "\f715";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #a7a7a7;
    font-size: 15px;
    pointer-events: none;
}

.TopHeader {
    padding: 65px 20px 15px 20px !important;
    gap: 10px;
}

.calendar-shell {
    padding: 10px 0 10px;
    background: #fff;
}

.calendar-shell .calendar-container {
    max-width: 1400px;
    margin: 0 auto;
}

.calendar-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.calendar-legend {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 18px 18px;
}

.calendar-legend ul {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar-legend li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5d6b80;
    font-size: 13px;
    font-weight: 600;
}

.calendar-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar {
    align-items: center;
    gap: 16px;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1 1 auto;
}

.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    justify-content: space-between !important;
    width: 100% !important;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
    margin: 0;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .calendar-legend {
    padding: 0;
    margin: 0;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .calendar-legend ul {
    gap: 14px;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .calendar-legend li {
    font-size: 12px;
    white-space: nowrap;
}

.calendar-panel {
    padding: 0 0 18px;
}

.calendar-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.event-popup-card {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 300px;
    transition: all 0.3s ease;
}

.event-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline !important;
    font-weight: bold;
    font-size: 16px;
    padding: 16px 16px 0;
}

.event-popup-details {
    margin-top: 10px;
    padding: 0 16px 10px;
    font-size: 14px;
    margin-bottom: 0;
}

.event-popup-footer {
    padding: 5px 8px 8px;
    border-top: 1px solid #ececec;
    margin-top: 11px;
}

.btn-close-popup {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.event-popup-date {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.calendar-event {
    font-size: 13px;
    line-height: 1.4;
}

.calendar-event strong {
    display: block;
}

.event-detail-card {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    width: 260px;
}

.event-popup-details div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.event-popup-details div:last-child {
    margin-bottom: 0;
}

.event-popup-details div iconify-icon {
    color: #000;
    font-size: 16px;
}

.event-color-box {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #3788d8;
}

.EventHeader {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
}

#bookSlotBtn {
    padding: 8px 10px 10px;
    font-size: 14px;
    border-radius: 4px;
    justify-content: end;
}

.calendarapp-wrap .calendarapp-content .fc .fc-daygrid-event {
    padding: 0.125rem 0.375rem;
    border-radius: 0.5rem;
    width: 100% !important;
    display: block;
    color: #fff !important;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: transparent;
}

button.btn.bookBtn {
    padding: 4px 10px;
    background: #ff8c22;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
        flex-direction: column;
        gap: 12px;
    }
}

/* slot create modal */
.slot-create-modal-dialog {
    max-width: 560px;
}

.slot-create-modal-shell {
    border: 1px solid #e7ecf3;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.10);
    background: #ffffff;
}

.slot-create-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 15px 10px;
    border-bottom: 1px dashed #e6ebf2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.slot-create-modal-copy {
    min-width: 0;
}

.slot-create-modal-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border: 1px solid #e5ebf5;
    border-radius: 999px;
    background: #f8fafc;
    color: #6b7b90;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.slot-create-modal-header .modal-title {
    margin: 10px 0 5px;
    color: #152033;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.slot-create-modal-subtitle {
    margin: 0;
    color: #667387;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.slot-create-modal-header .btn-close {
    margin: 8px 8px 0;
    padding: 0;
    opacity: 0.8;
    box-shadow: none;
}

.slot-create-modal-body {
    padding: 14px 20px 20px;
    background: #ffffff;
    max-height: 62vh;
    overflow-y: auto;
}

.slot-create-field {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: block;
}

.slot-create-field label {
    display: block;
    width: 100%;
    margin: 0 0 7px;
    padding: 0;
    color: #243246;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    position: static;
    float: none;
    text-align: left;
    background: transparent;
}

.slot-create-field .form-control,
.slot-create-field .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 40px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #ffffff;
    color: #253044;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none;
}

.slot-create-field .select2-container--default .select2-selection--single .select2-selection__placeholder,
.slot-create-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.slot-create-field .form-control::placeholder {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 500;
}

.slot-create-field .select2-container {
    width: 100% !important;
}

.slot-create-field .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.slot-create-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
    padding-right: 24px;
    color: #253044;
    font-size: 12px;
    font-weight: 500;
    line-height: 38px;
}

.slot-create-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
}

.slot-create-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 16px 12px !important;
}

.slot-create-field .error {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
}

.slot-create-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px 15px 10px;
    border-top: 1px dashed #e6ebf2;
    background: #ffffff;
}

.slot-create-btn {
    min-height: 40px;
    padding: 9px 15px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: none !important;
}

.slot-create-btn-secondary {
    border: 1px solid #dbe4ef;
    background: #ffffff;
    color: #253044;
}

.slot-create-btn-secondary:hover,
.slot-create-btn-secondary:focus {
    border-color: #cfd9e6;
    background: #f8fafc;
    color: #152033;
}

.slot-create-btn-primary {
    border-color: #152033;
    background: #152033;
    color: #ffffff;
}

.slot-create-btn-primary:hover,
.slot-create-btn-primary:focus {
    border-color: #0f1727;
    background: #0f1727;
    color: #ffffff;
}

.slot-date-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.slot-date-chip-list>span,
.slot-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 14px !important;
    margin: 0 !important;
    border: 1px solid rgba(236, 177, 35, 0.22) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #fff8e8 0%, #fff3cf 100%) !important;
    color: #7a5400 !important;
    box-shadow: 0 10px 24px rgba(236, 177, 35, 0.16) !important;
}

.slot-date-chip-list>span,
.slot-date-chip-text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.slot-date-chip-list .remove-date,
.slot-date-chip-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 2px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ecb123 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1;
    cursor: pointer;
    box-shadow: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.slot-date-chip-list .remove-date::before,
.slot-date-chip-remove::before {
    content: "\00d7";
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.slot-date-chip-list .remove-date:hover,
.slot-date-chip-list .remove-date:focus,
.slot-date-chip-remove:hover,
.slot-date-chip-remove:focus {
    background: #d79d15;
    transform: scale(1.06);
}

.slot-date-chip-remove:focus {
    outline: none;
}

.slot-flatpickr-theme.flatpickr-calendar {
    width: 348px;
    padding: 14px 14px 14px;
    border: 1px solid #e7ecf3;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.slot-flatpickr-theme.arrowTop::before,
.slot-flatpickr-theme.arrowTop::after {
    display: none;
}

.slot-flatpickr-theme .flatpickr-months {
    align-items: center;
    margin-bottom: 0px;
    padding: 0 2px;
}

.slot-flatpickr-theme .flatpickr-month {
    height: 42px;
}

.slot-flatpickr-theme .flatpickr-current-month {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 85%;
    height: 30px;
    padding: 0 0;
    padding-top: 4px;
    color: #152033;
    font-size: 15px;
    font-weight: 700;
}

.slot-flatpickr-theme .flatpickr-current-month .flatpickr-monthDropdown-months,
.slot-flatpickr-theme .flatpickr-current-month input.cur-year {
    height: auto;
    padding: 0;
    color: #152033;
    font-size: 15px;
    font-weight: 700;
}

.slot-flatpickr-theme .flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.slot-flatpickr-theme .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.slot-flatpickr-theme .flatpickr-current-month input.cur-year:hover,
.slot-flatpickr-theme .flatpickr-current-month input.cur-year:focus {
    background: transparent;
}

.slot-flatpickr-theme .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 110px;
    padding: 7px 32px 7px 12px;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    background-color: #f8fafc;
    background-image:
        linear-gradient(45deg, transparent 50%, #253044 50%),
        linear-gradient(135deg, #253044 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 2px),
        calc(100% - 12px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    color: #152033;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: none;
    cursor: pointer;
}

.slot-flatpickr-theme .flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.slot-flatpickr-theme .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    border-color: #ecb123;
    background-color: #fff7e3;
    color: #7a5400;
    outline: none;
}

.slot-flatpickr-theme .flatpickr-current-month .numInputWrapper {
    width: 64px;
    margin-left: 8px;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    background: #f8fafc;
}

.slot-flatpickr-theme .flatpickr-current-month input.cur-year {
    min-width: 56px;
    padding: 7px 8px;
    color: #152033;
    font-size: 15px;
    font-weight: 700;
}

.slot-flatpickr-theme .flatpickr-current-month input.cur-year:focus {
    color: #7a5400;
}

.slot-flatpickr-theme .flatpickr-current-month .numInputWrapper span.arrowUp,
.slot-flatpickr-theme .flatpickr-current-month .numInputWrapper span.arrowDown {
    border: 0;
}

.slot-flatpickr-theme .flatpickr-current-month .numInputWrapper span.arrowUp::after,
.slot-flatpickr-theme .flatpickr-current-month .numInputWrapper span.arrowDown::after {
    color: #7a8597;
}

.slot-flatpickr-theme .flatpickr-current-month .numInputWrapper:hover,
.slot-flatpickr-theme .flatpickr-current-month .numInputWrapper:focus-within {
    border-color: #ecb123;
    background: #fff7e3;
}

.slot-flatpickr-theme .numInputWrapper:hover,
.slot-flatpickr-theme .numInputWrapper span:hover {
    background: transparent;
}

.slot-flatpickr-theme .flatpickr-prev-month,
.slot-flatpickr-theme .flatpickr-next-month {
    top: 15px !important;
    width: 30px;
    height: 30px !important;
    padding: 1px !important;
    border: 1px solid #e7ecf3;
    border-radius: 7px;
    background: #f8fafc;
    margin: 0 15px;
    color: #253044;
}

.slot-flatpickr-theme .flatpickr-prev-month:hover,
.slot-flatpickr-theme .flatpickr-next-month:hover {
    border-color: #ecb123;
    background: #fff7e3;
    color: #7a5400;
}

.slot-flatpickr-theme .flatpickr-prev-month svg,
.slot-flatpickr-theme .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.slot-flatpickr-theme .flatpickr-weekdays {
    margin-bottom: 8px;
}

.slot-flatpickr-theme .flatpickr-weekdaycontainer,
.slot-flatpickr-theme .flatpickr-days,
.slot-flatpickr-theme .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.slot-flatpickr-theme span.flatpickr-weekday {
    color: #7a8597;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.slot-flatpickr-theme .flatpickr-rContainer {
    width: 100%;
}

.slot-flatpickr-theme .dayContainer {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3px 3px;
    padding: 0px 0 0;
}

.slot-flatpickr-theme .flatpickr-innerContainer,
.slot-flatpickr-theme .flatpickr-rContainer {
    display: block;
}

.slot-flatpickr-theme .flatpickr-days {
    width: 100% !important;
}

.slot-flatpickr-theme span.flatpickr-weekday,
.slot-flatpickr-theme .flatpickr-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slot-flatpickr-theme .flatpickr-day {
    width: 100%;
    max-width: none;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #253044;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
}

.slot-flatpickr-theme .flatpickr-day:not(.flatpickr-disabled) {
    color: #253044 !important;
    background: transparent !important;
}

.slot-flatpickr-theme .flatpickr-day:hover,
.slot-flatpickr-theme .flatpickr-day:focus {
    border-color: #f3d37a;
    background: #fff7e3 !important;
    color: #7a5400 !important;
}

.slot-flatpickr-theme .flatpickr-day.today {
    border-color: #ecb123;
    color: #7a5400;
}

.slot-flatpickr-theme .flatpickr-day.selected,
.slot-flatpickr-theme .flatpickr-day.startRange,
.slot-flatpickr-theme .flatpickr-day.endRange,
.slot-flatpickr-theme .flatpickr-day.selected.inRange,
.slot-flatpickr-theme .flatpickr-day.startRange.inRange,
.slot-flatpickr-theme .flatpickr-day.endRange.inRange,
.slot-flatpickr-theme .flatpickr-day.selected:hover,
.slot-flatpickr-theme .flatpickr-day.startRange:hover,
.slot-flatpickr-theme .flatpickr-day.endRange:hover,
.slot-flatpickr-theme .flatpickr-day.selected:focus,
.slot-flatpickr-theme .flatpickr-day.startRange:focus,
.slot-flatpickr-theme .flatpickr-day.endRange:focus {
    border-color: #ecb123 !important;
    background: linear-gradient(180deg, #f4c64b 0%, #ecb123 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(236, 177, 35, 0.28);
}

.slot-flatpickr-theme .flatpickr-day.inRange,
.slot-flatpickr-theme .flatpickr-day.prevMonthDay.inRange,
.slot-flatpickr-theme .flatpickr-day.nextMonthDay.inRange {
    border-color: transparent;
    background: #fff8e8 !important;
    color: #7a5400 !important;
    box-shadow: none;
}

.slot-flatpickr-theme .flatpickr-day.prevMonthDay,
.slot-flatpickr-theme .flatpickr-day.nextMonthDay {
    color: #b0b8c5 !important;
}

.slot-flatpickr-theme .flatpickr-day.flatpickr-disabled,
.slot-flatpickr-theme .flatpickr-day.flatpickr-disabled:hover {
    border-color: transparent;
    background: #f8fafc !important;
    color: #c0c7d2 !important;
    cursor: not-allowed;
}

.slot-flatpickr-theme .flatpickr-day.flatpickr-disabled::after {
    display: none;
}

.slot-flatpickr-theme .flatpickr-close-btn {
    width: 100%;
    margin-top: 14px;
    min-height: 42px;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    background: #0d7c43;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.slot-flatpickr-theme .flatpickr-close-btn:hover,
.slot-flatpickr-theme .flatpickr-close-btn:focus {
    border-color: #0f1727;
    background: #0d7c43;
}

@media (max-width: 575.98px) {

    .slot-create-modal-header,
    .slot-create-modal-body,
    .slot-create-modal-footer {
        padding-left: 14px;
        padding-right: 14px;
    }

    .slot-create-modal-footer {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .slot-create-btn {
        width: 100%;
    }
}

.video-detail-page .student-list-hero {
    margin-top: 25px;
    margin-bottom: 18px;
}

.video-detail-page.page-wrapper>.content,
.page-wrapper>.content.video-detail-page {
    padding: 0 1rem 1rem;
}

.video-detail-layout {
    display: grid;
    gap: 18px;
}

.video-detail-panel {
    border: 1px solid #e5eaf2;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.video-detail-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px 14px;
    border-bottom: 1px dashed #e5eaf2;
}

.video-detail-panel-copy h3 {
    margin: 0 0 6px;
    color: #152033;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.video-detail-panel-copy p {
    margin: 0;
    color: #667387;
    font-size: 13px;
    line-height: 1.6;
}

.video-detail-player-wrap {
    padding: 18px 22px 22px;
}

.video-detail-player {
    width: 100%;
    border-radius: 18px;
    background: #0f1727;
}

.video-detail-empty {
    padding: 28px 22px;
}

.video-detail-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 220px;
    border: 1px dashed #dbe4ef;
    border-radius: 18px;
    background: linear-gradient(180deg, #fcfdff 0%, #f8fafd 100%);
    text-align: center;
    padding: 24px;
}

.video-detail-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff8e8 0%, #fff0c4 100%);
    color: #b88400;
    box-shadow: 0 12px 28px rgba(236, 177, 35, 0.14);
}

.video-detail-empty-icon iconify-icon {
    font-size: 34px;
}

.video-detail-empty-state h4 {
    margin: 0;
    color: #152033;
    font-size: 18px;
    font-weight: 700;
}

.video-detail-empty-state p {
    max-width: 460px;
    margin: 0;
    color: #667387;
    font-size: 13px;
    line-height: 1.7;
}

.video-reply-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    padding: 18px 22px 22px;
}

.video-reply-card {
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.video-reply-card:hover {
    transform: translateY(-2px);
    border-color: #ecb123;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.video-reply-trigger {
    display: block;
    text-decoration: none;
}

.video-reply-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f6fa;
}

.video-reply-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-reply-thumb::after {
    content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(21, 32, 51, 0.78);
    color: #ffffff;
    font-size: 18px;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
}

.video-reply-body {
    padding: 14px 16px 16px;
}

.video-reply-title {
    margin: 0 0 6px;
    color: #152033;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.video-reply-meta {
    margin: 0;
    color: #667387;
    font-size: 12px;
    line-height: 1.5;
}

/* Resource attachment button */
.resource-file-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 9px 12px;
    border: 1px solid #e3e9f2;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
    color: #152033 !important;
    text-decoration: none;
    /* box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06); */
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* Add user role page */
.role-create-shell .notice-create-shell-body {
    padding-bottom: 80px;
}

.role-create-hero-copy {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.role-create-hero-copy-text {
    min-width: 0;
}

.role-create-backlink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border: 1px solid #dce4f0;
    border-radius: 14px;
    background: #ffffff;
    color: #1f2b3d;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.role-create-backlink:hover,
.role-create-backlink:focus {
    border-color: #efcf72;
    background: #fff8e3;
    color: #1f2b3d;
    transform: translateY(-1px);
}

.role-create-backlink i {
    font-size: 18px;
}

.role-create-hero .notice-create-subtitle {
    margin-bottom: 0;
}

.role-create-grid {
    grid-template-columns: minmax(0, 1fr);
}

.role-permission-block {
    margin-top: 28px;
}

.role-permission-block-head {
    margin-bottom: 10px;
}

.role-permission-block-copy {
    margin: 0 0 18px;
    color: #6f7d92;
    font-size: 14px;
    line-height: 1.7;
}

.role-permission-block .card-table {
    margin-bottom: 14px;
    border: 1px solid #e8edf4;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
}

.role-permission-block .scroll_table_fixed,
.role-permission-block .table-responsive {
    border-radius: 10px;
}

.role-permission-block .permission_table {
    margin-bottom: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

.role-permission-block .permission_table thead th {
    white-space: nowrap;
    padding: 12px 16px;
    border-bottom: 1px solid #edf2f7;
    background: #f8fafc;
    color: #7f8898;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}

.role-permission-block .permission_table thead th:first-child {
    width: 300px;
    text-align: left;
    border-top-left-radius: 10px;
}

.role-permission-block .permission_table thead th:last-child {
    border-top-right-radius: 10px;
}

.role-permission-block .permission_table tbody td {
    padding: 15px 16px;
    border-bottom: 1px solid #eef3f8;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.role-permission-block .permission_table tbody td:first-child {
    font-weight: 500;
    color: #3a4456;
    font-size: 14px;
    text-align: left;
}

.role-permission-block .permission_table tbody tr:last-child td {
    border-bottom: 0;
}

.role-permission-block .permission_table thead th:not(:first-child),
.role-permission-block .permission_table tbody td:not(:first-child) {
    border-left: 1px solid #f3f6fa;
}

.role-permission-block .permission_table thead th:nth-child(n + 2),
.role-permission-block .permission_table tbody td:nth-child(n + 2) {
    background-image: linear-gradient(180deg, rgba(247, 250, 252, 0.68) 0%, rgba(247, 250, 252, 0.68) 100%);
    background-repeat: no-repeat;
}

.role-permission-block .toggle-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    margin: 0 auto;
}

.role-permission-block .toggle-switch label {
    position: relative;
    width: 18px;
    height: 18px;
    margin-bottom: 0;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #d6dfeb;
    box-shadow: none;
    cursor: pointer;
}

.role-permission-block .toggle-switch label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    background: transparent;
    box-shadow: none;
}

.role-permission-block .toggle-switch input:checked+label {
    background: #2f80ed;
    border-color: #2f80ed;
}

.role-permission-block .toggle-switch input:checked+label:before {
    border-color: #ffffff;
}

.role-permission-block .permission_table tbody td:empty {
    background: #fbfcfe;
}

@media (max-width: 991.98px) {
    .role-permission-block .permission_table thead th:first-child {
        width: 240px;
    }

    .role-permission-block .permission_table thead th,
    .role-permission-block .permission_table tbody td {
        padding: 14px 12px;
    }
}

@media (max-width: 767.98px) {

    .role-permission-block .card-table,
    .role-permission-block .scroll_table_fixed,
    .role-permission-block .table-responsive {
        border-radius: 10px;
    }

    .role-permission-block .table-responsive {
        overflow-x: auto;
    }

    .role-permission-block .permission_table {
        min-width: 760px;
    }

    .role-permission-block-copy {
        margin-bottom: 18px;
    }
}

.role-create-shell .notice-create-field label {
    margin-bottom: 8px;
    color: #273246;
    font-size: 14px;
    font-weight: 400;
}

.role-create-shell .notice-create-field small {
    display: block;
    margin-bottom: 10px;
    color: #7a879a;
    font-size: 12px;
    line-height: 1.6;
}

.role-create-shell .notice-create-field .form-control,
.role-create-shell .notice-create-field .select2-container--default .select2-selection--single {
    min-height: 46px;
    border-radius: 14px;
}

.role-create-shell .notice-create-field .form-control {
    padding-top: 9px;
    padding-bottom: 9px;
}

.role-create-shell .notice-create-field .select2-container {
    width: 100% !important;
}

.role-create-shell .notice-create-field .select2-container--default .select2-selection--single {
    height: 46px;
}

.role-create-shell .notice-create-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    /* padding-left: 16px; */
    line-height: 44px;
    color: #273246;
}

.role-create-shell .notice-create-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 12px;
}

.role-create-shell .error {
    display: block;
    margin-top: 6px;
    color: #d53d3d;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .role-create-hero-copy {
        gap: 12px;
    }

    .role-create-backlink {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }
}

.role-permission-showcase {
    margin-top: 15px;
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 20px;
}

.role-permission-showcase .role-permission-source {
    display: none;
}

.role-permission-showcase .role-permission-cardlist {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.role-permission-showcase .role-permission-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 18px 20px;
    border: 1px solid #e3e9f2;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    /* box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05); */
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.role-permission-showcase .role-permission-card:hover {
    border-color: #d7e2ee;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.role-permission-showcase .role-permission-card.is-complete {
    border-color: #cfe8d8;
}

.role-permission-showcase .role-permission-card-left {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 240px;
    flex: 0 0 240px;
}

.role-permission-showcase .role-permission-card-copy {
    min-width: 0;
}

.role-permission-showcase .role-permission-card-copy h6 {
    margin: 0 0 4px;
    color: #1f2b3d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.role-permission-showcase .role-permission-card-copy p {
    margin: 0;
    color: #7c8aa0;
    font-size: 12px;
    line-height: 1.5;
}

.role-permission-showcase .role-permission-card-select {
    position: relative;
    flex: 0 0 auto;
}

.role-permission-showcase .role-permission-card-master {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.role-permission-showcase .role-permission-card-select label {
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #c8d3e1;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.role-permission-showcase .role-permission-card-select label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}

.role-permission-showcase .role-permission-card-master:checked+label {
    border-color: #f7bf14;
    background: #f7bf14;
    /* box-shadow: 0 8px 20px rgba(78, 156, 246, 0.28); */
}

.role-permission-showcase .role-permission-card-master:checked+label::after {
    border-color: #ffffff;
}

.role-permission-showcase .role-permission-card-master:disabled+label {
    cursor: not-allowed;
    opacity: 0.5;
    box-shadow: none;
}

.role-permission-showcase .role-permission-card-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    gap: 18px;
    flex: 1 1 auto;
    align-items: start;
}

.role-permission-showcase .role-permission-card-action {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    min-width: 72px;
}

.role-permission-showcase .role-permission-card-single .role-permission-card-actions {
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-start;
}

.role-permission-showcase .role-permission-card-single .role-permission-card-action {
    min-width: 120px;
}

.role-permission-showcase .role-permission-card-action-label {
    color: #758298;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.role-permission-showcase .role-permission-block-copy {
    max-width: 680px;
    margin-bottom: 22px;
}

.role-permission-showcase .card-table {
    display: none;
}

.role-permission-showcase .card-table {
    margin-bottom: 18px;
    border: 1px solid #e5ebf3;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 14px 36px rgba(31, 43, 61, 0.06);
    overflow: hidden;
}

.role-permission-showcase .card-body.scroll_table_fixed {
    padding: 0;
}

.role-permission-showcase .permission_table {
    width: 100%;
    margin: 0;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.role-permission-showcase .permission_table thead th {
    padding: 14px 12px 10px;
    border: 0;
    background: transparent;
    color: #7b8798;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
}

.role-permission-showcase .permission_table thead th:first-child {
    width: 320px;
    min-width: 320px;
    padding-left: 24px;
    color: transparent;
    text-align: left;
    user-select: none;
}

.role-permission-showcase .permission_table tbody td {
    padding: 12px 12px 18px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    text-align: center;
}

.role-permission-showcase .permission_table tbody td:first-child {
    min-width: 320px;
    padding-left: 24px;
    color: #1f2b3d;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.role-permission-showcase .permission_table tbody tr+tr td {
    border-top: 1px solid #edf2f7;
}

.role-permission-showcase .permission_table tbody td:empty {
    background: transparent;
}

.role-permission-showcase .toggle-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    margin: 0;
}

.role-permission-showcase .toggle-switch label {
    position: relative;
    width: 34px;
    height: 20px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #c8ced8;
    box-shadow: inset 0 0 0 1px rgba(88, 102, 126, 0.05);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.role-permission-showcase .toggle-switch label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.22);
    transform: none;
    transition: left 0.2s ease;
}

.role-permission-showcase .toggle-switch input:checked+label {
    background: #4fd17c;
}

.role-permission-showcase .toggle-switch input:checked+label::before {
    left: 17px;
}

.role-permission-showcase .toggle-switch input:disabled+label {
    opacity: 0.72;
    cursor: not-allowed;
}

@media (max-width: 991.98px) {
    .role-permission-showcase .role-permission-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .role-permission-showcase .role-permission-card-left {
        min-width: 0;
        flex-basis: auto;
    }

    .role-permission-showcase .role-permission-card-actions {
        width: 100%;
        grid-template-columns: repeat(4, minmax(72px, 1fr));
    }

    .role-permission-showcase .role-permission-card-single .role-permission-card-actions {
        justify-content: flex-start;
    }

    .role-permission-showcase .permission_table thead th:first-child {
        width: 280px;
        min-width: 280px;
    }

    .role-permission-showcase .permission_table tbody td:first-child {
        min-width: 280px;
    }
}

@media (max-width: 767.98px) {
    .role-permission-showcase .role-permission-card {
        padding: 16px;
        border-radius: 14px;
    }

    .role-permission-showcase .role-permission-card-left {
        gap: 12px;
    }

    .role-permission-showcase .role-permission-card-copy h6 {
        font-size: 15px;
    }

    .role-permission-showcase .role-permission-card-actions {
        grid-template-columns: repeat(2, minmax(88px, 1fr));
        gap: 14px 12px;
    }

    .role-permission-showcase .role-permission-card-single .role-permission-card-action {
        min-width: 108px;
    }

    .role-permission-showcase .card-table {
        border-radius: 16px;
    }

    .role-permission-showcase .table-responsive {
        overflow-x: auto;
    }

    .role-permission-showcase .permission_table {
        min-width: 920px;
    }

    .role-permission-showcase .permission_table thead th:first-child,
    .role-permission-showcase .permission_table tbody td:first-child {
        padding-left: 18px;
    }
}

.resource-file-btn:hover,
.resource-file-btn:focus {
    border-color: #ecb123;
    color: #152033 !important;
    box-shadow: 0 14px 30px rgba(236, 177, 35, 0.14);
    transform: translateY(-1px);
}

.resource-file-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff8e8 0%, #fff1cb 100%);
    color: #b88400;
    font-size: 14px;
}

.resource-file-btn-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.35;
}

.resource-file-btn-copy strong {
    color: #152033;
    font-size: 12px;
    font-weight: 700;
}

.resource-file-btn-copy small {
    color: #667387;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* System configuration page */
.system-config-page .nav-tabs .nav-link {
    color: #302d2d;
}

.system-config-page .tab-content {
    padding-top: 0;
}

.system-config-page .nav-tabs .nav-item:first-child .nav-link:hover,
.system-config-page .nav-tabs .nav-item:last-child .nav-link:focus {
    border-top-left-radius: 10px;
}

.system-config-shell {
    border: 1px solid #e5ebf3;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.system-config-shell-body {
    padding: 22px;
    padding-bottom: 112px;
}

.system-config-tab-copy {
    margin-bottom: 18px;
}

.system-config-tab-copy h4 {
    margin: 0 0 6px;
    color: #152033;
    font-size: 18px;
    font-weight: 700;
}

.system-config-tab-copy p {
    margin: 0;
    color: #6f7d92;
    font-size: 13px;
    line-height: 1.7;
}

.system-config-template-card {
    height: 100%;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    background: #ffffff;
    padding: 18px;
}

.system-config-template-card label,
.system-config-template-card p {
    margin: 0 0 10px;
    color: #273246;
    font-size: 14px;
    font-weight: 600;
}

.system-config-template-card textarea.form-control {
    min-height: 220px;
    border-radius: 16px;
}

.system-config-page .system-config-actions.notice-create-actions {
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 22px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e9eef5;
    backdrop-filter: blur(10px);
}

.system-config-actions .btn {
    min-width: 150px;
}

.system-config-page .ck-editor__editable {
    height: 300px !important;
    overflow-y: auto;
}

@media (max-width: 767.98px) {
    .system-config-shell-body {
        padding: 16px;
        padding-bottom: 120px;
    }

    .system-config-page .system-config-actions.notice-create-actions {
        padding: 14px 18px;
    }
}

/* Add Google URL page */
.google-url-entry-row {
    column-gap: 12px;
}

.google-url-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 140px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    /* box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06); */
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.google-url-action-btn i {
    font-size: 15px;
}

.google-url-add-btn {
    border: 1px solid #dbe7ff;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    color: #0f172a;
}

.google-url-add-btn:hover,
.google-url-add-btn:focus {
    border-color: #b8cffc;
    background: #eef5ff;
    color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(59, 130, 246, 0.12);
}

.google-url-remove-btn {
    border: 1px solid #ffd8d8;
    background: linear-gradient(180deg, #ffffff 0%, #fff5f5 100%);
    color: #ef4444;
}

.google-url-remove-btn:hover,
.google-url-remove-btn:focus {
    border-color: #ffb7b7;
    background: #fff0f0;
    color: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(239, 68, 68, 0.12);
}

@media (max-width: 991.98px) {
    .google-url-action-btn {
        width: 100%;
    }
}

/* Make Payments page */
.make-payments-page .individual-option,
.make-payments-page .select-all-available-users {
    border: 1px solid grey;
}

.make-payments-page .introjs-skipbutton {
    display: none !important;
}

.make-payments-page .dt-table-scroll {
    overflow-x: auto;
    width: 100%;
}

.make-payments-page #global-datatable_wrapper .dataTables_filter {
    text-align: right;
    margin-bottom: 10px;
}

.make-payments-page #global-datatable_wrapper .dataTables_info {
    float: left;
    font-size: 13px;
    color: #6b7280;
    padding-top: 8px;
}

.make-payments-page #global-datatable_wrapper .dataTables_paginate {
    float: right;
}

.make-payments-page #global-datatable_wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.make-payments-page .student-portal-transaction-actions .dropdown-menu {
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 4px;
    min-width: 160px;
    margin-top: 4px !important;
}

.make-payments-page .student-portal-transaction-actions .dropdown-item {
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.813rem;
    color: #4b5563;
}

.make-payments-page .student-portal-transaction-actions .dropdown-item:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.make-payments-page .student-portal-transaction-actions .dropdown-item i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    color: #6b7280;
}

#manualApproveModal #manual_action_reject:checked+label {
    color: #dc2626;
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 1px #dc2626 !important;
}

#makePayment .payment-method-segmented .toggle-radio-group {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#makePayment .payment-method-segmented .toggle-radio-item {
    margin: 0;
}

#makePayment .payment-method-segmented .toggle-radio-item label {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #d9e1ec;
    border-radius: 14px;
    background: #fff;
    color: #1f2b3d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#makePayment .payment-method-segmented .toggle-radio-item input[type="radio"]:checked+label {
    border-color: #f4b51f;
    background: #fff8e6;
    color: #122033;
    box-shadow: inset 0 0 0 1px #f4b51f;
}

#makePayment .payment-method-segmented .toggle-radio-item:hover label {
    border-color: #c8d3e2;
    background: #f8fbff;
    color: #122033;
}

#makePayment .payment-method-segmented .toggle-radio-item input[type="radio"]:focus+label {
    border-color: #f4b51f;
    box-shadow: 0 0 0 3px rgba(244, 181, 31, 0.18);
}

@media (max-width: 767.98px) {
    #makePayment .payment-method-segmented .toggle-radio-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Add Quiz Bank page */
.quiz-bank-create-page .quiz-bank-type-field .toggle-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    align-items: center;
}

.quiz-bank-create-page .quiz-bank-type-field .toggle-radio-item {
    margin: 0;
    flex: 0 0 auto;
}

.quiz-bank-create-page .quiz-bank-type-field .toggle-radio-item label {
    min-width: 100px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #d7dfeb;
    border-radius: 999px;
    background: #fff;
    color: #1f2b3d;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-bank-create-page .quiz-bank-type-field .toggle-radio-item input[type="radio"]:checked+label {
    border-color: #3bb85a;
    background: #f7fff9;
    color: #2f9e44;
    box-shadow: inset 0 0 0 1px #3bb85a;
    z-index: 2;
}

.quiz-bank-create-page .quiz-bank-type-field .toggle-radio-item:hover label {
    border-color: #bfcddd;
    color: #152033;
    background: #fbfdff;
}

.quiz-bank-create-page .quiz-bank-readonly-field .toggle-radio-item input[type="radio"] {
    pointer-events: none;
}

.quiz-bank-create-page .quiz-bank-readonly-field .toggle-radio-item label {
    cursor: default;
}

.quiz-bank-create-page .quiz-bank-readonly-field .toggle-radio-item label.is-readonly-active {
    border-color: #3bb85a;
    background: #f7fff9;
    color: #2f9e44;
    box-shadow: inset 0 0 0 1px #3bb85a;
}

.quiz-bank-create-page .quiz-bank-readonly-field .toggle-radio-item label.is-readonly-inactive {
    opacity: 0.72;
}

/* Add resources page */
.add-resources-page .add-resources-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.7fr);
}

.add-resources-page .add-resources-upload-field .dropify-wrapper {
    border: 1px dashed #d8e1ed;
    border-radius: 18px;
    background: #fcfdff;
    min-height: 170px;
}

.add-resources-page .add-resources-upload-field .dropify-wrapper:hover {
    background: #ffffff;
    border-color: #c7d3e2;
}

.add-resources-page .add-resources-upload-field .dropify-message p {
    font-size: 16px;
    color: #607086;
}

.add-resources-page .add-resources-upload-field small {
    display: block;
    margin-top: 10px;
    color: #667085;
    font-size: 12px;
    line-height: 1.55;
}

.add-resources-page .add-resources-side-panel {
    position: sticky;
    top: 20px;
}

.add-resources-page .add-resources-tip-list {
    display: grid;
    gap: 12px;
}

.add-resources-page .add-resources-tip-item {
    padding: 14px 15px;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    background: #fbfdff;
}

.add-resources-page .add-resources-tip-item strong {
    display: block;
    margin-bottom: 5px;
    color: #162033;
    font-size: 14px;
    font-weight: 600;
}

.add-resources-page .add-resources-tip-item span {
    display: block;
    color: #667085;
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .add-resources-page .add-resources-grid {
        grid-template-columns: 1fr;
    }

    .add-resources-page .add-resources-side-panel {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .quiz-bank-create-page .quiz-bank-type-field .toggle-radio-group {
        gap: 10px;
    }

    .quiz-bank-create-page .quiz-bank-type-field .toggle-radio-item {
        flex: 1 1 calc(50% - 10px);
    }

    .quiz-bank-create-page .quiz-bank-type-field .toggle-radio-item label {
        min-width: 0;
        width: 100%;
    }
}

/* Questions page */
.loader {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.hide-loader {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.question-create-field {
    margin-bottom: 1.25rem;
}

.question-create-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.question-options-list .option-row,
.question-answer-list .input-group {
    align-items: center;
}

.question-options-list .input-group-append {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 0.75rem;
}

.question-option-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    margin: 0;
    border-radius: 999px;
    background: #f5f7fb;
    color: #2f3c4f;
    font-size: 13px;
    line-height: 1.4;
    flex: 0 0 auto;
    max-width: 220px;
    white-space: nowrap;
    border: 1px solid #ececec;
}

.question-option-pill.is-correct {
    background: rgba(40, 167, 69, 0.14);
    color: #198754;
    font-weight: 600;
}

.question-option-pill-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.question-summary-list {
    display: grid;
    gap: 0.9rem;
}

.question-summary-item {
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: #f8fafd;
}

.question-summary-item strong {
    display: block;
    font-size: 1.2rem;
    color: #111827;
}

.question-summary-item span {
    color: #6b7280;
    font-size: 0.9rem;
}

.question-empty-note {
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.92rem;
}

.question-panel-table table td,
.question-panel-table table th {
    vertical-align: top;
}

.questions-full-width,
.question-panel-table,
.question-bank-table-wrap {
    min-width: 0;
}

.question-panel-table {
    overflow: hidden;
}

.question-panel-table .notice-create-panel-head {
    min-width: 0;
}

.question-panel-table .notice-create-panel-head>div,
.question-panel-table .notice-create-panel-head>span {
    min-width: 0;
}

.question-panel-table .notice-create-panel-head>span {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question-bank-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.question-bank-table-wrap table {
    width: 100%;
    min-width: 1120px;
    table-layout: fixed;
}

.question-bank-table-wrap th:nth-child(1),
.question-bank-table-wrap td:nth-child(1) {
    width: 56px;
}

.question-bank-table-wrap th:nth-child(2),
.question-bank-table-wrap td:nth-child(2) {
    width: 140px;
}

.question-bank-table-wrap th:nth-child(3),
.question-bank-table-wrap td:nth-child(3) {
    width: 320px;
}

.question-bank-table-wrap th:nth-child(4),
.question-bank-table-wrap td:nth-child(4) {
    width: 100px;
}

.question-bank-table-wrap th:nth-child(5),
.question-bank-table-wrap td:nth-child(5) {
    width: 420px;
}

.question-bank-table-wrap th:nth-child(6),
.question-bank-table-wrap td:nth-child(6) {
    width: 110px;
}

.question-bank-table-wrap th:last-child,
.question-bank-table-wrap td:last-child {
    width: 130px;
}

.question-table-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.question-options-cell {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
}

.question-option-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.question-option-more:hover {
    border-color: #c2cedc;
    background: #f8fafc;
    color: #0f172a;
}

.question-options-modal-shell {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 26px 80px rgba(15, 23, 42, 0.16);
}

.question-options-modal-shell .modal-dialog,
#questionOptionsModal .modal-dialog {
    max-width: 760px;
}

.question-options-modal-header {
    padding: 18px 20px 12px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #edf2f7;
}

.question-options-modal-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.question-options-modal-head-side {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
}

.question-options-modal-kicker {
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.question-options-modal-header .modal-title {
    margin: 6px 0 4px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.question-options-modal-subtitle {
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.question-options-modal-body {
    padding: 16px 20px 18px;
    max-height: 68vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.question-options-modal-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.question-options-modal-meta-header {
    margin-bottom: 0;
    justify-content: flex-end;
    max-width: 320px;
}

.question-options-modal-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 11px;
    font-weight: 600;
}

.question-options-modal-question {
    margin-bottom: 14px;
    padding: 14px 16px;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    background: #fbfdff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.question-options-modal-list {
    display: grid;
    gap: 10px;
}

.question-options-modal-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    background: #ffffff;
}

.question-options-modal-item.is-correct {
    border-color: #86d19f;
    background: linear-gradient(180deg, #f5fff7 0%, #eefbf2 100%);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.06);
}

.question-options-modal-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.question-options-modal-item.is-correct .question-options-modal-index {
    background: #d7f5df;
    color: #0f8a3c;
    box-shadow: 0 0 0 1px rgba(15, 138, 60, 0.08);
}

.question-options-modal-item-copy {
    min-width: 0;
}

.question-options-modal-item-copy strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}

.question-options-modal-item.is-correct .question-options-modal-item-copy strong {
    color: #0f8a3c;
}

.question-options-modal-item-copy span {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
}

.question-options-modal-item.is-correct .question-options-modal-item-copy span {
    color: #15803d;
    font-weight: 600;
}

.question-options-modal-empty {
    padding: 18px;
    border: 1px dashed #d7e0ea;
    border-radius: 16px;
    color: #64748b;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767.98px) {
    #questionOptionsModal .modal-dialog {
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }

    .question-options-modal-header,
    .question-options-modal-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .question-options-modal-head-side {
        width: 100%;
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .question-options-modal-meta-header {
        max-width: 100%;
    }
}

.questions-hero-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.questions-hero-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #d9e2f2;
    /* box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06); */
    color: #1f2b50;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.questions-hero-back:hover {
    background: #f8fbff;
    color: #1f2b50;
}

.questions-hero-heading {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.questions-full-width {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.questions-single-column {
    display: block;
}

.question-setup-panel {
    border: 1px solid #e7edf5;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: none;
    overflow: hidden;
}

.question-setup-head {
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef3f8;
}

.question-setup-subtitle {
    margin-top: 8px;
    max-width: 620px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.question-setup-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.question-setup-form {
    padding-top: 22px;
}

.question-setup-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.5fr) minmax(220px, 0.7fr);
    gap: 18px;
    align-items: end;
}

.question-create-field-wide {
    grid-column: span 1;
}

.question-flat-control {
    min-height: 52px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: #fcfdff;
    color: #0f172a;
    box-shadow: none;
    padding: 0 16px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.question-flat-control:focus {
    border-color: #94a3b8;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.14);
}

.question-flat-control::placeholder {
    color: #94a3b8;
}

.question-setup-form .select2-container {
    width: 100% !important;
}

.question-setup-form .select2-container--default .select2-selection--single {
    min-height: 52px;
    height: 52px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: #fcfdff;
    display: flex;
    align-items: center;
    box-shadow: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.question-setup-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 38px;
    line-height: 50px;
    color: #0f172a;
}

.question-setup-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #94a3b8;
}

.question-setup-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 12px;
}

.question-setup-form .select2-container--default.select2-container--focus .select2-selection--single,
.question-setup-form .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #94a3b8;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.14);
}

.question-type-select2-dropdown {
    margin-top: 8px;
    border: 1px solid #dbe4ee !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.question-type-select2-dropdown .select2-results__option {
    padding: 12px 16px;
    color: #1e293b;
    font-size: 15px;
}

.question-type-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #eef4fb !important;
    color: #0f172a !important;
}

.question-type-select2-dropdown .select2-results__option[aria-selected='true'] {
    background: #f8fafc;
    color: #0f172a;
    font-weight: 600;
}

.question-setup-card {
    margin-top: 8px;
    padding: 18px;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    background: #fbfdff;
}

.question-setup-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.question-setup-helper {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.question-add-option-btn {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    border-color: #cdd8e6;
    color: #1e293b;
    background: #fff;
}

.question-option-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px !important;
}

.question-option-row .question-flat-control {
    width: 100%;
}

.question-option-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.question-option-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}

.question-correct-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.question-correct-toggle .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1.5px solid #b8c5d6;
    border-radius: 50%;
    background: #ffffff;
    margin: 0;
    box-shadow: none;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.question-correct-toggle .form-check-input::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.question-correct-toggle .form-check-input:checked {
    border-color: #22c55e;
    background: #22c55e;
}

.question-correct-toggle .form-check-input:checked::after {
    transform: translate(-50%, -50%) scale(1);
}

.question-correct-toggle:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.question-correct-toggle .form-check-input:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.16);
}

.question-correct-toggle span {
    line-height: 1;
}

.question-correct-toggle .form-check-input:checked+span {
    color: #15803d;
}

.question-remove-option-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;
    border-color: #ead2d2;
}

.question-text-answer-row {
    margin-bottom: 0 !important;
}

.question-setup-actions {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eef3f8;
}

.question-cancel-btn {
    min-height: 46px;
    padding: 0 4px;
    color: #64748b;
}

.question-save-btn {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
}

@media (max-width: 991.98px) {
    .question-setup-grid {
        grid-template-columns: 1fr;
    }

    .question-setup-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .question-option-row {
        grid-template-columns: 1fr;
    }

    .question-option-index {
        width: 38px;
        height: 38px;
    }

    .question-option-actions {
        justify-content: flex-start;
    }
}

/* ==========================================================================
   Finance Approval Requests Page
   ========================================================================== */
.finance-approval-requests-page .dt-table-scroll {
    overflow-x: auto;
    width: 100%;
}

.finance-approval-requests-page .approval-filter-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.finance-approval-requests-page #approval-request-datatable_wrapper .dataTables_filter {
    text-align: right;
    margin-bottom: 10px;
}

.finance-approval-requests-page #approval-request-datatable_wrapper .dataTables_info {
    float: left;
    font-size: 13px;
    color: #6b7280;
    padding-top: 8px;
}

.finance-approval-requests-page #approval-request-datatable_wrapper .dataTables_paginate {
    float: right;
}

.finance-approval-requests-page #approval-request-datatable_wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.finance-approval-requests-page #manualApproveModal #manual_action_reject:checked+label {
    color: #dc2626;
    border-color: #dc2626;
    box-shadow: 0 0 0 1px #dc2626 !important;
}

.finance-approval-requests-page .btn-danger {
    border-radius: 3px;
}

.finance-approval-requests-page .btn {
    padding: 2px 6px !important;
}

.finance-approval-requests-page .btn-danger:hover {
    padding: unset;
    border: unset;
}

.finance-approval-requests-page .btn-approve-flat,
.finance-approval-requests-page .btn-reject-flat {
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    border: 1px solid transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
    box-shadow: none !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    outline: none !important;
}

.finance-approval-requests-page .btn-approve-flat {
    background-color: #e6f4ea !important;
    color: #137333 !important;
}

.finance-approval-requests-page .btn-approve-flat:hover {
    background-color: #137333 !important;
    color: #ffffff !important;
}

.finance-approval-requests-page .btn-reject-flat {
    background-color: #fce8e6 !important;
    color: #c5221f !important;
}

.finance-approval-requests-page .btn-reject-flat:hover {
    background-color: #c5221f !important;
    color: #ffffff !important;
}

/* ==========================================================================
   INSTALLMENTS PROGRESS BANNER & FLAT MINIMAL CARDS
   ========================================================================== */
.installment-progress-banner-new {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: linear-gradient(90deg, #f4f7fe 0%, #e8efff 100%) !important;
    border: 1px solid #dbeafe !important;
    border-radius: 8px !important;
    margin-bottom: 24px !important;
}

.banner-left-new {
    flex-shrink: 0;
    margin-top: 2px;
}

.info-icon-new {
    color: #2563eb !important;
}

.banner-right-new {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.banner-text-line1 {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #1e3a8a !important;
}

.banner-text-line2 {
    font-size: 12px !important;
    color: #3b82f6 !important;
    font-weight: 500 !important;
}

.banner-progress-wrapper-new {
    margin-top: 8px;
    width: 100%;
}

.banner-progress-bar-new {
    height: 6px !important;
    background: rgba(37, 99, 235, 0.1) !important;
    border-radius: 99px !important;
    overflow: hidden !important;
}

.banner-progress-fill-new {
    height: 100% !important;
    background: #2563eb !important;
    border-radius: 99px !important;
    transition: width 0.5s ease !important;
}

/* Flat & Premium Installment Cards Override */
#installments-student .installment-card-v3 {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease-in-out !important;
}

#installments-student .installment-card-v3:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: #cbd5e1 !important;
}

#installments-student .inst-badge-v3 {
    background: #f1f5f9 !important;
    color: #475569 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

#installments-student .status-indicator-v3 {
    border-radius: 4px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: capitalize !important;
}

#installments-student .amount-group-v3 {
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
}

#installments-student .amount-divider-v3 {
    background: #e2e8f0 !important;
}

#installments-student .l-label-v3 {
    color: #64748b !important;
    font-weight: 500 !important;
}

#installments-student .l-value-v3 {
    color: #0f172a !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
}

#installments-student .meta-item-v3 {
    font-weight: 500 !important;
    color: #475569 !important;
}

#installments-student .reminder-stat-v3 {
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
}

#installments-student .stat-count-v3 {
    background: #64748b !important;
}

#installments-student .card-footer-v3 {
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 16px !important;
}

#installments-student .action-btn-v3 {
    height: 38px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    transition: background-color 0.15s ease !important;
}

#installments-student .action-btn-v3.primary {
    background: #0f172a !important;
    color: #ffffff !important;
    border: none !important;
}

#installments-student .action-btn-v3.primary:hover {
    background: #1e293b !important;
    transform: none !important;
}

#installments-student .action-btn-v3.secondary {
    background: #ffffff !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0 !important;
}

#installments-student .action-btn-v3.secondary:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
}

/* Document Upload Page Modern Redesign Styles */
.document-upload-hero .student-list-hero-inner {
    background: radial-gradient(circle at top right, rgba(244, 181, 33, 0.08), transparent 26%), linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border-color: #e5eaf2;
}

.document-upload-hero .student-list-hero-tag {
    color: #f4b521;
    font-weight: 700;
}

/* Modern Dropify Uploader Card Style */
.docCard {
    margin-bottom: 24px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.02), 0 1px 2px rgba(16, 24, 40, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.docCard:hover {
    box-shadow: 0 12px 24px -4px rgba(21, 32, 51, 0.06), 0 4px 12px -2px rgba(21, 32, 51, 0.04);
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.docCard label.form-label {
    font-weight: 600;
    font-size: 13px;
    color: #344054;
    margin-bottom: 10px;
    display: block;
}

.docCard label.form-label.required::after {
    content: '*';
    color: #d92d20;
    margin-left: 4px;
    font-weight: bold;
}

/* Customized Dropify Dropzone */
.docCard .dropify-wrapper {
    height: 180px;
    border: 1.5px dashed #dbe3ee;
    border-radius: 12px;
    background: linear-gradient(180deg, #fcfdff 0%, #f8fafc 100%);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropify-wrapper input[type="file"] {
    height: 100% !important;
}

.docCard .dropify-wrapper:hover {
    border-color: #f4b521;
    background: #ffffff;
}

.docCard .dropify-wrapper .dropify-message {
    transform: translateY(-50%);
}

.docCard .dropify-wrapper .dropify-message span.file-icon {
    font-size: 32px;
    color: #a4b4cb;
    margin-bottom: 8px;
    transition: color 0.25s ease;
}

.docCard .dropify-wrapper:hover .dropify-message span.file-icon {
    color: #f4b521;
}

.docCard .dropify-wrapper .dropify-message p {
    font-size: 13px;
    font-weight: 500;
    color: #475467;
    margin: 4px 0 0;
}

.docCard .dropify-wrapper .dropify-preview {
    border-radius: 11px;
    padding: 0;
}

.docCard .dropify-wrapper .dropify-preview .dropify-render img {
    border-radius: 11px;
    object-fit: cover;
}

.docCard .dropify-wrapper .dropify-clear {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    top: auto;
    bottom: 12px;
    right: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    transition: all 0.2s ease;
    text-transform: none;
    opacity: 1;
}

.docCard .dropify-wrapper .dropify-clear:hover {
    background: #f9fafb;
    border-color: #cbd5e1;
    color: #1d2939;
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos {
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(2px);
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
    transform: translateY(-50%);
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
    font-size: 12px;
    font-weight: 600;
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-size: 11px;
    opacity: 0.8;
}

/* Glassmorphism verified status badge */
.docCard .verifiedBadge {
    top: 8px !important;
    right: 8px !important;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.docCard .verifiedBadge:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

/* SSN Input Card styling */
.ssn-card {
    height: calc(100% - 24px);
}

.ssn-input-wrapper {
    height: 180px;
    border: 1.5px dashed #dbe3ee;
    border-radius: 12px;
    background: linear-gradient(180deg, #fcfdff 0%, #f8fafc 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.docCard:hover .ssn-input-wrapper {
    border-color: #f4b521;
    background: #ffffff;
}

.ssn-icon {
    font-size: 28px;
    color: #a4b4cb;
    margin-bottom: 8px;
    transition: color 0.25s ease;
}

.docCard:hover .ssn-icon {
    color: #f4b521;
}

.ssn-input-field {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px !important;
    border: 1px solid #dbe3ee !important;
    padding: 8px 12px;
    width: 100%;
    max-width: 160px;
    height: 38px !important;
    margin-bottom: 6px;
    transition: all 0.2s ease;
}

.ssn-input-field:focus {
    border-color: #f4b521 !important;
    box-shadow: 0 0 0 3px rgba(244, 181, 33, 0.1) !important;
}

.ssn-hint {
    font-size: 11px;
    color: #7b8798;
}

/* Bottom Actions Area */
.document-upload-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
}

.document-upload-footer .footer-info {
    color: #64748b;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.document-upload-footer .footer-actions .btn {
    min-height: 42px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.document-upload-footer .footer-actions .btn-outline-secondary {
    border-color: #cbd5e1;
    color: #334155;
    background: #fff;
}

.document-upload-footer .footer-actions .btn-outline-secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

.document-upload-footer .footer-actions .btn-primary {}

.docCard .dropify-wrapper .dropify-message {
    transform: translateY(-50%);
}

.docCard .dropify-wrapper .dropify-message span.file-icon {
    font-size: 32px;
    color: #a4b4cb;
    margin-bottom: 8px;
    transition: color 0.25s ease;
}

.docCard .dropify-wrapper:hover .dropify-message span.file-icon {
    color: #f4b521;
}

.docCard .dropify-wrapper .dropify-message p {
    font-size: 13px;
    font-weight: 500;
    color: #475467;
    margin: 4px 0 0;
}

.docCard .dropify-wrapper .dropify-preview {
    border-radius: 11px;
    padding: 0;
}

.docCard .dropify-wrapper .dropify-preview .dropify-render img {
    border-radius: 11px;
    object-fit: cover;
}

.docCard .dropify-wrapper .dropify-clear {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    top: auto;
    bottom: 12px;
    right: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    transition: all 0.2s ease;
    text-transform: none;
    opacity: 1;
}

.docCard .dropify-wrapper .dropify-clear:hover {
    background: #f9fafb;
    border-color: #cbd5e1;
    color: #1d2939;
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos {
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(2px);
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
    transform: translateY(-50%);
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
    font-size: 12px;
    font-weight: 600;
}

.docCard .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-size: 11px;
    opacity: 0.8;
}

/* Glassmorphism verified status badge */
.docCard .verifiedBadge {
    top: 8px !important;
    right: 8px !important;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.docCard .verifiedBadge:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

/* SSN Input Card styling */
.ssn-card {
    height: calc(100% - 24px);
}

.ssn-input-wrapper {
    height: 180px;
    border: 1.5px dashed #dbe3ee;
    border-radius: 12px;
    background: linear-gradient(180deg, #fcfdff 0%, #f8fafc 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.docCard:hover .ssn-input-wrapper {
    border-color: #f4b521;
    background: #ffffff;
}

.ssn-icon {
    font-size: 28px;
    color: #a4b4cb;
    margin-bottom: 8px;
    transition: color 0.25s ease;
}

.docCard:hover .ssn-icon {
    color: #f4b521;
}

.ssn-input-field {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px !important;
    border: 1px solid #dbe3ee !important;
    padding: 8px 12px;
    width: 100%;
    max-width: 160px;
    height: 38px !important;
    margin-bottom: 6px;
    transition: all 0.2s ease;
}

.ssn-input-field:focus {
    border-color: #f4b521 !important;
    box-shadow: 0 0 0 3px rgba(244, 181, 33, 0.1) !important;
}

.ssn-hint {
    font-size: 11px;
    color: #7b8798;
}

/* Bottom Actions Area */
.document-upload-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
}

.document-upload-footer .footer-info {
    color: #64748b;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.document-upload-footer .footer-actions .btn {
    min-height: 42px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.document-upload-footer .footer-actions .btn-outline-secondary {
    border-color: #cbd5e1;
    color: #334155;
    background: #fff;
}

.document-upload-footer .footer-actions .btn-outline-secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

.document-upload-footer .footer-actions .btn-primary {
    background: #f4b521;
    border-color: #f4b521;
    color: #fff;
}

.document-upload-footer .footer-actions .btn-primary:hover {
    background: #e3a713;
    border-color: #e3a713;
}

/* Today's Focus Section */
.gce-v5-focus-col {
    padding: 0 10px;
    margin-bottom: 5px;
}

.gce-v5-focus-card {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid rgb(226 227 227);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    height: 100%;
    transition: all 0.2s;
}

.topTitleSection h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #212529;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.gce-v5-focus-card:hover {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.gce-v5-focus-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.gce-v5-focus-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.gce-v5-focus-count {
    font-size: 24px;
    font-weight: 800;
    color: #212529;
    line-height: 1;
}

.gce-v5-focus-title {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}

.gce-v5-focus-subtitle {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

/* Grade System Modal */
.grade-system-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.grade-system-modal .modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 24px 24px 16px;
    background: #ffffff;
}

.grade-system-modal .modal-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.grade-system-modal .btn-close {
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.grade-system-modal .btn-close:hover {
    opacity: 1;
}

.grade-system-modal .modal-body {
    padding: 0 24px 24px;
    background: #ffffff;
}

.grade-system-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.grade-system-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.grade-system-item:hover {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transform: translateY(-1px);
}

.grade-system-percentage {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
}

.grade-system-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
}

.grade-a {
    background: #dcfce7;
    color: #166534;
}

.grade-b {
    background: #dbeafe;
    color: #1e40af;
}

.grade-c {
    background: #fef3c7;
    color: #92400e;
}

.grade-d {
    background: #ffedd5;
    color: #c2410c;
}

.grade-f {
    background: #fee2e2;
    color: #b91c1c;
}


/* Priority Alert Strip Styles */
/* .gce-v5-priority-alerts {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
} */
.gce-v5-priority-head {
    margin-bottom: 15px;
}

.gce-v5-priority-head h4 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}

.gce-v5-priority-head h4 span {
    font-size: 13px;
    color: #888;
    font-weight: 400;
    margin-left: 6px;
}

.priority-alert-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.priority-alert-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.04); */
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #ececec;
}

.priority-alert-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.priority-alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 22px;
}

.priority-alert-text {
    line-height: 1.5;
}

.priority-alert-title {
    display: block;
    font-size: 15px;
    color: #222;
    font-weight: 700;
}

.priority-alert-subtitle {
    font-size: 14px;
    color: #555;
}

.priority-alert-btn {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #fff;
}

.priority-alert-btn iconify-icon {
    font-size: 18px;
}

.priority-alert-btn:hover {
    opacity: 0.9;
}

/* Tones */
.priority-alert-strip.tone-danger {
    border-left: 4px solid #dc3545;
}

.priority-alert-strip.tone-danger .priority-alert-icon {
    background-color: #fdeced;
    color: #dc3545;
}

.priority-alert-strip.tone-danger .priority-alert-btn {
    background-color: #dc3545;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.2);
}

.priority-alert-strip.tone-warning {
    border-left: 4px solid #d39e00;
}

.priority-alert-strip.tone-warning .priority-alert-icon {
    background-color: #fff6d9;
    color: #d39e00;
}

.priority-alert-strip.tone-warning .priority-alert-btn {
    background-color: #d39e00;
    box-shadow: 0 4px 10px rgba(211, 158, 0, 0.2);
}

.priority-alert-strip.tone-amber {
    border-left: 4px solid #e0a800;
}

.priority-alert-strip.tone-amber .priority-alert-icon {
    background-color: #fff8e1;
    color: #e0a800;
}

.priority-alert-strip.tone-amber .priority-alert-btn {
    background-color: #e0a800;
    box-shadow: 0 4px 10px rgba(224, 168, 0, 0.2);
}

.priority-alert-strip.tone-info {
    border-left: 4px solid #2563eb;
}

.priority-alert-strip.tone-info .priority-alert-icon {
    background-color: #eff6ff;
    color: #2563eb;
}

.priority-alert-strip.tone-info .priority-alert-btn {
    background-color: #2563eb;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}


/* Custom Modern Toast Notification */
#customToastContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.custom-modern-toast {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #10b981;
    min-width: 320px;
    max-width: 400px;
    animation: toastSlideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    position: relative;
    overflow: hidden;
}

.custom-modern-toast.toast-fade-out {
    animation: toastFadeOut 0.3s ease forwards;
}

@keyframes toastSlideIn {
    0% {
        transform: translateX(120%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes toastFadeOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

.custom-modern-toast .toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    font-size: 24px;
    background: #d1fae5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.custom-modern-toast .toast-content {
    flex-grow: 1;
}

.custom-modern-toast .toast-content h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    color: #111827;
    font-weight: 700;
}

.custom-modern-toast .toast-content p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.custom-modern-toast .toast-close {
    background: transparent;
    border: none;
    color: #9ca3af;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.custom-modern-toast .toast-close:hover {
    color: #4b5563;
}

.custom-modern-toast::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #10b981;
    width: 100%;
    animation: toastProgress 4s linear forwards;
}

@keyframes toastProgress {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}



/* ==========================================================================
   Facility Student Modal & Page Custom Styles
   ========================================================================== */

/* Styling to match local-forms float overlap layout */
.local-forms {
    position: relative;
}

.local-forms label {
    position: absolute;
    top: -10px;
    left: 12px;
    background-color: #fff;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 600;
    color: #3b82f6;
    z-index: 5;
}

.local-forms .form-control {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    padding: 10px 14px;
}

.local-forms .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.login-danger {
    color: #ef4444;
}

/* Layout hero buttons spacing */
.student-list-hero-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.student-list-top-btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 16px;
}

/* Modal premium visual styles matching the shared screenshot */
.fac-modal-dialog {
    max-width: 520px !important;
}

.fac-modal-content {
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    padding: 0 !important;
    background-color: #fff !important;
    overflow: hidden !important;
}

.fac-modal-header {
    border-bottom: 1px dashed #e2e8f0 !important;
    padding: 24px 24px 20px 24px !important;
    position: relative !important;
    background-color: #fff !important;
}

.fac-modal-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.fac-modal-subtitle {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 6px 0 0 0 !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

.fac-modal-close-btn {
    position: absolute !important;
    right: 24px !important;
    top: 24px !important;
    background: none !important;
    border: none !important;
    font-size: 22px !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: color 0.15s ease-in-out !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.fac-modal-close-btn:hover {
    color: #0f172a !important;
}

.fac-modal-body {
    padding: 24px 24px 12px 24px !important;
    background-color: #fff !important;
    overflow-x: hidden !important;
}

.fac-modal-label {
    font-weight: 600 !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    display: block;
}

.fac-modal-input {
    height: 48px !important;
    border-radius: 12px !important;
    border: 1.5px solid #cbd5e1 !important;
    font-size: 14px !important;
    padding: 10px 16px;
    color: #0f172a !important;
    background-color: #fff !important;
    width: 100% !important;
    transition: all 0.2s ease-in-out !important;
}

.fac-modal-input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    outline: none !important;
}

.fac-modal-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

.fac-modal-footer {
    border-top: 1px dashed #e2e8f0 !important;
    padding: 20px 24px 24px 24px !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    background-color: #fff !important;
}

.fac-btn-cancel {
    border-radius: 12px !important;
    height: 44px !important;
    padding: 0 28px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 1.5px solid #cbd5e1 !important;
    background: #fff !important;
    color: #334155 !important;
    transition: all 0.15s ease-in-out !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fac-btn-cancel:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #1e293b !important;
}

.fac-btn-save {
    border-radius: 12px !important;
    height: 44px !important;
    padding: 0 28px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background: #eab308 !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.15s ease-in-out !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fac-btn-save:hover {
    background: #ca8a04 !important;
}

/* Table header styles to match screenshot (all caps, small size, bold, slate color) */
.table .fac-student-thread th {
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    color: #334155 !important;
    background-color: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

/* Widen modal for adding multiple students */
.fac-add-modal-dialog {
    max-width: 950px !important;
    width: 95% !important;
    margin: 1.75rem auto !important;
}

/* Hover style for Add More Student row button */
.fac-add-row-btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
}

/* Premium styling for Send Link button in table row */
.fac-table-send-link-btn {
    background-color: #eff6ff !important;
    color: #2563eb !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    transition: all 0.15s ease-in-out !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.fac-table-send-link-btn:hover {
    background-color: #dbeafe !important;
    color: #1d4ed8 !important;
}

/* Message box inside the Share Enrollment Link modal - minimal and centered */
.fac-link-message-container {
    background-color: #f8fafc !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 20px !important;
    text-align: center !important;
}

.fac-link-message-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
    text-align: center !important;
}

.fac-link-message-text {
    font-size: 13px !important;
    color: #475569 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

/* Flex input and copy group wrapper */
.fac-link-input-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
}

.fac-link-input {
    background-color: #f8fafc !important;
    color: #334155 !important;
    flex: 1 !important;
    cursor: text !important;
}

.fac-link-copy-btn {
    height: 48px !important;
    border-radius: 12px !important;
    padding: 0 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background: #eab308 !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.15s ease-in-out !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

.fac-link-copy-btn:hover {
    background: #d97706 !important;
}

.fac-link-copy-btn.copied {
    background: #16a34a !important;
}




/* ========================================
   Facility Dashboard Layout
======================================== */
.fac-dash-wrapper {
    /* padding: 1.5rem; */
    font-family: 'DM Sans', 'Inter', sans-serif;
    color: #1e293b;
    background: transparent;
}

.fac-dash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.fac-dash-header-left {
    display: flex;
    flex-direction: column;
}

.fac-dash-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
    letter-spacing: -0.025em;
}

.fac-dash-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 0;
}

.fac-dash-header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Date Range Picker Trigger */
.fac-dash-date-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.40rem 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #334155;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.fac-dash-date-btn:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.fac-dash-date-btn iconify-icon {
    font-size: 1.15rem;
    color: #64748b;
}

/* Month/Quarter/Year Segmented Toggle */
.fac-dash-toggle-group {
    display: flex;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.fac-dash-toggle-btn {
    border: none;
    background: #00000000;
    padding: 0.45rem 1.15rem;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.fac-dash-toggle-group button.fac-dash-toggle-btn:last-of-type {
    border-left: 1px solid #e2e8f0;
}

.fac-dash-toggle-btn:hover {
    color: #0f172a;
}

.fac-dash-toggle-btn-active {
    background: #049433 !important;
    color: #ffffff !important;
}

/* ========================================
   Facility Dashboard Cards
======================================== */
.fac-dash-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 18px;
}

.fac-dash-card {
    position: relative;
    border-radius: 16px;
    padding: 20px 20px 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    text-decoration: none !important;
    background-color: #ffffff;
    height: 100%;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgb(15 23 42 / 5%), 0 1px 4px rgb(15 23 42 / 3%);
}

.fac-dash-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.fac-dash-card-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.fac-dash-card-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fac-dash-card-icon-wrap iconify-icon {
    font-size: 24px;
}

.fac-dash-card-body-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.fac-dash-card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

.fac-dash-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.01em;
}

.fac-dash-card-badge {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    top: 12px;
}

.fac-dash-card-badge:empty {
    width: 12px;
    height: 12px;
}

.fac-dash-card-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    width: 100%;
}

.fac-dash-card-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    border: none;
    align-self: flex-start;
    margin-top: auto;
    color: #2563eb;
}

/* Card Themes */
.fac-dash-card-blue {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,100 L0,65 C30,60 70,90 100,80 L100,100 Z' fill='%233b82f6' opacity='0.04'/%3E%3Cpath d='M0,100 L0,75 C40,70 60,95 100,90 L100,100 Z' fill='%233b82f6' opacity='0.02'/%3E%3C/svg%3E"),
        linear-gradient(135deg, #eef2ff 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: bottom left, center;
    background-size: 100% 100%, cover;
    border: 1.5px solid #2563eb;
}

/* .fac-dash-card-blue:hover {
    border-color: #93c5fd;
} */
.fac-dash-card-blue .fac-dash-card-badge {
    background: #1d4ed8;
}

.fac-dash-card-blue .fac-dash-card-icon-wrap {
    background: #e0f2fe;
}

.fac-dash-card-blue iconify-icon {
    color: #1d4ed8;
}

.fac-dash-card-blue .fac-dash-card-action-btn {
    border-color: #2563eb;
    color: #2563eb;
}

.fac-dash-card-red {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,100 L0,65 C30,60 70,90 100,80 L100,100 Z' fill='%23ef4444' opacity='0.03'/%3E%3Cpath d='M0,100 L0,75 C40,70 60,95 100,90 L100,100 Z' fill='%23ef4444' opacity='0.015'/%3E%3C/svg%3E"),
        linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: bottom left, center;
    background-size: 100% 100%, cover;
    border: 1.5px solid #ef4444;
}

/* .fac-dash-card-red:hover {
    border-color: #fca5a5;
} */
.fac-dash-card-red .fac-dash-card-badge {
    background: #dc2626;
}

.fac-dash-card-red .fac-dash-card-icon-wrap {
    background: #ffe4e6;
}

.fac-dash-card-red iconify-icon {
    color: #dc2626;
}

.fac-dash-card-red .fac-dash-card-action-btn {
    border-color: #ef4444;
    color: #ef4444;
}

.fac-dash-card-green {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,100 L0,65 C30,60 70,90 100,80 L100,100 Z' fill='%2322c55e' opacity='0.03'/%3E%3Cpath d='M0,100 L0,75 C40,70 60,95 100,90 L100,100 Z' fill='%2322c55e' opacity='0.015'/%3E%3C/svg%3E"),
        linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: bottom left, center;
    background-size: 100% 100%, cover;
    border: 1.5px solid #15803d;
}

/* .fac-dash-card-green:hover {
    border-color: #86efac;
} */
.fac-dash-card-green .fac-dash-card-badge {
    background: #15803d;
}

.fac-dash-card-green .fac-dash-card-icon-wrap {
    background: #dcfce7;
}

.fac-dash-card-green iconify-icon {
    color: #15803d;
}

.fac-dash-card-green .fac-dash-card-action-btn {
    border-color: #15803d;
    color: #15803d;
}

.fac-dash-card-orange {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,100 L0,65 C30,60 70,90 100,80 L100,100 Z' fill='%23f59e0b' opacity='0.03'/%3E%3Cpath d='M0,100 L0,75 C40,70 60,95 100,90 L100,100 Z' fill='%23f59e0b' opacity='0.015'/%3E%3C/svg%3E"),
        linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: bottom left, center;
    background-size: 100% 100%, cover;
    border: 1.5px solid #d97706;
}

/* .fac-dash-card-orange:hover {
    border-color: #fcd34d;
} */
.fac-dash-card-orange .fac-dash-card-badge {
    background: #d97706;
}

.fac-dash-card-orange .fac-dash-card-icon-wrap {
    background: #fef3c7;
}

.fac-dash-card-orange iconify-icon {
    color: #d97706;
}

.fac-dash-card-orange .fac-dash-card-action-btn {
    border-color: #d97706;
    color: #d97706;
}


/* ========================================
   Facility Dashboard Tables
======================================== */
.fac-dash-bottom-grid {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.fac-dash-bottom-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    display: flex;
    flex-direction: column;
    width: 50%;
}

.fac-dash-bottom-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1rem;
}

.fac-dash-bottom-card-title-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.fac-dash-bottom-card-icon {
    font-size: 1.45rem;
    display: flex;
    align-items: center;
}

.fac-dash-bottom-card-icon-green {
    color: #16a34a;
}

.fac-dash-bottom-card-icon-orange {
    color: #ea580c;
}

.fac-dash-bottom-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0;
}

.fac-dash-bottom-card-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

.fac-dash-bottom-card-link:hover {
    color: #1d4ed8;
}

/* Clinical Calendar Student List */
.fac-dash-calendar-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-grow: 1;
}

.fac-dash-calendar-item {
    display: grid;
    grid-template-columns: 95px 1fr 140px;
    align-items: center;
    padding: 0.975rem 1.25rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.fac-dash-calendar-item:hover {
    background: #f1f5f9;
    border-color: #e2e8f0;
}

.fac-dash-calendar-date-col {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.fac-dash-calendar-day {
    font-size: 0.75rem;
    font-weight: 700;
    color: #16a34a;
    text-transform: uppercase;
}

.fac-dash-calendar-date {
    font-size: 0.70rem;
    color: #64748b;
    font-weight: 500;
}

.fac-dash-calendar-name {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    padding-left: 0.5rem;
}

.fac-dash-calendar-time {
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
    text-align: right;
}

.fac-dash-bottom-card-footer {
    margin-top: 1.5rem;
    display: flex;
}

.fac-dash-calendar-footer-btn {
    width: 100%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem;
    color: #2563eb;
    font-weight: 700;
    font-size: 0.925rem;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.fac-dash-calendar-footer-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #1d4ed8;
}

/* ========================================
   Facility Dashboard Statistics (Financial Snapshot)
======================================== */
.fac-dash-financial-stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1.25rem;
}

.fac-dash-financial-stat-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #f1f5f9;
    padding-right: 0.5rem;
}

.fac-dash-financial-stat-col:last-child {
    border-right: none;
    padding-right: 0;
}

.fac-dash-financial-stat-label {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.fac-dash-financial-stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #16a34a;
    line-height: 1.1;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.fac-dash-financial-stat-subtext {
    font-size: 0.775rem;
    color: #94a3b8;
    font-weight: 500;
}

.fac-dash-chart-container {
    width: 100%;
    margin-top: 0;
}

.fac-dash-bottom-card.fac-padding-sm .table-avatar .avatar {
    max-width: 32px;
}

/* ========================================
   Facility Dashboard Support Footer
======================================== */
.fac-dash-support-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0px;
}

.fac-dash-support-icon {
    font-size: 22px;
    color: #16a34a;
    display: flex;
    align-items: center;
}

.fac-dash-support-text {
    font-size: 0.95rem;
    color: #475569;
    font-weight: 600;
    margin-bottom: 0;
}

.fac-dash-support-text a {
    color: #2563eb;
    text-decoration: none !important;
    font-weight: 600;
    transition: color 0.15s ease;
}

.fac-dash-support-text a:hover {
    color: #1d4ed8;
}

.student-filter-footer.mainnew-wp {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    height: 90px;
    padding-right: 18px;
}

/* ========================================
   Facility Dashboard Enhancements - Table & Filter UI
======================================== */
.fac-dash-mid-grid {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.fac-dash-bottom-card.fac-padding-sm {
    width: 50%;
}

.fac-progress-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fac-progress-bar-bg {
    width: 60px;
    height: 6px;
    margin-bottom: 0;
    background-color: #f1f5f9;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
}

.fac-progress-bar-fill {
    border-radius: 3px;
    height: 100%;
}

.fac-progress-bar-fill.fill-green {
    background-color: #16a34a;
}

.fac-progress-bar-fill.fill-orange {
    background-color: #ea580c;
}

.fac-progress-bar-fill.fill-red {
    background-color: #ef4444;
}

.fac-progress-percent-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

.fac-badge-status {
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}

.fac-badge-status.status-near-completion {
    background-color: #fffbeb;
    color: #d97706;
    border: 1px solid #fef3c7;
}

.fac-badge-status.status-at-risk {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fee2e2;
}

.fac-badge-status.status-in-progress {
    background-color: #eff6ff;
    color: #2563eb;
    border: 1px solid #dbeafe;
}

.fac-badge-status.status-completed {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.fac-warning-banner {
    background-color: #fdf2f2;
    border: 1px solid #fde2e2;
    border-radius: 12px;
    padding: 12px;
    margin-top: 15px;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.fac-warning-banner-icon {
    color: #dc2626;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.fac-warning-banner-content {
    text-align: left;
}

.fac-warning-banner-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #991b1b;
    margin-bottom: 0.25rem;
    margin-top: 0;
}

.fac-warning-banner-desc {
    font-size: 0.75rem;
    color: #7f1d1d;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 400;
}

.fac-action-btn-view {
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 10px !important;
    border: 1px solid #fee2e2;
    background-color: #fef2f2;
    color: #dc2626;
    text-decoration: none !important;
    border-style: solid;
    border-width: 1px;
    height: fit-content;
}

/* .fac-action-btn-view:hover {
    background-color: #fde2e2;
} */
.fac-action-btn-print {
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
    padding: 4px 10px !important;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #475569;
    text-decoration: none !important;
    border-style: solid;
    border-width: 1px;
    height: 28px;
}

.fac-action-btn-print:hover {
    background-color: #f8fafc;
}

.fac-dash-bottom-card.fac-padding-sm .adt-table td {
    font-size: 12.5px;
}

.fac-dash-bottom-card.fac-padding-sm .adt-table-wrap {
    border-top: 0 !important;
    border-radius: 12px 12px 0px 0px !important;
    overflow-x: auto !important;
}

.fac-dash-bottom-card.fac-padding-sm .adt-table thead tr:first-child th:first-child {
    border-top-left-radius: 12px !important;
}

.fac-dash-bottom-card.fac-padding-sm .adt-table thead tr:first-child th:last-child {
    border-top-right-radius: 12px !important;
}

@media (max-width: 1200px) {
    .fac-dash-mid-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   Responsive Styling
======================================== */
@media (max-width: 1200px) {
    .fac-dash-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fac-dash-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .fac-dash-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .fac-dash-header-right {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fac-dash-cards-grid {
        grid-template-columns: 1fr;
    }

    .fac-dash-financial-stats-row {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .fac-dash-financial-stat-col {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 0.75rem;
    }

    .fac-dash-financial-stat-col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .fac-dash-calendar-item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        text-align: center;
    }

    .fac-dash-calendar-time {
        text-align: center;
    }

    .fac-dash-support-bar {
        flex-direction: column;
        text-align: center;
    }
}

/* ========================================
   Facility Dashboard Static UI Enhancements
   ======================================== */
.fac-header-borderless {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 1rem !important;
}

.fac-card-subtext {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0;
    font-weight: 400;
}

/* .fac-title-bold {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
} */

.fac-filter-control {
    border-radius: 8px !important;
    font-size: 13px !important;
    height: 38px !important;
}

.fac-btn-filter {
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.fac-badge-ready {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
    border: 1px solid #fee2e2 !important;
    font-weight: 700 !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
}

.fac-avatar-link {
    width: 32px !important;
    height: 32px !important;
}

.fac-avatar-img {
    border-radius: 50% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.fac-student-link {
    font-weight: 600 !important;
    color: #1e293b !important;
}

.fac-padding-sm {
    padding: 1.5rem !important;
}

.fac-cell-bold {
    font-weight: 600 !important;
    color: #475569 !important;
}

/* Select2 overrides for Facility Dashboard filters */
.student-filters-container .select2-container--default .select2-selection--single,
.ab-filters-container .select2-container--default .select2-selection--single {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    height: 38px !important;
    font-size: 13px !important;
    display: flex;
    align-items: center;
}

.student-filters-container .select2-container--default .select2-selection--single .select2-selection__rendered,
.ab-filters-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0f172a !important;
    padding-left: 12px !important;
    padding-right: 20px !important;
    font-weight: 500;
}

.student-filters-container .select2-container--default .select2-selection--single .select2-selection__arrow,
.ab-filters-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 8px !important;
}

.fac-dash-bottom-card.fac-padding-sm .adt-table-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.fac-dash-bottom-card.fac-padding-sm .adt-table-wrap::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.fac-dash-bottom-card.fac-padding-sm .adt-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ddd;
}

/* ========================================
   Unique Clinical Calendar Styles (.fcc-)
   ======================================== */
.fcc-card-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 20px;
}

.fcc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.fcc-title-area {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.fcc-icon-wrap {
    background-color: #f0fdf4;
    color: #16a34a;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.fcc-title-area h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.fcc-title-area p {
    margin: 2px 0 0 0;
    font-size: 0.85rem;
    color: #64748b;
}

.fcc-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.fcc-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s;
}

.fcc-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.fcc-nav-controls {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.fcc-arrow-btn {
    background: #ffffff;
    border: none;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #334155;
    transition: background 0.2s;
}

.fcc-arrow-btn:first-child {
    border-right: 1px solid #e2e8f0;
}

.fcc-arrow-btn:hover {
    background: #f8fafc;
}

.fcc-toggle-group {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.fcc-toggle-btn {
    background: #ffffff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s;
}

.fcc-toggle-btn:not(:last-child) {
    border-right: 1px solid #e2e8f0;
}

.fcc-toggle-btn:hover {
    background: #f8fafc;
}

.fcc-toggle-btn.active {
    background: #14532d;
    color: #ffffff;
}

.fcc-subheader {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.25rem;
}

.fcc-grid-scroll-wrap {
    overflow-x: auto;
    width: 100%;
}

.fcc-grid {
    display: grid;
    grid-template-columns: 80px repeat(7, minmax(130px, 1fr));
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    overflow: hidden;
}

.fcc-grid-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #f1f5f9;
    text-align: center;
    padding: 0.45rem 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 2px 4px;
}

.fcc-grid-header:first-child {
    border-right: 1px solid #e2e8f0;
}

#fcc-hdr-6 {
    border-right: none;
}

.fcc-today-badge {
    width: 100%;
}

.fcc-grid-header-today {
    background: #f0fdf4 !important;
    border-bottom: 2px solid #16a34a !important;
    color: #16a34a !important;
}

.fcc-grid-header-day {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #64748b;
    margin-right: 4px;
}

.fcc-grid-header-today .fcc-grid-header-day {
    color: #16a34a;
}

.fcc-grid-header-date {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 800;
}

.fcc-grid-hour-label {
    background: #ffffff;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    text-align: right;
    padding: 0.75rem 0.75rem 0.75rem 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fcc-grid-cell {
    background: #ffffff;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fcc-grid-cell:last-child {
    border-right: none;
}

.fcc-cell-today {
    background: rgba(240, 253, 244, 0.4) !important;
}

.fcc-card {
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    font-size: 0.8rem;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.fcc-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.fcc-card-approved {
    background-color: #f0fdf4 !important;
    border-color: #dcfce7 !important;
    color: #1e293b !important;
}

.fcc-card-upcoming {
    background-color: #fffbeb !important;
    border-color: #fef3c7 !important;
    color: #1e293b !important;
}

.fcc-card-action {
    background-color: #fef2f2 !important;
    border-color: #fee2e2 !important;
    color: #1e293b !important;
}

.fcc-card-title {
    font-weight: 700;
    font-size: 0.85rem;
    color: #0f172a;
    margin: 0;
}

.fcc-card-sub {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
}

.fcc-card-time {
    font-size: 0.7rem;
    font-weight: 600;
    color: #475569;
}

.fcc-card-alert-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #dc2626;
    font-size: 1rem;
}

.fcc-legend-row {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.fcc-legend-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.75rem;
    width: 100%;
}

.fcc-legend-card-green {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.fcc-legend-card-yellow {
    background: #fffbeb;
    border-color: #fde68a;
}

.fcc-legend-card-red {
    background: #fef2f2;
    border-color: #fecaca;
}

.fcc-legend-icon-wrap {
    font-size: 1.15rem;
}

.fcc-legend-card-green .fcc-legend-icon-wrap {
    color: #16a34a;
}

.fcc-legend-card-yellow .fcc-legend-icon-wrap {
    color: #d97706;
}

.fcc-legend-card-red .fcc-legend-icon-wrap {
    color: #dc2626;
}

.fcc-legend-info h5 {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
}

.fcc-legend-info p {
    margin: 2px 0 0 0;
    font-size: 0.75rem;
    color: #64748b;
}

.fcc-alert-banner {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: #92400e;
    font-weight: 600;
    width: 100%;
}

.fcc-alert-banner-icon {
    font-size: 1.15rem;
    color: #d97706;
}

.fcc-month-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.fcc-month-header {
    background: #ffffff;
    border-bottom: 2px solid #e2e8f0;
    border-right: 1px solid #f1f5f9;
    text-align: center;
    padding: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
}

.fcc-month-grid .fcc-month-header:nth-child(7) {
    border-right: none;
}

.fcc-month-cell {
    background: #ffffff;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    min-height: 100px;
    padding: 0.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.fcc-month-day-num {
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 4px;
}

.fcc-month-dots {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.fcc-month-dot {
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fcc-month-dot-approved {
    background: #dcfce7;
    color: #15803d;
}

.fcc-month-dot-upcoming {
    background: #fef3c7;
    color: #b45309;
}

.fcc-month-dot-action {
    background: #fee2e2;
    color: #b91c1c;
}

.fcc-list-container {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.fcc-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.fcc-list-item:last-child {
    border-bottom: none;
}

.fcc-list-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fcc-list-badge {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

.fcc-list-badge-approved {
    background: #dcfce7;
    color: #15803d;
}

.fcc-list-badge-upcoming {
    background: #fef3c7;
    color: #b45309;
}

.fcc-list-badge-action {
    background: #fee2e2;
    color: #b91c1c;
}

/* ========================================
   Unique Financials Styles (.faf-)
   ======================================== */
.faf-card-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 20px;
}

.faf-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.faf-title-area {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.faf-icon-wrap {
    background-color: #fff7ed;
    color: #ea580c;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.faf-title-area h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.faf-title-area p {
    margin: 2px 0 0 0;
    font-size: 0.85rem;
    color: #64748b;
}

.faf-toggle-group {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.faf-toggle-btn {
    background: #ffffff;
    border: none;
    padding: 0.5rem 1.25rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s;
}

.faf-toggle-btn:not(:last-child) {
    border-right: 1px solid #e2e8f0;
}

.faf-toggle-btn:hover {
    background: #f8fafc;
}

.faf-toggle-btn.active {
    background: #0f172a;
    color: #ffffff;
}

.faf-filter-bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.faf-select-wrap {
    min-width: 160px;
}

.faf-search-wrap {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.faf-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    display: flex;
    align-items: center;
}

.faf-search-input {
    width: 100%;
    height: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding-left: 36px;
    padding-right: 12px;
    font-size: 0.875rem;
    outline: none;
    transition: border 0.15s;
}

.faf-search-input:focus {
    border-color: #ea580c;
}

.faf-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 15px 0px;
}

@media (max-width: 768px) {
    .faf-metrics-grid {
        grid-template-columns: 1fr;
    }
}

.faf-metric-card {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.faf-metric-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.faf-metric-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.faf-metric-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin: 0;
}

.faf-metric-value {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
    margin: 0;
}

.faf-metric-subtext {
    font-size: 0.70rem;
    color: #94a3b8;
    font-weight: 500;
}

.faf-circle-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.15rem;
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Background glows to match the shared image */
.faf-card-blue-glow {
    background: radial-gradient(circle at top right, rgba(14, 165, 233, 0.08) 0%, #ffffff 65%) !important;
    border-color: #7dd3fc !important;
}

.faf-card-blue-glow:hover {
    border-color: #0ea5e9 !important;
}

.faf-card-orange-glow {
    background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.08) 0%, #ffffff 65%) !important;
    border-color: #fdba74 !important;
}

.faf-card-orange-glow:hover {
    border-color: #f97316 !important;
}

.faf-card-purple-glow {
    background: radial-gradient(circle at top right, rgba(168, 85, 247, 0.08) 0%, #ffffff 65%) !important;
    border-color: #d8b4fe !important;
}

.faf-card-purple-glow:hover {
    border-color: #a855f7 !important;
}

/* Circle Icon Colors */
.faf-circle-blue {
    background: #0ea5e9 !important;
}

.faf-circle-orange {
    background: #f97316 !important;
}

.faf-circle-purple {
    background: #a855f7 !important;
}

.faf-download-btn {
    color: #64748b;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 0.85rem;
    transition: all 0.15s;
}

.faf-download-btn:hover {
    color: #0f172a;
    background-color: #f8fafc;
    border-color: #94a3b8;
}

/* Override styling of Today header in weekly grid */
.fcc-grid-header-today {
    background: #f0fdf4 !important;
    border: 1px solid #86efac !important;
    border-bottom: 3px solid #15803d !important;
    color: #15803d !important;
}

.fcc-grid-header-today .fcc-grid-header-day {
    color: #15803d !important;
}

/* Style select dropdowns and header text in Financials card */
.dt-financials select {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    height: 38px !important;
    font-size: 13px !important;
    color: #475569 !important;
    font-weight: 500 !important;
    padding-left: 12px !important;
    padding-right: 32px !important;
}

.dt-financials thead th {
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.05em !important;
    color: #64748b !important;
}

/* Unique layout overrides for Financials custom select wrappers */
.faf-select-date-wrap {
    position: relative;
    min-width: 190px;
}

.faf-select-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    display: flex;
    align-items: center;
    pointer-events: none;
    font-size: 1rem;
}

.faf-select-program-wrap {
    min-width: 140px;
}

.faf-filter-select {
    height: 38px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #475569 !important;
    border-color: #cbd5e1 !important;
}

.faf-filter-select-date {
    padding-left: 32px !important;
}

/* Receipts title and list alignment */
.faf-table-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.faf-col-program,
.faf-col-date {
    color: #64748b !important;
    font-weight: 500 !important;
}

.faf-align-right {
    text-align: right !important;
}

.faf-vertical-middle {
    vertical-align: middle !important;
}

/* Modern Clean Minimal Tooltip for Action Cards */
#fcc-card-tooltip {
    position: absolute;
    display: none;
    background: #0f172a;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    width: 220px;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

#fcc-card-tooltip.visible {
    opacity: 1;
    transform: scale(1);
}

#fcc-card-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #0f172a transparent transparent transparent;
}

.faf-header.faclels {
    margin-bottom: 0;
}

/* ==========================================================================
   FullCalendar Premium Card Design UI Overrides
   ========================================================================== */

/* Remove default FullCalendar event background, borders, and margins */
.calendarapp-content .fc .fc-v-event,
.calendarapp-content .fc .fc-h-event,
.calendarapp-content .fc .fc-daygrid-event,
.calendarapp-content .fc .fc-timegrid-event,
.calendarapp-content .fc .fc-event {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

.calendarapp-content .fc .fc-daygrid-event-harness {
    margin: 4px 6px !important;
}

.calendarapp-content .fc .fc-event-main {
    padding: 0 !important;
}

/* Premium Event Card Style */
.fcc-fc-event-card {
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    border: 1.5px solid transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    text-align: left;
    box-sizing: border-box;
}

.fcc-fc-event-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.fcc-fc-event-card .fcc-fc-event-title {
    font-weight: 700;
    font-size: 0.8rem;
    color: #0f172a !important;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.fcc-fc-event-card .fcc-fc-event-sub {
    font-size: 0.7rem;
    color: #64748b !important;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.fcc-fc-event-card .fcc-fc-event-time {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 1px;
}

/* Color theme mappings */
.fcc-fc-event-green {
    background-color: #f0fdf4 !important;
    border-color: #dcfce7 !important;
}

.fcc-fc-event-green .fcc-fc-event-time {
    color: #16a34a !important;
}

.fcc-fc-event-green:hover {
    border-color: #86efac !important;
}

.fcc-fc-event-yellow {
    background-color: #fffbeb !important;
    border-color: #fef3c7 !important;
}

.fcc-fc-event-yellow .fcc-fc-event-time {
    color: #d97706 !important;
}

.fcc-fc-event-yellow:hover {
    border-color: #fcd34d !important;
}

.fcc-fc-event-red {
    background-color: #fef2f2 !important;
    border-color: #fee2e2 !important;
}

.fcc-fc-event-red .fcc-fc-event-time {
    color: #dc2626 !important;
}

.fcc-fc-event-red:hover {
    border-color: #fca5a5 !important;
}

/* FullCalendar Navigation Buttons override to match Image 2 */
.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button {
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s !important;
    text-shadow: none !important;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button:hover {
    background-color: #f8fafc !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button:focus,
.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button:active {
    box-shadow: none !important;
    outline: none !important;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button-group {
    background-color: #ffffff !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button {
    border-radius: 0 !important;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-button-group .fc-button:last-child {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-left: none !important;
}

/* Today button specific margin override */
.calendarapp-content .fc .fc-toolbar.fc-header-toolbar .fc-today-button {
    margin-right: 8px !important;
    border-radius: 6px !important;
}

/* Calendar month header days SUN, MON, TUE etc. styling */
.calendarapp-content .fc .fc-col-header-cell {
    background-color: #ffffff !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 10px 0 !important;
}

.calendarapp-content .fc .fc-col-header-cell-cushion {
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-decoration: none !important;
}

/* Calendar grid cell styling */
.calendarapp-content .fc .fc-daygrid-day {
    background-color: #ffffff !important;
}

.calendarapp-content .fc .fc-day-other {
    background-color: #f8fafc !important;
}

.calendarapp-content .fc .fc-daygrid-day-number {
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: #64748b !important;
    padding: 8px !important;
    text-decoration: none !important;
}

/* Highlight today header cell */
.calendarapp-content .fc .fc-day-today {
    background-color: #f0fdf4 !important;
    /* light green background for today */
}

.calendarapp-content .fc .fc-day-today .fc-daygrid-day-number {
    color: #16a34a !important;
    font-weight: 800 !important;
}

.premenum-date-fill-wraps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
}

.premenum-date-fill {
    display: flex;
    gap: 15px;
}

.calldenr-pre-new-brxz {
    padding: 20px 20px 0px;
}

.calldenr-pre-new-brxz .calendar-panel {
    padding-bottom: 0;
}

.premenum-date-fill-wraps h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.calldenr-pre-new-brxz .calendarapp-wrap,
.calldenr-pre-new-brxz .calendarapp-content {
    height: auto !important;
    overflow: visible !important;
}

.fcc-month-cell-other {
    background: #f8fafc !important;
}

.fcc-month-cell-today {
    background: #f0fdf4 !important;
    border: 1.5px solid #16a34a !important;
    border-radius: 8px !important;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.15);
}

.fcc-month-cell-today .fcc-month-day-num {
    color: #15803d !important;
    font-weight: 800 !important;
}

/* ==========================================================================
   INSTRUCTOR DASHBOARD STYLES (namespaced with .ins-dash-)
   ========================================================================== */

.ins-dash-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.03);
    border: 1px solid #e2e8f0;
}

.ins-dash-greeting {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
    letter-spacing: -0.5px;
}

.ins-dash-subgreeting {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

.ins-dash-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ins-dash-filter-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ins-dash-filter-label {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ins-dash-select-style {
    position: relative;
    width: 240px;
}

.ins-dash-select {
    appearance: none;
    background-color: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 36px 8px 12px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23475569' class='w-4 h-4'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

.ins-dash-select:hover {
    border-color: #cbd5e1;
    background-color: #f1f5f9;
}

.ins-dash-datetime-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 1.5px solid #e2e8f0;
    border-right: 1.5px solid #e2e8f0;
    padding: 0 16px;
}

.ins-dash-date-item,
.ins-dash-time-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #334155;
    font-weight: 600;
}

.ins-dash-date-item iconify-icon,
.ins-dash-time-item iconify-icon {
    font-size: 16px;
    color: #64748b;
}

.ins-dash-header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ins-dash-icon-btn {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    text-decoration: none !important;
    transition: all 0.2s;
}

.ins-dash-icon-btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
}

.ins-dash-icon-btn iconify-icon {
    font-size: 18px;
}

.ins-dash-icon-btn .ins-dash-badge-danger {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Important Alerts Row */
.ins-dash-alerts-section {
    margin-bottom: 18px;
}

.ins-dash-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ins-dash-section-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ins-dash-section-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.3px;
}

.ins-dash-alert-count {
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 12px;
    line-height: 1;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -5px;
}

.ins-dash-view-all-link {
    font-size: 13px;
    font-weight: 700;
    color: #16a34a;
    text-decoration: none !important;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ins-dash-view-all-link svg {
    font-size: 20px;
}

/* .ins-dash-view-all-link:hover {
    color: #15803d;
    text-decoration: underline !important;
} */

.ins-dash-alerts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ins-dash-alert-card {
    display: flex;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    border: 1.5px solid transparent;
    transition: all 0.2s;
}

.ins-dash-alert-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.ins-dash-alert-pink {
    background: #fffafa;
    border-color: #ffa3a3;
}

.ins-dash-alert-pink .ins-dash-alert-icon-wrap {
    background: #ffe3e3;
    color: #ef4444;
}

.ins-dash-alert-orange {
    background: #fffbf7;
    border-color: #fdb87d;
}

.ins-dash-alert-orange .ins-dash-alert-icon-wrap {
    background: #ffedd5;
    color: #ea580c;
}

.ins-dash-alert-brown {
    background: #fffff2;
    border-color: #ffe082;
}

.ins-dash-alert-brown .ins-dash-alert-icon-wrap {
    background: #fef3c7;
    color: #d97706;
}

.ins-dash-alert-green {
    background: #f8fdfa;
    border-color: #a7f3d0;
}

.ins-dash-alert-green .ins-dash-alert-icon-wrap {
    background: #dcfce7;
    color: #16a34a;
}

.ins-dash-alert-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ins-dash-alert-details {
    display: flex;
    flex-direction: column;
}

.ins-dash-alert-number {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.ins-dash-alert-label {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    margin: 4px 0 0 0;
}

.ins-dash-alert-highlight-red {
    color: #ef4444;
    font-weight: 700;
}

.ins-dash-alert-highlight-orange {
    color: #ea580c;
    font-weight: 700;
}

.ins-dash-alert-highlight-brown {
    color: #d97706;
    font-weight: 700;
}

.ins-dash-alert-highlight-green {
    color: #16a34a;
    font-weight: 700;
}

/* My Classes Layout */
.ins-dash-classes-grid {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
}

.ins-dash-classes-grid::-webkit-scrollbar {
    height: 6px;
}

.ins-dash-classes-grid::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.ins-dash-classes-grid::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.ins-dash-classes-grid::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.ins-dash-class-card {
    flex: 0 0 320px;
    min-width: 320px;
    max-width: 320px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 18px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02);
    display: flex;
    flex-direction: column;
    transition: all 0.2s;
}

.ins-dash-class-card.border-top-green {
    border-top: 4px solid #16a34a;
}

.ins-dash-class-card.border-top-blue {
    border-top: 4px solid #2563eb;
}

.ins-dash-class-card.border-top-purple {
    border-top: 4px solid #7c3aed;
}

.ins-dash-class-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.ins-dash-class-icon-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ins-dash-class-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.bg-light-green {
    background-color: #f0fdf4;
}

.text-green {
    color: #16a34a !important;
}

.bg-light-blue {
    background-color: #f0f9ff;
}

.text-blue {
    color: #2563eb !important;
}

.bg-light-purple {
    background-color: #faf5ff;
}

.text-purple {
    color: #7c3aed !important;
}

.bg-light-orange {
    background-color: #fff7ed;
}

.text-orange {
    color: #ea580c !important;
}

.bg-light-brown {
    background-color: #fffdf5;
}

.text-brown {
    color: #d97706 !important;
}

.ins-dash-class-title-sub {
    display: flex;
    flex-direction: column;
}

.ins-dash-class-title {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.ins-dash-class-code {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
    margin-top: 2px;
}

.ins-dash-class-badge {
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 12px;
    white-space: nowrap;
}

.badge-green {
    background: #dcfce7;
    color: #15803d;
}

.badge-blue {
    background: #dbeafe;
    color: #1d4ed8;
}

span.ins-dash-class-badge.badge-purple {
    background-color: #f3e8ff !important;
    color: #6b21a8 !important;
}

.ins-dash-class-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 10px;
}

.ins-dash-class-stat {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.ins-dash-class-stat-val {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
}

.ins-dash-class-stat-lbl {
    font-size: 9px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ins-dash-class-progress-wrap {
    margin-bottom: 16px;
}

.ins-dash-progress-text {
    font-size: 11px;
    margin-bottom: 6px;
}

.font-w-600 {
    font-weight: 700;
}

.ins-dash-progress-bar-bg {
    background: #f1f5f9;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.ins-dash-progress-bar-fill {
    height: 100%;
    border-radius: 3px;
}

.bg-green {
    background-color: #16a34a;
}

.bg-blue {
    background-color: #2563eb;
}

.bg-purple {
    background-color: #7c3aed;
}

.bg-orange {
    background-color: #ea580c;
}

.ins-dash-class-footer {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.ins-dash-open-class-btn {
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s;
}

.ins-dash-open-class-btn svg {
    font-size: 17px;
}

/* Card boxes layouts */
.ins-dash-card-box {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02);
    display: flex;
    flex-direction: column;
    height: auto;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

/* Birthday List */
.ins-dash-birthday-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* margin-top: 16px; */
    flex-grow: 1;
}

.ins-dash-birthday-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}

.ins-dash-birthday-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ins-dash-birthday-student {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ins-dash-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}

.bg-avatar-purple {
    background: #c084fc;
}

.bg-avatar-orange {
    background: #fb923c;
}

.bg-avatar-blue {
    background: #60a5fa;
}

.bg-avatar-green {
    background: #4ade80;
}

.ins-dash-birthday-name {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
}

.ins-dash-birthday-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ins-dash-birthday-date {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.ins-dash-relative-badge {
    font-size: 10px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 12px;
}

.badge-relative-purple {
    background: #faf5ff;
    color: #7c3aed;
}

.badge-relative-orange {
    background: #fff7ed;
    color: #ea580c;
}

.badge-relative-blue {
    background: #f0f9ff;
    color: #0284c7;
}

.ins-dash-calendar-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.ins-dash-calendar-btn:hover {
    background: #f8fafc;
    color: #0f172a;
    border-color: #cbd5e1;
}

.ins-dash-birthday-footer {
    margin-top: 16px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.ins-dash-message-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 800;
    color: #16a34a;
    text-decoration: none !important;
}

.ins-dash-message-link:hover {
    color: #15803d;
    text-decoration: underline !important;
}

.ins-dash-message-link iconify-icon {
    font-size: 16px;
}

/* Sign off layout grid */
.ins-dash-signoff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    /* margin-top: 16px; */
    flex-grow: 1;
}

.ins-dash-signoff-card {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.2s;
}

.ins-dash-signoff-card:hover {
    background: #fff;
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.ins-dash-signoff-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.ins-dash-signoff-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ins-dash-signoff-number {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.ins-dash-signoff-details {
    display: flex;
    flex-direction: column;
}

.ins-dash-signoff-title {
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
    line-height: 1.2;
}

.ins-dash-signoff-status {
    font-size: 11px;
    margin-top: 4px;
}

/* To-Do List styling */
.ins-dash-todo-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* margin-top: 16px; */
}

.ins-dash-todo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.2s;
}

.ins-dash-todo-item:hover {
    background: #fff;
    border-color: #cbd5e1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.ins-dash-todo-left {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    flex-grow: 1;
}

.ins-dash-todo-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.ins-dash-todo-title {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
}

.text-ellipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ins-dash-todo-status {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    flex-shrink: 0;
}

.ins-dash-todo-status iconify-icon {
    font-size: 12px;
}

.text-red {
    color: #ef4444 !important;
}

/* Clinicals & Meetings */
.ins-dash-clinical-meetings-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 6px;
}

.ins-dash-meeting-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    text-decoration: none !important;
    transition: all 0.2s;
}

.ins-dash-meeting-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.04);
}

.ins-dash-meeting-details-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ins-dash-meeting-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.ins-dash-meeting-body {
    display: flex;
    flex-direction: column;
}

.ins-dash-meeting-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.ins-dash-meeting-stats {
    display: flex;
    gap: 24px;
    margin-top: 8px;
}

.ins-dash-meeting-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.ins-dash-meeting-stat-lbl {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.ins-dash-meeting-stat-val {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    padding-top: 10px;
}

.ins-dash-meeting-arrow {
    color: #222;
    align-self: center;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #f3f3f3;
    border: 1px solid #ddd;
}

/* Priority Students Table */
.ins-dash-table-container {
    margin-top: 16px;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    overflow: hidden;
}

.ins-dash-table {
    margin-bottom: 0 !important;
}

.ins-dash-table th {
    background: #f8fafc !important;
    color: #64748b !important;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1.5px solid #e2e8f0 !important;
    padding: 12px 16px !important;
}

.ins-dash-table td {
    padding: 12px 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.ins-dash-table tr:last-child td {
    border-bottom: 0 !important;
}

.ins-dash-table-student {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ins-dash-student-name {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
}

.ins-dash-table-class-text {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
}

.ins-dash-issue-text {
    font-size: 12px;
    font-weight: 700;
}

.ins-dash-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: color 0.15s ease;
    white-space: nowrap;
}

.ins-dash-contact-link:hover {
    color: #4f46e5;
    text-decoration: underline;
}

.ins-dash-contact-link iconify-icon {
    flex-shrink: 0;
    color: #94a3b8;
}

.ins-dash-contact-empty {
    color: #cbd5e1;
    font-size: 13px;
}

.ins-dash-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 12px;
}

.ins-dash-status-badge iconify-icon {
    font-size: 12px;
}

.badge-status-high {
    background: #fef2f2;
    color: #ef4444;
}

.badge-status-medium {
    background: #fff7ed;
    color: #ea580c;
}

.ins-dash-card-box.cli-metd {
    min-height: 352px;
}

.ins-dash-todo-status svg {
    font-size: 14px;
}



/* Responsiveness adjustments */
@media (max-width: 1200px) {
    .ins-dash-alerts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ins-dash-classes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ins-dash-alerts-grid {
        grid-template-columns: 1fr;
    }

    .ins-dash-classes-grid {
        grid-template-columns: 1fr;
    }

    .ins-dash-signoff-grid {
        grid-template-columns: 1fr;
    }

    .ins-dash-datetime-wrap {
        border: 0;
        padding: 0;
    }

    .ins-dash-header-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Top Navbar Embedded Instructor Dashboard Header */
.ins-dash-nav-header {
    flex-grow: 1;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ins-dash-nav-left {
    display: flex;
    flex-direction: column;
}

.ins-dash-nav-greeting {
    font-size: 20px !important;
    margin: 0 !important;
    font-weight: 800 !important;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.ins-dash-nav-subgreeting {
    font-size: 12px !important;
    margin: 0 !important;
    color: #64748b !important;
    font-weight: 500;
}

.ins-dash-nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ins-dash-nav-filter-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ins-dash-nav-select {
    appearance: none;
    background-color: #fff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 8px 36px 8px 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23475569' class='w-4 h-4'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
}

.ins-dash-nav-select:hover {
    border-color: #cbd5e1 !important;
    background-color: #f8fafc !important;
}

.ins-dash-nav-datetime-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 1.5px solid #e2e8f0;
    border-right: 1.5px solid #e2e8f0;
    padding: 0 16px;
}

.ins-dash-nav-date-item,
.ins-dash-nav-time-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px !important;
    color: #334155 !important;
    font-weight: 600 !important;
}

.ins-dash-nav-date-item iconify-icon,
.ins-dash-nav-time-item iconify-icon {
    font-size: 16px;
    color: #64748b;
}

.ins-dash-nav-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ins-dash-nav-icon-btn {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff !important;
    border: 1.5px solid #e2e8f0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all 0.2s;
}

.ins-dash-nav-icon-btn:hover {
    background-color: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
}

.ins-dash-nav-icon-btn iconify-icon {
    font-size: 18px;
}

.ins-dash-nav-badge-danger {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Custom styling for Select2 dropdown in Navbar */
.ins-dash-select-style .select2-container {
    width: 100% !important;
}

.ins-dash-select-style .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    height: 38px !important;
    padding: 4px 12px !important;
    display: flex;
    align-items: center;
    outline: none !important;
    transition: all 0.2s;
}

.ins-dash-select-style .select2-container--default .select2-selection--single:hover {
    border-color: #cbd5e1 !important;
    background-color: #f8fafc !important;
}

.ins-dash-select-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding-left: 0 !important;
    line-height: 1.2 !important;
}

.ins-dash-select-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 8px !important;
}

.ins-dash-select-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #475569 transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
}

.ins-dash-select-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #475569 transparent !important;
    border-width: 0 4px 5px 4px !important;
}

/* Dropdown list styling */
.select2-container--open .select2-dropdown {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden;
    z-index: 999999 !important;
}

.select2-container--default .select2-results__option {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    padding: 8px 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #16a34a !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f0fdf4 !important;
    color: #16a34a !important;
    font-weight: 700 !important;
}

.ins-dash-alert-label span {
    display: block;
}

/* Custom Flexbox Layout for Main Content */
.ins-dash-main-flex-row {
    display: flex;
    gap: 15px;
    width: 100%;
}

.ins-dash-main-flex-left {
    flex: 2.3;
    min-width: 0;
}

.ins-dash-main-flex-right {
    flex: 1;
    min-width: 0;
}

@media (max-width: 991px) {
    .ins-dash-main-flex-row {
        flex-direction: column;
        gap: 0;
    }

    .ins-dash-main-flex-left,
    .ins-dash-main-flex-right {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* Custom Flexbox Layout for Double Cards (Birthdays & Final Steps) */
.ins-dash-cards-flex-row {
    display: flex;
    gap: 15px;
    width: 100%;
}

.ins-dash-card-flex-item {
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
    .ins-dash-cards-flex-row {
        flex-direction: column;
        gap: 0;
    }

    .ins-dash-card-flex-item {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* Unique Student Activity Card Styling */
.ins-dash-activity-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 335px;
    overflow-y: auto;
    padding-right: 4px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
}

.ins-dash-activity-list::-webkit-scrollbar {
    width: 6px;
}

.ins-dash-activity-list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.ins-dash-activity-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.ins-dash-activity-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.ins-dash-activity-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.ins-dash-activity-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.05);
    transform: translateY(-1px);
}

.ins-dash-activity-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-grow: 1;
    min-width: 0;
}

.ins-dash-activity-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

.ins-dash-activity-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ins-dash-activity-text {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

.ins-dash-activity-student-name {
    font-weight: 700;
    color: #0f172a;
}

.ins-dash-activity-type {
    font-weight: 700;
    color: #16a34a;
}

.ins-dash-activity-type.quiz {
    color: #7c3aed;
}

.ins-dash-activity-type.clinical {
    color: #ea580c;
}

.ins-dash-activity-type.skill {
    color: #2563eb;
}

.ins-dash-activity-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 0 0;
    padding: 0;
}

.ins-dash-activity-detail-tag {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 2.5px 8.5px;
    border-radius: 12px;
    white-space: normal;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.35;
    display: inline-block;
}

.ins-dash-activity-time {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

.ins-dash-activity-time iconify-icon {
    font-size: 13px;
    color: #94a3b8;
}

.ins-dash-activity-action {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 12px;
    align-self: center;
}

.ins-dash-activity-link {
    font-size: 12px;
    font-weight: 800;
    color: #16a34a !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdf4;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s;
}

.ins-dash-activity-link:hover {
    background: #dcfce7;
    gap: 6px;
}

.ins-dash-activity-link.quiz {
    color: #7c3aed !important;
    background: #faf5ff;
}

.ins-dash-activity-link.quiz:hover {
    background: #f3e8ff;
}

.ins-dash-activity-link.clinical {
    color: #ea580c !important;
    background: #fff7ed;
}

.ins-dash-activity-link.clinical:hover {
    background: #ffedd5;
}

.ins-dash-activity-link.skill {
    color: #2563eb !important;
    background: #f0f9ff;
}

.ins-dash-activity-link.skill:hover {
    background: #dbeafe;
}

/* Custom unique styles for Select2 filters in Financials Table */
.faf-select2-style .select2-container {
    width: 100% !important;
}

.faf-select2-style .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    height: 38px !important;
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    outline: none !important;
    transition: all 0.2s ease-in-out;
}

.faf-select2-style .select2-container--default .select2-selection--single:hover {
    border-color: #94a3b8 !important;
    background-color: #f8fafc !important;
}

.faf-select2-style .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15) !important;
}

.faf-select2-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-left: 0 !important;
    padding-right: 20px !important;
    line-height: 38px !important;
}

/* For the select box with the calendar icon, we need padding-left for the text */
.faf-select2-style.faf-has-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
}

.faf-select2-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faf-select2-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #64748b transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
    margin-top: -2px !important;
}

.faf-select2-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #64748b transparent !important;
    border-width: 0 4px 5px 4px !important;
    margin-top: -3px !important;
}

/* Custom unique styles for Facility Courses Modal */
.fac-btn-view-courses {
    padding: 2px 8px !important;
    font-size: 11px !important;
    border-radius: 4px !important;
}

.fac-modal-title-name {
    font-weight: 700;
    color: #152033;
}

.fac-modal-courses-body {
    padding: 24px !important;
    background: #ffffff !important;
}

.fac-course-card {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    background-color: #f8fafc;
    transition: all 0.2s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01);
}

.fac-course-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.fac-course-card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
    margin-bottom: 10px;
}

.fac-course-card-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
    margin: 0 0 4px 0;
    line-height: 1.35;
}

.fac-course-card-duration {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.fac-course-card-badge {
    color: #4f46e5;
    background-color: #eef2ff;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 700;
    font-size: 10px;
    border: 1px solid #e0e7ff;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.fac-course-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-top: 1px solid #f1f5f9;
    padding-top: 8px;
    margin-top: auto;
}

.fac-course-card-price-label {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.fac-course-card-price-wrap {
    text-align: right;
    line-height: 1.15;
}

.fac-course-card-price-value {
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
}

.fac-course-card-price-note {
    font-size: 9px;
    color: #ef4444;
    font-weight: 600;
    display: block;
    margin-top: 1px;
}

.fac-no-courses-icon {
    font-size: 40px;
    color: #cbd5e1;
    margin-bottom: 12px;
    display: block;
}

.fac-no-courses-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

/* Custom styles for Facility Courses Modal Table Format & Search */
.fac-modal-search-wrapper {
    margin-bottom: 16px;
}

.fac-modal-search-input {
    width: 100%;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    border: 1.5px solid #cbd5e1 !important;
    background-color: #fff !important;
    color: #1e293b !important;
    outline: none !important;
    transition: all 0.2s ease-in-out;
}

.fac-modal-search-input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
}

.fac-table-wrapper {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.fac-courses-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.fac-courses-table th {
    background-color: #f8fafc;
    color: #475569;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.fac-courses-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}

.fac-courses-table tbody tr:last-child td {
    border-bottom: none;
}

.fac-courses-table tbody tr {
    transition: background-color 0.2s ease;
}

.fac-courses-table tbody tr:hover {
    background-color: #f8fafc;
}

.fac-table-cell-badge {
    display: inline-flex;
    align-items: center;
    color: #4f46e5;
    background-color: #eef2ff;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 700;
    font-size: 10px;
    border: 1px solid #e0e7ff;
    letter-spacing: 0.02em;
}

.fac-table-cell-title {
    font-weight: 600;
    color: #0f172a;
    font-size: 13px;
}

.fac-table-cell-duration {
    font-size: 12px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.fac-table-cell-price-wrap {
    text-align: right;
    line-height: 1.2;
}

.fac-table-cell-price-value {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
}

.fac-table-cell-price-note {
    font-size: 9px;
    color: #ef4444;
    font-weight: 600;
    display: block;
    margin-top: 1px;
}

section.gce-v5-secondary-grid.recent-enld-stds .gce-v5-enrollment-table .gce-v5-enrollment-table-body .gce-v5-enrollment-item {
    border-radius: 0px 0px 20px 20px !important;
}

section.gce-v5-secondary-grid.recent-enld-stds .gce-v5-enrollment-table-head {
    border-radius: 20px 20px 0px 0px;
}

section.gce-v5-secondary-grid.recent-enld-stds {
    display: flex;
    width: 100%;
}

section.gce-v5-secondary-grid.recent-enld-stds .gce-v5-panel.gce-v5-enrollment-panel {
    width: 100%;
}

.gce-v5-at-glance-action-card.tone-black {
    background: #000000;
}

/* Priority Actions Styles */
.gce-v5-priority-actions-section {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 12px;
}

.gce-v5-priority-actions-section h4 {
    margin: 0 0 16px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.gce-v5-priority-actions-section h4 span {
    text-transform: none;
    color: #616b78;
    font-size: 12px;
    font-weight: 500;
}

.gce-v5-priority-actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 1200px) {
    .gce-v5-priority-actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gce-v5-priority-actions-grid {
        grid-template-columns: 1fr;
    }
}

.gce-v5-priority-col {
    background: #fdfdfd;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gce-v5-priority-col.tone-danger {
    border-top: 3px solid #ef2323;
}

.gce-v5-priority-col.tone-purple {
    border-top: 3px solid #7c3aed;
}

.gce-v5-priority-col.tone-warning {
    border-top: 3px solid #f4b400;
}

.gce-v5-priority-col.tone-blue {
    border-top: 3px solid #1d64f2;
}

.gce-v5-priority-col-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f3f5;
}

.gce-v5-priority-col-header iconify-icon {
    font-size: 18px;
}

.tone-danger .gce-v5-priority-col-header iconify-icon {
    color: #ef2323;
}

.tone-purple .gce-v5-priority-col-header iconify-icon {
    color: #7c3aed;
}

.tone-warning .gce-v5-priority-col-header iconify-icon {
    color: #f4b400;
}

.tone-blue .gce-v5-priority-col-header iconify-icon {
    color: #1d64f2;
}

.gce-v5-priority-col-header h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    flex-grow: 1;
}

.gce-v5-priority-col-header .count-badge {
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 999px;
}

.tone-danger .gce-v5-priority-col-header .count-badge {
    background: #fee2e2;
    color: #991b1b;
}

.tone-purple .gce-v5-priority-col-header .count-badge {
    background: #f3e8ff;
    color: #6b21a8;
}

.tone-warning .gce-v5-priority-col-header .count-badge {
    background: #fef3c7;
    color: #92400e;
}

.tone-blue .gce-v5-priority-col-header .count-badge {
    background: #dbeafe;
    color: #1e40af;
}

.gce-v5-priority-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gce-v5-priority-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #f1f3f5;
    border-radius: 8px;
    padding: 8px 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gce-v5-priority-list-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.gce-v5-priority-item-info {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.gce-v5-priority-item-avatar {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tone-danger .gce-v5-priority-item-avatar {
    background: #fef2f2;
    color: #ef4444;
}

.tone-purple .gce-v5-priority-item-avatar {
    background: #faf5ff;
    color: #a855f7;
}

.tone-warning .gce-v5-priority-item-avatar {
    background: #fffbeb;
    color: #f59e0b;
}

.tone-blue .gce-v5-priority-item-avatar {
    background: #eff6ff;
    color: #3b82f6;
}

.gce-v5-priority-item-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gce-v5-priority-item-copy strong {
    font-size: 12px;
    color: #1e293b;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gce-v5-priority-item-copy span {
    font-size: 10px;
    color: #64748b;
}

.gce-v5-priority-action-link {
    font-size: 11px;
    font-weight: 700;
    color: #3b82f6;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 6px;
    background: #f1f5f9;
    transition: background 0.15s ease, color 0.15s ease;
}

.tone-danger .gce-v5-priority-action-link {
    color: #dc2626;
    background: #fef2f2;
}

.tone-danger .gce-v5-priority-action-link:hover {
    background: #fee2e2;
}

.tone-purple .gce-v5-priority-action-link {
    color: #7c3aed;
    background: #faf5ff;
}

.tone-purple .gce-v5-priority-action-link:hover {
    background: #f3e8ff;
}

.tone-warning .gce-v5-priority-action-link {
    color: #d97706;
    background: #fffbeb;
}

.tone-warning .gce-v5-priority-action-link:hover {
    background: #fef3c7;
}

.tone-blue .gce-v5-priority-action-link {
    color: #2563eb;
    background: #eff6ff;
}

.tone-blue .gce-v5-priority-action-link:hover {
    background: #dbeafe;
}

.gce-v5-priority-empty {
    font-size: 11px;
    color: #94a3b8;
    text-align: center;
    padding: 16px 8px;
    background: #ffffff;
    border: 1px dashed #e2e8f0;
    border-radius: 8px;
}

.otp-inputs-wrapper.gce-otp-inputs-wrapper {
    flex-wrap: nowrap;
}

div#verifyCard {
    padding-bottom: 5px;
}

/* Facility Dashboard Welcome Card Styling */
.fac-dash-welcome-card {
    text-align: center;
    padding: 30px 24px 28px 24px;
}

.fac-dash-welcome-subtitle {
    font-family: 'Allura', 'Alex Brush', cursive !important;
    font-size: 38px !important;
    color: #16a34a !important;
    font-weight: 500 !important;
    margin-bottom: 2px !important;
    line-height: 1.15 !important;
}

.fac-dash-welcome-title {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 14px 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    letter-spacing: -0.02em !important;
    line-height: 1.15 !important;
}

.fac-dash-welcome-heart {
    color: #16a34a !important;
    font-size: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
}

.fac-dash-welcome-desc-line1 {
    font-size: 14.5px !important;
    color: #64748b !important;
    margin: 0 0 4px 0 !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.fac-dash-welcome-desc-line2 {
    font-size: 14.5px !important;
    color: #1e293b !important;
    margin: 0 !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

/* Page-specific background image styling for facility dashboard */
.page-wrapper.facility-dashboard-bg {
    background-image: url('../img/facility-bg.png') !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* Students Banner Card */
.fac-dash-card-students-banner {
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    display: flex;
    align-items: center;
    padding: 12px !important;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    margin-top: 15px;
}

.fac-dash-card-students-banner:hover {
    border-color: #86efac !important;
    box-shadow: 0 4px 20px -2px rgba(22, 163, 74, 0.08) !important;
    transform: translateY(-1px);
}

.fac-students-banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.fac-students-banner-left {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
}

.fac-students-banner-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fac-students-banner-icon-wrap i {
    color: #16a34a;
    font-size: 24px;
}

.fac-students-banner-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fac-students-banner-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.fac-students-banner-desc {
    font-size: 13.5px !important;
    color: #475569 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.fac-students-banner-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 110px;
    height: 55px;
    flex-shrink: 0;
}

.fac-students-banner-svg-heart {
    width: 160px;
    height: 80px;
    position: absolute;
    right: -10px;
    top: -10px;
    pointer-events: none;
}

@media (max-width: 768px) {
    .fac-dash-card-students-banner {
        padding: 20px !important;
    }

    .fac-students-banner-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .fac-students-banner-right {
        display: none;
    }
}

.fac-dash-bottom-card.fci-wp .faf-card-container {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.fac-dash-bottom-card-title-wrap.hp-parr-wp {
    display: block;
}

.fac-dash-bottom-card-title-wrap.hp-parr-wp p.fac-dash-bottom-card-desc {
    margin: 2px 0 0 0;
    font-size: 0.85rem;
    color: #64748b;
}

.fac-dash-bottom-card-header.cal-head-newsa {
    margin: 0;
    border: none;
    padding-bottom: 12px;
}

.offcanvas.offcanvas-end.student-activity-offcanvas.cnsv-stude-wrap {
    min-width: 500px;
}

/* ==========================================================================
   Virtual Class Overview Styles (Premium UI Upgrade)
   ========================================================================== */
.vcv-overview-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 19px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    margin-bottom: 16px;
}

.row.atten-activty-wps .custom-col-db-rt {
    padding-right: 8px;
}

.row.atten-activty-wps .custom-col-db-lt {
    padding-left: 8px;
}

.syllabus-show-layout.newslb-wpasvs {
    padding-top: 16px;
}

.vcv-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.vcv-header-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #eaf7ec;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.vcv-header-text h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.vcv-header-text p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 3px 0 0 0;
}

.vcv-grid-container {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    background-color: #ffffff;
    display: grid;
    row-gap: 26px;
    column-gap: 14px;
}

@media (min-width: 1200px) {
    .vcv-grid-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .vcv-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .vcv-grid-container .empty-item {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .vcv-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .vcv-grid-container .empty-item {
        display: none;
    }
}

@media (max-width: 480px) {
    .vcv-grid-container {
        grid-template-columns: 1fr;
    }

    .vcv-grid-container .empty-item {
        display: none;
    }
}

.vcv-grid-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.vcv-item-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

/* Background Color Tones */
.vcv-bg-blue {
    background-color: #eff6ff;
    color: #2563eb;
}

.vcv-bg-purple {
    background-color: #faf5ff;
    color: #7c3aed;
}

.vcv-bg-green {
    background-color: #ecfdf5;
    color: #059669;
}

.vcv-bg-orange {
    background-color: #fff7ed;
    color: #ea580c;
}

.vcv-item-details {
    display: flex;
    flex-direction: column;
}

.vcv-item-label {
    font-size: 0.74rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0px;
}

.vcv-item-value {
    font-size: 0.84rem;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.25;
    word-break: break-word;
}

.vcv-external-link {
    color: #2563eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.15s ease;
    white-space: nowrap;
}

.vcv-external-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.vcv-link-arrow {
    font-size: 14px;
}

/* ==========================================================================
   Virtual Class Attendance & Student Activity Styles
   ========================================================================== */
.vcv-attendance-card,
.vcv-activity-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.vcv-attendance-header,
.vcv-activity-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.vcv-attendance-header-left,
.vcv-activity-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vcv-btn-previous-attendance {
    background-color: #f6b316;
    color: #ffffff !important;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.vcv-btn-previous-attendance:hover {
    background-color: #e5a40f;
}

.vcv-link-view-all {
    color: #106839;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.vcv-link-view-all:hover {
    text-decoration: underline;
}

.vcv-table-wrapper {
    flex-grow: 1;
    overflow-x: auto;
    margin-bottom: 20px;
}

.vcv-table {
    width: 100%;
    border-collapse: collapse;
}

.vcv-table th {
    background-color: #f8fafc;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}

.vcv-table td {
    padding: 12px;
    border-bottom: 1px solid #f8fafc;
    vertical-align: middle;
}

.vcv-student-id-cell {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.vcv-student-profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vcv-student-initials-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #eff6ff;
    color: #fffff2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.vcv-student-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

/* Attendance options */
.vcv-attendance-mark-options {
    display: flex;
    gap: 8px;
}

.vcv-present-option input[type="radio"],
.vcv-absent-option input[type="radio"] {
    display: none;
}

.vcv-present-label,
.vcv-absent-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #475569;
    transition: all 0.15s ease;
    margin-bottom: 0;
}

/* Present radio selected states */
.vcv-present-option input[type="radio"]:checked+label {
    border-color: #10b981;
    background-color: #f0fdf4;
    color: #047857;
}

.vcv-present-option input[type="radio"]:checked+label .vcv-check-icon {
    color: #10b981;
}

/* Absent radio selected states */
.vcv-absent-option input[type="radio"]:checked+label {
    border-color: #ef4444;
    background-color: #fef2f2;
    color: #b91c1c;
}

.vcv-absent-option input[type="radio"]:checked+label .vcv-cross-icon {
    color: #ef4444;
}

.vcv-check-icon,
.vcv-cross-icon {
    font-size: 14px;
    color: #94a3b8;
}

.vcv-btn-ab-skill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff7ed;
    color: #ea580c !important;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ffedd5;
    transition: all 0.15s ease;
}

.vcv-btn-ab-skill:hover:not(.disabled) {
    background-color: #ffedd5;
}

.vcv-btn-ab-skill.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.vcv-btn-view-history {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #eff6ff;
    color: #2563eb !important;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #dbeafe;
    transition: all 0.15s ease;
}

.vcv-btn-view-history:hover {
    background-color: #dbeafe;
}

.vcv-attendance-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.vcv-students-count {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
}

.vcv-attendance-footer-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vcv-btn-save-attendance {
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.vcv-btn-save-attendance:hover {
    background-color: #1d4ed8;
}

/* Pagination styles */
.vcv-pagination {
    display: flex;
    gap: 6px;
    align-items: center;
}

.vcv-pg-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.15s ease;
}

.vcv-pg-btn:hover:not(.disabled):not(.active) {
    background-color: #f8fafc;
    border-color: #cbd5e1;
}

.vcv-pg-btn.active {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

.vcv-pg-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f8fafc;
}

/* Activity Card styles */
.vcv-activity-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-grow: 1;
}

.vcv-activity-item {
    position: relative;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.15s ease;
    gap: 0px 18px;
}

.vcv-activity-item:hover {
    background-color: #fafbfc;
}

.vcv-activity-item-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-right: 50px;
}

.vcv-activity-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
}

.vcv-activity-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
}

.vcv-activity-avatar.green {
    background-color: #10b981;
}

.vcv-activity-avatar.purple {
    background-color: #a855f7;
}

.vcv-activity-avatar.orange {
    background-color: #f97316;
}

.vcv-activity-avatar.blue {
    background-color: #3b82f6;
}

.vcv-activity-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vcv-activity-title {
    font-size: 13.5px;
    color: #1e293b;
    margin: 0;
}

.vcv-text-muted {
    color: #64748b;
}

.vcv-text-green {
    color: #10b981;
    font-weight: 600;
}

.vcv-text-purple {
    color: #8b5cf6;
    font-weight: 600;
}

.vcv-text-red {
    color: #ef4444;
    font-weight: 600;
}

.vcv-activity-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 2px 0;
}

.vcv-badge {
    background-color: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
}

.vcv-activity-time {
    font-size: 11px;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.vcv-btn-view-activity {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
}

.vcv-btn-view-activity.green {
    background-color: #f0fdf4;
    color: #10b981;
    border: 1px solid #d1fae5;
}

.vcv-btn-view-activity.green:hover {
    background-color: #d1fae5;
}

.vcv-btn-view-activity.purple {
    background-color: #f5f3ff;
    color: #8b5cf6;
    border: 1px solid #ede9fe;
}

.vcv-btn-view-activity.purple:hover {
    background-color: #ede9fe;
}

.vcv-btn-view-activity.red {
    background-color: #fef2f2;
    color: #ef4444;
    border: 1px solid #fee2e2;
}

.vcv-btn-view-activity.red:hover {
    background-color: #fee2e2;
}

.vcv-activity-footer {
    display: flex;
    justify-content: flex-end;
    /* padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    margin-top: 12px; */
}

/* CNA Test Student Detail View Customizations */
.cna-details-card-mave {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ececec;
    padding: 24px;
    margin-bottom: 24px;
}

.cna-results-head-mave {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
}

.cna-results-title-mave {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.cna-results-grid-mave {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.cna-results-item-mave {
    background: #f8fafc;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.cna-results-label-mave {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.cna-results-value-mave {
    font-size: 14px;
    color: #0f172a;
    font-weight: 700;
}

.cna-skills-list-mave {
    margin-top: 15px;
}

.cna-skills-item-mave {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 13.5px;
}

.cna-skills-item-mave:last-child {
    border-bottom: none;
}

.cna-skills-title-row-mave {
    font-weight: 600;
    color: #334155;
}

.cna-skills-status-badge-mave {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}

.cna-skills-status-badge-mave.passed {
    background: #dcfce7;
    color: #15803d;
}

.cna-skills-status-badge-mave.pending {
    background: #fef3c7;
    color: #b45309;
}

/* Modern and Minimal CNA Test Detail Page Styles */
.cna-modern-shell-mave {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cna-modern-card-mave {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.cna-modern-header-mave {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding-bottom: 14px;
}

.cna-modern-title-mave {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.cna-modern-grid-mave {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.cna-modern-item-mave {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.cna-modern-icon-box-mave {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.cna-modern-icon-box-mave.vitals {
    background: #f0fdf4;
    color: #0f8c4a;
}

.cna-modern-icon-box-mave.pending {
    background: #fffbeb;
    color: #d97706;
}

.cna-modern-item-info-mave h6 {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 4px;
}

.cna-modern-item-info-mave p {
    font-size: 15px;
    color: #0f172a;
    font-weight: 700;
    margin: 0;
}

.cna-modern-skills-list-mave {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.cna-modern-skill-card-mave {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.cna-modern-skill-card-mave:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.02);
}

.cna-modern-skill-left-mave {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cna-modern-skill-icon-mave {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.cna-modern-skill-icon-mave.passed {
    background: #e6f7ed;
    color: #0f8c4a;
}

.cna-modern-skill-icon-mave.pending {
    background: #fff9db;
    color: #d97706;
}

.cna-modern-skill-info-mave h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px;
}

.cna-modern-skill-info-mave p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

.cna-modern-badge-mave {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cna-modern-badge-mave.passed {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.cna-modern-badge-mave.pending {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
}

/* CNA Plans Premium Styling */

.cna-plans-container {
    padding: 20px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.cna-plans-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.cna-plans-header h1 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 2px;
    letter-spacing: -0.02em;
}

.cna-plans-header p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.cna-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.cna-plan-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 415px;
}

.cna-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.06);
    border-color: rgba(0, 0, 0, 0.1);
}

.cna-plan-card-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 6px;
    z-index: 10;
}

.cna-plan-action-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    color: #4b5563;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
}

.cna-plan-action-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.05);
}

.cna-plan-action-btn.edit:hover {
    color: #15803d;
    border-color: rgba(21, 128, 61, 0.3);
}

.cna-plan-action-btn.status.active {
    color: #16a34a;
    font-size: 14px;
}

.cna-plan-action-btn.status.inactive {
    color: #dc2626;
    font-size: 14px;
}

.cna-plan-action-btn.status:hover {
    transform: scale(1.15);
}

.cna-plan-card-header-wrapper {
    border-radius: 20px;
    padding: 28px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    position: relative;
    border: 1px solid transparent;
}

.cna-plan-card-header-wrapper.free-theme {
    background: #f3f4f6;
    border-color: rgba(0, 0, 0, 0.02);
}

.cna-plan-card-header-wrapper.premium-theme {
    background: radial-gradient(at 0% 0%, rgba(253, 164, 175, 0.45) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(196, 181, 253, 0.65) 0px, transparent 50%),
        radial-gradient(at 50% 100%, rgba(254, 243, 199, 0.5) 0px, transparent 50%),
        #fff7f9;
    border-color: rgba(255, 255, 255, 0.6);
}

.cna-plan-badge-top {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.cna-plan-price-box {
    display: flex;
    align-items: baseline;
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.cna-plan-price-box .price-currency {
    font-size: 24px;
    font-weight: 700;
    margin-right: 2px;
    align-self: flex-start;
    margin-top: 4px;
}

.cna-plan-price-box .price-amount {
    line-height: 1;
}

.cna-plan-price-box .price-suffix {
    font-size: 13.5px;
    font-weight: 500;
    color: #4b5563;
    margin-left: 4px;
}

.cna-plan-desc {
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}

.cna-plan-btn-action {
    width: 100%;
    padding: 12px 24px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 14.5px;
    background: #18181b;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    box-shadow: 0 4px 12px rgba(24, 24, 27, 0.15);
    margin-top: auto;
}

.cna-plan-btn-action:hover {
    background: #27272a;
    box-shadow: 0 6px 16px rgba(24, 24, 27, 0.22);
    transform: translateY(-1px);
}

.cna-plan-btn-action:active {
    transform: translateY(1px);
}

.cna-plan-features-list {
    padding: 16px 12px 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cna-plan-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #374151;
    font-weight: 500;
    line-height: 1.4;
}

.cna-feature-check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}


/* Category Tab Switcher Styles */
.cna-tab-btn {
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13.5px;
    transition: all 0.2s;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.cna-tab-btn:hover {
    color: #1e293b;
}

.cna-tab-btn.active {
    background: #15803d !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(21, 128, 61, 0.18);
}

/* CNA Plans Add Button */
.cna-add-plan-btn {
    background-color: var(--sqm-primary) !important;
    border-color: var(--sqm-primary) !important;
    font-weight: 700;
    padding: 10px 24px !important;
    border-radius: 50px !important;
}

/* Modal Content & Structuring */
.cna-modal-content {
    border-radius: 18px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.cna-modal-header {
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 18px 24px !important;
}

.cna-modal-title {
    font-weight: 700 !important;
    color: #0f172a !important;
    font-size: 16px !important;
}

.cna-modal-close-btn {
    border: none !important;
    background: transparent !important;
    font-size: 20px !important;
    color: #64748b !important;
}

.cna-modal-close-btn:hover {
    color: #0f172a !important;
}

.cna-modal-body {
    padding: 24px !important;
}

.cna-modal-label {
    font-weight: 600;
    color: #334155;
    font-size: 13px;
    margin-bottom: 6px;
}

.cna-modal-input {
    border-radius: 8px !important;
    font-size: 13px !important;
    background-color: #ffffff;
    border: 1px solid #cbd5e1 !important;
}

.cna-modal-input[readonly] {
    background-color: #f1f5f9 !important;
}

.cna-modal-footer {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 10px 24px !important;
}

.cna-btn-cancel {
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.cna-btn-save {
    background-color: #15803d !important;
    border-color: #15803d !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    padding: 8px 20px !important;
}

.cna-btn-save:hover {
    background-color: #166534 !important;
    border-color: #166534 !important;
}

/* Custom Select Checkbox wrappers */
.cna-custom-select-trigger {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.cna-custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 1050;
    margin-top: 4px;
    max-height: 250px;
    overflow-y: auto;
}

.cna-chevron-down {
    font-size: 10px;
    color: #64748b;
}

.cna-pointer {
    cursor: pointer !important;
}

.cna-select-all-label {
    color: #0f172a !important;
    cursor: pointer;
    font-size: 13px !important;
}

.cna-sub-items-container {
    border-top: 1px solid #e2e8f0;
    margin-top: 8px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cna-sub-item-label {
    font-size: 13px !important;
    cursor: pointer;
}

/* Custom Premium Success Toast Notification (Image Style) */
.cna-toast-notification {
    position: fixed;
    top: 80px;
    right: 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100px !important;
    /* Circular pill shape */
    padding: 10px 24px 10px 14px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10000;
    min-width: 320px;
    animation: cnaToastSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes cnaToastSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes cnaToastSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }
}

.cna-toast-icon-wrapper {
    width: 28px;
    height: 28px;
    border-radius: 50% !important;
    background: #e6f7ed !important;
    /* Light green circular badge */
    color: #15803d !important;
    /* Dark green checkmark */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    flex-shrink: 0;
}

.cna-toast-message {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    flex-grow: 1;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.cna-toast-close {
    border: none !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #94a3b8 !important;
    cursor: pointer;
    padding: 0 !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s;
    margin-left: 10px;
}

.cna-toast-close:hover {
    color: #64748b !important;
}

/* Custom Centered Deletion Confirmation Modal */
.cna-delete-modal-content {
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
    padding: 30px 24px !important;
    background: #ffffff !important;
}

.cna-delete-modal-body {
    padding: 0 !important;
}

.cna-delete-icon-badge {
    width: 64px;
    height: 64px;
    border-radius: 50% !important;
    background: #fff5f5 !important;
    border: 1px solid #fee2e2 !important;
    color: #ef4444 !important;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cna-delete-modal-title {
    font-size: 18px !important;
    font-weight: 750 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
}

.cna-delete-modal-text {
    font-size: 13.5px !important;
    color: #64748b !important;
    margin-bottom: 24px !important;
    line-height: 1.5;
}

.cna-delete-modal-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.cna-delete-btn-cancel {
    flex: 1;
    background: #f1f5f9 !important;
    color: #334155 !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    transition: background 0.2s;
    justify-content: center;
}

.cna-delete-btn-cancel:hover {
    background: #e2e8f0 !important;
    color: #334155 !important;
}

.cna-delete-btn-confirm {
    flex: 1;
    background: #ef4444 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cna-delete-btn-confirm:hover {
    background: #dc2626 !important;
    color: #ffffff !important;
}

/* Keep main page scrollbar visible when modals are open and prevent layout shifting */
body.modal-open {
    overflow-y: scroll !important;
    padding-right: 0px !important;
}

/* CNA Custom pagination styles matching the shared screenshot */
.cna-pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.cna-pagination-info {
    font-size: 13.5px;
    color: #2563eb;
    font-weight: 500;
}

.cna-pagination-list {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cna-pagination-btn {
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    padding: 0 6px;
}

.cna-pagination-btn:hover:not([disabled]) {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.cna-pagination-btn.active {
    background: #0f8a4f !important;
    border-color: #0f8a4f !important;
    color: #ffffff !important;
}

.cna-pagination-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #ffffff;
}

/* CNA Student View Dashboard CSS Classes */
.cna-student-unified-profile-card {
    padding: 24px !important;
}

.cna-profile-flex-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.cna-student-avatar-wrap {
    width: 80px !important;
    height: 80px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.cna-student-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.cna-profile-primary-details {
    flex: 1;
    min-width: 200px;
}

.cna-student-name-heading {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 3px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.cna-student-program-text {
    font-size: 13.5px !important;
    color: #64748b !important;
    margin: 0 0 5px !important;
}

.cna-class-name-highlight {
    font-weight: 600 !important;
    color: #405189 !important;
}

.cna-profile-meta-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.cna-profile-meta-item {
    font-size: 13px !important;
    color: #475569 !important;
}

.cna-profile-meta-label {
    color: #0f172a !important;
}

.cna-profile-status-badge {
    font-size: 11px !important;
    padding: 2px 8px !important;
}

.cna-profile-contact-details {
    flex: 1.2;
    min-width: 250px;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cna-contact-row-dashed {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    padding-bottom: 6px;
}

.cna-contact-label {
    color: #64748b !important;
}

.cna-contact-value {
    font-weight: 600 !important;
    color: #0f172a !important;
}

.cna-contact-row {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
}

.cna-results-grid-five {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
    margin-bottom: 20px !important;
}

.cna-results-item-box {
    padding: 12px 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
}

.cna-results-value-dark {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.cna-results-value-green {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #10b981 !important;
}

.cna-results-value-red {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ef4444 !important;
}

.cna-action-required-alert {
    background: #fff8f8;
    border: 1px solid #ffebeb;
    padding: 14px 18px;
    border-radius: 10px;
}

.cna-action-required-title {
    font-size: 11px !important;
    color: #b91c1c !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin: 0 0 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.cna-action-required-desc {
    font-size: 13.5px !important;
    color: #7f1d1d !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.cna-text-underline {
    text-decoration: underline !important;
}

.cna-readiness-achieved-alert {
    background: #f0fdf4;
    border: 1px solid #dcfce7;
    padding: 14px 18px;
    border-radius: 10px;
}

.cna-readiness-achieved-title {
    font-size: 11px !important;
    color: #15803d !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin: 0 0 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.cna-readiness-achieved-desc {
    font-size: 13.5px !important;
    color: #166534 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.cna-section-title-mave {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.cna-section-subtitle-mave {
    font-size: 13px !important;
    color: #64748b !important;
}

.cna-table-thead-tr {
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.cna-th-left {
    padding: 12px 16px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    text-transform: uppercase !important;
    text-align: left !important;
}

.cna-th-right {
    padding: 12px 16px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    text-transform: uppercase !important;
    text-align: right !important;
}

.cna-attempts-tr {
    border-bottom: 1px solid #f1f5f9 !important;
    transition: background 0.15s !important;
}

.cna-td-attempt {
    padding: 14px 16px !important;
    font-size: 13.5px !important;
    color: #0f172a !important;
    font-weight: 600 !important;
}

.cna-td-date-span {
    font-weight: 400 !important;
    color: #64748b !important;
}

.cna-td-value {
    padding: 14px 16px !important;
    font-size: 13.5px !important;
    color: #334155 !important;
}

.cna-td-badge {
    padding: 14px 16px !important;
    font-size: 13.5px !important;
}

.cna-grade-badge {
    font-size: 12px !important;
    padding: 4px 10px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
}

.cna-td-action {
    padding: 14px 16px !important;
    text-align: right !important;
}

.cna-btn-view-attempt {
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 5px 12px !important;
    border-color: #bcbcbc !important;
    color: #292929 !important;
    background-color: transparent !important;
    transition: all 0.2s ease !important;
}

.cna-btn-view-attempt:hover,
.cna-btn-view-attempt:focus,
.cna-btn-view-attempt:active,
.cna-btn-view-attempt.active {
    border-color: #bcbcbc !important;
    color: #292929 !important;
    background-color: transparent !important;
}

.cna-icon-margin {
    margin-right: 4px !important;
}

.cna-modal-border-col {
    border-right: 1px solid #f1f5f9 !important;
}

.cna-modal-stat-label {
    font-size: 12px !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    display: block !important;
    margin-bottom: 4px !important;
}

.cna-modal-stat-score {
    font-size: 28px !important;
    font-weight: 800 !important;
}

.cna-modal-stat-grade {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #405189 !important;
}

.cna-modal-details-box {
    background: #f8fafc !important;
    border-radius: 12px !important;
    padding: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.02) !important;
}

.cna-modal-detail-row {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 13.5px !important;
}

.cna-modal-detail-label {
    color: #64748b !important;
}

.cna-modal-detail-val-dark {
    color: #0f172a !important;
}

.cna-modal-detail-val-green {
    color: #10b981 !important;
}

.cna-modal-detail-val-red {
    color: #ef4444 !important;
}

.cna-modal-close-btn-full {
    width: 100% !important;
}

.cna-sidebar-plan-card-paid {
    border: 1px solid rgba(64, 81, 137, 0.12) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    border-radius: 16px !important;
}

.cna-sidebar-plan-card-free {
    border: 1px solid rgba(53, 119, 241, 0.12) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    border-radius: 16px !important;
}

.cna-sidebar-actions-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.cna-sidebar-card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding-bottom: 12px !important;
    margin-bottom: 15px !important;
}

.cna-sidebar-card-title-paid {
    color: #405189 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.cna-sidebar-card-title-free {
    color: #3577f1 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.cna-sidebar-card-title-normal {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.cna-sidebar-status-chip {
    margin-bottom: 5px !important;
}

.cna-sidebar-chip-val-green {
    color: #10b981 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.cna-sidebar-chip-val-dark {
    font-weight: 600 !important;
    color: #334155 !important;
}

.cna-sidebar-chip-val-blue {
    color: #3577f1 !important;
    font-weight: 700 !important;
}

.cna-sidebar-desc-text {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 0 12px !important;
}

/* CNA Attempt Details Premium Layout */
.cna-det-container {
    padding: 10px;
    background: #f8fafc;
    border-radius: 20px;
    font-family: 'Outfit', 'Inter', -apple-system, sans-serif;
}

.cna-det-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 20px;
}

.cna-det-title-area {
    flex: 1;
}

.cna-det-header-action {
    flex-shrink: 0;
}

.cna-det-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.cna-det-back-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.cna-det-back-btn i {
    font-size: 12px;
}

.cna-det-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 3px;
    letter-spacing: -0.02em;
}

.cna-det-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.cna-det-main-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 15px;
    align-items: start;
}

@media (max-width: 991px) {
    .cna-det-main-grid {
        grid-template-columns: 1fr;
    }
}

.cna-det-left-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cna-det-right-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 24px;
}

/* Summary Card */
.cna-det-summary-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.cna-det-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.cna-det-summary-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.cna-det-summary-badge {
    padding: 4px 14px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 700;
}

.cna-det-summary-badge.passed {
    background: #e6f7ed;
    color: #15803d;
}

.cna-det-summary-badge.failed {
    background: #fee2e2;
    color: #b91c1c;
}

.cna-det-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.cna-det-summary-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px 12px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.cna-det-summary-box h6 {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    letter-spacing: 0.5px;
}

.cna-det-value-dark {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.cna-det-value-green {
    font-size: 18px;
    font-weight: 700;
    color: #15803d;
    margin: 0;
}

.cna-det-value-red {
    font-size: 18px;
    font-weight: 700;
    color: #b91c1c;
    margin: 0;
}

/* Alert Boxes */
.cna-det-alert-box {
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid transparent;
}

.cna-det-alert-box.passed {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.cna-det-alert-box.failed {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.cna-det-alert-title {
    font-size: 14.5px;
    font-weight: 700;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cna-det-alert-desc {
    font-size: 13.5px;
    margin: 0;
    line-height: 1.45;
}

/* Questions Section */
.cna-det-questions-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cna-det-section-heading {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.cna-det-question-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.cna-det-question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cna-det-question-num {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cna-det-question-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.cna-det-question-status-badge.correct {
    background: #ecfdf5;
    color: #047857;
}

.cna-det-question-status-badge.incorrect {
    background: #fef2f2;
    color: #b91c1c;
}

.cna-det-question-text {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.cna-det-options-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.cna-det-option-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    transition: all 0.2s ease;
    position: relative;
}

.cna-det-option-item.correct {
    background: #f0fdf4;
    border-color: #86efac;
    color: #14532d;
    font-weight: 600;
}

.cna-det-option-item.incorrect {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #7f1d1d;
    font-weight: 600;
}

.cna-det-option-letter {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #ffffff;
    color: #475569;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border: 1px solid #cbd5e1;
    font-size: 13px;
    flex-shrink: 0;
}

.cna-det-option-item.correct .cna-det-option-letter {
    border-color: #86efac;
    background: #dcfce7;
    color: #15803d;
}

.cna-det-option-item.incorrect .cna-det-option-letter {
    border-color: #fca5a5;
    background: #fee2e2;
    color: #b91c1c;
}

.cna-det-option-text {
    font-size: 14px;
    line-height: 1.4;
}

.cna-det-option-icon {
    margin-left: auto;
    font-size: 16px;
    flex-shrink: 0;
}

.cna-det-option-item.correct .cna-det-option-icon {
    color: #16a34a;
}

.cna-det-option-item.incorrect .cna-det-option-icon {
    color: #dc2626;
}

.cna-det-explanation-box {
    background: #f8fafc;
    border-left: 4px solid #cbd5e1;
    border-radius: 4px 12px 12px 4px;
    padding: 14px 16px;
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.5;
}

.cna-det-explanation-box.incorrect {
    border-left-color: #fca5a5;
    background: #fff8f8;
}

/* Sidebar Profile Card */
.cna-det-profile-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    text-align: center;
}

.cna-det-profile-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 20px;
}

.cna-det-profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    border: 3px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.cna-det-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cna-det-profile-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.cna-det-profile-id {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    font-weight: 600;
}

.cna-det-profile-meta-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cna-det-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
}

.cna-det-meta-label {
    color: #64748b;
    font-weight: 500;
}

.cna-det-meta-val {
    color: #0f172a;
    font-weight: 700;
}

.cna-det-meta-val-text {
    color: #0f172a;
    font-weight: 600;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.cna-det-status-badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 750;
}

/* Sidebar Action Card */
.cna-det-actions-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.cna-det-actions-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
}

.cna-det-actions-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cna-det-action-btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.cna-det-action-btn-link:hover {
    text-decoration: none;
}

.cna-det-action-btn-link.primary {
    background: #18181b;
    color: #ffffff;
}

.cna-det-action-btn-link.primary:hover {
    background: #27272a;
    color: #ffffff;
}

.cna-det-action-btn-link.secondary {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.cna-det-action-btn-link.secondary:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Premium Pill Tab UI - Modern, Clean & Minimal */
.cna-attempts-tabs-nav {
    display: inline-flex !important;
    align-items: center !important;
    background: #f4f4f5 !important;
    border-radius: 99px !important;
    padding: 3px !important;
    gap: 2px !important;
    margin: 0px 0 14px 0 !important;
    border: none !important;
}

.cna-attempts-tab-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 16px !important;
    border: none !important;
    background: transparent !important;
    color: #71717a !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 99px !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    outline: none !important;
}

.cna-attempts-tab-item .cna-tab-dot {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #d4d4d8 !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}

.cna-attempts-tab-item.active {
    background: #ffffff !important;
    color: #18181b !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px -1px rgba(0, 0, 0, 0.04) !important;
    border: none !important;
}

.cna-attempts-tab-item.active .cna-tab-dot {
    background: #18181b !important;
}

/* Premium GCE Pay button style */
.fac-table-pay-btn {
    font-size: 11px !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #15803d !important;
    background-color: #dcfce7 !important;
    border: 1px solid #bbf7d0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 1px 2px rgba(22, 163, 74, 0.05) !important;
}

.fac-table-pay-btn:hover {
    color: #ffffff !important;
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    box-shadow: 0 4px 6px -1px rgba(22, 163, 74, 0.1), 0 2px 4px -1px rgba(22, 163, 74, 0.06) !important;
    transform: translateY(-1px) !important;
}

/* Modal Pagination Button Styling */
.vcv-modal-page-btn {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.vcv-modal-page-btn:hover:not(:disabled):not(.active) {
    background: #f1f5f9;
    color: #0f172a;
    border-color: #94a3b8;
}

.vcv-modal-page-btn.active {
    background: #10b981;
    color: #ffffff;
    border-color: #10b981;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(16, 185, 129, 0.25);
}

.vcv-modal-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.table-avatar .avatar {
    width: 38px !important;
    height: 38px !important;
}

.table-avatar .avatar img,
.table-avatar .vcv-student-initials-badge {
    width: 38px !important;
    height: 38px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Modern SweetAlert Popup Styling */
.vcv-swal-popup {
    border-radius: 20px !important;
    padding: 24px 28px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f1f5f9 !important;
    font-family: inherit !important;
}

.vcv-swal-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
}

.vcv-swal-text {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
}

.vcv-swal-confirm-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25) !important;
    margin: 6px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.vcv-swal-confirm-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(16, 185, 129, 0.35) !important;
}

.vcv-swal-cancel-btn {
    background: #f1f5f9 !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
    padding: 10px 20px !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    margin: 6px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.vcv-swal-cancel-btn:hover {
    background: #e2e8f0 !important;
    color: #1e293b !important;
}

/* CNA Prep Toast Notification Styling (Top-Right) */
.cna-toast-notification {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    color: #0f172a;
    padding: 14px 20px;
    border-radius: 14px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #10b981;
    font-size: 14px;
    font-weight: 600;
    animation: cnaToastSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.cna-toast-icon-wrapper {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.cna-toast-message {
    color: #1e293b;
    line-height: 1.4;
}

.cna-toast-close {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    margin-left: 12px;
    padding: 0 4px;
    transition: color 0.2s ease;
}

.cna-toast-close:hover {
    color: #475569;
}

@keyframes cnaToastSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes cnaToastSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-15px) scale(0.95);
    }
}

/* CNA Prep Status Toggle Button Styling */
.cna-plan-action-btn.status.active {
    color: #10b981;
    background: #ecfdf5;
}

.cna-plan-action-btn.status.active:hover {
    background: #10b981;
    color: #ffffff;
}

.cna-plan-action-btn.status.inactive {
    color: #94a3b8;
    background: #f1f5f9;
}

.cna-plan-action-btn.status.inactive:hover {
    background: #64748b;
    color: #ffffff;
}

.cna-plan-card-inactive {
    opacity: 0.7;
    filter: grayscale(0.2);
}