<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: 'narkissblock';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/NarkissBlockRegular.woff) format("woff")
}

@font-face {
    font-family: 'narkissblock';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/NarkissBlockMedium.woff) format("woff")
}

@font-face {
    font-family: 'narkissblock';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/NarkissBlockBold.woff) format("woff")
}
@font-face {
    font-family: 'Ploni';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/PloniRegular.woff) format("woff")
}
@font-face {
    font-family: 'Ploni';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/PloniMedium.woff) format("woff")
}
@font-face {
    font-family: 'Ploni';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/PloniBold.woff) format("woff")
}
.plug-footer{
	display:flex;
	flex-direction:column;
	color:black;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:100%;
	align-items: flex-start;
}
.plug-footer &gt;img{
	display:block;
	text-align:center;
	max-width: 70px;
}

#mdp-readabler-action-line-height,
#mdp-readabler-action-letter-spacing,
#mdp-readabler-action-highlight-links,
#mdp-readabler-action-content-scaling,
{
	width:48.5%;
}

#mdp-readabler-popup-box {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    display: none
}

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

#mdp-readabler-popup-box.mdp-readabler-modal-absolute #mdp-readabler-popup {
    position: absolute
}

#mdp-readabler-popup-box.mdp-readabler-modal-fixed #mdp-readabler-popup {
    position: fixed
}

#mdp-readabler-popup-box.mdp-readabler-modal-shadow #mdp-readabler-popup {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12)
}

#mdp-readabler-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99998;
    background-color: var(--readabler-overlay)
}

#mdp-readabler-popup {
    top: 0vh;
    z-index: 99999;
    display: block;
    width: 30vw;
    min-height: 95vh;
    height: 100vh;
    min-width: 540px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: var(--readabler-border-radius);
    -webkit-animation-duration: var(--readabler-animate);
    animation-duration: var(--readabler-animate);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(180deg, #0094FF 0%, rgba(122, 215, 253, 0.00) 40%);
    background-color: #EEF0F5;
}

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

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

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

#mdp-readabler-popup .mdp-readabler-subheader {
    padding: 4px 0 0;
    margin-left: 12px;
  	margin-right: 12px;
}

#mdp-readabler-popup .mdp-readabler-subheader:nth-child(1) {
    margin-top: 0;
    margin-bottom: 10px;
}

#mdp-readabler-popup .mdp-readabler-subheader h4, #mdp-readabler-popup .mdp-readabler-subheader .h4 {
    margin: 16px 16px 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#mdp-readabler-popup #mdp-readabler-popup-main {
    max-height: calc(100vh - 216px);
    overflow: auto;
    box-sizing: border-box;
    padding: 0 16px;
    margin: 0
}
@media only screen and (max-width: 1540px) {
  #mdp-readabler-popup #mdp-readabler-popup-main {
    /* max-height: 64vh; */
    overflow: auto;
    box-sizing: border-box;
    margin: 0
 }
}
#mdp-readabler-popup #mdp-readabler-popup-main&gt;div:last-child {
    padding-bottom: 30px;
}

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

#mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar {
    width: 6px
}

#mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar-thumb {
    border-radius: 8.5px
}

#mdp-readabler-popup #mdp-readabler-popup-header {
    position: relative;
    cursor: move;
    display: flex;
    justify-content: end;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 16px 0;
      z-index: 999;
}

#mdp-readabler-popup #mdp-readabler-popup-header h3 {
    padding: 0;
    margin: 0 32px;
    font-size: 24px;
    font-weight: 700;
    font-family: sans-serif !important
}

#mdp-readabler-popup #mdp-readabler-popup-close {
    border: 0;
    padding: 10px;
    border-radius: 50% !important;
    cursor: pointer !important;
    width: 39px;
    height: 39px;
    position: relative;
    border: 2px solid rgb(255 255 255 / 20%);
    background-color: transparent !important;
}
#mdp-readabler-popup #mdp-readabler-popup-close:hover {
	border-color: #fff;
}
.direction-rtl #mdp-readabler-popup-close {
    margin-right: 0;
    margin-left: 16px;
}

#mdp-readabler-popup #mdp-readabler-popup-close:before {
    content: "✕";
    width: 16px;
    height: 23px;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
}

#mdp-readabler-popup #mdp-readabler-focus-holder {
    width: 1px;
    opacity: 0
}
.lang-box{
	display:flex;
  flex-direction:column;
}
.lang-box-container{
  	
    margin: 0px 34px 0 32px;
}
.plugin-box-container{
  	margin: 0px 32px;
    border-bottom: 2px solid var(--readabler-color-transparent);
}
.plugin-box-container &gt; h4{
	font-size: 24px;
    margin: 16px 0 16px !important;
}
.lang-box-container &gt; h4{
	font-size: 24px;
    margin: 16px 0 16px !important;
    
    
}
button#mdp-readabler-reset-btn {
    width: 100%;
    border-radius: 4px;
    background-color: #0094FF;
    border: none;
}

button#mdp-readabler-hide-btn {
    background: no-repeat;
    border: none;
    color: #0094FF;
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px;
    position: absolute;
    left: 20px;
    bottom: 5px;
}

.mdp-readabler-statement a {
    color: #0094FF;
    font-size: 16px;
}

