.mediaSourceSelector__source-select--i_Jt9 {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance:none;
  background-color: white;
  width: 100%;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
}

.videoPreview__video--G94vi {
  max-height: 50vh;
  width: 100%;
  background-color: black;
  border-radius: 0px 0px 5px 5px;
  -moz-box-sizing': border-box;
  -webkit-box-sizing': border-box;
  box-sizing: border-box;
  display: block;
}

.audioPreview__audio-svg--jiGvi {
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  height: 60px;
  display: block;
}

.colors__clipped--EqrBg{
  fill: black;
}

.colors__silence--w0L3x{
  fill: #892B60;
}

.colors__high--njFNi {
  fill: white;
}

.colors__low--eqW2U {
  fill: #CC3333;
}

.colors__bar--hMLQD {
  fill: #6699CC;
}

.gumConfiguration__gum-configuration-wrapper--JCuee{
  text-align: center;
  width: 100%;
}

.gumConfiguration__audio-configuration-wrapper--kUS_E {
  margin: 5px 0px 0px 0px;
}

.gumConfiguration__video-configuration-wrapper--bxxPf {
  margin: 5px 0px 0px 0px;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  border-radius: 5px 5px 5px 5px;
}

.gumConfiguration__confirm-button--nJP7C {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius:6px;
  border-width: 1px;
  cursor: pointer;
  margin: 5px 0px 0px 0px;
}

.flex__row--x9Ri8 {
  display: flex;
  flex-direction: row;
}

.flex__column--tk3Ru {
  display: flex;
  flex-direction: column;
}

.flex__item--VlYPd {
  display: flex;
  padding: 0;
  margin: 0;
}

.flex__align-self-right--g2pry {
  align-self: flex-end;
}

.flex__align-self-center--rJfVU {
  align-self: center;
}

.flex__align-self-start--Jd_Zn {
  align-self: flex-start;
}

.flex__align-direction-start--rRY4g {
  justify-content: flex-start;
}

.flex__align-direction-end--uR4rp {
  justify-content: flex-end;
}

.flex__align-direction-center--acItT {
  justify-content: center;
}

.flex__align-direction-space-around--Yqpjg {
  justify-content: space-around;
}

.flex__align-direction-space-between--PJ9Qk {
  justify-content: space-between;
}

.flex__align-perpendicular-direction-center--mm7vX {
  align-items: center;
}

.flex__wrap--LH3SR {
  flex-wrap: wrap;
}

.stats__container--wKHwc {
  height: inherit;
  border: 2px solid white;
  border-radius: 6px;
  padding: 4px;
  margin-left: 10px;
}

.stats__item--tLHEO {
  margin: 0;
  display: flex;
}

.stats__label--gwsch { }

.stats__number-container--UFtSh {
  display: flex;
  justify-content: flex-end;
  width:60%;
}

.stats__number--m1Rya {
  display: flex;
  align-items: center;
  color: forestgreen;
  text-transform: none;
}

.stats__unit-of-measure--G9brl {
  display: flex;
  align-items: center;
  text-transform: none;
  padding-left: .5rem;
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  .stats__container--wKHwc{
    align-items: center;
    flex-direction: column;
    width: 15rem;
    margin-top: 30px;
  }
  .stats__label--gwsch{
    width: 50%;
  }
}

@media screen and (max-height: 600px), screen and (max-device-height: 600px) {
  .stats__label--gwsch{
    width: 55%;
  }
}

@media screen and (min-width: 451px) and (min-device-width: 450px) and (min-height: 600px) {
  .stats__container--wKHwc{
    flex-direction: row;
    width: 17rem;
  }
  .stats__label--gwsch{
    width: 40%;
  }
}

html {
  position: fixed;
  height: 100%;
  width: 100%;
}

.app__full--dlG70 {
  width: 100%;
  height: 100%;
}

.app__hidden--S9gvk {
  display:none
}

.app__highlight--EYphW {
  color:red;
}

.app__light-pink--KwnwS {
  color:#892b60;
}

.app__light-blue-border--qc112 {
  border: 2px solid #6699cc;
}

.app__background-color--czeRD {
  background-color: #181818;
}

.app__white-border--R0YzX {
  border: 2px solid white;
}

.app__no-border--w7_wh {
  border: 2px solid transparent;
}

.app__light-blue--hzKgI {
  color:#6699cc;
}

.app__white--hOmvO {
  color:white;
}

/* Styles for themes */

.app__font--kDUQS {
  font-family: Roboto, sans-serif;
}

body {
  background: #181818;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
}

input, p, span, text, button, option, select, label {
  font-family: 'Roboto', sans-serif;
}

.app__border-full--xxazO {
  border-style: solid;
  border-width: 1px;
}
.app__border-top--tYBIp {
  border-style: solid;
  border-width: 1px 0 0 0;
}

