.bar-chart-wrapper{display:flex;justify-content:center;align-items:center;padding:10px}.bar-chart-container{position:relative;display:flex;align-items:flex-end;height:30px;gap:4px;padding:4px 8px}.bar{width:4px;background:linear-gradient(0deg,rgb(2,72,143),rgb(255,255,255));height:10px;animation-name:bounce;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes bounce{0%{height:4px}50%{height:20px}to{height:4px}}.center-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border:1.5px solid transparent;border-top-color:#ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}