/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2026 | 12:05:34 */
.gform_title {
	display: none !important;
}
#gform_wrapper_1 {
	background: white !important;
	padding: 40px !important;
	border-radius: 20px !important;
}
.gform-body.gform_body input, .gform-body.gform_body textarea {
	background: #F2F2F2 !important;
	color: #a6a6a6 !important;
	font-size: 16px !important;
	border: 0px !important;
	height: 50px !important;
	margin: 0px !important;
}
#gform_submit_button_1 {
	width: 100% !important;
	font-size: 20px !important;
	height: 50px !important;
	margin-top: 20px !important;
	border-radius: 10px !important;
	background: #006169 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.gfield_label.gform-field-label {
	color: #000 !important;
}
#input_1_13 {
	width: 100% !important;
}
#gform_browse_button_1_13 {
	background: #000 !important;
	border-radius: 10px !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
	color: black !important;
}

/* Verklein verticale ruimte tussen Gravity Forms velden */
#gform_fields_1 .gfield {
    margin-bottom: -20px !important;
}

/* Soms gebruikt GF ook padding; die kun je desnoods meepakken */
#gform_fields_1 .gfield .ginput_container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}