/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 06:35:28 */
#gform_3 .gform_fileupload_rules, #gform_3 .gfield_description {
	color: #104B83 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 9px !important;
    font-weight: 400 !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: 4.8rem;
    width: 150px !important;
    color: #A3A3A3;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 150px;
	text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
	color: transparent;
	border-radius: 5px;
	border: 1px solid #1B375F;
	background-color: #fff;
	padding: 9px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#input_3_2 {
	width: 100% !important;
}