.loaderWrapper{position:fixed;inset:0;justify-content:center;background:#fff;z-index:9999}.loader,.loaderWrapper{display:flex;align-items:center}.loader{gap:8px}.bar{width:6px;height:40px;background:linear-gradient(0deg,#ff6d00,orange);border-radius:4px;animation:wave 1s ease-in-out infinite}.bar:first-child{animation-delay:0s}.bar:nth-child(2){animation-delay:.1s}.bar:nth-child(3){animation-delay:.2s}.bar:nth-child(4){animation-delay:.3s}.bar:nth-child(5){animation-delay:.4s}@keyframes wave{0%,to{transform:scaleY(.5);opacity:.5}50%{transform:scaleY(1);opacity:1}}