.custom-scrollbar{overflow-x:scroll!important;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:10px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;backdrop-filter:blur(8px);border-radius:9999px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);backdrop-filter:blur(10px);border-radius:9999px;border:1px solid rgba(255,255,255,.2);transition:background .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}