
    body {
        height: 100%;
        margin: 0;
    }
    #map {
        width: 100%;
        height: 700px;
        background-color: #BDBDBD;
        overflow: hidden;
    }

    .legend {
    line-height: 18px;
    color: #555;
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 2;
    background-color: white;
    padding: 5px;
  }
  
  .legend i {
    width: 200px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
  }

  .mappopup{
   
  }


.legend.leaflet-control p i{
    display: inline;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }

  .legend.leaflet-control p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .legend.leaflet-control{
    min-width: 150px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9);
  }

  .legend.leaflet-control p:last-child{
    margin-bottom: 0px !important;
  }

