@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url("/resources/fonts/Roboto-light-ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url("/resources/fonts/Roboto-light.woff2") format('woff2'), url("/resources/fonts/Roboto-light.ttf") format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("/resources/fonts/Roboto-regular-ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("/resources/fonts/Roboto-regular.woff2") format('woff2'), url("/resources/fonts/Roboto-regular.ttf") format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url("/resources/fonts/Roboto-medium-ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url("/resources/fonts/Roboto-medium.woff2") format('woff2'), url("/resources/fonts/Roboto-medium.ttf") format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-device-width: 721px) {
  html {
    font-size: 16px;
  }
}
@media (max-device-width: 720px) {
  html {
    font-size: 12px;
  }
}
body {
  height: 100%;
}
#room-container {
  height: 100%;
  width: 100%;
}
#room-container [data-component='Room'] {
  position: relative;
  height: 100%;
  width: 100%;
  will-change: opacity;
}
#room-container [data-component='Room'].Appear-appear {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#room-container [data-component='Room'].Appear-appear.Appear-appear-active {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#room-container [data-component='Room'] > .state {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 25px;
  background-color: rgba(36,59,85,0.75);
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .state {
    top: 80px;
    left: 20px;
    width: 124px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .state {
    top: 30px;
    left: 10px;
    width: 110px;
  }
}
#room-container [data-component='Room'] > .state > .icon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .state > .icon {
    margin: 6px;
    margin-right: 0;
    height: 16px;
    width: 16px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .state > .icon {
    margin: 4px;
    margin-right: 0;
    height: 16px;
    width: 16px;
  }
}
#room-container [data-component='Room'] > .state > .icon.new,
#room-container [data-component='Room'] > .state > .icon.closed {
  background-color: rgba(170,170,170,0.5);
}
#room-container [data-component='Room'] > .state > .icon.connecting {
  -webkit-animation: Room-info-state-connecting 0.75s infinite linear;
  -moz-animation: Room-info-state-connecting 0.75s infinite linear;
  -o-animation: Room-info-state-connecting 0.75s infinite linear;
  -ms-animation: Room-info-state-connecting 0.75s infinite linear;
  animation: Room-info-state-connecting 0.75s infinite linear;
}
#room-container [data-component='Room'] > .state > .icon.connected {
  background-color: rgba(48,189,24,0.75);
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .state > .icon.connected {
    display: none;
  }
}
#room-container [data-component='Room'] > .state > .text {
  -webkit-box-flex: 100;
  -moz-box-flex: 100;
  -o-box-flex: 100;
  box-flex: 100;
  -webkit-flex: 100 0 auto;
  -ms-flex: 100 0 auto;
  flex: 100 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  color: rgba(255,255,255,0.75);
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .state > .text {
    font-size: 12px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .state > .text {
    font-size: 10px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .state > .text.connected {
    display: none;
  }
}
#room-container [data-component='Room'] > .room-link-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#room-container [data-component='Room'] > .room-link-wrapper > .room-link {
  width: auto;
  background-color: rgba(36,59,85,0.75);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0px 3px 12px 2px rgba(17,17,17,0.4);
  box-shadow: 0px 3px 12px 2px rgba(17,17,17,0.4);
}
#room-container [data-component='Room'] > .room-link-wrapper > .room-link > a.link {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .room-link-wrapper > .room-link > a.link {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .room-link-wrapper > .room-link > a.link {
    padding: 6px 10px;
    font-size: 10px;
  }
}
#room-container [data-component='Room'] > .room-link-wrapper > .room-link > a.link:hover {
  color: #fff;
  text-decoration: underline;
}
#room-container [data-component='Room'] > .me-container {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
  box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -ms-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#room-container [data-component='Room'] > .me-container.active-speaker {
  border-color: #fff;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .me-container {
    height: 250px;
    width: 294px;
    bottom: 60px;
    left: 20px;
    border: 1px solid rgba(255,255,255,0.15);
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .me-container {
    height: 220px;
    width: 200px;
    bottom: 50px;
    left: 10px;
    border: 1px solid rgba(255,255,255,0.25);
  }
}
#room-container [data-component='Room'] > .chat-input-container {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
  box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .chat-input-container {
    height: 30px;
    width: 294px;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgba(255,255,255,0.15);
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .chat-input-container {
    height: 30px;
    width: 200px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255,255,255,0.25);
  }
}
#room-container [data-component='Room'] > .sidebar {
  position: fixed;
  z-index: 101;
  top: calc(50% - 60px);
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .sidebar {
    left: 20px;
    width: 36px;
    margin-top: -60px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .sidebar {
    left: 10px;
    width: 32px;
    margin-top: -80px;
  }
}
#room-container [data-component='Room'] > .sidebar > .button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 4px 0;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: rgba(36,59,85,0.75);
  cursor: pointer;
  -webkit-transition-property: opacity, background-color;
  -moz-transition-property: opacity, background-color;
  -o-transition-property: opacity, background-color;
  -ms-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 100%;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Room'] > .sidebar > .button {
    height: 36px;
    width: 36px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Room'] > .sidebar > .button {
    height: 32px;
    width: 32px;
  }
}
#room-container [data-component='Room'] > .sidebar > .button.on {
  background-color: rgba(255,255,255,0.7);
}
#room-container [data-component='Room'] > .sidebar > .button.disabled {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
#room-container [data-component='Room'] > .sidebar > .button.hide-videos {
  background-image: url("/resources/images/icon_video_white_on.svg");
}
#room-container [data-component='Room'] > .sidebar > .button.hide-videos.on {
  background-image: url("/resources/images/icon_video_black_off.svg");
}
#room-container [data-component='Room'] > .sidebar > .button.mute-audio {
  background-image: url("/resources/images/icon_volume_white_on.svg");
}
#room-container [data-component='Room'] > .sidebar > .button.mute-audio.on {
  background-image: url("/resources/images/icon_volume_black_off.svg");
}
#room-container [data-component='Room'] > .sidebar > .button.restart-ice {
  background-image: url("/resources/images/icon_restart_ice_white.svg");
}
@-moz-keyframes Room-info-state-connecting {
  50% {
    background-color: rgba(255,165,0,0.75);
  }
}
@-webkit-keyframes Room-info-state-connecting {
  50% {
    background-color: rgba(255,165,0,0.75);
  }
}
@-o-keyframes Room-info-state-connecting {
  50% {
    background-color: rgba(255,165,0,0.75);
  }
}
@keyframes Room-info-state-connecting {
  50% {
    background-color: rgba(255,165,0,0.75);
  }
}
#room-container [data-component='Me'] {
  position: relative;
  height: 100%;
  width: 100%;
}
#room-container [data-component='Me'] > .controls {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}
#room-container [data-component='Me'] > .controls > .button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 4px;
  margin-left: 0;
  border-radius: 2px;
  pointer-events: auto;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-transition-property: opacity, background-color;
  -moz-transition-property: opacity, background-color;
  -o-transition-property: opacity, background-color;
  -ms-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Me'] > .controls > .button {
    width: 28px;
    height: 28px;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
  }
  #room-container [data-component='Me'] > .controls > .button:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Me'] > .controls > .button {
    width: 26px;
    height: 26px;
  }
}
#room-container [data-component='Me'] > .controls > .button.unsupported {
  pointer-events: none;
}
#room-container [data-component='Me'] > .controls > .button.disabled {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#room-container [data-component='Me'] > .controls > .button.on {
  background-color: rgba(255,255,255,0.85);
}
#room-container [data-component='Me'] > .controls > .button.mic.on {
  background-image: url("/resources/images/icon_mic_black_on.svg");
}
#room-container [data-component='Me'] > .controls > .button.mic.off {
  background-image: url("/resources/images/icon_mic_white_off.svg");
  background-color: rgba(212,34,65,0.7);
}
#room-container [data-component='Me'] > .controls > .button.mic.unsupported {
  background-image: url("/resources/images/icon_mic_white_unsupported.svg");
}
#room-container [data-component='Me'] > .controls > .button.webcam.on {
  background-image: url("/resources/images/icon_webcam_black_on.svg");
}
#room-container [data-component='Me'] > .controls > .button.webcam.off {
  background-image: url("/resources/images/icon_webcam_white_on.svg");
}
#room-container [data-component='Me'] > .controls > .button.webcam.unsupported {
  background-image: url("/resources/images/icon_webcam_white_unsupported.svg");
}
#room-container [data-component='Me'] > .controls > .button.change-webcam.on {
  background-image: url("/resources/images/icon_change_webcam_black.svg");
}
#room-container [data-component='Me'] > .controls > .button.change-webcam.unsupported {
  background-image: url("/resources/images/icon_change_webcam_white_unsupported.svg");
}
#room-container [data-component='Me'] > .controls > .button.share.on {
  background-image: url("/resources/images/icon_share_black_on.svg");
}
#room-container [data-component='Me'] > .controls > .button.share.off {
  background-image: url("/resources/images/icon_share_white_on.svg");
}
#room-container [data-component='Me'] > .controls > .button.share.unsupported {
  background-image: url("/resources/images/icon_share_white_unsupported.svg");
}
#room-container [data-component='ChatInput'] {
  position: relative;
  height: 100%;
  width: 100%;
}
#room-container [data-component='ChatInput'] > textarea {
  height: 100%;
  width: 100%;
  padding: 4px 8px;
  resize: none;
  outline: none;
  background-color: #243b55;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  border: none;
}
#room-container [data-component='ChatInput'] > textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.35);
}
#room-container [data-component='ChatInput'] > textarea:-moz-placeholder {
  color: rgba(255,255,255,0.35);
}
#room-container [data-component='ChatInput'] > textarea::-moz-placeholder {
  color: rgba(255,255,255,0.35);
}
#room-container [data-component='ChatInput'] > textarea:-ms-input-placeholder {
  color: rgba(255,255,255,0.35);
}
#room-container [data-component='ChatInput'] > textarea:disabled {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#room-container [data-component='Peers'] {
  min-height: 100%;
  width: 100%;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Peers'] {
    width: 100%;
    padding: 40px 0 220px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Peers'] {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
