body {
  padding: 0;
  margin: 0;
  background: #1c1f24;
}

#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }

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

#speakos-logo {
  width: 184px;
  height: 112px;
  margin: 0 auto;
  background: url('speakos-logo.png') no-repeat center;
  background-size: contain;
}

#unity-progress-bar-empty {
  width: 184px;
  height: 6px;
  margin: 16px auto 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  overflow: hidden;
}

#unity-progress-bar-full {
  width: 0%;
  height: 100%;
  background: #7eb8da;
  border-radius: 3px;
}

#unity-footer {
  position: relative;
  height: 38px;
  margin-top: 4px;
}

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

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 16px;
  color: #e8eaed;
}

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

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