@import '_content/Sillium.Core.Components/Sillium.Core.Components.ujn225dupp.bundle.scp.css';

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.themed-scrollbar[b-0tb9e6qtne] {
    scrollbar-width: thin;
    scrollbar-color: var(--color-app-border) transparent;
}

.themed-scrollbar[b-0tb9e6qtne]::-webkit-scrollbar {
    width: 6px;
}

.themed-scrollbar[b-0tb9e6qtne]::-webkit-scrollbar-track {
    background: transparent;
}

.themed-scrollbar[b-0tb9e6qtne]::-webkit-scrollbar-thumb {
    background-color: var(--color-app-border);
    border-radius: 3px;
}

.themed-scrollbar[b-0tb9e6qtne]::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-app-muted);
}
