/*!
 * JavaScript XMPP Client - the open chat
 *
 * Version: 4.4.0
 * Build date: Fri Feb 04 2022
 * https://www.jsxc.org/
 *
 * JSXC is released under the MIT license, but this file also contains
 * dependencies which are released under a different license.
 */

.jsxc-window-list *,
.jsxc-window-list-handler *,
.jsxc-dialog *,
#jsxc-roster * {
  box-sizing: border-box;
}
@font-face {
  font-family: "jsxc-icons";
  src: url("../fonts/jsxc-icons.eot?d795960dd0062a30f89bb22c3b0df55e#iefix")
      format("embedded-opentype"),
    url("../fonts/jsxc-icons.woff2?d795960dd0062a30f89bb22c3b0df55e")
      format("woff2"),
    url("../fonts/jsxc-icons.woff?d795960dd0062a30f89bb22c3b0df55e")
      format("woff");
}
[class^="jsxc-icon-"]:before,
[class*=" jsxc-icon-"]:before {
  font-family: jsxc-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jsxc-icon-attachment:before {
  content: "";
}
.jsxc-icon-bell:before {
  content: "";
}
.jsxc-icon-bookmark:before {
  content: "";
}
.jsxc-icon-camera-disabled:before {
  content: "";
}
.jsxc-icon-camera:before {
  content: "";
}
.jsxc-icon-channel:before {
  content: "";
}
.jsxc-icon-close:before {
  content: "";
}
.jsxc-icon-contact:before {
  content: "";
}
.jsxc-icon-delete:before {
  content: "";
}
.jsxc-icon-download:before {
  content: "";
}
.jsxc-icon-dragover:before {
  content: "";
}
.jsxc-icon-drop:before {
  content: "";
}
.jsxc-icon-edit:before {
  content: "";
}
.jsxc-icon-fullscreen:before {
  content: "";
}
.jsxc-icon-gear:before {
  content: "";
}
.jsxc-icon-group:before {
  content: "";
}
.jsxc-icon-groupcontact:before {
  content: "";
}
.jsxc-icon-hang-up:before {
  content: "";
}
.jsxc-icon-help:before {
  content: "";
}
.jsxc-icon-info:before {
  content: "";
}
.jsxc-icon-jsxc:before {
  content: "";
}
.jsxc-icon-location:before {
  content: "";
}
.jsxc-icon-maximize:before {
  content: "";
}
.jsxc-icon-megaphone:before {
  content: "";
}
.jsxc-icon-menu:before {
  content: "";
}
.jsxc-icon-microphone-disabled:before {
  content: "";
}
.jsxc-icon-microphone:before {
  content: "";
}
.jsxc-icon-minimize:before {
  content: "";
}
.jsxc-icon-more:before {
  content: "";
}
.jsxc-icon-mute:before {
  content: "";
}
.jsxc-icon-nonanonymous-group:before {
  content: "";
}
.jsxc-icon-padlock-close:before {
  content: "";
}
.jsxc-icon-padlock-open-disabled:before {
  content: "";
}
.jsxc-icon-padlock-open:before {
  content: "";
}
.jsxc-icon-pick-up-disabled:before {
  content: "";
}
.jsxc-icon-pick-up:before {
  content: "";
}
.jsxc-icon-placeholder:before {
  content: "";
}
.jsxc-icon-quotation:before {
  content: "";
}
.jsxc-icon-resize:before {
  content: "";
}
.jsxc-icon-search:before {
  content: "";
}
.jsxc-icon-smiley:before {
  content: "";
}
.jsxc-icon-speech-balloon:before {
  content: "";
}
:root {
  --jsxc-color-main-text: #222;
  --jsxc-color-main-background: #fff;
  --jsxc-color-main-background-translucent: rgba(255, 255, 255, 0.8);
  --jsxc-color-background-hover: #f5f5f5;
  --jsxc-color-background-dark: #ededed;
  --jsxc-color-background-dark-translucent: rgba(70, 70, 70, 0.8);
  --jsxc-color-background-darker-1: #dbdbdb;
    --jsxc-color-background-darker: #9493DB;
  --jsxc-color-placeholder-light: #e6e6e6;
  --jsxc-color-placeholder-dark: #ccc;
  --jsxc-color-primary: #1d2d44;
  --jsxc-color-primary-light: #e6f3fa;
  --jsxc-color-primary-text: #fff;
  --jsxc-color-primary-text-dark: #ededed;
  --jsxc-color-error: #e9322d;
  --jsxc-color-warning: #eca700;
  --jsxc-color-success: #46ba61;
  --jsxc-color-text-maxcontrast: #767676;
  --jsxc-color-text-light: #222;
  --jsxc-color-text-lighter: #767676;
  --jsxc-color-loading-light: #ccc;
  --jsxc-color-loading-dark: #444;
  --jsxc-color-box-shadow: rgba(77, 77, 77, 0.5);
  --jsxc-color-border: #ededed;
  --jsxc-color-border-dark: #dbdbdb;
}
body.jsxc-dark .jsxc-dialog-wrapper,
body.jsxc-dark #jsxc-window-list,
body.jsxc-dark #jsxc-roster {
  --jsxc-color-main-text: #d8d8d8;
  --jsxc-color-main-background: #181818;
  --jsxc-color-main-background-translucent: rgba(24, 24, 24, 1);
  --jsxc-color-background-hover: #0e0e0e;
  --jsxc-color-background-dark: #222;
  --jsxc-color-background-dark-translucent: rgba(51, 51, 51, 0.8);
  --jsxc-color-background-darker: #2c2c2c;
  --jsxc-color-placeholder-light: #323232;
  --jsxc-color-placeholder-dark: #4b4b4b;
  --jsxc-color-primary: #1d2d44;
  --jsxc-color-primary-light: #16232a;
  --jsxc-color-primary-text: #fff;
  --jsxc-color-primary-text-dark: #ededed;
  --jsxc-color-error: #e9322d;
  --jsxc-color-warning: #eca700;
  --jsxc-color-success: #46ba61;
  --jsxc-color-text-maxcontrast: #8c8c8c;
  --jsxc-color-text-light: #d8d8d8;
  --jsxc-color-text-lighter: #8c8c8c;
  --jsxc-color-loading-light: #777;
  --jsxc-color-loading-dark: #ccc;
  --jsxc-color-box-shadow: rgba(0, 0, 0, 0.5);
  --jsxc-color-border: #2a2a2a;
  --jsxc-color-border-dark: #3c3c3c;
}
@keyframes jsxc-bounce-6 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-10px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-1px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes jsxc-establishing {
  0% {
    background-color: #a1a1a1;
    border-width: 0;
    margin-left: -20px;
    width: 40px;
  }
  50% {
    background-color: #f1f1f1;
    margin-left: -40px;
    width: 80px;
  }
  100% {
    background-color: #a1a1a1;
    border-width: 0;
    margin-left: -20px;
    width: 40px;
  }
}
@keyframes jsxc-ringing {
  0% {
    background-color: #98d48f;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
  }
  50% {
    background-color: #76ba6c;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
  }
  100% {
    background-color: #98d48f;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
  }
}
@keyframes jsxc-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jsxc-no-video,
.jsxc-remote-video {
  background-color: #999;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.jsxc-message-input::-webkit-scrollbar,
.jsxc-window__overlay::-webkit-scrollbar,
.jsxc-window .jsxc-message-area::-webkit-scrollbar,
.jsxc-contact-list-wrapper::-webkit-scrollbar,
.jsxc-group-list-wrapper::-webkit-scrollbar,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
.jsxc-message-input::-webkit-scrollbar-button,
.jsxc-window__overlay::-webkit-scrollbar-button,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-button,
.jsxc-contact-list-wrapper::-webkit-scrollbar-button,
.jsxc-group-list-wrapper::-webkit-scrollbar-button,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.jsxc-message-input::-webkit-scrollbar-thumb,
.jsxc-window__overlay::-webkit-scrollbar-thumb,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-thumb,
.jsxc-contact-list-wrapper::-webkit-scrollbar-thumb,
.jsxc-group-list-wrapper::-webkit-scrollbar-thumb,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border: 0;
  border-radius: 1px;
  border-right: 3px solid transparent;
}
.jsxc-message-input::-webkit-scrollbar-thumb:hover,
.jsxc-window__overlay::-webkit-scrollbar-thumb:hover,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-thumb:hover,
.jsxc-contact-list-wrapper::-webkit-scrollbar-thumb:hover,
.jsxc-group-list-wrapper::-webkit-scrollbar-thumb:hover,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
.jsxc-message-input::-webkit-scrollbar-thumb:active,
.jsxc-window__overlay::-webkit-scrollbar-thumb:active,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-thumb:active,
.jsxc-contact-list-wrapper::-webkit-scrollbar-thumb:active,
.jsxc-group-list-wrapper::-webkit-scrollbar-thumb:active,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-thumb:active {
  background: #b1b1b1;
}
.jsxc-message-input::-webkit-scrollbar-track,
.jsxc-window__overlay::-webkit-scrollbar-track,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-track,
.jsxc-contact-list-wrapper::-webkit-scrollbar-track,
.jsxc-group-list-wrapper::-webkit-scrollbar-track,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-track {
  background: transparent;
  border: 0 none #fff;
  border-radius: 50px;
}
.jsxc-message-input::-webkit-scrollbar-track:hover,
.jsxc-window__overlay::-webkit-scrollbar-track:hover,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-track:hover,
.jsxc-contact-list-wrapper::-webkit-scrollbar-track:hover,
.jsxc-group-list-wrapper::-webkit-scrollbar-track:hover,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-track:hover {
  background: transparent;
}
.jsxc-message-input::-webkit-scrollbar-track:active,
.jsxc-window__overlay::-webkit-scrollbar-track:active,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-track:active,
.jsxc-contact-list-wrapper::-webkit-scrollbar-track:active,
.jsxc-group-list-wrapper::-webkit-scrollbar-track:active,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-track:active {
  background: transparent;
}
.jsxc-message-input::-webkit-scrollbar-corner,
.jsxc-window__overlay::-webkit-scrollbar-corner,
.jsxc-window .jsxc-message-area::-webkit-scrollbar-corner,
.jsxc-contact-list-wrapper::-webkit-scrollbar-corner,
.jsxc-group-list-wrapper::-webkit-scrollbar-corner,
.jsxc-window-item .jsxc-memberlist::-webkit-scrollbar-corner {
  background: transparent;
}
.jsxc-emoticon--sm {
  background-size: 1em 1em;
  height: 32px;
  margin: -0.2ex 0.05em 0 0.1em;
  width: 32px;
}
.jsxc-emoticon--med {
  background-size: 2em 2em;
  height: 64px;
  margin: -0.4ex 0.1em 0 0.2em;
  width: 64px;
}
.jsxc-emoticon--lg {
  background-size: 4em 4em;
  height: 128px;
  margin: -0.8ex 0.2em 0 0.4em;
  width: 128px;
}
.jsxc-emoticon--1f4af {
  background-image: url("../images/emojione/1f4af.svg");
}
.jsxc-emoticon--1f522 {
  background-image: url("../images/emojione/1f522.svg");
}
.jsxc-emoticon--1f600 {
  background-image: url("../images/emojione/1f600.svg");
}
.jsxc-emoticon--1f601 {
  background-image: url("../images/emojione/1f601.svg");
}
.jsxc-emoticon--1f602 {
  background-image: url("../images/emojione/1f602.svg");
}
.jsxc-emoticon--1f923 {
  background-image: url("../images/emojione/1f923.svg");
}
.jsxc-emoticon--1f603 {
  background-image: url("../images/emojione/1f603.svg");
}
.jsxc-emoticon--1f604 {
  background-image: url("../images/emojione/1f604.svg");
}
.jsxc-emoticon--1f605 {
  background-image: url("../images/emojione/1f605.svg");
}
.jsxc-emoticon--1f606 {
  background-image: url("../images/emojione/1f606.svg");
}
.jsxc-emoticon--1f609 {
  background-image: url("../images/emojione/1f609.svg");
}
.jsxc-emoticon--1f60a {
  background-image: url("../images/emojione/1f60a.svg");
}
.jsxc-emoticon--1f60b {
  background-image: url("../images/emojione/1f60b.svg");
}
.jsxc-emoticon--1f60e {
  background-image: url("../images/emojione/1f60e.svg");
}
.jsxc-emoticon--1f60d {
  background-image: url("../images/emojione/1f60d.svg");
}
.jsxc-emoticon--1f618 {
  background-image: url("../images/emojione/1f618.svg");
}
.jsxc-emoticon--1f617 {
  background-image: url("../images/emojione/1f617.svg");
}
.jsxc-emoticon--1f619 {
  background-image: url("../images/emojione/1f619.svg");
}
.jsxc-emoticon--1f61a {
  background-image: url("../images/emojione/1f61a.svg");
}
.jsxc-emoticon--263a {
  background-image: url("../images/emojione/263a.svg");
}
.jsxc-emoticon--1f642 {
  background-image: url("../images/emojione/1f642.svg");
}
.jsxc-emoticon--1f917 {
  background-image: url("../images/emojione/1f917.svg");
}
.jsxc-emoticon--1f914 {
  background-image: url("../images/emojione/1f914.svg");
}
.jsxc-emoticon--1f610 {
  background-image: url("../images/emojione/1f610.svg");
}
.jsxc-emoticon--1f611 {
  background-image: url("../images/emojione/1f611.svg");
}
.jsxc-emoticon--1f636 {
  background-image: url("../images/emojione/1f636.svg");
}
.jsxc-emoticon--1f644 {
  background-image: url("../images/emojione/1f644.svg");
}
.jsxc-emoticon--1f60f {
  background-image: url("../images/emojione/1f60f.svg");
}
.jsxc-emoticon--1f623 {
  background-image: url("../images/emojione/1f623.svg");
}
.jsxc-emoticon--1f625 {
  background-image: url("../images/emojione/1f625.svg");
}
.jsxc-emoticon--1f62e {
  background-image: url("../images/emojione/1f62e.svg");
}
.jsxc-emoticon--1f910 {
  background-image: url("../images/emojione/1f910.svg");
}
.jsxc-emoticon--1f62f {
  background-image: url("../images/emojione/1f62f.svg");
}
.jsxc-emoticon--1f62a {
  background-image: url("../images/emojione/1f62a.svg");
}
.jsxc-emoticon--1f62b {
  background-image: url("../images/emojione/1f62b.svg");
}
.jsxc-emoticon--1f634 {
  background-image: url("../images/emojione/1f634.svg");
}
.jsxc-emoticon--1f60c {
  background-image: url("../images/emojione/1f60c.svg");
}
.jsxc-emoticon--1f913 {
  background-image: url("../images/emojione/1f913.svg");
}
.jsxc-emoticon--1f61b {
  background-image: url("../images/emojione/1f61b.svg");
}
.jsxc-emoticon--1f61c {
  background-image: url("../images/emojione/1f61c.svg");
}
.jsxc-emoticon--1f61d {
  background-image: url("../images/emojione/1f61d.svg");
}
.jsxc-emoticon--1f924 {
  background-image: url("../images/emojione/1f924.svg");
}
.jsxc-emoticon--1f612 {
  background-image: url("../images/emojione/1f612.svg");
}
.jsxc-emoticon--1f613 {
  background-image: url("../images/emojione/1f613.svg");
}
.jsxc-emoticon--1f614 {
  background-image: url("../images/emojione/1f614.svg");
}
.jsxc-emoticon--1f615 {
  background-image: url("../images/emojione/1f615.svg");
}
.jsxc-emoticon--1f643 {
  background-image: url("../images/emojione/1f643.svg");
}
.jsxc-emoticon--1f911 {
  background-image: url("../images/emojione/1f911.svg");
}
.jsxc-emoticon--1f632 {
  background-image: url("../images/emojione/1f632.svg");
}
.jsxc-emoticon--2639 {
  background-image: url("../images/emojione/2639.svg");
}
.jsxc-emoticon--1f641 {
  background-image: url("../images/emojione/1f641.svg");
}
.jsxc-emoticon--1f616 {
  background-image: url("../images/emojione/1f616.svg");
}
.jsxc-emoticon--1f61e {
  background-image: url("../images/emojione/1f61e.svg");
}
.jsxc-emoticon--1f61f {
  background-image: url("../images/emojione/1f61f.svg");
}
.jsxc-emoticon--1f624 {
  background-image: url("../images/emojione/1f624.svg");
}
.jsxc-emoticon--1f622 {
  background-image: url("../images/emojione/1f622.svg");
}
.jsxc-emoticon--1f62d {
  background-image: url("../images/emojione/1f62d.svg");
}
.jsxc-emoticon--1f626 {
  background-image: url("../images/emojione/1f626.svg");
}
.jsxc-emoticon--1f627 {
  background-image: url("../images/emojione/1f627.svg");
}
.jsxc-emoticon--1f628 {
  background-image: url("../images/emojione/1f628.svg");
}
.jsxc-emoticon--1f629 {
  background-image: url("../images/emojione/1f629.svg");
}
.jsxc-emoticon--1f62c {
  background-image: url("../images/emojione/1f62c.svg");
}
.jsxc-emoticon--1f630 {
  background-image: url("../images/emojione/1f630.svg");
}
.jsxc-emoticon--1f631 {
  background-image: url("../images/emojione/1f631.svg");
}
.jsxc-emoticon--1f633 {
  background-image: url("../images/emojione/1f633.svg");
}
.jsxc-emoticon--1f635 {
  background-image: url("../images/emojione/1f635.svg");
}
.jsxc-emoticon--1f621 {
  background-image: url("../images/emojione/1f621.svg");
}
.jsxc-emoticon--1f620 {
  background-image: url("../images/emojione/1f620.svg");
}
.jsxc-emoticon--1f607 {
  background-image: url("../images/emojione/1f607.svg");
}
.jsxc-emoticon--1f920 {
  background-image: url("../images/emojione/1f920.svg");
}
.jsxc-emoticon--1f921 {
  background-image: url("../images/emojione/1f921.svg");
}
.jsxc-emoticon--1f925 {
  background-image: url("../images/emojione/1f925.svg");
}
.jsxc-emoticon--1f637 {
  background-image: url("../images/emojione/1f637.svg");
}
.jsxc-emoticon--1f912 {
  background-image: url("../images/emojione/1f912.svg");
}
.jsxc-emoticon--1f915 {
  background-image: url("../images/emojione/1f915.svg");
}
.jsxc-emoticon--1f922 {
  background-image: url("../images/emojione/1f922.svg");
}
.jsxc-emoticon--1f927 {
  background-image: url("../images/emojione/1f927.svg");
}
.jsxc-emoticon--1f608 {
  background-image: url("../images/emojione/1f608.svg");
}
.jsxc-emoticon--1f47f {
  background-image: url("../images/emojione/1f47f.svg");
}
.jsxc-emoticon--1f479 {
  background-image: url("../images/emojione/1f479.svg");
}
.jsxc-emoticon--1f47a {
  background-image: url("../images/emojione/1f47a.svg");
}
.jsxc-emoticon--1f480 {
  background-image: url("../images/emojione/1f480.svg");
}
.jsxc-emoticon--2620 {
  background-image: url("../images/emojione/2620.svg");
}
.jsxc-emoticon--1f47b {
  background-image: url("../images/emojione/1f47b.svg");
}
.jsxc-emoticon--1f47d {
  background-image: url("../images/emojione/1f47d.svg");
}
.jsxc-emoticon--1f47e {
  background-image: url("../images/emojione/1f47e.svg");
}
.jsxc-emoticon--1f916 {
  background-image: url("../images/emojione/1f916.svg");
}
.jsxc-emoticon--1f4a9 {
  background-image: url("../images/emojione/1f4a9.svg");
}
.jsxc-emoticon--1f63a {
  background-image: url("../images/emojione/1f63a.svg");
}
.jsxc-emoticon--1f638 {
  background-image: url("../images/emojione/1f638.svg");
}
.jsxc-emoticon--1f639 {
  background-image: url("../images/emojione/1f639.svg");
}
.jsxc-emoticon--1f63b {
  background-image: url("../images/emojione/1f63b.svg");
}
.jsxc-emoticon--1f63c {
  background-image: url("../images/emojione/1f63c.svg");
}
.jsxc-emoticon--1f63d {
  background-image: url("../images/emojione/1f63d.svg");
}
.jsxc-emoticon--1f640 {
  background-image: url("../images/emojione/1f640.svg");
}
.jsxc-emoticon--1f63f {
  background-image: url("../images/emojione/1f63f.svg");
}
.jsxc-emoticon--1f63e {
  background-image: url("../images/emojione/1f63e.svg");
}
.jsxc-emoticon--1f648 {
  background-image: url("../images/emojione/1f648.svg");
}
.jsxc-emoticon--1f649 {
  background-image: url("../images/emojione/1f649.svg");
}
.jsxc-emoticon--1f64a {
  background-image: url("../images/emojione/1f64a.svg");
}
.jsxc-emoticon--1f466 {
  background-image: url("../images/emojione/1f466.svg");
}
.jsxc-emoticon--1f466-1f3fb {
  background-image: url("../images/emojione/1f466-1f3fb.svg");
}
.jsxc-emoticon--1f466-1f3fc {
  background-image: url("../images/emojione/1f466-1f3fc.svg");
}
.jsxc-emoticon--1f466-1f3fd {
  background-image: url("../images/emojione/1f466-1f3fd.svg");
}
.jsxc-emoticon--1f466-1f3fe {
  background-image: url("../images/emojione/1f466-1f3fe.svg");
}
.jsxc-emoticon--1f466-1f3ff {
  background-image: url("../images/emojione/1f466-1f3ff.svg");
}
.jsxc-emoticon--1f467 {
  background-image: url("../images/emojione/1f467.svg");
}
.jsxc-emoticon--1f467-1f3fb {
  background-image: url("../images/emojione/1f467-1f3fb.svg");
}
.jsxc-emoticon--1f467-1f3fc {
  background-image: url("../images/emojione/1f467-1f3fc.svg");
}
.jsxc-emoticon--1f467-1f3fd {
  background-image: url("../images/emojione/1f467-1f3fd.svg");
}
.jsxc-emoticon--1f467-1f3fe {
  background-image: url("../images/emojione/1f467-1f3fe.svg");
}
.jsxc-emoticon--1f467-1f3ff {
  background-image: url("../images/emojione/1f467-1f3ff.svg");
}
.jsxc-emoticon--1f468 {
  background-image: url("../images/emojione/1f468.svg");
}
.jsxc-emoticon--1f468-1f3fb {
  background-image: url("../images/emojione/1f468-1f3fb.svg");
}
.jsxc-emoticon--1f468-1f3fc {
  background-image: url("../images/emojione/1f468-1f3fc.svg");
}
.jsxc-emoticon--1f468-1f3fd {
  background-image: url("../images/emojione/1f468-1f3fd.svg");
}
.jsxc-emoticon--1f468-1f3fe {
  background-image: url("../images/emojione/1f468-1f3fe.svg");
}
.jsxc-emoticon--1f468-1f3ff {
  background-image: url("../images/emojione/1f468-1f3ff.svg");
}
.jsxc-emoticon--1f469 {
  background-image: url("../images/emojione/1f469.svg");
}
.jsxc-emoticon--1f469-1f3fb {
  background-image: url("../images/emojione/1f469-1f3fb.svg");
}
.jsxc-emoticon--1f469-1f3fc {
  background-image: url("../images/emojione/1f469-1f3fc.svg");
}
.jsxc-emoticon--1f469-1f3fd {
  background-image: url("../images/emojione/1f469-1f3fd.svg");
}
.jsxc-emoticon--1f469-1f3fe {
  background-image: url("../images/emojione/1f469-1f3fe.svg");
}
.jsxc-emoticon--1f469-1f3ff {
  background-image: url("../images/emojione/1f469-1f3ff.svg");
}
.jsxc-emoticon--1f474 {
  background-image: url("../images/emojione/1f474.svg");
}
.jsxc-emoticon--1f474-1f3fb {
  background-image: url("../images/emojione/1f474-1f3fb.svg");
}
.jsxc-emoticon--1f474-1f3fc {
  background-image: url("../images/emojione/1f474-1f3fc.svg");
}
.jsxc-emoticon--1f474-1f3fd {
  background-image: url("../images/emojione/1f474-1f3fd.svg");
}
.jsxc-emoticon--1f474-1f3fe {
  background-image: url("../images/emojione/1f474-1f3fe.svg");
}
.jsxc-emoticon--1f474-1f3ff {
  background-image: url("../images/emojione/1f474-1f3ff.svg");
}
.jsxc-emoticon--1f475 {
  background-image: url("../images/emojione/1f475.svg");
}
.jsxc-emoticon--1f475-1f3fb {
  background-image: url("../images/emojione/1f475-1f3fb.svg");
}
.jsxc-emoticon--1f475-1f3fc {
  background-image: url("../images/emojione/1f475-1f3fc.svg");
}
.jsxc-emoticon--1f475-1f3fd {
  background-image: url("../images/emojione/1f475-1f3fd.svg");
}
.jsxc-emoticon--1f475-1f3fe {
  background-image: url("../images/emojione/1f475-1f3fe.svg");
}
.jsxc-emoticon--1f475-1f3ff {
  background-image: url("../images/emojione/1f475-1f3ff.svg");
}
.jsxc-emoticon--1f476 {
  background-image: url("../images/emojione/1f476.svg");
}
.jsxc-emoticon--1f476-1f3fb {
  background-image: url("../images/emojione/1f476-1f3fb.svg");
}
.jsxc-emoticon--1f476-1f3fc {
  background-image: url("../images/emojione/1f476-1f3fc.svg");
}
.jsxc-emoticon--1f476-1f3fd {
  background-image: url("../images/emojione/1f476-1f3fd.svg");
}
.jsxc-emoticon--1f476-1f3fe {
  background-image: url("../images/emojione/1f476-1f3fe.svg");
}
.jsxc-emoticon--1f476-1f3ff {
  background-image: url("../images/emojione/1f476-1f3ff.svg");
}
.jsxc-emoticon--1f47c {
  background-image: url("../images/emojione/1f47c.svg");
}
.jsxc-emoticon--1f47c-1f3fb {
  background-image: url("../images/emojione/1f47c-1f3fb.svg");
}
.jsxc-emoticon--1f47c-1f3fc {
  background-image: url("../images/emojione/1f47c-1f3fc.svg");
}
.jsxc-emoticon--1f47c-1f3fd {
  background-image: url("../images/emojione/1f47c-1f3fd.svg");
}
.jsxc-emoticon--1f47c-1f3fe {
  background-image: url("../images/emojione/1f47c-1f3fe.svg");
}
.jsxc-emoticon--1f47c-1f3ff {
  background-image: url("../images/emojione/1f47c-1f3ff.svg");
}
.jsxc-emoticon--1f46e {
  background-image: url("../images/emojione/1f46e.svg");
}
.jsxc-emoticon--1f46e-1f3fb {
  background-image: url("../images/emojione/1f46e-1f3fb.svg");
}
.jsxc-emoticon--1f46e-1f3fc {
  background-image: url("../images/emojione/1f46e-1f3fc.svg");
}
.jsxc-emoticon--1f46e-1f3fd {
  background-image: url("../images/emojione/1f46e-1f3fd.svg");
}
.jsxc-emoticon--1f46e-1f3fe {
  background-image: url("../images/emojione/1f46e-1f3fe.svg");
}
.jsxc-emoticon--1f46e-1f3ff {
  background-image: url("../images/emojione/1f46e-1f3ff.svg");
}
.jsxc-emoticon--1f575 {
  background-image: url("../images/emojione/1f575.svg");
}
.jsxc-emoticon--1f575-1f3fb {
  background-image: url("../images/emojione/1f575-1f3fb.svg");
}
.jsxc-emoticon--1f575-1f3fc {
  background-image: url("../images/emojione/1f575-1f3fc.svg");
}
.jsxc-emoticon--1f575-1f3fd {
  background-image: url("../images/emojione/1f575-1f3fd.svg");
}
.jsxc-emoticon--1f575-1f3fe {
  background-image: url("../images/emojione/1f575-1f3fe.svg");
}
.jsxc-emoticon--1f575-1f3ff {
  background-image: url("../images/emojione/1f575-1f3ff.svg");
}
.jsxc-emoticon--1f482 {
  background-image: url("../images/emojione/1f482.svg");
}
.jsxc-emoticon--1f482-1f3fb {
  background-image: url("../images/emojione/1f482-1f3fb.svg");
}
.jsxc-emoticon--1f482-1f3fc {
  background-image: url("../images/emojione/1f482-1f3fc.svg");
}
.jsxc-emoticon--1f482-1f3fd {
  background-image: url("../images/emojione/1f482-1f3fd.svg");
}
.jsxc-emoticon--1f482-1f3fe {
  background-image: url("../images/emojione/1f482-1f3fe.svg");
}
.jsxc-emoticon--1f482-1f3ff {
  background-image: url("../images/emojione/1f482-1f3ff.svg");
}
.jsxc-emoticon--1f477 {
  background-image: url("../images/emojione/1f477.svg");
}
.jsxc-emoticon--1f477-1f3fb {
  background-image: url("../images/emojione/1f477-1f3fb.svg");
}
.jsxc-emoticon--1f477-1f3fc {
  background-image: url("../images/emojione/1f477-1f3fc.svg");
}
.jsxc-emoticon--1f477-1f3fd {
  background-image: url("../images/emojione/1f477-1f3fd.svg");
}
.jsxc-emoticon--1f477-1f3fe {
  background-image: url("../images/emojione/1f477-1f3fe.svg");
}
.jsxc-emoticon--1f477-1f3ff {
  background-image: url("../images/emojione/1f477-1f3ff.svg");
}
.jsxc-emoticon--1f473 {
  background-image: url("../images/emojione/1f473.svg");
}
.jsxc-emoticon--1f473-1f3fb {
  background-image: url("../images/emojione/1f473-1f3fb.svg");
}
.jsxc-emoticon--1f473-1f3fc {
  background-image: url("../images/emojione/1f473-1f3fc.svg");
}
.jsxc-emoticon--1f473-1f3fd {
  background-image: url("../images/emojione/1f473-1f3fd.svg");
}
.jsxc-emoticon--1f473-1f3fe {
  background-image: url("../images/emojione/1f473-1f3fe.svg");
}
.jsxc-emoticon--1f473-1f3ff {
  background-image: url("../images/emojione/1f473-1f3ff.svg");
}
.jsxc-emoticon--1f471 {
  background-image: url("../images/emojione/1f471.svg");
}
.jsxc-emoticon--1f471-1f3fb {
  background-image: url("../images/emojione/1f471-1f3fb.svg");
}
.jsxc-emoticon--1f471-1f3fc {
  background-image: url("../images/emojione/1f471-1f3fc.svg");
}
.jsxc-emoticon--1f471-1f3fd {
  background-image: url("../images/emojione/1f471-1f3fd.svg");
}
.jsxc-emoticon--1f471-1f3fe {
  background-image: url("../images/emojione/1f471-1f3fe.svg");
}
.jsxc-emoticon--1f471-1f3ff {
  background-image: url("../images/emojione/1f471-1f3ff.svg");
}
.jsxc-emoticon--1f385 {
  background-image: url("../images/emojione/1f385.svg");
}
.jsxc-emoticon--1f385-1f3fb {
  background-image: url("../images/emojione/1f385-1f3fb.svg");
}
.jsxc-emoticon--1f385-1f3fc {
  background-image: url("../images/emojione/1f385-1f3fc.svg");
}
.jsxc-emoticon--1f385-1f3fd {
  background-image: url("../images/emojione/1f385-1f3fd.svg");
}
.jsxc-emoticon--1f385-1f3fe {
  background-image: url("../images/emojione/1f385-1f3fe.svg");
}
.jsxc-emoticon--1f385-1f3ff {
  background-image: url("../images/emojione/1f385-1f3ff.svg");
}
.jsxc-emoticon--1f936 {
  background-image: url("../images/emojione/1f936.svg");
}
.jsxc-emoticon--1f936-1f3fb {
  background-image: url("../images/emojione/1f936-1f3fb.svg");
}
.jsxc-emoticon--1f936-1f3fc {
  background-image: url("../images/emojione/1f936-1f3fc.svg");
}
.jsxc-emoticon--1f936-1f3fd {
  background-image: url("../images/emojione/1f936-1f3fd.svg");
}
.jsxc-emoticon--1f936-1f3fe {
  background-image: url("../images/emojione/1f936-1f3fe.svg");
}
.jsxc-emoticon--1f936-1f3ff {
  background-image: url("../images/emojione/1f936-1f3ff.svg");
}
.jsxc-emoticon--1f478 {
  background-image: url("../images/emojione/1f478.svg");
}
.jsxc-emoticon--1f478-1f3fb {
  background-image: url("../images/emojione/1f478-1f3fb.svg");
}
.jsxc-emoticon--1f478-1f3fc {
  background-image: url("../images/emojione/1f478-1f3fc.svg");
}
.jsxc-emoticon--1f478-1f3fd {
  background-image: url("../images/emojione/1f478-1f3fd.svg");
}
.jsxc-emoticon--1f478-1f3fe {
  background-image: url("../images/emojione/1f478-1f3fe.svg");
}
.jsxc-emoticon--1f478-1f3ff {
  background-image: url("../images/emojione/1f478-1f3ff.svg");
}
.jsxc-emoticon--1f934 {
  background-image: url("../images/emojione/1f934.svg");
}
.jsxc-emoticon--1f934-1f3fb {
  background-image: url("../images/emojione/1f934-1f3fb.svg");
}
.jsxc-emoticon--1f934-1f3fc {
  background-image: url("../images/emojione/1f934-1f3fc.svg");
}
.jsxc-emoticon--1f934-1f3fd {
  background-image: url("../images/emojione/1f934-1f3fd.svg");
}
.jsxc-emoticon--1f934-1f3fe {
  background-image: url("../images/emojione/1f934-1f3fe.svg");
}
.jsxc-emoticon--1f934-1f3ff {
  background-image: url("../images/emojione/1f934-1f3ff.svg");
}
.jsxc-emoticon--1f470 {
  background-image: url("../images/emojione/1f470.svg");
}
.jsxc-emoticon--1f470-1f3fb {
  background-image: url("../images/emojione/1f470-1f3fb.svg");
}
.jsxc-emoticon--1f470-1f3fc {
  background-image: url("../images/emojione/1f470-1f3fc.svg");
}
.jsxc-emoticon--1f470-1f3fd {
  background-image: url("../images/emojione/1f470-1f3fd.svg");
}
.jsxc-emoticon--1f470-1f3fe {
  background-image: url("../images/emojione/1f470-1f3fe.svg");
}
.jsxc-emoticon--1f470-1f3ff {
  background-image: url("../images/emojione/1f470-1f3ff.svg");
}
.jsxc-emoticon--1f935 {
  background-image: url("../images/emojione/1f935.svg");
}
.jsxc-emoticon--1f935-1f3fb {
  background-image: url("../images/emojione/1f935-1f3fb.svg");
}
.jsxc-emoticon--1f935-1f3fc {
  background-image: url("../images/emojione/1f935-1f3fc.svg");
}
.jsxc-emoticon--1f935-1f3fd {
  background-image: url("../images/emojione/1f935-1f3fd.svg");
}
.jsxc-emoticon--1f935-1f3fe {
  background-image: url("../images/emojione/1f935-1f3fe.svg");
}
.jsxc-emoticon--1f935-1f3ff {
  background-image: url("../images/emojione/1f935-1f3ff.svg");
}
.jsxc-emoticon--1f930 {
  background-image: url("../images/emojione/1f930.svg");
}
.jsxc-emoticon--1f930-1f3fb {
  background-image: url("../images/emojione/1f930-1f3fb.svg");
}
.jsxc-emoticon--1f930-1f3fc {
  background-image: url("../images/emojione/1f930-1f3fc.svg");
}
.jsxc-emoticon--1f930-1f3fd {
  background-image: url("../images/emojione/1f930-1f3fd.svg");
}
.jsxc-emoticon--1f930-1f3fe {
  background-image: url("../images/emojione/1f930-1f3fe.svg");
}
.jsxc-emoticon--1f930-1f3ff {
  background-image: url("../images/emojione/1f930-1f3ff.svg");
}
.jsxc-emoticon--1f472 {
  background-image: url("../images/emojione/1f472.svg");
}
.jsxc-emoticon--1f472-1f3fb {
  background-image: url("../images/emojione/1f472-1f3fb.svg");
}
.jsxc-emoticon--1f472-1f3fc {
  background-image: url("../images/emojione/1f472-1f3fc.svg");
}
.jsxc-emoticon--1f472-1f3fd {
  background-image: url("../images/emojione/1f472-1f3fd.svg");
}
.jsxc-emoticon--1f472-1f3fe {
  background-image: url("../images/emojione/1f472-1f3fe.svg");
}
.jsxc-emoticon--1f472-1f3ff {
  background-image: url("../images/emojione/1f472-1f3ff.svg");
}
.jsxc-emoticon--1f64d {
  background-image: url("../images/emojione/1f64d.svg");
}
.jsxc-emoticon--1f64d-1f3fb {
  background-image: url("../images/emojione/1f64d-1f3fb.svg");
}
.jsxc-emoticon--1f64d-1f3fc {
  background-image: url("../images/emojione/1f64d-1f3fc.svg");
}
.jsxc-emoticon--1f64d-1f3fd {
  background-image: url("../images/emojione/1f64d-1f3fd.svg");
}
.jsxc-emoticon--1f64d-1f3fe {
  background-image: url("../images/emojione/1f64d-1f3fe.svg");
}
.jsxc-emoticon--1f64d-1f3ff {
  background-image: url("../images/emojione/1f64d-1f3ff.svg");
}
.jsxc-emoticon--1f64e {
  background-image: url("../images/emojione/1f64e.svg");
}
.jsxc-emoticon--1f64e-1f3fb {
  background-image: url("../images/emojione/1f64e-1f3fb.svg");
}
.jsxc-emoticon--1f64e-1f3fc {
  background-image: url("../images/emojione/1f64e-1f3fc.svg");
}
.jsxc-emoticon--1f64e-1f3fd {
  background-image: url("../images/emojione/1f64e-1f3fd.svg");
}
.jsxc-emoticon--1f64e-1f3fe {
  background-image: url("../images/emojione/1f64e-1f3fe.svg");
}
.jsxc-emoticon--1f64e-1f3ff {
  background-image: url("../images/emojione/1f64e-1f3ff.svg");
}
.jsxc-emoticon--1f645 {
  background-image: url("../images/emojione/1f645.svg");
}
.jsxc-emoticon--1f645-1f3fb {
  background-image: url("../images/emojione/1f645-1f3fb.svg");
}
.jsxc-emoticon--1f645-1f3fc {
  background-image: url("../images/emojione/1f645-1f3fc.svg");
}
.jsxc-emoticon--1f645-1f3fd {
  background-image: url("../images/emojione/1f645-1f3fd.svg");
}
.jsxc-emoticon--1f645-1f3fe {
  background-image: url("../images/emojione/1f645-1f3fe.svg");
}
.jsxc-emoticon--1f645-1f3ff {
  background-image: url("../images/emojione/1f645-1f3ff.svg");
}
.jsxc-emoticon--1f646 {
  background-image: url("../images/emojione/1f646.svg");
}
.jsxc-emoticon--1f646-1f3fb {
  background-image: url("../images/emojione/1f646-1f3fb.svg");
}
.jsxc-emoticon--1f646-1f3fc {
  background-image: url("../images/emojione/1f646-1f3fc.svg");
}
.jsxc-emoticon--1f646-1f3fd {
  background-image: url("../images/emojione/1f646-1f3fd.svg");
}
.jsxc-emoticon--1f646-1f3fe {
  background-image: url("../images/emojione/1f646-1f3fe.svg");
}
.jsxc-emoticon--1f646-1f3ff {
  background-image: url("../images/emojione/1f646-1f3ff.svg");
}
.jsxc-emoticon--1f481 {
  background-image: url("../images/emojione/1f481.svg");
}
.jsxc-emoticon--1f481-1f3fb {
  background-image: url("../images/emojione/1f481-1f3fb.svg");
}
.jsxc-emoticon--1f481-1f3fc {
  background-image: url("../images/emojione/1f481-1f3fc.svg");
}
.jsxc-emoticon--1f481-1f3fd {
  background-image: url("../images/emojione/1f481-1f3fd.svg");
}
.jsxc-emoticon--1f481-1f3fe {
  background-image: url("../images/emojione/1f481-1f3fe.svg");
}
.jsxc-emoticon--1f481-1f3ff {
  background-image: url("../images/emojione/1f481-1f3ff.svg");
}
.jsxc-emoticon--1f64b {
  background-image: url("../images/emojione/1f64b.svg");
}
.jsxc-emoticon--1f64b-1f3fb {
  background-image: url("../images/emojione/1f64b-1f3fb.svg");
}
.jsxc-emoticon--1f64b-1f3fc {
  background-image: url("../images/emojione/1f64b-1f3fc.svg");
}
.jsxc-emoticon--1f64b-1f3fd {
  background-image: url("../images/emojione/1f64b-1f3fd.svg");
}
.jsxc-emoticon--1f64b-1f3fe {
  background-image: url("../images/emojione/1f64b-1f3fe.svg");
}
.jsxc-emoticon--1f64b-1f3ff {
  background-image: url("../images/emojione/1f64b-1f3ff.svg");
}
.jsxc-emoticon--1f647 {
  background-image: url("../images/emojione/1f647.svg");
}
.jsxc-emoticon--1f647-1f3fb {
  background-image: url("../images/emojione/1f647-1f3fb.svg");
}
.jsxc-emoticon--1f647-1f3fc {
  background-image: url("../images/emojione/1f647-1f3fc.svg");
}
.jsxc-emoticon--1f647-1f3fd {
  background-image: url("../images/emojione/1f647-1f3fd.svg");
}
.jsxc-emoticon--1f647-1f3fe {
  background-image: url("../images/emojione/1f647-1f3fe.svg");
}
.jsxc-emoticon--1f647-1f3ff {
  background-image: url("../images/emojione/1f647-1f3ff.svg");
}
.jsxc-emoticon--1f926 {
  background-image: url("../images/emojione/1f926.svg");
}
.jsxc-emoticon--1f926-1f3fb {
  background-image: url("../images/emojione/1f926-1f3fb.svg");
}
.jsxc-emoticon--1f926-1f3fc {
  background-image: url("../images/emojione/1f926-1f3fc.svg");
}
.jsxc-emoticon--1f926-1f3fd {
  background-image: url("../images/emojione/1f926-1f3fd.svg");
}
.jsxc-emoticon--1f926-1f3fe {
  background-image: url("../images/emojione/1f926-1f3fe.svg");
}
.jsxc-emoticon--1f926-1f3ff {
  background-image: url("../images/emojione/1f926-1f3ff.svg");
}
.jsxc-emoticon--1f937 {
  background-image: url("../images/emojione/1f937.svg");
}
.jsxc-emoticon--1f937-1f3fb {
  background-image: url("../images/emojione/1f937-1f3fb.svg");
}
.jsxc-emoticon--1f937-1f3fc {
  background-image: url("../images/emojione/1f937-1f3fc.svg");
}
.jsxc-emoticon--1f937-1f3fd {
  background-image: url("../images/emojione/1f937-1f3fd.svg");
}
.jsxc-emoticon--1f937-1f3fe {
  background-image: url("../images/emojione/1f937-1f3fe.svg");
}
.jsxc-emoticon--1f937-1f3ff {
  background-image: url("../images/emojione/1f937-1f3ff.svg");
}
.jsxc-emoticon--1f486 {
  background-image: url("../images/emojione/1f486.svg");
}
.jsxc-emoticon--1f486-1f3fb {
  background-image: url("../images/emojione/1f486-1f3fb.svg");
}
.jsxc-emoticon--1f486-1f3fc {
  background-image: url("../images/emojione/1f486-1f3fc.svg");
}
.jsxc-emoticon--1f486-1f3fd {
  background-image: url("../images/emojione/1f486-1f3fd.svg");
}
.jsxc-emoticon--1f486-1f3fe {
  background-image: url("../images/emojione/1f486-1f3fe.svg");
}
.jsxc-emoticon--1f486-1f3ff {
  background-image: url("../images/emojione/1f486-1f3ff.svg");
}
.jsxc-emoticon--1f487 {
  background-image: url("../images/emojione/1f487.svg");
}
.jsxc-emoticon--1f487-1f3fb {
  background-image: url("../images/emojione/1f487-1f3fb.svg");
}
.jsxc-emoticon--1f487-1f3fc {
  background-image: url("../images/emojione/1f487-1f3fc.svg");
}
.jsxc-emoticon--1f487-1f3fd {
  background-image: url("../images/emojione/1f487-1f3fd.svg");
}
.jsxc-emoticon--1f487-1f3fe {
  background-image: url("../images/emojione/1f487-1f3fe.svg");
}
.jsxc-emoticon--1f487-1f3ff {
  background-image: url("../images/emojione/1f487-1f3ff.svg");
}
.jsxc-emoticon--1f6b6 {
  background-image: url("../images/emojione/1f6b6.svg");
}
.jsxc-emoticon--1f6b6-1f3fb {
  background-image: url("../images/emojione/1f6b6-1f3fb.svg");
}
.jsxc-emoticon--1f6b6-1f3fc {
  background-image: url("../images/emojione/1f6b6-1f3fc.svg");
}
.jsxc-emoticon--1f6b6-1f3fd {
  background-image: url("../images/emojione/1f6b6-1f3fd.svg");
}
.jsxc-emoticon--1f6b6-1f3fe {
  background-image: url("../images/emojione/1f6b6-1f3fe.svg");
}
.jsxc-emoticon--1f6b6-1f3ff {
  background-image: url("../images/emojione/1f6b6-1f3ff.svg");
}
.jsxc-emoticon--1f3c3 {
  background-image: url("../images/emojione/1f3c3.svg");
}
.jsxc-emoticon--1f3c3-1f3fb {
  background-image: url("../images/emojione/1f3c3-1f3fb.svg");
}
.jsxc-emoticon--1f3c3-1f3fc {
  background-image: url("../images/emojione/1f3c3-1f3fc.svg");
}
.jsxc-emoticon--1f3c3-1f3fd {
  background-image: url("../images/emojione/1f3c3-1f3fd.svg");
}
.jsxc-emoticon--1f3c3-1f3fe {
  background-image: url("../images/emojione/1f3c3-1f3fe.svg");
}
.jsxc-emoticon--1f3c3-1f3ff {
  background-image: url("../images/emojione/1f3c3-1f3ff.svg");
}
.jsxc-emoticon--1f483 {
  background-image: url("../images/emojione/1f483.svg");
}
.jsxc-emoticon--1f483-1f3fb {
  background-image: url("../images/emojione/1f483-1f3fb.svg");
}
.jsxc-emoticon--1f483-1f3fc {
  background-image: url("../images/emojione/1f483-1f3fc.svg");
}
.jsxc-emoticon--1f483-1f3fd {
  background-image: url("../images/emojione/1f483-1f3fd.svg");
}
.jsxc-emoticon--1f483-1f3fe {
  background-image: url("../images/emojione/1f483-1f3fe.svg");
}
.jsxc-emoticon--1f483-1f3ff {
  background-image: url("../images/emojione/1f483-1f3ff.svg");
}
.jsxc-emoticon--1f57a {
  background-image: url("../images/emojione/1f57a.svg");
}
.jsxc-emoticon--1f57a-1f3fb {
  background-image: url("../images/emojione/1f57a-1f3fb.svg");
}
.jsxc-emoticon--1f57a-1f3fc {
  background-image: url("../images/emojione/1f57a-1f3fc.svg");
}
.jsxc-emoticon--1f57a-1f3fd {
  background-image: url("../images/emojione/1f57a-1f3fd.svg");
}
.jsxc-emoticon--1f57a-1f3fe {
  background-image: url("../images/emojione/1f57a-1f3fe.svg");
}
.jsxc-emoticon--1f57a-1f3ff {
  background-image: url("../images/emojione/1f57a-1f3ff.svg");
}
.jsxc-emoticon--1f46f {
  background-image: url("../images/emojione/1f46f.svg");
}
.jsxc-emoticon--1f574 {
  background-image: url("../images/emojione/1f574.svg");
}
.jsxc-emoticon--1f5e3 {
  background-image: url("../images/emojione/1f5e3.svg");
}
.jsxc-emoticon--1f464 {
  background-image: url("../images/emojione/1f464.svg");
}
.jsxc-emoticon--1f465 {
  background-image: url("../images/emojione/1f465.svg");
}
.jsxc-emoticon--1f93a {
  background-image: url("../images/emojione/1f93a.svg");
}
.jsxc-emoticon--1f3c7 {
  background-image: url("../images/emojione/1f3c7.svg");
}
.jsxc-emoticon--1f3c7-1f3fb {
  background-image: url("../images/emojione/1f3c7-1f3fb.svg");
}
.jsxc-emoticon--1f3c7-1f3fc {
  background-image: url("../images/emojione/1f3c7-1f3fc.svg");
}
.jsxc-emoticon--1f3c7-1f3fd {
  background-image: url("../images/emojione/1f3c7-1f3fd.svg");
}
.jsxc-emoticon--1f3c7-1f3fe {
  background-image: url("../images/emojione/1f3c7-1f3fe.svg");
}
.jsxc-emoticon--1f3c7-1f3ff {
  background-image: url("../images/emojione/1f3c7-1f3ff.svg");
}
.jsxc-emoticon--26f7 {
  background-image: url("../images/emojione/26f7.svg");
}
.jsxc-emoticon--1f3c2 {
  background-image: url("../images/emojione/1f3c2.svg");
}
.jsxc-emoticon--1f3cc {
  background-image: url("../images/emojione/1f3cc.svg");
}
.jsxc-emoticon--1f3c4 {
  background-image: url("../images/emojione/1f3c4.svg");
}
.jsxc-emoticon--1f3c4-1f3fb {
  background-image: url("../images/emojione/1f3c4-1f3fb.svg");
}
.jsxc-emoticon--1f3c4-1f3fc {
  background-image: url("../images/emojione/1f3c4-1f3fc.svg");
}
.jsxc-emoticon--1f3c4-1f3fd {
  background-image: url("../images/emojione/1f3c4-1f3fd.svg");
}
.jsxc-emoticon--1f3c4-1f3fe {
  background-image: url("../images/emojione/1f3c4-1f3fe.svg");
}
.jsxc-emoticon--1f3c4-1f3ff {
  background-image: url("../images/emojione/1f3c4-1f3ff.svg");
}
.jsxc-emoticon--1f6a3 {
  background-image: url("../images/emojione/1f6a3.svg");
}
.jsxc-emoticon--1f6a3-1f3fb {
  background-image: url("../images/emojione/1f6a3-1f3fb.svg");
}
.jsxc-emoticon--1f6a3-1f3fc {
  background-image: url("../images/emojione/1f6a3-1f3fc.svg");
}
.jsxc-emoticon--1f6a3-1f3fd {
  background-image: url("../images/emojione/1f6a3-1f3fd.svg");
}
.jsxc-emoticon--1f6a3-1f3fe {
  background-image: url("../images/emojione/1f6a3-1f3fe.svg");
}
.jsxc-emoticon--1f6a3-1f3ff {
  background-image: url("../images/emojione/1f6a3-1f3ff.svg");
}
.jsxc-emoticon--1f3ca {
  background-image: url("../images/emojione/1f3ca.svg");
}
.jsxc-emoticon--1f3ca-1f3fb {
  background-image: url("../images/emojione/1f3ca-1f3fb.svg");
}
.jsxc-emoticon--1f3ca-1f3fc {
  background-image: url("../images/emojione/1f3ca-1f3fc.svg");
}
.jsxc-emoticon--1f3ca-1f3fd {
  background-image: url("../images/emojione/1f3ca-1f3fd.svg");
}
.jsxc-emoticon--1f3ca-1f3fe {
  background-image: url("../images/emojione/1f3ca-1f3fe.svg");
}
.jsxc-emoticon--1f3ca-1f3ff {
  background-image: url("../images/emojione/1f3ca-1f3ff.svg");
}
.jsxc-emoticon--26f9 {
  background-image: url("../images/emojione/26f9.svg");
}
.jsxc-emoticon--26f9-1f3fb {
  background-image: url("../images/emojione/26f9-1f3fb.svg");
}
.jsxc-emoticon--26f9-1f3fc {
  background-image: url("../images/emojione/26f9-1f3fc.svg");
}
.jsxc-emoticon--26f9-1f3fd {
  background-image: url("../images/emojione/26f9-1f3fd.svg");
}
.jsxc-emoticon--26f9-1f3fe {
  background-image: url("../images/emojione/26f9-1f3fe.svg");
}
.jsxc-emoticon--26f9-1f3ff {
  background-image: url("../images/emojione/26f9-1f3ff.svg");
}
.jsxc-emoticon--1f3cb {
  background-image: url("../images/emojione/1f3cb.svg");
}
.jsxc-emoticon--1f3cb-1f3fb {
  background-image: url("../images/emojione/1f3cb-1f3fb.svg");
}
.jsxc-emoticon--1f3cb-1f3fc {
  background-image: url("../images/emojione/1f3cb-1f3fc.svg");
}
.jsxc-emoticon--1f3cb-1f3fd {
  background-image: url("../images/emojione/1f3cb-1f3fd.svg");
}
.jsxc-emoticon--1f3cb-1f3fe {
  background-image: url("../images/emojione/1f3cb-1f3fe.svg");
}
.jsxc-emoticon--1f3cb-1f3ff {
  background-image: url("../images/emojione/1f3cb-1f3ff.svg");
}
.jsxc-emoticon--1f6b4 {
  background-image: url("../images/emojione/1f6b4.svg");
}
.jsxc-emoticon--1f6b4-1f3fb {
  background-image: url("../images/emojione/1f6b4-1f3fb.svg");
}
.jsxc-emoticon--1f6b4-1f3fc {
  background-image: url("../images/emojione/1f6b4-1f3fc.svg");
}
.jsxc-emoticon--1f6b4-1f3fd {
  background-image: url("../images/emojione/1f6b4-1f3fd.svg");
}
.jsxc-emoticon--1f6b4-1f3fe {
  background-image: url("../images/emojione/1f6b4-1f3fe.svg");
}
.jsxc-emoticon--1f6b4-1f3ff {
  background-image: url("../images/emojione/1f6b4-1f3ff.svg");
}
.jsxc-emoticon--1f6b5 {
  background-image: url("../images/emojione/1f6b5.svg");
}
.jsxc-emoticon--1f6b5-1f3fb {
  background-image: url("../images/emojione/1f6b5-1f3fb.svg");
}
.jsxc-emoticon--1f6b5-1f3fc {
  background-image: url("../images/emojione/1f6b5-1f3fc.svg");
}
.jsxc-emoticon--1f6b5-1f3fd {
  background-image: url("../images/emojione/1f6b5-1f3fd.svg");
}
.jsxc-emoticon--1f6b5-1f3fe {
  background-image: url("../images/emojione/1f6b5-1f3fe.svg");
}
.jsxc-emoticon--1f6b5-1f3ff {
  background-image: url("../images/emojione/1f6b5-1f3ff.svg");
}
.jsxc-emoticon--1f3ce {
  background-image: url("../images/emojione/1f3ce.svg");
}
.jsxc-emoticon--1f3cd {
  background-image: url("../images/emojione/1f3cd.svg");
}
.jsxc-emoticon--1f938 {
  background-image: url("../images/emojione/1f938.svg");
}
.jsxc-emoticon--1f938-1f3fb {
  background-image: url("../images/emojione/1f938-1f3fb.svg");
}
.jsxc-emoticon--1f938-1f3fc {
  background-image: url("../images/emojione/1f938-1f3fc.svg");
}
.jsxc-emoticon--1f938-1f3fd {
  background-image: url("../images/emojione/1f938-1f3fd.svg");
}
.jsxc-emoticon--1f938-1f3fe {
  background-image: url("../images/emojione/1f938-1f3fe.svg");
}
.jsxc-emoticon--1f938-1f3ff {
  background-image: url("../images/emojione/1f938-1f3ff.svg");
}
.jsxc-emoticon--1f93c {
  background-image: url("../images/emojione/1f93c.svg");
}
.jsxc-emoticon--1f93c-1f3fb {
  background-image: url("../images/emojione/1f93c-1f3fb.svg");
}
.jsxc-emoticon--1f93c-1f3fc {
  background-image: url("../images/emojione/1f93c-1f3fc.svg");
}
.jsxc-emoticon--1f93c-1f3fd {
  background-image: url("../images/emojione/1f93c-1f3fd.svg");
}
.jsxc-emoticon--1f93c-1f3fe {
  background-image: url("../images/emojione/1f93c-1f3fe.svg");
}
.jsxc-emoticon--1f93c-1f3ff {
  background-image: url("../images/emojione/1f93c-1f3ff.svg");
}
.jsxc-emoticon--1f93d {
  background-image: url("../images/emojione/1f93d.svg");
}
.jsxc-emoticon--1f93d-1f3fb {
  background-image: url("../images/emojione/1f93d-1f3fb.svg");
}
.jsxc-emoticon--1f93d-1f3fc {
  background-image: url("../images/emojione/1f93d-1f3fc.svg");
}
.jsxc-emoticon--1f93d-1f3fd {
  background-image: url("../images/emojione/1f93d-1f3fd.svg");
}
.jsxc-emoticon--1f93d-1f3fe {
  background-image: url("../images/emojione/1f93d-1f3fe.svg");
}
.jsxc-emoticon--1f93d-1f3ff {
  background-image: url("../images/emojione/1f93d-1f3ff.svg");
}
.jsxc-emoticon--1f93e {
  background-image: url("../images/emojione/1f93e.svg");
}
.jsxc-emoticon--1f93e-1f3fb {
  background-image: url("../images/emojione/1f93e-1f3fb.svg");
}
.jsxc-emoticon--1f93e-1f3fc {
  background-image: url("../images/emojione/1f93e-1f3fc.svg");
}
.jsxc-emoticon--1f93e-1f3fd {
  background-image: url("../images/emojione/1f93e-1f3fd.svg");
}
.jsxc-emoticon--1f93e-1f3fe {
  background-image: url("../images/emojione/1f93e-1f3fe.svg");
}
.jsxc-emoticon--1f93e-1f3ff {
  background-image: url("../images/emojione/1f93e-1f3ff.svg");
}
.jsxc-emoticon--1f939 {
  background-image: url("../images/emojione/1f939.svg");
}
.jsxc-emoticon--1f939-1f3fb {
  background-image: url("../images/emojione/1f939-1f3fb.svg");
}
.jsxc-emoticon--1f939-1f3fc {
  background-image: url("../images/emojione/1f939-1f3fc.svg");
}
.jsxc-emoticon--1f939-1f3fd {
  background-image: url("../images/emojione/1f939-1f3fd.svg");
}
.jsxc-emoticon--1f939-1f3fe {
  background-image: url("../images/emojione/1f939-1f3fe.svg");
}
.jsxc-emoticon--1f939-1f3ff {
  background-image: url("../images/emojione/1f939-1f3ff.svg");
}
.jsxc-emoticon--1f46b {
  background-image: url("../images/emojione/1f46b.svg");
}
.jsxc-emoticon--1f46c {
  background-image: url("../images/emojione/1f46c.svg");
}
.jsxc-emoticon--1f46d {
  background-image: url("../images/emojione/1f46d.svg");
}
.jsxc-emoticon--1f48f {
  background-image: url("../images/emojione/1f48f.svg");
}
.jsxc-emoticon--1f468-2764-1f48b-1f468 {
  background-image: url("../images/emojione/1f468-2764-1f48b-1f468.svg");
}
.jsxc-emoticon--1f469-2764-1f48b-1f469 {
  background-image: url("../images/emojione/1f469-2764-1f48b-1f469.svg");
}
.jsxc-emoticon--1f491 {
  background-image: url("../images/emojione/1f491.svg");
}
.jsxc-emoticon--1f468-2764-1f468 {
  background-image: url("../images/emojione/1f468-2764-1f468.svg");
}
.jsxc-emoticon--1f469-2764-1f469 {
  background-image: url("../images/emojione/1f469-2764-1f469.svg");
}
.jsxc-emoticon--1f46a {
  background-image: url("../images/emojione/1f46a.svg");
}
.jsxc-emoticon--1f468-1f469-1f467 {
  background-image: url("../images/emojione/1f468-1f469-1f467.svg");
}
.jsxc-emoticon--1f468-1f469-1f467-1f466 {
  background-image: url("../images/emojione/1f468-1f469-1f467-1f466.svg");
}
.jsxc-emoticon--1f468-1f469-1f466-1f466 {
  background-image: url("../images/emojione/1f468-1f469-1f466-1f466.svg");
}
.jsxc-emoticon--1f468-1f469-1f467-1f467 {
  background-image: url("../images/emojione/1f468-1f469-1f467-1f467.svg");
}
.jsxc-emoticon--1f468-1f468-1f466 {
  background-image: url("../images/emojione/1f468-1f468-1f466.svg");
}
.jsxc-emoticon--1f468-1f468-1f467 {
  background-image: url("../images/emojione/1f468-1f468-1f467.svg");
}
.jsxc-emoticon--1f468-1f468-1f467-1f466 {
  background-image: url("../images/emojione/1f468-1f468-1f467-1f466.svg");
}
.jsxc-emoticon--1f468-1f468-1f466-1f466 {
  background-image: url("../images/emojione/1f468-1f468-1f466-1f466.svg");
}
.jsxc-emoticon--1f468-1f468-1f467-1f467 {
  background-image: url("../images/emojione/1f468-1f468-1f467-1f467.svg");
}
.jsxc-emoticon--1f469-1f469-1f466 {
  background-image: url("../images/emojione/1f469-1f469-1f466.svg");
}
.jsxc-emoticon--1f469-1f469-1f467 {
  background-image: url("../images/emojione/1f469-1f469-1f467.svg");
}
.jsxc-emoticon--1f469-1f469-1f467-1f466 {
  background-image: url("../images/emojione/1f469-1f469-1f467-1f466.svg");
}
.jsxc-emoticon--1f469-1f469-1f466-1f466 {
  background-image: url("../images/emojione/1f469-1f469-1f466-1f466.svg");
}
.jsxc-emoticon--1f469-1f469-1f467-1f467 {
  background-image: url("../images/emojione/1f469-1f469-1f467-1f467.svg");
}
.jsxc-emoticon--1f3fb {
  background-image: url("../images/emojione/1f3fb.svg");
}
.jsxc-emoticon--1f3fc {
  background-image: url("../images/emojione/1f3fc.svg");
}
.jsxc-emoticon--1f3fd {
  background-image: url("../images/emojione/1f3fd.svg");
}
.jsxc-emoticon--1f3fe {
  background-image: url("../images/emojione/1f3fe.svg");
}
.jsxc-emoticon--1f3ff {
  background-image: url("../images/emojione/1f3ff.svg");
}
.jsxc-emoticon--1f4aa {
  background-image: url("../images/emojione/1f4aa.svg");
}
.jsxc-emoticon--1f4aa-1f3fb {
  background-image: url("../images/emojione/1f4aa-1f3fb.svg");
}
.jsxc-emoticon--1f4aa-1f3fc {
  background-image: url("../images/emojione/1f4aa-1f3fc.svg");
}
.jsxc-emoticon--1f4aa-1f3fd {
  background-image: url("../images/emojione/1f4aa-1f3fd.svg");
}
.jsxc-emoticon--1f4aa-1f3fe {
  background-image: url("../images/emojione/1f4aa-1f3fe.svg");
}
.jsxc-emoticon--1f4aa-1f3ff {
  background-image: url("../images/emojione/1f4aa-1f3ff.svg");
}
.jsxc-emoticon--1f933 {
  background-image: url("../images/emojione/1f933.svg");
}
.jsxc-emoticon--1f933-1f3fb {
  background-image: url("../images/emojione/1f933-1f3fb.svg");
}
.jsxc-emoticon--1f933-1f3fc {
  background-image: url("../images/emojione/1f933-1f3fc.svg");
}
.jsxc-emoticon--1f933-1f3fd {
  background-image: url("../images/emojione/1f933-1f3fd.svg");
}
.jsxc-emoticon--1f933-1f3fe {
  background-image: url("../images/emojione/1f933-1f3fe.svg");
}
.jsxc-emoticon--1f933-1f3ff {
  background-image: url("../images/emojione/1f933-1f3ff.svg");
}
.jsxc-emoticon--1f448 {
  background-image: url("../images/emojione/1f448.svg");
}
.jsxc-emoticon--1f448-1f3fb {
  background-image: url("../images/emojione/1f448-1f3fb.svg");
}
.jsxc-emoticon--1f448-1f3fc {
  background-image: url("../images/emojione/1f448-1f3fc.svg");
}
.jsxc-emoticon--1f448-1f3fd {
  background-image: url("../images/emojione/1f448-1f3fd.svg");
}
.jsxc-emoticon--1f448-1f3fe {
  background-image: url("../images/emojione/1f448-1f3fe.svg");
}
.jsxc-emoticon--1f448-1f3ff {
  background-image: url("../images/emojione/1f448-1f3ff.svg");
}
.jsxc-emoticon--1f449 {
  background-image: url("../images/emojione/1f449.svg");
}
.jsxc-emoticon--1f449-1f3fb {
  background-image: url("../images/emojione/1f449-1f3fb.svg");
}
.jsxc-emoticon--1f449-1f3fc {
  background-image: url("../images/emojione/1f449-1f3fc.svg");
}
.jsxc-emoticon--1f449-1f3fd {
  background-image: url("../images/emojione/1f449-1f3fd.svg");
}
.jsxc-emoticon--1f449-1f3fe {
  background-image: url("../images/emojione/1f449-1f3fe.svg");
}
.jsxc-emoticon--1f449-1f3ff {
  background-image: url("../images/emojione/1f449-1f3ff.svg");
}
.jsxc-emoticon--261d {
  background-image: url("../images/emojione/261d.svg");
}
.jsxc-emoticon--261d-1f3fb {
  background-image: url("../images/emojione/261d-1f3fb.svg");
}
.jsxc-emoticon--261d-1f3fc {
  background-image: url("../images/emojione/261d-1f3fc.svg");
}
.jsxc-emoticon--261d-1f3fd {
  background-image: url("../images/emojione/261d-1f3fd.svg");
}
.jsxc-emoticon--261d-1f3fe {
  background-image: url("../images/emojione/261d-1f3fe.svg");
}
.jsxc-emoticon--261d-1f3ff {
  background-image: url("../images/emojione/261d-1f3ff.svg");
}
.jsxc-emoticon--1f446 {
  background-image: url("../images/emojione/1f446.svg");
}
.jsxc-emoticon--1f446-1f3fb {
  background-image: url("../images/emojione/1f446-1f3fb.svg");
}
.jsxc-emoticon--1f446-1f3fc {
  background-image: url("../images/emojione/1f446-1f3fc.svg");
}
.jsxc-emoticon--1f446-1f3fd {
  background-image: url("../images/emojione/1f446-1f3fd.svg");
}
.jsxc-emoticon--1f446-1f3fe {
  background-image: url("../images/emojione/1f446-1f3fe.svg");
}
.jsxc-emoticon--1f446-1f3ff {
  background-image: url("../images/emojione/1f446-1f3ff.svg");
}
.jsxc-emoticon--1f595 {
  background-image: url("../images/emojione/1f595.svg");
}
.jsxc-emoticon--1f595-1f3fb {
  background-image: url("../images/emojione/1f595-1f3fb.svg");
}
.jsxc-emoticon--1f595-1f3fc {
  background-image: url("../images/emojione/1f595-1f3fc.svg");
}
.jsxc-emoticon--1f595-1f3fd {
  background-image: url("../images/emojione/1f595-1f3fd.svg");
}
.jsxc-emoticon--1f595-1f3fe {
  background-image: url("../images/emojione/1f595-1f3fe.svg");
}
.jsxc-emoticon--1f595-1f3ff {
  background-image: url("../images/emojione/1f595-1f3ff.svg");
}
.jsxc-emoticon--1f447 {
  background-image: url("../images/emojione/1f447.svg");
}
.jsxc-emoticon--1f447-1f3fb {
  background-image: url("../images/emojione/1f447-1f3fb.svg");
}
.jsxc-emoticon--1f447-1f3fc {
  background-image: url("../images/emojione/1f447-1f3fc.svg");
}
.jsxc-emoticon--1f447-1f3fd {
  background-image: url("../images/emojione/1f447-1f3fd.svg");
}
.jsxc-emoticon--1f447-1f3fe {
  background-image: url("../images/emojione/1f447-1f3fe.svg");
}
.jsxc-emoticon--1f447-1f3ff {
  background-image: url("../images/emojione/1f447-1f3ff.svg");
}
.jsxc-emoticon--270c {
  background-image: url("../images/emojione/270c.svg");
}
.jsxc-emoticon--270c-1f3fb {
  background-image: url("../images/emojione/270c-1f3fb.svg");
}
.jsxc-emoticon--270c-1f3fc {
  background-image: url("../images/emojione/270c-1f3fc.svg");
}
.jsxc-emoticon--270c-1f3fd {
  background-image: url("../images/emojione/270c-1f3fd.svg");
}
.jsxc-emoticon--270c-1f3fe {
  background-image: url("../images/emojione/270c-1f3fe.svg");
}
.jsxc-emoticon--270c-1f3ff {
  background-image: url("../images/emojione/270c-1f3ff.svg");
}
.jsxc-emoticon--1f91e {
  background-image: url("../images/emojione/1f91e.svg");
}
.jsxc-emoticon--1f91e-1f3fb {
  background-image: url("../images/emojione/1f91e-1f3fb.svg");
}
.jsxc-emoticon--1f91e-1f3fc {
  background-image: url("../images/emojione/1f91e-1f3fc.svg");
}
.jsxc-emoticon--1f91e-1f3fd {
  background-image: url("../images/emojione/1f91e-1f3fd.svg");
}
.jsxc-emoticon--1f91e-1f3fe {
  background-image: url("../images/emojione/1f91e-1f3fe.svg");
}
.jsxc-emoticon--1f91e-1f3ff {
  background-image: url("../images/emojione/1f91e-1f3ff.svg");
}
.jsxc-emoticon--1f596 {
  background-image: url("../images/emojione/1f596.svg");
}
.jsxc-emoticon--1f596-1f3fb {
  background-image: url("../images/emojione/1f596-1f3fb.svg");
}
.jsxc-emoticon--1f596-1f3fc {
  background-image: url("../images/emojione/1f596-1f3fc.svg");
}
.jsxc-emoticon--1f596-1f3fd {
  background-image: url("../images/emojione/1f596-1f3fd.svg");
}
.jsxc-emoticon--1f596-1f3fe {
  background-image: url("../images/emojione/1f596-1f3fe.svg");
}
.jsxc-emoticon--1f596-1f3ff {
  background-image: url("../images/emojione/1f596-1f3ff.svg");
}
.jsxc-emoticon--1f918 {
  background-image: url("../images/emojione/1f918.svg");
}
.jsxc-emoticon--1f918-1f3fb {
  background-image: url("../images/emojione/1f918-1f3fb.svg");
}
.jsxc-emoticon--1f918-1f3fc {
  background-image: url("../images/emojione/1f918-1f3fc.svg");
}
.jsxc-emoticon--1f918-1f3fd {
  background-image: url("../images/emojione/1f918-1f3fd.svg");
}
.jsxc-emoticon--1f918-1f3fe {
  background-image: url("../images/emojione/1f918-1f3fe.svg");
}
.jsxc-emoticon--1f918-1f3ff {
  background-image: url("../images/emojione/1f918-1f3ff.svg");
}
.jsxc-emoticon--1f919 {
  background-image: url("../images/emojione/1f919.svg");
}
.jsxc-emoticon--1f919-1f3fb {
  background-image: url("../images/emojione/1f919-1f3fb.svg");
}
.jsxc-emoticon--1f919-1f3fc {
  background-image: url("../images/emojione/1f919-1f3fc.svg");
}
.jsxc-emoticon--1f919-1f3fd {
  background-image: url("../images/emojione/1f919-1f3fd.svg");
}
.jsxc-emoticon--1f919-1f3fe {
  background-image: url("../images/emojione/1f919-1f3fe.svg");
}
.jsxc-emoticon--1f919-1f3ff {
  background-image: url("../images/emojione/1f919-1f3ff.svg");
}
.jsxc-emoticon--1f590 {
  background-image: url("../images/emojione/1f590.svg");
}
.jsxc-emoticon--1f590-1f3fb {
  background-image: url("../images/emojione/1f590-1f3fb.svg");
}
.jsxc-emoticon--1f590-1f3fc {
  background-image: url("../images/emojione/1f590-1f3fc.svg");
}
.jsxc-emoticon--1f590-1f3fd {
  background-image: url("../images/emojione/1f590-1f3fd.svg");
}
.jsxc-emoticon--1f590-1f3fe {
  background-image: url("../images/emojione/1f590-1f3fe.svg");
}
.jsxc-emoticon--1f590-1f3ff {
  background-image: url("../images/emojione/1f590-1f3ff.svg");
}
.jsxc-emoticon--270b {
  background-image: url("../images/emojione/270b.svg");
}
.jsxc-emoticon--270b-1f3fb {
  background-image: url("../images/emojione/270b-1f3fb.svg");
}
.jsxc-emoticon--270b-1f3fc {
  background-image: url("../images/emojione/270b-1f3fc.svg");
}
.jsxc-emoticon--270b-1f3fd {
  background-image: url("../images/emojione/270b-1f3fd.svg");
}
.jsxc-emoticon--270b-1f3fe {
  background-image: url("../images/emojione/270b-1f3fe.svg");
}
.jsxc-emoticon--270b-1f3ff {
  background-image: url("../images/emojione/270b-1f3ff.svg");
}
.jsxc-emoticon--1f44c {
  background-image: url("../images/emojione/1f44c.svg");
}
.jsxc-emoticon--1f44c-1f3fb {
  background-image: url("../images/emojione/1f44c-1f3fb.svg");
}
.jsxc-emoticon--1f44c-1f3fc {
  background-image: url("../images/emojione/1f44c-1f3fc.svg");
}
.jsxc-emoticon--1f44c-1f3fd {
  background-image: url("../images/emojione/1f44c-1f3fd.svg");
}
.jsxc-emoticon--1f44c-1f3fe {
  background-image: url("../images/emojione/1f44c-1f3fe.svg");
}
.jsxc-emoticon--1f44c-1f3ff {
  background-image: url("../images/emojione/1f44c-1f3ff.svg");
}
.jsxc-emoticon--1f44d {
  background-image: url("../images/emojione/1f44d.svg");
}
.jsxc-emoticon--1f44d-1f3fb {
  background-image: url("../images/emojione/1f44d-1f3fb.svg");
}
.jsxc-emoticon--1f44d-1f3fc {
  background-image: url("../images/emojione/1f44d-1f3fc.svg");
}
.jsxc-emoticon--1f44d-1f3fd {
  background-image: url("../images/emojione/1f44d-1f3fd.svg");
}
.jsxc-emoticon--1f44d-1f3fe {
  background-image: url("../images/emojione/1f44d-1f3fe.svg");
}
.jsxc-emoticon--1f44d-1f3ff {
  background-image: url("../images/emojione/1f44d-1f3ff.svg");
}
.jsxc-emoticon--1f44e {
  background-image: url("../images/emojione/1f44e.svg");
}
.jsxc-emoticon--1f44e-1f3fb {
  background-image: url("../images/emojione/1f44e-1f3fb.svg");
}
.jsxc-emoticon--1f44e-1f3fc {
  background-image: url("../images/emojione/1f44e-1f3fc.svg");
}
.jsxc-emoticon--1f44e-1f3fd {
  background-image: url("../images/emojione/1f44e-1f3fd.svg");
}
.jsxc-emoticon--1f44e-1f3fe {
  background-image: url("../images/emojione/1f44e-1f3fe.svg");
}
.jsxc-emoticon--1f44e-1f3ff {
  background-image: url("../images/emojione/1f44e-1f3ff.svg");
}
.jsxc-emoticon--270a {
  background-image: url("../images/emojione/270a.svg");
}
.jsxc-emoticon--270a-1f3fb {
  background-image: url("../images/emojione/270a-1f3fb.svg");
}
.jsxc-emoticon--270a-1f3fc {
  background-image: url("../images/emojione/270a-1f3fc.svg");
}
.jsxc-emoticon--270a-1f3fd {
  background-image: url("../images/emojione/270a-1f3fd.svg");
}
.jsxc-emoticon--270a-1f3fe {
  background-image: url("../images/emojione/270a-1f3fe.svg");
}
.jsxc-emoticon--270a-1f3ff {
  background-image: url("../images/emojione/270a-1f3ff.svg");
}
.jsxc-emoticon--1f44a {
  background-image: url("../images/emojione/1f44a.svg");
}
.jsxc-emoticon--1f44a-1f3fb {
  background-image: url("../images/emojione/1f44a-1f3fb.svg");
}
.jsxc-emoticon--1f44a-1f3fc {
  background-image: url("../images/emojione/1f44a-1f3fc.svg");
}
.jsxc-emoticon--1f44a-1f3fd {
  background-image: url("../images/emojione/1f44a-1f3fd.svg");
}
.jsxc-emoticon--1f44a-1f3fe {
  background-image: url("../images/emojione/1f44a-1f3fe.svg");
}
.jsxc-emoticon--1f44a-1f3ff {
  background-image: url("../images/emojione/1f44a-1f3ff.svg");
}
.jsxc-emoticon--1f91b {
  background-image: url("../images/emojione/1f91b.svg");
}
.jsxc-emoticon--1f91b-1f3fb {
  background-image: url("../images/emojione/1f91b-1f3fb.svg");
}
.jsxc-emoticon--1f91b-1f3fc {
  background-image: url("../images/emojione/1f91b-1f3fc.svg");
}
.jsxc-emoticon--1f91b-1f3fd {
  background-image: url("../images/emojione/1f91b-1f3fd.svg");
}
.jsxc-emoticon--1f91b-1f3fe {
  background-image: url("../images/emojione/1f91b-1f3fe.svg");
}
.jsxc-emoticon--1f91b-1f3ff {
  background-image: url("../images/emojione/1f91b-1f3ff.svg");
}
.jsxc-emoticon--1f91c {
  background-image: url("../images/emojione/1f91c.svg");
}
.jsxc-emoticon--1f91c-1f3fb {
  background-image: url("../images/emojione/1f91c-1f3fb.svg");
}
.jsxc-emoticon--1f91c-1f3fc {
  background-image: url("../images/emojione/1f91c-1f3fc.svg");
}
.jsxc-emoticon--1f91c-1f3fd {
  background-image: url("../images/emojione/1f91c-1f3fd.svg");
}
.jsxc-emoticon--1f91c-1f3fe {
  background-image: url("../images/emojione/1f91c-1f3fe.svg");
}
.jsxc-emoticon--1f91c-1f3ff {
  background-image: url("../images/emojione/1f91c-1f3ff.svg");
}
.jsxc-emoticon--1f91a {
  background-image: url("../images/emojione/1f91a.svg");
}
.jsxc-emoticon--1f91a-1f3fb {
  background-image: url("../images/emojione/1f91a-1f3fb.svg");
}
.jsxc-emoticon--1f91a-1f3fc {
  background-image: url("../images/emojione/1f91a-1f3fc.svg");
}
.jsxc-emoticon--1f91a-1f3fd {
  background-image: url("../images/emojione/1f91a-1f3fd.svg");
}
.jsxc-emoticon--1f91a-1f3fe {
  background-image: url("../images/emojione/1f91a-1f3fe.svg");
}
.jsxc-emoticon--1f91a-1f3ff {
  background-image: url("../images/emojione/1f91a-1f3ff.svg");
}
.jsxc-emoticon--1f44b {
  background-image: url("../images/emojione/1f44b.svg");
}
.jsxc-emoticon--1f44b-1f3fb {
  background-image: url("../images/emojione/1f44b-1f3fb.svg");
}
.jsxc-emoticon--1f44b-1f3fc {
  background-image: url("../images/emojione/1f44b-1f3fc.svg");
}
.jsxc-emoticon--1f44b-1f3fd {
  background-image: url("../images/emojione/1f44b-1f3fd.svg");
}
.jsxc-emoticon--1f44b-1f3fe {
  background-image: url("../images/emojione/1f44b-1f3fe.svg");
}
.jsxc-emoticon--1f44b-1f3ff {
  background-image: url("../images/emojione/1f44b-1f3ff.svg");
}
.jsxc-emoticon--1f44f {
  background-image: url("../images/emojione/1f44f.svg");
}
.jsxc-emoticon--1f44f-1f3fb {
  background-image: url("../images/emojione/1f44f-1f3fb.svg");
}
.jsxc-emoticon--1f44f-1f3fc {
  background-image: url("../images/emojione/1f44f-1f3fc.svg");
}
.jsxc-emoticon--1f44f-1f3fd {
  background-image: url("../images/emojione/1f44f-1f3fd.svg");
}
.jsxc-emoticon--1f44f-1f3fe {
  background-image: url("../images/emojione/1f44f-1f3fe.svg");
}
.jsxc-emoticon--1f44f-1f3ff {
  background-image: url("../images/emojione/1f44f-1f3ff.svg");
}
.jsxc-emoticon--270d {
  background-image: url("../images/emojione/270d.svg");
}
.jsxc-emoticon--270d-1f3fb {
  background-image: url("../images/emojione/270d-1f3fb.svg");
}
.jsxc-emoticon--270d-1f3fc {
  background-image: url("../images/emojione/270d-1f3fc.svg");
}
.jsxc-emoticon--270d-1f3fd {
  background-image: url("../images/emojione/270d-1f3fd.svg");
}
.jsxc-emoticon--270d-1f3fe {
  background-image: url("../images/emojione/270d-1f3fe.svg");
}
.jsxc-emoticon--270d-1f3ff {
  background-image: url("../images/emojione/270d-1f3ff.svg");
}
.jsxc-emoticon--1f450 {
  background-image: url("../images/emojione/1f450.svg");
}
.jsxc-emoticon--1f450-1f3fb {
  background-image: url("../images/emojione/1f450-1f3fb.svg");
}
.jsxc-emoticon--1f450-1f3fc {
  background-image: url("../images/emojione/1f450-1f3fc.svg");
}
.jsxc-emoticon--1f450-1f3fd {
  background-image: url("../images/emojione/1f450-1f3fd.svg");
}
.jsxc-emoticon--1f450-1f3fe {
  background-image: url("../images/emojione/1f450-1f3fe.svg");
}
.jsxc-emoticon--1f450-1f3ff {
  background-image: url("../images/emojione/1f450-1f3ff.svg");
}
.jsxc-emoticon--1f64c {
  background-image: url("../images/emojione/1f64c.svg");
}
.jsxc-emoticon--1f64c-1f3fb {
  background-image: url("../images/emojione/1f64c-1f3fb.svg");
}
.jsxc-emoticon--1f64c-1f3fc {
  background-image: url("../images/emojione/1f64c-1f3fc.svg");
}
.jsxc-emoticon--1f64c-1f3fd {
  background-image: url("../images/emojione/1f64c-1f3fd.svg");
}
.jsxc-emoticon--1f64c-1f3fe {
  background-image: url("../images/emojione/1f64c-1f3fe.svg");
}
.jsxc-emoticon--1f64c-1f3ff {
  background-image: url("../images/emojione/1f64c-1f3ff.svg");
}
.jsxc-emoticon--1f64f {
  background-image: url("../images/emojione/1f64f.svg");
}
.jsxc-emoticon--1f64f-1f3fb {
  background-image: url("../images/emojione/1f64f-1f3fb.svg");
}
.jsxc-emoticon--1f64f-1f3fc {
  background-image: url("../images/emojione/1f64f-1f3fc.svg");
}
.jsxc-emoticon--1f64f-1f3fd {
  background-image: url("../images/emojione/1f64f-1f3fd.svg");
}
.jsxc-emoticon--1f64f-1f3fe {
  background-image: url("../images/emojione/1f64f-1f3fe.svg");
}
.jsxc-emoticon--1f64f-1f3ff {
  background-image: url("../images/emojione/1f64f-1f3ff.svg");
}
.jsxc-emoticon--1f91d {
  background-image: url("../images/emojione/1f91d.svg");
}
.jsxc-emoticon--1f91d-1f3fb {
  background-image: url("../images/emojione/1f91d-1f3fb.svg");
}
.jsxc-emoticon--1f91d-1f3fc {
  background-image: url("../images/emojione/1f91d-1f3fc.svg");
}
.jsxc-emoticon--1f91d-1f3fd {
  background-image: url("../images/emojione/1f91d-1f3fd.svg");
}
.jsxc-emoticon--1f91d-1f3fe {
  background-image: url("../images/emojione/1f91d-1f3fe.svg");
}
.jsxc-emoticon--1f91d-1f3ff {
  background-image: url("../images/emojione/1f91d-1f3ff.svg");
}
.jsxc-emoticon--1f485 {
  background-image: url("../images/emojione/1f485.svg");
}
.jsxc-emoticon--1f485-1f3fb {
  background-image: url("../images/emojione/1f485-1f3fb.svg");
}
.jsxc-emoticon--1f485-1f3fc {
  background-image: url("../images/emojione/1f485-1f3fc.svg");
}
.jsxc-emoticon--1f485-1f3fd {
  background-image: url("../images/emojione/1f485-1f3fd.svg");
}
.jsxc-emoticon--1f485-1f3fe {
  background-image: url("../images/emojione/1f485-1f3fe.svg");
}
.jsxc-emoticon--1f485-1f3ff {
  background-image: url("../images/emojione/1f485-1f3ff.svg");
}
.jsxc-emoticon--1f442 {
  background-image: url("../images/emojione/1f442.svg");
}
.jsxc-emoticon--1f442-1f3fb {
  background-image: url("../images/emojione/1f442-1f3fb.svg");
}
.jsxc-emoticon--1f442-1f3fc {
  background-image: url("../images/emojione/1f442-1f3fc.svg");
}
.jsxc-emoticon--1f442-1f3fd {
  background-image: url("../images/emojione/1f442-1f3fd.svg");
}
.jsxc-emoticon--1f442-1f3fe {
  background-image: url("../images/emojione/1f442-1f3fe.svg");
}
.jsxc-emoticon--1f442-1f3ff {
  background-image: url("../images/emojione/1f442-1f3ff.svg");
}
.jsxc-emoticon--1f443 {
  background-image: url("../images/emojione/1f443.svg");
}
.jsxc-emoticon--1f443-1f3fb {
  background-image: url("../images/emojione/1f443-1f3fb.svg");
}
.jsxc-emoticon--1f443-1f3fc {
  background-image: url("../images/emojione/1f443-1f3fc.svg");
}
.jsxc-emoticon--1f443-1f3fd {
  background-image: url("../images/emojione/1f443-1f3fd.svg");
}
.jsxc-emoticon--1f443-1f3fe {
  background-image: url("../images/emojione/1f443-1f3fe.svg");
}
.jsxc-emoticon--1f443-1f3ff {
  background-image: url("../images/emojione/1f443-1f3ff.svg");
}
.jsxc-emoticon--1f463 {
  background-image: url("../images/emojione/1f463.svg");
}
.jsxc-emoticon--1f440 {
  background-image: url("../images/emojione/1f440.svg");
}
.jsxc-emoticon--1f441 {
  background-image: url("../images/emojione/1f441.svg");
}
.jsxc-emoticon--1f441-1f5e8 {
  background-image: url("../images/emojione/1f441-1f5e8.svg");
}
.jsxc-emoticon--1f445 {
  background-image: url("../images/emojione/1f445.svg");
}
.jsxc-emoticon--1f444 {
  background-image: url("../images/emojione/1f444.svg");
}
.jsxc-emoticon--1f48b {
  background-image: url("../images/emojione/1f48b.svg");
}
.jsxc-emoticon--1f498 {
  background-image: url("../images/emojione/1f498.svg");
}
.jsxc-emoticon--2764 {
  background-image: url("../images/emojione/2764.svg");
}
.jsxc-emoticon--1f493 {
  background-image: url("../images/emojione/1f493.svg");
}
.jsxc-emoticon--1f494 {
  background-image: url("../images/emojione/1f494.svg");
}
.jsxc-emoticon--1f495 {
  background-image: url("../images/emojione/1f495.svg");
}
.jsxc-emoticon--1f496 {
  background-image: url("../images/emojione/1f496.svg");
}
.jsxc-emoticon--1f497 {
  background-image: url("../images/emojione/1f497.svg");
}
.jsxc-emoticon--1f499 {
  background-image: url("../images/emojione/1f499.svg");
}
.jsxc-emoticon--1f49a {
  background-image: url("../images/emojione/1f49a.svg");
}
.jsxc-emoticon--1f49b {
  background-image: url("../images/emojione/1f49b.svg");
}
.jsxc-emoticon--1f49c {
  background-image: url("../images/emojione/1f49c.svg");
}
.jsxc-emoticon--1f5a4 {
  background-image: url("../images/emojione/1f5a4.svg");
}
.jsxc-emoticon--1f49d {
  background-image: url("../images/emojione/1f49d.svg");
}
.jsxc-emoticon--1f49e {
  background-image: url("../images/emojione/1f49e.svg");
}
.jsxc-emoticon--1f49f {
  background-image: url("../images/emojione/1f49f.svg");
}
.jsxc-emoticon--2763 {
  background-image: url("../images/emojione/2763.svg");
}
.jsxc-emoticon--1f48c {
  background-image: url("../images/emojione/1f48c.svg");
}
.jsxc-emoticon--1f4a4 {
  background-image: url("../images/emojione/1f4a4.svg");
}
.jsxc-emoticon--1f4a2 {
  background-image: url("../images/emojione/1f4a2.svg");
}
.jsxc-emoticon--1f4a3 {
  background-image: url("../images/emojione/1f4a3.svg");
}
.jsxc-emoticon--1f4a5 {
  background-image: url("../images/emojione/1f4a5.svg");
}
.jsxc-emoticon--1f4a6 {
  background-image: url("../images/emojione/1f4a6.svg");
}
.jsxc-emoticon--1f4a8 {
  background-image: url("../images/emojione/1f4a8.svg");
}
.jsxc-emoticon--1f4ab {
  background-image: url("../images/emojione/1f4ab.svg");
}
.jsxc-emoticon--1f4ac {
  background-image: url("../images/emojione/1f4ac.svg");
}
.jsxc-emoticon--1f5e8 {
  background-image: url("../images/emojione/1f5e8.svg");
}
.jsxc-emoticon--1f5ef {
  background-image: url("../images/emojione/1f5ef.svg");
}
.jsxc-emoticon--1f4ad {
  background-image: url("../images/emojione/1f4ad.svg");
}
.jsxc-emoticon--1f573 {
  background-image: url("../images/emojione/1f573.svg");
}
.jsxc-emoticon--1f453 {
  background-image: url("../images/emojione/1f453.svg");
}
.jsxc-emoticon--1f576 {
  background-image: url("../images/emojione/1f576.svg");
}
.jsxc-emoticon--1f454 {
  background-image: url("../images/emojione/1f454.svg");
}
.jsxc-emoticon--1f455 {
  background-image: url("../images/emojione/1f455.svg");
}
.jsxc-emoticon--1f456 {
  background-image: url("../images/emojione/1f456.svg");
}
.jsxc-emoticon--1f457 {
  background-image: url("../images/emojione/1f457.svg");
}
.jsxc-emoticon--1f458 {
  background-image: url("../images/emojione/1f458.svg");
}
.jsxc-emoticon--1f459 {
  background-image: url("../images/emojione/1f459.svg");
}
.jsxc-emoticon--1f45a {
  background-image: url("../images/emojione/1f45a.svg");
}
.jsxc-emoticon--1f45b {
  background-image: url("../images/emojione/1f45b.svg");
}
.jsxc-emoticon--1f45c {
  background-image: url("../images/emojione/1f45c.svg");
}
.jsxc-emoticon--1f45d {
  background-image: url("../images/emojione/1f45d.svg");
}
.jsxc-emoticon--1f6cd {
  background-image: url("../images/emojione/1f6cd.svg");
}
.jsxc-emoticon--1f392 {
  background-image: url("../images/emojione/1f392.svg");
}
.jsxc-emoticon--1f45e {
  background-image: url("../images/emojione/1f45e.svg");
}
.jsxc-emoticon--1f45f {
  background-image: url("../images/emojione/1f45f.svg");
}
.jsxc-emoticon--1f460 {
  background-image: url("../images/emojione/1f460.svg");
}
.jsxc-emoticon--1f461 {
  background-image: url("../images/emojione/1f461.svg");
}
.jsxc-emoticon--1f462 {
  background-image: url("../images/emojione/1f462.svg");
}
.jsxc-emoticon--1f451 {
  background-image: url("../images/emojione/1f451.svg");
}
.jsxc-emoticon--1f452 {
  background-image: url("../images/emojione/1f452.svg");
}
.jsxc-emoticon--1f3a9 {
  background-image: url("../images/emojione/1f3a9.svg");
}
.jsxc-emoticon--1f393 {
  background-image: url("../images/emojione/1f393.svg");
}
.jsxc-emoticon--26d1 {
  background-image: url("../images/emojione/26d1.svg");
}
.jsxc-emoticon--1f4ff {
  background-image: url("../images/emojione/1f4ff.svg");
}
.jsxc-emoticon--1f484 {
  background-image: url("../images/emojione/1f484.svg");
}
.jsxc-emoticon--1f48d {
  background-image: url("../images/emojione/1f48d.svg");
}
.jsxc-emoticon--1f48e {
  background-image: url("../images/emojione/1f48e.svg");
}
.jsxc-emoticon--1f435 {
  background-image: url("../images/emojione/1f435.svg");
}
.jsxc-emoticon--1f412 {
  background-image: url("../images/emojione/1f412.svg");
}
.jsxc-emoticon--1f98d {
  background-image: url("../images/emojione/1f98d.svg");
}
.jsxc-emoticon--1f436 {
  background-image: url("../images/emojione/1f436.svg");
}
.jsxc-emoticon--1f415 {
  background-image: url("../images/emojione/1f415.svg");
}
.jsxc-emoticon--1f429 {
  background-image: url("../images/emojione/1f429.svg");
}
.jsxc-emoticon--1f43a {
  background-image: url("../images/emojione/1f43a.svg");
}
.jsxc-emoticon--1f98a {
  background-image: url("../images/emojione/1f98a.svg");
}
.jsxc-emoticon--1f431 {
  background-image: url("../images/emojione/1f431.svg");
}
.jsxc-emoticon--1f408 {
  background-image: url("../images/emojione/1f408.svg");
}
.jsxc-emoticon--1f981 {
  background-image: url("../images/emojione/1f981.svg");
}
.jsxc-emoticon--1f42f {
  background-image: url("../images/emojione/1f42f.svg");
}
.jsxc-emoticon--1f405 {
  background-image: url("../images/emojione/1f405.svg");
}
.jsxc-emoticon--1f406 {
  background-image: url("../images/emojione/1f406.svg");
}
.jsxc-emoticon--1f434 {
  background-image: url("../images/emojione/1f434.svg");
}
.jsxc-emoticon--1f40e {
  background-image: url("../images/emojione/1f40e.svg");
}
.jsxc-emoticon--1f98c {
  background-image: url("../images/emojione/1f98c.svg");
}
.jsxc-emoticon--1f984 {
  background-image: url("../images/emojione/1f984.svg");
}
.jsxc-emoticon--1f42e {
  background-image: url("../images/emojione/1f42e.svg");
}
.jsxc-emoticon--1f402 {
  background-image: url("../images/emojione/1f402.svg");
}
.jsxc-emoticon--1f403 {
  background-image: url("../images/emojione/1f403.svg");
}
.jsxc-emoticon--1f404 {
  background-image: url("../images/emojione/1f404.svg");
}
.jsxc-emoticon--1f437 {
  background-image: url("../images/emojione/1f437.svg");
}
.jsxc-emoticon--1f416 {
  background-image: url("../images/emojione/1f416.svg");
}
.jsxc-emoticon--1f417 {
  background-image: url("../images/emojione/1f417.svg");
}
.jsxc-emoticon--1f43d {
  background-image: url("../images/emojione/1f43d.svg");
}
.jsxc-emoticon--1f40f {
  background-image: url("../images/emojione/1f40f.svg");
}
.jsxc-emoticon--1f411 {
  background-image: url("../images/emojione/1f411.svg");
}
.jsxc-emoticon--1f410 {
  background-image: url("../images/emojione/1f410.svg");
}
.jsxc-emoticon--1f42a {
  background-image: url("../images/emojione/1f42a.svg");
}
.jsxc-emoticon--1f42b {
  background-image: url("../images/emojione/1f42b.svg");
}
.jsxc-emoticon--1f418 {
  background-image: url("../images/emojione/1f418.svg");
}
.jsxc-emoticon--1f98f {
  background-image: url("../images/emojione/1f98f.svg");
}
.jsxc-emoticon--1f42d {
  background-image: url("../images/emojione/1f42d.svg");
}
.jsxc-emoticon--1f401 {
  background-image: url("../images/emojione/1f401.svg");
}
.jsxc-emoticon--1f400 {
  background-image: url("../images/emojione/1f400.svg");
}
.jsxc-emoticon--1f439 {
  background-image: url("../images/emojione/1f439.svg");
}
.jsxc-emoticon--1f430 {
  background-image: url("../images/emojione/1f430.svg");
}
.jsxc-emoticon--1f407 {
  background-image: url("../images/emojione/1f407.svg");
}
.jsxc-emoticon--1f43f {
  background-image: url("../images/emojione/1f43f.svg");
}
.jsxc-emoticon--1f987 {
  background-image: url("../images/emojione/1f987.svg");
}
.jsxc-emoticon--1f43b {
  background-image: url("../images/emojione/1f43b.svg");
}
.jsxc-emoticon--1f428 {
  background-image: url("../images/emojione/1f428.svg");
}
.jsxc-emoticon--1f43c {
  background-image: url("../images/emojione/1f43c.svg");
}
.jsxc-emoticon--1f43e {
  background-image: url("../images/emojione/1f43e.svg");
}
.jsxc-emoticon--1f983 {
  background-image: url("../images/emojione/1f983.svg");
}
.jsxc-emoticon--1f414 {
  background-image: url("../images/emojione/1f414.svg");
}
.jsxc-emoticon--1f413 {
  background-image: url("../images/emojione/1f413.svg");
}
.jsxc-emoticon--1f423 {
  background-image: url("../images/emojione/1f423.svg");
}
.jsxc-emoticon--1f424 {
  background-image: url("../images/emojione/1f424.svg");
}
.jsxc-emoticon--1f425 {
  background-image: url("../images/emojione/1f425.svg");
}
.jsxc-emoticon--1f426 {
  background-image: url("../images/emojione/1f426.svg");
}
.jsxc-emoticon--1f427 {
  background-image: url("../images/emojione/1f427.svg");
}
.jsxc-emoticon--1f54a {
  background-image: url("../images/emojione/1f54a.svg");
}
.jsxc-emoticon--1f985 {
  background-image: url("../images/emojione/1f985.svg");
}
.jsxc-emoticon--1f986 {
  background-image: url("../images/emojione/1f986.svg");
}
.jsxc-emoticon--1f989 {
  background-image: url("../images/emojione/1f989.svg");
}
.jsxc-emoticon--1f438 {
  background-image: url("../images/emojione/1f438.svg");
}
.jsxc-emoticon--1f40a {
  background-image: url("../images/emojione/1f40a.svg");
}
.jsxc-emoticon--1f422 {
  background-image: url("../images/emojione/1f422.svg");
}
.jsxc-emoticon--1f98e {
  background-image: url("../images/emojione/1f98e.svg");
}
.jsxc-emoticon--1f40d {
  background-image: url("../images/emojione/1f40d.svg");
}
.jsxc-emoticon--1f432 {
  background-image: url("../images/emojione/1f432.svg");
}
.jsxc-emoticon--1f409 {
  background-image: url("../images/emojione/1f409.svg");
}
.jsxc-emoticon--1f433 {
  background-image: url("../images/emojione/1f433.svg");
}
.jsxc-emoticon--1f40b {
  background-image: url("../images/emojione/1f40b.svg");
}
.jsxc-emoticon--1f42c {
  background-image: url("../images/emojione/1f42c.svg");
}
.jsxc-emoticon--1f41f {
  background-image: url("../images/emojione/1f41f.svg");
}
.jsxc-emoticon--1f420 {
  background-image: url("../images/emojione/1f420.svg");
}
.jsxc-emoticon--1f421 {
  background-image: url("../images/emojione/1f421.svg");
}
.jsxc-emoticon--1f988 {
  background-image: url("../images/emojione/1f988.svg");
}
.jsxc-emoticon--1f419 {
  background-image: url("../images/emojione/1f419.svg");
}
.jsxc-emoticon--1f41a {
  background-image: url("../images/emojione/1f41a.svg");
}
.jsxc-emoticon--1f980 {
  background-image: url("../images/emojione/1f980.svg");
}
.jsxc-emoticon--1f990 {
  background-image: url("../images/emojione/1f990.svg");
}
.jsxc-emoticon--1f991 {
  background-image: url("../images/emojione/1f991.svg");
}
.jsxc-emoticon--1f98b {
  background-image: url("../images/emojione/1f98b.svg");
}
.jsxc-emoticon--1f40c {
  background-image: url("../images/emojione/1f40c.svg");
}
.jsxc-emoticon--1f41b {
  background-image: url("../images/emojione/1f41b.svg");
}
.jsxc-emoticon--1f41c {
  background-image: url("../images/emojione/1f41c.svg");
}
.jsxc-emoticon--1f41d {
  background-image: url("../images/emojione/1f41d.svg");
}
.jsxc-emoticon--1f41e {
  background-image: url("../images/emojione/1f41e.svg");
}
.jsxc-emoticon--1f577 {
  background-image: url("../images/emojione/1f577.svg");
}
.jsxc-emoticon--1f578 {
  background-image: url("../images/emojione/1f578.svg");
}
.jsxc-emoticon--1f982 {
  background-image: url("../images/emojione/1f982.svg");
}
.jsxc-emoticon--1f490 {
  background-image: url("../images/emojione/1f490.svg");
}
.jsxc-emoticon--1f338 {
  background-image: url("../images/emojione/1f338.svg");
}
.jsxc-emoticon--1f4ae {
  background-image: url("../images/emojione/1f4ae.svg");
}
.jsxc-emoticon--1f3f5 {
  background-image: url("../images/emojione/1f3f5.svg");
}
.jsxc-emoticon--1f339 {
  background-image: url("../images/emojione/1f339.svg");
}
.jsxc-emoticon--1f940 {
  background-image: url("../images/emojione/1f940.svg");
}
.jsxc-emoticon--1f33a {
  background-image: url("../images/emojione/1f33a.svg");
}
.jsxc-emoticon--1f33b {
  background-image: url("../images/emojione/1f33b.svg");
}
.jsxc-emoticon--1f33c {
  background-image: url("../images/emojione/1f33c.svg");
}
.jsxc-emoticon--1f337 {
  background-image: url("../images/emojione/1f337.svg");
}
.jsxc-emoticon--1f331 {
  background-image: url("../images/emojione/1f331.svg");
}
.jsxc-emoticon--1f332 {
  background-image: url("../images/emojione/1f332.svg");
}
.jsxc-emoticon--1f333 {
  background-image: url("../images/emojione/1f333.svg");
}
.jsxc-emoticon--1f334 {
  background-image: url("../images/emojione/1f334.svg");
}
.jsxc-emoticon--1f335 {
  background-image: url("../images/emojione/1f335.svg");
}
.jsxc-emoticon--1f33e {
  background-image: url("../images/emojione/1f33e.svg");
}
.jsxc-emoticon--1f33f {
  background-image: url("../images/emojione/1f33f.svg");
}
.jsxc-emoticon--2618 {
  background-image: url("../images/emojione/2618.svg");
}
.jsxc-emoticon--1f340 {
  background-image: url("../images/emojione/1f340.svg");
}
.jsxc-emoticon--1f341 {
  background-image: url("../images/emojione/1f341.svg");
}
.jsxc-emoticon--1f342 {
  background-image: url("../images/emojione/1f342.svg");
}
.jsxc-emoticon--1f343 {
  background-image: url("../images/emojione/1f343.svg");
}
.jsxc-emoticon--1f347 {
  background-image: url("../images/emojione/1f347.svg");
}
.jsxc-emoticon--1f348 {
  background-image: url("../images/emojione/1f348.svg");
}
.jsxc-emoticon--1f349 {
  background-image: url("../images/emojione/1f349.svg");
}
.jsxc-emoticon--1f34a {
  background-image: url("../images/emojione/1f34a.svg");
}
.jsxc-emoticon--1f34b {
  background-image: url("../images/emojione/1f34b.svg");
}
.jsxc-emoticon--1f34c {
  background-image: url("../images/emojione/1f34c.svg");
}
.jsxc-emoticon--1f34d {
  background-image: url("../images/emojione/1f34d.svg");
}
.jsxc-emoticon--1f34e {
  background-image: url("../images/emojione/1f34e.svg");
}
.jsxc-emoticon--1f34f {
  background-image: url("../images/emojione/1f34f.svg");
}
.jsxc-emoticon--1f350 {
  background-image: url("../images/emojione/1f350.svg");
}
.jsxc-emoticon--1f351 {
  background-image: url("../images/emojione/1f351.svg");
}
.jsxc-emoticon--1f352 {
  background-image: url("../images/emojione/1f352.svg");
}
.jsxc-emoticon--1f353 {
  background-image: url("../images/emojione/1f353.svg");
}
.jsxc-emoticon--1f95d {
  background-image: url("../images/emojione/1f95d.svg");
}
.jsxc-emoticon--1f345 {
  background-image: url("../images/emojione/1f345.svg");
}
.jsxc-emoticon--1f951 {
  background-image: url("../images/emojione/1f951.svg");
}
.jsxc-emoticon--1f346 {
  background-image: url("../images/emojione/1f346.svg");
}
.jsxc-emoticon--1f954 {
  background-image: url("../images/emojione/1f954.svg");
}
.jsxc-emoticon--1f955 {
  background-image: url("../images/emojione/1f955.svg");
}
.jsxc-emoticon--1f33d {
  background-image: url("../images/emojione/1f33d.svg");
}
.jsxc-emoticon--1f336 {
  background-image: url("../images/emojione/1f336.svg");
}
.jsxc-emoticon--1f952 {
  background-image: url("../images/emojione/1f952.svg");
}
.jsxc-emoticon--1f344 {
  background-image: url("../images/emojione/1f344.svg");
}
.jsxc-emoticon--1f95c {
  background-image: url("../images/emojione/1f95c.svg");
}
.jsxc-emoticon--1f330 {
  background-image: url("../images/emojione/1f330.svg");
}
.jsxc-emoticon--1f35e {
  background-image: url("../images/emojione/1f35e.svg");
}
.jsxc-emoticon--1f950 {
  background-image: url("../images/emojione/1f950.svg");
}
.jsxc-emoticon--1f956 {
  background-image: url("../images/emojione/1f956.svg");
}
.jsxc-emoticon--1f95e {
  background-image: url("../images/emojione/1f95e.svg");
}
.jsxc-emoticon--1f9c0 {
  background-image: url("../images/emojione/1f9c0.svg");
}
.jsxc-emoticon--1f356 {
  background-image: url("../images/emojione/1f356.svg");
}
.jsxc-emoticon--1f357 {
  background-image: url("../images/emojione/1f357.svg");
}
.jsxc-emoticon--1f953 {
  background-image: url("../images/emojione/1f953.svg");
}
.jsxc-emoticon--1f354 {
  background-image: url("../images/emojione/1f354.svg");
}
.jsxc-emoticon--1f35f {
  background-image: url("../images/emojione/1f35f.svg");
}
.jsxc-emoticon--1f355 {
  background-image: url("../images/emojione/1f355.svg");
}
.jsxc-emoticon--1f32d {
  background-image: url("../images/emojione/1f32d.svg");
}
.jsxc-emoticon--1f32e {
  background-image: url("../images/emojione/1f32e.svg");
}
.jsxc-emoticon--1f32f {
  background-image: url("../images/emojione/1f32f.svg");
}
.jsxc-emoticon--1f959 {
  background-image: url("../images/emojione/1f959.svg");
}
.jsxc-emoticon--1f95a {
  background-image: url("../images/emojione/1f95a.svg");
}
.jsxc-emoticon--1f373 {
  background-image: url("../images/emojione/1f373.svg");
}
.jsxc-emoticon--1f958 {
  background-image: url("../images/emojione/1f958.svg");
}
.jsxc-emoticon--1f372 {
  background-image: url("../images/emojione/1f372.svg");
}
.jsxc-emoticon--1f957 {
  background-image: url("../images/emojione/1f957.svg");
}
.jsxc-emoticon--1f37f {
  background-image: url("../images/emojione/1f37f.svg");
}
.jsxc-emoticon--1f371 {
  background-image: url("../images/emojione/1f371.svg");
}
.jsxc-emoticon--1f358 {
  background-image: url("../images/emojione/1f358.svg");
}
.jsxc-emoticon--1f359 {
  background-image: url("../images/emojione/1f359.svg");
}
.jsxc-emoticon--1f35a {
  background-image: url("../images/emojione/1f35a.svg");
}
.jsxc-emoticon--1f35b {
  background-image: url("../images/emojione/1f35b.svg");
}
.jsxc-emoticon--1f35c {
  background-image: url("../images/emojione/1f35c.svg");
}
.jsxc-emoticon--1f35d {
  background-image: url("../images/emojione/1f35d.svg");
}
.jsxc-emoticon--1f360 {
  background-image: url("../images/emojione/1f360.svg");
}
.jsxc-emoticon--1f362 {
  background-image: url("../images/emojione/1f362.svg");
}
.jsxc-emoticon--1f363 {
  background-image: url("../images/emojione/1f363.svg");
}
.jsxc-emoticon--1f364 {
  background-image: url("../images/emojione/1f364.svg");
}
.jsxc-emoticon--1f365 {
  background-image: url("../images/emojione/1f365.svg");
}
.jsxc-emoticon--1f361 {
  background-image: url("../images/emojione/1f361.svg");
}
.jsxc-emoticon--1f366 {
  background-image: url("../images/emojione/1f366.svg");
}
.jsxc-emoticon--1f367 {
  background-image: url("../images/emojione/1f367.svg");
}
.jsxc-emoticon--1f368 {
  background-image: url("../images/emojione/1f368.svg");
}
.jsxc-emoticon--1f369 {
  background-image: url("../images/emojione/1f369.svg");
}
.jsxc-emoticon--1f36a {
  background-image: url("../images/emojione/1f36a.svg");
}
.jsxc-emoticon--1f382 {
  background-image: url("../images/emojione/1f382.svg");
}
.jsxc-emoticon--1f370 {
  background-image: url("../images/emojione/1f370.svg");
}
.jsxc-emoticon--1f36b {
  background-image: url("../images/emojione/1f36b.svg");
}
.jsxc-emoticon--1f36c {
  background-image: url("../images/emojione/1f36c.svg");
}
.jsxc-emoticon--1f36d {
  background-image: url("../images/emojione/1f36d.svg");
}
.jsxc-emoticon--1f36e {
  background-image: url("../images/emojione/1f36e.svg");
}
.jsxc-emoticon--1f36f {
  background-image: url("../images/emojione/1f36f.svg");
}
.jsxc-emoticon--1f37c {
  background-image: url("../images/emojione/1f37c.svg");
}
.jsxc-emoticon--1f95b {
  background-image: url("../images/emojione/1f95b.svg");
}
.jsxc-emoticon--2615 {
  background-image: url("../images/emojione/2615.svg");
}
.jsxc-emoticon--1f375 {
  background-image: url("../images/emojione/1f375.svg");
}
.jsxc-emoticon--1f376 {
  background-image: url("../images/emojione/1f376.svg");
}
.jsxc-emoticon--1f37e {
  background-image: url("../images/emojione/1f37e.svg");
}
.jsxc-emoticon--1f377 {
  background-image: url("../images/emojione/1f377.svg");
}
.jsxc-emoticon--1f378 {
  background-image: url("../images/emojione/1f378.svg");
}
.jsxc-emoticon--1f379 {
  background-image: url("../images/emojione/1f379.svg");
}
.jsxc-emoticon--1f37a {
  background-image: url("../images/emojione/1f37a.svg");
}
.jsxc-emoticon--1f37b {
  background-image: url("../images/emojione/1f37b.svg");
}
.jsxc-emoticon--1f942 {
  background-image: url("../images/emojione/1f942.svg");
}
.jsxc-emoticon--1f943 {
  background-image: url("../images/emojione/1f943.svg");
}
.jsxc-emoticon--1f37d {
  background-image: url("../images/emojione/1f37d.svg");
}
.jsxc-emoticon--1f374 {
  background-image: url("../images/emojione/1f374.svg");
}
.jsxc-emoticon--1f944 {
  background-image: url("../images/emojione/1f944.svg");
}
.jsxc-emoticon--1f52a {
  background-image: url("../images/emojione/1f52a.svg");
}
.jsxc-emoticon--1f3fa {
  background-image: url("../images/emojione/1f3fa.svg");
}
.jsxc-emoticon--1f30d {
  background-image: url("../images/emojione/1f30d.svg");
}
.jsxc-emoticon--1f30e {
  background-image: url("../images/emojione/1f30e.svg");
}
.jsxc-emoticon--1f30f {
  background-image: url("../images/emojione/1f30f.svg");
}
.jsxc-emoticon--1f310 {
  background-image: url("../images/emojione/1f310.svg");
}
.jsxc-emoticon--1f5fa {
  background-image: url("../images/emojione/1f5fa.svg");
}
.jsxc-emoticon--1f5fe {
  background-image: url("../images/emojione/1f5fe.svg");
}
.jsxc-emoticon--1f3d4 {
  background-image: url("../images/emojione/1f3d4.svg");
}
.jsxc-emoticon--26f0 {
  background-image: url("../images/emojione/26f0.svg");
}
.jsxc-emoticon--1f30b {
  background-image: url("../images/emojione/1f30b.svg");
}
.jsxc-emoticon--1f5fb {
  background-image: url("../images/emojione/1f5fb.svg");
}
.jsxc-emoticon--1f3d5 {
  background-image: url("../images/emojione/1f3d5.svg");
}
.jsxc-emoticon--1f3d6 {
  background-image: url("../images/emojione/1f3d6.svg");
}
.jsxc-emoticon--1f3dc {
  background-image: url("../images/emojione/1f3dc.svg");
}
.jsxc-emoticon--1f3dd {
  background-image: url("../images/emojione/1f3dd.svg");
}
.jsxc-emoticon--1f3de {
  background-image: url("../images/emojione/1f3de.svg");
}
.jsxc-emoticon--1f3df {
  background-image: url("../images/emojione/1f3df.svg");
}
.jsxc-emoticon--1f3db {
  background-image: url("../images/emojione/1f3db.svg");
}
.jsxc-emoticon--1f3d7 {
  background-image: url("../images/emojione/1f3d7.svg");
}
.jsxc-emoticon--1f3d8 {
  background-image: url("../images/emojione/1f3d8.svg");
}
.jsxc-emoticon--1f3d9 {
  background-image: url("../images/emojione/1f3d9.svg");
}
.jsxc-emoticon--1f3da {
  background-image: url("../images/emojione/1f3da.svg");
}
.jsxc-emoticon--1f3e0 {
  background-image: url("../images/emojione/1f3e0.svg");
}
.jsxc-emoticon--1f3e1 {
  background-image: url("../images/emojione/1f3e1.svg");
}
.jsxc-emoticon--1f3e2 {
  background-image: url("../images/emojione/1f3e2.svg");
}
.jsxc-emoticon--1f3e3 {
  background-image: url("../images/emojione/1f3e3.svg");
}
.jsxc-emoticon--1f3e4 {
  background-image: url("../images/emojione/1f3e4.svg");
}
.jsxc-emoticon--1f3e5 {
  background-image: url("../images/emojione/1f3e5.svg");
}
.jsxc-emoticon--1f3e6 {
  background-image: url("../images/emojione/1f3e6.svg");
}
.jsxc-emoticon--1f3e8 {
  background-image: url("../images/emojione/1f3e8.svg");
}
.jsxc-emoticon--1f3e9 {
  background-image: url("../images/emojione/1f3e9.svg");
}
.jsxc-emoticon--1f3ea {
  background-image: url("../images/emojione/1f3ea.svg");
}
.jsxc-emoticon--1f3eb {
  background-image: url("../images/emojione/1f3eb.svg");
}
.jsxc-emoticon--1f3ec {
  background-image: url("../images/emojione/1f3ec.svg");
}
.jsxc-emoticon--1f3ed {
  background-image: url("../images/emojione/1f3ed.svg");
}
.jsxc-emoticon--1f3ef {
  background-image: url("../images/emojione/1f3ef.svg");
}
.jsxc-emoticon--1f3f0 {
  background-image: url("../images/emojione/1f3f0.svg");
}
.jsxc-emoticon--1f492 {
  background-image: url("../images/emojione/1f492.svg");
}
.jsxc-emoticon--1f5fc {
  background-image: url("../images/emojione/1f5fc.svg");
}
.jsxc-emoticon--1f5fd {
  background-image: url("../images/emojione/1f5fd.svg");
}
.jsxc-emoticon--26ea {
  background-image: url("../images/emojione/26ea.svg");
}
.jsxc-emoticon--1f54c {
  background-image: url("../images/emojione/1f54c.svg");
}
.jsxc-emoticon--1f54d {
  background-image: url("../images/emojione/1f54d.svg");
}
.jsxc-emoticon--26e9 {
  background-image: url("../images/emojione/26e9.svg");
}
.jsxc-emoticon--1f54b {
  background-image: url("../images/emojione/1f54b.svg");
}
.jsxc-emoticon--26f2 {
  background-image: url("../images/emojione/26f2.svg");
}
.jsxc-emoticon--26fa {
  background-image: url("../images/emojione/26fa.svg");
}
.jsxc-emoticon--1f301 {
  background-image: url("../images/emojione/1f301.svg");
}
.jsxc-emoticon--1f303 {
  background-image: url("../images/emojione/1f303.svg");
}
.jsxc-emoticon--1f304 {
  background-image: url("../images/emojione/1f304.svg");
}
.jsxc-emoticon--1f305 {
  background-image: url("../images/emojione/1f305.svg");
}
.jsxc-emoticon--1f306 {
  background-image: url("../images/emojione/1f306.svg");
}
.jsxc-emoticon--1f307 {
  background-image: url("../images/emojione/1f307.svg");
}
.jsxc-emoticon--1f309 {
  background-image: url("../images/emojione/1f309.svg");
}
.jsxc-emoticon--2668 {
  background-image: url("../images/emojione/2668.svg");
}
.jsxc-emoticon--1f30c {
  background-image: url("../images/emojione/1f30c.svg");
}
.jsxc-emoticon--1f3a0 {
  background-image: url("../images/emojione/1f3a0.svg");
}
.jsxc-emoticon--1f3a1 {
  background-image: url("../images/emojione/1f3a1.svg");
}
.jsxc-emoticon--1f3a2 {
  background-image: url("../images/emojione/1f3a2.svg");
}
.jsxc-emoticon--1f488 {
  background-image: url("../images/emojione/1f488.svg");
}
.jsxc-emoticon--1f3aa {
  background-image: url("../images/emojione/1f3aa.svg");
}
.jsxc-emoticon--1f3ad {
  background-image: url("../images/emojione/1f3ad.svg");
}
.jsxc-emoticon--1f5bc {
  background-image: url("../images/emojione/1f5bc.svg");
}
.jsxc-emoticon--1f3a8 {
  background-image: url("../images/emojione/1f3a8.svg");
}
.jsxc-emoticon--1f3b0 {
  background-image: url("../images/emojione/1f3b0.svg");
}
.jsxc-emoticon--1f682 {
  background-image: url("../images/emojione/1f682.svg");
}
.jsxc-emoticon--1f683 {
  background-image: url("../images/emojione/1f683.svg");
}
.jsxc-emoticon--1f684 {
  background-image: url("../images/emojione/1f684.svg");
}
.jsxc-emoticon--1f685 {
  background-image: url("../images/emojione/1f685.svg");
}
.jsxc-emoticon--1f686 {
  background-image: url("../images/emojione/1f686.svg");
}
.jsxc-emoticon--1f687 {
  background-image: url("../images/emojione/1f687.svg");
}
.jsxc-emoticon--1f688 {
  background-image: url("../images/emojione/1f688.svg");
}
.jsxc-emoticon--1f689 {
  background-image: url("../images/emojione/1f689.svg");
}
.jsxc-emoticon--1f68a {
  background-image: url("../images/emojione/1f68a.svg");
}
.jsxc-emoticon--1f69d {
  background-image: url("../images/emojione/1f69d.svg");
}
.jsxc-emoticon--1f69e {
  background-image: url("../images/emojione/1f69e.svg");
}
.jsxc-emoticon--1f68b {
  background-image: url("../images/emojione/1f68b.svg");
}
.jsxc-emoticon--1f68c {
  background-image: url("../images/emojione/1f68c.svg");
}
.jsxc-emoticon--1f68d {
  background-image: url("../images/emojione/1f68d.svg");
}
.jsxc-emoticon--1f68e {
  background-image: url("../images/emojione/1f68e.svg");
}
.jsxc-emoticon--1f690 {
  background-image: url("../images/emojione/1f690.svg");
}
.jsxc-emoticon--1f691 {
  background-image: url("../images/emojione/1f691.svg");
}
.jsxc-emoticon--1f692 {
  background-image: url("../images/emojione/1f692.svg");
}
.jsxc-emoticon--1f693 {
  background-image: url("../images/emojione/1f693.svg");
}
.jsxc-emoticon--1f694 {
  background-image: url("../images/emojione/1f694.svg");
}
.jsxc-emoticon--1f695 {
  background-image: url("../images/emojione/1f695.svg");
}
.jsxc-emoticon--1f696 {
  background-image: url("../images/emojione/1f696.svg");
}
.jsxc-emoticon--1f697 {
  background-image: url("../images/emojione/1f697.svg");
}
.jsxc-emoticon--1f698 {
  background-image: url("../images/emojione/1f698.svg");
}
.jsxc-emoticon--1f699 {
  background-image: url("../images/emojione/1f699.svg");
}
.jsxc-emoticon--1f69a {
  background-image: url("../images/emojione/1f69a.svg");
}
.jsxc-emoticon--1f69b {
  background-image: url("../images/emojione/1f69b.svg");
}
.jsxc-emoticon--1f69c {
  background-image: url("../images/emojione/1f69c.svg");
}
.jsxc-emoticon--1f6b2 {
  background-image: url("../images/emojione/1f6b2.svg");
}
.jsxc-emoticon--1f6f4 {
  background-image: url("../images/emojione/1f6f4.svg");
}
.jsxc-emoticon--1f6f5 {
  background-image: url("../images/emojione/1f6f5.svg");
}
.jsxc-emoticon--1f68f {
  background-image: url("../images/emojione/1f68f.svg");
}
.jsxc-emoticon--1f6e3 {
  background-image: url("../images/emojione/1f6e3.svg");
}
.jsxc-emoticon--1f6e4 {
  background-image: url("../images/emojione/1f6e4.svg");
}
.jsxc-emoticon--26fd {
  background-image: url("../images/emojione/26fd.svg");
}
.jsxc-emoticon--1f6a8 {
  background-image: url("../images/emojione/1f6a8.svg");
}
.jsxc-emoticon--1f6a5 {
  background-image: url("../images/emojione/1f6a5.svg");
}
.jsxc-emoticon--1f6a6 {
  background-image: url("../images/emojione/1f6a6.svg");
}
.jsxc-emoticon--1f6a7 {
  background-image: url("../images/emojione/1f6a7.svg");
}
.jsxc-emoticon--1f6d1 {
  background-image: url("../images/emojione/1f6d1.svg");
}
.jsxc-emoticon--2693 {
  background-image: url("../images/emojione/2693.svg");
}
.jsxc-emoticon--26f5 {
  background-image: url("../images/emojione/26f5.svg");
}
.jsxc-emoticon--1f6f6 {
  background-image: url("../images/emojione/1f6f6.svg");
}
.jsxc-emoticon--1f6a4 {
  background-image: url("../images/emojione/1f6a4.svg");
}
.jsxc-emoticon--1f6f3 {
  background-image: url("../images/emojione/1f6f3.svg");
}
.jsxc-emoticon--26f4 {
  background-image: url("../images/emojione/26f4.svg");
}
.jsxc-emoticon--1f6e5 {
  background-image: url("../images/emojione/1f6e5.svg");
}
.jsxc-emoticon--1f6a2 {
  background-image: url("../images/emojione/1f6a2.svg");
}
.jsxc-emoticon--2708 {
  background-image: url("../images/emojione/2708.svg");
}
.jsxc-emoticon--1f6e9 {
  background-image: url("../images/emojione/1f6e9.svg");
}
.jsxc-emoticon--1f6eb {
  background-image: url("../images/emojione/1f6eb.svg");
}
.jsxc-emoticon--1f6ec {
  background-image: url("../images/emojione/1f6ec.svg");
}
.jsxc-emoticon--1f4ba {
  background-image: url("../images/emojione/1f4ba.svg");
}
.jsxc-emoticon--1f681 {
  background-image: url("../images/emojione/1f681.svg");
}
.jsxc-emoticon--1f69f {
  background-image: url("../images/emojione/1f69f.svg");
}
.jsxc-emoticon--1f6a0 {
  background-image: url("../images/emojione/1f6a0.svg");
}
.jsxc-emoticon--1f6a1 {
  background-image: url("../images/emojione/1f6a1.svg");
}
.jsxc-emoticon--1f680 {
  background-image: url("../images/emojione/1f680.svg");
}
.jsxc-emoticon--1f6f0 {
  background-image: url("../images/emojione/1f6f0.svg");
}
.jsxc-emoticon--1f6ce {
  background-image: url("../images/emojione/1f6ce.svg");
}
.jsxc-emoticon--1f6aa {
  background-image: url("../images/emojione/1f6aa.svg");
}
.jsxc-emoticon--1f6cc {
  background-image: url("../images/emojione/1f6cc.svg");
}
.jsxc-emoticon--1f6cf {
  background-image: url("../images/emojione/1f6cf.svg");
}
.jsxc-emoticon--1f6cb {
  background-image: url("../images/emojione/1f6cb.svg");
}
.jsxc-emoticon--1f6bd {
  background-image: url("../images/emojione/1f6bd.svg");
}
.jsxc-emoticon--1f6bf {
  background-image: url("../images/emojione/1f6bf.svg");
}
.jsxc-emoticon--1f6c0 {
  background-image: url("../images/emojione/1f6c0.svg");
}
.jsxc-emoticon--1f6c0-1f3fb {
  background-image: url("../images/emojione/1f6c0-1f3fb.svg");
}
.jsxc-emoticon--1f6c0-1f3fc {
  background-image: url("../images/emojione/1f6c0-1f3fc.svg");
}
.jsxc-emoticon--1f6c0-1f3fd {
  background-image: url("../images/emojione/1f6c0-1f3fd.svg");
}
.jsxc-emoticon--1f6c0-1f3fe {
  background-image: url("../images/emojione/1f6c0-1f3fe.svg");
}
.jsxc-emoticon--1f6c0-1f3ff {
  background-image: url("../images/emojione/1f6c0-1f3ff.svg");
}
.jsxc-emoticon--1f6c1 {
  background-image: url("../images/emojione/1f6c1.svg");
}
.jsxc-emoticon--231b {
  background-image: url("../images/emojione/231b.svg");
}
.jsxc-emoticon--23f3 {
  background-image: url("../images/emojione/23f3.svg");
}
.jsxc-emoticon--231a {
  background-image: url("../images/emojione/231a.svg");
}
.jsxc-emoticon--23f0 {
  background-image: url("../images/emojione/23f0.svg");
}
.jsxc-emoticon--23f1 {
  background-image: url("../images/emojione/23f1.svg");
}
.jsxc-emoticon--23f2 {
  background-image: url("../images/emojione/23f2.svg");
}
.jsxc-emoticon--1f570 {
  background-image: url("../images/emojione/1f570.svg");
}
.jsxc-emoticon--1f55b {
  background-image: url("../images/emojione/1f55b.svg");
}
.jsxc-emoticon--1f567 {
  background-image: url("../images/emojione/1f567.svg");
}
.jsxc-emoticon--1f550 {
  background-image: url("../images/emojione/1f550.svg");
}
.jsxc-emoticon--1f55c {
  background-image: url("../images/emojione/1f55c.svg");
}
.jsxc-emoticon--1f551 {
  background-image: url("../images/emojione/1f551.svg");
}
.jsxc-emoticon--1f55d {
  background-image: url("../images/emojione/1f55d.svg");
}
.jsxc-emoticon--1f552 {
  background-image: url("../images/emojione/1f552.svg");
}
.jsxc-emoticon--1f55e {
  background-image: url("../images/emojione/1f55e.svg");
}
.jsxc-emoticon--1f553 {
  background-image: url("../images/emojione/1f553.svg");
}
.jsxc-emoticon--1f55f {
  background-image: url("../images/emojione/1f55f.svg");
}
.jsxc-emoticon--1f554 {
  background-image: url("../images/emojione/1f554.svg");
}
.jsxc-emoticon--1f560 {
  background-image: url("../images/emojione/1f560.svg");
}
.jsxc-emoticon--1f555 {
  background-image: url("../images/emojione/1f555.svg");
}
.jsxc-emoticon--1f561 {
  background-image: url("../images/emojione/1f561.svg");
}
.jsxc-emoticon--1f556 {
  background-image: url("../images/emojione/1f556.svg");
}
.jsxc-emoticon--1f562 {
  background-image: url("../images/emojione/1f562.svg");
}
.jsxc-emoticon--1f557 {
  background-image: url("../images/emojione/1f557.svg");
}
.jsxc-emoticon--1f563 {
  background-image: url("../images/emojione/1f563.svg");
}
.jsxc-emoticon--1f558 {
  background-image: url("../images/emojione/1f558.svg");
}
.jsxc-emoticon--1f564 {
  background-image: url("../images/emojione/1f564.svg");
}
.jsxc-emoticon--1f559 {
  background-image: url("../images/emojione/1f559.svg");
}
.jsxc-emoticon--1f565 {
  background-image: url("../images/emojione/1f565.svg");
}
.jsxc-emoticon--1f55a {
  background-image: url("../images/emojione/1f55a.svg");
}
.jsxc-emoticon--1f566 {
  background-image: url("../images/emojione/1f566.svg");
}
.jsxc-emoticon--1f311 {
  background-image: url("../images/emojione/1f311.svg");
}
.jsxc-emoticon--1f312 {
  background-image: url("../images/emojione/1f312.svg");
}
.jsxc-emoticon--1f313 {
  background-image: url("../images/emojione/1f313.svg");
}
.jsxc-emoticon--1f314 {
  background-image: url("../images/emojione/1f314.svg");
}
.jsxc-emoticon--1f315 {
  background-image: url("../images/emojione/1f315.svg");
}
.jsxc-emoticon--1f316 {
  background-image: url("../images/emojione/1f316.svg");
}
.jsxc-emoticon--1f317 {
  background-image: url("../images/emojione/1f317.svg");
}
.jsxc-emoticon--1f318 {
  background-image: url("../images/emojione/1f318.svg");
}
.jsxc-emoticon--1f319 {
  background-image: url("../images/emojione/1f319.svg");
}
.jsxc-emoticon--1f31a {
  background-image: url("../images/emojione/1f31a.svg");
}
.jsxc-emoticon--1f31b {
  background-image: url("../images/emojione/1f31b.svg");
}
.jsxc-emoticon--1f31c {
  background-image: url("../images/emojione/1f31c.svg");
}
.jsxc-emoticon--1f321 {
  background-image: url("../images/emojione/1f321.svg");
}
.jsxc-emoticon--2600 {
  background-image: url("../images/emojione/2600.svg");
}
.jsxc-emoticon--1f31d {
  background-image: url("../images/emojione/1f31d.svg");
}
.jsxc-emoticon--1f31e {
  background-image: url("../images/emojione/1f31e.svg");
}
.jsxc-emoticon--2b50 {
  background-image: url("../images/emojione/2b50.svg");
}
.jsxc-emoticon--1f31f {
  background-image: url("../images/emojione/1f31f.svg");
}
.jsxc-emoticon--1f320 {
  background-image: url("../images/emojione/1f320.svg");
}
.jsxc-emoticon--2601 {
  background-image: url("../images/emojione/2601.svg");
}
.jsxc-emoticon--26c5 {
  background-image: url("../images/emojione/26c5.svg");
}
.jsxc-emoticon--26c8 {
  background-image: url("../images/emojione/26c8.svg");
}
.jsxc-emoticon--1f324 {
  background-image: url("../images/emojione/1f324.svg");
}
.jsxc-emoticon--1f325 {
  background-image: url("../images/emojione/1f325.svg");
}
.jsxc-emoticon--1f326 {
  background-image: url("../images/emojione/1f326.svg");
}
.jsxc-emoticon--1f327 {
  background-image: url("../images/emojione/1f327.svg");
}
.jsxc-emoticon--1f328 {
  background-image: url("../images/emojione/1f328.svg");
}
.jsxc-emoticon--1f329 {
  background-image: url("../images/emojione/1f329.svg");
}
.jsxc-emoticon--1f32a {
  background-image: url("../images/emojione/1f32a.svg");
}
.jsxc-emoticon--1f32b {
  background-image: url("../images/emojione/1f32b.svg");
}
.jsxc-emoticon--1f32c {
  background-image: url("../images/emojione/1f32c.svg");
}
.jsxc-emoticon--1f300 {
  background-image: url("../images/emojione/1f300.svg");
}
.jsxc-emoticon--1f308 {
  background-image: url("../images/emojione/1f308.svg");
}
.jsxc-emoticon--1f302 {
  background-image: url("../images/emojione/1f302.svg");
}
.jsxc-emoticon--2602 {
  background-image: url("../images/emojione/2602.svg");
}
.jsxc-emoticon--2614 {
  background-image: url("../images/emojione/2614.svg");
}
.jsxc-emoticon--26f1 {
  background-image: url("../images/emojione/26f1.svg");
}
.jsxc-emoticon--26a1 {
  background-image: url("../images/emojione/26a1.svg");
}
.jsxc-emoticon--2744 {
  background-image: url("../images/emojione/2744.svg");
}
.jsxc-emoticon--2603 {
  background-image: url("../images/emojione/2603.svg");
}
.jsxc-emoticon--26c4 {
  background-image: url("../images/emojione/26c4.svg");
}
.jsxc-emoticon--2604 {
  background-image: url("../images/emojione/2604.svg");
}
.jsxc-emoticon--1f525 {
  background-image: url("../images/emojione/1f525.svg");
}
.jsxc-emoticon--1f4a7 {
  background-image: url("../images/emojione/1f4a7.svg");
}
.jsxc-emoticon--1f30a {
  background-image: url("../images/emojione/1f30a.svg");
}
.jsxc-emoticon--1f383 {
  background-image: url("../images/emojione/1f383.svg");
}
.jsxc-emoticon--1f384 {
  background-image: url("../images/emojione/1f384.svg");
}
.jsxc-emoticon--1f386 {
  background-image: url("../images/emojione/1f386.svg");
}
.jsxc-emoticon--1f387 {
  background-image: url("../images/emojione/1f387.svg");
}
.jsxc-emoticon--2728 {
  background-image: url("../images/emojione/2728.svg");
}
.jsxc-emoticon--1f388 {
  background-image: url("../images/emojione/1f388.svg");
}
.jsxc-emoticon--1f389 {
  background-image: url("../images/emojione/1f389.svg");
}
.jsxc-emoticon--1f38a {
  background-image: url("../images/emojione/1f38a.svg");
}
.jsxc-emoticon--1f38b {
  background-image: url("../images/emojione/1f38b.svg");
}
.jsxc-emoticon--1f38d {
  background-image: url("../images/emojione/1f38d.svg");
}
.jsxc-emoticon--1f38e {
  background-image: url("../images/emojione/1f38e.svg");
}
.jsxc-emoticon--1f38f {
  background-image: url("../images/emojione/1f38f.svg");
}
.jsxc-emoticon--1f390 {
  background-image: url("../images/emojione/1f390.svg");
}
.jsxc-emoticon--1f391 {
  background-image: url("../images/emojione/1f391.svg");
}
.jsxc-emoticon--1f380 {
  background-image: url("../images/emojione/1f380.svg");
}
.jsxc-emoticon--1f381 {
  background-image: url("../images/emojione/1f381.svg");
}
.jsxc-emoticon--1f397 {
  background-image: url("../images/emojione/1f397.svg");
}
.jsxc-emoticon--1f39f {
  background-image: url("../images/emojione/1f39f.svg");
}
.jsxc-emoticon--1f3ab {
  background-image: url("../images/emojione/1f3ab.svg");
}
.jsxc-emoticon--1f396 {
  background-image: url("../images/emojione/1f396.svg");
}
.jsxc-emoticon--1f3c6 {
  background-image: url("../images/emojione/1f3c6.svg");
}
.jsxc-emoticon--1f3c5 {
  background-image: url("../images/emojione/1f3c5.svg");
}
.jsxc-emoticon--1f947 {
  background-image: url("../images/emojione/1f947.svg");
}
.jsxc-emoticon--1f948 {
  background-image: url("../images/emojione/1f948.svg");
}
.jsxc-emoticon--1f949 {
  background-image: url("../images/emojione/1f949.svg");
}
.jsxc-emoticon--26bd {
  background-image: url("../images/emojione/26bd.svg");
}
.jsxc-emoticon--26be {
  background-image: url("../images/emojione/26be.svg");
}
.jsxc-emoticon--1f3c0 {
  background-image: url("../images/emojione/1f3c0.svg");
}
.jsxc-emoticon--1f3d0 {
  background-image: url("../images/emojione/1f3d0.svg");
}
.jsxc-emoticon--1f3c8 {
  background-image: url("../images/emojione/1f3c8.svg");
}
.jsxc-emoticon--1f3c9 {
  background-image: url("../images/emojione/1f3c9.svg");
}
.jsxc-emoticon--1f3be {
  background-image: url("../images/emojione/1f3be.svg");
}
.jsxc-emoticon--1f3b1 {
  background-image: url("../images/emojione/1f3b1.svg");
}
.jsxc-emoticon--1f3b3 {
  background-image: url("../images/emojione/1f3b3.svg");
}
.jsxc-emoticon--1f3cf {
  background-image: url("../images/emojione/1f3cf.svg");
}
.jsxc-emoticon--1f3d1 {
  background-image: url("../images/emojione/1f3d1.svg");
}
.jsxc-emoticon--1f3d2 {
  background-image: url("../images/emojione/1f3d2.svg");
}
.jsxc-emoticon--1f3d3 {
  background-image: url("../images/emojione/1f3d3.svg");
}
.jsxc-emoticon--1f3f8 {
  background-image: url("../images/emojione/1f3f8.svg");
}
.jsxc-emoticon--1f94a {
  background-image: url("../images/emojione/1f94a.svg");
}
.jsxc-emoticon--1f94b {
  background-image: url("../images/emojione/1f94b.svg");
}
.jsxc-emoticon--1f945 {
  background-image: url("../images/emojione/1f945.svg");
}
.jsxc-emoticon--1f3af {
  background-image: url("../images/emojione/1f3af.svg");
}
.jsxc-emoticon--26f3 {
  background-image: url("../images/emojione/26f3.svg");
}
.jsxc-emoticon--26f8 {
  background-image: url("../images/emojione/26f8.svg");
}
.jsxc-emoticon--1f3a3 {
  background-image: url("../images/emojione/1f3a3.svg");
}
.jsxc-emoticon--1f3bd {
  background-image: url("../images/emojione/1f3bd.svg");
}
.jsxc-emoticon--1f3bf {
  background-image: url("../images/emojione/1f3bf.svg");
}
.jsxc-emoticon--1f3ae {
  background-image: url("../images/emojione/1f3ae.svg");
}
.jsxc-emoticon--1f579 {
  background-image: url("../images/emojione/1f579.svg");
}
.jsxc-emoticon--1f3b2 {
  background-image: url("../images/emojione/1f3b2.svg");
}
.jsxc-emoticon--2660 {
  background-image: url("../images/emojione/2660.svg");
}
.jsxc-emoticon--2665 {
  background-image: url("../images/emojione/2665.svg");
}
.jsxc-emoticon--2666 {
  background-image: url("../images/emojione/2666.svg");
}
.jsxc-emoticon--2663 {
  background-image: url("../images/emojione/2663.svg");
}
.jsxc-emoticon--1f0cf {
  background-image: url("../images/emojione/1f0cf.svg");
}
.jsxc-emoticon--1f004 {
  background-image: url("../images/emojione/1f004.svg");
}
.jsxc-emoticon--1f3b4 {
  background-image: url("../images/emojione/1f3b4.svg");
}
.jsxc-emoticon--1f507 {
  background-image: url("../images/emojione/1f507.svg");
}
.jsxc-emoticon--1f508 {
  background-image: url("../images/emojione/1f508.svg");
}
.jsxc-emoticon--1f509 {
  background-image: url("../images/emojione/1f509.svg");
}
.jsxc-emoticon--1f50a {
  background-image: url("../images/emojione/1f50a.svg");
}
.jsxc-emoticon--1f4e2 {
  background-image: url("../images/emojione/1f4e2.svg");
}
.jsxc-emoticon--1f4e3 {
  background-image: url("../images/emojione/1f4e3.svg");
}
.jsxc-emoticon--1f4ef {
  background-image: url("../images/emojione/1f4ef.svg");
}
.jsxc-emoticon--1f514 {
  background-image: url("../images/emojione/1f514.svg");
}
.jsxc-emoticon--1f515 {
  background-image: url("../images/emojione/1f515.svg");
}
.jsxc-emoticon--1f3bc {
  background-image: url("../images/emojione/1f3bc.svg");
}
.jsxc-emoticon--1f3b5 {
  background-image: url("../images/emojione/1f3b5.svg");
}
.jsxc-emoticon--1f3b6 {
  background-image: url("../images/emojione/1f3b6.svg");
}
.jsxc-emoticon--1f399 {
  background-image: url("../images/emojione/1f399.svg");
}
.jsxc-emoticon--1f39a {
  background-image: url("../images/emojione/1f39a.svg");
}
.jsxc-emoticon--1f39b {
  background-image: url("../images/emojione/1f39b.svg");
}
.jsxc-emoticon--1f3a4 {
  background-image: url("../images/emojione/1f3a4.svg");
}
.jsxc-emoticon--1f3a7 {
  background-image: url("../images/emojione/1f3a7.svg");
}
.jsxc-emoticon--1f4fb {
  background-image: url("../images/emojione/1f4fb.svg");
}
.jsxc-emoticon--1f3b7 {
  background-image: url("../images/emojione/1f3b7.svg");
}
.jsxc-emoticon--1f3b8 {
  background-image: url("../images/emojione/1f3b8.svg");
}
.jsxc-emoticon--1f3b9 {
  background-image: url("../images/emojione/1f3b9.svg");
}
.jsxc-emoticon--1f3ba {
  background-image: url("../images/emojione/1f3ba.svg");
}
.jsxc-emoticon--1f3bb {
  background-image: url("../images/emojione/1f3bb.svg");
}
.jsxc-emoticon--1f941 {
  background-image: url("../images/emojione/1f941.svg");
}
.jsxc-emoticon--1f4f1 {
  background-image: url("../images/emojione/1f4f1.svg");
}
.jsxc-emoticon--1f4f2 {
  background-image: url("../images/emojione/1f4f2.svg");
}
.jsxc-emoticon--260e {
  background-image: url("../images/emojione/260e.svg");
}
.jsxc-emoticon--1f4de {
  background-image: url("../images/emojione/1f4de.svg");
}
.jsxc-emoticon--1f4df {
  background-image: url("../images/emojione/1f4df.svg");
}
.jsxc-emoticon--1f4e0 {
  background-image: url("../images/emojione/1f4e0.svg");
}
.jsxc-emoticon--1f50b {
  background-image: url("../images/emojione/1f50b.svg");
}
.jsxc-emoticon--1f50c {
  background-image: url("../images/emojione/1f50c.svg");
}
.jsxc-emoticon--1f4bb {
  background-image: url("../images/emojione/1f4bb.svg");
}
.jsxc-emoticon--1f5a5 {
  background-image: url("../images/emojione/1f5a5.svg");
}
.jsxc-emoticon--1f5a8 {
  background-image: url("../images/emojione/1f5a8.svg");
}
.jsxc-emoticon--2328 {
  background-image: url("../images/emojione/2328.svg");
}
.jsxc-emoticon--1f5b1 {
  background-image: url("../images/emojione/1f5b1.svg");
}
.jsxc-emoticon--1f5b2 {
  background-image: url("../images/emojione/1f5b2.svg");
}
.jsxc-emoticon--1f4bd {
  background-image: url("../images/emojione/1f4bd.svg");
}
.jsxc-emoticon--1f4be {
  background-image: url("../images/emojione/1f4be.svg");
}
.jsxc-emoticon--1f4bf {
  background-image: url("../images/emojione/1f4bf.svg");
}
.jsxc-emoticon--1f4c0 {
  background-image: url("../images/emojione/1f4c0.svg");
}
.jsxc-emoticon--1f3a5 {
  background-image: url("../images/emojione/1f3a5.svg");
}
.jsxc-emoticon--1f39e {
  background-image: url("../images/emojione/1f39e.svg");
}
.jsxc-emoticon--1f4fd {
  background-image: url("../images/emojione/1f4fd.svg");
}
.jsxc-emoticon--1f3ac {
  background-image: url("../images/emojione/1f3ac.svg");
}
.jsxc-emoticon--1f4fa {
  background-image: url("../images/emojione/1f4fa.svg");
}
.jsxc-emoticon--1f4f7 {
  background-image: url("../images/emojione/1f4f7.svg");
}
.jsxc-emoticon--1f4f8 {
  background-image: url("../images/emojione/1f4f8.svg");
}
.jsxc-emoticon--1f4f9 {
  background-image: url("../images/emojione/1f4f9.svg");
}
.jsxc-emoticon--1f4fc {
  background-image: url("../images/emojione/1f4fc.svg");
}
.jsxc-emoticon--1f50d {
  background-image: url("../images/emojione/1f50d.svg");
}
.jsxc-emoticon--1f50e {
  background-image: url("../images/emojione/1f50e.svg");
}
.jsxc-emoticon--1f52c {
  background-image: url("../images/emojione/1f52c.svg");
}
.jsxc-emoticon--1f52d {
  background-image: url("../images/emojione/1f52d.svg");
}
.jsxc-emoticon--1f4e1 {
  background-image: url("../images/emojione/1f4e1.svg");
}
.jsxc-emoticon--1f56f {
  background-image: url("../images/emojione/1f56f.svg");
}
.jsxc-emoticon--1f4a1 {
  background-image: url("../images/emojione/1f4a1.svg");
}
.jsxc-emoticon--1f526 {
  background-image: url("../images/emojione/1f526.svg");
}
.jsxc-emoticon--1f3ee {
  background-image: url("../images/emojione/1f3ee.svg");
}
.jsxc-emoticon--1f4d4 {
  background-image: url("../images/emojione/1f4d4.svg");
}
.jsxc-emoticon--1f4d5 {
  background-image: url("../images/emojione/1f4d5.svg");
}
.jsxc-emoticon--1f4d6 {
  background-image: url("../images/emojione/1f4d6.svg");
}
.jsxc-emoticon--1f4d7 {
  background-image: url("../images/emojione/1f4d7.svg");
}
.jsxc-emoticon--1f4d8 {
  background-image: url("../images/emojione/1f4d8.svg");
}
.jsxc-emoticon--1f4d9 {
  background-image: url("../images/emojione/1f4d9.svg");
}
.jsxc-emoticon--1f4da {
  background-image: url("../images/emojione/1f4da.svg");
}
.jsxc-emoticon--1f4d3 {
  background-image: url("../images/emojione/1f4d3.svg");
}
.jsxc-emoticon--1f4d2 {
  background-image: url("../images/emojione/1f4d2.svg");
}
.jsxc-emoticon--1f4c3 {
  background-image: url("../images/emojione/1f4c3.svg");
}
.jsxc-emoticon--1f4dc {
  background-image: url("../images/emojione/1f4dc.svg");
}
.jsxc-emoticon--1f4c4 {
  background-image: url("../images/emojione/1f4c4.svg");
}
.jsxc-emoticon--1f4f0 {
  background-image: url("../images/emojione/1f4f0.svg");
}
.jsxc-emoticon--1f5de {
  background-image: url("../images/emojione/1f5de.svg");
}
.jsxc-emoticon--1f4d1 {
  background-image: url("../images/emojione/1f4d1.svg");
}
.jsxc-emoticon--1f516 {
  background-image: url("../images/emojione/1f516.svg");
}
.jsxc-emoticon--1f3f7 {
  background-image: url("../images/emojione/1f3f7.svg");
}
.jsxc-emoticon--1f4b0 {
  background-image: url("../images/emojione/1f4b0.svg");
}
.jsxc-emoticon--1f4b4 {
  background-image: url("../images/emojione/1f4b4.svg");
}
.jsxc-emoticon--1f4b5 {
  background-image: url("../images/emojione/1f4b5.svg");
}
.jsxc-emoticon--1f4b6 {
  background-image: url("../images/emojione/1f4b6.svg");
}
.jsxc-emoticon--1f4b7 {
  background-image: url("../images/emojione/1f4b7.svg");
}
.jsxc-emoticon--1f4b8 {
  background-image: url("../images/emojione/1f4b8.svg");
}
.jsxc-emoticon--1f4b3 {
  background-image: url("../images/emojione/1f4b3.svg");
}
.jsxc-emoticon--1f4b9 {
  background-image: url("../images/emojione/1f4b9.svg");
}
.jsxc-emoticon--1f4b1 {
  background-image: url("../images/emojione/1f4b1.svg");
}
.jsxc-emoticon--1f4b2 {
  background-image: url("../images/emojione/1f4b2.svg");
}
.jsxc-emoticon--2709 {
  background-image: url("../images/emojione/2709.svg");
}
.jsxc-emoticon--1f4e7 {
  background-image: url("../images/emojione/1f4e7.svg");
}
.jsxc-emoticon--1f4e8 {
  background-image: url("../images/emojione/1f4e8.svg");
}
.jsxc-emoticon--1f4e9 {
  background-image: url("../images/emojione/1f4e9.svg");
}
.jsxc-emoticon--1f4e4 {
  background-image: url("../images/emojione/1f4e4.svg");
}
.jsxc-emoticon--1f4e5 {
  background-image: url("../images/emojione/1f4e5.svg");
}
.jsxc-emoticon--1f4e6 {
  background-image: url("../images/emojione/1f4e6.svg");
}
.jsxc-emoticon--1f4eb {
  background-image: url("../images/emojione/1f4eb.svg");
}
.jsxc-emoticon--1f4ea {
  background-image: url("../images/emojione/1f4ea.svg");
}
.jsxc-emoticon--1f4ec {
  background-image: url("../images/emojione/1f4ec.svg");
}
.jsxc-emoticon--1f4ed {
  background-image: url("../images/emojione/1f4ed.svg");
}
.jsxc-emoticon--1f4ee {
  background-image: url("../images/emojione/1f4ee.svg");
}
.jsxc-emoticon--1f5f3 {
  background-image: url("../images/emojione/1f5f3.svg");
}
.jsxc-emoticon--270f {
  background-image: url("../images/emojione/270f.svg");
}
.jsxc-emoticon--2712 {
  background-image: url("../images/emojione/2712.svg");
}
.jsxc-emoticon--1f58b {
  background-image: url("../images/emojione/1f58b.svg");
}
.jsxc-emoticon--1f58a {
  background-image: url("../images/emojione/1f58a.svg");
}
.jsxc-emoticon--1f58c {
  background-image: url("../images/emojione/1f58c.svg");
}
.jsxc-emoticon--1f58d {
  background-image: url("../images/emojione/1f58d.svg");
}
.jsxc-emoticon--1f4dd {
  background-image: url("../images/emojione/1f4dd.svg");
}
.jsxc-emoticon--1f4bc {
  background-image: url("../images/emojione/1f4bc.svg");
}
.jsxc-emoticon--1f4c1 {
  background-image: url("../images/emojione/1f4c1.svg");
}
.jsxc-emoticon--1f4c2 {
  background-image: url("../images/emojione/1f4c2.svg");
}
.jsxc-emoticon--1f5c2 {
  background-image: url("../images/emojione/1f5c2.svg");
}
.jsxc-emoticon--1f4c5 {
  background-image: url("../images/emojione/1f4c5.svg");
}
.jsxc-emoticon--1f4c6 {
  background-image: url("../images/emojione/1f4c6.svg");
}
.jsxc-emoticon--1f5d2 {
  background-image: url("../images/emojione/1f5d2.svg");
}
.jsxc-emoticon--1f5d3 {
  background-image: url("../images/emojione/1f5d3.svg");
}
.jsxc-emoticon--1f4c7 {
  background-image: url("../images/emojione/1f4c7.svg");
}
.jsxc-emoticon--1f4c8 {
  background-image: url("../images/emojione/1f4c8.svg");
}
.jsxc-emoticon--1f4c9 {
  background-image: url("../images/emojione/1f4c9.svg");
}
.jsxc-emoticon--1f4ca {
  background-image: url("../images/emojione/1f4ca.svg");
}
.jsxc-emoticon--1f4cb {
  background-image: url("../images/emojione/1f4cb.svg");
}
.jsxc-emoticon--1f4cc {
  background-image: url("../images/emojione/1f4cc.svg");
}
.jsxc-emoticon--1f4cd {
  background-image: url("../images/emojione/1f4cd.svg");
}
.jsxc-emoticon--1f4ce {
  background-image: url("../images/emojione/1f4ce.svg");
}
.jsxc-emoticon--1f587 {
  background-image: url("../images/emojione/1f587.svg");
}
.jsxc-emoticon--1f4cf {
  background-image: url("../images/emojione/1f4cf.svg");
}
.jsxc-emoticon--1f4d0 {
  background-image: url("../images/emojione/1f4d0.svg");
}
.jsxc-emoticon--2702 {
  background-image: url("../images/emojione/2702.svg");
}
.jsxc-emoticon--1f5c3 {
  background-image: url("../images/emojione/1f5c3.svg");
}
.jsxc-emoticon--1f5c4 {
  background-image: url("../images/emojione/1f5c4.svg");
}
.jsxc-emoticon--1f5d1 {
  background-image: url("../images/emojione/1f5d1.svg");
}
.jsxc-emoticon--1f512 {
  background-image: url("../images/emojione/1f512.svg");
}
.jsxc-emoticon--1f513 {
  background-image: url("../images/emojione/1f513.svg");
}
.jsxc-emoticon--1f50f {
  background-image: url("../images/emojione/1f50f.svg");
}
.jsxc-emoticon--1f510 {
  background-image: url("../images/emojione/1f510.svg");
}
.jsxc-emoticon--1f511 {
  background-image: url("../images/emojione/1f511.svg");
}
.jsxc-emoticon--1f5dd {
  background-image: url("../images/emojione/1f5dd.svg");
}
.jsxc-emoticon--1f528 {
  background-image: url("../images/emojione/1f528.svg");
}
.jsxc-emoticon--26cf {
  background-image: url("../images/emojione/26cf.svg");
}
.jsxc-emoticon--2692 {
  background-image: url("../images/emojione/2692.svg");
}
.jsxc-emoticon--1f6e0 {
  background-image: url("../images/emojione/1f6e0.svg");
}
.jsxc-emoticon--1f5e1 {
  background-image: url("../images/emojione/1f5e1.svg");
}
.jsxc-emoticon--2694 {
  background-image: url("../images/emojione/2694.svg");
}
.jsxc-emoticon--1f52b {
  background-image: url("../images/emojione/1f52b.svg");
}
.jsxc-emoticon--1f3f9 {
  background-image: url("../images/emojione/1f3f9.svg");
}
.jsxc-emoticon--1f6e1 {
  background-image: url("../images/emojione/1f6e1.svg");
}
.jsxc-emoticon--1f527 {
  background-image: url("../images/emojione/1f527.svg");
}
.jsxc-emoticon--1f529 {
  background-image: url("../images/emojione/1f529.svg");
}
.jsxc-emoticon--2699 {
  background-image: url("../images/emojione/2699.svg");
}
.jsxc-emoticon--1f5dc {
  background-image: url("../images/emojione/1f5dc.svg");
}
.jsxc-emoticon--2697 {
  background-image: url("../images/emojione/2697.svg");
}
.jsxc-emoticon--2696 {
  background-image: url("../images/emojione/2696.svg");
}
.jsxc-emoticon--1f517 {
  background-image: url("../images/emojione/1f517.svg");
}
.jsxc-emoticon--26d3 {
  background-image: url("../images/emojione/26d3.svg");
}
.jsxc-emoticon--1f489 {
  background-image: url("../images/emojione/1f489.svg");
}
.jsxc-emoticon--1f48a {
  background-image: url("../images/emojione/1f48a.svg");
}
.jsxc-emoticon--1f6ac {
  background-image: url("../images/emojione/1f6ac.svg");
}
.jsxc-emoticon--26b0 {
  background-image: url("../images/emojione/26b0.svg");
}
.jsxc-emoticon--26b1 {
  background-image: url("../images/emojione/26b1.svg");
}
.jsxc-emoticon--1f5ff {
  background-image: url("../images/emojione/1f5ff.svg");
}
.jsxc-emoticon--1f6e2 {
  background-image: url("../images/emojione/1f6e2.svg");
}
.jsxc-emoticon--1f52e {
  background-image: url("../images/emojione/1f52e.svg");
}
.jsxc-emoticon--1f6d2 {
  background-image: url("../images/emojione/1f6d2.svg");
}
.jsxc-emoticon--1f3e7 {
  background-image: url("../images/emojione/1f3e7.svg");
}
.jsxc-emoticon--1f6ae {
  background-image: url("../images/emojione/1f6ae.svg");
}
.jsxc-emoticon--1f6b0 {
  background-image: url("../images/emojione/1f6b0.svg");
}
.jsxc-emoticon--267f {
  background-image: url("../images/emojione/267f.svg");
}
.jsxc-emoticon--1f6b9 {
  background-image: url("../images/emojione/1f6b9.svg");
}
.jsxc-emoticon--1f6ba {
  background-image: url("../images/emojione/1f6ba.svg");
}
.jsxc-emoticon--1f6bb {
  background-image: url("../images/emojione/1f6bb.svg");
}
.jsxc-emoticon--1f6bc {
  background-image: url("../images/emojione/1f6bc.svg");
}
.jsxc-emoticon--1f6be {
  background-image: url("../images/emojione/1f6be.svg");
}
.jsxc-emoticon--1f6c2 {
  background-image: url("../images/emojione/1f6c2.svg");
}
.jsxc-emoticon--1f6c3 {
  background-image: url("../images/emojione/1f6c3.svg");
}
.jsxc-emoticon--1f6c4 {
  background-image: url("../images/emojione/1f6c4.svg");
}
.jsxc-emoticon--1f6c5 {
  background-image: url("../images/emojione/1f6c5.svg");
}
.jsxc-emoticon--26a0 {
  background-image: url("../images/emojione/26a0.svg");
}
.jsxc-emoticon--1f6b8 {
  background-image: url("../images/emojione/1f6b8.svg");
}
.jsxc-emoticon--26d4 {
  background-image: url("../images/emojione/26d4.svg");
}
.jsxc-emoticon--1f6ab {
  background-image: url("../images/emojione/1f6ab.svg");
}
.jsxc-emoticon--1f6b3 {
  background-image: url("../images/emojione/1f6b3.svg");
}
.jsxc-emoticon--1f6ad {
  background-image: url("../images/emojione/1f6ad.svg");
}
.jsxc-emoticon--1f6af {
  background-image: url("../images/emojione/1f6af.svg");
}
.jsxc-emoticon--1f6b1 {
  background-image: url("../images/emojione/1f6b1.svg");
}
.jsxc-emoticon--1f6b7 {
  background-image: url("../images/emojione/1f6b7.svg");
}
.jsxc-emoticon--1f4f5 {
  background-image: url("../images/emojione/1f4f5.svg");
}
.jsxc-emoticon--1f51e {
  background-image: url("../images/emojione/1f51e.svg");
}
.jsxc-emoticon--2622 {
  background-image: url("../images/emojione/2622.svg");
}
.jsxc-emoticon--2623 {
  background-image: url("../images/emojione/2623.svg");
}
.jsxc-emoticon--2b06 {
  background-image: url("../images/emojione/2b06.svg");
}
.jsxc-emoticon--2197 {
  background-image: url("../images/emojione/2197.svg");
}
.jsxc-emoticon--27a1 {
  background-image: url("../images/emojione/27a1.svg");
}
.jsxc-emoticon--2198 {
  background-image: url("../images/emojione/2198.svg");
}
.jsxc-emoticon--2b07 {
  background-image: url("../images/emojione/2b07.svg");
}
.jsxc-emoticon--2199 {
  background-image: url("../images/emojione/2199.svg");
}
.jsxc-emoticon--2b05 {
  background-image: url("../images/emojione/2b05.svg");
}
.jsxc-emoticon--2196 {
  background-image: url("../images/emojione/2196.svg");
}
.jsxc-emoticon--2195 {
  background-image: url("../images/emojione/2195.svg");
}
.jsxc-emoticon--2194 {
  background-image: url("../images/emojione/2194.svg");
}
.jsxc-emoticon--21a9 {
  background-image: url("../images/emojione/21a9.svg");
}
.jsxc-emoticon--21aa {
  background-image: url("../images/emojione/21aa.svg");
}
.jsxc-emoticon--2934 {
  background-image: url("../images/emojione/2934.svg");
}
.jsxc-emoticon--2935 {
  background-image: url("../images/emojione/2935.svg");
}
.jsxc-emoticon--1f503 {
  background-image: url("../images/emojione/1f503.svg");
}
.jsxc-emoticon--1f504 {
  background-image: url("../images/emojione/1f504.svg");
}
.jsxc-emoticon--1f519 {
  background-image: url("../images/emojione/1f519.svg");
}
.jsxc-emoticon--1f51a {
  background-image: url("../images/emojione/1f51a.svg");
}
.jsxc-emoticon--1f51b {
  background-image: url("../images/emojione/1f51b.svg");
}
.jsxc-emoticon--1f51c {
  background-image: url("../images/emojione/1f51c.svg");
}
.jsxc-emoticon--1f51d {
  background-image: url("../images/emojione/1f51d.svg");
}
.jsxc-emoticon--1f6d0 {
  background-image: url("../images/emojione/1f6d0.svg");
}
.jsxc-emoticon--269b {
  background-image: url("../images/emojione/269b.svg");
}
.jsxc-emoticon--1f549 {
  background-image: url("../images/emojione/1f549.svg");
}
.jsxc-emoticon--2721 {
  background-image: url("../images/emojione/2721.svg");
}
.jsxc-emoticon--2638 {
  background-image: url("../images/emojione/2638.svg");
}
.jsxc-emoticon--262f {
  background-image: url("../images/emojione/262f.svg");
}
.jsxc-emoticon--271d {
  background-image: url("../images/emojione/271d.svg");
}
.jsxc-emoticon--2626 {
  background-image: url("../images/emojione/2626.svg");
}
.jsxc-emoticon--262a {
  background-image: url("../images/emojione/262a.svg");
}
.jsxc-emoticon--262e {
  background-image: url("../images/emojione/262e.svg");
}
.jsxc-emoticon--1f54e {
  background-image: url("../images/emojione/1f54e.svg");
}
.jsxc-emoticon--1f52f {
  background-image: url("../images/emojione/1f52f.svg");
}
.jsxc-emoticon--2648 {
  background-image: url("../images/emojione/2648.svg");
}
.jsxc-emoticon--2649 {
  background-image: url("../images/emojione/2649.svg");
}
.jsxc-emoticon--264a {
  background-image: url("../images/emojione/264a.svg");
}
.jsxc-emoticon--264b {
  background-image: url("../images/emojione/264b.svg");
}
.jsxc-emoticon--264c {
  background-image: url("../images/emojione/264c.svg");
}
.jsxc-emoticon--264d {
  background-image: url("../images/emojione/264d.svg");
}
.jsxc-emoticon--264e {
  background-image: url("../images/emojione/264e.svg");
}
.jsxc-emoticon--264f {
  background-image: url("../images/emojione/264f.svg");
}
.jsxc-emoticon--2650 {
  background-image: url("../images/emojione/2650.svg");
}
.jsxc-emoticon--2651 {
  background-image: url("../images/emojione/2651.svg");
}
.jsxc-emoticon--2652 {
  background-image: url("../images/emojione/2652.svg");
}
.jsxc-emoticon--2653 {
  background-image: url("../images/emojione/2653.svg");
}
.jsxc-emoticon--26ce {
  background-image: url("../images/emojione/26ce.svg");
}
.jsxc-emoticon--1f500 {
  background-image: url("../images/emojione/1f500.svg");
}
.jsxc-emoticon--1f501 {
  background-image: url("../images/emojione/1f501.svg");
}
.jsxc-emoticon--1f502 {
  background-image: url("../images/emojione/1f502.svg");
}
.jsxc-emoticon--25b6 {
  background-image: url("../images/emojione/25b6.svg");
}
.jsxc-emoticon--23e9 {
  background-image: url("../images/emojione/23e9.svg");
}
.jsxc-emoticon--23ed {
  background-image: url("../images/emojione/23ed.svg");
}
.jsxc-emoticon--23ef {
  background-image: url("../images/emojione/23ef.svg");
}
.jsxc-emoticon--25c0 {
  background-image: url("../images/emojione/25c0.svg");
}
.jsxc-emoticon--23ea {
  background-image: url("../images/emojione/23ea.svg");
}
.jsxc-emoticon--23ee {
  background-image: url("../images/emojione/23ee.svg");
}
.jsxc-emoticon--1f53c {
  background-image: url("../images/emojione/1f53c.svg");
}
.jsxc-emoticon--23eb {
  background-image: url("../images/emojione/23eb.svg");
}
.jsxc-emoticon--1f53d {
  background-image: url("../images/emojione/1f53d.svg");
}
.jsxc-emoticon--23ec {
  background-image: url("../images/emojione/23ec.svg");
}
.jsxc-emoticon--23f8 {
  background-image: url("../images/emojione/23f8.svg");
}
.jsxc-emoticon--23f9 {
  background-image: url("../images/emojione/23f9.svg");
}
.jsxc-emoticon--23fa {
  background-image: url("../images/emojione/23fa.svg");
}
.jsxc-emoticon--23cf {
  background-image: url("../images/emojione/23cf.svg");
}
.jsxc-emoticon--1f3a6 {
  background-image: url("../images/emojione/1f3a6.svg");
}
.jsxc-emoticon--1f505 {
  background-image: url("../images/emojione/1f505.svg");
}
.jsxc-emoticon--1f506 {
  background-image: url("../images/emojione/1f506.svg");
}
.jsxc-emoticon--1f4f6 {
  background-image: url("../images/emojione/1f4f6.svg");
}
.jsxc-emoticon--1f4f3 {
  background-image: url("../images/emojione/1f4f3.svg");
}
.jsxc-emoticon--1f4f4 {
  background-image: url("../images/emojione/1f4f4.svg");
}
.jsxc-emoticon--267b {
  background-image: url("../images/emojione/267b.svg");
}
.jsxc-emoticon--1f4db {
  background-image: url("../images/emojione/1f4db.svg");
}
.jsxc-emoticon--269c {
  background-image: url("../images/emojione/269c.svg");
}
.jsxc-emoticon--1f530 {
  background-image: url("../images/emojione/1f530.svg");
}
.jsxc-emoticon--1f531 {
  background-image: url("../images/emojione/1f531.svg");
}
.jsxc-emoticon--2b55 {
  background-image: url("../images/emojione/2b55.svg");
}
.jsxc-emoticon--2705 {
  background-image: url("../images/emojione/2705.svg");
}
.jsxc-emoticon--2611 {
  background-image: url("../images/emojione/2611.svg");
}
.jsxc-emoticon--2714 {
  background-image: url("../images/emojione/2714.svg");
}
.jsxc-emoticon--2716 {
  background-image: url("../images/emojione/2716.svg");
}
.jsxc-emoticon--274c {
  background-image: url("../images/emojione/274c.svg");
}
.jsxc-emoticon--274e {
  background-image: url("../images/emojione/274e.svg");
}
.jsxc-emoticon--2795 {
  background-image: url("../images/emojione/2795.svg");
}
.jsxc-emoticon--2796 {
  background-image: url("../images/emojione/2796.svg");
}
.jsxc-emoticon--2797 {
  background-image: url("../images/emojione/2797.svg");
}
.jsxc-emoticon--27b0 {
  background-image: url("../images/emojione/27b0.svg");
}
.jsxc-emoticon--27bf {
  background-image: url("../images/emojione/27bf.svg");
}
.jsxc-emoticon--303d {
  background-image: url("../images/emojione/303d.svg");
}
.jsxc-emoticon--2733 {
  background-image: url("../images/emojione/2733.svg");
}
.jsxc-emoticon--2734 {
  background-image: url("../images/emojione/2734.svg");
}
.jsxc-emoticon--2747 {
  background-image: url("../images/emojione/2747.svg");
}
.jsxc-emoticon--203c {
  background-image: url("../images/emojione/203c.svg");
}
.jsxc-emoticon--2049 {
  background-image: url("../images/emojione/2049.svg");
}
.jsxc-emoticon--2753 {
  background-image: url("../images/emojione/2753.svg");
}
.jsxc-emoticon--2754 {
  background-image: url("../images/emojione/2754.svg");
}
.jsxc-emoticon--2755 {
  background-image: url("../images/emojione/2755.svg");
}
.jsxc-emoticon--2757 {
  background-image: url("../images/emojione/2757.svg");
}
.jsxc-emoticon--3030 {
  background-image: url("../images/emojione/3030.svg");
}
.jsxc-emoticon--00a9 {
  background-image: url("../images/emojione/00a9.svg");
}
.jsxc-emoticon--00ae {
  background-image: url("../images/emojione/00ae.svg");
}
.jsxc-emoticon--2122 {
  background-image: url("../images/emojione/2122.svg");
}
.jsxc-emoticon--0023-20e3 {
  background-image: url("../images/emojione/0023-20e3.svg");
}
.jsxc-emoticon--002a-20e3 {
  background-image: url("../images/emojione/002a-20e3.svg");
}
.jsxc-emoticon--0030-20e3 {
  background-image: url("../images/emojione/0030-20e3.svg");
}
.jsxc-emoticon--0031-20e3 {
  background-image: url("../images/emojione/0031-20e3.svg");
}
.jsxc-emoticon--0032-20e3 {
  background-image: url("../images/emojione/0032-20e3.svg");
}
.jsxc-emoticon--0033-20e3 {
  background-image: url("../images/emojione/0033-20e3.svg");
}
.jsxc-emoticon--0034-20e3 {
  background-image: url("../images/emojione/0034-20e3.svg");
}
.jsxc-emoticon--0035-20e3 {
  background-image: url("../images/emojione/0035-20e3.svg");
}
.jsxc-emoticon--0036-20e3 {
  background-image: url("../images/emojione/0036-20e3.svg");
}
.jsxc-emoticon--0037-20e3 {
  background-image: url("../images/emojione/0037-20e3.svg");
}
.jsxc-emoticon--0038-20e3 {
  background-image: url("../images/emojione/0038-20e3.svg");
}
.jsxc-emoticon--0039-20e3 {
  background-image: url("../images/emojione/0039-20e3.svg");
}
.jsxc-emoticon--1f51f {
  background-image: url("../images/emojione/1f51f.svg");
}
.jsxc-emoticon--1f520 {
  background-image: url("../images/emojione/1f520.svg");
}
.jsxc-emoticon--1f521 {
  background-image: url("../images/emojione/1f521.svg");
}
.jsxc-emoticon--1f523 {
  background-image: url("../images/emojione/1f523.svg");
}
.jsxc-emoticon--1f524 {
  background-image: url("../images/emojione/1f524.svg");
}
.jsxc-emoticon--1f170 {
  background-image: url("../images/emojione/1f170.svg");
}
.jsxc-emoticon--1f18e {
  background-image: url("../images/emojione/1f18e.svg");
}
.jsxc-emoticon--1f171 {
  background-image: url("../images/emojione/1f171.svg");
}
.jsxc-emoticon--1f191 {
  background-image: url("../images/emojione/1f191.svg");
}
.jsxc-emoticon--1f192 {
  background-image: url("../images/emojione/1f192.svg");
}
.jsxc-emoticon--1f193 {
  background-image: url("../images/emojione/1f193.svg");
}
.jsxc-emoticon--2139 {
  background-image: url("../images/emojione/2139.svg");
}
.jsxc-emoticon--1f194 {
  background-image: url("../images/emojione/1f194.svg");
}
.jsxc-emoticon--24c2 {
  background-image: url("../images/emojione/24c2.svg");
}
.jsxc-emoticon--1f195 {
  background-image: url("../images/emojione/1f195.svg");
}
.jsxc-emoticon--1f196 {
  background-image: url("../images/emojione/1f196.svg");
}
.jsxc-emoticon--1f17e {
  background-image: url("../images/emojione/1f17e.svg");
}
.jsxc-emoticon--1f197 {
  background-image: url("../images/emojione/1f197.svg");
}
.jsxc-emoticon--1f17f {
  background-image: url("../images/emojione/1f17f.svg");
}
.jsxc-emoticon--1f198 {
  background-image: url("../images/emojione/1f198.svg");
}
.jsxc-emoticon--1f199 {
  background-image: url("../images/emojione/1f199.svg");
}
.jsxc-emoticon--1f19a {
  background-image: url("../images/emojione/1f19a.svg");
}
.jsxc-emoticon--1f201 {
  background-image: url("../images/emojione/1f201.svg");
}
.jsxc-emoticon--1f202 {
  background-image: url("../images/emojione/1f202.svg");
}
.jsxc-emoticon--1f237 {
  background-image: url("../images/emojione/1f237.svg");
}
.jsxc-emoticon--1f236 {
  background-image: url("../images/emojione/1f236.svg");
}
.jsxc-emoticon--1f22f {
  background-image: url("../images/emojione/1f22f.svg");
}
.jsxc-emoticon--1f250 {
  background-image: url("../images/emojione/1f250.svg");
}
.jsxc-emoticon--1f239 {
  background-image: url("../images/emojione/1f239.svg");
}
.jsxc-emoticon--1f21a {
  background-image: url("../images/emojione/1f21a.svg");
}
.jsxc-emoticon--1f232 {
  background-image: url("../images/emojione/1f232.svg");
}
.jsxc-emoticon--1f251 {
  background-image: url("../images/emojione/1f251.svg");
}
.jsxc-emoticon--1f238 {
  background-image: url("../images/emojione/1f238.svg");
}
.jsxc-emoticon--1f234 {
  background-image: url("../images/emojione/1f234.svg");
}
.jsxc-emoticon--1f233 {
  background-image: url("../images/emojione/1f233.svg");
}
.jsxc-emoticon--3297 {
  background-image: url("../images/emojione/3297.svg");
}
.jsxc-emoticon--3299 {
  background-image: url("../images/emojione/3299.svg");
}
.jsxc-emoticon--1f23a {
  background-image: url("../images/emojione/1f23a.svg");
}
.jsxc-emoticon--1f235 {
  background-image: url("../images/emojione/1f235.svg");
}
.jsxc-emoticon--25aa {
  background-image: url("../images/emojione/25aa.svg");
}
.jsxc-emoticon--25ab {
  background-image: url("../images/emojione/25ab.svg");
}
.jsxc-emoticon--25fb {
  background-image: url("../images/emojione/25fb.svg");
}
.jsxc-emoticon--25fc {
  background-image: url("../images/emojione/25fc.svg");
}
.jsxc-emoticon--25fd {
  background-image: url("../images/emojione/25fd.svg");
}
.jsxc-emoticon--25fe {
  background-image: url("../images/emojione/25fe.svg");
}
.jsxc-emoticon--2b1b {
  background-image: url("../images/emojione/2b1b.svg");
}
.jsxc-emoticon--2b1c {
  background-image: url("../images/emojione/2b1c.svg");
}
.jsxc-emoticon--1f536 {
  background-image: url("../images/emojione/1f536.svg");
}
.jsxc-emoticon--1f537 {
  background-image: url("../images/emojione/1f537.svg");
}
.jsxc-emoticon--1f538 {
  background-image: url("../images/emojione/1f538.svg");
}
.jsxc-emoticon--1f539 {
  background-image: url("../images/emojione/1f539.svg");
}
.jsxc-emoticon--1f53a {
  background-image: url("../images/emojione/1f53a.svg");
}
.jsxc-emoticon--1f53b {
  background-image: url("../images/emojione/1f53b.svg");
}
.jsxc-emoticon--1f4a0 {
  background-image: url("../images/emojione/1f4a0.svg");
}
.jsxc-emoticon--1f518 {
  background-image: url("../images/emojione/1f518.svg");
}
.jsxc-emoticon--1f532 {
  background-image: url("../images/emojione/1f532.svg");
}
.jsxc-emoticon--1f533 {
  background-image: url("../images/emojione/1f533.svg");
}
.jsxc-emoticon--26aa {
  background-image: url("../images/emojione/26aa.svg");
}
.jsxc-emoticon--26ab {
  background-image: url("../images/emojione/26ab.svg");
}
.jsxc-emoticon--1f534 {
  background-image: url("../images/emojione/1f534.svg");
}
.jsxc-emoticon--1f535 {
  background-image: url("../images/emojione/1f535.svg");
}
.jsxc-emoticon--1f3c1 {
  background-image: url("../images/emojione/1f3c1.svg");
}
.jsxc-emoticon--1f6a9 {
  background-image: url("../images/emojione/1f6a9.svg");
}
.jsxc-emoticon--1f38c {
  background-image: url("../images/emojione/1f38c.svg");
}
.jsxc-emoticon--1f3f4 {
  background-image: url("../images/emojione/1f3f4.svg");
}
.jsxc-emoticon--1f3f3 {
  background-image: url("../images/emojione/1f3f3.svg");
}
.jsxc-emoticon--1f3f3-1f308 {
  background-image: url("../images/emojione/1f3f3-1f308.svg");
}
.jsxc-emoticon--1f1e6-1f1e8 {
  background-image: url("../images/emojione/1f1e6-1f1e8.svg");
}
.jsxc-emoticon--1f1e6-1f1e9 {
  background-image: url("../images/emojione/1f1e6-1f1e9.svg");
}
.jsxc-emoticon--1f1e6-1f1ea {
  background-image: url("../images/emojione/1f1e6-1f1ea.svg");
}
.jsxc-emoticon--1f1e6-1f1eb {
  background-image: url("../images/emojione/1f1e6-1f1eb.svg");
}
.jsxc-emoticon--1f1e6-1f1ec {
  background-image: url("../images/emojione/1f1e6-1f1ec.svg");
}
.jsxc-emoticon--1f1e6-1f1ee {
  background-image: url("../images/emojione/1f1e6-1f1ee.svg");
}
.jsxc-emoticon--1f1e6-1f1f1 {
  background-image: url("../images/emojione/1f1e6-1f1f1.svg");
}
.jsxc-emoticon--1f1e6-1f1f2 {
  background-image: url("../images/emojione/1f1e6-1f1f2.svg");
}
.jsxc-emoticon--1f1e6-1f1f4 {
  background-image: url("../images/emojione/1f1e6-1f1f4.svg");
}
.jsxc-emoticon--1f1e6-1f1f6 {
  background-image: url("../images/emojione/1f1e6-1f1f6.svg");
}
.jsxc-emoticon--1f1e6-1f1f7 {
  background-image: url("../images/emojione/1f1e6-1f1f7.svg");
}
.jsxc-emoticon--1f1e6-1f1f8 {
  background-image: url("../images/emojione/1f1e6-1f1f8.svg");
}
.jsxc-emoticon--1f1e6-1f1f9 {
  background-image: url("../images/emojione/1f1e6-1f1f9.svg");
}
.jsxc-emoticon--1f1e6-1f1fa {
  background-image: url("../images/emojione/1f1e6-1f1fa.svg");
}
.jsxc-emoticon--1f1e6-1f1fc {
  background-image: url("../images/emojione/1f1e6-1f1fc.svg");
}
.jsxc-emoticon--1f1e6-1f1fd {
  background-image: url("../images/emojione/1f1e6-1f1fd.svg");
}
.jsxc-emoticon--1f1e6-1f1ff {
  background-image: url("../images/emojione/1f1e6-1f1ff.svg");
}
.jsxc-emoticon--1f1e7-1f1e6 {
  background-image: url("../images/emojione/1f1e7-1f1e6.svg");
}
.jsxc-emoticon--1f1e7-1f1e7 {
  background-image: url("../images/emojione/1f1e7-1f1e7.svg");
}
.jsxc-emoticon--1f1e7-1f1e9 {
  background-image: url("../images/emojione/1f1e7-1f1e9.svg");
}
.jsxc-emoticon--1f1e7-1f1ea {
  background-image: url("../images/emojione/1f1e7-1f1ea.svg");
}
.jsxc-emoticon--1f1e7-1f1eb {
  background-image: url("../images/emojione/1f1e7-1f1eb.svg");
}
.jsxc-emoticon--1f1e7-1f1ec {
  background-image: url("../images/emojione/1f1e7-1f1ec.svg");
}
.jsxc-emoticon--1f1e7-1f1ed {
  background-image: url("../images/emojione/1f1e7-1f1ed.svg");
}
.jsxc-emoticon--1f1e7-1f1ee {
  background-image: url("../images/emojione/1f1e7-1f1ee.svg");
}
.jsxc-emoticon--1f1e7-1f1ef {
  background-image: url("../images/emojione/1f1e7-1f1ef.svg");
}
.jsxc-emoticon--1f1e7-1f1f1 {
  background-image: url("../images/emojione/1f1e7-1f1f1.svg");
}
.jsxc-emoticon--1f1e7-1f1f2 {
  background-image: url("../images/emojione/1f1e7-1f1f2.svg");
}
.jsxc-emoticon--1f1e7-1f1f3 {
  background-image: url("../images/emojione/1f1e7-1f1f3.svg");
}
.jsxc-emoticon--1f1e7-1f1f4 {
  background-image: url("../images/emojione/1f1e7-1f1f4.svg");
}
.jsxc-emoticon--1f1e7-1f1f6 {
  background-image: url("../images/emojione/1f1e7-1f1f6.svg");
}
.jsxc-emoticon--1f1e7-1f1f7 {
  background-image: url("../images/emojione/1f1e7-1f1f7.svg");
}
.jsxc-emoticon--1f1e7-1f1f8 {
  background-image: url("../images/emojione/1f1e7-1f1f8.svg");
}
.jsxc-emoticon--1f1e7-1f1f9 {
  background-image: url("../images/emojione/1f1e7-1f1f9.svg");
}
.jsxc-emoticon--1f1e7-1f1fb {
  background-image: url("../images/emojione/1f1e7-1f1fb.svg");
}
.jsxc-emoticon--1f1e7-1f1fc {
  background-image: url("../images/emojione/1f1e7-1f1fc.svg");
}
.jsxc-emoticon--1f1e7-1f1fe {
  background-image: url("../images/emojione/1f1e7-1f1fe.svg");
}
.jsxc-emoticon--1f1e7-1f1ff {
  background-image: url("../images/emojione/1f1e7-1f1ff.svg");
}
.jsxc-emoticon--1f1e8-1f1e6 {
  background-image: url("../images/emojione/1f1e8-1f1e6.svg");
}
.jsxc-emoticon--1f1e8-1f1e8 {
  background-image: url("../images/emojione/1f1e8-1f1e8.svg");
}
.jsxc-emoticon--1f1e8-1f1e9 {
  background-image: url("../images/emojione/1f1e8-1f1e9.svg");
}
.jsxc-emoticon--1f1e8-1f1eb {
  background-image: url("../images/emojione/1f1e8-1f1eb.svg");
}
.jsxc-emoticon--1f1e8-1f1ec {
  background-image: url("../images/emojione/1f1e8-1f1ec.svg");
}
.jsxc-emoticon--1f1e8-1f1ed {
  background-image: url("../images/emojione/1f1e8-1f1ed.svg");
}
.jsxc-emoticon--1f1e8-1f1ee {
  background-image: url("../images/emojione/1f1e8-1f1ee.svg");
}
.jsxc-emoticon--1f1e8-1f1f0 {
  background-image: url("../images/emojione/1f1e8-1f1f0.svg");
}
.jsxc-emoticon--1f1e8-1f1f1 {
  background-image: url("../images/emojione/1f1e8-1f1f1.svg");
}
.jsxc-emoticon--1f1e8-1f1f2 {
  background-image: url("../images/emojione/1f1e8-1f1f2.svg");
}
.jsxc-emoticon--1f1e8-1f1f3 {
  background-image: url("../images/emojione/1f1e8-1f1f3.svg");
}
.jsxc-emoticon--1f1e8-1f1f4 {
  background-image: url("../images/emojione/1f1e8-1f1f4.svg");
}
.jsxc-emoticon--1f1e8-1f1f5 {
  background-image: url("../images/emojione/1f1e8-1f1f5.svg");
}
.jsxc-emoticon--1f1e8-1f1f7 {
  background-image: url("../images/emojione/1f1e8-1f1f7.svg");
}
.jsxc-emoticon--1f1e8-1f1fa {
  background-image: url("../images/emojione/1f1e8-1f1fa.svg");
}
.jsxc-emoticon--1f1e8-1f1fb {
  background-image: url("../images/emojione/1f1e8-1f1fb.svg");
}
.jsxc-emoticon--1f1e8-1f1fc {
  background-image: url("../images/emojione/1f1e8-1f1fc.svg");
}
.jsxc-emoticon--1f1e8-1f1fd {
  background-image: url("../images/emojione/1f1e8-1f1fd.svg");
}
.jsxc-emoticon--1f1e8-1f1fe {
  background-image: url("../images/emojione/1f1e8-1f1fe.svg");
}
.jsxc-emoticon--1f1e8-1f1ff {
  background-image: url("../images/emojione/1f1e8-1f1ff.svg");
}
.jsxc-emoticon--1f1e9-1f1ea {
  background-image: url("../images/emojione/1f1e9-1f1ea.svg");
}
.jsxc-emoticon--1f1e9-1f1ec {
  background-image: url("../images/emojione/1f1e9-1f1ec.svg");
}
.jsxc-emoticon--1f1e9-1f1ef {
  background-image: url("../images/emojione/1f1e9-1f1ef.svg");
}
.jsxc-emoticon--1f1e9-1f1f0 {
  background-image: url("../images/emojione/1f1e9-1f1f0.svg");
}
.jsxc-emoticon--1f1e9-1f1f2 {
  background-image: url("../images/emojione/1f1e9-1f1f2.svg");
}
.jsxc-emoticon--1f1e9-1f1f4 {
  background-image: url("../images/emojione/1f1e9-1f1f4.svg");
}
.jsxc-emoticon--1f1e9-1f1ff {
  background-image: url("../images/emojione/1f1e9-1f1ff.svg");
}
.jsxc-emoticon--1f1ea-1f1e6 {
  background-image: url("../images/emojione/1f1ea-1f1e6.svg");
}
.jsxc-emoticon--1f1ea-1f1e8 {
  background-image: url("../images/emojione/1f1ea-1f1e8.svg");
}
.jsxc-emoticon--1f1ea-1f1ea {
  background-image: url("../images/emojione/1f1ea-1f1ea.svg");
}
.jsxc-emoticon--1f1ea-1f1ec {
  background-image: url("../images/emojione/1f1ea-1f1ec.svg");
}
.jsxc-emoticon--1f1ea-1f1ed {
  background-image: url("../images/emojione/1f1ea-1f1ed.svg");
}
.jsxc-emoticon--1f1ea-1f1f7 {
  background-image: url("../images/emojione/1f1ea-1f1f7.svg");
}
.jsxc-emoticon--1f1ea-1f1f8 {
  background-image: url("../images/emojione/1f1ea-1f1f8.svg");
}
.jsxc-emoticon--1f1ea-1f1f9 {
  background-image: url("../images/emojione/1f1ea-1f1f9.svg");
}
.jsxc-emoticon--1f1ea-1f1fa {
  background-image: url("../images/emojione/1f1ea-1f1fa.svg");
}
.jsxc-emoticon--1f1eb-1f1ee {
  background-image: url("../images/emojione/1f1eb-1f1ee.svg");
}
.jsxc-emoticon--1f1eb-1f1ef {
  background-image: url("../images/emojione/1f1eb-1f1ef.svg");
}
.jsxc-emoticon--1f1eb-1f1f0 {
  background-image: url("../images/emojione/1f1eb-1f1f0.svg");
}
.jsxc-emoticon--1f1eb-1f1f2 {
  background-image: url("../images/emojione/1f1eb-1f1f2.svg");
}
.jsxc-emoticon--1f1eb-1f1f4 {
  background-image: url("../images/emojione/1f1eb-1f1f4.svg");
}
.jsxc-emoticon--1f1eb-1f1f7 {
  background-image: url("../images/emojione/1f1eb-1f1f7.svg");
}
.jsxc-emoticon--1f1ec-1f1e6 {
  background-image: url("../images/emojione/1f1ec-1f1e6.svg");
}
.jsxc-emoticon--1f1ec-1f1e7 {
  background-image: url("../images/emojione/1f1ec-1f1e7.svg");
}
.jsxc-emoticon--1f1ec-1f1e9 {
  background-image: url("../images/emojione/1f1ec-1f1e9.svg");
}
.jsxc-emoticon--1f1ec-1f1ea {
  background-image: url("../images/emojione/1f1ec-1f1ea.svg");
}
.jsxc-emoticon--1f1ec-1f1eb {
  background-image: url("../images/emojione/1f1ec-1f1eb.svg");
}
.jsxc-emoticon--1f1ec-1f1ec {
  background-image: url("../images/emojione/1f1ec-1f1ec.svg");
}
.jsxc-emoticon--1f1ec-1f1ed {
  background-image: url("../images/emojione/1f1ec-1f1ed.svg");
}
.jsxc-emoticon--1f1ec-1f1ee {
  background-image: url("../images/emojione/1f1ec-1f1ee.svg");
}
.jsxc-emoticon--1f1ec-1f1f1 {
  background-image: url("../images/emojione/1f1ec-1f1f1.svg");
}
.jsxc-emoticon--1f1ec-1f1f2 {
  background-image: url("../images/emojione/1f1ec-1f1f2.svg");
}
.jsxc-emoticon--1f1ec-1f1f3 {
  background-image: url("../images/emojione/1f1ec-1f1f3.svg");
}
.jsxc-emoticon--1f1ec-1f1f5 {
  background-image: url("../images/emojione/1f1ec-1f1f5.svg");
}
.jsxc-emoticon--1f1ec-1f1f6 {
  background-image: url("../images/emojione/1f1ec-1f1f6.svg");
}
.jsxc-emoticon--1f1ec-1f1f7 {
  background-image: url("../images/emojione/1f1ec-1f1f7.svg");
}
.jsxc-emoticon--1f1ec-1f1f8 {
  background-image: url("../images/emojione/1f1ec-1f1f8.svg");
}
.jsxc-emoticon--1f1ec-1f1f9 {
  background-image: url("../images/emojione/1f1ec-1f1f9.svg");
}
.jsxc-emoticon--1f1ec-1f1fa {
  background-image: url("../images/emojione/1f1ec-1f1fa.svg");
}
.jsxc-emoticon--1f1ec-1f1fc {
  background-image: url("../images/emojione/1f1ec-1f1fc.svg");
}
.jsxc-emoticon--1f1ec-1f1fe {
  background-image: url("../images/emojione/1f1ec-1f1fe.svg");
}
.jsxc-emoticon--1f1ed-1f1f0 {
  background-image: url("../images/emojione/1f1ed-1f1f0.svg");
}
.jsxc-emoticon--1f1ed-1f1f2 {
  background-image: url("../images/emojione/1f1ed-1f1f2.svg");
}
.jsxc-emoticon--1f1ed-1f1f3 {
  background-image: url("../images/emojione/1f1ed-1f1f3.svg");
}
.jsxc-emoticon--1f1ed-1f1f7 {
  background-image: url("../images/emojione/1f1ed-1f1f7.svg");
}
.jsxc-emoticon--1f1ed-1f1f9 {
  background-image: url("../images/emojione/1f1ed-1f1f9.svg");
}
.jsxc-emoticon--1f1ed-1f1fa {
  background-image: url("../images/emojione/1f1ed-1f1fa.svg");
}
.jsxc-emoticon--1f1ee-1f1e8 {
  background-image: url("../images/emojione/1f1ee-1f1e8.svg");
}
.jsxc-emoticon--1f1ee-1f1e9 {
  background-image: url("../images/emojione/1f1ee-1f1e9.svg");
}
.jsxc-emoticon--1f1ee-1f1ea {
  background-image: url("../images/emojione/1f1ee-1f1ea.svg");
}
.jsxc-emoticon--1f1ee-1f1f1 {
  background-image: url("../images/emojione/1f1ee-1f1f1.svg");
}
.jsxc-emoticon--1f1ee-1f1f2 {
  background-image: url("../images/emojione/1f1ee-1f1f2.svg");
}
.jsxc-emoticon--1f1ee-1f1f3 {
  background-image: url("../images/emojione/1f1ee-1f1f3.svg");
}
.jsxc-emoticon--1f1ee-1f1f4 {
  background-image: url("../images/emojione/1f1ee-1f1f4.svg");
}
.jsxc-emoticon--1f1ee-1f1f6 {
  background-image: url("../images/emojione/1f1ee-1f1f6.svg");
}
.jsxc-emoticon--1f1ee-1f1f7 {
  background-image: url("../images/emojione/1f1ee-1f1f7.svg");
}
.jsxc-emoticon--1f1ee-1f1f8 {
  background-image: url("../images/emojione/1f1ee-1f1f8.svg");
}
.jsxc-emoticon--1f1ee-1f1f9 {
  background-image: url("../images/emojione/1f1ee-1f1f9.svg");
}
.jsxc-emoticon--1f1ef-1f1ea {
  background-image: url("../images/emojione/1f1ef-1f1ea.svg");
}
.jsxc-emoticon--1f1ef-1f1f2 {
  background-image: url("../images/emojione/1f1ef-1f1f2.svg");
}
.jsxc-emoticon--1f1ef-1f1f4 {
  background-image: url("../images/emojione/1f1ef-1f1f4.svg");
}
.jsxc-emoticon--1f1ef-1f1f5 {
  background-image: url("../images/emojione/1f1ef-1f1f5.svg");
}
.jsxc-emoticon--1f1f0-1f1ea {
  background-image: url("../images/emojione/1f1f0-1f1ea.svg");
}
.jsxc-emoticon--1f1f0-1f1ec {
  background-image: url("../images/emojione/1f1f0-1f1ec.svg");
}
.jsxc-emoticon--1f1f0-1f1ed {
  background-image: url("../images/emojione/1f1f0-1f1ed.svg");
}
.jsxc-emoticon--1f1f0-1f1ee {
  background-image: url("../images/emojione/1f1f0-1f1ee.svg");
}
.jsxc-emoticon--1f1f0-1f1f2 {
  background-image: url("../images/emojione/1f1f0-1f1f2.svg");
}
.jsxc-emoticon--1f1f0-1f1f3 {
  background-image: url("../images/emojione/1f1f0-1f1f3.svg");
}
.jsxc-emoticon--1f1f0-1f1f5 {
  background-image: url("../images/emojione/1f1f0-1f1f5.svg");
}
.jsxc-emoticon--1f1f0-1f1f7 {
  background-image: url("../images/emojione/1f1f0-1f1f7.svg");
}
.jsxc-emoticon--1f1f0-1f1fc {
  background-image: url("../images/emojione/1f1f0-1f1fc.svg");
}
.jsxc-emoticon--1f1f0-1f1fe {
  background-image: url("../images/emojione/1f1f0-1f1fe.svg");
}
.jsxc-emoticon--1f1f0-1f1ff {
  background-image: url("../images/emojione/1f1f0-1f1ff.svg");
}
.jsxc-emoticon--1f1f1-1f1e6 {
  background-image: url("../images/emojione/1f1f1-1f1e6.svg");
}
.jsxc-emoticon--1f1f1-1f1e7 {
  background-image: url("../images/emojione/1f1f1-1f1e7.svg");
}
.jsxc-emoticon--1f1f1-1f1e8 {
  background-image: url("../images/emojione/1f1f1-1f1e8.svg");
}
.jsxc-emoticon--1f1f1-1f1ee {
  background-image: url("../images/emojione/1f1f1-1f1ee.svg");
}
.jsxc-emoticon--1f1f1-1f1f0 {
  background-image: url("../images/emojione/1f1f1-1f1f0.svg");
}
.jsxc-emoticon--1f1f1-1f1f7 {
  background-image: url("../images/emojione/1f1f1-1f1f7.svg");
}
.jsxc-emoticon--1f1f1-1f1f8 {
  background-image: url("../images/emojione/1f1f1-1f1f8.svg");
}
.jsxc-emoticon--1f1f1-1f1f9 {
  background-image: url("../images/emojione/1f1f1-1f1f9.svg");
}
.jsxc-emoticon--1f1f1-1f1fa {
  background-image: url("../images/emojione/1f1f1-1f1fa.svg");
}
.jsxc-emoticon--1f1f1-1f1fb {
  background-image: url("../images/emojione/1f1f1-1f1fb.svg");
}
.jsxc-emoticon--1f1f1-1f1fe {
  background-image: url("../images/emojione/1f1f1-1f1fe.svg");
}
.jsxc-emoticon--1f1f2-1f1e6 {
  background-image: url("../images/emojione/1f1f2-1f1e6.svg");
}
.jsxc-emoticon--1f1f2-1f1e8 {
  background-image: url("../images/emojione/1f1f2-1f1e8.svg");
}
.jsxc-emoticon--1f1f2-1f1e9 {
  background-image: url("../images/emojione/1f1f2-1f1e9.svg");
}
.jsxc-emoticon--1f1f2-1f1ea {
  background-image: url("../images/emojione/1f1f2-1f1ea.svg");
}
.jsxc-emoticon--1f1f2-1f1eb {
  background-image: url("../images/emojione/1f1f2-1f1eb.svg");
}
.jsxc-emoticon--1f1f2-1f1ec {
  background-image: url("../images/emojione/1f1f2-1f1ec.svg");
}
.jsxc-emoticon--1f1f2-1f1ed {
  background-image: url("../images/emojione/1f1f2-1f1ed.svg");
}
.jsxc-emoticon--1f1f2-1f1f0 {
  background-image: url("../images/emojione/1f1f2-1f1f0.svg");
}
.jsxc-emoticon--1f1f2-1f1f1 {
  background-image: url("../images/emojione/1f1f2-1f1f1.svg");
}
.jsxc-emoticon--1f1f2-1f1f2 {
  background-image: url("../images/emojione/1f1f2-1f1f2.svg");
}
.jsxc-emoticon--1f1f2-1f1f3 {
  background-image: url("../images/emojione/1f1f2-1f1f3.svg");
}
.jsxc-emoticon--1f1f2-1f1f4 {
  background-image: url("../images/emojione/1f1f2-1f1f4.svg");
}
.jsxc-emoticon--1f1f2-1f1f5 {
  background-image: url("../images/emojione/1f1f2-1f1f5.svg");
}
.jsxc-emoticon--1f1f2-1f1f6 {
  background-image: url("../images/emojione/1f1f2-1f1f6.svg");
}
.jsxc-emoticon--1f1f2-1f1f7 {
  background-image: url("../images/emojione/1f1f2-1f1f7.svg");
}
.jsxc-emoticon--1f1f2-1f1f8 {
  background-image: url("../images/emojione/1f1f2-1f1f8.svg");
}
.jsxc-emoticon--1f1f2-1f1f9 {
  background-image: url("../images/emojione/1f1f2-1f1f9.svg");
}
.jsxc-emoticon--1f1f2-1f1fa {
  background-image: url("../images/emojione/1f1f2-1f1fa.svg");
}
.jsxc-emoticon--1f1f2-1f1fb {
  background-image: url("../images/emojione/1f1f2-1f1fb.svg");
}
.jsxc-emoticon--1f1f2-1f1fc {
  background-image: url("../images/emojione/1f1f2-1f1fc.svg");
}
.jsxc-emoticon--1f1f2-1f1fd {
  background-image: url("../images/emojione/1f1f2-1f1fd.svg");
}
.jsxc-emoticon--1f1f2-1f1fe {
  background-image: url("../images/emojione/1f1f2-1f1fe.svg");
}
.jsxc-emoticon--1f1f2-1f1ff {
  background-image: url("../images/emojione/1f1f2-1f1ff.svg");
}
.jsxc-emoticon--1f1f3-1f1e6 {
  background-image: url("../images/emojione/1f1f3-1f1e6.svg");
}
.jsxc-emoticon--1f1f3-1f1e8 {
  background-image: url("../images/emojione/1f1f3-1f1e8.svg");
}
.jsxc-emoticon--1f1f3-1f1ea {
  background-image: url("../images/emojione/1f1f3-1f1ea.svg");
}
.jsxc-emoticon--1f1f3-1f1eb {
  background-image: url("../images/emojione/1f1f3-1f1eb.svg");
}
.jsxc-emoticon--1f1f3-1f1ec {
  background-image: url("../images/emojione/1f1f3-1f1ec.svg");
}
.jsxc-emoticon--1f1f3-1f1ee {
  background-image: url("../images/emojione/1f1f3-1f1ee.svg");
}
.jsxc-emoticon--1f1f3-1f1f1 {
  background-image: url("../images/emojione/1f1f3-1f1f1.svg");
}
.jsxc-emoticon--1f1f3-1f1f4 {
  background-image: url("../images/emojione/1f1f3-1f1f4.svg");
}
.jsxc-emoticon--1f1f3-1f1f5 {
  background-image: url("../images/emojione/1f1f3-1f1f5.svg");
}
.jsxc-emoticon--1f1f3-1f1f7 {
  background-image: url("../images/emojione/1f1f3-1f1f7.svg");
}
.jsxc-emoticon--1f1f3-1f1fa {
  background-image: url("../images/emojione/1f1f3-1f1fa.svg");
}
.jsxc-emoticon--1f1f3-1f1ff {
  background-image: url("../images/emojione/1f1f3-1f1ff.svg");
}
.jsxc-emoticon--1f1f4-1f1f2 {
  background-image: url("../images/emojione/1f1f4-1f1f2.svg");
}
.jsxc-emoticon--1f1f5-1f1e6 {
  background-image: url("../images/emojione/1f1f5-1f1e6.svg");
}
.jsxc-emoticon--1f1f5-1f1ea {
  background-image: url("../images/emojione/1f1f5-1f1ea.svg");
}
.jsxc-emoticon--1f1f5-1f1eb {
  background-image: url("../images/emojione/1f1f5-1f1eb.svg");
}
.jsxc-emoticon--1f1f5-1f1ec {
  background-image: url("../images/emojione/1f1f5-1f1ec.svg");
}
.jsxc-emoticon--1f1f5-1f1ed {
  background-image: url("../images/emojione/1f1f5-1f1ed.svg");
}
.jsxc-emoticon--1f1f5-1f1f0 {
  background-image: url("../images/emojione/1f1f5-1f1f0.svg");
}
.jsxc-emoticon--1f1f5-1f1f1 {
  background-image: url("../images/emojione/1f1f5-1f1f1.svg");
}
.jsxc-emoticon--1f1f5-1f1f2 {
  background-image: url("../images/emojione/1f1f5-1f1f2.svg");
}
.jsxc-emoticon--1f1f5-1f1f3 {
  background-image: url("../images/emojione/1f1f5-1f1f3.svg");
}
.jsxc-emoticon--1f1f5-1f1f7 {
  background-image: url("../images/emojione/1f1f5-1f1f7.svg");
}
.jsxc-emoticon--1f1f5-1f1f8 {
  background-image: url("../images/emojione/1f1f5-1f1f8.svg");
}
.jsxc-emoticon--1f1f5-1f1f9 {
  background-image: url("../images/emojione/1f1f5-1f1f9.svg");
}
.jsxc-emoticon--1f1f5-1f1fc {
  background-image: url("../images/emojione/1f1f5-1f1fc.svg");
}
.jsxc-emoticon--1f1f5-1f1fe {
  background-image: url("../images/emojione/1f1f5-1f1fe.svg");
}
.jsxc-emoticon--1f1f6-1f1e6 {
  background-image: url("../images/emojione/1f1f6-1f1e6.svg");
}
.jsxc-emoticon--1f1f7-1f1ea {
  background-image: url("../images/emojione/1f1f7-1f1ea.svg");
}
.jsxc-emoticon--1f1f7-1f1f4 {
  background-image: url("../images/emojione/1f1f7-1f1f4.svg");
}
.jsxc-emoticon--1f1f7-1f1f8 {
  background-image: url("../images/emojione/1f1f7-1f1f8.svg");
}
.jsxc-emoticon--1f1f7-1f1fa {
  background-image: url("../images/emojione/1f1f7-1f1fa.svg");
}
.jsxc-emoticon--1f1f7-1f1fc {
  background-image: url("../images/emojione/1f1f7-1f1fc.svg");
}
.jsxc-emoticon--1f1f8-1f1e6 {
  background-image: url("../images/emojione/1f1f8-1f1e6.svg");
}
.jsxc-emoticon--1f1f8-1f1e7 {
  background-image: url("../images/emojione/1f1f8-1f1e7.svg");
}
.jsxc-emoticon--1f1f8-1f1e8 {
  background-image: url("../images/emojione/1f1f8-1f1e8.svg");
}
.jsxc-emoticon--1f1f8-1f1e9 {
  background-image: url("../images/emojione/1f1f8-1f1e9.svg");
}
.jsxc-emoticon--1f1f8-1f1ea {
  background-image: url("../images/emojione/1f1f8-1f1ea.svg");
}
.jsxc-emoticon--1f1f8-1f1ec {
  background-image: url("../images/emojione/1f1f8-1f1ec.svg");
}
.jsxc-emoticon--1f1f8-1f1ed {
  background-image: url("../images/emojione/1f1f8-1f1ed.svg");
}
.jsxc-emoticon--1f1f8-1f1ee {
  background-image: url("../images/emojione/1f1f8-1f1ee.svg");
}
.jsxc-emoticon--1f1f8-1f1ef {
  background-image: url("../images/emojione/1f1f8-1f1ef.svg");
}
.jsxc-emoticon--1f1f8-1f1f0 {
  background-image: url("../images/emojione/1f1f8-1f1f0.svg");
}
.jsxc-emoticon--1f1f8-1f1f1 {
  background-image: url("../images/emojione/1f1f8-1f1f1.svg");
}
.jsxc-emoticon--1f1f8-1f1f2 {
  background-image: url("../images/emojione/1f1f8-1f1f2.svg");
}
.jsxc-emoticon--1f1f8-1f1f3 {
  background-image: url("../images/emojione/1f1f8-1f1f3.svg");
}
.jsxc-emoticon--1f1f8-1f1f4 {
  background-image: url("../images/emojione/1f1f8-1f1f4.svg");
}
.jsxc-emoticon--1f1f8-1f1f7 {
  background-image: url("../images/emojione/1f1f8-1f1f7.svg");
}
.jsxc-emoticon--1f1f8-1f1f8 {
  background-image: url("../images/emojione/1f1f8-1f1f8.svg");
}
.jsxc-emoticon--1f1f8-1f1f9 {
  background-image: url("../images/emojione/1f1f8-1f1f9.svg");
}
.jsxc-emoticon--1f1f8-1f1fb {
  background-image: url("../images/emojione/1f1f8-1f1fb.svg");
}
.jsxc-emoticon--1f1f8-1f1fd {
  background-image: url("../images/emojione/1f1f8-1f1fd.svg");
}
.jsxc-emoticon--1f1f8-1f1fe {
  background-image: url("../images/emojione/1f1f8-1f1fe.svg");
}
.jsxc-emoticon--1f1f8-1f1ff {
  background-image: url("../images/emojione/1f1f8-1f1ff.svg");
}
.jsxc-emoticon--1f1f9-1f1e6 {
  background-image: url("../images/emojione/1f1f9-1f1e6.svg");
}
.jsxc-emoticon--1f1f9-1f1e8 {
  background-image: url("../images/emojione/1f1f9-1f1e8.svg");
}
.jsxc-emoticon--1f1f9-1f1e9 {
  background-image: url("../images/emojione/1f1f9-1f1e9.svg");
}
.jsxc-emoticon--1f1f9-1f1eb {
  background-image: url("../images/emojione/1f1f9-1f1eb.svg");
}
.jsxc-emoticon--1f1f9-1f1ec {
  background-image: url("../images/emojione/1f1f9-1f1ec.svg");
}
.jsxc-emoticon--1f1f9-1f1ed {
  background-image: url("../images/emojione/1f1f9-1f1ed.svg");
}
.jsxc-emoticon--1f1f9-1f1ef {
  background-image: url("../images/emojione/1f1f9-1f1ef.svg");
}
.jsxc-emoticon--1f1f9-1f1f0 {
  background-image: url("../images/emojione/1f1f9-1f1f0.svg");
}
.jsxc-emoticon--1f1f9-1f1f1 {
  background-image: url("../images/emojione/1f1f9-1f1f1.svg");
}
.jsxc-emoticon--1f1f9-1f1f2 {
  background-image: url("../images/emojione/1f1f9-1f1f2.svg");
}
.jsxc-emoticon--1f1f9-1f1f3 {
  background-image: url("../images/emojione/1f1f9-1f1f3.svg");
}
.jsxc-emoticon--1f1f9-1f1f4 {
  background-image: url("../images/emojione/1f1f9-1f1f4.svg");
}
.jsxc-emoticon--1f1f9-1f1f7 {
  background-image: url("../images/emojione/1f1f9-1f1f7.svg");
}
.jsxc-emoticon--1f1f9-1f1f9 {
  background-image: url("../images/emojione/1f1f9-1f1f9.svg");
}
.jsxc-emoticon--1f1f9-1f1fb {
  background-image: url("../images/emojione/1f1f9-1f1fb.svg");
}
.jsxc-emoticon--1f1f9-1f1fc {
  background-image: url("../images/emojione/1f1f9-1f1fc.svg");
}
.jsxc-emoticon--1f1f9-1f1ff {
  background-image: url("../images/emojione/1f1f9-1f1ff.svg");
}
.jsxc-emoticon--1f1fa-1f1e6 {
  background-image: url("../images/emojione/1f1fa-1f1e6.svg");
}
.jsxc-emoticon--1f1fa-1f1ec {
  background-image: url("../images/emojione/1f1fa-1f1ec.svg");
}
.jsxc-emoticon--1f1fa-1f1f2 {
  background-image: url("../images/emojione/1f1fa-1f1f2.svg");
}
.jsxc-emoticon--1f1fa-1f1f8 {
  background-image: url("../images/emojione/1f1fa-1f1f8.svg");
}
.jsxc-emoticon--1f1fa-1f1fe {
  background-image: url("../images/emojione/1f1fa-1f1fe.svg");
}
.jsxc-emoticon--1f1fa-1f1ff {
  background-image: url("../images/emojione/1f1fa-1f1ff.svg");
}
.jsxc-emoticon--1f1fb-1f1e6 {
  background-image: url("../images/emojione/1f1fb-1f1e6.svg");
}
.jsxc-emoticon--1f1fb-1f1e8 {
  background-image: url("../images/emojione/1f1fb-1f1e8.svg");
}
.jsxc-emoticon--1f1fb-1f1ea {
  background-image: url("../images/emojione/1f1fb-1f1ea.svg");
}
.jsxc-emoticon--1f1fb-1f1ec {
  background-image: url("../images/emojione/1f1fb-1f1ec.svg");
}
.jsxc-emoticon--1f1fb-1f1ee {
  background-image: url("../images/emojione/1f1fb-1f1ee.svg");
}
.jsxc-emoticon--1f1fb-1f1f3 {
  background-image: url("../images/emojione/1f1fb-1f1f3.svg");
}
.jsxc-emoticon--1f1fb-1f1fa {
  background-image: url("../images/emojione/1f1fb-1f1fa.svg");
}
.jsxc-emoticon--1f1fc-1f1eb {
  background-image: url("../images/emojione/1f1fc-1f1eb.svg");
}
.jsxc-emoticon--1f1fc-1f1f8 {
  background-image: url("../images/emojione/1f1fc-1f1f8.svg");
}
.jsxc-emoticon--1f1fd-1f1f0 {
  background-image: url("../images/emojione/1f1fd-1f1f0.svg");
}
.jsxc-emoticon--1f1fe-1f1ea {
  background-image: url("../images/emojione/1f1fe-1f1ea.svg");
}
.jsxc-emoticon--1f1fe-1f1f9 {
  background-image: url("../images/emojione/1f1fe-1f1f9.svg");
}
.jsxc-emoticon--1f1ff-1f1e6 {
  background-image: url("../images/emojione/1f1ff-1f1e6.svg");
}
.jsxc-emoticon--1f1ff-1f1f2 {
  background-image: url("../images/emojione/1f1ff-1f1f2.svg");
}
.jsxc-emoticon--1f1ff-1f1fc {
  background-image: url("../images/emojione/1f1ff-1f1fc.svg");
}
.jsxc-emoticon--1f1ff {
  background-image: url("../images/emojione/1f1ff.svg");
}
.jsxc-emoticon--1f1fe {
  background-image: url("../images/emojione/1f1fe.svg");
}
.jsxc-emoticon--1f1fd {
  background-image: url("../images/emojione/1f1fd.svg");
}
.jsxc-emoticon--1f1fc {
  background-image: url("../images/emojione/1f1fc.svg");
}
.jsxc-emoticon--1f1fb {
  background-image: url("../images/emojione/1f1fb.svg");
}
.jsxc-emoticon--1f1fa {
  background-image: url("../images/emojione/1f1fa.svg");
}
.jsxc-emoticon--1f1f9 {
  background-image: url("../images/emojione/1f1f9.svg");
}
.jsxc-emoticon--1f1f8 {
  background-image: url("../images/emojione/1f1f8.svg");
}
.jsxc-emoticon--1f1f7 {
  background-image: url("../images/emojione/1f1f7.svg");
}
.jsxc-emoticon--1f1f6 {
  background-image: url("../images/emojione/1f1f6.svg");
}
.jsxc-emoticon--1f1f5 {
  background-image: url("../images/emojione/1f1f5.svg");
}
.jsxc-emoticon--1f1f4 {
  background-image: url("../images/emojione/1f1f4.svg");
}
.jsxc-emoticon--1f1f3 {
  background-image: url("../images/emojione/1f1f3.svg");
}
.jsxc-emoticon--1f1f2 {
  background-image: url("../images/emojione/1f1f2.svg");
}
.jsxc-emoticon--1f1f1 {
  background-image: url("../images/emojione/1f1f1.svg");
}
.jsxc-emoticon--1f1f0 {
  background-image: url("../images/emojione/1f1f0.svg");
}
.jsxc-emoticon--1f1ef {
  background-image: url("../images/emojione/1f1ef.svg");
}
.jsxc-emoticon--1f1ee {
  background-image: url("../images/emojione/1f1ee.svg");
}
.jsxc-emoticon--1f1ed {
  background-image: url("../images/emojione/1f1ed.svg");
}
.jsxc-emoticon--1f1ec {
  background-image: url("../images/emojione/1f1ec.svg");
}
.jsxc-emoticon--1f1eb {
  background-image: url("../images/emojione/1f1eb.svg");
}
.jsxc-emoticon--1f1ea {
  background-image: url("../images/emojione/1f1ea.svg");
}
.jsxc-emoticon--1f1e9 {
  background-image: url("../images/emojione/1f1e9.svg");
}
.jsxc-emoticon--1f1e8 {
  background-image: url("../images/emojione/1f1e8.svg");
}
.jsxc-emoticon--1f1e7 {
  background-image: url("../images/emojione/1f1e7.svg");
}
.jsxc-emoticon--1f1e6 {
  background-image: url("../images/emojione/1f1e6.svg");
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.jsxc-dialog .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jsxc-dialog .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.jsxc-dialog .progress-striped .progress-bar,
.jsxc-dialog .progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.jsxc-dialog .progress.active .progress-bar,
.jsxc-dialog .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.jsxc-dialog .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .jsxc-dialog .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.jsxc-dialog .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .jsxc-dialog .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.jsxc-dialog .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .jsxc-dialog .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.jsxc-dialog .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .jsxc-dialog .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.jsxc-dialog .clearfix:before,
.jsxc-dialog .clearfix:after,
#jsxc-video-dialog .clearfix:before,
#jsxc-video-dialog .clearfix:after {
  display: table;
  content: " ";
}
.jsxc-dialog .clearfix:after,
#jsxc-video-dialog .clearfix:after {
  clear: both;
}
.jsxc-dialog .center-block,
#jsxc-video-dialog .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.jsxc-dialog .pull-right,
#jsxc-video-dialog .pull-right {
  float: right !important;
}
.jsxc-dialog .pull-left,
#jsxc-video-dialog .pull-left {
  float: left !important;
}
.jsxc-dialog .hide,
#jsxc-video-dialog .hide {
  display: none !important;
}
.jsxc-dialog .show,
#jsxc-video-dialog .show {
  display: block !important;
}
.jsxc-dialog .invisible,
#jsxc-video-dialog .invisible {
  visibility: hidden;
}
.jsxc-dialog .text-hide,
#jsxc-video-dialog .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.jsxc-dialog .hidden,
#jsxc-video-dialog .hidden {
  display: none !important;
}
.jsxc-dialog .affix,
#jsxc-video-dialog .affix {
  position: fixed;
}
.jsxc-dialog code,
.jsxc-dialog kbd,
.jsxc-dialog pre,
.jsxc-dialog samp,
#jsxc-video-dialog code,
#jsxc-video-dialog kbd,
#jsxc-video-dialog pre,
#jsxc-video-dialog samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.jsxc-dialog code,
#jsxc-video-dialog code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.jsxc-dialog kbd,
#jsxc-video-dialog kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.jsxc-dialog kbd kbd,
#jsxc-video-dialog kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.jsxc-dialog pre,
#jsxc-video-dialog pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.jsxc-dialog pre code,
#jsxc-video-dialog pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.jsxc-dialog .pre-scrollable,
#jsxc-video-dialog .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.jsxc-dialog .container,
#jsxc-video-dialog .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.jsxc-dialog .container:before,
.jsxc-dialog .container:after,
#jsxc-video-dialog .container:before,
#jsxc-video-dialog .container:after {
  display: table;
  content: " ";
}
.jsxc-dialog .container:after,
#jsxc-video-dialog .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .jsxc-dialog .container,
  #jsxc-video-dialog .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .jsxc-dialog .container,
  #jsxc-video-dialog .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .jsxc-dialog .container,
  #jsxc-video-dialog .container {
    width: 1170px;
  }
}
.jsxc-dialog .container-fluid,
#jsxc-video-dialog .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.jsxc-dialog .container-fluid:before,
.jsxc-dialog .container-fluid:after,
#jsxc-video-dialog .container-fluid:before,
#jsxc-video-dialog .container-fluid:after {
  display: table;
  content: " ";
}
.jsxc-dialog .container-fluid:after,
#jsxc-video-dialog .container-fluid:after {
  clear: both;
}
.jsxc-dialog .row,
#jsxc-video-dialog .row {
  margin-right: -15px;
  margin-left: -15px;
}
.jsxc-dialog .row:before,
.jsxc-dialog .row:after,
#jsxc-video-dialog .row:before,
#jsxc-video-dialog .row:after {
  display: table;
  content: " ";
}
.jsxc-dialog .row:after,
#jsxc-video-dialog .row:after {
  clear: both;
}
.jsxc-dialog .row-no-gutters,
#jsxc-video-dialog .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.jsxc-dialog .row-no-gutters [class*="col-"],
#jsxc-video-dialog .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.jsxc-dialog .col-xs-1,
.jsxc-dialog .col-sm-1,
.jsxc-dialog .col-md-1,
.jsxc-dialog .col-lg-1,
.jsxc-dialog .col-xs-2,
.jsxc-dialog .col-sm-2,
.jsxc-dialog .col-md-2,
.jsxc-dialog .col-lg-2,
.jsxc-dialog .col-xs-3,
.jsxc-dialog .col-sm-3,
.jsxc-dialog .col-md-3,
.jsxc-dialog .col-lg-3,
.jsxc-dialog .col-xs-4,
.jsxc-dialog .col-sm-4,
.jsxc-dialog .col-md-4,
.jsxc-dialog .col-lg-4,
.jsxc-dialog .col-xs-5,
.jsxc-dialog .col-sm-5,
.jsxc-dialog .col-md-5,
.jsxc-dialog .col-lg-5,
.jsxc-dialog .col-xs-6,
.jsxc-dialog .col-sm-6,
.jsxc-dialog .col-md-6,
.jsxc-dialog .col-lg-6,
.jsxc-dialog .col-xs-7,
.jsxc-dialog .col-sm-7,
.jsxc-dialog .col-md-7,
.jsxc-dialog .col-lg-7,
.jsxc-dialog .col-xs-8,
.jsxc-dialog .col-sm-8,
.jsxc-dialog .col-md-8,
.jsxc-dialog .col-lg-8,
.jsxc-dialog .col-xs-9,
.jsxc-dialog .col-sm-9,
.jsxc-dialog .col-md-9,
.jsxc-dialog .col-lg-9,
.jsxc-dialog .col-xs-10,
.jsxc-dialog .col-sm-10,
.jsxc-dialog .col-md-10,
.jsxc-dialog .col-lg-10,
.jsxc-dialog .col-xs-11,
.jsxc-dialog .col-sm-11,
.jsxc-dialog .col-md-11,
.jsxc-dialog .col-lg-11,
.jsxc-dialog .col-xs-12,
.jsxc-dialog .col-sm-12,
.jsxc-dialog .col-md-12,
.jsxc-dialog .col-lg-12,
#jsxc-video-dialog .col-xs-1,
#jsxc-video-dialog .col-sm-1,
#jsxc-video-dialog .col-md-1,
#jsxc-video-dialog .col-lg-1,
#jsxc-video-dialog .col-xs-2,
#jsxc-video-dialog .col-sm-2,
#jsxc-video-dialog .col-md-2,
#jsxc-video-dialog .col-lg-2,
#jsxc-video-dialog .col-xs-3,
#jsxc-video-dialog .col-sm-3,
#jsxc-video-dialog .col-md-3,
#jsxc-video-dialog .col-lg-3,
#jsxc-video-dialog .col-xs-4,
#jsxc-video-dialog .col-sm-4,
#jsxc-video-dialog .col-md-4,
#jsxc-video-dialog .col-lg-4,
#jsxc-video-dialog .col-xs-5,
#jsxc-video-dialog .col-sm-5,
#jsxc-video-dialog .col-md-5,
#jsxc-video-dialog .col-lg-5,
#jsxc-video-dialog .col-xs-6,
#jsxc-video-dialog .col-sm-6,
#jsxc-video-dialog .col-md-6,
#jsxc-video-dialog .col-lg-6,
#jsxc-video-dialog .col-xs-7,
#jsxc-video-dialog .col-sm-7,
#jsxc-video-dialog .col-md-7,
#jsxc-video-dialog .col-lg-7,
#jsxc-video-dialog .col-xs-8,
#jsxc-video-dialog .col-sm-8,
#jsxc-video-dialog .col-md-8,
#jsxc-video-dialog .col-lg-8,
#jsxc-video-dialog .col-xs-9,
#jsxc-video-dialog .col-sm-9,
#jsxc-video-dialog .col-md-9,
#jsxc-video-dialog .col-lg-9,
#jsxc-video-dialog .col-xs-10,
#jsxc-video-dialog .col-sm-10,
#jsxc-video-dialog .col-md-10,
#jsxc-video-dialog .col-lg-10,
#jsxc-video-dialog .col-xs-11,
#jsxc-video-dialog .col-sm-11,
#jsxc-video-dialog .col-md-11,
#jsxc-video-dialog .col-lg-11,
#jsxc-video-dialog .col-xs-12,
#jsxc-video-dialog .col-sm-12,
#jsxc-video-dialog .col-md-12,
#jsxc-video-dialog .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.jsxc-dialog .col-xs-1,
.jsxc-dialog .col-xs-2,
.jsxc-dialog .col-xs-3,
.jsxc-dialog .col-xs-4,
.jsxc-dialog .col-xs-5,
.jsxc-dialog .col-xs-6,
.jsxc-dialog .col-xs-7,
.jsxc-dialog .col-xs-8,
.jsxc-dialog .col-xs-9,
.jsxc-dialog .col-xs-10,
.jsxc-dialog .col-xs-11,
.jsxc-dialog .col-xs-12,
#jsxc-video-dialog .col-xs-1,
#jsxc-video-dialog .col-xs-2,
#jsxc-video-dialog .col-xs-3,
#jsxc-video-dialog .col-xs-4,
#jsxc-video-dialog .col-xs-5,
#jsxc-video-dialog .col-xs-6,
#jsxc-video-dialog .col-xs-7,
#jsxc-video-dialog .col-xs-8,
#jsxc-video-dialog .col-xs-9,
#jsxc-video-dialog .col-xs-10,
#jsxc-video-dialog .col-xs-11,
#jsxc-video-dialog .col-xs-12 {
  float: left;
}
.jsxc-dialog .col-xs-1,
#jsxc-video-dialog .col-xs-1 {
  width: 8.3333333333%;
}
.jsxc-dialog .col-xs-2,
#jsxc-video-dialog .col-xs-2 {
  width: 16.6666666667%;
}
.jsxc-dialog .col-xs-3,
#jsxc-video-dialog .col-xs-3 {
  width: 25%;
}
.jsxc-dialog .col-xs-4,
#jsxc-video-dialog .col-xs-4 {
  width: 33.3333333333%;
}
.jsxc-dialog .col-xs-5,
#jsxc-video-dialog .col-xs-5 {
  width: 41.6666666667%;
}
.jsxc-dialog .col-xs-6,
#jsxc-video-dialog .col-xs-6 {
  width: 50%;
}
.jsxc-dialog .col-xs-7,
#jsxc-video-dialog .col-xs-7 {
  width: 58.3333333333%;
}
.jsxc-dialog .col-xs-8,
#jsxc-video-dialog .col-xs-8 {
  width: 66.6666666667%;
}
.jsxc-dialog .col-xs-9,
#jsxc-video-dialog .col-xs-9 {
  width: 75%;
}
.jsxc-dialog .col-xs-10,
#jsxc-video-dialog .col-xs-10 {
  width: 83.3333333333%;
}
.jsxc-dialog .col-xs-11,
#jsxc-video-dialog .col-xs-11 {
  width: 91.6666666667%;
}
.jsxc-dialog .col-xs-12,
#jsxc-video-dialog .col-xs-12 {
  width: 100%;
}
.jsxc-dialog .col-xs-pull-0,
#jsxc-video-dialog .col-xs-pull-0 {
  right: auto;
}
.jsxc-dialog .col-xs-pull-1,
#jsxc-video-dialog .col-xs-pull-1 {
  right: 8.3333333333%;
}
.jsxc-dialog .col-xs-pull-2,
#jsxc-video-dialog .col-xs-pull-2 {
  right: 16.6666666667%;
}
.jsxc-dialog .col-xs-pull-3,
#jsxc-video-dialog .col-xs-pull-3 {
  right: 25%;
}
.jsxc-dialog .col-xs-pull-4,
#jsxc-video-dialog .col-xs-pull-4 {
  right: 33.3333333333%;
}
.jsxc-dialog .col-xs-pull-5,
#jsxc-video-dialog .col-xs-pull-5 {
  right: 41.6666666667%;
}
.jsxc-dialog .col-xs-pull-6,
#jsxc-video-dialog .col-xs-pull-6 {
  right: 50%;
}
.jsxc-dialog .col-xs-pull-7,
#jsxc-video-dialog .col-xs-pull-7 {
  right: 58.3333333333%;
}
.jsxc-dialog .col-xs-pull-8,
#jsxc-video-dialog .col-xs-pull-8 {
  right: 66.6666666667%;
}
.jsxc-dialog .col-xs-pull-9,
#jsxc-video-dialog .col-xs-pull-9 {
  right: 75%;
}
.jsxc-dialog .col-xs-pull-10,
#jsxc-video-dialog .col-xs-pull-10 {
  right: 83.3333333333%;
}
.jsxc-dialog .col-xs-pull-11,
#jsxc-video-dialog .col-xs-pull-11 {
  right: 91.6666666667%;
}
.jsxc-dialog .col-xs-pull-12,
#jsxc-video-dialog .col-xs-pull-12 {
  right: 100%;
}
.jsxc-dialog .col-xs-push-0,
#jsxc-video-dialog .col-xs-push-0 {
  left: auto;
}
.jsxc-dialog .col-xs-push-1,
#jsxc-video-dialog .col-xs-push-1 {
  left: 8.3333333333%;
}
.jsxc-dialog .col-xs-push-2,
#jsxc-video-dialog .col-xs-push-2 {
  left: 16.6666666667%;
}
.jsxc-dialog .col-xs-push-3,
#jsxc-video-dialog .col-xs-push-3 {
  left: 25%;
}
.jsxc-dialog .col-xs-push-4,
#jsxc-video-dialog .col-xs-push-4 {
  left: 33.3333333333%;
}
.jsxc-dialog .col-xs-push-5,
#jsxc-video-dialog .col-xs-push-5 {
  left: 41.6666666667%;
}
.jsxc-dialog .col-xs-push-6,
#jsxc-video-dialog .col-xs-push-6 {
  left: 50%;
}
.jsxc-dialog .col-xs-push-7,
#jsxc-video-dialog .col-xs-push-7 {
  left: 58.3333333333%;
}
.jsxc-dialog .col-xs-push-8,
#jsxc-video-dialog .col-xs-push-8 {
  left: 66.6666666667%;
}
.jsxc-dialog .col-xs-push-9,
#jsxc-video-dialog .col-xs-push-9 {
  left: 75%;
}
.jsxc-dialog .col-xs-push-10,
#jsxc-video-dialog .col-xs-push-10 {
  left: 83.3333333333%;
}
.jsxc-dialog .col-xs-push-11,
#jsxc-video-dialog .col-xs-push-11 {
  left: 91.6666666667%;
}
.jsxc-dialog .col-xs-push-12,
#jsxc-video-dialog .col-xs-push-12 {
  left: 100%;
}
.jsxc-dialog .col-xs-offset-0,
#jsxc-video-dialog .col-xs-offset-0 {
  margin-left: 0%;
}
.jsxc-dialog .col-xs-offset-1,
#jsxc-video-dialog .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.jsxc-dialog .col-xs-offset-2,
#jsxc-video-dialog .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.jsxc-dialog .col-xs-offset-3,
#jsxc-video-dialog .col-xs-offset-3 {
  margin-left: 25%;
}
.jsxc-dialog .col-xs-offset-4,
#jsxc-video-dialog .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.jsxc-dialog .col-xs-offset-5,
#jsxc-video-dialog .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.jsxc-dialog .col-xs-offset-6,
#jsxc-video-dialog .col-xs-offset-6 {
  margin-left: 50%;
}
.jsxc-dialog .col-xs-offset-7,
#jsxc-video-dialog .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.jsxc-dialog .col-xs-offset-8,
#jsxc-video-dialog .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.jsxc-dialog .col-xs-offset-9,
#jsxc-video-dialog .col-xs-offset-9 {
  margin-left: 75%;
}
.jsxc-dialog .col-xs-offset-10,
#jsxc-video-dialog .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.jsxc-dialog .col-xs-offset-11,
#jsxc-video-dialog .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.jsxc-dialog .col-xs-offset-12,
#jsxc-video-dialog .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .jsxc-dialog .col-sm-1,
  .jsxc-dialog .col-sm-2,
  .jsxc-dialog .col-sm-3,
  .jsxc-dialog .col-sm-4,
  .jsxc-dialog .col-sm-5,
  .jsxc-dialog .col-sm-6,
  .jsxc-dialog .col-sm-7,
  .jsxc-dialog .col-sm-8,
  .jsxc-dialog .col-sm-9,
  .jsxc-dialog .col-sm-10,
  .jsxc-dialog .col-sm-11,
  .jsxc-dialog .col-sm-12,
  #jsxc-video-dialog .col-sm-1,
  #jsxc-video-dialog .col-sm-2,
  #jsxc-video-dialog .col-sm-3,
  #jsxc-video-dialog .col-sm-4,
  #jsxc-video-dialog .col-sm-5,
  #jsxc-video-dialog .col-sm-6,
  #jsxc-video-dialog .col-sm-7,
  #jsxc-video-dialog .col-sm-8,
  #jsxc-video-dialog .col-sm-9,
  #jsxc-video-dialog .col-sm-10,
  #jsxc-video-dialog .col-sm-11,
  #jsxc-video-dialog .col-sm-12 {
    float: left;
  }
  .jsxc-dialog .col-sm-1,
  #jsxc-video-dialog .col-sm-1 {
    width: 8.3333333333%;
  }
  .jsxc-dialog .col-sm-2,
  #jsxc-video-dialog .col-sm-2 {
    width: 16.6666666667%;
  }
  .jsxc-dialog .col-sm-3,
  #jsxc-video-dialog .col-sm-3 {
    width: 25%;
  }
  .jsxc-dialog .col-sm-4,
  #jsxc-video-dialog .col-sm-4 {
    width: 33.3333333333%;
  }
  .jsxc-dialog .col-sm-5,
  #jsxc-video-dialog .col-sm-5 {
    width: 41.6666666667%;
  }
  .jsxc-dialog .col-sm-6,
  #jsxc-video-dialog .col-sm-6 {
    width: 50%;
  }
  .jsxc-dialog .col-sm-7,
  #jsxc-video-dialog .col-sm-7 {
    width: 58.3333333333%;
  }
  .jsxc-dialog .col-sm-8,
  #jsxc-video-dialog .col-sm-8 {
    width: 66.6666666667%;
  }
  .jsxc-dialog .col-sm-9,
  #jsxc-video-dialog .col-sm-9 {
    width: 75%;
  }
  .jsxc-dialog .col-sm-10,
  #jsxc-video-dialog .col-sm-10 {
    width: 83.3333333333%;
  }
  .jsxc-dialog .col-sm-11,
  #jsxc-video-dialog .col-sm-11 {
    width: 91.6666666667%;
  }
  .jsxc-dialog .col-sm-12,
  #jsxc-video-dialog .col-sm-12 {
    width: 100%;
  }
  .jsxc-dialog .col-sm-pull-0,
  #jsxc-video-dialog .col-sm-pull-0 {
    right: auto;
  }
  .jsxc-dialog .col-sm-pull-1,
  #jsxc-video-dialog .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .jsxc-dialog .col-sm-pull-2,
  #jsxc-video-dialog .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .jsxc-dialog .col-sm-pull-3,
  #jsxc-video-dialog .col-sm-pull-3 {
    right: 25%;
  }
  .jsxc-dialog .col-sm-pull-4,
  #jsxc-video-dialog .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .jsxc-dialog .col-sm-pull-5,
  #jsxc-video-dialog .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .jsxc-dialog .col-sm-pull-6,
  #jsxc-video-dialog .col-sm-pull-6 {
    right: 50%;
  }
  .jsxc-dialog .col-sm-pull-7,
  #jsxc-video-dialog .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .jsxc-dialog .col-sm-pull-8,
  #jsxc-video-dialog .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .jsxc-dialog .col-sm-pull-9,
  #jsxc-video-dialog .col-sm-pull-9 {
    right: 75%;
  }
  .jsxc-dialog .col-sm-pull-10,
  #jsxc-video-dialog .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .jsxc-dialog .col-sm-pull-11,
  #jsxc-video-dialog .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .jsxc-dialog .col-sm-pull-12,
  #jsxc-video-dialog .col-sm-pull-12 {
    right: 100%;
  }
  .jsxc-dialog .col-sm-push-0,
  #jsxc-video-dialog .col-sm-push-0 {
    left: auto;
  }
  .jsxc-dialog .col-sm-push-1,
  #jsxc-video-dialog .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .jsxc-dialog .col-sm-push-2,
  #jsxc-video-dialog .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .jsxc-dialog .col-sm-push-3,
  #jsxc-video-dialog .col-sm-push-3 {
    left: 25%;
  }
  .jsxc-dialog .col-sm-push-4,
  #jsxc-video-dialog .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .jsxc-dialog .col-sm-push-5,
  #jsxc-video-dialog .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .jsxc-dialog .col-sm-push-6,
  #jsxc-video-dialog .col-sm-push-6 {
    left: 50%;
  }
  .jsxc-dialog .col-sm-push-7,
  #jsxc-video-dialog .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .jsxc-dialog .col-sm-push-8,
  #jsxc-video-dialog .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .jsxc-dialog .col-sm-push-9,
  #jsxc-video-dialog .col-sm-push-9 {
    left: 75%;
  }
  .jsxc-dialog .col-sm-push-10,
  #jsxc-video-dialog .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .jsxc-dialog .col-sm-push-11,
  #jsxc-video-dialog .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .jsxc-dialog .col-sm-push-12,
  #jsxc-video-dialog .col-sm-push-12 {
    left: 100%;
  }
  .jsxc-dialog .col-sm-offset-0,
  #jsxc-video-dialog .col-sm-offset-0 {
    margin-left: 0%;
  }
  .jsxc-dialog .col-sm-offset-1,
  #jsxc-video-dialog .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .jsxc-dialog .col-sm-offset-2,
  #jsxc-video-dialog .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .jsxc-dialog .col-sm-offset-3,
  #jsxc-video-dialog .col-sm-offset-3 {
    margin-left: 25%;
  }
  .jsxc-dialog .col-sm-offset-4,
  #jsxc-video-dialog .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .jsxc-dialog .col-sm-offset-5,
  #jsxc-video-dialog .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .jsxc-dialog .col-sm-offset-6,
  #jsxc-video-dialog .col-sm-offset-6 {
    margin-left: 50%;
  }
  .jsxc-dialog .col-sm-offset-7,
  #jsxc-video-dialog .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .jsxc-dialog .col-sm-offset-8,
  #jsxc-video-dialog .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .jsxc-dialog .col-sm-offset-9,
  #jsxc-video-dialog .col-sm-offset-9 {
    margin-left: 75%;
  }
  .jsxc-dialog .col-sm-offset-10,
  #jsxc-video-dialog .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .jsxc-dialog .col-sm-offset-11,
  #jsxc-video-dialog .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .jsxc-dialog .col-sm-offset-12,
  #jsxc-video-dialog .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .jsxc-dialog .col-md-1,
  .jsxc-dialog .col-md-2,
  .jsxc-dialog .col-md-3,
  .jsxc-dialog .col-md-4,
  .jsxc-dialog .col-md-5,
  .jsxc-dialog .col-md-6,
  .jsxc-dialog .col-md-7,
  .jsxc-dialog .col-md-8,
  .jsxc-dialog .col-md-9,
  .jsxc-dialog .col-md-10,
  .jsxc-dialog .col-md-11,
  .jsxc-dialog .col-md-12,
  #jsxc-video-dialog .col-md-1,
  #jsxc-video-dialog .col-md-2,
  #jsxc-video-dialog .col-md-3,
  #jsxc-video-dialog .col-md-4,
  #jsxc-video-dialog .col-md-5,
  #jsxc-video-dialog .col-md-6,
  #jsxc-video-dialog .col-md-7,
  #jsxc-video-dialog .col-md-8,
  #jsxc-video-dialog .col-md-9,
  #jsxc-video-dialog .col-md-10,
  #jsxc-video-dialog .col-md-11,
  #jsxc-video-dialog .col-md-12 {
    float: left;
  }
  .jsxc-dialog .col-md-1,
  #jsxc-video-dialog .col-md-1 {
    width: 8.3333333333%;
  }
  .jsxc-dialog .col-md-2,
  #jsxc-video-dialog .col-md-2 {
    width: 16.6666666667%;
  }
  .jsxc-dialog .col-md-3,
  #jsxc-video-dialog .col-md-3 {
    width: 25%;
  }
  .jsxc-dialog .col-md-4,
  #jsxc-video-dialog .col-md-4 {
    width: 33.3333333333%;
  }
  .jsxc-dialog .col-md-5,
  #jsxc-video-dialog .col-md-5 {
    width: 41.6666666667%;
  }
  .jsxc-dialog .col-md-6,
  #jsxc-video-dialog .col-md-6 {
    width: 50%;
  }
  .jsxc-dialog .col-md-7,
  #jsxc-video-dialog .col-md-7 {
    width: 58.3333333333%;
  }
  .jsxc-dialog .col-md-8,
  #jsxc-video-dialog .col-md-8 {
    width: 66.6666666667%;
  }
  .jsxc-dialog .col-md-9,
  #jsxc-video-dialog .col-md-9 {
    width: 75%;
  }
  .jsxc-dialog .col-md-10,
  #jsxc-video-dialog .col-md-10 {
    width: 83.3333333333%;
  }
  .jsxc-dialog .col-md-11,
  #jsxc-video-dialog .col-md-11 {
    width: 91.6666666667%;
  }
  .jsxc-dialog .col-md-12,
  #jsxc-video-dialog .col-md-12 {
    width: 100%;
  }
  .jsxc-dialog .col-md-pull-0,
  #jsxc-video-dialog .col-md-pull-0 {
    right: auto;
  }
  .jsxc-dialog .col-md-pull-1,
  #jsxc-video-dialog .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .jsxc-dialog .col-md-pull-2,
  #jsxc-video-dialog .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .jsxc-dialog .col-md-pull-3,
  #jsxc-video-dialog .col-md-pull-3 {
    right: 25%;
  }
  .jsxc-dialog .col-md-pull-4,
  #jsxc-video-dialog .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .jsxc-dialog .col-md-pull-5,
  #jsxc-video-dialog .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .jsxc-dialog .col-md-pull-6,
  #jsxc-video-dialog .col-md-pull-6 {
    right: 50%;
  }
  .jsxc-dialog .col-md-pull-7,
  #jsxc-video-dialog .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .jsxc-dialog .col-md-pull-8,
  #jsxc-video-dialog .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .jsxc-dialog .col-md-pull-9,
  #jsxc-video-dialog .col-md-pull-9 {
    right: 75%;
  }
  .jsxc-dialog .col-md-pull-10,
  #jsxc-video-dialog .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .jsxc-dialog .col-md-pull-11,
  #jsxc-video-dialog .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .jsxc-dialog .col-md-pull-12,
  #jsxc-video-dialog .col-md-pull-12 {
    right: 100%;
  }
  .jsxc-dialog .col-md-push-0,
  #jsxc-video-dialog .col-md-push-0 {
    left: auto;
  }
  .jsxc-dialog .col-md-push-1,
  #jsxc-video-dialog .col-md-push-1 {
    left: 8.3333333333%;
  }
  .jsxc-dialog .col-md-push-2,
  #jsxc-video-dialog .col-md-push-2 {
    left: 16.6666666667%;
  }
  .jsxc-dialog .col-md-push-3,
  #jsxc-video-dialog .col-md-push-3 {
    left: 25%;
  }
  .jsxc-dialog .col-md-push-4,
  #jsxc-video-dialog .col-md-push-4 {
    left: 33.3333333333%;
  }
  .jsxc-dialog .col-md-push-5,
  #jsxc-video-dialog .col-md-push-5 {
    left: 41.6666666667%;
  }
  .jsxc-dialog .col-md-push-6,
  #jsxc-video-dialog .col-md-push-6 {
    left: 50%;
  }
  .jsxc-dialog .col-md-push-7,
  #jsxc-video-dialog .col-md-push-7 {
    left: 58.3333333333%;
  }
  .jsxc-dialog .col-md-push-8,
  #jsxc-video-dialog .col-md-push-8 {
    left: 66.6666666667%;
  }
  .jsxc-dialog .col-md-push-9,
  #jsxc-video-dialog .col-md-push-9 {
    left: 75%;
  }
  .jsxc-dialog .col-md-push-10,
  #jsxc-video-dialog .col-md-push-10 {
    left: 83.3333333333%;
  }
  .jsxc-dialog .col-md-push-11,
  #jsxc-video-dialog .col-md-push-11 {
    left: 91.6666666667%;
  }
  .jsxc-dialog .col-md-push-12,
  #jsxc-video-dialog .col-md-push-12 {
    left: 100%;
  }
  .jsxc-dialog .col-md-offset-0,
  #jsxc-video-dialog .col-md-offset-0 {
    margin-left: 0%;
  }
  .jsxc-dialog .col-md-offset-1,
  #jsxc-video-dialog .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .jsxc-dialog .col-md-offset-2,
  #jsxc-video-dialog .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .jsxc-dialog .col-md-offset-3,
  #jsxc-video-dialog .col-md-offset-3 {
    margin-left: 25%;
  }
  .jsxc-dialog .col-md-offset-4,
  #jsxc-video-dialog .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .jsxc-dialog .col-md-offset-5,
  #jsxc-video-dialog .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .jsxc-dialog .col-md-offset-6,
  #jsxc-video-dialog .col-md-offset-6 {
    margin-left: 50%;
  }
  .jsxc-dialog .col-md-offset-7,
  #jsxc-video-dialog .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .jsxc-dialog .col-md-offset-8,
  #jsxc-video-dialog .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .jsxc-dialog .col-md-offset-9,
  #jsxc-video-dialog .col-md-offset-9 {
    margin-left: 75%;
  }
  .jsxc-dialog .col-md-offset-10,
  #jsxc-video-dialog .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .jsxc-dialog .col-md-offset-11,
  #jsxc-video-dialog .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .jsxc-dialog .col-md-offset-12,
  #jsxc-video-dialog .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .jsxc-dialog .col-lg-1,
  .jsxc-dialog .col-lg-2,
  .jsxc-dialog .col-lg-3,
  .jsxc-dialog .col-lg-4,
  .jsxc-dialog .col-lg-5,
  .jsxc-dialog .col-lg-6,
  .jsxc-dialog .col-lg-7,
  .jsxc-dialog .col-lg-8,
  .jsxc-dialog .col-lg-9,
  .jsxc-dialog .col-lg-10,
  .jsxc-dialog .col-lg-11,
  .jsxc-dialog .col-lg-12,
  #jsxc-video-dialog .col-lg-1,
  #jsxc-video-dialog .col-lg-2,
  #jsxc-video-dialog .col-lg-3,
  #jsxc-video-dialog .col-lg-4,
  #jsxc-video-dialog .col-lg-5,
  #jsxc-video-dialog .col-lg-6,
  #jsxc-video-dialog .col-lg-7,
  #jsxc-video-dialog .col-lg-8,
  #jsxc-video-dialog .col-lg-9,
  #jsxc-video-dialog .col-lg-10,
  #jsxc-video-dialog .col-lg-11,
  #jsxc-video-dialog .col-lg-12 {
    float: left;
  }
  .jsxc-dialog .col-lg-1,
  #jsxc-video-dialog .col-lg-1 {
    width: 8.3333333333%;
  }
  .jsxc-dialog .col-lg-2,
  #jsxc-video-dialog .col-lg-2 {
    width: 16.6666666667%;
  }
  .jsxc-dialog .col-lg-3,
  #jsxc-video-dialog .col-lg-3 {
    width: 25%;
  }
  .jsxc-dialog .col-lg-4,
  #jsxc-video-dialog .col-lg-4 {
    width: 33.3333333333%;
  }
  .jsxc-dialog .col-lg-5,
  #jsxc-video-dialog .col-lg-5 {
    width: 41.6666666667%;
  }
  .jsxc-dialog .col-lg-6,
  #jsxc-video-dialog .col-lg-6 {
    width: 50%;
  }
  .jsxc-dialog .col-lg-7,
  #jsxc-video-dialog .col-lg-7 {
    width: 58.3333333333%;
  }
  .jsxc-dialog .col-lg-8,
  #jsxc-video-dialog .col-lg-8 {
    width: 66.6666666667%;
  }
  .jsxc-dialog .col-lg-9,
  #jsxc-video-dialog .col-lg-9 {
    width: 75%;
  }
  .jsxc-dialog .col-lg-10,
  #jsxc-video-dialog .col-lg-10 {
    width: 83.3333333333%;
  }
  .jsxc-dialog .col-lg-11,
  #jsxc-video-dialog .col-lg-11 {
    width: 91.6666666667%;
  }
  .jsxc-dialog .col-lg-12,
  #jsxc-video-dialog .col-lg-12 {
    width: 100%;
  }
  .jsxc-dialog .col-lg-pull-0,
  #jsxc-video-dialog .col-lg-pull-0 {
    right: auto;
  }
  .jsxc-dialog .col-lg-pull-1,
  #jsxc-video-dialog .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .jsxc-dialog .col-lg-pull-2,
  #jsxc-video-dialog .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .jsxc-dialog .col-lg-pull-3,
  #jsxc-video-dialog .col-lg-pull-3 {
    right: 25%;
  }
  .jsxc-dialog .col-lg-pull-4,
  #jsxc-video-dialog .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .jsxc-dialog .col-lg-pull-5,
  #jsxc-video-dialog .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .jsxc-dialog .col-lg-pull-6,
  #jsxc-video-dialog .col-lg-pull-6 {
    right: 50%;
  }
  .jsxc-dialog .col-lg-pull-7,
  #jsxc-video-dialog .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .jsxc-dialog .col-lg-pull-8,
  #jsxc-video-dialog .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .jsxc-dialog .col-lg-pull-9,
  #jsxc-video-dialog .col-lg-pull-9 {
    right: 75%;
  }
  .jsxc-dialog .col-lg-pull-10,
  #jsxc-video-dialog .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .jsxc-dialog .col-lg-pull-11,
  #jsxc-video-dialog .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .jsxc-dialog .col-lg-pull-12,
  #jsxc-video-dialog .col-lg-pull-12 {
    right: 100%;
  }
  .jsxc-dialog .col-lg-push-0,
  #jsxc-video-dialog .col-lg-push-0 {
    left: auto;
  }
  .jsxc-dialog .col-lg-push-1,
  #jsxc-video-dialog .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .jsxc-dialog .col-lg-push-2,
  #jsxc-video-dialog .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .jsxc-dialog .col-lg-push-3,
  #jsxc-video-dialog .col-lg-push-3 {
    left: 25%;
  }
  .jsxc-dialog .col-lg-push-4,
  #jsxc-video-dialog .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .jsxc-dialog .col-lg-push-5,
  #jsxc-video-dialog .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .jsxc-dialog .col-lg-push-6,
  #jsxc-video-dialog .col-lg-push-6 {
    left: 50%;
  }
  .jsxc-dialog .col-lg-push-7,
  #jsxc-video-dialog .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .jsxc-dialog .col-lg-push-8,
  #jsxc-video-dialog .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .jsxc-dialog .col-lg-push-9,
  #jsxc-video-dialog .col-lg-push-9 {
    left: 75%;
  }
  .jsxc-dialog .col-lg-push-10,
  #jsxc-video-dialog .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .jsxc-dialog .col-lg-push-11,
  #jsxc-video-dialog .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .jsxc-dialog .col-lg-push-12,
  #jsxc-video-dialog .col-lg-push-12 {
    left: 100%;
  }
  .jsxc-dialog .col-lg-offset-0,
  #jsxc-video-dialog .col-lg-offset-0 {
    margin-left: 0%;
  }
  .jsxc-dialog .col-lg-offset-1,
  #jsxc-video-dialog .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .jsxc-dialog .col-lg-offset-2,
  #jsxc-video-dialog .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .jsxc-dialog .col-lg-offset-3,
  #jsxc-video-dialog .col-lg-offset-3 {
    margin-left: 25%;
  }
  .jsxc-dialog .col-lg-offset-4,
  #jsxc-video-dialog .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .jsxc-dialog .col-lg-offset-5,
  #jsxc-video-dialog .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .jsxc-dialog .col-lg-offset-6,
  #jsxc-video-dialog .col-lg-offset-6 {
    margin-left: 50%;
  }
  .jsxc-dialog .col-lg-offset-7,
  #jsxc-video-dialog .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .jsxc-dialog .col-lg-offset-8,
  #jsxc-video-dialog .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .jsxc-dialog .col-lg-offset-9,
  #jsxc-video-dialog .col-lg-offset-9 {
    margin-left: 75%;
  }
  .jsxc-dialog .col-lg-offset-10,
  #jsxc-video-dialog .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .jsxc-dialog .col-lg-offset-11,
  #jsxc-video-dialog .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .jsxc-dialog .col-lg-offset-12,
  #jsxc-video-dialog .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.jsxc-dialog .alert,
#jsxc-video-dialog .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.jsxc-dialog .alert h4,
#jsxc-video-dialog .alert h4 {
  margin-top: 0;
  color: inherit;
}
.jsxc-dialog .alert .alert-link,
#jsxc-video-dialog .alert .alert-link {
  font-weight: bold;
}
.jsxc-dialog .alert > p,
.jsxc-dialog .alert > ul,
#jsxc-video-dialog .alert > p,
#jsxc-video-dialog .alert > ul {
  margin-bottom: 0;
}
.jsxc-dialog .alert > p + p,
#jsxc-video-dialog .alert > p + p {
  margin-top: 5px;
}
.jsxc-dialog .alert-dismissable,
.jsxc-dialog .alert-dismissible,
#jsxc-video-dialog .alert-dismissable,
#jsxc-video-dialog .alert-dismissible {
  padding-right: 35px;
}
.jsxc-dialog .alert-dismissable .close,
.jsxc-dialog .alert-dismissible .close,
#jsxc-video-dialog .alert-dismissable .close,
#jsxc-video-dialog .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.jsxc-dialog .alert-success,
#jsxc-video-dialog .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.jsxc-dialog .alert-success hr,
#jsxc-video-dialog .alert-success hr {
  border-top-color: #c9e2b3;
}
.jsxc-dialog .alert-success .alert-link,
#jsxc-video-dialog .alert-success .alert-link {
  color: #2b542c;
}
.jsxc-dialog .alert-info,
#jsxc-video-dialog .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.jsxc-dialog .alert-info hr,
#jsxc-video-dialog .alert-info hr {
  border-top-color: #a6e1ec;
}
.jsxc-dialog .alert-info .alert-link,
#jsxc-video-dialog .alert-info .alert-link {
  color: #245269;
}
.jsxc-dialog .alert-warning,
#jsxc-video-dialog .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.jsxc-dialog .alert-warning hr,
#jsxc-video-dialog .alert-warning hr {
  border-top-color: #f7e1b5;
}
.jsxc-dialog .alert-warning .alert-link,
#jsxc-video-dialog .alert-warning .alert-link {
  color: #66512c;
}
.jsxc-dialog .alert-danger,
#jsxc-video-dialog .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.jsxc-dialog .alert-danger hr,
#jsxc-video-dialog .alert-danger hr {
  border-top-color: #e4b9c0;
}
.jsxc-dialog .alert-danger .alert-link,
#jsxc-video-dialog .alert-danger .alert-link {
  color: #843534;
}
.jsxc-dialog fieldset,
#jsxc-video-dialog fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.jsxc-dialog legend,
#jsxc-video-dialog legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.jsxc-dialog label,
#jsxc-video-dialog label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.jsxc-dialog input[type="search"],
#jsxc-video-dialog input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.jsxc-dialog input[type="radio"],
.jsxc-dialog input[type="checkbox"],
#jsxc-video-dialog input[type="radio"],
#jsxc-video-dialog input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.jsxc-dialog input[type="radio"][disabled],
.jsxc-dialog input[type="radio"].disabled,
fieldset[disabled] .jsxc-dialog input[type="radio"],
.jsxc-dialog input[type="checkbox"][disabled],
.jsxc-dialog input[type="checkbox"].disabled,
fieldset[disabled] .jsxc-dialog input[type="checkbox"],
#jsxc-video-dialog input[type="radio"][disabled],
#jsxc-video-dialog input[type="radio"].disabled,
fieldset[disabled] #jsxc-video-dialog input[type="radio"],
#jsxc-video-dialog input[type="checkbox"][disabled],
#jsxc-video-dialog input[type="checkbox"].disabled,
fieldset[disabled] #jsxc-video-dialog input[type="checkbox"] {
  cursor: not-allowed;
}
.jsxc-dialog input[type="file"],
#jsxc-video-dialog input[type="file"] {
  display: block;
}
.jsxc-dialog input[type="range"],
#jsxc-video-dialog input[type="range"] {
  display: block;
  width: 100%;
}
.jsxc-dialog select[multiple],
.jsxc-dialog select[size],
#jsxc-video-dialog select[multiple],
#jsxc-video-dialog select[size] {
  height: auto;
}
.jsxc-dialog input[type="file"]:focus,
.jsxc-dialog input[type="radio"]:focus,
.jsxc-dialog input[type="checkbox"]:focus,
#jsxc-video-dialog input[type="file"]:focus,
#jsxc-video-dialog input[type="radio"]:focus,
#jsxc-video-dialog input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.jsxc-dialog output,
#jsxc-video-dialog output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: var(--jsxc-color-main-text);
}
.jsxc-dialog .form-control,
#jsxc-video-dialog .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: var(--jsxc-color-main-text);
  background-color: var(--jsxc-color-background-main);
  background-image: none;
  border: 1px solid var(--jsxc-color-border);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.jsxc-dialog .form-control:focus,
#jsxc-video-dialog .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.jsxc-dialog .form-control::-moz-placeholder,
#jsxc-video-dialog .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.jsxc-dialog .form-control:-ms-input-placeholder,
#jsxc-video-dialog .form-control:-ms-input-placeholder {
  color: #999;
}
.jsxc-dialog .form-control::-webkit-input-placeholder,
#jsxc-video-dialog .form-control::-webkit-input-placeholder {
  color: #999;
}
.jsxc-dialog .form-control::-ms-expand,
#jsxc-video-dialog .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.jsxc-dialog .form-control[disabled],
.jsxc-dialog .form-control[readonly],
fieldset[disabled] .jsxc-dialog .form-control,
#jsxc-video-dialog .form-control[disabled],
#jsxc-video-dialog .form-control[readonly],
fieldset[disabled] #jsxc-video-dialog .form-control {
  background-color: var(--jsxc-color-background-darker);
  opacity: 1;
}
.jsxc-dialog .form-control[disabled],
fieldset[disabled] .jsxc-dialog .form-control,
#jsxc-video-dialog .form-control[disabled],
fieldset[disabled] #jsxc-video-dialog .form-control {
  cursor: not-allowed;
}
.jsxc-dialog textarea.form-control,
#jsxc-video-dialog textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .jsxc-dialog input[type="date"].form-control,
  .jsxc-dialog input[type="time"].form-control,
  .jsxc-dialog input[type="datetime-local"].form-control,
  .jsxc-dialog input[type="month"].form-control,
  #jsxc-video-dialog input[type="date"].form-control,
  #jsxc-video-dialog input[type="time"].form-control,
  #jsxc-video-dialog input[type="datetime-local"].form-control,
  #jsxc-video-dialog input[type="month"].form-control {
    line-height: 34px;
  }
  .jsxc-dialog input[type="date"].input-sm,
  .input-group-sm .jsxc-dialog input[type="date"],
  .jsxc-dialog input[type="time"].input-sm,
  .input-group-sm .jsxc-dialog input[type="time"],
  .jsxc-dialog input[type="datetime-local"].input-sm,
  .input-group-sm .jsxc-dialog input[type="datetime-local"],
  .jsxc-dialog input[type="month"].input-sm,
  .input-group-sm .jsxc-dialog input[type="month"],
  #jsxc-video-dialog input[type="date"].input-sm,
  .input-group-sm #jsxc-video-dialog input[type="date"],
  #jsxc-video-dialog input[type="time"].input-sm,
  .input-group-sm #jsxc-video-dialog input[type="time"],
  #jsxc-video-dialog input[type="datetime-local"].input-sm,
  .input-group-sm #jsxc-video-dialog input[type="datetime-local"],
  #jsxc-video-dialog input[type="month"].input-sm,
  .input-group-sm #jsxc-video-dialog input[type="month"] {
    line-height: 30px;
  }
  .jsxc-dialog input[type="date"].input-lg,
  .input-group-lg .jsxc-dialog input[type="date"],
  .jsxc-dialog input[type="time"].input-lg,
  .input-group-lg .jsxc-dialog input[type="time"],
  .jsxc-dialog input[type="datetime-local"].input-lg,
  .input-group-lg .jsxc-dialog input[type="datetime-local"],
  .jsxc-dialog input[type="month"].input-lg,
  .input-group-lg .jsxc-dialog input[type="month"],
  #jsxc-video-dialog input[type="date"].input-lg,
  .input-group-lg #jsxc-video-dialog input[type="date"],
  #jsxc-video-dialog input[type="time"].input-lg,
  .input-group-lg #jsxc-video-dialog input[type="time"],
  #jsxc-video-dialog input[type="datetime-local"].input-lg,
  .input-group-lg #jsxc-video-dialog input[type="datetime-local"],
  #jsxc-video-dialog input[type="month"].input-lg,
  .input-group-lg #jsxc-video-dialog input[type="month"] {
    line-height: 46px;
  }
}
.jsxc-dialog .form-group,
#jsxc-video-dialog .form-group {
  margin-bottom: 15px;
}
.jsxc-dialog .radio,
.jsxc-dialog .checkbox,
#jsxc-video-dialog .radio,
#jsxc-video-dialog .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.jsxc-dialog .radio.disabled label,
fieldset[disabled] .jsxc-dialog .radio label,
.jsxc-dialog .checkbox.disabled label,
fieldset[disabled] .jsxc-dialog .checkbox label,
#jsxc-video-dialog .radio.disabled label,
fieldset[disabled] #jsxc-video-dialog .radio label,
#jsxc-video-dialog .checkbox.disabled label,
fieldset[disabled] #jsxc-video-dialog .checkbox label {
  cursor: not-allowed;
}
.jsxc-dialog .radio label,
.jsxc-dialog .checkbox label,
#jsxc-video-dialog .radio label,
#jsxc-video-dialog .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.jsxc-dialog .radio input[type="radio"],
.jsxc-dialog .radio-inline input[type="radio"],
.jsxc-dialog .checkbox input[type="checkbox"],
.jsxc-dialog .checkbox-inline input[type="checkbox"],
#jsxc-video-dialog .radio input[type="radio"],
#jsxc-video-dialog .radio-inline input[type="radio"],
#jsxc-video-dialog .checkbox input[type="checkbox"],
#jsxc-video-dialog .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.jsxc-dialog .radio + .radio,
.jsxc-dialog .checkbox + .checkbox,
#jsxc-video-dialog .radio + .radio,
#jsxc-video-dialog .checkbox + .checkbox {
  margin-top: -5px;
}
.jsxc-dialog .radio-inline,
.jsxc-dialog .checkbox-inline,
#jsxc-video-dialog .radio-inline,
#jsxc-video-dialog .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.jsxc-dialog .radio-inline.disabled,
fieldset[disabled] .jsxc-dialog .radio-inline,
.jsxc-dialog .checkbox-inline.disabled,
fieldset[disabled] .jsxc-dialog .checkbox-inline,
#jsxc-video-dialog .radio-inline.disabled,
fieldset[disabled] #jsxc-video-dialog .radio-inline,
#jsxc-video-dialog .checkbox-inline.disabled,
fieldset[disabled] #jsxc-video-dialog .checkbox-inline {
  cursor: not-allowed;
}
.jsxc-dialog .radio-inline + .radio-inline,
.jsxc-dialog .checkbox-inline + .checkbox-inline,
#jsxc-video-dialog .radio-inline + .radio-inline,
#jsxc-video-dialog .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.jsxc-dialog .form-control-static,
#jsxc-video-dialog .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.jsxc-dialog .form-control-static.input-lg,
.jsxc-dialog .form-control-static.input-sm,
#jsxc-video-dialog .form-control-static.input-lg,
#jsxc-video-dialog .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.jsxc-dialog .input-sm,
#jsxc-video-dialog .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.jsxc-dialog select.input-sm,
#jsxc-video-dialog select.input-sm {
  height: 30px;
  line-height: 30px;
}
.jsxc-dialog textarea.input-sm,
.jsxc-dialog select[multiple].input-sm,
#jsxc-video-dialog textarea.input-sm,
#jsxc-video-dialog select[multiple].input-sm {
  height: auto;
}
.jsxc-dialog .form-group-sm .form-control,
#jsxc-video-dialog .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.jsxc-dialog .form-group-sm select.form-control,
#jsxc-video-dialog .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.jsxc-dialog .form-group-sm textarea.form-control,
.jsxc-dialog .form-group-sm select[multiple].form-control,
#jsxc-video-dialog .form-group-sm textarea.form-control,
#jsxc-video-dialog .form-group-sm select[multiple].form-control {
  height: auto;
}
.jsxc-dialog .form-group-sm .form-control-static,
#jsxc-video-dialog .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.jsxc-dialog .input-lg,
#jsxc-video-dialog .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.jsxc-dialog select.input-lg,
#jsxc-video-dialog select.input-lg {
  height: 46px;
  line-height: 46px;
}
.jsxc-dialog textarea.input-lg,
.jsxc-dialog select[multiple].input-lg,
#jsxc-video-dialog textarea.input-lg,
#jsxc-video-dialog select[multiple].input-lg {
  height: auto;
}
.jsxc-dialog .form-group-lg .form-control,
#jsxc-video-dialog .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.jsxc-dialog .form-group-lg select.form-control,
#jsxc-video-dialog .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.jsxc-dialog .form-group-lg textarea.form-control,
.jsxc-dialog .form-group-lg select[multiple].form-control,
#jsxc-video-dialog .form-group-lg textarea.form-control,
#jsxc-video-dialog .form-group-lg select[multiple].form-control {
  height: auto;
}
.jsxc-dialog .form-group-lg .form-control-static,
#jsxc-video-dialog .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.jsxc-dialog .has-feedback,
#jsxc-video-dialog .has-feedback {
  position: relative;
}
.jsxc-dialog .has-feedback .form-control,
#jsxc-video-dialog .has-feedback .form-control {
  padding-right: 42.5px;
}
.jsxc-dialog .form-control-feedback,
#jsxc-video-dialog .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.jsxc-dialog .input-lg + .form-control-feedback,
.jsxc-dialog .input-group-lg + .form-control-feedback,
.jsxc-dialog .form-group-lg .form-control + .form-control-feedback,
#jsxc-video-dialog .input-lg + .form-control-feedback,
#jsxc-video-dialog .input-group-lg + .form-control-feedback,
#jsxc-video-dialog .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.jsxc-dialog .input-sm + .form-control-feedback,
.jsxc-dialog .input-group-sm + .form-control-feedback,
.jsxc-dialog .form-group-sm .form-control + .form-control-feedback,
#jsxc-video-dialog .input-sm + .form-control-feedback,
#jsxc-video-dialog .input-group-sm + .form-control-feedback,
#jsxc-video-dialog .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.jsxc-dialog .has-success .help-block,
.jsxc-dialog .has-success .control-label,
.jsxc-dialog .has-success .radio,
.jsxc-dialog .has-success .checkbox,
.jsxc-dialog .has-success .radio-inline,
.jsxc-dialog .has-success .checkbox-inline,
.jsxc-dialog .has-success.radio label,
.jsxc-dialog .has-success.checkbox label,
.jsxc-dialog .has-success.radio-inline label,
.jsxc-dialog .has-success.checkbox-inline label,
#jsxc-video-dialog .has-success .help-block,
#jsxc-video-dialog .has-success .control-label,
#jsxc-video-dialog .has-success .radio,
#jsxc-video-dialog .has-success .checkbox,
#jsxc-video-dialog .has-success .radio-inline,
#jsxc-video-dialog .has-success .checkbox-inline,
#jsxc-video-dialog .has-success.radio label,
#jsxc-video-dialog .has-success.checkbox label,
#jsxc-video-dialog .has-success.radio-inline label,
#jsxc-video-dialog .has-success.checkbox-inline label {
  color: #3c763d;
}
.jsxc-dialog .has-success .form-control,
#jsxc-video-dialog .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.jsxc-dialog .has-success .form-control:focus,
#jsxc-video-dialog .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.jsxc-dialog .has-success .input-group-addon,
#jsxc-video-dialog .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.jsxc-dialog .has-success .form-control-feedback,
#jsxc-video-dialog .has-success .form-control-feedback {
  color: #3c763d;
}
.jsxc-dialog .has-warning .help-block,
.jsxc-dialog .has-warning .control-label,
.jsxc-dialog .has-warning .radio,
.jsxc-dialog .has-warning .checkbox,
.jsxc-dialog .has-warning .radio-inline,
.jsxc-dialog .has-warning .checkbox-inline,
.jsxc-dialog .has-warning.radio label,
.jsxc-dialog .has-warning.checkbox label,
.jsxc-dialog .has-warning.radio-inline label,
.jsxc-dialog .has-warning.checkbox-inline label,
#jsxc-video-dialog .has-warning .help-block,
#jsxc-video-dialog .has-warning .control-label,
#jsxc-video-dialog .has-warning .radio,
#jsxc-video-dialog .has-warning .checkbox,
#jsxc-video-dialog .has-warning .radio-inline,
#jsxc-video-dialog .has-warning .checkbox-inline,
#jsxc-video-dialog .has-warning.radio label,
#jsxc-video-dialog .has-warning.checkbox label,
#jsxc-video-dialog .has-warning.radio-inline label,
#jsxc-video-dialog .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.jsxc-dialog .has-warning .form-control,
#jsxc-video-dialog .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.jsxc-dialog .has-warning .form-control:focus,
#jsxc-video-dialog .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.jsxc-dialog .has-warning .input-group-addon,
#jsxc-video-dialog .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.jsxc-dialog .has-warning .form-control-feedback,
#jsxc-video-dialog .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.jsxc-dialog .has-error .help-block,
.jsxc-dialog .has-error .control-label,
.jsxc-dialog .has-error .radio,
.jsxc-dialog .has-error .checkbox,
.jsxc-dialog .has-error .radio-inline,
.jsxc-dialog .has-error .checkbox-inline,
.jsxc-dialog .has-error.radio label,
.jsxc-dialog .has-error.checkbox label,
.jsxc-dialog .has-error.radio-inline label,
.jsxc-dialog .has-error.checkbox-inline label,
#jsxc-video-dialog .has-error .help-block,
#jsxc-video-dialog .has-error .control-label,
#jsxc-video-dialog .has-error .radio,
#jsxc-video-dialog .has-error .checkbox,
#jsxc-video-dialog .has-error .radio-inline,
#jsxc-video-dialog .has-error .checkbox-inline,
#jsxc-video-dialog .has-error.radio label,
#jsxc-video-dialog .has-error.checkbox label,
#jsxc-video-dialog .has-error.radio-inline label,
#jsxc-video-dialog .has-error.checkbox-inline label {
  color: #a94442;
}
.jsxc-dialog .has-error .form-control,
#jsxc-video-dialog .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.jsxc-dialog .has-error .form-control:focus,
#jsxc-video-dialog .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.jsxc-dialog .has-error .input-group-addon,
#jsxc-video-dialog .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.jsxc-dialog .has-error .form-control-feedback,
#jsxc-video-dialog .has-error .form-control-feedback {
  color: #a94442;
}
.jsxc-dialog .has-feedback label ~ .form-control-feedback,
#jsxc-video-dialog .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.jsxc-dialog .has-feedback label.sr-only ~ .form-control-feedback,
#jsxc-video-dialog .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.jsxc-dialog .help-block,
#jsxc-video-dialog .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .jsxc-dialog .form-inline .form-group,
  #jsxc-video-dialog .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jsxc-dialog .form-inline .form-control,
  #jsxc-video-dialog .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .jsxc-dialog .form-inline .form-control-static,
  #jsxc-video-dialog .form-inline .form-control-static {
    display: inline-block;
  }
  .jsxc-dialog .form-inline .input-group,
  #jsxc-video-dialog .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .jsxc-dialog .form-inline .input-group .input-group-addon,
  .jsxc-dialog .form-inline .input-group .input-group-btn,
  .jsxc-dialog .form-inline .input-group .form-control,
  #jsxc-video-dialog .form-inline .input-group .input-group-addon,
  #jsxc-video-dialog .form-inline .input-group .input-group-btn,
  #jsxc-video-dialog .form-inline .input-group .form-control {
    width: auto;
  }
  .jsxc-dialog .form-inline .input-group > .form-control,
  #jsxc-video-dialog .form-inline .input-group > .form-control {
    width: 100%;
  }
  .jsxc-dialog .form-inline .control-label,
  #jsxc-video-dialog .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jsxc-dialog .form-inline .radio,
  .jsxc-dialog .form-inline .checkbox,
  #jsxc-video-dialog .form-inline .radio,
  #jsxc-video-dialog .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .jsxc-dialog .form-inline .radio label,
  .jsxc-dialog .form-inline .checkbox label,
  #jsxc-video-dialog .form-inline .radio label,
  #jsxc-video-dialog .form-inline .checkbox label {
    padding-left: 0;
  }
  .jsxc-dialog .form-inline .radio input[type="radio"],
  .jsxc-dialog .form-inline .checkbox input[type="checkbox"],
  #jsxc-video-dialog .form-inline .radio input[type="radio"],
  #jsxc-video-dialog .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .jsxc-dialog .form-inline .has-feedback .form-control-feedback,
  #jsxc-video-dialog .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.jsxc-dialog .form-horizontal .radio,
.jsxc-dialog .form-horizontal .checkbox,
.jsxc-dialog .form-horizontal .radio-inline,
.jsxc-dialog .form-horizontal .checkbox-inline,
#jsxc-video-dialog .form-horizontal .radio,
#jsxc-video-dialog .form-horizontal .checkbox,
#jsxc-video-dialog .form-horizontal .radio-inline,
#jsxc-video-dialog .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.jsxc-dialog .form-horizontal .radio,
.jsxc-dialog .form-horizontal .checkbox,
#jsxc-video-dialog .form-horizontal .radio,
#jsxc-video-dialog .form-horizontal .checkbox {
  min-height: 27px;
}
.jsxc-dialog .form-horizontal .form-group,
#jsxc-video-dialog .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.jsxc-dialog .form-horizontal .form-group:before,
.jsxc-dialog .form-horizontal .form-group:after,
#jsxc-video-dialog .form-horizontal .form-group:before,
#jsxc-video-dialog .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.jsxc-dialog .form-horizontal .form-group:after,
#jsxc-video-dialog .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .jsxc-dialog .form-horizontal .control-label,
  #jsxc-video-dialog .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.jsxc-dialog .form-horizontal .has-feedback .form-control-feedback,
#jsxc-video-dialog .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .jsxc-dialog .form-horizontal .form-group-lg .control-label,
  #jsxc-video-dialog .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .jsxc-dialog .form-horizontal .form-group-sm .control-label,
  #jsxc-video-dialog .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.jsxc-dialog .progress,
#jsxc-video-dialog .progress {
  margin-bottom: 0;
}
.jsxc-dialog .progress .progress-bar,
#jsxc-video-dialog .progress .progress-bar {
  width: 100%;
}
.jsxc-dialog .mfp-close,
#jsxc-video-dialog .mfp-close {
  font-size: 23px;
}
.mfp-bg {
  background-color: #fff;
  opacity: 1;
  z-index: 9000;
}
.mfp-wrap {
  z-index: 9010;
}
.mfp-content {
  text-align: center;
}
#cboxWrapper {
  outline: none;
}
.jsxc-avatar {
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  color: #b3b3b3;
  float: left;
  font-family: inherit;
  font-size: 30px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  width: 36px;
}
.jsxc-avatar img {
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.jsxc-avatar::before {
  border: 2px solid var(--jsxc-color-background-dark);
  left: -6px;
  position: absolute;
  top: -2px;
}
.jsxc-avatar--loading::after {
  animation: jsxc-rotate 1s infinite;
  border: 10px solid rgba(255, 255, 255, 0.7);
  border-left-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border-right-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.jsxc-button {
  background-image: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0 2px;
  min-width: 25px;
  padding: 6px 12px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.jsxc-button--block {
  display: block;
  width: 100%;
}
.jsxc-button--default {
  background-color: var(--jsxc-color-background-dark);
  border-color: var(--jsxc-color-background-darker);
  color: var(--jsxc-color-main-text);
  opacity: 0.8;
}
.jsxc-button--default:hover {
  opacity: 1;
}
.jsxc-button--primary {
  background-color: var(--jsxc-color-primary);
  border-color: var(--jsxc-color-primary-light);
  color: var(--jsxc-color-primary-text);
  opacity: 0.8;
}
.jsxc-button--primary:hover {
  opacity: 1;
}
.jsxc-button--success {
  background-color: #6bad50;
  border-color: #487735;
  color: #fff;
}
.jsxc-button--success:hover {
  background-color: #5a9443;
}
.jsxc-button[disabled],
.jsxc-button[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.6;
}
.jsxc-bar {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 52px;
  padding: 0 3px;
  position: relative;
  width: 100%;
}
.jsxc-bar__action-entry {
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  float: left;
  height: 40px;
  line-height: 40px;
  min-width: 25px;
  opacity: 0.4;
  text-align: center;
}
.jsxc-bar__action-entry.jsxc-menu {
  opacity: 1;
}
.jsxc-bar__action-entry.jsxc-disabled {
  cursor: default !important;
  opacity: 0.3;
}
.jsxc-minimized .jsxc-bar__action-entry {
  display: none;
}
.jsxc-bar__caption {
  box-sizing: border-box;
  min-width: 0;
}
.jsxc-bar__caption * {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}
.jsxc-bar__caption__secondary {
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jsxc-bar__caption__secondary .jsxc-emoticon {
  vertical-align: middle;
}
.jsxc-bar__tags {
  float: left;
  line-height: 0;
  padding-top: 2px;
}
button.jsxc-bar__tag {
  background-color: #bbb;
  border: 0;
  border-radius: 0;
  color: var(--jsxc-color-primary-text);
  display: inline-block;
  font-size: 8px;
  height: 12px;
  line-height: 12px;
  margin-right: 1px;
  max-width: 12px;
  min-height: auto;
  overflow: hidden;
  padding: 0 0.5em;
  text-indent: 999px;
  text-overflow: clip;
  transition: max-width 0.5s;
  white-space: nowrap;
  width: 12px;
}
button.jsxc-bar__tag:hover {
  max-width: 999px;
  text-indent: unset;
  width: auto;
}
.jsxc-bar--has-unread-msg .jsxc-bar__caption {
  font-weight: bold;
}
.jsxc-bar--has-unread-msg .jsxc-bar__caption__secondary {
  font-style: italic;
}
.jsxc-bar--has-unread-msg .jsxc-bar__caption__secondary::before {
  background-color: var(--jsxc-color-warning);
  border-radius: 50%;
  color: var(--jsxc-color-main-text);
  content: "";
  display: inline-block;
  height: 0.8em;
  line-height: 100%;
  margin-right: 0.2em;
  text-align: center;
  width: 0.8em;
}
.jsxc-bar--window {
  background-color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #000000;
    max-width: 100%;
    transition: background-color 0.3s;
    width: 250px;
}
.jsxc-normal .jsxc-bar--window:hover {
  color: var(--jsxc-color-primary-text-dark);
}
.jsxc-minimized .jsxc-bar--window {
  background-color: var(--jsxc-color-background-dark);
  border: 1px solid var(--jsxc-color-background-darker);
  border-bottom: 0;
  color: var(--jsxc-color-main-text);
}
.jsxc-highlight .jsxc-bar--window {
  background-color: var(--jsxc-color-warning);
}
.jsxc-exstatus-textarea {
  resize: none;
  width: 100%;
}
.jsxc-dialog-wrapper {
  background-color: var(--jsxc-color-main-background-translucent);
  bottom: 0;
  display: flex;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.jsxc-memberlist-textarea,
.jsxc-blocklist-textarea {
  background-color: var(--jsxc-color-background-main);
  color: var(--jsxc-color-main-text);
  margin-left: 15px;
  min-height: 300px !important;
  min-width: 500px !important;
  padding: 5px !important;
  width: 100% !important;
}
.jsxc-dialog {
  background: var(--jsxc-color-main-background);
  border: 1px solid var(--jsxc-color-background-darker);
  color: var(--jsxc-color-main-text);
  display: inline-block;
  margin: auto;
  max-width: 100%;
  position: relative;
  text-align: left;
  width: auto;
}
.jsxc-dialog__content {
  min-width: 320px;
  padding: 4vh 4vw;
}
.jsxc-dialog ul {
  list-style: none;
}
.jsxc-dialog li > ul {
  padding-left: 1em;
}
.jsxc-dialog ul,
.jsxc-dialog li {
  margin: 0;
  padding: 0;
}
.jsxc-dialog p {
  margin-bottom: 1em;
}
.jsxc-dialog p input {
  margin-bottom: 5px;
  outline: none;
  width: 60%;
}
.jsxc-dialog p input[type="submit"] {
  width: auto;
}
.jsxc-dialog table {
  margin-bottom: 1em;
}
.jsxc-dialog hr {
  border: 0;
  border-top: 1px solid var(--jsxc-color-background-darker);
  margin-bottom: 3em;
  margin-top: 3em;
}
.jsxc-dialog h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 3em;
}
.jsxc-dialog .jsxc-right {
  margin-top: 20px;
}
.jsxc-dialog legend {
  border: 0;
  font-size: 20px;
}
.jsxc-dialog input {
  border-radius: 0;
  outline: none;
}
.jsxc-dialog input:invalid {
  border: 1px solid var(--jsxc-color-error);
}
.jsxc-dialog .jsxc-button-group button {
  margin-right: 0;
}
.jsxc-dialog input[readonly] {
  background-color: var(--jsxc-color-background-dark);
}
.jsxc-dialog .jsxc-inputinfo {
  font-style: italic;
  margin: 0;
  padding: 0;
}
.jsxc-dialog .jsxc-libraries,
.jsxc-dialog .jsxc-credits {
  max-width: 300px;
}
.jsxc-dialog .jsxc-warning {
  background-color: var(--jsxc-color-warning);
  border-radius: 3px;
  display: block;
  padding: 3px 10px;
}
.jsxc-dialog-close {
  cursor: pointer;
  font-size: 42px;
  height: 42px;
  line-height: 33px;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 42px;
}
.jsxc-dialog-close:hover {
  opacity: 1;
}
.jsxc-page {
  font-size: 1em;
}
.jsxc-page h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}
.jsxc-page h1.jsxc-clickable {
  cursor: pointer;
}
.jsxc-page h1.jsxc-clickable::before {
  content: "◄ ";
}
.jsxc-page h2,
.jsxc-page__subheadline {
  background-color: transparent;
  border: 0;
  color: var(--jsxc-color-main-text);
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  opacity: 0.8;
  outline: none;
  padding: 0.5em 0.5em 1.5em 0;
  text-align: left;
  width: 100%;
}
.jsxc-page section {
  border-top: 1px solid var(--jsxc-color-background-darker);
  margin-top: 1em;
}
button.jsxc-page__subheadline::after {
  content: "+";
  float: right;
  padding: 0 0.5em;
}
button.jsxc-page__subheadline:hover {
  background-color: var(--jsxc-color-background-hover);
}
button.jsxc-page__subheadline + .jsxc-section__body {
  display: none;
}
button.jsxc-page__subheadline.jsxc-show-sibling + .jsxc-section__body {
  display: initial;
}
button.jsxc-page__subheadline.jsxc-show-sibling::after {
  content: "−";
}
.jsxc-list__item {
  align-items: center;
  display: flex;
  padding: 0.5em 1.5em !important;
}
.jsxc-list__item--clickable {
  cursor: pointer;
}
.jsxc-list__item--clickable:hover {
  background-color: var(--jsxc-color-background-hover);
}
.jsxc-list__item a.jsxc-badge {
  background-color: #e1e1e1;
  border-radius: 0.6em;
  color: #777;
  display: inline-block;
  font-size: 0.6em;
  line-height: 1;
  margin-left: 1em;
  padding: 0.2em 0.6em;
  text-decoration: none;
  vertical-align: top;
}
.jsxc-list__item a.jsxc-badge:hover {
  background-color: #f1f1f1;
}
.jsxc-list__avatar {
  align-self: flex-start;
  margin-right: 0.5em;
}
.jsxc-list__avatar.jsxc-avatar {
  margin: 0;
  margin-left: -0.5em;
  margin-right: 0.5em;
}
.jsxc-list__text {
  flex-grow: 1;
}
.jsxc-list__text__secondary {
  max-width: 700px;
  opacity: 0.7;
}
.jsxc-list__secondary-action {
  align-self: flex-start;
  background-color: var(--jsxc-color-main-background);
  color: var(--jsxc-color-main-text);
}
.jsxc-content h1 {
  font-size: 1.5em;
  margin-top: 3em;
}
.jsxc-searchresults-table {
  max-height: 600px;
  overflow: auto;
  width: 100%;
}
.jsxc-searchresults-table thead {
  background-color: var(--jsxc-color-background-darker);
}
.jsxc-searchresults-table tr:nth-child(even) {
  background-color: var(--jsxc-color-background-dark);
}
.jsxc-searchresults-table th {
  text-align: center;
}
.jsxc-searchresults-table td {
  padding: 5px;
  text-align: center;
}
.jsxc-account-choice-block {
  height: 30px;
  margin-bottom: 2em;
}
.jsxc-account-choice {
  height: 30px;
}
.jsxc-dialog .jsxc-avatarimage {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}
.jsxc-dialog .jsxc-avatarimage img {
  height: 96px;
  width: 96px;
}
.jsxc-dialog .jsxc-avatarimage input[type="file"] {
  display: none;
}
.jsxc-dialog .jsxc-avatarimage label {
  cursor: pointer;
  position: relative;
}
.jsxc-dialog .jsxc-avatarimage label button {
  padding: 0;
  position: absolute;
  right: -11px;
  top: -11px;
}
[class*="jsxc-emoticon-"] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  display: inline-block;
  height: 1em;
  line-height: normal;
  margin: -0.2ex 0.05em 0 0.1em;
  vertical-align: middle;
  width: 1em;
}
.jsxc-emoticon {
  background-size: contain;
  border: 0;
  display: inline-block;
  height: 19px;
  vertical-align: bottom;
  width: 19px;
}
.jsxc-emoticon--large {
  height: 40px;
  margin-bottom: 7px;
  width: 40px;
}
#jsxc-roster .jsxc-emoticon--large {
  height: 19px;
  width: 19px;
}
.jsxc-emoticon--jabber {
  background-image: url("../images/emoticons/jabber.svg");
}
.jsxc-emoticon--jsxc {
  background-image: url("../images/emoticons/jsxc.svg");
}
.jsxc-emoticon--klaus {
  background-image: url("../images/emoticons/klaus.svg");
}
.jsxc-emoticon--nextcloud {
  background-image: url("../images/emoticons/nextcloud.svg");
}
.jsxc-emoticon--xmpp {
  background-image: url("../images/emoticons/xmpp.svg");
}
.jsxc-emoticon--owncloud {
  background-image: url("../images/emoticons/owncloud.svg");
}
.jsxc-controlbar .jsxc-video-control,
div.jsxc-audio.jsxc-disabled::before,
div.jsxc-audio::before,
div.jsxc-video.jsxc-disabled::before,
div.jsxc-video::before,
.jsxc-chatmessage.jsxc-edited .jsxc-version::before,
.jsxc-chatmessage.jsxc-encrypted .jsxc-transfer::before {
  font-family: jsxc-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none;
}
.jsxc-icon {
  display: block;
  min-height: 44px;
  width: 44px;
}
@media (min-width: 768px) {
  .jsxc-icon {
    width: 25px;
  }
}
.jsxc-icon--clickable {
  cursor: pointer;
  opacity: 0.4;
}
.jsxc-icon--clickable:hover {
  opacity: 1;
}
.jsxc-icon--center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-width: 44px;
  width: 100%;
}
@media (min-width: 768px) {
  .jsxc-icon--center {
    min-width: 25px;
  }
}
.jsxc-menu {
  height: 100%;
  position: relative;
}
.jsxc-menu__button {
  align-items: flex-start;
  color: "inherit";
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}
.jsxc-menu__button--light {
  opacity: 0.4;
}
.jsxc-menu__content {
  box-sizing: border-box;
  max-height: 0;
  position: absolute;
  transition: max-height 0.5s;
  visibility: hidden;
}
.jsxc-menu--opened .jsxc-menu__content {
  display: inline-block;
  max-height: 9999px;
  visibility: visible;
  z-index: 9999;
}
.jsxc-menu ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.jsxc-menu li {
  border: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}
.jsxc-menu__item--danger {
  background-color: #ce7357;
}
.jsxc-menu__item--danger:hover {
  background-color: #ee5f4c !important;
}
.jsxc-menu a {
  color: inherit;
  text-decoration: none;
}
.jsxc-menu--drop-top-right .jsxc-menu__content,
.jsxc-menu--drop-bottom-left .jsxc-menu__content,
.jsxc-menu--drop-bottom-right .jsxc-menu__content,
.jsxc-menu--drop-right-top .jsxc-menu__content,
.jsxc-menu--vertical-left .jsxc-menu--vertical-right .jsxc-menu__content {
  border-radius: 3px;
  max-height: 9999px;
  padding: 3px;
  z-index: 200;
}
.jsxc-menu--drop-top-right .jsxc-menu__content::after,
.jsxc-menu--drop-bottom-left .jsxc-menu__content::after,
.jsxc-menu--drop-bottom-right .jsxc-menu__content::after,
.jsxc-menu--drop-right-top .jsxc-menu__content::after,
.jsxc-menu--vertical-left
  .jsxc-menu--vertical-right
  .jsxc-menu__content::after {
  border: 8px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.jsxc-menu--drop-top-right li,
.jsxc-menu--drop-bottom-left li,
.jsxc-menu--drop-bottom-right li,
.jsxc-menu--drop-right-top li,
.jsxc-menu--vertical-left .jsxc-menu--vertical-right li {
  border-radius: 3px;
  text-align: center;
}
.jsxc-menu--drop-top-right li.jsxc-disabled,
.jsxc-menu--drop-bottom-left li.jsxc-disabled,
.jsxc-menu--drop-bottom-right li.jsxc-disabled,
.jsxc-menu--drop-right-top li.jsxc-disabled,
.jsxc-menu--vertical-left .jsxc-menu--vertical-right li.jsxc-disabled {
  cursor: default;
  opacity: 0.3;
}
.jsxc-menu--drop-top-right li.jsxc-disabled:hover,
.jsxc-menu--drop-bottom-left li.jsxc-disabled:hover,
.jsxc-menu--drop-bottom-right li.jsxc-disabled:hover,
.jsxc-menu--drop-right-top li.jsxc-disabled:hover,
.jsxc-menu--vertical-left .jsxc-menu--vertical-right li.jsxc-disabled:hover {
  opacity: 0.3;
}
.jsxc-menu--vertical-left .jsxc-menu__content {
  right: 100%;
  top: 0;
}
.jsxc-menu--vertical-left .jsxc-menu__content::after {
  left: 100%;
  top: 14px;
  transform: rotate(-90deg);
}
.jsxc-menu--vertical-left ul {
  display: flex;
  padding: 0;
}
.jsxc-menu--vertical-left li {
  height: 42px;
}
.jsxc-menu--vertical-right .jsxc-menu__content {
  left: 100%;
  top: 0;
}
.jsxc-menu--vertical-right .jsxc-menu__content::after {
  right: 100%;
  top: 14px;
  transform: rotate(90deg);
}
.jsxc-menu--vertical-right ul {
  display: flex;
  padding: 0;
}
.jsxc-menu--vertical-right li {
  height: 42px;
}
.jsxc-menu--drop-bottom-left .jsxc-menu__content {
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px;
  margin-left: -14px;
}
.jsxc-menu--drop-bottom-left .jsxc-menu__content::after {
  left: 7px;
  top: 100%;
}
.jsxc-menu--drop-bottom-right .jsxc-menu__content {
  bottom: 100%;
  margin-bottom: 8px;
  margin-right: -14px;
  right: 50%;
}
.jsxc-menu--drop-bottom-right .jsxc-menu__content::after {
  right: 7px;
  top: 100%;
}
.jsxc-menu--drop-top-right .jsxc-menu__content {
  margin-right: -14px;
  margin-top: 8px;
  right: 50%;
  top: 100%;
}
.jsxc-menu--drop-top-right .jsxc-menu__content::after {
  bottom: 100%;
  right: 7px;
  transform: rotate(180deg);
}
.jsxc-menu--drop-right-top .jsxc-menu__content {
  margin-right: 8px;
  right: 100%;
  top: 5px;
}
.jsxc-menu--drop-right-top .jsxc-menu__content::after {
  left: 100%;
  top: 7px;
  transform: rotate(270deg);
}
.jsxc-menu--dark .jsxc-menu__content {
  background-color: var(--jsxc-color-background-dark-translucent);
  color: var(--jsxc-color-background-dark-translucent);
}
.jsxc-menu--dark .jsxc-menu__content::after {
  color: var(--jsxc-color-background-dark-translucent);
}
.jsxc-menu--dark li {
  color: #fff;
  padding: 3px 7px;
}
.jsxc-menu--dark li:hover {
  background-color: var(--jsxc-color-main-background);
  color: var(--jsxc-color-main-text);
}
.jsxc-menu--light .jsxc-menu__content {
  background-color: var(--jsxc-color-main-background);
  filter: drop-shadow(0 0 5px var(--jsxc-color-box-shadow));
}
.jsxc-menu--light .jsxc-menu__content::after {
  color: var(--jsxc-color-main-background);
}
.jsxc-menu--light li {
  color: var(--jsxc-color-main-text);
  opacity: 0.5;
}
.jsxc-menu--light li:hover {
  opacity: 1;
}
.jsxc-menu--pushup {
  position: static;
}
.jsxc-menu--pushup [data-presence="online"]::before {
  background-color: green;
  background-image: url("../images/presence/online.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-menu--pushup [data-presence="chat"]::before {
  background-color: green;
  background-image: url("../images/presence/chat.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-menu--pushup [data-presence="away"]::before {
  background-color: orange;
  background-image: url("../images/presence/away.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-menu--pushup [data-presence="xa"]::before {
  background-color: orange;
  background-image: url("../images/presence/xa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-menu--pushup [data-presence="dnd"]::before {
  background-color: red;
  background-image: url("../images/presence/dnd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-menu--pushup li {
  position: relative;
}
.jsxc-menu--pushup li::before {
  left: 10px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.jsxc-menu--pushup .jsxc-menu__content {
  background-color: var(--jsxc-color-background-dark);
  bottom: 100%;
  box-shadow: 0 -5px 5px -5px var(--jsxc-color-box-shadow);
  left: 0;
  overflow: hidden;
  right: 0;
}
.jsxc-menu--pushup ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.jsxc-menu--pushup li {
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  color: var(--jsxc-color-main-text);
  height: 44px;
  line-height: 44px;
  opacity: 0.8;
  overflow: hidden;
  padding-left: 44px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.jsxc-menu--pushup li.jsxc-disabled {
  color: var(--jsxc-color-text-lighter);
  cursor: default;
}
.jsxc-menu--pushup li:hover:not(.jsxc-disabled) {
  background-color: var(--jsxc-color-background-hover);
  color: var(--jsxc-color-main-text);
}
.jsxc-menu--pushup li.jsxc-warning {
  background-color: var(--jsxc-color-warning);
}
.jsxc-menu--emoticons {
  font-size: 23px;
  height: 40px;
}
.jsxc-menu--emoticons .jsxc-menu__button {
  width: 42px;
}
.jsxc-menu--emoticons .jsxc-menu__content {
  width: 217px;
}
.jsxc-menu--emoticons li {
  display: inline-block;
  height: 30px;
  padding: 0;
  width: 30px;
}
.jsxc-menu--emoticons li .jsxc-emoticon {
  background-size: contain;
  cursor: pointer;
  float: left;
  height: 100%;
  margin: 0;
  width: 100%;
}
.jsxc-menu--emoticons:hover::after {
  opacity: 0.5;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal.jsxc-disabled
  .jsxc-window-fade::before {
  background-color: rgba(167, 167, 167, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal.jsxc-disabled .jsxc-destroy,
.jsxc-window-item.jsxc-groupchat.jsxc-normal.jsxc-disabled .jsxc-leave,
.jsxc-window-item.jsxc-groupchat.jsxc-normal.jsxc-disabled .jsxc-configure,
.jsxc-window-item.jsxc-groupchat.jsxc-normal.jsxc-disabled
  .jsxc-managememberlist {
  display: none;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-fingerprints,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-verification,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-transfer,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-video,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-audio,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-share-screen,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-destroy,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-configure,
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-managememberlist {
  display: none;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal[data-affiliation="owner"]
  .jsxc-destroy,
.jsxc-window-item.jsxc-groupchat.jsxc-normal[data-affiliation="owner"]
  .jsxc-configure,
.jsxc-window-item.jsxc-groupchat.jsxc-normal[data-affiliation="owner"]
  .jsxc-managememberlist {
  display: inherit;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal[data-affiliation="admin"]
  .jsxc-managememberlist {
  display: inherit;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-members {
  position: relative;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-members::after {
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  content: attr(data-number-of-members);
  font-size: 12px;
  line-height: 1;
  margin-right: -1.3em;
  margin-top: -1.6em;
  padding: 0.1em;
  position: absolute;
  right: 50%;
  top: 50%;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-members:hover {
  opacity: 1;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal .jsxc-chatmessage.jsxc-in,
.jsxc-window-item.jsxc-groupchat.jsxc-normal
  .jsxc-chatmessage.jsxc-probably_in {
  margin-left: 50px;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal
  .jsxc-chatmessage.jsxc-in
  .jsxc-avatar,
.jsxc-window-item.jsxc-groupchat.jsxc-normal
  .jsxc-chatmessage.jsxc-probably_in
  .jsxc-avatar {
  background-color: #777;
  display: block;
  left: -50px;
  position: absolute;
  top: 0;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal
  .jsxc-chatmessage.jsxc-in
  .jsxc-avatar::before,
.jsxc-window-item.jsxc-groupchat.jsxc-normal
  .jsxc-chatmessage.jsxc-probably_in
  .jsxc-avatar::before {
  display: none;
}
.jsxc-window-item.jsxc-groupchat.jsxc-normal
  .jsxc-chatmessage.jsxc-probably_in
  .jsxc-avatar {
  filter: grayscale(1);
}
.jsxc-window-item .jsxc-memberlist {
  background-color: var(--jsxc-color-primary);
  max-height: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  transition: max-height 400ms;
  width: 100%;
  z-index: 200;
}
.jsxc-window-item .jsxc-memberlist.jsxc-expand {
  max-height: 120px;
}
.jsxc-window-item .jsxc-memberlist ul {
  color: var(--jsxc-color-primary-text);
  padding: 0 2px;
}
.jsxc-window-item .jsxc-memberlist ul > li {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.jsxc-window-item .jsxc-memberlist ul > li .jsxc-name {
  cursor: default;
  display: block;
  overflow: hidden;
  padding-right: 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jsxc-window-item .jsxc-memberlist ul > li .jsxc-name:hover {
  color: inherit;
}
.jsxc-window-item .jsxc-memberlist ul > li .jsxc-avatar {
  margin-right: 4px;
}
li[data-type="groupchat"] .jsxc-bar .jsxc-avatar:empty::after {
  content: "";
  font-family: jsxc-icons !important;
  font-weight: normal;
  text-indent: 0;
}
li[data-type="groupchat"][data-membersonly="false"]
  .jsxc-bar
  .jsxc-avatar:empty::after {
  content: "";
}
li[data-type="groupchat"] .jsxc-video {
  display: none;
}
button.jsxc-collapsible {
  background-color: var(--jsxc-color-background-darker);
  border: 0;
  border-radius: 0;
  color: var(--jsxc-color-main-text);
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  outline: none;
  padding: 5px;
  text-align: left;
  width: 100%;
}
button.jsxc-collapsible:hover {
  background-color: var(--jsxc-color-background-hover);
}
button.jsxc-collapsible::after {
  color: var(--jsxc-color-main-text);
  content: "+";
  float: right;
  font-weight: bold;
  margin-left: 5px;
}
button.jsxc-collapsible + ul {
  max-height: 0;
}
button.jsxc-collapsible.jsxc-active::after {
  content: "−";
}
button.jsxc-collapsible.jsxc-active + ul {
  max-height: none;
}
.jsxc-filter-wrapper {
  position: relative;
}
.jsxc-filter-wrapper .jsxc-clear {
  background-color: var(--jsxc-color-main-background);
  border: 0;
  bottom: 0;
  display: none;
  opacity: 0.4;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.jsxc-filter-wrapper .jsxc-clear:hover {
  opacity: 0.7;
}
.jsxc-filter-wrapper > i {
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 28px;
}
input.jsxc-filter-input {
  background-color: var(--jsxc-color-main-background);
  background-image: none;
  border: 0;
  color: var(--jsxc-color-main-text);
  height: 30px;
  outline: none;
  padding: 7px 28px 5px;
  transition: height 0.5s;
  width: 100%;
}
input.jsxc-filter-input:focus {
  height: 42px;
}
input.jsxc-filter-input:focus + .jsxc-clear {
  display: block;
}
.jsxc-collapsible-content {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 15px;
  transition: max-height 0.2s ease-out;
}
#jsxc-roster {
  /*background-color: var(--jsxc-color-background-dark);*/
  border-left: 1px solid var(--jsxc-color-background-darker);
  bottom: 0;
  color: var(--jsxc-color-main-text);
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 0;
  transition: right 0.5s;
  width: 100%;
  z-index: 50;
  padding-right: 72%;
}
.jsxc-roster-hidden #jsxc-roster {
  right: -200px;
}
#jsxc-roster a {
  cursor: pointer;
}
#jsxc-roster .jsxc-avatar {
  cursor: pointer;
  position: relative;
}
#jsxc-roster .jsxc-avatar img {
  cursor: pointer;
}
#jsxc-roster .jsxc-wait {
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 160px;
  z-index: 60;
}
#jsxc-roster .jsxc-wait img {
  padding: 5px;
}
#jsxc-roster .jsxc-wait h3 {
  font-size: 1.13em;
  font-weight: bold;
  margin-bottom: 5px;
}
#jsxc-roster .jsxc-roster-item input {
  background-color: var(--jsxc-color-main-background);
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inner 0 0 5px var(--jsxc-color-background-darker);
  box-sizing: border-box;
  font-size: 13px;
  height: 35px;
  margin: 0;
  outline: none;
  padding: 7px 6px 5px;
  width: 100%;
}
#jsxc-roster p {
  color: var(--jsxc-color-main-text);
  padding: 10px;
}
#jsxc-roster p a {
  color: var(--jsxc-color-text-light);
  text-decoration: underline;
}
#jsxc-roster .jsxc-expand input {
  left: 51px;
  width: 137px;
}
#jsxc-roster.jsxc-state-hidden {
  display: block;
  right: -200px;
  transition: right 0.5s;
}
#jsxc-roster.jsxc-state-shown {
  display: block;
  right: 0;
  transition: right 0.5s;
}
#jsxc-roster > .jsxc-bottom {
  /*background-color: var(--jsxc-color-background-darker);*/
  /*background-color: rgba(255, 255, 255, 0.6);*/
   background: linear-gradient(135deg, #96D2D9 2%, #15AEBF 100%);
  flex-shrink: 0;
  padding: 5px 4px 2px 0;
  width: 100%;
}
#jsxc-roster > .jsxc-bottom:hover {
  background-color: var(--jsxc-color-background-hover);
}
#jsxc-roster > .jsxc-bottom > div:not(.jsxc-avatar) {
  height: 100%;
}
#jsxc-roster form {
  padding: 15px;
}
#jsxc-roster form button,
#jsxc-roster form input {
  border-radius: 0;
  margin: 0 0 5px;
  width: 100%;
}
#jsxc-roster form .btn-primary {
  background-color: #dadada;
  border-color: #c1c1c1;
  transition: background-color 0.5s;
}
#jsxc-roster form .btn-primary:hover {
  background-color: #a2a2a2;
}
#jsxc-roster form label {
  display: block;
}
#jsxc-roster form input {
  position: static;
}
#jsxc-roster .jsxc-roster-status {
  bottom: 0;
  display: none;
  position: absolute;
}
#jsxc-roster.jsxc-status-show .jsxc-roster-status {
  display: block;
}
#jsxc-roster.jsxc-hide-offline .jsxc-roster-item[data-presence="offline"] {
  display: none;
}
#jsxc-roster.jsxc-hide-offline li.jsxc-hide-offline .jsxc-hide-offline {
  display: none;
}
#jsxc-roster.jsxc-hide-offline li.jsxc-hide-offline .jsxc-show-offline {
  display: inherit;
}
#jsxc-roster.jsxc-hide-offline .jsxc-contact-list::after,
#jsxc-roster.jsxc-hide-offline .jsxc-group-list::after {
  content: attr(data-offline-hidden-label);
}
#jsxc-roster[data-presence="offline"] .jsxc-contact-list::after,
#jsxc-roster[data-presence="offline"] .jsxc-group-list::after {
  content: attr(data-presence-offline-label);
}
#jsxc-roster[data-presence="offline"] .jsxc-bottom .jsxc-avatar {
  background-image: url("../images/icons/placeholder.svg");
}
#jsxc-roster[data-presence="offline"] .jsxc-filter-wrapper,
#jsxc-roster[data-presence="offline"] .jsxc-collapsible,
#jsxc-roster[data-presence="offline"] .jsxc-group-list {
  display: none;
}
#jsxc-roster[data-mute="yes"] .jsxc-js-presence-menu .jsxc-menu__button::after {
  content: "";
  font-family: jsxc-icons !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
  opacity: 0.4;
  padding-left: 0.2em;
  text-transform: none;
  vertical-align: text-top;
}
.jsxc-roster-toggle {
  background-color: var(--jsxc-color-background-dark);
  border-radius: 14px 0 0 14px;
  cursor: pointer;
  height: 44px;
  margin-right: 1px;
  margin-top: -22px;
  position: absolute;
  right: 100%;
  top: 50%;
  transition: width 0.5s, background-color 0.5s;
  width: 14px;
  z-index: 110;
}
.jsxc-roster-toggle::after {
  border: 8px solid var(--jsxc-color-text-lighter);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-width: 0;
  border-top-color: transparent;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.jsxc-roster-shown .jsxc-roster-toggle::after {
  transform: rotate(180deg);
}
.jsxc-roster-toggle:hover {
  background-color: var(--jsxc-color-background-darker);
  width: 28px;
}
.jsxc-roster-item {
  color: var(--jsxc-color-main-text);
  margin: 0;
  padding: 0;
}
.jsxc-roster-item:hover {
  background-color: var(--jsxc-color-background-hover);
}
.jsxc-roster-item[data-subscription="from"] .jsxc-bar__caption,
.jsxc-roster-item[data-subscription="none"] .jsxc-bar__caption {
  opacity: 0.7;
}
.jsxc-roster-item[data-subscription="from"] .jsxc-avatar,
.jsxc-roster-item[data-subscription="none"] .jsxc-avatar {
  filter: grayscale(100%);
}
.jsxc-roster-item--filtered {
  display: none;
}
#jsxc-roster[data-presence="offline"] li:not(.jsxc-offline-available) {
  opacity: 0.5;
}
#jsxc-roster[data-presence="offline"] li:not(.jsxc-offline-available):hover {
  background-color: inherit;
  cursor: auto;
}
li.jsxc-hide-offline .jsxc-hide-offline {
  display: inherit;
}
li.jsxc-hide-offline .jsxc-show-offline {
  display: none;
}
.jsxc-bounce {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: jsxc-bounce-6;
  animation-timing-function: ease;
  background-color: var(--jsxc-color-warning);
  border-radius: 11px;
  color: var(--jsxc-color-main-text);
  display: inline-block;
  font-size: 80%;
  height: auto;
  line-height: 1.5em;
  padding: 2px 3px;
  position: relative;
  text-align: center;
  transform-origin: bottom;
}
.jsxc-bounce:empty {
  display: none;
}
.jsxc-contact-list,
.jsxc-group-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 0;
  width: 100%;
  z-index: 85;
}
.jsxc-contact-list [data-presence="online"] .jsxc-avatar::before,
.jsxc-group-list [data-presence="online"] .jsxc-avatar::before {
  background-color: green;
  background-image: url("../images/presence/online.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-contact-list [data-presence="chat"] .jsxc-avatar::before,
.jsxc-group-list [data-presence="chat"] .jsxc-avatar::before {
  background-color: green;
  background-image: url("../images/presence/chat.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-contact-list [data-presence="away"] .jsxc-avatar::before,
.jsxc-group-list [data-presence="away"] .jsxc-avatar::before {
  background-color: orange;
  background-image: url("../images/presence/away.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-contact-list [data-presence="xa"] .jsxc-avatar::before,
.jsxc-group-list [data-presence="xa"] .jsxc-avatar::before {
  background-color: orange;
  background-image: url("../images/presence/xa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-contact-list [data-presence="dnd"] .jsxc-avatar::before,
.jsxc-group-list [data-presence="dnd"] .jsxc-avatar::before {
  background-color: red;
  background-image: url("../images/presence/dnd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-contact-list::after,
.jsxc-group-list::after {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  line-height: 44px;
  opacity: 0.6;
  text-align: center;
}
.jsxc-contact-list:empty::after,
.jsxc-group-list:empty::after {
  content: attr(data-empty-list-label);
}
.jsxc-contact-list-wrapper,
.jsxc-group-list-wrapper {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.jsxc-contact-list .jsxc-unread-msg .jsxc-name,
.jsxc-group-list .jsxc-unread-msg .jsxc-name {
  padding-right: 0;
}
.jsxc-contact-list .jsxc-oneway .jsxc-avatar,
.jsxc-contact-list .jsxc-oneway .jsxc-caption,
.jsxc-group-list .jsxc-oneway .jsxc-avatar,
.jsxc-group-list .jsxc-oneway .jsxc-caption {
  opacity: 0.7;
}
.jsxc-contact-list .jsxc-right,
.jsxc-group-list .jsxc-right {
  float: right;
  margin-right: 6px;
}
.jsxc-contact-list .jsxc-right div,
.jsxc-group-list .jsxc-right div {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.jsxc-contact-list .jsxc-right div:hover,
.jsxc-group-list .jsxc-right div:hover {
  opacity: 1;
}
.jsxc-blocked {
  cursor: default !important;
}
.jsxc-blocked .jsxc-bar__caption {
  color: var(--jsxc-color-error);
  text-decoration: line-through;
}
.jsxc-blocked .jsxc-menu {
  display: none;
}
#jsxc-window-list {
  bottom: 0;
  left: 0;
  /*position: fixed;*/
  right: 210px;
  transition: right 0.5s;
  z-index: 50;
}
#jsxc-window-list
  [data-presence="online"]
  .jsxc-bar--window
  .jsxc-avatar::before {
  background-color: green;
  background-image: url("../images/presence/online.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
#jsxc-window-list
  [data-presence="chat"]
  .jsxc-bar--window
  .jsxc-avatar::before {
  background-color: green;
  background-image: url("../images/presence/chat.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
#jsxc-window-list
  [data-presence="away"]
  .jsxc-bar--window
  .jsxc-avatar::before {
  background-color: orange;
  background-image: url("../images/presence/away.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
#jsxc-window-list [data-presence="xa"] .jsxc-bar--window .jsxc-avatar::before {
  background-color: orange;
  background-image: url("../images/presence/xa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
#jsxc-window-list [data-presence="dnd"] .jsxc-bar--window .jsxc-avatar::before {
  background-color: red;
  background-image: url("../images/presence/dnd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: content-box;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 12px;
  z-index: 99;
}
.jsxc-roster-hidden #jsxc-window-list {
  right: 10px;
}
@media (min-width: 768px) {
  #jsxc-window-list {
    clip: rect(-10000px, 10000px, 30px, 30px);
  }
}
#jsxc-window-list > ul {
  bottom: 0;
  display: flex;
  height: 44px;
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  transition: right 0.5s;
  white-space: nowrap;
}
#jsxc-window-list > ul > li {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  height: 44px;
  margin: 0;
  margin-right: 5px;
  overflow: visible;
  padding: 0;
  position: relative;
  white-space: normal;
  width: 46px;
}
#jsxc-window-list > ul > li.jsxc-normal {
  transition: width 0.2s;
  width: auto;
}
#jsxc-window-list > ul > li.jsxc-minimized {
  transition: width 0.2s;
  width: 54px !important;
}
@media (min-width: 768px) {
  #jsxc-window-list > ul > li.jsxc-minimized {
    width: 200px !important;
  }
}
#jsxc-window-list > ul > li.jsxc-minimized .jsxc-emoticons {
  display: none;
}
#jsxc-window-list > ul > li.jsxc-minimized .jsxc-tools {
  display: none;
}
#jsxc-window-list > ul > li[data-subscription="from"] .jsxc-bar__caption,
#jsxc-window-list > ul > li[data-subscription="none"] .jsxc-bar__caption {
  opacity: 0.7;
}
#jsxc-window-list > ul > li[data-subscription="from"] .jsxc-avatar,
#jsxc-window-list > ul > li[data-subscription="none"] .jsxc-avatar {
  filter: grayscale(100%);
}
#jsxc-window-list-handler {
  bottom: 0;
  height: 45px;
  left: 0;
  position: fixed;
  width: 30px;
}
@media (max-width: 768px) {
  #jsxc-window-list-handler {
    display: none;
  }
}
#jsxc-window-list-handler > div {
  background-color: #ccc;
  box-sizing: border-box;
  color: gray;
  cursor: pointer;
  float: left;
  height: 100%;
  line-height: 45px;
  text-align: center;
  user-select: none;
  width: 14px;
}
#jsxc-window-list-handler > div:hover {
  background-color: #b3b3b3;
}
#jsxc-window-list-handler > .jsxc-disabled {
  background-color: #e6e6e6 !important;
  color: #ccc;
  cursor: default !important;
  display: none;
}
.jsxc-window {
  /*background-color: var(--jsxc-color-background-dark);*/
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 0.8em 0.8em 0;
  box-sizing: border-box;
  cursor: default;
  height: 100vh;
  width: 71.7vw;
  overflow: hidden;
  position: relative;
  z-index: 80;
}
.jsxc-window.jsxc-droppable.jsxc-dragactive::before,
.jsxc-window.jsxc-dragover::before {
  background-color: #34468b;
  background-image: url("../images/drop_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.jsxc-window.jsxc-droppable.jsxc-dragactive::before {
  opacity: 0.2;
}
.jsxc-window.jsxc-dragover::before {
  background-image: url("../images/dragover_white.svg") !important;
  opacity: 0.56 !important;
}
.jsxc-window .jsxc-avatar {
  margin-top: 1px;
}
.jsxc-window .jsxc-message-area {
  /*background-image: url("../images/resize_gray.svg");*/
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  left: 0;
  overflow: auto;
  padding: 3px;
  width: 100%;
  z-index: 10;
}
.jsxc-window .jsxc-close {
  font-size: 20px;
}
.jsxc-window .jsxc-close:hover {
  color: var(--jsxc-color-primary-text);
  opacity: 1;
}
.jsxc-window__overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.jsxc-window__overlay--show {
  display: flex;
}
.jsxc-window__overlay__inner {
  background-color: #fff;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
}
.jsxc-window__overlay__content {
  margin-top: 20px;
}
.jsxc-window__overlay__content p {
  margin-bottom: 10px;
}
.jsxc-window__overlay__content li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jsxc-window__overlay__content a:hover {
  text-decoration: underline;
}
.jsxc-window__overlay__close {
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
.jsxc-window__overlay__close::after {
  color: #000;
  content: "×";
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 20px;
  opacity: 0.4;
  position: absolute;
  right: 4px;
  top: 4px;
}
.jsxc-window__overlay__close:hover::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .jsxc-window__overlay__close {
    height: 30px;
    width: 30px;
  }
}
.jsxc-window-fade {
    border: 1px solid var(--jsxc-color-background-darker);
    border-bottom: 0;
    border-top: 0;
    color: var(--jsxc-color-main-text);
    display: flex;
    flex-direction: column;
    height: 320px;
    max-width: 100%;
    min-height: 320px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    touch-action: none;
    transform: none !important;
    width: 460px;
}

.jsxc-window-fade:not(.jsxc-window-fade--resizing) {
  transition: height 0.2s;
}
.jsxc-minimized .jsxc-window-fade {
  height: 0 !important;
  min-height: 0;
  min-width: 100%;
}
.jsxc-preview {
  flex-shrink: 0;
  font-size: 0.8em;
  max-height: 130px;
  overflow: hidden;
  text-align: center;
}
.jsxc-preview .jsxc-attachment {
  margin: 10px;
  position: relative;
}
.jsxc-preview .jsxc-image {
  border-radius: 5px;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.jsxc-preview .jsxc-image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.jsxc-delete-handle {
  background-color: #dc4c4c;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 3em;
  height: 1em;
  line-height: 0.65em;
  margin-right: -10px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 100;
}
.jsxc-delete-handle:hover {
  background-color: red;
}
.jsxc-send-area {
  align-items: flex-end;
  align-items: center;
  background-color: var(--jsxc-color-main-background);
  display: flex;
  flex-shrink: 0;
  padding: 2px 0;
  width: 100%;
}
.jsxc-send-area .jsxc-menu-emoticons,
.jsxc-send-area .jsxc-file-transfer,
.jsxc-send-area .jsxc-transfer {
  flex-shrink: 0;
}
.jsxc-send-area .jsxc-menu-emoticons [class^="jsxc-icon-"],
.jsxc-send-area .jsxc-file-transfer [class^="jsxc-icon-"],
.jsxc-send-area .jsxc-transfer [class^="jsxc-icon-"] {
  font-size: 23px;
}
.jsxc-send-area .jsxc-message-input {
  flex-grow: 1;
}
.jsxc-send-area.jsxc-contains-val .jsxc-file-transfer,
.jsxc-send-area.jsxc-contains-val .jsxc-transfer {
  display: none;
}
.jsxc-message-input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: content-box !important;
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: 1.4em;
  line-height: 1.4em;
  margin: 0;
  min-height: auto;
  min-width: 50px;
  outline: none;
  padding: 10px 5px 5px 0;
  resize: none;
  transition: height 0.2s;
}
.jsxc-message-input::placeholder {
  color: var(--jsxc-color-main-text);
  opacity: 0.3;
}
.jsxc-large-send-area .jsxc-message-input {
  height: 100px;
}
.jsxc-file-transfer {
  cursor: pointer;
  height: 40px;
  opacity: 0.3;
  overflow: hidden;
  position: relative;
  width: 44px;
}
.jsxc-file-transfer label {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 0;
}
.jsxc-file-transfer:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .jsxc-file-transfer {
    width: 34px;
  }
}
.jsxc-chatmessage {
  background-color: var(--jsxc-color-main-background);
  border-radius: 0.8em;
  clear: both;
  font-size: 1em;
  margin: 3px;
  outline: none;
  padding: 0.5em 0.7em;
  position: relative;
  word-wrap: break-word;
}
.jsxc-chatmessage__footer {
  clear: both;
  color: #999;
  display: flex;
  font-size: 0.8em;
  line-height: 1.2em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}
.jsxc-chatmessage__footer .jsxc-timestamp {
  margin-right: 0.3em;
}
.jsxc-chatmessage .jsxc-error-content {
  background-color: var(--jsxc-color-warning);
  border-radius: 0.6em;
  font-size: 0.8em;
  font-style: italic;
  margin: 0.5em -0.5em -0.2em;
  padding: 0.2em 0.7em;
}
.jsxc-chatmessage .jsxc-error-content:empty {
  display: none;
}
.jsxc-chatmessage .jsxc-error-content::before {
  content: "⚠ ";
  font-style: normal;
}
.jsxc-chatmessage .jsxc-content p {
  clear: both;
  font-size: 1em;
  margin: 0;
}
.jsxc-chatmessage .jsxc-content p + p {
  margin-top: 0.7em;
}
.jsxc-chatmessage .jsxc-content a {
  color: blue;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-decoration: underline;
}
.jsxc-chatmessage .jsxc-content a[download]::before {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../images/download_icon_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 3em;
  border-radius: 3px;
  bottom: 5px;
  content: " ";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s;
}
.jsxc-chatmessage .jsxc-content a[download]:hover::before {
  opacity: 0.6;
}
.jsxc-chatmessage .jsxc-content a.jsxc-geo {
  background-color: #fff;
  border-radius: 0.8em;
  display: block;
  padding: 1em 1em 1em 3em;
}
.jsxc-chatmessage .jsxc-content a.jsxc-geo::before {
  background-color: #fff;
  background-image: url("../images/location_icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2em;
  margin-left: -2em;
  vertical-align: bottom;
  width: 2em;
}
.jsxc-chatmessage .jsxc-content img {
  max-width: 100%;
}
.jsxc-chatmessage .jsxc-content .jsxc-avatar {
  display: none;
}
.jsxc-chatmessage .jsxc-content .jsxc-quote {
  border-left: 3px solid #999;
  display: inline-block;
  opacity: 0.7;
  padding: 0 3px 0 5px;
  width: 100%;
}
.jsxc-chatmessage:hover .jsxc-menu__button {
  visibility: visible !important;
}
.jsxc-chatmessage .jsxc-menu {
  display: none;
  position: absolute;
  top: 0;
}
.jsxc-chatmessage .jsxc-menu .jsxc-menu__button {
  height: 42px;
  width: 42px;
}
.jsxc-chatmessage .jsxc-menu:not(.jsxc-menu--opened) .jsxc-menu__button {
  visibility: hidden;
}
.jsxc-chatmessage .jsxc-menu.jsxc-menu--vertical-right {
  display: block;
  right: 100%;
}
.jsxc-chatmessage .jsxc-menu.jsxc-menu--vertical-left {
  display: block;
  left: 100%;
}
.jsxc-attachment {
  background-color: #fff;
  background-image: url("../images/filetypes/file.svg");
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-radius: 3px;
  margin-bottom: 5px;
  min-height: 30px;
  padding: 3px 3px 3px 30px;
}
.jsxc-attachment img {
  border-radius: 3px;
}
.jsxc-attachment--loading {
  position: relative;
}
.jsxc-attachment--loading::after {
  animation: jsxc-rotate 1s infinite;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
.jsxc-attachment[data-progress]::after {
  content: attr(data-progress);
  display: block;
  font-size: 0.7em;
  line-height: 1;
  opacity: 0.5;
  text-align: right;
}
.jsxc-attachment[data-progress="100%"]::after {
  content: none;
}
.jsxc-attachment.jsxc-image {
  background-image: url("../images/filetypes/image.svg");
}
.jsxc-attachment.jsxc-image.jsxc-image-jpeg,
.jsxc-attachment.jsxc-image.jsxc-image-jpg,
.jsxc-attachment.jsxc-image.jsxc-image-svg,
.jsxc-attachment.jsxc-image.jsxc-image-gif,
.jsxc-attachment.jsxc-image.jsxc-image-png {
  background-image: url("");
  display: inline-block;
  line-height: 0;
  padding: 0;
}
.jsxc-attachment.jsxc-image.jsxc-no-thumbnail {
  overflow: hidden;
}
.jsxc-attachment.jsxc-image.jsxc-no-thumbnail img {
  filter: blur(2px);
}
.jsxc-attachment.jsxc-application {
  background-image: url("../images/filetypes/application.svg");
}
.jsxc-attachment.jsxc-application-pdf {
  background-image: url("../images/filetypes/application-pdf.svg");
}
.jsxc-attachment.jsxc-audio {
  background-image: url("../images/filetypes/audio.svg");
}
.jsxc-attachment.jsxc-video {
  background-image: url("../images/filetypes/video.svg");
  opacity: 1;
}
.jsxc-attachment.jsxc-text {
  background-image: url("../images/filetypes/text.svg");
}
.jsxc-chatmessage.jsxc-encrypted .jsxc-transfer::before {
  content: "";
}
.jsxc-chatmessage.jsxc-edited .jsxc-version::before {
  content: "";
  cursor: pointer;
}
ul.jsxc-message-history {
  padding: 0.5em 0 2em;
  width: 250px;
}
ul.jsxc-message-history .jsxc-version {
  display: none;
}
.jsxc-mark::before {
  height: 1em;
}
[data-mark="aborted"] .jsxc-mark::before {
  color: red;
  content: "✖";
  font-size: 12px;
  line-height: 12px;
}
[data-mark="pending"] .jsxc-mark::before {
  animation: jsxc-rotate 1.1s infinite linear;
  border: 0.15em solid rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  vertical-align: sub;
  width: 1em;
}
[data-mark="transferred"] .jsxc-mark::before {
  color: var(--jsxc-color-success);
  content: "✓";
  filter: grayscale(1);
  font-size: 12px;
  line-height: 12px;
  opacity: 0.6;
}
[data-mark="received"] .jsxc-mark::before {
  color: var(--jsxc-color-success);
  content: "✓✓";
  font-size: 12px;
  letter-spacing: -0.3em;
  line-height: 12px;
  padding-right: 0.5em;
}
[data-mark="displayed"] .jsxc-mark::before {
  color: var(--jsxc-color-success);
  content: "👁️";
  font-size: 12px;
  line-height: 12px;
}
[data-mark="acknowledged"] .jsxc-mark::before {
  color: var(--jsxc-color-success);
  content: "☑️";
  font-size: 12px;
  line-height: 12px;
}
.jsxc-received .jsxc-timestamp::after {
  color: var(--jsxc-color-success);
  content: "✓";
  font-size: 12px;
  line-height: 12px;
}
.jsxc-unread .jsxc-timestamp::before {
  background-color: var(--jsxc-color-warning);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-right: 2px;
  width: 0.8em;
}
.jsxc-in,
.jsxc-probably_in {
  align-self: flex-start;
  margin-left: 0.5em;
  max-width: 76%;
  position: relative;
}
.jsxc-in .jsxc-timestamp,
.jsxc-probably_in .jsxc-timestamp {
  float: left;
}
.jsxc-in {
  background-color: var(--jsxc-message-bg);
  color: #222;
}
.jsxc-in.jsxc-light .jsxc-chatmessage__footer {
  color: #5d5d5d;
}
.jsxc-in.jsxc-dark .jsxc-chatmessage__footer {
  color: #ececec;
}
.jsxc-out,
.jsxc-probably_out {
  align-self: flex-end;
  margin-right: 0.5em;
  max-width: 76%;
  position: relative;
}
.jsxc-out.jsxc-received::before,
.jsxc-probably_out.jsxc-received::before {
  bottom: 6px;
  color: var(--jsxc-color-success);
  content: "✓";
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 2px;
}
.jsxc-out.jsxc-received .jsxc-timestamp,
.jsxc-probably_out.jsxc-received .jsxc-timestamp {
  float: left;
}
.jsxc-out .jsxc-timestamp,
.jsxc-probably_out .jsxc-timestamp {
  float: left;
}
.jsxc-out .jsxc-chatmessage__footer,
.jsxc-probably_out .jsxc-chatmessage__footer {
  justify-content: flex-end;
}
.jsxc-out {
  background-color: var(--jsxc-color-background-darker-1);
}
.jsxc-out::after {
  border-color: transparent var(--jsxc-color-background-darker);
}
.jsxc-sys {
  align-self: center;
  background-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 0.8em;
  font-style: italic;
  margin-right: 3px;
  max-width: none;
  padding-right: 4px;
  text-align: center;
  width: auto;
}
.jsxc-sys .jsxc-emoticon {
  height: 1.2em;
  vertical-align: middle;
  width: 1.2em;
}
.jsxc-sys .jsxc-chatmessage__footer {
  justify-content: center;
}
.jsxc-sys.jsxc-composing {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: opacity 0.6s;
}
.jsxc-sys.jsxc-composing::before {
  background-image: url("../images/composing.png");
  background-repeat: no-repeat;
  background-size: 80%;
  content: " ";
  display: inline-block;
  height: 1em;
  margin: 0 3px 0 0;
  width: 1.5em;
}
.jsxc-sys.jsxc-composing.jsxc-fadein {
  opacity: 1;
}
.jsxc-menu.jsxc-transfer {
  position: relative;
  width: 44px;
  z-index: 20;
}
.jsxc-menu.jsxc-transfer:hover .jsxc-transfer-icon {
  opacity: 0.5;
}
.jsxc-menu.jsxc-transfer--loading::after {
  animation: jsxc-rotate 1s infinite;
  border: 10px solid rgba(255, 255, 255, 0.7);
  border-left-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border-right-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.jsxc-menu.jsxc-transfer i::before {
  content: "";
}
.jsxc-menu.jsxc-transfer.jsxc-disabled .jsxc-icon--clickable {
  cursor: default;
}
.jsxc-menu.jsxc-transfer.jsxc-disabled i::before {
  content: "";
}
.jsxc-menu.jsxc-transfer.jsxc-fin i::before {
  content: "";
}
.jsxc-menu.jsxc-transfer.jsxc-enc i::before {
  color: var(--jsxc-color-warning);
  content: "";
}
.jsxc-menu.jsxc-transfer.jsxc-enc.jsxc-trust i::before {
  color: var(--jsxc-color-success);
  content: "";
}
@media (min-width: 768px) {
  .jsxc-menu.jsxc-transfer {
    width: 34px;
  }
}
.jsxc-mam-load-more {
  display: none;
  font-size: 0.8em;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -42px;
  transition: top 0.5s;
  user-select: none;
  z-index: 80;
}
.jsxc-mam-load-more span {
  background-color: var(--jsxc-color-main-background);
  cursor: pointer;
  padding: 5px 10px;
}
.jsxc-mam-load-more span:hover {
  background-color: var(--jsxc-color-background-hover);
  opacity: 1;
}
.jsxc-mam-load-more.jsxc-show {
  top: 0;
}
.jsxc-mam-enabled .jsxc-mam-load-more {
  display: block;
}
.jsxc-mam-enabled .jsxc-message-area::after {
  content: "";
  display: block;
  padding-top: 42px;
}
.jsxc-root-container * {
  box-sizing: border-box;
}
.jsxc-right {
  text-align: right;
}
.jsxc-center {
  text-align: center;
}
.jsxc-hidden {
  display: none;
}
.jsxc-clear {
  clear: both;
}
.jsxc-grow {
  flex-grow: 1;
}
.jsxc-shrink--no {
  flex-shrink: 0;
}
.jsxc-uppercase {
  text-transform: uppercase;
}
.jsxc-hint {
  opacity: 0.7;
}
.jsxc-max-width {
  max-width: 500px;
}
.jsxc-meta {
  font-style: italic;
  text-align: right;
}
.jsxc-invalid {
  border: 2px solid var(--jsxc-color-error) !important;
}
.jsxc-fingerprint {
  font-family: monospace;
}
.jsxc-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.jsxc-overlay-black {
  background-color: rgba(0, 0, 0, 0.8);
}
.jsxc-waiting::before {
  animation: jsxc-rotate 1.1s infinite linear;
  border: 0.15em solid rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.2em;
  margin-right: 0.8em;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  vertical-align: sub;
  width: 1.2em;
}
ul.jsxc-vcard {
  clear: both;
  min-width: 400px;
}
ul.jsxc-vcard ul {
  margin-left: 20px;
}
ul.jsxc-vcard li {
  cursor: default !important;
}
ul.jsxc-vcard li.jsxc-separator {
  margin-bottom: 1em;
}
.jsxc-avatar.jsxc-vcard {
  height: 100px;
  margin-bottom: 10px;
  width: 100px;
}
.jsxc-spot {
  background-color: #fff;
  border: 1px solid var(--jsxc-color-border);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  line-height: 100%;
  margin-right: 5px;
  margin-top: 3px;
  text-indent: -99999em;
  width: 12px;
}
.jsxc-spot::before {
  position: absolute;
}
.jsxc-spot.jsxc-online,
.jsxc-spot.jsxc-chat,
.jsxc-spot.jsxc-away,
.jsxc-spot.jsxc-xa,
.jsxc-spot.jsxc-dnd,
.jsxc-spot.jsxc-offline {
  border: 0;
}
.jsxc-unread-msg .jsxc-name {
  font-style: italic;
}
.jsxc-unread-msg .jsxc-unread {
  background-color: var(--jsxc-color-warning);
  border-radius: 11px;
  color: var(--jsxc-color-main-text);
  display: block;
  float: right;
  font-size: 80%;
  line-height: 15px;
  margin-right: 3px;
  margin-top: 4px;
  padding: 2px;
}
.jsxc-loading {
  background: url("../images/loading.gif");
  background-size: 32px 32px !important;
  border: 0;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}
.jsxc-oneway .jsxc-avatar {
  filter: grayscale(100%);
}
.jsxc-alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.jsxc-alert.jsxc-alert--warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.jsxc-user-information dl {
  display: flex;
  flex-flow: row wrap;
  max-width: 500px;
}
.jsxc-user-information dt {
  flex-basis: 30%;
  font-weight: bold;
  padding: 0.3em 1em;
}
.jsxc-user-information dt::after {
  content: ":";
}
.jsxc-user-information dd {
  flex-basis: 70%;
  flex-grow: 1;
  margin: 0;
  padding: 0.3em 1em;
}
.jsxc-log {
  height: 300px;
  overflow: auto;
  width: 500px;
}
.jsxc-tag {
  border-radius: 0.7em;
  color: var(--jsxc-color-primary-text);
  font-size: 0.8em;
  height: 1.4em;
  line-height: 1.4em;
  margin-right: 0.25em;
  padding: 0.2em 0.5em;
}
body.jsxc-fullscreen {
  overflow: hidden;
}
body.jsxc-fullscreen #jsxc-roster {
  border: 0;
  border-top: 62px solid #2a4163;
  width: 100%;
  z-index: 50;
}
body.jsxc-fullscreen #jsxc-window-list {
  clip: auto;
  z-index: 100;
}
body.jsxc-fullscreen #jsxc-window-list .jsxc-window-item {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
}
body.jsxc-fullscreen #jsxc-window-list .jsxc-window-item.jsxc-minimized {
  display: none;
}
body.jsxc-fullscreen #jsxc-window-list .jsxc-window {
  background-color: var(--jsxc-color-main-background);
  border: 0;
  border-radius: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.jsxc-fullscreen #jsxc-window-list .jsxc-window-fade {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 62px;
  width: auto;
}
body.jsxc-fullscreen .jsxc-menu__button {
  min-width: 42px;
  width: auto;
}
body.jsxc-fullscreen .jsxc-bar {
  height: 62px;
  padding-left: 0.5em;
  width: auto;
}
body.jsxc-fullscreen .jsxc-bar__action-entry {
  background-size: 1.4em;
  height: 62px;
  width: 42px;
}
body.jsxc-fullscreen .jsxc-bar__action-entry.jsxc-close {
  font-size: 2.5em;
  line-height: 62px;
}
body.jsxc-fullscreen .jsxc-bar__action-entry .jsxc-menu__more--light {
  background-size: 1.2em;
}
body.jsxc-fullscreen .jsxc-bar__action-entry .jsxc-icon {
  min-width: 42px;
}
body.jsxc-fullscreen .jsxc-bar__action-entry * {
  font-size: 1em;
}
body.jsxc-fullscreen .jsxc-chatmessage {
  margin: 0.2em 1.5em;
}
body.jsxc-fullscreen .jsxc-chatmessage:first-child {
  margin-bottom: 2em;
}
body.jsxc-fullscreen .jsxc-chatmessage::after {
  content: none;
}
body.jsxc-fullscreen .jsxc-chatmessage__footer {
  padding-top: 0.8em;
}
body.jsxc-fullscreen .jsxc-chatmessage.jsxc-out {
  background-color: var(--jsxc-color-background-darker);
}
body.jsxc-fullscreen .jsxc-chatmessage.jsxc-in {
  background-color: var(--jsxc-message-bg);
}
body.jsxc-fullscreen
  .jsxc-chatmessage.jsxc-in.jsxc-light
  .jsxc-chatmessage__footer {
  color: var(--jsxc-color-background-darker);
}
body.jsxc-fullscreen
  .jsxc-chatmessage.jsxc-in.jsxc-dark
  .jsxc-chatmessage__footer {
  color: var(--jsxc-color-background-dark);
}
body.jsxc-fullscreen .jsxc-chatmessage.jsxc-probably_out,
body.jsxc-fullscreen .jsxc-chatmessage.jsxc-probably_in {
  border: 1px solid var(--jsxc-color-background-dark);
}
body.jsxc-fullscreen .jsxc-send-area {
  padding: 0;
}
body.jsxc-fullscreen .jsxc-send-area .jsxc-menu--emoticons,
body.jsxc-fullscreen .jsxc-send-area .jsxc-file-transfer,
body.jsxc-fullscreen .jsxc-send-area .jsxc-transfer {
  background-size: 1.8em;
  height: 62px;
  width: 62px;
}
body.jsxc-fullscreen .jsxc-send-area .jsxc-transfer-icon {
  background-size: 1.8em;
  height: 62px;
}
body.jsxc-fullscreen .jsxc-message-input {
  background-color: var(--jsxc-color-background-darker);
  border-radius: 2em;
  color: var(--jsxc-color-main-text);
  line-height: 1.4em;
  margin-right: 1em;
  padding: 0.6em 2em 0.4em;
}
body.jsxc-fullscreen .jsxc-highlight .jsxc-window-bar {
  background-color: var(--jsxc-color-primary);
}
body.jsxc-fullscreen .jsxc-roster-toggle {
  display: none;
}
body.jsxc-fullscreen #jsxc-roster > .jsxc-bottom li {
  height: 42px;
  line-height: 42px;
}
body.jsxc-fullscreen .jsxc-bar__action-entry {
  margin: 0 3px;
}
body.jsxc-fullscreen .jsxc-dialog-wrapper {
  background-color: var(--jsxc-color-main-background-translucent);
}
body.jsxc-fullscreen .jsxc-dialog {
  border: 0;
  min-width: auto;
  padding-top: 45px;
}
@media (min-width: 740px) {
  body.jsxc-fullscreen.jsxc-two-columns #jsxc-roster {
    width: 33%;
  }
  body.jsxc-fullscreen.jsxc-two-columns #jsxc-window-list {
    background-color: var(--jsxc-color-background-darker);
    bottom: 0;
    left: 0;
    right: 33%;
    top: 0;
  }
  body.jsxc-fullscreen.jsxc-two-columns #jsxc-window-list::after {
    background-image: url("../images/jsxc_white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  body.jsxc-fullscreen.jsxc-two-columns #jsxc-window-list .jsxc-window-item {
    right: 33%;
  }
}
.jsxc-omemo-device {
  box-shadow: 0 0 2px #a1a1a1;
  margin-bottom: 15px;
  padding: 10px;
}
.jsxc-omemo-device[data-trust="unknown"] {
  border: 3px solid var(--jsxc-color-error);
}
.jsxc-omemo-device-id {
  font-size: 0.7em;
  opacity: 0.7;
}
.jsxc-omemo-device-last-used {
  float: right;
  font-size: 0.7em;
  opacity: 0.7;
}
.jsxc-omemo-device-trust {
  display: inline;
}
.jsxc-omemo-device-trust[data-trust="unknown"] {
  color: var(--jsxc-color-error);
}
.jsxc-omemo-device-trust[data-trust="recognized"] {
  color: var(--jsxc-color-warning);
}
.jsxc-omemo-device-trust[data-trust="confirmed"] {
  color: var(--jsxc-color-success);
}
.jsxc-omemo-device-trust[data-trust="ignored"] {
  color: #999;
}
.jsxc-omemo-device-action {
  float: right;
}
.jsxc-qr-code label {
  cursor: zoom-in;
}
.jsxc-qr-code input[type="checkbox"] {
  display: none;
}
.jsxc-qr-code input[type="checkbox"]:checked + img {
  max-width: none;
}
.jsxc-qr-code img {
  border: 1px solid var(--jsxc-color-border-dark);
  color: var(--jsxc-color-error);
  font-size: 0.7em;
  max-width: 30px;
}
.jsxc-qr-code-own,
.jsxc-qr-code-peer {
  margin-bottom: 1em;
}
.jsxc-qr-code-desc-own,
.jsxc-qr-code-desc-peer {
  display: inline-block;
  font-size: 0.7em;
  margin-left: 2em;
  opacity: 0.7;
}
#jsxc-video-dialog {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
}
#jsxc-video-dialog .jsxc-status {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
  color: #fff;
  display: none;
  font-weight: bold;
  left: 50%;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 30px;
  transform: translateX(-50%);
  z-index: 9999;
}
#jsxc-video-dialog .jsxc-status--visible {
  display: block;
}
#jsxc-video-dialog .jsxc-status p {
  margin: 0;
}
#jsxc-video-dialog .jsxc-status p + p {
  margin-top: 0.5em;
}
#jsxc-video-dialog li .jsxc-name {
  cursor: auto;
}
#jsxc-video-dialog li .jsxc-name:hover {
  color: var(--jsxc-color-primary-text);
}
#jsxc-video-dialog.jsxc-minimized {
  bottom: auto;
  box-shadow: 0 0 10px -5px #000;
  left: 10px;
  min-height: 120px;
  min-width: 160px;
  right: auto;
  top: 10px;
}
#jsxc-video-dialog.jsxc-minimized .jsxc-video-container {
  z-index: 99;
}
#jsxc-video-dialog.jsxc-minimized .jsxc-local-video {
  bottom: 0;
  display: block;
  right: 0;
}
#jsxc-video-dialog.jsxc-minimized .jsxc-video-control {
  font-size: 16px;
  width: 22px;
}
#jsxc-video-dialog.jsxc-minimized .jsxc-minmax::before {
  content: "";
}
#jsxc-video-dialog.jsxc-minimized .jsxc-fullscreen {
  display: none;
}
.jsxc-establishing::after,
.jsxc-ringing::after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.jsxc-establishing::before {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: jsxc-establishing;
  background-color: #a1a1a1;
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -20px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 20;
}
.jsxc-ringing::before {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: jsxc-ringing;
  background-color: #98d48f;
  border-radius: 50%;
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 20;
}
.jsxc-video-container {
  background-color: #999;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.jsxc-video-container video {
  display: none;
}
.jsxc-video-container .jsxc-no-remote-video {
  display: none;
}
.jsxc-video-container[data-videos="1"] .jsxc-video-wrapper {
  height: 100%;
  width: 100%;
}
.jsxc-video-container[data-videos="2"] .jsxc-video-wrapper {
  height: 100%;
  width: 50%;
}
.jsxc-video-container[data-videos="3"] .jsxc-video-wrapper {
  height: 50%;
  width: 50%;
}
.jsxc-video-container[data-videos="3"] .jsxc-video-wrapper:last-child {
  height: 50%;
  width: 100%;
}
.jsxc-video-container[data-videos="4"] .jsxc-video-wrapper {
  height: 50%;
  width: 50%;
}
@media (min-width: 768px) {
  .jsxc-video-container .jsxc-controlbar {
    opacity: 0;
  }
  .jsxc-video-container:hover .jsxc-controlbar {
    opacity: 1;
  }
}
.jsxc-video-wrapper {
  float: left;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.jsxc-video-wrapper video {
  display: none;
}
.jsxc-video-wrapper.jsxc-ice-connected {
  background-image: url("../images/camera_disabled_icon_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10%;
}
.jsxc-video-wrapper.jsxc-ice-connected::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.jsxc-video-wrapper.jsxc-ice-connected video {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.jsxc-video-wrapper.jsxc-ice-connected.jsxc-video-available {
  background-image: url("");
}
.jsxc-no-video p {
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.jsxc-no-video > div {
  height: 200px;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 200px;
}
.jsxc-no-video > div > div {
  background-color: #4d4d4d;
}
.jsxc-no-video > div > div:first-child {
  border-radius: 50%;
  height: 50%;
  left: 50%;
  margin-left: -25%;
  position: absolute;
  top: 10%;
  width: 50%;
}
.jsxc-no-video > div > div:last-child {
  border-radius: 50%;
  bottom: -50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.jsxc-local-video {
  background-color: #000;
  bottom: 10px;
  cursor: move;
  height: 120px;
  position: absolute;
  right: 10px;
  transform: rotateY(180deg);
  width: 160px;
  z-index: 9990;
}
div:full-screen {
  background-color: #000;
  height: 100%;
  width: 100%;
}
div:full-screen.jsxc-local-video {
  border: 1px solid #fff;
}
div:fullscreen {
  background-color: #000;
  height: 100%;
  width: 100%;
}
div:fullscreen.jsxc-localvideo {
  border: 1px solid #fff;
}
div.jsxc-video,
div.jsxc-audio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  opacity: 0.4;
}
div.jsxc-video:not(.jsxc-disabled):hover,
div.jsxc-audio:not(.jsxc-disabled):hover {
  opacity: 1;
}
div.jsxc-video {
  align-items: center;
  display: flex;
  justify-content: center;
}
div.jsxc-video::before {
  content: "";
}
div.jsxc-video.jsxc-disabled::before {
  content: "";
}
div.jsxc-audio {
  align-items: center;
  display: flex;
  justify-content: center;
}
div.jsxc-audio::before {
  content: "";
}
div.jsxc-audio.jsxc-disabled::before {
  content: "";
}
.jsxc-controlbar {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50px;
  transition: 1s opacity;
  z-index: 9995;
}
.jsxc-controlbar.jsxc-visible {
  opacity: 1;
}
.jsxc-controlbar > div {
  background-color: var(--jsxc-color-background-dark-translucent);
  border-radius: 22px;
  display: flex;
  height: 44px;
  padding: 0 5px;
}
.jsxc-controlbar .jsxc-video-control {
  align-items: center;
  color: var(--jsxc-color-main-background);
  cursor: pointer;
  display: flex;
  font-size: 23px;
  height: 44px;
  justify-content: center;
  margin: 0 5px;
  opacity: 0.6;
  width: 44px;
}
.jsxc-controlbar .jsxc-video-control:hover {
  opacity: 1;
}
.jsxc-controlbar .jsxc-hang-up::before {
  color: var(--jsxc-color-error);
  content: "";
}
.jsxc-controlbar .jsxc-microphone::before {
  content: "";
}
.jsxc-controlbar .jsxc-microphone.jsxc-disabled::before {
  content: "";
}
.jsxc-controlbar .jsxc-fullscreen::before {
  content: "";
}
.jsxc-controlbar .jsxc-minmax::before {
  content: "";
}
.jsxc-controlbar .jsxc-showchat {
  float: right;
}
@media (min-width: 768px) {
  .jsxc-controlbar {
    bottom: 5%;
    top: initial;
  }
}
.jsxc-buttongroup {
  display: inline;
}
.jsxc-buttongroup button:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0;
}
.jsxc-buttongroup button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
.jsxc-chatarea {
  background-color: var(--jsxc-color-background-dark);
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
}
.jsxc-chatarea .jsxc-settings {
  display: none !important;
}
.jsxc-chatarea .jsxc-close {
  display: none !important;
}
.jsxc-chatarea .jsxc-video {
  display: none !important;
}
.jsxc-chatarea .jsxc-window {
  bottom: 0;
  box-shadow: none;
}
.jsxc-chatarea > ul {
  height: 100%;
  list-style: none;
  padding: 0;
  width: 100%;
}
.jsxc-fullscreen.jsxc-localvideo {
  border: 1px solid #fff;
}
.jsxc-video-suitable .jsxc-name {
  font-style: italic;
}


