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

[class^="icon-"], [class*=" icon-"],
[class^="icon-"]:before, [class*=" icon-"]:before {

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "solinftec", 'icomoon' !important;
  speak: none;
  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;
}

.icon-qrcode:before {
  content: "\eea9";
}
.icon-skype:before {
  content: "\eea8";
}
.icon-volume:before {
  content: "\eea0";
}
.icon-volume-off:before {
  content: "\eea1";
}
.icon-chat-clip:before {
  content: "\eea2";
}
.icon-chat-bot-icon:before {
  content: url('../../img/alice/alice_icon_40.png');
}
.icon-chat-bot-icon-30:before {
  content: url('../../img/alice/alice_icon_30.png');
  filter: grayscale(100%);
}
.icon-chat-bot-icon-30-no-filter:before {
  content: url('../../img/alice/alice_icon_30.png');
}
.icon-chat-user:before {
  content: "\eea4";
}
.icon-chat-submit-arrow:before {
  content: "\eea5";
}
.icon-chat-waiting:before {
  content: "\eea6";
}
.icon-chat-bot-icon-no-circle:before {
  content: "\eea7";
}
