*:-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background-color: white;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(46, 149, 172, 1);
    border-radius: 20px;
}

/* Up arrow*/
*::-webkit-scrollbar-button:single-button:vertical:decrement {
    display: none;
}

/* Down arrow*/
*::-webkit-scrollbar-button:single-button:vertical:increment {
    display: none;
}