/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 10:08:47 */
.gform_required_legend {
	display: none !important;
}

#input_3_2 {
	width: 100% !important;
}

.gfield_select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/06/Frame-187.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

#gform_fields_3 input, #gform_fields_3 select {
	padding: 8px 16px;
}

#gform_submit_button_3 {
	padding: 9px 65px !important;
}

#field_submit {
	justify-content: flex-end;
}

#input_3_4 {
	width: 100% !important;
	position: relative;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

#input_3_4:after {
    content: "Upload File";
    position: absolute;
	top: 0.7rem;
    left: 3.9rem;
    width: 160px !important;
    color: #5F6163;
	font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 160px;
	text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: transparent;
	border: 1px solid #5F6163;
	border-radius: 100px;
	background-color: transparent;
	padding: 8px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#gform_fields_3 {
	grid-row-gap: 28px;
}