.muneer-trigger-button-box {
  bottom: 90px !important;
}
html {
  --muneer-font-family: "Rubik", -apple-system, BlinkMacSystemFont, avenir next,
    avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial,
    sans-serif;
  --muneer-font-family-rtl: "Sourse Sans Pro", -apple-system, BlinkMacSystemFont,
    avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
    segoe ui, arial, sans-serif;
  --muneer-bg: #fff;
  --muneer-bg-dark: #16191b;
  --muneer-text: #333;
  --muneer-text-dark: #deeffd;
  --muneer-color: var(--colors-brand-600, #1B8354) !important;
  --muneer-color-dark: rgb(59 119 97) !important;
  --muneer-color-accent: rgba(87, 206, 251, 1) !important;
  --muneer-color-transparent: #edf5f8;
  --muneer-color-transparent-dark: rgba(86, 106, 126, 0.1) !important;
  --muneer-border-radius: 20px;
  --muneer-animate: 0.6s;
  --muneer-overlay: color-mix(in srgb, var(--colors-brand-600, #1B8354) 20%, transparent) !important;
  --muneer-btn-margin: 10px;
  --muneer-btn-padding: 20px;
  --muneer-btn-radius: 50px;
  --muneer-btn-color: #fff;
  --muneer-btn-color-hover: var(--colors-brand-600, #1B8354) !important;
  --muneer-btn-bg: var(--colors-brand-600, #1B8354) !important;
  --muneer-btn-bg-hover: #fff;
  --muneer-btn-size: 24px;
  --muneer-btn-delay: 0s;
  --muneer-keyboard-light-bg: #ececec;
  --muneer-keyboard-light-key-bg: #fff;
  --muneer-keyboard-light-key: #111;
  --muneer-keyboard-dark-bg: #000000cc;
  --muneer-keyboard-dark-key-bg: rgba(0, 0, 0, 0.5) !important;
  --muneer-keyboard-dark-key: #fff;
  --muneer-text-magnifier-bg-color: #333;
  --muneer-text-magnifier-color: #fff;
  --muneer-text-magnifier-font-size: 36px;
  --muneer-highlight-titles-style: solid;
  --muneer-highlight-titles-color: var(--colors-brand-500, #25935F) !important;
  --muneer-highlight-titles-width: 2px;
  --muneer-highlight-titles-offset: 2px;
  --muneer-highlight-links-style: solid;
  --muneer-highlight-links-color: var(--colors-brand-500, #25935F) !important;
  --muneer-highlight-links-width: 2px;
  --muneer-highlight-links-offset: 2px;
  --muneer-reading-guide-width: 500px;
  --muneer-reading-guide-height: 17px;
  --muneer-reading-guide-radius: 10px;
  --muneer-reading-guide-bg: var(--colors-brand-500, #25935F) !important;
  --muneer-reading-guide-border-width: 7px;
  --muneer-reading-guide-border-color: #000;
  --muneer-reading-guide-arrow: 10px;
  --muneer-reading-guide-arrow-margin: -10px;
  --muneer-reading-mask: rgba(0, 0, 0, 0.7) !important;
  --muneer-highlight-hover-style: solid;
  --muneer-highlight-hover-color: var(--colors-brand-500, #25935F) !important;
  --muneer-highlight-hover-width: 2px;
  --muneer-highlight-hover-offset: 2px;
  --muneer-highlight-focus-style: solid;
  --muneer-highlight-focus-color: var(--colors-brand-500, #25935F) !important;
  --muneer-highlight-focus-width: 2px;
  --muneer-highlight-focus-offset: 2px;
  --muneer-tts-bg: var(--colors-brand-600, #1B8354) !important;
  --muneer-tts-color: rgba(255, 255, 255, 1);
}
.top-header-left .btn.muneer-trigger-btn {
  font-family: IMBPlexSansArabic, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.top-header-left .btn.show span,
.top-header-left .btn:hover span {
  text-decoration: underline;
}
#muneer-popup-buttons button {
  padding: 7px;
  font-size: 12px;
  min-height: unset;
}
#muneer-readable-experience-box,
#muneer-visually-pleasing-box,
#muneer-easy-orientation-box {
  column-gap: 10px;
  row-gap: 10px;
}