#mdp-readabler-popup #mdp-readabler-popup-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 20px 16px 16px;
    box-sizing: border-box;
    background: white;
    background-color: white;
    box-shadow: 0px 0px 12px -5px #999999;
    position: relative;
}
#mdp-readabler-popup-footer button{
}
#mdp-readabler-popup-footer button:hover{
	background-color:#2196f3 !important;
  color:white;
}
#mdp-readabler-popup #mdp-readabler-popup-footer button {
    font-size: 16px;
    min-height: 34px;
    flex-grow: 1;
    transition: .2s;
    text-transform: none;
    letter-spacing: normal
}

#mdp-readabler-popup #mdp-readabler-popup-footer button:focus {
    outline: none
}

#mdp-readabler-popup #mdp-readabler-popup-footer button:first-child {
    margin-left: 0;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding: 13px 0;
}

#mdp-readabler-popup #mdp-readabler-popup-footer button:last-child {
    margin-right: 0
}

#mdp-readabler-popup #mdp-readabler-popup-footer .mdp-readabler-statement {
    font-size: 16px;
    line-height: 1.25;
    padding: 0;
    position: absolute;
    left: 20px;
    bottom: 35px;
}

#mdp-readabler-popup #mdp-readabler-popup-footer .mdp-readabler-statement a {
    text-decoration: underline;
    cursor: pointer
}

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

@media screen and (max-width: 480px) {
	#mdp-readabler-popup {
		min-height: 88vh;
	}
    #mdp-readabler-popup-box.mdp-readabler-modal-shadow #mdp-readabler-popup {
        box-shadow: 0 0 2.2px rgba(0, 0, 0, 0.034), 0 0 5.3px rgba(0, 0, 0, 0.048), 0 0 10px rgba(0, 0, 0, 0.06)
    }

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

    #mdp-readabler-popup #mdp-readabler-popup-header h3 {
        font-size: 20px
    }

    #mdp-readabler-popup .mdp-readabler-subheader h4 {
        font-size: 20px
    }

    #mdp-readabler-popup .mdp-readabler-profile-title {
        font-size: 18px !important
    }

    #mdp-readabler-popup .mdp-readabler-profile-description {
        display: none
    }

    #mdp-readabler-popup #mdp-readabler-popup-main {
        max-height: calc(100vh - 280px);
    }

    #mdp-readabler-popup .mdp-readabler-action-box {
        width: 100%
    }

    #mdp-readabler-popup #mdp-readabler-popup-close:focus {
        outline: none !important
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer {
        flex-direction: column
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer button {
        /* width: 100%; */
        /* margin: 0; */
        /* padding: 8px; */
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer button:nth-child(2) {
        /* margin-top: 16px; */
    }
}

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

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

#mdp-readabler-accessibility-statement-box.mdp-open::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #F5F5F5
}

#mdp-readabler-accessibility-statement-box.mdp-open::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

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

#mdp-readabler-accessibility-statement-box.mdp-open #mdp-readabler-close-statement-btn {
    position: absolute;
    top: 19px;
    right: 16px;
    background: transparent;
    border: 0
}

#mdp-readabler-accessibility-statement-box.mdp-open #mdp-readabler-close-statement-btn:before {
    color: #444;
    content: "✕"
}

@-webkit-keyframes readabler-bounce {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

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

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

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

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

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

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

@keyframes readabler-bounce {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

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

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

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

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

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

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

@-webkit-keyframes readabler-fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

    to {
        opacity: 1
    }
}

@-webkit-keyframes readabler-fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    from {
        transform: translateY(100%);
        opacity: 0
    }

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

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

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

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

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

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

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        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 readabler-flip-x {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        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)
    }
}

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

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        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 readabler-flip-y {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        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)
    }
}

@-webkit-keyframes readabler-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 readabler-rotate {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

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

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

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.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 readabler-wobble {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.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)
    }
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-bounce #mdp-readabler-popup {
    -webkit-animation-name: readabler-bounce;
    animation-name: readabler-bounce
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-fade #mdp-readabler-popup {
    -webkit-animation-name: readabler-fade;
    animation-name: readabler-fade
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-flip-x #mdp-readabler-popup {
    -webkit-animation-name: readabler-flip-x;
    animation-name: readabler-flip-x;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-flip-y #mdp-readabler-popup {
    -webkit-animation-name: readabler-flip-y;
    animation-name: readabler-flip-y;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-scale #mdp-readabler-popup {
    -webkit-animation-name: readabler-scale;
    animation-name: readabler-scale
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-slide-tr #mdp-readabler-popup {
    -webkit-animation-name: readabler-slide-tr;
    animation-name: readabler-slide-tr
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-slide-tl #mdp-readabler-popup {
    -webkit-animation-name: readabler-slide-tl;
    animation-name: readabler-slide-tl
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-slide-tt #mdp-readabler-popup {
    -webkit-animation-name: readabler-slide-tt;
    animation-name: readabler-slide-tt
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-slide-tb #mdp-readabler-popup {
    -webkit-animation-name: readabler-slide-tb;
    animation-name: readabler-slide-tb
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-rotate #mdp-readabler-popup {
    -webkit-animation-name: readabler-rotate;
    animation-name: readabler-rotate
}

#mdp-readabler-popup-box.mdp-readabler-modal-animation-wobble #mdp-readabler-popup {
    -webkit-animation-name: readabler-wobble;
    animation-name: readabler-wobble;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.mdp-readabler-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
}

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

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

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

