.pacchetto .card,
.struttura .card,
.alloggio .card {
    transition: all 0.3s ease;
}
.pacchetto:hover .card,
.struttura:hover .card,
.alloggio:hover .card {
    background: var(--dx-body-color);
}
.pacchetto .card img,
.struttura .card img,
.alloggio .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
}
.navbar-menu .nav-item .nav-link.amw-active {
    color: var(--dx-sidebar-link-active-color);
    background-color: var(--dx-sidebar-link-bg-active-color);
}
.swiper {
    background: transparent !important;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.5rem;
}

.pagina-tableau .tableau-controls .form-inline {
    display: flex;
    align-items: end;
}

@media (min-width: 768px) {
    .pagina-tableau .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
.btn.btn-icon {
    height: 1.5625rem;
}
#modalImgSrc {
    width: 100%;
    height: auto;
    max-height: 90vh;
}
svg.elimina_sezione {
    cursor: pointer;
}


[data-lucide], .lucide, svg.lucide {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    stroke-width: 2px;
    stroke: currentColor;
    fill: none;
}

svg.lcd-xs { width: 0.75em; height: 0.75em; }
svg.lcd-sm { width: 0.875em; height: 0.875em; }
svg.lcd-lg { width: 1.25em; height: 1.25em; vertical-align: -0.2em; }
svg.lcd-xl { width: 1.50em; height: 1.50em; vertical-align: -0.25em; }

svg.lcd-2x { width: 2em; height: 2em; }
svg.lcd-3x { width: 3em; height: 3em; }
svg.lcd-4x { width: 4em; height: 4em; }
svg.lcd-5x { width: 5em; height: 5em; }

svg.lcd-thin { stroke-width: 1px; }
svg.lcd-bold { stroke-width: 3px; }

svg.lcd-spin { animation: lcd-spin 2s linear infinite; }
@keyframes lcd-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}