.TabItem_tab__CGx-O {
  padding: 4px 12px;
  cursor: pointer;
  border-radius: var(--radius-width);
  color: var(--clr-grey-50);
}
.TabItem_tab__CGx-O:hover,
.TabItem_tab__CGx-O:focus,
.TabItem_tab__CGx-O:active {
  background-color: var(--clr-white);
  color: var(--clr-grey-70);
}
.TabItem_tab__CGx-O.TabItem_large__lJKAS {
  padding: 6px 12px;
}
.TabItem_activeTab__76hqo {
  background-color: var(--clr-white);
  color: var(--clr-grey-70);
  transition-duration: 0ms;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}
.TabItem_disable__gFNMC {
  cursor: not-allowed;
  opacity: 0.5;
}

.Tab_tabs__Qf2eW {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-10);
  padding: 0.35rem;
  font-weight: 500;
}

.Loader_content__roIk4 {
  height: 100%;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
}

.ApiConfiguration_boxHeader__K79BT {
  color: var(--clr-grey-70);
  font-weight: 600;
  font-size: 16px;
}
.ApiConfiguration_boxHeader__K79BT .ApiConfiguration_icon__NvBpv {
  border-radius: var(--radius-width);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: var(--clr-light-blue-100);
}
.ApiConfiguration_boxHeader__K79BT .ApiConfiguration_icon__NvBpv svg {
  color: var(--clr-grey-50);
  border: 1.7px;
}
.ApiConfiguration_border__HBtj3 {
  border-top: 1px solid var(--clr-grey-20);
  margin: 0 -24px;
}
.ApiConfiguration_apiPricesBox__y36Bv {
  border-radius: var(--radius-width);
  border: 1px solid var(--clr-grey-20);
  background-color: var(--clr-white);
  width: 460px;
  padding: 24px;
  max-height: 250px;
}
.ApiConfiguration_configurationInfo__v2sJD {
  color: var(--clr-grey-50);
  font-weight: 400;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ApiConfiguration_configurationInfo__v2sJD > span > .ApiConfiguration_data__QcL4V {
  margin-top: -6px;
  font-size: 16px;
  color: var(--clr-grey-70);
  font-weight: 600;
}
.ApiConfiguration_switchWrapper__H\+kiG {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--clr-grey-70);
}
.ApiConfiguration_switchItem__ZWQRl button {
  margin-right: 12px;
}

.EmptyData_container__l83y6 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ContactBook_contacts__t6DIc {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.ContactBook_contactsWrapper__byVtE {
  overflow-y: auto;
  margin-bottom: 16px;
  height: 100%;
}
.ContactBook_contactsWrapperInner__35owo {
  overflow-y: auto;
}
.ContactBook_row__IP66z {
  display: grid;
  grid-template-columns: minmax(200px, 3fr) minmax(130px, 1fr) minmax(170px, 1fr) repeat(3, minmax(130px, 1fr)) minmax(145px, 1fr) repeat(2, minmax(135px, 1fr)) 100px;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.ContactBook_row__IP66z:first-child {
  border-bottom: none;
  border-top-left-radius: var(--radius-width);
}
.ContactBook_row__IP66z .ContactBook_headerCol__p0XVb:first-child {
  border-top-left-radius: var(--radius-width);
}
.ContactBook_row__IP66z .ContactBook_headerCol__p0XVb:last-child {
  border-top-right-radius: var(--radius-width);
}
.ContactBook_row__IP66z .ContactBook_headerCol__p0XVb {
  color: var(--clr-grey-50);
  font-weight: 500;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-left: none;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ContactBook_row__IP66z .ContactBook_headerCol__p0XVb span {
  text-align: left;
}
.ContactBook_row__IP66z .ContactBook_headerCol__p0XVb .ContactBook_error__IVgnd {
  margin-left: 4px;
  color: var(--clr-text-error);
}
.ContactBook_row__IP66z .ContactBook_headerCol__p0XVb .ContactBook_error__IVgnd svg {
  color: var(--clr-text-error);
}
.ContactBook_row__IP66z .ContactBook_contact__zA6ho {
  border-right: 1px solid #f0f0f0;
  padding: 4px;
  padding-left: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ContactBook_row__IP66z .ContactBook_contact__zA6ho .ContactBook_contactDetails__K51Cz {
  overflow-y: auto;
  color: var(--clr-grey-50);
}
.ContactBook_row__IP66z .ContactBook_contact__zA6ho .ContactBook_contactName__XKqx3 {
  font-weight: 500;
  color: var(--clr-grey-70);
}
.ContactBook_row__IP66z .ContactBook_contact__zA6ho .ContactBook_contactEmail__zielC {
  font-size: 12px;
}
.ContactBook_row__IP66z .ContactBook_selectCol__NlBh1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 16px 8px;
  border-right: 1px solid #f0f0f0;
}
.ContactBook_contactBookModal__LK7KB .ant-modal-body {
  padding-top: 0.5rem;
}
.ContactBook_contactUpdateBtn__hWs4s svg > path {
  stroke: var(--clr-grey-50);
}
.ContactBook_contactUpdateBtn__hWs4s[disabled] svg > path {
  stroke: var(--clr-grey-30);
}
.ContactBook_unableToUpdateTitle__g9r\+b {
  font-size: 18px;
  color: var(--clr-grey-70);
}
.ContactBook_unableToUpdateDescription__bVROW {
  font-size: 14px;
  color: var(--clr-grey-50);
}

.TooltipButton_hide__m1\+VD {
  visibility: hidden;
  cursor: none;
}
.TooltipButton_hideAbsolute__lvvAS > button {
  display: none;
}
.TooltipButton_visible__2rMyg {
  visibility: visible;
  cursor: not-allowed;
}

.GlobalModal_table-border-radius-mixin__BdVyb .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.GlobalModal_table-border-radius-mixin__BdVyb .ant-table table {
  border-radius: var(--radius-width);
}
.GlobalModal_table-border-radius-mixin__BdVyb thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.GlobalModal_table-border-radius-mixin__BdVyb thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.GlobalModal_table-header-InOutboud-background-mixin__GRxDp thead.ant-table-thead .GlobalModal_inbound__vCdvQ {
  background-color: var(--clr-light-green);
}
.GlobalModal_table-header-InOutboud-background-mixin__GRxDp thead.ant-table-thead .GlobalModal_outbound__LHKJZ {
  background-color: var(--clr-light-blue-25);
}
.GlobalModal_table-default-row-background-mixin__nQ3e3 .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.GlobalModal_table-default-row-background-mixin__nQ3e3 .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.GlobalModal_table-default-row-background-mixin__nQ3e3 .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.GlobalModal_expanded-icon__iqxAg {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.GlobalModal_container__Dg9N- {
  text-align: center;
}
.GlobalModal_title__pBHzH {
  font-size: 16px;
  word-break: break-word;
  text-wrap: balance;
}
.GlobalModal_description__mvSUU {
  font-size: 14px;
  color: var(--clr-grey-50);
  text-align: left;
  word-break: break-word;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.GlobalModal_description__mvSUU::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.GlobalModal_description__mvSUU::-webkit-scrollbar-track {
  background: transparent;
}
.GlobalModal_description__mvSUU::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.GlobalModal_description__mvSUU::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.GlobalModal_description__mvSUU::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.GlobalModal_content__x-40z {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.MandatoryLabel_label__KfzsU {
  margin-left: 5px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  color: var(--clr-grey-40);
}
.MandatoryLabel_wrapper__vdGI6 {
  width: 100%;
}

.PriceInput_suffix__tHLik {
  display: flex;
  border: 1px solid var(--clr-grey-30);
  border-radius: var(--radius-width);
}
.PriceInput_suffix__tHLik.PriceInput_disabled__lxHpo {
  background-color: #f5f5f5;
}
.PriceInput_suffix__tHLik.PriceInput_focus__9DkFv {
  box-shadow: 0 0 0 2px var(--clr-orange-10);
}
.PriceInput_suffix__tHLik .ant-input {
  border: none;
}
.PriceInput_suffix__tHLik .ant-input:focus,
.PriceInput_suffix__tHLik .ant-input:active {
  box-shadow: none;
}

.Scrollable_table-border-radius-mixin__BXcgx .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.Scrollable_table-border-radius-mixin__BXcgx .ant-table table {
  border-radius: var(--radius-width);
}
.Scrollable_table-border-radius-mixin__BXcgx thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.Scrollable_table-border-radius-mixin__BXcgx thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.Scrollable_table-header-InOutboud-background-mixin__maAC7 thead.ant-table-thead .Scrollable_inbound__cLtUD {
  background-color: var(--clr-light-green);
}
.Scrollable_table-header-InOutboud-background-mixin__maAC7 thead.ant-table-thead .Scrollable_outbound__2fIWs {
  background-color: var(--clr-light-blue-25);
}
.Scrollable_table-default-row-background-mixin__SxTIe .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.Scrollable_table-default-row-background-mixin__SxTIe .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.Scrollable_table-default-row-background-mixin__SxTIe .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.Scrollable_expanded-icon__zbX9j {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.Scrollable_tableWrapper__Uoh4B {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--clr-grey-80);
}
.Scrollable_tableWrapper__Uoh4B::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.Scrollable_tableWrapper__Uoh4B::-webkit-scrollbar-track {
  background: transparent;
}
.Scrollable_tableWrapper__Uoh4B::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.Scrollable_tableWrapper__Uoh4B::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.Scrollable_tableWrapper__Uoh4B::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.Scrollable_tableWrapper__Uoh4B.Scrollable_overflown__7Zara {
  margin-right: -10px;
}
.Scrollable_tableWrapper__Uoh4B tr > .ant-table-cell-fix-left-last {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  clip-path: inset(0px -8px 0px 0px);
  transition: box-shadow 0.3s ease;
}
.Scrollable_tableWrapper__Uoh4B tr > .ant-table-cell-fix-right-first {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  clip-path: inset(0px 0px 0px -8px);
  transition: box-shadow 0.3s ease;
}
.Scrollable_tableWrapper__Uoh4B .ant-table-header {
  overflow: visible;
}
.Scrollable_tableWrapper__Uoh4B.Scrollable_borderLeft__n-kxi {
  border-left: 1px solid #f0f0f0;
}
.Scrollable_tableWrapper__Uoh4B.Scrollable_borderTop__K56Tn {
  border-top: 1px solid #f0f0f0;
}
.Scrollable_tableWrapper__Uoh4B.Scrollable_expandCellRadius__HAKV3 {
  border-top-left-radius: var(--radius-width);
}
.Scrollable_tableWrapper__Uoh4B.Scrollable_fixedLeftColumn__v-014 tr > .ant-table-cell-fix-left-last {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.Scrollable_tableWrapper__Uoh4B.Scrollable_fixedRightColumn__TwGm1 tr > .ant-table-cell-fix-right-first {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.UserInfo_container__Knp8j {
  --gap: 16px;
  width: 100%;
  justify-content: start;
}
.UserInfo_name__4JwJs {
  font-weight: 500;
  word-break: break-word;
  text-align: left;
}

.Partners_navContainer__3SPwU {
  display: flex;
  padding-bottom: 16px;
}
.Partners_steps__3f77V .ant-steps-item-title {
  color: var(--clr-grey-90) !important;
  font-weight: 500 !important;
  width: 100%;
}
.Partners_steps__3f77V .ant-steps-item-description {
  padding-bottom: 0px !important;
}
.Partners_steps__3f77V .ant-steps-item-icon {
  background-color: var(--clr-white) !important;
  border-color: var(--clr-grey-70) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Partners_steps__3f77V .ant-steps-item-icon .ant-steps-icon {
  color: var(--clr-grey-70) !important;
}
.Partners_formGrid__1acZ6 {
  display: grid;
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
.Partners_invoiceContactPoint__8V2xt {
  display: grid;
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  grid-template-columns: 15px repeat(3, 1fr);
  align-items: center;
}
.Partners_navBtn__lwezF {
  padding: 4px 12px;
}
.Partners_navBtnActive__AYxyD {
  border-bottom: 2px solid #1890ff;
  transition-duration: 0ms;
}
.Partners_navBtnActive__AYxyD:hover,
.Partners_navBtnActive__AYxyD:focus,
.Partners_navBtnActive__AYxyD:active {
  transition-duration: 0ms;
  border-bottom: 2px solid #1890ff;
}
.Partners_discountWrapper__ZQvr5 {
  display: flex;
}
.Partners_discountWrapper__ZQvr5 > span {
  position: relative;
}
.Partners_discountWrapper__ZQvr5 > div {
  width: 100%;
}
.Partners_partnerFormContainer__poJF6 {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  gap: 16px;
}
.Partners_emailPrefix__HdE0D {
  padding-right: 6px;
  border-right: 1px solid var(--clr-grey-20);
}
.Partners_box__wepTu {
  padding: 16px;
  margin-top: 8px;
  background-color: var(--clr-grey-5);
  border-radius: var(--radius-width);
  border: 1px solid var(--clr-grey-20);
}
.Partners_updateBtn__ly1u3 {
  margin-top: auto;
  margin-left: auto;
}

.CustomHeader_tag__ABfqp {
  color: var(--clr-orange-dark-60);
  border-radius: calc(2 * var(--radius-width));
  background-color: var(--clr-orange-10);
  padding: 2px 10px;
  border: none;
  font-size: 12px;
  font-weight: 500;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Typography_typography__N-TUp.Typography_headline__hzJL8.Typography_L__Mo2Wa {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 5%;
}
.Typography_typography__N-TUp.Typography_headline__hzJL8.Typography_M__bPp5h {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 4%;
}
.Typography_typography__N-TUp.Typography_headline__hzJL8.Typography_S__pKra5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 4%;
}
.Typography_typography__N-TUp.Typography_body__fQarl.Typography_L__Mo2Wa {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
}
.Typography_typography__N-TUp.Typography_body__fQarl.Typography_M__bPp5h {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1%;
}
.Typography_typography__N-TUp.Typography_body__fQarl.Typography_S__pKra5 {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}
.Typography_typography__N-TUp.Typography_label__fPpFN.Typography_L__Mo2Wa {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
}
.Typography_typography__N-TUp.Typography_label__fPpFN.Typography_M__bPp5h {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
}
.Typography_typography__N-TUp.Typography_label__fPpFN.Typography_S__pKra5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}

.Webhooks_webhooks__Eaj3a {
  width: 100%;
  max-width: 660px;
  background-color: white;
  border-radius: var(--radius-width);
  border: 1px solid var(--clr-grey-20);
  padding: 24px;
}
.Webhooks_webhooks__Eaj3a .Webhooks_icon__eL1Uy {
  border-radius: var(--radius-width);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: var(--clr-orange-dark-10);
}
.Webhooks_webhooks__Eaj3a .Webhooks_icon__eL1Uy svg {
  color: var(--clr-grey-50);
  border: 1.7px;
}
.Webhooks_webhooks__Eaj3a .ant-input-prefix {
  font-weight: 500;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 14px;
  height: 20px;
  margin: auto 8px auto 0;
  color: var(--clr-grey-70);
  background-color: var(--clr-grey-10);
  text-transform: uppercase;
}
.Webhooks_webhookForm__0beLe {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.Webhooks_webhookFormHeader__yzCHk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
  padding: 12px 16px;
}
.Webhooks_webhookFormHeader__yzCHk.Webhooks_product__fLRIE {
  background-color: var(--clr-orange-dark-10);
}
.Webhooks_webhookFormHeader__yzCHk.Webhooks_delivery__9-ZOx {
  background-color: var(--clr-light-blue-100);
}
.Webhooks_webhookFormHeader__yzCHk .Webhooks_webhookSwitchBox__9iOJv {
  display: flex;
  align-items: center;
  gap: 4px;
}
.Webhooks_webhookFormBody__d33fl {
  padding: 16px;
  background-color: var(--clr-grey-5);
}
.Webhooks_webhookFormBody__d33fl .Webhooks_webhookFormInput__Ta3ce.Webhooks_product__fLRIE > .ant-input-prefix {
  background-color: var(--clr-orange-dark-10);
}
.Webhooks_webhookFormBody__d33fl .Webhooks_webhookFormInput__Ta3ce.Webhooks_delivery__9-ZOx > .ant-input-prefix {
  background-color: var(--clr-light-blue-100);
}
.Webhooks_webhookFormBody__d33fl .Webhooks_customHeaderRow__wp94o {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  align-items: center;
}
.Webhooks_weebhookFormFooter__besHR {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SignIn_container__WPlrG {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 500px;
}
.SignIn_image__79tJR {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.SignIn_loginButton__7z08W {
  outline: none;
  margin-top: 1em;
  background: none;
  border: none;
  cursor: pointer;
}
.SignIn_title__H9djc {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.SignIn_description__4j55w {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-grey-50);
}
.SignIn_logo__1ugWS {
  width: 142px;
  height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media screen and (max-width: 820px) {
  .SignIn_image__79tJR {
    display: none;
  }
  .SignIn_container__WPlrG {
    grid-template-columns: 1fr;
  }
}

.ErrorFallback_wrapper__d4XYI {
  height: 100%;
}
.ErrorFallback_wrapper__d4XYI .ant-result {
  width: 50%;
}
.ErrorFallback_error__DFPqj {
  width: 50%;
}

@keyframes easter {
  0% {
    color: orange;
    background-color: aquamarine;
  }
  20% {
    color: aquamarine;
    background-color: aqua;
  }
  40% {
    color: aqua;
    background-color: blue;
  }
  60% {
    color: blue;
    background-color: purple;
  }
  80% {
    color: purple;
    background-color: orange;
  }
  100% {
    color: orange;
    background-color: aquamarine;
  }
}
.easter-here {
  animation: easter 1s ease-in-out infinite;
}
.noice::before {
  content: '';
  background: url('https://paczaizm.pl/content/wp-content/uploads/jan-pawel-ii-papiez-macha-reka-pozdrawia-podniesiona-reka.jpg');
  background-position: center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 320px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 1.77777778;
  z-index: 999;
  animation: circle 3s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-100%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-100%) rotate(-360deg);
  }
}

.Sidebar_wrapper__FhXp1 {
  --_sidebar-bg-color: var(--clr-grey-90);
  z-index: 100;
}
.Sidebar_wrapper__FhXp1 .ant-layout-sider {
  background: var(--_sidebar-bg-color);
}
.Sidebar_sider__4\+Ccj {
  background-color: var(--menu-bg-color);
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.Sidebar_sider__4\+Ccj ant-layout-sider-children {
  height: 100%;
}
.Sidebar_sider__4\+Ccj ant-layout-sider-children > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.Sidebar_sidebarHead__\+oCe9 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 16px 8px 16px;
  gap: 16px;
}
.Sidebar_search__rmvS3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  height: 42px;
  color: var(--clr-grey-40);
  border-bottom: 1px solid var(--clr-grey-70);
  margin-left: -16px;
  margin-right: -16px;
  cursor: pointer;
  transition: color 200ms linear;
}
.Sidebar_search__rmvS3:hover {
  color: var(--clr-white);
}
.Sidebar_search__rmvS3:hover .Sidebar_text__Y1DrQ {
  color: var(--clr-white);
}
.Sidebar_search__rmvS3.Sidebar_searchCollapsed__jHLT9 {
  border: none;
  padding: 0 28px;
}
.Sidebar_search__rmvS3.Sidebar_searchCollapsed__jHLT9 .Sidebar_text__Y1DrQ,
.Sidebar_search__rmvS3.Sidebar_searchCollapsed__jHLT9 .Sidebar_key__xFa2l {
  opacity: 0;
}
.Sidebar_search__rmvS3.Sidebar_searchCollapsed__jHLT9 .icon {
  width: var(--menu-item-icon-size);
  height: var(--menu-item-icon-size);
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Sidebar_search__rmvS3 > svg {
  flex-shrink: 0;
  width: var(--menu-item-icon-size);
  height: var(--menu-item-icon-size);
}
.Sidebar_search__rmvS3 .Sidebar_text__Y1DrQ {
  color: var(--clr-grey-50);
  min-width: 12ch;
  transition: color 200ms linear;
}
.Sidebar_search__rmvS3 .Sidebar_key__xFa2l {
  color: var(--clr-grey-30);
  background-color: var(--clr-grey-80);
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid var(--clr-grey-70);
  font-weight: 500;
  padding: 4px 8px;
  font-size: 11px;
  cursor: default;
  margin-left: auto;
  pointer-events: none;
}
.Sidebar_logoBox__BM6AV {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
.Sidebar_logoBox__BM6AV > a,
.Sidebar_logoBox__BM6AV a:hover,
.Sidebar_logoBox__BM6AV a:active {
  color: var(--clr-white);
}
.Sidebar_logo__pyCFl {
  display: flex;
  justify-self: start;
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 6px;
  align-items: center;
  flex-shrink: 0;
}
.Sidebar_shortName__irMnO {
  color: var(--clr-white);
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}
.Sidebar_topMenu__hYi4G {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 1rem;
}
.Sidebar_topMenu__hYi4G::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.Sidebar_topMenu__hYi4G::-webkit-scrollbar-track {
  background: transparent;
}
.Sidebar_topMenu__hYi4G::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #4a4a4a;
}
.Sidebar_topMenu__hYi4G::-webkit-scrollbar-thumb:hover {
  background: #949494;
}
.Sidebar_topMenu__hYi4G::-webkit-scrollbar-thumb:active {
  background: #949494;
}
.Sidebar_menu__uMq3R {
  --menu-bg-color: var(--clr-grey-90);
  --menu-item-icon-size: 20px;
  --submenu-active-bg-color: hsla(226, 24%, 25%, 0.5);
  --submenu-active-border-color: hsl(228, 26%, 19%);
  --menu-item-active-bg-color: var(--clr-grey-80);
  --menu-item-text-color: var(--clr-grey-30);
  --menu-item-icon-active-color: var(--clr-white);
  --menu-item-icon-color: var(--clr-grey-40);
  --menu-border: 1px solid var(--clr-secondary-700);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 12px;
  border-right: 0;
  background-color: var(--menu-bg-color);
}
.Sidebar_menu__uMq3R li.Sidebar_dashboardLink__9eOkC {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.Sidebar_menu__uMq3R .ant-menu-item-icon {
  flex-shrink: 0;
}
.Sidebar_menu__uMq3R .ant-menu-item-icon svg {
  width: var(--menu-item-icon-size);
  height: var(--menu-item-icon-size);
}
.Sidebar_menu__uMq3R .ant-menu-item {
  font-weight: 500;
  color: var(--clr-grey-30);
}
.Sidebar_menu__uMq3R .ant-menu-item .ant-menu-title-content,
.Sidebar_menu__uMq3R .ant-menu-item .ant-menu-item-icon {
  transition: color 200ms linear;
}
.Sidebar_menu__uMq3R .ant-menu-item .ant-menu-item-icon {
  color: var(--menu-item-icon-color);
}
.Sidebar_menu__uMq3R .ant-menu-item:hover {
  color: var(--clr-white);
}
.Sidebar_menu__uMq3R .ant-menu-item:hover .ant-menu-title-content,
.Sidebar_menu__uMq3R .ant-menu-item:hover .ant-menu-item-icon {
  color: var(--clr-white);
}
.Sidebar_menu__uMq3R .ant-menu-submenu {
  border: 1px solid transparent;
  padding: 0;
}
.Sidebar_menu__uMq3R .ant-menu-submenu.active,
.Sidebar_menu__uMq3R .ant-menu-submenu.ant-menu-submenu-open {
  background-color: var(--submenu-active-bg-color);
  border: 1px solid var(--submenu-active-border-color);
  border-radius: 6px;
}
.Sidebar_menu__uMq3R .ant-menu-submenu.active .ant-menu-item.active:hover,
.Sidebar_menu__uMq3R .ant-menu-submenu.ant-menu-submenu-open .ant-menu-item.active:hover {
  background-color: transparent;
}
.Sidebar_menu__uMq3R .ant-menu-item:not(.ant-menu-item-only-child) {
  border: 1px solid transparent;
}
.Sidebar_menu__uMq3R .ant-menu-item:not(.ant-menu-item-only-child).active {
  background-color: var(--submenu-active-bg-color);
  border: 1px solid var(--submenu-active-border-color);
  border-radius: 6px;
}
.Sidebar_menu__uMq3R .ant-menu-item:not(.ant-menu-item-only-child).active:hover,
.Sidebar_menu__uMq3R .ant-menu-item:not(.ant-menu-item-only-child).active:active,
.Sidebar_menu__uMq3R .ant-menu-item:not(.ant-menu-item-only-child).active:focus {
  border: 1px solid var(--submenu-active-border-color);
  background-color: var(--submenu-active-bg-color);
}
.Sidebar_menu__uMq3R .ant-menu-sub {
  padding-bottom: 12px !important;
}
.Sidebar_menu__uMq3R .ant-menu {
  position: relative;
  background-color: var(--menu-bg-color);
}
.Sidebar_menu__uMq3R .ant-menu::after {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 16px;
  left: 21px;
  border-left: 1px solid var(--clr-grey-70);
}
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item {
  padding-right: 0;
}
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item span {
  margin-left: -15px;
  padding-left: 9px;
}
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item.active span {
  background-color: var(--menu-item-active-bg-color);
  border-radius: 2px;
}
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item.active span a {
  color: var(--menu-item-icon-active-color);
}
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item:active,
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item.ant-menu-item-selected {
  background-color: var(--menu-bg-color);
}
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item:active::after,
.Sidebar_menu__uMq3R .ant-menu .ant-menu-item.ant-menu-item-selected::after {
  opacity: 0;
}
.Sidebar_menu__uMq3R li div.ant-menu-submenu-title {
  color: var(--menu-item-text-color);
}
.Sidebar_menu__uMq3R li div.ant-menu-submenu-title svg {
  vertical-align: middle;
  transition: all 250ms linear;
}
.Sidebar_menu__uMq3R li div.ant-menu-submenu-title > i.ant-menu-submenu-arrow {
  color: var(--menu-item-text-color) !important;
}
.Sidebar_menu__uMq3R li div.ant-menu-submenu-title:focus,
.Sidebar_menu__uMq3R li div.ant-menu-submenu-title:active {
  background-color: transparent;
}
.Sidebar_menu__uMq3R li div.ant-menu-submenu-title:hover {
  color: var(--clr-white);
}
.Sidebar_menu__uMq3R li div.ant-menu-submenu-title:hover svg {
  color: var(--clr-white);
}
.Sidebar_menu__uMq3R .ant-menu-submenu > .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  padding-left: 8px !important;
  height: 46px;
  font-weight: 500;
  height: 36px;
}
.Sidebar_menu__uMq3R .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon {
  color: var(--menu-item-icon-color);
}
.Sidebar_menu__uMq3R .ant-menu-submenu.ant-menu-submenu-vertical {
  position: relative;
}
.Sidebar_menu__uMq3R .ant-menu-submenu.ant-menu-submenu-vertical span[role='img'] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Sidebar_menu__uMq3R.ant-menu-vertical .ant-menu-item .ant-menu-item-icon span[role='img'] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Sidebar_profileDropdown__GtAQF {
  --offset-left: 0;
  left: 0 !important;
  left: var(--offset-left) !important;
}
.Sidebar_profileDropdown__GtAQF .ant-dropdown-menu {
  background-color: var(--clr-grey-90);
  padding: 8px 0;
  border-radius: calc(var(--radius-width) * 2);
}
.Sidebar_profileDropdown__GtAQF .ant-dropdown-menu .ant-dropdown-menu-item {
  border-radius: 0 !important;
  padding: 0 0 0 12px;
  color: var(--clr-grey-30);
  background-color: transparent;
  font-weight: 500;
}
.Sidebar_profileDropdown__GtAQF .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: transparent !important;
  color: var(--clr-white);
}
.Sidebar_profileDropdown__GtAQF .ant-dropdown-menu .ant-dropdown-menu-title-content {
  padding: 12px 10px;
}
.Sidebar_profileDropdown__GtAQF .ant-dropdown-menu > :last-child {
  border-top: 1px solid var(--clr-grey-70);
}
.Sidebar_sidebarButton__NIyx6 {
  padding: 0;
  position: absolute;
  top: 29px;
  transform: translateX(-14px);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  background-color: var(--_sidebar-bg-color);
  border: 1px solid var(--clr-grey-70);
  transition: left 0.2s ease, color 0.3s linear, border-color 0.3s linear;
  cursor: pointer;
  color: var(--clr-grey-40);
}
.Sidebar_sidebarButton__NIyx6:hover {
  color: var(--clr-grey-30);
  border-color: var(--clr-grey-30);
}
.Sidebar_sidebarButton__NIyx6:hover > svg {
  color: var(--clr-grey-30);
}

.ProfileMenu_mainContainer__aeYgK {
  display: flex;
  align-items: center;
}
.ProfileMenu_container__EBW7P {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  position: relative;
  color: #000000;
}
.ProfileMenu_fullName__uY8JN {
  font-weight: 500;
  font-size: 1rem;
  text-transform: capitalize;
}
.ProfileMenu_profileDetails__Lb8dO {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  justify-content: center;
  height: 100%;
}
.ProfileMenu_profileEmail__Wq91B {
  margin-top: -8px;
  font-size: 12px;
}
.ProfileMenu_profileMenuIcon__dpuNd {
  margin-right: 1rem;
}
.ProfileMenu_button__ttzcC {
  display: flex;
  align-items: center;
}
.ProfileMenu_menu__nrX80 {
  margin-top: 0.75rem;
}
.ProfileMenu_avatar__9u6nj {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  background-color: var(--clr-orange-10);
  color: var(--clr-orange-60);
  cursor: default;
}
@media only screen and (max-width: 1200px) {
  .ProfileMenu_profileDetails__Lb8dO {
    display: none;
  }
}

.QuickSearch_table-border-radius-mixin__YhlvB .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.QuickSearch_table-border-radius-mixin__YhlvB .ant-table table {
  border-radius: var(--radius-width);
}
.QuickSearch_table-border-radius-mixin__YhlvB thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.QuickSearch_table-border-radius-mixin__YhlvB thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.QuickSearch_table-header-InOutboud-background-mixin__9Py3k thead.ant-table-thead .QuickSearch_inbound__wFFDY {
  background-color: var(--clr-light-green);
}
.QuickSearch_table-header-InOutboud-background-mixin__9Py3k thead.ant-table-thead .QuickSearch_outbound__rD66e {
  background-color: var(--clr-light-blue-25);
}
.QuickSearch_table-default-row-background-mixin__8xPlS .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.QuickSearch_table-default-row-background-mixin__8xPlS .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.QuickSearch_table-default-row-background-mixin__8xPlS .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.QuickSearch_expanded-icon__rw4zy {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.QuickSearch_quickSearch__pPKjz {
  --offset-left: 0;
  width: calc(100% - 0);
  width: calc(100% - var(--offset-left));
  padding: 16px;
  min-height: 72px;
  gap: 8px;
  flex-direction: column;
  position: absolute;
  left: 0;
  left: var(--offset-left);
  top: 0;
  background-color: var(--clr-white);
  z-index: 11;
  border-bottom: 1px solid var(--clr-grey-30);
  transition: all 100ms linear;
}
.QuickSearch_wrapper__TrNoC {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--clr-white);
  font-weight: 500;
  color: var(--clr-grey-70);
  gap: 1rem;
}
.QuickSearch_wrapper__TrNoC .ant-select-selection-item {
  color: var(--clr-grey-50);
}
.QuickSearch_input__aMisw {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  gap: 32px;
}
.QuickSearch_input__aMisw .QuickSearch_searchBtn__bJnc7 {
  width: 2.5rem;
  height: 2.6rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.QuickSearch_input__aMisw .ant-input:not(:disabled) {
  border-radius: var(--radius-width);
}
.QuickSearch_input__aMisw .ant-input:focus,
.QuickSearch_input__aMisw .ant-input-focused,
.QuickSearch_input__aMisw .ant-input-affix-wrapper:focus,
.QuickSearch_input__aMisw .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 2px var(--clr-orange-40);
}
.QuickSearch_input__aMisw .ant-input:focus ~ button,
.QuickSearch_input__aMisw .ant-input-focused ~ button,
.QuickSearch_input__aMisw .ant-input-affix-wrapper:focus ~ button,
.QuickSearch_input__aMisw .ant-input-affix-wrapper-focused ~ button {
  box-shadow: 0 0 2px var(--clr-orange-40);
  border-color: var(--clr-grey-50);
}
.QuickSearch_searchInput__ewsix {
  display: flex;
  align-items: center;
  overflow: auto;
  max-width: calc(100vw - 720px);
  width: 100%;
  min-height: 2.6rem;
}
.QuickSearch_searchInput__ewsix:focus {
  box-shadow: none;
}
.QuickSearch_searchInput__ewsix .QuickSearch_deleteKeysBtn__9Fm21 {
  cursor: pointer;
  color: var(--clr-grey-40);
  transition: color 0.2s linear;
}
.QuickSearch_searchInput__ewsix .QuickSearch_deleteKeysBtn__9Fm21:hover {
  color: var(--clr-grey-50);
}
.QuickSearch_searchInput__ewsix:has(.ant-input:not(:disabled):is(:focus)) {
  border: 1px solid var(--clr-orange-50);
}
.QuickSearch_searchInput__ewsix.QuickSearch_ant-input__rrOc4:not(:disabled):focus {
  border: 1px solid var(--clr-orange-50);
}
.QuickSearch_searchInput__ewsix.QuickSearch_highlight__owto4 {
  border: 1px dashed var(--clr-grey-50) !important;
  background-color: var(--clr-grey-10) !important;
}
.QuickSearch_searchInput__ewsix.QuickSearch_highlight__owto4 .ant-input {
  background-color: var(--clr-grey-10) !important;
}
.QuickSearch_keyContainer__4-jLs {
  display: flex;
  align-items: center;
  max-width: max(7rem, min(calc(-19.4704rem + 77.7112vw), 80rem));
  overflow-y: auto;
  border-radius: var(--radius-width);
}
.QuickSearch_keyContainer__4-jLs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.QuickSearch_keyContainer__4-jLs::-webkit-scrollbar-track {
  background: transparent;
}
.QuickSearch_keyContainer__4-jLs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.QuickSearch_keyContainer__4-jLs::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.QuickSearch_keyContainer__4-jLs::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.QuickSearch_keyContainer__4-jLs .ant-tag {
  border: 1px solid var(--clr-orange-20);
}
.QuickSearch_key__ZaPeg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 500;
  color: var(--clr-grey-70);
  border-radius: calc(2 * var(--radius-width));
  background: var(--clr-orange-10);
  min-width: 100px;
  max-width: 120px;
}
.QuickSearch_key__ZaPeg span {
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.QuickSearch_key__ZaPeg svg {
  cursor: pointer;
  order: 2;
  flex-shrink: 0;
  color: var(--clr-grey-50);
  font-weight: 500;
}
.QuickSearch_wrongKey__3FF6b {
  color: var(--clr-white);
  background: var(--clr-error-500);
}
.QuickSearch_wrongKey__3FF6b svg {
  color: var(--clr-white);
}
.QuickSearch_infoBtn__BfBVg {
  width: 2rem;
  aspect-ratio: 1;
}
.QuickSearch_error__cZRaF {
  --_container-width: 100%;
  display: flex;
  background-color: var(--clr-error-100);
  width: 100%;
  width: var(--_container-width);
  border-radius: var(--radius-width);
  padding: 10px 8px;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  color: var(--clr-error-700);
}
.QuickSearch_error__cZRaF .QuickSearch_errorCount__1ZCEK {
  display: flex;
  padding: 2px 6px;
  gap: 12px;
  background-color: var(--clr-error-25);
  border-radius: var(--radius-width);
  align-items: center;
  justify-content: space-between;
}
.QuickSearch_error__cZRaF .QuickSearch_errorCount__1ZCEK > * {
  color: var(--clr-error-700);
}
.QuickSearch_overlay__3Cq8n {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.QuickSearch_errorDrawer__gd\+\+n .QuickSearch_errorDrawerTitle__H2QrG {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-grey-70);
}
.QuickSearch_errorDrawer__gd\+\+n .QuickSearch_errorDrawerIcon__IO7bb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  aspect-ratio: 1;
  background-color: var(--clr-error-100);
  color: var(--clr-error-700);
  border-radius: var(--radius-width);
}
.QuickSearch_errorDrawer__gd\+\+n .QuickSearch_errorDrawerItemContainer__RWr8J {
  width: 100%;
  overflow-y: auto;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.QuickSearch_errorDrawer__gd\+\+n .QuickSearch_errorDrawerItemContainer__RWr8J .QuickSearch_errorDrawerItem__fWuY\+ {
  display: flex;
  border-radius: var(--radius-width);
  background-color: var(--clr-error-100);
  color: var(--clr-grey-70);
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.QuickSearch_errorDrawer__gd\+\+n .QuickSearch_errorDrawerItemContainer__RWr8J .QuickSearch_errorDrawerItem__fWuY\+ .QuickSearch_errorDrawerItemTitle__6cfCk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
}
.QuickSearch_errorDrawer__gd\+\+n .QuickSearch_errorDrawerItemContainer__RWr8J .QuickSearch_errorDrawerItem__fWuY\+ .QuickSearch_errorDrawerItemDescription__NShzT {
  font-size: 12px;
  font-weight: 500;
}
.QuickSearch_moreKeysList__uJj1l::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.QuickSearch_moreKeysList__uJj1l::-webkit-scrollbar-track {
  background: transparent;
}
.QuickSearch_moreKeysList__uJj1l::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.QuickSearch_moreKeysList__uJj1l::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.QuickSearch_moreKeysList__uJj1l::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.QuickSearch_moreKeysList__uJj1l .QuickSearch_moreKeysListItem__FdOw9 {
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  width: calc(100% - 32px);
}
.QuickSearch_moreKeysList__uJj1l .QuickSearch_moreKeysListItem__FdOw9:hover {
  background-color: var(--clr-grey-10);
}

.OfflineStatus_container__raFef {
  position: fixed;
  transform: translateY(-100%);
  width: 100%;
  top: 0;
  padding: 16px;
  background-color: var(--clr-error-light);
  color: var(--clr-text-error);
  transition: transform 0.2s linear;
  transition-delay: 0.1s;
}
.OfflineStatus_text__84Oc8 {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  font-weight: 500;
}
.OfflineStatus_text__84Oc8 svg {
  font-size: 21px;
  margin-right: 0.5rem;
}
.OfflineStatus_open__ESXXk {
  display: block;
  z-index: 99;
  transform: translateY(0%);
}

.Layout_header__wfqFn {
  border-bottom: 1px solid var(--clr-grey-20);
}
.Layout_header__wfqFn .Layout_overlay__EGhL\+ {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.Layout_header__wfqFn .Layout_overlay__EGhL\+.Layout_overlayOpen__pxosi {
  display: block;
}
.Layout_content__6i8JR {
  padding: 16px var(--layout-padding-inline) 16px var(--layout-padding-inline);
  height: 100vh;
  min-height: 100vh;
}
.Layout_content__6i8JR:has(.layout-space-none) {
  padding-left: 0;
  padding-right: 0;
}
.Layout_content__6i8JR:has(.layout-space-none) [data-item*='custom-header'] {
  margin-left: var(--layout-padding-inline);
  margin-right: var(--layout-padding-inline);
}
.Layout_content__6i8JR:has(.layout-overflow-none) {
  height: 100vh;
}
.Layout_mozRemoveInlineSpacing__uuBXg {
  padding-left: 0;
  padding-right: 0;
}
.Layout_mozRemoveInlineSpacing__uuBXg [data-item*='custom-header'] {
  margin-left: var(--layout-padding-inline);
  margin-right: var(--layout-padding-inline);
}
.Layout_mozOverflowNone__DSMIJ {
  height: 100vh;
}

.BankAccount_container__Z88W4 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.Pagination_icon__2MXKE {
  margin-top: 5px;
}
.Pagination_select__q0W6J {
  --min-width: 115px;
  min-width: 115px;
  min-width: var(--min-width);
}

.TableFilter_wrapper__n9l0e {
  padding: 1rem;
  max-width: 17rem;
  min-width: 15rem;
}
.TableFilter_wrapper__n9l0e > div:nth-of-type(2) {
  position: relative !important;
}
.TableFilter_wrapper__n9l0e .ant-select-dropdown {
  position: relative;
}
.TableFilter_wrapper__n9l0e .ant-select-selection-overflow {
  padding: 0;
}
.TableFilter_label__tru0E {
  display: inline-block;
  color: var(--clr-grey-40);
  font-weight: 500;
  margin-bottom: 1rem;
}

.ConfigurationTabsNavigation_tabs__iPdja .ant-tabs-tab {
  padding: 0.15em;
}
.ConfigurationTabsNavigation_tabs__iPdja .ant-tabs-tab a {
  display: block;
  color: var(--clr-grey-50);
}

.UploadLogo_uploadContainer__2xKQP {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  padding: 3rem 1rem;
  color: var(--clr-grey-70);
  font-weight: 500;
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-5);
  border: 1px solid var(--clr-grey-30);
  min-height: 13rem;
  flex-grow: 1;
}
.UploadLogo_uploadContainer__2xKQP.UploadLogo_uploadContainerDragging__e4O7a {
  border: 1px dashed var(--clr-grey-50);
  background-color: var(--clr-grey-10);
}
.UploadLogo_uploadContainer__2xKQP .ant-image-mask,
.UploadLogo_uploadContainer__2xKQP .UploadLogo_uploadImage__m8vve {
  border-radius: 50%;
}
.UploadLogo_uploadContainer__2xKQP .UploadLogo_addUploadBtn__QkCHu {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
}
.UploadLogo_uploadContainer__2xKQP .UploadLogo_uploadImageDesc__La0V4 {
  font-size: 12px;
  color: var(--clr-grey-50);
}

.CompanyForm_form__9B-nX {
  flex-grow: 1;
}
.CompanyForm_logoContainer__I76qC .ant-image-mask,
.CompanyForm_logoContainer__I76qC .CompanyForm_logo__pUSYT {
  border-radius: 0.25rem;
  max-height: 4rem;
}

.ValueFormat_suffix__0hdKp {
  color: var(--clr-grey-40);
  margin-left: 8px;
  word-break: keep-all;
}
.ValueFormat_wrapper__0NK02 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ValueFormat_hide__mcvK0 {
  display: none;
}
.ValueFormat_value__nr0tU {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ValueFormat_value__nr0tU span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FilterList_table-border-radius-mixin__Sk3CL .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.FilterList_table-border-radius-mixin__Sk3CL .ant-table table {
  border-radius: var(--radius-width);
}
.FilterList_table-border-radius-mixin__Sk3CL thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.FilterList_table-border-radius-mixin__Sk3CL thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.FilterList_table-header-InOutboud-background-mixin__ui98U thead.ant-table-thead .FilterList_inbound__I8nKR {
  background-color: var(--clr-light-green);
}
.FilterList_table-header-InOutboud-background-mixin__ui98U thead.ant-table-thead .FilterList_outbound__6PQ2I {
  background-color: var(--clr-light-blue-25);
}
.FilterList_table-default-row-background-mixin__4oN0z .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.FilterList_table-default-row-background-mixin__4oN0z .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.FilterList_table-default-row-background-mixin__4oN0z .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.FilterList_expanded-icon__AMoNO {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.FilterList_wrapper__AI6W1 {
  overflow-y: hidden;
  flex-wrap: nowrap;
  min-height: 2rem;
  align-items: center;
  margin-bottom: 8px;
}
.FilterList_list__WtMc1 {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  align-items: center;
}
.FilterList_list__WtMc1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.FilterList_list__WtMc1::-webkit-scrollbar-track {
  background: transparent;
}
.FilterList_list__WtMc1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.FilterList_list__WtMc1::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.FilterList_list__WtMc1::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.FilterList_item__cQo3W {
  display: flex;
  font-size: 12px;
  margin-right: 0.5rem;
  border-radius: var(--radius-width);
  padding: 4px;
  align-items: center;
  border: 1px solid var(--clr-grey-20);
  background-color: var(--clr-white);
  color: var(--clr-grey-70);
  font-weight: 500;
  height: 2rem;
}
.FilterList_icon__5\+BzG {
  cursor: pointer;
}
.FilterList_name__oOWmU {
  padding: 0 4px;
  white-space: nowrap;
}
.FilterList_value__Wf2Lo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--clr-grey-10);
  border-radius: 4px;
  padding: 0 4px;
  white-space: nowrap;
  cursor: pointer;
  max-width: 260px;
}
.FilterList_value__Wf2Lo svg {
  font-size: 10px;
}
.FilterList_button__dcpgP {
  margin-right: 0.5rem;
  margin-left: 0;
}

.ProductNotificationList_tag__\+q2mi {
  border-radius: 16px;
  padding: 2px 8px;
  text-transform: uppercase;
  font-weight: 500;
  border-width: 0;
}
.ProductNotificationList_tag__\+q2mi.ProductNotificationList_oneTime__84rgW {
  color: var(--clr-orange-70);
  background-color: var(--clr-orange-5);
}
.ProductNotificationList_tag__\+q2mi.ProductNotificationList_permanent__oD46E {
  color: var(--clr-success-700);
  background-color: var(--clr-success-50);
}
.ProductNotificationList_unsubscribeSelectedLength__tlOuk {
  border-radius: 9999px;
  width: 24px;
  height: 22px;
  background-color: var(--clr-grey-30);
}
.ProductNotificationList_icon__YBZqY {
  --color: var(--clr-white);
  position: relative;
  margin-right: 12px;
  padding: 4px;
}
.ProductNotificationList_icon__YBZqY::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
}

.FilterBySelect_searchIcon__XI3vT .ant-select-selection-placeholder {
  left: 36px !important;
}
.FilterBySelect_searchIcon__XI3vT .ant-select-selector::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%2764 64 896 896%27 focusable=%27false%27 data-icon=%27search%27 width=%271em%27 height=%271em%27 fill=%27%235D6B98%27 aria-hidden=%27true%27%3E%3Cpath d=%27M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z%27%3E%3C/path%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  position: absolute;
  margin-right: 4px;
  margin-left: 6px;
}
.FilterBySelect_searchIcon__XI3vT .ant-select-selection-overflow {
  margin-left: 24px;
}
.FilterBySelect_container__qbm6k .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
  min-width: 0;
}
.FilterBySelect_container__qbm6k .ant-select-selection-item-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
}

.ProductsList_cell__kNd\+d {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-radius: calc(4 * var(--radius-width));
  color: var(--clr-grey-50);
  padding: 4.8px 12px 4.8px 4.8px;
  overflow: hidden;
  min-width: 110px;
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}
.ProductsList_cell__kNd\+d img {
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  width: 33px;
  height: 33px;
  flex-shrink: 0;
}
.ProductsList_details__GwXQZ {
  display: flex;
  flex: 1 1;
  margin-top: auto;
  margin-bottom: auto;
}
.ProductsList_img__IiaI5 {
  width: 36px;
  height: 36px;
}
.ProductsList_color__rVtK7 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 4px;
  margin-right: 4px;
}
.ProductsList_copyIcon__nUWG6 {
  position: absolute;
  top: 4px;
  right: 8px;
}
.ProductsList_copyIcon__nUWG6 .ant-btn-icon-only.ant-btn-sm {
  width: 20px;
  height: 20px;
}
.ProductsList_activeIcon__QRUCT {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProductsList_activeIcon__QRUCT svg {
  font-size: 18px;
}
.ProductsList_border__b9rR2 {
  cursor: pointer;
  border: 1px solid transparent;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: var(--radius-width);
}
.ProductsList_border__b9rR2:hover {
  border-color: var(--clr-grey-30);
}
.ProductsList_priceInputContainer__-RlMQ {
  position: relative;
  flex: 1 1;
}
.ProductsList_table__lnKTX {
  --common-column-min-width: 120px;
  --common-column-max-width: 130px;
  --product-column-width: 625px, 1fr;
  --quantity-column-width: 165px;
  --actions-column-width: 150px;
}
.ProductsList_table__lnKTX colgroup {
  display: none;
}
.ProductsList_table__lnKTX .ant-table-placeholder {
  grid-template-columns: 1fr;
}
.ProductsList_table__lnKTX .ant-table-header {
  border-radius: 0;
}
.ProductsList_table__lnKTX .ant-table table,
.ProductsList_table__lnKTX .ant-table-container {
  border-radius: 0 var(--radius-width) var(--radius-width) var(--radius-width);
}
.ProductsList_table__lnKTX .ant-table-body {
  overflow: visible !important;
  overflow: initial !important;
}
.ProductsList_table__lnKTX tr.ant-table-expanded-row.ant-table-expanded-row-level-1 {
  display: block;
}
.ProductsList_table__lnKTX td {
  display: flex;
  align-items: center;
  position: relative;
}
.ProductsList_table__lnKTX td > * {
  flex: 1 1;
}
.ProductsList_table__lnKTX tr {
  display: grid;
  grid-template-columns: 50px minmax(var(--product-column-width)) var(--quantity-column-width) var(--actions-column-width);
}
.ProductsList_table__lnKTX .ant-table-row-level-0:hover button[data-testid='button-copy-name'],
.ProductsList_table__lnKTX tr.children-row:hover button[data-testid='button-copy-name'] {
  display: flex;
}
.ProductsList_table__lnKTX .ant-table-row > td {
  min-height: 80px;
}
.ProductsList_table__lnKTX .ProductsList_childTable__J5-XY {
  display: block;
}
.ProductsList_table__lnKTX .ProductsList_childTable__J5-XY .children-row {
  display: grid;
  background-color: var(--clr-light-green);
  transition: backgroud-color 0.2s linear;
}
.ProductsList_table__lnKTX .ProductsList_childTable__J5-XY .children-row:hover {
  background-color: var(--clr-orange-5);
}
.ProductsList_table__lnKTX .ProductsList_childTable__J5-XY .children-row td:nth-child(1) {
  border-left: 1px solid #f0f0f0;
  left: 50px !important;
}
.ProductsList_popover__3kS85 {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-width);
  border: 1px solid var(--clr-grey-30);
}
.ProductsList_popover__3kS85 .ProductsList_popoverTitle__6zH97 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-grey-70);
  border-radius: var(--radius-width) var(--radius-width) 0 0;
}
.ProductsList_popover__3kS85 .ProductsList_popoverAvailable__aKFhU {
  background-color: var(--clr-dark-green);
}
.ProductsList_popover__3kS85 .ProductsList_popoverRestricted__PN61R {
  background-color: var(--clr-error-100);
}
.ProductsList_popover__3kS85 .ProductsList_popoverInfoContent__Qq-0i {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  padding: 4px 12px;
}
.ProductsList_popover__3kS85 .ProductsList_popoverInfoContent__Qq-0i > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-height: 64px;
  overflow-y: auto;
}
.ProductsList_popover__3kS85 .ProductsList_popoverInfoContent__Qq-0i .ant-tag {
  min-width: 40px;
  text-align: center;
  margin: 0;
}
.ProductsList_productTypesCell__INbil {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  max-width: 100%;
}
.ProductsList_popoverContainer__Q6APH {
  max-height: 365px;
  max-width: 420px;
}
.ProductsList_popoverContainer__Q6APH .ant-popover-inner {
  padding: 8px;
}
.ProductsList_popoverContainer__Q6APH .ant-popover-inner .ant-popover-inner-content {
  padding: 4px 0;
  min-width: 400px;
  min-height: 230px;
}
.ProductsList_popoverContainer__Q6APH .ant-popover-title {
  font-size: 16px;
  padding: 0;
  color: var(--clr-grey-70);
  border: none;
}
.ProductsList_popoverContainer__Q6APH .ProductsList_popoverButtons__-yPFJ {
  flex: 1 1;
}
.ProductsList_popoverContainer__Q6APH .ProductsList_popoverLoading__BkJS9 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
}

