.cp-analytics__table--beautiful {
  width: 100%;

  .ant-table-cell-with-append {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    padding: 22px 20px 20px 20px !important;
  }

  .ant-table-row-level-2 {
    background: $grey-8;
  }

  .ant-table-row-indent {
    display: none;
  }

  .ant-table-thead {
    .ant-table-cell {
      padding: 7px !important;
    }

    tr:last-child {
      .ant-table-cell {
        background: $grey-4 !important;
      }
    }
  }


  .ant-table {
    z-index: 1;
  }
}

.cdp__table--radius {

  [ant-click-animating-without-extra-node]:after {
    animation: 0s !important;
  }
}

.ant-table-content {
  border-radius: 8px;
}


.table__dropdown-cell {
  z-index: 2000;
}

.table__dropdown-cell--button {
  .label-default {
    color: $grey-4
  }
}

.table__dropdown-cell--button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  & > .ant-col {
    @include text-ellipsis;
    width: 96%;
    text-align: left;
  }

  .label {
    color: $grey-2;
  }
}

.ant-table-tbody > tr.ant-table-row:hover > td {
  //background: $grey-8;
}

.table__check-box--cell {
  padding: 0 24px;
}