.MultiselectIncludeExclude {
    &-radios {
        height: 25px;
        text-align: center;

    }

    &-radio-label {
        margin: 0 10px 0 1px;
        position: relative;
        top: -2px;
    }

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

    &-selected {
        background: #ccc;
    }

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

    &-checkbox {
        height: 15px;
        position: relative;
        top: 3px;
        width: 15px;
    }
}
