
#focus-map-travel-container{
    position: fixed !important;
    z-index: 2000   !important;

    display: none;
    width:99% ; 
    height: 85% ;
    box-shadow: 0px 6px 5px 0px rgba(123, 123, 123, 0.75);
    background-color: rgb(233, 233, 233);
    padding: 4px;
    padding-bottom: 50px;
    border-radius: 5px;
    top: 10px;
}

#focus-map-travel{
    width: 100%;
    height: 100%;
    display: block;
}

.close-travel-map{
    font-size: 2em;
    user-select: none;
}
.close-travel-map:hover{
    cursor: pointer;
    background-color: white;
}

.travel-location-off{
    font-size: 2em;
    user-select: none;
}
.travel-location-off:hover{
    background-color: white;
    cursor: pointer;
    border-radius: 6px;
}
