@keyframes wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.loading-bars-container{justify-content:center;align-items:flex-end;gap:.75rem;height:3rem;display:flex}.loading-bar{border-radius:.25rem;width:1rem;height:100%;animation:1.3s ease-in-out infinite wave}.loading-bar-delay-0{animation-delay:0s}.loading-bar-delay-1{animation-delay:.1s}.loading-bar-delay-2{animation-delay:.2s}.loading-bar-delay-3{animation-delay:.3s}.loading-bar-delay-4{animation-delay:.4s}.loading-bar-delay-5{animation-delay:.5s}
