.circle-progress{stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0;stroke-dashoffset:0;transition:stroke-dasharray 1s ease-in-out,stroke-dashoffset 1s ease-in-out}.circle-progress.animated{stroke-dasharray:100%;stroke-dashoffset:0}.progress-line p{transform:scaleX(0);transform-origin:left;animation:animate 1s cubic-bezier(1,0,.5,1) forwards;transition:all 1s;height:100%;border-radius:100px}.progressLine p.animate{animation:animate 1.5s cubic-bezier(1 0,.5,1) .5s forwards}@keyframes showText{to{opacity:1}}@keyframes animate{to{transform:scaleX(1)}}