
@charset "UTF-8";

#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, .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 100px 80px rgba(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: 5vh;
	z-index: 99999;
	display: block;
	width: 25vw;
	max-height: 95vh;
	min-width: 460px;
	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;
}

#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 0;
	margin: 32px 24px 0 32px;
}

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

#mdp-readabler-popup .mdp-readabler-subheader h4 {
	font-size: 24px;
	margin: 16px 0 0;
	padding: 0;
}

#mdp-readabler-popup #mdp-readabler-popup-main {
	max-height: 60vh;
	overflow: auto;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#mdp-readabler-popup #mdp-readabler-popup-main>div:last-child {
	padding-bottom: 0;
}

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

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

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

#mdp-readabler-popup #mdp-readabler-popup-header {
	cursor: move;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 16px;
}

#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 {
	background: 0 0;
	border: 0;
	padding: 10px;
	margin-right: 32px;
}

#mdp-readabler-popup #mdp-readabler-popup-close:before {
	content: "✕";
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mdp-readabler-popup #mdp-readabler-focus-holder {
	width: 1px;
	opacity: 0;
}

#mdp-readabler-popup #mdp-readabler-popup-footer {
	display: flex;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 15px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 32px;
	box-sizing: border-box;
}

#mdp-readabler-popup #mdp-readabler-popup-footer button {
	font-size: 16px;
	border-radius: 16px;
	min-height: 34px;
	margin: 0;
	padding: 17px;
	flex-grow: 1;
	transition: .2s;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
}

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

#mdp-readabler-popup #mdp-readabler-popup-footer button:first-child {
	margin-left: 0;
}

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

#mdp-readabler-popup #mdp-readabler-popup-footer .mdp-readabler-statement {
	width: 100%;
	flex-grow: 2;
	font-size: 14px;
	line-height: 1.25;
	padding: 0;
	margin: 0 0 -.25rem 0;
	text-align: center;
}

#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-box.mdp-readabler-modal-shadow #mdp-readabler-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);
	}
	
	#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: 40vh;
	}
	
	#mdp-readabler-popup .mdp-readabler-action-box {
		width: 100%;
	}
	
	#mdp-readabler-popup #mdp-readabler-popup-close:focus {
		outline: 0 !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-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, .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, .2);
	background-color: #a7a7a7;
}

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

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

@-webkit-keyframes readabler-bounce {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		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 readabler-bounce {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		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);
	}
}

@-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;
	}
}

@keyframes readabler-slide-tt {
	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(.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 readabler-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);
	}
}

#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>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-rotate button:hover span, .mdp-readabler-trigger-button-box.mdp-hover-scale 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-rotate 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-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: 0;
	padding: var(--readabler-btn-padding);
	border-radius: var(--readabler-btn-radius);
	color: var(--readabler-btn-color);
	background: var(--readabler-btn-bg);
	font-size: var(--readabler-btn-size);
	transition: .4s ease-in-out all;
	border: none;
}

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

