#mushafArea.hifz-hide-mode .ayah-hover-unified-layer,
#mushafArea.hifz-hide-mode #ayahMenu {
  display: none !important;
}

#mushafArea.hifz-hide-mode .hifz-mask-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

#mushafArea.hifz-hide-mode .hifz-mask-piece {
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  transition: opacity 0.15s ease;
}

#mushafArea.hifz-hide-mode .hifz-mask-piece.is-hover {
  opacity: 0.55;
}

#mushafArea.hifz-hide-mode .hifz-mask-piece.is-revealed {
  opacity: 0 !important;
}

#mushafArea.hifz-hide-mode .ayah-polygon,
#mushafArea.hifz-hide-mode .ayah-polygon.ayah-hover,
#mushafArea.hifz-hide-mode .ayah-polygon.ayah-active {
  fill: transparent !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
}

#mushafArea.hifz-hide-mode .ayah-svg {
  z-index: 6 !important;
}

#mushafArea.hifz-hide-mode .ayah-layer {
  z-index: 5 !important;
}

#mushafArea.hifz-hide-mode .ayah-box {
  cursor: pointer !important;
}

