[e-s4m03-host] {
  display: block;
  height: 100%;
  --c-bg: #fff;
  --c-bg-semi: rgba(255, 255, 255, .8);
  --c-bg-dark: #334;
  --c-chat-bg: #fff;
  --c-aside-bg: #fff;
  --c-aside-text: #8a8a95;
  --c-active: #f5f5f5;
  --c-active-semi: rgba(245,245,245, .5);
  --c-active-chat-item: #ebebeb;
  --c-delimiter: #e9e9e9;
  --c-delimiter-fat: #f5f5f5;
  --c-inverse: #f5f5f5;
  --c-overlay: rgba(255, 255, 255, .75);
  --c-overlay-dark: rgba(34, 34, 51, 0.95);
  --c-scrollbar: rgba(0, 0, 0, .04);
  --c-scrollbar-thumb: rgba(117, 117, 124, 0.35);
  --c-scrollbar-thumb-hover: rgb(117, 117, 124);
  --c-drawer: #697cff;
  --c-highlight: #697cff;
  --c-distraction: $c-distraction;
  --c-favorite: #f5f5f5;
  --c-text: #334;
  --c-text-sub: #8a8a95;
  --c-link: #5c5c69;
  --c-link-hover: #334;
  --c-msg: #ebebeb;
  --c-msg-mine: #e1e5ff;
  --c-msg-ctrl: rgba(51, 51, 68, .35);
  --c-msg-text: #334;
  --c-msg-mine-sub: #808090;
  --c-bubble-bg: #33a909;
  --c-bubble-muted-bg: #b3b3b3;
  --c-bubble-search-bg: #fff;
  --c-bubble-text: #fff;
  --c-btn: #ebebeb;
  --c-btn-active: #ccc;
  --c-btn-text: #5c5c69;
  --c-btn-tertiary: #8a8a95;
  --c-btn-tertiary-text: #fff;
  --c-btn-dark: #223;
  --c-btn-dark-active: #1a1a2a;
  --c-btn-dark-text: #ddd;
  --c-input: #ebebeb;
  --c-input-border: #ebebeb;
  --c-global-search: #ebebeb;
  --c-shadow: rgba(0, 0, 0, .6);
  --ui-titlebar-padding: 0;
  --ui-titlebar-height: 49px;
  --ui-toolbar-height: 49px;
  --ui-titlebar-bg: #fff;
  --ui-border-shadow: transparent;
}
@keyframes msg-pop {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes msg-fade {
  from {
    opacity: 0;
  }
}
[e-s4m03-host] ul, [e-s4m03-host] ol, [e-s4m03-host] li {
  margin: 0;
  padding: 0;
  list-style: none;
}
[e-s4m03-host] a, [e-s4m03-host] .link {
  color: var(--c-link);
  text-decoration: none;
  cursor: pointer;
}
[e-s4m03-host] a:hover, [e-s4m03-host] .link:hover {
  color: var(--c-link-hover);
  text-decoration: underline;
}
[e-s4m03-host] .pl, [e-s4m03-host] .sl, [e-s4m03-host] .il {
  cursor: pointer;
}
[e-s4m03-host] .link.pl {
  color: #ec8225;
}
[e-s4m03-host] .link.pl:hover {
  color: #3d5afe;
}
[e-s4m03-host] .sl {
  color: #999;
}
[e-s4m03-host] .sl:hover {
  color: #5c5c69;
}
[e-s4m03-host] .il {
  color: #999;
}
[e-s4m03-host] .il:hover {
  color: #fff;
}
/* /Links */
[e-s4m03-host] h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #5c5c69;
}
[e-s4m03-host] h3 {
  font-weight: 600;
}
[e-s4m03-host] h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--c-text-sub);
}
[e-s4m03-host] .emoji {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  vertical-align: -0.2em;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
[e-s4m03-host] input[type=text], [e-s4m03-host] input:not([type]) {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
[e-s4m03-host] input[type=text].__error, [e-s4m03-host] input:not([type]).__error {
  border-color: #ff5555;
}
[e-s4m03-host] input[type=text]::-moz-placeholder, [e-s4m03-host] input:not([type])::-moz-placeholder {
  color: #999;
  display: inline-block;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
[e-s4m03-host] input[type=text]::placeholder, [e-s4m03-host] input:not([type])::placeholder {
  color: #999;
  display: inline-block;
  transition: opacity 0.3s;
}
[e-s4m03-host] input[type=text]:focus::-moz-placeholder, [e-s4m03-host] input:not([type]):focus::-moz-placeholder {
  opacity: 0.5;
}
[e-s4m03-host] input[type=text]:focus::placeholder, [e-s4m03-host] input:not([type]):focus::placeholder {
  opacity: 0.5;
}
msg-page[e-s4m03] {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

msg-auth[e-s4m03] {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}[eepww9f-host] {
  position: fixed;
  top: 85px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-sizing: border-box;
  font-size: 14px;
}

.small-toolbar [eepww9f-host] {
  top: 48px;
}

msg-call-expanded[eepww9f], msg-call-ended[eepww9f] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

msg-call-mini[eepww9f] {
  position: absolute;
  bottom: 0;
  left: 0;
}

[eepww9f].error {
  background: red;
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  top: 200px;
  z-index: 1;
  pointer-events: all;
}
[eepww9f].error msg-icon[eepww9f] {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

[eepww9f].alert {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  transform-origin: 50% 50%;
}

msg-tico[eepww9f] {
  display: inline-block;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 85, 85, 0.9);
  color: #fff;
}

[eepww9f-host] msg-call-participant .info {
  justify-content: center;
}

[eepww9f-host] msg-call-mini:hover .remote .wrap.__video:before {
  opacity: 0.6;
  background: #000;
}

[eepww9f-host] msg-call-mini:hover .remote .wrap.__video .info msg-name {
  opacity: 1;
}

[eepww9f-host] msg-call-mini:hover .remote .wrap.__video .info {
  transform: translateY(-52px);
}

[eepww9f-host] .call.__video msg-call-participant .muted {
  transform: translateY(80px);
}

[eepww9f-host] .call.__video:hover msg-call-participant .muted {
  transform: translateY(0);
}
@keyframes show-panel-eepww9f {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
}
@keyframes mini-show-eepww9f {
  from {
    opacity: 0;
  }
}[ej6fpas-host] {
  display: block;
  width: 320px;
  height: 348px;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  z-index: 1;
  top: 50%;
  margin-top: -176px;
  background-color: #363636;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  pointer-events: auto;
  border-radius: 8px;
}

[ej6fpas].type {
  position: absolute;
  bottom: 100px;
  text-align: center;
  width: 100%;
  color: #fff;
}

msg-button[ej6fpas] {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
}

msg-call-participant[ej6fpas] {
  height: 100%;
  width: 100%;
}

msg-call-controls[ej6fpas] {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 0;
  width: 100%;
  height: 52px;
  text-align: center;
}

[ej6fpas-host] msg-call-participant .avatar {
  margin-top: -15%;
}[ejgfapg-host] {
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.3s;
  pointer-events: all;
  position: relative;
}

msg-button[ejgfapg][size=large],
msg-bubble[ejgfapg] {
  transition: opacity 0.15s;
  cursor: pointer;
  position: relative;
}

msg-button[ejgfapg] {
  margin: 0 10px;
  vertical-align: middle;
  transition: margin-right 0.15s;
}
msg-button[ejgfapg].hangup {
  background-color: #ff5555;
  color: #fff;
}
msg-button[ejgfapg].hangup:hover {
  background-color: #ff3c3c;
}
msg-button[ejgfapg].accept {
  background-color: #1ebb55;
  color: #fff;
}
msg-button[ejgfapg].accept:hover {
  background-color: #1aa54b;
}
msg-button[ejgfapg].__shift {
  margin-right: 82px;
}
msg-button[ejgfapg][size=medium] {
  margin: 0 6px;
}

[ejgfapg].mic {
  height: 24px;
  width: 24px;
}

msg-bubble[ejgfapg] msg-menu[ejgfapg] {
  width: 300px;
  margin: -4px -8px;
}

[ejgfapg-host] msg-bubble slot[name=bubble] {
  margin-top: 0;
  align-items: flex-start;
}
[ejgfapg].new {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #1ebb55;
}

@keyframes appear-ejgfapg {
  from {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes disappear-ejgfapg {
  to {
    opacity: 0;
    transform: scale(0.2);
  }
}[ef2ilpp-host] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  color: inherit;
  transition: color 0.15s;
}

[ef2ilpp-host].__active,[ef2ilpp-host].__active:hover {
  color: #ec8225 !important;
}

[ef2ilpp-host][size=small] {
  width: 12px;
  height: 12px;
}

[ef2ilpp-host][size=medium] {
  width: 16px;
  height: 16px;
}

[ef2ilpp-host][size=large] {
  width: 24px;
  height: 24px;
}

[ef2ilpp-host][size=xl] {
  width: 48px;
  height: 48px;
}

[ef2ilpp-host][size=s] {
  width: 20px;
  height: 20px;
}

[ef2ilpp-host][icon=msg-logo] {
  color: #ff8c2b;
}

[ef2ilpp-host][icon=send-contact] {
  margin-top: -1px;
}

svg[ef2ilpp] {
  display: block;
  width: 100%;
  height: 100%;
}

[ef2ilpp-host][has-shadow] svg[ef2ilpp] {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2)) drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.12));
}
[ef2ilpp-host][has-shadow] svg path[ef2ilpp] {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
}

[ef2ilpp].svg-fill {
  fill: currentColor;
}

[ef2ilpp].svg-stroke {
  stroke: currentColor;
}[e-lwd2gd-host] {
  display: inline-block;
  position: relative;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  color: #999;
  cursor: pointer;
  transition: box-shadow 0.15s;
}

[e-lwd2gd-host][shape=circle] {
  height: 36px;
  width: 36px;
  min-width: 36px;
  padding: 0;
  border-radius: 50%;
}

[e-lwd2gd-host][size=large][shape=circle] {
  height: 52px;
  width: 52px;
  min-width: 52px;
}

[e-lwd2gd-host][size=small][shape=square] {
  background-clip: padding-box;
}

[e-lwd2gd-host][shape=icon] {
  height: 24px;
  width: 24px;
  min-width: 24px;
  padding: 0;
  border-radius: 0;
}

[e-lwd2gd-host][shape=icon] {
  height: 24px;
  width: 24px;
  min-width: 24px;
  padding: 0;
  border-radius: 0;
}
[e-lwd2gd-host][shape=icon][size=xsmall] {
  height: 16px;
  width: 16px;
  min-width: 16px;
}

[e-lwd2gd-host][role=primary] {
  background-color: #ec8225;
  color: #fff;
}

[e-lwd2gd-host][role=secondary] {
  background-color: #fff;
  color: #999;
}

[e-lwd2gd-host][role=secondary]:not([disabled]):hover,[e-lwd2gd-host][role=secondary].__active {
  color: #999;
  background-color: #ebebeb;
}

[e-lwd2gd-host][role=inverted] {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

[e-lwd2gd-host][role=inverted]:not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0.7);
}

