@charset "UTF-8";
@import url(./source-sans-pro.css);
@import url(./rubik-font.css?family=Rubik:wght@400;500;600&display=swap);

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: #ffffff;
    --muneer-bg-dark: #16191b;
    --muneer-text: #333;
    --muneer-text-dark: #deeffd;
    --muneer-color: rgba(0, 108, 242, 1);
    --muneer-color-dark: rgba(0, 108, 242, 1);
    --muneer-color-accent: rgba(87, 206, 251, 1);
    --muneer-color-transparent: #EDF5F8;
    --muneer-color-transparent-dark: rgba(86, 106, 126, 0.1);
    --muneer-border-radius: 20px;
    --muneer-animate: 600ms;
    --muneer-overlay: rgba(2, 83, 238, .5);
    --muneer-btn-margin: 10px;
    --muneer-btn-padding: 20px;
    --muneer-btn-radius: 50px;
    --muneer-btn-color: #ffffff;
    --muneer-btn-color-hover: rgba(0, 108, 242, 1);
    --muneer-btn-bg: rgba(0, 108, 242, 1);
    --muneer-btn-bg-hover: #ffffff;
    --muneer-btn-size: 24px;
    --muneer-btn-delay: 0s;
    --muneer-keyboard-light-bg: #ececec;
    --muneer-keyboard-light-key-bg: #ffffff;
    --muneer-keyboard-light-key: #111111;
    --muneer-keyboard-dark-bg: #000000CC;
    --muneer-keyboard-dark-key-bg: rgba( 0, 0, 0, .5 );
    --muneer-keyboard-dark-key: #ffffff;
    --muneer-text-magnifier-bg-color: #333333;
    --muneer-text-magnifier-color: #ffffff;
    --muneer-text-magnifier-font-size: 36px;
    --muneer-highlight-titles-style: solid;
    --muneer-highlight-titles-color: #639af9;
    --muneer-highlight-titles-width: 2px;
    --muneer-highlight-titles-offset: 2px;
    --muneer-highlight-links-style: solid;
    --muneer-highlight-links-color: #639af9;
    --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: #0274e6;
    --muneer-reading-guide-border-width: 7px;
    --muneer-reading-guide-border-color: #000000;
    --muneer-reading-guide-arrow: 10px;
    --muneer-reading-guide-arrow-margin: -10px;
    --muneer-reading-mask: rgba(0, 0, 0, 0.7);
    --muneer-highlight-hover-style: solid;
    --muneer-highlight-hover-color: #639af9;
    --muneer-highlight-hover-width: 2px;
    --muneer-highlight-hover-offset: 2px;
    --muneer-highlight-focus-style: solid;
    --muneer-highlight-focus-color: #639af9;
    --muneer-highlight-focus-width: 2px;
    --muneer-highlight-focus-offset: 2px;
    --muneer-tts-bg: rgba(0, 108, 242, 1);
    --muneer-tts-color: rgba(255, 255, 255, 1)
}

#muneer-action-content-scaling .muneer-icon {
    -webkit-mask-image: url(../img/toggle/content-scaling.svg);
    mask-image: url(../img/toggle/content-scaling.svg)
}

#muneer-action-voice-navigation .muneer-icon {
    -webkit-mask-image: url(../img/toggle/voice-navigation.svg);
    mask-image: url(../img/toggle/voice-navigation.svg)
}

#muneer-action-text-magnifier .muneer-icon {
    -webkit-mask-image: url(../img/toggle/text-magnifier.svg);
    mask-image: url(../img/toggle/text-magnifier.svg)
}

#muneer-action-readable-font .muneer-icon {
    -webkit-mask-image: url(../img/toggle/readable-font.svg);
    mask-image: url(../img/toggle/readable-font.svg)
}

#muneer-action-dyslexia-font .muneer-icon {
    -webkit-mask-image: url(../img/toggle/dyslexia-font.svg);
    mask-image: url(../img/toggle/dyslexia-font.svg)
}

#muneer-action-highlight-titles .muneer-icon {
    -webkit-mask-image: url(../img/toggle/highlight-titles.svg);
    mask-image: url(../img/toggle/highlight-titles.svg)
}

#muneer-action-highlight-links .muneer-icon {
    -webkit-mask-image: url(../img/toggle/highlight-links.svg);
    mask-image: url(../img/toggle/highlight-links.svg)
}

#muneer-action-font-sizing .muneer-icon {
    -webkit-mask-image: url(../img/toggle/font-sizing.svg);
    mask-image: url(../img/toggle/font-sizing.svg)
}

#muneer-action-line-height .muneer-icon {
    -webkit-mask-image: url(../img/toggle/line-height.svg);
    mask-image: url(../img/toggle/line-height.svg)
}

#muneer-action-letter-spacing .muneer-icon {
    -webkit-mask-image: url(../img/toggle/letter-spacing.svg);
    mask-image: url(../img/toggle/letter-spacing.svg)
}

#muneer-action-word-spacing .muneer-icon {
    -webkit-mask-image: url(../img/toggle/word-spacing.svg);
    mask-image: url(../img/toggle/word-spacing.svg)
}

#muneer-action-text-alignment .muneer-icon {
    -webkit-mask-image: url(../img/toggle/text-alignment.svg);
    mask-image: url(../img/toggle/text-alignment.svg)
}

    #muneer-action-align-left .muneer-icon, #muneer-action-text-alignment .muneer-icon[data-icon=align-left] {
        -webkit-mask-image: url(../img/toggle/align-left.svg);
        mask-image: url(../img/toggle/align-left.svg)
    }

    #muneer-action-align-center .muneer-icon, #muneer-action-text-alignment .muneer-icon[data-icon=align-center] {
        -webkit-mask-image: url(../img/toggle/align-center.svg);
        mask-image: url(../img/toggle/align-center.svg)
    }

    #muneer-action-align-right .muneer-icon, #muneer-action-text-alignment .muneer-icon[data-icon=align-right] {
        -webkit-mask-image: url(../img/toggle/align-right.svg);
        mask-image: url(../img/toggle/align-right.svg)
    }

    #muneer-action-align-justify .muneer-icon, #muneer-action-text-alignment .muneer-icon[data-icon=align-justify] {
        -webkit-mask-image: url(../img/toggle/align-justify.svg);
        mask-image: url(../img/toggle/align-justify.svg)
    }

#muneer-action-smart-contrast .muneer-icon {
    -webkit-mask-image: url(../img/toggle/smart-contrast.svg);
    mask-image: url(../img/toggle/smart-contrast.svg)
}

    #muneer-action-dark-contrast .muneer-icon, #muneer-action-smart-contrast .muneer-icon[data-icon=dark-contrast] {
        -webkit-mask-image: url(../img/toggle/dark-contrast.svg);
        mask-image: url(../img/toggle/dark-contrast.svg)
    }

    #muneer-action-invert-colors .muneer-icon, #muneer-action-smart-contrast .muneer-icon[data-icon=invert-colors] {
        -webkit-mask-image: url(../img/toggle/invert-colors.svg);
        mask-image: url(../img/toggle/invert-colors.svg)
    }

    #muneer-action-light-contrast .muneer-icon, #muneer-action-smart-contrast .muneer-icon[data-icon=light-contrast] {
        -webkit-mask-image: url(../img/toggle/light-contrast.svg);
        mask-image: url(../img/toggle/light-contrast.svg)
    }

#muneer-action-monochrome .muneer-icon {
    -webkit-mask-image: url(../img/toggle/monochrome.svg);
    mask-image: url(../img/toggle/monochrome.svg)
}

#muneer-action-high-contrast .muneer-icon {
    -webkit-mask-image: url(../img/toggle/high-contrast.svg);
    mask-image: url(../img/toggle/high-contrast.svg)
}

#muneer-action-high-saturation .muneer-icon {
    -webkit-mask-image: url(../img/toggle/high-saturation.svg);
    mask-image: url(../img/toggle/high-saturation.svg)
}

#muneer-action-low-saturation .muneer-icon {
    -webkit-mask-image: url(../img/toggle/low-saturation.svg);
    mask-image: url(../img/toggle/low-saturation.svg)
}

#muneer-action-mute-sounds .muneer-icon {
    -webkit-mask-image: url(../img/toggle/mute-sounds.svg);
    mask-image: url(../img/toggle/mute-sounds.svg)
}

#muneer-action-hide-images .muneer-icon {
    -webkit-mask-image: url(../img/toggle/hide-images.svg);
    mask-image: url(../img/toggle/hide-images.svg)
}

#muneer-action-image-alt .muneer-icon {
    -webkit-mask-image: url(../img/toggle/image-alt.svg);
    mask-image: url(../img/toggle/image-alt.svg)
}

#muneer-action-virtual-keyboard .muneer-icon {
    -webkit-mask-image: url(../img/toggle/virtual-keyboard.svg);
    mask-image: url(../img/toggle/virtual-keyboard.svg)
}

#muneer-action-reading-guide .muneer-icon {
    -webkit-mask-image: url(../img/toggle/reading-guide.svg);
    mask-image: url(../img/toggle/reading-guide.svg)
}

#muneer-action-stop-animations .muneer-icon {
    -webkit-mask-image: url(../img/toggle/stop-animation.svg);
    mask-image: url(../img/toggle/stop-animation.svg)
}

#muneer-action-reading-mask .muneer-icon {
    -webkit-mask-image: url(../img/toggle/reading-mask.svg);
    mask-image: url(../img/toggle/reading-mask.svg)
}

#muneer-action-highlight-hover .muneer-icon {
    -webkit-mask-image: url(../img/toggle/highlight-hover.svg);
    mask-image: url(../img/toggle/highlight-hover.svg)
}

#muneer-action-highlight-focus .muneer-icon {
    -webkit-mask-image: url(../img/toggle/highlight-focus.svg);
    mask-image: url(../img/toggle/highlight-focus.svg)
}

#muneer-action-big-black-cursor .muneer-icon {
    -webkit-mask-image: url(../img/toggle/dark-cursor.svg);
    mask-image: url(../img/toggle/dark-cursor.svg)
}

#muneer-action-big-white-cursor .muneer-icon {
    -webkit-mask-image: url(../img/toggle/light-cursor.svg);
    mask-image: url(../img/toggle/light-cursor.svg)
}

#muneer-action-text-to-speech .muneer-icon {
    -webkit-mask-image: url(../img/toggle/text-to-speech.svg);
    mask-image: url(../img/toggle/text-to-speech.svg)
}

#muneer-action-keyboard-navigation .muneer-icon {
    -webkit-mask-image: url(../img/toggle/navigation-keys.svg);
    mask-image: url(../img/toggle/navigation-keys.svg)
}

#muneer-accessibility-mode-epilepsy .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/epilepsy.svg);
    mask-image: url(../img/mode/epilepsy.svg)
}

#muneer-accessibility-mode-visually-impaired .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/visually-impaired.svg);
    mask-image: url(../img/mode/visually-impaired.svg)
}

#muneer-accessibility-mode-cognitive-disability .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/cognitive-disability.svg);
    mask-image: url(../img/mode/cognitive-disability.svg)
}

#muneer-accessibility-mode-adhd-friendly .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/adhd.svg);
    mask-image: url(../img/mode/adhd.svg)
}

#muneer-accessibility-mode-blind-users .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/blindness.svg);
    mask-image: url(../img/mode/blindness.svg)
}

#muneer-accessibility-mode-motor-impaired .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/motor-impaired.svg);
    mask-image: url(../img/mode/motor-impaired.svg)
}

#muneer-accessibility-mode-colorblind .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/color-blind.svg);
    mask-image: url(../img/mode/color-blind.svg)
}

#muneer-accessibility-mode-dyslexia-friendly .muneer-mode-title:before {
    -webkit-mask-image: url(../img/mode/dyslexia-friendly.svg);
    mask-image: url(../img/mode/dyslexia-friendly.svg)
}

@keyframes muneer-bounce {
    20%,40%,60%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

@keyframes muneer-fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes muneer-fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes muneer-scale {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes muneer-slide-tr {
    from {
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes muneer-slide-tl {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes muneer-slide-tt {
    from {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes muneer-slide-tt {
    from {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes muneer-slide-tb {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes muneer-flip-x {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes muneer-flip-y {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes muneer-rotate {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes muneer-wobble {
    from {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes muneer-recognition {
    from {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#muneer-popup-box.muneer-modal-animation-bounce #muneer-popup, #muneer-popup-box.muneer-modal-animation-bounce #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-bounce #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-bounce #muneer-voice-nav-popup {
    animation-name: muneer-bounce
}

#muneer-popup-box.muneer-modal-animation-fade #muneer-popup, #muneer-popup-box.muneer-modal-animation-fade #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-fade #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-fade #muneer-voice-nav-popup {
    animation-name: muneer-fade
}

#muneer-popup-box.muneer-modal-animation-flip-x #muneer-popup, #muneer-popup-box.muneer-modal-animation-flip-x #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-flip-x #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-flip-x #muneer-voice-nav-popup {
    animation-name: muneer-flip-x;
    backface-visibility: visible !important
}

#muneer-popup-box.muneer-modal-animation-flip-y #muneer-popup, #muneer-popup-box.muneer-modal-animation-flip-y #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-flip-y #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-flip-y #muneer-voice-nav-popup {
    animation-name: muneer-flip-y;
    backface-visibility: visible !important
}

#muneer-popup-box.muneer-modal-animation-scale #muneer-popup, #muneer-popup-box.muneer-modal-animation-scale #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-scale #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-scale #muneer-voice-nav-popup {
    animation-name: muneer-scale
}

#muneer-popup-box.muneer-modal-animation-slide-tr #muneer-popup, #muneer-popup-box.muneer-modal-animation-slide-tr #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tr #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tr #muneer-voice-nav-popup {
    animation-name: muneer-slide-tr
}

#muneer-popup-box.muneer-modal-animation-slide-tl #muneer-popup, #muneer-popup-box.muneer-modal-animation-slide-tl #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tl #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tl #muneer-voice-nav-popup {
    animation-name: muneer-slide-tl
}

#muneer-popup-box.muneer-modal-animation-slide-tt #muneer-popup, #muneer-popup-box.muneer-modal-animation-slide-tt #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tt #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tt #muneer-voice-nav-popup {
    animation-name: muneer-slide-tt
}

#muneer-popup-box.muneer-modal-animation-slide-tb #muneer-popup, #muneer-popup-box.muneer-modal-animation-slide-tb #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tb #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-slide-tb #muneer-voice-nav-popup {
    animation-name: muneer-slide-tb
}

#muneer-popup-box.muneer-modal-animation-rotate #muneer-popup, #muneer-popup-box.muneer-modal-animation-rotate #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-rotate #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-rotate #muneer-voice-nav-popup {
    animation-name: muneer-rotate
}

#muneer-popup-box.muneer-modal-animation-wobble #muneer-popup, #muneer-popup-box.muneer-modal-animation-wobble #muneer-voice-nav-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-wobble #muneer-popup, #muneer-voice-nav-popup-box.muneer-modal-animation-wobble #muneer-voice-nav-popup {
    animation-name: muneer-wobble;
    backface-visibility: visible !important
}

#muneer-popup-box {
    font-family: var(--muneer-font-family);
    display: none
}

    #muneer-popup-box.is-open {
        display: block
    }

    #muneer-popup-box.muneer-modal-absolute #muneer-popup {
        position: absolute
    }

    #muneer-popup-box.muneer-modal-fixed #muneer-popup {
        position: fixed
    }

    #muneer-popup-box.muneer-modal-shadow #muneer-popup {
        box-shadow: 0 2px 4px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.05),0 16px 32px rgba(0,0,0,.05)
    }

#muneer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99998;
    background-color: transparent
}

#muneer-popup {
    top: 5vh;
    z-index: 99999;
    display: block;
    width: 25vw;
    max-height: 95vh;
    max-width: 450px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: var(--muneer-border-radius);
    animation-duration: var(--muneer-animate);
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both
}

    #muneer-popup[data-start=right] {
        right: 0
    }

    #muneer-popup[data-start=left] {
        left: 0
    }

    #muneer-popup[data-start=center] {
        right: 0;
        left: 0;
        margin: 0 auto
    }

.muneer-subheader {
    padding: 20px 0 0 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .muneer-subheader.muneer-subheader--accordion {
        padding-bottom: 24px
    }

    .muneer-subheader:nth-child(1) {
        margin-top: 0
    }

    .muneer-subheader h4 {
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: 500
    }

        .muneer-subheader h4 sup {
            font-size: 10px;
            font-weight: 400;
            background: #f9ae40;
            color: #000;
            padding: 2px 4px;
            border-radius: 25px;
            margin: 0 4px
        }

            .muneer-subheader h4 sup.no-one {
                display: none
            }

#muneer-popup-main {
    overflow: auto;
    box-sizing: border-box;
    padding: 8px 0;
    margin: 0
}

    #muneer-popup-main::-webkit-scrollbar-track {
        border-radius: 6px
    }

    #muneer-popup-main::-webkit-scrollbar {
        width: 4px
    }

    #muneer-popup-main::-webkit-scrollbar-thumb {
        border-radius: 8px
    }

