﻿/*.custom-autocomplete-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;*/
    /*overflow-x: hidden;*/
    /*z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;*/
    /*box-sizing: border-box;*/
/*}*/
.custom-autocomplete-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
}

.custom-autocomplete-item:hover {
    background: #eee;
}

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    overflow: visible;
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px;
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151;
}

    .pac-item:hover {
        background-color: #fafafa;
    }

.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe;
}

.pac-matched {
    font-weight: 700;
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: var(--nuw-main-color, navy);
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-color: #9aa0a6;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / 15px 20px no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / 15px 20px no-repeat;
}

.pac-icon-marker {
    background-color: #9aa0a6;
}

.custom-autocomplete-item:hover .pac-icon {
    background-color: var(--nuw-main-color, navy);
}

.info-icon {
    flex: 0 0 auto;
    font-family: 'Times New Roman', Times, serif !important;
    font-style: normal;
    border: solid 1px;
    padding: .0em .25em;
    border-radius: 3px;
    color: var(--nuw-main-color, navy);
    margin: 0 .25em 0 0;
    font-size: 1.25em;
    line-height: 1;
}


    .info-icon.overlay-open {
        background: var(--nuw-main-color, navy);
        color: white;
    }

.place-info-overlay {
    position: fixed;
    z-index: 99999;
    max-width: 300px;
    padding: 1em;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    font-size: 1.05em;
    font-family: Arial, sans-serif;
    color: var(--nuw-main-color, navy);
}

.autocomplete-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    gap: .35em;
}

.autocomplete-text {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    min-width: 0;
    line-height: 250%;
}

.info-icon {
    flex: 0 0 auto;
    font-family: Arial, sans-serif !important;
    font-style: normal;
    border: solid 1px;
    padding: .0em .25em;
    border-radius: 3px;
    color: var(--nuw-main-color, navy);
    margin-left: .15em;
    margin-right: .15em;
    font-size: 1.25em;
    line-height: 1;
}

