/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a7a7a7;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #949494;
        border-radius: 10px;
    }

::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
}
