.highlight-red {
    background-color: rgb(236, 193, 193) !important;
}
.highlight-green {
    background-color: rgb(203, 236, 193) !important;
}
.highlight-orange {
    background-color: rgb(236, 226, 193) !important;
}
.highlight-blue {
    background-color: rgb(193, 197, 236) !important;
}
