
::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(to right, #e5e5e5, #f0f0f0 20%);
    border-left: 1px solid #8e8f8f;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#f2f2f2 45%, #ebebeb 45%, #cfcfcf);
    border: 1px solid #8e8f8f;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(#eaf6fd 45%, #bee6fd 0, #a7d9f5);
    border-color: #3c7fb1;
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(#e5f4fc, #c4e5f6 30% 50%, #98d1ef 50%, #68b3db);
    border-color: #6d91ab;
}

::-webkit-scrollbar-button {
    background: #f2f2f2;
    border: 1px solid #8e8f8f;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-button:hover {
    background: #eaf6fd;
    border-color: #3c7fb1;
}

::-webkit-scrollbar-button:active {
    background: #e5f4fc;
    border-color: #6d91ab;
}


::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url('https://pixaisa1.space/Styles/win7/scrollbar/button-up.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url('https://pixaisa1.space/Styles/win7/scrollbar/button-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}


::-webkit-scrollbar:horizontal {
    height: 17px;
}

::-webkit-scrollbar-track:horizontal {
    background: linear-gradient(to bottom, #e5e5e5, #f0f0f0 20%);
    border-top: 1px solid #8e8f8f;
}

::-webkit-scrollbar-thumb:horizontal {
    background: linear-gradient(to right, #f2f2f2 45%, #ebebeb 45%, #cfcfcf);
}

::-webkit-scrollbar-button:single-button:horizontal:decrement {
    background-image: url('https://pixaisa1.space/Styles/win7/scrollbar/button-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

::-webkit-scrollbar-button:single-button:horizontal:increment {
    background-image: url('https://pixaisa1.space/Styles/win7/scrollbar/button-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}


::-webkit-scrollbar-corner {
    background: #f0f0f0;
    border: 1px solid #8e8f8f;
}