/* R10D-AI-004 1030: Usuarios actions-column visibility */
.r10d-users-viewport .r3b-table{
  width:100%;
  table-layout:fixed;
}
.r10d-users-viewport .r3b-table th,
.r10d-users-viewport .r3b-table td{
  padding-left:8px;
  padding-right:8px;
}
.r10d-users-viewport .r3b-table th:nth-child(1),
.r10d-users-viewport .r3b-table td:nth-child(1){width:22%}
.r10d-users-viewport .r3b-table th:nth-child(2),
.r10d-users-viewport .r3b-table td:nth-child(2){width:13%}
.r10d-users-viewport .r3b-table th:nth-child(3),
.r10d-users-viewport .r3b-table td:nth-child(3){width:25%}
.r10d-users-viewport .r3b-table th:nth-child(4),
.r10d-users-viewport .r3b-table td:nth-child(4){width:12%}
.r10d-users-viewport .r3b-table th:nth-child(5),
.r10d-users-viewport .r3b-table td:nth-child(5){width:9%}
.r10d-users-viewport .r3b-table th:nth-child(6),
.r10d-users-viewport .r3b-table td:nth-child(6){width:19%}

.r10d-users-viewport .r3b-table .r3b-row-actions{
  white-space:normal!important;
  text-align:left!important;
  overflow:visible!important;
  line-height:1.7!important;
}
.r10d-users-viewport .r3b-table .r3b-row-actions>a,
.r10d-users-viewport .r3b-table .r3b-row-actions>button,
.r10d-users-viewport .r3b-table .r3b-row-actions>[role="button"]{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  height:auto!important;
  padding:2px 5px!important;
  margin:1px 5px 1px 0!important;
  border-radius:6px!important;
  white-space:nowrap!important;
  font-size:11px!important;
  line-height:1.15!important;
  vertical-align:middle!important;
}
.r10d-users-viewport .r3b-table td{
  overflow-wrap:anywhere;
}
.r10d-users-viewport .r3b-table td:nth-child(6){
  overflow-wrap:normal;
  word-break:normal;
}
