@pisell-prefix: pisell-lowcode;

.@{pisell-prefix} {
  &-table-action-column-header {
    //padding: 16px 16px 0;
    margin-bottom: 8px;
    &-title {
      color: var(--Gray-900, #101828);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      margin-right: 4px;
    }
  }
  &-table-action-column-content {
    max-height: 60vh;
    overflow: auto;
  }
  &-table-action-column-popover-content-wrap {
    width: 200px;
  }
  &-table-action-column-drag-item {
    display: flex;
    min-height: 36px;
    border-radius: 4px;
    align-items: center;
    &:hover {
      background-color: #EDEEEE;
    }
  }
  &-table-action-column-drag-bar {
    cursor: grab;
    font-size: 18px;
    color: rgb(100, 106, 115);
  }
  &-table-action-column-drag-item-right {
    margin-left: 8px;
    padding-right: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  &-table-action-column-drag-item-right-text {
  }
  &-table-action-column-drag-item-right-text-hidden {
    color: rgb(187, 191, 196);
  }
  &-table-action-column-drag-item-right-icon-wrap {
    padding: 4px;
    border-radius: 6px;
    cursor: pointer;
    //color: rgb(43, 47, 54);
    &:hover {
      background-color: rgba(31, 35, 41, 0.2);
    }
  }
}
