body {
  margin: 0;
  text-align: center;

  color: #c5c8c6;
  background-image: url(/res/img/starbg.gif);
  background-color: black;
}

.border {
  border: 1px;
  border-style: solid;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#beefvideos {
  background-color: #282a2ef0;
  color: #ff0000;
  text-align: center;
  font-weight: bold;
}

#beefvideos>a {
  text-decoration: none;
  color: inherit;
}

#beefvideos>a>p {
  padding-top: 1vh;
  padding-bottom: 1vh;

  margin: 0;
  font-size: 40px !important;
}

#player {
  padding-top: 1em;
  padding-inline: 1em;
  border: none;
  background-color: #282a2e80;
  backdrop-filter: blur(2px);
  border: 0.05em solid #24242480;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
}

#schedule {
  background-color: #00000000;
  border: none;
  background-color: #282a2e80;
  border: 0.05em solid #24242480;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  height: 1080px;
}


table,
th,
td {
  border-collapse: collapse;
  border: 1px solid;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.quote {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.3em;
  padding-inline: 0.3em;
  padding-block: 0.2em;
  width: max-content;
  border: 0.05em solid #24242480;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  margin-inline: auto;
  margin-bottom: auto;
  background-color: #282a2e80;
  backdrop-filter: blur(2px);
}

.quote a {
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  text-decoration: none;
  color: inherit;
}

.quotes {
  width: auto;
  border: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-inline: 10%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

blockquote {
  margin-left: 0em;
  margin-top: 0em;

  /* these are the ones that actually get used */
  margin-right: 0.4em;
  margin-bottom: 0em;
}

@media (max-aspect-ratio: 1) {
  * {
    font-size: 40px;
  }

  .quotes {
    margin-inline: 0;
  }

  .quote {
    max-width: 80vw;
  }

  cite {
    white-space: nowrap;
  }

  @media (min-width: 780px) {
    #player {
      transform: scale(2);
      transform-origin: 0 1;
      zoom: 2;
      -ms-zoom: 2;
      -moz-transform: scale(2);
      -moz-transform-origin: 0 1;
      -o-transform: scale(2);
      -o-transform-origin: 0 1;
      -webkit-transform: scale(2);
      -webkit-transform-origin: 0 1;
      margin-bottom: 2em;
      margin-top: 1.6em;
    }
  }


  @media (max-width: 400px) {
    #player {
      transform: scale(0.75);
      transform-origin: 0 1;
      zoom: 2;
      -ms-zoom: 2;
      -moz-transform: scale(0.75);
      -moz-transform-origin: 0 1;
      -o-transform: scale(0.75);
      -o-transform-origin: 0 1;
      -webkit-transform: scale(0.75);
      -webkit-transform-origin: 0 1;
      margin-bottom: 2em;
      margin-top: 1.6em;
    }
  }
}

.submission_dialog {
  color: #c5c8c6;
  background-color: #1d1f21;
  border: 1px solid var(--fc-border-color, #ddd);
  border-radius: 5px;
}

.submission_dialog div h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-inline: 0.25em;
}

.submission_dialog div form {
  display: flex;
  flex-direction: column;
}

#cast-button {
  background-color: rgba(0, 0, 0, 0);
  height: 64px;
  width: 64px;
  border: none;
  cursor: pointer;
}

.center-horizontal {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.center-vertical {
  width: fit-content;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.badgetextcarrier {
  border: 0.05em solid #24242480;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  padding-inline: 1em;
  padding-bottom: 1em;
  background-color: #282a2e80;
  backdrop-filter: blur(2px);
}

#badgetext {
  width: 20em;
  height: 5em;
  resize: none;
}