body {
  height: 100%;
  background-color: #232b2b;
  color: #f7efd2;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#app {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#app:fullscreen:not(.hovering) {
  cursor: none;
}
#app:fullscreen:not(.hovering) :not(video, .overlaybutton) {
  display: none;
}
.crumbs {
  width: 100%;
  margin: 0 0 3rem 5rem;
}
a {
  color: inherit;
}
.continue-container {
  width: 100%;
}
.continue-container>div {
  display: flex;
  overflow: auto;
}
.continue-container ::-webkit-scrollbar {
  display: none;
}
.listing {
  box-shadow: -1px 4px 10px 3px rgb(95 95 95 / 82%);
  display: flex;
  padding: 0.5rem;
  margin: 0.5rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.listing.D {
  background: #ce5b5791;
}
.listing.A {
  background: #78a5a39d;
}
.listing.V {
  background: #444c5ca8;
}
.name-container {
  width: 12rem;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem;
}
.listing img {
  width: 230px;
  height: 128px;
}
.listing img.A {
  object-fit: contain;
}
@media (max-width: 600px) {
  .listing {
    flex-direction: column;
  }
  .listing span {
    text-align: center;
    margin: 1rem auto;
    width: 9rem;
  }
  .listing img {
    width: 9rem;
    height: 5rem;
  }
  .name-container {
    width: 9rem;
    padding: 0;
  }
}
.progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #D2042D;
}
.progress.D {
  background: radial-gradient(circle, rgba(210,4,45,0.6208858543417367) 15%, rgba(4,210,169,1) 100%);
}
.audio-only-button {
  margin-top: auto;
}

video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
audio {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
video.overscan {
  padding: 0.8rem;
}
audio.overscan {
  width: 95%;
  bottom: 0.8rem;
}
.audioOnly {
  bottom: 60%;
}
.close-button {
  position: absolute;
  font-size: 4rem;
  opacity: 0.5;
  top: 0;
  right: 0;
}
.close-button.overscan {
  top: 10px;
  right: 10px;
}
#app:fullscreen .close-button {
  display: none;
}
.overlaybutton {
  position: absolute;
  top: 0;
  width: 27%;
  height: 100%;
}
.overlaybutton.back {
  left: 0;
}
.overlaybutton.forward {
  right: 0;
}
.name-title {
  z-index: 1;
  height: min-content;
  padding: 0.5rem;
  margin-top: 1rem;
  background: #01714fe0;
  font-weight: bold;
  border-radius: 5px;
  font-size: 2rem;
  text-align: center;
}
.parent-button {
  position: absolute;
  top: 0;
  left: 0;
}
.parent-button.overscan {
  top: 10px;
  left: 10px;
}
.users-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.users-list>div {
  width: 10rem;
  padding: 2rem;
  margin: 2rem 1rem;
  font-size: 24pt;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
}
input {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
button {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #17a2b8;
  margin-left: 0.5rem;
  cursor: pointer;
}
