#loading{background-color:rgba(0,0,0,.75);backdrop-filter:blur(7px);height:100%;width:100%;position:fixed;z-index:9999;margin-top:0;top:0;left:0}#loading-center{position:absolute;left:50%;top:50%;height:100px;width:300px;transform:translateX(-50%);margin-top:-30px}#loading-center-absolute{position:relative;width:100px;height:50px;left:50%;transform:translateX(-50%)}.object{width:20px;height:20px;background-color:var(--main_color);-moz-border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;border-radius:50% 50% 50% 50%;margin-right:20px;margin-bottom:20px;position:absolute}#object_one{-webkit-animation:object 2s linear infinite;animation:object 2s linear infinite}#object_two{-webkit-animation:object 2s linear -.4s infinite;animation:object 2s linear -.4s infinite}#object_three{-webkit-animation:object 2s linear -.8s infinite;animation:object 2s linear -.8s infinite}#object_four{-webkit-animation:object 2s linear -1.2s infinite;animation:object 2s linear -1.2s infinite}#object_five{-webkit-animation:object 2s linear -1.6s infinite;animation:object 2s linear -1.6s infinite}@-webkit-keyframes object{0%{left:100px;top:0}80%{left:0;top:0}85%{left:0;top:-20px;width:20px;height:20px}90%{width:40px;height:15px}95%{left:100px;top:-20px;width:20px;height:20px}to{left:100px;top:0}}@keyframes object{0%{left:100px;top:0}80%{left:0;top:0}85%{left:0;top:-20px;width:20px;height:20px}90%{width:40px;height:15px}95%{left:100px;top:-20px;width:20px;height:20px}to{left:100px;top:0}}