.conditional-search__select-list.-three-items.container.filter-container{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    align-items: flex-end;
}
.form.form-container{
    display: inline-block !important;
    width: auto !important;
    margin-right: 15px !important;
    vertical-align: top;
    min-width: 220px;
    max-width: 320px;
}


.select2-search input{
    color: #9f9f9f !important;
}
.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: var(--clr-prime);
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
    
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}
.select-icon .placeholder {
/* 	display: none; */
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
    display: none;
}


/* new-css */
.field-wrap-b span.select2-selection.select2-selection--multiple{
    padding: 0 5px;
}

.form.form-container.field-wrap-b {
    max-width: 100%;
    margin: 0 !important;
}

.field-wrap-b .select2-container {
    min-width: 100%;
}


.field-wrap-b span.select2-selection.select2-selection--multiple{
    max-height: 100px !important;
    overflow-y: auto;
    /* max-width: 340px !important; */
    border: 1px solid #bfbbbb !important;
    margin-bottom: 0 !important;
}





/* end-new */


/* Laptop */
@media (max-width: 1024px) {
    .conditional-search__select-list.-three-items.container.filter-container {
        justify-content: center !important;
        flex-wrap: wrap !important;
        align-items: start !important;
    }
    .select2-container {
        min-width: 300px;
    }

    span.select2-selection.select2-selection--multiple{
        max-width: 300px !important;
    }

}
    /* Tablet */
@media (max-width: 992px) {
    .conditional-search__select-list.-three-items.container.filter-container {
        justify-content: center !important;
        flex-wrap: wrap !important;
        align-items: start !important;
    }
    .select2-container {
        min-width: 700px !important;
    }

    span.select2-selection.select2-selection--multiple{
        max-width: 700px !important;
    }

    .form.form-container.field-wrap-b {
        max-width : 100% !important;
        margin-right: 0px !important;
    }

    .form.form-container.field-wrap-b span.select2-selection.select2-selection--multiple {
        max-width: 100% !important;
    }

    .form.form-container.field-wrap-b .select2-container {
        min-width: 100% !important;
    }

    

}

/* Mobile */
@media (max-width: 576px) {
    .conditional-search__select-list.-three-items.container.filter-container {
        justify-content: center !important;
        flex-wrap: wrap !important;
        align-items: center !important;
    }
    .form.form-container{
        margin-right: 30px !important;
    }

    .select2-container {
        min-width: 352px !important;
    }

    span.select2-selection.select2-selection--multiple{
        max-width: 352px !important;
    }
}