#muneer-popup-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding-top: 16px
}

    #muneer-popup-header #muneer-popup-header--settings {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    #muneer-popup-header #muneer-popup-header--title {
        display: flex;
        align-items: center
    }

        #muneer-popup-header #muneer-popup-header--title h1, #muneer-popup-header #muneer-popup-header--title h2, #muneer-popup-header #muneer-popup-header--title h3, #muneer-popup-header #muneer-popup-header--title h4, #muneer-popup-header #muneer-popup-header--title h5, #muneer-popup-header #muneer-popup-header--title h6 {
            padding: 0;
            margin: 18px 0 0 0;
            font-size: 20px;
            line-height: 32px;
            display: flex;
            -moz-column-gap: 16px;
            column-gap: 16px;
            font-weight: 500
        }

            #muneer-popup-header #muneer-popup-header--title h1:before:not(.popup-title-whitelabel), #muneer-popup-header #muneer-popup-header--title h2:before:not(.popup-title-whitelabel), #muneer-popup-header #muneer-popup-header--title h3:before:not(.popup-title-whitelabel), #muneer-popup-header #muneer-popup-header--title h4:before:not(.popup-title-whitelabel), #muneer-popup-header #muneer-popup-header--title h5:before:not(.popup-title-whitelabel), #muneer-popup-header #muneer-popup-header--title h6:before:not(.popup-title-whitelabel) {
                content: "";
                width: 32px;
                height: 32px;
                display: inline-flex;
                background: url(../img/logo/logo-light.svg) no-repeat center center;
                background-size: cover
            }

.choices-wrapper .choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px
}

    .choices-wrapper .choices:focus {
        outline: 0
    }

    .choices-wrapper .choices:last-child {
        margin-bottom: 0
    }

    .choices-wrapper .choices.is-open {
        overflow: visible
    }

    .choices-wrapper .choices.is-disabled .choices__inner, .choices-wrapper .choices.is-disabled .choices__input {
        background-color: #eaeaea;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .choices-wrapper .choices.is-disabled .choices__item {
        cursor: not-allowed
    }

    .choices-wrapper .choices [hidden] {
        display: none !important
    }

    .choices-wrapper .choices[data-type*=select-one] {
        cursor: pointer
    }

        .choices-wrapper .choices[data-type*=select-one] .choices__inner {
            padding-bottom: 7.5px
        }

        .choices-wrapper .choices[data-type*=select-one] .choices__input {
            display: block;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            background-color: #fff;
            margin: 0
        }

        .choices-wrapper .choices[data-type*=select-one] .choices__button {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
            padding: 0;
            background-size: 8px;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -10px;
            margin-right: 25px;
            height: 20px;
            width: 20px;
            border-radius: 10em;
            opacity: .25
        }

            .choices-wrapper .choices[data-type*=select-one] .choices__button:focus, .choices-wrapper .choices[data-type*=select-one] .choices__button:hover {
                opacity: 1
            }

            .choices-wrapper .choices[data-type*=select-one] .choices__button:focus {
                box-shadow: 0 0 0 2px #00bcd4
            }

        .choices-wrapper .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
            display: none
        }

        .choices-wrapper .choices[data-type*=select-one]::after {
            content: "";
            height: 0;
            width: 0;
            border-style: solid;
            border-color: #333 transparent transparent transparent;
            border-width: 5px;
            position: absolute;
            right: 11.5px;
            top: 50%;
            margin-top: -2.5px;
            pointer-events: none
        }

        .choices-wrapper .choices[data-type*=select-one].is-open::after {
            border-color: transparent transparent #333 transparent;
            margin-top: -7.5px
        }

        .choices-wrapper .choices[data-type*=select-one][dir=rtl]::after {
            left: 11.5px;
            right: auto
        }

        .choices-wrapper .choices[data-type*=select-one][dir=rtl] .choices__button {
            right: auto;
            left: 0;
            margin-left: 25px;
            margin-right: 0
        }

    .choices-wrapper .choices[data-type*=select-multiple] .choices__inner, .choices-wrapper .choices[data-type*=text] .choices__inner {
        cursor: text
    }

    .choices-wrapper .choices[data-type*=select-multiple] .choices__button, .choices-wrapper .choices[data-type*=text] .choices__button {
        position: relative;
        display: inline-block;
        margin-top: 0;
        margin-right: -4px;
        margin-bottom: 0;
        margin-left: 8px;
        padding-left: 16px;
        border-left: 1px solid #008fa1;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
        background-size: 8px;
        width: 8px;
        line-height: 1;
        opacity: .75;
        border-radius: 0
    }

        .choices-wrapper .choices[data-type*=select-multiple] .choices__button:focus, .choices-wrapper .choices[data-type*=select-multiple] .choices__button:hover, .choices-wrapper .choices[data-type*=text] .choices__button:focus, .choices-wrapper .choices[data-type*=text] .choices__button:hover {
            opacity: 1
        }

.choices-wrapper .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices-wrapper .choices__inner, .is-open .choices-wrapper .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices-wrapper .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices-wrapper .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices-wrapper .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices-wrapper .choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices-wrapper .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices-wrapper .choices__list--single .choices__item {
    width: 100%
}

.choices-wrapper .choices__list--multiple {
    display: inline
}

    .choices-wrapper .choices__list--multiple .choices__item {
        display: inline-block;
        vertical-align: middle;
        border-radius: 20px;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        background-color: #00bcd4;
        border: 1px solid #00a5bb;
        color: #fff;
        word-break: break-all;
        box-sizing: border-box
    }

        .choices-wrapper .choices__list--multiple .choices__item[data-deletable] {
            padding-right: 5px
        }

[dir=rtl] .choices-wrapper .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices-wrapper .choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices-wrapper .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices-wrapper .choices__list--dropdown, .choices-wrapper .choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility
}

.choices-wrapper .is-active.choices__list--dropdown, .choices-wrapper .is-active.choices__list[aria-expanded] {
    visibility: visible
}

.is-open .choices-wrapper .choices__list--dropdown, .is-open .choices-wrapper .choices__list[aria-expanded] {
    border-color: #b7b7b7
}

.is-flipped .choices-wrapper .choices__list--dropdown, .is-flipped .choices-wrapper .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices-wrapper .choices__list--dropdown .choices__list, .choices-wrapper .choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices-wrapper .choices__list--dropdown .choices__item, .choices-wrapper .choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices-wrapper .choices__list--dropdown .choices__item, [dir=rtl] .choices-wrapper .choices__list[aria-expanded] .choices__item {
    text-align: right
}

@media (min-width: 640px) {
    .choices-wrapper .choices__list--dropdown .choices__item--selectable, .choices-wrapper .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 100px
    }

        .choices-wrapper .choices__list--dropdown .choices__item--selectable::after, .choices-wrapper .choices__list[aria-expanded] .choices__item--selectable::after {
            content: attr(data-select-text);
            font-size: 12px;
            opacity: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%)
        }

    [dir=rtl] .choices-wrapper .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices-wrapper .choices__list[aria-expanded] .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

        [dir=rtl] .choices-wrapper .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices-wrapper .choices__list[aria-expanded] .choices__item--selectable::after {
            right: auto;
            left: 10px
        }
}

.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted, .choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

    .choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
        opacity: .5
    }

.choices-wrapper .choices__item {
    cursor: default
}

.choices-wrapper .choices__item--selectable {
    cursor: pointer
}

.choices-wrapper .choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .5
}

.choices-wrapper .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices-wrapper .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

    .choices-wrapper .choices__button:focus {
        outline: 0
    }

.choices-wrapper .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

    .choices-wrapper .choices__input:focus {
        outline: 0
    }

    .choices-wrapper .choices__input::-webkit-search-cancel-button, .choices-wrapper .choices__input::-webkit-search-decoration, .choices-wrapper .choices__input::-webkit-search-results-button, .choices-wrapper .choices__input::-webkit-search-results-decoration {
        display: none
    }

    .choices-wrapper .choices__input::-ms-clear, .choices-wrapper .choices__input::-ms-reveal {
        display: none;
        width: 0;
        height: 0
    }

[dir=rtl] .choices-wrapper .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices-wrapper .choices__placeholder {
    opacity: .5
}

#muneer-language-switcher {
    flex-grow: 2
}

    #muneer-language-switcher #muneer-language-switcher--select {
        display: none !important
    }

    #muneer-language-switcher .choices, #muneer-language-switcher .choices__inner {
        padding: 0;
        margin: 0
    }

    #muneer-language-switcher .choices__inner {
        border: none;
        background: 0 0;
        border-radius: 0;
        min-height: 36px;
        display: flex;
        align-items: center
    }

    #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-flag {
        transition: .4s ease-in-out all
    }

    #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-name {
        transition: .4s ease-in-out all
    }

    #muneer-language-switcher .choices__list.choices__list--single {
        padding-left: 2px;
        font-weight: 500
    }

    #muneer-language-switcher .choices[data-type*=select-one]::after {
        border: none
    }

    #muneer-language-switcher .choices__list.choices__list--dropdown {
        box-shadow: 0 0 2.2px rgba(0,0,0,.034),0 0 5.3px rgba(0,0,0,.048),0 0 10px rgba(0,0,0,.06),0 0 17.9px rgba(0,0,0,.072),0 0 33.4px rgba(0,0,0,.086);
        border-radius: 8px;
        border: none
    }

    #muneer-language-switcher .muneer-language-switcher--lang {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    #muneer-language-switcher .muneer-language-switcher--lang-flag {
        width: 28px;
        height: 28px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px transparent solid;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-clip: content-box
    }

        #muneer-language-switcher .muneer-language-switcher--lang-flag img {
            height: 100%
        }

#muneer-popup-close {
    background: 0 0;
    padding: 2px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 2px solid var(--muneer-color-transparent);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

    #muneer-popup-close svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        display: flex;
        padding: 0;
        margin: 0;
        border: none
    }

#muneer-focus-holder {
    width: 1px;
    opacity: 0
}

#muneer-popup-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    box-sizing: border-box;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
}

    #muneer-popup-buttons button {
        font-size: 14px;
        border-radius: 10px;
        min-height: 32px;
        padding: 16px;
        flex-grow: 1;
        transition: .2s;
        font-weight: 400;
        text-transform: none;
        letter-spacing: normal;
        cursor: pointer;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

        #muneer-popup-buttons button svg {
            width: 16px;
            height: 16px;
            min-width: 16px;
            min-height: 16px;
            display: inline-flex
        }

        #muneer-popup-buttons button span {
            display: inline-flex
        }

        #muneer-popup-buttons button:focus {
            outline: 0
        }

        #muneer-popup-buttons button:first-child {
            margin-left: 0
        }

        #muneer-popup-buttons button:last-child {
            margin-right: 0
        }

#muneer-popup-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 16px 32px;
    box-sizing: border-box;
    background: #edf5f8
}

    #muneer-popup-footer p {
        flex-grow: 2;
        font-size: 11px;
        line-height: 1.25;
        padding: 0;
        margin: 0
    }

        #muneer-popup-footer p a {
            text-decoration: none;
            cursor: pointer;
            border-radius: 4px;
            font-size: 13px
        }

    #muneer-popup-footer img {
        height: 24px;
        max-height: 24px;
        display: inline-flex
    }

#muneer-popup-box.muneer-non-draggable #muneer-popup-header {
    cursor: default
}

#muneer-popup #muneer-popup-header {
    cursor: move
}

#muneer-popup #muneer-popup-main {
    max-height: 60vh
}

#muneer-sidebar {
    font-family: var(--muneer-font-family);
    height: 100%;
    width: 25vw;
    position: fixed;
    z-index: 99999;
    box-sizing: border-box;
    top: 0;
    overflow-x: hidden;
    transition: .2s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 450px
}

    #muneer-sidebar #muneer-popup-header {
        padding-top: 32px;
        padding-bottom: 22px
    }

    #muneer-sidebar.muneer-sidebar-left {
        left: -150vw
    }

    #muneer-sidebar.muneer-sidebar-right {
        right: -150vw
    }

.muneer-off-canvas-is-open-left {
    margin-left: 25vw;
    transition: margin-left .2s
}

.muneer-off-canvas-is-open-right {
    margin-right: 25vw;
    transition: margin-left .2s
}

    .muneer-aside-is-open #muneer-sidebar.muneer-sidebar-shadow, .muneer-off-canvas-is-open-left #muneer-sidebar.muneer-sidebar-shadow, .muneer-off-canvas-is-open-right #muneer-sidebar.muneer-sidebar-shadow {
        box-shadow: 0 0 2.2px rgba(0,0,0,.034),0 0 5.3px rgba(0,0,0,.048),0 0 10px rgba(0,0,0,.06),0 0 17.9px rgba(0,0,0,.072),0 0 33.4px rgba(0,0,0,.086)
    }

    .muneer-aside-is-open #muneer-sidebar.muneer-sidebar-right, .muneer-off-canvas-is-open-right #muneer-sidebar.muneer-sidebar-right {
        right: 0
    }

.muneer-aside-is-open #muneer-sidebar.muneer-sidebar-left, .muneer-off-canvas-is-open-left #muneer-sidebar.muneer-sidebar-left {
    left: 0
}

#muneer-action-voice-navigation {
    position: relative
}

    #muneer-action-voice-navigation #muneer-voice-navigation-auto-hide-popup {
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 2em;
        display: none
    }

        #muneer-action-voice-navigation #muneer-voice-navigation-auto-hide-popup:checked + label {
            -webkit-mask-image: url(../img/ui/show.svg);
            mask-image: url(../img/ui/show.svg)
        }

    #muneer-action-voice-navigation label[for=muneer-voice-navigation-auto-hide-popup] {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        -webkit-mask-image: url(../img/ui/hide.svg);
        mask-image: url(../img/ui/hide.svg);
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        background-color: var(--muneer-color)
    }

        #muneer-action-voice-navigation label[for=muneer-voice-navigation-auto-hide-popup]:focus {
            transform: scale(1.2);
            transition-duration: .2s
        }

    #muneer-action-voice-navigation:focus label[for=muneer-voice-navigation-auto-hide-popup], #muneer-action-voice-navigation:hover label[for=muneer-voice-navigation-auto-hide-popup] {
        background-color: var(--muneer-text)
    }

    #muneer-action-voice-navigation.active label[for=muneer-voice-navigation-auto-hide-popup] {
        background-color: var(--muneer-bg) !important
    }

.muneer-invisible-label {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    display: block
}

@media screen and (max-width: 1400px) {
    #muneer-sidebar {
        width: 40vw
    }

    .muneer-off-canvas-is-open-left {
        margin-left: 40vw
    }

    .muneer-off-canvas-is-open-right {
        margin-right: 40vw
    }
}

@media screen and (max-width: 1000px) {
    #muneer-sidebar {
        width: 50vw
    }

    .muneer-off-canvas-is-open-left {
        margin-left: 50vw
    }

    .muneer-off-canvas-is-open-right {
        margin-right: 50vw
    }
}

@media screen and (max-width: 680px) {
    #muneer-sidebar {
        width: 85vw
    }
}

@media screen and (max-width: 480px) {
    #muneer-popup-box.muneer-modal-shadow #muneer-popup {
        box-shadow: 0 0 2.2px rgba(0,0,0,.034),0 0 5.3px rgba(0,0,0,.048),0 0 10px rgba(0,0,0,.06)
    }

    #muneer-popup {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        max-height: 80vh;
        left: 0 !important;
        bottom: 0;
        top: unset !important
    }

        #muneer-popup #muneer-popup-main {
            max-height: 40vh
        }

    #muneer-popup-tools-box {
        display: none !important
    }

    #muneer-sidebar {
        width: 100%;
        max-width: 100%
    }

        #muneer-popup #muneer-easy-orientation-box, #muneer-popup #muneer-readable-experience-box, #muneer-popup #muneer-visually-pleasing-box, #muneer-sidebar #muneer-easy-orientation-box, #muneer-sidebar #muneer-readable-experience-box, #muneer-sidebar #muneer-visually-pleasing-box {
            grid-template-columns: 1fr 1fr
        }

        #muneer-popup .muneer-mode-description, #muneer-sidebar .muneer-mode-description {
            display: none
        }

        #muneer-popup .muneer-action-box, #muneer-sidebar .muneer-action-box {
            width: 100%
        }

            #muneer-popup .muneer-action-box.muneer-palette-box, #muneer-sidebar .muneer-action-box.muneer-palette-box {
                width: unset
            }

        #muneer-popup #muneer-popup-close:focus, #muneer-sidebar #muneer-popup-close:focus {
            outline: 0 !important
        }

        #muneer-popup #muneer-popup-buttons button, #muneer-sidebar #muneer-popup-buttons button {
            width: 100%;
            margin: 0
        }

        #muneer-popup .muneer-title, #muneer-sidebar .muneer-title {
            font-size: 14px
        }

        #muneer-popup .muneer-mode-short, #muneer-sidebar .muneer-mode-short {
            display: none
        }

    #muneer-voice-nav-popup-box #muneer-voice-nav-popup {
        width: 100vw !important
    }
}

