.selection-inverse-bg-color {
  background-color: rgba(0, 144, 193, 1)!important;
  fill: rgba(255, 255, 255, 0.975)!important;
}

.btn-action {
  background-color: rgba(228, 162, 0, 1)!important;
  color: rgba(255, 255, 255, 0.975)!important;
  fill: rgba(228, 162, 0, 1)!important;
}

.primary-text-color {
  color: rgba(0, 0, 0, 0.97)!important;
}

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

.selection-border-color {
  border-color: rgba(0, 144, 193, 1)!important;
}

.btn-action-inverse {
  background-color: rgba(255, 255, 255, 0.975)!important;
  color: rgba(228, 162, 0, 1)!important;
  fill: rgba(255, 255, 255, 0.975)!important;
}

.secondary-bg-color {
  background-color: rgba(80, 80, 80, 1)!important;
}