@charset "UTF-8";

[data-icon]:before {
  font-family: "statusicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="statusicons-"]:before,
[class*=" statusicons-"]:before {
  font-family: "statusicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.statusicons-done-remarks:before {
  content: "\e900";
}
.statusicons-remarks:before {
  content: "\e901";
}
.statusicons-done:before {
  content: "\e902";
}

