@keyframes bounceIn{0%{transform:scale(0);opacity:0}60%{transform:scale(2);opacity:1}to{transform:scale(1)}}.animated-check{animation:bounceIn .6s ease-out}
