@import url("variables.e4a573398c03.css");

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
    padding-top: 0px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8125rem; /* 13px */
    /* overflow-y: hidden; */
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 80vh;
    position: relative;
    background: #F5F7FD;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.title {
    font-size: 0.8125rem;
    font-weight: bold;
    
}


.bg-purple-100 {
    background-color: var(--purple-100);
}


.bg-gold-400 {
    background-color: var(--gold-100);
}
.bg-primary-0 {
    background-color: var(--primary-0) !important;
}

.bg-primary-50 {
    background-color: var(--primary-50) !important;
}

.bg-secondary-50 {
    background-color: var(--secondary-50) !important;
}

.bg-secondary-100 {
    background-color: var(--secondary-400) !important;
}

.bg-primary-100 {
    background-color: var(--primary-100) !important;
}
.bg-primary-200 {
    background-color: var(--primary-200) !important;
}
.bg-primary-400 {
    background-color: var(--primary-400) !important;
}

.color-primary-100 {
    color: var(--primary-100);
}
.color-primary-200 {
    color: var(--primary-200);
}
.color-primary-250 {
    color: var(--primary-250);
}

.color-primary-400 {
    color: var(--primary-400);
}
.color-primary-500 {
    color: var(--primary-500);
}
.text-primary{
    color: var(--bs-primary-text) !important;
}
.text-primary-dark{
    color: var(--primary-700) !important;
} 

.color-secondary-300 {
    color: var(--secondary-300);
}

.color-primary-300 {
    color: var(--primary-300);
}

.vertical-spacer {
    border-left: 2px solid var(--secondary-200); /* Light gray border; adjust variable if needed */
    height: 30px;
}

/* ==========================================================================
   Layout Components
   ========================================================================== */


.container-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow-y: visible;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 75px;
    /* background-color: aquamarine; */

}


.container-scrollable {
    overflow-y: auto;
    padding-bottom: 0.75rem;
    height: calc(100vh - 75px);
} 


.container-fixed {
    /* overflow-y: none; */
    height: calc(100vh - 75px);
    padding-bottom: 0.75rem;
    min-height: 400px;
}


.content-container {
    z-index: 10;
}


/* Main Content */
.main-content {
    flex: 1;
    min-height: 0;
    box-sizing: border-box;
    /* height: 100%; */
    /*height: 100vh; */
    margin-top: 0px;
    margin-left: 240px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    transition: margin-left 0.3s;
    /* min-width: 768px; */
    overflow-y: hidden; 
    overflow-x: hidden;
}

/* .main-content.collapsed {
    margin-left: 50px;
    margin-right: 0px;
    padding: 0px;
} */

.main-content.collapsed {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar {
    width: 240px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.5rem 0.25rem;
    border-right: 3px solid var(--secondary-100);
    background-color: #ffffff;
    transition: width 0.3s, padding 0.3s;
    white-space: nowrap;
    overflow-y: auto;
    z-index: 1035; /*Between topbar (1030) and offcanvas (1040) */
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
}

.sidebar-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.sidebar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1.3s ease, width 1.3s ease, visibility 1s;
    max-width: 100%;
    overflow: hidden;
}


.sidebar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* .sidebar.collapsed {
    width: 50px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: hidden; 

} */

.sidebar.collapsed {
    width: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: hidden; 

}




.sidebar.collapsed .sidebar-button {
    display: flex;
    justify-content: center;
    display: block !important;
}

.sidebar.collapsed .sidebar-header {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
    border-bottom: none;
    padding: 0px !important;
}

.sidebar.collapsed .sidebar-logo {
    width: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: width 1s ease;
}

.sidebar .nav-header,
.sidebar .nav-link,
.sidebar .collapse-item {
    display: flex;
    align-items: center;
    padding: 5px;
    transition: padding 0.3s;
}
.sidebar.collapsed .nav-header,
.sidebar.collapsed .nav-link,
.sidebar.collapsed .collapse-item {
    padding: 5px; 
}




.sidebar .nav-header {
    font-weight: bold;
    color: #6c757d;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.sidebar .nav-link {
    color: #333;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
    margin-bottom: 0;
}


