
.print-hidden,
.resume-download,
.resume-result-print-wrapper {
	display: none !important;
}



body {
	font-family: Montserrat-Medium, sans-serif, Arial;
}


.application-work-view__sub-title {
  color: #303133;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.application-work-view__text {
  color: rgba(7, 39, 75, 0.8);
  font-size: 18px;
}
.application-work-view__text--primary {
  color: rgb(49, 134, 251);
}
.application-work-view__qr-code {
  display: flex;
  align-items: center;
  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: #303133;
  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: 8px;
}
.application-work-view__box__header > img {
  display: none;
}
.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: 15px;
}
.application-work-view__box__header {
  /* border-bottom: 0.5px solid rgba(0, 0, 0, 0.15); */
}
.application-work-view__box__body {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.application-work-view__box__title {
  color: rgb(49, 134, 251);
  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 {
  padding: 2px 10px !important;
}
.application-work-view__box__item__title {
  color: rgba(17, 45, 101, 0.6);
}
.application-work-view__box__item__text {
  color: #112d65;
}
.application-work-view__box__item__text--gray {
  color: rgba(17, 45, 101, 0.8);
  font-size: 15px;
}
.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 {
  row-gap: 0;
  margin-top: 6px;
}
.application-work-view__box--before-content .application-work-view__box__item {
  padding: 7px 0 7px 14px;
  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: 0;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(49, 134, 251);
}
.application-work-view__box--before-content .application-work-view__box__item::after {
  left: 0;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  z-index: 0;
  width: 1px;
  background-color: rgba(50, 156, 216, 0.15);
}
.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: 140px;
  max-height: 145px;
  object-fit: cover;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}
.application-work-view .user__img--loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-work-view .user__body .application-work-view__box__item span {
  max-width: 450px;
}

.application-work-view .user__info-wrapper {
	display: block;
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.application-work-view .user__img {
	display: block;
	width: 145px;
	height: 162px;
	max-width: 145px;
	max-height: 162px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	object-fit: cover;
}
.application-work-view .user__info {
	display: block;
	text-align: center;
}
.application-work-view .user__info span {
	margin-bottom: 5px;
}
.application-work-view .user__info span:not(.application-work-view__sub-title), .application-work-view .user__info a {
	font-size: 15px;
	font-weight: 400;
	color: #2c2c2c;
}
.application-work-view .user__info > * {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #2c2c2c;
}
.application-work-view .application-work-view__sub-title {
	font-size: 20px;
	font-weight: 400;
	color: #4a83f3;
}


.resume-result {
	max-width: 1080px;
	margin: 5px auto 0 auto;
	padding: 100px 50px 40px;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
.resume-result > .el-card__body {
	padding: 0 !important;
}
.resume-result > .el-card__body > div {
	position: relative;
}
.resume-result-title {
	position: absolute;
	width: 1080px;
	top: -100px;
	left: -50px;
	padding: 20px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-color: #4a83f3;
	color: #fff;
}
.resume-result-print {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	border-radius: 50%;
	background-color: #4a83f3;
	cursor: pointer;
}
.resume-result-print img {
	width: 20px;
	height: 20px;
}
.resume-result .application-work-view .user__info-wrapper {
	display: block !important;
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.resume-result .application-work-view .user__img {
	display: block;
	width: 145px;
	height: 162px;
	max-width: 145px;
	max-height: 162px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	object-fit: cover;
}
.resume-result .application-work-view .user__info {
	display: block;
	text-align: center;
}
.resume-result .application-work-view .user__info span {
	margin-bottom: 5px;
}
.resume-result .application-work-view .user__info span:not(.application-work-view__sub-title), .resume-result .application-work-view .user__info a {
	font-size: 15px;
	font-weight: 400;
	color: #2c2c2c;
}
.resume-result .application-work-view .user__info > * {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #2c2c2c;
}
.resume-result .application-work-view .application-work-view__sub-title {
	font-size: 20px;
	font-weight: 400;
	color: #4a83f3;
}
.resume-result .application-work-view__box {
	margin-bottom: 30px;
}
.resume-result .application-work-view__box__header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 12px 15px;
	border-radius: 5px;
	background-color: #eaf4ff;
	border: none !important;
}
.resume-result .application-work-view__box__header > * {
	display: inline-block;
}
.resume-result .application-work-view__box__header > img {
	margin-right: 10px;
}
.resume-result .application-work-view__box__header > h3 {
	margin-bottom: 0;
	font-weight: 600;
}
.resume-result .application-work-view .user__body .application-work-view__box__item span {
	font-size: 15px;
	color: #2c2c2c;
}
.resume-result .application-work-view__box__item__text--border-left {
	padding-left: 30px !important;
	border-left: unset !important;
	text-align: right;
}
.resume-result .application-work-view__box__body {
	padding-left: 15px;
}
.resume-result .application-work-view__box--before-content .application-work-view__box__item::after {
	border-color: #a5c1f9;
}
.resume-inner-table {
	margin-top: -20px;
}

.resume-inner-table thead {
	position: relative;
}
.resume-inner-table thead::before {
	content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #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;
}
.resume-line-text {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.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: 70%;
}
.resume-line-text-wrap-qr {
	display: inline-block;
	width: 150px;
	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;
}

.resume-no-data-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #b3b3b3;
}

.application-work-view .user__info-wrapper {
	display: block;
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.application-work-view .user__img {
	display: block;
	width: 145px;
	height: 162px;
	max-width: 145px;
	max-height: 162px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	object-fit: cover;
}
.application-work-view .user__info {
	display: block;
	text-align: center;
}
.application-work-view .user__info span {
	margin-bottom: 5px;
}
.application-work-view .user__info span:not(.application-work-view__sub-title), .application-work-view .user__info a {
	font-size: 15px;
	font-weight: 400;
	color: #2c2c2c;
}
.application-work-view .user__info > * {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #2c2c2c;
}
.application-work-view .application-work-view__sub-title {
	font-size: 20px;
	font-weight: 400;
	color: #4a83f3;
}
.application-work-view__box {
	margin-bottom: 30px;
}
.application-work-view__box__header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 12px 15px;
	border-radius: 5px;
	background-color: #eaf4ff;
	border: none;
}
.application-work-view__box__header > * {
	display: inline-block;
}
.application-work-view__box__header > img {
	margin-right: 10px;
}
.application-work-view__box__header > h3 {
	margin-bottom: 0;
	margin-top: 0 !important;
	font-weight: 600;
}
.application-work-view .user__body .application-work-view__box__item span {
	font-size: 15px;
	color: #2c2c2c;
}
.application-work-view__box__item__text--border-left {
	padding-left: 30px !important;
	border-left: unset;
	text-align: right;
}
.application-work-view__box__body {
	padding-left: 15px;
	row-gap: 10px;
}
.application-work-view__box--before-content .application-work-view__box__item::after {
	border-color: #a5c1f9;
}

/* .user__body,
.resume-result .application-work-view .user__info-wrapper  {
	width: 45% !important;
} */
[class*="el-col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-col-12 {
  width: 50%;
}
.el-col-24 {
  width: 100%;
}