.ember-movenium-groupbyfilter-modal {
    & .ember-modal-dialog {
        min-width: 500px;
    }
}
.ember-movenium-groupbyfilter-checkmark {
    display: inline-block;
    min-width: 10px;
    padding: 7px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: $white;
    fill: $white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: $dark-grey;
    border-radius: 10px;

    &.selected {
        background-color: $add-button-color;
    }
}

.ember-movenium-groupbyfilter-flex-container {
    display: flex;

    .ember-movenium-groupbyfilter-flex-column {
        width: 100%;
        text-align: center;
    }

    .ember-movenium-groupbyfilter-list {
        overflow-y: auto;
        max-height: 50vh;
        margin: 10px;

        .list-item {
            display: flex;
            border: 1px solid $border-light;
            padding: 5px;
            width: 100%;
            justify-content: center;

            span, p {
                margin: auto;
                margin-right: 0;
            }
        }
    }
}

.ember-movenium-groupbyfilter-report {

    .flex-input {
        border: 1px solid #ccc;
        border-radius: 4px;
        height: auto;
        padding: 2px;

        > span {
            display: inline-flex;
            padding: 0.4em 0.4em 0.4em;
            align-items: center;
            margin: 1px;
            font-size: 85%;
            font-weight: bold;

            &.selected {
                background-color: $label-info-bg;
                color: $white;
                fill: $white;

                .cancel-icon {
                    display: flex;
                }
            }

            &.groupbyfilter-text {
                background-color: $label-default-bg;
                color: $grey;
            }
        }
    }
}

.ember-movenium-groupbyfilter-save {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;

    & button {
        width: 50% !important;
    }
}
