/*! Copyright (c) 2015 WhatsApp Inc.  All Rights Reserved. */

@charset "UTF-8";
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, b, u, i, center, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none
}
ol, ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none
}
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.muted {
  color: #929fa6
}
.color-1 {
  color: #35cd96!important
}
.color-2 {
  color: #6bcbef!important
}
.color-3 {
  color: #e542a3!important
}
.color-4 {
  color: #91ab01!important
}
.color-5 {
  color: #ffa97a!important
}
.color-6 {
  color: #1f7aec!important
}
.color-7 {
  color: #dfb610!important
}
.color-8 {
  color: #029d00!important
}
.color-9 {
  color: #8b7add!important
}
.color-10 {
  color: #fe7c7f!important
}
.color-11 {
  color: #ba33dc!important
}
.color-12 {
  color: #59d368!important
}
.color-13 {
  color: #b04632!important
}
.color-14 {
  color: #fd85d4!important
}
.color-15 {
  color: #8393ca!important
}
.color-16 {
  color: #ff8f2c!important
}
.color-17 {
  color: #a3e2cb!important
}
.color-18 {
  color: #b4876e!important
}
.color-19 {
  color: #c90379!important
}
.color-20 {
  color: #ef4b4f!important
}
.input, .block-compose .input-container, .input-line {
  font-weight: 400
}
.intro-title, .row-control-label, .drawer-section-title, .entry-title, .entry-subtitle {
  font-weight: 300
}
.empty-text, .intro-text, .hint, .btn, .input-placeholder, .empty-title, .bubble-btn, .drawer-title, .drawer-section-footer, .dropdown .menu-item a, .menu-shortcut>.shortcut, .link-preview-title, .intro-body, .entry-text, #platforms {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.empty-text, .intro-text, .hint {
  font-size: 14px;
  color: #929fa6;
  line-height: 20px
}
.row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.row, .chat-main, .header-main, .chat-secondary, .header-secondary, .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}
.pane-header, .bubble-actions, .menu-horizontal, .menu-horizontal>span, .menu-tabs, .menu-pills, .audio, .drawer-header-offset, .media-panel-header, .list-action {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.pane-header, .bubble-actions, .menu-horizontal, .menu-horizontal>span, .menu-tabs, .menu-pills, .audio, .drawer-header-offset, .media-panel-header, .list-action, .media-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}
.tip, .butterbar, .pane-list-header, .popup .btn-light, .row-control, .drawer-section-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.tip, .butterbar, .pane-list-header, .popup .btn-light, .row-control, .drawer-section-title, .entry-main, .entry-platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}
.col-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.col-side, .chat-avatar, .location-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.chat-body, .header-body, .location-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.chat-title, .header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.pane-chat-header:after, .subheader-search:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}
.subheader-search.active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .07)
}
.ellipsify {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.drawer-manager, .flow-drawer-container, .drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
*::-webkit-scrollbar {
  width: 6px!important
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2)
}
*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .08)
}
.app-wrapper-main::-webkit-scrollbar-track {
  background-color: #dfdfdf
}
.input, .block-compose .input-container {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  line-height: 20px;
  font-size: 15px;
  min-height: 20px;
  border: none;
  padding: 10px 12px;
  width: 100%;
  outline: none
}
*::-webkit-input-placeholder {
  color: #ccc;
  font-size: 15px
}
.input-line {
  background-color: transparent;
  line-height: 20px;
  font-size: 15px;
  min-height: 20px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  outline: none;
  width: 100%;
  padding: 6px 0 5px 2px;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out
}
.input-line:focus {
  border-bottom: 1px solid #00afff
}
.btn {
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 32px;
  border-radius: 3px;
  background-color: #00e676;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  -webkit-transition: box-shadow .08s cubic-bezier(.4, 0, .2, 1);
  transition: box-shadow .08s cubic-bezier(.4, 0, .2, 1);
  cursor: pointer
}
.btn-round {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%
}
.btn-l {
  width: 60px;
  height: 60px
}
.btn-l .icon-checkmark-light-l {
  width: 30px;
  height: 30px
}
.btn-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #00a5f4;
  font-size: 12px;
  padding: 10px
}
.btn-fill, .btn-plain {
  text-transform: uppercase
}
.btn-plain {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 24px;
  color: #07bc4c;
  border-radius: 3px;
  -webkit-transition: box-shadow .18s ease-out, background .18s ease-out, color .18s ease-out;
  transition: box-shadow .18s ease-out, background .18s ease-out, color .18s ease-out
}
.btn-default {
  color: #fff;
  background-color: #08c65b
}
.btn-plain:hover {
  color: #0cb757
}
.btn-default:hover {
  color: #fff;
  background-color: #0cb757
}
.btn-danger {
  background-color: #ff5252;
  display: inline-block
}
.input-advanced {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  -webkit-transition: border-color .2s cubic-bezier(.84, .07, .93, .46);
  transition: border-color .2s cubic-bezier(.84, .07, .93, .46)
}
.input-advanced .input-line {
  text-align: left;
  border: none!important;
  margin: 0!important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 1
}
.input-advanced .input-main {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.input-advanced .input-main, .input-advanced .input-emoji {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.input-advanced .input-emoji {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.input-advanced .btn-input {
  display: block;
  width: 20px!important;
  height: 20px!important;
  cursor: pointer;
  margin-left: 6px!important;
  margin-right: 4px!important;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 5px
}
.input-advanced.active {
  border-bottom: 1px solid #00BFA5
}
.input-advanced.static {
  color: #4b4b4b;
  border-bottom: 1px solid transparent
}
.input-advanced .emoji-panel {
  position: absolute;
  top: calc(100% + 1px);
  width: 100%;
  left: 0;
  z-index: 100
}
.input-advanced .emoji-panel .emojik {
  margin: 5px 4px
}
.input-advanced .emoji-panel-body {
  padding-top: 6px
}
.input-advanced .emoji-panel-body>* {
  margin: 0 10px
}
.input-advanced .icon {
  display: block
}
.input-emoji {
  position: relative
}
.input-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 6px;
  left: 0;
  color: #999;
  pointer-events: none;
  -webkit-transition: opacity .08s linear;
  transition: opacity .08s linear;
  font-size: 15px;
  line-height: 20px;
  z-index: 0
}
.capture-ctrl-enter {
  -webkit-animation: delay .75s, capture-ctrl-enter .3s cubic-bezier(.1, .82, .25, 1).75s;
  animation: delay .75s, capture-ctrl-enter .3s cubic-bezier(.1, .82, .25, 1).75s
}
@-webkit-keyframes capture-ctrl-enter {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes capture-ctrl-enter {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.input-counter {
  font-size: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #bbb;
  line-height: 18px;
  margin-top: 8px;
  margin-left: 5px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .2s cubic-bezier(.84, .07, .93, .46), -webkit-transform .2s cubic-bezier(.84, .07, .93, .46);
  transition: opacity .2s cubic-bezier(.84, .07, .93, .46), transform .2s cubic-bezier(.84, .07, .93, .46)
}
.static .input-counter {
  opacity: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5)
}
.floating-placeholder {
  position: relative;
  padding-top: 20px
}
.control .placeholder {
  padding: 0;
  line-height: 24px
}
.placeholder {
  padding: 6px 0 6px 1px;
  line-height: 18px;
  position: absolute;
  font-size: 15px;
  color: rgba(0, 0, 0, .5);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all .3s cubic-bezier(.1, .82, .25, 1);
  transition: all .3s cubic-bezier(.1, .82, .25, 1)
}
.placeholder-enter {
  font-size: 11px;
  line-height: 14px!important;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}
.control .placeholder-enter {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px)
}
.control {
  height: 24px;
  padding-top: 30px;
  margin-bottom: 8px;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.control .input-line {
  padding: 0;
  line-height: 24px
}
.control-label {
  font-size: 11px;
  line-height: 14px;
  color: rgba(0, 0, 0, .4);
  position: absolute;
  bottom: 25px
}
.control-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.control-text {
  font-size: 15px;
  line-height: 24px;
  border-bottom: 2px solid transparent
}
.control-action {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 20px;
  margin-right: 24px;
  margin-left: 20px;
  margin-top: 3px
}
.control-action .icon {
  width: 20px!important;
  height: 20px!important;
  background-size: contain
}
.select {
  position: relative
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  line-height: 18px;
  font-size: 14px;
  font-family: roboto, sans-serif;
  color: #263238;
  outline: none;
  width: 100%;
  padding: 6px 36px 6px 4px;
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7
}
.select::before {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  right: 8px;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  z-index: 100;
  pointer-events: none
}
.icon, .icon-sm, .icon-s, .chat-status .icon, .location-secondary .icon, .header-secondary .icon, .icon-l {
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: -5000px
}
.icon-xl, .icon-alert {
  display: inline-block;
  background-repeat: no-repeat
}
.icon-alert {
  text-indent: -5000px
}
.icon, .icon-close-panel {
  width: 24px;
  height: 24px
}
.icon-sm, .icon-s, .chat-status .icon, .location-secondary .icon, .header-secondary .icon {
  width: 16px;
  height: 18px;
  vertical-align: top
}
.message-meta .icon {
  height: 15px;
  width: 16px;
  margin-left: 3px;
  vertical-align: top
}
.icon-l {
  width: 30px;
  height: 30px
}
.icon-xl {
  width: 48px;
  height: 48px;
  text-indent: 0!important
}
.icon.media-icon {
  width: 16px;
  height: 20px;
  opacity: .4
}
.icon-status-location, .icon-status-ptt {
  width: 12px
}
.icon-status-vcard {
  width: 14px
}
.list-names .icon {
  width: 16px;
  height: 16px
}
.icon-user-default, .icon-user-default-square, .icon-group-default, .icon-broadcast-default {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%
}
.btn-l .icon-send-light {
  margin-left: 4px
}
.btn-l .icon-check-light {
  width: 36px;
  height: 36px;
  background-size: cover
}
.icon-alert {
  width: 48px;
  height: 48px
}
.icon-search-morph {
  background: none!important
}
.fx-ripple-element {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50
}
.fx-ripple-element svg {
  width: 100%;
  height: auto
}
.fx-ripple-element.is-clicked {
  -webkit-animation: ripple-click .06s ease-out;
  animation: ripple-click .06s ease-out
}
.fx-ripple-element.is-clicked, .fx-ripple-element.is-released {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.fx-ripple-element.is-released {
  -webkit-animation: ripple-release .8s ease-out;
  animation: ripple-release .8s ease-out
}
@-webkit-keyframes ripple-click {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes ripple-click {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes ripple-release {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes ripple-release {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.btn-plain:hover, .app-wrapper-web .app, .btn-more, #window {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2)
}
.btn:active, .dropdown {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16)
}
.dropdown-picker, .dropdown-emoji, .dropdown-emoji .nib {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 8px 17px 0 rgba(0, 0, 0, .16)
}
.popup {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24)
}
.draggable-container {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.draggable {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab!important;
  cursor: grab!important
}
.draggable.dragging {
  cursor: -webkit-grabbing!important;
  cursor: grabbing!important
}
.checkbox-container {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  vertical-align: middle
}
.checkbox {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  border: solid 2px;
  border-radius: 2px;
  pointer-events: none;
  -webkit-transition: background-color 140ms, border-color 140ms;
  transition: background-color 140ms, border-color 140ms;
  background-color: transparent;
  border-color: #707070
}
.checkbox.checked {
  background-color: #00bfa5;
  border-color: #00bfa5
}
.checkmark {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  left: 4px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-color: #fff
}
.checked .checkmark {
  opacity: 1;
  -webkit-animation: checkmark-expand 160ms ease-out forwards;
  animation: checkmark-expand 160ms ease-out forwards
}
.unchecked .checkmark {
  opacity: 0
}
@-webkit-keyframes checkmark-expand {
  0% {
    top: 9px;
    left: 6px;
    width: 0;
    height: 0
  }
  100% {
    top: -1px;
    left: 4px;
    width: 5px;
    height: 10px
  }
}
@keyframes checkmark-expand {
  0% {
    top: 9px;
    left: 6px;
    width: 0;
    height: 0
  }
  100% {
    top: -1px;
    left: 4px;
    width: 5px;
    height: 10px
  }
}
body {
  background-color: #dfdfdf;
  background-image: -webkit-linear-gradient(top, #dddbd1, #d2dbdc);
  background-image: linear-gradient(to bottom, #dddbd1, #d2dbdc);
  font-family: 'Roboto', sans-serif;
  color: #4b4b4b;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
body.native {
  font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande"
}
html[dir="rtl"] {
  direction: rtl
}
.app-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden
}
@media screen and (max-width:648px) {
  .app-wrapper {
    overflow-x: auto
  }
}
@media screen and (max-height:500px) {
  .app-wrapper {
    overflow-y: auto
  }
}
.app-wrapper::after {
  position: fixed;
  z-index: -1;
  background-color: #009688;
  width: 100%;
  height: 127px;
  content: '';
  top: 0;
  left: 0
}
input {
  margin: 0;
  font-family: 'Roboto', sans-serif
}
button {
  border: 0;
  padding: 0;
  margin: 0;
  background: 0 0;
  outline: none;
  cursor: pointer;
  font-family: inherit
}
pre {
  white-space: pre-wrap
}
ul, ol {
  padding: 0;
  margin: 0
}
a {
  text-decoration: none
}
.hidden {
  opacity: 0
}
.app {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: app-enter .3s cubic-bezier(.1, .82, .25, 1);
  animation: app-enter .3s cubic-bezier(.1, .82, .25, 1);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width:648px) {
  .app {
    min-width: 648px
  }
}
@media screen and (max-height:500px) {
  .app {
    min-height: 500px
  }
}
@media screen and (min-width:1200px) {
  .app-wrapper-web .app {
    width: 1118px;
    height: calc(100% - 38px);
    margin: 0 auto;
    top: 19px;
    border-radius: 3px
  }
}
@media screen and (min-width:1320px) {
  .app-wrapper-web .app {
    width: 1276px
  }
}
@media screen and (min-width:1440px) {
  .app-wrapper-web .app {
    width: 1380px
  }
}
@-webkit-keyframes app-enter {
  from {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes app-enter {
  from {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
.app, .app-wrapper-native .app {
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0
}
@media screen and (max-width:900px) {
  .two .pane-one {
    width: 40%
  }
  .two .pane-two {
    width: 60%
  }
}
@media screen and (min-width:901px) and (max-width:1024px) {
  .two .pane-one {
    width: 35%
  }
  .two .pane-two {
    width: 65%
  }
}
@media screen and (min-width:1025px) and (max-width:1300px) {
  .two .pane-one {
    width: 35%
  }
  .two .pane-two {
    width: 65%
  }
}
@media screen and (min-width:1301px) {
  .two .pane-one {
    width: 30%
  }
  .two .pane-two {
    width: 70%
  }
}
@media screen and (max-width:900px) {
  .three .pane-one {
    width: 40%
  }
  .three .pane-two {
    width: 60%
  }
  .three .pane-three {
    position: absolute;
    left: 40%;
    width: 60%
  }
}
@media screen and (min-width:901px) and (max-width:1024px) {
  .three .pane-one {
    width: 35%
  }
  .three .pane-two {
    width: 65%
  }
  .three .pane-three {
    position: absolute;
    left: 35%;
    width: 65%
  }
}
@media screen and (min-width:1025px) and (max-width:1300px) {
  .three .pane-one {
    width: 30%
  }
  .three .pane-two {
    width: 40%
  }
  .three .pane-three {
    width: 30%
  }
}
@media screen and (min-width:1301px) {
  .three .pane-one {
    width: 25%
  }
  .three .pane-two {
    width: 45%
  }
  .three .pane-three {
    width: 30%
  }
}
.drawer-manager {
  z-index: 10000;
  pointer-events: none
}
.drawer-manager, .pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}
.pane {
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
.pane-header {
  height: 59px;
  width: 100%;
  background-color: #eee;
  z-index: 1000
}
.pane-header, .pane-subheader {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
  padding: 10px;
  position: relative
}
.pane-subheader {
  height: 49px;
  z-index: 100
}
.pane-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}
.pane-chat-body {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}
.pane-footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px
}
.app .pane-two {
  -webkit-transform-origin: left top;
  transform-origin: left top
}
@media screen and (max-width:1024px) {
  .three .pane-chat-header {
    border-left: 1px solid #e0e0e0
  }
  .three .pane-chat-body, .three .pane-chat-footer {
    -webkit-transition: border-color .3s step-end;
    transition: border-color .3s step-end;
    border-left: 1px solid #e8e8e8
  }
  .pane-three {
    border-left: 1px solid transparent
  }
}
@media screen and (min-width:1025px) and (max-width:1300px) {
  .three .pane-chat-header {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid rgba(0, 0, 0, .08)
  }
  .three .pane-chat-body, .three .pane-chat-footer {
    -webkit-transition: border-color .3s step-end;
    transition: border-color .3s step-end;
    border-left: 1px solid #e8e8e8
  }
  .safari-fix .three .pane-chat-body {
    border-left: none
  }
  .three .pane-chat-tile-container {
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .04)
  }
  .three .pane-chat-footer {
    border-right: 1px solid rgba(0, 0, 0, .08)
  }
}
@media screen and (min-width:1301px) {
  .three .pane-chat-header, .three .pane-chat-footer {
    border-right: 1px solid rgba(0, 0, 0, .08)
  }
  .three .pane-chat-tile-container {
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .04)
  }
}
.popup .pane-list {
  width: 100%
}
.empty {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
  color: #929fa6
}
.empty-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.empty-icon {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.empty-icon-container {
  background-color: #e0e7e9;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 164px;
  height: 164px;
  margin-top: -30px;
  margin-bottom: 32px
}
.empty-title {
  margin-bottom: 18px
}
.avatar {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative
}
.avatar, .avatar-image {
  border-radius: 50%;
  overflow: hidden
}
.avatar-image {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .18s ease-out;
  transition: opacity .18s ease-out
}
.avatar-image.is-loaded {
  opacity: 1
}
.avatar-l {
  width: 200px;
  height: 200px;
  overflow: hidden
}
.drawer-body .avatar-l {
  margin-top: 28px;
  margin-bottom: 28px
}
.avatar-picker {
  position: relative
}
.avatar-picker .avatar {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.avatar-picker .avatar-image {
  border-radius: 0
}
.avatar-spinner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(140, 140, 140, .85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  border-radius: 50%
}
.avatar-spinner-container .spinner-container .path {
  stroke: #fff
}
.avatar-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: rgba(140, 140, 140, .85);
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.avatar-overlay .icon {
  display: block;
  margin-top: 15px
}
.avatar-edit-backdrop {
  background-color: #000
}
.avatar-overlay-text {
  width: 100px;
  text-align: center;
  margin-top: 10px
}
.avatar-original {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move
}
.avatar-picker-controls {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  border-radius: 2px;
  position: absolute;
  width: 28px;
  left: 50%;
  margin-left: 116px;
  top: 97px
}
.avatar-picker-controls .icon {
  width: 28px;
  height: 28px
}
@media screen and (max-width:850px) {
  .drawer-profile .avatar-picker-controls {
    left: auto;
    right: -8px
  }
}
.tip-avatar-picker {
  margin-top: -10px
}
.chat, .location {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}
.chat.active, .active.location {
  background-color: rgba(0, 0, 0, .02)
}
.chat.active .chat-status, .active.location .chat-status, .chat.active .location-secondary, .active.location .location-secondary, .chat.active .header-secondary, .active.location .header-secondary {
  color: #454545
}
.chat.unread .chat-status, .unread.location .chat-status, .chat.unread .location-secondary, .unread.location .location-secondary, .chat.unread .header-secondary, .unread.location .header-secondary {
  font-weight: 400;
  color: rgba(0, 0, 0, .8)
}
.chat.member .chat-body, .member.location .chat-body, .chat.member .header-body, .member.location .header-body {
  cursor: default!important;
  font-weight: 400!important
}
.chat.member .chat-body *, .member.location .chat-body *, .chat.member .header-body *, .member.location .header-body * {
  color: rgba(0, 0, 0, .4)!important
}
.chat.member .chat-secondary, .member.location .chat-secondary, .chat.member .header-secondary, .member.location .header-secondary {
  font-style: italic
}
.chat-body, .header-body {
  min-width: 0
}
.last .chat-body, .last .header-body {
  border-bottom: 1px solid #f2f2f2
}
.chat-main, .header-main {
  line-height: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left
}
.chat-drag {
  -webkit-transition: background-color 500ms cubic-bezier(.1, .82, .25, 1);
  transition: background-color 500ms cubic-bezier(.1, .82, .25, 1);
  background-color: #f4f4f5
}
.chat-title, .location-main, .header-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.chat-title .emojitext, .location-main .emojitext, .header-title .emojitext {
  text-align: left
}
.chat-secondary {
  font-size: 13px;
  line-height: 19px;
  margin-top: 3px
}
.chat-secondary, .header-secondary {
  min-height: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.chat-status {
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}
.chat-status, .location-secondary {
  font-size: 14px;
  line-height: 20px
}
.location-secondary, .header-secondary {
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}
.header-secondary {
  white-space: nowrap
}
.chat-status .media-icon, .location-secondary .media-icon, .header-secondary .media-icon {
  margin-right: 2px
}
.chat-status .number, .location-secondary .number, .header-secondary .number {
  direction: ltr
}
.media-icon.icon-status-ptt-blue, .media-icon.icon-status-ptt-green {
  opacity: 1
}
.chat-meta {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  color: rgba(0, 0, 0, .4);
  margin-left: 6px;
  font-size: 12px
}
.chat-main .chat-meta, .header-main .chat-meta {
  line-height: 14px;
  margin-top: 4px
}
.chat-meta .chat-time {
  text-transform: capitalize
}
.chat-meta .icon {
  width: 16px;
  height: 18px;
  vertical-align: top
}
.chat-meta .icon-meta {
  margin-right: 5px
}
.chat-meta .icon-meta:last-child {
  margin-right: -1px
}
.chat:hover:not(.active), .location:hover:not(.active) {
  background-color: rgba(255, 255, 255, .5)
}
.unread-count {
  background-color: #09d261;
  color: #fff;
  font-weight: 500;
  font-size: 12px!important;
  padding: 0 5px;
  border-radius: 12px;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 19px;
  min-width: 19px;
  box-sizing: border-box;
  line-height: normal
}
.typing {
  color: #07bc4c!important
}
.contact-expand {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.contact-expand .chat-secondary, .contact-expand .header-secondary {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, .6)
}
.msg {
  margin-bottom: 12px;
  position: relative
}
.msg.msg-continuation {
  margin-bottom: 2px
}
.msg:after {
  content: '';
  display: table;
  clear: both
}
.message-text a, .contents a {
  color: #039be5;
  text-decoration: underline
}
.msg-enter .message-in, .msg-enter .message-out {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}
.msg-enter.msg-enter-active .message-in, .msg-enter.msg-enter-active .message-out {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.msg-leave {
  opacity: 1;
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in
}
.msg-leave.msg-leave-active {
  opacity: 0
}
.message-meta .icon-s {
  margin-right: 2px;
  height: 15px
}
.message-in, .message-out {
  border-radius: 7.5px;
  position: relative;
  max-width: 336px;
  box-shadow: 0 1px .5px rgba(0, 0, 0, .13);
  -webkit-transition: .2s cubic-bezier(.31, .34, .3, .99);
  transition: .2s cubic-bezier(.31, .34, .3, .99)
}
.message:last-of-type {
  margin-bottom: 0
}
.message-in {
  background-color: #fff;
  float: left
}
.message-in.focused-msg {
  background-color: #ccc
}
.message-out {
  background-color: #dcf8c6;
  float: right
}
.message-out.focused-msg {
  background-color: #b3cba1
}
.message-author {
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5px;
  line-height: 20px;
  height: 20px;
  font-weight: 600;
  margin-bottom: 1px;
  color: #74cff8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.message-author .emoji {
  vertical-align: -4px;
  margin-top: -1px
}
.message-system {
  text-align: center;
  max-width: 100%!important
}
.message-system-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5px;
  line-height: 21px;
  display: inline-block;
  border-radius: 7.5px;
  color: rgba(69, 90, 100, .95);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
  background-color: rgba(225, 245, 254, .92);
  padding: 5px 12px 6px;
  box-shadow: 0 1px .5px rgba(0, 0, 0, .13)
}
.attach-image-modal {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}
.bubble {
  padding: 6px 7px 8px 9px
}
.bubble-image {
  padding: 3px;
  z-index: 1;
  position: relative
}
.bubble-image .message-author {
  padding: 3px 0 5px 7px
}
.bubble-image .message-meta {
  color: rgba(255, 255, 255, .9);
  bottom: 6px;
  right: 8px;
  z-index: 2
}
.bubble-image .shade {
  left: 0;
  width: 330px!important;
  z-index: 1
}
.bubble-image-caption .message-meta {
  color: rgba(0, 0, 0, .45)
}
.bubble-image-caption .message-text {
  padding: 7px 4px 5px 6px
}
.bubble-video.bubble-image-caption .message-text {
  max-width: 210px
}
.message-in .bubble-attach-caption .message-meta {
  right: 7px
}
.image-thumb {
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}
.image-thumb-body {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-transition: -webkit-filter .16s linear
}
.image-thumb-lores {
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
.message-text, .document-body {
  font-size: 13.6px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  word-wrap: break-word;
  color: #262626
}
.message-text {
  position: relative
}
.message-text .message-datetime {
  vertical-align: top
}
.message-text .message-pre-text {
  position: absolute;
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden
}
.message-text strong {
  font-weight: 700
}
.message-text em {
  font-style: italic
}
.message-text code {
  font-family: monospace
}
.message-divider {
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  margin: 6px 0;
  width: 25%
}
.message-text-multi {
  position: relative
}
.message-meta {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 11px;
  color: rgba(0, 0, 0, .45);
  line-height: 15px;
  height: 15px
}
.bubble-text .message-meta, .bubble-doc .message-meta {
  bottom: 3px;
  right: 7px
}
.message-text-multi .message-meta {
  bottom: -5px!important;
  right: 0!important
}
.message-datetime {
  vertical-align: middle
}
.message-text::after {
  content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  display: inline
}
.bubble-broadcast .message-text::after, .bubble-star .message-text::after {
  content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  display: inline
}
.bubble-broadcast.bubble-star .message-text::after {
  content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  display: inline
}
.tail.message-in:before {
  content: '';
  position: absolute;
  left: -11px;
  bottom: 3px;
  width: 12px;
  height: 19px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain
}
.tail.message-out:before {
  right: -11px
}
.tail.message-out:before, .tail-override-left:before {
  content: '';
  position: absolute;
  bottom: 3px;
  width: 12px;
  height: 19px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain
}
.tail-override-left:before {
  left: -11px
}
.tail-override-left {
  float: left
}
.tail-override-right:before {
  content: '';
  position: absolute;
  right: -11px;
  bottom: 3px;
  width: 12px;
  height: 19px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain
}
.tail-override-right {
  float: right
}
.author-menu {
  display: none
}
.title-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.title-number .number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: ltr
}
.screen-name {
  font-weight: 400;
  color: #999!important;
  margin-left: 8px
}
.screen-name-text::before {
  content: "~"
}
.audio_ctrl {
  padding-top: 14px
}
.msg-group .message-in .bubble-attach .wrapper {
  min-height: 98px
}
.msg-group .message-in .bubble-location .wrapper {
  min-height: 0;
  margin-top: 3px
}
.msg-group .message-in .bubble-contact .preview, .msg-group .message-in .preview-vcard {
  top: 38px!important
}
.msg-group .message-in .preview {
  top: 33px!important
}
.msg-group .message-in .bubble-location .preview {
  top: 0!important
}
.bubble-attach {
  box-sizing: border-box;
  width: 336px
}
.bubble-attach .preview {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 6px;
  background-size: cover;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.bubble-attach .preview .meta {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: rgba(255, 255, 255, .8);
  font-size: 15px
}
.bubble-attach .message-author {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding-bottom: 4px
}
.bubble-attach .message-meta {
  bottom: 3px;
  right: 83px
}
.btn-download {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, .45)!important;
  text-decoration: none!important;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer
}
.message-out .btn-download {
  margin: 8px 0 0 8px
}
.message-in .btn-download {
  margin: 10px 0 0 8px
}
.btn-download .icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  vertical-align: middle
}
.bubble-attach.bubble-contact .preview, .bubble-attach .preview-vcard {
  border-radius: 50%;
  width: 49px;
  height: 49px;
  left: 16px;
  right: auto;
  top: 12px
}
.bubble-attach .preview-vcard.no-image {
  background-color: transparent!important
}
.button-contact {
  color: #333!important;
  font-weight: 300;
  text-decoration: none!important;
  height: 60px;
  line-height: 59px;
  padding-left: 70px;
  padding-right: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative
}
.button-contact .icon, .button-contact .icon-sm {
  display: none
}
.button-contact .emoji {
  vertical-align: -3px
}
.button-contact:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0
}
.pane-body *:not(.selectable-text)::-moz-selection {
  background: 0 0
}
.pane-body *:not(.selectable-text)::selection {
  background: 0 0
}
.message .message-text .emojitext {
  cursor: text;
  white-space: pre-wrap
}
.safari-fix .message .message-text .emojitext {
  white-space: pre-wrap
}
.message .message-text .emojitext .emoji {
  cursor: text;
  pointer-events: none
}
.message .message-text .inverse-text-direction {
  display: inline-block;
  width: 100%
}
.message .shade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, .3), transparent);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}
.bubble-location {
  padding: 3px!important
}
.bubble-location .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0
}
.bubble-location .text {
  font-family: 'Open Sans', sans-serif;
  padding: 6px 10px;
  overflow: hidden;
  max-height: 54px;
  line-height: 18px
}
.message-in .bubble-location .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.bubble-location .text-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  text-decoration: none;
  display: block
}
.bubble-location .text-contents {
  font-size: 12px;
  overflow: hidden
}
.bubble-location .message-datetime {
  vertical-align: top
}
.bubble-location .preview {
  position: relative;
  top: auto!important;
  left: auto!important;
  right: auto!important
}
.bubble-location .contents {
  margin: 0!important;
  position: relative;
  max-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.bubble-location .message-meta {
  right: 10px;
  bottom: 0
}
.bubble-location .message-author {
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 4px
}
.preview-location {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.message-in .bubble-contact .message-meta {
  right: 7px!important
}
.message-in .bubble-attach {
  padding-top: 6px
}
.message-out .preview {
  top: 3px;
  left: 3px;
  right: auto
}
.message-out .bubble-attach {
  padding-top: 8px;
  min-height: 0
}
.message-out .bubble-attach .wrapper {
  min-height: 65px
}
.message-out .bubble-attach .contents {
  margin-left: 78px
}
.message-out .bubble-attach .message-meta {
  right: 7px
}
.message-out .bubble-attach .image-caption {
  margin-top: 10px
}
.message-out .bubble-contact .wrapper {
  min-height: 49px
}
.message-out .bubble-contact .contents {
  position: relative;
  margin: 0
}
.message-out .bubble-contact .button-contact {
  height: 58px;
  line-height: 56px
}
.message-in .bubble-contact .contents {
  position: relative
}
.message-in .bubble-attach .wrapper {
  min-height: 68px
}
.message-in .bubble-contact .wrapper {
  min-height: 49px!important
}
.message-in .bubble-attach .image-caption {
  margin-top: 14px
}
.media-state-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.media-state-controls .icon-xl {
  cursor: pointer;
  vertical-align: top
}
.media-state-controls .spinner-container, .media-state-controls .progress-container {
  position: absolute;
  top: -3px;
  left: -3px
}
.icon-media-download, .icon-media-play, .icon-media-upload {
  position: relative
}
.icon-media-download:before, .icon-media-play:before, .icon-media-upload:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  border: 1px solid rgba(255, 255, 255, .65)
}
.icon-media {
  background-color: rgba(0, 0, 0, .3);
  position: relative
}
.icon-media, .icon-media:before {
  width: 44px;
  height: 44px;
  border-radius: 50%
}
.icon-media:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid rgba(255, 255, 255, .1)
}
.icon-media-cancel {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, .07);
  border-radius: 50%;
  position: relative
}
.icon-media-cancel:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  top: -2px;
  left: -2px;
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 50%
}
.media-state-controls .spinner-container .path {
  stroke: rgba(255, 255, 255, .9)
}
.progress .path {
  stroke: #02d75f;
  stroke-dasharray: 187;
  stroke-dashoffset: 186
}
.progress {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.bubble-video {
  max-width: 220px
}
.bubble-video .image-audio {
  background-color: #ffab40;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%
}
.bubble-video .message-duration {
  left: 6px;
  bottom: 2px;
  position: absolute;
  z-index: 100;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  line-height: 15px;
  height: 15px
}
.bubble-video .message-duration .icon-s {
  margin-right: 2px;
  margin-left: 0
}
.bubble-video .image-thumb {
  overflow: hidden;
  position: relative;
  width: 220px;
  height: 160px
}
.bubble-video .image-thumb-body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  left: -4px;
  top: -4px;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%
}
.bubble-video .image-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .3
}
.bubble-video-pending .image-thumb-body {
  padding: 10px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  left: -10px;
  top: -10px
}
.bubble-video-error .image-thumb {
  background-size: cover;
  background-position: 50% 50%
}
.bubble-video-error .image-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .5
}
.bubble-video-error .shade {
  display: none
}
.btn-meta {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 24px;
  width: auto!important;
  display: inline-block;
  padding-right: 16px;
  font-size: 13px;
  position: relative;
  height: 46px;
  text-indent: 0!important;
  vertical-align: top;
  line-height: 46px
}
.btn-meta:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .5);
  content: '';
  top: -1px;
  left: -1px
}
.error {
  position: absolute;
  border-radius: 50%;
  background-color: #f44336;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  left: 0;
  top: -14px
}
.error .icon {
  margin-left: -1px;
  margin-top: -1px
}
.spam, .msg-unread {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .25);
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}
.msg-unread {
  padding-left: 0;
  padding-right: 0
}
.message-out .tooltip-container {
  position: absolute;
  top: 50%;
  right: -14px
}
.message .btn-context {
  position: absolute;
  right: 5px;
  cursor: pointer;
  height: 22px;
  width: 24px;
  background-image: none!important;
  margin: 0;
  z-index: 2;
  top: 6px
}
.message .btn-context:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 18px;
  opacity: .8;
  top: 2px;
  right: 0;
  left: auto
}
.message .btn-context:after {
  content: '';
  height: 22px;
  width: 24px;
  position: absolute;
  left: -24px;
  top: 0
}
.message-in .btn-context {
  background-color: #fff
}
.message-in.focused-msg .btn-context {
  background-color: #ccc
}
.message-in .btn-context:after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}
.message-in.focused-msg .btn-context:after {
  background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), #ccc);
  background: linear-gradient(to right, rgba(204, 204, 204, 0), #ccc)
}
.message-out .btn-context {
  background-color: #dcf8c6
}
.message-out.focused-msg .btn-context {
  background-color: #b3cba1
}
.message-out .btn-context:after {
  background: -webkit-linear-gradient(left, rgba(220, 248, 198, 0), #dcf8c6);
  background: linear-gradient(to right, rgba(220, 248, 198, 0), #dcf8c6)
}
.message-out.focused-msg .btn-context:after {
  background: -webkit-linear-gradient(left, rgba(179, 203, 161, 0), #b3cba1);
  background: linear-gradient(to right, rgba(179, 203, 161, 0), #b3cba1)
}
.msg:not(.msg-group) .message-in .btn-context-image, .msg:not(.msg-group) .message-in .btn-context-video, .msg:not(.msg-group) .message-in .btn-context-audio, .message-out .btn-context-image, .message-out .btn-context-video, .message-out .btn-context-audio {
  background-color: transparent!important;
  right: 3px;
  top: 3px;
  width: 22px
}
.msg:not(.msg-group) .message-in .btn-context-image:before, .msg:not(.msg-group) .message-in .btn-context-video:before, .msg:not(.msg-group) .message-in .btn-context-audio:before, .message-out .btn-context-image:before, .message-out .btn-context-video:before, .message-out .btn-context-audio:before {
  opacity: 1;
  top: 5px;
  right: 5px;
  left: auto;
  z-index: 2
}
.msg:not(.msg-group) .message-in .btn-context-image:after, .msg:not(.msg-group) .message-in .btn-context-video:after, .msg:not(.msg-group) .message-in .btn-context-audio:after, .message-out .btn-context-image:after, .message-out .btn-context-video:after, .message-out .btn-context-audio:after {
  background: -webkit-linear-gradient(75deg, transparent 0%, transparent 45%, rgba(0, 0, 0, .12)70%, rgba(0, 0, 0, .33)100%);
  background: linear-gradient(15deg, transparent 0%, transparent 45%, rgba(0, 0, 0, .12)70%, rgba(0, 0, 0, .33)100%);
  border-top-right-radius: 6px;
  height: 40px;
  width: 140px;
  left: auto;
  right: 0;
  z-index: 1;
  pointer-events: none
}
.message .btn-context-ptt, .message .btn-context-ptt:after {
  height: 18px
}
.message-in .btn-context-ptt {
  right: 74px;
  top: 5px
}
.msg-group .message-in .btn-context-ptt {
  right: 81px
}
.msg:not(.msg-group) .message-in .btn-context-location {
  right: 99px
}
.message-out .btn-context-ptt {
  top: 5px
}
.message-in .btn-context-url {
  background-color: #f2f2f2
}
.message-out .btn-context-url {
  background-color: #d1ecbc
}
.message-in .btn-context-url:after {
  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2);
  background: linear-gradient(to right, rgba(242, 242, 242, 0), #f2f2f2)
}
.message-out .btn-context-url:after {
  background: -webkit-linear-gradient(left, rgba(209, 236, 188, 0), #d1ecbc);
  background: linear-gradient(to right, rgba(209, 236, 188, 0), #d1ecbc)
}
.message-out .bubble-actions {
  border-top: 1px solid rgba(0, 0, 0, .1)
}
.bubble-actions {
  border-top: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 6px
}
.bubble-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 24px 4px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #00a5f4
}
.msg-select {
  position: absolute;
  top: -1px;
  left: -40px;
  width: 140%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 1px;
  padding-bottom: 1px;
  z-index: 100;
  cursor: pointer
}
.msg-select .checkbox-container {
  margin-left: 26px
}
.selected .msg-select {
  background-color: rgba(0, 191, 195, .08);
  background-blend-mode: multiply
}
.msg-select:hover, .selected .msg-select:hover {
  background-color: rgba(0, 191, 195, .08);
  background-blend-mode: multiply
}
.menu-item {
  cursor: pointer
}
.menu-horizontal>.menu-item, .menu-horizontal>span>.menu-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
  position: relative;
  padding: 8px;
  border-radius: 50%;
  -webkit-transition: background-color .18s ease;
  transition: background-color .18s ease
}
.menu-horizontal>.menu-item:last-of-type, .menu-horizontal>span>.menu-item:last-of-type {
  margin-right: 0
}
.menu-horizontal>.menu-item.active, .menu-horizontal>span>.menu-item.active {
  background-color: rgba(0, 0, 0, .1)
}
.menu-tabs>.menu-item, .menu-pills>.menu-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}
.menu-tabs>.menu-item:hover, .menu-pills>.menu-item:hover {
  opacity: .8
}
.menu-tabs>.menu-item.active:hover, .menu-pills>.menu-item.active:hover {
  opacity: 1
}
.menu-tabs>.menu-item:active, .menu-pills>.menu-item:active {
  background-color: rgba(0, 0, 0, .05)
}
.menu-tabs-lists {
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 110
}
.drawer .menu-tabs-lists {
  background-color: #009688
}
.menu-tabs-lists .menu-item {
  height: 50px
}
.drawer .menu-tabs-lists .menu-item {
  color: #b8e5e2;
  font-size: 13px;
  text-transform: uppercase
}
.drawer .menu-tabs-lists .menu-item.active {
  color: #fff
}
.menu-tabs-lists:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s cubic-bezier(.1, .82, .25, 1);
  transition: .3s cubic-bezier(.1, .82, .25, 1);
  height: 4px;
  background-color: #60e86f;
  width: 33.33%
}
.menu-tabs-lists[data-active-tab='recent']::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}
.menu-tabs-lists[data-active-tab='groups']::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.menu-tabs-lists[data-active-tab='contacts']::before {
  -webkit-transform: translateX(200%);
  transform: translateX(200%)
}
.menu-icons {
  position: absolute;
  top: 49px;
  right: -207px;
  width: 51px;
  padding: 0 200px 30px;
  box-sizing: content-box;
  z-index: 1000;
  overflow: hidden
}
.menu-icons-item {
  height: 51px;
  margin-top: 17px;
  cursor: pointer;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0
}
.menu-icons-item .icon-xl {
  border-radius: 50%;
  width: 51px;
  height: 51px;
  position: relative;
  -webkit-transition: -webkit-transform .05s ease-out;
  transition: transform .05s ease-out
}
.menu-icons-item .icon-xl:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  content: "";
  -webkit-transition: box-shadow .07s ease-out;
  transition: box-shadow .07s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .17), 0 6px 8px rgba(0, 0, 0, .29)
}
.menu-icons-item .icon-xl:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}
.menu-icons-item .icon-xl:hover:after {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .22), 0 6px 8px rgba(0, 0, 0, .32)
}
.choices label {
  padding: 6px 0;
  height: 18px;
  display: block;
  cursor: pointer
}
.choices label input {
  margin-right: 6px
}
.message-out .bubble-audio .wrapper {
  min-height: 50px!important
}
.message-out .bubble-audio .contents {
  margin-left: 64px
}
.message-in .bubble-audio .wrapper {
  min-height: 53px!important
}
.message-in .bubble-audio .contents {
  margin-right: 64px
}
.message-in .bubble-audio .message-meta {
  right: 80px
}
.bubble-audio .preview {
  width: 60px;
  height: 60px
}
.audio {
  height: 34px
}
.audio-controls {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 12px
}
.audio-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.btn-audio {
  width: 34px;
  height: 34px;
  position: relative;
  text-indent: 0!important
}
.meta-audio {
  position: absolute
}
.message-out .audio {
  margin-left: 8px;
  margin-right: 7px;
  padding-top: 8px
}
.message-in .audio {
  margin-left: 7px;
  margin-right: 8px;
  padding-top: 11px
}
.meta-audio {
  color: #596351!important;
  font-size: 11.5px!important
}
.audio-status {
  width: 19px;
  height: 26px;
  position: absolute
}
.audio-track-container {
  position: relative;
  display: inline-block;
  width: 100%
}
.audio-track {
  height: 21px;
  width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent!important;
  outline: none;
  border: none;
  position: relative
}
.audio-track::-webkit-slider-runnable-track {
  height: 3px
}
.message-out .audio-track::-webkit-slider-runnable-track {
  background-color: #c1d6af
}
.message-in .audio-track::-webkit-slider-runnable-track {
  background-color: #e6e6e6
}
.audio-track::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  border-radius: 50%;
  background: #03a9f4;
  border: none;
  -webkit-transition: all .1s ease;
  transition: all .1s ease
}
.audio-track:active::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  margin-top: -6px
}
.audio-track:disabled::-webkit-slider-thumb {
  display: none
}
.audio-track::-moz-range-track {
  height: 3px
}
.message-out .audio-track::-moz-range-track {
  background-color: #c1d6af
}
.message-in .audio-track::-moz-range-track {
  background-color: #e6e6e6
}
.audio-track::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  border-radius: 50%;
  background: #03a9f4;
  border: none;
  transition: all .1s ease
}
.audio-track::-moz-focus-outer {
  border: 0
}
.audio-track:active::-moz-range-thumb {
  width: 15px;
  height: 15px;
  margin-top: -6px
}
.audio-track:disabled::-moz-range-thumb {
  display: none
}
.audio-track::-ms-track {
  height: 3px;
  border: none
}
.message-out .audio-track::-ms-track {
  background-color: #c1d6af
}
.message-in .audio-track::-ms-track {
  background-color: #e6e6e6
}
.audio-track::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  margin-top: 0;
  border-radius: 50%;
  background: #03a9f4
}
.audio-track:active::-ms-thumb {
  width: 15px;
  height: 15px;
  margin-top: -1px
}
.audio-track:disabled::-ms-thumb {
  display: none
}
.audio-progress {
  position: absolute;
  left: 0;
  top: 9px;
  height: 3px;
  width: 0;
  background-color: #03a9f4;
  pointer-events: none;
  z-index: 10
}
.btn-audio .spinner-container, .btn-audio .progress-container {
  position: absolute;
  top: -2px;
  left: -2px
}
.btn-audio .spinner-container .path {
  stroke: #888e92
}
.btn-audio .progress-container .path {
  stroke: #29b6f6
}
.btn-audio-cancel-noborder:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  top: -1px;
  left: -1px;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 50%
}
.message-out .audio-state-default .audio-progress {
  background-color: #849982!important
}
.message-out .audio-state-default .audio-track::-webkit-slider-thumb {
  background-color: #849982!important
}
.message-out .audio-state-default .audio-track::-moz-range-thumb {
  background-color: #849982!important
}
.message-out .audio-state-played .audio-progress {
  background-color: #29b6f6!important
}
.message-out .audio-state-played .audio-track::-webkit-slider-thumb {
  background-color: #29b6f6!important
}
.message-out .audio-state-played .audio-track::-moz-range-thumb {
  background-color: #29b6f6!important
}
.message-out .audio-status {
  left: 54px;
  bottom: 3px
}
.message-out .bubble-attach .meta-audio {
  bottom: 2px!important;
  left: 125px!important;
  right: auto
}
.message-in .audio-state-default .audio-progress {
  background-color: #09d261!important
}
.message-in .audio-state-default .audio-track::-webkit-slider-thumb {
  background-color: #09d261!important
}
.message-in .audio-state-default .audio-track::-moz-range-thumb {
  background-color: #09d261!important
}
.message-in .audio-state-played .audio-progress {
  background-color: #29b6f6!important
}
.message-in .audio-state-played .audio-track::-webkit-slider-thumb {
  background-color: #29b6f6!important
}
.message-in .audio-state-played .audio-track::-moz-range-thumb {
  background-color: #29b6f6!important
}
.message-in .audio-status {
  right: 54px;
  bottom: 3px
}
.message-in .bubble-attach .meta-audio {
  bottom: 2px!important;
  right: 247px!important;
  left: auto
}
.msg-group .message-in .bubble-audio .preview {
  width: 70px;
  height: 70px;
  top: 3px!important
}
.msg-group .message-in .bubble-audio .wrapper {
  min-height: 63px!important
}
.msg-group .message-in .bubble-audio .message-author {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%
}
.msg-group .message-in .bubble-audio .wrapper>.contents {
  margin-right: 74px;
  position: relative
}
.msg-group .message-in .bubble-audio .message-meta {
  right: 90px
}
.msg-group .message-in .bubble-audio .audio-status {
  right: 64px
}
.msg-group .message-in .bubble-audio .audio {
  padding-top: 21px
}
.drawer {
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto
}
.drawer, .flow-drawer-container {
  overflow: hidden
}
.drawer-container-mid {
  height: calc(100% - 59px);
  top: 59px
}
.drawer-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box
}
.drawer-header-small {
  padding: 0 20px
}
.drawer-header-small, .drawer-header-offset, .drawer-header-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box
}
.popup .drawer-header-offset, .drawer-header-popup {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.drawer-header {
  background-color: #00bfa5;
  color: #fff;
  height: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px 12px
}
.drawer-header .drawer-title {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.drawer-header-small {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  color: #4b4b4b;
  height: 59px
}
.drawer-header-offset {
  background-color: #00bfa5;
  color: #fff;
  height: 49px;
  padding: 0 24px
}
.drawer-header-popup {
  height: 59px;
  padding: 0 24px;
  color: #fff;
  background-color: #009688;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.btn-close-drawer {
  vertical-align: top;
  margin-top: -2px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  cursor: pointer
}
.drawer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.drawer-title-action {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.drawer-title-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.drawer-title-body, .drawer-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.drawer-body {
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1
}
.drawer-body, .drawer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.drawer-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.drawer-section .hint {
  padding-bottom: 32px
}
.drawer-section-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.drawer-section-title .icon {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: -2px
}
.drawer-section-title .col-side {
  margin-left: 12px
}
.drawer-section-expand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.drawer-section-expand .title-underlined {
  margin-bottom: 0
}
.drawer-message-info .drawer-section-expand {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.drawer-section-footer {
  font-size: 14px;
  line-height: 20px;
  color: #929fa6;
  padding-top: 5px
}
.drawer-section-footer.separator {
  border-top: 1px solid #f2f2f2
}
.drawer-section-list {
  box-sizing: content-box;
  min-height: 98px
}
.drawer-section-body-expand {
  overflow-x: hidden;
  overflow-y: auto
}
.drawer-message-info .drawer-section-body-expand {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.drawer-section-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  word-wrap: break-word
}
.drawer-section-body .chat-main .chat-meta, .drawer-section-body .header-main .chat-meta {
  margin-top: -1px
}
.drawer-body-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden
}
.drawer-footer {
  height: 112px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
  padding-top: 16px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12)
}
.drawer-section {
  margin-top: 26px;
  margin-left: 34px
}
.drawer-section-body {
  line-height: 23px
}
.drawer-section-divider {
  border-top: 1px solid #eee
}
.drawer-body-msg-info {
  padding-top: 15px;
  padding-bottom: 28px
}
.section-title {
  font-size: 15px;
  margin-bottom: 12px;
  color: #009688
}
.drawer-controls {
  margin-top: 32px;
  z-index: 2;
  text-align: center;
  padding-bottom: 32px
}
.drawer-controls .btn-round {
  margin: 0 auto
}
.drawer-controls .icon {
  vertical-align: middle
}
.drawer .chatlist {
  background-color: #fff
}
.emoji-panel {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #f0f0f0;
  height: 234px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  overflow: hidden
}
.emoji-panel .emojik {
  margin: 6px;
  cursor: pointer
}
.pane-chat-body, .pane-chat-footer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.menu-tabs-emoji {
  position: relative;
  height: 50px;
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.menu-tabs-emoji .menu-item {
  height: 50px
}
.menu-tabs-emoji .icon {
  vertical-align: middle
}
.menu-tabs-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.1, .82, .25, 1);
  transition: transform .3s cubic-bezier(.1, .82, .25, 1);
  height: 4px;
  background-color: #99d5cf;
  z-index: 1
}
.emoji-panel-body {
  height: 184px;
  position: absolute;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 8px 0 10px;
  width: 100%;
  box-sizing: border-box
}
.emoji-panel-body>* {
  direction: ltr;
  margin: 0 12px
}
.thumb-overlay {
  position: fixed;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 100000
}
.media-viewer-audio {
  min-width: 250px
}
.profile-viewer {
  height: 100%;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden
}
.profile-viewer-img, .media-viewer-img {
  z-index: 2;
  height: 100%;
  width: 100%
}
.media-viewer-img {
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.media-viewer-blur-crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3
}
.media-viewer-blur-img {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
.media-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000
}
.media-viewer-animate {
  -webkit-animation: media-viewer-animate 350ms cubic-bezier(.1, .82, .25, 1);
  animation: media-viewer-animate 350ms cubic-bezier(.1, .82, .25, 1)
}
@-webkit-keyframes media-viewer-animate {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes media-viewer-animate {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.media-viewer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .96);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.media-viewer .image-audio {
  z-index: 3;
  background-color: #ffab40;
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: 50% 50%
}
.media-viewer .missing-text {
  padding: 0 16px;
  cursor: default
}
.media-panel-header.media-panel-header-native {
  margin-left: 65px
}
.media-panel-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  height: 60px
}
.media-panel-header .media-panel-tools {
  margin-right: 12px
}
.media-panel-header .icon {
  opacity: .6
}
.media-panel-header .menu-item {
  padding: 14px
}
.media-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 60px);
  padding: 10px 0;
  box-sizing: border-box
}
.media-content .btn-round {
  background-color: #c9cdcf;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .1), 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2)
}
.media-content .btn-media-next {
  margin-right: 28px;
  margin-left: 74px
}
.media-content .btn-media-next, .media-content .btn-media-prev {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 46px
}
.media-content .btn-media-prev {
  margin-left: 28px;
  margin-right: 74px
}
.media-content .media {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0
}
.media-chat {
  margin-left: 18px;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.media-chat .chat-avatar, .media-chat .location-icon {
  padding-right: 15px
}
.media-chat .chat-main, .media-chat .header-main, .media-chat .chat-secondary, .media-chat .header-secondary {
  display: inline;
  font-size: 13px
}
.media-chat .chat-main, .media-chat .header-main {
  color: #434343;
  font-weight: 500
}
.media-chat .chat-secondary, .media-chat .header-secondary {
  color: #a8adaf
}
.list-deletable {
  display: inline
}
.list-names .chat-avatar, .list-names .location-icon {
  margin-right: 8px
}
.list-names .avatar {
  width: 26px;
  height: 26px
}
.list-names .chat, .list-names .location {
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 6px 6px 0;
  background-color: #e8e8e8;
  border-radius: 16px;
  vertical-align: top;
  cursor: default
}
.list-names .chat-body, .list-names .header-body, .list-names .chat-main, .list-names .header-main {
  margin-top: 0
}
.list-names .chat:hover, .list-names .location:hover {
  background-color: #e8e8e8
}
.list-names .chat.active, .list-names .active.location {
  background-color: #c2c2c2
}
.list-names .chat-title, .list-names .location-main, .list-names .header-title {
  font-size: 13.5px;
  color: #303030;
  font-weight: 400!important
}
.list-names .chat-secondary, .list-names .header-secondary {
  display: none
}
.list-names .chat-controls {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 1px;
  margin: 4px 4px 4px 6px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer
}
.list-names .chat-controls:hover {
  background-color: #f8f8f8;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08)
}
.list-names .icon {
  display: block
}
.infinite-list-animate .infinite-list-item-keyframe {
  -webkit-animation: delay-fade 200ms, fade-in 200ms 200ms linear;
  animation: delay-fade 200ms, fade-in 200ms 200ms linear
}
.infinite-list-animate .infinite-list-item-transition {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out
}
@-webkit-keyframes delay-fade {
  0%, 100% {
    opacity: 0
  }
}
@keyframes delay-fade {
  0%, 100% {
    opacity: 0
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade-in {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.infinite-list-viewport.safari-fix {
  pointer-events: none
}
.infinite-list-viewport {
  position: relative;
  overflow: hidden
}
.infinite-list-item {
  position: absolute;
  width: 100%
}
.chip-enter {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  height: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  opacity: 0;
  -webkit-transition: opacity .12s ease-out, -webkit-transform .12s ease-out, height .12s ease-out;
  transition: opacity .12s ease-out, transform .12s ease-out, height .12s ease-out
}
.chip-enter.chip-enter-active, .chip-leave {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  height: 26px;
  opacity: 1
}
.chip-leave {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity .12s ease-out, -webkit-transform .12s ease-out, height .12s ease-out;
  transition: opacity .12s ease-out, transform .12s ease-out, height .12s ease-out
}
.chip-leave.chip-leave-active {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  height: 0;
  opacity: 0
}
.list-action {
  padding: 16px 15px 14px 6px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  cursor: pointer
}
.list-action:hover {
  background-color: #f4f5f5
}
.list-action-icon {
  width: 49px;
  text-align: center;
  margin-right: 15px;
  height: 24px
}
.list-action-icon .icon {
  display: inline-block
}
.drawer-section-spinner .spinner-container .path {
  stroke: #a8adaf
}
.dropdown {
  padding: 9px 0;
  overflow: hidden
}
.dropdown, .dropdown-picker {
  position: absolute;
  text-align: left;
  background-color: #fff;
  z-index: 200;
  max-width: 340px;
  border-radius: 3px
}
.dropdown .menu-item:hover, .dropdown .menu-item:focus {
  background-color: #f4f5f5
}
.dropdown .menu-item a {
  color: #444;
  font-size: 14.5px;
  height: 40px;
  padding-top: 13px;
  padding-right: 58px;
  padding-left: 24px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap
}
.dropdown-compact .menu-item a {
  padding-right: 24px
}
.dropdown .menu-icon {
  position: absolute;
  right: 20px
}
.dropdown-right {
  top: 44px;
  right: 4px
}
.dropdown-right .btn-close {
  top: 10px;
  right: 14px;
  z-index: 10;
  display: none
}
.dropdown .menu-item {
  opacity: 0
}
.menu-shortcut {
  position: relative
}
.menu-shortcut>.shortcut {
  padding-left: 3px;
  position: absolute;
  font-size: 14.5px;
  top: 13px;
  right: 24px
}
.shortcut-active .shortcut {
  opacity: 1
}
.shortcut {
  color: #b0b0b0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 200ms cubic-bezier(.84, .07, .93, .46);
  transition: opacity 200ms cubic-bezier(.84, .07, .93, .46)
}
.dropdown-picker {
  padding: 9px 14px;
  background-color: #f0f0f0;
  margin-bottom: 12px;
  margin-left: -14px;
  max-width: none;
  overflow: visible
}
.dropdown-picker ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2
}
.dropdown-picker .menu-item {
  opacity: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 0 10px 0 0
}
.dropdown-picker .menu-item a {
  padding: 4px 0;
  height: auto;
  cursor: pointer;
  display: block
}
.dropdown-picker .menu-item:first-child {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #ccc
}
.dropdown-picker .menu-item:last-child {
  padding-right: 0
}
.dropdown-picker .nib {
  opacity: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -7px;
  left: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f0f0f0;
  z-index: 1
}
.dropdown-picker.inverse {
  margin-right: -14px;
  margin-left: 0
}
.dropdown-picker.inverse .nib {
  right: 22px;
  left: auto
}
.dropdown-emoji {
  padding: 0;
  overflow: visible;
  max-width: none;
  width: 388px;
  margin-top: 12px;
  margin-left: -18px
}
.dropdown-emoji .nib {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  left: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  z-index: -1
}
.dropdown-emoji .emoji-panel {
  background: 0 0
}
.dropdown-emoji .emoji-panel-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden
}
.dropdown-emoji .emoji-panel-body {
  background-color: #f0f0f0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}
.dropdown-emoji.inverse {
  margin-right: -18px;
  margin-left: 0
}
.dropdown-emoji.inverse .nib {
  right: 22px;
  left: auto
}
.dropdown-emoji.inverse-vertical {
  margin-top: auto;
  margin-bottom: 12px
}
.dropdown-emoji.inverse-vertical .nib {
  bottom: -7px;
  top: auto;
  background-color: #f0f0f0
}
.drawer-media .drawer-body {
  position: relative;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.drawer-media .drawer-controls {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 92px;
  right: 40px;
  opacity: 0
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}
.media-body, .invalid-media-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.invalid-media-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%
}
.invalid-media {
  width: 70%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, .6)
}
.media-body-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.media-element-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 100%
}
.media-element {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.media-caption {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 75%
}
.media-caption .input-advanced:not(.active) {
  border-bottom-color: #b8b8b8
}
.media-caption .input-placeholder {
  color: #929292;
  left: 2px
}
.media-caption .input-counter {
  color: #b0b0b0
}
.media-collection {
  margin-top: 58px;
  height: 120px;
  background-color: #d8d8d8;
  box-sizing: border-box;
  padding: 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.media-collection-no-caption {
  height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0
}
.media-collection-no-caption .drawer-controls {
  bottom: 59px
}
.stagger-delay {
  opacity: 0
}
.media-thumb {
  max-width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 8px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.media-thumb, .media-thumb .btn-delete {
  -webkit-transition: -webkit-transform 75ms ease-out;
  transition: transform 75ms ease-out
}
.media-thumb .btn-delete {
  position: absolute;
  top: 1px;
  right: 1px;
  opacity: 0;
  z-index: 100;
  -webkit-transform: none;
  transform: none
}
.media-thumb.active .btn-delete {
  -webkit-transform: translateX(-3px) translateY(3px);
  transform: translateX(-3px) translateY(3px)
}
.media-thumb:hover .btn-delete {
  opacity: 1
}
.media-thumb-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  z-index: 1;
  box-sizing: border-box
}
.media-thumb-body:before {
  content: '';
  position: absolute;
  height: 40px;
  width: 100%;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(80deg, transparent 0%, transparent 45%, rgba(0, 0, 0, .18)75%, rgba(0, 0, 0, .4)100%);
  background: linear-gradient(10deg, transparent 0%, transparent 45%, rgba(0, 0, 0, .18)75%, rgba(0, 0, 0, .4)100%);
  opacity: 0;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out
}
.media-thumb:hover .media-thumb-body:before {
  opacity: 1
}
.media-thumb.active .media-thumb-body {
  -webkit-transform: scale(.94);
  transform: scale(.94);
  border: 3px solid #fff
}
.media-thumb.active .media-thumb-body:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .08);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .1)
}
.btn-add-media {
  margin-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px
}
.media-collection .btn-fill .icon {
  display: block;
  margin: 0 auto 5px
}
.drawer-capture .drawer-body {
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5
}
.drawer-capture .drawer-controls {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  top: -30px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 -30px
}
.drawer-capture .fade {
  opacity: 0
}
.drawer-capture .media-collection {
  margin-top: 0;
  position: relative
}
.drawer-capture .media-collection .btn-send {
  right: 40px;
  left: auto
}
.capture-video {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(.1, .82, .25, 1);
  transition: opacity 300ms cubic-bezier(.1, .82, .25, 1)
}
.capture-video-inactive {
  opacity: 0
}
.capture-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute
}
.capture-image.snapshot {
  -webkit-animation: snapshot .5s;
  animation: snapshot .5s
}
@-webkit-keyframes snapshot {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes snapshot {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.webcam {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.drawer-location .drawer-body {
  position: relative
}
.drawer-location .drawer-header {
  padding-right: 15px!important
}
.drawer-location .col-main {
  height: 100%
}
.drawer-location .col-side {
  height: 100%;
  width: 45%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #eee
}
.drawer-location .location:after {
  content: '';
  position: absolute;
  left: 69px;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.drawer-location-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.location {
  padding: 11px 15px 13px
}
.location-icon .avatar {
  background-color: #8da5af;
  background-size: 20px 20px
}
.location-my .avatar {
  background-color: #00de39
}
.location-my .location-main {
  font-weight: 400
}
.location-body {
  margin-top: -3px;
  height: 40px
}
.location-main, .location-secondary {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .85);
  z-index: 10000;
  display: table
}
.backdrop-transparent {
  background-color: #eee!important
}
.backdrop:before, .backdrop:after {
  content: '';
  display: table-cell;
  width: 50%
}
.popup .send-logs-input {
  max-width: 312px
}
.popup-container {
  display: table-cell;
  vertical-align: middle
}
.popup {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  padding: 22px 24px 20px;
  width: 360px;
  display: table
}
.popup-body {
  display: table-row;
  white-space: normal
}
.popup-box {
  width: 500px;
  height: 500px
}
.popup-box, .popup-tower {
  padding: 0;
  position: relative
}
.popup-tower {
  height: 70%;
  width: 390px
}
.popup-title {
  font-size: 20px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 20px;
  text-align: left
}
.popup-contents {
  font-size: 14px;
  line-height: 20px
}
.popup-contents a {
  color: #07bc4c
}
.popup-contents .section {
  margin-top: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.popup-contents .section-control {
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-bottom;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.popup-contents .section-label, .popup-contents .select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.popup-controls {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  padding: 50px 5px 5px;
  overflow: hidden
}
@media screen and (max-width:1024px) {
  .popup-controls {
    max-width: 560px
  }
}
@media screen and (min-width:1024px) and (max-width:1199px) {
  .popup-controls {
    max-width: 930px
  }
}
@media screen and (min-width:1200px) {
  .popup-controls {
    max-width: 1000px
  }
}
@media screen and (min-width:1320px) {
  .popup-controls {
    max-width: 1060px
  }
}
.popup-controls-item {
  margin-left: 4px
}
.popup-controls-item:first-child {
  margin: 0
}
.tip-container {
  overflow: hidden
}
.tip {
  background-color: rgba(0, 0, 0, .6);
  font-size: 13px;
  color: #fff;
  padding: 9px 12px 11px;
  border-radius: 2px
}
.tip-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.tip-controls {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 10px
}
.tip-controls .button {
  color: #00e676;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  height: 15px
}
.textfield-editable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.textfield-editable .textfield-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.textfield-editable .textfield-controls {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 30px;
  position: relative;
  margin-top: 1px
}
.textfield-editable .textfield-controls .icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0
}
.textfield-editable .textfield-controls .icon-spinner {
  text-indent: 0;
  padding: 3px;
  background: 0 0;
  box-sizing: border-box;
  cursor: default
}
.textfield-static {
  font-size: 15px;
  line-height: 20px;
  color: #4b4b4b;
  padding: 4px 0 5px;
  display: block;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}
.toast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 10001;
  bottom: 0;
  margin: 16px;
  padding: 16px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 14px;
  font-weight: 300
}
.toast>*+* {
  margin-left: 1em
}
.toast span {
  line-height: 24px
}
.toast .action {
  color: #ff0;
  cursor: pointer;
  text-transform: uppercase
}
.toast.slide0 {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.toast.slide0, .toast.slide1 {
  -webkit-transition: opacity 300ms cubic-bezier(.1, .82, .25, 1), -webkit-transform 300ms cubic-bezier(.1, .82, .25, 1);
  transition: opacity 300ms cubic-bezier(.1, .82, .25, 1), transform 300ms cubic-bezier(.1, .82, .25, 1);
  opacity: 1
}
.toast.slide1 {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%)
}
.toast.slide2 {
  -webkit-transform: translateY(-240%);
  transform: translateY(-240%);
  opacity: 1
}
.toast.slide2, .toast.slide3 {
  -webkit-transition: opacity 300ms cubic-bezier(.1, .82, .25, 1), -webkit-transform 300ms cubic-bezier(.1, .82, .25, 1);
  transition: opacity 300ms cubic-bezier(.1, .82, .25, 1), transform 300ms cubic-bezier(.1, .82, .25, 1)
}
.toast.slide3 {
  -webkit-transform: translateY(-360%);
  transform: translateY(-360%);
  opacity: 0
}
.butterbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.butterbar-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center
}
.butterbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #9de1fe;
  padding: 14px 18px 13px 12px;
  min-height: 62px
}
.butterbar.action {
  cursor: pointer
}
.butterbar-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 15px
}
.butterbar-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-contents: center
}
.butterbar-controls {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 15px
}
.butterbar-controls .icon {
  width: 20px;
  height: 20px;
  cursor: pointer
}
.butterbar-title {
  font-size: 16px;
  line-height: 21px;
  color: #37474f
}
.butterbar-text {
  font-size: 14px;
  line-height: 19px;
  margin-top: 2px;
  color: #37474f;
  opacity: .6
}
.popup .action, .butterbar .action {
  text-decoration: underline;
  cursor: pointer
}
.butterbar-update {
  background-color: #1de9b6
}
.butterbar-computer, .butterbar-phone {
  background-color: #fed859
}
.butterbar-battery {
  background-color: #ff7043
}
.butterbar-battery .butterbar-text {
  color: #f9fbe7
}
.butterbar-battery .butterbar-title {
  color: #fff
}
.object-fit {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}
.object-fit-scaledown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.native-cover, .native-scale-down {
  width: 100%;
  height: 100%
}
.native-cover>* {
  -o-object-fit: cover;
  object-fit: cover
}
.native-scale-down>* {
  -o-object-fit: scale-down;
  object-fit: scale-down
}
.pane-preview-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-height: 35%;
  overflow-y: auto;
  overflow-x: hidden
}
.pane-preview {
  padding: 20px 24px 20px 22px;
  position: relative;
  background: #ede9e4;
  background: -webkit-linear-gradient(top, #ede9e4 0%, #ede9e4 20%);
  background: linear-gradient(to bottom, #ede9e4 0%, #ede9e4 20%)
}
.pane-preview .msg {
  margin-bottom: 0;
  padding-left: 0!important;
  padding-right: 0!important
}
@media screen and (min-width:1024px) {
  .pane-preview .message-chat {
    max-width: 100%
  }
}
.pane-preview-resize .message {
  width: 100%
}
.pane-preview-resize .message .image-thumb, .pane-preview-resize .message .bubble-attach {
  width: 100%!important
}
.link-preview-container {
  border-radius: 6px;
  margin: -3px -3px 5px -6px;
  overflow: hidden;
  max-width: 330px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}
.has-author .link-preview-container {
  margin-top: 6px
}
.message-in .link-preview-container {
  background-color: #f2f2f2
}
.message-out .link-preview-container {
  background-color: #d1ecbc
}
.link-preview-media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 90px
}
.link-preview-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 240px;
  max-height: 90px;
  padding: 6px 10px;
  line-height: 19px;
  box-sizing: border-box
}
.link-preview-body.nothumb {
  max-width: 100%
}
.link-preview-title {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #000;
  margin-bottom: 2px
}
.link-preview-title, .link-preview-description {
  -webkit-box-flex: 0;
  overflow: hidden;
  text-overflow: ellipsis
}
.link-preview-description {
  -webkit-flex: 0 999 auto;
  -ms-flex: 0 999 auto;
  flex: 0 999 auto;
  font-size: 12px;
  color: rgba(0, 0, 0, .6)
}
.link-preview-source {
  font-size: 12px;
  color: rgba(0, 0, 0, .8);
  padding-top: 1px
}
.link-preview-source, .spam {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.spam {
  text-align: center;
  padding: 24px 0;
  margin-top: 0;
  border-bottom: 0
}
.spam-text {
  font-size: 15px;
  line-height: normal;
  padding: 0 12px
}
.spam-controls {
  margin-top: 12px;
  min-width: 50%
}
.spam-button {
  background-color: rgba(255, 255, 255, .8);
  color: #000;
  margin-right: 8px;
  margin-bottom: 5px
}
.spam-button:last-of-type {
  margin-right: 0
}
.context, .context-special, .context-media {
  position: absolute;
  overflow: hidden;
  z-index: 10
}
.context-icon {
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 18px;
  opacity: .8;
  cursor: pointer
}
.context, .context-special {
  height: 23px;
  width: 48px
}
.context {
  right: 5px;
  top: 5px
}
.context.context-in {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0%, #fff 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0)0%, #fff 50%)
}
.context.context-in.focused-msg {
  background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), #ccc);
  background: linear-gradient(to right, rgba(204, 204, 204, 0), #ccc)
}
.context.context-out {
  background: -webkit-linear-gradient(left, rgba(220, 248, 198, 0)0%, #dcf8c6 50%);
  background: linear-gradient(to right, rgba(220, 248, 198, 0)0%, #dcf8c6 50%)
}
.context.context-out.focused-msg {
  background: -webkit-linear-gradient(left, rgba(179, 203, 161, 0), #b3cba1);
  background: linear-gradient(to right, rgba(179, 203, 161, 0), #b3cba1)
}
.context-special {
  top: 7px;
  right: 7px
}
.context-special.context-in {
  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0)0%, #f2f2f2 50%);
  background: linear-gradient(to right, rgba(242, 242, 242, 0)0%, #f2f2f2 50%)
}
.context-special.context-out {
  background: -webkit-linear-gradient(left, rgba(209, 236, 188, 0)0%, #d1ecbc 50%);
  background: linear-gradient(to right, rgba(209, 236, 188, 0)0%, #d1ecbc 50%)
}
.context-media {
  background: -webkit-linear-gradient(75deg, transparent 0%, transparent 45%, rgba(0, 0, 0, .12)70%, rgba(0, 0, 0, .33)100%);
  background: linear-gradient(15deg, transparent 0%, transparent 45%, rgba(0, 0, 0, .12)70%, rgba(0, 0, 0, .33)100%);
  border-top-right-radius: 6px;
  height: 40px;
  width: 156px;
  right: 3px;
  top: 3px;
  cursor: pointer;
  pointer-events: none
}
.context-media-document {
  right: 4px;
  top: 4px
}
.context-icon-media {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  pointer-events: auto
}
.context-in.context-ptt {
  right: 74px
}
.context-in.context-ptt-author {
  right: 83px
}
.context-in.context-location {
  right: 98px;
  top: 7px
}
.bubble-doc {
  width: 260px
}
.bubble-doc .message-author {
  padding-bottom: 7px
}
.pane-preview .bubble-doc {
  max-width: 248px
}
.document-container {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 270px;
  margin: -3px 0 14px -6px;
  border-radius: 6px;
  overflow: hidden;
  cursor: default;
  box-sizing: border-box;
  border: 1px solid rgba(75, 89, 97, .1)
}
.pane-preview .document-container {
  max-width: 258px
}
.document-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 11px 14px 11px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none
}
.has-author .document-body {
  margin-top: 6px
}
.message-in .document-body {
  background-color: #f2f2f2
}
.message-out .document-body {
  background-color: #d1ecbc
}
.document-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  height: 100px;
  border-bottom: 1px solid rgba(75, 89, 97, .1)
}
.document-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 10px;
  overflow: hidden;
  top: -2px;
  position: relative
}
.document-text .ellipsify {
  display: block
}
.document-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.icon-doc {
  width: 23px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain
}
.document-icon-download {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: .5;
  position: relative;
  top: 2px
}
.document-meta {
  position: absolute;
  bottom: 3px;
  left: 8px;
  right: auto;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  color: rgba(0, 0, 0, .45)
}
.document-meta-value:before {
  display: inline-block;
  content: " \2022 ";
  margin: 0 4px;
  color: #cbd5da
}
.message-out .document-meta-value:before {
  color: rgba(0, 0, 0, .3)
}
.document-meta-value:first-child:before {
  display: none
}
.heart-animation .emojiordered0186 {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: 50% 50%;
  -webkit-animation: heart 1s linear infinite;
  animation: heart 1s linear infinite
}
@-webkit-keyframes heart {
  0%, 5% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  90% {
    -webkit-transform: scale(.96);
    transform: scale(.96)
  }
}
@keyframes heart {
  0%, 5% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  90% {
    -webkit-transform: scale(.96);
    transform: scale(.96)
  }
}
.message-in .heart-animation.message-text {
  padding: 7px 26px 5px 6px
}
.message-out .heart-animation.message-text {
  padding: 7px 42px 5px 6px
}
.heart-animation.message-text::after {
  display: none
}
.msg-unread {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12.5px;
  color: #3d3d3d;
  margin-bottom: 12px
}
.msg-unread-body {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  background-color: #fff;
  border-radius: 16px;
  padding: 0 22px;
  font-weight: 500;
  max-width: 90%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.pane-chat {
  background-color: #e0dad6
}
.pane-chat-tile-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  position: relative;
  background: #ede9e4;
  background: -webkit-linear-gradient(top, #ede9e4 0%, #ede9e4 20%, #e5ddd5 100%);
  background: linear-gradient(to bottom, #ede9e4 0%, #ede9e4 20%, #e5ddd5 100%)
}
.pane-chat-msgs, .pane-chat-tile {
  width: 100%;
  height: 100%;
  position: absolute
}
.pane-chat-tile {
  top: 0;
  left: 0;
  opacity: .06;
  background-repeat: repeat repeat
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx) {
  .pane-chat-tile {
    background-size: 366.5px 666px
  }
}
.pane-chat-footer {
  z-index: 102;
  position: relative
}
.pane-chat-header {
  z-index: 103;
  position: relative;
  padding-left: 16px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, .08)
}
.pane-chat-header .chat-body, .pane-chat-header .header-body {
  cursor: pointer;
  min-width: 0
}
.pane-chat-empty {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 12px
}
.message-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 8px;
  -webkit-transition: padding .3s cubic-bezier(.69, 0, .79, .14);
  transition: padding .3s cubic-bezier(.69, 0, .79, .14);
  padding-left: 0
}
.message-list.selectable {
  padding-left: 40px;
  -webkit-transition: padding .3s cubic-bezier(.1, .82, .25, 1);
  transition: padding .3s cubic-bezier(.1, .82, .25, 1)
}
.pane-chat-preview .message-list {
  margin-top: 0
}
.pane-chat-footer {
  padding: 0;
  background-color: rgba(255, 255, 255, .6);
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, .08);
  min-height: 62px
}
.pane-chat-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 100;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, .03);
  -webkit-transition: background .3s ease-out .1s;
  transition: background .3s ease-out .1s;
  background-color: transparent
}
.pane-chat-body.selectable {
  background-color: rgba(238, 238, 238, .6);
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out
}
.msg {
  padding-left: 9%;
  padding-right: 9%
}
.pane-chat-controls {
  margin-left: 20px
}
.pane-chat-controls, .more {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.more {
  padding: 0 0 24px
}
.btn-more {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.btn-more .icon {
  opacity: .4
}
@media (max-width:1216px) {
  .msg {
    padding-left: 8.5%;
    padding-right: 8.5%
  }
}
@media (max-width:1152px) {
  .msg {
    padding-left: 8%;
    padding-right: 8%
  }
  .three .msg {
    padding-right: 6%;
    padding-left: 6%
  }
}
@media (max-width:1088px) {
  .msg {
    padding-left: 7.5%;
    padding-right: 7.5%
  }
  .three .msg {
    padding-right: 4%;
    padding-left: 4%
  }
  .three .msg-select .checkbox-container {
    margin-left: 16px
  }
  .three .multi-controls {
    padding-left: 8px
  }
}
@media (max-width:1024px) {
  .msg {
    padding-left: 7%;
    padding-right: 7%
  }
}
@media (max-width:968px) {
  .msg {
    padding-left: 6.5%;
    padding-right: 6.5%
  }
}
@media (max-width:912px) {
  .msg {
    padding-left: 6%;
    padding-right: 6%
  }
}
@media (max-width:856px) {
  .msg {
    padding-left: 5.5%;
    padding-right: 5.5%
  }
}
@media (max-width:800px) {
  .msg {
    padding-left: 5%;
    padding-right: 5%
  }
}
.multi-controls {
  height: 62px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 16px;
  padding-left: 15px;
  z-index: 1000;
  background-color: #f3f0ef
}
.multi-controls .btn-icon {
  padding: 8px;
  opacity: .5;
  -webkit-transition: opacity .12s ease-in-out;
  transition: opacity .12s ease-in-out
}
.multi-controls .btn-cancel {
  opacity: 1
}
.multi-controls .btn-icon:not(:last-of-type) {
  margin-right: 10px
}
.multi-controls .btn-icon:disabled {
  opacity: .2;
  pointer-events: none
}
.multi-count {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14.5px
}
.pane-list-header {
  padding-right: 16px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.pane-list-body {
  background-color: #fefefe;
  overflow-y: auto
}
.pane-list-controls {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.pane-list-user {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.pane-list-user.pane-list-user-native {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px
}
.pane-list-user.pane-list-user-native .avatar {
  height: 31px;
  width: 31px
}
.pane-list-header .menu-item.icon-contacts {
  margin-right: 18px
}
.chatlist .chat, .chatlist .location {
  height: 72px
}
.chatlist .chat-status, .chatlist .location-secondary, .chatlist .header-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}
.chatlist .chat-status .icon, .chatlist .location-secondary .icon, .chatlist .header-secondary .icon, .chatlist .chat-status .media-icon, .chatlist .location-secondary .media-icon, .chatlist .header-secondary .media-icon, .chatlist .chat-status-name, .chatlist .chat-status-divider {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.chatlist .chat-status-divider {
  padding-right: 3px
}
.chatlist .icon-status-location {
  margin-left: -3px
}
.chatlist .icon-status-ptt-green, .chatlist .icon-status-ptt-blue, .chatlist .icon-status-ptt {
  margin-left: -1px
}
.chatlist .is-unread .chat-title, .chatlist .is-unread .location-main, .chatlist .is-unread .header-title, .chatlist .unread .chat-title, .chatlist .unread .location-main, .chatlist .unread .header-title {
  font-weight: 500;
  color: #262626
}
.chatlist .is-unread .chat-status, .chatlist .is-unread .location-secondary, .chatlist .is-unread .header-secondary, .chatlist .unread .chat-status, .chatlist .unread .location-secondary, .chatlist .unread .header-secondary {
  font-weight: 500;
  color: #333
}
.chatlist .is-unread .chat-meta, .chatlist .unread .chat-meta {
  color: #333
}
.chatlist .safari-fix .chat, .chatlist .safari-fix .location {
  -webkit-transition: background-color 10ms;
  transition: background-color 10ms
}
.chatlist .message .chat-body, .chatlist .message .header-body {
  padding: 13px 15px 0 13px
}
.chatlist .chat-body, .chatlist .header-body {
  border-top: 1px solid #f2f2f2;
  padding: 13px 15px 0 0
}
.chatlist .chat-detail {
  padding: 0 13px 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.chatlist .first .chat-body, .chatlist .first .header-body {
  border-top-color: transparent!important
}
.chatlist .chat-avatar, .chatlist .location-icon {
  padding: 11px 15px 0 13px
}
.chatlist .avatar {
  width: 49px;
  height: 49px
}
.chatlist .infinite-list-item:hover {
  z-index: 10000
}
.chatlist .chat:hover, .chatlist .location:hover, .chatlist .chat.hover, .chatlist .hover.location {
  background-color: #f4f5f5
}
.chatlist .chat:hover .chat-body, .chatlist .location:hover .chat-body, .chatlist .chat:hover .header-body, .chatlist .location:hover .header-body, .chatlist .chat.hover .chat-body, .chatlist .hover.location .chat-body, .chatlist .chat.hover .header-body, .chatlist .hover.location .header-body {
  border-top-color: #f4f5f5
}
.chatlist .chat:hover:after, .chatlist .location:hover:after, .chatlist .chat.hover:after, .chatlist .hover.location:after, .chatlist .chat.active:after, .chatlist .active.location:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #f4f5f5;
  content: ""
}
.chatlist .safari-fix .chat:hover, .chatlist .safari-fix .location:hover {
  -webkit-transition: background-color 0s;
  transition: background-color 0s
}
.chatlist .chat.active, .chatlist .active.location {
  background-color: #e9ebeb
}
.chatlist .chat.active .chat-body, .chatlist .active.location .chat-body, .chatlist .chat.active .header-body, .chatlist .active.location .header-body {
  border-top-color: #e9ebeb
}
.chatlist .chat.active:after, .chatlist .active.location:after {
  border-bottom-color: #e9ebeb
}
.chatlist .icon-status-dblcheck, .chatlist .icon-status-dblcheck-ack {
  width: 18px;
  height: 18px;
  margin-right: 2px
}
.chatlist .icon-status-check, .chatlist .icon-status-time {
  width: 14px;
  margin-right: 2px
}
.chatlist-plain .chat:hover, .chatlist-plain .location:hover {
  background-color: transparent
}
.chatlist-plain .chat:hover:after, .chatlist-plain .location:hover:after {
  display: none
}
.chatlist-plain .chat:first-of-type .chat-body, .chatlist-plain .location:first-of-type .chat-body, .chatlist-plain .chat:first-of-type .header-body, .chatlist-plain .location:first-of-type .header-body {
  border-top-color: transparent
}
.list-title {
  height: 72px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 20px;
  padding: 30px 0 15px 30px;
  color: #009688;
  text-transform: uppercase;
  background-color: #fff
}
.pane-list .icon-arrow, .pane-list .icon-arrow-active {
  display: none
}
.search-container {
  background-color: #fbfbfb;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.subheader-search {
  height: 49px;
  -webkit-transition: box-shadow .18s ease-out;
  transition: box-shadow .18s ease-out;
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
  padding: 0
}
.subheader-search .icon {
  position: absolute;
  z-index: 100
}
.subheader-search .icon-x-alt {
  top: 12px;
  right: 17px
}
.subheader-search::after {
  bottom: 0
}
.subheader-search .input-placeholder {
  top: 50%;
  left: 75px;
  width: calc(100% - 82px);
  font-size: 13px;
  line-height: 16px;
  margin-top: -7px;
  white-space: nowrap;
  z-index: 100
}
.subheader-search.active .cont-input-search {
  margin-top: 0;
  margin-left: 0;
  height: 100%;
  width: 100%;
  padding-left: 74px;
  border-color: #fff;
  -webkit-transition: all .12s cubic-bezier(.1, .82, .25, 1);
  transition: all .12s cubic-bezier(.1, .82, .25, 1);
  border-radius: 0;
  background-clip: padding-box
}
.subheader-search.active .input-placeholder {
  opacity: 0
}
.input-search {
  padding: 0;
  font-size: 15px;
  z-index: 1;
  text-align: left
}
.cont-input-search {
  position: absolute;
  box-sizing: border-box;
  width: calc(100% - 28px);
  margin-top: 7px;
  margin-left: 12px;
  padding-left: 62px;
  padding-right: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f6f6f6;
  height: 34px;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-transition: .12s cubic-bezier(.1, .82, .25, 1);
  transition: .12s cubic-bezier(.1, .82, .25, 1)
}
.icon-search-morph {
  width: 24px;
  height: 24px;
  left: 24px;
  top: 12px
}
.icon-search-morph .icon {
  top: 0;
  left: 0
}
.icon-search-morph .icon-search {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .24s cubic-bezier(.4, 0, .2, 1);
  transition: all .24s cubic-bezier(.4, 0, .2, 1)
}
.icon-search-morph .icon-back-blue {
  opacity: 0;
  -webkit-transform: scale(.8) rotate(225deg);
  transform: scale(.8) rotate(225deg);
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none
}
.active .icon-search-morph .icon-search {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0;
  -webkit-transition: all .24s cubic-bezier(.4, 0, .2, 1).06s;
  transition: all .24s cubic-bezier(.4, 0, .2, 1).06s
}
.active .icon-search-morph .icon-back-blue {
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  opacity: 1
}
.block-compose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 19px;
  max-width: 100%;
  box-sizing: border-box
}
.block-compose .input-container {
  border-radius: 5px;
  background-clip: padding-box;
  width: inherit;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  padding-right: 16px
}
.block-compose .input-container .input, .block-compose .input-container .input-container {
  word-wrap: break-word;
  white-space: pre-wrap;
  padding: 0 2px 0 0;
  min-height: 20px;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden
}
.block-compose .input-container.disabled {
  background-color: rgba(255, 255, 255, .55)
}
.block-compose .input-placeholder {
  top: 0
}
.block-compose .ptt-container {
  margin-left: 26px
}
.block-compose .icon-send {
  opacity: .9;
  margin-left: 26px;
  margin-bottom: 8px
}
.block-compose .icon-send:disabled {
  opacity: .4
}
.block-compose .icon-ptt {
  z-index: 2;
  position: absolute;
  bottom: 18px
}
.block-compose .send-container, .block-compose .ptt-container, .block-compose .btn-emoji {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.block-compose .btn-emoji {
  margin-right: 18px;
  margin-bottom: 7px
}
.block-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-contents: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 16px;
  box-sizing: border-box
}
.ptt-container {
  margin-bottom: 3px;
  width: 24px;
  -webkit-transition: width .18s ease-in-out;
  transition: width .18s ease-in-out
}
.ptt-container.active {
  width: 200px
}
.input-container {
  -webkit-transition: height .18s ease-in-out;
  transition: height .18s ease-in-out
}
.ptt-recording {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 200px
}
.ptt-counter {
  font-weight: 300;
  font-size: 20px;
  color: #606060;
  opacity: 0
}
.ptt-counter:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-animation: ptt-indicator 1.6s ease-in infinite;
  animation: ptt-indicator 1.6s ease-in infinite;
  background-color: #e53935;
  content: '';
  margin-right: 7px
}
.btn-border {
  width: 35px;
  height: 35px;
  opacity: 0
}
.btn-border .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px
}
.btn-border .btn-state-hover {
  opacity: 0
}
.btn-border:hover, .btn-border.is-hover {
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  -webkit-transform: scale(1.12)!important;
  transform: scale(1.12)!important
}
.btn-border:hover .btn-state-default, .btn-border.is-hover .btn-state-default {
  opacity: 0
}
.btn-border:hover .btn-state-hover, .btn-border.is-hover .btn-state-hover {
  opacity: 1
}
@-webkit-keyframes ptt-indicator {
  50% {
    opacity: 0
  }
}
@keyframes ptt-indicator {
  50% {
    opacity: 0
  }
}
.pane-chat-subheader {
  background-color: rgba(213, 214, 207, .88);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 101
}
.pane-chat-subheader .menu-item {
  height: 49px
}
.drawer-editable .drawer-section, .drawer-editable .drawer-section-expand {
  margin-top: 26px;
  margin-left: 34px
}
.drawer-editable .avatar-picker {
  margin: 0 auto
}
.drawer-container-noheader {
  height: calc(100% - 59px);
  top: 59px
}
.drawer-header-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.drawer-header-action .icon {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.drawer-blocked .drawer-section-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
.drawer-blocked .hint {
  padding: 18px 20px 18px 34px
}
.drawer-blocked .list-action {
  padding-left: 8px;
  background-color: #fff
}
.drawer-blocked .list-action:hover {
  background-color: #f4f5f5
}
.drawer-blocked .list-action-icon {
  margin-right: 17px
}
.popup .drawer-container {
  width: 100%
}
.popup .drawer {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}
.popup .drawer-body {
  position: relative
}
.popup .drawer-controls {
  bottom: 30px
}
.popup .drawer-controls-side {
  right: 46px;
  left: auto;
  bottom: 39px
}
.popup .capture-video {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden
}
.popup .btn-light {
  color: #fff;
  font-size: 13px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .33)
}
.popup hr {
  height: 0;
  margin: 10px 0;
  border: none;
  border-top: 1px solid #e6e6e6
}
.popup .text-tip a, .popup .text-tip {
  color: #929fa6
}
.new-group-contacts, .drawer-section-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  background-color: #fff
}
.new-group-search {
  background-color: #fff;
  margin: 0!important;
  padding-top: 26px;
  padding-left: 34px;
  padding-bottom: 12px
}
.new-group-search .icon-clear {
  position: absolute;
  bottom: 6px;
  right: 16px
}
.new-group-search .input-line {
  max-height: 200px;
  overflow-y: auto
}
.inputarea-sizer {
  position: fixed;
  visibility: hidden
}
.new-group-search .input-line {
  padding-bottom: 0;
  position: relative
}
.new-group-search .inputarea {
  padding: 2px 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  outline: none;
  border: none;
  height: auto;
  line-height: 22px;
  font-size: 15px;
  background: 0 0;
  width: 100%
}
.pane-intro {
  background-color: #f7f9fa;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, .08);
  position: relative
}
.pane-intro:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 6px solid #58e870;
  width: 100%;
  height: 0
}
.intro-body {
  text-align: center;
  margin-top: -20px;
  width: 460px
}
.intro-title {
  color: #4b5961;
  font-size: 36px;
  margin-top: 38px
}
.intro-text {
  margin-top: 24px
}
.intro-text-container {
  opacity: 0
}
.intro-image {
  width: 356px;
  height: 355px;
  margin: 0 auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: height .3s ease;
  transition: height .3s ease
}
@media screen and (max-width:800px) {
  .intro-image {
    width: 80%;
    height: 280px
  }
  .intro-body {
    width: 80%
  }
}
@media screen and (max-height:600px) {
  .intro-image {
    height: 250px
  }
  .intro-title {
    margin-top: 28px;
    font-size: 32px
  }
  .intro-text {
    margin-top: 18px
  }
}
.drawer-profile .drawer-body .drawer-section, .drawer-profile .drawer-body .drawer-section-expand {
  margin: 13px 24px 0
}
.drawer-starred .drawer-body {
  background-color: #eee
}
.drawer-starred .drawer-body .spinner-container {
  margin: 0 auto
}
.drawer-starred .starred-msg-resize .message {
  width: 100%
}
.drawer-starred .starred-msg-resize .message .image-thumb, .drawer-starred .starred-msg-resize .message .bubble-attach {
  width: 100%!important
}
.drawer-starred .starred-msg-wrapper {
  cursor: pointer;
  border-top: 1px solid #d2d2d2;
  padding: 8px
}
.drawer-starred .starred-msg-wrapper .starred-msg-title {
  margin-bottom: 7px
}
.drawer-starred .starred-msg-wrapper .starred-msg-title .screen-name {
  display: inline-block;
  font-size: 80%;
  max-width: 50%
}
.drawer-starred .starred-msg-wrapper .starred-msg-title .chat-meta {
  margin-left: 10px;
  display: inline-block;
  max-width: 50%
}
.drawer-container-panel {
  background-color: transparent;
  right: 0!important;
  left: auto
}
.drawer-info .chat, .drawer-info .location {
  padding-left: 6px
}
.drawer-info .chat-avatar, .drawer-info .location-icon, .drawer-info .chat-body, .drawer-info .header-body {
  padding-left: 0
}
.drawer-info .chat-time, .drawer-info .chat-meta .icons {
  display: none
}
.header-close {
  margin-left: 4px;
  margin-right: 20px
}
.drawer-info {
  background-color: #f7f7f7
}
.drawer-info .drawer-section, .drawer-info .drawer-section-expand {
  margin: 13px 24px 0
}
.drawer-info .drawer-section-action {
  padding-bottom: 32px
}
.drawer-info .chat-main, .drawer-info .header-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.well {
  background-color: #fff;
  border-radius: 6px;
  padding: 9px 14px 12px
}
.drawer-scale {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: drawer-scale 750ms cubic-bezier(.1, .82, .25, 1);
  animation: drawer-scale 750ms cubic-bezier(.1, .82, .25, 1)
}
@-webkit-keyframes drawer-scale {
  0%, 20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
  }
  100% {
    -webkit-transform: scale 1, 1;
    transform: scale 1, 1
  }
}
@keyframes drawer-scale {
  0%, 20% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
  }
  100% {
    -webkit-transform: scale 1, 1;
    transform: scale 1, 1
  }
}
.animate-enter3 {
  -webkit-animation: well-animation3 1s cubic-bezier(.1, .82, .25, 1);
  animation: well-animation3 1s cubic-bezier(.1, .82, .25, 1)
}
@-webkit-keyframes well-animation3 {
  0%, 35% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes well-animation3 {
  0%, 35% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.animate-enter2 {
  -webkit-animation: well-animation2 1s cubic-bezier(.1, .82, .25, 1);
  animation: well-animation2 1s cubic-bezier(.1, .82, .25, 1)
}
@-webkit-keyframes well-animation2 {
  0%, 30% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes well-animation2 {
  0%, 30% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.animate-enter1 {
  -webkit-animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1);
  animation: well-animation1 1s cubic-bezier(.1, .82, .25, 1)
}
@-webkit-keyframes well-animation1 {
  0%, 25% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes well-animation1 {
  0%, 25% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.animate-enter {
  -webkit-animation: well-animation 1s cubic-bezier(.1, .82, .25, 1);
  animation: well-animation 1s cubic-bezier(.1, .82, .25, 1)
}
@-webkit-keyframes well-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes well-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.row-control {
  min-height: 30px;
  padding-right: 8px
}
.row-control-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  color: #7c8b92
}
.row-control-input {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative
}
.drawer-section-title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: normal;
  color: #7c8b92
}
.drawer-section-title .col-main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.drawer-section-title .col-side {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 150, 136, .6)
}
.title-underlined {
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 6px;
  min-height: 18px;
  line-height: 18px
}
.media-collection-stripped span {
  background-color: transparent!important;
  padding: 0;
  height: auto
}
.media-collection-stripped span .media-thumb {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: none;
  height: 86px
}
.drawer-section.drawer-section-spinner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 26px
}
.drawer-section.drawer-section-bottom {
  margin-bottom: 32px
}
.drawer-section-action {
  text-align: center
}
.drawer-section-photo .avatar {
  margin-left: auto;
  margin-right: auto
}
.drawer-section-info .chat-body, .drawer-section-info .header-body {
  padding: 13px 15px 0 0;
  box-sizing: border-box;
  height: 65px
}
.drawer-section-info .chat:not(:last-child), .drawer-section-info .location:not(:last-child) {
  border-bottom: 1px solid #f2f2f2
}
.drawer-section-info .chat:not(:last-child) .chat-body, .drawer-section-info .location:not(:last-child) .chat-body, .drawer-section-info .chat:not(:last-child) .header-body, .drawer-section-info .location:not(:last-child) .header-body {
  padding-top: 7px
}
.drawer-section-info .chat:last-child .chat-body, .drawer-section-info .location:last-child .chat-body, .drawer-section-info .chat:last-child .header-body, .drawer-section-info .location:last-child .header-body {
  padding-bottom: 7px
}
.message-in:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADGUExURQAAAP////b29vn5+f///wAAAP///wAAAAAAAP///9ra2v////j4+PHx8fv7++Hh4fHx8f////////////////39/QAAAP////////z8/P////39/f39/fz8/P////////////z8/P////////////z8/P////////////v7+/Hx8f///9bW1vz8/K2trf////39/f39/WJiYgAAAExMTFtbWwAAAN3d3cjIyPr6+vX19QAAAO7u7vz8/NTU1Ofn5zMzM////zGPlXsAAABBdFJOUwAcm/kREh4CCDWL1SneR6TfAQffhMYK/A5nRrLWfRc5DW2ih5f+19Kn+9v4g/1LCJuXHwQUKgahcXS6DNnlDMMKKzPoTgAAAKBJREFUKM+V08USwmAQA+C/0NIWd3d3d8/7vxTMcIPkQK7f7CG7s8bQAOY/SCuwFYQU1P+eiCqIK2gpWCmoCrAgoKQgJ8CHgIqAMjg0MxxSQ3DogEMWFBZtUPAHYGB1CyDQWE6AH7BrfXzlAxGAQhECTGAmwN1Okz0Gb/LW4fEItIfrOfNELMh3tck7u+PhcT2zQ7l77/K8iY8yJwV3BeYFqpc/uSyPGdAAAAAASUVORK5CYII=)
}
.message-out:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAD2UExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRsXAAAANzwzNPmxNrtyau5oIWRedDkwNntyczgwdfpyJ+/n97wzsLWtNjsytvwzczfvtPmxau6nNjqxtrtyio1KtzwzNjryAAAANzwzgAAANzwzK7Aor/Us9Lnw8vevAAAAMzevtbpxrvMrX+IdwAAAEROOi45Lr3MrZGjf9LoxX+MctnqydLkwhgYGMzfv9vuyQAAANzwzNvuy9zxy7vMu7XGqNvtzKKykwAAANruzKq6nLnMriQkGMXXuL3PsNjsySgzKAAAANLkw83fvd3vy9z4xtzwzRpFmIEAAABQdFJOUwAXChEGBAMBAgwhDvJ7k0YqMc0Zmwj6apf2kjU0+dkw/swh/CP9j2Wr2gndvaYeBRoxQg6gUPt/FaHJGdTj9A9k7XQLeE6iFcN12xkSt9r4NKizowAAAMFJREFUKM+V0sdywlAMBVDbMX7PQCihQ+iQ0HsJvfem/P/PwBIzugu0PXNnNNJVyPmhsIPhhoB2COwIGuLdhAcl3AhCBoBoHUC6BCBbA0C/EkBFB5D/FjxQwQYg1RI8UKINgDoSAPUlAPqUAMgfAEBfXsEDBV0+Hogi4Zhg4THj9YwHoqEBYOrgYTI3GVgMNn8r+Qq94k9yZNosW/3Hy9VuTjWfHkOX6367bGZUU7de66ieHZrO1OGg8Z1WTgYAFLgD5S1PCkzo1B0AAAAASUVORK5CYII=)
}
.bubble-video-error .image-thumb {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIwcHgiIGhlaWdodD0iMjIwcHgiIHZpZXdCb3g9IjAgMCAyMjAgMjIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMjAgMjIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHk9IjAuMDA1IiBmaWxsPSIjNzg5MDlDIiB3aWR0aD0iMjIwIiBoZWlnaHQ9IjIyMCIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjEiIGQ9Ik0xNDIuMDc5LDk5LjY5NHYtMjQuMDZjMC00LjEyNS0yLjc1LTYuODc2LTYuODc1LTYuODc2SDUyLjcxMQ0KCWMtNC4xMjQsMC02Ljg3NCwyLjc1MS02Ljg3NCw2Ljg3NnY2OC43NDVjMCw0LjEyNCwyLjc1LDYuODc1LDYuODc0LDYuODc1aDgyLjQ5NGM0LjEyNCwwLDYuODc1LTIuNzUxLDYuODc1LTYuODc1di0yNC4wNjINCglsMzIuMDg0LDI3LjQ5OFY3Mi4xOTZMMTQyLjA3OSw5OS42OTRMMTQyLjA3OSw5OS42OTR6Ii8+DQo8L3N2Zz4NCg==)
}
.bubble-video .image-thumb:before, .bubble-video-error .image-thumb:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk1MzM2RURCNkNENDExRTQ5RkU2QzhCRUQ4QzBGNEI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk1MzM2RURDNkNENDExRTQ5RkU2QzhCRUQ4QzBGNEI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTUzMzZFRDk2Q0Q0MTFFNDlGRTZDOEJFRDhDMEY0QjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTUzMzZFREE2Q0Q0MTFFNDlGRTZDOEJFRDhDMEY0QjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4hzhloAAAALUlEQVR42mJkYGCQAmKG////P4OxgeAZI5QBkmBAAUABKRCGcqVgunDqAAgwAMVXEV0KauMTAAAAAElFTkSuQmCC)
}
.app {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA7CAMAAACNKhBwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF8PDw7u7uWpQKmwAAABBJREFUeNpiYGSgP2QACDAADg4AO0yU4IQAAAAASUVORK5CYII=)
}
.icon-user-default, .icon-user-default-square, .icon-group-default, .icon-broadcast-default {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjEycHgiIGhlaWdodD0iMjEycHgiIHZpZXdCb3g9IjAgMCAyMTIgMjEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMTIgMjEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjREZFNUU3IiBkPSJNMTA1Ljk0NiwwLjI1QzE2NC4zMTgsMC4yNSwyMTEuNjQsNDcuNTk2LDIxMS42NCwxMDYNCgljMCw1OC40MDQtNDcuMzIyLDEwNS43NS0xMDUuNjk1LDEwNS43NUM0Ny41NzEsMjExLjc1LDAuMjUsMTY0LjQwNCwwLjI1LDEwNkMwLjI1LDQ3LjU5Niw0Ny41NzEsMC4yNSwxMDUuOTQ2LDAuMjV6Ii8+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTczLjU2MSwxNzEuNjE1Yy0wLjYwMS0wLjkxNS0xLjI4Ny0xLjkwNy0yLjA2NS0yLjk1NWMtMC43NzctMS4wNDktMS42NDUtMi4xNTUtMi42MDgtMy4yOTkNCgkJYy0wLjk2NC0xLjE0NC0yLjAyNC0yLjMyNi0zLjE4NC0zLjUyN2MtMS43NDEtMS44MDItMy43MS0zLjY0Ni01LjkyNC01LjQ3Yy0yLjk1Mi0yLjQzMS02LjMzOS00LjgyNC0xMC4yMDQtNy4wMjYNCgkJYy0xLjg3Ny0xLjA3LTMuODczLTIuMDkyLTUuOTgtMy4wNTVjLTAuMDYyLTAuMDI4LTAuMTE4LTAuMDU5LTAuMTgtMC4wODdjLTkuNzkyLTQuNDQtMjIuMTA2LTcuNTI5LTM3LjQxNi03LjUyOQ0KCQljLTE1LjMxLDAtMjcuNjI0LDMuMDg5LTM3LjQxNiw3LjUyOWMtMC4zMzgsMC4xNTMtMC42NTMsMC4zMTgtMC45ODUsMC40NzRjLTEuNDMxLDAuNjc0LTIuODA2LDEuMzc2LTQuMTI4LDIuMTAxDQoJCWMtMC43MTYsMC4zOTMtMS40MTcsMC43OTItMi4xMDEsMS4xOTdjLTMuNDIxLDIuMDI3LTYuNDc1LDQuMTkxLTkuMTUsNi4zOTVjLTIuMjEzLDEuODIzLTQuMTgyLDMuNjY4LTUuOTI0LDUuNDcNCgkJYy0xLjE2MSwxLjIwMS0yLjIyLDIuMzg0LTMuMTg0LDMuNTI3Yy0wLjk2NCwxLjE0NC0xLjgzMiwyLjI1LTIuNjA5LDMuMjk5Yy0wLjc3OCwxLjA0OS0xLjQ2NCwyLjA0LTIuMDY1LDIuOTU1DQoJCWMtMC41NTcsMC44NDgtMS4wMzMsMS42MjItMS40NDcsMi4zMjRjLTAuMDMzLDAuMDU2LTAuMDczLDAuMTE5LTAuMTA0LDAuMTc0Yy0wLjQzNSwwLjc0NC0wLjc5LDEuMzkyLTEuMDcsMS45MjYNCgkJYy0wLjU1OSwxLjA2OC0wLjgxOCwxLjY3OC0wLjgxOCwxLjY3OHYwLjM5OGMxOC4yODUsMTcuOTI3LDQzLjMyMiwyOC45ODUsNzAuOTQ1LDI4Ljk4NWMyNy42NzgsMCw1Mi43NjEtMTEuMTAzLDcxLjA1NS0yOS4wOTUNCgkJdi0wLjI4OWMwLDAtMC42MTktMS40NS0xLjk5Mi0zLjc3OEMxNzQuNTk0LDE3My4yMzgsMTc0LjExNywxNzIuNDYzLDE3My41NjEsMTcxLjYxNXoiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTA2LjAwMiwxMjUuNWMyLjY0NSwwLDUuMjEyLTAuMjUzLDcuNjgtMC43MzdjMS4yMzQtMC4yNDIsMi40NDMtMC41NDIsMy42MjQtMC44OTYNCgkJYzEuNzcyLTAuNTMyLDMuNDgyLTEuMTg4LDUuMTItMS45NThjMi4xODQtMS4wMjcsNC4yNDItMi4yNTgsNi4xNS0zLjY3YzIuODYzLTIuMTE5LDUuMzktNC42NDYsNy41MDktNy41MDkNCgkJYzAuNzA2LTAuOTU0LDEuMzY3LTEuOTQ1LDEuOTgtMi45NzFjMC45MTktMS41MzksMS43MjktMy4xNTUsMi40MjItNC44NGMwLjQ2Mi0xLjEyMywwLjg3Mi0yLjI3NywxLjIyNi0zLjQ1OA0KCQljMC4xNzctMC41OTEsMC4zNDEtMS4xODgsMC40OS0xLjc5MmMwLjI5OS0xLjIwOCwwLjU0Mi0yLjQ0MywwLjcyNS0zLjcwMWMwLjI3NS0xLjg4NywwLjQxNy0zLjgyNywwLjQxNy01LjgxMQ0KCQljMC0xLjk4NC0wLjE0Mi0zLjkyNS0wLjQxNy01LjgxMWMtMC4xODQtMS4yNTgtMC40MjYtMi40OTMtMC43MjUtMy43MDFjLTAuMTUtMC42MDQtMC4zMTMtMS4yMDItMC40OS0xLjc5Mw0KCQljLTAuMzU0LTEuMTgxLTAuNzY0LTIuMzM1LTEuMjI2LTMuNDU4Yy0wLjY5My0xLjY4NS0xLjUwNC0zLjMwMS0yLjQyMi00Ljg0Yy0wLjYxMy0xLjAyNi0xLjI3NC0yLjAxNy0xLjk4LTIuOTcxDQoJCWMtMi4xMTktMi44NjMtNC42NDYtNS4zOS03LjUwOS03LjUwOWMtMS45MDktMS40MTItMy45NjYtMi42NDMtNi4xNS0zLjY3Yy0xLjYzOC0wLjc3LTMuMzQ4LTEuNDI2LTUuMTItMS45NTgNCgkJYy0xLjE4MS0wLjM1NS0yLjM5LTAuNjU1LTMuNjI0LTAuODk2Yy0yLjQ2OC0wLjQ4NC01LjAzNS0wLjczNy03LjY4LTAuNzM3Yy0yMS4xNjIsMC0zNy4zNDUsMTYuMTgzLTM3LjM0NSwzNy4zNDUNCgkJQzY4LjY1NywxMDkuMzE3LDg0Ljg0LDEyNS41LDEwNi4wMDIsMTI1LjV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==)
}
.icon-user-default-square {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIxMnB4IiBoZWlnaHQ9IjIxMnB4Ig0KCSB2aWV3Qm94PSIwIDAgMjEyIDIxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjEyIDIxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cmVjdCBpZD0iUmVjdGFuZ2xlLTEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIGZpbGw9IiNERkU1RTciIHdpZHRoPSIyMTIiIGhlaWdodD0iMjEyIj4NCjwvcmVjdD4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMDUuOTE3LDEwMi42NDZjMjAuNjY1LDAsMzcuNDE3LTE2Ljc1MiwzNy40MTctMzcuNDE3cy0xNi43NTItMzcuNDE3LTM3LjQxNy0zNy40MTcNCglDODUuMjUyLDI3LjgxMyw2OC41LDQ0LjU2NSw2OC41LDY1LjIzUzg1LjI1MiwxMDIuNjQ2LDEwNS45MTcsMTAyLjY0NnogTTEwNi4wOTUsMTIxLjI3NWMtMjUuMjUzLDAtNzQuODI2LDEyLjE2LTc0LjgyNiwzNy40MTMNCgl2MTguNzA3aDE0OS42NTN2LTE4LjcwN0MxODAuOTIxLDEzMy40MzUsMTMxLjM0OCwxMjEuMjc1LDEwNi4wOTUsMTIxLjI3NXoiLz4NCjwvc3ZnPg0K)
}
.icon-group-default {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjEycHgiIGhlaWdodD0iMjEycHgiIHZpZXdCb3g9IjAgMCAyMTIgMjEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMTIgMjEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjREZFNUU3IiBkPSJNMTA1Ljk0NiwwLjI1QzE2NC4zMTgsMC4yNSwyMTEuNjQsNDcuNTk2LDIxMS42NCwxMDYNCgljMCw1OC40MDQtNDcuMzIyLDEwNS43NS0xMDUuNjk1LDEwNS43NUM0Ny41NzEsMjExLjc1LDAuMjUsMTY0LjQwNCwwLjI1LDEwNkMwLjI1LDQ3LjU5Niw0Ny41NzEsMC4yNSwxMDUuOTQ2LDAuMjV6Ii8+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYxLjU0MywxMDAuOTg4YzguMDczLDAsMTQuMjQ2LTYuMTc0LDE0LjI0Ni0xNC4yNDZzLTYuMTczLTE0LjI0Ni0xNC4yNDYtMTQuMjQ2DQoJCQlzLTE0LjI0Niw2LjE3My0xNC4yNDYsMTQuMjQ2UzUzLjQ3MSwxMDAuOTg4LDYxLjU0MywxMDAuOTg4eiBNNjkuNzAyLDExOC41MjljMi4yNC0xLjk5OCw1LjA3Ny00LjEyMiw4LjU0NS02LjA2Mg0KCQkJYy00LjE3NC0yLjIxNy05LjY0MS0zLjg1OS0xNi43MDQtMy44NTljLTIxLjg0NCwwLTI4LjQ5MiwxNS42Ny0yOC40OTIsMTUuNjd2OC4wNzNoMjYuMTgxbDAuMTA1LTAuMjQ4DQoJCQlDNTkuNjQsMTMxLjM5LDYyLjUwMSwxMjQuOTUyLDY5LjcwMiwxMTguNTI5eiBNMTUwLjQ1NywxMDguNjA4Yy02Ljg1NCwwLTEyLjIxLDEuNTQzLTE2LjMzNiwzLjY2MQ0KCQkJYzMuNjMzLDEuOTkzLDYuNTg3LDQuMTk0LDguOTAzLDYuMjZjNy4yMDEsNi40MjIsMTAuMDYxLDEyLjg2MSwxMC4zNjQsMTMuNTc0bDAuMTA1LDAuMjQ4aDI1LjQ1NnYtOC4wNzMNCgkJCUMxNzguOTQ4LDEyNC4yNzgsMTcyLjMsMTA4LjYwOCwxNTAuNDU3LDEwOC42MDh6IE0xNTAuNDU3LDEwMC45ODhjOC4wNzMsMCwxNC4yNDYtNi4xNzQsMTQuMjQ2LTE0LjI0Ng0KCQkJcy02LjE3My0xNC4yNDYtMTQuMjQ2LTE0LjI0NnMtMTQuMjQ2LDYuMTczLTE0LjI0NiwxNC4yNDZTMTQyLjM4NCwxMDAuOTg4LDE1MC40NTcsMTAwLjk4OHogTTEwNi4zNjQsMTA0LjE5OA0KCQkJYzEuNTM3LDAsMy4wMjktMC4xNDcsNC40NjQtMC40MjhjMC43MTctMC4xNCwxLjQxOS0wLjMxNSwyLjEwNi0wLjUyMWMxLjAzLTAuMzA5LDIuMDIzLTAuNjksMi45NzYtMS4xMzgNCgkJCWMxLjI2OS0wLjU5NywyLjQ2NS0xLjMxMiwzLjU3NC0yLjEzM2MxLjY2NC0xLjIzMSwzLjEzMy0yLjcwMSw0LjM2NC00LjM2NGMwLjQxLTAuNTU0LDAuNzk1LTEuMTMsMS4xNTEtMS43MjcNCgkJCWMwLjUzNC0wLjg5NCwxLjAwNS0xLjgzNCwxLjQwOC0yLjgxM2MwLjI2OC0wLjY1MywwLjUwNi0xLjMyMywwLjcxMy0yLjAxYzAuMTAzLTAuMzQzLDAuMTk4LTAuNjksMC4yODUtMS4wNDINCgkJCWMwLjE3NC0wLjcwMiwwLjMxNS0xLjQyLDAuNDIxLTIuMTUxYzAuMTYtMS4wOTcsMC4yNDItMi4yMjQsMC4yNDItMy4zNzdjMC0xLjE1My0wLjA4My0yLjI4MS0wLjI0Mi0zLjM3Nw0KCQkJYy0wLjEwNy0wLjczMS0wLjI0OC0xLjQ0OS0wLjQyMS0yLjE1MWMtMC4wODctMC4zNTEtMC4xODItMC42OTgtMC4yODUtMS4wNDJjLTAuMjA2LTAuNjg2LTAuNDQ1LTEuMzU3LTAuNzEzLTIuMDENCgkJCWMtMC40MDMtMC45NzktMC44NzQtMS45MTktMS40MDgtMi44MTNjLTAuMzU2LTAuNTk2LTAuNzQtMS4xNzItMS4xNTEtMS43MjdjLTEuMjMxLTEuNjY0LTIuNy0zLjEzMy00LjM2NC00LjM2NA0KCQkJYy0xLjEwOS0wLjgyMS0yLjMwNS0xLjUzNi0zLjU3NC0yLjEzM2MtMC45NTItMC40NDgtMS45NDYtMC44MjktMi45NzYtMS4xMzhjLTAuNjg3LTAuMjA2LTEuMzg5LTAuMzgtMi4xMDYtMC41MjENCgkJCWMtMS40MzQtMC4yODEtMi45MjctMC40MjgtNC40NjQtMC40MjhjLTEyLjI5OSwwLTIxLjcwNSw5LjQwNS0yMS43MDUsMjEuNzA0Qzg0LjY1OSw5NC43OTMsOTQuMDY1LDEwNC4xOTgsMTA2LjM2NCwxMDQuMTk4eg0KCQkJIE0xNDUuNjI5LDEzMWMtMC4zNDktMC41MzItMC43NDgtMS4xMDgtMS4yLTEuNzE4Yy0wLjQ1Mi0wLjYwOS0wLjk1Ni0xLjI1Mi0xLjUxNi0xLjkxN2MtMC41Ni0wLjY2NS0xLjE3Ni0xLjM1Mi0xLjg1MS0yLjA1DQoJCQljLTEuMDEyLTEuMDQ3LTIuMTU2LTIuMTE5LTMuNDQyLTMuMTc5Yy0xLjcxNi0xLjQxMy0zLjY4NS0yLjgwNC01LjkzMS00LjA4M2MtMS4wOTEtMC42MjItMi4yNTEtMS4yMTYtMy40NzYtMS43NzYNCgkJCWMtMC4wMzYtMC4wMTYtMC4wNjktMC4wMzQtMC4xMDQtMC4wNWMtNS42OTItMi41ODEtMTIuODQ5LTQuMzc2LTIxLjc0Ni00LjM3NmMtOC44OTgsMC0xNi4wNTUsMS43OTUtMjEuNzQ2LDQuMzc2DQoJCQljLTAuMTk2LDAuMDg5LTAuMzc5LDAuMTg1LTAuNTcyLDAuMjc2Yy0wLjgzMiwwLjM5Mi0xLjYzMSwwLjc5OS0yLjM5OSwxLjIyMWMtMC40MTYsMC4yMjgtMC44MjMsMC40Ni0xLjIyMSwwLjY5Ng0KCQkJYy0xLjk4OCwxLjE3OC0zLjc2MywyLjQzNi01LjMxOCwzLjcxNmMtMS4yODYsMS4wNi0yLjQzMSwyLjEzMi0zLjQ0MywzLjE3OWMtMC42NzQsMC42OTgtMS4yOSwxLjM4NS0xLjg1LDIuMDUNCgkJCWMtMC41NiwwLjY2NS0xLjA2NSwxLjMwOC0xLjUxNiwxLjkxN2MtMC40NTIsMC42MS0wLjg1MSwxLjE4Ni0xLjIsMS43MThjLTAuMzI0LDAuNDkzLTAuNiwwLjk0My0wLjg0MSwxLjM1MQ0KCQkJYy0wLjAxOSwwLjAzMi0wLjA0MiwwLjA2OS0wLjA2MSwwLjEwMWMtMC4yNTMsMC40MzItMC40NTksMC44MDktMC42MjIsMS4xMTljLTAuMzI1LDAuNjIxLTAuNDc1LDAuOTc1LTAuNDc1LDAuOTc1djExLjY5Mmg4Mi41Mw0KCQkJdi0xMS42OTJjMCwwLTAuMzYtMC44NDItMS4xNTgtMi4xOTVDMTQ2LjIyOSwxMzEuOTQzLDE0NS45NTIsMTMxLjQ5MywxNDUuNjI5LDEzMXoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==)
}
.icon-broadcast-default {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMTJweCIgaGVpZ2h0PSIyMTJweCIgdmlld0JveD0iMCAwIDIxMiAyMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIxMiAyMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNERkU1RTc7IiBkPSJNMTA1Ljk0NiwwLjI1QzE2NC4zMTgsMC4yNSwyMTEuNjQsNDcuNTk2LDIxMS42NCwxMDYNCgljMCw1OC40MDQtNDcuMzIyLDEwNS43NS0xMDUuNjk1LDEwNS43NUM0Ny41NzEsMjExLjc1LDAuMjUsMTY0LjQwNCwwLjI1LDEwNkMwLjI1LDQ3LjU5Niw0Ny41NzEsMC4yNSwxMDUuOTQ2LDAuMjV6Ii8+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0xNTIuMTY4LDU0LjAxNGwtMTEuNjYsNC4zNjR2OTUuNDUzbDExLjc0NCw0LjE2MUwxNTIuMTY4LDU0LjAxNHogTTQ5Ljc0MiwxMjEuNjYybDE4Ljg5Miw2LjY5OA0KCQkJYzAsMC4xNC0wLjAyMSwwLjI3NC0wLjAyMSwwLjQxNGMwLDE0LjUwNywxMS43ODIsMjYuMjY5LDI2LjMxOCwyNi4yNjljOC4zOSwwLDE1Ljg0OS0zLjkzNSwyMC42NjktMTAuMDM5bDE4LjMyOCw2LjQ5NXYtOTAuNjYNCgkJCUw0OS43NDIsOTIuMzU1VjEyMS42NjJMNDkuNzQyLDEyMS42NjJ6IE0xMDguMzAyLDE0Mi40MTdjLTMuNDU1LDMuMzcxLTguMTY5LDUuNDU4LTEzLjM3MSw1LjQ1OA0KCQkJYy05LjgxOCwwLTE3LjkyMS03LjQxOS0xOS4wMDUtMTYuOTM0TDEwOC4zMDIsMTQyLjQxN3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==)
}
.chrome-media-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAMAAAAau2s5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNWVmZmQ5ZC0wODY2LTRhOTAtODY0NS1lYTJmMzA1NGRkZDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0FDREM3QTI3QTYyMTFFNEJBRkZDOTdBMEM3RUNGRjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0FDREM3QTE3QTYyMTFFNEJBRkZDOTdBMEM3RUNGRjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDVlZmZkOWQtMDg2Ni00YTkwLTg2NDUtZWEyZjMwNTRkZGQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA1ZWZmZDlkLTA4NjYtNGE5MC04NjQ1LWVhMmYzMDU0ZGRkOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmJuEYoAAACNUExURfr6+vHx8ezs7J2dnX9/f/Dw8JOTk/j4+ImJiZqamuvr64+Pj3t7e29vb4uLi3d3d3Nzc2xsbO3t7Zubm3p6eoeHh6GhoYWFhe/v7+7u7oKCgo2NjaOjo4ODg/39/aioqPLy8rS0tKWlpXx8fJCQkLGxsZeXl2lpaerq6qCgoICAgMfHx5aWlv////X19UBlCV0AAAEVSURBVHjatNTZdoIwEAbgIYGEtSxaBbFo3aot8P6P12x42pqhufG/IDOHj7AGGBwD7rCfiUGyEBCfpZ8GDUc0vXGjExTOCUrnApVzgNr9D41zmHF0g8M4D3nH/zR2CPt3D343Vsi93W03SdjLhlthd6aUHrQE7yCac4fMuI2iaCslmJIj1xisxBe2CgA8U2B3DQFljNHADIA/RwgWSZIs1EY6/IFDfXlRudQw/2agYa8irNG7Z2B9ehM51YPaj5+6aX2VtlESvZkqTNM0VJtKyt6+XL+qdZ7na0L0MC3Xx1Sboig25Edh/1MQP8uyT3IvfYLAtizLY2wOOoqmRWC8/FjG9+mnxnaNcXh9bOAJvz3HfAswALlz1K01RDc5AAAAAElFTkSuQmCC)
}
.media-viewer .image-audio, .bubble-video .image-audio {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIwcHgiIGhlaWdodD0iMjIwcHgiIHZpZXdCb3g9IjAgMCAyMjAgMjIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMjAgMjIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHk9IjAiIGZpbGw9IiNGRkFEMUYiIHdpZHRoPSIyMjAiIGhlaWdodD0iMjIwIi8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAuMiIgZD0iTTExMCw1OS42MzJjLTI2LjUwOSwwLTQ3LjcxNywyMS4yMDctNDcuNzE3LDQ3LjcxN3YzNy4xMTMNCgljMCw5LjAxMyw2Ljg5MiwxNS45MDYsMTUuOTA2LDE1LjkwNmgxNS45MDZ2LTQyLjQxNUg3Mi44ODd2LTEwLjYwNGMwLTIwLjY3NywxNi40MzYtMzcuMTEzLDM3LjExMy0zNy4xMTMNCglzMzcuMTEzLDE2LjQzNiwzNy4xMTMsMzcuMTEzdjEwLjYwNGgtMjEuMjA3djQyLjQxNWgxNS45MDZjOS4wMTMsMCwxNS45MDYtNi44OTIsMTUuOTA2LTE1LjkwNnYtMzcuMTEzDQoJQzE1Ny43MTcsODAuODQsMTM2LjUwOSw1OS42MzIsMTEwLDU5LjYzMnoiLz4NCjwvc3ZnPg0K)
}
.select::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTYgMTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbC1vcGFjaXR5PSIwLjI1IiBwb2ludHM9IjMsNyA4LDEyIDEzLDcgIi8+Cjwvc3ZnPgo=)
}
.firefox-lock-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAAAAAAIDsTXAAAAAnRSTlMA/1uRIrUAAADlSURBVHgBnIoxz4IwFAD9/180zzagJTCytSSE0A7uMGH6Xwo6QKKvn6Q6vBLjTXfJ7R5f8vPobFMWZWPd9jh3efYi7+aN8a7EG3mLjkt1/qRaYmN/8oj6Uot/6yOjEyliJtTJeBWOHocE0WtoHwM9Ss55Mq4xpliSHgvGmAqlsDJ6PAKACWUAoccDokNpn/S4R9pQrU9ivMIfBdhnrfJuAiAAA0B0af8kiCKija4luJT9kSt99WO8ztrNeBjG3TBuhnE1jIthnA1jGsYwjJNhHA3jYBh7w9gZxmhrwfhEU8kX0f0XP/GzQdYDmiDnAAAAAElFTkSuQmCC)
}
.opera-media-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAAAAAAIDsTXAAAAAnRSTlMA/1uRIrUAAAF1SURBVHgB5dQ/z9MwEAbwe2wnTpoKJCao2ChlyMaCYIOPwIdlZWRAIPX9F6mFLrQVRYgWaEqbOD6E8yqlCTRdmHims/PTSWfLUUynRdG/gOnVhx0x7QPy78bdBkxfrqSUB7tFNl4869Zhsgo6CoRqj4mL9Nvlo70aDX7BmYpCVKykDDOrVvNXCwd/SFVzBJIqM+Wgy9dTluUwUgiqBVIaV2zeTrzI7NqOJz9PEGm7y0sIgQaBILKjodHa93IjjnbMXmyCG76nYEEOAkBDAci+d6JQweUYJEhfe8AJdy2vL6ylI9yHdkggtsxABf8eW2RKAoSWqb1wC/Z9ibZh/OdJstZGKyY4CBCaDAIivn/xLs81Wyoh/XEY1/Thg7NpLgw7KCxzXTJb4Yro8ZfhRzIOhpuCCIeOrNGyrG89nb/57GBvvCZVgya1vWrVuzNxsP/p61IJ/O6ssTcHVAX3HAyevJ9v84Pniuh2P2y+6yCOT/9T/F/wJ+2GeosnCNmJAAAAAElFTkSuQmCC)
}
.icon-down, .message .btn-context:before, .context-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMSAyMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjEgMjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1vcGFjaXR5PSIwLjQ1IiBkPSJNNC44LDYuMWw1LjcsNS43bDUuNy01LjdsMS42LDEuNmwtNy4zLDcuMkwzLjIsNy43TDQuOCw2LjF6Ii8+DQo8L3N2Zz4NCg==) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.msg:not(.msg-group) .message-in .btn-context-image:before, .msg:not(.msg-group) .message-in .btn-context-video:before, .msg:not(.msg-group) .message-in .btn-context-audio:before, .message-out .btn-context-image:before, .message-out .btn-context-video:before, .message-out .btn-context-audio:before, .context-icon-media {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMSAyMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjEgMjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQuOCw2LjFsNS43LDUuN2w1LjctNS43bDEuNiwxLjZsLTcuMyw3LjJMMy4yLDcuN0w0LjgsNi4xeiIvPg0KPC9zdmc+DQo=) !important
}
.icon-empty-blocked {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMzk0IDU4MyAyMTIgMjEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0zOTQgNTgzIDIxMiAyMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPiAuc3Qwe2ZpbGw6I0ZGRkZGRjt9IDwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI1MS43LDcwOC4yYy0xNC43LTUuNi0zMi04LjQtNDMuOC04LjRjLTI0LjIsMC03MS44LDExLjctNzEuOCwzNS45djE4SC0yNjdjLTEuMy0zLjktMi04LjEtMi0xMi40DQoJQy0yNjkuMSw3MjcuNi0yNjIuMiw3MTUuNS0yNTEuNyw3MDguMnogTS0yOTUuNSw2ODEuOGMxOS44LDAsMzUuOS0xNi4yLDM1LjktMzUuOWMwLTE5LjgtMTYuMi0zNS45LTM1LjktMzUuOXMtMzUuOSwxNi4yLTM1LjksMzUuOQ0KCUMtMzMxLjUsNjY1LjctMzE1LjMsNjgxLjgtMjk1LjUsNjgxLjh6IE0tMjI4LjgsNzA4LjVjLTE4LjEsMC0zMi44LDE0LjctMzIuOCwzMi44YzAsMTguMSwxNC43LDMyLjgsMzIuOCwzMi44czMyLjgtMTQuNywzMi44LTMyLjgNCglTLTIxMC43LDcwOC41LTIyOC44LDcwOC41eiBNLTIyOC44LDc2NS4xYy0xMy4xLDAtMjMuOC0xMC43LTIzLjgtMjMuOGMwLTQuOSwxLjUtOS41LDQuMS0xMy40bDMzLjEsMzMuMQ0KCUMtMjE5LjMsNzYzLjYtMjIzLjksNzY1LjEtMjI4LjgsNzY1LjF6IE0tMjA5LjEsNzU0LjZsLTMzLjEtMzMuMWMzLjgtMi42LDguNC00LjEsMTMuNC00LjFjMTMuMSwwLDIzLjgsMTAuNywyMy44LDIzLjgNCglDLTIwNSw3NDYuMi0yMDYuNSw3NTAuOC0yMDkuMSw3NTQuNnoiLz4NCjwvc3ZnPg0K)
}
.icon-empty-archived {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMzk0IDU4MyAyMTIgMjEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0zOTQgNTgzIDIxMiAyMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPiAuc3Qwe2ZpbGw6I0ZGRkZGRjt9IDwvc3R5bGU+DQo8Zz4NCgk8ZyBpZD0iYXJjaGl2ZSI+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjI2LjUsNjM5LjhsLTEwLjEtMTIuM2MtMS40LTIuMi00LjMtMy42LTgtMy42aC04Ni44Yy0zLjYsMC02LjUsMS40LTguNywzLjZsLTkuNCwxMi4zDQoJCQljLTIuMiwyLjktMy42LDUuOC0zLjYsOS40djkwLjRjMCw4LDYuNSwxNC41LDE0LjUsMTQuNWgxMDEuMmM4LDAsMTQuNS02LjUsMTQuNS0xNC41di05MC40Qy0yMjIuOSw2NDUuNi0yMjQuMyw2NDIuNy0yMjYuNSw2MzkuOA0KCQkJeiBNLTI4Ny45LDcyOC44bC0zOS44LTM5LjhoMjUuM3YtMTQuNWgyOC45VjY4OWgyNS4zTC0yODcuOSw3MjguOHogTS0zMzcuOCw2MzguNGw1LjgtNy4yaDg2LjhsNi41LDcuMkgtMzM3Ljh6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=)
}
.icon-doc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0CAMAAADG3yrFAAAAGFBMVEUAAACgsbh4kJqrusCZrLOSpa15kJtxiZWEx8o3AAAABnRSTlMA/eafR/dHuMwpAAAAbElEQVR42u3WMQ7AMAhDUUKJc/8bd4ha5KExc8UfyPLkOWYWvsPz5EEYF47vZtTtGoO044hZ49hgDbWcWi+n1suk9XJqvZxaY9Y4NkkLvFhDNF8+Q+KVXYZyjRs3btz4H9jrOKyuff96StTDbpvqMNmMZmxGAAAAAElFTkSuQmCC)
}
.icon-doc-doc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0BAMAAAADL8fEAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURY/D+QAAAJXH+Ii/+F+q9vj7/7fZ/G6w9R93SH0AAAAIdFJOU/4AoUf////+zCkCvgAAAKBJREFUOMvF0kEKgzAUBNAPf9G1uPACvYDiAaym5gS6duVapJDr1yQlxGREhaJDVo8hjiglhfCTJyaUrlTwj8s1k62TCJgx23rMjNnUATNmXUfMmJc6ZI54svWQpa2HLKRaMkdsUt/GFbk8PH53Lv0+t6PL8O+BG3efG7jxlueWmA+oEwz0nxcv6Q+1pfooqc/tP8S1/ETcUIb4RSmo1/kXQi8exOE0OnUAAAAASUVORK5CYII=)
}
.icon-doc-pdf {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0BAMAAAADL8fEAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURfd+fgAAAPNOTviLi/Z0dPNFRf/7+/u0tGhD51oAAAAFdFJOU/4A7p9HiHJXwQAAAM9JREFUOMvd0ksKwjAQgOFBWl1XegAtxHu0JwjVodsgONmK0OT65qXEZHbuOosSPn7ShBa6achGjF0Y6AXm0ySefhQh5iAKjjlgwTGvueE55Aw3PPuc44Znl5d8innJMuYlp7ziMNcNsrTWCjxY24blM/FCRAoNkUZJ/vlha6g12tIqKa9dtZo7GiWp/e69kEDHCve64CXwRftN1uyVJBITPTJ+IVPDDpHZ2y+Nmqk6iWPtDs+wv2rOM6Q/wS/FVr/8/yw4vsGR4zP0Q63D+AZvMlzBvFQ9HQAAAABJRU5ErkJggg==)
}
.icon-doc-xls {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0CAMAAADG3yrFAAAAGFBMVEWH36wAAACP4bF+3KZX0ov8/v1Q0IbK8dvhRw9OAAAABHRSTlP+AKFC+uSqGgAAAKBJREFUeNrt0MEKAzEIRdFntOb//3hcFHTKmJfCUCjt3bjIQZJARIe1qdQgan2Ok4baEp80jODUHFfNcWqOq+Y4NcdVc5ya49QcW9EERyiaYT/thpE8G4lpX4+96QI7ZhP8Aj+a7sAT0YzjbPbYo5jlrQv8nJbdhl+vscIAjDzwZ/75/c029zY3fQazQmxj94ppf9zgsY8Vuo8FomOPDpUDSd4iZzicM9sAAAAASUVORK5CYII=)
}
.icon-doc-txt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0BAMAAAADL8fEAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURaCxuAAAAKW1vJmss3iQm/v8/IyfqMbP1P4k854AAAAEdFJOU/4AoUeKjl6VAAAAxElEQVQ4y9XRSwqDMBCA4UCMXYs9Qi9g6QGsHcw2i46zFWraC+j9m0dBTWZdcBYxfPwYg6K6wnaaKoyodwryx7c9i5gLSFjyHPOcJc8hZ1jy7HOOJc8uT3mMecp9zFOO+SvjMN2R2d+rHEt38XfYRm7RDSkCjSe/NVvWWCi3rAwum6DHAQcAS+uRnmEhnBm2GNaUW//SnDUSxwqxYBgNPnPWOC+Us8XJ+seGW5pAGfctM3zM4X/xv/nC8UOcOb6Lmsm75gt40x6NVYRhrAAAAABJRU5ErkJggg==)
}
.icon-doc-ppt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABNBAMAAAALGxQNAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAAPXHOPzUZ//KNPnJOf///vvZdf7rtBARK+AAAAAEdFJOUwDsXBOB2xzYAAAA4ElEQVRIx+3WTQ6CMBAFYNQLSEJcu+AAXgHT6AkG9hPSE2C4viK2THV+FgR1wds1+fJIm6ZMlm1zJsdsyq5wTJCIDQecJyUlL0hJwQtS4gSBpphKRIGmiCWyQFOEEkWgKV4lmkBTjCWqQFM8S3hxICW6GEp4UfmphBcuD0QULtxpWYSsghNXYNN9W1y8B/BJhnW6F4B0C3H9G9Ga4taaojEF1KYYT1IV0Jqint/Rzd5LM/9Muz+5H6rok3DiPUuI/iPra7mUqKQ5iIpSF2dpHovZSzNd/Mjp8dNm50IyH94BvLSRUpY3E/AAAAAASUVORK5CYII=)
}
.emoji-panel, .dropdown-picker, .dropdown-picker .nib, .dropdown-emoji .emoji-panel-body {
  background: url(data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAABAAEDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAACv/EABQQAQAAAAAAAAAAAAAAAAAAAAD/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AcAD/2Q==)
}
.heart-animation .emojiordered0186 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAHU0lEQVR42u2ZMW/qPBSGLeUPZM/GypyVgYWpnRDDFQsTUqcuXKlLr5CuVFUVVcXAEAkJqcqSJUumzBmzZfTmKVt+gr/32BDzQUtCm97CvVh6VJo4Pud9fWzclF3apV3apR3b5jazn2yrO7Otn08282Y2C0GAz3NcGz/brN1kvF+MWRjbRcwb/FxQrDUerk0Qs/vkMPvLhUOYg2D3z7aVvdiWJGCGga5pCiQXo+9o5jDro/FIFBkKkmcat4xj2OSBPpk244uMIDFIQszXohdrvC0WJSY5PJOC7vFmW1cgOxAP7McDHLn+aK7cUX6Y+SUGLoMtQei2ZTL+IdPpvcwWc5nNn2V6P5HxaCADt0V9dH9jxF3dcke86Xa8lWPLsOvK5PZGpi8zmfkryX1fpvMXmUxu1L2lY/rrimBzGqs6YnUyPmahFB4hWLb0ZJFlsshzWRTFNupajnvZainjq64xQpewFxxIat5iFvr41Ncj4RAVDweSh6EsuMDYKsY+QkgeBDK67pXxKGeauE8ZgGReNsm8Ipn0boJEeClUfYZYTWo+C67vC4HqeJFB29ElS+X8jgl0bWHEUxXBxBWNQehxU8RIEkOqYpqc0C99mCJXW3rG9N8fFG/1jXhbZi9PJAqoZHQCcQwM+Ta4r83IpYgjGWHJLNcmQKj3lnjc01XWcfFMTMIozv/HfSce+un+qJLM80oTUAlE78gNj9l4iKsyBOn0jsSbhKJIFhXkG3RiJAgmtGg8tV69rT3BwyzRtVebUR8tPssgTI1RPx49l6Yq1/TpEbGsjQnZUV+TeOB2sZ6NuN8jASahMFQUNcg1WgAS49g7QsyMr5cUmeGCDj7TNXWPe542OQw/FAuUpsfD/vaeMK698UF8Rg8GLZs2IBKvBw6CkqIGuaFMLL0ZyZDGdggrBRk+q2vpeEizSP0/F4sgw6MQGsr9ICFtdU55LspTlWoyuJI5iY+QvP9aUhxBbiiTS3qujKjcnTUUq+uij0/3m4sFE5IffaUFmop5nRMqnBrT7PswIZs9qlkT+ErLdygqyN8DIsVioQTHjqVIOi6uzeme7tNAPLFcqmrKnh5Ii14KdZYBymVOjoVU/vgaEpSwt5B5Y3gyR3JkAp/cEvSZrjUXAwgClcDxE8tgsxfM6hgQrNa7MUdSGEjPTpPM9U+YoTDXmkMAZTKI2s56GTC/jgHhK+3+ZACOmgJHT/H8JPMzQwDKnc9mMoYBpIm01aoAf2PAw28pHsGDJj8DxDaPD5L/nioDSNOyTgWg0wqd1UP8/l7y6S8ppvcl+YkjDMh9Cg13MjIGeJUGrBz2QJ0jbBzZ5FYNIO72yU8QsQUHlHt2e0NaNgZMqw2wrZGvvp8tmY6GGGiid+o3yE8E8QacuPsp0+FAhtBCmpZ13hMsHeb6eCCkw0mvoweCi4R4h/ybEO/AS27pvKG0+Oujd6UBgc1sdOYhHItpGYxGko/HYKQQHyQ/EvFB+IabMXIfKg2Bo/72yLy6fxBhH/BxRlfH1KTTlnw0AsMS0RA50eB43KByTty20kBaoGlhFFbvAwNlAIhBSiYMB2v6kuN8LU4MTgyJAT4PVM6x1qANOOadgK+XgQg3Z3W4mLYdmdGe0L+SfHAtBdHfcPUdmPjIhRO4hhwpV8pZ5R4CWtKvx742x675HJKDxgRgYXDsCygtjs2F97pSXPWkuN7i6gDXFRw7Bn5HDpQL5aRyS3SuZva1Ab9I07EGtPFwYQzQpA5TZC0L2JLDbU6nRpScQCICM6Dpgk5DmLEQg2LpmIiNHIDJa53ntgEFtLRI00dMWIZ7BgASX8IkV1iatjZFIEHRaQNX0z2SjkKPocUC28RBzExhKVLC5LlV/uzFKGqqClRQA9+D7fxuS9EmHIO7Q3sbEgoOjAmMeE1Ds79vwmNlFQBeC1YTq5IMVM++dcc+2wLsnnCSH18FBvER6hrw/uxnQVP/J8Rg/YoqqBDftAnVs4+ce6zJhkpYHaiCCvENm1A5+/uvvhpZCnCWx8YEBD9sgmiGWptfbGY/NaXfvAmdnaXwzQbslX4ROsxlX9kQ5FYvheq9QDRB5do3pY/cRuxPNLi83K0CIvvyTXC/9I14Nmd/qtEag9uJMeGLqqB26bNo1WIW+5MtcpgD5/mXLYX6u34WIhf2HY02HCSQx00vhZq7PmIL5NBm39mwFHpIpqhcCs3PPu34HXYKDTMxbGw/qP+Vd81OqSGhSaUJzYkfs1NsqITHShM+v+nds1NuSNCr880AjPD64mfs1FvCmIVE/XomgPonPY+dSwscZUIUH/ECJTssPvBcZrFzamGL2dGB0+IOh8oeRjKbnWML9WkxffvvBlD9Xi+JSPw5t2jXhJ1lYcr9nMVX7wktCMqUCQeIjfg0spnD/qYWaRO4EvmW8CP/uDnXPaEdlm+Yd4Qb8eY9/l9sgtCCDWRMUFv8+ZvgQnAOZGjEt9m/1CDYpX9dgTy0If5fbBDfgxEddmmXdmmX9k3tPyEZT69D/6DfAAAAAElFTkSuQmCC)
}
input::-ms-clear {
  display: none
}
.column, .chatlist, .pane-list-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.column, .chatlist, .pane-list-body, .table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.table, .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.table-row {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.table-cell {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  text-align: right
}
.table-cell-flex {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.chat-title .icon-status, .location-main .icon-status, .header-title .icon-status {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: top
}
.chat-meta .icon-down, .chat-meta .message .btn-context:before, .message .chat-meta .btn-context:before, .chat-meta .context-icon {
  width: 20px;
  height: 20px
}
.btn-context {
  margin-left: 5px;
  margin-right: -1px
}
.btn-context.icon-spinner {
  vertical-align: top;
  display: inline-block;
  height: 19px
}
.safari-fix.app>.pane-list, .safari-fix.app>.pane-two, .safari-fix .drawer-container-left, .safari-fix .drawer-container-panel {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-background-clip: padding-box
}
.safari-fix.app>.pane-list {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.safari-fix.app>.pane-two {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.safari-fix.three>.pane-two {
  border-radius: 0
}
.safari-fix .drawer-container-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.safari-fix .drawer-container-panel {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.safari-fix.app {
  border-radius: 4px;
  background-color: #e0dad6
}
.round {
  position: relative;
  height: 193px;
  margin-bottom: 30px
}
.round:after {
  content: '';
  width: 191px;
  height: 20px;
  bottom: 0;
  margin-left: -95px;
  z-index: 1;
  background: url(/img/6d7b89de7980dbbe27f186fc9efd75f7.png) center center no-repeat
}
.round:after, .round-body {
  position: absolute;
  background-size: cover;
  left: 50%
}
.round-body {
  width: 193px;
  height: 193px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
  bottom: 1px;
  margin-left: -96px
}
.popup-guide .popup-title {
  margin-bottom: 32px
}
.popup-guide .popup-controls {
  margin-top: 28px
}
.guide-allow {
  background-image: url(/img/91feba6481906fc3f2266d77c3892e7a.jpg)
}
.guide-unblock {
  background-image: url(/img/e62687e643b9777ffb4aa04323241b12.jpg)
}
.popup-guide-mac .guide-allow {
  background-image: url(/img/5638efdf1f64aa5327d85b2f02cab9db.jpg)
}
.popup-guide-mac .guide-unblock {
  background-image: url(/img/22aeecf90e5bca0b23af99873928d693.jpg)
}
.popup-guide-chrome .guide-allow {
  background-image: url(/img/11db6f2b8049628f3a75acc641b2ac19.jpg)
}
.popup-guide-chrome .guide-unblock {
  background-image: url(/img/9ffd93df96e5ea172c74144dd96c7a9b.jpg)
}
.chrome-media-icon, .firefox-lock-icon, .opera-media-icon {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 17px;
  vertical-align: -4px
}
.chrome-media-icon {
  margin: 0 4px
}
.noflex {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.pane-chat-header .chat-main, .pane-chat-header .header-main, .header-main {
  margin-top: 0
}
.pane-chat-header .chat-secondary, .pane-chat-header .header-secondary, .header-secondary {
  margin-top: -1px
}
.header-title {
  margin-top: 0
}
.pane-chat-header .chat-status, .pane-chat-header .location-secondary, .pane-chat-header .header-secondary, .header-secondary {
  font-size: 13px;
  line-height: 18px
}
.pane-chat-header .chat-avatar, .pane-chat-header .location-icon {
  cursor: pointer;
  margin-right: 15px
}
.chat-admin {
  padding-right: 10px
}
.chat-admin .chat-main .chat-meta, .chat-admin .header-main .chat-meta {
  display: block;
  top: -3px;
  position: relative
}
.chat-marker, .chat-marker-admin, .chat-marker-archived {
  display: inline-block!important;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  padding: 1px 5px 0;
  border-radius: 3px
}
.chat-marker-admin {
  color: #4caf50;
  border: 1px solid #4caf50
}
.chat-marker-archived {
  color: #a0a0a0;
  border: 1px solid #a5a5a5
}
#main::after {
  display: none
}
#main::before {
  padding: 0
}
.status-icons {
  position: fixed;
  top: 10px;
  right: 10px
}
.icon-close-panel {
  background-color: rgba(255, 120, 255, .2)
}
.startup-popup {
  width: 100%;
  background-color: transparent
}
.drag-drop-mask {
  z-index: 1002
}
.drag-drop-mask, .drag-drop {
  height: 100%;
  width: 100%;
  position: absolute
}
.drag-drop {
  z-index: 1001;
  background-color: rgba(255, 255, 255, .6)
}
.drag-drop .stitching {
  border: 5px dashed rgba(0, 0, 0, .3);
  margin: 30px;
  height: calc(100% - 60px);
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  color: rgba(0, 0, 0, .3)
}
.tooltip-container:after {
  clear: both;
  content: "";
  display: table
}
.tooltip-container {
  position: relative
}
.tooltip {
  position: absolute;
  display: inline-block;
  background-color: rgba(90, 88, 87, .7);
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .36);
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 3px;
  z-index: 999;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis
}
.tooltip:after {
  content: '';
  position: absolute
}
.tooltip.left {
  right: 8px;
  top: 50%;
  margin-top: -15px;
  -webkit-animation: tooltip-left .1s ease-out;
  animation: tooltip-left .1s ease-out
}
.menu .tooltip.left {
  right: 64px;
  top: 0;
  margin-top: 29px;
  max-width: 166px;
  -webkit-animation: menu-tooltip .12s ease-in-out;
  animation: menu-tooltip .12s ease-in-out;
  border-radius: 14px;
  padding: 8px 15px
}
.menu .tooltip.left:after {
  display: none
}
@-webkit-keyframes tooltip-left {
  from {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes tooltip-left {
  from {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@-webkit-keyframes menu-tooltip {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes menu-tooltip {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.tooltip.left:after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, .6);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
.tooltip.right {
  left: 100%;
  top: 50%;
  margin-top: -15px
}
.tooltip.right:after {
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #404040;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}
.tooltip.top {
  bottom: 40px;
  left: 50%;
  margin-left: -68px
}
.tooltip.top:after {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #404040;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.tooltip.bottom {
  top: 40px;
  left: 50%;
  margin-left: -68px
}
.tooltip.bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #404040;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.toggle {
  position: relative
}
.remember-me-tip {
  display: inline-block;
  background-color: #43d854;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  line-height: 14px;
  position: absolute;
  bottom: 24px;
  left: -14px
}
.remember-me-tip:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 12px;
  width: 0;
  height: 0;
  display: block;
  border-top: 8px solid #43d854;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.message-in.tail-override-left:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADGUExURQAAAP////b29vn5+f///wAAAP///wAAAAAAAP///9ra2v////j4+PHx8fv7++Hh4fHx8f////////////////39/QAAAP////////z8/P////39/f39/fz8/P////////////z8/P////////////z8/P////////////v7+/Hx8f///9bW1vz8/K2trf////39/f39/WJiYgAAAExMTFtbWwAAAN3d3cjIyPr6+vX19QAAAO7u7vz8/NTU1Ofn5zMzM////zGPlXsAAABBdFJOUwAcm/kREh4CCDWL1SneR6TfAQffhMYK/A5nRrLWfRc5DW2ih5f+19Kn+9v4g/1LCJuXHwQUKgahcXS6DNnlDMMKKzPoTgAAAKBJREFUKM+V08USwmAQA+C/0NIWd3d3d8/7vxTMcIPkQK7f7CG7s8bQAOY/SCuwFYQU1P+eiCqIK2gpWCmoCrAgoKQgJ8CHgIqAMjg0MxxSQ3DogEMWFBZtUPAHYGB1CyDQWE6AH7BrfXzlAxGAQhECTGAmwN1Okz0Gb/LW4fEItIfrOfNELMh3tck7u+PhcT2zQ7l77/K8iY8yJwV3BeYFqpc/uSyPGdAAAAAASUVORK5CYII=")
}
.message-in.tail-override-right:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAQAAAB0DpOuAAAA8UlEQVR4AbXQNSM3cBTF8fuU7m4zo/YCNG9At0WzmjS7XLRFj0a96u6adPvH0Z0Hz3e+n/sLwWVC9DUATRYYs8CBBZb/+4RTJxIo/EigTCGBqpw9YYIEl9mRQJnEggESXOZOAlUXCS7zZcEi9DkANOMXB4BCFgB5LADqoMUBYATuHACUKIcdA646VVXDmwC3TSpzYMyAq8ZZoIAmARQbx1GfPEGxs9cwGRKsI78+BOeKndmZ0lhH0ZLf7/7S2dnuwnJDa5CYPIy+AEfd29ObvfO1QxlhzpeDOvJX3kux7qojeqIlGvJbPtN5tnCN6cn/7QLJJweUYdlAQAAAAABJRU5ErkJggg==")
}
.message-in.focused-msg:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAYAAADeB1slAAABP2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iL1VzZXJzL3poZW5jaGFvL0Rvd25sb2Fkcy9tc2ctaW4ucG5nIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+K85lwgAAAYRpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZG/S0JRFMc/aWGU0ZBDQ5CDNIRGWUhtpYQVImIF9mPR569A7fGeEtHY0Org0A9akmhpri36B4IgqKYIWqOhoCXidZ4GSuS53Hs/93vPOffec8ESyyl5vX0U8oWiFg36nbGVVaftGYu0NvoZjCu6OhOJhGhpn/fiKXbnMXO19vvXupMpXYG2TuFpRdWKwnPC4a2iavK+sEPJxpPC58JuTS4o/GjqiTq/mpypscXM6dCWogFhh7Az08SJJlayWl54QtiVz5WU3/uYL7GnCsuLpi59AJ0oQfw4mWeWAD7GmJLRhwcvI7KiRby3Fh9mU2IVGVW20dggQ5YiblFLkj0lc1r0lLSceIiZf/C3tnp63Fs/wb4AHS+G8TEMtiP43jOMrxPD+K6CVepyXWnEb1Zg8k30ckNzHUPvLlxcNbTEKVyWof9JjWvxmmSVbkmn4f0Melag7xa61up1+92n+gBLOxC6gYNDGBL/3vUftaVnFhC3kmwAAAAJcEhZcwAACxMAAAsTAQCanBgAAAFpSURBVEiJtdexahRRFMbx367BhEgEGxUiIhYigmCxFrGxUgublCYggiA2KS0EsQs+g4g+iL2VfJWtjZIniJ1NYrGzMMSd7G52zmlmzrnnfn/OuXfuZQaKLMkxDKsAEysBJFktBWC9GrBRDfhbDShfgwvVgOvVgFvVgDvVgIeTl0Hfykmu4WDiV1TwtO1UAF60nV5blOQ+vrdjfVfw/mSgtwqSPMbXEkCSDfzAjZNjS7coyQCfpon3AsAHPOsaXAqQZB9vT8s50xokWTNuy/NZuQsDmr3+BXfnyZ8b0Jwx7/AK5+adNxOQZAsvjduxOiN9PkCSS9jDLm4vKtq2lY74N61LYxn7r4IkF3HYhzhTvoPRaPQHn3FUAmjsNa5gH79wfFbAqbsoyRDnG9geto3PnK61WwzQAVvHFnbwAJtNfDnAFOBKI7yGq3iCe7iJy/iNR31eOEPj1k2eR/jZl34X9E31L9THYn3+AWdPTBSMp7C3AAAAAElFTkSuQmCC")
}
.message-out.tail-override-right:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAD2UExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRsXAAAANzwzNPmxNrtyau5oIWRedDkwNntyczgwdfpyJ+/n97wzsLWtNjsytvwzczfvtPmxau6nNjqxtrtyio1KtzwzNjryAAAANzwzgAAANzwzK7Aor/Us9Lnw8vevAAAAMzevtbpxrvMrX+IdwAAAEROOi45Lr3MrZGjf9LoxX+MctnqydLkwhgYGMzfv9vuyQAAANzwzNvuy9zxy7vMu7XGqNvtzKKykwAAANruzKq6nLnMriQkGMXXuL3PsNjsySgzKAAAANLkw83fvd3vy9z4xtzwzRpFmIEAAABQdFJOUwAXChEGBAMBAgwhDvJ7k0YqMc0Zmwj6apf2kjU0+dkw/swh/CP9j2Wr2gndvaYeBRoxQg6gUPt/FaHJGdTj9A9k7XQLeE6iFcN12xkSt9r4NKizowAAAMFJREFUKM+V0sdywlAMBVDbMX7PQCihQ+iQ0HsJvfem/P/PwBIzugu0PXNnNNJVyPmhsIPhhoB2COwIGuLdhAcl3AhCBoBoHUC6BCBbA0C/EkBFB5D/FjxQwQYg1RI8UKINgDoSAPUlAPqUAMgfAEBfXsEDBV0+Hogi4Zhg4THj9YwHoqEBYOrgYTI3GVgMNn8r+Qq94k9yZNosW/3Hy9VuTjWfHkOX6367bGZUU7de66ieHZrO1OGg8Z1WTgYAFLgD5S1PCkzo1B0AAAAASUVORK5CYII=")
}
.message-out.tail-override-left:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAYAAADeB1slAAABwklEQVR4AdXUA4wdURQG4K1t27YRlmERNWpYI6jdBrVt2+Y+W3ee7TUf19571+ac3e1J/nDO/41DgKaX3Y+C9nRx3v8LOHyKdDBg7NiB/Ug5GLBx5/pRkECr5asXD/6/r+DUtUOTQYEP/56uhATa8I0/t0MC7ZCLfR0S6GROkCIw4MTZA8PtfmU2FNCao/+xiRRDAe2NcWIWFNDqQ+jDufgvmgMFtNXGCD6QUgigFQt9WorPPhcEuPbiRHerR24hhRBAa22s6CkpAwBweST/BCmCAFrrooVHSAntwBPOk46mOOkDUkA30EodyZ1l8cgoskwrgNy8QVaP7IbTr8wki3QBrXTRonnmRPkdm59KLV5qNMBAjB5WLzqIPxx9DcsNBtrYvDJZ8QEQQHd7QJEMCXT9JX670eZVREABrXG6DBw4sN/70IerkYvzzOZBHhqBclB7nG4T50wc9Jn7Yp3CyXhsSZC5GgzUMG3JrcMZgDPmxMXdaxno02vkZDvM8eIMu59qOFDDlRWDo6Yvmj7r+fcbe/+hz89Fpr8CysWyaiMFfxoK1IR2Jm8hTm+CmxNlthDA6cxSfd0HCbQhL0cI8HTOBzEfpJrNcgaoAAAAAElFTkSuQmCC")
}
.message-out.focused-msg:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAYAAADeB1slAAABQGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iL1VzZXJzL3poZW5jaGFvL0Rvd25sb2Fkcy9tc2ctb3V0LnBuZyIvPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PvpJtzQAAAGEaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRv0tCURTHP2lhlNGQQ0OQgzSERllIbaWEFSJiBfZj0eevQO3xnhLR2NDq4NAPWpJoaa4t+geCIKimCFqjoaAl4nWeBkrkudx7P/d7zzn33nPBEsspeb19FPKFohYN+p2xlVWn7RmLtDb6GYwrujoTiYRoaZ/34il25zFztfb717qTKV2Btk7haUXVisJzwuGtomryvrBDycaTwufCbk0uKPxo6ok6v5qcqbHFzOnQlqIBYYewM9PEiSZWslpeeELYlc+VlN/7mC+xpwrLi6YufQCdKEH8OJlnlgA+xpiS0YcHLyOyokW8txYfZlNiFRlVttHYIEOWIm5RS5I9JXNa9JS0nHiImX/wt7Z6etxbP8G+AB0vhvExDLYj+N4zjK8Tw/iuglXqcl1pxG9WYPJN9HJDcx1D7y5cXDW0xClclqH/SY1r8ZpklW5Jp+H9DHpWoO8Wutbqdfvdp/oASzsQuoGDQxgS/971H7WlZxYQt5JsAAAACXBIWXMAAAsTAAALEwEAmpwYAAABmElEQVRIibXWvWsVQRTG4edeJfErpYUgWCgiBESEbVKIndVWNnabIn+AnVgIFoK9TdBCWLASrFYhCNYSViQodkIamzQaiYlGL8ZiLnLZ3NyP7MyBqYbz/vY9M+fsdKq63MMWzuVZ8U3k6MYWPAgwkxowi6MpAXAqNWC3qstOSsBsnhV7KQHHUzs4G1u8CbggQV8MCl5KDViQoBcGAVdwOiXgCG5UdRm1TE2xWyKXqQm4jssx+6EJ6OKOUK4kALiJa7FcDAN0sIy5VAC4iEcxbtQogQL32kLGJd/H3TaQSRIf4HFVl8cOA+j0ny2TxHssYW2aH9M01q9iVTj8M5MmTeNgMH6ixFO8G+XosIDB+IRnWM6z4ntzM8bknMdDvK7qct+IiTma53EyFeALbuNvc6PN7P+Kl3iBt9gRDr8VoId1vBJu0Ybw9P+VZ0VvWMI4wG/B/iqe4yN+YHuU6DDACs73v2gdH/AGm4L17T6sl2fFvjqPA3zGIv4IJfi/phU7CPAEW3lW7LQVGxZdoQt3U4iDqi5PJBPHP+YEc5cUqQkhAAAAAElFTkSuQmCC")
}
#wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2
}
#wrapper:before {
  position: absolute;
  z-index: -1;
  background-color: #009688;
  width: 100%;
  height: 222px;
  content: '';
  top: 0;
  left: 0
}
#window {
  background-color: #FFF;
  width: 870px;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  z-index: 2;
  overflow: hidden
}
#qr-code-copy {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}
.text-clickable {
  cursor: pointer
}
.text-clickable:hover {
  text-decoration: underline
}
.qrcode {
  border-radius: 2px;
  overflow: hidden;
  width: 240px;
  height: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 78px;
  margin-left: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}
