:root {
  --primary:#3E044D;
  --secondary:#5d046e;
  --success:#094d0c;
  --danger: #d90005;
  --warning:#d93f34;
  --info:#3E044D;
  --light:#feffe2;
  --light-tinted: rgba(93, 4, 110, 0.38);
  --dark:#000000;
}

.all-search-options {
  display: flex;
}
.all-search-options .buttons {
  display: flex;
  flex-direction: column;
}
.all-search-options .buttons button {
  margin: 0 1em 1em 1em;
}
.all-search-options select#tag-selection {
  height: 30em;
}

.totals-holder.active .collapsable-part {
  display: block;
}
.totals-holder .collapsable-part {
  display: none;
}

/*# sourceMappingURL=inventory.css.map */
