.loader-wrapper{z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}.pulse-bars{gap:6px;display:flex}.pulse-bars span{background:var(--customColor);border-radius:4px;width:12px;height:62px;animation:1s ease-in-out infinite alternate pulse}.pulse-bars span:nth-child(2){animation-delay:.15s}.pulse-bars span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,to{opacity:.4;height:18px}50%{opacity:1;height:36px}}.loader-text{color:#6b7280;font-size:13px}
