/* _content/Upstream/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout styles */
.mud-main-content[b-idbhyalvxt] {
    min-height: calc(100vh - 64px);
}

/* Ensure proper drawer behavior */
.mud-drawer-mini[b-idbhyalvxt] {
    transition: width 0.2s ease-in-out;
}

/* Custom scrollbar for drawer */
.mud-drawer-content[b-idbhyalvxt]::-webkit-scrollbar {
    width: 6px;
}

.mud-drawer-content[b-idbhyalvxt]::-webkit-scrollbar-track {
    background: transparent;
}

.mud-drawer-content[b-idbhyalvxt]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/* Dark mode scrollbar */
.mud-dark .mud-drawer-content[b-idbhyalvxt]::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}
