::-webkit-scrollbar {
    background: transparent;
    background-color: #141414;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: #EFC76C;
    box-shadow: inset 0 0 5px #B7873A;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #de984d;
}

::-webkit-scrollbar-thumb:active {
    background-color: #de984d;
    box-shadow: inset 0 0 5px #595959;
}

::-webkit-scrollbar-track:hover {
    background-color: #222222;
}

::-webkit-scrollbar-corner {
    background: transparent;
}