@keyframes slide-in-right{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes progress{0%{width:100%}to{width:0}}.animate-slide-in-right{animation:slide-in-right .3s ease-out}.animate-progress{animation:progress 3s linear}