.multiselect-native-select>.btn-group>.dropdown-toggle{
    width: 160px;
    height: 34px;
    padding: 6px 12px;
}
.dropdown-menu {
    font-size: unset;
}

.btn-group button {
    font-size: unset;
    color: rgb(250, 250, 250);
}

.multiselect-search {
    height: 46px;
}

.multiselect-clear-filter {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    height: 100%;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    box-shadow: none !important;
    cursor: auto !important;
}

.multiselect-clear-filter:active,.multiselect-clear-filter:hover{
    background-color: #eee;
    border: none;
    color: #555;
}
.input-group-btn{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left: 0 !important;
}

.multiselect-container>li>a>label.checkbox{
    font-size: 14px;
}