.inventory-card {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border-top: 1px solid #f0f0f0;
}
.inventory-card_loading {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.inventory-card_main {
  display: flex;
  flex-direction: column;
  width: 66%;
  height: 100%;
  width: 100%;
}
.inventory-card_main_in-progress {
  width: 66%;
  border-right: 1px solid #f0f0f0;
}
.inventory-card_header {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  padding: 24px 24px;
}
.inventory-card_header_warehouse {
  max-width: 50%;
}
.inventory-card_header_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
.inventory-card_header_icon {
  margin-right: 12px;
}
.inventory-card_filters {
  border-bottom: 1px solid #f0f0f0;
  padding: 24px 24px 24px 0px;
}
.inventory-card_filters_search {
  width: 66%;
}
.inventory-card_filters_condition {
  flex: 1;
  min-width: 100px;
  max-width: 180px;
}
.inventory-card_filters_sorting_label {
  width: 110px;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: 500;
  cursor: default !important;
  user-select: none;
}
.inventory-card_filters_sorting_select {
  min-width: 170px;
}
.inventory-card_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.inventory-card_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.inventory-card_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
}
.inventory-card_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.inventory-card_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.inventory-card_table_pagination_right .select {
  width: 70px;
}
.inventory-card_history {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  height: 100%;
  padding: 24px 0px 0px 24px;
  gap: 12px;
}
.inventory-card_history_title {
  margin: 0px !important;
  font-weight: 400 !important;
}
.inventory-card_history_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.inventory-card_history_content {
  display: flex;
  flex: 1;
  overflow: auto;
  width: 100%;
}
.inventory-card_history_list {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: max-content;
  padding-right: 12px;
  margin-top: auto;
}
.inventory-card_history_row {
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
}
.inventory-card_buttons {
  height: 100%;
}
.inventory-card_count-difference-percent {
  width: fit-content;
  padding: 0px 8px;
  border-radius: 8px;
}
.add-edit-inventory_buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.add-edit-inventory_buttons_item {
  min-width: 140px;
}

/*# sourceMappingURL=main~90.7b6198da.css.map*/