.spinner{display:inline-block}.spinner-circle{fill:none;stroke:currentColor;stroke-width:4px;animation:1.5s ease-in-out infinite dash,2s linear infinite rotate}@keyframes dash{0%{stroke-dasharray:100 0}50%{stroke-dasharray:0 100}to{stroke-dasharray:100 0}}@keyframes rotate{0%{stroke-dashoffset:75px}to{stroke-dashoffset:375px}}
