/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2025 | 08:52:59 */
#input_3_2, #input_3_11, #input_3_12 {
	width: 100% !important;
}

#gform_submit_button_3 {
	background: linear-gradient(90deg, #1B9ED9 0%, #252467 100%);
}

#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: 1.1rem;
    left: 4.8rem;
    width: 150px !important;
    color: #A3A3A3;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	font-size: 10px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 150px;
	text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	font-size: 10px;
	color: transparent;
	border-radius: 23px;
	border: 1px solid #1B375F;
	background-color: transparent;
	padding: 10px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}
