body,
html {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
._68a0f5b0 {
  transition:
    transform 0.1s ease-in,
    color 0.5s,
    background-color 0.1s,
    border-color 0.5s,
    box-shadow 0.2s;
  white-space: nowrap;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border: none;
  font-weight: 600;
  outline: none;
  outline-color: transparent;
}

._68a0f5b0:active:not(:disabled, ._7553351a) {
  transform: scale(1.03);
}

._68a0f5b0 svg {
  font-size: 1.4em;
  flex-shrink: 0;
}

._8176fc74 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

  ._64cbfea5 .MuiTooltip-arrow {
    color: var(--tooltip-color);
  }
._64cbfea5 .MuiTooltip-tooltip {
    color: #fff;
    background-color: var(--tooltip-color);
    font-size: 12px;
    border-radius: 6px;
    hyphens: none;
  }
._bebfdaa3 {
  width: 100%;
  min-height: 80%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 8px;
}

._11001090 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.4);
}

._a9eb8782 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}

._3030dfb8 {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 10px 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

._cfbddf67 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 15px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

._4293e8f8 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 15px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f8f8f8;
  border: 2px solid #4ac984;
}
._f89ab8b3 {
  background-color: white;
  border-radius: 10px;
  padding: 1.5rem;
}

._29b97607 {
  width: 100%;
  border-radius: 14px;
  background-color: white;
  padding: 1.5rem;

  display: flex;
  flex-direction: column;
}
._632b4afc {
  color: #5f7d95;
  font-family: var(--leberp-font-family);
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  width: fit-content;
}

._55507bdc {
  font-weight: 600;
  color: #525252;
  font-size: 17px;
  white-space: nowrap;
}

._2a2ee360 {
  font-size: 14px;
  color: #525252;
}

._b6985861 {
  color: #4da6ff;
}

._0aeb79c7 {
  font-weight: 550;
  color: #525252;
  font-size: 15px;
}

._34c62f51 {
  font-weight: 550;
  color: #111111;
  font-size: 18px;
}

._1fac0145 {
  font-weight: 500;
  color: var(--leberp-grey-40);
  font-size: 0.96rem;
  line-height: 1.3;
}

._fddade87 {
  font-weight: 550;
  color: #525252;
  font-size: 13.5px;
}

._d4e89d42 {
  font-size: 12px;
  font-weight: 500;
  color: #707070;
  height: fit-content;
  text-decoration: underline var(--leberp-gold) 2px;
  text-underline-offset: 3px;
}

._599ec827 {
  font-size: 14px;
  font-weight: 550;
  color: #525252;
}
._acff80d3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--leberp-grey-40);
}

._ca27f676 {
  font-weight: 540;
  color: #525252;
  font-size: 1.1em;
}

._8af695eb {
  font-weight: bold;
  color: #525252;
  font-size: 1.1em;
}

._fbefc0ba {
  color: var(--leberp-grey-40);
  line-height: 1.3;
}
._ece53601 {
  min-width: var(--icon-button-size);
  min-height: var(--icon-button-size);
  border-radius: calc(var(--icon-button-size) / 3.34);
  padding: calc(var(--icon-button-size) / 5);
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  border-style: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg);
  color: var(--color);
  flex-shrink: 0;
}

._ece53601:hover,._ece53601:active {
    background-color: var(--active-bg);
  }

._ece53601:disabled {
    color: var(--disabled-color);
    filter: grayscale(0.4) opacity(0.5);
  }

._ece53601:where(a),
._ece53601:where(a):is(:hover, :active) {
  text-decoration: none;
  color: inherit;
}

._ece53601:focus-visible {
  outline: 2px solid var(--leberp-grey-60);
}

._ece53601:hover:focus-visible {
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
._774f345c {
  background-color: #f8f9fa;
  color: #c9caca;
}

._192a4630 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-overflow: ellipsis;
  width: max-content;
  border-radius: var(--border-radius, 8px);

  min-width: var(--box-size, 15px);
  min-height: var(--box-size, 15px);
  padding: var(--box-padding, 0);
  font-size: var(--font-size, inherit);
}

._e67b356a {
  background-color: #aaaaaa;
  color: white;
  border: none;
}

/* Sizes */
._d91763bd {
  --box-size: 15px;
  --box-padding: 0px;
  --font-size: 10px;
  --border-radius: 4px;
}

._166bd3c1 {
  --box-size: 20px;
  --box-padding: 2px 6px;
  --border-radius: 5px;
  min-width: 25px;
}

._0b2f8cbd {
  --box-size: 30px;
  --box-padding: 4px 8px;
}
._d8682434 {
  --box-size: 35px;
  --box-padding: 5px 10px;
}
._465970ef {
  object-fit: cover;
  object-position: center center;
  box-shadow:
    1px 1px 1px 0.5px hsl(0deg 0% 27% / 5%),
    1.5px 1.5px 2px 0.8px hsl(0deg 0% 27% / 5%),
    1px 1px 5px -1px hsl(0deg 0% 10% / 20%);
}
._ef97191b.MuiTooltip-tooltip {
  background-color: #dc3545;
  font-size: 0.9rem;
}

._ef97191b.MuiTooltip-tooltip .MuiTooltip-arrow {
    color: #dc3545;
  }

._4299e426[data-popper-reference-hidden] {
  visibility: hidden;
  pointer-events: none;
}

  ._8651e8fd::-webkit-scrollbar {
    -webkit-appearance: none;
    margin: 4px;
  }

._8651e8fd::-webkit-scrollbar:vertical {
    width: 6px;
  }

._8651e8fd::-webkit-scrollbar:horizontal {
    height: 6px;
  }

._8651e8fd::-webkit-scrollbar-button:increment {
    display: none;
  }

._8651e8fd::-webkit-scrollbar-thumb {
    background-color: var(--leberp-grey-60);
    border-radius: 20px;
  }

._8651e8fd::-webkit-scrollbar-track {
    border-radius: 10px;
  }

._f8c39417._d2db4d94 {
  pointer-events: auto;
}

._38d0a5c6 {
  font-size: 10px;
  color: #8a8a8a;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  grid-area: 1 / 1 / 2 / 2;
}
