/*FORMULARIO*/

.cf-row-2col {
    display: flex;
    column-gap: 25px;
}

.cf-selector .toggle-button__icon {
    display: none !important;
}
.cf-selector span.wpcf7-list-item {
    margin-left: 0 !important;
}

.cf-selector input[type=checkbox]+label {
    padding: 11px 19px 12px;
    border-radius: 50px;
    border: 1px solid #fff;
    text-align: center !important;
    margin-left: 0 !important;
	color: #fff;
}
.cf-selector .wpcf7-list-item label {
    display: inline-block;
    white-space: nowrap;
    margin: 3px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    /*transition: all .2s;*/
}
.cf-selector input[type=checkbox]:checked+label, 
.cf-selector input[type=checkbox]+label:hover {
    color: #fff;
    background-color: transparent;
	background-image: linear-gradient(130deg, var( --e-global-color-cf21fc1 ) 0%, var( --e-global-color-f5affff ) 100%);
	border-width: 0px !important;
	padding: 12px 20px 13px;
}

.cf-selector .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

.wpcf7-acceptance .toggle-button__icon, 
.wpcf7-acceptance .toggle-button__icon:after, 
.wpcf7-acceptance .toggle-button__icon:before {
    min-width: 15px !important;
    max-height: 15px !important;
    line-height: 15px !important;
}
.wpcf7-acceptance label {
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 17px !important;
    border-bottom: none !important;
    display: flex !important;
    padding-right: 50px;
}
.wpcf7-acceptance {
    border-bottom: none !important;
}