.contact-block-configuration.modern .custom-checkbox {
    padding: 5px 0 0 7px;
}

.contact-block-configuration.modern input[type="text"],
.contact-block-configuration.modern .input-file,
.contact-block-configuration.modern input[type="email"],
.contact-block-configuration.modern .input-phone,
.contact-block-configuration.modern select,
.contact-block-configuration.modern .custom-checkbox,
.contact-block-configuration.modern textarea {
    background-position: .5em .5em;
    background-repeat: no-repeat;
    border-radius: 25px;
    padding: 0.5em 1em;
    border: none;
    color: inherit;
}

.contact-block-configuration.modern .box {
    margin-right: 20px;
}

.contact-block-configuration.modern .send-grid .send-button {
    text-align: center;
}

.contact-block-configuration.modern input[type="submit"] {
    border-radius: 25px;
    padding: 0.5em 1em;
    border: none;
    text-transform: capitalize;
}

.contact-block-configuration.modern .input-file .attachment-container {
    margin-bottom: 6px;
}

.contact-block-configuration-container-modern {
    display: flex;
    flex-wrap: wrap;
}
