.spinner{display:none}.spinner-dots{justify-content:center;align-items:center;gap:3px;height:20px;display:inline-flex}.spinner-dot{opacity:.7;background:currentColor;border-radius:50%;width:6px;height:6px;animation:.5s infinite alternate spinner-bounce}.spinner-dot:nth-child(2){animation-delay:.2s}.spinner-dot:nth-child(3){animation-delay:.4s}@keyframes spinner-bounce{0%{opacity:.7;transform:translateY(0)}to{opacity:1;transform:translateY(-7px)}}
