.animated-check{display:block}.circle-container{transform-origin:50%;transform:rotate(90deg)}.animated-check circle{stroke-dasharray:603;stroke-dashoffset:603px;animation:1s ease-out forwards draw-circle}.checkmark-path{stroke-dasharray:140;stroke-dashoffset:140px;animation:.5s ease-out 1s forwards draw-check}@keyframes draw-circle{to{stroke-dashoffset:0}}@keyframes draw-check{to{stroke-dashoffset:0}}
