[v-cloak] {
  display: none;
}
.chat-window__input--emoji {
  display: inline-flex;
  align-items: center;
}
.emoji-type-image.emoji-set-twitter {
  background-image: url(../images/sheet_twitter_64.png) !important;
}
#buddy-chat-app {
  font-size: 14px;
  line-height: 26px;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
}
#buddy-chat-app * {
  box-sizing: border-box;
}
#buddy-chat-app img.avatar {
  width: 30px;
  height: auto;
}
#buddy-chat-app img.avatar:hover {
  transform: initial;
}
#buddy-chat-app img.avatar.has-unread {
  box-shadow: 0 0 1px 1px #0071bc;
}
#buddy-chat-app .flex-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#buddy-chat-app .iflex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#buddy-chat-app time,
#buddy-chat-app .mute {
  font-size: 80%;
}
#buddy-chat-app .chat-buddy {
  font-weight: 600;
}
#buddy-chat-app .chat-buddy.ellipsis {
  max-width: 180px;
}
#buddy-chat-app .vb-content {
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}
#buddy-chat-app .dashicons {
  height: auto;
  width: auto;
  line-height: inherit;
  font-size: 1em;
}
#buddy-chat-app .avatar-container {
  position: relative;
  margin-right: 0.5rem;
}
#buddy-chat-app .avatar-container .status {
  background-color: #d8d8d8;
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1.5px solid white;
}
#buddy-chat-app .avatar-container .status.online {
  background-color: #2ed573;
}
#buddy-chat-app.popped .chat-window__buddies {
  width: unset !important;
}
#buddy-chat-app.popped .chat-window__buddies .popped-buddies .dropd-menu {
  width: 255px;
}
#buddy-chat-app.popped #buddy-chat-buddies__default {
  position: static;
}
#buddy-chat-app.popped #buddy-chat-windows {
  width: 100%;
}
#buddy-chat-app .popped-buddies > .dropd-menu {
  padding: 0;
  border-radius: 12px 12px 0 0;
  border: none;
}
#buddy-chat-app .popped-buddies > .dropd-control {
  background-color: #0071bc;
  color: #fff;
  text-align: center;
  width: 32px;
  height: 32px;
  padding: 0.5rem;
  border-radius: 12px 12px 0;
  margin-right: 1rem;
}
#buddy-chat-app #buddy-chat-buddies__default .buddy-chat-buddies__container {
  height: 312px;
}
#buddy-chat-app
  #buddy-chat-buddies__default
  .buddy-chat-buddies__container
  .header-container
  .window-title
  h5 {
  color: #0071bc;
}
#buddy-chat-app .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e7edf2;
  cursor: pointer;
}
#buddy-chat-app .header-container > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
#buddy-chat-app .header-container h5 {
  margin: 0;
  font-size: 1em;
}
#buddy-chat-app .header-container .header-title .dashicons {
  font-size: 1.25rem;
}
#buddy-chat-app .header-container .header-title .window-title {
  margin-left: 0.5rem;
}
#buddy-chat-app .buddy-chat-nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  margin: 0;
  list-style: none;
}
#buddy-chat-app .buddy-chat-nav-tabs li {
  white-space: nowrap;
}
#buddy-chat-app .buddy-chat-nav-tabs li a {
  display: block;
  padding: 0.5rem 0.75rem 0.5rem 0;
}
#buddy-chat-app .buddy-chat-nav-tabs li a:hover {
  cursor: pointer;
}
#buddy-chat-app .buddy-chat-nav-tabs li a:hover,
#buddy-chat-app .buddy-chat-nav-tabs li a.active {
  color: #0071bc;
}
#buddy-chat-app #buddy-chat-buddies {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  width: 240px;
  border-left: 1px solid;
  border-color: #e7edf2;
  box-shadow: 0 0 60px rgba(58, 46, 68, 0.04);
}
#buddy-chat-app #buddy-chat-buddies .buddy-chat-nav-tabs,
#buddy-chat-app #buddy-chat-buddies .bpc-igroup {
  overflow: hidden;
  max-height: 42px;
  transition: max-height 0.3s;
}
#buddy-chat-app #buddy-chat-buddies.collapsed {
  background-color: #f8f9fb;
  width: 80px;
  box-shadow: none;
}
#buddy-chat-app #buddy-chat-buddies.collapsed .bpc-notice {
  display: none;
}
#buddy-chat-app #buddy-chat-buddies.collapsed .buddy-chat-nav-tabs,
#buddy-chat-app #buddy-chat-buddies.collapsed .bpc-igroup {
  max-height: 0;
}
#buddy-chat-app #buddy-chat-buddies.collapsed .window-title,
#buddy-chat-app #buddy-chat-buddies.collapsed .dropd-group,
#buddy-chat-app #buddy-chat-buddies.collapsed .bpc-item-body,
#buddy-chat-app #buddy-chat-buddies.collapsed .action-text {
  display: none;
}
#buddy-chat-app #buddy-chat-buddies.collapsed .bpc-item,
#buddy-chat-app #buddy-chat-buddies.collapsed #buddy-chat-buddies__collapser {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#buddy-chat-app #buddy-chat-buddies.collapsed .header-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#buddy-chat-app #buddy-chat-buddies.collapsed .collapse-icon {
  transform: scaleX(-1);
}
#buddy-chat-app #buddy-chat-buddies.collapsed .buddy-chat-buddies__content {
  max-height: 520px;
}
@media screen and (max-width: 1400px) {
  #buddy-chat-app #buddy-chat-buddies.collapsed .buddy-chat-buddies__content {
    max-height: 420px;
  }
}
#buddy-chat-app #buddy-chat-buddies.collapsed .buddy-chat-buddies__collapser {
  background-color: #f8f9fb;
  border: none;
}
#buddy-chat-app #buddy-chat-buddies .header-container,
#buddy-chat-app #buddy-chat-buddies .buddy-chat-buddies__collapser {
  height: 80px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#buddy-chat-app #buddy-chat-buddies .buddy-chat-buddies__content {
  max-height: calc(100vh - 160px);
}
#buddy-chat-app
  #buddy-chat-buddies
  .buddy-chat-buddies__content
  .buddy-chat-nav-tabs {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#buddy-chat-app #buddy-chat-buddies .buddy-chat-buddies__content .bpc-igroup {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
#buddy-chat-app
  #buddy-chat-buddies
  .buddy-chat-buddies__content
  #buddy-list
  .bpc-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#buddy-chat-app #buddy-chat-buddies .buddy-chat-buddies__collapser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  margin-top: auto;
  border-top: 1px solid #e7edf2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#buddy-chat-app #buddy-chat-buddies .buddy-chat-buddies__collapser::before {
  content: none;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(
    -180deg,
    green 0%,
    rgba(255, 255, 255, 0.5) 55%,
    transparent 110%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}
#buddy-chat-app
  #buddy-chat-buddies
  .buddy-chat-buddies__collapser
  .collapse-icon {
  background: #0071bc;
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}
#buddy-chat-app
  #buddy-chat-buddies
  .buddy-chat-buddies__collapser
  .action-text {
  margin-left: 0.5rem;
}
#buddy-chat-app
  #buddy-chat-buddies
  .buddy-chat-buddies__collapser
  .action-text
  h5 {
  font-size: 1em;
  margin: 0;
}
#buddy-chat-app .buddy-chat-buddies__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
}
#buddy-chat-app .buddy-chat-buddies__container .dropd-menu {
  left: unset;
  right: 0;
  top: unset;
  bottom: 30px !important;
}
#buddy-chat-app .buddy-chat-buddies__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
#buddy-chat-app .buddy-chat-buddies__content .bpc-igroup {
  position: relative;
  margin-bottom: 1rem;
  margin: 0 1rem;
}
#buddy-chat-app .buddy-chat-buddies__content .bpc-igroup .bpc-igroup-prepend {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#buddy-chat-app .buddy-chat-buddies__content .bpc-igroup .bpc-form-control {
  background: #fff;
  width: 100%;
  padding-left: 2.25rem;
  font-size: 90%;
}
#buddy-chat-app
  .buddy-chat-buddies__content
  .bpc-igroup
  .bpc-form-control:not(:focus) {
  border: 1px solid #e7edf2;
}
#buddy-chat-app #buddy-list .bpc-item {
  padding: 0 1rem;
}
#buddy-chat-app #buddy-list .bpc-buddy-list {
  margin: 1rem 0 0 0;
  padding: 0;
}
#buddy-chat-app #buddy-list .bpc-buddy-list .bpc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.3;
}
#buddy-chat-app #buddy-list .bpc-buddy-list .bpc-item .avatar-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 100%;
  margin: 0;
}
#buddy-chat-app #buddy-list .bpc-buddy-list .bpc-item .bpc-item-body {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 30px);
  -moz-box-flex: 0;
  -moz-flex: 0 0 calc(100% - 30px);
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  padding-left: 0.5rem;
}
#buddy-chat-app #buddy-list .bpc-buddy-list .bpc-item-body .buddy {
  margin-right: auto;
  max-width: 100%;
  font-size: 0.85em;
}
#buddy-chat-app
  #buddy-list
  .bpc-buddy-list
  .bpc-item-body
  .buddy
  .online-status {
  font-size: 80%;
}
#buddy-chat-app #buddy-chat-windows {
  width: calc(100vw - 112px);
}
#buddy-chat-app #buddy-chat-windows .bpc-chat-windows-list {
  height: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
