.btn-theme-cdc {
    color: #fff;
    background-color: rgb(58,169,88);
    border-color: rgb(46, 128, 68);
}

.btn-theme-cdc:hover,
.btn-theme-cdc:focus,
.btn-theme-cdc:active,
.btn-theme-cdc.active,
.open .dropdown-toggle.btn-theme-cdc {
    color: #fff;
    background-color: rgb(46, 128, 68);
    border-color: rgb(46, 128, 68);
  }

.card-chart-filter{
    border-bottom: 1px solid rgba(26, 54, 126, 0.125); 
    padding: 0.75rem 1.25rem;
    text-align: center;
}

.text-cdc{
    color: #3AA958;
}

.bg-cdc{
    background-color: rgb(46, 128, 68) !important;
}

.table-cdc{
    color: red;
}
