.spinner-center{display:flex;align-items:center;justify-content:center;min-height:100vh}.spinner-svg{width:48px;height:48px;animation:spinner-rotate 1s linear infinite}.spinner-circle{stroke:#9d17f0;stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:spinner-dash 1.5s ease-in-out infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@keyframes spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
