.spinner-container{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center}.spinner{height:100%;width:100%;transform:rotate(-90deg);animation:spin 2s linear infinite}.spinner-circle{fill:none;stroke:var(--primary);stroke-width:4px;stroke-dasharray:126;stroke-dashoffset:37.8;transition:stroke-dashoffset .3s ease}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}