
/* 可以添加一些样式优化 */
.project-popover .ant-popover-inner[data-v-17899e06] {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.project-popover .ant-popover-content[data-v-17899e06] {
  min-width: 400px;
}
.hover\:bg-gray-100[data-v-17899e06]:hover {
  background-color: #f3f4f6;
}
.title-border[data-v-17899e06] {
  border-right: 1px solid #dddddd;
  /* padding-right: 10px;
  margin-right: 0.5rem; */
}
/* 项目选择按钮样式 */
.project-select-btn[data-v-17899e06] {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  transition: background-color 0.2s ease;
  font-weight: bold;
}
.project-modal-content[data-v-17899e06] {
  height: 75vh;
  overflow-y: auto;
  padding: 8px;
  border-top: 1px solid #dddddd;
}

/* 定义通用的列表样式 */
.p-title-bottom[data-v-bf24d2be] {
  border-bottom: 1px solid #e5e5e5;
}

/* 主子表区域的明显区分样式 */
.border-t[data-v-bf24d2be] {
  border-top: 2px solid #d1d5db;
}
.border-r[data-v-bf24d2be] {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.wizard-content-border[data-v-a47c6d14] {
  border: 1px solid #e5e7eb;
  border-radius: 5px;
}
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
:root{--surely-table-primary-color: #1677ff;--surely-table-primary-color-1: #e6f4ff;--surely-table-primary-color-2: #bae0ff;--surely-table-primary-color-3: #91caff;--surely-table-primary-color-4: #69b1ff;--surely-table-primary-color-5: #4096ff;--surely-table-primary-color-6: #1677ff;--surely-table-primary-color-7: #0958d9;--surely-table-primary-color-8: #003eb3;--surely-table-primary-color-9: #002c8c;--surely-table-primary-color-10: #001d66;--surely-table-white: #fff;--surely-table-black: #000;--surely-table-bg: #fff;--surely-table-row-bg: #fff;--surely-table-row-hover-bg: #fafafa;--surely-table-row-insert-bg: #fff1f0;--surely-table-row-selected-bg: var(--surely-table-primary-color-1);--surely-table-row-selected-hover-bg: var(--surely-table-primary-color-2);--surely-table-expanded-row-bg: #fafafa;--surely-table-component-background: #fff;--surely-table-background-color: #fafafa;--surely-table-background-color-selected: #fafafa;--surely-table-background-color-summary: #fafafa;--surely-table-header-drag-bg: #f2f2f2;--surely-table-header-sort-active-bg: #f2f2f2;--surely-table-header-filter-active-bg: rgba(0, 0, 0, .04);--surely-table-header-cell-split-color: rgba(0, 0, 0, .06);--surely-table-header-icon-color: rgba(0, 0, 0, .45);--surely-table-header-color: rgba(0, 0, 0, .85);--surely-table-header-icon-color-hover: rgba(0, 0, 0, .6);--surely-table-header-sort-bg: #f5f5f5;--surely-table-body-sort-bg: #fafafa;--surely-table-border-color: #ebebeb;--surely-table-border-color-base: #d9d9d9;--surely-table-cell-focus-border-color: #1677ff;--surely-table-disabled-color: rgba(0, 0, 0, .25);--surely-table-disabled-bg: #f5f5f5;--surely-table-text-color: rgba(0, 0, 0, .85);--surely-table-text-color-secondary: rgba(0, 0, 0, .45);--surely-table-ping-box-shadow-color: rgba(5, 5, 5, .06);--surely-table-popup-shadow: 4px 4px 8px rgba(0, 0, 0, .1);--surely-table-ghost-image-shadow-color: rgba(0, 0, 0, .15);--surely-table-box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);--surely-table-tooltip-bg-color: rgba(0, 0, 0, .85)}[data-surely-table-theme=dark]:root{--surely-table-bg: #141414;--surely-table-row-bg: #141414;--surely-table-row-hover-bg: #262626;--surely-table-row-insert-bg: #434343;--surely-table-row-selected-bg: var(--surely-table-primary-color-1);--surely-table-row-selected-hover-bg: var(--surely-table-primary-color-2);--surely-table-expanded-row-bg: transparent;--surely-table-component-background: #141414;--surely-table-background-color: #1d1d1d;--surely-table-background-color-selected: #1d1d1d;--surely-table-background-color-summary: #1d1d1d;--surely-table-text-color: rgba(255, 255, 255, .85);--surely-table-text-color-secondary: rgba(255, 255, 255, .45);--surely-table-disabled-color: rgba(255, 255, 255, .3);--surely-table-disabled-bg: rgba(255, 255, 255, .08);--surely-table-border-color-base: #434343;--surely-table-body-sort-bg: rgba(255, 255, 255, .01);--surely-table-border-color: #303030;--surely-table-box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, .48), 0 6px 16px 0 rgba(0, 0, 0, .32), 0 9px 28px 8px rgba(0, 0, 0, .2);--surely-table-popup-shadow: var(--surely-table-box-shadow-base);--surely-table-ghost-image-shadow-color: var(--surely-table-box-shadow-base);--surely-table-ping-box-shadow-color: rgba(0, 0, 0, .45);--surely-table-header-color: rgba(255, 255, 255, .85);--surely-table-header-sort-bg: #262626;--surely-table-header-cell-split-color: rgba(255, 255, 255, .08);--surely-table-header-filter-active-bg: #434343;--surely-table-header-sort-active-bg: #303030;--surely-table-header-icon-color: #bfbfbf;--surely-table-header-icon-color-hover: #a6a6a6;--surely-table-header-drag-bg: #303030}.surely-table.surely-table-middle .surely-table-cell-content{padding:12px 8px}.surely-table.surely-table-middle .surely-table-cell-box{padding:0 8px}.surely-table.surely-table-middle .surely-table-auto-header-height .surely-table-header-cell{padding:12px 0!important}.surely-table.surely-table-small .surely-table-cell-content{padding:8px}.surely-table.surely-table-small .surely-table-cell-box{padding:0 8px}.surely-table.surely-table-small .surely-table-auto-header-height .surely-table-header-cell{padding:8px 0!important}.surely-table-small .surely-table-selection-column{width:46px;min-width:46px}.surely-table-wrapper{clear:both;max-width:100%}.surely-table-wrapper:before{display:table;content:""}.surely-table-wrapper:after{display:table;clear:both;content:""}.surely-table-wrapper-dark{color-scheme:dark}.surely-table{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;flex-direction:column;background:var(--surely-table-bg);font-size:14px;border-radius:6px 6px 0 0;flex-shrink:0}.surely-table [class^=surely-table]{box-sizing:border-box;outline:none}.surely-table-cell-selection-overlay{position:absolute;inset:0;pointer-events:none;z-index:1;display:none}.surely-table-selection-dragging .surely-table-cell-selection-overlay{pointer-events:auto;display:block}.surely-table-body-inner-measure,.surely-table-body-scroll-measure{position:absolute;top:0;left:0;pointer-events:none;width:100%;min-width:100%;height:1px;opacity:0;z-index:-1}.surely-table-scroll-layer{position:absolute;top:0;left:0;pointer-events:none;width:100%}.surely-table-scroll-layer-inner{pointer-events:all}.surely-table-position-absolute{position:absolute}.surely-table-body,.surely-table-header,.surely-table-summary{display:flex;position:relative;height:100%;width:100%;flex:1 1 auto;flex-direction:row}.surely-table-header{border-radius:6px 6px 0 0}.surely-table-header,.surely-table-summary{flex-grow:0;flex-shrink:0;height:auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background:var(--surely-table-background-color);transition:background-color .3s ease}.surely-table-header .surely-table-row,.surely-table-summary .surely-table-row{opacity:1}.surely-table-summary{z-index:3;background:var(--surely-table-background-color-summary);border-top:1px solid var(--surely-table-border-color)}.surely-table-summary .surely-table-fix-left,.surely-table-summary .surely-table-fix-right{background:var(--surely-table-background-color-summary)}.surely-table-summary-fixed-top{border-top:none;border-bottom:1px solid var(--surely-table-border-color)}.surely-table-summary-container{flex-direction:column;width:100%;overflow-y:hidden}.surely-table-body-container,.surely-table-header-container,.surely-table-summary-container{display:flex;height:100%}.surely-table-body-container>div,.surely-table-header-container>div,.surely-table-summary-container>div{flex-shrink:0;flex-grow:0}.surely-table-body-viewport-container,.surely-table-body-container{-webkit-overflow-scrolling:touch}.surely-table-body-contextmenu-container{display:none}.surely-table-popup-container{min-width:120px;min-height:60px}.surely-table-body-contextmenu-container,.surely-table-popup-container{position:absolute;z-index:9;opacity:0;transition:opacity .3s ease-in-out;background-color:var(--surely-table-component-background);border-radius:6px;border:1px solid var(--surely-table-border-color);overflow:auto;box-sizing:content-box!important;padding:0;box-shadow:var(--surely-table-popup-shadow)}.surely-table-unselectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.surely-table-header-container .surely-table-center-container{height:100%}.surely-table-sticky-header{position:sticky;z-index:9}.surely-table-header:not(.surely-table-show-header-scrollbar) .surely-table-center-viewport{-ms-overflow-style:none;scrollbar-width:none}.surely-table-header:not(.surely-table-show-header-scrollbar) .surely-table-center-viewport::-webkit-scrollbar{width:0px;display:none}.surely-table-center,.surely-table-center-viewport,.surely-table-horizontal-scroll-viewport{position:relative;flex:1 1 auto;min-width:0;min-height:100%}.surely-table-center-viewport,.surely-table-horizontal-scroll-viewport{overflow:hidden}.surely-table-center-viewport{width:100%;height:100%;overflow-x:auto;display:flex}.surely-table-center-container{position:relative;display:block}.surely-table-fix-left{position:relative;position:sticky;left:0;z-index:3}.surely-table-fix-right{position:relative;position:sticky;right:0;z-index:3}.surely-table-summary-cell-fixed-left{position:relative;position:sticky;left:0;z-index:3}.surely-table-summary-cell-fixed-right{position:relative;position:sticky;right:0;z-index:3}.surely-table-header-scrollbar,.surely-table-summary-scrollbar{border-bottom:1px solid var(--surely-table-border-color)}.surely-table .surely-table-cell-shadow-left:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translate(100%);transition:box-shadow .3s;content:"";pointer-events:none;box-shadow:inset 10px 0 8px -8px var(--surely-table-ping-box-shadow-color);opacity:0}.surely-table .surely-table-cell-shadow-right:after{box-shadow:inset -10px 0 8px -8px var(--surely-table-ping-box-shadow-color);position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translate(-100%);transition:box-shadow .3s;content:"";pointer-events:none;opacity:0}.surely-table-ping-left .surely-table-cell-shadow-left:after,.surely-table-ping-right .surely-table-cell-shadow-right:after{opacity:1}.surely-table-cell-fix-left,.surely-table-cell-fix-right{position:sticky!important;z-index:2;background:var(--surely-table-bg)}.surely-table-cell-fix-left-first:after,.surely-table-cell-fix-left-last:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translate(100%);content:"";pointer-events:none}.surely-table-cell-fix-right-first:after,.surely-table-cell-fix-right-last:after{position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translate(-100%);content:"";pointer-events:none}.surely-table-ping-left .surely-table-cell-fix-left-first:after,.surely-table-ping-left .surely-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px var(--surely-table-ping-box-shadow-color)}.surely-table-ping-left .surely-table-cell-fix-left-last .surely-table-cell-box:before{opacity:0}.surely-table-ping-left .surely-table-cell-fix-left-last:before{background-color:transparent!important}.surely-table-ping-right .surely-table-cell-fix-right-first:after,.surely-table-ping-right .surely-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px var(--surely-table-ping-box-shadow-color)}.surely-table-row{opacity:0;color:var(--surely-table-text-color);background-color:var(--surely-table-row-bg);width:100%;display:flex;align-items:center;position:absolute;transition:background-color .3s;border-bottom:1px solid var(--surely-table-border-color)}.surely-table-row.surely-table-row-hover{background:var(--surely-table-row-hover-bg)}.surely-table-row.surely-table-row-selected{background-color:var(--surely-table-row-selected-bg)}.surely-table-row.surely-table-row-selected .surely-table-cell:not(.surely-table-body-cell-range-selected){background-color:inherit}.surely-table-row.surely-table-row-selected.surely-table-row-hover{background:var(--surely-table-row-selected-hover-bg)}.surely-table-row.surely-table-row-dragging,.surely-table-row.surely-table-row-dragging-insert-target{background:var(--surely-table-row-hover-bg);cursor:move}.surely-table-row.surely-table-row-dragging:after,.surely-table-row.surely-table-row-dragging-insert-target:after{content:"";pointer-events:none;position:absolute;left:0;top:0;height:100%;width:100%;background:var(--surely-table-row-hover-bg);opacity:.5;cursor:move}.surely-table-row.surely-table-row-dragging-insert-target{background:var(--surely-table-row-insert-bg)}.surely-table-row.surely-table-row-dragging-insert-target:after{background:var(--surely-table-row-insert-bg)}.surely-table-row.surely-table-row-selected.surely-table-row-dragging{background:var(--surely-table-row-selected-hover-bg)}.surely-table-row.surely-table-row-selected.surely-table-row-dragging-insert-target{background:var(--surely-table-row-insert-bg)}.surely-table-has-animate .surely-table-row{transition:transform .2s,top .2s,height .2s,background-color .1s}.surely-table.surely-table-stripe .surely-table-body .surely-table-row-odd:not(.surely-table-row-selected){background:var(--surely-table-background-color-selected)}.surely-table-cell{position:absolute;top:0;height:100%;flex:none;display:flex;align-items:center;border-bottom:1px solid var(--surely-table-border-color);overflow-y:hidden;overflow-y:clip;overflow-x:visible;padding:0!important}.surely-table-cell[rowspan]:not([rowspan="1"]):not(th){z-index:1;background-color:inherit}.surely-table-cell[colspan]:not([colspan="1"]):not(th){z-index:1;background-color:inherit}.surely-table-cell [rowspan="0"]{visibility:hidden;z-index:-1}.surely-table-cell-inline-edit:focus-within{outline-color:transparent}.surely-table-cell-inline-edit>*{visibility:hidden}.surely-table-cell>.surely-table-cell-edit-wrapper{visibility:visible;position:absolute;inset:0;min-height:100%;width:100%;display:flex;flex-direction:row;align-items:center;border:1px solid var(--surely-table-primary-color-4);box-sizing:border-box}.surely-table-cell>.surely-table-cell-edit-wrapper>.surely-table-cell-edit-inner{width:100%;display:flex;flex-direction:row;align-items:center;line-height:normal;padding:16px}.surely-table-cell-edit-input{border-color:transparent;background-color:transparent;height:100%;width:100%;color:inherit;line-height:inherit;font-size:inherit;font-family:inherit;font-feature-settings:inherit;-webkit-font-smoothing:subpixel-antialiased}.surely-table-cell-edit-input:focus{background-color:transparent}.surely-table-body-cell{border:1px solid transparent}.surely-table-body .surely-table-body-cell-range-selected:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-1)}.surely-table-body .surely-table-body-cell-range-selected-2:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-2)}.surely-table-body .surely-table-body-cell-range-selected-3:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-3)}.surely-table-body .surely-table-body-cell-range-selected-4:not(.surely-table-body .surely-table-body-cell-inline-edit){background-color:var(--surely-table-primary-color-4)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-left{border-left-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-right{border-right-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-top{border-top-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-bottom{border-bottom-color:var(--surely-table-cell-focus-border-color)}.surely-table-body .surely-table-body-cell-range-selected.surely-table-body-cell-range-single-cell{border-color:var(--surely-table-cell-focus-border-color)}.surely-table-cell-hidden{visibility:hidden}.surely-table-cell-multi .surely-table-cell-inner{overflow:auto;max-height:100%}.surely-table-cell-inner{padding:0!important;margin:0!important;border:none!important;min-width:1px;flex-grow:1;flex-shrink:1;display:inline-flex;align-items:center}.surely-table-cell-inner .surely-table-cell-content{padding:16px;width:100%;overflow-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased}.surely-table-cell-inner .surely-table-cell-content:not(.surely-table-cell-text-ellipsis){white-space:normal;word-break:break-all}.surely-table.surely-table-auto-height .surely-table-cell{display:flex;align-items:center}.surely-table-header-cell{display:inline-flex;padding:0!important;align-items:center;float:left;color:var(--surely-table-header-color);font-weight:500;text-align:left;overflow:visible;background-color:var(--surely-table-background-color);transition:background-color .2s ease}.surely-table-header-cell[colspan]:not([colspan="1"]) .surely-table-header-cell-title{text-align:center;justify-content:center}.surely-table-extra-cell,.surely-table-header-extra-cell{display:inline-flex;align-items:center;justify-content:center;float:left;min-width:1px;text-align:center}.surely-table-header-cell-title{display:flex;align-items:center;justify-content:space-between;flex:auto;max-width:100%}.surely-table-header-cell-title-inner{overflow:hidden;overflow-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;flex-grow:1}.surely-table-auto-header-height .surely-table-header-cell{position:relative;padding:16px 0!important;display:table-cell;float:unset}.surely-table-auto-header-height .surely-table-header-cell-title-inner{white-space:unset}.surely-table-auto-header-height .surely-table-header-cell .surely-table-cell-box{width:unset}.surely-table-summary-row{position:relative;display:flex;flex-grow:0;flex-shrink:0;flex-direction:row;align-items:stretch;border-bottom:1px solid var(--surely-table-border-color)}.surely-table-summary-cell{position:relative;flex:1;height:auto;background:var(--surely-table-background-color-summary);border-bottom:none;white-space:normal}.surely-table-summary-cell-fixed-left,.surely-table-summary-cell-fixed-right{z-index:1}.surely-table-column-title{position:unset;display:flex;width:1px;z-index:1;flex:1}.surely-table-cell-box{padding:0 16px}.surely-table-cell-box:before{position:absolute;top:50%;right:1px;width:1px;height:1.6em;pointer-events:none;background-color:var(--surely-table-header-cell-split-color);transform:translateY(-50%);transition:background-color .3s;content:""}.surely-table-cell-auto-height{height:100%}.surely-table-cell-wrap-text{white-space:normal;word-break:break-all}.surely-table-cell-text-ellipsis,.surely-table-cell-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.surely-table-cell-group{display:block;padding:0!important;border:none}.surely-table-cell-group:before{position:absolute;top:50%;right:0;width:1px;height:1.6em;pointer-events:none;background-color:var(--surely-table-header-cell-split-color);transform:translateY(-50%);transition:background-color .3s;content:"";z-index:1}.surely-table-cell-group-title{text-align:center;position:relative;width:100%;justify-content:center;background-color:var(--surely-table-background-color);transition:background-color .2s ease}.surely-table-cell-group-title:before{background-color:transparent}.surely-table-cell-group-children{padding:0!important;position:relative}.surely-table-cell-group-children>div:last-child>.surely-table-cell-box:before{background-color:transparent}.surely-table-cell-group-children>.surely-table-cell-group:last-child:before{background-color:transparent}.surely-table-cell-group-children .surely-table-header-cell:first-child .surely-table-header-cell-title:before{background-color:transparent}.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box:before,.surely-table-header-container .surely-table-last-columns .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box:before{background-color:transparent}.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-row>.surely-table-cell-group:last-child:before,.surely-table-header-container .surely-table-last-columns .surely-table-row>.surely-table-cell-group:last-child:before{background-color:transparent}.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-resize-handle,.surely-table-header-container .surely-table-last-columns .surely-table-resize-handle{right:0;width:auto;z-index:1}.surely-table-scrollbar-container{display:flex;min-width:0px;flex:1 1 auto;flex-direction:row}.surely-table-horizontal-scroll{min-height:0;min-width:0;width:100%;display:flex;position:relative;z-index:4}.surely-table-horizontal-scroll-hidden{opacity:0;transition:opacity .4s;position:absolute;left:0;right:0;bottom:0}.surely-table-horizontal-scroll-viewport{overflow-x:scroll}.surely-table-vertical-scroll{min-height:0;height:100%;position:relative;display:flex}.surely-table-vertical-scroll-viewport{overflow-x:hidden;overflow-y:scroll;flex:1 1 auto;position:relative}.surely-table-vertical-scroll-hidden{opacity:0;transition:opacity .4s;position:absolute;right:0}.surely-table-horizontal-scroll-hidden.surely-table-scrolling,.surely-table-vertical-scroll-hidden.surely-table-scrolling,.surely-table-scrollbar-active{opacity:1;visibility:visible}.surely-table-wrapper .surely-table-pagination{margin:16px 0}.surely-table-pagination{display:flex;float:none!important}.surely-table-pagination-left{justify-content:flex-start}.surely-table-pagination-center{justify-content:center}.surely-table-pagination-right{justify-content:flex-end}.surely-table-empty-container{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;pointer-events:none;padding:16px;overflow-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased;transition:background-color .3s}.surely-table-expand-icon-col{width:48px}.surely-table-row-expand-icon-cell{text-align:center}.surely-table-row-indent{float:left;height:1px}.surely-table-row-expand-icon{color:var(--surely-table-primary-color);text-decoration:none;cursor:pointer;transition:color .3s;position:relative;display:inline-flex;float:left;box-sizing:border-box;width:17px;height:17px;padding:0;color:inherit;line-height:17px;background:var(--surely-table-component-background);border:1px solid var(--surely-table-border-color);border-radius:4px;outline:none;transform:scale(.94117647);transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.surely-table-row-expand-icon:focus,.surely-table-row-expand-icon:hover{color:var(--surely-table-primary-color-5)}.surely-table-row-expand-icon:active{color:var(--surely-table-primary-color-7)}.surely-table-row-expand-icon:focus,.surely-table-row-expand-icon:hover,.surely-table-row-expand-icon:active{border-color:currentColor}.surely-table-row-expand-icon:before,.surely-table-row-expand-icon:after{position:absolute;background:currentColor;transition:transform .3s ease-out;content:""}.surely-table-row-expand-icon:before{top:7px;right:3px;left:3px;height:1px}.surely-table-row-expand-icon:after{top:3px;bottom:3px;left:7px;width:1px;transform:rotate(90deg)}.surely-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.surely-table-row-expand-icon-collapsed:after{transform:rotate(0)}.surely-table-row-expand-icon-disabled{color:var(--surely-table-disabled-color);cursor:not-allowed}.surely-table-row-expand-icon-disabled:focus,.surely-table-row-expand-icon-disabled:hover,.surely-table-row-expand-icon-disabled:active{border-color:var(--surely-table-border-color);color:var(--surely-table-disabled-color)}.surely-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.surely-table-row-expand-icon-spaced:before,.surely-table-row-expand-icon-spaced:after{display:none;content:none}.surely-table-row-indent+.surely-table-row-expand-icon{margin-top:2.5005px;margin-right:8px}.surely-table-expanded-row{z-index:4}.surely-table-expanded-row .surely-table-cell:not(.surely-table-body-cell-range-selected),.surely-table-expanded-row .surely-table-cell:not(.surely-table-body-cell-range-selected):hover{background:var(--surely-table-expanded-row-bg)}.surely-table-title{padding:16px}.surely-table-footer{padding:16px;color:var(--surely-table-text-color);background:var(--surely-table-background-color)}.surely-table .surely-table-column-has-sorters{cursor:pointer;transition:background-color .3s}.surely-table .surely-table-column-has-sorters:hover{background:var(--surely-table-header-sort-active-bg)}.surely-table .surely-table-column-sort{background:var(--surely-table-header-sort-bg)}.surely-table-body .surely-table-column-sort{background:var(--surely-table-body-sort-bg)}.surely-table-column-sorters-with-tooltip{display:inline-flex;width:100%}.surely-table-column-sorters-with-tooltip:after{position:absolute;inset:0;width:100%;height:100%;content:""}.surely-table-column-sorters{flex:auto;justify-content:space-between;display:inline-flex;align-items:center;width:100%}.surely-table-column-sorters:after{position:absolute;inset:0;width:100%;height:100%;content:"";pointer-events:none}.surely-table-column-sorter{font-size:0;transition:color .3s;margin-top:.15em;margin-bottom:-.15em;margin-left:8px;color:var(--surely-table-header-icon-color);flex-shrink:0;flex-grow:0}.surely-table-column-sorter-full{margin-top:-.2em;margin-bottom:0}.surely-table-column-sorter-inner{display:inline-flex;flex-direction:column;align-items:center}.surely-table-column-sorter-up,.surely-table-column-sorter-down{font-size:11px}.surely-table-column-sorter-up.active,.surely-table-column-sorter-down.active{color:var(--surely-table-primary-color)}.surely-table-column-sorter-up+.surely-table-column-sorter-down{margin-top:-.3em}.surely-table-column-sorters:hover .surely-table-column-sorter{color:var(--surely-table-header-icon-color-hover)}.surely-table-resize-handle{position:absolute;top:0;height:100%!important;bottom:0;left:auto!important;right:-7px;cursor:col-resize;touch-action:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;width:16px;z-index:1}.surely-table-resize-handle-line{display:block;width:3px;margin-left:7px;height:100%!important;background-color:var(--surely-table-primary-color);opacity:0}.surely-table-resize-handle:hover .surely-table-resize-handle-line{opacity:1}.surely-table-resize-handle.dragging:before{position:absolute;top:0;bottom:0;width:100%;content:" ";width:200vw;transform:translate(-50%);opacity:0}.dragging .surely-table-resize-handle-line{opacity:1}.surely-table-has-icon-column{display:flex;justify-content:space-between;flex:1;width:100%}.surely-table-filter-trigger,.surely-table-menu-popup-trigger{position:relative;z-index:1;display:flex;align-items:center;margin:-4px -8px -4px 8px;padding:0 4px;color:var(--surely-table-header-icon-color);font-size:12px;border-radius:6px;cursor:pointer;transition:all .3s}.surely-table-filter-trigger:hover,.surely-table-menu-popup-trigger:hover{color:var(--surely-table-header-icon-color-hover);background:var(--surely-table-header-filter-active-bg)}.surely-table-filter-trigger.active,.surely-table-menu-popup-trigger.active{color:var(--surely-table-primary-color)}.surely-table-menu-popup-trigger-hover>*{opacity:0;transition:opacity .3s}.surely-table-header-cell:hover .surely-table-menu-popup-trigger-hover>*{opacity:1}.surely-table-filter-dropdown-root .surely-table-filter-dropdown{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";min-width:120px;background-color:var(--surely-table-component-background);border-radius:6px;box-shadow:var(--surely-table-box-shadow-base)}.surely-table-filter-dropdown-root .surely-table-filter-dropdown-menu{max-height:264px;overflow-x:hidden;border:0;box-shadow:none}.surely-table-filter-dropdown-root .surely-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow-x:hidden;overflow-y:auto}.surely-table-filter-dropdown-root .surely-table-filter-dropdown .surely-table-checkbox,.surely-table-filter-dropdown-root .surely-table-filter-dropdown-submenu .surely-table-checkbox,.surely-table-filter-dropdown-root .surely-table-filter-dropdown .surely-table-radio,.surely-table-filter-dropdown-root .surely-table-filter-dropdown-submenu .surely-table-radio{top:.2em}.surely-table-filter-dropdown-root .surely-table-filter-dropdown-btns{display:flex;justify-content:space-between;padding:7px 8px 7px 3px;overflow:hidden;background-color:inherit;border-top:1px solid var(--surely-table-border-color)}.surely-table-filter-dropdown-submenu .surely-table-checkbox,.surely-table-filter-dropdown-submenu-submenu .surely-table-checkbox,.surely-table-filter-dropdown-submenu .surely-table-radio,.surely-table-filter-dropdown-submenu-submenu .surely-table-radio{top:.2em}.surely-table-selection-wrap{display:flex;justify-content:center}.surely-table-selection{position:relative;display:inline-flex;flex-direction:column}.surely-table-selection-extra{position:absolute;top:-3px;z-index:1;cursor:pointer;transition:all .3s;margin-inline-start:100%;padding-inline-start:4px}.surely-table-selection-extra-dropdown-icon{color:var(--surely-table-header-icon-color);font-size:10px}.surely-table-selection-extra-dropdown-icon:hover{color:var(--surely-table-header-icon-color-hover)}.surely-table-tooltip-hide-arrow .ant-tooltip-arrow{display:none!important}.surely-table-bordered{border:1px solid var(--surely-table-border-color);border-right:0}.surely-table-bordered .surely-table-cell-box:before{background-color:transparent}.surely-table-bordered .surely-table-cell.surely-table-body-cell-range-selected:not(.surely-table-body-cell-range-right):not(.surely-table-body-cell-range-single-cell){border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-cell:not(.surely-table-body-cell-range-single-cell):not(.surely-table-body-cell-range-selected){border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-extra-cell:not(.surely-table-body-cell-range-selected),.surely-table-bordered .surely-table-header-extra-cell,.surely-table-bordered .surely-table-cell-group{border-right:none}.surely-table-bordered .surely-table-extra-cell.surely-table-body-cell-range-selected:not(.surely-table-body-cell-range-right):not(.surely-table-body-cell-range-single-cell){border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-cell-group-title{border-bottom:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-cell-no-right-bordered{border-right:none}.surely-table-bordered .surely-table-header-scrollbar,.surely-table-bordered .surely-table-summary-scrollbar{border-right:1px solid var(--surely-table-border-color);border-left:1px solid var(--surely-table-border-color);position:relative;z-index:0}.surely-table-bordered .surely-table-header-scrollbar:after,.surely-table-bordered .surely-table-summary-scrollbar:after{position:absolute;top:0;bottom:0;left:-1px;width:1px;content:"";pointer-events:none;background:var(--surely-table-background-color)}.surely-table-bordered .surely-table-empty-container{border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-header-container .surely-table-header-cell-title:before,.surely-table-bordered .surely-table-header-container .surely-table-cell-group:before{background-color:transparent}.surely-table-bordered .surely-table-summary-fixed{border-right:1px solid var(--surely-table-border-color)}.surely-table-bordered .surely-table-summary-fixed-bottom,.surely-table-bordered .surely-table-summary-fixed-top{border-right:none}.surely-table-bordered .surely-table-cell-fix-left-first:after,.surely-table-bordered .surely-table-cell-fix-left-last:after{right:-1px}.surely-table-bordered .surely-table-summary-container .surely-table-summary-row:last-child{border-bottom:none}.surely-table-wrapper-bordered .surely-table-title{border-right:1px solid var(--surely-table-border-color);border-bottom:1px solid var(--surely-table-border-color)}.surely-table-wrapper-bordered .surely-table-title+.surely-table{border-top-left-radius:0;border-top-right-radius:0}.surely-table-wrapper-bordered .surely-table-footer{border:1px solid var(--surely-table-border-color);border-top:0}.surely-table-checkbox{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;line-height:unset;white-space:nowrap;outline:none;cursor:pointer;display:inline-block;align-items:center}.surely-table-checkbox *,.surely-table-checkbox *:before,.surely-table-checkbox *:after{box-sizing:border-box}.surely-table-checkbox:hover .surely-table-checkbox-inner,.surely-table-checkbox-input:focus+.surely-table-checkbox-inner{border-color:var(--surely-table-primary-color)}.surely-table-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--surely-table-primary-color);border-radius:6px;visibility:hidden;animation:surelyCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:"";box-sizing:border-box}.surely-table-checkbox:hover:after{visibility:visible}.surely-table-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:var(--surely-table-row-bg);border:1px solid var(--surely-table-border-color-base);border-radius:4px;border-collapse:separate;transition:all .3s;box-sizing:border-box}.surely-table-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid var(--surely-table-primary-color);border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" ";box-sizing:border-box}.surely-table-checkbox-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.surely-table-checkbox-checked .surely-table-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.surely-table-checkbox-checked .surely-table-checkbox-inner{background-color:var(--surely-table-primary-color);border-color:var(--surely-table-primary-color)}.surely-table-checkbox-disabled{cursor:not-allowed}.surely-table-checkbox-disabled.surely-table-checkbox-checked .surely-table-checkbox-inner:after{border-color:var(--surely-table-disabled-color);animation-name:none}.surely-table-checkbox-disabled .surely-table-checkbox-input{cursor:not-allowed}.surely-table-checkbox-disabled .surely-table-checkbox-inner{background-color:var(--surely-table-disabled-bg);border-color:var(--surely-table-border-color-base)!important}.surely-table-checkbox-disabled .surely-table-checkbox-inner:after{border-color:var(--surely-table-disabled-bg);border-collapse:separate;animation-name:none}.surely-table-checkbox-disabled+span{color:var(--surely-table-disabled-color);cursor:not-allowed}.surely-table-checkbox-disabled:hover:after{visibility:hidden}.surely-table-checkbox+span{padding-right:8px;padding-left:8px}.surely-table-checkbox-indeterminate .surely-table-checkbox-inner{background-color:var(--surely-table-row-bg);border-color:var(--surely-table-border-color-base)}.surely-table-checkbox-indeterminate .surely-table-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:var(--surely-table-primary-color);border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.surely-table-checkbox-indeterminate.surely-table-checkbox-disabled .surely-table-checkbox-inner:after{background-color:var(--surely-table-disabled-color);border-color:var(--surely-table-disabled-color)}@keyframes surelyCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.surely-table-radio{box-sizing:border-box;margin:0;padding:0;color:var(--surely-table-text-color);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;outline:none;cursor:pointer}.surely-table-radio-wrapper:hover .surely-table-radio,.surely-table-radio:hover .surely-table-radio-inner,.surely-table-radio-input:focus+.surely-table-radio-inner{border-color:var(--surely-table-primary-color)}.surely-table-radio-input:focus+.surely-table-radio-inner{box-shadow:0 0 0 3px var(--surely-table-primary-color-1)}.surely-table-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--surely-table-primary-color);border-radius:50%;visibility:hidden;animation:surelyRadioEffect .36s ease-in-out;animation-fill-mode:both;content:"";box-sizing:border-box}.surely-table-radio:hover:after,.surely-table-radio-wrapper:hover .surely-table-radio:after{visibility:visible}.surely-table-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;border-color:var(--surely-table-border-color-base);border-style:solid;border-width:1px;border-radius:50%;transition:all .3s;box-sizing:border-box}.surely-table-radio-inner:after{position:absolute;top:3px;left:3px;display:block;width:8px;height:8px;background-color:var(--surely-table-primary-color);border-top:0;border-left:0;border-radius:8px;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.78,.14,.15,.86);content:" ";box-sizing:border-box}.surely-table-radio-input{position:absolute;inset:0;z-index:1;cursor:pointer;opacity:0;border-radius:unset}.surely-table-radio-checked .surely-table-radio-inner{border-color:var(--surely-table-primary-color)}.surely-table-radio-checked .surely-table-radio-inner:after{transform:scale(1);opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.surely-table-radio-disabled{cursor:not-allowed}.surely-table-radio-disabled .surely-table-radio-inner{background-color:var(--surely-table-disabled-bg);border-color:var(--surely-table-border-color-base)!important;cursor:not-allowed}.surely-table-radio-disabled .surely-table-radio-inner:after{background-color:var(--surely-table-disabled-color)}.surely-table-radio-disabled .surely-table-radio-input{cursor:not-allowed}.surely-table-radio-disabled+span{color:var(--surely-table-disabled-color);cursor:not-allowed}span.surely-table-radio+*{padding-right:8px;padding-left:8px}@keyframes surelyRadioEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.surely-table-drag-handle{height:100%;cursor:grab;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;vertical-align:middle;display:flex;align-items:center;margin-left:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:1px;flex-grow:0;flex-shrink:0}.surely-table-drag-handle-disabled{cursor:not-allowed;color:var(--surely-table-disabled-color)}.surely-table-drag-icon{display:inline-block}.surely-table-drag-dragging{cursor:move}.surely-table-drag-column-dragging,.surely-table-drag-column-dragging .surely-table-header-cell,.surely-table-drag-column-dragging .surely-table-cell-group-title{background:var(--surely-table-header-drag-bg)}.surely-table-drag-ghost{background:var(--surely-table-row-hover-bg);cursor:move}.surely-table-drag-placeholder{position:absolute;left:0;width:100%;height:2px;background-color:var(--surely-table-primary-color);z-index:999;opacity:0;transition:opacity .2s}.surely-table-drag-column-placeholder{position:absolute;left:0;top:0;width:2px;height:100%;background-color:var(--surely-table-primary-color);opacity:0;transition:opacity .2s;z-index:3}.surely-table-drag-ghost-image{position:absolute;display:inline-flex;align-items:center;cursor:move;color:var(--surely-table-text-color);margin:0;padding:8px 16px;white-space:nowrap;z-index:99999;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis;border:solid 1px;border-color:var(--surely-table-border-color);background:var(--surely-table-row-hover-bg);border-radius:6px;box-shadow:0 1px 2px 1px var(--surely-table-ghost-image-shadow-color);font-size:14px}.surely-table-drag-ghost-image-icon{margin-right:6px;display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.surely-table-drag-ghost-image-label{overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}.surely-table-tooltip{box-sizing:border-box;margin:0;color:var(--surely-table-text-color);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background-color:var(--surely-table-tooltip-bg-color);color:#fff;font-size:14px;padding:6px 8px;border-radius:6px;z-index:99}.surely-table-tooltip .surely-table-tooltip-arrow{background-color:transparent;width:12px;height:12px;position:absolute;z-index:-1;border:6px solid transparent}.surely-table-tooltip.surely-table-tooltip-placement-top-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-top .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-top-end .surely-table-tooltip-arrow{border-top-color:var(--surely-table-tooltip-bg-color);bottom:0;transform:translateY(100%)}.surely-table-tooltip.surely-table-tooltip-placement-top .surely-table-tooltip-arrow{left:50%;transform:translate(-50%) translateY(100%)}.surely-table-tooltip.surely-table-tooltip-placement-top-start .surely-table-tooltip-arrow{left:12px}.surely-table-tooltip.surely-table-tooltip-placement-top-end .surely-table-tooltip-arrow{right:12px}.surely-table-tooltip.surely-table-tooltip-placement-bottom-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-bottom .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-bottom-end .surely-table-tooltip-arrow{border-bottom-color:var(--surely-table-tooltip-bg-color);top:0;transform:translateY(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-bottom .surely-table-tooltip-arrow{left:50%;transform:translate(-50%) translateY(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-bottom-start .surely-table-tooltip-arrow{left:12px}.surely-table-tooltip.surely-table-tooltip-placement-bottom-end .surely-table-tooltip-arrow{right:12px}.surely-table-tooltip.surely-table-tooltip-placement-left-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-left .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-left-end .surely-table-tooltip-arrow{border-left-color:var(--surely-table-tooltip-bg-color);right:0;transform:translate(100%)}.surely-table-tooltip.surely-table-tooltip-placement-left .surely-table-tooltip-arrow{top:50%;transform:translateY(-50%) translate(100%)}.surely-table-tooltip.surely-table-tooltip-placement-left-start .surely-table-tooltip-arrow{top:12px}.surely-table-tooltip.surely-table-tooltip-placement-left-end .surely-table-tooltip-arrow{bottom:12px}.surely-table-tooltip.surely-table-tooltip-placement-right-start .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-right .surely-table-tooltip-arrow,.surely-table-tooltip.surely-table-tooltip-placement-right-end .surely-table-tooltip-arrow{border-right-color:var(--surely-table-tooltip-bg-color);left:0;transform:translate(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-right .surely-table-tooltip-arrow{top:50%;transform:translateY(-50%) translate(-100%)}.surely-table-tooltip.surely-table-tooltip-placement-right-start .surely-table-tooltip-arrow{top:12px}.surely-table-tooltip.surely-table-tooltip-placement-right-end .surely-table-tooltip-arrow{bottom:12px}.surely-table-tooltip-fade-enter-from{opacity:0}.surely-table-tooltip-fade-enter-to,.surely-table-tooltip-fade-leave-from{opacity:1}.surely-table-tooltip-fade-leave-to{opacity:0}.surely-table-tooltip-fade-enter-active,.surely-table-tooltip-fade-leave-active{transition:opacity .2s ease-in-out}.surely-table-tooltip-fade-enter-from,.surely-table-tooltip-fade-leave-to{opacity:0}
.p-table-pagination{
    display: flex;
    justify-content: flex-end;
    padding: 8px 0;
}
.p-table-expanded-icon{
    margin-right: 5px;
}/*$vite$:1*/
.aaa[data-v-10784b36]{
  display: flex;
}
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.fixed{position:fixed;}.grid{display:grid;}.mx-2{margin-left:0.5rem;margin-right:0.5rem;}.ml-4{margin-left:1rem;}.ml-5{margin-left:1.25rem;}.ml-auto{margin-left:auto;}.mr-8{margin-right:2rem;}.mt-1{margin-top:0.25rem;}.mt-3{margin-top:0.75rem;}.box-border{box-sizing:border-box;}.inline{display:inline;}.block{display:block;}.hidden{display:none;}.h-full{height:100%;}.min-h-0{min-height:0;}.min-h-screen{min-height:100vh;}.flex{display:flex;}.flex-1{flex:1 1 0%;}.flex-grow{flex-grow:1;}.flex-col{flex-direction:column;}.cursor-pointer{cursor:pointer;}.items-center{align-items:center;}.justify-end{justify-content:flex-end;}.justify-between{justify-content:space-between;}.space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(0.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(0.5rem * var(--un-space-x-reverse));}.space-x-3>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(0.75rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(0.75rem * var(--un-space-x-reverse));}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse));}.overflow-auto{overflow:auto;}.overflow-hidden{overflow:hidden;}.overflow-y-auto{overflow-y:auto;}.border{border-width:1px;}.border-b{border-bottom-width:1px;}.border-r{border-right-width:1px;}.border-t{border-top-width:1px;}.rounded{border-radius:0.25rem;}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;}.p-1{padding:0.25rem;}.p-2{padding:0.5rem;}.p-4{padding:1rem;}.px-3{padding-left:0.75rem;padding-right:0.75rem;}.px-4{padding-left:1rem;padding-right:1rem;}.px-5{padding-left:1.25rem;padding-right:1.25rem;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.pr-3{padding-right:0.75rem;}.pt-3{padding-top:0.75rem;}.text-base{font-size:1rem;line-height:1.5rem;}.text-gray-800{--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity)) /* #1f2937 */;}.font-semibold{font-weight:600;}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.ease{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}/* 表单标签页边框样式 */
.tab-border {
  border: 1px solid #ebeef5;
}

