.tzSelect{
	height:34px;
	min-width:200px;
	position:relative;
	max-width: 100%;
}

.tzSelect .selectBox{
	position:absolute;
	height:100%;
	width: 100%;
	line-height: 33px;
	text-align:center;
	border: 1px solid #ccc;
	color:#666666;
	background: #eee;
	cursor:pointer;
	padding: 0 25px 0 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tzSelect .selectBox:after{content: "";position: absolute;top: 13px;right: 7px;border: 6px solid transparent;border-top-color: #444;border-bottom: 0;}
.tzSelect .selectBox.expanded:after{border-bottom: 6px solid #444;border-top: 0;}
.tzSelect .selectBox.sc_error_empty{
    border-color: #f58181;
    background: #fbe1e1;
    color: #f33333;
}
.tzSelect .selectBox.sc_error_empty:after{border-top-color: #ea3131}
.tzSelect .selectBox.sc_error_empty.expanded:after{border-bottom: 6px solid #ea3131}

.tzSelect .dropDown{
	position:absolute;
	top: 34px;
	left: 0;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	border-top: none;
	list-style:none;
	z-index: 10;
	margin: 0;
	padding: 0;
	max-height: 300px;
    overflow: auto;
	-webkit-overflow-scrolling:touch;
}


.tzSelect li{
	height: 73px;
	cursor:pointer;
	position:relative;
	border-bottom: 1px solid #ddd;
}
.tzSelect li:hover{background:#fbfbfb}
.tzSelect li:last-child{border:none}
.tzSelect li span{
	left: 80px;
	right: 5px;
	position:absolute;
	top: 10px;
	line-height: 18px;
}

.tzSelect li img{
	left: 5px;
	position:absolute;
	top: 4px;
}
.tzSelect li b{
	position: absolute;
    left: 80px;
    bottom: 8px;
	font-weight: normal;
	font-size: 14px;
}
.tzSelect li b a.delete{color: red;}
.jobAuthor{gap: 15px;}
.jobImg{
	overflow: hidden;
	border-radius: 6px;
	width: 64px;
	flex-basis: 64px;
	height: 64px;
	display: flex;
}
.jobInfo{width: calc(100% - 196px);}
.jobInfo h4{margin-bottom:4px;font-size: 1.2rem}
.jobMeta{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jobBtns{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.jobType{
	font-size: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px 3px;
    vertical-align: 2px;
    color: #7a7a7a;
	white-space: nowrap;
}
.jobType:hover{color:#444;cursor:default}
.jobAddress .addressMap{border: 1px solid #ddd;}
.salaryBox{
	display: inline-block;
	font-weight: bold;
	color: #444;
	text-align: center;
	vertical-align: middle;
	padding: 0.375rem 1px;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-right: 6px;
}
.jobEvent .salaryBox{
	display: inline-block;
	font-weight: bold;
	color: #444;
	vertical-align: unset;
	padding: 0;
	font-size: inherit;
	line-height: normal;
	margin-right: 0;
}
.jobInfos > span:after{
	content: '·';
	padding: 0 6px 0 8px;
}
.jobInfos > span:last-child:after{content:none}

.jobListTexts > p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.experienceCol{
	display: flex;
    gap: 6px;
}
.eduBoxItem div p{margin: 0;}

.menu-notices .nav-link.active>.counter.badge {
    color: #fff;
}
.jobText{
  position: relative;
  width: 100%;
  padding: 10px 15px 12px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  box-shadow: 0 0 10px #c1c1c1;
  margin-top: 18px;
}
.jobText:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 23px;
	top: -26px;
	border: 10px solid transparent;
	border-bottom: 15px solid rgb(193,193,193);
	border-bottom: 15px solid rgba(193,193,193,0.5);
	z-index: 2;
}
.jobText:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 25px;
  top: -21px;
  border: 8px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 3;
}
.btn:focus, .btn.focus, .btn-outline-danger:focus, .btn-outline-danger.focus {box-shadow: none !important}
.content_list_item .jobMeta .icms-favorites__btn, .content_list_item .jobMeta .is_bookmarks_btn, .cvMeta .icms-favorites__btn, .cvMeta .is_bookmarks_btn{
	padding: 0.25rem 0.5rem;
    font-size: 0.8203125rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.ft_experience .experienceCol{font-size:14px}
.ft_experience .experienceCol select{padding: 5px;}

.contactzItem label{
	background: #eee;
    color: #fff;
    border-color: #999;
    opacity: 0.6;
}
.contactzItem .custom-checkbox-input:checked + label{filter: grayscale(0);}
label[for*="tel_telegram"]{
	background: #2ea2dc !important;
    border-color: #2392c9 !important;
}
label[for*="tel_whatsapp"]{
	background: #0dc143 !important;
    border-color: #18ad45 !important;
}
label[for*="tel_viber"]{
	background: #a436c7 !important;
    border-color: #840bab !important;
}
.btn-outline-viber{border-color: #840bab;color: #840bab; }
.custom-checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.custom-checkbox-input:checked + label, .services_box label.checked, .contactzItem .custom-checkbox-input:checked + label{
	opacity: 1;
    background: #fff;
    border-color: #7e7e7e;
    color: #fff;
    animation: zoom-in-out 0.3s ease;
}
@keyframes zoom-in-out {
  50% {
    transform: scale(0.9);
  }
}
.field ul.contactzListBox{
	margin: 5px 0 0;
    padding: 0;
    list-style: none;
}
.contactzListBox li{
    margin-bottom: 5px;
}
.contactzListBox li span{color: #444;}
.wdCompaniesBox{font-size: 14px;}
.wdCompaniesBox .jobInfo h4{font-size: 16px;}

@media all and (max-width: 757px) {
	.expBox .mb-3 .row > .col-3, .eduBox .mb-3 .row > .col-3{flex: 0 0 100%;max-width: 100%;}
}
@media all and (max-width: 575px) {
	.jobEvent h5{font-size: 1rem;}
	.jobEvent h5 + small{display: none;}
}
@media all and (max-width: 385px) {
	.jobEvent .jobBirth_date, .jobEvent .jobGender{display: none;}
	.jobText{font-size:14px}
}