/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 08:35:05 */
.related_jobs_details .job_detail_grid_right a {
    padding: 10px 24px;
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
	color: #2B2B2B;
    margin-top: 16px;
	border: 2px solid #2B2B2B;
}

.related_jobs_details .job_info_inner{
	flex-direction: column;
}

.related_jobs_details.job_search_grid p.job_info_terminology{
	width: 100%;
}

.job_detail_form .gfield-choice-input{
	vertical-align: top !important;
	    margin-top: 2px !important;
}

.job_detail_form .gform_body input{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

.job_detail_form .gform_fields{
	row-gap: 32px !important;
}

.job_detail_form .gfield--type-fileupload input{
	position: relative;
	color: #666666;
}

.job_detail_form .gfield--type-fileupload input:after {
    content: "Upload File   >";
    position: absolute;
	    top: 10px;
    left: 25px;
    width: 155px !important;
    color: #2B2B2B;
    font-weight: 500;
    font-size: 16px;
	cursor: pointer;
}

.job_detail_form .gfield--type-fileupload input::file-selector-button {
	width: 155px;
	text-align: center;
    font-weight: 500;
    font-size: 16px;
	line-height: 1.2;
	color: transparent;
	border: 1px solid #2B2B2B;
	border-radius: 100px;
	background-color: #fff;
	padding: 10px 24px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}