.mdp-readabler-simple-keyboard .hg-row {
    display: flex
}

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

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

.mdp-readabler-simple-keyboard .hg-row&gt;div:last-child {
    margin-right: 0
}

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

.mdp-readabler-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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item {
    cursor: pointer;
    position: relative;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:focus {
    outline: none
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(1) {
    margin-top: 16px
}
#mdp-readabler-accessibility-profiles-box {
    box-shadow: 0px 0px 12px -5px #999999;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 20px;
}
#mdp-readabler-popup-main &gt; .mdp-readabler-title {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    position: absolute;
    top: 18px;
    width: 100%;
    right: 0;
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row {
    padding: 10px 24px 10px 24px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row:before {
    content: '';
    width: 42px;
    height: 42px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #ECF8FE;
    margin-left: 16px;
    border-radius: 40px;
    background-position: center;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(6) .mdp-readabler-row:before {
    background-image: url('../images/sound.svg');
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(2) .mdp-readabler-row:before {
    background-image: url('../images/activity.svg');
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(3) .mdp-readabler-row:before {
    background-image: url('../images/eye.svg');
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(4) .mdp-readabler-row:before {
    background-image: url('../images/system.svg');
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(5) .mdp-readabler-row:before {
    background-image: url('../images/target.svg');
}
.mdp-readabler-switch-box {
    display: flex;
}
#mdp-readabler-action-content-scaling, #mdp-readabler-action-text-magnifier, #mdp-readabler-action-readable-font, #mdp-readabler-action-dyslexia-font, #mdp-readabler-action-highlight-titles, #mdp-readabler-action-highlight-links, #mdp-readabler-action-font-sizing, #mdp-readabler-action-line-height, #mdp-readabler-action-letter-spacing, #mdp-readabler-action-align-left, #mdp-readabler-action-align-center, #mdp-readabler-action-align-right, #mdp-readabler-action-dark-contrast, #mdp-readabler-action-light-contrast, #mdp-readabler-action-monochrome, #mdp-readabler-action-high-contrast, #mdp-readabler-action-high-saturation, #mdp-readabler-action-low-saturation, #mdp-readabler-action-text-colors, #mdp-readabler-action-title-colors, #mdp-readabler-action-background-colors, #mdp-readabler-action-mute-sounds, #mdp-readabler-action-hide-images, #mdp-readabler-action-virtual-keyboard, #mdp-readabler-action-reading-guide, #mdp-readabler-action-stop-animations, #mdp-readabler-action-reading-mask, #mdp-readabler-action-highlight-hover, #mdp-readabler-action-highlight-focus, #mdp-readabler-action-big-black-cursor, #mdp-readabler-action-big-white-cursor, #mdp-readabler-action-keyboard-navigation, #mdp-readabler-action-useful-links
{
	background-color: white;
	/* -webkit-box-shadow: 0px 0px 12px -5px #999999; */
	/* box-shadow: 0px 0px 12px -5px #999999; */
}

.direction-rtl .mdp-readabler-title-box {
    flex-grow: 1;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-title {
    font-size: 16px;
    font-weight: 700
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-short {
    font-size: 14px;
    line-height: 1.4
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-profile-description {
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    opacity: 0;
    padding: 0;
    transition: all .15s ease-out;
    position: relative;
    background-color: #F6F6F6;
}
#mdp-readabler-popup-box * {
    font-family: Ploni, sans-serif!important;
}

.mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-row:after {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 38px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid #f6f6f6;
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch {
    position: relative;
    display: inline-block;
    border-radius: 17px;
    width: 100px;
    height: 38px;
    font-size: 0;
    transition: .25s ease-out all
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch:hover {
    border-radius: 17px
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    transition: .4s;
    font-size: 14px;
    display: flex;
    align-items: center;
    background-color: #DEF3FF;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider:before {
    content: "כן";
}
.mdp-switch .mdp-slider:after {
    content: "לא";
}

.mdp-switch .mdp-slider:after , .mdp-switch .mdp-slider:before {
    transition: 0.4s;
    width: 100%;
    text-align: center;
    padding: 10px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 60px;
}

.mdp-switch input:not(:checked) + .mdp-slider:after {
    background-color: #fff;
    font-weight: 700;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.mdp-switch input:checked + .mdp-slider:before {
    color: #fff;
    font-weight: 700;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    background-color: #0094FF;
}
#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-row {
    position: relative;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-profile-description {
    height: auto;
    margin: 0;
    padding: 8px 12px;
    opacity: 1;
    transition: all .15s ease-out;
    max-height: 600px;
    border-radius: 6px;
    font-size: 14px;
    margin: 5px 20px;
}

#mdp-readabler-readable-experience-box {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 16px;
}

.mdp-readabler-action-box:not(.mdp-readabler-shortcode) {
    border-radius: 8px;
    padding: 16px 12px;
    transition: .3s;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12px;
    box-sizing: border-box;
}

.mdp-readabler-action-box:hover,
.mdp-readabler-action-box:focus {
    transition: .3s
}

.mdp-readabler-action-box:focus {
    outline: none
}

.mdp-readabler-action-box.mdp-hidden {
    display: none
}

.mdp-readabler-action-box .mdp-readabler-action-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.mdp-readabler-action-box .mdp-readabler-action-box-content .mdp-readabler-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 8.5px;
    background-color: #000;
}

.mdp-readabler-action-box .mdp-readabler-action-box-content .mdp-readabler-title {
    text-align: center;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}
#mdp-readabler-action-content-scaling .mdp-readabler-title:before , 
#mdp-readabler-action-font-sizing .mdp-readabler-title:before, 
#mdp-readabler-action-line-height .mdp-readabler-title:before, 
#mdp-readabler-action-letter-spacing .mdp-readabler-title:before ,
#mdp-readabler-action-title-colors .mdp-readabler-title:before ,
#mdp-readabler-action-background-colors .mdp-readabler-title:before ,
#mdp-readabler-action-text-colors .mdp-readabler-title:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#mdp-readabler-action-content-scaling .mdp-readabler-title:before {
    background-image: url(../images/toggles/maximize-2.svg);
}
#mdp-readabler-action-font-sizing .mdp-readabler-title:before {
	background-image: url(../images/toggles/fontsize.svg);
}
#mdp-readabler-action-line-height .mdp-readabler-title:before {
	background-image: url(../images/toggles/line-height.svg);
}
#mdp-readabler-action-letter-spacing .mdp-readabler-title:before {
	background-image: url(../images/toggles/let-space.svg);
}
#mdp-readabler-action-title-colors .mdp-readabler-title:before {
	background-image: url(../images/toggles/title-color.svg);
}
#mdp-readabler-action-background-colors .mdp-readabler-title:before{
	background-image: url(../images/toggles/bg-color.svg);
}
#mdp-readabler-action-text-colors .mdp-readabler-title:before{
	background-image: url(../images/toggles/text-color.svg);
}
#mdp-readabler-action-content-scaling .mdp-readabler-title, 
#mdp-readabler-action-font-sizing .mdp-readabler-title, 
#mdp-readabler-action-line-height .mdp-readabler-title, 
#mdp-readabler-action-letter-spacing .mdp-readabler-title ,
#mdp-readabler-action-title-colors .mdp-readabler-title ,
#mdp-readabler-action-background-colors .mdp-readabler-title ,
#mdp-readabler-action-text-colors .mdp-readabler-title {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
#mdp-readabler-action-text-magnifier {
    width: 100%
}

#mdp-readabler-action-content-scaling .mdp-readabler-action-box-content {
    flex-direction: row
}

#mdp-readabler-action-content-scaling .mdp-readabler-action-box-content i {
    margin-right: 8px
}