[e-lwd2gd-host][disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

slot[e-lwd2gd] {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

slot[slotted][e-lwd2gd] > msg-icon {
  color: inherit;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}[e-nap34d-host] {
  display: inline-block;
  position: relative;
  --bubble-min-height: 0px;
  --bubble-min-width: 100px;
}
[e-nap34d-host][target] {
  position: initial;
}

slot[e-nap34d][name=element] {
  display: flex;
}

slot[e-nap34d][name=bubble] {
  position: absolute;
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 4px 8px 4px;
  margin: 4px 0;
  min-width: var(--bubble-min-width);
  min-height: var(--bubble-min-height);
  box-sizing: border-box;
  font-size: 14px;
  color: var(--c-link);
  white-space: nowrap;
  background-color: var(--c-bg);
  border-radius: 4px;
  box-shadow: 0 2px 12px -2px var(--c-shadow);
}
slot[e-nap34d][name=bubble] [e-nap34d].h4 {
  margin: 8px 0;
  cursor: default;
  color: var(--c-text);
}

[e-nap34d].pointer {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  transform: rotate(45deg);
  top: -18px;
  z-index: 6;
  box-shadow: 6px 6px 10px;
}
[e-nap34d-host] msg-menu {
  flex: 1 0;
}
@keyframes pop-in-e-nap34d {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes pop-out-e-nap34d {
  to {
    transform: scale(0.5);
    opacity: 0;
  }
}[efdipvp-host] {
  display: block;
  padding: 8px 24px;
  font-size: 14px;
  color: var(--c-text);
  line-height: 16px;
}

msg-bubble [efdipvp-host] {
  padding: 0;
}[e-odpqe9-host] {
  text-align: center;
}

[e-odpqe9-host][size=preview] {
  width: 128px;
  height: 72px;
  border-radius: 4px;
}

[e-odpqe9].blur {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  filter: blur(60px);
  opacity: 0.6;
  color: #fff;
}

[e-odpqe9].bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: cover;
  opacity: 0.6;
}

[e-odpqe9].wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-clip: content-box;
  border-radius: 8px;
}
[e-odpqe9].wrap:before, [e-odpqe9].wrap:after {
  border-radius: 8px;
}
[e-odpqe9-host][pinned] [e-odpqe9].wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: inset 0 0 0 2px #fff;
}
[e-odpqe9].wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: box-shadow 0.15s 1s;
}
[e-odpqe9].wrap.__active:after {
  box-shadow: inset 0 0 1px 2px #ec8225 !important;
  transition-delay: 0s;
}
[e-odpqe9-host][size=preview] [e-odpqe9].wrap {
  background-color: #000;
}
[e-odpqe9-host][size=main] [e-odpqe9].wrap:before,[e-odpqe9-host][size=main] [e-odpqe9].wrap:after,[e-odpqe9-host][mini] [e-odpqe9].wrap:before,[e-odpqe9-host][mini] [e-odpqe9].wrap:after {
  content: none;
}

