.project-leads-table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  font-size: 13px;
}

.project-leads-table-footer .pagination-controls {
  gap: 6px;
}

.project-leads-table-footer select,
.project-leads-table-footer .ghost-btn {
  min-height: 34px;
}

.members-table-footer {
  margin-top: 12px;
  color: #61738d;
  font-size: 13px;
}
