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

::-webkit-scrollbar-thumb {
    background-color: #2D2B2C;
}

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

::-webkit-scrollbar-thumb:active {
    background-color: #1E1E1E;
}

.dark-mode ::-webkit-scrollbar {
    background-color: #1e293b;
}

.dark-mode ::-webkit-scrollbar-thumb {
    background-color: #334155;
}

.dark-mode ::-webkit-scrollbar-thumb:hover {
    background-color: #EEEEEE;
}

.dark-mode ::-webkit-scrollbar-thumb:active {
    background-color: #AAAAAA;
}