fillcolor = [
'case',
['all', ['==', ['get', 'condition'], 'A'], ['==', ['get', 'overall_phase'], 1]],
'#cef9ce',
['all', ['==', ['get', 'condition'], 'A'], ['==', ['get', 'overall_phase'], 2]],
'#f9e43c',
['all', ['==', ['get', 'condition'], 'A'], ['==', ['get', 'overall_phase'], 3]],
'#e4781f',
['all', ['==', ['get', 'condition'], 'A'], ['==', ['get', 'overall_phase'], 4]],
'#c60813',
['all', ['==', ['get', 'condition'], 'A'], ['==', ['get', 'overall_phase'], 5]],
'#640000',
['all', ['==', ['get', 'condition'], 'C'], ['==', ['get', 'overall_phase'], 1]],
'rgb(204, 255, 204)',
['all', ['==', ['get', 'condition'], 'C'], ['==', ['get', 'overall_phase'], 2]],
'rgb(203, 201, 226)',
['all', ['==', ['get', 'condition'], 'C'], ['==', ['get', 'overall_phase'], 3]],
'rgb(158, 154, 200)',
['all', ['==', ['get', 'condition'], 'C'], ['==', ['get', 'overall_phase'], 4]],
'rgb(106, 81, 163)',
['==', ['get', 'overall_phase'], 9],
'#a6a6a6',
'hsl(0, 0%, 100%)',
];