#vmview {
  display: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#vmDisplay, #btns {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

#vmlist > div.row > div {
  padding-bottom: 10px;
}

#vmlist div.col-md-3 > div.card:hover {
  cursor: pointer;
  border-color: #0879fa;
}

.vmtile > img {
  margin-bottom: 2px;
}

.chat-table, .username-table {
  border: 1px solid #575757;
  overflow-y: auto;
}

.chat-table {
  height: 30vh;
}

.username-table {
  max-height: 30vh;
}

.username-table > table > thead {
  position: sticky;
  top: 0;
}

#turnstatus, #voteResetPanel {
  text-align: center;
}

.focused {
  box-shadow: 0 0 9px #2dd5ffbf;
}

.waiting {
  box-shadow: 0 0 9px #f2ff3fbf;
}

#staffbtns, #staffbtns > button {
  display: none;
}

#qemuMonitorOutput {
  height: 180px;
}

#xssCheckboxContainer, #forceVotePanel {
  display: none;
}

tr.user-admin .userlist-username, .chat-username-admin, .username-admin {
  color: red !important;
}

tr.user-moderator .userlist-username, .chat-username-moderator, .username-moderator {
  color: #0f0 !important;
}

html[data-bs-theme="dark"] {
  & tr.user-unregistered .userlist-username, & .chat-username-unregistered, & .username-unregistered {
    color: #b1b1b1 !important;
  }

  & tr.user-registered .userlist-username, & .chat-username-registered, & .username-registered {
    color: #fff !important;
  }

  & tr.user-registered.user-turn .userlist-username, & tr.user-registered.user-waiting .userlist-username {
    color: #000 !important;
    --bs-table-color: #000 !important;
  }

  & tr.user-unregistered.user-turn .userlist-username, & tr.user-unregistered.user-waiting .userlist-username {
    color: #585858 !important;
    --bs-table-color: #585858 !important;
  }
}

html[data-bs-theme="light"] {
  & tr.user-unregistered .userlist-username, & .chat-username-unregistered, & .username-unregistered {
    color: #6b6b6b !important;
  }

  & tr.user-registered .userlist-username, & .chat-username-registered, & .username-registered {
    color: #000 !important;
  }
}

tr.user-turn > td {
  color: #000;
  --bs-table-color: #000;
  --bs-table-bg-state: #cfe2ff !important;
  background-color: #cfe2ff !important;
}

tr.user-turn:hover, tr.user-turn > td:hover {
  --bs-table-bg-state: #bacbe6 !important;
  background-color: #bacbe6 !important;
}

tr.user-waiting > td {
  color: #000;
  --bs-table-color: #000;
  --bs-table-bg-state: #fff3cd !important;
  background-color: #fff3cd !important;
}

.tr.user-waiting:hover, tr.user-waiting > td:hover {
  --bs-table-bg-state: #ece1be !important;
  background-color: #ece1be !important;
}

.user-current .userlist-username {
  font-style: italic;
}

.osk-container {
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto 10px;
  display: flex;
}

.simple-keyboard.hg-theme-default {
  display: inline-block;
}

.osk-main.simple-keyboard {
  background: none;
  max-width: 640px;
}

.osk-main.simple-keyboard .hg-row:first-child {
  margin-bottom: 8.51px;
}

.osk-arrows.simple-keyboard {
  background: none;
  align-self: flex-end;
}

.simple-keyboard .hg-button.selectedButton {
  color: #fff;
  background: #05194687;
}

.simple-keyboard .hg-button.emptySpace {
  pointer-events: none;
  box-shadow: none;
  background: none;
  border: none;
}

.osk-arrows .hg-row {
  justify-content: center;
}

.osk-arrows .hg-button {
  width: 50px;
  flex-grow: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}

.controlArrows {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.osk-control.simple-keyboard {
  background: none;
}

.osk-control.simple-keyboard .hg-row:first-child {
  margin-bottom: 8.51px;
}

.osk-control .hg-button {
  width: 50px;
  flex-grow: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}

.numPad {
  align-items: flex-end;
  display: flex;
}

.osk-numpad.simple-keyboard {
  background: none;
  width: 160px;
}

.osk-numpad.simple-keyboard .hg-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.osk-numpadEnd.simple-keyboard {
  background: none;
  width: 50px;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.osk-numpadEnd.simple-keyboard .hg-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.osk-numpadEnd .hg-button.hg-standardBtn.hg-button-plus, .osk-numpadEnd.simple-keyboard .hg-button.hg-button-enter {
  height: 85px;
}

.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {
  color: #fff;
  background: #05194687;
}

.hg-button.hg-functionBtn.hg-button-space {
  width: 350px;
}

@media screen and (width <= 640px) {
  .hg-button:not(:last-child) {
    margin-right: 1px !important;
  }
}

.simple-keyboard.cvmDark .hg-button {
  color: #fff;
  background: #00000080;
  border-bottom: none;
}

.simple-keyboard.cvmDark .hg-button:active {
  color: #fff;
  background: #1c4995;
}

#root .simple-keyboard.cvmDark + .simple-keyboard-preview {
  background: #1c4995;
}

.simple-keyboard.cvmDisabled .hg-button {
  pointer-events: none;
  color: #fff;
  background: gray;
  border-bottom: none;
}

#badPasswordAlert {
  display: none;
}

.cvm-nsfw {
  & img {
    filter: blur(40px) !important;
  }

  & h5:before {
    content: "[NSFW] ";
    color: red;
  }
}

#accountDropdownMenuLink, #accountModalError, #accountModalSuccess {
  display: none;
}

@font-face {
  font-family: Noto Color Emoji;
  src: url("NotoColorEmoji.2f73c7ac.ttf");
}

.userlist-flag {
  -webkit-user-select: none;
  user-select: none;
  padding-right: .5rem;
}

.userlist-flag:empty {
  display: none;
}
/*# sourceMappingURL=index.c92073ef.css.map */
