body {
    /* overflow: hidden; */
    background: rgb(var(--lms-theme-background));
    font-family: inter;
}
.front-pages {
    min-height: 300px;
}
.btn-light {
    border: 1px solid #ecedef;
    background: #fff;
}

.pointer {
    cursor: pointer;
}
.vh-235 {
    height: calc(100vh - 235px);
}

.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 12px;
}

.fs-9 {
    font-size: 10px;
}

.fs-10 {
    font-size: 9px;
}
.text-emerald {
    color: rgba(49, 182, 72, var(--bs-text-opacity, 1)) !important;
}
.bg-emerald {
    background-color: rgba(49, 182, 72, var(--bs-bg-opacity, 1)) !important;
}
.form-check-input:checked {
    background-color: rgb(var(--lms-button-background));
    border-color: rgb(var(--lms-button-background));
}

.form-control,
.form-control select,
.form-select {
    color: rgb(var(--input-text-color));
    border: rgb(var(--input-border-color)) var(--bs-border-width) solid;
    background-color: rgb(var(--input-background));
}

.form-check-input {
    border: rgb(var(--input-border-color)) var(--bs-border-width) solid;
}
.form-control:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: rgb(var(--input-border-color));
}

.main-nav {
    border-bottom: 1px solid #ecedef !important;
    background: rgb(var(--header-background));
}

.header {
    background: rgb(var(--header-background));
}

.main-nav-part-1 {
    max-width: 270px;
}

.main-nav-part-2 {
    /*width: calc(100% - 170px);*/
}

.main-nav-menu-1 a {
    text-decoration: none;
    color: rgb(var(--lms-theme-text-color));
    font-size: 16px;
    border-right: 1px solid #dee2e6;
    padding: 10px 14px;
}

.main-nav-menu-1 a:last-child {
    border-right: none !important;
}

.main-nav-menu-1 a:hover {
    color: gray;
}

.main-menu-dropdown-1 {
    /* background: #F7F8FA; */
    border: 1px solid #ecedef;
    font-size: 16px;
    font-weight: 600;
    border-radius: 22px;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
}
.main-menu-dropdown-1 span:first-child {
    background: #ecedef;
}
.notification-btn {
    border: 1px solid #ecedef;
    padding: 0.7rem !important;
}
.profile-dropdown {
    min-width: 180px;
    max-width: 290px;
    top: 50px;
    right: 15px;
    background: #f7f8fa;
    border: 1px solid #ccc;
    padding: 11px 15px;
    border-radius: 5px;
    color: #000;
    display: none;
}
.notification-dropdown {
    right: 15px;
    width: 400px;
    max-height: 100vh;
    top: 50px;
    background: #f7f8fa;
    border-radius: 5px;
    color: #000;
    display: none;
}
.notification-full {
    width: 100vw !important;
    right: -22px;
    top: -16px;
    z-index: 1041 !important;
}
.profile-dropdown a {
    text-decoration: none;
    color: rgb(var(--lms-theme-text-color));
}

.profile-dropdown a:hover,
.profile-dropdown label:hover,
.profile-dropdown .logout:hover {
    color: rgb(var(--lms-button-background));
    background: rgba(var(--lms-button-background), 0.1);
}

.profile-dropdown.show-profile-dropdown,
.notification-dropdown.show-notification-dropdown {
    display: flex;
    z-index: 1040;
}

.sidebar {
    border-right: 1px solid #dee2e6;
    z-index: 1040;
}
.sidebar-menu {
    width: 100%;
    /* height: calc(100% - 285px); */
    background: #fff;
    overflow-y: auto;
}

