.spinner{width:48px;height:48px;display:inline-block}.spinner svg{animation:rotate 2s linear infinite}.spinner circle{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-dasharray:89,200;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}