/** Popup Styles. */
body {
  top: 0px !important;
}
.goog-te-banner-frame {
  visibility: hidden !important;
}

body > .skiptranslate {
  display: none;
}

#adabundle-popup-box {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  display: none;
}

#adabundle-popup-box.adb-is-open {
  display: block;
}
#adabundle-popup-box.adabundle-modal-absolute #adabundle-popup {
  position: absolute;
}
#adabundle-popup-box.adabundle-modal-fixed #adabundle-popup {
  position: fixed;
}
#adabundle-popup-box.adabundle-modal-shadow #adabundle-popup {
  /*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);*/

  box-shadow: 0 0 50px rgb(0 0 0 / 15%);
}

#adabundle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  background-color: var(--adabundle-overlay);
}

#adabundle-popup {
  top: 5vh;
  /*z-index: 9999;*/
  z-index: 9999999999;
  display: block;
  width: 25vw;
  max-height: 95vh;
  min-width: 330px;
  box-sizing: border-box;
  /* overflow: hidden; */
  background-color: var(--adabundle-bg);
  border-radius: var(--adabundle-border-radius);
  -webkit-animation-duration: var(--adabundle-animate);
  animation-duration: var(--adabundle-animate);
  color: var(--adabundle-text);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#adabundle-translate-element a > img {
    height: 1em !important;
    width: auto !important;
    display: inline !important;
}

#adabundle-popup .adabundle-popup-wrapper {
  overflow: hidden;
  border-radius: var(--adabundle-border-radius);
  direction: ltr !important;
}

#adabundle-popup[data-start="right"] {
  right: 0;
}
#adabundle-popup[data-start="left"] {
  left: 0;
}
#adabundle-popup[data-start="center"] {
  right: 0;
  left: 0;
  margin: 0 auto;
}
#adabundle-popup .adabundle-subheader {
  /*border-top: 2px solid var(--adabundle-color-transparent);*/
  padding: 4px 0 0 0;
  margin: -5px 24px 0 32px;
}
#adabundle-popup .adabundle-subheader:nth-child(1) {
  /*margin-top: 0; */
}
#adabundle-popup .adabundle-subheader h4 {
  /*font-size: 24px;
    padding: 16px 0 0 0;
    margin: 0;*/
}
#adabundle-popup .adabundle-menu-title {
  margin-left: 30px;
  font-weight: normal;
  color: inherit !important;
}
#adabundle-popup-main * {
  /* color: #000 !important; */
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif !important;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
#adabundle-popup #adabundle-popup-main {
  height: 69vh;
  overflow: auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  width: 100%;
}
#adabundle-popup #adabundle-popup-main > div:last-child {
  padding-bottom: 0;
}
#adabundle-popup #adabundle-popup-main::-webkit-scrollbar-track {
  background-color: var(--adabundle-bg);
  border-radius: 6px;
}
#adabundle-popup #adabundle-popup-main::-webkit-scrollbar {
  width: 7px;
  background-color: var(--adabundle-bg);
}
#adabundle-popup #adabundle-popup-main::-webkit-scrollbar-thumb {
  background-color: var(--adabundle-color);
  border-radius: 8.5px;
}
#adabundle-popup #adabundle-popup-header {
  cursor: move;
  display: flex;
  position: relative !important;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100% !important;
  background-image: linear-gradient(
    to bottom,
    var(--adabundle-bg),
    rgba(255, 255, 255, 0)
  );
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  background: #174cd6;
  /*background: linear-gradient(to right, #2d68ff,#225aea,#174cd6,#0b3ec1,#0030ac);*/
}

#adabundle-popup #adabundle-language-box {
  padding: 10px 6px 5px 15px;
}

#adabundle-popup #adabundle-language-box #adabundle-translate-element select {
  display: block !important;
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  width: 100%;
}

#adabundle-language-box #adabundle-translate-element .skiptranslate {
  display: block !important;
}

#adabundle-popup #adabundle-popup-header h3 {
  padding: 0;
  margin: 0 32px;
  font-size: 18px;
  font-weight: normal;
  font-family: sans-serif !important;
}
#adabundle-popup #adabundle-popup-close {
  background: transparent;
  font-size: 1.3rem !important;
  border: 0;
  margin-right: 16px;
  width: auto;
  margin-bottom: 0px;
  height: auto;
  line-height: normal;
  font-weight: normal;
  border-radius: unset;
}
#adabundle-popup #adabundle-popup-close:before {
  /*color: var(--adabundle-text);*/
  content: "\2715";
  color: #ccc;
}
#adabundle-popup #adabundle-popup-close:hover,
#adabundle-popup #adabundle-popup-close:focus {
  outline: 2px dotted var(--adabundle-text) !important;
}
#adabundle-popup #adabundle-focus-holder {
  width: 1px;
  opacity: 0;
}
#adabundle-popup #adabundle-popup-footer * {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif !important;
}
#adabundle-popup #adabundle-popup-footer {
  /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
  margin: 0;
  /*padding: 32px;*/
  padding: 0px 20px 20px 20px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  box-shadow: 0px -20px 20px -35px;
  background: transparent !important;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
}