[dir=rtl] #muneer-popup {
    font-family: var(--muneer-font-family-rtl) !important
}

[dir=rtl] #muneer-useful-links {
    padding-right: 35px
}

#muneer-popup select, #muneer-sidebar select {
    display: inline-flex !important
}

.muneer-trigger-button-box {
    position: fixed;
    z-index: 99998;
    margin: var(--muneer-btn-margin)
}

    .muneer-trigger-button-box.top-left {
        top: 0;
        left: 0
    }

    .muneer-trigger-button-box.top-right {
        top: 0;
        right: 0
    }

    .muneer-trigger-button-box.left-center {
        top: 50%;
        left: 0;
        transform: translate(0,-50%)
    }

    .muneer-trigger-button-box.right-center {
        top: 50%;
        right: 0;
        transform: translate(0,-50%)
    }

    .muneer-trigger-button-box.bottom-left {
        bottom: 0;
        left: 0
    }

    .muneer-trigger-button-box.bottom-center {
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0)
    }

    .muneer-trigger-button-box.bottom-right {
        bottom: 0;
        right: 0
    }

    .muneer-trigger-button-box.entrance-bounce {
        animation-fill-mode: both;
        animation-name: muneer-bounce;
        animation-duration: .6s;
        animation-delay: var(--muneer-btn-delay)
    }

    .muneer-trigger-button-box.entrance-fade {
        animation-fill-mode: both;
        animation-name: muneer-fade;
        animation-duration: .6s;
        animation-delay: var(--muneer-btn-delay)
    }

    .muneer-trigger-button-box.entrance-flip-x {
        animation-fill-mode: both;
        animation-name: muneer-flip-x;
        animation-duration: .8s;
        animation-delay: var(--muneer-btn-delay);
        backface-visibility: visible !important
    }

    .muneer-trigger-button-box.entrance-flip-y {
        animation-fill-mode: both;
        animation-name: muneer-flip-y;
        animation-duration: .8s;
        animation-delay: var(--muneer-btn-delay);
        backface-visibility: visible !important
    }

    .muneer-trigger-button-box.entrance-scale {
        animation-fill-mode: both;
        animation-name: muneer-scale;
        animation-duration: .4s;
        animation-delay: var(--muneer-btn-delay)
    }

    .muneer-trigger-button-box.entrance-wobble {
        animation-fill-mode: both;
        animation-name: muneer-wobble;
        animation-duration: .5s;
        animation-delay: var(--muneer-btn-delay);
        backface-visibility: visible !important
    }

    .muneer-trigger-button-box.entrance-rotate {
        animation-fill-mode: both;
        animation-name: muneer-rotate;
        animation-duration: .8s;
        animation-delay: var(--muneer-btn-delay)
    }

    .muneer-trigger-button-box.hover-bounce button:hover span, .muneer-trigger-button-box.hover-fade button:hover span, .muneer-trigger-button-box.hover-flip-x button:hover span, .muneer-trigger-button-box.hover-flip-y button:hover span, .muneer-trigger-button-box.hover-rotate button:hover span, .muneer-trigger-button-box.hover-scale button:hover span, .muneer-trigger-button-box.hover-wobble button:hover span {
        animation-fill-mode: both
    }

        .muneer-trigger-button-box.hover-bounce button:hover span:nth-child(2), .muneer-trigger-button-box.hover-fade button:hover span:nth-child(2), .muneer-trigger-button-box.hover-flip-x button:hover span:nth-child(2), .muneer-trigger-button-box.hover-flip-y button:hover span:nth-child(2), .muneer-trigger-button-box.hover-rotate button:hover span:nth-child(2), .muneer-trigger-button-box.hover-scale button:hover span:nth-child(2), .muneer-trigger-button-box.hover-wobble button:hover span:nth-child(2) {
            animation-delay: .1s
        }

    .muneer-trigger-button-box.hover-bounce button:hover span {
        animation-name: muneer-bounce;
        animation-duration: .6s
    }

    .muneer-trigger-button-box.hover-fade button:hover span {
        animation-name: muneer-fade;
        animation-duration: .6s
    }

    .muneer-trigger-button-box.hover-flip-x button:hover span {
        animation-name: muneer-flip-x;
        animation-duration: .8s;
        backface-visibility: visible !important
    }

    .muneer-trigger-button-box.hover-flip-y button:hover span {
        animation-name: muneer-flip-y;
        animation-duration: .8s;
        backface-visibility: visible !important
    }

    .muneer-trigger-button-box.hover-scale button:hover span {
        animation-name: muneer-scale;
        animation-duration: .4s
    }

    .muneer-trigger-button-box.hover-rotate button:hover span {
        animation-name: muneer-rotate;
        animation-duration: .5s
    }

    .muneer-trigger-button-box.hover-wobble button:hover span {
        animation-name: muneer-wobble;
        animation-duration: .5s;
        backface-visibility: visible !important
    }

    .muneer-trigger-button-box button {
        display: flex;
        align-items: center;
        outline: 0;
        padding: var(--muneer-btn-padding);
        border-radius: var(--muneer-btn-radius);
        color: var(--muneer-btn-color);
        background: var(--muneer-btn-bg);
        font-size: var(--muneer-btn-size);
        transition: .4s ease-in-out all;
        border: none;
        cursor: pointer
    }

        .muneer-trigger-button-box button:active, .muneer-trigger-button-box button:focus, .muneer-trigger-button-box button:focus-visible, .muneer-trigger-button-box button:hover {
            color: var(--muneer-btn-color-hover);
            background: var(--muneer-btn-bg-hover)
        }

            .muneer-trigger-button-box button:active .muneer-trigger-button-icon svg, .muneer-trigger-button-box button:focus .muneer-trigger-button-icon svg, .muneer-trigger-button-box button:focus-visible .muneer-trigger-button-icon svg, .muneer-trigger-button-box button:hover .muneer-trigger-button-icon svg {
                fill: var(--muneer-btn-color-hover)
            }

        .muneer-trigger-button-box button#muneer-trigger-button span:nth-child(2) {
            padding: calc(var(--muneer-btn-padding)/ 2)
        }

        .muneer-trigger-button-box button#muneer-trigger-button:focus {
            outline: 0;
            color: var(--muneer-btn-color-hover);
            background: var(--muneer-btn-bg-hover);
            box-shadow: 0 0 0 3px var(--muneer-btn-color-hover)
        }

        .muneer-trigger-button-box button .muneer-trigger-button-icon svg {
            fill: var(--muneer-btn-color);
            width: var(--muneer-btn-size);
            height: var(--muneer-btn-size)
        }

        .muneer-trigger-button-box button:focus, .muneer-trigger-button-box button:hover {
            text-decoration: none
        }

        .muneer-trigger-button-box button .muneer-button-icon {
            display: flex;
            align-self: center
        }

        .muneer-trigger-button-box button.icon-position-before {
            flex-direction: row
        }

            .muneer-trigger-button-box button.icon-position-before span:nth-child(2) {
                padding-top: 0 !important;
                padding-right: 0 !important;
                padding-bottom: 0 !important
            }

        .muneer-trigger-button-box button.icon-position-after {
            flex-direction: row-reverse
        }

            .muneer-trigger-button-box button.icon-position-after span:nth-child(2) {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                padding-left: 0 !important
            }

        .muneer-trigger-button-box button.icon-position-above {
            flex-direction: column
        }

            .muneer-trigger-button-box button.icon-position-above span:nth-child(2) {
                padding-right: 0 !important;
                padding-bottom: 0 !important;
                padding-left: 0 !important
            }

        .muneer-trigger-button-box button.icon-position-bellow {
            flex-direction: column-reverse
        }

            .muneer-trigger-button-box button.icon-position-bellow span:nth-child(2) {
                padding-top: 0 !important;
                padding-right: 0 !important;
                padding-left: 0 !important
            }

        .muneer-trigger-button-box button span {
            display: flex;
            transition: all .15s linear
        }

            .muneer-trigger-button-box button span path {
                transition: all .15s linear
            }

.muneer-simple-keyboard {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    touch-action: manipulation;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    padding: 5px;
    border-radius: 5px
}

    .muneer-simple-keyboard .hg-button span {
        pointer-events: none
    }

    .muneer-simple-keyboard button.hg-button {
        border-width: 0;
        outline: 0;
        font-size: inherit
    }

    .muneer-simple-keyboard .hg-button {
        display: inline-block;
        flex-grow: 1
    }

    .muneer-simple-keyboard .hg-row {
        display: flex
    }

        .muneer-simple-keyboard .hg-row:not(:last-child) {
            margin-bottom: 5px
        }

        .muneer-simple-keyboard .hg-row .hg-button-container, .muneer-simple-keyboard .hg-row .hg-button:not(:last-child) {
            margin-right: 5px
        }

        .muneer-simple-keyboard .hg-row > div:last-child {
            margin-right: 0
        }

        .muneer-simple-keyboard .hg-row .hg-button-container {
            display: flex
        }

    .muneer-simple-keyboard .hg-button {
        height: 40px;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .muneer-simple-keyboard.hg-layout-numeric .hg-button {
        width: 33.3%;
        height: 60px;
        align-items: center;
        display: flex;
        justify-content: center
    }

    .muneer-simple-keyboard .hg-button.hg-button-numpadadd, .muneer-simple-keyboard .hg-button.hg-button-numpadenter {
        height: 85px
    }

    .muneer-simple-keyboard .hg-button.hg-button-numpad0 {
        width: 105px
    }

    .muneer-simple-keyboard .hg-button.hg-button-com {
        max-width: 85px
    }

    .muneer-simple-keyboard .hg-button.hg-standardBtn.hg-button-at {
        max-width: 45px
    }

    .muneer-simple-keyboard .hg-button.hg-standardBtn[data-skbtn=".com"] {
        max-width: 82px
    }

    .muneer-simple-keyboard .hg-button.hg-standardBtn[data-skbtn="@"] {
        max-width: 60px
    }

#muneer-keyboard-box {
    display: none;
    position: fixed;
    width: 650px;
    bottom: 0;
    left: 0;
    padding: 35px 8px 8px;
    cursor: move;
    box-shadow: 0 0 2px #333;
    border-radius: 4px;
    z-index: 99999
}

@media screen and (max-width: 980px) {
    #muneer-keyboard-box {
        display: none !important
    }
}

#muneer-accessibility-statement-box {
    transition: opacity .4s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden
}

    #muneer-accessibility-statement-box.muneer-accessibility-statement-iframe {
        display: none
    }

    #muneer-accessibility-statement-box.open {
        opacity: 1;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 32px;
        z-index: 999;
        overflow-y: scroll
    }

        #muneer-accessibility-statement-box.open.muneer-accessibility-statement-iframe {
            display: block;
            padding: 0;
            overflow: hidden
        }

            #muneer-accessibility-statement-box.open.muneer-accessibility-statement-iframe .muneer-statement-content {
                display: contents
            }

            #muneer-accessibility-statement-box.open.muneer-accessibility-statement-iframe iframe {
                border: none;
                width: 100%;
                height: 100%
            }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
            background-color: #f5f5f5
        }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar {
            width: 12px;
            background-color: #f5f5f5
        }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
            background-color: #a7a7a7
        }

        #muneer-accessibility-statement-box.open #muneer-close-statement-btn {
            position: absolute;
            top: 32px;
            right: 32px;
            background: 0 0;
            border: 0;
            padding: 2px;
            border-radius: 50%
        }

            #muneer-accessibility-statement-box.open #muneer-close-statement-btn:before {
                content: "✕";
                width: 16px;
                height: 16px;
                display: flex;
                justify-content: center;
                align-items: center
            }

button.muneer-subheader--trigger {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-height: 24px;
    max-width: 24px;
    overflow: hidden;
    background: var(--muneer-text);
    color: var(--muneer-background);
    border-radius: 50%;
    border: none;
    transition: all .25s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0
}

    button.muneer-subheader--trigger svg {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        max-height: 16px;
        max-width: 16px;
        display: inline-flex
    }

    button.muneer-subheader--trigger[aria-expanded=true] {
        transform: rotate(180deg)
    }

    button.muneer-subheader--trigger[aria-expanded=false] {
        transform: rotate(0)
    }

    button.muneer-subheader--trigger:hover {
        background: var(--muneer-color-accent);
        color: var(--muneer-background);
        transition: all .25s ease-out
    }

    button.muneer-subheader--trigger:focus {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 4px;
        transition: all .25s ease-out
    }

#muneer-theme-switcher {
    padding: 0;
    margin: 0
}

    #muneer-theme-switcher fieldset {
        padding: 0;
        margin: 0;
        border-radius: 40px
    }

    #muneer-theme-switcher legend {
        font-size: 0;
        line-height: 0;
        opacity: 0;
        padding: 0;
        margin: 0
    }

    #muneer-theme-switcher label {
        width: 32px;
        height: 32px;
        display: inline-flex;
        border-radius: 16px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background .3s ease-in-out
    }

    #muneer-theme-switcher svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        transition: fill .3s ease-in-out;
        display: flex;
        padding: 0;
        margin: 0;
        border: none
    }

    #muneer-theme-switcher input[type=radio] {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0
    }

        #muneer-theme-switcher input[type=radio]:checked + label {
            transition: background .3s ease-in-out
        }

        #muneer-theme-switcher input[type=radio]:checked:focus + label {
            z-index: 9;
            position: relative
        }

#muneer-online-dictionary-box {
    position: relative
}

    #muneer-online-dictionary-box #muneer-online-dictionary-form {
        position: relative
    }

        #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search {
            box-sizing: border-box;
            width: 100%;
            margin: 0;
            line-height: 16px;
            border-radius: 8px;
            transition: .25s ease-in-out all;
            min-height: 45px;
            border: none;
            padding: 0 48px;
            font-size: 16px;
            outline: 0
        }

            #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search::-moz-placeholder {
                font-size: 14px
            }

            #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search::placeholder {
                font-size: 14px
            }

            #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:focus {
                outline: 0
            }

        #muneer-online-dictionary-box #muneer-online-dictionary-form label {
            color: var(--muneer-color);
            position: absolute;
            top: 0;
            left: 16px;
            height: 100%;
            display: flex;
            align-items: center;
            font-size: 0
        }

            #muneer-online-dictionary-box #muneer-online-dictionary-form label svg {
                width: 20px;
                height: 20px;
                min-width: 16px;
                min-height: 16px
            }

    #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li {
            margin-top: 32px
        }

            #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li p {
                margin: 0 0 6px 0
            }

            #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a {
                font-size: 14px
            }

    #muneer-online-dictionary-box #muneer-online-dictionary-search-close {
        display: none;
        position: absolute;
        cursor: pointer;
        background: 0 0;
        border: none;
        outline: 0;
        padding: 0;
        right: 16px;
        top: 0;
        height: 100%;
        align-items: center;
        opacity: .3;
        color: var(--muneer-color)
    }

        #muneer-online-dictionary-box #muneer-online-dictionary-search-close:hover {
            opacity: 1
        }

#muneer-popup-tools-box {
    display: flex
}

    #muneer-popup-tools-box .muneer-row {
        padding: 0
    }

#muneer-tool-oversize {
    width: 100%
}

.muneer-oversize #muneer-easy-orientation-box, .muneer-oversize #muneer-readable-experience-box, .muneer-oversize #muneer-visually-pleasing-box {
    grid-template-columns: 1fr 1fr
}

.muneer-oversize .muneer-action-box-content .muneer-icon {
    width: 48px;
    height: 48px
}

.muneer-oversize .muneer-action-box-content .muneer-title {
    font-size: 14px
}

