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

#unity-container,
#unity-container.unity-desktop,
#unity-container.unity-mobile {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  overflow: hidden;
}

#unity-canvas,
.unity-mobile #unity-canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  background: #231f20;
}

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

#unity-logo {
  width: 154px;
  height: 130px;
  background:
    url("unity-logo-dark.png")
    no-repeat center;
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  margin-left: 6.5px;
  background:
    url("progress-bar-empty-dark.png")
    no-repeat center;
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background:
    url("progress-bar-full-dark.png")
    no-repeat center;
}

#unity-footer {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 38px;
  background: rgba(255, 255, 255, 0.94);
}

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

#unity-logo-title-footer {
  display: none;
}

#unity-build-title {
  margin: 0 10px 0 14px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 38px;
  white-space: nowrap;
}

#unity-fullscreen-button {
  width: 38px;
  height: 38px;
  cursor: pointer;
  background:
    #20add3
    url("fullscreen-button.png")
    no-repeat center;
}

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