/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 11:35:35 */
.pulse_jobs_detail_more_info_main {
	display: flex;
	justify-content: space-between;
}

.blue_linear_grading_button a {
	background: linear-gradient(90deg, #1B9ED9 0%, #252467 100%);
}

.job_alerts_info_box .pp-infobox-title {
	background-image: linear-gradient(103.12deg, #252467 16.94%, #E3097E 81.52%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job_alerts_info_box .fa-arrow-alt-circle-right:before {
    content: url(/wp-content/uploads/2025/07/ButtonArrowIcon.svg);
}

.job_alerts_info_box .pp-more-link {
	display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.job_alerts_info_box .pp-more-link {
	border: 2px solid transparent;
  	border-radius: 25px;
  	background:
    linear-gradient(to right, white, white) padding-box,
    linear-gradient(270deg, #1B9ED9, #252467, #1B9ED9) border-box;
  	background-size: 100% 100%, 300% 100%;
  	background-position: 0 0, 0 0;
  	transition: background-position 0.5s ease, background-size 0.5s ease;
	color: #252467 !important;
}

.job_alerts_info_box .pp-more-link:hover {
	background-position: 0 0, 100% 0;
}

.job_alerts_info_box .pp-more-link .pp-button-icon {
	margin-right: 6px;
}

.job_description p, .job_description ul li {
	color: #333333;
	font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 25px;
}

.job_description ul {
	padding-left: 28px;
}

.jd_social_share .pp-share-button-link {
	border-radius: 2px !important;
}

.jd_social_share .pp-share-button-icon {
	width: 35px;
	height: 35px !important;
}

#gform_2 label {
	margin-bottom: 0;
}

#label_2_16_1 {
	color: #565657 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 12px;
}

#gform_submit_button_2 {
	background: linear-gradient(90deg, #1B9ED9 0%, #252467 100%);
}

#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: 1.1rem;
    left: 4.8rem;
    width: 150px !important;
    color: #A3A3A3;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	font-size: 10px;
	cursor: pointer;
}

#input_2_5::file-selector-button {
	width: 150px;
	text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	font-size: 10px;
	color: transparent;
	border-radius: 23px;
	border: 1px solid #1B375F;
	background-color: transparent;
	padding: 10px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

.gchoice_2_16_1 {
	display: flex;
    align-items: flex-start;
    gap: 8px;
}

.gchoice_2_16_1 input {
	margin-top: 3px !important;
}