/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2025 | 05:51:54 */
/* More Info Box - START */
.job_details_more_info_div {
    display: flex;
    gap: 10px;
}

.job_details_more_info_div p {
    background: #287BFF;
    color: #ffffff;
    padding: 3px 16px;
    border-radius: 100px;
    width: fit-content;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	font-family: "Spline Sans", Verdana, Arial, sans-serif;
}
/* More Info Box - END */



/* Apply Now Form - START */
#field_2_5 {
	grid-column: span 6;
    -ms-grid-column-span: 6;
}

#gform_2 #field_submit {
    justify-content: flex-end;
}

#gfield_upload_rules_2_5 {
    display: none;
}

#input_2_5 {
    position: relative;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
}

#input_2_5::file-selector-button {
    background: #287BFF;
    border: none;
    padding: 7px 32px;
    width: 270px;
    border-radius: 100px;
    color: transparent;
    top: 0.7rem;
    cursor: pointer;
}

#input_2_5::after {
    content: "Upload Resume File *";
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    position: absolute;
    left: 4.5rem;
    top: 0.7rem;
    cursor: pointer;
}
/* Apply Now Form - END */



/* Related Jobs - START */
.kofi_rel_jobs_main_container {
    background: #F6FAFF;
    padding: 32px 24px;
}

.kofi_rel_jobs_main_container .row {
	margin: auto;
}

.kofi_rel_jobs_title {
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #39393A !important;
    text-decoration: none !important;
	display: block;
	width: 100%;
	position: relative;
}

.kofi_rel_jobs_title:hover img {
    filter: brightness(0) saturate(154%) invert(31%) sepia(71%) saturate(702%) hue-rotate(332deg) brightness(210%) contrast(211%);
}

.kofi_rel_jobs_title img {
    position: absolute;
	right: 0;
}

.kofi_rel_jobs_seperator {
    border-top: 1px solid #808080;
    margin-top: 10px;
}

.kofi_rel_jobs_more_info_div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kofi_rel_jobs_more_info {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    color: #ffffff;
    padding: 3px 16px 3px 16px;
    background: #287BFF;
    border-radius: 100px;
    width: fit-content;
    margin-bottom: 0;
}
/* Related Jobs - END */