.checkmark-container svg{width:100px;display:block}.checkmark-container .path{stroke-dasharray:1000;stroke-dashoffset:0}.checkmark-container .path.circle{animation:dash 1s ease-in-out}.checkmark-container .path.line{stroke-dashoffset:1000;animation:dash 1s ease-in-out .6s forwards}.checkmark-container .path.check{stroke-dashoffset:-100;animation:dash-check 1s ease-in-out .6s forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}