 ::-webkit-scrollbar {
 background: transparent;
 width: 4px;
 height: 0 !important;
}
::-webkit-scrollbar-thumb {
 background-color: #00d9e2;
 box-shadow: inset 0 0 2px #333;
}
::-webkit-scrollbar-track-piece {
 background-color: #000000;
}
::-webkit-scrollbar-corner {
 background: transparent;
}