#mdp-readabler-visually-pleasing-experience-box {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 16px;
}

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

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

.mdp-readabler-light-contrast .mdp-readabler-toggle-box.mdp-active .mdp-readabler-icon {
    background-color: var(--readabler-bg) !important
}

.mdp-readabler-light-contrast .mdp-readabler-toggle-box.mdp-active span {
    color: var(--readabler-text) !important
}

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

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

.mdp-readabler-dark-contrast #mdp-readabler-online-dictionary-search {
    background-image: url(../images/wikipedia_dark.svg) !important
}

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

.mdp-readabler-dark-contrast ::placeholder {
    color: #d1d1d1
}

.mdp-readabler-dark-contrast #mdp-readabler-online-dictionary-box label {
    background-image: url(../images/info-dark.svg) !important
}

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

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

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

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

.mdp-readabler-dark-contrast #mdp-readabler-popup-footer .mdp-readabler-statement,
.mdp-readabler-light-contrast #mdp-readabler-popup-footer .mdp-readabler-statement {
    padding: 4px 8px !important;
    border-radius: 4px
}

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

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

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

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

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

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

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

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

.mdp-readabler-high-saturation&gt; :not(#mdp-readabler-popup-box):not(#boxed-wrapper):not(.avada-footer-scripts),
.mdp-readabler-high-saturation #mdp-readabler-popup,
.mdp-readabler-high-saturation .fusion-wrapper&gt;* {
    filter: saturate(200%) !important
}

.mdp-readabler-low-saturation&gt; :not(#mdp-readabler-popup-box):not(#boxed-wrapper):not(.avada-footer-scripts),
.mdp-readabler-low-saturation #mdp-readabler-popup,
.mdp-readabler-low-saturation .fusion-wrapper&gt;* {
    filter: saturate(50%) !important
}

.mdp-readabler-high-contrast&gt; :not(#mdp-readabler-popup-box):not(#boxed-wrapper):not(.avada-footer-scripts),
.mdp-readabler-high-contrast #mdp-readabler-popup,
.mdp-readabler-high-contrast .fusion-wrapper&gt;* {
    filter: contrast(135%) !important
}

.mdp-readabler-monochrome&gt; :not(#mdp-readabler-popup-box):not(#boxed-wrapper):not(.avada-footer-scripts),
.mdp-readabler-monochrome #mdp-readabler-popup,
.mdp-readabler-monochrome .fusion-wrapper&gt;* {
    filter: grayscale(100%) !important
}
#mdp-readabler-action-useful-links{
	display:none !important;
}
#mdp-readabler-easy-orientation-box {
    padding-left:12px;
    padding-right:12px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

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

.mdp-readabler-useful-links-box .mdp-readabler-select-box {
    width: 100%;
    margin-top: 4px
}

.mdp-readabler-useful-links-box .mdp-readabler-select-box select {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 18px;
    height: 51px
}

#mdp-readabler-action-useful-links {
    width: 100%;
    min-height: 100px
}

#mdp-readabler-action-useful-links i {
    display: none
}

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

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

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

.mdp-readabler-reading-guide-element {
    display: none
}

.mdp-readabler-reading-guide .mdp-readabler-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(--readabler-reading-guide-width);
    height: var(--readabler-reading-guide-height);
    border-radius: var(--readabler-reading-guide-radius);
    background-color: var(--readabler-reading-guide-bg);
    border: var(--readabler-reading-guide-border-width) solid var(--readabler-reading-guide-border-color)
}

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

