/* [project]/node_modules/@timeedit/ui-components/lib/src/components/EditableTable/components/ColumnsSorter/ColumnSorter.css [app-client] (css) */
@layer teui-components {
  .column-sorter__list {
    border-bottom: 1px solid #00000026;
  }

  .column-sorter__item {
    user-select: none;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .column-sorter__item--dragging {
    z-index: 1000;
    background-color: #f6f6f6;
  }

  .column-sorter__list--idle .column-sorter__item:hover {
    background-color: #00000009;
  }

  .column-sorter__checkbox {
    border-top: 1px solid #00000026;
    padding: 4px 8px;
  }

  .column-sorter__drag-container {
    cursor: move;
    border-top: 1px solid #00000026;
    flex-grow: 1;
    align-items: center;
    display: flex;
  }

  .column-sorter__item-label {
    flex-grow: 1;
    margin-right: 8px;
  }

  .column-sorter__item-handle {
    margin-right: 4px;
  }

  .fixed-columns-indicator {
    background-color: #f5f5f5;
    border-top: 1px solid #00000026;
  }
}

/* [project]/node_modules/@timeedit/ui-components/lib/src/components/EditableTable/TreeTable/TreeTable.css [app-client] (css) */
@layer teui-components {
  .treetable-outer-table-row {
    background-color: #00000009;
  }
}
