@keyframes m3-spinner-rotate{to{transform:rotate(360deg)}}@keyframes m3-spinner-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 200;stroke-dashoffset:-35px}to{stroke-dasharray:90 200;stroke-dashoffset:-124px}}.m3-spinner{animation:1.4s linear infinite m3-spinner-rotate}.m3-spinner circle{stroke:currentColor;stroke-linecap:round;animation:1.4s ease-in-out infinite m3-spinner-dash}
