﻿.fa-icon-highlight {
  color: #6c757d;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  .fa-icon-highlight__accepted {
    color: #009432;
    font-weight: 400; }
    .fa-icon-highlight__accepted:before {
      content: "\f058"; }
  .fa-icon-highlight__denied {
    color: #EA2027;
    font-weight: 900; }
    .fa-icon-highlight__denied:before {
      content: ""; }
  .fa-icon-highlight__duplicate {
    color: #afb5ba;
    font-weight: 900; }
    .fa-icon-highlight__duplicate:before {
      content: ""; }
  .fa-icon-highlight__error-contact-support {
    color: #EA2027;
    font-weight: 900; }
    .fa-icon-highlight__error-contact-support:before {
      content: ""; }
  .fa-icon-highlight__ignore {
    color: #afb5ba;
    font-weight: 900; }
    .fa-icon-highlight__ignore:before {
      content: "\f4b3"; }
  .fa-icon-highlight__new {
    color: #0652DD;
    font-weight: 900; }
    .fa-icon-highlight__new:before {
      content: ""; }
  .fa-icon-highlight__refund {
    color: #968fe9;
    font-weight: 900; }
    .fa-icon-highlight__refund:before {
      content: ""; }
  .fa-icon-highlight__previously-hidden {
    color: #afb5ba;
    font-weight: 400; }
    .fa-icon-highlight__previously-hidden:before {
      content: ""; }
  .fa-icon-highlight__processed {
    color: #009432;
    font-weight: 900; }
    .fa-icon-highlight__processed:before {
      content: ""; }
  .fa-icon-highlight__test {
    color: #1B1464;
    font-weight: 900; }
    .fa-icon-highlight__test:before {
      content: ""; }

    label input[type="radio"], label input[type="checkbox"] {
  display: none; }
  label input[type="radio"] ~ i.far.fa-square, label input[type="checkbox"] ~ i.far.fa-square {
    display: inline; }
  label input[type="radio"] ~ i.far.fa-check-square, label input[type="checkbox"] ~ i.far.fa-check-square {
    display: none; }
  label input[type="radio"] ~ p, label input[type="checkbox"] ~ p {
    font-weight: normal; }
  label input[type="radio"]:checked ~ i.far.fa-square, label input[type="checkbox"]:checked ~ i.far.fa-square {
    display: none; }
  label input[type="radio"]:checked ~ i.far.fa-check-square, label input[type="checkbox"]:checked ~ i.far.fa-check-square {
    display: inline; }
  label input[type="radio"]:checked ~ p, label input[type="checkbox"]:checked ~ p {
    font-weight: bold; }