.loading-wave{width:300px;height:100px;display:flex;justify-content:center;align-items:flex-end}.loading-bar{width:20px;height:40px;margin:0 5px;border-radius:20px;animation:loading-wave-animation 1.2s ease-in-out infinite;--tw-bg-opacity:1;background-color:rgb(90 127 231/var(--tw-bg-opacity,1))}.loading-bar:first-child{animation-delay:0s}.loading-bar:nth-child(2){animation-delay:.3s}.loading-bar:nth-child(3){animation-delay:.5s}@keyframes loading-wave-animation{0%{transform:translateY(10px)}50%{transform:translateY(-10px)}to{transform:translateY(10px)}}