:root {
  --tab-primary-color: #185ee0;
  --tab-secondary-color: #e6eef9;
}
.vpjb-wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 4%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  container-type: inline-size;
}
body.vpjb_position-template-default .vpjb-wrap {
  flex-direction: row;
  justify-content: flex-start;
}
.vpjb-filters {
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  width: 34cqw;
  font-family: "Roboto";
}
.vpjb-wrap {
  width: 100%;
}
article.vpjb-card {
  position: relative;
}
body.post-type-archive-vpjb_position
  div#protag-sticky_skyscrapers_right-ad-unit {
  display: none;
}
div#discussion-under-article {
  display: none !important;
}
body.single-vpjb_position div#protag-sticky_skyscrapers_right-ad-unit {
  display: none !important;
}
body.single-vpjb_position div#discussion-under-article {
  display: none !important;
}
main.vpjb-detail__main {
  width: 64cqw;
  padding: 40px;
  box-sizing: border-box;
  line-height: 140%;
  background-color: #fff;
  background: rgb(from #ffffff r g b / 0.8);
  border: 1px solid rgb(from #0068ff r g b / 0.4);
  border-radius: 10px;
}
.vpjb-section ul {
  padding-left: 20px;
  list-style: circle inside;
}
main.vpjb-detail__main h1 {
  font-size: 24px;
  margin-bottom: 8px;
}

aside.vpjb-detail__side {
  width: 30cqw;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.vpjb-wrap.vpjb-detail .vpjb-breadcrumbs a {
  color: #0068ff;
}
a.vpjb-company-box {
  padding: 40px;
  border-radius: 10px;
  background: rgb(from #0068ff r g b / 0.04);
}
.vpjb-company-box__excerpt {
  line-height: 1.4;
}
.vpjb-archive-grid {
  width: 62cqw;
  max-width: 820px;
}
.vpjb-form-section {
  /* border-radius: 8px; */
  display: flex;
  margin-bottom: 14px;
  width: 100%;
}
v .vpjb-content {
  margin-top: 28px;
  padding-bottom: 10px;
}
.vpjb-content hr {
  margin-top: 20px;
  background: #a8c8d500;
}
.vpjb-archive-head {
  margin-bottom: 24px;
}
.vpjb-filters input,
.vpjb-filters select,
.vpjb-filters button,
.vpjb-form input,
.vpjb-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  background: #fff;
}
.vpjb-filters button,
.vpjb-apply-open,
.vpjb-form button {
  background: #123df3;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
.vpjb-list {
  display: grid;
  gap: 16px;
  padding: 20px 0;
}
.vpjb-card,
.vpjb-company-box,
.vpjb-empty,
.vpjb-company-head {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 24px;
}
.vpjb-card__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.vpjb-card__title {
  width: 100%;
  padding-right: 40px !important;
  line-height: 28px;
}
.vpjb-card__logo img {
  max-width: 140px !important;
  height: auto;
  object-fit: contain;
  max-height: 70px;
}
.vpjb-card__info,
.vpjb-company-head__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0;
  color: #666;
}
.vpjb-card__top a {
  margin-right: 30px;
  margin-top: 40px !important;
}
.vpjb-card__info span,
.vpjb-company-head__meta span,
.vpjb-card__meta {
  font-size: 14px;
}
.vpjb-card h2,
.vpjb-card h3,
.vpjb-company-box h3 {
  margin: 0 0 10px;
}
.vpjb-card__company-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}
.vpjb-section {
  margin-top: 28px;
}
.vpjb-section ul {
  padding-left: 20px;
}
.vpjb-company-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.vpjb-company-box__image img {
  width: 100%;
  height: auto;
  display: block;
}
.vpjb-company-box__sector {
  color: #777;
  margin-bottom: 8px;
}
.vpjb-company-box__cta {
  display: block;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: 700;
}
.vpjb-apply-open {
  width: 100%;
  padding: 16px;
}
.vpjb-drawer {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}
.vpjb-drawer.is-open {
  display: block;
}
.vpjb-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.vpjb-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(100%, 760px);
  background: #fff;
  padding: 24px;
  overflow: auto;
}
.vpjb-drawer__close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  border: none;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.vpjb-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vpjb-span-2 {
  grid-column: span 2;
}
.vpjb-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.vpjb-form__message {
  margin-top: 14px;
  font-weight: 600;
}
.vpjb-breadcrumbs {
  font-size: 14px;
  /* margin-bottom: 0; */
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
}
.vpjb-pagination {
  margin-top: 24px;
}
.vpjb-content p:first-child {
  margin-top: 0;
}
a.vpjb-card__logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  object-fit: contain;
  display: flex;
  justify-content: flex-end;
}
article.vpjb-card h2 > a {
  font-size: 18px !important;
  color: #002632;
  font-family: Roboto;
}
article.vpjb-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  transition: all 400ms;
}
article.vpjb-card:hover {
  cursor: pointer;
  border: 1px solid rgb(from #0068ff r g b / 0.4);
  background: rgb(from #0068ff r g b / 0.04);
}
article.vpjb-card:hover h2 > a {
  color: #123df3;
}
.vpjb-filters .ts-wrapper {
  width: 100%;
}
.ts-control > input {
  min-width: unset !important;
  background: transparent !important;
}
.vpjb-filters .ts-control {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  background: #ffffff80;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  border-radius: 8px;
  transition:
    border 400ms,
    background 800ms;
}

.vpjb-filters .ts-wrapper.focus .ts-control {
  border-color: #0068ff;
  box-shadow: 0 0 0 1px rgba(0, 104, 255, 0.18);
  background: #e6eef957;
}

.vpjb-filters .ts-dropdown {
  border: 1px solid rgba(0, 104, 255, 0.22);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  font-size: 15px;
  z-index: 30;
}

.vpjb-filters .ts-dropdown .option {
  padding: 12px 18px;
  line-height: normal;
  align-items: center;
  transition:
    background 400ms,
    color 200ms;
}
.vpjb-filters .ts-dropdown .option > input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #8aa0c9;
  border-radius: 3px;

  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding: 0;
  outline-width: 5px;
  outline-color: transparent;
  transition: all 0.3s;
  border: 2px solid #7575755e;
}
.vpjb-wrap
  .ts-wrapper.vpjb-tom-select.has-items
  .option.selected
  > input[type="checkbox"] {
  background: var(--tab-primary-color);
}
.vpjb-wrap
  .ts-wrapper.vpjb-tom-select.has-items
  .option.selected
  > input[type="checkbox"] {
  outline: 5px solid #185ee0;
  outline-offset: -10px;
}
.vpjb-filters .ts-dropdown .option:hover > input {
  /* outline: 1px solid #185ee0; */
  outline-offset: -1px;
  /* border: 2px solid #185ee0; */
  outline-width: 3.4px;
  outline-color: #ffffff;
  transition: all 0.1s;
  border-radius: 3px;
  background: #185ee0;
}
.vpjb-filters .ts-dropdown .active {
  background: rgba(0, 104, 255, 0.08);
  color: #0068ff;
}
.vpjb-wrap
  .ts-wrapper.vpjb-tom-select.has-items
  .option.selected
  > input[type="checkbox"] {
  background: var(--tab-primary-color);
}
.tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.tabs * {
  z-index: 2;
}

input[type="radio"] {
  display: none;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: calc(100% / 2);
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: var(--tab-secondary-color);
  transition: 0.15s ease-in;
}

input[type="radio"]:checked + label {
  color: var(--tab-primary-color);
}
input[type="radio"]:checked + label > .notification {
  background-color: var(--tab-primary-color);
  color: #fff;
}

input[id="radio-1"]:checked ~ .glider {
  transform: translateX(0);
}

input[id="radio-2"]:checked ~ .glider {
  transform: translateX(100%);
}

input[id="radio-3"]:checked ~ .glider {
  transform: translateX(200%);
}

.glider {
  position: absolute;
  display: flex;
  height: 54px;
  width: calc(100% / 2);
  background-color: var(--tab-secondary-color);
  z-index: 1;
  border-radius: 8px;
  transition: 0.25s ease-out;
}

.vpjb-chekbox-select input {
  width: 15%;
  margin: 0;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 4px 12px !important;
  background: #d3e1f3;
  color: #303030;
  border: 0px solid #d0d0d0;
  overflow: visible;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.vpjb-wrap .ts-wrapper.vpjb-tom-select.has-items .option.selected {
  background: #ebf3ff;
}
.ts-wrapper.multi .ts-control > div {
  word-break: keep-all;
  text-wrap: nowrap;
}
.vpjb-checkbox-multiselect div.option {
  display: flex;
}
.vpjb-filters .ts-dropdown .option > input {
  width: 15px;
  margin: 0;
  margin-right: 0.5rem;
}
div#mvp-main-body-wrap {
  display: block;
}
.vpjb-breadcrumbs {
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.vpjb-filters_inner-wrap {
  padding: 15px;
  border: 1px solid #e6e6e6;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.vpjb-archive-top-belt {
  display: flex;
  justify-content: space-between;
}
h1.vpjb-main-title {
  font-size: 1.75rem;
}
.vpjb-archive-top-belt__right {
  display: flex;
  gap: 10px;
}
.vpjb-counter-mark {
  padding: 10px;
  border-radius: 4px;
  background: rgb(from var(--tab-primary-color) r g b / 0.1);
  color: var(--tab-primary-color);
  padding: 12px 20px;
}
.vpjb-main-title_wrapper {
  display: flex;
  align-items: center;
}
.vpjb-archive-top-belt button.vpjb-btn {
  background: var(--tab-primary-color);
  color: #fff;
  padding: 12px 20px;
  border: 0;
  border-radius: 4px;
  transition: background 300ms;
  cursor: pointer;
}
.vpjb-archive-top-belt button.vpjb-btn:hover {
  background: #217eff;
}
span.vpjb-position-count {
  background-color: oklch(96.5% 0.004 286.32);
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  background: rgb(from var(--tab-primary-color) r g b / 0.1);
  color: var(--tab-primary-color);
  font-weight: 600;
  margin-left: 10px;
  font-size: 1.75rem;
}
@media (max-width: 900px) {
  .vpjb-detail {
    grid-template-columns: 1fr;
  }
  .vpjb-filters,
  .vpjb-form__grid {
    grid-template-columns: 1fr;
  }
  .vpjb-span-2 {
    grid-column: auto;
  }
  main.vpjb-detail__main {
    width: 100%;
  }
  aside.vpjb-detail__side {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .vpjb-wrap {
    width: 100%;
    padding-top: 0;
  }
  .vpjb-filters {
    width: 100%;
    padding: 28px;
    margin-bottom: 0;
  }
  .vpjb-list {
    padding: 28px;
  }
  .vpjb-archive-grid {
    width: 100%;
  }
}
