:root{--scrollbar-thumb-color: rgb(16, 94, 210);--scrollbar-thumb-hover-color: rgb(12, 74, 170);--scrollbar-track-color: transparent}body.dark{--scrollbar-thumb-color: rgb(193, 18, 31);--scrollbar-thumb-hover-color: rgb(149, 14, 24);--scrollbar-track-color: transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color);border:0px none #ffffff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover-color)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-hover-color)}::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border:0px none #ffffff;border-radius:50px}::-webkit-scrollbar-corner{background:transparent}
