/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 10:52:49 */
#gform_submit_button_10, #gform_submit_button_11{
	margin-top: 20px;
}


.job_detail_application #input_3_4:after {
    content: "Upload File";
    position: absolute;
	top: 0.8rem;
    left: 3.9rem;
    width: 135px !important;
    color: #A3A3A3;
    font-weight: 600;
    font-size: 12px;
	cursor: pointer;
}

.job_detail_application #input_3_4{
		position: relative;
	color: #A3A3A3;
    font-weight: 600;
    font-size: 12px;
}

.job_detail_application #input_3_4::file-selector-button {
	width: 135px;
	text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: transparent;
	border: 1px solid #1B375F;
	border-radius: 6px;
	background-color: #fff;
	padding: 8px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}