#buddy-chat-app
  #buddy-chat-windows
  .bpc-chat-windows-list
  .user-list_inactive
  .dropd-control {
  background-color: #0071bc;
  height: 32px;
  padding: 0.5rem 1rem;
  border-radius: 12px 12px 0 0;
  color: #fff;
}
#buddy-chat-app
  #buddy-chat-windows
  .bpc-chat-windows-list
  .user-list_inactive
  .dropd-menu
  .dropd-item {
  font-weight: 600;
}
#buddy-chat-app
  #buddy-chat-windows
  .bpc-chat-windows-list
  .user-list_inactive
  .dropd-menu
  .dropd-item:not(:last-child) {
  border-bottom: 1px solid #e7edf2;
}
#buddy-chat-app #buddy-chat-windows #buddy-chat-buddies__default {
  position: absolute;
  bottom: 0;
  top: unset !important;
  right: unset !important;
  background: #fff;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
  box-sizing: border-box;
  width: inherit;
  border: 1px solid #e7edf2;
  box-shadow: 0 0 80px rgba(58, 46, 68, 0.1);
}
@media screen and (max-width: 720px) {
  #buddy-chat-app #buddy-chat-windows #buddy-chat-buddies__default {
    border-radius: 12px;
  }
}
#buddy-chat-app
  #buddy-chat-windows
  #buddy-chat-buddies__default
  .buddy-chat-buddies__content.vb-content:not(:root:root) {
  max-height: 270px;
}
#buddy-chat-app #buddy-chat-windows .chat-window,
#buddy-chat-app #buddy-chat-windows .chat-window__buddies {
  width: 280px;
  margin-left: 1.375rem;
  position: relative;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window.minimized
  .chat-window__container,
