
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}
.accessibility-toggle-button svg {
    width: 55px;
}

h5{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.accessibility-toggle-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    right: 8px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #3f51b5;
    border: 0;
    z-index: 50;
    transition: all .2s;
    box-shadow: rgba(0, 0, 0, .08) 0px 0.125rem 0.25rem !important;

}

.accessibility-toggle-button:hover {
    width: 50px;
    height: 50px;
}



.ac-clear-button {
    margin-top: auto;
    display: block;
    background-color: #1c1c1c;
    color: #fff;
    user-select: none;
    text-align: center;
    padding: 6px 12px;
    border: 1px solid #1c1c1c;
    border-radius: 6px;
    transition: all .2s
}

.ac-clear-button svg {
    width: 20px;
    margin-right: 6px
}

.ac-clear-button:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e
}

.ac-panel {
    width: 240px;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1045;
    background-color: #f5f5f5;
    padding: 16px;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    transform: translateX(400px);
    overflow-y: auto;
    -webkit-box-shadow: -7px 0px 16px -6px rgba(0, 0, 0, .24);
    -moz-box-shadow: -7px 0px 16px -6px rgba(0, 0, 0, .24);
    box-shadow: -7px 0px 16px -6px rgba(0, 0, 0, .24);
    transition: transform .3s ease-in-out, visibility .4s
}

.ac-panel.show {
    transform: translateX(0);
    visibility: visible
}

.ac-panel--header {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 24px 0
}

.ac-panel--header h5,
.ac-panel--header .h5 {
    font-size: 20px;
    line-height: 30px
}

.ac-panel--body {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.ac-panel--close-button {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.ac-panel--close-button:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.ac-panel--close-button:focus {
    box-shadow: rgba(13, 110, 253, .25) 0px 0px 0px .25rem;
    opacity: 1
}

.ac-panel--wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -8px 0 -8px
}

.ac-panel .ac-box-wrapper {
    flex: 0 0 auto;
    width: calc(100% - 5px);
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 12px
}

.ac-panel .ac-box {
    display: flex;
    flex-direction: column;
    padding-left: 4px;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
    user-select: none;
    transition: .2s all
}
.ac-panel .ac-box p{
    margin: 8px;
}

.ac-panel .ac-box svg {
    margin-bottom: 1px;
    stroke: #3e3e3e
}

.ac-panel .ac-box:hover {
    border-color: gold
}

.ac-panel .ac-box.active {
    background-color: gold;
    position: relative;
    color: #1c1c1c
}

.ac-panel .ac-box.active svg {
    stroke: #1c1c1c
}

.ac-panel .ac-box.active::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
    position: absolute;
    right: 6px;
    top: 6px
}

.contrast {
    filter: invert(1) !important
}

.highlight-links a {
    background: #000 !important;
    color: #ff0 !important;
    text-decoration: underline !important
}

.highlight-links a span,
.highlight-links a div {
    color: #ff0 !important;
    background-color: #000
}

.bigger-cursor {
    cursor: url(/media/172733/bigger-curser.svg), auto !important
}

    .bigger-cursor * {
        cursor: url(/media/172733/bigger-curser.svg), auto !important
    }

.reading-guide-line {
    width: 70vw !important;
    min-width: 200px !important;
    position: absolute !important;
    height: 8px;
    z-index: 2147483647;
    background-color: #000;
    border-radius: 3px;
    transform: translate(-50%);
    border: 1px solid #ff0;
    pointer-events: none;
    display: none;
    zoom: 1 !important
}

.reading-guide .reading-guide-line {
    display: block !important
}

.dyslexic-friendly body {
    font-family: "OpenDyslexic" !important
}

.bigger-text {
    zoom: 1.3
}

.desaturate {
    filter: saturate(0)
}

.align-text-left * {
    text-align: left !important
}

.reading-focus-overlay-top,
.reading-focus-overlay-bottom {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99999999999;
    display: none
}

.reading-focus-overlay-top {
    top: 0;
    border-bottom: 5px solid navy
}

.reading-focus-overlay-bottom {
    bottom: 0;
    border-top: 5px solid crimson
}

.reading-mask .reading-focus-overlay-top,
.reading-mask .reading-focus-overlay-bottom {
    display: block
}

.low-saturation {
    filter: saturate(0.5)
}

.high-saturation {
    filter: saturate(2)
}



@media screen and (max-width: 576px) {
    .hide-on-sm {
        display: none
    }
}

.accSpeakingArea {
    background-color: #ff0
}
.flex-column {
    flex-direction: column !important
}
.d-flex {
    display: flex !important
}