.overlay-container {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: sticky;
  z-index: 300;
  pointer-events: none;
}
.overlay {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 1.5em);
  pointer-events: none;
  align-items: flex-start;
}
#loading-image {
  position: fixed;
  z-index: 310;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.top-overlay {
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 320;
}
#hover-overlay {
  height: 100%;
}
#hover-overlay > video,
#hover-overlay > img {
  max-height: 100%;
  max-width: 100%;
  margin: auto auto;
  display: block;
  object-fit: contain;
}
.popup-menu {
  padding: 5px;
  display: table;
  position: relative;
  margin-top: 0.1em;
  z-index: 15;
  white-space: nowrap;
}
.popup-menu li {
  list-style: none;
  margin: 0;
  padding: 3px 3px 3px 5px;
}
#banner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#banner * {
  white-space: nowrap;
}
.banner-float.svg-link {
  font-weight: bold;
  padding: 0 0.15em 0 0.15em;
}
.banner-float.svg-link svg {
  width: 1em;
  height: 1em;
}
#banner-center {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
#modal-overlay {
  position: absolute;
  height: auto;
}
#left-panel,
#left-spacer {
  left: 0;
  margin-left: 0;
}
#right-panel,
#right-spacer {
  right: 0;
  margin-right: 0;
}
#board-navigation {
  float: left;
}
#board-navigation a {
  font-weight: bold;
}
.tab-butts {
  display: flex;
}
.tab-butts a {
  display: inline-block;
  padding: 7px;
}
.tab-butts + hr {
  margin: 0;
}
.tab-cont {
  padding-left: 5px;
}
.tab-cont > div {
  display: none;
  padding-top: 5px;
  width: 100%;
}
.tab-cont > div label {
  padding-left: 0.2em;
}
.tab-cont > div.tab-sel {
  display: block;
}
#hidden {
  float: right;
}
.modal.notification {
  text-align: center;
  padding: 0.6em;
  margin-left: auto;
  margin-right: auto;
}
.modal {
  text-align: left;
  max-height: 90vh;
  max-width: 90vw;
  overflow: auto;
  margin: 0.5em;
  padding: 1em;
  white-space: nowrap;
}
.modal input[type=number] {
  width: 5em;
}
.modal input[type=text],
.modal input[type=password] {
  width: 10em;
}
#modal-overlay > .modal:not(.show) {
  display: none;
  margin-left: auto;
}
.full-width input[type=number],
.full-width input[type=text],
.full-width input[type=password],
.full-width textarea,
input[type=number].full-width,
input[type=text].full-width,
input[type=password].full-width,
textarea.full-width {
  width: calc(100% - 1px);
  box-sizing: border-box;
}
.modal.wide-fields input[type=text],
form.wide-fields input[type=text],
.modal.wide-fields textarea,
form.wide-fields textarea {
  width: 20em;
}
.modal.wide-fields input[type=text].map-field,
form.wide-fields input[type=text].map-field,
.modal.wide-fields textarea.map-field,
form.wide-fields textarea.map-field {
  width: 9.3em;
}
.modal,
#banner {
  pointer-events: all;
}
.modal,
#banner,
.reply-form,
.popup-menu,
.preview {
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.preview {
  padding: 4px 10px;
  position: fixed;
  pointer-events: none;
  z-index: 320;
}
.preview .svg-link,
.preview .image-search,
.preview .mod-checkbox {
  display: none;
}
.shortcut {
  border: none;
  width: 2em;
}
.blinking {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.post-collection {
  white-space: initial;
  z-index: 1;
}
.report-form {
  margin-left: auto;
  margin-right: auto;
}
#captcha-form {
  margin: auto;
  display: block;
  white-space: unset;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.form-response {
  text-align: center;
  font-weight: bold;
}
#moderation-panel {
  align-self: flex-end;
  bottom: 0;
  right: 0;
  position: fixed;
}
#modal-overlay > #moderation-panel {
  display: inline-block;
}
#moderation-panel:not(.keep-visible) {
  transform: translateX(100%);
  opacity: 0.5;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-property: all;
}
#moderation-panel:not(.keep-visible):hover {
  transform: translateX(0);
  opacity: 1;
  border: 0;
}
#moderation-panel:not(.keep-visible):hover form {
  max-height: 85vh;
  max-width: 85vw;
}
#moderation-panel:not(.keep-visible):not(:hover) {
  border-left: 1em solid;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
