@font-face {
  font-family: 'icomoon-chats';
  src:  url('fonts/icomoon.eot?u6xs5y');
  src:  url('fonts/icomoon.eot?u6xs5y#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?u6xs5y') format('truetype'),
    url('fonts/icomoon.woff?u6xs5y') format('woff'),
    url('fonts/icomoon.svg?u6xs5y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

div#js-floating-action-box [class^="icon-"],
div#js-floating-action-box [class*=" icon-"], 
div#js-floating-action-box .trigger-btn i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-chats' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div#js-floating-action-box .trigger-btn i span {
  font-family: 'icomoon-chats' !important;
}

div#js-floating-action-box .icon-close:before {
  content: "\e922";
}
div#js-floating-action-box .icon-chatonline .path1:before {
  content: "\e90a";
  color: rgb(138, 214, 134);
}
div#js-floating-action-box .icon-chatonline .path2:before {
  content: "\e90b";
  margin-left: -1.23046875em;
  color: rgb(255, 255, 255);
}
div#js-floating-action-box .icon-chatonline .path3:before {
  content: "\e90c";
  margin-left: -1.23046875em;
  color: rgb(77, 183, 72);
}
