input-entity-multiple > dialog {
	display: grid;
	grid-template-columns: 33% 1fr;
	grid-template-rows: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

input-entity-multiple > dialog > i {
	position: absolute;
	top: 0;
	right: 0;
	height: var(--u);
	width: var(--u);
	font-size: 3rem;
	color: grey;
	z-index: 2;
}

input-entity-multiple > dialog > nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	padding: var(--u);
}

input-entity-multiple > dialog > main {
	padding: var(--u);
	background-color: white;
	overflow-y: scroll;
}

input-entity-multiple > dialog > main > table-enhance > table > thead > tr > th:last-of-type {
    width: 2.5rem;
}
