﻿::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(100, 100, 100);
    border: 4px solid rgb(240, 240, 240);
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(30, 30, 30);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgb(35, 200, 11);
    }

::-webkit-scrollbar-track {
    background-color: rgb(240, 240, 240);
}