.nav-link.collapse-item {
    margin-bottom: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}



.sidebar .has-chevron {
    justify-content: left;

}
.sidebar .nav-link i:first-child {
    width: 20px;
    text-align: center;
}
.sidebar .nav-link span {
    margin-left: 10px;
}
.sidebar .nav-link:not(.nav-group):hover {
    background-color: var(--primary-100) !important;
    color: var(--primary-600) !important;
    font-weight: bold;
}
.sidebar .nav-link:not(.nav-group).active {
    background-color: var(--primary-200) !important;
    color: var(--primary-600) !important;
    font-weight: bold;
}
.sidebar .nav-link:not(.nav-group):active {
    background-color: var(--primary-200) !important;
    font-weight: bold;
}
/* .sidebar .submenu {
    margin-left: 10px; 
} */
/* .sidebar .collapse-item {
    padding-left: 20px;
} */
/* .sidebar.collapsed .collapse-item {
    padding-left: 20px;
} */
.sidebar .rotatable {
    transform: rotate(0deg); /* Default rotation */
    transition: transform 0.3s; /* Smooth transition for rotation */
}

.sidebar .rotatable.rotate-down {
    transform: rotate(90deg); /* Rotated state */
}



/* ==========================================================================
   Header Bar
   ========================================================================== */

   .topbar {
    background-color: #ffffff;
    box-shadow: 2px 4px 8px 0px rgba(69, 65, 78, 0.05);
    overflow-y: visible;
    height: 60px;
    font-size: 14px;
    align-items: center;
    display: flex;
    z-index: 1000;
    justify-content:  start;
    padding: 0.5rem 0.25rem;
}



.headerbar {
    background-color: #ffffff;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width:  100%;

} 

/* .headerbar {
    background-color: #ffffff;
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.15);
    overflow-y: visible;
    height: 60px;
    padding: 5px;
    font-size: 14px;
    align-items: center;
    display: flex;
    z-index: 1000;
    justify-content: space-between;
    padding: 0.5rem 1rem;
} */

.navbar-white {
    min-height: 60px;
    padding: 5px;
    font-size: 14px;


}



/* ==========================================================================
   Button Links
   ========================================================================== */
.u-link  {
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: var(--bs-primary-text) !important;
    
}

.u-link:hover {
    background-color: var(--primary-100);
    border-color: var(--primary-100);
    color: var(--bs-primary-text) !important;
}

.u-link:active, 
.u-link.active, 
.u-link:focus,
.u-link.show {
    background-color: var(--primary-200) !important;
    border-color: var(--primary-200) !important;
    color: var(--primary-700) !important;
}

/* Reset focus style when user moves mouse away */
.u-link:focus:not(:hover):not(.active) {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--bs-primary-text) !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* ==========================================================================
   Badge
   ========================================================================== */
.badge {
    font-weight: normal;
    font-size: inherit;
    color: inherit;
    background-color: var(--secondary-200);
}

.badge.badge-small {
    font-size: 11px;
}


.badge-primary {
    background-color: var(--primary-400);
    color: white;
    border: none;
}

.badge-primary-100 {
    background-color: var(--primary-100);
    color: var(--primary-500);
    border: var(--primary-300) 1px solid;
}



.badge-gold-200 {
    color: var(--gold-600);
    background-color: var(--gold-200);
}

.badge-purple-100 {
    color: var(--purple-600);
    background-color: var(--purple-100);
}

.badge-primary-outline-100 {
    border: 1px solid var(--primary-150);
    background-color: transparent;
}
.badge-primary-outline {
    background-color: transparent;
    color: var(--primary-500);
    border: var(--primary-300) 1px solid;
}

.badge-secondary-outline {
    background-color: transparent;
    color: var(--secondary-500);
    border: var(--secondary-300) 1px solid;
}




/* ==========================================================================
   Nav Pills
   ========================================================================== */
.nav-pills .nav-link {
    color: var(--primary-600);
    background-color: var(--primary-100);
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 5px;
}

/* Hover state */
.nav-pills .nav-link:hover {
    background-color: var(--primary-300);
    color: white;
    /* font-weight: bold; */
}

