@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-progress{animation:progress 2s infinite linear}@keyframes progress{0%{transform:translate(-100%)}to{transform:translate(100%)}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}body{@apply text-slate-800 bg-slate-50;}
