@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Fiere component styles */
.fiere {
  margin-bottom: 3rem;
  /* Card styles */
}
.fiere .testata-pag {
  aspect-ratio: 1440/500;
  background: #FFF url(../img/bg-header-fiere.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-position: center;
}
.fiere .testata-pag .wrap-caption {
  bottom: 0;
  top: inherit;
  transform: none;
}
.fiere .testata-pag .wrap-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  margin-bottom: 2rem;
  border-bottom: none;
  padding: 0;
}
.fiere .fiera-card-container {
  position: relative;
  margin-bottom: 2.9375rem;
}
.fiere .fiera-card-container .fiera-date {
  position: relative;
  display: block;
  color: #0096C3;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 9px solid #0096C3;
  width: 230px;
  max-width: 50%;
  padding: 13px 0;
}
.fiere .fiera-card {
  position: relative;
  display: block;
  aspect-ratio: 558/314;
  overflow: hidden;
  background-color: #e3e3e3;
}
.fiere .fiera-card:hover .bg-image {
  transform: scale(1.05);
}
.fiere .fiera-card .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.fiere .fiera-card .fiera-title {
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  max-width: 375px;
}
.fiere .fiera-card .fiera-title .card-title {
  background-color: white;
  color: black;
  font-family: "Open Sans";
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 4px 10px;
}
.fiere .fiera-card .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}
.fiere .fiera-card .card-bottom .fiera-city {
  color: white;
  font-size: 16px;
  line-height: 1;
}
.fiere .fiera-card .card-bottom .rating {
  display: flex;
  gap: 3px;
}
.fiere .fiera-card .card-bottom .rating i {
  flex: 0 0;
  color: white;
}

.search-bar-container {
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.4);
  margin-top: 36px;
  justify-content: center;
  flex-wrap: nowrap;
}
.search-bar-container .input-group {
  border-radius: 8px;
  background-color: white;
  flex: 0 0 560px;
  max-width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.search-bar-container .form-control {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1;
  border-radius: 0;
  padding: 12px 20px 12px 13px;
  height: 50px;
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 50px;
  max-width: 93%;
  position: relative;
  z-index: 50;
}
.search-bar-container .btn-reset {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
  color: #7E7E7E;
  font-size: 20px;
  z-index: 55;
}
.search-bar-container .btn-reset:hover {
  border: none;
}
.search-bar-container .btn-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
}
.search-bar-container .btn-search:hover {
  background-color: white;
  border: none;
}
.search-bar-container .btn-search i {
  color: #24335F;
  font-size: 26px;
  font-weight: 900;
}

/* Letter filter styles */
.wrapper-letter-filter {
  background-color: #67718F;
  padding: 20px 30px;
}
.wrapper-letter-filter .letter-filter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wrapper-letter-filter .letter-filter button {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}
.wrapper-letter-filter .letter-filter .btn-all {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: white;
  text-align: center;
  border: 1px solid white;
  border-radius: 4px;
  padding: 4px 15px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease-in-out;
}
.wrapper-letter-filter .letter-filter .btn-all:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.wrapper-letter-filter .letter-filter .btn-all:focus {
  outline: 2px solid #0096c3;
}
.wrapper-letter-filter .letter-filter .btn-letter {
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: white;
  text-align: center;
  position: relative;
  padding: 0 4px;
}
.wrapper-letter-filter .letter-filter .btn-letter::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: white;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.wrapper-letter-filter .letter-filter .btn-letter.current {
  cursor: default;
}
.wrapper-letter-filter .letter-filter .btn-letter.current::after, .wrapper-letter-filter .letter-filter .btn-letter:hover::after {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.wrapper-letter-result {
  margin: 30px 0;
}
.wrapper-letter-result .letter-results {
  display: block;
  position: relative;
}
.wrapper-letter-result .letter-results .single-result {
  position: relative;
  display: flex;
  background-color: transparent;
  border-radius: 8px;
  margin: 5px 0;
  padding: 7px 15px;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease-in-out border-color 0.3s ease-in-out;
  border: 1px solid transparent;
}
.wrapper-letter-result .letter-results .single-result:nth-child(even) {
  background-color: #F2F2F2;
}
.wrapper-letter-result .letter-results .single-result .label-result {
  flex: 1;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.wrapper-letter-result .letter-results .single-result .ico-result {
  color: #0096C3;
  font-size: 23px;
}
.wrapper-letter-result .letter-results .single-result:hover {
  border-color: #0096C3;
}

.filter-label {
  font-weight: 600;
  margin-right: 0.5rem;
}

/* Sidebar filter styles */
.sidebar-filters .card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}
.sidebar-filters .card-header {
  background-color: rgba(0, 150, 195, 0.1);
  border-bottom: 1px solid rgba(0, 150, 195, 0.2);
  padding: 0.75rem 1rem;
}
.sidebar-filters .card-header h5 {
  color: #0096c3;
  font-weight: 600;
  margin-bottom: 0;
}
.sidebar-filters .filter-title {
  color: #495057;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.sidebar-filters .form-select {
  border-color: #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidebar-filters .form-select:focus {
  border-color: #0096c3;
  box-shadow: 0 0 0 0.25rem rgba(0, 150, 195, 0.25);
}
.sidebar-filters .filter-section {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 1rem;
}
.sidebar-filters .filter-section:last-child {
  border-bottom: none;
}
.sidebar-filters .list-group-item {
  padding: 0.75rem 0;
  border-color: #e9ecef;
}
.sidebar-filters .btn-link {
  color: #dc3545;
  text-decoration: none;
}
.sidebar-filters .btn-link:hover {
  color: #b02a37;
  text-decoration: none;
}

/* Active filters styles */
.active-filter {
  display: inline-flex;
  align-items: center;
  background-color: #f8f9fa;
  border-color: #e0e0e0 !important;
  transition: all 0.2s ease;
}
.active-filter:hover {
  background-color: #e9ecef;
}
.active-filter .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .fiere .testata-pag {
    aspect-ratio: 1/1.4;
  }
  .fiere .testata-pag .wrap-caption h1 {
    font-size: 2.1rem;
    margin-bottom: 1.3rem;
  }
  .search-bar-container {
    padding: 30px 0;
    margin-top: 20px;
  }
  .search-bar-container .form-control {
    max-width: 90%;
  }
  .search-bar-container .btn-search i {
    font-size: 20px;
    padding-right: 5px;
  }
  .wrapper-letter-filter {
    padding: 15px 5px;
  }
  .wrapper-letter-filter .letter-filter .btn-letter {
    font-size: 20px;
    padding: 0 4px;
    margin: 0 3px;
  }
  .wrapper-letter-filter .letter-filter .btn-all {
    margin-right: 10px;
  }
  .wrapper-letter-filter .topbar-filters {
    overflow-x: auto;
  }
  .wrapper-letter-filter .letter-filter .btn-letter::after {
    bottom: 0px;
    height: 3px;
  }
}/*# sourceMappingURL=fiere-vue.css.map */