body,
html {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.SmallButton_button___68a0f {
  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;
}

.SmallButton_button___68a0f:active:not(:disabled, .SmallButton_nonScale___75533) {
  transform: scale(1.03);
}

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

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

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

.Card_default___11001 {
  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);
}

.Card_subsectionCard___a9eb8 {
  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);
}

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

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

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

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

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

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

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

.Typography_primary___b6985 {
  color: #4da6ff;
}

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

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

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

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

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

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

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

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

.Typography_description___fbefc {
  color: var(--leberp-grey-40);
  line-height: 1.3;
}
.IconButton_root___ece53 {
  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;
}

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

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

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

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

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

.ItemCount_root___192a4 {
  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);
}

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

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

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

.ItemCount_smd___0b2f8 {
  --box-size: 30px;
  --box-padding: 4px 8px;
}
.ItemCount_md___d8682 {
  --box-size: 35px;
  --box-padding: 5px 10px;
}
.LeberpImage_image___46597 {
  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%);
}
.ErrorTooltip_tooltip___ef971.MuiTooltip-tooltip {
  background-color: #dc3545;
  font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.SelectInputWithLabel_container___f8c39.SelectInputWithLabel_inspecting___d2db4 {
  pointer-events: auto;
}

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