.map-property-list {
    width: 100%;
    height: 100%;
    max-height: 800;
    background: #eee;
}

/*mapbox popup content*/
.mapboxgl-popup-content {
    padding: unset !important;
}

/*mapbox popup close button*/
.mapboxgl-popup-close-button {
    border: none !important;
    outline: none !important;
    /*box-shadow: none !important;*/
    /*background: transparent !important;*/
}
.mapboxgl-popup-close-button:focus,
.mapboxgl-popup-close-button:active {
    border: none !important;
    outline: none !important;
    /*box-shadow: none !important;*/
}

/*toggle-map switch fundbrick theme style*/
.custom-switch-fdTheme .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffcc2a !important;
    border-color: #ffcc2a !important;
}

#property-map--parent {
    width: 100%;
    height: 800px;
    /*height: 100%;*/
    /*max-height: 800;*/
    background: #eee;
    border-radius: 12px;
}

.property-map-info-card .investor-info h6 i {
    font-size: 16px !important;
}
.invested_wrapper {
    box-shadow: 6px 6px 50px 0px #00000094 !important;
}