:root {
    color-scheme: dark;
    background-color: #000000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #1c1c1c !important;
}

::-webkit-scrollbar {
    width: 8px !important;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #383838;
}

.nanobar {
    width: 100%;
    height: 2px;
    z-index: 9999;
    top: 0
}

.bar {
    background: #FBBF24;
}

.bottom-bar {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.bottom-bar::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

#sidebar-item {
    transform: translateY(-20px);
    opacity: 0;
}

#grid-parent {
    transform: translateY(-20px);
    opacity: 0;
}

#popup {
    visibility: hidden;
}