#projetmapid .leaflet-popup-content {
    line-height: 22px;
}
#search_cntry .city{
}
#projetmapid { 
    /*height: 600px;*/
    position: sticky !important;
    outline: none;
    width: 100%;
}
#projetmapid .leaflet-popup-content img{
    height: 17px;
}
#projetmapid .leaflet-popup-content{
    width: max-content !important;
}

div#search_cntry{
    width: 98%;
    margin: 0px 0px 20px;
    padding: 10px;
    border: 1px dashed #44568652;
    float: left;
    border-radius: 5px;
}

#search_cntry div.label{
    width: 10%;
    float: left;
}

#search_cntry div.country{
    width: 30%;
    float: left;
}

#search_cntry div.city{
    width: 60%;
    text-align: left;
    float: left;
}

#search_cntry .country span.select2 {
    width: 80% !important;
}

#search_cntry .city span.select2 {
    width: 90% !important;
}

#locate-position {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 10%);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #1f628d;
    font-size: 30px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border: solid #1f628d 2px;
    text-decoration: none;
}

#locate-position:hover {
    background: #1f628d;
    text-decoration: none;
    color: #ffffff;
    border: none;
}
#projetmapid .fa.fa-map-marker:before{
    content: "\f041" !important;
}