@keyframes dash-offset{0%{stroke-dashoffset:100}to{stroke-dashoffset:var(--offset)}}.animate-progress-circle{animation:dash-offset 1.5s ease-out forwards}