[e-odpqe9].pinned {
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 4px;
  pointer-events: none;
  height: 26px;
  width: 26px;
  min-width: 26px;
}

[e-odpqe9].muted-ic {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  left: 8px;
  color: #fff;
}
[e-odpqe9-host][size=preview] [e-odpqe9].muted-ic {
  bottom: 4px;
  left: 50%;
  margin-left: -8px;
}

[e-odpqe9].muted {
  position: absolute;
  z-index: 3;
  bottom: 112px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0 1px 1px rgba(54, 54, 54, 0.5);
  transition: transform 0.3s ease-out;
}
[e-odpqe9].muted msg-tico[e-odpqe9] {
  display: inline-flex;
}

[e-odpqe9].phone {
  color: #fff;
  margin: 2px 0 2px;
}
[e-odpqe9].phone:not(.hide) {
  animation: call_icon-e-odpqe9 2s ease-in-out infinite;
}

video[e-odpqe9] {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
[e-odpqe9-host][screen] video[e-odpqe9], video[e-odpqe9].__portrait {
  -o-object-fit: contain;
     object-fit: contain;
}
[e-odpqe9-host][size=preview] video[e-odpqe9] {
  border-radius: 4px;
}
video[e-odpqe9].__mirror {
  transform: rotateY(180deg);
}

[e-odpqe9].decor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  animation: avatar-pulse-wave-e-odpqe9 2s cubic-bezier(0.13, 1.11, 0.58, 1) infinite;
}
[e-odpqe9].decor.__2 {
  width: 188px;
  height: 188px;
  margin-top: -94px;
  margin-left: -94px;
  background: transparent;
  box-shadow: 0 0 10px 0 #fff, inset 0 0 5px 12px #fff;
  animation-delay: 0.4s;
}

[e-odpqe9].avatar {
  position: relative;
  margin-top: 24px;
}
[e-odpqe9-host][size=main] [e-odpqe9].avatar,[e-odpqe9-host][mini] [e-odpqe9].avatar {
  margin-top: 0;
}
[e-odpqe9-host][mini] [e-odpqe9].avatar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

