ul.gform_fields,
ul.gfield_checkbox,
ul.gfield_radio {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mdfgf-use-custom-selects select option,
.gf_step_clear,
.gf_step_last + .mdfgf-step-spacer,
.gform_validation_container,
.gf_clear_complex,
.gform_ajax_spinner {
	display: none;
}
.gf_page_steps {
	margin: 1rem 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	padding: 0;
	align-items: flex-start;
}
.gf_step {
	width: 34px;
	position: relative;
}
.gf_step_number {
	display: block;
	line-height: 33px;
	width: 100%;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
}
.gf_step_label {
	position: relative;
	display: block;
	width: 200px;
	top: -20px;
	left: 50%;
	font-size: 0.8rem;
	transform: translateX(-50%);
	text-align: center;
}
.mdfgf-step-spacer {
	height: 1px;
	width: 100px;
	position: relative;
	margin-top: 17px;
}
.gform_fileupload_multifile {
	width: 100%;
}
.gform_fileupload_multifile .gform_drop_area {
	padding: 1.5rem;
	text-align: center;
	width: 100%;
	background-color: #f5f5f5;
	border: 3px dashed #999;
	border-radius: 0.2rem;
}
.gform_fileupload_multifile .gform_button_select_files {
	margin: auto;
	display: block;
	max-width: 200px;
	width: 100%;
}
.ginput_preview {
	display: flex;
}
.ginput_preview .gform_delete {
	margin-left: 6px;
	cursor: pointer;
	order: 1;
}

.gform_footer > * {
	margin: auto;
}
.gform_page_footer > *:last-child {
	margin-left: auto;
	float: right;
}