/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}
/* @media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
} */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#app {
  min-height: 100vh;
  display: flex;
}
*:focus-visible {
  outline: none;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: rgb(0 0 0 / 5%);
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgb(144 147 153 / 30%);
  box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b6b7b9;
}
ul {
  list-style: none;
  margin-block: 0;
  padding-inline: 0;
}
.n-collapse,
.n-divider {
  --n-divider-color: rgb(230, 230, 230) !important;
}
:root {
  --k-bg-color: #f2f3f4;
  --k-bar-width: 220px;
  --k-scroll-width: 7px;
}

html, body, #app {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main-header[data-v-ba9eb2e3] {
  background-color: var(--k-bg-color);
}
.main-header > header[data-v-ba9eb2e3] {
  display: flex;
  align-items: center;
  box-shadow: 0 1px 0 0 #DBDCE0, 0 2px 0 0 #fff;
}
.main-header > header[data-v-ba9eb2e3] .n-submenu > .n-menu-item {
  height: 28px;
}
.main-header > header[data-v-ba9eb2e3] .n-submenu > .n-menu-item > .n-menu-item-content {
  padding: 0 6px;
  height: 28px;
  line-height: 28px;
}
.main-header > footer[data-v-ba9eb2e3] {
  box-shadow: 0 1px 0 0 #DBDCE0;
  padding: 4px 8px 3px 8px;
  display: flex;
  justify-content: space-between;
}
.main-header > footer > section[data-v-ba9eb2e3] {
  display: flex;
  align-items: center;
}
.main-header__logo[data-v-ba9eb2e3] {
  flex-shrink: 0;
  max-height: 64px;
}
.main-header__menu[data-v-ba9eb2e3] {
  flex-shrink: 0;
}
.main-header__title[data-v-ba9eb2e3] {
  font-size: 22px;
  font-weight: bold;
  margin-left: 6px;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.main-header__title > .n-spin-body[data-v-ba9eb2e3] {
  margin-left: 6px;
  transform: scale(0.8);
}
.main-header__action[data-v-ba9eb2e3] .n-divider {
  margin: 0 4px;
  background-color: var(--n-divider-color);
}
.main-header__scale[data-v-ba9eb2e3] {
  width: 3em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.asset-bar[data-v-0837b0c4] {
  background-color: var(--k-bg-color);
  width: var(--k-bar-width);
  min-height: 100%;
}
.asset-bar[data-v-0837b0c4] .n-collapse .n-collapse-item__header.n-collapse-item__header--active {
  border-bottom: 1px solid var(--n-divider-color);
}
.asset-bar[data-v-0837b0c4] .n-collapse .n-collapse-item__header-main {
  padding: 4px 8px;
}
.asset-bar[data-v-0837b0c4] .n-collapse .n-collapse-item__header-main:hover {
  background-color: #eee;
}
.asset-bar[data-v-0837b0c4] .n-collapse .n-collapse-item__header,
.asset-bar[data-v-0837b0c4] .n-collapse .n-collapse-item__content-inner {
  padding-top: 0;
}
.asset-bar[data-v-0837b0c4] .n-collapse .n-collapse-item {
  margin-top: 0;
}
.asset-bar__list[data-v-0837b0c4] {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
}
.asset-bar__list > li[data-v-0837b0c4] {
  width: 20%;
  padding-top: 20%;
  flex-shrink: 0;
  cursor: move;
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.asset-bar__list > li[data-v-0837b0c4]:hover {
  background-color: #ddd;
}
.asset-bar__list > li.active[data-v-0837b0c4] {
  background-color: transparent;
  border: 1px solid #409eff;
}
.asset-bar__list > li > img[data-v-0837b0c4] {
  position: absolute;
  top: 6px;
  left: 6px;
  object-fit: contain;
  width: calc(100% - 6px * 2);
  height: calc(100% - 6px * 2);
}
.asset-bar__tools[data-v-0837b0c4] {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  gap: 8px;
}
.asset-bar__tools .tool-btn[data-v-0837b0c4] {
  min-width: 80px;
}
.preset-btns[data-v-0837b0c4] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.page[data-v-18728be0] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page > header[data-v-18728be0],
.page > footer[data-v-18728be0] {
  flex-shrink: 0;
  z-index: 2;
}
.page > section[data-v-18728be0] {
  z-index: 1;
  height: 0;
  flex-grow: 1;
  display: flex;
}
.page > section > header[data-v-18728be0],
.page > section > footer[data-v-18728be0] {
  flex-shrink: 0;
}
.page > section > header[data-v-18728be0] {
  overflow: auto;
  border-right: 1px solid #ccc;
}
.page > section > footer[data-v-18728be0] {
  width: calc(var(--k-bar-width) + var(--k-scroll-width));
  background-color: var(--k-bg-color);
  z-index: 2;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
  border-left: 1px solid #ccc;
  padding: 8px;
}
.page > section > footer > .n-tabs[data-v-18728be0] {
  color: #fff;
}
.page > section > footer > .n-tabs[data-v-18728be0] .n-tabs-nav-scroll-content {
  box-shadow: 0 -1px 0 0 #e6e6e6 inset;
  border-bottom-color: #e6e6e6 !important;
}
.page > section > footer > .n-tabs[data-v-18728be0] .n-tabs-tab-pad {
  width: 16px;
}
.page > section > footer > .n-tabs[data-v-18728be0] .n-tabs-pane-wrapper {
  overflow: auto;
}
.page > section > footer > .n-tabs[data-v-18728be0] .n-tabs-tab__label {
  color: #fff;
}
.page > section > section[data-v-18728be0] {
  width: 0;
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.page > section > section .element-info[data-v-18728be0] {
  position: absolute;
  bottom: 20px;
  left: 280px;
  width: 600px;
  max-height: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  overflow-y: auto;
  /* 窗体表单样式 */
}
.page > section > section .element-info .info-title[data-v-18728be0] {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page > section > section .element-info .info-title[data-v-18728be0]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.page > section > section .element-info .info-title .toggle-icon[data-v-18728be0] {
  margin-left: 8px;
  font-size: 12px;
}
.page > section > section .element-info .window-forms[data-v-18728be0] {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 8px;
  color: #fff;
}
.page > section > section .element-info .window-forms .window-forms-header[data-v-18728be0] {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.page > section > section .element-info .window-forms .window-forms-header .tab-headers[data-v-18728be0] {
  display: flex;
  gap: 5px;
}
.page > section > section .element-info .window-forms .window-forms-header .tab-headers .tab-header[data-v-18728be0] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  padding: 4px 8px;
  transition: all 0.2s;
}
.page > section > section .element-info .window-forms .window-forms-header .tab-headers .tab-header[data-v-18728be0]:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.page > section > section .element-info .window-forms .window-forms-header .tab-headers .tab-header.active[data-v-18728be0] {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(0, 180, 0, 0.7);
}
.page > section > section .element-info .window-forms .window-forms-header .toggle-icon[data-v-18728be0] {
  font-size: 12px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 3px;
  transition: all 0.2s;
  user-select: none;
  color: rgba(0, 0, 0, 0.7);
}
.page > section > section .element-info .window-forms .window-forms-header .toggle-icon[data-v-18728be0]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.page > section > section .element-info .window-forms .window-forms-content .tab-content[data-v-18728be0] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page > section > section .element-info .window-forms .form-title[data-v-18728be0] {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  color: #fff;
}
.page > section > section .element-info .window-forms .form-title .clean-btn[data-v-18728be0] {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 12px;
  cursor: pointer;
}
.page > section > section .element-info .window-forms .form-title .clean-btn[data-v-18728be0]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.page > section > section .element-info .window-forms .window-form[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form[data-v-18728be0] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 6px;
  margin-bottom: 5px;
  flex: 0 0 100%;
  width: 100%;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0.2);
}
.page > section > section .element-info .window-forms .window-form.sash-form .sash-size[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form.sash-form .sash-size[data-v-18728be0] {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1px 4px;
  border-radius: 2px;
  margin-left: 8px;
}
.page > section > section .element-info .window-forms .window-form .form-header[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-header[data-v-18728be0] {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #fff;
}
.page > section > section .element-info .window-forms .window-form .form-header .form-id[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-header .form-id[data-v-18728be0] {
  font-size: 11px;
  font-weight: normal;
  margin-right: auto;
}
.page > section > section .element-info .window-forms .window-form .form-header .focus-btn[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-header .focus-btn[data-v-18728be0] {
  background-color: rgba(0, 180, 0, 0.4);
  color: white;
  border: none;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 11px;
  cursor: pointer;
}
.page > section > section .element-info .window-forms .window-form .form-header .focus-btn[data-v-18728be0]:hover,
.page > section > section .element-info .window-forms .sash-form .form-header .focus-btn[data-v-18728be0]:hover {
  background-color: rgba(0, 200, 0, 0.5);
}
.page > section > section .element-info .window-forms .window-form .form-row[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row[data-v-18728be0] {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-row .form-item[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-row .form-item[data-v-18728be0] {
  flex: 1;
  min-width: 0;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-two-column-row[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-two-column-row[data-v-18728be0] {
  display: flex;
  gap: 16px;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-two-column-row .dimension-column[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-two-column-row .dimension-column[data-v-18728be0] {
  flex: 1;
  min-width: 0;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-two-column-row .dimension-column .column-title[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-two-column-row .dimension-column .column-title[data-v-18728be0] {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-two-column-row .dimension-column .form-item[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-two-column-row .dimension-column .form-item[data-v-18728be0] {
  margin-bottom: 8px;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-two-column-row .dimension-column .form-item[data-v-18728be0]:last-child,
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-two-column-row .dimension-column .form-item[data-v-18728be0]:last-child {
  margin-bottom: 0;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-two-column-row .width-column[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-two-column-row .width-column[data-v-18728be0] {
  border-right: 1px solid #eee;
  padding-right: 15px;
}
.page > section > section .element-info .window-forms .window-form .form-row.dimensions-two-column-row .height-column[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.dimensions-two-column-row .height-column[data-v-18728be0] {
  padding-left: 0px;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-summary-row .form-item[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-summary-row .form-item[data-v-18728be0] {
  flex: 1;
  min-width: 0;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-summary-row .form-item.split-summary[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-summary-row .form-item.split-summary[data-v-18728be0] {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 0;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-container-row[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-container-row[data-v-18728be0] {
  align-items: flex-start;
  gap: 12px;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-container-row .split-container[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-container-row .split-container[data-v-18728be0] {
  flex: 1;
  min-width: 0;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-container-row .split-container.width-splits[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-container-row .split-container.width-splits[data-v-18728be0] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-container-row .split-container.height-splits[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-container-row .split-container.height-splits[data-v-18728be0] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-container-row .split-container .form-item[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-container-row .split-container .form-item[data-v-18728be0] {
  margin-bottom: 4px;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-container-row .split-container .form-item[data-v-18728be0]:last-child,
.page > section > section .element-info .window-forms .sash-form .form-row.split-container-row .split-container .form-item[data-v-18728be0]:last-child {
  margin-bottom: 0;
}
.page > section > section .element-info .window-forms .window-form .form-row.split-container-row .split-container .form-item.split-summary[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-row.split-container-row .split-container .form-item.split-summary[data-v-18728be0] {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 6px;
  font-weight: 500;
}
.page > section > section .element-info .window-forms .window-form .sash-settings .form-item[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .sash-settings .form-item[data-v-18728be0] {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.page > section > section .element-info .window-forms .window-form .sash-settings .form-item .form-label[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .sash-settings .form-item .form-label[data-v-18728be0] {
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  min-width: 60px;
  flex-shrink: 0;
}
.page > section > section .element-info .window-forms .window-form .sash-settings .form-item .direction-checkboxes[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .sash-settings .form-item .direction-checkboxes[data-v-18728be0] {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.page > section > section .element-info .window-forms .window-form .sash-settings .form-item[data-v-18728be0] .n-checkbox .n-checkbox__label,
.page > section > section .element-info .window-forms .sash-form .sash-settings .form-item[data-v-18728be0] .n-checkbox .n-checkbox__label {
  color: #fff !important;
  white-space: nowrap;
}
.page > section > section .element-info .window-forms .window-form .form-item[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item[data-v-18728be0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.page > section > section .element-info .window-forms .window-form .form-item .label-wrapper[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item .label-wrapper[data-v-18728be0] {
  margin-right: 4px;
  width: 50px;
  flex-shrink: 0;
}
.page > section > section .element-info .window-forms .window-form .form-item label[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item label[data-v-18728be0] {
  margin-right: 4px;
  flex: 0 0 35px;
}
.page > section > section .element-info .window-forms .window-form .form-item .n-input-number[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item .n-input-number[data-v-18728be0] {
  flex: 1;
  min-width: 60px;
}
.page > section > section .element-info .window-forms .window-form .form-item.split-summary[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item.split-summary[data-v-18728be0] {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 8px;
}
.page > section > section .element-info .window-forms .window-form .form-item.split-summary .summary-label[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item.split-summary .summary-label[data-v-18728be0] {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.page > section > section .element-info .window-forms .window-form .form-item.split-summary .summary-info[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item.split-summary .summary-info[data-v-18728be0] {
  flex: 1;
  text-align: right;
}
.page > section > section .element-info .window-forms .window-form .form-item.split-summary .summary-info .summary-value[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item.split-summary .summary-info .summary-value[data-v-18728be0] {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
}
.page > section > section .element-info .window-forms .window-form .form-item.split-summary .summary-info .summary-value.summary-match[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item.split-summary .summary-info .summary-value.summary-match[data-v-18728be0] {
  background-color: rgba(0, 200, 0, 0.3);
  color: #90ee90;
}
.page > section > section .element-info .window-forms .window-form .form-item.split-summary .summary-info .summary-value.summary-mismatch[data-v-18728be0],
.page > section > section .element-info .window-forms .sash-form .form-item.split-summary .summary-info .summary-value.summary-mismatch[data-v-18728be0] {
  background-color: rgba(255, 100, 0, 0.3);
  color: #ffaa55;
}
.form-row .page > section > section .element-info .window-forms .window-form .form-item[data-v-18728be0],
.form-row .page > section > section .element-info .window-forms .sash-form .form-item[data-v-18728be0] {
  margin-bottom: 0;
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}