* {
  font-family: Arial, sans-serif;
}

#lisio-popin-container.right {
  right: 8px;
}

#lisio-popin-container.left {
  left: 8px;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 1px !important;
  white-space: nowrap !important;
  display: inline-block;
  margin-left: -3px;
}

.newtab {
  display: inline-block !important;
}

#lisio-popin {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  z-index: 2147483647;
  width: fit-content;
  background-color: white;
  border-radius: 1000px;
  background-color: #e4e4e4;
  padding: 1px;
  justify-content: space-evenly;
}

#lisio-popin,
#lisio-popin p,
#lisio-popin span {
  color: black;
}

#lisio-popin svg {
  display: block;
}

#lisio-popin .popin-logo-lisio button {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  /* background-color: white;
    color: #AD1A00; */
  background-color: #ad1a00;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
}

#lisio-popin:not(.popin-lisio-popin-mobile) .hippo-logo {
  margin: 2px 0 5px 0;
}

#lisio-popin > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  border-radius: 1000px;
  padding: 3px 3px;
}
#lisio-popin.popin-lisio-popin-mobile > ul {
  padding: 5px 1px;
}

#lisio-popin > ul li {
  position: relative;
}

#lisio-popin > ul li:not(:last-child) {
  padding-bottom: 4px;
}

#lisio-popin:not(.popin-lisio-popin-mobile) > ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 70%;
  border-bottom: 2px solid #ededed;
  bottom: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: default;
  left: 50%;
}

#lisio-popin > ul button {
  height: 40px;
  padding-right: 6px;
  padding-left: 6px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: var(--theme-primary);
}

#lisio-popin.popin-lisio-popin-mobile > ul button {
  height: 32px;
  aspect-ratio: initial;
}

#lisio-popin.popin-lisio-popin-mobile > ul button:hover {
  background-color: transparent;
}

#lisio-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2147483646;
  cursor: pointer;
}

#lisio-icon::after,
#lisio-icon::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  background: #555555;
  border-radius: 1000px;
}

#lisio-icon::after {
  transform: rotate(45deg);
}

#lisio-icon::before {
  transform: rotate(-45deg);
}

#lisio-icon.popin-lisio-right {
  right: 8px;
  transition: right 0.5s ease-out;
}

#lisio-icon.popin-lisio-left {
  left: 8px;
  transition: right 0.5s ease-out;
}

.lisio-disable-band {
  background-color: var(--theme-primary);
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 60px;
  bottom: 0;
  z-index: 2147483646;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9px 9px 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lisio-disable-band > button {
  height: 50px;
  width: 350px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-family: Calibri, sans-serif;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 30px;
  border: none;
  transition: none;
  transform: none;
  font-weight: 400;
  background: #fff;
  padding: 5px;
  margin: 0;
  gap: unset;
  box-sizing: border-box;
}

#lisio-btn-link,
#lisio-disable-button {
  box-shadow:
    inset 2px 2px 4px rgba(255, 255, 255, 0.3),
    inset -2px -2px 4px rgba(0, 0, 0, 0.3);
}

.lisio-disable-band > button > svg {
  height: auto;
  width: auto;
  max-width: 42px;
  max-height: 42px;
  z-index: 2147483647;
  margin-right: 10px;
}

.trans-flag {
  border-radius: 4px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}

#lisio-popin > ul button:hover {
  background-color: #e4e4e4;
}

@-moz-document url-prefix() {
  #lisio-icon.popin-lisio-right {
    right: 40px;
  }
  #lisio-icon.popin-lisio-right.lisio-hide {
    right: 15px;
  }
}

@media screen and (max-width: 350px) {
  #lisio-popin.popin-lisio-left #lisio-panel-info {
    left: 0;
  }
  #lisio-popin.popin-lisio-right #lisio-panel-info {
    right: 0;
  }
  #lisio-icon.popin-lisio-left #lisio-panel-info {
    left: 0px;
  }
  #lisio-icon.popin-lisio-right #lisio-panel-info {
    right: 0px;
  }
  #lisio-icon.popin-lisio-right {
    right: 0px !important;
  }
  #lisio-icon.popin-lisio-left {
    left: 0px;
  }
}

@-moz-document url-prefix() {
  #lisio-popin-container.right {
    right: 16px;
  }

  #lisio-popin-container.left {
    left: 16px;
  }
}

@supports(padding-inline: 6px){
  #lisio-popin > ul button {
    padding-inline: 6px;
  }
}
