html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url("/resources/fonts/Prompt-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: url("/resources/fonts/Prompt-medium.ttf") format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: url("/resources/fonts/Prompt-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: url("/resources/fonts/Prompt-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("/resources/fonts/Poppins-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("/resources/fonts/Poppins-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("/resources/fonts/Poppins-Bold.ttf") format('truetype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  background: none;
  line-height: 1;
  margin: 0;
}
input {
  padding: 0;
  font-family: inherit;
  background-color: transparent;
}
.modal {
  margin: 0px 20px;
  position: absolute;
  background-color: #fff;
  width: auto;
  padding: 30px;
  border-radius: 10px;
  border: 0px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  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;
  z-index: -1;
}
.ripple-container {
  position: relative;
  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;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}
.ripple-container::after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid #789eff;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  -moz-animation-name: ripple;
  -o-animation-name: ripple;
  -ms-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  -moz-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  -o-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  -ms-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.ripple-container::before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid #789eff;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  -moz-animation-name: ripple;
  -o-animation-name: ripple;
  -ms-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  -moz-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  -o-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  -ms-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
@-moz-keyframes ripple {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -o-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
    border: 3px solid #789eff;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
    border: 1px solid #789eff;
  }
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -o-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
    border: 3px solid #789eff;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
    border: 1px solid #789eff;
  }
}
@-o-keyframes ripple {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -o-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
    border: 3px solid #789eff;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
    border: 1px solid #789eff;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -o-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
    border: 3px solid #789eff;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
    border: 1px solid #789eff;
  }
}
.text-black {
  color: #6b7280;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.flex-col {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.text-center {
  text-align: center;
}
.py-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.px-4px {
  padding-left: 4px;
  padding-right: 4px;
}
.px-8px {
  padding-left: 8px;
  padding-right: 8px;
}
.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.pt-4px {
  padding-top: 4px;
}
.pt-8px {
  padding-top: 8px;
}
.pt-16px {
  padding-top: 16px;
}
.pt-20px {
  padding-top: 20px;
}
.pt-24px {
  padding-top: 24px;
}
.pb-4px {
  padding-bottom: 4px;
}
.pb-8px {
  padding-bottom: 8px;
}
.pb-16px {
  padding-bottom: 16px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pb-24px {
  padding-bottom: 24px;
}
.w-full {
  width: 100%;
}
.rc-time-picker {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rc-time-picker * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 3px;
  margin: 0;
}
.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.rc-time-picker-clear-icon:hover:after {
  color: #666;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px #ccc;
  box-shadow: 0 1px 5px #ccc;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: #f00;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.recharts-polar-radius-axis-tick text {
  font-size: 10px;
}
.MuiFormHelperText-root {
  color: #f44336;
}
.showMoreButton {
  color: #789eff;
  font-weight: 500;
  text-decoration: none;
}
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #141e30;
  background-color: #f1f0f0;
  font-family: 'Prompt';
  font-weight: 300;
}
@media (min-device-width: 721px) {
  html {
    font-size: 16px;
  }
}
@media (max-device-width: 720px) {
  html {
    font-size: 12px;
  }
}
body {
  height: 100%;
}
#app-container {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#app-container [data-component='Room'] {
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  will-change: opacity;
}
#app-container [data-component='Room'].Appear-appear {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#app-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;
}
#app-container [data-component='Room'] > .state {
  position: absolute;
  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: #10b981;
}
@media (min-device-width: 721px) {
  #app-container [data-component='Room'] > .state {
    top: 50px;
    left: 20px;
    width: 124px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .state {
    top: 40px;
    left: 10px;
    width: 110px;
  }
}
#app-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) {
  #app-container [data-component='Room'] > .state > .icon {
    margin: 6px;
    margin-right: 0;
    height: 16px;
    width: 16px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .state > .icon {
    margin: 4px;
    margin-right: 0;
    height: 16px;
    width: 16px;
  }
}
#app-container [data-component='Room'] > .state > .icon.new,
#app-container [data-component='Room'] > .state > .icon.closed {
  background-color: rgba(170,170,170,0.5);
}
#app-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;
}
#app-container [data-component='Room'] > .state > .icon.connected {
  background-color: rgba(255,255,255,0.75);
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .state > .icon.connected {
    display: none;
  }
}
#app-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: 'Prompt';
  font-weight: 400;
  color: rgba(255,255,255,0.75);
}
@media (min-device-width: 721px) {
  #app-container [data-component='Room'] > .state > .text {
    font-size: 12px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .state > .text {
    font-size: 10px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .state > .text.connected {
    display: none;
  }
}
#app-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;
}
#app-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);
}
#app-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: 'Prompt';
  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) {
  #app-container [data-component='Room'] > .room-link-wrapper > .room-link > a.link {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .room-link-wrapper > .room-link > a.link {
    padding: 6px 10px;
    font-size: 10px;
  }
}
#app-container [data-component='Room'] > .room-link-wrapper > .room-link > a.link:hover {
  color: #fff;
  text-decoration: underline;
}
#app-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;
  border: 1px solid #f00;
}
#app-container [data-component='Room'] > .me-container.active-speaker {
  border-color: #fff;
}
@media (min-device-width: 721px) {
  #app-container [data-component='Room'] > .me-container {
    height: 250px;
    width: 294px;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgba(255,255,255,0.15);
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .me-container {
    height: 220px;
    width: 200px;
    bottom: 50px;
    left: 10px;
    border: 1px solid rgba(255,255,255,0.25);
  }
}
#app-container [data-component='Room'] > .me-container {
  position: absolute;
  border-radius: 16px;
  left: auto;
}
@media (min-device-width: 721px) {
  #app-container [data-component='Room'] > .me-container {
    right: 20px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .me-container {
    right: 10px;
  }
}
#app-container [data-component='Room'] > .me-container.provider {
  height: 112px;
  width: 200px;
  bottom: 20px;
  right: 20px;
}
#app-container [data-component='Room'] > .me-container.patient {
  top: 20px;
  right: 20px;
}
@media (min-device-width: 721px) {
  #app-container [data-component='Room'] > .me-container.patient {
    width: 150px;
    height: 266px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .me-container.patient {
    width: 90px;
    height: 160px;
  }
}
#app-container [data-component='Room'] .me-container {
  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;
}
#app-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) {
  #app-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) {
  #app-container [data-component='Room'] > .chat-input-container {
    height: 30px;
    width: 200px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255,255,255,0.25);
  }
}
#app-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) {
  #app-container [data-component='Room'] > .sidebar {
    left: 20px;
    width: 36px;
    margin-top: -60px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .sidebar {
    left: 10px;
    width: 32px;
    margin-top: -80px;
  }
}
#app-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) {
  #app-container [data-component='Room'] > .sidebar > .button {
    height: 36px;
    width: 36px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Room'] > .sidebar > .button {
    height: 32px;
    width: 32px;
  }
}
#app-container [data-component='Room'] > .sidebar > .button.on {
  background-color: rgba(255,255,255,0.7);
}
#app-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;
}
#app-container [data-component='Room'] > .sidebar > .button.hide-videos {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNjUiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjM2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgPHBhdGggZD0iTTE3IDEwLjVWN2MwLS41NS0uNDUtMS0xLTFINGMtLjU1IDAtMSAuNDUtMSAxdjEwYzAgLjU1LjQ1IDEgMSAxaDEyYy41NSAwIDEtLjQ1IDEtMXYtMy41bDQgNHYtMTFsLTQgNHoiLz4KPC9zdmc+Cg==");
}
#app-container [data-component='Room'] > .sidebar > .button.hide-videos.on {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHptMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMjEgNi41bC00IDRWN2MwLS41NS0uNDUtMS0xLTFIOS44MkwyMSAxNy4xOFY2LjV6TTMuMjcgMkwyIDMuMjcgNC43MyA2SDRjLS41NSAwLTEgLjQ1LTEgMXYxMGMwIC41NS40NSAxIDEgMWgxMmMuMjEgMCAuMzktLjA4LjU0LS4xOEwxOS43MyAyMSAyMSAxOS43MyAzLjI3IDJ6Ii8+Cjwvc3ZnPgo=");
}
#app-container [data-component='Room'] > .sidebar > .button.mute-audio {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0zIDl2Nmg0bDUgNVY0TDcgOUgzem0xMy41IDNjMC0xLjc3LTEuMDItMy4yOS0yLjUtNC4wM3Y4LjA1YzEuNDgtLjczIDIuNS0yLjI1IDIuNS00LjAyek0xNCAzLjIzdjIuMDZjMi44OS44NiA1IDMuNTQgNSA2Ljcxcy0yLjExIDUuODUtNSA2LjcxdjIuMDZjNC4wMS0uOTEgNy00LjQ5IDctOC43N3MtMi45OS03Ljg2LTctOC43N3oiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+Cg==");
}
#app-container [data-component='Room'] > .sidebar > .button.mute-audio.on {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNSAxMmMwLTEuNzctMS4wMi0zLjI5LTIuNS00LjAzdjIuMjFsMi40NSAyLjQ1Yy4wMy0uMi4wNS0uNDEuMDUtLjYzem0yLjUgMGMwIC45NC0uMiAxLjgyLS41NCAyLjY0bDEuNTEgMS41MUMyMC42MyAxNC45MSAyMSAxMy41IDIxIDEyYzAtNC4yOC0yLjk5LTcuODYtNy04Ljc3djIuMDZjMi44OS44NiA1IDMuNTQgNSA2Ljcxek00LjI3IDNMMyA0LjI3IDcuNzMgOUgzdjZoNGw1IDV2LTYuNzNsNC4yNSA0LjI1Yy0uNjcuNTItMS40Mi45My0yLjI1IDEuMTh2Mi4wNmMxLjM4LS4zMSAyLjYzLS45NSAzLjY5LTEuODFMMTkuNzMgMjEgMjEgMTkuNzNsLTktOUw0LjI3IDN6TTEyIDRMOS45MSA2LjA5IDEyIDguMThWNHoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+Cg==");
}
#app-container [data-component='Room'] > .sidebar > .button.restart-ice {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgPHBhdGggZD0iTTEgOWwyIDJjNC45Ny00Ljk3IDEzLjAzLTQuOTcgMTggMGwyLTJDMTYuOTMgMi45MyA3LjA4IDIuOTMgMSA5em04IDhsMyAzIDMtM2MtMS42NS0xLjY2LTQuMzQtMS42Ni02IDB6bS00LTRsMiAyYzIuNzYtMi43NiA3LjI0LTIuNzYgMTAgMGwyLTJDMTUuMTQgOS4xNCA4Ljg3IDkuMTQgNSAxM3oiLz4KPC9zdmc+Cg==");
}
@-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);
  }
}
#app-container [data-component='Me'] {
  position: relative;
  height: 100%;
  width: 100%;
}
#app-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;
}
#app-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(255,255,255,0.55);
  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) {
  #app-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);
  }
  #app-container [data-component='Me'] > .controls > .button:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Me'] > .controls > .button {
    width: 26px;
    height: 26px;
  }
}
#app-container [data-component='Me'] > .controls > .button.unsupported {
  pointer-events: none;
}
#app-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);
}
#app-container [data-component='Me'] > .controls > .button.on {
  background-color: rgba(255,255,255,0.85);
}
#app-container [data-component='Me'] > .controls > .button.mic.on {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg0OHY0OEgwVjB6Ii8+CjxwYXRoIGQ9Ik0yNCwyNy4yYzIuNywwLDQuOC0yLjEsNC44LTQuOGwwLTkuNmMwLTIuNy0yLjEtNC44LTQuOC00LjhzLTQuOCwyLjEtNC44LDQuOHY5LjZDMTkuMiwyNS4xLDIxLjMsMjcuMiwyNCwyNy4yeiBNMzIuNSwyMi40CgljMCw0LjgtNC4xLDguMi04LjUsOC4ycy04LjUtMy40LTguNS04LjJoLTIuN2MwLDUuNSw0LjQsMTAsOS42LDEwLjh2NS4yaDMuMnYtNS4yYzUuMi0wLjgsOS42LTUuMyw5LjYtMTAuOEgzMi41eiIvPgo8L3N2Zz4K");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.mic.off {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg0OHY0OEgwVjB6IE0wLDBoNDh2NDhIMFYweiIvPgo8cGF0aCBkPSJNMzUuMiwyMi40aC0yLjdjMCwxLjItMC4zLDIuMy0wLjcsMy4zbDIsMkMzNC43LDI2LjEsMzUuMiwyNC4zLDM1LjIsMjIuNHogTTI4LjgsMjIuN2MwLTAuMSwwLTAuMiwwLTAuM3YtOS42CgljMC0yLjctMi4xLTQuOC00LjgtNC44cy00LjgsMi4xLTQuOCw0Ljh2MC4zTDI4LjgsMjIuN3ogTTExLjYsOS42bC0yLDJsOS42LDkuNnYxLjJjMCwyLjcsMi4xLDQuOCw0LjgsNC44YzAuNCwwLDAuNywwLDEtMC4xCglsMi43LDIuN2MtMS4xLDAuNS0yLjQsMC44LTMuNywwLjhjLTQuNCwwLTguNS0zLjQtOC41LTguMmgtMi43YzAsNS41LDQuNCwxMCw5LjYsMTAuOHY1LjJoMy4ydi01LjJjMS41LTAuMiwyLjgtMC43LDQuMS0xLjQKCWw2LjcsNi43bDItMkwxMS42LDkuNnoiLz4KPC9zdmc+Cg==");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.mic.unsupported {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6bTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgPHBhdGggZD0iTTE5IDExaC0xLjdjMCAuNzQtLjE2IDEuNDMtLjQzIDIuMDVsMS4yMyAxLjIzYy41Ni0uOTguOS0yLjA5LjktMy4yOHptLTQuMDIuMTdjMC0uMDYuMDItLjExLjAyLS4xN1Y1YzAtMS42Ni0xLjM0LTMtMy0zUzkgMy4zNCA5IDV2LjE4bDUuOTggNS45OXpNNC4yNyAzTDMgNC4yN2w2LjAxIDYuMDFWMTFjMCAxLjY2IDEuMzMgMyAyLjk5IDMgLjIyIDAgLjQ0LS4wMy42NS0uMDhsMS42NiAxLjY2Yy0uNzEuMzMtMS41LjUyLTIuMzEuNTItMi43NiAwLTUuMy0yLjEtNS4zLTUuMUg1YzAgMy40MSAyLjcyIDYuMjMgNiA2LjcyVjIxaDJ2LTMuMjhjLjkxLS4xMyAxLjc3LS40NSAyLjU0LS45TDE5LjczIDIxIDIxIDE5LjczIDQuMjcgM3oiLz4KPC9zdmc+Cg==");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.webcam.on {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg0OHY0OEgwVjB6Ii8+CjxwYXRoIGQ9Ik0zMiwyMS42VjE2YzAtMC45LTAuNy0xLjYtMS42LTEuNkgxMS4yYy0wLjksMC0xLjYsMC43LTEuNiwxLjZ2MTZjMCwwLjksMC43LDEuNiwxLjYsMS42aDE5LjJjMC45LDAsMS42LTAuNywxLjYtMS42di01LjYKCWw2LjQsNi40VjE1LjJMMzIsMjEuNnoiLz4KPC9zdmc+Cg==");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.webcam.off {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg0OHY0OEgwVjB6IE0wLDBoNDh2NDhIMFYweiIvPgo8cGF0aCBkPSJNMzguNCwxNS4yTDMyLDIxLjZWMTZjMC0wLjktMC43LTEuNi0xLjYtMS42aC05LjlsMTcuOSwxNy45VjE1LjJ6IE0xMCw4bC0yLDJsNC40LDQuNGgtMS4yYy0wLjksMC0xLjYsMC43LTEuNiwxLjZ2MTYKCWMwLDAuOSwwLjcsMS42LDEuNiwxLjZoMTkuMmMwLjMsMCwwLjYtMC4xLDAuOS0wLjNsNS4xLDUuMWwyLTJMMTAsOHoiLz4KPC9zdmc+Cg==");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.webcam.unsupported {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6bTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgPHBhdGggZD0iTTIxIDYuNWwtNCA0VjdjMC0uNTUtLjQ1LTEtMS0xSDkuODJMMjEgMTcuMThWNi41ek0zLjI3IDJMMiAzLjI3IDQuNzMgNkg0Yy0uNTUgMC0xIC40NS0xIDF2MTBjMCAuNTUuNDUgMSAxIDFoMTJjLjIxIDAgLjM5LS4wOC41NC0uMThMMTkuNzMgMjEgMjEgMTkuNzMgMy4yNyAyeiIvPgo8L3N2Zz4K");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.change-webcam.on {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA4bC00IDRoM2MwIDMuMzEtMi42OSA2LTYgNi0xLjAxIDAtMS45Ny0uMjUtMi44LS43bC0xLjQ2IDEuNDZDOC45NyAxOS41NCAxMC40MyAyMCAxMiAyMGM0LjQyIDAgOC0zLjU4IDgtOGgzbC00LTR6TTYgMTJjMC0zLjMxIDIuNjktNiA2LTYgMS4wMSAwIDEuOTcuMjUgMi44LjdsMS40Ni0xLjQ2QzE1LjAzIDQuNDYgMTMuNTcgNCAxMiA0Yy00LjQyIDAtOCAzLjU4LTggOEgxbDQgNCA0LTRINnoiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.change-webcam.unsupported {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTkgOGwtNCA0aDNjMCAzLjMxLTIuNjkgNi02IDYtMS4wMSAwLTEuOTctLjI1LTIuOC0uN2wtMS40NiAxLjQ2QzguOTcgMTkuNTQgMTAuNDMgMjAgMTIgMjBjNC40MiAwIDgtMy41OCA4LThoM2wtNC00ek02IDEyYzAtMy4zMSAyLjY5LTYgNi02IDEuMDEgMCAxLjk3LjI1IDIuOC43bDEuNDYtMS40NkMxNS4wMyA0LjQ2IDEzLjU3IDQgMTIgNGMtNC40MiAwLTggMy41OC04IDhIMWw0IDQgNC00SDZ6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPgo=");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.share.on {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMjEgM0gzYy0xLjExIDAtMiAuODktMiAydjE0YzAgMS4xMS44OSAyIDIgMmgxOGMxLjExIDAgMi0uODkgMi0yVjVjMC0xLjExLS44OS0yLTItMnptMCAxNi4wMkgzVjQuOThoMTh2MTQuMDR6TTEwIDEySDhsNC00IDQgNGgtMnY0aC00di00eiIvPjwvc3ZnPgo=");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.share.off {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+PHBhdGggZD0iTTIxIDNIM2MtMS4xMSAwLTIgLjg5LTIgMnYxNGMwIDEuMTEuODkgMiAyIDJoMThjMS4xMSAwIDItLjg5IDItMlY1YzAtMS4xMS0uODktMi0yLTJ6bTAgMTYuMDJIM1Y0Ljk4aDE4djE0LjA0ek0xMCAxMkg4bDQtNCA0IDRoLTJ2NGgtNHYtNHoiLz48L3N2Zz4K");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.share.unsupported {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+PHBhdGggZD0iTTIxIDNIM2MtMS4xMSAwLTIgLjg5LTIgMnYxNGMwIDEuMTEuODkgMiAyIDJoMThjMS4xMSAwIDItLjg5IDItMlY1YzAtMS4xMS0uODktMi0yLTJ6bTAgMTYuMDJIM1Y0Ljk4aDE4djE0LjA0ek0xMCAxMkg4bDQtNCA0IDRoLTJ2NGgtNHYtNHoiLz48L3N2Zz4K");
  background-size: cover;
}
#app-container [data-component='Me'] > .controls > .button.end {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojREQxMDEwO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg0OHY0OEgwVjB6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNCwyMC41Yy0yLjMsMC00LjUsMC40LTYuNiwxVjI2YzAsMC42LTAuMywxLjEtMC44LDEuM2MtMS40LDAuNy0yLjcsMS42LTMuOCwyLjdjLTAuMywwLjMtMC42LDAuNC0xLDAuNAoJYy0wLjQsMC0wLjgtMC4yLTEtMC40bC0zLjYtMy42Yy0wLjMtMC4yLTAuNC0wLjYtMC40LTFjMC0wLjQsMC4yLTAuOCwwLjQtMWM0LjQtNC4yLDEwLjMtNi43LDE2LjktNi43czEyLjUsMi42LDE2LjksNi43CgljMC4zLDAuMywwLjQsMC42LDAuNCwxYzAsMC40LTAuMiwwLjgtMC40LDFMMzcuMywzMGMtMC4zLDAuMy0wLjYsMC40LTEsMC40Yy0wLjQsMC0wLjgtMC4yLTEtMC40Yy0xLjEtMS4xLTIuNC0yLTMuOS0yLjcKCWMtMC41LTAuMi0wLjgtMC43LTAuOC0xLjN2LTQuNUMyOC41LDIwLjksMjYuMywyMC41LDI0LDIwLjV6Ii8+Cjwvc3ZnPgo=");
  background-size: cover;
}
#app-container [data-component='ChatInput'] {
  position: relative;
  height: 100%;
  width: 100%;
}
#app-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;
}
#app-container [data-component='ChatInput'] > textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.35);
}
#app-container [data-component='ChatInput'] > textarea:-moz-placeholder {
  color: rgba(255,255,255,0.35);
}
#app-container [data-component='ChatInput'] > textarea::-moz-placeholder {
  color: rgba(255,255,255,0.35);
}
#app-container [data-component='ChatInput'] > textarea:-ms-input-placeholder {
  color: rgba(255,255,255,0.35);
}
#app-container [data-component='ChatInput'] > textarea:disabled {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#app-container [data-component='Loading'] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#app-container [data-component='Loading']div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border-radius: 50%;
  -webkit-animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -moz-animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -o-animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -ms-animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#app-container [data-component='Loading']div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