#buddy-chat-app
  #buddy-chat-windows
  .chat-window.minimized
  #buddy-chat-buddies__default,
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__buddies.minimized
  .chat-window__container,
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__buddies.minimized
  #buddy-chat-buddies__default {
  bottom: -270px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window.minimized
  #buddy-chat-buddies__default
  .header-container,
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__buddies.minimized
  #buddy-chat-buddies__default
  .header-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 44px;
}
#buddy-chat-app #buddy-chat-windows .chat-window {
  z-index: 1001;
}
#buddy-chat-app #buddy-chat-windows .chat-window .chat-window__container {
  border-radius: 12px 12px 0 0;
  border-bottom: 0;
  padding: 5px 5px 0 5px;
  background: #fff;
  width: 100%;
  height: 312px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  border: 1px solid #e7edf2;
  box-shadow: 0 0 80px rgba(58, 46, 68, 0.1);
}
#buddy-chat-app #buddy-chat-windows .user-list_inactive {
  z-index: 1002;
}
#buddy-chat-app #buddy-chat-windows .chat-window__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e7edf2;
}
#buddy-chat-app #buddy-chat-windows .chat_window__close-btn {
  position: absolute;
  right: 0;
  top: 3px;
  color: red;
  text-decoration: none;
}
#buddy-chat-app #buddy-chat-windows .chat_window__close-btn:hover {
  color: #b30000;
  transition: all 0.5s;
}
#buddy-chat-app #buddy-chat-windows .chat_window__close-btn .dashicons {
  font-size: 1.25rem;
}
#buddy-chat-app #buddy-chat-windows .chat-window__message-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
#buddy-chat-app #buddy-chat-windows .chat-window__message-list .bpc-chat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  margin: 0;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  > :first-child {
  margin-top: auto !important;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li {
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  padding: 0 0.5em 0 0;
  width: 100%;
  box-sizing: border-box;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li
  time {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: inherit;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li
  .message-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li
  .message-block
  .avatar {
  margin-right: 0.25rem;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li
  .message-block
  .messages {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li
  .message-block
  .message {
  padding: 0.5rem 1rem;
  white-space: pre-wrap;
  max-width: calc(100% - 34px);
  line-height: 1.25;
  border: 0.5px solid #fff;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li
  .message-block
  .message
  > span {
  vertical-align: middle;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li
  .message-block
  .message
  .emoji-type-image {
  vertical-align: sub;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--self
  .messages {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--self
  .message {
  background-color: rgba(0, 113, 188, 0.05);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--self
  .message:first-child {
  border-top-right-radius: 12px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--self
  .message:last-child {
  border-bottom-right-radius: 12px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--other
  .message {
  background-color: #0071bc;
  color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--other
  .message:first-child {
  border-top-left-radius: 12px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--other
  .message:last-child {
  border-bottom-left-radius: 12px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__message-list
  .bpc-chat-list
  li.message--other
  .message
  * {
  color: #fff;
}
#buddy-chat-app #buddy-chat-windows .chat-window__inputarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e7edf2;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__input {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__input--placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 90%;
  line-height: 1;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__input--field {
  min-height: 26px;
  display: inline-block;
  width: 100%;
  word-break: break-word;
  padding: 0.5rem 0;
  line-height: 1.25;
  white-space: pre-wrap;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__input--field:focus {
  outline: none;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__btn--enter {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__btn--enter
  > span {
  background-color: #0071bc;
  background-size: 200%;
  color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  margin-left: 4px;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__btn--enter
  > span:hover {
  background-position: right center;
  transition: all 750ms ease;
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__btn--enter
  > span
  .dashicons::before {
  line-height: 24px;
  font-size: 1em;
}
@media (min-width: 992px) {
  #buddy-chat-app
    #buddy-chat-windows
    .chat-window__inputarea
    .chat-window__btn--enter {
    display: none;
  }
}
#buddy-chat-app
  #buddy-chat-windows
  .chat-window__inputarea
  .chat-window__input--emoji {
  font-size: 20px;
  cursor: pointer;
}
#buddy-chat-app .dropd-control {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#buddy-chat-app .dropd-group {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#buddy-chat-app .dropd-group > .dropd-menu {
  bottom: 40px;
  top: unset;
}
#buddy-chat-app .dropd-group.dropd-dr > .dropd-menu {
  right: 0 !important;
  top: 100% !important;
  bottom: unset !important;
}
#buddy-chat-app .dropd-group.dropd-tr > .dropd-menu {
  left: unset;
  right: 0;
  bottom: 120%;
}
#buddy-chat-app .dropd-group.active > .dropd-menu {
  opacity: 1;
  display: block;
}
#buddy-chat-app .dropd-menu {
  background-color: #fff;
  background-clip: padding-box;
  position: absolute !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  text-align: left;
  list-style: none;
  border: 1px solid #e7edf2;
  border-radius: 12px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.05);
}
#buddy-chat-app .dropd-item {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  font-size: 90%;
}
#buddy-chat-app .dropd-item:hover {
  color: #0071bc;
}
#buddy-chat-app .popped .buddy-chat-buddies__container {
  width: 255px;
}
#buddy-chat-app .fade-enter-active,
#buddy-chat-app .fade-leave-active {
  transition: opacity 0.5s;
}
#buddy-chat-app .fade-enter,
#buddy-chat-app .fade-leave-to {
  opacity: 0;
}
#buddy-chat-app .jump {
  animation: jump 0.5s;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
#buddy-chat-app.dash
  #buddy-chat-buddies:not(.collapsed)
  #buddy-list
  .vue-recycle-scroller {
  margin-bottom: 2rem;
}
.vb.vb-visible > .vb-dragger > .vb-dragger-styler {
  visibility: hidden;
}
.vb.vb-visible:hover {
  transition: all 1s;
}
.vb.vb-visible:hover > .vb-dragger > .vb-dragger-styler {
  visibility: visible;
  transition: background-color 100ms ease-out, margin 100ms ease-out,
    height 100ms ease-out;
}
.vb > .vb-dragger {
  z-index: 5;
  width: 9px;
  right: 0;
}
.vb > .vb-dragger > .vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: background-color 100ms ease-out, margin 100ms ease-out,
    height 100ms ease-out;
  transition: background-color 100ms ease-out, margin 100ms ease-out,
    height 100ms ease-out;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  height: calc(100% - 10px);
  display: block;
  cursor: pointer;
}
.vb > .vb-dragger:hover > .vb-dragger-styler {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(0, 0, 0, 0.15);
}
.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(0, 0, 0, 0.2);
}
body.admin-bar #buddy-chat-app #buddy-chat-buddies {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #buddy-chat-app #buddy-chat-buddies {
    top: 46px;
  }
}
.beehive #buddy-chat-app .dashicons-format-chat::before {
  content: "\e94f";
  font-family: "unicons";
}
.beehive #buddy-chat-app .dashicons-admin-generic::before {
  content: "\e99d";
  font-family: "unicons";
}
.beehive
  #buddy-chat-app
  .header-container
  .header-title
  .dashicons-format-chat {
  color: #0071bc;
}
.beehive #buddy-chat-app .dropd-control .dashicons-admin-generic {
  font-size: 1.25em;
}
.beehive
  #buddy-chat-app
  #buddy-chat-windows
  .bpc-chat-windows-list
  .user-list_inactive
  .dashicons-format-chat::before {
  content: "\ec16";
}
.beehive
  #buddy-chat-app
  #buddy-chat-windows
  .chat-window__btn--enter
  > span
  .dashicons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  line-height: 24px;
  text-align: center;
  transform: rotate(-135deg);
}
.beehive
  #buddy-chat-app
  #buddy-chat-windows
  .chat-window__btn--enter
  > span
  .dashicons::before {
  content: "\eaf0";
  font-family: "unicons";
}
.beehive
  #buddy-chat-app
  #buddy-chat-windows
  .chat_window__close-btn
  .dashicons {
  font-size: 1rem;
}
.beehive
  #buddy-chat-app
  #buddy-chat-windows
  .chat_window__close-btn
  .dashicons::before {
  content: "\ebee";
  font-family: "unicons";
}
