.carousel-item {
    text-align: center
}

.azzurrino {
    background: #99c1f1
}

.spam_space {
    padding: 40px;
    display: inline-block
}

html,
body {
    height: 100%;
    width: 99.9%;
    margin: 0 auto;
    color: black;
    padding-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif
}

header {
    font-family: Arial Black, verdana, serif;
    padding: 0px;
    border: 0px
}

video {
    max-width: 100%;
    height: auto
}

nav {
    border: 0px;
    padding: 0px
}

mark {
    background: yellow
}

@media (max-width: 1000px) {
    .hyde-from-medium {
        display: none
    }
}

@media (max-width: 700px) {
    .hyde-from-medium {
        display: none
    }
}

@media (max-width: 700px) {
    .hyde-from-small {
        display: none
    }
}

.carousel {
    width: 200px
}

.carousel .carousel-control-prev-icon {
    background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/icons/chevron-left.svg");
    background-color: white;
    width: 1em;
    height: 1em
}

.carousel .carousel-control-next-icon {
    background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/icons/chevron-right.svg");
    background-color: white;
    width: 1em;
    height: 1em
}

footer {
    background: #c0bfbc;
    text-align: center
}

.navbar {
    margin-bottom: 0.3em
}

.container-fluid {
    border: 1px solid #660
}

.container-fluid_cyan {
    border: 1px solid #0080c0
}

.container-fluid .row>div {
    margin: 0.2em;
    height: 100%
}

.text_green {
    color: #660
}

.text_cyan {
    color: #0080c0
}

.sfondo_green {
    background: #660
}

.sfondo_cyan {
    background: #0080c0
}

.text_vendita {
    color: #da7b2d
}

.img_title {
    width: 1.6em;
    height: auto
}

.img_bandiere {
    width: 2em;
    height: auto
}

.hyde_border {
    border-style: dotted
}

.noscript {
    position: fixed;
    top: 30%;
    height: 3em;
    margin: 3%;
    z-index: 999999
}

.cookiebar {
    position: fixed;
    bottom: 0;
    margin-left: 10%;
    width: 80%;
    z-index: 999999
}

/* ═══════════════════════════════════════════════════════════
   Classi di layout semantiche — riutilizzabili in tutte le pagine
   ═══════════════════════════════════════════════════════════ */

/* ── Intestazione pagina (titolo + bottone azione) ────────── */
.intestazione-pagina {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* ── Card con ombra leggera ───────────────────────────────── */
.scheda-griglia {
    box-shadow: var(--bs-box-shadow-sm);
}

/* ── Colonna azioni nelle tabelle ─────────────────────────── */
.colonna-azioni {
    width: 130px;
    text-align: center;
}

/* ── Intestazione modal verde (salva/crea) ────────────────── */
.intestazione-modale-salva {
    background-color: var(--bs-success);
    color: #fff;
}

/* ── Intestazione modal rosso (elimina/attenzione) ────────── */
.intestazione-modale-elimina {
    background-color: var(--bs-danger);
    color: #fff;
}

/* btn-close bianco centralizzato — evita btn-close-white inline */
.intestazione-modale-salva .btn-close,
.intestazione-modale-elimina .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* ── Gruppo campo form (wrapper label + input + errore) ───── */
.gruppo-campo {
    margin-bottom: 1rem;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 1em;
    height: 100%;
    width: 100%;
    position: absolute
}

@media (max-width: 700px) {
    #id_logo_vendita {
        display: block;
        margin: 0px auto;
        text-align: center;
        width: 40%
    }
}

input.form-control[readonly] {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #ced4da
}

select.readonly-select {
    pointer-events: none;
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #ced4da
}

.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    background-color: #fff;
    display: block;
    margin: 0 auto
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 400px
    }
}

.scrollbox {
    height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dee2e6;
    padding: 1rem;
    background-color: #f8f9fa;
    scrollbar-width: thin;
    scrollbar-color: #adb5bd #f8f9fa
}

.scrollbox::-webkit-scrollbar {
    width: 6px
}

.scrollbox::-webkit-scrollbar-track {
    background: #f8f9fa
}

.scrollbox::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 3px
}

/*# sourceMappingURL=style.css.map */