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

[class^="boss-icon"], [class*="boss-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '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;
}

.boss-icon::before {
  font-size: 36px;
  font-weight: 400;
  margin: 0 5px;
}
.boss-icon-backward:before, .boss-forward:before {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.boss-icon-settings:before {
  content: "\e901";
}
.boss-icon-apply:before {
  content: "\f007";
}
.boss-icon-backward:before {
  content: "\f04a";
}
.boss-icon-forward:before {
  content: "\f04e";
}
.boss-icon-folder:before {
  content: "\f07b";
}
.boss-icon-others:before {
  content: "\f2b4";
}
.boss-icon-scoutandlike:before {
  content: "\e900";
}
.boss-icon-search {
  content: "\f002";
}
