@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:20px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#4b556380}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#6b7280cc}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3afcc}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop2{0%{transform:translateY(-.5rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromBottom2{0%{transform:translateY(.5rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn95{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-in{animation-duration:.2s;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.slide-in-from-top-2{animation-name:slideInFromTop2}.slide-in-from-bottom-2{animation-name:slideInFromBottom2}.zoom-in-95{animation-name:zoomIn95}