#room-container [data-component='Peers'] > .peer-container {
  overflow: hidden;
  will-change: opacity;
}
#room-container [data-component='Peers'] > .peer-container.Appear-appear {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#room-container [data-component='Peers'] > .peer-container.Appear-appear.Appear-appear-active {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  -ms-transition-duration: 1000ms;
  transition-duration: 1000ms;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Peers'] > .peer-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 382px;
    width: 450px;
    margin: 6px;
    border: 1px solid rgba(255,255,255,0.15);
    -webkit-box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
    box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
    -webkit-transition-property: border-color;
    -moz-transition-property: border-color;
    -o-transition-property: border-color;
    -ms-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
  #room-container [data-component='Peers'] > .peer-container.active-speaker {
    border-color: #fff;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Peers'] > .peer-container {
    -webkit-box-flex: 100;
    -moz-box-flex: 100;
    -o-box-flex: 100;
    box-flex: 100;
    -webkit-flex: 100 100 auto;
    -ms-flex: 100 100 auto;
    flex: 100 100 auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    min-height: 25vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #room-container [data-component='Peers'] > .peer-container.active-speaker {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
#room-container [data-component='Peer'] {
  -webkit-box-flex: 100;
  -moz-box-flex: 100;
  -o-box-flex: 100;
  box-flex: 100;
  -webkit-flex: 100 100 auto;
  -ms-flex: 100 100 auto;
  flex: 100 100 auto;
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-device-width: 720px) {
  #room-container [data-component='Peer'] {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
#room-container [data-component='Peer'] > .indicators {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
row
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#room-container [data-component='Peer'] > .indicators > .icon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 4px;
  margin-left: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Peer'] > .indicators > .icon {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
  }
}
#room-container [data-component='Peer'] > .indicators > .icon.mic-off {
  background-image: url("/resources/images/icon_remote_mic_white_off.svg");
}
#room-container [data-component='Peer'] > .indicators > .icon.webcam-off {
  background-image: url("/resources/images/icon_remote_webcam_white_off.svg");
}
#room-container [data-component='Peer'] .incompatible-video {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#room-container [data-component='Peer'] .incompatible-video > p {
  padding: 6px 12px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-size: 15px;
  color: rgba(255,255,255,0.55);
}
#room-container [data-component='PeerView'] {
  position: relative;
  -webkit-box-flex: 100;
  -moz-box-flex: 100;
  -o-box-flex: 100;
  box-flex: 100;
  -webkit-flex: 100 100 auto;
  -ms-flex: 100 100 auto;
  flex: 100 100 auto;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-color: rgba(36,59,85,0.75);
  background-image: url("/resources/images/buddy.svg");
  background-position: bottom;
  background-size: auto 80%;
  background-repeat: no-repeat;
}
#room-container [data-component='PeerView'] > .info {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0.5) 100%);
}
#room-container [data-component='PeerView'] > .info > .icons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#room-container [data-component='PeerView'] > .info > .icons > .icon {
  pointer-events: auto;
  margin: 4px;
  margin-right: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition-property: opacity, background-color;
  -moz-transition-property: opacity, background-color;
  -o-transition-property: opacity, background-color;
  -ms-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
