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

button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f48a8;
  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;
}

.commandBtn {
  background-color: #253a8f;
}

.macroBtn {
  background-color: #258e73;
}

button:hover {
  background-color: #4b67d3;
}

button:disabled {
  background-color: #152149;
  color: #253a8f;
  border-style: solid;
  border-width: 1px;
  cursor: default;
}

.commandBtn:hover {
  background-color: #253a8f;
}

.macroBtn:hover {
  background-color: #258e73;
}

.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: #070d24;
  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: #070d24;
  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: #070d24;
  height: 1em;
}

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

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

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

.connectionstatus {
  display: inline;
  background-color: #2f48a8;
  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: #070d24;
}

.disconnected {
  background-color: #ff3c3c;
}

select {
  background-color: #070d24;
  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;
}

.object-group {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  border-radius: 0 1em 0 1em;
  flex-wrap: wrap;
  border-width: 1px;
  border-style: solid;
  border-color: #2f48a8;
  box-sizing: content-box;
  padding: 0.5em;
  margin: 0.5em;
}

.content-horizontal-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.5em;
  padding: 0.5em;
}

.social-icons {
  font-family: "social";
  line-height: 1em;
}

.preview-text {
  padding: 0.5em;
  margin-top: 0.5em;
  border-radius: 0 0.5em 0 0.5em;
  background-color: #152149;
}

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

.category-thumbnail {
  width: 256px;
  background-color: #070d24;
  padding: 1em;
  margin: 0.5em;
}

.category-vertical {
  display: flex;
  flex-direction: column;
}

.category-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.category-itemgroup {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.light-thumbnail {
  background-color: #2f48a8;
}

.category-thumbnail-image {
  width: 256px;
  object-fit: cover;
}

.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;
}

.network-name {
  vertical-align: middle;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-right: 1em;
  border-radius: 0 1em 0 0;
  font-size: 2em;
}

.controls {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  height: calc(100vh - 158px);
  overflow-y: scroll;
  width: 100%;
}

.indev {
  opacity: 20%;
}

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

.header-buffer {
  height: 50px;
}

