#unity-container.unity-desktop {
  display: inline-block;
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}

#unity-canvas {
  background-image: url("/images/loading/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}

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

#unity-logo {
  width: 600px;
  height: 571px;
  background: url("/images/loading/logo_flat.png") no-repeat center;
}

#unity-progress-bar-empty {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  width: 221px;
  height: 16px;
  transform: translate(0%, -600%);
  background: url("/images/loading/progress-bar-empty-dark.png") no-repeat
    center;
}

#unity-progress-bar-full {
  width: 0%;
  height: 16px;
  background: url("/images/loading/progress-bar-full-dark.png") no-repeat center;
}

#unity-progress-bar-text {
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
  width: 221px;
  height: 16px;
  color: #ff7fac;
  position: relative;
}

#unity-footer {
  position: relative;
}

.unity-mobile #unity-footer {
  display: none;
}

#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url("/images/webgl-logo.png") no-repeat center;
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("/images/fullscreen-button.png") no-repeat center;
}

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