msg-avatar[e-odpqe9].__pulse {
  animation: avatar-pulse-e-odpqe9 2s cubic-bezier(0.39, 0.76, 0.44, 1) 0.35s infinite;
}
msg-avatar[e-odpqe9].__connected {
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.07), 0 0 0 12px rgba(255, 255, 255, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

[e-odpqe9].name {
  position: relative;
  margin: 24px 0 4px;
  padding: 0 8px;
  font-size: 20px;
  color: #fff;
  max-width: 100%;
  transition: opacity 0.3s;
  text-shadow: 0 1px 1px rgba(54, 54, 54, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[e-odpqe9-host][mini] [e-odpqe9].name {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}
[e-odpqe9-host][size=preview] [e-odpqe9].name {
  font-size: 12px;
  font-weight: bold;
  padding: 0 4px;
  line-height: 16px;
  margin: 0;
}
[e-odpqe9].name.__hide {
  opacity: 0;
}
[e-odpqe9-host]:hover [e-odpqe9].name.__hide {
  opacity: 1;
}

[e-odpqe9].status {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 0 1px 1px rgba(54, 54, 54, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[e-odpqe9-host][size=preview] [e-odpqe9].status {
  font-size: 12px;
  color: #ccc;
}

[e-odpqe9].hide {
  visibility: hidden;
}

@keyframes call_icon-e-odpqe9 {
  0%, 10%, 20%, 30%, 40%, 100% {
    transform: rotate(0);
  }
  5%, 25% {
    transform: rotate(12deg);
  }
  15%, 35% {
    transform: rotate(-12deg);
  }
}
@keyframes avatar-pulse-e-odpqe9 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  15% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  25% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  35% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  42% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  47%, 100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes avatar-pulse-wave-e-odpqe9 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    transform: scale(0.1);
    opacity: 0.6;
  }
  65% {
    transform: scale(0.6);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}[e-ms092f-host] {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  background: #363636;
}

[e-ms092f-host][size=xsmall] {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
}

[e-ms092f-host][size=small] {
  width: 20px;
  height: 20px;
  background-size: 20px;
  font-size: 10px;
  line-height: 21px;
}

[e-ms092f-host][size=medium] {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}

[e-ms092f-host][size=xlarge] {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 32px;
}

[e-ms092f-host][size=xxlarge] {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 48px;
}

span[e-ms092f] {
  color: #fff;
  text-transform: uppercase;
}
span[e-ms092f].large {
  font-size: 1.2em;
}

img[e-ms092f] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}[efa0ard-host] {
  display: flex;
  align-items: center;
  line-height: 16px;
  cursor: pointer;
  --icon-color: inherit;
}

[efa0ard-host][size=small] {
  font-size: 14px;
}

[efa0ard].tico_tx {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  flex: 1;
  word-break: break-word;
}
[efa0ard-host][position=right] [efa0ard].tico_tx {
  margin-left: 0;
  margin-right: 8px;
}
[efa0ard-host][spaced] [efa0ard].tico_tx {
  margin-left: 8px;
}
[efa0ard-host][size=small] [efa0ard].tico_tx,[efa0ard-host][compact] [efa0ard].tico_tx {
  margin-left: 4px;
}
[efa0ard-host][spaced][position=right] [efa0ard].tico_tx {
  margin-left: 0;
  margin-right: 8px;
}
[efa0ard-host].__inactive [efa0ard].tico_tx {
  opacity: 0.5;
}
.permalink [efa0ard-host] [efa0ard].tico_tx {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
[efa0ard].tico_tx.__small {
  margin-left: 16px;
}
[efa0ard].tico_tx.__medium {
  margin-left: 20px;
}
[efa0ard].tico_tx.__big {
  margin-left: 24px;
}

msg-icon[efa0ard] {
  display: inline-block;
  vertical-align: middle;
  color: var(--icon-color);
  min-width: inherit;
}
[efa0ard-host][multiline] msg-icon[efa0ard] {
  vertical-align: top;
  margin-top: 8px;
}
msg-icon[efa0ard].__color1 {
  color: #ec8225;
}
msg-icon[efa0ard].__color2 {
  color: #21c1e4;
}
msg-icon[efa0ard].__color3 {
  color: #ff7d73;
}
msg-icon[efa0ard][icon=delete] {
  margin-top: -1px;
}
msg-icon[efa0ard][icon=alert-on], msg-icon[efa0ard][icon=alert-off] msg-icon[efa0ard][icon=music][size=small] {
  margin-top: 1px;
}/* Links
-------------------------------------------------- */
a[e-fnkssz] {
  color: var(--c-link);
}
a[e-fnkssz]:hover {
  color: var(--c-link-hover);
}

a[e-fnkssz],
[e-fnkssz].link {
  text-decoration: none;
  cursor: pointer;
}
a[e-fnkssz]:hover,
[e-fnkssz].link:hover {
  text-decoration: underline;
}

[e-fnkssz].pl,
[e-fnkssz].sl,
[e-fnkssz].il {
  cursor: pointer;
}

[e-fnkssz].link.pl {
  color: #ec8225;
}
[e-fnkssz].link.pl:hover {
  color: #3d5afe;
}

[e-fnkssz].sl {
  color: #999;
}
[e-fnkssz].sl:hover {
  color: #5c5c69;
}

[e-fnkssz].il {
  color: #999;
}
[e-fnkssz].il:hover {
  color: #fff;
}

/* /Links */
/* Headers
-------------------------------------------------- */
[e-fnkssz].h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  color: #5c5c69;
}

[e-fnkssz].h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #5c5c69;
}

[e-fnkssz].h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

[e-fnkssz].h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--c-text-sub);
}

/* /Headers */
[e-fnkssz-host] {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 168px;
  width: 300px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #363636;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  color: #ffffff;
  pointer-events: auto;
  border-radius: 8px;
  will-change: transform;
  cursor: move;
}

[e-fnkssz].container {
  height: 100%;
}
[e-fnkssz-host][show-link] [e-fnkssz].container {
  height: 320px;
}
[e-fnkssz].container:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  will-change: opacity;
  transition: opacity 0.3s;
  opacity: 0;
}
[e-fnkssz].container:hover:after {
  opacity: 1;
}

[e-fnkssz].header {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
}

msg-icon[e-fnkssz].live {
  width: 46px;
  min-width: 46px;
}

msg-icon[e-fnkssz].rec {
  color: #ff5555;
}

menu[e-fnkssz] {
  position: absolute;
  z-index: 3;
  margin: 0;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
}
menu[e-fnkssz] msg-button[e-fnkssz] {
  color: #fff;
}
menu[e-fnkssz] msg-button[e-fnkssz]:hover {
  color: #fff;
}

msg-duration[e-fnkssz] {
  margin-right: 4px;
}

[e-fnkssz].hide {
  opacity: 0;
  transition: opacity 0.3s;
}
[e-fnkssz-host]:hover [e-fnkssz].hide {
  opacity: 1;
}

