.loading_container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.loading-wave{width:300px;height:100px;display:flex;justify-content:center;align-items:flex-end}.loading-bar{width:20px;height:10px;margin:0 5px;background-color:#a2b0d5;border-radius:5px;animation:loading-wave-animation 1s ease-in-out infinite}.loading-bar:nth-child(2){animation-delay:.1s}.loading-bar:nth-child(3){animation-delay:.2s}.loading-bar:nth-child(4){animation-delay:.3s}.loading-bar:nth-child(5){animation-delay:.4s}.loading-bar:nth-child(6){animation-delay:.5s}.loading-bar:nth-child(7){animation-delay:.6s}@keyframes loading-wave-animation{0%{height:10px}50%{height:60px}100%{height:10px}}