.IconClipboards_buttonsWrapper__SVFWA {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.IconClipboards_buttonsWrapper__SVFWA svg {
  cursor: pointer;
  padding-right: 4px;
}
.IconClipboards_buttonsWrapper__SVFWA.IconClipboards_buttonsSmall__n5KFD {
  gap: 0.5rem;
}
.IconClipboards_buttonsWrapper__SVFWA.IconClipboards_buttonsSmall__n5KFD .ant-btn {
  font-size: 12px;
  padding: 0 0.5em;
  max-height: 1.5rem;
  border-radius: calc(var(--radius-width) * 2);
}

.TextEllipsis_container__qXV9V {
  width: 100%;
}
.TextEllipsis_container__qXV9V > * {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Icons_placeholder__wgjam {
  position: relative;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: var(--clr-white);
  border: 1px solid var(--clr-grey-50);
  flex-shrink: 0;
}
.Icons_placeholder__wgjam svg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--clr-grey-50);
  transform: translate(-50%, -50%);
}

.Settings_container__8yj66 {
  --max-w: 70rem;
  max-width: 70rem;
  max-width: var(--max-w);
  width: 100%;
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  align-items: start;
  align-content: start;
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n {
  display: grid;
  grid-template-columns: 1fr;
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n > :first-child {
  padding-bottom: 3em;
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n > * + * {
  border-top: 1px solid var(--clr-grey-20);
  padding-top: 3em;
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n .Settings_item__kpKh9 {
  display: flex;
  flex-direction: column;
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n .Settings_itemTitle__ijWuQ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--clr-grey-70);
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n .Settings_itemTitleIcon__IjP9e {
  display: flex;
  align-items: center;
  border-radius: var(--radius-width);
  padding: 0.55em;
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n .Settings_itemProperty__85ir5 {
  margin-bottom: 0;
}
.Settings_container__8yj66 .Settings_itemsContainer__X2S6n .Settings_itemProperty__85ir5 .ant-form-item-row {
  display: grid;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-grey-50);
  grid-template-columns: 0.6fr 0.4fr;
  min-height: 2rem;
}

.VatRatesList_mainContainer__YSD8f {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  padding: 16px var(--layout-padding-inline);
  max-height: calc(100% - 60px);
  background-color: var(--clr-grey-10);
}
.VatRatesList_toggleVisibility__40zt5 {
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
  padding: 16px;
}
.VatRatesList_toggleVisibility__40zt5 .VatRatesList_label__RO69W {
  font-weight: 500;
  color: var(--clr-grey-50);
  margin-bottom: 12px;
}

.DashboardPage_container__WJiU0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  gap: 1em;
  height: 100%;
}
.DashboardPage_container__WJiU0 > * {
  overflow: auto;
}
.DashboardPage_container__WJiU0 > div {
  max-height: 80%;
}
.DashboardPage_container__WJiU0.DashboardPage_chart__-ymyd {
  grid-template-columns: 1fr;
}
.DashboardPage_container__WJiU0.DashboardPage_chart__-ymyd > div {
  height: 100%;
  max-height: 100%;
}
.DashboardPage_container__WJiU0 iframe {
  border: none;
}
.DashboardPage_loader__d2KmP {
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  border-radius: var(--radius-width);
  backdrop-filter: blur(2px);
}
.DashboardPage_loader__d2KmP .ant-result-icon {
  margin: 0;
}

.NotesEditor_tabs__6xspO {
  overflow: hidden;
}
.NotesEditor_tabs__6xspO .ant-tabs-tab-btn {
  max-width: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.NotesEditor_tabs__6xspO .ant-tabs-nav .ant-tabs-tab {
  padding: 0.25em 0.5em;
}
.NotesEditor_tabs__6xspO .ant-tabs-tab .ant-tabs-tab-disabled span {
  color: rgba(0, 0, 0, 0.25) !important;
}
.NotesEditor_failedNotesList__wzglw {
  margin: 0;
  padding: 0;
  list-style: none;
}
.NotesEditor_failedNotesModal__pFSy8 .ant-modal-confirm-btns {
  justify-content: flex-end;
}
.NotesEditor_failedNotesModal__pFSy8 .ant-modal-confirm-btns button[data-testid='modal-cancel-button'] {
  display: none;
}
.NotesEditor_conflictNotesContainer__hhnVD {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em 0.75em;
  font-weight: 500;
  border-radius: var(--radius-width);
  color: var(--clr-grey-50);
  background-color: var(--clr-purple-5);
}

.UserQuickActions_list__RLimw {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(2, calc(50% - 0.5em));
  padding: 0;
  margin: 0;
  grid-gap: 1em;
  gap: 1em;
  position: relative;
}
.UserQuickActions_listItem__q13A0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75em;
  gap: 1em;
  border-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.UserQuickActions_listItem__q13A0.UserQuickActions_listItemDragging__0\+AXP {
  box-shadow: rgba(110, 110, 110, 0.05) 0px 5px 5px 5px, rgba(110, 110, 110, 0.05) 0px 2px 3px 2px;
}
.UserQuickActions_listItem__q13A0 > div:first-child {
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.5em;
  font-weight: 500;
  border-radius: 0.5em 0.5em 0 0;
}
.UserQuickActions_listItem__q13A0 .UserQuickActions_listItemIcon__IzuRx {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 6px;
  background-color: var(--clr-white);
}
.UserQuickActions_listItem__q13A0 .UserQuickActions_listItemIcon__IzuRx svg {
  width: 24px;
  height: 24px;
}
.UserQuickActions_actionListPopover__ADomN .ant-popover-inner-content {
  padding: 0;
}
.UserQuickActions_actionListContainer__tqgOn {
  min-width: 19rem;
  display: flex;
  flex-direction: column;
  padding: 1em;
  gap: 0.5em;
}
.UserQuickActions_actionListTitle__M1RqO {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--clr-grey-50);
  display: block;
  margin-bottom: 1em;
}
.UserQuickActions_actionList__sQwVU {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 1rem;
  color: var(--clr-grey-70);
}
.UserQuickActions_actionList__sQwVU .UserQuickActions_actionListItemTitle__EEt7l {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.UserQuickActions_actionList__sQwVU .UserQuickActions_actionListItemContent__RrkgP {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.UserQuickActions_actionList__sQwVU .UserQuickActions_actionListItemContent__RrkgP > * {
  margin-left: 0.5em;
  color: var(--clr-grey-70);
  font-weight: 500;
}

.CostPage_modalHeader__O4XWb {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-grey-70);
  font-weight: 500;
  font-size: 18px;
}
.CostPage_modalHeader__O4XWb span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  background-color: #fdead7;
  border-radius: 8px;
  color: var(--clr-grey-40);
}

.RangePicker_container__XHU1n {
  background: var(--clr-white);
}
.RangePicker_container__XHU1n .ant-picker-range {
  display: flex;
  gap: 1rem;
}
.RangePicker_container__XHU1n .ant-picker-range,
.RangePicker_container__XHU1n .ant-picker-focused .ant-picker-outlined {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.RangePicker_container__XHU1n .ant-picker-range-separator {
  display: none;
}
.RangePicker_container__XHU1n .ant-picker-active-bar {
  position: absolute;
  transform: translateX(var(--bar-offset-left));
  bottom: 4px;
  z-index: 10;
  width: var(--bar-width) !important;
}
.RangePicker_container__XHU1n .ant-picker-input {
  position: relative;
}
.RangePicker_container__XHU1n .ant-picker-suffix {
  display: none;
}
.RangePicker_container__XHU1n .ant-picker-dropdown .ant-picker-range-arrow {
  display: none;
}
.RangePicker_container__XHU1n .ant-picker-dropdown-range {
  padding-top: 0;
}
.RangePicker_container__XHU1n .ant-picker .ant-picker-input {
  width: auto;
}
.RangePicker_panelContainer__8zD5e {
  background: none;
}
.RangePicker_panelContainer__8zD5e .ant-picker-cell-disabled {
  opacity: 0.25;
}
.RangePicker_panelContainer__8zD5e .ant-picker-cell-disabled::before {
  background-color: transparent;
}
.RangePicker_panelContainer__8zD5e .ant-picker-body {
  padding-bottom: 0;
}
.RangePicker_panelContainer__8zD5e .ant-picker-header {
  border-bottom: none;
}
.RangePicker_panelContainer__8zD5e .ant-picker-header-view {
  color: var(--clr-grey-70);
}
.RangePicker_panelContainer__8zD5e button [class*='-icon'] {
  color: var(--clr-grey-70);
}
.RangePicker_panelContainer__8zD5e button:hover [class*='-icon'] {
  color: var(--clr-grey-90);
}
.RangePicker_panelContainer__8zD5e .ant-picker-content > thead > tr > th {
  font-weight: 600;
  color: var(--clr-grey-40);
}
.RangePicker_panelContainer__8zD5e .ant-picker-content > tbody > tr > td.ant-picker-cell-in-view {
  font-weight: 500;
  color: var(--clr-grey-40);
}
.RangePicker_panelContainer__8zD5e .ant-picker-content > tbody > tr > td.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):hover,
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled),
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) {
  background: var(--clr-orange-dark-20);
}
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled)::before,
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled)::before,
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner {
  background: none;
  color: var(--clr-grey-50);
}
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-range {
  background-color: var(--clr-orange-dark-5);
}
.RangePicker_panelContainer__8zD5e .ant-picker-content > tbody > tr > td.ant-picker-cell:not(.ant-picker-cell-in-view) {
  opacity: 0;
  visibility: hidden;
}
.RangePicker_panelContainer__8zD5e .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,
.RangePicker_panelContainer__8zD5e .ant-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(
			.ant-picker-cell-range-end
		) .ant-picker-cell-inner {
  background: none;
  border-radius: 0;
  border: none;
  color: var(--clr-grey-50);
}
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-today {
  border: 1px solid var(--clr-orange-40);
}
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: none;
}
.RangePicker_panelContainer__8zD5e .ant-picker-cell-in-view.ant-picker-cell-in-range:not(.ant-picker-cell-disabled)::before {
  background: none;
}
.RangePicker_inputs__eKsJU {
  display: flex;
  gap: 3.5rem;
}
.RangePicker_inputs__eKsJU > * {
  flex: 1 1 100%;
}
.RangePicker_inputs__eKsJU .ant-form-item .ant-col {
  padding: 0;
  margin: 0;
}
.RangePicker_inputClearIcon__c9WzY {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: var(--clr-grey-50);
  transform: translate(50%, -50%);
}

.ProductFilterBy_error__uyOe7 {
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
  color: #ff0000;
}
.ProductFilterBy_showNA__heFlb {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.ProductFilterBy_showNA__heFlb > p {
  margin: 0 0 0 5px;
}
.ProductFilterBy_minMaxInput__GO29u {
  padding-left: 4px;
  width: 45%;
  z-index: 2;
}
.ProductFilterBy_inputGroup__0PjLh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ProductFilterBy_priceError__gxGHW {
  margin-top: -24px;
}
.ProductFilterBy_dropdown-scrollbar-visible__nE4HX .ant-select-tree-list-scrollbar {
  display: block !important;
}
.ProductFilterBy_quickActionFilterContainer__3R-bP {
  display: flex;
  align-items: center;
}
.ProductFilterBy_quickActionFilterContainer__3R-bP .ProductFilterBy_quickActionFilter__MmxOU {
  cursor: pointer;
  color: var(--clr-grey-50);
  font-weight: 500;
  border-radius: calc(2 * var(--radius-width));
  transition: all 0.3s ease-in-out;
  background: var(--clr-white);
}
.ProductFilterBy_quickActionFilterContainer__3R-bP .ProductFilterBy_quickActionFilter__MmxOU:hover {
  color: var(--clr-grey-70);
  border-color: var(--clr-grey-40);
}
.ProductFilterBy_quickActionFilterContainer__3R-bP .ProductFilterBy_quickActionFilterActive__YDBCN {
  border-color: var(--clr-orange-40);
}
.ProductFilterBy_quickActionFilterContainer__3R-bP .ProductFilterBy_quickActionFilterActive__YDBCN:hover {
  border-color: var(--clr-orange-40);
}
.ProductFilterBy_quickActionFilterContainer__3R-bP .ProductFilterBy_quickActionsFilterDisabled__I0gPv {
  pointer-events: none;
  opacity: 0.5;
}

.IbdCartList_popover__y99Hh .ant-popover-inner-content {
  padding: 0;
}
.IbdCartList_container__qjk87 {
  padding: 0.5rem 1rem;
}
.IbdCartList_container__qjk87 .IbdCartList_header__BzJu\+ {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--clr-grey-20);
}
.IbdCartList_footer__5iBlL {
  margin-top: 1rem;
}
.IbdCartList_showCartBtn__q-7JV {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border-color: #d9d9d9;
}
.IbdCartList_showCartBtn__q-7JV.IbdCartList_cartAnimation__0vr87 {
  box-shadow: 0 0 5px 2px var(--clr-orange-30);
  border-color: var(--clr-orange-30);
}
.IbdCartList_showCartBtn__q-7JV svg {
  margin-top: -2px;
  padding-right: 2px;
}

.IbdCartStyles_orderNumbersCell__BFT1h {
  width: 95%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.IbdCartStyles_tabsRow__v5BKJ {
  margin-bottom: 1rem;
}
.IbdCartStyles_container__NJw8m {
  display: flex;
  padding: 16px var(--layout-padding-inline);
  margin-top: 0.5rem;
  background-color: var(--clr-grey-10);
  flex-direction: column;
  flex-grow: 1;
  max-height: calc(100% - 120px);
}
.IbdCartStyles_scrollable__itkVi {
  max-width: 100%;
  flex: 1 1;
}
.IbdCartStyles_scrollable__itkVi .IbdCartStyles_table__mQmGh {
  min-width: 1250px;
}

.Indicator_container__nrNZx {
  --gap: 0.3em;
  display: flex;
  position: absolute;
  right: 4px;
  top: 4px;
  gap: 0.3em;
  gap: var(--gap, 0.3em);
}
.Indicator_indicator__k4CzN {
  width: 2rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-error-200);
  border-radius: calc(var(--radius-width) * 2);
  border: none;
  margin: 0;
  padding: 0.2em 0.65em;
}
.Indicator_eneba__DMYGZ {
  background-color: var(--clr-light-blue-200);
}
.Indicator_note__Pv9ts {
  background-color: white;
  border: 1px solid var(--clr-grey-30);
}

.DarkenBackground_background__e\+Rvk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
}

