.app-loading{color:var(--primary)}.app-loading,.app-loading div{box-sizing:border-box}.app-loading{display:inline-block;position:relative;width:4rem;height:4rem}.app-loading div{position:absolute;border:2px solid currentColor;opacity:1;border-radius:50%;animation:loading 1.25s cubic-bezier(0,.2,.8,1) infinite}.app-loading div:nth-child(2){animation-delay:-.8s}@keyframes loading{0%{top:1.8rem;left:1.8rem;width:.3rem;height:.3rem;opacity:0}4.9%{top:1.8rem;left:1.8rem;width:.3rem;height:.3rem;opacity:0}5%{top:1.8rem;left:1.8rem;width:.3rem;height:.3rem;opacity:1}to{top:0;left:0;width:4rem;height:4rem;opacity:0}}
