/* DeliveryPerson page city picker V10.15 */
.dp-page-city-source-host {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.dp-page-city-trigger {
    box-sizing: border-box;
    appearance: none;
    cursor: pointer;
    font-family: 'Manrope', Arial, sans-serif;
}

.dp-page-city-trigger--filter {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 68px;
    padding: 10px 46px 9px 18px;
    border: 1px solid #dce2ef;
    border-radius: 14px;
    color: #171b31;
    background: #fff;
    text-align: left;
}

.dp-page-city-trigger--filter:hover,
.dp-page-city-trigger--filter:focus-visible,
.dp-page-city-trigger--filter[aria-expanded="true"] {
    border-color: #7565ff;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(103, 88, 255, .09);
}

.dp-page-city-trigger--filter small {
    display: block;
    margin-bottom: 5px;
    color: #98a0b5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.dp-page-city-trigger--filter strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #171b31;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dp-page-city-trigger__chevron {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 10px;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

.dp-page-city-trigger--hero {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 1.05em 0 0;
    border: 0;
    border-bottom: .06em dashed rgba(91, 70, 255, .34);
    border-radius: 0;
    color: #5b46ff;
    background: transparent;
    font: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    white-space: nowrap;
}

.dp-page-city-trigger--hero:hover,
.dp-page-city-trigger--hero:focus-visible,
.dp-page-city-trigger--hero[aria-expanded="true"] {
    border-bottom-color: #5b46ff;
    outline: 0;
}

.dp-page-city-trigger--hero > span:first-child {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dp-page-city-trigger--hero .dp-page-city-trigger__chevron {
    right: .10em;
    width: .25em;
    height: .25em;
    border-width: .06em;
}

.dp-page-city-layer[hidden],
.dp-page-city-option[hidden],
.dp-unified-header-city-link[hidden],
[data-dp-header-city-link][hidden] {
    display: none !important;
}

.dp-page-city-layer {
    position: fixed;
    inset: 0;
    z-index: 5200;
    pointer-events: none;
    font-family: 'Manrope', Arial, sans-serif;
}

.dp-page-city-layer__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    pointer-events: auto;
}

.dp-page-city-dialog {
    position: fixed;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(540px, calc(100vw - 32px));
    max-height: min(650px, calc(100vh - 112px));
    padding: 18px;
    overflow: hidden;
    border: 1px solid #e3e6f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 26px 72px rgba(42, 35, 108, .22);
    pointer-events: auto;
}

.dp-page-city-dialog__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 13px;
}

.dp-page-city-dialog__head small {
    display: block;
    margin-bottom: 3px;
    color: #9298aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dp-page-city-dialog__head strong {
    display: block;
    color: #252a3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.dp-page-city-dialog__close {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: #6555ff;
    background: #f1efff;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.dp-page-city-dialog__search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin-bottom: 12px;
    padding: 0 14px;
    border: 1px solid #6758ff;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(103, 88, 255, .10);
}

.dp-page-city-dialog__search svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    color: #6758ff;
}

.dp-page-city-dialog__search input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #24283a;
    background: transparent;
    font: 500 16px/1.2 'Manrope', Arial, sans-serif;
}

.dp-page-city-dialog__list {
    display: grid;
    gap: 3px;
    min-height: 0;
    overflow-y: auto;
    padding-right: 3px;
    scrollbar-width: thin;
    scrollbar-color: #bdb6ff transparent;
}

.dp-page-city-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 40px;
    padding: 7px 10px 7px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #34394b;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font: 500 16px/1.25 'Manrope', Arial, sans-serif;
    transition: .16s ease;
}

.dp-page-city-option:hover,
.dp-page-city-option:focus-visible {
    border-color: #e5e1ff;
    color: #5545f7;
    background: #f7f5ff;
    outline: none;
}

.dp-page-city-option.is-active {
    border-color: #dcd6ff;
    color: #5545f7;
    background: #f2efff;
    font-weight: 700;
}

.dp-page-city-option span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dp-page-city-option b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 28px;
    flex: 0 0 auto;
    padding: 0 8px;
    border-radius: 999px;
    color: #6657ff;
    background: #f0edff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.dp-page-city-dialog__empty {
    padding: 24px 10px;
    color: #8b90a2;
    text-align: center;
}

body.dp-page-city-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .dp-page-city-trigger--filter {
        width: 100%;
        min-height: 58px;
    }

    .dp-page-city-trigger--hero {
        max-width: calc(100vw - 48px);
    }

    .dp-page-city-layer__backdrop {
        background: rgba(17, 20, 43, .34);
        backdrop-filter: blur(3px);
    }

    .dp-page-city-dialog {
        top: auto !important;
        right: 10px !important;
        bottom: 10px !important;
        left: 10px !important;
        width: auto;
        max-height: min(78vh, 650px);
        padding: 14px;
        border-radius: 20px;
    }
}
