<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.courrier_a_traiter {
    width: 100%;
    min-width: max-content;
    min-height: max-content;
    height: auto;
    padding: 16px;
    font-weight: 600;
    font-size: 1.4em;
    background-color: #FCCF3D;

    i {
        margin-right: 10px;
    }
}

.courrier_a_traiter_modal {
    width: auto;
    margin: 0 14px;
    min-width: max-content;
    min-height: max-content;
    height: auto;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 1.1em;
    background-color: #FCCF3D;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 4px;

    i {
        margin-right: 8px;
    }
}


.callout h4 {
    margin: 0px !important;
}

table tbody tr td:has(a), table tbody tr td:has(button) {
    width: max-content;
    max-width: max-content;
    min-width: max-content;
}

.msg_transmis_partenaire {
    display: grid;
    justify-content: center;
    width: max-content;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: rgba(255, 165, 0, .2);
    border: 1px solid orange;
    color: black;
    font-weight: 600;
}

.msg_arrivant_api {
    display: grid;
    justify-content: center;
    width: max-content;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: rgba(36, 143, 121, .2);
    border: 1px solid #248F79;
    color: black;
    font-weight: 600;
}

div[data-field="f_rgpd_transfert_partenaire"] .form-group {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

div[data-field="f_rgpd_transfert_partenaire"] {
    padding-top: 10px;
}

div[data-field="f_rgpd_transfert_partenaire"] div.form-group div.icheck-item {
    width: 36px !important;
    height: 20px !important;
}

div[data-field="f_rgpd_transfert_partenaire"] label {
    color: #EB5F30;
}
</pre></body></html>