#kt_table_users {
    overflow: auto;
    display: inline-block;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  #kt_table_users {
    scrollbar-width: auto;
    scrollbar-color: #d3d1d1 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  #kt_table_users::-webkit-scrollbar {
    width: 16px;
  }

  #kt_table_users::-webkit-scrollbar-track {
    background: #ffffff;
  }

  #kt_table_users::-webkit-scrollbar-thumb {
    background-color: #d3d1d1;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

  table.dataTable.no-footer {
    border-bottom:0px !important;
  }

  .team-leader-user-cls:hover {
    cursor: pointer;
}

.team-leader-user-cls {
  color: #7e8299;
}