#adabundle-popup #adabundle-popup-footer a {
  font-size: 14px;
  text-decoration: underline;
  color: var(--adabundle-color);
  cursor: pointer;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}

#adabundle-popup #adabundle-popup-footer .adabundle-branding {
  text-align: right;
  /* position: absolute; */
  line-height: normal;
  margin-bottom: -10px;
  /* bottom: -10px; */
  /* transform: translate(70%, -7px);*/
}

#adabundle-popup #adabundle-popup-footer .adabundle-branding img {
  height: 28px;
  display: block;
}

#adabundle-popup #adabundle-popup-footer .adabundle-branding a {
  text-decoration: none;
  font-size: 12.5px;
  color: #999;
  padding-right: 5px;
  display: inline-block;
}

#adabundle-popup #adabundle-popup-footer button {
  font-size: 16px;
  border-radius: 16px;
  min-height: 34px;
  margin: 0 8.5px;
  padding: 17px;
  background: var(--adabundle-bg);
  color: var(--adabundle-color);
  border: 2px solid var(--adabundle-color-transparent);
  flex-grow: 1;
  transition: 0.2s;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
}
#adabundle-popup #adabundle-popup-footer button:hover {
  background: var(--adabundle-color);
  color: var(--adabundle-bg);
  border: 2px solid var(--adabundle-color);
}
#adabundle-popup #adabundle-popup-footer button:focus {
  outline: none;
  background: var(--adabundle-color);
  color: var(--adabundle-bg);
  border: 2px solid var(--adabundle-color);
  box-shadow: 0 0 0 4px var(--adabundle-bg), 0 0 0 6px var(--adabundle-color);
}
#adabundle-popup #adabundle-popup-footer button:first-child {
  margin-left: 0;
}
#adabundle-popup #adabundle-popup-footer button:last-child {
  margin-right: 0;
}
#adabundle-popup #adabundle-popup-footer .adabundle-statement {
  /* width: 100%;
    font-size: 14px;
    line-height: 1.25;
    flex-grow: 2;
    padding: 12px 0 0 0;
    margin-bottom: -4px;
    text-align: center;*/
  display: flex;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 5px;
  place-content: space-between;
}
#adabundle-popup #adabundle-popup-footer .adabundle-statement a {
  font-weight: 400 !important;
  text-decoration: underline;
  color: var(--adabundle-color);
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  #adabundle-popup {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    left: 0 !important;
  }
  #adabundle-popup #adabundle-popup-main {
    height: 30vh;
  }
  #adabundle-popup .adabundle-action-box {
    width: 100%;
  }
  #adabundle-popup #adabundle-popup-footer {
    flex-direction: column;
  }
  #adabundle-popup #adabundle-popup-footer button {
    width: 100%;
    margin: 0;
  }
  #adabundle-popup #adabundle-popup-footer button:nth-child(2) {
    margin-top: 16px;
  }
}

/** Accessibility Statement. */
#adabundle-accessibility-statement-box {
  transition: opacity 0.4s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#adabundle-accessibility-statement-box.adb-open {
  opacity: 1;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  padding: 32px;
  z-index: 999;
  overflow-y: auto;
}
#adabundle-accessibility-statement-box.adb-open::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2) !important;
  background-color: #f5f5f5 !important;
}
#adabundle-accessibility-statement-box.adb-open::-webkit-scrollbar {
  width: 12px !important;
  background-color: #f5f5f5 !important;
}
#adabundle-accessibility-statement-box.adb-open::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2) !important;
  background-color: #a7a7a7 !important;
}
#adabundle-accessibility-statement-box.adb-open #adabundle-close-statement-btn {
  position: absolute;
  top: 19px;
  right: 16px;
  background: transparent;
  border: 0;
}
#adabundle-accessibility-statement-box.adb-open
  #adabundle-close-statement-btn:before {
  color: #444;
  content: "\2715";
}

#adabundle-popup header:before {
  content: unset !important;
}

