@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-in-right{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in-right{animation:slide-in-right .8s ease-out forwards}@keyframes shrink{0%{width:100%}to{width:0%}}.error-toast-enter{animation:slideInRight .3s ease-out}.error-toast-exit{animation:slideInRight .3s ease-out reverse}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-animation{animation:float 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.pulse-animation{animation:pulse 2s ease-in-out infinite}
