#map>div {
    position: relative!important;
    height: 300px !important;
}

#pac-input {
    top: 0px;
    left: -1px !important;
    right: 0px !important;
    height: 53px;
    z-index: 9 !important;
    width: calc(100% + 2px) !important;
    font-size: 15px;
    padding: 0px 18px;
}

div#map {
    border: 1px solid #9e9e9e;
    border-top: none;
}

.map-l-l-row {
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
}

.map-l-l-row input {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 140px;
}

.message-count{
    font-size: 10px;
    /* width: 20px; */
    /* height: 20px; */
    background-color: green;
    text-align: center;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
    color: white;
    margin-left: 15px;
}

.message-count:empty{
    display:none;
}

