/* Account management: keep name and ID visible while the table scrolls horizontally. */
.table-wrapper[data-v-ae0ec1c6] th:nth-child(2),
.table-wrapper[data-v-ae0ec1c6] td:nth-child(2) {
  width: 12rem;
  min-width: 12rem;
  max-width: 12rem;
}

.table-wrapper[data-v-ae0ec1c6] th:nth-child(3),
.table-wrapper[data-v-ae0ec1c6] td:nth-child(3) {
  position: sticky;
  left: calc(52px + 12rem);
  z-index: 20;
  min-width: 5.5rem;
}

.table-wrapper[data-v-ae0ec1c6] thead th:nth-child(3) {
  z-index: 220;
  background-color: rgb(249 250 251);
}

.table-wrapper[data-v-ae0ec1c6] tbody td:nth-child(3) {
  background-color: white;
}

.table-wrapper[data-v-ae0ec1c6] tbody tr:hover td:nth-child(3) {
  background-color: rgb(249 250 251);
}

.dark .table-wrapper[data-v-ae0ec1c6] thead th:nth-child(3),
.dark .table-wrapper[data-v-ae0ec1c6] tbody tr:hover td:nth-child(3) {
  background-color: rgb(31 41 55);
}

.dark .table-wrapper[data-v-ae0ec1c6] tbody td:nth-child(3) {
  background-color: rgb(17 24 39);
}
