.elementor-259468 .elementor-element.elementor-element-b58c497{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-259468 .elementor-element.elementor-element-66ade98{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */.survey-flex-container {
    display: flex !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0; padding: 0;
    overflow: hidden;
}

.survey-form-col {
    width: 50vw !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent !important;
}

.survey-image-col {
    width: 50vw !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.survey-form-col .fluentform {
    width: 90% !important;
    min-height: 60vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.survey-form-col .fluentform .ff-el-form-content {
    width: 100% !important;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* centra verticalmente i campi */
}
.ff-el-form-check input[type="checkbox"] {
    accent-color: #3097d1;
    width: 20px;
    height: 20px;
}
.ff-el-form-check label {
    font-size: 1.2rem;
    color: #500035;
    cursor: pointer;
}/* End custom CSS */