
/* adjust multiselect dropdown position */
.bottom-selector > .multiselect-dropdown {
    bottom: 38px;
    transform: translateY(0);
}

/* align total column header to the right on category distribution grid */
.category-distribution-grid .ag-header-cell[col-id="total"] .ag-header-cell-label {
    justify-content: flex-end;
    overflow: visible;
}

.category-distribution-grid .ag-header-cell[col-id="total"] .ag-header-cell-text {
    overflow: visible;
}

.category-distribution-grid .ag-header-cell[col-id="total"] {
    padding: 0;
}

/* set minimum height for category distribution grid */
.category-distribution-grid .ag-center-cols-viewport {
    min-height: 70px !important;
}

/* filter selector adjustments */
.filter-select-reduced-gap .ww-input-select__selected  {
    gap: 0px !important;
}

.filter-select-flip-content .ww-input-select__selected {
    flex-direction: row-reverse !important;
}

.filter-select-hide-icon .ww-input-select__selected ~ div {
    display: none !important;
}