msg-call-controls[e-fnkssz] {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 12px;
  text-align: center;
}
[e-fnkssz-host] msg-tico.rec msg-icon {
  color: #ff5555;
}[ecw38x3-host] {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 0 1px 1px rgba(54, 54, 54, 0.5);
}[ej4u409-host]:-webkit-full-screen {
  top: 0;
}

[ej4u409].overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: all;
}

[ej4u409].call {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  width: 976px;
  margin: 4px auto 0;
  height: 100%;
  min-height: 480px;
  max-height: 549px;
  pointer-events: all;
  border-radius: 10px;
}
[ej4u409].call:hover msg-call-controls[ej4u409] {
  opacity: 1;
}
@media (min-height: 810px) and (min-width: 1274px) {
  [ej4u409].call {
    width: 1248px;
    max-height: 702px;
  }
}
[ej4u409].call.__fs {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

[ej4u409].alerts {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 12px;
  display: flex;
  pointer-events: none;
  background: transparent;
  transform: translate3d(0, 0, 0);
}
[ej4u409].alerts msg-tico[ej4u409] {
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-right: 8px;
}
[ej4u409].alerts [ej4u409].permission {
  pointer-events: all;
}

[ej4u409-host] .permission a {
  color: #ccc;
  text-decoration: underline;
  cursor: pointer;
}

[ej4u409-host] .permission a:hover {
  color: #dddddd;
}
header[ej4u409] {
  position: absolute;
  z-index: 30;
  top: 8px;
  right: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
  will-change: opacity;
  transform: translate3d(0, 0, 0);
}
header[ej4u409] msg-button[ej4u409] {
  color: #fff;
  transition: opacity 0.15s;
}
header[ej4u409] msg-button[ej4u409]:hover {
  color: #fff;
}
[ej4u409].call.__video header[ej4u409] {
  opacity: 0;
}
[ej4u409].call.__video:hover header[ej4u409] {
  opacity: 1;
}

[ej4u409].call.__video:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 50%;
  background: linear-gradient(#000, rgba(0, 0, 0, 0));
  transition: opacity 0.3s;
  opacity: 0;
}

[ej4u409].call.__video:hover:after {
  opacity: 0.25;
}

[ej4u409].pro-img {
  position: absolute;
  z-index: 1;
  background-size: contain;
}

[ej4u409].pro-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

msg-duration[ej4u409] {
  margin-right: 4px;
  min-width: 36px;
}

main[ej4u409] {
  flex: 1 0;
  height: 702px;
  max-height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  scrollbar-face-color: #fff;
  scrollbar-arrow-color: #ccc;
  scrollbar-track-color: #dddddd;
  scrollbar-shadow-color: #dddddd;
  scrollbar-highlight-color: #dddddd;
  scrollbar-3dlight-color: #dddddd;
  scrollbar-darkshadow-Color: #dddddd;
  overflow-y: auto;
}
main[ej4u409]::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
}
main[ej4u409]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
main[ej4u409]::-webkit-scrollbar-thumb {
  min-height: 40px;
  background-color: rgba(54, 54, 54, 0.4);
  border-radius: 1px;
  border: 0;
  background-clip: padding-box;
}
main[ej4u409]::-webkit-scrollbar-thumb:hover {
  background-color: #363636;
}
main[ej4u409].carousel {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
main[ej4u409].carousel:not(.__empty) {
  justify-content: space-between;
}
[ej4u409].call.__fs main[ej4u409] {
  height: 100%;
}

[ej4u409].main {
  position: relative;
  height: 549px;
  box-sizing: border-box;
  transition: height 0.15s, padding 0.15s;
  width: 100%;
}
[ej4u409].call.__fs [ej4u409].main {
  height: 100%;
}
@media (min-height: 810px) and (min-width: 1274px) {
  [ej4u409].main {
    height: 702px;
  }
}

msg-call-controls[ej4u409] {
  text-align: center;
  transition: opacity 0.3s, transform 0.3s;
  will-change: opacity;
  display: inline-flex;
  flex-wrap: nowrap;
  pointer-events: all;
}
[ej4u409].call.__video msg-call-controls[ej4u409] {
  opacity: 0;
}
[ej4u409].call.__video:hover msg-call-controls[ej4u409] {
  opacity: 1;
}
msg-call-controls[ej4u409]:only-child {
  margin-bottom: 32px;
}

msg-chat-item-container[ej4u409] {
  color: #999;
  cursor: pointer;
}

msg-call-participant[ej4u409] {
  display: block;
  height: 100%;
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
}

[ej4u409].grid {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
[ej4u409].grid msg-call-participant[ej4u409] {
  flex: 1 0;
  width: 100%;
  min-height: 50%;
}
[ej4u409].grid msg-call-me[ej4u409] {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  overflow: hidden;
  width: 128px;
  height: 72px;
  border-radius: 4px;
  z-index: 1;
}
[ej4u409].grid.__2col msg-call-participant[ej4u409] {
  flex: 1 0 50%;
  width: 50%;
  height: 50%;
}
[ej4u409].grid.__3col msg-call-participant[ej4u409] {
  flex: 1 0 calc(100% / 3);
  width: calc(100% / 3);
  height: 50%;
}

msg-call-participant[ej4u409] {
  cursor: pointer;
}
msg-call-participant[ej4u409].__locked {
  cursor: default;
}

msg-call-add-participants[ej4u409] {
  position: absolute;
  width: 340px;
  height: 70%;
  background: var(--c-bg);
  border-radius: 4px;
  bottom: 80px;
  right: 40px;
  min-height: 300px;
  max-width: 590px;
  text-align: left;
  z-index: 3;
  transform-origin: 50% 100%;
  box-shadow: 0 2px 10px -2px var(--c-shadow);
}

[ej4u409].selected {
  flex: 1 0;
}

[ej4u409].float {
  position: absolute;
  z-index: 2;
  bottom: 72px;
  right: 4px;
  cursor: default;
}

footer[ej4u409] {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

[ej4u409].previews {
  width: 100%;
  white-space: nowrap;
  padding: 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  pointer-events: all;
  scrollbar-face-color: #fff;
  scrollbar-arrow-color: #ccc;
  scrollbar-track-color: #dddddd;
  scrollbar-shadow-color: #dddddd;
  scrollbar-highlight-color: #dddddd;
  scrollbar-3dlight-color: #dddddd;
  scrollbar-darkshadow-Color: #dddddd;
}
[ej4u409].previews msg-call-participant[ej4u409] {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 4px 8px;
  padding: 0;
}
[ej4u409].previews::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
}
[ej4u409].previews::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
[ej4u409].previews::-webkit-scrollbar-thumb {
  min-height: 40px;
  background-color: rgba(54, 54, 54, 0.4);
  border-radius: 1px;
  border: 0;
  background-clip: padding-box;
}
[ej4u409].previews::-webkit-scrollbar-thumb:hover {
  background-color: #363636;
}

[ej4u409].collapse {
  display: block;
  margin: 0 auto;
  color: #fff;
  pointer-events: all;
}
[ej4u409].collapse:hover {
  color: #fff;
}

[ej4u409].info {
  flex: 1 1 50%;
  text-align: left;
  overflow: hidden;
  line-height: 20px;
  cursor: pointer;
}

msg-name[ej4u409] {
  line-height: 24px;
}

[ej4u409].title {
  display: flex;
  line-height: 24px;
  height: 24px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

msg-chat-notification-bubble[ej4u409] {
  display: block;
  margin-left: 4px;
}

[ej4u409].data {
  color: #ebebeb;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

[ej4u409].participants {
  display: inline-block;
}
[ej4u409].participants:before {
  height: 12px;
  border-left: 1px solid #5c5c69;
  margin: 0 8px;
  display: inline-block;
  vertical-align: -2px;
}

msg-menu[ej4u409] {
  text-align: left;
  width: 392px;
}

msg-menu-item[ej4u409] {
  box-sizing: border-box;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #f0f0f0;
}
msg-menu-item[ej4u409]:first-child {
  border-top: 0;
}

[ej4u409].devices {
  overflow: hidden;
}
[ej4u409].devices msg-menu-item[ej4u409] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[ej4u409].devices [ej4u409].lbl {
  margin-left: 24px;
}

select[ej4u409] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 32px;
  outline: none;
}

[ej4u409].label {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

[ej4u409].descr {
  font-size: 14px;
  color: #999;
  line-height: 16px;
  padding-left: 24px;
  margin-top: 4px;
  white-space: normal;
}

msg-button[ej4u409].__unread:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  height: 6px;
  width: 6px;
  background: #1ebb55;
  border: 1px solid #223;
  border-radius: 50%;
  transition: border-color 0.15s;
}
msg-button[ej4u409].__unread:hover:before {
  border-color: var(--c-btn-active);
}

[ej4u409].h4 {
  margin: 8px 4px 4px;
  cursor: default;
}

[ej4u409].delimiter {
  padding-top: 12px;
  border-top: 1px solid var(--c-delimiter);
}

[ej4u409].video-chat {
  position: static;
}

[ej4u409-host] slot[name=bubble] {
  align-items: flex-start;
}

[ej4u409-host] msg-tico.live msg-icon {
  width: 46px;
  min-width: 46px;
}

[ej4u409-host] msg-tico.rec msg-icon {
  color: #ff5555;
}

[ej4u409-host] msg-tico.active msg-icon {
  color: #ff5555;
}
@keyframes show-preview-ej4u409 {
  from {
    margin-bottom: -80px;
    opacity: 0;
  }
}
@keyframes hide-preview-ej4u409 {
  to {
    margin-bottom: -80px;
    opacity: 0;
  }
}
@keyframes hide-ej4u409 {
  to {
    opacity: 0;
  }
}[e-wfi6y6-host] {
  text-align: center;
}

[e-wfi6y6].bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  filter: blur(60px);
  opacity: 0.6;
  color: #fff;
}

[e-wfi6y6].wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

[e-wfi6y6].avatar {
  position: relative;
}

video[e-wfi6y6] {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotateY(180deg);
}
video[e-wfi6y6].__unmirror {
  transform: none;
}
[e-wfi6y6-host][screen] video[e-wfi6y6] {
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotateY(0);
}

msg-avatar[e-wfi6y6] {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

[e-wfi6y6].name {
  position: relative;
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(54, 54, 54, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}[e-eppjtr-host] {
  display: block;
  padding: 8px 0;
  color: var(--c-link);
}
[e-eppjtr-host]:hover {
  color: var(--c-link-hover);
}

[e-eppjtr-host][delimiter] {
  border-bottom: 1px solid var(--c-delimiter);
  padding-bottom: 24px;
  margin-bottom: 12px;
}

slot[slotted][e-eppjtr] > msg-menu {
  display: block;
  padding: 0 24px;
  margin: 8px 0 -8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
[e-eppjtr-host][expanded] ::slotted(msg-menu) {
  max-height: 1000px;
  transition-timing-function: cubic-bezier(1, 0, 1, 0);
}

msg-bubble [e-eppjtr-host] {
  padding: 8px 12px;
  margin: 0 -8px;
}
msg-bubble [e-eppjtr-host]:hover {
  background-color: var(--c-active);
}[ecb24sr-host] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 0;
  overflow: visible;
}

@keyframes toast-in-ecb24sr {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 1000px;
  }
}
@keyframes toast-out-ecb24sr {
  from {
    opacity: 1;
    max-height: 1000px;
  }
  to {
    opacity: 0;
    max-height: 0;
  }
}[ew3t46p-host] {
  display: flex;
  margin: 8px 12px 0;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}
[ew3t46p-host]:first-of-type {
  margin-top: 16px;
}

[ew3t46p].content {
  display: flex;
  align-items: center;
  padding: 16px 20px;
}

[ew3t46p].text {
  margin: 0 16px 0 0;
}

[ew3t46p].action {
  margin: 0 16px 0 0;
  color: #ec8225;
  font-weight: 700;
  text-decoration: none;
}
[ew3t46p].action:hover {
  color: #d66e13;
  text-decoration: none;
}

[ew3t46p].controls {
  height: 16px;
}
[ew3t46p].controls msg-button msg-icon[ew3t46p] {
  color: #808080;
}
[ew3t46p].controls msg-button[ew3t46p]:hover {
  opacity: 0.8;
}[e-s9sgmk].canvas {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  border-radius: 4px;
}
[e-s9sgmk].canvas.unmirror {
  transform: none;
}
[e-s9sgmk].canvas.hide {
  opacity: 0;
}

[e-s9sgmk].backgrounds {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  min-height: 66px;
  max-height: calc(80vh - 532px);
  margin-top: 24px;
  overflow: auto;
}
[e-s9sgmk].backgrounds [e-s9sgmk].item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 8px 8px 0;
  width: 121px;
  height: 86px;
  color: #666;
  background-color: transparent;
  font-size: 14px;
  border: none;
  box-shadow: inset 0 0 0 2px #FFF;
  border-radius: 8px;
  cursor: pointer;
}
[e-s9sgmk].backgrounds .item [e-s9sgmk].vb-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
}
[e-s9sgmk].backgrounds [e-s9sgmk].item.custom {
  background: rgba(255, 136, 0, 0.08);
  border: none;
}
[e-s9sgmk].backgrounds [e-s9sgmk].item.active {
  border: 2px solid #ec8225;
}
[e-s9sgmk].backgrounds [e-s9sgmk].item.inactive {
  box-shadow: none;
}
[e-s9sgmk].backgrounds [e-s9sgmk].item.gray {
  background-color: #ebebeb;
}
[e-s9sgmk].backgrounds.backgrounds :nth-child(4n) {
  margin-right: 0;
}[ewcs6tf-host] {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.72);
  width: 100%;
  height: 100%;
}