.sidebar-menu a,
.admin-sidebar-menu a {
    color: rgb(var(--sidebar-text-color));
}
.admin-sidebar-menu {
    background: rgb(var(--sidebar-background));
}
.sidebar-menu a:hover,
.admin-sidebar-menu a:hover {
    background: rgba(var(--sidebar-button-background), 0.1);
    color: rgb(var(--sidebar-text-color));
    border-radius: 10px;
}
.sidebar-menu a:focus,
.admin-sidebar-menu a:focus,
.settings-nav-menu a:focus {
    color: rgb(var(--lms-button-background));
}
.sidebar-menu a.active,
.admin-sidebar-menu a.active,
.settings-nav-menu a.active {
    background: rgba(var(--sidebar-button-background), 0.1);
    color: rgb(var(--sidebar-active-text-color));
    border-radius: 10px;
}
.logout-btn a {
    color: rgb(var(--lms-theme-text-color));
}
.logout-btn:hover a {
    color: rgb(var(--lms-button-hover-color));
}
.text-lms {
    color: rgba(
        var(--lms-button-background),
        var(--bs-text-opacity, 1)
    ) !important;
}
.text-lms-dark {
    color: rgba(
        var(--lms-dark-button-hover-background),
        var(--bs-text-opacity, 1)
    ) !important;
}
.bg-lms {
    background-color: rgba(
        var(--lms-button-background),
        var(--bs-bg-opacity, 1)
    ) !important;
}
.bg-light-secondary {
    background: #f2f3f5;
    color: #6c757d;
}
.bg-light-info {
    background: #e6f8fd;
    color: #0dcaf0;
}
.bg-light-danger {
    background: #fff1f1;
    color: #f83b3b;
}
.bg-light-success {
    background: #e7f9e8;
    color: #31b648;
}
.bg-light-warning {
    background: #fff2d9;
    color: #e99c00;
}
.bg-light-lms-active {
    background: rgba(var(--lms-button-background), 0.1);
    color: rgb(var(--lms-button-background));
}
.sidebar-menu-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 285px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.sidebr-menu-bottom-shedule {
    background: #fbe7ed;
    border-radius: 12px;
    padding: 20px 17px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.content {
    margin-left: 270px;
    height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 0;
}

.main-content {
    height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 0;
}

.cr-part-1 {
    width: 372px;
    flex-shrink: 0;
    gap: 1rem;
}
.cr-part-1 img {
    width: 80px;
    height: 85px;
    border-radius: 0.5rem;
}

.cr-part-2 {
    height: 64px;
}
.icon-20 {
    width: 20px;
    height: 20px;
}
.icon-28 {
    width: 28px;
    height: 28px;
}
.icon-35 {
    width: 35px;
    height: 35px;
}
.icon-40 {
    width: 40px;
    height: 40px;
}
.icon-52 {
    width: 52px;
    height: 52px;
}
.icon-70 {
    width: 70px;
    height: 70px;
}
.icon-80 {
    width: 80px;
    height: 80px;
}
.icon-160 {
    width: 160px;
    height: 160px;
}
.icon-200 {
    width: 200px;
    height: 200px;
}
.icon-350 {
    width: 350px;
    height: 350px;
}
.icon-* {
    object-fit: cover;
}

.card {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #ecedef;
}

.card-header {
    border-bottom: 1px solid #ecedef;
    padding: 1.25rem;
    border-radius: 1rem 1rem 0 0 !important;
    background: #fff;
}
.card-footer {
    background: #fff;
    border-radius: 0 0 1rem 1rem !important;
    padding: 1.25rem;
}

.live-class-list {
    width: 320px;
}
.schedule-box {
    width: 370px;
}
.schedule-content {
    font-size: 14px;
}
.schedule-content .border {
    border-color: #ecedef !important;
}

.border-lms {
    border: 1px #d5114958 solid !important;
}

/* Sidebar slide animation */
.sidebar-animated {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    display: none;
}

/* Mobile: always hidden */
@media (max-width: 991px) {
    .sidebar-animated {
        display: none !important;
    }
}

/* Desktop: show/hide with animation */
@media (min-width: 992px) {
    .sidebar-animated {
        display: flex;
    }
    
    .sidebar-animated.sidebar-visible {
        transform: translateX(0);
        opacity: 1;
        width: 360px;
    }
    
    .sidebar-animated.sidebar-hidden {
        transform: translateX(-100%);
        opacity: 0;
        width: 0;
        min-width: 0;
        pointer-events: none;
        overflow: hidden;
    }

    .sidebar-animated.sidebar-peek {
        transform: translateX(0);
        opacity: 1;
        width: 20px;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }
}

.btn-outline-lms {
    --bs-btn-color: rgb(var(--lms-button-background));
    --bs-btn-border-color: rgb(var(--lms-button-background));
    --bs-btn-hover-color: rgb(var(--lms-button-text-color));
    --bs-btn-hover-bg: rgb(var(--lms-button-background));
    --bs-btn-hover-border-color: rgb(var(--lms-button-background));
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(var(--lms-button-background));
    --bs-btn-active-border-color: rgb(var(--lms-button-background));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--lms-button-background), 0.5);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgba(var(--lms-button-background), 0.5);
    --bs-gradient: none;

    /* Enhanced shadcn-like styling */
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.btn-outline-lms:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(var(--lms-button-background), 0.2);
}

