.custom-scrollbar::-webkit-scrollbar{height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border:none}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:gray;border-radius:100%}.custom-scrollbar::-webkit-scrollbar-button:horizontal{width:0;height:0;display:none}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:transparent transparent;scroll-behavior:smooth;transition:scrollbar-color .3s ease}.custom-scrollbar:hover{scrollbar-color:gray transparent}