::-webkit-scrollbar{
    width: 16px;}
::-webkit-scrollbar-corner{
    background: #eee;}
::-webkit-scrollbar-track:vertical{
    background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);}
::-webkit-scrollbar-thumb{
    background-color: #eee;
    border: 1.5px solid #888;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;}
::-webkit-scrollbar-thumb:vertical{
    background: url(https://files.catbox.moe/6ciw0h.png) no-repeat 50%, linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);}
::-webkit-scrollbar-button:vertical:end:increment, ::-webkit-scrollbar-button:vertical:start:decrement{
    display: block;}
::-webkit-scrollbar-button:vertical{
    height: 17px;}
::-webkit-scrollbar-button:vertical:start:decrement {
    background: white;
    background-image: url(https://files.catbox.moe/chzs14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
::-webkit-scrollbar-button:vertical:start:increment {
    display: none;}
::-webkit-scrollbar-button:vertical:end:decrement{
    display: none;}
::-webkit-scrollbar-button:vertical:end:increment{
    background: white;
    background-image: url(https://files.catbox.moe/dr2fbc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}