
.gpfup-input-unit {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-top: 0.5rem !important;
}
.gpfup-input-unit input {
	width: 100%;
	padding-right: 26px !important;
	text-align: right;
}
.gpfup-input-unit__unit {
	position: absolute;
	right: 10px;
	top: 9px;
	color: #999;
}


#gpfup label.section_label span.dashicons {
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
}
.gpfup-ratio {
	display: flex;
}
.gpfup-ratio-divider {
	line-height: 2.25rem; /* Matches GF 2.5's max/min-height on inputs. */
	margin: 0 0.2rem;
}
#gpfup-ratio-antecedent {
	text-align: right;
}
.gpfup-dimension,
.gpfup-ratio-placeholder-sibling {
	margin-left: 0.9375rem;
}
.gpfup-dimension:first-of-type {
	margin-left: 0;
}
.gpfup-unit-px::after {
	content: "px";
	position: absolute;
	right: 0;
	font-size: 12px;
	display: inline-block;
}
.gpfup-require-crop {
	margin-top: 15px;
}

/* GF has some nasty <br> tags in the Multiple Files setting. */
body:not(.gf-legacy-ui) #gform_multiple_files_options br {
	display: none;
}



/*# sourceMappingURL=gp-file-upload-pro-admin.css.map*/