.wpcf7-ocean_multiselect + .select2-container {
    width:100%!important;
}

.wpcf7-ocean_multiselect + .select2 .select2-selection {
    border-radius: 0;
    border: 1px solid var(--color-white);
    margin-bottom:0;
    height: auto;
    padding: .5em;
    box-shadow: none;
    font-size: 1em;
    line-height: 1em;
    background-color: var(--color-white);
    color: var(--color-black);
    max-width: 100%;
    width:100%;
    display:flex;
    cursor:pointer;
    
    padding-right: 45px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 15px;
    background-image: url(/wp-content/themes/ocean/assets/icons/icon-angle-down.svg);
}

.select2-selection__rendered {
    display: flex!important;
    flex-flow: row wrap!important;
    align-items: center!important;
}
.select2-selection__rendered input {
    cursor:pointer!important;
    margin: 0!important;
    padding: 3px 0!important;
    display: flex!important;
    align-items: center!important;
}

.select2-selection__clear {
    pointer-events:none;
    display:none!important;
}

.select2-selection__choice {
    font-size: 14px!important;
    padding: 2px 8px!important;
    margin:2px!important;
}
/*
select.cf7_select_selettore_servizi {opacity:0 !important;}
.select2-container .select2-selection--multiple:target {box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(66, 157, 70, .6);border-color: var(--color-primary);}
.wpcf7-ocean_multiselect + .select2 .select2-selection {display:flex;align-items:center;}
.select2-container ul.select2-selection__rendered {margin:0!important;}
.select2-container ul.select2-selection__rendered li {margin:0 4px 0 0!important;}
.select2-container ul.select2-selection__rendered li > span {font-size:14px!important;}
*/