/* =========================================================
   MOOV — USUÁRIOS FINAL MANAGER
   Visual BI / seguro / sem loops
   ========================================================= */

#sec-usuarios.moov-users-final,
#sec-usuarios.moov-users-final * {
  box-sizing: border-box !important;
}

#sec-usuarios.moov-users-final {
  padding: 28px !important;
  min-height: calc(100vh - 32px) !important;
  background:
    radial-gradient(circle at 92% 6%, rgba(72, 201, 118, .14), transparent 30%),
    radial-gradient(circle at 8% 0%, rgba(118, 72, 201, .11), transparent 28%),
    linear-gradient(180deg, #f6f4fa 0%, #efedf5 100%) !important;
  color: #16264a !important;
}

.mu-users-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 16%, rgba(118, 221, 165, .28), transparent 34%),
    linear-gradient(135deg, #4e256c 0%, #7648c9 58%, #6b78c8 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(78, 37, 108, .22);
  margin-bottom: 22px;
}

.mu-users-eyebrow {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mu-users-hero h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 950;
}

.mu-users-hero p {
  margin: 0;
  max-width: 820px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.5;
}

.mu-users-actions,
.mu-users-tools,
.mu-users-row-actions,
.mu-users-modal-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.mu-users-btn {
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  padding: 0 17px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.mu-users-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(78, 37, 108, .18);
}

.mu-users-btn.primary {
  background: linear-gradient(135deg, #48c976 0%, #2dbc6a 100%);
  color: #fff;
}

.mu-users-btn.secondary {
  background: linear-gradient(135deg, #7b20d4 0%, #6200b3 100%);
  color: #fff;
}

.mu-users-btn.light {
  background: #f0ebfa;
  color: #4e256c;
}

.mu-users-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.mu-users-kpis article {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  padding: 21px 22px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(118, 72, 201, .10);
  box-shadow: 0 14px 32px rgba(78, 37, 108, .08);
}

.mu-users-kpis article::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(118,72,201,.09), rgba(72,201,118,.12));
}

.mu-users-kpis span {
  display: block;
  margin-bottom: 10px;
  color: #5d6880;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mu-users-kpis strong {
  display: block;
  margin-bottom: 8px;
  color: #16264a;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.mu-users-kpis small {
  display: block;
  color: #5f6d82;
  font-size: 13px;
}

.mu-users-panel {
  margin-bottom: 22px;
  padding: 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(118, 72, 201, .10);
  box-shadow: 0 14px 32px rgba(78, 37, 108, .07);
}

.mu-users-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.mu-users-panel h3 {
  margin: 0 0 6px;
  color: #16264a;
  font-size: 20px;
  font-weight: 950;
}

.mu-users-panel p {
  margin: 0;
  color: #5f6d82;
  font-size: 14px;
  line-height: 1.45;
}

.mu-users-tools {
  justify-content: flex-end;
}

.mu-users-tools input,
.mu-users-tools select,
.mu-users-form input,
.mu-users-form select,
.mu-users-form textarea {
  min-height: 44px;
  border: 1px solid #ddd2ef;
  border-radius: 14px;
  background: #fff;
  color: #16264a;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}

.mu-users-tools input {
  min-width: 270px;
}

.mu-users-tools input:focus,
.mu-users-tools select:focus,
.mu-users-form input:focus,
.mu-users-form select:focus,
.mu-users-form textarea:focus {
  border-color: #7648c9;
  box-shadow: 0 0 0 4px rgba(118, 72, 201, .11);
}

.mu-users-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid #e6dcf4;
  background: #fff;
}

.mu-users-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.mu-users-table th {
  text-align: left;
  padding: 14px 13px;
  background: #efe8fa;
  color: #4e256c;
  border-bottom: 1px solid #e0d4f3;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mu-users-table td {
  padding: 14px 13px;
  border-bottom: 1px solid #f0edf5;
  color: #253654;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
  vertical-align: middle;
  background: #fff;
}

.mu-users-table tr:hover td {
  background: #fbf8ff;
}

.mu-users-table td strong {
  display: block;
  color: #17233d;
  font-weight: 900;
}

.mu-users-table td small {
  display: block;
  margin-top: 3px;
  color: #6d778a;
}

.mu-users-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  background: #efe8fa;
  color: #4e256c;
  border: 1px solid #e0d4f3;
}

