.custom-file-input>button {
	font-size: 1em;
}

#input-width,
#input-height,
#input-pixel-size,
#input-font-size,
#input-coord-x,
#input-coord-y {
	width: 50px;
}

#button-process {
	margin: 15px 0;
	font-size: 1.05em;
	line-height: 1.7em;
}

#notice {
	color: #D8000C;
}

#result-container {
	cursor: move;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	min-height: 200px;
}

#result-container .zoomist-container {
	min-height: inherit;
}

#result-container .zoomist-wrapper {
	background-color: var(--container-color) !important;
	box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
	min-height: inherit;
}

#result-hover-square {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000000;
	pointer-events: none;
	outline: 3px solid var(--blue);
}

#result-hover-square>.coords {
	position: absolute;
	color: #6bceff;
	background-color: black;
	white-space: nowrap;
	border-radius: 10px;
	padding: 1px 3px;
}

.file-preview {
	display: inline-block;
	outline: 1px dashed gray;
	padding-right: 5px;
	margin-bottom: 1em;
}

.file-preview>img {
	vertical-align: middle;
	max-width: 120px;
	max-height: 60px;
}

.file-preview>img:not([src]) {
	display: none;
}
