.key-result-none.fill {
    fill: #c2c2c2;
}
.key-result-none.color {
    color: #c2c2c2;
}
.key-result-none.background {
    background-color: #c2c2c2;
}

.key-result-normal.fill {
    fill: #6186fa;
}

.key-result-normal.color {
    color: #6186fa;
}

.key-result-normal.background {
    background-color: #6186fa;
}

.key-result-mild.fill {
    fill: #00c098;
}

.key-result-mild.color {
    color: #00c098;
}

.key-result-mild.background {
    background-color: #00c098;
}

.key-result-moderate.fill {
    fill: #ffca63;
}

.key-result-moderate.color {
    color: #ffca63;
}

.key-result-moderate.background {
    background-color: #ffca63;
}

.key-result-severe.fill {
    fill: #c63b32;
}

.key-result-severe.color {
    color: #c63b32;
}

.key-result-severe.background {
    background-color: #c63b32;
}
