
.wcag-button {
  position: fixed;
  bottom: 165px;
  right: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--wcag-bg);
  border: none;
  cursor: pointer;
  z-index: 99999;
}
.wcag-button svg {
  color: #fff;
}
.wcag-modal {
  max-width: 100%;
  width: 600px;
  padding: 25px;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
}
.wcag-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.wcag-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  z-index: 999;
  background: var(--wcag-bg);
  border: 2px solid var(--wcag-bg);
  border-radius: 5px;
}
.wcag-modal-close svg {
  flex: none;
  display: block;
  width: 25px;
  height: 25px;
}
.wcag-modal-header {
  position: relative;
  padding-right: 50px;
  padding-bottom: 15px;
}
.wcag-modal-title {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.wcag-modal-title-icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100%;
  background: var(--wcag-bg);
}
.wcag-modal-title-icon svg {
  flex: none;
  display: block;
  width: 25px;
  height: 25px;
}
.wcag-modal-module {
  padding: 15px 0 0;
}
.wcag-modal-module-header {
  padding: 0 0 15px;
}
.wcag-modal-module-title {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.wcag-modal-module-content {
  padding: 0 0 15px;
}
.wcag-modal-module-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.wcag-modal-reset {
  padding: 15px 0;
  text-align: center;
}
.wcag-modal-footer {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 15px 0 0;
  font-size: 14px;
  border-top: 1px solid var(--wcag-bg);
}
.wcag-modal-footer a {
  color: #000;
  font-weight: 600;
}
.wcag-toggle-module-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 15px;
  flex-wrap: wrap;
  background: transparent;
  border: 2px solid #777;
  border-radius: 5px;
  cursor: pointer;
}
.wcag-toggle-module-button.active {
  background: var(--wcag-bg);
  border-color: var(--wcag-bg);
  color: #fff;
}
.wcag-toggle-module-button-icon svg {
  width: 30px;
  height: 30px;
}
.wcag-toggle-module-button-text {
  display: block;
  width: 100%;
}
.wcag-reset-module-button {
  display: inline-flex;
  padding: 10px 15px;
  background-color: var(--wcag-bg);
  border: 2px solid var(--wcag-bg);
  color: #fff;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  text-decoration: underline !important;
  outline: 2px dotted #000 !important;
  outline-offset: 2px !important;
}

body.wcag-contrast-black-yellow {
  background: #000 !important;
}
body.wcag-contrast-black-yellow * {
  color: #ff0 !important;
  background: #000 !important;
  border-color: #ff0 !important;
}
body.wcag-contrast-black-yellow a:focus,
body.wcag-contrast-black-yellow button:focus,
body.wcag-contrast-black-yellow input:focus,
body.wcag-contrast-black-yellow select:focus,
body.wcag-contrast-black-yellow textarea:focus {
  outline: 2px dotted #ff0 !important;
}
body.wcag-contrast-black-yellow .btn,
body.wcag-contrast-black-yellow .header-btn a,
body.wcag-contrast-black-yellow button,
body.wcag-contrast-black-yellow input,
body.wcag-contrast-black-yellow select,
body.wcag-contrast-black-yellow textarea,
body.wcag-contrast-black-yellow .card {
  border: 1px solid #ff0 !important;
  box-shadow: none !important;
}
body.wcag-contrast-black-white {
  background: #000 !important;
}
body.wcag-contrast-black-white * {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff !important;
}
body.wcag-contrast-black-white a:focus,
body.wcag-contrast-black-white button:focus,
body.wcag-contrast-black-white input:focus,
body.wcag-contrast-black-white select:focus,
body.wcag-contrast-black-white textarea:focus {
  outline: 2px dotted #fff !important;
}
body.wcag-contrast-black-white .btn,
body.wcag-contrast-black-white .header-btn a,
body.wcag-contrast-black-white button,
body.wcag-contrast-black-white input,
body.wcag-contrast-black-white select,
body.wcag-contrast-black-white textarea,
body.wcag-contrast-black-white .card {
  border: 1px solid #fff !important;
  box-shadow: none !important;
}
body.wcag-fontsize-big {
  font-size: 18px !important;
}
body.wcag-fontsize-big * {
  font-size: 18px !important;
  line-height: normal !important;
}
body.wcag-fontsize-big h1 {
  font-size: 30px !important;
}
body.wcag-fontsize-big h2 {
  font-size: 27px !important;
}
body.wcag-fontsize-big h3, body.wcag-fontsize-big h4, body.wcag-fontsize-big h5, body.wcag-fontsize-big h6 {
  font-size: 14px !important;
}

body.wcag-fontsize-big-2x {
  font-size: 22px !important;
}
body.wcag-fontsize-big-2x * {
  font-size: 22px !important;
  line-height: normal !important;
}
body.wcag-fontsize-big-2x h1 {
  font-size: 39px !important;
}
body.wcag-fontsize-big-2x h2 {
  font-size: 34px !important;
}
body.wcag-fontsize-big-2x h3, body.wcag-fontsize-big-2x h4, body.wcag-fontsize-big-2x h5, body.wcag-fontsize-big-2x h6 {
  font-size: 31px !important;
}

body.wcag-readablefont-active {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
body.wcag-readablefont-active div,
body.wcag-readablefont-active p,
body.wcag-readablefont-active span,
body.wcag-readablefont-active strong,
body.wcag-readablefont-active b,
body.wcag-readablefont-active a,
body.wcag-readablefont-active button,
body.wcag-readablefont-active li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
body.wcag-readablefont-active h1,
body.wcag-readablefont-active h2,
body.wcag-readablefont-active h3,
body.wcag-readablefont-active h4,
body.wcag-readablefont-active h5,
body.wcag-readablefont-active h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}


body.wcag-image-remove img[alt=""] {
  display: none;
}
