.circular-progress-svg{animation:rotate 1.4s linear infinite}.circular-progress-circle{transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotate{to{transform:rotate(400deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}