::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    color: #ffffff;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #56707e;
}

@supports (-moz-appearance:none) {
    * {
        scrollbar-width: thin;
        scrollbar-color: #56707e transparent;
    }
}