@keyframes s-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes s-spinner-dash{0%{stroke-dasharray:1 100;stroke-dashoffset:0}40%{stroke-dasharray:99 100;stroke-dashoffset:-20px}65%{stroke-dasharray:99 100;stroke-dashoffset:-60px}to{stroke-dasharray:1 100;stroke-dashoffset:-100px}}@keyframes s-spinner-grow-in{0%{opacity:0;max-width:0}to{opacity:1;max-width:2em}}@keyframes s-spinner-shrink{0%{opacity:1;max-width:2em}to{opacity:0;max-width:0}}
