.MyTaskTable {
  // margin: 0 7px 0 10px;
  height: 100%;

  .ant-table-header {
    background: #F0F5FA;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .ant-table-tbody {
    margin: 0 10px;

    .task-title {
      max-width: 120px;
      cursor: pointer;

      &:hover {
        color: #2196F3;
      }
    }

    .task-number {
      max-width: 70px;
      cursor: pointer;

      &:hover {
        color: #2196F3;
      }
    }
  }

  .ant-table-thead>tr>th {
    color: #3C4D73;
    background: #F0F5FA;
  }

  .ant-table-thead>tr>th,
  .ant-table-tbody>tr>td {
    padding: 9px 16px;

  }

  .ant-table-tbody>tr>td {
    color: #04173F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 16px;
    word-break: break-all;
  }

  .task-status {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    line-height: 18px;
    padding: 0 8px;
    max-width: 120px;
    margin-left: -5px;
  }

  .ant-table-body::-webkit-scrollbar {
    width: 6px;
  }

  .ant-table-body::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }

  .event-information-priorityMeaning {
    display: inline-block;
    background-clip: padding-box;
    height: 12px;
    width: 12px;
    border-width: 3px;
    border-style: solid;
    border-radius: 12px;
    margin-right: 5px;
  }

  .item-title {
    padding-bottom: 14px;
  }
}

.workbranch-task-tab-button {
  font-size: 16px;
  color: #2196F3;
  position: relative;
  top: 5px;
  right: 10px;
}

.invite-modal {
  .icon {
    margin-right: 12px;
  }

  .ant-modal-footer {
    .ant-btn-flat {
      color: #818999;
      margin-right: 10px;
      border: 1px solid #818999;
      border-radius: 4px;
    }

    .ant-btn-primary {
      background: #2196F3;
      border-radius: 4px;
      color: #fff;
      border: none;
    }
  }

  .ant-modal-content {
    padding: 0;
    border-radius: 4px;
    color: #04173F;
    height: auto;

    .ant-modal-header {
      padding: 30px 0 0 28px;

      .ant-modal-title {
        font-size: 18px;
        color: #04173F;
        font-weight: 400;
        line-height: 18px;
      }
    }

    .ant-modal-close-x {
      line-height: 40px;
    }

    p {
      font-size: 14px;
      color: #3C4D73;
      line-height: 20px;
      margin-bottom: 5px;
    }
  }
}

#task {
  .task-tab-wrap .ant-tabs-content {
    height: calc(100% - 47px);

    .ant-table-content,
    .ant-table-scroll,
    .ant-table,
    .ant-spin-nested-loading {
      height: 100%;

    }
  }

  .ant-tabs-tabpane {
    height: 100%;
    //overflow-y: hidden;
    padding-top: 15px;
  }
}
