/* Edit your own styles, this is just an example */

.status-opened {
    background-color: #6da7eb;
    font-weight: bold;
}
      
.status-closed {
    background-color: #4f565f;
    color: #f3f3f3;
}