@media (min-device-width: 721px) {
  #room-container [data-component='PeerView'] > .info > .icons > .icon {
    width: 28px;
    height: 28px;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
  #room-container [data-component='PeerView'] > .info > .icons > .icon:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='PeerView'] > .info > .icons > .icon {
    width: 26px;
    height: 26px;
  }
}
#room-container [data-component='PeerView'] > .info > .icons > .icon.info.on {
  background-image: url("/resources/images/icon_info_white_on.svg");
}
#room-container [data-component='PeerView'] > .info > .icons > .icon.info:not(.on) {
  background-image: url("/resources/images/icon_info_white_off.svg");
}
#room-container [data-component='PeerView'] > .info > .icons > .icon.stats {
  background-image: url("/resources/images/icon_stats_white_on.svg");
}
#room-container [data-component='PeerView'] > .info > .box {
  pointer-events: auto;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  padding: 4px 6px 50px 6px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.65);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  overflow: auto;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
@media (min-device-width: 721px) {
  #room-container [data-component='PeerView'] > .info > .box {
    top: 36px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='PeerView'] > .info > .box {
    top: 34px;
  }
}
#room-container [data-component='PeerView'] > .info > .box:not(.visible) {
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#room-container [data-component='PeerView'] > .info > .box > h1 {
  pointer-events: none;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
