.spinner-wrap{justify-content:center;align-items:center;padding:48px;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--green);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
