h1,
h5,
span {
  color: #ffffff;
}

html, body {
  background-color: #00001c;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.container {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: stretch;
  overflow: hidden;
}

.theoplayer-container {
  z-index: 0;
}

/* Hide THEOplayer's built-in error overlay — our React onError handler
   manages all error display and recovery logic. Without this, transient
   non-critical errors (PIPELINE_ERROR_DECODE, segment failures) flash
   a full-screen error modal even though playback self-recovers. */
.theoplayer-skin.vjs-error .vjs-modal-dialog,
.theoplayer-skin.vjs-error .vjs-error-display {
  display: none !important;
}

input:focus {
  outline: 2px solid #00bdff;
  border-radius: 8px;
}
