.app-loading{background-color:#fff;bottom:0;height:100%;left:0;right:0;top:0;width:100%}.app-loading,.app-loading__logo-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;position:relative}.app-loading__logo-container{height:60px;width:76px}.app-loading__logo-container__background{position:absolute;z-index:3}.app-loading__logo-container__control{animation:loading-control-animation 10s infinite both;background-color:#fff;height:60px;position:absolute;top:0;width:76px;z-index:2}.app-loading__logo-container__foreground{position:absolute;z-index:1}@keyframes loading-control-animation{0%{height:60px}to{height:0}}#root,body,html{height:100%;margin:0;padding:0;position:relative;width:100%}