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