 {
  /* stylelint-disable selector-class-pattern, declaration-dependencies */
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  padding: 0;
  margin: 0;
  background-color: #e9e8dc;
}
p {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
fieldset legend {
  padding: 0;
}
scroll-shadow {
  display: block;
}
.ReactCollapse--collapse {
  transition: height 250ms;
}

.ActionBar__root__ghfFK {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  height: 100%;
}
.ActionBar__group__VYP93 {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 74.9375em) {
  .ActionBar__group__VYP93 {
    gap: 15px;
  }
}
.ActionBar__group-left__j55Yb {
  justify-content: flex-start;
}
.ActionBar__group-middle__Fpapq {
  justify-content: center;
}
.ActionBar__group-right__n1h1B {
  justify-content: flex-end;
}
@media (max-width: 62em) {
  .ActionBar__hide-on-tablet__nUe43 {
    display: none;
  }
}

.AddProductLink__row__Vjl4F {
  display: flex;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.AddProductLink__row__Vjl4F:first-of-type {
  border-radius: 3px 3px 0 0;
}
.AddProductLink__row__Vjl4F:last-of-type {
  border-radius: 0 0 3px 3px;
}
.AddProductLink__row__Vjl4F:not(:last-of-type) {
  border-bottom: 1px solid #e9e8dc;
}
.AddProductLink__row__Vjl4F:hover {
  background-color: #e8f3f2;
}
.AddProductLink__row__Vjl4F .AddProductLink__icon__F7JTX {
  min-width: 24px;
  fill: #3e3e3e;
}
.AddProductLink__row__Vjl4F .AddProductLink__text-box__r9_V4 {
  margin-left: 15px;
}
.AddProductLink__row__Vjl4F .AddProductLink__title__G2_7V {
  margin: 0;
  line-height: 24px;
}
.AddProductLink__row__Vjl4F .AddProductLink__description__EmMQy {
  font-size: 13px;
  max-width: 160px;
}
svg.AddProductLink__arrow__GSqA8 {
  padding-left: 5px;
}

a.ApiDocsLink__link___O2NS {
  flex-shrink: 1;
  line-height: 1;
  padding: 7px 0 8px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 112.5em) {
  a.ApiDocsLink__link___O2NS {
    gap: 6px;
  }
}
a.ApiDocsLink__link___O2NS svg {
  margin-right: 0;
  width: 14px;
  height: 14px;
}
a.ApiDocsLink__link___O2NS span {
  text-align: center;
}
@media (max-width: 61.9375em) {
  a.ApiDocsLink__link___O2NS {
    font-size: 12px;
  }
}

.AppCard__container__oBJFr {
  display: flex;
  flex-direction: column;
  border: 1px solid #dfdecc;
  padding: 15px;
  width: 250px;
  min-height: 250px;
  position: relative;
}
.AppCard__container__oBJFr.AppCard__installed__XzBXR {
  border: 2px solid #97c344;
}
.AppCard__ribbon__IyUah {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #97c344;
  padding: 0 8px 2px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  z-index: 1;
}
.AppCard__ribbon__IyUah svg {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.AppCard__ribbon__IyUah svg path {
  fill: white;
}
.AppCard__link__nGjn7 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3e3e3e;
  cursor: pointer;
}
.AppCard__link__nGjn7:is(button) {
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.AppCard__link__nGjn7:hover img {
  transform: scale(1.1);
}
.AppCard__image__qdyXW {
  overflow: hidden;
  height: 130px;
  margin-bottom: 10px;
}
.AppCard__image__qdyXW img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  transform: scale(1);
  transition: all 0.7s ease;
}
.AppCard__headline__sKAsg {
  font-size: 16px;
  transition: all 0.7s ease;
}
.AppCard__type___OFel {
  flex-grow: 1;
  font-size: 12px;
  color: gray;
}
.AppCard__price__0wgGv {
  font-size: 12px;
  line-height: 1.3em;
  margin-right: 10px;
}
.AppCard__wrapper-uninstall__nhjmr {
  display: flex;
  justify-content: flex-end;
}
.AppCard__wrapper-install__lWls6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.AppCard__wrapper-install__lWls6 button {
  align-self: flex-end;
}
.AppCard__special-promotion-container__OtX25 {
}
.AppCard__special-promotion-container__OtX25:not(.AppCard__installed__XzBXR) {
  width: 450px;
  padding: 25px;
  gap: 10px;
}
.AppCard__special-promotion-container__OtX25:not(.AppCard__installed__XzBXR) .AppCard__wrapper-install__lWls6 {
  margin-top: 5px;
}
.AppCard__special-promotion-container__OtX25.AppCard__installed__XzBXR .AppCard__wrapper-uninstall__nhjmr {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.AppCard__special-promotion-container__OtX25 > * {
  margin: 0;
}
.AppCard__special-promotion-container__OtX25 h3 {
  color: #666666;
  font-weight: bold;
  margin-top: -5px;
  letter-spacing: -0.2px;
  font-size: 14px;
}
.AppCard__special-promotion-container__OtX25 ul {
  list-style: none;
  padding: 0;
}
.AppCard__special-promotion-container__OtX25 ul li {
  padding-left: 18px;
}
.AppCard__special-promotion-container__OtX25 ul li::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z%27/%3E%3C/svg%3E");
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-left: -18px;
}

.AppDetails__description__R5B8q {
  margin-bottom: 10px;
}
.AppDetails__information__XXl9y {
  display: inline-flex;
  align-items: center;
}
.AppDetails__information__XXl9y strong {
  margin-right: 6px;
}

.AppHeader__wrapper__j0bm6 {
  display: flex;
}
.AppHeader__logo__hiTmj {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-color: #efeee5;
}
.AppHeader__logo__hiTmj img {
  width: 100%;
}
.AppHeader__details__ptXim {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  overflow: hidden;
}
.AppHeader__details-title__isMkH {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1.2;
}
.AppHeader__details-type__lxX_V {
  margin-top: -5px;
  color: gray;
}
.AppHeader__details-price__G_cn_ {
  margin-top: 10px;
  color: #666666;
  font-weight: bold;
}

.AppInstallConsent__list-title__ZZImI {
  margin-top: 0;
  margin-bottom: 10px;
}
.AppInstallConsent__list__OZM8L {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-left: 10px;
}
.AppInstallConsent__list__OZM8L > li {
  list-style: none;
  display: inline-flex;
  line-height: 1.3;
  margin-bottom: 10px;
}
.AppInstallConsent__list__OZM8L > li svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 2px 6px 0 0;
}
.AppInstallConsent__list__OZM8L > li svg > path {
  fill: gray;
}

button.AppStoreIcon__link__Dcuuj {
  padding: 9px 0 8px;
  display: block;
}
button.AppStoreIcon__link__Dcuuj .AppStoreIcon__wrapper__iEvq4 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 112.5em) {
  button.AppStoreIcon__link__Dcuuj .AppStoreIcon__wrapper__iEvq4 {
    gap: 6px;
  }
}
button.AppStoreIcon__link__Dcuuj .AppStoreIcon__text__Uiisf {
  margin-left: 0;
  text-align: center;
}
@media (max-width: 61.9375em) {
  button.AppStoreIcon__link__Dcuuj {
    font-size: 12px;
  }
}

