.interviewStatistics{
  .projectTable{
    cursor: pointer;
  }

  .projectTable:hover{
    background: #71a7e885 !important;
  }

  .ant-upload-list{
    display: inline-block !important;
  }
}