.datepicker{width:-moz-min-content;width:min-content}.datepicker:not(.active){display:none}.datepicker-dropdown{padding-top:4px;position:absolute;z-index:20}.datepicker-dropdown.datepicker-orient-top{padding-bottom:4px;padding-top:0}.datepicker-picker{background-color:#fff;border-radius:4px;display:flex;flex-direction:column}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1)}.datepicker-main{flex:auto;padding:2px}.datepicker-footer{background-color:#f5f5f5;box-shadow:inset 0 1px 1px hsla(0,0%,4%,.1)}.datepicker-title{background-color:#f5f5f5;box-shadow:inset 0 -1px 1px hsla(0,0%,4%,.1);font-weight:700;padding:.375rem .75rem;text-align:center}.datepicker-controls{display:flex}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{align-items:center;background-color:#fff;border:1px solid #dcdcdc;border-radius:4px;box-shadow:none;color:#363636;cursor:pointer;display:inline-flex;font-size:1rem;height:2.25em;justify-content:center;line-height:1.5;margin:0;padding:calc(.375em - 1px) .75em;position:relative;text-align:center;vertical-align:top;white-space:nowrap}.datepicker-controls .button:active,.datepicker-controls .button:focus{outline:none}.datepicker-controls .button:hover{border-color:#b8b8b8;color:#363636}.datepicker-controls .button:focus{border-color:#3273dc;color:#363636}.datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.datepicker-controls .button:active{border-color:#474747;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-footer .datepicker-controls .button{border-radius:2px;flex:auto;font-size:.75rem;margin:calc(.375rem - 1px) .375rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .next-button,.datepicker-controls .prev-button{flex:0 0 14.2857142857%;padding-left:.375rem;padding-right:.375rem}.datepicker-controls .next-button.disabled,.datepicker-controls .prev-button.disabled{visibility:hidden}.datepicker-grid,.datepicker-view{display:flex}.datepicker-view{align-items:stretch;width:15.75rem}.datepicker-grid{flex:auto;flex-wrap:wrap}.datepicker .days{display:flex;flex:auto;flex-direction:column}.datepicker .days-of-week{display:flex}.datepicker .week-numbers{display:flex;flex:0 0 9.6774193548%;flex-direction:column}.datepicker .weeks{align-items:stretch;display:flex;flex:auto;flex-direction:column}.datepicker span{-webkit-touch-callout:none;align-items:center;border-radius:4px;cursor:default;display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datepicker .dow{font-size:.875rem;font-weight:700;height:1.5rem}.datepicker .week{color:#b8b8b8;flex:auto;font-size:.75rem}.datepicker .days .dow,.datepicker-cell{flex-basis:14.2857142857%}.datepicker-cell{height:2.25rem}.datepicker-cell:not(.day){flex-basis:25%;height:4.5rem}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e9e9e9}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#3273dc;color:#fff;font-weight:600}.datepicker-cell.disabled{color:#dcdcdc}.datepicker-cell.next:not(.disabled),.datepicker-cell.prev:not(.disabled){color:#7a7a7a}.datepicker-cell.next.selected,.datepicker-cell.prev.selected{color:#e6e6e6}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){background-color:#f5f5f5;border-radius:0}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#efefef}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e9e9e9}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00ccad}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b8b8b8;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#b3b3b3}.datepicker-cell.range-start:not(.range-end){border-radius:4px 0 0 4px}.datepicker-cell.range-end:not(.range-start){border-radius:0 4px 4px 0}.datepicker-cell.range{background-color:#dcdcdc;border-radius:0}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d7d7d7}.datepicker-cell.range.disabled{color:#c6c6c6}.datepicker-cell.range.focused{background-color:#d1d1d1}.datepicker-input.in-edit{border-color:#276bda}
:root {
    --black: #000;
    --white: #fff;
    --background: #fff;
    --background-grey: #F8F8F8;
    --form-text: #323232;
    --grey-text: #6F6F6F;
    --light-grey-input: #8C8C8C;
    --grey-line: #A9A9A9;
    --light-grey-line: #CCCCCC;
    --form-primary: #258900;
    --red: #F52B30;
}

.ispGenericForm {
    background-color: var(--background);
    overflow-x: hidden;
    color: var(--form-text);
    margin: 0;
    padding: 0;
}

.ispGenericForm .hidden {
    display: none !important;
}

.ispGenericForm .title,
.ispGenericForm .title h1,
.ispGenericForm .title h2,
.ispGenericForm .title h3,
.ispGenericForm .title p {
    text-align: center;
    margin: 0 auto 16px;
    padding: 0 31px;
    font-size: 2.875rem;
    line-height: 1.36;
    font-weight: 700;
}

.ispGenericForm .subtitle,
.ispGenericForm .subtitle h1,
.ispGenericForm .subtitle h2,
.ispGenericForm .subtitle h3,
.ispGenericForm .subtitle p {
    margin: 16px auto;
    padding: 0 31px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.36;
    margin-bottom: 90px;
}

.ispGenericForm form {
    max-width: 950px;
    margin: 0 auto 40px;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.ispGenericForm form:focus {
    border: 2px solid var(--form-primary);
}

.ispGenericForm form .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.ispGenericForm form .row:before {
    display: block;
    content: unset;
}

.ispGenericForm form .row:after {
    display: none;
}

.ispGenericForm form .row > div {
    margin: 0;
    padding: 0;
}

.ispGenericForm .fullWidthDesktop {
    flex: 0 0 100%;
    max-width: 100%;
}

.ispGenericForm .halfWidthDesktop {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
}

.ispGenericForm .quarterWidthDesktop {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
}

.ispGenericForm form input:active {
    border: 2px solid var(--form-primary);
    box-shadow: none;
}

.ispGenericForm form input:focus-visible,
.ispGenericForm .checkbox-item input[type="checkbox"]:focus-visible + label:before,
.ispGenericForm .checkbox-item input[type="checkbox"]:focus + label:before {
    border: 2px solid var(--form-primary);
    box-shadow: none;
}

.ispGenericForm .hero-content label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.ispGenericForm ::placeholder {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
}

.ispGenericForm ::-ms-input-placeholder {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
}

.ispGenericForm input[type="text"],
.ispGenericForm input[type="password"],
.ispGenericForm select,
.ispGenericForm textarea,
.ispGenericForm .choices {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid var(--light-grey-input);
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
}

.ispGenericForm input[type="text"]:focus,
.ispGenericForm input[type="password"]:focus,
.ispGenericForm select:focus,
.ispGenericForm textarea:focus {
    border: 2px solid var(--form-primary);
}

.ispGenericForm button.btn.dropdown-toggle,
.ispGenericForm .date input {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid var(--light-grey-input);
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1rem;
    height: 60px;
}

.ispGenericForm select {
    background-color: var(--white);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ispGenericForm .padding-0 {
    padding: 0 !important;
}

.ispGenericForm .d-flex {
    display: flex;
}

.ispGenericForm .d-none {
    display: none;
}

.ispGenericForm .d-flex.two-elements p,
.ispGenericForm .d-flex.two-elements div {
    width: 50%;
}

.ispGenericForm .d-flex p:nth-child(odd) {
    margin-right: 32px;
}

.ispGenericForm .general-container {
    position: relative;
}

.ispGenericForm .container-info-form {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    padding: 32px 0 0 0;
    position: relative;
    top: -184px;
    margin-bottom: -184px;
    background-color: var(--white);
    border-radius: 8px;
}

.ispGenericForm.noHero .container-info-form {
    top: 0;
    margin-bottom: 0;
}

.ispGenericForm form#regForm .container-button > button,
.ispGenericForm form#regForm .container-button > a {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.36;
    text-align: center;
    background-color: var(--form-primary);
    color: var(--white);
    border: 0;
    outline: none;
    padding: 14px 75px;
    cursor: pointer;
    font-size: 1rem;
}

.ispGenericForm form#regForm .container-button input {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.36;
    text-align: center;
    color: var(--form-primary);
    background-color: transparent;
    border: 1px solid var(--form-primary);
    outline: none;
    padding: 14px 75px;
    cursor: pointer;
    font-size: 1rem;
}

.ispGenericForm form#regForm .container-button > .resetForm {
    background-color: var(--white);
    color: var(--form-primary);
    outline: none;
    padding: 14px 75px;
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid var(--form-primary);
}

