.order-status.status-payed {
    background: #ccffcc;
    color: #008000;
}
.order-status.status-over-payed {
    background: #cce6ff;
    color: #004080;
}
.order-status.status-partial-payed {
    background: #fff2cc;
    color: #94660c;
}
.order-status.status-not-payed {
    background: #ffcccc;
    color: #cc0000;
}

#shipping-first_name,
#shipping-last_name,
.readonly-field {
    background-color: #e9ecef !important;
    color: #6c757d;
    cursor: not-allowed;
}

.woocommerce-table thead th {
    background-color: #d7d7d7; /* Gris léger */
    color: #333; /* Couleur du texte, optionnel */
    padding: 10px; /* Ajout d'un peu de marge intérieure, optionnel */
    border-bottom: 2px solid #d7d7d7; /* Bordure inférieure pour séparer l'en-tête du corps du tableau */

}

.woocommerce-table--order-details{
    width:95%;
    border:solid 1px #d7d7d7 ! important;
    border-radius: 5px;
    margin :auto;

}
.woocommerce-table--order-details td {
    border-top: 1px solid #d7d7d7;
}
.woocommerce-table tfoot th {
    text-align: right; /* Aligner les intitulés à droite */
}
.um-woo-order-body table span.amount {
    font-size: 14px !important;
    font-weight: 500
}

.woocommerce-table thead th,
.woocommerce-table tfoot td {
    text-align: left; /* Garder les chiffres alignés à gauche */
}


.product-name{
    width:66%;
}
.product-total{
    width:33%;
}

/* Change the icon for the 'Comptabilité' tab */
li.ac_comptabilite_tab_tab a:before {
    content: "\f18e" !important; /* Unicode for dashicons-money-alt */
    font-family: 'Dashicons';
}

table.wp-list-table .column-account_number{
    width:10% !important;
}

.um_request_name {
    display: none !important;
}