.font-weight-normal {
	font-weight: 520;
}

@media only screen and (min-width: 992px) {
    .h-lg-160px {
        height: 160px;
    }
}

@media only screen and (max-width: 992px) {
    .h-lg-160px {
        height: auto;
    }
}

.pac-icon {
    display: none;
}

.pac-item {
    font-family: 'Inter', 'Roboto', sans-serif !important;
    border-top: 0;
    font-size: 16px;
    padding: 3px 10px;
}

.pac-logo::after {
    margin-top: 7px;
    background-position: center center;
}

.pac-container {
    background-color: var(--bs-white);
    padding: 10px;
	z-index: 10000 !important;
}

.pac-item-query {
    font-family: 'Inter', 'Roboto', sans-serif !important;
    font-size: 16px;
}

@media (min-width: 1025px) {
    .d-1025-px-inline {
        display: inline !important;
    }

    .d-1025-px-none {
        display: none !important;
    }
}
