::-webkit-scrollbar{width:10px;background:#00b5e2}::-webkit-scrollbar-button{width:8px;height:5px}::-webkit-scrollbar-track{background:#222;border:thin solid #333;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:10px;border-radius:10px}::-webkit-scrollbar-thumb{background:-webkit-linear-gradient(top,#00b5e2,#00b5e2);-webkit-box-shadow:inset 0 1px 0 #00b5e2,inset 1px 0 0 #00b5e2,inset 0 1px 2px #00b5e2;border:thin solid #232c34;border-radius:10px;-webkit-border-radius:10px}::-webkit-scrollbar-thumb:hover{background:-webkit-linear-gradient(top,#fff,#fff)}::-webkit-scrollbar-thumb:window-inactive{background:#00b5e2}