.bootstrap-select .selectpicker {
    display: none;
}

.selectpicker {
    min-height: 40px;
    height: 40px;
}

.bootstrap-select {
    position: relative;
}

.bootstrap-select>.dropdown-menu {

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    width: 100%;
    min-width: 220px;
    max-height: unset !important;

    .inner {
        max-height: 200px !important;
    }
}

.bootstrap-select>.dropdown-menu ul {
    list-style-type: none;
    padding: 0;

    .no-results {
        padding: 10px 20px;
    }
}



.bootstrap-select>.dropdown-menu ul li a {
    padding: 7px 15px;
    display: block;
    font-size: var(--fs-small);
    color: var(--body);
    cursor: pointer;
}

.bootstrap-select>.dropdown-menu ul li a:hover {
    background-color: #f1f1f1;
}

.bootstrap-select>.dropdown-menu ul li.selected a {
    background-color: #f1f1f1;
}

.bootstrap-select.show-tick>.dropdown-menu ul li.selected .check-mark:before {
    content: "\e803";
    font-family: "jws_icon";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: var(--third);
    font-size: 18px;
}

.bootstrap-select>.dropdown-menu ul li.selected .check-mark {
    opacity: 1;
    float: right;
}

.bootstrap-select>.dropdown-menu.show {
    display: block;
}

.bootstrap-select>button {
    background: transparent;
    border: 1px solid var(--border-cl);
    border-radius: 10px;
    text-align: left;
    font-size: var(--fs-smallc);
    padding: 8px 30px 8px 15px;
    height: 50px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.bootstrap-select .select-small+button {
    height: 40px;
}

.bootstrap-select .select-small2+button {
    height: 32px;
    padding: 0px 30px 0px 15px;
    border-radius: 5px;
}

.select-has-label {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;

    label {
        margin-bottom: 0;
    }
}

.filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.filter-option-inner-inner {
    margin-right: 25px;
}

.bootstrap-select>button:after {
    content: '\e80a';
    font-family: "jws_icon";
    margin-left: 20px;
    float: right;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
}

.bs-searchbox {
    padding: 10px 15px 5px;
}

.bs-searchbox input {
    width: 100%;
    border: 1px solid var(--border-cl);
    min-height: 30px;
}

.bs-actionsbox {
    padding: 10px 15px 5px;
}

.bs-actionsbox .btn-group>button {
    width: 50%;
    width: 50%;
    border: 1px solid var(--border-cl);
    background: transparent;
    font-size: 13px;
    padding: 3px 5px;
    white-space: nowrap;
}

.bs-actionsbox .btn-group>button:hover {
    background: #f1f1f1;
}

.bs-actionsbox .btn-group>button.bs-select-all {
    border-right: 0;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}



.selectpicker {
    display: none;
}