/* multiselectの表示をBootstrapに寄せる調整 ここから */
.multiselect, .multiselect__input, .multiselect__single {
    font-size: 13px!important;
}

.multiselect__tags {
    min-height: 36px!important;
    padding: 6px 40px 0 6px!important;
    border: 1px solid #d2d2d2!important;
    border-radius: 4px!important;
}

.multiselect__option--highlight {
    background: #1967d2!important;
}

.multiselect__option--highlight::after {
    background: #1967d2!important;
}

.multiselect__content-wrapper {
    box-shadow: 0 0.5rem 0.5rem 0.5rem rgba(30, 30, 30, 0.09);
}
.multiselect__option--disabled {
    color: #222!important;
    font-weight: bold;
}
.multiselect__option--selected {
    background: #dfdfdf!important;
}
/* multiselectの表示をBootstrapに寄せる調整 ここまで */