/* _content/Vanguard/Components/Layout/MainLayout.razor.rz.scp.css */
.navbar-brand-icon[b-wb801ozu67] {
    height: 24px;
    width: auto;
}

.page[b-wb801ozu67] {
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 100vh;
}

main[b-wb801ozu67] {
    flex: 1;
    overflow-y: auto; /* Allow main content to scroll if it overflows */
}

.sidebar[b-wb801ozu67] {
    background-color: #0D3853;
    color: #47CADF;
    transition: width 0.3s ease; 
}

.sidebar.sidebar-hidden[b-wb801ozu67] {
    width: 0;
    overflow-x: hidden;
}

@media (min-width: 641px) {
    .sidebar[b-wb801ozu67] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

        .sidebar.collapsed[b-wb801ozu67] {
            width: 60px; 
        }
}

.top-row[b-wb801ozu67] {
    background-color: #0D3853;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wb801ozu67]  a, .top-row[b-wb801ozu67]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #47CADF;
    }

    .top-row[b-wb801ozu67]  .navbar-toggler {
        width: 24px;
        height: 24px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: transparent;
        margin-right: 1rem;
    }

    .top-row[b-wb801ozu67]  .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .top-row[b-wb801ozu67]  .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

        .top-row[b-wb801ozu67]  a:hover, .top-row[b-wb801ozu67]  .btn-link:hover {
            text-decoration: underline;
            color: white;
        }

        .top-row[b-wb801ozu67]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-wb801ozu67] {
        justify-content: space-between;
    }

        .top-row[b-wb801ozu67]  a, .top-row[b-wb801ozu67]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-wb801ozu67] {
        grid-template-columns: auto 1fr;
        flex-direction: unset; /* Override the small-screen flex-direction */
    }

    .sidebar[b-wb801ozu67] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.collapsed[b-wb801ozu67] {
        width: 60px;
    }

    .top-row[b-wb801ozu67] {
        position: sticky;
        top: 0;
        z-index: 1050;
    }

        .top-row.auth[b-wb801ozu67]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-wb801ozu67], article[b-wb801ozu67] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        transition: padding-left 0.3s ease;
    }

    main.menu-hidden .top-row[b-wb801ozu67],
    main.menu-hidden article[b-wb801ozu67] {
        padding-left: 0.75rem !important;
    }
}

#blazor-error-ui[b-wb801ozu67] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wb801ozu67] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Vanguard/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-7bfr2xtoe7] {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.nav-bullet[b-7bfr2xtoe7] {
    margin-right: 0.5em;
}

.nav-item[b-7bfr2xtoe7] {
    background-color: #2E476E;
    color: #47CADF !important;
    margin-bottom: 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease-in-out;
}

    .nav-item:hover[b-7bfr2xtoe7] {
        background-color: #3A5A8A; 
    }

    .nav-item .nav-link[b-7bfr2xtoe7] {
        color: #47CADF !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .nav-item:has(.nav-link.active)[b-7bfr2xtoe7] {
        background-color: #1C3961; 
        border-left: 3px solid #47CADF;
    }

.nav-bullet[b-7bfr2xtoe7] {
    margin-right: 0.5em;
}

.nav-link-text[b-7bfr2xtoe7] {
    white-space: normal;
    overflow-wrap: break-word;
    display: inline-block;
    vertical-align: middle;
}