.btn-outline-lms:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px 0 rgba(var(--lms-button-background), 0.15);
}
.btn-lms {
    --bs-btn-color: rgb(var(--lms-button-text-color));
    --bs-btn-bg: rgb(var(--lms-button-background));
    --bs-btn-border-color: rgb(var(--lms-button-border-color));
    --bs-btn-hover-color: rgb(var(--lms-button-hover-text-color));
    --bs-btn-hover-bg: rgb(var(--lms-dark-button-hover-background));
    --bs-btn-hover-border-color: rgb(var(--lms-button-hover-border));
    --bs-btn-focus-shadow-rgb: 175, 31, 71;
    --bs-btn-active-color: rgb(var(--lms-button-active-text-color));
    --bs-btn-active-bg: rgb(var(--lms-button-active-background));
    --bs-btn-active-border-color: rgb(var(--lms-button-active-border));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(var(--lms-button-text-color));
    --bs-btn-disabled-bg: rgb(var(--lms-button-background));
    --bs-btn-disabled-border-color: rgb(var(--lms-button-border-color));

    /* Enhanced shadcn-like styling */
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(var(--lms-button-background), 0.1);
    position: relative;
    overflow: hidden;
}

.btn-lms:hover {
    transform: translateY(-1px);
    color: rgb(var(--lms-button-text-color));
    box-shadow: 0 4px 12px rgba(var(--lms-button-background), 0.25),
        0 2px 4px rgba(var(--lms-button-background), 0.15);
}

.btn-lms:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(var(--lms-button-background), 0.2);
}

.btn-success {
    --bs-btn-color: rgb(var(--success-button-text-color));
    --bs-btn-bg: rgb(var(--success-button-background));
    --bs-btn-border-color: rgb(var(--success-button-border-color));
    --bs-btn-hover-color: rgb(var(--success-button-hover-text-color));
    --bs-btn-hover-bg: rgb(var(--success-button-hover-background));
    --bs-btn-hover-border-color: rgb(var(--success-button-hover-border));
    --bs-btn-focus-shadow-rgb: 175, 31, 71;
    --bs-btn-active-color: rgb(var(--success-button-active-text-color));
    --bs-btn-active-bg: rgb(var(--success-button-active-background));
    --bs-btn-active-border-color: rgb(var(--success-button-active-border));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(var(--success-button-text-color));
    --bs-btn-disabled-bg: rgb(var(--success-button-background));
    --bs-btn-disabled-border-color: rgb(var(--success-button-border-color));
}