#muneer-accessibility-modes-box {
    margin: -24px 0;
    display: flex;
    flex-direction: column
}

    #muneer-accessibility-modes-box .muneer-accessibility-mode-item {
        cursor: pointer;
        width: 100%
    }

        #muneer-accessibility-modes-box .muneer-accessibility-mode-item:last-of-type {
            padding-bottom: 20px
        }

        #muneer-accessibility-modes-box .muneer-accessibility-mode-item:focus {
            outline: 0
        }

        #muneer-accessibility-modes-box .muneer-accessibility-mode-item .muneer-mode-description {
            max-height: 0;
            overflow: hidden;
            font-size: 14px;
            line-height: 1.4;
            opacity: 0;
            padding: 0 20px;
            transition: all .15s ease-out;
            border-radius: 12px
        }

        #muneer-accessibility-modes-box .muneer-accessibility-mode-item.active .muneer-mode-description {
            height: auto;
            margin: 0;
            opacity: 1;
            padding: 20px;
            transition: all .15s ease-out;
            max-height: 600px
        }

#muneer-visually-pleasing-box {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
}

    #muneer-visually-pleasing-box #muneer-action-background-colors, #muneer-visually-pleasing-box #muneer-action-text-colors, #muneer-visually-pleasing-box #muneer-action-title-colors {
        width: 100%
    }

#muneer-colorizing-box {
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

    #muneer-colorizing-box .muneer-action-box {
        border-radius: 12px
    }

#muneer-readable-experience-box {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
}

#muneer-easy-orientation-box {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
}

#muneer-useful-links-box {
    margin: 0;
    display: flex
}

    #muneer-useful-links-box .muneer-action-box {
        border-radius: 12px
    }

    #muneer-useful-links-box .muneer-action-box-content {
        padding: 0
    }

        #muneer-useful-links-box .muneer-action-box-content label {
            display: none
        }

.muneer-useful-links-box .muneer-action-box-content {
    flex-direction: column;
    padding: 16px
}

.muneer-useful-links-box .muneer-select-box {
    width: 100%
}

    .muneer-useful-links-box .muneer-select-box select {
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
        margin: 0;
        font-size: 14px;
        line-height: 1;
        border: none;
        height: 45px;
        min-height: 45px;
        max-height: 45px;
        transition: all .2s ease-in-out;
        cursor: pointer;
        background-color: transparent;
        text-indent: 15px;
        -webkit-appearance: none;
        background-image: url(../img/ui/select-arrow.svg);
        background-repeat: no-repeat;
        background-position: right 15px top 50%;
        background-size: 10px auto
    }

        .muneer-useful-links-box .muneer-select-box select:focus, .muneer-useful-links-box .muneer-select-box select:hover {
            transition: all .2s ease-in-out;
            font-size: 16px
        }

        .muneer-useful-links-box .muneer-select-box select:focus {
            outline: 0
        }

#muneer-action-useful-links {
    width: 100%
}

    #muneer-action-useful-links i {
        display: none
    }

[dir=ltr] .muneer-dyslexia-font, [dir=ltr].muneer-dyslexia-font, body[dir=ltr] .muneer-dyslexia-font, body[dir=ltr].muneer-dyslexia-font, html[dir=ltr] .muneer-dyslexia-font, html[dir=ltr].muneer-dyslexia-font {
    font-family: OpenDyslexicMuneer,serif !important
}

    [dir=ltr] .muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    [dir=ltr] .muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    [dir=ltr] .muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr] .muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=ltr].muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr] .muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=ltr].muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr] .muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=ltr].muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

.muneer-dyslexia-font {
    font-family: OpenDyslexicMuneer,serif !important
}

    .muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    .muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    .muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

[dir=rtl] .muneer-dyslexia-font, [dir=rtl].muneer-dyslexia-font, body[dir=rtl] .muneer-dyslexia-font, body[dir=rtl].muneer-dyslexia-font, html[dir=rtl] .muneer-dyslexia-font, html[dir=rtl].muneer-dyslexia-font {
    font-family: OpenDyslexicMuneer,serif !important
}

    [dir=rtl] .muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    [dir=rtl] .muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    [dir=rtl] .muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl] .muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), [dir=rtl].muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl] .muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body[dir=rtl].muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl] .muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), html[dir=rtl].muneer-dyslexia-font textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

.muneer-dyslexia-font [dir=rtl] {
    font-family: OpenDyslexicMuneer,serif !important
}

    .muneer-dyslexia-font [dir=rtl] h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    .muneer-dyslexia-font [dir=rtl] h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

    .muneer-dyslexia-font [dir=rtl] a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), .muneer-dyslexia-font [dir=rtl] textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
        font-family: OpenDyslexicMuneer,serif !important
    }

body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h1:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h2:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h3:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h4:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h5:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h6:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
    font-family: OpenDyslexicMuneer,serif !important
}

body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h1 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h2 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h3 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h4 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h5 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) h6 span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
    font-family: OpenDyslexicMuneer,serif !important
}

body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) blockquote:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) code:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) dd:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) dt:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) input:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) label:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) legend:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) li a:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) p:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) pre:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) select:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) span:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas), body.muneer-dyslexia-font :not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) textarea:not(.material-icons):not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas) {
    font-family: OpenDyslexicMuneer,serif !important
}

.muneer-light-contrast .muneer-icon {
    background-color: var(--muneer-color) !important
}

.muneer-light-contrast .muneer-multi-toggle-box.active .muneer-icon, .muneer-light-contrast .muneer-toggle-box.active .muneer-icon {
    background-color: var(--muneer-bg) !important
}

.muneer-light-contrast .muneer-multi-toggle-box.active span, .muneer-light-contrast .muneer-toggle-box.active span {
    color: var(--muneer-text) !important
}

.muneer-dark-contrast .muneer-mode-title {
    background: #181818;
    color: #a2e6cc;
    padding: 0 4px;
    border-radius: 4px;
    display: inline
}

.muneer-dark-contrast .muneer-mode-short {
    background: #181818;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px
}

.muneer-dark-contrast ::-moz-placeholder {
    color: #d1d1d1
}

.muneer-dark-contrast ::placeholder {
    color: #d1d1d1
}

.muneer-dark-contrast p, .muneer-light-contrast p {
    border-radius: 4px
}

.muneer-dark-contrast .muneer-action-box .muneer-action-box-content .muneer-title, .muneer-light-contrast .muneer-action-box .muneer-action-box-content .muneer-title {
    padding: 0 4px;
    border-radius: 4px
}

.muneer-dark-contrast label.switch, .muneer-light-contrast label.switch {
    border-radius: 1rem
}

.muneer-dark-contrast #muneer-popup-footer button span, .muneer-light-contrast #muneer-popup-footer button span {
    padding: 0 4px;
    border-radius: 4px
}

.muneer-dark-contrast #muneer-popup-footer .muneer-statement, .muneer-light-contrast #muneer-popup-footer .muneer-statement {
    text-align: justify;
    padding: 4px 8px !important;
    border-radius: 4px
}

.muneer-dark-contrast .muneer-subheader h4, .muneer-light-contrast .muneer-subheader h4 {
    padding: 0 8px !important;
    border-radius: 4px;
    display: inline-block
}

.muneer-dark-contrast #muneer-online-dictionary-box label, .muneer-light-contrast #muneer-online-dictionary-box label {
    display: inline-block;
    padding-right: 4px;
    border-radius: 4px
}

body.muneer-dark-contrast h1, body.muneer-dark-contrast h1 span, body.muneer-dark-contrast h2, body.muneer-dark-contrast h2 span, body.muneer-dark-contrast h3, body.muneer-dark-contrast h3 span, body.muneer-dark-contrast h4, body.muneer-dark-contrast h4 span, body.muneer-dark-contrast h5, body.muneer-dark-contrast h5 span, body.muneer-dark-contrast h6, body.muneer-dark-contrast h6 span {
    background-color: #181818 !important;
    color: #a2e6cc !important
}

body.muneer-dark-contrast, body.muneer-dark-contrast blockquote, body.muneer-dark-contrast code, body.muneer-dark-contrast dd, body.muneer-dark-contrast dt, body.muneer-dark-contrast input, body.muneer-dark-contrast label, body.muneer-dark-contrast legend, body.muneer-dark-contrast li, body.muneer-dark-contrast p, body.muneer-dark-contrast pre, body.muneer-dark-contrast select, body.muneer-dark-contrast span, body.muneer-dark-contrast textarea {
    color: #fff !important;
    background-color: #181818 !important
}

    body.muneer-dark-contrast a, body.muneer-dark-contrast h1 a, body.muneer-dark-contrast h2 a, body.muneer-dark-contrast h3 a, body.muneer-dark-contrast h4 a, body.muneer-dark-contrast h5 a, body.muneer-dark-contrast h6 a {
        background-color: #181818 !important;
        color: #f7c79b !important
    }

body.muneer-light-contrast h1, body.muneer-light-contrast h1 span, body.muneer-light-contrast h2, body.muneer-light-contrast h2 span, body.muneer-light-contrast h3, body.muneer-light-contrast h3 span, body.muneer-light-contrast h4, body.muneer-light-contrast h4 span, body.muneer-light-contrast h5, body.muneer-light-contrast h5 span, body.muneer-light-contrast h6, body.muneer-light-contrast h6 span {
    color: #075f39 !important;
    background-color: #fff !important
}

body.muneer-light-contrast, body.muneer-light-contrast blockquote, body.muneer-light-contrast code, body.muneer-light-contrast dd, body.muneer-light-contrast dt, body.muneer-light-contrast input, body.muneer-light-contrast label, body.muneer-light-contrast legend, body.muneer-light-contrast li, body.muneer-light-contrast p, body.muneer-light-contrast pre, body.muneer-light-contrast select, body.muneer-light-contrast span, body.muneer-light-contrast textarea {
    color: #27272d !important;
    background-color: #fff !important
}

    body.muneer-light-contrast a, body.muneer-light-contrast h1 a, body.muneer-light-contrast h2 a, body.muneer-light-contrast h3 a, body.muneer-light-contrast h4 a, body.muneer-light-contrast h5 a, body.muneer-light-contrast h6 a {
        color: #074fbb !important;
        background-color: #fff !important
    }

body.muneer-invert-colors {
    background: #000
}

    body.muneer-invert-colors > * {
        filter: invert(1)
    }

.muneer-high-saturation #muneer-popup, .muneer-high-saturation #muneer-sidebar, .muneer-high-saturation > :not(#muneer-popup-box):not(#boxed-wrapper) {
    filter: saturate(200%) !important
}

.muneer-low-saturation #muneer-popup, .muneer-low-saturation #muneer-sidebar, .muneer-low-saturation > :not(#muneer-popup-box):not(#boxed-wrapper) {
    filter: saturate(50%) !important
}

.muneer-high-contrast #muneer-popup, .muneer-high-contrast #muneer-sidebar, .muneer-high-contrast > :not(#muneer-popup-box):not(#boxed-wrapper) {
    filter: contrast(135%) !important
}

.muneer-monochrome #muneer-popup, .muneer-monochrome #muneer-sidebar, .muneer-monochrome > :not(#muneer-popup-box):not(#boxed-wrapper) {
    filter: grayscale(100%) !important
}

.muneer-alt {
    display: none
}

.muneer-image-alt .muneer-alt {
    display: flex;
    background: rgba(0,0,0,.75);
    color: #fff;
    padding: .5em;
    pointer-events: none;
    margin-top: 0
}

#muneer-voice-nav-popup-box {
    font-family: var(--muneer-font-family);
    display: none
}

    #muneer-voice-nav-popup-box.is-open {
        display: block
    }

        #muneer-voice-nav-popup-box.is-open.muneer-voice-nav-auto-hide {
            display: none !important
        }

    #muneer-voice-nav-popup-box.muneer-modal-absolute #muneer-voice-nav-popup {
        position: absolute
    }

    #muneer-voice-nav-popup-box.muneer-modal-fixed #muneer-voice-nav-popup {
        position: fixed
    }

    #muneer-voice-nav-popup-box.muneer-modal-shadow #muneer-voice-nav-popup {
        box-shadow: 0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 20px 80px rgba(0,0,0,.12)
    }

    #muneer-voice-nav-popup-box #muneer-voice-nav-popup {
        bottom: 10px;
        z-index: 99999;
        display: block;
        width: 75vw;
        max-height: 50vh;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: var(--muneer-border-radius);
        animation-duration: var(--muneer-animate);
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: both;
        right: 0;
        left: 0;
        margin: 0 auto
    }

#muneer-voice-form {
    display: flex;
    padding: 32px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center
}

    #muneer-voice-form input#muneer-voice-commands-input {
        box-sizing: border-box;
        background: 0 0;
        width: 100%;
        margin: 0;
        line-height: 24px;
        transition: .25s ease-in-out all;
        height: 24px;
        border: none;
        outline: 0;
        position: relative;
        font-size: 16px
    }

    #muneer-voice-form button#muneer-voice-commands-rec-button {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        display: inline-flex;
        outline-offset: 5px;
        box-shadow: none;
        box-sizing: border-box;
        border: none;
        padding: 0;
        margin: 0
    }

button#muneer-commands--stop, button#muneer-commands--trigger {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: 0 0;
    border-radius: 50%;
    border: none;
    transition: all .25s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

    button#muneer-commands--stop svg, button#muneer-commands--trigger svg {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px
    }

    button#muneer-commands--stop[aria-expanded=true], button#muneer-commands--trigger[aria-expanded=true] {
        transform: rotate(180deg)
    }

    button#muneer-commands--stop[aria-expanded=false], button#muneer-commands--trigger[aria-expanded=false] {
        transform: rotate(0)
    }

    button#muneer-commands--stop:hover, button#muneer-commands--trigger:hover {
        color: var(--muneer-color);
        transition: all .25s ease-out
    }

    button#muneer-commands--stop:focus, button#muneer-commands--trigger:focus {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 4px;
        transition: all .25s ease-out
    }

#muneer-voice-commands {
    overflow: auto;
    padding: 0 32px 32px 32px;
    max-height: 40vh
}

    #muneer-voice-commands::-webkit-scrollbar-track {
        border-radius: 6px
    }

    #muneer-voice-commands::-webkit-scrollbar {
        width: 16px
    }

    #muneer-voice-commands::-webkit-scrollbar-thumb {
        border-radius: 8px
    }

.muneer-voice-commands-row th {
    font-weight: 500;
    text-align: left;
    white-space: nowrap
}

.muneer-voice-commands-row td {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    padding: 10px 0
}

.muneer-command {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    white-space: nowrap;
    padding: 8px 12px
}

#muneer-voice-commands-last {
    text-align: right;
    white-space: nowrap;
    box-sizing: border-box;
    background: 0 0;
    margin: 0;
    line-height: 24px;
    transition: .25s ease-in-out all;
    height: 24px;
    border: none;
    font-size: 14px;
    opacity: .75;
    padding: 0
}

.muneer-recognition-clear #muneer-voice-commands-input {
    animation: muneer-fade-out 1s ease-in-out
}

.muneer-voice-recognition-start #muneer-voice-commands-rec-button {
    border-radius: 50%;
    animation: muneer-recognition 1s infinite;
    background: red;
    outline-color: red
}

.muneer-voice-recognition-end:not(.muneer-voice-recognition-error) #muneer-voice-commands-rec-button {
    border-radius: 4px;
    animation: none;
    background: 0 0;
    display: flex;
    justify-content: space-between;
    outline-color: var(--muneer-color-accent)
}

    .muneer-voice-recognition-end:not(.muneer-voice-recognition-error) #muneer-voice-commands-rec-button:before {
        content: "";
        border-radius: 4px;
        width: 6px;
        height: 100%;
        background: var(--muneer-text)
    }

    .muneer-voice-recognition-end:not(.muneer-voice-recognition-error) #muneer-voice-commands-rec-button:after {
        content: "";
        border-radius: 4px;
        width: 6px;
        height: 100%;
        background: var(--muneer-text)
    }

.muneer-voice-recognition-error #muneer-voice-commands-rec-button {
    border-radius: 4px;
    background: rgba(0,0,0,.5);
    animation: none;
    outline-color: rgba(0,0,0,.5)
}

@media (max-width: 768px) {
    #muneer-voice-commands-last {
        display: none
    }
}

.muneer-text-magnifier #muneer-text-magnifier-tooltip {
    background-color: var(--muneer-text-magnifier-bg-color) !important;
    color: var(--muneer-text-magnifier-color) !important;
    font-size: var(--muneer-text-magnifier-font-size) !important
}

.muneer-text-magnifier #muneer-text-magnifier-tooltip {
    position: fixed;
    padding: 16px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
    z-index: 999999;
    word-break: break-word;
    width: -moz-fit-content;
    width: fit-content
}

