/* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */
/**
 * Deprecated. Not for use in new websites.
 * https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#break-word
 */
.tab-content-container.tab-style-primary {
  margin-left: 24px;
  margin-right: 24px;
}

.vega-tab {
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1));
}

.tab-content-container .tab-list.scroll {
  width: 100%;
  overflow: hidden;
}
.tab-content-container .tab-list.scroll .overflow-scroll > div {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-content-container .tab-list.scroll .overflow-scroll > div::-webkit-scrollbar {
  display: none;
}

.tab-content-container.more-tab .vega-tab {
  flex-grow: 1;
}

.tab-content-container.more-tab .vega-tab.last-page {
  flex-grow: 0;
}

.vega-tab > div.vega-tab-container {
  display: flex;
  align-items: center;
}

.vega-tab > div.vega-tab-container > div {
  flex-grow: 1;
}

.tab-style-primary .vega-tab:hover {
  background-color: rgba(var(--v-bg-tab-hover, 245, 247, 247, 1));
}

.tab-style-primary .vega-tab.selected,
.tab-style-primary .vega-tab.selected:hover {
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
}

.vega-tab > div > .label {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vega-tab > div > .label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .vega-tab > div > .label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  .vega-tab > div > .label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.vega-tab > div > .label vega-icon {
  padding-right: 8px;
}

.vega-tab > div > .label .vega-counter-badge {
  position: relative;
  height: 20px;
  padding-left: 8px;
}
.vega-tab > div > .label .vega-counter-badge vega-counter-badge {
  position: absolute;
  padding-left: 8px;
  top: 10px;
}
.vega-tab > div > .label .vega-counter-badge.one-digit {
  width: 20px;
}
.vega-tab > div > .label .vega-counter-badge.one-digit vega-counter-badge {
  left: 10px;
}
.vega-tab > div > .label .vega-counter-badge.two-digits {
  width: 28px;
}
.vega-tab > div > .label .vega-counter-badge.two-digits vega-counter-badge {
  left: 14px;
}
.vega-tab > div > .label .vega-counter-badge.multi-digits {
  width: 32px;
}
.vega-tab > div > .label .vega-counter-badge.multi-digits vega-counter-badge {
  left: 16px;
}

.vega-tab > div > .label.vega-close-icon-space {
  padding-right: 12px;
}

.vega-tab > div > div.vega-close-icon {
  padding-left: 0px;
  flex-grow: 0;
  padding-right: 13px;
}

.vega-tab > div > div.vega-hidden {
  display: none;
}

.vega-tab > div vega-icon {
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  box-sizing: content-box;
}

.vega-tab > div > div.vega-close-icon vega-icon {
  color: rgba(var(--v-text-input-placeholder, 176, 180, 181, 1));
}

.vega-tab.disabled {
  pointer-events: none;
  background-color: rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1));
}
.vega-tab.disabled .label,
.vega-tab.disabled vega-icon {
  color: rgba(var(--v-text-disabled, 176, 180, 181, 1));
}

:host {
  display: block;
  width: 100%;
  text-align: left;
  line-height: normal;
  /* the component will display error when width too small */
  min-width: 270px;
}

.horizontal-divider {
  height: 1px;
  background-color: rgba(var(--v-bg-divider, 171, 198, 216, 1));
  width: 100%;
  display: none;
  margin-top: -1px;
}

.tab-content-container {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.tab-content-container.more-tab .tab-list {
  width: 100%;
}

div.tab-left-button,
div.tab-right-button {
  display: inline-block;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1));
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
}

div.tab-left-button.vega-hidden,
div.tab-right-button.vega-hidden {
  display: none;
}

div.tab-left-button vega-icon,
div.tab-right-button vega-icon {
  box-sizing: content-box;
  padding: 13px 13px 13px 12px;
}

.vega-tab-group-content vega-tab-group-panel {
  display: none;
}

.vega-tab-group-content vega-tab-group-panel.active {
  display: block;
}

.tab-style-secondary .vega-tab > div.vega-tab-container {
  align-items: baseline;
}

.tab-style-secondary + .horizontal-divider {
  display: block;
}

.tab-style-secondary .vega-tab {
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
}

.tab-style-secondary .vega-tab > div > .label {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 12px;
}

.tab-style-secondary .vega-tab.selected > div > .label,
.tab-style-secondary .vega-tab.selected > div > .label vega-icon,
.tab-style-secondary .vega-tab:hover > div > .label,
.tab-style-secondary .vega-tab:hover > div > .label vega-icon {
  color: rgba(var(--v-text-link, 19, 98, 226, 1));
}

.tab-style-secondary .vega-tab {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
}

.tab-style-secondary .vega-tab.selected {
  border-color: rgba(var(--v-border-color-action, 19, 98, 226, 1));
}

.tab-style-secondary div.tab-left-button,
.tab-style-secondary div.tab-right-button {
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
}

.tab-style-secondary div.tab-left-button vega-icon,
.tab-style-secondary div.tab-right-button vega-icon {
  padding: 6px 13px 13px 6px;
}

.tab-style-secondary div.tab-left-button:hover vega-icon,
.tab-style-secondary div.tab-right-button:hover vega-icon {
  color: rgba(var(--v-text-link, 19, 98, 226, 1));
}