[ewcs6tf].popup {
  position: relative;
  width: 508px;
  min-width: 508px;
  min-height: 600px;
  max-height: 80vh;
  padding: 0 24px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 8px;
}

[ewcs6tf].close {
  position: absolute;
  right: -36px;
  top: 4px;
  color: #ccc;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

header[ewcs6tf] {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
}

[ewcs6tf].footer {
  position: relative;
  left: -24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  font-size: 14px;
  border-top: 1px solid #dddddd;
}[ellg3sv-host] {
  display: flex;
  width: 100%;
}

[ellg3sv].mirror {
  display: flex;
  align-items: center;
  margin-right: auto;
}
[ellg3sv].mirror [ellg3sv].checkbox {
  margin-right: 10px;
}
[ellg3sv].mirror [ellg3sv].help {
  color: #999;
}
[ellg3sv].mirror [ellg3sv].info {
  cursor: pointer;
}
[ellg3sv].mirror [ellg3sv].tooltip {
  padding: 6px 4px;
  width: 156px;
  color: #363636;
  font-size: 14px;
  white-space: initial;
}

[ellg3sv].button {
  display: flex;
  padding: 7px 16px;
  margin-left: 8px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
}
[ellg3sv].button[role=secondary] {
  color: #505050;
  background-color: rgba(0, 0, 0, 0.08);
}
[ellg3sv].button[role=primary] {
  color: #ffffff;
  background-color: #ec8225;
}[ebnkiw9-host] {
  display: inline-block;
  position: relative;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  opacity: 0.8;
}

[ebnkiw9-host]:not([disabled]):hover,[ebnkiw9-host][checked] {
  opacity: 1;
}

[ebnkiw9-host][disabled] [ebnkiw9].checkbox {
  opacity: 0.6;
}
[ebnkiw9-host][disabled] [ebnkiw9].toggle {
  opacity: 0.4;
}
[ebnkiw9-host][disabled] label[ebnkiw9] {
  cursor: default;
}

[ebnkiw9-host]:not([disabled]) label[ebnkiw9] {
  cursor: pointer;
}

input[ebnkiw9][type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

input[ebnkiw9][type=checkbox]:checked + [ebnkiw9].checkbox {
  color: var(--c-text);
}
input[ebnkiw9][type=checkbox]:checked + .checkbox msg-icon[ebnkiw9] {
  opacity: 1;
  color: #fff;
}
input[ebnkiw9][type=checkbox]:checked + [ebnkiw9].checkbox:before {
  transform: scale(0);
}
input[ebnkiw9][type=checkbox]:checked + [ebnkiw9].checkbox:after {
  transform: scale(1);
}

[ebnkiw9].checkbox {
  width: 16px;
  height: 16px;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
[ebnkiw9-host][shape=square] [ebnkiw9].checkbox::before,[ebnkiw9-host][shape=square] [ebnkiw9].checkbox::after {
  border-radius: 4px;
}
[ebnkiw9].checkbox::before, [ebnkiw9].checkbox::after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.42, 0.06, 0.39, 1.6);
}
[ebnkiw9].checkbox::before {
  border: 2px solid var(--c-input-border);
  transform: scale(1);
}
msg-message [ebnkiw9-host] [ebnkiw9].checkbox::before {
  border-color: var(--c-msg);
}
[ebnkiw9].checkbox::after {
  background: #ec8225;
  transform: scale(0);
}

input[ebnkiw9][type=checkbox]:checked + [ebnkiw9].toggle {
  color: var(--c-text);
}
input[ebnkiw9][type=checkbox]:checked + [ebnkiw9].toggle:before {
  background: #ec8225;
}
input[ebnkiw9][type=checkbox]:checked + [ebnkiw9].toggle:after {
  transform: translateX(8px);
  border-color: #ec8225;
}

[ebnkiw9].toggle {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 20px;
}
[ebnkiw9].toggle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 6px;
  width: 20px;
  border-radius: 3px;
  box-sizing: border-box;
  background: var(--c-text-sub);
}
[ebnkiw9].toggle:after {
  position: relative;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--c-bg);
  box-sizing: border-box;
  border: 2px solid var(--c-text-sub);
  transition: transform 0.15s, background 0.15s;
}

