@charset "UTF-8";
/* 
  ghost-button, esempio utilizo: 
  @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, #34dec6, 4px, 300ms, #000000 ); 
*/
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.posizioni-aperte {
  margin: 4rem 0;
  padding: 2rem 0;
  border-top: 1px solid #bfbfd0;
}

.posizioni-aperte-body .what-are-you-looking-for {
  width: 80%;
  position: relative;
  display: inline-block;
}
.posizioni-aperte-body .what-are-you-looking-for input {
  width: 100%;
  height: 100%;
  padding: 0.3rem 1rem 0.5rem;
  color: #737396;
  background-color: var(--project-color);
  border-radius: 67px;
  border: 1px solid #737396;
  position: relative;
}
.posizioni-aperte-body .what-are-you-looking-for input::-moz-placeholder {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--Grey);
}
.posizioni-aperte-body .what-are-you-looking-for input::placeholder {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--Grey);
}
.posizioni-aperte-body .what-are-you-looking-for .lens {
  position: absolute;
  right: 5%;
  top: 76%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 15px;
  color: var(--Grey);
  pointer-events: none;
}
.posizioni-aperte-body .job {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 40px 0 20px;
}
.posizioni-aperte-body .job .ambiti .ambito {
  text-transform: uppercase;
}
.posizioni-aperte-body .job .job-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.posizioni-aperte-body .job .job-description .caption {
  flex: 1 0;
}
.posizioni-aperte-body .job .job-description .arrow {
  flex: 0 0 auto;
}
.posizioni-aperte-body .job .job-description .arrow::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  color: var(--project-color);
  right: 0;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .posizioni-aperte-body .what-are-you-looking-for {
    width: 100%;
  }
}

.accordion .accordion-collapse .accordion-body .badge {
  margin-left: 0.5rem;
  vertical-align: middle;
  color: var(--project-color);
  border: 1px solid #737396 !important;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.elencatore-careers-archivio .single-link:hover {
  padding: 40px 0 20px 25px;
}

.form-check-input {
  border-color: #737396;
}

@media (min-width: 992px) {
  .collapse:not(.show) {
    display: block;
  }
  .accordion-header {
    pointer-events: none;
  }
  .accordion-button::after {
    content: none;
  }
}
@media only screen and (max-width: 991px) {
  .elencatore-careers-archivio {
    border-top: 1px solid #bfbfd0;
  }
  .elencatore-careers-archivio .single-link::before {
    content: none;
  }
}/*# sourceMappingURL=algolia-vue-posizioni-aperte.css.map */