.wave-loader-container{display:flex;justify-content:center;align-items:center;gap:8px;background-color:transparent}.wave-loader-container.compact{display:inline-flex;gap:4px;height:100%;align-items:center;justify-content:center}.wave-dot{width:10px;height:10px;border-radius:50%;animation:wave-bounce .6s ease-in-out infinite}.wave-dot.compact{width:7px;height:7px}.wave-dot:first-child{animation-delay:0s;background-color:#ff6b6b}.wave-dot:nth-child(2){animation-delay:.15s;background-color:#6bcb77}.wave-dot:nth-child(3){animation-delay:.3s;background-color:#4d96ff}@keyframes wave-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}