.ispGenericForm form#regForm .container-button > .submitForm {
    background-color: var(--form-primary);
    color: var(--white);
    border: 0;
    outline: none;
    padding: 14px 75px;
    cursor: pointer;
    font-size: 1rem;
}

.ispGenericForm form#regForm .container-button > .submitForm.disabled {
    color: var(--black);
    opacity: 0.7;
    cursor: not-allowed;
}

.ispGenericForm form#regForm .container-button > .submitForm:hover,
.ispGenericForm form#regForm .container-button > .resetForm:hover,
.ispGenericForm .form_outcome__cta:hover {
    background-color: var(--black);
    color: var(--white);
    border: 0;
}

.ispGenericForm form#regForm .container-button > .resetForm:hover,
.ispGenericForm .form_outcome__cta:hover {
    border: 1px solid var(--black);
}

.ispGenericForm form#regForm .container-button > .submitForm.disabled:hover {
    background-color: var(--form-primary);
    color: var(--black);
    opacity: 0.8;
}

.ispGenericForm .error-message {
    color: var(--red);
    font-size: 0.875rem;
    display: block;
}

.ispGenericForm .hero-content {
    width: 100%;
    height: auto;
}

.ispGenericForm .hero-content img {
    width: 100%;
    height: auto;
}

.ispGenericForm .hero-content img.onlyDesktop {
    display: block;
}