/* 标题底部边框样式 */
.p-title-bottom {
  border-bottom: 1px solid #dddddd;
}
/* 表格高度铺满页面,120px为标题高度 */
.container-full {
  height: calc(100vh - 100px);
  overflow-y: auto;
  min-height: 0;
  padding: 0.5rem;
  overflow: auto;
  margin: 0.7rem 0.5rem 0.8rem 0.8rem;
  background-color: #fff;
  border-radius: 0.375rem;
}
/* //表单样式 */
.p-base-card {
  border-radius: 4px;
  background-color: #fff;
  overflow: auto;
}

.p-base-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
  /* 防止内容重叠 */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.p-base-wiazrd__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  /* padding: 3px; */
  padding: 0 0 5px 5px;
  background-color: #fff;
  z-index: 10;
  /* 防止内容重叠 */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.p-base-card__title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.p-base-card__actions {
  display: flex;
  gap: 8px;
}

.p-base-card__body {
  padding: 5px 16px 16px 16px;
}
.p-tab-table-btn {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  gap: 0.5rem;
  /* 添加下面这行确保与下方元素紧密连接 */
  margin-bottom: 0;
}
.p-base-card__body .ant-tabs-content-holder {
  border: 1px solid #ebeef5;
  /* padding: 15px 0 10px 0px; */
  margin-top: -16px;
}
.p-base-card__body .ant-tabs-content-holder .ant-form {
  padding: 30px 35px 10px 10px;
}
.ant-modal-content:has(.p-form-tabs) {
  padding: 10px 24px !important;
}
/* 菜单滚动条 */
.sidebar-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.sidebar-container .ant-layout-sider-children {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.sidebar-header {
  color: white;
  font-size: 1.125rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  flex-shrink: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sidebar-menu {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  padding-right: 4px;
}

/* 美化滚动条样式 */
.sidebar-menu::-webkit-scrollbar {
  width: 6px;
}

.sidebar-menu::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  transition: background 0.3s ease;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* Firefox 滚动条样式 */
.sidebar-menu {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.7) transparent;
}

/* 数字输入框占满宽度 */
.ant-form-item .ant-input-number {
  width: 100%;
}

.login-page[data-v-89bd2128] {
  position: fixed;
  inset: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #e6ecf5 100%);
  padding: 24px;
}
.login-card[data-v-89bd2128] {
  width: 100%;
  max-width: 420px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}
.title[data-v-89bd2128] {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
/*$vite$:1*/