/* Google Places dropdown shared by Carry location fields. */
.pac-container {
    z-index: 100000 !important;
    margin-top: 6px;
    border: 1px solid rgba(12, 55, 91, 0.14);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(6, 43, 70, 0.20);
    overflow: hidden;
    font-family: inherit;
}

.pac-item {
    min-height: 48px;
    padding: 10px 14px;
    border-top: 1px solid rgba(12, 55, 91, 0.08);
    color: #52667a;
    cursor: pointer;
    line-height: 1.35;
}

.pac-item:first-child { border-top: 0; }
.pac-item:hover,
.pac-item-selected { background: #edf7ff; }
.pac-item-query { color: #062b46; font-size: 0.94rem; }
.pac-icon { margin-top: 4px; }
.pac-logo::after { margin: 8px 12px 10px; }

#waterQuickLocationStatus {
    display: block;
    min-height: 18px;
    margin-top: 5px;
}

#waterQuickLocationStatus[data-state="success"] { color: #087a58; }
#waterQuickLocationStatus[data-state="warning"] { color: #9a6200; }
#waterQuickLocationStatus[data-state="error"] { color: #b42318; }
#waterQuickLocationStatus[data-state="loading"] { color: #087bc1; }