.muneer-tts {
    background: var(--muneer-tts-bg);
    border-radius: 50%;
    position: absolute;
    z-index: 99999;
    line-height: 0;
    box-shadow: 0 0 24px rgba(0,0,0,.25);
    transition: all .2s ease-in-out
}

    .muneer-tts:hover {
        transform: scale(1.1) !important
    }

    .muneer-tts .muneer-tts-button {
        display: inline-block;
        margin: 14px;
        border-radius: 50%;
        cursor: pointer;
        transition: all .2s ease-in-out
    }

    .muneer-tts .muneer-tts-arrow {
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 6px solid var(--muneer-tts-bg);
        bottom: -5px
    }

    .muneer-tts svg * {
        fill: var(--muneer-tts-color)
    }

.muneer-text-magnifier #muneer-text-magnifier-tooltip {
    background-color: var(--muneer-text-magnifier-bg-color) !important;
    color: var(--muneer-text-magnifier-color) !important;
    font-size: var(--muneer-text-magnifier-font-size) !important
}

.muneer-text-magnifier #muneer-text-magnifier-tooltip {
    position: fixed;
    padding: 16px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
    z-index: 999999;
    word-break: break-word;
    width: -moz-fit-content;
    width: fit-content
}

.muneer-highlight-titles [role=heading], .muneer-highlight-titles h1, .muneer-highlight-titles h2, .muneer-highlight-titles h3, .muneer-highlight-titles h4, .muneer-highlight-titles h5, .muneer-highlight-titles h6 {
    outline: var(--muneer-highlight-titles-color) var(--muneer-highlight-titles-style) var(--muneer-highlight-titles-width) !important;
    outline-offset: var(--muneer-highlight-titles-offset) !important
}

.muneer-highlight-links a, .muneer-highlight-links button, .muneer-highlight-links input[type=submit] {
    outline: var(--muneer-highlight-links-color) var(--muneer-highlight-links-style) var(--muneer-highlight-links-width) !important;
    outline-offset: var(--muneer-highlight-links-offset) !important
}

.muneer-highlight-focus :focus {
    outline: var(--muneer-highlight-focus-color) var(--muneer-highlight-focus-style) var(--muneer-highlight-focus-width) !important;
    outline-offset: var(--muneer-highlight-focus-offset) !important
}

.muneer-highlight-hover :hover {
    outline: var(--muneer-highlight-hover-color) var(--muneer-highlight-hover-style) var(--muneer-highlight-hover-width) !important;
    outline-offset: var(--muneer-highlight-hover-offset) !important
}

.muneer-reading-guide-element {
    display: none
}

.muneer-reading-guide .muneer-reading-guide-element {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin: auto;
    max-width: 90%;
    pointer-events: none;
    z-index: 999999;
    width: var(--muneer-reading-guide-width);
    height: var(--muneer-reading-guide-height);
    border-radius: var(--muneer-reading-guide-radius);
    background-color: var(--muneer-reading-guide-bg);
    border: var(--muneer-reading-guide-border-width) solid var(--muneer-reading-guide-border-color)
}

    .muneer-reading-guide .muneer-reading-guide-element:before {
        content: "";
        width: 0;
        height: 0;
        border-left: var(--muneer-reading-guide-arrow) solid transparent;
        border-right: var(--muneer-reading-guide-arrow) solid transparent;
        border-bottom: var(--muneer-reading-guide-arrow) solid var(--muneer-reading-guide-border-color);
        margin-top: var(--muneer-reading-guide-arrow-margin)
    }

body.muneer-reading-mask .muneer-reading-mask-bottom, body.muneer-reading-mask .muneer-reading-mask-top {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    background-color: var(--muneer-reading-mask)
}

body.muneer-reading-mask .muneer-reading-mask-top {
    top: 0;
    bottom: auto
}

body.muneer-reading-mask .muneer-reading-mask-bottom {
    bottom: 0;
    top: auto
}

.muneer-multi-toggle-box, .muneer-toggle-box {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    height: 130px;
    max-height: 130px;
    border-radius: 12px;
    overflow: hidden
}

    .muneer-multi-toggle-box .muneer-action-box-content, .muneer-toggle-box .muneer-action-box-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        width: 100%
    }

    .muneer-multi-toggle-box .muneer-icon, .muneer-toggle-box .muneer-icon {
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        display: flex;
        margin: 0 0 8px 0
    }

    .muneer-multi-toggle-box .muneer-title, .muneer-toggle-box .muneer-title {
        padding: 0 10px;
        text-align: center;
        font-size: 12px;
        align-self: baseline;
        width: calc(100% - 20px);
        box-sizing: unset !important
    }

    .muneer-multi-toggle-box .muneer-indicator-box, .muneer-toggle-box .muneer-indicator-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%;
        -moz-column-gap: 8px;
        column-gap: 8px;
        margin-top: 8px
    }

        .muneer-multi-toggle-box .muneer-indicator-box .muneer-indicator, .muneer-toggle-box .muneer-indicator-box .muneer-indicator {
            background: rgba(255,255,255,.2);
            height: 4px;
            width: 100%;
            border-radius: 25px;
            transition: all .2s ease-in-out
        }

            .muneer-multi-toggle-box .muneer-indicator-box .muneer-indicator.active, .muneer-toggle-box .muneer-indicator-box .muneer-indicator.active {
                background: #fff
            }

    .muneer-multi-toggle-box.active, .muneer-toggle-box.active {
        color: var(--muneer-color)
    }

        .muneer-multi-toggle-box.active span, .muneer-toggle-box.active span {
            color: #fff !important
        }

            .muneer-multi-toggle-box.active span.muneer-icon, .muneer-toggle-box.active span.muneer-icon {
                background-color: #fff
            }

    .muneer-multi-toggle-box:focus-visible, .muneer-toggle-box:focus-visible {
        outline: 0
    }

    .muneer-multi-toggle-box[data-index="0"] .muneer-indicator-box {
        display: none
    }

.muneer-row {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px
}

    .muneer-row .muneer-tool-title {
        font-size: 16px;
        font-weight: 500;
        margin: 0
    }

    .muneer-row .muneer-mode-title {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        display: flex;
        align-items: center;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

        .muneer-row .muneer-mode-title:before {
            display: inline-flex;
            content: "";
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            -webkit-mask-position: center;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            mask-size: contain
        }

    .muneer-row .muneer-mode-short {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 8px;
        text-align: justify
    }

.muneer-switch-box {
    display: flex
}

    .muneer-switch-box .switch {
        position: relative;
        display: inline-block;
        border-radius: 16px;
        width: 60px;
        height: 32px;
        font-size: 0;
        transition: .25s ease-out all
    }

        .muneer-switch-box .switch:focus {
            outline: 2px solid var(--muneer-color-accent);
            outline-offset: 4px
        }

        .muneer-switch-box .switch input {
            opacity: 0;
            width: 0;
            height: 0
        }

        .muneer-switch-box .switch .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 32px;
            transition: .4s;
            background-image: url(../img/ui/xmark.svg);
            background-repeat: no-repeat;
            background-position: 34px center;
            background-size: 14px
        }

            .muneer-switch-box .switch .slider:before {
                position: absolute;
                content: "";
                border-radius: 50%;
                height: 16px;
                width: 16px;
                left: 8px;
                bottom: 8px;
                transition: .4s
            }

        .muneer-switch-box .switch:hover .slider:before {
            height: 23px;
            width: 23px;
            left: 6px;
            bottom: 5px
        }

        .muneer-switch-box .switch input:checked + .slider {
            background-image: url(../img/ui/check.svg);
            background-repeat: no-repeat;
            background-position: 12px center;
            background-size: 14px
        }

            .muneer-switch-box .switch input:checked + .slider:before {
                transform: translateX(26px)
            }

.muneer-palette-box {
    padding: 16px
}

    .muneer-palette-box .muneer-action-box-content {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px
    }

    .muneer-palette-box .muneer-color-box {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
        flex-grow: 2
    }

        .muneer-palette-box .muneer-color-box .muneer-color {
            display: flex;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            transition: .15s;
            box-sizing: content-box;
            justify-content: center;
            align-items: center
        }

            .muneer-palette-box .muneer-color-box .muneer-color:hover {
                transform: scale(1.2)
            }

            .muneer-palette-box .muneer-color-box .muneer-color:focus {
                outline: 0
            }

            .muneer-palette-box .muneer-color-box .muneer-color.active::before {
                content: "";
                display: flex;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                border: 2px solid #fff !important;
                background: inherit !important;
                box-sizing: inherit !important
            }

    .muneer-palette-box .muneer-palette-expand {
        font-size: 14px;
        font-weight: 500;
        color: var(--muneer-text);
        display: inline-flex;
        align-items: center;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

        .muneer-palette-box .muneer-palette-expand span {
            display: inline-flex
        }

        .muneer-palette-box .muneer-palette-expand .muneer-palette-indicator {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--muneer-text)
        }

        .muneer-palette-box .muneer-palette-expand:hover {
            color: var(--muneer-color)
        }

    .muneer-palette-box .muneer-palette-reset {
        font-size: 14px;
        font-weight: 400;
        color: var(--muneer-color);
        display: inline-flex;
        align-items: center;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

        .muneer-palette-box .muneer-palette-reset svg {
            width: 16px;
            height: 16px;
            border-radius: 50%
        }

    .muneer-palette-box .muneer-palette-expand, .muneer-palette-box .muneer-palette-reset {
        background: 0 0;
        cursor: pointer;
        border: none;
        padding: 0;
        margin: 0;
        border-radius: 8px
    }

        .muneer-palette-box .muneer-palette-expand:focus, .muneer-palette-box .muneer-palette-reset:focus {
            outline: 0
        }

.muneer-color-box--collapse .muneer-color-box {
    display: none !important
}

#muneer-action-google-translate {
    border-radius: 12px;
    position: relative
}

    #muneer-action-google-translate .muneer-action-google-translate-icon {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 20px;
        height: 20px
    }

        #muneer-action-google-translate .muneer-action-google-translate-icon svg {
            width: 100%;
            height: 100%
        }

#muneer-google-translate-element .goog-te-gadget {
    font-size: 0
}

    #muneer-google-translate-element .goog-te-gadget span {
        display: none
    }

#muneer-google-translate-element select {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    border: none;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    text-transform: capitalize;
    text-indent: 44px;
    -webkit-appearance: none;
    background-image: url(../img/ui/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 10px auto
}

    #muneer-google-translate-element select:focus {
        outline: 0
    }

#muneer-google-translate-element:hover select {
    transition: all .2s ease-in-out;
    font-size: 16px
}

#muneer-popup-header {
    padding: 24px 32px
}

#muneer-popup-main {
    padding: 0 28px 0 32px
}

    #muneer-popup-main > [id^=muneer-] {
        padding: 22px 0
    }

#muneer-popup-buttons {
    padding: 16px 32px
}

#muneer-popup-footer {
    padding: 16px 32px
}

[dir=ltr] #muneer-popup-main {
    padding: 0 16px 0 32px
}

[dir=rtl] #muneer-popup-main {
    padding: 0 32px 0 28px
}

    [dir=rtl] #muneer-popup-main select {
        background-position: left 15px top 50%
    }

[dir=rtl] #muneer-online-dictionary-box #muneer-online-dictionary-form label {
    right: 16px
}

[dir=rtl] #muneer-voice-form:before {
    right: 32px
}

[dir=rtl] .muneer-voice-commands-row th {
    padding-left: 10px
}

[dir=rtl] .muneer-action-google-translate-icon {
    right: 15px;
    left: auto
}