.AppStoreOverview__list__vHAPI {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.AppUninstallConfirmation__title__pHNHO {
  margin-bottom: 10px;
}

svg.BatchActionMenu__arrow__V9El_ {
  padding-left: 5px;
  width: 14px;
  height: 14px;
  fill: #3d9589;
}
svg.BatchActionMenu__diamond__RjJqY {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  fill: #3d9589;
}
.BatchActionMenu__aligned-option__r5dhJ {
  margin-left: 19px;
}
.BatchActionMenu__action-list___me3B {
  list-style: none;
  padding: 0;
}
.BatchActionMenu__action-item__kuuOc {
  padding: 12px 20px;
  cursor: pointer;
  color: #3d9589;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
}
.BatchActionMenu__action-item__kuuOc:first-of-type {
  border-radius: 3px 3px 0 0;
}
.BatchActionMenu__action-item__kuuOc:last-of-type {
  border-radius: 0 0 3px 3px;
}
.BatchActionMenu__action-item__kuuOc:only-child {
  border-radius: 3px;
}
.BatchActionMenu__action-item__kuuOc:hover {
  background-color: #e8f3f2;
}

.Breadcrumb__breadcrumb__tqPAV {
  font-size: 90%;
  color: #706e4d;
}
.Breadcrumb__breadcrumb__tqPAV a {
  color: #706e4d;
}
.Breadcrumb__breadcrumb__tqPAV a:hover {
  color: #43412e;
}
.Breadcrumb__breadcrumb__tqPAV svg {
  fill: #706e4d;
}
.Breadcrumb__icon-home__CpBEL {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.Breadcrumb__icon__LriPy {
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.Button__button__Kir6U {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  border: 0;
  border-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: calc(8px - 2px / 2) 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}
.Button__button__Kir6U svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.Button__button__Kir6U svg + * {
  margin-left: 3px;
  text-align: left;
}
.Button__button__Kir6U:not(:disabled) {
  cursor: pointer;
}
.Button__primary__c_X98 {
  background-color: #4eb7a8;
  color: white;
  border-bottom-color: #3d9589;
}
.Button__primary__c_X98:hover:not(:disabled) {
  background-color: #3d9589;
}
.Button__primary__c_X98 svg > path {
  fill: white;
}
.Button__primary__c_X98:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.Button__secondary__V9lbX {
  background-color: #999999;
  color: white;
  border-bottom-color: #808080;
}
.Button__secondary__V9lbX:hover:not(:disabled) {
  background-color: #808080;
}
.Button__secondary__V9lbX:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.Button__danger__RPozg {
  background-color: #da3c3c;
  color: white;
  border-bottom-color: #ae3535;
}
.Button__danger__RPozg:hover:not(:disabled) {
  background-color: #ae3535;
}
.Button__danger__RPozg:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.Button__outline__smBI6 {
  padding-top: calc(calc(8px - 2px / 2) - 1px);
  padding-bottom: 7px;
  background-color: white;
  color: #46ab9d;
  border-color: #4eb7a8;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
}
.Button__outline__smBI6:hover:not(:disabled) {
  background-color: #dff2ef;
}
.Button__outline__smBI6 svg {
  width: 14px;
  height: 14px;
}
.Button__outline__smBI6 svg > path {
  fill: #46ab9d;
}
.Button__outline__smBI6:disabled {
  border-color: transparent;
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.Button__outline__smBI6:disabled svg {
  filter: drop-shadow(1px 1px 0 #ffffff);
}
.Button__outline__smBI6:disabled svg > path {
  fill: #909090;
}
.Button__copilot__HjKc_ {
  background-image: linear-gradient(90deg, oklch(from #4eb7a8 calc(l - 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l + 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l - 0.1) c h));
  color: white;
  border-bottom-color: #4eb7a8;
  background-size: 200% auto;
  transition: background-position 0.3s ease;
  position: relative;
  padding-left: 27px;
}
.Button__copilot__HjKc_:hover:not(:disabled) {
  background-position: 100%;
  color: white;
}
.Button__copilot__HjKc_ svg {
  margin-right: 6px;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  position: absolute;
  left: 10px;
  top: 6px;
}
.Button__copilot__HjKc_ svg > path {
  fill: white;
}
.Button__copilot__HjKc_:disabled {
  background-image: none;
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.Button__small__fASy3 {
  padding: 6px 6px 5px;
  font-size: 12px;
}
.Button__link__r7E4P {
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  color: #706e4d;
  display: inline-flex;
}
.Button__link__r7E4P:not(:disabled) {
  cursor: pointer;
}
.Button__link__r7E4P svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.Button__link__r7E4P svg + * {
  margin-left: 6px;
  text-align: left;
}
.Button__link__r7E4P:disabled svg > path {
  fill: #a3a189;
}
.Button__link__r7E4P:disabled span {
  color: #a3a189;
}
.Button__link__r7E4P:disabled:hover svg > path {
  fill: #a3a189;
}
.Button__link-primary__hyUn9 {
  color: #3d9589;
  line-height: 1;
}
.Button__link-primary__hyUn9:hover {
  color: #2e7167;
}
.Button__link-primary__hyUn9:hover svg > path {
  fill: #2e7167;
}
.Button__link-primary__hyUn9 svg > path {
  fill: #3d9589;
}
.Button__link-secondary__pMbeA {
  color: #706e4d;
}
.Button__link-secondary__pMbeA:hover {
  color: #525038;
}
.Button__link-secondary__pMbeA:hover svg > path {
  fill: #525038;
}
.Button__link-secondary__pMbeA svg > path {
  fill: #706e4d;
}
.Button__link-danger__SlEpp {
  color: #da3c3c;
}
.Button__link-danger__SlEpp:hover {
  color: #bf2424;
}
.Button__link-danger__SlEpp:hover svg > path {
  fill: #bf2424;
}
.Button__link-danger__SlEpp svg > path {
  fill: #da3c3c;
}
.Button__spinner-visible__QeJgj {
  position: relative;
  height: 14px;
  width: 21px;
  margin-right: 10px;
}
.Button__spinner-visible__QeJgj::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  border: solid 3px #aaaaaa;
  border-bottom-color: #909090;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  animation: Button__spin__iOkFS 1.5s infinite linear;
  transform-origin: center;
}
.Button__spinner-hidden__NtLL6 {
  height: 12px;
}
@keyframes Button__spin__iOkFS {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.Button__filter__R5OJq {
  padding-right: 20px;
  border-radius: 3px;
}
.Button__filter__R5OJq:hover {
  color: #2e7167;
}
.Button__active__GKnuT {
  color: #3e3e3e;
  font-weight: bold;
}
.Button__active__GKnuT:hover {
  color: #3e3e3e;
  cursor: default;
}
.Button__pressed__Jq69W {
  background-color: #dff2ef;
}
.Button__split__uNSuX {
  display: flex;
}
.Button__split__uNSuX button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.Button__split__uNSuX button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.Button__split__uNSuX button:disabled:first-child {
  border-right-color: #aaaaaa;
}
.Button__no-style__XaAj_ {
  border: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}

.CheckboxToggle__group__3WvRE {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.CheckboxToggle__group__3WvRE:not(:last-child) {
  margin-bottom: 10px;
}
.CheckboxToggle__group__3WvRE label {
  line-height: 1.2;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.CheckboxToggle__label__UleZK {
  color: gray;
  font-weight: bold;
  font-size: 13px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.CheckboxToggle__label__UleZK:not(.CheckboxToggle__group__3WvRE .CheckboxToggle__label__UleZK) {
  height: 16px;
}
.CheckboxToggle__label__UleZK > input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.CheckboxToggle__label__UleZK > input[type='checkbox']:checked ~ .CheckboxToggle__unchecked__nff9q {
  display: none;
}
.CheckboxToggle__label__UleZK > input[type='checkbox']:not(:checked) ~ .CheckboxToggle__checked__HBAtL {
  display: none;
}
.CheckboxToggle__label__UleZK > svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  background: white;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.CheckboxToggle__checked__HBAtL path {
  fill: #97c344;
}
.CheckboxToggle__unchecked__nff9q path {
  fill: #c2bf9d;
}
.CheckboxToggle__disabled__zJ1kr {
  color: #d0d0d0;
  cursor: inherit;
}
.CheckboxToggle__disabled__zJ1kr svg {
  background-color: #f5f4ef;
}
.CheckboxToggle__disabled__zJ1kr svg path {
  fill: #d0d0d0;
}

.ConditionsTable__list__Bc_rq {
  border-collapse: collapse;
}
.ConditionsTable__list-price__iMkv6 {
  width: 120px;
}
.ConditionsTable__free-value__slS6l {
  margin-top: 10px;
}

.EmbeddedOnlineShop__iframe__W5Aor,
.EmbeddedOnlineShop__device-styling__Gutp3 {
  position: absolute;
  left: calc((100% - var(--width, 100%)) / 2);
  top: calc((100% - var(--height, 100%)) / 2);
  width: var(--width, 100%);
  height: var(--height, 100%);
  border: 0;
  --scale: min(1,(var(--windowWidth)) / var(--iFrameWidth),(var(--windowHeight) - 58) / var(--iFrameHeight));
  transform: scale(var(--scale));
}
.EmbeddedOnlineShop__iframe__W5Aor.EmbeddedOnlineShop__tablet__D6DsV,
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__tablet__D6DsV,
.EmbeddedOnlineShop__iframe__W5Aor.EmbeddedOnlineShop__mobile__EnXjX,
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__mobile__EnXjX {
  --scale: min(1,(var(--windowWidth) - 120) / var(--iFrameWidth),(var(--windowHeight) - 120) / var(--iFrameHeight));
}
.EmbeddedOnlineShop__iframe__W5Aor[id='online-shop-storefront'] {
  --width: max(1000px, 100%);
  --height: max(600px, 100%);
}
.EmbeddedOnlineShop__iframe__W5Aor[id='online-shop-storefront']:not(.EmbeddedOnlineShop__tablet__D6DsV, .EmbeddedOnlineShop__mobile__EnXjX) {
  box-shadow: 10px 10px 30px #aaa;
}
.EmbeddedOnlineShop__iframe__W5Aor.EmbeddedOnlineShop__tablet__D6DsV {
  --width: 820px;
  --height: 1180px;
  border-radius: 15px;
}
.EmbeddedOnlineShop__iframe__W5Aor.EmbeddedOnlineShop__mobile__EnXjX {
  --width: 390px;
  --height: 844px;
  border-radius: 25px;
}
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__tablet__D6DsV,
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__mobile__EnXjX {
  border-radius: 40px;
  background: radial-gradient(circle, #040404 65%, #292929 100%);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
}
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__tablet__D6DsV::after,
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__mobile__EnXjX::after {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background: #212121;
  border: 3px solid #515151;
  border-radius: 50%;
}
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__tablet__D6DsV {
  --width: calc(820px + 60px);
  --height: calc(1180px + 60px);
}
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__tablet__D6DsV::after {
  left: 50%;
  transform: translateX(-50%);
  top: 9px;
}
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__mobile__EnXjX {
  --width: calc(390px + 40px);
  --height: calc(844px + 40px);
}
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__mobile__EnXjX::after {
  right: 30%;
  top: 4px;
}
.EmbeddedOnlineShop__device-styling__Gutp3.EmbeddedOnlineShop__mobile__EnXjX::before {
  content: '';
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100px;
  height: 8px;
  top: 6px;
  background: #414141;
  border-radius: 10px;
}
.EmbeddedOnlineShop__loading__Rc8Te {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  pointer-events: none;
}
.EmbeddedOnlineShop__loading-spinner__m9Iye {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.EmbeddedOnlineShop__loading-spinner__m9Iye > div:nth-child(1),
.EmbeddedOnlineShop__loading-spinner__m9Iye > div:nth-child(2) {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7a764c;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: EmbeddedOnlineShop__skBounce___Qh09 2s infinite ease-in-out;
}
.EmbeddedOnlineShop__loading-spinner__m9Iye > div:nth-child(2) {
  animation-delay: -1s;
}
@keyframes EmbeddedOnlineShop__skBounce___Qh09 {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.surface {
  fill: #edece2;
}
.bubbles {
  fill: #e9e8dc;
}
.outline {
  fill: #284b62;
}
.EmptyState__wrapper__AmvXx {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}
.EmptyState__wrapper__AmvXx.EmptyState__small__mu9pA {
  min-height: 40vh;
}
.EmptyState__wrapper__AmvXx.EmptyState__large__a7Za5 {
  min-height: 50vh;
}
.EmptyState__wrapper__AmvXx.EmptyState__flat__zvv3E {
  padding: 50px 0;
}
.EmptyState__heading__drtYf {
  line-height: 1;
  font-weight: lighter;
  font-size: 300%;
  color: #7a764c;
  margin-bottom: 0;
}
.EmptyState__heading-ontop__WvAU4 {
  margin-bottom: 20px;
}
@media (max-width: 74.9375em) {
  .EmptyState__heading-ontop__WvAU4 {
    text-align: center;
  }
}
.EmptyState__content__TyNDD {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  text-align: center;
  margin-bottom: 20px;
}
.EmptyState__content__TyNDD > svg {
  flex-shrink: 0;
  max-width: 200px;
  margin: 30px 0 50px;
}
.EmptyState__content__TyNDD .EmptyState__text__TMea_ {
  gap: 20px;
  display: grid;
  color: gray;
}
.EmptyState__content__TyNDD p {
  font-size: 125%;
}
.EmptyState__content__TyNDD .EmptyState__bullet-point-list__Oeydo {
  text-align: left;
}
.EmptyState__content__TyNDD button,
.EmptyState__content__TyNDD a {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 74.9375em) {
  .EmptyState__content__TyNDD button,
  .EmptyState__content__TyNDD a {
    margin: 0 auto;
  }
}
@media (min-width: 75em) {
  .EmptyState__large__a7Za5 .EmptyState__content__TyNDD,
  .EmptyState__flat__zvv3E .EmptyState__content__TyNDD,
  .EmptyState__flat-align-start___EqeQ .EmptyState__content__TyNDD {
    flex-direction: row;
    max-width: 700px;
    width: 100%;
    text-align: left;
  }
  .EmptyState__large__a7Za5 .EmptyState__content__TyNDD > svg,
  .EmptyState__flat__zvv3E .EmptyState__content__TyNDD > svg,
  .EmptyState__flat-align-start___EqeQ .EmptyState__content__TyNDD > svg {
    width: max-content;
    margin: 0 60px 0 0;
  }
}
@media (min-width: 75em) {
  .EmptyState__flat-align-start___EqeQ .EmptyState__content__TyNDD {
    align-items: flex-start;
  }
}
@media (max-width: 74.9375em) {
  .EmptyState__flat-align-start___EqeQ .EmptyState__content__TyNDD > svg {
    margin-bottom: 20px;
  }
}
.EmptyState__help-center__z_2eh {
  display: block;
  text-align: center;
  font-size: 95%;
  color: gray;
}
[class*='Modal__main'] .EmptyState__help-center__z_2eh {
  padding-top: 25px;
  text-align: left;
}

.FilterBubbles__list__koCCv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.FilterBubbles__list__koCCv > div {
  margin-top: 0;
  margin-bottom: 5px;
}

.FilterDate__spacer__PvuR5 {
  margin: 5px 10px;
}
.FilterDate__date-inputs__Ke1Df {
  display: flex;
  margin-bottom: 10px;
}
.FilterDate__date-buttons__dJcQs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.FilterDate__date-buttons-spacer__a17y_ > button {
  margin: 5px 10px;
  justify-content: center;
}

 {
  /* stylelint-disable */
}
.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}
.rc-slider-track, .rc-slider-tracks {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}
.rc-slider-track-draggable {
  z-index: 1;
  box-sizing: content-box;
  background-clip: content-box;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  transform: translateY(-5px);
}
.rc-slider-handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: grab;
  opacity: 0.8;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle, .rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text, .rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track-draggable {
  border-top: 0;
  border-bottom: 0;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  transform: translateX(-5px);
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}
.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active, .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes FilterOverlay__rcSliderTooltipZoomDownIn__IbCVy {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}
@keyframes FilterOverlay__rcSliderTooltipZoomDownOut__GjDmb {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.rc-slider-rail {
  background-color: #e9e8dc;
}
.rc-slider-track {
  background-color: #bbe3dd;
}
.rc-slider-handle {
  border-color: #4eb7a8 !important;
  background-color: #4eb7a8;
}
.rc-slider-handle-dragging {
  box-shadow: 0 0 0 3px #4eb7a8 !important;
}
.FilterOverlay__container__eJ6SI {
  width: 0;
  transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  z-index: 1;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  overflow: clip;
}
.FilterOverlay__container__eJ6SI.FilterOverlay__is-open__Bup_s {
  width: 350px;
}
.FilterOverlay__filter-overlay__zQFou {
  display: flex;
  flex-direction: column;
  width: 350px;
  height: 100%;
  padding: 20px 25px 25px;
  background-color: white;
}
.FilterOverlay__filter-overlay__zQFou scroll-shadow {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.FilterOverlay__spacing-small__Yuo23 + span {
  margin-left: 3px;
}
.FilterOverlay__header__xyoiE {
  position: relative;
  padding-bottom: 10px;
}
.FilterOverlay__header-title__PR0GD {
  margin-bottom: 15px;
  padding-bottom: 17px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  border-bottom: 1px solid #e9e8dc;
}
.FilterOverlay__header-action__yTu92 {
  display: flex;
  justify-content: space-between;
}
.FilterOverlay__close-button__a7ADs {
  position: absolute;
  right: -10px;
  top: -2px;
  box-sizing: content-box;
  padding: 10px;
  width: 14px;
  height: 14px;
}
.FilterOverlay__close-button__a7ADs path {
  fill: #8b8b8b;
}
.FilterOverlay__close-button__a7ADs path:hover {
  fill: #717171;
}
.FilterOverlay__close-button__a7ADs:hover {
  cursor: pointer;
}
.FilterOverlay__main__YrIo7 {
  margin: 0 -25px;
  padding: 25px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.FilterOverlay__category-action__vk7Dn {
  display: flex;
  justify-content: space-between;
}
.FilterOverlay__category-action__vk7Dn svg {
  padding-left: 3px;
  padding-right: 2px;
}
.FilterOverlay__category-action__vk7Dn .FilterOverlay__clear-filter__EJzbW svg {
  padding: unset;
}
.FilterOverlay__category-title__cKT26 {
  font-weight: bold;
}
.FilterOverlay__category__z4yhk .FilterOverlay__filter-group__NpmgS {
  padding-left: 20px;
}
.FilterOverlay__amount-filter__WxKM6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FilterOverlay__amount-filter__WxKM6 .FilterOverlay__rc-slider__gtSzG {
  width: 96%;
  margin: 10px 0;
}
.FilterOverlay__amount-filter-inputs__YSlS7 {
  display: flex;
}
.FilterOverlay__amount-filter-inputs__YSlS7 input {
  min-width: 0;
}
.FilterOverlay__spacer__PHymh {
  margin: 5px 10px;
}
.FilterOverlay__date-inputs__wFLZC {
  display: flex;
  margin-bottom: 10px;
}
.FilterOverlay__date-buttons___X9m0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.QuickFilters__list__KjlBJ > button:not(:last-child) {
  margin-right: 5px;
}

.FlipSwitch__toggle__fOQ28 {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.FlipSwitch__toggle-disabled__uxLdv {
  cursor: not-allowed;
  opacity: 0.5;
}
.FlipSwitch__toggle__fOQ28 input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.FlipSwitch__toggle__fOQ28 input:checked ~ svg path {
  transform: translateX(19.6px);
}
.FlipSwitch__toggle__fOQ28 input:checked ~ svg path:nth-of-type(1) {
  opacity: 1;
}
.FlipSwitch__toggle__fOQ28 input:checked ~ svg path:nth-of-type(2) {
  opacity: 0;
}
.FlipSwitch__toggle__fOQ28 .FlipSwitch__switch__DoRjT {
  flex-shrink: 0;
  padding-left: 1px;
  margin-right: 2px;
  width: 50px;
  height: 26px;
}
.FlipSwitch__toggle__fOQ28 .FlipSwitch__switch__DoRjT rect {
  stroke: #cbc9ad;
  fill: transparent;
}
.FlipSwitch__toggle__fOQ28 .FlipSwitch__switch__DoRjT path {
  transition: 0.3s;
}
.FlipSwitch__toggle__fOQ28 .FlipSwitch__switch__DoRjT path:nth-of-type(1) {
  opacity: 0;
  fill: #97c344;
}
.FlipSwitch__toggle__fOQ28 .FlipSwitch__switch__DoRjT path:nth-of-type(2) {
  fill: #c2bf9d;
}
.FlipSwitch__toggle__fOQ28 .FlipSwitch__wrapper__s4fcs {
  display: flex;
  flex-direction: column;
  margin-left: 7px;
  color: silver;
}
.FlipSwitch__toggle__fOQ28 .FlipSwitch__label__FSY4J {
  color: gray;
  font-weight: bold;
  font-size: 13px;
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2579ba;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

/* stylelint-disable selector-class-pattern, declaration-dependencies */
 {
  @charset "UTF-8";
  /* stylelint-disable-next-line no-invalid-position-at-import-rule */
}
.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}
.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}
.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}
.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button, .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-names {
  margin-bottom: -8px;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range, .react-datepicker__quarter--selected, .react-datepicker__quarter--in-selecting-range, .react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover, .react-datepicker__quarter--selected:hover, .react-datepicker__quarter--in-selecting-range:hover, .react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__month--disabled, .react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover, .react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text, .react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today, .react-datepicker__month-text--today, .react-datepicker__quarter-text--today, .react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted, .react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover, .react-datepicker__month-text--highlighted:hover, .react-datepicker__quarter-text--highlighted:hover, .react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1, .react-datepicker__month-text--highlighted-custom-1, .react-datepicker__quarter-text--highlighted-custom-1, .react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2, .react-datepicker__month-text--highlighted-custom-2, .react-datepicker__quarter-text--highlighted-custom-2, .react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2579ba;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range), .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range), .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range), .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover, .react-datepicker__month-text--disabled:hover, .react-datepicker__quarter-text--disabled:hover, .react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover, .react-datepicker__quarter-text.react-datepicker__month--selected:hover, .react-datepicker__quarter-text.react-datepicker__month--in-range:hover, .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover, .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover, .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}
.react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover, .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable, .react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover, .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected, .react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  color: gray;
}
.react-datepicker-wrapper {
  display: block;
}
.react-datepicker-wrapper input {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  padding-left: 35px;
}
.react-datepicker-wrapper input:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.react-datepicker-wrapper input:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.react-datepicker-wrapper input::placeholder {
  color: #a4a4a4;
}
.react-datepicker-wrapper input::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.react-datepicker__input-container::before {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27%23706e4d%27%3E %3Cpath d=%27M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zM8 16H4v4h4v-4zm6 0h-4v4h4v-4zm-6-6H4v4h4v-4zm16-8v22H0V2h3v1c0 1.103.897 2 2 2s2-.897 2-2V2h10v1c0 1.103.897 2 2 2s2-.897 2-2V2h3zm-2 6H2v14h20V8zm-2-7a1 1 0 10-2 0v2a1 1 0 102 0V1zM6 3a1 1 0 11-2 0V1a1 1 0 112 0v2z%27/%3E %3C/svg%3E");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
  border-bottom-color: #f3f2ec;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
  border-bottom-color: #d9d8c3;
}
.react-datepicker__header {
  background-color: #f3f2ec;
  border-bottom-color: #d9d8c3;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.react-datepicker__header--time {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
}
.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker__day-name {
  color: inherit;
}
.react-datepicker__navigation--previous {
  left: 0;
}
.react-datepicker__navigation--next--with-time {
  right: 85px;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  margin: 0;
  width: 32px;
  line-height: 32px;
}
.react-datepicker__day {
  border-radius: unset;
  border: 0;
  color: #3e3e3e;
}
.react-datepicker__day:hover {
  background-color: #bbe3dd;
  border-radius: 0;
}
.react-datepicker__day--disabled {
  color: #d0d0d0;
}
.react-datepicker__day--disabled:hover {
  background-color: unset;
}
.react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  background-color: #dff2ef;
}
.react-datepicker__day--selected, .react-datepicker__day--keyboard-selected, .react-datepicker__day--range-start, .react-datepicker__day--range-end {
  background-color: #4eb7a8;
  color: white;
  border-radius: 4px;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--keyboard-selected:hover, .react-datepicker__day--range-start:hover, .react-datepicker__day--range-end:hover {
  color: #3e3e3e;
  border-radius: 4px;
}
.react-datepicker__day--range-start:not(.react-datepicker__day--range-end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.react-datepicker__day--range-start:not(.react-datepicker__day--range-end):hover {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.react-datepicker__day--range-end:not(.react-datepicker__day--range-start) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.react-datepicker__day--range-end:not(.react-datepicker__day--range-start):hover {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.react-datepicker__day-names {
  margin-top: 10px;
}
.react-datepicker__time-container {
  border-left: 1px solid #d9d8c3;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  color: #3e3e3e;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0 0.4rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  background-color: #bbe3dd;
  border-radius: 4px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #4eb7a8;
  border-radius: 4px;
  color: white;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  color: #3e3e3e;
}

.DropDownComponent__drop-down__o7oVh {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  -webkit-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27%237a764c%27%3E %3Cpath d=%27M24,7L12,19L0,7H24z%27/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px auto;
}
.DropDownComponent__drop-down__o7oVh:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.DropDownComponent__drop-down__o7oVh:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.DropDownComponent__drop-down__o7oVh::placeholder {
  color: #a4a4a4;
}
.DropDownComponent__drop-down__o7oVh::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.DropDownComponent__drop-down-inline__xpmEq {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  -webkit-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27%237a764c%27%3E %3Cpath d=%27M24,7L12,19L0,7H24z%27/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px auto;
  display: inline-block;
  width: 50%;
  border-top-left-radius: 0;
  border-left-width: 0;
  border-bottom-left-radius: 0;
}
.DropDownComponent__drop-down-inline__xpmEq:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.DropDownComponent__drop-down-inline__xpmEq:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.DropDownComponent__drop-down-inline__xpmEq::placeholder {
  color: #a4a4a4;
}
.DropDownComponent__drop-down-inline__xpmEq::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.DropDownComponent__drop-down-inline__xpmEq:focus {
  border-left: 0;
  box-shadow: -1px 0 0 0 #4eb7a8;
}
.DropDownComponent__drop-down-inline-small__jh4L9 {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  -webkit-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27%237a764c%27%3E %3Cpath d=%27M24,7L12,19L0,7H24z%27/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px auto;
  display: inline-block;
  width: 50%;
  border-top-left-radius: 0;
  border-left-width: 0;
  border-bottom-left-radius: 0;
}
.DropDownComponent__drop-down-inline-small__jh4L9:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.DropDownComponent__drop-down-inline-small__jh4L9:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.DropDownComponent__drop-down-inline-small__jh4L9::placeholder {
  color: #a4a4a4;
}
.DropDownComponent__drop-down-inline-small__jh4L9::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
@media (max-width: 74.9375em) {
  .DropDownComponent__drop-down-inline-small__jh4L9 {
    padding-right: 15px;
    background-position: right 5px top 50%;
  }
}
.DropDownComponent__drop-down-inline-small__jh4L9:focus {
  border-left: 0;
  box-shadow: -1px 0 0 0 #4eb7a8;
}

.FormattedInputComponent__formatted-input__jVUlB {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  resize: none;
}
.FormattedInputComponent__formatted-input__jVUlB:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.FormattedInputComponent__formatted-input__jVUlB:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.FormattedInputComponent__formatted-input__jVUlB::placeholder {
  color: #a4a4a4;
}
.FormattedInputComponent__formatted-input__jVUlB::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.FormattedInputComponent__formatted-inline__pFyyM {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  resize: none;
  display: inline-block;
  width: 50%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.FormattedInputComponent__formatted-inline__pFyyM:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.FormattedInputComponent__formatted-inline__pFyyM:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.FormattedInputComponent__formatted-inline__pFyyM::placeholder {
  color: #a4a4a4;
}
.FormattedInputComponent__formatted-inline__pFyyM::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

@supports (-webkit-touch-callout: none) {
  .FormGroup__group-has-error__s9N5y > input {
    border-left: 2px solid #da3c3c;
  }
  .FormGroup__group-has-error__s9N5y > input:focus {
    border-left: 2px solid #da3c3c;
  }
}
.FormGroup__group-has-error__s9N5y > input {
  background-color: #ffffff;
  box-shadow: inset 2px 0 0 0 #da3c3c;
}
.FormGroup__group-label__mGIur {
  color: gray;
  font-weight: bold;
  font-size: 13px;
}
.FormGroup__group-label-row-non-empty__KuEXh {
  position: relative;
}
.FormGroup__group-label-row-empty__QrPmF {
  margin-bottom: 0;
}
.FormGroup__group-label-additions__Qv9JM {
  display: inline-block;
  font-size: 13px;
}
.FormGroup__group-label-intention__MgSP4 {
  margin-left: -5px;
}
.FormGroup__group-validation-error__ZH3gM {
  position: absolute;
  background-color: #da3c3c;
  top: calc(100% + 8px);
  float: left;
  color: white;
  border-radius: 3px;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: normal;
  z-index: 1;
}
.FormGroup__group-validation-error__ZH3gM::before {
  bottom: 100%;
  left: 8px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #da3c3c;
  border-width: 6px;
}
.FormGroup__group-checkbox__m9mqt {
  margin-left: 0;
}
.FormGroup__counter__Afa9N {
  float: right;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
}
.FormGroup__hint-text__rfMoT {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: gray;
}

.InputField__input__s4AjH {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
}
.InputField__input__s4AjH:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.InputField__input__s4AjH:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.InputField__input__s4AjH::placeholder {
  color: #a4a4a4;
}
.InputField__input__s4AjH::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.ProductIdentifiersField__smart-input__NCBeH {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  color: #3e3e3e;
  background-color: white;
  min-height: 38px;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  cursor: text;
  min-height: 31px;
}
.ProductIdentifiersField__smart-input-has-error__wQ08P {
  box-shadow: inset 2px 0 0 0 #da3c3c;
}
.ProductIdentifiersField__smart-input-focused__U4xZh {
  border: 1px solid #4eb7a8;
}
.ProductIdentifiersField__smart-input-with-suggestions__fMYjp {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ProductIdentifiersField__smart-input-single-value__DyxKo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 6px;
  font-weight: normal;
  font-size: 14px;
}
.ProductIdentifiersField__smart-input-input__kxFBv {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-right: 8px;
  padding-bottom: 6px;
}
.ProductIdentifiersField__smart-input-input-draggable__f5kd9 {
  cursor: grab;
}
.ProductIdentifiersField__smart-input-input-sortable-helper__VJ14P {
  z-index: 20;
  opacity: 0.6;
  cursor: grabbing;
}
.ProductIdentifiersField__smart-input-input-sortable-helper__VJ14P > span {
  pointer-events: auto !important;
}
.ProductIdentifiersField__smart-input-input-value__CW4ZG {
  display: flex;
  flex-grow: 0;
  align-items: center;
  gap: 10px;
  word-break: break-all;
  border-radius: 3px;
  background-color: #dfdecc;
  color: #7a764c;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 7px 4px;
  margin-left: 8px;
  margin-top: 6px;
}
.ProductIdentifiersField__smart-input-input-value__CW4ZG input {
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: bold;
  max-width: 80px;
}
.ProductIdentifiersField__smart-input-input-value__CW4ZG input:focus {
  outline: none;
}
.ProductIdentifiersField__smart-input-input-value-edit-button__R6WMK {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.ProductIdentifiersField__smart-input-input-value-edit-button__R6WMK > path {
  fill: currentcolor;
}
.ProductIdentifiersField__smart-input-input-value-edit-button__R6WMK:hover > path {
  fill: #5a5839;
}
.ProductIdentifiersField__smart-input-input-value-remove-button___ZExn {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.ProductIdentifiersField__smart-input-input-value-remove-button___ZExn > path {
  fill: currentcolor;
}
.ProductIdentifiersField__smart-input-input-value-remove-button___ZExn:hover > path {
  fill: #5a5839;
}
.ProductIdentifiersField__smart-input-input-value-remove-separator___IwIz {
  order: 3;
  position: relative;
  padding: 0 0 0 10px;
  line-height: 0;
}
.ProductIdentifiersField__smart-input-input-value-remove-separator___IwIz::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  height: 13px;
  width: 1px;
  background-color: #bebdb2;
}
.ProductIdentifiersField__smart-input-input-text__Fd0Ni {
  flex-shrink: 0;
  flex-grow: 1;
  outline: 0;
  border: 0;
  color: #3e3e3e;
  background-color: white;
  padding: 4px 0;
  margin-left: 8px;
  margin-top: 6px;
}
.ProductIdentifiersField__smart-input-input-placeholder__IzYge {
  position: absolute;
  color: #a4a4a4;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  margin-left: 8px;
}
[class*='Modal__main'] .ProductIdentifiersField__smart-input__NCBeH:not(.ProductIdentifiersField__smart-input-disabled__A2Ibd) .ProductIdentifiersField__smart-input-input__kxFBv {
  max-height: 120px;
  overflow-y: scroll;
}
.ProductIdentifiersField__smart-input-suggestions__AalvQ {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 1;
  background-color: white;
  border: 1px solid #4eb7a8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  overflow: hidden;
}
.ProductIdentifiersField__smart-input-suggestions-list__XUg2p {
  overflow: hidden auto;
}
.ProductIdentifiersField__smart-input-suggestion__H5NM6 {
  padding: 6px 8px;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 13px;
}
.ProductIdentifiersField__smart-input-suggestion-active__bGwGO {
  background-color: #e8f3f2;
}
.ProductIdentifiersField__smart-input-suggestion-disabled__Ta60G {
  color: #717171;
}
.ProductIdentifiersField__smart-input-suggestion__H5NM6:not(.ProductIdentifiersField__suggestion-disabled__Fasro) {
  cursor: pointer;
}
.ProductIdentifiersField__smart-input-suggestion__H5NM6 svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill: #3e3e3e;
}
.ProductIdentifiersField__smart-input-disabled__A2Ibd {
  background-color: #f5f4ef;
}
.ProductIdentifiersField__smart-input-disabled__A2Ibd .ProductIdentifiersField__smart-input-input__kxFBv {
  min-height: 38px;
}
.ProductIdentifiersField__smart-input-disabled__A2Ibd .ProductIdentifiersField__smart-input-input-value__CW4ZG {
  background: none;
  border: 1px solid #d9d8c3;
  font-weight: normal;
  color: #a3a189;
}
.ProductIdentifiersField__smart-input__NCBeH input {
  padding: 0;
}
.ProductIdentifiersField__product-codes__pxzrr {
  line-height: 1;
}
.ProductIdentifiersField__product-codes__pxzrr svg {
  width: auto;
  height: 30px;
  margin-left: 0;
}

.RadioButtonGroup__label__BNwsW {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: gray;
  font-weight: bold;
  font-size: 13px;
  font-weight: normal;
}
.RadioButtonGroup__label__BNwsW > input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.RadioButtonGroup__label__BNwsW svg {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  flex-shrink: 0;
}
.RadioButtonGroup__unchecked__bS1K4 path {
  fill: #c2bf9d;
}
.RadioButtonGroup__checked__dBGUo {
  cursor: default;
}
.RadioButtonGroup__checked__dBGUo path {
  fill: #97c344;
}
.RadioButtonGroup__disabled__EBYg3 {
  cursor: default;
  color: #c5c5c5;
}
.RadioButtonGroup__disabled__EBYg3 path {
  fill: #dfdecc;
}
.RadioButtonGroup__visually-hidden__rUKJ3 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.RadioButtonGroup__radiobutton-group__FVtYi {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 8px;
}
.RadioButtonGroup__radiobutton-group__FVtYi:not(:last-child) {
  margin-bottom: 8px;
}

.SmartInputField__smart-input__OLCgr {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  color: #3e3e3e;
  background-color: white;
  min-height: 38px;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  cursor: text;
}
.SmartInputField__smart-input-has-error__jlrM3 {
  box-shadow: inset 2px 0 0 0 #da3c3c;
}
.SmartInputField__smart-input-focused__fchyK {
  border: 1px solid #4eb7a8;
}
.SmartInputField__smart-input-with-suggestions__ZvG55 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.SmartInputField__smart-input-single-value__lSk_T {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 6px;
  font-weight: normal;
  font-size: 14px;
}
.SmartInputField__smart-input-input__H2dvJ {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-right: 8px;
  padding-bottom: 6px;
}
.SmartInputField__smart-input-input-draggable__W5miD {
  cursor: grab;
}
.SmartInputField__smart-input-input-sortable-helper__kO2zQ {
  z-index: 20;
  opacity: 0.6;
  cursor: grabbing;
}
.SmartInputField__smart-input-input-sortable-helper__kO2zQ > span {
  pointer-events: auto !important;
}
.SmartInputField__smart-input-input-value__zUpz8 {
  display: flex;
  flex-grow: 0;
  align-items: center;
  gap: 10px;
  word-break: break-all;
  border-radius: 3px;
  background-color: #dfdecc;
  color: #7a764c;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 7px 4px;
  margin-left: 8px;
  margin-top: 6px;
}
.SmartInputField__smart-input-input-value__zUpz8 input {
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: bold;
  max-width: 80px;
}
.SmartInputField__smart-input-input-value__zUpz8 input:focus {
  outline: none;
}
.SmartInputField__smart-input-input-value-edit-button__i2Yez {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.SmartInputField__smart-input-input-value-edit-button__i2Yez > path {
  fill: currentcolor;
}
.SmartInputField__smart-input-input-value-edit-button__i2Yez:hover > path {
  fill: #5a5839;
}
.SmartInputField__smart-input-input-value-remove-button__TVejH {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.SmartInputField__smart-input-input-value-remove-button__TVejH > path {
  fill: currentcolor;
}
.SmartInputField__smart-input-input-value-remove-button__TVejH:hover > path {
  fill: #5a5839;
}
.SmartInputField__smart-input-input-value-remove-separator__pxF_H {
  order: 3;
  position: relative;
  padding: 0 0 0 10px;
  line-height: 0;
}
.SmartInputField__smart-input-input-value-remove-separator__pxF_H::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  height: 13px;
  width: 1px;
  background-color: #bebdb2;
}
.SmartInputField__smart-input-input-text__RSvKj {
  flex-shrink: 0;
  flex-grow: 1;
  outline: 0;
  border: 0;
  color: #3e3e3e;
  background-color: white;
  padding: 4px 0;
  margin-left: 8px;
  margin-top: 6px;
}
.SmartInputField__smart-input-input-placeholder__Uxyrq {
  position: absolute;
  color: #a4a4a4;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  margin-left: 8px;
}
[class*='Modal__main'] .SmartInputField__smart-input__OLCgr:not(.SmartInputField__smart-input-disabled__uMVm_) .SmartInputField__smart-input-input__H2dvJ {
  max-height: 120px;
  overflow-y: scroll;
}
.SmartInputField__smart-input-suggestions__SBxN5 {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 1;
  background-color: white;
  border: 1px solid #4eb7a8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  overflow: hidden;
}
.SmartInputField__smart-input-suggestions-list__ac7Ft {
  overflow: hidden auto;
}
.SmartInputField__smart-input-suggestion__geYpa {
  padding: 6px 8px;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 13px;
}
.SmartInputField__smart-input-suggestion-active__UW82H {
  background-color: #e8f3f2;
}
.SmartInputField__smart-input-suggestion-disabled__ide0N {
  color: #717171;
}
.SmartInputField__smart-input-suggestion__geYpa:not(.SmartInputField__suggestion-disabled__dDRFF) {
  cursor: pointer;
}
.SmartInputField__smart-input-suggestion__geYpa svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill: #3e3e3e;
}
.SmartInputField__smart-input-disabled__uMVm_ {
  background-color: #f5f4ef;
}
.SmartInputField__smart-input-disabled__uMVm_ .SmartInputField__smart-input-input__H2dvJ {
  min-height: 38px;
}
.SmartInputField__smart-input-disabled__uMVm_ .SmartInputField__smart-input-input-value__zUpz8 {
  background: none;
  border: 1px solid #d9d8c3;
  font-weight: normal;
  color: #a3a189;
}
.SmartInputField__overlay-suggestions__cKUZQ .SmartInputField__smart-input-suggestions__SBxN5 {
  position: absolute;
  top: 100%;
  border-top: none;
  max-height: 100px;
  overflow: auto;
}
.SmartInputField__overlay-suggestions__cKUZQ.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input__OLCgr {
  min-height: 31px;
}
.SmartInputField__overlay-suggestions__cKUZQ.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input-suggestions__SBxN5 {
  display: flex;
  flex-direction: column;
}
.SmartInputField__overlay-suggestions__cKUZQ.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input-input-text__RSvKj {
  padding: 0;
}
.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input__OLCgr {
  display: flex;
  justify-content: space-between;
}
.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input-indicator__M9nYE {
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 0;
  background: none;
}
.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input-indicator-icon__JIOSj {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}
.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input-indicator-icon__JIOSj > path {
  fill: #7a764c;
}
.SmartInputField__with-indicators__ahoNZ .SmartInputField__smart-input-indicator-icon__JIOSj:hover > path {
  fill: #5a5839;
}
.SmartInputField__cursor-wait__mcWvY,
.SmartInputField__cursor-wait__mcWvY :hover {
  cursor: wait !important;
}

.TextareaField__textarea__Q75nE {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  resize: vertical;
}
.TextareaField__textarea__Q75nE:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.TextareaField__textarea__Q75nE:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.TextareaField__textarea__Q75nE::placeholder {
  color: #a4a4a4;
}
.TextareaField__textarea__Q75nE::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.TextareaField__xsmall__IDSH8 {
  height: 70px;
}
.TextareaField__small__YRxvz {
  height: 120px;
}
.TextareaField__medium__dpH5t {
  height: 250px;
}
.TextareaField__large__CWcIN {
  height: 450px;
}

/* Uncomment and set these variables to customize the grid. */
.Grid__container-fluid__RfPp2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.Grid__row__uGJQp {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.Grid__row__uGJQp.Grid__reverse__D8cgL {
  flex-direction: row-reverse;
}
.Grid__col__tD2ld.Grid__reverse__D8cgL {
  flex-direction: column-reverse;
}
.Grid__col-xs__u0ZGQ,
.Grid__col-xs-1__hjRlK,
.Grid__col-xs-2__fWXLl,
.Grid__col-xs-3__eYzbp,
.Grid__col-xs-4__ZsMRu,
.Grid__col-xs-5__NirPP,
.Grid__col-xs-6__MjQPh,
.Grid__col-xs-7__APWxM,
.Grid__col-xs-8__nEvwY,
.Grid__col-xs-9__w0enZ,
.Grid__col-xs-10__Vds98,
.Grid__col-xs-11__wz2kJ,
.Grid__col-xs-12__cOlpN {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.Grid__col-xs__u0ZGQ {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.Grid__col-xs-1__hjRlK {
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.Grid__col-xs-2__fWXLl {
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.Grid__col-xs-3__eYzbp {
  flex-basis: 25%;
  max-width: 25%;
}
.Grid__col-xs-4__ZsMRu {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.Grid__col-xs-5__NirPP {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.Grid__col-xs-6__MjQPh {
  flex-basis: 50%;
  max-width: 50%;
}
.Grid__col-xs-7__APWxM {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.Grid__col-xs-8__nEvwY {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.Grid__col-xs-9__w0enZ {
  flex-basis: 75%;
  max-width: 75%;
}
.Grid__col-xs-10__Vds98 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.Grid__col-xs-11__wz2kJ {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.Grid__col-xs-12__cOlpN {
  flex-basis: 100%;
  max-width: 100%;
}
.Grid__col-xs-offset-1__EcUMN {
  margin-left: 8.333%;
}
.Grid__col-xs-offset-2__jH15T {
  margin-left: 16.667%;
}
.Grid__col-xs-offset-3__HAmlF {
  margin-left: 25%;
}
.Grid__col-xs-offset-4__kJxX_ {
  margin-left: 33.333%;
}
.Grid__col-xs-offset-5__C2svX {
  margin-left: 41.667%;
}
.Grid__col-xs-offset-6__M0710 {
  margin-left: 50%;
}
.Grid__col-xs-offset-7__PKMCJ {
  margin-left: 58.333%;
}
.Grid__col-xs-offset-8__cQ2ou {
  margin-left: 66.667%;
}
.Grid__col-xs-offset-9__PDqX_ {
  margin-left: 75%;
}
.Grid__col-xs-offset-10__Ug7FB {
  margin-left: 83.333%;
}
.Grid__col-xs-offset-11__oaP9h {
  margin-left: 91.667%;
}
.Grid__start-xs__ynyuz {
  justify-content: flex-start;
  text-align: start;
}
.Grid__center-xs__oaHMy {
  justify-content: center;
  text-align: center;
}
.Grid__end-xs__Y1JWH {
  justify-content: flex-end;
  text-align: end;
}
.Grid__top-xs__y_WNu {
  align-items: flex-start;
}
.Grid__middle-xs__H7xqt {
  align-items: center;
}
.Grid__bottom-xs__Y7aud {
  align-items: flex-end;
}
.Grid__around-xs__ItJiC {
  justify-content: space-around;
}
.Grid__between-xs__sYz1H {
  justify-content: space-between;
}
.Grid__first-xs__udFlA {
  order: -1;
}
.Grid__last-xs__sXDkz {
  order: 1;
}
@media only screen and (min-width: 48em) {
  .Grid__container__w_HZ3 {
    width: 46rem;
  }
  .Grid__col-sm__vTvz9,
  .Grid__col-sm-1__eO1cU,
  .Grid__col-sm-2__rWVJ5,
  .Grid__col-sm-3__wKKZG,
  .Grid__col-sm-4__SJPFP,
  .Grid__col-sm-5__d2pqY,
  .Grid__col-sm-6__NuFDf,
  .Grid__col-sm-7__X9mm6,
  .Grid__col-sm-8__OZ0Kt,
  .Grid__col-sm-9__PIRk4,
  .Grid__col-sm-10__onHKc,
  .Grid__col-sm-11__jnftp,
  .Grid__col-sm-12__ppE2Q {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .Grid__col-sm__vTvz9 {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .Grid__col-sm-1__eO1cU {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .Grid__col-sm-2__rWVJ5 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .Grid__col-sm-3__wKKZG {
    flex-basis: 25%;
    max-width: 25%;
  }
  .Grid__col-sm-4__SJPFP {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .Grid__col-sm-5__d2pqY {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .Grid__col-sm-6__NuFDf {
    flex-basis: 50%;
    max-width: 50%;
  }
  .Grid__col-sm-7__X9mm6 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .Grid__col-sm-8__OZ0Kt {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .Grid__col-sm-9__PIRk4 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .Grid__col-sm-10__onHKc {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .Grid__col-sm-11__jnftp {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .Grid__col-sm-12__ppE2Q {
    flex-basis: 100%;
    max-width: 100%;
  }
  .Grid__col-sm-offset-1__s9o7X {
    margin-left: 8.333%;
  }
  .Grid__col-sm-offset-2__wKdSo {
    margin-left: 16.667%;
  }
  .Grid__col-sm-offset-3__GeTJG {
    margin-left: 25%;
  }
  .Grid__col-sm-offset-4__S13Pc {
    margin-left: 33.333%;
  }
  .Grid__col-sm-offset-5__Z5d63 {
    margin-left: 41.667%;
  }
  .Grid__col-sm-offset-6__Zc0QV {
    margin-left: 50%;
  }
  .Grid__col-sm-offset-7__mV2lH {
    margin-left: 58.333%;
  }
  .Grid__col-sm-offset-8__YMsmL {
    margin-left: 66.667%;
  }
  .Grid__col-sm-offset-9__NbmdP {
    margin-left: 75%;
  }
  .Grid__col-sm-offset-10__pj8Ra {
    margin-left: 83.333%;
  }
  .Grid__col-sm-offset-11__TbOua {
    margin-left: 91.667%;
  }
  .Grid__start-sm__XOdAM {
    justify-content: flex-start;
    text-align: start;
  }
  .Grid__center-sm__bEwKE {
    justify-content: center;
    text-align: center;
  }
  .Grid__end-sm__DXfu5 {
    justify-content: flex-end;
    text-align: end;
  }
  .Grid__top-sm__Zzjn0 {
    align-items: flex-start;
  }
  .Grid__middle-sm__Qk6mi {
    align-items: center;
  }
  .Grid__bottom-sm__nH2vx {
    align-items: flex-end;
  }
  .Grid__around-sm__S0q8_ {
    justify-content: space-around;
  }
  .Grid__between-sm__XCDVE {
    justify-content: space-between;
  }
  .Grid__first-sm__sM2s1 {
    order: -1;
  }
  .Grid__last-sm__JeJqr {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .Grid__container__w_HZ3 {
    width: 61rem;
  }
  .Grid__col-md__bAEyk,
  .Grid__col-md-1__Mk5Wj,
  .Grid__col-md-2__ZvGKQ,
  .Grid__col-md-3__a4AQB,
  .Grid__col-md-4__GYIES,
  .Grid__col-md-5___1z88,
  .Grid__col-md-6__cKp_q,
  .Grid__col-md-7__oOlmQ,
  .Grid__col-md-8__UUqO6,
  .Grid__col-md-9__wVUHu,
  .Grid__col-md-10__tDBGO,
  .Grid__col-md-11__bBpbS,
  .Grid__col-md-12__Y2FLj {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .Grid__col-md__bAEyk {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .Grid__col-md-1__Mk5Wj {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .Grid__col-md-2__ZvGKQ {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .Grid__col-md-3__a4AQB {
    flex-basis: 25%;
    max-width: 25%;
  }
  .Grid__col-md-4__GYIES {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .Grid__col-md-5___1z88 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .Grid__col-md-6__cKp_q {
    flex-basis: 50%;
    max-width: 50%;
  }
  .Grid__col-md-7__oOlmQ {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .Grid__col-md-8__UUqO6 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .Grid__col-md-9__wVUHu {
    flex-basis: 75%;
    max-width: 75%;
  }
  .Grid__col-md-10__tDBGO {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .Grid__col-md-11__bBpbS {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .Grid__col-md-12__Y2FLj {
    flex-basis: 100%;
    max-width: 100%;
  }
  .Grid__col-md-offset-1__fim_f {
    margin-left: 8.333%;
  }
  .Grid__col-md-offset-2__t39KO {
    margin-left: 16.667%;
  }
  .Grid__col-md-offset-3__zJBJv {
    margin-left: 25%;
  }
  .Grid__col-md-offset-4__MueeH {
    margin-left: 33.333%;
  }
  .Grid__col-md-offset-5__yRVyV {
    margin-left: 41.667%;
  }
  .Grid__col-md-offset-6__UzV02 {
    margin-left: 50%;
  }
  .Grid__col-md-offset-7__GQYGr {
    margin-left: 58.333%;
  }
  .Grid__col-md-offset-8__vYkpY {
    margin-left: 66.667%;
  }
  .Grid__col-md-offset-9__J3mrW {
    margin-left: 75%;
  }
  .Grid__col-md-offset-10__eGUN7 {
    margin-left: 83.333%;
  }
  .Grid__col-md-offset-11__MWRRj {
    margin-left: 91.667%;
  }
  .Grid__start-md__lWGCN {
    justify-content: flex-start;
    text-align: start;
  }
  .Grid__center-md__CANVU {
    justify-content: center;
    text-align: center;
  }
  .Grid__end-md__W_6ne {
    justify-content: flex-end;
    text-align: end;
  }
  .Grid__top-md__tfNZN {
    align-items: flex-start;
  }
  .Grid__middle-md__MKrez {
    align-items: center;
  }
  .Grid__bottom-md__Xfcr8 {
    align-items: flex-end;
  }
  .Grid__around-md__VeLnG {
    justify-content: space-around;
  }
  .Grid__between-md__m1vEn {
    justify-content: space-between;
  }
  .Grid__first-md__cLXC8 {
    order: -1;
  }
  .Grid__last-md___xoE6 {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .Grid__container__w_HZ3 {
    width: 71rem;
  }
  .Grid__col-lg__E_UiA,
  .Grid__col-lg-1__XZ42g,
  .Grid__col-lg-2__W28hW,
  .Grid__col-lg-3__I6b_F,
  .Grid__col-lg-4__N2txL,
  .Grid__col-lg-5__RyMli,
  .Grid__col-lg-6__yEPrz,
  .Grid__col-lg-7__SNngO,
  .Grid__col-lg-8__L97Y7,
  .Grid__col-lg-9__zlhEB,
  .Grid__col-lg-10__Z1hhZ,
  .Grid__col-lg-11__WZFoJ,
  .Grid__col-lg-12__Q0oIv {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .Grid__col-lg__E_UiA {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .Grid__col-lg-1__XZ42g {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .Grid__col-lg-2__W28hW {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .Grid__col-lg-3__I6b_F {
    flex-basis: 25%;
    max-width: 25%;
  }
  .Grid__col-lg-4__N2txL {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .Grid__col-lg-5__RyMli {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .Grid__col-lg-6__yEPrz {
    flex-basis: 50%;
    max-width: 50%;
  }
  .Grid__col-lg-7__SNngO {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .Grid__col-lg-8__L97Y7 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .Grid__col-lg-9__zlhEB {
    flex-basis: 75%;
    max-width: 75%;
  }
  .Grid__col-lg-10__Z1hhZ {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .Grid__col-lg-11__WZFoJ {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .Grid__col-lg-12__Q0oIv {
    flex-basis: 100%;
    max-width: 100%;
  }
  .Grid__col-lg-offset-1__s96wo {
    margin-left: 8.333%;
  }
  .Grid__col-lg-offset-2__v0GjR {
    margin-left: 16.667%;
  }
  .Grid__col-lg-offset-3__gkAnY {
    margin-left: 25%;
  }
  .Grid__col-lg-offset-4__cw4ll {
    margin-left: 33.333%;
  }
  .Grid__col-lg-offset-5__ucOrh {
    margin-left: 41.667%;
  }
  .Grid__col-lg-offset-6__vcFOb {
    margin-left: 50%;
  }
  .Grid__col-lg-offset-7__HZ7do {
    margin-left: 58.333%;
  }
  .Grid__col-lg-offset-8__ZoAs3 {
    margin-left: 66.667%;
  }
  .Grid__col-lg-offset-9__k_su0 {
    margin-left: 75%;
  }
  .Grid__col-lg-offset-10__gqIRG {
    margin-left: 83.333%;
  }
  .Grid__col-lg-offset-11__oir11 {
    margin-left: 91.667%;
  }
  .Grid__start-lg__A42w6 {
    justify-content: flex-start;
    text-align: start;
  }
  .Grid__center-lg__v2LP9 {
    justify-content: center;
    text-align: center;
  }
  .Grid__end-lg__LSOx3 {
    justify-content: flex-end;
    text-align: end;
  }
  .Grid__top-lg__h3KYE {
    align-items: flex-start;
  }
  .Grid__middle-lg__MUfQ5 {
    align-items: center;
  }
  .Grid__bottom-lg__dV4j7 {
    align-items: flex-end;
  }
  .Grid__around-lg__cgcjx {
    justify-content: space-around;
  }
  .Grid__between-lg__wmRIo {
    justify-content: space-between;
  }
  .Grid__first-lg__bS0Rw {
    order: -1;
  }
  .Grid__last-lg__QJnKZ {
    order: 1;
  }
}
.Grid__custom-row___swku {
  padding-bottom: 30px;
}
.Grid__custom-row___swku.Grid__align-bottom__piMm9 {
  align-items: flex-end;
}
.Grid__custom-row___swku:last-of-type {
  padding-bottom: 0;
}
.Grid__custom-column-bottom-padding__QIKwU {
  padding-bottom: 30px;
}
.Grid__custom-column-top-padding__wiC5Y {
  padding-top: 30px;
}

.SetupGuideDropdown__container__Wipe5 {
  z-index: 1;
}
.SetupGuideDropdown__button-label-section__yHLMt {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 75em) {
  .SetupGuideDropdown__button-label-section__yHLMt span.SetupGuideDropdown__visually-hidden__o2qGv {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
.SetupGuideDropdown__button-label-section__yHLMt svg:last-of-type {
  margin-left: 0;
  width: 12px;
  height: 12px;
}
.SetupGuideDropdown__links-section-container__e38xR {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 300px;
  border-bottom: 1px solid #e9e8dc;
  padding: 20px;
}
.SetupGuideDropdown__links-section-container__e38xR :not(:last-child) {
  padding-bottom: 13px;
}
.SetupGuideDropdown__links-section-container__e38xR a {
  flex-shrink: 1;
  padding-bottom: 0;
  line-height: 1.3;
  color: #3d9589;
}
.SetupGuideDropdown__links-section-container__e38xR a:hover {
  color: #2e7167;
}
.SetupGuideDropdown__links-section-container__e38xR p {
  display: flex;
  align-items: center;
  width: 240px;
}
.SetupGuideDropdown__links-section-container__e38xR:last-child {
  border-bottom: none;
}
.SetupGuideDropdown__links-section-container__e38xR span {
  display: flex;
}
.SetupGuideDropdown__links-section-container__e38xR span svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  padding: 0 !important;
  align-self: center;
}
.SetupGuideDropdown__links-section-container__e38xR .SetupGuideDropdown__checked__SgfrH {
  fill: #97c344;
}
.SetupGuideDropdown__links-section-container__e38xR .SetupGuideDropdown__unchecked__FPBkF {
  fill: #c2bf9d;
}
.SetupGuideDropdown__links-section-container__e38xR .SetupGuideDropdown__category-button__y1buU {
  color: #3e3e3e;
  font-weight: bold;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-end;
  padding-bottom: 0;
}
.SetupGuideDropdown__links-section-container__e38xR .SetupGuideDropdown__category-button__y1buU svg > path {
  fill: #3d9589;
}
.SetupGuideDropdown__links-section-container__e38xR .SetupGuideDropdown__category-button__y1buU:hover {
  color: #2e7167;
}
.SetupGuideDropdown__links-section-container__e38xR .SetupGuideDropdown__category-button__y1buU:hover svg > path {
  fill: #2e7167;
}
body .SetupGuideDropdown__tooltip-popup__gQEug {
  background-color: #f78560;
}
body .SetupGuideDropdown__tooltip-popup__gQEug span {
  border-bottom: 8px solid #f78560 !important;
}
.SetupGuideDropdown__tooltip-content__hdlCa {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 300px;
  padding: 12px;
}
.SetupGuideDropdown__tooltip-content__hdlCa p {
  color: white;
}
.SetupGuideDropdown__tooltip-content__hdlCa .SetupGuideDropdown__close-button__zmOLM {
  background: none;
  border: none;
  padding: 0;
}
.SetupGuideDropdown__tooltip-content__hdlCa .SetupGuideDropdown__close-button__zmOLM:hover {
  background: none;
}
.SetupGuideDropdown__tooltip-content__hdlCa .SetupGuideDropdown__close-button__zmOLM .SetupGuideDropdown__close-icon__X5eg1 {
  fill: white;
  width: 12px;
  height: 12px;
}
.SetupGuideDropdown__tooltip-content__hdlCa .SetupGuideDropdown__close-button__zmOLM .SetupGuideDropdown__close-icon__X5eg1:hover {
  fill: #e6e6e6;
}
.SetupGuideDropdown__popup-auto-focus-container__LStr1 {
  outline: none;
}

.SuccessModal__content__jagJY {
  padding: 0 20px 30px;
  text-align: center;
}
.SuccessModal__content__jagJY svg {
  max-width: 210px;
  margin-bottom: -10px;
  margin-top: -5px;
}
.SuccessModal__content__jagJY h3 {
  line-height: 1;
  font-weight: lighter;
  font-size: 300%;
  color: #7a764c;
  margin-bottom: 20px;
}
.SuccessModal__content__jagJY .SuccessModal__message__bxHGY p {
  font-size: 125%;
  color: gray;
  margin-bottom: 30px;
  text-align: left;
}
.SuccessModal__content__jagJY .SuccessModal__message__bxHGY p:only-child {
  text-align: center;
}
.SuccessModal__content__jagJY .SuccessModal__message__bxHGY p:first-child:not(:only-child) {
  margin-bottom: 20px;
}
.SuccessModal__content__jagJY .SuccessModal__message__bxHGY p:last-child {
  margin-bottom: 0;
}
.SuccessModal__content__jagJY .SuccessModal__message__bxHGY .SuccessModal__hint__XL9iI {
  font-size: 100%;
}

.HeadlineWithIcon__headline__mkbdp {
  color: #3e3e3e;
  width: -moz-fit-content;
  width: fit-content;
}
.HeadlineWithIcon__headline__mkbdp h3 {
  font-size: 140%;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0;
}
@media (min-width: 75em) {
  .HeadlineWithIcon__headline__mkbdp h3 {
    padding-bottom: 15px;
  }
}
.HeadlineWithIcon__headline__mkbdp svg {
  margin-right: 10px;
  vertical-align: text-top;
}
.HeadlineWithIcon__headline__mkbdp svg path {
  fill: #3e3e3e;
}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.ImageCropper__modal__kA_ta {
  width: 768px !important;
  max-width: 768px !important;
}
.ImageCropper__crop-container__poqdM {
  padding-right: 51px;
  position: relative;
}
.ImageCropper__crop-cropper__UZDZi {
  position: relative;
  height: 400px;
}
.ImageCropper__crop-cropper__UZDZi:not([data-cropper-ready]) {
  overflow: hidden;
}
.ImageCropper__crop-cropper__UZDZi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ImageCropper__crop-navigation__ktmx2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ImageCropper__crop-navigation__ktmx2 button {
  display: block;
  margin: 5px 0;
  padding-right: 9px;
  padding-left: 9px;
}
.ImageCropper__crop-navigation__ktmx2 button > svg {
  width: 16px;
  height: 16px;
  fill: white;
  transform: translateY(1px);
}
.ImageCropper__crop-navigation__ktmx2 button span {
  display: none;
}
.ImageCropper__crop-settings__VU_12 {
  margin: 17px 0 0 -7px;
}
.ImageCropper__crop-settings-icon__rqAr8 {
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  background-color: white;
  color: #46ab9d;
  border-color: #4eb7a8;
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;
  cursor: pointer;
}
.ImageCropper__crop-settings-icon__rqAr8:hover:not(:disabled) {
  background-color: #dff2ef;
}
.ImageCropper__crop-settings-icon__rqAr8 > svg {
  width: 12px;
  height: 12px;
  fill: #4eb7a8;
}
.ImageCropper__crop-settings__VU_12 input[type='text'] {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  width: 84px;
  padding: 6px 10px;
}
.ImageCropper__crop-settings__VU_12 input[type='text']:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.ImageCropper__crop-settings__VU_12 input[type='text']:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.ImageCropper__crop-settings__VU_12 input[type='text']::placeholder {
  color: #a4a4a4;
}
.ImageCropper__crop-settings__VU_12 input[type='text']::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio']:checked + label .ImageCropper__crop-settings-icon__rqAr8 {
  box-shadow: inset 0 1px 12px lightgray;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio']:first-of-type + label {
  padding-left: 10px;
  border-left: 1px solid #d9d8c3;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio'].ImageCropper__active__oFVoS + label .ImageCropper__crop-settings-icon__rqAr8,
.ImageCropper__crop-settings__VU_12 button.ImageCropper__active__oFVoS + label .ImageCropper__crop-settings-icon__rqAr8 {
  box-shadow: inset 0 1px 12px lightgray;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio'] + label,
.ImageCropper__crop-settings__VU_12 button + label {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio'] + label .ImageCropper__crop-settings-label__ldOEL,
.ImageCropper__crop-settings__VU_12 button + label .ImageCropper__crop-settings-label__ldOEL {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio'] + label .ImageCropper__crop-settings-label__ldOEL [class*='Tooltip__tooltip-content'],
.ImageCropper__crop-settings__VU_12 button + label .ImageCropper__crop-settings-label__ldOEL [class*='Tooltip__tooltip-content'] {
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio'] + label .ImageCropper__crop-settings-label__ldOEL [class*='Tooltip__tooltip-icon-button'],
.ImageCropper__crop-settings__VU_12 button + label .ImageCropper__crop-settings-label__ldOEL [class*='Tooltip__tooltip-icon-button'] {
  position: relative;
}
.ImageCropper__crop-settings__VU_12 input[name$='aspectRatio'] + label .ImageCropper__crop-settings-label__ldOEL [class*='Tooltip__tooltip-icon-button']::after,
.ImageCropper__crop-settings__VU_12 button + label .ImageCropper__crop-settings-label__ldOEL [class*='Tooltip__tooltip-icon-button']::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 24 24%27 data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%233e3e3e%27%3E%3Cpath d=%27m11.322 2.923c.126-.259.39-.423.678-.423.289 0 .552.164.678.423.974 1.998 2.65 5.44 2.65 5.44s3.811.524 6.022.829c.403.055.65.396.65.747 0 .19-.072.383-.231.536-1.61 1.538-4.382 4.191-4.382 4.191s.677 3.767 1.069 5.952c.083.462-.275.882-.742.882-.122 0-.244-.029-.355-.089-1.968-1.048-5.359-2.851-5.359-2.851s-3.391 1.803-5.359 2.851c-.111.06-.234.089-.356.089-.465 0-.825-.421-.741-.882.393-2.185 1.07-5.952 1.07-5.952s-2.773-2.653-4.382-4.191c-.16-.153-.232-.346-.232-.535 0-.352.249-.694.651-.748 2.211-.305 6.021-.829 6.021-.829s1.677-3.442 2.65-5.44z%27/%3E%3C/svg%3E");
  margin-left: 2px;
  width: 12px;
  height: 12px;
  top: 1px;
}
.ImageCropper__crop-settings__VU_12 label[for='image-crop-aspectRatio-free'] {
  padding-left: 10px;
  border-left: 1px solid #d9d8c3;
}
.ImageCropper__crop-settings__VU_12 label[for='image-crop-aspectRatio-free'] svg {
  width: 14px;
  height: 14px;
}
.ImageCropper__crop-settings-auto-adjust__O2hch {
  padding: 0 10px;
  position: relative;
  top: -23px;
  cursor: pointer;
}
.ImageCropper__crop-settings-auto-adjust__O2hch > svg {
  width: 16px;
  height: 16px;
  fill: #3e3e3e;
}
.ImageCropper__crop-settings-auto-adjust__O2hch[aria-checked='true'] > svg {
  fill: #4eb7a8;
}
.ImageCropper__crop-settings-free-ratio__yMX3a {
  display: inline-block;
}
.ImageCropper__crop-settings-free-ratio-disabled__edKku {
  opacity: 0.4;
  pointer-events: none;
}
.ImageCropper__crop-settings-free-ratio__yMX3a label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8em;
}
.ImageCropper__crop-settings-free-ratio__yMX3a label input {
  min-height: auto;
}

.sortable-chosen {
  cursor: grabbing !important;
}
.ImageGallery__container__CgW8h {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  text-align: center;
}
.ImageGallery__thumb__MfxiZ {
  height: 150px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .ImageGallery__thumb__MfxiZ {
    height: 130px;
  }
}
.ImageGallery__display-view__vTj4M {
  display: none;
}
@media only screen and (min-width: 75em) {
  .ImageGallery__display-view__vTj4M {
    display: block;
  }
}
.ImageGallery__main-image-container__MfvSz {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.ImageGallery__main-image__ZufgG {
  height: auto;
  max-height: 500px;
  max-width: 100%;
}
.ImageGallery__main-dropzone-container__vxHd1 {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}
.ImageGallery__main-dropzone__aD66_ {
  padding: 10% 30%;
  cursor: pointer;
}
.ImageGallery__main-dropzone__aD66_ svg {
  height: auto;
  width: 100%;
}
.ImageGallery__main-dropzone__aD66_ svg > path {
  fill: #efeee5;
}
.ImageGallery__empty-list-placeholder__US1mJ {
  height: 150px;
  width: 170px;
  margin-left: -10px;
  margin-right: -160px;
  position: relative;
  z-index: 1;
}
.ImageGallery__thumb-list__uKxE4 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 5px;
}
.ImageGallery__thumb-list-sortable__JP3SC {
  display: contents;
}
.ImageGallery__thumb-list-sortable__JP3SC > li:hover {
  cursor: grab;
}
.ImageGallery__thumb-list-item__DPtgu {
  padding-bottom: 15px;
}
.ImageGallery__thumb-list-item__DPtgu:last-child {
  padding-bottom: 0;
}
.ImageGallery__thumb-list-item-label__eIAjc {
  color: gray;
  font-weight: bold;
  font-size: 13px;
}
.ImageGallery__thumb-item___Mwd3 {
  list-style: none;
  margin: 0;
  padding: 0 10px 20px;
  width: 50%;
}
@media only screen and (min-width: 48em) {
  .ImageGallery__thumb-item___Mwd3 {
    width: 25%;
  }
}
@media only screen and (min-width: 62em) {
  .ImageGallery__thumb-item___Mwd3 {
    width: 25%;
  }
}
@media only screen and (min-width: 75em) {
  .ImageGallery__thumb-item___Mwd3 {
    width: 20%;
  }
}
@media only screen and (min-width: 112.5em) {
  .ImageGallery__thumb-item___Mwd3 {
    width: 12.5%;
  }
}
.ImageGallery__thumb-item-video__hfzM5 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .ImageGallery__thumb-item-video__hfzM5 {
    width: 75%;
  }
}
@media only screen and (min-width: 62em) {
  .ImageGallery__thumb-item-video__hfzM5 {
    width: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .ImageGallery__thumb-item-video__hfzM5 {
    width: 40%;
  }
}
@media only screen and (min-width: 112.5em) {
  .ImageGallery__thumb-item-video__hfzM5 {
    width: 37.5%;
  }
}
.ImageGallery__thumb-image-container__N5VhE {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: white;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .ImageGallery__thumb-image-container__N5VhE {
    height: 130px;
  }
}
.ImageGallery__thumb-image-container__N5VhE.ImageGallery__active__EV2L6 {
  border: 2px solid #4eb7a8;
}
.ImageGallery__thumb-image__tWxEe {
  max-width: 100%;
  max-height: 100%;
}
.ImageGallery__thumb-image-buttons__qTqFO {
  position: absolute;
  top: 7px;
  right: 7px;
  text-align: center;
  font-weight: bold;
  line-height: 0;
  display: flex;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
.ImageGallery__thumb-image-buttons__qTqFO > button {
  padding: 3px;
}
.ImageGallery__thumb-image-buttons__qTqFO > button:not(:last-child) {
  margin-right: 3px;
}
.ImageGallery__thumb-image-buttons-crop__ueSl8 {
  padding-right: 3px;
}
.ImageGallery__thumb-image-buttons-crop__ueSl8 svg {
  width: 18px;
  height: 18px;
}
.ImageGallery__thumb-image-buttons-delete___CHQ1 {
  align-items: center;
}
.ImageGallery__thumb-image-buttons-delete___CHQ1 svg {
  width: 14px;
  height: 14px;
}
@media (pointer: coarse) {
  .ImageGallery__thumb-image-buttons-crop__ueSl8 {
    padding-right: 9px;
  }
  .ImageGallery__thumb-image-buttons-crop__ueSl8 svg {
    width: 20px;
    height: 20px;
  }
  .ImageGallery__thumb-image-buttons-delete___CHQ1 {
    padding-left: 9px;
  }
  .ImageGallery__thumb-image-buttons-delete___CHQ1 svg {
    width: 20px;
    height: 20px;
  }
}
.ImageGallery__thumb-image-drag-area__wqu4v {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ImageGallery__thumb-image-drag-area-disabled__H2L4U {
  cursor: default;
}
.ImageGallery__thumb-dropzone-container___YZ73 {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  text-align: center;
  height: 150px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .ImageGallery__thumb-dropzone-container___YZ73 {
    height: 130px;
  }
}
.ImageGallery__thumb-image-placeholder__KsB4G {
  flex-direction: column;
  padding: 10% 10px;
}
.ImageGallery__thumb-image-placeholder__KsB4G > svg {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 5px;
  max-height: 60%;
}
.ImageGallery__thumb-image-placeholder__KsB4G > svg > path {
  fill: #efeee5;
}
.ImageGallery__thumb-image-placeholder__KsB4G > div {
  line-height: initial;
  font-weight: bold;
  color: #d9d8c3;
}
.ImageGallery__thumb-collection__JxSxV,
.ImageGallery__thumb-dropzone__hgVZN {
  width: 100%;
  height: 100%;
  border-width: 0;
  border-color: transparent;
  border-style: none;
  border-radius: 0;
  padding: 10% 10px 15%;
  line-height: 0;
  cursor: pointer;
}
.ImageGallery__thumb-collection__JxSxV svg,
.ImageGallery__thumb-dropzone__hgVZN svg {
  height: auto;
}
.ImageGallery__thumb-collection__JxSxV svg > path,
.ImageGallery__thumb-dropzone__hgVZN svg > path {
  fill: #efeee5;
}
.ImageGallery__thumb-collection__JxSxV button,
.ImageGallery__thumb-dropzone__hgVZN button,
.ImageGallery__thumb-collection__JxSxV span,
.ImageGallery__thumb-dropzone__hgVZN span {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.ImageGallery__thumb-dropzone__hgVZN svg {
  max-height: 70%;
  width: 70%;
  margin-bottom: 4%;
}
.ImageGallery__thumb-dropzone__hgVZN button {
  bottom: 20px;
}
.ImageGallery__video-item__qq6kT {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media only screen and (min-width: 48em) and (max-width: 61.9375em) {
  .ImageGallery__video-item__qq6kT {
    height: 130px;
  }
}
.ImageGallery__video-item-preview__E06Ox {
  flex-basis: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.ImageGallery__video-item-preview__E06Ox::before {
  content: '';
  width: 100%;
  height: 100%;
}
.ImageGallery__video-item-preview__E06Ox svg {
  width: 60px;
  height: 60px;
  position: absolute;
}
.ImageGallery__video-item-preview__E06Ox svg > path {
  fill: #efeee5;
}
.ImageGallery__video-item-preview-with-thumbnail__XKN4k::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.ImageGallery__video-item-preview-with-thumbnail__XKN4k svg > path {
  fill: white;
  opacity: 0.7;
}
.ImageGallery__video-item-input-container__g0Bq5 {
  flex-basis: 65%;
  padding-left: 10px;
  text-align: left;
}
.ImageGallery__toggle-wrapper__Q_SKA {
  display: flex;
}
.ImageGallery__toggled-area-wrapper__EquK3 {
  border: 1px solid #d9d8c3;
  padding: 10px;
}
.ImageGallery__info__kaC_1 {
  margin-bottom: 15px;
}

.ImageSizeRecommendation__hint__yrQLn {
  color: gray;
  font-size: 13px;
}

.InputWithAction__container__WY7uP {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 6px 8px;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  font-size: 14px;
  /* stylelint-disable */
  padding: 0;
  display: flex;
}
.InputWithAction__container__WY7uP:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.InputWithAction__container__WY7uP:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.InputWithAction__container__WY7uP::placeholder {
  color: #a4a4a4;
}
.InputWithAction__container__WY7uP::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.InputWithAction__container__WY7uP:focus-within {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.InputWithAction__container__WY7uP:focus-within > .InputWithAction__button__EhXOa {
  border-left: 1px solid #4eb7a8;
}
.InputWithAction__container-disabled__jWjb6 {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.InputWithAction__container__WY7uP > input {
  border: none;
}
.InputWithAction__container__WY7uP > input:focus {
  border: none;
}
.InputWithAction__container__WY7uP > input + select {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left-width: 1px;
}
.InputWithAction__container__WY7uP > input + select:focus {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #d9d8c3;
  box-shadow: unset;
}
.InputWithAction__apply-button__MukA8 {
  border-left: 1px solid #d9d8c3;
  padding: 7px;
  transition: background-color 0.125s ease-in;
}
.InputWithAction__apply-button__MukA8:hover:not(:disabled) {
  background-color: #e8f3f2;
}
.InputWithAction__apply-button__MukA8:disabled svg > path {
  fill: #a3a189;
}

.Layout__container__t5zah {
  display: flex;
}
.Layout__container__t5zah [class*='FilterOverlay__container'] {
  height: calc(100vh - var(--trialBanner-height));
  margin-top: var(--trialBanner-height);
}
.Layout__container__t5zah [class*='OrderExportPage__wrapper'] {
  height: calc(100vh - var(--trialBanner-height));
  margin-top: var(--trialBanner-height);
}
.Layout__sidebar__OLgeg {
  height: calc(100vh - var(--trialBanner-height));
  margin-top: var(--trialBanner-height);
}
.Layout__content__Is64q {
  flex: 1;
  height: calc(100vh - var(--trialBanner-height));
  margin-top: var(--trialBanner-height);
  overflow: auto;
  scroll-behavior: smooth;
}
.Layout__iframe-content__OQDmv {
  display: flex;
  flex-flow: column;
}

.Link__link__e4HmC {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
p .Link__link__e4HmC {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.Link__link__e4HmC svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  flex-shrink: 0;
}
.Link__primary__p9IvY {
  color: #3d9589;
}
.Link__primary__p9IvY:hover {
  color: #2e7167;
}
.Link__primary__p9IvY:hover svg > path {
  fill: #2e7167;
}
.Link__primary__p9IvY svg > path {
  fill: #3d9589;
}
.Link__secondary__b0TfY {
  color: #706e4d;
}
.Link__secondary__b0TfY:hover {
  color: #525038;
}
.Link__secondary__b0TfY:hover svg > path {
  fill: #525038;
}
.Link__secondary__b0TfY svg > path {
  fill: #706e4d;
}
.Link__external-primary__dZ0wH {
}
.Link__external-primary__dZ0wH:hover {
  color: #2e7167;
}
.Link__external-primary__dZ0wH:hover svg > path {
  fill: #2e7167;
}
.Link__external-primary__dZ0wH svg {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0;
  margin-left: 0.35em;
}
.Link__external-primary__dZ0wH svg > path {
  fill: #3d9589;
}
.Link__external-secondary__yYBV3 {
  color: #706e4d;
}
.Link__external-secondary__yYBV3:hover {
  color: #525038;
}
.Link__external-secondary__yYBV3:hover svg > path {
  fill: #525038;
}
.Link__external-secondary__yYBV3 svg {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0;
  margin-left: 0.35em;
}
.Link__external-secondary__yYBV3 svg > path {
  fill: #706e4d;
}
.Link__disabled__YH0dw {
  pointer-events: none;
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
}
.Link__disabled__YH0dw svg {
  filter: drop-shadow(1px 1px 0 #ffffff);
}
.Link__disabled__YH0dw svg > path {
  fill: #909090;
}
.Link__button-primary__rmPqB {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  border: 0;
  border-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: calc(8px - 2px / 2) 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
  background-color: #4eb7a8;
  color: white;
  border-bottom-color: #3d9589;
}
.Link__button-primary__rmPqB svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.Link__button-primary__rmPqB svg + * {
  margin-left: 3px;
  text-align: left;
}
.Link__button-primary__rmPqB:not(:disabled) {
  cursor: pointer;
}
.Link__button-primary__rmPqB:hover:not(:disabled) {
  background-color: #3d9589;
  color: white;
}
.Link__button-copilot__O55uU {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  border: 0;
  border-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: calc(8px - 2px / 2) 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
  background-image: linear-gradient(90deg, oklch(from #4eb7a8 calc(l - 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l + 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l - 0.1) c h));
  color: white;
  border-bottom-color: #4eb7a8;
  background-size: 200% auto;
  transition: background-position 0.3s ease;
  position: relative;
  padding-left: 33px;
}
.Link__button-copilot__O55uU svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.Link__button-copilot__O55uU svg + * {
  margin-left: 3px;
  text-align: left;
}
.Link__button-copilot__O55uU:not(:disabled) {
  cursor: pointer;
}
.Link__button-copilot__O55uU:hover:not(:disabled) {
  background-position: 100%;
  color: white;
}
.Link__button-copilot__O55uU svg {
  margin-right: 6px;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  position: absolute;
  left: 10px;
  top: 6px;
}
.Link__button-copilot__O55uU svg > path {
  fill: white;
}
.Link__button-secondary__wCOyp {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  border: 0;
  border-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: calc(8px - 2px / 2) 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
  background-color: #999999;
  color: white;
  border-bottom-color: #808080;
}
.Link__button-secondary__wCOyp svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.Link__button-secondary__wCOyp svg + * {
  margin-left: 3px;
  text-align: left;
}
.Link__button-secondary__wCOyp:not(:disabled) {
  cursor: pointer;
}
.Link__button-secondary__wCOyp:hover:not(:disabled) {
  background-color: #808080;
  color: white;
}

.ManageVariationModal__variation-name__gC6lV {
  margin-bottom: 10px;
}
.ManageVariationModal__variation-attribute__hNDvq {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  background: white;
  -webkit-user-select: none;
          user-select: none;
}
.ManageVariationModal__variation-attribute-floating__jdfdf {
  z-index: 10;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.ManageVariationModal__move-handle-column__kJ6Qs {
  width: 24px;
  margin-top: 28px;
  margin-right: 5px;
  margin-left: -5px;
  pointer-events: auto !important;
  cursor: grab;
}
.ManageVariationModal__variation-attribute-floating__jdfdf .ManageVariationModal__move-handle-column__kJ6Qs {
  cursor: grabbing;
}
.ManageVariationModal__move-handle-column__kJ6Qs svg path {
  fill: #aeaa7e;
}
.ManageVariationModal__attribute__XiMP4 {
  margin-right: 20px;
}
.ManageVariationModal__attribute__XiMP4 input {
  min-height: 38px;
}
.ManageVariationModal__values__l_wAP {
  flex-basis: 70%;
}
.ManageVariationModal__delete-button__S1t9P {
  cursor: pointer;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 32px;
  fill: #706e4d;
  margin-left: 20px;
}
.ManageVariationModal__delete-button-disabled__Ulafr {
  cursor: inherit;
  fill: #d0d0d0;
}
.ManageVariationModal__add-button__51kPy svg {
  width: 12px;
  height: 12px;
}
.ManageVariationModal__status__SKrDP {
  font-size: 85%;
  color: #8b8b8b;
  text-align: right;
  line-height: 1;
}
.ManageVariationModal__status-warning__F2LqF {
  color: #f3b547;
}
.ManageVariationModal__status-error__Pudd3 {
  color: #da3c3c;
}
.ManageVariationModal__amount__TUKhc {
  margin-right: 5px;
}



.Modal__container__f8TRd {
  width: 100%;
  max-width: 650px;
  max-height: 90vh;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  overflow: auto;
}
.Modal__container__f8TRd,
.Modal__container__f8TRd > *:not(.Modal__close-button__QJUhh),
.Modal__container__f8TRd .Modal__main-container__BLS73 {
  display: flex;
  flex-flow: column;
  min-height: 0;
}
.Modal__container__f8TRd .Modal__header__mWYrS,
.Modal__container__f8TRd .Modal__footer__GQAo7 {
  flex-shrink: 0;
}
.Modal__container-wide__a9hdn {
  max-width: 870px;
}
.Modal__container-slim__oYiBk {
  max-width: 540px;
}
.Modal__header__mWYrS {
  margin-bottom: 30px;
}
.Modal__header__mWYrS .Modal__headline__LAx8K {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  color: #3e3e3e;
}
.Modal__main-container__BLS73 {
  margin-right: -16px;
  margin-left: -16px;
}
.Modal__main-container__BLS73 .Modal__main__loAxt {
  padding-right: 16px;
  padding-left: 16px;
}
.Modal__main-container__BLS73 .Modal__main__loAxt .Modal__confirm-toggle__idR8t {
  margin-top: 15px;
}
.Modal__main__loAxt {
  padding-bottom: 1px;
  overflow: auto;
}
.Modal__close-button__QJUhh {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: content-box;
  padding: 20px 20px 10px 10px;
  width: 14px;
  height: 14px;
}
.Modal__close-button__QJUhh path {
  fill: #8b8b8b;
}
.Modal__close-button__QJUhh path:hover {
  fill: #717171;
}
.Modal__close-button__QJUhh:hover {
  cursor: pointer;
}
@keyframes Modal__dropInAnimation__CSFbq {
  from {
    opacity: 0;
    top: 40%;
  }
  to {
    opacity: 1;
    left: 50%;
    top: 50%;
  }
}
@keyframes Modal__pullOutAnimation__ovEe7 {
  from {
    opacity: 1;
    left: 50%;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 40%;
  }
}
@keyframes Modal__enterLeftAnimation__E4yMZ {
  from {
    opacity: 0;
    left: 40%;
  }
  to {
    opacity: 1;
    left: 50%;
    top: 50%;
  }
}
@keyframes Modal__leaveLeftAnimation__OzyO8 {
  from {
    opacity: 1;
    left: 50%;
    top: 50%;
  }
  to {
    opacity: 0;
    left: 40%;
  }
}
@keyframes Modal__enterRightAnimation__b6_lE {
  from {
    opacity: 0;
    left: 60%;
  }
  to {
    opacity: 1;
    left: 50%;
    top: 50%;
  }
}
@keyframes Modal__leaveRightAnimation__oG1xg {
  from {
    opacity: 1;
    left: 50%;
    top: 50%;
  }
  to {
    opacity: 0;
    left: 60%;
  }
}
@keyframes Modal__fadeInAnimation__UVwKq {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* .Modal__drop-in__pg1sv {
  animation-name: Modal__dropInAnimation__CSFbq;
}
* .Modal__pull-out__qYaHS {
  animation-name: Modal__pullOutAnimation__ovEe7;
}
* .Modal__enter-left__Ta9U_ {
  animation-name: Modal__enterLeftAnimation__E4yMZ;
}
* .Modal__leave-left__jvNGC {
  animation-name: Modal__leaveLeftAnimation__OzyO8;
}
* .Modal__enter-right__YN3K1 {
  animation-name: Modal__enterRightAnimation__b6_lE;
}
* .Modal__leave-right__vxkGL {
  animation-name: Modal__leaveRightAnimation__oG1xg;
}
* .Modal__fade-in__s0HCk {
  animation-name: Modal__fadeInAnimation__UVwKq;
}
* .Modal__fade-out__D9HNN {
  opacity: 0;
  transition-property: all;
}
* .Modal__enter-left__Ta9U_,
* .Modal__enter-right__YN3K1,
* .Modal__fade-in__s0HCk,
* .Modal__drop-in__pg1sv {
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-out;
}
* .Modal__leave-left__jvNGC,
* .Modal__leave-right__vxkGL,
* .Modal__fade-out__D9HNN,
* .Modal__pull-out__qYaHS {
  animation-duration: var(--animation-duration);
  transition-duration: var(--animation-duration);
  animation-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.Modal__center__u81UV {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Modal__overlay__uT7mj {
  position: fixed;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}

.ModalButtonBar__wrapper__nEUHc {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.ModalButtonBar__full-space__V4SGH {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  max-height: 30px;
  padding: 0 25px;
}

.Notification__container__THWk0 {
  max-width: 90vw;
  max-height: 400px;
  transition: max-height 0.4s ease-out;
}
.Notification__container-hide__lv26D {
  overflow: hidden;
  max-height: 0;
}
.Notification__danger__IJoud,
.Notification__success__Iew0d,
.Notification__info__jCbKL,
.Notification__warning__BHwLb {
  display: flex;
  border-radius: 4px;
  background-color: white;
  color: gray;
}
.Notification__default__gyUPj.Notification__danger__IJoud {
  border: 1px solid #da3c3c;
}
.Notification__default__gyUPj.Notification__success__Iew0d {
  border: 1px solid #97c344;
}
.Notification__default__gyUPj.Notification__warning__BHwLb {
  border: 1px solid #f3b547;
}
.Notification__default__gyUPj.Notification__info__jCbKL {
  border: 1px solid #999999;
}
.Notification__toast__AoYID {
  margin-bottom: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.Notification__toast__AoYID .Notification__icon__s_AUA {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Notification__icon__s_AUA {
  display: flex;
  padding: 11px 8px;
}
.Notification__danger__IJoud .Notification__icon__s_AUA {
  background-color: #da3c3c;
}
.Notification__success__Iew0d .Notification__icon__s_AUA {
  background-color: #97c344;
}
.Notification__warning__BHwLb .Notification__icon__s_AUA {
  background-color: #f3b547;
}
.Notification__info__jCbKL .Notification__icon__s_AUA {
  background-color: #999999;
}
.Notification__icon__s_AUA svg {
  width: 18px;
  height: 18px;
}
.Notification__icon__s_AUA svg path {
  fill: white;
}
@media (min-width: 62em) {
  .Notification__main__kINmF {
    display: flex;
    flex-grow: 1;
  }
}
.Notification__message__af5KU,
.Notification__close__ZHjm8 {
  padding: 10px 15px;
}
.Notification__message__af5KU {
  flex-grow: 1;
}
.Notification__message__af5KU a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.Notification__links__JyIGz {
  flex-shrink: 0;
  padding: 10px 15px 10px 25px;
}
.Notification__links__JyIGz > :not(:first-child)::before {
  display: inline-block;
  padding: 0 8px;
  content: ' | ';
  color: gray;
}
.Notification__links__JyIGz button {
  align-items: unset;
}
.Notification__close__ZHjm8 {
  width: 40px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.Notification__close-icon__i1cEo {
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
}
.Notification__close-icon__i1cEo > path {
  fill: gray;
}

.Pager__sticky-container__WYfqo {
  bottom: 20px;
  margin-bottom: -15px;
  padding-top: 15px;
  text-align: center;
  pointer-events: none;
  border-top: 1px solid #e9e8dc;
}
.Pager__sticky-container__WYfqo > .Pager__pager__WkRhF {
  pointer-events: auto;
}
.Pager__sticky-container__WYfqo.Pager__is-stuck__m4_iP {
  border-color: transparent;
}
.Pager__pager__WkRhF {
  display: inline-flex;
  padding: 5px 15px 5px 5px;
  border-radius: 3px;
  background: white;
}
.Pager__is-stuck__m4_iP .Pager__pager__WkRhF {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .Pager__is-stuck__m4_iP .Pager__pager__WkRhF {
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
  }
  .Pager__is-stuck__m4_iP .Pager__pager__WkRhF:hover {
    opacity: 1;
    transition-duration: 0.2s;
  }
}
.Pager__pagination__ZpYMW {
  display: inline-block;
  position: relative;
  color: #3e3e3e;
}
.Pager__pagination-button__R5dgd {
  display: inline-block;
  width: 35px;
  padding: 5px 0;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: border-color 0.125s ease-in, background-color 0.125s ease-in;
}
.Pager__pagination-button-active__pqmRs {
  font-weight: bold;
}
.Pager__pagination-button-enabled__pnUls {
  cursor: pointer;
}
.Pager__pagination-button-enabled__pnUls:hover {
  font-weight: bold;
}
.Pager__pagination-button-disabled__wol_i {
  color: #8b8b8b;
}
.Pager__items-per-page-selector__XHBGg {
  outline: none;
  border: none;
  border-radius: 3px;
  padding-right: 6px;
  color: #3e3e3e;
  background-color: transparent;
  cursor: pointer;
}
.Pager__items-per-page-selector__XHBGg:disabled {
  color: #8b8b8b;
  cursor: default;
}

.PaywallModal__modal__cpwe6 {
  max-width: 450px;
}
.PaywallModal__description__dFcFz {
  margin-bottom: 20px;
}
.PaywallModal__teaser__HBARz {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #dfdecc;
  padding: 15px;
}
.PaywallModal__teaser-logo__mKD6L {
  background-color: #12212c;
  padding: 20px 15px 10px;
}
.PaywallModal__teaser-logo__mKD6L svg {
  max-width: 40%;
}
.PaywallModal__teaser-subscription__wmfd4 {
  pointer-events: none;
}
.PaywallModal__teaser-content__vIhON {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PaywallModal__teaser-content__vIhON h1,
.PaywallModal__teaser-content__vIhON h2,
.PaywallModal__teaser-content__vIhON h3,
.PaywallModal__teaser-content__vIhON h4,
.PaywallModal__teaser-content__vIhON h5,
.PaywallModal__teaser-content__vIhON h6 {
  margin: 10px 0;
  padding: 0;
}
.PaywallModal__teaser-content__vIhON h1:first-child,
.PaywallModal__teaser-content__vIhON h2:first-child,
.PaywallModal__teaser-content__vIhON h3:first-child,
.PaywallModal__teaser-content__vIhON h4:first-child,
.PaywallModal__teaser-content__vIhON h5:first-child,
.PaywallModal__teaser-content__vIhON h6:first-child {
  margin-top: 0;
}
.PaywallModal__teaser-cta__BXmcA {
  display: block;
  text-align: center;
}
.PaywallModal__footer-hint__jqsw2 {
  font-size: 12px;
  margin-top: 20px;
  color: gray;
}
.PaywallModal__footer-hint__jqsw2 button {
  display: inline;
}

.Popover__popover-content__iElaL {
  border-radius: 3px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
  background-color: white;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  z-index: 1;
  line-height: 1.5;
  font-weight: 400;
}
.Popover__popover-content__iElaL:focus-visible {
  outline: none;
}
.Popover__popover-content__iElaL[data-state='open'] {
  animation-duration: 0.3s;
}
.Popover__popover-content__iElaL[data-state='open'][data-side='top'] {
  animation-name: Popover__slideDownAndFade__P6Z56;
}
.Popover__popover-content__iElaL[data-state='open'][data-side='right'] {
  animation-name: Popover__slideLeftAndFade__i7RWd;
}
.Popover__popover-content__iElaL[data-state='open'][data-side='bottom'] {
  animation-name: Popover__slideUpAndFade__mqU3Q;
}
.Popover__popover-content__iElaL[data-state='open'][data-side='left'] {
  animation-name: Popover__slideRightAndFade__mizII;
}
.Popover__popover-arrow__bk8XV {
  fill: white;
  width: 16px;
  height: 8px;
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Popover__slideUpAndFade__mqU3Q {
  from {
    opacity: 0;
    transform: translate(0, 2px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Popover__slideRightAndFade__mizII {
  from {
    opacity: 0;
    transform: translate(-2px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Popover__slideDownAndFade__P6Z56 {
  from {
    opacity: 0;
    transform: translate(0, -2px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Popover__slideLeftAndFade__i7RWd {
  from {
    opacity: 0;
    transform: translate(2px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.PricePreview__label__JKMhp {
  color: gray;
  font-weight: bold;
  font-size: 13px;
}
.PricePreview__discounted-price__j9t6u {
  display: flex;
  height: 33px;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
td .PricePreview__discounted-price__j9t6u {
  height: 100%;
}
.PricePreview__percentage__rAiWu {
  background-color: #f3f2ec;
  padding: 2px 6px;
  margin-left: 10px;
  border-radius: 3px;
}

.ProgressTimeline__container__W3q8p {
  background-color: #f1f0e9;
  padding: 25px;
}
.ProgressTimeline__title__bRCTZ {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
}
.ProgressTimeline__items__QAcYs {
  width: 100%;
  margin-left: -2px;
}
.ProgressTimeline__items__QAcYs tr:last-child td {
  padding-bottom: 0;
}
.ProgressTimeline__items__QAcYs tr:last-child td::after {
  height: 0;
}
.ProgressTimeline__items__QAcYs td {
  vertical-align: top;
  padding-bottom: 20px;
  position: relative;
}
.ProgressTimeline__headline__KSW6j {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
.ProgressTimeline__state-column__MLzYp {
  width: 45px;
  text-align: center;
  top: 14px;
}
.ProgressTimeline__state-column__MLzYp::after {
  content: ' ';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 7px;
  background-color: silver;
}
.ProgressTimeline__state__dRIHj {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: silver;
  line-height: 19px;
}
.ProgressTimeline__active-icon-state__xp9Ak {
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  background-color: #808080;
  line-height: 19px;
  margin-top: 3px;
  z-index: 2;
}
.ProgressTimeline__active-icon__buF5E,
.ProgressTimeline__check-icon__CSZZM,
.ProgressTimeline__warning-icon__uPeAk {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  margin-left: -10px;
  z-index: 1;
}
.ProgressTimeline__active-icon__buF5E {
  background-color: #f1f0e9;
}
.ProgressTimeline__active-icon__buF5E path {
  fill: #808080;
}
.ProgressTimeline__check-icon__CSZZM {
  background-color: #97c344;
  padding: 5px;
}
.ProgressTimeline__check-icon__CSZZM path {
  fill: white;
}
.ProgressTimeline__warning-icon__uPeAk {
  background-color: white;
}
.ProgressTimeline__warning-icon__uPeAk path {
  fill: #f3b547;
}

.RawJson__root__JND74 {
  font-family: monospace;
  white-space: pre;
  overflow: auto;
  border: 1px solid silver;
  border-radius: 3px;
  padding: 10px;
}

.LinkTooltip__container__X5PSR {
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background: #f3f2ec;
  box-shadow: 0 1px 4px rgba(153, 149, 96, 0.5);
  border-radius: 3px;
  border: 1px solid #cbc9ad;
}
.LinkTooltip__container__X5PSR input,
.LinkTooltip__container__X5PSR button {
  background-color: transparent;
  border: 0;
}
.LinkTooltip__container__X5PSR input:focus,
.LinkTooltip__container__X5PSR button:focus {
  outline: none;
}
.LinkTooltip__container__X5PSR input {
  width: 20em;
  color: #706e4d;
}
.LinkTooltip__container__X5PSR input[type='text'] {
  /* stylelint-disable */
}
.LinkTooltip__container__X5PSR input[type='text']::placeholder {
  color: #a4a4a4;
}
.LinkTooltip__container__X5PSR input[type='text']::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.LinkTooltip__container__X5PSR button {
  width: 42px;
  height: 42px;
  z-index: 1;
  cursor: pointer;
}
.LinkTooltip__container__X5PSR button:hover {
  background-color: #e9e8dc;
}
.LinkTooltip__container__X5PSR button:nth-of-type(1) {
  margin-left: 10px;
}
.LinkTooltip__container__X5PSR button svg {
  height: 14px;
  vertical-align: middle;
}
.LinkTooltip__container__X5PSR button svg > path {
  fill: #7a764c;
}
.LinkTooltip__arrow__m7LG9 {
  position: absolute;
}
.LinkTooltip__arrow__m7LG9::after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #f3f2ec;
  transform: rotate(135deg);
}
[data-placement^='top'] .LinkTooltip__arrow__m7LG9 {
  bottom: -9px;
}
[data-placement^='top'] .LinkTooltip__arrow__m7LG9::after {
  box-shadow: 1px -1px 0 #cbc9ad;
}
[data-placement^='bottom'] .LinkTooltip__arrow__m7LG9 {
  top: -10px;
}
[data-placement^='bottom'] .LinkTooltip__arrow__m7LG9::after {
  box-shadow: -1px 1px 0 #cbc9ad;
}
.LinkTooltip__link__OCZnd {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #706e4d;
}
.LinkTooltip__link__OCZnd:hover {
  color: #706e4d;
}

.RichTextEditor__floating-elements-container__EuVP8 {
  position: relative;
  overflow: hidden;
}
.RichTextEditor__hidden__PoEvD {
  visibility: hidden;
}
.RichTextEditor__editor__Kqx7X {
  font-weight: 400;
  color: #3e3e3e;
  background-color: white;
  transition: border-color 0.125s ease-in, box-shadow 0.125s ease-in;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 250px;
  padding: 20px;
  font-size: 14px;
  overflow-y: auto;
  resize: vertical;
}
.RichTextEditor__editor__Kqx7X:focus {
  border: 1px solid #4eb7a8;
  background-color: white;
}
.RichTextEditor__editor__Kqx7X:disabled {
  background-color: #f5f4ef;
  color: #a3a189;
  -webkit-text-fill-color: #a3a189;
  -webkit-opacity: 1;
}
.RichTextEditor__editor__Kqx7X p,
.RichTextEditor__editor__Kqx7X ul,
.RichTextEditor__editor__Kqx7X ol {
  margin-bottom: 10px;
}
.RichTextEditor__editor__Kqx7X table {
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}
.RichTextEditor__editor__Kqx7X table .RichTextEditor__active-colgroup__N8F9m {
  border: 2px solid #4eb7a8;
  opacity: 0.999;
}
.RichTextEditor__editor__Kqx7X table .RichTextEditor__active-colgroup__N8F9m.RichTextEditor__deletion__EQ5N5 {
  border: 2px dashed #da3c3c;
  opacity: 0.999;
}
.RichTextEditor__editor__Kqx7X table.RichTextEditor__deletion__EQ5N5 {
  outline: 2px dashed #da3c3c;
  opacity: 0.999;
}
.RichTextEditor__editor__Kqx7X table tr.RichTextEditor__active-row__MC3KF {
  outline: 2px solid #4eb7a8;
  opacity: 0.999;
}
.RichTextEditor__editor__Kqx7X table tr.RichTextEditor__active-row__MC3KF.RichTextEditor__deletion__EQ5N5 {
  outline: 2px dashed #da3c3c;
  opacity: 0.999;
}
.RichTextEditor__editor__Kqx7X table td,
.RichTextEditor__editor__Kqx7X table th {
  border: 1px solid #d9d8c3;
  min-width: 60px;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: left;
}
.RichTextEditor__editor__Kqx7X table td > :last-child,
.RichTextEditor__editor__Kqx7X table th > :last-child {
  margin-bottom: 0;
}
.RichTextEditor__editor__Kqx7X table td.RichTextEditor__active-cursor-cell__AFazL,
.RichTextEditor__editor__Kqx7X table th.RichTextEditor__active-cursor-cell__AFazL {
  background-color: rgba(78, 183, 168, 0.05);
  opacity: 0.999;
}
.RichTextEditor__editor__Kqx7X table td p,
.RichTextEditor__editor__Kqx7X table th p {
  font-weight: normal;
}
.RichTextEditor__editor__Kqx7X table th {
  background-color: rgba(223, 222, 204, 0.3);
}
.RichTextEditor__table-button__gPSrR > svg {
  width: 10px;
  height: 10px;
}
.RichTextEditor__table-button-add__ux87W {
  display: grid;
  place-items: center;
  background-color: white;
  border: 1px solid #4eb7a8;
  border-radius: 3px;
  padding: 2px;
}
.RichTextEditor__table-button-add__ux87W > svg > path {
  fill: #4eb7a8;
}
.RichTextEditor__table-button-remove__C_tO9 {
  align-self: center;
  border: none;
  background: none;
}
.RichTextEditor__table-button-remove__C_tO9 > svg > path {
  fill: #da3c3c;
}
.RichTextEditor__table-button-wrapper-horizontal__jV9pp,
.RichTextEditor__table-button-wrapper-vertical__ibgLp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.RichTextEditor__table-button-wrapper-horizontal__jV9pp .RichTextEditor__table-button-add__ux87W:first-of-type {
  transform: translateX(-50%);
}
.RichTextEditor__table-button-wrapper-horizontal__jV9pp .RichTextEditor__table-button-add__ux87W:last-of-type {
  transform: translateX(50%);
}
.RichTextEditor__table-button-wrapper-horizontal__jV9pp .RichTextEditor__table-button-remove__C_tO9 {
  padding: 0 0 1px;
}
.RichTextEditor__table-button-wrapper-vertical__ibgLp {
  flex-direction: column;
}
.RichTextEditor__table-button-wrapper-vertical__ibgLp .RichTextEditor__table-button-add__ux87W:first-of-type {
  transform: translateY(-50%);
}
.RichTextEditor__table-button-wrapper-vertical__ibgLp .RichTextEditor__table-button-add__ux87W:last-of-type {
  transform: translateY(50%);
}
.RichTextEditor__table-button-wrapper-vertical__ibgLp .RichTextEditor__table-button-remove__C_tO9 {
  padding: 0 2px 0 0;
}
.RichTextEditor__toolbar__WtvDS {
  display: flex;
  background-color: #f3f2ec;
  border: 1px solid #d9d8c3;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.RichTextEditor__toolbar-button__UDUKC {
  border: 0;
  padding: 0;
  height: 42px;
  width: 42px;
  background-color: #f3f2ec;
  line-height: 0;
  cursor: pointer;
}
.RichTextEditor__toolbar-button__UDUKC:first-child {
  border-top-left-radius: 3px;
}
.RichTextEditor__toolbar-button__UDUKC:disabled {
  cursor: default;
}
.RichTextEditor__toolbar-button__UDUKC:disabled path {
  fill: #c2bf9d;
}
.RichTextEditor__toolbar-button__UDUKC:hover:not(:disabled) {
  background-color: #e9e8dc;
}
.RichTextEditor__toolbar-button__UDUKC:focus {
  outline: none;
}
.RichTextEditor__toolbar-button-active__Lm9BO {
  background-color: #dbdac6;
}
.RichTextEditor__icon__PyU0o > path {
  fill: #7a764c;
}
.RichTextEditor__icon-small__r2cAc {
  width: 12px;
  height: 16px;
}
.RichTextEditor__icon-medium__lSbha {
  width: 16px;
  height: 16px;
}
.RichTextEditor__icon-large__W4Z7R {
  width: 18px;
  height: 18px;
}

.SaveProductButton__button__dCrfP {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  border: 0;
  border-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: calc(8px - 2px / 2) 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}
.SaveProductButton__button__dCrfP svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.SaveProductButton__button__dCrfP svg + * {
  margin-left: 3px;
  text-align: left;
}
.SaveProductButton__button__dCrfP:not(:disabled) {
  cursor: pointer;
}
.SaveProductButton__primary__iTkVg {
  background-color: #4eb7a8;
  color: white;
  border-bottom-color: #3d9589;
}
.SaveProductButton__primary__iTkVg:hover:not(:disabled) {
  background-color: #3d9589;
}
.SaveProductButton__primary__iTkVg svg > path {
  fill: white;
}
.SaveProductButton__primary__iTkVg:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.SaveProductButton__secondary__6axT4 {
  background-color: #999999;
  color: white;
  border-bottom-color: #808080;
}
.SaveProductButton__secondary__6axT4:hover:not(:disabled) {
  background-color: #808080;
}
.SaveProductButton__secondary__6axT4:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.SaveProductButton__danger__lE55S {
  background-color: #da3c3c;
  color: white;
  border-bottom-color: #ae3535;
}
.SaveProductButton__danger__lE55S:hover:not(:disabled) {
  background-color: #ae3535;
}
.SaveProductButton__danger__lE55S:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.SaveProductButton__outline__L_zo8 {
  padding-top: calc(calc(8px - 2px / 2) - 1px);
  padding-bottom: 7px;
  background-color: white;
  color: #46ab9d;
  border-color: #4eb7a8;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
}
.SaveProductButton__outline__L_zo8:hover:not(:disabled) {
  background-color: #dff2ef;
}
.SaveProductButton__outline__L_zo8 svg {
  width: 14px;
  height: 14px;
}
.SaveProductButton__outline__L_zo8 svg > path {
  fill: #46ab9d;
}
.SaveProductButton__outline__L_zo8:disabled {
  border-color: transparent;
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.SaveProductButton__outline__L_zo8:disabled svg {
  filter: drop-shadow(1px 1px 0 #ffffff);
}
.SaveProductButton__outline__L_zo8:disabled svg > path {
  fill: #909090;
}
.SaveProductButton__copilot__DfVWL {
  background-image: linear-gradient(90deg, oklch(from #4eb7a8 calc(l - 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l + 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l - 0.1) c h));
  color: white;
  border-bottom-color: #4eb7a8;
  background-size: 200% auto;
  transition: background-position 0.3s ease;
  position: relative;
  padding-left: 27px;
}
.SaveProductButton__copilot__DfVWL:hover:not(:disabled) {
  background-position: 100%;
  color: white;
}
.SaveProductButton__copilot__DfVWL svg {
  margin-right: 6px;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  position: absolute;
  left: 10px;
  top: 6px;
}
.SaveProductButton__copilot__DfVWL svg > path {
  fill: white;
}
.SaveProductButton__copilot__DfVWL:disabled {
  background-image: none;
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.SaveProductButton__small__RsjbX {
  padding: 6px 6px 5px;
  font-size: 12px;
}
.SaveProductButton__link__yCPtw {
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  color: #706e4d;
  display: inline-flex;
}
.SaveProductButton__link__yCPtw:not(:disabled) {
  cursor: pointer;
}
.SaveProductButton__link__yCPtw svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.SaveProductButton__link__yCPtw svg + * {
  margin-left: 6px;
  text-align: left;
}
.SaveProductButton__link__yCPtw:disabled svg > path {
  fill: #a3a189;
}
.SaveProductButton__link__yCPtw:disabled span {
  color: #a3a189;
}
.SaveProductButton__link__yCPtw:disabled:hover svg > path {
  fill: #a3a189;
}
.SaveProductButton__link-primary__sWFvN {
  color: #3d9589;
  line-height: 1;
}
.SaveProductButton__link-primary__sWFvN:hover {
  color: #2e7167;
}
.SaveProductButton__link-primary__sWFvN:hover svg > path {
  fill: #2e7167;
}
.SaveProductButton__link-primary__sWFvN svg > path {
  fill: #3d9589;
}
.SaveProductButton__link-secondary__Wptfh {
  color: #706e4d;
}
.SaveProductButton__link-secondary__Wptfh:hover {
  color: #525038;
}
.SaveProductButton__link-secondary__Wptfh:hover svg > path {
  fill: #525038;
}
.SaveProductButton__link-secondary__Wptfh svg > path {
  fill: #706e4d;
}
.SaveProductButton__link-danger__df_Ql {
  color: #da3c3c;
}
.SaveProductButton__link-danger__df_Ql:hover {
  color: #bf2424;
}
.SaveProductButton__link-danger__df_Ql:hover svg > path {
  fill: #bf2424;
}
.SaveProductButton__link-danger__df_Ql svg > path {
  fill: #da3c3c;
}
.SaveProductButton__spinner-visible__im1YI {
  position: relative;
  height: 14px;
  width: 21px;
  margin-right: 10px;
}
.SaveProductButton__spinner-visible__im1YI::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  border: solid 3px #aaaaaa;
  border-bottom-color: #909090;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  animation: SaveProductButton__spin__JsG6p 1.5s infinite linear;
  transform-origin: center;
}
.SaveProductButton__spinner-hidden__NZjr4 {
  height: 12px;
}
@keyframes SaveProductButton__spin__JsG6p {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.SaveProductButton__filter__l0QBl {
  padding-right: 20px;
  border-radius: 3px;
}
.SaveProductButton__filter__l0QBl:hover {
  color: #2e7167;
}
.SaveProductButton__active__l6cCf {
  color: #3e3e3e;
  font-weight: bold;
}
.SaveProductButton__active__l6cCf:hover {
  color: #3e3e3e;
  cursor: default;
}
.SaveProductButton__pressed__iJNWr {
  background-color: #dff2ef;
}
.SaveProductButton__split__qMxnv {
  display: flex;
}
.SaveProductButton__split__qMxnv button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.SaveProductButton__split__qMxnv button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.SaveProductButton__split__qMxnv button:disabled:first-child {
  border-right-color: #aaaaaa;
}
.SaveProductButton__no-style__ngmYp {
  border: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
svg.SaveProductButton__arrow__WUoQe {
  padding-left: 5px;
}
.SaveProductButton__action-list__lNqsP {
  list-style: none;
  padding: 0;
}
.SaveProductButton__action-item__YinLW {
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.SaveProductButton__action-item__YinLW:first-of-type {
  border-radius: 3px 3px 0 0;
}
.SaveProductButton__action-item__YinLW:last-of-type {
  border-radius: 0 0 3px 3px;
}
.SaveProductButton__action-item__YinLW:not(:last-of-type) {
  border-bottom: 1px solid #e9e8dc;
}
.SaveProductButton__action-item__YinLW:hover {
  background-color: #e8f3f2;
}
.SaveProductButton__action-item__YinLW svg {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.SaveProductButton__action-item__YinLW svg > path {
  fill: transparent;
}
.SaveProductButton__active__l6cCf {
  font-weight: bold;
}
.SaveProductButton__active__l6cCf svg > path {
  fill: #3e3e3e;
}

.SearchBar__container__m9jqH {
  display: flex;
  align-items: center;
}
.SearchBar__dropdown-wrapper__IrAgk {
  flex-shrink: 0;
}
.SearchBar__dropdown__GIU7N {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
  padding-right: 30px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27%237a764c%27%3E %3Cpath d=%27M24,7L12,19L0,7H24z%27/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px auto;
  color: #7a764c;
}
.SearchBar__dropdown__GIU7N:focus {
  position: relative;
  z-index: 1;
  border-right: 0;
  box-shadow: 1px 0 0 0 #4eb7a8;
}
.SearchBar__input-wrapper__dDAxH {
  position: relative;
  display: flex;
  width: 350px;
}
.SearchBar__input-wrapper__dDAxH > label {
  width: 100%;
}
.SearchBar__input-wrapper__dDAxH + button {
  margin-left: 25px;
}
.SearchBar__input__BwEQh {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  color: #7a764c;
  /* stylelint-disable */
}
.SearchBar__input__BwEQh::placeholder {
  color: #a4a4a4;
}
.SearchBar__input__BwEQh::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.SearchBar__input-with-dropdown__TZN41 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.SearchBar__search-icon__QV_zg {
  position: absolute;
  width: 33px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.SearchBar__search-icon__QV_zg > path {
  fill: #7a764c;
}
.SearchBar__reset-button__nW7NA {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.SearchBar__reset-button__nW7NA svg {
  width: 11px;
  height: 11px;
}

.Sidebar__sidebar-toggle__WDeA4 {
  position: absolute;
  top: 29px;
  right: 13px;
  width: 29px;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
  cursor: pointer;
}
.Sidebar__sidebar-toggle__WDeA4 span {
  display: block;
  margin: 3px auto;
  height: 1px;
  background: #a1c3d9;
}
.Sidebar__sidebar-toggle__WDeA4 span:nth-child(1) {
  width: 100%;
}
.Sidebar__sidebar-toggle__WDeA4 span:nth-child(2) {
  width: 70%;
}
.Sidebar__sidebar-toggle__WDeA4 span:nth-child(3) {
  width: 40%;
}
.Sidebar__container__N0PUL {
  width: 250px;
  height: 100%;
  background-color: #1c3545;
  transition: width 0.2s ease-out;
}
.Sidebar__container-small__qRiyi {
  width: 60px;
}
.Sidebar__container-small__qRiyi .Sidebar__sidebar-toggle__WDeA4 {
  top: 26px;
  right: 16px;
  width: 28px;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
}
.Sidebar__container-small__qRiyi .Sidebar__sidebar-toggle__WDeA4 span {
  width: 100%;
  margin: 4px auto;
}
.Sidebar__container-small__qRiyi .Sidebar__header__r4ibG .Sidebar__reseller-logo__fZH98 {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.Sidebar__container-small__qRiyi .Sidebar__menu-headline__Z9Aun {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 0;
  transition: all 0.2s ease-out;
}
.Sidebar__container-small__qRiyi .Sidebar__menu-headline__Z9Aun > span {
  height: 0;
  transition: height 0.2s ease-out;
}
.Sidebar__container-small__qRiyi .Sidebar__menu-entry__n0PGF {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  justify-content: center;
}
.Sidebar__container-small__qRiyi .Sidebar__menu-entry-icon__wIuno {
  margin-right: 0;
}
.Sidebar__container-small__qRiyi .Sidebar__menu-entry-label__wZP8V,
.Sidebar__container-small__qRiyi .Sidebar__menu-entry-header__KAN1U {
  display: none;
}
.Sidebar__container-small__qRiyi .Sidebar__menu-entry-collapse-expand-icon__QFfUF {
  margin-top: 0;
  margin-left: -13px;
  margin-right: 5px;
  padding: 0;
  width: 8px;
  height: 8px;
  transition: width 0.2s ease-out, height 0.2s ease-out;
}
.Sidebar__container-small__qRiyi .Sidebar__footer-label__YKlSa {
  display: none;
}
.Sidebar__sitemap__yxRPF {
  overflow: hidden auto;
  flex: 1;
}
.Sidebar__menu__wVnoQ {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.Sidebar__menu-group-open__axmVP .Sidebar__menu-entry-active__NV2VU .Sidebar__menu-entry-label__wZP8V {
  color: #4eb7a8;
}
.Sidebar__menu-group-open__axmVP .Sidebar__menu-entry-active__NV2VU .Sidebar__menu-entry-icon__wIuno > path {
  fill: #4eb7a8;
}
.Sidebar__menu-entry__n0PGF {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px 0 35px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.125s ease-in;
}
@media (min-width: 1025px) {
  .Sidebar__menu-entry__n0PGF:hover .Sidebar__menu-entry-label__wZP8V {
    color: #c5d4de;
  }
  .Sidebar__menu-entry__n0PGF:hover .Sidebar__menu-entry-icon__wIuno path,
  .Sidebar__menu-entry__n0PGF:hover .Sidebar__menu-entry-collapse-expand-icon__QFfUF path {
    fill: #c5d4de;
  }
}
@media (min-width: 1025px) {
  .Sidebar__menu-entry-active__NV2VU:hover .Sidebar__menu-entry-label__wZP8V {
    color: #7dcabf;
  }
  .Sidebar__menu-entry-active__NV2VU:hover .Sidebar__menu-entry-icon__wIuno path {
    fill: #7dcabf;
  }
}
.Sidebar__menu-entry-active__NV2VU::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #e9e8dc;
  position: absolute;
  right: 0;
}
.Sidebar__menu-entry-active__NV2VU[data-sidebar-id$='thememanager']::after {
  border-right-color: #e0e0e0;
}
.Sidebar__menu-entry-active__NV2VU[data-sidebar-id$='editor']::after {
  border-right-color: #454545;
}
.Sidebar__menu-entry-active__NV2VU > .Sidebar__menu-entry-label__wZP8V {
  color: #4eb7a8;
}
.Sidebar__menu-entry-active__NV2VU > .Sidebar__menu-entry-icon__wIuno > path {
  fill: #4eb7a8;
}
.Sidebar__menu-entry-label__wZP8V {
  color: #9ab5c6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  padding: 10px 0;
}
.Sidebar__menu-entry-icon__wIuno {
  flex-shrink: 0;
  margin-right: 7px;
  margin-top: -1px;
  width: 16px;
  height: 16px;
}
.Sidebar__menu-entry-icon__wIuno > path {
  fill: #9ab5c6;
}
.Sidebar__menu-entry-collapse-expand-icon__QFfUF {
  flex-shrink: 0;
  margin-left: -34px;
  width: 34px;
  height: 41px;
  padding: 16px 10px;
}
.Sidebar__menu-entry-collapse-expand-icon__QFfUF > path {
  fill: #9ab5c6;
}
.Sidebar__menu-separator__JHI73 {
  padding: 8px 20px;
  margin-top: 15px;
  border-top: 1px solid #26495e;
}
.Sidebar__loading__krDCm {
  overflow: hidden auto;
}
.Sidebar__loading__krDCm .Sidebar__menu-entry-active__NV2VU::after {
  border-right: 8px solid #e9e8dc;
}
.Sidebar__menu__wVnoQ:has([class*='trial-ribbon']) .Sidebar__header__r4ibG {
  background-color: #12212c;
}
.Sidebar__menu__wVnoQ:has([class*='trial-ribbon']) .Sidebar__sidebar-toggle__WDeA4 span {
  background: #a1c3d9;
}
.Sidebar__header__r4ibG {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #12212c;
  padding-left: 15px;
  padding-right: 45px;
  padding-top: 12px;
  height: 73px;
}
.Sidebar__header__r4ibG .Sidebar__reseller-logo__fZH98 {
  height: 30px;
  width: auto;
  margin-left: 8px;
}
.Sidebar__footer__vtBl5 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background-color: #12212c;
  cursor: pointer;
}
.Sidebar__footer-icon__BOfPZ {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.Sidebar__footer-icon__BOfPZ > path {
  fill: #9ab5c6;
}
.Sidebar__footer-label__YKlSa {
  margin-left: 7px;
  color: #9ab5c6;
}
@media (min-width: 1025px) {
  .Sidebar__footer__vtBl5:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .Sidebar__footer__vtBl5:hover .Sidebar__footer-icon__BOfPZ > path {
    fill: #c5d4de;
  }
  .Sidebar__footer__vtBl5:hover .Sidebar__footer-label__YKlSa {
    color: #c5d4de;
  }
}

.Slider__wrapper__LCMRF {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.Slider__scroller__g9hui {
  flex: 1;
  overflow: hidden;
}
.Slider__list__Dx3_R {
  transition: transform 0.4s ease-in-out;
  padding: 0;
  white-space: nowrap;
}
.Slider__slide__qIRM3 {
  display: inline-block;
  padding: 170px 0;
  width: 100%;
  background-color: #efeee5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.Slider__button__j4Dle {
  position: absolute;
  top: 47%;
  display: flex;
  padding: 4px 7px;
  transform: translate(0, -50%);
  transition: color 300ms;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 4px;
  background-color: white;
}
.Slider__button__j4Dle:disabled {
  display: none;
}
.Slider__button__j4Dle:focus {
  outline: none;
}
.Slider__button__j4Dle:hover path {
  fill: #3d9589;
}
.Slider__icon__FgCSb {
  width: 20px;
  height: 30px;
}
.Slider__icon__FgCSb path {
  fill: #4eb7a8;
}
.Slider__button-prev__dbK4L {
  left: -10px;
}
.Slider__button-next__NaVvF {
  right: -10px;
}
.Slider__bullets__eVwo1 {
  display: flex;
  justify-content: center;
}
.Slider__bullet__UpDTy {
  padding: 0 12px;
  height: 17px;
  border: 7px solid white;
  outline: 0;
  background: gray;
}
.Slider__bullet__UpDTy:not(:disabled) {
  background-color: silver;
  cursor: pointer;
}
.Slider__bullet__UpDTy:focus {
  outline: none;
}

.SortableList__header__cZqcQ {
  display: flex;
  align-items: center;
  background-color: #f3f2ec;
  font-weight: bold;
}
.SortableList__header__cZqcQ > div {
  padding: 15px 10px;
  box-sizing: content-box;
}
ol {
  padding: 0;
}
.SortableList__list__Efpxh {
  list-style: none;
}
.SortableList__list__Efpxh li > * {
  align-self: flex-start;
}
.SortableList__item__URGU3 {
  background-color: white;
  border-bottom: 1px solid #e9e8dc;
  display: flex;
  align-items: center;
  gap: 20px;
}
.SortableList__item__URGU3:last-child {
  border-bottom: none;
}
.SortableList__item-floating__qs2OD {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
  border-radius: 3px;
  border-bottom: 0;
}
.SortableList__item__URGU3 > div {
  padding: 25px 0;
}
.SortableList__item__URGU3 > div h2 {
  margin-top: -3px;
}
.SortableList__move-handle-column__b8ocL {
  width: 24px;
  padding-left: 0 !important;
  padding-top: 18px !important;
}
.SortableList__move-handle-column__b8ocL svg {
  display: block;
  cursor: grab;
}
.SortableList__move-handle-column__b8ocL svg path {
  fill: #aeaa7e;
}
.SortableList__drag-handle__pxML7 {
  padding: 0;
  touch-action: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: grab;
}
.SortableList__drag-handle__pxML7 svg {
  fill: #aeaa7e;
}
.SortableList__drag-handle__pxML7:hover {
  background-color: #fdfdfb;
}

.SortableTable__resizable-table__orLZT {
  min-width: 910px;
}
.SortableTable__resizable-table__orLZT tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.SortableTable__resizable-table__orLZT tr:hover {
  background: inherit;
}
.SortableTable__resizable-table__orLZT tbody {
  display: block;
}
.SortableTable__action-table___Pflo th,
.SortableTable__action-table___Pflo td {
  border-left: 2px solid white;
}
.SortableTable__action-table___Pflo th:first-child,
.SortableTable__action-table___Pflo td:first-child {
  border-left: transparent;
}
.SortableTable__action-table___Pflo thead {
  border-bottom: 2px solid #e9e8dc;
}
.SortableTable__action-table___Pflo thead tr {
  border-bottom: transparent;
}
.SortableTable__scroll-adaptions__MSuyE > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.SortableTable__scroll-adaptions__MSuyE > tr:first-child::after {
  background: #f3f2ec;
}
.SortableTable__vertical-scroll-box__mINkk {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}
.SortableTable__row__LLGuP {
  display: table-row;
  align-items: flex-start;
  background-color: white;
  border-bottom: 1px solid #e9e8dc;
}
.SortableTable__row__LLGuP:last-child {
  border-bottom: none;
}
.SortableTable__row__LLGuP > div {
  padding: 15px 10px;
  box-sizing: content-box;
}
.SortableTable__row-is-dragging-over__BfDLR {
  background-color: white !important;
}
.SortableTable__row-floating__TA2id {
  display: table;
  background-color: #e8f3f2 !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
  border-radius: 3px;
  border-bottom: 0;
}
.SortableTable__move-handle-column__P99yZ {
  width: 24px;
  padding-left: 0 !important;
  padding-top: 12px !important;
}
.SortableTable__move-handle-column__P99yZ svg {
  display: block;
  cursor: grab;
}
.SortableTable__move-handle-column__P99yZ svg path {
  fill: #aeaa7e;
}
.SortableTable__drag-handle__qgPV3 {
  touch-action: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: grab;
}
.SortableTable__drag-handle__qgPV3 svg {
  fill: #aeaa7e;
}
.SortableTable__row-draft__VglIG {
  font-style: italic;
  color: #8b8b8b;
}

.Spinner__loading__F5k8n {
  position: relative;
}
.Spinner__loading__F5k8n::after {
  content: '';
  position: absolute;
  border: solid 4px #cbc9ad;
  border-bottom-color: #7a764c;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  animation: Spinner__spin__heDVv 1.5s infinite linear;
  transform-origin: center;
}
@keyframes Spinner__spin__heDVv {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.StackPanel__root__hT1Ae {
  display: flex;
}
.StackPanel__root-horizontal__XTclg {
  flex-direction: row;
  align-items: center;
}
.StackPanel__root-vertical__sGQz4 {
  flex-direction: column;
}
.StackPanel__container-fill__lWb_J {
  flex-grow: 1;
}
.StackPanel__spacer__Bu462 {
  flex-shrink: 1;
}
*:empty + .StackPanel__spacer__Bu462 {
  display: none;
}

.Status__status__kcycG {
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 6px;
  margin: -2px 0 -3px;
  font-weight: 500;
}
.Status__status__kcycG > span {
  display: inline-flex;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
  border-radius: 3px;
  border: 1px solid currentcolor;
  margin-right: 6px;
}
.Status__status__kcycG > span::before {
  content: '';
  display: block;
  height: 100%;
}
.Status__start__xDCpe {
  background-color: #f9dca7;
  color: #af740b;
}
.Status__start__xDCpe > span::before {
  width: 0%;
  background: transparent;
}
.Status__imminent__nNzI0 {
  background-color: #f9dca7;
  color: #af740b;
}
.Status__imminent__nNzI0 > span::before {
  width: 50%;
  background: #f0a217;
}
.Status__progress__Yp9zH {
  background-color: #cde2a5;
  color: #4e6721;
}
.Status__progress__Yp9zH > span::before {
  width: 50%;
  background: #8ab43a;
}
.Status__active__rRJaC {
  background-color: #cde2a5;
  color: #4e6721;
}
.Status__active__rRJaC > span::before {
  width: 100%;
  background: #8ab43a;
}
.Status__draft__HJouk {
  background-color: transparent;
  border: 1px solid #c2bf9d;
  color: #999560;
  font-style: italic;
}
.Status__draft__HJouk > span {
  border-style: dotted;
}
.Status__draft__HJouk > span::before {
  width: 0%;
  background: transparent;
}
.Status__done__aVhoD {
  background-color: transparent;
  border: 1px solid #c2bf9d;
  color: #999560;
}
.Status__done__aVhoD > span::before {
  width: 100%;
  background: #d5d3bd;
}

.StepList__container__pH8lL {
  background-color: #f1f0e9;
  padding: 25px;
}
.StepList__title__Tg78X {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  color: #747474;
}
.StepList__items__dLias {
  width: 100%;
  margin-left: -2px;
}
.StepList__items__dLias tr:last-child td {
  padding-bottom: 0;
}
.StepList__items__dLias tr:last-child td::after {
  height: 0;
}
.StepList__items__dLias td {
  vertical-align: baseline;
  padding-bottom: 20px;
  position: relative;
}
.StepList__bubble-column__SCokZ {
  width: 35px;
  text-align: center;
}
.StepList__bubble-column__SCokZ::after {
  content: ' ';
  position: absolute;
  left: 10px;
  width: 2px;
  height: 100%;
  background-color: #808080;
}
.StepList__bubble__Cqc3d {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #808080;
  color: white;
  line-height: 19px;
  font-size: 11px;
  font-weight: bold;
}
.StepList__headline__XWVKz {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #747474;
}

.StickBottom__sticky__xb6iu {
  position: sticky;
  bottom: 0;
}
.StickBottom__marker__uWpJu {
  position: absolute;
  left: 0;
  bottom: var(--marker-position);
  visibility: hidden;
}

.StockLevelIndicator__in-stock__Yx5Ek {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #749a74;
}
.StockLevelIndicator__low-stock__Nmjnf {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #dcb649;
}
.StockLevelIndicator__out-of-stock__ANHJx {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #e06969;
}
.StockLevelIndicator__not-available__BYxE7 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #000000;
}
.StockLevelIndicator__wrapper__R29dh {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.StockLevelIndicator__dash__AjVtx {
  width: 12px;
}

.SubscriptionTrigger__trial-banner__Ok77v {
  position: absolute;
  top: 0;
  background-color: #4eb7a8;
  color: white;
  height: var(--trialBanner-height);
  width: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 61.9375em) {
  .SubscriptionTrigger__trial-banner__Ok77v {
    font-size: 12px;
  }
}
.SubscriptionTrigger__trial-banner__Ok77v button {
  font-weight: bold;
}
.SubscriptionTrigger__ribbon__K2oHI {
  color: white;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: bold;
  width: 100%;
}
.SubscriptionTrigger__ribbon__K2oHI svg {
  width: 17px;
  height: 17px;
}
.SubscriptionTrigger__ribbon__K2oHI svg > path {
  fill: white;
}
.SubscriptionTrigger__trial-ribbon__B8qxV {
  background-color: #4eb7a8;
  position: relative;
  overflow: hidden;
}
.SubscriptionTrigger__trial-ribbon__B8qxV .SubscriptionTrigger__trial-icon__zPUlX {
  width: 50px;
  height: 50px;
  transform: rotate(20deg);
  position: absolute;
  top: -4px;
  right: 6px;
}
.SubscriptionTrigger__trial-ribbon__B8qxV .SubscriptionTrigger__trial-icon__zPUlX > path {
  fill: #3d9589;
}
.SubscriptionTrigger__trial-ribbon__B8qxV span {
  position: relative;
  z-index: 1;
}
[class*='Sidebar__container-small__'] .SubscriptionTrigger__trial-ribbon__B8qxV span,
[class*='Sidebar__container-small__'] .SubscriptionTrigger__trial-ribbon__B8qxV svg:not(.SubscriptionTrigger__trial-icon__zPUlX) {
  display: none;
}
.SubscriptionTrigger__subscription-ribbon__DxuHA {
  background-color: #2b5169;
}
.SubscriptionTrigger__subscription-ribbon__DxuHA:hover {
  color: white;
}
[class*='Sidebar__container-small__'] .SubscriptionTrigger__subscription-ribbon__DxuHA {
  justify-content: center;
}
[class*='Sidebar__container-small__'] .SubscriptionTrigger__subscription-ribbon__DxuHA span {
  display: none;
}

.Table__horizontal-scroll-wrapper___3Dwk {
  overflow-x: auto;
}
.Table__horizontal-scroll-wrapper___3Dwk > scroll-shadow {
  overflow-y: hidden;
  overflow-y: clip;
}
.Table__table__q5wL1 {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.Table__table__q5wL1 thead th {
  text-align: left;
  background-color: #f3f2ec;
  white-space: nowrap;
}
.Table__table__q5wL1 thead th a {
  display: flex;
  align-items: center;
  color: #3e3e3e;
}
.Table__table__q5wL1 thead th a:hover {
  color: #252525;
}
.Table__table__q5wL1 thead th label {
  color: inherit;
  font-size: inherit;
}
.Table__table__q5wL1 tr {
  border-bottom: 1px solid #e9e8dc;
  background-color: white;
}
.Table__table__q5wL1 tr:last-child {
  border-bottom: none;
}
.Table__table__q5wL1 tr:hover {
  background-color: #e8f3f2;
}
.Table__table__q5wL1 th,
.Table__table__q5wL1 td {
  padding: 15px;
}
.Table__table__q5wL1 td > a {
  word-break: break-word;
}
.Table__table-in-modal__gG_7i {
  width: 100%;
  border-collapse: collapse;
}
.Table__table-in-modal__gG_7i thead th {
  white-space: nowrap;
}
.Table__table-in-modal__gG_7i th,
.Table__table-in-modal__gG_7i td {
  vertical-align: top;
  padding: 10px;
}
.Table__table-in-modal__gG_7i th:first-child,
.Table__table-in-modal__gG_7i td:first-child {
  padding-left: 0;
}
.Table__table-in-modal__gG_7i th:last-child,
.Table__table-in-modal__gG_7i td:last-child {
  padding-right: 0;
}

.Teaser__container__x6s9X {
  display: flex;
  height: 100%;
}
.Teaser__container__x6s9X h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.Teaser__container__x6s9X h3 svg {
  width: 17px;
  height: 17px;
  margin-left: 10px;
  margin-right: 0;
}
.Teaser__container__x6s9X h3 svg > path {
  fill: #4eb7a8;
}
.Teaser__container__x6s9X h3 > a,
.Teaser__container__x6s9X h3 > button {
  color: #3e3e3e;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  text-align: left;
}
.Teaser__container__x6s9X h3 > a svg,
.Teaser__container__x6s9X h3 > button svg {
  flex-shrink: 0;
  margin-top: 9px;
}
.Teaser__container__x6s9X h3 > a:hover,
.Teaser__container__x6s9X h3 > button:hover {
  color: #3d9589;
}
.Teaser__container__x6s9X h3 > a:hover svg path,
.Teaser__container__x6s9X h3 > button:hover svg path {
  fill: #2e7167;
}
.Teaser__container__x6s9X p {
  flex-grow: 1;
  font-size: 16px;
  color: gray;
  white-space: pre-line;
}
.Teaser__container__x6s9X p + a,
.Teaser__container__x6s9X p + button {
  display: inline-block;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.Teaser__container__x6s9X > a {
  align-items: flex-start;
}
.Teaser__container__x6s9X > a svg {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  padding: 10px;
  border: 1px solid silver;
  border-radius: 50%;
  margin-right: 20px;
}
@media (min-width: 75em) {
  .Teaser__container__x6s9X > a svg {
    width: 120px;
    height: 120px;
    padding: 15px;
  }
}
@media (min-width: 112.5em) {
  .Teaser__container__x6s9X > a svg {
    width: 150px;
    height: 150px;
    padding: 20px;
  }
}
.Teaser__container__x6s9X > a svg > path {
  fill: #4eb7a8;
}
.Teaser__container__x6s9X > a:hover svg {
  background-color: #f1f9f8;
}
.Teaser__container__x6s9X > a:hover svg > path {
  fill: #4eb7a8;
}
.Teaser__container__x6s9X > div {
  display: flex;
  flex-direction: column;
}

.TileWithLinks__content__nQ0pH {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px 0;
  border-bottom: 1px solid #e9e8dc;
}
.TileWithLinks__content__nQ0pH:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 75em) {
  .TileWithLinks__content__nQ0pH {
    border-bottom: none;
    border-right: 1px solid #e9e8dc;
    padding: 0 30px;
  }
  .TileWithLinks__content__nQ0pH:first-of-type {
    padding-left: 0;
  }
  .TileWithLinks__content__nQ0pH:last-of-type {
    border-right: none;
    padding-right: 0;
  }
}
.TileWithLinks__content__nQ0pH h4 {
  margin: 0;
}
.TileWithLinks__content__nQ0pH h4 svg {
  width: 13px;
  height: 13px;
  margin-left: 6px;
  margin-right: 0;
}
.TileWithLinks__content__nQ0pH h4 svg > path {
  fill: #4eb7a8;
}
.TileWithLinks__content__nQ0pH h4 > a {
  color: #3e3e3e;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.TileWithLinks__content__nQ0pH h4 > a svg {
  flex-shrink: 0;
}
.TileWithLinks__content__nQ0pH h4 > a:hover {
  color: #3d9589;
}
.TileWithLinks__content__nQ0pH h4 > a:hover svg path {
  fill: #2e7167;
}
.TileWithLinks__content__nQ0pH > span {
  padding-bottom: 10px;
  flex: 1;
}
.TileWithLinks__content__nQ0pH > span > ul {
  padding: 0 0 0 15px;
}
@media (min-width: 75em) {
  .TileWithLinks__content__nQ0pH > span {
    padding-bottom: 20px;
  }
}
.TileWithLinks__wrapper__otsPZ {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 75em) {
  .TileWithLinks__wrapper__otsPZ {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 75em) {
  .TileWithLinks__four-columns-grid__v_R7q {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.Tooltip__tooltip-content__dA9Wu {
  width: var(--radix-tooltip-content-available-width);
  max-width: 350px;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: #3e3e3e;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  animation: 0.2s cubic-bezier(0, 0, 0.57, 0.74);
  z-index: 1;
  cursor: default;
}
.Tooltip__tooltip-content__dA9Wu a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.Tooltip__tooltip-content__dA9Wu[data-state='delayed-open'][data-side='top'],
.Tooltip__tooltip-content__dA9Wu[data-state='instant-open'][data-side='top'] {
  animation-name: Tooltip__slideDownAndFade__E0lmH;
}
.Tooltip__tooltip-content__dA9Wu[data-state='delayed-open'][data-side='right'],
.Tooltip__tooltip-content__dA9Wu[data-state='instant-open'][data-side='right'] {
  animation-name: Tooltip__slideLeftAndFade__Z6dhO;
}
.Tooltip__tooltip-content__dA9Wu[data-state='delayed-open'][data-side='bottom'],
.Tooltip__tooltip-content__dA9Wu[data-state='instant-open'][data-side='bottom'] {
  animation-name: Tooltip__slideUpAndFade__bQKsd;
}
.Tooltip__tooltip-content__dA9Wu[data-state='delayed-open'][data-side='left'],
.Tooltip__tooltip-content__dA9Wu[data-state='instant-open'][data-side='left'] {
  animation-name: Tooltip__slideRightAndFade__azfr8;
}
.Tooltip__tooltip-content__dA9Wu[data-state='closed'] {
  animation: Tooltip__fadeOut__sNEiT 0.2s cubic-bezier(0, 0, 0.57, 0.74);
}
.Tooltip__tooltip-arrow__buF9Z {
  fill: white;
}
.Tooltip__tooltip-icon-button__c8XWZ {
  background-color: unset;
  border: unset;
  padding: 0 5px;
  cursor: default;
}
.Tooltip__tooltip-icon-button__c8XWZ svg {
  width: 14px;
  height: 14px;
  transform: translateY(2px);
  background-color: transparent;
}
.Tooltip__tooltip-icon-button__c8XWZ svg path {
  fill: #4eb7a8;
}
.Tooltip__tooltip-icon-button__c8XWZ.Tooltip__disabled__GM2cc svg > path {
  fill: #d0d0d0;
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Tooltip__slideUpAndFade__bQKsd {
  from {
    opacity: 0;
    transform: translate(0, 2px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Tooltip__slideRightAndFade__azfr8 {
  from {
    opacity: 0;
    transform: translate(-2px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Tooltip__slideDownAndFade__E0lmH {
  from {
    opacity: 0;
    transform: translate(0, -2px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* stylelint-disable-next-line keyframes-name-pattern */
@keyframes Tooltip__slideLeftAndFade__Z6dhO {
  from {
    opacity: 0;
    transform: translate(2px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes Tooltip__fadeOut__sNEiT {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.UnitNumberInput__input__i5l0B.UnitNumberInput__left__yylDW.UnitNumberInput__length1__mnerF {
  padding-left: 24px;
}
.UnitNumberInput__input__i5l0B.UnitNumberInput__left__yylDW.UnitNumberInput__length2__EhoCa {
  padding-left: 32px;
}
.UnitNumberInput__input__i5l0B.UnitNumberInput__left__yylDW.UnitNumberInput__length3__MNyBD {
  padding-left: 40px;
}
.UnitNumberInput__input__i5l0B.UnitNumberInput__right__bgK5X.UnitNumberInput__length1__mnerF {
  padding-right: 24px;
}
.UnitNumberInput__input__i5l0B.UnitNumberInput__right__bgK5X.UnitNumberInput__length2__EhoCa {
  padding-right: 32px;
}
.UnitNumberInput__input__i5l0B.UnitNumberInput__right__bgK5X.UnitNumberInput__length3__MNyBD {
  padding-right: 40px;
}
.UnitNumberInput__input-wrapper__OJZX7 {
  position: relative;
}
.UnitNumberInput__unit__XYkwR {
  position: absolute;
  top: 0;
  line-height: 31px;
}
.UnitNumberInput__unit-left__PTxJB {
  left: 8px;
}
.UnitNumberInput__unit-right__WeXxk {
  right: 8px;
}

.UnsupportedBrowserWarning__container___bq_2 {
  display: flex;
  background-color: white;
  justify-content: center;
  margin-bottom: 60px;
  padding: 50px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.UnsupportedBrowserWarning__wrapper__pE7V9 {
  max-width: 850px;
  display: flex;
  align-items: center;
}
.UnsupportedBrowserWarning__icon__lR37M {
  min-width: 150px;
  height: 150px;
  margin-right: 50px;
}
.UnsupportedBrowserWarning__icon__lR37M path {
  fill: #e3e3e3;
}
@media (max-width: 47.9375em) {
  .UnsupportedBrowserWarning__icon__lR37M {
    display: none;
  }
}
.UnsupportedBrowserWarning__headline__HQhbD {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
}
.UnsupportedBrowserWarning__text__K3eBn {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}
.UnsupportedBrowserWarning__link__Ny2bx {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.UnsupportedBrowserWarning__link__Ny2bx svg {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  margin-bottom: -2px;
}
.UnsupportedBrowserWarning__link__Ny2bx svg path {
  fill: #3d9589;
}

.UnviewedOrdersCounter__bubble__NsF6m {
  color: white;
  background: #f78560;
  max-width: 40px;
  height: 21px;
  line-height: 1;
  margin-right: 12px;
  font-weight: bold;
  font-size: 12px;
  padding: 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
[class*='Sidebar__container-small'] .UnviewedOrdersCounter__bubble__NsF6m {
  color: transparent;
  position: absolute;
  top: 10%;
  right: 2%;
  padding: 0;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}

.ViewYourShopLink__link__yYNhP {
  flex-shrink: 1;
  line-height: 1;
  padding: 7px 0 8px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 112.5em) {
  .ViewYourShopLink__link__yYNhP {
    gap: 6px;
  }
}
.ViewYourShopLink__link__yYNhP svg {
  margin-right: 0;
}
.ViewYourShopLink__link__yYNhP span {
  text-align: center;
}
@media (max-width: 61.9375em) {
  .ViewYourShopLink__link__yYNhP {
    font-size: 12px;
  }
}

.Workspace__toolbar-floating__c72Vg {
  position: sticky;
  z-index: 1;
  top: 0;
}
.Workspace__toolbar-floating-background__lQBbu {
  padding: 0 25px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 73px;
}
.Workspace__toolbar-floating-background__lQBbu > :first-child {
  height: 100%;
}
.Workspace__content__R0sBC {
  padding: 25px 25px 100px;
  isolation: isolate;
}
.Workspace__content__R0sBC:nth-child(2) {
  padding-top: 12px;
}
.Workspace__content__R0sBC * {
  scroll-margin-top: 73px;
}
.Workspace__content-iframe__SFoRH {
  position: relative;
  height: inherit;
}
.Workspace__tile-container__GAsRV {
  position: relative;
  background-color: white;
  padding: 40px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: padding-bottom 0.3s;
}
.Workspace__tile-container__GAsRV:has(> [class*='AIOnboardingCard__illustration']) {
  overflow: clip;
}
.Workspace__tile-container__GAsRV h2 {
  color: #f78560;
}
.Workspace__tile-container__GAsRV > hr {
  margin: 35px -40px;
  border: 0;
  border-bottom: 1px solid #e9e8dc;
}
.Workspace__headline__okQNs {
  margin-bottom: -5px;
  line-height: 1;
  font-weight: normal;
  font-size: 190%;
  color: #7a764c;
}
.Workspace__title-wrapper__H39xu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 47.9375em) {
  .Workspace__title-wrapper__H39xu {
    flex-wrap: wrap;
  }
}
@media (max-width: 47.9375em) {
  .Workspace__title-wrapper__H39xu h1 {
    flex-basis: 100%;
  }
}
.Workspace__title-wrapper__H39xu .Workspace__side-content-wrapper__MUFFh {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -5px;
  margin-left: 30px;
  flex-shrink: 0;
}
@media (max-width: 47.9375em) {
  .Workspace__title-wrapper__H39xu .Workspace__side-content-wrapper__MUFFh {
    justify-content: flex-start;
    margin: 25px 0 -15px;
  }
}
.Workspace__title-wrapper__H39xu .Workspace__side-content-wrapper__MUFFh button + button {
  margin-left: 20px;
}
@media (min-width: 62em) {
  .Workspace__title-wrapper__H39xu .Workspace__side-content-wrapper__MUFFh button + button {
    margin-left: 35px;
  }
}
.Workspace__cursor-wait__Z4kCk,
.Workspace__cursor-wait__Z4kCk :hover {
  cursor: wait !important;
}
.Workspace__collapsed__WYaPu {
  padding-bottom: 15px;
}

.ZendeskSearch__search__D43tc {
  position: relative;
  margin: 0.75em 1em;
  color: #9ab5c6;
}
.ZendeskSearch__search__D43tc input {
  width: 100%;
  padding: 6px 34px 6px 6px;
  margin-top: 0.5em;
  outline: none;
  border: 0;
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: #2b5169;
}
.ZendeskSearch__search__D43tc input:focus {
  outline: 1px solid #4eb7a8;
}
.ZendeskSearch__search__D43tc button {
  all: initial;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 30px;
}
.ZendeskSearch__search__D43tc button svg {
  width: 24px;
  height: 24px;
  padding: 4px;
}
.ZendeskSearch__search__D43tc button svg > path {
  fill: #9ab5c6;
}
.ZendeskSearch__search__D43tc button:active svg > path,
.ZendeskSearch__search__D43tc button:hover svg > path {
  fill: #4eb7a8;
}
.ZendeskSearch__search__D43tc .ZendeskSearch__zendesk-popover-content__xT6bO {
  padding: 13px;
  border-radius: 3px;
}
.ZendeskSearch__search__D43tc .ZendeskSearch__zendesk-popover-content__xT6bO ul {
  padding: 0;
}
.ZendeskSearch__search__D43tc .ZendeskSearch__zendesk-popover-content__xT6bO li {
  list-style: none;
  text-align: left;
}
.ZendeskSearch__search__D43tc .ZendeskSearch__zendesk-popover-content__xT6bO li + li {
  margin-top: 10px;
}
.ZendeskSearch__search__D43tc .ZendeskSearch__zendesk-popover-content__xT6bO .ZendeskSearch__show-more__r_OnT {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e9e8dc;
  text-align: center;
}
.ZendeskSearch__collapsed__R_Kcq label {
  display: none;
}
.ZendeskSearch__collapsed__R_Kcq button {
  top: 0;
}
.ZendeskSearch__collapsed__R_Kcq .ZendeskSearch__popup-ref__v4QoB {
  top: 10px;
}
.ZendeskSearch__spinner__x6lo7::after {
  height: 1em;
  width: 1em;
  left: -10px;
  top: 12px;
}

.sparkle-single, .sparkle-double-1, .sparkle-double-2, .sparkle-triple-1, .sparkle-triple-2, .sparkle-triple-3 {
  fill: url('#linear-gradient');
}
.linear-gradient-stop-1 {
  stop-color: #4eb7a8;
}
.linear-gradient-stop-2 {
  stop-color: #2e7167;
}
.copilot-character {
  fill: url('#radial-gradient');
}
.linear-gradient-stop-3 {
  stop-color: #a9dcd5;
}
.linear-gradient-stop-4 {
  stop-color: #3d9589;
}

.illustration-shade-1 {
  fill: #dff2ef;
}
.illustration-shade-2 {
  fill: #9ed7cf;
}
.illustration-shade-3 {
  fill: #4eb7a8;
}

.utility-hint {
  color: gray;
  font-size: 13px;
  font-weight: normal;
}
.utility-counter {
  color: #8b8b8b;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
}
.utility-counter-amount {
  color: #8b8b8b;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
}
/**
  * @tokens globalFontFamily
  * @presenter FontFamily
  */
/**
  * @tokens globalFontSize
  * @presenter FontSize
  */
/**
  * @tokens globalLineHeight
  * @presenter LineHeight
  */
/**
  * @tokens-end
  */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 1.5;
}
body * {
  font-family: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  font-size: inherit;
  color: inherit;
}
h1 {
  margin-top: 0;
  font-size: 160%;
}
h2 {
  margin-top: -10px;
  font-size: 140%;
}
h3 {
  margin-top: 0;
  font-size: 120%;
}
a {
  color: #3d9589;
  text-decoration: none;
}
a:hover {
  color: #2e7167;
}
code {
  font-family: monospace;
}

.useCardToggle__toggle__xdyrs {
  position: absolute;
  top: 31px;
  text-align: right;
  width: calc(100% - 80px);
  cursor: pointer;
  color: #706e4d;
  padding: 0;
  border: 0;
  background: 0;
}
.useCardToggle__toggle__xdyrs:hover {
  color: #525038;
}
.useCardToggle__toggle__xdyrs:focus-visible {
  outline: 1px solid #4eb7a8;
}
.useCardToggle__icon__JcOfS {
  width: 15px;
  margin-top: 2px;
  fill: currentcolor;
  transition: transform 0.3s;
}
.useCardToggle__icon__JcOfS:not(.useCardToggle__flipped__v8UhW) {
  transition-delay: 0.2s;
}
.useCardToggle__flipped__v8UhW {
  transform: rotate(-180deg);
}

.AddLanguageView__explanation__zPbcH {
  margin-bottom: 25px;
}
.AddLanguageView__language-column__DB2r_ {
  min-width: 300px;
  width: 25%;
}
.AddLanguageView__status-column__LYKug {
  width: 20%;
  min-width: 140px;
  white-space: nowrap;
}
.AddLanguageView__cta-button-column__ACjZW {
  min-width: 350px;
  width: 25%;
  text-align: right;
}

@keyframes AIOnboardingView__progress__EeF1d {
  from {
    width: 0;
  }
}
@keyframes AIOnboardingView__fadeIn__ZK4qK {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AIOnboardingView__shimmer__GG_fc {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.AIOnboardingView__wrapper__E1OJj {
  min-height: 100vh;
  background-color: white;
  padding: min(60px, 12vh) min(120px, 8vw);
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.AIOnboardingView__wrapper__E1OJj .AIOnboardingView__close-button__jMn8o {
  position: absolute;
  right: 10px;
  top: 10px;
  box-sizing: content-box;
  padding: 10px;
  margin-right: 0;
}
.AIOnboardingView__wrapper__E1OJj .AIOnboardingView__close-button__jMn8o path {
  fill: #8b8b8b;
}
.AIOnboardingView__wrapper__E1OJj .AIOnboardingView__close-button__jMn8o path:hover {
  fill: #717171;
}
.AIOnboardingView__wrapper__E1OJj h1 {
  line-height: 1.3;
  font-weight: normal;
  font-size: 230%;
  color: #7a764c;
  text-wrap: balance;
  margin-bottom: 30px;
}
.AIOnboardingView__wrapper__E1OJj p {
  text-wrap: balance;
  font-size: 120%;
  color: gray;
}
.AIOnboardingView__wrapper__E1OJj .AIOnboardingView__navigation-buttons__y2o97 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AIOnboardingView__welcome-step__XRIv8,
.AIOnboardingView__category-step__X4AJg,
.AIOnboardingView__color-step__f_2uU,
.AIOnboardingView__fonts-step__ci_jG,
.AIOnboardingView__generating-step__vRLiL {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 60px;
  position: relative;
}
.AIOnboardingView__welcome-step__XRIv8 .AIOnboardingView__sparkle-single__fg4Ss,
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__sparkle-single__fg4Ss,
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__sparkle-single__fg4Ss,
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__sparkle-single__fg4Ss,
.AIOnboardingView__generating-step__vRLiL .AIOnboardingView__sparkle-single__fg4Ss,
.AIOnboardingView__welcome-step__XRIv8 .AIOnboardingView__sparkle-double__hp_Sh,
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__sparkle-double__hp_Sh,
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__sparkle-double__hp_Sh,
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__sparkle-double__hp_Sh,
.AIOnboardingView__generating-step__vRLiL .AIOnboardingView__sparkle-double__hp_Sh,
.AIOnboardingView__welcome-step__XRIv8 .AIOnboardingView__sparkle-triple__bdUMW,
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__sparkle-triple__bdUMW,
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__sparkle-triple__bdUMW,
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__sparkle-triple__bdUMW,
.AIOnboardingView__generating-step__vRLiL .AIOnboardingView__sparkle-triple__bdUMW {
  position: absolute;
}
.AIOnboardingView__category-step__X4AJg,
.AIOnboardingView__color-step__f_2uU,
.AIOnboardingView__fonts-step__ci_jG {
  width: 100%;
}
.AIOnboardingView__category-step__X4AJg h2,
.AIOnboardingView__color-step__f_2uU h2,
.AIOnboardingView__fonts-step__ci_jG h2,
.AIOnboardingView__category-step__X4AJg small,
.AIOnboardingView__color-step__f_2uU small,
.AIOnboardingView__fonts-step__ci_jG small {
  font-weight: normal;
}
.AIOnboardingView__category-step__X4AJg small,
.AIOnboardingView__color-step__f_2uU small,
.AIOnboardingView__fonts-step__ci_jG small {
  display: inline-block;
  margin-bottom: 10px;
}
.AIOnboardingView__category-step__X4AJg > *:not(svg),
.AIOnboardingView__color-step__f_2uU > *:not(svg),
.AIOnboardingView__fonts-step__ci_jG > *:not(svg) {
  height: 100%;
  flex-basis: 50%;
  align-content: center;
  container-type: inline-size;
}
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__sparkle-double__hp_Sh,
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__sparkle-double__hp_Sh,
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__sparkle-double__hp_Sh {
  left: -30px;
  top: -20px;
}
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__sparkle-triple__bdUMW,
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__sparkle-triple__bdUMW,
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__sparkle-triple__bdUMW {
  bottom: -30px;
  left: 300px;
}
.AIOnboardingView__welcome-step__XRIv8 {
  margin-left: auto;
  margin-right: auto;
}
.AIOnboardingView__welcome-step__XRIv8 .AIOnboardingView__wrapper-right__YEzM0 > * {
  max-width: 60ch;
}
.AIOnboardingView__welcome-step__XRIv8 > svg:first-child {
  height: 230px;
  flex-basis: content;
}
.AIOnboardingView__welcome-step__XRIv8 a[class*='button-copilot'] {
  margin-top: 33px;
}
.AIOnboardingView__welcome-step__XRIv8 .AIOnboardingView__background-shape__DgnW3 {
  position: absolute;
  bottom: -850px;
  right: -500px;
  border-radius: 50%;
  width: 1000px;
  aspect-ratio: 1;
  background-color: #cdebe6;
}
.AIOnboardingView__welcome-step__XRIv8 .AIOnboardingView__sparkle-single__fg4Ss {
  right: 55%;
  bottom: -20px;
}
.AIOnboardingView__welcome-step__XRIv8 .AIOnboardingView__sparkle-triple__bdUMW {
  right: 0;
  bottom: 70px;
}
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__category-step-content__wfDiH {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__category-step-content__wfDiH h1 {
  margin-bottom: 0;
}
.AIOnboardingView__category-step__X4AJg .AIOnboardingView__category-step-content__wfDiH textarea {
  resize: none;
  height: 145px;
}
.AIOnboardingView__category-step__X4AJg svg[data-token-category='illustrations'] {
  height: min(60vh, 100cqw);
  margin-left: -120px;
}
.AIOnboardingView__category-step__X4AJg [class*='smart-input-suggestions'] {
  max-height: 190px;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__regenerate-button-container__hpg2M {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__regenerate-button-container__hpg2M button {
  padding-left: 32px;
}
.AIOnboardingView__color-step__f_2uU section:has(.AIOnboardingView__palette-grid__GM4iT) {
  min-height: 390.4px;
  align-content: start;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__palette-grid__GM4iT {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 62em) {
  .AIOnboardingView__color-step__f_2uU .AIOnboardingView__palette-grid__GM4iT {
    grid-template-columns: repeat(3, 1fr);
  }
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__palette-button__Ny1UX label {
  display: block;
  border: 5px solid transparent;
  border-radius: 11px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__palette-button__Ny1UX label input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__palette-button__Ny1UX .AIOnboardingView__selected__eBL2D {
  border-color: #4eb7a8;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__palette-button__Ny1UX .AIOnboardingView__palette-strip__jBMEg {
  height: 50px;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__skeleton-palette__Mdrew {
  position: relative;
  overflow: hidden;
  opacity: 0.5;
  cursor: default;
  margin: 10px;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__illustration-container__wCXTd {
  position: relative;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__skeleton-illustration__u2gGw {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__shimmer-effect__SMo5f {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  background-size: 200% 100%;
  animation: AIOnboardingView__shimmer__GG_fc 1.8s infinite linear;
}
.AIOnboardingView__color-step__f_2uU .AIOnboardingView__fade__NtHqZ {
  animation: AIOnboardingView__fadeIn__ZK4qK 0.3s ease-out;
}
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__buttons__vXP5t {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__buttons__vXP5t button {
  width: 150px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__buttons__vXP5t input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.AIOnboardingView__fonts-step__ci_jG .AIOnboardingView__preview__WWH7e {
  border: 0;
  height: 60%;
  width: calc(100% - 25px);
  margin-top: -40px;
  min-height: 350px;
}
.AIOnboardingView__generating-step__vRLiL {
  flex-direction: column;
  justify-content: center;
}
.AIOnboardingView__generating-step__vRLiL [class^='Spinner_']::after {
  width: 80px;
  height: 80px;
  border-color: #a9dcd5;
  border-bottom-color: #4eb7a8;
  border-width: 6px;
}
.AIOnboardingView__generating-step__vRLiL h1 {
  margin-top: 60px;
  text-align: center;
}
.AIOnboardingView__generating-step__vRLiL p {
  margin-top: -60px;
}
.AIOnboardingView__progress-bar__mIeNH {
  align-self: center;
  margin-top: -20px;
  width: 100%;
  max-width: 600px;
  height: 1px;
  background-color: #bfc0c0;
  border-radius: 1px;
}
.AIOnboardingView__progress-bar__mIeNH .AIOnboardingView__progress__EeF1d {
  height: 2px;
  background-color: #4eb7a8;
  transition: width 0.5s ease-out;
  transform: translateY(-25%);
  border-radius: 1px;
}
.AIOnboardingView__progress-bar__mIeNH .AIOnboardingView__animate__J9wyy {
  animation: AIOnboardingView__progress__EeF1d 0.5s;
}
.AIOnboardingView__progress-bar__mIeNH .AIOnboardingView__step-labels__hMSPv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 100%;
  margin-top: 12px;
}
.AIOnboardingView__progress-bar__mIeNH .AIOnboardingView__step-labels__hMSPv .AIOnboardingView__step-label__g9MRP {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
  transition: color 0.5s ease-in-out;
}
.AIOnboardingView__progress-bar__mIeNH .AIOnboardingView__step-labels__hMSPv .AIOnboardingView__step-label__g9MRP.AIOnboardingView__active__HeCwZ {
  color: #4eb7a8;
}
.AIOnboardingView__progress-bar__mIeNH .AIOnboardingView__step-labels__hMSPv .AIOnboardingView__step-label__g9MRP.AIOnboardingView__active__HeCwZ ~ span {
  color: silver;
}

.AnalyticsCards__color-palette__zlV3c {
  padding-top: 30px;
}
.AnalyticsCards__primary-color__bc5AE {
  color: #4eb7a8;
}
.AnalyticsCards__workspace-color__veUQy {
  color: rgba(233, 232, 220, 0.4);
}
.AnalyticsCards__selection__Y_9KU {
  border: 0;
  background: transparent;
  font-size: 140%;
  font-weight: bold;
  color: #f78560;
  margin-left: -8px;
  margin-top: -10px;
}
.AnalyticsCards__legend__yRz4F {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.AnalyticsCards__legend__yRz4F h2 {
  margin-bottom: 0;
}
.AnalyticsCards__stretch__V7ehl {
  height: 100%;
}
.AnalyticsCards__period__wdRiX {
  font-size: 12px;
  color: gray;
}
.AnalyticsCards__conclusion__t2p7Z {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.AnalyticsCards__conclusion__t2p7Z h3 {
  margin-bottom: 0;
  color: gray;
}
.AnalyticsCards__conclusion__t2p7Z h3:not(:first-child) {
  font-weight: normal;
}
.AnalyticsCards__chart__AlwI1 {
  margin-top: 20px;
}
.AnalyticsCards__conclusion__t2p7Z + .AnalyticsCards__chart__AlwI1 {
  margin-top: 10px;
}
.AnalyticsCards__asterisk__wGF8C {
  position: relative;
  display: block;
  font-size: 95%;
  color: gray;
  margin: 25px 0 -5px;
  padding-left: 20px;
}
.AnalyticsCards__asterisk__wGF8C::before {
  content: '*';
  position: absolute;
  left: 8px;
}
.AnalyticsCards__asterisk__wGF8C a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.BestSellersCard__legend__voFfp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.BestSellersCard__period__lmv5i {
  font-size: 12px;
  color: gray;
}
.BestSellersCard__sku-column__nBQq0,
.BestSellersCard__name-column__y5OmJ,
.BestSellersCard__sales-column__UO9YN {
  text-align: left;
}
.BestSellersCard__sku-column__nBQq0 {
  width: 8%;
}
.BestSellersCard__image-column__Ah1ja {
  width: 5%;
  min-width: 75px;
  text-align: center;
}
.BestSellersCard__image-container__NZTCU {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
.BestSellersCard__name-column__y5OmJ {
  min-width: 25%;
}
.BestSellersCard__sales-column__UO9YN {
  width: 10%;
  min-width: 180px;
}
.BestSellersCard__order-column__tlVFC {
  text-align: right;
}

.AppsOverview__navigation__tkd4x {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 75em) {
  .AppsOverview__navigation__tkd4x {
    gap: 30px;
  }
}
.AppsOverview__list__d1J_G {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, 250px);
}

.CategoryEditView__resizable-table__Qtc8n {
  min-width: 910px;
}
.CategoryEditView__resizable-table__Qtc8n tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.CategoryEditView__resizable-table__Qtc8n tr:hover {
  background: inherit;
}
.CategoryEditView__resizable-table__Qtc8n tbody {
  display: block;
}
.CategoryEditView__action-table__yalrm th,
.CategoryEditView__action-table__yalrm td {
  border-left: 2px solid white;
}
.CategoryEditView__action-table__yalrm th:first-child,
.CategoryEditView__action-table__yalrm td:first-child {
  border-left: transparent;
}
.CategoryEditView__action-table__yalrm thead {
  border-bottom: 2px solid #e9e8dc;
}
.CategoryEditView__action-table__yalrm thead tr {
  border-bottom: transparent;
}
.CategoryEditView__scroll-adaptions__VPgqK > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.CategoryEditView__scroll-adaptions__VPgqK > tr:first-child::after {
  background: #f3f2ec;
}
.CategoryEditView__vertical-scroll-box__SSHWk {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}
.CategoryEditView__row__zAEia {
  display: table-row;
  align-items: flex-start;
  background-color: white;
  border-bottom: 1px solid #e9e8dc;
}
.CategoryEditView__row__zAEia:last-child {
  border-bottom: none;
}
.CategoryEditView__row__zAEia > div {
  padding: 15px 10px;
  box-sizing: content-box;
}
.CategoryEditView__row-is-dragging-over__p8VNq {
  background-color: white !important;
}
.CategoryEditView__row-floating__L8ClM {
  display: table;
  background-color: #e8f3f2 !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
  border-radius: 3px;
  border-bottom: 0;
}
.CategoryEditView__move-handle-column__mbBKx {
  width: 24px;
  padding-left: 0 !important;
  padding-top: 12px !important;
}
.CategoryEditView__move-handle-column__mbBKx svg {
  display: block;
  cursor: grab;
}
.CategoryEditView__move-handle-column__mbBKx svg path {
  fill: #aeaa7e;
}
.CategoryEditView__drag-handle__DPLJp {
  touch-action: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: grab;
}
.CategoryEditView__drag-handle__DPLJp svg {
  fill: #aeaa7e;
}
.CategoryEditView__row-draft__Hw1D7 {
  font-style: italic;
  color: #8b8b8b;
}
.CategoryEditView__suggestion__UdSIk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
}
.CategoryEditView__suggestion__UdSIk div {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CategoryEditView__suggestion__UdSIk img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.CategoryEditView__suggestion__UdSIk span {
  padding-left: 38px;
}
.CategoryEditView__suggestion__UdSIk img + span {
  padding-left: 8px;
}
.CategoryEditView__image-column__QVho1 {
  width: 75px;
  text-align: center;
}
.CategoryEditView__name-column__u3c1h {
  min-width: 25%;
  text-align: left;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.CategoryEditView__sku-column__lqbQL {
  width: 20%;
  text-align: left;
}
.CategoryEditView__price-column__wT8eY {
  width: 20%;
  text-align: left;
}
.CategoryEditView__original-price__aY3OF {
  text-decoration: line-through;
  color: #a4a4a4;
}
.CategoryEditView__manual-collection-table__bzoof .CategoryEditView__stock-level-column__MG6FY,
.CategoryEditView__resizable-table__Qtc8n .CategoryEditView__stock-level-column__MG6FY {
  min-width: 140px;
  text-align: center;
  white-space: nowrap;
}
.CategoryEditView__actions-column__kCxRY {
  width: 60px;
  text-align: center;
}
.CategoryEditView__visible-column__MXDbQ {
  width: 12%;
  min-width: 125px;
  white-space: nowrap;
}
.CategoryEditView__remove-button__vRGyb svg {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.CategoryEditView__remove-button__vRGyb svg > path {
  fill: #706e4d;
}
.CategoryEditView__row-draft__Hw1D7 {
  font-style: italic;
  color: #8b8b8b;
}
.CategoryEditView__discounts-table__cWcaL td {
  height: 5em;
}
.CategoryEditView__visually-hidden__wBd0m {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.CategoryEditView__no-customer-group-standard-discount__YCjEd::before {
  content: '-';
  color: gray;
  font-weight: bold;
  font-size: x-large;
}
.CategoryEditView__toggle-wrapper__s1A7r {
  display: flex;
}
.CategoryEditView__toggled-area-wrapper__gAape {
  border: 1px solid #d9d8c3;
  padding: 10px;
}
.CategoryEditView__discount-option__MvfYO {
  display: flex;
}
.CategoryEditView__discount-option__MvfYO :nth-child(2) {
  flex: 1;
}
.CategoryEditView__discount-option__MvfYO:has(input:not(:checked)) .CategoryEditView__customer-group-standard-discount-value__juCjA {
  color: gray;
}

.TagFilter__group__L0RIb {
  margin-top: 4px;
  display: flex;
}
.TagFilter__group__L0RIb > label {
  margin-left: 8px;
}
.TagFilter__group__L0RIb > label:not(:first-child) {
  margin-left: 15px;
}

.CategoryListView__type-column__MyXpk {
  width: 200px;
}

.SummaryCard__list__tIOLO {
  margin-bottom: 20px;
}
.SummaryCard__list__tIOLO li:not(:last-child) {
  margin-bottom: 10px;
}

.CouponListView__table__uOM8R [class*='-column'] {
  width: calc(100% / 6);
}
.CouponListView__table__uOM8R .CouponListView__discount-column__yXOAy,
.CouponListView__table__uOM8R .CouponListView__start-date-column__dskGX,
.CouponListView__table__uOM8R .CouponListView__end-date-column__QUayc,
.CouponListView__table__uOM8R .CouponListView__status-column__v6gAU {
  white-space: nowrap;
}
.CouponListView__tr-nohover__VObOS {
  background-color: transparent !important;
}

.CustomAppEditView__client-id__A8rrk {
  font-family: monospace;
}
.CustomAppEditView__client-id-box__t_6gi {
  margin-top: 4px;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 6px 8px;
  text-align: center;
}
.CustomAppEditView__client-secret__rkunW {
  font-family: monospace;
}
.CustomAppEditView__client-secret-box-visible__XsAFp {
  margin-top: 4px;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 6px 8px;
  text-align: center;
  background-color: #fffec6;
}
.CustomAppEditView__client-secret-box-hidden__gyIWm {
  margin-top: 4px;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 6px 8px;
  text-align: center;
  color: silver;
}
.CustomAppEditView__client-secret-message-visible__RvURD {
  margin-top: 4px;
}
.CustomAppEditView__scopes__rMKgZ {
  display: grid;
  grid-gap: 35px;
}
@media (min-width: 75em) {
  .CustomAppEditView__scopes__rMKgZ {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .CustomAppEditView__scopes__rMKgZ .CustomAppEditView__shop-configuration__KwwjO {
    grid-row: 2 / span 4;
  }
}
@media (min-width: 112.5em) {
  .CustomAppEditView__scopes__rMKgZ {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .CustomAppEditView__scopes__rMKgZ .CustomAppEditView__products__pxt9R,
  .CustomAppEditView__scopes__rMKgZ .CustomAppEditView__orders__wWDEs,
  .CustomAppEditView__scopes__rMKgZ .CustomAppEditView__shop-configuration__KwwjO {
    grid-row: 1 / span 4;
  }
}
.CustomAppEditView__scopes__rMKgZ label {
  line-height: 1.3;
  margin-bottom: 8px;
}
.CustomAppEditView__headline__IAB1S {
  color: #3e3e3e;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}
.CustomAppEditView__scope-description__i5Uys {
  margin-left: 10px;
  color: silver;
}
.CustomAppEditView__scope-separator__huSIo {
  height: 20px;
}

.CustomAppListView__icon-column__GUEtg {
  width: 24px;
}
.CustomAppListView__icon-column__GUEtg svg > path {
  fill: #706e4d;
}

.AddressCards__address___39Sv {
  white-space: pre-line;
  word-break: break-word;
  grid-area: 2/1/2/3;
}
.AddressCards__card__fwq5R {
  display: grid;
}
.AddressCards__pencil__zan0p {
  display: block;
  grid-area: 1/2/1/2;
  align-self: baseline;
  text-align: right;
  margin-top: -2px;
}

.DetailsCard__ribbon-wrapper__lbeKy {
  position: absolute;
  top: -8px;
  right: 40px;
}
.DetailsCard__ribbon-customer-order__vyTcT {
  position: relative;
  background-color: #7a764c;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: 20px;
}
.DetailsCard__ribbon-customer-order__vyTcT::after {
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 8px solid #4b482f;
  position: absolute;
  top: 0;
  right: -7px;
}
.DetailsCard__card__Gmxmu {
  display: grid;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
.DetailsCard__grid__UQJA8 {
  display: grid;
  grid-area: 2/1/2/3;
  gap: 30px;
}
.DetailsCard__pencil__bw0S5 {
  display: block;
  grid-area: 1/2/1/2;
  align-self: baseline;
  text-align: right;
  margin-top: -2px;
  position: absolute;
  right: 0;
}
.DetailsCard__left__Cob72 {
  grid-area: 2/1/2/2;
  min-width: 0;
}
.DetailsCard__meta-data__K2m7H {
  grid-area: 1/2/3/2;
}
.DetailsCard__customer-group-info__dRrVw {
  grid-area: 2/2/3/2;
}
.DetailsCard__customer-group-info__dRrVw svg {
  width: 20px;
  fill: #706e4d;
  margin-right: 7px;
  vertical-align: bottom;
}
.DetailsCard__meta-data__K2m7H,
.DetailsCard__customer-group-info__dRrVw {
  color: #aaa891;
  text-align: right;
}
.DetailsCard__contact__K6iaJ {
  display: block;
}
.DetailsCard__internal-comment__ToPYb {
  grid-area: 3/1/3/3;
  position: relative;
  margin-top: 10px;
  padding: 20px;
  background: #f7f6f2;
  color: #aaa99c;
  white-space: pre-line;
  word-break: break-word;
}
.DetailsCard__quote-top__haAeI,
.DetailsCard__quote-bottom__ArBot {
  position: absolute;
  fill: #dbdad0;
}
.DetailsCard__quote-top__haAeI {
  top: -12px;
  left: 12px;
  padding: 0 2px 2px 0;
}
.DetailsCard__quote-bottom__ArBot {
  bottom: -12px;
  right: 12px;
  padding: 2px 0 0 2px;
}

.OrderHistoryCard__meta-data__LDonZ {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 30px;
}
th.OrderHistoryCard__status-column__iyd48,
td.OrderHistoryCard__status-column__iyd48 {
  width: 10px;
  padding: 0 0 0 3px;
  line-height: 0;
}
th.OrderHistoryCard__status-column__iyd48 .OrderHistoryCard__status-wrapper__oOtzf,
td.OrderHistoryCard__status-column__iyd48 .OrderHistoryCard__status-wrapper__oOtzf {
  display: inline-flex;
  flex-direction: column;
}
th.OrderHistoryCard__status-column__iyd48 .OrderHistoryCard__status-wrapper__oOtzf span:not(:last-child),
td.OrderHistoryCard__status-column__iyd48 .OrderHistoryCard__status-wrapper__oOtzf span:not(:last-child) {
  margin-bottom: 3px;
}
.OrderHistoryCard__show-order__Lf198 {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #e9e8dc;
}
.OrderHistoryCard__test-order-icon__uyr5r {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #7a764c;
}
.OrderHistoryCard__unviewed-order-icon__A8nxq {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f78560;
}
.OrderHistoryCard__cancel-order-icon__OwV0q {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b8b58e;
}
.OrderHistoryCard__coupon-price__upjCK {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.OrderHistoryCard__coupon-icon__Jv5Ir {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.OrderHistoryCard__coupon-icon__Jv5Ir > path {
  fill: #3e3e3e;
}
.OrderHistoryCard__legend__sdMtS {
  padding: 0;
  font-size: 13px;
  list-style: none;
  display: flex;
}
.OrderHistoryCard__legend-item__Ox7wh {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.OrderHistoryCard__legend-item__Ox7wh span {
  margin-right: 5px;
}
.OrderHistoryCard__legend-item__Ox7wh:nth-child(4) {
  border-left: 1px solid #c2bf9d;
  padding-left: 15px;
}

.TimelineCard__container__vqzJf {
  margin: -20px -10px 0;
  font-size: 13px;
  isolation: isolate;
}
.TimelineCard__timeline__gGwB0 {
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  width: 100%;
}
.TimelineCard__timeline__gGwB0 td {
  padding: 7px 10px;
  vertical-align: top;
  line-height: 1.4;
}
.TimelineCard__timeline__gGwB0 td.TimelineCard__datestamp-column__oy1BU {
  color: #bab8a5;
  font-size: 14px;
  padding-top: 20px;
}
.TimelineCard__timeline__gGwB0 td.TimelineCard__timestamp-column__BN_lA {
  text-align: right;
  color: #bab8a5;
  font-size: 12px;
  padding-top: 9px;
}
.TimelineCard__timeline__gGwB0 td.TimelineCard__bubble-column__RU3c7 {
  position: relative;
  padding-top: 4px;
}
.TimelineCard__timeline__gGwB0 td.TimelineCard__bubble-column__RU3c7::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: #e3e2d7;
}
.TimelineCard__timeline__gGwB0 tr:first-child td.TimelineCard__bubble-column__RU3c7::after {
  top: 24px;
}
.TimelineCard__timeline__gGwB0 tr:nth-last-child(1) td.TimelineCard__bubble-column__RU3c7::after {
  height: 14px;
}
.TimelineCard__timeline__gGwB0 tr.TimelineCard__legal-documents-row__Ivjrv td {
  padding-top: 0;
  padding-bottom: 0;
}
.TimelineCard__timeline__gGwB0 tr.TimelineCard__legal-documents-row__Ivjrv td .TimelineCard__action__oIyVO:first-child {
  margin-top: -5px;
}
.TimelineCard__timeline__gGwB0 a {
  align-items: flex-start;
}
.TimelineCard__timeline__gGwB0 a svg {
  margin-top: 2px;
}
.TimelineCard__blister__Y4TLu {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 20px;
  background-color: #e3e2d7;
}
.TimelineCard__bubble__CUBYb {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 3px;
  background-color: #d0cfc2;
}
.TimelineCard__comment-entry__tAjtX {
  padding-right: 24px;
}
.TimelineCard__comment-entry__tAjtX > summary {
  cursor: pointer;
  list-style: none;
}
.TimelineCard__comment-entry__tAjtX > summary::-webkit-details-marker {
  display: none;
}
.TimelineCard__comment-entry__tAjtX .TimelineCard__arrow-right__xXEG8,
.TimelineCard__comment-entry__tAjtX .TimelineCard__arrow-down__cjMfl {
  height: 1em;
  margin-right: -24px;
  margin-bottom: -2px;
  padding-left: 0.5em;
}
.TimelineCard__comment-entry__tAjtX .TimelineCard__arrow-right__xXEG8 {
  display: inline-block;
}
.TimelineCard__comment-entry__tAjtX .TimelineCard__arrow-down__cjMfl {
  display: none;
}
.TimelineCard__comment-entry__tAjtX[open] .TimelineCard__arrow-right__xXEG8 {
  display: none;
}
.TimelineCard__comment-entry__tAjtX[open] .TimelineCard__arrow-down__cjMfl {
  display: inline-block;
}
.TimelineCard__comment__VDhQs {
  display: inline-block;
  margin: 3px 0 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3;
  background: #f7f6f2;
  color: gray;
  white-space: pre-line;
  word-break: break-word;
}

.CustomerGroupEditView__resizable-table__GyRvN {
  min-width: 910px;
}
.CustomerGroupEditView__resizable-table__GyRvN tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.CustomerGroupEditView__resizable-table__GyRvN tr:hover {
  background: inherit;
}
.CustomerGroupEditView__resizable-table__GyRvN tbody {
  display: block;
}
.CustomerGroupEditView__action-table__F4rpz th,
.CustomerGroupEditView__action-table__F4rpz td {
  border-left: 2px solid white;
}
.CustomerGroupEditView__action-table__F4rpz th:first-child,
.CustomerGroupEditView__action-table__F4rpz td:first-child {
  border-left: transparent;
}
.CustomerGroupEditView__action-table__F4rpz thead {
  border-bottom: 2px solid #e9e8dc;
}
.CustomerGroupEditView__action-table__F4rpz thead tr {
  border-bottom: transparent;
}
.CustomerGroupEditView__scroll-adaptions___X2LI > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.CustomerGroupEditView__scroll-adaptions___X2LI > tr:first-child::after {
  background: #f3f2ec;
}
.CustomerGroupEditView__vertical-scroll-box__cXuaW {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}
.CustomerGroupEditView__visually-hidden__nKWyt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.CustomerGroupEditView__customer-list-card__rqgew table,
.CustomerGroupEditView__active-discounts-card__Qc9SO table {
  min-width: 400px;
}
.CustomerGroupEditView__customer-list-card__rqgew .CustomerGroupEditView__name-column__kypCo {
  width: 50%;
}
.CustomerGroupEditView__customer-list-card__rqgew .CustomerGroupEditView__location-column__m7Qdr {
  width: 50%;
  text-align: left;
  word-break: break-word;
}
.CustomerGroupEditView__customer-list-card__rqgew .CustomerGroupEditView__deletion-column__MDfqH {
  width: 60px;
  text-align: center;
}
.CustomerGroupEditView__customer-list-card__rqgew .CustomerGroupEditView__remove-button__RY737 svg {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.CustomerGroupEditView__customer-list-card__rqgew .CustomerGroupEditView__remove-button__RY737 svg > path {
  fill: #706e4d;
}
.CustomerGroupEditView__active-discounts-card__Qc9SO .CustomerGroupEditView__discount-column__nAeW0 {
  width: 320px;
}
.CustomerGroupEditView__sorter__BT9jF {
  display: flex;
  align-items: center;
  padding: 0;
  touch-action: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: inherit;
}
.CustomerGroupEditView__sorter__BT9jF svg {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  color: #3d9589;
}
.CustomerGroupEditView__sorter__BT9jF svg > path {
  fill: currentcolor;
}
.CustomerGroupEditView__sorter__BT9jF:hover,
.CustomerGroupEditView__sorter__BT9jF:focus {
  color: #252525;
}
.CustomerGroupEditView__sorter__BT9jF:hover svg,
.CustomerGroupEditView__sorter__BT9jF:focus svg {
  color: #2e7167;
}
.CustomerGroupEditView__sorter__BT9jF:hover svg > path,
.CustomerGroupEditView__sorter__BT9jF:focus svg > path {
  fill: #2e7167;
}

.CustomerGroupListView__customer-count-column__cdH32 {
  width: 200px;
}

.CustomerListView__organize-container__r5FRE {
  display: flex;
  gap: 20px;
}
th.CustomerListView__status-column__t9tQp,
td.CustomerListView__status-column__t9tQp {
  width: 10px;
  min-width: 10px;
  padding: 0 0 0 3px;
  line-height: 0;
}
.CustomerListView__status-wrapper__cebCc {
  display: inline-flex;
  flex-direction: column;
}
.CustomerListView__status-wrapper__cebCc span:not(:last-child) {
  margin-bottom: 3px;
}
.CustomerListView__customer-name-column__Y1kUX,
.CustomerListView__location-column__Eepej {
  width: 25%;
}
.CustomerListView__search-and-filter__topWp {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 20px;
}
.CustomerListView__sort-icon__o1tsK {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.CustomerListView__sort-icon__o1tsK > path {
  fill: currentcolor;
}
.CustomerListView__sort-icon-default__hlTfk {
}
.CustomerListView__sort-icon-default__hlTfk > path {
  fill: #c2bf9d;
}
.CustomerListView__registered-customer-column__qMctn,
.CustomerListView__customer-group-column__u9qeZ,
.CustomerListView__last-order-date-column__qJg9i {
  width: 18%;
  white-space: nowrap;
}
.CustomerListView__grand-total-column__OMwMT {
  white-space: nowrap;
}
.CustomerListView__test-customer-icon__EhA7e {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #7a764c;
}
.CustomerListView__legend__lPHdO {
  padding: 0;
  font-size: 13px;
  list-style: none;
}
.CustomerListView__legend-item__HhQj3 {
  float: left;
  display: flex;
  align-items: center;
}
.CustomerListView__legend__lPHdO span {
  margin-right: 5px;
}
.CustomerListView__visually-hidden__Cd6oK {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.CustomerListView__no-customer-group__bXvg0::before {
  content: '-';
  color: gray;
  font-weight: bold;
  font-size: x-large;
}

.DomainStatusCard__hostname__QEMYj {
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: normal;
  word-break: break-word;
}

.DomainsView__wrapper__YayTX {
  display: flex;
  align-items: center;
  gap: 15px;
}

.GoogleTagManagerView__logo__TEufh {
  height: 50px;
  padding: 5px 25px;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  margin-bottom: 20px;
}
.GoogleTagManagerView__heading__dzSvr {
  font-size: 220%;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.1;
}
.GoogleTagManagerView__sub-heading__hVi5r {
  color: #7a764c;
  font-weight: bold;
  line-height: 1;
  font-size: 115%;
  margin-bottom: 30px;
}
.GoogleTagManagerView__list-items__rG6pU {
  list-style: none;
  padding-left: 0;
}
.GoogleTagManagerView__list-items__rG6pU li::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z%27/%3E%3C/svg%3E");
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}

.HelpView__grid__uwpCX {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 62em) {
  .HelpView__grid__uwpCX {
    grid-template-columns: 1fr 1fr;
  }
}
.HelpView__item__OyZhJ {
  background: #f3f2ec;
  padding: 20px;
}
.HelpView__item__OyZhJ:only-child {
  grid-column: span 2;
}
.HelpView__item__OyZhJ h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.HelpView__item__OyZhJ p {
  margin-top: 5px;
}

.AIOnboardingCard__text__fCQOa {
  width: 75%;
  position: relative;
}
.AIOnboardingCard__text__fCQOa p {
  margin-bottom: 15px;
}
.AIOnboardingCard__illustration__Gr4EQ {
  position: absolute;
  top: -25%;
  right: -5%;
  width: min(30%, 250px);
  height: 150%;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  padding-right: 5%;
  background-color: #dff2ef;
}
.AIOnboardingCard__illustration__Gr4EQ svg {
  width: auto;
  height: 7em;
}
@media (min-width: 74.9375em) {
  .AIOnboardingCard__illustration__Gr4EQ svg {
    height: 9em;
  }
}

.FreeTrialCard__ribbon-wrapper__nTL6T {
  position: absolute;
  top: -8px;
  right: 40px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .FreeTrialCard__ribbon-wrapper__nTL6T {
      top: -10px;
    }
  }
}
.FreeTrialCard__ribbon-trial__lJB0E {
  position: relative;
  background-color: #4eb7a8;
  padding: 6px 10px;
  font-size: 12px;
  color: white;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.3;
  text-align: left;
}
.FreeTrialCard__ribbon-trial__lJB0E::after {
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 8px solid #358378;
  position: absolute;
  top: 0;
  right: -7px;
}

.dashboard-illustration-surface {
  fill: #f1f9f8;
}
.dashboard-illustration-bubbles {
  fill: #eef8f6;
}
.dashboard-illustration-outline {
  fill: #9ad6cd;
}
.dashboard-illustration-outline-background {
  fill: #d5d3bd;
}
.HomeView__toolbar__ju_K2 {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0 -25px;
}
.HomeView__shoplink__uigO3 {
  position: relative;
  z-index: 1;
  margin-left: 25px;
}
.HomeView__illustration__C5diU svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.HomeView__setup-guide-dropdown__W_zUL {
  margin-right: 25px;
  z-index: 1;
}
.HomeView__title__l8gAj {
  margin-top: 18px;
}
.HomeView__subheader__UfHAJ {
  color: #7a764c;
  font-size: 0.7em;
  line-height: 1.8em;
}
.HomeView__statistics-link__q9obC {
  border-top: 1px solid #e9e8dc;
  margin-top: 28px;
  padding-top: 14px;
}

.OnboardingCard__button__hVhs4 {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  border: 0;
  border-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: calc(8px - 2px / 2) 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}
.OnboardingCard__button__hVhs4 svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.OnboardingCard__button__hVhs4 svg + * {
  margin-left: 3px;
  text-align: left;
}
.OnboardingCard__button__hVhs4:not(:disabled) {
  cursor: pointer;
}
.OnboardingCard__primary___AE7i {
  background-color: #4eb7a8;
  color: white;
  border-bottom-color: #3d9589;
}
.OnboardingCard__primary___AE7i:hover:not(:disabled) {
  background-color: #3d9589;
}
.OnboardingCard__primary___AE7i svg > path {
  fill: white;
}
.OnboardingCard__primary___AE7i:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.OnboardingCard__secondary__X9Jp7 {
  background-color: #999999;
  color: white;
  border-bottom-color: #808080;
}
.OnboardingCard__secondary__X9Jp7:hover:not(:disabled) {
  background-color: #808080;
}
.OnboardingCard__secondary__X9Jp7:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.OnboardingCard__danger__Da_Mk {
  background-color: #da3c3c;
  color: white;
  border-bottom-color: #ae3535;
}
.OnboardingCard__danger__Da_Mk:hover:not(:disabled) {
  background-color: #ae3535;
}
.OnboardingCard__danger__Da_Mk:disabled {
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.OnboardingCard__outline__chiD_ {
  padding-top: calc(calc(8px - 2px / 2) - 1px);
  padding-bottom: 7px;
  background-color: white;
  color: #46ab9d;
  border-color: #4eb7a8;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
}
.OnboardingCard__outline__chiD_:hover:not(:disabled) {
  background-color: #dff2ef;
}
.OnboardingCard__outline__chiD_ svg {
  width: 14px;
  height: 14px;
}
.OnboardingCard__outline__chiD_ svg > path {
  fill: #46ab9d;
}
.OnboardingCard__outline__chiD_:disabled {
  border-color: transparent;
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.OnboardingCard__outline__chiD_:disabled svg {
  filter: drop-shadow(1px 1px 0 #ffffff);
}
.OnboardingCard__outline__chiD_:disabled svg > path {
  fill: #909090;
}
.OnboardingCard__copilot__NXW49 {
  background-image: linear-gradient(90deg, oklch(from #4eb7a8 calc(l - 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l + 0.1) c h), #4eb7a8, oklch(from #4eb7a8 calc(l - 0.1) c h));
  color: white;
  border-bottom-color: #4eb7a8;
  background-size: 200% auto;
  transition: background-position 0.3s ease;
  position: relative;
  padding-left: 27px;
}
.OnboardingCard__copilot__NXW49:hover:not(:disabled) {
  background-position: 100%;
  color: white;
}
.OnboardingCard__copilot__NXW49 svg {
  margin-right: 6px;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  position: absolute;
  left: 10px;
  top: 6px;
}
.OnboardingCard__copilot__NXW49 svg > path {
  fill: white;
}
.OnboardingCard__copilot__NXW49:disabled {
  background-image: none;
  color: #909090;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #d0d0d0;
  border-bottom-color: #aaaaaa;
}
.OnboardingCard__small__O1dDB {
  padding: 6px 6px 5px;
  font-size: 12px;
}
.OnboardingCard__link__cMR_C {
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  color: #706e4d;
  display: inline-flex;
}
.OnboardingCard__link__cMR_C:not(:disabled) {
  cursor: pointer;
}
.OnboardingCard__link__cMR_C svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.OnboardingCard__link__cMR_C svg + * {
  margin-left: 6px;
  text-align: left;
}
.OnboardingCard__link__cMR_C:disabled svg > path {
  fill: #a3a189;
}
.OnboardingCard__link__cMR_C:disabled span {
  color: #a3a189;
}
.OnboardingCard__link__cMR_C:disabled:hover svg > path {
  fill: #a3a189;
}
.OnboardingCard__link-primary__Ih7Xy {
  color: #3d9589;
  line-height: 1;
}
.OnboardingCard__link-primary__Ih7Xy:hover {
  color: #2e7167;
}
.OnboardingCard__link-primary__Ih7Xy:hover svg > path {
  fill: #2e7167;
}
.OnboardingCard__link-primary__Ih7Xy svg > path {
  fill: #3d9589;
}
.OnboardingCard__link-secondary__akcc_ {
  color: #706e4d;
}
.OnboardingCard__link-secondary__akcc_:hover {
  color: #525038;
}
.OnboardingCard__link-secondary__akcc_:hover svg > path {
  fill: #525038;
}
.OnboardingCard__link-secondary__akcc_ svg > path {
  fill: #706e4d;
}
.OnboardingCard__link-danger__f10fO {
  color: #da3c3c;
}
.OnboardingCard__link-danger__f10fO:hover {
  color: #bf2424;
}
.OnboardingCard__link-danger__f10fO:hover svg > path {
  fill: #bf2424;
}
.OnboardingCard__link-danger__f10fO svg > path {
  fill: #da3c3c;
}
.OnboardingCard__spinner-visible__d0PxE {
  position: relative;
  height: 14px;
  width: 21px;
  margin-right: 10px;
}
.OnboardingCard__spinner-visible__d0PxE::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  border: solid 3px #aaaaaa;
  border-bottom-color: #909090;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  animation: OnboardingCard__spin__CCVcj 1.5s infinite linear;
  transform-origin: center;
}
.OnboardingCard__spinner-hidden__LeGgN {
  height: 12px;
}
@keyframes OnboardingCard__spin__CCVcj {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.OnboardingCard__filter___5TKB {
  padding-right: 20px;
  border-radius: 3px;
}
.OnboardingCard__filter___5TKB:hover {
  color: #2e7167;
}
.OnboardingCard__active__oWDbd {
  color: #3e3e3e;
  font-weight: bold;
}
.OnboardingCard__active__oWDbd:hover {
  color: #3e3e3e;
  cursor: default;
}
.OnboardingCard__pressed__HpSho {
  background-color: #dff2ef;
}
.OnboardingCard__split__gTvru {
  display: flex;
}
.OnboardingCard__split__gTvru button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.OnboardingCard__split__gTvru button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.OnboardingCard__split__gTvru button:disabled:first-child {
  border-right-color: #aaaaaa;
}
.OnboardingCard__no-style__wbf7a {
  border: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
.OnboardingCard__list__dYpva {
  list-style: none;
  padding: 0;
}
.OnboardingCard__list__dYpva li {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  font-weight: bold;
}
.OnboardingCard__list__dYpva li:last-of-type {
  border-bottom: 1px solid #e9e8dc;
  padding-bottom: 25px;
}
.OnboardingCard__list__dYpva li svg {
  flex-shrink: 0;
  background-color: white;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.OnboardingCard__list__dYpva li .OnboardingCard__checked__FCA_I {
  fill: #97c344;
}
.OnboardingCard__list__dYpva li .OnboardingCard__unchecked__JAqcN {
  fill: #c2bf9d;
}
.OnboardingCard__list__dYpva li span {
  margin-left: 0;
}
.OnboardingCard__category-headline__sARk1 {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 18px;
}

.QuickStartCard__list__ODkzS {
  list-style-position: outside;
}
.QuickStartCard__list__ODkzS li:not(:last-child) {
  padding: 0 0 15px;
}

.RecentEventsCard__datetime__W0jT_ {
  color: #a4a4a4;
  white-space: nowrap;
}
.RecentEventsCard__deleted-entity__wDgDW {
  color: #a4a4a4;
}
.RecentEventsCard__list__HjJ_B {
  list-style: none;
  padding: 0;
}
.RecentEventsCard__list__HjJ_B li {
  display: flex;
  justify-content: space-between;
  word-break: break-word;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #e9e8dc;
}

.StatisticsCard__wrapper__JvmvR {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  gap: 35px;
  margin-top: 30px;
}
@media (max-width: 74.9375em) {
  .StatisticsCard__wrapper__JvmvR {
    grid-template-columns: repeat(2, 1fr);
  }
  .StatisticsCard__wrapper__JvmvR .StatisticsCard__section__Rlsvb:last-child {
    grid-column: span 2;
  }
}
.StatisticsCard__wrapper-freemium__IyQae {
  display: grid;
  gap: 35px;
  margin-top: 30px;
}
@media (min-width: 62em) {
  .StatisticsCard__wrapper-freemium__IyQae {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.StatisticsCard__section__Rlsvb {
  display: flex;
  flex-direction: column;
}
.StatisticsCard__section__Rlsvb p {
  font-size: 12px;
}
.StatisticsCard__section__Rlsvb span {
  font-size: 24px;
  display: block;
}
.StatisticsCard__figure__B2Cgp {
  font-size: 36px;
  word-break: break-word;
  padding-bottom: 15px;
}
.StatisticsCard__statistic-headline__Q00ak {
  padding: 0 0 7px;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 7px;
  line-height: 1;
}
.StatisticsCard__revenue-headline__HJ69k {
  border-bottom: 2px solid #417ba0;
  color: #417ba0;
}
.StatisticsCard__revenue-headline__HJ69k svg > path {
  fill: #417ba0;
}
.StatisticsCard__visitor-headline__KDviX {
  border-bottom: 2px solid #f78560;
  color: #f78560;
}
.StatisticsCard__visitor-headline__KDviX svg > path {
  fill: #f78560;
}
.StatisticsCard__views-headline__JbVrr {
  border-bottom: 2px solid #7a764c;
  color: #7a764c;
}
.StatisticsCard__views-headline__JbVrr svg > path {
  fill: #7a764c;
}
.StatisticsCard__viewlist__ibiny {
  display: grid;
  grid-template-columns: 1fr auto;
  word-break: break-all;
}
.StatisticsCard__percent-icon__GNtXY::after {
  content: ' ';
  position: absolute;
  width: 48px;
  height: 40px;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.StatisticsCard__negative__fqDyg {
  color: #da3c3c;
}
.StatisticsCard__negative__fqDyg::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 fill=%27%23da3c3c%27 transform=%27rotate%2845%29%27%3E%3Cpath d=%27M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z%27/%3E%3C/svg%3E");
}
.StatisticsCard__positive__KnJUt {
  color: #97c344;
}
.StatisticsCard__positive__KnJUt::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 fill=%27%2397c344%27 transform=%27rotate%28-45%29%27%3E%3Cpath d=%27M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z%27/%3E%3C/svg%3E");
}
.StatisticsCard__neutral__Rq3zY {
}
.StatisticsCard__neutral__Rq3zY::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27%3E%3Cpath d=%27M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z%27/%3E%3C/svg%3E");
}

.ToDoListCard__heading__IZ8DJ {
  display: flex;
}
.ToDoListCard__spinner__rv1QH::after {
  height: 1em;
  width: 1em;
  left: 1em;
  top: 0.8em;
}
.ToDoListCard__grid__WfmQT {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 20px;
}
.ToDoListCard__grid__WfmQT .ToDoListCard__list-headline__X1wJG {
  padding: 0 0 7px;
  border-bottom: 1px solid #e9e8dc;
  text-transform: uppercase;
  color: #7a764c;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}
.ToDoListCard__list__ykh59 {
  list-style: none;
  padding: 0;
}
.ToDoListCard__list__ykh59 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #e9e8dc;
}
.ToDoListCard__list__ykh59 li > span {
  display: flex;
  font-weight: bold;
}
.ToDoListCard__list__ykh59 .ToDoListCard__emptystate__FE3XH {
  background-color: #e9e8dc;
  align-items: center;
  justify-content: left;
  padding: 15px;
  gap: 12px;
  border-bottom: none;
}
.ToDoListCard__list__ykh59 .ToDoListCard__emptystate__FE3XH svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.ToDoListCard__list__ykh59 .ToDoListCard__emptystate__FE3XH svg > path {
  fill: #3e3e3e;
}

.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}
.shepherd-cancel-icon{background:transparent;border:none;color:hsla(0,0%,50%,.75);cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:hsla(0,0%,50%,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}
.shepherd-title{color:rgba(0,0,0,.75);display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}
.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}
.shepherd-text{color:rgba(0,0,0,.75);font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}
.shepherd-content{border-radius:5px;outline:none;padding:0}
.shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}
.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
.onboarding-tour-card {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.onboarding-tour-card .shepherd-arrow::before {
  background-color: #8c8a6d !important;
}
.onboarding-tour-card .shepherd-content .shepherd-header {
  padding: 0;
}
.onboarding-tour-card .shepherd-content .shepherd-header .shepherd-title {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  background-color: #8c8a6d;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.onboarding-tour-card .shepherd-content .shepherd-header .shepherd-title .onboarding-tour-card-visual {
  background-image: var(--img-src);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 330px;
  width: 253px;
  margin: 40px auto;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  filter: grayscale(1);
}
.onboarding-tour-card .shepherd-content .shepherd-header .shepherd-title .onboarding-tour-card-heading {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  background-color: white;
  padding: 30px 40px 10px;
}
.onboarding-tour-card .shepherd-content .shepherd-header .shepherd-cancel-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
}
.onboarding-tour-card .shepherd-content .shepherd-header .shepherd-cancel-icon > span {
  visibility: hidden;
}
.onboarding-tour-card .shepherd-content .shepherd-header .shepherd-cancel-icon::before {
  content: '';
  position: absolute;
  right: 3px;
  top: 3px;
  width: 35px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27white%27%3E%3Cpath d=%27M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z%27/%3E%3C/svg%3E");
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
}
.onboarding-tour-card .shepherd-content .shepherd-text {
  padding: 0 40px 40px;
  font-size: 14px;
  line-height: 1.5;
}

.WebsiteStatusCard__spinner__y78Nr::after {
  top: 100%;
}
.WebsiteStatusCard__content__lnWOs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.WebsiteStatusCard__content__lnWOs:first-of-type {
  border-bottom: 1px solid #e9e8dc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.WebsiteStatusCard__content__lnWOs:only-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.WebsiteStatusCard__content__lnWOs .WebsiteStatusCard__icon-wrapper__ANzVT {
  position: relative;
  top: -10px;
}
.WebsiteStatusCard__content__lnWOs p {
  font-weight: bold;
  margin-bottom: 5px;
}
.WebsiteStatusCard__status-on__rWLUl svg,
.WebsiteStatusCard__status-off__Rh2yl svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 15px;
  right: 15px;
}
.WebsiteStatusCard__status-on__rWLUl svg > path {
  fill: #97c344;
}
.WebsiteStatusCard__status-off__Rh2yl svg > path {
  fill: #da3c3c;
}
.WebsiteStatusCard__ecommerce-icon__z2FY8 {
  width: 30px;
  height: 30px;
  fill: #3e3e3e;
}

.LanguageSettingsView__default-language__kPmy6 {
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: normal;
  word-break: break-word;
}
.LanguageSettingsView__language-column__vMr4g {
  min-width: 300px;
  width: 25%;
}
.LanguageSettingsView__status-column__nQ5df {
  width: 20%;
  min-width: 140px;
  white-space: nowrap;
}
.LanguageSettingsView__cta-button-column__hXY7F {
  min-width: 350px;
  width: 25%;
  text-align: right;
}
.LanguageSettingsView__cta-button-column__hXY7F button {
  position: relative;
  vertical-align: middle;
}
.LanguageSettingsView__cta-button-column__hXY7F button > span:first-child {
  position: absolute;
  left: -28px;
  margin-right: 0;
}
.LanguageSettingsView__cta-button-column__hXY7F button > span:first-child::after {
  height: 16px;
  width: 16px;
}
.LanguageSettingsView__cta-button-column__hXY7F a {
  font-size: inherit !important;
  margin-left: 30px;
  padding: 0;
  vertical-align: middle;
}
.LanguageSettingsView__card-header__MKNtd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.LanguageSettingsView__card-header-counter__NVxLK {
  font-size: 85%;
  color: #8b8b8b;
}
.LanguageSettingsView__table-wrapper__tKpET {
  margin-bottom: 25px;
}

.LegalSettingsView__card__wuHnW {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dfdecc;
  padding: 15px;
}
.LegalSettingsView__card__wuHnW h3 {
  flex-basis: 85%;
  margin-bottom: 10px;
}
.LegalSettingsView__card__wuHnW .LegalSettingsView__wrapper___iTwx {
  flex-basis: 100%;
}
.LegalSettingsView__grid__q7cLc {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.LegalSettingsView__icon__Thibt {
  display: inline-block;
  position: relative;
  margin-left: auto;
}
.LegalSettingsView__icon__Thibt svg {
  width: 19px;
  height: 19px;
  fill: currentcolor;
  vertical-align: bottom;
}
.LegalSettingsView__icon__Thibt.LegalSettingsView__hidden__BpYtd::before {
  content: '';
  position: absolute;
  width: 132%;
  transform: translate(-3.5px, 8.5px) rotate(-40deg);
  border-bottom: 2px solid currentcolor;
}

.LoginView__root__wvUd6 {
  padding: 24px 12px;
  max-width: 555px;
  margin: 0 auto;
}
.LoginView__notification__nmdp0 {
  margin-bottom: 20px;
}
.LoginView__screen-header__nJR3I {
  margin: 0 auto 24px;
  text-align: center;
}
.LoginView__screen-footer__zoJpI {
  margin: 24px auto 0;
  text-align: center;
}
.LoginView__screen-footer__zoJpI a:not(:last-child) {
  margin-right: 20px;
}
.LoginView__logo__sl5n3 {
  width: 238px;
  height: 76px;
}
.LoginView__title__JOJXR {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.LoginView__align-left__CNp8C {
  text-align: left;
}
.LoginView__align-right__r7cNL {
  text-align: right;
}

.MarketingView__grid__iZa3j,
.MarketingView__app-grid__HixVi {
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
}
@media (min-width: 75em) {
  .MarketingView__grid__iZa3j {
    grid-template-columns: 1fr 1fr;
  }
  .MarketingView__app-grid__HixVi {
    grid-template-columns: 1fr;
  }
}
.MarketingView__app-container__f0xk3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 112.5em) {
  .MarketingView__app-container__f0xk3 {
    flex-direction: row;
  }
}
.MarketingView__app-container__f0xk3 > div {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.MarketingView__headline__KorJd {
  width: -moz-fit-content;
  width: fit-content;
  color: #3e3e3e;
}
.MarketingView__headline__KorJd h3 {
  font-size: 140%;
  font-weight: 500;
  line-height: 1.2;
}
.MarketingView__headline__KorJd:hover {
  color: #3d9589;
}
.MarketingView__text__MSUo3 {
  flex: 1;
  margin-bottom: 30px;
}
.MarketingView__cta__Bhc_N {
  display: inline-flex;
  align-self: flex-end;
  margin-top: auto;
}
.MarketingView__cta__Bhc_N svg {
  width: 30px;
  height: 30px;
  margin-right: 0;
}
.MarketingView__cta__Bhc_N svg path {
  fill: #3d9589;
}
.MarketingView__cta__Bhc_N:hover svg path {
  fill: #2e7167;
}
.MarketingView__image__musjU {
  display: flex;
  overflow: hidden;
  height: 140px;
  padding: 10px;
  border: 1px solid #dfdecc;
  margin-bottom: 30px;
}
.MarketingView__image__musjU:hover img {
  transform: scale(1.1);
}
@media (min-width: 112.5em) {
  .MarketingView__image__musjU {
    flex-grow: 1;
    max-width: 250px;
    height: 100%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.MarketingView__image__musjU img {
  width: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: all 0.7s ease;
}

.CancelOrderModal__image-column__V5Mk3 {
  width: 60px;
  text-align: center;
}
.CancelOrderModal__name-column__ihe4k {
  min-width: 170px;
  text-align: left;
}
.CancelOrderModal__canceled-column__xlrjE {
  min-width: 140px;
  text-align: right;
}
.CancelOrderModal__canceled-column__xlrjE input {
  display: inline;
  width: 60px;
}
.CancelOrderModal__canceled-column__xlrjE span {
  margin-left: 8px;
}
.CancelOrderModal__line-item__LjH1k:first-child td {
  padding-top: 0;
}
.CancelOrderModal__line-item__LjH1k:last-child td {
  padding-bottom: 15px;
}
.CancelOrderModal__cancel-option__Dyd_F {
  padding-top: 15px;
  border-top: 1px solid #d9d8c3;
}

.CustomerInfoCards__address__tfkWa {
  white-space: pre-line;
  word-wrap: break-all;
}
.CustomerInfoCards__hint__HjqBk {
  word-wrap: break-word;
}
.CustomerInfoCards__wrapper__XXcVA {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.CustomerInfoCards__wrapper__XXcVA h2 {
  margin-right: 5px;
}

.DetailsCard__ribbon-wrapper__LY5Qe {
  position: absolute;
  top: -8px;
  right: 40px;
}
.DetailsCard__ribbon-test-order__WPImS {
  position: relative;
  background-color: #7a764c;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: 20px;
}
.DetailsCard__ribbon-test-order__WPImS::after {
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 8px solid #4b482f;
  position: absolute;
  top: 0;
  right: -7px;
}
.DetailsCard__ribbon-canceled-order__qQL57 {
  position: relative;
  background-color: #b8b58e;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: 20px;
}
.DetailsCard__ribbon-canceled-order__qQL57::after {
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 8px solid #999560;
  position: absolute;
  top: 0;
  right: -7px;
}
.DetailsCard__head__sMxhc {
  display: flex;
  justify-content: space-between;
}
.DetailsCard__head__sMxhc h2 {
  margin-bottom: 0;
  flex-shrink: 0;
}
.DetailsCard__order-date__PPTty {
  margin-top: -2px;
  color: #aaa891;
  font-size: 13px;
}
.DetailsCard__order-date__PPTty > span {
  margin-right: 5px;
}
.DetailsCard__marketing__pQpOp {
  margin-top: 20px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.DetailsCard__marketing__pQpOp:empty {
  display: none;
}
.DetailsCard__marketing__pQpOp ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.DetailsCard__marketing__pQpOp ul li {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.DetailsCard__marketing__pQpOp ul li:not(:first-child) {
  padding-left: 10px;
  border-left: 1px solid #d5d3bd;
}
.DetailsCard__marketing__pQpOp .DetailsCard__channel__s6H3u {
  display: flex;
  align-items: center;
  gap: 4px;
}
.DetailsCard__coupon-wrapper__ksRkB {
  display: inline-flex;
  align-items: center;
}
.DetailsCard__coupon-icon__H5ZRy {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
}
.DetailsCard__customer-group-icon__kNKom {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.DetailsCard__line-items__KMaTr {
  margin: -20px -10px -10px;
}
.DetailsCard__line-items-table__TxfLH {
  width: 100%;
  border-spacing: 0;
}
.DetailsCard__line-items-table__TxfLH td {
  padding: 20px 10px;
  vertical-align: top;
}
.DetailsCard__line-items-table__TxfLH tfoot tr td {
  padding: 5px 10px;
  text-align: right;
}
.DetailsCard__line-items-table__TxfLH tfoot tr:first-child td {
  padding-top: 20px;
}
.DetailsCard__line-items-image__vBoT7 {
  max-width: 80px;
  max-height: 80px;
}
.DetailsCard__line-items-image-column__vHv13 {
  width: 100px;
  text-align: center;
}
.DetailsCard__line-items-product-name-column__EvCgF {
  text-align: left;
}
.DetailsCard__line-items-product-name-column__EvCgF a {
  display: block;
}
@media (max-width: 74.9375em) {
  .DetailsCard__line-items-product-name-column__EvCgF a {
    word-break: break-all;
    width: 130px;
  }
}
.DetailsCard__line-items-single-price-column__bZ3lo {
  width: 180px;
  text-align: right;
}
.DetailsCard__line-items-line-item-price-column__s7AB6 {
  width: 180px;
  text-align: right;
}
.DetailsCard__line-items-grand-total-label__AyE8O,
.DetailsCard__line-items-grand-total-value__aU3_y {
  font-size: 125%;
  font-weight: bold;
}
.DetailsCard__line-items-grand-total-tax-information__nMw4y {
  color: silver;
}
.DetailsCard__wrapper__e_YeN {
  display: inline-block;
  padding-left: 0;
  margin-top: 15px;
  font-size: 13px;
}
.DetailsCard__status__wJTon {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1.4;
}
.DetailsCard__status__wJTon svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.DetailsCard__items__ZKdlf {
  display: flex;
  margin-left: 26px;
  line-height: 1.2;
  color: #aaa891;
}
.DetailsCard__iconed-text__HMC8Z {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.DetailsCard__iconed-text__HMC8Z svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.DetailsCard__action-line__Z9JRK {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75em) {
  .DetailsCard__action-line__Z9JRK {
    flex-direction: row;
    justify-content: space-between;
  }
}
.DetailsCard__action-line__Z9JRK .DetailsCard__selection__MAB0A {
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 75em) {
  .DetailsCard__action-line__Z9JRK .DetailsCard__selection__MAB0A {
    flex: 1;
    max-width: 250px;
  }
}
@media (min-width: 75em) {
  .DetailsCard__action-line__Z9JRK.DetailsCard__with-dropdown__SdbO2 {
    align-items: flex-end;
  }
}
.DetailsCard__action-line__Z9JRK .DetailsCard__action__Xx1zA {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
@media (min-width: 75em) {
  .DetailsCard__action-line__Z9JRK .DetailsCard__action__Xx1zA {
    margin-left: 20px;
    margin-top: 0;
  }
}
.DetailsCard__action-line__Z9JRK .DetailsCard__action__Xx1zA > :not(:last-child) {
  margin-right: 30px;
}
.DetailsCard__payment-id-line__RMpyA {
  display: inline;
}
.DetailsCard__customer-comment__adPqp {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 20px;
  background: #f7f6f2;
}
.DetailsCard__customer-comment__adPqp blockquote {
  display: inline;
  margin: 0 10px 0 0;
}
.DetailsCard__quote__PKBBq {
  position: absolute;
  fill: #dbdad0;
}
.DetailsCard__quote-top__kJ0C2 {
  top: -12px;
  left: 12px;
  padding: 0 2px 2px 0;
}
.DetailsCard__quote-bottom__srVf2 {
  bottom: -12px;
  right: 12px;
  padding: 2px 0 0 2px;
}
.DetailsCard__customer-name__NIF4i {
  color: #aaa99c;
  word-break: keep-all;
}

.PickupModal__image-column__tRzjB {
  width: 60px;
  text-align: center;
}
.PickupModal__name-column__csA0c {
  min-width: 170px;
  text-align: left;
}
.PickupModal__canceled-column__KcHCA {
  min-width: 140px;
  text-align: right;
}
.PickupModal__canceled-column__KcHCA input {
  display: inline;
  width: 60px;
}
.PickupModal__canceled-column__KcHCA span {
  margin-left: 8px;
}
.PickupModal__line-item__Ij0Zu:first-child td {
  padding-top: 0;
}
.PickupModal__line-item__Ij0Zu:last-child td {
  padding-bottom: 0;
}
.PickupModal__options__geUrm {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d9d8c3;
}
.PickupModal__address__Yi_Jk {
  white-space: pre-line;
}
.PickupModal__grid__ARZOb {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row-gap: 12px;
  align-items: center;
}
.PickupModal__details__XSr0M {
  background-color: #f3f2ec;
  display: flex;
}
.PickupModal__details__XSr0M aside {
  flex-basis: 50%;
  padding: 20px;
  align-self: center;
}
.PickupModal__details__XSr0M aside span {
  font-size: 13px;
  line-height: 1.4;
}
.PickupModal__details__XSr0M b {
  width: 1px;
  margin: 20px 0;
  background-color: #d5d3bd;
}
.PickupModal__flex-start__Tfvq4 {
  align-self: flex-start;
}
.PickupModal__icon__sKwTI {
  margin-right: 6px;
}
.PickupModal__icon__sKwTI > path {
  fill: #3e3e3e;
}
.PickupModal__icon-small__s8AFh {
  width: 18px;
  height: 16px;
}
.PickupModal__icon-medium__gbcNX {
  width: 19px;
  height: 19px;
}
.PickupModal__container__WVOwx {
  display: flex;
}

.ReturnModal__name-column__iAqAz,
.ReturnModal__returned-column__tj162,
.ReturnModal__broken-column__KYdMs {
  text-align: left;
}
.ReturnModal__image-column___cGOk {
  width: 50px;
}
.ReturnModal__image-column___cGOk img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.ReturnModal__name-column__iAqAz {
  min-width: 170px;
}
.ReturnModal__returned-column__tj162 {
  min-width: 140px;
}
.ReturnModal__returned-column__tj162 > input {
  display: inline;
  width: 60px;
}
.ReturnModal__returned-column__tj162 > span {
  margin-left: 8px;
}
.ReturnModal__broken-column__KYdMs {
  min-width: 105px;
  display: flex;
  align-items: center;
}
.ReturnModal__broken-column__KYdMs input {
  width: 60px;
}
.ReturnModal__price-column__AlbsJ {
  white-space: nowrap;
  text-align: right;
}
td.ReturnModal__price-column__AlbsJ {
  line-height: 31px;
}
.ReturnModal__line-item__gkj_d:last-child td {
  padding-bottom: 25px;
}
.ReturnModal__refund-price-column__RBW4C {
  display: flex;
  justify-content: flex-end;
}
.ReturnModal__refund-price-column__RBW4C > input {
  text-align: right;
  width: 80px;
}
.ReturnModal__refund-shipping-fee-row__MyO6R {
  border-top: 1px solid #d9d8c3;
}
.ReturnModal__refund-shipping-fee-row__MyO6R td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ReturnModal__additional-info__sPH7J {
  padding-top: 15px;
  border-top: 1px solid #d9d8c3;
}
.ReturnModal__total-amount__jg12U {
  text-align: right;
}

.ShippingModal__image-column__TLbGM {
  width: 60px;
  text-align: center;
}
.ShippingModal__name-column__Mk207 {
  min-width: 170px;
  text-align: left;
}
.ShippingModal__canceled-column__awf9e {
  min-width: 140px;
  text-align: right;
}
.ShippingModal__canceled-column__awf9e input {
  display: inline;
  width: 60px;
}
.ShippingModal__canceled-column__awf9e span {
  margin-left: 8px;
}
.ShippingModal__line-item__w2J7S:first-child td {
  padding-top: 0;
}
.ShippingModal__line-item__w2J7S:last-child td {
  padding-bottom: 0;
}
.ShippingModal__options__fP_jJ {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d9d8c3;
}
.ShippingModal__grid__dY2Uw {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row-gap: 12px;
  align-items: center;
}
.ShippingModal__details__HO1ne {
  background-color: #f3f2ec;
  display: flex;
}
.ShippingModal__details__HO1ne aside {
  flex-basis: 50%;
  padding: 20px;
  align-self: center;
}
.ShippingModal__details__HO1ne aside span {
  font-size: 13px;
  line-height: 1.4;
}
.ShippingModal__details__HO1ne b {
  width: 1px;
  margin: 20px 0;
  background-color: #d5d3bd;
}
.ShippingModal__flex-start__WFzOj {
  align-self: flex-start;
}
.ShippingModal__icon__BX2P9 {
  margin-right: 6px;
}
.ShippingModal__icon__BX2P9 > path {
  fill: #3e3e3e;
}
.ShippingModal__icon-small__S7YVZ {
  width: 18px;
  height: 16px;
}
.ShippingModal__icon-medium__t3WKg {
  width: 19px;
  height: 19px;
}
.ShippingModal__container__BRAAP {
  display: flex;
}

.TimelineCard__container__v_Qhc {
  margin: -20px -10px 0;
  font-size: 13px;
  isolation: isolate;
}
.TimelineCard__timeline__M6Bz9 {
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  width: 100%;
}
.TimelineCard__timeline__M6Bz9 td {
  padding: 5px 10px;
  vertical-align: top;
  line-height: 1.4;
}
.TimelineCard__timeline__M6Bz9 td.TimelineCard__datestamp-column__V7vYl {
  color: #bab8a5;
  font-size: 14px;
  padding-top: 20px;
}
.TimelineCard__timeline__M6Bz9 td.TimelineCard__timestamp-column__dQc7e {
  text-align: right;
  color: #bab8a5;
  font-size: 12px;
  padding-top: 0;
}
@media (min-width: 62em) {
  .TimelineCard__timeline__M6Bz9 td.TimelineCard__timestamp-column__dQc7e {
    text-align: left;
    display: block;
  }
}
.TimelineCard__timeline__M6Bz9 td.TimelineCard__bubble-column__I73ag {
  position: relative;
  padding-top: 4px;
  padding-right: 0;
}
.TimelineCard__timeline__M6Bz9 td.TimelineCard__bubble-column__I73ag::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: #e3e2d7;
}
.TimelineCard__timeline__M6Bz9 td.TimelineCard__bubble-column__I73ag + td {
  display: inline-block;
}
.TimelineCard__timeline__M6Bz9 td.TimelineCard__bubble-column__I73ag + td > p {
  margin-bottom: 3px;
}
.TimelineCard__timeline__M6Bz9 tr:first-child td.TimelineCard__bubble-column__I73ag::after {
  top: 24px;
}
.TimelineCard__timeline__M6Bz9 tr:nth-last-child(2) td.TimelineCard__bubble-column__I73ag::after {
  height: 14px;
}
.TimelineCard__timeline__M6Bz9 tr.TimelineCard__legal-documents-row__BjNZk td {
  padding-top: 0;
  padding-bottom: 0;
}
.TimelineCard__timeline__M6Bz9 tr.TimelineCard__legal-documents-row__BjNZk td .TimelineCard__action__KOvGS:first-child {
  margin-top: -5px;
}
.TimelineCard__timeline__M6Bz9 a {
  align-items: flex-start;
}
@media (min-width: 62em) {
  .TimelineCard__timeline__M6Bz9 a {
    margin-top: 4px;
  }
}
.TimelineCard__timeline__M6Bz9 a svg {
  margin-top: 2px;
}
.TimelineCard__blister__HgpkK {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 20px;
  background-color: #e3e2d7;
}
.TimelineCard__bubble__uYMGz {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 3px;
  background-color: #d0cfc2;
}
.TimelineCard__action__KOvGS a svg,
.TimelineCard__action__KOvGS button svg {
  width: 14px;
  height: 14px;
}
.TimelineCard__comment__VW_b7 {
  display: inline-block;
  margin-top: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3;
  background: #f7f6f2;
  color: gray;
  white-space: pre-line;
  word-break: break-word;
}

.BatchActionBar__wrapper__XzBBH {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.BatchActionBar__checkbox__LKhyd {
  display: flex;
}
.BatchActionBar__checkbox__LKhyd svg {
  margin-right: 0;
}
.BatchActionBar__selection__TQMMr {
  padding-left: 34px;
  padding-right: 20px;
  margin-right: 20px;
  height: 15px;
  border-right: 1px solid #bebebe;
  color: #8b8b8b;
  font-weight: normal;
  line-height: 1;
}

.OrderExportPage__wrapper__EFWBR {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.OrderExportPage__progress-state__ITtbF {
  padding: 20px;
  max-width: 470px;
}
.OrderExportPage__progress-state__ITtbF > div:first-child {
  padding-bottom: 40px;
}

.OrderListView__container__Djvnk {
  overflow: hidden;
}
.OrderListView__container__Djvnk > :nth-child(1) {
  float: right;
  max-width: 100%;
  margin-bottom: 20px;
}
.OrderListView__container__Djvnk > :nth-child(1) > :nth-child(1) {
  justify-content: flex-end;
}
.OrderListView__container__Djvnk > :nth-child(1) > :nth-child(2) {
  margin-top: 20px;
}
.OrderListView__container__Djvnk > :nth-child(2) {
  float: left;
  margin-bottom: 15px;
  line-height: 30px;
}
.OrderListView__tr-nohover__GQ4Xs {
  background-color: transparent !important;
}
.OrderListView__test-order-icon__WCYME {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #7a764c;
}
.OrderListView__unviewed-order-icon__lkQJn {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f78560;
}
.OrderListView__cancel-order-icon__vBmlP {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b8b58e;
}
.OrderListView__table-head__ATHnJ {
  height: 52px;
}
.OrderListView__unviewed__l0ps8,
.OrderListView__unviewed__l0ps8 * {
  font-weight: bold;
}
th.OrderListView__status-column__znlFz,
td.OrderListView__status-column__znlFz {
  width: 10px;
  padding: 0 0 0 3px;
  line-height: 0;
}
th.OrderListView__status-column__znlFz .OrderListView__status-wrapper__L2mCS,
td.OrderListView__status-column__znlFz .OrderListView__status-wrapper__L2mCS {
  display: inline-flex;
  flex-direction: column;
}
th.OrderListView__status-column__znlFz .OrderListView__status-wrapper__L2mCS span:not(:last-child),
td.OrderListView__status-column__znlFz .OrderListView__status-wrapper__L2mCS span:not(:last-child) {
  margin-bottom: 3px;
}
.OrderListView__customer-column__i0BxR {
  min-width: 250px;
}
th.OrderListView__order-number-column__WisKL,
td.OrderListView__order-number-column__WisKL {
  width: 15%;
  padding-left: 10px;
  white-space: nowrap;
}
th.OrderListView__order-number-column__WisKL .OrderListView__tooltip__4dxnP,
td.OrderListView__order-number-column__WisKL .OrderListView__tooltip__4dxnP {
  width: 16px;
  height: 16px;
  transform: translateY(3px);
  border: 1px solid #3d9589;
  border-radius: 50%;
  padding: 2px;
}
th.OrderListView__order-number-column__WisKL .OrderListView__tooltip__4dxnP path,
td.OrderListView__order-number-column__WisKL .OrderListView__tooltip__4dxnP path {
  fill: #3d9589;
}
th.OrderListView__order-number-column__WisKL .OrderListView__customer-comment-tooltip__J5k3J,
td.OrderListView__order-number-column__WisKL .OrderListView__customer-comment-tooltip__J5k3J {
  text-align: center;
}
th.OrderListView__order-number-column__WisKL .OrderListView__customer-comment-tooltip__J5k3J,
td.OrderListView__order-number-column__WisKL .OrderListView__customer-comment-tooltip__J5k3J,
th.OrderListView__order-number-column__WisKL .OrderListView__customer-comment-tooltip__J5k3J *,
td.OrderListView__order-number-column__WisKL .OrderListView__customer-comment-tooltip__J5k3J * {
  font-weight: normal;
}
th.OrderListView__order-number-column__WisKL .OrderListView__customer-comment__ox5J6,
td.OrderListView__order-number-column__WisKL .OrderListView__customer-comment__ox5J6 {
  text-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px 20px 20px 12px;
  background: #f7f6f2;
}
th.OrderListView__order-number-column__WisKL .OrderListView__customer-comment__ox5J6 blockquote,
td.OrderListView__order-number-column__WisKL .OrderListView__customer-comment__ox5J6 blockquote {
  display: inline;
  margin: 0 10px 0 0;
  white-space: normal;
}
th.OrderListView__order-number-column__WisKL .OrderListView__customer-name__a_izT,
td.OrderListView__order-number-column__WisKL .OrderListView__customer-name__a_izT {
  color: #aaa99c;
  word-break: keep-all;
}
th.OrderListView__order-number-column__WisKL .OrderListView__quote-top__blKId,
td.OrderListView__order-number-column__WisKL .OrderListView__quote-top__blKId {
  position: absolute;
  fill: #dbdad0;
  top: -12px;
  left: 12px;
  padding: 0 2px 2px 0;
}
th.OrderListView__order-number-column__WisKL .OrderListView__quote-bottom__WMz2a,
td.OrderListView__order-number-column__WisKL .OrderListView__quote-bottom__WMz2a {
  position: absolute;
  fill: #dbdad0;
  bottom: -12px;
  right: 12px;
  padding: 2px 0 0 2px;
}
.OrderListView__payment-status-column__jJejI {
  width: 15%;
  min-width: 140px;
  white-space: nowrap;
}
.OrderListView__shipping-status-column__ZPlUP {
  width: 20%;
  min-width: 140px;
  white-space: nowrap;
}
th.OrderListView__coupon-campaign-column__oCI45,
td.OrderListView__coupon-campaign-column__oCI45,
th.OrderListView__coupon-campaign-column-and-channels__LIrdH,
td.OrderListView__coupon-campaign-column-and-channels__LIrdH {
  width: 40px;
  padding-right: 0;
  vertical-align: middle;
}
th.OrderListView__coupon-campaign-column-and-channels__LIrdH,
td.OrderListView__coupon-campaign-column-and-channels__LIrdH,
th.OrderListView__coupon-campaign-column-and-channels-and-channels__VqauW,
td.OrderListView__coupon-campaign-column-and-channels-and-channels__VqauW {
  vertical-align: top;
}
th.OrderListView__coupon-campaign-column__oCI45 .OrderListView__tooltip__4dxnP,
td.OrderListView__coupon-campaign-column__oCI45 .OrderListView__tooltip__4dxnP,
th.OrderListView__coupon-campaign-column-and-channels__LIrdH .OrderListView__tooltip__4dxnP,
td.OrderListView__coupon-campaign-column-and-channels__LIrdH .OrderListView__tooltip__4dxnP {
  width: 15px;
  height: 15px;
}
th.OrderListView__coupon-campaign-column__oCI45 .OrderListView__tooltip__4dxnP path,
td.OrderListView__coupon-campaign-column__oCI45 .OrderListView__tooltip__4dxnP path,
th.OrderListView__coupon-campaign-column-and-channels__LIrdH .OrderListView__tooltip__4dxnP path,
td.OrderListView__coupon-campaign-column-and-channels__LIrdH .OrderListView__tooltip__4dxnP path {
  fill: #3e3e3e;
}
th.OrderListView__coupon-campaign-column__oCI45 span:first-child,
td.OrderListView__coupon-campaign-column__oCI45 span:first-child,
th.OrderListView__coupon-campaign-column-and-channels__LIrdH span:first-child,
td.OrderListView__coupon-campaign-column-and-channels__LIrdH span:first-child {
  display: block;
  padding-right: 5px;
}
th.OrderListView__grand-total-column__frAqC,
td.OrderListView__grand-total-column__frAqC {
  padding-left: 0;
  width: 15%;
}
th.OrderListView__grand-total-column__frAqC p.OrderListView__channel__v7wO_,
td.OrderListView__grand-total-column__frAqC p.OrderListView__channel__v7wO_ {
  color: gray;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.OrderListView__track-data__yuXEg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.OrderListView__legend__YpplJ {
  padding: 0;
  font-size: 13px;
  list-style: none;
  display: flex;
}
.OrderListView__legend-item__JnUUS {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.OrderListView__legend-item__JnUUS span {
  margin-right: 5px;
}
.OrderListView__legend-item__JnUUS:nth-child(4) {
  border-left: 1px solid #c2bf9d;
  padding-left: 15px;
}
.OrderListView__select-column__KnnnF {
  width: 2%;
  min-width: 15px;
  line-height: 0;
}
.OrderListView__select-column__KnnnF svg {
  margin-right: 0;
}
.OrderListView__selection-active__u4Rmo {
  position: absolute;
  left: 0;
  width: 100%;
}
thead.OrderListView__collapse__P8NDO {
  visibility: collapse;
}
thead.OrderListView__collapse__P8NDO,
thead.OrderListView__collapse__P8NDO * {
  height: 0 !important;
  line-height: 0 !important;
  padding-block: 0 !important;
  margin-block: 0 !important;
  border: 0 !important;
}
.OrderListView__sticky-batch-action-bar__FflcP {
  position: sticky;
  top: 73px;
  z-index: 1;
  margin: 0 -65px;
  padding: 15px 80px;
  background-color: #f3f2ec;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
.OrderListView__coupon-price__xbJPP {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.OrderListView__coupon-icon__Pt3WJ {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.OrderListView__coupon-icon__Pt3WJ > path {
  fill: #3e3e3e;
}
.OrderListView__order-track__gnPG6 > td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.InvoiceLogoCard__container__ulgj9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 183px;
  padding: 10px;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
}
@media only screen and (min-width: 48em) {
  .InvoiceLogoCard__container__ulgj9 {
    width: 550px;
    max-width: 70%;
  }
}

.NumberConfiguration__grid__wfBos {
  display: grid;
  align-items: center;
  grid-row-gap: 30px;
}
@media (min-width: 112.5em) {
  .NumberConfiguration__grid__wfBos {
    grid-template-columns: 2fr 1.5fr;
    grid-column-gap: 30px;
  }
}
.NumberConfiguration__preview__i8rCE h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  color: gray;
}
.NumberConfiguration__preview-container__F3_2K {
  border: 2px solid silver;
  padding: 20px;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  text-align: center;
  word-break: break-all;
}

.OrderSettingsView__grid__PngID {
  display: grid;
  grid-row-gap: 30px;
}
@media (min-width: 75em) {
  .OrderSettingsView__grid__PngID {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}

.PaymentMethodEditView__headline__WecVx {
  color: #3e3e3e;
  font-size: 220%;
  font-weight: 400;
  margin: 12px 0;
}
@media (min-width: 62em) {
  .PaymentMethodEditView__headline__WecVx {
    margin: 0 0 12px;
  }
}
.PaymentMethodEditView__connection-status__D9Mja {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
}
.PaymentMethodEditView__connection-status__D9Mja svg {
  display: block;
  margin-right: 6px;
}
.PaymentMethodEditView__connection-status-connected__ydHTx {
  color: #97c344;
}
.PaymentMethodEditView__connection-status-connected__ydHTx svg {
  width: 20px;
  height: 20px;
}
.PaymentMethodEditView__connection-status-connected__ydHTx svg > path {
  fill: #97c344;
}
.PaymentMethodEditView__connection-status-disconnected__eSebz {
  color: #da3c3c;
}
.PaymentMethodEditView__connection-status-disconnected__eSebz svg {
  width: 20px;
  height: 20px;
}
.PaymentMethodEditView__connection-status-disconnected__eSebz svg > path {
  fill: #da3c3c;
}
.PaymentMethodEditView__status-box__spxcT {
  display: flex;
  padding: 12px 0 0;
  flex-flow: column;
}
@media (min-width: 75em) {
  .PaymentMethodEditView__status-box__spxcT {
    flex-flow: row;
  }
}
.PaymentMethodEditView__status-box__spxcT .PaymentMethodEditView__disconnect-button__qXA8O {
  cursor: pointer;
  color: #706e4d;
  margin-top: 12px;
  font-weight: 600;
}
.PaymentMethodEditView__status-box__spxcT .PaymentMethodEditView__disconnect-button__qXA8O svg {
  width: 20px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.PaymentMethodEditView__status-box__spxcT .PaymentMethodEditView__disconnect-button__qXA8O svg > path {
  fill: #706e4d;
}
.PaymentMethodEditView__status-box__spxcT .PaymentMethodEditView__disconnect-button__qXA8O:hover {
  color: #525038;
}
.PaymentMethodEditView__status-box__spxcT .PaymentMethodEditView__disconnect-button__qXA8O:hover svg > path {
  fill: #525038;
}
.PaymentMethodEditView__status-box__spxcT .PaymentMethodEditView__connect-button__z0LVo {
  margin-top: 12px;
}
.PaymentMethodEditView__logo-box__JlpQR {
  background-color: #f9f8f5;
  height: 100%;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.PaymentMethodEditView__logo-image__bGlJP {
  width: 100%;
  max-width: 180px;
}

.PaymentMethodListView__icon-column__lutrN {
  text-align: center;
  width: 24px;
}
.PaymentMethodListView__icon-column__lutrN .PaymentMethodListView__icon__Nu5bJ {
  display: block;
}
.PaymentMethodListView__icon-column__lutrN .PaymentMethodListView__icon__Nu5bJ > path {
  fill: #706e4d;
}
.PaymentMethodListView__name-column__tN7kq {
  flex-grow: 1;
  text-align: left;
  width: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .PaymentMethodListView__name-column__tN7kq {
    max-width: 140px;
    overflow-wrap: break-word;
  }
}
.PaymentMethodListView__status-column__qvBUu {
  flex-grow: 1;
  text-align: left;
  width: 400px;
}
.PaymentMethodListView__center-list__snHLi {
  align-items: center;
}
.PaymentMethodListView__payment-icon-column__SGnFj {
  width: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .PaymentMethodListView__payment-icon-column__SGnFj {
    width: 0;
  }
}
.PaymentMethodListView__activated__nWm0u {
  display: flex;
  flex-direction: row;
  color: #97c344;
  align-items: center;
}
.PaymentMethodListView__activated__nWm0u p {
  margin-left: 7px;
}
.PaymentMethodListView__activated__nWm0u svg {
  fill: #97c344;
  width: 14px;
}
.PaymentMethodListView__payment-icon__kwGG5 {
  min-width: 50px;
  max-height: 22px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .PaymentMethodListView__payment-icon__kwGG5 {
    display: none;
  }
}

.PaymentMethodSetupCard__stripe-title__oy_44 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.PaymentMethodSetupCard__stripe-title__oy_44 h2 {
  margin-bottom: 0;
}
.PaymentMethodSetupCard__stripe-title__oy_44 .PaymentMethodSetupCard__stripe-subtitle__nHXqT {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.PaymentMethodSetupCard__stripe-title__oy_44 .PaymentMethodSetupCard__stripe-icon__b_wwT {
  width: 50px;
  margin-top: 4px;
}
@media (min-width: 62em) {
  .PaymentMethodSetupCard__stripe-title__oy_44 {
    flex-direction: row;
  }
  .PaymentMethodSetupCard__stripe-title__oy_44 p {
    margin-left: 10px;
  }
}
ul.PaymentMethodSetupCard__feature-list__cPC_2 li {
  padding: 8px 0 0;
}
ul.PaymentMethodSetupCard__tile-list__XEmzp li:not(:first-of-type) {
  padding: 8px 0 0;
}
@media (min-width: 75em) {
  .PaymentMethodSetupCard__tile-list__XEmzp span {
    padding-bottom: 10px;
  }
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__visa-icon__ueGqY,
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__mastercard-icon__f7GqL,
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__sepa-icon__JD49B,
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__apple-pay-icon__Dk0Gn,
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__google-pay-icon__x0q7T,
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__klarna-icon__lUO4f,
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__paypal-icon__IE6XC,
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__giropay-icon__o9hLr {
  border-radius: 2px;
  height: 35px;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__visa-icon__ueGqY {
  background: #1a1f71;
  padding: 10px 6px;
  border: 0.5px solid #1a1f71;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__visa-icon__ueGqY path {
  fill: white;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__mastercard-icon__f7GqL {
  border: 0.5px solid #979797;
  padding: 6px 8px;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__sepa-icon__JD49B {
  background: #00489a;
  padding: 10px 6px;
  border: 0.5px solid #00489a;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__apple-pay-icon__Dk0Gn {
  border: 0.5px solid #979797;
  padding: 8px;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__paypal-icon__IE6XC {
  border: 0.5px solid #979797;
  padding: 8px;
}
.PaymentMethodSetupCard__stripe-payments__ebEsZ .PaymentMethodSetupCard__giropay-icon__o9hLr {
  border: 0.5px solid #979797;
}

.PaymentMethodSelectView__info-text__OhUSQ {
  margin-bottom: 20px;
}
.PaymentMethodSelectView__name-column__FUlbc {
  width: 400px;
}
.PaymentMethodSelectView__payment-icon-column__U98v_ {
  width: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .PaymentMethodSelectView__payment-icon-column__U98v_ {
    width: 0;
  }
}
.PaymentMethodSelectView__status-column__K5NG4 {
  width: 400px;
}
.PaymentMethodSelectView__action-column__MTJ8I {
  text-align: right;
  width: 100px;
}
.PaymentMethodSelectView__deactivated__VyGKi {
  display: flex;
}
.PaymentMethodSelectView__payment-icon__N1YnW {
  min-width: 50px;
  max-height: 22px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .PaymentMethodSelectView__payment-icon__N1YnW {
    display: none;
  }
}

@media (min-width: 75em) {
  .BasicInformationCard__wrapper__N2OGu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
  }
}
@media (min-width: 112.5em) {
  .BasicInformationCard__wrapper__N2OGu {
    grid-template-columns: 2fr 1fr;
  }
}

.LocationDetails__container__agKPb {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 75em) {
  .LocationDetails__container__agKPb {
    margin-top: 20px;
  }
}
.LocationDetails__details__XZjpM {
  background-color: #f3f2ec;
  padding: 20px;
  line-height: 1.4;
}
.LocationDetails__details-text-one-line__R7bbV {
  align-self: end;
}
.LocationDetails__grid__PwxDp {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row-gap: 20px;
  align-items: start;
}
.LocationDetails__sr-only-heading__gpkTl {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.LocationDetails__icon__F1ZJy {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 10px;
}
.LocationDetails__icon__F1ZJy > path {
  fill: #3e3e3e;
}
.LocationDetails__table__M_LDd {
  width: max-content;
}
.LocationDetails__table-cell__KTYVO {
  padding: 0;
  font-weight: 400;
  vertical-align: baseline;
}
.LocationDetails__table-cell__KTYVO:first-child {
  padding-right: 30px;
}
.LocationDetails__table-cell-text__rm9iN {
  white-space: nowrap;
}
.LocationDetails__link__bdFxx {
  margin-top: 10px;
}
.LocationDetails__link__bdFxx svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
.LocationDetails__link__bdFxx svg > path {
  fill: #3d9589;
}
.LocationDetails__link__bdFxx:hover svg > path {
  fill: #2e7167;
}

.AdditionalProductDescriptionsCard__hint__aLy_j {
  color: gray;
  font-size: 13px;
}
.AdditionalProductDescriptionsCard__list__QV17M {
  max-height: 365px;
  overflow: clip auto;
}
.AdditionalProductDescriptionsCard__list__QV17M [class*='move-handle-column'] {
  align-self: center;
  padding-top: 25px !important;
}
.AdditionalProductDescriptionsCard__row__DQPEW {
  padding: 20px 0 !important;
  width: calc(100% - 100px);
}
.AdditionalProductDescriptionsCard__row-title__MLD_p {
  display: block;
  font-size: 16px;
}
.AdditionalProductDescriptionsCard__description__M0y46 {
  font-size: 13px;
  white-space: nowrap;
  overflow: clip;
  text-overflow: ellipsis;
}
.AdditionalProductDescriptionsCard__edit-button__ztHut {
  align-self: center;
  padding: 10px;
}
.AdditionalProductDescriptionsCard__add-button__dkJyd {
  align-items: center;
}
.AdditionalProductDescriptionsCard__add-button__dkJyd svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.AttachmentCard__attachment-tile__nuVvA {
  height: 100%;
}
.AttachmentCard__file-name-label___bOv9 {
  color: gray;
  font-weight: bold;
  font-size: 13px;
  margin-left: 1em;
}
.AttachmentCard__delete-button__i79M0 {
  margin-left: 1em;
}
.AttachmentCard__limit-label__UjpCG {
  margin-top: 0.5em;
  font-weight: normal;
  line-height: 1.2;
  color: gray;
}
.AttachmentCard__dropzone__cqUcO {
  display: flex;
  align-items: center;
  height: 100%;
}

.BasicInformationCard__ai-button-container__AZsHp {
  margin-top: 10px;
}
.BasicInformationCard__ai-button-container__AZsHp > button {
  align-items: center;
}

.CollectionsList__resizable-table__vlfLD {
  min-width: 910px;
}
.CollectionsList__resizable-table__vlfLD tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.CollectionsList__resizable-table__vlfLD tr:hover {
  background: inherit;
}
.CollectionsList__resizable-table__vlfLD tbody {
  display: block;
}
.CollectionsList__action-table__TuJ11 th,
.CollectionsList__action-table__TuJ11 td {
  border-left: 2px solid white;
}
.CollectionsList__action-table__TuJ11 th:first-child,
.CollectionsList__action-table__TuJ11 td:first-child {
  border-left: transparent;
}
.CollectionsList__action-table__TuJ11 thead {
  border-bottom: 2px solid #e9e8dc;
}
.CollectionsList__action-table__TuJ11 thead tr {
  border-bottom: transparent;
}
.CollectionsList__scroll-adaptions__e3qS8 > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.CollectionsList__scroll-adaptions__e3qS8 > tr:first-child::after {
  background: #f3f2ec;
}
.CollectionsList__vertical-scroll-box__IzLTh {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}
.CollectionsList__wrapper__h8lvW {
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  margin-top: 3px;
}
.CollectionsList__table__mdKC6 {
  min-width: 500px;
}
.CollectionsList__table__mdKC6 .CollectionsList__type-column__vrFDb {
  text-align: right;
  color: #8b8b8b;
}
.CollectionsList__container-empty__C7N7q {
  text-align: center;
  background-color: #f3f2ec;
  padding: 20px;
  margin-top: 5px;
}

.CrossSellCard__row__SETdr {
  display: table-row;
  align-items: flex-start;
  background-color: white;
  border-bottom: 1px solid #e9e8dc;
}
.CrossSellCard__row__SETdr:last-child {
  border-bottom: none;
}
.CrossSellCard__row__SETdr > div {
  padding: 15px 10px;
  box-sizing: content-box;
}
.CrossSellCard__row-is-dragging-over__x2lOX {
  background-color: white !important;
}
.CrossSellCard__row-floating__Gyj6u {
  display: table;
  background-color: #e8f3f2 !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
  border-radius: 3px;
  border-bottom: 0;
}
.CrossSellCard__move-handle-column__ophuH {
  width: 24px;
  padding-left: 0 !important;
  padding-top: 12px !important;
}
.CrossSellCard__move-handle-column__ophuH svg {
  display: block;
  cursor: grab;
}
.CrossSellCard__move-handle-column__ophuH svg path {
  fill: #aeaa7e;
}
.CrossSellCard__drag-handle__hFCIB {
  touch-action: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: grab;
}
.CrossSellCard__drag-handle__hFCIB svg {
  fill: #aeaa7e;
}
.CrossSellCard__row-draft__vmena {
  font-style: italic;
  color: #8b8b8b;
}
.CrossSellCard__resizable-table__Aw9BJ {
  min-width: 910px;
}
.CrossSellCard__resizable-table__Aw9BJ tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.CrossSellCard__resizable-table__Aw9BJ tr:hover {
  background: inherit;
}
.CrossSellCard__resizable-table__Aw9BJ tbody {
  display: block;
}
.CrossSellCard__action-table__mP1zH th,
.CrossSellCard__action-table__mP1zH td {
  border-left: 2px solid white;
}
.CrossSellCard__action-table__mP1zH th:first-child,
.CrossSellCard__action-table__mP1zH td:first-child {
  border-left: transparent;
}
.CrossSellCard__action-table__mP1zH thead {
  border-bottom: 2px solid #e9e8dc;
}
.CrossSellCard__action-table__mP1zH thead tr {
  border-bottom: transparent;
}
.CrossSellCard__scroll-adaptions__DBhzC > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.CrossSellCard__scroll-adaptions__DBhzC > tr:first-child::after {
  background: #f3f2ec;
}
.CrossSellCard__vertical-scroll-box__TjaW2 {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}
.CrossSellCard__suggestion__FcF2T {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
}
.CrossSellCard__suggestion__FcF2T div {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CrossSellCard__suggestion__FcF2T img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.CrossSellCard__suggestion__FcF2T span {
  padding-left: 38px;
}
.CrossSellCard__suggestion__FcF2T img + span {
  padding-left: 8px;
}
.CrossSellCard__radiobutton__pdUI9 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 8px;
}
.CrossSellCard__radiobutton__pdUI9:not(:last-child) {
  margin-bottom: 8px;
}
.CrossSellCard__group__KVZj_ {
  margin-top: 4px;
  display: flex;
}
.CrossSellCard__group__KVZj_ > label {
  margin-left: 8px;
}
.CrossSellCard__group__KVZj_ > label:not(:first-child) {
  margin-left: 15px;
}
.CrossSellCard__hint__kNExm {
  padding-top: 10px;
}
.CrossSellCard__image-column__IDgaC {
  width: 75px;
  text-align: center;
}
.CrossSellCard__name-column__V2Pou {
  min-width: 25%;
  text-align: left;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.CrossSellCard__sku-column__Vwji3 {
  width: 20%;
  text-align: left;
}
.CrossSellCard__price-column__sicV7 {
  width: 20%;
  text-align: left;
}
.CrossSellCard__price-column__sicV7 > div {
  text-decoration: line-through;
  color: #a4a4a4;
}
.CrossSellCard__row-draft__vmena .CrossSellCard__price-column__sicV7 > div {
  color: #b6b6b6;
}
.CrossSellCard__stock-level-column__nbpim {
  min-width: 140px;
  white-space: nowrap;
}
.CrossSellCard__alignment__itIFY .CrossSellCard__stock-level-column__nbpim {
  text-align: center;
}
.CrossSellCard__visible-column__cxGcZ {
  width: 12%;
  min-width: 125px;
  white-space: nowrap;
}
.CrossSellCard__actions-column__OCDZP {
  width: 60px;
  text-align: center;
}
.CrossSellCard__remove-button__jqSSm svg {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.CrossSellCard__remove-button__jqSSm svg > path {
  fill: #706e4d;
}
.CrossSellCard__row-draft__vmena {
  font-style: italic;
  color: #8b8b8b;
}
.CrossSellCard__toggle-wrapper__GGCXd {
  display: flex;
}
.CrossSellCard__toggled-area-wrapper__o6Mzd {
  border: 1px solid #d9d8c3;
  padding: 10px;
}
.CrossSellCard__toggle-label__lgDjV {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 16px;
}

.CustomizationCard__toggle-wrapper__GHjMo {
  display: flex;
}
.CustomizationCard__toggled-area-wrapper__MqGxZ {
  border: 1px solid #d9d8c3;
  padding: 10px;
}

.InventoryCard__form-group-stock-management__PGUUP {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
@media (max-width: 61.9375em) {
  .InventoryCard__form-group-with-margin__hm5H6 {
    margin-top: 25px;
  }
}
.InventoryCard__smart-input-wrapper__hcIjs {
  position: relative;
}
@media (max-width: 74.9375em) {
  .InventoryCard__smart-input-wrapper__hcIjs {
    margin-top: 25px;
  }
}
.InventoryCard__toggle-label__zecMa {
  color: gray;
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 61.9375em) {
  .PricingCard__form-group-with-margin__AxDyE {
    margin-top: 25px;
  }
}
@media (max-width: 74.9375em) {
  .PricingCard__form-group-with-margin-until-md__uAjgP {
    margin-top: 25px;
  }
}
.PricingCard__label__cbFlB {
  color: gray;
  font-weight: bold;
  font-size: 13px;
}
.PricingCard__unit-field__CSCxr:disabled {
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.PricingCard__ref-price__L2iEE {
  display: flex;
  height: 33px;
  align-items: center;
}

.ProductCharacteristicsCard__characteristics-tile__z0nLd {
  height: 100%;
}

.SeoEditModal__seo-edit-modal__PXXni main > p {
  margin-bottom: 20px;
}
.SeoEditModal__seo-edit-modal__PXXni main > form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 62em) {
  .SeoPreviewPanel__preview__oIkb1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.SeoPreviewPanel__preview__oIkb1 h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  color: gray;
}
.SeoPreviewPanel__preview__oIkb1:has(.SeoPreviewPanel__google-styles__GA2aa) {
  gap: 5px;
}
.SeoPreviewPanel__google-styles__GA2aa {
  position: relative;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
  padding: 15px 20px;
  font-family: arial, sans-serif;
}
.SeoPreviewPanel__google-styles__GA2aa h3 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  color: #340dab;
  word-break: break-all;
}
.SeoPreviewPanel__google-styles__GA2aa cite {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  color: #008029;
  font-style: normal;
  word-break: break-all;
}
.SeoPreviewPanel__google-styles__GA2aa span {
  display: block;
  font-size: 13px;
  line-height: 1.54;
  color: #545454;
  word-break: break-all;
}
.SeoPreviewPanel__meta-description-placeholder__FASmw {
  font-style: italic;
}
.SeoPreviewPanel__edit-button__WOPvg {
  position: absolute;
  top: 20px;
  right: 20px;
}

.BatchActionBar__wrapper__xq7Nf {
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.BatchActionBar__checkbox__zfp2R {
  display: flex;
}
.BatchActionBar__checkbox__zfp2R svg {
  margin-right: 0;
}
.BatchActionBar__selection__j8CGr {
  padding-left: 30px;
  padding-right: 20px;
  margin-right: 20px;
  height: 15px;
  border-right: 1px solid #bebebe;
  color: #8b8b8b;
  font-weight: normal;
  line-height: 1;
}

.ProductListView__organize-container__uj86P {
  display: flex;
  gap: 20px;
}
.ProductListView__search-container__YiauC {
  overflow: hidden;
}
.ProductListView__search-container__YiauC > :nth-child(1) {
  float: right;
  max-width: 100%;
  margin-bottom: 20px;
}
.ProductListView__search-container__YiauC > :nth-child(1) > :nth-child(1) {
  justify-content: flex-end;
}
.ProductListView__search-container__YiauC > :nth-child(1) > :nth-child(2) {
  margin-top: 20px;
}
.ProductListView__search-container__YiauC > :nth-child(2) {
  float: left;
  margin-bottom: 15px;
  line-height: 30px;
}
.ProductListView__table-head___QFVU {
  height: 52px;
}
.ProductListView__sku-column__S5Y7g {
  width: 10%;
}
th.ProductListView__sku-column__S5Y7g {
  padding-left: 29px;
}
.ProductListView__insertion__WrduY {
  padding-left: 14px;
}
td.ProductListView__sku-column-with-variations__DHcc_ {
  white-space: nowrap;
}
td.ProductListView__sku-column-with-variations__DHcc_:hover {
  cursor: pointer;
}
.ProductListView__image-column__v_myH {
  width: 5%;
  min-width: 75px;
  text-align: center;
}
.ProductListView__image-container__vLBo9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
.ProductListView__select-column__Ovsay {
  width: 2%;
  min-width: 15px;
  line-height: 0;
}
.ProductListView__select-column__Ovsay svg {
  margin-right: 0;
}
.ProductListView__selection-active__DuCaB {
  position: absolute;
  left: 0;
  width: 100%;
}
.ProductListView__name-column__WSHvZ {
  min-width: 25%;
  text-align: left;
}
.ProductListView__stock-level-column__QKcn9 {
  width: 10%;
  min-width: 140px;
  white-space: nowrap;
}
.ProductListView__alignment__Tou57 .ProductListView__stock-level-column__QKcn9 {
  text-align: center;
}
.ProductListView__alignment__Tou57 th.ProductListView__stock-level-column__QKcn9 a {
  display: inline-flex;
}
.ProductListView__visible-column__KGLbY {
  width: 10%;
  min-width: 125px;
  white-space: nowrap;
}
.ProductListView__purchasability-column__nIFT2 {
  width: 15%;
  text-align: center;
}
.ProductListView__price-column__ghesD {
  width: 10%;
  min-width: 180px;
}
.ProductListView__price-column-original-price__cWkKi {
  text-decoration: line-through;
  color: #a4a4a4;
}
.ProductListView__row-draft__ingEb .ProductListView__price-column-original-price__cWkKi {
  color: #b6b6b6;
}
.ProductListView__joint-column__JAbRw {
  text-align: center;
}
thead.ProductListView__collapse__UCmIe {
  visibility: collapse;
}
thead.ProductListView__collapse__UCmIe,
thead.ProductListView__collapse__UCmIe * {
  height: 0 !important;
  line-height: 0 !important;
  padding-block: 0 !important;
  margin-block: 0 !important;
  border: 0 !important;
}
.ProductListView__sort-icon__jg12m {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.ProductListView__sort-icon__jg12m > path {
  fill: currentcolor;
}
.ProductListView__sort-icon-default__ZyYjJ {
}
.ProductListView__sort-icon-default__ZyYjJ > path {
  fill: #c2bf9d;
}
.ProductListView__check-icon__AueJC {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.ProductListView__check-icon__AueJC > path {
  fill: #97c344;
}
tr.ProductListView__row-draft__ingEb {
  font-style: italic;
  color: #8b8b8b;
}
tr.ProductListView__row-variation__SHASm {
  background-color: #fbfbf8;
}
.ProductListView__collapsible-icon__sEG2G {
  width: 8px;
  height: 8px;
  margin-right: 6px;
}
.ProductListView__collapsible-icon-open__Oyo2R {
  transform: rotate(90deg);
}
.ProductListView__sticky-batch-action-bar__PHsKy {
  position: sticky;
  top: 73px;
  z-index: 1;
  margin: 0 -65px;
  padding: 15px 80px;
  background-color: #f3f2ec;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.ResetPasswordView__root__S1vbX {
  padding: 24px 12px;
  max-width: 555px;
  margin: 0 auto;
}
.ResetPasswordView__screen-header__iJJP_ {
  margin: 0 auto 24px;
  text-align: center;
}
.ResetPasswordView__screen-footer__ovqmo {
  margin: 24px auto 0;
  text-align: center;
}
.ResetPasswordView__logo__y7DZY {
  width: 238px;
  height: 76px;
}
.ResetPasswordView__title__S5S5L {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.ResetPasswordView__email__C1qD3 {
  font-weight: bold;
}

.ResponsiveDesignPreview__bar___1BN7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 58px;
  background-color: #12212c;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
.ResponsiveDesignPreview__notification__fUfeT,
.ResponsiveDesignPreview__theme-headline__Jdy1Y {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ResponsiveDesignPreview__notification__fUfeT svg {
  height: 1em;
}
.ResponsiveDesignPreview__notification__fUfeT path {
  fill: currentcolor;
}
.ResponsiveDesignPreview__theme-headline__Jdy1Y {
  font-weight: bold;
}
.ResponsiveDesignPreview__buttons__N1acy {
  display: flex;
  flex-basis: 20%;
  justify-content: center;
  gap: 10px;
}
.ResponsiveDesignPreview__buttons__N1acy > button {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  border: 0;
  border-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: calc(8px - 2px / 2) 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0.1, 1);
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
  padding: 4px;
  border: none;
  background-color: white;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ResponsiveDesignPreview__buttons__N1acy > button svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.ResponsiveDesignPreview__buttons__N1acy > button svg + * {
  margin-left: 3px;
  text-align: left;
}
.ResponsiveDesignPreview__buttons__N1acy > button:not(:disabled) {
  cursor: pointer;
}
@supports (-webkit-hyphens: none) {
  .ResponsiveDesignPreview__buttons__N1acy > button {
    position: relative;
    outline: none;
  }
}
.ResponsiveDesignPreview__buttons__N1acy > button:disabled {
  outline: 2px solid #4eb7a8;
}
.ResponsiveDesignPreview__buttons__N1acy > button:disabled path {
  fill: #4eb7a8;
}
@supports (-webkit-hyphens: none) {
  .ResponsiveDesignPreview__buttons__N1acy > button:disabled {
    outline: none;
  }
  .ResponsiveDesignPreview__buttons__N1acy > button:disabled::before {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid #4eb7a8;
    border-radius: 7px;
  }
}
.ResponsiveDesignPreview__buttons__N1acy > button > svg {
  width: 24px;
  height: 24px;
}
.ResponsiveDesignPreview__title__ZLqLc {
  flex-basis: 40%;
  text-align: right;
  opacity: 0.6;
}
.ResponsiveDesignPreview__wrapper__SNI9a {
  position: absolute;
  inset: 58px 0 0 0;
}

@keyframes ToastMessages__show__VyJLD {
  from {
    opacity: 0;
    right: -250px;
  }
  to {
    opacity: 1;
    right: 25px;
  }
}
.ToastMessages__container__fGUJz {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.ToastMessages__notification__biPCg {
  position: relative;
  right: 25px;
  top: 97px;
  pointer-events: auto;
  opacity: 1;
  animation: ToastMessages__show__VyJLD var(--animation-duration) ease-out;
}
.ToastMessages__notification-hide__lJDkg {
  opacity: 0;
  right: -250px;
  transition: all 1.3s ease-out;
}

.SettingsView__grid__QbKqp {
  display: grid;
  gap: 30px;
  grid-template-columns: auto;
}
@media (min-width: 75em) {
  .SettingsView__grid__QbKqp {
    grid-template-columns: 1fr 1fr;
  }
}

.ShippingAndPickupListView__shipping-method-card__O4G9_,
.ShippingAndPickupListView__pickup-option-card__hwbYQ {
  padding-left: 10px;
  border-left: 5px solid #f3f2ec;
}
.ShippingAndPickupListView__shipping-method-card-name__Dc0Dk,
.ShippingAndPickupListView__pickup-option-card-name__oK50V {
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
}

.ShippingMethodEditView__weight-price-threshold-delete-button__e0E0Y {
  margin-top: 24px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ShippingMethodEditView__weight-price-threshold-delete-button__e0E0Y path {
  fill: #706e4d;
}
.ShippingMethodEditView__radiobutton__IKN1P {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 8px;
}
.ShippingMethodEditView__radiobutton__IKN1P:not(:last-child) {
  margin-bottom: 8px;
}

.ShippingZoneEditView__icon-column__d6gIR {
  text-align: center;
  width: 24px;
}
.ShippingZoneEditView__name-column__mesnS {
  text-align: left;
}
.ShippingZoneEditView__add-method__YT_7j {
  display: inline-flex;
  margin-bottom: 25px;
}

.ShopSettingsView__grid__eQIfm {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 30px;
}
@media (min-width: 62em) {
  .ShopSettingsView__grid__eQIfm {
    grid-template-columns: auto auto;
  }
}
.ShopSettingsView__tile-container__aLrDl {
  display: flex;
  flex-direction: column;
}
.ShopSettingsView__headline__XCEqS {
  color: #3e3e3e;
  width: -moz-fit-content;
  width: fit-content;
}
.ShopSettingsView__headline__XCEqS:hover {
  color: #3d9589;
}
.ShopSettingsView__headline__XCEqS:hover svg path {
  fill: #3d9589;
}
.ShopSettingsView__headline__XCEqS h3 {
  font-size: 140%;
  font-weight: 500;
  line-height: 1.2;
}
.ShopSettingsView__headline__XCEqS svg {
  margin-right: 10px;
  vertical-align: text-top;
}
.ShopSettingsView__headline__XCEqS svg path {
  fill: #3e3e3e;
}
.ShopSettingsView__text__mxQya {
  flex: 1;
  margin-bottom: 30px;
}
.ShopSettingsView__cta__teGQa {
  display: inline-flex;
  align-self: flex-end;
}
.ShopSettingsView__cta__teGQa svg {
  width: 30px;
  height: 30px;
}
.ShopSettingsView__cta__teGQa svg path {
  fill: #3d9589;
}
.ShopSettingsView__cta__teGQa:hover svg path {
  fill: #2e7167;
}

@keyframes SocialSharingIllustration__fadeIn__DQOiD {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes SocialSharingIllustration__moveUp__qVdqd {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA > path {
  opacity: 0;
  animation-timing-function: ease;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__big-circle__O0U08 {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__small-circle__ickx2 {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
  animation-delay: 0.1s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__phone__LsKBz {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
  animation-delay: 0.2s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__smiley-top___auGn {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
  animation-delay: 0.3s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__heart-smiley-top__ogNTo {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
  animation-delay: 0.35s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__laugh-smiley__rUV4u {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
  animation-delay: 0.4s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__smiley-bottom__u_zG8 {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
  animation-delay: 0.45s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__heart-smiley-bottom__Rb5df {
  animation: SocialSharingIllustration__fadeIn__DQOiD 1s forwards;
  animation-delay: 0.5s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__big-heart__q07YR {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__small-heart__nPavy {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards;
  animation-delay: 0.1s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__big-thumbs-up__ZJfOL {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__small-thumbs-up__HAi8m {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards;
  animation-delay: 0.1s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__left-message__l4AwM,
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__left-message-fill__OWtK3 {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards cubic-bezier(0.34, 0.2, 0.43, 1.38);
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__left-message-bg__c3bC1 {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards cubic-bezier(0.34, 0.2, 0.43, 1.38);
  animation-delay: 0.2s;
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__right-message__WRzWp,
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__right-message-fill__NbXrH {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards cubic-bezier(0.34, 0.2, 0.43, 1.38);
}
.SocialSharingIllustration__social-sharing-illustration__ra8SA.SocialSharingIllustration__animate__mFWrz .SocialSharingIllustration__right-message-bg__bpnWl {
  animation: SocialSharingIllustration__moveUp__qVdqd 1s forwards cubic-bezier(0.34, 0.2, 0.43, 1.38);
  animation-delay: 0.2s;
}
.SocialSharingIllustration__phone__LsKBz {
  fill: none;
  stroke: #284b62;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
.SocialSharingIllustration__right-message__WRzWp,
.SocialSharingIllustration__left-message__l4AwM,
.SocialSharingIllustration__smiley-top___auGn,
.SocialSharingIllustration__smiley-bottom__u_zG8,
.SocialSharingIllustration__heart-smiley-top__ogNTo,
.SocialSharingIllustration__heart-smiley-bottom__Rb5df,
.SocialSharingIllustration__laugh-smiley__rUV4u {
  fill: #284b62;
}
.SocialSharingIllustration__big-circle__O0U08,
.SocialSharingIllustration__right-message-fill__NbXrH {
  fill: #dff2ef;
}
.SocialSharingIllustration__small-circle__ickx2 {
  fill: #97d4cc;
}
.SocialSharingIllustration__small-heart__nPavy,
.SocialSharingIllustration__big-heart__q07YR,
.SocialSharingIllustration__small-thumbs-up__HAi8m,
.SocialSharingIllustration__big-thumbs-up__ZJfOL,
.SocialSharingIllustration__left-message-bg__c3bC1,
.SocialSharingIllustration__right-message-bg__bpnWl {
  fill: #4eb7a8;
}
.SocialSharingIllustration__left-message-fill__OWtK3 {
  fill: white;
}

.SocialSharingView__tile__wROiw {
  overflow: hidden;
}
.SocialSharingView__container__zdLA2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.SocialSharingView__heading__K57Yq {
  font-size: 220%;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.1;
}
.SocialSharingView__sub-heading__FilaL {
  color: #7a764c;
  font-weight: bold;
  line-height: 1;
  font-size: 115%;
  margin-bottom: 30px;
}
.SocialSharingView__list-items__ivnr9 {
  list-style: none;
  padding-left: 0;
}
.SocialSharingView__list-items__ivnr9 li::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-token-category=%27icons%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z%27/%3E%3C/svg%3E");
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.SocialSharingView__illustration__L8leW {
  width: 40%;
}
.SocialSharingView__illustration__L8leW svg {
  margin-top: -40px;
}

.InventoryTable__resizable-table__NvzN4 {
  min-width: 910px;
}
.InventoryTable__resizable-table__NvzN4 tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.InventoryTable__resizable-table__NvzN4 tr:hover {
  background: inherit;
}
.InventoryTable__resizable-table__NvzN4 tbody {
  display: block;
}
.InventoryTable__action-table__z_u4T th,
.InventoryTable__action-table__z_u4T td {
  border-left: 2px solid white;
}
.InventoryTable__action-table__z_u4T th:first-child,
.InventoryTable__action-table__z_u4T td:first-child {
  border-left: transparent;
}
.InventoryTable__action-table__z_u4T thead {
  border-bottom: 2px solid #e9e8dc;
}
.InventoryTable__action-table__z_u4T thead tr {
  border-bottom: transparent;
}
.InventoryTable__scroll-adaptions__wNAzL > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.InventoryTable__scroll-adaptions__wNAzL > tr:first-child::after {
  background: #f3f2ec;
}
.InventoryTable__vertical-scroll-box__aVYL2 {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}
.InventoryTable__wrapper__efm5_ {
  position: relative;
  overflow: hidden;
}
.InventoryTable__wrapper__efm5_.InventoryTable__stock-management-enabled__XSTNf tbody tr:first-child {
  margin-top: 5px;
}
.InventoryTable__table__V4Gz7 thead td:not(.InventoryTable__stock-level-col__E1kUk),
.InventoryTable__table__V4Gz7 thead th:not(.InventoryTable__stock-level-col__E1kUk) {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.InventoryTable__table__V4Gz7 th {
  width: 15%;
}
.InventoryTable__table__V4Gz7 td {
  width: 15%;
}
.InventoryTable__table__V4Gz7 .InventoryTable__name-col__tGUnl {
  width: 18%;
  word-wrap: break-word;
}
.InventoryTable__table__V4Gz7 .InventoryTable__code-col__Pnsab {
  position: relative;
  width: 20%;
}
.InventoryTable__table__V4Gz7 .InventoryTable__stock-level-col__E1kUk {
  width: 37%;
}
.InventoryTable__table__V4Gz7 .InventoryTable__stock-level-col__E1kUk.InventoryTable__splited-col__L5IO3 {
  width: 18.5%;
}
.InventoryTable__table__V4Gz7 .InventoryTable__stock-level-col__E1kUk.InventoryTable__splited-col__L5IO3 label {
  color: gray;
  font-weight: bold;
  font-size: 12px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
}
.InventoryTable__table__V4Gz7 .InventoryTable__purchasability-col__fHPGO {
  text-align: center;
}
@media (max-width: 1401px) {
  .InventoryTable__table__V4Gz7 .InventoryTable__purchasability-col__fHPGO {
    width: 10%;
  }
}
.InventoryTable__table__V4Gz7 .InventoryTable__purchasability-col__fHPGO label {
  justify-content: center;
}
.InventoryTable__thead-toggle__vjeOg {
  display: flex;
}
.InventoryTable__thead-toggle__vjeOg span {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.InventoryTable__note__TEg6S {
  color: #717171;
  font-size: 12px;
  font-style: italic;
}
.InventoryTable__smart-input-field-wrapper__piy59 {
  position: relative;
}
.InventoryTable__apply-availibility__jfHsb {
  color: gray;
  font-weight: bold;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.InventoryTable__apply-availibility__jfHsb input {
  width: 50px;
  margin-left: 10px;
  text-align: center;
}
.InventoryTable__apply-stock-level-adjust-state__UHZOI {
  position: relative;
}
.InventoryTable__apply-stock-level-adjust-state__UHZOI .InventoryTable__apply-stock-level-title__E12Kn {
  position: absolute;
  bottom: -30px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.InventoryTable__apply-stock-level-adjust-state__UHZOI .InventoryTable__apply-stock-level-title__E12Kn span {
  width: 48%;
}
.InventoryTable__ribbon__Iqoq2 {
  position: relative;
  display: inline-block;
  background: #edece2;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.InventoryTable__ribbon__Iqoq2::after {
  content: '';
  position: absolute;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #d9d8c3;
  top: 0;
  right: -7px;
}
.InventoryTable__shared-stock-level-col__ECheY {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.InventoryTable__shared-stock-level-col__ECheY .InventoryTable__current-stock-level__ko0i3 {
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 48%;
}
.InventoryTable__shared-stock-level-col__ECheY .InventoryTable__current-stock-level__ko0i3.InventoryTable__new-stock-level__WBDKr {
  font-weight: bold;
}
.InventoryTable__shared-stock-level-col__ECheY .InventoryTable__adjust-stock-level__luUMa {
  width: 48%;
}

.PricingTable__resizable-table__bTEjz {
  min-width: 910px;
}
.PricingTable__resizable-table__bTEjz tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.PricingTable__resizable-table__bTEjz tr:hover {
  background: inherit;
}
.PricingTable__resizable-table__bTEjz tbody {
  display: block;
}
.PricingTable__action-table__v66m8 th,
.PricingTable__action-table__v66m8 td {
  border-left: 2px solid white;
}
.PricingTable__action-table__v66m8 th:first-child,
.PricingTable__action-table__v66m8 td:first-child {
  border-left: transparent;
}
.PricingTable__action-table__v66m8 thead {
  border-bottom: 2px solid #e9e8dc;
}
.PricingTable__action-table__v66m8 thead tr {
  border-bottom: transparent;
}
.PricingTable__scroll-adaptions__nGSsE > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.PricingTable__scroll-adaptions__nGSsE > tr:first-child::after {
  background: #f3f2ec;
}
.PricingTable__vertical-scroll-box__v61vu {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}
.PricingTable__wrapper__MsCrs {
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d8c3;
  padding: 10px;
}
.PricingTable__table__cVI6c thead th {
  width: 17%;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.PricingTable__table__cVI6c thead th label {
  display: flex;
}
.PricingTable__table__cVI6c thead th label span:not([style]) {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.PricingTable__table__cVI6c thead td {
  padding: 33px 15px 15px;
}
.PricingTable__table__cVI6c thead td.PricingTable__splited-col__nP9M9 {
  padding-top: 15px;
}
.PricingTable__table__cVI6c thead td.PricingTable__splited-col__nP9M9 label {
  color: gray;
  font-weight: bold;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.PricingTable__table__cVI6c th,
.PricingTable__table__cVI6c td {
  width: 17%;
}
.PricingTable__table__cVI6c th.PricingTable__name-col___dQAp,
.PricingTable__table__cVI6c td.PricingTable__name-col___dQAp {
  width: 18%;
  word-wrap: break-word;
}
.PricingTable__table__cVI6c tr:last-child:has([aria-invalid='true']) {
  margin-bottom: 30px;
}
.PricingTable__toggle-wrapper__huD0_ {
  display: inline-flex;
}
.PricingTable__toggle-wrapper__huD0_:not(:only-child) {
  margin-bottom: 10px;
}
.PricingTable__unit-field__xW4oa:disabled {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ResizableTable__resizable-table__qkdMS {
  min-width: 910px;
}
.ResizableTable__resizable-table__qkdMS tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ResizableTable__resizable-table__qkdMS tr:hover {
  background: inherit;
}
.ResizableTable__resizable-table__qkdMS tbody {
  display: block;
}
.ResizableTable__action-table__y2KwQ th,
.ResizableTable__action-table__y2KwQ td {
  border-left: 2px solid white;
}
.ResizableTable__action-table__y2KwQ th:first-child,
.ResizableTable__action-table__y2KwQ td:first-child {
  border-left: transparent;
}
.ResizableTable__action-table__y2KwQ thead {
  border-bottom: 2px solid #e9e8dc;
}
.ResizableTable__action-table__y2KwQ thead tr {
  border-bottom: transparent;
}
.ResizableTable__scroll-adaptions__eSWAE > tr::after {
  content: '';
  display: table-cell;
  width: var(--scroll-bar-width, 15px);
}
.ResizableTable__scroll-adaptions__eSWAE > tr:first-child::after {
  background: #f3f2ec;
}
.ResizableTable__vertical-scroll-box__YTeNE {
  min-height: 25em;
  max-height: max-content;
  height: 25em;
  overflow-x: auto;
  resize: vertical;
  scrollbar-gutter: stable;
}

.LogoField__item__giaix {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .LogoField__item__giaix {
    flex-direction: row;
    align-items: center;
  }
}
.LogoField__container__EI1kK {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #d9d8c3;
  border-radius: 3px;
}
@media only screen and (min-width: 48em) {
  .LogoField__container__EI1kK {
    width: 250px;
  }
}
.LogoField__image__hQu0D {
  max-width: 100%;
  max-height: 100%;
}
.LogoField__dropzone__I9zz6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.LogoField__dropzone__I9zz6:focus {
  outline: none;
}
.LogoField__dropzone__I9zz6 svg {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.LogoField__dropzone__I9zz6 svg > path {
  fill: #efeee5;
}
.LogoField__links__MBDN6 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
@media only screen and (min-width: 48em) {
  .LogoField__links__MBDN6 {
    flex-direction: column;
    margin-top: 0;
    margin-left: 40px;
  }
  .LogoField__links__MBDN6 button:not(:last-child) {
    order: 2;
  }
  .LogoField__links__MBDN6 button:last-child {
    order: 1;
    margin-bottom: 15px;
  }
}


/*# sourceMappingURL=styles-epages-48469d5271729bdff2fe.css.map*/