.loading-mask,.loading-image,.loading-color{width:100%;height:100%;box-sizing:border-box;position:absolute;top:0;left:0}.loading-mask *,.loading-mask *:before,.loading-mask *:after,.loading-mask:before,.loading-mask:after,.loading-image *,.loading-image *:before,.loading-image *:after,.loading-image:before,.loading-image:after,.loading-color *,.loading-color *:before,.loading-color *:after,.loading-color:before,.loading-color:after{box-sizing:border-box}.loading-mask{z-index:var(--z-loading)}.loading-mask.opaque .loading-color{opacity:1}.loading-text{text-indent:-4000px;text-align:center;position:absolute;color:currentColor}.loading-image{z-index:var(--z-base);color:currentColor}.loading-color{background-color:#fff;opacity:.3}.loading-image:before,.loading-image:after{position:absolute;top:50%;left:50%;display:inline-block;content:"";box-sizing:inherit;border-radius:50%;border-width:.05em;border-style:solid;border-color:currentColor;border-top-color:transparent;border-bottom-color:transparent;background-color:transparent}.loading-image:before{margin-top:-.5em;margin-left:-.5em;width:1em;height:1em;animation:k-loading-animation .7s linear infinite}.loading-image:after{margin-top:-.25em;margin-left:-.25em;width:.5em;height:.5em;animation:k-loading-animation reverse 1.4s linear infinite}.loading-image:before,.loading-image:after{content:"";border-width:1px;border-width:clamp(.015em,1px,1px);font-size:4em}@keyframes k-loading-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
