/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2025 | 12:48:11 */
#input_3_2, #input_3_3 {
	width: 100% !important;
}

#input_3_5 {
	background-position: right 20px center;
}

#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 Resume";
    position: absolute;
	top: 1rem;
    left: 2.8rem;
    width: 165px !important;
    color: #31363F !important;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 165px;
	text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
	color: transparent;
	border: 0 !important;
	border-radius: 100px;
	background-color: #9FCD58;
	padding: 9px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#gform_3 #field_submit {
	justify-content: flex-end;
}

#gform_submit_button_3 {
	align-self: center !important;
	padding: 10px 65px !important;
}

#gform_submit_button_3:hover, .gform_button:hover {
	background-image: linear-gradient(90deg, #009966 0%, #9FCD58 100%) !important;
	background-color: #9FCD58;
}

.quick_apply_what_happened_next_infobox .pp-infobox-title {
	border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
    border-image-slice: 1;
    border-image-repeat: stretch;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.icons_faqs_custom .pp-accordion-button .pp-accordion-icon {
	width: 40px;
}


@media only screen and (max-device-width: 768px) {
	
	#input_3_5 {
		background-position: right 0 center !important;
	}
	
}