* {
    -webkit-text-size-adjust: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    color: #000;
    background: #fff;
    font-family: 'daxregular', helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 62.5%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

h3 {
    color: #79c042;
}

div.mapholder {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}
div.map {
    display: block;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    color: #000;
}

gmp-place-autocomplete {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    padding: 5px;
    font-size: small;
}

ul.maplist {
    display: none;;
}

.gm-style .gm-style-iw p {
    font-size: 13px;
    color: #000;
}
.gm-style .gm-style-iw h3 {
    font-size: 14px;
    color: #79c042;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
}

.gm-style .gm-style-iw {
    width: 200px;
    max-width: 200px !important;
}

.gm-style .gm-style-iw-d p:last-child {
    display: flex;
}

.gm-style .gm-style-iw-d p:last-child button {
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 7px;
    background-color: #0080c5;
    margin: 5px 0 0 auto;
}