.interest-final {
	display: block;
}
.interest__chips {
	display: block;
}
html {
	font-family: 'Montserrat', sans-serif;
}
.interest__chip {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 14px;
	border-radius: 24px;
	font-size: 0.875rem;
	background-color: #b9d0ff !important;
}
.interest__chip img {
	width: 16px;
	height: 16px;
}
.resume__boxes-a .application-work-view__box__item__text {
	margin-top: -2px;
	padding-top: 0;
}
.application-work-view .mb-5-a {
	margin-bottom: 5px;
}
.application-work-view a:hover {
	text-decoration: underline;
}
.application-work-view__sub-title {
	color: #112d65;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}
.application-work-view__text {
	color: rgba(7, 39, 75, 0.80);
	font-size: 18px;
}
.application-work-view__text--primary {
	color: #112d65;
}
.application-work-view__qr-code {
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: 3px;
}
.application-work-view__qr-code__img {
	width: 110px;
	height: 105px;
	object-fit: cover;
}
.application-work-view__qr-code__text {
	color: #07274b;
	font-weight: 300;
}
.application-work-view__boxes {
	display: flex;
}
.application-work-view__boxes .application-work-view__box {
	width: 50%;
}
.application-work-view__boxes .application-work-view__box:nth-child(2n+1) {
	padding-right: 20px;
	border-right: 0.5px solid rgba(0, 0, 0, 0.15);
}
.application-work-view__boxes .application-work-view__box:nth-child(2n) {
	padding-left: 20px;
}
.application-work-view__boxes-1 .application-work-view__box--before-content {
	width: 70% !important;
}
.application-work-view__boxes-1 .application-work-view__box--before-content .application-work-view__box__body, .application-work-view__boxes-1 .application-work-view__box--before-content .application-work-view__box__header {
	padding-right: 15px;
}
.application-work-view__boxes-1 .application-work-view__box {
	width: 30%;
}
.application-work-view__boxes-1 .application-work-view__box:nth-child(2n) .application-work-view__box__header, .application-work-view__boxes-1 .application-work-view__box:nth-child(2n) .application-work-view__box__body {
	padding-left: 15px;
}
.application-work-view__boxes-1 .application-work-view__box:nth-child(2n + 1) .application-work-view__box__header, .application-work-view__boxes-1 .application-work-view__box:nth-child(2n + 1) .application-work-view__box__body {
	padding-right: 15px;
}
.application-work-view__box {
	margin-top: 20px;
}
.application-work-view__box__header {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}
.application-work-view__box__header {
	padding: 5px 0;
}
.application-work-view__box__body {
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}
.application-work-view__box__title {
	color: #112d65;
	font-size: 18px;
	font-weight: 500;
}
.application-work-view__box__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.application-work-view__box__item__title, .application-work-view__box__item__text {
	line-height: 118.5%;
	width: 100%;
	padding: 2px 0;
}
.application-work-view__box__item__text--border-left {
	border-left: 0.5px solid rgba(0, 0, 0, 0.15);
	padding: 8px 20px !important;
}
.application-work-view__box__item__title {
	color: rgba(17, 45, 101, 0.949);
}
.application-work-view__box__item__text {
	color: #112d65;
}
.application-work-view__box__item__text--gray {
	color: #000 !important;
	font-size: 0.875rem !important;
}
.application-work-view__box__item--driver-licence {
	justify-content: unset !important;
	gap: 2px;
	flex-wrap: wrap;
	flex-direction: row !important;
}
.application-work-view__box__item--driver-licence span {
	width: fit-content !important;
}
.application-work-view__box--before-content .application-work-view__box__body {
	display: flex;
	flex-direction: column;
	row-gap: 0;
	margin-top: 10px;
	margin-left: 8px;
	border-left: 2px solid #3c5da0;
}
.application-work-view__box--before-content .application-work-view__box__item {
	padding: 8px 0 8px 20px;
	position: relative;
	flex-direction: column;
	gap: 0;
}
.application-work-view__box--before-content .application-work-view__box__item::before, .application-work-view__box--before-content .application-work-view__box__item::after {
	position: absolute;
	content: "";
}
.application-work-view__box--before-content .application-work-view__box__item::before {
	left: -1px;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #3c5da0;
}
.application-work-view__box--language {
	margin-bottom: 10px;
}
.application-work-view__box--language .application-work-view__box__item {
	gap: 25px;
	justify-content: unset;
}
.application-work-view__box--language .application-work-view__box__item__text {
	width: calc(15% - 12.5px);
}
.application-work-view__box--language .application-work-view__box__item__title {
	width: calc(85% - 12.5px);
}
.application-work-view .user__img {
	width: 100%;
	height: 100%;
	max-width: 145px;
	max-height: 162px;
	object-fit: cover;
	border-radius: 5px;
	border: 0.5px solid rgba(0, 0, 0, 0.20);
}
.application-work-view .user__img--loader {
	display: flex;
	align-items: center;
	justify-content: center;
}
.application-work-view .user__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}
.application-work-view .user__info-wrapper {
	display: flex;
	align-items: center;
	gap: 10px 37px;
}
.application-work-view .user__body {
	margin-top: 40px;
}
.application-work-view .user__body .application-work-view__box__item {
	align-items: center;
}
.application-work-view .user__body .application-work-view__box__item span {
	max-width: 450px;
}
.application-work-view .user .application-work-view__box__header, .application-work-view .user .application-work-view__box__item__text--border-left, .application-work-view .user .application-work-view__boxes .application-work-view__box:nth-child(2n+1) {
	border-color: #112d65;
}
.application-work-view .user .application-work-view__box__body {
	row-gap: 10px;
	margin-top: 20px;
}
.application-work-view .user .application-work-view__box__item__title {
	color: #000;
}
.application-work-view .user .application-work-view__box__item__title, .application-work-view .user .application-work-view__box__item__text {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.user-wrapper {
	display: flex;
}
.user-wrapper > .user__body.application-work-view__box, .user-wrapper > .user__header {
	display: inline-block;
}
.user-wrapper > .user__body.application-work-view__box {
	width: 50%;
	margin-top: 0 !important;
}
.user-wrapper > .user__header {
	width: 40%;
	margin-left: auto;
}
.user-wrapper .user__info-wrapper {
	text-align: center;
}
.user-wrapper .application-work-view__box__item__text {
	text-align: right !important;
	justify-content: flex-end !important;
	text-transform: uppercase;
}
.user-wrapper .application-work-view__text {
	font-size: 16px;
}
.user-wrapper .application-work-view__box__body {
	row-gap: 5px !important;
}
.application-work-view__box__item__text--border-left {
	border-left: unset !important;
}
.application-work-view__box__header {
	padding: 12px 20px !important;
	border-radius: 5px;
	border-bottom: none;
	background-color: #eaf4ff;
}
.application-work-view__box__header svg {
	display: inline-block;
	margin-right: 10px;
}
.application-work-view__box__title {
	display: inline-block;
	line-height: 25px;
}
.resume-inner-table {
	margin-top: -20px;
}
.resume-inner-table thead {
	border-bottom: 2px solid #a5c1f9;
}
.resume-inner-table thead th {
	position: relative;
	padding: 12px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.resume-inner-table thead th:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 90%;
	background-color: #a5c1f9;
}
.resume-inner-table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}
.resume-inner-table tbody td {
	padding: 10px;
	font-size: 15px;
	font-weight: 400;
	color: #2c2c2c;
}
.resume-inner-table-center tbody td {
	text-align: center;
}
.application-work-view__box--before-content .application-work-view__box__body {
	border: none !important;
}
.resume-no-data-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #b3b3b3;
}
.resume-line-text {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.resume-line-text-wrap {
	display: block !important;
	display: flex;
	align-items: flex-start;
}
.resume-line-text-wrap:not(:last-child) {
	border-bottom: 1px solid #a5c1f9;
}
.resume-line-text-wrap-box {
	display: inline-block;
	width: 65%;
}
.resume-line-text-wrap-qr {
	display: inline-block;
	width: 200px;
	margin-left: 30px;
	text-align: center;
}
.resume-line-text-wrap-qr img {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.resume-line-text-wrap-qr span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #2c2c2c;
}
.resume-line-text span {
	display: inline-block;
	width: 49%;
	font-size: 15px;
	font-weight: 400;
	color: #2c2c2c;
}
.resume-line-text span:last-child {
	text-align: right;
}
@media (max-width: 1330px) {
	.resume--page-2 .resume__body {
		padding: 40px 50px 30px !important;
	}
}
@media (max-width: 991px) {
	.resume--page-2 .resume__body {
		padding: 40px 30px 25px !important;
	}
}
@media (max-width: 575px) {
	.resume--page-2 .resume__body {
		padding: 35px 15px 25px !important;
	}
	.application-work-view__sub-title {
		font-size: 17px !important;
	}
	.application-work-view .user__info {
		gap: 8px !important;
	}
	.application-work-view .mb-5-a {
		margin-bottom: 0;
	}
	.application-work-view__box__title {
		font-weight: 700;
	}
	.application-work-view .user .application-work-view__box__body {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.application-work-view .user__body .application-work-view__box__item {
		align-items: flex-start !important;
	}
	.application-work-view .user__body .application-work-view__box__item__text {
		margin-top: -5px;
		font-weight: 600;
	}
	.application-work-view__box {
		margin-top: 15px !important;
	}
}
@media only screen and (max-width: 991px) {
	.application-work-view__box {
		margin-top: 13px;
	}
	.application-work-view__box__header {
		padding: 11px 0;
	}
	.application-work-view__box__body {
		row-gap: 14px;
	}
	.application-work-view__box__item {
		gap: 8px;
	}
	.application-work-view__boxes .application-work-view__box:nth-child(2n+1) {
		padding-right: 18px;
	}
	.application-work-view__boxes .application-work-view__box__title {
		min-height: 41.39px;
	}
}
@media only screen and (max-width: 885px) {
	.application-work-view__boxes .application-work-view__box__title {
		min-height: 62.1px !important;
	}
}
@media only screen and (max-width: 768px) {
	.application-work-view__box {
		margin-top: 11px;
	}
	.application-work-view__box__header {
		padding: 9px 0;
	}
	.application-work-view__box__body {
		row-gap: 12px;
	}
	.application-work-view__box__item {
		gap: 6px;
	}
	.application-work-view__boxes .application-work-view__box:nth-child(2n+1) {
		padding-right: 15px;
	}
	.application-work-view__boxes .application-work-view__box__title {
		min-height: 41.39px !important;
	}
}
@media only screen and (max-width: 700px) {
	.application-work-view__boxes {
		flex-direction: column;
	}
	.application-work-view__boxes .application-work-view__box {
		width: 100% !important;
		padding: 0 !important;
		border: 0 !important;
	}
	.application-work-view__boxes .application-work-view__box__body, .application-work-view__boxes .application-work-view__box__header {
		border-right: unset !important;
		border-left: unset !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.application-work-view__boxes .application-work-view__box__title {
		min-height: unset !important;
	}
}
@media only screen and (max-width: 575px) {
	.application-work-view .user__img {
		max-width: 110px;
		max-height: 115px;
	}
	.application-work-view .user__info {
		gap: 6px;
	}
	.application-work-view .user__info-wrapper {
		gap: 10px;
	}
	.application-work-view__sub-title {
		font-size: 18px;
	}
	.application-work-view__text {
		font-size: 16px;
	}
	.application-work-view__box {
		margin-top: 8px;
	}
	.application-work-view__box__header {
		padding: 7px 0;
	}
	.application-work-view__box__title {
		font-size: 1rem;
	}
	.application-work-view__box__body {
		margin-top: 8px;
		row-gap: 8px;
	}
	.application-work-view__box__item {
		gap: 4px;
	}
	.application-work-view__box__item__text, .application-work-view__box__item__title {
		font-size: 14px;
	}
	.application-work-view__box--before-content .application-work-view__box__item {
		padding: 6px 0 6px 15px;
	}
}
@media only screen and (max-width: 460px) {
	.application-work-view .user__info {
		gap: 5px;
	}
	.application-work-view .user__info-wrapper {
		flex-direction: column;
		align-items: start;
	}
	.application-work-view__box {
		margin-top: 5px;
	}
	.application-work-view__box__header {
		padding: 5px 0;
	}
	.application-work-view__box__body {
		margin-top: 5px;
		row-gap: 5px;
	}
	.application-work-view__box__item {
		flex-direction: column;
		gap: 3px !important;
	}
	.application-work-view__box__item__title {
		padding: 5px 0 !important;
		width: unset !important;
		border-left: unset !important;
	}
	.application-work-view__box__item__text {
		padding: 0 !important;
		border-left: unset !important;
		width: unset !important;
	}
	.application-work-view__box__item--driver-licence span {
		padding: 0 !important;
	}
}
.application-work__swiper-navigation, .resume__header {
	display: none !important;
}
.application-work-view .user__info-wrapper {
	display: block !important;
}
.user-wrapper > .user__header {
	width: 48%;
}
.user__img {
	margin-bottom: 20px;
	/* width: 100%; */
}
.application-work-view .user__info {
	gap: 10px;
	/* width: 100%; */
	/* display: block; */
	/* text-align: center !important; */
}
.user-wrapper .application-work-view__text {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0;
}
