.animate-slideUp{animation:slideUp .6s ease-in-out forwards}@keyframes slideUp{0%{transform:translateX(100%)}to{transform:translateX(0)}}