#mdp-readabler-online-dictionary-box {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    margin-bottom: -20px;
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 30px;
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 12px 52px;
    line-height: 16px;
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat;
    background-size: 18px;
    transition: .25s ease-in-out all;
    font-size: 16px;
    box-shadow: 0px 4px 20px 0px rgba(13, 154, 255, 0.30);
    border: aliceblue;
    color: #434A60;
    border-radius: 30px;
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:focus {
    outline: none
}

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

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

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-results-box ul li h5 {
    font-size: 20px
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close {
    display: none;
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    left: 20px;
    top: 8px;
    width: 24px;
    height: 24px;
    opacity: .3
}
div#mdp-readabler-online-dictionary-search-results-box {
    position: absolute;
    background-color: #fff;
    width: calc(100% - 40px);
    z-index: 9999;
    top: 110%;
    left: 20px;
    border-radius: 10px;
}
div#mdp-readabler-online-dictionary-search-results-box:has(li) {
    padding: 20px;
	box-shadow: 0px 10px 20px 0px rgba(13, 154, 255, 0.30);
	
}
#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:hover {
    opacity: 1
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:before,
#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:after {
    position: absolute;
    left: 12px;
    top: 0;
    content: " ";
    height: 24px;
    width: 2px
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:before {
    transform: rotate(45deg)
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:after {
    transform: rotate(-45deg)
}

#mdp-readabler-online-dictionary-box label {
    font-size: 16px;
    margin-top: 16px;
    padding: 0 0 0 22px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left 4px;
    display: flex;
    line-height: 24px
}

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

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

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

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

.mdp-readabler-tts .mdp-readabler-tts-arrow-mobile {
    border-top: none;
    border-bottom: 6px solid var(--readabler-tts-bg);
    top: -5px
}

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

#mdp-readabler-action-text-magnifier .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/text-magnifier.svg);
    mask-image: url(../images/toggles/text-magnifier.svg)
}

#mdp-readabler-action-readable-font .mdp-readabler-icon {mask-image: url("data:image/svg+xml,%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5714 7.07143C28.9681 7.07143 28.4475 7.36955 28.0859 7.81415C27.2255 7.35518 26.2656 7.07143 25.2343 7.07143C21.7558 7.07143 18.9257 10.0186 18.9257 13.6429V16.9286C18.9257 20.5528 21.7558 23.5 25.2343 23.5C26.2656 23.5 27.2255 23.2162 28.0859 22.7573C28.4475 23.2019 28.9681 23.5 29.5714 23.5C30.6603 23.5 31.5429 22.5807 31.5429 21.4464V9.125C31.5429 7.99071 30.6603 7.07143 29.5714 7.07143ZM27.6 16.9286C27.6 18.2875 26.5388 19.3929 25.2343 19.3929C23.9297 19.3929 22.8686 18.2875 22.8686 16.9286V13.6429C22.8686 12.284 23.9298 11.1786 25.2343 11.1786C26.5388 11.1786 27.6 12.284 27.6 13.6429V16.9286ZM10.5232 1.84114C10.2374 1.03588 9.49978 0.5 8.67425 0.5C7.84871 0.5 7.1111 1.03588 6.82539 1.84114L0.122818 20.7333C-0.254563 21.7969 0.266782 22.9793 1.28862 23.3724C2.30746 23.7654 3.44325 23.2199 3.82058 22.1578L5.09314 18.5707H12.2554L13.528 22.1578C13.8221 22.9857 14.5753 23.4991 15.3769 23.4991C15.604 23.4991 15.835 23.459 16.0599 23.3724C17.0817 22.9793 17.6031 21.7969 17.2257 20.7333L10.5232 1.84114ZM6.55028 14.4637L8.67425 8.47653L10.7983 14.4637H6.55028Z' fill='black'/%3E%3C/svg%3E%0A");mask-size: 30px;}

#mdp-readabler-action-dyslexia-font .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/dyslexia-font.svg);
    mask-image: url(../images/toggles/dyslexia-font.svg)
}

#mdp-readabler-action-highlight-titles .mdp-readabler-icon {
    
    
    
    
     /* Ensure the mask covers the element */
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='26' viewBox='0 0 22 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.5V19.5M2 2.5H19' stroke='black' stroke-width='3.86842' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 24.5H20' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    mask-size: 18px;
}
#mdp-readabler-action-line-height, #mdp-readabler-action-letter-spacing, #mdp-readabler-action-content-scaling, #mdp-readabler-action-text-magnifier, #mdp-readabler-action-text-colors, #mdp-readabler-action-dyslexia-font, #mdp-readabler-action-font-sizing
{
	width: calc(50% - 8px);
}
#mdp-readabler-action-highlight-links .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/highlight-links.svg);
    mask-image: url(../images/toggles/highlight-links.svg)
}

