.loading-dots{display:flex;align-items:center;justify-content:center;gap:1rem}.dot{width:1.2rem;height:1.2rem;background-color:#d11a63;border-radius:50%;animation:wave 1.2s ease-in-out infinite}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}