@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?agvek3');
  src:  url('fonts/icomoon.eot?agvek3#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?agvek3') format('truetype'),
    url('fonts/icomoon.woff?agvek3') format('woff'),
    url('fonts/icomoon.svg?agvek3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* 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;
}

.icon-logout:before {
  content: "\e912";
  color: #fff;
}
.icon-arrow-down:before {
  content: "\e911";
}
.icon-edit:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-menu:before {
  content: "\e90e";
}
.icon-dashboard:before {
  content: "\e900";
}
.icon-box:before {
  content: "\e901";
}
.icon-bulb:before {
  content: "\e902";
}
.icon-discount:before {
  content: "\e903";
}
.icon-gift:before {
  content: "\e904";
}
.icon-homes:before {
  content: "\e905";
}
.icon-money:before {
  content: "\e906";
}
.icon-people:before {
  content: "\e907";
}
.icon-safe:before {
  content: "\e908";
}
.icon-settings:before {
  content: "\e909";
}
.icon-stats:before {
  content: "\e90a";
}
.icon-task:before {
  content: "\e90b";
}
.icon-team:before {
  content: "\e90c";
}
.icon-trash:before {
  content: "\e90d";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
