/* 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
 */
/* This file is generated by vega-design 2.0.77 */
/* vertical css */
:host .vega-progress-tracker__container {
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

:host .vega-progress-tracker__slot {
  width: 100%;
  display: block;
}

:host .vega-progress-step {
  display: flex;
  gap: 16px;
}

:host(:not(.click-step-disabled)) .vega-progress-step {
  cursor: pointer;
}
:host(:not(.click-step-disabled)) .vega-progress-step.default:hover .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action-quaternary-hover, 239, 239, 239, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.default .vega-progress-step__icon:hover {
  background-color: rgba(var(--v-bg-action-quaternary-hover, 239, 239, 239, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.default:active .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action-quaternary-active, 205, 209, 211, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.inProgress .vega-progress-step__icon:hover,
:host(:not(.click-step-disabled)) .vega-progress-step.current .vega-progress-step__icon:hover {
  background-color: rgba(var(--v-bg-action-hover, 4, 112, 236, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.inProgress:hover .vega-progress-step__icon,
:host(:not(.click-step-disabled)) .vega-progress-step.current:hover .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action-hover, 4, 112, 236, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.inProgress:active .vega-progress-step__icon,
:host(:not(.click-step-disabled)) .vega-progress-step.current:active .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action-active, 29, 65, 195, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.complete:hover .vega-progress-step__icon {
  border-color: rgba(var(--v-border-color-action-hover, 4, 112, 236, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.complete:hover .vega-progress-step__icon vega-icon {
  color: rgba(var(--v-text-link-hover, 4, 112, 236, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.complete:active .vega-progress-step__icon {
  border-color: rgba(var(--v-border-color-action-active, 29, 65, 195, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.complete:active .vega-progress-step__icon vega-icon {
  color: rgba(var(--v-text-link-active, 29, 65, 195, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.complete.current:hover .vega-progress-step__icon vega-icon {
  color: rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.disabled {
  cursor: initial;
}
:host(:not(.click-step-disabled)) .vega-progress-step.disabled.default:hover .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.disabled.default:active .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1));
}
:host(:not(.click-step-disabled)) .vega-progress-step.disabled.inProgress:hover .vega-progress-step__icon, :host(:not(.click-step-disabled)) .vega-progress-step.disabled.current:hover .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
}

:host .vega-progress-step:focus-visible {
  outline-width: 0px;
}
:host .vega-progress-step:focus-visible .vega-progress-step-icon-container {
  border-radius: 8px;
  outline: 2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));
  outline-offset: 2px;
}
:host .vega-progress-step .vega-progress-step-icon-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
:host .vega-progress-step .vega-progress-step-icon-container {
  padding: 8px;
}
:host .vega-progress-step .vega-progress-step__icon {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 9999px;
  box-sizing: content-box;
  height: 32px;
  width: 32px;
  min-width: 32px;
  line-height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-progress-step .vega-progress-step__icon {
    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) {
  :host .vega-progress-step .vega-progress-step__icon {
    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) {
  :host .vega-progress-step .vega-progress-step__icon {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
:host .vega-progress-step .vega-progress-step__icon span {
  display: block;
}
:host .vega-progress-step .vega-progress-step__icon:not(.disable-responsive) {
  line-height: 32px;
}
:host .vega-progress-step .vega-progress-step__divider {
  width: 1px;
  flex-grow: 1;
  height: 100%;
  background-color: rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1));
  display: block;
}
:host .vega-progress-step .vega-progress-step__divider.right.complete {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
}
:host .vega-progress-step .vega-progress-step__divider.left {
  display: none;
}
:host .vega-progress-step:last-child .vega-progress-step__divider.right {
  display: none;
}
:host .vega-progress-step.default .vega-progress-step__icon {
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  background-color: rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1));
}
:host .vega-progress-step.complete .vega-progress-step__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--v-bg-action-tertiary, 0, 0, 0, 0));
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--v-border-color-action, 19, 98, 226, 1));
}
:host .vega-progress-step.complete .vega-progress-step__icon vega-icon {
  color: rgba(var(--v-text-link, 19, 98, 226, 1));
}
:host .vega-progress-step.complete.current .vega-progress-step__icon vega-icon {
  color: rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));
}

:host .vega-progress-step.inProgress .vega-progress-step__icon,
:host .vega-progress-step.current .vega-progress-step__icon {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
  color: rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));
  box-shadow: 0 0 0 4px rgba(var(--v-ring-input-focus, 19, 98, 226, 0.25));
}

/* vertical css in mobile */
:host(.horizontal-compact) {
  flex: 1 1 100%;
  padding-top: 0px;
}
:host(.horizontal-compact) .vega-progress-tracker__container {
  padding-top: 16px;
  padding-bottom: 16px;
}
:host(.horizontal-compact) .vega-progress-tracker__slot {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
:host(.horizontal-compact) .vega-progress-step {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step-icon-divider {
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 100%;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__icon {
  height: 16px;
  width: 16px;
  min-width: 16px;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__icon {
  line-height: 16px;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__icon vega-icon {
  height: 8px;
  width: 8px;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__icon span {
  display: none;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__divider {
  height: 1px;
  flex-grow: 1;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__divider.left {
  display: block;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__divider.left.background {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__divider.right {
  display: block;
}
:host(.horizontal-compact) .vega-progress-step .vega-progress-step__title {
  display: none;
}
:host(.horizontal-compact) .vega-progress-step:first-child .vega-progress-step__divider.left {
  opacity: 0;
}
:host(.horizontal-compact) .vega-progress-step:last-child .vega-progress-step__divider.right {
  display: block;
  opacity: 0;
}

:host(:not(.horizontal-compact)) .vega-progress-tracker__box {
  display: none;
}

:host(.vertical) .vega-progress-step__title {
  padding-top: 12px;
  padding-bottom: 36px;
}

/* horizontal css */
:host(.horizontal) {
  display: block;
  overflow-x: auto;
  padding-top: 4px;
}
:host(.horizontal) .vega-progress-tracker__slot {
  display: flex;
}
:host(.horizontal) .vega-progress-step {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
  flex-basis: 0;
}
:host(.horizontal) .vega-progress-step .vega-progress-step-icon-divider {
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 100%;
}
:host(.horizontal) .vega-progress-step .vega-progress-step__divider {
  height: 1px;
  display: block;
}
:host(.horizontal) .vega-progress-step .vega-progress-step__divider.left {
  display: block;
}
:host(.horizontal) .vega-progress-step .vega-progress-step__divider.right.complete {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
}
:host(.horizontal) .vega-progress-step .vega-progress-step__divider.left.background {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
}
:host(.horizontal) .vega-progress-step .vega-progress-step__title {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
:host(.horizontal) .vega-progress-step:first-child .vega-progress-step__divider.left {
  opacity: 0;
}
:host(.horizontal) .vega-progress-step:last-child .vega-progress-step__divider.right {
  display: block;
  opacity: 0;
}

/* common mobile css */
:host vega-carousel .subTitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host vega-carousel .subTitle {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :host vega-carousel .subTitle {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  :host vega-carousel .subTitle {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
  }
}

:host .vega-progress-tracker__box {
  display: flex;
  align-items: center;
}
:host .vega-progress-tracker__box vega-carousel {
  width: 100%;
  text-align: center;
}