/* Overlay di caricamento 
#loading-ricerca-comune {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/

/* La rotellina blu 
.spinner-arezzo {
    width: 80px;
    height: 80px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #0066CC;
    border-radius: 50%;
    animation: spin-arezzo 1s linear infinite;
}*/

/*@keyframes spin-arezzo {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/

/* Testo sotto la rotellina 
.loading-text {
    color: #0066CC;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: sans-serif;
}*/