.contact-block-configuration input[type="text"],
.contact-block-configuration input[type="email"],
.contact-block-configuration .input-phone,
.contact-block-configuration .input-file,
.contact-block-configuration .custom-checkbox,
.contact-block-configuration select,
.contact-block-configuration textarea {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.contact-block-configuration .alert {
    margin-top: 1em;
}

.contact-block-configuration ::placeholder {
    color: inherit;
}

.contact-block-configuration div .legal {
    font-style: italic;
    font-family: Helvetica;
    font-size: 8px;
}

.contact-block-configuration .input-file input[type="file"] {
    display: none;
}

.contact-block-configuration .input-file .attachments-list {
    margin-bottom: 5px;
    display: none;
}

.contact-block-configuration .input-file .attachment-container {
    display: none;
    margin-bottom: 3px;
}

.contact-block-configuration .input-file .btn-add-attachment {
    cursor: pointer;
    font-weight: inherit;
}

.contact-block-configuration .input-file .attachment-container .attachment-label {
    background-color: #eeeeee;
    padding: 2px 25px 2px 2px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    opacity: .8;
    font-style: italic;
    float: left;
}

.contact-block-configuration .input-file .attachment-container .btn-attachment-remove {
    margin: 5px -20px;
    cursor: pointer
}

.contact-block-configuration .input-file .attachment-container .btn-attachment-remove:hover {
    color: #cc3333;
}

.contact-block-configuration .custom-checkbox label {
    padding: 0 3% 5px 5px;
}

.required::after {
    content: " *";
}

.contact-block-configuration .checkbox-nowrap {
    white-space: nowrap;
}

.contact-block-configuration .checkbox-nowrap label {
    white-space: normal;
}