.bubbles-loader{display:flex;justify-content:center;align-items:center;gap:8px;padding:6px}.bubbles-dot{width:12px;height:12px;background-color:#fff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.bubbles-dot:nth-child(2){animation-delay:.2s}.bubbles-dot:nth-child(3){animation-delay:.4s}.bubbles-dot:nth-child(4){animation-delay:.6s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}