@keyframes bounce-in{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}.animate-bounce-in{animation:bounce-in .4s ease-out}.success-circle{width:90px;height:90px}
