/* Selected tab background */
.tab-group .active,
.tab-group .selected,
.tab-group .z-selected,
.tab-group [aria-selected="true"] {
  background-color: #D42B2B !important;
  color: #ffffff !important;
  border-color: #D42B2B !important;
}