/* 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 .vega-table-cell.v-hidden {
  display: none;
}

@media (min-width: 320px) {
  :host .vega-table-cell.S\:v-table-cell {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  :host .vega-table-cell.M\:v-table-cell {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  :host .vega-table-cell.L\:v-table-cell {
    display: table-cell;
  }
}
@media (min-width: 1440px) {
  :host .vega-table-cell.XL\:v-table-cell {
    display: table-cell;
  }
}
/* 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: contents;
}

.vega-table-cell {
  padding: 12px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vega-table-cell {
    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-table-cell {
    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-table-cell {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.vega-table-cell.break-word {
  word-break: break-word;
}

td {
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  text-align: left;
  padding: 0px;
  vertical-align: middle;
}
td.v-text-center {
  text-align: center;
}
td.v-text-left {
  text-align: left;
}
td.v-text-right {
  text-align: right;
}

:host(.density-default) .vega-table-cell {
  padding: 12px;
}

:host(.density-compact) .vega-table-cell {
  padding: 4px;
}

:host(.density-relaxed) .vega-table-cell {
  padding: 16px;
}

.vega-table-cell-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.vega-table-cell-scroll {
  overflow: auto;
}

:host(.column-divider) .vega-table-cell {
  border-color: rgba(var(--v-border-color-divider, 171, 198, 216, 1));
  border-right-width: 1px;
  border-right-style: solid;
}

:host(.row-divider) .vega-table-cell {
  border-color: rgba(var(--v-border-color-divider, 171, 198, 216, 1));
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

:host(.striped) .vega-table-cell {
  background-color: rgba(var(--v-bg-secondary, 245, 247, 247, 1));
}

:host(.clickable.hovered:not(.checked)) .vega-table-cell {
  cursor: pointer;
  background-color: rgba(var(--v-bg-quaternary, 241, 248, 251, 1));
}

:host(.checked) .vega-table-cell {
  background-color: rgba(var(--v-bg-table-selected-row, 204, 223, 255, 1));
}

:host(.expanded) .vega-table-cell {
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: rgba(var(--v-border-color-input-field, 171, 198, 216, 1));
}

:host .vega-table-cell.right-divider {
  border-color: rgba(var(--v-border-color-divider, 171, 198, 216, 1));
  border-right-width: 2px;
  border-right-style: solid;
}
:host .vega-table-cell.left-divider {
  border-color: rgba(var(--v-border-color-divider, 171, 198, 216, 1));
  border-left-width: 2px;
  border-left-style: solid;
}
:host .vega-table-cell.hide-right-border {
  border-right-width: 0px;
}