@keyframes circular-progress-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes circular-progress-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:1px,200px;stroke-dashoffset:-126px}}