@font-face {
  font-family: 'sf-icons';
  src:
    url('fonts/sf-icons.ttf?bjuxh') format('truetype'),
    url('fonts/sf-icons.woff?bjuxh') format('woff'),
    url('fonts/sf-icons.svg?bjuxh#sf-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.sficon-sf-logo:before {
  content: "\e900";
}
.sficon-search:before {
  content: "\e902";
}
.sficon-filter-remove:before {
  content: "\e901";
}
.sficon-chevron-down:before {
  content: "\e903";
}
.sficon-chevron-up:before {
  content: "\e904";
}
.sficon-chevron-left:before {
  content: "\e905";
}
.sficon-chevron-right:before {
  content: "\e906";
}
.sficon-protected-docx:before {
  content: "\e907";
}
.sficon-protected-xlsx:before {
  content: "\e908";
}
.sficon-protected-pptx:before {
  content: "\e909";
}
.sficon-protected-vsdx .path1:before {
  content: "\e90a";
  color: rgb(68, 68, 68);
}
.sficon-protected-vsdx .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.sficon-protected-vsdx .path3:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.sficon-exchange:before {
  content: "\e90d";
}
.sficon-unknown:before {
  content: "\e90e";
}
.sficon-copy:before {
  content: "\e90f";
}
.sficon-expand-whole:before {
  content: "\e910";
}
.sficon-expand-width:before {
  content: "\e911";
}
