::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .1);
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 120, 231, .5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0, 120, 231, .3)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 120, 231, .7)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 120, 231, .9)
}
