@keyframes progressFill{0%{width:0%}to{width:100%}}@keyframes checkmarkComplete{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes checkmarkPending{0%{opacity:0}to{opacity:1}}.animate-progress-fill{animation-name:progressFill;animation-timing-function:linear;animation-fill-mode:forwards}.animate-checkmark-complete{animation:.5s ease-out forwards checkmarkComplete}.animate-checkmark-pending{animation:.3s ease-out forwards checkmarkPending}