#moderation-panel:not(.keep-visible) form {
  max-width: 1em;
  max-height: 1em;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-property: max-width, max-height;
}
.post-moderation {
  font-size: 110%;
}
.ban-page {
  margin-top: 2em;
  padding: 1em;
  text-align: center;
}
.deleted.unloaded {
  display: none;
}
.deleted-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  background-image: url(/assets/css/ui/deleted.svg);
  width: 1.1em;
  height: 1.1em;
  background-repeat: no-repeat;
  background-size: contain;
}
.deleted > .deleted-toggle > header:before,
.deleted > .deleted-toggle .thread-links:before {
  display: inline-block;
}
.deleted > .deleted-toggle:not(:checked) ~ *:not(hr) {
  display: none;
}
article:not(.deleted) > .deleted-toggle,
section:not(.deleted) > .deleted-toggle {
  display: none;
}
a.referenced {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.erred,
.erred * {
  color: red !important;
}
#thread-container,
.index-thread,
article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
article {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 95vw;
  position: relative;
}
article ul {
  word-wrap: normal;
  word-break: normal;
}
article article {
  display: table;
}
article article .post-container {
  display: flex;
  flex-direction: column;
}
.post-container {
  width: 100%;
  overflow: hidden;
}
.backlinks > em > a {
  font-size: smaller;
}
blockquote b {
  color: inherit;
}
audio {
  width: 300px;
  height: 3em;
}
audio::-webkit-media-controls-panel {
  background: none;
}
h3 {
  margin: 0;
}
code.code-tag {
  margin: 0;
  white-space: pre-wrap;
}
.embed {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  display: inline-block;
  font-style: normal;
  margin: 0.1em;
  padding: 2px;
  color: black;
}
.embed.expanded {
  max-width: 480px;
}
.embed > iframe {
  display: block;
  margin: auto;
  border-style: none;
}
.hash-link {
  display: none;
}
em {
  font-style: normal;
}
figcaption {
  margin: 2px 0;
}
.fileinfo-newtiktok {
  color: #a00000;
}
.image-search {
  font-weight: bold;
  display: none;
}
figure {
  float: left;
  margin: 3px 20px 0 0;
  padding: 0.3em;
}
figure a {
  display: block;
  line-height: 0px;
}
figure img {
  border: 0;
}
.fit-to-width {
  max-width: 100%;
}
.fit-to-screen {
  max-width: 100%;
  max-height: 100vh;
}
header {
  margin-left: -14px;
  padding-left: 14px;
}
header nav {
  display: initial;
  white-space: pre;
}
header .control {
  white-space: pre;
}
header code {
  font-family: inherit;
  font-weight: normal;
}
header.temporary > *:not(.name) {
  display: none;
}
.svg-link {
  width: 1em;
  height: 1em;
}
.svg-link svg {
  width: 0.7em;
  height: 0.7em;
}
header .svg-link {
  position: relative;
  margin-left: 0.5em;
  float: right;
}
.control .popup-menu {
  position: absolute;
  right: 0;
}
.omit {
  line-height: 200%;
}
.upload-container label {
  padding: 0;
}
#thread-form-container.expanded {
  padding: 0.7em;
}
#thread-form-container.expanded > span.act {
  display: none;
}
#thread-form-container.expanded > form {
  display: block;
}
#new-thread-form input[type=text],
#new-reply-form input[type=text],
#new-thread-form textarea,
#new-reply-form textarea {
  width: 20em;
}
@supports (-moz-appearance:none) {
  article.reply-form textarea {
    overflow: auto !important;
  }
}
#new-thread-form input[name=sage],
#new-thread-form input[name=sage] + br {
  display: none;
}
#text-input {
  color: inherit;
  font-size: inherit;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  width: 100%;
  max-height: 85vh;
  max-width: 100%;
  resize: none;
  overflow-y: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
