/* Card sub header */
.md-subheader.md-highContrast-theme.md-primary,
.ixa-default-theme-highContrast mat-card-header.ixa-md-subheader.ixa-primary,
.ixa-default-theme-highContrast mat-card-title.ixa-form-mat-card-title {
    color: #ffffff !important;
    background-color: #000000 !important;
}

/* List header */
.md-highContrast-theme md-list-item.md-2-line.md-list-header.table-header,
.md-highContrast-theme md-list md-list-item.md-2-line.md-list-header .md-list-item-text span,
.ixa-default-theme-highContrast mat-list-item.ixa-list-item-2-line-header.ixa-list-header.ixa-list-table-header,
.ixa-default-theme-highContrast mat-list-item.ixa-list-item-2-line-header.ixa-list-header.ixa-list-table-header .mdc-list-item__primary-text,
/* Checkboxes in List Header */
.md-highContrast-theme md-list md-list-item.md-2-line.md-list-header md-checkbox.md-highContrast-theme:not(.md-checked) .md-icon,
.ixa-default-theme-highContrast mat-list-item.ixa-list-item-2-line-header.ixa-list-header.ixa-list-table-header .mat-mdc-checkbox.mat-accent:not(.mat-checkbox-disabled) .mdc-checkbox__background
{
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff !important;
}

/* Selected checkboxes in List Header */
.md-highContrast-theme md-list md-list-item.md-2-line.md-list-header md-checkbox.md-highContrast-theme.md-checked .md-icon,
.ixa-default-theme-highContrast mat-list-item.ixa-list-item-2-line-header.ixa-list-header.ixa-list-table-header .mat-mdc-checkbox.mat-accent:not(.mat-checkbox-disabled) .mdc-checkbox__checkmark
{
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff !important;
}