#root-loader{background-color:#fff;bottom:0;cursor:default;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:9999}#root-loader .wrapper{align-items:center;display:flex;flex-direction:column;padding-top:21.7vh;position:fixed}#root-loader .init_loader{fill:#0000;display:inline-block;margin-top:40px;max-height:56px;transform:rotate(-90deg);transform-origin:50% 50%}#root-loader .init_loader-base{stroke:#e1e1e1;stroke-width:1}#root-loader .init_loader-color{stroke:var(--brand-primary-color)}#root-loader .init_loader--spin{animation-duration:2s;animation-iteration-count:infinite;animation-name:ringSpinner;animation-timing-function:linear}#root-loader.root-loader--hide{animation-duration:.3s;animation-name:logoHide;animation-timing-function:ease}@keyframes ringSpinner{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}@keyframes logoHide{0%{opacity:1}to{opacity:0}}