#loading{width:100%;height:100vh;background:var(--white-color);position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;z-index:100000000000000000}.loading_icon{display:inline-block;position:relative;width:80px;height:80px}.loading_icon div{position:absolute;border:4px solid var(--main-color);opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.loading_icon div:nth-child(2){animation-delay:-.5s}