.loader{align-items:center;height:22px;display:flex}.loader .stroke{background:var(--color-blue-300);border-radius:50px;width:3px;height:100%;margin:0 1.5px;animation:1.2s linear infinite animate;display:block;position:relative}@keyframes animate{50%{height:20%}to{height:100%}}.stroke:first-child{animation-delay:0s}.stroke:nth-child(2){animation-delay:.3s}.stroke:nth-child(3){animation-delay:.6s}.stroke:nth-child(4){animation-delay:.9s}.stroke:nth-child(5){animation-delay:.6s}.stroke:nth-child(6){animation-delay:.3s}.stroke:nth-child(7){animation-delay:0s}
