.ant-table-wrapper.cr-table {
  table {
    border-collapse: collapse;
  }
  thead {
    tr {
      th {
        text-transform: "capitalize";
        padding-left: 15px;
        background: white;
        border: 0;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
      }
    }
  }
  tr {
    border-bottom: 1px solid #e6e2db;

    :hover {
      background: "hsla(210, 12%, 74%, 0.1)";
    }
    &:last-child {
      border: none;
    }
    td {
      padding-top: 9px;
      padding-bottom: 9px;
      padding-right: 0px;
      padding-left: 15px;
      border: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 17.57px;
      color: #3f3d56;

      &:first-child {
        border-radius: 20px 0 0 20px;
      }

      &:last-child {
        padding-right: 7px;
        border-radius: 0 20px 20px 0;
      }
    }
  }
}
