/* Danxis — cadastro de usuários com múltiplos perfis */
.dx-mp-profile-field > select{display:none!important}
.dx-mp-profile-shell{margin-top:2px;border:1px solid #d7e3ed;border-radius:16px;background:#f8fbfd;overflow:hidden}
.dx-mp-profile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-bottom:1px solid #dce7ef;background:#fff}
.dx-mp-profile-toolbar strong{display:block;color:#071f49;font-size:13px}
.dx-mp-profile-toolbar span{display:block;margin-top:3px;color:#000;font-size:11px;font-weight:600}
.dx-mp-toolbar-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.dx-mp-mini-btn{border:1px solid #cddce8;background:#fff;color:#0b2e6b;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:900;cursor:pointer}
.dx-mp-mini-btn:hover{background:#edf6ff;border-color:#8bbce6}
.dx-mp-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px}
.dx-mp-profile-option{position:relative;display:flex;align-items:center;gap:10px;min-height:58px;padding:11px 12px;border:1px solid #d8e4ed;border-radius:12px;background:#fff;cursor:pointer;transition:.18s}
.dx-mp-profile-option:hover{border-color:#74afe0;background:#f3f9ff}
.dx-mp-profile-option.selected{border-color:#1874d1;background:#eaf5ff;box-shadow:inset 0 0 0 1px rgba(24,116,209,.14)}
.dx-mp-profile-option input{width:17px;height:17px;accent-color:#1874d1;flex:0 0 auto}
.dx-mp-profile-code{display:grid;place-items:center;min-width:35px;height:28px;padding:0 8px;border-radius:8px;background:#0b2e6b;color:#fff;font-size:10px;font-weight:900}
.dx-mp-profile-copy{min-width:0;display:block}
.dx-mp-profile-copy strong{display:block;color:#061d44;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dx-mp-profile-copy small{display:block;margin-top:3px;color:#000;font-size:10px;font-weight:600}
.dx-mp-profile-empty{grid-column:1/-1;padding:18px;text-align:center;color:#000;font-size:12px;font-weight:700}
.dx-mp-default-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,320px);gap:16px;align-items:center;padding:13px 14px;border-top:1px solid #dce7ef;background:#fff}
.dx-mp-default-row strong{display:block;color:#071f49;font-size:12px}
.dx-mp-default-row span{display:block;margin-top:3px;color:#000;font-size:10px;font-weight:600}
.dx-mp-default-row select{width:100%;height:39px;border:1px solid #cddce8;border-radius:10px;background:#fff;color:#071f49;font-weight:800;padding:0 10px}
.dx-mp-profile-summary{display:flex!important;gap:6px!important;align-items:center!important;flex-wrap:wrap!important;margin-top:5px!important}
.dx-mp-profile-chip{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:5px 8px!important;border-radius:8px!important;background:#eaf5ff!important;color:#0b5f9e!important;font-size:9px!important;font-weight:900!important;border:1px solid #c7e2f8!important}
.dx-mp-profile-chip.default{background:#dff7ed!important;color:#08734f!important;border-color:#b7ead6!important}
.dx-mp-profile-count{display:block!important;color:#000!important;font-size:10px!important;font-weight:700!important;margin-top:6px!important}
@media(max-width:980px){.dx-mp-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.dx-mp-profile-grid{grid-template-columns:1fr}.dx-mp-profile-toolbar,.dx-mp-default-row{display:block}.dx-mp-toolbar-actions{margin-top:10px}.dx-mp-default-row select{margin-top:10px}}