.header-logo {
  background-image: url("/assets/logos/gfx_cg_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: #4b67d3;
  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: #253a8f;
  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: #070d24;
}

.info {
  padding: 1em;
  color: #4b67d3;
  background-color: #152149;
}

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

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

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

/*

.edit-shows-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .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: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #253a8f;
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 0 1em 0 1em;
  flex-wrap: wrap;
}

.show-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 1em 0 1em 0;
  justify-self: stretch;
}

.show-control-fullwidth {
  grid-column: span 2;
}

.control-sub {
  opacity: 0.75;
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: -0.5em;
}

.show-group input {
  width: 75%;
}

.show-group select {
  width: 75%;
}

.icon-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1em;
}

.rss-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1em;
  width: 100%;
}

.excel-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1em;
  width: 100%;
}

.showstyle-preview-container {
  display: flex;
  margin: 1em;
  overflow: hidden;
}

.showstyle-preview-item {
  padding: 1em;
  font-weight: bold;
}

.ticker-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #253a8f;
  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;
}

.outputs-container {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.output-item {
  display: flex;
  flex-direction: row;
  background-color: #253a8f;
  border-radius: 0 1em 0 1em;
  margin: 0.5em;
  padding: 0.5em;
}

.output-info {
  display: block;
}

.output-item-link {
  padding: 1em;
  font-size: 2em;
}

.output-item-options {
  background-color: #152149;
  border-radius: 0 1em 0 1em;
  padding: 1em;
  margin: 1em;
}

.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-title {
  width: 440px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2f48a8;
  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;
}

.show-preview-frame {
  -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%/20px 20px;
}

.show-preview-container {
  width: 480px;
  height: 270px;
  overflow: hidden;
  grid-column: span 2;
  justify-self: center;
}

.login-overlay {
  background-color: #152149;
  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: #253a8f;
  border-radius: 0 1em 0 1em;
  padding: 1em;
}

.login-logo {
  background-image: url("/assets/logos/gfx_cg_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;
}

.window-thumbnail {
  height: 100px;
}

@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;
  }
}
.login-loading {
  animation-name: offairnotify;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.login-error {
  background-color: #ff3c3c;
}

.status {
  display: inline;
  background-color: #2f48a8;
  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: #070d24 !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: #070d24 !important;
}

.rundownServiceName {
  color: #4b67d3;
}

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

.comand {
  color: #2f48a8;
}

.macro {
  color: #30a586;
}

.hidden {
  display: none !important;
}

.no-javascript {
  background-color: #152149;
  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: #152149;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.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: #253a8f;
  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: #4b67d3;
  cursor: pointer;
}

.inlineTag {
  background-color: #152149;
  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;
}

.crop-tool {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #070d24;
  z-index: 1;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  flex-direction: column;
}

.crop-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.crop-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  justify-items: center;
  width: 90vw;
  height: 80vh;
  background-color: #070d24;
  box-shadow: 0px 5px 30px #070d24;
}

.social-icon-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 12px;
  display: none;
  max-width: 90vw;
  max-height: 70vh;
  overflow: auto;
  background-color: #253a8f;
  border-radius: 0 0.5em 0 0.5em;
  box-shadow: 0px 5px 30px #070d24;
}

.crop-output-canvas {
  display: absolute;
}

.social-icon-insert {
  height: 5em;
}

.text-licence {
  font-size: 2em;
  padding: 0.5em;
  margin: 0.5em;
  border-radius: 0 0.5em 0 0.5em;
}

.text-licence-demo {
  background-color: #ff3c3c;
}

.text-licence-full {
  background-color: #bae776;
  color: #000000;
}

.rundownMain {
  width: 100%;
  height: 100%;
  display: flex;
}

.rundownInfoTitle {
  font-size: 2em;
}

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

.rundownInfoSubtitle {
  color: #4b67d3;
}

.rundownContainer {
  height: 75vh;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  flex: 2;
  margin: 1em;
}

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

.rundownItem-cued {
  border-style: solid;
  border-width: 1px;
  color: #94ff69;
}

.commandItem {
  background-color: #070d24 !important;
}

.macroItem {
  background-color: #07231c !important;
}

.commandProgressBG {
  background-color: #253a8f !important;
}

.commandProgressBar {
  background-color: #4b67d3 !important;
}

.macroProgressBG {
  background-color: #258e73 !important;
}

.macroProgressBar {
  background-color: #4bd1b1 !important;
}

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

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

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

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

.rundownItemInfo {
  width: 100%;
  flex: 1;
}

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

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

.servicesContainer {
  background-color: #070d24;
  height: 75vh;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  flex: 1;
  padding: 1em;
  margin: 1em;
  margin-right: 2em;
  border-radius: 0 1em 0 1em;
}

.serviceItem {
  padding: 1em;
}

::-webkit-scrollbar {
  background-color: #253a8f;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #4b67d3;
}

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

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

dialog {
  background-color: #152149;
  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;
}

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

.rundownName {
  font-size: 1.3em;
}

.api-commands-list {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}

.command-group {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.command-string {
  font-weight: bold;
}

.command-group-url {
  color: #a5b3e9;
}

.popup {
  background-color: #2f48a8;
  margin: 1em;
  border-radius: 0 1em 0 1em;
  width: fit-content;
  overflow: hidden;
}

.popup-title {
  background-color: #4b67d3;
  padding: 1em;
  font-weight: bold;
}

.popup-message {
  padding: 1em;
}

.poll-answers-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.poll-horizontal {
  min-height: 3em;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
}

.poll-input {
  width: calc(100% - 2em);
}

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

.poll-item {
  width: 90%;
  margin: 1em;
}

.qr-editor {
  padding-top: 1em;
  width: 128px;
  height: 128px;
  overflow: hidden;
}
.qr-editor img {
  width: 128px;
  height: 128px;
}

.poll-container {
  width: 100%;
  height: 100%;
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.poll-user-section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.poll-footer-section {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.poll-user-question {
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.25em;
}

.poll-user-infotext {
  color: #4b67d3;
  padding: 0.25em;
}

.poll-user-credit {
  color: #253a8f;
  padding: 0.25em;
}

.poll-user-answers {
  display: flex;
  flex-direction: column;
  padding: 0.25em;
  align-items: center;
  text-align: center;
}

.poll-logo {
  background-image: url("/assets/logos/gfx_cg_wordmark_light@svg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 250px;
  height: 25px;
  margin: 0.5em;
}

.poll-detail-divider {
  width: 100%;
  height: 2px;
  background-color: #4b67d3;
  margin-top: 8px;
  margin-bottom: 8px;
}

i {
  line-height: 0em !important;
}

@media only screen and (max-width: 1580px) {
  .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: 1435px) {
  .edit-shows-container {
    grid-template-columns: 1fr 1fr;
  }
  .nav-text {
    display: none;
  }
  .nav-icon {
    display: block !important;
  }
}
@media only screen and (max-width: 1180px) {
  .control-divider {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .controls {
    height: calc(100vh - 500px);
  }
  .preview {
    flex: 0 0 320px;
  }
  .edit-ticker-container {
    grid-template-columns: 1fr 1fr;
  }
  .edit-shows-container {
    grid-template-columns: 1fr 1fr;
  }
  .header-title-version {
    display: none;
  }
  .header-title {
    padding-left: 1em;
    font-size: 1em;
  }
  .userName {
    display: none;
  }
  .profilePic {
    margin-right: 0.5em;
  }
  .rundownMain {
    display: block;
  }
  .rundownContainer {
    height: auto;
    width: auto !important;
    margin: 0px;
    overflow: hidden;
  }
  .servicesContainer {
    height: auto;
    width: auto !important;
    margin: 0px;
    overflow: hidden;
  }
  .rundownButtons {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 760px) {
  .edit-shows-container {
    grid-template-columns: 1fr;
  }
  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;
  }
  .preview-frame-container {
    display: none;
  }
  .output-item {
    display: block;
  }
  .output-item-link {
    font-size: 1em;
  }
  .output-item-options {
    display: block;
  }
}
@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: none;
  }
  .rundownItemSubData {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
  .rundownItemSubData2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.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);
  }
}