#links .mapData
{
    margin: 20px 0;
    height: 500px;
}


#links .mapData #map
{

    height: 100%;
}


.marker-icon
{
    background-position: center;
    background-size: 30px 40px;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 40px;
    left: 4px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 40px;
}

.marker
{
    height: 30px;
    width: 30px;
}

.marker-content
{
    background: #c30b82;
    /*border-radius: 50% 50% 50% 0;*/
    height: 50px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.marker-content::before
{
    /*background: #ffffff;*/
    border-radius: 50%;
    content: "";
    height: 36px;
    margin: 3px 0 0 3px;
    position: absolute;
    width: 24px;
}


#map .mapboxgl-popup-content
{
    width: max-content;
}
