.custom-scrollbar{overflow:auto}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;transition:background-color .3s}.custom-scrollbar:active::-webkit-scrollbar-thumb,.custom-scrollbar:hover::-webkit-scrollbar-thumb{border-radius:var(--radius-sm)}.custom-scrollbar::-webkit-scrollbar{width:3px;height:3px;border-radius:50px}.custom-scrollbar::-webkit-scrollbar-track{background-color:transparent}.scroll-dark:active::-webkit-scrollbar-thumb,.scroll-dark:hover::-webkit-scrollbar-thumb{background-color:hsla(var(--scroll-bar))}.scroll-light:active::-webkit-scrollbar-thumb,.scroll-light:hover::-webkit-scrollbar-thumb{background-color:rgb(255 255 255/.15)}