/*
Theme Name: Danel
Version: 1.0.0
*/

/* Text meant only for screen readers. */
.sr-only,
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.sr-only:focus,
.screen-reader-text:focus {
	background-color: #eee;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* MAIN */

main.is-loading,
.personal-area.is-loading {
	overflow: hidden;
	position: relative;
}

main.is-loading::before,
.personal-area.is-loading::before {
	position: fixed;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(0.25rem);
	z-index: 9999;
}

main.is-loading::after,
.personal-area.is-loading::after {
	position: fixed;
	left: 50%;
	top: 50%;
	content: '';
	width: 4rem;
	height: 4rem;
	border: 0.5rem solid transparent;
	/* background: linear-gradient(135deg, #742693, #3434a6) border-box; */
	border: 0.5rem solid #3434a6;
	border-right: 0.5rem solid #ff0163;
	mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 9999;
}

@keyframes spin {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/* BREADCRUMBS */

.breadcrumbs {
	padding-top: 1.3125rem;
	padding-bottom: 0.3125rem;
}

.breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumbs li {
	font-size: 0.75rem;
	line-height: 1.6875rem;
	color: #20205d;
	position: relative;
	margin-left: 1.125rem;
}

.breadcrumbs li:last-child {
	margin-left: 0;
}

.breadcrumbs li::after {
	position: absolute;
	top: 47%;
	left: -0.75rem;
	transform: translateY(-50%);
	content: '';
	width: 0.375rem;
	height: 0.375rem;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNCAwLjM5NjQ4NEwxLjYzNTAxIDIuNzYxNzJMNCA1LjEyNjcxIiBzdHJva2U9IiMyMDIwNUQiLz4KPC9zdmc+');
	background-repeat: no-repeat;
	background-position: center;
}

.breadcrumbs li:last-child::after {
	display: none;
}

.breadcrumbs li a {
	color: #20205d;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: 0.3s ease-in-out;
}

.breadcrumbs li a:hover {
	text-decoration-color: #20205d;
}

/* Filter */

.filter__categories-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* About Page */

.about-us__main > *:not(:first-child)::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0.0625rem;
	background: linear-gradient(to right, #ffffff, #bbbbcc);
}

/* Team */

.team-modal__content-inner {
	background-image: url('assets/img/team-modal-circle-1.png');
}

/* Salary table */

.page-template-page-salary-table.lock .header,
.page-template-page-salary-table.lock .sticky-info {
	z-index: -1;
}

/* Search jobs - mobile */

.search-mobile {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	right: -100%;
	width: 100vw;
	height: var(--app-height, 100vh);
	border-radius: 0;
	top: 0;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}

.search-mobile__top {
	padding: 0.90625rem 1rem 1.4375rem;
	background-image: url('assets/img/search-mobile-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.search-mobile__close {
	width: max-content;
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 0.1875rem;
	margin-bottom: 1.5rem;
	color: #fff;
	font-family: inherit;
	font-size: 1.125rem;
}

.search-mobile__title {
	font-size: 2.625rem;
	font-weight: 900;
	line-height: 1;
	color: #fff;
}

.search-mobile.is-active {
	opacity: 1;
	pointer-events: all;
	right: 0;
}

.search-mobile__main {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.search-mobile .search__wrapper {
	border-radius: 0;
	background: #f3f3f6;
	padding: 1.5rem 1.25rem 2.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.search-mobile__form {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.search-mobile__form .btn--section-search {
	margin-top: auto;
	width: 100%;
	height: 2.75rem;
	border-radius: 0.3125rem;
	padding: 0;
	text-align: center;
	font-size: 0.9375rem;
	display: flex;
	font-weight: bold;
	font-family: inherit;
}

.search-mobile__field {
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	flex: 0 auto;
	width: 100%;
}

.search-mobile .search__locations-result {
	border-radius: 0.625rem;
}

.search-mobile .form__checkbox {
	border-bottom: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.3125rem;
	height: 2.0625rem;
	align-items: center;
}

.search-mobile .form__checkbox:last-child {
	margin-bottom: 0;
}

.search-mobile__field .search__input {
	flex: 1;
	padding: 0 1.5rem;
	height: 2.3125rem;
	border: 0;
	border-bottom: 0.0625rem solid #dbdbf0;
	color: #3535a9;
	font-size: 0.9375rem;
	border-radius: 0;
	background: #f3f3f6;
}

.search-mobile__field .search__input:focus {
	background: #f3f3f6;
}

.search-mobile__field svg,
.search-mobile__field > .icon {
	position: absolute;
	top: 0.59375rem;
	right: 0;
	font-size: 1.125rem;
	height: 1.125rem;
	width: 1.125rem;
	color: #3535a9;
}

.search-mobile__field .search__location-wrapper {
	width: 100%;
}

.search-mobile__field .search__locations-result {
	padding-top: 2.25rem;
}

.search-mobile__links-btn {
	width: max-content;
	margin-right: auto;
	display: flex;
	align-items: center;
	height: 1.6875rem;
	gap: 0.8125rem;
	font-size: 1rem;
	color: #3535a9;
	font-family: inherit;
	font-weight: bold;
}

.search-mobile__result {
	position: absolute;
	top: 0.6875rem;
	z-index: 9;
	border-radius: 0 0 0.625rem 0.625rem;
	width: 100%;
	box-shadow: 0 0.375rem 0.6875rem #3535a91f;
	background-color: var(--white);
	opacity: 0;
	transition: all 0.2s;
	pointer-events: none;
}

.search-mobile__result.active {
	opacity: 1;
	pointer-events: all;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0.3125rem;
	grid-template-rows: unset;
	grid-auto-flow: row;
	max-height: 20.8125rem;
	overflow: auto;
	position: static;
	margin-top: 0;
}

.search__result-error.active + .search-mobile__result.active {
	margin-top: 1.5625rem;
}

.search-mobile__result > li {
	padding: 0 1.25rem;
	display: flex;
	justify-content: center;
}

.search-mobile__result .form__checkbox-label {
	font-size: 0.9375rem;
}

.search-mobile__selected-locations,
.search-mobile__selected-professions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 0.3125rem;
	width: 100%;
}

.search-mobile__selected-locations.active,
.search-mobile__selected-professions.active {
	margin-top: 0.625rem;
}

.search-mobile .search__selected-item {
	padding: 0.3125rem 0.625rem;
	align-items: center;
	font-size: 0.9375rem;
	gap: 0.25rem;
	border-radius: 2.0625rem;
}

.search-mobile__links {
	position: fixed;
	z-index: 999;
	left: 0;
	opacity: 0;
	pointer-events: none;
	bottom: -100%;
	width: 100vw;
	height: 100vh;
	transition: all 0.3s ease-in-out;
	backdrop-filter: blur(0.875rem);
	padding-top: 8.3125rem;
	display: flex;
	flex-direction: column;
}

.search-mobile__links::after {
	position: absolute;
	top: 7.6875rem;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 3.25rem;
	height: 0.3125rem;
	border-radius: 2rem;
	background-color: #fff;
}

.search-mobile__links-wrapper {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 8.3125rem);
}

.search-mobile__links-wrapper > .title {
	padding: 1.875rem 1.5rem 1.3125rem;
	background-color: #fff;
	border-radius: 1.875rem 1.875rem 0 0;
	z-index: 1;
	position: relative;
	font-size: 1.75rem;
	line-height: 1.2;
	color: #3535a9;
	box-shadow: 0 0.875rem 0.75rem rgba(0, 0, 0, 0.02);
}

.search-mobile__links-wrapper .search__links-wrapper {
	flex: 1;
	background-color: #fff;
	margin-top: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.25rem;
	padding: 1.875rem 0;
	overflow: auto;
}

.search-mobile__links-wrapper .search__links-col {
	padding: 0 2.625rem;
}

.search-mobile__links-wrapper .search__links-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.25rem;
	gap: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.search-mobile__links-wrapper .search__links-col .title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #20205d;
}

.search-mobile__links-wrapper .search__links-list > li {
	font-size: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.search-mobile__links.is-active {
	opacity: 1;
	pointer-events: all;
	bottom: 0;
}

.search-mobile__links-close {
	height: 3.625rem;
	width: 100%;
	font-family: inherit;
	background: #3535a9;
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}

.search__show-more {
	font-size: 0.9375rem;
	line-height: 1.2;
	font-family: inherit;
	color: #20205d;
	font-weight: bold;
}

.search__location-wrapper > .icon {
	display: none !important;
}

@media (width < 64em) {
	[data-open-search-mobile] input {
		pointer-events: none;
	}

	.search-mobile__result.active {
		position: absolute;
		left: 0;
		top: 2.25rem;
		max-height: 13.875rem;
	}

	.search__result-error.active + .search-mobile__result.active {
		margin-top: 0;
		top: 6rem;
	}

	.hero__wrapper .search__selected-items {
		display: none !important;
	}

	.search__location-wrapper {
		position: relative;
	}

	.search__location-wrapper > .icon {
		position: absolute;
		left: 0.6875rem;
		top: 0.34375rem;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 2.0625rem;
		height: 2.0625rem;
		mask-size: 1.5rem;
		mask-position: center;
	}

	.header__search {
		display: block;
		font-size: 0;
	}

	.header__logo {
		order: 1;
	}

	.header__search .btn--search .icon {
		--size: 1.25rem;
	}

	.header__wrapper {
		gap: 0.9375rem;
	}

	.search--fixed {
		display: none !important;
	}
}

/* Modal upload resume */

.upload-resume {
	position: fixed;
	z-index: 999;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: flex-end;
	background-color: rgba(30, 30, 63, 0.8);
	backdrop-filter: blur(1.5rem);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.modal__body-close {
	position: absolute;
	left: 1.25rem;
	top: 1.25rem;
	z-index: 1;
	font-size: 0;
	background: 0;
	border: 0;
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
	align-items: center;
	justify-content: center;
	display: none;
}

.upload-resume .modal__body-wrapper {
	height: 100%;
	overflow: auto;
	max-width: 37.5rem;
	width: 100%;
	padding: 2.5rem;
	background-color: #fff;
}

.upload-resume.is-active {
	opacity: 1;
	left: 0;
	opacity: 1;
	pointer-events: all;
}

.upload-resume .progress .progress-bar {
	transition: 0.3s ease-in-out;
}

.upload-resume .modal__subtitle {
	font-size: 1.25rem;
	line-height: 1.2;
	color: #000;
	margin-top: 0.8125rem;
	margin-bottom: 2.5rem;
}

.upload-resume__top {
	margin: -2.5rem -2.5rem 3.125rem;
	background-image: var(--background);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 27.9375rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2.8125rem;
}

.upload-resume__top .modal__title {
	font-size: 3.5rem;
	margin-bottom: 0.625rem;
	color: #fff;
	font-weight: bold;
	max-width: 27.25rem;
	background: 0;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}

.upload-resume__top .modal__subtitle {
	font-size: 1.5rem;
	margin: 0;
	color: #fff;
}

.upload-resume__bottom {
	margin-top: auto;
}

.upload-resume__content {
	margin-bottom: 3.125rem;
}

.upload-resume__content-title {
	margin-bottom: 0.5rem;
	font-size: 1.75rem;
	font-weight: bold;
	color: #20205d;
	line-height: 1.10714286;
}

.upload-resume__content-text {
	max-width: 27.5rem;
	font-size: 1.25rem;
	line-height: 1.35;
	color: #20205d;
}

.upload-resume__content-text p {
	margin: 0;
	margin-bottom: 1.6875rem;
}

.upload-resume__content-text p:last-child {
	margin-bottom: 0;
}

@media (width < 48em) {
	.upload-resume .modal__body-wrapper {
		padding: 0;
		max-width: 100%;
	}

	.upload-resume .modal__title {
		padding: 4.0625rem 1.25rem 3.6875rem;
		margin: 0;
	}

	.upload-resume .modal__subtitle {
		font-size: 1.5rem;
		margin: 0.9375rem 1.25rem;
		color: #3535a9;
	}

	.upload-resume .progress {
		margin: 0 1.25rem;
		width: calc(100% - 2.5rem);
	}

	.upload-resume .modal__body-content {
		padding: 0 1.25rem 2.5rem;
	}

	.upload-resume .modal__file-upload {
		margin-top: 1.875rem;
		margin-bottom: 2.1875rem;
	}

	.modal__body-close {
		display: flex;
	}

	.upload-resume__top {
		margin: 0 0 2.5rem;
		background-image: var(--background-mobile);
		padding: 1.875rem 1.25rem;
		min-height: 0;
	}

	.upload-resume__top .modal__title {
		padding: 0;
		font-size: 2.625rem;
		margin-bottom: 1rem;
	}

	.upload-resume__top .modal__subtitle {
		margin: 0;
		font-size: 1.5rem;
		color: #fff;
	}

	.upload-resume__content {
		padding: 0 1.25rem;
		margin-bottom: 2.5rem;
	}

	.upload-resume__bottom {
		padding: 0 1.25rem 2.5rem;
	}
}

/* Modal preloader */
.modal.is-loading {
	position: relative;
}

.modal.is-loading::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(0.25rem);
	z-index: 9999;
}

.modal.is-loading::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 4rem;
	height: 4rem;
	border: 0.5rem solid transparent;
	/* background: linear-gradient(135deg, #742693, #3434a6) border-box; */
	border: 0.5rem solid #3434a6;
	border-right: 0.5rem solid #ff0163;
	mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 9999;
}

/* Modal login */

#modal-login-upload-resume p {
	color: #20205d;
}

#modal-login-upload-resume a {
	color: #0073f7;
}

/* Jobs page */

.jobs__aside-item .filter-counter {
	display: none;
}

/* FIXES */
.modal__file-upload.drag-over {
	background: #f4f4fb;
	border: 0.0625rem solid #3535a9;
}
body.search-mobile--active {
	overflow: hidden;
}
body {
	overflow-x: hidden;
}
.header__nav {
	align-self: center;
}

.footer__nav-wrapper {
	flex: 1;
}

.footer__socials {
	flex-direction: column;
	align-items: flex-start;
}

.footer__socials .footer__group-title {
	font-size: 1.125rem;
	margin-bottom: 0.3125rem;
	align-items: flex-start;
}

.footer__socials ul {
	gap: 2.4375rem;
}

.search .form__checkbox.is-hidden {
	display: none !important;
}

.jobs__list--grid-view .card--job .card__text {
	width: 100%;
}

.search__input {
	font-family: inherit;
}

.header__search {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.header__search.header__search--visible {
	opacity: 1;
	visibility: visible;
}

.header__search .btn--search {
	border: 0;
	color: #3535a9;
}

/* Animate */

.wow.fadeInUpSoft {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wow.fadeInUpSoft.animated {
	opacity: 1;
	transform: translateY(0);
}

.page-template-page-home .employers-slider__logos img,
.page-template-page-home .section--oss img {
	height: auto;
}
.page-template-page-home .section--default:nth-child(odd) .section__wrapper {
	flex-flow: inherit;
}
.page-template-page-home .section--default.section--reverse .section__wrapper {
	flex-direction: row-reverse;
}
@media (width < 64rem) {
	.page-template-page-home .section--default.section--reverse .section__wrapper {
		flex-direction: column;
	}
}

.modal__step,
.modal-login__step {
	height: 100%;
}

.form__group--success-text {
	display: none;
	flex-direction: row-reverse;
	gap: 0.375rem;
	margin-top: 1rem;
	color: #20205d;
}
.form__group--success-text.active {
	display: flex;
}

pre {
	direction: ltr;
	background: #fff;
	padding: 0.5rem;
	border-radius: 0.5rem;
	color: #000;
}

.modal .modal__login-text {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 114%;
	max-width: 90%;
	display: none;
}

.smart-agent-disabled .modal__login-text {
	display: block;
}

.modal .modal__login-text a,
.jobs__header-bottom a,
.modal .modal__login-text .btn--empty {
	text-decoration: underline;
	color: var(--tory-blue);
}

.modal__event-title,
.modal__event-info {
	color: #3535a9;
	font-weight: normal;
}
.modal__event-title {
	margin-top: 0.75rem;
}
.modal__event-info {
	margin-top: 0.25rem;
}
.modal__event-info .blog__post-info-event {
	color: #3535a9;
	font-weight: normal;
}

#hidden-your-city,
#hidden-your-subject {
	display: none;
}
.wpcf7-not-valid-tip {
	font-size: 0.875rem;
	padding-top: 0.313rem;
}
.wpcf7 form .wpcf7-response-output {
	padding: 0.5rem;
	margin: 1.25rem auto 0;
	width: 100%;
	border-width: 0.063rem;
}
#modal-smart-agent-delete .modal__subtitle {
	margin-top: 1.5rem;
}

#smart-agent-error-message {
	margin-top: 1.5rem;
	color: var(--radical-red);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

.footer__recaptcha-disclaimer {
	padding: 0 3.875rem 1rem;
	font-size: 0.875rem;
}

.grecaptcha-badge {
	display: none !important;
}

@media (width < 64em) {
	.footer__recaptcha-disclaimer {
		padding: 0 1.25rem 1rem;
	}
}

.search__wrapper.is-loading {
	position: relative;
}

.search__wrapper.is-loading::after {
	position: absolute;
	right: 3.5625rem;
	top: 11rem;
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	border: 0.25rem solid #3434a6;
	border-right: 0.25rem solid #ff0163;
	mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 9999;
}