.app-loading-root {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}

.app-loading-root > div {
  text-align: center;
  margin-top: -100px;
}

#app-init.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

#app-version {
  position: absolute;
  right: 45px;
  bottom: 0;
  font-size: 16px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  z-index: 9999;
}