.ispGenericForm .hero-content img.onlyMobile {
    display: none;
}

.ispGenericForm .container-radio-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    gap:16px;
}

.ispGenericForm .container-radio-button div {
    display: flex;
    flex-direction: row;
    gap:48px
}

.ispGenericForm .container-radio-button p {
    flex-shrink: 0;
    font-size: 1rem;
}

.ispGenericForm .container-radio-button label {
    position: relative;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    left: 0;
    gap: 8px;
}

.ispGenericForm .container-radio-button.width-50 {
    width: 50%;
}

.ispGenericForm input[type="radio"] {
    height: 22px;
    width: 22px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--form-text);
    border-radius: 50%;
    outline: none;
    position: relative;
    cursor: pointer;
    background-color: var(--white);
    flex-shrink: 0;
}

.ispGenericForm .invalidInput input[type="radio"] {
    border-color: var(--red);
}

.ispGenericForm input[type="radio"]::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-color: var(--form-primary);
    background-image: url("../../../etc.clientlibs/intesa-common/clientlibs/clientlib-formcontainer/resources/images/Chevron.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.ispGenericForm input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

.ispGenericForm .margin-input-right input[type="checkbox"],
.ispGenericForm .margin-input-right input[type="radio"] {
    margin-right: 16px;
}

.ispGenericForm .required-field {
    position: relative;
    margin-top: 40px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--light-grey-line);
}

.ispGenericForm .required-field > p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.36;
    text-align: left;
}

.ispGenericForm input[type="checkbox"] + label {
    background: var(--white);
    height: 22px;
    width: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 16px;
}

.ispGenericForm .container-captcha {
    margin-top: 40px;
    width: auto;
    display: flex;
    justify-content: right;
}

.ispGenericForm .container-captcha .g-recaptcha.invalidInput {
    border: 2px solid var(--red);
}

.ispGenericForm .datepicker-dropdown.datepicker-orient-bottom:before,
.ispGenericForm .datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}

.ispGenericForm .datepicker table tr td.active,
.ispGenericForm .datepicker table tr td.active.day {
    background-color: var(--black) !important;
    background-image: none;
}

.ispGenericForm .datepicker td {
    padding: 11px 14px 12px 14px;
    border-radius: 100px;
}

@media (max-width: 600px) {
    .ispGenericForm .datepicker td {
        padding: 1px;
        border-radius: 100px;
    }
}

.ispGenericForm .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    padding: 18px 16px;
    border: 2px solid var(--form-primary);
    transform: translate(0, 21px);
}

