/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2025 | 18:45:20 */
.detail_bak_btn .pp-button-icon{
	background-image: url("/wp-content/uploads/2025/10/Left-Arrow-Icon.svg");
	width: 32px;
	height: 32px;
	background-size: cover;
}

.detail_bak_btn .pp-button-icon:before{
	display: none;
}

.job_desc_custom p, .job_desc_custom p span {
	font-family: open-sans, Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.5;
	color: #666;
}

.similar_jobs_grid .search_main_div{
	flex-direction: column;
}

.orange_btn .pp-button{
    width: 200px;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: linear-gradient(90deg, #FBB714 0%, #F48722 100%) !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    gap: 16px;
}

.orange_btn .pp-button:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/Button-Hover-Right-Arrow-Icon-White.svg);
    width: 8px;
    height: 16px;
    display: none;
}

.orange_btn .pp-button:hover:after {
    display: inline-block;
}

.job_detail_info_box .pp-button{
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
}

.job_detail_info_box .pp-button i{
	display: none;
}

.job_detail_info_box .pp-button:after{
	content: "";
	background-image: url("/wp-content/uploads/2025/10/Button-Hover-Right-Arrow-Icon-Green.svg");
	width: 8px;
	height: 16px;
	display: none;
}

.job_detail_info_box .pp-button:hover:after{
	display: inline-block;
}

.gravity_form_common .gfield--type-fileupload input{
	position: relative;
	color: #666666;
}

.gravity_form_common .gfield--type-fileupload input:after {
    content: "Upload File";
    position: absolute;
	top: 12px;
    left: 42px;
    width: 172px !important;
    color: #69995C;
    font-weight: 700;
    font-size: 16px;
	cursor: pointer;
}

.gravity_form_common .gfield--type-fileupload input::file-selector-button {
	width: 172px;
	text-align: center;
    font-weight: 700;
    font-size: 20px;
	line-height: 1.2;
	color: transparent;
	border: 1px solid #69995C;
	border-radius: 100px;
	background-color: #fff;
	padding: 12px 12px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

.gravity_form_common .ginput_container_consent{
	color: #666666;
	font-weight: 400;
	display: flex;
    gap: 8px;
}

.gravity_form_common .ginput_container_consent label{
	color: #666666;
	font-weight: 400;
}

.gravity_form_common .ginput_container_consent input{
	flex: none;
}

.gravity_form_common .gform-footer .gform_button{
	background: linear-gradient(90deg, #FBB714 0%, #F48722 100%);
}

.gravity_form_common .gform-footer .gform_button:hover, .gravity_form_common .gform-footer .gform_button:active, .gravity_form_common .gform-footer .gform_button:focus{
	background: linear-gradient(90deg, #F48722 0%, #FBB714 100%) !important;
}

.similar_jobs_grid .pp-content-grid-post-title{
	    height: 86px;
    overflow: hidden;
}


/* .gravity_form_common .gform-footer .gform_button:after {
    content: "" !important;
    background-image: url(/wp-content/uploads/2025/10/Button-Hover-Right-Arrow-Icon-White.svg) !important;
    width: 8px !important;
    height: 16px !important;
    display: none;
}

.gravity_form_common .gform-footer .gform_button:hover:after {
    display: inline-block;
} */