/* Общая часть */

/* скрыть триггер */
.comboTreeArrowBtn {
    display: none !important;
}

/* отобржать выпадающее в режиме постоянной видимости */
.comboTreePermanentExpanded .comboTreeDropDownContainer {
    margin-top: 2px;
    position: relative;
    display: block !important;
    border: none;
    background: inherit;
}
.comboTreePermanentExpanded .comboTreeDropDownContainer > ul {
    height: 160px;
    overflow-y: scroll;
    border: 1px solid var(--ct-border-color);
    border-top: none;
    background: var(--ct-bg);
}

/* Форма на клиенте */

.inputs-wrap .comboTreeInputBox {
    margin-top: 5px;
}
.inputs-wrap .multiplesFilter {
    width: 100%
}
