.disabled-city {
    cursor: default !important;
    background-color: #f0f0f0 !important; /* Light grey background */
    opacity: 1 !important;
}

.loading-city {
    cursor: wait;
    background-color: #e0f7fa !important; /* Light blue tint while loading */
    opacity: 0.8;
    transition: opacity 0.3s;
}