/*.bootstrap-select-control.disabled .custom-select { background: #e9ecef; }*/
.bootstrap-select-control .custom-select
{
    min-height: calc(1.775rem + 2px);
    padding-right: 2rem;
    height: auto;
}

.bootstrap-select-control.d-inline-block .custom-select
{
    min-height: calc(1.25rem + 2px);
    padding-right: 2rem;
    height: auto;
}

    .bootstrap-select-control .custom-select:after
    {
        content: "arrow_drop_down";
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 110%;
        vertical-align: text-bottom;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        position: absolute;
        top: 4px;
        right: .4rem;
    }

.bootstrap-select-control .suboption
{
    padding-left: 3rem;
}

.bootstrap-select-control.disabled .custom-select:after
{
    display: none;
}

.bootstrap-select-control .custom-select .badge
{
    font-size: 100%;
}

    .bootstrap-select-control .custom-select .badge .close
    {
        font-size: 90%;
        margin-left: .2rem;
    }

.bootstrap-select-control .dropdown-menu div.items
{
    max-height: 20rem;
    overflow-y: auto;
}
