﻿#mapIndia1 {
    margin: auto;
    height: 120vh;
    width: auto;    
    background-color: #add8e6
}
@media (max-width: 767px) {
    #mapIndia2 {
        height: 500px !important; /* Adjust the height as needed for mobile */
    }
    #mapIndia1 {
        height: 500px !important; /* Adjust the height as needed for mobile */
    }
    .leaflet-popup-content {
        max-width: 100%; /* Set the maximum width to 100% for small screens */
    }
}
.selected {
    box-shadow: 0 0 20px rgb(30 78 87 / 88%) !important;
    border: 2px solid #334674 !important;
}

.leaflet-popup-tip-container {
    display: none !important;
}

.leaflet-popup-content {
    margin: 0px !important;
}
#mapIndia2 {
    margin: auto;
    height: 120vh;
    width: auto;
    background-color: #add8e6;
}
.cf {
    font-size: 18px !important;
    color:#2d374b !important;
}
.dispcard {
    background-color: transparent !important;
    border: 2px white solid!important;
}