.Status_tag__LmIl9 {
  border-radius: calc(2 * var(--radius-width));
  border-color: transparent;
  color: var(--clr-grey-80);
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.GridDisplayKey_meta__203Me {
  display: flex;
  text-align: center;
  word-break: break-all;
  white-space: pre-wrap;
  width: 100%;
}
.GridDisplayKey_meta__203Me .ant-card-meta-description {
  color: #000000;
  word-break: break-all;
}
.GridDisplayKey_meta__203Me button {
  display: none;
}
.GridDisplayKey_meta__203Me:hover button {
  display: block;
}

.GridKeyInfo_wrapper__yX2oo {
  margin-top: auto;
  background-color: var(--clr-grey-5);
  padding: 8px;
  border-collapse: collapse;
  border-radius: 4px;
}
.GridKeyInfo_wrapper__yX2oo .GridKeyInfo_divider__fUZim {
  border-bottom: 2px solid var(--clr-grey-20);
  height: 4px;
}
.GridKeyInfo_wrapper__yX2oo div.ant-col {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 18px;
}
.GridKeyInfo_wrapper__yX2oo td {
  color: var(--clr-grey-70);
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.GridKeyInfo_wrapper__yX2oo td:first-child {
  font-weight: 500;
  min-width: 105px;
}
.GridKeyInfo_wrapper__yX2oo td:last-child {
  width: 100%;
  font-weight: 600;
}
.GridKeyInfo_oneLine__YAlxf {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 185px;
  display: inline-block;
}
.GridKeyInfo_fileInfo__-25Uo {
  display: flex;
  align-items: center;
  max-width: 100% !important;
  height: 28px;
}
.GridKeyInfo_fileInfo__-25Uo .GridKeyInfo_copyButton__Ugezc {
  display: none;
}
.GridKeyInfo_fileInfo__-25Uo:hover .GridKeyInfo_copyButton__Ugezc {
  display: block;
}

.HistoryOfKeyDisplayDrawer_table-border-radius-mixin__34SBL .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.HistoryOfKeyDisplayDrawer_table-border-radius-mixin__34SBL .ant-table table {
  border-radius: var(--radius-width);
}
.HistoryOfKeyDisplayDrawer_table-border-radius-mixin__34SBL thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.HistoryOfKeyDisplayDrawer_table-border-radius-mixin__34SBL thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.HistoryOfKeyDisplayDrawer_table-header-InOutboud-background-mixin__EFoSy thead.ant-table-thead .HistoryOfKeyDisplayDrawer_inbound__zdZNl {
  background-color: var(--clr-light-green);
}
.HistoryOfKeyDisplayDrawer_table-header-InOutboud-background-mixin__EFoSy thead.ant-table-thead .HistoryOfKeyDisplayDrawer_outbound__2r98M {
  background-color: var(--clr-light-blue-25);
}
.HistoryOfKeyDisplayDrawer_table-default-row-background-mixin__Huyd8 .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.HistoryOfKeyDisplayDrawer_table-default-row-background-mixin__Huyd8 .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.HistoryOfKeyDisplayDrawer_table-default-row-background-mixin__Huyd8 .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.HistoryOfKeyDisplayDrawer_expanded-icon__Wl\+S2 {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.HistoryOfKeyDisplayDrawer_wrapper__zz-AF {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: white;
  width: 460px;
  right: 0px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.HistoryOfKeyDisplayDrawer_top__6Nt1Q {
  position: relative;
}
.HistoryOfKeyDisplayDrawer_top__6Nt1Q p {
  color: var(--clr-grey-70);
}
.HistoryOfKeyDisplayDrawer_top__6Nt1Q .HistoryOfKeyDisplayDrawer_closeButton__IOMHo {
  position: absolute;
  top: -4px;
  right: 12px;
}
.HistoryOfKeyDisplayDrawer_body__C74cn {
  overflow: hidden;
  margin-bottom: -12px;
}
.HistoryOfKeyDisplayDrawer_footer__wxakl {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 24px;
}
.HistoryOfKeyDisplayDrawer_footer__wxakl button {
  width: 100%;
}

.DependentKeysDrawer_table-border-radius-mixin__MH1tw .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.DependentKeysDrawer_table-border-radius-mixin__MH1tw .ant-table table {
  border-radius: var(--radius-width);
}
.DependentKeysDrawer_table-border-radius-mixin__MH1tw thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.DependentKeysDrawer_table-border-radius-mixin__MH1tw thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.DependentKeysDrawer_table-header-InOutboud-background-mixin__F1fng thead.ant-table-thead .DependentKeysDrawer_inbound__t3O\+h {
  background-color: var(--clr-light-green);
}
.DependentKeysDrawer_table-header-InOutboud-background-mixin__F1fng thead.ant-table-thead .DependentKeysDrawer_outbound__Oaf4Z {
  background-color: var(--clr-light-blue-25);
}
.DependentKeysDrawer_table-default-row-background-mixin__138Cm .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.DependentKeysDrawer_table-default-row-background-mixin__138Cm .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.DependentKeysDrawer_table-default-row-background-mixin__138Cm .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.DependentKeysDrawer_expanded-icon__Py\+QT {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.DependentKeysDrawer_wrapper__WCINg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: white;
  width: 420px;
  right: 0px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.DependentKeysDrawer_top__z-x4s {
  padding: 24px 32px;
  position: relative;
}
.DependentKeysDrawer_top__z-x4s .DependentKeysDrawer_closeButton__c2Hl9 {
  position: absolute;
  top: 8px;
  right: 12px;
}
.DependentKeysDrawer_body__fIRPs {
  padding: 16px 32px;
  border-top: 1px solid var(--clr-grey-20);
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: auto;
}
.DependentKeysDrawer_body__fIRPs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.DependentKeysDrawer_body__fIRPs::-webkit-scrollbar-track {
  background: transparent;
}
.DependentKeysDrawer_body__fIRPs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.DependentKeysDrawer_body__fIRPs::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.DependentKeysDrawer_body__fIRPs::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.DependentKeysDrawer_dependentKeyLabel__TKf7u {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--clr-grey-70);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
}
.DependentKeysDrawer_dependentKeyLabel__TKf7u svg {
  border-radius: 8px;
  background-color: var(--clr-purple-50);
}
.DependentKeysDrawer_dependentKey__TKWQB {
  border-radius: 8px;
  background-color: var(--clr-purple-50);
  border: 1px solid var(--clr-purple-100);
  padding: 16px;
}
.DependentKeysDrawer_dependentKey__TKWQB .DependentKeysDrawer_dependentKeyName__UTbpe {
  font-size: 12px;
  font-weight: 500;
  color: var(--clr-grey-70);
}
.DependentKeysDrawer_footer__GYqT7 {
  margin-top: auto;
  border-top: 1px solid var(--clr-grey-20);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 24px;
}

.GridKeyCard_card__MZqDG {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-radius: var(--radius-width);
  border: 1px solid white;
}
.GridKeyCard_card__MZqDG .ant-card-body {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--clr-grey-10);
  padding: 12px;
  padding-top: 0px;
  min-height: 40px;
}
.GridKeyCard_card__MZqDG.GridKeyCard_selected__CEsu\+ {
  border: 1px solid var(--clr-orange-40);
}
.GridKeyCard_card__MZqDG.GridKeyCard_selected__CEsu\+ .ant-card-cover {
  border: 1px solid var(--clr-orange-40);
  border-bottom-color: transparent;
}
.GridKeyCard_card__MZqDG .ant-image {
  max-height: 64px;
}
.GridKeyCard_card__MZqDG .ant-image > img,
.GridKeyCard_card__MZqDG .ant-image .ant-image-mask {
  max-height: 64px;
}
.GridKeyCard_card__MZqDG .ant-card-cover {
  overflow: hidden;
  box-sizing: border-box;
  border-radius: var(--radius-width) var(--radius-width) 0 0;
  background-color: var(--clr-grey-5);
  border: 1px solid transparent;
  padding: 0.5rem;
}
.GridKeyCard_checkboxWrapper__zccQ8 {
  display: flex;
  justify-content: space-between;
  border-radius: var(--radius-width);
}
.GridKeyCard_tag__PbJBE {
  border-radius: calc(2 * var(--radius-width));
  border-color: transparent;
  background-color: var(--clr-purple-50);
  color: var(--clr-purple-600);
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.RelatedItemsNavigation_table-border-radius-mixin__hD\+E2 .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.RelatedItemsNavigation_table-border-radius-mixin__hD\+E2 .ant-table table {
  border-radius: var(--radius-width);
}
.RelatedItemsNavigation_table-border-radius-mixin__hD\+E2 thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.RelatedItemsNavigation_table-border-radius-mixin__hD\+E2 thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.RelatedItemsNavigation_table-header-InOutboud-background-mixin__gRvP3 thead.ant-table-thead .RelatedItemsNavigation_inbound__n9Das {
  background-color: var(--clr-light-green);
}
.RelatedItemsNavigation_table-header-InOutboud-background-mixin__gRvP3 thead.ant-table-thead .RelatedItemsNavigation_outbound__Ak4Z3 {
  background-color: var(--clr-light-blue-25);
}
.RelatedItemsNavigation_table-default-row-background-mixin__FW1hw .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.RelatedItemsNavigation_table-default-row-background-mixin__FW1hw .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.RelatedItemsNavigation_table-default-row-background-mixin__FW1hw .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.RelatedItemsNavigation_expanded-icon__iZhwz {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.RelatedItemsNavigation_navigationWrapper__o\+Sqo {
  border-top: 1px solid var(--clr-grey-20);
  border-bottom: 1px solid var(--clr-grey-20);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 24px;
}
.RelatedItemsNavigation_navigation__X25hZ {
  display: flex;
  align-items: center;
  gap: 10px;
}
.RelatedItemsNavigation_navigationCellsContainer__IkPbo {
  margin-right: 12px;
  overflow-y: auto;
}
.RelatedItemsNavigation_navigationCellsContainer__IkPbo::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.RelatedItemsNavigation_navigationCellsContainer__IkPbo::-webkit-scrollbar-track {
  background: transparent;
}
.RelatedItemsNavigation_navigationCellsContainer__IkPbo::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dcdfea;
}
.RelatedItemsNavigation_navigationCellsContainer__IkPbo::-webkit-scrollbar-thumb:hover {
  background: #eeeff5;
}
.RelatedItemsNavigation_navigationCellsContainer__IkPbo::-webkit-scrollbar-thumb:active {
  background: #eeeff5;
}
.RelatedItemsNavigation_selectedItems__tZlAm {
  height: 34px;
  border: 1px solid var(--clr-grey-30);
  background-color: var(--clr-grey-5);
  border-radius: 88px;
  padding: 0 6px;
  background: repeating-linear-gradient(60deg, var(--clr-grey-5), var(--clr-grey-5) 9px, var(--clr-grey-30) 10px);
}
.RelatedItemsNavigation_selectedItems__tZlAm .RelatedItemsNavigation_navigationCell__i2I02 {
  border: 1px solid var(--clr-green-400);
}
.RelatedItemsNavigation_selectedItems__tZlAm .RelatedItemsNavigation_navigationCell__i2I02.RelatedItemsNavigation_outboundNavigationCell__Mxx\+S {
  border: 1px solid var(--clr-light-blue-400);
}
.RelatedItemsNavigation_navigationCell__i2I02 {
  height: 22px;
  border-radius: 20px;
  padding: 0 8px 0 8px;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms all;
  cursor: pointer;
}
.RelatedItemsNavigation_navigationCell__i2I02:active {
  opacity: 0.3;
}
.RelatedItemsNavigation_iconArrowRight__y2gIt {
  display: flex;
}
.RelatedItemsNavigation_iconArrowRight__y2gIt svg {
  transform: rotate(90deg);
}
.RelatedItemsNavigation_additionalRows__\+tNqS {
  margin-right: -6px;
  padding: 1px 5px;
  margin-left: 4px;
  background-color: white;
  border-radius: 100px;
}
.RelatedItemsNavigation_inboundNavigationCell__D9RFS {
  background-color: var(--clr-green-100);
  color: var(--clr-green-700);
}
.RelatedItemsNavigation_inboundNavigationCell__D9RFS:hover {
  background-color: var(--clr-green-200);
}
.RelatedItemsNavigation_outboundNavigationCell__Mxx\+S {
  background-color: var(--clr-light-blue-200);
  color: var(--clr-light-blue-700);
}
.RelatedItemsNavigation_outboundNavigationCell__Mxx\+S:hover {
  background-color: var(--clr-light-blue-300);
}
.RelatedItemsNavigation_filterPopover__d9Grh {
  border: 1px solid var(--clr-grey-20);
  border-radius: var(--radius-width);
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item-group-list {
  max-height: 180px;
  overflow: auto;
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item-group-list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item-group-list::-webkit-scrollbar-track {
  background: transparent;
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item-group-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item-group-list::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item-group-list::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-popover-inner {
  padding: 12px 4px;
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-root {
  border-right: 0 !important;
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item {
  display: flex;
  align-items: center;
  height: 30px;
}
.RelatedItemsNavigation_filterPopover__d9Grh .ant-menu-item.RelatedItemsNavigation_searchInput__DYek2 {
  height: 50px;
}
.RelatedItemsNavigation_expandAllButton__lWmMX {
  margin-left: 10px !important;
}
.RelatedItemsNavigation_expandAllButton__lWmMX > span {
  width: 30px;
}

.ArrowsAnimation_wrapper__bAmiI {
  display: flex;
  gap: 3px;
  flex-direction: column;
}
.ArrowsAnimation_wrapper__bAmiI.ArrowsAnimation_reverseVectorDirection__ce1sS svg {
  transform: rotate(180deg);
}
.ArrowsAnimation_wrapper__bAmiI.ArrowsAnimation_reverseVectorDirection__ce1sS svg:nth-child(1) {
  animation-delay: 2s;
}
.ArrowsAnimation_wrapper__bAmiI.ArrowsAnimation_reverseVectorDirection__ce1sS svg:nth-child(2) {
  animation-delay: 1s;
}
.ArrowsAnimation_wrapper__bAmiI.ArrowsAnimation_reverseVectorDirection__ce1sS svg:nth-child(3) {
  animation-delay: 0s;
}
.ArrowsAnimation_wrapper__bAmiI svg {
  opacity: 0.4;
  fill: var(--clr-grey-40);
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: ArrowsAnimation_vector-color-change__mALex;
}
.ArrowsAnimation_wrapper__bAmiI svg:nth-child(2) {
  animation-delay: 1s;
}
.ArrowsAnimation_wrapper__bAmiI svg:nth-child(3) {
  animation-delay: 2s;
}
@keyframes ArrowsAnimation_vector-color-change__mALex {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  34% {
    opacity: 0.4;
  }
}

.RelatedItems_table-border-radius-mixin__uPmfH .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.RelatedItems_table-border-radius-mixin__uPmfH .ant-table table {
  border-radius: var(--radius-width);
}
.RelatedItems_table-border-radius-mixin__uPmfH thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.RelatedItems_table-border-radius-mixin__uPmfH thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.RelatedItems_table-header-InOutboud-background-mixin__MVpxg thead.ant-table-thead .RelatedItems_inbound__V05Ev {
  background-color: var(--clr-light-green);
}
.RelatedItems_table-header-InOutboud-background-mixin__MVpxg thead.ant-table-thead .RelatedItems_outbound__VnGPK {
  background-color: var(--clr-light-blue-25);
}
.RelatedItems_table-default-row-background-mixin__lCn0M .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.RelatedItems_table-default-row-background-mixin__lCn0M .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.RelatedItems_table-default-row-background-mixin__lCn0M .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.RelatedItems_expanded-icon__u8djd {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.RelatedItems_table__HLTYa {
  margin-bottom: 8px;
  overflow: hidden;
}
.RelatedItems_calendarContainer__pXWXr {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin-bottom: -16px;
}
.RelatedItems_arrow__RZDX9 {
  z-index: 100;
  height: 30px !important;
}
.RelatedItems_calendarColumn__z7vC- {
  min-width: 380px;
  max-width: 820px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--clr-grey-20);
  border-bottom-width: 0;
  border-top: 0;
}
.RelatedItems_calendarColumn__z7vC- + .RelatedItems_calendarColumn__z7vC- {
  border-left: 0;
}
.RelatedItems_calendarColumn__z7vC- .RelatedItems_calendarColumnHeader__WTElw {
  padding: 8px;
  color: var(--clr-grey-50);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--clr-grey-20);
}
.RelatedItems_calendarColumnBody__VysKl {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
}
.RelatedItems_calendarColumnCartBox__r1KKx {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px;
  height: 100%;
}
.RelatedItems_calendarColumnCartBox__r1KKx:not(:first-child) {
  border-top: 1px solid var(--clr-grey-50);
}
.RelatedItems_calendarColumnCart__\+dSHC {
  min-width: 370px;
  max-width: 500px;
  border-radius: var(--radius-width);
  padding: 2px;
  padding-bottom: 0;
  overflow: hidden;
}
.RelatedItems_calendarColumnCart__\+dSHC.RelatedItems_inbound__V05Ev {
  background-color: var(--clr-green-100);
  border-bottom: 3px solid var(--clr-green-100);
}
.RelatedItems_calendarColumnCart__\+dSHC.RelatedItems_outbound__VnGPK {
  background-color: var(--clr-light-blue-200);
  border-bottom: 3px solid var(--clr-light-blue-200);
}
.RelatedItems_calendarColumnCart__\+dSHC .ant-collapse-expand-icon {
  order: 0;
}
.RelatedItems_calendarColumnCart__\+dSHC .ant-collapse-header {
  border-radius: 4px !important;
  background-color: white;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  padding: 8px !important;
}
.RelatedItems_calendarColumnCart__\+dSHC .ant-collapse-header:hover,
.RelatedItems_calendarColumnCart__\+dSHC .ant-collapse-header[aria-expanded='true'] {
  background-color: var(--clr-grey-5);
}
.RelatedItems_calendarColumnCart__\+dSHC .ant-collapse-header .ant-collapse-header-text {
  width: 100%;
}
.RelatedItems_calendarColumnCart__\+dSHC .ant-collapse-header .ant-collapse-expand-icon > span {
  transform: rotate(180deg);
}
.RelatedItems_calendarColumnCart__\+dSHC .ant-collapse-content {
  border-width: 0 !important;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.RelatedItems_cartRowsWrapper__XNVwU {
  overflow-y: visible;
  overflow-x: hidden;
  padding-bottom: 25px;
  margin-bottom: -25px;
  max-height: calc(50vh - 135px);
}
.RelatedItems_cartRowsWrapper__XNVwU::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.RelatedItems_cartRowsWrapper__XNVwU::-webkit-scrollbar-track {
  background: transparent;
}
.RelatedItems_cartRowsWrapper__XNVwU::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.RelatedItems_cartRowsWrapper__XNVwU::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.RelatedItems_cartRowsWrapper__XNVwU::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.RelatedItems_cartPagination__urLDT {
  display: flex;
  padding: 4px 16px;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-grey-50);
}
.RelatedItems_cartPagination__urLDT .ant-pagination {
  padding-top: 0;
}
.RelatedItems_cartPagination__urLDT .ant-pagination li {
  z-index: 1000;
  background-color: transparent;
  color: var(--clr-grey-50);
}
.RelatedItems_cartPagination__urLDT .ant-pagination li :hover {
  color: var(--clr-grey-70);
}
.RelatedItems_cartPagination__urLDT .ant-pagination li.ant-pagination-item-active {
  background-color: white;
  border-radius: 50px;
  color: var(--clr-grey-70);
}
.RelatedItems_cartRow__P3peS {
  margin: 2px;
  border-radius: 30px;
}
.RelatedItems_cartRow__P3peS .ant-tag {
  margin-right: 0;
}
.RelatedItems_cartRow__P3peS.RelatedItems_disable__OMdh\+ {
  pointer-events: none;
}
.RelatedItems_cartRow__P3peS.RelatedItems_disable__OMdh\+ .ant-collapse-expand-icon {
  opacity: 0.3;
}
.RelatedItems_cartRow__P3peS.RelatedItems_disable__OMdh\+ .RelatedItems_cartRowLabel__BcQzd,
.RelatedItems_cartRow__P3peS.RelatedItems_disable__OMdh\+ .RelatedItems_cartRowPanel__H2b8U {
  opacity: 0.3;
}
.RelatedItems_cartRowLabel__BcQzd {
  min-width: 370px;
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.RelatedItems_cartRowLabelType__I9aL9 {
  display: flex;
  border-radius: 50px;
  padding: 0 8px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--clr-grey-20);
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
}
.RelatedItems_cartRowLabelType__I9aL9 span {
  transform: scale(4, 4);
  margin-right: 6px;
  color: var(--clr-green-500);
}
.RelatedItems_cartRowLabelType__I9aL9 span.RelatedItems_outbound__VnGPK {
  color: var(--clr-light-blue-400);
}
.RelatedItems_cartRowPanel__H2b8U {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-weight: 600;
}
.RelatedItems_cartRowPanel__H2b8U > div > a {
  color: var(--clr-grey-70);
}
.RelatedItems_cartRowPanel__H2b8U > div > a svg {
  color: var(--clr-grey-40);
}
.RelatedItems_cartRowPanel__H2b8U > div:not(:last-child) {
  padding-right: 6px;
  border-right: 1px solid var(--clr-grey-20);
}
.RelatedItems_cartRowPanel__H2b8U > div:not(:last-child):first-child {
  flex-grow: 1;
}

.IbdCorrection_cardContainer__byILo {
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 64px);
  background-color: var(--clr-grey-10);
  flex-grow: 1;
  padding: 16px 48px;
  margin-bottom: -16px;
}
.IbdCorrection_wrapper__XPQFm {
  height: calc(100vh - 16px);
}
.IbdCorrection_wrapper__XPQFm:focus-visible {
  outline: none;
}
.IbdCorrection_grid__UqzlU {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 350px));
  grid-gap: 16px;
  gap: 16px;
  overflow: auto;
}

.CreateInboundDelivery_table-border-radius-mixin__TS2TQ .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.CreateInboundDelivery_table-border-radius-mixin__TS2TQ .ant-table table {
  border-radius: var(--radius-width);
}
.CreateInboundDelivery_table-border-radius-mixin__TS2TQ thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.CreateInboundDelivery_table-border-radius-mixin__TS2TQ thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.CreateInboundDelivery_table-header-InOutboud-background-mixin__HQ-24 thead.ant-table-thead .CreateInboundDelivery_inbound__MyJEm {
  background-color: var(--clr-light-green);
}
.CreateInboundDelivery_table-header-InOutboud-background-mixin__HQ-24 thead.ant-table-thead .CreateInboundDelivery_outbound__QUybw {
  background-color: var(--clr-light-blue-25);
}
.CreateInboundDelivery_table-default-row-background-mixin__Abz61 .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.CreateInboundDelivery_table-default-row-background-mixin__Abz61 .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.CreateInboundDelivery_table-default-row-background-mixin__Abz61 .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.CreateInboundDelivery_expanded-icon__pvy4Y {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.CreateInboundDelivery_headerTag__lLV0O {
  color: black;
  background-color: var(--clr-pink-100);
}
.CreateInboundDelivery_headerErrorsAlert__GEFfR {
  display: flex;
  align-items: center;
  background-color: var(--clr-error-100);
  border-radius: var(--radius-width);
  padding: 8px;
  gap: 4px;
  font-weight: 600;
  color: var(--clr-grey-70);
}
.CreateInboundDelivery_headerErrorsAlert__GEFfR .CreateInboundDelivery_errorIcon__jWazB {
  color: var(--clr-error-700);
}
.CreateInboundDelivery_createDeliveryWrapper__motBT {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.CreateInboundDelivery_spin__t98tZ {
  position: absolute;
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  background-color: #fcfcfc;
  opacity: 0.85;
}
.CreateInboundDelivery_arrow__I6FRJ {
  transition: transform ease 0.3s;
}
.CreateInboundDelivery_status__SCbN\+ {
  padding: 0 24px;
  border: 1px solid #aeaeae;
  font-size: 18px;
  display: flex;
  background-color: #fef445;
}
.CreateInboundDelivery_status__SCbN\+ h4 {
  margin: auto;
}
.CreateInboundDelivery_createIbdContent__U5DFw {
  height: 100%;
  max-height: calc(100vh - 160px);
  display: grid;
  grid-template-columns: 1fr 420px;
}
.CreateInboundDelivery_selectPartnerColumn__AVHVM {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  margin-top: 16px;
  background-color: var(--clr-grey-10);
  border-left: 1px solid var(--clr-grey-20);
  border-bottom: 1px solid var(--clr-grey-20);
  padding: 16px;
  padding-top: 24px;
}
.CreateInboundDelivery_selectPartnerColumn__AVHVM > div {
  width: 420px;
}
.CreateInboundDelivery_productsWrapper__6Pwib {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  max-height: calc(100vh - 160px);
  background-color: var(--clr-grey-10);
  min-width: 800px;
  overflow-y: auto;
  width: 100%;
  border-bottom: 1px solid var(--clr-grey-20);
}
.CreateInboundDelivery_checkoutMain__YDT9e {
  flex-grow: 1;
}
.CreateInboundDelivery_checkoutImage__3F7Os img {
  height: 42px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.CreateInboundDelivery_checkoutDependentItem__mVo5U {
  text-align: left;
  color: #4096ff;
  padding-left: 1rem;
}
.CreateInboundDelivery_checkoutItemName__L\+-7W {
  text-align: left;
  font-weight: 700;
}
.CreateInboundDelivery_checkoutItem__bDYwQ {
  font-weight: 400;
  font-size: 24px;
}
.CreateInboundDelivery_productUploadListContainer__A8Dxg {
  margin-top: 16px;
  padding-top: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 16px;
  width: 100%;
}
.CreateInboundDelivery_productUploadListContainer__A8Dxg::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.CreateInboundDelivery_productUploadListContainer__A8Dxg::-webkit-scrollbar-track {
  background: transparent;
}
.CreateInboundDelivery_productUploadListContainer__A8Dxg::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-70);
}
.CreateInboundDelivery_productUploadListContainer__A8Dxg::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-70);
}
.CreateInboundDelivery_productUploadListContainer__A8Dxg::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-70);
}
.CreateInboundDelivery_deleteKeysPopup__-T4AM {
  margin-bottom: 1rem;
}
.CreateInboundDelivery_deleteKeysPopup__-T4AM .ant-popconfirm-message {
  padding: 0.5em;
}
.CreateInboundDelivery_deleteKeysPopup__-T4AM .ant-popconfirm-message .ant-popconfirm-title:only-child {
  font-weight: 600;
  color: var(--clr-white);
}
.CreateInboundDelivery_drawer__a3MJO {
  position: absolute;
  top: -32px;
  bottom: 0;
  background-color: white;
  width: 0px;
  right: 0;
  height: 100vh;
  display: flex;
  z-index: 10;
  flex-direction: column;
  border-left: 1px solid var(--clr-grey-20);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
}
.CreateInboundDelivery_drawer__a3MJO.CreateInboundDelivery_open__H\+N8l {
  width: 420px;
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_top__ANejx {
  padding: 24px;
  display: flex;
  align-items: center;
  color: var(--clr-grey-70);
  font-weight: 500;
  font-size: 18px;
  justify-content: space-between;
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_body__TatyS {
  padding: 16px 24px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: auto;
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_body__TatyS::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_body__TatyS::-webkit-scrollbar-track {
  background: transparent;
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_body__TatyS::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_body__TatyS::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_body__TatyS::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_footer__wX0yV {
  margin-top: auto;
  border-top: 1px solid var(--clr-grey-20);
  display: flex;
  justify-content: center;
  padding: 16px 8px 16px 8px;
}
.CreateInboundDelivery_drawer__a3MJO .CreateInboundDelivery_footer__wX0yV button {
  width: 100%;
}
.CreateInboundDelivery_errorItem__R-xUx {
  padding: 8px;
  border-radius: var(--radius-width);
  background-color: var(--clr-error-100);
  width: 100%;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN {
  color: var(--clr-grey-70);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN .CreateInboundDelivery_errorHeaderActions__Cu-2a {
  display: flex;
  gap: 8px;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN .CreateInboundDelivery_errorHeaderActions__Cu-2a button,
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN .CreateInboundDelivery_errorHeaderActions__Cu-2a svg {
  color: var(--clr-error-700);
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN .CreateInboundDelivery_errorHeaderActions__Cu-2a button:hover,
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN .CreateInboundDelivery_errorHeaderActions__Cu-2a svg:hover {
  color: var(--clr-error-700);
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN .CreateInboundDelivery_errorHeaderActions__Cu-2a button {
  color: var(--clr-error-700);
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorHeader__Vs7BN .CreateInboundDelivery_errorHeaderActions__Cu-2a button:hover {
  color: var(--clr-error-700);
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S {
  padding: 8px;
  margin-top: 4px;
  background-color: var(--clr-white);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemDetail__T-Yer {
  transition: 0.3s ease;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemDetail__T-Yer div:first-child {
  flex-grow: 1;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemDetail__T-Yer:hover {
  background-color: var(--clr-error-50);
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemDetail__T-Yer:hover .CreateInboundDelivery_errorItemActions__cBRDr {
  opacity: 1;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorKey__WfSRZ {
  font-weight: 600;
  color: var(--clr-grey-70);
  font-size: 12px;
  word-break: break-all;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorMessages__gOG8s {
  font-size: 500;
  color: var(--clr-grey-50);
  font-size: 12px;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemActions__cBRDr {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  gap: 8px;
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemActions__cBRDr a,
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemActions__cBRDr span {
  color: var(--clr-error-700);
}
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemActions__cBRDr a:hover,
.CreateInboundDelivery_errorItem__R-xUx .CreateInboundDelivery_errorList__dQv0S .CreateInboundDelivery_errorItemActions__cBRDr span:hover {
  color: var(--clr-error-700);
}

.IbdConfirmAlreadyLoadedKeysDrawer_table-border-radius-mixin__41KCB .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-border-radius-mixin__41KCB .ant-table table {
  border-radius: var(--radius-width);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-border-radius-mixin__41KCB thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-border-radius-mixin__41KCB thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-header-InOutboud-background-mixin__wgG9E thead.ant-table-thead .IbdConfirmAlreadyLoadedKeysDrawer_inbound__y\+lkm {
  background-color: var(--clr-light-green);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-header-InOutboud-background-mixin__wgG9E thead.ant-table-thead .IbdConfirmAlreadyLoadedKeysDrawer_outbound__-Ft\+n {
  background-color: var(--clr-light-blue-25);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-default-row-background-mixin__mVoi7 .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-default-row-background-mixin__mVoi7 .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.IbdConfirmAlreadyLoadedKeysDrawer_table-default-row-background-mixin__mVoi7 .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.IbdConfirmAlreadyLoadedKeysDrawer_expanded-icon__vi8sQ {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawer__2psr6 .ant-drawer-body {
  padding: 0;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawer__2psr6 .ant-drawer-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawer__2psr6 .ant-drawer-body::-webkit-scrollbar-track {
  background: transparent;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawer__2psr6 .ant-drawer-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawer__2psr6 .ant-drawer-body::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawer__2psr6 .ant-drawer-body::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawer__2psr6 .ant-drawer-footer {
  border-top: 1px solid var(--clr-grey-20);
  padding: 0px 16px;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerHeader__as8JX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-grey-70);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerTitle__t0BJC {
  font-weight: 500;
  font-size: 18px;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerFooter__Cjyil {
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--clr-grey-70);
  font-weight: 500;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_description__Nynlj {
  color: var(--clr-grey-70);
  font-weight: 600;
  font-size: 14px;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_description__Nynlj span {
  color: var(--clr-grey-40);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorItem__jl6f7 {
  border-radius: var(--radius-width);
  background-color: var(--clr-error-100);
  padding: 16px;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorHeader__ebaQ5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--clr-grey-70);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorHeader__ebaQ5 button {
  color: var(--clr-error-700);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorHeader__ebaQ5 button:hover {
  color: var(--clr-error-700) !important;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorKeys__UibtR {
  display: flex;
  flex-direction: column;
  background-color: var(--clr-white);
  border-radius: 4px;
  padding: 8px;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorKeys__UibtR .IbdConfirmAlreadyLoadedKeysDrawer_errorKeyItem__nrLXN {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--clr-grey-70);
  font-weight: 600;
  border-radius: 4px;
  padding: 0px 8px;
  font-size: 12px;
  transition: 300ms ease;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorKeys__UibtR .IbdConfirmAlreadyLoadedKeysDrawer_errorKeyItem__nrLXN:hover {
  background-color: var(--clr-error-50);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorKeys__UibtR .IbdConfirmAlreadyLoadedKeysDrawer_errorKeyItem__nrLXN:hover button {
  opacity: 1;
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorKeys__UibtR .IbdConfirmAlreadyLoadedKeysDrawer_errorKeyItem__nrLXN button {
  opacity: 0;
  color: var(--clr-error-700);
}
.IbdConfirmAlreadyLoadedKeysDrawer_drawerBody__XAZi1 .IbdConfirmAlreadyLoadedKeysDrawer_errorKeys__UibtR .IbdConfirmAlreadyLoadedKeysDrawer_errorKeyItem__nrLXN button:hover {
  color: var(--clr-error-700) !important;
}

.Product_table-border-radius-mixin__Ei2di .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.Product_table-border-radius-mixin__Ei2di .ant-table table {
  border-radius: var(--radius-width);
}
.Product_table-border-radius-mixin__Ei2di thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.Product_table-border-radius-mixin__Ei2di thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.Product_table-header-InOutboud-background-mixin__UxrZz thead.ant-table-thead .Product_inbound__JejT3 {
  background-color: var(--clr-light-green);
}
.Product_table-header-InOutboud-background-mixin__UxrZz thead.ant-table-thead .Product_outbound__pt1Ox {
  background-color: var(--clr-light-blue-25);
}
.Product_table-default-row-background-mixin__HWTFQ .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.Product_table-default-row-background-mixin__HWTFQ .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.Product_table-default-row-background-mixin__HWTFQ .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.Product_expanded-icon__JQ5fH {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.Product_singleProductWrapper__dXt3h {
  width: 800px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.Product_singleProductWrapper__dXt3h .Product_errorIconWrapper__yHFnA {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-bottom: 4px;
  background-color: var(--clr-error-500);
}
.Product_singleProductWrapper__dXt3h .Product_errorIconWrapper__yHFnA svg {
  color: var(--clr-white);
  width: 20px;
  height: 20px;
}
.Product_singleProduct__9BB-z {
  width: 744px;
  border-radius: var(--radius-width);
}
.Product_singleProduct__9BB-z .ant-col {
  position: static !important;
}
.Product_singleProduct__9BB-z:nth-child(odd) {
  background-color: #f9f9f9;
}
.Product_singleProduct__9BB-z:nth-child(even) {
  background-color: #f2f2f2;
}
.Product_singleProduct__9BB-z:not(:first-child) {
  margin-top: 16px;
}
.Product_singleProduct__9BB-z.Product_error__46Ded {
  border: 2px solid var(--clr-error-500);
}
.Product_row__lPDZ8 {
  width: 100%;
  padding: 12px;
  background: var(--clr-white);
  border-radius: var(--radius-width);
  position: static;
  position: initial;
}
.Product_row__lPDZ8 > div:first-child {
  flex-wrap: nowrap;
}
.Product_rowWithDependentItems__iXEQ9 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.Product_uploadedItemsCountContainer__FrRNx {
  display: flex;
  font-weight: 500;
  gap: 0.5rem;
  color: var(--clr-grey-70);
  border-radius: calc(var(--radius-width));
  background-color: var(--clr-grey-10);
}
.Product_uploadedItemsCountContainer__FrRNx > div {
  display: flex;
  align-items: center;
  padding: 6px 14px;
}
.Product_uploadedItemsCountContainer__FrRNx .Product_uploadedKeysText__xl1tP {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.Product_uploadedItemsCountContainer__FrRNx .Product_uploadedKeysCountError__SLXwy {
  background-color: var(--clr-error-200);
}
.Product_singleProductUploadedKeys__q9Djt {
  color: var(--clr-grey-70);
  font-weight: 600;
  padding: 6px 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.Product_singleProductUploadedKeys__q9Djt .Product_singleProductUploadedKeysIcon__h2zyU {
  color: var(--clr-grey-40);
}
.Product_selectProduct__gd\+Kr {
  text-align: left;
  width: 100%;
  margin-right: 24px;
  height: 56px !important;
}
.Product_selectProduct__gd\+Kr .ant-select-selection-wrap {
  max-width: 455px;
}
.Product_selectProduct__gd\+Kr .ant-select-arrow {
  padding-right: 6px;
}
.Product_selectProduct__gd\+Kr input {
  text-align: left;
}
.Product_selectProductPrefixIcon__KsMqN {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 8px;
  background-color: var(--clr-grey-10);
}
.Product_separator__lM6MR {
  color: var(--clr-grey-30);
}
.Product_ibdProductIcon__D66x5 {
  margin-top: 7px !important;
}
.Product_dependentContainer__Ry1Z6 {
  border-top: 1px solid var(--clr-grey-20);
  padding-left: 32px;
  padding-bottom: 1px;
  padding-top: 8px;
  background-color: var(--clr-white);
  border-radius: 0 0 var(--radius-width) var(--radius-width);
}
.Product_dependentCount__TEGiZ {
  padding: 2px 8px;
  color: var(--clr-grey-50);
  border-radius: calc(2 * var(--radius-width));
  background-color: var(--clr-white);
  font-size: 12px;
}
.Product_collapse__WxFdX {
  background-color: var(--clr-white);
}
.Product_collapse__WxFdX .ant-collapse-content-box {
  padding: 0;
  border-radius: var(--radius-width);
}
.Product_collapse__WxFdX .ant-collapse-content {
  border: none !important;
}
.dependent-panel > .ant-collapse-item > .ant-collapse-header {
  background-color: var(--clr-purple-20);
}
.dependent-panel > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  background-color: var(--clr-purple-5);
}
.Product_collapse__WxFdX.Product_dependent__6XAE4 .ant-collapse-header {
  background-color: var(--clr-light-blue-100);
}
.Product_collapse__WxFdX.Product_dependent__6XAE4 .ant-collapse-content-box {
  background-color: var(--clr-light-blue-25);
}
.Product_noteModal__0qhnW .ant-modal-header .ant-modal-title {
  color: var(--clr-grey-70);
  margin-bottom: 1em;
  padding-right: 8px;
}
.Product_noteModal__0qhnW .ant-modal-footer {
  margin-top: 2.25em;
}
.Product_noteModal__0qhnW .ant-input-clear-icon {
  margin-right: 1em;
}

.SelectFoldableColumnsModal_wrapperButton__D8yNL {
  min-width: 50px;
  padding: 8px;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  border-radius: var(--radius-width) var(--radius-width) 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SelectFoldableColumnsModal_wrapperButton__D8yNL .SelectFoldableColumnsModal_button__B6V5d {
  width: 100%;
  padding: 0;
}
.SelectFoldableColumnsModal_wrapperButton__D8yNL .SelectFoldableColumnsModal_button__B6V5d svg {
  margin: auto;
}
.SelectFoldableColumnsModal_closeIcon__NnyWY {
  cursor: pointer;
  margin-left: auto;
  color: var(--clr-grey-20);
}
.SelectFoldableColumnsModal_modal__sYfeA .ant-modal-footer {
  justify-content: flex-end;
}
.SelectFoldableColumnsModal_group__UXvEf {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.SelectFoldableColumnsModal_group__UXvEf .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}

.Obo_table__HRJtC .ant-table-header,
.Obo_tableEmpty__p2cKQ .ant-table-header {
  border-radius: 0;
}
.Obo_table__HRJtC .ant-table table,
.Obo_tableEmpty__p2cKQ .ant-table table,
.Obo_table__HRJtC .ant-table-container,
.Obo_tableEmpty__p2cKQ .ant-table-container {
  border-radius: 0 var(--radius-width) var(--radius-width) var(--radius-width);
}
.Obo_table__HRJtC colgroup,
.Obo_tableEmpty__p2cKQ colgroup {
  display: none;
}
.Obo_table__HRJtC tr,
.Obo_tableEmpty__p2cKQ tr {
  display: grid;
  grid-template-columns: 49px 177px repeat(2, 200px) minmax(300px, 1.25fr) repeat(var(--obo-rest-columns), minmax(150px, 1fr)) 150px;
}
.Obo_table__HRJtC .ant-table-tbody > tr.ant-table-placeholder,
.Obo_tableEmpty__p2cKQ .ant-table-tbody > tr.ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.Obo_tableCorrection__54JM4 .ant-table table,
.Obo_tableCorrection__54JM4 .ant-table-container {
  border-radius: var(--radius-width) var(--radius-width) var(--radius-width) var(--radius-width);
}
.Obo_table__HRJtC {
  width: 100%;
}
.Obo_table__HRJtC colgroup {
  display: none;
}
.Obo_table__HRJtC .ant-table-expanded-row {
  display: block;
}
.Obo_table__HRJtC .ant-table-thead > tr > th:nth-child(2) {
  background-color: #ffffff;
}
.Obo_table__HRJtC td {
  display: flex;
  align-items: center;
}
.Obo_childTable__rKH-g {
  width: 100%;
  display: block;
}
.Obo_childTable__rKH-g tr {
  display: grid;
  grid-template-columns: 49px 352.5px calc(177px - 1px) minmax(300px, 1.25fr) repeat(var(--obo-rest-columns), minmax(150px, 1fr)) 130px;
}
.Obo_childTable__rKH-g tr td:nth-child(2) {
  border-right: none !important;
}
.Obo_childTable__rKH-g tr td:nth-child(n + 14) {
  border-right: none !important;
}
.Obo_childTable__rKH-g tr td:first-child {
  border-right: none !important;
}
.Obo_switch__gmvIJ {
  transition: none;
}
.Obo_switch__gmvIJ .ant-switch-handle,
.Obo_switch__gmvIJ .ant-switch-inner {
  transition: none;
}

.CorrectionIndicator_tag__0Xq4a {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  background-color: var(--clr-orange-10);
  color: var(--clr-grey-80);
  font-size: 11px;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.OrderStatusCode_icon__JUXbV {
  --color: var(--clr-white);
  position: relative;
  margin-right: 12px;
  padding: 4px;
}
.OrderStatusCode_icon__JUXbV::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
}

.ProductDetails_container__Q\+7qh {
  display: grid;
  width: 100%;
  color: var(--clr-grey-70);
}
.ProductDetails_container__Q\+7qh > div {
  text-align: left;
}
.ProductDetails_details__7oYuE {
  font-size: 12px;
  color: var(--clr-grey-50);
}

.CorrectionDropdown_dropdown__SERyS {
  border-radius: 6px;
}
.CorrectionDropdown_dropdown__SERyS .ant-dropdown-menu-item-group-title {
  font-weight: 18px;
  color: #000000;
}
.CorrectionDropdown_dropdown__SERyS li {
  border-radius: 6px;
}

.DragzoneWrapper_dropzoneOnHover__w0MQX {
  outline: 4px dashed #77cbff;
  outline-offset: 4px;
}
.DragzoneWrapper_dropzoneDependentOnHover__5F\+bc {
  outline: 4px dashed #77cbff;
}

.CreateIbdDependentItem_container__T1n8p {
  padding: 4px;
  margin-right: 12px;
  margin-bottom: 16px;
}
.CreateIbdDependentItem_container__T1n8p.CreateIbdDependentItem_error__BVmSe {
  border: 2px solid var(--clr-error-500);
  border-radius: var(--radius-width);
}
.CreateIbdDependentItem_container__T1n8p.CreateIbdDependentItem_error__BVmSe .CreateIbdDependentItem_key__l2eJ7 {
  color: var(--clr-error-500);
  border: 1px solid var(--clr-error-500);
}
.CreateIbdDependentItem_dependentItemsError__BtLvg {
  border-radius: 8px;
  padding: 8px 16px;
  background-color: var(--clr-error-100);
  color: var(--clr-error-700) !important;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.CreateIbdDependentItem_selectProductBtn__mg4BS {
  padding-bottom: 12px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.CreateIbdDependentItem_selectProductBtn__mg4BS .ant-form-item-explain-error {
  width: 100%;
}
.CreateIbdDependentItem_selectProductBtn__mg4BS .ant-form-item-control-input {
  width: 100%;
}
.CreateIbdDependentItem_selectProductBtn__mg4BS > button,
.CreateIbdDependentItem_selectProductBtn__mg4BS > input {
  text-align: left;
  position: relative;
  width: 100%;
}
.CreateIbdDependentItem_selectProductBtn__mg4BS > button svg,
.CreateIbdDependentItem_selectProductBtn__mg4BS > input svg {
  position: absolute;
  right: 8px;
  top: 25%;
}
.CreateIbdDependentItem_select__VvxUl {
  width: 100%;
  text-align: center;
}
.CreateIbdDependentItem_select__VvxUl input {
  text-align: center;
}
.CreateIbdDependentItem_toggleSelectProductContainer__IRDBa {
  display: flex;
  justify-content: center;
}
.CreateIbdDependentItem_input__4f-GJ {
  width: 280px;
  text-align: center;
  height: 38px;
}
.CreateIbdDependentItem_prefix__rQpYi {
  border-radius: var(--radius-width);
  color: var(--clr-grey-40);
  background-color: var(--clr-light-blue-100);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 22px;
}
.CreateIbdDependentItem_uploadActionsRow__S5uaO {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background-color: var(--clr-purple-100);
  border-radius: calc(var(--radius-width) / 2);
}
.CreateIbdDependentItem_uploadActionsRow__S5uaO span.ant-input-affix-wrapper {
  margin-top: 0.5rem;
}
.CreateIbdDependentItem_key__l2eJ7 {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 0.5rem;
  padding: 6px 14px;
  color: var(--clr-grey-70);
  border-radius: calc(2 * var(--radius-width));
  background-color: var(--clr-purple-20);
}

.Common_table-border-radius-mixin__o7Hy4 .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.Common_table-border-radius-mixin__o7Hy4 .ant-table table {
  border-radius: var(--radius-width);
}
.Common_table-border-radius-mixin__o7Hy4 thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.Common_table-border-radius-mixin__o7Hy4 thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.Common_table-header-InOutboud-background-mixin__Bd77M thead.ant-table-thead .Common_inbound__tn5Ol {
  background-color: var(--clr-light-green);
}
.Common_table-header-InOutboud-background-mixin__Bd77M thead.ant-table-thead .Common_outbound__3rEJ- {
  background-color: var(--clr-light-blue-25);
}
.Common_table-default-row-background-mixin__Tlg9n .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.Common_table-default-row-background-mixin__Tlg9n .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.Common_table-default-row-background-mixin__Tlg9n .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.Common_expanded-icon__LBYmC {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.Common_keysUploadWrapper__6GCN3 {
  background-color: var(--clr-grey-10);
  padding: 8px;
  border-radius: var(--radius-width);
}
.Common_keysUploadWrapper__6GCN3 span.ant-input-affix-wrapper {
  margin-top: 0.5rem;
}
.Common_keysUploadWrapper__6GCN3 span.ant-input-affix-wrapper textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.Common_keysUploadWrapper__6GCN3 span.ant-input-affix-wrapper textarea::-webkit-scrollbar-track {
  background: transparent;
}
.Common_keysUploadWrapper__6GCN3 span.ant-input-affix-wrapper textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.Common_keysUploadWrapper__6GCN3 span.ant-input-affix-wrapper textarea::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.Common_keysUploadWrapper__6GCN3 span.ant-input-affix-wrapper textarea::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.Common_keysUploadPanel__Uz95G {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Common_keysUploadPanel__Uz95G input {
  width: 0;
}
.Common_fileContainer__Rx1uw {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid var(--clr-grey-30);
  border-radius: var(--radius-width);
  background-color: var(--clr-white);
  max-height: 7rem;
  overflow-y: auto;
}
.Common_fileContainer__Rx1uw > button {
  position: sticky;
  top: 0;
  right: 0;
}
.Common_fileList__mARJ0 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  flex: 1 1;
}
.Common_file__lKXJ9 {
  display: flex;
  flex: 0 1 125px;
  align-items: center;
  margin: 0;
  font-size: 12px;
  padding: 2px 8px;
  font-weight: 500;
  color: var(--clr-grey-70);
  background-color: var(--clr-orange-10);
  border-color: transparent;
  border-radius: calc(2 * var(--radius-width));
}
.Common_file__lKXJ9 > svg {
  cursor: pointer;
}
.Common_filePickerLabel__Ey9o3 {
  font-size: 16px;
  border-radius: 0.2rem;
  padding: 0 8px;
  margin-bottom: 2px;
  cursor: pointer;
  background: rgba(200, 200, 200, 0.1);
  box-shadow: 0 0 1px rgba(66, 66, 66, 0.9);
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper {
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper > .ant-input {
  scrollbar-width: auto;
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper > .ant-input::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper > .ant-input::-webkit-scrollbar-track {
  background: transparent;
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper > .ant-input::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper > .ant-input::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper > .ant-input::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.Common_textAreaWrapper__ekg76 .ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  top: 10px;
  right: 22px;
}
@media screen and (min-width: 1600px) {
  .Common_filePickerWrapper__6VFx9 {
    flex-basis: 50%;
  }
}
.Common_fileButtonDisabled__RZ0JB,
.Common_fileButtonDisabled__RZ0JB:hover {
  cursor: not-allowed;
  border-color: #d9d9d9 !important;
  color: var(--clr-grey-30) !important;
  background-color: var(--clr-white);
  box-shadow: none;
}

.FormDescription_root__R9Ny6 {
  --min-width: 300px;
  --max-width: 380px;
  font-size: 1rem;
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
  border: 1px solid var(--clr-grey-20);
  container-type: inline-size;
  container-name: form-description;
  min-width: 300px;
  min-width: var(--min-width);
  max-width: 380px;
  max-width: var(--max-width);
}
.FormDescription_root__R9Ny6 > .FormDescription_box__Cwalu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 16px 16px 16px;
}
.FormDescription_root__R9Ny6 > .FormDescription_boxAction__ssHea {
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
}
.FormDescription_root__R9Ny6 > .FormDescription_boxAction__ssHea > button {
  max-height: 44px;
  width: 100%;
  box-shadow: none;
  border: none;
}
.FormDescription_root__R9Ny6 > .FormDescription_box__Cwalu:not(:last-child) {
  border-bottom: 1px solid var(--clr-grey-20);
}
.FormDescription_root__R9Ny6 .FormDescription_boxLabel__NuuDc {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--clr-grey-70);
  font-weight: 700;
  font-size: 0.875rem;
}
.FormDescription_root__R9Ny6 .FormDescription_boxLabel__NuuDc .FormDescription_boxLabelRequired__8HDH4 {
  margin-left: auto;
  font-size: 0.75rem;
  color: var(--clr-grey-40);
}
.FormDescription_root__R9Ny6 .FormDescription_boxLabel__NuuDc > * {
  font-weight: 500;
}
.FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  flex-wrap: wrap;
  gap: 6px;
}
.FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn > * {
  flex-basis: 100%;
  align-items: center;
  font-weight: 500;
  text-align: left;
}
.FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn > .FormDescription_boxItemLabel__I4Vor {
  margin-left: 0;
  color: var(--clr-grey-50);
}
.FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn > .FormDescription_boxItemValue__sEAln,
.FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn > .FormDescription_boxItemValue__sEAln [data-testid="value-format-wrapper"] {
  justify-content: start;
  font-weight: 500;
  color: var(--clr-grey-70);
}
.FormDescription_boxLabelInfo__eDh7k {
  width: 100%;
  font-size: 0.875rem;
  max-width: 300px;
}
.FormDescription_boxLabelInfoIcon__fjAVb {
  width: 14px;
  height: 14px;
  color: var(--clr-grey-40);
}
@container form-description (min-width: 300px) {
  .FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn {
    flex-wrap: nowrap;
  }
  .FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn .FormDescription_boxItemLabel__I4Vor {
    margin-left: 6px;
  }
  .FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn > .FormDescription_boxItemValue__sEAln,
  .FormDescription_root__R9Ny6 .FormDescription_boxItem__KHQRn > .FormDescription_boxItemValue__sEAln [data-testid="value-format-wrapper"] {
    text-align: right;
    justify-content: end;
  }
}
@media screen and (min-width: 1600px) {
  .FormDescription_root__R9Ny6 > .FormDescription_box__Cwalu {
    padding: 20px 24px 20px 24px;
  }
  .FormDescription_root__R9Ny6 > .FormDescription_boxAction__ssHea {
    padding: 0;
  }
}

.PartnerDetails_wrapper__1t64D {
  min-width: 15rem;
  max-width: 15rem;
}
.PartnerDetails_wrapper__1t64D .ant-card-body {
  min-height: auto;
}
.PartnerDetails_wrapper__1t64D .ant-collapse-expand-icon {
  padding-right: 0;
}
.PartnerDetails_content__RZzet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: var(--clr-grey-50);
}
.PartnerDetails_content__RZzet > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PartnerDetails_link__z1UQE {
  display: inline-flex;
  padding-left: 0;
}
.PartnerDetails_title__DOWwC {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  align-items: center;
  gap: 0.5em;
  color: var(--clr-grey-70);
}
.PartnerDetails_details__c8DlE {
  list-style: none;
  padding: 0;
  margin: 0;
}
.PartnerDetails_details__c8DlE > li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FormLayout_root__2de9A {
  --details-col-width: max(300px, min(20vw, 360px));
  --table-col-width: minmax(0, 1fr);
  height: 100%;
  flex: 1 1 auto;
  background-color: var(--clr-grey-10);
  display: grid;
  padding: 16px var(--layout-padding-inline);
  grid-gap: 40px;
  gap: 40px;
  grid-template-columns: max(300px, min(20vw, 360px)) minmax(0, 1fr);
  grid-template-columns: var(--details-col-width) var(--table-col-width);
  grid-template-areas: "details table";
  overflow-y: auto;
}
.FormLayout_root__2de9A > .FormLayout_details__Jf4TU {
  grid-area: details;
}
.FormLayout_root__2de9A > .FormLayout_table__EM4Nj {
  grid-area: table;
  display: flex;
  gap: 8px;
  gap: var(--gap, 8px);
  flex-direction: column;
  height: 0;
  min-height: 100%;
}

.Ibd_quickActions__6vN4X {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.Ibd_table__SU-fN {
  width: 100%;
  min-width: 1433px;
}
.Ibd_table__SU-fN .ant-table-header {
  border-radius: 0;
}
.Ibd_table__SU-fN .ant-table table,
.Ibd_table__SU-fN .ant-table-container {
  border-radius: 0 var(--radius-width) var(--radius-width) var(--radius-width);
}
.Ibd_table__SU-fN colgroup {
  display: none;
}
.Ibd_table__SU-fN .ant-table-expanded-row-fixed {
  width: calc(100% + 32px) !important;
  overflow: visible !important;
  overflow: initial !important;
}
.Ibd_table__SU-fN .Ibd_expandedRow__ZbsVs .ant-tag[data-code='40'] {
  background: var(--clr-white) !important;
}
.Ibd_table__SU-fN .Ibd_expandedRow__ZbsVs .ant-table-cell {
  background-color: var(--clr-dark-green) !important;
}
.Ibd_table__SU-fN .Ibd_expandedRow__ZbsVs:hover .ant-table-cell {
  background-color: var(--clr-dark-green);
}
.Ibd_table__SU-fN .ant-table-row {
  min-height: 78px;
}
.Ibd_table__SU-fN thead tr {
  display: grid;
  grid-template-columns: 49px 185px 185px minmax(200px, 200fr) repeat(var(--ibd-rest-columns-length), 140px) 160px 180px;
}
.Ibd_tableWithData__gu2IC > tr,
.Ibd_tableWithData__gu2IC thead tr,
.Ibd_tableWithData__gu2IC tfoot tr,
.Ibd_tableWithData__gu2IC tbody:first-of-type tr {
  display: grid;
  grid-template-columns: 49px 185px 185px minmax(200px, 200fr) repeat(var(--ibd-rest-columns-length), 140px) 160px 180px;
}
.Ibd_tableWithData__gu2IC > tr.ant-table-expanded-row-level-1,
.Ibd_tableWithData__gu2IC thead tr.ant-table-expanded-row-level-1,
.Ibd_tableWithData__gu2IC tfoot tr.ant-table-expanded-row-level-1,
.Ibd_tableWithData__gu2IC tbody:first-of-type tr.ant-table-expanded-row-level-1 {
  grid-template-columns: auto;
}
.Ibd_tableWithData__gu2IC > tr .ant-table-row-expand-icon-cell,
.Ibd_tableWithData__gu2IC thead tr .ant-table-row-expand-icon-cell,
.Ibd_tableWithData__gu2IC tfoot tr .ant-table-row-expand-icon-cell,
.Ibd_tableWithData__gu2IC tbody:first-of-type tr .ant-table-row-expand-icon-cell {
  padding: 16px 8px;
}
.Ibd_tableWithData__gu2IC > tr > td,
.Ibd_tableWithData__gu2IC thead tr > td,
.Ibd_tableWithData__gu2IC tfoot tr > td,
.Ibd_tableWithData__gu2IC tbody:first-of-type tr > td {
  display: flex;
  align-items: center;
}
.Ibd_tableWithData__gu2IC > tr > td:nth-child(1),
.Ibd_tableWithData__gu2IC thead tr > td:nth-child(1),
.Ibd_tableWithData__gu2IC tfoot tr > td:nth-child(1),
.Ibd_tableWithData__gu2IC tbody:first-of-type tr > td:nth-child(1) {
  justify-content: center;
}
.Ibd_nestedtable__HSXzr {
  width: 100%;
}
.Ibd_nestedtable__HSXzr tr {
  grid-template-columns: 185px 185px minmax(200px, 200fr) repeat(var(--ibd-rest-columns-length), 140px) 160px 180px !important;
}
.Ibd_nestedtable__HSXzr tr .ant-table-row-expand-icon-cell {
  padding: 16px 8px;
}
.Ibd_nestedtable__HSXzr tr > td {
  display: flex;
  align-items: center;
}
.Ibd_tableCorrection__YkBKt .ant-table table,
.Ibd_tableCorrection__YkBKt .ant-table-container {
  border-radius: var(--radius-width) var(--radius-width) var(--radius-width) var(--radius-width) !important;
}

.QuickFilterTag_quickActionFilter__hWwuM {
  cursor: pointer;
  color: var(--clr-grey-50);
  font-weight: 500;
  border-radius: calc(2 * var(--radius-width));
  transition: all 0.3s ease-in-out;
  background: var(--clr-white);
}
.QuickFilterTag_quickActionFilter__hWwuM:hover {
  color: var(--clr-grey-70);
  border-color: var(--clr-grey-40);
}
.QuickFilterTag_quickActionFilterActive__K3WUo {
  border-color: var(--clr-orange-40);
}
.QuickFilterTag_quickActionFilterActive__K3WUo:hover {
  border-color: var(--clr-orange-40);
}
.QuickFilterTag_quickActionsFilterDisabled__7UxYd {
  pointer-events: none;
  opacity: 0.5;
}

.ImagePreview_imagePreview__KISGV .ant-image-preview-img {
  border-radius: var(--radius-width);
}
.ImagePreview_imagePreview__KISGV.ImagePreview_imagePreviewSelected__z5WSd .ant-image-preview-img {
  border: 4px solid var(--clr-orange-40);
}

.IbdLineDetails_wrapper__7iabC {
  height: calc(100vh - 32px);
}
.IbdLineDetails_wrapper__7iabC:focus-visible {
  outline: none;
}
.IbdLineDetails_headerActions__gSP8b {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
.IbdLineDetails_gridWrapper__PUH5u {
  display: grid;
  margin-top: 8px;
  grid-template-columns: repeat(auto-fill, minmax(270px, 350px));
  grid-gap: 15px;
  gap: 15px;
  overflow: auto;
}
.IbdLineDetails_cardContainer__4azsc {
  display: flex;
  flex-direction: column;
  background-color: var(--clr-grey-10);
  flex: 1 1;
  padding: 16px 48px;
  overflow: hidden;
}
.IbdLineDetails_checkboxes__K7N28 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.IbdLineDetails_selectAllCheckbox__4W431 {
  margin-right: 10px;
  border-right: 1px solid var(--clr-grey-30);
}
.IbdLineDetails_holdReasonLabel__cI0PO .ant-form-item-label {
  padding: 0;
}
.IbdLineDetails_holdReasonLabel__cI0PO .ant-form-item-label > label {
  height: 20px;
}
.IbdLineDetails_holdCheckbox__2Yw1a {
  color: var(--clr-grey-70);
  font-weight: 500;
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-10);
  padding: 0.75em;
}

.KeySearch_keySearch__HnC\+L {
  --_offset-top: 88px;
  display: flex;
  gap: 16px;
  padding-top: 88px;
  padding-top: var(--_offset-top);
  height: calc(100vh - 88px);
  height: calc(100vh - var(--_offset-top));
}

.KeyResult_table-border-radius-mixin__662ZN .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.KeyResult_table-border-radius-mixin__662ZN .ant-table table {
  border-radius: var(--radius-width);
}
.KeyResult_table-border-radius-mixin__662ZN thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.KeyResult_table-border-radius-mixin__662ZN thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.KeyResult_table-header-InOutboud-background-mixin__graBx thead.ant-table-thead .KeyResult_inbound__0k0R9 {
  background-color: var(--clr-light-green);
}
.KeyResult_table-header-InOutboud-background-mixin__graBx thead.ant-table-thead .KeyResult_outbound__eoO7f {
  background-color: var(--clr-light-blue-25);
}
.KeyResult_table-default-row-background-mixin__OME5z .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.KeyResult_table-default-row-background-mixin__OME5z .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.KeyResult_table-default-row-background-mixin__OME5z .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.KeyResult_expanded-icon__6-VsW {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.KeyResult_tag__lbTZQ,
.KeyResult_subKeysTag__Scuas {
  background-color: var(--clr-blue-50);
  color: var(--clr-blue-700);
  border-radius: calc(2 * var(--radius-width));
  padding: 2px 10px;
  border: none;
  font-size: 12px;
  font-weight: 500;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.KeyResult_subKeysTag__Scuas {
  color: var(--clr-success-700);
  background-color: var(--clr-success-50);
}
.KeyResult_results__aN9ef {
  flex-grow: 1;
}
.KeyResult_noResults__sW-TG {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.KeyResult_resultsCount__uiiT5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-grey-40);
}
.KeyResult_table__g9kQi {
  width: 100%;
}
.KeyResult_table__g9kQi .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.KeyResult_table__g9kQi .ant-table table {
  border-radius: var(--radius-width);
}
.KeyResult_table__g9kQi thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.KeyResult_table__g9kQi thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.KeyResult_table__g9kQi thead.ant-table-thead .KeyResult_inbound__0k0R9 {
  background-color: var(--clr-light-green);
}
.KeyResult_table__g9kQi thead.ant-table-thead .KeyResult_outbound__eoO7f {
  background-color: var(--clr-light-blue-25);
}
.KeyResult_table__g9kQi .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.KeyResult_table__g9kQi .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.KeyResult_table__g9kQi .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.KeyResult_table__g9kQi .KeyResult_preventHighlightOnSelect__tcsaZ.ant-table-row-selected > td {
  background-color: var(--clr-white) !important;
}
.KeyResult_table__g9kQi colgroup {
  display: none;
}
.KeyResult_table__g9kQi tr {
  display: grid;
  grid-template-columns: 47px minmax(225px, 2fr) repeat(4, minmax(200px, 1.25fr)) minmax(200px, 1.5fr);
}
.KeyResult_table__g9kQi tr td:not(:nth-child(2)) {
  display: flex;
  align-items: center;
}
.KeyResult_table__g9kQi tr td:first-child {
  justify-content: center;
}
.KeyResult_table__g9kQi .ant-table-tbody > tr > td,
.KeyResult_table__g9kQi .ant-table-thead > tr > th {
  padding: 8px;
}
.KeyResult_table__g9kQi thead tr > th {
  color: var(--clr-grey-50);
}
.KeyResult_table__g9kQi .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.KeyResult_table__g9kQi .ant-table-placeholder .ant-empty {
  width: 100%;
}
.KeyResult_phraseColumnContent__BA-79 {
  height: 100%;
  padding: 8px 0;
}
.KeyResult_phraseColumnContent__BA-79 .ant-image {
  display: flex;
  align-items: center;
}
.KeyResult_parentRow__MJPSE .ant-table-cell {
  background-color: var(--clr-dark-green) !important;
}
.KeyResult_parentRow__MJPSE:hover .ant-table-cell {
  background-color: var(--clr-dark-green);
}
.KeyResult_nestedRow__jePAl .ant-table-cell {
  background-color: var(--clr-light-green) !important;
}
.KeyResult_nestedRow__jePAl:hover .ant-table-cell {
  background-color: var(--clr-light-green);
}
.KeyResult_nestedKeyIcon__crAEL {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.KeyResult_title__dWsnk {
  font-weight: 600;
  font-size: 16px;
}
.KeyResult_desc__7RfTS {
  margin: 24px 0;
  color: var(--clr-grey-70);
  font-weight: 400;
}

.KeyHistory_popover__YSBW5 {
  display: flex;
  align-items: center;
  color: var(--clr-grey-50);
  font-weight: 500;
  font-size: 14px;
}
.KeyHistory_popoverContent__OltwF {
  display: flex;
  min-width: 400px;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  color: var(--clr-grey-70);
}
.KeyHistory_mainKey__4\+YrD {
  font-size: 16px;
}
.KeyHistory_dependentItem__0BwgG {
  background-color: var(--clr-grey-5);
  padding: 8px 12px;
}

.IbiCart_mainContainer__e4pDT {
  display: flex;
  gap: 0.75rem;
  padding: 16px var(--layout-padding-inline);
  overflow: hidden;
  flex-grow: 1;
  flex-direction: column;
  background-color: var(--clr-grey-10);
}
.IbiCart_mainContainer__e4pDT > * {
  margin: 0;
}
.IbiCart_scrollable__7ERAc {
  width: 100%;
  border-radius: var(--radius-width);
}
.IbiCart_scrollable__7ERAc th.ant-table-row-expand-icon-cell {
  min-height: 55px;
}
.IbiCart_table__aNjJc {
  min-width: 1718px;
}
.IbiCart_table__aNjJc table {
  display: grid;
}
.IbiCart_table__aNjJc .ant-table-thead > tr > th {
  display: flex;
  align-items: center;
}
.IbiCart_table__aNjJc tr.ant-table-row-level-0,
.IbiCart_table__aNjJc tfoot tr,
.IbiCart_table__aNjJc thead tr {
  display: grid;
  grid-template-columns: 48px 60px minmax(300px, 300fr) minmax(190px, 190fr) repeat(7, minmax(160px, 160fr));
}
.IbiCart_table__aNjJc tr.ant-table-row-level-0 td,
.IbiCart_table__aNjJc tfoot tr td,
.IbiCart_table__aNjJc thead tr td {
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
}
.IbiCart_table__aNjJc tr.ant-table-row-level-0 td:nth-child(1),
.IbiCart_table__aNjJc tfoot tr td:nth-child(1),
.IbiCart_table__aNjJc thead tr td:nth-child(1),
.IbiCart_table__aNjJc tr.ant-table-row-level-0 td:nth-child(2),
.IbiCart_table__aNjJc tfoot tr td:nth-child(2),
.IbiCart_table__aNjJc thead tr td:nth-child(2) {
  justify-content: center;
}
.IbiCart_table__aNjJc .ant-table-expanded-row {
  display: flex;
}
.IbiCart_table__aNjJc .ant-table-expanded-row td {
  width: 100%;
}
.IbiCart_nestedTable__4zQ71 {
  min-width: calc(1718px - 48px);
}
.IbiCart_nestedTable__4zQ71 tr.ant-table-row-level-0 {
  display: grid;
  grid-template-columns: 60px minmax(300px, 300fr) minmax(190px, 190fr) repeat(7, minmax(160px, 160fr));
}
.IbiCart_nestedTable__4zQ71 tr.ant-table-row-level-0 .ant-table-row-expand-icon-cell {
  display: none;
}
.IbiCart_tabs__BjW\+z .ant-tabs-nav-list {
  background-color: var(--clr-grey-20);
}
.IbiCart_tabs__BjW\+z .ant-tabs-nav {
  margin-bottom: 0;
}
.IbiCart_tabs__BjW\+z .ant-tabs-content-holder {
  display: none;
}
.IbiCart_tabs__BjW\+z .ant-tabs-tab {
  padding: 12px;
}
.IbiCart_tabs__BjW\+z .ant-tabs-tab:not(:first-child) {
  margin: 0 0 0 1rem;
}
.IbiCart_productNameFilter__fyWaW {
  max-width: 20rem;
  margin-left: auto;
}

.ValueFormatWithValidation_wrapper__9FkJe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ValueFormatWithValidation_emptyPriceInput__IPq65 {
  border-color: #eb5151;
}

.InvoiceForm_container__9hpdF {
  height: 100%;
}
.InvoiceForm_mainContainer__LTaK8 {
  height: calc(100vh - 97px);
}
.InvoiceForm_tabs__Vw1Qa {
  background-color: var(--clr-grey-20);
  margin-left: auto;
}
.InvoiceForm_infoContainer__k3GXk {
  background-color: var(--clr-grey-10);
  height: 100%;
  position: relative;
  overflow-y: auto;
  padding: 1rem;
}
.InvoiceForm_infoContainer__k3GXk > div {
  height: 100%;
}
.InvoiceForm_infoContainer__k3GXk .InvoiceForm_details__sJpY4 > div {
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
}
.InvoiceForm_infoContainer__k3GXk .InvoiceForm_details__sJpY4 .InvoiceForm_invoiceData__CkDQu .ant-form-item {
  margin-bottom: 0;
}
.InvoiceForm_infoContainer__k3GXk .InvoiceForm_details__sJpY4 .InvoiceForm_invoiceData__CkDQu .ant-form-item .ant-form-item-label {
  padding: 0;
}
.InvoiceForm_infoContainer__k3GXk .InvoiceForm_details__sJpY4 .InvoiceForm_invoiceData__CkDQu .ant-form-item-control {
  display: flex;
  justify-content: center;
}
.InvoiceForm_infoContainer__k3GXk .InvoiceForm_details__sJpY4 .InvoiceForm_invoiceData__CkDQu .ant-picker {
  width: 100%;
}
.InvoiceForm_infoContainer__k3GXk .InvoiceForm_details__sJpY4 .InvoiceForm_button__72HHr {
  width: 100%;
  border: none;
  box-shadow: none;
}
.InvoiceForm_fileContainer__BAdxx {
  font-size: 0.875rem;
}
.InvoiceForm_fileContainer__BAdxx .InvoiceForm_required__pnwJ-::after {
  content: '*';
  font-size: 12px;
  margin-left: 0.25rem;
  color: var(--clr-orange-40);
}
.InvoiceForm_fileContainer__BAdxx.InvoiceForm_expanded__FgfDS {
  margin-top: 0.5rem;
}
.InvoiceForm_fileContainer__BAdxx > label {
  flex: 1 1 40%;
}
.InvoiceForm_addressDropdownList__GUv8y .InvoiceForm_currentAddress__LYFeJ {
  display: flex;
  justify-content: center;
  background-color: #3ccb7f;
  font-weight: 400;
  padding: 4px 8px;
  color: var(--clr-white);
  border-radius: 4px 4px 0 0;
}
.InvoiceForm_addressDropdownList__GUv8y .InvoiceForm_addressDetails__Mcrje {
  padding: 4px 8px;
  display: flex;
  gap: 0.5rem;
}
.InvoiceForm_addressDropdownList__GUv8y .InvoiceForm_addressDetails__Mcrje div {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  font-weight: 400;
}
.InvoiceForm_addressDropdownList__GUv8y .InvoiceForm_addressDetails__Mcrje div span:nth-child(2) {
  color: var(--clr-grey-70);
}
.InvoiceForm_addressDropdown__xixv- {
  margin: 0;
  padding: 0 !important;
  border-bottom: 1px solid var(--clr-grey-20);
  text-overflow: ellipsis;
}
.InvoiceForm_addressSelect__6CPJw {
  margin: 0;
  width: 100%;
}
.InvoiceForm_addressSelect__6CPJw .ant-checkbox-wrapper {
  display: none;
}
.InvoiceForm_addressSelect__6CPJw .InvoiceForm_addressDetails__Mcrje > div > span:not(:first-child),
.InvoiceForm_addressSelect__6CPJw .InvoiceForm_currentAddress__LYFeJ {
  display: none;
}
.InvoiceForm_addressSelect__6CPJw .InvoiceForm_addressDetails__Mcrje {
  padding: 0;
}
.InvoiceForm_addressSelect__6CPJw .InvoiceForm_addressDetails__Mcrje > div > span {
  text-wrap: nowrap;
}
.InvoiceForm_fileList__9eZX3 {
  display: flex;
  flex: 1 1 60%;
  gap: 0.5rem;
  flex-direction: column;
}
.InvoiceForm_fileList__9eZX3 .ant-btn-icon-only.ant-btn-sm {
  border-radius: calc(2 * var(--radius-width));
}
.InvoiceForm_file__XOa\+O {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-size: 0.875rem;
  gap: 0.5em;
  border-radius: calc(var(--radius-width));
  background-color: var(--clr-grey-10);
  border: none;
  padding: 0.5em 0.375em;
  color: var(--clr-grey-70);
  font-weight: 500;
}
.InvoiceForm_file__XOa\+O span {
  width: 100%;
}
.InvoiceForm_fileActions__N3UD1 {
  padding: 0.5rem;
}
.InvoiceForm_tableContainer__zawh9 {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
}
.InvoiceForm_description__dIx9e .ant-descriptions-header {
  margin-bottom: 0.5rem;
}
.InvoiceForm_description__dIx9e .ant-descriptions-title {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.InvoiceForm_description__dIx9e .ant-descriptions-row > .ant-descriptions-item {
  padding-bottom: 4px;
}
.InvoiceForm_description__dIx9e .ant-descriptions-item-container {
  display: flex;
  align-items: center;
}
.InvoiceForm_description__dIx9e .ant-descriptions-item-container > .ant-descriptions-item-label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-basis: 40%;
}
.InvoiceForm_description__dIx9e .ant-descriptions-item-container > .ant-descriptions-content {
  flex-basis: 60%;
}
.InvoiceForm_description__dIx9e .ant-descriptions-item-container > * {
  font-weight: 500;
  color: var(--clr-grey-50);
}
.InvoiceForm_description__dIx9e .InvoiceForm_value__A5h-M {
  flex: 0 1 50%;
  text-align: right;
}
.InvoiceForm_footer__ljZbm button[data-testid*='button-create'] {
  margin-left: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .InvoiceForm_description__dIx9e .InvoiceForm_value__A5h-M {
    text-align: left;
  }
}
.InvoiceForm_legend__ez5sw {
  display: flex;
  align-items: center;
  padding: 0.5em 0.75em;
  gap: 1em;
  font-weight: 500;
  background-color: var(--clr-purple-100);
  border-radius: 4px;
  margin-right: 1em;
  max-width: 28rem;
}
.InvoiceForm_legendIcon__w4YXj {
  color: var(--clr-orange-50);
}

.ObiCart_container__GzalY {
  display: flex;
  padding: 16px var(--layout-padding-inline);
  margin-top: 0.5rem;
  background-color: var(--clr-grey-10);
  flex-direction: column;
  flex-grow: 1;
}
.ObiCart_table__GJkon {
  min-width: 908px;
}
.ObiCart_table__GJkon table {
  display: grid;
}
.ObiCart_table__GJkon tr.ant-table-row-level-0,
.ObiCart_table__GJkon tfoot tr,
.ObiCart_table__GJkon thead tr {
  display: grid;
  grid-template-columns: 49px 60px repeat(4, minmax(200px, 1fr));
}
.ObiCart_table__GJkon tr.ant-table-row-level-0 td {
  display: flex;
  align-items: center;
}
.ObiCart_table__GJkon tr.ant-table-row-level-0 td.ant-table-selection-column {
  justify-content: center;
}
.ObiCart_table__GJkon .ant-table-expanded-row {
  display: flex;
}
.ObiCart_table__GJkon .ant-table-expanded-row td {
  width: 100%;
}
.ObiCart_nestedTable__gNqhc {
  min-width: 860px;
}
.ObiCart_nestedTable__gNqhc tr.ant-table-row-level-0 {
  display: grid;
  grid-template-columns: 60px repeat(4, minmax(200px, 1fr));
}
.ObiCart_nestedTable__gNqhc tr.ant-table-row-level-0 .ant-table-row-expand-icon-cell {
  display: none;
}

.SelectProductStrategy_container__Rso6T {
  display: flex;
  flex-direction: column;
}
.SelectProductStrategy_container__Rso6T .SelectProductStrategy_line__fSlaI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 12px;
  gap: 1rem;
  border-radius: var(--radius-width);
  color: var(--clr-grey-50);
}
.SelectProductStrategy_container__Rso6T .SelectProductStrategy_line__fSlaI:hover {
  background-color: var(--clr-grey-10);
}
.SelectProductStrategy_container__Rso6T .SelectProductStrategy_default__2OU7o {
  font-size: 11px;
  text-align: right;
  color: var(--clr-grey-40);
}

.ObiForm_mainContainer__z1k5P {
  position: relative;
  flex: 1 1 100%;
  overflow-y: auto;
  max-height: calc(100vh - 275px);
  background-color: var(--clr-grey-10);
  padding: 1rem;
}
.ObiForm_label__O3OYx .ant-form-item-control-input-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ObiForm_tabs__6Ywyk {
  background-color: var(--clr-grey-20);
  margin-left: auto;
}
.ObiForm_correctionMainContainer__09-jr {
  position: relative;
  flex: 1 1 100%;
  overflow-y: auto;
  max-height: calc(100vh - 275px);
  background-color: var(--clr-grey-10);
  padding: 1rem;
  margin: 0 0;
  max-height: calc(100vh - 230px);
}
.ObiForm_detailsContainer__Mifij .ObiForm_button__nfUER {
  display: flex;
  justify-content: center;
  position: sticky;
  width: 100%;
  bottom: 0;
}
.ObiForm_dateContainer__Y0o1P {
  display: flex;
  gap: 1rem;
}
.ObiForm_dateContainer__Y0o1P .ant-form-item-label {
  padding: 0;
}
.ObiForm_tableHeader__qDXxU {
  position: sticky;
}
.ObiForm_scrollable__qoUpA {
  position: sticky;
  border-radius: var(--radius-width);
}
.ObiForm_table__BZJBt {
  min-width: 1000px;
}
.ObiForm_pagination__QsQLj {
  position: sticky;
  margin-top: auto;
  bottom: 1rem;
}
.ObiForm_splitIcon__Xgv5H::after {
  content: '|';
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ObiForm_productId__nw\+o7::before {
  content: 'ID: ';
  margin-right: 0.25rem;
}

.BankAccountDetailsCard_card__VBrxW {
  border: 0;
}
.BankAccountDetailsCard_name__Iyl3j {
  font-weight: bold;
  font-size: 16px;
  color: var(--clr-grey-70);
}
.BankAccountDetailsCard_content__njYpP {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: var(--clr-grey-50);
}
.BankAccountDetailsCard_content__njYpP > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BankAccountDetailsCard_popoverContent__o6YzZ {
  max-width: 25rem;
  color: var(--clr-grey-50);
}
.BankAccountDetailsCard_popoverContent__o6YzZ .BankAccountDetailsCard_title__e9dGd {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  border-bottom: 1px solid var(--clr-grey-20);
  margin-bottom: 1rem;
}
.BankAccountDetailsCard_popoverContent__o6YzZ .BankAccountDetailsCard_item__Jl3PZ {
  display: flex;
  gap: 1rem;
}
.BankAccountDetailsCard_popoverContent__o6YzZ .BankAccountDetailsCard_item__Jl3PZ > :first-child {
  color: var(--clr-grey-50);
  flex: 0 0 20%;
}
.BankAccountDetailsCard_popoverContent__o6YzZ .BankAccountDetailsCard_item__Jl3PZ > :last-child {
  text-align: left;
  color: var(--clr-grey-70);
  font-weight: 500;
}

.ValueWithCorrection_legendIcon__abCKa {
  color: var(--clr-orange-50);
}

.ObiList_obi-mark-as-paid-warning-explanation-box__v3evP {
  padding: 8px;
  background-color: var(--clr-grey-5);
  color: var(--clr-grey-70);
  width: 100%;
}
.ObiList_obi-mark-as-paid-warning-explanation-box__v3evP svg {
  color: var(--clr-grey-30);
}
.ObiList_suffix__mY5uj {
  margin-left: -1px;
}
.ObiList_table__KFtEr .ant-table-header {
  border-radius: 0;
}
.ObiList_table__KFtEr .ant-table table,
.ObiList_table__KFtEr .ant-table-container {
  border-radius: 0 var(--radius-width) var(--radius-width) var(--radius-width);
}
.ObiList_table__KFtEr colgroup {
  display: none;
}
.ObiList_table__KFtEr .ant-table-expanded-row-fixed {
  width: calc(100% + 32px) !important;
  overflow: visible !important;
  overflow: initial !important;
}
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 > tr,
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 thead tr,
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 tfoot tr,
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 tbody:first-of-type tr {
  display: grid;
  grid-template-columns: 49px 180px repeat(2, 165px) 180px minmax(250px, 1fr) 220px 180px 180px;
}
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 > tr > td:nth-child(1),
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 thead tr > td:nth-child(1),
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 tfoot tr > td:nth-child(1),
.ObiList_table__KFtEr.ObiList_tableCorrection__Sj5r1 tbody:first-of-type tr > td:nth-child(1) {
  justify-content: center;
}
.ObiList_table__KFtEr > tr,
.ObiList_table__KFtEr thead tr,
.ObiList_table__KFtEr tfoot tr,
.ObiList_table__KFtEr tbody:first-of-type tr {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) repeat(2, 165px) 180px 180px repeat(var(--obi-rest-columns), 220px) 180px;
}
.ObiList_table__KFtEr > tr.ant-table-expanded-row-level-1,
.ObiList_table__KFtEr thead tr.ant-table-expanded-row-level-1,
.ObiList_table__KFtEr tfoot tr.ant-table-expanded-row-level-1,
.ObiList_table__KFtEr tbody:first-of-type tr.ant-table-expanded-row-level-1 {
  grid-template-columns: auto;
}
.ObiList_table__KFtEr > tr .ant-table-row-expand-icon-cell,
.ObiList_table__KFtEr thead tr .ant-table-row-expand-icon-cell,
.ObiList_table__KFtEr tfoot tr .ant-table-row-expand-icon-cell,
.ObiList_table__KFtEr tbody:first-of-type tr .ant-table-row-expand-icon-cell {
  padding: 16px 8px;
}
.ObiList_table__KFtEr > tr > td,
.ObiList_table__KFtEr thead tr > td,
.ObiList_table__KFtEr tfoot tr > td,
.ObiList_table__KFtEr tbody:first-of-type tr > td {
  display: flex;
  align-items: center;
}
.ObiList_table__KFtEr .ObiList_nestedTable__KzIZC {
  width: 100%;
}
.ObiList_table__KFtEr .ObiList_nestedTable__KzIZC tr {
  grid-template-columns: 180px repeat(2, 165px) 180px minmax(250px, 1fr) 180px 180px !important;
}

.CommonOrders_table-border-radius-mixin__dKSFB .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.CommonOrders_table-border-radius-mixin__dKSFB .ant-table table {
  border-radius: var(--radius-width);
}
.CommonOrders_table-border-radius-mixin__dKSFB thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.CommonOrders_table-border-radius-mixin__dKSFB thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.CommonOrders_table-header-InOutboud-background-mixin__JNAck thead.ant-table-thead .CommonOrders_inbound__xJ9Rs {
  background-color: var(--clr-light-green);
}
.CommonOrders_table-header-InOutboud-background-mixin__JNAck thead.ant-table-thead .CommonOrders_outbound__Hzxnl {
  background-color: var(--clr-light-blue-25);
}
.CommonOrders_table-default-row-background-mixin__KdBK\+ .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.CommonOrders_table-default-row-background-mixin__KdBK\+ .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.CommonOrders_table-default-row-background-mixin__KdBK\+ .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.CommonOrders_expanded-icon__RK8Yw {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.CommonOrders_cartTable__5pBmP {
  min-width: 1350px;
}
.CommonOrders_cartTable__5pBmP .ant-table-row-level-1 td:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.CommonOrders_cartTableContainer__8j-rN {
  background-color: var(--clr-grey-10);
  display: flex;
  padding: 16px var(--layout-padding-inline);
  flex-direction: column;
  flex-grow: 1;
}
.CommonOrders_cartTableContainer__8j-rN .ant-tabs-nav-list {
  background-color: var(--clr-grey-20);
}
.CommonOrders_listHistoryContent__NP1jR {
  transition-duration: 0ms;
  margin-bottom: 20px;
  margin-right: 30px;
  max-width: 28rem;
  width: 100%;
}
.CommonOrders_listHistoryContent__NP1jR .ant-popover-inner-content {
  padding: 0;
  width: 100%;
}
.CommonOrders_listHistoryContent__NP1jR .ant-popover-inner-content > div {
  padding: 0.75rem;
}
.CommonOrders_listHistoryContent__NP1jR .ant-popover-title {
  color: var(--clr-grey-70);
  font-weight: 500;
  font-size: 16px;
}
.CommonOrders_listHistoryContent__NP1jR .ant-list {
  max-height: 146px;
  overflow-y: auto;
}
.CommonOrders_listHistoryContent__NP1jR .ant-empty-image {
  display: none;
}
.CommonOrders_listHistoryContent__NP1jR .ant-empty {
  margin: 0;
}
.CommonOrders_listHistoryContent__NP1jR .ant-popover-inner-content {
  padding: 0;
}
.CommonOrders_item__sz\+Af {
  cursor: pointer;
  font-weight: 500;
  background-color: var(--clr-grey-5);
  color: var(--clr-grey-50);
  margin-bottom: 2px;
  height: 3rem;
  padding: 6px 10px !important;
}
.CommonOrders_item__sz\+Af:hover {
  background-color: var(--clr-grey-20);
  color: var(--clr-grey-70);
}
.CommonOrders_item__sz\+Af .CommonOrders_details__tYk1J {
  display: flex;
  flex-basis: 100%;
}
.CommonOrders_item__sz\+Af .CommonOrders_details__tYk1J > div {
  flex: 1 1;
  display: flex;
  justify-content: center;
  min-height: 3rem;
}
.CommonOrders_item__sz\+Af .CommonOrders_details__tYk1J > div:not(:first-child) {
  position: relative;
  padding-left: 0.75em;
  padding-right: 0.75em;
  align-items: center;
  text-align: center;
}
.CommonOrders_item__sz\+Af .CommonOrders_details__tYk1J > div:not(:first-child)::before {
  content: '';
  height: calc(100% - 12px);
  width: 1px;
  background-color: var(--clr-grey-30);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.CommonOrders_item__sz\+Af .CommonOrders_details__tYk1J > div:last-child {
  justify-content: start;
}
.CommonOrders_priceContainer__l-kfY {
  display: flex;
  flex: 1 1;
  text-align: right;
  justify-content: flex-end;
}

.AvailableProductKeys_content__VN7aT {
  min-width: 180px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
.AvailableProductKeys_content__VN7aT div {
  padding-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.AvailableProductKeys_content__VN7aT .AvailableProductKeys_loader__PvOYt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 134px;
}
.AvailableProductKeys_content__VN7aT ul {
  margin: 0;
  padding: 0;
}
.AvailableProductKeys_content__VN7aT ul li {
  list-style: none;
}
.AvailableProductKeys_icon__yc80D {
  position: absolute;
  top: 6px;
  right: 12px;
  color: var(--clr-grey-40);
}
.AvailableProductKeys_item__aj-aZ {
  display: inline-block;
  margin-right: 0.5rem;
}

.CommonIbo_detailsContainer__YIPZ6 {
  padding: 1rem 0;
}
.CommonIbo_partnerSelect__oXSbu .ant-select {
  width: 200px;
}
.CommonIbo_inputWarningStyle__TE3d0 {
  border-color: #ff692e;
}
.CommonIbo_wrapperWarning__rTMoH {
  display: flex;
  justify-content: center;
  align-items: center;
}
.CommonIbo_warning__taMim {
  border-color: #ff692e;
}
.CommonIbo_warning__taMim:focus {
  border-color: #ff692e;
}
.CommonIbo_warning__taMim:hover {
  border-color: #ff692e;
}
.CommonIbo_input__v8hTP {
  width: 100%;
}
.CommonIbo_inputErrorStyle__\+mEtw {
  border: 1px solid var(--clr-error-500);
}
.CommonIbo_emptyPriceInput__Z3hUx {
  border-color: var(--clr-error-500);
}
.CommonIbo_emptyPriceInput__Z3hUx:focus {
  border: 1px solid var(--clr-error-500);
}
.CommonIbo_emptyPriceInput__Z3hUx:hover {
  border: 1px solid var(--clr-error-500);
}
.CommonIbo_actionButtonsRow__Hx4b8 {
  margin-top: auto;
  padding-top: 2rem;
}
.CommonIbo_table__kYcxk {
  min-width: 820px;
}
.CommonIbo_table__kYcxk .ant-table-cell-with-append button {
  margin: 0;
}
.CommonIbo_table__kYcxk .ant-table-row-level-1 {
  position: relative;
}
.CommonIbo_table__kYcxk .ant-table-row-level-1 td:first-child::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.CommonIbo_disabledRow__-zHOm {
  background: rgba(65,134,224,0.18824);
  pointer-events: none;
}
.CommonIbo_disabledRow__-zHOm:hover {
  background: rgba(65,134,224,0.18824);
}
.CommonIbo_quantityColumn__ajaSd {
  display: flex;
  gap: 4px;
}
.CommonIbo_quantityColumn__ajaSd > :first-child {
  flex: 1 1;
}

.IboAddedItemsTable_table-border-radius-mixin__fatb- .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.IboAddedItemsTable_table-border-radius-mixin__fatb- .ant-table table {
  border-radius: var(--radius-width);
}
.IboAddedItemsTable_table-border-radius-mixin__fatb- thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.IboAddedItemsTable_table-border-radius-mixin__fatb- thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.IboAddedItemsTable_table-header-InOutboud-background-mixin__GThwj thead.ant-table-thead .IboAddedItemsTable_inbound__UDJR3 {
  background-color: var(--clr-light-green);
}
.IboAddedItemsTable_table-header-InOutboud-background-mixin__GThwj thead.ant-table-thead .IboAddedItemsTable_outbound__6kNfD {
  background-color: var(--clr-light-blue-25);
}
.IboAddedItemsTable_table-default-row-background-mixin__vHBIj .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.IboAddedItemsTable_table-default-row-background-mixin__vHBIj .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.IboAddedItemsTable_table-default-row-background-mixin__vHBIj .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.IboAddedItemsTable_expanded-icon__gcYM7 {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.IboAddedItemsTable_container__rVY8a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.IboAddedItemsTable_container__rVY8a .ant-row {
  width: 100%;
}
.IboAddedItemsTable_container__rVY8a .IboAddedItemsTable_empty__bGGTG {
  padding: 2rem;
}
.IboAddedItemsTable_table__t0uah {
  border-radius: var(--radius-width);
}
.IboAddedItemsTable_table__t0uah .ant-table-thead > tr > th {
  padding: 4px 16px;
  background-color: var(--clr-grey-10);
}
.IboAddedItemsTable_table__t0uah .ant-table-thead > tr > td {
  padding: 4px 16px;
  background-color: var(--clr-grey-10);
}
.IboAddedItemsTable_table__t0uah .ant-table-tbody > tr > td {
  padding: 10px 16px;
}
.IboAddedItemsTable_table__t0uah .ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td:not(:last-child) {
  border-right: 0;
}
.IboAddedItemsTable_table__t0uah .ant-table-row-level-1 td:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.IboAddedItemsTable_table__t0uah .IboAddedItemsTable_name__ZGptC {
  font-size: 16px;
  max-width: 175px;
}
.IboAddedItemsTable_table__t0uah .IboAddedItemsTable_details__MDNs- {
  --gap: 1.5rem;
  font-weight: 400;
  font-size: 14px;
}
.IboAddedItemsTable_popover__zz1Cc {
  padding: 0;
  padding-bottom: 65px;
  overflow: hidden;
}

.OboForm_mainInfoContainer__kFWeG {
  position: relative;
  margin-bottom: -16px;
}
.OboForm_detailsContainer__alXbP .OboForm_collapse__qu0Ne .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.OboForm_detailsContainer__alXbP .OboForm_collapse__qu0Ne .ant-collapse-item > .ant-collapse-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.OboForm_detailsContainer__alXbP .OboForm_collapse__qu0Ne .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.OboForm_detailsContainer__alXbP .OboForm_label__jCEk6 .ant-form-item-control-input-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.OboForm_detailsContainer__alXbP .OboForm_detailsBox__LKi4K {
  padding: 1rem;
  border-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.OboForm_detailsContainer__alXbP .OboForm_card__PpEVZ {
  margin-top: 0;
  border: none;
}
.OboForm_detailsContainer__alXbP .OboForm_card__PpEVZ .ant-card-body {
  padding: 0;
}
.OboForm_description__FKW9A .ant-descriptions-title {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.OboForm_description__FKW9A .ant-descriptions-row > .ant-descriptions-item {
  width: 100%;
  padding-bottom: 4px;
}
.OboForm_description__FKW9A .ant-descriptions-item-label {
  flex: 0 1 50%;
}
.OboForm_description__FKW9A .ant-descriptions-item-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 50%;
}
.OboForm_description__FKW9A .ant-descriptions-item-container > * {
  font-weight: 500;
  color: var(--clr-grey-50);
}
.OboForm_description__FKW9A .ant-picker,
.OboForm_description__FKW9A .ant-select {
  width: 100%;
}
.OboForm_description__FKW9A .OboForm_value__aJjXA {
  flex-basis: 50%;
  text-align: right;
}
.OboForm_table__WTbH6 {
  min-width: 1100px;
}
.OboForm_table__WTbH6 .ant-table-row-level-1 {
  position: relative;
}
.OboForm_table__WTbH6 .ant-table-row-level-1 td:first-child::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.OboForm_table__WTbH6 .OboForm_pagination__JNf\+F {
  position: sticky;
  margin-top: auto;
  bottom: 16px;
}
.OboForm_addProductBtn__qOUQi {
  display: flex;
  justify-content: center;
  width: 100%;
  position: sticky;
  bottom: 0;
  margin-top: 1rem;
}
.OboForm_tabs__SEmXu {
  background-color: var(--clr-grey-20);
  margin-left: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .OboForm_description__FKW9A .ant-descriptions-item-label {
    flex: 1 1 100%;
  }
  .OboForm_description__FKW9A .OboForm_value__aJjXA {
    flex-basis: 100%;
    text-align: left;
  }
}

.IboForm_table-border-radius-mixin__K7cA- .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.IboForm_table-border-radius-mixin__K7cA- .ant-table table {
  border-radius: var(--radius-width);
}
.IboForm_table-border-radius-mixin__K7cA- thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.IboForm_table-border-radius-mixin__K7cA- thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.IboForm_table-header-InOutboud-background-mixin__X9CtT thead.ant-table-thead .IboForm_inbound__Lweai {
  background-color: var(--clr-light-green);
}
.IboForm_table-header-InOutboud-background-mixin__X9CtT thead.ant-table-thead .IboForm_outbound__oi-Ce {
  background-color: var(--clr-light-blue-25);
}
.IboForm_table-default-row-background-mixin__n2IFn .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.IboForm_table-default-row-background-mixin__n2IFn .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.IboForm_table-default-row-background-mixin__n2IFn .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.IboForm_expanded-icon__XD13q {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.IboForm_mainInfoFormContainer__whvHt {
  position: relative;
  height: calc(100vh - 240px);
}
.IboForm_detailsContainer__Rt190 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.IboForm_detailsContainer__Rt190 .IboForm_button__l\+LaQ {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 0;
  border: none;
  width: 100%;
}
.IboForm_description__bSyfM .ant-descriptions-title {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.IboForm_description__bSyfM .ant-descriptions-row > .ant-descriptions-item {
  width: 100%;
  padding-bottom: 4px;
}
.IboForm_description__bSyfM .ant-descriptions-item-label {
  flex: 0 1 50%;
}
.IboForm_description__bSyfM .ant-descriptions-item-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 50%;
}
.IboForm_description__bSyfM .ant-descriptions-item-container > * {
  font-weight: 500;
  color: var(--clr-grey-50);
}
.IboForm_description__bSyfM .ant-picker,
.IboForm_description__bSyfM .ant-select {
  width: 100%;
}
.IboForm_description__bSyfM .IboForm_value__FarKN {
  flex-basis: 50%;
  text-align: right;
}
.IboForm_tag__v6jBq {
  color: black;
  background-color: var(--clr-pink-100);
}
.IboForm_scrollable__XgsIe {
  border-radius: var(--radius-width);
  position: sticky;
  top: 1rem;
}
.IboForm_table__RNMRi .ant-table-row-level-0 td.ant-table-cell,
.IboForm_table__RNMRi .ant-table-row-level-1 td.ant-table-cell {
  min-height: 72px;
}
.IboForm_table__RNMRi .ant-table-row-level-1 td:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.IboForm_footer__yeUrF {
  padding-top: 16px;
  margin-top: auto;
  display: flex;
  justify-content: end;
  margin-left: var(--layout-padding-inline);
  margin-right: var(--layout-padding-inline);
}
.IboForm_tabs__4e4wr {
  background-color: var(--clr-grey-20);
  margin-left: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .IboForm_description__bSyfM .ant-descriptions-item-label {
    flex: 1 1 100%;
  }
  .IboForm_description__bSyfM .IboForm_value__FarKN {
    flex-basis: 100%;
    text-align: left;
  }
}

.IboList_table__BgEiv {
  width: 100%;
  min-width: 1522px;
}
.IboList_table__BgEiv colgroup {
  display: none;
}
.IboList_table__BgEiv .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.IboList_table__BgEiv .ant-table-placeholder .ant-empty {
  width: 100%;
}
.IboList_table__BgEiv .ant-table-expanded-row-level-1 {
  display: grid;
  grid-template-columns: auto;
}
.IboList_table__BgEiv .ant-table-expanded-row-level-1 > td {
  border-right: none !important;
}
.IboList_table__BgEiv .IboList_expandedRow__nxB7T .ant-tag[data-code='40'] {
  background: var(--clr-white) !important;
}
.IboList_table__BgEiv .IboList_expandedRow__nxB7T .ant-table-cell {
  background-color: var(--clr-dark-green) !important;
}
.IboList_table__BgEiv .IboList_expandedRow__nxB7T:hover .ant-table-cell {
  background-color: var(--clr-dark-green);
}
.IboList_table__BgEiv tr {
  display: grid;
  grid-template-columns: 47px 180px minmax(185px, 185fr) minmax(150px, 150fr) minmax(190px, 190fr) minmax(180px, 180fr) repeat(5, minmax(150px, 150fr)) 150px;
}
.IboList_table__BgEiv tr td {
  display: flex;
  align-items: center;
}
.IboList_table__BgEiv tr.IboList_child__A1yoU td {
  background-color: #fafafa;
}
.IboList_table__BgEiv .ant-pagination {
  display: none;
}
.IboList_table__BgEiv .IboList_childTable__BIJg8 {
  width: calc(100% - 2px);
}
.IboList_table__BgEiv .IboList_childTable__BIJg8 .ant-table-bordered {
  margin: -16px -17px -16px 30px !important;
}
.IboList_table__BgEiv .IboList_childTable__BIJg8 tr {
  display: grid;
  grid-template-columns: 180px minmax(185px, 185fr) minmax(150px, 150fr) minmax(190px, 190fr) minmax(180px, 180fr) repeat(5, minmax(150px, 150fr)) 150px;
}
.IboList_table__BgEiv .IboList_childTable__BIJg8 tr td:first-child {
  border-right: none !important;
}
.IboList_table__BgEiv .IboList_childTable__BIJg8 .expandable td:first-child {
  border-right: 1px solid var(--clr-grey-10) !important;
}
.IboList_actions__\+38YX {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

.ModificationHistory_table-border-radius-mixin__Egx9a .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.ModificationHistory_table-border-radius-mixin__Egx9a .ant-table table {
  border-radius: var(--radius-width);
}
.ModificationHistory_table-border-radius-mixin__Egx9a thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.ModificationHistory_table-border-radius-mixin__Egx9a thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.ModificationHistory_table-header-InOutboud-background-mixin__HuX1i thead.ant-table-thead .ModificationHistory_inbound__7Cqjt {
  background-color: var(--clr-light-green);
}
.ModificationHistory_table-header-InOutboud-background-mixin__HuX1i thead.ant-table-thead .ModificationHistory_outbound__6DqCk {
  background-color: var(--clr-light-blue-25);
}
.ModificationHistory_table-default-row-background-mixin__4Erse .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.ModificationHistory_table-default-row-background-mixin__4Erse .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.ModificationHistory_table-default-row-background-mixin__4Erse .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.ModificationHistory_expanded-icon__y71bC {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.ModificationHistory_wrapper__dBGR4 {
  overflow: auto;
  height: calc(100vh - 80px);
  padding: 16px;
}
.ModificationHistory_noHistory__iQ5xA {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ModificationHistory_content__ool8z {
  max-width: 808px;
  padding: 0px 16px;
  margin: 0 auto;
}
.ModificationHistory_filterDropdown__RgzX1 .ant-dropdown-menu {
  gap: 0px !important;
  padding: 5px 12px !important;
}
.ModificationHistory_filterDropdown__RgzX1 ul.ant-dropdown-menu-item-group-list {
  max-height: 200px;
  overflow: auto;
}
.ModificationHistory_filterDropdown__RgzX1 ul.ant-dropdown-menu-item-group-list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.ModificationHistory_filterDropdown__RgzX1 ul.ant-dropdown-menu-item-group-list::-webkit-scrollbar-track {
  background: transparent;
}
.ModificationHistory_filterDropdown__RgzX1 ul.ant-dropdown-menu-item-group-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.ModificationHistory_filterDropdown__RgzX1 ul.ant-dropdown-menu-item-group-list::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.ModificationHistory_filterDropdown__RgzX1 ul.ant-dropdown-menu-item-group-list::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.ModificationHistory_filterDropdown__RgzX1 .ant-dropdown-menu-item-group-title {
  padding: 0 !important;
}
.ModificationHistory_filtersSelectHeader__DnnG2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ModificationHistory_filtersSelectHeader__DnnG2 div {
  color: var(--clr-grey-70);
  font-weight: 600;
  font-size: 16px;
}
.ModificationHistory_filtersSelectHeader__DnnG2 button {
  width: 90px !important;
  height: 30px;
  color: var(--clr-grey-50);
  font-size: 14px;
  padding-right: 0;
}
.ModificationHistory_filterCheckbox__FOrS7 {
  padding: 8px;
  font-weight: 500;
  width: 100%;
  color: var(--clr-grey-50);
}
.ModificationHistory_filterCheckbox__FOrS7:hover {
  background-color: var(--clr-grey-10);
}
.ModificationHistory_historyList__c7GBK {
  overflow: auto;
  height: calc(100vh - 204px);
  display: flex;
  flex-direction: column;
  padding-right: 8px;
  gap: 16px;
  margin-top: 12px;
}
.ModificationHistory_historyList__c7GBK::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.ModificationHistory_historyList__c7GBK::-webkit-scrollbar-track {
  background: transparent;
}
.ModificationHistory_historyList__c7GBK::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.ModificationHistory_historyList__c7GBK::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.ModificationHistory_historyList__c7GBK::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.ModificationHistory_cart__CVtww {
  padding: 16px;
  background-color: var(--clr-white);
  border: 1px solid var(--clr-grey-20);
  border-radius: 14px;
}
.ModificationHistory_cartHeader__xd4i0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-grey-70);
}
.ModificationHistory_cartHeaderUserAvatar__HBBjn > div {
  font-size: 14px;
  font-weight: 600 !important;
}
.ModificationHistory_cartHeaderDate__qbAyY {
  font-size: 12px;
  font-weight: 600;
  color: var(--clr-grey-70);
}
.ModificationHistory_cartContent__bL3kH {
  padding-left: 43px;
  display: flex;
  flex-direction: column;
  color: var(--clr-grey-70);
  gap: 12px;
  padding-top: 8px;
}
.ModificationHistory_cartContentItem__T2XOp {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ModificationHistory_cartContentItem__T2XOp > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ModificationHistory_cartContentItem__T2XOp .ModificationHistory_label__fhtdF {
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 50px;
}
.ModificationHistory_cartContentItem__T2XOp .ModificationHistory_label__fhtdF > div {
  display: flex;
  align-items: center;
}
.ModificationHistory_cartContentItem__T2XOp .ModificationHistory_label__fhtdF > div svg {
  margin-right: 4px;
}
.ModificationHistory_cartContentItem__T2XOp .ModificationHistory_update__NVP\+N {
  background-color: var(--clr-light-blue-100);
  color: var(--clr-light-blue-600);
}
.ModificationHistory_cartContentItem__T2XOp .ModificationHistory_remove__Y3PRE {
  background-color: var(--clr-error-100);
  color: var(--clr-error-600);
}
.ModificationHistory_cartContentItem__T2XOp .ModificationHistory_add__i9OrY {
  background-color: var(--clr-green-100);
  color: var(--clr-green-600);
}

.SelectStockType_button__d8SMS {
  background-color: var(--clr-orange-10);
  border-color: var(--clr-orange-20);
}
.SelectStockType_button__d8SMS:hover,
.SelectStockType_button__d8SMS:focus,
.SelectStockType_button__d8SMS:active {
  background-color: var(--clr-orange-20);
  border-color: var(--clr-orange-30);
}
.SelectStockType_button__d8SMS.ant-btn-default > svg {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  order: 2;
}
.SelectStockType_button__d8SMS > :last-child {
  font-size: 12px;
}

.OboProductBackInStockSubscription_popoverContent__\+REIt {
  max-width: 310px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.OboProductBackInStockSubscription_popoverTitle__aLEc3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--clr-grey-40);
}
.OboProductBackInStockSubscription_popoverTitle__aLEc3 strong {
  color: var(--clr-grey-70);
}
.OboProductBackInStockSubscription_actionsWrapper__DufZV {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border-radius: 10px;
  background-color: var(--clr-grey-5);
}
.OboProductBackInStockSubscription_space__g1DCY {
  justify-content: space-between;
}
.OboProductBackInStockSubscription_subscriptionTypeBox__c0mQB {
  width: 100%;
}
.OboProductBackInStockSubscription_subscriptionTypeBox__c0mQB > span {
  width: 145px;
  text-align: center;
  white-space: nowrap;
}

.OboCart_table-border-radius-mixin__bKNjG .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.OboCart_table-border-radius-mixin__bKNjG .ant-table table {
  border-radius: var(--radius-width);
}
.OboCart_table-border-radius-mixin__bKNjG thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.OboCart_table-border-radius-mixin__bKNjG thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.OboCart_table-header-InOutboud-background-mixin__7WlBg thead.ant-table-thead .OboCart_inbound__6c2Mp {
  background-color: var(--clr-light-green);
}
.OboCart_table-header-InOutboud-background-mixin__7WlBg thead.ant-table-thead .OboCart_outbound__RngmY {
  background-color: var(--clr-light-blue-25);
}
.OboCart_table-default-row-background-mixin__\+sE1u .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.OboCart_table-default-row-background-mixin__\+sE1u .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.OboCart_table-default-row-background-mixin__\+sE1u .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.OboCart_expanded-icon__EyIpb {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.OboCart_container__tro-K {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.OboCart_container__tro-K .ant-row {
  width: 100%;
}
.OboCart_container__tro-K .OboCart_empty__eRCA3 {
  padding: 2rem;
}
.OboCart_cartTable__gGKRY {
  border-radius: var(--radius-width);
}
.OboCart_cartTable__gGKRY .ant-table-thead > tr > th {
  padding: 4px 16px;
  background-color: var(--clr-grey-10);
}
.OboCart_cartTable__gGKRY .ant-table-thead > tr > td {
  padding: 4px 16px;
  background-color: var(--clr-grey-10);
}
.OboCart_cartTable__gGKRY .ant-table-tbody > tr > td {
  padding: 10px 16px;
}
.OboCart_cartTable__gGKRY .ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td:not(:last-child) {
  border-right: 0;
}
.OboCart_cartTable__gGKRY .ant-table-row-level-1 td:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.OboCart_cartTable__gGKRY .OboCart_name__pqwGo {
  font-size: 16px;
  max-width: 175px;
}
.OboCart_cartTable__gGKRY .OboCart_details__fq3B5 {
  --gap: 1.5rem;
  font-weight: 400;
  font-size: 14px;
}
.OboCart_inputWarningStyle__BZ-ks {
  border-color: #f0ad4e;
  box-shadow: 0 0 0 2px rgba(248, 121, 2, 0.35);
}
.OboCart_warning__rA9wT {
  color: #f0ad4e;
  z-index: 4;
  border-color: #f0ad4e;
  box-shadow: 0 0 0 2px rgba(248, 121, 2, 0.35);
}
.OboCart_warning__rA9wT:focus {
  border-color: #f0ad4e;
  box-shadow: 0 0 0 2px rgba(248, 121, 2, 0.35);
}
.OboCart_warning__rA9wT:hover {
  border-color: #f0ad4e;
  box-shadow: 0 0 0 2px rgba(248, 121, 2, 0.35);
}

.UspBelowLastUbpModal_modal__3nV6k .UspBelowLastUbpModal_description__0AquW {
  font-size: 14px;
  color: var(--clr-grey-50);
  font-weight: 400;
  line-height: 20px;
}
.UspBelowLastUbpModal_modal__3nV6k .UspBelowLastUbpModal_footer__-IC7k {
  margin-top: 40px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.UspBelowLastUbpModal_modal__3nV6k .UspBelowLastUbpModal_footer__-IC7k button {
  height: 40px;
}

.ObdCorrection_cardContainer__9EY\+Q {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  background-color: var(--clr-grey-10);
  padding: 16px var(--layout-padding-inline);
}
.ObdCorrection_wrapper__dYxOk {
  height: calc(100vh - 16px);
}
.ObdCorrection_wrapper__dYxOk:focus-visible {
  outline: none;
}
.ObdCorrection_grid__41wWL {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 350px));
  grid-gap: 16px;
  gap: 16px;
  overflow: auto;
}

.ObdCorrectionStockHandlingModal_text__7xCOp {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.ObdCorrectionStockHandlingModal_footer__PuK8w {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.ObdCorrectionStockHandlingModal_textarea__cSqei svg {
  margin-right: 12px;
}
.ObdCorrectionStockHandlingModal_icon__TOinp {
  padding-top: 3px;
}

.OptionalLabel_label__3ct71 {
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
  color: var(--clr-grey-50);
}
.OptionalLabel_wrapper__Vsp7c {
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.Obd_table__corMD {
  width: 100%;
  min-width: 1761px;
}
.Obd_table__corMD colgroup {
  display: none;
}
.Obd_table__corMD > tr,
.Obd_table__corMD thead tr,
.Obd_table__corMD tfoot tr,
.Obd_table__corMD tbody:first-of-type tr {
  display: grid;
  grid-template-columns: 49px 32px 190px repeat(2, minmax(200px, 200fr)) minmax(180px, 180fr) minmax(150px, 150fr) repeat(4, minmax(180px, 180fr));
}
.Obd_table__corMD > tr.ant-table-expanded-row-level-1,
.Obd_table__corMD thead tr.ant-table-expanded-row-level-1,
.Obd_table__corMD tfoot tr.ant-table-expanded-row-level-1,
.Obd_table__corMD tbody:first-of-type tr.ant-table-expanded-row-level-1 {
  grid-template-columns: auto;
}
.Obd_table__corMD > tr .ant-table-row-expand-icon-cell,
.Obd_table__corMD thead tr .ant-table-row-expand-icon-cell,
.Obd_table__corMD tfoot tr .ant-table-row-expand-icon-cell,
.Obd_table__corMD tbody:first-of-type tr .ant-table-row-expand-icon-cell {
  padding: 16px 8px;
}
.Obd_table__corMD td {
  display: flex;
  align-items: center;
}
.Obd_table__corMD .ant-table-row-expand-icon-cell {
  justify-content: center;
}
.Obd_table__corMD .ant-table-placeholder {
  grid-template-columns: 1fr !important;
}
.Obd_table__corMD .ant-table-placeholder .ant-empty {
  margin-left: auto;
  margin-right: auto;
}
.Obd_table__corMD .Obd_child__FB-qz td {
  background-color: #fafafa;
}
.Obd_nestedtable__oQAwd {
  width: 100%;
  min-width: 1712px !important;
}
.Obd_nestedtable__oQAwd tr {
  grid-template-columns: 222px repeat(2, minmax(200px, 200fr)) minmax(180px, 180fr) minmax(150px, 150fr) repeat(4, minmax(180px, 180fr)) !important;
}
.Obd_nestedtable__oQAwd tr .ant-table-row-expand-icon-cell {
  padding: 16px 8px;
}
.Obd_nestedtable__oQAwd tr.ant-table-expanded-row-level-1 {
  grid-template-columns: auto !important;
}
.Obd_nestedtable__oQAwd tr > td {
  display: flex;
  align-items: center;
}
.Obd_nestedtable__oQAwd tr .ant-table-row-expand-icon-cell {
  justify-content: center;
}
.Obd_refreshBtn__eHRja {
  background: #fadb14;
}
.Obd_refreshBtn__eHRja:hover {
  background: #ffec3d;
  border-color: #ffec3d;
}
.Obd_refreshBtn__eHRja:focus {
  background: #ffec3d;
  border-color: #ffec3d;
}
.Obd_confirmModalContent__URtT- {
  word-break: break-word;
  text-wrap: balance;
}
.Obd_selectedLength__KbigE {
  border-radius: 9999px;
  background-color: #d35411;
  width: 24px;
  height: 22px;
}
.Obd_returnedSelectedLength__up1ei {
  border-radius: 9999px;
  width: 24px;
  height: 22px;
  background-color: var(--clr-grey-30);
}

.ObdLineDetails_wrapper__XxmNX {
  height: calc(100vh - 32px);
}
.ObdLineDetails_wrapper__XxmNX:focus-visible {
  outline: none;
}
.ObdLineDetails_keysContainer__ZATTS {
  background-color: var(--clr-grey-10);
  padding: 16px 48px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ObdLineDetails_grid__jA2Yb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 350px));
  grid-gap: 16px;
  gap: 16px;
  overflow: auto;
}

.ReturnedCart_returnedCart__ncM5W {
  background-color: var(--clr-grey-10);
  padding: 16px var(--layout-padding-inline);
  margin: 0 -48px;
}
.ReturnedCart_table__EpB1k table {
  display: grid;
}
.ReturnedCart_table__EpB1k tbody tr,
.ReturnedCart_table__EpB1k thead tr {
  display: grid;
  grid-template-columns: minmax(300px, 3fr) repeat(4, 170px);
}
.ReturnedCart_table__EpB1k tbody tr > td,
.ReturnedCart_table__EpB1k thead tr > td {
  display: flex;
  align-items: center;
}
.ReturnedCart_table__EpB1k.ReturnedCart_noData__RIfy9 tbody tr {
  grid-template-columns: 1fr;
}
.ReturnedCart_table__EpB1k.ReturnedCart_noData__RIfy9 tbody tr > td {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ReturnedCart_selectedProduct__X68Xk {
  border: 1px solid var(--clr-grey-20);
  border-radius: var(--radius-width);
  background-color: var(--clr-white);
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(300px, 3fr) repeat(4, 170px);
}
.ReturnedCart_selectedProduct__X68Xk > .ReturnedCart_cell__haC3e {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ReturnedCart_selectedProduct__X68Xk > .ReturnedCart_cell__haC3e:not(:last-child) {
  border-right: 1px solid var(--clr-grey-20);
}
.ReturnedCart_selectedProduct__X68Xk > .ReturnedCart_cell__haC3e > .ReturnedCart_title__HMUcq {
  color: var(--clr-grey-40);
  font-size: 12px;
  font-weight: 500;
}
.ReturnedCart_selectedProduct__X68Xk > .ReturnedCart_cell__haC3e > .ReturnedCart_value__AuqFK {
  color: var(--clr-grey-70);
  font-size: 14px;
  font-weight: 500;
}

.Returned_returned__a\+EiK {
  background-color: var(--clr-grey-10);
  padding: 0 var(--layout-padding-inline);
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.Returned_row__5BC5u,
.Returned_changedProductRow__62Nj0,
.Returned_currentProductTableHeader__G78nY {
  display: grid;
  grid-template-columns: minmax(300px, 2.5fr) repeat(3, minmax(130px, 1fr)) 130px 170px;
}
.Returned_row__5BC5u > td,
.Returned_changedProductRow__62Nj0 > td,
.Returned_currentProductTableHeader__G78nY > td {
  display: flex;
  padding: 8px 16px !important;
  align-items: center;
}
.Returned_row__5BC5u > td,
.Returned_changedProductRow__62Nj0 > td {
  background-color: var(--clr-white) !important;
}
.Returned_currentProductTableHeader__G78nY {
  border: 1px solid var(--clr-grey-20);
  border-radius: var(--radius-width) var(--radius-width) 0 0;
  border-bottom-width: 0;
}
.Returned_currentProductTableHeader__G78nY > td:first-child {
  border-top-left-radius: var(--radius-width) !important;
}
.Returned_currentProductTableHeader__G78nY > td:last-child {
  border-top-right-radius: var(--radius-width) !important;
}
.Returned_tag__Hhc1I {
  background-color: var(--clr-white);
  color: var(--clr-grey-70);
}
.Returned_currentProducts__6Pm\+- .Returned_changedProductRow__62Nj0 {
  border: 1px solid var(--clr-grey-20);
}
.Returned_currentProducts__6Pm\+- .Returned_changedProductRow__62Nj0:nth-of-type(even),
.Returned_currentProducts__6Pm\+- .Returned_unchangedProducts__N8ASq:first-of-type {
  margin-top: 0;
  border-top-width: 0px;
  border-radius: 0 0 var(--radius-width) var(--radius-width);
}
.Returned_currentProducts__6Pm\+- .Returned_changedProductRow__62Nj0:nth-of-type(even) > td:first-child,
.Returned_currentProducts__6Pm\+- .Returned_unchangedProducts__N8ASq:first-of-type > td:first-child {
  border-bottom-left-radius: var(--radius-width) !important;
  border-top-left-radius: 0 !important;
}
.Returned_currentProducts__6Pm\+- .Returned_changedProductRow__62Nj0:nth-of-type(even) > td:last-child,
.Returned_currentProducts__6Pm\+- .Returned_unchangedProducts__N8ASq:first-of-type > td:last-child {
  border-bottom-right-radius: var(--radius-width) !important;
  border-top-right-radius: 0 !important;
}
.Returned_currentProducts__6Pm\+- .Returned_changedProductRow__62Nj0:nth-of-type(odd):not(:nth-of-type(1)) {
  margin-top: 16px;
  border-radius: var(--radius-width) var(--radius-width) 0 0;
}
.Returned_currentProducts__6Pm\+- .Returned_changedProductRow__62Nj0:nth-of-type(odd):not(:nth-of-type(1)) > td:first-child {
  border-top-left-radius: var(--radius-width) !important;
}
.Returned_currentProducts__6Pm\+- .Returned_changedProductRow__62Nj0:nth-of-type(odd):not(:nth-of-type(1)) > td:last-child {
  border-top-right-radius: var(--radius-width) !important;
}
.Returned_currentProducts__6Pm\+- .Returned_row__5BC5u {
  margin-top: 12px;
  border-radius: var(--radius-width);
  border: 1px solid var(--clr-grey-20);
}
.Returned_currentProducts__6Pm\+- .Returned_row__5BC5u > td:first-child {
  border-top-left-radius: var(--radius-width) !important;
  border-bottom-left-radius: var(--radius-width) !important;
}
.Returned_currentProducts__6Pm\+- .Returned_row__5BC5u > td:last-child {
  border-top-right-radius: var(--radius-width) !important;
  border-bottom-right-radius: var(--radius-width) !important;
}
.Returned_actions__LZ\+1Q {
  display: flex;
  justify-content: center;
  width: 100%;
}
.Returned_changedProductIcon__WPWEZ {
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-top: 3px;
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-10);
}
.Returned_footer__mDzMn {
  display: flex;
  margin-top: auto;
  justify-content: flex-end;
  align-items: center;
  padding: 16px var(--layout-padding-inline);
}

.BalanceSheet_row__mjn82 {
  height: 70px;
}
.BalanceSheet_table__opZ1F {
  width: 100%;
}
.BalanceSheet_table__opZ1F.BalanceSheet_inbound__KcaJe .ant-table-tbody > tr.ant-table-row:hover > td,
.BalanceSheet_table__opZ1F .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: var(--clr-dark-green);
}
.BalanceSheet_table__opZ1F.BalanceSheet_outbound__sOKP0 .ant-table-tbody > tr.ant-table-row:hover > td,
.BalanceSheet_table__opZ1F .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: var(--clr-light-blue-100);
}
.BalanceSheet_table__opZ1F colgroup {
  display: none;
}
.BalanceSheet_table__opZ1F .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.BalanceSheet_table__opZ1F .ant-table-selection-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  width: 64px;
  height: 70px;
}
.BalanceSheet_table__opZ1F .ant-table-row-selected .BalanceSheet_ant-table-cell__NPWMd {
  background: var(--clr-light-green);
}
.BalanceSheet_table__opZ1F tr:not(.ant-table-expanded-row):not(.ant-table-placeholder) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 64px) repeat(5, calc(20% - 25.7px));
}
.BalanceSheet_table__opZ1F .ant-table-expanded-row.ant-table-expanded-row-level-1 {
  display: block;
}
.BalanceSheet_table__opZ1F .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td.ant-table-row-expand-icon-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.BalanceSheet_table__opZ1F th,
.BalanceSheet_table__opZ1F td {
  padding: 16px 8px;
  display: inherit;
  align-items: center;
}
.BalanceSheet_nestedTable__Y2bOe .ant-table-bordered {
  margin: -16px -17px -16px 45px !important;
}
.BalanceSheet_nestedRow__yJjT\+ {
  display: grid;
  grid-template-columns: 64px repeat(5, calc(20% - 13px)) !important;
}
.BalanceSheet_expandButtonContainer__BWdOZ {
  padding: 0.5rem;
  width: 49px;
}
.BalanceSheet_selectAllCheckbox__akZ33 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-left: 1px solid #f0f0f0;
  flex: 1 1;
}
.BalanceSheet_unprocessedAmount__Xz-4G {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: var(--radius-width);
  background-color: var(--clr-orange-10);
  color: var(--clr-orange-60);
}

.EditableCell_sr-only__I56hH {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.EditableCell_overflow-auto__PPgWP {
  overflow: auto;
}
.EditableCell_flex-center-items__1W2g3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.EditableCell_flex-space-between__NAPLM {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.EditableCell_flex-col__dkulG {
  display: flex;
  flex-direction: column;
}
.EditableCell_flex__hFGK8 {
  display: flex;
  gap: 0.5rem;
  gap: var(--gap, 0.5rem);
}
.EditableCell_flex-nowrap__3QRYj {
  flex-wrap: nowrap;
}
.EditableCell_flex-wrap__VftTA {
  flex-wrap: wrap;
}
.EditableCell_flex-shrink-0__Wp9QL {
  flex-shrink: 0;
}
.EditableCell_justify-space-between__JIes\+ {
  justify-content: space-between;
}
.EditableCell_justify-space-evenly__1yl3p {
  justify-content: space-evenly;
}
.EditableCell_justify-center__wuSCd {
  justify-content: center;
}
.EditableCell_justify-start__vNBnN {
  justify-content: start;
}
.EditableCell_justify-end__ReIxv {
  justify-content: flex-end;
}
.EditableCell_align-items-center__V0Auz {
  align-items: center;
}
.EditableCell_align-items-end__r1rMw {
  align-items: end;
}
.EditableCell_align-items-start__W2dWI {
  align-items: start;
}
.EditableCell_cursor-pointer__Q-\+Gy {
  cursor: pointer;
}
.EditableCell_cursor-not-allowed__0PEEw {
  cursor: not-allowed;
}
.EditableCell_border-radius-1__z7wC\+ {
  border-radius: var(--radius-width);
}
.EditableCell_border-radius-2__zsgby {
  border-radius: calc(2 * var(--radius-width));
}
.EditableCell_border-radius-3__YM4DO {
  border-radius: calc(3 * var(--radius-width));
}
.EditableCell_border-none__whZzN {
  border: none;
}
.EditableCell_sticky__IPTJ4 {
  --top: 0rem;
  position: sticky;
  top: 0rem;
  top: var(--top);
}
.EditableCell_fixed__TFoIs {
  position: fixed;
}
.EditableCell_relative__\+4s71 {
  position: relative;
}
.EditableCell_absolute-center__kNv0d {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.EditableCell_line-through__zz4VS {
  text-decoration-line: line-through;
}
.EditableCell_text-small__4CR6H {
  font-size: 12px;
}
.EditableCell_text-medium__ZuIoI {
  font-size: 16px;
}
.EditableCell_text-large__ip1jC {
  font-size: 18px;
}
.EditableCell_text-primary-5__IfhBm {
  color: var(--clr-grey-5);
}
.EditableCell_text-primary-10__RxASK {
  color: var(--clr-grey-10);
}
.EditableCell_text-primary-20__qZO7x {
  color: var(--clr-grey-20);
}
.EditableCell_text-primary-30__G7sZA {
  color: var(--clr-grey-30);
}
.EditableCell_text-primary-40__FgTWU {
  color: var(--clr-grey-40);
}
.EditableCell_text-primary-50__NFKXt {
  color: var(--clr-grey-50);
}
.EditableCell_text-primary-60__D5WSs {
  color: var(--clr-grey-60);
}
.EditableCell_text-primary-70__0BtEN {
  color: var(--clr-grey-70);
}
.EditableCell_text-primary-light__hjdkL {
  color: var(--clr-grey-30);
}
.EditableCell_text-primary__0Esmv {
  color: var(--clr-grey-50);
}
.EditableCell_text-primary-dark__2gaNS {
  color: var(--clr-grey-70);
}
.EditableCell_text-disabled__qHRO3 {
  color: var(--clr-grey-40);
}
.EditableCell_text-white__MWO1J {
  color: var(--clr-white);
}
.EditableCell_text-success-100__\+XK2c {
  color: var(--clr-success-100);
}
.EditableCell_text-success-200__wj2IS {
  color: var(--clr-success-200);
}
.EditableCell_text-success-400__I2sQH {
  color: var(--clr-success-400);
}
.EditableCell_text-success-500__EtIpi {
  color: var(--clr-success-500);
}
.EditableCell_text-success-600__uEUrJ {
  color: var(--clr-success-600);
}
.EditableCell_text-success-700__abI1L {
  color: var(--clr-success-700);
}
.EditableCell_text-error-100__itT2J {
  color: var(--clr-error-100);
}
.EditableCell_text-error-200__saa2o {
  color: var(--clr-error-200);
}
.EditableCell_text-error-500__zoJpy {
  color: var(--clr-error-500);
}
.EditableCell_text-error-600__k4c1x {
  color: var(--clr-error-600);
}
.EditableCell_text-error-700__VEXTV {
  color: var(--clr-error-700);
}
.EditableCell_text-link__Yu\+o4 {
  color: var(--clr-orange-50);
}
.EditableCell_text-link__Yu\+o4:hover {
  color: var(--clr-orange-40);
}
.EditableCell_text-align-left__rceMl {
  text-align: left;
}
.EditableCell_text-align-right__ee10N {
  text-align: right;
}
.EditableCell_text-align-center__1aPe5 {
  text-align: center;
}
.EditableCell_uppercase__Nc1Hn {
  text-transform: uppercase;
}
.EditableCell_ellipsis__jMQqH {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.EditableCell_ml-auto__rSGbH {
  margin-left: auto;
}
.EditableCell_mr-auto__\+NNK8 {
  margin-right: auto;
}
.EditableCell_mt-auto__Og8PB {
  margin-top: auto;
}
.EditableCell_m-auto__QhWkf {
  margin: auto;
}
.EditableCell_m-inline__Iuj49 {
  --margin: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-left: var(--margin);
  margin-right: var(--margin);
}
.EditableCell_m-block__Wf2MN {
  --margin: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-top: var(--margin);
  margin-bottom: var(--margin);
}
.EditableCell_m-bottom__le45a {
  --margin: 1rem;
  margin-bottom: 1rem;
  margin-bottom: var(--margin);
}
.EditableCell_m-bottom-sm__XNoef {
  --margin: 1rem;
  margin-bottom: 0.5rem;
  margin-bottom: var(--margin);
  --margin: 0.5rem;
}
.EditableCell_m-top__DTiTq {
  --margin: 1rem;
  margin-top: 1rem;
  margin-top: var(--margin);
}
.EditableCell_m-none__qV092 {
  margin: 0;
}
.EditableCell_mb-none__T-yAQ {
  margin-bottom: 0;
}
.EditableCell_p-block__1uPZB {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: var(--padding, 0.5rem);
  padding-bottom: var(--padding, 0.5rem);
}
.EditableCell_p-inline__O6t1g {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-left: var(--padding, 0.5rem);
  padding-right: var(--padding, 0.5rem);
}
.EditableCell_pt-default__Caiq\+ {
  padding-top: 1rem;
  padding-top: var(--padding, 1rem);
}
.EditableCell_p-none__hJk6i {
  padding: 0;
}
.EditableCell_p-default__28hj8 {
  padding: 1rem;
  padding: var(--padding, 1rem);
}
.EditableCell_max-text-lines__\+7nFP {
  --max: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: var(--max);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.EditableCell_d-block__nx7m- {
  display: block;
}
.EditableCell_d-none__oc7Wc {
  display: none;
}
.EditableCell_w-100__tiq\+B {
  width: 100%;
}
.EditableCell_max-w-100__bySnr {
  max-width: 100%;
}
.EditableCell_min-w-0__lDcHY {
  min-width: 0;
}
.EditableCell_w-fit__jO5wd {
  width: -moz-fit-content;
  width: fit-content;
}
.EditableCell_h-100__7srb2 {
  height: 100%;
}
.EditableCell_fw-500__iaNH8 {
  font-weight: 500;
}
.EditableCell_fw-600__G95gO {
  font-weight: 600;
}
.EditableCell_flow__mBgP9 > * + * {
  margin-top: 16px;
  margin-top: var(--gap, 16px);
}
.EditableCell_whitespace-nowrap__P21\+v {
  white-space: nowrap;
}
.EditableCell_bg-grey-100__hSbCn {
  background-color: var(--clr-grey-10);
}
.EditableCell_bg-grey-200__i5hK9 {
  background-color: var(--clr-grey-20);
}
.EditableCell_bg-grey-300__agwj0 {
  background-color: var(--clr-grey-30);
}
.EditableCell_bg-grey-400__J3hxv {
  background-color: var(--clr-grey-40);
}
.EditableCell_bg-grey-500__GCgP5 {
  background-color: var(--clr-grey-50);
}
.EditableCell_bg-success-50__R7goK {
  background-color: var(--clr-success-50);
}
.EditableCell_bg-success-100__N\+H1h {
  background-color: var(--clr-success-100);
}
.EditableCell_bg-success-200__G7VIP {
  background-color: var(--clr-success-200);
}
.EditableCell_bg-success-400__2krm5 {
  background-color: var(--clr-success-400);
}
.EditableCell_bg-success-500__PeFvz {
  background-color: var(--clr-success-500);
}
.EditableCell_bg-success-600__mCVh8 {
  background-color: var(--clr-success-600);
}
.EditableCell_bg-success-700__064e3 {
  background-color: var(--clr-success-700);
}
.EditableCell_bg-green-100__3qMdr {
  background-color: var(--clr-green-100);
}
.EditableCell_bg-green-200__5aRg1 {
  background-color: var(--clr-green-200);
}
.EditableCell_bg-green-400__\+HHwR {
  background-color: var(--clr-green-400);
}
.EditableCell_bg-light-blue-50__47kXY {
  background-color: var(--clr-light-blue-50);
}
.EditableCell_bg-light-blue-100__oGdHd {
  background-color: var(--clr-light-blue-100);
}
.EditableCell_bg-light-blue-200__4EVPk {
  background-color: var(--clr-light-blue-200);
}
.EditableCell_bg-light-blue-400__PH12r {
  background-color: var(--clr-light-blue-400);
}
.EditableCell_bg-light-blue-500__s-m6Q {
  background-color: var(--clr-light-blue-500);
}
.EditableCell_bg-light-blue-600__kMTbf {
  background-color: var(--clr-light-blue-600);
}
.EditableCell_bg-light-blue-700__C4qed {
  background-color: var(--clr-light-blue-700);
}
.EditableCell_bg-error-50__vizRv {
  background-color: var(--clr-error-50);
}
.EditableCell_bg-error-100__GyUuE {
  background-color: var(--clr-error-100);
}
.EditableCell_bg-error-200__\+3CTL {
  background-color: var(--clr-error-200);
}
.EditableCell_bg-error-500__KNHjD {
  background-color: var(--clr-error-500);
}
.EditableCell_bg-error-600__pO5aX {
  background-color: var(--clr-error-600);
}
.EditableCell_bg-error-700__zvzO\+ {
  background-color: var(--clr-error-700);
}
.EditableCell_editableCell__zwYaO {
  position: relative;
}
.EditableCell_wrapper__bhMAS {
  display: flex;
  justify-content: center;
  align-items: center;
}
.EditableCell_wrapper__bhMAS > div {
  width: 100%;
}
.EditableCell_editableCellValueWrap__3H0pb {
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 4.5px 12px;
  cursor: pointer;
}
.EditableCell_editableCellValueWrap__3H0pb:hover {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.PartnerPayments_tooltip__2zWtY {
  position: absolute;
  top: 5px;
  left: 5px;
}
.PartnerPayments_wrapper__qT7Fo {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
}
.PartnerPayments_inboundTableCell__-RSuJ {
  background-color: var(--clr-light-green) !important;
}
.PartnerPayments_outboundTableCell__C7tB1 {
  background-color: var(--clr-light-blue-25) !important;
}
.PartnerPayments_headerRow__689pn {
  line-height: 0.75rem;
}
.PartnerPayments_headerRow__689pn .ant-table-cell {
  padding: 0.75rem;
}
.PartnerPayments_headerRow__689pn .PartnerPayments_popover__7AVXs .ant-popover-content {
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-90);
  overflow: hidden;
}
.PartnerPayments_headerRow__689pn .PartnerPayments_popover__7AVXs .ant-popover-inner-content,
.PartnerPayments_headerRow__689pn .PartnerPayments_popover__7AVXs .ant-popover-title {
  background-color: var(--clr-grey-90);
  color: var(--clr-white);
}
.PartnerPayments_headerRow__689pn .PartnerPayments_popover__7AVXs .ant-popover-title {
  padding: 10px;
  border-bottom: 1px solid var(--clr-grey-30);
}
.PartnerPayments_balancePopoverHideContent__tj9kF .ant-popover-inner-content {
  padding: 0;
}
.PartnerPayments_balancePopoverTitle__LAOQw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.PartnerPayments_balancePopoverTitle__LAOQw span {
  border-left: 1px solid var(--clr-grey-70);
  padding-left: 8px;
}
.PartnerPayments_balancePopoverTitle__LAOQw svg {
  font-size: 16px;
  color: var(--clr-purple-600);
}
.PartnerPayments_balancePopoverTitle__LAOQw svg:hover {
  color: var(--clr-orange-50);
}
.PartnerPayments_balanceDetails__u86-y {
  display: flex;
  flex-direction: column;
}

.DisplayPartners_tag__LPFTu {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 500;
  border-radius: calc(2 * var(--radius-width));
  border-color: transparent;
}
.DisplayPartners_external__QkuFu {
  color: var(--clr-light-blue-700);
  background-color: var(--clr-light-blue-100);
}
.DisplayPartners_internal__ZCLj7 {
  color: var(--clr-grey-80);
  background-color: var(--clr-dark-green);
}

.PaymentsLog_itemLabel__-Wg78 {
  color: var(--clr-grey-50);
  font-weight: 500;
}
.PaymentsLog_input__QY37C .ant-input-prefix {
  color: var(--clr-grey-70);
}
.PaymentsLog_tabs__JSJ20 {
  margin-left: auto;
}
.PaymentsLog_table__ABnLb ::-webkit-scrollbar {
  width: 12px;
}
.PaymentsLog_table__ABnLb ::-webkit-scrollbar-track {
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
}
.PaymentsLog_table__ABnLb ::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.8);
}
.PaymentsLog_table__ABnLb .ant-table-footer {
  padding: 8px 0;
}
.PaymentsLog_table__ABnLb .PaymentsLog_footer__SeIiF {
  position: sticky;
  bottom: 0;
}
.PaymentsLog_inputWrapper__JeuBp {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
  padding: 16px;
}
.PaymentsLog_inputWrapper__JeuBp > div {
  width: 100%;
}
.PaymentsLog_displayInline__aDgkQ {
  display: flex;
  gap: 24px;
  padding: 1em;
}
.PaymentsLog_displayInline__aDgkQ > * {
  flex: 0 1 100%;
}

.PaymentSelectionModal_wrapper__Xw1PM {
  width: 425px;
  color: var(--clr-grey-70);
}
.PaymentSelectionModal_wrapper__Xw1PM .ant-modal-footer {
  display: flex;
  justify-content: space-between;
}
.PaymentSelectionModal_title__yHFgT {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 18px;
  color: var(--clr-grey-70);
}
.PaymentSelectionModal_desc__7WhyF {
  display: block;
  margin-bottom: 2.5rem;
}
.PaymentSelectionModal_icon__4x21T {
  padding-top: 3px;
}

.ProductNoteDrawerStyles_table-border-radius-mixin__BroGG .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.ProductNoteDrawerStyles_table-border-radius-mixin__BroGG .ant-table table {
  border-radius: var(--radius-width);
}
.ProductNoteDrawerStyles_table-border-radius-mixin__BroGG thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.ProductNoteDrawerStyles_table-border-radius-mixin__BroGG thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.ProductNoteDrawerStyles_table-header-InOutboud-background-mixin__hzPLp thead.ant-table-thead .ProductNoteDrawerStyles_inbound__5oEYs {
  background-color: var(--clr-light-green);
}
.ProductNoteDrawerStyles_table-header-InOutboud-background-mixin__hzPLp thead.ant-table-thead .ProductNoteDrawerStyles_outbound__3920R {
  background-color: var(--clr-light-blue-25);
}
.ProductNoteDrawerStyles_table-default-row-background-mixin__sLHBl .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.ProductNoteDrawerStyles_table-default-row-background-mixin__sLHBl .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.ProductNoteDrawerStyles_table-default-row-background-mixin__sLHBl .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.ProductNoteDrawerStyles_expanded-icon__YZvlE {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-header {
  border-bottom: 1px solid var(--clr-grey-20);
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-body {
  padding: 0;
  padding-left: 8px;
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-body::-webkit-scrollbar-track {
  background: transparent;
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-body::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-body::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.ProductNoteDrawerStyles_drawer__UoW6h .ant-drawer-footer {
  border-top: 1px solid var(--clr-grey-20);
  padding: 0px 16px;
}
.ProductNoteDrawerStyles_drawerHeader__\+BZ7i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-grey-70);
}
.ProductNoteDrawerStyles_drawerTitle__n-f-1 {
  font-weight: 500;
  font-size: 18px;
}
.ProductNoteDrawerStyles_drawerFooter__6YajN {
  padding-top: 16px;
  padding-bottom: 24px;
}
.ProductNoteDrawerStyles_drawerFooter__6YajN button {
  height: 44px;
  width: 100%;
}
.ProductNoteDrawerStyles_drawerAddNote__s1drB {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.ProductNoteDrawerStyles_drawerAddNote__s1drB > p {
  font-weight: 500;
  color: var(--clr-grey-70);
}
.ProductNoteDrawerStyles_drawerAddNote__s1drB > div {
  margin-top: 24px;
}
.ProductNoteDrawerStyles_notesList__F1VEA {
  display: flex;
  flex-direction: column;
  padding: 32px;
  color: var(--clr-grey-70);
  gap: 32px;
}
.ProductNoteDrawerStyles_notesList__F1VEA .ProductNoteDrawerStyles_noteCreationDateRow__aXnFb {
  padding-top: 16px;
  position: relative;
  border-top: 1px solid var(--clr-grey-20);
}
.ProductNoteDrawerStyles_notesList__F1VEA .ProductNoteDrawerStyles_noteCreationDateRow__aXnFb .ProductNoteDrawerStyles_creationDate__tRDLr {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--clr-white);
  border: 1px solid var(--clr-grey-20);
  border-radius: var(--radius-width);
  padding: 0px 8px;
  font-weight: 500;
}
.ProductNoteDrawerStyles_notesList__F1VEA .ProductNoteDrawerStyles_noteHeader__Bcz-z {
  display: flex;
  justify-content: space-between;
}
.ProductNoteDrawerStyles_notesList__F1VEA .ProductNoteDrawerStyles_noteHeader__Bcz-z > p {
  font-weight: 700;
}
.ProductNoteDrawerStyles_notesList__F1VEA .ProductNoteDrawerStyles_noteBody__bqHk4 {
  font-weight: 500;
  line-height: 20px;
}
.ProductNoteDrawerStyles_noNotesAdded__m80cn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  height: 100%;
  font-size: 20px;
  color: var(--clr-grey-70);
}
.ProductNoteDrawerStyles_deleteNote__nM8b5 {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  margin-right: 24px;
  justify-content: center;
  font-weight: 500;
  color: var(--clr-grey-70);
}
.ProductNoteDrawerStyles_deleteNote__nM8b5 .ProductNoteDrawerStyles_deleteNoteBody__zazlm {
  border-top: 1px solid var(--clr-grey-20);
  border-bottom: 1px solid var(--clr-grey-20);
  padding: 0 16px;
}
.ProductNoteDrawerStyles_deleteNote__nM8b5 .ProductNoteDrawerStyles_deleteNoteBody__zazlm > p {
  font-weight: 600;
}
.ProductNoteDrawerStyles_deleteNote__nM8b5 .ProductNoteDrawerStyles_deleteNoteBody__zazlm .ProductNoteDrawerStyles_noteText__X4Ufn {
  line-height: 20px;
}
.ProductNoteDrawerStyles_deleteNote__nM8b5 .ProductNoteDrawerStyles_deleteNoteFooter__wg1gi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ProductNoteDrawerStyles_deleteNote__nM8b5 .ProductNoteDrawerStyles_deleteNoteFooter__wg1gi > p {
  margin: 24px 0;
}

.ApiPrices_table-border-radius-mixin__coN8h .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.ApiPrices_table-border-radius-mixin__coN8h .ant-table table {
  border-radius: var(--radius-width);
}
.ApiPrices_table-border-radius-mixin__coN8h thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.ApiPrices_table-border-radius-mixin__coN8h thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.ApiPrices_table-header-InOutboud-background-mixin__PPfqD thead.ant-table-thead .ApiPrices_inbound__0raI6 {
  background-color: var(--clr-light-green);
}
.ApiPrices_table-header-InOutboud-background-mixin__PPfqD thead.ant-table-thead .ApiPrices_outbound__tQ64P {
  background-color: var(--clr-light-blue-25);
}
.ApiPrices_table-default-row-background-mixin__VsZcC .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.ApiPrices_table-default-row-background-mixin__VsZcC .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.ApiPrices_table-default-row-background-mixin__VsZcC .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.ApiPrices_expanded-icon__xuACX {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.ApiPrices_content__\+SGbV {
  display: flex;
  gap: 4px;
  align-items: center;
}
.ApiPrices_content__\+SGbV p {
  margin-top: 12px;
}
.ApiPrices_priceInputWrapper__dYgJd:hover .ApiPrices_returnBtn__K8RoR,
.ApiPrices_priceInputWrapper__dYgJd:focus .ApiPrices_returnBtn__K8RoR {
  opacity: 1;
  background-color: transparent;
}
.ApiPrices_customPrice__LUDOi input {
  background-color: var(--clr-orange-10);
  border-color: var(--clr-orange-50);
  color: var(--clr-orange-50);
}
.ApiPrices_returnBtn__K8RoR {
  opacity: 0;
  background-color: transparent !important;
}
.ApiPrices_returnBtn__K8RoR svg {
  padding-left: 6px;
  width: 20px;
  height: 20px;
}
.ApiPrices_returnBtn__K8RoR:hover,
.ApiPrices_returnBtn__K8RoR:focus {
  background-color: transparent !important;
  opacity: 1;
}
.ApiPrices_returnBtn__K8RoR:hover svg,
.ApiPrices_returnBtn__K8RoR:focus svg {
  color: #141414;
}
.ApiPrices_error__R-jI4 {
  margin-bottom: 0;
  color: var(--clr-error-500);
}
.ApiPrices_enebaProductNameTag__7xze2 {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  color: var(--clr-grey-50);
  background: var(--clr-purple-100);
  border-color: transparent;
  cursor: default;
  border-radius: calc(2 * var(--radius-width));
}
.ApiPrices_filterButtonsWrapper__uzo7Y .ant-btn.ant-btn-sm {
  border-radius: calc(2 * var(--radius-width));
}
.ApiPrices_filterButtonsWrapper__uzo7Y .ApiPrices_customFilterButton__0\+nH4[data-testid='inStockWOutId'],
.ApiPrices_filterButtonsWrapper__uzo7Y .ApiPrices_customFilterButton__0\+nH4[data-testid='wCustomPrice'] {
  background-color: var(--clr-grey-5);
  color: var(--clr-grey-50);
  font-size: 0.75rem;
  max-height: 1.5rem;
  border-color: var(--clr-grey-20);
}
.ApiPrices_table__7MPRJ {
  --product-column-width: 300px, 1fr;
  --platform-column-width: 170px;
  --region-column-width: 150px;
  --price-column-width: 170px;
  --visible-column-width: 80px;
  --common-column-min-width: 135px;
  --common-column-max-width: 150px;
  --product-note-column-width: 70px;
}
.ApiPrices_table__7MPRJ .ant-table-header {
  overflow: visible !important;
}
.ApiPrices_table__7MPRJ .ant-table-measure-row {
  display: none;
}
.ApiPrices_table__7MPRJ colgroup {
  display: none;
}
.ApiPrices_table__7MPRJ .ant-table-placeholder {
  grid-template-columns: 1fr;
}
.ApiPrices_table__7MPRJ .ant-table .ant-table-bordered {
  margin-left: 33px !important;
  margin-right: -16px !important;
}
.ApiPrices_table__7MPRJ tr {
  display: grid;
}
.ApiPrices_table__7MPRJ td {
  padding: 16px !important;
  display: flex;
  align-items: center;
  position: relative;
}
.ApiPrices_table__7MPRJ td > * {
  flex: 1 1;
}
.ApiPrices_table__7MPRJ .ant-table-row-expand-icon-cell {
  justify-content: center;
}
.ApiPrices_table__7MPRJ .ant-table-row-expand-icon-cell > * {
  flex-grow: 0;
}
.ApiPrices_synchronizeButton__8iAAO {
  opacity: 0;
}
.ApiPrices_tableRow__4W1jp:hover .ApiPrices_synchronizeButton__8iAAO {
  opacity: 1;
}

.SelectPartnerWithDrawer_table-border-radius-mixin__tXFYh .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.SelectPartnerWithDrawer_table-border-radius-mixin__tXFYh .ant-table table {
  border-radius: var(--radius-width);
}
.SelectPartnerWithDrawer_table-border-radius-mixin__tXFYh thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.SelectPartnerWithDrawer_table-border-radius-mixin__tXFYh thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.SelectPartnerWithDrawer_table-header-InOutboud-background-mixin__gR8f3 thead.ant-table-thead .SelectPartnerWithDrawer_inbound__XjmzH {
  background-color: var(--clr-light-green);
}
.SelectPartnerWithDrawer_table-header-InOutboud-background-mixin__gR8f3 thead.ant-table-thead .SelectPartnerWithDrawer_outbound__LnKh0 {
  background-color: var(--clr-light-blue-25);
}
.SelectPartnerWithDrawer_table-default-row-background-mixin__XFHHr .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.SelectPartnerWithDrawer_table-default-row-background-mixin__XFHHr .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.SelectPartnerWithDrawer_table-default-row-background-mixin__XFHHr .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.SelectPartnerWithDrawer_expanded-icon__jCtAp {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu {
  border-left: 1px solid var(--clr-grey-20);
  padding-left: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .SelectPartnerWithDrawer_text__R1Xp6 {
  font-size: 16px;
  margin-right: 6px;
  color: var(--clr-grey-50);
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .SelectPartnerWithDrawer_openDrawerButton__cG2Mi {
  padding-right: 0;
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .SelectPartnerWithDrawer_openDrawerButton__cG2Mi .SelectPartnerWithDrawer_partner__H965- {
  color: var(--clr-grey-70);
  font-weight: 600px;
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .SelectPartnerWithDrawer_selectWrapper__6\+ts7 .ant-select-selector {
  color: var(--clr-grey-70);
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .SelectPartnerWithDrawer_selectWrapper__6\+ts7 .ant-select-selector:hover,
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .SelectPartnerWithDrawer_selectWrapper__6\+ts7 .ant-select-selector:focus {
  border-color: transparent;
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.SelectPartnerWithDrawer_partnerSelectWrapper__YRDJu .ant-select-selection-item {
  font-weight: 500;
}
.SelectPartnerWithDrawer_drawer__jXu8e .ant-drawer-header {
  border-bottom: 1px solid var(--clr-grey-20);
}
.SelectPartnerWithDrawer_drawer__jXu8e .ant-drawer-body {
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
}
.SelectPartnerWithDrawer_drawer__jXu8e .ant-drawer-footer {
  border-top: 1px solid var(--clr-grey-20);
  padding: 0px 16px;
}
.SelectPartnerWithDrawer_drawerTitle__P70P6 {
  font-weight: 500;
  font-size: 18px;
  color: var(--clr-grey-70);
}
.SelectPartnerWithDrawer_drawerContent__igsC4 {
  display: flex;
  overflow: hidden;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_active__egl9I {
  background-color: var(--clr-grey-10);
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_selectWrapper__6\+ts7 {
  flex: 1 1;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 {
  border-width: 0px;
  width: calc(100% - 40px);
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-header {
  border: 0px;
  padding: 24px 0px;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-items {
  padding-left: 36px;
  height: calc(100vh - 96px - 84px - 56px - 24px);
  overflow-y: auto;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-items::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-items::-webkit-scrollbar-track {
  background: transparent;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-items::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-items::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-item {
  border: 0px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-grey-50);
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-item .SelectPartnerWithDrawer_partnerShortName__QTn-0 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-item.SelectPartnerWithDrawer_active__egl9I {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_list__uevt8 .ant-list-item:hover {
  background-color: var(--clr-grey-5);
  cursor: pointer;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_alphabetList__NcF3S {
  margin-left: auto;
  height: 100%;
  height: calc(100vh - 96px - 84px);
  width: 30px;
  display: flex;
  flex-direction: column;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_alphabetList__NcF3S .SelectPartnerWithDrawer_letter__d6r9d {
  flex: 1 1;
  border: 1px solid var(--clr-grey-20);
  border-top: none;
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-grey-cool-40);
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .SelectPartnerWithDrawer_alphabetList__NcF3S .SelectPartnerWithDrawer_letter__d6r9d:hover {
  background-color: var(--clr-grey-5);
  cursor: pointer;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .ant-input-affix-wrapper:focus,
.SelectPartnerWithDrawer_drawerContent__igsC4 .ant-input-affix-wrapper-focused {
  box-shadow: none;
}
.SelectPartnerWithDrawer_drawerContent__igsC4 .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.SelectPartnerWithDrawer_drawerFooter__GXiPI {
  padding-top: 16px;
  padding-bottom: 24px;
}
.SelectPartnerWithDrawer_drawerFooter__GXiPI button {
  height: 44px;
  width: 100%;
}

.ApiPricesSetPartnerIdentifiersDrawer_header__VKSyy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding: 0 1.5em 1em 1.5em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--clr-grey-20);
}
.ApiPricesSetPartnerIdentifiersDrawer_footer__YUxkV {
  display: flex;
  justify-content: center;
  margin-top: auto;
  font-size: 1rem;
  padding: 1em 1.5em 0 1.5em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  border-top: 1px solid var(--clr-grey-20);
  gap: 0.5em;
}

.EnebaAuctionsDropdown_list__fhMw\+ {
  --list-height: 2.25rem;
  --max-visible-items: 4;
}
.EnebaAuctionsDropdown_list__fhMw\+ .ant-list-header {
  font-size: 1rem;
  color: var(--clr-grey-70);
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  margin-bottom: 0.5rem;
}
.EnebaAuctionsDropdown_list__fhMw\+ .ant-list-items {
  max-height: calc(var(--list-height) * var(--max-visible-items));
  overflow: auto;
}
.EnebaAuctionsDropdown_list__fhMw\+ .ant-list-item {
  min-width: 22.5rem;
  max-width: 22.5rem;
  min-height: var(--list-height);
  padding: 0.25rem 0.75rem;
  background-color: var(--clr-grey-5);
  color: var(--clr-grey-50);
  border-radius: calc(var(--radius-width) / 2);
  border-bottom: 3px solid var(--clr-white);
}
.EnebaAuctionsDropdown_divider__zL2kK {
  background-color: var(--clr-grey-30);
  margin: 0;
}
.EnebaAuctionsDropdown_tag__cnAPL {
  margin: auto;
  font-weight: 500;
  border-radius: var(--radius-width);
  font-size: 0.6875rem;
}

.DisplayPlatforms_color__pHSd2 {
  margin: auto;
  background-color: #ffffff;
  background-color: var(--color, #ffffff);
  border: 1px solid transparent;
  border: var(--border, 1px solid transparent);
  border-radius: calc(4 * var(--radius-width));
  padding: 0.5rem 0.75rem;
  min-width: 7.5rem;
  max-width: 10rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: var(--clr-grey-50);
}
.DisplayPlatforms_placeholder__Udg1x {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--clr-grey-30);
  border-radius: 50%;
}
.DisplayPlatforms_logo__rQ\+Y7 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.DisplayPlatforms_logo__rQ\+Y7 img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.DisplayPlatforms_highlightDisabled__sYM4l {
  background-color: #fafafa;
}
.DisplayPlatforms_table__dMPcD tr > td:first-child,
.DisplayPlatforms_table__dMPcD tr > th:first-child {
  color: var(--clr-grey-70);
}

.PlatformForm_itemsLayout__pRn01 {
  flex-grow: 1;
  align-items: start;
  align-content: start;
  flex-wrap: wrap;
}
.PlatformForm_itemsLayout__pRn01 > div:first-child {
  flex: 6 1;
}
.PlatformForm_itemsLayout__pRn01 > div:last-child {
  flex: 3 1;
}
.PlatformForm_formItemBox__Sjo9F {
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
}
.PlatformForm_popover__yj0Sr {
  position: absolute;
  z-index: 2;
}
.PlatformForm_cover__carZO {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.PlatformForm_extraContentHeader__CZ2U- {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
}
.PlatformForm_pickColorContainer__cZyrR {
  border-top: 1px solid var(--clr-grey-20);
  padding: 1rem;
}
.PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorContainerText__HqS4J {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorContainerItems__OoL6l {
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  padding-bottom: 0.5rem;
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-10);
}
.PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorContainerList__i8KS7 {
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  overflow: auto;
  list-style: none;
  scrollbar-gutter: stable;
}
.PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorItemContainer__DcOfM .PlatformForm_pickColorItem__1O7dJ {
  cursor: pointer;
}
.PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorItemContainer__DcOfM .PlatformForm_pickColorItem__1O7dJ:hover {
  width: 100%;
  border: 1px solid var(--clr-orange-50);
}
.PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorItemContainer__DcOfM .PlatformForm_pickColorItemSelected__7jCjU {
  color: var(--clr-white);
  border: 1px solid var(--clr-orange-50);
  background-color: var(--clr-orange-50) !important;
  box-shadow: 0px 3.03341px 6.06681px rgba(0, 0, 0, 0.25);
}
.PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorItemContainer__DcOfM .PlatformForm_pickColorItemDisabled__BjE2l {
  cursor: not-allowed;
}
.PlatformForm_uploadContainer__fWl7d {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  padding: 3rem 1rem;
  color: var(--clr-grey-70);
  font-weight: 500;
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-5);
  border: 1px solid var(--clr-grey-30);
  min-height: 13rem;
}
.PlatformForm_uploadContainer__fWl7d .ant-image-mask,
.PlatformForm_uploadContainer__fWl7d .PlatformForm_uploadImage__\+7bpK {
  border-radius: 50%;
}
.PlatformForm_uploadContainer__fWl7d .PlatformForm_addUploadBtn__uYxMq {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
}
.PlatformForm_uploadContainer__fWl7d .PlatformForm_uploadImageDesc__iJN6B {
  font-size: 12px;
  font-weight: 400;
  color: var(--clr-grey-50);
}
@media screen and (max-width: 1536px) {
  .PlatformForm_pickColorContainer__cZyrR .PlatformForm_pickColorContainerItems__OoL6l {
    max-height: 16rem;
  }
}
.PlatformForm_previewContainer__dpCwz {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-5);
  border: 1px solid var(--clr-grey-30);
  padding: 3rem 1rem;
  min-height: 10rem;
}

* {
  box-sizing: border-box;
}
html {
  height: 100vh;
  margin: 0;
  padding: 0;
}
body.offline input,
body.offline .ant-input-affix-wrapper,
body.offline .ant-select-selector,
body.offline .ant-select,
body.offline .ant-picker {
  background: #f2f2f2 !important;
  color: rgba(185,185,185,0.49804) !important;
  pointer-events: none;
}
body.offline button:not(.ant-table-row-expand-icon),
body.offline a,
body.offline .ant-table-column-has-sorters,
body.offline .ant-menu-title-content,
body.offline .ant-menu-title-content span,
body.offline .ant-dropdown-trigger,
body.offline .ant-tabs-tab,
body.offline [role='button'],
body.offline .ant-menu > li {
  color: rgba(221,221,221,0.56078) !important;
  pointer-events: none;
}
body.offline .ant-pagination > li {
  pointer-events: none;
}
body.offline .ant-pagination > li > button {
  color: rgba(141,141,141,0.38824) !important;
  background: #dddddd !important;
}
.hidden {
  display: none;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.header {
  margin-bottom: 2em;
}
.empty-price-input {
  border-color: #eb5151;
}
.small-icon svg {
  margin-top: 3px;
  width: 16px;
  height: 16px;
}
.hide-expand-icon .ant-table-row-expand-icon-cell {
  display: table-cell;
}
.hide-expand-icon .ant-table-row-expand-icon-cell::before {
  display: none;
}
.ant-descriptions-row td {
  width: 30%;
}
.ant-descriptions-row td > div {
  margin: 0.5em 0;
}
.ant-descriptions-row th {
  width: 20%;
}
.site-navigation-steps {
  margin-bottom: 2rem;
  box-shadow: 0 -1px 0 0 #e8e8e8 inset;
}
.suffix {
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
  border-radius: 2px;
  padding: 2px 8px;
  margin-left: 8px;
}
.custom-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #4a4a4a;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #949494;
}
.custom-scroll::-webkit-scrollbar-thumb:active {
  background: #949494;
}
.text-error {
  color: var(--clr-text-error);
}
.text-warning {
  color: var(--clr-warning-500);
}
.text-success {
  color: var(--clr-text-success);
}
.tag-header {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: calc(2 * var(--radius-width));
  border: none;
}
.tag-default {
  font-size: 12px;
  font-weight: 500;
  border: none;
  color: var(--clr-grey-70);
  background-color: var(--clr-light-blue-100);
  border-radius: calc(2 * var(--radius-width));
}
.tag-secondary {
  background-color: var(--clr-orange-10);
  border: 1px solid var(--clr-orange-20);
}
.flex-gap {
  gap: 1.25rem;
  gap: var(--gap, 1.25rem);
}
.price-input-prefix {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 3;
  color: var(--clr-grey-60);
  transform: translateY(-50%);
}
.price-input-suffix {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  color: var(--clr-grey-40);
  transform: translateY(-50%);
}
.content-background {
  background-color: var(--clr-grey-10);
  padding: 16px var(--layout-padding-inline);
}
.form-item-box {
  padding: 1rem;
  border-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.form-item-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-grey-50);
}
.form-item-label > label {
  font-size: inherit;
}
.form-item-label-lg {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-grey-50);
  font-size: 16px;
}
.form-item-label-lg > label {
  font-size: inherit;
}
.form-footer {
  padding-top: 16px;
  margin-top: auto;
  margin-left: var(--layout-padding-inline);
  margin-right: var(--layout-padding-inline);
}
.dash-input {
  display: flex;
  align-items: center;
  pointer-events: none;
  color: var(--clr-grey-30);
  padding: 0 0.5rem;
}
.button-badge-count {
  transition: all 0.3s;
}
.button-badge-count.button-badge-count-animate {
  box-shadow: 0 0 5px 2px var(--clr-orange-30);
  border-color: var(--clr-orange-30);
}
.form-label-md {
  font-size: 1rem;
  color: var(--clr-grey-70);
  font-weight: 500;
}
.input-error {
  border-color: var(--clr-error-500);
}
.circle {
  border-radius: 50%;
}
.product-form-label {
  font-size: 14px;
  color: var(--clr-grey-70);
  font-weight: 600;
}
.rounded-count {
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: var(--clr-grey-20);
  border-radius: calc(var(--radius-width) * 2);
  color: var(--clr-grey-80);
  padding: 2px 8px;
  font-size: 12px;
  height: 22px;
}
.custom-scrollbar {
  --scrollbar-width: 6px;
  --scrollbar-height: 6px;
  --scrollbar-bg: var(--clr-grey-30);
  --scrollbar-bg-hover: var(--clr-grey-20);
}
.custom-scrollbar::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-height);
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--scrollbar-bg);
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-bg-hover);
}
.custom-scrollbar::-webkit-scrollbar-thumb:active {
  background: var(--scrollbar-bg-hover);
}

.FormElementsProduct_table-border-radius-mixin__IGp9x .ant-table-container {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.FormElementsProduct_table-border-radius-mixin__IGp9x .ant-table table {
  border-radius: var(--radius-width);
}
.FormElementsProduct_table-border-radius-mixin__IGp9x thead.ant-table-thead tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.FormElementsProduct_table-border-radius-mixin__IGp9x thead.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.FormElementsProduct_table-header-InOutboud-background-mixin__3Bq7O thead.ant-table-thead .FormElementsProduct_inbound__XwSfA {
  background-color: var(--clr-light-green);
}
.FormElementsProduct_table-header-InOutboud-background-mixin__3Bq7O thead.ant-table-thead .FormElementsProduct_outbound__DQy81 {
  background-color: var(--clr-light-blue-25);
}
.FormElementsProduct_table-default-row-background-mixin__krbnh .ant-table-tbody > tr:hover td {
  background-color: var(--clr-orange-2);
}
.FormElementsProduct_table-default-row-background-mixin__krbnh .ant-table-tbody > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.FormElementsProduct_table-default-row-background-mixin__krbnh .ant-table-tbody > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.FormElementsProduct_expanded-icon__pDuHj {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.FormElementsProduct_form__xo9J7 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.FormElementsProduct_form__xo9J7 .ant-form-item-control > div:last-child {
  height: 12px;
}
.ant-select-selection-item-content .FormElementsProduct_extractRegionButton__rmG5x {
  display: none;
}
.FormElementsProduct_computedBox__VJbVt {
  position: absolute;
  bottom: 1px;
  left: 0px;
  right: 36px;
}
.FormElementsProduct_computed__zsdHN {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  color: var(--clr-grey-40);
}
.FormElementsProduct_computed__zsdHN > div {
  white-space: nowrap;
}
.FormElementsProduct_computed__zsdHN > .FormElementsProduct_computedText__exAC9 {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.ant-select-tree-title .FormElementsProduct_treeSelectItem__fZpp7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.ant-select-tree-title .FormElementsProduct_treeSelectItem__fZpp7.FormElementsProduct_extracted__bkETI {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.ant-select-tree-title .FormElementsProduct_treeSelectItem__fZpp7 .FormElementsProduct_extractRegionButton__rmG5x {
  display: block;
}
.FormElementsProduct_formContent__qf1fk {
  display: grid;
  grid-template-columns: 310px 1fr;
}
.FormElementsProduct_priceBox__ebgPc {
  width: 282px;
  margin-right: 28px;
  background-color: var(--clr-white);
  border: 1px solid var(--clr-grey-20);
  border-radius: var(--radius-width);
  padding: 20px 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.FormElementsProduct_priceBox__ebgPc label {
  font-size: 14px;
  color: var(--clr-grey-70);
  font-weight: 600;
}
.FormElementsProduct_priceBox__ebgPc .FormElementsProduct_separator__yInjN {
  margin: 0 -16px;
  border-top: 1px solid var(--clr-grey-20);
  padding-bottom: 20px;
}
.FormElementsProduct_box__Phw9m {
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
  padding: 16px;
  padding-bottom: 0px;
  border: 1px solid var(--clr-grey-20);
}
.FormElementsProduct_formItemSelectContainer__Pftuv {
  border: 1px solid var(--clr-grey-20);
  position: relative;
  min-height: 334px;
}
.FormElementsProduct_legacyInfo__VofOJ {
  border-radius: var(--radius-width);
  font-size: 16px;
}
.FormElementsProduct_legacyInfo__VofOJ .ant-alert-message {
  font-weight: 500;
  color: var(--clr-grey-70);
}
.FormElementsProduct_languageRestrictedRow__nZkDe {
  position: absolute;
  border-top: 1px solid var(--clr-grey-20);
  bottom: 5px;
  height: 52px;
  padding: 16px;
  margin-left: -16px;
  width: 100%;
}
.FormElementsProduct_popUpContainer__AotKk span.ant-select-selection-item {
  background-color: #fdede9 !important;
  border: 1px solid #f7cec5 !important;
  border-radius: 16px !important;
}
.FormElementsProduct_popUpContainer__AotKk.FormElementsProduct_languagesContainer__8CHvq .ant-select-dropdown {
  height: 192px;
  top: 40px !important;
  right: auto !important;
  bottom: 40px !important;
  left: 0px !important;
}
.FormElementsProduct_popUpContainer__AotKk .ant-select-dropdown {
  height: 240px;
  border-width: 0;
}
.FormElementsProduct_popUpContainer__AotKk .ant-select-dropdown .ant-select-tree-switcher {
  width: 20px !important;
}
.FormElementsProduct_tag__i4xei {
  max-width: 100%;
}
.FormElementsProduct_currencySelectWrapper__ncsT- {
  width: 6rem;
}
.FormElementsProduct_currencySelectWrapper__ncsT- .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
}
.FormElementsProduct_currencySelectWrapper__ncsT- .ant-select:not(.ant-select-customize-input) .ant-select-selector::before {
  content: '';
  position: absolute;
  background: var(--clr-grey-20);
  height: calc(100% - 10px);
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.FormElementsProduct_currencySelectWrapper__ncsT- .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.FormElementsProduct_activePreorderContainer__2rwEV {
  display: flex;
  gap: 1.5rem;
  padding: 0.5rem;
  background-color: var(--clr-grey-10);
  border-radius: var(--radius-width);
}
.FormElementsProduct_holdReasonInput__xvv8Q .ant-input {
  border-radius: 0;
}
.FormElementsProduct_platformContainer__LzGfA {
  position: relative;
}
.FormElementsProduct_platformContainer__LzGfA .ant-select-selection-item {
  margin-right: 16px;
}
.FormElementsProduct_platformSelectItem__Kyi4L {
  display: flex;
  align-items: center;
}
.FormElementsProduct_platformSelectItem__Kyi4L img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.FormElementsProduct_platformSelectItem__Kyi4L > * {
  margin-right: 0.5em;
}
.FormElementsProduct_productTypeContainer__2UKO2 {
  position: relative;
  margin-top: 16px;
  border-radius: var(--radius-width);
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeList__H4tAj {
  border: 1px solid var(--clr-grey-20);
  padding: 0.5rem;
  flex-grow: 1;
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeCheckbox__E7RuX {
  overflow: hidden;
  max-height: 125px;
  overflow-y: auto;
  width: 100%;
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeCheckbox__E7RuX::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeCheckbox__E7RuX::-webkit-scrollbar-track {
  background: transparent;
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeCheckbox__E7RuX::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,0.50196);
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeCheckbox__E7RuX::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.50196);
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeCheckbox__E7RuX::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.50196);
}
.FormElementsProduct_productTypeContainer__2UKO2 .FormElementsProduct_productTypeCheckboxRow__QdLBl div {
  padding: 0.15em 0;
}
.ant-select-selection-item > div {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FormElementsProduct_steps__HHVQz > div:nth-child(1) {
  flex: 0 0 200px !important;
}
.FormElementsProduct_steps__HHVQz > div:nth-child(2) {
  flex: 0 0 300px !important;
}
.FormElementsProduct_steps__HHVQz .ant-steps-item-title {
  color: var(--clr-grey-90) !important;
}
.FormElementsProduct_steps__HHVQz label {
  color: var(--clr-grey-70);
}
.FormElementsProduct_propertiesToInherit__yEJf4 {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.FormElementsProduct_regionLanguageValuePreview__GuBAx {
  position: relative;
  padding-right: 40px;
  color: var(--clr-grey-50);
  font-size: 14px;
}
.FormElementsProduct_regionLanguageValuePreview__GuBAx .show-details-button {
  top: 1px;
}
.FormElementsProduct_propertyToInherit__jsF8Y {
  display: flex;
  gap: 8px;
  align-items: center;
}
.FormElementsProduct_propertyToInherit__jsF8Y .FormElementsProduct_propertyToInheritKey__\+r8R4 {
  font-weight: 500;
  color: var(--clr-grey-70);
}
.FormElementsProduct_propertyToInherit__jsF8Y .FormElementsProduct_propertyToInheritValuePreview__oUFVr {
  color: var(--clr-grey-50);
  font-size: 14px;
}
.FormElementsProduct_inheritParametersDescription__Ybp9k {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.FormElementsProduct_inheritParametersDescription__Ybp9k > span {
  color: var(--clr-grey-70);
  font-size: 14px;
}
.FormElementsProduct_inheritParametersDescription__Ybp9k button {
  width: -moz-fit-content;
  width: fit-content;
}
.FormElementsProduct_productNameContainer__EhVRN {
  display: flex;
  gap: 1rem;
}
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_productNameInput__18Iu2,
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_parentRequiredItem__w5zhX {
  flex: 1 1;
  max-width: 500px;
}
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_parentRequiredItemInput__MNaOz .ant-select-arrow {
  right: 1.5rem;
}
.FormElementsProduct_productNameContainer__EhVRN .ant-select-selection-item > div {
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_productNameInputExtra__biOPL {
  border: 1px solid var(--clr-orange-50);
}
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_productNameTextExtra__NOXQW {
  color: var(--clr-orange-40);
  font-size: 0.875em;
}
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_productNameIcon__lgO6C {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0.25rem;
  background-color: var(--clr-grey-20);
  margin-top: 32px;
}
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_productNameIcon__lgO6C > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.FormElementsProduct_productNameContainer__EhVRN .ant-checkbox-wrapper {
  color: var(--clr-grey-70);
  font-weight: 500;
  display: flex;
  margin-top: 26px;
  align-items: center;
}
.FormElementsProduct_productNameContainer__EhVRN .FormElementsProduct_addProductParentCheckbox__3BmyL {
  padding-top: 11px;
}
.FormElementsProduct_dropdown__g-1B\+ {
  box-shadow: none;
  width: 100%;
  z-index: 1;
  border: 1px solid #d9d9d9;
  padding: 0.5em;
  border-radius: var(--radius-width);
}
.FormElementsProduct_dropdown__g-1B\+ .ant-select-tree-list-scrollbar {
  display: block !important;
}
.FormElementsProduct_dropdown__g-1B\+ .ant-select-tree-node-content-wrapper {
  padding: 0 !important;
}
.FormElementsProduct_dropdownDisabled__K2QSA {
  opacity: 0.5;
}
.FormElementsProduct_regionsErrorField__ap6UV .ant-col,
.FormElementsProduct_languagesErrorField__UkRRq .ant-col {
  position: inherit;
}
.FormElementsProduct_regionsErrorField__ap6UV .ant-form-item-explain,
.FormElementsProduct_languagesErrorField__UkRRq .ant-form-item-explain {
  position: absolute;
  bottom: 60px;
}
.FormElementsProduct_regionsErrorField__ap6UV .ant-form-item-explain {
  bottom: 8px !important;
}
.FormElementsProduct_dispatchInput__a72ix {
  margin-top: 1em;
}
.FormElementsProduct_clearButton__YHJEp svg {
  width: 12px;
}
.FormElementsProduct_treeSelectDisabled__mvMip {
  pointer-events: none;
}
.FormElementsProduct_inputItems__IX9w\+ {
  height: 36px;
  display: flex;
  align-items: center;
}
.FormElementsProduct_inputItems__IX9w\+ .ant-select-selection-overflow-item {
  margin-right: 6px;
  order: 2;
}
.FormElementsProduct_inputItems__IX9w\+ .ant-select-selector {
  overflow: hidden;
}
.FormElementsProduct_inputItems__IX9w\+ .ant-select-selection-wrap {
  height: 32px;
}
.FormElementsProduct_inputItems__IX9w\+ .ant-select-selection-item {
  padding: 0 8px;
}
.FormElementsProduct_inputItems__IX9w\+ .ant-select-selection-overflow-item-suffix {
  order: 1;
}
.FormElementsProduct_keywordsContainer__3Gs8L {
  width: 100%;
  padding: 0.5rem;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  row-gap: 8px;
}
.FormElementsProduct_keywordsContainer__3Gs8L .FormElementsProduct_keywordsTag__8WfY8 {
  padding: 0.15em 0.5em;
}
.FormElementsProduct_keywordsContainer__3Gs8L .FormElementsProduct_keywordsTag__8WfY8 > svg {
  color: var(--clr-grey-50);
}
.FormElementsProduct_keywordsContainer__3Gs8L .FormElementsProduct_keywordsNewTag__ESTWC {
  cursor: pointer;
  background-color: var(--clr-white);
  border: 1px solid var(--clr-grey-20);
}
.FormElementsProduct_keywordsContainer__3Gs8L .FormElementsProduct_keywordsDisabled__hVca5 {
  pointer-events: none;
  opacity: 0.5;
}
.FormElementsProduct_keywordsContainer__3Gs8L .FormElementsProduct_keywordsTagText__H5HOA {
  overflow: hidden;
  display: inline-flex;
  text-overflow: ellipsis;
  cursor: pointer;
  max-width: 95%;
}
.FormElementsProduct_keywordsContainer__3Gs8L .FormElementsProduct_keywordsInput__\+09iz {
  font-size: 11px;
  width: 96px;
  margin-right: 8px;
  padding: 0.2em 0.75em;
  border-radius: calc(2 * var(--radius-width));
}
.FormElementsProduct_legacy__gOrNJ .ant-form-item-label {
  padding: 0;
}
.FormElementsProduct_legacy__gOrNJ ul {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
}
.FormElementsProduct_legacy__gOrNJ span {
  display: block;
  font-weight: 600;
}
.FormElementsProduct_productPartnerIdsWrapper__MhB1W {
  display: grid;
  padding: 0 24px;
  width: 100%;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.FormElementsProduct_linkedChildrenBox__60Lk\+ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  gap: 32px;
  border-top: 1px solid var(--clr-grey-20);
  margin: 0 -16px;
  padding: 0 16px;
}
.FormElementsProduct_linkedChildren__9-Lay {
  margin-top: 16px;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenHeader__w4UB- {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  min-width: 350px;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenHeader__w4UB- > label {
  width: 220px;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL {
  height: 142px;
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid var(--clr-grey-20);
  border-radius: var(--radius-width);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL::-webkit-scrollbar-track {
  background: transparent;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL .FormElementsProduct_linkedChildrenItem__Ec3OL {
  display: flex;
  align-items: center;
  gap: 4px;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL .FormElementsProduct_linkedChildrenItem__Ec3OL .FormElementsProduct_link__YxDmU {
  color: var(--clr-blue-600);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.FormElementsProduct_linkedChildren__9-Lay .FormElementsProduct_linkedChildrenList__5xFwL .FormElementsProduct_linkedChildrenItem__Ec3OL svg {
  color: var(--clr-grey-40);
  width: 20px;
  height: 20px;
}
.FormElementsProduct_note__TyXyF {
  font-weight: 500;
  color: var(--clr-grey-70);
  margin-bottom: 20px;
}
.FormElementsProduct_note__TyXyF > div {
  overflow-y: auto;
  max-height: 120px;
  line-height: 20px;
}
.FormElementsProduct_note__TyXyF > div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.FormElementsProduct_note__TyXyF > div::-webkit-scrollbar-track {
  background: transparent;
}
.FormElementsProduct_note__TyXyF > div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.FormElementsProduct_note__TyXyF > div::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.FormElementsProduct_note__TyXyF > div::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}

.ParseLangAndRegModal_tagsContainer__sDFI6 {
  background-color: var(--clr-grey-5);
  border-radius: 4px;
  min-height: 100px;
  padding: 8px;
}
.ParseLangAndRegModal_tagsWrapper__olG7t {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  row-gap: 8px;
}
.ParseLangAndRegModal_tag__JbE2l {
  border: 1px solid var(--clr-grey-30);
  background: var(--clr-white);
}
.ParseLangAndRegModal_addNewTag__sRiaO {
  cursor: pointer;
}

.HoldProductModal_modal__uR9dt {
  width: 420px !important;
}
.HoldProductModal_modal__uR9dt .ant-modal-footer {
  display: flex;
  justify-content: space-between;
}
.HoldProductModal_description__GYBpb {
  display: inline-block;
  margin: 0.5rem 0;
  width: 100%;
  font-size: 16px;
  color: var(--clr-grey-70);
}
.HoldProductModal_warning__Bi5JF {
  margin-top: 16px;
  color: var(--clr-grey-40);
  font-weight: 500;
}
.HoldProductModal_warning__Bi5JF > div {
  margin-bottom: 12px;
}
.HoldProductModal_link__b7-Pr {
  margin-bottom: 12px;
}
.HoldProductModal_link__b7-Pr button {
  color: var(--clr-grey-70);
  padding-left: 0px;
}
.HoldProductModal_link__b7-Pr button svg {
  stroke: var(--clr-grey-40);
}
.HoldProductModal_footer__F8\+9f {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SetPartnerIdentifiers_box__8vzoB {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding: 1.25em;
  background-color: var(--clr-white);
  border-radius: var(--radius-width);
  border: 1px solid var(--clr-grey-20);
}
.SetPartnerIdentifiers_list__2qI5g {
  display: grid;
  width: 100%;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.SetPartnerIdentifiers_customPrice__97a1m {
  background-color: var(--clr-orange-10) !important;
  border-color: var(--clr-orange-50) !important;
  color: var(--clr-orange-50) !important;
}

.DropshippingCart_mainTableContainer__VIWLz {
  --padding-inline: 2rem;
  --action-column: 5rem;
  --product-column: 15rem, 1fr;
  --platform-column: 12rem;
  --region-column: 12rem;
  --language-column: 12rem;
  --price-column: 160px;
  --qty-column: 10rem;
  background-color: var(--clr-grey-10);
  height: 100%;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_row__h5S5L {
  display: grid;
  grid-template-columns: var(--padding-inline) var(--action-column) minmax(var(--product-column)) var(--platform-column) var(--region-column) var(--language-column) var(--price-column) var(--qty-column) var(--padding-inline);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableHeader__5mWgv {
  color: var(--clr-grey-50);
  font-weight: 500;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableHeader__5mWgv > * {
  background-color: var(--clr-grey-20);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1rem;
  padding-right: 1rem;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableRow__D\+ceV {
  display: grid;
  grid-template-columns: var(--action-column) minmax(var(--product-column)) var(--platform-column) var(--region-column) var(--language-column) var(--price-column) var(--qty-column);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableRow__D\+ceV > td {
  display: flex;
  align-items: center;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableRowLinked__3EKZm > :first-child {
  border-top-left-radius: var(--radius-width) !important;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableRowLinked__3EKZm > :last-child {
  border-top-right-radius: var(--radius-width) !important;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableTitle__7FY2e {
  grid-column-start: 2;
  grid-column-end: 6;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--clr-grey-90);
  padding-left: 0.25em;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableLinked__yYKmz {
  margin-left: var(--padding-inline);
  margin-right: var(--padding-inline);
  border-radius: var(--radius-width);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableLinked__yYKmz .ant-table-tbody,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableLinked__yYKmz .ant-table-content .ant-table {
  background-color: var(--clr-grey-10);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableLinked__yYKmz .ant-table-tbody .ant-table-row:nth-of-type(odd) td {
  background-color: var(--clr-white);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableDivider__UbSpl {
  height: 1px;
  background-color: var(--clr-grey-50);
  margin-top: 2em;
  margin-bottom: 2em;
  grid-column-start: 1;
  grid-column-end: -1;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableProductsToLink__CxC3X {
  margin-left: var(--padding-inline);
  margin-right: var(--padding-inline);
  border-radius: var(--radius-width);
  margin-bottom: var(--padding-inline);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableProductsToLink__CxC3X .ant-table-tbody,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableProductsToLink__CxC3X .ant-table-content .ant-table {
  background-color: var(--clr-grey-10);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableProductsToLink__CxC3X .ant-table-tbody .ant-table-row td {
  background-color: var(--clr-grey-5);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_tableProductsToLink__CxC3X .ant-table-tbody .ant-table-row:nth-of-type(odd) td {
  background-color: var(--clr-white);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLink__FNw6u {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-width);
  padding: 0.75em;
  border: 1px solid var(--clr-grey-30);
  background-color: var(--clr-white);
  transition: all 0.2s linear;
  cursor: pointer;
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLink__FNw6u:hover,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLink__FNw6u:active,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLink__FNw6u:focus {
  border-color: var(--clr-grey-50);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActive__gcTy5 {
  border-color: var(--clr-success-200);
  background-color: var(--clr-success-50);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActive__gcTy5:hover,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActive__gcTy5:active,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActive__gcTy5:focus {
  border-color: var(--clr-success-400);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActiveWarning__tqd1n {
  border-color: var(--clr-orange-30);
  background-color: var(--clr-orange-10);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActiveWarning__tqd1n:hover,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActiveWarning__tqd1n:active,
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_buttonLinkActiveWarning__tqd1n:focus {
  border-color: var(--clr-orange-50);
}
.DropshippingCart_mainTableContainer__VIWLz .DropshippingCart_inputFilter__rJt1Y {
  max-width: 17rem;
  margin-left: auto;
}
.DropshippingCart_filterPopover__6Wd1w .ant-popover-inner {
  max-width: 15rem;
  min-width: 15rem;
}
.DropshippingCart_filterPopover__6Wd1w .ant-popover-arrow {
  display: none;
}
.DropshippingCart_pagination__kIfuq .ant-pagination-next {
  margin-top: -0.25em;
}

.DropshippingOrderCreate_mainContainer__wZOND {
  display: grid;
  grid-template-columns: minmax(18rem, 20vw) 1fr;
  padding: 16px;
  grid-gap: 40px;
  gap: 40px;
  height: calc(100% - 7rem);
}
.DropshippingOrderCreate_summary__3RmZk .ant-descriptions-header {
  margin-bottom: 0.5rem;
}
.DropshippingOrderCreate_summary__3RmZk .ant-descriptions-title {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.DropshippingOrderCreate_summary__3RmZk .ant-descriptions-row > .ant-descriptions-item {
  padding-bottom: 4px;
}
.DropshippingOrderCreate_summary__3RmZk .ant-descriptions-item-container {
  display: flex;
  align-items: center;
}
.DropshippingOrderCreate_summary__3RmZk .ant-descriptions-item-container > .ant-descriptions-item-label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-basis: 40%;
}
.DropshippingOrderCreate_summary__3RmZk .ant-descriptions-item-container > .ant-descriptions-content {
  flex-basis: 60%;
}
.DropshippingOrderCreate_summary__3RmZk .ant-descriptions-item-container > * {
  font-weight: 500;
  color: var(--clr-grey-50);
}
.DropshippingOrderCreate_summary__3RmZk .DropshippingOrderCreate_value__pArxJ {
  flex: 0 1 50%;
  text-align: right;
}
.DropshippingOrderCreate_table__O-k3j {
  --action-column: 64px;
  --product-column: 400px, 1fr;
  --common-columns: 128px;
  --total-column: 176px;
}
.DropshippingOrderCreate_table__O-k3j colgroup {
  display: none;
}
.DropshippingOrderCreate_table__O-k3j .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.DropshippingOrderCreate_table__O-k3j .ant-table-placeholder > td {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.DropshippingOrderCreate_table__O-k3j tr {
  display: grid;
  grid-template-columns: minmax(var(--product-column)) repeat(var(--dropshipping-common-columns), var(--common-columns)) var(--total-column) var(--action-column);
}
.DropshippingOrderCreate_table__O-k3j tr > td {
  display: flex;
  align-items: center;
}

.DropshippingList_table__ZH8xf {
  --add-column: 4rem;
  --name-column: 25rem, 1fr;
  --qty-price-columns: 10rem;
  --action-column: 6rem;
}
.DropshippingList_table__ZH8xf colgroup {
  display: none;
}
.DropshippingList_table__ZH8xf .ant-table-placeholder {
  grid-template-columns: 1fr;
}
.DropshippingList_table__ZH8xf .ant-table-measure-row {
  display: none;
}
.DropshippingList_table__ZH8xf .ant-table-row > td {
  display: flex;
  align-items: center;
}
.DropshippingList_table__ZH8xf .ant-table-thead > tr,
.DropshippingList_table__ZH8xf .ant-table-row {
  display: grid;
  grid-template-columns: var(--add-column) minmax(var(--name-column)) repeat(4, var(--qty-price-columns)) var(--action-column);
}
.DropshippingList_cartTableBox__R-U4u .ant-popover-title {
  --margin: -0.85em;
  margin-left: -0.85em;
  margin-right: -0.85em;
  margin-left: var(--margin);
  margin-right: var(--margin);
  margin-top: -0.85em;
  margin-top: var(--margin);
  background-color: var(--clr-grey-20);
  padding: 0.25em 1em;
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
  color: var(--clr-grey-70);
}
.DropshippingList_cartTableBox__R-U4u .ant-popover-arrow {
  display: none;
}
.DropshippingList_supplierTable__snKeF {
  --product-column: 15rem, 1fr;
  --platform-column: 12rem;
  --region-column: 12rem;
  --pin-column: 80px;
  --price-column: 160px;
  --qty-column: 10rem;
}
.DropshippingList_supplierTable__snKeF colgroup {
  display: none;
}
.DropshippingList_supplierTable__snKeF .ant-table-placeholder {
  grid-template-columns: 1fr;
}
.DropshippingList_supplierTable__snKeF .ant-table-placeholder .ant-empty {
  margin-left: auto;
  margin-right: auto;
}
.DropshippingList_supplierTable__snKeF tr {
  display: grid;
  grid-template-columns: minmax(var(--product-column)) var(--platform-column) var(--region-column) var(--price-column) var(--qty-column);
}
.DropshippingList_supplierTable__snKeF tr > td {
  display: flex;
  align-items: center;
}
.DropshippingList_supplierTable__snKeF.DropshippingList_tableCadooz__ssANn .ant-table-thead > tr,
.DropshippingList_supplierTable__snKeF.DropshippingList_tableCadooz__ssANn .ant-table-row {
  grid-template-columns: minmax(var(--product-column)) var(--platform-column) var(--region-column) var(--price-column) var(--qty-column) var(--pin-column);
}
.DropshippingList_productDetails__edlkB {
  display: flex;
  font-size: 0.75rem;
  border-radius: var(--radius-width);
  color: var(--clr-grey-40);
  border: 1px solid var(--clr-grey-20);
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.DropshippingList_productDetails__edlkB > * {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.DropshippingList_productDetails__edlkB :not(:last-child) {
  border-right: 1px solid var(--clr-grey-20);
}
.DropshippingList_partnerModalDescription__ZzeDX {
  background-color: var(--clr-error-50);
  width: 100%;
  padding: 0.5em;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  font-weight: 500;
  color: var(--clr-grey-70);
}

.DropshippingCommon_tabs__q33wU > div {
  max-height: 40px;
}
.DropshippingCommon_tabs__q33wU .ant-tabs-tab {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.FilterSelection_item__BBZOZ {
  cursor: pointer;
  color: var(--clr-grey-50);
  font-weight: 500;
  border-radius: calc(2 * var(--radius-width));
  transition: all 0.3s ease-in-out;
}
.FilterSelection_item__BBZOZ:hover {
  color: var(--clr-grey-70);
  border-color: var(--clr-grey-40);
}
.FilterSelection_active__\+-N\+A {
  border-color: var(--clr-orange-40);
}
.FilterSelection_active__\+-N\+A:hover {
  border-color: var(--clr-orange-40);
}
.FilterSelection_disabled__FuzYM {
  pointer-events: none;
  opacity: 0.5;
}

.OrderHistory_table__Y-TPW {
  width: 100%;
  min-width: calc(180px + 300px + 180px + 250px + 180px + 145px + 100px + 100px + 160px);
}
.OrderHistory_table__Y-TPW colgroup {
  display: none;
}
.OrderHistory_table__Y-TPW .OrderHistory_expandedRow__0uAyC .ant-tag[data-code='40'] {
  background: var(--clr-white) !important;
}
.OrderHistory_table__Y-TPW .OrderHistory_expandedRow__0uAyC .ant-table-cell {
  background-color: var(--clr-dark-green) !important;
}
.OrderHistory_table__Y-TPW .OrderHistory_expandedRow__0uAyC:hover .ant-table-cell {
  background-color: var(--clr-dark-green);
}
.OrderHistory_table__Y-TPW .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.OrderHistory_table__Y-TPW .ant-table-placeholder .ant-empty {
  width: 100%;
}
.OrderHistory_table__Y-TPW .ant-table-expanded-row-level-1 {
  display: grid;
  grid-template-columns: auto;
}
.OrderHistory_table__Y-TPW .ant-table-expanded-row-level-1 > td {
  border-right: none !important;
}
.OrderHistory_table__Y-TPW tr {
  display: grid;
  grid-template-columns: 47px 180px minmax(300px, 300fr) 180px minmax(250px, 250fr) 180px 145px 100px 100px 160px;
}
.OrderHistory_table__Y-TPW tr td {
  display: flex;
  align-items: center;
}
.OrderHistory_table__Y-TPW .OrderHistory_childTable__m\+8dK {
  width: calc(100% - 1px);
}
.OrderHistory_table__Y-TPW .OrderHistory_childTable__m\+8dK .ant-table-bordered {
  margin: -16px -17px -16px 30px !important;
}
.OrderHistory_table__Y-TPW .OrderHistory_childTable__m\+8dK tr {
  display: grid;
  grid-template-columns: 180px minmax(300px, 300fr) 180px minmax(250px, 250fr) 180px 145px 100px 100px 160px;
}

.EnebaBrowserTable_table__y1OMX tr.ant-table-row {
  height: 5rem;
}
.EnebaBrowserTable_table__y1OMX tr.ant-table-row:hover button[data-testid='button-copy-name'] {
  display: flex;
}
.EnebaBrowserTable_isBeforeReleaseDateIdentifier__36uDn {
  color: var(--clr-grey-30);
}
.EnebaBrowserTable_releasedAt__IjK4Y {
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  display: flex;
  width: 90px;
  height: 22px;
  justify-content: center;
}

.UserManagement_wrapper__GLEea {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.UserManagement_tabs__lz-f4 .ant-tabs-tab {
  padding: 0.5em 0.75em;
}
.UserManagement_navContainer__nmOZH {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.UserManagement_navBtn__w0jPe {
  padding: 4px 12px;
}
.UserManagement_navBtnActive__2WSVs {
  border-bottom: 2px solid #1890ff;
  transition-duration: 0ms;
}
.UserManagement_navBtnActive__2WSVs:hover,
.UserManagement_navBtnActive__2WSVs:focus,
.UserManagement_navBtnActive__2WSVs:active {
  transition-duration: 0ms;
  border-bottom: 2px solid #1890ff;
}
.UserManagement_toggleWrapper__opFbM {
  display: flex;
  height: 100%;
  align-items: center;
}
.UserManagement_toggle__ErAga {
  margin-left: 4px;
}
.UserManagement_tableWithFilters__hgm1G tbody .ant-checkbox-wrapper {
  display: none;
}
.UserManagement_tableWithFilters__hgm1G tbody .ant-table-row-selected td {
  background-color: #ffffff;
}
.UserManagement_tableWithFilters__hgm1G tbody .ant-table-row-selected:hover > td {
  background-color: #ffffff;
}
.UserManagement_selectDropdownContainer__2YbTl .ant-select-item-option-selected {
  background-color: var(--clr-grey-10);
}
.UserManagement_form__Mu\+Fo .ant-form-item-control > div:last-child {
  height: 1.75rem;
}
.UserManagement_footerWrapper__CFyfk {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.UserManagement_clientIcon__-\+Ez6 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-width);
  background-color: var(--clr-purple-100);
  padding: 10px;
}
.UserManagement_clientNoteContainer__OLlc3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: calc(var(--radius-width) / 2);
  color: var(--clr-grey-70);
  background-color: var(--clr-purple-100);
}
.UserManagement_clientSecretModalSecretDetails__\+9bXP {
  display: flex;
  font-weight: 500;
  gap: 0.5rem;
  padding: 0.5rem;
  font-size: 14px;
  color: var(--clr-grey-70);
  border-radius: var(--radius-width);
  background-color: var(--clr-purple-100);
}
.UserManagement_clientSecretModalSecretDetails__\+9bXP .UserManagement_clientSecretModalKey__sNxyk {
  font-weight: 500;
  color: var(--clr-purple-600);
}
.UserManagement_clientSecretModalUserDetails__0fx76 {
  padding: 8px 10px;
  background-color: var(--clr-grey-10);
  font-weight: 500;
  color: var(--clr-grey-70);
}
.UserManagement_clientSecretModalUserDetails__0fx76 .ant-tag {
  border: none;
}
.UserManagement_popUpContainer__8r\+Yr .ant-tree-select {
  width: 100% !important;
}
.UserManagement_popUpContainer__8r\+Yr .ant-tree-select .ant-select-selection-item-remove {
  display: none;
}
.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher {
  width: 8px;
}
.UserManagement_emptyTable__-yNyW .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.UserManagement_emptyTable__-yNyW .ant-table-placeholder .ant-empty {
  width: 100%;
}
.UserManagement_wockUsersTable__tXlBd {
  --select-column: 60px;
  --name-column: 400px, 1fr;
  --email-column: 400px;
  --roles-column: 400px;
  --action-column: 100px;
  width: 100%;
}
.UserManagement_wockUsersTable__tXlBd colgroup {
  display: none;
}
.UserManagement_wockUsersTable__tXlBd tr {
  display: grid;
  grid-template-columns: var(--select-column) minmax(var(--name-column)) var(--email-column) var(--roles-column) var(--action-column);
}
.UserManagement_wockUsersTable__tXlBd tr td {
  align-content: center;
}
.UserManagement_wockUsersTable__tXlBd .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.UserManagement_wockUsersTable__tXlBd .ant-table-placeholder .ant-empty {
  width: 100%;
}
.UserManagement_externalUsersTable__SMfbu {
  --select-column: 60px;
  --name-column: 400px, 1fr;
  --email-column: 400px;
  --roles-column: 275px;
  --partner-select-column: 275px;
  --action-column: 100px;
  width: 100%;
}
.UserManagement_externalUsersTable__SMfbu colgroup {
  display: none;
}
.UserManagement_externalUsersTable__SMfbu tr {
  display: grid;
  grid-template-columns: var(--select-column) minmax(var(--name-column)) var(--email-column) var(--roles-column) var(--partner-select-column) var(--action-column);
}
.UserManagement_externalUsersTable__SMfbu tr td {
  align-content: center;
}
.UserManagement_externalUsersTable__SMfbu .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.UserManagement_externalUsersTable__SMfbu .ant-table-placeholder .ant-empty {
  width: 100%;
}
.UserManagement_consumersApiTable__wath9 {
  --select-column: 60px;
  --name-column: 400px, 1fr;
  --partner-column: 275px;
  --client-id-column: 210px;
  --expiration-date-column: 150px;
  --status-column: 220px;
  --secrets-column: 140px;
  --action-column: 100px;
  width: 100%;
}
.UserManagement_consumersApiTable__wath9 colgroup {
  display: none;
}
.UserManagement_consumersApiTable__wath9 tr {
  display: grid;
  grid-template-columns: var(--select-column) minmax(var(--name-column)) var(--partner-column) var(--client-id-column) var(--expiration-date-column) var(--status-column) var(--secrets-column) var(--action-column);
}
.UserManagement_consumersApiTable__wath9 tr td {
  align-content: center;
}
.UserManagement_consumersApiTable__wath9 .ant-table-placeholder {
  display: grid;
  grid-template-columns: 1fr;
}
.UserManagement_consumersApiTable__wath9 .ant-table-placeholder .ant-empty {
  width: 100%;
}
.UserManagement_expirationDatePicker__cij33 .ant-form-item {
  width: 100%;
}
.UserManagement_missingContactPointMessage__5sViX {
  background-color: var(--clr-orange-dark-5);
  border-radius: var(--radius-width);
  padding: 8px 12px;
  margin-bottom: 24px;
}

.SelectDataStrategy_container__6XKAn {
  display: flex;
  flex-direction: column;
}
.SelectDataStrategy_container__6XKAn .SelectDataStrategy_line__bfw7M {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 12px;
  gap: 1rem;
  border-radius: var(--radius-width);
  color: var(--clr-grey-50);
}
.SelectDataStrategy_container__6XKAn .SelectDataStrategy_line__bfw7M:hover {
  background-color: var(--clr-grey-10);
}
.SelectDataStrategy_container__6XKAn .SelectDataStrategy_default__FQE7X {
  font-size: 11px;
  text-align: right;
  color: var(--clr-grey-40);
}

.variables,
:root {
  --clr-orange-5: hsl(24, 100%, 98%);
  --clr-orange-10: hsl(11, 84%, 95%);
  --clr-orange-20: hsl(11, 76%, 87%);
  --clr-orange-30: hsl(11, 79%, 80%);
  --clr-orange-40: hsl(13, 81%, 70%);
  --clr-orange-50: hsl(21, 86%, 50%);
  --clr-orange-60: hsl(21, 85%, 45%);
  --clr-orange-70: hsl(21, 85%, 39%);
  --clr-orange-80: hsl(21, 85%, 32%);
  --clr-orange-90: hsl(21, 86%, 22%);
  --clr-orange-dark-5: hsl(23, 100%, 96%);
  --clr-orange-dark-10: hsl(24, 100%, 92%);
  --clr-orange-dark-20: hsl(30, 99%, 84%);
  --clr-orange-dark-60: hsl(11, 96%, 46%);
  --clr-grey-5: hsl(240, 20%, 98%);
  --clr-grey-10: hsl(220, 23%, 95%);
  --clr-grey-20: hsl(227, 25%, 89%);
  --clr-grey-30: hsl(224, 24%, 78%);
  --clr-grey-40: hsl(226, 24%, 59%);
  --clr-grey-50: hsl(226, 24%, 48%);
  --clr-grey-60: hsl(226, 24%, 38%);
  --clr-grey-70: hsl(227, 24%, 33%);
  --clr-grey-80: hsl(226, 24%, 25%);
  --clr-grey-90: hsl(233, 33%, 10%);
  --clr-grey-cool-40: hsl(226, 24%, 48%);
  --clr-grey-cool-70: hsl(228, 27%, 17%);
  --clr-purple-5: #fafaff;
  --clr-purple-20: #d9d6fe;
  --clr-purple-50: #f4f3ff;
  --clr-purple-100: #ebe9fe;
  --clr-purple-600: #6938ef;
  --clr-purple-800: #3e1c96;
  --clr-white: #ffffff;
  --clr-light-green: #fafef5;
  --clr-dark-green: #e4fbcc;
  --clr-light-blue-25: #f5fbff;
  --clr-light-blue-100: #e0f2fe;
  --clr-light-blue-200: #b9e6fe;
  --clr-light-blue-300: #7cd4fd;
  --clr-light-blue-400: #36bffa;
  --clr-light-blue-600: #0086c9;
  --clr-light-blue-700: #026aa2;
  --clr-blue-50: #eff8ff;
  --clr-blue-600: #1570ef;
  --clr-blue-700: #175cd3;
  --clr-error-light: #fef3f2;
  --clr-text-error: #d92d20;
  --clr-text-success: #4ca30d;
  --clr-success-50: #ecfdf3;
  --clr-success-100: #e4fbcc;
  --clr-success-200: #a6f4c5;
  --clr-success-400: #3ccb7f;
  --clr-success-500: #12b76a;
  --clr-success-600: #039855;
  --clr-success-700: #027a48;
  --clr-error-25: #fffbfa;
  --clr-error-50: #fef3f2;
  --clr-error-100: #fee4e2;
  --clr-error-200: #ffd2cf;
  --clr-error-500: #f04438;
  --clr-error-600: #d92d20;
  --clr-error-700: #b42318;
  --clr-warning-50: hsl(44, 100%, 96%);
  --clr-warning-500: #ead627;
  --clr-warning-700: hsl(22, 92%, 37%);
  --radius-width: 8px;
  --ff-inter: 'Inter', sans-serif;
  --clr-green-100: #d3f8df;
  --clr-green-200: #aaf0c4;
  --clr-green-400: #3ccb7f;
  --clr-green-500: #16b364;
  --clr-green-600: #099250;
  --clr-green-700: #087443;
  --clr-pink-100: #fce7f6;
  --layout-padding-inline: 48px;
}
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
div {
  white-space: pre-line;
}
img {
  max-width: 100%;
}
:root {
  --primary-color: #4186e0;
  --header-background-color: #ffffff;
}
.report-class {
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.ant-btn-sm,
.ant-btn-icon-only.ant-btn-lg {
  border-radius: var(--radius-width);
}
.ant-btn.ant-btn-block {
  width: auto;
}
.ant-btn {
  font-size: 14px;
  height: 32px;
  padding: 4px 15px;
  border-radius: 6px;
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  line-height: 1.57142857;
  border-radius: var(--radius-width);
}
.ant-btn {
  display: flex;
  align-items: center;
}
.ant-btn > svg {
  font-size: 16px;
  margin-right: 0.5rem;
}
.ant-btn-default {
  background-color: var(--clr-white);
  border-color: var(--clr-grey-30);
  color: var(--clr-grey-70);
  font-weight: 500;
}
.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-default:hover,
.ant-btn-default:focus,
.ant-btn-default:focus-visible,
.ant-btn-default:focus-within {
  border-color: var(--clr-grey-40);
  color: var(--clr-grey-80);
}
.ant-btn-default:not(:disabled):not(.ant-btn-disabled):active,
.ant-btn-default:active {
  border-color: var(--clr-grey-30);
  background-color: var(--clr-orange-10);
  color: var(--clr-grey-80);
}
.ant-btn-default[disabled],
.ant-btn-default[disabled]:hover,
.ant-btn-default[disabled]:focus {
  border-color: #d9d9d9;
  background: var(--clr-white);
  color: var(--clr-grey-30);
}
.ant-btn-default > svg {
  color: var(--clr-grey-50);
}
.ant-btn-primary {
  background-color: var(--clr-orange-50);
  color: var(--clr-white);
  border-color: transparent;
  font-weight: 500;
}
.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-primary:focus,
.ant-btn-primary:focus-visible,
.ant-btn-primary:focus-within {
  border-color: transparent;
  background-color: var(--clr-orange-60);
  color: var(--clr-white);
}
.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):active {
  border-color: transparent;
  background-color: var(--clr-orange-60);
  color: var(--clr-white);
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary:disabled {
  background: var(--clr-orange-20);
  color: var(--clr-white);
  border-color: transparent;
}
.ant-btn-primary[disabled] svg,
.ant-btn-primary[disabled]:hover svg,
.ant-btn-primary[disabled]:focus svg,
.ant-btn-primary:disabled svg {
  color: var(--clr-white);
}
.ant-btn-text {
  background-color: transparent;
  color: var(--clr-grey-50);
  border-color: transparent;
  font-weight: 500;
}
.ant-btn-text:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-text:focus,
.ant-btn-text:focus-visible,
.ant-btn-text:focus-within {
  background-color: var(--clr-grey-20);
  color: var(--clr-grey-50);
  border-color: transparent;
}
.ant-btn-text:not(:disabled):not(.ant-btn-disabled):active {
  border-color: transparent;
  color: var(--clr-grey-70);
}
.ant-btn-link {
  background-color: transparent;
  color: var(--clr-orange-70);
  border-color: transparent;
}
.ant-btn-link:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:focus-visible,
.ant-btn-link:focus-within {
  background-color: transparent;
  color: var(--clr-orange-80);
  border-color: transparent;
}
.ant-btn-link:not(:disabled):not(.ant-btn-disabled):active,
.ant-btn-link:active {
  background-color: transparent;
  color: var(--clr-orange-90);
  border-color: transparent;
}
.btn-tertiary--color {
  background-color: transparent;
  color: var(--clr-orange-70);
  border-color: transparent;
}
.btn-tertiary--color:hover,
.btn-tertiary--color:focus,
.btn-tertiary--color:focus-visible,
.btn-tertiary--color:focus-within {
  background-color: var(--clr-orange-10);
  color: var(--clr-orange-70);
  border-color: transparent;
}
.btn-tertiary--color:active {
  background-color: transparent;
  color: var(--clr-orange-90);
  border-color: transparent;
}
.ant-btn-icon-only {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.ant-btn-icon-only svg {
  margin: 0;
}
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
  background-color: #fafafa;
}
.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
  margin: 0;
}
.ant-btn-compact-item.ant-btn-compact-last-item {
  border-radius: 0 var(--radius-width) var(--radius-width) 0;
}
.ant-btn.ant-btn-sm {
  border-radius: calc(var(--radius-width) / 2);
}
[class^='ant-input'],
[class*=' ant-input'] {
  font-family: Inter,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto;
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 6px;
  transition: all 0.2s;
  padding: 4px 4px 4px 12px;
}
.ant-input:not(.ant-input-disabled)::-moz-placeholder {
  color: var(--clr-grey-40);
}
.ant-input:not(.ant-input-disabled)::placeholder {
  color: var(--clr-grey-40);
}
.ant-input-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.04);
}
.ant-input-sm {
  padding: 0px 7px;
}
.ant-input-lg {
  padding: 8px 11px;
  font-size: 16px;
  line-height: 1.5;
}
.ant-input:not(:disabled),
.ant-input-affix-wrapper,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled) {
  border-radius: var(--radius-width);
  border-color: var(--clr-grey-30);
}
.ant-input:not(:disabled):hover,
.ant-input-affix-wrapper:hover,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,
.ant-input:not(:disabled):focus,
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus,
.ant-input:not(:disabled):focus-within,
.ant-input-affix-wrapper:focus-within,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus-within,
.ant-input:not(:disabled):focus-visible,
.ant-input-affix-wrapper:focus-visible,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus-visible {
  border-color: var(--clr-grey-40);
  background-color: var(--clr-white);
}
.ant-input:not(:disabled):focus,
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus,
.ant-input:not(:disabled):focus-visible,
.ant-input-affix-wrapper:focus-visible,
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus-visible {
  outline: var(--clr-orange-10);
}
.ant-input:focus,
.ant-input-focused,
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px var(--clr-orange-10);
}
.ant-input-affix-wrapper-disabled {
  border-color: #d9d9d9;
}
.ant-input-prefix {
  margin-right: 0.5rem;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group .ant-input-group-addon:first-child,
.ant-input-group .ant-input:last-child,
.ant-input-group .ant-input-group-addon:last-child {
  border-radius: var(--radius-width);
}
.ant-input-affix-wrapper {
  color: var(--clr-grey-50);
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: var(--radius-width);
}
.ant-input-affix-wrapper-lg .ant-input {
  height: 26px;
}
textarea.ant-input-lg,
.ant-input-lg {
  height: 40px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.57142857;
  list-style: none;
  font-family: 'Inter';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input:not(:disabled).input-error {
  border-color: var(--clr-error-500);
}
.ant-select:not(.ant-select-disabled),
.ant-tree-select:not(.ant-select-disabled),
.ant-picker {
  border-radius: var(--radius-width);
  border-color: var(--clr-grey-30);
}
.ant-select:not(.ant-select-disabled):hover,
.ant-tree-select:not(.ant-select-disabled):hover,
.ant-picker:hover,
.ant-select:not(.ant-select-disabled):focus,
.ant-tree-select:not(.ant-select-disabled):focus,
.ant-picker:focus,
.ant-select:not(.ant-select-disabled):focus-within,
.ant-tree-select:not(.ant-select-disabled):focus-within,
.ant-picker:focus-within,
.ant-select:not(.ant-select-disabled):focus-visible,
.ant-tree-select:not(.ant-select-disabled):focus-visible,
.ant-picker:focus-visible {
  border-color: var(--clr-grey-40);
}
.ant-select-selection-overflow {
  padding-left: 4px;
}
.ant-picker:not(.ant-picker-disabled) .ant-picker-suffix,
.ant-picker:not(.ant-picker-disabled) .ant-picker-clear {
  color: var(--clr-grey-50);
  margin-right: 4px;
}
.ant-picker-today-btn {
  color: var(--clr-orange-50);
}
.ant-picker-today-btn:hover {
  color: var(--clr-orange-60);
}
.ant-select-selector {
  border-radius: var(--radius-width) !important;
  border-color: var(--clr-grey-30) !important;
}
.ant-select-selector:hover,
.ant-select-selector:focus,
.ant-select-selector:focus-within,
.ant-select-selector:focus-visible {
  border-color: var(--clr-grey-40) !important;
}
.ant-select-disabled > .ant-select-selector,
.ant-picker-disabled {
  border-color: #d9d9d9;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: 0 0 0 2px var(--clr-orange-10);
}
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: var(--clr-grey-50);
  background-color: var(--clr-orange-10);
}
.ant-select:not(.ant-select-disabled) .ant-select-selection-placeholder {
  color: var(--clr-grey-40);
}
.ant-select-dropdown .ant-select-item {
  color: var(--clr-grey-50);
  font-weight: 500;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--clr-orange-10);
  color: var(--clr-grey-50);
  font-weight: 500;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: var(--clr-orange-50);
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  background-color: var(--clr-orange-10);
  border-radius: calc(var(--radius-width) * 2);
}
.ant-select-multiple .ant-select-selection-item {
  border: 1px solid var(--clr-orange-20);
  border-radius: calc(var(--radius-width) * 2);
  background-color: var(--clr-orange-10);
  font-weight: 500;
  color: var(--clr-grey-70);
}
.ant-tree-select-dropdown .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
.ant-tree-select-dropdown .ant-select-tree-checkbox-checked:not(.ant-select-tree-checkbox-disabled):hover .ant-select-tree-checkbox-inner {
  background-color: var(--clr-orange-10);
  border-color: var(--clr-orange-50);
}
.ant-tree-select-dropdown .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after,
.ant-tree-select-dropdown .ant-select-tree-checkbox-checked:not(.ant-select-tree-checkbox-disabled):hover .ant-select-tree-checkbox-inner::after {
  border-color: var(--clr-orange-50);
}
.ant-select-multiple.ant-select-lg .ant-select-selection-placeholder,
.ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
  font-size: 14px;
  font-weight: 400;
}
.ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item {
  font-size: 14px;
  color: var(--clr-grey-70);
  font-weight: 500;
}
.ant-tabs-nav-list {
  border-radius: var(--radius-width);
  background-color: var(--clr-grey-10);
  padding: 0.25rem;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  border: none;
}
.ant-tabs .ant-tabs-tab {
  padding: 5px 0.75rem;
  background-color: transparent;
  color: var(--clr-grey-50);
  border-radius: var(--radius-width);
  font-weight: 500;
  transition: background-color 0.25s linear;
}
.ant-tabs .ant-tabs-tab:not(.ant-tabs-tab-disabled):hover {
  color: var(--clr-grey-80);
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  background-color: var(--clr-white);
}
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--clr-grey-70);
}
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 0.5rem 0.75rem;
}
.ant-tabs-tab-btn:active,
.ant-tabs-tab-btn:focus {
  color: var(--clr-orange-50);
}
.ant-tabs-nav-list .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 1.25rem;
}
.tabs-height {
  height: 40px;
}
.tabs-height > div {
  height: 40px;
}
.ant-tabs-xs .ant-tabs-nav-list .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 0.5em;
}
.ant-tabs-xs .ant-tabs-nav-list {
  padding: 0.35em;
}
.ant-tabs-xs > .ant-tabs-nav .ant-tabs-tab {
  padding: 0.35em 0.85em;
}
.ant-tabs-tab-active {
  background-color: var(--clr-white);
  color: var(--clr-grey-70);
  border: none;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}
.ant-tabs-ink-bar,
.ant-tabs-ink-bar-animated {
  display: none;
}
.ant-upload-list-picture,
.ant-upload-list-picture-card,
.ant-upload-list-item-info {
  border-radius: var(--radius-width);
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item,
.ant-upload-list-item-info .ant-upload-list-item {
  border-radius: var(--radius-width);
}
.ant-checkbox-checked::after,
.ant-checkbox-checked:hover {
  border-color: transparent;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--clr-orange-10);
  border-color: var(--clr-orange-50);
}
.ant-checkbox-checked .ant-checkbox-inner:hover {
  border-color: var(--clr-orange-50);
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: var(--clr-orange-50);
}
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner,
.ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
  background-color: var(--clr-orange-10);
  border-color: var(--clr-orange-50);
}
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner {
  border-color: var(--clr-orange-50);
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
  border-color: var(--clr-orange-50);
}
.ant-checkbox-inner {
  border-radius: calc(var(--radius-width) / 2);
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
  border-radius: calc(var(--radius-width) / 2);
}
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: var(--clr-orange-50);
  border-radius: calc(var(--radius-width) / 2);
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: var(--clr-orange-50);
}
.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: var(--clr-orange-10);
  border-color: #d9d9d9;
}
.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: rgba(0,0,0,0.25098);
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: var(--clr-orange-50);
  background-color: var(--clr-white);
}
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after {
  background-color: var(--clr-orange-50);
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio-wrapper:hover .ant-radio-inner {
  border-color: var(--clr-orange-50);
}
.ant-radio-input:focus + .ant-radio-inner {
  border-color: var(--clr-orange-50);
  box-shadow: 0 0 0 3px var(--clr-orange-10);
}
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox::after {
  border-color: var(--clr-orange-50);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: var(--clr-orange-10);
  border-color: var(--clr-orange-50);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:hover {
  border-color: var(--clr-orange-50);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: var(--clr-orange-50);
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  background-color: var(--clr-orange-50);
}
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: var(--clr-orange-50);
}
.ant-select-selection-overflow-item {
  margin-right: 4px;
}
.ant-select-selection-overflow-item .ant-select-selection-item {
  padding: 0 8px;
}
.ant-table-pagination.ant-pagination {
  margin-top: auto;
  margin-bottom: 0;
}
.ant-pagination {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 1rem;
}
.ant-pagination * {
  font-family: var(--ff-inter);
}
.ant-pagination button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ant-pagination .ant-pagination-item-active {
  background-color: var(--clr-grey-10);
  color: var(--clr-grey-70);
  border-color: transparent;
}
.ant-pagination .ant-pagination-item-active:hover {
  border-color: transparent;
}
.ant-pagination .ant-pagination-item-active a,
.ant-pagination .ant-pagination-item-active a:hover {
  color: var(--clr-grey-50);
  font-weight: 500;
}
.ant-pagination .ant-pagination-prev {
  margin-right: auto;
  order: 0;
}
.ant-pagination .ant-pagination-prev svg,
.ant-pagination .ant-pagination-prev span {
  color: var(--clr-grey-50);
}
.ant-pagination .ant-pagination-prev.ant-pagination-disabled {
  cursor: default;
  visibility: hidden;
}
.ant-pagination .ant-pagination-prev:hover button:not(:disabled) {
  border-color: var(--clr-grey-40);
}
.ant-pagination .ant-pagination-options {
  order: 1;
}
.ant-pagination .ant-pagination-next {
  margin-left: auto;
  order: 2;
}
.ant-pagination .ant-pagination-next svg,
.ant-pagination .ant-pagination-next span {
  color: var(--clr-grey-50);
  order: 2;
}
.ant-pagination .ant-pagination-next.ant-pagination-disabled svg,
.ant-pagination .ant-pagination-next.ant-pagination-disabled span {
  color: var(--clr-grey-30);
}
.ant-pagination .ant-pagination-next.ant-pagination-disabled {
  cursor: default;
  visibility: hidden;
}
.ant-pagination .ant-pagination-next:hover button:not(:disabled) {
  border-color: var(--clr-grey-40);
}
.ant-pagination.pagination-secondary .ant-pagination-item {
  background-color: transparent;
}
.ant-pagination.pagination-secondary .ant-pagination-item-active {
  background-color: var(--clr-white);
}
.ant-pagination-item {
  border-color: transparent;
  border-radius: var(--radius-width);
}
.ant-pagination-item a {
  color: var(--clr-grey-50);
}
.ant-pagination-item:hover {
  background-color: var(--clr-grey-10);
  border-color: transparent;
}
.ant-pagination-item:hover a {
  color: var(--clr-grey-50);
}
.ant-switch.ant-switch-checked {
  background-color: var(--clr-orange-50);
}
.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled) {
  background-color: var(--clr-orange-60);
}
.table-border-radius-mixin :global(.ant-table-container) {
  border-top-left-radius: var(--radius-width);
  border-top-right-radius: var(--radius-width);
}
.table-border-radius-mixin :global(.ant-table table) {
  border-radius: var(--radius-width);
}
.table-border-radius-mixin thead:global(.ant-table-thead) tr:first-child > th:first-child {
  border-top-left-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.table-border-radius-mixin thead:global(.ant-table-thead) tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width);
  background-color: var(--clr-white);
}
.table-header-InOutboud-background-mixin thead:global(.ant-table-thead) .inbound {
  background-color: var(--clr-light-green);
}
.table-header-InOutboud-background-mixin thead:global(.ant-table-thead) .outbound {
  background-color: var(--clr-light-blue-25);
}
.table-default-row-background-mixin :global(.ant-table-tbody) > tr:hover td {
  background-color: var(--clr-orange-2);
}
.table-default-row-background-mixin :global(.ant-table-tbody) > tr:nth-child(odd) {
  background-color: var(--clr-grey-5);
}
.table-default-row-background-mixin :global(.ant-table-tbody) > tr:nth-child(even) {
  background-color: var(--clr-white);
}
.expanded-icon {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.ant-table {
  border-radius: var(--radius-width);
}
.ant-table-container .ant-table-tbody > .ant-table-row-level-0:last-child > td:first-child {
  border-radius: 0 0 0 var(--radius-width);
}
.ant-table-container .ant-table-tbody > .ant-table-row-level-0:last-child > td:last-child {
  border-radius: 0 0 var(--radius-width) 0;
}
.ant-table-container .ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: var(--radius-width);
}
.ant-table-container .ant-table-container table > thead > tr:last-child th:last-child {
  border-top-right-radius: var(--radius-width);
}
.ant-table-container:has(.ant-table-summary) .ant-table-summary tr:last-child > td:first-child {
  border-radius: 0 0 0 var(--radius-width);
}
.ant-table-container:has(.ant-table-summary) .ant-table-summary tr:last-child > td:last-child {
  border-radius: 0 0 var(--radius-width) 0;
}
.ant-table-container:has(.ant-table-summary) .ant-table-tbody tr:last-child > td:first-child,
.ant-table-container:has(.ant-table-summary) .ant-table-tbody tr:last-child > td:last-child {
  border-radius: 0;
}
.ant-table-header {
  border-radius: var(--radius-width) var(--radius-width) 0 0;
}
.ant-table-wrapper .ant-table-thead > tr > th {
  font-size: 12px;
  color: var(--clr-grey-40);
  padding: 8px 16px;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th:first-child {
  border-radius: var(--radius-width) 0 0 0;
}
.ant-table-thead tr:first-child > th:last-child {
  border-top-right-radius: var(--radius-width) !important;
}
.ant-table table,
.ant-table-container {
  border-radius: var(--radius-width);
}
.ant-table-tbody:has(.expanded-row) .expanded-row > td.ant-table-cell {
  background-color: var(--clr-dark-green);
}
.ant-table-tbody:has(.expanded-row) .expanded-row > td.ant-table-cell .ant-tag[data-code='40'] {
  background: var(--clr-white);
}
.ant-table-tbody:has(.expanded-nested-row) .expanded-nested-row > td.ant-table-cell {
  background-color: var(--clr-light-green);
}
.ant-table-expanded-row-level-1 > td:first-child {
  border-radius: var(--radius-width);
}
.ant-table-expanded-row-level-1 .ant-table-container,
.ant-table-expanded-row-level-1 table {
  border-radius: 0;
}
.ant-table-wrapper .ant-table-thead > tr > th, .ant-table-wrapper .ant-table-thead > tr > td {
  font-weight: 500;
  background-color: var(--clr-white);
}
.table-cell-bold {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.ant-table-thead .ant-table-cell {
  color: var(--clr-grey-70);
}
.ant-table-thead > tr > th {
  background-color: var(--clr-white);
}
.ant-table-thead .ant-table-filter-column {
  flex: 1 1;
}
.ant-table-summary .ant-table-cell {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.ant-table-tbody .ant-table-cell {
  color: var(--clr-grey-70);
}
.ant-table-tbody .ant-table-row:nth-of-type(even) td {
  background-color: var(--clr-white);
}
.ant-table-tbody .ant-table-row:nth-of-type(odd) td {
  background-color: var(--clr-grey-5);
}
.ant-table-cell .ant-table-column-title {
  color: var(--clr-grey-40);
  order: 2;
}
.ant-table-cell .ant-table-filter-trigger {
  margin: 0;
  padding: 0;
  order: 1;
}
.ant-table-cell .ant-table-filter-trigger:hover {
  color: var(--clr-grey-20);
  background: none;
}
.ant-table-cell .filter-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--clr-grey-30);
}
.ant-table-cell .filter-icon:hover {
  color: var(--clr-grey-50);
}
.ant-table-cell .filter-icon svg {
  margin-top: 0;
}
.ant-table-cell:hover .filter-icon,
.ant-table-cell .filter-icon-active {
  visibility: visible;
}
.ant-table-cell .filter-icon-active svg {
  color: var(--clr-grey-60);
}
.ant-table-filter-column .ant-dropdown-trigger {
  order: 10;
}
.ant-table-filter-dropdown {
  left: 50%;
  position: relative;
}
.ant-table-filter-dropdown:has(.table-filter-wrapper-start) {
  left: 70px;
}
.ant-table-filter-dropdown:has(.table-filter-wrapper-start):has(.move-tooltip-to-left) {
  left: 20px;
}
.ant-table-filter-dropdown:has(.table-filter-wrapper-end) {
  left: 100%;
}
.ant-table-filter-dropdown:has(.table-filter-first-column) {
  left: -15px;
}
.ant-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > th,
.ant-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-wrapper .ant-table-tbody > tr > th.ant-table-cell-row-hover,
.ant-table-wrapper .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: var(--clr-orange-5);
}
.ant-table-column-sorter {
  order: 3;
  margin-left: 8px;
  margin-right: 8px;
}
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: var(--clr-orange-50);
}
.ant-table-tbody > tr.ant-table-row-selected.inbound-balance-row > td {
  background-color: var(--clr-dark-green);
}
.ant-table-tbody > tr.ant-table-row-selected.inbound-balance-nested-row > td {
  background: var(--clr-light-green);
}
.ant-table-tbody > tr.ant-table-row-selected.outbound-balance-row > td {
  background: var(--clr-light-blue-100);
}
.ant-table-tbody > tr.ant-table-row-selected.outbound-balance-nested-row > td {
  background: var(--clr-light-blue-25);
}
.ant-table-wrapper .ant-table-tbody > .ant-table-row.ant-table-row-selected > td.ant-table-cell,
.ant-table-wrapper .ant-table-tbody > .ant-table-row.ant-table-row-selected:hover > td.ant-table-cell {
  background: var(--clr-light-blue-100);
}
.ant-table-thead .ant-table-row-expand-icon-cell {
  position: relative;
}
.ant-table-thead .ant-table-row-expand-icon-cell::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98FF%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27%3E%3C/path%3E%3C/svg%3E");
}
.ant-table-thead tr.row-expanded .ant-table-row-expand-icon-cell::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98FF%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z%27%3E%3C/path%3E%3C/svg%3E");
}
.ant-table-wrapper.hide-expand-icon .ant-table-thead .ant-table-row-expand-icon-cell::before,
.ant-table-wrapper.hide-expand-icon .ant-table-thead tr.row-expanded .ant-table-row-expand-icon-cell::before {
  content: '';
  display: none;
  background-image: none;
}
.ant-table-cell {
  font-weight: 500;
  color: var(--clr-grey-50);
}
th.ant-table-cell[style*='text-align: right;'] .ant-dropdown-trigger {
  order: 1;
}
th.ant-table-cell[style*='text-align: right;'] .ant-table-column-sorter {
  order: 2;
}
th.ant-table-cell[style*='text-align: right;'] .ant-table-column-title {
  order: 3;
}
.table-cell-expanded-arrow-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg stroke=%27currentColor%27 fill=%27%235D6B98%27 stroke-width=%270%27 viewBox=%270 0 16 16%27 height=%271em%27 width=%271em%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.ant-table-summary {
  position: sticky;
  bottom: 0;
}
.ant-table-summary tr > td.ant-table-cell {
  border-top: 1px solid #f0f0f0;
}
.ant-table-sticky-holder-disable .ant-table-sticky-holder {
  overflow: inherit !important;
}
.ant-table-sticky-scroll {
  visibility: hidden;
  height: 0 !important;
}
.ant-table-body {
  scrollbar-width: thin;
  scrollbar-color: var(--clr-grey-80);
}
.ant-table-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.ant-table-body::-webkit-scrollbar-track {
  background: transparent;
}
.ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--clr-grey-30);
}
.ant-table-body::-webkit-scrollbar-thumb:hover {
  background: var(--clr-grey-20);
}
.ant-table-body::-webkit-scrollbar-thumb:active {
  background: var(--clr-grey-20);
}
.ant-table-row td:last-child [data-item='table-toggle-elem-first'] {
  z-index: 2;
  width: 100%;
  height: 100%;
  visibility: visible;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: visibility 0s, opacity 0.3s;
}
.ant-table-row td:last-child [data-item='table-toggle-elem-second'] {
  opacity: 0;
  z-index: 1;
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
  left: -999px;
  top: -999px;
  transition: visibility 0s, opacity 0.3s;
}
.ant-table-row:hover td:last-child [data-item='table-toggle-elem-first'],
.ant-table-row.correction-dropdown td:last-child [data-item='table-toggle-elem-first'] {
  opacity: 0;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  left: -999px;
  top: -999px;
  visibility: hidden;
}
.ant-table-row:hover td:last-child [data-item='table-toggle-elem-second'],
.ant-table-row.correction-dropdown td:last-child [data-item='table-toggle-elem-second'] {
  opacity: 1;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ant-table-wrapper .ant-table-filter-column {
  align-items: center;
}
.table-row-disabled > td {
  background-color: var(--clr-grey-5);
  opacity: 0.65;
}
.ant-table-wrapper .ant-table {
  background-color: transparent;
}
.ant-form-item .ant-form-item-label > label {
  font-weight: 500;
  color: var(--clr-grey-50);
  width: 100%;
}
.ant-form-item .ant-form-item-label > label > span:first-child {
  color: var(--clr-grey-50);
}
.ant-form input[type="file"][hidden] {
  display: none;
}
.ant-collapse {
  background-color: transparent;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 var(--radius-width) var(--radius-width);
  border: 1px solid var(--clr-grey-20);
  border-top: none;
}
.ant-collapse-header {
  background-color: var(--clr-grey-10);
  border-color: transparent;
  border-radius: var(--radius-width);
}
.ant-collapse-header .ant-collapse-header-text,
.ant-collapse-header .ant-collapse-expand-icon {
  color: var(--clr-grey-50);
  font-weight: 500;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
}
.ant-collapse-item.ant-collapse-item-active > .ant-collapse-header {
  border-radius: var(--radius-width) var(--radius-width) 0 0;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: var(--radius-width);
  border: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  flex: 0 1 auto;
}
.ant-collapse,
.ant-collapse-item {
  border: none;
}
.ant-collapse > .ant-collapse-item:last-child.ant-collapse-item-active,
.ant-collapse > .ant-collapse-item:last-child.ant-collapse-item-active > .ant-collapse-header {
  border-radius: var(--radius-width) var(--radius-width) 0 0;
}
.ant-collapse-expand-icon {
  order: 1;
  margin-left: 0.5rem;
}
.ant-collapse .ant-collapse-expand-icon svg {
  transform: rotate(-90deg);
}
.ant-modal-title {
  color: var(--clr-grey-70);
}
.ant-modal-header {
  border-radius: var(--radius-width) var(--radius-width) 0 0;
}
.ant-modal-header {
  background-color: var(--clr-grey-5);
  border: none;
  padding-bottom: 0.5rem;
}
.ant-modal-content {
  background-color: var(--clr-grey-5);
  border-radius: var(--radius-width);
}
.ant-modal-content .ant-form-item-label {
  padding: 0;
}
.ant-modal-body .ant-typography {
  color: var(--clr-grey-50);
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  text-align: left;
  font-size: 18px;
  color: var(--clr-grey-70);
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  color: var(--clr-grey-50);
}
.ant-page-header-heading-title {
  font-size: 18px;
  font-weight: 500;
}
.ant-page-header {
  color: var(--clr-grey-50);
}
.ant-page-header svg {
  margin-top: 4px;
}
.ant-page-header .ant-page-header-back-button:focus,
.ant-page-header .ant-page-header-back-button:hover {
  color: var(--clr-orange-60);
}
.ant-page-header .ant-page-header-heading-title {
  font-weight: 500;
}
h1.ant-typography, h2.ant-typography, h3.ant-typography, h4.ant-typography, h5.ant-typography {
  color: var(--clr-grey-90);
}
div.ant-typography {
  color: var(--clr-grey-50);
}
.ant-steps-label-vertical .ant-steps-item-content {
  margin-top: 12px;
}
.ant-steps-item-process,
 > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  font-weight: 500;
  color: var(--clr-orange-60);
}
.ant-steps-item.ant-steps-item-active .ant-steps-item-tail,
.ant-steps-item.ant-steps-item-process .ant-steps-item-tail,
.ant-steps-item.ant-steps-item-finish .ant-steps-item-tail,
.ant-steps-item.ant-steps-item-active .ant-steps-item-tail::after,
.ant-steps-item.ant-steps-item-process .ant-steps-item-tail::after,
.ant-steps-item.ant-steps-item-finish .ant-steps-item-tail::after {
  background-color: var(--clr-grey-10);
}
.ant-steps-item-icon {
  position: relative;
}
.ant-steps-item-icon .ant-steps-icon {
  position: static;
}
.ant-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  font-weight: 500;
  color: var(--clr-orange-50);
}
.ant-popover-inner,
.ant-popover-content {
  border-radius: var(--radius-width);
}
.ant-popover-message {
  color: var(--clr-white);
}
.ant-popover-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.ant-popover-buttons button:first-child {
  background-color: var(--clr-grey-70);
  color: var(--clr-white);
  border: none;
}
.ant-popover-placement-top .ant-popover-arrow {
  transform: translateY(0%) translateX(-50%) rotate(180%);
}
.ant-popover-message-title {
  padding: 0;
}
.ant-popconfirm .ant-popconfirm-buttons {
  display: flex;
  justify-content: space-between;
}
.ant-popconfirm .ant-popconfirm-buttons button {
  border-radius: var(--radius-width);
}
.ant-dropdown-menu-item,
.ant-dropdown-menu {
  border-radius: var(--radius-width);
}
.ant-dropdown-menu-item:hover {
  background-color: var(--clr-orange-20);
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: var(--clr-grey-70);
  background-color: var(--clr-orange-10);
}
.ant-dropdown-menu {
  padding: 0.5rem;
}
.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active {
  background-color: transparent;
}
.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:active {
  background-color: transparent;
  color: var(--clr-white);
}
.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
.ant-menu-light > .ant-menu:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active {
  background-color: transparent;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: var(--clr-orange-20);
}
.ant-dropdown .ant-dropdown-menu,
.ant-dropdown-menu-submenu .ant-dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  border-radius: 3.5px;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover {
  background-color: transparent;
}
.ant-menu.ant-menu-sub.ant-menu-vertical li.wock-submenu {
  padding: 0;
}
.ant-menu-submenu-popup:has(.wock-submenu) .ant-menu-item-group-title {
  font-weight: 500;
  color: var(--clr-white);
}
.ant-menu-submenu-popup:has(.wock-submenu) .ant-menu-item-group-title svg {
  color: var(--clr-grey-40);
}
.ant-menu-submenu-popup:has(.wock-submenu) .ant-menu.ant-menu-sub.ant-menu-vertical {
  position: relative;
  padding: 8px 0 12px 0;
  overflow: hidden;
}
.ant-menu-submenu-popup:has(.wock-submenu) .ant-menu-item-group-list::before {
  content: '';
  position: absolute;
  border-left: 1px solid var(--clr-grey-80);
  left: 24px;
  top: 50px;
  height: calc(100% - 66px);
}
.ant-menu-submenu-popup:has(.wock-submenu) li.ant-menu-item .ant-menu-title-content {
  padding-left: 8px;
  font-weight: 500;
}
.ant-menu-submenu-popup:has(.wock-submenu) li.ant-menu-item.active {
  background-color: transparent;
}
.ant-menu-submenu-popup:has(.wock-submenu) li.ant-menu-item.active .ant-menu-title-content {
  display: block;
  background-color: var(--clr-grey-70);
  border-radius: 2px;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.ant-picker-large {
  height: 40px;
}
.ant-select-tree-title {
  font-weight: 500;
  color: var(--clr-grey-70);
}
.ant-tree-select .ant-select-selection-item {
  border: 1px solid var(--clr-orange-20);
  border-radius: calc(var(--radius-width) * 2);
  background-color: var(--clr-orange-10);
  font-weight: 500;
  color: var(--clr-grey-70);
}
.ant-select-selection-overflow .ant-select-selection-overflow-item-suffix {
  order: 1;
}
.ant-tooltip:has([data-attr="single-menu-item"]) .ant-tooltip-content {
  margin-left: 18px;
}
.ant-tooltip:has([data-attr="single-menu-item"]) .ant-tooltip-inner {
  padding: 12px;
  background-color: var(--clr-grey-90);
  color: var(--clr-grey-30);
  border-radius: 16px;
  font-weight: 500;
}
.ant-page-header {
  padding: 0 0 16px 0;
}
.ant-btn-lg {
  font-size: 1rem;
  height: 40px;
}
.ant-dropdown-menu-item-group button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.ant-layout-header {
  line-height: 1.5rem;
  padding: 0 1.5rem;
  background: var(--clr-white);
}
.ant-select .ant-select-arrow {
  color: var(--clr-grey-50);
}
.ant-form-item .ant-form-item-label > label::after {
  margin-left: 0;
  margin-right: 0;
}
.ant-modal-confirm-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -17px -16px 31px;
}
.ant-table-cell,
.ant-table-thead > tr > th {
  text-align: center;
}
.ant-table-cell .ant-select,
.ant-table-thead > tr > th .ant-select {
  text-align: left;
}
.ant-notification-notice-message {
  padding-right: 10px;
}
.ant-modal-footer {
  display: flex;
  justify-content: space-between;
}
.ant-popover-buttons {
  display: flex;
  justify-content: space-between;
}
div:has(div div.ant-menu-submenu.ant-menu-submenu-popup) {
  position: fixed !important;
  z-index: 9999;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: transparent;
}
.ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,
.ant-menu-light > .ant-menu .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover {
  color: var(--clr-white);
}
.ant-menu.ant-menu-sub.ant-menu-vertical {
  --menu-collapsed-submenu-width: 248px;
  background-color: var(--clr-grey-90);
  border-radius: 6px;
  min-width: 248px;
  min-width: var(--menu-collapsed-submenu-width);
  padding: 4px 16px;
  border-radius: calc(var(--radius-width) * 2);
}
.ant-menu.ant-menu-sub.ant-menu-vertical li {
  color: var(--clr-grey-30);
  padding: 0 12px;
  transition: color 0.3s linear;
}
.ant-menu.ant-menu-sub.ant-menu-vertical li:active,
.ant-menu.ant-menu-sub.ant-menu-vertical lifocus {
  background-color: var(--clr-grey-90);
}
.ant-menu.ant-menu-sub.ant-menu-vertical li a {
  color: var(--clr-grey-30);
}
.ant-menu.ant-menu-sub.ant-menu-vertical li a:hover {
  color: var(--clr-white);
}
.ant-menu.ant-menu-sub.ant-menu-vertical li.active {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.15);
  border-radius: 6px;
}
.ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: var(--radius-width) 0 0 0;
}
.ant-tag.ant-tag-has-color {
  color: inherit;
}
.ant-card:not(.ant-card-bordered) {
  box-shadow: none;
}
.ant-form-item-label {
  padding: 0 !important;
}
.ant-page-header .ant-page-header-back-button {
  color: var(--clr-grey-50);
}
.ant-page-header .ant-page-header-heading-title {
  font-size: 18px;
}
.ant-steps .ant-steps-item-icon .ant-steps-icon {
  position: static;
}
.ant-select-lg {
  height: 40px;
}
:where(.css-dev-only-do-not-override-1uoc1y7).ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 40px;
}
.ant-layout-sider-children {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice {
  padding: 1.2em;
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-message {
  color: var(--clr-grey-70);
  font-weight: 500;
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-description {
  color: var(--clr-grey-50);
}
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-close {
  color: var(--clr-grey-70);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.overflow-auto {
  overflow: auto;
}
.flex-center-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex {
  display: flex;
  gap: 0.5rem;
  gap: var(--gap, 0.5rem);
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: start;
}
.justify-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: end;
}
.align-items-start {
  align-items: start;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.border-radius-1 {
  border-radius: var(--radius-width);
}
.border-radius-2 {
  border-radius: calc(2 * var(--radius-width));
}
.border-radius-3 {
  border-radius: calc(3 * var(--radius-width));
}
.border-none {
  border: none;
}
.sticky {
  --top: 0rem;
  position: sticky;
  top: 0rem;
  top: var(--top);
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.line-through {
  text-decoration-line: line-through;
}
.text-small {
  font-size: 12px;
}
.text-medium {
  font-size: 16px;
}
.text-large {
  font-size: 18px;
}
.text-primary-5 {
  color: var(--clr-grey-5);
}
.text-primary-10 {
  color: var(--clr-grey-10);
}
.text-primary-20 {
  color: var(--clr-grey-20);
}
.text-primary-30 {
  color: var(--clr-grey-30);
}
.text-primary-40 {
  color: var(--clr-grey-40);
}
.text-primary-50 {
  color: var(--clr-grey-50);
}
.text-primary-60 {
  color: var(--clr-grey-60);
}
.text-primary-70 {
  color: var(--clr-grey-70);
}
.text-primary-light {
  color: var(--clr-grey-30);
}
.text-primary {
  color: var(--clr-grey-50);
}
.text-primary-dark {
  color: var(--clr-grey-70);
}
.text-disabled {
  color: var(--clr-grey-40);
}
.text-white {
  color: var(--clr-white);
}
.text-success-100 {
  color: var(--clr-success-100);
}
.text-success-200 {
  color: var(--clr-success-200);
}
.text-success-400 {
  color: var(--clr-success-400);
}
.text-success-500 {
  color: var(--clr-success-500);
}
.text-success-600 {
  color: var(--clr-success-600);
}
.text-success-700 {
  color: var(--clr-success-700);
}
.text-error-100 {
  color: var(--clr-error-100);
}
.text-error-200 {
  color: var(--clr-error-200);
}
.text-error-500 {
  color: var(--clr-error-500);
}
.text-error-600 {
  color: var(--clr-error-600);
}
.text-error-700 {
  color: var(--clr-error-700);
}
.text-link {
  color: var(--clr-orange-50);
}
.text-link:hover {
  color: var(--clr-orange-40);
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.m-auto {
  margin: auto;
}
.m-inline {
  --margin: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-left: var(--margin);
  margin-right: var(--margin);
}
.m-block {
  --margin: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-top: var(--margin);
  margin-bottom: var(--margin);
}
.m-bottom {
  --margin: 1rem;
  margin-bottom: 1rem;
  margin-bottom: var(--margin);
}
.m-bottom-sm {
  --margin: 1rem;
  margin-bottom: 0.5rem;
  margin-bottom: var(--margin);
  --margin: 0.5rem;
}
.m-top {
  --margin: 1rem;
  margin-top: 1rem;
  margin-top: var(--margin);
}
.m-none {
  margin: 0;
}
.mb-none {
  margin-bottom: 0;
}
.p-block {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: var(--padding, 0.5rem);
  padding-bottom: var(--padding, 0.5rem);
}
.p-inline {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-left: var(--padding, 0.5rem);
  padding-right: var(--padding, 0.5rem);
}
.pt-default {
  padding-top: 1rem;
  padding-top: var(--padding, 1rem);
}
.p-none {
  padding: 0;
}
.p-default {
  padding: 1rem;
  padding: var(--padding, 1rem);
}
.max-text-lines {
  --max: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: var(--max);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.w-100 {
  width: 100%;
}
.max-w-100 {
  max-width: 100%;
}
.min-w-0 {
  min-width: 0;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.h-100 {
  height: 100%;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.flow > * + * {
  margin-top: 16px;
  margin-top: var(--gap, 16px);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.bg-grey-100 {
  background-color: var(--clr-grey-10);
}
.bg-grey-200 {
  background-color: var(--clr-grey-20);
}
.bg-grey-300 {
  background-color: var(--clr-grey-30);
}
.bg-grey-400 {
  background-color: var(--clr-grey-40);
}
.bg-grey-500 {
  background-color: var(--clr-grey-50);
}
.bg-success-50 {
  background-color: var(--clr-success-50);
}
.bg-success-100 {
  background-color: var(--clr-success-100);
}
.bg-success-200 {
  background-color: var(--clr-success-200);
}
.bg-success-400 {
  background-color: var(--clr-success-400);
}
.bg-success-500 {
  background-color: var(--clr-success-500);
}
.bg-success-600 {
  background-color: var(--clr-success-600);
}
.bg-success-700 {
  background-color: var(--clr-success-700);
}
.bg-green-100 {
  background-color: var(--clr-green-100);
}
.bg-green-200 {
  background-color: var(--clr-green-200);
}
.bg-green-400 {
  background-color: var(--clr-green-400);
}
.bg-light-blue-50 {
  background-color: var(--clr-light-blue-50);
}
.bg-light-blue-100 {
  background-color: var(--clr-light-blue-100);
}
.bg-light-blue-200 {
  background-color: var(--clr-light-blue-200);
}
.bg-light-blue-400 {
  background-color: var(--clr-light-blue-400);
}
.bg-light-blue-500 {
  background-color: var(--clr-light-blue-500);
}
.bg-light-blue-600 {
  background-color: var(--clr-light-blue-600);
}
.bg-light-blue-700 {
  background-color: var(--clr-light-blue-700);
}
.bg-error-50 {
  background-color: var(--clr-error-50);
}
.bg-error-100 {
  background-color: var(--clr-error-100);
}
.bg-error-200 {
  background-color: var(--clr-error-200);
}
.bg-error-500 {
  background-color: var(--clr-error-500);
}
.bg-error-600 {
  background-color: var(--clr-error-600);
}
.bg-error-700 {
  background-color: var(--clr-error-700);
}