.btn-danger {
    --bs-btn-color: rgb(var(--danger-button-text-color));
    --bs-btn-bg: rgb(var(--danger-button-background));
    --bs-btn-border-color: rgb(var(--danger-button-border-color));
    --bs-btn-hover-color: rgb(var(--danger-button-hover-text-color));
    --bs-btn-hover-bg: rgb(var(--danger-button-hover-background));
    --bs-btn-hover-border-color: rgb(var(--danger-button-hover-border));
    --bs-btn-focus-shadow-rgb: 175, 31, 71;
    --bs-btn-active-color: rgb(var(--danger-button-active-text-color));
    --bs-btn-active-bg: rgb(var(--danger-button-active-background));
    --bs-btn-active-border-color: rgb(var(--danger-button-active-border));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(var(--danger-button-text-color));
    --bs-btn-disabled-bg: rgb(var(--danger-button-background));
    --bs-btn-disabled-border-color: rgb(var(--danger-button-border-color));
}

.btn-outline-lms-black {
    --bs-btn-color: #0d0d0d;
    --bs-btn-border-color: #0d0d0d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(var(--lms-dark-button-hover-background));
    --bs-btn-hover-border-color: rgb(var(--lms-dark-button-hover-background));
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(var(--lms-button-background));
    --bs-btn-active-border-color: rgb(var(--lms-button-background));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7c858d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7c858d;
    --bs-gradient: none;
}

.btn-lms-light {
    background: rgba(var(--lms-button-background), 0.1) !important;
    color: rgb(var(--lms-button-background));
    border: none !important;
}

.btn-lms-light:hover, .btn-lms-light.active {
    background: rgb(var(--lms-button-hover-background)) !important;
    color: rgb(var(--lms-button-hover-text-color)) !important;
    border: none !important;
}
.btn-lms-white {
    background: white;
    color: rgba(13, 13, 13, var(--bs-text-opacity, 1));
    border: 1px solid #ecedef;
}
.btn-lms-white:hover {
    background: rgba(
        var(--lms-button-hover-background),
        var(--bs-bg-opacity, 1)
    ) !important;
    color: rgb(var(--lms-button-hover-text-color)) !important;
    border: 1px solid
        rgba(var(--lms-button-hover-background), var(--bs-bg-opacity, 1));
}

.bg-lms-light {
    background: rgba(
        var(--lms-button-background),
        var(--bs-bg-opacity, 0.1)
    ) !important;
}

/* Enhanced outline button variants for action buttons */
.btn-outline-info {
    --bs-btn-color: #3b82f6;
    --bs-btn-border-color: #3b82f6;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #3b82f6;
    --bs-btn-hover-border-color: #3b82f6;
    --bs-btn-focus-shadow-rgb: 59, 130, 246;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #2563eb;
    --bs-btn-active-border-color: #2563eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3b82f6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3b82f6;
    --bs-gradient: none;

    /* Enhanced shadcn-like styling */
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(59, 130, 246, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-outline-info:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25),
        0 2px 4px rgba(59, 130, 246, 0.15);
}

.btn-outline-info:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(59, 130, 246, 0.2);
}

.btn-outline-danger {
    --bs-btn-color: #ef4444;
    --bs-btn-border-color: #ef4444;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #ef4444;
    --bs-btn-hover-border-color: #ef4444;
    --bs-btn-focus-shadow-rgb: 239, 68, 68;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #dc2626;
    --bs-btn-active-border-color: #dc2626;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ef4444;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ef4444;
    --bs-gradient: none;

    /* Enhanced shadcn-like styling */
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(239, 68, 68, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-outline-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25),
        0 2px 4px rgba(239, 68, 68, 0.15);
}

.btn-outline-danger:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(239, 68, 68, 0.2);
}

.btn-outline-warning {
    --bs-btn-color: #f59e0b;
    --bs-btn-border-color: #f59e0b;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #f59e0b;
    --bs-btn-hover-border-color: #f59e0b;
    --bs-btn-focus-shadow-rgb: 245, 158, 11;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #d97706;
    --bs-btn-active-border-color: #d97706;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f59e0b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f59e0b;
    --bs-gradient: none;

    /* Enhanced shadcn-like styling */
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(245, 158, 11, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-outline-warning:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25),
        0 2px 4px rgba(245, 158, 11, 0.15);
}

.btn-outline-warning:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(245, 158, 11, 0.2);
}

