.updateJobList {
    overflow: auto;
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  }
  .updateJobList__table {
    width: 100%;
    position: relative;
  }
  .updateJobList__table tbody tr:nth-child(odd) {
    background-color: #F8F8F8;
  }
  .updateJobList__table tbody tr:hover {
    background-color: #47729F;
  }
  .updateJobList__table tbody tr:hover td {
    color: #fff;
  }
  .updateJobList__table tbody tr:hover td button iconify-icon {
    color: #fff;
  }
  .updateJobList__table td {
    word-break: keep-all;
    white-space: nowrap;
    padding: 15px;
    color: #404D61;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #404D61;
  }
  @media (max-width:550px){
    .updateJobList__table td{
      font-size: 14px;
    }
  }
  .updateJobList__table td:last-child, .updateJobList__table td:first-child {
    width: 100px;
    text-align: center;
  }
  .updateJobList__table td:last-child > *, .updateJobList__table td:first-child > * {
    margin: 0 auto;
  }
  .updateJobList__table td button {
    background-color: transparent;
  }
  .updateJobList__table td button iconify-icon {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #404D61;
    background-color: transparent;
  }
  .updateJobList__table thead tr td {
    font-weight: 500;
  }
  


  