::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 0px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

html {
    scrollbar-gutter: stable;
}

.fixed-top {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100vw;
}