/* Selected state */
.nav-pills .nav-link.active {
    background-color: var(--primary-400);
    color: white;
    /* font-weight: bold; */
}

/* Pressed state */
.nav-pills .nav-link:active {
    background-color: var(--primary-400);
    color: white;
    /* font-weight: bold; */
}

/* ==========================================================================
   Nav Underline
   ========================================================================== */
.nav-underline .nav-link {
    color: var(--primary-600);
    background-color: transparent;
    border-radius: 0;
    padding: 8px 15px;
    margin-right: 10px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    font-weight: 600;
    color: var(--bs-secondary);
    font-size: 1rem;


}

/* Hover state */
.nav-underline .nav-link:hover {
    background-color: transparent;
    color: var(--primary-500);
    border-bottom-color: var(--primary-300);
}

/* Selected state */
.nav-underline .nav-link.active {
    background-color: transparent;
    color: var(--primary-600);
    border-bottom-color: var(--primary-400);
}

/* Pressed state */
.nav-underline .nav-link:active {
    background-color: transparent;
    color: var(--primary-600);
    border-bottom-color: var(--primary-400);
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon-svg {
    width: 1em; /* Same as Font Awesome's default size */
    height: 1em; /* Maintain aspect ratio */
    vertical-align: middle; /* Align with text */
    margin-left: 0.25rem;
    margin-right: 0.15rem;
    fill: currentColor; /* Use the current text color for the SVG */
}


.logo-svg {
    width: 8em; /* Same as Font Awesome's default size */
    height: 8em;
    vertical-align: middle; /* Align with text */
    margin-left: 0.25rem;
    margin-right: 0.15rem;
    fill: currentColor; /* Use the current text color for the SVG */
}


/* ==========================================================================
   Utilities
   ========================================================================== */
/* Scrollbar Styling */

body {  
    scrollbar-width: thin; /* For Safari and Chrome */
    scrollbar-color: rgba(67, 125, 132, 0.5) transparent;/* For Chrome */
} 



/* Text Utilities */
.text-footnote {
    font-size: 12px;
}



/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn-round {
    width: 40px; /* Set width */
    height: 40px; /* Set height */
    border-radius: 50%;
    display: inline-flex; /* Align the icon properly */
    align-items: center; /* Center the icon vertically */
    justify-content: center; /* Center the icon horizontally */
    cursor: pointer; /* Pointer cursor on hover */
    padding: 0; /* Remove default padding */
}


.btn-transparent {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: var(--bs-secondary) !important;
}

.btn-transparent-danger {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: var(--bs-danger) !important;
}


.btn-primary-transparent {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: var(--bs-primary-text) !important;
}
.btn-primary-transparent:hover,
.btn-primary-transparent:active, 
.btn-primary-transparent.active,
.btn-primary-transparent:focus
{
    color: var(--bs-primary-text-hover) !important;
}

/* Primary Button States */
.btn-primary {
    background-color: var(--bs-primary-bg) !important;
    border-color: var(--bs-primary-bg) !important;
}
.btn-primary:hover {
    background-color: var(--bs-primary-hover-bg) !important;
    border-color: var(--bs-primary-hover-bg) !important;
}

.btn-primary:active, .btn-primary:focus,
.btn-primary.active {
    background-color: var(--bs-primary-active-bg) !important;
    border-color: var(--bs-primary-active-bg) !important;
}

/* Secondary Button States */
.btn-secondary {
    background-color: var(--bs-secondary-bg) !important;
    border-color: var(--bs-secondary-bg) !important;
    color: var(--bs-secondary) !important;
}

.btn-secondary:hover {
    background-color: var(--bs-secondary-hover-bg) !important;
    border-color: var(--bs-secondary-hover-bg) !important;
}

.btn-secondary:disabled, 
.btn-secondary[disabled], 
.btn-secondary.disabled {
    background-color: var(--bs-secondary-disabled-bg) !important;
    border-color: var(--bs-secondary-disabled-bg) !important;
    color: var(--bs-secondary-disabled-color) !important;
}

.btn-secondary:active, .btn-secondary:focus,
.btn-secondary.active{
    background-color: var(--bs-secondary-active-bg) !important;
    border-color: var(--bs-secondary-active-bg) !important;
}

.btn-clear{
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--bs-secondary) !important;
}






