.sa-commercial {
  box-sizing: border-box;
  padding: var(--sjs2-spacing-x150, 12px) var(--sjs2-spacing-x600, 48px);
  justify-content: center;
  width: 100%;
  background: var(--sjs2-color-bg-brand-primary, #19b394);
}
@media screen and (max-width: 600px) {
  .sa-commercial {
    padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x300, 24px);
  }
}

.sa-commercial__text {
  text-decoration: none;
  color: var(--sjs2-color-fg-brand-on-primary, #fff);
  text-align: center;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
@media screen and (max-width: 600px) {
  .sa-commercial__text {
    font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
    font-weight: var(--sjs2-typography-font-weight-strong);
    font-size: var(--sjs2-typography-font-size-small);
    line-height: var(--sjs2-typography-line-height-small);
  }
}
.sa-commercial__text a {
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
  color: var(--sjs2-color-fg-brand-on-primary, #fff);
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
@media screen and (max-width: 600px) {
  .sa-commercial__text a {
    font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
    font-weight: var(--sjs2-typography-font-weight-strong);
    font-size: var(--sjs2-typography-font-size-small);
    line-height: var(--sjs2-typography-line-height-small);
  }
}

.sa-dropdown,
.sa-action-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
  color: var(--sjs2-color-fg-basic-primary, #1c1b20);
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.sa-dropdown {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}

.sa-action-dropdown:hover,
.sa-action-dropdown.sa-action-dropdown--opened {
  border-radius: var(--sjs2-radius-component-action, 8px);
  background: var(--sjs2-color-bg-brand-tertiary-dim);
}

.sa-dropdown-header {
  display: flex;
  padding: var(--sjs2-layout-component-formbox-medium-padding-vertical) var(--sjs2-layout-component-formbox-medium-padding-horizontal);
  flex-grow: 1;
  align-items: flex-start;
  gap: var(--sjs2-layout-component-formbox-medium-gap);
  align-self: stretch;
  width: 100%;
  height: var(--sjs2-size-medium);
  box-sizing: border-box;
  border-radius: var(--sjs2-radius-form, 8px);
  background: var(--sjs2-color-component-formbox-default-bg, rgba(28, 27, 32, 0.05));
  box-shadow: var(--sjs2-border-effect-component-formbox-default);
}
.sa-dropdown-header:focus {
  border-radius: var(--sjs2-radius-form, 8px);
  background: var(--sjs2-color-component-formbox-focused-bg, #f5f5f5);
  box-shadow: var(--sjs2-border-effect-component-formbox-focused);
  outline: none;
}

.sa-dropdown-action {
  display: flex;
  padding: var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: var(--sjs2-radius-form-item, 4px);
  background: var(--sjs2-color-bg-neutral-tertiary, rgba(28, 27, 32, 0));
}

.sa-dropdown-action:hover {
  background: var(--sjs2-color-bg-neutral-tertiary-dim, rgba(28, 27, 32, 0.05));
}

.sa-dropdown--opened .sa-dropdown-arrow {
  background: var(--sjs2-color-bg-neutral-tertiary-dim, rgba(28, 27, 32, 0.05));
}

.sa-dropdown-action svg {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.sa-dropdown-action svg use {
  fill: var(--sjs2-color-fg-basic-primary-muted, #424146);
}

.sa-dropdown-container {
  display: inline-flex;
  flex-grow: 1;
}

.sa-action-dropdown-container {
  display: inline-flex;
}

.sa-dropdown__title {
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-size-x000, 0.001px);
  display: flex;
  flex-shrink: 0;
  margin-inline-end: var(--sjs2-spacing-x100, 8px);
  overflow: hidden;
  color: var(--sjs2-color-fg-basic-secondary, rgba(28, 27, 32, 0.6));
  text-overflow: ellipsis;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.sa-dropdown-list,
.sa-action-dropdown-list {
  position: absolute;
  min-width: 150px;
  max-height: 50vh;
  max-width: 80vw;
  overflow-x: hidden;
  overflow-y: auto;
  border: var(--sjs2-border-width-x100, 1px) solid var(--sjs2-color-border-basic-secondary, #d4d4d4);
  border-top: none;
  border-radius: var(--sjs2-radius-component-drop, 16px);
  background: var(--sjs2-color-utility-sheet, #fff);
  display: none;
  z-index: 1000;
  margin: 0;
  list-style: none;
  transition: all 0.3s;
  margin-top: 8px;
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  box-sizing: border-box;
  /* sjs2/border-effect/floating/default */
  box-shadow: var(--sjs2-border-offset-x-floating-default, 0) var(--sjs2-border-offset-y-floating-default, 6px) var(--sjs2-border-blur-floating-default, 20px) var(--sjs2-border-spread-floating-default, 0) var(--sjs2-color-utility-shadow-floating-default, rgba(0, 76, 68, 0.15)), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
@-moz-document url-prefix() {
  .sa-dropdown-list,
  .sa-action-dropdown-list {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.1490196078) transparent;
  }
}
.sa-dropdown-list::-webkit-scrollbar,
.sa-action-dropdown-list::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: transparent;
}
.sa-dropdown-list::-webkit-scrollbar-thumb,
.sa-action-dropdown-list::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 1024px;
  background-color: rgba(0, 0, 0, 0.1490196078);
}
.sa-dropdown-list::-webkit-scrollbar-track,
.sa-action-dropdown-list::-webkit-scrollbar-track {
  background: transparent;
}
.sa-dropdown-list::-webkit-scrollbar-thumb:hover,
.sa-action-dropdown-list::-webkit-scrollbar-thumb:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1490196078);
}

.sa-dropdown-list.sa-dropdown--opened {
  display: block;
  top: 100%;
}

.sa-action-dropdown-list.sa-action-dropdown--opened {
  display: block;
  top: 100%;
  border-radius: var(--sjs2-radius-component-drop, 16px);
  border: var(--sjs2-border-width-x100, 1px) solid var(--sjs2-color-border-basic-secondary, #d4d4d4);
  background: var(--sjs2-color-utility-sheet, #fff);
  /* sjs2/border-effect/floating/default */
  box-shadow: var(--sjs2-border-effect-floating-default);
}

.sa-action-dropdown-list.sa-action-dropdown--up.sa-action-dropdown--opened {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  border-top: var(--sjs2-border-width-x100, 1px) solid var(--sjs2-color-border-basic-secondary, #d4d4d4);
  border-bottom: none;
}

.sa-dropdown-item,
.sa-action-dropdown-item {
  width: max-content;
  min-width: calc(100% - 2 * var(--sjs2-size-x200, 16px));
  max-width: calc(100% - 2 * var(--sjs2-size-x200, 16px));
  padding: var(--sjs2-spacing-x150, 12px) var(--sjs2-size-x200, 16px);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: var(--sjs2-spacing-x150, 12px);
  border-radius: var(--sjs2-radius-component-drop-item, 8px);
  color: var(--sjs2-color-fg-basic-primary, #1c1b20);
  background: var(--sjs2-color-bg-brand-tertiary, rgba(25, 179, 148, 0));
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-dropdown-item:hover,
.sa-action-dropdown-item:hover {
  background-color: var(--sjs2-color-bg-brand-tertiary-dim, rgba(25, 179, 148, 0.1));
}
.sa-dropdown-item:hover .sa-action-dropdown-icon,
.sa-action-dropdown-item:hover .sa-action-dropdown-icon {
  border-radius: var(--sjs2-radius-component-checkbox, 4px);
  background: var(--sjs2-color-component-checkbox-false-hovered-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-false-hovered);
}
.sa-dropdown-item:hover.sa-action-dropdown-item--selected .sa-action-dropdown-icon,
.sa-action-dropdown-item:hover.sa-action-dropdown-item--selected .sa-action-dropdown-icon {
  border-radius: var(--sjs2-radius-component-checkbox, 4px);
  background: var(--sjs2-color-component-checkbox-true-hovered-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-true-hovered);
}

.sa-action-dropdown-item:focus,
.sa-action-dropdown-item--focused,
.sa-dropdown-item:focus,
.sa-dropdown-item--focused {
  border-radius: var(--sjs2-radius-component-drop-item, 8px);
  background: var(--sjs2-color-bg-brand-tertiary-dim, rgba(25, 179, 148, 0.1));
}

.sa-action-dropdown-item--selected .sa-action-dropdown-icon {
  border-radius: var(--sjs2-radius-component-checkbox, 4px);
  background: var(--sjs2-color-component-checkbox-true-default-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-true-default);
}
.sa-action-dropdown-item--selected .sa-action-dropdown-icon svg {
  display: block;
}

.sa-action-dropdown-item--toggle-all {
  color: var(--sjs2-color-fg-brand-primary, #19b394);
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-action-dropdown-item--toggle-all:hover {
  color: var(--sjs2-color-fg-brand-primary-dim, #15987e);
}

.sa-action-dropdown-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: var(--sjs2-radius-component-checkbox, 4px);
  background: var(--sjs2-color-component-checkbox-false-default-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-false-default);
}
.sa-action-dropdown-icon svg {
  display: none;
  width: 24px;
  height: 24px;
}
.sa-action-dropdown-icon use {
  fill: var(--sjs2-color-component-checkbox-true-default-icon);
}

.sa-dropdown-item.sa-dropdown-item--selected {
  background-color: var(--sjs2-color-bg-brand-primary, #19b394);
  color: var(--sjs2-color-fg-brand-on-primary, #fff);
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.sa-dropdown-placeholder {
  overflow: hidden;
  color: var(--sjs2-color-component-input-default-placeholder, rgba(28, 27, 32, 0.6));
  text-overflow: ellipsis;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.sa-dropdown-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.sa-dropdown-header-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.sa-dropdown-header-content {
  display: flex;
  padding: var(--sjs2-layout-component-input-medium-content-padding-vertical) var(--sjs2-layout-component-input-medium-content-padding-horizontal);
  align-items: flex-start;
  flex: 1 0 0;
  min-width: 0;
}

.sa-dropdown--small .sa-dropdown-header {
  padding: var(--sjs2-layout-component-formbox-small-padding-vertical) var(--sjs2-layout-component-formbox-small-padding-horizontal);
  gap: var(--sjs2-layout-component-formbox-small-gap);
  height: var(--sjs2-size-small);
}
.sa-dropdown--small .sa-dropdown-header-content {
  padding: var(--sjs2-layout-component-input-small-content-padding-vertical) var(--sjs2-layout-component-input-small-content-padding-horizontal);
}
.sa-dropdown--small .sa-dropdown-action {
  padding: var(--sjs2-spacing-x050);
}

.sa-dropdown-header-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--sjs2-color-component-input-default-value, #1c1b20);
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.sa-action-dropdown-header {
  display: flex;
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--sjs2-spacing-x000, 0);
  border-radius: var(--sjs2-radius-component-action, 8px);
  background: var(--sjs2-color-bg-positive-tertiary, rgba(25, 179, 148, 0));
}
.sa-action-dropdown-header:focus-visible {
  border-radius: var(--sjs2-radius-component-action, 8px);
  box-shadow: var(--sjs2-border-effect-component-action-a11y);
  outline: none;
  background: var(--sjs2-color-bg-positive-tertiary, rgba(25, 179, 148, 0));
}

.sa-action-dropdown-title {
  padding: var(--sjs2-spacing-x000, 0) var(--sjs2-spacing-x075, 6px);
}

.sa-action-dropdown-arrow {
  display: flex;
  padding: var(--sjs2-spacing-x050, 4px) var(--sjs2-spacing-x050, 4px);
  justify-content: center;
  align-items: center;
}

.sa-action-dropdown-arrow svg {
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
}
.sa-action-dropdown-arrow svg use {
  fill: var(--sjs2-color-project-brand-600, rgb(25, 179, 148));
}

.sa-action-dropdown-header {
  display: flex;
  min-width: var(--sjs2-size-x500, 40px);
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--sjs2-spacing-x000, 0);
}

.sa-button {
  outline: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  min-width: var(--sjs2-size-x500, 40px);
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--sjs2-spacing-x000, 0);
}

.sa-button-text {
  display: flex;
  flex: 1 0 auto;
  padding: var(--sjs2-spacing-x000, 0) var(--sjs2-spacing-x075, 6px);
  justify-content: center;
  align-items: center;
}

.sa-button-brand-secondary {
  border-radius: var(--sjs2-radius-component-action, 8px);
  background: var(--sjs2-color-bg-brand-secondary, rgba(25, 179, 148, 0.1));
  color: var(--sjs2-color-fg-brand-primary, #19b394);
}
.sa-button-brand-secondary:hover {
  background: var(--sjs2-color-bg-brand-secondary-dim, rgba(25, 179, 148, 0.15));
}
.sa-button-brand-secondary:focus-visible {
  box-shadow: var(--sjs2-border-effect-component-action-a11y);
  outline: none;
}

.sa-button-brand-tertiary {
  border-radius: 8px;
  background: var(--sjs2-color-bg-brand-tertiary, rgba(25, 179, 148, 0));
  color: var(--sjs2-color-fg-brand-primary, #19b394);
  text-align: center;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-button-brand-tertiary:hover {
  background: var(--sjs2-color-bg-brand-tertiary-dim, rgba(25, 179, 148, 0.1));
}

@media screen and (max-width: 600px) {
  .sa-dropdown {
    width: 100%;
    flex-direction: column;
    flex-grow: 0;
  }
  .sa-dropdown-container {
    width: 100%;
    flex-grow: 0;
  }
  .sa-dropdown-list.sa-dropdown--opened {
    min-width: calc(100% - var(--sjs2-spacing-x100, 8px) * 2);
    max-width: calc(100% - var(--sjs2-spacing-x100, 8px) * 2);
  }
}
.sa-table {
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-table button {
  cursor: pointer;
  background-color: inherit;
  outline: none;
}
.sa-table select {
  line-height: initial;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.57em 100%;
  height: 34px;
  border-radius: 2px;
  border: solid 1px var(--sjs2-color-component-formbox-design-border, #D4D4D4);
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: 0.25em 2em 0.25em 0.87em;
}
.sa-table select:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ");
  border-color: var(--sjs2-color-component-formbox-design-border, #D4D4D4);
  outline: none;
}
.sa-table select::-ms-expand {
  display: none;
}
.sa-table input {
  height: 34px;
  border: none;
  border-bottom: 0.06em solid var(--sjs2-color-component-formbox-design-border, #D4D4D4);
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: 0.25em 1.5em 0.25em 0.87em;
  background: transparent;
}
.sa-table input:focus {
  border-color: var(--sjs2-color-border-brand-primary, #19b394);
  outline: none;
}

.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row {
  background: var(--sjs2-color-bg-basic-secondary, rgba(28, 27, 32, 0.05));
}

.sa-table__detail-table.sa-table__detail-table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid var(--sjs2-color-component-formbox-design-border, #D4D4D4);
  border-bottom: none;
}

.sa-table__detail {
  border-top: var(--sjs2-border-width-x100, 1px) dashed var(--sjs2-color-border-basic-secondary, #d4d4d4);
}
.sa-table__detail td {
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  white-space: initial;
  padding: var(--sjs2-spacing-x200, 16px) var(--sjs2-spacing-x300, 24px);
  color: var(--sjs2-color-fg-basic-primary, #1C1B20);
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-table__detail td:first-child {
  display: flex;
  padding: var(--sjs2-spacing-x100, 8px);
  align-items: flex-start;
  align-self: stretch;
}

.sa-table__btn {
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
  height: 34px;
  width: 154px;
  background-color: transparent;
  box-sizing: border-box;
  border: solid 2px;
  border-radius: 17px;
  padding: 0;
  outline: none;
}

a.sa-table__btn {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.sa-table__btn--small {
  width: 99px;
}

.sa-table__btn--gray {
  border-color: transparent;
  color: var(--sjs2-color-component-action-neutral-tertiary-default-label, #1C1B20);
}
.sa-table__btn--gray:hover {
  background: var(--sjs2-color-component-action-neutral-tertiary-hovered-bg, rgba(95, 94, 97, 0.1));
  color: var(--sjs2-color-component-action-neutral-tertiary-hovered-label, #1C1B20);
}
.sa-table__btn--gray:focus-visible {
  outline: var(--sjs2-border-effect-component-action-a11y);
  outline: none;
}

.sa-table__btn--green {
  border-color: var(--sjs2-color-border-brand-primary, #19b394);
  color: var(--sjs2-color-fg-brand-primary, #19b394);
}
.sa-table__btn--green:hover {
  background-color: var(--sjs2-color-fg-brand-primary, #19b394);
  color: var(--sjs2-color-fg-brand-on-primary, #fff);
}

.sa-table__svg-button {
  display: flex;
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--sjs2-spacing-x000, 0);
  border: none;
  box-sizing: content-box;
}
.sa-table__svg-button:hover {
  border-radius: var(--sjs2-radius-component-action, 8px);
  background: var(--sjs2-color-bg-brand-tertiary-dim, rgba(25, 179, 148, 0.1));
}
.sa-table__svg-button:focus-visible {
  border-radius: var(--sjs2-radius-component-action, 8px);
  box-shadow: var(--sjs2-border-effect-component-action-a11y);
  outline: none;
  background: var(--sjs2-color-bg-brand-tertiary, rgba(25, 179, 148, 0));
}
.sa-table__svg-button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.sa-table__svg-button use {
  fill: var(--sjs2-color-fg-brand-primary, #19B394);
}

.sa-tabulator-column-header {
  display: flex;
  padding: var(--sjs2-spacing-x200, 16px) var(--sjs2-spacing-x300, 24px) var(--sjs2-spacing-x150, 12px) var(--sjs2-spacing-x300, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sjs2-spacing-x100, 8px);
  flex: 1 0 0;
  background: var(--sjs2-color-bg-basic-primary, #FFF);
}

.sa-tabulator-column-title-text {
  color: var(--sjs2-color-fg-basic-primary, #1C1B20);
  flex: 1 0 0;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.sa-table-filter {
  display: flex;
  padding: var(--sjs2-spacing-x050, 4px) var(--sjs2-spacing-x050, 4px);
  align-items: flex-start;
  gap: var(--sjs2-spacing-x050, 4px);
  align-self: stretch;
  border-radius: var(--sjs2-radius-form, 8px);
  background: var(--sjs2-color-component-formbox-default-bg, #f5f5f5);
  box-shadow: var(--sjs2-border-effect-component-formbox-default, inset 0 0 0 1px #d4d4d4);
}
.sa-table-filter:focus-within {
  background: var(--sjs2-color-component-formbox-focused-bg, #f5f5f5);
  box-shadow: var(--sjs2-border-effect-component-formbox-focused);
}

.sa-table-filter_icon {
  display: flex;
  padding: var(--sjs2-spacing-x050, 4px) var(--sjs2-spacing-x000, 0) var(--sjs2-spacing-x050, 4px) var(--sjs2-spacing-x050, 4px);
  justify-content: center;
  align-items: center;
}
.sa-table-filter_icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.sa-table-filter_icon use {
  fill: var(--sjs2-color-component-input-default-icon, rgba(28, 27, 32, 0.4));
}

.sa-table-filter_input.sa-table-filter_input {
  display: flex;
  padding: var(--sjs2-spacing-x050, 4px) var(--sjs2-spacing-x100, 8px);
  align-items: flex-start;
  flex: 1 0 0;
  border: none;
  overflow: hidden;
  color: var(--sjs2-color-component-input-default-value, #1c1b20);
  text-overflow: ellipsis;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-table-filter_input.sa-table-filter_input::placeholder {
  overflow: hidden;
  color: var(--sjs2-color-component-input-default-placeholder, rgba(28, 27, 32, 0.6));
  text-overflow: ellipsis;
}

.sa-table__filter-container {
  display: flex;
  padding: var(--sjs2-spacing-x100, 8px) 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.sa-table__action-container {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.sa-table__action-container .sa-table__svg-button {
  pointer-events: all;
}
.sa-table__action-container:after {
  content: "";
  display: table;
  clear: both;
}
.sa-table__action-container .sa-table__drag-button {
  float: left;
  cursor: move;
  margin-inline-end: auto;
}

.sa-table__global-filter.sa-table__global-filter,
.sa-table__filter.sa-table__filter {
  background: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%239F9E9E;} %3C/style%3E%3Cpath class='st0' d='M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12 c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08 C13.99,12.1,13.85,11.72,13.56,11.44z M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: left 0.7em top 50%, 0 0;
  background-size: 1em 100%;
  padding-left: 35px;
  border: solid 1px var(--sjs2-color-component-formbox-design-border, #D4D4D4);
  pointer-events: all;
}

.sa-table__entries {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--sjs2-spacing-x100, 8px);
}

.sa-table__entries-label {
  color: var(--sjs2-color-fg-basic-primary, #1C1B20);
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.sa-table__entries-value .sa-action-dropdown-list {
  bottom: 48px;
}

.sa-table__detail-row {
  background: var(--sjs2-color-bg-basic-secondary, rgba(28, 27, 32, 0.05));
}

.sa-table input.sa-table__row-extension {
  height: auto;
}

.sa-table__row-extension + .sa-table__row-extension {
  vertical-align: middle;
}

.sa-table__row-extension {
  margin: auto;
}

.sa-table__header-extensions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.sa-checkbox.sa-checkbox {
  display: flex;
  width: var(--sjs2-size-x300, 24px);
  height: var(--sjs2-size-x300, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding: 0;
  border-radius: var(--sjs2-radius-component-checkbox, 4px);
  background: var(--sjs2-color-component-checkbox-false-default-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-false-default);
}
.sa-checkbox.sa-checkbox:hover {
  background: var(--sjs2-color-component-checkbox-false-hovered-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-false-hovered);
}
.sa-checkbox.sa-checkbox svg {
  display: none;
  width: var(--sjs2-size-x200, 16px);
  height: var(--sjs2-size-x200, 16px);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.sa-checkbox.sa-checkbox use {
  fill: var(--sjs2-color-component-checkbox-true-default-icon);
}

.sa-checkbox--checked.sa-checkbox--checked {
  background: var(--sjs2-color-component-checkbox-true-default-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-true-default);
}
.sa-checkbox--checked.sa-checkbox--checked:hover {
  background: var(--sjs2-color-component-checkbox-true-hovered-bg);
  box-shadow: var(--sjs2-border-effect-component-checkbox-true-hovered);
}
.sa-checkbox--checked.sa-checkbox--checked svg {
  display: flex;
}

.sa-tabulator__wrapper {
  display: flex;
  padding: var(--sjs2-spacing-x300, 24px);
  flex-direction: column;
  align-items: center;
  gap: var(--sjs2-spacing-x300, 24px);
  align-self: stretch;
  background: var(--sjs2-color-utility-surface-dashboard, rgba(28, 27, 32, 0.05));
}

.sa-tabulator__table-container {
  width: 100%;
}

.sa-tabulator__container {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: var(--sjs2-radius-component-panel, 16px);
  background: var(--sjs2-color-bg-basic-primary, #fff);
  /* sjs2/border-effect/surface/default */
  box-shadow: var(--sjs2-border-effect-surface-default);
}

.sa-tabulator__header {
  display: flex;
  padding: var(--sjs2-spacing-x300, 24px);
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-bottom: var(--sjs2-border-width-x100, 1px) solid var(--sjs2-color-border-basic-secondary, #d4d4d4);
}
.sa-tabulator__header .sa-table__entries {
  float: none;
  line-height: 34px;
  display: flex;
  flex-grow: 1;
}

.sa-tabulator__footer {
  display: flex;
  padding: var(--sjs2-spacing-x200, 16px) var(--sjs2-spacing-x300, 24px);
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-top: var(--sjs2-border-width-x100, 1px) solid var(--sjs2-color-border-basic-secondary, #d4d4d4);
}

.sa-tabulator__header .sa-table__btn {
  display: flex;
  min-width: var(--sjs2-size-x500, 40px);
  justify-content: center;
  align-items: center;
  color: var(--sjs2-color-fg-brand-primary, #19b394);
  text-align: center;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}

.tabulator-headers {
  border-bottom: var(--sjs2-border-width-x100, 1px) dashed var(--sjs2-color-border-basic-secondary, #d4d4d4);
}

.sa-tabulator__pagination-container {
  display: flex;
  align-items: center;
}

.sa-tabulator__filter-container {
  margin-bottom: 20px;
}
.sa-tabulator__filter-container input {
  box-sizing: border-box;
}

.tabulator-col.tabulator-moving .sa-table__filter.sa-table__filter {
  pointer-events: none;
}

.sa-tabulator .tabulator-page {
  cursor: pointer;
  outline: none;
  border: none;
  display: flex;
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--sjs2-spacing-x000, 0);
  background: transparent;
}
.sa-tabulator .tabulator-page:hover {
  border-radius: var(--sjs2-radius-component-action, 8px);
  background: var(--sjs2-color-bg-brand-tertiary-dim, rgba(25, 179, 148, 0.1));
}
.sa-tabulator .tabulator-page:focus-visible {
  border-radius: var(--sjs2-radius-component-action, 8px);
  border: unset;
  box-shadow: var(--sjs2-border-effect-component-action-a11y);
  outline: none;
  background: var(--sjs2-color-bg-brand-tertiary, rgba(25, 179, 148, 0));
}
.sa-tabulator .tabulator-page:disabled {
  cursor: default;
  opacity: var(--sjs2-opacity-disabled, 0.25);
}
.sa-tabulator .tabulator-pages {
  display: flex;
  align-items: center;
}
.sa-tabulator .tabulator-pages .tabulator-page {
  display: flex;
  min-width: var(--sjs2-size-x500, 40px);
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--sjs2-spacing-x000, 0);
  border-radius: var(--sjs2-radius-component-action, 8px);
  background: var(--sjs2-color-bg-brand-tertiary, rgba(25, 179, 148, 0));
  color: var(--sjs2-color-fg-basic-tertiary, rgba(28, 27, 32, 0.4));
  text-align: center;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-tabulator .tabulator-pages .tabulator-page:hover {
  background: var(--sjs2-color-bg-brand-tertiary-dim, rgba(25, 179, 148, 0.1));
}
.sa-tabulator .tabulator-pages .tabulator-page:focus-visible {
  box-shadow: var(--sjs2-border-effect-component-action-a11y);
  outline: none;
}
.sa-tabulator .tabulator-page[aria-label~=Prev] {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-size: 9px 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  box-sizing: content-box;
  background-position: center 0, center 5px;
  transform: rotate(90deg);
}
.sa-tabulator .tabulator-page[aria-label~=Next] {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-size: 9px 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  box-sizing: content-box;
  background-position: center 0, center 5px;
  transform: rotate(270deg);
}
.sa-tabulator .tabulator-page[aria-label~=First] {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, no-repeat;
  background-size: 9px 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  box-sizing: content-box;
  background-position: center -3px, center 3px;
  transform: rotate(90deg);
}
.sa-tabulator .tabulator-page[aria-label~=Last] {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, no-repeat;
  background-size: 9px 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  box-sizing: content-box;
  background-position: center -3px, center 3px;
  transform: rotate(270deg);
}
.sa-tabulator .tabulator-page.active {
  display: flex;
  min-width: var(--sjs2-size-x500, 40px);
  padding: var(--sjs2-spacing-x100, 8px) var(--sjs2-spacing-x100, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--sjs2-spacing-x000, 0);
  border-radius: var(--sjs2-radius-component-action, 8px);
  border: var(--sjs2-border-width-x100, 1px) solid var(--sjs2-color-border-basic-secondary, #d4d4d4);
  background: var(--sjs2-color-bg-positive-tertiary, rgba(25, 179, 148, 0));
  color: var(--sjs2-color-fg-basic-primary, #1c1b20);
  text-align: center;
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-strong);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-tabulator .tabulator-page.active:hover {
  cursor: default;
  background-color: transparent;
}
.sa-tabulator .tabulator-page.active:focus-visible {
  box-shadow: var(--sjs2-border-effect-component-action-a11y);
  outline: none;
}
.sa-tabulator .tabulator {
  border: none;
  background-color: transparent;
}
.sa-tabulator .tabulator .tabulator-table {
  background-color: transparent;
}
.sa-tabulator .tabulator .tabulator-row .tabulator-cell {
  padding: var(--sjs2-spacing-x200, 16px) var(--sjs2-spacing-x300, 24px);
  border-top: var(--sjs2-border-width-x100, 1px) dashed var(--sjs2-color-border-basic-secondary, #d4d4d4);
  border-right: var(--sjs2-border-width-x100, 1px) dashed var(--sjs2-color-border-basic-secondary, #d4d4d4);
  color: var(--sjs2-color-fg-basic-primary, #1c1b20);
  font-family: var(--sjs2-typography-font-family-text), Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans", "Helvetica Neue", Ubuntu, "Segoe UI", Arial, sans-serif;
  font-weight: var(--sjs2-typography-font-weight-basic);
  font-size: var(--sjs2-typography-font-size-default);
  line-height: var(--sjs2-typography-line-height-default);
}
.sa-tabulator .tabulator .tabulator-row .tabulator-cell.sa-tabulator-cell__action-details {
  padding: var(--sjs2-spacing-x100, 8px);
}
.sa-tabulator .tabulator .tabulator-row .tabulator-cell.sa-tabulator-cell__action-select {
  padding: var(--sjs2-spacing-x200, 16px);
}
.sa-tabulator .tabulator .tabulator-header .tabulator-col {
  border-right: var(--sjs2-border-width-x100, 1px) dashed var(--sjs2-color-border-basic-secondary, #d4d4d4);
}
.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0;
}
.sa-tabulator .tabulator .tabulator-header {
  border-bottom: none;
}
.sa-tabulator .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: transparent;
}
.sa-tabulator .tabulator .tabulator-header,
.sa-tabulator .tabulator .tabulator-header .tabulator-col {
  background-color: transparent;
}
.sa-tabulator .tabulator .tabulator-col.tabulator-moving {
  border: var(--sjs2-border-width-x100, 1px) dashed var(--sjs2-color-border-basic-secondary, #d4d4d4);
}
.sa-tabulator .tabulator .tabulator-header .tabulator-col:first-child {
  pointer-events: none;
}
.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  display: none;
}
.sa-tabulator .tabulator .tabulator-row {
  background: var(--sjs2-color-bg-basic-primary, #fff);
}
.sa-tabulator .tabulator .tabulator-row.tabulator-selectable:hover {
  cursor: default;
  background: var(--sjs2-color-bg-basic-primary-dim, rgba(28, 27, 32, 0.05));
}
.sa-tabulator .tabulator .tabulator-row.tabulator-selectable.sa-table__detail-row:hover {
  background: var(--sjs2-color-bg-basic-secondary, rgba(28, 27, 32, 0.05));
}
.sa-tabulator .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  border-top: none;
}
.sa-tabulator .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
}
.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border-radius: var(--sjs2-radius-round, 1024px);
  background: var(--sjs2-color-utility-scrollbar, rgba(17, 16, 20, 0.15));
}
.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar-track {
  background: transparent;
}
.sa-tabulator .tabulator .tabulator-tableholder::-webkit-scrollbar-corner {
  background: transparent;
}

.sa-nested-table-container {
  padding: 8px 0;
  max-width: 100%;
  overflow-x: auto;
}
.sa-nested-table-container .sa-nested-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}
.sa-nested-table-container .sa-nested-table th,
.sa-nested-table-container .sa-nested-table td {
  padding: 6px 10px;
  text-align: left;
  border: 1px solid #e0e0e0;
}
.sa-nested-table-container .sa-nested-table thead {
  background-color: #f0f0f0;
  font-weight: 600;
}
.sa-nested-table-container .sa-nested-table thead th {
  color: #555;
}
.sa-nested-table-container .sa-nested-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.sa-nested-table-container .sa-nested-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.sa-nested-table-container .sa-nested-table tbody tr:hover {
  background-color: #f5f5f5;
}
.sa-nested-table-container .sa-nested-table tbody td {
  color: #333;
}
/*# sourceMappingURL=survey.analytics.tabulator.css.map */
