.gtacf-block-map {
    position: relative
}

.gtacf-block-map {
    height: 740px;
    width: 100%
}

.gtacf-block-map div {
    outline-width: 0 !important;
    outline-style: solid !important;
}

.gtacf-block-map .gm-style .gm-style-iw-c {
    background-color: rgba(18, 119, 16, 0.8);
    box-shadow: 0px -8px 13px -8px rgba(0, 0, 0, 0.6);
    padding: 20px !important;
    padding-top: 0 !important;
}

.gtacf-block-map .gm-style .gm-style-iw-c>div {
    color: #fff
}

.gtacf-block-map .gm-style .gm-style-iw-c>div a {
    color: #fff
}

.gtacf-block-map .gm-style .gm-style-iw-c .gm-ui-hover-effect {
    top: 0 !important;
    right: 0px !important;
    border-width: 0 !important;
    outline-width: 0 !important;
    outline-style: solid !important;
    width: 38px !important;
    height: 38px !important;
}

.gtacf-block-map .gm-style .gm-style-iw-c .gm-ui-hover-effect>span {
    background-color: #fff;
    margin: auto;

}

.gtacf-block-map .gm-style .gm-style-iw-tc:after {
    background-color: rgba(18, 119, 16, 0.8);
    top: 0px
}

.gtacf-block-map .gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto !important
}

.gtacf-block-map .gm-control-active.gm-fullscreen-control {
    display: none
}

.overlay_backend_map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999
}

/* layer label */
/* #map2{
    top: 0 !important;
    position: absolute !important;
} */

/* legend map */
#map-legend {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #333;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

/* light #76b729 */
/* green #017a37 */
#map-legend ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#map-legend ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    color:#000;
    font-weight: 500;
    margin-bottom: 8px;
}
#map-legend .item__rounded {
    width: 24px;
    height: 24px;
    /* border-radius: 50%; */
    margin-right: 5px;
}
#map-legend .item-color .item__rounded {
    background-color: #76b729;
}

#map-legend .item-color2 .item__rounded {
    background-color: #017a37;
}
#map-legend .gmp-internal-camera-control,
#map-legend  .gm-control-active {
    display: none !important;
}
