.spinner{display:inline-block;flex:none;line-height:0}.spinner__svg{display:block;animation:spinner-rotate 1.4s linear infinite;width:100%;height:100%}.spinner__circle{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0;animation:spinner-dash 1.4s ease-in-out infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@keyframes spinner-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}