@-moz-keyframes loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
#app-container [data-component='Peers'] {
  min-height: 100%;
  max-height: 100vh;
  height: 100vh;
  padding-top: 5px;
  overflow: auto;
}
#app-container [data-component='Peers'] > .peer-container,
#app-container [data-component='Peers'] >.me-container {
  min-width: 150px;
  width: 100%;
}
#app-container [data-component='Peers'] > .me-container.group.patient,
#app-container [data-component='Peers'] > .me-container.open.patient {
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#app-container [data-component='Peers'] > .peer-container {
  width: 100%;
  overflow: hidden;
  will-change: opacity;
}
#app-container [data-component='Peers'] > .peer-container.Appear-appear {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#app-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) {
  #app-container [data-component='Peers'] > .peer-container {
    -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;
  }
  #app-container [data-component='Peers'] > .peer-container.active-speaker {
    border-color: #fff;
  }
}
@media (max-device-width: 720px) {
  #app-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;
    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;
  }
}
#app-container [data-component='Peers'].one {
  width: 100%;
  height: 100vh;
  padding: 0;
}
#app-container [data-component='Peers'].one > .peer-container {
  width: 100%;
  height: 100%;
  border: none;
}
#app-container [data-component='Peers'].group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#app-container [data-component='Peers'].group > .peer-container,
#app-container [data-component='Peers'].group >.me-container {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#app-container [data-component='Peers'].group > .peer-container [data-component='Peer'],
#app-container [data-component='Peers'].group >.me-container [data-component='Peer'],
#app-container [data-component='Peers'].group > .peer-container [data-component='Me'],
#app-container [data-component='Peers'].group >.me-container [data-component='Me'] {
  padding: 2px;
}
#app-container [data-component='Peers'].group > .peer-container [data-component='Peer'] [data-component='PeerView'],
#app-container [data-component='Peers'].group >.me-container [data-component='Peer'] [data-component='PeerView'],
#app-container [data-component='Peers'].group > .peer-container [data-component='Me'] [data-component='PeerView'],
#app-container [data-component='Peers'].group >.me-container [data-component='Me'] [data-component='PeerView'] {
  border: 1px solid #fff;
  border-radius: 14px;
  overflow: hidden;
}
#app-container [data-component='Peers'].group > div[class*="-container"] {
  height: 100%;
}
@media (max-device-width: 720px) {
  #app-container [data-component='Peers'].group {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #app-container [data-component='Peers'].group.four {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+2),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+2) ~ * {
    height: calc(100% / 2);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+3),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+3) ~ * {
    height: calc(100% / 2);
    width: calc(100% / 2);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+3):first-child {
    width: 100%;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+4):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+4),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+4) ~ * {
    height: calc(100% / 2);
    width: calc(100% / 2);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5) ~ * {
    height: calc(100% / 3);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5) ~ div[class*="-container"]:nth-child(2) {
    height: calc(100% / 2);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6) ~ div[class*="-container"]:nth-child(2),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6) ~ * {
    height: calc(100% / 3);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7) ~ * {
    height: calc(100% / 4);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7) ~ div[class*="-container"]:nth-child(2) {
    height: calc(100% / 3);
  }
}
@media (min-device-width: 721px) {
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+2),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+2) ~ * {
    width: calc(100% / 2);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+3),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+3) ~ * {
    width: calc(100% / 2);
    height: calc(100% / 2);
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+4),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+4) ~ * {
    width: calc(100% / 2) !important;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5) ~ * {
    width: calc(100% / 3) !important;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+5) ~ div[class*="-container"]:nth-child(2) {
    width: calc(100% / 2) !important;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6) ~ div[class*="-container"]:nth-child(2),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+6) ~ * {
    width: calc(100% / 3) !important;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7) ~ * {
    width: calc(100% / 4) !important;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7) ~ div[class*="-container"]:nth-child(2),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+7) ~ div[class*="-container"]:nth-child(3) {
    width: calc(100% / 3) !important;
  }
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+8),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+8) ~ *,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+8):first-child,
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+8) ~ div[class*="-container"]:nth-child(2),
  #app-container [data-component='Peers'].group > div[class*="-container"]:nth-last-child(n+8) ~ div[class*="-container"]:nth-child(3) {
    width: calc(100% / 4) !important;
  }
}
#app-container [data-component='Peers'].open {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#app-container [data-component='Peers'].open > .peer-container,
#app-container [data-component='Peers'].open >.me-container {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#app-container [data-component='Peers'].open > .peer-container [data-component='Peer'],
#app-container [data-component='Peers'].open >.me-container [data-component='Peer'],
#app-container [data-component='Peers'].open > .peer-container [data-component='Me'],
#app-container [data-component='Peers'].open >.me-container [data-component='Me'] {
  padding: 2px;
}
#app-container [data-component='Peers'].open > .peer-container [data-component='Peer'] [data-component='PeerView'],
#app-container [data-component='Peers'].open >.me-container [data-component='Peer'] [data-component='PeerView'],
#app-container [data-component='Peers'].open > .peer-container [data-component='Me'] [data-component='PeerView'],
#app-container [data-component='Peers'].open >.me-container [data-component='Me'] [data-component='PeerView'] {
  border: 1px solid #fff;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-device-width: 720px) {
  #app-container [data-component='Peers'].open > div[class*="-container"] {
    height: 100%;
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+2),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+2) ~ * {
    height: calc(100% / 2);
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+3),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+3) ~ * {
    height: calc(100% / 3);
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+4),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+4) ~ * {
    height: calc(100% / 4);
  }
}
@media (min-device-width: 721px) {
  #app-container [data-component='Peers'].open > div[class*="-container"] {
    height: 100%;
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+2),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+2) ~ * {
    width: calc(100% / 2);
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+3),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+3) ~ * {
    width: calc(100% / 3);
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+4),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+4) ~ * {
    height: calc(100% / 2);
    width: calc(100% / 2);
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+5),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+5) ~ * {
    height: calc(100% / 2);
    width: calc(100% / 3);
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+7),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+7) ~ * {
    height: calc(100% / 2);
    width: calc(100% / 4);
  }
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+9),
  #app-container [data-component='Peers'].open > div[class*="-container"]:nth-last-child(n+9) ~ * {
    height: calc(100% / 3);
    width: calc(100% / 3);
  }
}
#app-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%;
}
#app-container [data-component='Peer'].open.patient {
  border-radius: 14px;
  overflow: hidden;
}
#app-container [data-component='Peer'].group {
  border-radius: 14px;
  overflow: hidden;
}
@media (max-device-width: 720px) {
  #app-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;
  }
}
#app-container [data-component='Peer'] > .indicators {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#app-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) {
  #app-container [data-component='Peer'] > .indicators > .icon {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
  }
}
#app-container [data-component='Peer'] > .indicators > .icon.mic-off {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6bTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgPHBhdGggZD0iTTE5IDExaC0xLjdjMCAuNzQtLjE2IDEuNDMtLjQzIDIuMDVsMS4yMyAxLjIzYy41Ni0uOTguOS0yLjA5LjktMy4yOHptLTQuMDIuMTdjMC0uMDYuMDItLjExLjAyLS4xN1Y1YzAtMS42Ni0xLjM0LTMtMy0zUzkgMy4zNCA5IDV2LjE4bDUuOTggNS45OXpNNC4yNyAzTDMgNC4yN2w2LjAxIDYuMDFWMTFjMCAxLjY2IDEuMzMgMyAyLjk5IDMgLjIyIDAgLjQ0LS4wMy42NS0uMDhsMS42NiAxLjY2Yy0uNzEuMzMtMS41LjUyLTIuMzEuNTItMi43NiAwLTUuMy0yLjEtNS4zLTUuMUg1YzAgMy40MSAyLjcyIDYuMjMgNiA2LjcyVjIxaDJ2LTMuMjhjLjkxLS4xMyAxLjc3LS40NSAyLjU0LS45TDE5LjczIDIxIDIxIDE5LjczIDQuMjcgM3oiLz4KPC9zdmc+Cg==");
}
#app-container [data-component='Peer'] > .indicators > .icon.webcam-off {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6bTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgPHBhdGggZD0iTTIxIDYuNWwtNCA0VjdjMC0uNTUtLjQ1LTEtMS0xSDkuODJMMjEgMTcuMThWNi41ek0zLjI3IDJMMiAzLjI3IDQuNzMgNkg0Yy0uNTUgMC0xIC40NS0xIDF2MTBjMCAuNTUuNDUgMSAxIDFoMTJjLjIxIDAgLjM5LS4wOC41NC0uMThMMTkuNzMgMjEgMjEgMTkuNzMgMy4yNyAyeiIvPgo8L3N2Zz4K");
}
#app-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;
}
#app-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);
}
#app-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-position: bottom;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-color: #454a67;
}
#app-container [data-component='PeerView'].group > .patient,
#app-container [data-component='PeerView'].open > .patient {
  border-radius: 14px;
}
#app-container [data-component='PeerView'] > .avatarContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -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-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#app-container [data-component='PeerView'] > .info {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  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%);
}
#app-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;
}
#app-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) {
  #app-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);
  }
  #app-container [data-component='PeerView'] > .info > .icons > .icon:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='PeerView'] > .info > .icons > .icon {
    width: 26px;
    height: 26px;
  }
}
#app-container [data-component='PeerView'] > .info > .icons > .icon.info.on {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTEgMTVoLTJ2LTZoMnY2em0wLThoLTJWN2gydjJ6Ii8+PC9zdmc+Cg==");
}
#app-container [data-component='PeerView'] > .info > .icons > .icon.info:not(.on) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEgN2gydjJoLTJ6bTAgNGgydjZoLTJ6bTEtOUM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMCAxOGMtNC40MSAwLTgtMy41OS04LThzMy41OS04IDgtOCA4IDMuNTkgOCA4LTMuNTkgOC04IDh6Ii8+PC9zdmc+Cg==");
}
#app-container [data-component='PeerView'] > .info > .icons > .icon.stats {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOSAxN0g3di03aDJ2N3ptNCAwaC0yVjdoMnYxMHptNCAwaC0ydi00aDJ2NHptMi41IDIuMWgtMTVWNWgxNXYxNC4xem0wLTE2LjFoLTE1Yy0xLjEgMC0yIC45LTIgMnYxNGMwIDEuMS45IDIgMiAyaDE1YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6Ii8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjwvc3ZnPgo=");
}
#app-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) {
  #app-container [data-component='PeerView'] > .info > .box {
    top: 36px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='PeerView'] > .info > .box {
    top: 34px;
  }
}
#app-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);
}
#app-container [data-component='PeerView'] > .info > .box > h1 {
  pointer-events: none;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
