.btn-dots{align-items:center;gap:5px;height:1em;display:inline-flex}.btn-dots span{opacity:.9;background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite btn-dot-bounce;display:inline-block}.btn-dots span:first-child{animation-delay:0s}.btn-dots span:nth-child(2){animation-delay:.2s}.btn-dots span:nth-child(3){animation-delay:.4s}@keyframes btn-dot-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}
