.multi-search-filter{
    border:1px solid #DDD;
    border-radius: 3px;
    /*padding:3px;*/
    min-height: 26px;
    background: rgb(255, 255, 255);
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /*padding-left: 35px;*/
    display: flex;
    align-items: center;
}

.theme-dark .multi-search-filter {
    background: var(--dark-theme-dark);
}

.multi-search-filter > input {
    border: 0;
    outline: none;
    /*font-size: 20px;*/
}

.multi-search-item {
    margin: 2px;
    padding: 2px 8px 2px 8px;
    /*float: left;*/
    display: inline-flex;
    background-color: rgb(230, 230, 230);
    /*background-color: rgb(204, 204, 204);*/
    color: rgb(51, 51, 51);
    border-radius: 3px;
    position: relative;
    align-items: center;
    /*height: 40px;*/
    max-inline-size: 310px;
}

.multi-search-item > span {
    /*font-family: 'Muli';*/
    /*line-height: 18px;*/
    text-overflow: ellipsis;
    overflow: hidden;
}

.multi-search-item > .searchitem-text {
    /*font-family: 'Muli';*/
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
    max-inline-size: 300px;
    margin-left: 5px;
}

.multi-search-item > .fa {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    /*position: absolute;*/
    right: 8px;
    top: 2px;
}

.main #search{
    width: unset;
    max-width: 90%;
    min-width: 400px;
}

@media (max-width: 768px){
    .main #search{
        min-width: 300px;
    }
}

.multi-search-item span{
    padding-right: 2px;
}

.closeBubble{

    background: url(https://media.koelnmesse.io/styleguide/assets/icons/icon_exit_h18_grey.svg) 0px center no-repeat transparent;
    background-size: 12px 16px;
    height: 16px;
    width: 16px;
    padding-left: 10px;
}

.clearSearchField{

    background: url(https://media.koelnmesse.io/styleguide/assets/icons/icon_exit_h18.svg) 0px center no-repeat transparent;
    background-size: 12px 16px;
    height: 16px;
    width: 16px;
}

.clearDivLayer1{
    padding-right: 5px;
    display:inline;
    /*width: 0;*/
    /*height:0;*/
    float:right;
    /*position: absolute;*/
    /*right: 60px;*/

    margin-left: auto;
}

.multi-search-filter #removeSearchText span{
    padding-right: 10px;
}
.multi-search-filter #search{
    /*padding-right: 140px;*/
}

.multi-search-filter .searchIconContainerDiv{
    /*display:inline;width: 0;height:0;float:right;position: absolute;left: 20px;*/
    /*padding-left: 5px;*/
    display: flex;
}

.multi-search-filter #removeSearchText{

    /*top: 24px;*/
    align-items: center;
    display: flex;
    /*width:0;*/
    /*height:0;*/
    /*position:relative;*/
    /*left: -80px;*/
    /*top: 24px;*/
    /*display: none;*/
    cursor:pointer;
    margin-right: 5px;
}