html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #242424;
}

#unity-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242424;
}

#unity-canvas {
  background: #242424;
}

#unity-loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
}

#unity-logo {
  width: 154px;
  height: 130px;
  margin: 0 auto 16px auto;
  background: url('game-icon.png') no-repeat center;
  background-size: contain;
}

#unity-progress-bar-empty {
  width: 154px;
  height: 18px;
  margin: 0 auto;
  background: url('progress-bar-empty.png') no-repeat center;
  background-size: cover;
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  background: url('progress-bar-full.png') no-repeat center;
  background-size: cover;
}

#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}

#xiaomi-banner-afc {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}
