﻿.pac-container {
    border-radius: 0px 0px 8px 8px;
    box-shadow: none;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-top: -8px;
    border: none;
    z-index: 10000;
    background-color: var(--color_contrast_base);
}
.pac-container::after {
    margin-right: 8px;
}
.pac-item {
    cursor: pointer;
    border: none;
    color: var(--color_base);
    font-size: var(--font_body);
    font-family: var(--font_family);
    font-weight: var(--font_regular);
    height: var(--element_height);
    line-height: var(--element_height);
    padding: 0 16px;
}
.pac-item:last-child {
    margin-bottom: 8px;
}
.pac-item:hover, .pac-item-selected {
    background-color: #ddd;
}
.pac-item-query, .Xpac-matched {
    font-size: var(--font_body);
    font-weight: var(--font_regular);
}
.pac-icon {
    display: none !important;
}
.pac-item, .pac-container, #map_search {
    background-color: var(--color_input);
}
.pac-item:hover, .pac-item-selected, .pac-item:hover .pac-item-query, .pac-item-selected .pac-item-query {
    background-color: #ddd;
    color: var(--color_base);
}
#search {
    padding-left: 44px;
}
#search_wrapper {
    position: relative;
}
#search_wrapper::before {
    position: absolute;
    bottom: 12px;
    left: 12px;
    pointer-events: none;
    content: 'search';
    font-size: 24px;
}
#map {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media all and (min-width:600px) {

}