.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;margin:4px 0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(156,163,175,.5);border-radius:20px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsla(220,9%,46%,.6)}.custom-scrollbar::-webkit-scrollbar-thumb:active{background-color:hsla(220,9%,46%,.7)}@media (prefers-color-scheme:dark){.custom-scrollbar{scrollbar-color:rgba(75,85,99,.5) transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(75,85,99,.5)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:hsla(220,9%,46%,.6)}.custom-scrollbar::-webkit-scrollbar-thumb:active{background-color:hsla(220,9%,46%,.7)}}