[data-item="open-modal-wrapper"] {
    max-width: 1200px;
    padding: 0 15px 0 15px;
    margin: 0 auto 0 auto;
    text-align: center;
}
[data-item="open-modal-wrapper"] h3.section-title {
    text-align: left;
}
body.dgl-page-typology-extrai [data-item="open-modal-wrapper"] [data-event="open-modal"] {
    background-color: #7d79d9;
    color: #fff;
    border-radius: 0 !important;
}
body.dgl-page-typology-extrai [data-item="open-modal-wrapper"] [data-event="open-modal"]:hover ,
body.dgl-page-typology-extrai [data-item="open-modal-wrapper"] [data-event="open-modal"]:focus {
    background-color: #736dd8;
}
body.dgl-page-typology-anthill [data-item="open-modal-wrapper"] [data-event="open-modal"] {
    background-color: #f2bb13;
    color: #fff;
    border-radius: 0 !important;
}
body.dgl-page-typology-anthill [data-item="open-modal-wrapper"] [data-event="open-modal"]:hover ,
body.dgl-page-typology-anthill [data-item="open-modal-wrapper"] [data-event="open-modal"]:focus {
    background-color: #ebb30c;
}
[data-item="open-modal-wrapper"] [data-item="download-alert"] {
    display: none;
    margin: 30px 0 0 0;
}
[data-item="open-modal-wrapper"] [data-item="download-alert"]>div {
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    border: solid 1px #ddd;
    color: #999;
    padding: 20px 20px 20px 20px;
}
[data-item="open-modal-wrapper"] [data-item="download-alert"]>div::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512" fill="%23dddddd"><path d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}



#custom-user-form {
    margin: 0 auto 0 auto;
    text-align: left;
}
#custom-user-form.loading-ajax::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="200" height="200" style="shape-rendering: auto; display: block; background: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink"><circle stroke-dasharray="164.93361431346415 56.97787143782138" r="35" stroke-width="10" stroke="rgba(0,0,0,.15)" fill="none" cy="50" cx="50"><animateTransform keyTimes="0;1" values="0 50 50;360 50 50" dur="1s" repeatCount="indefinite" type="rotate" attributeName="transform"></animateTransform></circle></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
#custom-user-form>.form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#custom-user-form .w-50\% {
    flex: 0 0 50%;
}
#custom-user-form .w-100\% {
    flex: 0 0 100%;
}
#custom-user-form label {
    font-size: 16px;
}
#custom-user-form input {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border: solid 1px color-mix(in srgb, var(--nv-text-color) 25%, transparent) !important;
    height: 60px;
    font-size: 16px;
    transition: box-shadow 0.3s;
}
#custom-user-form input[type="checkbox"] {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: transparent;
    appearance: none;
}
#custom-user-form input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M173.9 439.4l-166.4-166.4c-10-10-10-26.2 0-36.2l36.2-36.2c10-10 26.2-10 36.2 0L192 312.7 432.1 72.6c10-10 26.2-10 36.2 0l36.2 36.2c10 10 10 26.2 0 36.2l-294.4 294.4c-10 10-26.2 10-36.2 0z'/></svg>");
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: center center;
    opacity: .6;
}
#custom-user-form input:focus {
    box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--nv-text-color) 50%, transparent) !important;
}
#custom-user-form input:not([type="checkbox"],[type="radio"],[type="submit"],[type="button"]):-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--nv-text-color) !important;
}

#custom-user-form .d-flex {
    display: flex;
}
#custom-user-form .d-flex.align-items-center {
    align-items: center;
}
#custom-user-form .d-flex.justify-content-start {
    justify-content: flex-start;
}
#custom-user-form .d-flex.justify-content-end {
    justify-content: flex-end;
}
#custom-user-form .d-flex.gap-1\/2 {
    gap: 8px;
}
#custom-user-form .d-flex.gap-1 {
    gap: 16px;
}
#custom-user-form .mb-1 {
    margin-bottom: 1rem;
}
#custom-user-form .mb-2 {
    margin-bottom: 2rem;
}
#custom-user-form .mb-3 {
    margin-bottom: 3rem;
}
#custom-user-form button.cta-link {
    font-size: 20px;
}

#form_info_prospect.modal-default {
    position: fixed !important;
}
#form_info_prospect.modal-default:not(.show) {
    z-index: -100;
    pointer-events: none;
}
#form_info_prospect.modal-default>.modal-dialog {
    height: 540px !important;
    max-height: calc(100vh - 60px);
}
#form_info_prospect.modal-default>.modal-dialog>.modal-content>.modal-header {
    align-items: flex-start;
}
#form_info_prospect.modal-default>.modal-dialog>.modal-content>.modal-header h2.modal-title {
    line-height: 1.25;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: calc(var(--h2fontsize) * .65);
    font-weight: 600;
}
#form_info_prospect.modal-default>.modal-dialog>.modal-content>.modal-header h2.modal-title * {
    font-weight: 600;
}
#form_info_prospect.modal-default>.modal-dialog>.modal-content>.modal-body {
    overflow: auto;
    padding: 20px 40px 40px 40px;
}

#custom-user-form-response-message {
    display: none;
}
#custom-user-form-response-message.active {
    display: flex;
    justify-content: center;
    padding: 0 0 30px 0;
}
#custom-user-form-response-message .data-error {
    border: solid 1px rgba(255, 0, 0, .5);
    flex: 0 0 100%;
    text-align: center;
    padding: .5rem .5rem;
    background-color: rgba(255, 0, 0, .1);
    color: rgba(255, 0, 0, .75);
}


@media (max-width: 600px) {
    #custom-user-form .w-50\% {
        flex: 0 0 100%;
    }
    #custom-user-form label.mb-1 ,
    #custom-user-form label.mb-3 {
        margin-bottom: .125rem;
    }
}