@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{animation:shimmer 2s infinite linear}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#f1f5f9 transparent}.custom-scrollbar::-webkit-scrollbar{width:2px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#f1f5f9;border-radius:20px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#e2e8f0}}