/* Info Button States */
.btn-primary-light {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--primary-500) !important;
}
.btn-primary-light:hover {
    background-color: var(--primary-150) !important;
    border-color: var(--primary-150) !important;
    color: var(--primary-500) !important;
}

.btn-primary-light:active, 
.btn-primary-light:focus,
.btn-primary-light.active {
    background-color: var(--primary-250) !important;
    border-color: var(--primary-250) !important;
    color: var(--primary-600) !important;
}

/* Reset focus style when user moves mouse away */
.btn-primary-light:focus:not(:hover):not(.active) {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--bs-primary-text) !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}



/* Light Button - Transparent variant of Secondary */

.btn-nofocus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--primary-500) !important;
    position: relative;
    overflow: hidden;
}

.btn-nofocus::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    z-index: -1;
}

.btn-nofocus:hover {
    background-color: var(--primary-100) !important;
    border-color: var(--primary-100) !important;
    color: var(--primary-500) !important;
}

.btn-nofocus:active, 
.btn-nofocus:focus {
    background-color: var(--primary-200) !important;
    border-color: var(--primary-200) !important;
    color: var(--primary-600) !important;
}

/* Reset focus styles on blur to ensure hover works after click */
.btn-nofocus:focus:not(:hover) {
    background-color: transparent !important;
    border-color: transparent !important;
    transition: background-color 0.8s ease, border-color 0.8s ease;
}

.btn-nofocus.focus-visible:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    transition: background-color 0.8s ease, border-color 0.8s ease;

}

.no-click{
    pointer-events: none !important; /* Disable all pointer events */
    cursor: default !important; /* Change cursor to default */
    opacity: 0.8; /* Optional: make it look disabled */
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 960px) {
    .main-content {
        margin-left: 50px;
    }
}


/* ==========================================================================
   DROPDOWNS
   ========================================================================== */

.dropdown-menu, .dropdown-item {
    font-family: inherit;
    font-size: inherit;
    
}



.dropdown-menu {
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15) !important;
    padding-bottom: 5px;
    margin-top: 3px; 
    position: absolute;
    z-index: 1060 !important;
}
.optgroup-header {
    font-weight: bold;
    color: var(--primary-500) !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--primary-100);
}
.dropdown-menu .dropdown-item:active {
    background-color: var(--primary-500);
}

.card .dropdown-menu {
    position: fixed !important;
    z-index: 1090 !important;
}


/* ==========================================================================
   FORMS
   ========================================================================== */

/* Apply body font styles to dropdown items */
input, select {
    font-family: 13px !important;
    font-size: 13px !important;
}


/* Apply body font styles to dropdown items */
.optgroup, .option, .item {
    font-size: 13px !important
}

.restricted {
    display: none !important; /* Hidden by default */
}

.restricted.show-restricted {
    display: block !important; /* Visible when the class is toggled */
    pointer-events: none; 
}


.form-label {
    font-family: 12px !important;
    font-size: 12px !important;
    color: var(--bs-secondary-color);
    margin-bottom: 0.25rem;
}

/* Increase font size for floating inputs */
.form-floating .form-control, .form-floating .form-select, .selectize-input .item {
    font-size: 0.90rem !important; /* Adjust this value as needed */
}

.form-floating > label {
    font-size: 0.95rem; /* Adjust label font size */
    color: var(--primary-600) !important;
}

/* Form Floating Label Styles */
.form-floating > label {
    font-size: 0.95rem;
    color: var(--primary-600) !important;
    opacity: 0.85 !important; /* Increased opacity from default 0.65 */
}

/* Ensure opacity stays consistent when focused/filled */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 1.0 !important;
}

/* Maintain opacity for disabled state */
.form-floating > .form-control:disabled ~ label,
.form-floating > .form-control:disabled::placeholder {
    opacity: 1.0 !important;
}


