.reset-component {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
  background-color: var(--ap-scrollbar-thumb-color-base);
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
  background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
  background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
  display: table;
  content: '';
}
.clear-fix::after {
  display: table;
  clear: both;
  content: '';
}
.common-style {
  box-sizing: border-box;
  font-size: 12px;
  font-family: inherit;
}
.common-style::before,
.common-style::after {
  box-sizing: border-box;
}
.aplus-ag-custom-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
}
.aplus-ag-custom-header.sortable:hover {
  cursor: pointer;
}
.aplus-ag-custom-header.align-center {
  justify-content: center;
}
.aplus-ag-custom-header.align-right {
  justify-content: end;
}
.aplus-ag-custom-header__sort-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: rgba(0, 0, 0, 0.29);
  margin-left: 4px;
}
.aplus-ag-custom-header__sort-wrapper:hover {
  color: rgba(0, 0, 0, 0.57);
  cursor: pointer;
}
.aplus-ag-custom-header__sorter-up.active {
  color: var(--ap-color-primary);
}
.aplus-ag-custom-header__sorter-down {
  margin-top: -0.3em;
}
.aplus-ag-custom-header__sorter-down.active {
  color: var(--ap-color-primary);
}
.aplus-ap-form-item-group .ant-form-item-control .ant-picker {
  display: flex;
}
.aplus-ap-form-item-group .ant-form-item-control .ant-input-number {
  width: 100%;
}
.aplus-ap-form-item-group-col-hidden {
  display: none !important;
}
.aplus-ap-form-item--bordered {
  box-sizing: border-box;
  border: 1px solid var(--ap-border-color-base);
  border-radius: 4px;
  padding-inline: 8px;
}
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
  padding: 0;
}
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group):has(.ant-select) .ant-input-affix-wrapper {
  padding-right: 8px;
}
.aplus-ap-form-item--bordered:has(textarea.ant-input) {
  padding-inline-end: 0;
}
.aplus-ap-form-item--bordered:has(textarea.ant-input) .ant-input {
  padding-inline-start: 0;
}
.aplus-ap-form-item--bordered .ant-picker {
  padding: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input-content > .ant-input-group > .ant-picker-range:nth-child(1) .ant-picker-clear {
  inset-inline-end: 0;
}
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
  padding-left: 8px;
}
.aplus-ap-form-item--bordered .ant-select-selector {
  border-width: 0 !important;
  box-shadow: none !important;
}
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
  height: 30px !important;
}
.aplus-ap-form-item--bordered:has(.ant-input-number) {
  padding-right: 0;
}
.aplus-ap-form-item--bordered:has(.ant-select) {
  padding-right: 0px;
}
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
  padding-right: 4px;
}
.aplus-ap-form-item--bordered div.ant-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-label > label {
  padding-right: 12px;
  height: 30px;
}
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
  margin: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input {
  min-height: 30px;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input .ant-select-single {
  height: unset;
}
.aplus-ap-form-item--bordered:hover {
  border-color: var(--ap-hover-color-base);
}
.aplus-ap-form-item--bordered:focus {
  border-color: var(--ap-active-color-base);
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
}
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
  width: calc(100% + 12px);
}
.aplus-ap-form-item--disabled {
  background-color: var(--color-bg-container-disabled);
}
.aplus-ap-form-item--disabled .ant-select-selector {
  background: transparent !important;
}
.aplus-ap-form-item--focused {
  border-color: var(--ap-active-color-base);
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
}
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
  font-size: 12px;
  line-height: 16px;
}
.aplus-ap-form-item .ant-col .ant-form-item-extra {
  line-height: 22px;
  min-height: unset;
  margin-top: 4px;
  margin-bottom: 12px;
}
.aplus-ap-form-item .ant-input-group .ant-picker:only-child {
  width: 100%;
}
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
  padding-inline: 8px;
  flex: 1;
}
.aplus-ap-form-drawer-form__resize-bar {
  width: 4px;
  cursor: ew-resize;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: transparent;
}
.aplus-ap-form-drawer-form__resize-bar--min-disabled {
  cursor: w-resize;
}
.aplus-ap-form-drawer-form__resize-bar--max-disabled {
  cursor: e-resize;
}
.aplus-ap-form-modal-form .ant-modal-content {
  padding: 0;
}
.aplus-ap-form-modal-form .ant-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #E9EDF3;
  margin-bottom: 0;
}
.aplus-ap-form-modal-form__content {
  padding: 20px 20px 0px;
}
.aplus-ap-form-modal-form__footer {
  padding: 12px 20px;
}
.aplus-ap-form-modal-form__footer-admin {
  border-top: 1px solid #E9EDF3;
}
.aplus-ap-form-modal-form .ant-modal-close {
  top: 16px;
}
.aplus-search-form-sorter-content {
  width: 560px;
}
.aplus-search-form-sorter-header {
  padding: 16px 16px 0px;
}
.aplus-search-form-sorter-header-title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  color: var(--ap-text-color-2);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 4px;
}
.aplus-search-form-sorter-header-desc {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  color: var(--ap-text-color-3);
}
.aplus-search-form-sorter-header-action-wrapper {
  padding: 8px;
  margin: -8px;
  cursor: pointer;
}
.aplus-search-form-sorter-header-reset-btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  color: var(--ap-color-link);
}
.aplus-search-form-sorter-sorter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  row-gap: 8px;
}
.aplus-search-form-sorter-sorter-item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-inline: 4px;
}
.aplus-search-form-sorter-sorter-item > div {
  border: 1px solid var(--ap-color-bg);
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.aplus-search-form-sorter-sorter-item > div:hover {
  border-color: var(--ap-color-primary);
  cursor: pointer;
}
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
  color: var(--ap-color-primary) !important;
}
.aplus-search-form-sorter-sorter-item--hidden {
  display: none;
}
.aplus-search-form-sorter-sorter-item-text {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  padding-left: 4px;
  color: var(--ap-text-color-2);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aplus-ap-form-search-form .ant-form-item {
  margin-bottom: 8px;
}
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
  display: flex;
}
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
  width: 100%;
}
.aplus-ap-form-search-form__popover .ant-form-item {
  margin-bottom: 8px;
}
.aplus-ap-form-search-form__popover .ant-popover-arrow {
  display: none;
}
.aplus-ap-form-search-form__popover .ant-popover-inner {
  padding: 0;
}
.aplus-ap-form-search-form__popover-content {
  padding: 12px 16px 16px;
}
.aplus-ap-form-search-form__popover-content textarea {
  padding: 0;
}
.aplus-ap-form-search-form__popover-footer {
  padding: 12px 16px;
}
.aplus-ap-form-search-form__popover-footer-confirm-btn {
  margin-left: 10px;
}
.aplus-ap-form-search-form__popover-footer button.ant-btn {
  padding-inline: 16px;
}
.aplus-ap-form-search-form-trigger-btn {
  font-size: 0px;
}
.aplus-ap-form-search-form-trigger-btn-active {
  color: var(--ap-hover-color-base);
  border-color: var(--ap-hover-color-base);
  z-index: 1;
}
.aplus-ap-form-search-form-trigger-btn-badge {
  display: inline-block;
  padding: 2px;
  min-width: 14px;
  height: 14px;
  background-color: var(--ap-color-primary);
  font-size: 10px;
  line-height: 1;
  border-radius: 7px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px #fff;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
  flex-shrink: 0;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
  z-index: 1;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
  z-index: 1;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
  line-height: 0px;
  vertical-align: -0.125em;
}
.aplus-ap-form-search-form-action-btn {
  padding-inline: 12px;
}
.aplus-ap-form-search-form-action-btn-reset {
  background-color: var(--ap-color-bg);
}
.aplus-ap-form-item-text-group-compact .ant-select-focused {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-select:hover {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-picker-focused {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-picker:hover {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-input-number-focused {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-input-number:hover {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
  border-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
  border-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
  border-radius: 0;
}
.ant-form-vertical .ant-input-group.ant-input-group-compact > * {
  vertical-align: bottom;
}
.aplus-field-checkbox--vertical {
  display: inline-block;
}
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
  display: flex;
  margin-block-end: 12px;
}
.aplus-field-checkbox .ant-checkbox-disabled + span {
  color: unset;
}
.aplus-field-number-label-left {
  padding-right: 4px;
}
.aplus-field-number-label-right {
  padding-left: 4px;
}
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
  display: flex;
  margin-block-end: 12px;
}
.aplus-field-radio .ant-radio-wrapper-disabled {
  color: unset;
}
.aplus-field-text-area {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.aplus-action-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.aplus-action-item--primary {
  color: var(--ap-color-link);
}
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
  color: var(--ap-color-link-hover);
}
.aplus-action-item--success {
  color: var(--ap-color-success);
}
.aplus-action-item--error {
  color: var(--ap-color-error);
}
.aplus-action-item--warn {
  color: var(--ap-color-warn);
}
.aplus-action-item--loading {
  opacity: 0.35;
  transition: opacity 0.2s;
  cursor: default;
}
.aplus-action-item--loading .btn-loading-icon {
  margin-right: 4px;
}
.aplus-action-item--disabled {
  cursor: not-allowed;
}
.aplus-action-item--primary.aplus-action-item--disabled {
  color: var(--ap-color-link-disabled);
}
.aplus-action-item--success.aplus-action-item--disabled {
  color: var(--ap-color-success-disabled);
}
.aplus-action-item--error.aplus-action-item--disabled {
  color: var(--ap-color-error-disabled);
}
.aplus-action-item--warn.aplus-action-item--disabled {
  color: var(--ap-color-warn-disabled);
}
.aplus-action-item__icon-wrapper {
  padding-right: 4px;
}
.aplus-action-item--icon-first .aplus-action-item__icon-wrapper {
  padding-right: 0;
}
.aplus-action-item-dropdown__item .aplus-action-item {
  width: 100%;
}
.aplus-action-item-dropdown__wrapper {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.aplus-action-item-dropdown__icon {
  color: #0070ff;
  margin-left: 2px;
  font-size: 12px;
  display: inline-flex;
}
.aplus-editable-aggrid .ant-form-item {
  margin-bottom: 16px;
}
.aplus-editable-aggrid .ag-cell:has(.is-editable) {
  padding-block: 16px 0px !important;
}
.aplus-ag-grid ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.aplus-ag-grid ::-webkit-scrollbar-thumb {
  background-color: var(--ap-scrollbar-thumb-color-base);
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.aplus-ag-grid ::-webkit-scrollbar-track,
.aplus-ag-grid ::-webkit-scrollbar-corner {
  background-color: var(--ap-table-header-bg, #f2f6f9);
}
.aplus-ag-grid ::-webkit-scrollbar-thumb:hover,
.aplus-ag-grid ::-webkit-scrollbar-thumb:active {
  background-color: var(--ap-scrollbar-thumb-color-hover);
}
.aplus-ag-grid-adaptive {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.aplus-ag-grid-adaptive .aplus-ag-grid-grid-wrapper {
  min-height: 0;
  flex: 1;
  position: relative;
}
.aplus-ag-grid-wrapper {
  padding: 8px;
  padding-bottom: 12px;
  background-color: #fff;
}
.aplus-ag-grid-wrapper:has(ul.ant-pagination) {
  padding-bottom: 0;
}
.aplus-ag-grid-sticky > .aplus-ag-grid__table-wrapper-card {
  padding-bottom: 0;
}
.aplus-ag-grid__search-wrapper {
  padding: 8px;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}
.aplus-ag-grid__table-wrapper {
  flex: 1;
  min-height: 0;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.aplus-ag-grid__table-wrapper-card {
  padding: 8px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #fff;
}
.aplus-ag-grid__table-wrapper-card:has(ul.ant-pagination) {
  padding-bottom: 0;
}
.aplus-ag-grid-pagination {
  margin-block: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}
.aplus-ag-grid-pagination .ant-pagination-total-text {
  flex: 1;
  height: unset;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.aplus-ag-grid__table-loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--vxe-ui-loading-background-color);
}
.aplus-ag-grid-pagination-count-text {
  color: var(--ap-text-color-2);
}
.aplus-ag-grid-pagination--total-right {
  padding-left: 12px;
}
.aplus-ag-grid-pagination-total-wrapper {
  color: var(--ap-text-color-1);
}
.aplus-ag-grid-table-header__title {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
  vertical-align: middle;
  word-break: break-all;
  flex: 1;
}
.aplus-ag-grid-table-header__title--single {
  flex: unset;
}
.aplus-ag-grid__cell--left {
  text-align: left;
}
.aplus-ag-grid__cell--center {
  text-align: center;
}
.aplus-ag-grid__cell--right {
  text-align: right;
}
.aplus-ag-grid__cell--multiline .ag-cell-value {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--ag-grid-line-clamp);
  word-break: break-all;
}
.aplus-ag-grid-size-mini .ag-cell {
  line-height: 18px;
  padding-block: 6px;
  width: 100%;
  display: flex;
  align-items: center;
}
.aplus-ag-grid-size-mini .ag-cell > div {
  width: 100%;
}
.aplus-ag-grid-size-medium .ag-cell {
  line-height: 18px;
  padding-block: 9px;
  display: flex;
  align-items: center;
}
.aplus-ag-grid-size-medium .ag-cell > div {
  width: 100%;
}
.aplus-ag-grid__tooltip {
  font-size: 12px;
  max-width: 300px;
  word-break: break-all;
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.aplus-ag-grid .ag-unselectable {
  -moz-user-select: text;
       user-select: text;
  -webkit-user-select: text;
}
.aplus-ag-grid .ag-checkbox.ag-labeled[disabled] .ag-input-field-input[disabled] {
  cursor: not-allowed;
}
