@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000001a}.dark .custom-scrollbar::-webkit-scrollbar-track{background:#171717}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0000004d}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#525252}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