.ispGenericForm label.col-form-label {
    display: block;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ispGenericForm input[type="text"]:focus + label,
.ispGenericForm input[type="text"]:focus ~ label,
.ispGenericForm input[type="password"]:focus + label,
.ispGenericForm select:focus + label,
.ispGenericForm textarea:focus + label,
.ispGenericForm input:not(:placeholder-shown) + label,
.ispGenericForm select:not(:placeholder-shown) + label,
.ispGenericForm textarea:not(:placeholder-shown) + label {
    top: -2px;
    left: 8px;
    background-color: var(--white);
    font-size: 0.875rem;
    padding: 0 5px;
    opacity: 1;
    animation: scrollLabel 0.3s ease forwards;
    pointer-events: auto;
}

.ispGenericForm input[type="text"]::placeholder,
.ispGenericForm input[type="password"]::placeholder,
.ispGenericForm select::placeholder,
.ispGenericForm textarea::placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.ispGenericForm input[type="text"]:focus::placeholder,
.ispGenericForm input[type="password"]:focus::placeholder,
.ispGenericForm select:focus::placeholder,
.ispGenericForm textarea:focus::placeholder {
    opacity: 0;
}

.ispGenericForm .form-group {
    position: relative;
    margin: 0;
}

.ispGenericForm label {
    position: absolute;
    left: 6px;
    padding: 0 5px;
    font-size: 1.125rem;
    opacity: 0;
    font-weight: 400;
}

.ispGenericForm :not(.custom-select) :focus:not(.option) + label,
.ispGenericForm :not(.custom-select) input:not(:placeholder-shown) + label {
    animation: scrollLabel 0.3s ease forwards;
    opacity: 1;
}

.ispGenericForm input::placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.ispGenericForm input:focus::placeholder {
    opacity: 0;
}

.ispGenericForm input[type="text"],
.ispGenericForm input[type="password"],
.ispGenericForm select,
.ispGenericForm textarea {
    width: 100%;
    padding: 16px;
    margin: 5px 0;
    border: 1px solid var(--light-grey-input);
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.36;
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
}

.ispGenericForm input[type="text"]:focus,
.ispGenericForm input[type="password"]:focus,
.ispGenericForm select:focus,
.ispGenericForm textarea:focus {
    border: 2px solid var(--form-primary);
}

@keyframes scrollLabel {
    from {
        transform: translate(0, 22px);
        opacity: 0;
    }
    to {
        transform: translate(0, -2px);
        opacity: 1;
    }
}

.ispGenericForm .custom-select {
    position: relative;
}

.ispGenericForm .select-wrapper {
    position: relative;
    width: 100%;
}

.ispGenericForm .select-header {
    cursor: pointer;
    padding: 10px;
    border: 1px solid var(--light-grey-input);
    background-color: var(--white);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ispGenericForm .custom-select .arrow,
.ispGenericForm .select-box .arrow {
    position: absolute;
    right: 24.5px;
    top: 50%;
    width: 17px;
    height: 11px;
    color: var(--form-primary);
    transform: translateY(-50%);
    transition: all 0.2s ease-out;
}

.ispGenericForm .custom-select.active .arrow,
.ispGenericForm .select-box.active .arrow {
    transform: translateY(-50%) rotate(180deg);
}

.ispGenericForm .custom-select.active .select-header,
.ispGenericForm .custom-select .select-header:focus {
    border: 2px solid var(--form-primary);
}

.ispGenericForm .custom-select.active .select-header {
    border-bottom: none;
}

.ispGenericForm .custom-select.active .select-header:after {
	content: "";
	background: var(--light-grey-input);
	position: absolute;
	bottom: 5px;
	left: 4%;
	width: 92%;
	height: 1px;
	z-index: 1;
}

.ispGenericForm .custom-select .select-wrapper {
    position: relative;
    cursor: pointer;
    border: 1px solid var(--light-grey-input);
    border-radius: 5px;
    background-color: var(--white);
    width: 100%;
}

.ispGenericForm .custom-select .select-header,
.ispGenericForm .multiselect .select-box__selected {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    padding-right: 45px;
    padding-left: 16px;
    margin: 5px 0;
    border: 1px solid var(--light-grey-input);
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.36;
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
    outline: none;
}

.ispGenericForm .custom-select .select-header .selected-option {
    color: var(--light-grey-input);
}

.ispGenericForm .custom-select.selectedOption .select-header .selected-option {
    color: var(--form-text);
}

.ispGenericForm .custom-select .options {
    position: absolute;
    margin: 0;
    top: 50px;
    left: -1px;
    width: 438px;
    padding: 10px;
    overflow-y: auto;
    background-color: var(--white);
    border: 1px solid var(--light-grey-input);
    border-top: none;
    border-radius: 5px;
    z-index: 1000;
    display: none;
    list-style: none;
}

.ispGenericForm .custom-select .options::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.ispGenericForm .custom-select .options::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.ispGenericForm .custom-select .options::-webkit-scrollbar-thumb {
	background-color: var(--form-primary);
}

.ispGenericForm .custom-select .options.active {
    display: block;
}

.ispGenericForm .custom-select .option {
    padding: 16px;
    cursor: pointer;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
    color: var(--form-text);
}

.ispGenericForm .custom-select .option.selected {
    background-color: var(--background-grey);
}

.ispGenericForm .custom-select label {
    position: absolute;
    top: 10px;
    left: 16px;
    background-color: var(--white);
    font-size: 0.875rem;
    padding: 0 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ispGenericForm .custom-select :focus + label,
.ispGenericForm .custom-select input:not(:placeholder-shown) + label {
    animation: scrollLabel 0.3s ease forwards;
    display: none;
}

.ispGenericForm .custom-select.selectedOption :focus + label, 
.ispGenericForm .custom-select.selectedOption input:not(:placeholder-shown) + label,
.ispGenericForm .custom-select.active :focus + label, 
.ispGenericForm .custom-select.active input:not(:placeholder-shown) + label {
    display: block;
    top: -7px;
}

.ispGenericForm .custom-select.option-selected :focus + label,
.ispGenericForm .custom-select.option-selected input:not(:placeholder-shown) + label {
    animation: scrollLabel 0.3s ease forwards;
    display: block;
    position: absolute;
    top: -7px;
}

.ispGenericForm .custom-select.active .options {
    position: absolute;
    margin: 0;
    top: calc(100% - 5px);
    left: 0px;
    width: 100%;
    padding: 0;
    overflow-y: auto;
    background-color: var(--white);
    border-radius: 0 0 5px 5px;
    z-index: 1000;
    display: none;
    list-style: none;
    display: block;
    border: 2px solid var(--form-primary);
    border-top: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ispGenericForm .custom-select.active .options li.option:hover,
.ispGenericForm .custom-select.active .options li.option.focused {
    background-color: var(--form-text);
    color: #fff;
}

.ispGenericForm .custom-select.active .options li.option.disabled {
    display: none;
}

.ispGenericForm .custom-select .select-wrapper {
    border: none;
}

.ispGenericForm .custom-select .option-selected + label {
    opacity: 1;
}

.ispGenericForm .custom-select .error-message {
    color: var(--red);
    font-size: 0.875rem;
    margin-top: 8px;
    display: block;
}

.ispGenericForm .form-text p {
    font-size: 1rem;
}

.ispGenericForm .box-sottolineato {
    height: auto;
    width: 100%;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--grey-line);
}

.ispGenericForm textarea {
    font-family: inherit;
    width: 100%;
    min-height: 160px;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid var(--light-grey-input);
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.125rem;
    line-height: 1.36;
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
    resize: vertical;
    box-shadow: none;
}

/* checkbox e radiobuttons */
.ispGenericForm .checkbox-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 16px;
    padding: 14px 0;
}

.ispGenericForm .checkbox-item p {
    font-size: 1rem;
}

.ispGenericForm :not(.fullWidthDesktop) > .checkbox-item {
    transform: translateY(-50%);
    top: 50%;
}

.ispGenericForm .cq-Editable-dom .checkbox-item {
    transform: none;
    top: 0;
}

.ispGenericForm .checkbox-item input[type="checkbox"] {
    margin: 0;
    position: relative;
    opacity: 1;
    cursor: pointer;
    width: 22px;
    height: 22px;
    appearance: auto;
}

.ispGenericForm .checkbox-item.invalidInput input[type="checkbox"] {
    appearance: none;
    border: 1px solid var(--red);
}

.ispGenericForm .checkbox-item input[type="checkbox"] + label,
.ispGenericForm .checkbox-item input[type="checkbox"]:focus + label {
    width: fit-content;
    position: relative;
    height: auto;
    border: none;
    top: 0;
    left: unset;
    margin: 0;
    padding: 0;
    animation: unset;
    font-size: 1rem;
    cursor: pointer;
}

/* Stili per i radiobutton */
.ispGenericForm .container-custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.ispGenericForm .container-custom-radio input[type="radio"] {
    margin: 0;
    margin-right: 8px;
    position: relative;
    opacity: 1;
    cursor: pointer;
}

.ispGenericForm .container-custom-radio label {
    cursor: pointer;
    position: relative;
}

/* Personalizzazione del checkmark per le checkbox */
.ispGenericForm .checkbox-item input[type="checkbox"]:checked::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: var(--white);
    border: 1px solid var(--light-grey-input);
    border-radius: 3px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    visibility: visible;
    background-color: var(--form-primary);
    border-color: var(--form-primary);
}

.ispGenericForm .checkbox-item input[type="checkbox"]::after {
    content: '';
    display: none;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 6px;
    visibility: visible;
}

.ispGenericForm .checkbox-item input[type="checkbox"]:checked::after {
    display: block;
}

/* Personalizzazione del checkmark per i radiobutton */
.ispGenericForm .container-custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: var(--white);
    border: 1px solid var(--light-grey-input);
    border-radius: 50%;
}

