/*
 * Copyright (c) 2010, 2026 BSI Business Systems Integration AG
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 */
.table-header-menu-date-group-type-action {
  display: inline;
}

.table-header-menu-filter-date-group-type {
  width: 22px;

  &::before {
    #scout.font-icon();
    content: @icon-calendar;
  }
}

.date-group-type-menu > .hint {
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  white-space: nowrap;
  font-size: @font-size-extra-small;
  padding-left: 20px;
  opacity: 0.5;
}
