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

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    width: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(255, 255, 255, 0.8);
}