.mloader{color:#80b8e6;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}.mloader:after{content:"";position:fixed;width:48px;height:48px;border:6px solid #80b8e6;border-left-color:transparent;border-radius:50%;top:calc(50% - 72px);left:calc(50% - 24px);animation:rotation 1.3s linear infinite}.mloader:after,.mloader:before{box-sizing:border-box;display:none}.mloader.is-active{background-color:rgba(255,255,255,.5);width:100%;height:100%;left:0;top:0}.mloader.is-active:after,.mloader.is-active:before{display:block}@keyframes rotation{0%{transform:rotate(359deg)}to{transform:rotate(0)}}.mloader[data-text]:before{position:relative;left:0;top:calc(49%);color:#444;font-weight:bold;background-color:#fff;text-align:center;margin:auto;width:fit-content;padding:.8em 1.5em;border-radius:5px;box-shadow:0 0 10px 2px rgba(32,37,41,.1)}.mloader[data-text=""]:before{content:"Loading"}.mloader[data-text]:not([data-text=""]):before{content:attr(data-text)}