.spinner{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:radial-gradient(farthest-side,var(--color-brand-600) 94%,transparent) top/10px 10px no-repeat,conic-gradient(transparent 30%,var(--color-brand-600));mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#387478 0);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#387478 0);animation:spin 1.5s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}