
.condition_a {
    color: #2b3d67;
    text-decoration: underline;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    width: 10px;
    margin-left: 10px;
}

.search_select {
    width: 80px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    background: #f9f9f9;
    outline: none;
    border-inline: 1px solid #D6D9DE;
    text-align: center;
    color: #111315;
    font-family: Montserratarm-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.search_select::-ms-expand {
    display: none;
}

.search_select option {
    background-color: #fff;
    color: #333;
}




.searchDiv .multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    text-align: left;
    color: #35495e;
    max-width: 140px !important;
}

.search_multi_select_custom .multiselect__content-wrapper {
    /*max-width: 95px;*/
    width: 200px;
    background-color: #fff;
    color: #141522;
    font-family: Montserratarm-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    margin-top: 4px;
    border-radius: 10px;
}

.search_multi_select_custom .multiselect__tags {
    border: none !important;;
    background: none !important;;
    box-shadow: none !important;

}

.search_multi_select_custom .multiselect__select {
    /*background: red;*/
}

/*.like {*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/

/*.likeSelected {*/
/*    width: 100%;*/
/*    height: 36px;*/
/*    border-right: 1px solid #D6D9DE;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding-inline: 8px;*/
/*    cursor: pointer;*/

/*}*/

/*.likeSelected {*/
/*    font-family: Montserratarm-Regular;*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 21px;*/
/*    text-transform: capitalize;*/
/*}*/
/*.likeSelected-span {*/
/*    color: #111315;*/
/*}*/

/*.likeList {*/
/*    width: 100%;*/
/*    min-height: 150px;*/
/*    position: absolute;*/
/*    top: 44px;*/
/*    left: 0;*/
/*    z-index: 100;*/
/*    background: #fff;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    box-shadow: 0px 4px 20px 0px rgba(112, 134, 170, 0.22);*/
/*    color: #141522;*/
/*    font-family: Montserratarm-Regular;*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 18px; !* 150% *!*/
/*}*/

/*.likeDetail {*/
/*    height: 34px;*/
/*    padding: 6px 12px;*/
/*    cursor: pointer;*/
/*}*/

/*.likeDetail:hover {*/
/*    background: #DFE1F3;*/
/*}*/

/*.likeDetail:active {*/
/*    background: #8C98BA;*/
/*    color: #fff;*/
/*}*/

/*.likeActive {*/
/*    height: 34px;*/
/*    padding: 6px 12px;*/
/*    cursor: pointer;*/
/*    color: #8C98BA;*/
/*}*/



.parent_search {
    display: flex;
    justify-content: center;
    column-gap: 6px;
    align-items: center;
}

.child_search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.child_search_div {
    display: flex;
    justify-content: center;
    width: 30%;
}

.child_search_div_b_col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.searchInp {
    /*height: 100%;*/
    background: url('/images/table/search_tab.png') no-repeat 96% center;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 50%);
    border-radius: 3px;
    font-size: 14px;
    max-width: 250px;
    float: right;
    background-size: 10%;
    margin-bottom: 5px;
    min-width: 80%;
    margin-right: 1%
}

.search_multi_select {
    min-width: 130%;
}

.btnAddFilter, .btnRemoveFilter {
    cursor: pointer;
    color: #2b3d67;
    margin-right: 5px;

}

.btnAddFilter:hover, .btnRemoveFilter:hover {
    color: #72808d;
}


@media screen and (max-width: 1820px) {
    .child_search_div {
        width: 100%;
    }
}
