::-webkit-scrollbar{width:12px;background:var(--primary-bg)}::-webkit-scrollbar-track{background:var(--primary-bg);border-radius:10px}::-webkit-scrollbar-thumb{background:#444;border-radius:10px;border:3px solid #1e1e1e;-webkit-transition:background .3s;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:#666}::-webkit-scrollbar-button{height:14px;background-color:#2a2a2a;display:block}::-webkit-scrollbar-button:horizontal:end:decrement,::-webkit-scrollbar-button:horizontal:start:increment,::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment{display:none}::-webkit-scrollbar-button:vertical:start:decrement{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="0,6 4,2 8,6" fill="%23aaa"/></svg>') no-repeat 50%;background-size:8px 8px}::-webkit-scrollbar-button:vertical:end:increment{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="0,2 4,6 8,2" fill="%23aaa"/></svg>') no-repeat 50%;background-size:8px 8px}::-webkit-scrollbar-button:horizontal:start:decrement{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="6,0 2,4 6,8" fill="%23aaa"/></svg>') no-repeat 50%;background-size:8px 8px}::-webkit-scrollbar-button:horizontal:end:increment{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><polygon points="2,0 6,4 2,8" fill="%23aaa"/></svg>') no-repeat 50%;background-size:8px 8px}