/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.rollup-rows {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
.rollup-rows .section-title {
  margin: 0 0.5rem;
  padding-bottom: 0;
}
.rollup-rows .top-menu,
.rollup-rows .bottom-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.25rem;
  z-index: 2;
}
.rollup-rows .top-menu .btn-link-icon,
.rollup-rows .bottom-menu .btn-link-icon {
  min-width: 1rem;
  padding: 0 0.5rem;
  margin-right: 0.25rem;
}
.rollup-rows .top-menu .btn-link-icon:first-of-type,
.rollup-rows .bottom-menu .btn-link-icon:first-of-type {
  margin-left: 0.25rem;
}
.rollup-rows .top-menu .btn-link-icon.active,
.rollup-rows .bottom-menu .btn-link-icon.active {
  color: var(--dh-color-fg, #f0f0ee);
}
.rollup-rows .top-menu .label,
.rollup-rows .bottom-menu .label {
  font-weight: 500;
}
.rollup-rows .bottom-menu {
  margin-left: 0;
  padding-left: 0.5rem;
  border-top: 1px solid var(--dh-color-hr);
  padding-top: 0.5rem;
}
.rollup-rows .bottom-menu .custom-checkbox {
  font-size: smaller;
  margin-left: 0.25rem;
}
.rollup-rows .bottom-menu .custom-checkbox .custom-control-label {
  padding-top: 2px;
}
.rollup-rows .item-list-scroll-pane {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.rollup-rows .rollup-rows-group-by {
  display: flex;
  flex-direction: column;
  background-color: var(--dh-color-gray-300);
}
.rollup-rows .rollup-rows-group-by .draggable-item-list {
  flex-grow: 1;
  min-height: calc(var(--group-list-height) + var(--placeholder-height, 0px));
}
.rollup-rows .rollup-rows-group-by .btn-delete-grouping {
  height: 26px;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}
.rollup-rows .rollup-rows-group-by .placeholder {
  margin: 0.5rem;
  padding: 1rem;
  text-align: center;
  border: dashed 1px;
  text-wrap: pretty;
}
.rollup-rows .rollup-rows-available-columns {
  display: flex;
  flex-direction: column;
  background-color: var(--dh-color-surface);
  flex-grow: 1;
}
.rollup-rows .rollup-rows-available-columns .draggable-item-list {
  flex-grow: 1;
}
.rollup-rows.is-dragging .rollup-rows-group-by .placeholder {
  border: dashed 1px transparent;
  background-image: linear-gradient(to right, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to right, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to bottom, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to bottom, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%);
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: 0 top, 0 bottom, left 0, right 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  animation: march 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.rollup-rows.is-dragging .rollup-rows-group-by .placeholder.is-dragging-over {
  background-color: var(--dh-color-item-list-selected-hover-bg);
}
.rollup-rows.is-dragging .rollup-rows-group-by .item-list-scroll-pane {
  background-image: linear-gradient(to right, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to right, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to bottom, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to bottom, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%);
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: 0 top, 0 bottom, left 0, right 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  animation: march 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.rollup-rows.is-dragging .rollup-rows-group-by .draggable-item-list.is-dragging-over .item-list-scroll-pane {
  background-color: var(--dh-color-item-list-selected-hover-bg);
}
.rollup-rows.is-dragging .rollup-rows-group-by .draggable-item-list.is-dragging-over:not(.is-dragging-from-this) {
  --placeholder-height: var(--row-height);
}
.rollup-rows.is-dragging .rollup-rows-available-columns .draggable-item-list:not(.is-dragging-from-this) .item-list-scroll-pane {
  background-image: linear-gradient(to right, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to right, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to bottom, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%), linear-gradient(to bottom, var(--dh-color-bg, #1a171a) 50%, var(--dh-color-fg, #f0f0ee) 50%);
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: 0 top, 0 bottom, left 0, right 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  animation: march 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.rollup-rows.is-dragging .rollup-rows-available-columns .draggable-item-list:not(.is-dragging-from-this).is-dragging-over .item-list-scroll-pane {
  background-color: var(--dh-color-item-list-selected-hover-bg);
}

/*# sourceMappingURL=RollupRows.css.map */
