.SpinnerGlobal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:var(--colorShadeBg);pointer-events:none;opacity:0;z-index:var(--layerSpinnerZIndex);transition:var(--animationBase)}.SpinnerGlobal.is-active{pointer-events:auto;opacity:1}.SpinnerGlobal-spinner{margin:auto;width:25px;height:25px;background-color:transparent;border-radius:50%;display:block;-webkit-animation:spinner 2s linear infinite;animation:spinner 2s linear infinite}.SpinnerGlobal-spinner:after,.SpinnerGlobal-spinner:before{display:block;border-radius:50%;content:"";width:25px;height:25px;background-color:var(--colorBrand);-webkit-animation:pulse 1s linear infinite alternate;animation:pulse 1s linear infinite alternate}.SpinnerGlobal-spinner:before{margin-left:25px}.SpinnerGlobal-spinner:after{margin-top:-25px;margin-left:-25px}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}@-webkit-keyframes pulse{to{transform:scale(.8);opacity:.5}}@keyframes pulse{to{transform:scale(.8);opacity:.5}}
/*# sourceMappingURL=spinner-global.min.css.map */
