/*
Theme Name:   WorkScout Child
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfedHFHGPc.woff)
    format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

.resume-meta-skills.cstm_skills {
    display: none !important;
}

fieldset.form.fieldset-company_website.fieldset-type-text small {
  display: none !important;
}
#signup-dialog .the_champ_login_container.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.resume-manager-resumes img.candidate_photo {
  margin-right: 20px;
  margin-left: 0px;
  max-width: 80px;
}

body.page-id-86 div#titlebar {
  display: none;
}
body.page-id-86 .sign-in-form {
  margin-top: 50px;
}
body.page-id-95 div#titlebar {
  display: none;
}
.fa-map-marker:before {
  content: "\f041" !important;
}

.fa-money:before {
  content: "\f0d6" !important;
}

.dashboard-stat-content h4 {
  font-family: inherit;
}
.custom_loader_btn {
  opacity: 0.5;
  pointer-events: none;
}

form.resume_filters.in_sidebar {
  margin-top: 20px;
}
form.list-search {
  margin-top: 20px;
}
.resumes_map {
  display: none !important;
}

/* .header-notifications-dropdown li#alerts_page-menu {
  display: none;
} */

#dashboard nav#breadcrumbs {
  display: none;
}

.dashboard-nav ul:before {
  font-weight: 700 !important;
  font-size: 15px !important;
}

.messages-inbox ul li:hover {
  border-top: 1px solid #28b661;
  border-bottom: 1px solid #28b661;
  background-color: rgb(27 221 112 / 5%) !important;
}

.messages-inbox ul li.active_msg {
  border-top: 1px solid #28b661;
  border-bottom: 1px solid #28b661;
  background-color: rgb(27 221 112 / 5%) !important;
}

/*.messages-inbox ul li.unread{
    border-top: 1px solid #28b661;
    border-bottom: 1px solid #28b661;
    background-color: rgb(27 221 112 / 5%) !important;
}*/

.message-bubble.me .message-text {
  background-color: #28b661 !important;
  color: #000 !important;
  transition: 0.2s;
  background-color: rgb(27 221 112 / 5%) !important;
}

.fieldset-geolocation_lat,
.fieldset-geolocation_long {
  display: none;
}

.submit-page label {
  text-transform: capitalize;
}
.footer-row aside#block-8 p {
  width: 90%;
}
#submit-resume-form fieldset.form.fieldset-candidate_location {
  display: none;
}
.post-type-archive-resume #titlebar span {
  display: none !important;
}
.footer-new-row-2 {
  display: none !important;
}
body .cstm_loader {
  top: 100px;
}
.cstm_loader {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.cstm_loader i {
  font-size: 32px;
  cursor: default;
  color: #fff;
  position: relative;
  top: 18px;
}

.cstm_category_main .cstm_flex_block {
  display: block !important;
}

.full-page-map-container.cstm_rsm_side_mn {
  background-color: #ffffff !important;
}
.cstm_main {
  margin: 25px;
}
.resume_description.cstm_resume_desc {
  margin-top: 70px;
  text-align: left;
}

body:not(.logged-in) .candidate_photo, 
body:not(.logged-in) .ajax-job-view-logo,
body:not(.logged-in) .job-listing-company-logo {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}


body:not(.logged-in) .candidate-video {
    pointer-events: none !important;
}

body:not(.logged-in) .candidate-video:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: rgb(0,0,0,0.9);
    height: 100%;
    z-index: 999;
    pointer-events: none;
}

ul.resumes li.resume .skills {
  display: none !important;
}
.cstm_action {
  display: flex;
}
.cstm_action a {
  padding: 10px !important;
}
.dashboard-content {
  width: calc(100% - 260px) !important;
}
div#job-manager-alerts, div#job-manager-bookmarks,
div#resume-manager-candidate-dashboard,
.dashboard-list-box-content {
  overflow-y: auto !important;
}
div#job-manager-alerts table, div#job-manager-bookmarks table,
div#resume-manager-candidate-dashboard table, .manage-table {
  width: 100% !important;
  min-width: 1400px !important;
  max-width: 100% !important;
  overflow: inherit !important;
}