.ispGenericForm .container-custom-radio .checkmark::after {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    background-color: var(--form-primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ispGenericForm .container-custom-radio input[type="radio"]:checked + .checkmark::after {
    display: block;
}

/* Stile per il container della select box */
.ispGenericForm .multiselect {
    height: 100%;
}

.ispGenericForm .multiselect .custom-multiselect {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    user-select: none;
}

.ispGenericForm .multiselect label {
    position: relative;
    color: var(--form-text);
    opacity: 1;
}

.ispGenericForm .multiselect input[type="checkbox"] {
    display: block;
}

.ispGenericForm .multiselect .select-box {
    height: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
}

.ispGenericForm .multiselect .select-box__selected {
    padding: 16px;
    padding-right: 45px;
    cursor: pointer;
}

.ispGenericForm .multiselect .select-box__selected span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--light-grey-input);
}

.ispGenericForm .multiselect .select-box__selected span.selected {
    color: var(--form-text);
}

.ispGenericForm .multiselect .select-box.active {
    border: 2px solid var(--form-primary);
    border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.ispGenericForm .multiselect .select-box.active .select-box__selected {
    border: none;
    outline: none;
}

.ispGenericForm .multiselect .select-box.active .select-box__selected:after {
	content: "";
	background: var(--light-grey-input);
	position: absolute;
	bottom: 8px;
	left: 4%;
	width: 92%;
	height: 1px;
	z-index: 1;
}

.ispGenericForm .multiselect .select-box__options {
    width: 100%;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    border: 2px solid var(--form-primary);
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: var(--white);
    z-index: 1000;
    display: none;
    overflow-x: hidden;
}

.ispGenericForm .multiselect .option {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    left: 0;
    align-items: center;
    padding: 16px 24px 16px 16px;
    cursor: pointer;
}

.ispGenericForm .multiselect .option.selected {
    background-color: var(--background-grey);
}

.ispGenericForm .custom-multiselect.activeComponent .select-box::after {
    content: "";
    background: var(--light-grey-input);
    position: absolute;
    bottom: -3px;
    left: 4%;
    width: 92%;
    height: 1px;
    z-index: 1;
}

.ispGenericForm .multiselect .option input {
    display: none;
}

.ispGenericForm .multiselect .option::before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: var(--white);
    border: 2px solid var(--light-grey-input);
    border-radius: 3px;
    box-sizing: border-box;
}

