@import "../fonts/fonts.css";

body {
  margin: 0;
  padding: 0;
  font-family: "Founders Grotesk", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --headergray: #f2f2f2;
  --gray: #d3d3d3;
  --hovergray: #7f7f7f;
  --bordergray: #dadada;
  --red: rgb(168, 33, 40);
  --red-lightened: #e46267;
  --newGray: #ebebeb;
  --newBlue: #5c9ecb;
  --newGreen: #49842a;
  --sliderBgBlue: #9bc4d8;
  --headerHeight: 150px;
  --containerWidth: 960px;
  --containerPadder: 20px;
}

.hidden {
  display: none;
}

#jobkarusell_content {
  margin-inline: auto;
}

#jobkarusell_content .header {
  box-sizing: border-box;
  width: 100%;
  border-top: 4px solid var(--newBlue);
  padding: 0.75rem 30px 1rem;
  display: flex;
  align-items: center;
}

#jobkarusell_content .header .combiner {
  display: flex;
  gap: 1rem;
}

#jobkarusell_content .header .jobads-counter {
  margin-left: auto;
}

#jobkarusell_content .header .combiner h3.sitename .logo-text {
  background: url("../img/MS-vertical.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 100px;
}

#jobkarusell_content .header img {
  max-height: 15px;
}

@media (min-width: 620px) {
  #jobkarusell_content .header img {
    max-height: 30px;
  }
  #jobkarusell_content .header .combiner h3.sitename .logo-text {
    height: 30px;
    width: 190px;
  }
}

#jobkarusell_content .header a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#jobkarusell_content a,
#jobkarusell_content a:visited,
#jobkarusell_content a:hover,
#jobkarusell_content a:active {
  color: black;
  text-decoration: none;
}

#jobkarusell_content {
  max-width: 980px;
  /* background-color: var(--sliderBgBlue); */
  height: 360px;
  position: relative;
}

#jobkarusell_content .prev_button,
#jobkarusell_content .next_button {
  position: absolute;
  /*   background: red; */
  bottom: 0;
  height: 80%;
  width: 15%;
  z-index: 100;
}

#jobkarusell_content .next_button {
  right: 0;
  cursor: e-resize;
}

#jobkarusell_content .prev_button {
  cursor: w-resize;
}

#jobkarusell_content .carousel_holder {
  margin: 0 20px;
}

#jobkarusell_content .slide {
  padding: 1rem;
  position: relative;
}

#jobkarusell_content .slide a.text .listing_info span:first-child {
  margin-right: 1rem;
}

#jobkarusell_content {
  font-family: "Inter", sans-serif;
}

#jobkarusell_content .slide {
  background: #f9fafb;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a;
  margin: 0 4px;
}

#jobkarusell_content .single .slide__inner {
  display: flex;
  max-height: 246px;
}

@media (max-width: 600px) {
  #jobkarusell_content .single .slide__inner {
    display: block;
  }
}

#jobkarusell_content .single .slide__inner .slide__inner__image,
#jobkarusell_content .single .slide__inner .slide__inner__content {
  width: 50%;
}

#jobkarusell_content .single .slide__inner .slide__inner__image {
  display: flex;
  justify-content: center;
}

#jobkarusell_content .single .slide__inner .slide__inner__image img {
  max-height: 100%;
  border-radius: 5px;
}

#jobkarusell_content .single .slide__inner .slide__inner__content {
  margin-right: 16px;
}

@media (max-width: 980px) {
  #jobkarusell_content .single .slide__inner__image {
    width: 20%;
  }

  #jobkarusell_content .single .slide__inner__content {
    width: 80%;
  }
}

@media (max-width: 600px) {
  #jobkarusell_content .slide__inner__image {
    display: none !important;
  }
  #jobkarusell_content .slide .slide__head {
    height: 64px;
  }
  #jobkarusell_content .slide .slide__details {
    padding-bottom: 24px;
  }
  #jobkarusell_content .single .slide__inner .slide__inner__image,
  #jobkarusell_content .single .slide__inner .slide__inner__content {
    width: 100%;
  }
}

#jobkarusell_content .slide .slide__head {
  height: 94px;
}

#jobkarusell_content .slide .slide__head__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

#jobkarusell_content .slide .slide__head__position {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

#jobkarusell_content .slide .slide__details {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 54px;
  line-height: 1.4;
}

#jobkarusell_content .slide .slide__logo {
  display: inline-block;
  height: 59px;
}

#jobkarusell_content .slide .slide__logo img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Show 20% part of the next slide */
#jobkarusell_content .multiple .slick-list {
  padding: 0 20% 0 0 !important;
}

.jobads-counter {
  font-weight: 500;
  font-size: 14px;
}
#jobkarusell_content .no-results {
  width: 935px !important;
}

#jobkarusell_content .no-results .no-results__inner {
  display: flex;
  align-items: center;
  background: #f9fafb;
  border-radius: 8px;
  padding-left: 25px;
}

#jobkarusell_content .no-results .no-results__inner .left .noresultsTitle {
  color: #749dc8;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 25px;
}

#jobkarusell_content .no-results .no-results__inner .left .noresultsSubTitle {
  color: #000000;
  font-size: 27px;
  font-weight: 700;
}
#jobkarusell_content .no-results .no-results__inner .right {
  width: 100%;
  flex-basis: fit-content;
  margin: 25px;
}
#jobkarusell_content .no-results .no-results__inner .left {
  max-width: 500px;
}

#jobkarusell_content .no-results .no-results__inner .right img {
  object-fit: cover;
  border-radius: 4px;
  max-width: 250px;
  height: auto;
}

@media (max-width: 730px) {
  #jobkarusell_content .no-results .no-results__inner .left {
    max-width: 350px;
  }
}
@media (max-width: 620px) {
  #jobkarusell_content .no-results .no-results__inner .left {
    max-width: 270px;
  }
}

@media (max-width: 468px) {
  #jobkarusell_content .no-results .no-results__inner {
    flex-direction: column-reverse;
    align-items: unset;
  }
  #jobkarusell_content .no-results .no-results__inner .left {
    max-width: 400px;
  }
  #jobkarusell_content .no-results .no-results__inner .right img {
    max-width: 380px;
    height: auto;
    aspect-ratio: 12 / 4;
  }
  #jobkarusell_content .no-results .no-results__inner .right {
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  #jobkarusell_content .no-results .no-results__inner .right img {
    max-width: 230px;
    aspect-ratio: 12 / 6;
  }
  #jobkarusell_content .no-results .no-results__inner .left .noresultsTitle {
    font-size: 16px;
    max-width: 270px;
    margin-bottom: 10px;
  }
  #jobkarusell_content .no-results .no-results__inner .left .noresultsSubTitle {
    font-size: 22px;
    max-width: 259px;
    padding-bottom: 25px;
  }
}
