.replenishment-stock-settings__options {
  display: flex;
  justify-content: space-between;
}
.replenishment-stock-settings__additional .ant-form-item-label > label {
  width: 100%;
}
.replenishment-stock-settings__additional__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.replenishment-stock-settings .ant-table-thead > tr > th {
  background-color: var(--primary);
  font-weight: bold;
}
.replenishment-stock-settings .ant-switch:not(.ant-switch-checked) {
  background-color: var(--danger);
}
.replenishment-stock-settings .ant-select {
  width: 100%;
}
.replenishment-stock-settings .ant-table-filter-trigger {
  display: none;
}.replenishment-stock-correction .ant-table-row {
  vertical-align: top;
}
.replenishment-stock-correction .bold {
  font-weight: bold;
  margin-bottom: 8px;
}
.replenishment-stock-correction .ant-table-thead > tr > th {
  background-color: var(--primary);
  font-weight: bold;
}
.replenishment-stock-correction__info {
  display: flex;
  justify-content: space-between;
}
.replenishment-stock-correction .ant-collapse-header {
  padding: 0px !important;
}
.replenishment-stock-correction .fixed-number {
  text-align: right;
}
.replenishment-stock-correction .main-table .ant-table-filter-trigger {
  display: none;
}
.replenishment-stock-correction .automaticCorrectionFactor {
  color: gray;
}._editButton_bhfiq_1 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 0.5rem;
}.products-table {
  flex: 1 1 0;
}
.products-table__details {
  display: flex;
  gap: 16px;
}
@media (min-width: 1024px) {
.products-table__modal {
    max-width: 1024px;
}
}
.products-table .ant-table-row-expand-icon-cell {
  display: none;
}
.products-table .ant-table-expand-icon-th {
  display: none;
}
.products-table .ant-table-row-cell-break-word {
  display: flex;
  gap: 4px;
}
.products-table .ant-table-expanded-row > td {
  padding-top: 0;
}
.products-table .ant-table-row > td:first-of-type {
  display: none;
}
.products-table .ant-table-row .ant-table-cell {
  padding-bottom: 0px;
}
.products-table .ant-table-row:nth-child(4n-1) {
  background-color: unset;
}
.products-table .ant-table-expanded-row:nth-child(4n-2) td {
  background-color: var(--grey-light);
}._actions_t7icd_1 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}
._tables_t7icd_7 {
  display: flex;
  flex-direction: row;
  gap: 2rem 1rem;
  flex-wrap: wrap;
}._root_1khyc_1 {
  width: 100%;
}
._row_1khyc_5 {
  align-items: center;
  width: 100%;
}
._detailsList_1khyc_10 {
  padding-left: 1.25rem;
}
._detailsList_1khyc_10 ul {
  margin: 0.25rem 0 0.25rem 0;
  padding-left: 1.5rem;
}
._spaciousList_1khyc_18 {
  padding-left: 1.25rem;
}.ciq-panel--alerts .ciq-panel__body {
  padding: 0;
}
.alerts {
  text-align: left;
  position: relative;
}
.alerts__circle {
  margin-bottom: 16px;
  margin-top: 16px;
}
.alerts__circle--level-1, .alerts__circle--level-I {
  --circle-bg-color: var(--success);
  --circle-color: var(--success-invert);
}
.alerts__circle--level-2, .alerts__circle--level-W {
  --circle-bg-color: var(--warning);
  --circle-color: var(--warning-invert);
}
.alerts__circle--level-3, .alerts__circle--level-E {
  --circle-bg-color: var(--danger);
  --circle-color: var(--danger-invert);
}
.alerts__circle-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
.alerts__filter {
  position: sticky;
  top: 0px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.alerts__filter-search {
  margin-bottom: 12px;
  max-width: 400px;
}
.alerts__filter-search .o-field__label {
  font-size: 14px;
  font-weight: normal;
}
.alerts__filter-search .form-control.o-input {
  font-size: 14px;
  font-weight: normal;
  max-width: 400px;
  min-width: 200px;
}
.alerts__filter .alerts__circle-wrapper {
  flex: 1 0 auto;
}
.alarm {
  padding: 3px 6px;
  background-color: var(--bg);
  color: var(--fg);
  border-radius: 3px;
}
.alarm--info {
  --bg: var(--success);
  --fg: var(--success-invert);
}
.alarm--warning {
  --bg: var(--warning);
  --fg: var(--warning-invert);
}
.alarm--error {
  --bg: var(--danger);
  --fg: var(--danger-invert);
}
.alarm__circle__content {
  display: block;
  width: fit-content;
  text-align: center;
}.edit-invoice-details__info {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.edit-invoice-details__options {
  display: flex;
  gap: 16px;
}
.edit-invoice-details__base-data__title {
  display: flex;
  justify-content: space-between;
}
.edit-invoice-details__base-data__actions {
  text-align: right;
  padding: 4px 16px;
}
.edit-invoice-details__base-data__split {
  display: flex;
  gap: 8px;
}
.edit-invoice-details__base-data .ant-table-thead {
  vertical-align: top;
}
.edit-invoice-details__base-data .ant-table-thead tr:nth-child(2) th {
  padding-top: 0px;
}
.edit-invoice-details__additional-products__title {
  display: flex;
  justify-content: space-between;
}
.edit-invoice-details__additional-products__actions {
  text-align: right;
  padding: 4px 16px;
}
.edit-invoice-details .ant-input-number {
  width: auto;
}
.edit-invoice-details .ant-form-item,
.edit-invoice-details .ant-calendar-picker {
  width: 100%;
}.invoice-details__date-range {
  display: flex;
  text-align: left;
  padding: 8px 0;
}
.invoice-details__cup-floor-price {
  text-align: left;
  padding: 8px 0;
}
.invoice-details__base-data {
  padding: 8px 0;
}
.invoice-details__base-data__title {
  color: var(--white);
  background-color: var(--primary);
  border-radius: var(--border-radius);
}
.invoice-details__base-data .ant-table-thead {
  vertical-align: top;
}
.invoice-details__base-data .ant-table-thead tr:nth-child(2) th {
  padding-top: 0px;
}
.invoice-details__additional-products {
  padding: 8px 0;
}
.invoice-details__additional-products__title {
  color: var(--white);
  background-color: var(--primary);
  border-radius: var(--border-radius);
}
.invoice-details .threshold-icon {
  opacity: 0.2;
}
.invoice-details .threshold-icon--active {
  opacity: unset;
  color: var(--success);
}