/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2026 | 05:50:47 */
.submit_resume_form .gfield--type-submit{
	justify-content: end;
}

.submit_resume_form .gfield input[type=file]#input_3_4 {
	width: 100% !important;
	color: #1d261d5c !important;
	position: relative;
	border: none !important;
	outline: none !important;
	color: #1D261D !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.submit_resume_form .gfield input[type=file]:after {
    content: "Upload file";
    position: absolute;
	    top: 12px;
    left: 38px;
    width: 140px !important;
    color: #1D261D;
    font-weight: 700;
    font-size: 12px;
	cursor: pointer;
}

.submit_resume_form .gfield input[type=file]::file-selector-button {
	width: 140px;
	text-align: center;
    font-weight: 700;
    font-size: 10px;
	color: transparent;
	border-radius: 8px;
	border: 1px solid #1B375F;
	background-color: #D5CFC1;
	padding: 14px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}