@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{@apply bg-gray-300 dark:bg-gray-600;border-radius:20px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{@apply bg-gray-400 dark:bg-gray-500;}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes shrinkWidth{0%{width:100%}to{width:0%}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-slideInRight{animation:slideInRight .4s cubic-bezier(.16,1,.3,1) forwards}