#app-container [data-component='PeerView'] > .info > .box > p {
  pointer-events: none;
  margin-bottom: 2px;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
}
#app-container [data-component='PeerView'] > .info > .box > p:last-child {
  margin-bottom: 0;
}
#app-container [data-component='PeerView'] > .info > .box > p.clickable,
#app-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;
}
#app-container [data-component='PeerView'] > .info > .box > p.clickable:hover,
#app-container [data-component='PeerView'] > .info > .box > p .clickable:hover {
  cursor: pointer;
  color: #73feff;
  text-decoration: underline;
}
#app-container [data-component='PeerView'] > .info > .box > p.copiable,
#app-container [data-component='PeerView'] > .info > .box > p .copiable {
  pointer-events: auto;
  cursor: text;
}
#app-container [data-component='PeerView'] > .info > .box > p.copiable:hover,
#app-container [data-component='PeerView'] > .info > .box > p .copiable:hover {
  color: #44c5d6;
  text-decoration: underline;
}
#app-container [data-component='PeerView'] > .info > .box > p.indent {
  margin-left: 10px;
}
#app-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) {
  #app-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;
  }
  #app-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) {
  #app-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;
  }
  #app-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;
  }
}
#app-container [data-component='PeerView'] > .info > .peer > .display-name {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
}
#app-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;
}
#app-container [data-component='PeerView'] > .info > .peer > span.display-name:not(.editable) {
  cursor: default;
}
#app-container [data-component='PeerView'] > .info > .peer > span.display-name.editable {
  pointer-events: auto;
}
@media (min-device-width: 721px) {
  #app-container [data-component='PeerView'] > .info > .peer > span.display-name.editable:hover {
    background-color: rgba(174,255,0,0.25);
  }
}
#app-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);
}
#app-container [data-component='PeerView'] > .info > .peer > input.display-name {
  border: none;
  border-bottom: 1px solid #aeff00;
  background-color: transparent;
}
#app-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;
}
#app-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("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMTEgMThoMnYtMmgtMnYyem0xLTE2QzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0wIDE4Yy00LjQxIDAtOC0zLjU5LTgtOHMzLjU5LTggOC04IDggMy41OSA4IDgtMy41OSA4LTggOHptMC0xNGMtMi4yMSAwLTQgMS43OS00IDRoMmMwLTEuMS45LTIgMi0yczIgLjkgMiAyYzAgMi0zIDEuNzUtMyA1aDJjMC0yLjI1IDMtMi41IDMtNSAwLTIuMjEtMS43OS00LTQtNHoiLz4KPC9zdmc+Cg==");
}
#app-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.chrome {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADJElEQVR4AT1TQ4AuRxD+qnrm/2et5/VurGf73eJkr7Ft23ZyiXHKKafYtvNsrM351d1V2Z2gjfrKRe7ndZhq2x6NmJ3DIbc66XqloVLGx5arc62qCmLazSWl39de3DOy7y7PFIZovF0EABIGPz5XxkuvGJeeN5pL7dDgTWrtBRCZqSKAajIB9BKbl6i84pH6y/snDjyY4oZbC0K/nHkSz7tiTLY+XdEQWfuOUT0aIgkCOgVVQDxNTkCVwLzRlEcn1F2ZPdDxTMiJBjvuMiUukG8N89zIBJaZA58vkGSzQGJCCsyBqvdOVUIV+rMwWL3ysJeH4wAAzmlrvvmGj/fMPWqsYG2xCYM4RtHMGqSPXAkYRa7nN2THesmExSGztwaYW1E9eDPAd9Cpz55b9V1t+s/VWwbr7/iyQ5WFZqxYiY62G/Fp93RMtQ3NfThi5AFg5DtExSVqAiH11K6+ZK6xpy9eF1p/6b7pxVq/f5iOTJWg++IncO8X07B9d4zdnQV8tasSc49ehKbgC0ByRJRSCrmC0/IFO/UtogIxpG8eXQGeewy+7JmBzEiMijKDilKDXH4C722bBtTMBwUOlDJKhgDSliBxOAHpvMPG2SX4tKwaxXkPRwQkEVSIAkmjBJQc//0Eq8oeUYUXoSKTwgvcibktw6gpitA34TEwOcuiYhx/+CAwsRGgNAChKbAI9gRw8qMG3O5J69PMumN0iF7qeQVXH3ce/thVhYCB2jlDKMs+BUgvwEUKeFJFe8Hqj0ke1G9quE+ZbgdgGRSO2SxaK6qxbvahiHOCofbf8dph+1EepaAqdhIdetH7AdyRMGj8pbbERfwtiOYCapk4yDlLWckjN5jHW0dZtDV59XlxBhqK6J/jsV9ZWmJirvuzlvcv6ozZ+pNUZKNCQyceUWBUfSRtM0Jpq/eqeY9/wRtzeTlpCuydMnfM7ZTaSSbt87sOcMauUCf3Q7Uv5zxVuRzf3RozxJEX9Fmn94+OuxXpNB9wk2ATkPxfznV/1bEYQteR7XLEH7Mqd8Z++XEl2dZ35k8gzunuQkG/Ly/jETCxOAUzBAD+BhTZxancWpFRAAAAAElFTkSuQmCC");
}
#app-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.firefox {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADeUlEQVR4AU1TU2DEaBicP8m6tm3zbNu2ns62bdu27att2263q2yTTbL5rtvjw3yambdvQG+dDPlCsNeuu4w/9skuLrB/PrIWd1eD/fTra5y3XV/juO2WetcpLw/I0QHura5ZVvP81XxgDmCn/P7hLdwOOaWHXPHlzGPHfbzuPOmLDbrou1X9ou/X9LO+XKYLPp/bfL1z4/5vRbIFtD19d+14WKBsDNdV9hv33P+eyEdO9Lhcu+XEj1BUhImmsTcZORV2n8ppdhG7hijshFxxRf359Sv3TfZ+9Pt+93ECAIwP2w7SrYsPni/eogVHi/70sHXuQufTnF0ghJIXXlmFZd1JQ8ua/+xqW2zkQZUf9vR9IB1Qc8vXHACYrMaUlKBNHIAW2sfSzytTGtt/8BvssfAZ3GsizHY3jKrG5hadfO848ydVhCHj0NArAYDN3ZoX71ujbo1YLFl5MsQxpqk+WMR0vGM6GB95q2DeckL3erElA6nBa/TdoxpjqFmTl78vFnwO7KWIiIWRSND9jNwcIhM13O3aCz/OFSGSLUIWJSieze2+hbLDspjPN0zwFcV0vdZyIud1Ilz1AdBAqsxgH1Bx07d74rt+K9TFCcxMOeFcnAe5V+BZmEduUjesMTP6zKKIXk9ymiBL0JiPQeAJikqwmYDdw1fQOzuP+HAfqjMcqBkKx+SUB0ZNRpBzDHA4WLCqYI982xirOzIvyy+jK9hCwWYbiBkZM1s0+HgBAvkxLgt4eyUbP3XZUJG9hM/uXiGESUwbFDapy1LB7X1K8YS8Re0ekUGVoZNKEEUB33ZbcdHnCTjx42x82wrYNDtOrXKCc2u0XmNDz4/WuejyglkOADQFj4segltk8G2BDDrhoGwJJ1Z6cXbRKq4oWcKHpyzh6HgFG41GfapVwOA41wwAwvePDHBHXVfy3fsP9DwHnb+E/EzTNHBWs86OiXSx4+MBZmDk34Z3CrrsZoLZrdTtEaPcCOCvLPQdVsQARN6VlPzFx4U59MtueXr9AfnUcngedRyVR93HBpDv/2r/AnqqOP1XAFEB3/mp0QyBYb+wEFZos1qB7QcLDrvlwZSUntdyM10flWZrn1RmKx9VZTleL88cPTsp5VkBXF5GhNF8a2ES908a/8XPZUUcz8ADiAsDv+v+1pCjq0xBh1vAVwOIB3bCx/7v+RODWtK1Q31ZvwAAAABJRU5ErkJggg==");
}
#app-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.safari {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADXElEQVR4ATWTU5hjWRSF1zlxSu3uwtie1Ni2bT+Nbduetllt23YnbbuDMsJ7j/bkpr56WHhY/9veCIfDBTW1tPGGpOBOJ2or1UbcmlPqFUdOJ0qWFnYpyVvaUryDK1gq1cjawSOB5qT1xcLdMjZgo6Lf18uCBm6StGiPirWkrC+ItgacbTrdUGBgWR1wrDxyMLfp6xmCnhpjm/vHCXPXBKnvzuuB8cI8NzpnvpmtaHNUbiI6Vu4wtt3E0A4v8G3cl1r70jCLbhqSE9U10pw60dBJ0ygvQ2eOl3TGZDJ3/RMVr/28jzYdlWuJRvkclgNAY/0F79SsM5ftTlvyENOeI1yy1oCFbCCLTNDC7q5unB/bwO6Y94NnnXbLcWvUZc2Nt70DADwUqg8u2EMvbK610ADpboAN6ctCeLJoLtZo8kt8t3EE/hzwHHqffxfqe1W4t0RTWLiXvRAKNQRByd1XfTbpmKn+8Rh1/itO/hEx8k+PEhbH6fiJ62nR2x8THd+dHnj+M8KkNPX4K0YX/5KgL6fGDWX2XsWPNqiTmnOCZaQylhbQJGCJDCq8GksQxY3jBuKnqgsw5f4X4E3VI0MGOaVMsyVZrF6fxJUQZJSC0Qpa5tO2gGwOvSu9CJx/Jgbe/TD+eOwVQElokZezLUhDSpvc5YH0gRIeMB5F3CuAdJOF96/tgstSR/Htyh0Yec1jSPMi8NYMjB2ES2i4FXgpN6bclz7AAyd8HT61RO4qI4IrI8015aV4iB3DY7N3oa9djmyK5WEJpAFqM+gslSkhwinFcpfv+I/DPBL5VVxc3jLg7C4aVdylrzWH8OjkOFbkToRL+IGUC0i6YVpd6CyAkqzR53XVCPVoHhCJ/C04AFT7rut959mphef4c55RayBT7HRTZAeQPwbwZBC+lA+9bG56ZIw8u5R57jijZWG195reAOBui25ikaqwvqXLuEflBXdMKCvqedOWOk2twg3NQACDm4GVccYurIDnltMbF11bOv3RCMK6LRZuP+Xlc4a3/8OcEs+iOVNe+WfMyh1v9V+nXui9jhy9PWCd+rdm1Y5Fc6a+QhN9Hme7bPYI1vGNBc2eM4dF94e501tHX+KLzP734qWzxj7iKDLr34tbRl5cuP1YfjN37lzWwf0P5ahAscaevREAAAAASUVORK5CYII=");
}
#app-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.msedge {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNElEQVR4AWJgqAD0SQcQDUVRGMetIpCkwiKBQjJLKQBRUYCEqKQqtqGogAkAEUCgAgQIIRBRkAUBCgggBVJUtao/vpvPwfBznnvv+XZ33rtNMqjTcysmUcAC8ranKqlZtQk7eMCvqaKCsRjizVncqOFb1f2obniI3+BcB55whDJK2MOzAqo6M6G++hSwpI1ddGE8zGQ03OwqzuASc3q+QDH9goWcpXmo5lJAD6Z0aF+b2yhgDetYRUV7n6ozKaBRzd1484FFWv/SczEFNChgPl0xBjgLKMWATTs0iz4MYcAMam0Y7TFg2QK2bIjUGmzKOXtN71ix8IxqB8ro/V8PB44V8KF6j1Oc4BovWs+nrzEGZHFX601IvwfEkDYc4NWD5BGHaPa/4Pzz7cQ0iljECFriEP8AsBC7uWBeNyIAAAAASUVORK5CYII=");
}
#app-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.opera {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACP0lEQVR4AYSQA6wcURSG72pm7mq69u7Utm07avxiG8XESWPXtm3beLatsHa7p+duzrP+7Jdv9kwOMqwlEBltbHsew/9FRs2F6Jg0SExKg4Ez58LarZxRHjvdRuEemkfrSBUOgb/hUdDkGwAlrigU9gtXonVGuet0GVubyS4kHQHBt9DwTy8cnv37jYbtB8zG+qMWC5yVFbjIrekHzSaX6Llot7dd0r45GRmV90z1hhmlJDJAuaKqdy6rKlxyOgGf0+lVh7MB+YP8RQaL+s/QCOm0oljE8/NYjN8PBBrvB4OAFugtzRypQYA4Iuo/QiMsjPIwFJKEX2naJgSImteaxsWAeS3byRtosIlR8kaMMArnDBs2EQEkSZ5nxvpARMRAriEDmVllGYRtnDehvosSvRpoZH2EBqRsU5QO2BFjEqACAJj4pcxYov1FtNlAA0J2zq0IIKJewb4GhvOP/mE1n/zDAS1IfcTG4LDWj5hcsUIS/rdixWYEiJp/y5dzJlLtGqQjUOMa9Af9t9Y9aLCoZ6ialFy5MjUIVq60Io0IEDprnxy7lp5tTwAachxa/tcZc8OMUjV2Cscr7sCqVSDA5vTWxnRb3Cj8VIm4nimR9MdyBJ4gb1TtU/PEGQdg/dodSD2sWQ1/li6DX4uXpuN/F11lFGavrTEjo9wwB/SrpkDVZYMPrluC8Mw7EDLiIyBbG1WZkxjZevaXuQuph4LbWwt7mMpPG7xzjzN32j72f9zx/QzM9sCIh2fnN5Z2cLUAfjkO1mkbI+wAAAAASUVORK5CYII=");
}
#app-container [data-component='PeerView'] > .info > .peer > .row > .device-icon.broadcaster {
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBvcGFjaXR5PSIuMSIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPjwvc3ZnPgo=");
}
#app-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);
}
#app-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);
}
#app-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);
}
#app-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;
}
#app-container [data-component='PeerView'] > video.network-error {
  filter: grayscale(100%) brightness(135%) blur(5px);
}
#app-container [data-component='PeerView'] > audio {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 2px solid #f00;
}
#app-container [data-component='PeerView'] > canvas.face-detection {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
#app-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);
}
#app-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;
  z-index: 10;
}
#app-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;
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level0 {
  height: 0;
  background-color: rgba(255,255,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level1 {
  height: 10%;
  background-color: rgba(255,255,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level2 {
  height: 20%;
  background-color: rgba(255,255,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level3 {
  height: 30%;
  background-color: rgba(255,255,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level4 {
  height: 40%;
  background-color: rgba(255,165,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level5 {
  height: 50%;
  background-color: rgba(255,165,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level6 {
  height: 60%;
  background-color: rgba(255,0,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level7 {
  height: 70%;
  background-color: rgba(255,0,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level8 {
  height: 80%;
  background-color: rgba(0,0,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level9 {
  height: 90%;
  background-color: rgba(0,0,0,0.65);
}
#app-container [data-component='PeerView'] > .volume-container > .bar.level10 {
  height: 100%;
  background-color: rgba(0,0,0,0.65);
}
#app-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);
}
#app-container [data-component='PeerView'] > .spinner-container .react-spinner {
  position: relative;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
}
#app-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);
}
#app-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("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjQwIiBkPSJNOSAxNmgyVjhIOXY4em0zLTE0QzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0wIDE4Yy00LjQxIDAtOC0zLjU5LTgtOHMzLjU5LTggOC04IDggMy41OSA4IDgtMy41OSA4LTggOHptMS00aDJWOGgtMnY4eiIvPjwvc3ZnPgo=");
  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);
  }
}
#app-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) {
  #app-container [data-component='Stats'] {
    width: 470px;
    padding-left: 20px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Stats'] {
    left: 0;
  }
}
#app-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) {
  #app-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) {
  #app-container [data-component='Stats'] > .content {
    width: 100%;
  }
}
#app-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);
}
#app-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));
}
#app-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;
}
#app-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("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPgo=");
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
#app-container [data-component='Stats'] > .content > .header > .info > .close-icon:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#app-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;
}
#app-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;
}
#app-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;
}
#app-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;
}
#app-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;
}
#app-container [data-component='Stats'] > .content > .stats {
  padding: 0 28px;
  height: 100%;
  overflow: auto;
}
#app-container [data-component='Stats'] > .content > .stats > .items {
  margin-bottom: 40px;
  will-change: opacity;
}
#app-container [data-component='Stats'] > .content > .stats > .items.Appear-appear {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#app-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;
}
#app-container [data-component='Stats'] > .content > .stats > .items:after {
  content: '';
  display: block;
  visibility: hidden;
  margin-bottom: -230px;
}
#app-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;
}
#app-container [data-component='Stats'] > .content > .stats > .items > h2:before {
  content: '';
  display: block;
  visibility: hidden;
  height: 230px;
}
#app-container [data-component='Stats'] > .content > .stats > .items > .item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#app-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;
}
#app-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;
}
#app-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;
}
#app-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) {
  #app-container [data-component='Notifications'] {
    padding: 10px;
    width: 300px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Notifications'] {
    padding: 4px;
    width: 65%;
    max-width: 220px;
  }
}
#app-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) {
  #app-container [data-component='Notifications'] > .notification {
    min-width: 75%;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Notifications'] > .notification {
    width: 100%;
  }
}
#app-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);
}
#app-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) {
  #app-container [data-component='Notifications'] > .notification {
    padding: 16px 24px 16px 12px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Notifications'] > .notification {
    padding: 6px 16px 6px 12px;
  }
}
#app-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;
}
#app-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) {
  #app-container [data-component='Notifications'] > .notification > .body > .title {
    font-size: 14px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Notifications'] > .notification > .body > .title {
    font-size: 12px;
  }
}
#app-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) {
  #app-container [data-component='Notifications'] > .notification > .body > .text {
    font-size: 13px;
  }
}
@media (max-device-width: 720px) {
  #app-container [data-component='Notifications'] > .notification > .body > .text {
    font-size: 12px;
  }
}
#app-container [data-component='Notifications'] > .notification.info {
  background-color: rgba(20,30,48,0.65);
  color: rgba(255,255,255,0.75);
}
#app-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("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xMSAxN2gydi02aC0ydjZ6bTEtMTVDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4ek0xMSA5aDJWN2gtMnYyeiIvPgo8L3N2Zz4=");
}
#app-container [data-component='Notifications'] > .notification.error {
  background-color: rgba(255,25,20,0.75);
  color: #fff;
}
#app-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("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xIDIxaDIyTDEyIDIgMSAyMXptMTItM2gtMnYtMmgydjJ6bTAtNGgtMnYtNGgydjR6Ii8+Cjwvc3ZnPg==");
}
#app-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: 'Prompt';
}
#app-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;
}
#app-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;
}
#app-container [data-component='NetworkThrottle'] > .inputs > .row:last-child {
  margin-bottom: 0;
}
#app-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);
}
#app-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;
}
#app-container [data-component='NetworkThrottle'] > .inputs > .row > .value:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#app-container [data-component='NetworkThrottle'] > .inputs > .row > .value::placeholder {
  color: rgba(20,30,48,0.25);
}
#app-container [data-component='NetworkThrottle'] > .inputs > .row > .value:focus::placeholder {
  color: transparent;
}
#app-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;
}
#app-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;
}
#app-container [data-component='NetworkThrottle'] > .buttons > button:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}
#app-container [data-component='NetworkThrottle'] > .buttons > button.apply {
  background: #e9736e;
}
#app-container [data-component='NetworkThrottle'] > .buttons > button.reset {
  background: rgba(53,87,126,0.75);
}
#app-container [data-component='Transcipt'] {
  border-bottom: 1px solid #e9ecef;
  background-color: #fafafa;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 18px;
  margin: 20px auto;
  max-width: 500px;
}
#app-container [data-component='Transcipt'] .title-header {
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  font-size: 20px;
}
#app-container [data-component='Transcipt'] .OneOnOne {
  overflow: scroll;
  max-height: 330px;
}
#app-container [data-component='Transcipt'] .OneOnOne > .row {
  padding: 9px;
}
#app-container [data-component='Transcipt'] .OneOnOne > .row .label-box {
  display: inline-block;
  width: 70px;
}
#app-container [data-component='Transcipt'] .OneOnOne > .row .label-box-sapce {
  padding: 0 2px;
}
#app-container [data-component='Transcipt'] .OneOnOne > .row .re {
  width: fit-content;
  padding: 4px;
  border-radius: 100px;
}
#app-container [data-component='Transcipt'] > .form-data {
  margin: 0 auto;
  max-width: 300px;
  -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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  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;
}
#app-container [data-component='Transcipt'] > .form-data > .row-input {
  width: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 5px 0;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#app-container [data-component='Transcipt'] > .form-data > .row-input input,
#app-container [data-component='Transcipt'] > .form-data > .row-input select {
  height: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
}
#app-container [data-component='Transcipt'] > .form-data > .row-input > label {
  padding: 0 0 3px 0;
  color: #000 !important;
  font-size: 15px;
  line-height: 1.5;
}
#app-container [data-component='Transcipt'] > .form-data > .row-input > select {
  width: 100%;
}
#app-container [data-component='Transcipt'] > .form-data > .control {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -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;
}
#app-container [data-component='Transcipt'] > .box-result {
  margin: 20px auto;
  max-width: 500px;
}
#app-container [data-component='Transcipt'] > .box-result .result-content {
  min-height: 300px;
  height: 300px;
  position: relative;
}
#app-container [data-component='Transcipt'] > .box-result .result-content > .frame {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  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;
}
#app-container [data-component='Transcipt'] > .box-result .result-content > .frame .loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#app-container [data-component='Transcipt'] > .box-result .label {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
#app-media-query-detector {
  position: relative;
  z-index: -1000;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
}
@media (max-device-width: 720px) {
  #app-media-query-detector {
    display: none;
    position: fixed;
  }
}
