.custom-primary-bg {
  background-color: #06B9BC!important;
  color: #FFF!important;
}

.custom-primary {
  color: #06B9BC;
}

.custom-secondary-bg {
  background-color: #FFAC00!important;
  color: #FFF!important;
}

.custom-secondary {
  color: #FFAC00;
}

.sentiment-positive-color {
  color: #B8E44A;
}

.sentiment-normal-color {
  color: #06B9BC;
}

.sentiment-negative-color {
  color: #EE7D35;
}

.sentiment-positive-bg {
  background-color: #B8E44A!important;
  color: #FFF!important;
}

.sentiment-normal-bg {
  background-color: #06B9BC!important;
  color: #FFF!important;
}

.sentiment-negative-bg {
  background-color: #EE7D35!important;
  color: #FFF!important;
}