.circuralProgress_container{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%}.circuralProgress_container .circuralProgress_circle{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2px;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.circuralProgress{display:flex;justify-content:center}.circuralProgress--absolute{background:#fff;border-radius:50px;bottom:10px;left:calc(50% - 25px);position:absolute}.circuralProgress--rowDirection{display:flex;justify-content:flex-start}