#mdp-readabler-action-align-left .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/align-left.svg);
    mask-image: url(../images/toggles/align-left.svg)
}

#mdp-readabler-action-align-center .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/align-center.svg);
    mask-image: url(../images/toggles/align-center.svg)
}

#mdp-readabler-action-align-right .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/align-right.svg);
    mask-image: url(../images/toggles/align-right.svg)
}

#mdp-readabler-action-dark-contrast .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/dark-contrast.svg);
    mask-image: url(../images/toggles/dark-contrast.svg)
}

#mdp-readabler-action-light-contrast .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/light-contrast.svg);
    mask-image: url(../images/toggles/light-contrast.svg)
}

#mdp-readabler-action-monochrome .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/monochrome.svg);
    mask-image: url(../images/toggles/monochrome.svg)
}

#mdp-readabler-action-high-contrast .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/high-contrast.svg);
    mask-image: url(../images/toggles/high-contrast.svg)
}

#mdp-readabler-action-high-saturation .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/high-saturation.svg);
    mask-image: url(../images/toggles/high-saturation.svg)
}

#mdp-readabler-action-low-saturation .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/low-saturation.svg);
    mask-image: url(../images/toggles/low-saturation.svg)
}

#mdp-readabler-action-mute-sounds .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/mute-sounds.svg);
    mask-image: url(../images/toggles/mute-sounds.svg)
}

#mdp-readabler-action-hide-images .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/hide-images.svg);
    mask-image: url(../images/toggles/hide-images.svg)
}

#mdp-readabler-action-virtual-keyboard .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/virtual-keyboard.svg);
    mask-image: url(../images/toggles/virtual-keyboard.svg)
}

#mdp-readabler-action-reading-guide .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/reading-guide.svg);
    mask-image: url(../images/toggles/reading-guide.svg)
}

#mdp-readabler-action-stop-animations .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/stop-animations.svg);
    mask-image: url(../images/toggles/stop-animations.svg)
}

#mdp-readabler-action-reading-mask .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/reading-mask.svg);
    mask-image: url(../images/toggles/reading-mask.svg)
}

#mdp-readabler-action-highlight-hover .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/highlight-hover.svg);
    mask-image: url(../images/toggles/highlight-hover.svg)
}

#mdp-readabler-action-highlight-focus .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/highlight-focus.svg);
    mask-image: url(../images/toggles/highlight-focus.svg)
}

#mdp-readabler-action-big-black-cursor .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/black-cursor.svg);
    mask-image: url(../images/toggles/black-cursor.svg)
}

#mdp-readabler-action-big-white-cursor .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/white-cursor.svg);
    mask-image: url(../images/toggles/white-cursor.svg)
}

#mdp-readabler-action-text-to-speech .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/text-to-speech.svg);
    mask-image: url(../images/toggles/text-to-speech.svg)
}

#mdp-readabler-action-keyboard-navigation .mdp-readabler-icon {
    -webkit-mask-image: url(../images/toggles/keyboard-navigation.svg);
    mask-image: url(../images/toggles/keyboard-navigation.svg)
}

.mdp-readabler-input-spinner-box {
    margin-top: 4.25px
}

