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

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

.status-arrow-down:before {
  content: "\e911";
}
.status-arrow-top-icon:before {
  content: "\e910";
}
.status-vectorsvg:before {
  content: "\e90e";
}
.status-filter:before {
  content: "\e90c";
}
.status-house:before {
  content: "\e90d";
  color: #fc4d22;
}
.status-pdf:before {
  content: "\e90f";
  color: #4381e3;
}
.status-envelope:before {
  content: "\e90b";
}
.status-cirlce-check:before {
  content: "\e909";
}
.status-close:before {
  content: "\e90a";
}
.status-approved:before {
  content: "\e900";
}
.status-clear-search:before {
  content: "\e901";
}
.status-completed:before {
  content: "\e902";
}
.status-condition:before {
  content: "\e903";
}
.status-denied:before {
  content: "\e904";
}
.status-in-review:before {
  content: "\e905";
}
.status-partial-approved:before {
  content: "\e906";
}
.status-shield:before {
  content: "\e907";
}
.status-sorted:before {
  content: "\e908";
}
