.loader{top:50%;left:50%;transform:translate(-50%,-50%)}.loader__line{background:var(--on-background);width:100%;min-width:5px;max-width:8px;height:100%;max-height:80px;margin:0 5px;animation:1s linear infinite loading;display:inline-block}.loader__line:nth-child(2){animation-delay:-.8s}.loader__line:nth-child(3){animation-delay:-.7s}.loader__line:nth-child(4){animation-delay:-.6s}.loader__line:nth-child(5){animation-delay:-.5s}@keyframes loading{0%,10%,80%,to{transform:scaleY(.3)}30%,60%{transform:scaleY(1)}}
