body {
  background-color: #441520;
  color: white;
  font-family: "Ubuntu";
  font-size: 1em;
  margin: 0;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a3314d;
  border: none;
  padding: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  margin: 0.5em;
  color: white;
  font-family: "Ubuntu";
  font-size: 1em;
  border-radius: 0 1em 0 1em;
  transition: background-color 0.1s;
  cursor: pointer;
}

.ai-button {
  background: url("/assets/logos/ai_text@svg.svg") no-repeat center left, linear-gradient(#a3314d, #a3314d) padding-box, linear-gradient(125deg, rgba(127, 114, 223, 0) 0%, rgb(127, 114, 223) 32%, rgb(84, 200, 172) 71%, rgba(84, 200, 172, 0) 100%) border-box;
  background-size: contain;
  border-radius: 0 1em 0 1em;
  border: 1px solid transparent;
}

@keyframes ai-pulse {
  0% {
    background: url("/assets/logos/ai_text@svg.svg") no-repeat center left, linear-gradient(#a3314d, #a3314d) padding-box, linear-gradient(125deg, rgba(127, 114, 223, 0) 0%, rgb(127, 114, 223) 32%, rgb(84, 200, 172) 71%, rgba(84, 200, 172, 0) 100%) border-box;
  }
  33% {
    background: url("/assets/logos/ai_text@svg.svg") no-repeat center left, linear-gradient(#a3314d, #a3314d) padding-box, linear-gradient(125deg, rgba(84, 200, 172, 0) 0%, rgba(127, 114, 223, 0) 32%, rgb(127, 114, 223) 71%, rgb(84, 200, 172) 100%) border-box;
  }
  66% {
    background: url("/assets/logos/ai_text@svg.svg") no-repeat center left, linear-gradient(#a3314d, #a3314d) padding-box, linear-gradient(125deg, rgb(84, 200, 172) 0%, rgba(84, 200, 172, 0) 32%, rgba(127, 114, 223, 0) 71%, rgb(127, 114, 223) 100%) border-box;
  }
  100% {
    background: url("/assets/logos/ai_text@svg.svg") no-repeat center left, linear-gradient(#a3314d, #a3314d) padding-box, linear-gradient(125deg, rgba(127, 114, 223, 0) 0%, rgb(127, 114, 223) 32%, rgb(84, 200, 172) 71%, rgba(84, 200, 172, 0) 100%) border-box;
  }
}
.ai-button-animating {
  background: url("/assets/logos/ai_text@svg.svg") no-repeat center left, linear-gradient(#a3314d, #a3314d) padding-box, linear-gradient(125deg, rgba(127, 114, 223, 0) 0%, rgb(127, 114, 223) 32%, rgb(84, 200, 172) 71%, rgba(84, 200, 172, 0) 100%) border-box;
  background-size: contain;
  border-radius: 0 1em 0 1em;
  border: 2px solid transparent;
  animation: ai-pulse 0.3s ease-in-out 0s infinite;
}

.rundownButton {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.rundownButtonDouble {
  padding-left: 2.2em;
  padding-right: 2.2em;
}

.current {
  background-color: #ce4d66 !important;
}

button:hover {
  background-color: #ce4d66;
}

button:disabled {
  background-color: #441520;
  color: #8c263e;
  border-style: solid;
  border-width: 1px;
  cursor: default;
}

.activebutton {
  background-color: #e01d1d;
}

.activebutton:hover {
  background-color: #ff6969;
}

.pgm {
  background-color: #e01d1d;
}

.pgm:hover {
  background-color: #ff6969;
}

.pvw {
  background-color: #1de01d;
  color: black;
}

.pvw:hover {
  background-color: #94ff69;
}

textarea {
  background-color: #21070d;
  border: none;
  padding: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0.5em;
  color: white;
  font-family: "Ubuntu";
  font-size: 1em;
}

input {
  background-color: #21070d;
  border: none;
  padding: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0.5em;
  color: white;
  font-family: "Ubuntu";
  font-size: 1em;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #441520;
  height: 1em;
}

input[type=range]::-moz-range-track {
  background: #441520;
  height: 1em;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ce4d66;
  height: 1em;
  width: 1em;
}

.colorInput {
  width: 90%;
  padding: 0;
}

.connectionstatus {
  display: inline;
  background-color: #a3314d;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0 1em 0 1em;
  margin-right: 1em;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}

.connected {
  background-color: #bae776;
  color: #21070d;
}

.disconnected {
  background-color: #ff3c3c;
}

select {
  background-color: #21070d;
  border: none;
  padding: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 10px;
  color: white;
  font-family: "Ubuntu";
  font-size: 1em;
}

.category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  flex-wrap: wrap;
}

.category-options {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: stretch;
  border-radius: 0 1em 0 1em;
  flex-wrap: wrap;
}

.category-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #8c263e;
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 0 1em 0 1em;
  flex-wrap: wrap;
}

.controls-horizontal-group {
  display: flex;
}

.category-title {
  vertical-align: middle;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-right: 1em;
  border-radius: 0 1em 0 0;
}

.category-group-title {
  vertical-align: middle;
  flex-wrap: wrap;
}

.controls {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}

.indev {
  opacity: 20%;
}

.header {
  background-color: #21070d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-app-region: drag;
  app-region: drag;
}

.header-buffer {
  height: 50px;
}

.header-logo {
  background-image: url("/assets/logos/cue_wordmark_light@svg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 140px;
  height: 32px;
  margin: 10px;
  margin-left: 20px;
}

.header-title {
  font-weight: bold;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-title-version {
  font-weight: 500;
  color: #ce4d66;
  margin-bottom: 0.15em;
  font-size: 0.85em;
  padding-right: 2em;
}

.nav {
  display: flex;
  margin-left: auto;
  -webkit-app-region: no-drag;
  app-region: no-drag;
  overflow: hidden;
}

.nav ul {
  transition: background-color 0.1s;
  margin: 0;
  padding: 1em;
}

.nav ul:hover {
  background-color: #8c263e;
  cursor: pointer;
}

.footer {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  width: 100%;
  bottom: 0;
}

.footer-clock {
  position: fixed;
  right: 1em;
  bottom: 0.5em;
  display: flex;
}

.footer-clock-text {
  font-weight: bold;
  font-size: 2em;
}

.footer-buffer {
  height: 100px;
}

.console {
  padding: 1em;
  margin-right: -2em;
  background-color: #21070d;
}

.info {
  padding: 1em;
  color: #ce4d66;
  background-color: #441520;
}

.info-group {
  background-color: #441520;
  display: flex;
  justify-content: space-between;
}

a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.edit-shows-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.edit-ticker-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.show-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #8c263e;
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 0 1em 0 1em;
  flex-wrap: wrap;
}

.ticker-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #8c263e;
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 0 1em 0 1em;
  flex-wrap: wrap;
}

.ticker-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ticker-input-box {
  width: 90%;
  height: 7em;
}

.control-divider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.preview {
  width: 480px;
  height: 320px;
  overflow: hidden;
  margin: 1em;
  flex: 0 0 480px;
}

.preview-devices {
  width: 480px;
  height: 100%;
  overflow: hidden;
  margin: 1em;
  flex: 0 0 480px;
}

.preview-title {
  width: 440px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #a3314d;
  border-radius: 0 3em 0 0;
}

.preview-frame {
  width: 1920px;
  height: 1080px;
  -moz-transform: scale(0.25, 0.25);
  -webkit-transform: scale(0.25, 0.25);
  -o-transform: scale(0.25, 0.25);
  -ms-transform: scale(0.25, 0.25);
  transform: scale(0.25, 0.25);
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background: repeating-conic-gradient(#111111 0% 25%, #1d1d1d 0% 50%) 50%/60px 60px;
}

.preview-frame-container {
  width: 480px;
  height: 270px;
  overflow: hidden;
}

.login-overlay {
  background-color: #441520;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #8c263e;
  border-radius: 0 1em 0 1em;
  padding: 1em;
}

.login-logo {
  background-image: url("/assets/logos/cue_wordmark_light@svg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 250px;
  height: 100px;
  margin: 10px;
}

.login-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-error-field {
  border-radius: 0 1em 0 1em;
  width: 200px;
  text-align: center;
  padding: 1em;
}

@keyframes onairnotify {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes offairnotify {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.status {
  display: inline;
  background-color: #a3314d;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 0 1em 0 1em;
  margin-right: 1em;
  animation-name: offairnotify;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}

.onair {
  background-color: #e01d1d !important;
  animation-name: onairnotify;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}

.statusarmed {
  background-color: #21070d !important;
  border-style: solid;
  border-width: 1px;
  color: #f3be4c;
}

.statuspreview {
  background-color: #21070d !important;
  border-style: solid;
  border-width: 1px;
  color: #94ff69;
}

.statuswarning {
  background-color: #f8ae0e !important;
  animation-name: onairnotify;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  color: black;
}

.statusattempt {
  animation-name: onairnotify;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.statushasplayed {
  background-color: #21070d !important;
}

.rundownServiceName {
  color: #ce4d66;
}

.rundownInfoType {
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #ce4d66;
}

.hidden {
  display: none !important;
}

.no-javascript {
  background-color: #441520;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

.loading {
  background-color: #441520;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

@keyframes loadingflash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.loading-inline {
  animation: loadingflash 1s ease-in-out infinite;
  text-align: center;
}

.no-javascript-text {
  text-align: center;
}

.loading-text {
  text-align: center;
}

.profilePic {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-size: contain;
  transition: all 0.2s;
  margin-left: 0.4em;
  border-radius: 0 1em 0 1em;
  opacity: 100;
  transform: translate(0px, 0px);
}

.user {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #8c263e;
  margin-left: auto;
  transition: all 0.1s;
  margin: 0;
  border-radius: 0 0 0 1em;
  overflow: hidden;
}

.user:hover > .logout {
  opacity: 100;
  transform: translate(0px, 0px);
}

.user:hover > .profilePic {
  opacity: 0.33;
  transform: translate(-100px, 0px);
}

.user:hover > .userName {
  opacity: 0.33;
  transform: translate(-100px, 0px);
}

.logout {
  position: absolute;
  right: 0em;
  opacity: 0;
  padding: 1em;
  transition: all 0.2s;
  transform: translate(100px, 0px);
}

.userName {
  padding: 1em;
  opacity: 100;
  transition: all 0.2s;
  transform: translate(0px, 0px);
}

.user:hover {
  background-color: #ce4d66;
  cursor: pointer;
}

.inlineTag {
  background-color: #441520;
  padding: 0.3em;
  border-radius: 4em;
  font-weight: bold;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 40;
}

.nav-icon {
  display: none !important;
}

.nav-text {
  display: block;
}

.good {
  color: #bae776;
}

.warning {
  color: #f8ae0e;
}

.bad {
  color: #ff3c3c;
}

.installVisible {
  display: block;
}

.installHidden {
  display: none;
}

.checkbox-combo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rundownMain {
  width: 100%;
  height: calc(100vh - 50px - 73px - 150px - 16px);
  display: flex;
  overflow: hidden;
}

.rundownSidePanel {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  flex: 1;
  margin-right: 1em;
  height: calc(100vh - 50px - 73px - 150px - 16px);
  transition: all 0.5s ease-in-out;
}

.accordionContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  flex: 1;
  margin-right: 1em;
  height: calc(100vh - 50px - 73px - 150px - 16px);
  transition: all 0.5s ease-in-out;
}

.accordionButtonHorizontal {
  padding: 0.5em;
  background-color: #a3314d;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #ce4d66;
}

.accordionButtonVertical {
  padding: 0.5em;
  background-color: #a3314d;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border-style: solid;
  border-width: 0 4px 0 0;
  border-color: #ce4d66;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.accordionButtonHorizontal:hover {
  background-color: #8c263e;
}

.accordionButtonVertical:hover {
  background-color: #8c263e;
}

.rundownPreviewArea {
  width: 100%;
  flex: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.chatArea {
  width: 100%;
  flex: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.rundownPreviewScreens {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rundownPreviewFrame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 4px);
  height: 100%;
  background-color: black;
  border-width: 2px;
  border-style: solid;
  border-color: white;
}

.doubleFrames {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.rundownPreviewFrameContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.rundownPreviewFrameGroup {
  flex: 1;
}

.pvwFrame {
  border-color: #1de01d;
}

.nextFrame {
  border-color: #f8ae0e;
}

.pgmFrame {
  border-color: #e01d1d;
}

.pvwText {
  background-color: #1de01d;
  color: black;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
}

.nextText {
  background-color: #f8ae0e;
  color: black;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
}

.pgmText {
  background-color: #e01d1d;
  color: white;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0.5em;
}

.rundownPreviewInfo {
  padding: 1em;
  font-weight: bold;
  background-color: #441520;
  text-align: center;
}

.rundownItemThumbnail {
  width: 120px;
  height: 68px;
  border: 0;
}

.rundownInfoTitle {
  font-size: 2em;
}

.rundownInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin: 2em;
}

.rundownInfoSubtitle {
  color: #ce4d66;
}

.rundownContainer {
  height: calc(100vh - 50px - 73px - 150px - 16px);
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  flex: 2;
  margin: 1em;
}

.rundownItem {
  background-color: #21070d;
  margin: 1em;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
}

.rundownItemCompact {
  background-color: #21070d;
  margin: 1em;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
}

.rundownTemplate {
  border-color: #ce4d66;
  border-style: solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.rundownList {
  width: 100%;
}

.rundownListGroup {
  display: flex;
  padding: 2em;
  width: calc(100% - 4em);
}

.rundownItem-cued {
  border-style: solid;
  border-width: 2px;
  border-color: #f3be4c;
  box-sizing: border-box;
}

.rundownItem-preview {
  border-style: solid;
  border-width: 2px;
  border-color: #94ff69;
  box-sizing: border-box;
}

.rundownItem-onAir {
  border-style: solid;
  border-width: 2px;
  border-color: #e01d1d;
  box-sizing: border-box;
}

.rundownItemData {
  display: flex;
  padding: 1em;
  justify-content: space-between;
  align-items: center;
}

.rundownItemDataCompact {
  display: none;
}

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

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

.rundownItemTextData {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em;
}

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

.rundownStatus {
  padding: 1em;
  margin: 1em;
  border-radius: 0 1em 0 1em;
  background-color: #441520;
  width: 250px;
}

.rundownItemInfo {
  width: 100%;
  flex: 1;
  padding-left: 1em;
}

.rundownItemIndex {
  padding-right: 1em;
}

.rundownItemProgress {
  position: relative;
  height: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #8c263e;
}

.rundownProgressBar {
  background-color: #ce4d66;
  height: 100%;
}

.servicesContainer {
  background-color: #21070d;
  overflow: scroll;
  overflow-x: hidden;
  flex: 1;
  padding: 1em;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.serviceItem {
  padding: 1em;
  background-color: #8c263e;
  margin-top: 2em;
}

.linkDevice {
  padding: 1em;
  background-color: #15473a;
  margin: 0.5em;
}

.gfxManagerItem {
  padding: 1em;
  background-color: #152149;
  margin: 0.5em;
}

@keyframes dragSourceFlash {
  0% {
    outline: 4px solid #ce4d66;
  }
  50% {
    outline: 4px solid #441520;
  }
  100% {
    outline: 4px solid #ce4d66;
  }
}
.dragSource {
  outline: 4px solid #ce4d66;
  animation: dragSourceFlash 1s ease-in-out infinite;
}

.dragTarget {
  border-bottom: solid #ce4d66 4px;
}

::-webkit-scrollbar {
  background-color: #8c263e;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-corner {
  background-color: #8c263e;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ce4d66;
}

.dialogContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

::backdrop {
  background-color: rgba(33, 7, 13, 0.75);
  backdrop-filter: blur(2px);
}

dialog {
  background-color: #441520;
  color: white;
  border-style: none;
  border-radius: 0 1em 0 1em;
}

.itemPropertyiesContainer {
  display: flex;
  flex-direction: column;
}

.itemProperty {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(100%);
}

.rundownButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rundownName {
  font-size: 1.3em;
}

.note-text {
  font-weight: bold;
}

.rundownGroupArea {
  margin: 1em;
  background-color: #441520;
  border-radius: 0 1em 0 1em;
  overflow: hidden;
  z-index: 1;
}

.rundownDropZone {
  margin: 1em;
  padding: 1em;
  text-align: center;
  color: #8c263e;
  border-style: dashed;
  border-width: 1px;
  border-color: #8c263e;
  border-radius: 0 1em 0 1em;
}

.prompter-section {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: calc(100vh - 100px);
  overflow: hidden;
}

.prompter-box {
  background-color: black;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: scroll;
  overflow-x: hidden;
  flex: 5;
}

.prompter-text {
  font-size: 6vw;
  padding: 1em;
}

.prompter-controls {
  width: 100%;
  flex: 1;
}

.prompter-speed-controls {
  display: flex;
  flex-direction: column;
  width: 6vw !important;
}

.bigbutton {
  font-size: 3vw !important;
}

.group-timeline-area {
  display: block;
  width: calc(100% - 2em);
  background-color: #441520;
  margin: 1em;
}

.group-timeline-controls {
  display: flex;
  justify-content: end;
  width: calc(100% - 2em);
  align-items: center;
  margin: 1em;
}

.tippy-box[data-theme~=gfxmanager] {
  background-color: #8c263e;
  color: white;
  border-radius: 0 1em 0 1em;
  box-shadow: 2px 2px 20px #441520;
}

.tippy-box[data-theme~=gfxmanager][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #8c263e;
}

.tippy-box[data-theme~=gfxmanager][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #8c263e;
}

.tippy-box[data-theme~=gfxmanager][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #8c263e;
}

.tippy-box[data-theme~=gfxmanager][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #8c263e;
}

.pantiltcontrol {
  background-color: #441520;
  margin: 1em;
}

pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

.string {
  color: rgb(240, 153, 53);
}

.number {
  color: rgb(0, 255, 157);
}

.boolean {
  color: rgb(109, 109, 255);
}

.null {
  color: rgb(252, 97, 252);
}

.key {
  color: rgb(0, 225, 255);
}

.status-area {
  font-size: 5vw;
  overflow-x: hidden;
  overflow-y: auto;
}

.status-category-title {
  font-size: 0.5em;
  margin: 0.5vw;
  padding-left: 0.1em;
}

.status-item {
  display: flex;
  width: calc(100% - 0.2em);
  padding: 0.1em;
}

.status-text {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.status-text-bold {
  font-weight: bold;
}

.status-fullwidth {
  flex-grow: 1;
}

.status-item-progress-box {
  height: 0.2em;
}

.status-item-progress-bar {
  height: 0.2em;
}

.progress-bar-onair {
  background-color: #e01d1d !important;
}

.progress-bar-armed {
  background-color: #f8ae0e !important;
}

.chatArea {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.chatBody {
  padding: 1em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(100% - 2em);
  height: 100%;
  justify-content: space-between;
}

.chatHistory {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}

.messageInputFullWidth {
  flex-grow: 1;
}

.messageInput {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.myMessage {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.myMessage .userChat {
  justify-content: end;
}

.messageBox {
  max-width: 66%;
  padding: 1em;
}

.messageText {
  padding: 1em;
  background-color: #8c263e;
  border-radius: 0 1em 0 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.messageTime {
  color: #a3314d;
}

.userChat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-left: auto;
  margin: 0;
  overflow: hidden;
}

.userChatName {
  padding: 1em;
  opacity: 100;
  transition: all 0.2s;
  transform: translate(0px, 0px);
}

iframe {
  height: 100vh;
}
iframe html {
  height: 100vh;
}
iframe html body {
  height: 100vh;
}

@media only screen and (max-width: 1580px) {
  .preview {
    display: none;
  }
  .only-desktop {
    display: none;
  }
  .rundownItemData {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
}
@media only screen and (max-width: 1180px) {
  .edit-ticker-container {
    grid-template-columns: 1fr 1fr;
  }
  .header-title-version {
    display: none;
  }
  .header-title {
    padding-left: 1em;
    font-size: 1em;
  }
  .nav-text {
    display: none;
  }
  .nav-icon {
    display: block !important;
  }
  .userName {
    display: none;
  }
  .profilePic {
    margin-right: 0.5em;
  }
  .rundownMain {
    display: block;
    height: auto;
  }
  .rundownContainer {
    width: auto !important;
    margin: 0px;
    overflow: hidden;
    height: auto;
  }
  .rundownContainer-grid {
    height: auto;
    width: auto !important;
    margin: 0px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .rundownItem-grid {
    background-color: #21070d;
    margin: 0.5em;
    border-radius: 0 1em 0 1em;
    overflow: hidden;
    display: flex;
  }
  .servicesContainer {
    height: auto;
    width: auto !important;
    margin: 0px;
    overflow: hidden;
    opacity: 1 !important;
  }
  .rundownListGroup {
    display: block;
    padding: 2em;
    width: calc(100% - 4em);
  }
  /*
  .rundownButtons{
      display:flex;
      flex-direction: column;
  }
  */
  .rundownSidePanel {
    display: block;
    height: auto;
    opacity: 1 !important;
    width: auto;
  }
  .accordionContainer {
    display: block;
    height: auto;
    opacity: 1 !important;
    width: auto;
  }
  .accordionButtonVertical {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  textarea {
    width: 70vw !important;
  }
  input {
    width: 70vw !important;
  }
  .controls-horizontal-group {
    display: block;
  }
  .rundownItemSubData {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
  .rundownInfo {
    display: block;
  }
  .rundownButtons {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 460px) {
  .edit-ticker-container {
    grid-template-columns: 1fr;
  }
  .footer-clock {
    display: none;
  }
  .nav {
    font-size: 0.7em;
  }
  .header-title {
    display: none;
    padding-left: 1em;
    font-size: 0.7em;
  }
  .header-logo {
    display: block;
  }
  .rundownItemSubData {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
  .rundownItemSubData2 {
    display: block;
  }
  .rundownStatus {
    width: auto;
  }
  .rundownItemSubData2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  input {
    width: auto !important;
  }
  input[type=range] {
    width: auto !important;
  }
}
.document {
  padding: 2em;
  padding-left: 10%;
  padding-right: 10%;
}

.c4 {
  font-size: 2em;
}

.c3 {
  font-weight: bold;
}

@media (display-mode: window-controls-overlay) {
  .header {
    left: env(titlebar-area-x, 0);
    top: env(titlebar-area-y, 0);
    width: env(titlebar-area-width, 100%);
    height: env(titlebar-area-height, 33px);
  }
  .header-title {
    padding-left: 1em;
    font-size: 1em;
  }
  .nav {
    height: env(titlebar-area-height, 33px);
  }
  .nav ul {
    transition: background-color 0.1s;
    margin: 0;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    height: env(titlebar-area-height, 33px);
  }
  .nav-text {
    display: none;
  }
  .nav-icon {
    display: block !important;
  }
  .profilePic {
    margin-right: 0.5em;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 1em;
  }
  .header-buffer {
    height: env(titlebar-area-height, 33px);
  }
}
@page {
  size: A4;
  width: 1024px;
  margin: 1em;
}
@media only print {
  .rundownButtonDouble {
    display: none;
  }
  .nav {
    display: none;
  }
  .rundownButton {
    display: none;
  }
  .rundownButtons {
    display: none;
  }
  .timecodeDisplay {
    display: none;
  }
  .group-timeline-controls {
    display: none;
  }
  .footer {
    display: none;
  }
  .rundownStatus {
    display: none;
  }
  .servicesContainer {
    display: none;
  }
  .rundownContainer {
    height: auto;
    margin: 0;
    overflow: auto;
  }
  .rundownSidePanel {
    display: none;
  }
  .rundownMain {
    display: block;
    height: auto;
  }
  body {
    background-color: transparent;
    height: auto;
  }
  .rundownInfoTitle {
    color: #441520;
  }
  .rundownItem {
    filter: invert(100%) hue-rotate(180deg);
  }
  .header {
    background-color: white;
  }
  .header-logo {
    background-image: url("/assets/logos/cue_wordmark_dark@svg.svg");
  }
  .header-title-version {
    display: none;
  }
}