#room-container [data-component='PeerView'] > .info > .box > p {
  pointer-events: none;
  margin-bottom: 2px;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
}
#room-container [data-component='PeerView'] > .info > .box > p:last-child {
  margin-bottom: 0;
}
#room-container [data-component='PeerView'] > .info > .box > p.clickable,
#room-container [data-component='PeerView'] > .info > .box > p .clickable {
  pointer-events: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #44c5d6;
}
#room-container [data-component='PeerView'] > .info > .box > p.clickable:hover,
#room-container [data-component='PeerView'] > .info > .box > p .clickable:hover {
  cursor: pointer;
  color: #73feff;
  text-decoration: underline;
}
#room-container [data-component='PeerView'] > .info > .box > p.copiable,
#room-container [data-component='PeerView'] > .info > .box > p .copiable {
  pointer-events: auto;
  cursor: text;
}
#room-container [data-component='PeerView'] > .info > .box > p.copiable:hover,
#room-container [data-component='PeerView'] > .info > .box > p .copiable:hover {
  color: #44c5d6;
  text-decoration: underline;
}
#room-container [data-component='PeerView'] > .info > .box > p.indent {
  margin-left: 10px;
}
#room-container [data-component='PeerView'] > .info > .peer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-device-width: 721px) {
  #room-container [data-component='PeerView'] > .info > .peer.is-me {
    padding: 10px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #room-container [data-component='PeerView'] > .info > .peer:not(.is-me) {
    padding: 20px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    pointer-events: none;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='PeerView'] > .info > .peer.is-me {
    padding: 10px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #room-container [data-component='PeerView'] > .info > .peer:not(.is-me) {
    padding: 10px;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
#room-container [data-component='PeerView'] > .info > .peer > .display-name {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
}
#room-container [data-component='PeerView'] > .info > .peer > span.display-name {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: text;
}
#room-container [data-component='PeerView'] > .info > .peer > span.display-name:not(.editable) {
  cursor: default;
}
#room-container [data-component='PeerView'] > .info > .peer > span.display-name.editable {
  pointer-events: auto;
}
@media (min-device-width: 721px) {
  #room-container [data-component='PeerView'] > .info > .peer > span.display-name.editable:hover {
    background-color: rgba(174,255,0,0.25);
  }
}
#room-container [data-component='PeerView'] > .info > .peer > span.display-name.loading {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#room-container [data-component='PeerView'] > .info > .peer > input.display-name {
  border: none;
  border-bottom: 1px solid #aeff00;
  background-color: transparent;
}
#room-container [data-component='PeerView'] > .info > .peer > .row {
  margin-top: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-icon {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/resources/images/devices/unknown.svg");
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.chrome {
  background-image: url("/resources/images/devices/chrome_16x16.png");
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.firefox {
  background-image: url("/resources/images/devices/firefox_16x16.png");
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.safari {
  background-image: url("/resources/images/devices/safari_16x16.png");
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.msedge {
  background-image: url("/resources/images/devices/edge_16x16.png");
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.opera {
  background-image: url("/resources/images/devices/opera_16x16.png");
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.broadcaster {
  height: 18px;
  width: 18px;
  background-image: url("/resources/images/devices/broadcaster.svg");
}
#room-container [data-component='PeerView'] > .info > .peer > .row > .device-version {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}
#room-container [data-component='PeerView'] > video {
  -webkit-box-flex: 100;
  -moz-box-flex: 100;
  -o-box-flex: 100;
  box-flex: 100;
  -webkit-flex: 100 100 auto;
  -ms-flex: 100 100 auto;
  flex: 100 100 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: rgba(0,0,0,0.75);
}
#room-container [data-component='PeerView'] > video.is-me {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#room-container [data-component='PeerView'] > video.hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
#room-container [data-component='PeerView'] > video.network-error {
  filter: grayscale(100%) brightness(135%) blur(5px);
}
#room-container [data-component='PeerView'] > audio {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 2px solid #f00;
}
#room-container [data-component='PeerView'] > canvas.face-detection {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
#room-container [data-component='PeerView'] > canvas.face-detection.is-me {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#room-container [data-component='PeerView'] > .volume-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}
#room-container [data-component='PeerView'] > .volume-container > .bar {
  width: 6px;
  border-radius: 6px;
  background: rgba(255,255,0,0.65);
  -webkit-transition-property: height background-color;
  -moz-transition-property: height background-color;
  -o-transition-property: height background-color;
  -ms-transition-property: height background-color;
  transition-property: height background-color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level0 {
  height: 0;
  background-color: rgba(255,255,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level1 {
  height: 10%;
  background-color: rgba(255,255,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level2 {
  height: 20%;
  background-color: rgba(255,255,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level3 {
  height: 30%;
  background-color: rgba(255,255,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level4 {
  height: 40%;
  background-color: rgba(255,165,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level5 {
  height: 50%;
  background-color: rgba(255,165,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level6 {
  height: 60%;
  background-color: rgba(255,0,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level7 {
  height: 70%;
  background-color: rgba(255,0,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level8 {
  height: 80%;
  background-color: rgba(0,0,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level9 {
  height: 90%;
  background-color: rgba(0,0,0,0.65);
}
#room-container [data-component='PeerView'] > .volume-container > .bar.level10 {
  height: 100%;
  background-color: rgba(0,0,0,0.65);
}
#room-container [data-component='PeerView'] > .spinner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,0.75);
}
#room-container [data-component='PeerView'] > .spinner-container .react-spinner {
  position: relative;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
}
#room-container [data-component='PeerView'] > .spinner-container .react-spinner .react-spinner_bar {
  position: absolute;
  width: 20%;
  height: 7.8%;
  top: -3.9%;
  left: -10%;
  -webkit-animation: PeerView-spinner 1.2s linear infinite;
  -moz-animation: PeerView-spinner 1.2s linear infinite;
  -o-animation: PeerView-spinner 1.2s linear infinite;
  -ms-animation: PeerView-spinner 1.2s linear infinite;
  animation: PeerView-spinner 1.2s linear infinite;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.5);
}
#room-container [data-component='PeerView'] > .video-elem-paused {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-position: center;
  background-image: url("/resources/images/icon_video_elem_paused.svg");
  background-size: 35%;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
}
@-moz-keyframes PeerView-spinner {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
  }
}
@-webkit-keyframes PeerView-spinner {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
  }
}
@-o-keyframes PeerView-spinner {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
  }
}
@keyframes PeerView-spinner {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
  }
}
#room-container [data-component='Stats'] {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Stats'] {
    width: 470px;
    padding-left: 20px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Stats'] {
    left: 0;
  }
}
#room-container [data-component='Stats'] > .content {
  position: relative;
  height: 100%;
  pointer-events: auto;
  background: rgba(255,255,255,0.925);
  overscroll-behavior: contain;
  -webkit-transition-property: -webkit-transform opacity;
  -moz-transition-property: -moz-transform opacity;
  -o-transition-property: -o-transform opacity;
  -ms-transition-property: -ms-transform opacity;
  transition-property: transform opacity;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Stats'] > .content {
    width: 450px;
    -webkit-box-shadow: -4px 0px 12px 2px rgba(0,0,0,0.5);
    box-shadow: -4px 0px 12px 2px rgba(0,0,0,0.5);
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Stats'] > .content {
    width: 100%;
  }
}
#room-container [data-component='Stats'] > .content:not(.visible) {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#room-container [data-component='Stats'] > .content > .header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 28px;
  background: -webkit-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.9), rgba(255,255,255,0));
  background: -moz-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.9), rgba(255,255,255,0));
  background: -o-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.9), rgba(255,255,255,0));
  background: -ms-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.9), rgba(255,255,255,0));
  background: linear-gradient(to bottom, #fff, #fff, rgba(255,255,255,0.9), rgba(255,255,255,0));
}
#room-container [data-component='Stats'] > .content > .header > .info {
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#room-container [data-component='Stats'] > .content > .header > .info > .close-icon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-left: -6px;
  margin-right: 20px;
  cursor: pointer;
  background-position: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/resources/images/icon_close_black.svg");
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
#room-container [data-component='Stats'] > .content > .header > .info > .close-icon:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#room-container [data-component='Stats'] > .content > .header > .info > h1 {
  -webkit-box-flex: 100;
  -moz-box-flex: 100;
  -o-box-flex: 100;
  box-flex: 100;
  -webkit-flex: 100 100 auto;
  -ms-flex: 100 100 auto;
  flex: 100 100 auto;
  text-transform: uppercase;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
