.select2-results__option--selectable{
    font-family: opensans-semibold;
}
.select2 .selection .select2-selection {
    line-height: 33px;
    border:1px solid rgb(118,118,118);
}
.wpcf7-form .select2-container--classic .select2-selection--multiple .select2-selection__choice{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-around;    height: 39px;
    width: 70%;
    overflow: hidden;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    overflow: hidden;
}
.wpcf7-form .select2-container--classic .select2-selection--multiple .select2-selection__choice button{
    margin: 0;
    width: 30px;
    height: 30px;
}
.select2-selection.select2-selection--multiple{
    display: flex;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#6AE8CE ;
}

