.spinner{border:3px solid var(--primary);box-sizing:border-box;z-index:2;border-top-color:#0000;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin;display:inline-block;position:absolute}.spinner.small{border-width:2px;width:16px;height:16px}@keyframes spin{to{transform:rotate(360deg)}}
