/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2025 | 18:12:15 */
.back_js_infobox .pp-infobox-image {
	margin-bottom: 5px;
}

.jd_more_info_main {
	display: flex;
	align-items: center;
	gap: 20px;
}

.optigy_job_description .company, .optigy_job_description .job-listing-meta {
	display: none !important;
}

.jd_more_info_main p span {
	margin-right: 18px;
}

.job_detail_share_btn {
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 18px;
}

.application_button {
	display: none !important;
}

#gform_2 input {
	padding-left: 0;
	padding-right: 0;
}

#input_2_1_3_container {
	padding-right: 0;
}

#input_2_1_6_container {
	padding-left: 0;
}

#gform_fields_2 {
	grid-column-gap: 0;
}

#input_2_5 {
	width: 100% !important;
	position: relative;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

#input_2_5:after {
    content: "Upload File";
    position: absolute;
	top: 0.9rem;
    left: 6.5rem;
    width: 200px !important;
    color: #fff;
	font-family: iskra, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	cursor: pointer;
}

#input_2_5::file-selector-button {
	width: 200px;
	text-align: center;
    font-family: iskra, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	color: transparent;
	border: 0;
	border-radius: 100px;
	background-color: #13334F;
	padding: 9px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#input_2_5::file-selector-button:hover {
	background-color: #E97024;
}

@media(max-width:767px) {
	.jd_more_info_main {
   	 display: block;
	}
}
