.color_production input[type="radio"]:checked + .checkbox-custom-label, .color_production .track-inner {
    background-color: var(--purple);
}

.color_workforce input[type="radio"]:checked + .checkbox-custom-label, .color_workforce .track-inner {
    background-color: var(--blue);
}

.color_purchase input[type="radio"]:checked + .checkbox-custom-label, .color_purchase .track-inner {
    background-color: var(--orange);
}

.gender-ratio-range.track {
    background: var(--male-blue);
}

.gender-ratio-range.track-inner {
    background: var(--female-pink)
}