#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: 536870912;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9px 9px 0px 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#lisio-disable-button:hover {
  box-shadow:
    inset -2px -2px 4px rgba(255, 255, 255, 0.3),
    inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#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 {
  height: 50px;
  width: 330px;
  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: normal;
  background: #fff;
  padding: 5px;
  margin: 0;
  gap: unset;
  box-sizing: border-box;
}

#lisio-disable-band > button > svg {
  height: auto;
  width: auto;
  z-index: 5;
  padding-right: 10px;
}
