﻿::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    width: 7px;
    height: 7px;
    border-width: 0;
    border-radius: 9999px;
    background: #C4CAD5;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #A7ACB5;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #8A8E96;
    }