@media (prefers-color-scheme: light) {
    #muneer-online-dictionary-search {
        background-color: var(--muneer-color-transparent)
    }

        #muneer-online-dictionary-search::-moz-placeholder {
            color: var(--muneer-text)
        }

        #muneer-online-dictionary-search::placeholder {
            color: var(--muneer-text)
        }

    .muneer-useful-links-box .muneer-select-box {
        color: var(--muneer-text)
    }

        .muneer-useful-links-box .muneer-select-box select {
            background-color: transparent
        }

            .muneer-useful-links-box .muneer-select-box select:focus, .muneer-useful-links-box .muneer-select-box select:hover {
                color: var(--muneer-color)
            }

            .muneer-useful-links-box .muneer-select-box select:focus {
                box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
            }

    .muneer-google-translate-box select {
        background-color: transparent;
        color: var(--muneer-text)
    }

        .muneer-google-translate-box select:focus, .muneer-google-translate-box select:hover {
            color: var(--muneer-color)
        }

        .muneer-google-translate-box select:focus {
            box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
        }

    .muneer-action-google-translate-icon {
        color: var(--muneer-color)
    }

    #muneer-popup-tools-box {
        border-top: 2px solid var(--muneer-color-transparent)
    }

    #muneer-popup, #muneer-sidebar, #muneer-voice-nav-popup {
        background-color: var(--muneer-bg);
        color: var(--muneer-text)
    }

        #muneer-popup h1, #muneer-popup h2, #muneer-popup h3, #muneer-popup h4, #muneer-popup h5, #muneer-popup h6, #muneer-sidebar h1, #muneer-sidebar h2, #muneer-sidebar h3, #muneer-sidebar h4, #muneer-sidebar h5, #muneer-sidebar h6, #muneer-voice-nav-popup h1, #muneer-voice-nav-popup h2, #muneer-voice-nav-popup h3, #muneer-voice-nav-popup h4, #muneer-voice-nav-popup h5, #muneer-voice-nav-popup h6 {
            color: var(--muneer-text)
        }

        #muneer-popup .muneer-subheader, #muneer-sidebar .muneer-subheader, #muneer-voice-nav-popup .muneer-subheader {
            border-top: 2px solid var(--muneer-color-transparent)
        }

        #muneer-popup #muneer-popup-main::-webkit-scrollbar-track, #muneer-popup #muneer-voice-commands::-webkit-scrollbar-track, #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-track, #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-track, #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-track, #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-track {
            background-color: var(--muneer-bg)
        }

        #muneer-popup #muneer-popup-main::-webkit-scrollbar, #muneer-popup #muneer-voice-commands::-webkit-scrollbar, #muneer-sidebar #muneer-popup-main::-webkit-scrollbar, #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar, #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar, #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar {
            background-color: var(--muneer-bg)
        }

        #muneer-popup #muneer-popup-main::-webkit-scrollbar-thumb, #muneer-popup #muneer-voice-commands::-webkit-scrollbar-thumb, #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-thumb, #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-thumb, #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-thumb, #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-thumb {
            background-color: var(--muneer-color)
        }

        #muneer-popup #muneer-popup-close, #muneer-sidebar #muneer-popup-close, #muneer-voice-nav-popup #muneer-popup-close {
            color: var(--muneer-text);
            border: 2px solid var(--muneer-color-transparent)
        }

            #muneer-popup #muneer-popup-close:before, #muneer-sidebar #muneer-popup-close:before, #muneer-voice-nav-popup #muneer-popup-close:before {
                color: var(--muneer-text)
            }

            #muneer-popup #muneer-popup-close:hover, #muneer-sidebar #muneer-popup-close:hover, #muneer-voice-nav-popup #muneer-popup-close:hover {
                color: var(--muneer-color)
            }

            #muneer-popup #muneer-popup-close:focus, #muneer-sidebar #muneer-popup-close:focus, #muneer-voice-nav-popup #muneer-popup-close:focus {
                outline: 2px solid var(--muneer-color-accent)
            }

        #muneer-popup #muneer-popup-buttons button, #muneer-sidebar #muneer-popup-buttons button, #muneer-voice-nav-popup #muneer-popup-buttons button {
            background: var(--muneer-color);
            color: var(--muneer-bg)
        }

            #muneer-popup #muneer-popup-buttons button:hover, #muneer-sidebar #muneer-popup-buttons button:hover, #muneer-voice-nav-popup #muneer-popup-buttons button:hover {
                background: var(--muneer-color-accent);
                color: var(--muneer-bg-dark)
            }

            #muneer-popup #muneer-popup-buttons button:focus, #muneer-sidebar #muneer-popup-buttons button:focus, #muneer-voice-nav-popup #muneer-popup-buttons button:focus {
                background: var(--muneer-color-accent);
                color: var(--muneer-bg-dark);
                box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
            }

        #muneer-popup #muneer-popup-footer, #muneer-sidebar #muneer-popup-footer, #muneer-voice-nav-popup #muneer-popup-footer {
            background: var(--muneer-color-transparent)
        }

            #muneer-popup #muneer-popup-footer .muneer-statement a, #muneer-sidebar #muneer-popup-footer .muneer-statement a, #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a {
                color: var(--muneer-text)
            }

                #muneer-popup #muneer-popup-footer .muneer-statement a:hover, #muneer-sidebar #muneer-popup-footer .muneer-statement a:hover, #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:hover {
                    color: var(--muneer-text)
                }

                #muneer-popup #muneer-popup-footer .muneer-statement a:focus, #muneer-sidebar #muneer-popup-footer .muneer-statement a:focus, #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:focus {
                    outline: 2px solid var(--muneer-color);
                    outline-offset: 5px
                }

    #muneer-accessibility-modes-box .muneer-accessibility-mode-item.active .muneer-mode-description {
        background: var(--muneer-color-transparent)
    }

    #muneer-accessibility-modes-box .muneer-accessibility-mode-item:focus .switch {
        box-shadow: 0 0 0 6px var(--muneer-bg),0 0 0 8px var(--muneer-color)
    }

    .muneer-action-box {
        background: var(--muneer-color-transparent);
        transition: all .2s ease-in-out
    }

        .muneer-action-box:focus, .muneer-action-box:hover {
            background-color: var(--muneer-color-transparent);
            transition: all .2s ease-in-out
        }

        .muneer-action-box:focus {
            box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
        }

    .muneer-multi-toggle-box .muneer-icon, .muneer-toggle-box .muneer-icon {
        background-color: var(--muneer-color)
    }

    .muneer-multi-toggle-box:hover, .muneer-toggle-box:hover {
        background: var(--muneer-color-accent);
        color: var(--muneer-text)
    }

        .muneer-multi-toggle-box:hover .muneer-icon, .muneer-toggle-box:hover .muneer-icon {
            background-color: var(--muneer-text)
        }

    .muneer-multi-toggle-box:focus, .muneer-toggle-box:focus {
        background: var(--muneer-color-accent);
        color: var(--muneer-text)
    }

        .muneer-multi-toggle-box:focus .muneer-icon, .muneer-toggle-box:focus .muneer-icon {
            background-color: var(--muneer-text)
        }

    .muneer-multi-toggle-box.active, .muneer-toggle-box.active {
        background: var(--muneer-color);
        color: var(--muneer-bg)
    }

        .muneer-multi-toggle-box.active .muneer-icon, .muneer-toggle-box.active .muneer-icon {
            background-color: var(--muneer-bg)
        }

    .muneer-palette-box .muneer-color-box .muneer-color:focus {
        box-shadow: 0 0 0 4px var(--muneer-color-transparent),0 0 0 6px var(--muneer-color-accent)
    }

    .muneer-palette-box .muneer-palette-expand:focus .muneer-palette-indicator, .muneer-palette-box .muneer-palette-expand:focus svg, .muneer-palette-box .muneer-palette-reset:focus .muneer-palette-indicator, .muneer-palette-box .muneer-palette-reset:focus svg {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 2px
    }

    #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search {
        color: var(--muneer-text);
        outline-color: var(--muneer-color-accent)
    }

        #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:hover {
            color: var(--muneer-color)
        }

        #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:focus {
            outline: 2px solid var(--muneer-color-accent);
            outline-offset: 4px
        }

    #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a, #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a.muneer-online-dictionary-link {
        color: var(--muneer-color)
    }

    #muneer-online-dictionary-box #muneer-online-dictionary-search-close {
        color: var(--muneer-color)
    }

    #muneer-accessibility-statement-box.open {
        background: var(--muneer-bg)
    }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
            background-color: #f5f5f5
        }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar {
            background-color: #f5f5f5
        }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
            background-color: #a7a7a7
        }

    #muneer-accessibility-statement-box #muneer-close-statement-btn:before {
        color: var(--muneer-text)
    }

    #muneer-accessibility-statement-box #muneer-close-statement-btn:hover {
        color: var(--muneer-color)
    }

    #muneer-accessibility-statement-box #muneer-close-statement-btn:focus, #muneer-accessibility-statement-box #muneer-close-statement-btn:hover {
        outline: 2px solid var(--muneer-color-accent)
    }

    #muneer-keyboard-box {
        background-color: var(--muneer-keyboard-light-bg)
    }

        #muneer-keyboard-box .simple-keyboard {
            background-color: var(--muneer-keyboard-light-bg)
        }

            #muneer-keyboard-box .simple-keyboard .hg-button {
                background: var(--muneer-keyboard-light-key-bg);
                color: var(--muneer-keyboard-light-key);
                box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
                border-bottom: 1px solid #b5b5b5;
                -webkit-tap-highlight-color: transparent
            }

                #muneer-keyboard-box .simple-keyboard .hg-button.hg-activeButton {
                    filter: invert(1)
                }

                #muneer-keyboard-box .simple-keyboard .hg-button.hg-selectedButton {
                    background: rgba(5,25,70,.53);
                    color: #fff
                }

    .switch input:checked + .slider {
        background-color: var(--muneer-color)
    }

    .switch .slider {
        background-color: var(--muneer-color-transparent)
    }

        .switch .slider:before {
            background-color: var(--muneer-color)
        }

    .switch:hover .slider {
        background-color: var(--muneer-color-accent)
    }

        .switch:hover .slider:before {
            background-color: var(--muneer-text)
        }

    .active .switch .slider:before {
        /*background-color: var(--muneer-color-transparent);*/
        background-color: #EDF5F8;
    }

    .muneer-mode-title:before {
        background-color: var(--muneer-color)
    }

    #muneer-voice-commands-input {
        color: var(--muneer-text)
    }

    .muneer-command {
        background: var(--muneer-color-transparent);
        transition: all .2s ease-in-out;
        color: var(--muneer-color);
        outline-color: var(--muneer-color-accent)
    }

        .muneer-command:focus, .muneer-command:hover {
            transition: all .2s ease-in-out
        }

        .muneer-command:hover {
            background: var(--muneer-color-accent);
            color: var(--muneer-text)
        }

        .muneer-command:focus {
            background: var(--muneer-color-accent);
            color: var(--muneer-text);
            outline: 2px solid var(--muneer-color-accent);
            outline-offset: 4px
        }

        .muneer-command.active {
            background: var(--muneer-color);
            color: var(--muneer-bg)
        }

    #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-flag {
        box-shadow: 0 0 0 2px var(--muneer-color-accent);
        border: 2px solid var(--muneer-bg)
    }

    #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-name {
        color: var(--muneer-color)
    }

    #muneer-language-switcher .choices__list.choices__list--dropdown {
        background: var(--muneer-bg)
    }

    #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted, #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
        background: var(--muneer-color-transparent)
    }

        #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name, #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name {
            color: var(--muneer-color)
        }

    #muneer-theme-switcher fieldset {
        border: 2px solid var(--muneer-color-transparent)
    }

    #muneer-theme-switcher label {
        background: var(--muneer-bg);
        color: var(--muneer-text)
    }

        #muneer-theme-switcher label:focus, #muneer-theme-switcher label:hover {
            background: var(--muneer-color-transparent);
            color: var(--muneer-color)
        }

        #muneer-theme-switcher label:focus {
            outline: 2px solid var(--muneer-color-accent)
        }

    #muneer-theme-switcher input[type=radio]:checked + label {
        color: var(--muneer-bg);
        background: var(--muneer-color)
    }

    #muneer-theme-switcher input[type=radio]:checked:focus + label {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 2px
    }
}

@media (prefers-color-scheme: dark) {
    .muneer-multi-toggle-box.active, .muneer-toggle-box.active {
        background: var(--muneer-color-dark);
        color: var(--muneer-bg-dark)
    }

    #muneer-online-dictionary-search {
        background-color: var(--muneer-color-transparent-dark);
        color: var(--muneer-text-dark)
    }

        #muneer-online-dictionary-search:focus, #muneer-online-dictionary-search:hover {
            color: var(--muneer-color-accent) !important
        }

        #muneer-online-dictionary-search::-moz-placeholder {
            color: var(--muneer-text-dark)
        }

        #muneer-online-dictionary-search::placeholder {
            color: var(--muneer-text-dark)
        }

    .muneer-useful-links-box .muneer-select-box {
        color: var(--muneer-text-dark)
    }

        .muneer-useful-links-box .muneer-select-box select {
            background-color: transparent;
            color: var(--muneer-text-dark)
        }

            .muneer-useful-links-box .muneer-select-box select:focus, .muneer-useful-links-box .muneer-select-box select:hover {
                color: var(--muneer-color-dark)
            }

            .muneer-useful-links-box .muneer-select-box select:focus {
                box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-accent-dark)
            }

    .muneer-google-translate-box select {
        background-color: transparent;
        color: var(--muneer-text-dark)
    }

        .muneer-google-translate-box select:focus, .muneer-google-translate-box select:hover {
            color: var(--muneer-color-dark)
        }

        .muneer-google-translate-box select:focus {
            box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-accent-dark)
        }

    .muneer-action-google-translate-icon {
        color: var(--muneer-color)
    }

    #muneer-popup, #muneer-sidebar, #muneer-voice-nav-popup {
        background-color: var(--muneer-bg-dark);
        color: var(--muneer-text-dark)
    }

        #muneer-popup h1, #muneer-popup h2, #muneer-popup h3, #muneer-popup h4, #muneer-popup h5, #muneer-popup h6, #muneer-sidebar h1, #muneer-sidebar h2, #muneer-sidebar h3, #muneer-sidebar h4, #muneer-sidebar h5, #muneer-sidebar h6, #muneer-voice-nav-popup h1, #muneer-voice-nav-popup h2, #muneer-voice-nav-popup h3, #muneer-voice-nav-popup h4, #muneer-voice-nav-popup h5, #muneer-voice-nav-popup h6 {
            color: var(--muneer-text-dark)
        }

        #muneer-popup .muneer-subheader, #muneer-sidebar .muneer-subheader, #muneer-voice-nav-popup .muneer-subheader {
            border-top: 2px solid var(--muneer-color-transparent-dark)
        }

        #muneer-popup #muneer-popup-main::-webkit-scrollbar-track, #muneer-popup #muneer-voice-commands::-webkit-scrollbar-track, #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-track, #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-track, #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-track, #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-track {
            background-color: var(--muneer-bg-dark)
        }

        #muneer-popup #muneer-popup-main::-webkit-scrollbar, #muneer-popup #muneer-voice-commands::-webkit-scrollbar, #muneer-sidebar #muneer-popup-main::-webkit-scrollbar, #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar, #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar, #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar {
            background-color: var(--muneer-bg-dark)
        }

        #muneer-popup #muneer-popup-main::-webkit-scrollbar-thumb, #muneer-popup #muneer-voice-commands::-webkit-scrollbar-thumb, #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-thumb, #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-thumb, #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-thumb, #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-thumb {
            background-color: var(--muneer-color-dark)
        }

        #muneer-popup #muneer-popup-close, #muneer-sidebar #muneer-popup-close, #muneer-voice-nav-popup #muneer-popup-close {
            color: var(--muneer-text-dark);
            border: 2px solid var(--muneer-color-transparent-dark)
        }

            #muneer-popup #muneer-popup-close:before, #muneer-sidebar #muneer-popup-close:before, #muneer-voice-nav-popup #muneer-popup-close:before {
                color: var(--muneer-text-dark)
            }

            #muneer-popup #muneer-popup-close:hover, #muneer-sidebar #muneer-popup-close:hover, #muneer-voice-nav-popup #muneer-popup-close:hover {
                color: var(--muneer-color-dark)
            }

            #muneer-popup #muneer-popup-close:focus, #muneer-sidebar #muneer-popup-close:focus, #muneer-voice-nav-popup #muneer-popup-close:focus {
                outline: 2px solid var(--muneer-color-accent)
            }

        #muneer-popup #muneer-popup-buttons button, #muneer-sidebar #muneer-popup-buttons button, #muneer-voice-nav-popup #muneer-popup-buttons button {
            background: var(--muneer-color-dark);
            color: var(--muneer-color-transparent)
        }

            #muneer-popup #muneer-popup-buttons button:hover, #muneer-sidebar #muneer-popup-buttons button:hover, #muneer-voice-nav-popup #muneer-popup-buttons button:hover {
                background: var(--muneer-color-accent);
                color: var(--muneer-bg-dark)
            }

            #muneer-popup #muneer-popup-buttons button:focus, #muneer-sidebar #muneer-popup-buttons button:focus, #muneer-voice-nav-popup #muneer-popup-buttons button:focus {
                background: var(--muneer-color-accent);
                color: var(--muneer-bg-dark);
                box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-accent)
            }

        #muneer-popup #muneer-popup-footer, #muneer-sidebar #muneer-popup-footer, #muneer-voice-nav-popup #muneer-popup-footer {
            background: var(--muneer-color-transparent-dark)
        }

            #muneer-popup #muneer-popup-footer .muneer-statement a, #muneer-sidebar #muneer-popup-footer .muneer-statement a, #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a {
                color: var(--muneer-text-dark)
            }

                #muneer-popup #muneer-popup-footer .muneer-statement a:hover, #muneer-sidebar #muneer-popup-footer .muneer-statement a:hover, #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:hover {
                    color: var(--muneer-text-dark)
                }

                #muneer-popup #muneer-popup-footer .muneer-statement a:focus, #muneer-sidebar #muneer-popup-footer .muneer-statement a:focus, #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:focus {
                    outline: 2px solid var(--muneer-color-dark);
                    outline-offset: 5px
                }

    #muneer-accessibility-modes-box .muneer-accessibility-mode-item.active .muneer-mode-description {
        background: var(--muneer-color-transparent-dark)
    }

    #muneer-accessibility-modes-box .muneer-accessibility-mode-item:focus .switch {
        box-shadow: 0 0 0 6px var(--muneer-bg-dark),0 0 0 8px var(--muneer-color-dark)
    }

    .muneer-action-box {
        background: var(--muneer-color-transparent-dark)
    }

        .muneer-action-box:focus, .muneer-action-box:hover {
            background-color: var(--muneer-color-transparent-dark)
        }

        .muneer-action-box:focus {
            box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-dark)
        }

    .muneer-multi-toggle-box .muneer-icon, .muneer-toggle-box .muneer-icon {
        background-color: var(--muneer-color-dark)
    }

    .muneer-multi-toggle-box:hover, .muneer-toggle-box:hover {
        color: var(--muneer-text-dark)
    }

    .muneer-multi-toggle-box.active, .muneer-toggle-box.active {
        background: var(--muneer-color-dark)
    }

    .muneer-palette-box .muneer-color-box .muneer-color {
        border: 4px solid var(--muneer-bg-dark)
    }

        .muneer-palette-box .muneer-color-box .muneer-color:focus {
            box-shadow: 0 0 0 4px var(--muneer-color-transparent-dark),0 0 0 6px var(--muneer-color-accent)
        }

    .muneer-palette-box .muneer-palette-expand, .muneer-palette-box .muneer-palette-reset {
        color: var(--muneer-color-transparent)
    }

        .muneer-palette-box .muneer-palette-expand:focus .muneer-palette-indicator, .muneer-palette-box .muneer-palette-expand:focus svg, .muneer-palette-box .muneer-palette-reset:focus .muneer-palette-indicator, .muneer-palette-box .muneer-palette-reset:focus svg {
            outline: 2px solid var(--muneer-color-accent);
            outline-offset: 2px
        }

    #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search {
        color: var(--muneer-text-dark);
        outline-color: var(--muneer-color-accent)
    }

        #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:hover {
            color: var(--muneer-color-dark)
        }

        #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:focus {
            outline: 2px solid var(--muneer-color-accent);
            outline-offset: 4px
        }

    #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a, #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a.muneer-online-dictionary-link {
        color: var(--muneer-color-dark)
    }

    #muneer-online-dictionary-box #muneer-online-dictionary-search-close {
        color: var(--muneer-color-dark)
    }

    #muneer-accessibility-statement-box.open {
        background: var(--muneer-bg-dark)
    }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
            background-color: var(--muneer-bg-dark)
        }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar {
            background-color: var(--muneer-bg-dark)
        }

        #muneer-accessibility-statement-box.open::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
            background-color: var(--muneer-bg-dark)
        }

        #muneer-accessibility-statement-box.open #muneer-close-statement-btn:before {
            color: var(--muneer-text-dark)
        }

    #muneer-keyboard-box {
        background-color: var(--muneer-keyboard-dark-bg)
    }

        #muneer-keyboard-box .simple-keyboard {
            background-color: var(--muneer-keyboard-dark-bg)
        }

            #muneer-keyboard-box .simple-keyboard .hg-button {
                background: var(--muneer-keyboard-dark-key-bg);
                color: var(--muneer-keyboard-dark-key);
                box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
                border-bottom: 1px solid #b5b5b5;
                -webkit-tap-highlight-color: transparent
            }

                #muneer-keyboard-box .simple-keyboard .hg-button.hg-activeButton {
                    filter: invert(1)
                }

                #muneer-keyboard-box .simple-keyboard .hg-button.hg-selectedButton {
                    background: rgba(5,25,70,.53);
                    color: #fff
                }

    .switch input:checked + .slider {
        background-color: var(--muneer-color-dark)
    }

    .switch .slider {
        background-color: var(--muneer-color-transparent-dark)
    }

        .switch .slider:before {
            background-color: var(--muneer-color-dark)
        }

    .switch:hover .slider {
        background-color: var(--muneer-color-accent)
    }

        .switch:hover .slider:before {
            background-color: var(--muneer-color-dark)
        }

    .active .switch .slider:before {
        background-color: var(--muneer-color-transparent-dark)
    }

    .muneer-mode-title:before {
        background-color: var(--muneer-color-dark)
    }

    #muneer-voice-commands-input {
        color: var(--muneer-text-dark)
    }

    #muneer-language-switcher .choices__list.choices__list--dropdown {
        border: 2px solid var(--muneer-color-transparent-dark)
    }

    #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-flag {
        box-shadow: 0 0 0 2px var(--muneer-color-accent);
        border: 2px solid var(--muneer-bg-dark)
    }

    #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-name {
        color: var(--muneer-color-dark)
    }

    #muneer-language-switcher .choices__list.choices__list--dropdown {
        background: var(--muneer-bg-dark)
    }

    #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted, #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
        background: var(--muneer-color-transparent-dark)
    }

        #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name, #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name {
            color: var(--muneer-color-accent)
        }

    #muneer-language-switcher.choices-wrapper .choices[data-type*=select-one] .choices__input {
        background: var(--muneer-bg-dark);
        color: var(--muneer-text-dark);
        border-bottom-color: var(--muneer-color-transparent-dark)
    }

    #muneer-theme-switcher fieldset {
        border: 2px solid var(--muneer-color-transparent-dark)
    }

    #muneer-theme-switcher label {
        background: var(--muneer-bg-dark);
        color: var(--muneer-text-dark)
    }

        #muneer-theme-switcher label:focus, #muneer-theme-switcher label:hover {
            background: var(--muneer-color-transparent-dark);
            color: var(--muneer-color-dark)
        }

        #muneer-theme-switcher label:focus {
            outline: 2px solid var(--muneer-color-accent)
        }

    #muneer-theme-switcher input[type=radio]:checked + label {
        color: var(--muneer-bg-dark);
        background: var(--muneer-color-dark)
    }

    #muneer-theme-switcher input[type=radio]:checked:focus + label {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 2px
    }
}

