::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
    background-color: transparent;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 3px solid transparent;
    border-radius: 18px;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888585;
}

/*::-webkit-scrollbar-corner {
    background-color: #afb1b3; }*/


#workarea-container ::-webkit-scrollbar-thumb {
    background-color: #a1a1a1;
    border: 3px solid transparent;
    border-radius: 18px;
    background-clip: content-box;
}

#workarea-container ::-webkit-scrollbar-thumb:hover {
    background-color: #555555;
}

