@charset "utf-8";

::-webkit-scrollbar {width: 5px; z-index: 9999; position: absolute;}
 
::-webkit-scrollbar-track {background-color: #ffffff;}
 
::-webkit-scrollbar-thumb {background-color: #aaa;}

.scrollbar-thumb {
    display: none !important;
}

.scrollbar-thumb-y {
    display: none !important;
}

.scrollbar-thumb-x {
    display: none !important;
}

.scrollbar-track {
    display: none !important;
}

.scrollbar-track-y {
    display: none !important;
}

.scrollbar-track-x {
    display: none !important;
}