#info-map{background: #E8E0CB;}

/* MAP START */
#map {
    height: 960px;
    max-height: 95vh;
    width: 100%;
}

.map-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.gm-ui-hover-effect > span:nth-child(1) {
    mask-image: none !important;
    border-radius: 30px;
    background: #FFF;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M4.60939 3.16345L17.8361 16.3901L16.3894 17.8368L3.16272 4.61012L4.60939 3.16345Z' fill='%23292B2C'/%3E%3Cpath d='M17.8361 4.61012L4.60939 17.8368L3.16272 16.3901L16.3894 3.16345L17.8361 4.61012Z' fill='%23292B2C'/%3E%3C/svg%3E");
    padding: 4px;
    width: 31px;
    height: 31px;
}
/* MAP END */