msg-icon[ebnkiw9] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: var(--c-bg);
  opacity: 0;
}

slot[ebnkiw9] {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: inherit;
}
slot[ebnkiw9]:not(:empty) {
  margin-left: 24px;
}[eciwgxz-host] {
  display: flex;
  position: relative;
}
[eciwgxz-host] [eciwgxz].video {
  width: 100%;
  background-color: #000;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotateY(180deg);
}
[eciwgxz-host] [eciwgxz].video.unmirror {
  transform: none;
}[e-3rmeqa-host] {
  display: flex;
}

[e-3rmeqa].camera-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ebebeb;
  background-color: #363636;
  font-size: 14px;
  border-radius: 4px;
}
[e-3rmeqa].camera-error [e-3rmeqa].vb-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}
[e-3rmeqa].camera-error [e-3rmeqa].text {
  margin: 0 40px;
  text-align: center;
}[e-7b6agw-host] {
  transform-origin: 50% 0;
  pointer-events: auto;
}

[e-7b6agw].overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[e-7b6agw].call {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  width: 976px;
  margin: 4px auto 0;
  height: 100%;
  min-height: 480px;
  max-height: 549px;
  border-radius: 10px;
}
@media (min-height: 810px) and (min-width: 1274px) {
  [e-7b6agw].call {
    width: 1248px;
    max-height: 702px;
  }
}