@media only screen and (max-device-width: 1100px) {
  table.manage-table.job-manager-bookmarks th:first-child i {
    left: 0px !important;
} 
  .dashboard-content {
      width: unset !important;
  }
  div#job-manager-alerts table, div#job-manager-bookmarks table,
div#resume-manager-candidate-dashboard table, .manage-table {
      width: unset !important;
      min-width: unset !important;
  }
  .full-page-map-container.cstm_rsm_side_mn {
    order: 3;
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(100% + 20px);
    width: 100% !important;
    z-index: -2;
    padding-bottom: 80px !important;
  }
  .full-page-content-inner .small-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: #fff;
  }
}
@media only screen and (max-device-width: 992px) {
  .intro-search-field {
    flex-wrap: wrap !important;
    margin-top: 20px !important;
    border: none !important;
  }
  .intro-search-field .field-title {
    transform: inherit !important;
    position: inherit !important;
  }
  select.job-manager-category-dropdown.select2-hidden-accessible {
    width: 0 !important;
    height: 0 !important;
    top: 0px !important;
  }
}
@media only screen and (max-device-width: 767px) {
  .resume-titlebar a.cstm_resume_link {
    width: 100% !important;
    display: inline-block;
  }
  .resume-titlebar img {
    margin: 0 10px 0 0 !important;
    display: block !important;
  }
  .full-page-map-container.cstm_rsm_side_mn {
    top: calc(86% + 20px);
  }
}
@media only screen and (max-device-width: 500px) {
  .new-header #logo_nh {
    position: relative;
  }
  .new-header #logo_nh span {
    position: absolute;
    top: 12px;
    right: -15px;
  }
}


@media only screen and (min-width: 1023px) {
  .cstm_swiper.elementor-element .swiper-slide {
    opacity: 0.5;
  }
  .cstm_swiper.elementor-element .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
  .cstm_swiper.elementor-element .swiper-slide .elementor-testimonial .elementor-testimonial__content,
  .cstm_swiper.elementor-element .swiper-slide .elementor-testimonial .elementor-testimonial__content:after {
    background: transparent;
  }
  .cstm_swiper.elementor-element .swiper-slide .elementor-testimonial .elementor-testimonial__text {
    color: #888888;
  }
  .cstm_swiper.elementor-element .swiper-slide.swiper-slide-next .elementor-testimonial .elementor-testimonial__content,
  .cstm_swiper.elementor-element .swiper-slide.swiper-slide-next .elementor-testimonial .elementor-testimonial__content:after {
    background: #282828;
  }
  .cstm_swiper.elementor-element .swiper-slide.swiper-slide-next .elementor-testimonial .elementor-testimonial__text {
    color: #fff;
  }
}

.home-video-sec figure.presto-block-video {
	border-radius: 15px;
}
body .job_description ul, body .job_description ol, .single-page-section ul, .single-page-section ol {
  margin-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: ordered;
  padding-left: 10px;
}
body .job_description ul li::before, body .job_description ol li::before, .single-page-section ul li::before, .single-page-section ol li::before {
  background-color: rgba(0, 0, 0, 0.05);
  color: #888;
  text-align: center;
  line-height: 26px;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  position: absolute;
  margin-left: -35px;
  margin-top: -3px;
  font-weight: 500;
  font-size: 12px;
}

body .job_description ul li::before, body .job_description ol li::before, .single-page-section ul li::before, .single-page-section ol li::before {
  content: "\e928";
  margin-top: -2px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Material-Icons' !important;
}
body .job_description ul li::before, body .job_description ol li::before, .single-page-section ul li::before, .single-page-section ol li::before {
  background-color: rgba(38, 174, 97, 0.15);
  color: #26ae61;
}
.job-overview strong {
  font-weight: 500;
}
.single_job_listing strong {
  font-weight: 500;
}
.company-info h4 a strong {
  font-size: 18px;
}

body:is(.candidate-logged-in) .candidate_photo, body:is(.candidate-logged-in) .ajax-job-view-logo.hide, body:is(.candidate-logged-in) .job-listing-company-logo.hide {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.apply_with_resume label { margin-top: 15px; }
.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
/*    display: flex;
    justify-content: center;*/
}

.tab-slider--tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  height: 42px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-slider--tabs:after {
  content: "";
  width: calc(50% - 5px);
  background: rgba(38,174,97, 0.20);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 4px;
}
.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
	margin-right: 4px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  width: 50%;
  color: #888;
  text-align: center;
  padding: 14px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          background:#f7f7f7;
}
.tab-slider--trigger.active {
  color: #26ae61;
  font-weight: 500;
  background: transparent;
}

.tab-slider--body {
  margin-bottom: 20px;
}

.candidate-logged-in .recruiters-menu{
  display: none;
}

.employer-logged-in .talent-menu.menu-item-type-custom{
  display: none;
}