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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "\e908";
}
.icon-caret-solid-down:before {
  content: "\f0d7";
}
.icon-caret-solid-left:before {
  content: "\f0d9";
}
.icon-caret-solid-right:before {
  content: "\f0da";
}
.icon-caret-solid-up:before {
  content: "\f0d8";
}
.icon-cogs1:before {
  content: "\e02b";
}
.icon-dot1:before {
  content: "\e907";
}
.icon-eye:before {
  content: "\e90b";
}
.icon-images:before {
  content: "\e90e";
}
.icon-logo:before {
  content: "\e900";
}
.icon-menu3:before {
  content: "\e94d";
}
.icon-name:before {
  content: "\e91c";
}
.icon-pencil:before {
  content: "\e032";
}
.icon-spinner7:before {
  content: "\e982";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-film:before {
  content: "\f008";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-trash:before {
  content: "\f014";
}
.icon-user:before {
  content: "\f007";
}
.icon-sign-in3:before {
  content: "\e901";
}
.icon-sign-out3:before {
  content: "\e902";
}
