
::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background-color: #1c1a1c;
}

::-webkit-scrollbar:hover {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border: 0px solid #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #1c1a1c;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #56565632;
    width: 10px;
}