.muneer-theme-dark .muneer-multi-toggle-box.active, .muneer-theme-dark .muneer-toggle-box.active {
    background: var(--muneer-color-dark);
    color: var(--muneer-bg-dark)
}

.muneer-theme-dark #muneer-online-dictionary-search {
    background-color: var(--muneer-color-transparent-dark);
    color: var(--muneer-text-dark)
}

    .muneer-theme-dark #muneer-online-dictionary-search:focus, .muneer-theme-dark #muneer-online-dictionary-search:hover {
        color: var(--muneer-color-accent) !important
    }

    .muneer-theme-dark #muneer-online-dictionary-search::-moz-placeholder {
        color: var(--muneer-text-dark)
    }

    .muneer-theme-dark #muneer-online-dictionary-search::placeholder {
        color: var(--muneer-text-dark)
    }

.muneer-theme-dark .muneer-useful-links-box .muneer-select-box {
    color: var(--muneer-text-dark)
}

    .muneer-theme-dark .muneer-useful-links-box .muneer-select-box select {
        background-color: transparent;
        color: var(--muneer-text-dark)
    }

        .muneer-theme-dark .muneer-useful-links-box .muneer-select-box select:focus, .muneer-theme-dark .muneer-useful-links-box .muneer-select-box select:hover {
            color: var(--muneer-color-dark)
        }

        .muneer-theme-dark .muneer-useful-links-box .muneer-select-box select:focus {
            box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-accent-dark)
        }

.muneer-theme-dark .muneer-google-translate-box select {
    background-color: transparent;
    color: var(--muneer-text-dark)
}

    .muneer-theme-dark .muneer-google-translate-box select:focus, .muneer-theme-dark .muneer-google-translate-box select:hover {
        color: var(--muneer-color-dark)
    }

    .muneer-theme-dark .muneer-google-translate-box select:focus {
        box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-accent-dark)
    }

.muneer-theme-dark .muneer-action-google-translate-icon {
    color: var(--muneer-color)
}

.muneer-theme-dark #muneer-popup, .muneer-theme-dark #muneer-sidebar, .muneer-theme-dark #muneer-voice-nav-popup {
    background-color: var(--muneer-bg-dark);
    color: var(--muneer-text-dark)
}

    .muneer-theme-dark #muneer-popup h1, .muneer-theme-dark #muneer-popup h2, .muneer-theme-dark #muneer-popup h3, .muneer-theme-dark #muneer-popup h4, .muneer-theme-dark #muneer-popup h5, .muneer-theme-dark #muneer-popup h6, .muneer-theme-dark #muneer-sidebar h1, .muneer-theme-dark #muneer-sidebar h2, .muneer-theme-dark #muneer-sidebar h3, .muneer-theme-dark #muneer-sidebar h4, .muneer-theme-dark #muneer-sidebar h5, .muneer-theme-dark #muneer-sidebar h6, .muneer-theme-dark #muneer-voice-nav-popup h1, .muneer-theme-dark #muneer-voice-nav-popup h2, .muneer-theme-dark #muneer-voice-nav-popup h3, .muneer-theme-dark #muneer-voice-nav-popup h4, .muneer-theme-dark #muneer-voice-nav-popup h5, .muneer-theme-dark #muneer-voice-nav-popup h6 {
        color: var(--muneer-text-dark)
    }

    .muneer-theme-dark #muneer-popup .muneer-subheader, .muneer-theme-dark #muneer-sidebar .muneer-subheader, .muneer-theme-dark #muneer-voice-nav-popup .muneer-subheader {
        border-top: 2px solid var(--muneer-color-transparent-dark)
    }

    .muneer-theme-dark #muneer-popup #muneer-popup-main::-webkit-scrollbar-track, .muneer-theme-dark #muneer-popup #muneer-voice-commands::-webkit-scrollbar-track, .muneer-theme-dark #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-track, .muneer-theme-dark #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-track, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-track, .muneer-theme-dark #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-track {
        background-color: var(--muneer-bg-dark)
    }

    .muneer-theme-dark #muneer-popup #muneer-popup-main::-webkit-scrollbar, .muneer-theme-dark #muneer-popup #muneer-voice-commands::-webkit-scrollbar, .muneer-theme-dark #muneer-sidebar #muneer-popup-main::-webkit-scrollbar, .muneer-theme-dark #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar, .muneer-theme-dark #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar {
        background-color: var(--muneer-bg-dark)
    }

    .muneer-theme-dark #muneer-popup #muneer-popup-main::-webkit-scrollbar-thumb, .muneer-theme-dark #muneer-popup #muneer-voice-commands::-webkit-scrollbar-thumb, .muneer-theme-dark #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-thumb, .muneer-theme-dark #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-thumb, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-thumb, .muneer-theme-dark #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-thumb {
        background-color: var(--muneer-color-dark)
    }

    .muneer-theme-dark #muneer-popup #muneer-popup-close, .muneer-theme-dark #muneer-sidebar #muneer-popup-close, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-close {
        color: var(--muneer-text-dark);
        border: 2px solid var(--muneer-color-transparent-dark)
    }

        .muneer-theme-dark #muneer-popup #muneer-popup-close:before, .muneer-theme-dark #muneer-sidebar #muneer-popup-close:before, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-close:before {
            color: var(--muneer-text-dark)
        }

        .muneer-theme-dark #muneer-popup #muneer-popup-close:hover, .muneer-theme-dark #muneer-sidebar #muneer-popup-close:hover, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-close:hover {
            color: var(--muneer-color-dark)
        }

        .muneer-theme-dark #muneer-popup #muneer-popup-close:focus, .muneer-theme-dark #muneer-sidebar #muneer-popup-close:focus, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-close:focus {
            outline: 2px solid var(--muneer-color-accent)
        }

    .muneer-theme-dark #muneer-popup #muneer-popup-buttons button, .muneer-theme-dark #muneer-sidebar #muneer-popup-buttons button, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-buttons button {
        background: var(--muneer-color-dark);
        color: var(--muneer-color-transparent)
    }

        .muneer-theme-dark #muneer-popup #muneer-popup-buttons button:hover, .muneer-theme-dark #muneer-sidebar #muneer-popup-buttons button:hover, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-buttons button:hover {
            background: var(--muneer-color-accent);
            color: var(--muneer-bg-dark)
        }

        .muneer-theme-dark #muneer-popup #muneer-popup-buttons button:focus, .muneer-theme-dark #muneer-sidebar #muneer-popup-buttons button:focus, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-buttons button:focus {
            background: var(--muneer-color-accent);
            color: var(--muneer-bg-dark);
            box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-accent)
        }

    .muneer-theme-dark #muneer-popup #muneer-popup-footer, .muneer-theme-dark #muneer-sidebar #muneer-popup-footer, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-footer {
        background: var(--muneer-color-transparent-dark)
    }

        .muneer-theme-dark #muneer-popup #muneer-popup-footer .muneer-statement a, .muneer-theme-dark #muneer-sidebar #muneer-popup-footer .muneer-statement a, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a {
            color: var(--muneer-text-dark)
        }

            .muneer-theme-dark #muneer-popup #muneer-popup-footer .muneer-statement a:hover, .muneer-theme-dark #muneer-sidebar #muneer-popup-footer .muneer-statement a:hover, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:hover {
                color: var(--muneer-text-dark)
            }

            .muneer-theme-dark #muneer-popup #muneer-popup-footer .muneer-statement a:focus, .muneer-theme-dark #muneer-sidebar #muneer-popup-footer .muneer-statement a:focus, .muneer-theme-dark #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:focus {
                outline: 2px solid var(--muneer-color-dark);
                outline-offset: 5px
            }

.muneer-theme-dark #muneer-accessibility-modes-box .muneer-accessibility-mode-item.active .muneer-mode-description {
    background: var(--muneer-color-transparent-dark)
}

.muneer-theme-dark #muneer-accessibility-modes-box .muneer-accessibility-mode-item:focus .switch {
    box-shadow: 0 0 0 6px var(--muneer-bg-dark),0 0 0 8px var(--muneer-color-dark)
}

.muneer-theme-dark .muneer-action-box {
    background: var(--muneer-color-transparent-dark)
}

    .muneer-theme-dark .muneer-action-box:focus, .muneer-theme-dark .muneer-action-box:hover {
        background-color: var(--muneer-color-transparent-dark)
    }

    .muneer-theme-dark .muneer-action-box:focus {
        box-shadow: 0 0 0 4px var(--muneer-bg-dark),0 0 0 6px var(--muneer-color-dark)
    }

.muneer-theme-dark .muneer-multi-toggle-box .muneer-icon, .muneer-theme-dark .muneer-toggle-box .muneer-icon {
    background-color: var(--muneer-color-dark)
}

.muneer-theme-dark .muneer-multi-toggle-box:hover, .muneer-theme-dark .muneer-toggle-box:hover {
    color: var(--muneer-text-dark)
}

.muneer-theme-dark .muneer-multi-toggle-box.active, .muneer-theme-dark .muneer-toggle-box.active {
    background: var(--muneer-color-dark)
}

.muneer-theme-dark .muneer-palette-box .muneer-color-box .muneer-color {
    border: 4px solid var(--muneer-bg-dark)
}

    .muneer-theme-dark .muneer-palette-box .muneer-color-box .muneer-color:focus {
        box-shadow: 0 0 0 4px var(--muneer-color-transparent-dark),0 0 0 6px var(--muneer-color-accent)
    }

.muneer-theme-dark .muneer-palette-box .muneer-palette-expand, .muneer-theme-dark .muneer-palette-box .muneer-palette-reset {
    color: var(--muneer-color-transparent)
}

    .muneer-theme-dark .muneer-palette-box .muneer-palette-expand:focus .muneer-palette-indicator, .muneer-theme-dark .muneer-palette-box .muneer-palette-expand:focus svg, .muneer-theme-dark .muneer-palette-box .muneer-palette-reset:focus .muneer-palette-indicator, .muneer-theme-dark .muneer-palette-box .muneer-palette-reset:focus svg {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 2px
    }

.muneer-theme-dark #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search {
    color: var(--muneer-text-dark);
    outline-color: var(--muneer-color-accent)
}

    .muneer-theme-dark #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:hover {
        color: var(--muneer-color-dark)
    }

    .muneer-theme-dark #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:focus {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 4px
    }

.muneer-theme-dark #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a, .muneer-theme-dark #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a.muneer-online-dictionary-link {
    color: var(--muneer-color-dark)
}

.muneer-theme-dark #muneer-online-dictionary-box #muneer-online-dictionary-search-close {
    color: var(--muneer-color-dark)
}

.muneer-theme-dark #muneer-accessibility-statement-box.open {
    background: var(--muneer-bg-dark)
}

    .muneer-theme-dark #muneer-accessibility-statement-box.open::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
        background-color: var(--muneer-bg-dark)
    }

    .muneer-theme-dark #muneer-accessibility-statement-box.open::-webkit-scrollbar {
        background-color: var(--muneer-bg-dark)
    }

    .muneer-theme-dark #muneer-accessibility-statement-box.open::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
        background-color: var(--muneer-bg-dark)
    }

    .muneer-theme-dark #muneer-accessibility-statement-box.open #muneer-close-statement-btn:before {
        color: var(--muneer-text-dark)
    }

.muneer-theme-dark #muneer-keyboard-box {
    background-color: var(--muneer-keyboard-dark-bg)
}

    .muneer-theme-dark #muneer-keyboard-box .simple-keyboard {
        background-color: var(--muneer-keyboard-dark-bg)
    }

        .muneer-theme-dark #muneer-keyboard-box .simple-keyboard .hg-button {
            background: var(--muneer-keyboard-dark-key-bg);
            color: var(--muneer-keyboard-dark-key);
            box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
            border-bottom: 1px solid #b5b5b5;
            -webkit-tap-highlight-color: transparent
        }

            .muneer-theme-dark #muneer-keyboard-box .simple-keyboard .hg-button.hg-activeButton {
                filter: invert(1)
            }

            .muneer-theme-dark #muneer-keyboard-box .simple-keyboard .hg-button.hg-selectedButton {
                background: rgba(5,25,70,.53);
                color: #fff
            }

.muneer-theme-dark .switch input:checked + .slider {
    background-color: var(--muneer-color-dark)
}

.muneer-theme-dark .switch .slider {
    background-color: var(--muneer-color-transparent-dark)
}

    .muneer-theme-dark .switch .slider:before {
        background-color: var(--muneer-color-dark)
    }

.muneer-theme-dark .switch:hover .slider {
    background-color: var(--muneer-color-accent)
}

    .muneer-theme-dark .switch:hover .slider:before {
        background-color: var(--muneer-color-dark)
    }

.muneer-theme-dark .active .switch .slider:before {
    /*background-color: var(--muneer-color-transparent-dark);*/
    background-color: #EDF5F8;
}

.muneer-theme-dark .muneer-mode-title:before {
    background-color: var(--muneer-color-dark)
}

.muneer-theme-dark #muneer-voice-commands-input {
    color: var(--muneer-text-dark)
}

.muneer-theme-dark #muneer-language-switcher .choices__list.choices__list--dropdown {
    border: 2px solid var(--muneer-color-transparent-dark)
}

.muneer-theme-dark #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-flag {
    box-shadow: 0 0 0 2px var(--muneer-color-accent);
    border: 2px solid var(--muneer-bg-dark)
}

.muneer-theme-dark #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-name {
    color: var(--muneer-color-dark)
}

.muneer-theme-dark #muneer-language-switcher .choices__list.choices__list--dropdown {
    background: var(--muneer-bg-dark)
}

.muneer-theme-dark #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted, .muneer-theme-dark #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: var(--muneer-color-transparent-dark)
}

    .muneer-theme-dark #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name, .muneer-theme-dark #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name {
        color: var(--muneer-color-accent)
    }

.muneer-theme-dark #muneer-language-switcher.choices-wrapper .choices[data-type*=select-one] .choices__input {
    background: var(--muneer-bg-dark);
    color: var(--muneer-text-dark);
    border-bottom-color: var(--muneer-color-transparent-dark)
}

.muneer-theme-dark #muneer-theme-switcher fieldset {
    border: 2px solid var(--muneer-color-transparent-dark)
}

