/*--------------------------------

Iknow icon font
Generated using nucleoapp.com

-------------------------------- */

@font-face {
  font-family: 'Iknow';
  src: url('../fonts/Iknow.eot');
  src: url('../fonts/Iknow.eot') format('embedded-opentype'),
       url('../fonts/Iknow.woff2') format('woff2'),
       url('../fonts/Iknow.woff') format('woff'),
       url('../fonts/Iknow.ttf') format('truetype'),
       url('../fonts/Iknow.svg') format('svg');
}

/* base class */
.ik-icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Iknow';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.ik-icon-sm {
  font-size: 0.8em;
}

.ik-icon-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.ik-icon-16 {
  font-size: 16px;
}

.ik-icon-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.ik-icon-is-spinning {
  animation: ik-icon-spin 1s infinite linear;
}

@keyframes ik-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.ik-icon-rotate-90 {
  transform: rotate(90deg);
}

.ik-icon-rotate-180 {
  transform: rotate(180deg);
}

.ik-icon-rotate-270 {
  transform: rotate(270deg);
}

.ik-icon-flip-y {
  transform: scaleY(-1);
}

.ik-icon-flip-x {
  transform: scaleX(-1);
}

/* icons */
.icon-folder-open::before {
  content: "\ea02";
}

.icon-folder::before {
  content: "\ea03";
}

.icon-file-description::before {
  content: "\ea04";
}

.icon-search::before {
  content: "\ea05";
}

.icon-thumb-up::before {
  content: "\ea06";
}

.icon-thumb-down::before {
  content: "\ea07";
}

.icon-message-chatbot::before {
  content: "\ea08";
}