#room-container [data-component='Stats'] > .content > .header > .list {
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#room-container [data-component='Stats'] > .content > .header > .list > p {
  margin-bottom: 5px;
  color: rgba(36,59,85,0.75);
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#room-container [data-component='Stats'] > .content > .header > .list > p > a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: rgba(77,125,180,0.75);
  cursor: pointer;
}
#room-container [data-component='Stats'] > .content > .header > .list > p > a.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
#room-container [data-component='Stats'] > .content > .stats {
  padding: 0 28px;
  height: 100%;
  overflow: auto;
}
#room-container [data-component='Stats'] > .content > .stats > .items {
  margin-bottom: 40px;
  will-change: opacity;
}
#room-container [data-component='Stats'] > .content > .stats > .items.Appear-appear {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#room-container [data-component='Stats'] > .content > .stats > .items.Appear-appear.Appear-appear-active {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  transition-duration: 150ms;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#room-container [data-component='Stats'] > .content > .stats > .items:after {
  content: '';
  display: block;
  visibility: hidden;
  margin-bottom: -230px;
}
#room-container [data-component='Stats'] > .content > .stats > .items > h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgba(20,30,48,0.65);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
#room-container [data-component='Stats'] > .content > .stats > .items > h2:before {
  content: '';
  display: block;
  visibility: hidden;
  height: 230px;
}
#room-container [data-component='Stats'] > .content > .stats > .items > .item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#room-container [data-component='Stats'] > .content > .stats > .items > .item > .line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
#room-container [data-component='Stats'] > .content > .stats > .items > .item > .line > .key {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 38.5%;
  color: rgba(20,30,48,0.65);
  font-size: 11px;
  font-weight: 400;
  word-break: break-all;
  text-align: right;
}
#room-container [data-component='Stats'] > .content > .stats > .items > .item > .line > .value {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.5%;
  color: rgba(77,125,180,0.75);
  font-size: 11px;
  font-weight: 400;
  word-break: break-all;
  text-align: left;
}
#room-container [data-component='Notifications'] {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Notifications'] {
    padding: 10px;
    width: 300px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Notifications'] {
    padding: 4px;
    width: 65%;
    max-width: 220px;
  }
}
#room-container [data-component='Notifications'] > .notification {
  pointer-events: auto;
  margin-top: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Notifications'] > .notification {
    min-width: 75%;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Notifications'] > .notification {
    width: 100%;
  }
}
#room-container [data-component='Notifications'] > .notification.Appear-appear {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out 0s, visibility 0s linear 0.25s;
  -moz-transition: all 0.15s ease-in-out 0s, visibility 0s linear 0.25s;
  -o-transition: all 0.15s ease-in-out 0s, visibility 0s linear 0.25s;
  -ms-transition: all 0.15s ease-in-out 0s, visibility 0s linear 0.25s;
  transition: all 0.15s ease-in-out 0s, visibility 0s linear 0.25s;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
