.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}

.list-group{
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}
.scrollspy-example {
			max-height: 300px;
			margin-bottom: 10px;
			overflow: scroll;
		}

#loader, #success-message, #error-message {
            text-align: center;
            font-size: 18px;
            margin-top: 20px;
            display: none; /* Nasconde inizialmente tutti */
        }

#success-message {
    color: #28a745; /* Verde */
}

#error-message {
    color: #dc3545; /* Rosso */
}

#messages-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#loader i {
    color: #007bff; /* Blu */
}