.portada_degradado {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  pointer-events: none;
  z-index: 1; }

.portada {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden; }
  .portada__imagen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .portada__contenido {
    position: relative;
    z-index: 2;
    width: 70%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
  .portada__titulo {
    margin: 0;
    font-size: 4rem !important;
    font-family: Cormorant Variable;
    font-weight: bold; }
  .portada__info {
    margin-top: 10px;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .portada__localidad {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-family: "Bould", sans-serif; }
    .portada__localidad img {
      height: 20px;
      margin-right: 8px; }
  .portada__zona {
    margin-left: 28px;
    font-size: 0.8rem !important;
    font-family: "Bould", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }

.isCyclistCategoryEntered {
  visibility: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0; }

.isZoneCategoryEntered {
  visibility: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0; }

.detalle {
  background-color: #c62828;
  color: white;
  padding: 20px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .detalle__container {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
  .detalle__info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .detalle__info-item {
      display: flex;
      flex-direction: column;
      min-width: 100px;
      text-align: left; }
      .detalle__info-item-label {
        margin-bottom: 4px; }
  .detalle__icons {
    display: flex;
    align-items: center;
    gap: 15px; }
    .detalle__icons img {
      height: 20px; }
    .detalle__icons-gpx {
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      border: 1px solid white;
      color: white; }
      .detalle__icons-gpx:hover {
        color: white;
        text-decoration: none; }
      .detalle__icons-gpx--disabled {
        color: #eee;
        border-color: #ccc;
        opacity: 0.5;
        cursor: not-allowed; }
  @media (max-width: 1300px) {
    .detalle__container {
      flex-direction: column;
      align-items: center; }
    .detalle__icons {
      order: 1;
      margin-top: 20px;
      justify-content: center;
      width: 100%; }
    .detalle__info {
      order: 0;
      justify-content: center; } }

.incidencias {
  background-color: #f3f0eb;
  padding: 20px; }
  .incidencias__container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; }
  .incidencias__titulo {
    color: #c61f26;
    text-transform: uppercase;
    font-size: 0.7rem;
    margin: 0; }
  .incidencias__texto {
    font-weight: 500;
    margin: 0; }

.descripcion {
  padding: 30px 0 15px 17px; }
  .descripcion__container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .descripcion__titulo {
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0;
    flex: 0 0 100%; }

.categorizacion {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 10px;
  gap: 8px; }
  .categorizacion__container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }
  .categorizacion__item {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    background-color: #fff; }

.iframe {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0; }

.tramos__header {
  text-align: center;
  margin-bottom: 20px; }

.tramos__header-titulo {
  font-size: 1.7rem; }

.tramos__header-texto {
  width: 60%;
  margin: 0 auto;
  padding: 10px 0 40px;
  text-align: center; }

.tramos__sep {
  border: none;
  border-top: 1px solid #242424;
  margin: 0 20px; }

.tramos__lista {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px; }

.tramos__item {
  background-color: #E6E3DC;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  font-family: sans-serif;
  width: 100%; }

.tramos__item-contenido {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.tramos__item-info {
  display: flex;
  align-items: center;
  gap: 25px; }
  .tramos__item-info-distancia {
    background-color: #66bb6a;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px; }
  .tramos__item-info-titulo {
    margin: 0;
    font-size: 1.7rem;
    font-weight: bold;
    color: #222; }

.tramos__item-numero {
  font-size: 2rem;
  color: #999; }

.tramos__item-detalles {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  font-size: 0.95rem; }
  .tramos__item-detalles-col {
    flex: 0 0 auto; }

.tramos__item-descripcion {
  padding: 20px 20px; }
  .tramos__item-descripcion p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0; }

.tramos__item-ver {
  padding: 20px 20px; }
  .tramos__item-ver a {
    color: #c62828;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px; }
    .tramos__item-ver a img {
      height: 25px; }

.tramos__item-imagen {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block; }

.icon-trash:hover {
  color: red; }

.rutas-rel__header {
  padding-top: 30px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500; }
  .rutas-rel__header-titulo {
    margin: 0; }

.rutas-rel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: start;
  padding: 40px 0;
  width: 70%;
  margin: 0 auto; }

.rutas-rel__card {
  width: 100%;
  max-width: 350px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: auto; }
  .rutas-rel__card:hover {
    text-decoration: none; }
  .rutas-rel__card-inner {
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%; }
  .rutas-rel__card-imagen {
    width: 100%;
    height: 320px;
    min-height: 320px;
    flex: 0 0 auto;
    object-fit: cover;
    background-color: #eee;
    display: block; }
  .rutas-rel__card-sin-imagen {
    width: 100%;
    height: 320px;
    min-height: 320px;
    flex: 0 0 auto;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center; }
    .rutas-rel__card-sin-imagen span {
      color: #aaa;
      font-size: 1rem; }
  .rutas-rel__card-contenido {
    padding: 30px;
    text-align: center;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .rutas-rel__card-contenido-localidad {
      font-size: 0.75rem;
      letter-spacing: 1px;
      color: #999;
      text-transform: uppercase;
      font-weight: bold; }
    .rutas-rel__card-contenido-titulo {
      font-size: 1.1rem;
      font-weight: 500;
      color: #222;
      margin: 20px auto 0;
      width: 80%; }

@media (max-width: 768px) {
  .rutas-rel__grid {
    grid-template-columns: repeat(2, 1fr);
    width: 90%; } }

@media (max-width: 480px) {
  .rutas-rel__grid {
    grid-template-columns: 1fr; } }

.componente-slider-images {
  position: relative;
  margin-top: 20px; }

.componente-slider-images a {
  text-decoration: none; }

.componente-slider-images .carrousel {
  border-radius: 25px;
  overflow: hidden;
  /*margin-top: 50px;*/ }

.componente-slider-images .carrousel .carousel-indicators {
  display: none; }

.componente-slider-images .carrousel .carousel-inner {
  position: relative;
  width: calc(100% - 150px);
  overflow: hidden;
  margin: 0px 75px;
  border-radius: 25px; }

.componente-slider-images .carrousel .carousel-inner .img-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(181.66deg, rgba(26, 23, 27, 0) 0%, #1a171b 100%); }

.componente-slider-images .carrousel .carousel-inner .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 600px;
  border-radius: 25px; }

.componente-slider-images .carrousel .carousel-inner .card-content .content {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 50px; }

.componente-slider-images .carrousel .carousel-inner .card-content .content .paragraph-microcopy {
  margin-bottom: 0px; }

.componente-slider-images .carrousel .carousel-inner .card-content .content .calendas-title-medium {
  margin-bottom: 30px; }

.componente-slider-images .carrousel .carousel-control-prev, .componente-slider-images .carrousel .carousel-control-next {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 300px;
  transform: translate(0, -50%);
  border-radius: 25px;
  overflow: hidden;
  opacity: 1;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5); }

.componente-slider-images .carrousel .carousel-control-prev .image, .componente-slider-images .carrousel .carousel-control-next .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: none; }

.componente-slider-images .carrousel .carousel-control-prev .image.active, .componente-slider-images .carrousel .carousel-control-next .image.active {
  display: block !important; }

.componente-slider-images .carrousel .carousel-control-prev-icon, .componente-slider-images .carrousel .carousel-control-next-icon {
  height: 150px;
  width: 150px;
  border-radius: 25px; }

@media only screen and (max-width: 1199px) {
  .componente-slider-images .paragraph-base {
    column-count: 1; }
  .componente-slider-images .carrousel .carousel-inner {
    width: calc(100% - 60px);
    margin: 0px auto; }
  .componente-slider-images .carrousel .carousel-inner ul {
    padding-left: 0px; }
  .componente-slider-images .carrousel .carousel-inner ul a {
    display: flex; }
  .componente-slider-images .carrousel .carousel-control-prev, .componente-slider-images .carrousel .carousel-control-next {
    height: 70px;
    width: 70px; } }

@media (max-width: 767px) {
  .componente-slider-images .carrousel .carousel-inner .image,
  .componente-slider-images .carrousel .carousel-inner video.image {
    height: 300px; }
  .componente-slider-images .carrousel .carousel-control-prev, .componente-slider-images .carrousel .carousel-control-next {
    top: 150px; }
  .componente-slider-images .carousel-item .card-content.block-image a {
    top: calc(50% - 150px); } }

.contenido-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.contenido-row h3 {
  margin: 0;
  text-align: center; }

.contenido-row .icon-trash {
  position: absolute;
  font-size: 25px;
  right: 0;
  cursor: pointer; }

/* Titulo planificador */
.intro {
  padding-bottom: 1.5rem; }

.intro__titlesmall {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b6c7e;
  margin-bottom: 4px; }

.intro__title {
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #1f1f1f;
  margin: 0; }

@media (min-width: 768px) {
  .intro__title {
    font-size: 2rem; } }

/* Tipo categoria ciclista */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.tipo-card {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  transition: box-shadow .15s ease, transform .1s ease;
  border-radius: .75rem;
  overflow: hidden;
  background: #fff; }

.tipo-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  transform: translateY(-1px); }

.tipo-card .aspect-ratio,
.tipo-card .aspect-ratio-item-fluid {
  display: block;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem; }

.tipo-card__radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--gray-600, #6b6c7e);
  position: relative;
  flex-shrink: 0; }

.tipo-card__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: transparent; }

input[type="radio"]:checked + label.tipo-card .tipo-card__radio,
input[type="checkbox"]:checked + label.tipo-card .tipo-card__radio {
  border-color: #dc3545; }

input[type="radio"]:checked + label.tipo-card .tipo-card__radio::after,
input[type="checkbox"]:checked + label.tipo-card .tipo-card__radio::after {
  background: #dc3545; }

.zones-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-top: 2rem; }

@media (min-width: 576px) {
  .zones-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 768px) {
  .zones-grid {
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 992px) {
  .zones-grid {
    grid-template-columns: repeat(6, 1fr); } }

@media (min-width: 1200px) {
  .zones-grid {
    grid-template-columns: repeat(8, 1fr); } }

.zone-card {
  cursor: pointer;
  border-radius: 12px;
  transition: box-shadow .15s ease,border-color .15s ease,transform .1s ease;
  background: #fff;
  overflow: hidden; }

.zone-card:hover {
  transform: translateY(-1px); }

.zone-card__imgwrap {
  position: relative;
  aspect-ratio: 12/9;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px; }

.zone-card__title {
  color: #272833;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  word-break: break-word;
  min-height: calc(1.4em * 4);
  max-height: calc(1.4em * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.zone-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.zone-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px;
  gap: 6px; }

.tipo-card__radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--gray-600, #6b6c7e);
  position: relative;
  margin-top: 4px; }

.tipo-card__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: transparent; }

input[type="checkbox"]:checked + label.zone-card .tipo-card__radio {
  border-color: #dc3545; }

input[type="checkbox"]:checked + label.zone-card .tipo-card__radio::after {
  background: #dc3545; }

/*Fila localidad, temtatica, dificultad y tipo de ruta*/
.filters-row {
  margin-top: 12px; }

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.filter-title {
  font-size: .9rem;
  letter-spacing: .03em;
  font-weight: 700;
  padding: 8px 2px; }

.filter-choice {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid #ececec; }

.filter-choice .form-group,
.filter-choice .input-select-wrapper {
  margin-bottom: 0; }

.filter-choice select {
  width: 100%; }

.filter-choice--radios {
  padding: 17px 14px; }

.choice-radio-group {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap; }

.choice-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  color: #111; }

.choice-radio__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--gray-600, #6b6c7e);
  position: relative;
  flex: 0 0 auto; }

.choice-radio__dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: transparent; }

input[type="checkbox"]:checked + label.choice-radio .choice-radio__dot {
  border-color: #dc3545; }

input[type="checkbox"]:checked + label.choice-radio .choice-radio__dot::after {
  background: #dc3545; }

.btn-control {
  height: 64px;
  width: 100%;
  border-radius: 20px;
  font-weight: 500; }

.vr--resultados .vr-grid-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 24px; }

@media (max-width: 1200px) {
  .vr--d10 .vr-grid-top {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 992px) {
  .vr--d10 .vr-grid-top {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 640px) {
  .vr--d10 .vr-grid-top {
    grid-template-columns: 1fr; } }

.vr-card--small {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); }

.vr-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  pointer-events: none; }

.vr-card__bottom--small {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end; }

.vr-card__content {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }

.vr-card__title--small {
  margin: 0 0 6px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff; }

.vr-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 13px;
  color: #fff; }

.vr-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff; }

.vr-meta__icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  display: inline-block; }

.vr-meta__cat__icon {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  display: inline-block; }

.vr-card-linkwrap {
  display: block;
  color: inherit;
  text-decoration: none; }

.vr-card-linkwrap:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px; }

.resultados-vacio {
  padding: 24px;
  text-align: center;
  color: #777;
  background: #fafafa;
  border: 1px dashed #e3e3e3;
  border-radius: 8px; }

.counter {
  color: #D5232C; }

.result-title {
  text-align: left;
  margin: 0px;
  padding-top: 40px;
  padding-bottom: 50px; }

.bould-title-large {
  color: #1A171B;
  font-family: "bould", sans-serif;
  font-size: 45px;
  font-weight: normal; }

.form-control {
  color: #272833 !important;
  background-color: #f1f2f5 !important; }

.filter-choice:has(select.form-control:disabled) {
  background-image: repeating-linear-gradient(45deg, rgba(107, 108, 126, 0.08), rgba(107, 108, 126, 0.08) 8px, transparent 8px, transparent 16px);
  border: 1px dashed #dcdde1;
  border-radius: 8px;
  padding: 6px; }

.filter-choice:has(select.form-control:disabled) select.form-control {
  background-color: transparent !important;
  box-shadow: none !important; }

.pagination-pill {
  gap: .5rem;
  flex-wrap: wrap; }

.pagination-pill .page-link {
  border: 0;
  border-radius: 9999px;
  padding: .5rem 1rem;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 1.5px 6px rgba(0, 0, 0, 0.06);
  transition: transform .1s ease, box-shadow .1s ease, background-color .1s ease;
  line-height: 1;
  text-decoration: none; }

.pagination-pill .page-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.pagination-pill .page-item.active .page-link {
  background: #d32f2f;
  color: #fff;
  box-shadow: none;
  text-decoration: none; }

.pagination-pill .page-item.disabled .page-link {
  background: #fff;
  color: #9aa1a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 1.5px 6px rgba(0, 0, 0, 0.06);
  cursor: default;
  text-decoration: none; }

.pagination-pill .page-item.ellipsis .page-link {
  background: #fff;
  color: #6b7280;
  cursor: default;
  pointer-events: none; }

.pagination-pill .page-link {
  min-width: 2.25rem;
  text-align: center;
  text-decoration: none; }

.multi-select {
  padding: 6px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding-right: 28px;
  width: 100%;
  text-align: left;
  line-height: 1.2; }
  .multi-select:focus-visible {
    outline: 2px solid #6b6c7e;
    outline-offset: 2px;
    border-radius: 8px; }

.multi-select__text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.2;
  background: transparent;
  padding: 0;
  display: block; }

.multi-select__extra {
  flex: 0 0 auto;
  margin-left: .25rem;
  font-weight: 600;
  min-width: 3.5ch;
  text-align: right;
  font-variant-numeric: tabular-nums; }

.multi-select__extra:empty::before {
  content: "\00a0"; }

.multi-select::after {
  content: "";
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: .3rem solid transparent;
  border-right: .3rem solid transparent;
  border-top: .35rem solid #6b6c7e;
  display: block !important;
  pointer-events: none; }

.multi-select[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg); }

.multi-select--boxed {
  background-color: #f1f2f5;
  border: 1px solid #e5e7eb;
  padding: .625rem 2rem .625rem .75rem;
  transition: box-shadow .15s ease, border-color .15s ease; }
  .multi-select--boxed:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06); }
  .multi-select--boxed[aria-expanded="true"] {
    border-color: #d0d3da;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
  .multi-select--boxed:disabled, .multi-select--boxed[aria-disabled="true"] {
    color: #9aa1a9;
    cursor: not-allowed;
    opacity: .8; }

.dropdown.w-100 .dropdown-menu {
  width: 100%; }

.dropdown-toggle:not(.multi-select)::after {
  display: none !important; }

.clear-link {
  color: #d32f2f;
  text-decoration: none;
  font-weight: 600;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer; }

.clear-link:hover {
  text-decoration: underline; }

.clear-link:focus-visible {
  outline: 2px solid #d32f2f;
  outline-offset: 2px;
  border-radius: 4px; }

.dropdown-menu.p-2.w-100 {
  max-height: 260px;
  overflow: auto;
  scroll-behavior: smooth; }

.dropdown-menu .form-check-input:checked + .form-check-label {
  font-weight: 600; }

.label {
  border-style: none !important;
  font-size: .9rem !important;
  font-weight: 500 !important;
  margin-left: .5rem !important; }

.btn-clear-filters {
  border-color: #b0adad !important;
  color: black !important;
  font-weight: 500; }

.btn-clear-filters:hover {
  background-color: #b0adad !important;
  color: white !important;
  border-color: #b0adad !important;
  text-decoration: none; }