.d-su {
    display: none !important;
}
.su .d-su{
    display: block !important;
}

.d-hekaya {
    display: none;
}
body.hekaya .d-hekaya {
    display: block;
}

.d-vendor {
    display: none;
}
body.vendor .d-vendor {
    display: block;
}

.input-geo>.place-search-text-box {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 50%;
    left: 37%;
    top: 10px;
    padding: 5px 15px;
    border: 1px solid gray;
    border-radius: 10px;
}
.input-geo>.place-search-text-box:focus,.input-geo>.place-search-text-box:focus-visible {
    border: 2px solid #0000008a;
}
.input-geo>.map {
    height: 100%;
}

/* ---------- Place search ------------- */
.s-place {
    display: none;
    z-index: 10;
    width:100%;
    margin-top:10px;
    border-radius:20px;
}
.s-place:has(.real:nth-child(n+1)) {
    display: block;
}
