.uv-map-view svg .uvhasitem.uvhighlight, .uv-map-view svg .uvhasitem.uperhighlight {
    fill: red;
    stroke: red;
}

/* FES-2917 */
body .uv-pop-mapitem .uv-inputnumbersel .uvinfo .uvname::after {
    content: "Hotel Registered Guests";
    display: block;
    position: absolute;
    /* top: 0; */
    left: 0;
    color: black;
    bottom: -1.6em;
}
body .uv-pop-mapitem .uv-inputnumbersel .uvinfo .uvname {
    color: transparent;
    position: relative;
}

@media only screen and (max-width: 600px) {
    body .uv-pop-mapitem .uv-inputnumbersel .uvinfo .uvname {
        width: 9.2em;
    }
    body .uv-pop-mapitem .uv-inputnumbersel .uvinfo .uvname::after {
        bottom: -0.8em;
    }
}

@media only screen and (max-width: 320px) {
    body .uv-pop-mapitem .uv-inputnumbersel .uvinfo .uvname {
        width: 14em;
    }
    body .uv-pop-mapitem .uv-inputnumbersel .uvinfo .uvname::after {
        bottom: 0;
    }
}

.uws-map-controls .uwsviews{
    display: none;
}

/* @egt FES-4145 */
/* body:has(.uws-map) .uws-booktype.uws-booktype-item.uwsactive:has(a.uwsjs-booktypetoggle[href="#uvmap-admissions"]),
body:has(.uws-map) .uws-booktype.uws-booktype-item:has(a.uwsjs-booktypetoggle[href="#uvmap-admissions"]) {
    display: none;
} */