/* Modernized Commish "Potential Duplicate Users" report page. Scoped under .modernDuplicateUsersReportPage so
   it never affects other pages that reuse the same .table-bordered/.adminLabel/.alert-success classes, or the
   global .ptfgButtonBlue utility class. Table structure is left untouched -- only colors/spacing/borders change.
   Groups of same-last-name users are separated by a spacer row (was solid grey, now a thin rule). */

.modernDuplicateUsersReportPage #pageTitle {
  margin-bottom: 16px;
}

.modernDuplicateUsersReportPage .alert-success {
  background: #eaf2fc;
  border: none;
  border-left: 4px solid #1c5bc4;
  border-radius: 6px;
  color: #1c3f66;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.modernDuplicateUsersReportPage .duplicateUsersIssueList {
  margin-bottom: 14px;
}

.modernDuplicateUsersReportPage .duplicateUsersCount {
  display: inline-block;
  background: #f4f6fb;
  border: 1px solid #e2e6f2;
  border-radius: 6px;
  color: #0b1a67;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 12px;
  margin-bottom: 14px;
}

.modernDuplicateUsersReportPage .duplicateUsersTableWrap {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e2e6f2;
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.modernDuplicateUsersReportPage table.table-bordered {
  width: auto;
  max-width: 800px;
  border-collapse: collapse;
  margin-bottom: 0;
  font-size: 13px;
}

.modernDuplicateUsersReportPage table.table-bordered thead {
  background-color: #0b1a67;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.modernDuplicateUsersReportPage table.table-bordered thead th {
  border: 1px solid #24358c;
  padding: 5px 6px;
  text-align: left;
}

.modernDuplicateUsersReportPage table.table-bordered thead th.centerText {
  text-align: center;
}

.modernDuplicateUsersReportPage table.table-bordered thead th:first-child {
  width: 1%;
}

.modernDuplicateUsersReportPage table.table-bordered tbody td {
  border: 1px solid #e2e6f2;
  padding: 6px 6px;
  line-height: 1.5;
  vertical-align: top;
}

.modernDuplicateUsersReportPage table.table-bordered tbody td:first-child {
  width: 1%;
}

.modernDuplicateUsersReportPage table.table-bordered td:nth-child(2),
.modernDuplicateUsersReportPage table.table-bordered th:nth-child(2) {
  width: 200px;
}

.modernDuplicateUsersReportPage table.table-bordered td:nth-child(3),
.modernDuplicateUsersReportPage table.table-bordered th:nth-child(3) {
  width: 230px;
}

.modernDuplicateUsersReportPage table.table-bordered td:nth-child(3) {
  white-space: nowrap;
}

.modernDuplicateUsersReportPage table.table-bordered td:nth-child(4),
.modernDuplicateUsersReportPage table.table-bordered th:nth-child(4) {
  width: 220px;
}

.modernDuplicateUsersReportPage table.table-bordered tbody tr:not(.duplicateUsersGroupSpacer):hover td {
  background-color: #f4f6fb;
}

.modernDuplicateUsersReportPage .duplicateUsersGroupSpacer td {
  background: #dde3f2;
  border: 1px solid #c7cfe6;
  padding: 0;
  height: 6px;
}
