.accessibility-toolbar {
    display: none;
    right: 20px;
    left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0 !important;
    position: fixed;
    width: 100%;
    max-height: 95%;
    max-width: 550px;
    bottom: 20px;
    text-align: left;
    border-radius: 10px;
    user-select: none;
    z-index: 9999999999999999;
    box-shadow: 0 0 30px rgb(37 9 9 / 48%);
    transition: opacity .15s ease, margin-top .15s ease, height .15s ease-out, transform .3s ease-out;
    box-sizing: border-box;
    bottom: 20px;
    right: auto;
    left: 20px;
}

.accessibility-toolbar-icon {
    position: fixed;
    bottom: 80px;
    left: 35px;
    background: none;
    color: purple;
    cursor: pointer;
    border: none;
    width: 50px;
    height: 50px;
    padding-top: 3px;
    border-color: white;
    z-index: 111;
}


.accessibility-toolbar-icon i::before {
    font-size: 73px;
    background: white;
    width: 50px;
    border-radius: 50%;
    /* height: 50px !important; */
    /* padding: 0px; */
    /* margin: 0px; */
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

@media (max-width: 768px) {
    .accessibility-toolbar-icon {
        bottom: 88px;
        left: 0px;
    }

    .accessibility-toolbar-icon i::before {
        font-size: 59px;
    }
}

.accessibility-toolbar-icon i:hover::before {
    background-color: #fff;
    color: #005088;
}

.accessibility-modal-header {
    background-color: var(--accessibility-widget-primary-color-darken, #280050);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
    padding-bottom: 15px;
    padding: 8px 12px;
    border-radius: 10px 10px 0 0;
    align-items: center;
}

.accessibility-modal-header button {
    width: 30px;
    height: 30px;
    column-gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    border: 1px solid transparent;
    transition: transform ease .2s;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 0 !important;
}

.accessibility-modal-header button .icon {
    width: 28px;
    height: 28px;
    display: block;
    color: #fff;
    font-size: 28px !important;
}

.accessibility-modal-body {
    overflow-y: scroll;
    background-color: #f3f8fd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 65px;
    max-height: calc(95vh - 130px);
}

.accessibility-modal-button-group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 15px 15px 15px;
    background-color: var(--accessibility-widget-primary-color, #420083);
    column-gap: 15px;
    justify-content: flex-start;
}

.accessibility-modal-button-group::after {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: var(--accessibility-widget-primary-color, #420083);
}

.accessibility-modal-button-group button {
    width: auto !important;
    height: auto !important;

    background-color: transparent !important;
    color: #fff !important;
    border-radius: 5px !important;
    display: flex !important;
    align-items: center !important;
    padding: 8px 14px !important;
    font-size: 14.4px !important;
    border: 1px solid #fff !important;
    transition: background-color .2s ease !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    margin-bottom: 15px;
    text-align: left;
}

.accessibility-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(60 80 170 / 10%);
    padding: 20px;
    position: relative;
    z-index: 1;
}

.accessibility-section {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
    margin-left: -6px;
    margin-right: -6px;
    border: 1px solid silver;
    padding: 20px;
    border-radius: 10px;
}

.accessibility-control-wrapper.range-control {
    flex-wrap: wrap;
    width: calc(100% - 12px);
    padding: 15px;
    background-color: #f3f8fd;
    border-radius: 8px;
    display: flex;
    align-items: stretch;
    margin-bottom: 16px;
    margin-left: 6px;
    margin-right: 6px;
}

.accessibility-control-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14.4px !important;
    font-weight: normal !important;
    color: #000;
}

.accessibility-control-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14.4px !important;
    font-weight: normal !important;
    color: #000;
}

.accessibility-scaling-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.accessibility-control-wrapper {
    width: calc(33.3333% - 12px);
    border-radius: 8px;
    display: flex;
    align-items: stretch;
    margin-bottom: 16px;
    margin-left: 6px;
    margin-right: 6px;
}

