/* Typeahead */
.dxp-component-offices .twitter-typeahead .form-control {
    padding: 9.072px;
}

.dxp-component-offices .tt-menu {
    width: 100%;
}

    .dxp-component-offices .tt-menu:hover {
        cursor: pointer;
    }

.dxp-component-offices .tt-dataset {
    position: relative;
    z-index: 900;
    background: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0 0 5px 5px;
    line-height: 30px;
    font-size: 1em;
    border-bottom: none;
}

.dxp-component-offices .tt-hint {
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1rem .75rem;
}

.dxp-component-offices .tt-input {
    width: 100%;
    line-height: 1.25;
    padding-top: 9.072px;
    padding-bottom: 9.072px;
    padding-right: 15px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--bs-body-font-size);
    color: var(--bs-secondary-color);
}

.dxp-component-offices .twitter-typeahead {
    width: 100%;
    max-height: calc(2.5rem + calc(var(--bs-border-width) * 2));
}

.dxp-component-offices .tt-suggestion {
    color: var(--bs-secondary-color);
    padding: 7px 20px;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
    transition: .27s ease background;
}

    .dxp-component-offices .tt-suggestion:hover {
        background: var(--bs-light);
    }
/* Typeahead */
.dxp-component-offices .twitter-typeahead .form-control {
    padding: 9.072px;
}

.dxp-component-offices #office-search-city-distance {
    height: calc(2.5rem + calc(var(--bs-border-width) * 2));
}

.dxp-component-offices .tt-menu {
    width: 100%;
}

    .dxp-component-offices .tt-menu:hover {
        cursor: pointer;
    }

.dxp-component-offices .tt-dataset {
    position: relative;
    z-index: 900;
    background: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0 0 5px 5px;
    line-height: 30px;
    font-size: 1em;
    border-bottom: none;
}

.dxp-component-offices .tt-hint {
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1rem .75rem;
}

.dxp-component-offices .tt-input {
    width: 100%;
    height: calc(2.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    padding-top: 9.072px;
    padding-bottom: 9.072px;
    padding-right: 15px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--bs-body-font-size);
    color: var(--bs-secondary-color);
}

.dxp-component-offices .twitter-typeahead {
    width: 100%;
    max-height: calc(2.5rem + calc(var(--bs-border-width) * 2));
}

.dxp-component-offices .tt-suggestion {
    color: var(--bs-secondary-color);
    padding: 7px 20px;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
    transition: .27s ease background;
}

    .dxp-component-offices .tt-suggestion:hover {
        background: var(--bs-light);
    }
