/* ─── MODAIS ─────────────────────── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(0,0,0,.7); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-box {
  background: var(--bg2); border: 1px solid var(--line2);
  border-radius: var(--r3, 16px); width: 100%; max-width: 560px;
  max-height: 90vh; overflow-y: auto;
}
.modal-h {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid var(--line);
}
.modal-b { padding: 20px; }
.mfield { margin-bottom: 14px; }
.mfield .flbl { display: block; margin-bottom: 5px; }

/* ─── ADMIN USER TABLE ───────────── */
#bAdminUsuarios .tn,
#bAdminMenus .tn {
  max-width: 200px; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap;
}
