.pac-container {
    z-index: 2000 !important;
}
.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
}

/* Show tick when checked */
.custom-radio:checked::after {
    content: "✔";
    font-size: 20px;
    color: white;
    position: absolute;
    top: -4px;
    left: 2px;
    font-weight: bold;
}
