/* Suggest */
.dv_popup {
    background: transparent;
    border: 0;
}

.dv_popup .outer {
    position: relative;
    padding: 0;
}

.dv_popup .inner {
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 6px #999999;
    margin: 0;
    border-radius: clamp(10px, 1.2vw, 16px);
}

.dv_popup .inner .items {
    margin: 0;
    padding: 0;
    border-radius: clamp(10px, 1.2vw, 16px);
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%; 
}

.dv_popup .inner .items .out {
    overflow: hidden;
    white-space: nowrap;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding-left: 8px;
    width: 100%;
    line-height: 120%;
}

#dv_popup_fld_place_cntr_name .items {
    min-height: 40px !important;
}

#dv_popup_fld_place_cntr_name .out.link {
    font-size: 15px !important;
    min-height: 40px !important;
    justify-content: flex-start;
    align-items: center;
}


.dv_popup .inner .items .out div {
    padding: 3px 7px;
}

.dv_popup .inner .items .in {
    color: #585858;
    cursor: pointer;
    background-color: #eeeeee;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}


.dv_popup .inner .items .in div {
    padding: 3px 7px;
}

.dv_popup .inner .not_found {
    color: #504f4f;
    font-size: 15px;
    padding: 10px;
    line-height: 120%;
    text-align: center;
}

.inner:has(.not_found) {
    justify-content: center;
}

.dv_popup .inner .not_found div {
    margin-top: 5px;
}

.not_found a {
    color: #1a0dab;
}

.dv_popup .pointer {
    display: none;
}

.gray {
    padding: 0;
}


.dv_popup_gray {
    background: transparent;
    border: 0;
    box-shadow: 0 6px 6px -4px #999999;
}

#dv_popup_fld_header_search .dv_popup_gray {
    box-shadow: 0 6px 5px 0px rgb(0 0 0 / 20%);
}

.dv_popup_gray .outer {
    position: relative;
    margin: 4px 0 0 0;
    padding: 0;
}

.dv_popup_gray .inner {
    background: #ffffff;
    box-shadow: 0 0 6px #999999;
    border-radius: 3px;
    margin: 0;
}

.dv_popup_gray .inner .items {
    margin: 0;
    padding: 0;
    height: 0;
    transition: 0.3s;
}

.dv_popup_gray .inner .items .out {
    color: #585858;
    font-size: 9pt;
    overflow: hidden;
}

.dv_popup_gray .inner .items .out div {
    padding: 3px 7px;
}

.dv_popup_gray .inner .items .in {
    color: #585858;
    cursor: pointer;
    background-color: #ededed;
    font-size: 9pt;
}

.dv_popup_gray .inner .items .in div {
    padding: 3px 7px;
}

.dv_popup_gray .inner .not_found {
    color: #000000;
    font-size: 1rem;
    text-align: center;
    line-height: 45px;
}

.dv_popup_gray .pointer {
    display: none;
}

.dv_popup_gray .inner .items .val-after {
    margin-left: 5px;
}

.dv_popup_gray .inner .items .price-num {
    color: black;
}

.dv_popup_gray .inner .items h2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    line-height: 33px;
    color: black;
}

.dv_popup_gray .inner table {
    padding: 0;
    margin: 0;
}

.dv_popup_gray .inner td {
    vertical-align: middle;
    line-height: 120%;
    padding: 0;
    margin: 0;
}

#dv_popup_fld_header_search {
    width: 100vw !important;
    top: 53px !important;
    left: 0 !important;
    position: fixed !important;
}

#dv_popup_fld_header_search.dv_popup_gray .inner {
    box-shadow: none;
    border-radius: 0
    box-shadow: 1px 18px 6px #999999;
    padding-bottom: 10px;
}

#dv_popup_fld_header_search.dv_popup_gray .inner .items h2 {
    font-size: 15px;
    padding: 0 0 0 16px;
}

#dv_popup_fld_header_search.dv_popup_gray .outer {
    margin: 0;
}

#dv_popup_fld_header_search .out.link:has(.tc.fb1) {
    height: auto !important;
    margin-top: 12px;
}

#dv_popup_fld_header_search .out.link .tc.fb1 {
    line-height: 18px !important;
    padding: 6px;
    text-align: left;
    border: none !important;
} 

#dv_popup_fld_header_search.dv_popup_gray .inner td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 280px;
}

@media screen and (min-width: 770px) {
    #dv_popup_fld_header_search.dv_popup_gray .inner {
        box-shadow: 6px 6px 6px -4px #999999;
        border-radius: 0 0 8px 8px;
    }
    #dv_popup_fld_header_search.dv_popup_gray .outer {
        margin: 0;
    }
}


@media screen and (min-width: 500px) {

    #dv_popup_fld_header_search {
        width: 359px !important;
        top: 53px !important;
        left: 0 !important;
        position: fixed !important;
    }

}
