.scrollbar-none::-webkit-scrollbar { display: none; }
.scrollbar-none { -ms-overflow-style: none; scrollbar-width: none; }
.custom-modal-scrollbar::-webkit-scrollbar { width: 8px; border-radius: 9999px; }
.custom-modal-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-modal-scrollbar::-webkit-scrollbar-thumb { background: rgba(156, 163, 175, 0.4); border-radius: 9999px; }
.dark .custom-modal-scrollbar::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); }
.custom-modal-scrollbar::-webkit-scrollbar-thumb:hover { background: rgba(156, 163, 175, 0.8); }
.dark .custom-modal-scrollbar::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.4); }