.form-helptext {
    font-family: 13px !important;
    font-size: 13px !important;
    color: var(--bs-secondary-color);
    margin-bottom: 0.25rem;
    font-style: normal;
}


/* ==========================================================================
   Form Check 
   ========================================================================== */
.form-check-input {
    /* Basic appearance */
    border: 1px solid var(--primary-300);
    background-color: var(--secondary-000);
    margin: 0 !important;
}

/* Checked state */
.form-check-input:checked {
    background-color: var(--primary-400);
    border-color: var(--primary-400);
}

/* Hover state */
.form-check-input:hover {
    border-color: var(--primary-400);
}

/* Focus state */
.form-check-input:focus {
    border-color: var(--primary-400);
    box-shadow: none;
}

/* Active/pressed state */
.form-check-input:active {
    background-color: var(--primary-200);
    border-color: var(--primary-400);
}

/* Disabled state */
.form-check-input:disabled {
    opacity: 0.5;
    background-color: var(--secondary-200);
    border-color: var(--secondary-300);
}

/* Large checkbox size */
.check-input-lg {
    height: 1.25rem !important;
    width: 1.25rem !important;
    border-radius: 0.25em;
    position: relative; 
    cursor: pointer;
}

.switch-input-lg {
    height: 1.25rem !important;
    width: 2.5rem !important;
    border-radius: 0.25em;
    position: relative; 
    cursor: pointer;
}

/* Small checkbox size */
.check-input-sm {
    height: 0.9rem !important;
    width: 0.9rem !important;
    border-radius: 0.25em;
    position: relative; 
    cursor: pointer;
}


/* Circular aura on hover using ::before pseudo-element */
.check-input-lg:hover::before,
.check-input-sm:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--primary-200); /* Use the variable directly */
    opacity: 0.3; 
    border-radius: 50%;
    z-index: 0;
}

/* Radio variant */
.form-check-input[type="radio"] {
    border-radius: 50%;
}


/* ==========================================================================
   Form Control 
   ========================================================================== */

/* Form Control Styling */
.form-control, .form-select, .selectize-input {
    border-color: var(--primary-200);
}

.form-control:focus, .form-select:focus, .selectize-input.focus {
    border-color: var(--primary-400);
    box-shadow: none;
}


/* Style disabled states */
.form-control:disabled,
.form-control[readonly],
.form-select:disabled,
.selectize-input:disabled {
    border-color: var(--secondary-300);
    opacity: 0.75;
}



/*
==========================================================================
   CARDS
========================================================================== 
*/

.card {
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.15);
    -moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.15);
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.15);
    border: 0px;
    border-color: var(--primary-300);
    /* overflow-x: auto;  */
    overflow-y: visible;
    overflow-x: auto;
    position: relative;
}
.card .card-header, .card .card-footer {
    /* padding: 0.5rem 0.5rem; */
    overflow: visible;
    background-color: transparent;
    border-color: var(--primary-300);
}
.card-body.scrollable {
    flex: 1 1 auto;
    overflow-y: auto;
}

.card .card-header:first-child, .card-light .card-header:first-child {
    border-radius: 10px 10px 0 0; 
}

.card-title {
        border-radius: 3px;
        height: 60px;
}

.card-transparent {
    background: transparent !important;
    box-shadow: none;
    border-color: transparent !important; 
}

.card-bordered {
    box-shadow: none;
    background-color: white;
    border: 1px solid var(--primary-300) !important;

}
.card-bordered.border-strong {
    border: 3px solid var(--primary-300) !important;

}

.invisible {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0ms;
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 500ms ease-in-out;
}

/*
==========================================================================
   Tables
========================================================================== 
*/
.table-padded td, .table-padded th {
    padding-left: 1.0rem !important; /* Increase left padding */
    padding-right: 1.0rem !important; /* Increase right padding */
}
.border-end, .border-top, .border-bottom  {
    border-color: var(--primary-300) !important;
}

/* Override Bootstrap's table hover styles with higher specificity */
.table-hover > tbody > tr:hover > *,
table.table-hover > tbody > tr:hover,
.table-hover tbody tr:hover {
    background-color: var(--primary-50) !important;
    --bs-table-accent-bg: var(--primary-50) !important;
    color: var(--bs-table-hover-color, inherit) !important;
}


