/*Custom Form*/
input#careerFormStartDate {
    color: #6b6b6b;
}

input#careerFormAgreement {
	display:none;
} 

.form__input-item.form__input-item-relative {
    position: relative;
}

.form__input-item.form__input-item-relative input {
	cursor:pointer;
}

span#careerClearFile {
    position: absolute;
    right: 5px;
    font-size: 23px;
    font-weight: 400;
}

.form__error-valid-file, .form__error-empty-name, .form__error-valid-email {
    gap: 8px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url('/wp-content/uploads/2024/10/calendar.svg') no-repeat;
    width: 24px;
    height: 24px;
    border-width: thin;
	cursor:pointer;
	transition:all .3s ease;
}

input#careerFormStartDate.filled {
    color: #1B1B1C;
}

input[type="date"].filled::-webkit-calendar-picker-indicator {
	background: url('/wp-content/uploads/2024/10/calendar-2.svg') no-repeat;
}

input#careerFormFileDisplay {
    padding-left: 30px;
    background-image: url(/wp-content/uploads/2024/10/paperclip-2.svg);
    background-repeat: no-repeat;
}

input.form__input.form-control.input {
    padding-left: 30px;
    background-image: url(/wp-content/uploads/2024/10/calendar.svg);
    background-repeat: no-repeat;
	cursor:pointer;
}

input.form__input.form-control.input.filled {
    background-image: url(/wp-content/uploads/2024/10/calendar-2.svg);
}


input {
	transition:all .3s ease;
}

input#careerFormFileDisplay.filled {
    background-image: url(/wp-content/uploads/2024/10/File.svg);
}
/*Custom Form End*/

/*Custom Slider our-cases-grid start*/

.swiper-scrollbar-drag {
    cursor: pointer;
}

/*Custom Slider our-cases-grid end*/

/* page Careers block Why OutSoft? start */
.section.why-outsoft {
	background-color: #F7F9F6;
}

.why-outsoft__wrapper {
	z-index: 2;
	position: relative;
}

.why-outsoft__block {
	display: flex;
}

.open-positions__link {
    z-index:2;
}

.careers:after {
	z-index: -1;
}

@media (min-width:1024px) {
	.section.why-outsoft {
		padding: 100px;
		overflow: hidden;
		position:relative;
	}

	.why-outsoft__wrapper:first-child {
		flex-basis: 45%;
	}

	.section.why-outsoft:after {
		content: '';
		position: absolute;
		top: 0%;
		left: 0;
		width: 500px;
		height: 500px;
		transform: rotate(151.544deg) translate(-50%, -30%);
		border-radius: 517.223px;
		opacity: 0.4;
		background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.20) 0%, rgba(240, 240, 240, 0.00) 59.6%);
		background-position: center;
		background-repeat: repeat;
	}

}


.why-outsoft__item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.why-outsoft__item:not(:last-child) {
	margin-bottom: 25px;
}

.why-outsoft__icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.why-outsoft__text {
	color: #2E2E2E;
	letter-spacing: 0.2px;
	font-size: 20px;
}

.why-outsoft__icon {
    min-width: 60px;
}

/* page Careers block Why OutSoft? end */


/* page Careers block Single start */


@media (min-width:1024px) {
	.job-offer {
		padding: 100px 0;
		overflow:hidden;
		position:relative;
	}

	.job-offer:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -10%;
		width: 500px;
		height: 500px;
		transform: rotate(151.544deg);
		border-radius: 517.223px;
		opacity: 0.4;
		background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.20) 0%, rgba(240, 240, 240, 0.00) 59.6%);
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.job-offer:before {
		content: '';
		position: absolute;
		top: 50%;
		left: -50%;
		width: 100%;
		height: 100%;
		background-position: center;
		transform: translateY(-50%);
		border-radius: 921.3px;
		opacity: 0.8;
		background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.15) 0%, rgba(240, 240, 240, 0.00) 59.6%);
		z-index: -1;
	}
}


.job-offer__wrapper {
    display: flex;
}

.job-offer__header, .job-offer__content {
    flex: 1;
}


.job-offer__details {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.job-offer__status, .job-offer__location {
    display: flex;
    align-items: center;
    gap: 8px;
	color: #070707;
    font-family: 'Poppins-Medium';
}

.job-offer__content {
    border-radius: 30px;
    border: 1px solid #E5E5E5;
    padding: 24px;
}

.job-offer__section-title {
    margin-bottom: 5px;
}

.job-offer__section ul li {
    position: relative;
    padding-left: 1em;
    color: #4D4D4D;
    font-size: 14px;
}

.job-offer__section ul li::after {
    content: '';
    position: absolute;
    top: 8.5px;
    left: 0;
    background-color: #4D4D4D;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.job-offer__section ul li:not(:last-child) {
    margin-bottom: 10px;
}

.job-offer__content .job-offer__section:not(:first-child) h2 {
    margin-top: 15px;
}

.job-offer__section-text {
    font-size: 14px;
    color: #4D4D4D;
}

.job-offer__section-text p {
    margin: 1em 0;
}

/* page Careers block Single end */

@media (max-width:1024px) {

	/* page Careers block Open Position 1024px start */
	.careers {
		padding: 60px 0;	
	}

	.open-positions {
		flex-direction: column;
	}

	.open-positions_wrapper {
		margin-bottom: 20px;
	}

	.open-positions__link {
		padding: 24px;
	}

	.open-positions__job-details {
		width: 100%;
		max-width: 100%;
		justify-content: space-between;
	}

	.open-positions__job-title {
		max-width: 80%;
	}

	.open-positions__job-level {
		height: fit-content;
	}

	.open-positions__link:after {
		content:none;
	}

	.open-positions__job-meta {
		margin-top: 30px;
	}

	.open-positions__link:before {
		content: '';
		position: absolute;
		right: 24px;
		bottom: 24px;
		width: 32px;
		height: 32px;
		background-image: url(/wp-content/uploads/2024/10/arrow_mb.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	/* page Careers 1024px end */

	/* page Careers block Why OutSoft? 1024px start */

	.section.why-outsoft {
		padding: 60px 0;
	}

	.why-outsoft__block {
		flex-direction: column;
		gap: 25px;
	}

	.why-outsoft__text {
		color: #2E2E2E;
		letter-spacing: 0.16px;
		font-size: 16px;
	}

	/* page Careers block Why OutSoft? 1024px end */	
	
	/* page Careers block Single 1024px start */
	
	.job-offer__wrapper {
		flex-direction: column;
		gap: 24px;
	}

	.job-offer {
		padding: 60px 0;
	}
	
	/* page Careers block Single 1024px end */
}



