.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999;background-color:rgba(0,0,0,.8);width:100%;height:100%;left:0;top:0}.loader:after,.loader:before{box-sizing:border-box}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{0%{opacity:.5}to{opacity:1}}.loader:after{content:"";position:fixed;width:48px;height:48px;border:8px solid #fff;border-left-color:transparent;border-radius:50%;top:calc(50% - 24px);left:calc(50% - 24px);animation:rotation 1s linear infinite}.loading-text{position:fixed;left:0;top:calc(50% - 63px);color:currentColor;text-align:center;width:100%;font-size:12px;animation:blink 1s linear infinite alternate}
