
/* Consent */

div#anchor_DataProcessingConsent {
    display: none;
}
 
div#DataProcessingConsentInfo {
    margin: 0 !important;
}
 
div#DataProcessingConsentInfo > .consent-title:nth-child(2) {
    margin-top: 0;
}

.consent-body {
    font-size: .9em;
    margin-left: -15px;
}

.consent-title {
    font-size: .90em;
    color: inherit;
    font-weight: bold;
}

.consent-body > p {
    text-align: justify
}

.consent-body > ul {
    list-style-type: circle;
}

}
/* END Consent */

/* Hide create contact */

[data-target="#createContactModal"] {
    display: none !important;
}
/*  hidding the invoice part in the "invoice & payment" page */

#paymentSearchResult + h2,
#invoiceSearchResult {
    display: none;
}

/* --- end hidding --- */