#location-table thead th {
    user-select: none;
    position: relative;
}

.sort-indicator {
    font-size: 0.75rem;
    color: #ccc;
}

#autocomplete-container {
    min-height: 48px
}

gmp-place-autocomplete {
    display: block;
    width: 100%
}

.aa-Panel {
    z-index: 9999 !important;
}