.mu-users-badge.ok {
  background: #dff7ea;
  color: #14734a;
  border-color: #afe7ca;
}

.mu-users-badge.bad {
  background: #ffe9e9;
  color: #a33a3a;
  border-color: #ffcaca;
}

.mu-users-badge.google {
  background: #eef2ff;
  color: #354fa1;
  border-color: #d8defb;
}

.mu-users-row-actions button {
  min-height: 34px;
  border: 0;
  border-radius: 12px;
  padding: 0 11px;
  background: #f0ebfa;
  color: #4e256c;
  font-weight: 850;
  cursor: pointer;
}

.mu-users-empty {
  padding: 28px;
  text-align: center;
  color: #5f6d82;
  font-weight: 800;
}

.mu-users-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(22, 18, 36, .54);
}

.mu-users-modal.open {
  display: flex;
}

.mu-users-dialog {
  width: min(920px, 96vw);
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(0,0,0,.24);
  border: 1px solid #e6dcf4;
}

.mu-users-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 24px;
  background: linear-gradient(135deg, #4e256c 0%, #7648c9 100%);
  color: #fff;
}

.mu-users-modal-head h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 950;
}

.mu-users-modal-head p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 13px;
}

.mu-users-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.mu-users-form {
  padding: 22px 24px;
}

.mu-users-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
}

.mu-users-field.full {
  grid-column: 1 / -1;
}

.mu-users-field label {
  display: block;
  margin-bottom: 7px;
  color: #24395b;
  font-size: 13px;
  font-weight: 900;
}

.mu-users-field input,
.mu-users-field select,
.mu-users-field textarea {
  width: 100%;
}

.mu-users-field textarea {
  padding-top: 12px;
  resize: vertical;
}

.mu-users-info {
  margin-top: 15px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #f7f4fc;
  color: #5f6d82;
  font-size: 13px;
  line-height: 1.45;
}

.mu-users-modal-actions {
  justify-content: flex-end;
  padding-top: 17px;
}

.mu-users-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100000;
  max-width: 380px;
  padding: 13px 16px;
  border-radius: 15px;
  background: #16264a;
  color: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .mu-users-hero,
  .mu-users-panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .mu-users-tools {
    justify-content: flex-start;
    width: 100%;
  }

  .mu-users-tools input,
  .mu-users-tools select {
    width: 100%;
    min-width: 0;
  }

  .mu-users-kpis {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 680px) {
  #sec-usuarios.moov-users-final {
    padding: 14px !important;
  }

  .mu-users-hero {
    padding: 22px;
  }

  .mu-users-hero h2 {
    font-size: 24px;
  }

  .mu-users-kpis,
  .mu-users-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   AJUSTE FINAL — ALINHAMENTO DA TABELA USUÁRIOS
   ========================================================= */

#sec-usuarios.moov-users-final .mu-users-panel {
  max-width: 100% !important;
  overflow: hidden !important;
}

#sec-usuarios.moov-users-final .mu-users-table-wrap {
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

#sec-usuarios.moov-users-final .mu-users-table {
  width: 100% !important;
  min-width: 1320px !important;
  table-layout: fixed !important;
}

