@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/fonts-pack/icomoon.eot?ybbjh0');
  src:  url('../fonts/fonts-pack/icomoon.eot?ybbjh0#iefix') format('embedded-opentype'),
    url('../fonts/fonts-pack/icomoon.ttf?ybbjh0') format('truetype'),
    url('../fonts/fonts-pack/icomoon.woff?ybbjh0') format('woff'),
    url('../fonts/fonts-pack/icomoon.svg?ybbjh0#icomoon') 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: 'icomoon' !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;
}

.icon-await-confirm:before {
  content: "\e968";
  color: #fff;
}
.icon-approved:before {
  content: "\e966";
  color: #fff;
}
.icon-reject:before {
  content: "\e967";
  color: #fff;
}
.icon-edit:before {
  content: "\e963";
}
.icon-download:before {
  content: "\e964";
}
.icon-garbage:before {
  content: "\e965";
  color: #7f8183;
}
