.map{
    
    /*padding-inline: 0px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    border : solid 1px #e5e5e5;
    width:100%;
    height:100%;
}



.leaflet-control{
    z-index:1;
}
.leaflet-top, .leaflet-bottom{
    z-index:900;
}

.leaflet-icon {
    font-size: 18px;
}
.leaflet-popup {
    bottom: 50px !important;
}

/* I moved the "tip" to the right location, but don't succeed in making it visible. */
.leaflet-popup-tip-container {
      top: 0px !important;
      overflow: auto important!;
 }
.leaflet-popup-tip {
      box-shadow: none !important;
      background-clip: none !important;
 }
.leaflet-popup:before 
        {
        content: "";
        position: absolute;
        border: 13px solid transparent;
        border-bottom-color: white;
        bottom: 0px;
        margin-left: -13px;
        }

.leaflet_object-legend {
        background: white;
        padding: 5px;
        margin: 10px;
        border-radius: 10px;
        box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}

.data_graph_deniv
    {
    margin: 10px 0 0px 0;
    border-radius: 20px;
    background-color: #f9f9f9;
    border : solid 1px #e5e5e5;
    /*height : var(--graph_heigth);*/
    }


.author_graph_deniv{
    display: inline-block;
    right: 20px;
    position: absolute;
    bottom: 5px;
}

.graph_deniv{
    min-width: 200px; 
    height: var(--graph_heigth);
    margin: 10px 0 0px 0;

}
