.spinner{transform-origin:center center;animation:spinnerIconRotate 2s linear infinite}.spinner circle{stroke-dasharray:1,200;stroke-dashoffset:0;animation:spinnerIconDash 1.5s ease-in-out infinite;stroke-linecap:round;fill:none}@keyframes spinnerIconRotate{to{transform:rotate(1turn)}}@keyframes spinnerIconDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0;stroke:#181818;stroke:var(--bg-dark,#181818)}50%{stroke-dasharray:89,200;stroke-dashoffset:-35;stroke:#181818;stroke:var(--bg-dark,#181818)}to{stroke-dasharray:89,200;stroke-dashoffset:-124;stroke:#181818;stroke:var(--bg-dark,#181818)}}
