/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
#id-right .tabsAction a.butAction[href*="action=classifybilled"] {
 background-color: #2773f5 !important;
 color: white !important;
 display: inline-block; /* S'assure que le fond remplit bien l'espace */
 padding: 5px 10px; /* Ajustement visuel */
}
/* Modification du badge spécifique à l'état Livré (ID 6) */
.badge-status6.badge-status {
 background-color: #2773f5 !important; /* Le vert que vous souhaitez */
 color: #ffffff !important; /* Texte en blanc */
 border: 1px solid #1e7e34 !important;
}