.selection-inverse-bg-color {
  background-color: rgb(179, 40, 45)!important;
  fill: rgb(255, 255, 255)!important;
}

.btn-action {
  background-color: rgb(255, 184, 25)!important;
  color: rgb(43, 46, 52)!important;
  fill: rgb(255, 184, 25)!important;
}

.primary-text-color {
  color: rgb(43, 46, 52)!important;
}

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

.selection-border-color {
  border-color: rgb(179, 40, 45)!important;
}

.btn-action-inverse {
  background-color: rgb(43, 46, 52)!important;
  color: rgb(255, 184, 25)!important;
  fill: rgb(43, 46, 52)!important;
}

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