.apex-c-propertyGrid {}
  .apex-c-propertyGrid--action {
    border: 0;
    color: #FFFFFF;
    display: block;
    font: inherit;
    font-weight: 700;
    padding: 1em;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
    width: 100%;
  }
  .apex-c-propertyGrid--action + .apex-c-propertyGrid--action {
    border-top: 1px solid #768692;
  }
    .apex-c-propertyGrid--action-reset {
      background-color: #333F48;
      display: none;
    }
    .apex-c-propertyGrid--action-reset:active,
    .apex-c-propertyGrid--action-reset:focus,
    .apex-c-propertyGrid--action-reset:hover {
      background-color: #1D252D;
    }
    .apex-c-propertyGrid--action-submit {
      background-color: #1D252D;
    }
    .apex-c-propertyGrid--action-submit:active,
    .apex-c-propertyGrid--action-submit:focus,
    .apex-c-propertyGrid--action-submit:hover {
      background-color: #000000;
    }
  .apex-c-propertyGrid--bar {
    margin-bottom: 2em;
    position: relative;
    z-index: 2;
  }
  .apex-c-propertyGrid--checkbox {
    transition: background-color 0.25s ease;
  }
  .apex-c-propertyGrid--checkbox:hover {
    background-color: #333F48;
  }
  .apex-c-propertyGrid--checkbox:focus-within {
    background-color: #333F48;
  }
  .apex-c-propertyGrid--checkbox + .apex-c-propertyGrid--checkbox {
    border-top: 1px solid #768692;
  }
  .apex-c-propertyGrid--checkbox input + span::before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 0.5em;
  }
  .apex-c-propertyGrid--checkbox input:checked + span::before {
    content: '\f14a';
  }
  .apex-c-propertyGrid--checkbox label {
    display: block;
    font-weight: 700;
    padding: 0.5em 1em;
    user-select: none;
  }
  .apex-c-propertyGrid--checkboxes {
    list-style-type: none;
  }
  .apex-c-propertyGrid--dropdown {
    background-color: #424C55;
    color: #FFFFFF;
    min-width: 100%;
  }
  .apex-c-propertyGrid--empty {
    display: none;
    font-style: italic;
    margin-top: 1em;
    text-align: center;
  }
  .apex-c-propertyGrid--filter {
    border-bottom: 1px solid #768692;
  }
  .apex-c-propertyGrid--filters {
    background-color: #333F48;
    list-style-type: none;
  }
  .apex-c-propertyGrid--grid {
    position: relative;
    z-index: 1;
  }
  .apex-c-propertyGrid--indicator {
    margin-left: 0.5em;
    transform-origin: center center;
    transition: transform 0.25s ease;
  }
  .apex-c-propertyGrid--slider {
    padding: 1em;
  }
  .apex-c-propertyGrid--sliderTrack {
    padding: 0.5em 1em;
  }
  .apex-c-propertyGrid--sliderValues {
    font-weight: 700;
    margin-top: 0.5em;
    text-align: center;
  }
  .apex-c-propertyGrid--toggle {
    background: transparent;
    border: 0;
    color: #FFFFFF;
    display: block;
    font: inherit;
    font-weight: 700;
    padding: 1em;
    text-align: inherit;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
    width: 100%;
  }
  .apex-c-propertyGrid--toggle[aria-expanded="true"],
  .apex-c-propertyGrid--toggle:active,
  .apex-c-propertyGrid--toggle:focus,
  .apex-c-propertyGrid--toggle:hover {
    background-color: #1D252D;
  }
  .apex-c-propertyGrid--toggle[aria-expanded="false"] + .apex-c-propertyGrid--dropdown {
    display: none;
  }
  .apex-c-propertyGrid--toggle[aria-expanded="true"] + .apex-c-propertyGrid--dropdown {
    display: block;
  }
  .apex-c-propertyGrid--toggle[aria-expanded="true"] .apex-c-propertyGrid--indicator {
    transform: rotate(90deg);
  }
  .apex-c-propertyGrid .noUi-connect {
    background-color: rgba(255, 255, 255, 0.666);
  }
  .apex-c-propertyGrid .noUi-handle {
    box-shadow: none;
  }
  .apex-c-propertyGrid .noUi-target {
    background-color: #1D252D;
    border: 0;
    box-shadow: none;
  }

.apex-c-propertyGrid-empty .apex-c-propertyGrid--empty {
  display: block;
}

.apex-c-propertyGrid-filtered .apex-c-propertyGrid--action-reset {
  display: block;
}

@supports (--custom-properties: 0) {
  .apex-c-propertyGrid-color .apex-c-propertyGrid--bar {
    border-top: 1em solid var(--color);
  }
  .apex-c-propertyGrid-color .apex-c-propertyGrid--checkbox:hover {
    background-color: var(--color);
  }
  .apex-c-propertyGrid-color .apex-c-propertyGrid--checkbox:focus-within {
    background-color: var(--color);
  }
  .apex-c-propertyGrid-color .noUi-connect {
    background-color: var(--color);
  }
}

@media (min-width: 64em) {
  .apex-c-propertyGrid--action {
    flex: 0 0 auto;
    width: auto;
  }
  .apex-c-propertyGrid--action + .apex-c-propertyGrid--action {
    border-left: 1px solid #768692;
    border-top: 0;
  }
  .apex-c-propertyGrid--actions {
    display: flex;
    flex: 0 1 auto;
  }
  .apex-c-propertyGrid--bar {
    display: flex;
  }
  .apex-c-propertyGrid--dropdown {
    left: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
  }
  .apex-c-propertyGrid--filter {
    border-bottom: 0;
    border-right: 1px solid #768692;
    flex: 0 1 auto;
    position: relative;
  }
  .apex-c-propertyGrid--filters {
    display: flex;
    flex: 1 1 auto;
  }
  .apex-c-propertyGrid--sliderTrack {
    min-width: 15em;
  }
}

@media print {
  .apex-c-propertyGrid--bar {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apex-c-propertyGrid--indicator {
    transition: none;
  }
}
