#map_canvas {
    width: 100%;
    height: 500px;
    background: #f3f6ff;
}
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0px 6px 35px 0px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -150px;
    width: 300px;
    font-size:13px;
    z-index: 100;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 150px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 150px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 4px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
    text-decoration: none;
    color: #333359;
    font-size: 16px;
}
.ol-popup-closer:hover {
    text-decoration: none !important;
    color: #44444e;
}
.map-geocoder {
    margin-top: .5rem !important;
}
.ol-viewport {
    background: #F3F6FF;
}
.ol-zoom {
    top: 2.5em;
    right: .5em;
    left: unset;
}
/* Additional styles for the standalone demo */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.card {
    overflow: hidden;
}
#popup-content h6 {
    margin-bottom: 10px;
    color: #3758ca;
}
#popup-content b {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
}