[e-7b6agw].pro-img {
  position: absolute;
  z-index: 1;
  background-size: contain;
}

[e-7b6agw].pro-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

msg-call-feedback[e-7b6agw] {
  position: relative;
  z-index: 2;
}

[e-7b6agw].participants {
  margin: 32px 0;
  width: 100%;
  text-align: center;
  padding-left: 48px;
  box-sizing: border-box;
  white-space: nowrap;
}

msg-avatar[e-7b6agw] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: -48px;
}

[e-7b6agw].participant {
  -webkit-mask: radial-gradient(circle at calc(50% + 81px), rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 67px, #000 68px, #000 100%);
          mask: radial-gradient(circle at calc(50% + 81px), rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 67px, #000 68px, #000 100%);
}

[e-7b6agw].bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: center no-repeat;
  background-size: cover;
  filter: blur(60px);
  opacity: 0.6;
  color: #fff;
}

[e-7b6agw].summary {
  overflow: hidden;
  width: 100%;
  max-height: 240px;
  transform-origin: 50% 0;
}

[e-7b6agw].header {
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
[e-7b6agw-host][feedback] [e-7b6agw].header {
  margin-top: -24px;
}

[e-7b6agw].description {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  color: #afafaf;
}

[e-7b6agw].close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
}

msg-call-controls[e-7b6agw] {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  text-align: center;
}

@keyframes hide-e-7b6agw {
  to {
    bottom: -80px;
    opacity: 0;
  }
}/* Links
-------------------------------------------------- */
a[eiou751] {
  color: var(--c-link);
}
a[eiou751]:hover {
  color: var(--c-link-hover);
}

a[eiou751],
[eiou751].link {
  text-decoration: none;
  cursor: pointer;
}
a[eiou751]:hover,
[eiou751].link:hover {
  text-decoration: underline;
}

[eiou751].pl,
[eiou751].sl,
[eiou751].il {
  cursor: pointer;
}

[eiou751].link.pl {
  color: #ec8225;
}
[eiou751].link.pl:hover {
  color: #3d5afe;
}

[eiou751].sl {
  color: #999;
}
[eiou751].sl:hover {
  color: #5c5c69;
}

[eiou751].il {
  color: #999;
}
[eiou751].il:hover {
  color: #fff;
}

/* /Links */
/* Headers
-------------------------------------------------- */
[eiou751].h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  color: #5c5c69;
}

[eiou751].h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #5c5c69;
}

[eiou751].h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

[eiou751].h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--c-text-sub);
}

/* /Headers */
[eiou751-host] {
  display: block;
  text-align: center;
}

[eiou751].header {
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding: 12px 0;
  color: #fff;
}
[eiou751-host][expanded] [eiou751].header {
  padding: 24px 0;
}

[eiou751].subheader {
  display: block;
  line-height: 20px;
  color: #ebebeb;
  margin-bottom: 24px;
}

[eiou751].rating {
  width: 100%;
  padding: 8px 0;
  height: auto;
  text-align: center;
  transform: rotateY(180deg);
}
[eiou751].rating.__selected {
  pointer-events: none;
}

[eiou751].problems {
  text-align: left;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
[eiou751].problems [eiou751].header {
  margin: 0 0 8px;
  align-self: center;
}

[eiou751].problem {
  line-height: 20px;
  color: #ebebeb;
  padding: 8px;
}
[eiou751].problem:hover {
  color: #fff;
}

[eiou751].rate {
  margin: 0 8px;
  height: 32px;
  width: 32px;
  color: #ebebeb;
  cursor: pointer;
}
[eiou751].rate:hover, [eiou751].rate:hover ~ [eiou751].rate, [eiou751].rate.__checked, [eiou751].rate.__checked ~ [eiou751].rate {
  color: #ec8225;
}

[eiou751].buttons {
  margin-top: 20px;
}
[eiou751].buttons msg-button[eiou751] {
  margin: 0 4px;
}
[eiou751].buttons msg-button[eiou751]:hover {
  background: #ec8225;
  box-shadow: 0 0 0 1px #ec8225;
}
/*# sourceMappingURL=app.css.map */