/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 06:43:52 */
.job_detail_application #input_2_5:after {
    content: "Upload File";
    position: absolute;
	top: 0.8rem;
    left: 3.9rem;
    width: 135px !important;
    color: #A3A3A3;
    font-weight: 600;
    font-size: 12px;
	cursor: pointer;
}

.job_detail_application #input_2_5{
		position: relative;
	color: #A3A3A3;
    font-weight: 600;
    font-size: 12px;
}

.job_detail_application #input_2_5::file-selector-button {
	width: 135px;
	text-align: center;
    font-weight: 600;
    font-size: 14px;
	color: transparent;
	border: 1px solid #1B375F;
	border-radius: 100px;
	background-color: #fff;
	padding: 8px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

.job_detail_application .gform-footer.gform_footer.top_label{
	padding-top: 0;
	margin-top: 0;
}

.job_deatil_back_arrow .pp-button-icon:before{
	content: "";
	background-image: url("/wp-content/uploads/2025/09/Vector-7.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
    margin-right: 0;
}

.job_detail_application .form-title{
	padding-bottom: 10px;
	position: relative;
}

.job_detail_application .form-title:after{
	    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #1A2F9C 0%, #24D6FF 100%);
    bottom: 0;
    left: 0;
    position: absolute;
}


.job_detail_application #field_2_15{
	grid-column: span 6;
}

.job_detail_application #field_submit{
	grid-column: span 6;
	justify-content: flex-end;
}

.job_detail_application #field_2_15 label{
	color: #565657 !important;
	font-size: 10px;
	font-weight: 400;
	margin: 0;
}

.job_detail_application #field_2_15 input{
	margin: 0;
}

#field_2_15 .ginput_container{
	display: flex;
	align-items: center;
	gap: 8px;
}

#gform_submit_button_2{
	    transition: all .3s linear;
}

#gform_submit_button_2:hover, #gform_submit_button_2:active, #gform_submit_button_2:focus{
	border: 1px solid #1A2F9C;
}

.job_detail_application select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   background-image: url(/wp-content/uploads/2025/09/Vector-65.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

#input_2_18{
	background-image: none;
}