.accessibility-scaling-wrapper button {
    background-color: var(--accessibility-widget-primary-color, #420083);
    height: 33px;
    width: 33px;
    border-radius: 100%;
    transition: transform .2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.accessibility-toolbar__select,
.accessibility-toolbar__select_font {
    width: 100%;
}


.accessibility-scaling-wrapper i {
    color: white;
}

.accessibility-scaling-wrapper .accessibility-scale-current {

    background-color: rgba(var(--accessibility-widget-primary-color-rgb, 66, 0, 131), 0.1);
    font-size: 13px;
    color: var(--accessibility-widget-primary-color, #420083);
    height: 30px;
    flex-grow: 1;
    line-height: 30px !important;
    text-align: center !important;
}

.accessibility-control-wrapper button {
    -wekbit-appearance: none;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.accessibility-control-wrapper>button {
    height: auto !important;
    line-height: normal !important;
    color: #000 !important;
    font-size: 14.4px !important;
    font-weight: normal !important;
    padding: 15px !important;
    background: transparent;
    outline: 2px solid transparent;
    width: 100% !important;
    border-radius: 8px !important;
    background-color: #f3f8fd;
    text-align: center !important;
    letter-spacing: normal !important;
}

.accessibility-control-wrapper .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 25px !important;
}



.accessibility-control-wrapper[data-accessibility=highlight-magnifier] .icon,
.accessibility-control-wrapper[data-accessibility=highlight-titles] .icon,
.accessibility-control-wrapper[data-accessibility=contrast-links] .icon,
.accessibility-control-wrapper[data-accessibility=font-size] .icon,
.accessibility-control-wrapper[data-accessibility=font-change] .icon,
.accessibility-control-wrapper[data-accessibility=highlight-links] .icon {
    font-family: FontAwesome;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
}

.accessibility-control-wrapper[data-accessibility=highlight-links] .icon::before {
    content: "\f0c1";
}

.accessibility-control-wrapper[data-accessibility=font-size] .icon::before {
    content: "\f034";
}

.accessibility-control-wrapper[data-accessibility=contrast-links] .icon::before {
    content: "\f042";
}

.accessibility-control-wrapper[data-accessibility=highlight-titles] .icon::before {
    content: "\f1dc";
}

.accessibility-control-wrapper[data-accessibility=highlight-magnifier] .icon::before {
    content: "\f00e";
}

.accessibility-control-wrapper[data-accessibility=font-change] .icon::before {
    content: "\f031";
}


.accessibility-control-heading .icon {
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
}

.range-control-box {
    width: calc(66.6666% - 12px) !important
}

















.accessibility-modal-title {
    flex: 1 0 auto;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #fff;
    position: relative;
}

.accessibility-toolbar__button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.accessibility-toolbar__button:hover {
    background-color: #333;
    color: #fff;
}

.accessibility-toolbar__button i {
    margin-right: 10px;
    font-size: 20px;
}

.accessibility-toolbar__text {
    display: none;
}

.accessibility-toolbar__select {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.accessibility-toolbar__select:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.accessibility-toolbar__select_font {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.accessibility-toolbar__select_font:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.high-contrast-black-on-white body :not([class=-pinned-layer], [data-hook="ProductMediaDataHook.Images"]>div) {
    background-color: white !important;
    color: black !important;
}

.high-contrast-black-on-white body *,
.high-contrast-black-on-white body *::before,
.high-contrast-black-on-white body *::after {
    color: black !important;
    border-color: black !important;
    background: white;
}

.high-contrast-black-on-yellow body :not([class=-pinned-layer], [data-hook="ProductMediaDataHook.Images"]>div) {
    background-color: yellow !important;
    color: black !important;
}

.high-contrast-black-on-yellow body *,
.high-contrast-black-on-yellow body *::before,
.high-contrast-black-on-yellow body *::after {
    color: black !important;
    border-color: black !important;
    background-color: yellow;
}

.high-contrast-white-on-black body :not([class=-pinned-layer], [data-hook="ProductMediaDataHook.Images"]>div) {
    background-color: black !important;
    color: white !important;
}

.high-contrast-white-on-black body *,
.high-contrast-white-on-black body *::before,
.high-contrast-white-on-black body *::after {
    color: white !important;
    border-color: white !important;
    background: black;
}


.high-contrast-white-on-black html body :not([class=-pinned-layer], [data-hook="ProductMediaDataHook.Images"]>div) {
    background-color: black !important;
    color: white !important;
}



.high-contrast-yellow-on-black body :not([class=-pinned-layer], [data-hook="ProductMediaDataHook.Images"]>div) {
    background-color: black !important;
    color: #fff200 !important;
}

.high-contrast-yellow-on-black body *,
.high-contrast-yellow-on-black body *::before,
.high-contrast-yellow-on-black body *::after {
    color: #fff200 !important;
    border-color: #fff200 !important;
    background: black;
}

.high-contrast-black-on-white body {
    color: #ffffff !important;
    background-color: #000 !important;
}

.high-contrast-yellow-on-black body {
    color: #fff200 !important;
    background-color: #000 !important;
}

.high-contrast-black-on-yellow body {
    color: #fff200 !important;
    background-color: #000 !important;
}

.high-contrast-white-on-black body {
    color: #000 !important;
    background-color: #fff !important;
}

.highlight-links a,
.highlight-links a * {
    outline: 2px solid rgba(var(--accessibility-widget-primary-color-rgb, 66, 0, 131), 0.6) !important;
    outline-offset: 2px !important;
}

.highlight-titles h1,
.highlight-titles h2,
.highlight-titles h3,
.highlight-titles h4,
.highlight-titles h5,
.highlight-titles h6,
.highlight-titles [role=heading] {
    outline: 2px solid rgba(var(--accessibility-widget-primary-color-rgb, 66, 0, 131), 0.6) !important;
    outline-offset: 2px !important;
}


.text {
    font-size: 14px;
}

#magnifier {
    position: absolute;
    padding: 5px 10px;
    font-size: 30px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid rgba(0, 0, 0, .8);
    color: #fff;
    display: none;
    z-index: 9999999999999;
    line-height: 1.2;
    pointer-events: none;
    max-width: 500px;
    user-select: none;
}

.font-times h1,
.font-times h2,
.font-times h3,
.font-times h4,
.font-times h5,
.font-times h6,
.font-times p,
.font-times a,
.font-times ul,
.font-times ol,
.font-times div {
    font-family: "Times New Roman", Times, serif !important;
}

.font-comic h1,
.font-comic h2,
.font-comic h3,
.font-comic h4,
.font-comic h5,
.font-comic h6,
.font-comic p,
.font-comic a,
.font-comic ul,
.font-comic ol,
.font-comic div {
    font-family: "Comic Sans MS", cursive, sans-serif !important;
}

.font-arial h1,
.font-arial h2,
.font-arial h3,
.font-arial h4,
.font-arial h5,
.font-arial h6,
.font-arial p,
.font-arial a,
.font-arial ul,
.font-arial ol,
.font-arial div {
    font-family: Arial, Helvetica, sans-serif !important;
}

.font-verdana h1,
.font-verdana h2,
.font-verdana h3,
.font-verdana h4,
.font-verdana h5,
.font-verdana h6,
.font-verdana p,
.font-verdana a,
.font-verdana ul,
.font-verdana ol,
.font-verdana div {
    font-family: Verdana, Geneva, sans-serif !important;
}

.accessibility-control-wrapper>button[aria-pressed=true] {
    background-color: var(--accessibility-widget-primary-color, #420083) !important;
    color: #fff !important;
}

.accessibility-control-wrapper>button[aria-pressed=true] .icon {
    color: #fff;
}

#dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    pointer-events: none;
    z-index: 999999;
}