.progress-bar .checkmark{animation:checkmarkAppear .5s cubic-bezier(.34,1.56,.64,1);display:inline-block;vertical-align:middle}@keyframes checkmarkAppear{0%{opacity:0;transform:scale(0) rotate(-30deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.progress-bar .checkmark path{stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .5s ease .2s forwards}@keyframes drawCheck{to{stroke-dashoffset:0}}