.accessibility-icon {
    z-index: 1;
    height: 60px;
    width: 60px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: white;
    padding: 0px;
    border: 2px double #01619b;
    border-radius: 50px;
}

.accessibility-icon i {
  font-size: 38px;
  color: #01619b;
}

#A11YModal {
  z-index: 9993;
}

#A11YModal .modal-body {
  background-color: #e4e4e4;
}

#A11YModal h4.modal-title {
  font-size: 1.4rem;
}

#A11YModal .modal-header {
  background-color: #01619b;
  color: white;
}

#A11YModal .modal-body {
  padding: 1.5rem 1rem;
}

#A11YModal .modal-content {
  width: fit-content;
  background-color: transparent;
}

#A11YModal .box {
  padding: 12px;
  border: solid 1px #c8c8c8;
  border-radius: 10px;
  background-color: white;
}

#A11YModal .btn-close {
  filter: brightness(100%) invert(1);
  opacity: 1;
}

#A11YModal .modal-backdrop {
  opacity: 0 !important;
}
#A11YModal .material-symbols-outlined {
  vertical-align: text-top;
}


    #A11YModal .a11y-btn-group {
        display: flex;
    }
    #A11YModal .form-check-inline {
        flex: 1;
    }


    #A11YModal input[role="switch"] {
        zoom: 1.5;
    }

#A11YModal .form-check {
  margin-top: -6px;
  text-align: center;
}

#A11YModal .form-check-label {
  vertical-align: sub;
  width: 95%;
}

    #A11YModal .switch-button:hover {
        background-color: white;
        box-shadow: 0 0 5px #009fff
    }

    #A11YModal .switch-button, #A11YModal .switch-button input {
        cursor: pointer
    }

    #A11YModal .switch-button .form-check-label {
        pointer-events: none;
    }

#A11YModal .form-check .form-check-input {
    float: none;
    transform: scale(1.7)
}

#A11YModal .buttons-select .form-check-label {
width: 100%;
}

#A11YModal .buttons-select .form-check {
width: 33%;
}

#A11YModal .form-check-inline {
  margin-right: 0;
}

.form-switch-container {
    padding-top: 5px
}

#dislexiaToggle .form-switch-container {
    width: fit-content;
    display: block;
    margin: auto
}

.position-button input {
    display: none
}

@media (max-width: 574px) {
    #dislexiaToggle .form-switch-container {
        display: inline-block;
        vertical-align: text-top;
        margin-left: 10px;
    }
    #dislexiaToggle .form-switch label {
        margin-bottom: 0 !important;
    }
    #dislexiaToggle .form-check {
        margin-bottom: 0
    }
}

#modalPosition {
    display: inline;
    color: #01619b;
    border: solid 1px #01619b;
    border-radius: 5px;
    padding: 3px 10px
}

#A11YModal .form-switch label {
    margin-bottom: 6px;
}

#A11YModal .form-switch input {
  vertical-align: middle;
}

#A11YModal .form-switch [class*="switch-label"] {
  opacity: 0;
  position: relative;
  top: 1px;
  font-weight: 600;
  pointer-events: none;
}

#A11YModal .form-switch .form-check-input {
  width: 1.7em;
  transition: background-position 0.1s ease-in-out;
}

#A11YModal [class*="switch-label"] {
font-size: 14px;
zoom: 0;
transition: all 0.2s ease;
text-shadow: 0 0 6px white;
}
#A11YModal .on-switch-label {
  margin-right: -37px;
  color: white;
}

#A11YModal .off-switch-label {
  margin-left: -41px;
  color: #c6c6c6;
}

#A11YModal .btn-success {
  background-color: #01619b;
  border-color: #01619b;
}

#a11yReset.btn-success {
  background-color: #c72f3b;
  border-color: #c72f3b;
}

[id*="FullBodyFilter"] {
  position: fixed;
  display: block;
  height: 100vh;
  width: 100vw;
  z-index: 999999999;
  background-color: rgba(255,255,255,0);
  pointer-events: none;
}


/* ----- MODAL STYLE ----- */
#A11YModal .modal-content {
    border-radius: 0;
    border: none;
}

