body {
    overflow-x: hidden;
}
.inspectors_search_control .searchcontrol_inner,
.inspectors_search_control {
    max-width: 100% !important;
}
.custom_input .select2-selection.select2-selection--multiple {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #c9c9c9;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
}

.custom_input .select2-selection.select2-selection--multiple .select2-search__field {
    margin-top: 0;
}

.custom_input .select2-container--default.select2-container--focus .select2-selection.select2-selection--multiple {
    border-color: #f58020;
}

body .select2-container{
    width: 100% !important;
}

body .select2-dropdown {
    border-color: #f58020 !important;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #8888884f;
    border-radius: 10px;
}

body .select2-results__option[aria-selected] {
    font-size: 15px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 15px;
    background: #EDEDED;
    border-color: #EDEDED;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 4px 10px;
    margin: 0px 10px 10px 0px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 1;
    font-size: 18px;
    margin-top: -1px;
}
.searchproperties_section .searchproperties_control .searchcontrol_inner.search_icon_set svg{
    top: 12px;
}
.select2-container{
    position: inherit;
}
@media (max-width:575px){
    .searchproperties_section .searchproperties_control .searchcontrol_inner.search_icon_set svg{
        top: 5px;
    }
}