.spinner{animation:rotate 1.6s linear infinite;width:72px;height:72px}.path{stroke:#0B74E2;stroke-width:10;stroke-linecap:round;fill:none;stroke-dasharray:175;stroke-dashoffset:175;animation:dash 1.6s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dashoffset:175}50%{stroke-dashoffset:0}to{stroke-dashoffset:-175}}