html[data-theme='dark'] .LD-dark-switch[data-v-ee55aa35] {
  border: 1px solid #c4bcbc;
}
.LD-dark-switch[data-v-ee55aa35] {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 50px;
  height: 26px;
  margin-left: auto;
  padding: 0 6px;
  border-radius: 30px;
  background-color: #151515;
  cursor: pointer;
}
.LD-dark-switch-inner[data-v-ee55aa35] {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  transition: transform 0.5s, background-color 0.5s;
  border-radius: 50%;
  background-color: #fff;
  will-change: transform;
}
.LD-dark-switch--dark .LD-dark-switch-inner[data-v-ee55aa35] {
  transform: translateX(calc(100% + 2px));
}
.LD-app-logo[data-v-686de9f4] {
  display: flex;
  align-items: center;
  padding-left: 7px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.LD-app-logo.light[data-v-686de9f4] {
  border-bottom: 1px solid var(--border-color);
}
.LD-app-logo.collapsed-show-title[data-v-686de9f4] {
  padding-left: 20px;
}
.LD-app-logo.light .LD-app-logo__title[data-v-686de9f4] {
  color: #0960bd;
}
.LD-app-logo__title[data-v-686de9f4] {
  transition: all 0.5s;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.LD-app-search-footer[data-v-0371d1f9] {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  border-top: 1px solid var(--border-color);
  border-radius: 0 0 16px 16px;
  background-color: var(--component-background-color);
  color: #666;
  font-size: 12px;
}
.LD-app-search-footer-item[data-v-0371d1f9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  margin-right: 0.4em;
  padding-bottom: 2px;
  border-radius: 2px;
  background-color: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
  box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
}
.LD-app-search-footer-item[data-v-0371d1f9]:nth-child(2),
.LD-app-search-footer-item[data-v-0371d1f9]:nth-child(3),
.LD-app-search-footer-item[data-v-0371d1f9]:nth-child(6) {
  margin-left: 14px;
}
.LD-app-search-modal[data-v-eff55d62] {
  display: flex;
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.25);
}
.LD-app-search-modal-content[data-v-eff55d62] {
  position: relative;
  flex-direction: column;
  width: 632px;
  margin: 0 auto auto;
  border-radius: 16px;
  background-color: var(--component-background-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.LD-app-search-modal-input__wrapper[data-v-eff55d62] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 0;
}
.LD-app-search-modal-input[data-v-eff55d62] {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  color: #1c1e21;
  font-size: 1.5em;
}
.LD-app-search-modal-input span[role='img'][data-v-eff55d62] {
  color: #999;
}
.LD-app-search-modal-cancel[data-v-eff55d62] {
  display: none;
  color: #666;
  font-size: 1em;
}
.LD-app-search-modal-not-data[data-v-eff55d62] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #969faf;
  font-size: 0.9;
}
.LD-app-search-modal-list[data-v-eff55d62] {
  max-height: 472px;
  margin: 0 auto;
  margin-top: 14px;
  padding: 0 14px;
  padding-bottom: 20px;
  overflow: auto;
}
.LD-app-search-modal-list__item[data-v-eff55d62] {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 8px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 4px;
  background-color: var(--component-background-color);
  box-shadow: 0 1px 3px 0 #d4d9e1;
  color: var(--text-color);
  font-size: 14px;
  cursor: pointer;
}
.LD-app-search-modal-list__item > div[data-v-eff55d62]:first-child,
.LD-app-search-modal-list__item > div[data-v-eff55d62]:last-child {
  display: flex;
  align-items: center;
}
.LD-app-search-modal-list__item--active[data-v-eff55d62] {
  background-color: #0960bd;
  color: #fff;
}
.LD-app-search-modal-list__item--active .LD-app-search-modal-list__item-enter[data-v-eff55d62] {
  opacity: 1;
}
.LD-app-search-modal-list__item-icon[data-v-eff55d62] {
  width: 30px;
}
.LD-app-search-modal-list__item-text[data-v-eff55d62] {
  flex: 1;
}
.LD-app-search-modal-list__item-enter[data-v-eff55d62] {
  width: 30px;
  opacity: 0;
}
.LD-svg-icon[data-v-3b5a6fc6] {
  display: inline-block;
  overflow: hidden;
  fill: currentcolor;
  vertical-align: -0.15em;
}
.svg-icon-spin[data-v-3b5a6fc6] {
  animation: loadingCircle 1s infinite linear;
}
.app-iconify {
  display: inline-block;
}
.app-iconify-spin svg {
  animation: loadingCircle 1s infinite linear;
}
span.iconify {
  display: block;
  min-width: 1em;
  min-height: 1em;
  border-radius: 100%;
  background-color: #5551;
}
.full-loading[data-v-60711329] {
  display: flex;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 242, 245, 0.4);
}
.full-loading.absolute[data-v-60711329] {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
}
html[data-theme='dark'] .full-loading[data-v-60711329]:not(.light) {
  background-color: rgba(0, 0, 0, 0.45);
}
.full-loading.dark[data-v-60711329] {
  background-color: rgba(0, 0, 0, 0.45);
}
[class^="pro-modal"],
[class*=" pro-modal"] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 14px;
  box-sizing: border-box;
}

[class^="pro-modal"]::before,
[class*=" pro-modal"]::before,
[class^="pro-modal"]::after,
[class*=" pro-modal"]::after {
  box-sizing: border-box;
}

[class^="pro-modal"] [class^="pro-modal"],
[class*=" pro-modal"] [class^="pro-modal"],
[class^="pro-modal"] [class*=" pro-modal"],
[class*=" pro-modal"] [class*=" pro-modal"] {
  box-sizing: border-box;
}

[class^="pro-modal"] [class^="pro-modal"]::before,
[class*=" pro-modal"] [class^="pro-modal"]::before,
[class^="pro-modal"] [class*=" pro-modal"]::before,
[class*=" pro-modal"] [class*=" pro-modal"]::before,
[class^="pro-modal"] [class^="pro-modal"]::after,
[class*=" pro-modal"] [class^="pro-modal"]::after,
[class^="pro-modal"] [class*=" pro-modal"]::after,
[class*=" pro-modal"] [class*=" pro-modal"]::after {
  box-sizing: border-box;
}

.pro-modal-root .pro-modal-wrap {
  z-index: 1000;
  position: fixed;
  inset: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.pro-modal-root .pro-modal-wrap-rtl {
  direction: rtl;
}

.pro-modal-root .pro-modal-centered {
  text-align: center;
}

.pro-modal-root .pro-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.pro-modal-root .pro-modal-centered .pro-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: start;
  vertical-align: middle;
}

@media (max-width: 767) {
  .pro-modal-root .pro-modal {
    max-width: calc(100vw - 16px);
    margin: 8 auto;
  }

  .pro-modal-root .pro-modal-centered .pro-modal {
    flex: 1;
  }
}

.pro-modal {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  padding-bottom: 24px;
}

.pro-modal .pro-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.pro-modal .pro-modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-radius: 8px;
  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);
  pointer-events: auto;
  padding: 20px 24px;
}

.pro-modal .pro-modal-close {
  position: absolute;
  top: 17px;
  inset-inline-end: 17px;
  z-index: 1010;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s;
}

.pro-modal .pro-modal-close-x {
  display: block;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}

.pro-modal .pro-modal-close:hover {
  color: rgba(0, 0, 0, 0.88);
  background-color: rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.pro-modal .pro-modal-close:active {
  background-color: rgba(0, 0, 0, 0.15);
}

.pro-modal .pro-modal-close:focus-visible {
  outline: 2px solid #91caff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}

.pro-modal .pro-modal-header {
  color: rgba(0, 0, 0, 0.88);
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  margin-bottom: 8px;
}

.pro-modal .pro-modal-body {
  font-size: 14px;
  line-height: 1.5714285714285714;
  word-wrap: break-word;
}

.pro-modal .pro-modal-footer {
  text-align: end;
  background: transparent;
  margin-top: 12px;
}

.pro-modal .pro-modal-footer .pro-btn+.pro-btn:not(.pro-dropdown-trigger) {
  margin-bottom: 0;
  margin-inline-start: 8px;
}

.pro-modal .pro-modal-open {
  overflow: hidden;
}

.pro-modal-pure-panel {
  top: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.pro-modal-pure-panel .pro-modal-content,
.pro-modal-pure-panel .pro-modal-body,
.pro-modal-pure-panel .pro-modal-confirm-body-wrapper {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.pro-modal-pure-panel .pro-modal-confirm-body {
  margin-bottom: auto;
}

.pro-modal-confirm-rtl {
  direction: rtl;
}

.pro-modal-confirm .pro-modal-header {
  display: none;
}

.pro-modal-confirm .pro-modal-confirm-body-wrapper::before {
  display: table;
  content: "";
}

.pro-modal-confirm .pro-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: "";
}

.pro-modal-confirm .pro-modal-confirm-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pro-modal-confirm .pro-modal-confirm-body .pro-modal-confirm-title {
  flex: 0 0 100%;
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.pro-modal-confirm .pro-modal-confirm-body .pro-modal-confirm-title+.pro-modal-confirm-content {
  margin-block-start: 8px;
  flex-basis: 100%;
  max-width: calc(100% - 34px);
}

.pro-modal-confirm .pro-modal-confirm-body .pro-modal-confirm-content {
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
}

.pro-modal-confirm .pro-modal-confirm-body>.anticon {
  flex: none;
  margin-inline-end: 12px;
  font-size: 22px;
}

.pro-modal-confirm .pro-modal-confirm-body>.anticon+.pro-modal-confirm-title {
  flex: 1;
}

.pro-modal-confirm .pro-modal-confirm-body>.anticon+.pro-modal-confirm-title+.pro-modal-confirm-content {
  margin-inline-start: 34px;
}

.pro-modal-confirm .pro-modal-confirm-btns {
  text-align: end;
  margin-top: 12px;
}

.pro-modal-confirm .pro-modal-confirm-btns .pro-btn+.pro-btn {
  margin-bottom: 0;
  margin-inline-start: 8px;
}

.pro-modal-confirm-error .pro-modal-confirm-body>.anticon {
  color: #ff4d4f;
}

.pro-modal-confirm-warning .pro-modal-confirm-body>.anticon,
.pro-modal-confirm-confirm .pro-modal-confirm-body>.anticon {
  color: #faad14;
}

.pro-modal-confirm-info .pro-modal-confirm-body>.anticon {
  color: #1677ff;
}

.pro-modal-confirm-success .pro-modal-confirm-body>.anticon {
  color: #52c41a;
}

.pro-modal-zoom-leave .pro-modal-btns {
  pointer-events: none;
}

.pro-modal-root .pro-modal-wrap-rtl {
  direction: rtl;
}

.pro-modal-root .pro-modal-wrap-rtl .pro-modal-confirm-body {
  direction: rtl;
}

.pro-modal-root .pro-modal.pro-zoom-enter,
.pro-modal-root .pro-modal.pro-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}

.pro-modal-root .pro-modal.pro-zoom-leave .pro-modal-content {
  pointer-events: none;
}

.pro-modal-root .pro-modal-mask {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.pro-modal-root .pro-modal-mask .pro-modal-hidden {
  display: none;
}

.pro-modal-root .pro-modal-wrap {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.pro-modal-root .pro-fade-enter,
.pro-modal-root .pro-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.pro-modal-root .pro-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.pro-modal-root .pro-fade-enter.pro-fade-enter-active,
.pro-modal-root .pro-fade-appear.pro-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}

.pro-modal-root .pro-fade-leave.pro-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}

.pro-modal-root .pro-fade-enter,
.pro-modal-root .pro-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}

.pro-modal-root .pro-fade-leave {
  animation-timing-function: linear;
}

.pro-zoom-enter,
.pro-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.pro-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.pro-zoom-enter.pro-zoom-enter-active,
.pro-zoom-appear.pro-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}

.pro-zoom-leave.pro-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}

