#topbar-top{
    display: none;
}

:root{
    --bs-body-bg: white;
}

.has-scrollbars::-webkit-scrollbar-thumb, .has-scrollbars .modal::-webkit-scrollbar-thumb {
    border-radius: unset !important;
    background-color: gray !important;
}

.files-grid .files-a:not(.files-a-loaded), .files-rows .files-a:not(.files-a-loaded) {
    --box-shadow: 0;
}

.files-grid .files-a, .files-rows .files-a, .files-columns .files-a {
    --cm-active-box-shadow: 0;
    background-color: transparent;
}

#main {
    min-height: calc(100vh - 118px) !important;
}
