/* @define UsersEditor */
.UsersEditor {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
}

.UsersEditor-body {
    display: flex;
    flex: 1 1 auto;
    min-height: 1em;
    height: 100%;
}

.UsersEditor-editorPaneHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.UsersEditor-editorPaneHeaderText {
    margin: 0;
}

.UsersEditor-createButton {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
}

.UsersEditor-editorPane {
    position: static;
}

/* stylelint-disable-next-line plugin/selector-bem-pattern */
.UserCreateModal-dialog .modal-body {
    position: static;
    padding: 1rem 0;
}
