#google-map {
    width: 100%;
    height: 100%;
}

.leaflet-top, .leaflet-bottom {
    z-index: 1000 !important;
}

leaflet-control-container {
    z-index: 1000 !important;
}

#google-map .custom .leaflet-popup-tip,
#google-map .custom .leaflet-popup-content-wrapper {
    background: #1b82c8;
    color: #ffffff;
}

#google-map .custom .leaflet-popup-content-wrapper .leaflet-popup-content {
    width: max-content !important;
}

#google-map .custom {
    background-color: unset;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: blur(5px);
    bottom: 60px !important;
}