#room-container [data-component='Notifications'] > .notification.Appear-appear.Appear-appear-active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Notifications'] > .notification {
    padding: 16px 24px 16px 12px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Notifications'] > .notification {
    padding: 6px 16px 6px 12px;
  }
}
#room-container [data-component='Notifications'] > .notification > .icon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
  margin-right: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#room-container [data-component='Notifications'] > .notification > .body > .title {
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  line-height: 1.35em;
  margin-bottom: 10px;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Notifications'] > .notification > .body > .title {
    font-size: 14px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Notifications'] > .notification > .body > .title {
    font-size: 12px;
  }
}
#room-container [data-component='Notifications'] > .notification > .body > .text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  line-height: 1.35em;
}
@media (min-device-width: 721px) {
  #room-container [data-component='Notifications'] > .notification > .body > .text {
    font-size: 13px;
  }
}
@media (max-device-width: 720px) {
  #room-container [data-component='Notifications'] > .notification > .body > .text {
    font-size: 12px;
  }
}
#room-container [data-component='Notifications'] > .notification.info {
  background-color: rgba(20,30,48,0.65);
  color: rgba(255,255,255,0.75);
}
#room-container [data-component='Notifications'] > .notification.info >.icon {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  background-image: url("/resources/images/icon_notification_info_white.svg");
}
#room-container [data-component='Notifications'] > .notification.error {
  background-color: rgba(255,25,20,0.75);
  color: #fff;
}
#room-container [data-component='Notifications'] > .notification.error >.icon {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  background-image: url("/resources/images/icon_notification_error_white.svg");
}
#room-container [data-component='NetworkThrottle'] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 0 20px;
  background: rgba(255,255,255,0.95);
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
  box-shadow: 0px 5px 12px 2px rgba(17,17,17,0.5);
  font-family: 'Roboto';
}
#room-container [data-component='NetworkThrottle'] > h1.draggable {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #111;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
}
#room-container [data-component='NetworkThrottle'] > .inputs > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 20px;
  margin-bottom: 8px;
}
#room-container [data-component='NetworkThrottle'] > .inputs > .row:last-child {
  margin-bottom: 0;
}
#room-container [data-component='NetworkThrottle'] > .inputs > .row > .key {
  margin-right: 4px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  font-weight: 400;
  font-size: 11px;
  text-align: right;
  color: rgba(36,59,85,0.75);
}
#room-container [data-component='NetworkThrottle'] > .inputs > .row > .value {
  margin-left: 4px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  padding: 4px 8px;
  font-size: 11px;
  text-align: right;
  color: rgba(20,30,48,0.65);
  border: none;
  background: rgba(102,102,102,0.1);
  border-radius: 2px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#room-container [data-component='NetworkThrottle'] > .inputs > .row > .value:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#room-container [data-component='NetworkThrottle'] > .inputs > .row > .value::placeholder {
  color: rgba(20,30,48,0.25);
}
#room-container [data-component='NetworkThrottle'] > .inputs > .row > .value:focus::placeholder {
  color: transparent;
}
#room-container [data-component='NetworkThrottle'] > .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
#room-container [data-component='NetworkThrottle'] > .buttons > button {
  margin: 0 4px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  border-radius: 2px;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#room-container [data-component='NetworkThrottle'] > .buttons > button:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}
#room-container [data-component='NetworkThrottle'] > .buttons > button.apply {
  background: #e9736e;
}
#room-container [data-component='NetworkThrottle'] > .buttons > button.reset {
  background: rgba(53,87,126,0.75);
}
#room-container-media-query-detector {
  position: relative;
  z-index: -1000;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
}
@media (max-device-width: 720px) {
  #room-container-media-query-detector {
    display: none;
    position: fixed;
  }
}
