.loader-container{display:flex;align-items:flex-end;justify-content:center;gap:10px;height:100px}.loader-item{display:flex;flex-direction:column;align-items:center}.bar{position:relative;width:14px;height:50px;border-radius:4px;animation:grow-bar 1.5s infinite ease-in-out;transform-origin:bottom center;display:flex;justify-content:center}.dot{position:absolute;top:-20px;width:14px;height:14px;border-radius:50%}.delay-0 .bar{animation-delay:0s}.delay-200 .bar{animation-delay:.2s}.delay-400 .bar{animation-delay:.4s}@keyframes grow-bar{0%,80%,100%{height:0px}40%{height:50px}}
