.circular-progress-text-input-main{display:inline-block;position:relative}.circular-progress-svg-text-input-main{width:100%;height:100%;animation:1.4s linear infinite circular-progress-rotate-text-input-main}.circular-progress-circle-text-input-main{stroke:currentColor;stroke-dasharray:80 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.4s ease-in-out infinite circular-progress-dash-text-input-main}@keyframes circular-progress-rotate-text-input-main{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes circular-progress-dash-text-input-main{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:100 200;stroke-dashoffset:-15px}to{stroke-dasharray:100 200;stroke-dashoffset:-125px}}
