.loading-wave{justify-content:center;align-items:flex-end;width:300px;height:100px;display:flex}.loading-bar{background-color:var(--color-blue-500);border-radius:5px;width:20px;height:10px;margin:0 5px;animation:1s ease-in-out infinite loading-wave-animation}.loading-bar:nth-child(2){background-color:var(--color-cyan-500);animation-delay:.1s}.loading-bar:nth-child(3){background-color:var(--color-emerald-500);animation-delay:.2s}.loading-bar:nth-child(4){background-color:var(--color-pink-500);animation-delay:.3s}@keyframes loading-wave-animation{0%{height:10px}50%{height:50px}to{height:10px}}
