@import url("/assets/components/active_storage_dropzone-f6679cdb.css");
@import url("/assets/components/clipboard_button-f3b8388b.css");
@import url("/assets/customer_area/documents_upload-2f59cdb4.css");
@import url("/assets/customer_invites-2eddb97b.css");
@import url("/assets/customers-d08bbea5.css");

/*
Overwrite appearance of nested form label because the default is too large.
 */
.custom-nested-form-label {
    font-size: medium;
    font-weight: normal;
}
/*
This is needed to prevent the top padding from being rendered, because bootstrap likes
using the important statement...
 */
.custom-nested-form-label.pt-4 {
    padding-top: 0 !important;
}