.pro-zoom-enter,
.pro-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.pro-zoom-enter-prepare,
.pro-zoom-appear-prepare {
  transform: none;
}

.pro-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

.data-ant-cssinjs-cache-path {
  content: "1jt3w1e|ant-design-icons|anticon:1nzwciw;1jt3w1e|Shared|pro:1ox36vg;1jt3w1e|Modal|pro-modal|anticon:uny12u";
}

.pro-modal .pro-modal-content {
  padding: 0;
}

.pro-modal-content {
  display: flex;
  flex-direction: column;
  max-height: var(--pro-modal-max-height, 88vh);
}

.pro-modal-content .pro-modal-header {
  flex: none;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.pro-modal-content .pro-modal-body {
  flex: 1;
  min-height: 1px;
  overflow-y: auto;
  padding: 8px 16px;
}

.pro-modal-content .pro-modal-footer {
  flex: none;
  padding: 16px;
  border-top: 1px solid #f0f0f0;
}

.pro-modal .pro-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom:0;
  margin-inline-start:8px;
}*,::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: ;}.container{width:100%;}@media (min-width: 640px){.container{max-width:640px;}}@media (min-width: 768px){.container{max-width:768px;}}@media (min-width: 1024px){.container{max-width:1024px;}}@media (min-width: 1280px){.container{max-width:1280px;}}@media (min-width: 1536px){.container{max-width:1536px;}}.\[receiveStartTime\:receiveEndTime\]{receiveStartTime:receiveEndTime;}.pointer-events-auto{pointer-events:auto;}.pointer-events-none{pointer-events:none;}.\!visible{visibility:visible !important;}.visible{visibility:visible;}.\!absolute{position:absolute !important;}.absolute,.position-absolute,[un-position~="absolute"]{position:absolute;}.fixed,[fixed=""]{position:fixed;}.position-relative,.relative,[relative=""],[un-position~="relative"]{position:relative;}.sticky,[un-position~="sticky"]{position:sticky;}[relative~="default\:"]:default{position:relative;}.static{position:static;}.inset-0{inset:0;}.-left-999px{left:-999px;}.-top-999px{top:-999px;}.bottom-0,[un-bottom~="\30 "]{bottom:0;}.left-\[50\%\],.left-1\/2,[un-left~="\35 0\%"]{left:50%;}.left-0,[left~="\30 "],[left~="none"],[un-left~="\30 "]{left:0;}.left-1,[left~="\31 "]{left:0.25rem;}.left-200px{left:200px;}.right-\[-160px\]{right:-160px;}.right-0,[right~="\30 "],[un-right~="\30 "]{right:0;}.right-10px{right:10px;}.right-12px{right:12px;}.right-20px{right:20px;}.right-4{right:1rem;}.right-40px{right:40px;}.right-5px{right:5px;}.right-6{right:1.5rem;}.top-0,[un-top~="\30 "]{top:0;}.top-1{top:0.25rem;}.top-1\/2{top:50%;}.top-10px{top:10px;}.top-12px{top:12px;}.top-30px{top:30px;}.top-4{top:1rem;}.top-50px{top:50px;}.top-5px{top:5px;}.top-8{top:2rem;}[left~="\32 "]{left:0.5rem;}[un-bottom~="\31 00\%"]{bottom:100%;}[un-left~="\34 px"]{left:4px;}[un-top~="-\31 6px"]{top:-16px;}[un-top~="\31 00\%"]{top:100%;}[un-top~="\34 px"]{top:4px;}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;}.z-10,[un-z~="\31 0"]{z-index:10;}.z-2{z-index:2;}.z-50{z-index:50;}.z-99{z-index:99;}.z-99999{z-index:99999;}[z~="\33 00"]{z-index:300;}.grid{display:grid;}.inline-grid{display:inline-grid;}[col-span~="\31 "]{grid-column:span 1/span 1;}[col-span~="\31 1"]{grid-column:span 11/span 11;}[col-span~="\32 "]{grid-column:span 2/span 2;}[col-span~="\33 "]{grid-column:span 3/span 3;}[col-span~="\34 "]{grid-column:span 4/span 4;}[col-span~="\36 "]{grid-column:span 6/span 6;}[col-span~="\37 "]{grid-column:span 7/span 7;}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}[rows~="\31 0"]{grid-template-rows:repeat(10,minmax(0,1fr));}[rows~="\31 5"]{grid-template-rows:repeat(15,minmax(0,1fr));}[rows~="\32 "]{grid-template-rows:repeat(2,minmax(0,1fr));}[rows~="\33 "]{grid-template-rows:repeat(3,minmax(0,1fr));}[rows~="\34 "]{grid-template-rows:repeat(4,minmax(0,1fr));}[rows~="\35 "]{grid-template-rows:repeat(5,minmax(0,1fr));}[rows~="\36 "]{grid-template-rows:repeat(6,minmax(0,1fr));}[rows~="\38 "]{grid-template-rows:repeat(8,minmax(0,1fr));}.float-right{float:right;}.m-16px{margin:16px;}.m-4{margin:1rem;}.m-auto{margin:auto;}.\!mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important;}.\!mx-10px{margin-left:10px !important;margin-right:10px !important;}.\!mx-20px{margin-left:20px !important;margin-right:20px !important;}.\!mx-3px{margin-left:3px !important;margin-right:3px !important;}.\!mx-5px{margin-left:5px !important;margin-right:5px !important;}.mx-\[10px\],.mx-10px{margin-left:10px;margin-right:10px;}.mx-0\.3125rem{margin-left:0.3125rem;margin-right:0.3125rem;}.mx-1{margin-left:0.25rem;margin-right:0.25rem;}.mx-16px{margin-left:16px;margin-right:16px;}.mx-2,[mx-2=""]{margin-left:0.5rem;margin-right:0.5rem;}.mx-20px{margin-left:20px;margin-right:20px;}.mx-3{margin-left:0.75rem;margin-right:0.75rem;}.mx-4{margin-left:1rem;margin-right:1rem;}.mx-5{margin-left:1.25rem;margin-right:1.25rem;}.mx-5px{margin-left:5px;margin-right:5px;}.mx-auto{margin-left:auto;margin-right:auto;}.my-\[20px\],.my-20px{margin-top:20px;margin-bottom:20px;}.my-0\.3125rem{margin-top:0.3125rem;margin-bottom:0.3125rem;}.my-10px{margin-top:10px;margin-bottom:10px;}.my-15px{margin-top:15px;margin-bottom:15px;}.my-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-3{margin-top:0.75rem;margin-bottom:0.75rem;}.my-5{margin-top:1.25rem;margin-bottom:1.25rem;}.my-5px{margin-top:5px;margin-bottom:5px;}.my-auto{margin-top:auto;margin-bottom:auto;}.-mt-16{margin-top:-4rem;}.\!\[\&_\.ant-tabs-nav\]\:mb-0 .ant-tabs-nav,.\!mb-0,.\!mb-0px{margin-bottom:0 !important;}.\!mb-1{margin-bottom:0.25rem !important;}.\!mb-10px{margin-bottom:10px !important;}.\!mb-15px{margin-bottom:15px !important;}.\!mb-5,[\!mb-5=""]{margin-bottom:1.25rem !important;}.\!mb-5px{margin-bottom:5px !important;}.\!ml-0\.625rem{margin-left:0.625rem !important;}.\!ml-20px,[\!ml-20px=""]{margin-left:20px !important;}.\!ml-3{margin-left:0.75rem !important;}.\!mr-0\.3125rem{margin-right:0.3125rem !important;}.\!mr-0\.625rem{margin-right:0.625rem !important;}.\!mr-10px,[\!mr-10px=""]{margin-right:10px !important;}.\!mr-2{margin-right:0.5rem !important;}.\!mr-3{margin-right:0.75rem !important;}.\!mr-4{margin-right:1rem !important;}.\!mr-5px{margin-right:5px !important;}.\!mr-auto{margin-right:auto !important;}.\!mt-\[-30px\]{margin-top:-30px !important;}.\!mt-10px{margin-top:10px !important;}.\!mt-4{margin-top:1rem !important;}.\!mt-5{margin-top:1.25rem !important;}.\!mt-5px{margin-top:5px !important;}.\!mt-8px{margin-top:8px !important;}.\[\&_\.ant-tabs-nav-wrap\]\:ml-10px .ant-tabs-nav-wrap,.ml-\[10px\],.ml-10px{margin-left:10px;}.mb-\[10px\],.mb-10px{margin-bottom:10px;}.mb-\[20px\],.mb-20px,[mb-20px=""]{margin-bottom:20px;}.mb-0,.mb-0px{margin-bottom:0;}.mb-1{margin-bottom:0.25rem;}.mb-1\.25rem,.mb-5{margin-bottom:1.25rem;}.mb-15px{margin-bottom:15px;}.mb-2,[un-mb~="\32 "]{margin-bottom:0.5rem;}.mb-25px,[mb-25px=""]{margin-bottom:25px;}.mb-2px{margin-bottom:2px;}.mb-3{margin-bottom:0.75rem;}.mb-4{margin-bottom:1rem;}.mb-40px{margin-bottom:40px;}.mb-5px{margin-bottom:5px;}.mb-60px{margin-bottom:60px;}.ml-\[-100px\]{margin-left:-100px;}.ml-\[-20px\]{margin-left:-20px;}.ml-\[-40px\]{margin-left:-40px;}.ml-\[-60px\]{margin-left:-60px;}.ml-\[-66px\]{margin-left:-66px;}.ml-\[-67px\]{margin-left:-67px;}.ml-\[-70px\]{margin-left:-70px;}.ml-\[120px\]{margin-left:120px;}.ml-\[45px\]{margin-left:45px;}.ml-\[60px\],.ml-60px{margin-left:60px;}.ml-0\.625rem{margin-left:0.625rem;}.ml-1{margin-left:0.25rem;}.ml-1\.25rem,.ml-5{margin-left:1.25rem;}.ml-100{margin-left:25rem;}.ml-100px{margin-left:100px;}.ml-155px{margin-left:155px;}.ml-15px{margin-left:15px;}.ml-16px,[ml-16px=""]{margin-left:16px;}.ml-180px,[ml-180px=""]{margin-left:180px;}.ml-18px{margin-left:18px;}.ml-2{margin-left:0.5rem;}.ml-20px{margin-left:20px;}.ml-25{margin-left:6.25rem;}.ml-28{margin-left:7rem;}.ml-3{margin-left:0.75rem;}.ml-30px{margin-left:30px;}.ml-35px{margin-left:35px;}.ml-4{margin-left:1rem;}.ml-40px{margin-left:40px;}.ml-4em{margin-left:4em;}.ml-50px{margin-left:50px;}.ml-5px{margin-left:5px;}.ml-6{margin-left:1.5rem;}.ml-80px{margin-left:80px;}.ml-90px{margin-left:90px;}.ml-auto,[ml-auto=""]{margin-left:auto;}.mr-0{margin-right:0;}.mr-1,[mr-1=""]{margin-right:0.25rem;}.mr-1\.25rem,.mr-5{margin-right:1.25rem;}.mr-10{margin-right:2.5rem;}.mr-10px{margin-right:10px;}.mr-15px{margin-right:15px;}.mr-2{margin-right:0.5rem;}.mr-20{margin-right:5rem;}.mr-20px,[mr-20px=""]{margin-right:20px;}.mr-2px{margin-right:2px;}.mr-3{margin-right:0.75rem;}.mr-30{margin-right:7.5rem;}.mr-4{margin-right:1rem;}.mr-40px{margin-right:40px;}.mr-4px{margin-right:4px;}.mr-50px{margin-right:50px;}.mr-5px,[mr-5px=""]{margin-right:5px;}.mr-80px{margin-right:80px;}.mr-auto{margin-right:auto;}.mt-\[-20px\]{margin-top:-20px;}.mt-\[-5px\]{margin-top:-5px;}.mt-\[20px\],.mt-20px,[mt-20px=""]{margin-top:20px;}.mt-0{margin-top:0;}.mt-0\.625rem,[mt-0\.625rem=""]{margin-top:0.625rem;}.mt-1{margin-top:0.25rem;}.mt-1\.25rem,.mt-5{margin-top:1.25rem;}.mt-10{margin-top:2.5rem;}.mt-10px{margin-top:10px;}.mt-13px{margin-top:13px;}.mt-15px{margin-top:15px;}.mt-2{margin-top:0.5rem;}.mt-24px{margin-top:24px;}.mt-2px{margin-top:2px;}.mt-3{margin-top:0.75rem;}.mt-30px{margin-top:30px;}.mt-35px{margin-top:35px;}.mt-4{margin-top:1rem;}.mt-40px{margin-top:40px;}.mt-4px{margin-top:4px;}.mt-50px{margin-top:50px;}.mt-5px{margin-top:5px;}.mt-6{margin-top:1.5rem;}.mt-6px,[un-m-t~="\36 px"]{margin-top:6px;}.mt-8px{margin-top:8px;}[un-m-b~="\36 px"]{margin-bottom:6px;}[un-m-t~="-\33 2px"]{margin-top:-32px;}[\!mb-5~="default\:"]:default{margin-bottom:1.25rem !important;}[ml-10px~="default\:"]:default{margin-left:10px;}[mr-10px~="default\:"]:default{margin-right:10px;}[mr-20px~="default\:"]:default{margin-right:20px;}[mr-5px~="default\:"]:default{margin-right:5px;}[mt-20px~="default\:"]:default{margin-top:20px;}.box-border{box-sizing:border-box;}.inline{display:inline;}.\!block{display:block !important;}.block,[block=""]{display:block;}[\!block~="default\:"]:default{display:block !important;}.\!inline-block,.inline-block\!,[\!inline-block=""]{display:inline-block !important;}.inline-block,[inline-block=""]{display:inline-block;}.hidden,[hidden=""]{display:none;}[size~="\30 "]{width:0;height:0;}[size~="\30 \.02"]{width:0.005rem;height:0.005rem;}[size~="\31 "]{width:0.25rem;height:0.25rem;}[size~="\31 0"]{width:2.5rem;height:2.5rem;}[size~="\31 4"]{width:3.5rem;height:3.5rem;}[size~="\31 5"]{width:3.75rem;height:3.75rem;}[size~="\31 6"]{width:4rem;height:4rem;}[size~="\31 8"]{width:4.5rem;height:4.5rem;}[size~="\32 "]{width:0.5rem;height:0.5rem;}[size~="\32 0"]{width:5rem;height:5rem;}[size~="\32 00"]{width:50rem;height:50rem;}[size~="\32 2"]{width:5.5rem;height:5.5rem;}[size~="\32 4"]{width:6rem;height:6rem;}[size~="\33 0"]{width:7.5rem;height:7.5rem;}[size~="\33 2"]{width:8rem;height:8rem;}[size~="\35 "]{width:1.25rem;height:1.25rem;}[size~="\35 0"]{width:12.5rem;height:12.5rem;}[size~="\35 00"]{width:125rem;height:125rem;}[size~="\37 2"]{width:18rem;height:18rem;}.\!h-100px{height:100px !important;}.\!h-112\.5px{height:112.5px !important;}.\!h-128px{height:128px !important;}.\!h-30px,[\!h-30px=""]{height:30px !important;}.\!h-32px{height:32px !important;}.\!h-42px,[\!h-42px=""]{height:42px !important;}.\!h-500px{height:500px !important;}.\!h-60px{height:60px !important;}.\!h-64px{height:64px !important;}.\!h-80px{height:80px !important;}.\!min-w-0,.\[\&\.ant-input-number\]\:\!min-w-0.ant-input-number{min-width:0 !important;}.\!w-100\%,.\!w-full{width:100% !important;}.\!w-100px,.\[\&\.ant-input-number\]\:\!w-100px.ant-input-number,.w-100px\!,[\!w-100px=""]{width:100px !important;}.\!w-120px{width:120px !important;}.\!w-128px{width:128px !important;}.\!w-140px{width:140px !important;}.\!w-15\.625rem{width:15.625rem !important;}.\!w-150px{width:150px !important;}.\!w-156px{width:156px !important;}.\!w-160px{width:160px !important;}.\!w-190px{width:190px !important;}.\!w-200px,.w-200px\!{width:200px !important;}.\!w-20px{width:20px !important;}.\!w-230px{width:230px !important;}.\!w-250px{width:250px !important;}.\!w-30{width:7.5rem !important;}.\!w-300px{width:300px !important;}.\!w-50\/100,.\!w-50\%{width:50% !important;}.\!w-50px{width:50px !important;}.\!w-60px{width:60px !important;}.\!w-64px,[\!w-64px=""]{width:64px !important;}.\!w-80\/100{width:80% !important;}.\!w-80px{width:80px !important;}.\!w-85\/100{width:85% !important;}.\!w-9\.375rem{width:9.375rem !important;}.\!w-90\/100{width:90% !important;}.\!w-90px,[\!w-90px=""]{width:90px !important;}.h-\[32px\],.h-32px{height:32px;}.h-\[40px\],.h-40px{height:40px;}.h-0px{height:0;}.h-1\.375rem{height:1.375rem;}.h-1\.875rem{height:1.875rem;}.h-1\/1,.h-100\%,.h-full,[un-h~="full"]{height:100%;}.h-10{height:2.5rem;}.h-100vh{height:100vh;}.h-120px{height:120px;}.h-16px,[un-h~="\31 6px"]{height:16px;}.h-1px,.hpx{height:1px;}.h-3\.125rem{height:3.125rem;}.h-30{height:7.5rem;}.h-30px,[h~="\33 0px"]{height:30px;}.h-400px{height:400px;}.h-430px{height:430px;}.h-50px{height:50px;}.h-570px{height:570px;}.h-62px{height:62px;}.h-700px{height:700px;}.h-8{height:2rem;}.h-auto{height:auto;}.h-fit{height:fit-content;}.h-fit\!{height:fit-content !important;}.h1{height:0.25rem;}.h2{height:0.5rem;}.h3{height:0.75rem;}.max-h-\[180px\],.max-h-180px{max-height:180px;}.max-h-\[400px\]{max-height:400px;}.max-h-100px{max-height:100px;}.max-h-100vh{max-height:100vh;}.max-h-200px,[max-h-200px=""]{max-height:200px;}.max-w-\[200px\]{max-width:200px;}.max-w-\[280px\]{max-width:280px;}.max-w-\[350px\]{max-width:350px;}.max-w-1\/1{max-width:100%;}.max-w-50\%{max-width:50%;}.min-h-\[40px\]{min-height:40px;}.min-h-\[500px\]{min-height:500px;}.min-h-\[60px\]{min-height:60px;}.min-h-100px{min-height:100px;}.min-h-150px{min-height:150px;}.min-h-300px{min-height:300px;}.min-h-50px{min-height:50px;}.min-h-659px{min-height:659px;}.min-h-full{min-height:100%;}.min-w-\[60px\],.min-w-60px{min-width:60px;}.min-w-0{min-width:0;}.min-w-10{min-width:2.5rem;}.min-w-100px{min-width:100px;}.min-w-200px{min-width:200px;}.min-w-43\.75rem{min-width:43.75rem;}.min-w-80px{min-width:80px;}.min-w-900px{min-width:900px;}.min-w-996px{min-width:996px;}.w-\[1000px\]{width:1000px;}.w-\[120px\],.w-120px{width:120px;}.w-\[500px\],.w-500px{width:500px;}.w-\[80\%\],.w-8\/10,.w-80\/100,.w-80\%{width:80%;}.w-1\/1,.w-100\/100,.w-100\%,.w-full,[un-w~="full"]{width:100%;}.w-1\/2,.w-5\/10,.w-50\/100,.w-50\%{width:50%;}.w-1\/3{width:33.3333333333%;}.w-10\%{width:10%;}.w-100px,[w-100px=""]{width:100px;}.w-100vw{width:100vw;}.w-130px{width:130px;}.w-143px{width:143px;}.w-15{width:3.75rem;}.w-150px{width:150px;}.w-15px{width:15px;}.w-160px{width:160px;}.w-16px{width:16px;}.w-17\/20,.w-85\/100{width:85%;}.w-180px{width:180px;}.w-2\/10{width:20%;}.w-200px{width:200px;}.w-20px{width:20px;}.w-250px{width:250px;}.w-25px{width:25px;}.w-270px{width:270px;}.w-3\.125rem{width:3.125rem;}.w-3\/10,.w-30\%{width:30%;}.w-30{width:7.5rem;}.w-300px{width:300px;}.w-32px{width:32px;}.w-350px{width:350px;}.w-40px{width:40px;}.w-43\/100{width:43%;}.w-60\/100{width:60%;}.w-60px,[w-60px=""]{width:60px;}.w-65\/100{width:65%;}.w-660px{width:660px;}.w-70px{width:70px;}.w-75{width:18.75rem;}.w-80px{width:80px;}.w-90\/100{width:90%;}.w-900px{width:900px;}.w-95\/100{width:95%;}.w-auto{width:auto;}.w-fit,[un-w~="fit"]{width:fit-content;}.wpx{width:1px;}[un-h~="auto\!"]{height:auto !important;}[un-min-h~="\31 20px"]{min-height:120px;}[w-fit~="default\:"]:default{width:fit-content;}.last\:children\:w-90px>*:last-child{width:90px;}[w-80\%~="placeholder\:"]::placeholder{width:80%;}.\!flex{display:flex !important;}.flex,[flex=""],[un-flex~="\~"]{display:flex;}[\!flex~="default\:"]:default{display:flex !important;}.inline-flex{display:inline-flex;}.children\:flex-1>*,.flex-1{flex:1 1 0%;}.flex-none{flex:none;}.last\:children\:flex-none>*:last-child{flex:none;}.flex-shrink{flex-shrink:1;}.flex-shrink-0,.shrink-0{flex-shrink:0;}.flex-grow,.flex-grow-1{flex-grow:1;}.flex-grow-0{flex-grow:0;}.flex-row{flex-direction:row;}.flex-row-reverse{flex-direction:row-reverse;}.flex-col,[flex-col=""],[un-flex~="col"]{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.flex-nowrap{flex-wrap:nowrap;}.table,[table=""]{display:table;}.file-table::file-selector-button{display:table;}.table-cell{display:table-cell;}.table-row{display:table-row;}.border-collapse{border-collapse:collapse;}.-translate-x-1\/2,[un-translate-x~="-\35 0\%"]{--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.-translate-y-1\/2{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-x-1\/2{--un-translate-x:50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-full{--un-translate-y:100%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}[scale~="\31 50"]{--un-scale-x:1.5;--un-scale-y:1.5;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.cursor-pointer,[cursor-pointer=""]{cursor:pointer;}.hover\:cursor-pointer:hover{cursor:pointer;}[hover\:cursor-pointer=""]:hover{cursor:pointer;}.cursor-move{cursor:move;}.touch-none{touch-action:none;}.select-none{-webkit-user-select:none;user-select:none;}.resize,[resize=""]{resize:both;}[columns~="\37 "]{columns:7;}.items-start{align-items:flex-start;}.\!items-center{align-items:center !important;}.items-center,[items-center=""],[un-flex~="items-center"]{align-items:center;}[items-center~="default\:"]:default{align-items:center;}.\!self-auto{align-self:auto !important;}[\!self-auto~="default\:"]:default{align-self:auto !important;}.self-start{align-self:flex-start;}.self-end{align-self:flex-end;}.justify-start{justify-content:flex-start;}.justify-end{justify-content:flex-end;}.\!justify-center{justify-content:center !important;}.justify-center,[justify-center=""],[justify~="center"],[un-flex~="justify-center"]{justify-content:center;}[justify-center~="default\:"]:default{justify-content:center;}.flex-justify-between,.justify-between{justify-content:space-between;}.justify-around{justify-content:space-around;}.justify-evenly{justify-content:space-evenly;}.flex-gap-2,.gap-2,[gap-2=""],[un-flex~="gap-2"]{gap:0.5rem;}.flex-gap-6px{gap:6px;}.gap-10{gap:2.5rem;}.gap-10px{gap:10px;}.gap-15px{gap:15px;}.gap-20px{gap:20px;}.gap-3,[un-flex~="gap-3"]{gap:0.75rem;}.gap-4{gap:1rem;}.gap-5{gap:1.25rem;}.gap-5px{gap:5px;}.gap-x-2{column-gap:0.5rem;}.children\:flex-self-stretch>*{align-self:stretch;}.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));}.of-auto,.overflow-auto{overflow:auto;}.of-hidden,.overflow-hidden{overflow:hidden;}.overflow-x-auto{overflow-x:auto;}.overflow-y-auto,[un-overflow-y~="auto"]{overflow-y:auto;}.overflow-y-scroll{overflow-y:scroll;}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.\!whitespace-pre-wrap{white-space:pre-wrap !important;}.whitespace-normal{white-space:normal;}.whitespace-nowrap{white-space:nowrap;}.whitespace-pre-line{white-space:pre-line;}.whitespace-pre-wrap{white-space:pre-wrap;}.break-words{overflow-wrap:break-word;}.break-all{word-break:break-all;}.b,.border,.border-1,[b=""],[un-border~="\31 px"]{border-width:1px;}.border-0{border-width:0px;}[un-border~="\32 px"]{border-width:2px;}.border-b,.border-b-1{border-bottom-width:1px;}.border-r-1px{border-right-width:1px;}.border-t-1{border-top-width:1px;}.border-\[\#ccc\]{--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));}.border-\[\#cececd\]{--un-border-opacity:1;border-color:rgb(206 206 205 / var(--un-border-opacity));}.border-\[\#D9D9D9\],[un-border~="\#d9d9d9"]{--un-border-opacity:1;border-color:rgb(217 217 217 / var(--un-border-opacity));}.border-\[\#e0e0e0\]{--un-border-opacity:1;border-color:rgb(224 224 224 / var(--un-border-opacity));}.border-\[\#eeeeee\]{--un-border-opacity:1;border-color:rgb(238 238 238 / var(--un-border-opacity));}.border-\[rgba\(5\,5\,5\,0\.06\)\]{--un-border-opacity:0.06;border-color:rgba(5, 5, 5, var(--un-border-opacity));}.border-blue-400{--un-border-opacity:1;border-color:rgb(96 165 250 / var(--un-border-opacity));}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));}.border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));}.border-gray-400{--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity));}.border-red-400{--un-border-opacity:1;border-color:rgb(248 113 113 / var(--un-border-opacity));}[un-border~="slate-300"]{--un-border-opacity:1;border-color:rgb(203 213 225 / var(--un-border-opacity));}[un-border~="violet-600"]{--un-border-opacity:1;border-color:rgb(124 58 237 / var(--un-border-opacity));}.hover\:border-\[\#1677FF\]:hover{--un-border-opacity:1;border-color:rgb(22 119 255 / var(--un-border-opacity));}.border-b-gray-400{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(156 163 175 / var(--un-border-bottom-opacity));}.\!rounded-5px{border-radius:5px !important;}.rd{border-radius:0.25rem;}.rd-6px,.rounded-\[6px\]{border-radius:6px;}.rounded-\[10px\],.rounded-10px{border-radius:10px;}.rounded-\[5px\],.rounded-5px{border-radius:5px;}.rounded-12px{border-radius:12px;}.rounded-4{border-radius:1rem;}.rounded-md{border-radius:0.375rem;}.rounded-xl{border-radius:0.75rem;}[un-rounded~="\36 4px"]{border-radius:64px;}.rounded-b-10px{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}.rounded-t-xl{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;}[rounded-b-10px~="default\:"]:default{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}.rounded-bl-10px,[rounded-bl-10px=""]{border-bottom-left-radius:10px;}.rounded-br-10px{border-bottom-right-radius:10px;}.rounded-tl-10px,[rounded-tl-10px=""]{border-top-left-radius:10px;}.rounded-tr-10px{border-top-right-radius:10px;}[rounded-tr-10px~="default\:"]:default{border-top-right-radius:10px;}.border-dashed,[un-border~="dashed"]{border-style:dashed;}.border-solid,[un-border~="solid"]{border-style:solid;}.border-b-dashed{border-bottom-style:dashed;}.border-b-solid{border-bottom-style:solid;}.\!bg-blue-500{--un-bg-opacity:1 !important;background-color:rgb(59 130 246 / var(--un-bg-opacity)) /* #3b82f6 */ !important;}.bg-\[\#00000072\]{--un-bg-opacity:0.45;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #00000072 */;}.bg-\[\#7f7f7f\]{--un-bg-opacity:1;background-color:rgb(127 127 127 / var(--un-bg-opacity)) /* #7f7f7f */;}.bg-\[\#f2f2f2\]{--un-bg-opacity:1;background-color:rgb(242 242 242 / var(--un-bg-opacity)) /* #f2f2f2 */;}.bg-\[\#f3f7ff\]{--un-bg-opacity:1;background-color:rgb(243 247 255 / var(--un-bg-opacity)) /* #f3f7ff */;}.bg-\[\#f7f7f7\]{--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity)) /* #f7f7f7 */;}.bg-\[\#faebcc\]{--un-bg-opacity:1;background-color:rgb(250 235 204 / var(--un-bg-opacity)) /* #faebcc */;}.bg-\[\#FFC300\]{--un-bg-opacity:1;background-color:rgb(255 195 0 / var(--un-bg-opacity)) /* #FFC300 */;}.bg-\[rgba\(0\,102\,255\,0\.06\)\]{--un-bg-opacity:0.06;background-color:rgba(0, 102, 255, var(--un-bg-opacity)) /* rgba(0,102,255,0.06) */;}.bg-\[white\]{background-color:white /* white */;}.bg-\#095cb6{--un-bg-opacity:1;background-color:rgb(9 92 182 / var(--un-bg-opacity)) /* #095cb6 */;}.bg-\#fff,.bg-white,[un-bg~="white"]{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;}.bg-\#ffff{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #ffff */;}.bg-black\/50{background-color:rgb(0 0 0 / 0.5) /* #000 */;}.bg-gray,.bg-gray-400{--un-bg-opacity:1;background-color:rgb(156 163 175 / var(--un-bg-opacity)) /* #9ca3af */;}.bg-gray-100{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity)) /* #f3f4f6 */;}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity)) /* #e5e7eb */;}.bg-gray-300{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity)) /* #d1d5db */;}.bg-light-100{--un-bg-opacity:1;background-color:rgb(252 252 252 / var(--un-bg-opacity)) /* #fcfcfc */;}[un-bg~="gray-50"]{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity)) /* #f9fafb */;}.hover\:bg-gray-300:hover{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity)) /* #d1d5db */;}[stroke-width~="\32 "]{stroke-width:2px;}[stroke~="\#B37FEB"]{--un-stroke-opacity:1;stroke:rgb(179 127 235 / var(--un-stroke-opacity)) /* #B37FEB */;}[stroke~="\#E5E7EB"]{--un-stroke-opacity:1;stroke:rgb(229 231 235 / var(--un-stroke-opacity)) /* #E5E7EB */;}.object-cover{object-fit:cover;}.\!p-0{padding:0 !important;}.p-\[10px\],.p-10px{padding:10px;}.p-0{padding:0;}.p-1{padding:0.25rem;}.p-16px{padding:16px;}.p-2{padding:0.5rem;}.p-3{padding:0.75rem;}.p-4{padding:1rem;}.p-4px{padding:4px;}.p-5{padding:1.25rem;}.p-5px{padding:5px;}.\!px-0{padding-left:0 !important;padding-right:0 !important;}.\!px-10px{padding-left:10px !important;padding-right:10px !important;}.\!px-5{padding-left:1.25rem !important;padding-right:1.25rem !important;}.px,.px-4,[px=""],[px~="\34 "],[un-px~="\34 "]{padding-left:1rem;padding-right:1rem;}.px-\[15px\],.px-15px{padding-left:15px;padding-right:15px;}.px-\[20px\],.px-20px{padding-left:20px;padding-right:20px;}.px-0\.625rem{padding-left:0.625rem;padding-right:0.625rem;}.px-10{padding-left:2.5rem;padding-right:2.5rem;}.px-10px{padding-left:10px;padding-right:10px;}.px-12px{padding-left:12px;padding-right:12px;}.px-16px{padding-left:16px;padding-right:16px;}.px-2,[px-2=""]{padding-left:0.5rem;padding-right:0.5rem;}.px-30px{padding-left:30px;padding-right:30px;}.px-3px{padding-left:3px;padding-right:3px;}.px-40px{padding-left:40px;padding-right:40px;}.px-5{padding-left:1.25rem;padding-right:1.25rem;}.px-50px{padding-left:50px;padding-right:50px;}.px-6px{padding-left:6px;padding-right:6px;}.py-\[2px\]{padding-top:2px;padding-bottom:2px;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.py-10px{padding-top:10px;padding-bottom:10px;}.py-15px{padding-top:15px;padding-bottom:15px;}.py-16px{padding-top:16px;padding-bottom:16px;}.py-2,[un-py~="\32 "]{padding-top:0.5rem;padding-bottom:0.5rem;}.py-24px{padding-top:24px;padding-bottom:24px;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-30px{padding-top:30px;padding-bottom:30px;}.py-5,[py-5=""]{padding-top:1.25rem;padding-bottom:1.25rem;}.py-5px{padding-top:5px;padding-bottom:5px;}.py-8{padding-top:2rem;padding-bottom:2rem;}.py-8px{padding-top:8px;padding-bottom:8px;}[px~="default\:"]:default{padding-left:1rem;padding-right:1rem;}[px~="disabled\:"]:disabled{padding-left:1rem;padding-right:1rem;}.\!pb-6px{padding-bottom:6px !important;}.\!pt-12px{padding-top:12px !important;}.\!pt-5px{padding-top:5px !important;}.pb-100px{padding-bottom:100px;}.pb-11px{padding-bottom:11px;}.pb-2{padding-bottom:0.5rem;}.pb-30px{padding-bottom:30px;}.pl-\[10px\],.pl-10px{padding-left:10px;}.pl-14{padding-left:3.5rem;}.pl-2{padding-left:0.5rem;}.pl-20px{padding-left:20px;}.pl-4{padding-left:1rem;}.pl-40px{padding-left:40px;}.pl-5{padding-left:1.25rem;}.pl-50px{padding-left:50px;}.pl-5px,[pl-5px=""]{padding-left:5px;}.pl-75px{padding-left:75px;}.pl-8{padding-left:2rem;}.pl-80px{padding-left:80px;}.pr-10px{padding-right:10px;}.pr-2{padding-right:0.5rem;}.pr-3{padding-right:0.75rem;}.pr-5{padding-right:1.25rem;}.pr-6{padding-right:1.5rem;}.ps{padding-inline-start:1rem;}.pt-\[20px\],.pt-20px{padding-top:20px;}.pt-10{padding-top:2.5rem;}.pt-10px,.pt10px{padding-top:10px;}.pt-2{padding-top:0.5rem;}.pt-30px{padding-top:30px;}.pt-6px{padding-top:6px;}[un-p-t~="\31 6px"]{padding-top:16px;}[pb-30px~="default\:"]:default{padding-bottom:30px;}.pie{padding-inline-end:1rem;}.text-center,[text-center=""],[un-text~="center"]{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.text-wrap{text-wrap:wrap;}.text-nowrap{text-wrap:nowrap;}.\!align-text-bottom{vertical-align:text-bottom !important;}.align-middle,[align~="middle"]{vertical-align:middle;}.align-start,.align-top{vertical-align:top;}.align-text-bottom{vertical-align:text-bottom;}.\!text-30px{font-size:30px !important;}.\!text-xs{font-size:0.75rem !important;line-height:1rem !important;}.text-\[12px\],.text-12px,.text-size-12px{font-size:12px;}.text-\[14px\],.text-14px,[un-text-size~="\31 4px"]{font-size:14px;}.text-\[16px\],.text-16px,[text-16px=""]{font-size:16px;}.text-\[18px\],.text-18px,[text-18px=""]{font-size:18px;}.text-\[20px\],.text-20px,[text-20px=""]{font-size:20px;}.text-\[24px\],.text-24px{font-size:24px;}.text-22px{font-size:22px;}.text-28px{font-size:28px;}.text-2xl{font-size:1.5rem;line-height:2rem;}.text-3xl{font-size:1.875rem;line-height:2.25rem;}.text-40px{font-size:40px;}.text-base{font-size:1rem;line-height:1.5rem;}.text-lg{font-size:1.125rem;line-height:1.75rem;}.text-sm,[text-sm=""]{font-size:0.875rem;line-height:1.25rem;}.text-xs{font-size:0.75rem;line-height:1rem;}.\!text-\[\#666\]{--un-text-opacity:1 !important;color:rgb(102 102 102 / var(--un-text-opacity)) /* #666 */ !important;}.\!text-\[\#b8741a\]{--un-text-opacity:1 !important;color:rgb(184 116 26 / var(--un-text-opacity)) /* #b8741a */ !important;}.\!text-\[\#D9D9D9\]{--un-text-opacity:1 !important;color:rgb(217 217 217 / var(--un-text-opacity)) /* #D9D9D9 */ !important;}.\!text-\[red\]{color:red /* red */ !important;}.\!text-color-\[\#02a7f0\]{--un-text-opacity:1 !important;color:rgb(2 167 240 / var(--un-text-opacity)) /* #02a7f0 */ !important;}.dark .dark\:text-gray-500,.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity)) /* #6b7280 */;}.c-\#fff,.dark .dark\:text-white,.text-\#fff,.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}.text-\[\#000\],.text-black{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity)) /* #000 */;}.text-\[\#00000073\]{--un-text-opacity:0.45;color:rgb(0 0 0 / var(--un-text-opacity)) /* #00000073 */;}.text-\[\#00000099\]{--un-text-opacity:0.6;color:rgb(0 0 0 / var(--un-text-opacity)) /* #00000099 */;}.text-\[\#0006\]{--un-text-opacity:0.4;color:rgb(0 0 0 / var(--un-text-opacity)) /* #0006 */;}.text-\[\#004DFF\]{--un-text-opacity:1;color:rgb(0 77 255 / var(--un-text-opacity)) /* #004DFF */;}.text-\[\#01c2ff\]{--un-text-opacity:1;color:rgb(1 194 255 / var(--un-text-opacity)) /* #01c2ff */;}.text-\[\#027db4\]{--un-text-opacity:1;color:rgb(2 125 180 / var(--un-text-opacity)) /* #027db4 */;}.text-\[\#02a7f0\],.text-\#02a7f0,.text-color-\[\#02a7f0\]{--un-text-opacity:1;color:rgb(2 167 240 / var(--un-text-opacity)) /* #02a7f0 */;}.c-\#0960bd,.text-\[\#0960bd\],.text-color-\[\#0960bd\]{--un-text-opacity:1;color:rgb(9 96 189 / var(--un-text-opacity)) /* #0960bd */;}.text-\[\#0960BD\]{--un-text-opacity:1;color:rgb(9 96 189 / var(--un-text-opacity)) /* #0960BD */;}.text-\[\#0caaf1\]{--un-text-opacity:1;color:rgb(12 170 241 / var(--un-text-opacity)) /* #0caaf1 */;}.text-\[\#18aff1\]{--un-text-opacity:1;color:rgb(24 175 241 / var(--un-text-opacity)) /* #18aff1 */;}.text-\[\#1ab0f2\]{--un-text-opacity:1;color:rgb(26 176 242 / var(--un-text-opacity)) /* #1ab0f2 */;}.text-\[\#2b7dc5\]{--un-text-opacity:1;color:rgb(43 125 197 / var(--un-text-opacity)) /* #2b7dc5 */;}.text-\[\#2cad4d\]{--un-text-opacity:1;color:rgb(44 173 77 / var(--un-text-opacity)) /* #2cad4d */;}.text-\[\#31b7f3\]{--un-text-opacity:1;color:rgb(49 183 243 / var(--un-text-opacity)) /* #31b7f3 */;}.text-\[\#3336\]{--un-text-opacity:0.4;color:rgb(51 51 51 / var(--un-text-opacity)) /* #3336 */;}.text-\[\#359746\]{--un-text-opacity:1;color:rgb(53 151 70 / var(--un-text-opacity)) /* #359746 */;}.text-\[\#54db38\]{--un-text-opacity:1;color:rgb(84 219 56 / var(--un-text-opacity)) /* #54db38 */;}.text-\[\#555555\]{--un-text-opacity:1;color:rgb(85 85 85 / var(--un-text-opacity)) /* #555555 */;}.text-\[\#606266\]{--un-text-opacity:1;color:rgb(96 98 102 / var(--un-text-opacity)) /* #606266 */;}.c-\#666,.text-\[\#666\]{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity)) /* #666 */;}.text-\[\#666666\]{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity)) /* #666666 */;}.text-\[\#6b9ae4\]{--un-text-opacity:1;color:rgb(107 154 228 / var(--un-text-opacity)) /* #6b9ae4 */;}.text-\[\#7f7f7f\],.text-color-\[\#7f7f7f\]{--un-text-opacity:1;color:rgb(127 127 127 / var(--un-text-opacity)) /* #7f7f7f */;}.text-\[\#808080\]{--un-text-opacity:1;color:rgb(128 128 128 / var(--un-text-opacity)) /* #808080 */;}.text-\[\#8b8b8b\]{--un-text-opacity:1;color:rgb(139 139 139 / var(--un-text-opacity)) /* #8b8b8b */;}.text-\[\#8bc93a\]{--un-text-opacity:1;color:rgb(139 201 58 / var(--un-text-opacity)) /* #8bc93a */;}.text-\[\#909399\]{--un-text-opacity:1;color:rgb(144 147 153 / var(--un-text-opacity)) /* #909399 */;}.text-\[\#aaa\]{--un-text-opacity:1;color:rgb(170 170 170 / var(--un-text-opacity)) /* #aaa */;}.text-\[\#cccccc\]{--un-text-opacity:1;color:rgb(204 204 204 / var(--un-text-opacity)) /* #cccccc */;}.text-\[\#e2ddd7\]{--un-text-opacity:1;color:rgb(226 221 215 / var(--un-text-opacity)) /* #e2ddd7 */;}.text-\[\#e34054\]{--un-text-opacity:1;color:rgb(227 64 84 / var(--un-text-opacity)) /* #e34054 */;}.text-\[\#EFBD47\]{--un-text-opacity:1;color:rgb(239 189 71 / var(--un-text-opacity)) /* #EFBD47 */;}.c-\#f59a23,.text-\[\#f59a23\],.text-color-\[\#f59a23\]{--un-text-opacity:1;color:rgb(245 154 35 / var(--un-text-opacity)) /* #f59a23 */;}.text-\[\#f6a233\]{--un-text-opacity:1;color:rgb(246 162 51 / var(--un-text-opacity)) /* #f6a233 */;}.text-\[\#f7b156\]{--un-text-opacity:1;color:rgb(247 177 86 / var(--un-text-opacity)) /* #f7b156 */;}.text-\[\#FF0000\]{--un-text-opacity:1;color:rgb(255 0 0 / var(--un-text-opacity)) /* #FF0000 */;}.text-\[\#ff2323\]{--un-text-opacity:1;color:rgb(255 35 35 / var(--un-text-opacity)) /* #ff2323 */;}.text-\[\#ff4d4f\]{--un-text-opacity:1;color:rgb(255 77 79 / var(--un-text-opacity)) /* #ff4d4f */;}.text-\[\#FF7600\]{--un-text-opacity:1;color:rgb(255 118 0 / var(--un-text-opacity)) /* #FF7600 */;}.text-\[blue\]{color:blue /* blue */;}.text-\[gray\]{color:gray /* gray */;}.text-\[green\],.text-color-\[green\]{color:green /* green */;}.text-\[orange\]{color:orange /* orange */;}.text-\[red\],.text-color-\[red\]{color:red /* red */;}.text-\#0063C0{--un-text-opacity:1;color:rgb(0 99 192 / var(--un-text-opacity)) /* #0063C0 */;}.text-\#22b2f2{--un-text-opacity:1;color:rgb(34 178 242 / var(--un-text-opacity)) /* #22b2f2 */;}.text-\#4891FF{--un-text-opacity:1;color:rgb(72 145 255 / var(--un-text-opacity)) /* #4891FF */;}.text-\#ed4444{--un-text-opacity:1;color:rgb(237 68 68 / var(--un-text-opacity)) /* #ed4444 */;}.text-\#ed6f6f{--un-text-opacity:1;color:rgb(237 111 111 / var(--un-text-opacity)) /* #ed6f6f */;}.c-blue,.text-blue-400,[color~="blue"],[text-blue-400=""]{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity)) /* #60a5fa */;}.c-blue-500,.text-blue-500,[text-blue-500=""]{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity)) /* #3b82f6 */;}.text-color-\[\#4ac0f4\]{--un-text-opacity:1;color:rgb(74 192 244 / var(--un-text-opacity)) /* #4ac0f4 */;}.text-color-\[\#4b7902\]{--un-text-opacity:1;color:rgb(75 121 2 / var(--un-text-opacity)) /* #4b7902 */;}.text-color-\[\#d9001b\]{--un-text-opacity:1;color:rgb(217 0 27 / var(--un-text-opacity)) /* #d9001b */;}.text-color-\[\#db211e\]{--un-text-opacity:1;color:rgb(219 33 30 / var(--un-text-opacity)) /* #db211e */;}.text-color-\[\#ec808d\]{--un-text-opacity:1;color:rgb(236 128 141 / var(--un-text-opacity)) /* #ec808d */;}.text-color-\[\#ffcc00\]{--un-text-opacity:1;color:rgb(255 204 0 / var(--un-text-opacity)) /* #ffcc00 */;}.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity)) /* #d1d5db */;}.color-gray,.text-gray-400,[color~="gray"],[un-text~="gray-400"]{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity)) /* #9ca3af */;}.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity)) /* #374151 */;}.text-green-500{--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity)) /* #22c55e */;}.text-orange-500{--un-text-opacity:1;color:rgb(249 115 22 / var(--un-text-opacity)) /* #f97316 */;}.c-red,.color-red,.text-red,.text-red-400,[color~="red"]{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity)) /* #f87171 */;}.c-red-5,.text-red-5,.text-red-500{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity)) /* #ef4444 */;}.text-yellow-500{--un-text-opacity:1;color:rgb(234 179 8 / var(--un-text-opacity)) /* #eab308 */;}.group:hover .group-hover\:text-\[\#1677FF\]{--un-text-opacity:1;color:rgb(22 119 255 / var(--un-text-opacity)) /* #1677FF */;}.hover\:text-blue-600:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity)) /* #2563eb */;}.hover\:text-color-\[\#ffcc00\]:hover{--un-text-opacity:1;color:rgb(255 204 0 / var(--un-text-opacity)) /* #ffcc00 */;}[hover\:text-blue-600=""]:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity)) /* #2563eb */;}.\!color-\[\#fff\]{--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */ !important;}.c-blue-7{--un-text-opacity:1;color:rgb(29 78 216 / var(--un-text-opacity)) /* #1d4ed8 */;}.c-red-600{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity)) /* #dc2626 */;}[color~="\#108ee9"]{--un-text-opacity:1;color:rgb(16 142 233 / var(--un-text-opacity)) /* #108ee9 */;}[color~="cyan"]{--un-text-opacity:1;color:rgb(34 211 238 / var(--un-text-opacity)) /* #22d3ee */;}[color~="green"]{--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity)) /* #4ade80 */;}[color~="orange"]{--un-text-opacity:1;color:rgb(251 146 60 / var(--un-text-opacity)) /* #fb923c */;}[color~="pink"]{--un-text-opacity:1;color:rgb(244 114 182 / var(--un-text-opacity)) /* #f472b6 */;}.font-600,.font-semibold{font-weight:600;}.font-bold,.fw-700,[font-bold=""]{font-weight:700;}.font-medium,.fw-500{font-weight:500;}.font-normal{font-weight:400;}.\!leading-\[42px\],.\!leading-42px{line-height:42px !important;}.\!leading-30px{line-height:30px !important;}.leading-\[15px\]{line-height:15px;}.leading-\[180\%\]{line-height:180%;}.leading-\[28px\]{line-height:28px;}.leading-120px{line-height:120px;}.leading-30px,.line-height-30px{line-height:30px;}.leading-32px,.line-height-32px{line-height:32px;}.leading-50px{line-height:50px;}.lh-16px{line-height:16px;}.line-height-normal{line-height:1.5;}.underline{text-decoration-line:underline;}.hover\:underline:hover{text-decoration-line:underline;}.tab,[tab=""]{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.text-shadow{--un-text-shadow:0 0 1px var(--un-text-shadow-color, rgb(0 0 0 / 0.2)),0 0 1px var(--un-text-shadow-color, rgb(1 0 5 / 0.1));text-shadow:var(--un-text-shadow);}.opacity-0{opacity:0;}.opacity-35{opacity:0.35;}.opacity-60{opacity:0.6;}.group:hover .group-hover\:opacity-100{opacity:1;}.hover\:opacity-100:hover{opacity:1;}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-md{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}[un-shadow~="\32 xl"]{--un-shadow:var(--un-shadow-inset) 0 25px 50px -12px var(--un-shadow-color, rgb(0 0 0 / 0.25));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.hover\:shadow-lg:hover{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.outline-1{outline-width:1px;}.outline-white{--un-outline-color-opacity:1;outline-color:rgb(255 255 255 / var(--un-outline-color-opacity)) /* #fff */;}.outline,.outline-solid{outline-style:solid;}.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);}.filter{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;}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.duration-200{transition-duration:200ms;}.duration-300{transition-duration:300ms;}[delay~="\31 00"]{transition-delay:100ms;}.ease,.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.ease-in{transition-timing-function:cubic-bezier(0.4, 0, 1, 1);}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}@media (min-width: 640px){.sm\:w-3\/4{width:75%;}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem;}.sm\:px-8{padding-left:2rem;padding-right:2rem;}[pb-30px~="sm\:"]{padding-bottom:30px;}}@media (min-width: 768px){.md\:ml-6{margin-left:1.5rem;}.md\:mt-0{margin-top:0;}.md\:block{display:block;}.\!md\:w-1\/3{width:33.3333333333% !important;}[px~="md\:"]{padding-left:1rem;padding-right:1rem;}[pb-30px~="md\:"]{padding-bottom:30px;}.md\:text-lg{font-size:1.125rem;line-height:1.75rem;}.md\:opacity-100{opacity:1;}}@media (min-width: 1024px){.lg\:w-2\/4{width:50%;}.lg\:flex{display:flex;}[px~="lg\:"]{padding-left:1rem;padding-right:1rem;}[pb-30px~="lg\:"]{padding-bottom:30px;}}@media (min-width: 1280px){.xl\:my-0{margin-top:0;margin-bottom:0;}.xl\:ml-16{margin-left:4rem;}.xl\:hidden{display:none;}.xl\:h-auto{height:auto;}.xl\:w-6\/12{width:50%;}.xl\:w-auto{width:auto;}.xl\:flex{display:flex;}.xl\:flex-col{flex-direction:column;}.xl\:bg-transparent{background-color:transparent /* transparent */;}.xl\:p-4{padding:1rem;}.xl\:py-0{padding-top:0;padding-bottom:0;}.xl\:text-left{text-align:left;}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem;}.xl\:text-\#000{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity)) /* #000 */;}.xl\:shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}}* > .enter-x:nth-child(1) {
  transform: translateX(50px);
}
* > .-enter-x:nth-child(1) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(1),
* > .-enter-x:nth-child(1) {
  z-index: 9;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
* > .enter-x:nth-child(2) {
  transform: translateX(50px);
}
* > .-enter-x:nth-child(2) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(2),
* > .-enter-x:nth-child(2) {
  z-index: 8;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
* > .enter-x:nth-child(3) {
  transform: translateX(50px);
}
* > .-enter-x:nth-child(3) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(3),
* > .-enter-x:nth-child(3) {
  z-index: 7;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
* > .enter-x:nth-child(4) {
  transform: translateX(50px);
}
* > .-enter-x:nth-child(4) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(4),
* > .-enter-x:nth-child(4) {
  z-index: 6;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
* > .enter-x:nth-child(5) {
  transform: translateX(50px);
}
* > .-enter-x:nth-child(5) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(5),
* > .-enter-x:nth-child(5) {
  z-index: 5;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
* > .enter-y:nth-child(1) {
  transform: translateX(50px);
}
* > .-enter-y:nth-child(1) {
  transform: translateX(-50px);
}
* > .enter-y:nth-child(1),
* > .-enter-y:nth-child(1) {
  z-index: 9;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
* > .enter-y:nth-child(2) {
  transform: translateX(50px);
}
* > .-enter-y:nth-child(2) {
  transform: translateX(-50px);
}
* > .enter-y:nth-child(2),
* > .-enter-y:nth-child(2) {
  z-index: 8;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
* > .enter-y:nth-child(3) {
  transform: translateX(50px);
}
* > .-enter-y:nth-child(3) {
  transform: translateX(-50px);
}
* > .enter-y:nth-child(3),
* > .-enter-y:nth-child(3) {
  z-index: 7;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
* > .enter-y:nth-child(4) {
  transform: translateX(50px);
}
* > .-enter-y:nth-child(4) {
  transform: translateX(-50px);
}
* > .enter-y:nth-child(4),
* > .-enter-y:nth-child(4) {
  z-index: 6;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
* > .enter-y:nth-child(5) {
  transform: translateX(50px);
}
* > .-enter-y:nth-child(5) {
  transform: translateX(-50px);
}
* > .enter-y:nth-child(5),
* > .-enter-y:nth-child(5) {
  z-index: 5;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@keyframes enter-x-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-y-animation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  --text-color: rgba(0 0 0 / 85%);
  --border-color: #eee;
  --header-bg-color: #394664;
  --header-bg-hover-color: #273352;
  --header-active-menu-bg-color: #273352;
  --sider-dark-bg-color: #273352;
  --sider-dark-darken-bg-color: #273352;
  --sider-dark-lighten-bg-color: #273352;
  --component-background-color: #fff;
  --app-content-background-color: #fafafa;
  --custom-example-color: #ff4d4f;
}
html[data-theme='dark'] {
  --text-color: #c9d1d9;
  --border-color: #303030;
  --component-background-color: #151515;
  --app-content-background-color: #1e1e1e;
  --custom-example-color: #55d187;
}
.expand-transition-enter-active,
.expand-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.expand-transition-move {
  transition: transform 0.4s;
}
.expand-x-transition-enter-active,
.expand-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.expand-x-transition-move {
  transition: transform 0.4s;
}
.fade-transition-enter-active,
.fade-transition-leave-active {
  transition: opacity 0.2s ease-in-out;
}
.fade-transition-enter-from,
.fade-transition-leave-to {
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
/* fade-slide */
.fade-slide-leave-active,
.fade-slide-enter-active {
  transition: all 0.3s;
}
.fade-slide-enter-from {
  transform: translateX(-30px);
  opacity: 0;
}
.fade-slide-leave-to {
  transform: translateX(30px);
  opacity: 0;
}
.fade-bottom-enter-active,
.fade-bottom-leave-active {
  transition: opacity 0.25s, transform 0.3s;
}
.fade-bottom-enter-from {
  transform: translateY(-10px);
  opacity: 0;
}
.fade-bottom-leave-to {
  transform: translateY(10px);
  opacity: 0;
}
.fade-scale-leave-active,
.fade-scale-enter-active {
  transition: all 0.28s;
}
.fade-scale-enter-from {
  transform: scale(1.2);
  opacity: 0;
}
.fade-scale-leave-to {
  transform: scale(0.8);
  opacity: 0;
}
.fade-top-enter-active,
.fade-top-leave-active {
  transition: opacity 0.2s, transform 0.25s;
}
.fade-top-enter-from {
  transform: translateY(8%);
  opacity: 0;
}
.fade-top-leave-to {
  transform: translateY(-8%);
  opacity: 0;
}
.scale-transition-enter-active,
.scale-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scale-transition-move {
  transition: transform 0.4s;
}
.scale-transition-enter-from,
.scale-transition-leave,
.scale-transition-leave-to {
  transform: scale(0);
  opacity: 0;
}
.scale-rotate-transition-enter-active,
.scale-rotate-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scale-rotate-transition-move {
  transition: transform 0.4s;
}
.scale-rotate-transition-enter-from,
.scale-rotate-transition-leave,
.scale-rotate-transition-leave-to {
  transform: scale(0) rotate(-45deg);
  opacity: 0;
}
.slide-y-transition-enter-active,
.slide-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-y-transition-move {
  transition: transform 0.4s;
}
.slide-y-transition-enter-from,
.slide-y-transition-leave-to {
  transform: translateY(-15px);
  opacity: 0;
}
.slide-y-reverse-transition-enter-active,
.slide-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-y-reverse-transition-move {
  transition: transform 0.4s;
}
.slide-y-reverse-transition-enter-from,
.slide-y-reverse-transition-leave-to {
  transform: translateY(15px);
  opacity: 0;
}
.slide-x-transition-enter-active,
.slide-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-x-transition-move {
  transition: transform 0.4s;
}
.slide-x-transition-enter-from,
.slide-x-transition-leave-to {
  transform: translateX(-15px);
  opacity: 0;
}
.slide-x-reverse-transition-enter-active,
.slide-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-x-reverse-transition-move {
  transition: transform 0.4s;
}
.slide-x-reverse-transition-enter-from,
.slide-x-reverse-transition-leave-to {
  transform: translateX(15px);
  opacity: 0;
}
.scroll-y-transition-enter-active,
.scroll-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-y-transition-move {
  transition: transform 0.4s;
}
.scroll-y-transition-enter-from,
.scroll-y-transition-leave-to {
  opacity: 0;
}
.scroll-y-transition-enter-from {
  transform: translateY(-15px);
}
.scroll-y-transition-leave-to {
  transform: translateY(15px);
}
.scroll-y-reverse-transition-enter-active,
.scroll-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-y-reverse-transition-move {
  transition: transform 0.4s;
}
.scroll-y-reverse-transition-enter-from,
.scroll-y-reverse-transition-leave-to {
  opacity: 0;
}
.scroll-y-reverse-transition-enter-from {
  transform: translateY(15px);
}
.scroll-y-reverse-transition-leave-to {
  transform: translateY(-15px);
}
.scroll-x-transition-enter-active,
.scroll-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-x-transition-move {
  transition: transform 0.4s;
}
.scroll-x-transition-enter-from,
.scroll-x-transition-leave-to {
  opacity: 0;
}
.scroll-x-transition-enter-from {
  transform: translateX(-15px);
}
.scroll-x-transition-leave-to {
  transform: translateX(15px);
}
.scroll-x-reverse-transition-enter-active,
.scroll-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-x-reverse-transition-move {
  transition: transform 0.4s;
}
.scroll-x-reverse-transition-enter-from,
.scroll-x-reverse-transition-leave-to {
  opacity: 0;
}
.scroll-x-reverse-transition-enter-from {
  transform: translateX(15px);
}
.scroll-x-reverse-transition-leave-to {
  transform: translateX(-15px);
}
.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 0.1 ease-in-out, transform 0.15s ease-out;
}
.zoom-out-enter-from,
.zoom-out-leave-to {
  transform: scale(0);
  opacity: 0;
}
.zoom-fade-enter-active,
.zoom-fade-leave-active {
  transition: transform 0.2s, opacity 0.3s ease-out;
}
.zoom-fade-enter-from {
  transform: scale(0.92);
  opacity: 0;
}
.zoom-fade-leave-to {
  transform: scale(1.06);
  opacity: 0;
}
.collapse-transition {
  transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
}
#app {
  width: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  width: 7px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(144, 147, 153, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b6b7b9;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.75;
  background-color: #0960bd;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item {
  background-color: rgba(255, 255, 255, 0.04) !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev a,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next a,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item a {
  color: #8b949e !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-select-arrow {
  color: rgba(0, 0, 0, 0.65) !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active {
  border: none;
  border-radius: none !important;
  background-color: #0960bd !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active a {
  color: #fff !important;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  border: 1px solid;
  color: var(--text-color);
  font-size: 12px;
}
.ant-pagination.mini .ant-pagination-prev:hover a,
.ant-pagination.mini .ant-pagination-next:hover a,
.ant-pagination.mini .ant-pagination-item:focus a,
.ant-pagination.mini .ant-pagination-item:hover a {
  color: #0960bd;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next,
.ant-pagination.mini .ant-pagination-item {
  margin: 0 4px !important;
  border: none;
  border-radius: none !important;
  background-color: #f4f4f5 !important;
}
.ant-pagination.mini .ant-pagination-prev a,
.ant-pagination.mini .ant-pagination-next a,
.ant-pagination.mini .ant-pagination-item a {
  margin-top: 1px;
  color: #606266;
}
.ant-pagination.mini .ant-pagination-prev:last-child,
.ant-pagination.mini .ant-pagination-next:last-child,
.ant-pagination.mini .ant-pagination-item:last-child {
  margin-right: 0 !important;
}
.ant-pagination.mini .ant-pagination-item-active {
  border: none;
  border-radius: none !important;
  background-color: #0960bd !important;
}
.ant-pagination.mini .ant-pagination-item-active a {
  color: #fff !important;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 12px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 22px;
  margin: 0 6px;
  line-height: 22px;
  text-align: center;
}
.ant-pagination.mini .ant-select-arrow {
  color: #cececd;
}
.ant-pagination-disabled {
  display: none !important;
}
.ant-input-number,
.ant-input-number-group-wrapper {
  width: 100%;
  min-width: 110px;
  max-width: 100%;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 9px;
}
.ant-input-clear-icon {
  margin-right: 5px;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
}
.ant-input-affix-wrapper-textarea-with-clear-btn textarea.ant-input {
  padding: 4px;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent !important;
}
.ant-btn-primary {
  background-color: #0960bd;
  color: #fff;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background-color: #0a6cd5;
  color: #fff;
}
.ant-btn-primary:not(.ant-btn-background-ghost):not([disabled]) {
  color: #fff;
}
.ant-btn-default {
  border-color: #cececd;
  background-color: #fff;
  color: #606266;
}
.ant-btn-default:hover,
.ant-btn-default:focus {
  border-color: #0960bd;
  background-color: #fff;
  color: #0960bd;
}
[data-theme='light'] .ant-btn.ant-btn-link.is-disabled {
  border-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.25);
  text-shadow: none;
  cursor: not-allowed !important;
}
[data-theme='dark'] .ant-btn.ant-btn-link.is-disabled {
  border-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.25) !important;
  text-shadow: none;
  cursor: not-allowed !important;
}
.ant-btn-success.ant-btn-link:not([disabled='disabled']) {
  color: #55D187;
}
.ant-btn-success.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-success.ant-btn-link:not([disabled='disabled']):focus {
  border-color: transparent;
  color: #7ddca3;
}
.ant-btn-success.ant-btn-link:not([disabled='disabled']):active {
  color: #34bf6c;
}
.ant-btn-success.ant-btn-link.ant-btn-loading::before,
.ant-btn-warning.ant-btn-link.ant-btn-loading::before,
.ant-btn-error.ant-btn-link.ant-btn-loading::before,
.ant-btn-background-ghost.ant-btn-link.ant-btn-loading::before,
.ant-btn.ant-btn-link.ant-btn-loading::before {
  background: transparent;
}
.ant-btn[disabled],
.ant-btn[disabled]:hover {
  border-color: #d9d9d9;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
  text-shadow: none;
}
.ant-btn-success:not(.ant-btn-link, .is-disabled) {
  border-color: #55D187;
  background-color: #55D187;
  color: #fff;
}
.ant-btn-success:not(.ant-btn-link, .is-disabled):hover,
.ant-btn-success:not(.ant-btn-link, .is-disabled):focus {
  border-color: #7ddca3;
  background-color: #7ddca3;
  color: #fff;
}
.ant-btn-success:not(.ant-btn-link, .is-disabled):active {
  border-color: #34bf6c;
  background-color: #34bf6c;
}
.ant-btn-warning.ant-btn-link:not([disabled='disabled']) {
  color: #EFBD47;
}
.ant-btn-warning.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-warning.ant-btn-link:not([disabled='disabled']):focus {
  border-color: transparent;
  color: #f3ce76;
}
.ant-btn-warning.ant-btn-link:not([disabled='disabled']):active {
  color: #ebac18;
}
.ant-btn-warning:not(.ant-btn-link, .is-disabled) {
  border-color: #EFBD47;
  background-color: #EFBD47;
  color: #fff;
}
.ant-btn-warning:not(.ant-btn-link, .is-disabled):hover,
.ant-btn-warning:not(.ant-btn-link, .is-disabled):focus {
  border-color: #f3ce76;
  background-color: #f3ce76;
  color: #fff;
}
.ant-btn-warning:not(.ant-btn-link, .is-disabled):active {
  border-color: #ebac18;
  background-color: #ebac18;
}
.ant-btn-error.ant-btn-link:not([disabled='disabled']) {
  color: #ED6F6F;
}
.ant-btn-error.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-error.ant-btn-link:not([disabled='disabled']):focus {
  border-color: transparent;
  color: #f39c9c;
}
.ant-btn-error.ant-btn-link:not([disabled='disabled']):active {
  color: #e74242;
}
.ant-btn-error:not(.ant-btn-link, .is-disabled) {
  border-color: #ED6F6F;
  background-color: #ED6F6F;
  color: #fff;
}
.ant-btn-error:not(.ant-btn-link, .is-disabled):hover,
.ant-btn-error:not(.ant-btn-link, .is-disabled):focus {
  border-color: #f39c9c;
  background-color: #f39c9c;
  color: #fff;
}
.ant-btn-error:not(.ant-btn-link, .is-disabled):active {
  border-color: #e74242;
  background-color: #e74242;
}
.ant-btn-background-ghost {
  border-width: 1px;
  background-color: transparent !important;
}
.ant-btn-background-ghost[disabled],
.ant-btn-background-ghost[disabled]:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.ant-btn-dashed.ant-btn-background-ghost,
.ant-btn-default.ant-btn-background-ghost {
  border-color: #fff;
  color: #fff;
}
.ant-btn-dashed.ant-btn-background-ghost:hover,
.ant-btn-default.ant-btn-background-ghost:hover,
.ant-btn-dashed.ant-btn-background-ghost:focus,
.ant-btn-default.ant-btn-background-ghost:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.ant-btn-dashed.ant-btn-background-ghost:active,
.ant-btn-default.ant-btn-background-ghost:active {
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.ant-btn-dashed.ant-btn-background-ghost[disabled],
.ant-btn-default.ant-btn-background-ghost[disabled],
.ant-btn-dashed.ant-btn-background-ghost[disabled]:hover,
.ant-btn-default.ant-btn-background-ghost[disabled]:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link) {
  border-width: 1px;
  border-color: #55D187;
  background-color: transparent;
  color: #55D187;
}
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):hover,
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):focus {
  border-color: #7ddca3;
  color: #7ddca3 !important;
}
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):active {
  border-color: #34bf6c;
  color: #34bf6c;
}
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link) {
  border-width: 1px;
  border-color: #EFBD47;
  background-color: transparent;
  color: #EFBD47;
}
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):hover,
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):focus {
  border-color: #f3ce76;
  color: #f3ce76 !important;
}
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):active {
  border-color: #ebac18;
  color: #ebac18;
}
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link) {
  border-width: 1px;
  border-color: #ED6F6F;
  background-color: transparent;
  color: #ED6F6F;
}
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):hover,
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):focus {
  border-color: #f39c9c;
  color: #f39c9c !important;
}
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):active {
  border-color: #e74242;
  color: #e74242;
}
.ant-btn-ghost.ant-btn-link:not([disabled='disabled']) {
  color: #fff;
}
.ant-btn-ghost.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-ghost.ant-btn-link:not([disabled='disabled']):focus {
  border-color: transparent;
  color: #ffffff;
}
.ant-popconfirm-buttons {
  white-space: nowrap;
}
.ant-image-preview-root img {
  display: unset;
}
.ant-back-top {
  right: 20px;
  bottom: 20px;
}
.collapse-container__body > .ant-descriptions {
  margin-left: 6px;
}
.ant-image-preview-operations {
  background-color: rgba(0, 0, 0, 0.3);
}
.ant-popover-content {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.modal-icon-warning {
  color: #EFBD47 !important;
}
.modal-icon-success {
  color: #55D187 !important;
}
.modal-icon-error {
  color: #ED6F6F !important;
}
.modal-icon-info {
  color: #0960bd !important;
}
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-top: 0 !important;
  border-left: 0 !important;
}
.ant-form-item-control-input-content > div > div {
  max-width: 100%;
}
.bg-white {
  background-color: var(--component-background-color) !important;
}
html[data-theme='light'] .text-secondary {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme='light'] .ant-alert-success {
  border: 1px solid #b7eb8f;
  background-color: #f6ffed;
}
html[data-theme='light'] .ant-alert-error {
  border: 1px solid #ffccc7;
  background-color: #fff2f0;
}
html[data-theme='light'] .ant-alert-warning {
  border: 1px solid #ffe58f;
  background-color: #fffbe6;
}
html[data-theme='light'] :not(:root):fullscreen::backdrop {
  background-color: #f0f2f5 !important;
}
* {
  font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: var(--text-color);
}
:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}
html {
  overflow: hidden;
  text-size-adjust: 100%;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html.color-weak,
body.color-weak {
  filter: invert(80%);
}
html.gray-mode,
body.gray-mode {
  filter: grayscale(100%);
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
a:focus,
a:active,
button,
div,
svg,
span {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ld-spin-wrapper .ant-spin-container {
  height: 100%;
}
/* 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;
}