.nav-item > .nav-link[style*="cursor: pointer"][b-7bfr2xtoe7] { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .nav-item > .nav-link[style*="cursor: pointer"] > span:first-child[b-7bfr2xtoe7] {
        flex-grow: 1;
    }

.navbar-brand span[b-7bfr2xtoe7] {
    color: #47CADF !important;
}

/* Override Bootstrap's default navbar-toggler size */
.navbar-toggler[b-7bfr2xtoe7] {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon[b-7bfr2xtoe7] {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px !important;
}

/* Collapsed state styles */
.sidebar.collapsed .nav-link span:not(.bi)[b-7bfr2xtoe7] {
    display: none;
}

.sidebar.collapsed .nav-link[b-7bfr2xtoe7] {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

.sidebar.collapsed .bi[b-7bfr2xtoe7] {
    font-size: 1.2rem;
    margin: 0;
}

.sidebar.collapsed .oi[b-7bfr2xtoe7] {
    display: none;
}

.sidebar.collapsed .nav-item.ms-3[b-7bfr2xtoe7] {
    margin-left: 0 !important;
    padding-left: 0.5rem !important;
}

/* Hide login text when collapsed */
.sidebar.collapsed .nav-item .nav-link span:not(.bi)[b-7bfr2xtoe7] {
    display: none;
}

.sidebar.collapsed .nav-item .nav-link[b-7bfr2xtoe7] {
    justify-content: center;
    padding: 0.5rem;
}

.top-row[b-7bfr2xtoe7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7bfr2xtoe7] {
    font-size: 1.1rem;
}

.bi[b-7bfr2xtoe7] {
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 1.25rem; /* Increased size for better visibility */
    margin-right: 0.5rem; /* Add some space between icon and text */
}

.nav-item[b-7bfr2xtoe7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:last-of-type[b-7bfr2xtoe7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7bfr2xtoe7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-7bfr2xtoe7]  a.active {
            background-color: transparent;
            color: white;
        }

        .nav-item[b-7bfr2xtoe7]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-scrollable[b-7bfr2xtoe7] {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 3.5rem;
}

/* Custom styles for the nav-link text */
.nav-link-text[b-7bfr2xtoe7] {
    white-space: normal; /* Allow text to wrap */
    word-break: break-word; /* Break long words if necessary */
    line-height: 1.2; /* Adjust line height for wrapped text */
    vertical-align: middle; /* Align text vertically */
    display: inline-block;
}

/* Adjustments for the parent container when text wraps */
.nav-item[b-7bfr2xtoe7]  .nav-link {
    height: auto; /* Allow the link height to grow */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Styles for the collapsed sidebar state */
.top-row.collapsed .container-fluid[b-7bfr2xtoe7] {
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0; /* Vertical padding, no horizontal */
}

.top-row.collapsed .navbar-brand[b-7bfr2xtoe7] {
    margin: 0;
    padding: 0.25rem 0; /* Give it a little vertical space */
}

.top-row.collapsed .navbar-toggler[b-7bfr2xtoe7] {
    position: relative; /* Override any absolute positioning */
    top: auto;
    right: auto;
}

/* Responsive styles for mobile view */
@media (max-width: 575.98px) {
    .top-row .container-fluid[b-7bfr2xtoe7] {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem;
    }

    .top-row .navbar-brand[b-7bfr2xtoe7] {
        margin-bottom: 0.5rem; /* Add space between brand and toggler */
    }

    .top-row .navbar-toggler[b-7bfr2xtoe7] {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
    }

    .navbar-brand span[b-7bfr2xtoe7] {
        display: inline !important; /* Ensure brand text is always visible on mobile */
    }
}
/* _content/Vanguard/Components/Layout/UnusedMultiSelect.razor.rz.scp.css */
.dropdown[b-lz0uksquky] {
    position: relative;
    display: inline-block;
}

.dropdown-list[b-lz0uksquky] {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    width: 150px;
}

.dropdown-item[b-lz0uksquky] {
    padding: 5px;
    cursor: pointer;
}

    .dropdown-item:hover[b-lz0uksquky] {
        background: #f0f0f0;
    }

.selected-roles[b-lz0uksquky] {
    margin-top: 10px;
}

.role-chip[b-lz0uksquky] {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background: #4CAF50;
    color: white;
    border-radius: 15px;
}
/* _content/Vanguard/Components/Layout/UserDropdown.razor.rz.scp.css */
.custom-dropdown[b-zzes6rj6kd] {
    position: relative;
    display: inline-block;
}

.custom-dropdown .btn[b-zzes6rj6kd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown-arrow[b-zzes6rj6kd] {
    font-size: 0.8em;
}

.dropdown-menu[b-zzes6rj6kd] {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    min-width: 160px;
}

.dropdown-item[b-zzes6rj6kd] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    color: #333;
}

.dropdown-item:hover[b-zzes6rj6kd] {
    background-color: #f8f9fa;
} 
/* _content/Vanguard/Components/Pages/Hr Module/HrEmployeeManager.razor.rz.scp.css */


.hr-employee-manager-container[b-9pb2pgv19n] {
    padding: 1rem;
}

.offcanvas[b-9pb2pgv19n] {
    --bs-offcanvas-width: 500px; 
}

.table-responsive[b-9pb2pgv19n] {
    max-height: 60vh;
    overflow-y: auto;
}

.offcanvas-body .mb-3[b-9pb2pgv19n] {
    margin-bottom: 1rem !important;
}

.offcanvas-body .form-check.mb-3[b-9pb2pgv19n] {
    margin-bottom: 1rem !important;
}
/* _content/Vanguard/Components/Pages/Hr Module/HrTimeMonitor.razor.rz.scp.css */
.hr-monitor-container[b-603htsn80l] {
    min-height: 100vh;
    padding: 2rem;
    background-color: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

/* Top Section Styles */
.top-section[b-603htsn80l] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.import-section[b-603htsn80l], .summary-reports-section[b-603htsn80l] {
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    flex-basis: 50%;
}

h2[b-603htsn80l] {
    color: #343a40;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.import-controls[b-603htsn80l] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.file-input[b-603htsn80l] {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.btn-info[b-603htsn80l] {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    transition: background-color 0.2s;
}

.btn-info:hover[b-603htsn80l] {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.import-status[b-603htsn80l] {
    margin-top: 1rem;
    padding: .75rem 1.25rem;
    border-radius: .25rem;
}

    .import-status.success[b-603htsn80l] {
        color: #0f5132;
        background-color: #d1e7dd;
        border-color: #badbcc;
    }

    .import-status.error[b-603htsn80l] {
        color: #842029;
        background-color: #f8d7da;
        border-color: #f5c2c7;
    }

.import-errors[b-603htsn80l] {
    margin-top: 1rem;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #f5c2c7;
    padding: 1rem;
    border-radius: .25rem;
}

.summary-reports-section[b-603htsn80l] {
    display: flex;
    gap: 2rem;
}

.summary-section[b-603htsn80l], .reports-section[b-603htsn80l] {
    flex: 1;
}

.summary-cards[b-603htsn80l] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.summary-card[b-603htsn80l] {
    background-color: #e9ecef;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    width: 200px;
}

    .summary-card h3[b-603htsn80l] {
        font-size: 1.1rem;
        color: #495057;
        margin-bottom: .5rem;
    }

    .summary-card .count[b-603htsn80l] {
        font-size: 2.5rem;
        font-weight: bold;
        color: #000000;
    }

.report-controls .form-label[b-603htsn80l] {
    font-weight: 500;
}

.infraction-review-panel[b-603htsn80l] {
    margin-top: 2rem;
    background-color: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

.filter-controls[b-603htsn80l] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

    .filter-controls select[b-603htsn80l] {
        padding: 0.5rem;
        border: 1px solid #ced4da;
        border-radius: 4px;
        background-color: white;
    }

.infractions-table[b-603htsn80l] {
    overflow-x: auto;
}

    .infractions-table table[b-603htsn80l] {
        width: 100%;
        border-collapse: collapse;
    }

    .infractions-table th[b-603htsn80l],
    .infractions-table td[b-603htsn80l] {
        padding: 0.75rem;
        text-align: left;
        border-bottom: 1px solid #dee2e6;
    }

    .infractions-table th[b-603htsn80l] {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .infractions-table tr:hover[b-603htsn80l] {
        background-color: #f1f3f5;
    }

/* Bottom Section Styles */
.bottom-section[b-603htsn80l] {
    display: flex;
    gap: 1.5rem;
    height: 300px;
}

.pending-tardy[b-603htsn80l],
.pending-hours[b-603htsn80l] {
    flex: 1;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    overflow-y: auto;
}

.pending-list[b-603htsn80l] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.pending-item[b-603htsn80l] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.employee-info[b-603htsn80l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .employee-info .name[b-603htsn80l] {
        font-weight: 600;
    }

    .employee-info .date[b-603htsn80l] {
        color: #6c757d;
    }

.details[b-603htsn80l] {
    display: flex;
    gap: 1rem;
    color: #495057;
}

.actions[b-603htsn80l] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

/* Button Styles */
.btn[b-603htsn80l] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-primary[b-603htsn80l] {
    background-color: #0d6efd;
    color: white;
}

    .btn-primary:hover[b-603htsn80l] {
        background-color: #0b5ed7;
    }

.btn-success[b-603htsn80l] {
    background-color: #198754;
    color: white;
}

    .btn-success:hover[b-603htsn80l] {
        background-color: #157347;
    }

.btn-danger[b-603htsn80l] {
    background-color: #dc3545;
    color: white;
}

    .btn-danger:hover[b-603htsn80l] {
        background-color: #bb2d3b;
    }

.btn-sm[b-603htsn80l] {
    padding: .25rem .5rem;
    font-size: .875rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .top-section[b-603htsn80l] {
        flex-direction: column;
    }

    .import-section[b-603htsn80l] {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .bottom-section[b-603htsn80l] {
        flex-direction: column;
        height: auto;
    }

    .summary-cards[b-603htsn80l] {
        flex-direction: column;
    }

    .infractions-controls[b-603htsn80l] {
        flex-direction: column;
    }
}
/* _content/Vanguard/Components/Pages/Hr Module/ReportCenter.razor.rz.scp.css */
body[b-1qjtl8tvk6] {
    .hover-card

{
    transition: transform 0.2s ease-in-out;
}

.hover-card:hover[b-1qjtl8tvk6] {
    transform: translateY(-5px);
}

.card[b-1qjtl8tvk6] {
    border-radius: 10px;
    border: none;
}

.btn[b-1qjtl8tvk6] {
    border-radius: 20px;
    padding: 8px 20px;
}

.text-primary[b-1qjtl8tvk6] {
    color: #0d6efd !important;
}

.text-success[b-1qjtl8tvk6] {
    color: #198754 !important;
}

.text-info[b-1qjtl8tvk6] {
    color: #0dcaf0 !important;
}
}
/* _content/Vanguard/Components/Pages/Yard manager/YardManager.razor.rz.scp.css */
/* Scoped styles for YardManager component */

/*
  Defines the responsive push behavior for the main content area on this page.
  This ensures the map is not obscured by the side panels.
*/
.yard-content-wrapper[b-wk5xoihfv5] {
    transition: margin-right 0.3s ease-in-out;
}

/* When a panel is open, push the content wrapper by the panel's width */
.yard-content-wrapper.panel-push-sm[b-wk5xoihfv5],
.yard-content-wrapper.panel-push-lg[b-wk5xoihfv5] {
    margin-right: var(--panel-width);
}

.side-panel[b-wk5xoihfv5] {
    width: var(--panel-width); /* Use the global variable for width */
    position: fixed;
    top: 3.5rem; /* Height of the top nav bar */
    right: 0; /* Anchor to the right edge for positioning */
    height: calc(100vh - 3.5rem);
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    z-index: 1040;
    transform: translateX(100%); /* Start completely off-screen to the right */
    transition: transform 0.3s ease-in-out; /* Animate the transform property */
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Prevent the whole panel from scrolling */
}

.side-panel.open[b-wk5xoihfv5] {
    transform: translateX(0); /* Slide in to view */
}

/* The rest of your .side-panel-header, .side-panel-content, etc., can remain the same */
.side-panel-header[b-wk5xoihfv5] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0; /* Prevent header from shrinking */
}

.side-panel-content[b-wk5xoihfv5] {
    padding: 1rem;
    flex: 1; /* Allow content to grow */
    overflow-y: auto; /* Enable vertical scrolling */
    min-height: 0; /* Critical for scrolling within a flex container */
}

.side-panel-header .btn-close[b-wk5xoihfv5] {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

/* Custom button colors */
.btn-outline-primary[b-wk5xoihfv5] {
    color: #47CADF;
    border-color: #47CADF;
}

.btn-outline-primary:hover[b-wk5xoihfv5],
.btn-outline-primary:focus[b-wk5xoihfv5],
.btn-outline-primary:active[b-wk5xoihfv5] {
    color: #0D3853;
    background-color: #47CADF;
    border-color: #47CADF;
}

.btn-outline-primary:disabled[b-wk5xoihfv5] {
    color: #47CADF;
    border-color: #47CADF;
    opacity: 0.65;
}

.btn-outline-success[b-wk5xoihfv5] {
    color: #47CADF;
    border-color: #47CADF;
}

    .btn-outline-success:hover[b-wk5xoihfv5],
    .btn-outline-success:focus[b-wk5xoihfv5],
    .btn-outline-success:active[b-wk5xoihfv5] {
        color: #0D3853;
        background-color: #47CADF;
        border-color: #47CADF;
    }

    .btn-outline-success:disabled[b-wk5xoihfv5] {
        color: #47CADF;
        border-color: #47CADF;
        opacity: 0.65;
    }

.btn-success[b-wk5xoihfv5] {
    background-color: #47CADF;
    border-color: #47CADF;
    color: #0D3853;
}

    .btn-success:hover[b-wk5xoihfv5],
    .btn-success:focus[b-wk5xoihfv5],
    .btn-success:active[b-wk5xoihfv5] {
        background-color: #0D3853;
        border-color: #47CADF;
        color: #47CADF;
    }
/* _content/Vanguard/Components/Panels/TrailerModificationPanel.razor.rz.scp.css */
/* Side Panel Styles - Scoped to TrailerModificationPanel component */
.side-panel[b-sba873uaj3] {
    width: var(--panel-width); /* Use the global variable for width */
    position: fixed;
    top: 3.5rem; /* Adjusted for main top bar */
    right: 0; /* Anchor to the right */
    /* Width is now controlled by YardManager.razor's style block */
    height: calc(100vh - 3.5rem); /* Adjusted for main top bar */
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1040; /* Consistent with other panels, below .top-row (1050) */
    transform: translateX(100%); /* Start off-screen */
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .side-panel.open[b-sba873uaj3] {
        transform: translateX(0); /* Slide in when open */
    }

.side-panel-header[b-sba873uaj3] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-panel-content[b-sba873uaj3] {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
    min-height: 0; /* Add this to ensure scrolling works correctly in a flex container */
}

/* Optional overlay for the rest of the screen when panel is open */
.side-panel-overlay[b-sba873uaj3] {
    position: fixed;
    top: 3.5rem; /* Adjusted for main top bar */
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1039; /* Below the panel (1040), but above page content */
    display: none;
}

    .side-panel-overlay.show[b-sba873uaj3] {
        display: block;
    }
