*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
    border: 4px solid #FFFFFF;
}

*::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #949494;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #6C6C6C;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #6C6C6C;
}