body{margin:0}.pre-app-loader{box-sizing:border-box;width:100%;height:100%;position:fixed;background:#fff;z-index:10000;display:flex;align-items:center;justify-content:center;margin:0}.pre-app-loader__icon{box-sizing:border-box;border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #ed7622;min-width:32px;min-height:32px;max-height:32px;max-width:32px;animation:rotating 1s linear infinite;margin:0}.pre-app-loader__inner{height:100%;width:100%;position:fixed;background:rgba(255,255,255,.7);z-index:2;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;top:0;left:0;margin:0}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}