.spinner{display:flex;align-items:center;justify-content:center;padding:30px 0}.spinner--overlay{z-index:5000;position:absolute;inset:0;background:#00000080;padding:0}.spinner__svg{transform-origin:center;animation:rotate 2s linear infinite}.spinner__circle{fill:none;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}