.qrcode canvas, .qrcode img {
  max-width: 240px
}
.qrcode .icon-logo {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 2
}
.qrcode img, .qrcode canvas, .qrcode .icon-logo {
  -webkit-transition: opacity .5s cubic-bezier(.1, .82, .25, 1);
  transition: opacity .5s cubic-bezier(.1, .82, .25, 1);
  opacity: 1
}
.qrcode.idle img, .qrcode.idle canvas, .qrcode.idle .icon-logo {
  opacity: .04
}
.qrcode>div {
  margin: 0 auto
}
.qr-button {
  position: absolute;
  background-color: #43d854;
  width: 120px;
  padding: 0 20px;
  box-sizing: initial;
  height: 160px;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  z-index: 100;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50%
}
.qr-button .qr-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.qr-button .icon {
  width: 32px;
  height: 32px;
  display: block;
  margin: 5px auto 15px
}
.entry-main {
  margin: 68px 90px 64px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative
}
.entry-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: #263238
}
.entry-title {
  font-size: 28px;
  color: #6C62EE;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
.entry-subtitle {
  font-size: 16px;
  color: #404040;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.entry-controls {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-bottom: 28px
}
.entry-controls .hint {
  margin-top: 14px
}
.entry-controls input {
  vertical-align: middle;
  margin-right: 6px
}
#platforms {
  background-color: #f6f8f8;
  padding: 35px 82px
}
#platforms>.hint {
  text-align: center;
  margin-top: 24px
}
.entry-platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%
}
.entry-platform {
  width: 50%;
  font-size: 13px;
  line-height: 18px;
  color: #37474f;
  margin-bottom: 12px;
  min-height: 62px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 12px;
  box-sizing: border-box
}
.entry-platform .entry-platform-title {
  font-weight: 600;
  margin-top: 8px
}
.icon-platform {
  width: 50px;
  height: 50px;
  background-color: #43d854;
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 14px
}
.entry-platform:last-child, .entry-platform:nth-last-child(2) {
  margin-bottom: 0
}
@media screen and (max-width:880px), screen and (max-height:720px) {
  #wrapper {
    position: fixed;
    background-color: #dfdfdf;
    display: block;
    overflow: auto;
    background-image: -webkit-linear-gradient(top, #dddbd1, #d2dbdc);
    background-image: linear-gradient(to bottom, #dddbd1, #d2dbdc)
  }
  #window {
    margin: 20px auto
  }
}
@media screen and (max-width:880px) {
  #window {
    width: 80%;
    min-width: 440px;
    overflow: hidden
  }
  .entry-main {
    margin-left: 60px;
    margin-right: 60px;
    min-width: 320px
  }
  .entry-title {
    padding-top: 0
  }
  .entry-text {
    height: 430px
  }
  .entry-controls {
    padding-bottom: 0
  }
  .qrcode {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -120px
  }
  #platforms {
    padding-left: 52px;
    padding-right: 52px
  }
  .entry-platform {
    width: 100%;
    min-height: 58px;
    margin-bottom: 14px
  }
  .entry-platform:last-child, .entry-platform:nth-last-child(2) {
    margin-bottom: 14px
  }
}
@media screen and (max-width:460px) {
  .app-wrapper::before {
    display: none
  }
  #window {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0
  }
}
.screen {
  text-align: center
}
.screen .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px
}
.screen .lead {
  font-size: 17px;
  color: #333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
  font-weight: 300!important
}
.screen .lead a {
  color: #41a9d8;
  text-decoration: underline
}
.screen .lead a:hover {
  text-decoration: none!important
}
.alert-chrome {
  padding: 176px 0 160px
}
.alert-chrome .graphic {
  margin-bottom: 46px
}
.popup-system>.contents {
  text-align: center;
  padding: 30px 28px;
  background-color: #FFF
}
.popup-system>.contents>.spinner-container {
  margin: 0 auto
}
.popup-system .title {
  font-weight: 300;
  color: #000;
  font-size: 19px;
  margin-bottom: 10px
}
.popup-system .action {
  margin-top: 20px
}
.popup-system .action .button {
  margin-right: 8px
}
.popup-system .action .button:last-of-type {
  margin-right: 0
}
.popup-system .text {
  font-size: 13px;
  color: #a3a3a3
}
.popup-system .text-tip {
  margin-top: 22px
}
.popup-system .text a {
  color: #a3a3a3
}
.popup-system .loading {
  margin-top: 10px
}
.popup-system {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(32, 34, 36, .8)
}
.popup-system>.contents {
  max-width: 840px;
  max-height: 80%;
  z-index: 10001;
  border-radius: 4px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .42);
  overflow: hidden
}

.form-control {
    width: 80%;
    margin: 10px;
    border-radius: 30px;
    height: 24px;
}
