.circular-loader{transform-origin:50%;width:100%;height:100%;animation:2s linear infinite circular-loader-rotate}.circular-loader-path{stroke-dasharray:150 200;stroke-dashoffset:-10px;stroke-linecap:round;animation:1.5s ease-in-out infinite circular-loader-dash}@keyframes circular-loader-rotate{to{transform:rotate(360deg)}}@keyframes circular-loader-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-92px}}
