.btn-primary {
  --bs-btn-bg: #217893;
  --bs-btn-border-color: #217893;
  --bs-btn-hover-bg: #217893;
  --bs-btn-hover-border-color: #217893;
  --bs-btn-active-bg: #217893;
  --bs-btn-active-border-color: #217893;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #217893;
  --bs-btn-disabled-border-color: #217893;
}

.text-primary {
  color: #217893 !important;
}

.pagination {
  --bs-pagination-color: #217893;
  --bs-pagination-hover-color: #217893;
  --bs-pagination-focus-color: #217893;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(33, 120, 147, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #217893;
  --bs-pagination-active-border-color: #217893;
}

.form-check-input:checked {
  background-color: #217893;
  border-color: #217893;
}

.form-check-input:focus {
  border-color: #42a3c1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 120, 147, 0.25);
}

.nav-link {
  color: #217893;
}

.nav-link:hover, .nav-link:focus {
  color: #217893;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6117647059), rgba(0, 0, 0, 0.6117647059)), url("/images/hero-image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0;
  margin: 0;
  height: 100px;
}
.hero-section h1 {
  text-align: center;
  font-size: 3rem;
  color: white;
}

.offcanvas {
  background: #fcfcfc;
}

.results-count {
  font-size: 1rem;
  font-weight: light;
}

.jobs-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 95vh;
  background: #e9e9e9;
  padding: 0 80px;
}
.jobs-page-wrapper #featuredCompaniesCarousel {
  background-color: white;
  width: 100%;
  height: auto;
}
.jobs-page-wrapper #featuredCompaniesCarousel .carousel-inner .carousel-item img {
  aspect-ratio: 32/9;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.jobs-page-wrapper .filter-section {
  flex-direction: column;
}
.jobs-page-wrapper .filter-section .filters-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.jobs-page-wrapper .filter-section .filters-header .input-group-search {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-evenly;
}
.jobs-page-wrapper .filter-section .filters-header .input-group-search .input-group-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.jobs-page-wrapper .filter-section .filters-header .input-group-search .input-group-filters label {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.jobs-page-wrapper .filter-section .filters-header .input-group-search button {
  padding: 3px 25px;
}
.jobs-page-wrapper .filter-section .filters {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.jobs-page-wrapper .filter-section .filters .btn-primary {
  margin-top: auto;
  padding: 3px 25px;
}
.jobs-page-wrapper .filter-section .filters .input-group-filters {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 10px 10px 0 0;
}
.jobs-page-wrapper .filter-section .filters .input-group-filters label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.jobs-page-wrapper .filter-section .filters .input-group-filters input, .jobs-page-wrapper .filter-section .filters .input-group-filters select {
  width: 100%;
}
.jobs-page-wrapper .filter-section-mobile {
  filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.095));
  background: #fcfcfc;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 15px 20px;
}
.jobs-page-wrapper .filter-section-mobile button {
  height: 100%;
  margin: auto 0;
}
.jobs-page-wrapper .filter-section-mobile .input-group-filters {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 10px;
}
.jobs-page-wrapper .filter-section-mobile .input-group-filters label {
  margin-bottom: 0;
}
.jobs-page-wrapper .filter-section-mobile .input-group-filters input, .jobs-page-wrapper .filter-section-mobile .input-group-filters select {
  width: 100%;
}
.jobs-page-wrapper .filter-section-mobile .filters-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.jobs-page-wrapper .filter-section-mobile .filters-wrapper .input-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.jobs-page-wrapper .filter-section-mobile .filters-wrapper .input-group label {
  margin-bottom: 0;
}
.jobs-page-wrapper .filter-section-mobile .filters-wrapper input, .jobs-page-wrapper .filter-section-mobile .filters-wrapper select {
  width: 100%;
}
.jobs-page-wrapper .jobs-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  position: relative;
}
.jobs-page-wrapper .jobs-section .floating-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.jobs-page-wrapper .jobs-section .floating-buttons .btn-primary {
  padding: 3px 35px;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card {
  margin: 5px;
  padding: 0;
  width: 20rem;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card.featured {
  position: relative;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card.featured:before {
  content: "IZDVOJENO";
  background-color: rgba(33, 120, 147, 0.75);
  color: white;
  width: auto;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card .job-card-image {
  aspect-ratio: 32/9;
  max-height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card .card-body .card-title {
  font-size: 1.1rem;
  padding: 0 5px;
  line-height: 20px;
  margin-top: 5px;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card .card-body .card-text {
  font-size: 1rem;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  border-top: 1px solid lightgray;
  width: 100%;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card .card-body .job-card-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 5px;
}
.jobs-page-wrapper .jobs-section .jobs-wrapper .card .card-body .job-card-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
}

.no-data-container {
  align-content: center;
  justify-content: center;
  margin: auto 0;
  height: 100%;
}
.no-data-container a {
  align-self: center;
  justify-self: center;
  margin: 10px auto;
}

.card-title {
  font-weight: 500;
}

@media (max-width: 1100px) {
  .jobs-page-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }
  .jobs-page-wrapper #featuredCompaniesCarousel .carousel-inner .carousel-item img {
    min-height: unset;
  }
  .jobs-page-wrapper .filter-section-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 20px;
  }
  .jobs-page-wrapper .filter-section .filters {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .jobs-page-wrapper .filter-section .filters .input-group-filters {
    width: 50%;
  }
  .jobs-page-wrapper .filter-section .filters .btn-primary {
    margin-top: 10px;
    margin-left: auto;
  }
  .jobs-page-wrapper .jobs-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 25px 0;
  }
}
@media (max-width: 770px) {
  .jobs-page-wrapper .filter-section-mobile {
    filter: none;
    padding: 0;
  }
  .jobs-page-wrapper .jobs-section .jobs-wrapper {
    margin-top: 20px;
  }
  .jobs-page-wrapper .jobs-section .jobs-wrapper .job-card-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .jobs-page-wrapper .jobs-section .jobs-wrapper .card-body .job-card-details {
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }
  .jobs-page-wrapper .jobs-section .jobs-wrapper .card-body .job-card-details .job-card-button {
    align-self: flex-end;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .hero-section h1 {
    text-align: center;
    font-size: 2.3rem;
    color: white;
  }
  .jobs-page-wrapper {
    padding: 5px;
  }
  .jobs-page-wrapper #featuredCompaniesCarousel .carousel-indicators {
    display: none;
  }
  .jobs-page-wrapper #featuredCompaniesCarousel .carousel-inner .carousel-item img {
    min-height: unset;
  }
  .jobs-page-wrapper .jobs-section .jobs-wrapper .job-card-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .jobs-page-wrapper .jobs-section .jobs-wrapper .card-body .job-card-details {
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }
  .jobs-page-wrapper .jobs-section .jobs-wrapper .card-body .job-card-details .job-card-button {
    width: 100%;
    align-self: flex-end;
    text-align: center;
  }
}
