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

.btn-action {
  background-color: rgb(0, 85, 56)!important;
  color: rgb(255, 255, 255)!important;
  fill: rgb(0, 85, 56)!important;
}

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

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

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

.btn-action-inverse {
  background-color: rgb(255, 255, 255)!important;
  color: rgb(0, 85, 56)!important;
  fill: rgb(255, 255, 255)!important;
}

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