/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.noborder:not(.editmode) > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-child(odd):not(.liste_titre):not(.nooddeven), div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > tr:nth-of-type(odd):not(.liste_titre):not(.nooddeven), .liste > tbody > tr:nth-of-type(odd):not(.liste_titre):not(.nooddeven), div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-type(odd):not(.liste_titre):not(.nooddeven) {
    background: linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
    background: -o-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
    background: -moz-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
    background: -webkit-linear-gradient(bottom, rgb(142 153 158 / 40%) 0%, rgb(214 225 233) 100%);
}
.badge.badge-status6.badge-status {
    background-color: green !important; /* Couleur de fond verte pour le statut payé */
    color: #fff !important; /* Couleur de texte en blanc pour un meilleur contraste */
    font-weight: bold; /* Met en gras pour attirer l’attention */
}
.badge.badge-status0.badge-status {
    background-color: orange !important; /* Couleur de fond orange pour indiquer "en cours" */
    color: #fff !important; /* Couleur de texte en blanc pour le contraste */
    font-weight: bold; /* Met en gras pour plus de visibilité */
}
.badge.badge-status1.badge-status {
    background-color: red !important; /* Change la couleur de fond en rouge */
    color: #fff !important; /* Change la couleur du texte en blanc pour plus de contraste */
     font-weight: bold; /* Met en gras pour attirer l’attention */
}