my-report-query-config #queryConfig {
    background: white;
    box-shadow: 1px 0 2px 1px #00000015;
    height: 100%;
    padding: 13px 8px 5px 8px;
    width: 220px;
}

my-report-query-config .queryConfigContainer {
    margin-bottom: 10px;
}

my-report-query-config #queryConfig > div {
    flex: 1;
    width: 100%;
}

my-report-query-config #allFilters,
my-report-query-config #allGroups {
    height: 255px;
    margin-right: 5px;
}

/* my-report-query-config #allGroups {
    height: 225px;
} */

my-report-query-config select {
    border: 1px solid #eee !important;
    border-right: 0;
}

my-report-query-config input {
    border: 1px solid #eee !important;
    font-size: 12px;
    min-width: 125px;
    width: calc(100% - 5px);
}
