/*


*/
/* custom bootstrap - to add inexistent sizes */
.m-6 {
    margin: 4rem;
}
.btn-xs {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.3rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.builder-invoice-add input[name=amount]:read-only {
    background-color: lightyellow;
}
.builder-invoice-add input[name=referencePeriodFrom]:read-only {
    background-color: lightyellow;
}
.builder-invoice-add input[name=referencePeriodTo]:read-only {
    background-color: lightyellow;
}
.reset input[name=professional_email]:read-only {
    background-color: lightyellow;
}
