/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 02:45:45 */
.job_form .gform_legacy_markup_wrapper li.hidden_label input{
	margin-top: 8px;
}

.job_detail_back_btn .pp-infobox-image{
	margin: 0;
}

.job_form .ginput_container label, .job_form .gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label{
	font-size: 12px !important;
	font-weight: 500 !important;
}

.job_form .name_first, .job_form .name_last{
	width: 100% !important;
}



.job_form .gfield input[type=file] {
	width: 100% !important;
	margin-top: 40px !important;
	color: #1d261d5c !important;
	position: relative;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.job_form .gfield input[type=file]:after {
    content: "Select Archive...";
    position: absolute;
	    top: 12px;
    left: 38px;
    width: 200px !important;
    color: #1D261D;
    font-weight: 500;
    font-size: 18px;
	cursor: pointer;
}

.job_form .gfield input[type=file]::file-selector-button {
	width: 200px;
	text-align: center;
    font-weight: 500;
    font-size: 18px;
	color: transparent;
	border-radius: 8px;
	border: 1px solid #D5CFC1;
	background-color: #D5CFC1;
	padding: 14px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

.job_detail_info_phone .pp-list-item-content{
	justify-content: center;
}

.job_detail_info .title-text{
	border-radius: 8px;
}