body {
  color: #861c82;
  background: linear-gradient(0deg, rgba(138, 193, 40, 1) 0%, rgba(198, 228, 34, 1) 45%, rgba(0, 212, 255, 1) 100%);
}

a {
  color: #0f5167;
}

#toolbar > button {
  visibility: hidden;
}

button {
  border: none;
  background-color: darkgray;
  color: aliceblue;
}

div#search {
  display: none;
}

#breadcrumbs {
  font-style: italic;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}

#left {
  width: calc(100% - 490px);
  display: inline-block;
  vertical-align: top;
}

#screen {
  max-height: calc(100vh - 160px);
  padding: 10px;
  border: 1px solid black;
  overflow-y: auto;
}

#screen li {
  list-style-type: none;
  line-height: 1.4rem;
}

img.menuItemIcon {
  position: relative;
  min-width: 1em;
  max-height: 1em;
  display: inline-block;
  margin-right: 5px;
}

img.menuItemIcon::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 1em;
  height: 1em;
  overflow: hidden;
}

a.playing {
  background-color: #dadd4b;
}

#description p {
  text-indent: -20px;
  padding-left: 20px;
}

div:has(> #player) {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  backdrop-filter: blur(2px);
}

video-js {
  position: fixed !important;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vjs-iot-close-button {
  position: absolute !important;
  left: unset !important;
  background-color: transparent !important;
  height: 30px !important;
  top: 0px !important;
}

.vjs-iot-close-button span:nth-child(1)::before {
  content: "\f119";
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