/** Keyframes for animations. */
@-webkit-keyframes adabundle-bounce {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes adabundle-bounce {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes adabundle-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes adabundle-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes adabundle-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes adabundle-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes adabundle-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes adabundle-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes adabundle-slide-tr {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes adabundle-slide-tr {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes adabundle-slide-tl {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes adabundle-slide-tl {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes adabundle-slide-tt {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes adabundle-slide-tt {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes adabundle-slide-tt {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes adabundle-slide-tb {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes adabundle-slide-tb {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes adabundle-flip-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes adabundle-flip-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@-webkit-keyframes adabundle-flip-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes adabundle-flip-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@-webkit-keyframes adabundle-rotate {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes adabundle-rotate {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes adabundle-wobble {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes adabundle-wobble {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/** Popup Animation. */
#adabundle-popup-box.adabundle-modal-animation-bounce #adabundle-popup {
  -webkit-animation-name: adabundle-bounce;
  animation-name: adabundle-bounce;
}

#adabundle-popup-box.adabundle-modal-animation-fade #adabundle-popup {
  -webkit-animation-name: adabundle-fade;
  animation-name: adabundle-fade;
}

#adabundle-popup-box.adabundle-modal-animation-flip-x #adabundle-popup {
  -webkit-animation-name: adabundle-flip-x;
  animation-name: adabundle-flip-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

#adabundle-popup-box.adabundle-modal-animation-flip-y #adabundle-popup {
  -webkit-animation-name: adabundle-flip-y;
  animation-name: adabundle-flip-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

#adabundle-popup-box.adabundle-modal-animation-scale #adabundle-popup {
  -webkit-animation-name: adabundle-scale;
  animation-name: adabundle-scale;
}

#adabundle-popup-box.adabundle-modal-animation-slide-tr #adabundle-popup {
  -webkit-animation-name: adabundle-slide-tr;
  animation-name: adabundle-slide-tr;
}

#adabundle-popup-box.adabundle-modal-animation-slide-tl #adabundle-popup {
  -webkit-animation-name: adabundle-slide-tl;
  animation-name: adabundle-slide-tl;
}

#adabundle-popup-box.adabundle-modal-animation-slide-tt #adabundle-popup {
  -webkit-animation-name: adabundle-slide-tt;
  animation-name: adabundle-slide-tt;
}

#adabundle-popup-box.adabundle-modal-animation-slide-tb #adabundle-popup {
  -webkit-animation-name: adabundle-slide-tb;
  animation-name: adabundle-slide-tb;
}

#adabundle-popup-box.adabundle-modal-animation-rotate #adabundle-popup {
  -webkit-animation-name: adabundle-rotate;
  animation-name: adabundle-rotate;
}

#adabundle-popup-box.adabundle-modal-animation-wobble #adabundle-popup {
  -webkit-animation-name: adabundle-wobble;
  animation-name: adabundle-wobble;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/*!
 *
 *   simple-keyboard v2.30.36
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
.hg-theme-default {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  touch-action: manipulation;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #ececec;
  padding: 5px;
  border-radius: 5px;
}
.hg-theme-default .hg-button span {
  pointer-events: none;
}
.hg-theme-default button.hg-button {
  border-width: 0;
  outline: 0;
  font-size: inherit;
}
.hg-theme-default .hg-button {
  display: inline-block;
  flex-grow: 1;
}
.hg-theme-default .hg-row {
  display: flex;
}
.hg-theme-default .hg-row:not(:last-child) {
  margin-bottom: 5px;
}
.hg-theme-default .hg-row .hg-button-container,
.hg-theme-default .hg-row .hg-button:not(:last-child) {
  margin-right: 5px;
}
.hg-theme-default .hg-row > div:last-child {
  margin-right: 0;
}
.hg-theme-default .hg-row .hg-button-container {
  display: flex;
}
.hg-theme-default .hg-button {
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.3);
  height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hg-theme-default .hg-button.hg-activeButton {
  background: #efefef;
}
.hg-theme-default.hg-layout-numeric .hg-button {
  width: 33.3%;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.hg-theme-default .hg-button.hg-button-numpadadd,
.hg-theme-default .hg-button.hg-button-numpadenter {
  height: 85px;
}
.hg-theme-default .hg-button.hg-button-numpad0 {
  width: 105px;
}
.hg-theme-default .hg-button.hg-button-com {
  max-width: 85px;
}
.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
  max-width: 45px;
}
.hg-theme-default .hg-button.hg-selectedButton {
  background: rgba(5, 25, 70, 0.53);
  color: #fff;
}
.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
  max-width: 82px;
}
.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
  max-width: 60px;
}

/* Trigger button */
.adabundle-trigger-button-box {
  position: fixed;
  z-index: 99999;
  margin: var(--adabundle-btn-margin);
  /** Entrance animations. */
  /** Hover animations. */
}
.adabundle-trigger-button-box.top-left {
  top: 0;
  left: 0;
}
.adabundle-trigger-button-box.top-right {
  top: 0;
  right: 0;
}
.adabundle-trigger-button-box.left-center {
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.adabundle-trigger-button-box.right-center {
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.adabundle-trigger-button-box.bottom-left {
  bottom: 0;
  left: 0;
}
.adabundle-trigger-button-box.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.adabundle-trigger-button-box.bottom-right {
  bottom: 0;
  right: 0;
}
.adabundle-trigger-button-box.adb-entrance-bounce {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: adabundle-bounce;
  animation-name: adabundle-bounce;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: var(--adabundle-btn-delay);
  animation-delay: var(--adabundle-btn-delay);
}
.adabundle-trigger-button-box.adb-entrance-fade {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: adabundle-fade;
  animation-name: adabundle-fade;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: var(--adabundle-btn-delay);
  animation-delay: var(--adabundle-btn-delay);
}
.adabundle-trigger-button-box.adb-entrance-flip-x {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: adabundle-flip-x;
  animation-name: adabundle-flip-x;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: var(--adabundle-btn-delay);
  animation-delay: var(--adabundle-btn-delay);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.adabundle-trigger-button-box.adb-entrance-flip-y {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: adabundle-flip-y;
  animation-name: adabundle-flip-y;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: var(--adabundle-btn-delay);
  animation-delay: var(--adabundle-btn-delay);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.adabundle-trigger-button-box.adb-entrance-scale {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: adabundle-scale;
  animation-name: adabundle-scale;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: var(--adabundle-btn-delay);
  animation-delay: var(--adabundle-btn-delay);
}
.adabundle-trigger-button-box.adb-entrance-wobble {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: adabundle-wobble;
  animation-name: adabundle-wobble;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: var(--adabundle-btn-delay);
  animation-delay: var(--adabundle-btn-delay);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.adabundle-trigger-button-box.adb-entrance-rotate {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: adabundle-rotate;
  animation-name: adabundle-rotate;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: var(--adabundle-btn-delay);
  animation-delay: var(--adabundle-btn-delay);
}
.adabundle-trigger-button-box.adb-hover-bounce button:hover span,
.adabundle-trigger-button-box.adb-hover-fade button:hover span,
.adabundle-trigger-button-box.adb-hover-flip-x button:hover span,
.adabundle-trigger-button-box.adb-hover-flip-y button:hover span,
.adabundle-trigger-button-box.adb-hover-scale button:hover span,
.adabundle-trigger-button-box.adb-hover-rotate button:hover span,
.adabundle-trigger-button-box.adb-hover-wobble button:hover span {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.adabundle-trigger-button-box.adb-hover-bounce button:hover span:nth-child(2),
.adabundle-trigger-button-box.adb-hover-fade button:hover span:nth-child(2),
.adabundle-trigger-button-box.adb-hover-flip-x button:hover span:nth-child(2),
.adabundle-trigger-button-box.adb-hover-flip-y button:hover span:nth-child(2),
.adabundle-trigger-button-box.adb-hover-scale button:hover span:nth-child(2),
.adabundle-trigger-button-box.adb-hover-rotate button:hover span:nth-child(2),
.adabundle-trigger-button-box.adb-hover-wobble button:hover span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.adabundle-trigger-button-box.adb-hover-bounce button:hover span {
  -webkit-animation-name: adabundle-bounce;
  animation-name: adabundle-bounce;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.adabundle-trigger-button-box.adb-hover-fade button:hover span {
  -webkit-animation-name: adabundle-fade;
  animation-name: adabundle-fade;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.adabundle-trigger-button-box.adb-hover-flip-x button:hover span {
  -webkit-animation-name: adabundle-flip-x;
  animation-name: adabundle-flip-x;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.adabundle-trigger-button-box.adb-hover-flip-y button:hover span {
  -webkit-animation-name: adabundle-flip-y;
  animation-name: adabundle-flip-y;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.adabundle-trigger-button-box.adb-hover-scale button:hover span {
  -webkit-animation-name: adabundle-scale;
  animation-name: adabundle-scale;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.adabundle-trigger-button-box.adb-hover-rotate button:hover span {
  -webkit-animation-name: adabundle-rotate;
  animation-name: adabundle-rotate;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.adabundle-trigger-button-box.adb-hover-wobble button:hover span {
  -webkit-animation-name: adabundle-wobble;
  animation-name: adabundle-wobble;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.adabundle-trigger-button-box button {
  height: auto !important;
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  padding: var(--adabundle-btn-padding);
  border-radius: var(--adabundle-btn-radius);
  color: var(--adabundle-btn-color);
  background: var(--adabundle-btn-bg);
  font-size: var(--adabundle-btn-size);
}
.adabundle-trigger-button-box
  button#adabundle-trigger-button
  span:nth-child(2) {
  padding: calc(var(--adabundle-btn-padding) / 2);
}
.adabundle-trigger-button-box button .adabundle-trigger-button-icon svg {
  fill: var(--adabundle-btn-color);
  width: var(--adabundle-btn-size);
  height: var(--adabundle-btn-size);
  padding: 3px;
}
.adabundle-trigger-button-box button:hover,
.adabundle-trigger-button-box button:focus {
  text-decoration: none;
  transform: scale(1.1) !important;
  outline: none !important;
}
.adabundle-trigger-button-box button .adabundle-button-icon {
  display: flex;
  align-self: center;
}
.adabundle-trigger-button-box button.adb-icon-position-before {
  flex-direction: row;
}
.adabundle-trigger-button-box
  button.adb-icon-position-before
  span:nth-child(2) {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.adabundle-trigger-button-box button.adb-icon-position-after {
  flex-direction: row-reverse;
}
.adabundle-trigger-button-box button.adb-icon-position-after span:nth-child(2) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.adabundle-trigger-button-box button.adb-icon-position-above {
  flex-direction: column;
}
.adabundle-trigger-button-box button.adb-icon-position-above span:nth-child(2) {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.adabundle-trigger-button-box button.adb-icon-position-bellow {
  flex-direction: column-reverse;
}
.adabundle-trigger-button-box
  button.adb-icon-position-bellow
  span:nth-child(2) {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.adabundle-trigger-button-box button span {
  display: flex !important;
  transition: all 0.15s linear;
}
.adabundle-trigger-button-box button span path {
  transition: all 0.15s linear;
}
.adabundle-trigger-button-box:hover button {
  color: var(--adabundle-btn-color-hover);
  background: var(--adabundle-btn-bg-hover);
}
.adabundle-trigger-button-box:hover button .adabundle-trigger-button-icon svg {
  fill: var(--adabundle-btn-color-hover);
}

/** Accessibility Profiles. */
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item {
  cursor: pointer;
  /*padding-left: 32px;
    padding-right: 32px;*/
  padding-left: 20px;
  padding-right: 20px;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item:focus {
  outline: none;
}
/*#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item:focus .adb-switch {
    box-shadow: 0 0 0 4px var(--adabundle-bg), 0 0 0 6px var(--adabundle-color);
    border-radius: 17px;
}*/
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item:nth-child(1) {
  margin-top: 16px;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item.adb-active {
  background: var(--adabundle-color-transparent);
  margin-bottom: 10px;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item.adb-active
  .adabundle-row {
  padding: 13px 0;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item.adb-active
  .adabundle-profile-description {
  height: auto;
  margin: 0;
  padding: 16px 0 32px 0;
  opacity: 1;
  transition: all 0.15s ease-out;
  max-height: 600px;
  /*border-top: 1px solid var(--adabundle-text);*/
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .adabundle-row {
  padding: 10.66667px 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .adabundle-row
  .adabundle-title-box {
  /* margin-left: 24px; */
  margin-left: 0;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .adabundle-row
  .adabundle-profile-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .adabundle-row
  .adabundle-profile-short {
  font-size: 13px;
  line-height: 1.4;
}
#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .adabundle-profile-description {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  padding: 0;
  transition: all 0.15s ease-out;
}
/*#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    font-size: 0;
}
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch:hover {
    box-shadow: 0 0 0 4px var(--adabundle-bg), 0 0 0 6px var(--adabundle-color-transparent);
    border-radius: 17px;
}
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch .adb-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #ccc;
    transition: 0.4s;
}
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch .adb-slider:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch input:checked + .adb-slider {
    background-color: var(--adabundle-color);
}
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch input:focus + .adb-slider {
    box-shadow: 0 0 1px var(--adabundle-color);
}
#adabundle-accessibility-profiles-box .adabundle-accessibility-profile-item .adb-switch input:checked + .adb-slider:before {
    transform: translateX(26px);
}

*/

.adabundle-switch-box input[type="checkbox"] {
  position: absolute;
  left: -9999999px;
  width: 1px;
  height: 1px;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .switch {
  position: relative;
  display: flex;
  width: 60px;
  height: 30px;
  box-shadow: 0 0 3px #ccc;
  border-radius: 99rem;
  color: #333;
  background: #f5f5f5;
  cursor: pointer;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .switch
  span {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 12px;
  text-transform: uppercase;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .switch
  span:first-child {
  font-weight: bold;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  .switch::before {
  position: absolute;
  left: 0;
  content: "";
  z-index: 0;
  height: 100%;
  width: 50%;
  box-shadow: 0 0 10px rgb(34, 34, 34, 0.28);
  border-radius: inherit;
  background: #fff;
  transition: left 0.3s ease;
  transform: scale(1);
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  input:checked
  + .switch::before {
  left: 50%;
/*  background: #146ff8;*/
  background: #fff;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  input:checked
  + .switch {
  background-color: #fff;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  input:checked
  + .switch
  span:first-child {
  opacity: 1;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  input:checked
  + .switch
  span:last-child {
  opacity: 0;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  :not(input:checked)
  + .switch
  span:first-child {
  opacity: 0;
}

#adabundle-accessibility-profiles-box
  .adabundle-accessibility-profile-item
  :not(input:checked)
  + .switch
  span:last-child {
  opacity: 1;
}

/** Readable Controls. */
#adabundle-readable-experience-box {
  /*padding: 0 23.5px 0 32px;*/
  /*padding: 0 13.5px 0 20px;*/
  padding: 0 6.5px 0 15px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adabundle-action-box {
  border: 1px solid var(--adabundle-color-transparent);
  border-radius: 8px;
  /*padding: 16px 12px;*/
  transition: 0.3s;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 12px;
  background: #f5f5f53d;
}
.adabundle-action-box:hover,
.adabundle-action-box:focus {
  background-color: var(--adabundle-color-transparent);
  border: 1px solid var(--adabundle-color);
  transition: 0.3s;
}
.adabundle-action-box:focus {
  outline: none;
  border: none;
  /*border: 2px dotted var(--adabundle-color);*/
  /*box-shadow: 0 0 0 4px var(--adabundle-bg), 0 0 0 6px var(--adabundle-color);*/
  background: #f5f5f5;
}
.adabundle-action-box.adb-hidden {
  display: none;
}
.adabundle-action-box .adabundle-action-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.adabundle-action-box .adabundle-action-box-content .adabundle-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8.5px;
}
.adabundle-action-box .adabundle-action-box-content .adabundle-title {
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}

#adabundle-action-text-magnifier {
  /*width: 100%;*/
}

#adabundle-action-align-left,
#adabundle-action-align-center,
#adabundle-action-align-right {
  /*width: 30%;*/
}

#adabundle-action-content-scaling .adabundle-action-box-content {
  flex-direction: row;
}
#adabundle-action-content-scaling .adabundle-action-box-content i {
  margin-right: 8px;
}

#adabundle-visually-pleasing-experience-box {
  /*padding: 0 23.5px 0 32px;*/
  /*padding: 0 13.5px 0 20px;*/
  padding: 0 6.5px 0 15px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#adabundle-visually-pleasing-experience-box #adabundle-action-text-colors,
#adabundle-visually-pleasing-experience-box #adabundle-action-title-colors,
#adabundle-visually-pleasing-experience-box
  #adabundle-action-background-colors {
  width: 100%;
}

/** Easy Orientation */
#adabundle-easy-orientation-box {
  /*padding: 0 23.5px 0 32px;*/
  /*padding: 0 13.5px 0 20px;*/
  padding: 0 6.5px 0 15px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/** Useful Links. */
.adabundle-useful-links-box .adabundle-action-box-content {
  flex-direction: column;
  padding: 16px;
}

.adabundle-useful-links-box .adabundle-select-box {
  width: 100%;
  margin-top: 4px;
}
.adabundle-useful-links-box .adabundle-select-box select {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 18px;
  background: var(--adabundle-bg);
  border: solid 2px var(--adabundle-color);
  height: 51px;
  color: var(--adabundle-text);
}

#adabundle-action-useful-links {
  width: 100%;
  min-height: 100px;
}
#adabundle-action-useful-links i {
  display: none;
}

/** Online Dictionary. */
#adabundle-online-dictionary-box {
  /* padding: 0 23.5px 0 32px;*/
  /*padding: 0 13.5px 0 20px;*/
  padding: 0 6.5px 0 15px;
  position: relative;
}
#adabundle-online-dictionary-box #adabundle-online-dictionary-form {
  margin-top: 24px;
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-form
  #adabundle-online-dictionary-search {
  width: 100%;
  margin: 0;
  padding: 15px 16px 15px 52px;
  line-height: 16px;
  border: 1px solid var(--adabundle-color-transparent);
  color: var(--adabundle-text);
  background-color: var(--readaber-bg);
  border-radius: 8px;
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/wikipedia.svg");
  background-position: 18px 15px;
  background-repeat: no-repeat;
  background-size: 24px;
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-form
  #adabundle-online-dictionary-search:hover {
  border: 1px solid var(--adabundle-color);
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-form
  #adabundle-online-dictionary-search:focus {
  outline: none;
  /*box-shadow: 0 0 0 4px var(--adabundle-bg), 0 0 0 6px var(--adabundle-color);*/
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-form
  #adabundle-online-dictionary-search:focus:hover {
  border: 1px solid var(--adabundle-color-transparent);
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-results-box
  ul {
  /*list-style: none;
    padding: 0;
    margin: 0;*/
  list-style: none;
  /*padding: 10px;*/
  margin: 0;
  padding-left: 0px;
  /*border: 1px solid #eee;*/
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-results-box
  ul
  li {
  margin-top: 18px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-results-box
  ul
  li
  h5 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #066335 !important;
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-results-box
  ul
  li
  a {
  color: var(--adabundle-color);
  font-size: 13px;
}

#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-results-box
  ul
  li
  p {
  margin-bottom: 0px;
  font-size: 15px;
}

#adabundle-online-dictionary-box #adabundle-online-dictionary-search-close {
  /* display: none;
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 2px 32px 0 0;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    opacity: 0.3;*/
  display: none;
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  /*margin: 30px 0px 0 0; */
  right: 20px;
  top: 13px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-close:hover {
  opacity: 1;
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-close:before,
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-close:after {
  position: absolute;
  left: 12px;
  top: 0;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-close:before {
  transform: rotate(45deg);
}
#adabundle-online-dictionary-box
  #adabundle-online-dictionary-search-close:after {
  transform: rotate(-45deg);
}
#adabundle-online-dictionary-box label {
  font-size: 13px;
  /*padding: 16px 0 0 22px;*/
  /*background: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/info.svg") no-repeat left 16px;*/
  /*background-size: 16px 16px;*/
}

.adabundle-tts {
  background: var(--adabundle-tts-bg);
  border-radius: 50%;
  position: absolute;
  z-index: 999999999999;
  line-height: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.adabundle-tts:hover {
  transform: scale(1.1) !important;
}
.adabundle-tts .adabundle-tts-button {
  display: inline-block;
  margin: 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.adabundle-tts .adabundle-tts-arrow {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid var(--adabundle-tts-bg);
  bottom: -5px;
}
.adabundle-tts svg * {
  fill: var(--adabundle-tts-color);
}

#adabundle-action-text-magnifier .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/text-magnifier.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/text-magnifier.svg");
}

#adabundle-action-readable-font .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/readable-font.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/readable-font.svg");
}

#adabundle-action-dyslexia-font .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/dyslexia-font.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/dyslexia-font.svg");
}

#adabundle-action-highlight-titles .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-titles.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-titles.svg");
}

#adabundle-action-highlight-links .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-links.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-links.svg");
}

#adabundle-action-align-left .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/align-left.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/align-left.svg");
}

#adabundle-action-align-center .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/align-center.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/align-center.svg");
}

#adabundle-action-align-right .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/align-right.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/align-right.svg");
}

#adabundle-action-dark-contrast .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/dark-contrast.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/dark-contrast.svg");
}

#adabundle-action-light-contrast .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/light-contrast.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/light-contrast.svg");
}

#adabundle-action-monochrome .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/monochrome.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/monochrome.svg");
}

#adabundle-action-high-contrast .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/high-contrast.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/high-contrast.svg");
}

#adabundle-action-high-saturation .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/high-saturation.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/high-saturation.svg");
}

#adabundle-action-low-saturation .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/low-saturation.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/low-saturation.svg");
}

#adabundle-action-mute-sounds .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/mute-sounds.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/mute-sounds.svg");
}

#adabundle-action-hide-images .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/hide-images.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/hide-images.svg");
}

#adabundle-action-virtual-keyboard .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/virtual-keyboard.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/virtual-keyboard.svg");
}

#adabundle-action-reading-guide .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/reading-guide.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/reading-guide.svg");
}

#adabundle-action-stop-animations .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/stop-animations.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/stop-animations.svg");
}

#adabundle-action-reading-mask .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/reading-mask.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/reading-mask.svg");
}

#adabundle-action-highlight-hover .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-hover.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-hover.svg");
}

#adabundle-action-highlight-focus .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-focus.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/highlight-focus.svg");
}

#adabundle-action-big-black-cursor .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/black-cursor.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/black-cursor.svg");
}

#adabundle-action-big-white-cursor .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/white-cursor.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/white-cursor.svg");
}

#adabundle-action-text-to-speech .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/text-to-speech.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/text-to-speech.svg");
}

#adabundle-action-keyboard-navigation .adabundle-icon {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/keyboard-navigation.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/keyboard-navigation.svg");
}

/** Range Box control */
.adabundle-input-spinner-box {
  margin-top: 4.25px;
}
.adabundle-input-spinner-box .adabundle-control {
  position: relative;
  width: 90%;
  max-width: 200px;
  margin: auto;
  background: var(--adabundle-bg);
  border-radius: 34px;
  height: 34px;
}
.adabundle-input-spinner-box .adabundle-control .adabundle-plus,
.adabundle-input-spinner-box .adabundle-control .adabundle-minus {
  position: absolute;
  display: block;
  padding: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  z-index: 2;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;

  margin-bottom: 0px;
  line-height: normal;
  height: auto;
  width: auto;
  max-width: auto;
  background: white;
}
.adabundle-input-spinner-box .adabundle-control .adabundle-plus:before,
.adabundle-input-spinner-box .adabundle-control .adabundle-minus:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--adabundle-color);
  /*border: 4px solid var(--adabundle-bg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    border-radius: 50%;
}
.adabundle-input-spinner-box .adabundle-control .adabundle-plus:hover:before,
.adabundle-input-spinner-box .adabundle-control .adabundle-minus:hover:before {
    /*border: 4px solid var(--adabundle-color);
    border: none;
}
.adabundle-input-spinner-box .adabundle-control .adabundle-plus:focus,
.adabundle-input-spinner-box .adabundle-control .adabundle-minus:focus {
    outline: none;
    box-shadow: none;
    /*box-shadow: 0 0 0 4px var(--adabundle-bg), 0 0 0 6px var(--adabundle-color);*/
}
.adabundle-input-spinner-box .adabundle-control .adabundle-plus:focus:before,
.adabundle-input-spinner-box .adabundle-control .adabundle-minus:focus:before {
  /*border: 4px solid var(--adabundle-color);*/
  border: none;
}
.adabundle-input-spinner-box .adabundle-control .adabundle-plus {
  right: 2px;
  left: auto;
}
.adabundle-input-spinner-box .adabundle-control .adabundle-plus:before {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/plus.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/plus.svg");
}
.adabundle-input-spinner-box .adabundle-control .adabundle-minus {
  left: 2px;
  right: auto;
}
.adabundle-input-spinner-box .adabundle-control .adabundle-minus:before {
  -webkit-mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/minus.svg");
  mask-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/61bda188-f0b8-4e87-ad6f-fe772c4c63d1/8a7b78f3-045d-4630-8cbf-207ea0d413ba/minus.svg");
}
.adabundle-input-spinner-box .adabundle-control .adabundle-value {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  padding: 0 36px;
  line-height: 34px;
  border-radius: 32px;
  background: #eeeeee;
}

/** Toggle Box control */
.adabundle-toggle-box {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: calc(50% - 6px);
}
.adabundle-toggle-box .adabundle-icon {
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--adabundle-color);
}
.adabundle-toggle-box.adb-active {
  /*background: var(--adabundle-color);*/
  /*background: #ececec;*/
  background: #e7ecff;
  color: #333;
}
.adabundle-toggle-box.adb-active span {
  color: #333;
}
.adabundle-toggle-box.adb-active span.adabundle-icon {
  background-color: #333;
}

/** Spinner box */
.adabundle-spinner-box {
  width: 100%;
}
.adabundle-spinner-box i {
  display: none;
}

/** Palette control. */
.adabundle-palette-box {
  padding: 16px;
}
.adabundle-palette-box .adabundle-action-box-content {
  flex-direction: column;
}
.adabundle-palette-box .adabundle-color-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
}
.adabundle-palette-box .adabundle-color-box .adabundle-color {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin: 4.53333px;
  transition: 0.15s;
  position: relative;
  /*border: 4px solid var(--adabundle-bg);*/
}
.adabundle-palette-box .adabundle-color-box .adabundle-color:hover {
  border: none;
}
.adabundle-palette-box .adabundle-color-box .adabundle-color:focus {
  outline: none;
  border: none;
  /*box-shadow: 0 0 0 4px var(--adabundle-bg), 0 0 0 6px var(--adabundle-text);*/
}
.adabundle-palette-box .adabundle-color-box .adabundle-color.adb-active {
  border: none;
}
.adabundle-palette-box
  .adabundle-color-box
  .adabundle-color.adb-active::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: var(--adabundle-bg);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adabundle-palette-box
  .adabundle-color-box
  .adabundle-color.adb-active:hover::before {
  width: 17px;
  height: 17px;
}
.adabundle-palette-box
  .adabundle-color-box
  .adabundle-color.adb-active[data-color="white"]::before {
  background: var(--adabundle-text);
}

/** Toggle Box control */
.adabundle-toggle-box {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: calc(50% - 6px);
}
/*.adabundle-toggle-box.adb-active {
    background: var(--adabundle-color);
    color: var(--adabundle-bg);
}*/

/** Text Magnifier. */
#adabundle-text-magnifier-tooltip {
  position: fixed;
  padding: 16px;
  border-radius: 4px;
  min-width: 200px;
  max-width: 800px;
  margin-right: 16px;
  background: #333333;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  z-index: 999999;
}

/** Virtual keyboard. */
#adabundle-keyboard-box {
  display: none;
  position: fixed;
  width: 650px;
  bottom: 0;
  left: 0;
  background: #ececec;
  padding: 35px 8px 8px;
  cursor: move;
  box-shadow: 0 0 2px #333;
  border-radius: 4px;
  z-index: 9999999999;
}

/** Hide keyboard on mobile. */
@media screen and (max-width: 980px) {
  #adabundle-keyboard-box {
    display: none !important;
  }
}
