/* Single Vacancy Page Styles */
.single-vacancy__text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
#single-vacancy__form ._inner{
    margin-top: 30px;
    padding: 50px 30px;
    border-radius: 16px;
    border-top: 4px solid var(--happy-green);
}
#single-vacancy__form .contact--white .inbound-form-wrapper form .inbound-field label{
    background-color: #f3f5fb;
}
.single-vacancy__top .container{
  background: #F3F5FB;
  border-radius: 20px 16px 16px 16px;
  margin:0px 20px;
  color: black;
}
.single-vacancy__top .container.single-vacancy__hero{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  grid-template-areas: "content logo";
  column-gap: 60px;
  align-items: start;
}
.single-vacancy__top .container.single-vacancy__hero:not(:has(.single-vacancy__preview-logo)){
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "content";
}
.single-vacancy__top .container.single-vacancy__hero ._left_jb_bl{
  grid-area: content;
  min-width: 0;
}
.single-vacancy__hero-actions{
  min-height: 52px;
  margin-bottom: 30px;
}
.single-vacancy__hero-actions .single-vacancy__btns{
  margin-bottom: 0 !important;
}
.single-vacancy__top .container._premium_job{
  background-position: bottom calc(0% - 222px) left 93%,top -238px left 60%;
  background-repeat: no-repeat;
  background-image: url(../img/common_new/yellow.svg),url(../img/common_new/blue.svg);
}
.single-vacancy__top .container._no_logo_job{
  background-position: bottom calc(0% - 222px) left 93%;
  background-repeat: no-repeat;
  background-image: url(../img/common_new/blue.svg);
}
.single-vacancy .job_plate, .round_btn{
  font-size:16px;
  margin-right: 35px;
}
.single-vacancy .job_plate:before{
  margin-right: 5px;
}
.single-vacancy__top .single-vacancy__preview-logo{
  grid-area: logo;
  margin-top: 60px;
  width: 200px;
  min-height: 200px;
  flex-shrink: 0;
}
.single-vacancy__top .single-vacancy__preview-logo img{
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.single-vacancy__company-text{
  font-size: 16px;
  line-height: 22px;
}
.single-vacancy__share-wrap .share-wrap a svg path {
    fill: black !important;
}
.single-vacancy__match .empty_sp{
  background: rgba(0, 199, 79, 0.2);
  height: 15px;
  width: 100%;
  border-radius: 0px 0px 0px 12px;
}
.single-vacancy ._m_num_top div:nth-child(1){
  font-size: 54px;
  font-weight: 900;
  line-height: 46px;
  margin-left: 0px;
  margin-bottom: 7px;
}
.single-vacancy ._m_num_top div:nth-child(2){
  margin-left: 0px;
}
.single-vacancy ._m_num_top{
  text-align: left;
  margin-left: 0px;
  background:none;
}
.single-vacancy .vacancies .job_plate{
  font-size: 16px;
  margin-right: 20px;
  margin-top: 10px;
  display:inline-block;
}
.single-vacancy .vacancies .job_plate:before{
  top: 5px;
  margin-right: 3px;
  background-repeat: no-repeat!important;
  background-size: 18px 18px!important;
}
.single-vacancy .vacancies ._plate_inner{
  width:100%;
}
.single-vacancy .vacancies .vacancies__plate-title{
  height:45px;
}
.single-vacancy .vacancies .empty_logo{
  width: 55px;
  height: 55px;
  float: left;
}
.single-vacancy__match ._m_num._best_bg,
.empty_sp._best_bg{
  background: rgba(0, 199, 79, 0.2);
}
.single-vacancy__match ._m_num._good_bg,
.empty_sp._good_bg{
  background: rgb(254 198 7 / 20%);
}
.single-vacancy .premium_job:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/hm/assets/img/job_el/star_new.svg);
  background-repeat: no-repeat!important;
  background-size: 18px 18px!important;
  margin-right: 0px;
  position: relative;
  top: 2px;
  left: -4px;
}
.single-vacancy .premium_job{
    background: var(--happy-red);
    color: white;
}
.single-vacancy__match ._m_num_text{
  display:grid!important;
}
.apply_block{
    border-top: 5px solid #a930cf;
}
.apply_block .theme-btn{
  width: 100%;
}
.job-expire-progress__bar{
  height: 6px;
  border-radius: 999px;
  background: #E8E8E8;
  overflow: hidden;
}
.job-expire-progress__fill{
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFD4B8 0%, #FF8A3D 100%);
  transition: width 0.3s ease;
}
.job-expire-progress__text{
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
}
.apply_block div {
    margin-bottom: 7px;
}
.apply_block .fa {
    margin-right: 8px;
}
.apply_block ._title{
  font-size: 24px;
  line-height: 32px;
  font-weight:var(--font-semibold);
}
.apply_block .info_box{
  display:table;
  font-size: 16px;
}
.new_block.apply_block {
  padding-right: 15px;
}
.new_block.apply_block .settings{
  display: flex;
  align-items: center;
  gap: 10px;
}
.closed_job.container{
    background: #fff4f4 !important;
}
@media screen and (min-width:769px){
  .single-vacancy__preview-logo{
      margin-right: 0;
  }
}
@media screen and (max-width:768px){
  .single-vacancy__top .container.single-vacancy__hero{
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "content" "logo";
    column-gap: 0;
  }
  .single-vacancy__top .single-vacancy__preview-logo{
    min-height: 0;
    width: auto;
    max-width: 200px;
    margin: 20px auto 20px !important;
  }
}
.single-vacancy__preview-logo img,.company-head__logo img,.vacancies__search-item__img img{
  border-radius: 2px;
  max-height:200px;
}
.company-head__logo img{
  width:100px;
  height:auto;
}
.cp_block .premium_job{
  left: 0px;
  border-radius: 0px 0px 16px 16px;
}
.cp_block .company-info{
  margin-top: 30px;
  margin-left: 15px;
}
.cp_block_inner {
  display: grid;
  grid-template-columns:auto 430px;
  grid-gap: 110px;
}
.cp_block_inner.wide{
   grid-gap: 20px;
}
.cp_block_inner .theme-btn{
  margin-bottom:50px;
}
.cp_block .company-head__grid{
  align-items: center;
  margin-top: 0px;
}
.cp_block .premium_job:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/hm/assets/img/job_el/star_new.svg);
  background-repeat: no-repeat!important;
  background-size: 18px 18px!important;
  margin-right: 0px;
  position: relative;
  top: 2px;
  left: -4px;
}
.cp_icon_location:before {
  content:'';
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/hm/assets/img/companies_new/location.svg);
  display: inline-block;
  background-size: 22px;
  background-position: top;
  position: relative;
  top: 3px;
  left:0px;
  margin-right: 5px;
}
.cp_icon_industry:before {
  content:'';
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/hm/assets/img/companies_new/industry.svg);
  display: inline-block;
  background-size: 22px;
  background-position: top;
  position: relative;
  top: 3px;
  left:0px;
  margin-right: 5px;
}
.cp_icon_team:before {
  content:'';
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/hm/assets/img/companies_new/people.svg);
  display: inline-block;
  background-size: 22px;
  background-position: top;
  position: relative;
  top: 3px;
  left:0px;
  margin-right: 5px;
}
.easy_apply {
  background: white;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  margin-right: 8px;
}
.easy_apply img {
    width: 18px;
    margin: auto;
}

@media screen and (max-width: 768px){
  .job-vote{
    margin-left: 5px !important;
  }
  .mng_fav.job_page{
    margin-left: 5px !important;
  }
  .single-vacancy__btns.hide_on_web.sticky_top_mobile a.theme-btn{
    line-height: 1;
    padding: 16px 11px 16px 11px;
    font-size: 15px;
  }
  .easy_apply{
    margin-right: 7px !important;
  }
  .job-vote__btn{
    gap: 4px;
    padding: 0 8px;
  }
  .cp_image_premium{
    max-width: 100%;
    width: 100%;
    background-size: contain;
  }
  .base_row{
    gap: 0px 9px;
    flex-wrap: wrap;
  }
}