.mdp-readabler-trigger-button-box button:active .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:focus-visible .mdp-readabler-trigger-button-icon svg, .mdp-readabler-trigger-button-box button:hover .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: 0;
	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:focus, .mdp-readabler-trigger-button-box button:hover {
	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;
	padding-left: 32px;
	padding-right: 32px;
}

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

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(1) {
	margin-top: 16px;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row {
	padding: 10.6666666667px 0;
	display: flex;
	align-items: center;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-title-box {
	margin-left: 24px;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 5px;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-short {
	font-size: 16px;
	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;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch {
	position: relative;
	display: inline-block;
	border-radius: 17px;
	width: 60px;
	height: 34px;
	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;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider:before {
	position: absolute;
	content: "";
	border-radius: 50%;
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	transition: .4s;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch input:checked+.mdp-slider:before {
	transform: translateX(26px);
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-row {
	padding: 32px 0;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-readabler-profile-description {
	height: auto;
	margin: 0;
	padding: 16px 0 32px 0;
	opacity: 1;
	transition: all .15s ease-out;
	max-height: 600px;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item.mdp-active .mdp-switch .mdp-slider:before {
	background-color: #fff;
}

#mdp-readabler-readable-experience-box {
	padding: 0 23.5px 0 32px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.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: 24px;
	box-sizing: border-box;
}

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

.mdp-readabler-action-box:focus {
	outline: 0;
}

.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;
}

.mdp-readabler-action-box .mdp-readabler-action-box-content .mdp-readabler-title {
	text-align: center;
	font-size: 16px;
	line-height: 1.45;
}

#mdp-readabler-action-text-magnifier {
	width: 100%;
}

#mdp-readabler-action-align-center, #mdp-readabler-action-align-left, #mdp-readabler-action-align-right {
	width: 30%;
}

#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 {
	padding: 0 23.5px 0 32px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#mdp-readabler-visually-pleasing-experience-box #mdp-readabler-action-background-colors, #mdp-readabler-visually-pleasing-experience-box #mdp-readabler-action-text-colors, #mdp-readabler-visually-pleasing-experience-box #mdp-readabler-action-title-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("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/wikipedia_dark.svg") !important;
}

.mdp-readabler-dark-contrast #mdp-readabler-online-dictionary-search.nitro-lazy {
	background-image: none !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("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/info-dark.svg") !important;
}

.mdp-readabler-dark-contrast #mdp-readabler-online-dictionary-box label.nitro-lazy {
	background-image: none !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 {
	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 {
	background-color: #181818 !important;
	color: #a2e6cc !important;
}

body.mdp-readabler-dark-contrast, body.mdp-readabler-dark-contrast blockquote, body.mdp-readabler-dark-contrast code, body.mdp-readabler-dark-contrast dd, body.mdp-readabler-dark-contrast dt, body.mdp-readabler-dark-contrast input, body.mdp-readabler-dark-contrast label, body.mdp-readabler-dark-contrast legend, body.mdp-readabler-dark-contrast li, body.mdp-readabler-dark-contrast p, body.mdp-readabler-dark-contrast pre, body.mdp-readabler-dark-contrast select, body.mdp-readabler-dark-contrast span, body.mdp-readabler-dark-contrast textarea {
	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 {
	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 {
	color: #075f39 !important;
	background-color: #fff !important;
}

body.mdp-readabler-light-contrast, body.mdp-readabler-light-contrast blockquote, body.mdp-readabler-light-contrast code, body.mdp-readabler-light-contrast dd, body.mdp-readabler-light-contrast dt, body.mdp-readabler-light-contrast input, body.mdp-readabler-light-contrast label, body.mdp-readabler-light-contrast legend, body.mdp-readabler-light-contrast li, body.mdp-readabler-light-contrast p, body.mdp-readabler-light-contrast pre, body.mdp-readabler-light-contrast select, body.mdp-readabler-light-contrast span, body.mdp-readabler-light-contrast textarea {
	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 {
	color: #074fbb !important;
	background-color: #fff !important;
}

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

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

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

.mdp-readabler-monochrome #mdp-readabler-popup, .mdp-readabler-monochrome .fusion-wrapper>*, .mdp-readabler-monochrome>:not(#mdp-readabler-popup-box):not(#boxed-wrapper):not(.avada-footer-scripts) {
	filter: grayscale(100%) !important;
}

#mdp-readabler-easy-orientation-box {
	padding: 0 23.5px 0 32px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.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-bottom, body.mdp-readabler-reading-mask .mdp-readabler-reading-mask-top {
	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: 0 23.5px 0 32px;
	position: relative;
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form {
	margin-top: 24px;
}

#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 24px 16px 24px 52px;
	line-height: 16px;
	border-radius: 8px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-size: 24px;
	transition: .25s ease-in-out all;
}

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

#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: 0 0;
	border: none;
	outline: 0;
	padding: 0;
	margin: 2px 32px 0 0;
	right: 24px;
	top: 24px;
	width: 24px;
	height: 24px;
	opacity: .3;
}

#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:after, #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:before {
	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, .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("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/text-magnifier.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/text-magnifier.svg");
}

#mdp-readabler-action-text-magnifier .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-readable-font .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/readable-font.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/readable-font.svg");
}

#mdp-readabler-action-readable-font .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-dyslexia-font .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/dyslexia-font.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/dyslexia-font.svg");
}

#mdp-readabler-action-dyslexia-font .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-highlight-titles .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-titles.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-titles.svg");
}

#mdp-readabler-action-highlight-titles .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-highlight-links .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-links.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-links.svg");
}

