.select2-container--default .select2-selection--single {
    height: 35px;
    color: #000;
    border: none;
    border-radius: 0px;
}
#filter-item-adavanced .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 33px;
    line-height: 33px;
}
.select2-container--default .select2-selection--single {
    height: 35px;
    color: #000;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}
.select2-selection__placeholder {
    color: #000!important;
    font-style: italic;
    font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    box-sizing: border-box;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 10px;
    box-sizing: border-box;
}
.select2-select-cont {
    display: block;
    float: left;
    width: 100%;
    margin-top: 35px;
    position: relative;
}
.form-select2-cont {
    overflow: hidden;
    height: 70px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    box-sizing: border-box;
}
.form-select2-multiple-cont {
    overflow: hidden;
    min-height: 70px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    box-sizing: border-box;
}
.form-select2-small-cont {
    overflow: hidden;
    height: 35px;
}
.select2-container--focus .select2-selection--single {
    border: 1px solid transparent !important;
}

.select2-noborder .select2-dropdown {
    border: 1px solid transparent;
}
.select2-noborder .select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    background-color: #fff;
}

.select2-search--dropdown {
    box-sizing: border-box;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    box-sizing: border-box;
}

ul.select2-selection__rendered {
    padding-top: 35px!important;
    /* display: block;
    width: 100%; */
    height: auto;
}

.select2-container .select2-selection--multiple .select2-search--inline {
    display: inline-block;
    width: calc(100% - 40px);
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin: 14px;
    height: 30px;
    box-sizing: border-box;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid transparent;
}

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

