.loading-svg{width:3.25em;transform-origin:center;animation:rotate4 2s linear infinite}circle{fill:none;stroke:hsl(214,97%,59%);strokeWidth:2;stroke-dasharray:1,200;stroke-dashoffset:0;strokeLinecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}