/* =================== RIGHT SIDE */

#A11YModal.modal.right .modal-dialog {
    position: absolute;
    margin: auto;
    transform: translate3d(0%, 0, 0);
}

#A11YModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

#A11YModal.modal.right .modal-body {
    background-color: #f1f1f1;
}

/*Right*/
#A11YModal.modal.right.fade .modal-dialog {
    right: -320px;
    transition: right 0.15s ease-in-out;
}

#A11YModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

@media (min-width: 576px) {
    #A11YModal.modal.right .modal-dialog {
        width: 320px;
        margin-right: 16px;
    }

    #A11YModal.modal.right.fade .modal-dialog {
        margin-top: 17px;
    }

    #A11YModal.modal.right .modal-content {
        border-radius: 10px;
    }
}

/* =================== LEFT SIDE */

#A11YModal.modal.left .modal-dialog {
    position: absolute;
    margin: auto;
    transform: translate3d(0%, 0, 0);
}

#A11YModal.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

#A11YModal.modal.left .modal-body {
    background-color: #f1f1f1;
}

/*Right*/
#A11YModal.modal.left.fade .modal-dialog {
    left: -320px;
    transition: left 0.15s ease-in-out;
}

#A11YModal.modal.left.fade.show .modal-dialog {
    left: 0;
}

@media (min-width: 576px) {
    #A11YModal.modal.left .modal-dialog {
        width: 320px;
        margin-left: 16px;
    }

    #A11YModal.modal.left.fade .modal-dialog {
        margin-top: 17px;
    }

    #A11YModal.modal.left .modal-content {
        border-radius: 10px;
    }
}


/*override bootstrap*/
#A11YModal .btn-primary {
    background-color: #01619b;
    border: none;
}

    #A11YModal .btn-primary.disabled, .btn-primary:disabled {
        background-color: #3c8ab9;
    }

.modal-backdrop {
    transition: all 0.15s ease-in-out;
}



#A11YModal .form-check .form-check-input {
    margin-left: 0;
}

#A11YModal .form-check {
    padding: 0;
}

#A11YModal .tooltip {
    z-index: 9991;
}

#A11YModal .btn-check:active + .btn-primary,
#A11YModal .btn-check:checked + .btn-primary,
#A11YModal .btn-primary.active,
#A11YModal .btn-primary:active,
#A11YModal .show > .btn-primary.dropdown-toggle,
#A11YModal .btn-check:active + .btn-outline-primary,
#A11YModal .btn-check:checked + .btn-outline-primary,
#A11YModal .btn-outline-primary.active,
#A11YModal .btn-outline-primary.dropdown-toggle.show,
#A11YModal .btn-outline-primary:active {
    background-color: #01619b !important;
    border-color: #01619b !important;
    color: #FFF;
}

#A11YModal .btn-outline-primary {
    color: #01619b;
    border-color: #01619b;
}

    #A11YModal .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #9b9b9b !important;
        border-color: #727272 !important;
    }

#A11YModal .form-check-input:checked {
    background-color: #01619b;
    border-color: #01619b;
}

#A11YModal .form-switch .form-check-input {
    background-position: 7% center;
    background-size: 54%;
}

    #A11YModal .form-switch .form-check-input:checked {
        background-position: 98% center;
    }

    #A11YModal .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
        background-blend-mode: luminosity;
    }



/*websites with sliders*/

#slide-2-layer-1, #slide-3-layer-1, #slide-4-layer-1 {
    z-index: 5;
}

#slide-2-layer-2, #slide-3-layer-2, #slide-4-layer-2 {
    z-index: 6;
    white-space: nowrap;
    font-size: 50px;
    line-height: 46px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0px;
    font-family: Georgia, serif;
}

#slide-2-layer-3, #slide-3-layer-3, #slide-4-layer-3 {
    z-index: 7;
    min-width: 294px;
    max-width: 294px;
    max-width: 148px;
    max-width: 148px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.slide span {
    font-size: 20px;
}

body.modal-open {
    overflow-y: scroll !important;
}

