@font-face {
  font-family: 'custom-font-icons';
  src: url('fonts/custom-font-icons.woff2?vxf81t') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.custom-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-font-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;
}

.custom-icon-users:before {
  content: '\e910';
}
.custom-icon-magnifier:before {
  content: '\e908';
}
.custom-icon-folder:before {
  content: '\e901';
}
.custom-icon-settings:before {
  content: '\e900';
}
.custom-icon-lock:before {
  content: '\e909';
}
.custom-icon-bell:before {
  content: '\e905';
}
.custom-icon-logout:before {
  content: '\e90a';
}
.custom-icon-layout:before {
  content: '\e90b';
}
.custom-icon-link:before {
  content: '\e90c';
}
.custom-icon-energy:before {
  content: '\e903';
}
.custom-icon-search:before {
  content: '\e907';
}
.custom-icon-close:before {
  content: '\e90d';
}
.custom-icon-more:before {
  content: '\e90e';
}
.custom-icon-location:before {
  content: '\e90f';
}
.custom-icon-export:before {
  content: '\e902';
}
.custom-icon-command:before {
  content: '\e904';
}
.custom-icon-raports:before {
  content: '\e906';
}
.custom-icon-arrow-left:before {
  content: '\e911';
}
.custom-icon-arrow-right:before {
  content: '\e912';
}
.custom-icon-edit:before {
  content: '\e913';
}
.custom-icon-edit-alt:before {
  content: '\e914';
}
.custom-icon-user-plus:before {
  content: '\e915';
}
.custom-icon-user-check:before {
  content: '\e916';
}
.custom-icon-add-users:before {
  content: '\e917';
}
.custom-icon-tool:before {
  content: '\e918';
}
.custom-icon-clock:before {
  content: '\e919';
}
.custom-icon-dot:before {
  content: '\e91a';
}
.custom-icon-reload:before {
  content: '\e91b';
}

.custom-icon-expand:before {
  content: '\ef716';
}