.btn-outline-success {
    --bs-btn-color: #10b981;
    --bs-btn-border-color: #10b981;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #10b981;
    --bs-btn-hover-border-color: #10b981;
    --bs-btn-focus-shadow-rgb: 16, 185, 129;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #059669;
    --bs-btn-active-border-color: #059669;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #10b981;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #10b981;
    --bs-gradient: none;

    /* Enhanced shadcn-like styling */
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(16, 185, 129, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-outline-success:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25),
        0 2px 4px rgba(16, 185, 129, 0.15);
}

.btn-outline-success:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(16, 185, 129, 0.2);
}

.btn-outline-primary {
    --bs-btn-color: #6366f1;
    --bs-btn-border-color: #6366f1;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #6366f1;
    --bs-btn-hover-border-color: #6366f1;
    --bs-btn-focus-shadow-rgb: 99, 102, 241;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #4f46e5;
    --bs-btn-active-border-color: #4f46e5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6366f1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6366f1;
    --bs-gradient: none;

    /* Enhanced shadcn-like styling */
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(99, 102, 241, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25),
        0 2px 4px rgba(99, 102, 241, 0.15);
}

.btn-outline-primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(99, 102, 241, 0.2);
}

/* Enhanced button group styling for action buttons */
.btn-group .btn {
    border-radius: 0;
    margin: 0 1px;
}

.btn-group .btn:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-left: 0;
}

.btn-group .btn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-right: 0;
}

.btn-group .btn:hover {
    z-index: 1;
    position: relative;
}

/* ========================================
   PAGINATION STYLES
   ======================================== */
.pagination {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-margin-bottom: 0;
    --bs-pagination-bg: white;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #e5e7eb;
    --bs-pagination-border-radius: 6px;
    --bs-pagination-color: #6b7280;
    --bs-pagination-hover-color: rgb(var(--lms-button-background));
    --bs-pagination-hover-bg: #f3f4f6;
    --bs-pagination-hover-border-color: #e5e7eb;
    --bs-pagination-focus-color: rgb(var(--lms-button-background));
    --bs-pagination-focus-bg: #f9fafb;
    --bs-pagination-focus-outline-color: rgb(var(--lms-button-background));
    --bs-pagination-active-color: white;
    --bs-pagination-active-bg: rgb(var(--lms-button-background));
    --bs-pagination-active-border-color: rgb(var(--lms-button-background));
    --bs-pagination-disabled-color: #d1d5db;
    --bs-pagination-disabled-bg: #f9fafb;
    --bs-pagination-disabled-border-color: #e5e7eb;
}

.pagination .page-link {
    border-radius: 6px;
    margin: 0 2px;
    transition: all 0.15s ease-in-out;
    font-weight: 500;
    font-size: 0.875rem;
}

.pagination .page-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.pagination .page-item.active .page-link {
    box-shadow: 0 1px 3px 0 rgba(var(--lms-button-background), 0.2);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 6px;
}
.nav-link.text-lms.active {
    font-weight: bold;
    /* text-decoration: underline; */
}
footer ul > li > a {
    color: white;
    text-decoration: none;
}

.divide > *:not(:last-child) {
    border-bottom: 1px solid gray;
}

/***** Mobile menu bottom *****/
.mobile-menu-bottom .sidebar,
.mobile-menu-bottom .admin-sidebar,
.mobile-menu-bottom .dashboard-main-content,
.mobile-menu-bottom .admin-main-content,
.mobile-menu-bottom .course-main {
    height: calc(100vh - 130px) !important;
}

.mobile-menu-bottom .course-main {
    padding-bottom: 65px !important;
}

.mobile-menu-bottom .footer {
    padding-bottom: 65px !important;
}

/****** End Mobile menu bottom ******/

table thead th {
    color: rgba(
        var(--lms-button-background),
        var(--bs-text-opacity, 1)
    ) !important;
}

/* Alternating table row colors with light maroon */
table tbody tr:nth-child(even) {
    background-color: rgba(
        220,
        180,
        180,
        0.15
    ); /* Light maroon for even rows */
}