#mdp-readabler-action-highlight-links .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-align-left .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/align-left.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/align-left.svg");
}

#mdp-readabler-action-align-left .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-align-center .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/align-center.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/align-center.svg");
}

#mdp-readabler-action-align-center .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-align-right .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/align-right.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/align-right.svg");
}

#mdp-readabler-action-align-right .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-dark-contrast .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/dark-contrast.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/dark-contrast.svg");
}

#mdp-readabler-action-dark-contrast .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-light-contrast .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/light-contrast.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/light-contrast.svg");
}

#mdp-readabler-action-light-contrast .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-monochrome .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/monochrome.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/monochrome.svg");
}

#mdp-readabler-action-monochrome .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-high-contrast .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/high-contrast.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/high-contrast.svg");
}

#mdp-readabler-action-high-contrast .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-high-saturation .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/high-saturation.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/high-saturation.svg");
}

#mdp-readabler-action-high-saturation .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-low-saturation .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/low-saturation.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/low-saturation.svg");
}

#mdp-readabler-action-low-saturation .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-mute-sounds .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/mute-sounds.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/mute-sounds.svg");
}

#mdp-readabler-action-mute-sounds .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-hide-images .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/hide-images.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/hide-images.svg");
}

#mdp-readabler-action-hide-images .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-virtual-keyboard .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/virtual-keyboard.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/virtual-keyboard.svg");
}

#mdp-readabler-action-virtual-keyboard .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-reading-guide .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/reading-guide.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/reading-guide.svg");
}

#mdp-readabler-action-reading-guide .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-stop-animations .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/stop-animations.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/stop-animations.svg");
}

#mdp-readabler-action-stop-animations .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-reading-mask .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/reading-mask.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/reading-mask.svg");
}

#mdp-readabler-action-reading-mask .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-highlight-hover .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-hover.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-hover.svg");
}

#mdp-readabler-action-highlight-hover .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-highlight-focus .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-focus.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/highlight-focus.svg");
}

#mdp-readabler-action-highlight-focus .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-big-black-cursor .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/black-cursor.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/black-cursor.svg");
}

#mdp-readabler-action-big-black-cursor .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-big-white-cursor .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/white-cursor.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/white-cursor.svg");
}

#mdp-readabler-action-big-white-cursor .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-text-to-speech .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/text-to-speech.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/text-to-speech.svg");
}

#mdp-readabler-action-text-to-speech .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

#mdp-readabler-action-keyboard-navigation .mdp-readabler-icon {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/keyboard-navigation.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/keyboard-navigation.svg");
}

#mdp-readabler-action-keyboard-navigation .mdp-readabler-icon.nitro-lazy {
	mask-image: none !important;
}

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

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

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus {
	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-minus:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before {
	content: "";
	display: block;
	width: 29px;
	height: 29px;
	-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%;
}

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

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

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/plus.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/plus.svg");
}

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

.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:before {
	-webkit-mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/toggles/minus.svg");
	mask-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/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;
	overflow: hidden;
	white-space: nowrap;
}

