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

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

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

.text-right {
    text-align: right;
}

.social-icons button:nth-child(3) {
    margin-top: 5px;
}

.table .social-media-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.table .social-media-container a {
  color: white;
  text-decoration: none;
}

.table .social-media-container button {
  flex-shrink: 0;
}

.users-classs {
  overflow-y: scroll;
  display: block;
}