.select2-search__field {
  height: auto;
}
.select2-container .select2-selection--single {
  height: 56px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  /* vertikale Zentrierung */
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 56px;
}
.datepicker-inline {
  width: auto;
}
.tooltip {
  z-index: 99999;
}
.badge {
  border-radius: 0.25rem;
  position: relative;
  top: -2px;
  left: 0;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
}
.number-picker input {
  padding: 0;
}
#shopping-accordion {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}
.accordion-item {
  border: none;
}
.theme-switcher input[type=radio] ~ label::before {
  display: none;
}
.theme-switcher input[type=radio] ~ label {
  padding-left: 0;
}
/*# sourceMappingURL=Overwrite.css.map */