﻿#filterConditionValue {
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

#btnGetFilter {
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

/*Added by Maulana on 20230125*/
#multiFilter > div > div:nth-child(5) > span > span.selection > span > button {
    display: none !important;
}

#multiFilter > div > div:nth-child(5) > span > span.selection > span {
    overflow-x: auto !important;
    /*Added by Maulana on 20230126*/
    --kt-scrollbar-height: 1em !important;
}
