.apex-item-select,
.apex-item-text,
.apex-item-textarea,
.apex-item-multi,
.a-IRR-search-field {
    backface-visibility: hidden;
}  /*jb11112021 this solves the disappearing item on focus issue with chrome*/

.overdue {
    background:#FF0000!important;
    color:white!important;
}

.todo {
    background:yellow!important;
    color:black!important;
}

.completed {
    background:#3BAA2C!important;
    color:white!important;
}

.failed {
    background:grey!important;
    color:white!important;
}

.enrolled {
   background:blue!important;
   color:white!important;
}