@font-face {
    font-family: Font-Label;
    src: url("arialbd.ttf");
}
#poiPinPoint .pinpoint-logo, #zoneTransition .service-logo {
    filter: invert(1);
}
#fakeHomeSearch {
    background-color: #ef7724;
    color: #ffffff;
    width: fit-content;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    min-width: 100px;
}

#searchFilters img.searchmicro,
#searchFilters img.searchscan,
#poiPopupPanelWrapper .todayHours,
#fakeHomeSearch #homeSearchIcon {
    display: none;
}

#zonesMenu {
    max-height: 50%;
}

body.embedex.webSite {
    #searchPanel {
        width: 350px;
        height: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
    #searchResultsHeader {
        display: none;
    }
    #mapPanel {
        width: calc(100% - 350px);
        top: 0;
        left: 350px;
    }
    #mapToolbars {
        left: unset;
        right: 0;
    }
    #mainServiceTypesListWrapper {
        width: calc(100% - 350px);
        left: 350px;
    }
    .drawerPanel {
        left: 350px;
        width: calc(100% - 350px);
        border-radius: 0;
        box-shadow: 7px 0 7px 0 rgba(0, 0, 0, 0.2);
    }
}