HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/intranet.kauko.lt/wp-content/plugins/wise-chat/assets/css/wise-chat.css
/* maven-pro-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/maven-pro-v32-latin_latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/maven-pro-v32-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/maven-pro-v32-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/maven-pro-v32-latin_latin-ext-regular.woff") format("woff"), url("../fonts/maven-pro-v32-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/maven-pro-v32-latin_latin-ext-regular.svg#MavenPro") format("svg");
  /* Legacy iOS */ }

/* maven-pro-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/maven-pro-v32-latin_latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/maven-pro-v32-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/maven-pro-v32-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/maven-pro-v32-latin_latin-ext-700.woff") format("woff"), url("../fonts/maven-pro-v32-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/maven-pro-v32-latin_latin-ext-700.svg#MavenPro") format("svg");
  /* Legacy iOS */ }

/* rajdhani-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rajdhani-v15-latin_latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/rajdhani-v15-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rajdhani-v15-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin_latin-ext-regular.woff") format("woff"), url("../fonts/rajdhani-v15-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/rajdhani-v15-latin_latin-ext-regular.svg#Rajdhani") format("svg");
  /* Legacy iOS */ }

/* rajdhani-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rajdhani-v15-latin_latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/rajdhani-v15-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/rajdhani-v15-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/rajdhani-v15-latin_latin-ext-700.woff") format("woff"), url("../fonts/rajdhani-v15-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/rajdhani-v15-latin_latin-ext-700.svg#Rajdhani") format("svg");
  /* Legacy iOS */ }

.wcContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* commons: */
  /* Progress bar cross-browser styling */
  /* Progress bar - background */
  /* Progress bar - foreground */
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }
  .wcContainer * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .wcContainer .wcInvisible {
    display: none !important; }
  .wcContainer .wcHidden {
    visibility: hidden; }
  .wcContainer .wcLeft {
    float: left; }
  .wcContainer input {
    width: auto;
    display: inline; }
  .wcContainer label {
    width: auto;
    display: inline; }
  .wcContainer a.wcFunctional, .wcContainer a.wcFunctional:focus {
    outline: none;
    text-decoration: none !important;
    padding: 0;
    border: none;
    line-height: 12px;
    font-weight: normal; }
  .wcContainer button.wcFunctional, .wcContainer button.wcFunctional:hover, .wcContainer button.wcFunctional:active, .wcContainer button.wcFunctional:focus {
    outline: none;
    padding: initial;
    border: none;
    line-height: 12px;
    font-weight: normal;
    border-radius: 0;
    width: auto;
    background: none; }
  .wcContainer img.wcFunctional {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline;
    height: auto; }
  .wcContainer .wcButton {
    display: inline-block; }
  .wcContainer .wcCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wcContainer progress.wcMainProgressBar {
    width: 100%;
    font-size: 1em; }
  .wcContainer a.wcDebugLink {
    color: #f00; }
  .wcContainer img.wcChannelAvatar {
    max-width: 25px;
    margin: 0 4px 2px 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .wcContainer a.wcChannelClose {
    width: 17px;
    height: 17px;
    background: transparent url(../../gfx/icons/x.svg) no-repeat 50%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #A6A6A6;
    border-radius: 50%;
    margin-left: 8px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .wcContainer a.wcChannelClose:hover {
      background-color: #f7f7f7; }
  .wcContainer span.wcUnreadMessagesCount {
    background-color: #d4130d;
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    margin-left: 5px; }
  .wcContainer progress, .wcContainer progress[role] {
    height: 5px;
    margin-top: 10px;
    line-height: 5px;
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-size: auto; }
  .wcContainer progress[role]:after {
    background-image: none; }
  .wcContainer progress[role] strong {
    display: none; }
  .wcContainer progress, .wcContainer progress[role][aria-valuenow] {
    background: #ccc !important; }
  .wcContainer progress::-webkit-progress-bar {
    background: #ccc;
    border-radius: 5px !important; }
  .wcContainer progress {
    color: #5789FF;
    border-radius: 5px !important; }
  .wcContainer progress::-moz-progress-bar {
    background: #5789FF;
    border-radius: 5px !important; }
  .wcContainer progress::-webkit-progress-value {
    background: #5789FF;
    border-radius: 5px !important; }
  .wcContainer progress[aria-valuenow]:before {
    background: #5789FF;
    border-radius: 5px !important; }
  .wcContainer .wcErrorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: 1px solid #dfdfdf; }
    .wcContainer .wcErrorBox:before {
      content: '';
      margin-right: 5px;
      width: 23px;
      height: 20px;
      background: url("../../gfx/icons/warnings.svg") 0px 0 no-repeat; }
  .wcContainer .wcCounter {
    font-size: 80%; }
  .wcContainer .wcRedCounter {
    color: #ffffff !important;
    background-color: #ff0000;
    font-size: .6em;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    width: 22px;
    height: 22px; }
  .wcContainer .wcStatus {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%; }
    .wcContainer .wcStatus.wcOnline {
      background: #09c179; }
    .wcContainer .wcStatus.wcOffline {
      background: rgba(244, 31, 31, 0.5); }
  .wcContainer .ScrollbarsCustom-Scroller {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
  .wcContainer .wcLoaderContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wcContainer .wcLoaderContainer.wcLoaderContainerCenter {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .wcContainer .wcLoaderContainer .wcLoader {
      display: inline-block;
      position: relative;
      width: 32px;
      height: 32px; }
    .wcContainer .wcLoaderContainer .wcLoader div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      margin: 4px;
      border: 4px solid #A6A6A6;
      border-radius: 50%;
      -webkit-animation: wcLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
              animation: wcLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #A6A6A6 transparent transparent transparent; }
    .wcContainer .wcLoaderContainer .wcLoader div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .wcContainer .wcLoaderContainer .wcLoader div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .wcContainer .wcLoaderContainer .wcLoader div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }

@-webkit-keyframes wcLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes wcLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    .wcContainer .wcLoaderContainer .wcLoaderText {
      font-size: .8em;
      line-height: .8em;
      margin-left: 2px; }
  .wcContainer button.wcStreamStartButton {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0.7; }
    .wcContainer button.wcStreamStartButton, .wcContainer button.wcStreamStartButton:hover, .wcContainer button.wcStreamStartButton:active, .wcContainer button.wcStreamStartButton:focus {
      background-position: 50%;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent; }
    .wcContainer button.wcStreamStartButton.wcStreamVideo, .wcContainer button.wcStreamStartButton.wcStreamVideo:hover {
      background-image: url(../../gfx/icons/video-calls/video.svg);
      width: 24px;
      height: 20px; }
    .wcContainer button.wcStreamStartButton:hover {
      opacity: 1; }
  .wcContainer .wcStreamStatus {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0.7;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../../gfx/icons/video-calls/video-red.svg);
    width: 24px;
    height: 20px; }
  .wcContainer img.wcEmoticon, .wcContainer span.wcEmoticon {
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 2px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_001, .wcContainer span.wcEmoticon.bg-emot_01_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -131px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_002, .wcContainer span.wcEmoticon.bg-emot_01_32_002 {
      width: 32px;
      height: 35px;
      background: url("../../gfx/emoticons/emots_01_32.png") -120px -68px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_003, .wcContainer span.wcEmoticon.bg-emot_01_32_003 {
      width: 32px;
      height: 38px;
      background: url("../../gfx/emoticons/emots_01_32.png") -68px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_004, .wcContainer span.wcEmoticon.bg-emot_01_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -62px -131px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_005, .wcContainer span.wcEmoticon.bg-emot_01_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -114px -131px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_006, .wcContainer span.wcEmoticon.bg-emot_01_32_006 {
      width: 32px;
      height: 35px;
      background: url("../../gfx/emoticons/emots_01_32.png") -172px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_007, .wcContainer span.wcEmoticon.bg-emot_01_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -166px -131px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_008, .wcContainer span.wcEmoticon.bg-emot_01_32_008 {
      width: 34px;
      height: 30px;
      background: url("../../gfx/emoticons/emots_01_32.png") -328px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_009, .wcContainer span.wcEmoticon.bg-emot_01_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -224px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_010, .wcContainer span.wcEmoticon.bg-emot_01_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -224px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_011, .wcContainer span.wcEmoticon.bg-emot_01_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -224px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_012, .wcContainer span.wcEmoticon.bg-emot_01_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -183px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_013, .wcContainer span.wcEmoticon.bg-emot_01_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -62px -183px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_014, .wcContainer span.wcEmoticon.bg-emot_01_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -114px -183px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_015, .wcContainer span.wcEmoticon.bg-emot_01_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -166px -183px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_016, .wcContainer span.wcEmoticon.bg-emot_01_32_016 {
      width: 32px;
      height: 38px;
      background: url("../../gfx/emoticons/emots_01_32.png") -68px -68px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_017, .wcContainer span.wcEmoticon.bg-emot_01_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -218px -183px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_018, .wcContainer span.wcEmoticon.bg-emot_01_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_019, .wcContainer span.wcEmoticon.bg-emot_01_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_020, .wcContainer span.wcEmoticon.bg-emot_01_32_020 {
      width: 38px;
      height: 40px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_021, .wcContainer span.wcEmoticon.bg-emot_01_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_022, .wcContainer span.wcEmoticon.bg-emot_01_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_023, .wcContainer span.wcEmoticon.bg-emot_01_32_023 {
      width: 32px;
      height: 38px;
      background: url("../../gfx/emoticons/emots_01_32.png") -120px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_024, .wcContainer span.wcEmoticon.bg-emot_01_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -235px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_025, .wcContainer span.wcEmoticon.bg-emot_01_32_025 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -62px -235px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_026, .wcContainer span.wcEmoticon.bg-emot_01_32_026 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -114px -235px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_027, .wcContainer span.wcEmoticon.bg-emot_01_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -166px -235px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_028, .wcContainer span.wcEmoticon.bg-emot_01_32_028 {
      width: 32px;
      height: 34px;
      background: url("../../gfx/emoticons/emots_01_32.png") -172px -65px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_029, .wcContainer span.wcEmoticon.bg-emot_01_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -218px -235px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_030, .wcContainer span.wcEmoticon.bg-emot_01_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -270px -235px; }
    .wcContainer img.wcEmoticon.bg-emot_01_32_031, .wcContainer span.wcEmoticon.bg-emot_01_32_031 {
      width: 33px;
      height: 41px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -70px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_001, .wcContainer span.wcEmoticon.bg-emot_01_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -358px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_002, .wcContainer span.wcEmoticon.bg-emot_01_64_002 {
      width: 64px;
      height: 69px;
      background: url("../../gfx/emoticons/emots_01_64.png") -274px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_003, .wcContainer span.wcEmoticon.bg-emot_01_64_003 {
      width: 64px;
      height: 75px;
      background: url("../../gfx/emoticons/emots_01_64.png") -106px -107px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_004, .wcContainer span.wcEmoticon.bg-emot_01_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -358px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_005, .wcContainer span.wcEmoticon.bg-emot_01_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -358px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_006, .wcContainer span.wcEmoticon.bg-emot_01_64_006 {
      width: 64px;
      height: 70px;
      background: url("../../gfx/emoticons/emots_01_64.png") -190px -105px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_007, .wcContainer span.wcEmoticon.bg-emot_01_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -295px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_008, .wcContainer span.wcEmoticon.bg-emot_01_64_008 {
      width: 70px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -212px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_009, .wcContainer span.wcEmoticon.bg-emot_01_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -94px -295px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_010, .wcContainer span.wcEmoticon.bg-emot_01_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -178px -295px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_011, .wcContainer span.wcEmoticon.bg-emot_01_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -262px -295px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_012, .wcContainer span.wcEmoticon.bg-emot_01_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -346px -295px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_013, .wcContainer span.wcEmoticon.bg-emot_01_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_014, .wcContainer span.wcEmoticon.bg-emot_01_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_015, .wcContainer span.wcEmoticon.bg-emot_01_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_016, .wcContainer span.wcEmoticon.bg-emot_01_64_016 {
      width: 64px;
      height: 77px;
      background: url("../../gfx/emoticons/emots_01_64.png") -106px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_017, .wcContainer span.wcEmoticon.bg-emot_01_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_018, .wcContainer span.wcEmoticon.bg-emot_01_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -379px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_019, .wcContainer span.wcEmoticon.bg-emot_01_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -94px -379px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_020, .wcContainer span.wcEmoticon.bg-emot_01_64_020 {
      width: 76px;
      height: 79px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_021, .wcContainer span.wcEmoticon.bg-emot_01_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -178px -379px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_022, .wcContainer span.wcEmoticon.bg-emot_01_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -262px -379px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_023, .wcContainer span.wcEmoticon.bg-emot_01_64_023 {
      width: 64px;
      height: 75px;
      background: url("../../gfx/emoticons/emots_01_64.png") -190px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_024, .wcContainer span.wcEmoticon.bg-emot_01_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -346px -379px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_025, .wcContainer span.wcEmoticon.bg-emot_01_64_025 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -430px -379px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_026, .wcContainer span.wcEmoticon.bg-emot_01_64_026 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_027, .wcContainer span.wcEmoticon.bg-emot_01_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_028, .wcContainer span.wcEmoticon.bg-emot_01_64_028 {
      width: 64px;
      height: 67px;
      background: url("../../gfx/emoticons/emots_01_64.png") -274px -99px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_029, .wcContainer span.wcEmoticon.bg-emot_01_64_029 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_030, .wcContainer span.wcEmoticon.bg-emot_01_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_01_64_031, .wcContainer span.wcEmoticon.bg-emot_01_64_031 {
      width: 66px;
      height: 83px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -109px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_001, .wcContainer span.wcEmoticon.bg-emot_01_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -158px -376px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_002, .wcContainer span.wcEmoticon.bg-emot_01_128_002 {
      width: 128px;
      height: 139px;
      background: url("../../gfx/emoticons/emots_01_128.png") -480px -157px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_003, .wcContainer span.wcEmoticon.bg-emot_01_128_003 {
      width: 128px;
      height: 151px;
      background: url("../../gfx/emoticons/emots_01_128.png") -184px -183px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_004, .wcContainer span.wcEmoticon.bg-emot_01_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -306px -376px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_005, .wcContainer span.wcEmoticon.bg-emot_01_128_005 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -454px -679px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_006, .wcContainer span.wcEmoticon.bg-emot_01_128_006 {
      width: 128px;
      height: 139px;
      background: url("../../gfx/emoticons/emots_01_128.png") -332px -181px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_007, .wcContainer span.wcEmoticon.bg-emot_01_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -454px -376px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_008, .wcContainer span.wcEmoticon.bg-emot_01_128_008 {
      width: 142px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -480px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_009, .wcContainer span.wcEmoticon.bg-emot_01_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -642px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_010, .wcContainer span.wcEmoticon.bg-emot_01_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -642px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_011, .wcContainer span.wcEmoticon.bg-emot_01_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -642px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_012, .wcContainer span.wcEmoticon.bg-emot_01_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -531px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_013, .wcContainer span.wcEmoticon.bg-emot_01_128_013 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -602px -679px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_014, .wcContainer span.wcEmoticon.bg-emot_01_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -158px -531px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_015, .wcContainer span.wcEmoticon.bg-emot_01_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -306px -531px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_016, .wcContainer span.wcEmoticon.bg-emot_01_128_016 {
      width: 128px;
      height: 153px;
      background: url("../../gfx/emoticons/emots_01_128.png") -184px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_017, .wcContainer span.wcEmoticon.bg-emot_01_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -454px -531px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_018, .wcContainer span.wcEmoticon.bg-emot_01_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -602px -531px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_019, .wcContainer span.wcEmoticon.bg-emot_01_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_020, .wcContainer span.wcEmoticon.bg-emot_01_128_020 {
      width: 154px;
      height: 160px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_021, .wcContainer span.wcEmoticon.bg-emot_01_128_021 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -750px -679px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_022, .wcContainer span.wcEmoticon.bg-emot_01_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_023, .wcContainer span.wcEmoticon.bg-emot_01_128_023 {
      width: 128px;
      height: 151px;
      background: url("../../gfx/emoticons/emots_01_128.png") -332px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_024, .wcContainer span.wcEmoticon.bg-emot_01_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_025, .wcContainer span.wcEmoticon.bg-emot_01_128_025 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_026, .wcContainer span.wcEmoticon.bg-emot_01_128_026 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -679px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_027, .wcContainer span.wcEmoticon.bg-emot_01_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -158px -679px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_028, .wcContainer span.wcEmoticon.bg-emot_01_128_028 {
      width: 128px;
      height: 135px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -376px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_029, .wcContainer span.wcEmoticon.bg-emot_01_128_029 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -306px -679px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_030, .wcContainer span.wcEmoticon.bg-emot_01_128_030 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -938px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_01_128_031, .wcContainer span.wcEmoticon.bg-emot_01_128_031 {
      width: 132px;
      height: 166px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -190px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_001, .wcContainer span.wcEmoticon.bg-emot_02_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_002, .wcContainer span.wcEmoticon.bg-emot_02_32_002 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_003, .wcContainer span.wcEmoticon.bg-emot_02_32_003 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_004, .wcContainer span.wcEmoticon.bg-emot_02_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_005, .wcContainer span.wcEmoticon.bg-emot_02_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_006, .wcContainer span.wcEmoticon.bg-emot_02_32_006 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_007, .wcContainer span.wcEmoticon.bg-emot_02_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_008, .wcContainer span.wcEmoticon.bg-emot_02_32_008 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_009, .wcContainer span.wcEmoticon.bg-emot_02_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_010, .wcContainer span.wcEmoticon.bg-emot_02_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_011, .wcContainer span.wcEmoticon.bg-emot_02_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_012, .wcContainer span.wcEmoticon.bg-emot_02_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_013, .wcContainer span.wcEmoticon.bg-emot_02_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_014, .wcContainer span.wcEmoticon.bg-emot_02_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_015, .wcContainer span.wcEmoticon.bg-emot_02_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_016, .wcContainer span.wcEmoticon.bg-emot_02_32_016 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_017, .wcContainer span.wcEmoticon.bg-emot_02_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_018, .wcContainer span.wcEmoticon.bg-emot_02_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_019, .wcContainer span.wcEmoticon.bg-emot_02_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_020, .wcContainer span.wcEmoticon.bg-emot_02_32_020 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_021, .wcContainer span.wcEmoticon.bg-emot_02_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_022, .wcContainer span.wcEmoticon.bg-emot_02_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_023, .wcContainer span.wcEmoticon.bg-emot_02_32_023 {
      width: 28px;
      height: 33px;
      background: url("../../gfx/emoticons/emots_02_32.png") -374px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_024, .wcContainer span.wcEmoticon.bg-emot_02_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_025, .wcContainer span.wcEmoticon.bg-emot_02_32_025 {
      width: 30px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_026, .wcContainer span.wcEmoticon.bg-emot_02_32_026 {
      width: 30px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -216px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_027, .wcContainer span.wcEmoticon.bg-emot_02_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_028, .wcContainer span.wcEmoticon.bg-emot_02_32_028 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_029, .wcContainer span.wcEmoticon.bg-emot_02_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_030, .wcContainer span.wcEmoticon.bg-emot_02_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_031, .wcContainer span.wcEmoticon.bg-emot_02_32_031 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_032, .wcContainer span.wcEmoticon.bg-emot_02_32_032 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_033, .wcContainer span.wcEmoticon.bg-emot_02_32_033 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_034, .wcContainer span.wcEmoticon.bg-emot_02_32_034 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_035, .wcContainer span.wcEmoticon.bg-emot_02_32_035 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_036, .wcContainer span.wcEmoticon.bg-emot_02_32_036 {
      width: 30px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -266px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_037, .wcContainer span.wcEmoticon.bg-emot_02_32_037 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_038, .wcContainer span.wcEmoticon.bg-emot_02_32_038 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_039, .wcContainer span.wcEmoticon.bg-emot_02_32_039 {
      width: 32px;
      height: 28px;
      background: url("../../gfx/emoticons/emots_02_32.png") -316px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_040, .wcContainer span.wcEmoticon.bg-emot_02_32_040 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_041, .wcContainer span.wcEmoticon.bg-emot_02_32_041 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_042, .wcContainer span.wcEmoticon.bg-emot_02_32_042 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_043, .wcContainer span.wcEmoticon.bg-emot_02_32_043 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_044, .wcContainer span.wcEmoticon.bg-emot_02_32_044 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_045, .wcContainer span.wcEmoticon.bg-emot_02_32_045 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_046, .wcContainer span.wcEmoticon.bg-emot_02_32_046 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_047, .wcContainer span.wcEmoticon.bg-emot_02_32_047 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_048, .wcContainer span.wcEmoticon.bg-emot_02_32_048 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_049, .wcContainer span.wcEmoticon.bg-emot_02_32_049 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_02_32_050, .wcContainer span.wcEmoticon.bg-emot_02_32_050 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_001, .wcContainer span.wcEmoticon.bg-emot_02_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_002, .wcContainer span.wcEmoticon.bg-emot_02_64_002 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_003, .wcContainer span.wcEmoticon.bg-emot_02_64_003 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_004, .wcContainer span.wcEmoticon.bg-emot_02_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_005, .wcContainer span.wcEmoticon.bg-emot_02_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_006, .wcContainer span.wcEmoticon.bg-emot_02_64_006 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_007, .wcContainer span.wcEmoticon.bg-emot_02_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_008, .wcContainer span.wcEmoticon.bg-emot_02_64_008 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_009, .wcContainer span.wcEmoticon.bg-emot_02_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_010, .wcContainer span.wcEmoticon.bg-emot_02_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_011, .wcContainer span.wcEmoticon.bg-emot_02_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_012, .wcContainer span.wcEmoticon.bg-emot_02_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_013, .wcContainer span.wcEmoticon.bg-emot_02_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_014, .wcContainer span.wcEmoticon.bg-emot_02_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_015, .wcContainer span.wcEmoticon.bg-emot_02_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_016, .wcContainer span.wcEmoticon.bg-emot_02_64_016 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_017, .wcContainer span.wcEmoticon.bg-emot_02_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_018, .wcContainer span.wcEmoticon.bg-emot_02_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_019, .wcContainer span.wcEmoticon.bg-emot_02_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_020, .wcContainer span.wcEmoticon.bg-emot_02_64_020 {
      width: 63px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_021, .wcContainer span.wcEmoticon.bg-emot_02_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_022, .wcContainer span.wcEmoticon.bg-emot_02_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_023, .wcContainer span.wcEmoticon.bg-emot_02_64_023 {
      width: 54px;
      height: 66px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -260px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_024, .wcContainer span.wcEmoticon.bg-emot_02_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_025, .wcContainer span.wcEmoticon.bg-emot_02_64_025 {
      width: 58px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_026, .wcContainer span.wcEmoticon.bg-emot_02_64_026 {
      width: 58px;
      height: 62px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_027, .wcContainer span.wcEmoticon.bg-emot_02_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_028, .wcContainer span.wcEmoticon.bg-emot_02_64_028 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_029, .wcContainer span.wcEmoticon.bg-emot_02_64_029 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_030, .wcContainer span.wcEmoticon.bg-emot_02_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_031, .wcContainer span.wcEmoticon.bg-emot_02_64_031 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_032, .wcContainer span.wcEmoticon.bg-emot_02_64_032 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_033, .wcContainer span.wcEmoticon.bg-emot_02_64_033 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_034, .wcContainer span.wcEmoticon.bg-emot_02_64_034 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_035, .wcContainer span.wcEmoticon.bg-emot_02_64_035 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_036, .wcContainer span.wcEmoticon.bg-emot_02_64_036 {
      width: 60px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_037, .wcContainer span.wcEmoticon.bg-emot_02_64_037 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_038, .wcContainer span.wcEmoticon.bg-emot_02_64_038 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_039, .wcContainer span.wcEmoticon.bg-emot_02_64_039 {
      width: 64px;
      height: 56px;
      background: url("../../gfx/emoticons/emots_02_64.png") -261px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_040, .wcContainer span.wcEmoticon.bg-emot_02_64_040 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_041, .wcContainer span.wcEmoticon.bg-emot_02_64_041 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_042, .wcContainer span.wcEmoticon.bg-emot_02_64_042 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_043, .wcContainer span.wcEmoticon.bg-emot_02_64_043 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_044, .wcContainer span.wcEmoticon.bg-emot_02_64_044 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_045, .wcContainer span.wcEmoticon.bg-emot_02_64_045 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_046, .wcContainer span.wcEmoticon.bg-emot_02_64_046 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_047, .wcContainer span.wcEmoticon.bg-emot_02_64_047 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_048, .wcContainer span.wcEmoticon.bg-emot_02_64_048 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_049, .wcContainer span.wcEmoticon.bg-emot_02_64_049 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_02_64_050, .wcContainer span.wcEmoticon.bg-emot_02_64_050 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_001, .wcContainer span.wcEmoticon.bg-emot_02_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -188px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_002, .wcContainer span.wcEmoticon.bg-emot_02_128_002 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -188px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_003, .wcContainer span.wcEmoticon.bg-emot_02_128_003 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_004, .wcContainer span.wcEmoticon.bg-emot_02_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_005, .wcContainer span.wcEmoticon.bg-emot_02_128_005 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -344px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_006, .wcContainer span.wcEmoticon.bg-emot_02_128_006 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -344px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_007, .wcContainer span.wcEmoticon.bg-emot_02_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -344px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_008, .wcContainer span.wcEmoticon.bg-emot_02_128_008 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -344px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_009, .wcContainer span.wcEmoticon.bg-emot_02_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_010, .wcContainer span.wcEmoticon.bg-emot_02_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_011, .wcContainer span.wcEmoticon.bg-emot_02_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_012, .wcContainer span.wcEmoticon.bg-emot_02_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -492px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_013, .wcContainer span.wcEmoticon.bg-emot_02_128_013 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -492px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_014, .wcContainer span.wcEmoticon.bg-emot_02_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -492px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_015, .wcContainer span.wcEmoticon.bg-emot_02_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -492px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_016, .wcContainer span.wcEmoticon.bg-emot_02_128_016 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -492px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_017, .wcContainer span.wcEmoticon.bg-emot_02_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_018, .wcContainer span.wcEmoticon.bg-emot_02_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_019, .wcContainer span.wcEmoticon.bg-emot_02_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_020, .wcContainer span.wcEmoticon.bg-emot_02_128_020 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_021, .wcContainer span.wcEmoticon.bg-emot_02_128_021 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -640px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_022, .wcContainer span.wcEmoticon.bg-emot_02_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -640px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_023, .wcContainer span.wcEmoticon.bg-emot_02_128_023 {
      width: 128px;
      height: 158px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_024, .wcContainer span.wcEmoticon.bg-emot_02_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -640px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_025, .wcContainer span.wcEmoticon.bg-emot_02_128_025 {
      width: 128px;
      height: 140px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_026, .wcContainer span.wcEmoticon.bg-emot_02_128_026 {
      width: 128px;
      height: 137px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_027, .wcContainer span.wcEmoticon.bg-emot_02_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -640px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_028, .wcContainer span.wcEmoticon.bg-emot_02_128_028 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -640px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_029, .wcContainer span.wcEmoticon.bg-emot_02_128_029 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -640px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_030, .wcContainer span.wcEmoticon.bg-emot_02_128_030 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_031, .wcContainer span.wcEmoticon.bg-emot_02_128_031 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_032, .wcContainer span.wcEmoticon.bg-emot_02_128_032 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_033, .wcContainer span.wcEmoticon.bg-emot_02_128_033 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_034, .wcContainer span.wcEmoticon.bg-emot_02_128_034 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_035, .wcContainer span.wcEmoticon.bg-emot_02_128_035 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -788px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_036, .wcContainer span.wcEmoticon.bg-emot_02_128_036 {
      width: 128px;
      height: 136px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -188px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_037, .wcContainer span.wcEmoticon.bg-emot_02_128_037 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -788px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_038, .wcContainer span.wcEmoticon.bg-emot_02_128_038 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -788px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_039, .wcContainer span.wcEmoticon.bg-emot_02_128_039 {
      width: 128px;
      height: 113px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -936px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_040, .wcContainer span.wcEmoticon.bg-emot_02_128_040 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -788px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_041, .wcContainer span.wcEmoticon.bg-emot_02_128_041 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -788px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_042, .wcContainer span.wcEmoticon.bg-emot_02_128_042 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -788px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_043, .wcContainer span.wcEmoticon.bg-emot_02_128_043 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -788px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_044, .wcContainer span.wcEmoticon.bg-emot_02_128_044 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_045, .wcContainer span.wcEmoticon.bg-emot_02_128_045 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_046, .wcContainer span.wcEmoticon.bg-emot_02_128_046 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_047, .wcContainer span.wcEmoticon.bg-emot_02_128_047 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_048, .wcContainer span.wcEmoticon.bg-emot_02_128_048 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_049, .wcContainer span.wcEmoticon.bg-emot_02_128_049 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_02_128_050, .wcContainer span.wcEmoticon.bg-emot_02_128_050 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -936px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_001, .wcContainer span.wcEmoticon.bg-emot_03_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_002, .wcContainer span.wcEmoticon.bg-emot_03_32_002 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_003, .wcContainer span.wcEmoticon.bg-emot_03_32_003 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_004, .wcContainer span.wcEmoticon.bg-emot_03_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_005, .wcContainer span.wcEmoticon.bg-emot_03_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_006, .wcContainer span.wcEmoticon.bg-emot_03_32_006 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_007, .wcContainer span.wcEmoticon.bg-emot_03_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_008, .wcContainer span.wcEmoticon.bg-emot_03_32_008 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_009, .wcContainer span.wcEmoticon.bg-emot_03_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_010, .wcContainer span.wcEmoticon.bg-emot_03_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_011, .wcContainer span.wcEmoticon.bg-emot_03_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_012, .wcContainer span.wcEmoticon.bg-emot_03_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_013, .wcContainer span.wcEmoticon.bg-emot_03_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_014, .wcContainer span.wcEmoticon.bg-emot_03_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_015, .wcContainer span.wcEmoticon.bg-emot_03_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_016, .wcContainer span.wcEmoticon.bg-emot_03_32_016 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_017, .wcContainer span.wcEmoticon.bg-emot_03_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_018, .wcContainer span.wcEmoticon.bg-emot_03_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_019, .wcContainer span.wcEmoticon.bg-emot_03_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_020, .wcContainer span.wcEmoticon.bg-emot_03_32_020 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_021, .wcContainer span.wcEmoticon.bg-emot_03_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_022, .wcContainer span.wcEmoticon.bg-emot_03_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_023, .wcContainer span.wcEmoticon.bg-emot_03_32_023 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_024, .wcContainer span.wcEmoticon.bg-emot_03_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_025, .wcContainer span.wcEmoticon.bg-emot_03_32_025 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_026, .wcContainer span.wcEmoticon.bg-emot_03_32_026 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_027, .wcContainer span.wcEmoticon.bg-emot_03_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_028, .wcContainer span.wcEmoticon.bg-emot_03_32_028 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_029, .wcContainer span.wcEmoticon.bg-emot_03_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_030, .wcContainer span.wcEmoticon.bg-emot_03_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_031, .wcContainer span.wcEmoticon.bg-emot_03_32_031 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_032, .wcContainer span.wcEmoticon.bg-emot_03_32_032 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_033, .wcContainer span.wcEmoticon.bg-emot_03_32_033 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_034, .wcContainer span.wcEmoticon.bg-emot_03_32_034 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_035, .wcContainer span.wcEmoticon.bg-emot_03_32_035 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_036, .wcContainer span.wcEmoticon.bg-emot_03_32_036 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_037, .wcContainer span.wcEmoticon.bg-emot_03_32_037 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_038, .wcContainer span.wcEmoticon.bg-emot_03_32_038 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_039, .wcContainer span.wcEmoticon.bg-emot_03_32_039 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_040, .wcContainer span.wcEmoticon.bg-emot_03_32_040 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_041, .wcContainer span.wcEmoticon.bg-emot_03_32_041 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_042, .wcContainer span.wcEmoticon.bg-emot_03_32_042 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_043, .wcContainer span.wcEmoticon.bg-emot_03_32_043 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_044, .wcContainer span.wcEmoticon.bg-emot_03_32_044 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_045, .wcContainer span.wcEmoticon.bg-emot_03_32_045 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_046, .wcContainer span.wcEmoticon.bg-emot_03_32_046 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_047, .wcContainer span.wcEmoticon.bg-emot_03_32_047 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_03_32_048, .wcContainer span.wcEmoticon.bg-emot_03_32_048 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_001, .wcContainer span.wcEmoticon.bg-emot_03_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_002, .wcContainer span.wcEmoticon.bg-emot_03_64_002 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_003, .wcContainer span.wcEmoticon.bg-emot_03_64_003 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_004, .wcContainer span.wcEmoticon.bg-emot_03_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_005, .wcContainer span.wcEmoticon.bg-emot_03_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_006, .wcContainer span.wcEmoticon.bg-emot_03_64_006 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_007, .wcContainer span.wcEmoticon.bg-emot_03_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_008, .wcContainer span.wcEmoticon.bg-emot_03_64_008 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_009, .wcContainer span.wcEmoticon.bg-emot_03_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_010, .wcContainer span.wcEmoticon.bg-emot_03_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_011, .wcContainer span.wcEmoticon.bg-emot_03_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_012, .wcContainer span.wcEmoticon.bg-emot_03_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_013, .wcContainer span.wcEmoticon.bg-emot_03_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_014, .wcContainer span.wcEmoticon.bg-emot_03_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_015, .wcContainer span.wcEmoticon.bg-emot_03_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_016, .wcContainer span.wcEmoticon.bg-emot_03_64_016 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_017, .wcContainer span.wcEmoticon.bg-emot_03_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_018, .wcContainer span.wcEmoticon.bg-emot_03_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_019, .wcContainer span.wcEmoticon.bg-emot_03_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_020, .wcContainer span.wcEmoticon.bg-emot_03_64_020 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_021, .wcContainer span.wcEmoticon.bg-emot_03_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_022, .wcContainer span.wcEmoticon.bg-emot_03_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_023, .wcContainer span.wcEmoticon.bg-emot_03_64_023 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_024, .wcContainer span.wcEmoticon.bg-emot_03_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_025, .wcContainer span.wcEmoticon.bg-emot_03_64_025 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_026, .wcContainer span.wcEmoticon.bg-emot_03_64_026 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_027, .wcContainer span.wcEmoticon.bg-emot_03_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_028, .wcContainer span.wcEmoticon.bg-emot_03_64_028 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_029, .wcContainer span.wcEmoticon.bg-emot_03_64_029 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_030, .wcContainer span.wcEmoticon.bg-emot_03_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_031, .wcContainer span.wcEmoticon.bg-emot_03_64_031 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_032, .wcContainer span.wcEmoticon.bg-emot_03_64_032 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_033, .wcContainer span.wcEmoticon.bg-emot_03_64_033 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_034, .wcContainer span.wcEmoticon.bg-emot_03_64_034 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_035, .wcContainer span.wcEmoticon.bg-emot_03_64_035 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_036, .wcContainer span.wcEmoticon.bg-emot_03_64_036 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_037, .wcContainer span.wcEmoticon.bg-emot_03_64_037 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_038, .wcContainer span.wcEmoticon.bg-emot_03_64_038 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_039, .wcContainer span.wcEmoticon.bg-emot_03_64_039 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_040, .wcContainer span.wcEmoticon.bg-emot_03_64_040 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_041, .wcContainer span.wcEmoticon.bg-emot_03_64_041 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_042, .wcContainer span.wcEmoticon.bg-emot_03_64_042 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_043, .wcContainer span.wcEmoticon.bg-emot_03_64_043 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_044, .wcContainer span.wcEmoticon.bg-emot_03_64_044 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_045, .wcContainer span.wcEmoticon.bg-emot_03_64_045 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_046, .wcContainer span.wcEmoticon.bg-emot_03_64_046 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_047, .wcContainer span.wcEmoticon.bg-emot_03_64_047 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_03_64_048, .wcContainer span.wcEmoticon.bg-emot_03_64_048 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -514px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_001, .wcContainer span.wcEmoticon.bg-emot_03_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_002, .wcContainer span.wcEmoticon.bg-emot_03_128_002 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_003, .wcContainer span.wcEmoticon.bg-emot_03_128_003 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_004, .wcContainer span.wcEmoticon.bg-emot_03_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_005, .wcContainer span.wcEmoticon.bg-emot_03_128_005 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_006, .wcContainer span.wcEmoticon.bg-emot_03_128_006 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_007, .wcContainer span.wcEmoticon.bg-emot_03_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_008, .wcContainer span.wcEmoticon.bg-emot_03_128_008 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_009, .wcContainer span.wcEmoticon.bg-emot_03_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_010, .wcContainer span.wcEmoticon.bg-emot_03_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_011, .wcContainer span.wcEmoticon.bg-emot_03_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_012, .wcContainer span.wcEmoticon.bg-emot_03_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_013, .wcContainer span.wcEmoticon.bg-emot_03_128_013 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_014, .wcContainer span.wcEmoticon.bg-emot_03_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_015, .wcContainer span.wcEmoticon.bg-emot_03_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_016, .wcContainer span.wcEmoticon.bg-emot_03_128_016 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_017, .wcContainer span.wcEmoticon.bg-emot_03_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_018, .wcContainer span.wcEmoticon.bg-emot_03_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_019, .wcContainer span.wcEmoticon.bg-emot_03_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_020, .wcContainer span.wcEmoticon.bg-emot_03_128_020 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_021, .wcContainer span.wcEmoticon.bg-emot_03_128_021 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_022, .wcContainer span.wcEmoticon.bg-emot_03_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_023, .wcContainer span.wcEmoticon.bg-emot_03_128_023 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_024, .wcContainer span.wcEmoticon.bg-emot_03_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_025, .wcContainer span.wcEmoticon.bg-emot_03_128_025 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_026, .wcContainer span.wcEmoticon.bg-emot_03_128_026 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_027, .wcContainer span.wcEmoticon.bg-emot_03_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_028, .wcContainer span.wcEmoticon.bg-emot_03_128_028 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_029, .wcContainer span.wcEmoticon.bg-emot_03_128_029 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_030, .wcContainer span.wcEmoticon.bg-emot_03_128_030 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_031, .wcContainer span.wcEmoticon.bg-emot_03_128_031 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_032, .wcContainer span.wcEmoticon.bg-emot_03_128_032 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_033, .wcContainer span.wcEmoticon.bg-emot_03_128_033 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_034, .wcContainer span.wcEmoticon.bg-emot_03_128_034 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_035, .wcContainer span.wcEmoticon.bg-emot_03_128_035 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_036, .wcContainer span.wcEmoticon.bg-emot_03_128_036 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_037, .wcContainer span.wcEmoticon.bg-emot_03_128_037 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_038, .wcContainer span.wcEmoticon.bg-emot_03_128_038 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_039, .wcContainer span.wcEmoticon.bg-emot_03_128_039 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_040, .wcContainer span.wcEmoticon.bg-emot_03_128_040 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_041, .wcContainer span.wcEmoticon.bg-emot_03_128_041 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_042, .wcContainer span.wcEmoticon.bg-emot_03_128_042 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_043, .wcContainer span.wcEmoticon.bg-emot_03_128_043 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -898px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_044, .wcContainer span.wcEmoticon.bg-emot_03_128_044 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -898px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_045, .wcContainer span.wcEmoticon.bg-emot_03_128_045 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -898px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_046, .wcContainer span.wcEmoticon.bg-emot_03_128_046 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -898px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_047, .wcContainer span.wcEmoticon.bg-emot_03_128_047 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -898px; }
    .wcContainer img.wcEmoticon.bg-emot_03_128_048, .wcContainer span.wcEmoticon.bg-emot_03_128_048 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -898px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_001, .wcContainer span.wcEmoticon.bg-emot_04_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_002, .wcContainer span.wcEmoticon.bg-emot_04_32_002 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_003, .wcContainer span.wcEmoticon.bg-emot_04_32_003 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_004, .wcContainer span.wcEmoticon.bg-emot_04_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_005, .wcContainer span.wcEmoticon.bg-emot_04_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_006, .wcContainer span.wcEmoticon.bg-emot_04_32_006 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_007, .wcContainer span.wcEmoticon.bg-emot_04_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_008, .wcContainer span.wcEmoticon.bg-emot_04_32_008 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_009, .wcContainer span.wcEmoticon.bg-emot_04_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_010, .wcContainer span.wcEmoticon.bg-emot_04_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_011, .wcContainer span.wcEmoticon.bg-emot_04_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_012, .wcContainer span.wcEmoticon.bg-emot_04_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_013, .wcContainer span.wcEmoticon.bg-emot_04_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_014, .wcContainer span.wcEmoticon.bg-emot_04_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_015, .wcContainer span.wcEmoticon.bg-emot_04_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_016, .wcContainer span.wcEmoticon.bg-emot_04_32_016 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_017, .wcContainer span.wcEmoticon.bg-emot_04_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_018, .wcContainer span.wcEmoticon.bg-emot_04_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_019, .wcContainer span.wcEmoticon.bg-emot_04_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_020, .wcContainer span.wcEmoticon.bg-emot_04_32_020 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_021, .wcContainer span.wcEmoticon.bg-emot_04_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_022, .wcContainer span.wcEmoticon.bg-emot_04_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_023, .wcContainer span.wcEmoticon.bg-emot_04_32_023 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_024, .wcContainer span.wcEmoticon.bg-emot_04_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_025, .wcContainer span.wcEmoticon.bg-emot_04_32_025 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_026, .wcContainer span.wcEmoticon.bg-emot_04_32_026 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_027, .wcContainer span.wcEmoticon.bg-emot_04_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_028, .wcContainer span.wcEmoticon.bg-emot_04_32_028 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_029, .wcContainer span.wcEmoticon.bg-emot_04_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_030, .wcContainer span.wcEmoticon.bg-emot_04_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_031, .wcContainer span.wcEmoticon.bg-emot_04_32_031 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_032, .wcContainer span.wcEmoticon.bg-emot_04_32_032 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_033, .wcContainer span.wcEmoticon.bg-emot_04_32_033 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_034, .wcContainer span.wcEmoticon.bg-emot_04_32_034 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_035, .wcContainer span.wcEmoticon.bg-emot_04_32_035 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_036, .wcContainer span.wcEmoticon.bg-emot_04_32_036 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_037, .wcContainer span.wcEmoticon.bg-emot_04_32_037 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_038, .wcContainer span.wcEmoticon.bg-emot_04_32_038 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -62px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_039, .wcContainer span.wcEmoticon.bg-emot_04_32_039 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -114px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_040, .wcContainer span.wcEmoticon.bg-emot_04_32_040 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -166px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_041, .wcContainer span.wcEmoticon.bg-emot_04_32_041 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -218px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_042, .wcContainer span.wcEmoticon.bg-emot_04_32_042 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -270px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_043, .wcContainer span.wcEmoticon.bg-emot_04_32_043 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_044, .wcContainer span.wcEmoticon.bg-emot_04_32_044 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_045, .wcContainer span.wcEmoticon.bg-emot_04_32_045 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_046, .wcContainer span.wcEmoticon.bg-emot_04_32_046 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_047, .wcContainer span.wcEmoticon.bg-emot_04_32_047 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_048, .wcContainer span.wcEmoticon.bg-emot_04_32_048 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_049, .wcContainer span.wcEmoticon.bg-emot_04_32_049 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -322px; }
    .wcContainer img.wcEmoticon.bg-emot_04_32_050, .wcContainer span.wcEmoticon.bg-emot_04_32_050 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -374px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_001, .wcContainer span.wcEmoticon.bg-emot_04_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -95px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_002, .wcContainer span.wcEmoticon.bg-emot_04_64_002 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -95px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_003, .wcContainer span.wcEmoticon.bg-emot_04_64_003 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -95px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_004, .wcContainer span.wcEmoticon.bg-emot_04_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_005, .wcContainer span.wcEmoticon.bg-emot_04_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_006, .wcContainer span.wcEmoticon.bg-emot_04_64_006 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -179px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_007, .wcContainer span.wcEmoticon.bg-emot_04_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -179px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_008, .wcContainer span.wcEmoticon.bg-emot_04_64_008 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -179px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_009, .wcContainer span.wcEmoticon.bg-emot_04_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -179px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_010, .wcContainer span.wcEmoticon.bg-emot_04_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_011, .wcContainer span.wcEmoticon.bg-emot_04_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_012, .wcContainer span.wcEmoticon.bg-emot_04_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_013, .wcContainer span.wcEmoticon.bg-emot_04_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -263px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_014, .wcContainer span.wcEmoticon.bg-emot_04_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -263px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_015, .wcContainer span.wcEmoticon.bg-emot_04_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -263px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_016, .wcContainer span.wcEmoticon.bg-emot_04_64_016 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -263px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_017, .wcContainer span.wcEmoticon.bg-emot_04_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -263px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_018, .wcContainer span.wcEmoticon.bg-emot_04_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_019, .wcContainer span.wcEmoticon.bg-emot_04_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_020, .wcContainer span.wcEmoticon.bg-emot_04_64_020 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_021, .wcContainer span.wcEmoticon.bg-emot_04_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_022, .wcContainer span.wcEmoticon.bg-emot_04_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -347px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_023, .wcContainer span.wcEmoticon.bg-emot_04_64_023 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -347px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_024, .wcContainer span.wcEmoticon.bg-emot_04_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -347px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_025, .wcContainer span.wcEmoticon.bg-emot_04_64_025 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -347px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_026, .wcContainer span.wcEmoticon.bg-emot_04_64_026 {
      width: 64px;
      height: 65px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_027, .wcContainer span.wcEmoticon.bg-emot_04_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -347px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_028, .wcContainer span.wcEmoticon.bg-emot_04_64_028 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -347px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_029, .wcContainer span.wcEmoticon.bg-emot_04_64_029 {
      width: 64px;
      height: 65px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_030, .wcContainer span.wcEmoticon.bg-emot_04_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_031, .wcContainer span.wcEmoticon.bg-emot_04_64_031 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_032, .wcContainer span.wcEmoticon.bg-emot_04_64_032 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_033, .wcContainer span.wcEmoticon.bg-emot_04_64_033 {
      width: 64px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -515px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_034, .wcContainer span.wcEmoticon.bg-emot_04_64_034 {
      width: 64px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -515px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_035, .wcContainer span.wcEmoticon.bg-emot_04_64_035 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_036, .wcContainer span.wcEmoticon.bg-emot_04_64_036 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_037, .wcContainer span.wcEmoticon.bg-emot_04_64_037 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -431px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_038, .wcContainer span.wcEmoticon.bg-emot_04_64_038 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -431px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_039, .wcContainer span.wcEmoticon.bg-emot_04_64_039 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -431px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_040, .wcContainer span.wcEmoticon.bg-emot_04_64_040 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -431px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_041, .wcContainer span.wcEmoticon.bg-emot_04_64_041 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -431px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_042, .wcContainer span.wcEmoticon.bg-emot_04_64_042 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -431px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_043, .wcContainer span.wcEmoticon.bg-emot_04_64_043 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -431px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_044, .wcContainer span.wcEmoticon.bg-emot_04_64_044 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_045, .wcContainer span.wcEmoticon.bg-emot_04_64_045 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -94px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_046, .wcContainer span.wcEmoticon.bg-emot_04_64_046 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -178px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_047, .wcContainer span.wcEmoticon.bg-emot_04_64_047 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -262px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_048, .wcContainer span.wcEmoticon.bg-emot_04_64_048 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -346px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_049, .wcContainer span.wcEmoticon.bg-emot_04_64_049 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -430px; }
    .wcContainer img.wcEmoticon.bg-emot_04_64_050, .wcContainer span.wcEmoticon.bg-emot_04_64_050 {
      width: 64px;
      height: 65px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_001, .wcContainer span.wcEmoticon.bg-emot_04_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -159px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_002, .wcContainer span.wcEmoticon.bg-emot_04_128_002 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -159px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_003, .wcContainer span.wcEmoticon.bg-emot_04_128_003 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -159px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_004, .wcContainer span.wcEmoticon.bg-emot_04_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_005, .wcContainer span.wcEmoticon.bg-emot_04_128_005 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_006, .wcContainer span.wcEmoticon.bg-emot_04_128_006 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -307px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_007, .wcContainer span.wcEmoticon.bg-emot_04_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -307px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_008, .wcContainer span.wcEmoticon.bg-emot_04_128_008 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -307px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_009, .wcContainer span.wcEmoticon.bg-emot_04_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -307px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_010, .wcContainer span.wcEmoticon.bg-emot_04_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_011, .wcContainer span.wcEmoticon.bg-emot_04_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_012, .wcContainer span.wcEmoticon.bg-emot_04_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_013, .wcContainer span.wcEmoticon.bg-emot_04_128_013 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -455px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_014, .wcContainer span.wcEmoticon.bg-emot_04_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -455px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_015, .wcContainer span.wcEmoticon.bg-emot_04_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -455px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_016, .wcContainer span.wcEmoticon.bg-emot_04_128_016 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -455px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_017, .wcContainer span.wcEmoticon.bg-emot_04_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -455px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_018, .wcContainer span.wcEmoticon.bg-emot_04_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_019, .wcContainer span.wcEmoticon.bg-emot_04_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_020, .wcContainer span.wcEmoticon.bg-emot_04_128_020 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_021, .wcContainer span.wcEmoticon.bg-emot_04_128_021 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_022, .wcContainer span.wcEmoticon.bg-emot_04_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -603px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_023, .wcContainer span.wcEmoticon.bg-emot_04_128_023 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -603px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_024, .wcContainer span.wcEmoticon.bg-emot_04_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -603px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_025, .wcContainer span.wcEmoticon.bg-emot_04_128_025 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -603px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_026, .wcContainer span.wcEmoticon.bg-emot_04_128_026 {
      width: 128px;
      height: 129px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_027, .wcContainer span.wcEmoticon.bg-emot_04_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -603px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_028, .wcContainer span.wcEmoticon.bg-emot_04_128_028 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -603px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_029, .wcContainer span.wcEmoticon.bg-emot_04_128_029 {
      width: 128px;
      height: 129px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_030, .wcContainer span.wcEmoticon.bg-emot_04_128_030 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_031, .wcContainer span.wcEmoticon.bg-emot_04_128_031 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_032, .wcContainer span.wcEmoticon.bg-emot_04_128_032 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_033, .wcContainer span.wcEmoticon.bg-emot_04_128_033 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_034, .wcContainer span.wcEmoticon.bg-emot_04_128_034 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_035, .wcContainer span.wcEmoticon.bg-emot_04_128_035 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -751px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_036, .wcContainer span.wcEmoticon.bg-emot_04_128_036 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -751px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_037, .wcContainer span.wcEmoticon.bg-emot_04_128_037 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -751px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_038, .wcContainer span.wcEmoticon.bg-emot_04_128_038 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -751px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_040, .wcContainer span.wcEmoticon.bg-emot_04_128_040 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -751px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_039, .wcContainer span.wcEmoticon.bg-emot_04_128_039 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -751px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_041, .wcContainer span.wcEmoticon.bg-emot_04_128_041 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -751px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_042, .wcContainer span.wcEmoticon.bg-emot_04_128_042 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -10px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_043, .wcContainer span.wcEmoticon.bg-emot_04_128_043 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -158px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_044, .wcContainer span.wcEmoticon.bg-emot_04_128_044 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -306px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_045, .wcContainer span.wcEmoticon.bg-emot_04_128_045 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -454px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_046, .wcContainer span.wcEmoticon.bg-emot_04_128_046 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -602px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_047, .wcContainer span.wcEmoticon.bg-emot_04_128_047 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -750px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_048, .wcContainer span.wcEmoticon.bg-emot_04_128_048 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -899px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_049, .wcContainer span.wcEmoticon.bg-emot_04_128_049 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -899px; }
    .wcContainer img.wcEmoticon.bg-emot_04_128_050, .wcContainer span.wcEmoticon.bg-emot_04_128_050 {
      width: 128px;
      height: 129px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -10px; }
  .wcContainer .wcChannel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wcContainer .wcChannel .wcChannelViewToolbar {
      display: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px; }
      .wcContainer .wcChannel .wcChannelViewToolbar > :not(:last-child) {
        margin-right: 3px; }
      .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton {
        display: inline-block;
        overflow: hidden;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        opacity: 0.7; }
        .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:hover, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:active, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:focus {
          background-position: 50%;
          background-size: contain;
          background-repeat: no-repeat;
          background-color: transparent; }
        .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream:hover {
          background-image: url(../../gfx/icons/video-calls/video-red.svg);
          width: 30px;
          height: 25px; }
        .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat:hover {
          background-image: url(../../gfx/icons/chat.svg);
          width: 30px;
          height: 25px; }
        .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:hover, .wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonCurrent {
          opacity: 1; }
    .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream .wcChannelViewToolbar, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream .wcChannelViewToolbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .wcContainer .wcChannel.wcChannelViewChat .wcChannelData .wcStream {
      display: none; }
    .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcCounter, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcCounter, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcCounter, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelIntro, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelInput, .wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcCounter {
      display: none; }
    .wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelData .wcMessages, .wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelIntro, .wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelInput, .wcContainer .wcChannel.wcChannelStreamMaximized .wcCounter, .wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelViewToolbar {
      display: none !important; }
    .wcContainer .wcChannel .wcChannelData {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: grid;
      gap: 1em;
      grid-auto-flow: column;
      grid-auto-columns: 1fr; }
      .wcContainer .wcChannel .wcChannelData .wcMessages {
        margin: 0;
        -webkit-overflow-scrolling: touch; }
        .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage {
          margin: 3px 0 3px 0;
          position: relative; }
          .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime > * {
            font-size: 0.9em; }
          .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcUser {
            margin-right: 5px;
            line-height: 1em;
            -webkit-box-shadow: none;
                    box-shadow: none; }
          .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead a.wcUser:hover {
            text-decoration: underline; }
          .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcTime {
            color: #a6a6a6; }
            .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcTime .wcMessageTimeDate {
              margin-right: 3px; }
          .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
            font-weight: bold; }
          .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage.wcAwaitingApproval {
            background-color: rgba(255, 0, 4, 0.07);
            border: 1px solid rgba(255, 0, 4, 0.17); }
          .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcAvatar {
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              border-radius: 50%;
              -webkit-box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
                      box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
              max-width: 45px; }
            .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
              -webkit-box-flex: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              min-width: 100px;
              /* overflow fix */
              overflow-wrap: break-word;
              word-wrap: break-word;
              -ms-word-break: break-all;
              -ms-hyphens: auto;
              -webkit-hyphens: auto;
              hyphens: auto;
              background: #f7f7f7;
              padding: 10px;
              line-height: 1.3;
              position: relative;
              /* buttons */
              /* stats */ }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcImage, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon {
                max-height: 55px;
                max-width: 55px;
                border-radius: 5px;
                -webkit-box-shadow: none;
                        box-shadow: none;
                border: none;
                display: inline-block;
                vertical-align: middle;
                margin-bottom: 4px; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcImage.wcTenorGIF, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon.wcTenorGIF {
                  max-height: 140px;
                  max-width: 140px; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon {
                max-height: initial;
                max-width: initial; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent video {
                max-width: 100%; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
                word-break: break-word; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent {
                display: none; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalEditing {
                border: 1px dashed #00c179;
                outline: 0 solid transparent; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent:not(.wcEditing) .wcInternalEditing {
                display: none; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
                background-color: #ebebeb;
                border-left: 4px solid #dfdfdf;
                padding: 5px;
                margin-bottom: 2px; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  margin-bottom: 2px;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead > :not(:last-child) {
                    margin-right: 7px; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcUser, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcQuoteContent, .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead span.wcTime {
                    font-size: 0.8em;
                    line-height: 1em; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcAvatar {
                    max-width: 1em; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcTime {
                    color: #a6a6a6; }
                    .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcTime .wcMessageTimeDate {
                      margin-right: 5px; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools {
                text-align: right;
                padding: 2px; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools a {
                  padding: 0;
                  width: 20px;
                  height: 20px;
                  display: inline-block;
                  text-decoration: none;
                  border: 1px solid #A6A6A6;
                  border-radius: 50%;
                  -webkit-transition: all .2s ease-in;
                  transition: all .2s ease-in;
                  font-size: 0.9%;
                  margin-left: 2px; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcCancelButton {
                  background: rgba(244, 31, 31, 0.15) url(../../gfx/icons/x.svg) no-repeat center center;
                  border-color: rgba(244, 31, 31, 0.2); }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcCancelButton:hover {
                    border-color: rgba(244, 31, 31, 0.7); }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcSaveButton {
                  background: rgba(0, 193, 121, 0.15) url(../../gfx/icons/approve.svg) no-repeat center center;
                  border-color: rgba(0, 193, 121, 0.2); }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcSaveButton:hover {
                    border-color: rgba(0, 193, 121, 0.7); }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton {
                position: absolute;
                right: 5px;
                top: 5px;
                padding: 5px;
                -webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.03);
                        box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.03);
                border: 1px solid #e1e1e1;
                display: none;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                z-index: 1;
                width: 20px;
                height: 20px;
                background: #efefef url(../../gfx/icons/3dots.svg) center center no-repeat;
                background-size: 14px; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton:hover {
                  border: 1px solid #dadada; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton.wcActionsButtonVisible {
                  display: block; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                margin-top: 2px;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: row;
                          flex-direction: row;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    outline: none;
                    text-decoration: none; }
                    .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionButtonActive span {
                      font-weight: bold; }
                    .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton img {
                      margin-right: 2px; }
                    .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton:not(:last-child) {
                      margin-right: 8px; }
                    .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLike img {
                      padding-bottom: 2px;
                      height: 0.8rem; }
                    .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLove img {
                      height: 0.8rem; }
                    .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionSad img {
                      height: 0.8rem; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcTime {
                  margin-left: 10px; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin-top: 2px; }
                .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: row;
                          flex-direction: row;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter > span {
                    padding-right: 1px;
                    font-size: 0.9em; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter:not(:last-child) {
                    margin-right: 3px; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionLike img {
                    padding-bottom: 4px;
                    height: 0.8rem; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionLove img {
                    padding-bottom: 1px;
                    height: 0.8rem; }
                  .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionSad img {
                    padding-bottom: 1px;
                    height: 0.8rem; }
              .wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters + .wcReactionsButtons {
                margin-top: 0; }
    .wcContainer .wcChannel .wcChannelInput {
      /* Attachments section */ }
      .wcContainer .wcChannel .wcChannelInput button {
        margin: 0; }
      .wcContainer .wcChannel .wcChannelInput .wcInputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          min-height: 55px;
          padding: 14px 5px 14px 15px;
          border: 0;
          outline: 0;
          width: auto;
          min-width: 250px;
          resize: none;
          overflow: hidden; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput, .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput * {
            font-size: 16px;
            line-height: 24px; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput img {
            max-width: 150px;
            max-height: 150px; }
        .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput[contentEditable=true]:empty:not(:focus):before {
          content: attr(data-placeholder);
          pointer-events: none;
          color: grey; }
        .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
            cursor: pointer !important;
            display: inline-block;
            width: 55px;
            height: 55px;
            position: relative;
            overflow: hidden;
            -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in; }
            .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton input {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              opacity: 0.001;
              cursor: pointer;
              z-index: 1000;
              margin: 0; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
            background: #f7f7f7 url(../../gfx/icons/attach.svg) center center no-repeat;
            width: 46px; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
            background: #f7f7f7 url(../../gfx/icons/camera.svg) center center no-repeat;
            width: 50px; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
            background: #f7f7f7 url(../../gfx/icons/emoticon.svg) center center no-repeat;
            width: 46px; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
            background: #f7f7f7 url(../../gfx/icons/mic.svg) center center no-repeat;
            width: 46px; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
            background: #f7f7f7 url(../../gfx/icons/stop-button.svg) center center no-repeat;
            width: 46px; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
            cursor: pointer !important;
            background-color: #dfdfdf; }
          .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
            background-color: #f7f7f7;
            height: 55px;
            overflow: hidden;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
      .wcContainer .wcChannel .wcChannelInput .wcReplyTo {
        position: relative;
        padding: 10px 45px 10px 15px;
        background: #f2f2f2;
        font-size: 0.9em;
        color: #4a4a4a; }
        .wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          -ms-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto;
          line-height: 1.1;
          font-size: 0.8em; }
          .wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcImage, .wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcEmoticon {
            max-height: 55px;
            max-width: 55px;
            border-radius: 5px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border: none;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 4px; }
          .wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcEmoticon {
            max-height: initial;
            max-width: initial; }
        .wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
          position: absolute;
          right: 5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 35px;
          height: 35px;
          background-image: url(../../gfx/icons/x.svg);
          background-position: 50%;
          background-size: contain;
          cursor: pointer;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
        .wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton:hover {
          background-color: #dfdfdf; }
      .wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 2px; }
        .wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcImagePreview {
          max-width: 70px;
          max-height: 50px;
          cursor: pointer;
          display: inline-block;
          vertical-align: middle;
          margin-right: 3px;
          border-radius: 5px; }
        .wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
          background: transparent url(../../gfx/icons/x.svg) center center no-repeat;
          width: 21px;
          height: 21px;
          border: 1px solid #A6A6A6;
          border-radius: 50%;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in;
          margin-left: 5px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
          background-color: #dfdfdf; }
    .wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInput {
      min-width: unset;
      width: 100%; }
    .wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
      width: 28px;
      background-size: 25px 25px !important; }
    .wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
      font-size: 0;
      background-image: url(../../gfx/icons/send.svg) !important;
      background-position: center center !important;
      background-size: 25px 25px !important;
      background-repeat: no-repeat !important;
      width: 30px;
      height: 25px; }
    .wcContainer .wcChannel .wcCounter {
      text-align: right; }
    .wcContainer .wcChannel.wcTopInput .wcChannelInput {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .wcContainer .wcChannel.wcTopInput .wcChannelData {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .wcContainer .wcChannel .wcChannelCoverContainer {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wcContainer .wcChannel .wcChannelCoverContainer .wcChannelCover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .wcContainer .wcChannel .wcChannelIntro {
      margin-top: 5px;
      margin-bottom: 10px;
      background-color: #f7f7f7;
      border: 1px solid #f1f1f1;
      line-height: 1.2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .wcContainer .wcChannel .wcChannelIntro .wcChannelIntroAvatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .wcContainer .wcChannel .wcChannelIntro .wcChannelIntroAvatar .wcAvatar {
          max-width: 80px;
          display: block; }
      .wcContainer .wcChannel .wcChannelIntro .wcChannelIntroContent {
        padding: 5px 5px 5px 13px; }
      .wcContainer .wcChannel .wcChannelIntro .wcName {
        font-size: 1.2em; }
  .wcContainer .wcBrowser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%; }
    .wcContainer .wcBrowser .wcPublicChannels {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-bottom: 12px; }
      .wcContainer .wcBrowser .wcPublicChannels .wcList {
        min-height: 150px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .wcContainer .wcBrowser .wcDirectChannels {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .wcContainer .wcBrowser .wcDirectChannels .wcList {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-height: 150px; }
    .wcContainer .wcBrowser .wcCounter {
      padding: 5px 15px 5px 10px;
      margin-top: 12px; }
    .wcContainer .wcBrowser .wcFooter {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-top: 5px;
      border-top: 1px solid #dfdfdf;
      padding: 5px 15px 5px 10px; }
      .wcContainer .wcBrowser .wcFooter .wcSearch {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        margin: 0;
        background-image: url(../../gfx/icons/search.svg);
        background-position: 0 center;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .wcContainer .wcBrowser .wcFooter .wcSearch input {
          outline: none;
          border: none;
          height: 2em;
          margin: 0 0 0 20px;
          width: 100%;
          padding: 3px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          font-size: 1em; }
        .wcContainer .wcBrowser .wcFooter .wcSearch .wcClear {
          width: 35px;
          height: 35px;
          background-image: url(../../gfx/icons/x.svg);
          background-position: 50%;
          background-size: contain;
          cursor: pointer;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
    .wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead {
      margin-bottom: 0; }
      .wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
        font-weight: normal; }
    .wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread.wcFirst {
      border-radius: 5px 5px 0 0; }
    .wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread.wcLast {
      border-radius: 0 0 5px 5px; }
    .wcContainer .wcBrowser .wcChannels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wcContainer .wcBrowser .wcChannels .wcLabel {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding: 5px 15px 5px 10px;
        line-height: 1em; }
      .wcContainer .wcBrowser .wcChannels .wcChannelTrigger {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        padding: 5px 15px 5px 10px;
        margin: 0;
        outline: none;
        text-decoration: none;
        border: none;
        font-weight: normal;
        line-height: 1em; }
        .wcContainer .wcBrowser .wcChannels .wcChannelTrigger > :not(:last-child) {
          margin-right: 5px; }
        .wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel {
          font-weight: bold; }
          .wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCity, .wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCountry {
            font-weight: normal; }
        .wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
          background-image: url(../../gfx/icons/lock-full.svg);
          background-position: right center;
          background-size: 16px 16px;
          background-repeat: no-repeat;
          padding-right: 20px; }
        .wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
          background-image: url(../../gfx/icons/lock-semi.svg);
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 16px 16px;
          padding-right: 20px; }
        .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          min-width: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails.wcDetailsWithStatus {
            margin-right: 10px; }
          .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcName {
            overflow-wrap: break-word;
            word-wrap: break-word;
            -ms-word-break: break-all;
            -ms-hyphens: auto;
            -webkit-hyphens: auto;
            hyphens: auto;
            min-width: 0; }
          .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails > :not(:last-child) {
            margin-right: 5px; }
          .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity, .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry {
            font-size: 0.8em;
            color: #a6a6a6;
            line-height: 1; }
        .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcAvatar {
          max-width: 25px;
          margin: 0 4px 2px 0;
          border-radius: 50%;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border: none;
          display: inline-block;
          vertical-align: middle;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; }
        .wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcStatus {
          position: absolute;
          right: 5px; }
      .wcContainer .wcBrowser .wcChannels .wcChannelTrigger:hover {
        background-color: #f7f7f7; }
  .wcContainer .wcLoadingContainer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wcContainer .wcLoadingContainer .wcLoading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .wcContainer .wcCustomizations a.wcCustomizeButton {
    padding-left: 20px;
    position: relative;
    font-size: 80%;
    text-decoration: none !important;
    display: inline-block; }
  .wcContainer .wcCustomizations a.wcCustomizeButton:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../../gfx/icons/custom.svg) center center no-repeat; }
  .wcContainer .wcCustomizations .wcCustomizationsPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px; }
      .wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty > * {
        display: inline-block; }
      .wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty > *:not(:last-child) {
        margin-right: 7px; }
      .wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty > *:last-child {
        margin-right: 25px; }
      .wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type="checkbox"] {
        margin-left: 7px; }
      .wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type="text"] {
        width: 100%; }
      .wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty .wcColorSelect {
        height: 16px;
        background-color: transparent;
        width: 16px;
        padding: 0;
        border: 1px solid #ccc;
        cursor: pointer;
        line-height: 16px;
        font-size: .75em;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        border-radius: 3px; }
  .wcContainer .wcToasts {
    position: absolute;
    top: 20px;
    left: 5px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wcContainer .wcToasts .wcToast {
      pointer-events: auto;
      min-width: 250px;
      margin-bottom: 12px;
      padding: 12px 25px;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
      border-radius: 5px;
      border: 1px solid #d7d7d7;
      cursor: pointer; }
      .wcContainer .wcToasts .wcToast.wcToastError {
        border: 1px solid rgba(255, 197, 197, 0.9); }
        .wcContainer .wcToasts .wcToast.wcToastError:hover {
          border: 1px solid #ffc5c5; }
      .wcContainer .wcToasts .wcToast.wcToastInfo {
        border: 1px solid rgba(178, 226, 152, 0.9); }
        .wcContainer .wcToasts .wcToast.wcToastInfo:hover {
          border: 1px solid #b2e298; }
  .wcContainer .wcRecentTrigger {
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: url(../../gfx/icons/recent-chats-inactive.svg) center center no-repeat;
    width: 36px;
    height: 36px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .wcContainer .wcRecentTrigger.wcOpen {
      background: url(../../gfx/icons/recent-chats.svg) center center no-repeat; }
    .wcContainer .wcRecentTrigger:hover {
      background-color: #f7f7f7; }
    .wcContainer .wcRecentTrigger span {
      cursor: pointer;
      color: #ffffff;
      background-color: #ff0000;
      font-size: .5em;
      line-height: 1.3em;
      display: inline-block;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      right: 4px;
      top: 8px;
      min-width: 18px;
      height: 18px;
      padding: 1px 3px;
      -webkit-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%); }
  .wcContainer .wcRecentChats {
    height: 100%;
    line-height: 1.1em; }
    .wcContainer .wcRecentChats .wcHeader {
      padding: 10px 0 5px 0; }
    .wcContainer .wcRecentChats .wcRecent {
      cursor: pointer;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .wcContainer .wcRecentChats .wcRecent img.wcRecentChatAvatar {
        max-width: 2em;
        margin: 0 10px 2px 0;
        border-radius: 50%;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        display: inline-block;
        vertical-align: middle;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .wcContainer .wcRecentChats .wcRecent .wcStatus {
        margin-right: 7px; }
      .wcContainer .wcRecentChats .wcRecent .wcRight {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .wcContainer .wcRecentChats .wcRecent .wcRight .wcHead {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 5px; }
          .wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
            font-weight: bold; }
          .wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcTime > span {
            font-size: 0.8em;
            color: #a6a6a6; }
          .wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcTime > span:not(:last-child) {
            margin-right: 3px; }
        .wcContainer .wcRecentChats .wcRecent .wcRight .wcText {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          -ms-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto; }
          .wcContainer .wcRecentChats .wcRecent .wcRight .wcText .wcImage, .wcContainer .wcRecentChats .wcRecent .wcRight .wcText .wcEmoticon {
            max-height: 35px;
            max-width: 35px;
            border-radius: 5px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border: none;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 4px; }
      .wcContainer .wcRecentChats .wcRecent.wcUnread {
        background-color: rgba(0, 193, 121, 0.05); }
      .wcContainer .wcRecentChats .wcRecent.wcUnread:hover {
        background-color: rgba(0, 193, 121, 0.1); }
      .wcContainer .wcRecentChats .wcRecent.wcRead:hover {
        background-color: #f1f1f1; }
    .wcContainer .wcRecentChats > .wcRecent:not(:last-child) {
      border-bottom: 1px solid #dfdfdf; }
  .wcContainer .wcAuthContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wcContainer .wcAuthContainer .wcAuth {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .wcContainer .wcAuthContainer .wcAuth .wcAuthForm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .wcContainer .wcAuthContainer .wcAuth .wcAuthForm > *:not(:last-child) {
          margin-bottom: 5px; }
        .wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcAuthFieldContainer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcAuthFieldContainer textarea {
            height: 70px;
            resize: none; }
        .wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow > *:not(:last-child) {
            margin-right: 5px; }
          .wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcFacebookLoginButton {
            background: #507cc0 url(../../gfx/icons/facebook.png) 12px center no-repeat;
            display: inline-block;
            color: #fff;
            padding: 20px 50px;
            text-decoration: none;
            border-radius: 7px;
            font-size: 1.3em;
            width: 200px; }
          .wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcTwitterLoginButton {
            background: #64ccf1 url(../../gfx/icons/twitter.png) 12px center no-repeat;
            display: inline-block;
            color: #fff;
            padding: 20px 50px;
            text-decoration: none;
            border-radius: 7px;
            font-size: 1.3em;
            width: 200px; }
          .wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcGoogleLoginButton {
            background: #df4930 url(../../gfx/icons/google.png) 12px center no-repeat;
            display: inline-block;
            color: #fff;
            padding: 20px 50px;
            text-decoration: none;
            border-radius: 7px;
            font-size: 1.3em;
            width: 200px; }
  .wcContainer .wcAnimation {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0.25; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0.25; } }

@-webkit-keyframes flash60 {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0.60; } }

@keyframes flash60 {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0.60; } }
  .wcContainer .wcAnimationFlash {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: flash; }
  .wcContainer .wcAnimationFlashSlow {
    -webkit-animation-name: flash60;
            animation-name: flash60;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
            animation-duration: 16s; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
  .wcContainer .animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY; }
  .wcContainer.wcTheme .wcChannel .wcChannelInput .wcInputs .wcInput {
    background: #f7f7f7; }
  .wcContainer.wcTheme a {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .wcContainer.wcLightgrayTheme, .wcContainer.wcLightgrayTheme * {
    font: 13px/22px 'Maven Pro', sans-serif;
    color: #151618; }
  .wcContainer.wcLightgrayTheme a {
    color: #00d5ff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .wcContainer.wcLightgrayTheme button:not(.wcFunctional), .wcContainer.wcLightgrayTheme button:not(.wcFunctional):focus, .wcContainer.wcLightgrayTheme button:not(.wcFunctional):active,
  .wcContainer.wcLightgrayTheme input[type="button"], .wcContainer.wcLightgrayTheme input[type="button"]:focus, .wcContainer.wcLightgrayTheme input[type="button"]:active,
  .wcContainer.wcLightgrayTheme input[type="submit"], .wcContainer.wcLightgrayTheme input[type="submit"]:focus, .wcContainer.wcLightgrayTheme input[type="submit"]:active {
    border-radius: 15px !important;
    background-image: none;
    background-repeat: no-repeat;
    border: 0 !important;
    color: #FFF !important;
    padding: 5px 20px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal !important;
    line-height: 20px !important;
    height: 40px;
    outline: none;
    min-height: 40px !important;
    background: #00d5ff !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#00d5ff), to(#00bdde)) !important;
    background: linear-gradient(to bottom, #00d5ff 0%, #00bdde 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5ff', endColorstr='#00bdde',GradientType=0 ) !important;
    /* IE6-9 */
    text-transform: none !important;
    -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
    transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
  .wcContainer.wcLightgrayTheme input[type="text"], .wcContainer.wcLightgrayTheme input[type="password"], .wcContainer.wcLightgrayTheme textarea {
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    color: #111;
    border-radius: 15px;
    margin: 0;
    outline: 0 none;
    padding: 4px 4px 4px 15px;
    border: none; }
  .wcContainer.wcLightgrayTheme input[type="text"]:focus, .wcContainer.wcLightgrayTheme input[type="password"]:focus, .wcContainer.wcLightgrayTheme textarea:focus {
    background-color: #ffffff;
    border: none; }
  .wcContainer.wcLightgrayTheme ::-webkit-input-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  .wcContainer.wcLightgrayTheme ::-moz-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  .wcContainer.wcLightgrayTheme :-ms-input-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  .wcContainer.wcLightgrayTheme ::-ms-input-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  .wcContainer.wcLightgrayTheme ::placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  .wcContainer.wcLightgrayTheme input[type="button"].wcSubmit {
    border-radius: 0 15px 15px 0 !important; }
  .wcContainer.wcLightgrayTheme progress, .wcContainer.wcLightgrayTheme progress[role][aria-valuenow] {
    background: #b8bcc4 !important; }
  .wcContainer.wcLightgrayTheme progress::-webkit-progress-bar {
    background: #b8bcc4; }
  .wcContainer.wcLightgrayTheme progress {
    color: #00d5ff; }
  .wcContainer.wcLightgrayTheme progress::-moz-progress-bar {
    background: #00d5ff; }
  .wcContainer.wcLightgrayTheme progress::-webkit-progress-value {
    background: #00d5ff; }
  .wcContainer.wcLightgrayTheme progress[aria-valuenow]:before {
    background: #00d5ff; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .wcContainer.wcLightgrayTheme * select,
    .wcContainer.wcLightgrayTheme * textarea,
    .wcContainer.wcLightgrayTheme * button,
    .wcContainer.wcLightgrayTheme * input {
      font-size: 16px; } }
  .wcContainer.wcLightgrayTheme .wcErrorBox {
    border-radius: 5px;
    background-color: #ffe9e9;
    border: none; }
  .wcContainer.wcLightgrayTheme .wcClassic {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f7; }
    .wcContainer.wcLightgrayTheme .wcClassic .wcTitle {
      padding: 10px 13px;
      font-size: 150%;
      color: #151618;
      background: #e4e4e4 !important;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d9d9d9)) !important;
      background: linear-gradient(to bottom, #e4e4e4 0%, #d9d9d9 100%) !important;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#d9d9d9',GradientType=0 ) !important;
      /* IE6-9 */ }
    .wcContainer.wcLightgrayTheme .wcClassic .wcLoadingContainer, .wcContainer.wcLightgrayTheme .wcClassic .wcAuthContainer {
      padding: 0; }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
      background-color: #ededed; }
      .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
        border-bottom: 3px solid transparent;
        background: #f9fafb;
        border-radius: 5px 5px 0 0; }
        .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
          border-top-left-radius: 0; }
      .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 4px; }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
      padding: 0 2% 2% 2%;
      background-color: #f7f7f7; }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
      border-color: #e4e4e4;
      border-radius: 5px 5px 0 0; }
      .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
        background: #e4e4e4 !important;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d9d9d9)) !important;
        background: linear-gradient(to bottom, #e4e4e4 0%, #d9d9d9 100%) !important;
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#d9d9d9', GradientType=0) !important;
        /* IE6-9 */
        border-radius: 5px 5px 0 0; }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
      border: 1px solid rgba(0, 213, 255, 0.3);
      -webkit-box-shadow: 0 0 7px rgba(0, 213, 255, 0.3);
              box-shadow: 0 0 7px rgba(0, 213, 255, 0.3); }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
      padding-left: 0;
      padding-right: 0; }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
      padding-left: 0;
      padding-right: 0; }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
      padding-right: 2%;
      padding-left: 1%; }
    .wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
      background-color: #ededed; }
  .wcContainer.wcLightgrayTheme .wcMobile .wcContent, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcContent {
    padding-left: 0;
    padding-right: 0; }
  .wcContainer.wcLightgrayTheme .wcMobile .wcTabs, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs {
    background-color: #ededed; }
    .wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab {
      padding-bottom: 6px;
      padding-top: 6px;
      border-bottom: 0; }
      .wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
        font-size: 16px; }
      .wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
        border-bottom: 0;
        background-color: #f9fafb;
        border-radius: 5px 5px 0 0; }
      .wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
        width: 22px;
        height: 22px;
        font-size: 1em; }
    .wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTabContent .wcChannel, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel {
      padding-left: 1%;
      padding-right: 1%; }
  .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 1%;
    padding: 0 0 2% 0; }
  .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
    padding: 5px 10px 5px 10px; }
    .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
      background-color: rgba(9, 193, 121, 0.1); }
  .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
    padding-top: 0;
    background-color: #f7f7f7; }
    .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
      background-color: rgba(9, 193, 121, 0.1); }
  .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
    font-size: 1.1em;
    color: #444;
    padding-left: 10px; }
  .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
    padding: 5px 10px 5px 10px; }
    .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
      margin-bottom: 0; }
  .wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
    padding-left: 2%;
    padding-right: 2%; }
  .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn > * {
    border-color: #e4e4e4; }
  .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn.wcFocused > :first-child {
    border-top: none; }
    .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn.wcFocused > :first-child > span {
      font-weight: bold; }
  .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcHeader {
    height: 2.6em;
    background: #e4e4e4 !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#d9d9d9)) !important;
    background: linear-gradient(to bottom, #e4e4e4 0%, #d9d9d9 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#d9d9d9',GradientType=0 ) !important;
    /* IE6-9 */
    border-radius: 5px 5px 0 0; }
  .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent {
    background-color: #f7f7f7; }
    .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
      background-color: #ededed; }
    .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro {
      background-color: transparent; }
  .wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcRecentTrigger span {
    top: 10px; }
  .wcContainer.wcLightgrayTheme .wcCustomizations a, .wcContainer.wcLightgrayTheme .wcCustomizations a:hover {
    color: #151618;
    outline: none; }
  .wcContainer.wcLightgrayTheme .wcCounter {
    font-size: 10px; }
  .wcContainer.wcLightgrayTheme .wcBrowser {
    background-color: #ededed;
    color: #151618; }
    .wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel {
      font-weight: bold; }
    .wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger {
      color: #151618; }
      .wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
        background-image: url("../../gfx/themes/lightgray/gfx/lock-semi.svg"); }
      .wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
        background-image: url("../../gfx/themes/lightgray/gfx/lock-full.svg"); }
      .wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
        background-color: rgba(9, 193, 121, 0.15);
        border-radius: 5px; }
    .wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel {
      font-size: 1.1em;
      color: #444; }
    .wcContainer.wcLightgrayTheme .wcBrowser .wcCounter {
      font-size: 10px; }
    .wcContainer.wcLightgrayTheme .wcBrowser .wcFooter {
      border-top: none;
      padding: 5px 5px 5px 10px; }
      .wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch {
        background-color: #FFF;
        border-radius: 15px;
        background-position: 10px center; }
        .wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch input {
          height: 40px;
          margin-left: 30px; }
  .wcContainer.wcLightgrayTheme .wcChannel .wcChannelIntro {
    border: none;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    margin-top: 0;
    background-color: #f9fafb; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelIntro .wcAvatar {
      border-radius: 5px;
      max-height: 60px; }
  .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages {
    color: #111;
    background: #f7f7f7;
    margin-bottom: 2%; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
      padding-left: 2%;
      padding-right: 2%; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
        color: #00d5ff;
        text-decoration: none; }
        .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
          text-decoration: underline; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
        line-height: 22px;
        color: #151618;
        text-decoration: none; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
        color: #8a8e95;
        line-height: 22px; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent {
        background-color: #FFF;
        border-radius: 0 10px 10px 10px;
        -webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.03);
                box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.03); }
        .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcReactionsButtons .wcReactionButton span {
          /*color: #00bdde ;*/ }
        .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton {
          border-radius: 5px; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
        border-left-color: #45e3ff;
        background-color: #f8f8f8;
        border-radius: 0 10px 0 0; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        min-width: auto; }
        .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
          display: inline; }
        .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime {
          display: none; }
        .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent > .wcTime {
          margin-left: 10px;
          float: right; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent {
        background-color: #ececec;
        -webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.13);
                box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.13); }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
        background-color: #e6e6e6; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
        color: #444; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
        display: none; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody > .wcAvatar {
        visibility: hidden; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent {
        border-radius: 10px; }
  .wcContainer.wcLightgrayTheme .wcChannel .wcCounter {
    padding: 0 2% 1% 2%; }
  .wcContainer.wcLightgrayTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
    background: #00bdde url(../../gfx/icons/send.svg) no-repeat center center !important;
    background-size: 25px 25px !important; }
  .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput {
    background-color: #f7f7f7;
    padding: 0 2% 2% 2%; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcCurrentUserName {
      padding-bottom: 7px;
      font-weight: bold;
      color: #444; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcReplyTo {
      background-color: #e6e6e6; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
      border-radius: 0;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 40px;
      background: #ffffff;
      display: inline-block;
      outline: none;
      -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
      transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover > * {
        cursor: pointer; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
        background: #ffffff url("../../gfx/themes/lightgray/gfx/camera.svg") center center no-repeat; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
        background: #ffffff url("../../gfx/themes/lightgray/gfx/attach.svg") center center no-repeat;
        cursor: pointer; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
        background: #ffffff url("../../gfx/themes/lightgray/gfx/emoticon.svg") center center no-repeat; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
        background: #ffffff url(../../gfx/icons/mic.svg) center center no-repeat; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
        background: #ffffff url(../../gfx/icons/stop-button.svg) center center no-repeat; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
        background-color: rgba(9, 193, 121, 0.15);
        border: none; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
      background-color: #ffffff;
      height: 40px; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
      border-radius: 15px 0 0 15px;
      min-height: 40px;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #ffffff;
      color: #111;
      margin: 0;
      outline: 0 none;
      padding: 7px 5px 7px 15px;
      border: none; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
        background-color: #ffffff;
        border: none; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit {
      border-radius: 0 15px 15px 0 !important; }
    .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
      border-color: #b8bcc4; }
      .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
        background-color: #e3e3e3; }
  .wcContainer.wcLightgrayTheme .wcRecentTrigger:hover {
    background-color: rgba(9, 193, 121, 0.15); }
  .wcContainer.wcLightgrayTheme .wcRecentTrigger span {
    font-size: 11px;
    font-weight: bold; }
  .wcContainer.wcLightgrayTheme .wcToasts .wcToast {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 15px rgba(60, 60, 60, 0.2);
            box-shadow: 0 0 15px rgba(60, 60, 60, 0.2); }
  .wcContainer.wcColddarkTheme {
    /* Progress bar - background */
    /* Progress bar - foreground */ }
    .wcContainer.wcColddarkTheme, .wcContainer.wcColddarkTheme * {
      font: 13px/22px 'Maven Pro', sans-serif;
      color: #cad6e2; }
    .wcContainer.wcColddarkTheme a {
      color: #24b4ff;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .wcContainer.wcColddarkTheme button:not(.wcFunctional), .wcContainer.wcColddarkTheme button:not(.wcFunctional):focus, .wcContainer.wcColddarkTheme button:not(.wcFunctional):active,
    .wcContainer.wcColddarkTheme input[type="button"], .wcContainer.wcColddarkTheme input[type="button"]:focus, .wcContainer.wcColddarkTheme input[type="button"]:active,
    .wcContainer.wcColddarkTheme input[type="submit"], .wcContainer.wcColddarkTheme input[type="submit"]:focus, .wcContainer.wcColddarkTheme input[type="submit"]:active {
      border-radius: 15px !important;
      background-image: none;
      background-repeat: no-repeat;
      border: 0 !important;
      color: #FFF !important;
      padding: 5px 20px !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-weight: normal !important;
      line-height: 20px !important;
      height: 40px;
      outline: none;
      min-height: 40px !important;
      background: #24b4ff !important;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#24b4ff), to(#0095e2)) !important;
      background: linear-gradient(to bottom, #24b4ff 0%, #0095e2 100%) !important;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b4ff', endColorstr='#0095e2',GradientType=0 ) !important;
      /* IE6-9 */
      text-transform: none !important;
      -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
      transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
    .wcContainer.wcColddarkTheme button:not(.wcFunctional):hover, .wcContainer.wcColddarkTheme input[type="button"]:hover, .wcContainer.wcColddarkTheme input[type="submit"]:hover {
      background: #57d6ff !important;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#57d6ff), to(#24b4ff)) !important;
      background: linear-gradient(to bottom, #57d6ff 0%, #24b4ff 100%) !important;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d6ff', endColorstr='#24b4ff',GradientType=0 ) !important;
      /* IE6-9 */
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      font-weight: normal !important; }
    .wcContainer.wcColddarkTheme input[type="text"], .wcContainer.wcColddarkTheme input[type="password"], .wcContainer.wcColddarkTheme textarea {
      height: 40px;
      font-size: 1em;
      line-height: 40px;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #ecf3fb;
      border-radius: 15px;
      margin: 0;
      outline: 0 none;
      padding: 4px;
      padding-left: 15px;
      border: 1px solid transparent;
      color: #1a212b; }
    .wcContainer.wcColddarkTheme input[type="text"]:focus, .wcContainer.wcColddarkTheme input[type="password"]:focus, .wcContainer.wcColddarkTheme textarea:focus {
      background-color: #ffffff;
      border: 1px solid transparent; }
    .wcContainer.wcColddarkTheme ::-webkit-input-placeholder {
      color: #465767;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcColddarkTheme ::-moz-placeholder {
      color: #465767;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcColddarkTheme :-ms-input-placeholder {
      color: #465767;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcColddarkTheme ::-ms-input-placeholder {
      color: #465767;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcColddarkTheme ::placeholder {
      color: #465767;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcColddarkTheme progress, .wcContainer.wcColddarkTheme progress[role][aria-valuenow] {
      background: #5c6d7f !important; }
    .wcContainer.wcColddarkTheme progress::-webkit-progress-bar {
      background: #5c6d7f; }
    .wcContainer.wcColddarkTheme progress {
      color: #24b4ff; }
    .wcContainer.wcColddarkTheme progress::-moz-progress-bar {
      background: #24b4ff; }
    .wcContainer.wcColddarkTheme progress::-webkit-progress-value {
      background: #24b4ff; }
    .wcContainer.wcColddarkTheme progress[aria-valuenow]:before {
      background: #24b4ff; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .wcContainer.wcColddarkTheme * select,
      .wcContainer.wcColddarkTheme * textarea,
      .wcContainer.wcColddarkTheme * button,
      .wcContainer.wcColddarkTheme * input {
        font-size: 16px; } }
    .wcContainer.wcColddarkTheme .wcErrorBox {
      color: #26323e;
      background-color: #ffe9e9;
      border-radius: 5px;
      border: none; }
    .wcContainer.wcColddarkTheme .wcClassic {
      border: 0;
      padding-top: 0;
      color: #cad6e2;
      border-radius: 10px;
      overflow: hidden;
      background: #26323e; }
      .wcContainer.wcColddarkTheme .wcClassic .wcTitle {
        padding: 10px 13px;
        font-size: 150%;
        color: #8d9eb0;
        background-color: #1a212b;
        border-radius: 10px 10px 0 0; }
      .wcContainer.wcColddarkTheme .wcClassic .wcLoadingContainer, .wcContainer.wcColddarkTheme .wcClassic .wcAuthContainer {
        padding: 0; }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
        background-color: #1a212b;
        color: #a6a6a6; }
        .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
          border-bottom: 3px solid transparent;
          background: #26323e;
          border-radius: 5px 5px 0 0; }
          .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
            border-top-left-radius: 0; }
        .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
          color: #a6a6a6;
          font-size: 16px;
          padding-top: 4px;
          padding-bottom: 4px; }
          .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName:hover {
            color: #cad6e2; }
        .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcChannelClose:hover {
          background-color: #26323e; }
        .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft {
          background-image: url("../../gfx/themes/colddark/gfx/arrow-left.svg"); }
        .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight {
          background-image: url("../../gfx/themes/colddark/gfx/arrow-right.svg"); }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
        padding: 0 2% 2% 2%;
        background-color: #26323e; }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
        border-color: #1a212b;
        border-radius: 10px 10px 0 0; }
        .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
          background-color: #1a212b;
          border-top: none;
          border-radius: 10px 10px 0 0;
          line-height: 1.8;
          font-size: 1em; }
          .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcChannelClose:hover {
            background-color: #1572a1; }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
        border: 1px solid rgba(36, 180, 255, 0.3);
        -webkit-box-shadow: 0 0 7px rgba(36, 180, 255, 0.3);
                box-shadow: 0 0 7px rgba(36, 180, 255, 0.3); }
        .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput {
          border: 1px solid rgba(36, 180, 255, 0.7); }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
        padding-left: 0;
        padding-right: 0; }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
        padding-left: 0;
        padding-right: 0; }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
        padding-right: 2%;
        padding-left: 1%; }
      .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
        background-color: #1a212b; }
    .wcContainer.wcColddarkTheme .wcMobile .wcContent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcContent {
      padding-left: 0;
      padding-right: 0; }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabs, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs {
      background-color: #1a212b;
      color: #a6a6a6;
      border: none; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab {
        padding-bottom: 6px;
        padding-top: 6px;
        border-bottom: 0; }
        .wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
          font-size: 16px; }
        .wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
          border-bottom: 0;
          background-color: #26323e;
          border-radius: 5px 5px 0 0; }
        .wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
          width: 22px;
          height: 22px;
          font-size: 1em; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabContent .wcChannel, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel {
        padding-left: 1%;
        padding-right: 1%; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabCustomize, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize {
        background-image: url("../../gfx/themes/colddark/gfx/custom.svg");
        background-size: 50%; }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
      background-color: transparent;
      margin-top: 0;
      margin-bottom: 1%;
      padding: 0 0 2% 0; }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
      padding: 5px 10px 5px 10px; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
        background-color: rgba(9, 193, 121, 0.1); }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry a.wcChannelClose:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry a.wcChannelClose:hover {
        background-color: rgba(9, 193, 121, 0.15); }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
      padding-top: 0;
      background-color: #26323e; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
        background-color: rgba(9, 193, 121, 0.1); }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
      font-size: 1.1em;
      color: #fff;
      padding-left: 10px; }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcNoRecent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcNoRecent {
      padding-left: 10px; }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
      padding: 5px 10px 5px 10px; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
        margin-bottom: 0; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent:hover {
        background-color: #364553; }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread {
        background-color: rgba(0, 193, 121, 0.05); }
        .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread:hover, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread:hover {
          background-color: rgba(0, 193, 121, 0.1); }
      .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
        margin-bottom: 0; }
    .wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
      padding-left: 2%;
      padding-right: 2%; }
    .wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab {
      padding: 10px; }
      .wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcCurrent {
        border-bottom: 0;
        background-color: #26323e;
        border-radius: 5px 5px 0 0; }
    .wcContainer.wcColddarkTheme .wcSidebar .wcColumn > * {
      border-color: #1a212b; }
    .wcContainer.wcColddarkTheme .wcSidebar .wcColumn.wcFocused > :first-child {
      border-top: none; }
      .wcContainer.wcColddarkTheme .wcSidebar .wcColumn.wcFocused > :first-child > span {
        font-weight: bold; }
    .wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcHeader {
      height: 2.6em;
      background-color: #1a212b;
      border-top: none;
      border-radius: 10px 10px 0 0;
      line-height: 1.8;
      font-size: 1em; }
    .wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcContent {
      background-color: #26323e; }
      .wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
        background-color: #1a212b;
        padding-bottom: 10px !important; }
    .wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcRecentTrigger span {
      top: 12px; }
    .wcContainer.wcColddarkTheme .wcBrowser {
      background-color: #1a212b;
      color: #151618; }
      .wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel {
        font-weight: bold; }
      .wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger {
        color: #151618; }
        .wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
          background-image: url("../../gfx/themes/lightgray/gfx/lock-semi.svg"); }
        .wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
          background-image: url("../../gfx/themes/lightgray/gfx/lock-full.svg"); }
        .wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
          background-color: rgba(9, 193, 121, 0.15);
          border-radius: 5px; }
      .wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel {
        font-size: 1.1em;
        color: #8d9eb0; }
      .wcContainer.wcColddarkTheme .wcBrowser .wcCounter {
        border: 0; }
      .wcContainer.wcColddarkTheme .wcBrowser .wcFooter {
        border-top: none;
        padding: 5px 5px 5px 10px; }
        .wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch {
          background-color: #FFF;
          border-radius: 15px;
          background-position: 10px center; }
          .wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch input {
            height: 40px;
            margin-left: 30px; }
      .wcContainer.wcColddarkTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover {
        background-color: rgba(9, 193, 121, 0.09);
        border-radius: 5px; }
    .wcContainer.wcColddarkTheme .wcCustomizations a.wcCustomizeButton:before {
      background-image: url("../../gfx/themes/colddark/gfx/custom.svg"); }
    .wcContainer.wcColddarkTheme .wcCounter {
      font-size: 10px; }
    .wcContainer.wcColddarkTheme .wcChannel .wcChannelIntro {
      border: none;
      border-bottom: 1px solid #465767;
      padding: 10px;
      margin-top: 0;
      background-color: transparent; }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelIntro .wcAvatar {
        border-radius: 5px;
        max-height: 60px; }
    .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages {
      color: #111;
      background: #26323e;
      margin-bottom: 2%; }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
        padding-left: 2%;
        padding-right: 2%; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
          color: #24b4ff;
          text-decoration: none; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
            text-decoration: underline; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
          line-height: 22px;
          color: #cad6e2;
          text-decoration: none; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
          color: #8d9eb0;
          line-height: 22px; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent {
          background-color: #465767;
          border-radius: 0 10px 10px 10px;
          -webkit-box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.03);
                  box-shadow: 2px 2px 2px rgba(60, 60, 60, 0.03); }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton {
            background: #26323e url(../../gfx/themes/colddark/gfx/3dots.svg) center center no-repeat;
            background-size: 14px;
            border-radius: 5px;
            border: none; }
            .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton:hover {
              border: none;
              background-color: #2a3743; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
          border-left-color: #24b4ff;
          background-color: #40505f;
          border-radius: 0 10px 0 0; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent {
          background-color: #5c6d7f; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent .wcActionsButton {
            background-color: #7c8d9f; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
          background-color: #576778; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
          color: #cad6e2; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          min-width: auto; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
            display: inline; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent, .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime {
            display: none; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent > .wcTime {
            margin-left: 10px;
            float: right; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
          display: none; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody > .wcAvatar {
          visibility: hidden; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent {
          border-radius: 10px; }
    .wcContainer.wcColddarkTheme .wcChannel .wcCounter {
      padding: 0 2% 1% 2%; }
    .wcContainer.wcColddarkTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
      background: #0095e2 url(../../gfx/icons/send.svg) no-repeat center center !important;
      background-size: 25px 25px !important; }
    .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput {
      background-color: #26323e;
      padding: 0 2% 2% 2%; }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcCurrentUserName {
        padding-bottom: 7px;
        font-weight: bold; }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReadOnlyDirectChannel {
        border-radius: 5px;
        background-color: #ffe9e9;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px; }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo {
        background-color: #576778;
        border-radius: 0 15px 15px 15px; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
          background-image: url("../../gfx/themes/colddark/gfx/x.svg"); }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton:hover {
            background-color: rgba(9, 193, 121, 0.09); }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons {
        margin-bottom: 4px; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
          border-radius: 15px;
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          height: 40px;
          background: transparent;
          display: inline-block;
          outline: none;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -khtml-opacity: 0.7;
          opacity: 0.7;
          -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
          transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover > * {
            cursor: pointer; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
            background: transparent url("../../gfx/themes/colddark/gfx/camera.svg") center center no-repeat; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
            background: transparent url("../../gfx/themes/colddark/gfx/attach.svg") center center no-repeat;
            cursor: pointer; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
            background: transparent url("../../gfx/themes/colddark/gfx/emoticon.svg") center center no-repeat; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
            background: transparent url(../../gfx/themes/colddark/gfx/mic.svg) center center no-repeat; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
            background: transparent url(../../gfx/icons/stop-button.svg) center center no-repeat; }
          .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            border: none;
            background-color: transparent; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
          background-color: transparent; }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
        min-height: 40px;
        background-color: #ecf3fb;
        border-radius: 15px;
        margin: 0;
        border: 1px solid transparent;
        padding: 6px 5px 6px 15px; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
          background-color: #ffffff;
          border: 1px solid transparent; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput * {
          color: #1a212b; }
      .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
        border-color: #354554; }
        .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
          background-color: #354554; }
    .wcContainer.wcColddarkTheme .wcRecentTrigger {
      background: url(../../gfx/themes/colddark/gfx/recent-chats-inactive.svg) center center no-repeat; }
      .wcContainer.wcColddarkTheme .wcRecentTrigger.wcOpen {
        background: url(../../gfx/themes/colddark/gfx/recent-chats.svg) center center no-repeat; }
      .wcContainer.wcColddarkTheme .wcRecentTrigger:hover {
        background-color: rgba(9, 193, 121, 0.09);
        border-radius: 5px; }
      .wcContainer.wcColddarkTheme .wcRecentTrigger span {
        font-size: 11px;
        font-weight: bold; }
    .wcContainer.wcColddarkTheme .wcToasts .wcToast {
      background-color: #202a35;
      color: #cad6e2;
      -webkit-box-shadow: 0 0 15px black;
              box-shadow: 0 0 15px black; }
  .wcContainer.wcAirflowTheme {
    /* Progress bar - background */
    /* Progress bar - foreground */ }
    .wcContainer.wcAirflowTheme, .wcContainer.wcAirflowTheme * {
      font: 13px/22px 'Maven Pro', sans-serif;
      color: #0e2849; }
    .wcContainer.wcAirflowTheme a {
      color: #119bd4;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .wcContainer.wcAirflowTheme button:not(.wcFunctional), .wcContainer.wcAirflowTheme button:not(.wcFunctional):focus, .wcContainer.wcAirflowTheme button:not(.wcFunctional):active,
    .wcContainer.wcAirflowTheme input[type="button"], .wcContainer.wcAirflowTheme input[type="button"]:focus, .wcContainer.wcAirflowTheme input[type="button"]:active,
    .wcContainer.wcAirflowTheme input[type="submit"], .wcContainer.wcAirflowTheme input[type="submit"]:focus, .wcContainer.wcAirflowTheme input[type="submit"]:active {
      border-radius: 15px !important;
      background-image: none;
      background-repeat: no-repeat;
      border: 0 !important;
      color: #FFF !important;
      padding: 5px 20px !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-weight: normal !important;
      line-height: 20px !important;
      height: 40px;
      outline: none;
      min-height: 40px !important;
      background: #0194d2 !important;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#0194d2), to(#0081b7)) !important;
      background: linear-gradient(to bottom, #0194d2 0%, #0081b7 100%) !important;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194d2', endColorstr='#0081b7',GradientType=0 ) !important;
      /* IE6-9 */
      text-transform: none !important;
      -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
      transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
    .wcContainer.wcAirflowTheme input[type="button"]:hover, .wcContainer.wcAirflowTheme input[type="submit"]:hover, .wcContainer.wcAirflowTheme button:not(.wcFunctional):hover {
      background: #01567a !important;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#01567a), to(#024460)) !important;
      background: linear-gradient(to bottom, #01567a 0%, #024460 100%) !important;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01567a', endColorstr='#024460',GradientType=0 ) !important;
      /* IE6-9 */
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      font-weight: normal !important; }
    .wcContainer.wcAirflowTheme input[type="text"], .wcContainer.wcAirflowTheme input[type="password"], .wcContainer.wcAirflowTheme textarea {
      height: 40px;
      font-size: 1em;
      line-height: 40px;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #ffffff;
      border-radius: 15px;
      margin: 0;
      outline: 0 none;
      padding: 4px;
      padding-left: 15px;
      border: 1px solid transparent; }
    .wcContainer.wcAirflowTheme input[type="text"]:focus, .wcContainer.wcAirflowTheme input[type="password"]:focus, .wcContainer.wcAirflowTheme textarea:focus {
      background-color: #ffffff;
      border: 1px solid transparent; }
    .wcContainer.wcAirflowTheme ::-webkit-input-placeholder {
      color: #afb1b8;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcAirflowTheme ::-moz-placeholder {
      color: #afb1b8;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcAirflowTheme :-ms-input-placeholder {
      color: #afb1b8;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcAirflowTheme ::-ms-input-placeholder {
      color: #afb1b8;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcAirflowTheme ::placeholder {
      color: #afb1b8;
      font-family: 'Maven Pro', sans-serif; }
    .wcContainer.wcAirflowTheme input[type="button"].wcSubmit {
      border-radius: 15px !important; }
    .wcContainer.wcAirflowTheme progress, .wcContainer.wcAirflowTheme progress[role][aria-valuenow] {
      background: #d7dfe3 !important; }
    .wcContainer.wcAirflowTheme progress::-webkit-progress-bar {
      background: #d7dfe3; }
    .wcContainer.wcAirflowTheme progress {
      color: #0194d2; }
    .wcContainer.wcAirflowTheme progress::-moz-progress-bar {
      background: #0194d2; }
    .wcContainer.wcAirflowTheme progress::-webkit-progress-value {
      background: #0194d2; }
    .wcContainer.wcAirflowTheme progress[aria-valuenow]:before {
      background: #0194d2; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .wcContainer.wcAirflowTheme * select,
      .wcContainer.wcAirflowTheme * textarea,
      .wcContainer.wcAirflowTheme * button,
      .wcContainer.wcAirflowTheme * input {
        font-size: 16px; } }
    .wcContainer.wcAirflowTheme .wcErrorBox {
      border-radius: 5px;
      background-color: #ffe9e9;
      border: none; }
    .wcContainer.wcAirflowTheme .wcClassic {
      border: 0;
      border-radius: 10px;
      overflow: hidden;
      background: #f3f6f7; }
      .wcContainer.wcAirflowTheme .wcClassic .wcTitle {
        padding: 10px 13px;
        font-size: 150%;
        color: #0e2849;
        background-color: #dfe7ea; }
      .wcContainer.wcAirflowTheme .wcClassic .wcLoadingContainer, .wcContainer.wcAirflowTheme .wcClassic .wcAuthContainer {
        padding: 0; }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
        background-color: #e9eef0; }
        .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
          border-bottom: 3px solid transparent;
          background: #f9fafb;
          border-radius: 5px 5px 0 0; }
          .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child {
            border-top-left-radius: 0; }
        .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName {
          font-size: 16px;
          padding-top: 4px;
          padding-bottom: 4px; }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
        padding: 0 2% 2% 2%;
        background-color: #f3f6f7; }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
        border-color: #e9eef0;
        border-radius: 5px 5px 0 0; }
        .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader {
          padding: 10px 13px;
          color: #0e2849;
          background-color: #dfe7ea;
          border-radius: 5px 5px 0 0; }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
        border: 1px solid rgba(173, 208, 224, 0.59);
        -webkit-box-shadow: 0 0 7px rgba(173, 208, 224, 0.79);
                box-shadow: 0 0 7px rgba(173, 208, 224, 0.79); }
        .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput {
          border: 1px solid rgba(173, 208, 224, 0.57); }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
        padding-left: 0;
        padding-right: 0; }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
        padding-left: 0;
        padding-right: 0; }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
        padding-right: 2%;
        padding-left: 1%; }
      .wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea {
        background-color: #e9eef0; }
    .wcContainer.wcAirflowTheme .wcMobile .wcContent, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcContent {
      padding-left: 0;
      padding-right: 0; }
    .wcContainer.wcAirflowTheme .wcMobile .wcTabs, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs {
      background-color: #ededed; }
      .wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab {
        padding-bottom: 6px;
        padding-top: 6px;
        border-bottom: 0; }
        .wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcName, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName {
          font-size: 16px; }
        .wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab.wcCurrent, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent {
          border-bottom: 0;
          background-color: #f9fafb;
          border-radius: 5px 5px 0 0; }
        .wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcRedCounter, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter {
          width: 22px;
          height: 22px;
          font-size: 1em; }
      .wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTabContent .wcChannel, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel {
        padding-left: 1%;
        padding-right: 1%; }
    .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro {
      background-color: transparent;
      margin-top: 0;
      margin-bottom: 1%;
      padding: 0 0 2% 0; }
    .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry {
      padding: 5px 10px 5px 10px; }
      .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:hover, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover {
        background-color: rgba(9, 193, 121, 0.1); }
    .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser {
      padding-top: 0;
      background-color: transparent; }
      .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover {
        background-color: #d1e6ef; }
    .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader {
      font-size: 1.1em;
      color: #444;
      padding-left: 10px; }
    .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent {
      padding: 5px 10px 5px 10px; }
      .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead {
        margin-bottom: 0; }
    .wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcCustomizations, .wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations {
      padding-left: 2%;
      padding-right: 2%; }
    .wcContainer.wcAirflowTheme .wcSidebar .wcColumn > * {
      border-color: #e9eef0; }
    .wcContainer.wcAirflowTheme .wcSidebar .wcColumn.wcFocused > :first-child {
      border-top: none; }
      .wcContainer.wcAirflowTheme .wcSidebar .wcColumn.wcFocused > :first-child > span {
        font-weight: bold; }
    .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader {
      height: 2.6em;
      padding: 10px 13px;
      color: #0e2849;
      background-color: #dfe7ea;
      border-radius: 5px 5px 0 0; }
      .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize {
        background-image: url("../../gfx/themes/airflow/gfx/minus.svg"); }
      .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize {
        background-image: url("../../gfx/themes/airflow/gfx/plus.svg"); }
      .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose {
        background-image: url("../../gfx/themes/airflow/gfx/x.svg"); }
    .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent {
      background-color: #f3f6f7; }
      .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations {
        background-color: #f3f6f7; }
      .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0; }
    .wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcRecentTrigger span {
      top: 10px; }
    .wcContainer.wcAirflowTheme .wcCustomizations a, .wcContainer.wcAirflowTheme .wcCustomizations a:hover {
      color: #151618;
      outline: none; }
    .wcContainer.wcAirflowTheme .wcCounter {
      font-size: 10px; }
    .wcContainer.wcAirflowTheme a.wcChannelClose {
      background: transparent url("../../gfx/themes/airflow/gfx/x.svg") no-repeat 50%;
      border-color: #7593AA; }
      .wcContainer.wcAirflowTheme a.wcChannelClose:hover {
        background-color: #d1e6ef; }
    .wcContainer.wcAirflowTheme .wcBrowser {
      background-color: transparent;
      color: #151618; }
      .wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel {
        font-weight: bold; }
      .wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger {
        color: #151618; }
        .wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName {
          background-image: url("../../gfx/themes/airflow/gfx/lock-semi.svg"); }
        .wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName {
          background-image: url("../../gfx/themes/airflow/gfx/lock-full.svg"); }
        .wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger:hover {
          background-color: #d1e6ef;
          border-radius: 5px; }
      .wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel {
        font-size: 1.1em;
        color: #444; }
      .wcContainer.wcAirflowTheme .wcBrowser .wcCounter {
        border: 0;
        border-top: 1px solid #e9eef0; }
      .wcContainer.wcAirflowTheme .wcBrowser .wcFooter {
        border-top: none;
        padding: 5px 5px 5px 10px; }
        .wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch {
          background-color: #FFF;
          border-radius: 15px;
          background-position: 10px center; }
          .wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch input {
            height: 40px;
            margin-left: 30px; }
      .wcContainer.wcAirflowTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover {
        background-color: #d1e6ef;
        border-radius: 5px; }
    .wcContainer.wcAirflowTheme .wcChannel .wcChannelIntro {
      border: none;
      border-bottom: 1px solid #ededed;
      padding: 10px;
      margin-top: 0;
      background-color: #f9fafb; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelIntro .wcAvatar {
        border-radius: 5px;
        max-height: 60px; }
    .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages {
      color: #111;
      background: #f3f6f7;
      margin-bottom: 2%; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
        padding-left: 2%;
        padding-right: 2%; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage a {
          color: #119bd4;
          text-decoration: none; }
          .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover {
            text-decoration: underline; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser {
          line-height: 22px;
          color: #0e2849;
          text-decoration: none; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime, .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime * {
          color: #a2a8ad;
          line-height: 22px; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent {
          background-color: #FFF;
          border-radius: 0 10px 10px 10px;
          -webkit-box-shadow: 0 0 15px rgba(14, 40, 73, 0.03);
                  box-shadow: 0 0 15px rgba(14, 40, 73, 0.03); }
          .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton {
            border-radius: 5px; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote {
          border-left-color: #0194d2;
          background-color: #f8f8f8;
          border-radius: 0 10px 0 0; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent {
          background-color: #d1e6ef;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote {
          background-color: #cbdfe8; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser {
          color: #0e2849; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          min-width: auto; }
          .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent {
            display: inline; }
          .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent, .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime {
            display: none; }
          .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent > .wcTime {
            margin-left: 10px;
            float: right; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
          display: none; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody > .wcAvatar {
          visibility: hidden; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent {
          border-radius: 10px; }
    .wcContainer.wcAirflowTheme .wcChannel .wcCounter {
      padding: 0 2% 1% 2%; }
    .wcContainer.wcAirflowTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
      background: #0081b7 url(../../gfx/icons/send.svg) no-repeat center center !important;
      background-size: 25px 25px !important; }
    .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput {
      background-color: #f3f6f7;
      padding: 0 2% 2% 2%; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcCurrentUserName {
        padding-bottom: 7px;
        font-weight: bold;
        color: #444; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcReplyTo {
        background-color: #e9eef0; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton {
          background-image: url("../../gfx/themes/airflow/gfx/x.svg"); }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
        border-radius: 15px;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: 40px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
        outline: none;
        -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
        transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
        display: inline-block; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover, .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover > * {
          cursor: pointer; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
          background: transparent url("../../gfx/themes/airflow/gfx/camera.svg") center center no-repeat; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment {
          background: transparent url("../../gfx/themes/airflow/gfx/attach.svg") center center no-repeat;
          cursor: pointer; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
          background: transparent url("../../gfx/themes/airflow/gfx/emoticon.svg") center center no-repeat; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart {
          background: transparent url(../../gfx/themes/airflow/gfx/mic.svg) center center no-repeat; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop {
          background: transparent url(../../gfx/icons/stop-button.svg) center center no-repeat; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus, .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active, .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1;
          border: none;
          background-color: transparent; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary {
        background-color: transparent; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
        min-height: 40px;
        background-color: #ffffff;
        border-radius: 15px;
        margin: 0;
        border: 1px solid transparent;
        padding: 6px 5px 6px 15px; }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus {
          border: 1px solid transparent; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit {
        border-radius: 15px !important; }
      .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete {
        border-color: #7593AA;
        background-image: url("../../gfx/themes/airflow/gfx/x.svg"); }
        .wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover {
          background-color: #d1e6ef; }
    .wcContainer.wcAirflowTheme .wcRecentTrigger {
      background-image: url("../../gfx/themes/airflow/gfx/recent-chats-inactive.svg"); }
      .wcContainer.wcAirflowTheme .wcRecentTrigger:hover {
        background-color: #d1e6ef; }
      .wcContainer.wcAirflowTheme .wcRecentTrigger span {
        font-size: 11px;
        font-weight: bold; }
    .wcContainer.wcAirflowTheme .wcToasts .wcToast {
      background-color: #f3f6f7;
      -webkit-box-shadow: 2px 2px 15px rgba(60, 60, 60, 0.1);
              box-shadow: 2px 2px 15px rgba(60, 60, 60, 0.1); }

.wcImagePreviewLayer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  padding: 5%; }
  .wcImagePreviewLayer.wcShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wcImagePreviewLayer.wcHide {
    display: none; }
  .wcImagePreviewLayer img {
    max-height: 100%;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.wcPopup-overlay {
  background: rgba(255, 255, 255, 0.7); }

.wcPopup-content {
  /* commons: */
  /* Progress bar cross-browser styling */
  /* Progress bar - background */
  /* Progress bar - foreground */
  /* buttons */
  /* stats */ }
  .wcPopup-content * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .wcPopup-content .wcInvisible {
    display: none !important; }
  .wcPopup-content .wcHidden {
    visibility: hidden; }
  .wcPopup-content .wcLeft {
    float: left; }
  .wcPopup-content input {
    width: auto;
    display: inline; }
  .wcPopup-content label {
    width: auto;
    display: inline; }
  .wcPopup-content a.wcFunctional, .wcPopup-content a.wcFunctional:focus {
    outline: none;
    text-decoration: none !important;
    padding: 0;
    border: none;
    line-height: 12px;
    font-weight: normal; }
  .wcPopup-content button.wcFunctional, .wcPopup-content button.wcFunctional:hover, .wcPopup-content button.wcFunctional:active, .wcPopup-content button.wcFunctional:focus {
    outline: none;
    padding: initial;
    border: none;
    line-height: 12px;
    font-weight: normal;
    border-radius: 0;
    width: auto;
    background: none; }
  .wcPopup-content img.wcFunctional {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline;
    height: auto; }
  .wcPopup-content .wcButton {
    display: inline-block; }
  .wcPopup-content .wcCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wcPopup-content progress.wcMainProgressBar {
    width: 100%;
    font-size: 1em; }
  .wcPopup-content a.wcDebugLink {
    color: #f00; }
  .wcPopup-content img.wcChannelAvatar {
    max-width: 25px;
    margin: 0 4px 2px 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .wcPopup-content a.wcChannelClose {
    width: 17px;
    height: 17px;
    background: transparent url(../../gfx/icons/x.svg) no-repeat 50%;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #A6A6A6;
    border-radius: 50%;
    margin-left: 8px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .wcPopup-content a.wcChannelClose:hover {
      background-color: #f7f7f7; }
  .wcPopup-content span.wcUnreadMessagesCount {
    background-color: #d4130d;
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    margin-left: 5px; }
  .wcPopup-content progress, .wcPopup-content progress[role] {
    height: 5px;
    margin-top: 10px;
    line-height: 5px;
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-size: auto; }
  .wcPopup-content progress[role]:after {
    background-image: none; }
  .wcPopup-content progress[role] strong {
    display: none; }
  .wcPopup-content progress, .wcPopup-content progress[role][aria-valuenow] {
    background: #ccc !important; }
  .wcPopup-content progress::-webkit-progress-bar {
    background: #ccc;
    border-radius: 5px !important; }
  .wcPopup-content progress {
    color: #5789FF;
    border-radius: 5px !important; }
  .wcPopup-content progress::-moz-progress-bar {
    background: #5789FF;
    border-radius: 5px !important; }
  .wcPopup-content progress::-webkit-progress-value {
    background: #5789FF;
    border-radius: 5px !important; }
  .wcPopup-content progress[aria-valuenow]:before {
    background: #5789FF;
    border-radius: 5px !important; }
  .wcPopup-content .wcErrorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: 1px solid #dfdfdf; }
    .wcPopup-content .wcErrorBox:before {
      content: '';
      margin-right: 5px;
      width: 23px;
      height: 20px;
      background: url("../../gfx/icons/warnings.svg") 0px 0 no-repeat; }
  .wcPopup-content .wcCounter {
    font-size: 80%; }
  .wcPopup-content .wcRedCounter {
    color: #ffffff !important;
    background-color: #ff0000;
    font-size: .6em;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    width: 22px;
    height: 22px; }
  .wcPopup-content .wcStatus {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%; }
    .wcPopup-content .wcStatus.wcOnline {
      background: #09c179; }
    .wcPopup-content .wcStatus.wcOffline {
      background: rgba(244, 31, 31, 0.5); }
  .wcPopup-content .ScrollbarsCustom-Scroller {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
  .wcPopup-content .wcLoaderContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wcPopup-content .wcLoaderContainer.wcLoaderContainerCenter {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .wcPopup-content .wcLoaderContainer .wcLoader {
      display: inline-block;
      position: relative;
      width: 32px;
      height: 32px; }
    .wcPopup-content .wcLoaderContainer .wcLoader div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      margin: 4px;
      border: 4px solid #A6A6A6;
      border-radius: 50%;
      -webkit-animation: wcLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
              animation: wcLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #A6A6A6 transparent transparent transparent; }
    .wcPopup-content .wcLoaderContainer .wcLoader div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .wcPopup-content .wcLoaderContainer .wcLoader div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .wcPopup-content .wcLoaderContainer .wcLoader div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }

@keyframes wcLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    .wcPopup-content .wcLoaderContainer .wcLoaderText {
      font-size: .8em;
      line-height: .8em;
      margin-left: 2px; }
  .wcPopup-content button.wcStreamStartButton {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0.7; }
    .wcPopup-content button.wcStreamStartButton, .wcPopup-content button.wcStreamStartButton:hover, .wcPopup-content button.wcStreamStartButton:active, .wcPopup-content button.wcStreamStartButton:focus {
      background-position: 50%;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent; }
    .wcPopup-content button.wcStreamStartButton.wcStreamVideo, .wcPopup-content button.wcStreamStartButton.wcStreamVideo:hover {
      background-image: url(../../gfx/icons/video-calls/video.svg);
      width: 24px;
      height: 20px; }
    .wcPopup-content button.wcStreamStartButton:hover {
      opacity: 1; }
  .wcPopup-content .wcStreamStatus {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0.7;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../../gfx/icons/video-calls/video-red.svg);
    width: 24px;
    height: 20px; }
  .wcPopup-content img.wcEmoticon, .wcPopup-content span.wcEmoticon {
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 2px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_001, .wcPopup-content span.wcEmoticon.bg-emot_01_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -131px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_002, .wcPopup-content span.wcEmoticon.bg-emot_01_32_002 {
      width: 32px;
      height: 35px;
      background: url("../../gfx/emoticons/emots_01_32.png") -120px -68px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_003, .wcPopup-content span.wcEmoticon.bg-emot_01_32_003 {
      width: 32px;
      height: 38px;
      background: url("../../gfx/emoticons/emots_01_32.png") -68px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_004, .wcPopup-content span.wcEmoticon.bg-emot_01_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -62px -131px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_005, .wcPopup-content span.wcEmoticon.bg-emot_01_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -114px -131px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_006, .wcPopup-content span.wcEmoticon.bg-emot_01_32_006 {
      width: 32px;
      height: 35px;
      background: url("../../gfx/emoticons/emots_01_32.png") -172px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_007, .wcPopup-content span.wcEmoticon.bg-emot_01_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -166px -131px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_008, .wcPopup-content span.wcEmoticon.bg-emot_01_32_008 {
      width: 34px;
      height: 30px;
      background: url("../../gfx/emoticons/emots_01_32.png") -328px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_009, .wcPopup-content span.wcEmoticon.bg-emot_01_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -224px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_010, .wcPopup-content span.wcEmoticon.bg-emot_01_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -224px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_011, .wcPopup-content span.wcEmoticon.bg-emot_01_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -224px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_012, .wcPopup-content span.wcEmoticon.bg-emot_01_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -183px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_013, .wcPopup-content span.wcEmoticon.bg-emot_01_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -62px -183px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_014, .wcPopup-content span.wcEmoticon.bg-emot_01_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -114px -183px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_015, .wcPopup-content span.wcEmoticon.bg-emot_01_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -166px -183px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_016, .wcPopup-content span.wcEmoticon.bg-emot_01_32_016 {
      width: 32px;
      height: 38px;
      background: url("../../gfx/emoticons/emots_01_32.png") -68px -68px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_017, .wcPopup-content span.wcEmoticon.bg-emot_01_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -218px -183px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_018, .wcPopup-content span.wcEmoticon.bg-emot_01_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_019, .wcPopup-content span.wcEmoticon.bg-emot_01_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_020, .wcPopup-content span.wcEmoticon.bg-emot_01_32_020 {
      width: 38px;
      height: 40px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_021, .wcPopup-content span.wcEmoticon.bg-emot_01_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_022, .wcPopup-content span.wcEmoticon.bg-emot_01_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -276px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_023, .wcPopup-content span.wcEmoticon.bg-emot_01_32_023 {
      width: 32px;
      height: 38px;
      background: url("../../gfx/emoticons/emots_01_32.png") -120px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_024, .wcPopup-content span.wcEmoticon.bg-emot_01_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -235px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_025, .wcPopup-content span.wcEmoticon.bg-emot_01_32_025 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -62px -235px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_026, .wcPopup-content span.wcEmoticon.bg-emot_01_32_026 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -114px -235px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_027, .wcPopup-content span.wcEmoticon.bg-emot_01_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -166px -235px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_028, .wcPopup-content span.wcEmoticon.bg-emot_01_32_028 {
      width: 32px;
      height: 34px;
      background: url("../../gfx/emoticons/emots_01_32.png") -172px -65px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_029, .wcPopup-content span.wcEmoticon.bg-emot_01_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -218px -235px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_030, .wcPopup-content span.wcEmoticon.bg-emot_01_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_01_32.png") -270px -235px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_32_031, .wcPopup-content span.wcEmoticon.bg-emot_01_32_031 {
      width: 33px;
      height: 41px;
      background: url("../../gfx/emoticons/emots_01_32.png") -10px -70px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_001, .wcPopup-content span.wcEmoticon.bg-emot_01_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -358px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_002, .wcPopup-content span.wcEmoticon.bg-emot_01_64_002 {
      width: 64px;
      height: 69px;
      background: url("../../gfx/emoticons/emots_01_64.png") -274px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_003, .wcPopup-content span.wcEmoticon.bg-emot_01_64_003 {
      width: 64px;
      height: 75px;
      background: url("../../gfx/emoticons/emots_01_64.png") -106px -107px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_004, .wcPopup-content span.wcEmoticon.bg-emot_01_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -358px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_005, .wcPopup-content span.wcEmoticon.bg-emot_01_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -358px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_006, .wcPopup-content span.wcEmoticon.bg-emot_01_64_006 {
      width: 64px;
      height: 70px;
      background: url("../../gfx/emoticons/emots_01_64.png") -190px -105px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_007, .wcPopup-content span.wcEmoticon.bg-emot_01_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -295px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_008, .wcPopup-content span.wcEmoticon.bg-emot_01_64_008 {
      width: 70px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -212px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_009, .wcPopup-content span.wcEmoticon.bg-emot_01_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -94px -295px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_010, .wcPopup-content span.wcEmoticon.bg-emot_01_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -178px -295px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_011, .wcPopup-content span.wcEmoticon.bg-emot_01_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -262px -295px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_012, .wcPopup-content span.wcEmoticon.bg-emot_01_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -346px -295px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_013, .wcPopup-content span.wcEmoticon.bg-emot_01_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_014, .wcPopup-content span.wcEmoticon.bg-emot_01_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_015, .wcPopup-content span.wcEmoticon.bg-emot_01_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_016, .wcPopup-content span.wcEmoticon.bg-emot_01_64_016 {
      width: 64px;
      height: 77px;
      background: url("../../gfx/emoticons/emots_01_64.png") -106px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_017, .wcPopup-content span.wcEmoticon.bg-emot_01_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -442px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_018, .wcPopup-content span.wcEmoticon.bg-emot_01_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -379px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_019, .wcPopup-content span.wcEmoticon.bg-emot_01_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -94px -379px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_020, .wcPopup-content span.wcEmoticon.bg-emot_01_64_020 {
      width: 76px;
      height: 79px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_021, .wcPopup-content span.wcEmoticon.bg-emot_01_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -178px -379px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_022, .wcPopup-content span.wcEmoticon.bg-emot_01_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -262px -379px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_023, .wcPopup-content span.wcEmoticon.bg-emot_01_64_023 {
      width: 64px;
      height: 75px;
      background: url("../../gfx/emoticons/emots_01_64.png") -190px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_024, .wcPopup-content span.wcEmoticon.bg-emot_01_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -346px -379px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_025, .wcPopup-content span.wcEmoticon.bg-emot_01_64_025 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -430px -379px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_026, .wcPopup-content span.wcEmoticon.bg-emot_01_64_026 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_027, .wcPopup-content span.wcEmoticon.bg-emot_01_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_028, .wcPopup-content span.wcEmoticon.bg-emot_01_64_028 {
      width: 64px;
      height: 67px;
      background: url("../../gfx/emoticons/emots_01_64.png") -274px -99px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_029, .wcPopup-content span.wcEmoticon.bg-emot_01_64_029 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_030, .wcPopup-content span.wcEmoticon.bg-emot_01_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_01_64.png") -526px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_64_031, .wcPopup-content span.wcEmoticon.bg-emot_01_64_031 {
      width: 66px;
      height: 83px;
      background: url("../../gfx/emoticons/emots_01_64.png") -10px -109px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_001, .wcPopup-content span.wcEmoticon.bg-emot_01_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -158px -376px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_002, .wcPopup-content span.wcEmoticon.bg-emot_01_128_002 {
      width: 128px;
      height: 139px;
      background: url("../../gfx/emoticons/emots_01_128.png") -480px -157px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_003, .wcPopup-content span.wcEmoticon.bg-emot_01_128_003 {
      width: 128px;
      height: 151px;
      background: url("../../gfx/emoticons/emots_01_128.png") -184px -183px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_004, .wcPopup-content span.wcEmoticon.bg-emot_01_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -306px -376px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_005, .wcPopup-content span.wcEmoticon.bg-emot_01_128_005 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -454px -679px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_006, .wcPopup-content span.wcEmoticon.bg-emot_01_128_006 {
      width: 128px;
      height: 139px;
      background: url("../../gfx/emoticons/emots_01_128.png") -332px -181px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_007, .wcPopup-content span.wcEmoticon.bg-emot_01_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -454px -376px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_008, .wcPopup-content span.wcEmoticon.bg-emot_01_128_008 {
      width: 142px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -480px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_009, .wcPopup-content span.wcEmoticon.bg-emot_01_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -642px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_010, .wcPopup-content span.wcEmoticon.bg-emot_01_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -642px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_011, .wcPopup-content span.wcEmoticon.bg-emot_01_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -642px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_012, .wcPopup-content span.wcEmoticon.bg-emot_01_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -531px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_013, .wcPopup-content span.wcEmoticon.bg-emot_01_128_013 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -602px -679px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_014, .wcPopup-content span.wcEmoticon.bg-emot_01_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -158px -531px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_015, .wcPopup-content span.wcEmoticon.bg-emot_01_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -306px -531px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_016, .wcPopup-content span.wcEmoticon.bg-emot_01_128_016 {
      width: 128px;
      height: 153px;
      background: url("../../gfx/emoticons/emots_01_128.png") -184px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_017, .wcPopup-content span.wcEmoticon.bg-emot_01_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -454px -531px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_018, .wcPopup-content span.wcEmoticon.bg-emot_01_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -602px -531px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_019, .wcPopup-content span.wcEmoticon.bg-emot_01_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_020, .wcPopup-content span.wcEmoticon.bg-emot_01_128_020 {
      width: 154px;
      height: 160px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_021, .wcPopup-content span.wcEmoticon.bg-emot_01_128_021 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -750px -679px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_022, .wcPopup-content span.wcEmoticon.bg-emot_01_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_023, .wcPopup-content span.wcEmoticon.bg-emot_01_128_023 {
      width: 128px;
      height: 151px;
      background: url("../../gfx/emoticons/emots_01_128.png") -332px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_024, .wcPopup-content span.wcEmoticon.bg-emot_01_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_025, .wcPopup-content span.wcEmoticon.bg-emot_01_128_025 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -790px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_026, .wcPopup-content span.wcEmoticon.bg-emot_01_128_026 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -679px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_027, .wcPopup-content span.wcEmoticon.bg-emot_01_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -158px -679px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_028, .wcPopup-content span.wcEmoticon.bg-emot_01_128_028 {
      width: 128px;
      height: 135px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -376px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_029, .wcPopup-content span.wcEmoticon.bg-emot_01_128_029 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_01_128.png") -306px -679px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_030, .wcPopup-content span.wcEmoticon.bg-emot_01_128_030 {
      width: 128px;
      height: 127px;
      background: url("../../gfx/emoticons/emots_01_128.png") -938px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_01_128_031, .wcPopup-content span.wcEmoticon.bg-emot_01_128_031 {
      width: 132px;
      height: 166px;
      background: url("../../gfx/emoticons/emots_01_128.png") -10px -190px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_001, .wcPopup-content span.wcEmoticon.bg-emot_02_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_002, .wcPopup-content span.wcEmoticon.bg-emot_02_32_002 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_003, .wcPopup-content span.wcEmoticon.bg-emot_02_32_003 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_004, .wcPopup-content span.wcEmoticon.bg-emot_02_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_005, .wcPopup-content span.wcEmoticon.bg-emot_02_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_006, .wcPopup-content span.wcEmoticon.bg-emot_02_32_006 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_007, .wcPopup-content span.wcEmoticon.bg-emot_02_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_008, .wcPopup-content span.wcEmoticon.bg-emot_02_32_008 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_009, .wcPopup-content span.wcEmoticon.bg-emot_02_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_010, .wcPopup-content span.wcEmoticon.bg-emot_02_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_011, .wcPopup-content span.wcEmoticon.bg-emot_02_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_012, .wcPopup-content span.wcEmoticon.bg-emot_02_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_013, .wcPopup-content span.wcEmoticon.bg-emot_02_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_014, .wcPopup-content span.wcEmoticon.bg-emot_02_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_015, .wcPopup-content span.wcEmoticon.bg-emot_02_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_016, .wcPopup-content span.wcEmoticon.bg-emot_02_32_016 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_017, .wcPopup-content span.wcEmoticon.bg-emot_02_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_018, .wcPopup-content span.wcEmoticon.bg-emot_02_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_019, .wcPopup-content span.wcEmoticon.bg-emot_02_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_020, .wcPopup-content span.wcEmoticon.bg-emot_02_32_020 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_021, .wcPopup-content span.wcEmoticon.bg-emot_02_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_022, .wcPopup-content span.wcEmoticon.bg-emot_02_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_023, .wcPopup-content span.wcEmoticon.bg-emot_02_32_023 {
      width: 28px;
      height: 33px;
      background: url("../../gfx/emoticons/emots_02_32.png") -374px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_024, .wcPopup-content span.wcEmoticon.bg-emot_02_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_025, .wcPopup-content span.wcEmoticon.bg-emot_02_32_025 {
      width: 30px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_026, .wcPopup-content span.wcEmoticon.bg-emot_02_32_026 {
      width: 30px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -216px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_027, .wcPopup-content span.wcEmoticon.bg-emot_02_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_028, .wcPopup-content span.wcEmoticon.bg-emot_02_32_028 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_029, .wcPopup-content span.wcEmoticon.bg-emot_02_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_030, .wcPopup-content span.wcEmoticon.bg-emot_02_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_031, .wcPopup-content span.wcEmoticon.bg-emot_02_32_031 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_032, .wcPopup-content span.wcEmoticon.bg-emot_02_32_032 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_033, .wcPopup-content span.wcEmoticon.bg-emot_02_32_033 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_034, .wcPopup-content span.wcEmoticon.bg-emot_02_32_034 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_035, .wcPopup-content span.wcEmoticon.bg-emot_02_32_035 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_036, .wcPopup-content span.wcEmoticon.bg-emot_02_32_036 {
      width: 30px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -266px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_037, .wcPopup-content span.wcEmoticon.bg-emot_02_32_037 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_038, .wcPopup-content span.wcEmoticon.bg-emot_02_32_038 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -166px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_039, .wcPopup-content span.wcEmoticon.bg-emot_02_32_039 {
      width: 32px;
      height: 28px;
      background: url("../../gfx/emoticons/emots_02_32.png") -316px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_040, .wcPopup-content span.wcEmoticon.bg-emot_02_32_040 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -218px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_041, .wcPopup-content span.wcEmoticon.bg-emot_02_32_041 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -270px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_042, .wcPopup-content span.wcEmoticon.bg-emot_02_32_042 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_043, .wcPopup-content span.wcEmoticon.bg-emot_02_32_043 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_044, .wcPopup-content span.wcEmoticon.bg-emot_02_32_044 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_045, .wcPopup-content span.wcEmoticon.bg-emot_02_32_045 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_046, .wcPopup-content span.wcEmoticon.bg-emot_02_32_046 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_047, .wcPopup-content span.wcEmoticon.bg-emot_02_32_047 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -322px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_048, .wcPopup-content span.wcEmoticon.bg-emot_02_32_048 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -10px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_049, .wcPopup-content span.wcEmoticon.bg-emot_02_32_049 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -62px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_32_050, .wcPopup-content span.wcEmoticon.bg-emot_02_32_050 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_02_32.png") -114px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_001, .wcPopup-content span.wcEmoticon.bg-emot_02_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_002, .wcPopup-content span.wcEmoticon.bg-emot_02_64_002 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_003, .wcPopup-content span.wcEmoticon.bg-emot_02_64_003 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_004, .wcPopup-content span.wcEmoticon.bg-emot_02_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_005, .wcPopup-content span.wcEmoticon.bg-emot_02_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_006, .wcPopup-content span.wcEmoticon.bg-emot_02_64_006 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_007, .wcPopup-content span.wcEmoticon.bg-emot_02_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_008, .wcPopup-content span.wcEmoticon.bg-emot_02_64_008 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_009, .wcPopup-content span.wcEmoticon.bg-emot_02_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_010, .wcPopup-content span.wcEmoticon.bg-emot_02_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_011, .wcPopup-content span.wcEmoticon.bg-emot_02_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_012, .wcPopup-content span.wcEmoticon.bg-emot_02_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_013, .wcPopup-content span.wcEmoticon.bg-emot_02_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_014, .wcPopup-content span.wcEmoticon.bg-emot_02_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_015, .wcPopup-content span.wcEmoticon.bg-emot_02_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_016, .wcPopup-content span.wcEmoticon.bg-emot_02_64_016 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_017, .wcPopup-content span.wcEmoticon.bg-emot_02_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_018, .wcPopup-content span.wcEmoticon.bg-emot_02_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_019, .wcPopup-content span.wcEmoticon.bg-emot_02_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_020, .wcPopup-content span.wcEmoticon.bg-emot_02_64_020 {
      width: 63px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_021, .wcPopup-content span.wcEmoticon.bg-emot_02_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_022, .wcPopup-content span.wcEmoticon.bg-emot_02_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_023, .wcPopup-content span.wcEmoticon.bg-emot_02_64_023 {
      width: 54px;
      height: 66px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -260px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_024, .wcPopup-content span.wcEmoticon.bg-emot_02_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_025, .wcPopup-content span.wcEmoticon.bg-emot_02_64_025 {
      width: 58px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_026, .wcPopup-content span.wcEmoticon.bg-emot_02_64_026 {
      width: 58px;
      height: 62px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_027, .wcPopup-content span.wcEmoticon.bg-emot_02_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_028, .wcPopup-content span.wcEmoticon.bg-emot_02_64_028 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_029, .wcPopup-content span.wcEmoticon.bg-emot_02_64_029 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_030, .wcPopup-content span.wcEmoticon.bg-emot_02_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_031, .wcPopup-content span.wcEmoticon.bg-emot_02_64_031 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_032, .wcPopup-content span.wcEmoticon.bg-emot_02_64_032 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_033, .wcPopup-content span.wcEmoticon.bg-emot_02_64_033 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_034, .wcPopup-content span.wcEmoticon.bg-emot_02_64_034 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_035, .wcPopup-content span.wcEmoticon.bg-emot_02_64_035 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_036, .wcPopup-content span.wcEmoticon.bg-emot_02_64_036 {
      width: 60px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -598px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_037, .wcPopup-content span.wcEmoticon.bg-emot_02_64_037 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_038, .wcPopup-content span.wcEmoticon.bg-emot_02_64_038 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -178px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_039, .wcPopup-content span.wcEmoticon.bg-emot_02_64_039 {
      width: 64px;
      height: 56px;
      background: url("../../gfx/emoticons/emots_02_64.png") -261px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_040, .wcPopup-content span.wcEmoticon.bg-emot_02_64_040 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -262px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_041, .wcPopup-content span.wcEmoticon.bg-emot_02_64_041 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -346px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_042, .wcPopup-content span.wcEmoticon.bg-emot_02_64_042 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -430px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_043, .wcPopup-content span.wcEmoticon.bg-emot_02_64_043 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_044, .wcPopup-content span.wcEmoticon.bg-emot_02_64_044 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_045, .wcPopup-content span.wcEmoticon.bg-emot_02_64_045 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_046, .wcPopup-content span.wcEmoticon.bg-emot_02_64_046 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_047, .wcPopup-content span.wcEmoticon.bg-emot_02_64_047 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_048, .wcPopup-content span.wcEmoticon.bg-emot_02_64_048 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -514px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_049, .wcPopup-content span.wcEmoticon.bg-emot_02_64_049 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -10px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_64_050, .wcPopup-content span.wcEmoticon.bg-emot_02_64_050 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_02_64.png") -94px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_001, .wcPopup-content span.wcEmoticon.bg-emot_02_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -188px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_002, .wcPopup-content span.wcEmoticon.bg-emot_02_128_002 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -188px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_003, .wcPopup-content span.wcEmoticon.bg-emot_02_128_003 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_004, .wcPopup-content span.wcEmoticon.bg-emot_02_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_005, .wcPopup-content span.wcEmoticon.bg-emot_02_128_005 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -344px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_006, .wcPopup-content span.wcEmoticon.bg-emot_02_128_006 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -344px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_007, .wcPopup-content span.wcEmoticon.bg-emot_02_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -344px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_008, .wcPopup-content span.wcEmoticon.bg-emot_02_128_008 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -344px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_009, .wcPopup-content span.wcEmoticon.bg-emot_02_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_010, .wcPopup-content span.wcEmoticon.bg-emot_02_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_011, .wcPopup-content span.wcEmoticon.bg-emot_02_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_012, .wcPopup-content span.wcEmoticon.bg-emot_02_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -492px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_013, .wcPopup-content span.wcEmoticon.bg-emot_02_128_013 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -492px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_014, .wcPopup-content span.wcEmoticon.bg-emot_02_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -492px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_015, .wcPopup-content span.wcEmoticon.bg-emot_02_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -492px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_016, .wcPopup-content span.wcEmoticon.bg-emot_02_128_016 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -492px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_017, .wcPopup-content span.wcEmoticon.bg-emot_02_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_018, .wcPopup-content span.wcEmoticon.bg-emot_02_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_019, .wcPopup-content span.wcEmoticon.bg-emot_02_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_020, .wcPopup-content span.wcEmoticon.bg-emot_02_128_020 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_021, .wcPopup-content span.wcEmoticon.bg-emot_02_128_021 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -640px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_022, .wcPopup-content span.wcEmoticon.bg-emot_02_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -640px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_023, .wcPopup-content span.wcEmoticon.bg-emot_02_128_023 {
      width: 128px;
      height: 158px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_024, .wcPopup-content span.wcEmoticon.bg-emot_02_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -640px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_025, .wcPopup-content span.wcEmoticon.bg-emot_02_128_025 {
      width: 128px;
      height: 140px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_026, .wcPopup-content span.wcEmoticon.bg-emot_02_128_026 {
      width: 128px;
      height: 137px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_027, .wcPopup-content span.wcEmoticon.bg-emot_02_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -640px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_028, .wcPopup-content span.wcEmoticon.bg-emot_02_128_028 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -640px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_029, .wcPopup-content span.wcEmoticon.bg-emot_02_128_029 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -640px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_030, .wcPopup-content span.wcEmoticon.bg-emot_02_128_030 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_031, .wcPopup-content span.wcEmoticon.bg-emot_02_128_031 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_032, .wcPopup-content span.wcEmoticon.bg-emot_02_128_032 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_033, .wcPopup-content span.wcEmoticon.bg-emot_02_128_033 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_034, .wcPopup-content span.wcEmoticon.bg-emot_02_128_034 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_035, .wcPopup-content span.wcEmoticon.bg-emot_02_128_035 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -788px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_036, .wcPopup-content span.wcEmoticon.bg-emot_02_128_036 {
      width: 128px;
      height: 136px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -188px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_037, .wcPopup-content span.wcEmoticon.bg-emot_02_128_037 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -788px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_038, .wcPopup-content span.wcEmoticon.bg-emot_02_128_038 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -306px -788px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_039, .wcPopup-content span.wcEmoticon.bg-emot_02_128_039 {
      width: 128px;
      height: 113px;
      background: url("../../gfx/emoticons/emots_02_128.png") -158px -936px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_040, .wcPopup-content span.wcEmoticon.bg-emot_02_128_040 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -454px -788px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_041, .wcPopup-content span.wcEmoticon.bg-emot_02_128_041 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -602px -788px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_042, .wcPopup-content span.wcEmoticon.bg-emot_02_128_042 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -750px -788px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_043, .wcPopup-content span.wcEmoticon.bg-emot_02_128_043 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -898px -788px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_044, .wcPopup-content span.wcEmoticon.bg-emot_02_128_044 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_045, .wcPopup-content span.wcEmoticon.bg-emot_02_128_045 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_046, .wcPopup-content span.wcEmoticon.bg-emot_02_128_046 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_047, .wcPopup-content span.wcEmoticon.bg-emot_02_128_047 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_048, .wcPopup-content span.wcEmoticon.bg-emot_02_128_048 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_049, .wcPopup-content span.wcEmoticon.bg-emot_02_128_049 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -1046px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_02_128_050, .wcPopup-content span.wcEmoticon.bg-emot_02_128_050 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_02_128.png") -10px -936px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_001, .wcPopup-content span.wcEmoticon.bg-emot_03_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_002, .wcPopup-content span.wcEmoticon.bg-emot_03_32_002 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_003, .wcPopup-content span.wcEmoticon.bg-emot_03_32_003 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_004, .wcPopup-content span.wcEmoticon.bg-emot_03_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_005, .wcPopup-content span.wcEmoticon.bg-emot_03_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_006, .wcPopup-content span.wcEmoticon.bg-emot_03_32_006 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_007, .wcPopup-content span.wcEmoticon.bg-emot_03_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_008, .wcPopup-content span.wcEmoticon.bg-emot_03_32_008 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_009, .wcPopup-content span.wcEmoticon.bg-emot_03_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_010, .wcPopup-content span.wcEmoticon.bg-emot_03_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_011, .wcPopup-content span.wcEmoticon.bg-emot_03_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_012, .wcPopup-content span.wcEmoticon.bg-emot_03_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_013, .wcPopup-content span.wcEmoticon.bg-emot_03_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_014, .wcPopup-content span.wcEmoticon.bg-emot_03_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_015, .wcPopup-content span.wcEmoticon.bg-emot_03_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_016, .wcPopup-content span.wcEmoticon.bg-emot_03_32_016 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_017, .wcPopup-content span.wcEmoticon.bg-emot_03_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_018, .wcPopup-content span.wcEmoticon.bg-emot_03_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_019, .wcPopup-content span.wcEmoticon.bg-emot_03_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_020, .wcPopup-content span.wcEmoticon.bg-emot_03_32_020 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_021, .wcPopup-content span.wcEmoticon.bg-emot_03_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_022, .wcPopup-content span.wcEmoticon.bg-emot_03_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_023, .wcPopup-content span.wcEmoticon.bg-emot_03_32_023 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_024, .wcPopup-content span.wcEmoticon.bg-emot_03_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_025, .wcPopup-content span.wcEmoticon.bg-emot_03_32_025 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_026, .wcPopup-content span.wcEmoticon.bg-emot_03_32_026 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_027, .wcPopup-content span.wcEmoticon.bg-emot_03_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_028, .wcPopup-content span.wcEmoticon.bg-emot_03_32_028 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_029, .wcPopup-content span.wcEmoticon.bg-emot_03_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_030, .wcPopup-content span.wcEmoticon.bg-emot_03_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_031, .wcPopup-content span.wcEmoticon.bg-emot_03_32_031 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_032, .wcPopup-content span.wcEmoticon.bg-emot_03_32_032 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_033, .wcPopup-content span.wcEmoticon.bg-emot_03_32_033 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_034, .wcPopup-content span.wcEmoticon.bg-emot_03_32_034 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_035, .wcPopup-content span.wcEmoticon.bg-emot_03_32_035 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_036, .wcPopup-content span.wcEmoticon.bg-emot_03_32_036 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_037, .wcPopup-content span.wcEmoticon.bg-emot_03_32_037 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_038, .wcPopup-content span.wcEmoticon.bg-emot_03_32_038 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_039, .wcPopup-content span.wcEmoticon.bg-emot_03_32_039 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_040, .wcPopup-content span.wcEmoticon.bg-emot_03_32_040 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_041, .wcPopup-content span.wcEmoticon.bg-emot_03_32_041 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_042, .wcPopup-content span.wcEmoticon.bg-emot_03_32_042 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -322px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_043, .wcPopup-content span.wcEmoticon.bg-emot_03_32_043 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -10px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_044, .wcPopup-content span.wcEmoticon.bg-emot_03_32_044 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -62px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_045, .wcPopup-content span.wcEmoticon.bg-emot_03_32_045 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -114px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_046, .wcPopup-content span.wcEmoticon.bg-emot_03_32_046 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -166px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_047, .wcPopup-content span.wcEmoticon.bg-emot_03_32_047 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -218px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_32_048, .wcPopup-content span.wcEmoticon.bg-emot_03_32_048 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_03_32.png") -270px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_001, .wcPopup-content span.wcEmoticon.bg-emot_03_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_002, .wcPopup-content span.wcEmoticon.bg-emot_03_64_002 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_003, .wcPopup-content span.wcEmoticon.bg-emot_03_64_003 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_004, .wcPopup-content span.wcEmoticon.bg-emot_03_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_005, .wcPopup-content span.wcEmoticon.bg-emot_03_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_006, .wcPopup-content span.wcEmoticon.bg-emot_03_64_006 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_007, .wcPopup-content span.wcEmoticon.bg-emot_03_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_008, .wcPopup-content span.wcEmoticon.bg-emot_03_64_008 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_009, .wcPopup-content span.wcEmoticon.bg-emot_03_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_010, .wcPopup-content span.wcEmoticon.bg-emot_03_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_011, .wcPopup-content span.wcEmoticon.bg-emot_03_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_012, .wcPopup-content span.wcEmoticon.bg-emot_03_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_013, .wcPopup-content span.wcEmoticon.bg-emot_03_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_014, .wcPopup-content span.wcEmoticon.bg-emot_03_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_015, .wcPopup-content span.wcEmoticon.bg-emot_03_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_016, .wcPopup-content span.wcEmoticon.bg-emot_03_64_016 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_017, .wcPopup-content span.wcEmoticon.bg-emot_03_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_018, .wcPopup-content span.wcEmoticon.bg-emot_03_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_019, .wcPopup-content span.wcEmoticon.bg-emot_03_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_020, .wcPopup-content span.wcEmoticon.bg-emot_03_64_020 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_021, .wcPopup-content span.wcEmoticon.bg-emot_03_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_022, .wcPopup-content span.wcEmoticon.bg-emot_03_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_023, .wcPopup-content span.wcEmoticon.bg-emot_03_64_023 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_024, .wcPopup-content span.wcEmoticon.bg-emot_03_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_025, .wcPopup-content span.wcEmoticon.bg-emot_03_64_025 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_026, .wcPopup-content span.wcEmoticon.bg-emot_03_64_026 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_027, .wcPopup-content span.wcEmoticon.bg-emot_03_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_028, .wcPopup-content span.wcEmoticon.bg-emot_03_64_028 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_029, .wcPopup-content span.wcEmoticon.bg-emot_03_64_029 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_030, .wcPopup-content span.wcEmoticon.bg-emot_03_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_031, .wcPopup-content span.wcEmoticon.bg-emot_03_64_031 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_032, .wcPopup-content span.wcEmoticon.bg-emot_03_64_032 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_033, .wcPopup-content span.wcEmoticon.bg-emot_03_64_033 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_034, .wcPopup-content span.wcEmoticon.bg-emot_03_64_034 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_035, .wcPopup-content span.wcEmoticon.bg-emot_03_64_035 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_036, .wcPopup-content span.wcEmoticon.bg-emot_03_64_036 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_037, .wcPopup-content span.wcEmoticon.bg-emot_03_64_037 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_038, .wcPopup-content span.wcEmoticon.bg-emot_03_64_038 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_039, .wcPopup-content span.wcEmoticon.bg-emot_03_64_039 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_040, .wcPopup-content span.wcEmoticon.bg-emot_03_64_040 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_041, .wcPopup-content span.wcEmoticon.bg-emot_03_64_041 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_042, .wcPopup-content span.wcEmoticon.bg-emot_03_64_042 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -514px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_043, .wcPopup-content span.wcEmoticon.bg-emot_03_64_043 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -10px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_044, .wcPopup-content span.wcEmoticon.bg-emot_03_64_044 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -94px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_045, .wcPopup-content span.wcEmoticon.bg-emot_03_64_045 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -178px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_046, .wcPopup-content span.wcEmoticon.bg-emot_03_64_046 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -262px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_047, .wcPopup-content span.wcEmoticon.bg-emot_03_64_047 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -346px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_64_048, .wcPopup-content span.wcEmoticon.bg-emot_03_64_048 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_03_64.png") -430px -514px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_001, .wcPopup-content span.wcEmoticon.bg-emot_03_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_002, .wcPopup-content span.wcEmoticon.bg-emot_03_128_002 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_003, .wcPopup-content span.wcEmoticon.bg-emot_03_128_003 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_004, .wcPopup-content span.wcEmoticon.bg-emot_03_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_005, .wcPopup-content span.wcEmoticon.bg-emot_03_128_005 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_006, .wcPopup-content span.wcEmoticon.bg-emot_03_128_006 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_007, .wcPopup-content span.wcEmoticon.bg-emot_03_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_008, .wcPopup-content span.wcEmoticon.bg-emot_03_128_008 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_009, .wcPopup-content span.wcEmoticon.bg-emot_03_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_010, .wcPopup-content span.wcEmoticon.bg-emot_03_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_011, .wcPopup-content span.wcEmoticon.bg-emot_03_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_012, .wcPopup-content span.wcEmoticon.bg-emot_03_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_013, .wcPopup-content span.wcEmoticon.bg-emot_03_128_013 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_014, .wcPopup-content span.wcEmoticon.bg-emot_03_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_015, .wcPopup-content span.wcEmoticon.bg-emot_03_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_016, .wcPopup-content span.wcEmoticon.bg-emot_03_128_016 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_017, .wcPopup-content span.wcEmoticon.bg-emot_03_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_018, .wcPopup-content span.wcEmoticon.bg-emot_03_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_019, .wcPopup-content span.wcEmoticon.bg-emot_03_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_020, .wcPopup-content span.wcEmoticon.bg-emot_03_128_020 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_021, .wcPopup-content span.wcEmoticon.bg-emot_03_128_021 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_022, .wcPopup-content span.wcEmoticon.bg-emot_03_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_023, .wcPopup-content span.wcEmoticon.bg-emot_03_128_023 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_024, .wcPopup-content span.wcEmoticon.bg-emot_03_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_025, .wcPopup-content span.wcEmoticon.bg-emot_03_128_025 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_026, .wcPopup-content span.wcEmoticon.bg-emot_03_128_026 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_027, .wcPopup-content span.wcEmoticon.bg-emot_03_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_028, .wcPopup-content span.wcEmoticon.bg-emot_03_128_028 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_029, .wcPopup-content span.wcEmoticon.bg-emot_03_128_029 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_030, .wcPopup-content span.wcEmoticon.bg-emot_03_128_030 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_031, .wcPopup-content span.wcEmoticon.bg-emot_03_128_031 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_032, .wcPopup-content span.wcEmoticon.bg-emot_03_128_032 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_033, .wcPopup-content span.wcEmoticon.bg-emot_03_128_033 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_034, .wcPopup-content span.wcEmoticon.bg-emot_03_128_034 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_035, .wcPopup-content span.wcEmoticon.bg-emot_03_128_035 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_036, .wcPopup-content span.wcEmoticon.bg-emot_03_128_036 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_037, .wcPopup-content span.wcEmoticon.bg-emot_03_128_037 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_038, .wcPopup-content span.wcEmoticon.bg-emot_03_128_038 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_039, .wcPopup-content span.wcEmoticon.bg-emot_03_128_039 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_040, .wcPopup-content span.wcEmoticon.bg-emot_03_128_040 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_041, .wcPopup-content span.wcEmoticon.bg-emot_03_128_041 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_042, .wcPopup-content span.wcEmoticon.bg-emot_03_128_042 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -898px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_043, .wcPopup-content span.wcEmoticon.bg-emot_03_128_043 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -10px -898px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_044, .wcPopup-content span.wcEmoticon.bg-emot_03_128_044 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -158px -898px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_045, .wcPopup-content span.wcEmoticon.bg-emot_03_128_045 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -306px -898px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_046, .wcPopup-content span.wcEmoticon.bg-emot_03_128_046 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -454px -898px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_047, .wcPopup-content span.wcEmoticon.bg-emot_03_128_047 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -602px -898px; }
    .wcPopup-content img.wcEmoticon.bg-emot_03_128_048, .wcPopup-content span.wcEmoticon.bg-emot_03_128_048 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_03_128.png") -750px -898px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_001, .wcPopup-content span.wcEmoticon.bg-emot_04_32_001 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_002, .wcPopup-content span.wcEmoticon.bg-emot_04_32_002 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_003, .wcPopup-content span.wcEmoticon.bg-emot_04_32_003 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_004, .wcPopup-content span.wcEmoticon.bg-emot_04_32_004 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_005, .wcPopup-content span.wcEmoticon.bg-emot_04_32_005 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_006, .wcPopup-content span.wcEmoticon.bg-emot_04_32_006 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_007, .wcPopup-content span.wcEmoticon.bg-emot_04_32_007 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_008, .wcPopup-content span.wcEmoticon.bg-emot_04_32_008 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_009, .wcPopup-content span.wcEmoticon.bg-emot_04_32_009 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_010, .wcPopup-content span.wcEmoticon.bg-emot_04_32_010 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_011, .wcPopup-content span.wcEmoticon.bg-emot_04_32_011 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_012, .wcPopup-content span.wcEmoticon.bg-emot_04_32_012 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_013, .wcPopup-content span.wcEmoticon.bg-emot_04_32_013 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_014, .wcPopup-content span.wcEmoticon.bg-emot_04_32_014 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_015, .wcPopup-content span.wcEmoticon.bg-emot_04_32_015 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_016, .wcPopup-content span.wcEmoticon.bg-emot_04_32_016 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_017, .wcPopup-content span.wcEmoticon.bg-emot_04_32_017 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_018, .wcPopup-content span.wcEmoticon.bg-emot_04_32_018 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_019, .wcPopup-content span.wcEmoticon.bg-emot_04_32_019 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_020, .wcPopup-content span.wcEmoticon.bg-emot_04_32_020 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_021, .wcPopup-content span.wcEmoticon.bg-emot_04_32_021 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_022, .wcPopup-content span.wcEmoticon.bg-emot_04_32_022 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_023, .wcPopup-content span.wcEmoticon.bg-emot_04_32_023 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_024, .wcPopup-content span.wcEmoticon.bg-emot_04_32_024 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_025, .wcPopup-content span.wcEmoticon.bg-emot_04_32_025 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_026, .wcPopup-content span.wcEmoticon.bg-emot_04_32_026 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_027, .wcPopup-content span.wcEmoticon.bg-emot_04_32_027 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_028, .wcPopup-content span.wcEmoticon.bg-emot_04_32_028 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_029, .wcPopup-content span.wcEmoticon.bg-emot_04_32_029 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_030, .wcPopup-content span.wcEmoticon.bg-emot_04_32_030 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_031, .wcPopup-content span.wcEmoticon.bg-emot_04_32_031 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_032, .wcPopup-content span.wcEmoticon.bg-emot_04_32_032 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_033, .wcPopup-content span.wcEmoticon.bg-emot_04_32_033 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_034, .wcPopup-content span.wcEmoticon.bg-emot_04_32_034 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_035, .wcPopup-content span.wcEmoticon.bg-emot_04_32_035 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_036, .wcPopup-content span.wcEmoticon.bg-emot_04_32_036 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_037, .wcPopup-content span.wcEmoticon.bg-emot_04_32_037 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_038, .wcPopup-content span.wcEmoticon.bg-emot_04_32_038 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -62px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_039, .wcPopup-content span.wcEmoticon.bg-emot_04_32_039 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -114px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_040, .wcPopup-content span.wcEmoticon.bg-emot_04_32_040 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -166px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_041, .wcPopup-content span.wcEmoticon.bg-emot_04_32_041 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -218px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_042, .wcPopup-content span.wcEmoticon.bg-emot_04_32_042 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -270px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_043, .wcPopup-content span.wcEmoticon.bg-emot_04_32_043 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -10px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_044, .wcPopup-content span.wcEmoticon.bg-emot_04_32_044 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -62px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_045, .wcPopup-content span.wcEmoticon.bg-emot_04_32_045 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -114px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_046, .wcPopup-content span.wcEmoticon.bg-emot_04_32_046 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -166px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_047, .wcPopup-content span.wcEmoticon.bg-emot_04_32_047 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -218px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_048, .wcPopup-content span.wcEmoticon.bg-emot_04_32_048 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -270px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_049, .wcPopup-content span.wcEmoticon.bg-emot_04_32_049 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -322px -322px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_32_050, .wcPopup-content span.wcEmoticon.bg-emot_04_32_050 {
      width: 32px;
      height: 32px;
      background: url("../../gfx/emoticons/emots_04_32.png") -374px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_001, .wcPopup-content span.wcEmoticon.bg-emot_04_64_001 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -95px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_002, .wcPopup-content span.wcEmoticon.bg-emot_04_64_002 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -95px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_003, .wcPopup-content span.wcEmoticon.bg-emot_04_64_003 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -95px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_004, .wcPopup-content span.wcEmoticon.bg-emot_04_64_004 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_005, .wcPopup-content span.wcEmoticon.bg-emot_04_64_005 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_006, .wcPopup-content span.wcEmoticon.bg-emot_04_64_006 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -179px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_007, .wcPopup-content span.wcEmoticon.bg-emot_04_64_007 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -179px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_008, .wcPopup-content span.wcEmoticon.bg-emot_04_64_008 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -179px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_009, .wcPopup-content span.wcEmoticon.bg-emot_04_64_009 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -179px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_010, .wcPopup-content span.wcEmoticon.bg-emot_04_64_010 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_011, .wcPopup-content span.wcEmoticon.bg-emot_04_64_011 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_012, .wcPopup-content span.wcEmoticon.bg-emot_04_64_012 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_013, .wcPopup-content span.wcEmoticon.bg-emot_04_64_013 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -263px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_014, .wcPopup-content span.wcEmoticon.bg-emot_04_64_014 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -263px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_015, .wcPopup-content span.wcEmoticon.bg-emot_04_64_015 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -263px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_016, .wcPopup-content span.wcEmoticon.bg-emot_04_64_016 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -263px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_017, .wcPopup-content span.wcEmoticon.bg-emot_04_64_017 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -263px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_018, .wcPopup-content span.wcEmoticon.bg-emot_04_64_018 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_019, .wcPopup-content span.wcEmoticon.bg-emot_04_64_019 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_020, .wcPopup-content span.wcEmoticon.bg-emot_04_64_020 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_021, .wcPopup-content span.wcEmoticon.bg-emot_04_64_021 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_022, .wcPopup-content span.wcEmoticon.bg-emot_04_64_022 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -347px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_023, .wcPopup-content span.wcEmoticon.bg-emot_04_64_023 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -347px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_024, .wcPopup-content span.wcEmoticon.bg-emot_04_64_024 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -347px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_025, .wcPopup-content span.wcEmoticon.bg-emot_04_64_025 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -347px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_026, .wcPopup-content span.wcEmoticon.bg-emot_04_64_026 {
      width: 64px;
      height: 65px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_027, .wcPopup-content span.wcEmoticon.bg-emot_04_64_027 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -347px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_028, .wcPopup-content span.wcEmoticon.bg-emot_04_64_028 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -347px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_029, .wcPopup-content span.wcEmoticon.bg-emot_04_64_029 {
      width: 64px;
      height: 65px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_030, .wcPopup-content span.wcEmoticon.bg-emot_04_64_030 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_031, .wcPopup-content span.wcEmoticon.bg-emot_04_64_031 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_032, .wcPopup-content span.wcEmoticon.bg-emot_04_64_032 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_033, .wcPopup-content span.wcEmoticon.bg-emot_04_64_033 {
      width: 64px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -515px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_034, .wcPopup-content span.wcEmoticon.bg-emot_04_64_034 {
      width: 64px;
      height: 63px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -515px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_035, .wcPopup-content span.wcEmoticon.bg-emot_04_64_035 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_036, .wcPopup-content span.wcEmoticon.bg-emot_04_64_036 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_037, .wcPopup-content span.wcEmoticon.bg-emot_04_64_037 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -10px -431px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_038, .wcPopup-content span.wcEmoticon.bg-emot_04_64_038 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -94px -431px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_039, .wcPopup-content span.wcEmoticon.bg-emot_04_64_039 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -431px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_040, .wcPopup-content span.wcEmoticon.bg-emot_04_64_040 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -262px -431px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_041, .wcPopup-content span.wcEmoticon.bg-emot_04_64_041 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -346px -431px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_042, .wcPopup-content span.wcEmoticon.bg-emot_04_64_042 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -430px -431px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_043, .wcPopup-content span.wcEmoticon.bg-emot_04_64_043 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -514px -431px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_044, .wcPopup-content span.wcEmoticon.bg-emot_04_64_044 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_045, .wcPopup-content span.wcEmoticon.bg-emot_04_64_045 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -94px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_046, .wcPopup-content span.wcEmoticon.bg-emot_04_64_046 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -178px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_047, .wcPopup-content span.wcEmoticon.bg-emot_04_64_047 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -262px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_048, .wcPopup-content span.wcEmoticon.bg-emot_04_64_048 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -346px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_049, .wcPopup-content span.wcEmoticon.bg-emot_04_64_049 {
      width: 64px;
      height: 64px;
      background: url("../../gfx/emoticons/emots_04_64.png") -598px -430px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_64_050, .wcPopup-content span.wcEmoticon.bg-emot_04_64_050 {
      width: 64px;
      height: 65px;
      background: url("../../gfx/emoticons/emots_04_64.png") -178px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_001, .wcPopup-content span.wcEmoticon.bg-emot_04_128_001 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -159px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_002, .wcPopup-content span.wcEmoticon.bg-emot_04_128_002 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -159px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_003, .wcPopup-content span.wcEmoticon.bg-emot_04_128_003 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -159px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_004, .wcPopup-content span.wcEmoticon.bg-emot_04_128_004 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_005, .wcPopup-content span.wcEmoticon.bg-emot_04_128_005 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_006, .wcPopup-content span.wcEmoticon.bg-emot_04_128_006 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -307px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_007, .wcPopup-content span.wcEmoticon.bg-emot_04_128_007 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -307px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_008, .wcPopup-content span.wcEmoticon.bg-emot_04_128_008 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -307px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_009, .wcPopup-content span.wcEmoticon.bg-emot_04_128_009 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -307px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_010, .wcPopup-content span.wcEmoticon.bg-emot_04_128_010 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_011, .wcPopup-content span.wcEmoticon.bg-emot_04_128_011 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_012, .wcPopup-content span.wcEmoticon.bg-emot_04_128_012 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_013, .wcPopup-content span.wcEmoticon.bg-emot_04_128_013 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -455px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_014, .wcPopup-content span.wcEmoticon.bg-emot_04_128_014 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -455px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_015, .wcPopup-content span.wcEmoticon.bg-emot_04_128_015 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -455px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_016, .wcPopup-content span.wcEmoticon.bg-emot_04_128_016 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -455px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_017, .wcPopup-content span.wcEmoticon.bg-emot_04_128_017 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -455px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_018, .wcPopup-content span.wcEmoticon.bg-emot_04_128_018 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_019, .wcPopup-content span.wcEmoticon.bg-emot_04_128_019 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_020, .wcPopup-content span.wcEmoticon.bg-emot_04_128_020 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_021, .wcPopup-content span.wcEmoticon.bg-emot_04_128_021 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_022, .wcPopup-content span.wcEmoticon.bg-emot_04_128_022 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -603px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_023, .wcPopup-content span.wcEmoticon.bg-emot_04_128_023 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -603px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_024, .wcPopup-content span.wcEmoticon.bg-emot_04_128_024 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -603px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_025, .wcPopup-content span.wcEmoticon.bg-emot_04_128_025 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -603px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_026, .wcPopup-content span.wcEmoticon.bg-emot_04_128_026 {
      width: 128px;
      height: 129px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_027, .wcPopup-content span.wcEmoticon.bg-emot_04_128_027 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -603px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_028, .wcPopup-content span.wcEmoticon.bg-emot_04_128_028 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -603px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_029, .wcPopup-content span.wcEmoticon.bg-emot_04_128_029 {
      width: 128px;
      height: 129px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_030, .wcPopup-content span.wcEmoticon.bg-emot_04_128_030 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_031, .wcPopup-content span.wcEmoticon.bg-emot_04_128_031 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_032, .wcPopup-content span.wcEmoticon.bg-emot_04_128_032 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_033, .wcPopup-content span.wcEmoticon.bg-emot_04_128_033 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_034, .wcPopup-content span.wcEmoticon.bg-emot_04_128_034 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_035, .wcPopup-content span.wcEmoticon.bg-emot_04_128_035 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -751px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_036, .wcPopup-content span.wcEmoticon.bg-emot_04_128_036 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -751px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_037, .wcPopup-content span.wcEmoticon.bg-emot_04_128_037 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -751px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_038, .wcPopup-content span.wcEmoticon.bg-emot_04_128_038 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -454px -751px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_040, .wcPopup-content span.wcEmoticon.bg-emot_04_128_040 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -602px -751px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_039, .wcPopup-content span.wcEmoticon.bg-emot_04_128_039 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -750px -751px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_041, .wcPopup-content span.wcEmoticon.bg-emot_04_128_041 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -898px -751px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_042, .wcPopup-content span.wcEmoticon.bg-emot_04_128_042 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -10px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_043, .wcPopup-content span.wcEmoticon.bg-emot_04_128_043 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -158px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_044, .wcPopup-content span.wcEmoticon.bg-emot_04_128_044 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -306px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_045, .wcPopup-content span.wcEmoticon.bg-emot_04_128_045 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -454px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_046, .wcPopup-content span.wcEmoticon.bg-emot_04_128_046 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -602px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_047, .wcPopup-content span.wcEmoticon.bg-emot_04_128_047 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -1046px -750px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_048, .wcPopup-content span.wcEmoticon.bg-emot_04_128_048 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -10px -899px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_049, .wcPopup-content span.wcEmoticon.bg-emot_04_128_049 {
      width: 128px;
      height: 128px;
      background: url("../../gfx/emoticons/emots_04_128.png") -158px -899px; }
    .wcPopup-content img.wcEmoticon.bg-emot_04_128_050, .wcPopup-content span.wcEmoticon.bg-emot_04_128_050 {
      width: 128px;
      height: 129px;
      background: url("../../gfx/emoticons/emots_04_128.png") -306px -10px; }
  .wcPopup-content .wcReactionsButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        outline: none;
        text-decoration: none; }
        .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionButtonActive span {
          font-weight: bold; }
        .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton img {
          margin-right: 2px; }
        .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton:not(:last-child) {
          margin-right: 8px; }
        .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLike img {
          padding-bottom: 2px;
          height: 0.8rem; }
        .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLove img {
          height: 0.8rem; }
        .wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionSad img {
          height: 0.8rem; }
    .wcPopup-content .wcReactionsButtons .wcTime {
      margin-left: 10px; }
  .wcPopup-content .wcReactionsCounters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2px; }
    .wcPopup-content .wcReactionsCounters .wcReactionCounter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .wcPopup-content .wcReactionsCounters .wcReactionCounter > span {
        padding-right: 1px;
        font-size: 0.9em; }
      .wcPopup-content .wcReactionsCounters .wcReactionCounter:not(:last-child) {
        margin-right: 3px; }
      .wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionLike img {
        padding-bottom: 4px;
        height: 0.8rem; }
      .wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionLove img {
        padding-bottom: 1px;
        height: 0.8rem; }
      .wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionSad img {
        padding-bottom: 1px;
        height: 0.8rem; }
  .wcPopup-content .wcReactionsCounters + .wcReactionsButtons {
    margin-top: 0; }

[role=tooltip].wcActionsPopup-content {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto; }
  [role=tooltip].wcActionsPopup-content .wcActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcAction {
      padding: 0;
      width: 20px;
      height: 20px;
      display: inline-block;
      position: relative;
      text-decoration: none;
      border: 1px solid #A6A6A6;
      border-radius: 50%;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      font-size: 0.9%; }
      [role=tooltip].wcActionsPopup-content .wcActions .wcAction:hover {
        background-color: #dfdfdf; }
      [role=tooltip].wcActionsPopup-content .wcActions .wcAction:focus {
        outline: none; }
      [role=tooltip].wcActionsPopup-content .wcActions .wcAction:not(:last-child) {
        margin-right: 7px; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcApprove {
      background: transparent url("../../gfx/icons/approve.svg") no-repeat 50%; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcDelete {
      background: transparent url("../../gfx/icons/x.svg") no-repeat 50%; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcEdit {
      background: transparent url("../../gfx/icons/edit.svg") no-repeat 50%; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcMute {
      background: transparent url("../../gfx/icons/mute.svg") no-repeat 50%; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcBan {
      background: transparent url("../../gfx/icons/ban.svg") no-repeat 50%; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcSpam {
      background: transparent url("../../gfx/icons/spam.svg") no-repeat 50%; }
    [role=tooltip].wcActionsPopup-content .wcActions .wcReply {
      background: transparent url("../../gfx/icons/reply.svg") no-repeat 50%; }

.wcPopup-overlay.wcEmoticonsPopup-overlay {
  background: none; }

.wcEmoticonsPopup-content {
  background-color: #f7f7f7;
  height: 280px;
  text-align: center;
  padding: 10px 5px; }
  .wcEmoticonsPopup-content .wcAddonsLibrary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 7px; }
      .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton {
        cursor: pointer !important;
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        overflow: hidden;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        opacity: 0.4; }
        .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon {
          background: transparent url(../../gfx/icons/emoticon.svg) center center no-repeat;
          background-size: 25px; }
        .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF {
          background: transparent url(../../gfx/icons/gif.svg) center center no-repeat;
          background-size: 25px; }
        .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton:hover, .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcCategoryButtonActive {
          opacity: 1; }
    .wcEmoticonsPopup-content .wcAddonsLibrary .wcCategory {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .wcEmoticonsPopup-content .wcCategory.wcCategoryEmoticons a {
    display: inline-block;
    border: none;
    line-height: 28px;
    border-radius: 50%;
    text-decoration: none;
    outline: none; }
  .wcEmoticonsPopup-content .wcCategory.wcCategoryEmoticons a img {
    border: none;
    border-radius: 0;
    margin: 3px;
    padding: 0;
    max-width: 28px; }

[role=tooltip].wcColorsPopup-content {
  background-color: #f7f7f7;
  width: 220px;
  height: 157px;
  text-align: center;
  padding: 5px 5px;
  line-height: 12px;
  overflow: hidden; }
  [role=tooltip].wcColorsPopup-content a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    height: 12px;
    width: 12px;
    border: 1px solid #000;
    margin: 2px;
    cursor: pointer;
    line-height: 12px;
    border-radius: 3px; }
  [role=tooltip].wcColorsPopup-content a:hover {
    border-color: #a6a6a6; }

.wcAlertPopup-content {
  padding: 0; }
  @media only screen and (max-width: 576px) {
    .wcAlertPopup-content {
      width: 95%; } }
  @media only screen and (min-width: 992px) {
    .wcAlertPopup-content {
      width: 26%; } }
  .wcAlertPopup-content .wcHeader {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wcAlertPopup-content .wcHeader h5 {
      margin: 0;
      padding: 0;
      font-size: 1.1rem; }
    .wcAlertPopup-content .wcHeader .wcClose {
      display: inline-block;
      text-decoration: none;
      outline: none;
      background: transparent url(../../gfx/icons/x.svg) center center no-repeat;
      background-size: 100%;
      width: 42px;
      height: 42px;
      margin: 0;
      cursor: pointer; }
  .wcAlertPopup-content .wcBody {
    padding: 10px; }
  .wcAlertPopup-content .wcFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-top: 1px solid #dfdfdf; }
    .wcAlertPopup-content .wcFooter > * {
      width: auto;
      display: inline-block;
      float: none; }
    .wcAlertPopup-content .wcFooter > *:not(:last-child) {
      margin-right: 10px; }
  .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest {
    text-align: center; }
    .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcAvatar {
      border-radius: 5px;
      max-height: 150px;
      max-width: 150px; }
    .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcStreamCaller {
      font-size: 1.5em; }
    .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcStreamIncomingText {
      margin-top: 15px; }
  .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton {
      outline: none;
      padding-top: 50px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 55px;
      min-width: 55px;
      text-align: center; }
      .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcDeclineButton {
        background-image: url(../../gfx/icons/video-calls/video-decline.svg); }
      .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcAcceptButton {
        background-image: url(../../gfx/icons/video-calls/video-accept.svg); }
      .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton:not(:last-child) {
        margin-right: 20px; }
      .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton:active, .wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton:focus {
        text-decoration: none; }

[role=tooltip].wcInfoWindowPopup-content {
  background-color: #f7f7f7;
  width: 350px;
  height: 170px;
  padding: 5px 5px;
  line-height: 1.1em; }
  [role=tooltip].wcInfoWindowPopup-content .wcContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    [role=tooltip].wcInfoWindowPopup-content .wcContent .wcLeft {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      [role=tooltip].wcInfoWindowPopup-content .wcContent .wcLeft img {
        border-radius: 50%;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        vertical-align: middle;
        margin-right: 10px;
        max-width: 90px; }
    [role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      [role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight .wcName {
        font-size: 1.1em;
        outline: 0; }
      [role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight .wcDetails {
        margin-top: 5px; }

[role=tooltip].wcRecentPopup-content {
  background-color: #f7f7f7;
  width: 400px;
  height: 250px;
  padding: 5px 5px; }
  [role=tooltip].wcRecentPopup-content .wcRecentTrigger {
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: url(../../gfx/icons/recent-chats-inactive.svg) center center no-repeat;
    width: 36px;
    height: 36px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    [role=tooltip].wcRecentPopup-content .wcRecentTrigger.wcOpen {
      background: url(../../gfx/icons/recent-chats.svg) center center no-repeat; }
    [role=tooltip].wcRecentPopup-content .wcRecentTrigger:hover {
      background-color: #f7f7f7; }
    [role=tooltip].wcRecentPopup-content .wcRecentTrigger span {
      cursor: pointer;
      color: #ffffff;
      background-color: #ff0000;
      font-size: .5em;
      line-height: 1.3em;
      display: inline-block;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      right: 4px;
      top: 8px;
      min-width: 18px;
      height: 18px;
      padding: 1px 3px;
      -webkit-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%); }
  [role=tooltip].wcRecentPopup-content .wcRecentChats {
    height: 100%;
    line-height: 1.1em; }
    [role=tooltip].wcRecentPopup-content .wcRecentChats .wcHeader {
      padding: 10px 0 5px 0; }
    [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent {
      cursor: pointer;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent img.wcRecentChatAvatar {
        max-width: 2em;
        margin: 0 10px 2px 0;
        border-radius: 50%;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        display: inline-block;
        vertical-align: middle;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcStatus {
        margin-right: 7px; }
      [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 5px; }
          [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
            font-weight: bold; }
          [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcTime > span {
            font-size: 0.8em;
            color: #a6a6a6; }
          [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcTime > span:not(:last-child) {
            margin-right: 3px; }
        [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          -ms-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto; }
          [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText .wcImage, [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText .wcEmoticon {
            max-height: 35px;
            max-width: 35px;
            border-radius: 5px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border: none;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 4px; }
      [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcUnread {
        background-color: rgba(0, 193, 121, 0.05); }
      [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcUnread:hover {
        background-color: rgba(0, 193, 121, 0.1); }
      [role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcRead:hover {
        background-color: #f1f1f1; }
    [role=tooltip].wcRecentPopup-content .wcRecentChats > .wcRecent:not(:last-child) {
      border-bottom: 1px solid #dfdfdf; }

[role=tooltip].wcReactionsPopup-content {
  background-color: #f7f7f7;
  width: auto;
  padding: 5px 5px; }

.wcDebugPopup-content .wcDebugPopupBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .wcDebugPopup-content .wcDebugPopupBody .wcLogs {
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 1px solid #dfdfdf;
    padding: 5px; }
  .wcDebugPopup-content .wcDebugPopupBody .wcFooter {
    padding-top: 10px;
    text-align: right; }

[role=tooltip].wcPopup-content.wcLightgrayTheme-content,
[role=dialog].wcPopup-content.wcLightgrayTheme-content {
  border-color: #e1e8ed;
  -webkit-box-shadow: 0 0 15px rgba(60, 60, 60, 0.2);
          box-shadow: 0 0 15px rgba(60, 60, 60, 0.2);
  border-radius: 15px;
  overflow: hidden; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content, [role=tooltip].wcPopup-content.wcLightgrayTheme-content *,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content * {
    font: 13px/22px 'Maven Pro', sans-serif;
    color: #151618; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content a,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content a {
    color: #00d5ff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional), [role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):active,
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="button"], [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="button"]:focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="button"]:active,
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="submit"], [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="submit"]:focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="submit"]:active,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional),
  [role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):focus,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):active,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="button"],
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="button"]:focus,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="button"]:active,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="submit"],
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="submit"]:focus,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="submit"]:active {
    border-radius: 15px !important;
    background-image: none;
    background-repeat: no-repeat;
    border: 0 !important;
    color: #FFF !important;
    padding: 5px 20px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal !important;
    line-height: 20px !important;
    height: 40px;
    outline: none;
    min-height: 40px !important;
    background: #00d5ff !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#00d5ff), to(#00bdde)) !important;
    background: linear-gradient(to bottom, #00d5ff 0%, #00bdde 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5ff', endColorstr='#00bdde',GradientType=0 ) !important;
    /* IE6-9 */
    text-transform: none !important;
    -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
    transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="text"], [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="password"], [role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="text"],
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="password"],
  [role=dialog].wcPopup-content.wcLightgrayTheme-content textarea {
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    color: #111;
    border-radius: 15px;
    margin: 0;
    outline: 0 none;
    padding: 4px 4px 4px 15px;
    border: none; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="text"]:focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="password"]:focus, [role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea:focus,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="text"]:focus,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="password"]:focus,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content textarea:focus {
    background-color: #ffffff;
    border: none; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder, [role=dialog].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder, [role=dialog].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder, [role=dialog].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder, [role=dialog].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content ::placeholder,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content ::placeholder {
    color: #66696e;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type="button"].wcSubmit,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content input[type="button"].wcSubmit {
    border-radius: 0 15px 15px 0 !important; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress, [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow],
  [role=dialog].wcPopup-content.wcLightgrayTheme-content progress,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow] {
    background: #b8bcc4 !important; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar {
    background: #b8bcc4; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content progress {
    color: #00d5ff; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar {
    background: #00d5ff; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value {
    background: #00d5ff; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before {
    background: #00d5ff; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    [role=tooltip].wcPopup-content.wcLightgrayTheme-content * select,
    [role=tooltip].wcPopup-content.wcLightgrayTheme-content * textarea,
    [role=tooltip].wcPopup-content.wcLightgrayTheme-content * button,
    [role=tooltip].wcPopup-content.wcLightgrayTheme-content * input,
    [role=dialog].wcPopup-content.wcLightgrayTheme-content * select,
    [role=dialog].wcPopup-content.wcLightgrayTheme-content * textarea,
    [role=dialog].wcPopup-content.wcLightgrayTheme-content * button,
    [role=dialog].wcPopup-content.wcLightgrayTheme-content * input {
      font-size: 16px; } }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcErrorBox,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content .wcErrorBox {
    border-radius: 5px;
    background-color: #ffe9e9;
    border: none; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content > .wcBody,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content > .wcBody {
    background-color: #FFF !important;
    padding-top: 20px;
    padding-bottom: 20px; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content > .wcHeader, [role=tooltip].wcPopup-content.wcLightgrayTheme-content > .wcFooter,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content > .wcHeader,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content > .wcFooter {
    background: #f1f1f1 !important;
    border: none; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content > .wcHeader,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content > .wcHeader {
    color: #151618; }
    [role=tooltip].wcPopup-content.wcLightgrayTheme-content > .wcHeader h5,
    [role=dialog].wcPopup-content.wcLightgrayTheme-content > .wcHeader h5 {
      font-size: 1.1em;
      font-weight: bold; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content > .wcFooter .wcButton,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content > .wcFooter .wcButton {
    color: #151618; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcHeader,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcHeader {
    font-size: 1.1em;
    font-weight: bold;
    color: #444; }
  [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,
  [role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
    margin-bottom: 0; }
    [role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName,
    [role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
      color: #444; }

.wcActionsPopup-content.wcLightgrayTheme-content {
  border-radius: 15px; }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcAction {
    border-color: #b8bcc4; }
    .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcAction:hover {
      background-color: rgba(9, 193, 121, 0.15); }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcApprove {
    background: transparent url("../../gfx/themes/lightgray/gfx/approve.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcDelete {
    background: transparent url("../../gfx/themes/lightgray/gfx/x.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcEdit {
    background: transparent url("../../gfx/themes/lightgray/gfx/edit.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcMute {
    background: transparent url("../../gfx/themes/lightgray/gfx/mute.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcBan {
    background: transparent url("../../gfx/themes/lightgray/gfx/ban.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcSpam {
    background: transparent url("../../gfx/themes/lightgray/gfx/spam.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcReply {
    background: transparent url("../../gfx/themes/lightgray/gfx/reply.svg") no-repeat 50%; }

.wcEmoticonsPopup-content.wcLightgrayTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
  border-radius: 15px; }

.wcInfoWindowPopup-content.wcLightgrayTheme-content {
  background: #FFF !important;
  height: 120px; }
  .wcInfoWindowPopup-content.wcLightgrayTheme-content .wcContent .wcRight .wcName {
    font-size: 1.3em;
    text-decoration: none; }

.wcRecentEmpty-content.wcLightgrayTheme-content {
  height: 50px; }
  .wcRecentEmpty-content.wcLightgrayTheme-content .wcRecentChats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

[role=tooltip].wcPopup-content.wcColddarkTheme-content,
[role=dialog].wcPopup-content.wcColddarkTheme-content {
  /* Progress bar - background */
  /* Progress bar - foreground */
  background-color: #26323e;
  border-color: #2e3b49;
  -webkit-box-shadow: 0 0 15px black;
          box-shadow: 0 0 15px black;
  border-radius: 5px;
  overflow: hidden; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content, [role=tooltip].wcPopup-content.wcColddarkTheme-content *,
  [role=dialog].wcPopup-content.wcColddarkTheme-content,
  [role=dialog].wcPopup-content.wcColddarkTheme-content * {
    font: 13px/22px 'Maven Pro', sans-serif;
    color: #cad6e2; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content a,
  [role=dialog].wcPopup-content.wcColddarkTheme-content a {
    color: #24b4ff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional), [role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):active,
  [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="button"], [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="button"]:focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="button"]:active,
  [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="submit"], [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="submit"]:focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="submit"]:active,
  [role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional),
  [role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):focus,
  [role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):active,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="button"],
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="button"]:focus,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="button"]:active,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="submit"],
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="submit"]:focus,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="submit"]:active {
    border-radius: 15px !important;
    background-image: none;
    background-repeat: no-repeat;
    border: 0 !important;
    color: #FFF !important;
    padding: 5px 20px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal !important;
    line-height: 20px !important;
    height: 40px;
    outline: none;
    min-height: 40px !important;
    background: #24b4ff !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#24b4ff), to(#0095e2)) !important;
    background: linear-gradient(to bottom, #24b4ff 0%, #0095e2 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b4ff', endColorstr='#0095e2',GradientType=0 ) !important;
    /* IE6-9 */
    text-transform: none !important;
    -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
    transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="button"]:hover, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="submit"]:hover,
  [role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):hover,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="button"]:hover,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="submit"]:hover {
    background: #57d6ff !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#57d6ff), to(#24b4ff)) !important;
    background: linear-gradient(to bottom, #57d6ff 0%, #24b4ff 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d6ff', endColorstr='#24b4ff',GradientType=0 ) !important;
    /* IE6-9 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-weight: normal !important; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="text"], [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="password"], [role=tooltip].wcPopup-content.wcColddarkTheme-content textarea,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="text"],
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="password"],
  [role=dialog].wcPopup-content.wcColddarkTheme-content textarea {
    height: 40px;
    font-size: 1em;
    line-height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ecf3fb;
    border-radius: 15px;
    margin: 0;
    outline: 0 none;
    padding: 4px;
    padding-left: 15px;
    border: 1px solid transparent;
    color: #1a212b; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="text"]:focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content input[type="password"]:focus, [role=tooltip].wcPopup-content.wcColddarkTheme-content textarea:focus,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="text"]:focus,
  [role=dialog].wcPopup-content.wcColddarkTheme-content input[type="password"]:focus,
  [role=dialog].wcPopup-content.wcColddarkTheme-content textarea:focus {
    background-color: #ffffff;
    border: 1px solid transparent; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder, [role=dialog].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder {
    color: #465767;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder, [role=dialog].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder {
    color: #465767;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder, [role=dialog].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder {
    color: #465767;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder, [role=dialog].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder {
    color: #465767;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content ::placeholder,
  [role=dialog].wcPopup-content.wcColddarkTheme-content ::placeholder {
    color: #465767;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content progress, [role=tooltip].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow],
  [role=dialog].wcPopup-content.wcColddarkTheme-content progress,
  [role=dialog].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow] {
    background: #5c6d7f !important; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar,
  [role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar {
    background: #5c6d7f; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content progress,
  [role=dialog].wcPopup-content.wcColddarkTheme-content progress {
    color: #24b4ff; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar,
  [role=dialog].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar {
    background: #24b4ff; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value,
  [role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value {
    background: #24b4ff; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before,
  [role=dialog].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before {
    background: #24b4ff; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    [role=tooltip].wcPopup-content.wcColddarkTheme-content * select,
    [role=tooltip].wcPopup-content.wcColddarkTheme-content * textarea,
    [role=tooltip].wcPopup-content.wcColddarkTheme-content * button,
    [role=tooltip].wcPopup-content.wcColddarkTheme-content * input,
    [role=dialog].wcPopup-content.wcColddarkTheme-content * select,
    [role=dialog].wcPopup-content.wcColddarkTheme-content * textarea,
    [role=dialog].wcPopup-content.wcColddarkTheme-content * button,
    [role=dialog].wcPopup-content.wcColddarkTheme-content * input {
      font-size: 16px; } }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcErrorBox,
  [role=dialog].wcPopup-content.wcColddarkTheme-content .wcErrorBox {
    color: #26323e;
    background-color: #ffe9e9;
    border-radius: 5px;
    border: none; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content *,
  [role=dialog].wcPopup-content.wcColddarkTheme-content * {
    color: #cad6e2; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content > .wcBody,
  [role=dialog].wcPopup-content.wcColddarkTheme-content > .wcBody {
    background-color: #202a35;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #cad6e2; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content > .wcHeader, [role=tooltip].wcPopup-content.wcColddarkTheme-content > .wcFooter,
  [role=dialog].wcPopup-content.wcColddarkTheme-content > .wcHeader,
  [role=dialog].wcPopup-content.wcColddarkTheme-content > .wcFooter {
    background-color: #1a212b;
    border: none; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content > .wcHeader,
  [role=dialog].wcPopup-content.wcColddarkTheme-content > .wcHeader {
    color: #151618;
    border-bottom: 1px solid #26323e; }
    [role=tooltip].wcPopup-content.wcColddarkTheme-content > .wcHeader h5,
    [role=dialog].wcPopup-content.wcColddarkTheme-content > .wcHeader h5 {
      font-size: 1.1em;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content > .wcFooter,
  [role=dialog].wcPopup-content.wcColddarkTheme-content > .wcFooter {
    border-top: 1px solid #26323e; }
    [role=tooltip].wcPopup-content.wcColddarkTheme-content > .wcFooter .wcButton,
    [role=dialog].wcPopup-content.wcColddarkTheme-content > .wcFooter .wcButton {
      color: #cad6e2; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader,
  [role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader {
    font-size: 1.1em;
    color: #fff; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader,
  [role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader {
    margin-left: 7px; }
  [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent,
  [role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent {
    border-radius: 5px; }
    [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent:hover,
    [role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent:hover {
      background-color: #364553; }
    [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread,
    [role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread {
      background-color: rgba(0, 193, 121, 0.05); }
      [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread:hover,
      [role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread:hover {
        background-color: rgba(0, 193, 121, 0.1); }
    [role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,
    [role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
      margin-bottom: 0; }

.wcActionsPopup-content.wcColddarkTheme-content {
  border-radius: 5px; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcAction {
    border-color: #465767; }
    .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcAction:hover {
      background-color: #1a212b; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcApprove {
    background: transparent url("../../gfx/themes/colddark/gfx/approve.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcDelete {
    background: transparent url("../../gfx/themes/colddark/gfx/x.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcEdit {
    background: transparent url("../../gfx/themes/colddark/gfx/edit.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcMute {
    background: transparent url("../../gfx/themes/colddark/gfx/mute.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcBan {
    background: transparent url("../../gfx/themes/colddark/gfx/ban.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcSpam {
    background: transparent url("../../gfx/themes/colddark/gfx/spam.svg") no-repeat 50%; }
  .wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcReply {
    background: transparent url("../../gfx/themes/colddark/gfx/reply.svg") no-repeat 50%; }

.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryEmoticons a {
  border: 1px solid transparent; }

.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryEmoticons a:hover {
  background: #465767;
  border-color: #465767; }

.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
  border-radius: 15px; }

.wcColorsPopup-content.wcColddarkTheme-content a {
  border-color: #7593AA; }

.wcInfoWindowPopup-content.wcColddarkTheme-content {
  height: 120px; }
  .wcInfoWindowPopup-content.wcColddarkTheme-content .wcContent .wcRight .wcName {
    font-size: 1.3em;
    text-decoration: none; }

.wcRecentEmpty-content.wcColddarkTheme-content {
  height: 50px; }
  .wcRecentEmpty-content.wcColddarkTheme-content .wcRecentChats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

[role=tooltip].wcPopup-content.wcAirflowTheme-content,
[role=dialog].wcPopup-content.wcAirflowTheme-content {
  /* Progress bar - background */
  /* Progress bar - foreground */
  border-color: #e1e8ed;
  -webkit-box-shadow: 2px 2px 15px rgba(60, 60, 60, 0.1);
          box-shadow: 2px 2px 15px rgba(60, 60, 60, 0.1);
  border-radius: 15px;
  overflow: hidden; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content, [role=tooltip].wcPopup-content.wcAirflowTheme-content *,
  [role=dialog].wcPopup-content.wcAirflowTheme-content,
  [role=dialog].wcPopup-content.wcAirflowTheme-content * {
    font: 13px/22px 'Maven Pro', sans-serif;
    color: #0e2849; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content a,
  [role=dialog].wcPopup-content.wcAirflowTheme-content a {
    color: #119bd4;
    -webkit-box-shadow: none;
            box-shadow: none; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional), [role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):active,
  [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="button"], [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="button"]:focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="button"]:active,
  [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="submit"], [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="submit"]:focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="submit"]:active,
  [role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional),
  [role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):focus,
  [role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):active,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="button"],
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="button"]:focus,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="button"]:active,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="submit"],
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="submit"]:focus,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="submit"]:active {
    border-radius: 15px !important;
    background-image: none;
    background-repeat: no-repeat;
    border: 0 !important;
    color: #FFF !important;
    padding: 5px 20px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal !important;
    line-height: 20px !important;
    height: 40px;
    outline: none;
    min-height: 40px !important;
    background: #0194d2 !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0194d2), to(#0081b7)) !important;
    background: linear-gradient(to bottom, #0194d2 0%, #0081b7 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194d2', endColorstr='#0081b7',GradientType=0 ) !important;
    /* IE6-9 */
    text-transform: none !important;
    -webkit-transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86);
    transition: all 250ms cubic-bezier(0.62, 0.155, 0.47, 0.86); }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="button"]:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="submit"]:hover, [role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):hover,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="button"]:hover,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="submit"]:hover,
  [role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):hover {
    background: #01567a !important;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#01567a), to(#024460)) !important;
    background: linear-gradient(to bottom, #01567a 0%, #024460 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01567a', endColorstr='#024460',GradientType=0 ) !important;
    /* IE6-9 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-weight: normal !important; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="text"], [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="password"], [role=tooltip].wcPopup-content.wcAirflowTheme-content textarea,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="text"],
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="password"],
  [role=dialog].wcPopup-content.wcAirflowTheme-content textarea {
    height: 40px;
    font-size: 1em;
    line-height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 0;
    outline: 0 none;
    padding: 4px;
    padding-left: 15px;
    border: 1px solid transparent; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="text"]:focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="password"]:focus, [role=tooltip].wcPopup-content.wcAirflowTheme-content textarea:focus,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="text"]:focus,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="password"]:focus,
  [role=dialog].wcPopup-content.wcAirflowTheme-content textarea:focus {
    background-color: #ffffff;
    border: 1px solid transparent; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder, [role=dialog].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder {
    color: #afb1b8;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder, [role=dialog].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder {
    color: #afb1b8;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder, [role=dialog].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder {
    color: #afb1b8;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder, [role=dialog].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder {
    color: #afb1b8;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content ::placeholder,
  [role=dialog].wcPopup-content.wcAirflowTheme-content ::placeholder {
    color: #afb1b8;
    font-family: 'Maven Pro', sans-serif; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content input[type="button"].wcSubmit,
  [role=dialog].wcPopup-content.wcAirflowTheme-content input[type="button"].wcSubmit {
    border-radius: 15px !important; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content progress, [role=tooltip].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow],
  [role=dialog].wcPopup-content.wcAirflowTheme-content progress,
  [role=dialog].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow] {
    background: #d7dfe3 !important; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar,
  [role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar {
    background: #d7dfe3; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content progress,
  [role=dialog].wcPopup-content.wcAirflowTheme-content progress {
    color: #0194d2; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar,
  [role=dialog].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar {
    background: #0194d2; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value,
  [role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value {
    background: #0194d2; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before,
  [role=dialog].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before {
    background: #0194d2; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    [role=tooltip].wcPopup-content.wcAirflowTheme-content * select,
    [role=tooltip].wcPopup-content.wcAirflowTheme-content * textarea,
    [role=tooltip].wcPopup-content.wcAirflowTheme-content * button,
    [role=tooltip].wcPopup-content.wcAirflowTheme-content * input,
    [role=dialog].wcPopup-content.wcAirflowTheme-content * select,
    [role=dialog].wcPopup-content.wcAirflowTheme-content * textarea,
    [role=dialog].wcPopup-content.wcAirflowTheme-content * button,
    [role=dialog].wcPopup-content.wcAirflowTheme-content * input {
      font-size: 16px; } }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcErrorBox,
  [role=dialog].wcPopup-content.wcAirflowTheme-content .wcErrorBox {
    border-radius: 5px;
    background-color: #ffe9e9;
    border: none; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content > .wcBody,
  [role=dialog].wcPopup-content.wcAirflowTheme-content > .wcBody {
    background-color: #FFF !important;
    padding-top: 20px;
    padding-bottom: 20px; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content > .wcHeader, [role=tooltip].wcPopup-content.wcAirflowTheme-content > .wcFooter,
  [role=dialog].wcPopup-content.wcAirflowTheme-content > .wcHeader,
  [role=dialog].wcPopup-content.wcAirflowTheme-content > .wcFooter {
    background: #e9eef0 !important;
    border: none; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content > .wcHeader,
  [role=dialog].wcPopup-content.wcAirflowTheme-content > .wcHeader {
    color: #151618; }
    [role=tooltip].wcPopup-content.wcAirflowTheme-content > .wcHeader h5,
    [role=dialog].wcPopup-content.wcAirflowTheme-content > .wcHeader h5 {
      font-size: 1.1em;
      text-transform: uppercase; }
    [role=tooltip].wcPopup-content.wcAirflowTheme-content > .wcHeader .wcClose,
    [role=dialog].wcPopup-content.wcAirflowTheme-content > .wcHeader .wcClose {
      background-image: url("../../gfx/themes/airflow/gfx/x.svg"); }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcFooter .wcButton,
  [role=dialog].wcPopup-content.wcAirflowTheme-content .wcFooter .wcButton {
    color: #0e2849; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcHeader,
  [role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcHeader {
    font-size: 1.1em;
    font-weight: bold;
    color: #444; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent:hover,
  [role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent:hover {
    background-color: #d1e6ef; }
  [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,
  [role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead {
    margin-bottom: 0; }
    [role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName,
    [role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName {
      color: #444; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcAction {
  border-color: #7593AA; }
  .wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcAction:hover {
    background-color: #d1e6ef; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcApprove {
  background: transparent url("../../gfx/themes/airflow/gfx/approve.svg") no-repeat 50%; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcDelete {
  background: transparent url("../../gfx/themes/airflow/gfx/x.svg") no-repeat 50%; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcEdit {
  background: transparent url("../../gfx/themes/airflow/gfx/edit.svg") no-repeat 50%; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcMute {
  background: transparent url("../../gfx/themes/airflow/gfx/mute.svg") no-repeat 50%; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcBan {
  background: transparent url("../../gfx/themes/airflow/gfx/ban.svg") no-repeat 50%; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcSpam {
  background: transparent url("../../gfx/themes/airflow/gfx/spam.svg") no-repeat 50%; }

.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcReply {
  background: transparent url("../../gfx/themes/airflow/gfx/reply.svg") no-repeat 50%; }

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon {
  background-image: url(../../gfx/themes/airflow/gfx/emoticon.svg); }

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF {
  background-image: url(../../gfx/themes/airflow/gfx/gif.svg); }

.wcEmoticonsPopup-content.wcAirflowTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch {
  border-radius: 15px; }

.wcInfoWindowPopup-content.wcAirflowTheme-content {
  background: #FFF !important;
  height: 120px; }
  .wcInfoWindowPopup-content.wcAirflowTheme-content .wcContent .wcRight .wcName {
    font-size: 1.3em;
    text-decoration: none; }

.wcRecentEmpty-content.wcAirflowTheme-content {
  height: 50px; }
  .wcRecentEmpty-content.wcAirflowTheme-content .wcRecentChats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.wcScrollOff {
  overflow: hidden; }

.wcClassic {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #dfdfdf; }
  .wcClassic.wcMobile .wcTitle {
    padding-bottom: 2%;
    text-align: center; }
  .wcClassic.wcMobile .wcTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #dfdfdf; }
    .wcClassic.wcMobile .wcTabs > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      cursor: pointer;
      border-bottom: 2px solid transparent; }
    .wcClassic.wcMobile .wcTabs .wcTab.wcCurrent {
      border-bottom: 2px solid #dfdfdf; }
    .wcClassic.wcMobile .wcTabs .wcTabCustomize {
      background: url(../../gfx/icons/custom.svg) center center no-repeat;
      background-size: 1em;
      vertical-align: middle; }
      .wcClassic.wcMobile .wcTabs .wcTabCustomize .wcName {
        display: none; }
    .wcClassic.wcMobile .wcTabs .wcTab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact {
    padding-top: 6px; }
    .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab {
      height: 30px;
      background-size: 40%; }
      .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab .wcName {
        display: none; }
      .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent {
        background: url(../../gfx/icons/recent-chats-inactive.svg) center center no-repeat;
        vertical-align: middle;
        position: relative; }
        .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent .wcRedCounter {
          right: 0;
          position: absolute; }
      .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats {
        background: url(../../gfx/icons/chats.svg) center center no-repeat;
        vertical-align: middle; }
      .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers {
        background: url(../../gfx/icons/user.svg) center center no-repeat;
        vertical-align: middle; }
      .wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels {
        background: url(../../gfx/icons/group.svg) center center no-repeat;
        vertical-align: middle; }
  .wcClassic.wcMobile .wcTabContent {
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .wcClassic.wcMobile .wcTabContent.wcTabContentChats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wcClassic.wcMobile .wcTabContent.wcTabContentChats > .ScrollbarsCustom {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .wcClassic.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .wcClassic.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry .wcDetails {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
    .wcClassic.wcMobile .wcTabContent.wcTabContentChannels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wcClassic.wcMobile .wcTabContent.wcTabContentChannels > .ScrollbarsCustom {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible) > .ScrollbarsCustom {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) .wcChannel {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-right: 2%;
        padding-left: 2%; }
      .wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty .wcEmptyChannel {
          font-size: 0.8em; }
    .wcClassic.wcMobile .wcTabContent.wcTabContentUsers:not(.wcInvisible) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels > .ScrollbarsCustom {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity, .wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry {
          color: #A6A6A6; }
        .wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel {
          font-weight: normal; }
    .wcClassic.wcMobile .wcTabContent .wcChannelEntry {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1px 5px; }
      .wcClassic.wcMobile .wcTabContent .wcChannelEntry:hover, .wcClassic.wcMobile .wcTabContent .wcChannelEntry:active {
        background-color: #f7f7f7; }
      .wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName {
        background-image: url(../../gfx/icons/lock-full.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        padding-right: 20px; }
      .wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName {
        background-image: url(../../gfx/icons/lock-semi.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        padding-right: 20px; }
  .wcClassic.wcDesktop .wcTitle {
    position: relative;
    padding: 2%; }
    .wcClassic.wcDesktop .wcTitle .wcRecentTrigger {
      position: absolute;
      right: 9px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .wcClassic.wcDesktop .wcBody {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 2%;
      padding-left: 1%; }
    .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      padding-right: 1%;
      padding-left: 2%; }
    .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcBrowserArea {
      padding-right: 2%;
      padding-left: 1%; }
    .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea {
      padding-left: 2%;
      padding-right: 1%; }
    .wcClassic.wcDesktop .wcBody .wcMessagesArea {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 10px; }
      .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab {
            padding: 3px 9px 3px 9px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer;
            border-bottom: 3px solid transparent; }
            .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent {
              border-bottom: 3px solid #dfdfdf; }
        .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav {
          padding: 5px;
          display: none;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft {
            width: 32px;
            height: 26px;
            background: transparent url(../../gfx/icons/arrow-left.svg) no-repeat 50%;
            background-size: 100%;
            display: inline-block; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight {
            width: 32px;
            height: 26px;
            background: transparent url(../../gfx/icons/arrow-right.svg) no-repeat 50%;
            background-size: 100%;
            display: inline-block; }
      .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer.wcTabsTooMany .wcTabsNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible) .wcChannel {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty .wcEmptyChannel {
            font-size: 0.8em; }
      .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations {
        padding: 2%; }
      .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px;
        padding-bottom: 10px; }
        .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer {
          height: 550px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          padding-left: 10px;
          padding-top: 10px; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel1 {
            width: 100%; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel2 {
            width: 50%; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel3 {
            width: 33.333%; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel4 {
            width: 25%; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            border: 1px solid #dfdfdf; }
            .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel > .wcHeader {
              height: 2.6em;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 0 10px 0 10px; }
              .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel > .wcHeader .wcMain {
                -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                        flex-grow: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
            .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel > .wcChannel {
              -webkit-box-flex: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              padding: 0 10px 10px 10px; }
          .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel {
            border: 1px solid #bfbfbf; }
        .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridFull {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    .wcClassic.wcDesktop .wcBody .wcBrowserArea {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%;
      min-width: 30%; }