@media screen and (min-height: 200px) {
  .reply-form:not(.preview) {
    position: fixed;
    z-index: 15;
    bottom: 0;
    left: 0;
    margin: 1em;
  }
  .reply-form:not(.preview) .post-container {
    max-height: 80vh;
    max-width: 80vw;
    display: flex;
    flex-wrap: nowrap;
  }
  .reply-form:not(.preview) .post-container blockquote,
  .reply-form:not(.preview) .post-container #text-input {
    max-width: calc(80vw - 0.5em);
  }
  .reply-form:not(.preview) figure ~ blockquote {
    margin-left: 0px;
  }
}
#post-controls {
  padding: 0.3em 0 0.3em 0;
  width: 100%;
}
#char-count {
  display: none;
  float: right;
  padding-top: inherit;
}
#threads:not(.custom-BG) section > article.op {
  margin-left: 0;
  padding-left: 0;
  border: none;
  background: none;
}
#threads hr {
  width: 100%;
}
#threads section:last-child hr {
  display: none;
}
#catalog {
  margin: 0 0.85em;
}
#catalog article {
  width: 160px;
  max-height: 300px;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  padding: 0.6em;
  margin: 0.15em;
  min-width: 18em;
}
#catalog article:not(.hidden) {
  display: inline-block;
}
#catalog article.deleted .deleted-toggle:checked ~ .thread-links {
  clear: none;
  display: inline-block;
}
#catalog blockquote {
  min-width: initial;
  margin: 0;
  padding: 0;
}
#catalog blockquote:empty {
  display: none;
}
#catalog figure {
  float: none;
  margin: 0;
}
#catalog figure img {
  margin: 0;
}
#index-thread-container > section:last-of-type hr {
  display: none;
}
.thread-links {
  padding: 0.3em;
}
.omit {
  white-space: nowrap;
}
header > svg {
  width: 1em;
  height: 1em;
}
a.strikethrough {
  text-decoration: line-through !important;
}
.record-button.svg-link svg {
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
a {
  border: none;
  text-decoration: none !important;
}
a.nope,
a.nope:hover {
  color: inherit;
}
a.disabled {
  pointer-events: none;
  color: inherit;
}
a,
.svg-link {
  cursor: pointer;
}
.svg-link svg {
  fill: currentColor;
}
.watcher-toggle.svg-link svg {
  width: 1em;
  height: 1em;
}
.watcher-toggle.enabled {
  border: solid 1px currentColor;
}
article,
aside {
  padding: 4px 10px;
  margin: 1px;
}
article:not(.deleted) {
  min-width: 18em;
}
article.media {
  min-width: calc(18.6em + 104px);
}
article time {
  margin-left: 2.5px;
  margin-right: 1px;
  cursor: default;
}
article:not(.reply-form) .control > svg {
  color: rgba(0, 0, 0, 0);
}
article:not(.reply-form):hover .control > svg {
  color: inherit;
}
.attach-tiktok-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  align-items: stretch;
  gap: 5px;
}
.attach-tiktok-form .attach-tiktok-form-row1 {
  display: flex;
  align-items: center;
  gap: 3px;
}
.attach-tiktok-form .attach-tiktok-form-row1 input {
  flex-grow: 1;
}
.attach-tiktok-form .attach-tiktok-form-row2 {
  display: flex;
  justify-content: space-between;
}
.attach-tiktok-form .attach-tiktok-form-row2 .attach-tiktok-form-params {
  display: flex;
  align-items: center;
}
.attach-tiktok-form .attach-tiktok-form-row2 .attach-tiktok-form-buttons {
  display: flex;
  gap: 3px;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#threads {
  flex: 1;
  padding: 0em 1.4em 1em;
  outline: none;
  max-width: 100vw;
}
aside {
  display: table;
}
aside.disabled a {
  color: grey !important;
  cursor: default;
}
.bold {
  font-weight: bold;
}
.mono {
  font-family:
    ui-monospace,
    "Cascadia Code",
    "Source Code Pro",
    Menlo,
    Consolas,
    "DejaVu Sans Mono",
    monospace;
}
textarea {
  resize: both;
  font-family: sans-serif;
  width: 100%;
}
iframe {
  background: white;
}
@media only screen and (min-width: 600px) {
  iframe[src^="https://www.youtube"] {
    width: 480px;
    height: 270px;
  }
}
.full-width {
  width: 100%;
}
.close {
  font-weight: bold;
}
.popup-menu,
.act,
.svg-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1,
h2 {
  text-align: center;
}
h3 {
  display: inline;
  font-size: inherit;
}
.hidden {
  display: none;
}
.spaced > *:before {
  content: " ";
}
.spaced > .act:not(.expanded):before {
  content: " [";
}
.margin-spaced > * + * {
  margin-left: 0.1em;
}
hr {
  border: none;
  clear: both;
}
.hover-reveal > span:last-child {
  display: none;
  user-select: initial;
}
.hover-reveal:hover > span:last-child {
  display: block;
  position: absolute;
  margin: 0;
  white-space: pre-wrap;
}
.act:not(.expanded):before {
  content: "[";
}
.act:not(.expanded):after {
  content: "]";
}
.act + .act {
  margin-left: 0.1em;
}
.hide-empty:empty {
  display: none;
}
.top-margin {
  margin-top: 1em;
}
#user-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}
#user-background video {
  height: auto;
  width: 100%;
}
#mascot-image {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -99;
  max-width: 50%;
  max-height: 50%;
  width: auto;
  height: auto;
}
#lock {
  margin-left: auto;
  padding-left: 15px;
}
#bottom:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
}
table label {
  padding: 0.2em;
}
td {
  padding: 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.aside-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#catalog-controls {
  margin-left: auto;
}
.captcha-container {
  padding: 0.5em;
}
.captcha-container,
.captcha-container noscript {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 240px;
}
.captcha-container img {
  background: white;
}
.flag {
  height: 0.8em;
  margin-left: 0.3em;
  border: 1px solid black;
}
.filename-link {
  font-weight: 500;
}
.preformat {
  white-space: pre;
}
.fileinfo {
  font-size: 12px;
  padding-top: 3px;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.fileinfo:before {
  content: none;
}
.fileinfo > span {
  display: inline-block;
}
.fileinfo > span::empty {
  display: none;
}
.fileinfo > span.media-artist:not(:empty) + span.media-title::before {
  content: "\a0-\a0";
}
#watcher {
  text-align: center;
}
#watcher table {
  border-collapse: separate;
  border-spacing: 10px 0px;
}
.center-vertically {
  margin-top: auto;
  margin-bottom: auto;
}
.nekotv-theater {
  display: flex;
  overflow: hidden;
  height: 100vh;
}
.nekotv-theater #watch-panel {
  flex-grow: 1;
  height: 100%;
  max-height: none;
  max-width: none;
  overflow: auto;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  display: flex;
  background-color: transparent;
  justify-content: center;
}
.nekotv-theater #watch-playlist {
  flex-grow: 1;
  display: block;
  width: 100%;
  overflow-y: auto;
}
.nekotv-theater #watch-playlist-button {
  display: none;
}
.nekotv-theater body {
  overflow: hidden;
}
.nekotv-theater #right-content {
  width: 300px;
  min-width: 300px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
}
.nekotv-theater #watch-video > * {
  width: 100%;
  border-radius: 0;
  margin: auto;
}
.nekotv-theater .overlay-container {
  height: auto;
}
.nekotv-theater .reply-form:not(.preview) {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: calc(100vw - 300px);
}
.nekotv-theater .reply-form textarea,
.nekotv-theater .reply-form blockquote {
  width: 100%;
}
.nekotv-theater .reply-form:not(.preview) .post-container blockquote,
.nekotv-theater .reply-form:not(.preview) .post-container #text-input {
  max-width: 240px;
}
@media screen and (max-width: 700px) {
  .nekotv-theater {
    flex-direction: column;
  }
  .nekotv-theater #watch-playlist {
    display: none;
  }
  .nekotv-theater #right-content {
    flex-grow: 1;
    width: 100%;
  }
}
.nekotv-theater article:not(.deleted) {
  min-width: 0;
}
.nekotv-theater article.media:not(.deleted) {
  min-width: 250px;
}
.nekotv-theater article:not(.reply-form) .control > svg {
  color: inherit;
}
.nekotv-theater figure {
  padding: 0;
}
.nekotv-theater img.expanded {
  margin: 0;
}
.nekotv-theater blockquote {
  margin: 0.5em 0 0.5em 0.5em;
}
.nekotv-theater #threads {
  padding: 0em 0.3em 1em;
}
.nekotv-theater #thread-post-counters,
.nekotv-theater #sync-counter,
.nekotv-theater .image-banner {
  display: none;
}
.nekotv-theater #post-controls {
  width: 100%;
}
.nekotv-theater article {
  min-width: 0;
  max-width: none;
}
.nekotv-theater article:not(.reply-form) .control {
  display: initial;
}
@media screen and (max-width: 700px) {
  body {
    margin: 1px 0;
  }
  article:not(.reply-form) .control > svg {
    color: inherit;
  }
  figure {
    padding: 0;
  }
  img.expanded {
    margin: 0;
  }
  blockquote {
    margin: 0.5em 0 0.5em 0.5em;
  }
  #threads {
    padding: 0em 0.3em 1em;
  }
  #thread-post-counters,
  #sync-counter,
  .image-banner {
    display: none;
  }
  #post-controls {
    width: 100%;
  }
  article:not(.deleted) {
    min-width: 0;
  }
  article.media:not(.deleted) {
    min-width: 250px;
  }
  article:not(.reply-form) .control {
    display: initial;
  }
}
@media screen and (pointer: coarse) and (max-width: 700px) {
  #text-input,
  .attach-tiktok-form input[type=text] {
    font-size: 16px;
  }
}
#noscript-overlay {
  font-size: 15vw;
  display: flex;
}
#noscript-overlay > * {
  margin: auto;
}
.mawaru {
  animation: spin 0.25s linear 200;
  display: inline-block;
}
@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}
iframe[src^="https://www.youtube"] {
  width: 480px;
  height: 270px;
}
@media (pointer: coarse) {
  #banner {
    height: 1.5em;
  }
  #banner,
  #banner a {
    font-size: 120%;
  }
  .banner-float.svg-link {
    font-size: 120%;
  }
  .banner-float.svg-link svg {
    width: 1.2em;
    height: 1.2em;
  }
}
#banner-icons {
  display: inline-flex;
  gap: 2px;
}
.sourcelink {
  font-family: Symbols;
}
.symbol {
  font-family: Symbols;
  user-select: none;
}
.live-button {
  margin-left: 5px;
  font-family: "Symbols";
}
#moderation-panel {
  z-index: -3;
}
#moderation-panel:hover {
  z-index: -1;
}
#flv-player-cont:hover .player-controls,
#megu-tv:hover .player-controls {
  display: block;
}
#flv-player-cont {
  display: block;
  position: absolute;
  right: 0.5em;
  z-index: -2;
  max-width: 90vw;
  max-height: calc(100vh - 1em - 61px);
  border: none;
  padding: 0;
}
#flv-player-cont #flv-player {
  z-index: 0;
  display: block;
  max-width: 90vw;
  max-height: calc(100vh - 1em - 61px);
}
#megu-tv {
  display: block;
  border: none;
  padding: 0;
}
#megu-tv video {
  z-index: 0;
}
.player-controls {
  z-index: 1;
  display: none;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transform: translate3d(0, 0, 0);
}
.player-controls button {
  font-family: "Symbols";
  margin-right: 5px;
  width: 36px;
}
.player-controls button:last-of-type {
  margin-right: 0;
}
@font-face {
  font-family: "Symbols";
  src: url(/assets/css/symbols.woff2) format("woff2");
}
#status-watch {
  color: #a0a5a69c;
}
#status-watch:hover {
  color: #e5e7e7c4;
}
#status-watch:active {
  color: #dee3e3e6;
}
#watch-video > * {
  width: 38vw;
  height: 52vh;
  pointer-events: none;
  cursor: not-allowed;
}
#watch-video > iframe[title=Twitch],
#watch-video > .iframe-player {
  pointer-events: all;
}
#watch-video > *,
#watch-playlist {
  width: 45vw;
}
@media screen and (max-width: 700px) {
  #watch-video > *,
  #watch-playlist {
    width: 90vw;
  }
  #watch-panel {
    margin: 10px auto 0 auto;
  }
  #watch-theater-button {
    display: none;
  }
}
.watch-video-time {
  float: right;
  padding-left: 10px;
}
.watch-video-term {
  float: left;
  padding-right: 10px;
  font-style: italic;
  color: rgba(188, 178, 178, 0.934);
  font-family:
    ui-monospace,
    "Cascadia Code",
    "Source Code Pro",
    Menlo,
    Consolas,
    "DejaVu Sans Mono",
    monospace;
}
#watch-playlist {
  display: none;
}
#watch-playlist ul {
  list-style-type: none;
  padding-left: 1em;
}
#watch-playlist li::before {
  content: "-";
  margin-right: 0.5em;
  font-family:
    ui-monospace,
    "Cascadia Code",
    "Source Code Pro",
    Menlo,
    Consolas,
    "DejaVu Sans Mono",
    monospace;
  color: rgba(121, 124, 125, 0.907);
}
#watch-playlist li.selected::before {
  content: ">";
  color: red;
}
#watch-playlist .watch-playlist-entry {
  display: flex;
  align-items: center;
  width: 100%;
}
#watch-playlist .watch-video-title {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
#watch-playlist .watch-video-time {
  flex-shrink: 0;
}
#watch-panel {
  margin-left: auto;
  border-bottom-width: 0 !important;
  z-index: 300;
  padding: 0;
  border: none;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  overflow-y: hidden;
}
.watch-video-time {
  padding-right: 16px;
}
.watch-video-time span:not(.infinite) {
  font-family:
    ui-monospace,
    "Cascadia Code",
    "Source Code Pro",
    Menlo,
    Consolas,
    "DejaVu Sans Mono",
    monospace;
}
.hide-watch-panel {
  opacity: 0 !important;
}
body.watch img.embed-thumb {
  display: none;
}
#watch-player {
  cursor: not-allowed;
  user-select: none;
}
#watch-video > * {
  aspect-ratio: 16/9;
  height: unset;
  display: block;
  border-radius: 10px;
}
#watch-panel:hover .player-controls {
  display: block;
}
#watch-playlist {
  overflow-y: auto;
}
#watch-panel:hover > #watch-playlist {
  display: block;
}
