/* popup */

#notify{
    position: fixed;
    top: 450px;
    width: 350px;
    left: -376px;
    background: rgba(245, 245, 245, .9);
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(210, 210, 210, 1);
    padding: 12px;
    font-family: Arial;
    font-size: 12px;
    border-radius: 4px;
  z-index: 999999;
}
#notify .container-image {
    margin-right: 12px;
}
#notify .container-image img {
    width: 100px;
    height: auto;
}
#notify .container-information {
    display: flex;
    flex-direction: column;
}
#notify .place {
    display: flex;
    flex-direction: row;
}
#notify .place span.flag {
    display: flex;
    align-items: center;
    margin-right: 6px;
}
#notify .place span.flag img {
    width: 16px;
    display: block;
}
#notify .place span.country {
    margin-right: 6px;
}
#notify .place span.airport {
    margin-left: 6px;
}
#notify span.title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #1191f4;
}
#notify span.parking {
    margin-bottom: 12px;
    font-weight: 600;
  text-align: justify;
}