@keyframes progressBar{0%{width:0%}to{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-progressBar{animation:2s ease-in-out infinite progressBar}.animate-fadeIn{animation:1.5s ease-in-out fadeIn}
