#map {
    height: calc(100vh - 170px);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip,
.leaflet-popup {
    pointer-events: none !important;
}

#lagends-wrap {
    position: absolute;
    z-index: 999999999999;
    max-width: 300px;
    bottom: 0;
}

.district-label {
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: bold;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.taluka-label {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.leaflet-tooltip.district-label::before,
.leaflet-tooltip.taluka-label::before {
    display: none;
}

.leaflet-interactive {
    transition:
        fill 500ms ease,
        fill-opacity 500ms ease,
        stroke 500ms ease;
}

#map_loader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 999;
    padding: 100px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 767px) {
    #map {
        height: 90vh;
    }

    #lagends {
        max-width: 200px;
        display: none;
    }

    #collabsable_filters {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #lagends-wrap {
        max-width: 200px;
    }

    .nav-tabs .nav-link {
        font-size: 13px;
    }
}