.table-borderless td {
    border-bottom: none !important;
}

/* Disable hover on DataTable child rows - comprehensive targeting */
.table-hover > tbody > tr[data-dt-row]:hover > *,
table.table-hover > tbody > tr[data-dt-row]:hover,
.table-hover tbody tr[data-dt-row]:hover,
.table-hover > tbody > tr.child:hover > *,
table.table-hover > tbody > tr.child:hover,
.table-hover tbody tr.child:hover,
.table-hover > tbody > tr.dt-hasChild + tr:hover > *,
table.table-hover > tbody > tr.dt-hasChild + tr:hover,
.table-hover tbody tr.dt-hasChild + tr:hover {
    background-color: transparent !important;
    --bs-table-accent-bg: transparent !important;
    color: inherit !important;
}

table.pointer tbody tr:not(.dtrg-group) {
    cursor: pointer;
}

table td p {
    margin: 0;
    padding: 0;
}


/* Hide DataTable bottomStart (pageLength and info) on screens smaller than lg (992px) */
@media (max-width: 767px) {
    .dt-layout-cell.dt-layout-start {
        display: none !important;
    }
}
/* Early hide for lg and below for tables with class .hide-layout-lg */
@media (max-width: 991px) {
    table.hide-layout-lg  .dt-layout-cell.dt-layout-start {
        display: none !important;
    }
}


/*
==========================================================================
   MOMENT GRADEBOOK TABLE
========================================================================== 
*/


table.gradebook tbody tr:not(.dtrg-group) td:not(.noedit) {
    cursor: pointer;
}

/* Disable pointer events on fixed-start cells */
/* table.gradebook td.noedit {
    pointer-events: none;
} */

table.gradebook td.wrap {
    white-space: normal !important; 
    word-wrap: break-word;  
}

/* Individual column header style */
table.gradebook .group-header {
    border-left: 12px solid white;
    border-right: 12px solid white;
    border-bottom: 2px solid green;
}

table.gradebook .no-border {
    border-top: 2px solid white;
}

table.gradebook th.group-header {
    border-bottom: 3px solid var(--primary-400);
}
table.gradebook th.no-group-header {
    border-bottom: none;
}


  
/*
==========================================================================
   SVGS
========================================================================== 
*/

.svg-wrapper {
    width: 100%;
    height: auto;
    display: inline-block;
}
.svg-wrapper svg {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
}

/*
==========================================================================
   Linked List
========================================================================== 
*/

.linked-list {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
  }
  
  .linked-list .linked-item {
    position: relative;
    padding: 0 0 20px 30px;
    border-left: 2px solid var(--primary-200);
  }
  
  .linked-list .linked-item:last-child {
    border-color: transparent;
  }
  
  .linked-list .linked-item-icon {
    position: absolute;
    top: -3px;
    left: -13px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    border: var(--primary-200) 1px solid;
;
  }


.linked-list.active .linked-item-icon {
    background: var(--primary-200);
}
  
  
  .linked-list .linked-item-icon-content {
    color: var(--primary-600);
    font-size: 12px;
    text-align: center;
  }
  
  .linked-list .linked-item-text {
    position: relative;
  }
  
  .linked-item-secondary .linked-item-icon {
    background: var(--primary-600);
  }


/*
==========================================================================
   Navbar Toggler
========================================================================== 
*/
/* Style the navbar-toggler to always have no border and transparent background */
.navbar-toggler {
    border-radius: 50% !important;
    width: 40px;         /* Adjust as needed */
    height: 40px;        /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: none !important;
}
.navbar-toggler:hover {
    background-color: var(--primary-150) !important;
    border: none !important;
    color: var(--primary-500) !important;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler.active {
    background-color: var(--primary-250) !important;
    border: none !important;
    color: var(--primary-600) !important;
    box-shadow: none !important;
}

.navbar-toggler:focus:not(:hover):not(.active) {
    background-color: transparent !important;
    border: none !important;
    color: var(--bs-primary-text) !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    box-shadow: none !important;
}