/* 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: inline-block;
}

.vega-segment-control-container {
  display: flex;
  gap: 4px;
  border-radius: 9999px;
  background-color: rgba(var(--v-bg-segment-control, 89, 96, 99, 0.1));
  padding: 3px;
}

:host(.vega-segment-control-block) {
  display: block;
}

:host(.vega-segment-control-block) .vega-segment {
  flex-basis: 0;
  flex-grow: 1;
}

.vega-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  border-radius: 9999px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
  border-color: transparent;
}
.vega-segment vega-icon {
  vertical-align: middle;
}
.vega-segment.medium {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  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) {
  .vega-segment.medium {
    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-segment.medium {
    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-segment.medium {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.vega-segment.small {
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vega-segment.small {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .vega-segment.small {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  .vega-segment.small {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.vega-segment.disabled {
  color: rgba(var(--v-text-disabled, 176, 180, 181, 1));
  pointer-events: none;
}
.vega-segment:focus-visible {
  outline: 2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));
  outline-offset: 2px;
}
.vega-segment:hover {
  background-color: rgba(var(--v-bg-segment-hover, 205, 209, 211, 1));
}
.vega-segment.selected {
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
  border: 1px solid rgba(var(--v-border-chip, 205, 209, 211, 1));
}