.mdp-readabler-toggle-box {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: calc(50% - 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 {
	color: #fff;
}

.mdp-readabler-toggle-box.mdp-active span {
	color: #fff !important;
}

.mdp-readabler-toggle-box.mdp-active span.mdp-readabler-icon {
	background-color: #fff;
}

.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;
}

.mdp-readabler-palette-box .mdp-readabler-color-box .mdp-readabler-color {
	display: flex;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	margin: 4.5333333333px;
	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: 0;
	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-toggle-box.mdp-active {
		background: var(--readabler-color);
		color: var(--readabler-bg);
	}
	
	.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 {
		color: var(--readabler-text);
	}
	
	#mdp-readabler-popup .mdp-readabler-subheader {
		border-top: 2px solid var(--readabler-color-transparent);
	}
	
	#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 {
		background-image: linear-gradient(to bottom, var(--readabler-bg), rgba(255, 255, 255, 0));
	}
	
	#mdp-readabler-popup #mdp-readabler-popup-close:before {
		color: var(--readabler-text);
	}
	
	#mdp-readabler-popup #mdp-readabler-popup-close:focus, #mdp-readabler-popup #mdp-readabler-popup-close:hover {
		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-active {
		background: var(--readabler-color-transparent);
	}
	
	#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch:hover {
		box-shadow: 0 0 0 4px var(--readabler-bg), 0 0 0 6px var(--readabler-color-transparent);
	}
	
	#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch input:checked+.mdp-slider {
		background-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 .mdp-switch .mdp-slider {
		background-color: var(--readabler-color-transparent);
	}
	
	#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-switch .mdp-slider:before {
		background-color: 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:focus, .mdp-readabler-action-box:hover {
		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-minus:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before {
		background-color: var(--readabler-color);
		border: 4px solid var(--readabler-bg);
	}
	
	.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:hover:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:hover:before {
		border: 4px solid var(--readabler-color);
	}
	
	.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:focus, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus {
		outline: 0;
		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-minus:focus:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus:before {
		border: 4px solid var(--readabler-color);
	}
	
	.mdp-readabler-toggle-box .mdp-readabler-icon {
		background-color: var(--readabler-color);
	}
	
	.mdp-readabler-toggle-box.mdp-active {
		background: 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 {
		border: 2px solid var(--readabler-color-transparent);
		color: var(--readabler-text);
		background-color: var(--readaber-bg);
		background-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/wikipedia.svg");
	}
	
	#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search.nitro-lazy {
		background-image: none !important;
	}
	
	#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:hover {
		border: 2px solid var(--readabler-color);
	}
	
	#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), 0 0 0 6px var(--readabler-color);
	}
	
	#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search:focus:hover {
		border: 2px solid var(--readabler-color-transparent);
	}
	
	#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:after, #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:before {
		background-color: var(--readabler-text);
	}
	
	#mdp-readabler-online-dictionary-box label {
		background-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/info.svg");
	}
	
	#mdp-readabler-online-dictionary-box label.nitro-lazy {
		background-image: none !important;
	}
	
	#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, .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, .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, .3);
		border-bottom: 1px solid #b5b5b5;
		-webkit-tap-highlight-color: transparent;
	}
	
	#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, .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 {
		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:focus, #mdp-readabler-popup #mdp-readabler-popup-close:hover {
		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:focus, .mdp-readabler-action-box:hover {
		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-minus:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:before {
		background-color: var(--readabler-color-dark);
		border: 4px solid var(--readabler-bg-dark);
	}
	
	.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:hover:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:hover:before {
		border: 4px solid var(--readabler-color-dark);
	}
	
	.mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-minus:focus, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus:focus {
		outline: 0;
		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-minus:focus:before, .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-plus: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("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/wikipedia_dark.svg");
	}
	
	#mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-form #mdp-readabler-online-dictionary-search.nitro-lazy {
		background-image: none !important;
	}
	
	#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:after, #mdp-readabler-online-dictionary-box #mdp-readabler-online-dictionary-search-close:before {
		background-color: var(--readabler-text-dark);
	}
	
	#mdp-readabler-online-dictionary-box label {
		background-image: url("https://cdn-klfnh.nitrocdn.com/lKQNsJACxjndYnWyOjuoYjHrlYRjhNHF/assets/images/optimized/rev-b94c006/cleaningwandnyc.com/wp-content/plugins/readabler/images/info-dark.svg");
	}
	
	#mdp-readabler-online-dictionary-box label.nitro-lazy {
		background-image: none !important;
	}
	
	#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, .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, .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, .3);
		border-bottom: 1px solid #b5b5b5;
		-webkit-tap-highlight-color: transparent;
	}
	
	#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, .53);
		color: #fff;
	}
}

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

#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-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-minus, .mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-plus {
	color: inherit;
}

.mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-minus:before, .mdp-readabler-shortcode .mdp-readabler-input-spinner-box .mdp-readabler-control button.mdp-readabler-plus:before {
	content: unset;
	display: none;
}
