.nameColumn {
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: start;

  .text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.mentions {
  border: none;

  :global {
    textarea {
      height: 100%;
    }
  }
}

.mentions:focus-within {
  box-shadow: none;
  border-color: transparent !important;
}

.mentions:hover {
  border-color: transparent !important;
}

.reasonItem {
  :global {
    .ant-comment-inner {
      padding: 0;
    }
  }
}

.timelineEndItem {
  :global {
    .ant-timeline-item-tail {
      display: none;
    }
  }
}

.childTable {
  :global {
    .ant-table-thead {
      tr {
        th {
          background-color: #fff;
        }
      }
    }
  }
}

.parentTable {
  :global {
    tr.ant-table-expanded-row {
      td {
        padding-top: 0;
      }
    }
  }
}