/* Login card */
.login-card { border-radius: 12px; }
.login-card .form-label { font-weight: 600; }

/* Dual Listbox (estilos do plugin via CDN). */

/* Tabela de usuarios: manter na mesma tela */
#tabela-usuarios { table-layout: fixed; width: 100%; }
#tabela-usuarios th, #tabela-usuarios td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#tabela-usuarios th.col-username, #tabela-usuarios td:nth-child(1) { width: 140px; }
#tabela-usuarios th.col-nome, #tabela-usuarios td:nth-child(2) { width: 220px; }
#tabela-usuarios th.col-email, #tabela-usuarios td:nth-child(3) { width: 240px; }
#tabela-usuarios th.col-grupos, #tabela-usuarios td:nth-child(4) { width: 220px; }
#tabela-usuarios th.col-acoes, #tabela-usuarios td:nth-child(5) { width: 140px; text-align: center; }
