body {
    margin: 0;
}

.home10-map img {
    /* width: 100rem !important; */
}

.wrapper .filter-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

h3 small {
    display: block;
    font-size: 12px;
}


#map {
    height: 80vh;
    width: 100%;
}

.alert {
    color: red;
    display: none;
    font-size: 16px;
    font-weight: bold;
}

.alert.is-visible {
    display: block;
}

.tt-menu {
    border: 1px solid transparent;
    border-color: transparent lightgrey lightgrey lightgrey;
    background: white;
    width: 100%;
}

.tt-menu .tt-dataset .tt-suggestion {
    color: darkgrey;
    cursor: pointer;
    padding: 1rem;
    user-select: none;
}

.tt-menu .tt-dataset .tt-suggestion.tt-cursor,
.tt-menu .tt-dataset .tt-suggestion:hover {
    background: lightgrey;
}

.tt-menu .tt-dataset .tt-suggestion+.tt-suggestion {
    border-top: 1px solid lightgrey;
}


/*custom*/
#map {
    margin: 0;
    padding: 0;
}

.gm-style-iw {
    top: 17px !important;
    left: -40px !important;
    background-color: #fff;
    border-radius: 2px 2px 10px 10px;
}

.gm-style-iw-d {
    overflow: auto !important;
}

.gm-style {
    font: unset !important;
    text-align: start !important;
}


.gm-style-iw-c {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
    padding-top: 0 !important;
}

.gm-style-iw-tc {
    display: none;
}

.gm-style-iw-ch {
    padding-top: 0 !important
}

.gm-style-iw-chr button {
    position: absolute !important;
    left: 0
}