.spinner-wrapper--center{justify-content:center;align-items:center;padding:40px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border-radius:var(--radius-full);border:2.5px solid var(--purple-100);border-top-color:var(--purple-600);animation:.7s linear infinite spin}.spinner--sm{width:18px;height:18px}.spinner--md{width:28px;height:28px}.spinner--lg{width:44px;height:44px}
