.pac-container {
    z-index: 10000;
}

.pac-target-input {
    min-width: 400px !important;
}

.gm-style-iw-chr {
    height: 10px;
}

.gm-style-iw-d {
    margin-right: 20px;
}

@media (max-width: 576px) {
    .pac-target-input {
        min-width: 100px !important;
    }
}