.brands_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 24px;
}
.brands_filters_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 12px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.brands_filters_search {
  max-width: calc(50% - 6px);
  flex-grow: 1;
  box-sizing: border-box;
}
.brands_filters_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.brands_filters_buttons_item {
  min-width: 140px;
}
.brands_table_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}
.brands_table_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.brands_table_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.brands_table_pagination_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.brands_table_pagination_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.brands_table_pagination_right .select {
  width: 70px;
}
.add-edit-brand_buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.add-edit-brand_buttons_item {
  min-width: 140px;
}

/*# sourceMappingURL=main~88.53661877.css.map*/