body.bodyContrast, body.bodyContrast * {
  background-color: #222 !important;
  color: #fff !important;
}

.jashpsaccesibility {
  z-index: 1039;
  position: fixed;
  left: 100%;
  right: auto;
  bottom: 0;
  width: auto;
  max-width: 50vw;
  background-color: transparent;
  border: 2px solid transparent;
  transition: 0.3s;
  max-height: 837px;
}
.jashpsaccesibility_position-H_left {
  left: 10px;
  right: auto;
}
.jashpsaccesibility_position-H_right {
  left: auto;
  right: 10px;
}
.jashpsaccesibility_position-V_top {
  top: 20px;
  bottom: auto;
}
.jashpsaccesibility_position-V_botton {
  top: auto;
  bottom: 30px;
}
.jashpsaccesibility__handle {
  cursor: pointer;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #fff;
  height: 100%;
  padding: 14px;
  font-weight: 700;
  display: flex;
  border-radius: 50%;
  background-color: #045AFF;
  bottom: -2px;
  max-height: 50px;
  flex-direction: row-reverse;
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.jashpsaccesibility__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  width: 240px;
}
.jashpsaccesibility__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.jashpsaccesibility-block__item {
  width: 100%;
}
.jashpsaccesibility-block__button {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
.jashpsaccesibility-block__collapse {
  margin-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.jashpsaccesibility.active .jashpsaccesibility__content {
  display: flex;
  opacity: 0.6;
  transition: 0.15s opacity ease-in;
  visibility: visible;
  box-shadow: 0 0 10px rgb(0, 0, 0);
}
.jashpsaccesibility.active .jashpsaccesibility__content:hover {
  opacity: 1;
  transition: 0.15s opacity ease-in;
}
.jashpsaccesibility.active.jashpsaccesibility_position-H_left .jashpsaccesibility__content {
  left: calc(100% + 5px);
}
.jashpsaccesibility.active.jashpsaccesibility_position-H_right .jashpsaccesibility__content {
  right: calc(100% + 5px);
}
.jashpsaccesibility.active.jashpsaccesibility_position-V_top .jashpsaccesibility__content {
  top: 0;
}
.jashpsaccesibility.active.jashpsaccesibility_position-V_botton .jashpsaccesibility__content {
  bottom: 0;
}
.jashpsaccesibility-range {
  width: 100%;
}
.jashpsaccesibility-range input[type=range] {
  width: 100%;
  line-height: 16px;
}
.jashpsaccesibility-range-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jashpsaccesibility-range-list span {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #222222;
}
.jashpsaccesibility-range-list span::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 1px;
  background: #757575;
  left: 50%;
  top: -6px;
}
.jashpsaccesibility-range-list span.activeList {
  color: green;
  font-weight: 700;
}

#accesibilityHeading__contrast .jashpsaccesibility-block__item__contrast {
  background-color: #ffffff;
  color: #222222;
}
#accesibilityHeading__contrast .jashpsaccesibility-block__item__contrast .enabled_contrast {
  visibility: visible;
  opacity: 1;
  display: block;
}
#accesibilityHeading__contrast .jashpsaccesibility-block__item__contrast .disabled_contrast {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#accesibilityHeading__contrast .jashpsaccesibility-block__item__contrast.activeContrast {
  background-color: #222222;
  color: #ffffff;
}
#accesibilityHeading__contrast .jashpsaccesibility-block__item__contrast.activeContrast .disabled_contrast {
  visibility: visible;
  opacity: 1;
  display: block;
}
#accesibilityHeading__contrast .jashpsaccesibility-block__item__contrast.activeContrast .enabled_contrast {
  visibility: hidden;
  opacity: 0;
  display: none;
}

#reader-switch {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reader-switch label {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
#reader-switch input[type=checkbox] {
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #757575;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}
#reader-switch input[type=checkbox]:checked {
  background-color: #045AFF;
}
#reader-switch input[type=checkbox]:checked:before {
  left: 27px;
}
#reader-switch input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background-color: white;
  border-radius: 50%;
  transition: left 0.3s ease;
}

#voice-reader {
  max-width: 100%;
}/*# sourceMappingURL=front.css.map */