.custom-scrollbar .viewport { width: 100%; height: 100%; overflow: hidden; position: relative; }
.custom-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; transition: top .2s; }
.custom-scrollbar .scrollbar{ border-radius: 10px; background: #0567d8; position: absolute; z-index: 1; background-position: 0 0; right: 0; width: 5px; }
.custom-scrollbar .track { min-height: 675px; border-radius: 10px; background: #0567d8; height: 100%; width:5px; position: relative; padding: 0; }
.custom-scrollbar .thumb { transition: top, height .1s; border-radius: 10px; background: #fff; height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0; }
.custom-scrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }