/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 26 2025 | 15:25:43 */
#input_3_2, #input_3_3 {
	width: 100% !important;
}

#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: 1rem;
    left: 3.5rem;
    width: 150px !important;
    color: #BABABA;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 12px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 150px;
	text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 12px;
	color: transparent;
	border-radius: 0;
	border: 1px solid #000000;
	background-color: transparent;
	padding: 9px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

.gfield_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/10/Vector-47.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
}