.mat-button-toggle-group-appearance-standard {
  border-radius: 0px !important;
}

.mat-button-toggle:hover {
  background-color: #d14210;
  color: white;
}

.mat-button-toggle-checked {
  background-color: #d14210;
  color: white !important;
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.button-toggle--slim {
  & .mat-button-toggle-label-content {
    line-height: 1 !important;
    padding: 0.45rem 0.6rem !important;
  }
}
