@charset "UTF-8";

@font-face {
  font-family: "botui-icons";
  src:url("fonts/botui-icons.eot");
  src:url("fonts/botui-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/botui-icons.woff") format("woff"),
    url("fonts/botui-icons.ttf") format("truetype"),
    url("fonts/botui-icons.svg#botui-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "botui-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="bot-icon-"]:before,
[class*=" bot-icon-"]:before {
  font-family: "botui-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bot-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.bot-icon-2x {
  font-size: 2em;
}

.bot-icon-bassp::before {
  content: url("img/chatbot.png");
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.bot-icon-user-tag:before {
  content: "\61";
}
.bot-icon-robot:before {
  content: "\62";
}
.bot-icon-comments:before {
  content: "\63";
}
.bot-icon-comment-dots:before {
  content: "\64";
}
.bot-icon-headset:before {
  content: "\66";
}
.bot-icon-paper-plane:before {
  content: "\67";
}
.bot-icon-question:before {
  content: "\68";
}
.bot-icon-question-circle:before {
  content: "\69";
}