.selection-inverse-bg-color {
  background-color: rgb(192, 32, 47)!important;
  fill: rgb(255, 255, 255)!important;
}

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

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

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

.selection-border-color {
  border-color: rgb(192, 32, 47)!important;
}

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

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