.custom-scrollbar{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,0);border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}.custom-scrollbar:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.custom-scrollbar::-webkit-scrollbar-thumb:active{background:hsla(0,0%,100%,.4)}@supports (scrollbar-width:thin){.custom-scrollbar{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent}}