.Multiselect {
    &-select {
        height: 200px !important; /* stylelint-disable-line declaration-no-important */
        margin-top: 5px;
        padding: 5px;
        width: 100%;
    }

    &-selected {
        background: #ccc;
    }

    &-select-all {
        margin-top: 5px;
        padding: 5px 0;
        text-align: left;
    }
}

.Multiselect-margin-top {
    .Multiselect-select {
        margin-top: 25px;
    }
}
