@layer components{@keyframes fadeIn{0%{opacity:0;bottom:-40px}to{opacity:1;bottom:0}}@keyframes fadeOut{0%{opacity:1;bottom:0}to{opacity:0;bottom:40px}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fade-out{animation:fadeOut .5s ease-out forwards}}
/*# sourceMappingURL=800acaf3254291db.css.map*/