.account-settings-page-header-content{display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--iui-size-l);row-gap:var(--iui-size-s);padding:var(--margin) 0}.account-settings-page-header-content #organization-name{font-weight:400}.account-settings-page-header-content .account-info{display:flex;flex-direction:column;gap:var(--iui-size-l)}.account-users-table .truncation-wrapper{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.account-users-table .role-selector{width:100%}.account-users-table .editable-cell{display:flex}.account-users-table .delete-cell,.account-users-table .role-selector-cell{display:none}.account-users-table .blank-cell{max-width:56px}.account-users-table.minified{max-height:300px}.account-users-table.minified .editable-cell{display:flex}.account-users-table.minified .delete-cell,.account-users-table.minified .role-selector-cell{display:none}.account-users-table.minified .blank-cell{max-width:56px}.account-users-table.minified .editable-cell{display:none}.account-users-table.minified .delete-cell,.account-users-table.minified .role-selector-cell{display:flex}.account-users-table.actionable .account-user-row:has(.role-selector-combobox[aria-expanded=true]) .editable-cell,.account-users-table.actionable .account-user-row:hover .editable-cell{display:flex}.account-users-table.actionable .account-user-row:has(.role-selector-combobox[aria-expanded=true]) .delete-cell,.account-users-table.actionable .account-user-row:has(.role-selector-combobox[aria-expanded=true]) .role-selector-cell,.account-users-table.actionable .account-user-row:hover .delete-cell,.account-users-table.actionable .account-user-row:hover .role-selector-cell{display:none}.account-users-table.actionable .account-user-row:has(.role-selector-combobox[aria-expanded=true]) .blank-cell,.account-users-table.actionable .account-user-row:hover .blank-cell{max-width:56px}.account-users-table.actionable .account-user-row:has(.role-selector-combobox[aria-expanded=true]) .editable-cell,.account-users-table.actionable .account-user-row:hover .editable-cell{display:none}.account-users-table.actionable .account-user-row:has(.role-selector-combobox[aria-expanded=true]) .delete-cell,.account-users-table.actionable .account-user-row:has(.role-selector-combobox[aria-expanded=true]) .role-selector-cell,.account-users-table.actionable .account-user-row:hover .delete-cell,.account-users-table.actionable .account-user-row:hover .role-selector-cell{display:flex}#add-user-modal{min-width:750px}#add-user-modal .add-user-modal-content{display:flex;flex-direction:column;row-gap:var(--iui-size-l);margin-bottom:var(--iui-size-l)}#add-user-modal #role-permissions-link{width:fit-content}@media screen and (max-width:800px){#add-user-modal{width:100%;max-width:750px;min-width:0;min-width:auto}}.modify-users-modal-content{display:flex;flex-direction:column;row-gap:var(--iui-size-l);margin-bottom:var(--iui-size-l)}