.selection-inverse-bg-color {
  background-color: rgb(52, 36, 20)!important;
  fill: rgb(255, 255, 255)!important;
}

.btn-action {
  background-color: rgb(102, 204, 51)!important;
  color: rgb(52, 36, 20)!important;
  fill: rgb(102, 204, 51)!important;
}

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

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

.selection-border-color {
  border-color: rgb(52, 36, 20)!important;
}

.btn-action-inverse {
  background-color: rgb(52, 36, 20)!important;
  color: rgb(102, 204, 51)!important;
  fill: rgb(52, 36, 20)!important;
}

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