/* Largura proporcional das colunas */
#sec-usuarios.moov-users-final .mu-users-table th:nth-child(1),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(1) {
  width: 210px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(2),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(2) {
  width: 130px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(3),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(3) {
  width: 150px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(4),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(4) {
  width: 170px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(5),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(5) {
  width: 160px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(6),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(6) {
  width: 110px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(7),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(7) {
  width: 170px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(8),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(8) {
  width: 105px !important;
  text-align: center !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(9),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(9) {
  width: 130px !important;
}

/* Cabeçalho mais alinhado */
#sec-usuarios.moov-users-final .mu-users-table th {
  height: 48px !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

/* Células mais organizadas */
#sec-usuarios.moov-users-final .mu-users-table td {
  height: 76px !important;
  vertical-align: middle !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Nome e e-mail sem quebrar feio */
#sec-usuarios.moov-users-final .mu-users-table td:first-child strong {
  font-size: 16px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

#sec-usuarios.moov-users-final .mu-users-table td:first-child small {
  max-width: 185px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  word-break: break-word !important;
}

/* Badges centralizadas */
#sec-usuarios.moov-users-final .mu-users-badge {
  min-width: 72px !important;
  max-width: 145px !important;
  text-align: center !important;
}

/* Últimos acessos alinhados */
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(7) small {
  font-size: 12px !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
}

/* Ações mais bonitas e alinhadas */
#sec-usuarios.moov-users-final .mu-users-row-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
}

#sec-usuarios.moov-users-final .mu-users-row-actions button {
  width: 100% !important;
  min-height: 34px !important;
  padding: 0 10px !important;
  border-radius: 11px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

#sec-usuarios.moov-users-final .mu-users-row-actions button:first-child {
  background: linear-gradient(135deg, #7b20d4 0%, #6200b3 100%) !important;
  color: #ffffff !important;
}

#sec-usuarios.moov-users-final .mu-users-row-actions button:last-child {
  background: linear-gradient(135deg, #48c976 0%, #2dbc6a 100%) !important;
  color: #ffffff !important;
}

/* Zebra sutil para leitura */
#sec-usuarios.moov-users-final .mu-users-table tbody tr:nth-child(even) td {
  background: #faf9fd !important;
}

#sec-usuarios.moov-users-final .mu-users-table tbody tr:hover td {
  background: #f4effb !important;
}

/* Scroll mais discreto */
#sec-usuarios.moov-users-final .mu-users-table-wrap::-webkit-scrollbar {
  height: 9px !important;
}

#sec-usuarios.moov-users-final .mu-users-table-wrap::-webkit-scrollbar-track {
  background: #f3eef9 !important;
  border-radius: 999px !important;
}

#sec-usuarios.moov-users-final .mu-users-table-wrap::-webkit-scrollbar-thumb {
  background: #c9b4e8 !important;
  border-radius: 999px !important;
}

#sec-usuarios.moov-users-final .mu-users-table-wrap::-webkit-scrollbar-thumb:hover {
  background: #a576dd !important;
}


/* =========================================================
   AJUSTE DEFINITIVO — TABELA USUÁRIOS DENTRO DO BLOCO
   ========================================================= */

#sec-usuarios.moov-users-final {
  overflow-x: hidden !important;
}

#sec-usuarios.moov-users-final .mu-users-panel {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 22px !important;
}

/* Mantém a tabela dentro do card branco */
#sec-usuarios.moov-users-final .mu-users-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  border-radius: 20px !important;
}

/* Remove estouro lateral */
#sec-usuarios.moov-users-final .mu-users-table {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  table-layout: fixed !important;
}

/* Larguras proporcionais para caber no bloco */
#sec-usuarios.moov-users-final .mu-users-table th:nth-child(1),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(1) {
  width: 16% !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(2),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(2) {
  width: 9% !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(3),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(3) {
  width: 10% !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(4),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(4) {
  width: 10% !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(5),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(5) {
  width: 12% !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(6),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(6) {
  width: 8% !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(7),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(7) {
  width: 13% !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(8),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(8) {
  width: 8% !important;
  text-align: center !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(9),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(9) {
  width: 14% !important;
}

/* Cabeçalho compacto e alinhado */
#sec-usuarios.moov-users-final .mu-users-table th {
  height: 46px !important;
  padding: 12px 10px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

/* Linhas compactas */
#sec-usuarios.moov-users-final .mu-users-table td {
  height: 72px !important;
  padding: 12px 10px !important;
  font-size: 13px !important;
  vertical-align: middle !important;
  overflow: hidden !important;
}

/* Usuário e e-mail sem cortar feio */
#sec-usuarios.moov-users-final .mu-users-table td:first-child strong {
  display: block !important;
  max-width: 100% !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

#sec-usuarios.moov-users-final .mu-users-table td:first-child small {
  display: block !important;
  max-width: 100% !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  color: #52617a !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* Textos das colunas com quebra controlada */
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(3),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(4),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(6) {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

/* Badge menor para caber */
#sec-usuarios.moov-users-final .mu-users-badge {
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 7px 10px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Últimos acessos */
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(7) small {
  font-size: 11px !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
}

/* Ações alinhadas dentro da coluna */
#sec-usuarios.moov-users-final .mu-users-row-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  width: 100% !important;
  min-width: 0 !important;
}

#sec-usuarios.moov-users-final .mu-users-row-actions button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 32px !important;
  padding: 0 8px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* Garante que nada saia visualmente do card */
#sec-usuarios.moov-users-final .mu-users-table th,
#sec-usuarios.moov-users-final .mu-users-table td {
  max-width: 1px !important;
}

/* Em telas menores, libera scroll horizontal organizado */
@media (max-width: 1280px) {
  #sec-usuarios.moov-users-final .mu-users-table-wrap {
    overflow-x: auto !important;
  }

  #sec-usuarios.moov-users-final .mu-users-table {
    min-width: 1120px !important;
  }
}


/* =========================================================
   AJUSTE FINAL — CONTROLE EM CIMA / TABELA EMBAIXO
   ========================================================= */

#sec-usuarios.moov-users-final .mu-users-panel {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px !important;
  overflow: hidden !important;
}

/* Cabeçalho do bloco sempre em cima */
#sec-usuarios.moov-users-final .mu-users-panel-head {
  display: grid !important;
  grid-template-columns: minmax(260px, 360px) 1fr !important;
  align-items: end !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 18px !important;
}

/* Título controle de usuários */
#sec-usuarios.moov-users-final .mu-users-panel-head > div:first-child {
  width: 100% !important;
  max-width: 360px !important;
}