.app__icon--y3QE6 { }

.app__text--_vh3r {
  font-family: sans-serif;
}

.app__text-size--oCGDf {
  font-size:1rem;
}

.app__scrollbar-container--zbWye::-webkit-scrollbar {
  -webkit-appearance: none;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar:vertical {
  width: 11px;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar:horizontal {
  height: 11px;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-thumb {
  border: 1px solid;
  border-radius: 8px;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-track {
  border-radius: 8px;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-track:hover { }
.app__scrollbar-container--zbWye::-webkit-scrollbar-corner { }
.app__scrollbar-container--zbWye::-webkit-scrollbar-button {
  display: none;
  background-size: 100%;
  height: 10px;
  width: 10px;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-button:start {
  display: none;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-button:end {
  display: block;
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgCQkMNTuwqE4vAAAASklEQVQI13XOzQmAMBiD4YeKjlIQXNZxBM9OUXCUz4MVf7C55Q0h4anh5XQYzUgX6pHtthrXLCvCckMmRQjrCZOGGvWfocalz/kDAvEOdhIdarYAAAAASUVORK5CYII=);
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-button:horizontal:increment {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgCQkMNR+Mq6r+AAAASElEQVQI13XOwQmAMBQE0YdBSwkINms5gmerCFhKPBiI+HWOA8sON5MXA1YzUpcJh1PG+JSbqsht1+SuqopF95HfeTj6TArxFxwXDnahdJc6AAAAAElFTkSuQmCC);
}
.app__scrollbar-container--zbWye::-webkit-scrollbar-button:vertical:decrement {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgCQkMNQuWcX6DAAAAVklEQVQI133OsQmAQBBE0XeKZrYhHFxqaVZhabYgXBHGeiYbGIh/YZn5bLD80L12MKAokUCP2eEwRyNU00KDrGoxVSYZbRanHpfJbv18JaGTXqa5Py8fqhISh8K4DFsAAAAASUVORK5CYII=);
}


.app__light-theme--wDijD {}

.app__light-theme--wDijD .app__border-top--tYBIp,
.app__light-theme--wDijD .app__border-full--xxazO {
  border-color: #d9d9d9;
}
.app__light-theme--wDijD .app__icon--y3QE6 {
  color: black;
}
.app__light-theme--wDijD .app__text--_vh3r {
  color: black;
}
.app__light-theme--wDijD h1,
.app__light-theme--wDijD h2,
.app__light-theme--wDijD h3,
.app__light-theme--wDijD h4,
.app__light-theme--wDijD h5,
.app__light-theme--wDijD h6 {
  color: black;
}

.app__light-theme--wDijD .app__scrollbar-container--zbWye::-webkit-scrollbar-thumb {
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}
.app__light-theme--wDijD .app__scrollbar-container--zbWye::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.app__light-theme--wDijD .app__scrollbar-container--zbWye::-webkit-scrollbar-track:hover {
  background-color: #f2f2f2;
}
.app__light-theme--wDijD .app__scrollbar-container--zbWye::-webkit-scrollbar-corner {
  background-color: #f2f2f2;
}
.app__light-theme--wDijD .app__scrollbar-container--zbWye::-webkit-scrollbar-button {
  color: #d9d9d9;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}


.app__dark-theme--neqbj {}

.app__dark-theme--neqbj .app__border-top--tYBIp,
.app__dark-theme--neqbj .app__border-full--xxazO {
  border-color: #d9d9d9;
}
.app__dark-theme--neqbj .app__icon--y3QE6 {
  color: white;
}
.app__dark-theme--neqbj .app__text--_vh3r {
  color: white;
}
.app__dark-theme--neqbj h1,
.app__dark-theme--neqbj h2,
.app__dark-theme--neqbj h3,
.app__dark-theme--neqbj h4,
.app__dark-theme--neqbj h5,
.app__dark-theme--neqbj h6 {
  color: white;
}

.app__dark-theme--neqbj .app__scrollbar-container--zbWye::-webkit-scrollbar-thumb {
  border-color: #444444;
  background-color: #a3a1a1;
}
.app__dark-theme--neqbj .app__scrollbar-container--zbWye::-webkit-scrollbar-track {
  background-color: #515050;
}
.app__dark-theme--neqbj .app__scrollbar-container--zbWye::-webkit-scrollbar-track:hover {
  background-color: #515050;
}
.app__dark-theme--neqbj .app__scrollbar-container--zbWye::-webkit-scrollbar-corner {
  background-color: #a3a1a1;
}
.app__dark-theme--neqbj .app__scrollbar-container--zbWye::-webkit-scrollbar-button {
  color: #a3a1a1;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  .app__text-size--oCGDf {
    font-size:3rem;
  }

  html {
    font-size: 32px;
  }
}

@media screen and (max-height: 600px), screen and (max-device-height: 600px) {
  .app__text-size--oCGDf {
    font-size:3rem;
  }

  html {
    font-size: 12px;
    overflow: auto;
  }
}

@media screen and (min-width: 451px) and (min-device-width: 450px) and (min-height: 600px) {
  .app__text-size--oCGDf {
    font-size:1rem;
  }

  html {
    font-size: 16px;
    overflow: hidden;
  }
}

.publisher__container--ByP9V {
  width:100%;
  height:100%;
}

.publisher__full-width--PWn7Q{
  width: 100%;
}

.publisher__right-column--o8vo2 {
  align-items: center;
  overflow-y: auto;
  max-width: 600px;
}

.publisher__right-column--o8vo2 select, .publisher__right-column--o8vo2 input {
  font-family: sans-serif;
}

.publisher__disabled--xXALv {
  cursor: not-allowed;
  color: darkgrey;
  pointer-events: none;
}

.publisher__right-column--o8vo2 select {
  width: 30%;
  /*height: 30px;*/
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 5px 10px;
}

.publisher__custom-select--asQcJ{
  margin: 5px 0px 0px 0px;
}

.publisher__stream-uri-input--H3nCI {
  margin-top: 30px;
  width: 100%;
  height: 30px;
  font-size: large;
  padding: 10px;
  border-radius: 5px 5px 5px 5px;
}

.publisher__stream-uri-input--H3nCI::-moz-placeholder {
  color: #bcbcbc;
}

.publisher__stream-uri-input--H3nCI:-ms-input-placeholder {
  color: #bcbcbc;
}

.publisher__stream-uri-input--H3nCI::placeholder {
  color: #bcbcbc;
}

.publisher__publisher-controls--ZRalL {
  display: flex;
}

.publisher__hide--vfxUV {
  display: none;
}

.publisher__hide-visibility--Iheyi{
  visibility: hidden;
}

.publisher__show-visibility--m3QTX{
  visibility: visible;
}

.publisher__button--ynsUE {
  color: white;
  cursor: pointer;
}

.publisher__button--ynsUE.publisher__disabled--xXALv, .publisher__disabled--xXALv .publisher__button--ynsUE {
  cursor: not-allowed;
  color: darkgrey;
}

.publisher__publisher-result--kGCPR {
  width: 100%;
  align-items: center;
}

.publisher__publisher-button--GCAwB {
  background-color: #cc3333;
  border-radius: 50%;
  border: 2px solid white;
}

.publisher__error-message--q1kpd {
  text-align: center;
  text-transform: none;
  color: #cc3333;
}

.publisher__info-message--MJ4kV {
  text-align: center;
  text-transform: none;
  color: #fff;
}



.publisher__menu-button--KdZFk {
}

.publisher__media-push-button--lcHD0 {
}

.publisher__confirm-button--xID2B {
}

.publisher__confirm-button--xID2B:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.publisher__cancel-publisher-button--IxumK {
  margin: 0;
}

.publisher__menu--T_TGt {
  padding: 5px;
  border: none;
  border-radius: 3px;
}

.publisher__code-block-header--gnhKb {
  text-align: center;
  margin-bottom: 0;
}

.publisher__code-block--NiAC8 {
  background-color: gray;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-size: small;
  word-wrap: normal;
  align-items: center;
}

.publisher__code-block-full--k0mIh {
  width: 95%;
}

.publisher__break-word--tnu4e {
  word-wrap: break-word;
}

.publisher__replacement-highlights--ofhID{
  color: lightseagreen;
}

.publisher__replacement-key--BI6Ku{
  background-color: lightseagreen;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

input[type="radio"] {
  position: relative;
  padding: 0 1rem;
  -webkit-appearance: none;
  display: none;
  content:' '
}


@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  .publisher__container--ByP9V{
    flex-direction: column;
    justify-content: flex-start;
  }
  .publisher__right-column--o8vo2{
    margin-right: 0;
    width: 85%;
    margin-top: 50px;
  }
  .publisher__right-column--o8vo2 video {
    max-height: 400px;
  }
  .publisher__button--ynsUE{
    font-size: 2em;
  }
  .publisher__publisher-button--GCAwB {
    width: 100px;
    height: 100px;
    min-height: 100px;
    margin-top: 30px;
    text-align: center;
    padding: 0;
  }

  .publisher__right-column--o8vo2 select, .publisher__right-column--o8vo2 input, .publisher__right-column--o8vo2 svg {
    font-size: xx-large;
    font-family: sans-serif;
    height: 100px;
  }
  .publisher__publisher-controls--ZRalL{
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

@media screen and (max-height: 600px), screen and (max-device-height: 600px) {
  .publisher__container--ByP9V{
    flex-direction: column;
    justify-content: flex-start;
  }
  .publisher__right-column--o8vo2{
    margin-right: 0;
    width: 55%;
    margin-top: 10px;
    top: 0;
    position: absolute;
    left: 22%;
    height: calc(100%);
  }
  .publisher__right-column--o8vo2 video {
    max-height: 400px;
  }
  .publisher__button--ynsUE{
    font-size: 2em;
  }
  .publisher__publisher-button--GCAwB {
    width: 50px;
    height: 50px;
    min-height: 50px;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 25px;
  }

  input:checked {
    color: darkgrey;
  }

  .publisher__right-column--o8vo2 select, .publisher__right-column--o8vo2 input, .publisher__right-column--o8vo2 svg {
    font-size: large;
    font-family: sans-serif;
    height: 40px;
  }
  .publisher__publisher-controls--ZRalL{
    flex-direction: row;
    align-items: unset;
    margin-top: 10px;
    position: absolute;
  }
  .publisher__publisher-controls--ZRalL .publisher__publisher-button--GCAwB{
    margin-top: 0;
  }
}

@media screen and (min-width: 451px) and (min-device-width: 450px) and (min-height: 600px) {
  .publisher__container--ByP9V{
    flex-direction: row;
  }
  .publisher__right-column--o8vo2{
    width:50%;
    min-width: 400px;
  }
  .publisher__button--ynsUE{
    font-size: x-large;
  }
  .publisher__publisher-button--GCAwB {
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }
  .publisher__menu--T_TGt{
    visibility: hidden;
  }

  .publisher__right-column--o8vo2 select, .publisher__right-column--o8vo2 input {
    font-size: large;
    font-family: sans-serif;
    height: 40px;
  }

  .publisher__publisher-controls--ZRalL{
    flex-direction: row;
    margin-top: 30px;
    align-items: center;
  }

  .publisher__publisher-controls--ZRalL .publisher__publisher-button--GCAwB{
    margin-top: 0;
  }
}

.animation__fade-in--tvqsU {
  animation: animation__fade-in--tvqsU 2s linear;
}

.animation__pulse--ftLmR {
  animation: animation__pulse--ftLmR 2s linear 0s infinite;
  transform-origin: 70% 70%;
}

@keyframes animation__fade-in--tvqsU {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animation__pulse--ftLmR {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.fullScreenMessage__container--eQrcT {
}

.fullScreenMessage__center-column--jLhVP {
}

.fullScreenMessage__message--UpAk5 {
  color: #c9c9c9;
  font-weight: 300;
  text-align: center;
}

img.fullScreenMessage__no-signal--Rwmg_, video.fullScreenMessage__no-signal--Rwmg_ {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@keyframes fullScreenMessage__ellipsis--V95q7 {
  to {
    width: 1.25em;
  }
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  .fullScreenMessage__text--uo_w_ {
    font-size: 2em;
  }
}

@media screen and (max-height: 600px), screen and (max-device-height: 600px) {
  .fullScreenMessage__text--uo_w_ {
    font-size: 2em;
  }
}

@media screen and (min-width: 451px) and (min-device-width: 450px) and (min-height: 600px) {
  .fullScreenMessage__text--uo_w_ {
    font-size: 3em;
  }
}

div.fullScreenMessage__no-signal--Rwmg_ {
  height: 100vh;
  width: 100vw;
  display: block;
  box-sizing: border-box;
  background: url(6d9b37ea7bbf176de618.gif) no-repeat scroll center;
  background-size: contain;
}

@media screen and (orientation:landscape) and (max-width: 720px), screen and (orientation:landscape) and (max-device-width: 720px) {
  div.fullScreenMessage__no-signal--Rwmg_ {
    background: url(900d47bb50882ae48253.gif) no-repeat scroll center;
    background-size: contain;
  }
}

@media screen and (orientation:portrait) {
  div.fullScreenMessage__no-signal--Rwmg_ {
    background: url(6b73d6cefb6c3b404839.gif) no-repeat scroll center;
    background-size: contain;
  }
}

div.fullScreenMessage__access-denied--TV1ov {
  height: 100vh;
  width: 100vw;
  display: block;
  box-sizing: border-box;
  background: url(925722714b9689e51c2a.jpg) no-repeat scroll center;
  background-size: contain;
}

@media screen and (orientation:landscape) and (max-width: 720px), screen and (orientation:landscape) and (max-device-width: 720px) {
  div.fullScreenMessage__access-denied--TV1ov {
    background: url(7765e5bbba8c2f09a68c.jpg) no-repeat scroll center;
    background-size: contain;
  }
}

@media screen and (orientation:portrait) {
  div.fullScreenMessage__access-denied--TV1ov {
    background: url(9b621f638b8f4a894431.jpg) no-repeat scroll center;
    background-size: contain;
  }
}


/*# sourceMappingURL=publisher.2b7492289ee860957fcb.css.map*/