.loading-container{position:relative}.loading-container .loading-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;color:var(--color-main)}.loading-container:not(.skeleton-mode):after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;width:100%;height:100%;background:#fff;opacity:.4;transition:all .3s;content:"";pointer-events:auto}.loading-container.skeleton-mode:after{width:100%;height:100%;position:absolute;top:0;left:0;display:block;background-image:linear-gradient(90deg,#eee 25%,#e6e6e6 37%,#eee 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite;border-radius:inherit;content:""}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}