@keyframes spinner-bounce{0%,100%{transform:rotate(0)}50%{transform:rotate(180deg)}}@keyframes phAnimation{0%{transform:translate3d(-30%, 0, 0)}100%{transform:translate3d(30%, 0, 0)}}.spinner{background:rgba(243,243,243,.5);position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.spinner:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.spinner__inner{width:40px;height:40px;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;margin:auto}.spinner__inner:before,.spinner__inner:after{content:"";width:100%;height:100%;background-color:#3c96ff;opacity:.6;position:absolute;top:0;left:0;animation:spinner-bounce 2s infinite ease-in-out}.spinner__inner:after{animation-delay:-1s}.spinner--global{background:#fff}.spinner--global span:before,.spinner--global span:after{background-color:#3c96ff}.app-is-ready .spinner--global{display:none}
