.main1 {
    padding-right: unset !important;
}
#map {
    z-index: 9;
}
.auto-wrapper.auto-is-active {
    margin-top: 45px;
}
.leaflet-container {
    /*margin-top: 19px;
    margin-left: 6px;
    width: calc(100% - 6px) !important;*/
}
.leaflet-routing-geocoders {
    display: none;
}
.page-content.active1 .leaflet-container {
    margin-top: 19px;
    margin-left: unset;
    width:100% !important;
}
.leaflet-routing-collapse-btn {
    z-index: 999;
}
.leaflet-right {
    right: 25px;
}
.dashboard-page {
    padding-bottom: unset !important;
}
.map-responsive {
    height: 86vh;
    position: unset;
    padding-bottom: unset;
}
.map-responsive #map {
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .leaflet-container {
        margin-left: unset;
        width: 100% !important;
    }
    .sidebar {
        z-index: 999;
    }
    /*.map-responsive {
        height: 80vh;
        padding-bottom: unset;
        margin-top: 60px !important;
        margin-left: unset !important;
    }*/
    .dash-content {
        margin-top: unset;
    }
    .dash-content .map-responsive {
        height: 80vh;
        margin-top: 0px !important;
    }
    .map-responsive #map {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .leaflet-container {
        margin-left: unset;
        width: 100% !important;
    }
    .sidebar {
        z-index: 999;
    }
    /*.map-responsive {
        height: 80vh;
        padding-bottom: unset;
        margin-top: 85px !important;
        margin-left: unset !important;
    }*/
    .map-responsive {
        margin-left: unset !important;
    }
    .map-responsive #map {
        height: 100% !important;
    }
    .dash-content {
        margin-top: unset;
    }
    .dash-content .map-responsive {
        height: 80vh;
        margin-top: -10px !important;
    }
    .map-responsive #map {
        height: 100%;
    }

}