﻿/*Views\Feature\HappinessIndicator\Renderings\_Indicator.cshtml
Views\Feature\SupplyManagement\Complaints\_ElectricityComplaint.cshtml
Views\Feature\SupplyManagement\Consumption\ComplaintResponse.cshtml*/
.fancybox-overlay {
    z-index: 999999;
}

.fancybox-opened {
    z-index: 9999999;
}

/*Views\Feature\HappinessIndicator\Renderings\_Indicator.cshtml
Views\Feature\SupplyManagement\Complaints\_ElectricityComplaint.cshtml
Views\Feature\SupplyManagement\Consumption\ComplaintResponse.cshtml
  */


  
/*Views\Feature\Search\Listing\_SearchResults.cshtml*/
.highlight {
    background-color: #A4CBFF;
}

.fancybox-overlay {

    background: url(../../../images/fancybox/fancybox_overlay.png) !important;

}
/*Views\Feature\Search\Listing\_SearchResults.cshtml*/
/* hide extra header buttons not present on the live site: Arabic lang switch + accessibility trigger */
.m12-tools__link-lang,
.mobile-menu__tool-button--language,
.m12-tools__link--accessibility,
.mobile-menu__tool-button--accessibility {
    display: none !important;
}

/* force-hide the mobile-only hamburger duplicate (JS-driven toggle isn't reliable locally) */
.m12-mobile-menu-button {
    display: none !important;
}

/* the mobile bottom-nav drawer (mobile-menu) renders unconstrained locally (missing responsive JS),
   causing an oversized government-of-dubai crest image + duplicate tool buttons to leak into view */
.mobile-menu {
    display: none !important;
}

/* target the stray oversized government crest image directly, regardless of its DOM parent */
img[src*="gov_logo2x(1).webp"] {
    display: none !important;
}

/* suppress the font-based dirham glyph fallback; we render it via a real <img> instead (missing dirhamsymbol font locally) */
.form-field__input-wrapper--currency:before {
    content: none !important;
}