.ispGenericForm .multiselect .option.selected::before {
    background-color: var(--form-primary);
    border-color: var(--form-primary);
    color: var(--white);
    background-image: url("../../../etc.clientlibs/intesa-common/clientlibs/clientlib-formcontainer/resources/images/Chevron.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0.75rem;
    text-align: center;
}

.ispGenericForm .multiselect .option:hover,
.ispGenericForm .multiselect .option:focus {
    background-color: var(--form-text);
    color: var(--white);
}

.ispGenericForm .multiselect .select-box.active .select-box__options {
    display: block;
}

.ispGenericForm .date {
    position: relative;
}

.ispGenericForm .date .calendar-icon {
    width: 35px;
    height: 30px;
    color: var(--form-primary);
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.ispGenericForm .datepicker-dropdown {
    width: 100%;
    padding-top: 4px;
    margin: 0 !important;
    background-color: var(--white);
    position: absolute;
    top: calc(100% - 6px) !important;
    z-index: 20;
    border: 2px solid var(--form-primary);
    border-top: none;
    border-radius: 0 0 5px 5px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ispGenericForm .datepicker-dropdown .datepicker-picker {
    box-shadow: none !important;
    padding: 24px 0 8px;
}

.ispGenericForm .datepicker-dropdown.active .datepicker-picker {
    display: block;
}

.ispGenericForm .datepicker-view {
    width: auto;
    max-width: 85%;
    margin: 0 auto;
}

.ispGenericForm .days .datepicker-grid {
    display: grid;
    grid-template-columns: repeat(7, auto);
    justify-content: space-between !important;
}

.ispGenericForm .datepicker-cell {
    aspect-ratio: 1 / 1;
    font-size: 1.125rem !important;
}

.ispGenericForm .datepicker .dow {
    height: 48px !important;
    font-size: 1rem !important;
}

.ispGenericForm .datepicker-grid,
.ispGenericForm .datepicker .days-of-week {
    gap: 0px !important;
}

.ispGenericForm .datepicker .days-of-week {
    margin-top: 8px;
    justify-content: space-between;
}

.ispGenericForm .datepicker-cell.selected,
.ispGenericForm .datepicker-cell.selected:hover {
    background-color: var(--form-text);
    color: var(--white);
    font-weight: 600;
    border-radius: 50%;
}

.ispGenericForm .datepicker-grid {
    justify-content: space-between;
}

.ispGenericForm .datepicker-controls .prev-btn,
.ispGenericForm .datepicker-controls .next-btn {
    width: 35px;
    height: 30px;
    color: var(--form-primary);
}

.ispGenericForm .datepicker-header .datepicker-controls {
    align-items: center;
    padding: 0 12px;
    justify-content: space-between;
}

.ispGenericForm .date input[type="text"]:focus {
    border: 2px solid var(--form-primary);
    border-bottom: none;
    outline: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ispGenericForm .date.activeCalendarComponent::after {
    content: "";
    background: var(--light-grey-input);
    position: absolute;
    bottom: 5px;
    left: 4%;
    width: 92%;
    height: 1px;
    z-index: 1;
}

.ispGenericForm .date input[type="text"]:focus:after {
    content: "";
    background: var(--light-grey-input);
    position: absolute;
    bottom: 5px;
    left: 4%;
    width: 92%;
    height: 1px;
    z-index: 1;
}

.ispGenericForm .datepicker-controls .button.view-switch {
    max-width: 180px;
    font-size: 1.25rem;
    height: auto;
    line-height: normal;
    color: var(--form-primary);
    padding: 8px 24px;
    border: 1px solid var(--form-primary);
}

.ispGenericForm .container-button {
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ispGenericForm .custom-select.active .invalidInput .select-header,
.ispGenericForm .invalidInput .select-header,
.ispGenericForm .invalidInput .select-box__selected{
    border: 2px solid var(--red);
}


/* @media screen and (max-width:991px) {
    .ispGenericForm .hero-content img.onlyDesktop {
        display: none;
    }
    
    .ispGenericForm .custom-select.active .options {
        width: calc(100% - 4px) !important;
    }

    .ispGenericForm .multiselect .select-box__options {
        width: calc(100% - 4px) !important;
    }

    .ispGenericForm .datepicker-dropdown {
        width: calc(100% - 4px) !important;
    }

    .ispGenericForm .datepicker-view {
        width: auto !important;
    }

    .ispGenericForm .fullWidthTablet {
        flex: 1 1 100% !important;
    }

    .ispGenericForm .halfWidthTablet {
        flex: 1 1 calc(50% - 32px) !important;
    }
    
    .ispGenericForm .quarterWidthTablet {
        flex: 1 1 calc(25% - 32px) !important;
    }
} */

@media screen and (max-width:576px) {
    .ispGenericForm .hero-content img.onlyMobile {
        display: block;
    }

    .ispGenericForm .quarter-width {
        flex: 1 1 100% !important;
    }

    .ispGenericForm .container-radio-button div {
        flex-direction: column;
        gap: 16px;
    }

    .ispGenericForm .container-button {
        display: flex;
        flex-direction: column-reverse;
        justify-content: unset;
        gap: 24px;
    }

    .ispGenericForm .container-captcha {
        justify-content: left;
    }

    .ispGenericForm form#regForm .container-button > .submitForm,
    .ispGenericForm form#regForm .container-button > .submitForm:hover,
    .ispGenericForm form#regForm .container-button > .resetForm,
    .ispGenericForm form#regForm .container-button > .resetForm:hover {
        width: 100%;
    }

    .ispGenericForm .fullWidthMobile {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .ispGenericForm .halfWidthMobile,
    .ispGenericForm .quarterWidthDesktop {
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }

    .ispGenericForm .quarterWidthMobile {
        flex: 1 1 calc(25% - 12px);
        max-width: calc(25% - 12px);
    }

    .ispGenericForm .datepicker-view {
        max-width: 100%;
    }
}

.ispGenericForm .invalidInput input[type="text"],
.ispGenericForm .invalidInput input[type="password"],
.ispGenericForm .invalidInput select,
.ispGenericForm .invalidInput textarea {
    border: 2px solid var(--red);
}

/* outcome content */
.ispGenericForm .form_outcome__wrapper {
    padding: 89px 28px 153px;
    line-height: 1.36;
    text-align: center;
}

.ispGenericForm .form_outcome__wrapper img.outcome_img {
    width: 120px;
    margin: 0 auto 16px;
}

.ispGenericForm .form_outcome__title,
.ispGenericForm .form_outcome__title h2,
.ispGenericForm .form_outcome__title h3,
.ispGenericForm .form_outcome__title h4,
.ispGenericForm .form_outcome__title p {
    width: 90%;
    max-width: 888px;
    margin: 16px auto 4px;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.36;
}

.ispGenericForm .form_outcome__description {
    width: 90%;
    max-width: 888px;
    margin: 4px auto 20px;
    font-size: 1.125rem;
}

.ispGenericForm .form_outcome__description p {
    font-size: 1.125rem;
}

.ispGenericForm .form_outcome a {
    display: inline-block;
    text-decoration: none;
}

.ispGenericForm .form_outcome__cta {
    margin: 20px auto 153px;
    width: fit-content;
    padding: 14px 45px;
    border: 1px solid var(--form-primary);
    color: var(--form-primary);
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
}

.ispGenericForm .form_outcome__disclaimer {
    font-size: 0.75rem;
    line-height: 1.36;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    color: var(--form-text);
}

.ispGenericForm .datepicker .days .dow, .datepicker-cell {
    flex-basis: 48px !important;
}

.ispGenericForm .datepicker-view.months,
.ispGenericForm .datepicker-view.decades,
.ispGenericForm .datepicker-view.years {
    flex-direction: row;
    margin-top: 16px;
    column-gap: 50px !important;
    row-gap: 12px !important;
}

.ispGenericForm .datepicker-cell.focused:not(.selected) {
    border-radius: 50%;
    background-color: var(--background-grey);
}

.ispGenericForm .datepicker-cell:not(.disabled, .selected):hover {
    border-radius: 50%;
    background-color: var(--background-grey);
}

.ispGenericForm .custom-multiselect label.input-label {
    display: none;
    animation: scrollLabel 0.3s ease forwards;
}

.ispGenericForm .custom-multiselect.activeComponent label.input-label,
.ispGenericForm .custom-multiselect.option-selected label.input-label {
    display: block;
    animation: scrollLabel 0.3s ease forwards;
    position: absolute;
    top: -7px;
    left: 8px;
    background-color: var(--white);
    font-size: 0.875rem;
    padding: 0 5px;
    opacity: 1;
    color: var(--form-text);
}

.ispGenericForm .date.dateSelected label {
    display: block;
    top: -2px;
    left: 8px;
    background-color: var(--white);
    font-size: 0.875rem;
    padding: 0 5px;
    opacity: 1;
    animation: scrollLabel 0.3s ease forwards;
    pointer-events: auto;
}

.ispGenericForm .customMargin {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ispGenericForm:not(.noHero) .customMargin {
    margin-bottom: -184px !important;
}

.ispGenericForm .formOnlyDesktop {
    display: block;
}

.ispGenericForm .formOnlyMobile {
    display: none;
}

@media screen and (max-width:576px) {
    .ispGenericForm .formOnlyDesktop {
        display: none;
    }

    .ispGenericForm .formOnlyMobile {
        display: block;
    }
}
.ispGenericForm .inputtext:not(.aem-AuthorLayer-Edit .ispGenericForm .inputtext, .aem-AuthorLayer-Preview .ispGenericForm .inputtext),
.ispGenericForm .textarea:not(.aem-AuthorLayer-Edit .ispGenericForm .textarea, .aem-AuthorLayer-Preview .ispGenericForm .textarea),
.ispGenericForm .datepicker-form:not(.aem-AuthorLayer-Edit .ispGenericForm .datepicker-form, .aem-AuthorLayer-Preview .ispGenericForm .datepicker-form),
.ispGenericForm .checkbox:not(.aem-AuthorLayer-Edit .ispGenericForm .checkbox, .aem-AuthorLayer-Preview .ispGenericForm .checkbox),
.ispGenericForm .checkbox-policy:not(.aem-AuthorLayer-Edit .ispGenericForm .checkbox-policy, .aem-AuthorLayer-Preview .ispGenericForm .inputcheckbox-policytext),
.ispGenericForm .dropdown:not(.aem-AuthorLayer-Edit .ispGenericForm .dropdown, .aem-AuthorLayer-Preview .ispGenericForm .dropdown),
.ispGenericForm .radiobutton:not(.aem-AuthorLayer-Edit .ispGenericForm .radiobutton, .aem-AuthorLayer-Preview .ispGenericForm .radiobutton),
.ispGenericForm .radiobutton-policy:not(.aem-AuthorLayer-Edit .ispGenericForm .radiobutton-policy, .aem-AuthorLayer-Preview .ispGenericForm .radiobutton-policy),
.ispGenericForm .separator:not(.aem-AuthorLayer-Edit .ispGenericForm .separator, .aem-AuthorLayer-Preview .ispGenericForm .separator),
.ispGenericForm .form-text:not(.aem-AuthorLayer-Edit .ispGenericForm .form-text, .aem-AuthorLayer-Preview .ispGenericForm .form-text)
{
    display: contents;
}

.aem-AuthorLayer-Edit .ispGenericForm .fullWidthDesktop,
.aem-AuthorLayer-Preview .ispGenericForm .fullWidthDesktop,
.aem-AuthorLayer-Edit .ispGenericForm .halfWidthDesktop,
.aem-AuthorLayer-Preview .ispGenericForm .halfWidthDesktop,
.aem-AuthorLayer-Edit .ispGenericForm .quarterWidthDesktop,
.aem-AuthorLayer-Preview .ispGenericForm .quarterWidthDesktop,
.aem-AuthorLayer-Edit .ispGenericForm .newpar {
    width: 100%;
    max-width: unset;
}

.aem-AuthorLayer-Edit .ispGenericForm .cq-Editable-dom:has( > .fullWidthDesktop),
.aem-AuthorLayer-Preview .ispGenericForm .cq-Editable-dom:has( > .fullWidthDesktop) {
    flex: 0 0 100%;
    max-width: 100%;
}

.aem-AuthorLayer-Edit .ispGenericForm .cq-Editable-dom:has( > .halfWidthDesktop),
.aem-AuthorLayer-Preview .ispGenericForm .cq-Editable-dom:has( > .halfWidthDesktop) {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
}

.aem-AuthorLayer-Edit .ispGenericForm .cq-Editable-dom:has( > .quarterWidthDesktop),
.aem-AuthorLayer-Preview .ispGenericForm .cq-Editable-dom:has( > .quarterWidthDesktop) {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
}

.aem-AuthorLayer-Edit .ispGenericForm .regFormData,
.aem-AuthorLayer-Preview .ispGenericForm .regFormData {
    max-width: 100% !important;
}

.aem-AuthorLayer-Edit .ispGenericForm cq,
.aem-AuthorLayer-Preview .ispGenericForm cq {
    display: contents;
}

.size-10 {
    font-size: 0.625rem;
}

.size-11 {
    font-size: 0.688rem;
}

.size-12 {
    font-size: 0.75rem;
}

.size-13 {
    font-size: 0.813rem;
}

.size-14 {
    font-size: 0.875rem;
}

.size-15 {
    font-size: 0.938rem;
}

.size-16 {
    font-size: 1rem;
}

.size-17 {
    font-size: 1.063rem;
}

.size-18 {
    font-size: 1.125rem;
}

.size-19 {
    font-size: 1.188rem;
}

.size-20 {
    font-size: 1.25rem;
}

.size-21 {
    font-size: 1.313rem;
}

.size-22 {
    font-size: 1.375rem;
}

.size-23 {
    font-size: 1.438rem;
}

.size-24 {
    font-size: 1.5rem;
}

.size-25 {
    font-size: 1.563rem;
}

.size-26 {
    font-size: 1.625rem;
}

.size-27 {
    font-size: 1.688rem;
}

.size-28 {
    font-size: 1.75rem;
}

.size-29 {
    font-size: 1.813rem;
}

.size-30 {
    font-size: 1.875rem;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-decoration-underline {
    text-decoration: underline;
}

