verify-user > dialog {
	display: flex;
	justify-content: center;
	align-items: center;
}

verify-user > dialog > i {
	position: absolute;
	top: 0;
	right: 0;
	height: var(--u);
	width: var(--u);
	font-size: 3rem;
	color: white;
}

verify-user > dialog > main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60vw;
	height: var(--u);
	gap: 1rem;
}

verify-user > dialog > main > label {
	width: 1px;
	flex-grow: 1;
}

verify-user > dialog > main > button {
	height: 100%;
	aspect-ratio: 1;
	background-color: var(--color-green);
	color: white;
	border-radius: var(--border-radius);
	font-size: 2rem;
}
