/* WCAG Feature CSS */
body.aw-cursor #aw-popup,
body.aw-cursor #aw-popup * {
  cursor: pointer !important;
}
.aw-reset {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
.aw-reset img {
  padding-bottom: 0 !important;
}
/* Floating Button */
#aw-access-btn {
  position: fixed;
  right: 18px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  background: #005eff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  z-index: 99999;
}
#aw-access-btn {
  align-items: center;
  background: linear-gradient(
    90deg,
    #006be6,
    #0260dd,
    #0555d4,
    #0749cb,
    #093ec2
  ) !important;
  border: none;
  border-radius: 50%;
  bottom: 24px !important;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 6px;
  position: fixed;
  right: 20px;
  transition: transform 0.25s ease;
  width: 50px;
  z-index: 999999999;
}
#aw-close {
  position: absolute;
  top: -7px;
  right: -60px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  user-select: none;
  z-index: 10;
  line-height: 1;
}
#aw-close:hover {
  color: #ff0000;
}

/* Popup */
#aw-popup {
  position: fixed;
  right: 18px;
  bottom: 85px;
  background: #ffffff;
  width: 350px;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 99999;
}
#aw-popup button {
  width: 150px;
  margin-right: 2%;
  float: left;
}
#aw-popup button img {
  width: 24px;
  padding-bottom: 10px;
}
#aw-popup button:last-child {
  width: 100%;
}
#aw-popup h3 {
  font-size: 17px;
  margin-bottom: 12px;
}
.aw-item,
.aw-reset {
  width: 100%;
  padding: 10px;
  border: none;
  background: #f4f4f4;
  border-radius: 7px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 14px;
}
.aw-item.active {
  outline: 3px solid #00b571 !important;
  background: #fff8c6;
}

/* Contrast */
body.aw-contrast-dark {
  background: #000 !important;
  color: #fff !important;
}
body.aw-contrast-dark a {
  color: #34e3ff !important;
}
body.aw-contrast-dark,
body.aw-contrast-dark * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
/* Prevent text spacing inside popup */
body.aw-text-spacing #aw-popup,
body.aw-text-spacing #aw-popup * {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  line-height: normal !important;
}

body.aw-contrast-light,
body.aw-contrast-light * {
  background-color: #00b571 !important;
  color: #000 !important;
  border-color: #000 !important;
}

body.aw-contrast-light a {
  color: #000 !important;
  font-weight: 600;
}

/* Text Spacing */
body.aw-text-spacing * {
  letter-spacing: 1.2px !important;
  word-spacing: 3px !important;
  line-height: 1.9 !important;
}

/* Bigger Text */
body.aw-text-medium {
  font-size: 120% !important;
}

body.aw-text-big {
  font-size: 145% !important;
}

/* Highlight Links */
body.aw-highlight-links a {
  background: #10408d !important;
  color: #fff !important;
  padding-left: 5px;
  padding-right: 5px;
}

/* Hide Images */
body.aw-hide-images img,
body.aw-hide-images svg,
body.aw-hide-images video {
  display: none !important;
}

/* Cursor */
body.aw-contrast-dark.aw-cursor,
body.aw-contrast-dark.aw-cursor * {
  cursor:
    url("../img/cursor-white.png") 2 2,
    auto !important;
}
body.aw-cursor,
body.aw-cursor * {
  cursor:
    url("../img/Cursor.png") 2 2,
    auto !important;
}
#aw-popup {
  isolation: isolate;
}
body.aw-contrast-dark {
  background: #000 !important;
  color: #fff !important;
}
body.aw-contrast-dark header .text-red-500 {
  color: #00b571 !important;
}

body.aw-contrast-dark header .text-red-500 {
  color: #00b571 !important;
}
body.aw-contrast-dark * {
  color: #fff !important;
  border-color: #fff !important;
}
body.aw-contrast-light {
  background: #ffff00 !important;
  color: #000 !important;
}
body.aw-contrast-light * {
  color: #000 !important;
  border-color: #000 !important;
}

#aw-popup {
  background: #ffffff !important;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px !important;
  padding: 18px !important;
}
#aw-popup .aw-item,
#aw-popup .aw-reset {
  background: #f4f4f4 !important;
  color: #000 !important;
  padding: 10px !important;
  border-radius: 7px !important;
  margin-bottom: 7px !important;
  cursor: pointer !important;
  font-size: 14px !important;
}
#aw-popup button.active {
  background-color: #333;
  color: #fff;
}
.aw-align-left :not(#aw-popup):not(#aw-access-btn):not(#aw-access-btn *) * {
  text-align: left !important;
}
.aw-align-center :not(#aw-popup):not(#aw-access-btn):not(#aw-popup *) * {
  text-align: center !important;
}
.aw-align-right :not(#aw-popup):not(#aw-access-btn):not(#aw-popup *) * {
  text-align: right !important;
}
.aw-align-justify :not(#aw-popup):not(#aw-access-btn):not(#aw-popup *) * {
  text-align: justify !important;
}