#map{
    height: 600px;
}

#loading_map_widget{
    width:100%;
    height:600px;
    z-index:99999;
    position:relative;
    background: white;
}

.container_action_map_widget{
    position:absolute;
    top: 10px;
    left: 60px;
    z-index:9999;
}

.action_map_widget{
    width : 250px;
    height:40px;
    margin-bottom:5px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
    background : #F5F5F5;
}

#geolocator_map_widget{
    color: #516B84;
}

#search_map_widget{
    background-color: #516B84;
    border: none;
    color: white;
    text-align:center;
}

#search_map_widget::placeholder{
    color: white;
    text-align:center;
}

#submit_search_map_widget, #submit_geolocator_map_widget{
    position: absolute;
    background: none;
    border: none;
    height: 40px;
    left: 10px;
}

#result_search_map_widget{
    max-width: 250px;
    background-color: white;
    margin-bottom: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

.result_search_map_widget_item{
    padding: 20px 20px 0px 20px;
    cursor: pointer;
}

.result_search_map_widget_item:last-of-type{
    padding: 20px;
}

.result_search_map_widget_item b{
    margin-bottom: 10px;
}