@keyframes fade-in-smooth{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animate-spin-once{animation:fade-in-smooth .4s ease-out;animation-delay:.1s;animation-fill-mode:both}@keyframes fade-in-scale{0%{opacity:0}to{opacity:1}}.animate-fade-in-scale{animation:fade-in-scale .3s ease-out;animation-delay:.05s;animation-fill-mode:both}@keyframes fade-in-icon{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.animate-pulse-success{animation:fade-in-icon .5s ease-out;animation-delay:.2s;animation-fill-mode:both}