/* 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
 */
:host {
  display: block;
}

:host .vega-breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

:host .vega-breadcrumb-hidden {
  display: none !important;
}

:host .vega-breadcrumb-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
:host .vega-breadcrumb-item vega-button-link::part(label-text) {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-breadcrumb-item vega-button-link::part(label-text) {
    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-breadcrumb-item vega-button-link::part(label-text) {
    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-breadcrumb-item vega-button-link::part(label-text) {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
:host .vega-breadcrumb-item vega-dropdown vega-text {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-link, 19, 98, 226, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-breadcrumb-item vega-dropdown vega-text {
    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-breadcrumb-item vega-dropdown vega-text {
    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-breadcrumb-item vega-dropdown vega-text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
:host .vega-breadcrumb-item vega-icon {
  flex-shrink: 0;
}
:host .vega-breadcrumb-item .vega-breadcrumb-last-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  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-breadcrumb-item .vega-breadcrumb-last-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) {
  :host .vega-breadcrumb-item .vega-breadcrumb-last-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) {
  :host .vega-breadcrumb-item .vega-breadcrumb-last-label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
:host .vega-breadcrumb-item vega-button-link::part(label-container) {
  text-decoration: none;
}

:host .vega-breadcrumb.compact-mode > .vega-breadcrumb-item {
  display: none;
}
:host .vega-breadcrumb.compact-mode .vega-breadcrumb-item:nth-last-child(2) {
  display: flex;
}
:host .vega-breadcrumb.compact-mode.last-item-clickable .vega-breadcrumb-item:nth-last-child(2) {
  display: none;
}
:host .vega-breadcrumb.compact-mode.last-item-clickable .vega-breadcrumb-item:last-child {
  display: flex;
}
:host .vega-breadcrumb.compact-mode.single .vega-breadcrumb-item {
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  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-breadcrumb.compact-mode.single .vega-breadcrumb-item {
    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-breadcrumb.compact-mode.single .vega-breadcrumb-item {
    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-breadcrumb.compact-mode.single .vega-breadcrumb-item {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

:host .vega-breadcrumb.collapsed .vega-breadcrumb-item:nth-child(n+3):not(:last-child) {
  display: none;
}