table tbody tr:nth-child(odd) {
    background-color: rgba(
        240,
        220,
        220,
        0.08
    ); /* Very light maroon for odd rows */
}

/* Hover effect for table rows */
table tbody tr:hover {
    background-color: rgba(
        200,
        150,
        150,
        0.25
    ); /* Slightly darker maroon on hover */
}

/* Apply alternating colors specifically to Bootstrap tables */
.table-striped tbody tr:nth-child(odd) {
    background-color: rgba(
        240,
        220,
        220,
        0.12
    ); /* Light maroon for striped tables */
}

.table-hover tbody tr:hover {
    background-color: rgba(
        200,
        150,
        150,
        0.2
    ); /* Maroon hover for hoverable tables */
}

/* Apply to shadcn tables as well */
.shadcn-table tbody tr:nth-child(even) {
    background-color: rgba(
        220,
        180,
        180,
        0.12
    ); /* Subtle light maroon for even shadcn rows */
}

.shadcn-table tbody tr:nth-child(odd) {
    background-color: transparent; /* Keep odd rows transparent */
}

.shadcn-table tbody tr:hover {
    background-color: rgba(
        200,
        150,
        150,
        0.15
    ); /* Light maroon hover for shadcn tables */
}

@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}
@media (max-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
        margin: 0px;
    }
}
@media (max-width: 767px) {
    .cr-item {
        flex-direction: column;
        justify-content: unset;
    }
    .cr-part-1 {
        width: 100% !important;
    }
    .cr-item .cr-item-part-3 {
        width: 100%;
    }

    .cr-part-2 {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .cr-part-2 div {
        flex: 1;
    }

    .sidebar-menu,
    .admin-sidebar-menu {
        width: calc(320px);
        height: 100vh;
    }
    .full-btn {
        width: 100%;
    }
    .w-sm-100 {
        width: 100%;
    }
    .w-sm-75 {
        width: 75%;
    }
    .w-sm-50 {
        width: 50%;
    }
    .w-sm-25 {
        width: 25%;
    }

    .notification-dropdown {
        width: 320px;
    }
}
/* Tablet screens (768px and up) */
@media (min-width: 768px) {
    /********responsive style********/
    .w-md-100 {
        width: 100%;
    }
    .w-md-75 {
        width: 75%;
    }
    .w-md-50 {
        width: 50%;
    }
    .w-md-25 {
        width: 25%;
    }
}

/* Tablet screens (992px and up) */
@media (min-width: 992px) {
    /********responsive style********/
    .main-nav-part-1 {
        border-right: 1px solid #dee2e6;
        width: 270px;
    }
    .main-nav-part-2 {
        width: calc(100% - 270px);
    }
    .content {
        padding: 1.5rem;
    }
    .notification-dropdown {
        right: 220px;
    }
    .notification-full {
        right: -22px;
    }
    .sidebar-menu,
    .admin-sidebar-menu {
        padding-bottom: 50px;
    }
}

/* Large screens (1500px and up) */
@media (min-width: 1500px) {
    /********responsive style********/
}
@media (max-width: 575px) {
    .main-nav-part-1 {
        max-width: 200px;
    }
}
@media (max-width: 400px) {
    .main-nav-part-1 {
        max-width: 172px;
    }
}
@media (max-width: 992px) {
    .sidebar-menu,
    .admin-sidebar-menu {
        width: 320px;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 80px;
    }
}
@media (max-height: 600px) {
    .hide-600 {
        display: none !important;
    }
    /* .sidebar-menu{
        height: calc(100% - 175px);
    } */
    .sidebar-menu-bottom {
        height: 175px;
    }
}

/* LiveChat */
#chat-widget-container {
    /* position: fixed; */
    bottom: 65px !important; /* Adjust as needed */
    /* left: 30px;
    z-index: 9999; */
}

.ios-mb-5 {
    margin-bottom: 5rem !important; /* or env(safe-area-inset-bottom) */
}