/***=!! New design variables !!=***/
.reward-supplier-drawer[data-v-1faca74f] {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reward-supplier-drawer__header[data-v-1faca74f] {
  padding: 38px 48px;
  border-bottom: 1px solid var(--extole-border, #dfe1e6);
}
.reward-supplier-drawer__content[data-v-1faca74f] {
  position: relative;
  flex-grow: 1;
  overflow: auto;
}/***=!! New design variables !!=***/
.reward-supplier-list-item[data-v-d4b1ac31] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--extole-surface, #ffffff);
  border: 1px solid var(--extole-border, #e8eaee);
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.reward-supplier-list-item[data-v-d4b1ac31]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.reward-supplier-list-item__image[data-v-d4b1ac31] {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reward-supplier-list-item__image img[data-v-d4b1ac31] {
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.reward-supplier-list-item__icon[data-v-d4b1ac31] {
  font-size: 48px;
  color: var(--extole-content-muted, #6f788b);
  transition: transform 0.2s ease, color 0.2s ease;
}
.reward-supplier-list-item:hover .reward-supplier-list-item__image img[data-v-d4b1ac31] {
  transform: scale(1.1);
}
.reward-supplier-list-item:hover .reward-supplier-list-item__icon[data-v-d4b1ac31] {
  transform: scale(1.1);
  color: var(--extole-content, #2f3750);
}
.reward-supplier-list-item__content[data-v-d4b1ac31] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.reward-supplier-list-item__name[data-v-d4b1ac31] {
  color: var(--extole-content, #2f3750);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reward-supplier-list-item__categories[data-v-d4b1ac31] {
  color: var(--extole-content-muted, #6f788b);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reward-supplier-list-item__description[data-v-d4b1ac31] {
  color: var(--extole-content, #3b445e);
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}.reward-supplier-list[data-v-40495111] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}/***=!! New design variables !!=***/
.select-reward-supplier-view[data-v-12470fd0] {
  height: 100%;
}
.select-reward-supplier-view__loading-container[data-v-12470fd0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.select-reward-supplier-view__container[data-v-12470fd0] {
  padding: 40px 48px;
}
.select-reward-supplier-view__empty[data-v-12470fd0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  gap: 16px;
}
.select-reward-supplier-view__empty i[data-v-12470fd0] {
  font-size: 48px;
  color: #c1c7d0;
}
.select-reward-supplier-view__empty p[data-v-12470fd0] {
  color: var(--extole-content-muted, #6f788b);
  font-size: 16px;
  text-align: center;
  max-width: 300px;
}.component-duplication-header[data-v-b27cd532] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  flex-shrink: 0;
}/***=!! New design variables !!=***/
.legacy-reward-supplier-detail-view[data-v-122f5259] {
  height: 100%;
  overflow: hidden;
}
.legacy-reward-supplier-detail-view__container[data-v-122f5259] {
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 48px;
}
.legacy-reward-supplier-detail-view__inner[data-v-122f5259] {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.legacy-reward-supplier-detail-view__description[data-v-122f5259] {
  padding-bottom: 24px;
  flex-shrink: 0;
}
.legacy-reward-supplier-detail-view__description p[data-v-122f5259] {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--extole-content-muted, #6f788b);
}/***=!! New design variables !!=***/
.tango-brand-card[data-v-c86bc773] {
  display: flex;
  flex-direction: column;
  background: var(--extole-surface, #ffffff);
  border: 1px solid var(--extole-border, #dfe1e6);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tango-brand-card[data-v-c86bc773]:hover {
  border-color: #0052cc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.tango-brand-card__image[data-v-c86bc773], .tango-brand-card__image-placeholder[data-v-c86bc773] {
  width: 100%;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--extole-surface-muted, #f4f5f7);
  overflow: hidden;
}
.tango-brand-card__image img[data-v-c86bc773], .tango-brand-card__image-placeholder img[data-v-c86bc773] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.tango-brand-card__image i[data-v-c86bc773], .tango-brand-card__image-placeholder i[data-v-c86bc773] {
  font-size: 32px;
  color: #c1c7d0;
}
.tango-brand-card__content[data-v-c86bc773] {
  padding: 8px;
  text-align: center;
}
.tango-brand-card__name[data-v-c86bc773] {
  font-size: 12px;
  font-weight: 500;
  color: var(--extole-content, #172b4d);
  line-height: 1.3;
  display: block;
}/***=!! New design variables !!=***/
.tango-brand-selection-inline[data-v-0eb377eb] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
}
.tango-brand-selection-inline__loading[data-v-0eb377eb] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
.tango-brand-selection-inline__content[data-v-0eb377eb] {
  flex: 1;
}
.tango-brand-selection-inline__empty[data-v-0eb377eb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  gap: 16px;
}
.tango-brand-selection-inline__empty i[data-v-0eb377eb] {
  font-size: 48px;
  color: #c1c7d0;
}
.tango-brand-selection-inline__empty p[data-v-0eb377eb] {
  color: var(--extole-content-muted, #6f788b);
  font-size: 16px;
}
.tango-brand-selection-inline__grid[data-v-0eb377eb] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  padding-bottom: 16px;
}.tango-gift-card-form[data-v-d2cb78cb] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tango-gift-card-form__header[data-v-d2cb78cb] {
  display: flex;
  justify-content: center;
  padding: 24px 48px;
  flex-shrink: 0;
  position: relative;
}
.tango-gift-card-form__header[data-v-d2cb78cb]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48px;
  right: 48px;
  height: 1px;
  background-color: #dfe1e6;
}
.tango-gift-card-form__header-inner[data-v-d2cb78cb] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 740px;
}
.tango-gift-card-form__name-input[data-v-d2cb78cb] {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.tango-gift-card-form__name-input input[data-v-d2cb78cb] {
  flex: 1;
  padding: 0;
  padding-right: 20px;
  border: none;
  max-width: none;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #22283f;
  background: transparent;
}
.tango-gift-card-form__name-input input[data-v-d2cb78cb]::placeholder {
  color: #22283f;
}
.tango-gift-card-form__name-input input[data-v-d2cb78cb]:focus {
  outline: none;
  box-shadow: none;
}
.tango-gift-card-form__name-input input[data-v-d2cb78cb]:hover, .tango-gift-card-form__name-input input[data-v-d2cb78cb]:focus {
  background-image: repeating-linear-gradient(to right, #b4bac5, #b4bac5 10px, transparent 10px, transparent 19px);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.tango-gift-card-form__name-input input[data-v-d2cb78cb]:hover::placeholder, .tango-gift-card-form__name-input input[data-v-d2cb78cb]:focus::placeholder {
  color: #b4bac5;
}
.tango-gift-card-form__name-input i[data-v-d2cb78cb] {
  position: absolute;
  right: 0;
  bottom: 1px;
  margin: auto;
  font-size: 12px;
  line-height: 12px;
  color: #b4bac5;
  display: none;
}
.tango-gift-card-form__name-input input:focus + i[data-v-d2cb78cb],
.tango-gift-card-form__name-input input:hover + i[data-v-d2cb78cb] {
  display: block;
}
.tango-gift-card-form__search-input[data-v-d2cb78cb] {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #dfe1e6;
  border-radius: 4px;
  font-size: 14px;
}
.tango-gift-card-form__search-input[data-v-d2cb78cb]:focus {
  outline: none;
  border-color: #0052cc;
  box-shadow: none;
}
.tango-gift-card-form__search-input[data-v-d2cb78cb]::placeholder {
  color: #6f788b;
}
.tango-gift-card-form__content[data-v-d2cb78cb] {
  flex: 1;
  overflow-y: auto;
  padding: 24px 48px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
}
.tango-gift-card-form__form[data-v-d2cb78cb] {
  width: 100%;
  max-width: 740px;
}
.tango-gift-card-form__loading[data-v-d2cb78cb] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.brand-banner[data-v-d2cb78cb] {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  background: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.brand-banner__header[data-v-d2cb78cb] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-banner__image[data-v-d2cb78cb] {
  flex-shrink: 0;
  width: 60px;
  height: 45px;
  object-fit: contain;
  border-radius: 4px;
  background: #ffffff;
  padding: 4px;
}
.brand-banner__name[data-v-d2cb78cb] {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.brand-banner__change[data-v-d2cb78cb] {
  flex-shrink: 0;
  color: #1a6ae5;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.brand-banner__change[data-v-d2cb78cb]:hover {
  text-decoration: underline;
}
.brand-banner__description-wrapper[data-v-d2cb78cb] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.brand-banner__description[data-v-d2cb78cb] {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #777777;
  line-height: 1.6;
}
.brand-banner__description.is-collapsed[data-v-d2cb78cb] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand-banner__description[data-v-d2cb78cb] a {
  color: #1a6ae5;
  text-decoration: none;
}
.brand-banner__description[data-v-d2cb78cb] a:hover {
  text-decoration: underline;
}
.brand-banner__toggle[data-v-d2cb78cb] {
  display: inline-block;
  color: #1a6ae5;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.brand-banner__toggle[data-v-d2cb78cb]:hover {
  text-decoration: underline;
}.manual-coupon-form[data-v-4668b833] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.manual-coupon-form__header[data-v-4668b833] {
  display: flex;
  justify-content: center;
  padding: 24px 48px;
  flex-shrink: 0;
  position: relative;
}
.manual-coupon-form__header[data-v-4668b833]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48px;
  right: 48px;
  height: 1px;
  background-color: #dfe1e6;
}
.manual-coupon-form__header-inner[data-v-4668b833] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 740px;
}
.manual-coupon-form__name-input[data-v-4668b833] {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.manual-coupon-form__name-input input[data-v-4668b833] {
  flex: 1;
  padding: 0;
  padding-right: 20px;
  border: none;
  max-width: none;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #22283f;
  background: transparent;
}
.manual-coupon-form__name-input input[data-v-4668b833]::placeholder {
  color: #22283f;
}
.manual-coupon-form__name-input input[data-v-4668b833]:focus {
  outline: none;
  box-shadow: none;
}
.manual-coupon-form__name-input input[data-v-4668b833]:hover, .manual-coupon-form__name-input input[data-v-4668b833]:focus {
  background-image: repeating-linear-gradient(to right, #b4bac5, #b4bac5 10px, transparent 10px, transparent 19px);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.manual-coupon-form__name-input input[data-v-4668b833]:hover::placeholder, .manual-coupon-form__name-input input[data-v-4668b833]:focus::placeholder {
  color: #b4bac5;
}
.manual-coupon-form__name-input i[data-v-4668b833] {
  position: absolute;
  right: 0;
  bottom: 1px;
  margin: auto;
  font-size: 12px;
  line-height: 12px;
  color: #b4bac5;
  display: none;
}
.manual-coupon-form__name-input input:focus + i[data-v-4668b833],
.manual-coupon-form__name-input input:hover + i[data-v-4668b833] {
  display: block;
}
.manual-coupon-form__content[data-v-4668b833] {
  flex: 1;
  overflow-y: auto;
  padding: 24px 48px 72px;
  display: flex;
  justify-content: center;
}
.manual-coupon-form__form[data-v-4668b833] {
  width: 100%;
  max-width: 740px;
}.custom-reward-form[data-v-28f00d70] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom-reward-form__header[data-v-28f00d70] {
  display: flex;
  justify-content: center;
  padding: 24px 48px;
  flex-shrink: 0;
  position: relative;
}
.custom-reward-form__header[data-v-28f00d70]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48px;
  right: 48px;
  height: 1px;
  background-color: #dfe1e6;
}
.custom-reward-form__header-inner[data-v-28f00d70] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 740px;
}
.custom-reward-form__name-input[data-v-28f00d70] {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.custom-reward-form__name-input input[data-v-28f00d70] {
  flex: 1;
  padding: 0;
  padding-right: 20px;
  border: none;
  max-width: none;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #22283f;
  background: transparent;
}
.custom-reward-form__name-input input[data-v-28f00d70]::placeholder {
  color: #22283f;
}
.custom-reward-form__name-input input[data-v-28f00d70]:focus {
  outline: none;
  box-shadow: none;
}
.custom-reward-form__name-input input[data-v-28f00d70]:hover, .custom-reward-form__name-input input[data-v-28f00d70]:focus {
  background-image: repeating-linear-gradient(to right, #b4bac5, #b4bac5 10px, transparent 10px, transparent 19px);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.custom-reward-form__name-input input[data-v-28f00d70]:hover::placeholder, .custom-reward-form__name-input input[data-v-28f00d70]:focus::placeholder {
  color: #b4bac5;
}
.custom-reward-form__name-input i[data-v-28f00d70] {
  position: absolute;
  right: 0;
  bottom: 1px;
  margin: auto;
  font-size: 12px;
  line-height: 12px;
  color: #b4bac5;
  display: none;
}
.custom-reward-form__name-input input:focus + i[data-v-28f00d70],
.custom-reward-form__name-input input:hover + i[data-v-28f00d70] {
  display: block;
}
.custom-reward-form__content[data-v-28f00d70] {
  flex: 1;
  overflow-y: auto;
  padding: 24px 48px 72px;
  display: flex;
  justify-content: center;
}
.custom-reward-form__form[data-v-28f00d70] {
  width: 100%;
  max-width: 740px;
}/***=!! New design variables !!=***/
.creatable-reward-supplier-detail-view[data-v-adba1c08] {
  height: 100%;
  overflow: hidden;
}
.creatable-reward-supplier-detail-view__container[data-v-adba1c08] {
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 48px;
}
.creatable-reward-supplier-detail-view__inner[data-v-adba1c08] {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.creatable-reward-supplier-detail-view__header[data-v-adba1c08] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  flex-shrink: 0;
}
.creatable-reward-supplier-detail-view__header h2[data-v-adba1c08] {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--extole-content, #172b4d);
}
.creatable-reward-supplier-detail-view__content[data-v-adba1c08] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  min-height: 0;
}/***=!! New design variables !!=***/
.reward-supplier-duplication-drawer-detail-view[data-v-12a79af5] {
  height: 100%;
  overflow: hidden;
}
.reward-supplier-duplication-drawer-detail-view__container[data-v-12a79af5] {
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 48px;
}
.reward-supplier-duplication-drawer-detail-view__inner[data-v-12a79af5] {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.reward-supplier-duplication-drawer-detail-view__header[data-v-12a79af5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  flex-shrink: 0;
}
.reward-supplier-duplication-drawer-detail-view__header h2[data-v-12a79af5] {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--extole-content, #172b4d);
}
.reward-supplier-duplication-drawer-detail-view__socket-selector[data-v-12a79af5] {
  padding-bottom: 24px;
  flex-shrink: 0;
}
.reward-supplier-duplication-drawer-detail-view__socket-selector label[data-v-12a79af5] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--extole-content, #172b4d);
}
.reward-supplier-duplication-drawer-detail-view__socket-selector .no-sockets-message[data-v-12a79af5],
.reward-supplier-duplication-drawer-detail-view__socket-selector .loading-message[data-v-12a79af5] {
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--extole-content-muted, #6f788b);
  background-color: var(--extole-surface-muted, #f4f5f7);
  border-radius: 4px;
}
.reward-supplier-duplication-drawer-detail-view__socket-selector .loading-message[data-v-12a79af5] {
  color: var(--extole-content, #172b4d);
}
.reward-supplier-duplication-drawer-detail-view__content[data-v-12a79af5] {
  flex: 1;
  overflow: auto;
  min-height: 0;
}
.reward-supplier-duplication-drawer-detail-view__loading[data-v-12a79af5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.reward-supplier-duplication-drawer-detail-view__error[data-v-12a79af5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 48px;
}
.reward-supplier-duplication-drawer-detail-view__error p[data-v-12a79af5] {
  color: var(--extole-content-muted, #6f788b);
  font-size: 16px;
  text-align: center;
}