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

table {
  width: 100%;
  border-spacing: 0;
}

.vega-table-empty-description {
  text-align: center;
  padding: 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(var(--v-text-secondary, 107, 116, 125, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vega-table-empty-description {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .vega-table-empty-description {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  .vega-table-empty-description {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }
}

table.v-table-fixed {
  table-layout: fixed;
}

.vega-table-scrollable-container {
  overflow: auto;
}
.vega-table-scrollable-container vega-table-head {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.vega-table-scrollable-container.scrolled vega-table-head.fixed-header,
.vega-table-scrollable-container.scrolled ::slotted(vega-table-head.fixed-header) {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1); /* TODO: wait design token upgrade */
}
.vega-table-scrollable-container.scrolled vega-table-foot.fixed-footer::after,
.vega-table-scrollable-container.scrolled ::slotted(vega-table-foot.fixed-footer)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--v-bg-divider, 171, 198, 216, 1));
}

/* edit table styles start */
vega-form {
  display: contents;
}

*::part(field-error-message) {
  display: none !important;
}

/* edit table styles end */
.vega-table-pagination-container {
  margin-top: 24px;
}
.vega-table-pagination-container.bottom-center {
  display: flex;
  justify-content: center;
}
.vega-table-pagination-container.bottom-right {
  display: flex;
  justify-content: flex-end;
}
.vega-table-pagination-container.bottom-left {
  display: flex;
  justify-content: flex-start;
}

col.v-hidden {
  display: none;
}
@media (min-width: 320px) {
  col.S\:v-table-column {
    display: table-column;
  }
}
@media (min-width: 768px) {
  col.M\:v-table-column {
    display: table-column;
  }
}
@media (min-width: 1024px) {
  col.L\:v-table-column {
    display: table-column;
  }
}
@media (min-width: 1440px) {
  col.XL\:v-table-column {
    display: table-column;
  }
}

:host(.is-group-table) .vega-table-scrollable-container {
  border-color: rgba(var(--v-border-color-divider, 171, 198, 216, 1));
  border-width: 1px;
  border-style: solid;
}

:host(.is-group-table.density-relaxed) .vega-table-scrollable-container {
  border-radius: 12px;
}

:host(.is-group-table.density-default) .vega-table-scrollable-container {
  border-radius: 12px;
}

:host(.is-group-table.density-compact) .vega-table-scrollable-container {
  border-radius: 4px;
}

:host(.is-pinned-table) table {
  min-width: max-content;
}