.muneer-theme-dark #muneer-theme-switcher label {
    background: var(--muneer-bg-dark);
    color: var(--muneer-text-dark)
}

    .muneer-theme-dark #muneer-theme-switcher label:focus, .muneer-theme-dark #muneer-theme-switcher label:hover {
        background: var(--muneer-color-transparent-dark);
        color: var(--muneer-color-dark)
    }

    .muneer-theme-dark #muneer-theme-switcher label:focus {
        outline: 2px solid var(--muneer-color-accent)
    }

.muneer-theme-dark #muneer-theme-switcher input[type=radio]:checked + label {
    color: var(--muneer-bg-dark);
    background: var(--muneer-color-dark)
}

.muneer-theme-dark #muneer-theme-switcher input[type=radio]:checked:focus + label {
    outline: 2px solid var(--muneer-color-accent);
    outline-offset: 2px
}

.muneer-theme-light #muneer-online-dictionary-search {
    background-color: var(--muneer-color-transparent)
}

    .muneer-theme-light #muneer-online-dictionary-search::-moz-placeholder {
        color: var(--muneer-text)
    }

    .muneer-theme-light #muneer-online-dictionary-search::placeholder {
        color: var(--muneer-text)
    }

.muneer-theme-light .muneer-useful-links-box .muneer-select-box {
    color: var(--muneer-text)
}

    .muneer-theme-light .muneer-useful-links-box .muneer-select-box select {
        background-color: transparent
    }

        .muneer-theme-light .muneer-useful-links-box .muneer-select-box select:focus, .muneer-theme-light .muneer-useful-links-box .muneer-select-box select:hover {
            color: var(--muneer-color)
        }

        .muneer-theme-light .muneer-useful-links-box .muneer-select-box select:focus {
            box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
        }

.muneer-theme-light .muneer-google-translate-box select {
    background-color: transparent;
    color: var(--muneer-text)
}

    .muneer-theme-light .muneer-google-translate-box select:focus, .muneer-theme-light .muneer-google-translate-box select:hover {
        color: var(--muneer-color)
    }

    .muneer-theme-light .muneer-google-translate-box select:focus {
        box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
    }

.muneer-theme-light .muneer-action-google-translate-icon {
    color: var(--muneer-color)
}

.muneer-theme-light #muneer-popup-tools-box {
    border-top: 2px solid var(--muneer-color-transparent)
}

.muneer-theme-light #muneer-popup, .muneer-theme-light #muneer-sidebar, .muneer-theme-light #muneer-voice-nav-popup {
    background-color: var(--muneer-bg);
    color: var(--muneer-text)
}

    .muneer-theme-light #muneer-popup h1, .muneer-theme-light #muneer-popup h2, .muneer-theme-light #muneer-popup h3, .muneer-theme-light #muneer-popup h4, .muneer-theme-light #muneer-popup h5, .muneer-theme-light #muneer-popup h6, .muneer-theme-light #muneer-sidebar h1, .muneer-theme-light #muneer-sidebar h2, .muneer-theme-light #muneer-sidebar h3, .muneer-theme-light #muneer-sidebar h4, .muneer-theme-light #muneer-sidebar h5, .muneer-theme-light #muneer-sidebar h6, .muneer-theme-light #muneer-voice-nav-popup h1, .muneer-theme-light #muneer-voice-nav-popup h2, .muneer-theme-light #muneer-voice-nav-popup h3, .muneer-theme-light #muneer-voice-nav-popup h4, .muneer-theme-light #muneer-voice-nav-popup h5, .muneer-theme-light #muneer-voice-nav-popup h6 {
        color: var(--muneer-text)
    }

    .muneer-theme-light #muneer-popup .muneer-subheader, .muneer-theme-light #muneer-sidebar .muneer-subheader, .muneer-theme-light #muneer-voice-nav-popup .muneer-subheader {
        border-top: 2px solid var(--muneer-color-transparent)
    }

    .muneer-theme-light #muneer-popup #muneer-popup-main::-webkit-scrollbar-track, .muneer-theme-light #muneer-popup #muneer-voice-commands::-webkit-scrollbar-track, .muneer-theme-light #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-track, .muneer-theme-light #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-track, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-track, .muneer-theme-light #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-track {
        background-color: var(--muneer-bg)
    }

    .muneer-theme-light #muneer-popup #muneer-popup-main::-webkit-scrollbar, .muneer-theme-light #muneer-popup #muneer-voice-commands::-webkit-scrollbar, .muneer-theme-light #muneer-sidebar #muneer-popup-main::-webkit-scrollbar, .muneer-theme-light #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar, .muneer-theme-light #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar {
        background-color: var(--muneer-bg)
    }

    .muneer-theme-light #muneer-popup #muneer-popup-main::-webkit-scrollbar-thumb, .muneer-theme-light #muneer-popup #muneer-voice-commands::-webkit-scrollbar-thumb, .muneer-theme-light #muneer-sidebar #muneer-popup-main::-webkit-scrollbar-thumb, .muneer-theme-light #muneer-sidebar #muneer-voice-commands::-webkit-scrollbar-thumb, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-main::-webkit-scrollbar-thumb, .muneer-theme-light #muneer-voice-nav-popup #muneer-voice-commands::-webkit-scrollbar-thumb {
        background-color: var(--muneer-color)
    }

    .muneer-theme-light #muneer-popup #muneer-popup-close, .muneer-theme-light #muneer-sidebar #muneer-popup-close, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-close {
        color: var(--muneer-text);
        border: 2px solid var(--muneer-color-transparent)
    }

        .muneer-theme-light #muneer-popup #muneer-popup-close:before, .muneer-theme-light #muneer-sidebar #muneer-popup-close:before, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-close:before {
            color: var(--muneer-text)
        }

        .muneer-theme-light #muneer-popup #muneer-popup-close:hover, .muneer-theme-light #muneer-sidebar #muneer-popup-close:hover, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-close:hover {
            color: var(--muneer-color)
        }

        .muneer-theme-light #muneer-popup #muneer-popup-close:focus, .muneer-theme-light #muneer-sidebar #muneer-popup-close:focus, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-close:focus {
            outline: 2px solid var(--muneer-color-accent)
        }

    .muneer-theme-light #muneer-popup #muneer-popup-buttons button, .muneer-theme-light #muneer-sidebar #muneer-popup-buttons button, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-buttons button {
        background: var(--muneer-color);
        color: var(--muneer-bg)
    }

        .muneer-theme-light #muneer-popup #muneer-popup-buttons button:hover, .muneer-theme-light #muneer-sidebar #muneer-popup-buttons button:hover, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-buttons button:hover {
            background: var(--muneer-color-accent);
            color: var(--muneer-bg-dark)
        }

        .muneer-theme-light #muneer-popup #muneer-popup-buttons button:focus, .muneer-theme-light #muneer-sidebar #muneer-popup-buttons button:focus, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-buttons button:focus {
            background: var(--muneer-color-accent);
            color: var(--muneer-bg-dark);
            box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
        }

    .muneer-theme-light #muneer-popup #muneer-popup-footer, .muneer-theme-light #muneer-sidebar #muneer-popup-footer, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-footer {
        background: var(--muneer-color-transparent)
    }

        .muneer-theme-light #muneer-popup #muneer-popup-footer .muneer-statement a, .muneer-theme-light #muneer-sidebar #muneer-popup-footer .muneer-statement a, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a {
            color: var(--muneer-text)
        }

            .muneer-theme-light #muneer-popup #muneer-popup-footer .muneer-statement a:hover, .muneer-theme-light #muneer-sidebar #muneer-popup-footer .muneer-statement a:hover, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:hover {
                color: var(--muneer-text)
            }

            .muneer-theme-light #muneer-popup #muneer-popup-footer .muneer-statement a:focus, .muneer-theme-light #muneer-sidebar #muneer-popup-footer .muneer-statement a:focus, .muneer-theme-light #muneer-voice-nav-popup #muneer-popup-footer .muneer-statement a:focus {
                outline: 2px solid var(--muneer-color);
                outline-offset: 5px
            }

.muneer-theme-light #muneer-accessibility-modes-box .muneer-accessibility-mode-item.active .muneer-mode-description {
    background: var(--muneer-color-transparent)
}

.muneer-theme-light #muneer-accessibility-modes-box .muneer-accessibility-mode-item:focus .switch {
    box-shadow: 0 0 0 6px var(--muneer-bg),0 0 0 8px var(--muneer-color)
}

.muneer-theme-light .muneer-action-box {
    background: var(--muneer-color-transparent);
    transition: all .2s ease-in-out
}

    .muneer-theme-light .muneer-action-box:focus, .muneer-theme-light .muneer-action-box:hover {
        background-color: var(--muneer-color-transparent);
        transition: all .2s ease-in-out
    }

    .muneer-theme-light .muneer-action-box:focus {
        box-shadow: 0 0 0 4px var(--muneer-bg),0 0 0 6px var(--muneer-color-accent)
    }

.muneer-theme-light .muneer-multi-toggle-box .muneer-icon, .muneer-theme-light .muneer-toggle-box .muneer-icon {
    background-color: var(--muneer-color)
}

.muneer-theme-light .muneer-multi-toggle-box:hover, .muneer-theme-light .muneer-toggle-box:hover {
    background: var(--muneer-color-accent);
    color: var(--muneer-text)
}

    .muneer-theme-light .muneer-multi-toggle-box:hover .muneer-icon, .muneer-theme-light .muneer-toggle-box:hover .muneer-icon {
        background-color: var(--muneer-text)
    }

.muneer-theme-light .muneer-multi-toggle-box:focus, .muneer-theme-light .muneer-toggle-box:focus {
    background: var(--muneer-color-accent);
    color: var(--muneer-text)
}

    .muneer-theme-light .muneer-multi-toggle-box:focus .muneer-icon, .muneer-theme-light .muneer-toggle-box:focus .muneer-icon {
        background-color: var(--muneer-text)
    }

.muneer-theme-light .muneer-multi-toggle-box.active, .muneer-theme-light .muneer-toggle-box.active {
    background: var(--muneer-color);
    color: var(--muneer-bg)
}

    .muneer-theme-light .muneer-multi-toggle-box.active .muneer-icon, .muneer-theme-light .muneer-toggle-box.active .muneer-icon {
        background-color: var(--muneer-bg)
    }

.muneer-theme-light .muneer-palette-box .muneer-color-box .muneer-color:focus {
    box-shadow: 0 0 0 4px var(--muneer-color-transparent),0 0 0 6px var(--muneer-color-accent)
}

.muneer-theme-light .muneer-palette-box .muneer-palette-expand:focus .muneer-palette-indicator, .muneer-theme-light .muneer-palette-box .muneer-palette-expand:focus svg, .muneer-theme-light .muneer-palette-box .muneer-palette-reset:focus .muneer-palette-indicator, .muneer-theme-light .muneer-palette-box .muneer-palette-reset:focus svg {
    outline: 2px solid var(--muneer-color-accent);
    outline-offset: 2px
}

.muneer-theme-light #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search {
    color: var(--muneer-text);
    outline-color: var(--muneer-color-accent)
}

    .muneer-theme-light #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:hover {
        color: var(--muneer-color)
    }

    .muneer-theme-light #muneer-online-dictionary-box #muneer-online-dictionary-form #muneer-online-dictionary-search:focus {
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 4px
    }

.muneer-theme-light #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a, .muneer-theme-light #muneer-online-dictionary-box #muneer-online-dictionary-search-results-box ul li a.muneer-online-dictionary-link {
    color: var(--muneer-color)
}

.muneer-theme-light #muneer-online-dictionary-box #muneer-online-dictionary-search-close {
    color: var(--muneer-color)
}

.muneer-theme-light #muneer-accessibility-statement-box.open {
    background: var(--muneer-bg)
}

    .muneer-theme-light #muneer-accessibility-statement-box.open::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
        background-color: #f5f5f5
    }

    .muneer-theme-light #muneer-accessibility-statement-box.open::-webkit-scrollbar {
        background-color: #f5f5f5
    }

    .muneer-theme-light #muneer-accessibility-statement-box.open::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
        background-color: #a7a7a7
    }

.muneer-theme-light #muneer-accessibility-statement-box #muneer-close-statement-btn:before {
    color: var(--muneer-text)
}

.muneer-theme-light #muneer-accessibility-statement-box #muneer-close-statement-btn:hover {
    color: var(--muneer-color)
}

.muneer-theme-light #muneer-accessibility-statement-box #muneer-close-statement-btn:focus, .muneer-theme-light #muneer-accessibility-statement-box #muneer-close-statement-btn:hover {
    outline: 2px solid var(--muneer-color-accent)
}

.muneer-theme-light #muneer-keyboard-box {
    background-color: var(--muneer-keyboard-light-bg)
}

    .muneer-theme-light #muneer-keyboard-box .simple-keyboard {
        background-color: var(--muneer-keyboard-light-bg)
    }

        .muneer-theme-light #muneer-keyboard-box .simple-keyboard .hg-button {
            background: var(--muneer-keyboard-light-key-bg);
            color: var(--muneer-keyboard-light-key);
            box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
            border-bottom: 1px solid #b5b5b5;
            -webkit-tap-highlight-color: transparent
        }

            .muneer-theme-light #muneer-keyboard-box .simple-keyboard .hg-button.hg-activeButton {
                filter: invert(1)
            }

            .muneer-theme-light #muneer-keyboard-box .simple-keyboard .hg-button.hg-selectedButton {
                background: rgba(5,25,70,.53);
                color: #fff
            }

.muneer-theme-light .switch input:checked + .slider {
    background-color: var(--muneer-color)
}

.muneer-theme-light .switch .slider {
    background-color: var(--muneer-color-transparent)
}

    .muneer-theme-light .switch .slider:before {
        background-color: var(--muneer-color)
    }

.muneer-theme-light .switch:hover .slider {
    background-color: var(--muneer-color-accent)
}

    .muneer-theme-light .switch:hover .slider:before {
        background-color: var(--muneer-text)
    }

.muneer-theme-light .active .switch .slider:before {
    background-color: var(--muneer-color-transparent)
}

.muneer-theme-light .muneer-mode-title:before {
    background-color: var(--muneer-color)
}

.muneer-theme-light #muneer-voice-commands-input {
    color: var(--muneer-text)
}

.muneer-theme-light .muneer-command {
    background: var(--muneer-color-transparent);
    transition: all .2s ease-in-out;
    color: var(--muneer-color);
    outline-color: var(--muneer-color-accent)
}

    .muneer-theme-light .muneer-command:focus, .muneer-theme-light .muneer-command:hover {
        transition: all .2s ease-in-out
    }

    .muneer-theme-light .muneer-command:hover {
        background: var(--muneer-color-accent);
        color: var(--muneer-text)
    }

    .muneer-theme-light .muneer-command:focus {
        background: var(--muneer-color-accent);
        color: var(--muneer-text);
        outline: 2px solid var(--muneer-color-accent);
        outline-offset: 4px
    }

    .muneer-theme-light .muneer-command.active {
        background: var(--muneer-color);
        color: var(--muneer-bg)
    }

.muneer-theme-light #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-flag {
    box-shadow: 0 0 0 2px var(--muneer-color-accent);
    border: 2px solid var(--muneer-bg)
}

.muneer-theme-light #muneer-language-switcher .choices.is-focused .choices__list.choices__list--single .muneer-language-switcher--lang-name {
    color: var(--muneer-color)
}

.muneer-theme-light #muneer-language-switcher .choices__list.choices__list--dropdown {
    background: var(--muneer-bg)
}

.muneer-theme-light #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted, .muneer-theme-light #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: var(--muneer-color-transparent)
}

    .muneer-theme-light #muneer-language-switcher.choices-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name, .muneer-theme-light #muneer-language-switcher.choices-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted .muneer-language-switcher--lang-name {
        color: var(--muneer-color)
    }

.muneer-theme-light #muneer-theme-switcher fieldset {
    border: 2px solid var(--muneer-color-transparent)
}

.muneer-theme-light #muneer-theme-switcher label {
    background: var(--muneer-bg);
    color: var(--muneer-text)
}

    .muneer-theme-light #muneer-theme-switcher label:focus, .muneer-theme-light #muneer-theme-switcher label:hover {
        background: var(--muneer-color-transparent);
        color: var(--muneer-color)
    }

    .muneer-theme-light #muneer-theme-switcher label:focus {
        outline: 2px solid var(--muneer-color-accent)
    }

.muneer-theme-light #muneer-theme-switcher input[type=radio]:checked + label {
    color: var(--muneer-bg);
    background: var(--muneer-color)
}

.muneer-theme-light #muneer-theme-switcher input[type=radio]:checked:focus + label {
    outline: 2px solid var(--muneer-color-accent);
    outline-offset: 2px
}

.muneer-hidden {
    display: none !important
}
