.selectNA {
    background-color: #333333 !important;
    color: white !important;
}

.selectNonConform {
    background-color: #dc3545 !important;;
    color: white !important;
}

.selectConform {
    background-color: #28a745 !important;
    color: white !important;
}