.loadingcircle,.loadingcircle div{box-sizing:border-box}.loadingcircle{width:80px;height:80px;display:inline-block;position:relative}.loadingcircle div{border:4px solid var(--title-color);opacity:1;border-radius:50%;animation:2s cubic-bezier(0,.2,.8,1) infinite loadingcircle;position:absolute}.loadingcircle div:nth-child(2){animation-delay:-1s}@keyframes loadingcircle{0%{opacity:0;width:8px;height:8px;top:36px;left:36px}4.9%{opacity:0;width:8px;height:8px;top:36px;left:36px}5%{opacity:1;width:8px;height:8px;top:36px;left:36px}to{opacity:0;width:80px;height:80px;top:0;left:0}}.loading-center-wrapper{border-radius:7px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}