.mdp-readabler-input-spinner-box .mdp-readabler-control {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: auto;
    border-radius: 34px;
    height: 34px
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus,
.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus {
    position: absolute;
    display: block;
    padding: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: unset !important;
    cursor: pointer;
    z-index: 2;
    transition: all .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before,
.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    border-radius: 50%;
    background-color: #0094FF;
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus,
.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:focus {
    outline: none
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus {
    right: 2px;
    left: auto
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before {
    -webkit-mask-image: url(../images/toggles/plus.svg);
    mask-image: url(../images/toggles/plus.svg)
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus {
    left: 2px;
    right: auto
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:before {
    -webkit-mask-image: url(../images/toggles/minus.svg);
    mask-image: url(../images/toggles/minus.svg)
}

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-value {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 0 34px;
    line-height: 34px
}

.mdp-readabler-toggle-box {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: calc(33% - 12px)
}

.mdp-readabler-toggle-box .mdp-readabler-icon {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.mdp-readabler-toggle-box.mdp-active {
    border-radius: 10px;
    border: 2px solid #0094FF;
    background-color: #DEF3FF !important;
}
.mdp-readabler-toggle-box.mdp-active span.mdp-readabler-icon {
    background-color: #0094FF;
}

.mdp-readabler-spinner-box:not(.mdp-readabler-shortcode) {
    width: 100%
}

.mdp-readabler-spinner-box i {
    display: none
}

.mdp-readabler-palette-box {
    padding: 16px
}

.mdp-readabler-palette-box .mdp-readabler-action-box-content {
    flex-direction: column
}

.mdp-readabler-palette-box .mdp-readabler-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;
    margin-top: 8px;
    gap: 8px;
}

.mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: .15s;
    box-sizing: border-box
}

.mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color:hover {
    border: none
}

.mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color:focus {
    outline: none;
    border: none
}

.mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color.mdp-active {
    border: none
}

.mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color.mdp-active::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%)
}

.mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color.mdp-active:hover::before {
    width: 17px;
    height: 17px
}

@media (prefers-color-scheme: light) {

    .mdp-readabler-useful-links-box .mdp-readabler-select-box select {
        background: var(--readabler-bg);
        border: solid 2px var(--readabler-color);
        color: var(--readabler-text)
    }

    /* #mdp-readabler-popup {
        background-color: var(--readabler-bg);
        color: var(--readabler-text);
    } */

    #mdp-readabler-popup h1, #mdp-readabler-popup h2, #mdp-readabler-popup h3, #mdp-readabler-popup h4, #mdp-readabler-popup h5, #mdp-readabler-popup h6, #mdp-readabler-popup .h1, #mdp-readabler-popup .h2, #mdp-readabler-popup .h3, #mdp-readabler-popup .h5, #mdp-readabler-popup .h6 {
        color: var(--readabler-text)
    }

    #mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar-track {
        background-color: var(--readabler-bg)
    }

    #mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar {
        background-color: var(--readabler-bg)
    }

    #mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar-thumb {
        background-color: var(--readabler-color)
    }

    #mdp-readabler-popup #mdp-readabler-popup-header {
     
    }

    /* #mdp-readabler-popup #mdp-readabler-popup-close:before {
        color: var(--readabler-text)
    }
 */
    /* #mdp-readabler-popup #mdp-readabler-popup-close:hover,
    #mdp-readabler-popup #mdp-readabler-popup-close:focus {
        outline: 2px dotted var(--readabler-text)
    }
 */
    #mdp-readabler-popup #mdp-readabler-popup-footer button {
        /* background: var(--readabler-bg); */
        /* color: var(--readabler-color); */
        /* border: 2px solid var(--readabler-color-transparent); */
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer button:hover {
        background: var(--readabler-color);
        color: var(--readabler-bg);
        border: 2px solid var(--readabler-color)
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer button:focus {
        background: var(--readabler-color);
        color: var(--readabler-bg);
        border: 2px solid var(--readabler-color);
        box-shadow: 0 0 0 4px var(--readabler-bg), 0 0 0 6px var(--readabler-color)
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer .mdp-readabler-statement a {
        /* color: var(--readabler-color); */
    }


    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch input:focus+.mdp-slider {
        box-shadow: 0 0 1px var(--readabler-color)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:focus .mdp-switch {
        box-shadow: 0 0 0 6px var(--readabler-bg), 0 0 0 8px var(--readabler-color)
    }

    .mdp-readabler-action-box {
        /* border: 2px solid var(--readabler-color-transparent); */
    }

    .mdp-readabler-action-box:hover,
    .mdp-readabler-action-box:focus {
        background-color: var(--readabler-color-transparent);
        /* border: 2px solid var(--readabler-color); */
    }

    .mdp-readabler-action-box:focus {
        border: 2px dotted var(--readabler-color);
        box-shadow: 0 0 0 4px var(--readabler-bg), 0 0 0 6px var(--readabler-color)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control {
        background: var(--readabler-bg)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:before {
        border: 4px solid var(--readabler-bg);
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:hover:before,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:hover:before {
        border: 4px solid var(--readabler-color)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:focus {
        outline: none;
        box-shadow: 0 0 0 4px var(--readabler-bg), 0 0 0 6px var(--readabler-color)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus:before,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:focus:before {
        border: 4px solid var(--readabler-color)
    }


    .mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color {
        /* border: 4px solid var(--readabler-bg); */
    }

    .mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color:focus {
        box-shadow: 0 0 0 4px var(--readabler-bg), 0 0 0 6px var(--readabler-text)
    }

    .mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color.mdp-active::before {
        background: var(--readabler-bg)
    }

    .mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color.mdp-active[data-color=white]::before {
        background: var(--readabler-text)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search {
        background-color: var(--readaber-bg);
        background-image: url(../images/toggles/search.svg);
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-results-box ul li a {
        color: var(--readabler-color)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:before,
    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:after {
        background-color: var(--readabler-text)
    }

    #mdp-readabler-online-dictionary-box label {
        background-image: url(../images/info.svg)
    }

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

    #mdp-readabler-accessibility-statement-box.mdp-open::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
        background-color: #F5F5F5
    }

    #mdp-readabler-accessibility-statement-box.mdp-open::-webkit-scrollbar {
        background-color: #F5F5F5
    }

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

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

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

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

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

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

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

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

    .mdp-readabler-useful-links-box .mdp-readabler-select-box select {
        background: var(--readabler-bg-dark);
        border: solid 2px var(--readabler-color-dark);
        color: var(--readabler-text-dark)
    }

    #mdp-readabler-popup {
        background-color: var(--readabler-bg-dark);
        color: var(--readabler-text-dark)
    }

    #mdp-readabler-popup h1,
    #mdp-readabler-popup h2,
    #mdp-readabler-popup h3,
    #mdp-readabler-popup h4,
    #mdp-readabler-popup h5,
    #mdp-readabler-popup h6,
	#mdp-readabler-popup .h1,
    #mdp-readabler-popup .h2,
    #mdp-readabler-popup .h3,
    #mdp-readabler-popup .h4,
    #mdp-readabler-popup .h5,
    #mdp-readabler-popup .h6 {
        color: var(--readabler-text-dark)
    }

    #mdp-readabler-popup .mdp-readabler-subheader {
        border-top: 2px solid var(--readabler-color-transparent-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar-track {
        background-color: var(--readabler-bg-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar {
        background-color: var(--readabler-bg-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-main::-webkit-scrollbar-thumb {
        background-color: var(--readabler-color-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-header {
        background-image: linear-gradient(to bottom, var(--readabler-bg-dark), rgba(0, 0, 0, 0))
    }

    #mdp-readabler-popup #mdp-readabler-popup-close:before {
        color: var(--readabler-text-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-close:hover,
    #mdp-readabler-popup #mdp-readabler-popup-close:focus {
        outline: 2px dotted var(--readabler-text-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer button {
        background: var(--readabler-bg-dark);
        color: var(--readabler-color-dark);
        border: 2px solid var(--readabler-color-transparent-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer button:hover {
        background: var(--readabler-color-dark);
        color: var(--readabler-bg-dark);
        border: 2px solid var(--readabler-color-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer button:focus {
        background: var(--readabler-color-dark);
        color: var(--readabler-bg-dark);
        border: 2px solid var(--readabler-color-dark);
        box-shadow: 0 0 0 4px var(--readabler-bg-dark), 0 0 0 6px var(--readabler-color-dark)
    }

    #mdp-readabler-popup #mdp-readabler-popup-footer .mdp-readabler-statement a {
        color: var(--readabler-color-dark)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active {
        background: var(--readabler-color-transparent-dark)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch:hover {
        box-shadow: 0 0 0 4px var(--readabler-bg-dark), 0 0 0 6px var(--readabler-color-transparent-dark)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch input:checked+.mdp-slider {
        background-color: var(--readabler-color-dark)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch input:focus+.mdp-slider {
        box-shadow: 0 0 1px var(--readabler-color-dark)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider {
        background-color: var(--readabler-color-transparent-dark)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider:before {
        background-color: var(--readabler-color-dark)
    }

    #mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:focus .mdp-switch {
        box-shadow: 0 0 0 6px var(--readabler-bg-dark), 0 0 0 8px var(--readabler-color-dark)
    }

    .mdp-readabler-action-box {
        border: 2px solid var(--readabler-color-transparent-dark)
    }

    .mdp-readabler-action-box:hover,
    .mdp-readabler-action-box:focus {
        background-color: var(--readabler-color-transparent-dark);
        border: 2px solid var(--readabler-color-dark)
    }

    .mdp-readabler-action-box:focus {
        border: 2px dotted var(--readabler-color-dark);
        box-shadow: 0 0 0 4px var(--readabler-bg-dark), 0 0 0 6px var(--readabler-color-dark)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control {
        background: var(--readabler-bg-dark)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:before {
        background-color: var(--readabler-color-dark);
        border: 4px solid var(--readabler-bg-dark)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:hover:before,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:hover:before {
        border: 4px solid var(--readabler-color-dark)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:focus {
        outline: none;
        box-shadow: 0 0 0 4px var(--readabler-bg-dark), 0 0 0 6px var(--readabler-color-dark)
    }

    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus:before,
    .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:focus:before {
        border: 4px solid var(--readabler-color-dark)
    }

    .mdp-readabler-toggle-box .mdp-readabler-icon {
        background-color: var(--readabler-color-dark)
    }

    .mdp-readabler-toggle-box.mdp-active {
        background: var(--readabler-color-dark)
    }

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

    .mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color:focus {
        box-shadow: 0 0 0 4px var(--readabler-bg-dark), 0 0 0 6px var(--readabler-text-dark)
    }

    .mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color.mdp-active::before {
        background: var(--readabler-bg-dark)
    }

    .mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color.mdp-active[data-color=white]::before {
        background: var(--readabler-text-dark)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search {
        border: 2px solid var(--readabler-color-transparent-dark);
        color: var(--readabler-text-dark);
        background-color: var(--readaber-bg-dark);
        background-image: url(../images/wikipedia_dark.svg)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:hover {
        border: 2px solid var(--readabler-color-dark)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:focus {
        box-shadow: 0 0 0 4px var(--readabler-bg-dark), 0 0 0 6px var(--readabler-color-dark)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:focus:hover {
        border: 2px solid var(--readabler-color-transparent-dark)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-results-box ul li a {
        color: var(--readabler-color-dark)
    }

    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:before,
    #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:after {
        background-color: var(--readabler-text-dark)
    }

    #mdp-readabler-online-dictionary-box label {
        background-image: url(../images/info-dark.svg)
    }

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

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

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

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

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

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

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

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

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

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

.mdp-readabler-toggle-box {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: calc(50% - 6px)
}
.mdp-readabler-toggle-box , #mdp-readabler-action-align-left, #mdp-readabler-action-align-center, #mdp-readabler-action-align-right{width: calc(33.33% - 11px);}
#mdp-readabler-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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#mdp-readabler-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) {
    #mdp-readabler-keyboard-box {
        display: none !important
    }
}

.mdp-readabler-shortcode {
    z-index: 1;
    width: unset !important
}

.mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-spinner-box {
    width: unset
}
#mdp-readabler-popup-header &gt; h3{display:none;}
.mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-plus,
.mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-minus {
    color: inherit
}

.mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-plus:before,
.mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-minus:before {
    content: unset;
    display: none
}</pre></body></html>