@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cairo-latin-normal-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cairo-latin-bold-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cairo-latin-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cairo-latin-bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
span.label-required {
  color: #d90000;
}

.color-secondary {
  color: rgb(190, 180, 140);
  fill: rgb(190, 180, 140);
}

.bg-primary {
  background-color: rgb(0, 80, 120) !important;
}

.bg-secondary {
  background-color: rgb(190, 180, 140) !important;
}

.back-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.back-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.back-button.no-shadow {
  box-shadow: none;
}
.back-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}

.favorite-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.favorite-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.favorite-button.no-shadow {
  box-shadow: none;
}
.favorite-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.favorite-button svg {
  padding: 0.25rem;
  height: 2.5rem;
  width: 2.5rem;
}

.share-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.share-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.share-button.no-shadow {
  box-shadow: none;
}
.share-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.share-button svg {
  padding: 0.35rem 0.4rem 0.25rem 0.1rem;
  height: 2.4rem;
  width: 2.4rem;
}

.x-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}
.x-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.x-button.no-shadow {
  box-shadow: none;
}
.x-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.x-button svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem;
}

.add-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}
.add-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.add-button.no-shadow {
  box-shadow: none;
}
.add-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.add-button svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem;
}

.chevron-down-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.chevron-down-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.chevron-down-button.no-shadow {
  box-shadow: none;
}
.chevron-down-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.chevron-down-button svg {
  padding: 0.35rem 0.4rem 0.25rem 0.1rem;
  height: 2.4rem;
  width: 2.4rem;
}

.chevron-up-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.chevron-up-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.chevron-up-button.no-shadow {
  box-shadow: none;
}
.chevron-up-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.chevron-up-button svg {
  padding: 0.35rem 0.4rem 0.25rem 0.1rem;
  height: 2.4rem;
  width: 2.4rem;
}

.chevron-left-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.chevron-left-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.chevron-left-button.no-shadow {
  box-shadow: none;
}
.chevron-left-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.chevron-left-button svg {
  padding: 0.35rem 0.25rem 0.25rem 0.25rem;
  height: 2.4rem;
  width: 2.4rem;
}

.chevron-right-button {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px 0 #ccc;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.chevron-right-button svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
}
.chevron-right-button.no-shadow {
  box-shadow: none;
}
.chevron-right-button.hover-effect:hover {
  background: rgb(220, 220, 220);
  transition: background-color 300ms ease-in-out;
}
.chevron-right-button svg {
  padding: 0.35rem 0.15rem 0.25rem 0.35rem;
  height: 2.4rem;
  width: 2.4rem;
}

.chevron-down-icon {
  display: inline-block;
  vertical-align: text-bottom;
}
.chevron-down-icon svg {
  height: 0.8rem;
  width: 0.8rem;
  stroke: #fff;
  stroke-width: 2px;
}

.chevron-up-icon {
  display: inline-block;
}
.chevron-up-icon svg {
  height: 0.8rem;
  width: 0.8rem;
  stroke: #fff;
  stroke-width: 2px;
}

.chevron-left-icon {
  display: inline-block;
}
.chevron-left-icon svg {
  height: 0.8rem;
  width: 0.8rem;
  stroke: #fff;
  stroke-width: 2px;
}

.chevron-right-icon {
  vertical-align: text-bottom;
  display: inline-block;
}
.chevron-right-icon svg {
  height: 0.8rem;
  width: 0.8rem;
  stroke: #fff;
  stroke-width: 2px;
}

.search-result-list-header {
  font-family: "Cairo", sans-serif;
  font-size: 1.875rem;
}

.search-result-detail-wrapper {
  width: 100%;
  max-width: 60rem;
}
.search-result-detail-wrapper .search-result-detail-nav-wrapper-button-line {
  padding: 1rem 1rem 0;
}

