.role-editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: var(--whispr-tab-background);

    display: flex;
    flex-direction: row;
}

.role-editor .tree-view {
    overflow: scroll;

    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;

    flex-grow: 1;
    flex-basis: 0;
}

.role-editor .tree-view .tree-row > .fas {
    margin-left: 4px;
}

.role-editor .tree-view .tree-cell {
    display: inline;
}

.role-editor-title {
    text-transform: uppercase;
    font-size: 110%;
}

.role-editor .controls {
    margin-top: auto;
    margin-bottom: auto;
}
