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

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

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

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