.gantt-red .bar {
    fill: #141325 !important;
}
.gantt-red .bar-progress {
    fill: #F44336 !important;
}

.gantt-red .bar-label {
    fill: white !important;
}

.gantt-lime .bar {
    fill: #141325 !important;
}
.gantt-lime .bar-progress {
    fill: #CDDC39 !important;
}

.gantt-lime .bar-label {
    fill: white !important;
}

.gantt-green .bar {
    fill: #141325 !important;
}
.gantt-green .bar-progress {
    fill: #4CAF50 !important;
}

.gantt-green .bar-label {
    fill: white !important;
}

.gantt-blue .bar {
    fill: #141325 !important;
}
.gantt-blue .bar-progress {
    fill: #03A9F4 !important;
}

.gantt-blue .bar-label {
    fill: white !important;
}
