.loading-bars{padding:22px 20px;text-align:center}.loading-bars .bar{animation:pulse 1.2s ease-out infinite;background:var(--primary);display:inline-block;height:8px;width:5px}.loading-bars .bar:nth-of-type(0n+1){animation-delay:0s}.loading-bars .bar:nth-of-type(0n+2){animation-delay:.2s}.loading-bars .bar:nth-of-type(0n+3){animation-delay:.4s}.loading-bars .bar:nth-of-type(0n+4){animation-delay:.6s}.loading-bars .bar:nth-of-type(0n+5){animation-delay:.8s}@keyframes pulse{0%,75%{transform:scale(1)}25%{transform:scaleY(3)}}