.search-result-detail {
  padding: 0 1rem;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
}
.search-result-detail .search-result-detail-content {
  background: rgb(255, 255, 255);
  border-radius: 0.25rem;
}
.search-result-detail .search-result-detail-content.has-logo {
  padding-top: 4.5rem !important;
  margin-top: 2rem !important;
  position: relative;
}
.search-result-detail .search-result-detail-content.has-logo .search-result-logo {
  background: transparent;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: -3.5rem;
  margin-left: 50%;
  left: -3.5rem;
  box-shadow: 0 0 4px #000, 0 0 4px #fff;
  border-radius: 0.5rem;
}
.search-result-detail .search-result-detail-content.has-logo .search-result-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 0.5rem;
}
.search-result-detail .search-result-detail-content.search-result-detail-description {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.search-result-detail h3 {
  font-size: 1.1875rem;
  font-weight: bold;
}
.search-result-detail h4 {
  font-size: 1.0625rem;
  font-weight: bold;
}
.search-result-detail .job-detail-head-sub-info-skill-slider {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  gap: 0 0.25rem;
}
.search-result-detail .job-detail-head-sub-info-skill-slider .job-detail-head-sub-info-skill-slider-right, .search-result-detail .job-detail-head-sub-info-skill-slider .job-detail-head-sub-info-skill-slider-left {
  justify-self: center;
  margin-top: 1.5rem;
}
.search-result-detail .job-detail-head-sub-info {
  font-size: 0.9rem;
}
.search-result-detail .job-detail-head-sub-info.job-detail-head-sub-info-skills {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  position: relative;
}
.search-result-detail .job-detail-head-sub-info.job-detail-head-sub-info-skills div {
  display: inline-block;
  vertical-align: top;
}
.search-result-detail .job-detail-head-sub-info.job-detail-head-sub-info-skills div + div {
  margin-left: 2rem;
}
.search-result-detail .job-detail-head-sub-info.job-detail-head-sub-info-skills div .job-detail-head-sub-info-image-wrapper {
  border: 1px solid rgb(140, 140, 140);
  border-radius: 0.5rem;
  padding: 0.5rem;
  height: 6rem;
  width: 6rem;
  display: block;
  align-content: center;
  text-align: center;
}
.search-result-detail .job-detail-head-sub-info.job-detail-head-sub-info-skills div .job-detail-head-sub-info-text-wrapper {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  margin-left: 0;
  width: 6rem;
  white-space: normal;
}
.search-result-detail .job-detail-head-sub-info.job-detail-head-sub-info-skills div img {
  max-height: 5rem;
  max-width: 5rem;
}
.search-result-detail .job-detail-head-meta-info {
  font-size: 0.8rem;
  font-weight: bold;
  color: rgb(100, 100, 100);
}

.job-scanner {
  background: rgb(0, 80, 120);
  color: rgb(255, 255, 255);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.job-scanner input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.job-scanner label {
  height: 1.5rem;
  vertical-align: super;
  margin-left: 0.5rem;
  cursor: pointer;
}

.job-scan {
  border: 1px solid rgb(0, 80, 120);
  height: 1.75rem;
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  margin: 0.1rem;
}
.job-scan.job-scan-skill {
  background: rgba(0, 99, 81, 0.3);
}
.job-scan.job-scan-location {
  background: rgba(94, 158, 255, 0.3);
}
.job-scan.job-scan-occupation {
  background: rgba(112, 46, 220, 0.3);
}
.job-scan.job-scan-company {
  background: rgba(227, 191, 0, 0.4);
}

.search-result-detail-nav-wrapper {
  height: 12rem;
  margin-bottom: -5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.search-result-detail-nav-wrapper.search-default-detail-nav-wrapper-bg1 {
  background: repeating-conic-gradient(from 45deg at 50% 100%, #006351 0deg 10deg, #075546 40deg 60deg, #006351 80deg 90deg);
}
.search-result-detail-nav-wrapper.search-default-detail-nav-wrapper-bg2 {
  background: repeating-conic-gradient(from 0deg at 50% 100%, #03265b 0deg 10deg, #001f4d 30deg 50deg, #03265b 78deg 90deg);
}
.search-result-detail-nav-wrapper.search-default-detail-nav-wrapper-bg3 {
  background: repeating-conic-gradient(from 45deg at 50% 100%, #630e00 0deg 10deg, #550e02 40deg 60deg, #630e00 80deg 90deg);
}

/*# sourceMappingURL=search-results-detail-only.css.map */
