.offcanvas-body {
    height: calc(100% - 56px - 76px); /* Adjust 56px and 76px based on your header and footer heights */
    overflow-y: auto;
    padding-bottom: 50px;
}

.offcanvas-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #fff; /* Match your offcanvas background color */
    /*border-top: 1px solid #dee2e6;*/ /* Optional: adds a subtle line above the footer */
}



.accordion-button.disabled {
    color: #6c757d !important;
    cursor: not-allowed !important;
    background-color: #e9ecef !important;
    pointer-events: none !important;
}

.accordion-body {
    /* max-height: 300px; */
    overflow-y: auto;
}

#regione-checkboxes,
#provincia-checkboxes {
    margin-top: 10px;
}

#regione-disabled-message,
#provincia-disabled-message {
    padding: 10px 0;
}

.accordion-button.disabled i.bi-circle-fill {
    display: none !important;
}

/* Ensure accordions are always visible */
.accordion-item {
    display: block !important;
}

.accordion-header {
    display: block !important;
}

/* Force display of disabled messages when needed */
#regione-disabled-message.show,
#provincia-disabled-message.show {
    display: block !important;
}

/* Card di sonarmap senza ID non sono cliccabili */
.card-body.non-clickable {
    cursor: default !important; /* Assicura che il cursore non mostri la manina */
    pointer-events: none;      /* Impedisce tutti gli eventi del puntatore (click, hover, ecc.) sull'elemento */
}
