.input-group .bootstrap-select.form-control .dropdown-toggle{
    background: white;
    border: none;
    border-bottom: 2px solid var(--input-border-color);
    margin-top: 10px;
}
.input-group .bootstrap-select.form-control .dropdown-toggle:focus{
   outline: none!important;
   border-bottom: 2px solid gray;
}

.filter-option-inner-inner {
    font-weight: lighter;
    padding: 0;
}

button.btn.dropdown-toggle.btn-light {
    padding: 12px 0px!important;
}