#sec-usuarios.moov-users-final .mu-users-panel-head h3 {
  font-size: 22px !important;
  line-height: 1.15 !important;
  margin: 0 0 6px !important;
  white-space: normal !important;
}

#sec-usuarios.moov-users-final .mu-users-panel-head p {
  max-width: 320px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

/* Filtros alinhados no topo, não na lateral da tabela */
#sec-usuarios.moov-users-final .mu-users-tools {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.4fr) minmax(180px, .8fr) minmax(180px, .8fr) !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: end !important;
  justify-content: stretch !important;
}

#sec-usuarios.moov-users-final .mu-users-tools input,
#sec-usuarios.moov-users-final .mu-users-tools select {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* Tabela sempre abaixo do cabeçalho */
#sec-usuarios.moov-users-final .mu-users-table-wrap {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  border-radius: 20px !important;
}

/* Remove qualquer regra antiga que estava apertando as células */
#sec-usuarios.moov-users-final .mu-users-table th,
#sec-usuarios.moov-users-final .mu-users-table td {
  max-width: none !important;
}

/* Tabela alinhada dentro do bloco */
#sec-usuarios.moov-users-final .mu-users-table {
  width: 100% !important;
  min-width: 1180px !important;
  max-width: none !important;
  table-layout: fixed !important;
}

/* Larguras mais equilibradas */
#sec-usuarios.moov-users-final .mu-users-table th:nth-child(1),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(1) {
  width: 190px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(2),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(2) {
  width: 115px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(3),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(3) {
  width: 120px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(4),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(4) {
  width: 120px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(5),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(5) {
  width: 150px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(6),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(6) {
  width: 100px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(7),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(7) {
  width: 150px !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(8),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(8) {
  width: 100px !important;
  text-align: center !important;
}

#sec-usuarios.moov-users-final .mu-users-table th:nth-child(9),
#sec-usuarios.moov-users-final .mu-users-table td:nth-child(9) {
  width: 130px !important;
}

/* Linhas mais estáveis */
#sec-usuarios.moov-users-final .mu-users-table td {
  height: 74px !important;
  padding: 12px 12px !important;
  vertical-align: middle !important;
}

/* Nome e e-mail centralizados verticalmente e legíveis */
#sec-usuarios.moov-users-final .mu-users-table td:first-child strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

#sec-usuarios.moov-users-final .mu-users-table td:first-child small {
  font-size: 11px !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

/* Ações dentro da coluna, sem cortar */
#sec-usuarios.moov-users-final .mu-users-row-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  width: 100% !important;
}

#sec-usuarios.moov-users-final .mu-users-row-actions button {
  width: 100% !important;
  min-height: 33px !important;
  padding: 0 8px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}

/* Responsivo: em telas menores, filtros descem mas tabela continua abaixo */
@media (max-width: 1200px) {
  #sec-usuarios.moov-users-final .mu-users-panel-head {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  #sec-usuarios.moov-users-final .mu-users-panel-head > div:first-child {
    max-width: 100% !important;
  }

  #sec-usuarios.moov-users-final .mu-users-panel-head p {
    max-width: 100% !important;
  }

  #sec-usuarios.moov-users-final .mu-users-tools {
    grid-template-columns: 1fr !important;
  }
}

