/* Edit your own styles, this is just an example */

.status-opened {
    background-color: #55a330;
    font-weight: 500;
    color: #fff;
}
      
.status-closed {
    background-color: #dc0000;
    font-weight: 500;
    color: #fff;
}