.selection-inverse-bg-color {
  background-color: rgb(48, 0, 0)!important;
  fill: rgb(255, 255, 255)!important;
}

.btn-action {
  background-color: rgb(251, 32, 41)!important;
  color: rgb(255, 255, 255)!important;
  fill: rgb(251, 32, 41)!important;
}

.primary-text-color {
  color: rgb(48, 0, 0)!important;
}

.primary-bg-color {
  background-color: rgb(255, 255, 255)!important;
}

.selection-border-color {
  border-color: rgb(48, 0, 0)!important;
}

.btn-action-inverse {
  background-color: rgb(255, 255, 255)!important;
  color: rgb(251, 32, 41)!important;
  fill: rgb(255, 255, 255)!important;
}

.secondary-bg-color {
  background-color: rgb(48, 0, 0)!important;
}