.splash{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1000}.splash .splash-logo{background:url("../../resources/images/mobile/login-assets/splash-screen-logo.png") center center/cover no-repeat;width:232px;height:74px}.splash .loading-progress{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:33px}.splash .loading-progress.hidden{display:none}.splash .loading-progress .splash-loading{font-size:12px;color:#6623ce;margin-bottom:10px}.splash .loading-progress .progress-bar{height:7px;width:111px;border-radius:8px;background-color:#fafafa;border:1px solid #6623ce;overflow:hidden;position:relative}.splash .loading-progress .progress-bar:after{content:"";position:absolute;width:var(--progress, 0%);height:100%;background-color:#6623ce}
