UNPKG

806 kBCSSView Raw
1/*!
2 *
3 * antd v4.24.16
4 *
5 * Copyright 2015-present, Alipay, Inc.
6 * All rights reserved.
7 *
8 */
9/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10/* stylelint-disable no-duplicate-selectors */
11/* stylelint-disable */
12/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
13html {
14 --ant-primary-color: #1890ff;
15 --ant-primary-color-hover: #40a9ff;
16 --ant-primary-color-active: #096dd9;
17 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18 --ant-primary-1: #e6f7ff;
19 --ant-primary-2: #bae7ff;
20 --ant-primary-3: #91d5ff;
21 --ant-primary-4: #69c0ff;
22 --ant-primary-5: #40a9ff;
23 --ant-primary-6: #1890ff;
24 --ant-primary-7: #096dd9;
25 --ant-primary-color-deprecated-pure: ;
26 --ant-primary-color-deprecated-l-35: #cbe6ff;
27 --ant-primary-color-deprecated-l-20: #7ec1ff;
28 --ant-primary-color-deprecated-t-20: #46a6ff;
29 --ant-primary-color-deprecated-t-50: #8cc8ff;
30 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
31 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
32 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
33 --ant-success-color: #52c41a;
34 --ant-success-color-hover: #73d13d;
35 --ant-success-color-active: #389e0d;
36 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
37 --ant-success-color-deprecated-bg: #f6ffed;
38 --ant-success-color-deprecated-border: #b7eb8f;
39 --ant-error-color: #ff4d4f;
40 --ant-error-color-hover: #ff7875;
41 --ant-error-color-active: #d9363e;
42 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
43 --ant-error-color-deprecated-bg: #fff2f0;
44 --ant-error-color-deprecated-border: #ffccc7;
45 --ant-warning-color: #faad14;
46 --ant-warning-color-hover: #ffc53d;
47 --ant-warning-color-active: #d48806;
48 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
49 --ant-warning-color-deprecated-bg: #fffbe6;
50 --ant-warning-color-deprecated-border: #ffe58f;
51 --ant-info-color: #1890ff;
52 --ant-info-color-deprecated-bg: #e6f7ff;
53 --ant-info-color-deprecated-border: #91d5ff;
54}
55[class^=ant-]::-ms-clear,
56[class*= ant-]::-ms-clear,
57[class^=ant-] input::-ms-clear,
58[class*= ant-] input::-ms-clear,
59[class^=ant-] input::-ms-reveal,
60[class*= ant-] input::-ms-reveal {
61 display: none;
62}
63/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
64html,
65body {
66 width: 100%;
67 height: 100%;
68}
69input::-ms-clear,
70input::-ms-reveal {
71 display: none;
72}
73*,
74*::before,
75*::after {
76 box-sizing: border-box;
77}
78html {
79 font-family: sans-serif;
80 line-height: 1.15;
81 -webkit-text-size-adjust: 100%;
82 -ms-text-size-adjust: 100%;
83 -ms-overflow-style: scrollbar;
84 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
85}
86@-ms-viewport {
87 width: device-width;
88}
89body {
90 margin: 0;
91 color: rgba(0, 0, 0, 0.85);
92 font-size: 14px;
93 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';
94 font-variant: tabular-nums;
95 line-height: 1.5715;
96 background-color: #fff;
97 font-feature-settings: 'tnum';
98}
99[tabindex='-1']:focus {
100 outline: none !important;
101}
102hr {
103 box-sizing: content-box;
104 height: 0;
105 overflow: visible;
106}
107h1,
108h2,
109h3,
110h4,
111h5,
112h6 {
113 margin-top: 0;
114 margin-bottom: 0.5em;
115 color: rgba(0, 0, 0, 0.85);
116 font-weight: 500;
117}
118p {
119 margin-top: 0;
120 margin-bottom: 1em;
121}
122abbr[title],
123abbr[data-original-title] {
124 text-decoration: underline;
125 -webkit-text-decoration: underline dotted;
126 text-decoration: underline dotted;
127 border-bottom: 0;
128 cursor: help;
129}
130address {
131 margin-bottom: 1em;
132 font-style: normal;
133 line-height: inherit;
134}
135input[type='text'],
136input[type='password'],
137input[type='number'],
138textarea {
139 -webkit-appearance: none;
140}
141ol,
142ul,
143dl {
144 margin-top: 0;
145 margin-bottom: 1em;
146}
147ol ol,
148ul ul,
149ol ul,
150ul ol {
151 margin-bottom: 0;
152}
153dt {
154 font-weight: 500;
155}
156dd {
157 margin-bottom: 0.5em;
158 margin-left: 0;
159}
160blockquote {
161 margin: 0 0 1em;
162}
163dfn {
164 font-style: italic;
165}
166b,
167strong {
168 font-weight: bolder;
169}
170small {
171 font-size: 80%;
172}
173sub,
174sup {
175 position: relative;
176 font-size: 75%;
177 line-height: 0;
178 vertical-align: baseline;
179}
180sub {
181 bottom: -0.25em;
182}
183sup {
184 top: -0.5em;
185}
186a {
187 color: var(--ant-primary-color);
188 text-decoration: none;
189 background-color: transparent;
190 outline: none;
191 cursor: pointer;
192 transition: color 0.3s;
193 -webkit-text-decoration-skip: objects;
194}
195a:hover {
196 color: var(--ant-primary-color-hover);
197}
198a:active {
199 color: var(--ant-primary-color-active);
200}
201a:active,
202a:hover {
203 text-decoration: none;
204 outline: 0;
205}
206a:focus {
207 text-decoration: none;
208 outline: 0;
209}
210a[disabled] {
211 color: rgba(0, 0, 0, 0.25);
212 cursor: not-allowed;
213}
214pre,
215code,
216kbd,
217samp {
218 font-size: 1em;
219 font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
220}
221pre {
222 margin-top: 0;
223 margin-bottom: 1em;
224 overflow: auto;
225}
226figure {
227 margin: 0 0 1em;
228}
229img {
230 vertical-align: middle;
231 border-style: none;
232}
233a,
234area,
235button,
236[role='button'],
237input:not([type='range']),
238label,
239select,
240summary,
241textarea {
242 touch-action: manipulation;
243}
244table {
245 border-collapse: collapse;
246}
247caption {
248 padding-top: 0.75em;
249 padding-bottom: 0.3em;
250 color: rgba(0, 0, 0, 0.45);
251 text-align: left;
252 caption-side: bottom;
253}
254input,
255button,
256select,
257optgroup,
258textarea {
259 margin: 0;
260 color: inherit;
261 font-size: inherit;
262 font-family: inherit;
263 line-height: inherit;
264}
265button,
266input {
267 overflow: visible;
268}
269button,
270select {
271 text-transform: none;
272}
273button,
274html [type="button"],
275[type="reset"],
276[type="submit"] {
277 -webkit-appearance: button;
278}
279button::-moz-focus-inner,
280[type='button']::-moz-focus-inner,
281[type='reset']::-moz-focus-inner,
282[type='submit']::-moz-focus-inner {
283 padding: 0;
284 border-style: none;
285}
286input[type='radio'],
287input[type='checkbox'] {
288 box-sizing: border-box;
289 padding: 0;
290}
291input[type='date'],
292input[type='time'],
293input[type='datetime-local'],
294input[type='month'] {
295 -webkit-appearance: listbox;
296}
297textarea {
298 overflow: auto;
299 resize: vertical;
300}
301fieldset {
302 min-width: 0;
303 margin: 0;
304 padding: 0;
305 border: 0;
306}
307legend {
308 display: block;
309 width: 100%;
310 max-width: 100%;
311 margin-bottom: 0.5em;
312 padding: 0;
313 color: inherit;
314 font-size: 1.5em;
315 line-height: inherit;
316 white-space: normal;
317}
318progress {
319 vertical-align: baseline;
320}
321[type='number']::-webkit-inner-spin-button,
322[type='number']::-webkit-outer-spin-button {
323 height: auto;
324}
325[type='search'] {
326 outline-offset: -2px;
327 -webkit-appearance: none;
328}
329[type='search']::-webkit-search-cancel-button,
330[type='search']::-webkit-search-decoration {
331 -webkit-appearance: none;
332}
333::-webkit-file-upload-button {
334 font: inherit;
335 -webkit-appearance: button;
336}
337output {
338 display: inline-block;
339}
340summary {
341 display: list-item;
342}
343template {
344 display: none;
345}
346[hidden] {
347 display: none !important;
348}
349mark {
350 padding: 0.2em;
351 background-color: #feffe6;
352}
353::-moz-selection {
354 color: #fff;
355 background: var(--ant-primary-color);
356}
357::selection {
358 color: #fff;
359 background: var(--ant-primary-color);
360}
361.clearfix::before {
362 display: table;
363 content: '';
364}
365.clearfix::after {
366 display: table;
367 clear: both;
368 content: '';
369}
370.anticon {
371 display: inline-flex;
372 align-items: center;
373 color: inherit;
374 font-style: normal;
375 line-height: 0;
376 text-align: center;
377 text-transform: none;
378 vertical-align: -0.125em;
379 text-rendering: optimizelegibility;
380 -webkit-font-smoothing: antialiased;
381 -moz-osx-font-smoothing: grayscale;
382}
383.anticon > * {
384 line-height: 1;
385}
386.anticon svg {
387 display: inline-block;
388}
389.anticon::before {
390 display: none;
391}
392.anticon .anticon-icon {
393 display: block;
394}
395.anticon > .anticon {
396 line-height: 0;
397 vertical-align: 0;
398}
399.anticon[tabindex] {
400 cursor: pointer;
401}
402.anticon-spin,
403.anticon-spin::before {
404 display: inline-block;
405 animation: loadingCircle 1s infinite linear;
406}
407.ant-fade-enter,
408.ant-fade-appear {
409 animation-duration: 0.2s;
410 animation-fill-mode: both;
411 animation-play-state: paused;
412}
413.ant-fade-leave {
414 animation-duration: 0.2s;
415 animation-fill-mode: both;
416 animation-play-state: paused;
417}
418.ant-fade-enter.ant-fade-enter-active,
419.ant-fade-appear.ant-fade-appear-active {
420 animation-name: antFadeIn;
421 animation-play-state: running;
422}
423.ant-fade-leave.ant-fade-leave-active {
424 animation-name: antFadeOut;
425 animation-play-state: running;
426 pointer-events: none;
427}
428.ant-fade-enter,
429.ant-fade-appear {
430 opacity: 0;
431 animation-timing-function: linear;
432}
433.ant-fade-leave {
434 animation-timing-function: linear;
435}
436@keyframes antFadeIn {
437 0% {
438 opacity: 0;
439 }
440 100% {
441 opacity: 1;
442 }
443}
444@keyframes antFadeOut {
445 0% {
446 opacity: 1;
447 }
448 100% {
449 opacity: 0;
450 }
451}
452.ant-move-up-enter,
453.ant-move-up-appear {
454 animation-duration: 0.2s;
455 animation-fill-mode: both;
456 animation-play-state: paused;
457}
458.ant-move-up-leave {
459 animation-duration: 0.2s;
460 animation-fill-mode: both;
461 animation-play-state: paused;
462}
463.ant-move-up-enter.ant-move-up-enter-active,
464.ant-move-up-appear.ant-move-up-appear-active {
465 animation-name: antMoveUpIn;
466 animation-play-state: running;
467}
468.ant-move-up-leave.ant-move-up-leave-active {
469 animation-name: antMoveUpOut;
470 animation-play-state: running;
471 pointer-events: none;
472}
473.ant-move-up-enter,
474.ant-move-up-appear {
475 opacity: 0;
476 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
477}
478.ant-move-up-leave {
479 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
480}
481.ant-move-down-enter,
482.ant-move-down-appear {
483 animation-duration: 0.2s;
484 animation-fill-mode: both;
485 animation-play-state: paused;
486}
487.ant-move-down-leave {
488 animation-duration: 0.2s;
489 animation-fill-mode: both;
490 animation-play-state: paused;
491}
492.ant-move-down-enter.ant-move-down-enter-active,
493.ant-move-down-appear.ant-move-down-appear-active {
494 animation-name: antMoveDownIn;
495 animation-play-state: running;
496}
497.ant-move-down-leave.ant-move-down-leave-active {
498 animation-name: antMoveDownOut;
499 animation-play-state: running;
500 pointer-events: none;
501}
502.ant-move-down-enter,
503.ant-move-down-appear {
504 opacity: 0;
505 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
506}
507.ant-move-down-leave {
508 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
509}
510.ant-move-left-enter,
511.ant-move-left-appear {
512 animation-duration: 0.2s;
513 animation-fill-mode: both;
514 animation-play-state: paused;
515}
516.ant-move-left-leave {
517 animation-duration: 0.2s;
518 animation-fill-mode: both;
519 animation-play-state: paused;
520}
521.ant-move-left-enter.ant-move-left-enter-active,
522.ant-move-left-appear.ant-move-left-appear-active {
523 animation-name: antMoveLeftIn;
524 animation-play-state: running;
525}
526.ant-move-left-leave.ant-move-left-leave-active {
527 animation-name: antMoveLeftOut;
528 animation-play-state: running;
529 pointer-events: none;
530}
531.ant-move-left-enter,
532.ant-move-left-appear {
533 opacity: 0;
534 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
535}
536.ant-move-left-leave {
537 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
538}
539.ant-move-right-enter,
540.ant-move-right-appear {
541 animation-duration: 0.2s;
542 animation-fill-mode: both;
543 animation-play-state: paused;
544}
545.ant-move-right-leave {
546 animation-duration: 0.2s;
547 animation-fill-mode: both;
548 animation-play-state: paused;
549}
550.ant-move-right-enter.ant-move-right-enter-active,
551.ant-move-right-appear.ant-move-right-appear-active {
552 animation-name: antMoveRightIn;
553 animation-play-state: running;
554}
555.ant-move-right-leave.ant-move-right-leave-active {
556 animation-name: antMoveRightOut;
557 animation-play-state: running;
558 pointer-events: none;
559}
560.ant-move-right-enter,
561.ant-move-right-appear {
562 opacity: 0;
563 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
564}
565.ant-move-right-leave {
566 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
567}
568@keyframes antMoveDownIn {
569 0% {
570 transform: translateY(100%);
571 transform-origin: 0 0;
572 opacity: 0;
573 }
574 100% {
575 transform: translateY(0%);
576 transform-origin: 0 0;
577 opacity: 1;
578 }
579}
580@keyframes antMoveDownOut {
581 0% {
582 transform: translateY(0%);
583 transform-origin: 0 0;
584 opacity: 1;
585 }
586 100% {
587 transform: translateY(100%);
588 transform-origin: 0 0;
589 opacity: 0;
590 }
591}
592@keyframes antMoveLeftIn {
593 0% {
594 transform: translateX(-100%);
595 transform-origin: 0 0;
596 opacity: 0;
597 }
598 100% {
599 transform: translateX(0%);
600 transform-origin: 0 0;
601 opacity: 1;
602 }
603}
604@keyframes antMoveLeftOut {
605 0% {
606 transform: translateX(0%);
607 transform-origin: 0 0;
608 opacity: 1;
609 }
610 100% {
611 transform: translateX(-100%);
612 transform-origin: 0 0;
613 opacity: 0;
614 }
615}
616@keyframes antMoveRightIn {
617 0% {
618 transform: translateX(100%);
619 transform-origin: 0 0;
620 opacity: 0;
621 }
622 100% {
623 transform: translateX(0%);
624 transform-origin: 0 0;
625 opacity: 1;
626 }
627}
628@keyframes antMoveRightOut {
629 0% {
630 transform: translateX(0%);
631 transform-origin: 0 0;
632 opacity: 1;
633 }
634 100% {
635 transform: translateX(100%);
636 transform-origin: 0 0;
637 opacity: 0;
638 }
639}
640@keyframes antMoveUpIn {
641 0% {
642 transform: translateY(-100%);
643 transform-origin: 0 0;
644 opacity: 0;
645 }
646 100% {
647 transform: translateY(0%);
648 transform-origin: 0 0;
649 opacity: 1;
650 }
651}
652@keyframes antMoveUpOut {
653 0% {
654 transform: translateY(0%);
655 transform-origin: 0 0;
656 opacity: 1;
657 }
658 100% {
659 transform: translateY(-100%);
660 transform-origin: 0 0;
661 opacity: 0;
662 }
663}
664@keyframes loadingCircle {
665 100% {
666 transform: rotate(360deg);
667 }
668}
669[ant-click-animating='true'],
670[ant-click-animating-without-extra-node='true'] {
671 position: relative;
672}
673html {
674 --antd-wave-shadow-color: var(--ant-primary-color);
675 --scroll-bar: 0;
676}
677[ant-click-animating-without-extra-node='true']::after,
678.ant-click-animating-node {
679 position: absolute;
680 top: 0;
681 right: 0;
682 bottom: 0;
683 left: 0;
684 display: block;
685 border-radius: inherit;
686 box-shadow: 0 0 0 0 var(--ant-primary-color);
687 box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
688 opacity: 0.2;
689 animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
690 animation-fill-mode: forwards;
691 content: '';
692 pointer-events: none;
693}
694@keyframes waveEffect {
695 100% {
696 box-shadow: 0 0 0 var(--ant-primary-color);
697 box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
698 }
699}
700@keyframes fadeEffect {
701 100% {
702 opacity: 0;
703 }
704}
705.ant-slide-up-enter,
706.ant-slide-up-appear {
707 animation-duration: 0.2s;
708 animation-fill-mode: both;
709 animation-play-state: paused;
710}
711.ant-slide-up-leave {
712 animation-duration: 0.2s;
713 animation-fill-mode: both;
714 animation-play-state: paused;
715}
716.ant-slide-up-enter.ant-slide-up-enter-active,
717.ant-slide-up-appear.ant-slide-up-appear-active {
718 animation-name: antSlideUpIn;
719 animation-play-state: running;
720}
721.ant-slide-up-leave.ant-slide-up-leave-active {
722 animation-name: antSlideUpOut;
723 animation-play-state: running;
724 pointer-events: none;
725}
726.ant-slide-up-enter,
727.ant-slide-up-appear {
728 transform: scale(0);
729 transform-origin: 0% 0%;
730 opacity: 0;
731 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
732}
733.ant-slide-up-leave {
734 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
735}
736.ant-slide-down-enter,
737.ant-slide-down-appear {
738 animation-duration: 0.2s;
739 animation-fill-mode: both;
740 animation-play-state: paused;
741}
742.ant-slide-down-leave {
743 animation-duration: 0.2s;
744 animation-fill-mode: both;
745 animation-play-state: paused;
746}
747.ant-slide-down-enter.ant-slide-down-enter-active,
748.ant-slide-down-appear.ant-slide-down-appear-active {
749 animation-name: antSlideDownIn;
750 animation-play-state: running;
751}
752.ant-slide-down-leave.ant-slide-down-leave-active {
753 animation-name: antSlideDownOut;
754 animation-play-state: running;
755 pointer-events: none;
756}
757.ant-slide-down-enter,
758.ant-slide-down-appear {
759 transform: scale(0);
760 transform-origin: 0% 0%;
761 opacity: 0;
762 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
763}
764.ant-slide-down-leave {
765 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
766}
767.ant-slide-left-enter,
768.ant-slide-left-appear {
769 animation-duration: 0.2s;
770 animation-fill-mode: both;
771 animation-play-state: paused;
772}
773.ant-slide-left-leave {
774 animation-duration: 0.2s;
775 animation-fill-mode: both;
776 animation-play-state: paused;
777}
778.ant-slide-left-enter.ant-slide-left-enter-active,
779.ant-slide-left-appear.ant-slide-left-appear-active {
780 animation-name: antSlideLeftIn;
781 animation-play-state: running;
782}
783.ant-slide-left-leave.ant-slide-left-leave-active {
784 animation-name: antSlideLeftOut;
785 animation-play-state: running;
786 pointer-events: none;
787}
788.ant-slide-left-enter,
789.ant-slide-left-appear {
790 transform: scale(0);
791 transform-origin: 0% 0%;
792 opacity: 0;
793 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
794}
795.ant-slide-left-leave {
796 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
797}
798.ant-slide-right-enter,
799.ant-slide-right-appear {
800 animation-duration: 0.2s;
801 animation-fill-mode: both;
802 animation-play-state: paused;
803}
804.ant-slide-right-leave {
805 animation-duration: 0.2s;
806 animation-fill-mode: both;
807 animation-play-state: paused;
808}
809.ant-slide-right-enter.ant-slide-right-enter-active,
810.ant-slide-right-appear.ant-slide-right-appear-active {
811 animation-name: antSlideRightIn;
812 animation-play-state: running;
813}
814.ant-slide-right-leave.ant-slide-right-leave-active {
815 animation-name: antSlideRightOut;
816 animation-play-state: running;
817 pointer-events: none;
818}
819.ant-slide-right-enter,
820.ant-slide-right-appear {
821 transform: scale(0);
822 transform-origin: 0% 0%;
823 opacity: 0;
824 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
825}
826.ant-slide-right-leave {
827 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
828}
829@keyframes antSlideUpIn {
830 0% {
831 transform: scaleY(0.8);
832 transform-origin: 0% 0%;
833 opacity: 0;
834 }
835 100% {
836 transform: scaleY(1);
837 transform-origin: 0% 0%;
838 opacity: 1;
839 }
840}
841@keyframes antSlideUpOut {
842 0% {
843 transform: scaleY(1);
844 transform-origin: 0% 0%;
845 opacity: 1;
846 }
847 100% {
848 transform: scaleY(0.8);
849 transform-origin: 0% 0%;
850 opacity: 0;
851 }
852}
853@keyframes antSlideDownIn {
854 0% {
855 transform: scaleY(0.8);
856 transform-origin: 100% 100%;
857 opacity: 0;
858 }
859 100% {
860 transform: scaleY(1);
861 transform-origin: 100% 100%;
862 opacity: 1;
863 }
864}
865@keyframes antSlideDownOut {
866 0% {
867 transform: scaleY(1);
868 transform-origin: 100% 100%;
869 opacity: 1;
870 }
871 100% {
872 transform: scaleY(0.8);
873 transform-origin: 100% 100%;
874 opacity: 0;
875 }
876}
877@keyframes antSlideLeftIn {
878 0% {
879 transform: scaleX(0.8);
880 transform-origin: 0% 0%;
881 opacity: 0;
882 }
883 100% {
884 transform: scaleX(1);
885 transform-origin: 0% 0%;
886 opacity: 1;
887 }
888}
889@keyframes antSlideLeftOut {
890 0% {
891 transform: scaleX(1);
892 transform-origin: 0% 0%;
893 opacity: 1;
894 }
895 100% {
896 transform: scaleX(0.8);
897 transform-origin: 0% 0%;
898 opacity: 0;
899 }
900}
901@keyframes antSlideRightIn {
902 0% {
903 transform: scaleX(0.8);
904 transform-origin: 100% 0%;
905 opacity: 0;
906 }
907 100% {
908 transform: scaleX(1);
909 transform-origin: 100% 0%;
910 opacity: 1;
911 }
912}
913@keyframes antSlideRightOut {
914 0% {
915 transform: scaleX(1);
916 transform-origin: 100% 0%;
917 opacity: 1;
918 }
919 100% {
920 transform: scaleX(0.8);
921 transform-origin: 100% 0%;
922 opacity: 0;
923 }
924}
925.ant-zoom-enter,
926.ant-zoom-appear {
927 animation-duration: 0.2s;
928 animation-fill-mode: both;
929 animation-play-state: paused;
930}
931.ant-zoom-leave {
932 animation-duration: 0.2s;
933 animation-fill-mode: both;
934 animation-play-state: paused;
935}
936.ant-zoom-enter.ant-zoom-enter-active,
937.ant-zoom-appear.ant-zoom-appear-active {
938 animation-name: antZoomIn;
939 animation-play-state: running;
940}
941.ant-zoom-leave.ant-zoom-leave-active {
942 animation-name: antZoomOut;
943 animation-play-state: running;
944 pointer-events: none;
945}
946.ant-zoom-enter,
947.ant-zoom-appear {
948 transform: scale(0);
949 opacity: 0;
950 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
951}
952.ant-zoom-enter-prepare,
953.ant-zoom-appear-prepare {
954 transform: none;
955}
956.ant-zoom-leave {
957 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
958}
959.ant-zoom-big-enter,
960.ant-zoom-big-appear {
961 animation-duration: 0.2s;
962 animation-fill-mode: both;
963 animation-play-state: paused;
964}
965.ant-zoom-big-leave {
966 animation-duration: 0.2s;
967 animation-fill-mode: both;
968 animation-play-state: paused;
969}
970.ant-zoom-big-enter.ant-zoom-big-enter-active,
971.ant-zoom-big-appear.ant-zoom-big-appear-active {
972 animation-name: antZoomBigIn;
973 animation-play-state: running;
974}
975.ant-zoom-big-leave.ant-zoom-big-leave-active {
976 animation-name: antZoomBigOut;
977 animation-play-state: running;
978 pointer-events: none;
979}
980.ant-zoom-big-enter,
981.ant-zoom-big-appear {
982 transform: scale(0);
983 opacity: 0;
984 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
985}
986.ant-zoom-big-enter-prepare,
987.ant-zoom-big-appear-prepare {
988 transform: none;
989}
990.ant-zoom-big-leave {
991 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
992}
993.ant-zoom-big-fast-enter,
994.ant-zoom-big-fast-appear {
995 animation-duration: 0.1s;
996 animation-fill-mode: both;
997 animation-play-state: paused;
998}
999.ant-zoom-big-fast-leave {
1000 animation-duration: 0.1s;
1001 animation-fill-mode: both;
1002 animation-play-state: paused;
1003}
1004.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
1005.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
1006 animation-name: antZoomBigIn;
1007 animation-play-state: running;
1008}
1009.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
1010 animation-name: antZoomBigOut;
1011 animation-play-state: running;
1012 pointer-events: none;
1013}
1014.ant-zoom-big-fast-enter,
1015.ant-zoom-big-fast-appear {
1016 transform: scale(0);
1017 opacity: 0;
1018 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1019}
1020.ant-zoom-big-fast-enter-prepare,
1021.ant-zoom-big-fast-appear-prepare {
1022 transform: none;
1023}
1024.ant-zoom-big-fast-leave {
1025 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1026}
1027.ant-zoom-up-enter,
1028.ant-zoom-up-appear {
1029 animation-duration: 0.2s;
1030 animation-fill-mode: both;
1031 animation-play-state: paused;
1032}
1033.ant-zoom-up-leave {
1034 animation-duration: 0.2s;
1035 animation-fill-mode: both;
1036 animation-play-state: paused;
1037}
1038.ant-zoom-up-enter.ant-zoom-up-enter-active,
1039.ant-zoom-up-appear.ant-zoom-up-appear-active {
1040 animation-name: antZoomUpIn;
1041 animation-play-state: running;
1042}
1043.ant-zoom-up-leave.ant-zoom-up-leave-active {
1044 animation-name: antZoomUpOut;
1045 animation-play-state: running;
1046 pointer-events: none;
1047}
1048.ant-zoom-up-enter,
1049.ant-zoom-up-appear {
1050 transform: scale(0);
1051 opacity: 0;
1052 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1053}
1054.ant-zoom-up-enter-prepare,
1055.ant-zoom-up-appear-prepare {
1056 transform: none;
1057}
1058.ant-zoom-up-leave {
1059 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1060}
1061.ant-zoom-down-enter,
1062.ant-zoom-down-appear {
1063 animation-duration: 0.2s;
1064 animation-fill-mode: both;
1065 animation-play-state: paused;
1066}
1067.ant-zoom-down-leave {
1068 animation-duration: 0.2s;
1069 animation-fill-mode: both;
1070 animation-play-state: paused;
1071}
1072.ant-zoom-down-enter.ant-zoom-down-enter-active,
1073.ant-zoom-down-appear.ant-zoom-down-appear-active {
1074 animation-name: antZoomDownIn;
1075 animation-play-state: running;
1076}
1077.ant-zoom-down-leave.ant-zoom-down-leave-active {
1078 animation-name: antZoomDownOut;
1079 animation-play-state: running;
1080 pointer-events: none;
1081}
1082.ant-zoom-down-enter,
1083.ant-zoom-down-appear {
1084 transform: scale(0);
1085 opacity: 0;
1086 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1087}
1088.ant-zoom-down-enter-prepare,
1089.ant-zoom-down-appear-prepare {
1090 transform: none;
1091}
1092.ant-zoom-down-leave {
1093 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1094}
1095.ant-zoom-left-enter,
1096.ant-zoom-left-appear {
1097 animation-duration: 0.2s;
1098 animation-fill-mode: both;
1099 animation-play-state: paused;
1100}
1101.ant-zoom-left-leave {
1102 animation-duration: 0.2s;
1103 animation-fill-mode: both;
1104 animation-play-state: paused;
1105}
1106.ant-zoom-left-enter.ant-zoom-left-enter-active,
1107.ant-zoom-left-appear.ant-zoom-left-appear-active {
1108 animation-name: antZoomLeftIn;
1109 animation-play-state: running;
1110}
1111.ant-zoom-left-leave.ant-zoom-left-leave-active {
1112 animation-name: antZoomLeftOut;
1113 animation-play-state: running;
1114 pointer-events: none;
1115}
1116.ant-zoom-left-enter,
1117.ant-zoom-left-appear {
1118 transform: scale(0);
1119 opacity: 0;
1120 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1121}
1122.ant-zoom-left-enter-prepare,
1123.ant-zoom-left-appear-prepare {
1124 transform: none;
1125}
1126.ant-zoom-left-leave {
1127 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1128}
1129.ant-zoom-right-enter,
1130.ant-zoom-right-appear {
1131 animation-duration: 0.2s;
1132 animation-fill-mode: both;
1133 animation-play-state: paused;
1134}
1135.ant-zoom-right-leave {
1136 animation-duration: 0.2s;
1137 animation-fill-mode: both;
1138 animation-play-state: paused;
1139}
1140.ant-zoom-right-enter.ant-zoom-right-enter-active,
1141.ant-zoom-right-appear.ant-zoom-right-appear-active {
1142 animation-name: antZoomRightIn;
1143 animation-play-state: running;
1144}
1145.ant-zoom-right-leave.ant-zoom-right-leave-active {
1146 animation-name: antZoomRightOut;
1147 animation-play-state: running;
1148 pointer-events: none;
1149}
1150.ant-zoom-right-enter,
1151.ant-zoom-right-appear {
1152 transform: scale(0);
1153 opacity: 0;
1154 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1155}
1156.ant-zoom-right-enter-prepare,
1157.ant-zoom-right-appear-prepare {
1158 transform: none;
1159}
1160.ant-zoom-right-leave {
1161 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1162}
1163@keyframes antZoomIn {
1164 0% {
1165 transform: scale(0.2);
1166 opacity: 0;
1167 }
1168 100% {
1169 transform: scale(1);
1170 opacity: 1;
1171 }
1172}
1173@keyframes antZoomOut {
1174 0% {
1175 transform: scale(1);
1176 }
1177 100% {
1178 transform: scale(0.2);
1179 opacity: 0;
1180 }
1181}
1182@keyframes antZoomBigIn {
1183 0% {
1184 transform: scale(0.8);
1185 opacity: 0;
1186 }
1187 100% {
1188 transform: scale(1);
1189 opacity: 1;
1190 }
1191}
1192@keyframes antZoomBigOut {
1193 0% {
1194 transform: scale(1);
1195 }
1196 100% {
1197 transform: scale(0.8);
1198 opacity: 0;
1199 }
1200}
1201@keyframes antZoomUpIn {
1202 0% {
1203 transform: scale(0.8);
1204 transform-origin: 50% 0%;
1205 opacity: 0;
1206 }
1207 100% {
1208 transform: scale(1);
1209 transform-origin: 50% 0%;
1210 }
1211}
1212@keyframes antZoomUpOut {
1213 0% {
1214 transform: scale(1);
1215 transform-origin: 50% 0%;
1216 }
1217 100% {
1218 transform: scale(0.8);
1219 transform-origin: 50% 0%;
1220 opacity: 0;
1221 }
1222}
1223@keyframes antZoomLeftIn {
1224 0% {
1225 transform: scale(0.8);
1226 transform-origin: 0% 50%;
1227 opacity: 0;
1228 }
1229 100% {
1230 transform: scale(1);
1231 transform-origin: 0% 50%;
1232 }
1233}
1234@keyframes antZoomLeftOut {
1235 0% {
1236 transform: scale(1);
1237 transform-origin: 0% 50%;
1238 }
1239 100% {
1240 transform: scale(0.8);
1241 transform-origin: 0% 50%;
1242 opacity: 0;
1243 }
1244}
1245@keyframes antZoomRightIn {
1246 0% {
1247 transform: scale(0.8);
1248 transform-origin: 100% 50%;
1249 opacity: 0;
1250 }
1251 100% {
1252 transform: scale(1);
1253 transform-origin: 100% 50%;
1254 }
1255}
1256@keyframes antZoomRightOut {
1257 0% {
1258 transform: scale(1);
1259 transform-origin: 100% 50%;
1260 }
1261 100% {
1262 transform: scale(0.8);
1263 transform-origin: 100% 50%;
1264 opacity: 0;
1265 }
1266}
1267@keyframes antZoomDownIn {
1268 0% {
1269 transform: scale(0.8);
1270 transform-origin: 50% 100%;
1271 opacity: 0;
1272 }
1273 100% {
1274 transform: scale(1);
1275 transform-origin: 50% 100%;
1276 }
1277}
1278@keyframes antZoomDownOut {
1279 0% {
1280 transform: scale(1);
1281 transform-origin: 50% 100%;
1282 }
1283 100% {
1284 transform: scale(0.8);
1285 transform-origin: 50% 100%;
1286 opacity: 0;
1287 }
1288}
1289.ant-motion-collapse-legacy {
1290 overflow: hidden;
1291}
1292.ant-motion-collapse-legacy-active {
1293 transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1294}
1295.ant-motion-collapse {
1296 overflow: hidden;
1297 transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1298}
1299
1300/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1301/* stylelint-disable no-duplicate-selectors */
1302/* stylelint-disable */
1303/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1304html {
1305 --ant-primary-color: #1890ff;
1306 --ant-primary-color-hover: #40a9ff;
1307 --ant-primary-color-active: #096dd9;
1308 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1309 --ant-primary-1: #e6f7ff;
1310 --ant-primary-2: #bae7ff;
1311 --ant-primary-3: #91d5ff;
1312 --ant-primary-4: #69c0ff;
1313 --ant-primary-5: #40a9ff;
1314 --ant-primary-6: #1890ff;
1315 --ant-primary-7: #096dd9;
1316 --ant-primary-color-deprecated-pure: ;
1317 --ant-primary-color-deprecated-l-35: #cbe6ff;
1318 --ant-primary-color-deprecated-l-20: #7ec1ff;
1319 --ant-primary-color-deprecated-t-20: #46a6ff;
1320 --ant-primary-color-deprecated-t-50: #8cc8ff;
1321 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1322 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1323 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1324 --ant-success-color: #52c41a;
1325 --ant-success-color-hover: #73d13d;
1326 --ant-success-color-active: #389e0d;
1327 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
1328 --ant-success-color-deprecated-bg: #f6ffed;
1329 --ant-success-color-deprecated-border: #b7eb8f;
1330 --ant-error-color: #ff4d4f;
1331 --ant-error-color-hover: #ff7875;
1332 --ant-error-color-active: #d9363e;
1333 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
1334 --ant-error-color-deprecated-bg: #fff2f0;
1335 --ant-error-color-deprecated-border: #ffccc7;
1336 --ant-warning-color: #faad14;
1337 --ant-warning-color-hover: #ffc53d;
1338 --ant-warning-color-active: #d48806;
1339 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
1340 --ant-warning-color-deprecated-bg: #fffbe6;
1341 --ant-warning-color-deprecated-border: #ffe58f;
1342 --ant-info-color: #1890ff;
1343 --ant-info-color-deprecated-bg: #e6f7ff;
1344 --ant-info-color-deprecated-border: #91d5ff;
1345}
1346.ant-affix {
1347 position: fixed;
1348 z-index: 10;
1349}
1350
1351/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1352/* stylelint-disable no-duplicate-selectors */
1353/* stylelint-disable */
1354/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1355html {
1356 --ant-primary-color: #1890ff;
1357 --ant-primary-color-hover: #40a9ff;
1358 --ant-primary-color-active: #096dd9;
1359 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1360 --ant-primary-1: #e6f7ff;
1361 --ant-primary-2: #bae7ff;
1362 --ant-primary-3: #91d5ff;
1363 --ant-primary-4: #69c0ff;
1364 --ant-primary-5: #40a9ff;
1365 --ant-primary-6: #1890ff;
1366 --ant-primary-7: #096dd9;
1367 --ant-primary-color-deprecated-pure: ;
1368 --ant-primary-color-deprecated-l-35: #cbe6ff;
1369 --ant-primary-color-deprecated-l-20: #7ec1ff;
1370 --ant-primary-color-deprecated-t-20: #46a6ff;
1371 --ant-primary-color-deprecated-t-50: #8cc8ff;
1372 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1373 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1374 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1375 --ant-success-color: #52c41a;
1376 --ant-success-color-hover: #73d13d;
1377 --ant-success-color-active: #389e0d;
1378 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
1379 --ant-success-color-deprecated-bg: #f6ffed;
1380 --ant-success-color-deprecated-border: #b7eb8f;
1381 --ant-error-color: #ff4d4f;
1382 --ant-error-color-hover: #ff7875;
1383 --ant-error-color-active: #d9363e;
1384 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
1385 --ant-error-color-deprecated-bg: #fff2f0;
1386 --ant-error-color-deprecated-border: #ffccc7;
1387 --ant-warning-color: #faad14;
1388 --ant-warning-color-hover: #ffc53d;
1389 --ant-warning-color-active: #d48806;
1390 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
1391 --ant-warning-color-deprecated-bg: #fffbe6;
1392 --ant-warning-color-deprecated-border: #ffe58f;
1393 --ant-info-color: #1890ff;
1394 --ant-info-color-deprecated-bg: #e6f7ff;
1395 --ant-info-color-deprecated-border: #91d5ff;
1396}
1397.ant-alert {
1398 box-sizing: border-box;
1399 margin: 0;
1400 padding: 0;
1401 color: rgba(0, 0, 0, 0.85);
1402 font-size: 14px;
1403 font-variant: tabular-nums;
1404 line-height: 1.5715;
1405 list-style: none;
1406 font-feature-settings: 'tnum';
1407 position: relative;
1408 display: flex;
1409 align-items: center;
1410 padding: 8px 15px;
1411 word-wrap: break-word;
1412 border-radius: 2px;
1413}
1414.ant-alert-content {
1415 flex: 1;
1416 min-width: 0;
1417}
1418.ant-alert-icon {
1419 margin-right: 8px;
1420}
1421.ant-alert-description {
1422 display: none;
1423 font-size: 14px;
1424 line-height: 22px;
1425}
1426.ant-alert-success {
1427 background-color: var(--ant-success-color-deprecated-bg);
1428 border: 1px solid var(--ant-success-color-deprecated-border);
1429}
1430.ant-alert-success .ant-alert-icon {
1431 color: var(--ant-success-color);
1432}
1433.ant-alert-info {
1434 background-color: var(--ant-info-color-deprecated-bg);
1435 border: 1px solid var(--ant-info-color-deprecated-border);
1436}
1437.ant-alert-info .ant-alert-icon {
1438 color: var(--ant-info-color);
1439}
1440.ant-alert-warning {
1441 background-color: var(--ant-warning-color-deprecated-bg);
1442 border: 1px solid var(--ant-warning-color-deprecated-border);
1443}
1444.ant-alert-warning .ant-alert-icon {
1445 color: var(--ant-warning-color);
1446}
1447.ant-alert-error {
1448 background-color: var(--ant-error-color-deprecated-bg);
1449 border: 1px solid var(--ant-error-color-deprecated-border);
1450}
1451.ant-alert-error .ant-alert-icon {
1452 color: var(--ant-error-color);
1453}
1454.ant-alert-error .ant-alert-description > pre {
1455 margin: 0;
1456 padding: 0;
1457}
1458.ant-alert-action {
1459 margin-left: 8px;
1460}
1461.ant-alert-close-icon {
1462 margin-left: 8px;
1463 padding: 0;
1464 overflow: hidden;
1465 font-size: 12px;
1466 line-height: 12px;
1467 background-color: transparent;
1468 border: none;
1469 outline: none;
1470 cursor: pointer;
1471}
1472.ant-alert-close-icon .anticon-close {
1473 color: rgba(0, 0, 0, 0.45);
1474 transition: color 0.3s;
1475}
1476.ant-alert-close-icon .anticon-close:hover {
1477 color: rgba(0, 0, 0, 0.75);
1478}
1479.ant-alert-close-text {
1480 color: rgba(0, 0, 0, 0.45);
1481 transition: color 0.3s;
1482}
1483.ant-alert-close-text:hover {
1484 color: rgba(0, 0, 0, 0.75);
1485}
1486.ant-alert-with-description {
1487 align-items: flex-start;
1488 padding: 15px 15px 15px 24px;
1489}
1490.ant-alert-with-description.ant-alert-no-icon {
1491 padding: 15px 15px;
1492}
1493.ant-alert-with-description .ant-alert-icon {
1494 margin-right: 15px;
1495 font-size: 24px;
1496}
1497.ant-alert-with-description .ant-alert-message {
1498 display: block;
1499 margin-bottom: 4px;
1500 color: rgba(0, 0, 0, 0.85);
1501 font-size: 16px;
1502}
1503.ant-alert-message {
1504 color: rgba(0, 0, 0, 0.85);
1505}
1506.ant-alert-with-description .ant-alert-description {
1507 display: block;
1508}
1509.ant-alert.ant-alert-motion-leave {
1510 overflow: hidden;
1511 opacity: 1;
1512 transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
1513}
1514.ant-alert.ant-alert-motion-leave-active {
1515 max-height: 0;
1516 margin-bottom: 0 !important;
1517 padding-top: 0;
1518 padding-bottom: 0;
1519 opacity: 0;
1520}
1521.ant-alert-banner {
1522 margin-bottom: 0;
1523 border: 0;
1524 border-radius: 0;
1525}
1526.ant-alert.ant-alert-rtl {
1527 direction: rtl;
1528}
1529.ant-alert-rtl .ant-alert-icon {
1530 margin-right: auto;
1531 margin-left: 8px;
1532}
1533.ant-alert-rtl .ant-alert-action {
1534 margin-right: 8px;
1535 margin-left: auto;
1536}
1537.ant-alert-rtl .ant-alert-close-icon {
1538 margin-right: 8px;
1539 margin-left: auto;
1540}
1541.ant-alert-rtl.ant-alert-with-description {
1542 padding-right: 24px;
1543 padding-left: 15px;
1544}
1545.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
1546 margin-right: auto;
1547 margin-left: 15px;
1548}
1549
1550/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1551/* stylelint-disable no-duplicate-selectors */
1552/* stylelint-disable */
1553/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1554html {
1555 --ant-primary-color: #1890ff;
1556 --ant-primary-color-hover: #40a9ff;
1557 --ant-primary-color-active: #096dd9;
1558 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1559 --ant-primary-1: #e6f7ff;
1560 --ant-primary-2: #bae7ff;
1561 --ant-primary-3: #91d5ff;
1562 --ant-primary-4: #69c0ff;
1563 --ant-primary-5: #40a9ff;
1564 --ant-primary-6: #1890ff;
1565 --ant-primary-7: #096dd9;
1566 --ant-primary-color-deprecated-pure: ;
1567 --ant-primary-color-deprecated-l-35: #cbe6ff;
1568 --ant-primary-color-deprecated-l-20: #7ec1ff;
1569 --ant-primary-color-deprecated-t-20: #46a6ff;
1570 --ant-primary-color-deprecated-t-50: #8cc8ff;
1571 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1572 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1573 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1574 --ant-success-color: #52c41a;
1575 --ant-success-color-hover: #73d13d;
1576 --ant-success-color-active: #389e0d;
1577 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
1578 --ant-success-color-deprecated-bg: #f6ffed;
1579 --ant-success-color-deprecated-border: #b7eb8f;
1580 --ant-error-color: #ff4d4f;
1581 --ant-error-color-hover: #ff7875;
1582 --ant-error-color-active: #d9363e;
1583 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
1584 --ant-error-color-deprecated-bg: #fff2f0;
1585 --ant-error-color-deprecated-border: #ffccc7;
1586 --ant-warning-color: #faad14;
1587 --ant-warning-color-hover: #ffc53d;
1588 --ant-warning-color-active: #d48806;
1589 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
1590 --ant-warning-color-deprecated-bg: #fffbe6;
1591 --ant-warning-color-deprecated-border: #ffe58f;
1592 --ant-info-color: #1890ff;
1593 --ant-info-color-deprecated-bg: #e6f7ff;
1594 --ant-info-color-deprecated-border: #91d5ff;
1595}
1596.ant-anchor {
1597 box-sizing: border-box;
1598 margin: 0;
1599 padding: 0;
1600 color: rgba(0, 0, 0, 0.85);
1601 font-size: 14px;
1602 font-variant: tabular-nums;
1603 line-height: 1.5715;
1604 list-style: none;
1605 font-feature-settings: 'tnum';
1606 position: relative;
1607 padding-left: 2px;
1608}
1609.ant-anchor-wrapper {
1610 margin-left: -4px;
1611 padding-left: 4px;
1612 overflow: auto;
1613 background-color: transparent;
1614}
1615.ant-anchor-ink {
1616 position: absolute;
1617 top: 0;
1618 left: 0;
1619 height: 100%;
1620}
1621.ant-anchor-ink::before {
1622 position: relative;
1623 display: block;
1624 width: 2px;
1625 height: 100%;
1626 margin: 0 auto;
1627 background-color: rgba(0, 0, 0, 0.06);
1628 content: ' ';
1629}
1630.ant-anchor-ink-ball {
1631 position: absolute;
1632 left: 50%;
1633 display: none;
1634 width: 8px;
1635 height: 8px;
1636 background-color: #fff;
1637 border: 2px solid var(--ant-primary-color);
1638 border-radius: 8px;
1639 transform: translateX(-50%);
1640 transition: top 0.3s ease-in-out;
1641}
1642.ant-anchor-ink-ball.ant-anchor-ink-ball-visible {
1643 display: inline-block;
1644}
1645.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
1646 display: none;
1647}
1648.ant-anchor-link {
1649 padding: 4px 0 4px 16px;
1650}
1651.ant-anchor-link-title {
1652 position: relative;
1653 display: block;
1654 margin-bottom: 3px;
1655 overflow: hidden;
1656 color: rgba(0, 0, 0, 0.85);
1657 white-space: nowrap;
1658 text-overflow: ellipsis;
1659 transition: all 0.3s;
1660}
1661.ant-anchor-link-title:only-child {
1662 margin-bottom: 0;
1663}
1664.ant-anchor-link-active > .ant-anchor-link-title {
1665 color: var(--ant-primary-color);
1666}
1667.ant-anchor-link .ant-anchor-link {
1668 padding-top: 2px;
1669 padding-bottom: 2px;
1670}
1671.ant-anchor-rtl {
1672 direction: rtl;
1673}
1674.ant-anchor-rtl.ant-anchor-wrapper {
1675 margin-right: -4px;
1676 margin-left: 0;
1677 padding-right: 4px;
1678 padding-left: 0;
1679}
1680.ant-anchor-rtl .ant-anchor-ink {
1681 right: 0;
1682 left: auto;
1683}
1684.ant-anchor-rtl .ant-anchor-ink-ball {
1685 right: 50%;
1686 left: 0;
1687 transform: translateX(50%);
1688}
1689.ant-anchor-rtl .ant-anchor-link {
1690 padding: 4px 16px 4px 0;
1691}
1692
1693/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1694/* stylelint-disable no-duplicate-selectors */
1695/* stylelint-disable */
1696/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1697html {
1698 --ant-primary-color: #1890ff;
1699 --ant-primary-color-hover: #40a9ff;
1700 --ant-primary-color-active: #096dd9;
1701 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1702 --ant-primary-1: #e6f7ff;
1703 --ant-primary-2: #bae7ff;
1704 --ant-primary-3: #91d5ff;
1705 --ant-primary-4: #69c0ff;
1706 --ant-primary-5: #40a9ff;
1707 --ant-primary-6: #1890ff;
1708 --ant-primary-7: #096dd9;
1709 --ant-primary-color-deprecated-pure: ;
1710 --ant-primary-color-deprecated-l-35: #cbe6ff;
1711 --ant-primary-color-deprecated-l-20: #7ec1ff;
1712 --ant-primary-color-deprecated-t-20: #46a6ff;
1713 --ant-primary-color-deprecated-t-50: #8cc8ff;
1714 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1715 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1716 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1717 --ant-success-color: #52c41a;
1718 --ant-success-color-hover: #73d13d;
1719 --ant-success-color-active: #389e0d;
1720 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
1721 --ant-success-color-deprecated-bg: #f6ffed;
1722 --ant-success-color-deprecated-border: #b7eb8f;
1723 --ant-error-color: #ff4d4f;
1724 --ant-error-color-hover: #ff7875;
1725 --ant-error-color-active: #d9363e;
1726 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
1727 --ant-error-color-deprecated-bg: #fff2f0;
1728 --ant-error-color-deprecated-border: #ffccc7;
1729 --ant-warning-color: #faad14;
1730 --ant-warning-color-hover: #ffc53d;
1731 --ant-warning-color-active: #d48806;
1732 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
1733 --ant-warning-color-deprecated-bg: #fffbe6;
1734 --ant-warning-color-deprecated-border: #ffe58f;
1735 --ant-info-color: #1890ff;
1736 --ant-info-color-deprecated-bg: #e6f7ff;
1737 --ant-info-color-deprecated-border: #91d5ff;
1738}
1739.ant-select-auto-complete {
1740 box-sizing: border-box;
1741 margin: 0;
1742 padding: 0;
1743 color: rgba(0, 0, 0, 0.85);
1744 font-size: 14px;
1745 font-variant: tabular-nums;
1746 line-height: 1.5715;
1747 list-style: none;
1748 font-feature-settings: 'tnum';
1749}
1750.ant-select-auto-complete .ant-select-clear {
1751 right: 13px;
1752}
1753
1754/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1755/* stylelint-disable no-duplicate-selectors */
1756/* stylelint-disable */
1757/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1758html {
1759 --ant-primary-color: #1890ff;
1760 --ant-primary-color-hover: #40a9ff;
1761 --ant-primary-color-active: #096dd9;
1762 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1763 --ant-primary-1: #e6f7ff;
1764 --ant-primary-2: #bae7ff;
1765 --ant-primary-3: #91d5ff;
1766 --ant-primary-4: #69c0ff;
1767 --ant-primary-5: #40a9ff;
1768 --ant-primary-6: #1890ff;
1769 --ant-primary-7: #096dd9;
1770 --ant-primary-color-deprecated-pure: ;
1771 --ant-primary-color-deprecated-l-35: #cbe6ff;
1772 --ant-primary-color-deprecated-l-20: #7ec1ff;
1773 --ant-primary-color-deprecated-t-20: #46a6ff;
1774 --ant-primary-color-deprecated-t-50: #8cc8ff;
1775 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1776 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1777 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1778 --ant-success-color: #52c41a;
1779 --ant-success-color-hover: #73d13d;
1780 --ant-success-color-active: #389e0d;
1781 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
1782 --ant-success-color-deprecated-bg: #f6ffed;
1783 --ant-success-color-deprecated-border: #b7eb8f;
1784 --ant-error-color: #ff4d4f;
1785 --ant-error-color-hover: #ff7875;
1786 --ant-error-color-active: #d9363e;
1787 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
1788 --ant-error-color-deprecated-bg: #fff2f0;
1789 --ant-error-color-deprecated-border: #ffccc7;
1790 --ant-warning-color: #faad14;
1791 --ant-warning-color-hover: #ffc53d;
1792 --ant-warning-color-active: #d48806;
1793 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
1794 --ant-warning-color-deprecated-bg: #fffbe6;
1795 --ant-warning-color-deprecated-border: #ffe58f;
1796 --ant-info-color: #1890ff;
1797 --ant-info-color-deprecated-bg: #e6f7ff;
1798 --ant-info-color-deprecated-border: #91d5ff;
1799}
1800.ant-select-single .ant-select-selector {
1801 display: flex;
1802}
1803.ant-select-single .ant-select-selector .ant-select-selection-search {
1804 position: absolute;
1805 top: 0;
1806 right: 11px;
1807 bottom: 0;
1808 left: 11px;
1809}
1810.ant-select-single .ant-select-selector .ant-select-selection-search-input {
1811 width: 100%;
1812}
1813.ant-select-single .ant-select-selector .ant-select-selection-item,
1814.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
1815 padding: 0;
1816 line-height: 30px;
1817 transition: all 0.3s, visibility 0s;
1818}
1819.ant-select-single .ant-select-selector .ant-select-selection-item {
1820 position: relative;
1821 -webkit-user-select: none;
1822 -moz-user-select: none;
1823 -ms-user-select: none;
1824 user-select: none;
1825}
1826.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
1827 transition: none;
1828 pointer-events: none;
1829}
1830.ant-select-single .ant-select-selector::after,
1831.ant-select-single .ant-select-selector .ant-select-selection-item::after,
1832.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
1833 display: inline-block;
1834 width: 0;
1835 visibility: hidden;
1836 content: '\a0';
1837}
1838.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
1839 right: 25px;
1840}
1841.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
1842.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
1843 padding-right: 18px;
1844}
1845.ant-select-single.ant-select-open .ant-select-selection-item {
1846 color: #bfbfbf;
1847}
1848.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
1849 width: 100%;
1850 height: 32px;
1851 padding: 0 11px;
1852}
1853.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
1854 height: 30px;
1855}
1856.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
1857 line-height: 30px;
1858}
1859.ant-select-single.ant-select-customize-input .ant-select-selector::after {
1860 display: none;
1861}
1862.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
1863 position: static;
1864 width: 100%;
1865}
1866.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
1867 position: absolute;
1868 right: 0;
1869 left: 0;
1870 padding: 0 11px;
1871}
1872.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
1873 display: none;
1874}
1875.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
1876 height: 40px;
1877}
1878.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
1879.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
1880.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
1881 line-height: 38px;
1882}
1883.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
1884 height: 38px;
1885}
1886.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
1887 height: 24px;
1888}
1889.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
1890.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
1891.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
1892 line-height: 22px;
1893}
1894.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
1895 height: 22px;
1896}
1897.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
1898 right: 7px;
1899 left: 7px;
1900}
1901.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
1902 padding: 0 7px;
1903}
1904.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
1905 right: 28px;
1906}
1907.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
1908.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
1909 padding-right: 21px;
1910}
1911.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
1912 padding: 0 11px;
1913}
1914/**
1915 * Do not merge `height` & `line-height` under style with `selection` & `search`,
1916 * since chrome may update to redesign with its align logic.
1917 */
1918.ant-select-selection-overflow {
1919 position: relative;
1920 display: flex;
1921 flex: auto;
1922 flex-wrap: wrap;
1923 max-width: 100%;
1924}
1925.ant-select-selection-overflow-item {
1926 flex: none;
1927 align-self: center;
1928 max-width: 100%;
1929}
1930.ant-select-multiple .ant-select-selector {
1931 display: flex;
1932 flex-wrap: wrap;
1933 align-items: center;
1934 padding: 1px 4px;
1935}
1936.ant-select-show-search.ant-select-multiple .ant-select-selector {
1937 cursor: text;
1938}
1939.ant-select-disabled.ant-select-multiple .ant-select-selector {
1940 background: #f5f5f5;
1941 cursor: not-allowed;
1942}
1943.ant-select-multiple .ant-select-selector::after {
1944 display: inline-block;
1945 width: 0;
1946 margin: 2px 0;
1947 line-height: 24px;
1948 visibility: hidden;
1949 content: '\a0';
1950}
1951.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
1952.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
1953 padding-right: 24px;
1954}
1955.ant-select-multiple .ant-select-selection-item {
1956 position: relative;
1957 display: flex;
1958 flex: none;
1959 box-sizing: border-box;
1960 max-width: 100%;
1961 height: 24px;
1962 margin-top: 2px;
1963 margin-bottom: 2px;
1964 line-height: 22px;
1965 background: #f5f5f5;
1966 border: 1px solid rgba(0, 0, 0, 0.06);
1967 border-radius: 2px;
1968 cursor: default;
1969 transition: font-size 0.3s, line-height 0.3s, height 0.3s;
1970 -webkit-user-select: none;
1971 -moz-user-select: none;
1972 -ms-user-select: none;
1973 user-select: none;
1974 margin-inline-end: 4px;
1975 padding-inline-start: 8px;
1976 padding-inline-end: 4px;
1977}
1978.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
1979 color: #bfbfbf;
1980 border-color: #d9d9d9;
1981 cursor: not-allowed;
1982}
1983.ant-select-multiple .ant-select-selection-item-content {
1984 display: inline-block;
1985 margin-right: 4px;
1986 overflow: hidden;
1987 white-space: pre;
1988 text-overflow: ellipsis;
1989}
1990.ant-select-multiple .ant-select-selection-item-remove {
1991 color: inherit;
1992 font-style: normal;
1993 line-height: 0;
1994 text-align: center;
1995 text-transform: none;
1996 vertical-align: -0.125em;
1997 text-rendering: optimizelegibility;
1998 -webkit-font-smoothing: antialiased;
1999 -moz-osx-font-smoothing: grayscale;
2000 display: inline-flex;
2001 align-items: center;
2002 color: rgba(0, 0, 0, 0.45);
2003 font-weight: bold;
2004 font-size: 10px;
2005 line-height: inherit;
2006 cursor: pointer;
2007}
2008.ant-select-multiple .ant-select-selection-item-remove > * {
2009 line-height: 1;
2010}
2011.ant-select-multiple .ant-select-selection-item-remove svg {
2012 display: inline-block;
2013}
2014.ant-select-multiple .ant-select-selection-item-remove::before {
2015 display: none;
2016}
2017.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
2018 display: block;
2019}
2020.ant-select-multiple .ant-select-selection-item-remove > .anticon {
2021 vertical-align: middle;
2022}
2023.ant-select-multiple .ant-select-selection-item-remove:hover {
2024 color: rgba(0, 0, 0, 0.75);
2025}
2026.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
2027 margin-inline-start: 0;
2028}
2029.ant-select-multiple .ant-select-selection-search {
2030 position: relative;
2031 max-width: 100%;
2032 margin-inline-start: 7px;
2033}
2034.ant-select-multiple .ant-select-selection-search-input,
2035.ant-select-multiple .ant-select-selection-search-mirror {
2036 height: 24px;
2037 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';
2038 line-height: 24px;
2039 transition: all 0.3s;
2040}
2041.ant-select-multiple .ant-select-selection-search-input {
2042 width: 100%;
2043 min-width: 4.1px;
2044}
2045.ant-select-multiple .ant-select-selection-search-mirror {
2046 position: absolute;
2047 top: 0;
2048 left: 0;
2049 z-index: 999;
2050 white-space: pre;
2051 visibility: hidden;
2052}
2053.ant-select-multiple .ant-select-selection-placeholder {
2054 position: absolute;
2055 top: 50%;
2056 right: 11px;
2057 left: 11px;
2058 transform: translateY(-50%);
2059 transition: all 0.3s;
2060}
2061.ant-select-multiple.ant-select-lg .ant-select-selector::after {
2062 line-height: 32px;
2063}
2064.ant-select-multiple.ant-select-lg .ant-select-selection-item {
2065 height: 32px;
2066 line-height: 30px;
2067}
2068.ant-select-multiple.ant-select-lg .ant-select-selection-search {
2069 height: 32px;
2070 line-height: 32px;
2071}
2072.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
2073.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
2074 height: 32px;
2075 line-height: 30px;
2076}
2077.ant-select-multiple.ant-select-sm .ant-select-selector::after {
2078 line-height: 16px;
2079}
2080.ant-select-multiple.ant-select-sm .ant-select-selection-item {
2081 height: 16px;
2082 line-height: 14px;
2083}
2084.ant-select-multiple.ant-select-sm .ant-select-selection-search {
2085 height: 16px;
2086 line-height: 16px;
2087}
2088.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
2089.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
2090 height: 16px;
2091 line-height: 14px;
2092}
2093.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
2094 left: 7px;
2095}
2096.ant-select-multiple.ant-select-sm .ant-select-selection-search {
2097 margin-inline-start: 3px;
2098}
2099.ant-select-disabled .ant-select-selection-item-remove {
2100 display: none;
2101}
2102.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
2103 background-color: #fff;
2104 border-color: var(--ant-error-color) !important;
2105}
2106.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
2107.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
2108 border-color: var(--ant-error-color-hover);
2109 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2110 border-right-width: 1px;
2111 outline: 0;
2112}
2113.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
2114 background-color: #fff;
2115 border-color: var(--ant-warning-color) !important;
2116}
2117.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
2118.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
2119 border-color: var(--ant-warning-color-hover);
2120 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
2121 border-right-width: 1px;
2122 outline: 0;
2123}
2124.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
2125.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
2126.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
2127.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
2128 right: 32px;
2129}
2130.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
2131.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
2132.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
2133.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
2134 padding-right: 42px;
2135}
2136/* Reset search input style */
2137.ant-select {
2138 box-sizing: border-box;
2139 margin: 0;
2140 padding: 0;
2141 color: rgba(0, 0, 0, 0.85);
2142 font-size: 14px;
2143 font-variant: tabular-nums;
2144 line-height: 1.5715;
2145 list-style: none;
2146 font-feature-settings: 'tnum';
2147 position: relative;
2148 display: inline-block;
2149 cursor: pointer;
2150}
2151.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2152 position: relative;
2153 background-color: #fff;
2154 border: 1px solid #d9d9d9;
2155 border-radius: 2px;
2156 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
2157}
2158.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
2159 cursor: pointer;
2160}
2161.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2162 cursor: text;
2163}
2164.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
2165 cursor: auto;
2166}
2167.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
2168 border-color: var(--ant-primary-color-hover);
2169 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
2170 border-right-width: 1px;
2171 outline: 0;
2172}
2173.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2174 color: rgba(0, 0, 0, 0.25);
2175 background: #f5f5f5;
2176 cursor: not-allowed;
2177}
2178.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2179 background: #f5f5f5;
2180}
2181.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
2182 cursor: not-allowed;
2183}
2184.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
2185 margin: 0;
2186 padding: 0;
2187 background: transparent;
2188 border: none;
2189 outline: none;
2190 -webkit-appearance: none;
2191 -moz-appearance: none;
2192 appearance: none;
2193}
2194.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
2195 display: none;
2196 /* stylelint-disable-next-line property-no-vendor-prefix */
2197 -webkit-appearance: none;
2198}
2199.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
2200 border-color: var(--ant-primary-5);
2201 border-right-width: 1px;
2202}
2203.ant-select-selection-item {
2204 flex: 1;
2205 overflow: hidden;
2206 font-weight: normal;
2207 white-space: nowrap;
2208 text-overflow: ellipsis;
2209}
2210@media all and (-ms-high-contrast: none) {
2211 .ant-select-selection-item *::-ms-backdrop,
2212 .ant-select-selection-item {
2213 flex: auto;
2214 }
2215}
2216.ant-select-selection-placeholder {
2217 flex: 1;
2218 overflow: hidden;
2219 color: #bfbfbf;
2220 white-space: nowrap;
2221 text-overflow: ellipsis;
2222 pointer-events: none;
2223}
2224@media all and (-ms-high-contrast: none) {
2225 .ant-select-selection-placeholder *::-ms-backdrop,
2226 .ant-select-selection-placeholder {
2227 flex: auto;
2228 }
2229}
2230.ant-select-arrow {
2231 display: inline-flex;
2232 color: inherit;
2233 font-style: normal;
2234 line-height: 0;
2235 text-transform: none;
2236 vertical-align: -0.125em;
2237 text-rendering: optimizelegibility;
2238 -webkit-font-smoothing: antialiased;
2239 -moz-osx-font-smoothing: grayscale;
2240 position: absolute;
2241 top: 50%;
2242 right: 11px;
2243 display: flex;
2244 align-items: center;
2245 height: 12px;
2246 margin-top: -6px;
2247 color: rgba(0, 0, 0, 0.25);
2248 font-size: 12px;
2249 line-height: 1;
2250 text-align: center;
2251 pointer-events: none;
2252}
2253.ant-select-arrow > * {
2254 line-height: 1;
2255}
2256.ant-select-arrow svg {
2257 display: inline-block;
2258}
2259.ant-select-arrow::before {
2260 display: none;
2261}
2262.ant-select-arrow .ant-select-arrow-icon {
2263 display: block;
2264}
2265.ant-select-arrow .anticon {
2266 vertical-align: top;
2267 transition: transform 0.3s;
2268}
2269.ant-select-arrow .anticon > svg {
2270 vertical-align: top;
2271}
2272.ant-select-arrow .anticon:not(.ant-select-suffix) {
2273 pointer-events: auto;
2274}
2275.ant-select-disabled .ant-select-arrow {
2276 cursor: not-allowed;
2277}
2278.ant-select-arrow > *:not(:last-child) {
2279 margin-inline-end: 8px;
2280}
2281.ant-select-clear {
2282 position: absolute;
2283 top: 50%;
2284 right: 11px;
2285 z-index: 1;
2286 display: inline-block;
2287 width: 12px;
2288 height: 12px;
2289 margin-top: -6px;
2290 color: rgba(0, 0, 0, 0.25);
2291 font-size: 12px;
2292 font-style: normal;
2293 line-height: 1;
2294 text-align: center;
2295 text-transform: none;
2296 background: #fff;
2297 cursor: pointer;
2298 opacity: 0;
2299 transition: color 0.3s ease, opacity 0.15s ease;
2300 text-rendering: auto;
2301}
2302.ant-select-clear::before {
2303 display: block;
2304}
2305.ant-select-clear:hover {
2306 color: rgba(0, 0, 0, 0.45);
2307}
2308.ant-select:hover .ant-select-clear {
2309 opacity: 1;
2310}
2311.ant-select-dropdown {
2312 margin: 0;
2313 padding: 0;
2314 color: rgba(0, 0, 0, 0.85);
2315 font-variant: tabular-nums;
2316 line-height: 1.5715;
2317 list-style: none;
2318 font-feature-settings: 'tnum';
2319 position: absolute;
2320 top: -9999px;
2321 left: -9999px;
2322 z-index: 1050;
2323 box-sizing: border-box;
2324 padding: 4px 0;
2325 overflow: hidden;
2326 font-size: 14px;
2327 font-variant: initial;
2328 background-color: #fff;
2329 border-radius: 2px;
2330 outline: none;
2331 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
2332}
2333.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
2334.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
2335 animation-name: antSlideUpIn;
2336}
2337.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
2338.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
2339 animation-name: antSlideDownIn;
2340}
2341.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
2342 animation-name: antSlideUpOut;
2343}
2344.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
2345 animation-name: antSlideDownOut;
2346}
2347.ant-select-dropdown-hidden {
2348 display: none;
2349}
2350.ant-select-dropdown-empty {
2351 color: rgba(0, 0, 0, 0.25);
2352}
2353.ant-select-item-empty {
2354 position: relative;
2355 display: block;
2356 min-height: 32px;
2357 padding: 5px 12px;
2358 color: rgba(0, 0, 0, 0.85);
2359 font-weight: normal;
2360 font-size: 14px;
2361 line-height: 22px;
2362 color: rgba(0, 0, 0, 0.25);
2363}
2364.ant-select-item {
2365 position: relative;
2366 display: block;
2367 min-height: 32px;
2368 padding: 5px 12px;
2369 color: rgba(0, 0, 0, 0.85);
2370 font-weight: normal;
2371 font-size: 14px;
2372 line-height: 22px;
2373 cursor: pointer;
2374 transition: background 0.3s ease;
2375}
2376.ant-select-item-group {
2377 color: rgba(0, 0, 0, 0.45);
2378 font-size: 12px;
2379 cursor: default;
2380}
2381.ant-select-item-option {
2382 display: flex;
2383}
2384.ant-select-item-option-content {
2385 flex: auto;
2386 overflow: hidden;
2387 white-space: nowrap;
2388 text-overflow: ellipsis;
2389}
2390.ant-select-item-option-state {
2391 flex: none;
2392}
2393.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
2394 background-color: #f5f5f5;
2395}
2396.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
2397 color: rgba(0, 0, 0, 0.85);
2398 font-weight: 600;
2399 background-color: var(--ant-primary-1);
2400}
2401.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
2402 color: var(--ant-primary-color);
2403}
2404.ant-select-item-option-disabled {
2405 color: rgba(0, 0, 0, 0.25);
2406 cursor: not-allowed;
2407}
2408.ant-select-item-option-disabled.ant-select-item-option-selected {
2409 background-color: #f5f5f5;
2410}
2411.ant-select-item-option-grouped {
2412 padding-left: 24px;
2413}
2414.ant-select-lg {
2415 font-size: 16px;
2416}
2417.ant-select-borderless .ant-select-selector {
2418 background-color: transparent !important;
2419 border-color: transparent !important;
2420 box-shadow: none !important;
2421}
2422.ant-select.ant-select-in-form-item {
2423 width: 100%;
2424}
2425.ant-select-compact-item:not(.ant-select-compact-last-item) {
2426 margin-right: -1px;
2427}
2428.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
2429 margin-right: 0;
2430 margin-left: -1px;
2431}
2432.ant-select-compact-item:hover > *,
2433.ant-select-compact-item:focus > *,
2434.ant-select-compact-item:active > * {
2435 z-index: 2;
2436}
2437.ant-select-compact-item.ant-select-focused > * {
2438 z-index: 2;
2439}
2440.ant-select-compact-item[disabled] > * {
2441 z-index: 0;
2442}
2443.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
2444 border-radius: 0;
2445}
2446.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
2447 border-top-right-radius: 0;
2448 border-bottom-right-radius: 0;
2449}
2450.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
2451 border-top-left-radius: 0;
2452 border-bottom-left-radius: 0;
2453}
2454.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
2455 border-top-left-radius: 0;
2456 border-bottom-left-radius: 0;
2457}
2458.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
2459 border-top-right-radius: 0;
2460 border-bottom-right-radius: 0;
2461}
2462.ant-select-rtl {
2463 direction: rtl;
2464}
2465.ant-select-rtl .ant-select-arrow {
2466 right: initial;
2467 left: 11px;
2468}
2469.ant-select-rtl .ant-select-clear {
2470 right: initial;
2471 left: 11px;
2472}
2473.ant-select-dropdown-rtl {
2474 direction: rtl;
2475}
2476.ant-select-dropdown-rtl .ant-select-item-option-grouped {
2477 padding-right: 24px;
2478 padding-left: 12px;
2479}
2480.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
2481.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
2482 padding-right: 4px;
2483 padding-left: 24px;
2484}
2485.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
2486 text-align: right;
2487}
2488.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
2489 margin-right: 0;
2490 margin-left: 4px;
2491 text-align: right;
2492}
2493.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
2494 right: 0;
2495 left: auto;
2496}
2497.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
2498 right: 11px;
2499 left: auto;
2500}
2501.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
2502 right: 7px;
2503}
2504.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
2505.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
2506 right: 0;
2507 left: 9px;
2508 text-align: right;
2509}
2510.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
2511 right: 11px;
2512 left: 25px;
2513}
2514.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
2515.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
2516 padding-right: 0;
2517 padding-left: 18px;
2518}
2519.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
2520 right: 6px;
2521}
2522.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
2523.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
2524 padding-right: 0;
2525 padding-left: 21px;
2526}
2527
2528/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2529/* stylelint-disable no-duplicate-selectors */
2530/* stylelint-disable */
2531/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2532html {
2533 --ant-primary-color: #1890ff;
2534 --ant-primary-color-hover: #40a9ff;
2535 --ant-primary-color-active: #096dd9;
2536 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2537 --ant-primary-1: #e6f7ff;
2538 --ant-primary-2: #bae7ff;
2539 --ant-primary-3: #91d5ff;
2540 --ant-primary-4: #69c0ff;
2541 --ant-primary-5: #40a9ff;
2542 --ant-primary-6: #1890ff;
2543 --ant-primary-7: #096dd9;
2544 --ant-primary-color-deprecated-pure: ;
2545 --ant-primary-color-deprecated-l-35: #cbe6ff;
2546 --ant-primary-color-deprecated-l-20: #7ec1ff;
2547 --ant-primary-color-deprecated-t-20: #46a6ff;
2548 --ant-primary-color-deprecated-t-50: #8cc8ff;
2549 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2550 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2551 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2552 --ant-success-color: #52c41a;
2553 --ant-success-color-hover: #73d13d;
2554 --ant-success-color-active: #389e0d;
2555 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
2556 --ant-success-color-deprecated-bg: #f6ffed;
2557 --ant-success-color-deprecated-border: #b7eb8f;
2558 --ant-error-color: #ff4d4f;
2559 --ant-error-color-hover: #ff7875;
2560 --ant-error-color-active: #d9363e;
2561 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
2562 --ant-error-color-deprecated-bg: #fff2f0;
2563 --ant-error-color-deprecated-border: #ffccc7;
2564 --ant-warning-color: #faad14;
2565 --ant-warning-color-hover: #ffc53d;
2566 --ant-warning-color-active: #d48806;
2567 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
2568 --ant-warning-color-deprecated-bg: #fffbe6;
2569 --ant-warning-color-deprecated-border: #ffe58f;
2570 --ant-info-color: #1890ff;
2571 --ant-info-color-deprecated-bg: #e6f7ff;
2572 --ant-info-color-deprecated-border: #91d5ff;
2573}
2574.ant-empty {
2575 margin: 0 8px;
2576 font-size: 14px;
2577 line-height: 1.5715;
2578 text-align: center;
2579}
2580.ant-empty-image {
2581 height: 100px;
2582 margin-bottom: 8px;
2583}
2584.ant-empty-image img {
2585 height: 100%;
2586}
2587.ant-empty-image svg {
2588 height: 100%;
2589 margin: auto;
2590}
2591.ant-empty-footer {
2592 margin-top: 16px;
2593}
2594.ant-empty-normal {
2595 margin: 32px 0;
2596 color: rgba(0, 0, 0, 0.25);
2597}
2598.ant-empty-normal .ant-empty-image {
2599 height: 40px;
2600}
2601.ant-empty-small {
2602 margin: 8px 0;
2603 color: rgba(0, 0, 0, 0.25);
2604}
2605.ant-empty-small .ant-empty-image {
2606 height: 35px;
2607}
2608.ant-empty-img-default-ellipse {
2609 fill: #f5f5f5;
2610 fill-opacity: 0.8;
2611}
2612.ant-empty-img-default-path-1 {
2613 fill: #aeb8c2;
2614}
2615.ant-empty-img-default-path-2 {
2616 fill: url('#linearGradient-1');
2617}
2618.ant-empty-img-default-path-3 {
2619 fill: #f5f5f7;
2620}
2621.ant-empty-img-default-path-4 {
2622 fill: #dce0e6;
2623}
2624.ant-empty-img-default-path-5 {
2625 fill: #dce0e6;
2626}
2627.ant-empty-img-default-g {
2628 fill: #fff;
2629}
2630.ant-empty-img-simple-ellipse {
2631 fill: #f5f5f5;
2632}
2633.ant-empty-img-simple-g {
2634 stroke: #d9d9d9;
2635}
2636.ant-empty-img-simple-path {
2637 fill: #fafafa;
2638}
2639.ant-empty-rtl {
2640 direction: rtl;
2641}
2642
2643/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2644/* stylelint-disable no-duplicate-selectors */
2645/* stylelint-disable */
2646/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2647html {
2648 --ant-primary-color: #1890ff;
2649 --ant-primary-color-hover: #40a9ff;
2650 --ant-primary-color-active: #096dd9;
2651 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2652 --ant-primary-1: #e6f7ff;
2653 --ant-primary-2: #bae7ff;
2654 --ant-primary-3: #91d5ff;
2655 --ant-primary-4: #69c0ff;
2656 --ant-primary-5: #40a9ff;
2657 --ant-primary-6: #1890ff;
2658 --ant-primary-7: #096dd9;
2659 --ant-primary-color-deprecated-pure: ;
2660 --ant-primary-color-deprecated-l-35: #cbe6ff;
2661 --ant-primary-color-deprecated-l-20: #7ec1ff;
2662 --ant-primary-color-deprecated-t-20: #46a6ff;
2663 --ant-primary-color-deprecated-t-50: #8cc8ff;
2664 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2665 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2666 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2667 --ant-success-color: #52c41a;
2668 --ant-success-color-hover: #73d13d;
2669 --ant-success-color-active: #389e0d;
2670 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
2671 --ant-success-color-deprecated-bg: #f6ffed;
2672 --ant-success-color-deprecated-border: #b7eb8f;
2673 --ant-error-color: #ff4d4f;
2674 --ant-error-color-hover: #ff7875;
2675 --ant-error-color-active: #d9363e;
2676 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
2677 --ant-error-color-deprecated-bg: #fff2f0;
2678 --ant-error-color-deprecated-border: #ffccc7;
2679 --ant-warning-color: #faad14;
2680 --ant-warning-color-hover: #ffc53d;
2681 --ant-warning-color-active: #d48806;
2682 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
2683 --ant-warning-color-deprecated-bg: #fffbe6;
2684 --ant-warning-color-deprecated-border: #ffe58f;
2685 --ant-info-color: #1890ff;
2686 --ant-info-color-deprecated-bg: #e6f7ff;
2687 --ant-info-color-deprecated-border: #91d5ff;
2688}
2689.ant-avatar {
2690 box-sizing: border-box;
2691 margin: 0;
2692 padding: 0;
2693 color: rgba(0, 0, 0, 0.85);
2694 font-size: 14px;
2695 font-variant: tabular-nums;
2696 line-height: 1.5715;
2697 list-style: none;
2698 font-feature-settings: 'tnum';
2699 position: relative;
2700 display: inline-block;
2701 overflow: hidden;
2702 color: #fff;
2703 white-space: nowrap;
2704 text-align: center;
2705 vertical-align: middle;
2706 background: #ccc;
2707 width: 32px;
2708 height: 32px;
2709 line-height: 32px;
2710 border-radius: 50%;
2711}
2712.ant-avatar-image {
2713 background: transparent;
2714}
2715.ant-avatar .ant-image-img {
2716 display: block;
2717}
2718.ant-avatar-string {
2719 position: absolute;
2720 left: 50%;
2721 transform-origin: 0 center;
2722}
2723.ant-avatar.ant-avatar-icon {
2724 font-size: 18px;
2725}
2726.ant-avatar.ant-avatar-icon > .anticon {
2727 margin: 0;
2728}
2729.ant-avatar-lg {
2730 width: 40px;
2731 height: 40px;
2732 line-height: 40px;
2733 border-radius: 50%;
2734}
2735.ant-avatar-lg-string {
2736 position: absolute;
2737 left: 50%;
2738 transform-origin: 0 center;
2739}
2740.ant-avatar-lg.ant-avatar-icon {
2741 font-size: 24px;
2742}
2743.ant-avatar-lg.ant-avatar-icon > .anticon {
2744 margin: 0;
2745}
2746.ant-avatar-sm {
2747 width: 24px;
2748 height: 24px;
2749 line-height: 24px;
2750 border-radius: 50%;
2751}
2752.ant-avatar-sm-string {
2753 position: absolute;
2754 left: 50%;
2755 transform-origin: 0 center;
2756}
2757.ant-avatar-sm.ant-avatar-icon {
2758 font-size: 14px;
2759}
2760.ant-avatar-sm.ant-avatar-icon > .anticon {
2761 margin: 0;
2762}
2763.ant-avatar-square {
2764 border-radius: 2px;
2765}
2766.ant-avatar > img {
2767 display: block;
2768 width: 100%;
2769 height: 100%;
2770 -o-object-fit: cover;
2771 object-fit: cover;
2772}
2773.ant-avatar-group {
2774 display: inline-flex;
2775}
2776.ant-avatar-group .ant-avatar {
2777 border: 1px solid #fff;
2778}
2779.ant-avatar-group .ant-avatar:not(:first-child) {
2780 margin-left: -8px;
2781}
2782.ant-avatar-group-popover .ant-avatar + .ant-avatar {
2783 margin-left: 3px;
2784}
2785.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
2786 margin-right: -8px;
2787 margin-left: 0;
2788}
2789.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
2790 margin-right: 3px;
2791 margin-left: 0;
2792}
2793
2794/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2795/* stylelint-disable no-duplicate-selectors */
2796/* stylelint-disable */
2797/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2798html {
2799 --ant-primary-color: #1890ff;
2800 --ant-primary-color-hover: #40a9ff;
2801 --ant-primary-color-active: #096dd9;
2802 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2803 --ant-primary-1: #e6f7ff;
2804 --ant-primary-2: #bae7ff;
2805 --ant-primary-3: #91d5ff;
2806 --ant-primary-4: #69c0ff;
2807 --ant-primary-5: #40a9ff;
2808 --ant-primary-6: #1890ff;
2809 --ant-primary-7: #096dd9;
2810 --ant-primary-color-deprecated-pure: ;
2811 --ant-primary-color-deprecated-l-35: #cbe6ff;
2812 --ant-primary-color-deprecated-l-20: #7ec1ff;
2813 --ant-primary-color-deprecated-t-20: #46a6ff;
2814 --ant-primary-color-deprecated-t-50: #8cc8ff;
2815 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2816 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2817 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2818 --ant-success-color: #52c41a;
2819 --ant-success-color-hover: #73d13d;
2820 --ant-success-color-active: #389e0d;
2821 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
2822 --ant-success-color-deprecated-bg: #f6ffed;
2823 --ant-success-color-deprecated-border: #b7eb8f;
2824 --ant-error-color: #ff4d4f;
2825 --ant-error-color-hover: #ff7875;
2826 --ant-error-color-active: #d9363e;
2827 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
2828 --ant-error-color-deprecated-bg: #fff2f0;
2829 --ant-error-color-deprecated-border: #ffccc7;
2830 --ant-warning-color: #faad14;
2831 --ant-warning-color-hover: #ffc53d;
2832 --ant-warning-color-active: #d48806;
2833 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
2834 --ant-warning-color-deprecated-bg: #fffbe6;
2835 --ant-warning-color-deprecated-border: #ffe58f;
2836 --ant-info-color: #1890ff;
2837 --ant-info-color-deprecated-bg: #e6f7ff;
2838 --ant-info-color-deprecated-border: #91d5ff;
2839}
2840.ant-popover {
2841 box-sizing: border-box;
2842 margin: 0;
2843 padding: 0;
2844 color: rgba(0, 0, 0, 0.85);
2845 font-size: 14px;
2846 font-variant: tabular-nums;
2847 line-height: 1.5715;
2848 list-style: none;
2849 font-feature-settings: 'tnum';
2850 position: absolute;
2851 top: 0;
2852 left: 0;
2853 z-index: 1030;
2854 max-width: 100vw;
2855 font-weight: normal;
2856 white-space: normal;
2857 text-align: left;
2858 cursor: auto;
2859 -webkit-user-select: text;
2860 -moz-user-select: text;
2861 -ms-user-select: text;
2862 user-select: text;
2863}
2864.ant-popover-content {
2865 position: relative;
2866}
2867.ant-popover::after {
2868 position: absolute;
2869 background: rgba(255, 255, 255, 0.01);
2870 content: '';
2871}
2872.ant-popover-hidden {
2873 display: none;
2874}
2875.ant-popover-placement-top,
2876.ant-popover-placement-topLeft,
2877.ant-popover-placement-topRight {
2878 padding-bottom: 15.3137085px;
2879}
2880.ant-popover-placement-right,
2881.ant-popover-placement-rightTop,
2882.ant-popover-placement-rightBottom {
2883 padding-left: 15.3137085px;
2884}
2885.ant-popover-placement-bottom,
2886.ant-popover-placement-bottomLeft,
2887.ant-popover-placement-bottomRight {
2888 padding-top: 15.3137085px;
2889}
2890.ant-popover-placement-left,
2891.ant-popover-placement-leftTop,
2892.ant-popover-placement-leftBottom {
2893 padding-right: 15.3137085px;
2894}
2895.ant-popover-inner {
2896 background-color: #fff;
2897 background-clip: padding-box;
2898 border-radius: 2px;
2899 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
2900}
2901@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
2902 .ant-popover {
2903 /* IE10+ */
2904 }
2905 .ant-popover-inner {
2906 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
2907 }
2908}
2909.ant-popover-title {
2910 min-width: 177px;
2911 min-height: 32px;
2912 margin: 0;
2913 padding: 5px 16px 4px;
2914 color: rgba(0, 0, 0, 0.85);
2915 font-weight: 500;
2916 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
2917}
2918.ant-popover-inner-content {
2919 width: -moz-max-content;
2920 width: max-content;
2921 max-width: 100%;
2922 padding: 12px 16px;
2923 color: rgba(0, 0, 0, 0.85);
2924}
2925.ant-popover-message {
2926 display: flex;
2927 padding: 4px 0 12px;
2928 color: rgba(0, 0, 0, 0.85);
2929 font-size: 14px;
2930}
2931.ant-popover-message-icon {
2932 display: inline-block;
2933 margin-right: 8px;
2934 color: var(--ant-warning-color);
2935 font-size: 14px;
2936}
2937.ant-popover-buttons {
2938 margin-bottom: 4px;
2939 text-align: right;
2940}
2941.ant-popover-buttons button:not(:first-child) {
2942 margin-left: 8px;
2943}
2944.ant-popover-arrow {
2945 position: absolute;
2946 display: block;
2947 width: 22px;
2948 height: 22px;
2949 overflow: hidden;
2950 background: transparent;
2951 pointer-events: none;
2952}
2953.ant-popover-arrow-content {
2954 --antd-arrow-background-color: #fff;
2955 position: absolute;
2956 top: 0;
2957 right: 0;
2958 bottom: 0;
2959 left: 0;
2960 display: block;
2961 width: 11.3137085px;
2962 height: 11.3137085px;
2963 margin: auto;
2964 content: '';
2965 pointer-events: auto;
2966 border-radius: 0 0 2px;
2967 pointer-events: none;
2968}
2969.ant-popover-arrow-content::before {
2970 position: absolute;
2971 top: -11.3137085px;
2972 left: -11.3137085px;
2973 width: 33.9411255px;
2974 height: 33.9411255px;
2975 background: var(--antd-arrow-background-color);
2976 background-repeat: no-repeat;
2977 background-position: -10px -10px;
2978 content: '';
2979 -webkit-clip-path: inset(33% 33%);
2980 clip-path: inset(33% 33%);
2981 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
2982 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
2983}
2984.ant-popover-placement-top .ant-popover-arrow,
2985.ant-popover-placement-topLeft .ant-popover-arrow,
2986.ant-popover-placement-topRight .ant-popover-arrow {
2987 bottom: 0;
2988 transform: translateY(100%);
2989}
2990.ant-popover-placement-top .ant-popover-arrow-content,
2991.ant-popover-placement-topLeft .ant-popover-arrow-content,
2992.ant-popover-placement-topRight .ant-popover-arrow-content {
2993 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
2994 transform: translateY(-11px) rotate(45deg);
2995}
2996.ant-popover-placement-top .ant-popover-arrow {
2997 left: 50%;
2998 transform: translateY(100%) translateX(-50%);
2999}
3000.ant-popover-placement-topLeft .ant-popover-arrow {
3001 left: 16px;
3002}
3003.ant-popover-placement-topRight .ant-popover-arrow {
3004 right: 16px;
3005}
3006.ant-popover-placement-right .ant-popover-arrow,
3007.ant-popover-placement-rightTop .ant-popover-arrow,
3008.ant-popover-placement-rightBottom .ant-popover-arrow {
3009 left: 0;
3010 transform: translateX(-100%);
3011}
3012.ant-popover-placement-right .ant-popover-arrow-content,
3013.ant-popover-placement-rightTop .ant-popover-arrow-content,
3014.ant-popover-placement-rightBottom .ant-popover-arrow-content {
3015 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
3016 transform: translateX(11px) rotate(135deg);
3017}
3018.ant-popover-placement-right .ant-popover-arrow {
3019 top: 50%;
3020 transform: translateX(-100%) translateY(-50%);
3021}
3022.ant-popover-placement-rightTop .ant-popover-arrow {
3023 top: 12px;
3024}
3025.ant-popover-placement-rightBottom .ant-popover-arrow {
3026 bottom: 12px;
3027}
3028.ant-popover-placement-bottom .ant-popover-arrow,
3029.ant-popover-placement-bottomLeft .ant-popover-arrow,
3030.ant-popover-placement-bottomRight .ant-popover-arrow {
3031 top: 0;
3032 transform: translateY(-100%);
3033}
3034.ant-popover-placement-bottom .ant-popover-arrow-content,
3035.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
3036.ant-popover-placement-bottomRight .ant-popover-arrow-content {
3037 box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
3038 transform: translateY(11px) rotate(-135deg);
3039}
3040.ant-popover-placement-bottom .ant-popover-arrow {
3041 left: 50%;
3042 transform: translateY(-100%) translateX(-50%);
3043}
3044.ant-popover-placement-bottomLeft .ant-popover-arrow {
3045 left: 16px;
3046}
3047.ant-popover-placement-bottomRight .ant-popover-arrow {
3048 right: 16px;
3049}
3050.ant-popover-placement-left .ant-popover-arrow,
3051.ant-popover-placement-leftTop .ant-popover-arrow,
3052.ant-popover-placement-leftBottom .ant-popover-arrow {
3053 right: 0;
3054 transform: translateX(100%);
3055}
3056.ant-popover-placement-left .ant-popover-arrow-content,
3057.ant-popover-placement-leftTop .ant-popover-arrow-content,
3058.ant-popover-placement-leftBottom .ant-popover-arrow-content {
3059 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
3060 transform: translateX(-11px) rotate(-45deg);
3061}
3062.ant-popover-placement-left .ant-popover-arrow {
3063 top: 50%;
3064 transform: translateX(100%) translateY(-50%);
3065}
3066.ant-popover-placement-leftTop .ant-popover-arrow {
3067 top: 12px;
3068}
3069.ant-popover-placement-leftBottom .ant-popover-arrow {
3070 bottom: 12px;
3071}
3072.ant-popover-pink .ant-popover-inner {
3073 background-color: #eb2f96;
3074}
3075.ant-popover-pink .ant-popover-arrow-content {
3076 background-color: #eb2f96;
3077}
3078.ant-popover-magenta .ant-popover-inner {
3079 background-color: #eb2f96;
3080}
3081.ant-popover-magenta .ant-popover-arrow-content {
3082 background-color: #eb2f96;
3083}
3084.ant-popover-red .ant-popover-inner {
3085 background-color: #f5222d;
3086}
3087.ant-popover-red .ant-popover-arrow-content {
3088 background-color: #f5222d;
3089}
3090.ant-popover-volcano .ant-popover-inner {
3091 background-color: #fa541c;
3092}
3093.ant-popover-volcano .ant-popover-arrow-content {
3094 background-color: #fa541c;
3095}
3096.ant-popover-orange .ant-popover-inner {
3097 background-color: #fa8c16;
3098}
3099.ant-popover-orange .ant-popover-arrow-content {
3100 background-color: #fa8c16;
3101}
3102.ant-popover-yellow .ant-popover-inner {
3103 background-color: #fadb14;
3104}
3105.ant-popover-yellow .ant-popover-arrow-content {
3106 background-color: #fadb14;
3107}
3108.ant-popover-gold .ant-popover-inner {
3109 background-color: #faad14;
3110}
3111.ant-popover-gold .ant-popover-arrow-content {
3112 background-color: #faad14;
3113}
3114.ant-popover-cyan .ant-popover-inner {
3115 background-color: #13c2c2;
3116}
3117.ant-popover-cyan .ant-popover-arrow-content {
3118 background-color: #13c2c2;
3119}
3120.ant-popover-lime .ant-popover-inner {
3121 background-color: #a0d911;
3122}
3123.ant-popover-lime .ant-popover-arrow-content {
3124 background-color: #a0d911;
3125}
3126.ant-popover-green .ant-popover-inner {
3127 background-color: #52c41a;
3128}
3129.ant-popover-green .ant-popover-arrow-content {
3130 background-color: #52c41a;
3131}
3132.ant-popover-blue .ant-popover-inner {
3133 background-color: #1890ff;
3134}
3135.ant-popover-blue .ant-popover-arrow-content {
3136 background-color: #1890ff;
3137}
3138.ant-popover-geekblue .ant-popover-inner {
3139 background-color: #2f54eb;
3140}
3141.ant-popover-geekblue .ant-popover-arrow-content {
3142 background-color: #2f54eb;
3143}
3144.ant-popover-purple .ant-popover-inner {
3145 background-color: #722ed1;
3146}
3147.ant-popover-purple .ant-popover-arrow-content {
3148 background-color: #722ed1;
3149}
3150.ant-popover-rtl {
3151 direction: rtl;
3152 text-align: right;
3153}
3154.ant-popover-rtl .ant-popover-message-icon {
3155 margin-right: 0;
3156 margin-left: 8px;
3157}
3158.ant-popover-rtl .ant-popover-message-title {
3159 padding-left: 16px;
3160}
3161.ant-popover-rtl .ant-popover-buttons {
3162 text-align: left;
3163}
3164.ant-popover-rtl .ant-popover-buttons button {
3165 margin-right: 8px;
3166 margin-left: 0;
3167}
3168
3169/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3170/* stylelint-disable no-duplicate-selectors */
3171/* stylelint-disable */
3172/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3173html {
3174 --ant-primary-color: #1890ff;
3175 --ant-primary-color-hover: #40a9ff;
3176 --ant-primary-color-active: #096dd9;
3177 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3178 --ant-primary-1: #e6f7ff;
3179 --ant-primary-2: #bae7ff;
3180 --ant-primary-3: #91d5ff;
3181 --ant-primary-4: #69c0ff;
3182 --ant-primary-5: #40a9ff;
3183 --ant-primary-6: #1890ff;
3184 --ant-primary-7: #096dd9;
3185 --ant-primary-color-deprecated-pure: ;
3186 --ant-primary-color-deprecated-l-35: #cbe6ff;
3187 --ant-primary-color-deprecated-l-20: #7ec1ff;
3188 --ant-primary-color-deprecated-t-20: #46a6ff;
3189 --ant-primary-color-deprecated-t-50: #8cc8ff;
3190 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3191 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3192 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3193 --ant-success-color: #52c41a;
3194 --ant-success-color-hover: #73d13d;
3195 --ant-success-color-active: #389e0d;
3196 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3197 --ant-success-color-deprecated-bg: #f6ffed;
3198 --ant-success-color-deprecated-border: #b7eb8f;
3199 --ant-error-color: #ff4d4f;
3200 --ant-error-color-hover: #ff7875;
3201 --ant-error-color-active: #d9363e;
3202 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3203 --ant-error-color-deprecated-bg: #fff2f0;
3204 --ant-error-color-deprecated-border: #ffccc7;
3205 --ant-warning-color: #faad14;
3206 --ant-warning-color-hover: #ffc53d;
3207 --ant-warning-color-active: #d48806;
3208 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3209 --ant-warning-color-deprecated-bg: #fffbe6;
3210 --ant-warning-color-deprecated-border: #ffe58f;
3211 --ant-info-color: #1890ff;
3212 --ant-info-color-deprecated-bg: #e6f7ff;
3213 --ant-info-color-deprecated-border: #91d5ff;
3214}
3215.ant-back-top {
3216 box-sizing: border-box;
3217 margin: 0;
3218 padding: 0;
3219 color: rgba(0, 0, 0, 0.85);
3220 font-size: 14px;
3221 font-variant: tabular-nums;
3222 line-height: 1.5715;
3223 list-style: none;
3224 font-feature-settings: 'tnum';
3225 position: fixed;
3226 right: 100px;
3227 bottom: 50px;
3228 z-index: 10;
3229 width: 40px;
3230 height: 40px;
3231 cursor: pointer;
3232}
3233.ant-back-top:empty {
3234 display: none;
3235}
3236.ant-back-top-rtl {
3237 right: auto;
3238 left: 100px;
3239 direction: rtl;
3240}
3241.ant-back-top-content {
3242 width: 40px;
3243 height: 40px;
3244 overflow: hidden;
3245 color: #fff;
3246 text-align: center;
3247 background-color: rgba(0, 0, 0, 0.45);
3248 border-radius: 20px;
3249 transition: all 0.3s;
3250}
3251.ant-back-top-content:hover {
3252 background-color: rgba(0, 0, 0, 0.85);
3253 transition: all 0.3s;
3254}
3255.ant-back-top-icon {
3256 font-size: 24px;
3257 line-height: 40px;
3258}
3259@media screen and (max-width: 768px) {
3260 .ant-back-top {
3261 right: 60px;
3262 }
3263 .ant-back-top-rtl {
3264 right: auto;
3265 left: 60px;
3266 }
3267}
3268@media screen and (max-width: 480px) {
3269 .ant-back-top {
3270 right: 20px;
3271 }
3272 .ant-back-top-rtl {
3273 right: auto;
3274 left: 20px;
3275 }
3276}
3277
3278/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3279/* stylelint-disable no-duplicate-selectors */
3280/* stylelint-disable */
3281/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3282html {
3283 --ant-primary-color: #1890ff;
3284 --ant-primary-color-hover: #40a9ff;
3285 --ant-primary-color-active: #096dd9;
3286 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3287 --ant-primary-1: #e6f7ff;
3288 --ant-primary-2: #bae7ff;
3289 --ant-primary-3: #91d5ff;
3290 --ant-primary-4: #69c0ff;
3291 --ant-primary-5: #40a9ff;
3292 --ant-primary-6: #1890ff;
3293 --ant-primary-7: #096dd9;
3294 --ant-primary-color-deprecated-pure: ;
3295 --ant-primary-color-deprecated-l-35: #cbe6ff;
3296 --ant-primary-color-deprecated-l-20: #7ec1ff;
3297 --ant-primary-color-deprecated-t-20: #46a6ff;
3298 --ant-primary-color-deprecated-t-50: #8cc8ff;
3299 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3300 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3301 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3302 --ant-success-color: #52c41a;
3303 --ant-success-color-hover: #73d13d;
3304 --ant-success-color-active: #389e0d;
3305 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3306 --ant-success-color-deprecated-bg: #f6ffed;
3307 --ant-success-color-deprecated-border: #b7eb8f;
3308 --ant-error-color: #ff4d4f;
3309 --ant-error-color-hover: #ff7875;
3310 --ant-error-color-active: #d9363e;
3311 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3312 --ant-error-color-deprecated-bg: #fff2f0;
3313 --ant-error-color-deprecated-border: #ffccc7;
3314 --ant-warning-color: #faad14;
3315 --ant-warning-color-hover: #ffc53d;
3316 --ant-warning-color-active: #d48806;
3317 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3318 --ant-warning-color-deprecated-bg: #fffbe6;
3319 --ant-warning-color-deprecated-border: #ffe58f;
3320 --ant-info-color: #1890ff;
3321 --ant-info-color-deprecated-bg: #e6f7ff;
3322 --ant-info-color-deprecated-border: #91d5ff;
3323}
3324.ant-badge {
3325 box-sizing: border-box;
3326 margin: 0;
3327 padding: 0;
3328 color: rgba(0, 0, 0, 0.85);
3329 font-size: 14px;
3330 font-variant: tabular-nums;
3331 line-height: 1.5715;
3332 list-style: none;
3333 font-feature-settings: 'tnum';
3334 position: relative;
3335 display: inline-block;
3336 line-height: 1;
3337}
3338.ant-badge-count {
3339 z-index: auto;
3340 min-width: 20px;
3341 height: 20px;
3342 padding: 0 6px;
3343 color: #fff;
3344 font-weight: normal;
3345 font-size: 12px;
3346 line-height: 20px;
3347 white-space: nowrap;
3348 text-align: center;
3349 background: #ff4d4f;
3350 border-radius: 10px;
3351 box-shadow: 0 0 0 1px #fff;
3352}
3353.ant-badge-count a,
3354.ant-badge-count a:hover {
3355 color: #fff;
3356}
3357.ant-badge-count-sm {
3358 min-width: 14px;
3359 height: 14px;
3360 padding: 0;
3361 font-size: 12px;
3362 line-height: 14px;
3363 border-radius: 7px;
3364}
3365.ant-badge-multiple-words {
3366 padding: 0 8px;
3367}
3368.ant-badge-dot {
3369 z-index: auto;
3370 width: 6px;
3371 min-width: 6px;
3372 height: 6px;
3373 background: #ff4d4f;
3374 border-radius: 100%;
3375 box-shadow: 0 0 0 1px #fff;
3376}
3377.ant-badge-dot.ant-scroll-number {
3378 transition: background 1.5s;
3379}
3380.ant-badge-count,
3381.ant-badge-dot,
3382.ant-badge .ant-scroll-number-custom-component {
3383 position: absolute;
3384 top: 0;
3385 right: 0;
3386 transform: translate(50%, -50%);
3387 transform-origin: 100% 0%;
3388}
3389.ant-badge-count.anticon-spin,
3390.ant-badge-dot.anticon-spin,
3391.ant-badge .ant-scroll-number-custom-component.anticon-spin {
3392 animation: antBadgeLoadingCircle 1s infinite linear;
3393}
3394.ant-badge-status {
3395 line-height: inherit;
3396 vertical-align: baseline;
3397}
3398.ant-badge-status-dot {
3399 position: relative;
3400 top: -1px;
3401 display: inline-block;
3402 width: 6px;
3403 height: 6px;
3404 vertical-align: middle;
3405 border-radius: 50%;
3406}
3407.ant-badge-status-success {
3408 background-color: var(--ant-success-color);
3409}
3410.ant-badge-status-processing {
3411 position: relative;
3412 background-color: var(--ant-primary-color);
3413}
3414.ant-badge-status-processing::after {
3415 position: absolute;
3416 top: 0;
3417 left: 0;
3418 width: 100%;
3419 height: 100%;
3420 border: 1px solid var(--ant-primary-color);
3421 border-radius: 50%;
3422 animation: antStatusProcessing 1.2s infinite ease-in-out;
3423 content: '';
3424}
3425.ant-badge-status-default {
3426 background-color: #d9d9d9;
3427}
3428.ant-badge-status-error {
3429 background-color: var(--ant-error-color);
3430}
3431.ant-badge-status-warning {
3432 background-color: var(--ant-warning-color);
3433}
3434.ant-badge-status-pink {
3435 background: #eb2f96;
3436}
3437.ant-badge-status-magenta {
3438 background: #eb2f96;
3439}
3440.ant-badge-status-red {
3441 background: #f5222d;
3442}
3443.ant-badge-status-volcano {
3444 background: #fa541c;
3445}
3446.ant-badge-status-orange {
3447 background: #fa8c16;
3448}
3449.ant-badge-status-yellow {
3450 background: #fadb14;
3451}
3452.ant-badge-status-gold {
3453 background: #faad14;
3454}
3455.ant-badge-status-cyan {
3456 background: #13c2c2;
3457}
3458.ant-badge-status-lime {
3459 background: #a0d911;
3460}
3461.ant-badge-status-green {
3462 background: #52c41a;
3463}
3464.ant-badge-status-blue {
3465 background: #1890ff;
3466}
3467.ant-badge-status-geekblue {
3468 background: #2f54eb;
3469}
3470.ant-badge-status-purple {
3471 background: #722ed1;
3472}
3473.ant-badge-status-text {
3474 margin-left: 8px;
3475 color: rgba(0, 0, 0, 0.85);
3476 font-size: 14px;
3477}
3478.ant-badge-zoom-appear,
3479.ant-badge-zoom-enter {
3480 animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3481 animation-fill-mode: both;
3482}
3483.ant-badge-zoom-leave {
3484 animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3485 animation-fill-mode: both;
3486}
3487.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
3488.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
3489 animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3490}
3491.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
3492 animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3493}
3494.ant-badge-not-a-wrapper:not(.ant-badge-status) {
3495 vertical-align: middle;
3496}
3497.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
3498.ant-badge-not-a-wrapper .ant-badge-count {
3499 transform: none;
3500}
3501.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
3502.ant-badge-not-a-wrapper .ant-scroll-number {
3503 position: relative;
3504 top: auto;
3505 display: block;
3506 transform-origin: 50% 50%;
3507}
3508@keyframes antStatusProcessing {
3509 0% {
3510 transform: scale(0.8);
3511 opacity: 0.5;
3512 }
3513 100% {
3514 transform: scale(2.4);
3515 opacity: 0;
3516 }
3517}
3518.ant-scroll-number {
3519 overflow: hidden;
3520 direction: ltr;
3521}
3522.ant-scroll-number-only {
3523 position: relative;
3524 display: inline-block;
3525 height: 20px;
3526 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3527 /* stylelint-disable property-no-vendor-prefix */
3528 -webkit-transform-style: preserve-3d;
3529 -webkit-backface-visibility: hidden;
3530 /* stylelint-enable property-no-vendor-prefix */
3531}
3532.ant-scroll-number-only > p.ant-scroll-number-only-unit {
3533 height: 20px;
3534 margin: 0;
3535 /* stylelint-disable property-no-vendor-prefix */
3536 -webkit-transform-style: preserve-3d;
3537 -webkit-backface-visibility: hidden;
3538 /* stylelint-enable property-no-vendor-prefix */
3539}
3540.ant-scroll-number-symbol {
3541 vertical-align: top;
3542}
3543@keyframes antZoomBadgeIn {
3544 0% {
3545 transform: scale(0) translate(50%, -50%);
3546 opacity: 0;
3547 }
3548 100% {
3549 transform: scale(1) translate(50%, -50%);
3550 }
3551}
3552@keyframes antZoomBadgeOut {
3553 0% {
3554 transform: scale(1) translate(50%, -50%);
3555 }
3556 100% {
3557 transform: scale(0) translate(50%, -50%);
3558 opacity: 0;
3559 }
3560}
3561@keyframes antNoWrapperZoomBadgeIn {
3562 0% {
3563 transform: scale(0);
3564 opacity: 0;
3565 }
3566 100% {
3567 transform: scale(1);
3568 }
3569}
3570@keyframes antNoWrapperZoomBadgeOut {
3571 0% {
3572 transform: scale(1);
3573 }
3574 100% {
3575 transform: scale(0);
3576 opacity: 0;
3577 }
3578}
3579@keyframes antBadgeLoadingCircle {
3580 0% {
3581 transform-origin: 50%;
3582 }
3583 100% {
3584 transform: translate(50%, -50%) rotate(360deg);
3585 transform-origin: 50%;
3586 }
3587}
3588.ant-ribbon-wrapper {
3589 position: relative;
3590}
3591.ant-ribbon {
3592 box-sizing: border-box;
3593 margin: 0;
3594 padding: 0;
3595 color: rgba(0, 0, 0, 0.85);
3596 font-size: 14px;
3597 font-variant: tabular-nums;
3598 line-height: 1.5715;
3599 list-style: none;
3600 font-feature-settings: 'tnum';
3601 position: absolute;
3602 top: 8px;
3603 height: 22px;
3604 padding: 0 8px;
3605 color: #fff;
3606 line-height: 22px;
3607 white-space: nowrap;
3608 background-color: var(--ant-primary-color);
3609 border-radius: 2px;
3610}
3611.ant-ribbon-text {
3612 color: #fff;
3613}
3614.ant-ribbon-corner {
3615 position: absolute;
3616 top: 100%;
3617 width: 8px;
3618 height: 8px;
3619 color: currentcolor;
3620 border: 4px solid;
3621 transform: scaleY(0.75);
3622 transform-origin: top;
3623}
3624.ant-ribbon-corner::after {
3625 position: absolute;
3626 top: -4px;
3627 left: -4px;
3628 width: inherit;
3629 height: inherit;
3630 color: rgba(0, 0, 0, 0.25);
3631 border: inherit;
3632 content: '';
3633}
3634.ant-ribbon-color-pink {
3635 color: #eb2f96;
3636 background: #eb2f96;
3637}
3638.ant-ribbon-color-magenta {
3639 color: #eb2f96;
3640 background: #eb2f96;
3641}
3642.ant-ribbon-color-red {
3643 color: #f5222d;
3644 background: #f5222d;
3645}
3646.ant-ribbon-color-volcano {
3647 color: #fa541c;
3648 background: #fa541c;
3649}
3650.ant-ribbon-color-orange {
3651 color: #fa8c16;
3652 background: #fa8c16;
3653}
3654.ant-ribbon-color-yellow {
3655 color: #fadb14;
3656 background: #fadb14;
3657}
3658.ant-ribbon-color-gold {
3659 color: #faad14;
3660 background: #faad14;
3661}
3662.ant-ribbon-color-cyan {
3663 color: #13c2c2;
3664 background: #13c2c2;
3665}
3666.ant-ribbon-color-lime {
3667 color: #a0d911;
3668 background: #a0d911;
3669}
3670.ant-ribbon-color-green {
3671 color: #52c41a;
3672 background: #52c41a;
3673}
3674.ant-ribbon-color-blue {
3675 color: #1890ff;
3676 background: #1890ff;
3677}
3678.ant-ribbon-color-geekblue {
3679 color: #2f54eb;
3680 background: #2f54eb;
3681}
3682.ant-ribbon-color-purple {
3683 color: #722ed1;
3684 background: #722ed1;
3685}
3686.ant-ribbon.ant-ribbon-placement-end {
3687 right: -8px;
3688 border-bottom-right-radius: 0;
3689}
3690.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
3691 right: 0;
3692 border-color: currentcolor transparent transparent currentcolor;
3693}
3694.ant-ribbon.ant-ribbon-placement-start {
3695 left: -8px;
3696 border-bottom-left-radius: 0;
3697}
3698.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
3699 left: 0;
3700 border-color: currentcolor currentcolor transparent transparent;
3701}
3702.ant-badge-rtl {
3703 direction: rtl;
3704}
3705.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
3706.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
3707.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
3708 right: auto;
3709 left: 0;
3710 direction: ltr;
3711 transform: translate(-50%, -50%);
3712 transform-origin: 0% 0%;
3713}
3714.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
3715 right: auto;
3716 left: 0;
3717 transform: translate(-50%, -50%);
3718 transform-origin: 0% 0%;
3719}
3720.ant-badge-rtl .ant-badge-status-text {
3721 margin-right: 8px;
3722 margin-left: 0;
3723}
3724.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
3725.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
3726 animation-name: antZoomBadgeInRtl;
3727}
3728.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
3729 animation-name: antZoomBadgeOutRtl;
3730}
3731.ant-ribbon-rtl {
3732 direction: rtl;
3733}
3734.ant-ribbon-rtl.ant-ribbon-placement-end {
3735 right: unset;
3736 left: -8px;
3737 border-bottom-right-radius: 2px;
3738 border-bottom-left-radius: 0;
3739}
3740.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
3741 right: unset;
3742 left: 0;
3743 border-color: currentcolor currentcolor transparent transparent;
3744}
3745.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
3746 border-color: currentcolor currentcolor transparent transparent;
3747}
3748.ant-ribbon-rtl.ant-ribbon-placement-start {
3749 right: -8px;
3750 left: unset;
3751 border-bottom-right-radius: 0;
3752 border-bottom-left-radius: 2px;
3753}
3754.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
3755 right: 0;
3756 left: unset;
3757 border-color: currentcolor transparent transparent currentcolor;
3758}
3759.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
3760 border-color: currentcolor transparent transparent currentcolor;
3761}
3762@keyframes antZoomBadgeInRtl {
3763 0% {
3764 transform: scale(0) translate(-50%, -50%);
3765 opacity: 0;
3766 }
3767 100% {
3768 transform: scale(1) translate(-50%, -50%);
3769 }
3770}
3771@keyframes antZoomBadgeOutRtl {
3772 0% {
3773 transform: scale(1) translate(-50%, -50%);
3774 }
3775 100% {
3776 transform: scale(0) translate(-50%, -50%);
3777 opacity: 0;
3778 }
3779}
3780
3781/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3782/* stylelint-disable no-duplicate-selectors */
3783/* stylelint-disable */
3784/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3785html {
3786 --ant-primary-color: #1890ff;
3787 --ant-primary-color-hover: #40a9ff;
3788 --ant-primary-color-active: #096dd9;
3789 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3790 --ant-primary-1: #e6f7ff;
3791 --ant-primary-2: #bae7ff;
3792 --ant-primary-3: #91d5ff;
3793 --ant-primary-4: #69c0ff;
3794 --ant-primary-5: #40a9ff;
3795 --ant-primary-6: #1890ff;
3796 --ant-primary-7: #096dd9;
3797 --ant-primary-color-deprecated-pure: ;
3798 --ant-primary-color-deprecated-l-35: #cbe6ff;
3799 --ant-primary-color-deprecated-l-20: #7ec1ff;
3800 --ant-primary-color-deprecated-t-20: #46a6ff;
3801 --ant-primary-color-deprecated-t-50: #8cc8ff;
3802 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3803 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3804 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3805 --ant-success-color: #52c41a;
3806 --ant-success-color-hover: #73d13d;
3807 --ant-success-color-active: #389e0d;
3808 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3809 --ant-success-color-deprecated-bg: #f6ffed;
3810 --ant-success-color-deprecated-border: #b7eb8f;
3811 --ant-error-color: #ff4d4f;
3812 --ant-error-color-hover: #ff7875;
3813 --ant-error-color-active: #d9363e;
3814 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3815 --ant-error-color-deprecated-bg: #fff2f0;
3816 --ant-error-color-deprecated-border: #ffccc7;
3817 --ant-warning-color: #faad14;
3818 --ant-warning-color-hover: #ffc53d;
3819 --ant-warning-color-active: #d48806;
3820 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3821 --ant-warning-color-deprecated-bg: #fffbe6;
3822 --ant-warning-color-deprecated-border: #ffe58f;
3823 --ant-info-color: #1890ff;
3824 --ant-info-color-deprecated-bg: #e6f7ff;
3825 --ant-info-color-deprecated-border: #91d5ff;
3826}
3827.ant-breadcrumb {
3828 box-sizing: border-box;
3829 margin: 0;
3830 padding: 0;
3831 color: rgba(0, 0, 0, 0.85);
3832 font-variant: tabular-nums;
3833 line-height: 1.5715;
3834 list-style: none;
3835 font-feature-settings: 'tnum';
3836 color: rgba(0, 0, 0, 0.45);
3837 font-size: 14px;
3838}
3839.ant-breadcrumb .anticon {
3840 font-size: 14px;
3841}
3842.ant-breadcrumb ol {
3843 display: flex;
3844 flex-wrap: wrap;
3845 margin: 0;
3846 padding: 0;
3847 list-style: none;
3848}
3849.ant-breadcrumb a {
3850 color: rgba(0, 0, 0, 0.45);
3851 transition: color 0.3s;
3852}
3853.ant-breadcrumb a:hover {
3854 color: rgba(0, 0, 0, 0.85);
3855}
3856.ant-breadcrumb li:last-child {
3857 color: rgba(0, 0, 0, 0.85);
3858}
3859.ant-breadcrumb li:last-child a {
3860 color: rgba(0, 0, 0, 0.85);
3861}
3862li:last-child > .ant-breadcrumb-separator {
3863 display: none;
3864}
3865.ant-breadcrumb-separator {
3866 margin: 0 8px;
3867 color: rgba(0, 0, 0, 0.45);
3868}
3869.ant-breadcrumb-link > .anticon + span,
3870.ant-breadcrumb-link > .anticon + a {
3871 margin-left: 4px;
3872}
3873.ant-breadcrumb-overlay-link > .anticon {
3874 margin-left: 4px;
3875}
3876.ant-breadcrumb-rtl {
3877 direction: rtl;
3878}
3879.ant-breadcrumb-rtl::before {
3880 display: table;
3881 content: '';
3882}
3883.ant-breadcrumb-rtl::after {
3884 display: table;
3885 clear: both;
3886 content: '';
3887}
3888.ant-breadcrumb-rtl > span {
3889 float: right;
3890}
3891.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
3892.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
3893 margin-right: 4px;
3894 margin-left: 0;
3895}
3896.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
3897 margin-right: 4px;
3898 margin-left: 0;
3899}
3900
3901/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3902/* stylelint-disable no-duplicate-selectors */
3903/* stylelint-disable */
3904/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3905html {
3906 --ant-primary-color: #1890ff;
3907 --ant-primary-color-hover: #40a9ff;
3908 --ant-primary-color-active: #096dd9;
3909 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3910 --ant-primary-1: #e6f7ff;
3911 --ant-primary-2: #bae7ff;
3912 --ant-primary-3: #91d5ff;
3913 --ant-primary-4: #69c0ff;
3914 --ant-primary-5: #40a9ff;
3915 --ant-primary-6: #1890ff;
3916 --ant-primary-7: #096dd9;
3917 --ant-primary-color-deprecated-pure: ;
3918 --ant-primary-color-deprecated-l-35: #cbe6ff;
3919 --ant-primary-color-deprecated-l-20: #7ec1ff;
3920 --ant-primary-color-deprecated-t-20: #46a6ff;
3921 --ant-primary-color-deprecated-t-50: #8cc8ff;
3922 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3923 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3924 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3925 --ant-success-color: #52c41a;
3926 --ant-success-color-hover: #73d13d;
3927 --ant-success-color-active: #389e0d;
3928 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3929 --ant-success-color-deprecated-bg: #f6ffed;
3930 --ant-success-color-deprecated-border: #b7eb8f;
3931 --ant-error-color: #ff4d4f;
3932 --ant-error-color-hover: #ff7875;
3933 --ant-error-color-active: #d9363e;
3934 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3935 --ant-error-color-deprecated-bg: #fff2f0;
3936 --ant-error-color-deprecated-border: #ffccc7;
3937 --ant-warning-color: #faad14;
3938 --ant-warning-color-hover: #ffc53d;
3939 --ant-warning-color-active: #d48806;
3940 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3941 --ant-warning-color-deprecated-bg: #fffbe6;
3942 --ant-warning-color-deprecated-border: #ffe58f;
3943 --ant-info-color: #1890ff;
3944 --ant-info-color-deprecated-bg: #e6f7ff;
3945 --ant-info-color-deprecated-border: #91d5ff;
3946}
3947.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
3948 color: var(--ant-error-color);
3949}
3950.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
3951 color: #fff;
3952 background-color: var(--ant-error-color);
3953}
3954.ant-dropdown {
3955 box-sizing: border-box;
3956 margin: 0;
3957 padding: 0;
3958 color: rgba(0, 0, 0, 0.85);
3959 font-size: 14px;
3960 font-variant: tabular-nums;
3961 line-height: 1.5715;
3962 list-style: none;
3963 font-feature-settings: 'tnum';
3964 position: absolute;
3965 top: -9999px;
3966 left: -9999px;
3967 z-index: 1050;
3968 display: block;
3969}
3970.ant-dropdown::before {
3971 position: absolute;
3972 top: -4px;
3973 right: 0;
3974 bottom: -4px;
3975 left: -7px;
3976 z-index: -9999;
3977 opacity: 0.0001;
3978 content: ' ';
3979}
3980.ant-dropdown-wrap {
3981 position: relative;
3982}
3983.ant-dropdown-wrap .ant-btn > .anticon-down {
3984 font-size: 10px;
3985}
3986.ant-dropdown-wrap .anticon-down::before {
3987 transition: transform 0.2s;
3988}
3989.ant-dropdown-wrap-open .anticon-down::before {
3990 transform: rotate(180deg);
3991}
3992.ant-dropdown-hidden,
3993.ant-dropdown-menu-hidden,
3994.ant-dropdown-menu-submenu-hidden {
3995 display: none;
3996}
3997.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
3998.ant-dropdown-show-arrow.ant-dropdown-placement-top,
3999.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
4000 padding-bottom: 15.3137085px;
4001}
4002.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
4003.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
4004.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
4005 padding-top: 15.3137085px;
4006}
4007.ant-dropdown-arrow {
4008 position: absolute;
4009 z-index: 1;
4010 display: block;
4011 width: 11.3137085px;
4012 height: 11.3137085px;
4013 border-radius: 0 0 2px;
4014 pointer-events: none;
4015}
4016.ant-dropdown-arrow::before {
4017 position: absolute;
4018 top: -11.3137085px;
4019 left: -11.3137085px;
4020 width: 33.9411255px;
4021 height: 33.9411255px;
4022 background: #fff;
4023 background-repeat: no-repeat;
4024 background-position: -10px -10px;
4025 content: '';
4026 -webkit-clip-path: inset(33% 33%);
4027 clip-path: inset(33% 33%);
4028 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
4029 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
4030}
4031.ant-dropdown-placement-top > .ant-dropdown-arrow,
4032.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
4033.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
4034 bottom: 10px;
4035 box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
4036 transform: rotate(45deg);
4037}
4038.ant-dropdown-placement-top > .ant-dropdown-arrow {
4039 left: 50%;
4040 transform: translateX(-50%) rotate(45deg);
4041}
4042.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
4043 left: 16px;
4044}
4045.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
4046 right: 16px;
4047}
4048.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
4049.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
4050.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
4051 top: 9.41421356px;
4052 box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
4053 transform: rotate(-135deg) translateY(-0.5px);
4054}
4055.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
4056 left: 50%;
4057 transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
4058}
4059.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
4060 left: 16px;
4061}
4062.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
4063 right: 16px;
4064}
4065.ant-dropdown-menu {
4066 position: relative;
4067 margin: 0;
4068 padding: 4px 0;
4069 text-align: left;
4070 list-style-type: none;
4071 background-color: #fff;
4072 background-clip: padding-box;
4073 border-radius: 2px;
4074 outline: none;
4075 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
4076}
4077.ant-dropdown-menu-item-group-title {
4078 padding: 5px 12px;
4079 color: rgba(0, 0, 0, 0.45);
4080 transition: all 0.3s;
4081}
4082.ant-dropdown-menu-submenu-popup {
4083 position: absolute;
4084 z-index: 1050;
4085 background: transparent;
4086 box-shadow: none;
4087 transform-origin: 0 0;
4088}
4089.ant-dropdown-menu-submenu-popup ul,
4090.ant-dropdown-menu-submenu-popup li {
4091 list-style: none;
4092}
4093.ant-dropdown-menu-submenu-popup ul {
4094 margin-right: 0.3em;
4095 margin-left: 0.3em;
4096}
4097.ant-dropdown-menu-item {
4098 position: relative;
4099 display: flex;
4100 align-items: center;
4101}
4102.ant-dropdown-menu-item-icon {
4103 min-width: 12px;
4104 margin-right: 8px;
4105 font-size: 12px;
4106}
4107.ant-dropdown-menu-title-content {
4108 flex: auto;
4109}
4110.ant-dropdown-menu-title-content > a {
4111 color: inherit;
4112 transition: all 0.3s;
4113}
4114.ant-dropdown-menu-title-content > a:hover {
4115 color: inherit;
4116}
4117.ant-dropdown-menu-title-content > a::after {
4118 position: absolute;
4119 top: 0;
4120 right: 0;
4121 bottom: 0;
4122 left: 0;
4123 content: '';
4124}
4125.ant-dropdown-menu-item,
4126.ant-dropdown-menu-submenu-title {
4127 clear: both;
4128 margin: 0;
4129 padding: 5px 12px;
4130 color: rgba(0, 0, 0, 0.85);
4131 font-weight: normal;
4132 font-size: 14px;
4133 line-height: 22px;
4134 cursor: pointer;
4135 transition: all 0.3s;
4136}
4137.ant-dropdown-menu-item-selected,
4138.ant-dropdown-menu-submenu-title-selected {
4139 color: var(--ant-primary-color);
4140 background-color: var(--ant-primary-1);
4141}
4142.ant-dropdown-menu-item:hover,
4143.ant-dropdown-menu-submenu-title:hover,
4144.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
4145.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
4146.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
4147.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
4148 background-color: #f5f5f5;
4149}
4150.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
4151.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
4152.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
4153.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
4154 color: rgba(0, 0, 0, 0.25);
4155 cursor: not-allowed;
4156}
4157.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
4158.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
4159.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
4160.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
4161 color: rgba(0, 0, 0, 0.25);
4162 background-color: #fff;
4163 cursor: not-allowed;
4164}
4165.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,
4166.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,
4167.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,
4168.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
4169 pointer-events: none;
4170}
4171.ant-dropdown-menu-item-divider,
4172.ant-dropdown-menu-submenu-title-divider {
4173 height: 1px;
4174 margin: 4px 0;
4175 overflow: hidden;
4176 line-height: 0;
4177 background-color: rgba(0, 0, 0, 0.06);
4178}
4179.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
4180.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
4181 position: absolute;
4182 right: 8px;
4183}
4184.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
4185.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
4186 margin-right: 0 !important;
4187 color: rgba(0, 0, 0, 0.45);
4188 font-size: 10px;
4189 font-style: normal;
4190}
4191.ant-dropdown-menu-item-group-list {
4192 margin: 0 8px;
4193 padding: 0;
4194 list-style: none;
4195}
4196.ant-dropdown-menu-submenu-title {
4197 padding-right: 24px;
4198}
4199.ant-dropdown-menu-submenu-vertical {
4200 position: relative;
4201}
4202.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
4203 position: absolute;
4204 top: 0;
4205 left: 100%;
4206 min-width: 100%;
4207 margin-left: 4px;
4208 transform-origin: 0 0;
4209}
4210.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
4211.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
4212 color: rgba(0, 0, 0, 0.25);
4213 background-color: #fff;
4214 cursor: not-allowed;
4215}
4216.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
4217 color: var(--ant-primary-color);
4218}
4219.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
4220.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
4221.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
4222.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
4223.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
4224.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
4225 animation-name: antSlideUpIn;
4226}
4227.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
4228.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
4229.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
4230.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
4231.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
4232.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
4233 animation-name: antSlideDownIn;
4234}
4235.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
4236.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
4237.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
4238 animation-name: antSlideUpOut;
4239}
4240.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
4241.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
4242.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
4243 animation-name: antSlideDownOut;
4244}
4245.ant-dropdown-trigger > .anticon.anticon-down,
4246.ant-dropdown-link > .anticon.anticon-down,
4247.ant-dropdown-button > .anticon.anticon-down {
4248 font-size: 10px;
4249 vertical-align: baseline;
4250}
4251.ant-dropdown-button {
4252 white-space: nowrap;
4253}
4254.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
4255.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
4256 cursor: default;
4257 pointer-events: none;
4258}
4259.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
4260 display: block;
4261}
4262.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
4263 padding-right: 8px;
4264 padding-left: 8px;
4265}
4266.ant-dropdown-menu-dark,
4267.ant-dropdown-menu-dark .ant-dropdown-menu {
4268 background: #001529;
4269}
4270.ant-dropdown-menu-dark .ant-dropdown-menu-item,
4271.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
4272.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
4273.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
4274 color: rgba(255, 255, 255, 0.65);
4275}
4276.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
4277.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
4278.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
4279.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
4280 color: rgba(255, 255, 255, 0.65);
4281}
4282.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
4283.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
4284.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
4285.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
4286 color: #fff;
4287 background: transparent;
4288}
4289.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
4290.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
4291.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
4292 color: #fff;
4293 background: var(--ant-primary-color);
4294}
4295.ant-dropdown-rtl {
4296 direction: rtl;
4297}
4298.ant-dropdown-rtl.ant-dropdown::before {
4299 right: -7px;
4300 left: 0;
4301}
4302.ant-dropdown-menu.ant-dropdown-menu-rtl {
4303 direction: rtl;
4304 text-align: right;
4305}
4306.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
4307.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
4308 direction: rtl;
4309 text-align: right;
4310}
4311.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
4312 transform-origin: 100% 0;
4313}
4314.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
4315.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
4316 text-align: right;
4317}
4318.ant-dropdown-rtl .ant-dropdown-menu-item,
4319.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
4320 text-align: right;
4321}
4322.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
4323.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
4324.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
4325.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
4326 margin-right: 0;
4327 margin-left: 8px;
4328}
4329.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
4330.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
4331 right: auto;
4332 left: 8px;
4333}
4334.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
4335.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
4336 margin-left: 0 !important;
4337 transform: scaleX(-1);
4338}
4339.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
4340 padding-right: 12px;
4341 padding-left: 24px;
4342}
4343.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
4344 right: 100%;
4345 left: 0;
4346 margin-right: 4px;
4347 margin-left: 0;
4348}
4349
4350/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
4351/* stylelint-disable no-duplicate-selectors */
4352/* stylelint-disable */
4353/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
4354html {
4355 --ant-primary-color: #1890ff;
4356 --ant-primary-color-hover: #40a9ff;
4357 --ant-primary-color-active: #096dd9;
4358 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
4359 --ant-primary-1: #e6f7ff;
4360 --ant-primary-2: #bae7ff;
4361 --ant-primary-3: #91d5ff;
4362 --ant-primary-4: #69c0ff;
4363 --ant-primary-5: #40a9ff;
4364 --ant-primary-6: #1890ff;
4365 --ant-primary-7: #096dd9;
4366 --ant-primary-color-deprecated-pure: ;
4367 --ant-primary-color-deprecated-l-35: #cbe6ff;
4368 --ant-primary-color-deprecated-l-20: #7ec1ff;
4369 --ant-primary-color-deprecated-t-20: #46a6ff;
4370 --ant-primary-color-deprecated-t-50: #8cc8ff;
4371 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
4372 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
4373 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
4374 --ant-success-color: #52c41a;
4375 --ant-success-color-hover: #73d13d;
4376 --ant-success-color-active: #389e0d;
4377 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
4378 --ant-success-color-deprecated-bg: #f6ffed;
4379 --ant-success-color-deprecated-border: #b7eb8f;
4380 --ant-error-color: #ff4d4f;
4381 --ant-error-color-hover: #ff7875;
4382 --ant-error-color-active: #d9363e;
4383 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
4384 --ant-error-color-deprecated-bg: #fff2f0;
4385 --ant-error-color-deprecated-border: #ffccc7;
4386 --ant-warning-color: #faad14;
4387 --ant-warning-color-hover: #ffc53d;
4388 --ant-warning-color-active: #d48806;
4389 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
4390 --ant-warning-color-deprecated-bg: #fffbe6;
4391 --ant-warning-color-deprecated-border: #ffe58f;
4392 --ant-info-color: #1890ff;
4393 --ant-info-color-deprecated-bg: #e6f7ff;
4394 --ant-info-color-deprecated-border: #91d5ff;
4395}
4396.ant-btn {
4397 line-height: 1.5715;
4398 position: relative;
4399 display: inline-block;
4400 font-weight: 400;
4401 white-space: nowrap;
4402 text-align: center;
4403 background-image: none;
4404 border: 1px solid transparent;
4405 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
4406 cursor: pointer;
4407 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
4408 -webkit-user-select: none;
4409 -moz-user-select: none;
4410 -ms-user-select: none;
4411 user-select: none;
4412 touch-action: manipulation;
4413 height: 32px;
4414 padding: 4px 15px;
4415 font-size: 14px;
4416 border-radius: 2px;
4417 color: rgba(0, 0, 0, 0.85);
4418 border-color: #d9d9d9;
4419 background: #fff;
4420}
4421.ant-btn > .anticon {
4422 line-height: 1;
4423}
4424.ant-btn,
4425.ant-btn:active,
4426.ant-btn:focus {
4427 outline: 0;
4428}
4429.ant-btn:not([disabled]):hover {
4430 text-decoration: none;
4431}
4432.ant-btn:not([disabled]):active {
4433 outline: 0;
4434 box-shadow: none;
4435}
4436.ant-btn[disabled] {
4437 cursor: not-allowed;
4438}
4439.ant-btn[disabled] > * {
4440 pointer-events: none;
4441}
4442.ant-btn-lg {
4443 height: 40px;
4444 padding: 6.4px 15px;
4445 font-size: 16px;
4446 border-radius: 2px;
4447}
4448.ant-btn-sm {
4449 height: 24px;
4450 padding: 0px 7px;
4451 font-size: 14px;
4452 border-radius: 2px;
4453}
4454.ant-btn > a:only-child {
4455 color: currentcolor;
4456}
4457.ant-btn > a:only-child::after {
4458 position: absolute;
4459 top: 0;
4460 right: 0;
4461 bottom: 0;
4462 left: 0;
4463 background: transparent;
4464 content: '';
4465}
4466.ant-btn:hover,
4467.ant-btn:focus {
4468 color: var(--ant-primary-color-hover);
4469 border-color: var(--ant-primary-color-hover);
4470 background: #fff;
4471}
4472.ant-btn:hover > a:only-child,
4473.ant-btn:focus > a:only-child {
4474 color: currentcolor;
4475}
4476.ant-btn:hover > a:only-child::after,
4477.ant-btn:focus > a:only-child::after {
4478 position: absolute;
4479 top: 0;
4480 right: 0;
4481 bottom: 0;
4482 left: 0;
4483 background: transparent;
4484 content: '';
4485}
4486.ant-btn:active {
4487 color: var(--ant-primary-color-active);
4488 border-color: var(--ant-primary-color-active);
4489 background: #fff;
4490}
4491.ant-btn:active > a:only-child {
4492 color: currentcolor;
4493}
4494.ant-btn:active > a:only-child::after {
4495 position: absolute;
4496 top: 0;
4497 right: 0;
4498 bottom: 0;
4499 left: 0;
4500 background: transparent;
4501 content: '';
4502}
4503.ant-btn[disabled],
4504.ant-btn[disabled]:hover,
4505.ant-btn[disabled]:focus,
4506.ant-btn[disabled]:active {
4507 color: rgba(0, 0, 0, 0.25);
4508 border-color: #d9d9d9;
4509 background: #f5f5f5;
4510 text-shadow: none;
4511 box-shadow: none;
4512}
4513.ant-btn[disabled] > a:only-child,
4514.ant-btn[disabled]:hover > a:only-child,
4515.ant-btn[disabled]:focus > a:only-child,
4516.ant-btn[disabled]:active > a:only-child {
4517 color: currentcolor;
4518}
4519.ant-btn[disabled] > a:only-child::after,
4520.ant-btn[disabled]:hover > a:only-child::after,
4521.ant-btn[disabled]:focus > a:only-child::after,
4522.ant-btn[disabled]:active > a:only-child::after {
4523 position: absolute;
4524 top: 0;
4525 right: 0;
4526 bottom: 0;
4527 left: 0;
4528 background: transparent;
4529 content: '';
4530}
4531.ant-btn:hover,
4532.ant-btn:focus,
4533.ant-btn:active {
4534 text-decoration: none;
4535 background: #fff;
4536}
4537.ant-btn > span {
4538 display: inline-block;
4539}
4540.ant-btn-primary {
4541 color: #fff;
4542 border-color: var(--ant-primary-color);
4543 background: var(--ant-primary-color);
4544 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
4545 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
4546}
4547.ant-btn-primary > a:only-child {
4548 color: currentcolor;
4549}
4550.ant-btn-primary > a:only-child::after {
4551 position: absolute;
4552 top: 0;
4553 right: 0;
4554 bottom: 0;
4555 left: 0;
4556 background: transparent;
4557 content: '';
4558}
4559.ant-btn-primary:hover,
4560.ant-btn-primary:focus {
4561 color: #fff;
4562 border-color: var(--ant-primary-color-hover);
4563 background: var(--ant-primary-color-hover);
4564}
4565.ant-btn-primary:hover > a:only-child,
4566.ant-btn-primary:focus > a:only-child {
4567 color: currentcolor;
4568}
4569.ant-btn-primary:hover > a:only-child::after,
4570.ant-btn-primary:focus > a:only-child::after {
4571 position: absolute;
4572 top: 0;
4573 right: 0;
4574 bottom: 0;
4575 left: 0;
4576 background: transparent;
4577 content: '';
4578}
4579.ant-btn-primary:active {
4580 color: #fff;
4581 border-color: var(--ant-primary-color-active);
4582 background: var(--ant-primary-color-active);
4583}
4584.ant-btn-primary:active > a:only-child {
4585 color: currentcolor;
4586}
4587.ant-btn-primary:active > a:only-child::after {
4588 position: absolute;
4589 top: 0;
4590 right: 0;
4591 bottom: 0;
4592 left: 0;
4593 background: transparent;
4594 content: '';
4595}
4596.ant-btn-primary[disabled],
4597.ant-btn-primary[disabled]:hover,
4598.ant-btn-primary[disabled]:focus,
4599.ant-btn-primary[disabled]:active {
4600 color: rgba(0, 0, 0, 0.25);
4601 border-color: #d9d9d9;
4602 background: #f5f5f5;
4603 text-shadow: none;
4604 box-shadow: none;
4605}
4606.ant-btn-primary[disabled] > a:only-child,
4607.ant-btn-primary[disabled]:hover > a:only-child,
4608.ant-btn-primary[disabled]:focus > a:only-child,
4609.ant-btn-primary[disabled]:active > a:only-child {
4610 color: currentcolor;
4611}
4612.ant-btn-primary[disabled] > a:only-child::after,
4613.ant-btn-primary[disabled]:hover > a:only-child::after,
4614.ant-btn-primary[disabled]:focus > a:only-child::after,
4615.ant-btn-primary[disabled]:active > a:only-child::after {
4616 position: absolute;
4617 top: 0;
4618 right: 0;
4619 bottom: 0;
4620 left: 0;
4621 background: transparent;
4622 content: '';
4623}
4624.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
4625 border-right-color: var(--ant-primary-5);
4626 border-left-color: var(--ant-primary-5);
4627}
4628.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
4629 border-color: #d9d9d9;
4630}
4631.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
4632 border-right-color: var(--ant-primary-5);
4633}
4634.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
4635 border-right-color: #d9d9d9;
4636}
4637.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
4638.ant-btn-group .ant-btn-primary + .ant-btn-primary {
4639 border-left-color: var(--ant-primary-5);
4640}
4641.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
4642.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
4643 border-left-color: #d9d9d9;
4644}
4645.ant-btn-ghost {
4646 color: rgba(0, 0, 0, 0.85);
4647 border-color: #d9d9d9;
4648 background: transparent;
4649}
4650.ant-btn-ghost > a:only-child {
4651 color: currentcolor;
4652}
4653.ant-btn-ghost > a:only-child::after {
4654 position: absolute;
4655 top: 0;
4656 right: 0;
4657 bottom: 0;
4658 left: 0;
4659 background: transparent;
4660 content: '';
4661}
4662.ant-btn-ghost:hover,
4663.ant-btn-ghost:focus {
4664 color: var(--ant-primary-color-hover);
4665 border-color: var(--ant-primary-color-hover);
4666 background: transparent;
4667}
4668.ant-btn-ghost:hover > a:only-child,
4669.ant-btn-ghost:focus > a:only-child {
4670 color: currentcolor;
4671}
4672.ant-btn-ghost:hover > a:only-child::after,
4673.ant-btn-ghost:focus > a:only-child::after {
4674 position: absolute;
4675 top: 0;
4676 right: 0;
4677 bottom: 0;
4678 left: 0;
4679 background: transparent;
4680 content: '';
4681}
4682.ant-btn-ghost:active {
4683 color: var(--ant-primary-color-active);
4684 border-color: var(--ant-primary-color-active);
4685 background: transparent;
4686}
4687.ant-btn-ghost:active > a:only-child {
4688 color: currentcolor;
4689}
4690.ant-btn-ghost:active > a:only-child::after {
4691 position: absolute;
4692 top: 0;
4693 right: 0;
4694 bottom: 0;
4695 left: 0;
4696 background: transparent;
4697 content: '';
4698}
4699.ant-btn-ghost[disabled],
4700.ant-btn-ghost[disabled]:hover,
4701.ant-btn-ghost[disabled]:focus,
4702.ant-btn-ghost[disabled]:active {
4703 color: rgba(0, 0, 0, 0.25);
4704 border-color: #d9d9d9;
4705 background: #f5f5f5;
4706 text-shadow: none;
4707 box-shadow: none;
4708}
4709.ant-btn-ghost[disabled] > a:only-child,
4710.ant-btn-ghost[disabled]:hover > a:only-child,
4711.ant-btn-ghost[disabled]:focus > a:only-child,
4712.ant-btn-ghost[disabled]:active > a:only-child {
4713 color: currentcolor;
4714}
4715.ant-btn-ghost[disabled] > a:only-child::after,
4716.ant-btn-ghost[disabled]:hover > a:only-child::after,
4717.ant-btn-ghost[disabled]:focus > a:only-child::after,
4718.ant-btn-ghost[disabled]:active > a:only-child::after {
4719 position: absolute;
4720 top: 0;
4721 right: 0;
4722 bottom: 0;
4723 left: 0;
4724 background: transparent;
4725 content: '';
4726}
4727.ant-btn-dashed {
4728 color: rgba(0, 0, 0, 0.85);
4729 border-color: #d9d9d9;
4730 background: #fff;
4731 border-style: dashed;
4732}
4733.ant-btn-dashed > a:only-child {
4734 color: currentcolor;
4735}
4736.ant-btn-dashed > a:only-child::after {
4737 position: absolute;
4738 top: 0;
4739 right: 0;
4740 bottom: 0;
4741 left: 0;
4742 background: transparent;
4743 content: '';
4744}
4745.ant-btn-dashed:hover,
4746.ant-btn-dashed:focus {
4747 color: var(--ant-primary-color-hover);
4748 border-color: var(--ant-primary-color-hover);
4749 background: #fff;
4750}
4751.ant-btn-dashed:hover > a:only-child,
4752.ant-btn-dashed:focus > a:only-child {
4753 color: currentcolor;
4754}
4755.ant-btn-dashed:hover > a:only-child::after,
4756.ant-btn-dashed:focus > a:only-child::after {
4757 position: absolute;
4758 top: 0;
4759 right: 0;
4760 bottom: 0;
4761 left: 0;
4762 background: transparent;
4763 content: '';
4764}
4765.ant-btn-dashed:active {
4766 color: var(--ant-primary-color-active);
4767 border-color: var(--ant-primary-color-active);
4768 background: #fff;
4769}
4770.ant-btn-dashed:active > a:only-child {
4771 color: currentcolor;
4772}
4773.ant-btn-dashed:active > a:only-child::after {
4774 position: absolute;
4775 top: 0;
4776 right: 0;
4777 bottom: 0;
4778 left: 0;
4779 background: transparent;
4780 content: '';
4781}
4782.ant-btn-dashed[disabled],
4783.ant-btn-dashed[disabled]:hover,
4784.ant-btn-dashed[disabled]:focus,
4785.ant-btn-dashed[disabled]:active {
4786 color: rgba(0, 0, 0, 0.25);
4787 border-color: #d9d9d9;
4788 background: #f5f5f5;
4789 text-shadow: none;
4790 box-shadow: none;
4791}
4792.ant-btn-dashed[disabled] > a:only-child,
4793.ant-btn-dashed[disabled]:hover > a:only-child,
4794.ant-btn-dashed[disabled]:focus > a:only-child,
4795.ant-btn-dashed[disabled]:active > a:only-child {
4796 color: currentcolor;
4797}
4798.ant-btn-dashed[disabled] > a:only-child::after,
4799.ant-btn-dashed[disabled]:hover > a:only-child::after,
4800.ant-btn-dashed[disabled]:focus > a:only-child::after,
4801.ant-btn-dashed[disabled]:active > a:only-child::after {
4802 position: absolute;
4803 top: 0;
4804 right: 0;
4805 bottom: 0;
4806 left: 0;
4807 background: transparent;
4808 content: '';
4809}
4810.ant-btn-danger {
4811 color: #fff;
4812 border-color: var(--ant-error-color);
4813 background: var(--ant-error-color);
4814 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
4815 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
4816}
4817.ant-btn-danger > a:only-child {
4818 color: currentcolor;
4819}
4820.ant-btn-danger > a:only-child::after {
4821 position: absolute;
4822 top: 0;
4823 right: 0;
4824 bottom: 0;
4825 left: 0;
4826 background: transparent;
4827 content: '';
4828}
4829.ant-btn-danger:hover,
4830.ant-btn-danger:focus {
4831 color: #fff;
4832 border-color: var(--ant-error-color-hover);
4833 background: var(--ant-error-color-hover);
4834}
4835.ant-btn-danger:hover > a:only-child,
4836.ant-btn-danger:focus > a:only-child {
4837 color: currentcolor;
4838}
4839.ant-btn-danger:hover > a:only-child::after,
4840.ant-btn-danger:focus > a:only-child::after {
4841 position: absolute;
4842 top: 0;
4843 right: 0;
4844 bottom: 0;
4845 left: 0;
4846 background: transparent;
4847 content: '';
4848}
4849.ant-btn-danger:active {
4850 color: #fff;
4851 border-color: var(--ant-error-color-active);
4852 background: var(--ant-error-color-active);
4853}
4854.ant-btn-danger:active > a:only-child {
4855 color: currentcolor;
4856}
4857.ant-btn-danger:active > a:only-child::after {
4858 position: absolute;
4859 top: 0;
4860 right: 0;
4861 bottom: 0;
4862 left: 0;
4863 background: transparent;
4864 content: '';
4865}
4866.ant-btn-danger[disabled],
4867.ant-btn-danger[disabled]:hover,
4868.ant-btn-danger[disabled]:focus,
4869.ant-btn-danger[disabled]:active {
4870 color: rgba(0, 0, 0, 0.25);
4871 border-color: #d9d9d9;
4872 background: #f5f5f5;
4873 text-shadow: none;
4874 box-shadow: none;
4875}
4876.ant-btn-danger[disabled] > a:only-child,
4877.ant-btn-danger[disabled]:hover > a:only-child,
4878.ant-btn-danger[disabled]:focus > a:only-child,
4879.ant-btn-danger[disabled]:active > a:only-child {
4880 color: currentcolor;
4881}
4882.ant-btn-danger[disabled] > a:only-child::after,
4883.ant-btn-danger[disabled]:hover > a:only-child::after,
4884.ant-btn-danger[disabled]:focus > a:only-child::after,
4885.ant-btn-danger[disabled]:active > a:only-child::after {
4886 position: absolute;
4887 top: 0;
4888 right: 0;
4889 bottom: 0;
4890 left: 0;
4891 background: transparent;
4892 content: '';
4893}
4894.ant-btn-link {
4895 color: var(--ant-primary-color);
4896 border-color: transparent;
4897 background: transparent;
4898 box-shadow: none;
4899}
4900.ant-btn-link > a:only-child {
4901 color: currentcolor;
4902}
4903.ant-btn-link > a:only-child::after {
4904 position: absolute;
4905 top: 0;
4906 right: 0;
4907 bottom: 0;
4908 left: 0;
4909 background: transparent;
4910 content: '';
4911}
4912.ant-btn-link:hover,
4913.ant-btn-link:focus {
4914 color: var(--ant-primary-color-hover);
4915 border-color: var(--ant-primary-color-hover);
4916 background: transparent;
4917}
4918.ant-btn-link:hover > a:only-child,
4919.ant-btn-link:focus > a:only-child {
4920 color: currentcolor;
4921}
4922.ant-btn-link:hover > a:only-child::after,
4923.ant-btn-link:focus > a:only-child::after {
4924 position: absolute;
4925 top: 0;
4926 right: 0;
4927 bottom: 0;
4928 left: 0;
4929 background: transparent;
4930 content: '';
4931}
4932.ant-btn-link:active {
4933 color: var(--ant-primary-color-active);
4934 border-color: var(--ant-primary-color-active);
4935 background: transparent;
4936}
4937.ant-btn-link:active > a:only-child {
4938 color: currentcolor;
4939}
4940.ant-btn-link:active > a:only-child::after {
4941 position: absolute;
4942 top: 0;
4943 right: 0;
4944 bottom: 0;
4945 left: 0;
4946 background: transparent;
4947 content: '';
4948}
4949.ant-btn-link[disabled],
4950.ant-btn-link[disabled]:hover,
4951.ant-btn-link[disabled]:focus,
4952.ant-btn-link[disabled]:active {
4953 color: rgba(0, 0, 0, 0.25);
4954 border-color: #d9d9d9;
4955 background: #f5f5f5;
4956 text-shadow: none;
4957 box-shadow: none;
4958}
4959.ant-btn-link[disabled] > a:only-child,
4960.ant-btn-link[disabled]:hover > a:only-child,
4961.ant-btn-link[disabled]:focus > a:only-child,
4962.ant-btn-link[disabled]:active > a:only-child {
4963 color: currentcolor;
4964}
4965.ant-btn-link[disabled] > a:only-child::after,
4966.ant-btn-link[disabled]:hover > a:only-child::after,
4967.ant-btn-link[disabled]:focus > a:only-child::after,
4968.ant-btn-link[disabled]:active > a:only-child::after {
4969 position: absolute;
4970 top: 0;
4971 right: 0;
4972 bottom: 0;
4973 left: 0;
4974 background: transparent;
4975 content: '';
4976}
4977.ant-btn-link:hover {
4978 background: transparent;
4979}
4980.ant-btn-link:hover,
4981.ant-btn-link:focus,
4982.ant-btn-link:active {
4983 border-color: transparent;
4984}
4985.ant-btn-link[disabled],
4986.ant-btn-link[disabled]:hover,
4987.ant-btn-link[disabled]:focus,
4988.ant-btn-link[disabled]:active {
4989 color: rgba(0, 0, 0, 0.25);
4990 border-color: transparent;
4991 background: transparent;
4992 text-shadow: none;
4993 box-shadow: none;
4994}
4995.ant-btn-link[disabled] > a:only-child,
4996.ant-btn-link[disabled]:hover > a:only-child,
4997.ant-btn-link[disabled]:focus > a:only-child,
4998.ant-btn-link[disabled]:active > a:only-child {
4999 color: currentcolor;
5000}
5001.ant-btn-link[disabled] > a:only-child::after,
5002.ant-btn-link[disabled]:hover > a:only-child::after,
5003.ant-btn-link[disabled]:focus > a:only-child::after,
5004.ant-btn-link[disabled]:active > a:only-child::after {
5005 position: absolute;
5006 top: 0;
5007 right: 0;
5008 bottom: 0;
5009 left: 0;
5010 background: transparent;
5011 content: '';
5012}
5013.ant-btn-text {
5014 color: rgba(0, 0, 0, 0.85);
5015 border-color: transparent;
5016 background: transparent;
5017 box-shadow: none;
5018}
5019.ant-btn-text > a:only-child {
5020 color: currentcolor;
5021}
5022.ant-btn-text > a:only-child::after {
5023 position: absolute;
5024 top: 0;
5025 right: 0;
5026 bottom: 0;
5027 left: 0;
5028 background: transparent;
5029 content: '';
5030}
5031.ant-btn-text:hover,
5032.ant-btn-text:focus {
5033 color: var(--ant-primary-color-hover);
5034 border-color: var(--ant-primary-color-hover);
5035 background: transparent;
5036}
5037.ant-btn-text:hover > a:only-child,
5038.ant-btn-text:focus > a:only-child {
5039 color: currentcolor;
5040}
5041.ant-btn-text:hover > a:only-child::after,
5042.ant-btn-text:focus > a:only-child::after {
5043 position: absolute;
5044 top: 0;
5045 right: 0;
5046 bottom: 0;
5047 left: 0;
5048 background: transparent;
5049 content: '';
5050}
5051.ant-btn-text:active {
5052 color: var(--ant-primary-color-active);
5053 border-color: var(--ant-primary-color-active);
5054 background: transparent;
5055}
5056.ant-btn-text:active > a:only-child {
5057 color: currentcolor;
5058}
5059.ant-btn-text:active > a:only-child::after {
5060 position: absolute;
5061 top: 0;
5062 right: 0;
5063 bottom: 0;
5064 left: 0;
5065 background: transparent;
5066 content: '';
5067}
5068.ant-btn-text[disabled],
5069.ant-btn-text[disabled]:hover,
5070.ant-btn-text[disabled]:focus,
5071.ant-btn-text[disabled]:active {
5072 color: rgba(0, 0, 0, 0.25);
5073 border-color: #d9d9d9;
5074 background: #f5f5f5;
5075 text-shadow: none;
5076 box-shadow: none;
5077}
5078.ant-btn-text[disabled] > a:only-child,
5079.ant-btn-text[disabled]:hover > a:only-child,
5080.ant-btn-text[disabled]:focus > a:only-child,
5081.ant-btn-text[disabled]:active > a:only-child {
5082 color: currentcolor;
5083}
5084.ant-btn-text[disabled] > a:only-child::after,
5085.ant-btn-text[disabled]:hover > a:only-child::after,
5086.ant-btn-text[disabled]:focus > a:only-child::after,
5087.ant-btn-text[disabled]:active > a:only-child::after {
5088 position: absolute;
5089 top: 0;
5090 right: 0;
5091 bottom: 0;
5092 left: 0;
5093 background: transparent;
5094 content: '';
5095}
5096.ant-btn-text:hover,
5097.ant-btn-text:focus {
5098 color: rgba(0, 0, 0, 0.85);
5099 background: rgba(0, 0, 0, 0.018);
5100 border-color: transparent;
5101}
5102.ant-btn-text:active {
5103 color: rgba(0, 0, 0, 0.85);
5104 background: rgba(0, 0, 0, 0.028);
5105 border-color: transparent;
5106}
5107.ant-btn-text[disabled],
5108.ant-btn-text[disabled]:hover,
5109.ant-btn-text[disabled]:focus,
5110.ant-btn-text[disabled]:active {
5111 color: rgba(0, 0, 0, 0.25);
5112 border-color: transparent;
5113 background: transparent;
5114 text-shadow: none;
5115 box-shadow: none;
5116}
5117.ant-btn-text[disabled] > a:only-child,
5118.ant-btn-text[disabled]:hover > a:only-child,
5119.ant-btn-text[disabled]:focus > a:only-child,
5120.ant-btn-text[disabled]:active > a:only-child {
5121 color: currentcolor;
5122}
5123.ant-btn-text[disabled] > a:only-child::after,
5124.ant-btn-text[disabled]:hover > a:only-child::after,
5125.ant-btn-text[disabled]:focus > a:only-child::after,
5126.ant-btn-text[disabled]:active > a:only-child::after {
5127 position: absolute;
5128 top: 0;
5129 right: 0;
5130 bottom: 0;
5131 left: 0;
5132 background: transparent;
5133 content: '';
5134}
5135.ant-btn-dangerous {
5136 color: var(--ant-error-color);
5137 border-color: var(--ant-error-color);
5138 background: #fff;
5139}
5140.ant-btn-dangerous > a:only-child {
5141 color: currentcolor;
5142}
5143.ant-btn-dangerous > a:only-child::after {
5144 position: absolute;
5145 top: 0;
5146 right: 0;
5147 bottom: 0;
5148 left: 0;
5149 background: transparent;
5150 content: '';
5151}
5152.ant-btn-dangerous:hover,
5153.ant-btn-dangerous:focus {
5154 color: var(--ant-error-color-hover);
5155 border-color: var(--ant-error-color-hover);
5156 background: #fff;
5157}
5158.ant-btn-dangerous:hover > a:only-child,
5159.ant-btn-dangerous:focus > a:only-child {
5160 color: currentcolor;
5161}
5162.ant-btn-dangerous:hover > a:only-child::after,
5163.ant-btn-dangerous:focus > a:only-child::after {
5164 position: absolute;
5165 top: 0;
5166 right: 0;
5167 bottom: 0;
5168 left: 0;
5169 background: transparent;
5170 content: '';
5171}
5172.ant-btn-dangerous:active {
5173 color: var(--ant-error-color-active);
5174 border-color: var(--ant-error-color-active);
5175 background: #fff;
5176}
5177.ant-btn-dangerous:active > a:only-child {
5178 color: currentcolor;
5179}
5180.ant-btn-dangerous:active > a:only-child::after {
5181 position: absolute;
5182 top: 0;
5183 right: 0;
5184 bottom: 0;
5185 left: 0;
5186 background: transparent;
5187 content: '';
5188}
5189.ant-btn-dangerous[disabled],
5190.ant-btn-dangerous[disabled]:hover,
5191.ant-btn-dangerous[disabled]:focus,
5192.ant-btn-dangerous[disabled]:active {
5193 color: rgba(0, 0, 0, 0.25);
5194 border-color: #d9d9d9;
5195 background: #f5f5f5;
5196 text-shadow: none;
5197 box-shadow: none;
5198}
5199.ant-btn-dangerous[disabled] > a:only-child,
5200.ant-btn-dangerous[disabled]:hover > a:only-child,
5201.ant-btn-dangerous[disabled]:focus > a:only-child,
5202.ant-btn-dangerous[disabled]:active > a:only-child {
5203 color: currentcolor;
5204}
5205.ant-btn-dangerous[disabled] > a:only-child::after,
5206.ant-btn-dangerous[disabled]:hover > a:only-child::after,
5207.ant-btn-dangerous[disabled]:focus > a:only-child::after,
5208.ant-btn-dangerous[disabled]:active > a:only-child::after {
5209 position: absolute;
5210 top: 0;
5211 right: 0;
5212 bottom: 0;
5213 left: 0;
5214 background: transparent;
5215 content: '';
5216}
5217.ant-btn-dangerous.ant-btn-primary {
5218 color: #fff;
5219 border-color: var(--ant-error-color);
5220 background: var(--ant-error-color);
5221 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
5222 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
5223}
5224.ant-btn-dangerous.ant-btn-primary > a:only-child {
5225 color: currentcolor;
5226}
5227.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
5228 position: absolute;
5229 top: 0;
5230 right: 0;
5231 bottom: 0;
5232 left: 0;
5233 background: transparent;
5234 content: '';
5235}
5236.ant-btn-dangerous.ant-btn-primary:hover,
5237.ant-btn-dangerous.ant-btn-primary:focus {
5238 color: #fff;
5239 border-color: var(--ant-error-color-hover);
5240 background: var(--ant-error-color-hover);
5241}
5242.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
5243.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
5244 color: currentcolor;
5245}
5246.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
5247.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
5248 position: absolute;
5249 top: 0;
5250 right: 0;
5251 bottom: 0;
5252 left: 0;
5253 background: transparent;
5254 content: '';
5255}
5256.ant-btn-dangerous.ant-btn-primary:active {
5257 color: #fff;
5258 border-color: var(--ant-error-color-active);
5259 background: var(--ant-error-color-active);
5260}
5261.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
5262 color: currentcolor;
5263}
5264.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
5265 position: absolute;
5266 top: 0;
5267 right: 0;
5268 bottom: 0;
5269 left: 0;
5270 background: transparent;
5271 content: '';
5272}
5273.ant-btn-dangerous.ant-btn-primary[disabled],
5274.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
5275.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
5276.ant-btn-dangerous.ant-btn-primary[disabled]:active {
5277 color: rgba(0, 0, 0, 0.25);
5278 border-color: #d9d9d9;
5279 background: #f5f5f5;
5280 text-shadow: none;
5281 box-shadow: none;
5282}
5283.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
5284.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
5285.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
5286.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
5287 color: currentcolor;
5288}
5289.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
5290.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
5291.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
5292.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
5293 position: absolute;
5294 top: 0;
5295 right: 0;
5296 bottom: 0;
5297 left: 0;
5298 background: transparent;
5299 content: '';
5300}
5301.ant-btn-dangerous.ant-btn-link {
5302 color: var(--ant-error-color);
5303 border-color: transparent;
5304 background: transparent;
5305 box-shadow: none;
5306}
5307.ant-btn-dangerous.ant-btn-link > a:only-child {
5308 color: currentcolor;
5309}
5310.ant-btn-dangerous.ant-btn-link > a:only-child::after {
5311 position: absolute;
5312 top: 0;
5313 right: 0;
5314 bottom: 0;
5315 left: 0;
5316 background: transparent;
5317 content: '';
5318}
5319.ant-btn-dangerous.ant-btn-link:hover,
5320.ant-btn-dangerous.ant-btn-link:focus {
5321 color: var(--ant-primary-color-hover);
5322 border-color: var(--ant-primary-color-hover);
5323 background: transparent;
5324}
5325.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
5326.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
5327 color: currentcolor;
5328}
5329.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
5330.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
5331 position: absolute;
5332 top: 0;
5333 right: 0;
5334 bottom: 0;
5335 left: 0;
5336 background: transparent;
5337 content: '';
5338}
5339.ant-btn-dangerous.ant-btn-link:active {
5340 color: var(--ant-primary-color-active);
5341 border-color: var(--ant-primary-color-active);
5342 background: transparent;
5343}
5344.ant-btn-dangerous.ant-btn-link:active > a:only-child {
5345 color: currentcolor;
5346}
5347.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
5348 position: absolute;
5349 top: 0;
5350 right: 0;
5351 bottom: 0;
5352 left: 0;
5353 background: transparent;
5354 content: '';
5355}
5356.ant-btn-dangerous.ant-btn-link[disabled],
5357.ant-btn-dangerous.ant-btn-link[disabled]:hover,
5358.ant-btn-dangerous.ant-btn-link[disabled]:focus,
5359.ant-btn-dangerous.ant-btn-link[disabled]:active {
5360 color: rgba(0, 0, 0, 0.25);
5361 border-color: #d9d9d9;
5362 background: #f5f5f5;
5363 text-shadow: none;
5364 box-shadow: none;
5365}
5366.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
5367.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
5368.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
5369.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
5370 color: currentcolor;
5371}
5372.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
5373.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
5374.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
5375.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
5376 position: absolute;
5377 top: 0;
5378 right: 0;
5379 bottom: 0;
5380 left: 0;
5381 background: transparent;
5382 content: '';
5383}
5384.ant-btn-dangerous.ant-btn-link:hover,
5385.ant-btn-dangerous.ant-btn-link:focus {
5386 color: var(--ant-error-color-hover);
5387 border-color: transparent;
5388 background: transparent;
5389}
5390.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
5391.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
5392 color: currentcolor;
5393}
5394.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
5395.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
5396 position: absolute;
5397 top: 0;
5398 right: 0;
5399 bottom: 0;
5400 left: 0;
5401 background: transparent;
5402 content: '';
5403}
5404.ant-btn-dangerous.ant-btn-link:active {
5405 color: var(--ant-error-color-active);
5406 border-color: transparent;
5407 background: transparent;
5408}
5409.ant-btn-dangerous.ant-btn-link:active > a:only-child {
5410 color: currentcolor;
5411}
5412.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
5413 position: absolute;
5414 top: 0;
5415 right: 0;
5416 bottom: 0;
5417 left: 0;
5418 background: transparent;
5419 content: '';
5420}
5421.ant-btn-dangerous.ant-btn-link[disabled],
5422.ant-btn-dangerous.ant-btn-link[disabled]:hover,
5423.ant-btn-dangerous.ant-btn-link[disabled]:focus,
5424.ant-btn-dangerous.ant-btn-link[disabled]:active {
5425 color: rgba(0, 0, 0, 0.25);
5426 border-color: transparent;
5427 background: transparent;
5428 text-shadow: none;
5429 box-shadow: none;
5430}
5431.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
5432.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
5433.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
5434.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
5435 color: currentcolor;
5436}
5437.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
5438.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
5439.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
5440.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
5441 position: absolute;
5442 top: 0;
5443 right: 0;
5444 bottom: 0;
5445 left: 0;
5446 background: transparent;
5447 content: '';
5448}
5449.ant-btn-dangerous.ant-btn-text {
5450 color: var(--ant-error-color);
5451 border-color: transparent;
5452 background: transparent;
5453 box-shadow: none;
5454}
5455.ant-btn-dangerous.ant-btn-text > a:only-child {
5456 color: currentcolor;
5457}
5458.ant-btn-dangerous.ant-btn-text > a:only-child::after {
5459 position: absolute;
5460 top: 0;
5461 right: 0;
5462 bottom: 0;
5463 left: 0;
5464 background: transparent;
5465 content: '';
5466}
5467.ant-btn-dangerous.ant-btn-text:hover,
5468.ant-btn-dangerous.ant-btn-text:focus {
5469 color: var(--ant-primary-color-hover);
5470 border-color: var(--ant-primary-color-hover);
5471 background: transparent;
5472}
5473.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
5474.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
5475 color: currentcolor;
5476}
5477.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
5478.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
5479 position: absolute;
5480 top: 0;
5481 right: 0;
5482 bottom: 0;
5483 left: 0;
5484 background: transparent;
5485 content: '';
5486}
5487.ant-btn-dangerous.ant-btn-text:active {
5488 color: var(--ant-primary-color-active);
5489 border-color: var(--ant-primary-color-active);
5490 background: transparent;
5491}
5492.ant-btn-dangerous.ant-btn-text:active > a:only-child {
5493 color: currentcolor;
5494}
5495.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
5496 position: absolute;
5497 top: 0;
5498 right: 0;
5499 bottom: 0;
5500 left: 0;
5501 background: transparent;
5502 content: '';
5503}
5504.ant-btn-dangerous.ant-btn-text[disabled],
5505.ant-btn-dangerous.ant-btn-text[disabled]:hover,
5506.ant-btn-dangerous.ant-btn-text[disabled]:focus,
5507.ant-btn-dangerous.ant-btn-text[disabled]:active {
5508 color: rgba(0, 0, 0, 0.25);
5509 border-color: #d9d9d9;
5510 background: #f5f5f5;
5511 text-shadow: none;
5512 box-shadow: none;
5513}
5514.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
5515.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
5516.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
5517.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
5518 color: currentcolor;
5519}
5520.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
5521.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
5522.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
5523.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
5524 position: absolute;
5525 top: 0;
5526 right: 0;
5527 bottom: 0;
5528 left: 0;
5529 background: transparent;
5530 content: '';
5531}
5532.ant-btn-dangerous.ant-btn-text:hover,
5533.ant-btn-dangerous.ant-btn-text:focus {
5534 color: var(--ant-error-color-hover);
5535 border-color: transparent;
5536 background: rgba(0, 0, 0, 0.018);
5537}
5538.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
5539.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
5540 color: currentcolor;
5541}
5542.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
5543.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
5544 position: absolute;
5545 top: 0;
5546 right: 0;
5547 bottom: 0;
5548 left: 0;
5549 background: transparent;
5550 content: '';
5551}
5552.ant-btn-dangerous.ant-btn-text:active {
5553 color: var(--ant-error-color-active);
5554 border-color: transparent;
5555 background: rgba(0, 0, 0, 0.028);
5556}
5557.ant-btn-dangerous.ant-btn-text:active > a:only-child {
5558 color: currentcolor;
5559}
5560.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
5561 position: absolute;
5562 top: 0;
5563 right: 0;
5564 bottom: 0;
5565 left: 0;
5566 background: transparent;
5567 content: '';
5568}
5569.ant-btn-dangerous.ant-btn-text[disabled],
5570.ant-btn-dangerous.ant-btn-text[disabled]:hover,
5571.ant-btn-dangerous.ant-btn-text[disabled]:focus,
5572.ant-btn-dangerous.ant-btn-text[disabled]:active {
5573 color: rgba(0, 0, 0, 0.25);
5574 border-color: transparent;
5575 background: transparent;
5576 text-shadow: none;
5577 box-shadow: none;
5578}
5579.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
5580.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
5581.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
5582.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
5583 color: currentcolor;
5584}
5585.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
5586.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
5587.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
5588.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
5589 position: absolute;
5590 top: 0;
5591 right: 0;
5592 bottom: 0;
5593 left: 0;
5594 background: transparent;
5595 content: '';
5596}
5597.ant-btn-icon-only {
5598 width: 32px;
5599 height: 32px;
5600 padding: 2.4px 0;
5601 font-size: 16px;
5602 border-radius: 2px;
5603 vertical-align: -3px;
5604}
5605.ant-btn-icon-only > * {
5606 font-size: 16px;
5607}
5608.ant-btn-icon-only.ant-btn-lg {
5609 width: 40px;
5610 height: 40px;
5611 padding: 4.9px 0;
5612 font-size: 18px;
5613 border-radius: 2px;
5614}
5615.ant-btn-icon-only.ant-btn-lg > * {
5616 font-size: 18px;
5617}
5618.ant-btn-icon-only.ant-btn-sm {
5619 width: 24px;
5620 height: 24px;
5621 padding: 0px 0;
5622 font-size: 14px;
5623 border-radius: 2px;
5624}
5625.ant-btn-icon-only.ant-btn-sm > * {
5626 font-size: 14px;
5627}
5628.ant-btn-icon-only > .anticon {
5629 display: flex;
5630 justify-content: center;
5631}
5632.ant-btn-icon-only .anticon-loading {
5633 padding: 0 !important;
5634}
5635a.ant-btn-icon-only {
5636 vertical-align: -1px;
5637}
5638a.ant-btn-icon-only > .anticon {
5639 display: inline;
5640}
5641.ant-btn-round {
5642 height: 32px;
5643 padding: 4px 16px;
5644 font-size: 14px;
5645 border-radius: 32px;
5646}
5647.ant-btn-round.ant-btn-lg {
5648 height: 40px;
5649 padding: 6.4px 20px;
5650 font-size: 16px;
5651 border-radius: 40px;
5652}
5653.ant-btn-round.ant-btn-sm {
5654 height: 24px;
5655 padding: 0px 12px;
5656 font-size: 14px;
5657 border-radius: 24px;
5658}
5659.ant-btn-round.ant-btn-icon-only {
5660 width: auto;
5661}
5662.ant-btn-circle {
5663 min-width: 32px;
5664 padding-right: 0;
5665 padding-left: 0;
5666 text-align: center;
5667 border-radius: 50%;
5668}
5669.ant-btn-circle.ant-btn-lg {
5670 min-width: 40px;
5671 border-radius: 50%;
5672}
5673.ant-btn-circle.ant-btn-sm {
5674 min-width: 24px;
5675 border-radius: 50%;
5676}
5677.ant-btn::before {
5678 position: absolute;
5679 top: -1px;
5680 right: -1px;
5681 bottom: -1px;
5682 left: -1px;
5683 z-index: 1;
5684 display: none;
5685 background: #fff;
5686 border-radius: inherit;
5687 opacity: 0.35;
5688 transition: opacity 0.2s;
5689 content: '';
5690 pointer-events: none;
5691}
5692.ant-btn .anticon {
5693 transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5694}
5695.ant-btn .anticon.anticon-plus > svg,
5696.ant-btn .anticon.anticon-minus > svg {
5697 shape-rendering: optimizespeed;
5698}
5699.ant-btn.ant-btn-loading {
5700 position: relative;
5701 cursor: default;
5702}
5703.ant-btn.ant-btn-loading::before {
5704 display: block;
5705}
5706.ant-btn > .ant-btn-loading-icon {
5707 transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5708}
5709.ant-btn > .ant-btn-loading-icon .anticon {
5710 padding-right: 8px;
5711 animation: none;
5712}
5713.ant-btn > .ant-btn-loading-icon .anticon svg {
5714 animation: loadingCircle 1s infinite linear;
5715}
5716.ant-btn-group {
5717 position: relative;
5718 display: inline-flex;
5719}
5720.ant-btn-group > .ant-btn,
5721.ant-btn-group > span > .ant-btn {
5722 position: relative;
5723}
5724.ant-btn-group > .ant-btn:hover,
5725.ant-btn-group > span > .ant-btn:hover,
5726.ant-btn-group > .ant-btn:focus,
5727.ant-btn-group > span > .ant-btn:focus,
5728.ant-btn-group > .ant-btn:active,
5729.ant-btn-group > span > .ant-btn:active {
5730 z-index: 2;
5731}
5732.ant-btn-group > .ant-btn[disabled],
5733.ant-btn-group > span > .ant-btn[disabled] {
5734 z-index: 0;
5735}
5736.ant-btn-group .ant-btn-icon-only {
5737 font-size: 14px;
5738}
5739.ant-btn-group .ant-btn + .ant-btn,
5740.ant-btn + .ant-btn-group,
5741.ant-btn-group span + .ant-btn,
5742.ant-btn-group .ant-btn + span,
5743.ant-btn-group > span + span,
5744.ant-btn-group + .ant-btn,
5745.ant-btn-group + .ant-btn-group {
5746 margin-left: -1px;
5747}
5748.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
5749 border-left-color: transparent;
5750}
5751.ant-btn-group .ant-btn {
5752 border-radius: 0;
5753}
5754.ant-btn-group > .ant-btn:first-child,
5755.ant-btn-group > span:first-child > .ant-btn {
5756 margin-left: 0;
5757}
5758.ant-btn-group > .ant-btn:only-child {
5759 border-radius: 2px;
5760}
5761.ant-btn-group > span:only-child > .ant-btn {
5762 border-radius: 2px;
5763}
5764.ant-btn-group > .ant-btn:first-child:not(:last-child),
5765.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
5766 border-top-left-radius: 2px;
5767 border-bottom-left-radius: 2px;
5768}
5769.ant-btn-group > .ant-btn:last-child:not(:first-child),
5770.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
5771 border-top-right-radius: 2px;
5772 border-bottom-right-radius: 2px;
5773}
5774.ant-btn-group-sm > .ant-btn:only-child {
5775 border-radius: 2px;
5776}
5777.ant-btn-group-sm > span:only-child > .ant-btn {
5778 border-radius: 2px;
5779}
5780.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
5781.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
5782 border-top-left-radius: 2px;
5783 border-bottom-left-radius: 2px;
5784}
5785.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
5786.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
5787 border-top-right-radius: 2px;
5788 border-bottom-right-radius: 2px;
5789}
5790.ant-btn-group > .ant-btn-group {
5791 float: left;
5792}
5793.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
5794 border-radius: 0;
5795}
5796.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
5797 padding-right: 8px;
5798 border-top-right-radius: 0;
5799 border-bottom-right-radius: 0;
5800}
5801.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
5802 padding-left: 8px;
5803 border-top-left-radius: 0;
5804 border-bottom-left-radius: 0;
5805}
5806.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
5807.ant-btn-rtl.ant-btn + .ant-btn-group,
5808.ant-btn-rtl.ant-btn-group span + .ant-btn,
5809.ant-btn-rtl.ant-btn-group .ant-btn + span,
5810.ant-btn-rtl.ant-btn-group > span + span,
5811.ant-btn-rtl.ant-btn-group + .ant-btn,
5812.ant-btn-rtl.ant-btn-group + .ant-btn-group,
5813.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
5814.ant-btn-group-rtl.ant-btn + .ant-btn-group,
5815.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
5816.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
5817.ant-btn-group-rtl.ant-btn-group > span + span,
5818.ant-btn-group-rtl.ant-btn-group + .ant-btn,
5819.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
5820 margin-right: -1px;
5821 margin-left: auto;
5822}
5823.ant-btn-group.ant-btn-group-rtl {
5824 direction: rtl;
5825}
5826.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
5827.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
5828 border-radius: 0 2px 2px 0;
5829}
5830.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
5831.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
5832 border-radius: 2px 0 0 2px;
5833}
5834.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
5835.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
5836 border-radius: 0 2px 2px 0;
5837}
5838.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
5839.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
5840 border-radius: 2px 0 0 2px;
5841}
5842.ant-btn:focus > span,
5843.ant-btn:active > span {
5844 position: relative;
5845}
5846.ant-btn > .anticon + span,
5847.ant-btn > span + .anticon {
5848 margin-left: 8px;
5849}
5850.ant-btn.ant-btn-background-ghost {
5851 color: #fff;
5852 border-color: #fff;
5853}
5854.ant-btn.ant-btn-background-ghost,
5855.ant-btn.ant-btn-background-ghost:hover,
5856.ant-btn.ant-btn-background-ghost:active,
5857.ant-btn.ant-btn-background-ghost:focus {
5858 background: transparent;
5859}
5860.ant-btn.ant-btn-background-ghost:hover,
5861.ant-btn.ant-btn-background-ghost:focus {
5862 color: var(--ant-primary-color-hover);
5863 border-color: var(--ant-primary-color-hover);
5864}
5865.ant-btn.ant-btn-background-ghost:active {
5866 color: var(--ant-primary-color-active);
5867 border-color: var(--ant-primary-color-active);
5868}
5869.ant-btn.ant-btn-background-ghost[disabled] {
5870 color: rgba(0, 0, 0, 0.25);
5871 background: transparent;
5872 border-color: #d9d9d9;
5873}
5874.ant-btn-background-ghost.ant-btn-primary {
5875 color: var(--ant-primary-color);
5876 border-color: var(--ant-primary-color);
5877 text-shadow: none;
5878}
5879.ant-btn-background-ghost.ant-btn-primary > a:only-child {
5880 color: currentcolor;
5881}
5882.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
5883 position: absolute;
5884 top: 0;
5885 right: 0;
5886 bottom: 0;
5887 left: 0;
5888 background: transparent;
5889 content: '';
5890}
5891.ant-btn-background-ghost.ant-btn-primary:hover,
5892.ant-btn-background-ghost.ant-btn-primary:focus {
5893 color: var(--ant-primary-color-hover);
5894 border-color: var(--ant-primary-color-hover);
5895 background: transparent;
5896}
5897.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
5898.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
5899 color: currentcolor;
5900}
5901.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
5902.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
5903 position: absolute;
5904 top: 0;
5905 right: 0;
5906 bottom: 0;
5907 left: 0;
5908 background: transparent;
5909 content: '';
5910}
5911.ant-btn-background-ghost.ant-btn-primary:active {
5912 color: var(--ant-primary-color-active);
5913 border-color: var(--ant-primary-color-active);
5914 background: transparent;
5915}
5916.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
5917 color: currentcolor;
5918}
5919.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
5920 position: absolute;
5921 top: 0;
5922 right: 0;
5923 bottom: 0;
5924 left: 0;
5925 background: transparent;
5926 content: '';
5927}
5928.ant-btn-background-ghost.ant-btn-primary[disabled],
5929.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
5930.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
5931.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
5932 color: rgba(0, 0, 0, 0.25);
5933 border-color: #d9d9d9;
5934 background: #f5f5f5;
5935 text-shadow: none;
5936 box-shadow: none;
5937}
5938.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
5939.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
5940.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
5941.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
5942 color: currentcolor;
5943}
5944.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
5945.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
5946.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
5947.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
5948 position: absolute;
5949 top: 0;
5950 right: 0;
5951 bottom: 0;
5952 left: 0;
5953 background: transparent;
5954 content: '';
5955}
5956.ant-btn-background-ghost.ant-btn-danger {
5957 color: var(--ant-error-color);
5958 border-color: var(--ant-error-color);
5959 text-shadow: none;
5960}
5961.ant-btn-background-ghost.ant-btn-danger > a:only-child {
5962 color: currentcolor;
5963}
5964.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
5965 position: absolute;
5966 top: 0;
5967 right: 0;
5968 bottom: 0;
5969 left: 0;
5970 background: transparent;
5971 content: '';
5972}
5973.ant-btn-background-ghost.ant-btn-danger:hover,
5974.ant-btn-background-ghost.ant-btn-danger:focus {
5975 color: var(--ant-error-color-hover);
5976 border-color: var(--ant-error-color-hover);
5977 background: transparent;
5978}
5979.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
5980.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
5981 color: currentcolor;
5982}
5983.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
5984.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
5985 position: absolute;
5986 top: 0;
5987 right: 0;
5988 bottom: 0;
5989 left: 0;
5990 background: transparent;
5991 content: '';
5992}
5993.ant-btn-background-ghost.ant-btn-danger:active {
5994 color: var(--ant-error-color-active);
5995 border-color: var(--ant-error-color-active);
5996 background: transparent;
5997}
5998.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
5999 color: currentcolor;
6000}
6001.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
6002 position: absolute;
6003 top: 0;
6004 right: 0;
6005 bottom: 0;
6006 left: 0;
6007 background: transparent;
6008 content: '';
6009}
6010.ant-btn-background-ghost.ant-btn-danger[disabled],
6011.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
6012.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
6013.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
6014 color: rgba(0, 0, 0, 0.25);
6015 border-color: #d9d9d9;
6016 background: #f5f5f5;
6017 text-shadow: none;
6018 box-shadow: none;
6019}
6020.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
6021.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
6022.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
6023.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
6024 color: currentcolor;
6025}
6026.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
6027.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
6028.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
6029.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
6030 position: absolute;
6031 top: 0;
6032 right: 0;
6033 bottom: 0;
6034 left: 0;
6035 background: transparent;
6036 content: '';
6037}
6038.ant-btn-background-ghost.ant-btn-dangerous {
6039 color: var(--ant-error-color);
6040 border-color: var(--ant-error-color);
6041 text-shadow: none;
6042}
6043.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
6044 color: currentcolor;
6045}
6046.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
6047 position: absolute;
6048 top: 0;
6049 right: 0;
6050 bottom: 0;
6051 left: 0;
6052 background: transparent;
6053 content: '';
6054}
6055.ant-btn-background-ghost.ant-btn-dangerous:hover,
6056.ant-btn-background-ghost.ant-btn-dangerous:focus {
6057 color: var(--ant-error-color-hover);
6058 border-color: var(--ant-error-color-hover);
6059 background: transparent;
6060}
6061.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
6062.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
6063 color: currentcolor;
6064}
6065.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
6066.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
6067 position: absolute;
6068 top: 0;
6069 right: 0;
6070 bottom: 0;
6071 left: 0;
6072 background: transparent;
6073 content: '';
6074}
6075.ant-btn-background-ghost.ant-btn-dangerous:active {
6076 color: var(--ant-error-color-active);
6077 border-color: var(--ant-error-color-active);
6078 background: transparent;
6079}
6080.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
6081 color: currentcolor;
6082}
6083.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
6084 position: absolute;
6085 top: 0;
6086 right: 0;
6087 bottom: 0;
6088 left: 0;
6089 background: transparent;
6090 content: '';
6091}
6092.ant-btn-background-ghost.ant-btn-dangerous[disabled],
6093.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
6094.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
6095.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
6096 color: rgba(0, 0, 0, 0.25);
6097 border-color: #d9d9d9;
6098 background: #f5f5f5;
6099 text-shadow: none;
6100 box-shadow: none;
6101}
6102.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
6103.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
6104.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
6105.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
6106 color: currentcolor;
6107}
6108.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
6109.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
6110.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
6111.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
6112 position: absolute;
6113 top: 0;
6114 right: 0;
6115 bottom: 0;
6116 left: 0;
6117 background: transparent;
6118 content: '';
6119}
6120.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
6121 color: var(--ant-error-color);
6122 border-color: transparent;
6123 text-shadow: none;
6124}
6125.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
6126 color: currentcolor;
6127}
6128.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
6129 position: absolute;
6130 top: 0;
6131 right: 0;
6132 bottom: 0;
6133 left: 0;
6134 background: transparent;
6135 content: '';
6136}
6137.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
6138.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
6139 color: var(--ant-error-color-active);
6140 border-color: transparent;
6141 background: transparent;
6142}
6143.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
6144.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
6145 color: currentcolor;
6146}
6147.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
6148.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
6149 position: absolute;
6150 top: 0;
6151 right: 0;
6152 bottom: 0;
6153 left: 0;
6154 background: transparent;
6155 content: '';
6156}
6157.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
6158 color: var(--ant-error-color-active);
6159 border-color: transparent;
6160 background: transparent;
6161}
6162.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
6163 color: currentcolor;
6164}
6165.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
6166 position: absolute;
6167 top: 0;
6168 right: 0;
6169 bottom: 0;
6170 left: 0;
6171 background: transparent;
6172 content: '';
6173}
6174.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
6175.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
6176.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
6177.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
6178 color: rgba(0, 0, 0, 0.25);
6179 border-color: #d9d9d9;
6180 background: #f5f5f5;
6181 text-shadow: none;
6182 box-shadow: none;
6183}
6184.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
6185.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
6186.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
6187.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
6188 color: currentcolor;
6189}
6190.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
6191.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
6192.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
6193.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
6194 position: absolute;
6195 top: 0;
6196 right: 0;
6197 bottom: 0;
6198 left: 0;
6199 background: transparent;
6200 content: '';
6201}
6202.ant-btn-two-chinese-chars::first-letter {
6203 letter-spacing: 0.34em;
6204}
6205.ant-btn-two-chinese-chars > *:not(.anticon) {
6206 margin-right: -0.34em;
6207 letter-spacing: 0.34em;
6208}
6209.ant-btn.ant-btn-block {
6210 width: 100%;
6211}
6212.ant-btn:empty {
6213 display: inline-block;
6214 width: 0;
6215 visibility: hidden;
6216 content: '\a0';
6217}
6218a.ant-btn {
6219 padding-top: 0.01px !important;
6220 line-height: 30px;
6221}
6222a.ant-btn-disabled {
6223 cursor: not-allowed;
6224}
6225a.ant-btn-disabled > * {
6226 pointer-events: none;
6227}
6228a.ant-btn-disabled,
6229a.ant-btn-disabled:hover,
6230a.ant-btn-disabled:focus,
6231a.ant-btn-disabled:active {
6232 color: rgba(0, 0, 0, 0.25);
6233 border-color: transparent;
6234 background: transparent;
6235 text-shadow: none;
6236 box-shadow: none;
6237}
6238a.ant-btn-disabled > a:only-child,
6239a.ant-btn-disabled:hover > a:only-child,
6240a.ant-btn-disabled:focus > a:only-child,
6241a.ant-btn-disabled:active > a:only-child {
6242 color: currentcolor;
6243}
6244a.ant-btn-disabled > a:only-child::after,
6245a.ant-btn-disabled:hover > a:only-child::after,
6246a.ant-btn-disabled:focus > a:only-child::after,
6247a.ant-btn-disabled:active > a:only-child::after {
6248 position: absolute;
6249 top: 0;
6250 right: 0;
6251 bottom: 0;
6252 left: 0;
6253 background: transparent;
6254 content: '';
6255}
6256a.ant-btn-lg {
6257 line-height: 38px;
6258}
6259a.ant-btn-sm {
6260 line-height: 22px;
6261}
6262.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
6263 margin-right: -1px;
6264}
6265.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
6266 margin-left: -1px;
6267}
6268.ant-btn-compact-item:hover,
6269.ant-btn-compact-item:focus,
6270.ant-btn-compact-item:active {
6271 z-index: 2;
6272}
6273.ant-btn-compact-item[disabled] {
6274 z-index: 0;
6275}
6276.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
6277 border-radius: 0;
6278}
6279.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
6280 border-top-right-radius: 0;
6281 border-bottom-right-radius: 0;
6282}
6283.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
6284 border-top-left-radius: 0;
6285 border-bottom-left-radius: 0;
6286}
6287.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
6288 border-top-left-radius: 0;
6289 border-bottom-left-radius: 0;
6290}
6291.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
6292 border-top-right-radius: 0;
6293 border-bottom-right-radius: 0;
6294}
6295.ant-btn-icon-only.ant-btn-compact-item {
6296 flex: none;
6297}
6298.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
6299 position: relative;
6300}
6301.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
6302 position: absolute;
6303 top: -1px;
6304 left: -1px;
6305 display: inline-block;
6306 width: 1px;
6307 height: calc(100% + 1px * 2);
6308 background-color: var(--ant-primary-5);
6309 content: ' ';
6310}
6311.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
6312 border-top-left-radius: 0;
6313 border-bottom-left-radius: 0;
6314}
6315.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
6316 border-top-right-radius: 0;
6317 border-bottom-right-radius: 0;
6318}
6319.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
6320 border-top-left-radius: 0;
6321 border-bottom-left-radius: 0;
6322}
6323.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
6324 border-top-right-radius: 0;
6325 border-bottom-right-radius: 0;
6326}
6327.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
6328 right: -1px;
6329}
6330.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
6331 margin-bottom: -1px;
6332}
6333.ant-btn-compact-vertical-item:hover,
6334.ant-btn-compact-vertical-item:focus,
6335.ant-btn-compact-vertical-item:active {
6336 z-index: 2;
6337}
6338.ant-btn-compact-vertical-item[disabled] {
6339 z-index: 0;
6340}
6341.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
6342 border-radius: 0;
6343}
6344.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
6345 border-bottom-right-radius: 0;
6346 border-bottom-left-radius: 0;
6347}
6348.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
6349 border-top-left-radius: 0;
6350 border-top-right-radius: 0;
6351}
6352.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
6353 position: relative;
6354}
6355.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
6356 position: absolute;
6357 top: -1px;
6358 left: -1px;
6359 display: inline-block;
6360 width: calc(100% + 1px * 2);
6361 height: 1px;
6362 background-color: var(--ant-primary-5);
6363 content: ' ';
6364}
6365.ant-btn-rtl {
6366 direction: rtl;
6367}
6368.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
6369.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
6370 border-right-color: var(--ant-primary-5);
6371 border-left-color: #d9d9d9;
6372}
6373.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
6374.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
6375 border-right-color: #d9d9d9;
6376 border-left-color: var(--ant-primary-5);
6377}
6378.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
6379 padding-right: 0;
6380 padding-left: 8px;
6381}
6382.ant-btn-rtl.ant-btn > .anticon + span,
6383.ant-btn-rtl.ant-btn > span + .anticon {
6384 margin-right: 8px;
6385 margin-left: 0;
6386}
6387
6388/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
6389/* stylelint-disable no-duplicate-selectors */
6390/* stylelint-disable */
6391/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
6392html {
6393 --ant-primary-color: #1890ff;
6394 --ant-primary-color-hover: #40a9ff;
6395 --ant-primary-color-active: #096dd9;
6396 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
6397 --ant-primary-1: #e6f7ff;
6398 --ant-primary-2: #bae7ff;
6399 --ant-primary-3: #91d5ff;
6400 --ant-primary-4: #69c0ff;
6401 --ant-primary-5: #40a9ff;
6402 --ant-primary-6: #1890ff;
6403 --ant-primary-7: #096dd9;
6404 --ant-primary-color-deprecated-pure: ;
6405 --ant-primary-color-deprecated-l-35: #cbe6ff;
6406 --ant-primary-color-deprecated-l-20: #7ec1ff;
6407 --ant-primary-color-deprecated-t-20: #46a6ff;
6408 --ant-primary-color-deprecated-t-50: #8cc8ff;
6409 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
6410 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
6411 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
6412 --ant-success-color: #52c41a;
6413 --ant-success-color-hover: #73d13d;
6414 --ant-success-color-active: #389e0d;
6415 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
6416 --ant-success-color-deprecated-bg: #f6ffed;
6417 --ant-success-color-deprecated-border: #b7eb8f;
6418 --ant-error-color: #ff4d4f;
6419 --ant-error-color-hover: #ff7875;
6420 --ant-error-color-active: #d9363e;
6421 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
6422 --ant-error-color-deprecated-bg: #fff2f0;
6423 --ant-error-color-deprecated-border: #ffccc7;
6424 --ant-warning-color: #faad14;
6425 --ant-warning-color-hover: #ffc53d;
6426 --ant-warning-color-active: #d48806;
6427 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
6428 --ant-warning-color-deprecated-bg: #fffbe6;
6429 --ant-warning-color-deprecated-border: #ffe58f;
6430 --ant-info-color: #1890ff;
6431 --ant-info-color-deprecated-bg: #e6f7ff;
6432 --ant-info-color-deprecated-border: #91d5ff;
6433}
6434.ant-menu-item-danger.ant-menu-item {
6435 color: var(--ant-error-color);
6436}
6437.ant-menu-item-danger.ant-menu-item:hover,
6438.ant-menu-item-danger.ant-menu-item-active {
6439 color: var(--ant-error-color);
6440}
6441.ant-menu-item-danger.ant-menu-item:active {
6442 background: #fff1f0;
6443}
6444.ant-menu-item-danger.ant-menu-item-selected {
6445 color: var(--ant-error-color);
6446}
6447.ant-menu-item-danger.ant-menu-item-selected > a,
6448.ant-menu-item-danger.ant-menu-item-selected > a:hover {
6449 color: var(--ant-error-color);
6450}
6451.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
6452 background-color: #fff1f0;
6453}
6454.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
6455 border-right-color: var(--ant-error-color);
6456}
6457.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
6458.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
6459.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
6460 color: var(--ant-error-color);
6461}
6462.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
6463 color: #fff;
6464 background-color: var(--ant-error-color);
6465}
6466.ant-menu {
6467 box-sizing: border-box;
6468 margin: 0;
6469 padding: 0;
6470 font-variant: tabular-nums;
6471 line-height: 1.5715;
6472 font-feature-settings: 'tnum';
6473 margin-bottom: 0;
6474 padding-left: 0;
6475 color: rgba(0, 0, 0, 0.85);
6476 font-size: 14px;
6477 line-height: 0;
6478 text-align: left;
6479 list-style: none;
6480 background: #fff;
6481 outline: none;
6482 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
6483 transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
6484}
6485.ant-menu::before {
6486 display: table;
6487 content: '';
6488}
6489.ant-menu::after {
6490 display: table;
6491 clear: both;
6492 content: '';
6493}
6494.ant-menu.ant-menu-root:focus-visible {
6495 box-shadow: 0 0 0 2px var(--ant-primary-2);
6496}
6497.ant-menu ul,
6498.ant-menu ol {
6499 margin: 0;
6500 padding: 0;
6501 list-style: none;
6502}
6503.ant-menu-overflow {
6504 display: flex;
6505}
6506.ant-menu-overflow-item {
6507 flex: none;
6508}
6509.ant-menu-hidden,
6510.ant-menu-submenu-hidden {
6511 display: none;
6512}
6513.ant-menu-item-group-title {
6514 height: 1.5715;
6515 padding: 8px 16px;
6516 color: rgba(0, 0, 0, 0.45);
6517 font-size: 14px;
6518 line-height: 1.5715;
6519 transition: all 0.3s;
6520}
6521.ant-menu-horizontal .ant-menu-submenu {
6522 transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6523}
6524.ant-menu-submenu,
6525.ant-menu-submenu-inline {
6526 transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
6527}
6528.ant-menu-submenu-selected {
6529 color: var(--ant-primary-color);
6530}
6531.ant-menu-item:active,
6532.ant-menu-submenu-title:active {
6533 background: var(--ant-primary-1);
6534}
6535.ant-menu-submenu .ant-menu-sub {
6536 cursor: initial;
6537 transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6538}
6539.ant-menu-title-content {
6540 transition: color 0.3s;
6541}
6542.ant-menu-item a {
6543 color: rgba(0, 0, 0, 0.85);
6544}
6545.ant-menu-item a:hover {
6546 color: var(--ant-primary-color);
6547}
6548.ant-menu-item a::before {
6549 position: absolute;
6550 top: 0;
6551 right: 0;
6552 bottom: 0;
6553 left: 0;
6554 background-color: transparent;
6555 content: '';
6556}
6557.ant-menu-item > .ant-badge a {
6558 color: rgba(0, 0, 0, 0.85);
6559}
6560.ant-menu-item > .ant-badge a:hover {
6561 color: var(--ant-primary-color);
6562}
6563.ant-menu-item-divider {
6564 overflow: hidden;
6565 line-height: 0;
6566 border-color: rgba(0, 0, 0, 0.06);
6567 border-style: solid;
6568 border-width: 1px 0 0;
6569}
6570.ant-menu-item-divider-dashed {
6571 border-style: dashed;
6572}
6573.ant-menu-horizontal .ant-menu-item,
6574.ant-menu-horizontal .ant-menu-submenu {
6575 margin-top: -1px;
6576}
6577.ant-menu-horizontal > .ant-menu-item:hover,
6578.ant-menu-horizontal > .ant-menu-item-active,
6579.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
6580 background-color: transparent;
6581}
6582.ant-menu-item-selected {
6583 color: var(--ant-primary-color);
6584}
6585.ant-menu-item-selected a,
6586.ant-menu-item-selected a:hover {
6587 color: var(--ant-primary-color);
6588}
6589.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
6590 background-color: var(--ant-primary-1);
6591}
6592.ant-menu-inline,
6593.ant-menu-vertical,
6594.ant-menu-vertical-left {
6595 border-right: 1px solid rgba(0, 0, 0, 0.06);
6596}
6597.ant-menu-vertical-right {
6598 border-left: 1px solid rgba(0, 0, 0, 0.06);
6599}
6600.ant-menu-vertical.ant-menu-sub,
6601.ant-menu-vertical-left.ant-menu-sub,
6602.ant-menu-vertical-right.ant-menu-sub {
6603 min-width: 160px;
6604 max-height: calc(100vh - 100px);
6605 padding: 0;
6606 overflow: hidden;
6607 border-right: 0;
6608}
6609.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
6610.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
6611.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
6612 overflow-x: hidden;
6613 overflow-y: auto;
6614}
6615.ant-menu-vertical.ant-menu-sub .ant-menu-item,
6616.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
6617.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
6618 left: 0;
6619 margin-left: 0;
6620 border-right: 0;
6621}
6622.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
6623.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
6624.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
6625 border-right: 0;
6626}
6627.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
6628.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
6629.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
6630.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
6631.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
6632.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
6633 transform-origin: 0 0;
6634}
6635.ant-menu-horizontal.ant-menu-sub {
6636 min-width: 114px;
6637}
6638.ant-menu-horizontal .ant-menu-item,
6639.ant-menu-horizontal .ant-menu-submenu-title {
6640 transition: border-color 0.3s, background 0.3s;
6641}
6642.ant-menu-item,
6643.ant-menu-submenu-title {
6644 position: relative;
6645 display: block;
6646 margin: 0;
6647 padding: 0 20px;
6648 white-space: nowrap;
6649 cursor: pointer;
6650 transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6651}
6652.ant-menu-item .ant-menu-item-icon,
6653.ant-menu-submenu-title .ant-menu-item-icon,
6654.ant-menu-item .anticon,
6655.ant-menu-submenu-title .anticon {
6656 min-width: 14px;
6657 font-size: 14px;
6658 transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
6659}
6660.ant-menu-item .ant-menu-item-icon + span,
6661.ant-menu-submenu-title .ant-menu-item-icon + span,
6662.ant-menu-item .anticon + span,
6663.ant-menu-submenu-title .anticon + span {
6664 margin-left: 10px;
6665 opacity: 1;
6666 transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
6667}
6668.ant-menu-item .ant-menu-item-icon.svg,
6669.ant-menu-submenu-title .ant-menu-item-icon.svg {
6670 vertical-align: -0.125em;
6671}
6672.ant-menu-item.ant-menu-item-only-child > .anticon,
6673.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
6674.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
6675.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
6676 margin-right: 0;
6677}
6678.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
6679.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
6680 box-shadow: 0 0 0 2px var(--ant-primary-2);
6681}
6682.ant-menu > .ant-menu-item-divider {
6683 margin: 1px 0;
6684 padding: 0;
6685}
6686.ant-menu-submenu-popup {
6687 position: absolute;
6688 z-index: 1050;
6689 background: transparent;
6690 border-radius: 2px;
6691 box-shadow: none;
6692 transform-origin: 0 0;
6693}
6694.ant-menu-submenu-popup::before {
6695 position: absolute;
6696 top: -7px;
6697 right: 0;
6698 bottom: 0;
6699 left: 0;
6700 z-index: -1;
6701 width: 100%;
6702 height: 100%;
6703 opacity: 0.0001;
6704 content: ' ';
6705}
6706.ant-menu-submenu-placement-rightTop::before {
6707 top: 0;
6708 left: -7px;
6709}
6710.ant-menu-submenu > .ant-menu {
6711 background-color: #fff;
6712 border-radius: 2px;
6713}
6714.ant-menu-submenu > .ant-menu-submenu-title::after {
6715 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6716}
6717.ant-menu-submenu-popup > .ant-menu {
6718 background-color: #fff;
6719}
6720.ant-menu-submenu-expand-icon,
6721.ant-menu-submenu-arrow {
6722 position: absolute;
6723 top: 50%;
6724 right: 16px;
6725 width: 10px;
6726 color: rgba(0, 0, 0, 0.85);
6727 transform: translateY(-50%);
6728 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6729}
6730.ant-menu-submenu-arrow::before,
6731.ant-menu-submenu-arrow::after {
6732 position: absolute;
6733 width: 6px;
6734 height: 1.5px;
6735 background-color: currentcolor;
6736 border-radius: 2px;
6737 transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6738 content: '';
6739}
6740.ant-menu-submenu-arrow::before {
6741 transform: rotate(45deg) translateY(-2.5px);
6742}
6743.ant-menu-submenu-arrow::after {
6744 transform: rotate(-45deg) translateY(2.5px);
6745}
6746.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
6747.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
6748 color: var(--ant-primary-color);
6749}
6750.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
6751.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
6752 transform: rotate(-45deg) translateX(2.5px);
6753}
6754.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
6755.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
6756 transform: rotate(45deg) translateX(-2.5px);
6757}
6758.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
6759 display: none;
6760}
6761.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
6762 transform: translateY(-2px);
6763}
6764.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
6765 transform: rotate(-45deg) translateX(-2.5px);
6766}
6767.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
6768 transform: rotate(45deg) translateX(2.5px);
6769}
6770.ant-menu-vertical .ant-menu-submenu-selected,
6771.ant-menu-vertical-left .ant-menu-submenu-selected,
6772.ant-menu-vertical-right .ant-menu-submenu-selected {
6773 color: var(--ant-primary-color);
6774}
6775.ant-menu-horizontal {
6776 line-height: 46px;
6777 border: 0;
6778 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
6779 box-shadow: none;
6780}
6781.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
6782.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
6783 margin-top: -1px;
6784 margin-bottom: 0;
6785 padding: 0 20px;
6786}
6787.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
6788.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
6789.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
6790.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
6791.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
6792.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
6793.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
6794.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
6795 color: var(--ant-primary-color);
6796}
6797.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
6798.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
6799.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
6800.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
6801.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
6802.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
6803.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
6804.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
6805 border-bottom: 2px solid var(--ant-primary-color);
6806}
6807.ant-menu-horizontal > .ant-menu-item,
6808.ant-menu-horizontal > .ant-menu-submenu {
6809 position: relative;
6810 top: 1px;
6811 display: inline-block;
6812 vertical-align: bottom;
6813}
6814.ant-menu-horizontal > .ant-menu-item::after,
6815.ant-menu-horizontal > .ant-menu-submenu::after {
6816 position: absolute;
6817 right: 20px;
6818 bottom: 0;
6819 left: 20px;
6820 border-bottom: 2px solid transparent;
6821 transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6822 content: '';
6823}
6824.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
6825 padding: 0;
6826}
6827.ant-menu-horizontal > .ant-menu-item a {
6828 color: rgba(0, 0, 0, 0.85);
6829}
6830.ant-menu-horizontal > .ant-menu-item a:hover {
6831 color: var(--ant-primary-color);
6832}
6833.ant-menu-horizontal > .ant-menu-item a::before {
6834 bottom: -2px;
6835}
6836.ant-menu-horizontal > .ant-menu-item-selected a {
6837 color: var(--ant-primary-color);
6838}
6839.ant-menu-horizontal::after {
6840 display: block;
6841 clear: both;
6842 height: 0;
6843 content: '\20';
6844}
6845.ant-menu-vertical .ant-menu-item,
6846.ant-menu-vertical-left .ant-menu-item,
6847.ant-menu-vertical-right .ant-menu-item,
6848.ant-menu-inline .ant-menu-item {
6849 position: relative;
6850}
6851.ant-menu-vertical .ant-menu-item::after,
6852.ant-menu-vertical-left .ant-menu-item::after,
6853.ant-menu-vertical-right .ant-menu-item::after,
6854.ant-menu-inline .ant-menu-item::after {
6855 position: absolute;
6856 top: 0;
6857 right: 0;
6858 bottom: 0;
6859 border-right: 3px solid var(--ant-primary-color);
6860 transform: scaleY(0.0001);
6861 opacity: 0;
6862 transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
6863 content: '';
6864}
6865.ant-menu-vertical .ant-menu-item,
6866.ant-menu-vertical-left .ant-menu-item,
6867.ant-menu-vertical-right .ant-menu-item,
6868.ant-menu-inline .ant-menu-item,
6869.ant-menu-vertical .ant-menu-submenu-title,
6870.ant-menu-vertical-left .ant-menu-submenu-title,
6871.ant-menu-vertical-right .ant-menu-submenu-title,
6872.ant-menu-inline .ant-menu-submenu-title {
6873 height: 40px;
6874 margin-top: 4px;
6875 margin-bottom: 4px;
6876 padding: 0 16px;
6877 overflow: hidden;
6878 line-height: 40px;
6879 text-overflow: ellipsis;
6880}
6881.ant-menu-vertical .ant-menu-submenu,
6882.ant-menu-vertical-left .ant-menu-submenu,
6883.ant-menu-vertical-right .ant-menu-submenu,
6884.ant-menu-inline .ant-menu-submenu {
6885 padding-bottom: 0.02px;
6886}
6887.ant-menu-vertical .ant-menu-item:not(:last-child),
6888.ant-menu-vertical-left .ant-menu-item:not(:last-child),
6889.ant-menu-vertical-right .ant-menu-item:not(:last-child),
6890.ant-menu-inline .ant-menu-item:not(:last-child) {
6891 margin-bottom: 8px;
6892}
6893.ant-menu-vertical > .ant-menu-item,
6894.ant-menu-vertical-left > .ant-menu-item,
6895.ant-menu-vertical-right > .ant-menu-item,
6896.ant-menu-inline > .ant-menu-item,
6897.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
6898.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
6899.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
6900.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
6901 height: 40px;
6902 line-height: 40px;
6903}
6904.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
6905.ant-menu-vertical .ant-menu-submenu-title {
6906 padding-right: 34px;
6907}
6908.ant-menu-inline {
6909 width: 100%;
6910}
6911.ant-menu-inline .ant-menu-selected::after,
6912.ant-menu-inline .ant-menu-item-selected::after {
6913 transform: scaleY(1);
6914 opacity: 1;
6915 transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
6916}
6917.ant-menu-inline .ant-menu-item,
6918.ant-menu-inline .ant-menu-submenu-title {
6919 width: calc(100% + 1px);
6920}
6921.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
6922.ant-menu-inline .ant-menu-submenu-title {
6923 padding-right: 34px;
6924}
6925.ant-menu-inline.ant-menu-root .ant-menu-item,
6926.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
6927 display: flex;
6928 align-items: center;
6929 transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
6930}
6931.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
6932.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
6933 flex: auto;
6934 min-width: 0;
6935 overflow: hidden;
6936 text-overflow: ellipsis;
6937}
6938.ant-menu-inline.ant-menu-root .ant-menu-item > *,
6939.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
6940 flex: none;
6941}
6942.ant-menu.ant-menu-inline-collapsed {
6943 width: 80px;
6944}
6945.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
6946.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
6947.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
6948.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
6949 left: 0;
6950 padding: 0 calc(50% - 16px / 2);
6951 text-overflow: clip;
6952}
6953.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
6954.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
6955.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6956.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
6957 opacity: 0;
6958}
6959.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
6960.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
6961.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
6962.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
6963.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
6964.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
6965.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
6966.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
6967 margin: 0;
6968 font-size: 16px;
6969 line-height: 40px;
6970}
6971.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
6972.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
6973.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
6974.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
6975.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
6976.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
6977.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
6978.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
6979 display: inline-block;
6980 opacity: 0;
6981}
6982.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
6983.ant-menu.ant-menu-inline-collapsed .anticon {
6984 display: inline-block;
6985}
6986.ant-menu.ant-menu-inline-collapsed-tooltip {
6987 pointer-events: none;
6988}
6989.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
6990.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
6991 display: none;
6992}
6993.ant-menu.ant-menu-inline-collapsed-tooltip a {
6994 color: rgba(255, 255, 255, 0.85);
6995}
6996.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
6997 padding-right: 4px;
6998 padding-left: 4px;
6999 overflow: hidden;
7000 white-space: nowrap;
7001 text-overflow: ellipsis;
7002}
7003.ant-menu-item-group-list {
7004 margin: 0;
7005 padding: 0;
7006}
7007.ant-menu-item-group-list .ant-menu-item,
7008.ant-menu-item-group-list .ant-menu-submenu-title {
7009 padding: 0 16px 0 28px;
7010}
7011.ant-menu-root.ant-menu-vertical,
7012.ant-menu-root.ant-menu-vertical-left,
7013.ant-menu-root.ant-menu-vertical-right,
7014.ant-menu-root.ant-menu-inline {
7015 box-shadow: none;
7016}
7017.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
7018.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
7019 font-size: 16px;
7020 text-align: center;
7021}
7022.ant-menu-sub.ant-menu-inline {
7023 padding: 0;
7024 background: #fafafa;
7025 border: 0;
7026 border-radius: 0;
7027 box-shadow: none;
7028}
7029.ant-menu-sub.ant-menu-inline > .ant-menu-item,
7030.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
7031 height: 40px;
7032 line-height: 40px;
7033 list-style-position: inside;
7034 list-style-type: disc;
7035}
7036.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
7037 padding-left: 32px;
7038}
7039.ant-menu-item-disabled,
7040.ant-menu-submenu-disabled {
7041 color: rgba(0, 0, 0, 0.25) !important;
7042 background: none;
7043 cursor: not-allowed;
7044}
7045.ant-menu-item-disabled::after,
7046.ant-menu-submenu-disabled::after {
7047 border-color: transparent !important;
7048}
7049.ant-menu-item-disabled a,
7050.ant-menu-submenu-disabled a {
7051 color: rgba(0, 0, 0, 0.25) !important;
7052 pointer-events: none;
7053}
7054.ant-menu-item-disabled > .ant-menu-submenu-title,
7055.ant-menu-submenu-disabled > .ant-menu-submenu-title {
7056 color: rgba(0, 0, 0, 0.25) !important;
7057 cursor: not-allowed;
7058}
7059.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7060.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7061.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7062.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
7063 background: rgba(0, 0, 0, 0.25) !important;
7064}
7065.ant-layout-header .ant-menu {
7066 line-height: inherit;
7067}
7068.ant-menu-inline-collapsed-tooltip a,
7069.ant-menu-inline-collapsed-tooltip a:hover {
7070 color: #fff;
7071}
7072.ant-menu-light .ant-menu-item:hover,
7073.ant-menu-light .ant-menu-item-active,
7074.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
7075.ant-menu-light .ant-menu-submenu-active,
7076.ant-menu-light .ant-menu-submenu-title:hover {
7077 color: var(--ant-primary-color);
7078}
7079.ant-menu.ant-menu-root:focus-visible {
7080 box-shadow: 0 0 0 2px var(--ant-primary-7);
7081}
7082.ant-menu-dark .ant-menu-item:focus-visible,
7083.ant-menu-dark .ant-menu-submenu-title:focus-visible {
7084 box-shadow: 0 0 0 2px var(--ant-primary-7);
7085}
7086.ant-menu.ant-menu-dark,
7087.ant-menu-dark .ant-menu-sub,
7088.ant-menu.ant-menu-dark .ant-menu-sub {
7089 color: rgba(255, 255, 255, 0.65);
7090 background: #001529;
7091}
7092.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
7093.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
7094.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
7095 opacity: 0.45;
7096 transition: all 0.3s;
7097}
7098.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
7099.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
7100.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
7101.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
7102.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
7103.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
7104 background: #fff;
7105}
7106.ant-menu-dark.ant-menu-submenu-popup {
7107 background: transparent;
7108}
7109.ant-menu-dark .ant-menu-inline.ant-menu-sub {
7110 background: #000c17;
7111}
7112.ant-menu-dark.ant-menu-horizontal {
7113 border-bottom: 0;
7114}
7115.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
7116.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
7117 top: 0;
7118 margin-top: 0;
7119 padding: 0 20px;
7120 border-color: #001529;
7121 border-bottom: 0;
7122}
7123.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
7124 background-color: var(--ant-primary-color);
7125}
7126.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
7127 bottom: 0;
7128}
7129.ant-menu-dark .ant-menu-item,
7130.ant-menu-dark .ant-menu-item-group-title,
7131.ant-menu-dark .ant-menu-item > a,
7132.ant-menu-dark .ant-menu-item > span > a {
7133 color: rgba(255, 255, 255, 0.65);
7134}
7135.ant-menu-dark.ant-menu-inline,
7136.ant-menu-dark.ant-menu-vertical,
7137.ant-menu-dark.ant-menu-vertical-left,
7138.ant-menu-dark.ant-menu-vertical-right {
7139 border-right: 0;
7140}
7141.ant-menu-dark.ant-menu-inline .ant-menu-item,
7142.ant-menu-dark.ant-menu-vertical .ant-menu-item,
7143.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
7144.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
7145 left: 0;
7146 margin-left: 0;
7147 border-right: 0;
7148}
7149.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
7150.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
7151.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
7152.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
7153 border-right: 0;
7154}
7155.ant-menu-dark.ant-menu-inline .ant-menu-item,
7156.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
7157 width: 100%;
7158}
7159.ant-menu-dark .ant-menu-item:hover,
7160.ant-menu-dark .ant-menu-item-active,
7161.ant-menu-dark .ant-menu-submenu-active,
7162.ant-menu-dark .ant-menu-submenu-open,
7163.ant-menu-dark .ant-menu-submenu-selected,
7164.ant-menu-dark .ant-menu-submenu-title:hover {
7165 color: #fff;
7166 background-color: transparent;
7167}
7168.ant-menu-dark .ant-menu-item:hover > a,
7169.ant-menu-dark .ant-menu-item-active > a,
7170.ant-menu-dark .ant-menu-submenu-active > a,
7171.ant-menu-dark .ant-menu-submenu-open > a,
7172.ant-menu-dark .ant-menu-submenu-selected > a,
7173.ant-menu-dark .ant-menu-submenu-title:hover > a,
7174.ant-menu-dark .ant-menu-item:hover > span > a,
7175.ant-menu-dark .ant-menu-item-active > span > a,
7176.ant-menu-dark .ant-menu-submenu-active > span > a,
7177.ant-menu-dark .ant-menu-submenu-open > span > a,
7178.ant-menu-dark .ant-menu-submenu-selected > span > a,
7179.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
7180 color: #fff;
7181}
7182.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
7183.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
7184.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
7185.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
7186.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
7187.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
7188 opacity: 1;
7189}
7190.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7191.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7192.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7193.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7194.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7195.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7196.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7197.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7198.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7199.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7200.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7201.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
7202 background: #fff;
7203}
7204.ant-menu-dark .ant-menu-item:hover {
7205 background-color: transparent;
7206}
7207.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
7208 background-color: var(--ant-primary-color);
7209}
7210.ant-menu-dark .ant-menu-item-selected {
7211 color: #fff;
7212 border-right: 0;
7213}
7214.ant-menu-dark .ant-menu-item-selected::after {
7215 border-right: 0;
7216}
7217.ant-menu-dark .ant-menu-item-selected > a,
7218.ant-menu-dark .ant-menu-item-selected > span > a,
7219.ant-menu-dark .ant-menu-item-selected > a:hover,
7220.ant-menu-dark .ant-menu-item-selected > span > a:hover {
7221 color: #fff;
7222}
7223.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
7224.ant-menu-dark .ant-menu-item-selected .anticon {
7225 color: #fff;
7226}
7227.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
7228.ant-menu-dark .ant-menu-item-selected .anticon + span {
7229 color: #fff;
7230}
7231.ant-menu.ant-menu-dark .ant-menu-item-selected,
7232.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
7233 background-color: var(--ant-primary-color);
7234}
7235.ant-menu-dark .ant-menu-item-disabled,
7236.ant-menu-dark .ant-menu-submenu-disabled,
7237.ant-menu-dark .ant-menu-item-disabled > a,
7238.ant-menu-dark .ant-menu-submenu-disabled > a,
7239.ant-menu-dark .ant-menu-item-disabled > span > a,
7240.ant-menu-dark .ant-menu-submenu-disabled > span > a {
7241 color: rgba(255, 255, 255, 0.35) !important;
7242 opacity: 0.8;
7243}
7244.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
7245.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
7246 color: rgba(255, 255, 255, 0.35) !important;
7247}
7248.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7249.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
7250.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
7251.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
7252 background: rgba(255, 255, 255, 0.35) !important;
7253}
7254.ant-menu.ant-menu-rtl {
7255 direction: rtl;
7256 text-align: right;
7257}
7258.ant-menu-rtl .ant-menu-item-group-title {
7259 text-align: right;
7260}
7261.ant-menu-rtl.ant-menu-inline,
7262.ant-menu-rtl.ant-menu-vertical {
7263 border-right: none;
7264 border-left: 1px solid rgba(0, 0, 0, 0.06);
7265}
7266.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
7267.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
7268 border-left: none;
7269}
7270.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
7271.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
7272.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
7273.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
7274.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
7275.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
7276 transform-origin: top right;
7277}
7278.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
7279.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
7280.ant-menu-rtl .ant-menu-item .anticon,
7281.ant-menu-rtl .ant-menu-submenu-title .anticon {
7282 margin-right: auto;
7283 margin-left: 10px;
7284}
7285.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
7286.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
7287.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
7288.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
7289 margin-left: 0;
7290}
7291.ant-menu-submenu-rtl.ant-menu-submenu-popup {
7292 transform-origin: 100% 0;
7293}
7294.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
7295.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
7296.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
7297.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
7298 right: auto;
7299 left: 16px;
7300}
7301.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
7302.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
7303.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
7304 transform: rotate(-45deg) translateY(-2px);
7305}
7306.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
7307.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
7308.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
7309 transform: rotate(45deg) translateY(2px);
7310}
7311.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
7312.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
7313.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
7314.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
7315 right: auto;
7316 left: 0;
7317}
7318.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
7319.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
7320.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
7321.ant-menu-rtl.ant-menu-inline .ant-menu-item,
7322.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
7323.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
7324.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
7325.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
7326 text-align: right;
7327}
7328.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
7329 padding-right: 0;
7330 padding-left: 34px;
7331}
7332.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
7333 padding-right: 16px;
7334 padding-left: 34px;
7335}
7336.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
7337 padding: 0 calc(50% - 16px / 2);
7338}
7339.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
7340.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
7341 padding: 0 28px 0 16px;
7342}
7343.ant-menu-sub.ant-menu-inline {
7344 border: 0;
7345}
7346.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
7347 padding-right: 32px;
7348 padding-left: 0;
7349}
7350
7351/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7352/* stylelint-disable no-duplicate-selectors */
7353/* stylelint-disable */
7354/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
7355html {
7356 --ant-primary-color: #1890ff;
7357 --ant-primary-color-hover: #40a9ff;
7358 --ant-primary-color-active: #096dd9;
7359 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
7360 --ant-primary-1: #e6f7ff;
7361 --ant-primary-2: #bae7ff;
7362 --ant-primary-3: #91d5ff;
7363 --ant-primary-4: #69c0ff;
7364 --ant-primary-5: #40a9ff;
7365 --ant-primary-6: #1890ff;
7366 --ant-primary-7: #096dd9;
7367 --ant-primary-color-deprecated-pure: ;
7368 --ant-primary-color-deprecated-l-35: #cbe6ff;
7369 --ant-primary-color-deprecated-l-20: #7ec1ff;
7370 --ant-primary-color-deprecated-t-20: #46a6ff;
7371 --ant-primary-color-deprecated-t-50: #8cc8ff;
7372 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
7373 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
7374 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
7375 --ant-success-color: #52c41a;
7376 --ant-success-color-hover: #73d13d;
7377 --ant-success-color-active: #389e0d;
7378 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
7379 --ant-success-color-deprecated-bg: #f6ffed;
7380 --ant-success-color-deprecated-border: #b7eb8f;
7381 --ant-error-color: #ff4d4f;
7382 --ant-error-color-hover: #ff7875;
7383 --ant-error-color-active: #d9363e;
7384 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
7385 --ant-error-color-deprecated-bg: #fff2f0;
7386 --ant-error-color-deprecated-border: #ffccc7;
7387 --ant-warning-color: #faad14;
7388 --ant-warning-color-hover: #ffc53d;
7389 --ant-warning-color-active: #d48806;
7390 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
7391 --ant-warning-color-deprecated-bg: #fffbe6;
7392 --ant-warning-color-deprecated-border: #ffe58f;
7393 --ant-info-color: #1890ff;
7394 --ant-info-color-deprecated-bg: #e6f7ff;
7395 --ant-info-color-deprecated-border: #91d5ff;
7396}
7397.ant-tooltip {
7398 box-sizing: border-box;
7399 margin: 0;
7400 padding: 0;
7401 color: rgba(0, 0, 0, 0.85);
7402 font-size: 14px;
7403 font-variant: tabular-nums;
7404 line-height: 1.5715;
7405 list-style: none;
7406 font-feature-settings: 'tnum';
7407 position: absolute;
7408 z-index: 1070;
7409 display: block;
7410 width: -moz-max-content;
7411 width: max-content;
7412 width: intrinsic;
7413 max-width: 250px;
7414 visibility: visible;
7415}
7416.ant-tooltip-content {
7417 position: relative;
7418}
7419.ant-tooltip-hidden {
7420 display: none;
7421}
7422.ant-tooltip-placement-top,
7423.ant-tooltip-placement-topLeft,
7424.ant-tooltip-placement-topRight {
7425 padding-bottom: 14.3137085px;
7426}
7427.ant-tooltip-placement-right,
7428.ant-tooltip-placement-rightTop,
7429.ant-tooltip-placement-rightBottom {
7430 padding-left: 14.3137085px;
7431}
7432.ant-tooltip-placement-bottom,
7433.ant-tooltip-placement-bottomLeft,
7434.ant-tooltip-placement-bottomRight {
7435 padding-top: 14.3137085px;
7436}
7437.ant-tooltip-placement-left,
7438.ant-tooltip-placement-leftTop,
7439.ant-tooltip-placement-leftBottom {
7440 padding-right: 14.3137085px;
7441}
7442.ant-tooltip-inner {
7443 min-width: 30px;
7444 min-height: 32px;
7445 padding: 6px 8px;
7446 color: #fff;
7447 text-align: left;
7448 text-decoration: none;
7449 word-wrap: break-word;
7450 background-color: rgba(0, 0, 0, 0.75);
7451 border-radius: 2px;
7452 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
7453}
7454.ant-tooltip-arrow {
7455 position: absolute;
7456 z-index: 2;
7457 display: block;
7458 width: 22px;
7459 height: 22px;
7460 overflow: hidden;
7461 background: transparent;
7462 pointer-events: none;
7463}
7464.ant-tooltip-arrow-content {
7465 --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
7466 position: absolute;
7467 top: 0;
7468 right: 0;
7469 bottom: 0;
7470 left: 0;
7471 display: block;
7472 width: 11.3137085px;
7473 height: 11.3137085px;
7474 margin: auto;
7475 content: '';
7476 pointer-events: auto;
7477 border-radius: 0 0 2px;
7478 pointer-events: none;
7479}
7480.ant-tooltip-arrow-content::before {
7481 position: absolute;
7482 top: -11.3137085px;
7483 left: -11.3137085px;
7484 width: 33.9411255px;
7485 height: 33.9411255px;
7486 background: var(--antd-arrow-background-color);
7487 background-repeat: no-repeat;
7488 background-position: -10px -10px;
7489 content: '';
7490 -webkit-clip-path: inset(33% 33%);
7491 clip-path: inset(33% 33%);
7492 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
7493 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
7494}
7495.ant-tooltip-placement-top .ant-tooltip-arrow,
7496.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
7497.ant-tooltip-placement-topRight .ant-tooltip-arrow {
7498 bottom: 0;
7499 transform: translateY(100%);
7500}
7501.ant-tooltip-placement-top .ant-tooltip-arrow-content,
7502.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
7503.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
7504 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7505 transform: translateY(-11px) rotate(45deg);
7506}
7507.ant-tooltip-placement-top .ant-tooltip-arrow {
7508 left: 50%;
7509 transform: translateY(100%) translateX(-50%);
7510}
7511.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
7512 left: 13px;
7513}
7514.ant-tooltip-placement-topRight .ant-tooltip-arrow {
7515 right: 13px;
7516}
7517.ant-tooltip-placement-right .ant-tooltip-arrow,
7518.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
7519.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
7520 left: 0;
7521 transform: translateX(-100%);
7522}
7523.ant-tooltip-placement-right .ant-tooltip-arrow-content,
7524.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
7525.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
7526 box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
7527 transform: translateX(11px) rotate(135deg);
7528}
7529.ant-tooltip-placement-right .ant-tooltip-arrow {
7530 top: 50%;
7531 transform: translateX(-100%) translateY(-50%);
7532}
7533.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
7534 top: 5px;
7535}
7536.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
7537 bottom: 5px;
7538}
7539.ant-tooltip-placement-left .ant-tooltip-arrow,
7540.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
7541.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
7542 right: 0;
7543 transform: translateX(100%);
7544}
7545.ant-tooltip-placement-left .ant-tooltip-arrow-content,
7546.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
7547.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
7548 box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
7549 transform: translateX(-11px) rotate(315deg);
7550}
7551.ant-tooltip-placement-left .ant-tooltip-arrow {
7552 top: 50%;
7553 transform: translateX(100%) translateY(-50%);
7554}
7555.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
7556 top: 5px;
7557}
7558.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
7559 bottom: 5px;
7560}
7561.ant-tooltip-placement-bottom .ant-tooltip-arrow,
7562.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
7563.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
7564 top: 0;
7565 transform: translateY(-100%);
7566}
7567.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
7568.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
7569.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
7570 box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
7571 transform: translateY(11px) rotate(225deg);
7572}
7573.ant-tooltip-placement-bottom .ant-tooltip-arrow {
7574 left: 50%;
7575 transform: translateY(-100%) translateX(-50%);
7576}
7577.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
7578 left: 13px;
7579}
7580.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
7581 right: 13px;
7582}
7583.ant-tooltip-pink .ant-tooltip-inner {
7584 background-color: #eb2f96;
7585}
7586.ant-tooltip-pink .ant-tooltip-arrow-content::before {
7587 background: #eb2f96;
7588}
7589.ant-tooltip-magenta .ant-tooltip-inner {
7590 background-color: #eb2f96;
7591}
7592.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
7593 background: #eb2f96;
7594}
7595.ant-tooltip-red .ant-tooltip-inner {
7596 background-color: #f5222d;
7597}
7598.ant-tooltip-red .ant-tooltip-arrow-content::before {
7599 background: #f5222d;
7600}
7601.ant-tooltip-volcano .ant-tooltip-inner {
7602 background-color: #fa541c;
7603}
7604.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
7605 background: #fa541c;
7606}
7607.ant-tooltip-orange .ant-tooltip-inner {
7608 background-color: #fa8c16;
7609}
7610.ant-tooltip-orange .ant-tooltip-arrow-content::before {
7611 background: #fa8c16;
7612}
7613.ant-tooltip-yellow .ant-tooltip-inner {
7614 background-color: #fadb14;
7615}
7616.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
7617 background: #fadb14;
7618}
7619.ant-tooltip-gold .ant-tooltip-inner {
7620 background-color: #faad14;
7621}
7622.ant-tooltip-gold .ant-tooltip-arrow-content::before {
7623 background: #faad14;
7624}
7625.ant-tooltip-cyan .ant-tooltip-inner {
7626 background-color: #13c2c2;
7627}
7628.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
7629 background: #13c2c2;
7630}
7631.ant-tooltip-lime .ant-tooltip-inner {
7632 background-color: #a0d911;
7633}
7634.ant-tooltip-lime .ant-tooltip-arrow-content::before {
7635 background: #a0d911;
7636}
7637.ant-tooltip-green .ant-tooltip-inner {
7638 background-color: #52c41a;
7639}
7640.ant-tooltip-green .ant-tooltip-arrow-content::before {
7641 background: #52c41a;
7642}
7643.ant-tooltip-blue .ant-tooltip-inner {
7644 background-color: #1890ff;
7645}
7646.ant-tooltip-blue .ant-tooltip-arrow-content::before {
7647 background: #1890ff;
7648}
7649.ant-tooltip-geekblue .ant-tooltip-inner {
7650 background-color: #2f54eb;
7651}
7652.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
7653 background: #2f54eb;
7654}
7655.ant-tooltip-purple .ant-tooltip-inner {
7656 background-color: #722ed1;
7657}
7658.ant-tooltip-purple .ant-tooltip-arrow-content::before {
7659 background: #722ed1;
7660}
7661.ant-tooltip-rtl {
7662 direction: rtl;
7663}
7664.ant-tooltip-rtl .ant-tooltip-inner {
7665 text-align: right;
7666}
7667
7668/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7669/* stylelint-disable no-duplicate-selectors */
7670/* stylelint-disable */
7671/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
7672html {
7673 --ant-primary-color: #1890ff;
7674 --ant-primary-color-hover: #40a9ff;
7675 --ant-primary-color-active: #096dd9;
7676 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
7677 --ant-primary-1: #e6f7ff;
7678 --ant-primary-2: #bae7ff;
7679 --ant-primary-3: #91d5ff;
7680 --ant-primary-4: #69c0ff;
7681 --ant-primary-5: #40a9ff;
7682 --ant-primary-6: #1890ff;
7683 --ant-primary-7: #096dd9;
7684 --ant-primary-color-deprecated-pure: ;
7685 --ant-primary-color-deprecated-l-35: #cbe6ff;
7686 --ant-primary-color-deprecated-l-20: #7ec1ff;
7687 --ant-primary-color-deprecated-t-20: #46a6ff;
7688 --ant-primary-color-deprecated-t-50: #8cc8ff;
7689 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
7690 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
7691 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
7692 --ant-success-color: #52c41a;
7693 --ant-success-color-hover: #73d13d;
7694 --ant-success-color-active: #389e0d;
7695 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
7696 --ant-success-color-deprecated-bg: #f6ffed;
7697 --ant-success-color-deprecated-border: #b7eb8f;
7698 --ant-error-color: #ff4d4f;
7699 --ant-error-color-hover: #ff7875;
7700 --ant-error-color-active: #d9363e;
7701 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
7702 --ant-error-color-deprecated-bg: #fff2f0;
7703 --ant-error-color-deprecated-border: #ffccc7;
7704 --ant-warning-color: #faad14;
7705 --ant-warning-color-hover: #ffc53d;
7706 --ant-warning-color-active: #d48806;
7707 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
7708 --ant-warning-color-deprecated-bg: #fffbe6;
7709 --ant-warning-color-deprecated-border: #ffe58f;
7710 --ant-info-color: #1890ff;
7711 --ant-info-color-deprecated-bg: #e6f7ff;
7712 --ant-info-color-deprecated-border: #91d5ff;
7713}
7714.ant-space {
7715 display: inline-flex;
7716}
7717.ant-space-vertical {
7718 flex-direction: column;
7719}
7720.ant-space-align-center {
7721 align-items: center;
7722}
7723.ant-space-align-start {
7724 align-items: flex-start;
7725}
7726.ant-space-align-end {
7727 align-items: flex-end;
7728}
7729.ant-space-align-baseline {
7730 align-items: baseline;
7731}
7732.ant-space-item:empty {
7733 display: none;
7734}
7735.ant-space-compact {
7736 display: inline-flex;
7737}
7738.ant-space-compact-block {
7739 display: flex;
7740 width: 100%;
7741}
7742.ant-space-compact-vertical {
7743 flex-direction: column;
7744}
7745.ant-space-rtl {
7746 direction: rtl;
7747}
7748.ant-space-compact-rtl {
7749 direction: rtl;
7750}
7751
7752/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7753/* stylelint-disable no-duplicate-selectors */
7754/* stylelint-disable */
7755/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
7756html {
7757 --ant-primary-color: #1890ff;
7758 --ant-primary-color-hover: #40a9ff;
7759 --ant-primary-color-active: #096dd9;
7760 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
7761 --ant-primary-1: #e6f7ff;
7762 --ant-primary-2: #bae7ff;
7763 --ant-primary-3: #91d5ff;
7764 --ant-primary-4: #69c0ff;
7765 --ant-primary-5: #40a9ff;
7766 --ant-primary-6: #1890ff;
7767 --ant-primary-7: #096dd9;
7768 --ant-primary-color-deprecated-pure: ;
7769 --ant-primary-color-deprecated-l-35: #cbe6ff;
7770 --ant-primary-color-deprecated-l-20: #7ec1ff;
7771 --ant-primary-color-deprecated-t-20: #46a6ff;
7772 --ant-primary-color-deprecated-t-50: #8cc8ff;
7773 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
7774 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
7775 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
7776 --ant-success-color: #52c41a;
7777 --ant-success-color-hover: #73d13d;
7778 --ant-success-color-active: #389e0d;
7779 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
7780 --ant-success-color-deprecated-bg: #f6ffed;
7781 --ant-success-color-deprecated-border: #b7eb8f;
7782 --ant-error-color: #ff4d4f;
7783 --ant-error-color-hover: #ff7875;
7784 --ant-error-color-active: #d9363e;
7785 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
7786 --ant-error-color-deprecated-bg: #fff2f0;
7787 --ant-error-color-deprecated-border: #ffccc7;
7788 --ant-warning-color: #faad14;
7789 --ant-warning-color-hover: #ffc53d;
7790 --ant-warning-color-active: #d48806;
7791 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
7792 --ant-warning-color-deprecated-bg: #fffbe6;
7793 --ant-warning-color-deprecated-border: #ffe58f;
7794 --ant-info-color: #1890ff;
7795 --ant-info-color-deprecated-bg: #e6f7ff;
7796 --ant-info-color-deprecated-border: #91d5ff;
7797}
7798.ant-picker-calendar {
7799 box-sizing: border-box;
7800 margin: 0;
7801 padding: 0;
7802 color: rgba(0, 0, 0, 0.85);
7803 font-size: 14px;
7804 font-variant: tabular-nums;
7805 line-height: 1.5715;
7806 list-style: none;
7807 font-feature-settings: 'tnum';
7808 background: #fff;
7809}
7810.ant-picker-calendar-header {
7811 display: flex;
7812 justify-content: flex-end;
7813 padding: 12px 0;
7814}
7815.ant-picker-calendar-header .ant-picker-calendar-year-select {
7816 min-width: 80px;
7817}
7818.ant-picker-calendar-header .ant-picker-calendar-month-select {
7819 min-width: 70px;
7820 margin-left: 8px;
7821}
7822.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
7823 margin-left: 8px;
7824}
7825.ant-picker-calendar .ant-picker-panel {
7826 background: #fff;
7827 border: 0;
7828 border-top: 1px solid rgba(0, 0, 0, 0.06);
7829 border-radius: 0;
7830}
7831.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
7832.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
7833 width: auto;
7834}
7835.ant-picker-calendar .ant-picker-panel .ant-picker-body {
7836 padding: 8px 0;
7837}
7838.ant-picker-calendar .ant-picker-panel .ant-picker-content {
7839 width: 100%;
7840}
7841.ant-picker-calendar-mini {
7842 border-radius: 2px;
7843}
7844.ant-picker-calendar-mini .ant-picker-calendar-header {
7845 padding-right: 8px;
7846 padding-left: 8px;
7847}
7848.ant-picker-calendar-mini .ant-picker-panel {
7849 border-radius: 0 0 2px 2px;
7850}
7851.ant-picker-calendar-mini .ant-picker-content {
7852 height: 256px;
7853}
7854.ant-picker-calendar-mini .ant-picker-content th {
7855 height: auto;
7856 padding: 0;
7857 line-height: 18px;
7858}
7859.ant-picker-calendar-mini .ant-picker-cell::before {
7860 pointer-events: none;
7861}
7862.ant-picker-calendar-full .ant-picker-panel {
7863 display: block;
7864 width: 100%;
7865 text-align: right;
7866 background: #fff;
7867 border: 0;
7868}
7869.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
7870.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
7871 padding: 0;
7872}
7873.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
7874 height: auto;
7875 padding: 0 12px 5px 0;
7876 line-height: 18px;
7877}
7878.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
7879 display: none;
7880}
7881.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
7882 background: #f5f5f5;
7883}
7884.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
7885 display: none;
7886}
7887.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
7888.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
7889.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
7890.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
7891 background: var(--ant-primary-1);
7892}
7893.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
7894.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
7895.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
7896.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
7897 color: var(--ant-primary-color);
7898}
7899.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
7900 display: block;
7901 width: auto;
7902 height: auto;
7903 margin: 0 4px;
7904 padding: 4px 8px 0;
7905 border: 0;
7906 border-top: 2px solid rgba(0, 0, 0, 0.06);
7907 border-radius: 0;
7908 transition: background 0.3s;
7909}
7910.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
7911 line-height: 24px;
7912 transition: color 0.3s;
7913}
7914.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
7915 position: static;
7916 width: auto;
7917 height: 86px;
7918 overflow-y: auto;
7919 color: rgba(0, 0, 0, 0.85);
7920 line-height: 1.5715;
7921 text-align: left;
7922}
7923.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
7924 border-color: var(--ant-primary-color);
7925}
7926.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
7927 color: rgba(0, 0, 0, 0.85);
7928}
7929@media only screen and (max-width: 480px) {
7930 .ant-picker-calendar-header {
7931 display: block;
7932 }
7933 .ant-picker-calendar-header .ant-picker-calendar-year-select {
7934 width: 50%;
7935 }
7936 .ant-picker-calendar-header .ant-picker-calendar-month-select {
7937 width: calc(50% - 8px);
7938 }
7939 .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
7940 width: 100%;
7941 margin-top: 8px;
7942 margin-left: 0;
7943 }
7944 .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
7945 width: 50%;
7946 text-align: center;
7947 }
7948}
7949.ant-picker-calendar-rtl {
7950 direction: rtl;
7951}
7952.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
7953 margin-right: 8px;
7954 margin-left: 0;
7955}
7956.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
7957 margin-right: 8px;
7958 margin-left: 0;
7959}
7960.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
7961 text-align: left;
7962}
7963.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
7964 padding: 0 0 5px 12px;
7965}
7966.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
7967 text-align: right;
7968}
7969
7970/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7971/* stylelint-disable no-duplicate-selectors */
7972/* stylelint-disable */
7973/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
7974html {
7975 --ant-primary-color: #1890ff;
7976 --ant-primary-color-hover: #40a9ff;
7977 --ant-primary-color-active: #096dd9;
7978 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
7979 --ant-primary-1: #e6f7ff;
7980 --ant-primary-2: #bae7ff;
7981 --ant-primary-3: #91d5ff;
7982 --ant-primary-4: #69c0ff;
7983 --ant-primary-5: #40a9ff;
7984 --ant-primary-6: #1890ff;
7985 --ant-primary-7: #096dd9;
7986 --ant-primary-color-deprecated-pure: ;
7987 --ant-primary-color-deprecated-l-35: #cbe6ff;
7988 --ant-primary-color-deprecated-l-20: #7ec1ff;
7989 --ant-primary-color-deprecated-t-20: #46a6ff;
7990 --ant-primary-color-deprecated-t-50: #8cc8ff;
7991 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
7992 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
7993 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
7994 --ant-success-color: #52c41a;
7995 --ant-success-color-hover: #73d13d;
7996 --ant-success-color-active: #389e0d;
7997 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
7998 --ant-success-color-deprecated-bg: #f6ffed;
7999 --ant-success-color-deprecated-border: #b7eb8f;
8000 --ant-error-color: #ff4d4f;
8001 --ant-error-color-hover: #ff7875;
8002 --ant-error-color-active: #d9363e;
8003 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
8004 --ant-error-color-deprecated-bg: #fff2f0;
8005 --ant-error-color-deprecated-border: #ffccc7;
8006 --ant-warning-color: #faad14;
8007 --ant-warning-color-hover: #ffc53d;
8008 --ant-warning-color-active: #d48806;
8009 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
8010 --ant-warning-color-deprecated-bg: #fffbe6;
8011 --ant-warning-color-deprecated-border: #ffe58f;
8012 --ant-info-color: #1890ff;
8013 --ant-info-color-deprecated-bg: #e6f7ff;
8014 --ant-info-color-deprecated-border: #91d5ff;
8015}
8016.ant-picker-status-error.ant-picker,
8017.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
8018 background-color: #fff;
8019 border-color: var(--ant-error-color);
8020}
8021.ant-picker-status-error.ant-picker-focused,
8022.ant-picker-status-error.ant-picker:focus {
8023 border-color: var(--ant-error-color-hover);
8024 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
8025 border-right-width: 1px;
8026 outline: 0;
8027}
8028.ant-picker-status-error.ant-picker .ant-picker-active-bar {
8029 background: var(--ant-error-color-hover);
8030}
8031.ant-picker-status-warning.ant-picker,
8032.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
8033 background-color: #fff;
8034 border-color: var(--ant-warning-color);
8035}
8036.ant-picker-status-warning.ant-picker-focused,
8037.ant-picker-status-warning.ant-picker:focus {
8038 border-color: var(--ant-warning-color-hover);
8039 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
8040 border-right-width: 1px;
8041 outline: 0;
8042}
8043.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
8044 background: var(--ant-warning-color-hover);
8045}
8046.ant-picker {
8047 box-sizing: border-box;
8048 margin: 0;
8049 padding: 0;
8050 color: rgba(0, 0, 0, 0.85);
8051 font-size: 14px;
8052 font-variant: tabular-nums;
8053 line-height: 1.5715;
8054 list-style: none;
8055 font-feature-settings: 'tnum';
8056 padding: 4px 11px 4px;
8057 position: relative;
8058 display: inline-flex;
8059 align-items: center;
8060 background: #fff;
8061 border: 1px solid #d9d9d9;
8062 border-radius: 2px;
8063 transition: border 0.3s, box-shadow 0.3s;
8064}
8065.ant-picker:hover,
8066.ant-picker-focused {
8067 border-color: var(--ant-primary-5);
8068 border-right-width: 1px;
8069}
8070.ant-picker-focused {
8071 border-color: var(--ant-primary-color-hover);
8072 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
8073 border-right-width: 1px;
8074 outline: 0;
8075}
8076.ant-picker.ant-picker-disabled {
8077 background: #f5f5f5;
8078 border-color: #d9d9d9;
8079 cursor: not-allowed;
8080}
8081.ant-picker.ant-picker-disabled .ant-picker-suffix {
8082 color: rgba(0, 0, 0, 0.25);
8083}
8084.ant-picker.ant-picker-borderless {
8085 background-color: transparent !important;
8086 border-color: transparent !important;
8087 box-shadow: none !important;
8088}
8089.ant-picker-input {
8090 position: relative;
8091 display: inline-flex;
8092 align-items: center;
8093 width: 100%;
8094}
8095.ant-picker-input > input {
8096 position: relative;
8097 display: inline-block;
8098 width: 100%;
8099 min-width: 0;
8100 padding: 4px 11px;
8101 color: rgba(0, 0, 0, 0.85);
8102 font-size: 14px;
8103 line-height: 1.5715;
8104 background-color: #fff;
8105 background-image: none;
8106 border: 1px solid #d9d9d9;
8107 border-radius: 2px;
8108 transition: all 0.3s;
8109 flex: auto;
8110 min-width: 1px;
8111 height: auto;
8112 padding: 0;
8113 background: transparent;
8114 border: 0;
8115}
8116.ant-picker-input > input::-moz-placeholder {
8117 color: #bfbfbf;
8118 -moz-user-select: none;
8119 user-select: none;
8120}
8121.ant-picker-input > input:-ms-input-placeholder {
8122 color: #bfbfbf;
8123 -ms-user-select: none;
8124 user-select: none;
8125}
8126.ant-picker-input > input::placeholder {
8127 color: #bfbfbf;
8128 -webkit-user-select: none;
8129 -moz-user-select: none;
8130 -ms-user-select: none;
8131 user-select: none;
8132}
8133.ant-picker-input > input:-moz-placeholder-shown {
8134 text-overflow: ellipsis;
8135}
8136.ant-picker-input > input:-ms-input-placeholder {
8137 text-overflow: ellipsis;
8138}
8139.ant-picker-input > input:placeholder-shown {
8140 text-overflow: ellipsis;
8141}
8142.ant-picker-input > input:hover {
8143 border-color: var(--ant-primary-5);
8144 border-right-width: 1px;
8145}
8146.ant-picker-input > input:focus,
8147.ant-picker-input > input-focused {
8148 border-color: var(--ant-primary-color-hover);
8149 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
8150 border-right-width: 1px;
8151 outline: 0;
8152}
8153.ant-picker-input > input-disabled {
8154 color: rgba(0, 0, 0, 0.25);
8155 background-color: #f5f5f5;
8156 border-color: #d9d9d9;
8157 box-shadow: none;
8158 cursor: not-allowed;
8159 opacity: 1;
8160}
8161.ant-picker-input > input-disabled:hover {
8162 border-color: #d9d9d9;
8163 border-right-width: 1px;
8164}
8165.ant-picker-input > input[disabled] {
8166 color: rgba(0, 0, 0, 0.25);
8167 background-color: #f5f5f5;
8168 border-color: #d9d9d9;
8169 box-shadow: none;
8170 cursor: not-allowed;
8171 opacity: 1;
8172}
8173.ant-picker-input > input[disabled]:hover {
8174 border-color: #d9d9d9;
8175 border-right-width: 1px;
8176}
8177.ant-picker-input > input-borderless,
8178.ant-picker-input > input-borderless:hover,
8179.ant-picker-input > input-borderless:focus,
8180.ant-picker-input > input-borderless-focused,
8181.ant-picker-input > input-borderless-disabled,
8182.ant-picker-input > input-borderless[disabled] {
8183 background-color: transparent;
8184 border: none;
8185 box-shadow: none;
8186}
8187textarea.ant-picker-input > input {
8188 max-width: 100%;
8189 height: auto;
8190 min-height: 32px;
8191 line-height: 1.5715;
8192 vertical-align: bottom;
8193 transition: all 0.3s, height 0s;
8194}
8195.ant-picker-input > input-lg {
8196 padding: 6.5px 11px;
8197 font-size: 16px;
8198}
8199.ant-picker-input > input-sm {
8200 padding: 0px 7px;
8201}
8202.ant-picker-input > input:focus {
8203 box-shadow: none;
8204}
8205.ant-picker-input > input[disabled] {
8206 background: transparent;
8207}
8208.ant-picker-input:hover .ant-picker-clear {
8209 opacity: 1;
8210}
8211.ant-picker-input-placeholder > input {
8212 color: #bfbfbf;
8213}
8214.ant-picker-large {
8215 padding: 6.5px 11px 6.5px;
8216}
8217.ant-picker-large .ant-picker-input > input {
8218 font-size: 16px;
8219}
8220.ant-picker-small {
8221 padding: 0px 7px 0px;
8222}
8223.ant-picker-suffix {
8224 display: flex;
8225 flex: none;
8226 align-self: center;
8227 margin-left: 4px;
8228 color: rgba(0, 0, 0, 0.25);
8229 line-height: 1;
8230 pointer-events: none;
8231}
8232.ant-picker-suffix > * {
8233 vertical-align: top;
8234}
8235.ant-picker-suffix > *:not(:last-child) {
8236 margin-right: 8px;
8237}
8238.ant-picker-clear {
8239 position: absolute;
8240 top: 50%;
8241 right: 0;
8242 color: rgba(0, 0, 0, 0.25);
8243 line-height: 1;
8244 background: #fff;
8245 transform: translateY(-50%);
8246 cursor: pointer;
8247 opacity: 0;
8248 transition: opacity 0.3s, color 0.3s;
8249}
8250.ant-picker-clear > * {
8251 vertical-align: top;
8252}
8253.ant-picker-clear:hover {
8254 color: rgba(0, 0, 0, 0.45);
8255}
8256.ant-picker-separator {
8257 position: relative;
8258 display: inline-block;
8259 width: 1em;
8260 height: 16px;
8261 color: rgba(0, 0, 0, 0.25);
8262 font-size: 16px;
8263 vertical-align: top;
8264 cursor: default;
8265}
8266.ant-picker-focused .ant-picker-separator {
8267 color: rgba(0, 0, 0, 0.45);
8268}
8269.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
8270 cursor: not-allowed;
8271}
8272.ant-picker-range {
8273 position: relative;
8274 display: inline-flex;
8275}
8276.ant-picker-range .ant-picker-clear {
8277 right: 11px;
8278}
8279.ant-picker-range:hover .ant-picker-clear {
8280 opacity: 1;
8281}
8282.ant-picker-range .ant-picker-active-bar {
8283 bottom: -1px;
8284 height: 2px;
8285 margin-left: 11px;
8286 background: var(--ant-primary-color);
8287 opacity: 0;
8288 transition: all 0.3s ease-out;
8289 pointer-events: none;
8290}
8291.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
8292 opacity: 1;
8293}
8294.ant-picker-range-separator {
8295 align-items: center;
8296 padding: 0 8px;
8297 line-height: 1;
8298}
8299.ant-picker-range.ant-picker-small .ant-picker-clear {
8300 right: 7px;
8301}
8302.ant-picker-range.ant-picker-small .ant-picker-active-bar {
8303 margin-left: 7px;
8304}
8305.ant-picker-dropdown {
8306 box-sizing: border-box;
8307 margin: 0;
8308 padding: 0;
8309 color: rgba(0, 0, 0, 0.85);
8310 font-size: 14px;
8311 font-variant: tabular-nums;
8312 line-height: 1.5715;
8313 list-style: none;
8314 font-feature-settings: 'tnum';
8315 position: absolute;
8316 top: -9999px;
8317 left: -9999px;
8318 z-index: 1050;
8319}
8320.ant-picker-dropdown-hidden {
8321 display: none;
8322}
8323.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
8324 top: 2.58561808px;
8325 display: block;
8326 transform: rotate(-135deg) translateY(1px);
8327}
8328.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
8329 bottom: 2.58561808px;
8330 display: block;
8331 transform: rotate(45deg);
8332}
8333.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
8334.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
8335.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
8336.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
8337 animation-name: antSlideDownIn;
8338}
8339.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
8340.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
8341.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
8342.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
8343 animation-name: antSlideUpIn;
8344}
8345.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
8346.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
8347 animation-name: antSlideDownOut;
8348}
8349.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
8350.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
8351 animation-name: antSlideUpOut;
8352}
8353.ant-picker-dropdown-range {
8354 padding: 7.54247233px 0;
8355}
8356.ant-picker-dropdown-range-hidden {
8357 display: none;
8358}
8359.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
8360 padding-top: 4px;
8361}
8362.ant-picker-ranges {
8363 margin-bottom: 0;
8364 padding: 4px 12px;
8365 overflow: hidden;
8366 line-height: 34px;
8367 text-align: left;
8368 list-style: none;
8369}
8370.ant-picker-ranges > li {
8371 display: inline-block;
8372}
8373.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
8374 color: var(--ant-primary-color);
8375 background: var(--ant-primary-1);
8376 border-color: var(--ant-primary-3);
8377 cursor: pointer;
8378}
8379.ant-picker-ranges .ant-picker-ok {
8380 float: right;
8381 margin-left: 8px;
8382}
8383.ant-picker-range-wrapper {
8384 display: flex;
8385}
8386.ant-picker-range-arrow {
8387 position: absolute;
8388 z-index: 1;
8389 width: 11.3137085px;
8390 height: 11.3137085px;
8391 margin-left: 16.5px;
8392 box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
8393 transition: left 0.3s ease-out;
8394 border-radius: 0 0 2px;
8395 pointer-events: none;
8396}
8397.ant-picker-range-arrow::before {
8398 position: absolute;
8399 top: -11.3137085px;
8400 left: -11.3137085px;
8401 width: 33.9411255px;
8402 height: 33.9411255px;
8403 background: #fff;
8404 background-repeat: no-repeat;
8405 background-position: -10px -10px;
8406 content: '';
8407 -webkit-clip-path: inset(33% 33%);
8408 clip-path: inset(33% 33%);
8409 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
8410 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
8411}
8412.ant-picker-panel-container {
8413 overflow: hidden;
8414 vertical-align: top;
8415 background: #fff;
8416 border-radius: 2px;
8417 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
8418 transition: margin 0.3s;
8419}
8420.ant-picker-panel-container .ant-picker-panels {
8421 display: inline-flex;
8422 flex-wrap: nowrap;
8423 direction: ltr;
8424}
8425.ant-picker-panel-container .ant-picker-panel {
8426 vertical-align: top;
8427 background: transparent;
8428 border-width: 0 0 1px 0;
8429 border-radius: 0;
8430}
8431.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
8432.ant-picker-panel-container .ant-picker-panel table {
8433 text-align: center;
8434}
8435.ant-picker-panel-container .ant-picker-panel-focused {
8436 border-color: rgba(0, 0, 0, 0.06);
8437}
8438.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
8439 margin-right: -1px;
8440}
8441.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
8442 margin-left: -1px;
8443}
8444.ant-picker-compact-item:hover,
8445.ant-picker-compact-item:focus,
8446.ant-picker-compact-item:active {
8447 z-index: 2;
8448}
8449.ant-picker-compact-item.ant-picker-focused {
8450 z-index: 2;
8451}
8452.ant-picker-compact-item[disabled] {
8453 z-index: 0;
8454}
8455.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
8456 border-radius: 0;
8457}
8458.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
8459 border-top-right-radius: 0;
8460 border-bottom-right-radius: 0;
8461}
8462.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
8463 border-top-left-radius: 0;
8464 border-bottom-left-radius: 0;
8465}
8466.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
8467 border-top-left-radius: 0;
8468 border-bottom-left-radius: 0;
8469}
8470.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
8471 border-top-right-radius: 0;
8472 border-bottom-right-radius: 0;
8473}
8474.ant-picker-panel {
8475 display: inline-flex;
8476 flex-direction: column;
8477 text-align: center;
8478 background: #fff;
8479 border: 1px solid rgba(0, 0, 0, 0.06);
8480 border-radius: 2px;
8481 outline: none;
8482}
8483.ant-picker-panel-focused {
8484 border-color: var(--ant-primary-color);
8485}
8486.ant-picker-decade-panel,
8487.ant-picker-year-panel,
8488.ant-picker-quarter-panel,
8489.ant-picker-month-panel,
8490.ant-picker-week-panel,
8491.ant-picker-date-panel,
8492.ant-picker-time-panel {
8493 display: flex;
8494 flex-direction: column;
8495 width: 280px;
8496}
8497.ant-picker-header {
8498 display: flex;
8499 padding: 0 8px;
8500 color: rgba(0, 0, 0, 0.85);
8501 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
8502}
8503.ant-picker-header > * {
8504 flex: none;
8505}
8506.ant-picker-header button {
8507 padding: 0;
8508 color: rgba(0, 0, 0, 0.25);
8509 line-height: 40px;
8510 background: transparent;
8511 border: 0;
8512 cursor: pointer;
8513 transition: color 0.3s;
8514}
8515.ant-picker-header > button {
8516 min-width: 1.6em;
8517 font-size: 14px;
8518}
8519.ant-picker-header > button:hover {
8520 color: rgba(0, 0, 0, 0.85);
8521}
8522.ant-picker-header-view {
8523 flex: auto;
8524 font-weight: 500;
8525 line-height: 40px;
8526}
8527.ant-picker-header-view button {
8528 color: inherit;
8529 font-weight: inherit;
8530}
8531.ant-picker-header-view button:not(:first-child) {
8532 margin-left: 8px;
8533}
8534.ant-picker-header-view button:hover {
8535 color: var(--ant-primary-color);
8536}
8537.ant-picker-prev-icon,
8538.ant-picker-next-icon,
8539.ant-picker-super-prev-icon,
8540.ant-picker-super-next-icon {
8541 position: relative;
8542 display: inline-block;
8543 width: 7px;
8544 height: 7px;
8545}
8546.ant-picker-prev-icon::before,
8547.ant-picker-next-icon::before,
8548.ant-picker-super-prev-icon::before,
8549.ant-picker-super-next-icon::before {
8550 position: absolute;
8551 top: 0;
8552 left: 0;
8553 display: inline-block;
8554 width: 7px;
8555 height: 7px;
8556 border: 0 solid currentcolor;
8557 border-width: 1.5px 0 0 1.5px;
8558 content: '';
8559}
8560.ant-picker-super-prev-icon::after,
8561.ant-picker-super-next-icon::after {
8562 position: absolute;
8563 top: 4px;
8564 left: 4px;
8565 display: inline-block;
8566 width: 7px;
8567 height: 7px;
8568 border: 0 solid currentcolor;
8569 border-width: 1.5px 0 0 1.5px;
8570 content: '';
8571}
8572.ant-picker-prev-icon,
8573.ant-picker-super-prev-icon {
8574 transform: rotate(-45deg);
8575}
8576.ant-picker-next-icon,
8577.ant-picker-super-next-icon {
8578 transform: rotate(135deg);
8579}
8580.ant-picker-content {
8581 width: 100%;
8582 table-layout: fixed;
8583 border-collapse: collapse;
8584}
8585.ant-picker-content th,
8586.ant-picker-content td {
8587 position: relative;
8588 min-width: 24px;
8589 font-weight: 400;
8590}
8591.ant-picker-content th {
8592 height: 30px;
8593 color: rgba(0, 0, 0, 0.85);
8594 line-height: 30px;
8595}
8596.ant-picker-cell {
8597 padding: 3px 0;
8598 color: rgba(0, 0, 0, 0.25);
8599 cursor: pointer;
8600}
8601.ant-picker-cell-in-view {
8602 color: rgba(0, 0, 0, 0.85);
8603}
8604.ant-picker-cell::before {
8605 position: absolute;
8606 top: 50%;
8607 right: 0;
8608 left: 0;
8609 z-index: 1;
8610 height: 24px;
8611 transform: translateY(-50%);
8612 transition: all 0.3s;
8613 content: '';
8614}
8615.ant-picker-cell .ant-picker-cell-inner {
8616 position: relative;
8617 z-index: 2;
8618 display: inline-block;
8619 min-width: 24px;
8620 height: 24px;
8621 line-height: 24px;
8622 border-radius: 2px;
8623 transition: background 0.3s, border 0.3s;
8624}
8625.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
8626.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
8627 background: #f5f5f5;
8628}
8629.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
8630 position: absolute;
8631 top: 0;
8632 right: 0;
8633 bottom: 0;
8634 left: 0;
8635 z-index: 1;
8636 border: 1px solid var(--ant-primary-color);
8637 border-radius: 2px;
8638 content: '';
8639}
8640.ant-picker-cell-in-view.ant-picker-cell-in-range {
8641 position: relative;
8642}
8643.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
8644 background: var(--ant-primary-1);
8645}
8646.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
8647.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
8648.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
8649 color: #fff;
8650 background: var(--ant-primary-color);
8651}
8652.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
8653.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
8654 background: var(--ant-primary-1);
8655}
8656.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
8657 left: 50%;
8658}
8659.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
8660 right: 50%;
8661}
8662.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
8663.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
8664.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
8665.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
8666.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
8667.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
8668.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
8669 position: absolute;
8670 top: 50%;
8671 z-index: 0;
8672 height: 24px;
8673 border-top: 1px dashed var(--ant-primary-color-deprecated-l-20);
8674 border-bottom: 1px dashed var(--ant-primary-color-deprecated-l-20);
8675 transform: translateY(-50%);
8676 transition: all 0.3s;
8677 content: '';
8678}
8679.ant-picker-cell-range-hover-start::after,
8680.ant-picker-cell-range-hover-end::after,
8681.ant-picker-cell-range-hover::after {
8682 right: 0;
8683 left: 2px;
8684}
8685.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
8686.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
8687.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
8688.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
8689.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
8690.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
8691.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
8692 background: var(--ant-primary-color-deprecated-l-35);
8693}
8694.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
8695 border-radius: 2px 0 0 2px;
8696}
8697.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
8698 border-radius: 0 2px 2px 0;
8699}
8700.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
8701.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
8702 position: absolute;
8703 top: 0;
8704 bottom: 0;
8705 z-index: -1;
8706 background: var(--ant-primary-color-deprecated-l-35);
8707 transition: all 0.3s;
8708 content: '';
8709}
8710.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
8711 right: -6px;
8712 left: 0;
8713}
8714.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
8715 right: 0;
8716 left: -6px;
8717}
8718.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
8719 right: 50%;
8720}
8721.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
8722 left: 50%;
8723}
8724tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
8725tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
8726.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
8727.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
8728.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
8729 left: 6px;
8730 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
8731 border-top-left-radius: 2px;
8732 border-bottom-left-radius: 2px;
8733}
8734tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
8735tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
8736.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
8737.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
8738.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
8739 right: 6px;
8740 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
8741 border-top-right-radius: 2px;
8742 border-bottom-right-radius: 2px;
8743}
8744.ant-picker-cell-disabled {
8745 color: rgba(0, 0, 0, 0.25);
8746 pointer-events: none;
8747}
8748.ant-picker-cell-disabled .ant-picker-cell-inner {
8749 background: transparent;
8750}
8751.ant-picker-cell-disabled::before {
8752 background: rgba(0, 0, 0, 0.04);
8753}
8754.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
8755 border-color: rgba(0, 0, 0, 0.25);
8756}
8757.ant-picker-decade-panel .ant-picker-content,
8758.ant-picker-year-panel .ant-picker-content,
8759.ant-picker-quarter-panel .ant-picker-content,
8760.ant-picker-month-panel .ant-picker-content {
8761 height: 264px;
8762}
8763.ant-picker-decade-panel .ant-picker-cell-inner,
8764.ant-picker-year-panel .ant-picker-cell-inner,
8765.ant-picker-quarter-panel .ant-picker-cell-inner,
8766.ant-picker-month-panel .ant-picker-cell-inner {
8767 padding: 0 8px;
8768}
8769.ant-picker-quarter-panel .ant-picker-content {
8770 height: 56px;
8771}
8772.ant-picker-footer {
8773 width: -moz-min-content;
8774 width: min-content;
8775 min-width: 100%;
8776 line-height: 38px;
8777 text-align: center;
8778 border-bottom: 1px solid transparent;
8779}
8780.ant-picker-panel .ant-picker-footer {
8781 border-top: 1px solid rgba(0, 0, 0, 0.06);
8782}
8783.ant-picker-footer-extra {
8784 padding: 0 12px;
8785 line-height: 38px;
8786 text-align: left;
8787}
8788.ant-picker-footer-extra:not(:last-child) {
8789 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
8790}
8791.ant-picker-now {
8792 text-align: left;
8793}
8794.ant-picker-today-btn {
8795 color: var(--ant-primary-color);
8796}
8797.ant-picker-today-btn:hover {
8798 color: var(--ant-primary-color-hover);
8799}
8800.ant-picker-today-btn:active {
8801 color: var(--ant-primary-color-active);
8802}
8803.ant-picker-today-btn.ant-picker-today-btn-disabled {
8804 color: rgba(0, 0, 0, 0.25);
8805 cursor: not-allowed;
8806}
8807.ant-picker-decade-panel .ant-picker-cell-inner {
8808 padding: 0 4px;
8809}
8810.ant-picker-decade-panel .ant-picker-cell::before {
8811 display: none;
8812}
8813.ant-picker-year-panel .ant-picker-body,
8814.ant-picker-quarter-panel .ant-picker-body,
8815.ant-picker-month-panel .ant-picker-body {
8816 padding: 0 8px;
8817}
8818.ant-picker-year-panel .ant-picker-cell-inner,
8819.ant-picker-quarter-panel .ant-picker-cell-inner,
8820.ant-picker-month-panel .ant-picker-cell-inner {
8821 width: 60px;
8822}
8823.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
8824.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
8825.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
8826 left: 14px;
8827 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
8828 border-radius: 2px 0 0 2px;
8829}
8830.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
8831.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
8832.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
8833 right: 14px;
8834 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
8835 border-radius: 0 2px 2px 0;
8836}
8837.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
8838.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
8839.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
8840 right: 14px;
8841 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
8842 border-radius: 0 2px 2px 0;
8843}
8844.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
8845.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
8846.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
8847 left: 14px;
8848 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
8849 border-radius: 2px 0 0 2px;
8850}
8851.ant-picker-week-panel .ant-picker-body {
8852 padding: 8px 12px;
8853}
8854.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
8855.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
8856.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
8857 background: transparent !important;
8858}
8859.ant-picker-week-panel-row td {
8860 transition: background 0.3s;
8861}
8862.ant-picker-week-panel-row:hover td {
8863 background: #f5f5f5;
8864}
8865.ant-picker-week-panel-row-selected td,
8866.ant-picker-week-panel-row-selected:hover td {
8867 background: var(--ant-primary-color);
8868}
8869.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
8870.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
8871 color: rgba(255, 255, 255, 0.5);
8872}
8873.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
8874.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
8875 border-color: #fff;
8876}
8877.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
8878.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
8879 color: #fff;
8880}
8881.ant-picker-date-panel .ant-picker-body {
8882 padding: 8px 12px;
8883}
8884.ant-picker-date-panel .ant-picker-content {
8885 width: 252px;
8886}
8887.ant-picker-date-panel .ant-picker-content th {
8888 width: 36px;
8889}
8890.ant-picker-datetime-panel {
8891 display: flex;
8892}
8893.ant-picker-datetime-panel .ant-picker-time-panel {
8894 border-left: 1px solid rgba(0, 0, 0, 0.06);
8895}
8896.ant-picker-datetime-panel .ant-picker-date-panel,
8897.ant-picker-datetime-panel .ant-picker-time-panel {
8898 transition: opacity 0.3s;
8899}
8900.ant-picker-datetime-panel-active .ant-picker-date-panel,
8901.ant-picker-datetime-panel-active .ant-picker-time-panel {
8902 opacity: 0.3;
8903}
8904.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
8905.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
8906 opacity: 1;
8907}
8908.ant-picker-time-panel {
8909 width: auto;
8910 min-width: auto;
8911}
8912.ant-picker-time-panel .ant-picker-content {
8913 display: flex;
8914 flex: auto;
8915 height: 224px;
8916}
8917.ant-picker-time-panel-column {
8918 flex: 1 0 auto;
8919 width: 56px;
8920 margin: 0;
8921 padding: 0;
8922 overflow-y: hidden;
8923 text-align: left;
8924 list-style: none;
8925 transition: background 0.3s;
8926}
8927.ant-picker-time-panel-column::after {
8928 display: block;
8929 height: 196px;
8930 content: '';
8931}
8932.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
8933 height: 198px;
8934}
8935.ant-picker-time-panel-column:not(:first-child) {
8936 border-left: 1px solid rgba(0, 0, 0, 0.06);
8937}
8938.ant-picker-time-panel-column-active {
8939 background: var(--ant-primary-color-active-deprecated-f-30);
8940}
8941.ant-picker-time-panel-column:hover {
8942 overflow-y: auto;
8943}
8944.ant-picker-time-panel-column > li {
8945 margin: 0;
8946 padding: 0;
8947}
8948.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
8949 display: block;
8950 width: 100%;
8951 height: 28px;
8952 margin: 0;
8953 padding: 0 0 0 14px;
8954 color: rgba(0, 0, 0, 0.85);
8955 line-height: 28px;
8956 border-radius: 0;
8957 cursor: pointer;
8958 transition: background 0.3s;
8959}
8960.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
8961 background: #f5f5f5;
8962}
8963.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
8964 background: var(--ant-primary-1);
8965}
8966.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
8967 color: rgba(0, 0, 0, 0.25);
8968 background: transparent;
8969 cursor: not-allowed;
8970}
8971/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
8972_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
8973:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
8974_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
8975:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
8976 padding: 21px 0;
8977}
8978.ant-picker-rtl {
8979 direction: rtl;
8980}
8981.ant-picker-rtl .ant-picker-suffix {
8982 margin-right: 4px;
8983 margin-left: 0;
8984}
8985.ant-picker-rtl .ant-picker-clear {
8986 right: auto;
8987 left: 0;
8988}
8989.ant-picker-rtl .ant-picker-separator {
8990 transform: rotate(180deg);
8991}
8992.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
8993 margin-right: 8px;
8994 margin-left: 0;
8995}
8996.ant-picker-rtl.ant-picker-range .ant-picker-clear {
8997 right: auto;
8998 left: 11px;
8999}
9000.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
9001 margin-right: 11px;
9002 margin-left: 0;
9003}
9004.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
9005 margin-right: 7px;
9006}
9007.ant-picker-dropdown-rtl .ant-picker-ranges {
9008 text-align: right;
9009}
9010.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
9011 float: left;
9012 margin-right: 8px;
9013 margin-left: 0;
9014}
9015.ant-picker-panel-rtl {
9016 direction: rtl;
9017}
9018.ant-picker-panel-rtl .ant-picker-prev-icon,
9019.ant-picker-panel-rtl .ant-picker-super-prev-icon {
9020 transform: rotate(135deg);
9021}
9022.ant-picker-panel-rtl .ant-picker-next-icon,
9023.ant-picker-panel-rtl .ant-picker-super-next-icon {
9024 transform: rotate(-45deg);
9025}
9026.ant-picker-cell .ant-picker-cell-inner {
9027 position: relative;
9028 z-index: 2;
9029 display: inline-block;
9030 min-width: 24px;
9031 height: 24px;
9032 line-height: 24px;
9033 border-radius: 2px;
9034 transition: background 0.3s, border 0.3s;
9035}
9036.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
9037 right: 50%;
9038 left: 0;
9039}
9040.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
9041 right: 0;
9042 left: 50%;
9043}
9044.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
9045 right: 50%;
9046 left: 50%;
9047}
9048.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
9049 right: 0;
9050 left: -6px;
9051}
9052.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
9053 right: -6px;
9054 left: 0;
9055}
9056.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
9057 right: 0;
9058 left: 50%;
9059}
9060.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
9061 right: 50%;
9062 left: 0;
9063}
9064.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
9065 border-radius: 0 2px 2px 0;
9066}
9067.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
9068 border-radius: 2px 0 0 2px;
9069}
9070.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
9071.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
9072.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
9073.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
9074 right: 6px;
9075 left: 0;
9076 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9077 border-left: none;
9078 border-radius: 0 2px 2px 0;
9079}
9080.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
9081.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
9082.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
9083.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
9084 right: 0;
9085 left: 6px;
9086 border-right: none;
9087 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9088 border-radius: 2px 0 0 2px;
9089}
9090.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
9091.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
9092.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
9093.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
9094.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
9095.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
9096.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
9097 right: 6px;
9098 left: 6px;
9099 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9100 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9101 border-radius: 2px;
9102}
9103.ant-picker-dropdown-rtl .ant-picker-footer-extra {
9104 direction: rtl;
9105 text-align: right;
9106}
9107.ant-picker-panel-rtl .ant-picker-time-panel {
9108 direction: ltr;
9109}
9110
9111/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9112/* stylelint-disable no-duplicate-selectors */
9113/* stylelint-disable */
9114/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9115html {
9116 --ant-primary-color: #1890ff;
9117 --ant-primary-color-hover: #40a9ff;
9118 --ant-primary-color-active: #096dd9;
9119 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
9120 --ant-primary-1: #e6f7ff;
9121 --ant-primary-2: #bae7ff;
9122 --ant-primary-3: #91d5ff;
9123 --ant-primary-4: #69c0ff;
9124 --ant-primary-5: #40a9ff;
9125 --ant-primary-6: #1890ff;
9126 --ant-primary-7: #096dd9;
9127 --ant-primary-color-deprecated-pure: ;
9128 --ant-primary-color-deprecated-l-35: #cbe6ff;
9129 --ant-primary-color-deprecated-l-20: #7ec1ff;
9130 --ant-primary-color-deprecated-t-20: #46a6ff;
9131 --ant-primary-color-deprecated-t-50: #8cc8ff;
9132 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
9133 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
9134 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
9135 --ant-success-color: #52c41a;
9136 --ant-success-color-hover: #73d13d;
9137 --ant-success-color-active: #389e0d;
9138 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
9139 --ant-success-color-deprecated-bg: #f6ffed;
9140 --ant-success-color-deprecated-border: #b7eb8f;
9141 --ant-error-color: #ff4d4f;
9142 --ant-error-color-hover: #ff7875;
9143 --ant-error-color-active: #d9363e;
9144 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
9145 --ant-error-color-deprecated-bg: #fff2f0;
9146 --ant-error-color-deprecated-border: #ffccc7;
9147 --ant-warning-color: #faad14;
9148 --ant-warning-color-hover: #ffc53d;
9149 --ant-warning-color-active: #d48806;
9150 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
9151 --ant-warning-color-deprecated-bg: #fffbe6;
9152 --ant-warning-color-deprecated-border: #ffe58f;
9153 --ant-info-color: #1890ff;
9154 --ant-info-color-deprecated-bg: #e6f7ff;
9155 --ant-info-color-deprecated-border: #91d5ff;
9156}
9157.ant-tag {
9158 box-sizing: border-box;
9159 margin: 0;
9160 padding: 0;
9161 color: rgba(0, 0, 0, 0.85);
9162 font-size: 14px;
9163 font-variant: tabular-nums;
9164 line-height: 1.5715;
9165 list-style: none;
9166 font-feature-settings: 'tnum';
9167 display: inline-block;
9168 height: auto;
9169 margin-right: 8px;
9170 padding: 0 7px;
9171 font-size: 12px;
9172 line-height: 20px;
9173 white-space: nowrap;
9174 background: #fafafa;
9175 border: 1px solid #d9d9d9;
9176 border-radius: 2px;
9177 opacity: 1;
9178 transition: all 0.3s;
9179}
9180.ant-tag,
9181.ant-tag a,
9182.ant-tag a:hover {
9183 color: rgba(0, 0, 0, 0.85);
9184}
9185.ant-tag > a:first-child:last-child {
9186 display: inline-block;
9187 margin: 0 -8px;
9188 padding: 0 8px;
9189}
9190.ant-tag-close-icon {
9191 margin-left: 3px;
9192 color: rgba(0, 0, 0, 0.45);
9193 font-size: 10px;
9194 cursor: pointer;
9195 transition: all 0.3s;
9196}
9197.ant-tag-close-icon:hover {
9198 color: rgba(0, 0, 0, 0.85);
9199}
9200.ant-tag-has-color {
9201 border-color: transparent;
9202}
9203.ant-tag-has-color,
9204.ant-tag-has-color a,
9205.ant-tag-has-color a:hover,
9206.ant-tag-has-color .anticon-close,
9207.ant-tag-has-color .anticon-close:hover {
9208 color: #fff;
9209}
9210.ant-tag-checkable {
9211 background-color: transparent;
9212 border-color: transparent;
9213 cursor: pointer;
9214}
9215.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
9216 color: var(--ant-primary-color);
9217}
9218.ant-tag-checkable:active,
9219.ant-tag-checkable-checked {
9220 color: #fff;
9221}
9222.ant-tag-checkable-checked {
9223 background-color: var(--ant-primary-6);
9224}
9225.ant-tag-checkable:active {
9226 background-color: var(--ant-primary-7);
9227}
9228.ant-tag-hidden {
9229 display: none;
9230}
9231.ant-tag-pink {
9232 color: #c41d7f;
9233 background: #fff0f6;
9234 border-color: #ffadd2;
9235}
9236.ant-tag-pink-inverse {
9237 color: #fff;
9238 background: #eb2f96;
9239 border-color: #eb2f96;
9240}
9241.ant-tag-magenta {
9242 color: #c41d7f;
9243 background: #fff0f6;
9244 border-color: #ffadd2;
9245}
9246.ant-tag-magenta-inverse {
9247 color: #fff;
9248 background: #eb2f96;
9249 border-color: #eb2f96;
9250}
9251.ant-tag-red {
9252 color: #cf1322;
9253 background: #fff1f0;
9254 border-color: #ffa39e;
9255}
9256.ant-tag-red-inverse {
9257 color: #fff;
9258 background: #f5222d;
9259 border-color: #f5222d;
9260}
9261.ant-tag-volcano {
9262 color: #d4380d;
9263 background: #fff2e8;
9264 border-color: #ffbb96;
9265}
9266.ant-tag-volcano-inverse {
9267 color: #fff;
9268 background: #fa541c;
9269 border-color: #fa541c;
9270}
9271.ant-tag-orange {
9272 color: #d46b08;
9273 background: #fff7e6;
9274 border-color: #ffd591;
9275}
9276.ant-tag-orange-inverse {
9277 color: #fff;
9278 background: #fa8c16;
9279 border-color: #fa8c16;
9280}
9281.ant-tag-yellow {
9282 color: #d4b106;
9283 background: #feffe6;
9284 border-color: #fffb8f;
9285}
9286.ant-tag-yellow-inverse {
9287 color: #fff;
9288 background: #fadb14;
9289 border-color: #fadb14;
9290}
9291.ant-tag-gold {
9292 color: #d48806;
9293 background: #fffbe6;
9294 border-color: #ffe58f;
9295}
9296.ant-tag-gold-inverse {
9297 color: #fff;
9298 background: #faad14;
9299 border-color: #faad14;
9300}
9301.ant-tag-cyan {
9302 color: #08979c;
9303 background: #e6fffb;
9304 border-color: #87e8de;
9305}
9306.ant-tag-cyan-inverse {
9307 color: #fff;
9308 background: #13c2c2;
9309 border-color: #13c2c2;
9310}
9311.ant-tag-lime {
9312 color: #7cb305;
9313 background: #fcffe6;
9314 border-color: #eaff8f;
9315}
9316.ant-tag-lime-inverse {
9317 color: #fff;
9318 background: #a0d911;
9319 border-color: #a0d911;
9320}
9321.ant-tag-green {
9322 color: #389e0d;
9323 background: #f6ffed;
9324 border-color: #b7eb8f;
9325}
9326.ant-tag-green-inverse {
9327 color: #fff;
9328 background: #52c41a;
9329 border-color: #52c41a;
9330}
9331.ant-tag-blue {
9332 color: #096dd9;
9333 background: #e6f7ff;
9334 border-color: #91d5ff;
9335}
9336.ant-tag-blue-inverse {
9337 color: #fff;
9338 background: #1890ff;
9339 border-color: #1890ff;
9340}
9341.ant-tag-geekblue {
9342 color: #1d39c4;
9343 background: #f0f5ff;
9344 border-color: #adc6ff;
9345}
9346.ant-tag-geekblue-inverse {
9347 color: #fff;
9348 background: #2f54eb;
9349 border-color: #2f54eb;
9350}
9351.ant-tag-purple {
9352 color: #531dab;
9353 background: #f9f0ff;
9354 border-color: #d3adf7;
9355}
9356.ant-tag-purple-inverse {
9357 color: #fff;
9358 background: #722ed1;
9359 border-color: #722ed1;
9360}
9361.ant-tag-success {
9362 color: var(--ant-success-color);
9363 background: var(--ant-success-color-deprecated-bg);
9364 border-color: var(--ant-success-color-deprecated-border);
9365}
9366.ant-tag-processing {
9367 color: var(--ant-info-color);
9368 background: var(--ant-info-color-deprecated-bg);
9369 border-color: var(--ant-info-color-deprecated-border);
9370}
9371.ant-tag-error {
9372 color: var(--ant-error-color);
9373 background: var(--ant-error-color-deprecated-bg);
9374 border-color: var(--ant-error-color-deprecated-border);
9375}
9376.ant-tag-warning {
9377 color: var(--ant-warning-color);
9378 background: var(--ant-warning-color-deprecated-bg);
9379 border-color: var(--ant-warning-color-deprecated-border);
9380}
9381.ant-tag > .anticon + span,
9382.ant-tag > span + .anticon {
9383 margin-left: 7px;
9384}
9385.ant-tag.ant-tag-rtl {
9386 margin-right: 0;
9387 margin-left: 8px;
9388 direction: rtl;
9389 text-align: right;
9390}
9391.ant-tag-rtl .ant-tag-close-icon {
9392 margin-right: 3px;
9393 margin-left: 0;
9394}
9395.ant-tag-rtl.ant-tag > .anticon + span,
9396.ant-tag-rtl.ant-tag > span + .anticon {
9397 margin-right: 7px;
9398 margin-left: 0;
9399}
9400
9401/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9402/* stylelint-disable no-duplicate-selectors */
9403/* stylelint-disable */
9404/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9405html {
9406 --ant-primary-color: #1890ff;
9407 --ant-primary-color-hover: #40a9ff;
9408 --ant-primary-color-active: #096dd9;
9409 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
9410 --ant-primary-1: #e6f7ff;
9411 --ant-primary-2: #bae7ff;
9412 --ant-primary-3: #91d5ff;
9413 --ant-primary-4: #69c0ff;
9414 --ant-primary-5: #40a9ff;
9415 --ant-primary-6: #1890ff;
9416 --ant-primary-7: #096dd9;
9417 --ant-primary-color-deprecated-pure: ;
9418 --ant-primary-color-deprecated-l-35: #cbe6ff;
9419 --ant-primary-color-deprecated-l-20: #7ec1ff;
9420 --ant-primary-color-deprecated-t-20: #46a6ff;
9421 --ant-primary-color-deprecated-t-50: #8cc8ff;
9422 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
9423 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
9424 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
9425 --ant-success-color: #52c41a;
9426 --ant-success-color-hover: #73d13d;
9427 --ant-success-color-active: #389e0d;
9428 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
9429 --ant-success-color-deprecated-bg: #f6ffed;
9430 --ant-success-color-deprecated-border: #b7eb8f;
9431 --ant-error-color: #ff4d4f;
9432 --ant-error-color-hover: #ff7875;
9433 --ant-error-color-active: #d9363e;
9434 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
9435 --ant-error-color-deprecated-bg: #fff2f0;
9436 --ant-error-color-deprecated-border: #ffccc7;
9437 --ant-warning-color: #faad14;
9438 --ant-warning-color-hover: #ffc53d;
9439 --ant-warning-color-active: #d48806;
9440 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
9441 --ant-warning-color-deprecated-bg: #fffbe6;
9442 --ant-warning-color-deprecated-border: #ffe58f;
9443 --ant-info-color: #1890ff;
9444 --ant-info-color-deprecated-bg: #e6f7ff;
9445 --ant-info-color-deprecated-border: #91d5ff;
9446}
9447.ant-radio-group {
9448 box-sizing: border-box;
9449 margin: 0;
9450 padding: 0;
9451 color: rgba(0, 0, 0, 0.85);
9452 font-size: 14px;
9453 font-variant: tabular-nums;
9454 line-height: 1.5715;
9455 list-style: none;
9456 font-feature-settings: 'tnum';
9457 display: inline-block;
9458 font-size: 0;
9459}
9460.ant-radio-group .ant-badge-count {
9461 z-index: 1;
9462}
9463.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
9464 border-left: none;
9465}
9466.ant-radio-wrapper {
9467 box-sizing: border-box;
9468 margin: 0;
9469 padding: 0;
9470 color: rgba(0, 0, 0, 0.85);
9471 font-size: 14px;
9472 font-variant: tabular-nums;
9473 line-height: 1.5715;
9474 list-style: none;
9475 font-feature-settings: 'tnum';
9476 position: relative;
9477 display: inline-flex;
9478 align-items: baseline;
9479 margin-right: 8px;
9480 cursor: pointer;
9481}
9482.ant-radio-wrapper-disabled {
9483 cursor: not-allowed;
9484}
9485.ant-radio-wrapper::after {
9486 display: inline-block;
9487 width: 0;
9488 overflow: hidden;
9489 content: '\a0';
9490}
9491.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
9492 width: 14px;
9493 height: 14px;
9494}
9495.ant-radio {
9496 box-sizing: border-box;
9497 margin: 0;
9498 padding: 0;
9499 color: rgba(0, 0, 0, 0.85);
9500 font-size: 14px;
9501 font-variant: tabular-nums;
9502 line-height: 1.5715;
9503 list-style: none;
9504 font-feature-settings: 'tnum';
9505 position: relative;
9506 top: 0.2em;
9507 display: inline-block;
9508 outline: none;
9509 cursor: pointer;
9510}
9511.ant-radio-wrapper:hover .ant-radio,
9512.ant-radio:hover .ant-radio-inner,
9513.ant-radio-input:focus + .ant-radio-inner {
9514 border-color: var(--ant-primary-color);
9515}
9516.ant-radio-input:focus + .ant-radio-inner {
9517 box-shadow: 0 0 0 3px var(--ant-primary-color-deprecated-f-12);
9518}
9519.ant-radio-checked::after {
9520 position: absolute;
9521 top: 0;
9522 left: 0;
9523 width: 100%;
9524 height: 100%;
9525 border: 1px solid var(--ant-primary-color);
9526 border-radius: 50%;
9527 visibility: hidden;
9528 animation: antRadioEffect 0.36s ease-in-out;
9529 animation-fill-mode: both;
9530 content: '';
9531}
9532.ant-radio:hover::after,
9533.ant-radio-wrapper:hover .ant-radio::after {
9534 visibility: visible;
9535}
9536.ant-radio-inner {
9537 position: relative;
9538 top: 0;
9539 left: 0;
9540 display: block;
9541 width: 16px;
9542 height: 16px;
9543 background-color: #fff;
9544 border-color: #d9d9d9;
9545 border-style: solid;
9546 border-width: 1px;
9547 border-radius: 50%;
9548 transition: all 0.3s;
9549}
9550.ant-radio-inner::after {
9551 position: absolute;
9552 top: 50%;
9553 left: 50%;
9554 display: block;
9555 width: 16px;
9556 height: 16px;
9557 margin-top: -8px;
9558 margin-left: -8px;
9559 background-color: var(--ant-primary-color);
9560 border-top: 0;
9561 border-left: 0;
9562 border-radius: 16px;
9563 transform: scale(0);
9564 opacity: 0;
9565 transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9566 content: ' ';
9567}
9568.ant-radio-input {
9569 position: absolute;
9570 top: 0;
9571 right: 0;
9572 bottom: 0;
9573 left: 0;
9574 z-index: 1;
9575 cursor: pointer;
9576 opacity: 0;
9577}
9578.ant-radio.ant-radio-disabled .ant-radio-inner {
9579 border-color: #d9d9d9;
9580}
9581.ant-radio-checked .ant-radio-inner {
9582 border-color: var(--ant-primary-color);
9583}
9584.ant-radio-checked .ant-radio-inner::after {
9585 transform: scale(0.5);
9586 opacity: 1;
9587 transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9588}
9589.ant-radio-disabled {
9590 cursor: not-allowed;
9591}
9592.ant-radio-disabled .ant-radio-inner {
9593 background-color: #f5f5f5;
9594 cursor: not-allowed;
9595}
9596.ant-radio-disabled .ant-radio-inner::after {
9597 background-color: rgba(0, 0, 0, 0.2);
9598}
9599.ant-radio-disabled .ant-radio-input {
9600 cursor: not-allowed;
9601}
9602.ant-radio-disabled + span {
9603 color: rgba(0, 0, 0, 0.25);
9604 cursor: not-allowed;
9605}
9606span.ant-radio + * {
9607 padding-right: 8px;
9608 padding-left: 8px;
9609}
9610.ant-radio-button-wrapper {
9611 position: relative;
9612 display: inline-block;
9613 height: 32px;
9614 margin: 0;
9615 padding: 0 15px;
9616 color: rgba(0, 0, 0, 0.85);
9617 font-size: 14px;
9618 line-height: 30px;
9619 background: #fff;
9620 border: 1px solid #d9d9d9;
9621 border-top-width: 1.02px;
9622 border-left-width: 0;
9623 cursor: pointer;
9624 transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
9625}
9626.ant-radio-button-wrapper a {
9627 color: rgba(0, 0, 0, 0.85);
9628}
9629.ant-radio-button-wrapper > .ant-radio-button {
9630 position: absolute;
9631 top: 0;
9632 left: 0;
9633 z-index: -1;
9634 width: 100%;
9635 height: 100%;
9636}
9637.ant-radio-group-large .ant-radio-button-wrapper {
9638 height: 40px;
9639 font-size: 16px;
9640 line-height: 38px;
9641}
9642.ant-radio-group-small .ant-radio-button-wrapper {
9643 height: 24px;
9644 padding: 0 7px;
9645 line-height: 22px;
9646}
9647.ant-radio-button-wrapper:not(:first-child)::before {
9648 position: absolute;
9649 top: -1px;
9650 left: -1px;
9651 display: block;
9652 box-sizing: content-box;
9653 width: 1px;
9654 height: 100%;
9655 padding: 1px 0;
9656 background-color: #d9d9d9;
9657 transition: background-color 0.3s;
9658 content: '';
9659}
9660.ant-radio-button-wrapper:first-child {
9661 border-left: 1px solid #d9d9d9;
9662 border-radius: 2px 0 0 2px;
9663}
9664.ant-radio-button-wrapper:last-child {
9665 border-radius: 0 2px 2px 0;
9666}
9667.ant-radio-button-wrapper:first-child:last-child {
9668 border-radius: 2px;
9669}
9670.ant-radio-button-wrapper:hover {
9671 position: relative;
9672 color: var(--ant-primary-color);
9673}
9674.ant-radio-button-wrapper:focus-within {
9675 box-shadow: 0 0 0 3px var(--ant-primary-color-deprecated-f-12);
9676}
9677.ant-radio-button-wrapper .ant-radio-inner,
9678.ant-radio-button-wrapper input[type='checkbox'],
9679.ant-radio-button-wrapper input[type='radio'] {
9680 width: 0;
9681 height: 0;
9682 opacity: 0;
9683 pointer-events: none;
9684}
9685.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
9686 z-index: 1;
9687 color: var(--ant-primary-color);
9688 background: #fff;
9689 border-color: var(--ant-primary-color);
9690}
9691.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
9692 background-color: var(--ant-primary-color);
9693}
9694.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
9695 border-color: var(--ant-primary-color);
9696}
9697.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
9698 color: var(--ant-primary-5);
9699 border-color: var(--ant-primary-5);
9700}
9701.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
9702 background-color: var(--ant-primary-5);
9703}
9704.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
9705 color: var(--ant-primary-7);
9706 border-color: var(--ant-primary-7);
9707}
9708.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
9709 background-color: var(--ant-primary-7);
9710}
9711.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
9712 box-shadow: 0 0 0 3px var(--ant-primary-color-deprecated-f-12);
9713}
9714.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
9715 color: #fff;
9716 background: var(--ant-primary-color);
9717 border-color: var(--ant-primary-color);
9718}
9719.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
9720 color: #fff;
9721 background: var(--ant-primary-5);
9722 border-color: var(--ant-primary-5);
9723}
9724.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
9725 color: #fff;
9726 background: var(--ant-primary-7);
9727 border-color: var(--ant-primary-7);
9728}
9729.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
9730 box-shadow: 0 0 0 3px var(--ant-primary-color-deprecated-f-12);
9731}
9732.ant-radio-button-wrapper-disabled {
9733 color: rgba(0, 0, 0, 0.25);
9734 background-color: #f5f5f5;
9735 border-color: #d9d9d9;
9736 cursor: not-allowed;
9737}
9738.ant-radio-button-wrapper-disabled:first-child,
9739.ant-radio-button-wrapper-disabled:hover {
9740 color: rgba(0, 0, 0, 0.25);
9741 background-color: #f5f5f5;
9742 border-color: #d9d9d9;
9743}
9744.ant-radio-button-wrapper-disabled:first-child {
9745 border-left-color: #d9d9d9;
9746}
9747.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
9748 color: rgba(0, 0, 0, 0.25);
9749 background-color: #e6e6e6;
9750 border-color: #d9d9d9;
9751 box-shadow: none;
9752}
9753@keyframes antRadioEffect {
9754 0% {
9755 transform: scale(1);
9756 opacity: 0.5;
9757 }
9758 100% {
9759 transform: scale(1.6);
9760 opacity: 0;
9761 }
9762}
9763.ant-radio-group.ant-radio-group-rtl {
9764 direction: rtl;
9765}
9766.ant-radio-wrapper.ant-radio-wrapper-rtl {
9767 margin-right: 0;
9768 margin-left: 8px;
9769 direction: rtl;
9770}
9771.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
9772 border-right-width: 0;
9773 border-left-width: 1px;
9774}
9775.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
9776 right: -1px;
9777 left: 0;
9778}
9779.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
9780 border-right: 1px solid #d9d9d9;
9781 border-radius: 0 2px 2px 0;
9782}
9783.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
9784 border-right-color: var(--ant-primary-5);
9785}
9786.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
9787 border-radius: 2px 0 0 2px;
9788}
9789.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
9790 border-right-color: #d9d9d9;
9791}
9792
9793/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9794/* stylelint-disable no-duplicate-selectors */
9795/* stylelint-disable */
9796/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9797html {
9798 --ant-primary-color: #1890ff;
9799 --ant-primary-color-hover: #40a9ff;
9800 --ant-primary-color-active: #096dd9;
9801 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
9802 --ant-primary-1: #e6f7ff;
9803 --ant-primary-2: #bae7ff;
9804 --ant-primary-3: #91d5ff;
9805 --ant-primary-4: #69c0ff;
9806 --ant-primary-5: #40a9ff;
9807 --ant-primary-6: #1890ff;
9808 --ant-primary-7: #096dd9;
9809 --ant-primary-color-deprecated-pure: ;
9810 --ant-primary-color-deprecated-l-35: #cbe6ff;
9811 --ant-primary-color-deprecated-l-20: #7ec1ff;
9812 --ant-primary-color-deprecated-t-20: #46a6ff;
9813 --ant-primary-color-deprecated-t-50: #8cc8ff;
9814 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
9815 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
9816 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
9817 --ant-success-color: #52c41a;
9818 --ant-success-color-hover: #73d13d;
9819 --ant-success-color-active: #389e0d;
9820 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
9821 --ant-success-color-deprecated-bg: #f6ffed;
9822 --ant-success-color-deprecated-border: #b7eb8f;
9823 --ant-error-color: #ff4d4f;
9824 --ant-error-color-hover: #ff7875;
9825 --ant-error-color-active: #d9363e;
9826 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
9827 --ant-error-color-deprecated-bg: #fff2f0;
9828 --ant-error-color-deprecated-border: #ffccc7;
9829 --ant-warning-color: #faad14;
9830 --ant-warning-color-hover: #ffc53d;
9831 --ant-warning-color-active: #d48806;
9832 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
9833 --ant-warning-color-deprecated-bg: #fffbe6;
9834 --ant-warning-color-deprecated-border: #ffe58f;
9835 --ant-info-color: #1890ff;
9836 --ant-info-color-deprecated-bg: #e6f7ff;
9837 --ant-info-color-deprecated-border: #91d5ff;
9838}
9839.ant-card {
9840 box-sizing: border-box;
9841 margin: 0;
9842 padding: 0;
9843 color: rgba(0, 0, 0, 0.85);
9844 font-size: 14px;
9845 font-variant: tabular-nums;
9846 line-height: 1.5715;
9847 list-style: none;
9848 font-feature-settings: 'tnum';
9849 position: relative;
9850 background: #fff;
9851 border-radius: 2px;
9852}
9853.ant-card-rtl {
9854 direction: rtl;
9855}
9856.ant-card-hoverable {
9857 cursor: pointer;
9858 transition: box-shadow 0.3s, border-color 0.3s;
9859}
9860.ant-card-hoverable:hover {
9861 border-color: transparent;
9862 box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
9863}
9864.ant-card-bordered {
9865 border: 1px solid rgba(0, 0, 0, 0.06);
9866}
9867.ant-card-head {
9868 min-height: 48px;
9869 margin-bottom: -1px;
9870 padding: 0 24px;
9871 color: rgba(0, 0, 0, 0.85);
9872 font-weight: 500;
9873 font-size: 16px;
9874 background: transparent;
9875 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
9876 border-radius: 2px 2px 0 0;
9877}
9878.ant-card-head::before {
9879 display: table;
9880 content: '';
9881}
9882.ant-card-head::after {
9883 display: table;
9884 clear: both;
9885 content: '';
9886}
9887.ant-card-head-wrapper {
9888 display: flex;
9889 align-items: center;
9890}
9891.ant-card-head-title {
9892 display: inline-block;
9893 flex: 1;
9894 padding: 16px 0;
9895 overflow: hidden;
9896 white-space: nowrap;
9897 text-overflow: ellipsis;
9898}
9899.ant-card-head-title > .ant-typography,
9900.ant-card-head-title > .ant-typography-edit-content {
9901 left: 0;
9902 margin-top: 0;
9903 margin-bottom: 0;
9904}
9905.ant-card-head .ant-tabs-top {
9906 clear: both;
9907 margin-bottom: -17px;
9908 color: rgba(0, 0, 0, 0.85);
9909 font-weight: normal;
9910 font-size: 14px;
9911}
9912.ant-card-head .ant-tabs-top-bar {
9913 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
9914}
9915.ant-card-extra {
9916 margin-left: auto;
9917 padding: 16px 0;
9918 color: rgba(0, 0, 0, 0.85);
9919 font-weight: normal;
9920 font-size: 14px;
9921}
9922.ant-card-rtl .ant-card-extra {
9923 margin-right: auto;
9924 margin-left: 0;
9925}
9926.ant-card-body {
9927 padding: 24px;
9928}
9929.ant-card-body::before {
9930 display: table;
9931 content: '';
9932}
9933.ant-card-body::after {
9934 display: table;
9935 clear: both;
9936 content: '';
9937}
9938.ant-card-contain-grid .ant-card-body {
9939 display: flex;
9940 flex-wrap: wrap;
9941}
9942.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
9943 margin: -1px 0 0 -1px;
9944 padding: 0;
9945}
9946.ant-card-grid {
9947 width: 33.33%;
9948 padding: 24px;
9949 border: 0;
9950 border-radius: 0;
9951 box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.06), 1px 1px 0 0 rgba(0, 0, 0, 0.06), 1px 0 0 0 rgba(0, 0, 0, 0.06) inset, 0 1px 0 0 rgba(0, 0, 0, 0.06) inset;
9952 transition: all 0.3s;
9953}
9954.ant-card-grid-hoverable:hover {
9955 position: relative;
9956 z-index: 1;
9957 box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
9958}
9959.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
9960 min-height: 32px;
9961 padding-bottom: 0;
9962}
9963.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
9964 padding-bottom: 0;
9965}
9966.ant-card-bordered .ant-card-cover {
9967 margin-top: -1px;
9968 margin-right: -1px;
9969 margin-left: -1px;
9970}
9971.ant-card-cover > * {
9972 display: block;
9973 width: 100%;
9974}
9975.ant-card-cover img {
9976 border-radius: 2px 2px 0 0;
9977}
9978.ant-card-actions {
9979 display: flex;
9980 margin: 0;
9981 padding: 0;
9982 list-style: none;
9983 background: #fff;
9984 border-top: 1px solid rgba(0, 0, 0, 0.06);
9985}
9986.ant-card-actions::before {
9987 display: table;
9988 content: '';
9989}
9990.ant-card-actions::after {
9991 display: table;
9992 clear: both;
9993 content: '';
9994}
9995.ant-card-actions > li {
9996 margin: 12px 0;
9997 color: rgba(0, 0, 0, 0.45);
9998 text-align: center;
9999}
10000.ant-card-actions > li > span {
10001 position: relative;
10002 display: block;
10003 min-width: 32px;
10004 font-size: 14px;
10005 line-height: 1.5715;
10006 cursor: pointer;
10007}
10008.ant-card-actions > li > span:hover {
10009 color: var(--ant-primary-color);
10010 transition: color 0.3s;
10011}
10012.ant-card-actions > li > span a:not(.ant-btn),
10013.ant-card-actions > li > span > .anticon {
10014 display: inline-block;
10015 width: 100%;
10016 color: rgba(0, 0, 0, 0.45);
10017 line-height: 22px;
10018 transition: color 0.3s;
10019}
10020.ant-card-actions > li > span a:not(.ant-btn):hover,
10021.ant-card-actions > li > span > .anticon:hover {
10022 color: var(--ant-primary-color);
10023}
10024.ant-card-actions > li > span > .anticon {
10025 font-size: 16px;
10026 line-height: 22px;
10027}
10028.ant-card-actions > li:not(:last-child) {
10029 border-right: 1px solid rgba(0, 0, 0, 0.06);
10030}
10031.ant-card-rtl .ant-card-actions > li:not(:last-child) {
10032 border-right: none;
10033 border-left: 1px solid rgba(0, 0, 0, 0.06);
10034}
10035.ant-card-type-inner .ant-card-head {
10036 padding: 0 24px;
10037 background: #fafafa;
10038}
10039.ant-card-type-inner .ant-card-head-title {
10040 padding: 12px 0;
10041 font-size: 14px;
10042}
10043.ant-card-type-inner .ant-card-body {
10044 padding: 16px 24px;
10045}
10046.ant-card-type-inner .ant-card-extra {
10047 padding: 13.5px 0;
10048}
10049.ant-card-meta {
10050 display: flex;
10051 margin: -4px 0;
10052}
10053.ant-card-meta::before {
10054 display: table;
10055 content: '';
10056}
10057.ant-card-meta::after {
10058 display: table;
10059 clear: both;
10060 content: '';
10061}
10062.ant-card-meta-avatar {
10063 padding-right: 16px;
10064}
10065.ant-card-rtl .ant-card-meta-avatar {
10066 padding-right: 0;
10067 padding-left: 16px;
10068}
10069.ant-card-meta-detail {
10070 flex: 1;
10071 overflow: hidden;
10072}
10073.ant-card-meta-detail > div:not(:last-child) {
10074 margin-bottom: 8px;
10075}
10076.ant-card-meta-title {
10077 overflow: hidden;
10078 color: rgba(0, 0, 0, 0.85);
10079 font-weight: 500;
10080 font-size: 16px;
10081 white-space: nowrap;
10082 text-overflow: ellipsis;
10083}
10084.ant-card-meta-description {
10085 color: rgba(0, 0, 0, 0.45);
10086}
10087.ant-card-loading {
10088 overflow: hidden;
10089}
10090.ant-card-loading .ant-card-body {
10091 -webkit-user-select: none;
10092 -moz-user-select: none;
10093 -ms-user-select: none;
10094 user-select: none;
10095}
10096.ant-card-small > .ant-card-head {
10097 min-height: 36px;
10098 padding: 0 12px;
10099 font-size: 14px;
10100}
10101.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
10102 padding: 8px 0;
10103}
10104.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
10105 padding: 8px 0;
10106 font-size: 14px;
10107}
10108.ant-card-small > .ant-card-body {
10109 padding: 12px;
10110}
10111
10112/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10113/* stylelint-disable no-duplicate-selectors */
10114/* stylelint-disable */
10115/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10116html {
10117 --ant-primary-color: #1890ff;
10118 --ant-primary-color-hover: #40a9ff;
10119 --ant-primary-color-active: #096dd9;
10120 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10121 --ant-primary-1: #e6f7ff;
10122 --ant-primary-2: #bae7ff;
10123 --ant-primary-3: #91d5ff;
10124 --ant-primary-4: #69c0ff;
10125 --ant-primary-5: #40a9ff;
10126 --ant-primary-6: #1890ff;
10127 --ant-primary-7: #096dd9;
10128 --ant-primary-color-deprecated-pure: ;
10129 --ant-primary-color-deprecated-l-35: #cbe6ff;
10130 --ant-primary-color-deprecated-l-20: #7ec1ff;
10131 --ant-primary-color-deprecated-t-20: #46a6ff;
10132 --ant-primary-color-deprecated-t-50: #8cc8ff;
10133 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
10134 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
10135 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
10136 --ant-success-color: #52c41a;
10137 --ant-success-color-hover: #73d13d;
10138 --ant-success-color-active: #389e0d;
10139 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
10140 --ant-success-color-deprecated-bg: #f6ffed;
10141 --ant-success-color-deprecated-border: #b7eb8f;
10142 --ant-error-color: #ff4d4f;
10143 --ant-error-color-hover: #ff7875;
10144 --ant-error-color-active: #d9363e;
10145 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
10146 --ant-error-color-deprecated-bg: #fff2f0;
10147 --ant-error-color-deprecated-border: #ffccc7;
10148 --ant-warning-color: #faad14;
10149 --ant-warning-color-hover: #ffc53d;
10150 --ant-warning-color-active: #d48806;
10151 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
10152 --ant-warning-color-deprecated-bg: #fffbe6;
10153 --ant-warning-color-deprecated-border: #ffe58f;
10154 --ant-info-color: #1890ff;
10155 --ant-info-color-deprecated-bg: #e6f7ff;
10156 --ant-info-color-deprecated-border: #91d5ff;
10157}
10158.ant-skeleton {
10159 display: table;
10160 width: 100%;
10161}
10162.ant-skeleton-header {
10163 display: table-cell;
10164 padding-right: 16px;
10165 vertical-align: top;
10166}
10167.ant-skeleton-header .ant-skeleton-avatar {
10168 display: inline-block;
10169 vertical-align: top;
10170 background: rgba(190, 190, 190, 0.2);
10171 width: 32px;
10172 height: 32px;
10173 line-height: 32px;
10174}
10175.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
10176 border-radius: 50%;
10177}
10178.ant-skeleton-header .ant-skeleton-avatar-lg {
10179 width: 40px;
10180 height: 40px;
10181 line-height: 40px;
10182}
10183.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
10184 border-radius: 50%;
10185}
10186.ant-skeleton-header .ant-skeleton-avatar-sm {
10187 width: 24px;
10188 height: 24px;
10189 line-height: 24px;
10190}
10191.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
10192 border-radius: 50%;
10193}
10194.ant-skeleton-content {
10195 display: table-cell;
10196 width: 100%;
10197 vertical-align: top;
10198}
10199.ant-skeleton-content .ant-skeleton-title {
10200 width: 100%;
10201 height: 16px;
10202 background: rgba(190, 190, 190, 0.2);
10203 border-radius: 2px;
10204}
10205.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
10206 margin-top: 24px;
10207}
10208.ant-skeleton-content .ant-skeleton-paragraph {
10209 padding: 0;
10210}
10211.ant-skeleton-content .ant-skeleton-paragraph > li {
10212 width: 100%;
10213 height: 16px;
10214 list-style: none;
10215 background: rgba(190, 190, 190, 0.2);
10216 border-radius: 2px;
10217}
10218.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
10219 width: 61%;
10220}
10221.ant-skeleton-content .ant-skeleton-paragraph > li + li {
10222 margin-top: 16px;
10223}
10224.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
10225 margin-top: 12px;
10226}
10227.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
10228 margin-top: 28px;
10229}
10230.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
10231.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
10232 border-radius: 100px;
10233}
10234.ant-skeleton-active .ant-skeleton-title,
10235.ant-skeleton-active .ant-skeleton-paragraph > li,
10236.ant-skeleton-active .ant-skeleton-avatar,
10237.ant-skeleton-active .ant-skeleton-button,
10238.ant-skeleton-active .ant-skeleton-input,
10239.ant-skeleton-active .ant-skeleton-image {
10240 position: relative;
10241 /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
10242 z-index: 0;
10243 overflow: hidden;
10244 background: transparent;
10245}
10246.ant-skeleton-active .ant-skeleton-title::after,
10247.ant-skeleton-active .ant-skeleton-paragraph > li::after,
10248.ant-skeleton-active .ant-skeleton-avatar::after,
10249.ant-skeleton-active .ant-skeleton-button::after,
10250.ant-skeleton-active .ant-skeleton-input::after,
10251.ant-skeleton-active .ant-skeleton-image::after {
10252 position: absolute;
10253 top: 0;
10254 right: -150%;
10255 bottom: 0;
10256 left: -150%;
10257 background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
10258 animation: ant-skeleton-loading 1.4s ease infinite;
10259 content: '';
10260}
10261.ant-skeleton.ant-skeleton-block {
10262 width: 100%;
10263}
10264.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
10265 width: 100%;
10266}
10267.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
10268 width: 100%;
10269}
10270.ant-skeleton-element {
10271 display: inline-block;
10272 width: auto;
10273}
10274.ant-skeleton-element .ant-skeleton-button {
10275 display: inline-block;
10276 vertical-align: top;
10277 background: rgba(190, 190, 190, 0.2);
10278 border-radius: 2px;
10279 width: 64px;
10280 min-width: 64px;
10281 height: 32px;
10282 line-height: 32px;
10283}
10284.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
10285 width: 32px;
10286 min-width: 32px;
10287}
10288.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
10289 width: 32px;
10290 min-width: 32px;
10291 border-radius: 50%;
10292}
10293.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
10294 border-radius: 32px;
10295}
10296.ant-skeleton-element .ant-skeleton-button-lg {
10297 width: 80px;
10298 min-width: 80px;
10299 height: 40px;
10300 line-height: 40px;
10301}
10302.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
10303 width: 40px;
10304 min-width: 40px;
10305}
10306.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
10307 width: 40px;
10308 min-width: 40px;
10309 border-radius: 50%;
10310}
10311.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
10312 border-radius: 40px;
10313}
10314.ant-skeleton-element .ant-skeleton-button-sm {
10315 width: 48px;
10316 min-width: 48px;
10317 height: 24px;
10318 line-height: 24px;
10319}
10320.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
10321 width: 24px;
10322 min-width: 24px;
10323}
10324.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
10325 width: 24px;
10326 min-width: 24px;
10327 border-radius: 50%;
10328}
10329.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
10330 border-radius: 24px;
10331}
10332.ant-skeleton-element .ant-skeleton-avatar {
10333 display: inline-block;
10334 vertical-align: top;
10335 background: rgba(190, 190, 190, 0.2);
10336 width: 32px;
10337 height: 32px;
10338 line-height: 32px;
10339}
10340.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
10341 border-radius: 50%;
10342}
10343.ant-skeleton-element .ant-skeleton-avatar-lg {
10344 width: 40px;
10345 height: 40px;
10346 line-height: 40px;
10347}
10348.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
10349 border-radius: 50%;
10350}
10351.ant-skeleton-element .ant-skeleton-avatar-sm {
10352 width: 24px;
10353 height: 24px;
10354 line-height: 24px;
10355}
10356.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
10357 border-radius: 50%;
10358}
10359.ant-skeleton-element .ant-skeleton-input {
10360 display: inline-block;
10361 vertical-align: top;
10362 background: rgba(190, 190, 190, 0.2);
10363 width: 160px;
10364 min-width: 160px;
10365 height: 32px;
10366 line-height: 32px;
10367}
10368.ant-skeleton-element .ant-skeleton-input-lg {
10369 width: 200px;
10370 min-width: 200px;
10371 height: 40px;
10372 line-height: 40px;
10373}
10374.ant-skeleton-element .ant-skeleton-input-sm {
10375 width: 120px;
10376 min-width: 120px;
10377 height: 24px;
10378 line-height: 24px;
10379}
10380.ant-skeleton-element .ant-skeleton-image {
10381 display: flex;
10382 align-items: center;
10383 justify-content: center;
10384 vertical-align: top;
10385 background: rgba(190, 190, 190, 0.2);
10386 width: 96px;
10387 height: 96px;
10388 line-height: 96px;
10389}
10390.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
10391 border-radius: 50%;
10392}
10393.ant-skeleton-element .ant-skeleton-image-path {
10394 fill: #bfbfbf;
10395}
10396.ant-skeleton-element .ant-skeleton-image-svg {
10397 width: 48px;
10398 height: 48px;
10399 line-height: 48px;
10400 max-width: 192px;
10401 max-height: 192px;
10402}
10403.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
10404 border-radius: 50%;
10405}
10406@keyframes ant-skeleton-loading {
10407 0% {
10408 transform: translateX(-37.5%);
10409 }
10410 100% {
10411 transform: translateX(37.5%);
10412 }
10413}
10414.ant-skeleton-rtl {
10415 direction: rtl;
10416}
10417.ant-skeleton-rtl .ant-skeleton-header {
10418 padding-right: 0;
10419 padding-left: 16px;
10420}
10421.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
10422.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
10423 animation-name: ant-skeleton-loading-rtl;
10424}
10425.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
10426 animation-name: ant-skeleton-loading-rtl;
10427}
10428@keyframes ant-skeleton-loading-rtl {
10429 0% {
10430 background-position: 0% 50%;
10431 }
10432 100% {
10433 background-position: 100% 50%;
10434 }
10435}
10436
10437/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10438/* stylelint-disable no-duplicate-selectors */
10439/* stylelint-disable */
10440/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10441html {
10442 --ant-primary-color: #1890ff;
10443 --ant-primary-color-hover: #40a9ff;
10444 --ant-primary-color-active: #096dd9;
10445 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10446 --ant-primary-1: #e6f7ff;
10447 --ant-primary-2: #bae7ff;
10448 --ant-primary-3: #91d5ff;
10449 --ant-primary-4: #69c0ff;
10450 --ant-primary-5: #40a9ff;
10451 --ant-primary-6: #1890ff;
10452 --ant-primary-7: #096dd9;
10453 --ant-primary-color-deprecated-pure: ;
10454 --ant-primary-color-deprecated-l-35: #cbe6ff;
10455 --ant-primary-color-deprecated-l-20: #7ec1ff;
10456 --ant-primary-color-deprecated-t-20: #46a6ff;
10457 --ant-primary-color-deprecated-t-50: #8cc8ff;
10458 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
10459 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
10460 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
10461 --ant-success-color: #52c41a;
10462 --ant-success-color-hover: #73d13d;
10463 --ant-success-color-active: #389e0d;
10464 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
10465 --ant-success-color-deprecated-bg: #f6ffed;
10466 --ant-success-color-deprecated-border: #b7eb8f;
10467 --ant-error-color: #ff4d4f;
10468 --ant-error-color-hover: #ff7875;
10469 --ant-error-color-active: #d9363e;
10470 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
10471 --ant-error-color-deprecated-bg: #fff2f0;
10472 --ant-error-color-deprecated-border: #ffccc7;
10473 --ant-warning-color: #faad14;
10474 --ant-warning-color-hover: #ffc53d;
10475 --ant-warning-color-active: #d48806;
10476 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
10477 --ant-warning-color-deprecated-bg: #fffbe6;
10478 --ant-warning-color-deprecated-border: #ffe58f;
10479 --ant-info-color: #1890ff;
10480 --ant-info-color-deprecated-bg: #e6f7ff;
10481 --ant-info-color-deprecated-border: #91d5ff;
10482}
10483.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
10484 padding: 8px 0;
10485 font-size: 14px;
10486}
10487.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
10488 padding: 16px 0;
10489 font-size: 16px;
10490}
10491.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
10492 padding: 6px 16px;
10493}
10494.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
10495 padding: 7px 16px 6px;
10496}
10497.ant-tabs-rtl {
10498 direction: rtl;
10499}
10500.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
10501 margin: 0 0 0 32px;
10502}
10503.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
10504 margin-left: 0;
10505}
10506.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
10507 margin-right: 0;
10508 margin-left: 12px;
10509}
10510.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
10511 margin-right: 8px;
10512 margin-left: -4px;
10513}
10514.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
10515 margin: 0;
10516}
10517.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
10518 order: 1;
10519}
10520.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
10521 order: 0;
10522}
10523.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
10524 order: 0;
10525}
10526.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
10527 order: 1;
10528}
10529.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10530.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10531.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10532.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10533 margin-right: 2px;
10534 margin-left: 0;
10535}
10536.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
10537.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
10538.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
10539.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
10540 margin-right: 2px;
10541 margin-left: 0;
10542}
10543.ant-tabs-dropdown-rtl {
10544 direction: rtl;
10545}
10546.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
10547 text-align: right;
10548}
10549.ant-tabs-top,
10550.ant-tabs-bottom {
10551 flex-direction: column;
10552}
10553.ant-tabs-top > .ant-tabs-nav,
10554.ant-tabs-bottom > .ant-tabs-nav,
10555.ant-tabs-top > div > .ant-tabs-nav,
10556.ant-tabs-bottom > div > .ant-tabs-nav {
10557 margin: 0 0 16px 0;
10558}
10559.ant-tabs-top > .ant-tabs-nav::before,
10560.ant-tabs-bottom > .ant-tabs-nav::before,
10561.ant-tabs-top > div > .ant-tabs-nav::before,
10562.ant-tabs-bottom > div > .ant-tabs-nav::before {
10563 position: absolute;
10564 right: 0;
10565 left: 0;
10566 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
10567 content: '';
10568}
10569.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
10570.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
10571.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
10572.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
10573 height: 2px;
10574}
10575.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10576.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10577.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10578.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
10579 transition: width 0.3s, left 0.3s, right 0.3s;
10580}
10581.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10582.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10583.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10584.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10585.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10586.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10587.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10588.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10589 top: 0;
10590 bottom: 0;
10591 width: 30px;
10592}
10593.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10594.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10595.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10596.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
10597 left: 0;
10598 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
10599}
10600.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10601.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10602.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10603.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10604 right: 0;
10605 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
10606}
10607.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
10608.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
10609.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
10610.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
10611 opacity: 1;
10612}
10613.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
10614.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
10615.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
10616.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
10617 opacity: 1;
10618}
10619.ant-tabs-top > .ant-tabs-nav::before,
10620.ant-tabs-top > div > .ant-tabs-nav::before {
10621 bottom: 0;
10622}
10623.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
10624.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
10625 bottom: 0;
10626}
10627.ant-tabs-bottom > .ant-tabs-nav,
10628.ant-tabs-bottom > div > .ant-tabs-nav {
10629 order: 1;
10630 margin-top: 16px;
10631 margin-bottom: 0;
10632}
10633.ant-tabs-bottom > .ant-tabs-nav::before,
10634.ant-tabs-bottom > div > .ant-tabs-nav::before {
10635 top: 0;
10636}
10637.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
10638.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
10639 top: 0;
10640}
10641.ant-tabs-bottom > .ant-tabs-content-holder,
10642.ant-tabs-bottom > div > .ant-tabs-content-holder {
10643 order: 0;
10644}
10645.ant-tabs-left > .ant-tabs-nav,
10646.ant-tabs-right > .ant-tabs-nav,
10647.ant-tabs-left > div > .ant-tabs-nav,
10648.ant-tabs-right > div > .ant-tabs-nav {
10649 flex-direction: column;
10650 min-width: 50px;
10651}
10652.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
10653.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
10654.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
10655.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
10656 padding: 8px 24px;
10657 text-align: center;
10658}
10659.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10660.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10661.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10662.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10663 margin: 16px 0 0 0;
10664}
10665.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
10666.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
10667.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
10668.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
10669 flex-direction: column;
10670}
10671.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10672.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10673.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10674.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10675.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10676.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10677.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10678.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10679 right: 0;
10680 left: 0;
10681 height: 30px;
10682}
10683.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10684.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10685.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10686.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
10687 top: 0;
10688 box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
10689}
10690.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10691.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10692.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10693.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10694 bottom: 0;
10695 box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
10696}
10697.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
10698.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
10699.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
10700.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
10701 opacity: 1;
10702}
10703.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
10704.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
10705.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
10706.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
10707 opacity: 1;
10708}
10709.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
10710.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
10711.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
10712.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
10713 width: 2px;
10714}
10715.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10716.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10717.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10718.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
10719 transition: height 0.3s, top 0.3s;
10720}
10721.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
10722.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
10723.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
10724.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
10725.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
10726.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
10727.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
10728.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
10729 flex: 1 0 auto;
10730 flex-direction: column;
10731}
10732.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
10733.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
10734 right: 0;
10735}
10736.ant-tabs-left > .ant-tabs-content-holder,
10737.ant-tabs-left > div > .ant-tabs-content-holder {
10738 margin-left: -1px;
10739 border-left: 1px solid rgba(0, 0, 0, 0.06);
10740}
10741.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
10742.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
10743 padding-left: 24px;
10744}
10745.ant-tabs-right > .ant-tabs-nav,
10746.ant-tabs-right > div > .ant-tabs-nav {
10747 order: 1;
10748}
10749.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
10750.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
10751 left: 0;
10752}
10753.ant-tabs-right > .ant-tabs-content-holder,
10754.ant-tabs-right > div > .ant-tabs-content-holder {
10755 order: 0;
10756 margin-right: -1px;
10757 border-right: 1px solid rgba(0, 0, 0, 0.06);
10758}
10759.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
10760.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
10761 padding-right: 24px;
10762}
10763.ant-tabs-dropdown {
10764 box-sizing: border-box;
10765 margin: 0;
10766 padding: 0;
10767 color: rgba(0, 0, 0, 0.85);
10768 font-size: 14px;
10769 font-variant: tabular-nums;
10770 line-height: 1.5715;
10771 list-style: none;
10772 font-feature-settings: 'tnum';
10773 position: absolute;
10774 top: -9999px;
10775 left: -9999px;
10776 z-index: 1050;
10777 display: block;
10778}
10779.ant-tabs-dropdown-hidden {
10780 display: none;
10781}
10782.ant-tabs-dropdown-menu {
10783 max-height: 200px;
10784 margin: 0;
10785 padding: 4px 0;
10786 overflow-x: hidden;
10787 overflow-y: auto;
10788 text-align: left;
10789 list-style-type: none;
10790 background-color: #fff;
10791 background-clip: padding-box;
10792 border-radius: 2px;
10793 outline: none;
10794 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
10795}
10796.ant-tabs-dropdown-menu-item {
10797 display: flex;
10798 align-items: center;
10799 min-width: 120px;
10800 margin: 0;
10801 padding: 5px 12px;
10802 overflow: hidden;
10803 color: rgba(0, 0, 0, 0.85);
10804 font-weight: normal;
10805 font-size: 14px;
10806 line-height: 22px;
10807 white-space: nowrap;
10808 text-overflow: ellipsis;
10809 cursor: pointer;
10810 transition: all 0.3s;
10811}
10812.ant-tabs-dropdown-menu-item > span {
10813 flex: 1;
10814 white-space: nowrap;
10815}
10816.ant-tabs-dropdown-menu-item-remove {
10817 flex: none;
10818 margin-left: 12px;
10819 color: rgba(0, 0, 0, 0.45);
10820 font-size: 12px;
10821 background: transparent;
10822 border: 0;
10823 cursor: pointer;
10824}
10825.ant-tabs-dropdown-menu-item-remove:hover {
10826 color: var(--ant-primary-5);
10827}
10828.ant-tabs-dropdown-menu-item:hover {
10829 background: #f5f5f5;
10830}
10831.ant-tabs-dropdown-menu-item-disabled,
10832.ant-tabs-dropdown-menu-item-disabled:hover {
10833 color: rgba(0, 0, 0, 0.25);
10834 background: transparent;
10835 cursor: not-allowed;
10836}
10837.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
10838.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
10839 margin: 0;
10840 padding: 8px 16px;
10841 background: #fafafa;
10842 border: 1px solid rgba(0, 0, 0, 0.06);
10843 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
10844}
10845.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
10846.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
10847 color: var(--ant-primary-color);
10848 background: #fff;
10849}
10850.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
10851.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
10852 visibility: hidden;
10853}
10854.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10855.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10856.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10857.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10858 margin-left: 2px;
10859}
10860.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
10861.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
10862 border-radius: 2px 2px 0 0;
10863}
10864.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
10865.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
10866 border-bottom-color: #fff;
10867}
10868.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
10869.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
10870 border-radius: 0 0 2px 2px;
10871}
10872.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
10873.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
10874 border-top-color: #fff;
10875}
10876.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10877.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10878.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10879.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10880 margin-top: 2px;
10881}
10882.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
10883.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
10884 border-radius: 2px 0 0 2px;
10885}
10886.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
10887.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
10888 border-right-color: #fff;
10889}
10890.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
10891.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
10892 border-radius: 0 2px 2px 0;
10893}
10894.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
10895.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
10896 border-left-color: #fff;
10897}
10898.ant-tabs {
10899 box-sizing: border-box;
10900 margin: 0;
10901 padding: 0;
10902 color: rgba(0, 0, 0, 0.85);
10903 font-size: 14px;
10904 font-variant: tabular-nums;
10905 line-height: 1.5715;
10906 list-style: none;
10907 font-feature-settings: 'tnum';
10908 display: flex;
10909}
10910.ant-tabs > .ant-tabs-nav,
10911.ant-tabs > div > .ant-tabs-nav {
10912 position: relative;
10913 display: flex;
10914 flex: none;
10915 align-items: center;
10916}
10917.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
10918.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
10919 position: relative;
10920 display: inline-block;
10921 display: flex;
10922 flex: auto;
10923 align-self: stretch;
10924 overflow: hidden;
10925 white-space: nowrap;
10926 transform: translate(0);
10927}
10928.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10929.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10930.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10931.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10932 position: absolute;
10933 z-index: 1;
10934 opacity: 0;
10935 transition: opacity 0.3s;
10936 content: '';
10937 pointer-events: none;
10938}
10939.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
10940.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
10941 position: relative;
10942 display: flex;
10943 transition: transform 0.3s;
10944}
10945.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
10946.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
10947 display: flex;
10948 align-self: stretch;
10949}
10950.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
10951.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
10952 position: absolute;
10953 visibility: hidden;
10954 pointer-events: none;
10955}
10956.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
10957.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
10958 position: relative;
10959 padding: 8px 16px;
10960 background: transparent;
10961 border: 0;
10962}
10963.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
10964.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
10965 position: absolute;
10966 right: 0;
10967 bottom: 0;
10968 left: 0;
10969 height: 5px;
10970 transform: translateY(100%);
10971 content: '';
10972}
10973.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
10974.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
10975 min-width: 40px;
10976 margin-left: 2px;
10977 padding: 0 8px;
10978 background: #fafafa;
10979 border: 1px solid rgba(0, 0, 0, 0.06);
10980 border-radius: 2px 2px 0 0;
10981 outline: none;
10982 cursor: pointer;
10983 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
10984}
10985.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
10986.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
10987 color: var(--ant-primary-5);
10988}
10989.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
10990.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
10991.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
10992.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
10993 color: var(--ant-primary-7);
10994}
10995.ant-tabs-extra-content {
10996 flex: none;
10997}
10998.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
10999.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
11000 justify-content: center;
11001}
11002.ant-tabs-ink-bar {
11003 position: absolute;
11004 background: var(--ant-primary-color);
11005 pointer-events: none;
11006}
11007.ant-tabs-tab {
11008 position: relative;
11009 display: inline-flex;
11010 align-items: center;
11011 padding: 12px 0;
11012 font-size: 14px;
11013 background: transparent;
11014 border: 0;
11015 outline: none;
11016 cursor: pointer;
11017}
11018.ant-tabs-tab-btn:focus,
11019.ant-tabs-tab-remove:focus,
11020.ant-tabs-tab-btn:active,
11021.ant-tabs-tab-remove:active {
11022 color: var(--ant-primary-7);
11023}
11024.ant-tabs-tab-btn {
11025 outline: none;
11026 transition: all 0.3s;
11027}
11028.ant-tabs-tab-remove {
11029 flex: none;
11030 margin-right: -4px;
11031 margin-left: 8px;
11032 color: rgba(0, 0, 0, 0.45);
11033 font-size: 12px;
11034 background: transparent;
11035 border: none;
11036 outline: none;
11037 cursor: pointer;
11038 transition: all 0.3s;
11039}
11040.ant-tabs-tab-remove:hover {
11041 color: rgba(0, 0, 0, 0.85);
11042}
11043.ant-tabs-tab:hover {
11044 color: var(--ant-primary-5);
11045}
11046.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
11047 color: var(--ant-primary-color);
11048 text-shadow: 0 0 0.25px currentcolor;
11049}
11050.ant-tabs-tab.ant-tabs-tab-disabled {
11051 color: rgba(0, 0, 0, 0.25);
11052 cursor: not-allowed;
11053}
11054.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
11055.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
11056.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
11057.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
11058 color: rgba(0, 0, 0, 0.25);
11059}
11060.ant-tabs-tab .ant-tabs-tab-remove .anticon {
11061 margin: 0;
11062}
11063.ant-tabs-tab .anticon {
11064 margin-right: 12px;
11065}
11066.ant-tabs-tab + .ant-tabs-tab {
11067 margin: 0 0 0 32px;
11068}
11069.ant-tabs-content {
11070 position: relative;
11071 width: 100%;
11072}
11073.ant-tabs-content-holder {
11074 flex: auto;
11075 min-width: 0;
11076 min-height: 0;
11077}
11078.ant-tabs-tabpane {
11079 outline: none;
11080}
11081.ant-tabs-tabpane-hidden {
11082 display: none;
11083}
11084.ant-tabs-switch-appear,
11085.ant-tabs-switch-enter {
11086 transition: none;
11087}
11088.ant-tabs-switch-appear-start,
11089.ant-tabs-switch-enter-start {
11090 opacity: 0;
11091}
11092.ant-tabs-switch-appear-active,
11093.ant-tabs-switch-enter-active {
11094 opacity: 1;
11095 transition: opacity 0.3s;
11096}
11097.ant-tabs-switch-leave {
11098 position: absolute;
11099 transition: none;
11100 inset: 0;
11101}
11102.ant-tabs-switch-leave-start {
11103 opacity: 1;
11104}
11105.ant-tabs-switch-leave-active {
11106 opacity: 0;
11107 transition: opacity 0.3s;
11108}
11109
11110/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
11111/* stylelint-disable no-duplicate-selectors */
11112/* stylelint-disable */
11113/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11114html {
11115 --ant-primary-color: #1890ff;
11116 --ant-primary-color-hover: #40a9ff;
11117 --ant-primary-color-active: #096dd9;
11118 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
11119 --ant-primary-1: #e6f7ff;
11120 --ant-primary-2: #bae7ff;
11121 --ant-primary-3: #91d5ff;
11122 --ant-primary-4: #69c0ff;
11123 --ant-primary-5: #40a9ff;
11124 --ant-primary-6: #1890ff;
11125 --ant-primary-7: #096dd9;
11126 --ant-primary-color-deprecated-pure: ;
11127 --ant-primary-color-deprecated-l-35: #cbe6ff;
11128 --ant-primary-color-deprecated-l-20: #7ec1ff;
11129 --ant-primary-color-deprecated-t-20: #46a6ff;
11130 --ant-primary-color-deprecated-t-50: #8cc8ff;
11131 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
11132 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
11133 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
11134 --ant-success-color: #52c41a;
11135 --ant-success-color-hover: #73d13d;
11136 --ant-success-color-active: #389e0d;
11137 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
11138 --ant-success-color-deprecated-bg: #f6ffed;
11139 --ant-success-color-deprecated-border: #b7eb8f;
11140 --ant-error-color: #ff4d4f;
11141 --ant-error-color-hover: #ff7875;
11142 --ant-error-color-active: #d9363e;
11143 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
11144 --ant-error-color-deprecated-bg: #fff2f0;
11145 --ant-error-color-deprecated-border: #ffccc7;
11146 --ant-warning-color: #faad14;
11147 --ant-warning-color-hover: #ffc53d;
11148 --ant-warning-color-active: #d48806;
11149 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
11150 --ant-warning-color-deprecated-bg: #fffbe6;
11151 --ant-warning-color-deprecated-border: #ffe58f;
11152 --ant-info-color: #1890ff;
11153 --ant-info-color-deprecated-bg: #e6f7ff;
11154 --ant-info-color-deprecated-border: #91d5ff;
11155}
11156.ant-carousel {
11157 box-sizing: border-box;
11158 margin: 0;
11159 padding: 0;
11160 color: rgba(0, 0, 0, 0.85);
11161 font-size: 14px;
11162 font-variant: tabular-nums;
11163 line-height: 1.5715;
11164 list-style: none;
11165 font-feature-settings: 'tnum';
11166}
11167.ant-carousel .slick-slider {
11168 position: relative;
11169 display: block;
11170 box-sizing: border-box;
11171 touch-action: pan-y;
11172 -webkit-touch-callout: none;
11173 -webkit-tap-highlight-color: transparent;
11174}
11175.ant-carousel .slick-list {
11176 position: relative;
11177 display: block;
11178 margin: 0;
11179 padding: 0;
11180 overflow: hidden;
11181}
11182.ant-carousel .slick-list:focus {
11183 outline: none;
11184}
11185.ant-carousel .slick-list.dragging {
11186 cursor: pointer;
11187}
11188.ant-carousel .slick-list .slick-slide {
11189 pointer-events: none;
11190}
11191.ant-carousel .slick-list .slick-slide input.ant-radio-input,
11192.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
11193 visibility: hidden;
11194}
11195.ant-carousel .slick-list .slick-slide.slick-active {
11196 pointer-events: auto;
11197}
11198.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
11199.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
11200 visibility: visible;
11201}
11202.ant-carousel .slick-list .slick-slide > div > div {
11203 vertical-align: bottom;
11204}
11205.ant-carousel .slick-slider .slick-track,
11206.ant-carousel .slick-slider .slick-list {
11207 transform: translate3d(0, 0, 0);
11208 touch-action: pan-y;
11209}
11210.ant-carousel .slick-track {
11211 position: relative;
11212 top: 0;
11213 left: 0;
11214 display: block;
11215}
11216.ant-carousel .slick-track::before,
11217.ant-carousel .slick-track::after {
11218 display: table;
11219 content: '';
11220}
11221.ant-carousel .slick-track::after {
11222 clear: both;
11223}
11224.slick-loading .ant-carousel .slick-track {
11225 visibility: hidden;
11226}
11227.ant-carousel .slick-slide {
11228 display: none;
11229 float: left;
11230 height: 100%;
11231 min-height: 1px;
11232}
11233.ant-carousel .slick-slide img {
11234 display: block;
11235}
11236.ant-carousel .slick-slide.slick-loading img {
11237 display: none;
11238}
11239.ant-carousel .slick-slide.dragging img {
11240 pointer-events: none;
11241}
11242.ant-carousel .slick-initialized .slick-slide {
11243 display: block;
11244}
11245.ant-carousel .slick-loading .slick-slide {
11246 visibility: hidden;
11247}
11248.ant-carousel .slick-vertical .slick-slide {
11249 display: block;
11250 height: auto;
11251}
11252.ant-carousel .slick-arrow.slick-hidden {
11253 display: none;
11254}
11255.ant-carousel .slick-prev,
11256.ant-carousel .slick-next {
11257 position: absolute;
11258 top: 50%;
11259 display: block;
11260 width: 20px;
11261 height: 20px;
11262 margin-top: -10px;
11263 padding: 0;
11264 color: transparent;
11265 font-size: 0;
11266 line-height: 0;
11267 background: transparent;
11268 border: 0;
11269 outline: none;
11270 cursor: pointer;
11271}
11272.ant-carousel .slick-prev:hover,
11273.ant-carousel .slick-next:hover,
11274.ant-carousel .slick-prev:focus,
11275.ant-carousel .slick-next:focus {
11276 color: transparent;
11277 background: transparent;
11278 outline: none;
11279}
11280.ant-carousel .slick-prev:hover::before,
11281.ant-carousel .slick-next:hover::before,
11282.ant-carousel .slick-prev:focus::before,
11283.ant-carousel .slick-next:focus::before {
11284 opacity: 1;
11285}
11286.ant-carousel .slick-prev.slick-disabled::before,
11287.ant-carousel .slick-next.slick-disabled::before {
11288 opacity: 0.25;
11289}
11290.ant-carousel .slick-prev {
11291 left: -25px;
11292}
11293.ant-carousel .slick-prev::before {
11294 content: '←';
11295}
11296.ant-carousel .slick-next {
11297 right: -25px;
11298}
11299.ant-carousel .slick-next::before {
11300 content: '→';
11301}
11302.ant-carousel .slick-dots {
11303 position: absolute;
11304 right: 0;
11305 bottom: 0;
11306 left: 0;
11307 z-index: 15;
11308 display: flex !important;
11309 justify-content: center;
11310 margin-right: 15%;
11311 margin-bottom: 0;
11312 margin-left: 15%;
11313 padding-left: 0;
11314 list-style: none;
11315}
11316.ant-carousel .slick-dots-bottom {
11317 bottom: 12px;
11318}
11319.ant-carousel .slick-dots-top {
11320 top: 12px;
11321 bottom: auto;
11322}
11323.ant-carousel .slick-dots li {
11324 position: relative;
11325 display: inline-block;
11326 flex: 0 1 auto;
11327 box-sizing: content-box;
11328 width: 16px;
11329 height: 3px;
11330 margin: 0 4px;
11331 padding: 0;
11332 text-align: center;
11333 text-indent: -999px;
11334 vertical-align: top;
11335 transition: all 0.5s;
11336}
11337.ant-carousel .slick-dots li button {
11338 position: relative;
11339 display: block;
11340 width: 100%;
11341 height: 3px;
11342 padding: 0;
11343 color: transparent;
11344 font-size: 0;
11345 background: #fff;
11346 border: 0;
11347 border-radius: 1px;
11348 outline: none;
11349 cursor: pointer;
11350 opacity: 0.3;
11351 transition: all 0.5s;
11352}
11353.ant-carousel .slick-dots li button:hover,
11354.ant-carousel .slick-dots li button:focus {
11355 opacity: 0.75;
11356}
11357.ant-carousel .slick-dots li button::after {
11358 position: absolute;
11359 top: -4px;
11360 right: -4px;
11361 bottom: -4px;
11362 left: -4px;
11363 content: '';
11364}
11365.ant-carousel .slick-dots li.slick-active {
11366 width: 24px;
11367}
11368.ant-carousel .slick-dots li.slick-active button {
11369 background: #fff;
11370 opacity: 1;
11371}
11372.ant-carousel .slick-dots li.slick-active:hover,
11373.ant-carousel .slick-dots li.slick-active:focus {
11374 opacity: 1;
11375}
11376.ant-carousel-vertical .slick-dots {
11377 top: 50%;
11378 bottom: auto;
11379 flex-direction: column;
11380 width: 3px;
11381 height: auto;
11382 margin: 0;
11383 transform: translateY(-50%);
11384}
11385.ant-carousel-vertical .slick-dots-left {
11386 right: auto;
11387 left: 12px;
11388}
11389.ant-carousel-vertical .slick-dots-right {
11390 right: 12px;
11391 left: auto;
11392}
11393.ant-carousel-vertical .slick-dots li {
11394 width: 3px;
11395 height: 16px;
11396 margin: 4px 0;
11397 vertical-align: baseline;
11398}
11399.ant-carousel-vertical .slick-dots li button {
11400 width: 3px;
11401 height: 16px;
11402}
11403.ant-carousel-vertical .slick-dots li.slick-active {
11404 width: 3px;
11405 height: 24px;
11406}
11407.ant-carousel-vertical .slick-dots li.slick-active button {
11408 width: 3px;
11409 height: 24px;
11410}
11411.ant-carousel-rtl {
11412 direction: rtl;
11413}
11414.ant-carousel-rtl .ant-carousel .slick-track {
11415 right: 0;
11416 left: auto;
11417}
11418.ant-carousel-rtl .ant-carousel .slick-prev {
11419 right: -25px;
11420 left: auto;
11421}
11422.ant-carousel-rtl .ant-carousel .slick-prev::before {
11423 content: '→';
11424}
11425.ant-carousel-rtl .ant-carousel .slick-next {
11426 right: auto;
11427 left: -25px;
11428}
11429.ant-carousel-rtl .ant-carousel .slick-next::before {
11430 content: '←';
11431}
11432.ant-carousel-rtl.ant-carousel .slick-dots {
11433 flex-direction: row-reverse;
11434}
11435.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
11436 flex-direction: column;
11437}
11438
11439/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
11440/* stylelint-disable no-duplicate-selectors */
11441/* stylelint-disable */
11442/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11443html {
11444 --ant-primary-color: #1890ff;
11445 --ant-primary-color-hover: #40a9ff;
11446 --ant-primary-color-active: #096dd9;
11447 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
11448 --ant-primary-1: #e6f7ff;
11449 --ant-primary-2: #bae7ff;
11450 --ant-primary-3: #91d5ff;
11451 --ant-primary-4: #69c0ff;
11452 --ant-primary-5: #40a9ff;
11453 --ant-primary-6: #1890ff;
11454 --ant-primary-7: #096dd9;
11455 --ant-primary-color-deprecated-pure: ;
11456 --ant-primary-color-deprecated-l-35: #cbe6ff;
11457 --ant-primary-color-deprecated-l-20: #7ec1ff;
11458 --ant-primary-color-deprecated-t-20: #46a6ff;
11459 --ant-primary-color-deprecated-t-50: #8cc8ff;
11460 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
11461 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
11462 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
11463 --ant-success-color: #52c41a;
11464 --ant-success-color-hover: #73d13d;
11465 --ant-success-color-active: #389e0d;
11466 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
11467 --ant-success-color-deprecated-bg: #f6ffed;
11468 --ant-success-color-deprecated-border: #b7eb8f;
11469 --ant-error-color: #ff4d4f;
11470 --ant-error-color-hover: #ff7875;
11471 --ant-error-color-active: #d9363e;
11472 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
11473 --ant-error-color-deprecated-bg: #fff2f0;
11474 --ant-error-color-deprecated-border: #ffccc7;
11475 --ant-warning-color: #faad14;
11476 --ant-warning-color-hover: #ffc53d;
11477 --ant-warning-color-active: #d48806;
11478 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
11479 --ant-warning-color-deprecated-bg: #fffbe6;
11480 --ant-warning-color-deprecated-border: #ffe58f;
11481 --ant-info-color: #1890ff;
11482 --ant-info-color-deprecated-bg: #e6f7ff;
11483 --ant-info-color-deprecated-border: #91d5ff;
11484}
11485@keyframes antCheckboxEffect {
11486 0% {
11487 transform: scale(1);
11488 opacity: 0.5;
11489 }
11490 100% {
11491 transform: scale(1.6);
11492 opacity: 0;
11493 }
11494}
11495.ant-cascader-checkbox {
11496 box-sizing: border-box;
11497 margin: 0;
11498 padding: 0;
11499 color: rgba(0, 0, 0, 0.85);
11500 font-size: 14px;
11501 font-variant: tabular-nums;
11502 line-height: 1.5715;
11503 list-style: none;
11504 font-feature-settings: 'tnum';
11505 position: relative;
11506 top: 0.2em;
11507 line-height: 1;
11508 white-space: nowrap;
11509 outline: none;
11510 cursor: pointer;
11511}
11512.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
11513.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
11514.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
11515 border-color: var(--ant-primary-color);
11516}
11517.ant-cascader-checkbox-checked::after {
11518 position: absolute;
11519 top: 0;
11520 left: 0;
11521 width: 100%;
11522 height: 100%;
11523 border: 1px solid var(--ant-primary-color);
11524 border-radius: 2px;
11525 visibility: hidden;
11526 animation: antCheckboxEffect 0.36s ease-in-out;
11527 animation-fill-mode: backwards;
11528 content: '';
11529}
11530.ant-cascader-checkbox:hover::after,
11531.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
11532 visibility: visible;
11533}
11534.ant-cascader-checkbox-inner {
11535 position: relative;
11536 top: 0;
11537 left: 0;
11538 display: block;
11539 width: 16px;
11540 height: 16px;
11541 direction: ltr;
11542 background-color: #fff;
11543 border: 1px solid #d9d9d9;
11544 border-radius: 2px;
11545 border-collapse: separate;
11546 transition: all 0.3s;
11547}
11548.ant-cascader-checkbox-inner::after {
11549 position: absolute;
11550 top: 50%;
11551 left: 21.5%;
11552 display: table;
11553 width: 5.71428571px;
11554 height: 9.14285714px;
11555 border: 2px solid #fff;
11556 border-top: 0;
11557 border-left: 0;
11558 transform: rotate(45deg) scale(0) translate(-50%, -50%);
11559 opacity: 0;
11560 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
11561 content: ' ';
11562}
11563.ant-cascader-checkbox-input {
11564 position: absolute;
11565 top: 0;
11566 right: 0;
11567 bottom: 0;
11568 left: 0;
11569 z-index: 1;
11570 width: 100%;
11571 height: 100%;
11572 cursor: pointer;
11573 opacity: 0;
11574}
11575.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
11576 position: absolute;
11577 display: table;
11578 border: 2px solid #fff;
11579 border-top: 0;
11580 border-left: 0;
11581 transform: rotate(45deg) scale(1) translate(-50%, -50%);
11582 opacity: 1;
11583 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
11584 content: ' ';
11585}
11586.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
11587 background-color: var(--ant-primary-color);
11588 border-color: var(--ant-primary-color);
11589}
11590.ant-cascader-checkbox-disabled {
11591 cursor: not-allowed;
11592}
11593.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
11594 border-color: rgba(0, 0, 0, 0.25);
11595 animation-name: none;
11596}
11597.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
11598 cursor: not-allowed;
11599 pointer-events: none;
11600}
11601.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
11602 background-color: #f5f5f5;
11603 border-color: #d9d9d9 !important;
11604}
11605.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
11606 border-color: #f5f5f5;
11607 border-collapse: separate;
11608 animation-name: none;
11609}
11610.ant-cascader-checkbox-disabled + span {
11611 color: rgba(0, 0, 0, 0.25);
11612 cursor: not-allowed;
11613}
11614.ant-cascader-checkbox-disabled:hover::after,
11615.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
11616 visibility: hidden;
11617}
11618.ant-cascader-checkbox-wrapper {
11619 box-sizing: border-box;
11620 margin: 0;
11621 padding: 0;
11622 color: rgba(0, 0, 0, 0.85);
11623 font-size: 14px;
11624 font-variant: tabular-nums;
11625 line-height: 1.5715;
11626 list-style: none;
11627 font-feature-settings: 'tnum';
11628 display: inline-flex;
11629 align-items: baseline;
11630 line-height: unset;
11631 cursor: pointer;
11632}
11633.ant-cascader-checkbox-wrapper::after {
11634 display: inline-block;
11635 width: 0;
11636 overflow: hidden;
11637 content: '\a0';
11638}
11639.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
11640 cursor: not-allowed;
11641}
11642.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
11643 margin-left: 8px;
11644}
11645.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
11646 width: 14px;
11647 height: 14px;
11648}
11649.ant-cascader-checkbox + span {
11650 padding-right: 8px;
11651 padding-left: 8px;
11652}
11653.ant-cascader-checkbox-group {
11654 box-sizing: border-box;
11655 margin: 0;
11656 padding: 0;
11657 color: rgba(0, 0, 0, 0.85);
11658 font-size: 14px;
11659 font-variant: tabular-nums;
11660 line-height: 1.5715;
11661 list-style: none;
11662 font-feature-settings: 'tnum';
11663 display: inline-block;
11664}
11665.ant-cascader-checkbox-group-item {
11666 margin-right: 8px;
11667}
11668.ant-cascader-checkbox-group-item:last-child {
11669 margin-right: 0;
11670}
11671.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
11672 margin-left: 0;
11673}
11674.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
11675 background-color: #fff;
11676 border-color: #d9d9d9;
11677}
11678.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
11679 top: 50%;
11680 left: 50%;
11681 width: 8px;
11682 height: 8px;
11683 background-color: var(--ant-primary-color);
11684 border: 0;
11685 transform: translate(-50%, -50%) scale(1);
11686 opacity: 1;
11687 content: ' ';
11688}
11689.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
11690 background-color: rgba(0, 0, 0, 0.25);
11691 border-color: rgba(0, 0, 0, 0.25);
11692}
11693.ant-cascader {
11694 width: 184px;
11695}
11696.ant-cascader-checkbox {
11697 top: 0;
11698 margin-right: 8px;
11699}
11700.ant-cascader-menus {
11701 display: flex;
11702 flex-wrap: nowrap;
11703 align-items: flex-start;
11704}
11705.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
11706 width: 100%;
11707 height: auto;
11708}
11709.ant-cascader-menu {
11710 flex-grow: 1;
11711 min-width: 111px;
11712 height: 180px;
11713 margin: 0;
11714 margin: -4px 0;
11715 padding: 4px 0;
11716 overflow: auto;
11717 vertical-align: top;
11718 list-style: none;
11719 border-right: 1px solid rgba(0, 0, 0, 0.06);
11720 -ms-overflow-style: -ms-autohiding-scrollbar;
11721}
11722.ant-cascader-menu-item {
11723 display: flex;
11724 flex-wrap: nowrap;
11725 align-items: center;
11726 padding: 5px 12px;
11727 overflow: hidden;
11728 line-height: 22px;
11729 white-space: nowrap;
11730 text-overflow: ellipsis;
11731 cursor: pointer;
11732 transition: all 0.3s;
11733}
11734.ant-cascader-menu-item:hover {
11735 background: #f5f5f5;
11736}
11737.ant-cascader-menu-item-disabled {
11738 color: rgba(0, 0, 0, 0.25);
11739 cursor: not-allowed;
11740}
11741.ant-cascader-menu-item-disabled:hover {
11742 background: transparent;
11743}
11744.ant-cascader-menu-empty .ant-cascader-menu-item {
11745 color: rgba(0, 0, 0, 0.25);
11746 cursor: default;
11747 pointer-events: none;
11748}
11749.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
11750.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
11751 font-weight: 600;
11752 background-color: var(--ant-primary-1);
11753}
11754.ant-cascader-menu-item-content {
11755 flex: auto;
11756}
11757.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
11758.ant-cascader-menu-item-loading-icon {
11759 margin-left: 4px;
11760 color: rgba(0, 0, 0, 0.45);
11761 font-size: 10px;
11762}
11763.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
11764.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
11765 color: rgba(0, 0, 0, 0.25);
11766}
11767.ant-cascader-menu-item-keyword {
11768 color: #ff4d4f;
11769}
11770.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
11771 margin-right: -1px;
11772}
11773.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl {
11774 margin-left: -1px;
11775}
11776.ant-cascader-compact-item:hover,
11777.ant-cascader-compact-item:focus,
11778.ant-cascader-compact-item:active {
11779 z-index: 2;
11780}
11781.ant-cascader-compact-item[disabled] {
11782 z-index: 0;
11783}
11784.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader {
11785 border-radius: 0;
11786}
11787.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
11788 border-top-right-radius: 0;
11789 border-bottom-right-radius: 0;
11790}
11791.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl) {
11792 border-top-left-radius: 0;
11793 border-bottom-left-radius: 0;
11794}
11795.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item) {
11796 border-top-left-radius: 0;
11797 border-bottom-left-radius: 0;
11798}
11799.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item) {
11800 border-top-right-radius: 0;
11801 border-bottom-right-radius: 0;
11802}
11803.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
11804.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
11805 margin-right: 4px;
11806 margin-left: 0;
11807}
11808.ant-cascader-rtl .ant-cascader-checkbox {
11809 top: 0;
11810 margin-right: 0;
11811 margin-left: 8px;
11812}
11813
11814/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
11815/* stylelint-disable no-duplicate-selectors */
11816/* stylelint-disable */
11817/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11818html {
11819 --ant-primary-color: #1890ff;
11820 --ant-primary-color-hover: #40a9ff;
11821 --ant-primary-color-active: #096dd9;
11822 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
11823 --ant-primary-1: #e6f7ff;
11824 --ant-primary-2: #bae7ff;
11825 --ant-primary-3: #91d5ff;
11826 --ant-primary-4: #69c0ff;
11827 --ant-primary-5: #40a9ff;
11828 --ant-primary-6: #1890ff;
11829 --ant-primary-7: #096dd9;
11830 --ant-primary-color-deprecated-pure: ;
11831 --ant-primary-color-deprecated-l-35: #cbe6ff;
11832 --ant-primary-color-deprecated-l-20: #7ec1ff;
11833 --ant-primary-color-deprecated-t-20: #46a6ff;
11834 --ant-primary-color-deprecated-t-50: #8cc8ff;
11835 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
11836 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
11837 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
11838 --ant-success-color: #52c41a;
11839 --ant-success-color-hover: #73d13d;
11840 --ant-success-color-active: #389e0d;
11841 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
11842 --ant-success-color-deprecated-bg: #f6ffed;
11843 --ant-success-color-deprecated-border: #b7eb8f;
11844 --ant-error-color: #ff4d4f;
11845 --ant-error-color-hover: #ff7875;
11846 --ant-error-color-active: #d9363e;
11847 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
11848 --ant-error-color-deprecated-bg: #fff2f0;
11849 --ant-error-color-deprecated-border: #ffccc7;
11850 --ant-warning-color: #faad14;
11851 --ant-warning-color-hover: #ffc53d;
11852 --ant-warning-color-active: #d48806;
11853 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
11854 --ant-warning-color-deprecated-bg: #fffbe6;
11855 --ant-warning-color-deprecated-border: #ffe58f;
11856 --ant-info-color: #1890ff;
11857 --ant-info-color-deprecated-bg: #e6f7ff;
11858 --ant-info-color-deprecated-border: #91d5ff;
11859}
11860@keyframes antCheckboxEffect {
11861 0% {
11862 transform: scale(1);
11863 opacity: 0.5;
11864 }
11865 100% {
11866 transform: scale(1.6);
11867 opacity: 0;
11868 }
11869}
11870.ant-checkbox {
11871 box-sizing: border-box;
11872 margin: 0;
11873 padding: 0;
11874 color: rgba(0, 0, 0, 0.85);
11875 font-size: 14px;
11876 font-variant: tabular-nums;
11877 line-height: 1.5715;
11878 list-style: none;
11879 font-feature-settings: 'tnum';
11880 position: relative;
11881 top: 0.2em;
11882 line-height: 1;
11883 white-space: nowrap;
11884 outline: none;
11885 cursor: pointer;
11886}
11887.ant-checkbox-wrapper:hover .ant-checkbox-inner,
11888.ant-checkbox:hover .ant-checkbox-inner,
11889.ant-checkbox-input:focus + .ant-checkbox-inner {
11890 border-color: var(--ant-primary-color);
11891}
11892.ant-checkbox-checked::after {
11893 position: absolute;
11894 top: 0;
11895 left: 0;
11896 width: 100%;
11897 height: 100%;
11898 border: 1px solid var(--ant-primary-color);
11899 border-radius: 2px;
11900 visibility: hidden;
11901 animation: antCheckboxEffect 0.36s ease-in-out;
11902 animation-fill-mode: backwards;
11903 content: '';
11904}
11905.ant-checkbox:hover::after,
11906.ant-checkbox-wrapper:hover .ant-checkbox::after {
11907 visibility: visible;
11908}
11909.ant-checkbox-inner {
11910 position: relative;
11911 top: 0;
11912 left: 0;
11913 display: block;
11914 width: 16px;
11915 height: 16px;
11916 direction: ltr;
11917 background-color: #fff;
11918 border: 1px solid #d9d9d9;
11919 border-radius: 2px;
11920 border-collapse: separate;
11921 transition: all 0.3s;
11922}
11923.ant-checkbox-inner::after {
11924 position: absolute;
11925 top: 50%;
11926 left: 21.5%;
11927 display: table;
11928 width: 5.71428571px;
11929 height: 9.14285714px;
11930 border: 2px solid #fff;
11931 border-top: 0;
11932 border-left: 0;
11933 transform: rotate(45deg) scale(0) translate(-50%, -50%);
11934 opacity: 0;
11935 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
11936 content: ' ';
11937}
11938.ant-checkbox-input {
11939 position: absolute;
11940 top: 0;
11941 right: 0;
11942 bottom: 0;
11943 left: 0;
11944 z-index: 1;
11945 width: 100%;
11946 height: 100%;
11947 cursor: pointer;
11948 opacity: 0;
11949}
11950.ant-checkbox-checked .ant-checkbox-inner::after {
11951 position: absolute;
11952 display: table;
11953 border: 2px solid #fff;
11954 border-top: 0;
11955 border-left: 0;
11956 transform: rotate(45deg) scale(1) translate(-50%, -50%);
11957 opacity: 1;
11958 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
11959 content: ' ';
11960}
11961.ant-checkbox-checked .ant-checkbox-inner {
11962 background-color: var(--ant-primary-color);
11963 border-color: var(--ant-primary-color);
11964}
11965.ant-checkbox-disabled {
11966 cursor: not-allowed;
11967}
11968.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
11969 border-color: rgba(0, 0, 0, 0.25);
11970 animation-name: none;
11971}
11972.ant-checkbox-disabled .ant-checkbox-input {
11973 cursor: not-allowed;
11974 pointer-events: none;
11975}
11976.ant-checkbox-disabled .ant-checkbox-inner {
11977 background-color: #f5f5f5;
11978 border-color: #d9d9d9 !important;
11979}
11980.ant-checkbox-disabled .ant-checkbox-inner::after {
11981 border-color: #f5f5f5;
11982 border-collapse: separate;
11983 animation-name: none;
11984}
11985.ant-checkbox-disabled + span {
11986 color: rgba(0, 0, 0, 0.25);
11987 cursor: not-allowed;
11988}
11989.ant-checkbox-disabled:hover::after,
11990.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
11991 visibility: hidden;
11992}
11993.ant-checkbox-wrapper {
11994 box-sizing: border-box;
11995 margin: 0;
11996 padding: 0;
11997 color: rgba(0, 0, 0, 0.85);
11998 font-size: 14px;
11999 font-variant: tabular-nums;
12000 line-height: 1.5715;
12001 list-style: none;
12002 font-feature-settings: 'tnum';
12003 display: inline-flex;
12004 align-items: baseline;
12005 line-height: unset;
12006 cursor: pointer;
12007}
12008.ant-checkbox-wrapper::after {
12009 display: inline-block;
12010 width: 0;
12011 overflow: hidden;
12012 content: '\a0';
12013}
12014.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
12015 cursor: not-allowed;
12016}
12017.ant-checkbox-wrapper + .ant-checkbox-wrapper {
12018 margin-left: 8px;
12019}
12020.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
12021 width: 14px;
12022 height: 14px;
12023}
12024.ant-checkbox + span {
12025 padding-right: 8px;
12026 padding-left: 8px;
12027}
12028.ant-checkbox-group {
12029 box-sizing: border-box;
12030 margin: 0;
12031 padding: 0;
12032 color: rgba(0, 0, 0, 0.85);
12033 font-size: 14px;
12034 font-variant: tabular-nums;
12035 line-height: 1.5715;
12036 list-style: none;
12037 font-feature-settings: 'tnum';
12038 display: inline-block;
12039}
12040.ant-checkbox-group-item {
12041 margin-right: 8px;
12042}
12043.ant-checkbox-group-item:last-child {
12044 margin-right: 0;
12045}
12046.ant-checkbox-group-item + .ant-checkbox-group-item {
12047 margin-left: 0;
12048}
12049.ant-checkbox-indeterminate .ant-checkbox-inner {
12050 background-color: #fff;
12051 border-color: #d9d9d9;
12052}
12053.ant-checkbox-indeterminate .ant-checkbox-inner::after {
12054 top: 50%;
12055 left: 50%;
12056 width: 8px;
12057 height: 8px;
12058 background-color: var(--ant-primary-color);
12059 border: 0;
12060 transform: translate(-50%, -50%) scale(1);
12061 opacity: 1;
12062 content: ' ';
12063}
12064.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
12065 background-color: rgba(0, 0, 0, 0.25);
12066 border-color: rgba(0, 0, 0, 0.25);
12067}
12068.ant-checkbox-rtl {
12069 direction: rtl;
12070}
12071.ant-checkbox-group-rtl .ant-checkbox-group-item {
12072 margin-right: 0;
12073 margin-left: 8px;
12074}
12075.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
12076 margin-left: 0 !important;
12077}
12078.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
12079 margin-left: 8px;
12080}
12081
12082/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
12083/* stylelint-disable no-duplicate-selectors */
12084/* stylelint-disable */
12085/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
12086html {
12087 --ant-primary-color: #1890ff;
12088 --ant-primary-color-hover: #40a9ff;
12089 --ant-primary-color-active: #096dd9;
12090 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
12091 --ant-primary-1: #e6f7ff;
12092 --ant-primary-2: #bae7ff;
12093 --ant-primary-3: #91d5ff;
12094 --ant-primary-4: #69c0ff;
12095 --ant-primary-5: #40a9ff;
12096 --ant-primary-6: #1890ff;
12097 --ant-primary-7: #096dd9;
12098 --ant-primary-color-deprecated-pure: ;
12099 --ant-primary-color-deprecated-l-35: #cbe6ff;
12100 --ant-primary-color-deprecated-l-20: #7ec1ff;
12101 --ant-primary-color-deprecated-t-20: #46a6ff;
12102 --ant-primary-color-deprecated-t-50: #8cc8ff;
12103 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
12104 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
12105 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
12106 --ant-success-color: #52c41a;
12107 --ant-success-color-hover: #73d13d;
12108 --ant-success-color-active: #389e0d;
12109 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
12110 --ant-success-color-deprecated-bg: #f6ffed;
12111 --ant-success-color-deprecated-border: #b7eb8f;
12112 --ant-error-color: #ff4d4f;
12113 --ant-error-color-hover: #ff7875;
12114 --ant-error-color-active: #d9363e;
12115 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
12116 --ant-error-color-deprecated-bg: #fff2f0;
12117 --ant-error-color-deprecated-border: #ffccc7;
12118 --ant-warning-color: #faad14;
12119 --ant-warning-color-hover: #ffc53d;
12120 --ant-warning-color-active: #d48806;
12121 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
12122 --ant-warning-color-deprecated-bg: #fffbe6;
12123 --ant-warning-color-deprecated-border: #ffe58f;
12124 --ant-info-color: #1890ff;
12125 --ant-info-color-deprecated-bg: #e6f7ff;
12126 --ant-info-color-deprecated-border: #91d5ff;
12127}
12128.ant-row {
12129 display: flex;
12130 flex-flow: row wrap;
12131 min-width: 0;
12132}
12133.ant-row::before,
12134.ant-row::after {
12135 display: flex;
12136}
12137.ant-row-no-wrap {
12138 flex-wrap: nowrap;
12139}
12140.ant-row-start {
12141 justify-content: flex-start;
12142}
12143.ant-row-center {
12144 justify-content: center;
12145}
12146.ant-row-end {
12147 justify-content: flex-end;
12148}
12149.ant-row-space-between {
12150 justify-content: space-between;
12151}
12152.ant-row-space-around {
12153 justify-content: space-around;
12154}
12155.ant-row-space-evenly {
12156 justify-content: space-evenly;
12157}
12158.ant-row-top {
12159 align-items: flex-start;
12160}
12161.ant-row-middle {
12162 align-items: center;
12163}
12164.ant-row-bottom {
12165 align-items: flex-end;
12166}
12167.ant-col {
12168 position: relative;
12169 max-width: 100%;
12170 min-height: 1px;
12171}
12172.ant-col-24 {
12173 display: block;
12174 flex: 0 0 100%;
12175 max-width: 100%;
12176}
12177.ant-col-push-24 {
12178 left: 100%;
12179}
12180.ant-col-pull-24 {
12181 right: 100%;
12182}
12183.ant-col-offset-24 {
12184 margin-left: 100%;
12185}
12186.ant-col-order-24 {
12187 order: 24;
12188}
12189.ant-col-23 {
12190 display: block;
12191 flex: 0 0 95.83333333%;
12192 max-width: 95.83333333%;
12193}
12194.ant-col-push-23 {
12195 left: 95.83333333%;
12196}
12197.ant-col-pull-23 {
12198 right: 95.83333333%;
12199}
12200.ant-col-offset-23 {
12201 margin-left: 95.83333333%;
12202}
12203.ant-col-order-23 {
12204 order: 23;
12205}
12206.ant-col-22 {
12207 display: block;
12208 flex: 0 0 91.66666667%;
12209 max-width: 91.66666667%;
12210}
12211.ant-col-push-22 {
12212 left: 91.66666667%;
12213}
12214.ant-col-pull-22 {
12215 right: 91.66666667%;
12216}
12217.ant-col-offset-22 {
12218 margin-left: 91.66666667%;
12219}
12220.ant-col-order-22 {
12221 order: 22;
12222}
12223.ant-col-21 {
12224 display: block;
12225 flex: 0 0 87.5%;
12226 max-width: 87.5%;
12227}
12228.ant-col-push-21 {
12229 left: 87.5%;
12230}
12231.ant-col-pull-21 {
12232 right: 87.5%;
12233}
12234.ant-col-offset-21 {
12235 margin-left: 87.5%;
12236}
12237.ant-col-order-21 {
12238 order: 21;
12239}
12240.ant-col-20 {
12241 display: block;
12242 flex: 0 0 83.33333333%;
12243 max-width: 83.33333333%;
12244}
12245.ant-col-push-20 {
12246 left: 83.33333333%;
12247}
12248.ant-col-pull-20 {
12249 right: 83.33333333%;
12250}
12251.ant-col-offset-20 {
12252 margin-left: 83.33333333%;
12253}
12254.ant-col-order-20 {
12255 order: 20;
12256}
12257.ant-col-19 {
12258 display: block;
12259 flex: 0 0 79.16666667%;
12260 max-width: 79.16666667%;
12261}
12262.ant-col-push-19 {
12263 left: 79.16666667%;
12264}
12265.ant-col-pull-19 {
12266 right: 79.16666667%;
12267}
12268.ant-col-offset-19 {
12269 margin-left: 79.16666667%;
12270}
12271.ant-col-order-19 {
12272 order: 19;
12273}
12274.ant-col-18 {
12275 display: block;
12276 flex: 0 0 75%;
12277 max-width: 75%;
12278}
12279.ant-col-push-18 {
12280 left: 75%;
12281}
12282.ant-col-pull-18 {
12283 right: 75%;
12284}
12285.ant-col-offset-18 {
12286 margin-left: 75%;
12287}
12288.ant-col-order-18 {
12289 order: 18;
12290}
12291.ant-col-17 {
12292 display: block;
12293 flex: 0 0 70.83333333%;
12294 max-width: 70.83333333%;
12295}
12296.ant-col-push-17 {
12297 left: 70.83333333%;
12298}
12299.ant-col-pull-17 {
12300 right: 70.83333333%;
12301}
12302.ant-col-offset-17 {
12303 margin-left: 70.83333333%;
12304}
12305.ant-col-order-17 {
12306 order: 17;
12307}
12308.ant-col-16 {
12309 display: block;
12310 flex: 0 0 66.66666667%;
12311 max-width: 66.66666667%;
12312}
12313.ant-col-push-16 {
12314 left: 66.66666667%;
12315}
12316.ant-col-pull-16 {
12317 right: 66.66666667%;
12318}
12319.ant-col-offset-16 {
12320 margin-left: 66.66666667%;
12321}
12322.ant-col-order-16 {
12323 order: 16;
12324}
12325.ant-col-15 {
12326 display: block;
12327 flex: 0 0 62.5%;
12328 max-width: 62.5%;
12329}
12330.ant-col-push-15 {
12331 left: 62.5%;
12332}
12333.ant-col-pull-15 {
12334 right: 62.5%;
12335}
12336.ant-col-offset-15 {
12337 margin-left: 62.5%;
12338}
12339.ant-col-order-15 {
12340 order: 15;
12341}
12342.ant-col-14 {
12343 display: block;
12344 flex: 0 0 58.33333333%;
12345 max-width: 58.33333333%;
12346}
12347.ant-col-push-14 {
12348 left: 58.33333333%;
12349}
12350.ant-col-pull-14 {
12351 right: 58.33333333%;
12352}
12353.ant-col-offset-14 {
12354 margin-left: 58.33333333%;
12355}
12356.ant-col-order-14 {
12357 order: 14;
12358}
12359.ant-col-13 {
12360 display: block;
12361 flex: 0 0 54.16666667%;
12362 max-width: 54.16666667%;
12363}
12364.ant-col-push-13 {
12365 left: 54.16666667%;
12366}
12367.ant-col-pull-13 {
12368 right: 54.16666667%;
12369}
12370.ant-col-offset-13 {
12371 margin-left: 54.16666667%;
12372}
12373.ant-col-order-13 {
12374 order: 13;
12375}
12376.ant-col-12 {
12377 display: block;
12378 flex: 0 0 50%;
12379 max-width: 50%;
12380}
12381.ant-col-push-12 {
12382 left: 50%;
12383}
12384.ant-col-pull-12 {
12385 right: 50%;
12386}
12387.ant-col-offset-12 {
12388 margin-left: 50%;
12389}
12390.ant-col-order-12 {
12391 order: 12;
12392}
12393.ant-col-11 {
12394 display: block;
12395 flex: 0 0 45.83333333%;
12396 max-width: 45.83333333%;
12397}
12398.ant-col-push-11 {
12399 left: 45.83333333%;
12400}
12401.ant-col-pull-11 {
12402 right: 45.83333333%;
12403}
12404.ant-col-offset-11 {
12405 margin-left: 45.83333333%;
12406}
12407.ant-col-order-11 {
12408 order: 11;
12409}
12410.ant-col-10 {
12411 display: block;
12412 flex: 0 0 41.66666667%;
12413 max-width: 41.66666667%;
12414}
12415.ant-col-push-10 {
12416 left: 41.66666667%;
12417}
12418.ant-col-pull-10 {
12419 right: 41.66666667%;
12420}
12421.ant-col-offset-10 {
12422 margin-left: 41.66666667%;
12423}
12424.ant-col-order-10 {
12425 order: 10;
12426}
12427.ant-col-9 {
12428 display: block;
12429 flex: 0 0 37.5%;
12430 max-width: 37.5%;
12431}
12432.ant-col-push-9 {
12433 left: 37.5%;
12434}
12435.ant-col-pull-9 {
12436 right: 37.5%;
12437}
12438.ant-col-offset-9 {
12439 margin-left: 37.5%;
12440}
12441.ant-col-order-9 {
12442 order: 9;
12443}
12444.ant-col-8 {
12445 display: block;
12446 flex: 0 0 33.33333333%;
12447 max-width: 33.33333333%;
12448}
12449.ant-col-push-8 {
12450 left: 33.33333333%;
12451}
12452.ant-col-pull-8 {
12453 right: 33.33333333%;
12454}
12455.ant-col-offset-8 {
12456 margin-left: 33.33333333%;
12457}
12458.ant-col-order-8 {
12459 order: 8;
12460}
12461.ant-col-7 {
12462 display: block;
12463 flex: 0 0 29.16666667%;
12464 max-width: 29.16666667%;
12465}
12466.ant-col-push-7 {
12467 left: 29.16666667%;
12468}
12469.ant-col-pull-7 {
12470 right: 29.16666667%;
12471}
12472.ant-col-offset-7 {
12473 margin-left: 29.16666667%;
12474}
12475.ant-col-order-7 {
12476 order: 7;
12477}
12478.ant-col-6 {
12479 display: block;
12480 flex: 0 0 25%;
12481 max-width: 25%;
12482}
12483.ant-col-push-6 {
12484 left: 25%;
12485}
12486.ant-col-pull-6 {
12487 right: 25%;
12488}
12489.ant-col-offset-6 {
12490 margin-left: 25%;
12491}
12492.ant-col-order-6 {
12493 order: 6;
12494}
12495.ant-col-5 {
12496 display: block;
12497 flex: 0 0 20.83333333%;
12498 max-width: 20.83333333%;
12499}
12500.ant-col-push-5 {
12501 left: 20.83333333%;
12502}
12503.ant-col-pull-5 {
12504 right: 20.83333333%;
12505}
12506.ant-col-offset-5 {
12507 margin-left: 20.83333333%;
12508}
12509.ant-col-order-5 {
12510 order: 5;
12511}
12512.ant-col-4 {
12513 display: block;
12514 flex: 0 0 16.66666667%;
12515 max-width: 16.66666667%;
12516}
12517.ant-col-push-4 {
12518 left: 16.66666667%;
12519}
12520.ant-col-pull-4 {
12521 right: 16.66666667%;
12522}
12523.ant-col-offset-4 {
12524 margin-left: 16.66666667%;
12525}
12526.ant-col-order-4 {
12527 order: 4;
12528}
12529.ant-col-3 {
12530 display: block;
12531 flex: 0 0 12.5%;
12532 max-width: 12.5%;
12533}
12534.ant-col-push-3 {
12535 left: 12.5%;
12536}
12537.ant-col-pull-3 {
12538 right: 12.5%;
12539}
12540.ant-col-offset-3 {
12541 margin-left: 12.5%;
12542}
12543.ant-col-order-3 {
12544 order: 3;
12545}
12546.ant-col-2 {
12547 display: block;
12548 flex: 0 0 8.33333333%;
12549 max-width: 8.33333333%;
12550}
12551.ant-col-push-2 {
12552 left: 8.33333333%;
12553}
12554.ant-col-pull-2 {
12555 right: 8.33333333%;
12556}
12557.ant-col-offset-2 {
12558 margin-left: 8.33333333%;
12559}
12560.ant-col-order-2 {
12561 order: 2;
12562}
12563.ant-col-1 {
12564 display: block;
12565 flex: 0 0 4.16666667%;
12566 max-width: 4.16666667%;
12567}
12568.ant-col-push-1 {
12569 left: 4.16666667%;
12570}
12571.ant-col-pull-1 {
12572 right: 4.16666667%;
12573}
12574.ant-col-offset-1 {
12575 margin-left: 4.16666667%;
12576}
12577.ant-col-order-1 {
12578 order: 1;
12579}
12580.ant-col-0 {
12581 display: none;
12582}
12583.ant-col-push-0 {
12584 left: auto;
12585}
12586.ant-col-pull-0 {
12587 right: auto;
12588}
12589.ant-col-push-0 {
12590 left: auto;
12591}
12592.ant-col-pull-0 {
12593 right: auto;
12594}
12595.ant-col-offset-0 {
12596 margin-left: 0;
12597}
12598.ant-col-order-0 {
12599 order: 0;
12600}
12601.ant-col-push-0.ant-col-rtl {
12602 right: auto;
12603}
12604.ant-col-pull-0.ant-col-rtl {
12605 left: auto;
12606}
12607.ant-col-push-0.ant-col-rtl {
12608 right: auto;
12609}
12610.ant-col-pull-0.ant-col-rtl {
12611 left: auto;
12612}
12613.ant-col-offset-0.ant-col-rtl {
12614 margin-right: 0;
12615}
12616.ant-col-push-1.ant-col-rtl {
12617 right: 4.16666667%;
12618 left: auto;
12619}
12620.ant-col-pull-1.ant-col-rtl {
12621 right: auto;
12622 left: 4.16666667%;
12623}
12624.ant-col-offset-1.ant-col-rtl {
12625 margin-right: 4.16666667%;
12626 margin-left: 0;
12627}
12628.ant-col-push-2.ant-col-rtl {
12629 right: 8.33333333%;
12630 left: auto;
12631}
12632.ant-col-pull-2.ant-col-rtl {
12633 right: auto;
12634 left: 8.33333333%;
12635}
12636.ant-col-offset-2.ant-col-rtl {
12637 margin-right: 8.33333333%;
12638 margin-left: 0;
12639}
12640.ant-col-push-3.ant-col-rtl {
12641 right: 12.5%;
12642 left: auto;
12643}
12644.ant-col-pull-3.ant-col-rtl {
12645 right: auto;
12646 left: 12.5%;
12647}
12648.ant-col-offset-3.ant-col-rtl {
12649 margin-right: 12.5%;
12650 margin-left: 0;
12651}
12652.ant-col-push-4.ant-col-rtl {
12653 right: 16.66666667%;
12654 left: auto;
12655}
12656.ant-col-pull-4.ant-col-rtl {
12657 right: auto;
12658 left: 16.66666667%;
12659}
12660.ant-col-offset-4.ant-col-rtl {
12661 margin-right: 16.66666667%;
12662 margin-left: 0;
12663}
12664.ant-col-push-5.ant-col-rtl {
12665 right: 20.83333333%;
12666 left: auto;
12667}
12668.ant-col-pull-5.ant-col-rtl {
12669 right: auto;
12670 left: 20.83333333%;
12671}
12672.ant-col-offset-5.ant-col-rtl {
12673 margin-right: 20.83333333%;
12674 margin-left: 0;
12675}
12676.ant-col-push-6.ant-col-rtl {
12677 right: 25%;
12678 left: auto;
12679}
12680.ant-col-pull-6.ant-col-rtl {
12681 right: auto;
12682 left: 25%;
12683}
12684.ant-col-offset-6.ant-col-rtl {
12685 margin-right: 25%;
12686 margin-left: 0;
12687}
12688.ant-col-push-7.ant-col-rtl {
12689 right: 29.16666667%;
12690 left: auto;
12691}
12692.ant-col-pull-7.ant-col-rtl {
12693 right: auto;
12694 left: 29.16666667%;
12695}
12696.ant-col-offset-7.ant-col-rtl {
12697 margin-right: 29.16666667%;
12698 margin-left: 0;
12699}
12700.ant-col-push-8.ant-col-rtl {
12701 right: 33.33333333%;
12702 left: auto;
12703}
12704.ant-col-pull-8.ant-col-rtl {
12705 right: auto;
12706 left: 33.33333333%;
12707}
12708.ant-col-offset-8.ant-col-rtl {
12709 margin-right: 33.33333333%;
12710 margin-left: 0;
12711}
12712.ant-col-push-9.ant-col-rtl {
12713 right: 37.5%;
12714 left: auto;
12715}
12716.ant-col-pull-9.ant-col-rtl {
12717 right: auto;
12718 left: 37.5%;
12719}
12720.ant-col-offset-9.ant-col-rtl {
12721 margin-right: 37.5%;
12722 margin-left: 0;
12723}
12724.ant-col-push-10.ant-col-rtl {
12725 right: 41.66666667%;
12726 left: auto;
12727}
12728.ant-col-pull-10.ant-col-rtl {
12729 right: auto;
12730 left: 41.66666667%;
12731}
12732.ant-col-offset-10.ant-col-rtl {
12733 margin-right: 41.66666667%;
12734 margin-left: 0;
12735}
12736.ant-col-push-11.ant-col-rtl {
12737 right: 45.83333333%;
12738 left: auto;
12739}
12740.ant-col-pull-11.ant-col-rtl {
12741 right: auto;
12742 left: 45.83333333%;
12743}
12744.ant-col-offset-11.ant-col-rtl {
12745 margin-right: 45.83333333%;
12746 margin-left: 0;
12747}
12748.ant-col-push-12.ant-col-rtl {
12749 right: 50%;
12750 left: auto;
12751}
12752.ant-col-pull-12.ant-col-rtl {
12753 right: auto;
12754 left: 50%;
12755}
12756.ant-col-offset-12.ant-col-rtl {
12757 margin-right: 50%;
12758 margin-left: 0;
12759}
12760.ant-col-push-13.ant-col-rtl {
12761 right: 54.16666667%;
12762 left: auto;
12763}
12764.ant-col-pull-13.ant-col-rtl {
12765 right: auto;
12766 left: 54.16666667%;
12767}
12768.ant-col-offset-13.ant-col-rtl {
12769 margin-right: 54.16666667%;
12770 margin-left: 0;
12771}
12772.ant-col-push-14.ant-col-rtl {
12773 right: 58.33333333%;
12774 left: auto;
12775}
12776.ant-col-pull-14.ant-col-rtl {
12777 right: auto;
12778 left: 58.33333333%;
12779}
12780.ant-col-offset-14.ant-col-rtl {
12781 margin-right: 58.33333333%;
12782 margin-left: 0;
12783}
12784.ant-col-push-15.ant-col-rtl {
12785 right: 62.5%;
12786 left: auto;
12787}
12788.ant-col-pull-15.ant-col-rtl {
12789 right: auto;
12790 left: 62.5%;
12791}
12792.ant-col-offset-15.ant-col-rtl {
12793 margin-right: 62.5%;
12794 margin-left: 0;
12795}
12796.ant-col-push-16.ant-col-rtl {
12797 right: 66.66666667%;
12798 left: auto;
12799}
12800.ant-col-pull-16.ant-col-rtl {
12801 right: auto;
12802 left: 66.66666667%;
12803}
12804.ant-col-offset-16.ant-col-rtl {
12805 margin-right: 66.66666667%;
12806 margin-left: 0;
12807}
12808.ant-col-push-17.ant-col-rtl {
12809 right: 70.83333333%;
12810 left: auto;
12811}
12812.ant-col-pull-17.ant-col-rtl {
12813 right: auto;
12814 left: 70.83333333%;
12815}
12816.ant-col-offset-17.ant-col-rtl {
12817 margin-right: 70.83333333%;
12818 margin-left: 0;
12819}
12820.ant-col-push-18.ant-col-rtl {
12821 right: 75%;
12822 left: auto;
12823}
12824.ant-col-pull-18.ant-col-rtl {
12825 right: auto;
12826 left: 75%;
12827}
12828.ant-col-offset-18.ant-col-rtl {
12829 margin-right: 75%;
12830 margin-left: 0;
12831}
12832.ant-col-push-19.ant-col-rtl {
12833 right: 79.16666667%;
12834 left: auto;
12835}
12836.ant-col-pull-19.ant-col-rtl {
12837 right: auto;
12838 left: 79.16666667%;
12839}
12840.ant-col-offset-19.ant-col-rtl {
12841 margin-right: 79.16666667%;
12842 margin-left: 0;
12843}
12844.ant-col-push-20.ant-col-rtl {
12845 right: 83.33333333%;
12846 left: auto;
12847}
12848.ant-col-pull-20.ant-col-rtl {
12849 right: auto;
12850 left: 83.33333333%;
12851}
12852.ant-col-offset-20.ant-col-rtl {
12853 margin-right: 83.33333333%;
12854 margin-left: 0;
12855}
12856.ant-col-push-21.ant-col-rtl {
12857 right: 87.5%;
12858 left: auto;
12859}
12860.ant-col-pull-21.ant-col-rtl {
12861 right: auto;
12862 left: 87.5%;
12863}
12864.ant-col-offset-21.ant-col-rtl {
12865 margin-right: 87.5%;
12866 margin-left: 0;
12867}
12868.ant-col-push-22.ant-col-rtl {
12869 right: 91.66666667%;
12870 left: auto;
12871}
12872.ant-col-pull-22.ant-col-rtl {
12873 right: auto;
12874 left: 91.66666667%;
12875}
12876.ant-col-offset-22.ant-col-rtl {
12877 margin-right: 91.66666667%;
12878 margin-left: 0;
12879}
12880.ant-col-push-23.ant-col-rtl {
12881 right: 95.83333333%;
12882 left: auto;
12883}
12884.ant-col-pull-23.ant-col-rtl {
12885 right: auto;
12886 left: 95.83333333%;
12887}
12888.ant-col-offset-23.ant-col-rtl {
12889 margin-right: 95.83333333%;
12890 margin-left: 0;
12891}
12892.ant-col-push-24.ant-col-rtl {
12893 right: 100%;
12894 left: auto;
12895}
12896.ant-col-pull-24.ant-col-rtl {
12897 right: auto;
12898 left: 100%;
12899}
12900.ant-col-offset-24.ant-col-rtl {
12901 margin-right: 100%;
12902 margin-left: 0;
12903}
12904.ant-col-xs-24 {
12905 display: block;
12906 flex: 0 0 100%;
12907 max-width: 100%;
12908}
12909.ant-col-xs-push-24 {
12910 left: 100%;
12911}
12912.ant-col-xs-pull-24 {
12913 right: 100%;
12914}
12915.ant-col-xs-offset-24 {
12916 margin-left: 100%;
12917}
12918.ant-col-xs-order-24 {
12919 order: 24;
12920}
12921.ant-col-xs-23 {
12922 display: block;
12923 flex: 0 0 95.83333333%;
12924 max-width: 95.83333333%;
12925}
12926.ant-col-xs-push-23 {
12927 left: 95.83333333%;
12928}
12929.ant-col-xs-pull-23 {
12930 right: 95.83333333%;
12931}
12932.ant-col-xs-offset-23 {
12933 margin-left: 95.83333333%;
12934}
12935.ant-col-xs-order-23 {
12936 order: 23;
12937}
12938.ant-col-xs-22 {
12939 display: block;
12940 flex: 0 0 91.66666667%;
12941 max-width: 91.66666667%;
12942}
12943.ant-col-xs-push-22 {
12944 left: 91.66666667%;
12945}
12946.ant-col-xs-pull-22 {
12947 right: 91.66666667%;
12948}
12949.ant-col-xs-offset-22 {
12950 margin-left: 91.66666667%;
12951}
12952.ant-col-xs-order-22 {
12953 order: 22;
12954}
12955.ant-col-xs-21 {
12956 display: block;
12957 flex: 0 0 87.5%;
12958 max-width: 87.5%;
12959}
12960.ant-col-xs-push-21 {
12961 left: 87.5%;
12962}
12963.ant-col-xs-pull-21 {
12964 right: 87.5%;
12965}
12966.ant-col-xs-offset-21 {
12967 margin-left: 87.5%;
12968}
12969.ant-col-xs-order-21 {
12970 order: 21;
12971}
12972.ant-col-xs-20 {
12973 display: block;
12974 flex: 0 0 83.33333333%;
12975 max-width: 83.33333333%;
12976}
12977.ant-col-xs-push-20 {
12978 left: 83.33333333%;
12979}
12980.ant-col-xs-pull-20 {
12981 right: 83.33333333%;
12982}
12983.ant-col-xs-offset-20 {
12984 margin-left: 83.33333333%;
12985}
12986.ant-col-xs-order-20 {
12987 order: 20;
12988}
12989.ant-col-xs-19 {
12990 display: block;
12991 flex: 0 0 79.16666667%;
12992 max-width: 79.16666667%;
12993}
12994.ant-col-xs-push-19 {
12995 left: 79.16666667%;
12996}
12997.ant-col-xs-pull-19 {
12998 right: 79.16666667%;
12999}
13000.ant-col-xs-offset-19 {
13001 margin-left: 79.16666667%;
13002}
13003.ant-col-xs-order-19 {
13004 order: 19;
13005}
13006.ant-col-xs-18 {
13007 display: block;
13008 flex: 0 0 75%;
13009 max-width: 75%;
13010}
13011.ant-col-xs-push-18 {
13012 left: 75%;
13013}
13014.ant-col-xs-pull-18 {
13015 right: 75%;
13016}
13017.ant-col-xs-offset-18 {
13018 margin-left: 75%;
13019}
13020.ant-col-xs-order-18 {
13021 order: 18;
13022}
13023.ant-col-xs-17 {
13024 display: block;
13025 flex: 0 0 70.83333333%;
13026 max-width: 70.83333333%;
13027}
13028.ant-col-xs-push-17 {
13029 left: 70.83333333%;
13030}
13031.ant-col-xs-pull-17 {
13032 right: 70.83333333%;
13033}
13034.ant-col-xs-offset-17 {
13035 margin-left: 70.83333333%;
13036}
13037.ant-col-xs-order-17 {
13038 order: 17;
13039}
13040.ant-col-xs-16 {
13041 display: block;
13042 flex: 0 0 66.66666667%;
13043 max-width: 66.66666667%;
13044}
13045.ant-col-xs-push-16 {
13046 left: 66.66666667%;
13047}
13048.ant-col-xs-pull-16 {
13049 right: 66.66666667%;
13050}
13051.ant-col-xs-offset-16 {
13052 margin-left: 66.66666667%;
13053}
13054.ant-col-xs-order-16 {
13055 order: 16;
13056}
13057.ant-col-xs-15 {
13058 display: block;
13059 flex: 0 0 62.5%;
13060 max-width: 62.5%;
13061}
13062.ant-col-xs-push-15 {
13063 left: 62.5%;
13064}
13065.ant-col-xs-pull-15 {
13066 right: 62.5%;
13067}
13068.ant-col-xs-offset-15 {
13069 margin-left: 62.5%;
13070}
13071.ant-col-xs-order-15 {
13072 order: 15;
13073}
13074.ant-col-xs-14 {
13075 display: block;
13076 flex: 0 0 58.33333333%;
13077 max-width: 58.33333333%;
13078}
13079.ant-col-xs-push-14 {
13080 left: 58.33333333%;
13081}
13082.ant-col-xs-pull-14 {
13083 right: 58.33333333%;
13084}
13085.ant-col-xs-offset-14 {
13086 margin-left: 58.33333333%;
13087}
13088.ant-col-xs-order-14 {
13089 order: 14;
13090}
13091.ant-col-xs-13 {
13092 display: block;
13093 flex: 0 0 54.16666667%;
13094 max-width: 54.16666667%;
13095}
13096.ant-col-xs-push-13 {
13097 left: 54.16666667%;
13098}
13099.ant-col-xs-pull-13 {
13100 right: 54.16666667%;
13101}
13102.ant-col-xs-offset-13 {
13103 margin-left: 54.16666667%;
13104}
13105.ant-col-xs-order-13 {
13106 order: 13;
13107}
13108.ant-col-xs-12 {
13109 display: block;
13110 flex: 0 0 50%;
13111 max-width: 50%;
13112}
13113.ant-col-xs-push-12 {
13114 left: 50%;
13115}
13116.ant-col-xs-pull-12 {
13117 right: 50%;
13118}
13119.ant-col-xs-offset-12 {
13120 margin-left: 50%;
13121}
13122.ant-col-xs-order-12 {
13123 order: 12;
13124}
13125.ant-col-xs-11 {
13126 display: block;
13127 flex: 0 0 45.83333333%;
13128 max-width: 45.83333333%;
13129}
13130.ant-col-xs-push-11 {
13131 left: 45.83333333%;
13132}
13133.ant-col-xs-pull-11 {
13134 right: 45.83333333%;
13135}
13136.ant-col-xs-offset-11 {
13137 margin-left: 45.83333333%;
13138}
13139.ant-col-xs-order-11 {
13140 order: 11;
13141}
13142.ant-col-xs-10 {
13143 display: block;
13144 flex: 0 0 41.66666667%;
13145 max-width: 41.66666667%;
13146}
13147.ant-col-xs-push-10 {
13148 left: 41.66666667%;
13149}
13150.ant-col-xs-pull-10 {
13151 right: 41.66666667%;
13152}
13153.ant-col-xs-offset-10 {
13154 margin-left: 41.66666667%;
13155}
13156.ant-col-xs-order-10 {
13157 order: 10;
13158}
13159.ant-col-xs-9 {
13160 display: block;
13161 flex: 0 0 37.5%;
13162 max-width: 37.5%;
13163}
13164.ant-col-xs-push-9 {
13165 left: 37.5%;
13166}
13167.ant-col-xs-pull-9 {
13168 right: 37.5%;
13169}
13170.ant-col-xs-offset-9 {
13171 margin-left: 37.5%;
13172}
13173.ant-col-xs-order-9 {
13174 order: 9;
13175}
13176.ant-col-xs-8 {
13177 display: block;
13178 flex: 0 0 33.33333333%;
13179 max-width: 33.33333333%;
13180}
13181.ant-col-xs-push-8 {
13182 left: 33.33333333%;
13183}
13184.ant-col-xs-pull-8 {
13185 right: 33.33333333%;
13186}
13187.ant-col-xs-offset-8 {
13188 margin-left: 33.33333333%;
13189}
13190.ant-col-xs-order-8 {
13191 order: 8;
13192}
13193.ant-col-xs-7 {
13194 display: block;
13195 flex: 0 0 29.16666667%;
13196 max-width: 29.16666667%;
13197}
13198.ant-col-xs-push-7 {
13199 left: 29.16666667%;
13200}
13201.ant-col-xs-pull-7 {
13202 right: 29.16666667%;
13203}
13204.ant-col-xs-offset-7 {
13205 margin-left: 29.16666667%;
13206}
13207.ant-col-xs-order-7 {
13208 order: 7;
13209}
13210.ant-col-xs-6 {
13211 display: block;
13212 flex: 0 0 25%;
13213 max-width: 25%;
13214}
13215.ant-col-xs-push-6 {
13216 left: 25%;
13217}
13218.ant-col-xs-pull-6 {
13219 right: 25%;
13220}
13221.ant-col-xs-offset-6 {
13222 margin-left: 25%;
13223}
13224.ant-col-xs-order-6 {
13225 order: 6;
13226}
13227.ant-col-xs-5 {
13228 display: block;
13229 flex: 0 0 20.83333333%;
13230 max-width: 20.83333333%;
13231}
13232.ant-col-xs-push-5 {
13233 left: 20.83333333%;
13234}
13235.ant-col-xs-pull-5 {
13236 right: 20.83333333%;
13237}
13238.ant-col-xs-offset-5 {
13239 margin-left: 20.83333333%;
13240}
13241.ant-col-xs-order-5 {
13242 order: 5;
13243}
13244.ant-col-xs-4 {
13245 display: block;
13246 flex: 0 0 16.66666667%;
13247 max-width: 16.66666667%;
13248}
13249.ant-col-xs-push-4 {
13250 left: 16.66666667%;
13251}
13252.ant-col-xs-pull-4 {
13253 right: 16.66666667%;
13254}
13255.ant-col-xs-offset-4 {
13256 margin-left: 16.66666667%;
13257}
13258.ant-col-xs-order-4 {
13259 order: 4;
13260}
13261.ant-col-xs-3 {
13262 display: block;
13263 flex: 0 0 12.5%;
13264 max-width: 12.5%;
13265}
13266.ant-col-xs-push-3 {
13267 left: 12.5%;
13268}
13269.ant-col-xs-pull-3 {
13270 right: 12.5%;
13271}
13272.ant-col-xs-offset-3 {
13273 margin-left: 12.5%;
13274}
13275.ant-col-xs-order-3 {
13276 order: 3;
13277}
13278.ant-col-xs-2 {
13279 display: block;
13280 flex: 0 0 8.33333333%;
13281 max-width: 8.33333333%;
13282}
13283.ant-col-xs-push-2 {
13284 left: 8.33333333%;
13285}
13286.ant-col-xs-pull-2 {
13287 right: 8.33333333%;
13288}
13289.ant-col-xs-offset-2 {
13290 margin-left: 8.33333333%;
13291}
13292.ant-col-xs-order-2 {
13293 order: 2;
13294}
13295.ant-col-xs-1 {
13296 display: block;
13297 flex: 0 0 4.16666667%;
13298 max-width: 4.16666667%;
13299}
13300.ant-col-xs-push-1 {
13301 left: 4.16666667%;
13302}
13303.ant-col-xs-pull-1 {
13304 right: 4.16666667%;
13305}
13306.ant-col-xs-offset-1 {
13307 margin-left: 4.16666667%;
13308}
13309.ant-col-xs-order-1 {
13310 order: 1;
13311}
13312.ant-col-xs-0 {
13313 display: none;
13314}
13315.ant-col-push-0 {
13316 left: auto;
13317}
13318.ant-col-pull-0 {
13319 right: auto;
13320}
13321.ant-col-xs-push-0 {
13322 left: auto;
13323}
13324.ant-col-xs-pull-0 {
13325 right: auto;
13326}
13327.ant-col-xs-offset-0 {
13328 margin-left: 0;
13329}
13330.ant-col-xs-order-0 {
13331 order: 0;
13332}
13333.ant-col-push-0.ant-col-rtl {
13334 right: auto;
13335}
13336.ant-col-pull-0.ant-col-rtl {
13337 left: auto;
13338}
13339.ant-col-xs-push-0.ant-col-rtl {
13340 right: auto;
13341}
13342.ant-col-xs-pull-0.ant-col-rtl {
13343 left: auto;
13344}
13345.ant-col-xs-offset-0.ant-col-rtl {
13346 margin-right: 0;
13347}
13348.ant-col-xs-push-1.ant-col-rtl {
13349 right: 4.16666667%;
13350 left: auto;
13351}
13352.ant-col-xs-pull-1.ant-col-rtl {
13353 right: auto;
13354 left: 4.16666667%;
13355}
13356.ant-col-xs-offset-1.ant-col-rtl {
13357 margin-right: 4.16666667%;
13358 margin-left: 0;
13359}
13360.ant-col-xs-push-2.ant-col-rtl {
13361 right: 8.33333333%;
13362 left: auto;
13363}
13364.ant-col-xs-pull-2.ant-col-rtl {
13365 right: auto;
13366 left: 8.33333333%;
13367}
13368.ant-col-xs-offset-2.ant-col-rtl {
13369 margin-right: 8.33333333%;
13370 margin-left: 0;
13371}
13372.ant-col-xs-push-3.ant-col-rtl {
13373 right: 12.5%;
13374 left: auto;
13375}
13376.ant-col-xs-pull-3.ant-col-rtl {
13377 right: auto;
13378 left: 12.5%;
13379}
13380.ant-col-xs-offset-3.ant-col-rtl {
13381 margin-right: 12.5%;
13382 margin-left: 0;
13383}
13384.ant-col-xs-push-4.ant-col-rtl {
13385 right: 16.66666667%;
13386 left: auto;
13387}
13388.ant-col-xs-pull-4.ant-col-rtl {
13389 right: auto;
13390 left: 16.66666667%;
13391}
13392.ant-col-xs-offset-4.ant-col-rtl {
13393 margin-right: 16.66666667%;
13394 margin-left: 0;
13395}
13396.ant-col-xs-push-5.ant-col-rtl {
13397 right: 20.83333333%;
13398 left: auto;
13399}
13400.ant-col-xs-pull-5.ant-col-rtl {
13401 right: auto;
13402 left: 20.83333333%;
13403}
13404.ant-col-xs-offset-5.ant-col-rtl {
13405 margin-right: 20.83333333%;
13406 margin-left: 0;
13407}
13408.ant-col-xs-push-6.ant-col-rtl {
13409 right: 25%;
13410 left: auto;
13411}
13412.ant-col-xs-pull-6.ant-col-rtl {
13413 right: auto;
13414 left: 25%;
13415}
13416.ant-col-xs-offset-6.ant-col-rtl {
13417 margin-right: 25%;
13418 margin-left: 0;
13419}
13420.ant-col-xs-push-7.ant-col-rtl {
13421 right: 29.16666667%;
13422 left: auto;
13423}
13424.ant-col-xs-pull-7.ant-col-rtl {
13425 right: auto;
13426 left: 29.16666667%;
13427}
13428.ant-col-xs-offset-7.ant-col-rtl {
13429 margin-right: 29.16666667%;
13430 margin-left: 0;
13431}
13432.ant-col-xs-push-8.ant-col-rtl {
13433 right: 33.33333333%;
13434 left: auto;
13435}
13436.ant-col-xs-pull-8.ant-col-rtl {
13437 right: auto;
13438 left: 33.33333333%;
13439}
13440.ant-col-xs-offset-8.ant-col-rtl {
13441 margin-right: 33.33333333%;
13442 margin-left: 0;
13443}
13444.ant-col-xs-push-9.ant-col-rtl {
13445 right: 37.5%;
13446 left: auto;
13447}
13448.ant-col-xs-pull-9.ant-col-rtl {
13449 right: auto;
13450 left: 37.5%;
13451}
13452.ant-col-xs-offset-9.ant-col-rtl {
13453 margin-right: 37.5%;
13454 margin-left: 0;
13455}
13456.ant-col-xs-push-10.ant-col-rtl {
13457 right: 41.66666667%;
13458 left: auto;
13459}
13460.ant-col-xs-pull-10.ant-col-rtl {
13461 right: auto;
13462 left: 41.66666667%;
13463}
13464.ant-col-xs-offset-10.ant-col-rtl {
13465 margin-right: 41.66666667%;
13466 margin-left: 0;
13467}
13468.ant-col-xs-push-11.ant-col-rtl {
13469 right: 45.83333333%;
13470 left: auto;
13471}
13472.ant-col-xs-pull-11.ant-col-rtl {
13473 right: auto;
13474 left: 45.83333333%;
13475}
13476.ant-col-xs-offset-11.ant-col-rtl {
13477 margin-right: 45.83333333%;
13478 margin-left: 0;
13479}
13480.ant-col-xs-push-12.ant-col-rtl {
13481 right: 50%;
13482 left: auto;
13483}
13484.ant-col-xs-pull-12.ant-col-rtl {
13485 right: auto;
13486 left: 50%;
13487}
13488.ant-col-xs-offset-12.ant-col-rtl {
13489 margin-right: 50%;
13490 margin-left: 0;
13491}
13492.ant-col-xs-push-13.ant-col-rtl {
13493 right: 54.16666667%;
13494 left: auto;
13495}
13496.ant-col-xs-pull-13.ant-col-rtl {
13497 right: auto;
13498 left: 54.16666667%;
13499}
13500.ant-col-xs-offset-13.ant-col-rtl {
13501 margin-right: 54.16666667%;
13502 margin-left: 0;
13503}
13504.ant-col-xs-push-14.ant-col-rtl {
13505 right: 58.33333333%;
13506 left: auto;
13507}
13508.ant-col-xs-pull-14.ant-col-rtl {
13509 right: auto;
13510 left: 58.33333333%;
13511}
13512.ant-col-xs-offset-14.ant-col-rtl {
13513 margin-right: 58.33333333%;
13514 margin-left: 0;
13515}
13516.ant-col-xs-push-15.ant-col-rtl {
13517 right: 62.5%;
13518 left: auto;
13519}
13520.ant-col-xs-pull-15.ant-col-rtl {
13521 right: auto;
13522 left: 62.5%;
13523}
13524.ant-col-xs-offset-15.ant-col-rtl {
13525 margin-right: 62.5%;
13526 margin-left: 0;
13527}
13528.ant-col-xs-push-16.ant-col-rtl {
13529 right: 66.66666667%;
13530 left: auto;
13531}
13532.ant-col-xs-pull-16.ant-col-rtl {
13533 right: auto;
13534 left: 66.66666667%;
13535}
13536.ant-col-xs-offset-16.ant-col-rtl {
13537 margin-right: 66.66666667%;
13538 margin-left: 0;
13539}
13540.ant-col-xs-push-17.ant-col-rtl {
13541 right: 70.83333333%;
13542 left: auto;
13543}
13544.ant-col-xs-pull-17.ant-col-rtl {
13545 right: auto;
13546 left: 70.83333333%;
13547}
13548.ant-col-xs-offset-17.ant-col-rtl {
13549 margin-right: 70.83333333%;
13550 margin-left: 0;
13551}
13552.ant-col-xs-push-18.ant-col-rtl {
13553 right: 75%;
13554 left: auto;
13555}
13556.ant-col-xs-pull-18.ant-col-rtl {
13557 right: auto;
13558 left: 75%;
13559}
13560.ant-col-xs-offset-18.ant-col-rtl {
13561 margin-right: 75%;
13562 margin-left: 0;
13563}
13564.ant-col-xs-push-19.ant-col-rtl {
13565 right: 79.16666667%;
13566 left: auto;
13567}
13568.ant-col-xs-pull-19.ant-col-rtl {
13569 right: auto;
13570 left: 79.16666667%;
13571}
13572.ant-col-xs-offset-19.ant-col-rtl {
13573 margin-right: 79.16666667%;
13574 margin-left: 0;
13575}
13576.ant-col-xs-push-20.ant-col-rtl {
13577 right: 83.33333333%;
13578 left: auto;
13579}
13580.ant-col-xs-pull-20.ant-col-rtl {
13581 right: auto;
13582 left: 83.33333333%;
13583}
13584.ant-col-xs-offset-20.ant-col-rtl {
13585 margin-right: 83.33333333%;
13586 margin-left: 0;
13587}
13588.ant-col-xs-push-21.ant-col-rtl {
13589 right: 87.5%;
13590 left: auto;
13591}
13592.ant-col-xs-pull-21.ant-col-rtl {
13593 right: auto;
13594 left: 87.5%;
13595}
13596.ant-col-xs-offset-21.ant-col-rtl {
13597 margin-right: 87.5%;
13598 margin-left: 0;
13599}
13600.ant-col-xs-push-22.ant-col-rtl {
13601 right: 91.66666667%;
13602 left: auto;
13603}
13604.ant-col-xs-pull-22.ant-col-rtl {
13605 right: auto;
13606 left: 91.66666667%;
13607}
13608.ant-col-xs-offset-22.ant-col-rtl {
13609 margin-right: 91.66666667%;
13610 margin-left: 0;
13611}
13612.ant-col-xs-push-23.ant-col-rtl {
13613 right: 95.83333333%;
13614 left: auto;
13615}
13616.ant-col-xs-pull-23.ant-col-rtl {
13617 right: auto;
13618 left: 95.83333333%;
13619}
13620.ant-col-xs-offset-23.ant-col-rtl {
13621 margin-right: 95.83333333%;
13622 margin-left: 0;
13623}
13624.ant-col-xs-push-24.ant-col-rtl {
13625 right: 100%;
13626 left: auto;
13627}
13628.ant-col-xs-pull-24.ant-col-rtl {
13629 right: auto;
13630 left: 100%;
13631}
13632.ant-col-xs-offset-24.ant-col-rtl {
13633 margin-right: 100%;
13634 margin-left: 0;
13635}
13636@media (min-width: 576px) {
13637 .ant-col-sm-24 {
13638 display: block;
13639 flex: 0 0 100%;
13640 max-width: 100%;
13641 }
13642 .ant-col-sm-push-24 {
13643 left: 100%;
13644 }
13645 .ant-col-sm-pull-24 {
13646 right: 100%;
13647 }
13648 .ant-col-sm-offset-24 {
13649 margin-left: 100%;
13650 }
13651 .ant-col-sm-order-24 {
13652 order: 24;
13653 }
13654 .ant-col-sm-23 {
13655 display: block;
13656 flex: 0 0 95.83333333%;
13657 max-width: 95.83333333%;
13658 }
13659 .ant-col-sm-push-23 {
13660 left: 95.83333333%;
13661 }
13662 .ant-col-sm-pull-23 {
13663 right: 95.83333333%;
13664 }
13665 .ant-col-sm-offset-23 {
13666 margin-left: 95.83333333%;
13667 }
13668 .ant-col-sm-order-23 {
13669 order: 23;
13670 }
13671 .ant-col-sm-22 {
13672 display: block;
13673 flex: 0 0 91.66666667%;
13674 max-width: 91.66666667%;
13675 }
13676 .ant-col-sm-push-22 {
13677 left: 91.66666667%;
13678 }
13679 .ant-col-sm-pull-22 {
13680 right: 91.66666667%;
13681 }
13682 .ant-col-sm-offset-22 {
13683 margin-left: 91.66666667%;
13684 }
13685 .ant-col-sm-order-22 {
13686 order: 22;
13687 }
13688 .ant-col-sm-21 {
13689 display: block;
13690 flex: 0 0 87.5%;
13691 max-width: 87.5%;
13692 }
13693 .ant-col-sm-push-21 {
13694 left: 87.5%;
13695 }
13696 .ant-col-sm-pull-21 {
13697 right: 87.5%;
13698 }
13699 .ant-col-sm-offset-21 {
13700 margin-left: 87.5%;
13701 }
13702 .ant-col-sm-order-21 {
13703 order: 21;
13704 }
13705 .ant-col-sm-20 {
13706 display: block;
13707 flex: 0 0 83.33333333%;
13708 max-width: 83.33333333%;
13709 }
13710 .ant-col-sm-push-20 {
13711 left: 83.33333333%;
13712 }
13713 .ant-col-sm-pull-20 {
13714 right: 83.33333333%;
13715 }
13716 .ant-col-sm-offset-20 {
13717 margin-left: 83.33333333%;
13718 }
13719 .ant-col-sm-order-20 {
13720 order: 20;
13721 }
13722 .ant-col-sm-19 {
13723 display: block;
13724 flex: 0 0 79.16666667%;
13725 max-width: 79.16666667%;
13726 }
13727 .ant-col-sm-push-19 {
13728 left: 79.16666667%;
13729 }
13730 .ant-col-sm-pull-19 {
13731 right: 79.16666667%;
13732 }
13733 .ant-col-sm-offset-19 {
13734 margin-left: 79.16666667%;
13735 }
13736 .ant-col-sm-order-19 {
13737 order: 19;
13738 }
13739 .ant-col-sm-18 {
13740 display: block;
13741 flex: 0 0 75%;
13742 max-width: 75%;
13743 }
13744 .ant-col-sm-push-18 {
13745 left: 75%;
13746 }
13747 .ant-col-sm-pull-18 {
13748 right: 75%;
13749 }
13750 .ant-col-sm-offset-18 {
13751 margin-left: 75%;
13752 }
13753 .ant-col-sm-order-18 {
13754 order: 18;
13755 }
13756 .ant-col-sm-17 {
13757 display: block;
13758 flex: 0 0 70.83333333%;
13759 max-width: 70.83333333%;
13760 }
13761 .ant-col-sm-push-17 {
13762 left: 70.83333333%;
13763 }
13764 .ant-col-sm-pull-17 {
13765 right: 70.83333333%;
13766 }
13767 .ant-col-sm-offset-17 {
13768 margin-left: 70.83333333%;
13769 }
13770 .ant-col-sm-order-17 {
13771 order: 17;
13772 }
13773 .ant-col-sm-16 {
13774 display: block;
13775 flex: 0 0 66.66666667%;
13776 max-width: 66.66666667%;
13777 }
13778 .ant-col-sm-push-16 {
13779 left: 66.66666667%;
13780 }
13781 .ant-col-sm-pull-16 {
13782 right: 66.66666667%;
13783 }
13784 .ant-col-sm-offset-16 {
13785 margin-left: 66.66666667%;
13786 }
13787 .ant-col-sm-order-16 {
13788 order: 16;
13789 }
13790 .ant-col-sm-15 {
13791 display: block;
13792 flex: 0 0 62.5%;
13793 max-width: 62.5%;
13794 }
13795 .ant-col-sm-push-15 {
13796 left: 62.5%;
13797 }
13798 .ant-col-sm-pull-15 {
13799 right: 62.5%;
13800 }
13801 .ant-col-sm-offset-15 {
13802 margin-left: 62.5%;
13803 }
13804 .ant-col-sm-order-15 {
13805 order: 15;
13806 }
13807 .ant-col-sm-14 {
13808 display: block;
13809 flex: 0 0 58.33333333%;
13810 max-width: 58.33333333%;
13811 }
13812 .ant-col-sm-push-14 {
13813 left: 58.33333333%;
13814 }
13815 .ant-col-sm-pull-14 {
13816 right: 58.33333333%;
13817 }
13818 .ant-col-sm-offset-14 {
13819 margin-left: 58.33333333%;
13820 }
13821 .ant-col-sm-order-14 {
13822 order: 14;
13823 }
13824 .ant-col-sm-13 {
13825 display: block;
13826 flex: 0 0 54.16666667%;
13827 max-width: 54.16666667%;
13828 }
13829 .ant-col-sm-push-13 {
13830 left: 54.16666667%;
13831 }
13832 .ant-col-sm-pull-13 {
13833 right: 54.16666667%;
13834 }
13835 .ant-col-sm-offset-13 {
13836 margin-left: 54.16666667%;
13837 }
13838 .ant-col-sm-order-13 {
13839 order: 13;
13840 }
13841 .ant-col-sm-12 {
13842 display: block;
13843 flex: 0 0 50%;
13844 max-width: 50%;
13845 }
13846 .ant-col-sm-push-12 {
13847 left: 50%;
13848 }
13849 .ant-col-sm-pull-12 {
13850 right: 50%;
13851 }
13852 .ant-col-sm-offset-12 {
13853 margin-left: 50%;
13854 }
13855 .ant-col-sm-order-12 {
13856 order: 12;
13857 }
13858 .ant-col-sm-11 {
13859 display: block;
13860 flex: 0 0 45.83333333%;
13861 max-width: 45.83333333%;
13862 }
13863 .ant-col-sm-push-11 {
13864 left: 45.83333333%;
13865 }
13866 .ant-col-sm-pull-11 {
13867 right: 45.83333333%;
13868 }
13869 .ant-col-sm-offset-11 {
13870 margin-left: 45.83333333%;
13871 }
13872 .ant-col-sm-order-11 {
13873 order: 11;
13874 }
13875 .ant-col-sm-10 {
13876 display: block;
13877 flex: 0 0 41.66666667%;
13878 max-width: 41.66666667%;
13879 }
13880 .ant-col-sm-push-10 {
13881 left: 41.66666667%;
13882 }
13883 .ant-col-sm-pull-10 {
13884 right: 41.66666667%;
13885 }
13886 .ant-col-sm-offset-10 {
13887 margin-left: 41.66666667%;
13888 }
13889 .ant-col-sm-order-10 {
13890 order: 10;
13891 }
13892 .ant-col-sm-9 {
13893 display: block;
13894 flex: 0 0 37.5%;
13895 max-width: 37.5%;
13896 }
13897 .ant-col-sm-push-9 {
13898 left: 37.5%;
13899 }
13900 .ant-col-sm-pull-9 {
13901 right: 37.5%;
13902 }
13903 .ant-col-sm-offset-9 {
13904 margin-left: 37.5%;
13905 }
13906 .ant-col-sm-order-9 {
13907 order: 9;
13908 }
13909 .ant-col-sm-8 {
13910 display: block;
13911 flex: 0 0 33.33333333%;
13912 max-width: 33.33333333%;
13913 }
13914 .ant-col-sm-push-8 {
13915 left: 33.33333333%;
13916 }
13917 .ant-col-sm-pull-8 {
13918 right: 33.33333333%;
13919 }
13920 .ant-col-sm-offset-8 {
13921 margin-left: 33.33333333%;
13922 }
13923 .ant-col-sm-order-8 {
13924 order: 8;
13925 }
13926 .ant-col-sm-7 {
13927 display: block;
13928 flex: 0 0 29.16666667%;
13929 max-width: 29.16666667%;
13930 }
13931 .ant-col-sm-push-7 {
13932 left: 29.16666667%;
13933 }
13934 .ant-col-sm-pull-7 {
13935 right: 29.16666667%;
13936 }
13937 .ant-col-sm-offset-7 {
13938 margin-left: 29.16666667%;
13939 }
13940 .ant-col-sm-order-7 {
13941 order: 7;
13942 }
13943 .ant-col-sm-6 {
13944 display: block;
13945 flex: 0 0 25%;
13946 max-width: 25%;
13947 }
13948 .ant-col-sm-push-6 {
13949 left: 25%;
13950 }
13951 .ant-col-sm-pull-6 {
13952 right: 25%;
13953 }
13954 .ant-col-sm-offset-6 {
13955 margin-left: 25%;
13956 }
13957 .ant-col-sm-order-6 {
13958 order: 6;
13959 }
13960 .ant-col-sm-5 {
13961 display: block;
13962 flex: 0 0 20.83333333%;
13963 max-width: 20.83333333%;
13964 }
13965 .ant-col-sm-push-5 {
13966 left: 20.83333333%;
13967 }
13968 .ant-col-sm-pull-5 {
13969 right: 20.83333333%;
13970 }
13971 .ant-col-sm-offset-5 {
13972 margin-left: 20.83333333%;
13973 }
13974 .ant-col-sm-order-5 {
13975 order: 5;
13976 }
13977 .ant-col-sm-4 {
13978 display: block;
13979 flex: 0 0 16.66666667%;
13980 max-width: 16.66666667%;
13981 }
13982 .ant-col-sm-push-4 {
13983 left: 16.66666667%;
13984 }
13985 .ant-col-sm-pull-4 {
13986 right: 16.66666667%;
13987 }
13988 .ant-col-sm-offset-4 {
13989 margin-left: 16.66666667%;
13990 }
13991 .ant-col-sm-order-4 {
13992 order: 4;
13993 }
13994 .ant-col-sm-3 {
13995 display: block;
13996 flex: 0 0 12.5%;
13997 max-width: 12.5%;
13998 }
13999 .ant-col-sm-push-3 {
14000 left: 12.5%;
14001 }
14002 .ant-col-sm-pull-3 {
14003 right: 12.5%;
14004 }
14005 .ant-col-sm-offset-3 {
14006 margin-left: 12.5%;
14007 }
14008 .ant-col-sm-order-3 {
14009 order: 3;
14010 }
14011 .ant-col-sm-2 {
14012 display: block;
14013 flex: 0 0 8.33333333%;
14014 max-width: 8.33333333%;
14015 }
14016 .ant-col-sm-push-2 {
14017 left: 8.33333333%;
14018 }
14019 .ant-col-sm-pull-2 {
14020 right: 8.33333333%;
14021 }
14022 .ant-col-sm-offset-2 {
14023 margin-left: 8.33333333%;
14024 }
14025 .ant-col-sm-order-2 {
14026 order: 2;
14027 }
14028 .ant-col-sm-1 {
14029 display: block;
14030 flex: 0 0 4.16666667%;
14031 max-width: 4.16666667%;
14032 }
14033 .ant-col-sm-push-1 {
14034 left: 4.16666667%;
14035 }
14036 .ant-col-sm-pull-1 {
14037 right: 4.16666667%;
14038 }
14039 .ant-col-sm-offset-1 {
14040 margin-left: 4.16666667%;
14041 }
14042 .ant-col-sm-order-1 {
14043 order: 1;
14044 }
14045 .ant-col-sm-0 {
14046 display: none;
14047 }
14048 .ant-col-push-0 {
14049 left: auto;
14050 }
14051 .ant-col-pull-0 {
14052 right: auto;
14053 }
14054 .ant-col-sm-push-0 {
14055 left: auto;
14056 }
14057 .ant-col-sm-pull-0 {
14058 right: auto;
14059 }
14060 .ant-col-sm-offset-0 {
14061 margin-left: 0;
14062 }
14063 .ant-col-sm-order-0 {
14064 order: 0;
14065 }
14066 .ant-col-push-0.ant-col-rtl {
14067 right: auto;
14068 }
14069 .ant-col-pull-0.ant-col-rtl {
14070 left: auto;
14071 }
14072 .ant-col-sm-push-0.ant-col-rtl {
14073 right: auto;
14074 }
14075 .ant-col-sm-pull-0.ant-col-rtl {
14076 left: auto;
14077 }
14078 .ant-col-sm-offset-0.ant-col-rtl {
14079 margin-right: 0;
14080 }
14081 .ant-col-sm-push-1.ant-col-rtl {
14082 right: 4.16666667%;
14083 left: auto;
14084 }
14085 .ant-col-sm-pull-1.ant-col-rtl {
14086 right: auto;
14087 left: 4.16666667%;
14088 }
14089 .ant-col-sm-offset-1.ant-col-rtl {
14090 margin-right: 4.16666667%;
14091 margin-left: 0;
14092 }
14093 .ant-col-sm-push-2.ant-col-rtl {
14094 right: 8.33333333%;
14095 left: auto;
14096 }
14097 .ant-col-sm-pull-2.ant-col-rtl {
14098 right: auto;
14099 left: 8.33333333%;
14100 }
14101 .ant-col-sm-offset-2.ant-col-rtl {
14102 margin-right: 8.33333333%;
14103 margin-left: 0;
14104 }
14105 .ant-col-sm-push-3.ant-col-rtl {
14106 right: 12.5%;
14107 left: auto;
14108 }
14109 .ant-col-sm-pull-3.ant-col-rtl {
14110 right: auto;
14111 left: 12.5%;
14112 }
14113 .ant-col-sm-offset-3.ant-col-rtl {
14114 margin-right: 12.5%;
14115 margin-left: 0;
14116 }
14117 .ant-col-sm-push-4.ant-col-rtl {
14118 right: 16.66666667%;
14119 left: auto;
14120 }
14121 .ant-col-sm-pull-4.ant-col-rtl {
14122 right: auto;
14123 left: 16.66666667%;
14124 }
14125 .ant-col-sm-offset-4.ant-col-rtl {
14126 margin-right: 16.66666667%;
14127 margin-left: 0;
14128 }
14129 .ant-col-sm-push-5.ant-col-rtl {
14130 right: 20.83333333%;
14131 left: auto;
14132 }
14133 .ant-col-sm-pull-5.ant-col-rtl {
14134 right: auto;
14135 left: 20.83333333%;
14136 }
14137 .ant-col-sm-offset-5.ant-col-rtl {
14138 margin-right: 20.83333333%;
14139 margin-left: 0;
14140 }
14141 .ant-col-sm-push-6.ant-col-rtl {
14142 right: 25%;
14143 left: auto;
14144 }
14145 .ant-col-sm-pull-6.ant-col-rtl {
14146 right: auto;
14147 left: 25%;
14148 }
14149 .ant-col-sm-offset-6.ant-col-rtl {
14150 margin-right: 25%;
14151 margin-left: 0;
14152 }
14153 .ant-col-sm-push-7.ant-col-rtl {
14154 right: 29.16666667%;
14155 left: auto;
14156 }
14157 .ant-col-sm-pull-7.ant-col-rtl {
14158 right: auto;
14159 left: 29.16666667%;
14160 }
14161 .ant-col-sm-offset-7.ant-col-rtl {
14162 margin-right: 29.16666667%;
14163 margin-left: 0;
14164 }
14165 .ant-col-sm-push-8.ant-col-rtl {
14166 right: 33.33333333%;
14167 left: auto;
14168 }
14169 .ant-col-sm-pull-8.ant-col-rtl {
14170 right: auto;
14171 left: 33.33333333%;
14172 }
14173 .ant-col-sm-offset-8.ant-col-rtl {
14174 margin-right: 33.33333333%;
14175 margin-left: 0;
14176 }
14177 .ant-col-sm-push-9.ant-col-rtl {
14178 right: 37.5%;
14179 left: auto;
14180 }
14181 .ant-col-sm-pull-9.ant-col-rtl {
14182 right: auto;
14183 left: 37.5%;
14184 }
14185 .ant-col-sm-offset-9.ant-col-rtl {
14186 margin-right: 37.5%;
14187 margin-left: 0;
14188 }
14189 .ant-col-sm-push-10.ant-col-rtl {
14190 right: 41.66666667%;
14191 left: auto;
14192 }
14193 .ant-col-sm-pull-10.ant-col-rtl {
14194 right: auto;
14195 left: 41.66666667%;
14196 }
14197 .ant-col-sm-offset-10.ant-col-rtl {
14198 margin-right: 41.66666667%;
14199 margin-left: 0;
14200 }
14201 .ant-col-sm-push-11.ant-col-rtl {
14202 right: 45.83333333%;
14203 left: auto;
14204 }
14205 .ant-col-sm-pull-11.ant-col-rtl {
14206 right: auto;
14207 left: 45.83333333%;
14208 }
14209 .ant-col-sm-offset-11.ant-col-rtl {
14210 margin-right: 45.83333333%;
14211 margin-left: 0;
14212 }
14213 .ant-col-sm-push-12.ant-col-rtl {
14214 right: 50%;
14215 left: auto;
14216 }
14217 .ant-col-sm-pull-12.ant-col-rtl {
14218 right: auto;
14219 left: 50%;
14220 }
14221 .ant-col-sm-offset-12.ant-col-rtl {
14222 margin-right: 50%;
14223 margin-left: 0;
14224 }
14225 .ant-col-sm-push-13.ant-col-rtl {
14226 right: 54.16666667%;
14227 left: auto;
14228 }
14229 .ant-col-sm-pull-13.ant-col-rtl {
14230 right: auto;
14231 left: 54.16666667%;
14232 }
14233 .ant-col-sm-offset-13.ant-col-rtl {
14234 margin-right: 54.16666667%;
14235 margin-left: 0;
14236 }
14237 .ant-col-sm-push-14.ant-col-rtl {
14238 right: 58.33333333%;
14239 left: auto;
14240 }
14241 .ant-col-sm-pull-14.ant-col-rtl {
14242 right: auto;
14243 left: 58.33333333%;
14244 }
14245 .ant-col-sm-offset-14.ant-col-rtl {
14246 margin-right: 58.33333333%;
14247 margin-left: 0;
14248 }
14249 .ant-col-sm-push-15.ant-col-rtl {
14250 right: 62.5%;
14251 left: auto;
14252 }
14253 .ant-col-sm-pull-15.ant-col-rtl {
14254 right: auto;
14255 left: 62.5%;
14256 }
14257 .ant-col-sm-offset-15.ant-col-rtl {
14258 margin-right: 62.5%;
14259 margin-left: 0;
14260 }
14261 .ant-col-sm-push-16.ant-col-rtl {
14262 right: 66.66666667%;
14263 left: auto;
14264 }
14265 .ant-col-sm-pull-16.ant-col-rtl {
14266 right: auto;
14267 left: 66.66666667%;
14268 }
14269 .ant-col-sm-offset-16.ant-col-rtl {
14270 margin-right: 66.66666667%;
14271 margin-left: 0;
14272 }
14273 .ant-col-sm-push-17.ant-col-rtl {
14274 right: 70.83333333%;
14275 left: auto;
14276 }
14277 .ant-col-sm-pull-17.ant-col-rtl {
14278 right: auto;
14279 left: 70.83333333%;
14280 }
14281 .ant-col-sm-offset-17.ant-col-rtl {
14282 margin-right: 70.83333333%;
14283 margin-left: 0;
14284 }
14285 .ant-col-sm-push-18.ant-col-rtl {
14286 right: 75%;
14287 left: auto;
14288 }
14289 .ant-col-sm-pull-18.ant-col-rtl {
14290 right: auto;
14291 left: 75%;
14292 }
14293 .ant-col-sm-offset-18.ant-col-rtl {
14294 margin-right: 75%;
14295 margin-left: 0;
14296 }
14297 .ant-col-sm-push-19.ant-col-rtl {
14298 right: 79.16666667%;
14299 left: auto;
14300 }
14301 .ant-col-sm-pull-19.ant-col-rtl {
14302 right: auto;
14303 left: 79.16666667%;
14304 }
14305 .ant-col-sm-offset-19.ant-col-rtl {
14306 margin-right: 79.16666667%;
14307 margin-left: 0;
14308 }
14309 .ant-col-sm-push-20.ant-col-rtl {
14310 right: 83.33333333%;
14311 left: auto;
14312 }
14313 .ant-col-sm-pull-20.ant-col-rtl {
14314 right: auto;
14315 left: 83.33333333%;
14316 }
14317 .ant-col-sm-offset-20.ant-col-rtl {
14318 margin-right: 83.33333333%;
14319 margin-left: 0;
14320 }
14321 .ant-col-sm-push-21.ant-col-rtl {
14322 right: 87.5%;
14323 left: auto;
14324 }
14325 .ant-col-sm-pull-21.ant-col-rtl {
14326 right: auto;
14327 left: 87.5%;
14328 }
14329 .ant-col-sm-offset-21.ant-col-rtl {
14330 margin-right: 87.5%;
14331 margin-left: 0;
14332 }
14333 .ant-col-sm-push-22.ant-col-rtl {
14334 right: 91.66666667%;
14335 left: auto;
14336 }
14337 .ant-col-sm-pull-22.ant-col-rtl {
14338 right: auto;
14339 left: 91.66666667%;
14340 }
14341 .ant-col-sm-offset-22.ant-col-rtl {
14342 margin-right: 91.66666667%;
14343 margin-left: 0;
14344 }
14345 .ant-col-sm-push-23.ant-col-rtl {
14346 right: 95.83333333%;
14347 left: auto;
14348 }
14349 .ant-col-sm-pull-23.ant-col-rtl {
14350 right: auto;
14351 left: 95.83333333%;
14352 }
14353 .ant-col-sm-offset-23.ant-col-rtl {
14354 margin-right: 95.83333333%;
14355 margin-left: 0;
14356 }
14357 .ant-col-sm-push-24.ant-col-rtl {
14358 right: 100%;
14359 left: auto;
14360 }
14361 .ant-col-sm-pull-24.ant-col-rtl {
14362 right: auto;
14363 left: 100%;
14364 }
14365 .ant-col-sm-offset-24.ant-col-rtl {
14366 margin-right: 100%;
14367 margin-left: 0;
14368 }
14369}
14370@media (min-width: 768px) {
14371 .ant-col-md-24 {
14372 display: block;
14373 flex: 0 0 100%;
14374 max-width: 100%;
14375 }
14376 .ant-col-md-push-24 {
14377 left: 100%;
14378 }
14379 .ant-col-md-pull-24 {
14380 right: 100%;
14381 }
14382 .ant-col-md-offset-24 {
14383 margin-left: 100%;
14384 }
14385 .ant-col-md-order-24 {
14386 order: 24;
14387 }
14388 .ant-col-md-23 {
14389 display: block;
14390 flex: 0 0 95.83333333%;
14391 max-width: 95.83333333%;
14392 }
14393 .ant-col-md-push-23 {
14394 left: 95.83333333%;
14395 }
14396 .ant-col-md-pull-23 {
14397 right: 95.83333333%;
14398 }
14399 .ant-col-md-offset-23 {
14400 margin-left: 95.83333333%;
14401 }
14402 .ant-col-md-order-23 {
14403 order: 23;
14404 }
14405 .ant-col-md-22 {
14406 display: block;
14407 flex: 0 0 91.66666667%;
14408 max-width: 91.66666667%;
14409 }
14410 .ant-col-md-push-22 {
14411 left: 91.66666667%;
14412 }
14413 .ant-col-md-pull-22 {
14414 right: 91.66666667%;
14415 }
14416 .ant-col-md-offset-22 {
14417 margin-left: 91.66666667%;
14418 }
14419 .ant-col-md-order-22 {
14420 order: 22;
14421 }
14422 .ant-col-md-21 {
14423 display: block;
14424 flex: 0 0 87.5%;
14425 max-width: 87.5%;
14426 }
14427 .ant-col-md-push-21 {
14428 left: 87.5%;
14429 }
14430 .ant-col-md-pull-21 {
14431 right: 87.5%;
14432 }
14433 .ant-col-md-offset-21 {
14434 margin-left: 87.5%;
14435 }
14436 .ant-col-md-order-21 {
14437 order: 21;
14438 }
14439 .ant-col-md-20 {
14440 display: block;
14441 flex: 0 0 83.33333333%;
14442 max-width: 83.33333333%;
14443 }
14444 .ant-col-md-push-20 {
14445 left: 83.33333333%;
14446 }
14447 .ant-col-md-pull-20 {
14448 right: 83.33333333%;
14449 }
14450 .ant-col-md-offset-20 {
14451 margin-left: 83.33333333%;
14452 }
14453 .ant-col-md-order-20 {
14454 order: 20;
14455 }
14456 .ant-col-md-19 {
14457 display: block;
14458 flex: 0 0 79.16666667%;
14459 max-width: 79.16666667%;
14460 }
14461 .ant-col-md-push-19 {
14462 left: 79.16666667%;
14463 }
14464 .ant-col-md-pull-19 {
14465 right: 79.16666667%;
14466 }
14467 .ant-col-md-offset-19 {
14468 margin-left: 79.16666667%;
14469 }
14470 .ant-col-md-order-19 {
14471 order: 19;
14472 }
14473 .ant-col-md-18 {
14474 display: block;
14475 flex: 0 0 75%;
14476 max-width: 75%;
14477 }
14478 .ant-col-md-push-18 {
14479 left: 75%;
14480 }
14481 .ant-col-md-pull-18 {
14482 right: 75%;
14483 }
14484 .ant-col-md-offset-18 {
14485 margin-left: 75%;
14486 }
14487 .ant-col-md-order-18 {
14488 order: 18;
14489 }
14490 .ant-col-md-17 {
14491 display: block;
14492 flex: 0 0 70.83333333%;
14493 max-width: 70.83333333%;
14494 }
14495 .ant-col-md-push-17 {
14496 left: 70.83333333%;
14497 }
14498 .ant-col-md-pull-17 {
14499 right: 70.83333333%;
14500 }
14501 .ant-col-md-offset-17 {
14502 margin-left: 70.83333333%;
14503 }
14504 .ant-col-md-order-17 {
14505 order: 17;
14506 }
14507 .ant-col-md-16 {
14508 display: block;
14509 flex: 0 0 66.66666667%;
14510 max-width: 66.66666667%;
14511 }
14512 .ant-col-md-push-16 {
14513 left: 66.66666667%;
14514 }
14515 .ant-col-md-pull-16 {
14516 right: 66.66666667%;
14517 }
14518 .ant-col-md-offset-16 {
14519 margin-left: 66.66666667%;
14520 }
14521 .ant-col-md-order-16 {
14522 order: 16;
14523 }
14524 .ant-col-md-15 {
14525 display: block;
14526 flex: 0 0 62.5%;
14527 max-width: 62.5%;
14528 }
14529 .ant-col-md-push-15 {
14530 left: 62.5%;
14531 }
14532 .ant-col-md-pull-15 {
14533 right: 62.5%;
14534 }
14535 .ant-col-md-offset-15 {
14536 margin-left: 62.5%;
14537 }
14538 .ant-col-md-order-15 {
14539 order: 15;
14540 }
14541 .ant-col-md-14 {
14542 display: block;
14543 flex: 0 0 58.33333333%;
14544 max-width: 58.33333333%;
14545 }
14546 .ant-col-md-push-14 {
14547 left: 58.33333333%;
14548 }
14549 .ant-col-md-pull-14 {
14550 right: 58.33333333%;
14551 }
14552 .ant-col-md-offset-14 {
14553 margin-left: 58.33333333%;
14554 }
14555 .ant-col-md-order-14 {
14556 order: 14;
14557 }
14558 .ant-col-md-13 {
14559 display: block;
14560 flex: 0 0 54.16666667%;
14561 max-width: 54.16666667%;
14562 }
14563 .ant-col-md-push-13 {
14564 left: 54.16666667%;
14565 }
14566 .ant-col-md-pull-13 {
14567 right: 54.16666667%;
14568 }
14569 .ant-col-md-offset-13 {
14570 margin-left: 54.16666667%;
14571 }
14572 .ant-col-md-order-13 {
14573 order: 13;
14574 }
14575 .ant-col-md-12 {
14576 display: block;
14577 flex: 0 0 50%;
14578 max-width: 50%;
14579 }
14580 .ant-col-md-push-12 {
14581 left: 50%;
14582 }
14583 .ant-col-md-pull-12 {
14584 right: 50%;
14585 }
14586 .ant-col-md-offset-12 {
14587 margin-left: 50%;
14588 }
14589 .ant-col-md-order-12 {
14590 order: 12;
14591 }
14592 .ant-col-md-11 {
14593 display: block;
14594 flex: 0 0 45.83333333%;
14595 max-width: 45.83333333%;
14596 }
14597 .ant-col-md-push-11 {
14598 left: 45.83333333%;
14599 }
14600 .ant-col-md-pull-11 {
14601 right: 45.83333333%;
14602 }
14603 .ant-col-md-offset-11 {
14604 margin-left: 45.83333333%;
14605 }
14606 .ant-col-md-order-11 {
14607 order: 11;
14608 }
14609 .ant-col-md-10 {
14610 display: block;
14611 flex: 0 0 41.66666667%;
14612 max-width: 41.66666667%;
14613 }
14614 .ant-col-md-push-10 {
14615 left: 41.66666667%;
14616 }
14617 .ant-col-md-pull-10 {
14618 right: 41.66666667%;
14619 }
14620 .ant-col-md-offset-10 {
14621 margin-left: 41.66666667%;
14622 }
14623 .ant-col-md-order-10 {
14624 order: 10;
14625 }
14626 .ant-col-md-9 {
14627 display: block;
14628 flex: 0 0 37.5%;
14629 max-width: 37.5%;
14630 }
14631 .ant-col-md-push-9 {
14632 left: 37.5%;
14633 }
14634 .ant-col-md-pull-9 {
14635 right: 37.5%;
14636 }
14637 .ant-col-md-offset-9 {
14638 margin-left: 37.5%;
14639 }
14640 .ant-col-md-order-9 {
14641 order: 9;
14642 }
14643 .ant-col-md-8 {
14644 display: block;
14645 flex: 0 0 33.33333333%;
14646 max-width: 33.33333333%;
14647 }
14648 .ant-col-md-push-8 {
14649 left: 33.33333333%;
14650 }
14651 .ant-col-md-pull-8 {
14652 right: 33.33333333%;
14653 }
14654 .ant-col-md-offset-8 {
14655 margin-left: 33.33333333%;
14656 }
14657 .ant-col-md-order-8 {
14658 order: 8;
14659 }
14660 .ant-col-md-7 {
14661 display: block;
14662 flex: 0 0 29.16666667%;
14663 max-width: 29.16666667%;
14664 }
14665 .ant-col-md-push-7 {
14666 left: 29.16666667%;
14667 }
14668 .ant-col-md-pull-7 {
14669 right: 29.16666667%;
14670 }
14671 .ant-col-md-offset-7 {
14672 margin-left: 29.16666667%;
14673 }
14674 .ant-col-md-order-7 {
14675 order: 7;
14676 }
14677 .ant-col-md-6 {
14678 display: block;
14679 flex: 0 0 25%;
14680 max-width: 25%;
14681 }
14682 .ant-col-md-push-6 {
14683 left: 25%;
14684 }
14685 .ant-col-md-pull-6 {
14686 right: 25%;
14687 }
14688 .ant-col-md-offset-6 {
14689 margin-left: 25%;
14690 }
14691 .ant-col-md-order-6 {
14692 order: 6;
14693 }
14694 .ant-col-md-5 {
14695 display: block;
14696 flex: 0 0 20.83333333%;
14697 max-width: 20.83333333%;
14698 }
14699 .ant-col-md-push-5 {
14700 left: 20.83333333%;
14701 }
14702 .ant-col-md-pull-5 {
14703 right: 20.83333333%;
14704 }
14705 .ant-col-md-offset-5 {
14706 margin-left: 20.83333333%;
14707 }
14708 .ant-col-md-order-5 {
14709 order: 5;
14710 }
14711 .ant-col-md-4 {
14712 display: block;
14713 flex: 0 0 16.66666667%;
14714 max-width: 16.66666667%;
14715 }
14716 .ant-col-md-push-4 {
14717 left: 16.66666667%;
14718 }
14719 .ant-col-md-pull-4 {
14720 right: 16.66666667%;
14721 }
14722 .ant-col-md-offset-4 {
14723 margin-left: 16.66666667%;
14724 }
14725 .ant-col-md-order-4 {
14726 order: 4;
14727 }
14728 .ant-col-md-3 {
14729 display: block;
14730 flex: 0 0 12.5%;
14731 max-width: 12.5%;
14732 }
14733 .ant-col-md-push-3 {
14734 left: 12.5%;
14735 }
14736 .ant-col-md-pull-3 {
14737 right: 12.5%;
14738 }
14739 .ant-col-md-offset-3 {
14740 margin-left: 12.5%;
14741 }
14742 .ant-col-md-order-3 {
14743 order: 3;
14744 }
14745 .ant-col-md-2 {
14746 display: block;
14747 flex: 0 0 8.33333333%;
14748 max-width: 8.33333333%;
14749 }
14750 .ant-col-md-push-2 {
14751 left: 8.33333333%;
14752 }
14753 .ant-col-md-pull-2 {
14754 right: 8.33333333%;
14755 }
14756 .ant-col-md-offset-2 {
14757 margin-left: 8.33333333%;
14758 }
14759 .ant-col-md-order-2 {
14760 order: 2;
14761 }
14762 .ant-col-md-1 {
14763 display: block;
14764 flex: 0 0 4.16666667%;
14765 max-width: 4.16666667%;
14766 }
14767 .ant-col-md-push-1 {
14768 left: 4.16666667%;
14769 }
14770 .ant-col-md-pull-1 {
14771 right: 4.16666667%;
14772 }
14773 .ant-col-md-offset-1 {
14774 margin-left: 4.16666667%;
14775 }
14776 .ant-col-md-order-1 {
14777 order: 1;
14778 }
14779 .ant-col-md-0 {
14780 display: none;
14781 }
14782 .ant-col-push-0 {
14783 left: auto;
14784 }
14785 .ant-col-pull-0 {
14786 right: auto;
14787 }
14788 .ant-col-md-push-0 {
14789 left: auto;
14790 }
14791 .ant-col-md-pull-0 {
14792 right: auto;
14793 }
14794 .ant-col-md-offset-0 {
14795 margin-left: 0;
14796 }
14797 .ant-col-md-order-0 {
14798 order: 0;
14799 }
14800 .ant-col-push-0.ant-col-rtl {
14801 right: auto;
14802 }
14803 .ant-col-pull-0.ant-col-rtl {
14804 left: auto;
14805 }
14806 .ant-col-md-push-0.ant-col-rtl {
14807 right: auto;
14808 }
14809 .ant-col-md-pull-0.ant-col-rtl {
14810 left: auto;
14811 }
14812 .ant-col-md-offset-0.ant-col-rtl {
14813 margin-right: 0;
14814 }
14815 .ant-col-md-push-1.ant-col-rtl {
14816 right: 4.16666667%;
14817 left: auto;
14818 }
14819 .ant-col-md-pull-1.ant-col-rtl {
14820 right: auto;
14821 left: 4.16666667%;
14822 }
14823 .ant-col-md-offset-1.ant-col-rtl {
14824 margin-right: 4.16666667%;
14825 margin-left: 0;
14826 }
14827 .ant-col-md-push-2.ant-col-rtl {
14828 right: 8.33333333%;
14829 left: auto;
14830 }
14831 .ant-col-md-pull-2.ant-col-rtl {
14832 right: auto;
14833 left: 8.33333333%;
14834 }
14835 .ant-col-md-offset-2.ant-col-rtl {
14836 margin-right: 8.33333333%;
14837 margin-left: 0;
14838 }
14839 .ant-col-md-push-3.ant-col-rtl {
14840 right: 12.5%;
14841 left: auto;
14842 }
14843 .ant-col-md-pull-3.ant-col-rtl {
14844 right: auto;
14845 left: 12.5%;
14846 }
14847 .ant-col-md-offset-3.ant-col-rtl {
14848 margin-right: 12.5%;
14849 margin-left: 0;
14850 }
14851 .ant-col-md-push-4.ant-col-rtl {
14852 right: 16.66666667%;
14853 left: auto;
14854 }
14855 .ant-col-md-pull-4.ant-col-rtl {
14856 right: auto;
14857 left: 16.66666667%;
14858 }
14859 .ant-col-md-offset-4.ant-col-rtl {
14860 margin-right: 16.66666667%;
14861 margin-left: 0;
14862 }
14863 .ant-col-md-push-5.ant-col-rtl {
14864 right: 20.83333333%;
14865 left: auto;
14866 }
14867 .ant-col-md-pull-5.ant-col-rtl {
14868 right: auto;
14869 left: 20.83333333%;
14870 }
14871 .ant-col-md-offset-5.ant-col-rtl {
14872 margin-right: 20.83333333%;
14873 margin-left: 0;
14874 }
14875 .ant-col-md-push-6.ant-col-rtl {
14876 right: 25%;
14877 left: auto;
14878 }
14879 .ant-col-md-pull-6.ant-col-rtl {
14880 right: auto;
14881 left: 25%;
14882 }
14883 .ant-col-md-offset-6.ant-col-rtl {
14884 margin-right: 25%;
14885 margin-left: 0;
14886 }
14887 .ant-col-md-push-7.ant-col-rtl {
14888 right: 29.16666667%;
14889 left: auto;
14890 }
14891 .ant-col-md-pull-7.ant-col-rtl {
14892 right: auto;
14893 left: 29.16666667%;
14894 }
14895 .ant-col-md-offset-7.ant-col-rtl {
14896 margin-right: 29.16666667%;
14897 margin-left: 0;
14898 }
14899 .ant-col-md-push-8.ant-col-rtl {
14900 right: 33.33333333%;
14901 left: auto;
14902 }
14903 .ant-col-md-pull-8.ant-col-rtl {
14904 right: auto;
14905 left: 33.33333333%;
14906 }
14907 .ant-col-md-offset-8.ant-col-rtl {
14908 margin-right: 33.33333333%;
14909 margin-left: 0;
14910 }
14911 .ant-col-md-push-9.ant-col-rtl {
14912 right: 37.5%;
14913 left: auto;
14914 }
14915 .ant-col-md-pull-9.ant-col-rtl {
14916 right: auto;
14917 left: 37.5%;
14918 }
14919 .ant-col-md-offset-9.ant-col-rtl {
14920 margin-right: 37.5%;
14921 margin-left: 0;
14922 }
14923 .ant-col-md-push-10.ant-col-rtl {
14924 right: 41.66666667%;
14925 left: auto;
14926 }
14927 .ant-col-md-pull-10.ant-col-rtl {
14928 right: auto;
14929 left: 41.66666667%;
14930 }
14931 .ant-col-md-offset-10.ant-col-rtl {
14932 margin-right: 41.66666667%;
14933 margin-left: 0;
14934 }
14935 .ant-col-md-push-11.ant-col-rtl {
14936 right: 45.83333333%;
14937 left: auto;
14938 }
14939 .ant-col-md-pull-11.ant-col-rtl {
14940 right: auto;
14941 left: 45.83333333%;
14942 }
14943 .ant-col-md-offset-11.ant-col-rtl {
14944 margin-right: 45.83333333%;
14945 margin-left: 0;
14946 }
14947 .ant-col-md-push-12.ant-col-rtl {
14948 right: 50%;
14949 left: auto;
14950 }
14951 .ant-col-md-pull-12.ant-col-rtl {
14952 right: auto;
14953 left: 50%;
14954 }
14955 .ant-col-md-offset-12.ant-col-rtl {
14956 margin-right: 50%;
14957 margin-left: 0;
14958 }
14959 .ant-col-md-push-13.ant-col-rtl {
14960 right: 54.16666667%;
14961 left: auto;
14962 }
14963 .ant-col-md-pull-13.ant-col-rtl {
14964 right: auto;
14965 left: 54.16666667%;
14966 }
14967 .ant-col-md-offset-13.ant-col-rtl {
14968 margin-right: 54.16666667%;
14969 margin-left: 0;
14970 }
14971 .ant-col-md-push-14.ant-col-rtl {
14972 right: 58.33333333%;
14973 left: auto;
14974 }
14975 .ant-col-md-pull-14.ant-col-rtl {
14976 right: auto;
14977 left: 58.33333333%;
14978 }
14979 .ant-col-md-offset-14.ant-col-rtl {
14980 margin-right: 58.33333333%;
14981 margin-left: 0;
14982 }
14983 .ant-col-md-push-15.ant-col-rtl {
14984 right: 62.5%;
14985 left: auto;
14986 }
14987 .ant-col-md-pull-15.ant-col-rtl {
14988 right: auto;
14989 left: 62.5%;
14990 }
14991 .ant-col-md-offset-15.ant-col-rtl {
14992 margin-right: 62.5%;
14993 margin-left: 0;
14994 }
14995 .ant-col-md-push-16.ant-col-rtl {
14996 right: 66.66666667%;
14997 left: auto;
14998 }
14999 .ant-col-md-pull-16.ant-col-rtl {
15000 right: auto;
15001 left: 66.66666667%;
15002 }
15003 .ant-col-md-offset-16.ant-col-rtl {
15004 margin-right: 66.66666667%;
15005 margin-left: 0;
15006 }
15007 .ant-col-md-push-17.ant-col-rtl {
15008 right: 70.83333333%;
15009 left: auto;
15010 }
15011 .ant-col-md-pull-17.ant-col-rtl {
15012 right: auto;
15013 left: 70.83333333%;
15014 }
15015 .ant-col-md-offset-17.ant-col-rtl {
15016 margin-right: 70.83333333%;
15017 margin-left: 0;
15018 }
15019 .ant-col-md-push-18.ant-col-rtl {
15020 right: 75%;
15021 left: auto;
15022 }
15023 .ant-col-md-pull-18.ant-col-rtl {
15024 right: auto;
15025 left: 75%;
15026 }
15027 .ant-col-md-offset-18.ant-col-rtl {
15028 margin-right: 75%;
15029 margin-left: 0;
15030 }
15031 .ant-col-md-push-19.ant-col-rtl {
15032 right: 79.16666667%;
15033 left: auto;
15034 }
15035 .ant-col-md-pull-19.ant-col-rtl {
15036 right: auto;
15037 left: 79.16666667%;
15038 }
15039 .ant-col-md-offset-19.ant-col-rtl {
15040 margin-right: 79.16666667%;
15041 margin-left: 0;
15042 }
15043 .ant-col-md-push-20.ant-col-rtl {
15044 right: 83.33333333%;
15045 left: auto;
15046 }
15047 .ant-col-md-pull-20.ant-col-rtl {
15048 right: auto;
15049 left: 83.33333333%;
15050 }
15051 .ant-col-md-offset-20.ant-col-rtl {
15052 margin-right: 83.33333333%;
15053 margin-left: 0;
15054 }
15055 .ant-col-md-push-21.ant-col-rtl {
15056 right: 87.5%;
15057 left: auto;
15058 }
15059 .ant-col-md-pull-21.ant-col-rtl {
15060 right: auto;
15061 left: 87.5%;
15062 }
15063 .ant-col-md-offset-21.ant-col-rtl {
15064 margin-right: 87.5%;
15065 margin-left: 0;
15066 }
15067 .ant-col-md-push-22.ant-col-rtl {
15068 right: 91.66666667%;
15069 left: auto;
15070 }
15071 .ant-col-md-pull-22.ant-col-rtl {
15072 right: auto;
15073 left: 91.66666667%;
15074 }
15075 .ant-col-md-offset-22.ant-col-rtl {
15076 margin-right: 91.66666667%;
15077 margin-left: 0;
15078 }
15079 .ant-col-md-push-23.ant-col-rtl {
15080 right: 95.83333333%;
15081 left: auto;
15082 }
15083 .ant-col-md-pull-23.ant-col-rtl {
15084 right: auto;
15085 left: 95.83333333%;
15086 }
15087 .ant-col-md-offset-23.ant-col-rtl {
15088 margin-right: 95.83333333%;
15089 margin-left: 0;
15090 }
15091 .ant-col-md-push-24.ant-col-rtl {
15092 right: 100%;
15093 left: auto;
15094 }
15095 .ant-col-md-pull-24.ant-col-rtl {
15096 right: auto;
15097 left: 100%;
15098 }
15099 .ant-col-md-offset-24.ant-col-rtl {
15100 margin-right: 100%;
15101 margin-left: 0;
15102 }
15103}
15104@media (min-width: 992px) {
15105 .ant-col-lg-24 {
15106 display: block;
15107 flex: 0 0 100%;
15108 max-width: 100%;
15109 }
15110 .ant-col-lg-push-24 {
15111 left: 100%;
15112 }
15113 .ant-col-lg-pull-24 {
15114 right: 100%;
15115 }
15116 .ant-col-lg-offset-24 {
15117 margin-left: 100%;
15118 }
15119 .ant-col-lg-order-24 {
15120 order: 24;
15121 }
15122 .ant-col-lg-23 {
15123 display: block;
15124 flex: 0 0 95.83333333%;
15125 max-width: 95.83333333%;
15126 }
15127 .ant-col-lg-push-23 {
15128 left: 95.83333333%;
15129 }
15130 .ant-col-lg-pull-23 {
15131 right: 95.83333333%;
15132 }
15133 .ant-col-lg-offset-23 {
15134 margin-left: 95.83333333%;
15135 }
15136 .ant-col-lg-order-23 {
15137 order: 23;
15138 }
15139 .ant-col-lg-22 {
15140 display: block;
15141 flex: 0 0 91.66666667%;
15142 max-width: 91.66666667%;
15143 }
15144 .ant-col-lg-push-22 {
15145 left: 91.66666667%;
15146 }
15147 .ant-col-lg-pull-22 {
15148 right: 91.66666667%;
15149 }
15150 .ant-col-lg-offset-22 {
15151 margin-left: 91.66666667%;
15152 }
15153 .ant-col-lg-order-22 {
15154 order: 22;
15155 }
15156 .ant-col-lg-21 {
15157 display: block;
15158 flex: 0 0 87.5%;
15159 max-width: 87.5%;
15160 }
15161 .ant-col-lg-push-21 {
15162 left: 87.5%;
15163 }
15164 .ant-col-lg-pull-21 {
15165 right: 87.5%;
15166 }
15167 .ant-col-lg-offset-21 {
15168 margin-left: 87.5%;
15169 }
15170 .ant-col-lg-order-21 {
15171 order: 21;
15172 }
15173 .ant-col-lg-20 {
15174 display: block;
15175 flex: 0 0 83.33333333%;
15176 max-width: 83.33333333%;
15177 }
15178 .ant-col-lg-push-20 {
15179 left: 83.33333333%;
15180 }
15181 .ant-col-lg-pull-20 {
15182 right: 83.33333333%;
15183 }
15184 .ant-col-lg-offset-20 {
15185 margin-left: 83.33333333%;
15186 }
15187 .ant-col-lg-order-20 {
15188 order: 20;
15189 }
15190 .ant-col-lg-19 {
15191 display: block;
15192 flex: 0 0 79.16666667%;
15193 max-width: 79.16666667%;
15194 }
15195 .ant-col-lg-push-19 {
15196 left: 79.16666667%;
15197 }
15198 .ant-col-lg-pull-19 {
15199 right: 79.16666667%;
15200 }
15201 .ant-col-lg-offset-19 {
15202 margin-left: 79.16666667%;
15203 }
15204 .ant-col-lg-order-19 {
15205 order: 19;
15206 }
15207 .ant-col-lg-18 {
15208 display: block;
15209 flex: 0 0 75%;
15210 max-width: 75%;
15211 }
15212 .ant-col-lg-push-18 {
15213 left: 75%;
15214 }
15215 .ant-col-lg-pull-18 {
15216 right: 75%;
15217 }
15218 .ant-col-lg-offset-18 {
15219 margin-left: 75%;
15220 }
15221 .ant-col-lg-order-18 {
15222 order: 18;
15223 }
15224 .ant-col-lg-17 {
15225 display: block;
15226 flex: 0 0 70.83333333%;
15227 max-width: 70.83333333%;
15228 }
15229 .ant-col-lg-push-17 {
15230 left: 70.83333333%;
15231 }
15232 .ant-col-lg-pull-17 {
15233 right: 70.83333333%;
15234 }
15235 .ant-col-lg-offset-17 {
15236 margin-left: 70.83333333%;
15237 }
15238 .ant-col-lg-order-17 {
15239 order: 17;
15240 }
15241 .ant-col-lg-16 {
15242 display: block;
15243 flex: 0 0 66.66666667%;
15244 max-width: 66.66666667%;
15245 }
15246 .ant-col-lg-push-16 {
15247 left: 66.66666667%;
15248 }
15249 .ant-col-lg-pull-16 {
15250 right: 66.66666667%;
15251 }
15252 .ant-col-lg-offset-16 {
15253 margin-left: 66.66666667%;
15254 }
15255 .ant-col-lg-order-16 {
15256 order: 16;
15257 }
15258 .ant-col-lg-15 {
15259 display: block;
15260 flex: 0 0 62.5%;
15261 max-width: 62.5%;
15262 }
15263 .ant-col-lg-push-15 {
15264 left: 62.5%;
15265 }
15266 .ant-col-lg-pull-15 {
15267 right: 62.5%;
15268 }
15269 .ant-col-lg-offset-15 {
15270 margin-left: 62.5%;
15271 }
15272 .ant-col-lg-order-15 {
15273 order: 15;
15274 }
15275 .ant-col-lg-14 {
15276 display: block;
15277 flex: 0 0 58.33333333%;
15278 max-width: 58.33333333%;
15279 }
15280 .ant-col-lg-push-14 {
15281 left: 58.33333333%;
15282 }
15283 .ant-col-lg-pull-14 {
15284 right: 58.33333333%;
15285 }
15286 .ant-col-lg-offset-14 {
15287 margin-left: 58.33333333%;
15288 }
15289 .ant-col-lg-order-14 {
15290 order: 14;
15291 }
15292 .ant-col-lg-13 {
15293 display: block;
15294 flex: 0 0 54.16666667%;
15295 max-width: 54.16666667%;
15296 }
15297 .ant-col-lg-push-13 {
15298 left: 54.16666667%;
15299 }
15300 .ant-col-lg-pull-13 {
15301 right: 54.16666667%;
15302 }
15303 .ant-col-lg-offset-13 {
15304 margin-left: 54.16666667%;
15305 }
15306 .ant-col-lg-order-13 {
15307 order: 13;
15308 }
15309 .ant-col-lg-12 {
15310 display: block;
15311 flex: 0 0 50%;
15312 max-width: 50%;
15313 }
15314 .ant-col-lg-push-12 {
15315 left: 50%;
15316 }
15317 .ant-col-lg-pull-12 {
15318 right: 50%;
15319 }
15320 .ant-col-lg-offset-12 {
15321 margin-left: 50%;
15322 }
15323 .ant-col-lg-order-12 {
15324 order: 12;
15325 }
15326 .ant-col-lg-11 {
15327 display: block;
15328 flex: 0 0 45.83333333%;
15329 max-width: 45.83333333%;
15330 }
15331 .ant-col-lg-push-11 {
15332 left: 45.83333333%;
15333 }
15334 .ant-col-lg-pull-11 {
15335 right: 45.83333333%;
15336 }
15337 .ant-col-lg-offset-11 {
15338 margin-left: 45.83333333%;
15339 }
15340 .ant-col-lg-order-11 {
15341 order: 11;
15342 }
15343 .ant-col-lg-10 {
15344 display: block;
15345 flex: 0 0 41.66666667%;
15346 max-width: 41.66666667%;
15347 }
15348 .ant-col-lg-push-10 {
15349 left: 41.66666667%;
15350 }
15351 .ant-col-lg-pull-10 {
15352 right: 41.66666667%;
15353 }
15354 .ant-col-lg-offset-10 {
15355 margin-left: 41.66666667%;
15356 }
15357 .ant-col-lg-order-10 {
15358 order: 10;
15359 }
15360 .ant-col-lg-9 {
15361 display: block;
15362 flex: 0 0 37.5%;
15363 max-width: 37.5%;
15364 }
15365 .ant-col-lg-push-9 {
15366 left: 37.5%;
15367 }
15368 .ant-col-lg-pull-9 {
15369 right: 37.5%;
15370 }
15371 .ant-col-lg-offset-9 {
15372 margin-left: 37.5%;
15373 }
15374 .ant-col-lg-order-9 {
15375 order: 9;
15376 }
15377 .ant-col-lg-8 {
15378 display: block;
15379 flex: 0 0 33.33333333%;
15380 max-width: 33.33333333%;
15381 }
15382 .ant-col-lg-push-8 {
15383 left: 33.33333333%;
15384 }
15385 .ant-col-lg-pull-8 {
15386 right: 33.33333333%;
15387 }
15388 .ant-col-lg-offset-8 {
15389 margin-left: 33.33333333%;
15390 }
15391 .ant-col-lg-order-8 {
15392 order: 8;
15393 }
15394 .ant-col-lg-7 {
15395 display: block;
15396 flex: 0 0 29.16666667%;
15397 max-width: 29.16666667%;
15398 }
15399 .ant-col-lg-push-7 {
15400 left: 29.16666667%;
15401 }
15402 .ant-col-lg-pull-7 {
15403 right: 29.16666667%;
15404 }
15405 .ant-col-lg-offset-7 {
15406 margin-left: 29.16666667%;
15407 }
15408 .ant-col-lg-order-7 {
15409 order: 7;
15410 }
15411 .ant-col-lg-6 {
15412 display: block;
15413 flex: 0 0 25%;
15414 max-width: 25%;
15415 }
15416 .ant-col-lg-push-6 {
15417 left: 25%;
15418 }
15419 .ant-col-lg-pull-6 {
15420 right: 25%;
15421 }
15422 .ant-col-lg-offset-6 {
15423 margin-left: 25%;
15424 }
15425 .ant-col-lg-order-6 {
15426 order: 6;
15427 }
15428 .ant-col-lg-5 {
15429 display: block;
15430 flex: 0 0 20.83333333%;
15431 max-width: 20.83333333%;
15432 }
15433 .ant-col-lg-push-5 {
15434 left: 20.83333333%;
15435 }
15436 .ant-col-lg-pull-5 {
15437 right: 20.83333333%;
15438 }
15439 .ant-col-lg-offset-5 {
15440 margin-left: 20.83333333%;
15441 }
15442 .ant-col-lg-order-5 {
15443 order: 5;
15444 }
15445 .ant-col-lg-4 {
15446 display: block;
15447 flex: 0 0 16.66666667%;
15448 max-width: 16.66666667%;
15449 }
15450 .ant-col-lg-push-4 {
15451 left: 16.66666667%;
15452 }
15453 .ant-col-lg-pull-4 {
15454 right: 16.66666667%;
15455 }
15456 .ant-col-lg-offset-4 {
15457 margin-left: 16.66666667%;
15458 }
15459 .ant-col-lg-order-4 {
15460 order: 4;
15461 }
15462 .ant-col-lg-3 {
15463 display: block;
15464 flex: 0 0 12.5%;
15465 max-width: 12.5%;
15466 }
15467 .ant-col-lg-push-3 {
15468 left: 12.5%;
15469 }
15470 .ant-col-lg-pull-3 {
15471 right: 12.5%;
15472 }
15473 .ant-col-lg-offset-3 {
15474 margin-left: 12.5%;
15475 }
15476 .ant-col-lg-order-3 {
15477 order: 3;
15478 }
15479 .ant-col-lg-2 {
15480 display: block;
15481 flex: 0 0 8.33333333%;
15482 max-width: 8.33333333%;
15483 }
15484 .ant-col-lg-push-2 {
15485 left: 8.33333333%;
15486 }
15487 .ant-col-lg-pull-2 {
15488 right: 8.33333333%;
15489 }
15490 .ant-col-lg-offset-2 {
15491 margin-left: 8.33333333%;
15492 }
15493 .ant-col-lg-order-2 {
15494 order: 2;
15495 }
15496 .ant-col-lg-1 {
15497 display: block;
15498 flex: 0 0 4.16666667%;
15499 max-width: 4.16666667%;
15500 }
15501 .ant-col-lg-push-1 {
15502 left: 4.16666667%;
15503 }
15504 .ant-col-lg-pull-1 {
15505 right: 4.16666667%;
15506 }
15507 .ant-col-lg-offset-1 {
15508 margin-left: 4.16666667%;
15509 }
15510 .ant-col-lg-order-1 {
15511 order: 1;
15512 }
15513 .ant-col-lg-0 {
15514 display: none;
15515 }
15516 .ant-col-push-0 {
15517 left: auto;
15518 }
15519 .ant-col-pull-0 {
15520 right: auto;
15521 }
15522 .ant-col-lg-push-0 {
15523 left: auto;
15524 }
15525 .ant-col-lg-pull-0 {
15526 right: auto;
15527 }
15528 .ant-col-lg-offset-0 {
15529 margin-left: 0;
15530 }
15531 .ant-col-lg-order-0 {
15532 order: 0;
15533 }
15534 .ant-col-push-0.ant-col-rtl {
15535 right: auto;
15536 }
15537 .ant-col-pull-0.ant-col-rtl {
15538 left: auto;
15539 }
15540 .ant-col-lg-push-0.ant-col-rtl {
15541 right: auto;
15542 }
15543 .ant-col-lg-pull-0.ant-col-rtl {
15544 left: auto;
15545 }
15546 .ant-col-lg-offset-0.ant-col-rtl {
15547 margin-right: 0;
15548 }
15549 .ant-col-lg-push-1.ant-col-rtl {
15550 right: 4.16666667%;
15551 left: auto;
15552 }
15553 .ant-col-lg-pull-1.ant-col-rtl {
15554 right: auto;
15555 left: 4.16666667%;
15556 }
15557 .ant-col-lg-offset-1.ant-col-rtl {
15558 margin-right: 4.16666667%;
15559 margin-left: 0;
15560 }
15561 .ant-col-lg-push-2.ant-col-rtl {
15562 right: 8.33333333%;
15563 left: auto;
15564 }
15565 .ant-col-lg-pull-2.ant-col-rtl {
15566 right: auto;
15567 left: 8.33333333%;
15568 }
15569 .ant-col-lg-offset-2.ant-col-rtl {
15570 margin-right: 8.33333333%;
15571 margin-left: 0;
15572 }
15573 .ant-col-lg-push-3.ant-col-rtl {
15574 right: 12.5%;
15575 left: auto;
15576 }
15577 .ant-col-lg-pull-3.ant-col-rtl {
15578 right: auto;
15579 left: 12.5%;
15580 }
15581 .ant-col-lg-offset-3.ant-col-rtl {
15582 margin-right: 12.5%;
15583 margin-left: 0;
15584 }
15585 .ant-col-lg-push-4.ant-col-rtl {
15586 right: 16.66666667%;
15587 left: auto;
15588 }
15589 .ant-col-lg-pull-4.ant-col-rtl {
15590 right: auto;
15591 left: 16.66666667%;
15592 }
15593 .ant-col-lg-offset-4.ant-col-rtl {
15594 margin-right: 16.66666667%;
15595 margin-left: 0;
15596 }
15597 .ant-col-lg-push-5.ant-col-rtl {
15598 right: 20.83333333%;
15599 left: auto;
15600 }
15601 .ant-col-lg-pull-5.ant-col-rtl {
15602 right: auto;
15603 left: 20.83333333%;
15604 }
15605 .ant-col-lg-offset-5.ant-col-rtl {
15606 margin-right: 20.83333333%;
15607 margin-left: 0;
15608 }
15609 .ant-col-lg-push-6.ant-col-rtl {
15610 right: 25%;
15611 left: auto;
15612 }
15613 .ant-col-lg-pull-6.ant-col-rtl {
15614 right: auto;
15615 left: 25%;
15616 }
15617 .ant-col-lg-offset-6.ant-col-rtl {
15618 margin-right: 25%;
15619 margin-left: 0;
15620 }
15621 .ant-col-lg-push-7.ant-col-rtl {
15622 right: 29.16666667%;
15623 left: auto;
15624 }
15625 .ant-col-lg-pull-7.ant-col-rtl {
15626 right: auto;
15627 left: 29.16666667%;
15628 }
15629 .ant-col-lg-offset-7.ant-col-rtl {
15630 margin-right: 29.16666667%;
15631 margin-left: 0;
15632 }
15633 .ant-col-lg-push-8.ant-col-rtl {
15634 right: 33.33333333%;
15635 left: auto;
15636 }
15637 .ant-col-lg-pull-8.ant-col-rtl {
15638 right: auto;
15639 left: 33.33333333%;
15640 }
15641 .ant-col-lg-offset-8.ant-col-rtl {
15642 margin-right: 33.33333333%;
15643 margin-left: 0;
15644 }
15645 .ant-col-lg-push-9.ant-col-rtl {
15646 right: 37.5%;
15647 left: auto;
15648 }
15649 .ant-col-lg-pull-9.ant-col-rtl {
15650 right: auto;
15651 left: 37.5%;
15652 }
15653 .ant-col-lg-offset-9.ant-col-rtl {
15654 margin-right: 37.5%;
15655 margin-left: 0;
15656 }
15657 .ant-col-lg-push-10.ant-col-rtl {
15658 right: 41.66666667%;
15659 left: auto;
15660 }
15661 .ant-col-lg-pull-10.ant-col-rtl {
15662 right: auto;
15663 left: 41.66666667%;
15664 }
15665 .ant-col-lg-offset-10.ant-col-rtl {
15666 margin-right: 41.66666667%;
15667 margin-left: 0;
15668 }
15669 .ant-col-lg-push-11.ant-col-rtl {
15670 right: 45.83333333%;
15671 left: auto;
15672 }
15673 .ant-col-lg-pull-11.ant-col-rtl {
15674 right: auto;
15675 left: 45.83333333%;
15676 }
15677 .ant-col-lg-offset-11.ant-col-rtl {
15678 margin-right: 45.83333333%;
15679 margin-left: 0;
15680 }
15681 .ant-col-lg-push-12.ant-col-rtl {
15682 right: 50%;
15683 left: auto;
15684 }
15685 .ant-col-lg-pull-12.ant-col-rtl {
15686 right: auto;
15687 left: 50%;
15688 }
15689 .ant-col-lg-offset-12.ant-col-rtl {
15690 margin-right: 50%;
15691 margin-left: 0;
15692 }
15693 .ant-col-lg-push-13.ant-col-rtl {
15694 right: 54.16666667%;
15695 left: auto;
15696 }
15697 .ant-col-lg-pull-13.ant-col-rtl {
15698 right: auto;
15699 left: 54.16666667%;
15700 }
15701 .ant-col-lg-offset-13.ant-col-rtl {
15702 margin-right: 54.16666667%;
15703 margin-left: 0;
15704 }
15705 .ant-col-lg-push-14.ant-col-rtl {
15706 right: 58.33333333%;
15707 left: auto;
15708 }
15709 .ant-col-lg-pull-14.ant-col-rtl {
15710 right: auto;
15711 left: 58.33333333%;
15712 }
15713 .ant-col-lg-offset-14.ant-col-rtl {
15714 margin-right: 58.33333333%;
15715 margin-left: 0;
15716 }
15717 .ant-col-lg-push-15.ant-col-rtl {
15718 right: 62.5%;
15719 left: auto;
15720 }
15721 .ant-col-lg-pull-15.ant-col-rtl {
15722 right: auto;
15723 left: 62.5%;
15724 }
15725 .ant-col-lg-offset-15.ant-col-rtl {
15726 margin-right: 62.5%;
15727 margin-left: 0;
15728 }
15729 .ant-col-lg-push-16.ant-col-rtl {
15730 right: 66.66666667%;
15731 left: auto;
15732 }
15733 .ant-col-lg-pull-16.ant-col-rtl {
15734 right: auto;
15735 left: 66.66666667%;
15736 }
15737 .ant-col-lg-offset-16.ant-col-rtl {
15738 margin-right: 66.66666667%;
15739 margin-left: 0;
15740 }
15741 .ant-col-lg-push-17.ant-col-rtl {
15742 right: 70.83333333%;
15743 left: auto;
15744 }
15745 .ant-col-lg-pull-17.ant-col-rtl {
15746 right: auto;
15747 left: 70.83333333%;
15748 }
15749 .ant-col-lg-offset-17.ant-col-rtl {
15750 margin-right: 70.83333333%;
15751 margin-left: 0;
15752 }
15753 .ant-col-lg-push-18.ant-col-rtl {
15754 right: 75%;
15755 left: auto;
15756 }
15757 .ant-col-lg-pull-18.ant-col-rtl {
15758 right: auto;
15759 left: 75%;
15760 }
15761 .ant-col-lg-offset-18.ant-col-rtl {
15762 margin-right: 75%;
15763 margin-left: 0;
15764 }
15765 .ant-col-lg-push-19.ant-col-rtl {
15766 right: 79.16666667%;
15767 left: auto;
15768 }
15769 .ant-col-lg-pull-19.ant-col-rtl {
15770 right: auto;
15771 left: 79.16666667%;
15772 }
15773 .ant-col-lg-offset-19.ant-col-rtl {
15774 margin-right: 79.16666667%;
15775 margin-left: 0;
15776 }
15777 .ant-col-lg-push-20.ant-col-rtl {
15778 right: 83.33333333%;
15779 left: auto;
15780 }
15781 .ant-col-lg-pull-20.ant-col-rtl {
15782 right: auto;
15783 left: 83.33333333%;
15784 }
15785 .ant-col-lg-offset-20.ant-col-rtl {
15786 margin-right: 83.33333333%;
15787 margin-left: 0;
15788 }
15789 .ant-col-lg-push-21.ant-col-rtl {
15790 right: 87.5%;
15791 left: auto;
15792 }
15793 .ant-col-lg-pull-21.ant-col-rtl {
15794 right: auto;
15795 left: 87.5%;
15796 }
15797 .ant-col-lg-offset-21.ant-col-rtl {
15798 margin-right: 87.5%;
15799 margin-left: 0;
15800 }
15801 .ant-col-lg-push-22.ant-col-rtl {
15802 right: 91.66666667%;
15803 left: auto;
15804 }
15805 .ant-col-lg-pull-22.ant-col-rtl {
15806 right: auto;
15807 left: 91.66666667%;
15808 }
15809 .ant-col-lg-offset-22.ant-col-rtl {
15810 margin-right: 91.66666667%;
15811 margin-left: 0;
15812 }
15813 .ant-col-lg-push-23.ant-col-rtl {
15814 right: 95.83333333%;
15815 left: auto;
15816 }
15817 .ant-col-lg-pull-23.ant-col-rtl {
15818 right: auto;
15819 left: 95.83333333%;
15820 }
15821 .ant-col-lg-offset-23.ant-col-rtl {
15822 margin-right: 95.83333333%;
15823 margin-left: 0;
15824 }
15825 .ant-col-lg-push-24.ant-col-rtl {
15826 right: 100%;
15827 left: auto;
15828 }
15829 .ant-col-lg-pull-24.ant-col-rtl {
15830 right: auto;
15831 left: 100%;
15832 }
15833 .ant-col-lg-offset-24.ant-col-rtl {
15834 margin-right: 100%;
15835 margin-left: 0;
15836 }
15837}
15838@media (min-width: 1200px) {
15839 .ant-col-xl-24 {
15840 display: block;
15841 flex: 0 0 100%;
15842 max-width: 100%;
15843 }
15844 .ant-col-xl-push-24 {
15845 left: 100%;
15846 }
15847 .ant-col-xl-pull-24 {
15848 right: 100%;
15849 }
15850 .ant-col-xl-offset-24 {
15851 margin-left: 100%;
15852 }
15853 .ant-col-xl-order-24 {
15854 order: 24;
15855 }
15856 .ant-col-xl-23 {
15857 display: block;
15858 flex: 0 0 95.83333333%;
15859 max-width: 95.83333333%;
15860 }
15861 .ant-col-xl-push-23 {
15862 left: 95.83333333%;
15863 }
15864 .ant-col-xl-pull-23 {
15865 right: 95.83333333%;
15866 }
15867 .ant-col-xl-offset-23 {
15868 margin-left: 95.83333333%;
15869 }
15870 .ant-col-xl-order-23 {
15871 order: 23;
15872 }
15873 .ant-col-xl-22 {
15874 display: block;
15875 flex: 0 0 91.66666667%;
15876 max-width: 91.66666667%;
15877 }
15878 .ant-col-xl-push-22 {
15879 left: 91.66666667%;
15880 }
15881 .ant-col-xl-pull-22 {
15882 right: 91.66666667%;
15883 }
15884 .ant-col-xl-offset-22 {
15885 margin-left: 91.66666667%;
15886 }
15887 .ant-col-xl-order-22 {
15888 order: 22;
15889 }
15890 .ant-col-xl-21 {
15891 display: block;
15892 flex: 0 0 87.5%;
15893 max-width: 87.5%;
15894 }
15895 .ant-col-xl-push-21 {
15896 left: 87.5%;
15897 }
15898 .ant-col-xl-pull-21 {
15899 right: 87.5%;
15900 }
15901 .ant-col-xl-offset-21 {
15902 margin-left: 87.5%;
15903 }
15904 .ant-col-xl-order-21 {
15905 order: 21;
15906 }
15907 .ant-col-xl-20 {
15908 display: block;
15909 flex: 0 0 83.33333333%;
15910 max-width: 83.33333333%;
15911 }
15912 .ant-col-xl-push-20 {
15913 left: 83.33333333%;
15914 }
15915 .ant-col-xl-pull-20 {
15916 right: 83.33333333%;
15917 }
15918 .ant-col-xl-offset-20 {
15919 margin-left: 83.33333333%;
15920 }
15921 .ant-col-xl-order-20 {
15922 order: 20;
15923 }
15924 .ant-col-xl-19 {
15925 display: block;
15926 flex: 0 0 79.16666667%;
15927 max-width: 79.16666667%;
15928 }
15929 .ant-col-xl-push-19 {
15930 left: 79.16666667%;
15931 }
15932 .ant-col-xl-pull-19 {
15933 right: 79.16666667%;
15934 }
15935 .ant-col-xl-offset-19 {
15936 margin-left: 79.16666667%;
15937 }
15938 .ant-col-xl-order-19 {
15939 order: 19;
15940 }
15941 .ant-col-xl-18 {
15942 display: block;
15943 flex: 0 0 75%;
15944 max-width: 75%;
15945 }
15946 .ant-col-xl-push-18 {
15947 left: 75%;
15948 }
15949 .ant-col-xl-pull-18 {
15950 right: 75%;
15951 }
15952 .ant-col-xl-offset-18 {
15953 margin-left: 75%;
15954 }
15955 .ant-col-xl-order-18 {
15956 order: 18;
15957 }
15958 .ant-col-xl-17 {
15959 display: block;
15960 flex: 0 0 70.83333333%;
15961 max-width: 70.83333333%;
15962 }
15963 .ant-col-xl-push-17 {
15964 left: 70.83333333%;
15965 }
15966 .ant-col-xl-pull-17 {
15967 right: 70.83333333%;
15968 }
15969 .ant-col-xl-offset-17 {
15970 margin-left: 70.83333333%;
15971 }
15972 .ant-col-xl-order-17 {
15973 order: 17;
15974 }
15975 .ant-col-xl-16 {
15976 display: block;
15977 flex: 0 0 66.66666667%;
15978 max-width: 66.66666667%;
15979 }
15980 .ant-col-xl-push-16 {
15981 left: 66.66666667%;
15982 }
15983 .ant-col-xl-pull-16 {
15984 right: 66.66666667%;
15985 }
15986 .ant-col-xl-offset-16 {
15987 margin-left: 66.66666667%;
15988 }
15989 .ant-col-xl-order-16 {
15990 order: 16;
15991 }
15992 .ant-col-xl-15 {
15993 display: block;
15994 flex: 0 0 62.5%;
15995 max-width: 62.5%;
15996 }
15997 .ant-col-xl-push-15 {
15998 left: 62.5%;
15999 }
16000 .ant-col-xl-pull-15 {
16001 right: 62.5%;
16002 }
16003 .ant-col-xl-offset-15 {
16004 margin-left: 62.5%;
16005 }
16006 .ant-col-xl-order-15 {
16007 order: 15;
16008 }
16009 .ant-col-xl-14 {
16010 display: block;
16011 flex: 0 0 58.33333333%;
16012 max-width: 58.33333333%;
16013 }
16014 .ant-col-xl-push-14 {
16015 left: 58.33333333%;
16016 }
16017 .ant-col-xl-pull-14 {
16018 right: 58.33333333%;
16019 }
16020 .ant-col-xl-offset-14 {
16021 margin-left: 58.33333333%;
16022 }
16023 .ant-col-xl-order-14 {
16024 order: 14;
16025 }
16026 .ant-col-xl-13 {
16027 display: block;
16028 flex: 0 0 54.16666667%;
16029 max-width: 54.16666667%;
16030 }
16031 .ant-col-xl-push-13 {
16032 left: 54.16666667%;
16033 }
16034 .ant-col-xl-pull-13 {
16035 right: 54.16666667%;
16036 }
16037 .ant-col-xl-offset-13 {
16038 margin-left: 54.16666667%;
16039 }
16040 .ant-col-xl-order-13 {
16041 order: 13;
16042 }
16043 .ant-col-xl-12 {
16044 display: block;
16045 flex: 0 0 50%;
16046 max-width: 50%;
16047 }
16048 .ant-col-xl-push-12 {
16049 left: 50%;
16050 }
16051 .ant-col-xl-pull-12 {
16052 right: 50%;
16053 }
16054 .ant-col-xl-offset-12 {
16055 margin-left: 50%;
16056 }
16057 .ant-col-xl-order-12 {
16058 order: 12;
16059 }
16060 .ant-col-xl-11 {
16061 display: block;
16062 flex: 0 0 45.83333333%;
16063 max-width: 45.83333333%;
16064 }
16065 .ant-col-xl-push-11 {
16066 left: 45.83333333%;
16067 }
16068 .ant-col-xl-pull-11 {
16069 right: 45.83333333%;
16070 }
16071 .ant-col-xl-offset-11 {
16072 margin-left: 45.83333333%;
16073 }
16074 .ant-col-xl-order-11 {
16075 order: 11;
16076 }
16077 .ant-col-xl-10 {
16078 display: block;
16079 flex: 0 0 41.66666667%;
16080 max-width: 41.66666667%;
16081 }
16082 .ant-col-xl-push-10 {
16083 left: 41.66666667%;
16084 }
16085 .ant-col-xl-pull-10 {
16086 right: 41.66666667%;
16087 }
16088 .ant-col-xl-offset-10 {
16089 margin-left: 41.66666667%;
16090 }
16091 .ant-col-xl-order-10 {
16092 order: 10;
16093 }
16094 .ant-col-xl-9 {
16095 display: block;
16096 flex: 0 0 37.5%;
16097 max-width: 37.5%;
16098 }
16099 .ant-col-xl-push-9 {
16100 left: 37.5%;
16101 }
16102 .ant-col-xl-pull-9 {
16103 right: 37.5%;
16104 }
16105 .ant-col-xl-offset-9 {
16106 margin-left: 37.5%;
16107 }
16108 .ant-col-xl-order-9 {
16109 order: 9;
16110 }
16111 .ant-col-xl-8 {
16112 display: block;
16113 flex: 0 0 33.33333333%;
16114 max-width: 33.33333333%;
16115 }
16116 .ant-col-xl-push-8 {
16117 left: 33.33333333%;
16118 }
16119 .ant-col-xl-pull-8 {
16120 right: 33.33333333%;
16121 }
16122 .ant-col-xl-offset-8 {
16123 margin-left: 33.33333333%;
16124 }
16125 .ant-col-xl-order-8 {
16126 order: 8;
16127 }
16128 .ant-col-xl-7 {
16129 display: block;
16130 flex: 0 0 29.16666667%;
16131 max-width: 29.16666667%;
16132 }
16133 .ant-col-xl-push-7 {
16134 left: 29.16666667%;
16135 }
16136 .ant-col-xl-pull-7 {
16137 right: 29.16666667%;
16138 }
16139 .ant-col-xl-offset-7 {
16140 margin-left: 29.16666667%;
16141 }
16142 .ant-col-xl-order-7 {
16143 order: 7;
16144 }
16145 .ant-col-xl-6 {
16146 display: block;
16147 flex: 0 0 25%;
16148 max-width: 25%;
16149 }
16150 .ant-col-xl-push-6 {
16151 left: 25%;
16152 }
16153 .ant-col-xl-pull-6 {
16154 right: 25%;
16155 }
16156 .ant-col-xl-offset-6 {
16157 margin-left: 25%;
16158 }
16159 .ant-col-xl-order-6 {
16160 order: 6;
16161 }
16162 .ant-col-xl-5 {
16163 display: block;
16164 flex: 0 0 20.83333333%;
16165 max-width: 20.83333333%;
16166 }
16167 .ant-col-xl-push-5 {
16168 left: 20.83333333%;
16169 }
16170 .ant-col-xl-pull-5 {
16171 right: 20.83333333%;
16172 }
16173 .ant-col-xl-offset-5 {
16174 margin-left: 20.83333333%;
16175 }
16176 .ant-col-xl-order-5 {
16177 order: 5;
16178 }
16179 .ant-col-xl-4 {
16180 display: block;
16181 flex: 0 0 16.66666667%;
16182 max-width: 16.66666667%;
16183 }
16184 .ant-col-xl-push-4 {
16185 left: 16.66666667%;
16186 }
16187 .ant-col-xl-pull-4 {
16188 right: 16.66666667%;
16189 }
16190 .ant-col-xl-offset-4 {
16191 margin-left: 16.66666667%;
16192 }
16193 .ant-col-xl-order-4 {
16194 order: 4;
16195 }
16196 .ant-col-xl-3 {
16197 display: block;
16198 flex: 0 0 12.5%;
16199 max-width: 12.5%;
16200 }
16201 .ant-col-xl-push-3 {
16202 left: 12.5%;
16203 }
16204 .ant-col-xl-pull-3 {
16205 right: 12.5%;
16206 }
16207 .ant-col-xl-offset-3 {
16208 margin-left: 12.5%;
16209 }
16210 .ant-col-xl-order-3 {
16211 order: 3;
16212 }
16213 .ant-col-xl-2 {
16214 display: block;
16215 flex: 0 0 8.33333333%;
16216 max-width: 8.33333333%;
16217 }
16218 .ant-col-xl-push-2 {
16219 left: 8.33333333%;
16220 }
16221 .ant-col-xl-pull-2 {
16222 right: 8.33333333%;
16223 }
16224 .ant-col-xl-offset-2 {
16225 margin-left: 8.33333333%;
16226 }
16227 .ant-col-xl-order-2 {
16228 order: 2;
16229 }
16230 .ant-col-xl-1 {
16231 display: block;
16232 flex: 0 0 4.16666667%;
16233 max-width: 4.16666667%;
16234 }
16235 .ant-col-xl-push-1 {
16236 left: 4.16666667%;
16237 }
16238 .ant-col-xl-pull-1 {
16239 right: 4.16666667%;
16240 }
16241 .ant-col-xl-offset-1 {
16242 margin-left: 4.16666667%;
16243 }
16244 .ant-col-xl-order-1 {
16245 order: 1;
16246 }
16247 .ant-col-xl-0 {
16248 display: none;
16249 }
16250 .ant-col-push-0 {
16251 left: auto;
16252 }
16253 .ant-col-pull-0 {
16254 right: auto;
16255 }
16256 .ant-col-xl-push-0 {
16257 left: auto;
16258 }
16259 .ant-col-xl-pull-0 {
16260 right: auto;
16261 }
16262 .ant-col-xl-offset-0 {
16263 margin-left: 0;
16264 }
16265 .ant-col-xl-order-0 {
16266 order: 0;
16267 }
16268 .ant-col-push-0.ant-col-rtl {
16269 right: auto;
16270 }
16271 .ant-col-pull-0.ant-col-rtl {
16272 left: auto;
16273 }
16274 .ant-col-xl-push-0.ant-col-rtl {
16275 right: auto;
16276 }
16277 .ant-col-xl-pull-0.ant-col-rtl {
16278 left: auto;
16279 }
16280 .ant-col-xl-offset-0.ant-col-rtl {
16281 margin-right: 0;
16282 }
16283 .ant-col-xl-push-1.ant-col-rtl {
16284 right: 4.16666667%;
16285 left: auto;
16286 }
16287 .ant-col-xl-pull-1.ant-col-rtl {
16288 right: auto;
16289 left: 4.16666667%;
16290 }
16291 .ant-col-xl-offset-1.ant-col-rtl {
16292 margin-right: 4.16666667%;
16293 margin-left: 0;
16294 }
16295 .ant-col-xl-push-2.ant-col-rtl {
16296 right: 8.33333333%;
16297 left: auto;
16298 }
16299 .ant-col-xl-pull-2.ant-col-rtl {
16300 right: auto;
16301 left: 8.33333333%;
16302 }
16303 .ant-col-xl-offset-2.ant-col-rtl {
16304 margin-right: 8.33333333%;
16305 margin-left: 0;
16306 }
16307 .ant-col-xl-push-3.ant-col-rtl {
16308 right: 12.5%;
16309 left: auto;
16310 }
16311 .ant-col-xl-pull-3.ant-col-rtl {
16312 right: auto;
16313 left: 12.5%;
16314 }
16315 .ant-col-xl-offset-3.ant-col-rtl {
16316 margin-right: 12.5%;
16317 margin-left: 0;
16318 }
16319 .ant-col-xl-push-4.ant-col-rtl {
16320 right: 16.66666667%;
16321 left: auto;
16322 }
16323 .ant-col-xl-pull-4.ant-col-rtl {
16324 right: auto;
16325 left: 16.66666667%;
16326 }
16327 .ant-col-xl-offset-4.ant-col-rtl {
16328 margin-right: 16.66666667%;
16329 margin-left: 0;
16330 }
16331 .ant-col-xl-push-5.ant-col-rtl {
16332 right: 20.83333333%;
16333 left: auto;
16334 }
16335 .ant-col-xl-pull-5.ant-col-rtl {
16336 right: auto;
16337 left: 20.83333333%;
16338 }
16339 .ant-col-xl-offset-5.ant-col-rtl {
16340 margin-right: 20.83333333%;
16341 margin-left: 0;
16342 }
16343 .ant-col-xl-push-6.ant-col-rtl {
16344 right: 25%;
16345 left: auto;
16346 }
16347 .ant-col-xl-pull-6.ant-col-rtl {
16348 right: auto;
16349 left: 25%;
16350 }
16351 .ant-col-xl-offset-6.ant-col-rtl {
16352 margin-right: 25%;
16353 margin-left: 0;
16354 }
16355 .ant-col-xl-push-7.ant-col-rtl {
16356 right: 29.16666667%;
16357 left: auto;
16358 }
16359 .ant-col-xl-pull-7.ant-col-rtl {
16360 right: auto;
16361 left: 29.16666667%;
16362 }
16363 .ant-col-xl-offset-7.ant-col-rtl {
16364 margin-right: 29.16666667%;
16365 margin-left: 0;
16366 }
16367 .ant-col-xl-push-8.ant-col-rtl {
16368 right: 33.33333333%;
16369 left: auto;
16370 }
16371 .ant-col-xl-pull-8.ant-col-rtl {
16372 right: auto;
16373 left: 33.33333333%;
16374 }
16375 .ant-col-xl-offset-8.ant-col-rtl {
16376 margin-right: 33.33333333%;
16377 margin-left: 0;
16378 }
16379 .ant-col-xl-push-9.ant-col-rtl {
16380 right: 37.5%;
16381 left: auto;
16382 }
16383 .ant-col-xl-pull-9.ant-col-rtl {
16384 right: auto;
16385 left: 37.5%;
16386 }
16387 .ant-col-xl-offset-9.ant-col-rtl {
16388 margin-right: 37.5%;
16389 margin-left: 0;
16390 }
16391 .ant-col-xl-push-10.ant-col-rtl {
16392 right: 41.66666667%;
16393 left: auto;
16394 }
16395 .ant-col-xl-pull-10.ant-col-rtl {
16396 right: auto;
16397 left: 41.66666667%;
16398 }
16399 .ant-col-xl-offset-10.ant-col-rtl {
16400 margin-right: 41.66666667%;
16401 margin-left: 0;
16402 }
16403 .ant-col-xl-push-11.ant-col-rtl {
16404 right: 45.83333333%;
16405 left: auto;
16406 }
16407 .ant-col-xl-pull-11.ant-col-rtl {
16408 right: auto;
16409 left: 45.83333333%;
16410 }
16411 .ant-col-xl-offset-11.ant-col-rtl {
16412 margin-right: 45.83333333%;
16413 margin-left: 0;
16414 }
16415 .ant-col-xl-push-12.ant-col-rtl {
16416 right: 50%;
16417 left: auto;
16418 }
16419 .ant-col-xl-pull-12.ant-col-rtl {
16420 right: auto;
16421 left: 50%;
16422 }
16423 .ant-col-xl-offset-12.ant-col-rtl {
16424 margin-right: 50%;
16425 margin-left: 0;
16426 }
16427 .ant-col-xl-push-13.ant-col-rtl {
16428 right: 54.16666667%;
16429 left: auto;
16430 }
16431 .ant-col-xl-pull-13.ant-col-rtl {
16432 right: auto;
16433 left: 54.16666667%;
16434 }
16435 .ant-col-xl-offset-13.ant-col-rtl {
16436 margin-right: 54.16666667%;
16437 margin-left: 0;
16438 }
16439 .ant-col-xl-push-14.ant-col-rtl {
16440 right: 58.33333333%;
16441 left: auto;
16442 }
16443 .ant-col-xl-pull-14.ant-col-rtl {
16444 right: auto;
16445 left: 58.33333333%;
16446 }
16447 .ant-col-xl-offset-14.ant-col-rtl {
16448 margin-right: 58.33333333%;
16449 margin-left: 0;
16450 }
16451 .ant-col-xl-push-15.ant-col-rtl {
16452 right: 62.5%;
16453 left: auto;
16454 }
16455 .ant-col-xl-pull-15.ant-col-rtl {
16456 right: auto;
16457 left: 62.5%;
16458 }
16459 .ant-col-xl-offset-15.ant-col-rtl {
16460 margin-right: 62.5%;
16461 margin-left: 0;
16462 }
16463 .ant-col-xl-push-16.ant-col-rtl {
16464 right: 66.66666667%;
16465 left: auto;
16466 }
16467 .ant-col-xl-pull-16.ant-col-rtl {
16468 right: auto;
16469 left: 66.66666667%;
16470 }
16471 .ant-col-xl-offset-16.ant-col-rtl {
16472 margin-right: 66.66666667%;
16473 margin-left: 0;
16474 }
16475 .ant-col-xl-push-17.ant-col-rtl {
16476 right: 70.83333333%;
16477 left: auto;
16478 }
16479 .ant-col-xl-pull-17.ant-col-rtl {
16480 right: auto;
16481 left: 70.83333333%;
16482 }
16483 .ant-col-xl-offset-17.ant-col-rtl {
16484 margin-right: 70.83333333%;
16485 margin-left: 0;
16486 }
16487 .ant-col-xl-push-18.ant-col-rtl {
16488 right: 75%;
16489 left: auto;
16490 }
16491 .ant-col-xl-pull-18.ant-col-rtl {
16492 right: auto;
16493 left: 75%;
16494 }
16495 .ant-col-xl-offset-18.ant-col-rtl {
16496 margin-right: 75%;
16497 margin-left: 0;
16498 }
16499 .ant-col-xl-push-19.ant-col-rtl {
16500 right: 79.16666667%;
16501 left: auto;
16502 }
16503 .ant-col-xl-pull-19.ant-col-rtl {
16504 right: auto;
16505 left: 79.16666667%;
16506 }
16507 .ant-col-xl-offset-19.ant-col-rtl {
16508 margin-right: 79.16666667%;
16509 margin-left: 0;
16510 }
16511 .ant-col-xl-push-20.ant-col-rtl {
16512 right: 83.33333333%;
16513 left: auto;
16514 }
16515 .ant-col-xl-pull-20.ant-col-rtl {
16516 right: auto;
16517 left: 83.33333333%;
16518 }
16519 .ant-col-xl-offset-20.ant-col-rtl {
16520 margin-right: 83.33333333%;
16521 margin-left: 0;
16522 }
16523 .ant-col-xl-push-21.ant-col-rtl {
16524 right: 87.5%;
16525 left: auto;
16526 }
16527 .ant-col-xl-pull-21.ant-col-rtl {
16528 right: auto;
16529 left: 87.5%;
16530 }
16531 .ant-col-xl-offset-21.ant-col-rtl {
16532 margin-right: 87.5%;
16533 margin-left: 0;
16534 }
16535 .ant-col-xl-push-22.ant-col-rtl {
16536 right: 91.66666667%;
16537 left: auto;
16538 }
16539 .ant-col-xl-pull-22.ant-col-rtl {
16540 right: auto;
16541 left: 91.66666667%;
16542 }
16543 .ant-col-xl-offset-22.ant-col-rtl {
16544 margin-right: 91.66666667%;
16545 margin-left: 0;
16546 }
16547 .ant-col-xl-push-23.ant-col-rtl {
16548 right: 95.83333333%;
16549 left: auto;
16550 }
16551 .ant-col-xl-pull-23.ant-col-rtl {
16552 right: auto;
16553 left: 95.83333333%;
16554 }
16555 .ant-col-xl-offset-23.ant-col-rtl {
16556 margin-right: 95.83333333%;
16557 margin-left: 0;
16558 }
16559 .ant-col-xl-push-24.ant-col-rtl {
16560 right: 100%;
16561 left: auto;
16562 }
16563 .ant-col-xl-pull-24.ant-col-rtl {
16564 right: auto;
16565 left: 100%;
16566 }
16567 .ant-col-xl-offset-24.ant-col-rtl {
16568 margin-right: 100%;
16569 margin-left: 0;
16570 }
16571}
16572@media (min-width: 1600px) {
16573 .ant-col-xxl-24 {
16574 display: block;
16575 flex: 0 0 100%;
16576 max-width: 100%;
16577 }
16578 .ant-col-xxl-push-24 {
16579 left: 100%;
16580 }
16581 .ant-col-xxl-pull-24 {
16582 right: 100%;
16583 }
16584 .ant-col-xxl-offset-24 {
16585 margin-left: 100%;
16586 }
16587 .ant-col-xxl-order-24 {
16588 order: 24;
16589 }
16590 .ant-col-xxl-23 {
16591 display: block;
16592 flex: 0 0 95.83333333%;
16593 max-width: 95.83333333%;
16594 }
16595 .ant-col-xxl-push-23 {
16596 left: 95.83333333%;
16597 }
16598 .ant-col-xxl-pull-23 {
16599 right: 95.83333333%;
16600 }
16601 .ant-col-xxl-offset-23 {
16602 margin-left: 95.83333333%;
16603 }
16604 .ant-col-xxl-order-23 {
16605 order: 23;
16606 }
16607 .ant-col-xxl-22 {
16608 display: block;
16609 flex: 0 0 91.66666667%;
16610 max-width: 91.66666667%;
16611 }
16612 .ant-col-xxl-push-22 {
16613 left: 91.66666667%;
16614 }
16615 .ant-col-xxl-pull-22 {
16616 right: 91.66666667%;
16617 }
16618 .ant-col-xxl-offset-22 {
16619 margin-left: 91.66666667%;
16620 }
16621 .ant-col-xxl-order-22 {
16622 order: 22;
16623 }
16624 .ant-col-xxl-21 {
16625 display: block;
16626 flex: 0 0 87.5%;
16627 max-width: 87.5%;
16628 }
16629 .ant-col-xxl-push-21 {
16630 left: 87.5%;
16631 }
16632 .ant-col-xxl-pull-21 {
16633 right: 87.5%;
16634 }
16635 .ant-col-xxl-offset-21 {
16636 margin-left: 87.5%;
16637 }
16638 .ant-col-xxl-order-21 {
16639 order: 21;
16640 }
16641 .ant-col-xxl-20 {
16642 display: block;
16643 flex: 0 0 83.33333333%;
16644 max-width: 83.33333333%;
16645 }
16646 .ant-col-xxl-push-20 {
16647 left: 83.33333333%;
16648 }
16649 .ant-col-xxl-pull-20 {
16650 right: 83.33333333%;
16651 }
16652 .ant-col-xxl-offset-20 {
16653 margin-left: 83.33333333%;
16654 }
16655 .ant-col-xxl-order-20 {
16656 order: 20;
16657 }
16658 .ant-col-xxl-19 {
16659 display: block;
16660 flex: 0 0 79.16666667%;
16661 max-width: 79.16666667%;
16662 }
16663 .ant-col-xxl-push-19 {
16664 left: 79.16666667%;
16665 }
16666 .ant-col-xxl-pull-19 {
16667 right: 79.16666667%;
16668 }
16669 .ant-col-xxl-offset-19 {
16670 margin-left: 79.16666667%;
16671 }
16672 .ant-col-xxl-order-19 {
16673 order: 19;
16674 }
16675 .ant-col-xxl-18 {
16676 display: block;
16677 flex: 0 0 75%;
16678 max-width: 75%;
16679 }
16680 .ant-col-xxl-push-18 {
16681 left: 75%;
16682 }
16683 .ant-col-xxl-pull-18 {
16684 right: 75%;
16685 }
16686 .ant-col-xxl-offset-18 {
16687 margin-left: 75%;
16688 }
16689 .ant-col-xxl-order-18 {
16690 order: 18;
16691 }
16692 .ant-col-xxl-17 {
16693 display: block;
16694 flex: 0 0 70.83333333%;
16695 max-width: 70.83333333%;
16696 }
16697 .ant-col-xxl-push-17 {
16698 left: 70.83333333%;
16699 }
16700 .ant-col-xxl-pull-17 {
16701 right: 70.83333333%;
16702 }
16703 .ant-col-xxl-offset-17 {
16704 margin-left: 70.83333333%;
16705 }
16706 .ant-col-xxl-order-17 {
16707 order: 17;
16708 }
16709 .ant-col-xxl-16 {
16710 display: block;
16711 flex: 0 0 66.66666667%;
16712 max-width: 66.66666667%;
16713 }
16714 .ant-col-xxl-push-16 {
16715 left: 66.66666667%;
16716 }
16717 .ant-col-xxl-pull-16 {
16718 right: 66.66666667%;
16719 }
16720 .ant-col-xxl-offset-16 {
16721 margin-left: 66.66666667%;
16722 }
16723 .ant-col-xxl-order-16 {
16724 order: 16;
16725 }
16726 .ant-col-xxl-15 {
16727 display: block;
16728 flex: 0 0 62.5%;
16729 max-width: 62.5%;
16730 }
16731 .ant-col-xxl-push-15 {
16732 left: 62.5%;
16733 }
16734 .ant-col-xxl-pull-15 {
16735 right: 62.5%;
16736 }
16737 .ant-col-xxl-offset-15 {
16738 margin-left: 62.5%;
16739 }
16740 .ant-col-xxl-order-15 {
16741 order: 15;
16742 }
16743 .ant-col-xxl-14 {
16744 display: block;
16745 flex: 0 0 58.33333333%;
16746 max-width: 58.33333333%;
16747 }
16748 .ant-col-xxl-push-14 {
16749 left: 58.33333333%;
16750 }
16751 .ant-col-xxl-pull-14 {
16752 right: 58.33333333%;
16753 }
16754 .ant-col-xxl-offset-14 {
16755 margin-left: 58.33333333%;
16756 }
16757 .ant-col-xxl-order-14 {
16758 order: 14;
16759 }
16760 .ant-col-xxl-13 {
16761 display: block;
16762 flex: 0 0 54.16666667%;
16763 max-width: 54.16666667%;
16764 }
16765 .ant-col-xxl-push-13 {
16766 left: 54.16666667%;
16767 }
16768 .ant-col-xxl-pull-13 {
16769 right: 54.16666667%;
16770 }
16771 .ant-col-xxl-offset-13 {
16772 margin-left: 54.16666667%;
16773 }
16774 .ant-col-xxl-order-13 {
16775 order: 13;
16776 }
16777 .ant-col-xxl-12 {
16778 display: block;
16779 flex: 0 0 50%;
16780 max-width: 50%;
16781 }
16782 .ant-col-xxl-push-12 {
16783 left: 50%;
16784 }
16785 .ant-col-xxl-pull-12 {
16786 right: 50%;
16787 }
16788 .ant-col-xxl-offset-12 {
16789 margin-left: 50%;
16790 }
16791 .ant-col-xxl-order-12 {
16792 order: 12;
16793 }
16794 .ant-col-xxl-11 {
16795 display: block;
16796 flex: 0 0 45.83333333%;
16797 max-width: 45.83333333%;
16798 }
16799 .ant-col-xxl-push-11 {
16800 left: 45.83333333%;
16801 }
16802 .ant-col-xxl-pull-11 {
16803 right: 45.83333333%;
16804 }
16805 .ant-col-xxl-offset-11 {
16806 margin-left: 45.83333333%;
16807 }
16808 .ant-col-xxl-order-11 {
16809 order: 11;
16810 }
16811 .ant-col-xxl-10 {
16812 display: block;
16813 flex: 0 0 41.66666667%;
16814 max-width: 41.66666667%;
16815 }
16816 .ant-col-xxl-push-10 {
16817 left: 41.66666667%;
16818 }
16819 .ant-col-xxl-pull-10 {
16820 right: 41.66666667%;
16821 }
16822 .ant-col-xxl-offset-10 {
16823 margin-left: 41.66666667%;
16824 }
16825 .ant-col-xxl-order-10 {
16826 order: 10;
16827 }
16828 .ant-col-xxl-9 {
16829 display: block;
16830 flex: 0 0 37.5%;
16831 max-width: 37.5%;
16832 }
16833 .ant-col-xxl-push-9 {
16834 left: 37.5%;
16835 }
16836 .ant-col-xxl-pull-9 {
16837 right: 37.5%;
16838 }
16839 .ant-col-xxl-offset-9 {
16840 margin-left: 37.5%;
16841 }
16842 .ant-col-xxl-order-9 {
16843 order: 9;
16844 }
16845 .ant-col-xxl-8 {
16846 display: block;
16847 flex: 0 0 33.33333333%;
16848 max-width: 33.33333333%;
16849 }
16850 .ant-col-xxl-push-8 {
16851 left: 33.33333333%;
16852 }
16853 .ant-col-xxl-pull-8 {
16854 right: 33.33333333%;
16855 }
16856 .ant-col-xxl-offset-8 {
16857 margin-left: 33.33333333%;
16858 }
16859 .ant-col-xxl-order-8 {
16860 order: 8;
16861 }
16862 .ant-col-xxl-7 {
16863 display: block;
16864 flex: 0 0 29.16666667%;
16865 max-width: 29.16666667%;
16866 }
16867 .ant-col-xxl-push-7 {
16868 left: 29.16666667%;
16869 }
16870 .ant-col-xxl-pull-7 {
16871 right: 29.16666667%;
16872 }
16873 .ant-col-xxl-offset-7 {
16874 margin-left: 29.16666667%;
16875 }
16876 .ant-col-xxl-order-7 {
16877 order: 7;
16878 }
16879 .ant-col-xxl-6 {
16880 display: block;
16881 flex: 0 0 25%;
16882 max-width: 25%;
16883 }
16884 .ant-col-xxl-push-6 {
16885 left: 25%;
16886 }
16887 .ant-col-xxl-pull-6 {
16888 right: 25%;
16889 }
16890 .ant-col-xxl-offset-6 {
16891 margin-left: 25%;
16892 }
16893 .ant-col-xxl-order-6 {
16894 order: 6;
16895 }
16896 .ant-col-xxl-5 {
16897 display: block;
16898 flex: 0 0 20.83333333%;
16899 max-width: 20.83333333%;
16900 }
16901 .ant-col-xxl-push-5 {
16902 left: 20.83333333%;
16903 }
16904 .ant-col-xxl-pull-5 {
16905 right: 20.83333333%;
16906 }
16907 .ant-col-xxl-offset-5 {
16908 margin-left: 20.83333333%;
16909 }
16910 .ant-col-xxl-order-5 {
16911 order: 5;
16912 }
16913 .ant-col-xxl-4 {
16914 display: block;
16915 flex: 0 0 16.66666667%;
16916 max-width: 16.66666667%;
16917 }
16918 .ant-col-xxl-push-4 {
16919 left: 16.66666667%;
16920 }
16921 .ant-col-xxl-pull-4 {
16922 right: 16.66666667%;
16923 }
16924 .ant-col-xxl-offset-4 {
16925 margin-left: 16.66666667%;
16926 }
16927 .ant-col-xxl-order-4 {
16928 order: 4;
16929 }
16930 .ant-col-xxl-3 {
16931 display: block;
16932 flex: 0 0 12.5%;
16933 max-width: 12.5%;
16934 }
16935 .ant-col-xxl-push-3 {
16936 left: 12.5%;
16937 }
16938 .ant-col-xxl-pull-3 {
16939 right: 12.5%;
16940 }
16941 .ant-col-xxl-offset-3 {
16942 margin-left: 12.5%;
16943 }
16944 .ant-col-xxl-order-3 {
16945 order: 3;
16946 }
16947 .ant-col-xxl-2 {
16948 display: block;
16949 flex: 0 0 8.33333333%;
16950 max-width: 8.33333333%;
16951 }
16952 .ant-col-xxl-push-2 {
16953 left: 8.33333333%;
16954 }
16955 .ant-col-xxl-pull-2 {
16956 right: 8.33333333%;
16957 }
16958 .ant-col-xxl-offset-2 {
16959 margin-left: 8.33333333%;
16960 }
16961 .ant-col-xxl-order-2 {
16962 order: 2;
16963 }
16964 .ant-col-xxl-1 {
16965 display: block;
16966 flex: 0 0 4.16666667%;
16967 max-width: 4.16666667%;
16968 }
16969 .ant-col-xxl-push-1 {
16970 left: 4.16666667%;
16971 }
16972 .ant-col-xxl-pull-1 {
16973 right: 4.16666667%;
16974 }
16975 .ant-col-xxl-offset-1 {
16976 margin-left: 4.16666667%;
16977 }
16978 .ant-col-xxl-order-1 {
16979 order: 1;
16980 }
16981 .ant-col-xxl-0 {
16982 display: none;
16983 }
16984 .ant-col-push-0 {
16985 left: auto;
16986 }
16987 .ant-col-pull-0 {
16988 right: auto;
16989 }
16990 .ant-col-xxl-push-0 {
16991 left: auto;
16992 }
16993 .ant-col-xxl-pull-0 {
16994 right: auto;
16995 }
16996 .ant-col-xxl-offset-0 {
16997 margin-left: 0;
16998 }
16999 .ant-col-xxl-order-0 {
17000 order: 0;
17001 }
17002 .ant-col-push-0.ant-col-rtl {
17003 right: auto;
17004 }
17005 .ant-col-pull-0.ant-col-rtl {
17006 left: auto;
17007 }
17008 .ant-col-xxl-push-0.ant-col-rtl {
17009 right: auto;
17010 }
17011 .ant-col-xxl-pull-0.ant-col-rtl {
17012 left: auto;
17013 }
17014 .ant-col-xxl-offset-0.ant-col-rtl {
17015 margin-right: 0;
17016 }
17017 .ant-col-xxl-push-1.ant-col-rtl {
17018 right: 4.16666667%;
17019 left: auto;
17020 }
17021 .ant-col-xxl-pull-1.ant-col-rtl {
17022 right: auto;
17023 left: 4.16666667%;
17024 }
17025 .ant-col-xxl-offset-1.ant-col-rtl {
17026 margin-right: 4.16666667%;
17027 margin-left: 0;
17028 }
17029 .ant-col-xxl-push-2.ant-col-rtl {
17030 right: 8.33333333%;
17031 left: auto;
17032 }
17033 .ant-col-xxl-pull-2.ant-col-rtl {
17034 right: auto;
17035 left: 8.33333333%;
17036 }
17037 .ant-col-xxl-offset-2.ant-col-rtl {
17038 margin-right: 8.33333333%;
17039 margin-left: 0;
17040 }
17041 .ant-col-xxl-push-3.ant-col-rtl {
17042 right: 12.5%;
17043 left: auto;
17044 }
17045 .ant-col-xxl-pull-3.ant-col-rtl {
17046 right: auto;
17047 left: 12.5%;
17048 }
17049 .ant-col-xxl-offset-3.ant-col-rtl {
17050 margin-right: 12.5%;
17051 margin-left: 0;
17052 }
17053 .ant-col-xxl-push-4.ant-col-rtl {
17054 right: 16.66666667%;
17055 left: auto;
17056 }
17057 .ant-col-xxl-pull-4.ant-col-rtl {
17058 right: auto;
17059 left: 16.66666667%;
17060 }
17061 .ant-col-xxl-offset-4.ant-col-rtl {
17062 margin-right: 16.66666667%;
17063 margin-left: 0;
17064 }
17065 .ant-col-xxl-push-5.ant-col-rtl {
17066 right: 20.83333333%;
17067 left: auto;
17068 }
17069 .ant-col-xxl-pull-5.ant-col-rtl {
17070 right: auto;
17071 left: 20.83333333%;
17072 }
17073 .ant-col-xxl-offset-5.ant-col-rtl {
17074 margin-right: 20.83333333%;
17075 margin-left: 0;
17076 }
17077 .ant-col-xxl-push-6.ant-col-rtl {
17078 right: 25%;
17079 left: auto;
17080 }
17081 .ant-col-xxl-pull-6.ant-col-rtl {
17082 right: auto;
17083 left: 25%;
17084 }
17085 .ant-col-xxl-offset-6.ant-col-rtl {
17086 margin-right: 25%;
17087 margin-left: 0;
17088 }
17089 .ant-col-xxl-push-7.ant-col-rtl {
17090 right: 29.16666667%;
17091 left: auto;
17092 }
17093 .ant-col-xxl-pull-7.ant-col-rtl {
17094 right: auto;
17095 left: 29.16666667%;
17096 }
17097 .ant-col-xxl-offset-7.ant-col-rtl {
17098 margin-right: 29.16666667%;
17099 margin-left: 0;
17100 }
17101 .ant-col-xxl-push-8.ant-col-rtl {
17102 right: 33.33333333%;
17103 left: auto;
17104 }
17105 .ant-col-xxl-pull-8.ant-col-rtl {
17106 right: auto;
17107 left: 33.33333333%;
17108 }
17109 .ant-col-xxl-offset-8.ant-col-rtl {
17110 margin-right: 33.33333333%;
17111 margin-left: 0;
17112 }
17113 .ant-col-xxl-push-9.ant-col-rtl {
17114 right: 37.5%;
17115 left: auto;
17116 }
17117 .ant-col-xxl-pull-9.ant-col-rtl {
17118 right: auto;
17119 left: 37.5%;
17120 }
17121 .ant-col-xxl-offset-9.ant-col-rtl {
17122 margin-right: 37.5%;
17123 margin-left: 0;
17124 }
17125 .ant-col-xxl-push-10.ant-col-rtl {
17126 right: 41.66666667%;
17127 left: auto;
17128 }
17129 .ant-col-xxl-pull-10.ant-col-rtl {
17130 right: auto;
17131 left: 41.66666667%;
17132 }
17133 .ant-col-xxl-offset-10.ant-col-rtl {
17134 margin-right: 41.66666667%;
17135 margin-left: 0;
17136 }
17137 .ant-col-xxl-push-11.ant-col-rtl {
17138 right: 45.83333333%;
17139 left: auto;
17140 }
17141 .ant-col-xxl-pull-11.ant-col-rtl {
17142 right: auto;
17143 left: 45.83333333%;
17144 }
17145 .ant-col-xxl-offset-11.ant-col-rtl {
17146 margin-right: 45.83333333%;
17147 margin-left: 0;
17148 }
17149 .ant-col-xxl-push-12.ant-col-rtl {
17150 right: 50%;
17151 left: auto;
17152 }
17153 .ant-col-xxl-pull-12.ant-col-rtl {
17154 right: auto;
17155 left: 50%;
17156 }
17157 .ant-col-xxl-offset-12.ant-col-rtl {
17158 margin-right: 50%;
17159 margin-left: 0;
17160 }
17161 .ant-col-xxl-push-13.ant-col-rtl {
17162 right: 54.16666667%;
17163 left: auto;
17164 }
17165 .ant-col-xxl-pull-13.ant-col-rtl {
17166 right: auto;
17167 left: 54.16666667%;
17168 }
17169 .ant-col-xxl-offset-13.ant-col-rtl {
17170 margin-right: 54.16666667%;
17171 margin-left: 0;
17172 }
17173 .ant-col-xxl-push-14.ant-col-rtl {
17174 right: 58.33333333%;
17175 left: auto;
17176 }
17177 .ant-col-xxl-pull-14.ant-col-rtl {
17178 right: auto;
17179 left: 58.33333333%;
17180 }
17181 .ant-col-xxl-offset-14.ant-col-rtl {
17182 margin-right: 58.33333333%;
17183 margin-left: 0;
17184 }
17185 .ant-col-xxl-push-15.ant-col-rtl {
17186 right: 62.5%;
17187 left: auto;
17188 }
17189 .ant-col-xxl-pull-15.ant-col-rtl {
17190 right: auto;
17191 left: 62.5%;
17192 }
17193 .ant-col-xxl-offset-15.ant-col-rtl {
17194 margin-right: 62.5%;
17195 margin-left: 0;
17196 }
17197 .ant-col-xxl-push-16.ant-col-rtl {
17198 right: 66.66666667%;
17199 left: auto;
17200 }
17201 .ant-col-xxl-pull-16.ant-col-rtl {
17202 right: auto;
17203 left: 66.66666667%;
17204 }
17205 .ant-col-xxl-offset-16.ant-col-rtl {
17206 margin-right: 66.66666667%;
17207 margin-left: 0;
17208 }
17209 .ant-col-xxl-push-17.ant-col-rtl {
17210 right: 70.83333333%;
17211 left: auto;
17212 }
17213 .ant-col-xxl-pull-17.ant-col-rtl {
17214 right: auto;
17215 left: 70.83333333%;
17216 }
17217 .ant-col-xxl-offset-17.ant-col-rtl {
17218 margin-right: 70.83333333%;
17219 margin-left: 0;
17220 }
17221 .ant-col-xxl-push-18.ant-col-rtl {
17222 right: 75%;
17223 left: auto;
17224 }
17225 .ant-col-xxl-pull-18.ant-col-rtl {
17226 right: auto;
17227 left: 75%;
17228 }
17229 .ant-col-xxl-offset-18.ant-col-rtl {
17230 margin-right: 75%;
17231 margin-left: 0;
17232 }
17233 .ant-col-xxl-push-19.ant-col-rtl {
17234 right: 79.16666667%;
17235 left: auto;
17236 }
17237 .ant-col-xxl-pull-19.ant-col-rtl {
17238 right: auto;
17239 left: 79.16666667%;
17240 }
17241 .ant-col-xxl-offset-19.ant-col-rtl {
17242 margin-right: 79.16666667%;
17243 margin-left: 0;
17244 }
17245 .ant-col-xxl-push-20.ant-col-rtl {
17246 right: 83.33333333%;
17247 left: auto;
17248 }
17249 .ant-col-xxl-pull-20.ant-col-rtl {
17250 right: auto;
17251 left: 83.33333333%;
17252 }
17253 .ant-col-xxl-offset-20.ant-col-rtl {
17254 margin-right: 83.33333333%;
17255 margin-left: 0;
17256 }
17257 .ant-col-xxl-push-21.ant-col-rtl {
17258 right: 87.5%;
17259 left: auto;
17260 }
17261 .ant-col-xxl-pull-21.ant-col-rtl {
17262 right: auto;
17263 left: 87.5%;
17264 }
17265 .ant-col-xxl-offset-21.ant-col-rtl {
17266 margin-right: 87.5%;
17267 margin-left: 0;
17268 }
17269 .ant-col-xxl-push-22.ant-col-rtl {
17270 right: 91.66666667%;
17271 left: auto;
17272 }
17273 .ant-col-xxl-pull-22.ant-col-rtl {
17274 right: auto;
17275 left: 91.66666667%;
17276 }
17277 .ant-col-xxl-offset-22.ant-col-rtl {
17278 margin-right: 91.66666667%;
17279 margin-left: 0;
17280 }
17281 .ant-col-xxl-push-23.ant-col-rtl {
17282 right: 95.83333333%;
17283 left: auto;
17284 }
17285 .ant-col-xxl-pull-23.ant-col-rtl {
17286 right: auto;
17287 left: 95.83333333%;
17288 }
17289 .ant-col-xxl-offset-23.ant-col-rtl {
17290 margin-right: 95.83333333%;
17291 margin-left: 0;
17292 }
17293 .ant-col-xxl-push-24.ant-col-rtl {
17294 right: 100%;
17295 left: auto;
17296 }
17297 .ant-col-xxl-pull-24.ant-col-rtl {
17298 right: auto;
17299 left: 100%;
17300 }
17301 .ant-col-xxl-offset-24.ant-col-rtl {
17302 margin-right: 100%;
17303 margin-left: 0;
17304 }
17305}
17306.ant-row-rtl {
17307 direction: rtl;
17308}
17309
17310/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17311/* stylelint-disable no-duplicate-selectors */
17312/* stylelint-disable */
17313/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17314html {
17315 --ant-primary-color: #1890ff;
17316 --ant-primary-color-hover: #40a9ff;
17317 --ant-primary-color-active: #096dd9;
17318 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17319 --ant-primary-1: #e6f7ff;
17320 --ant-primary-2: #bae7ff;
17321 --ant-primary-3: #91d5ff;
17322 --ant-primary-4: #69c0ff;
17323 --ant-primary-5: #40a9ff;
17324 --ant-primary-6: #1890ff;
17325 --ant-primary-7: #096dd9;
17326 --ant-primary-color-deprecated-pure: ;
17327 --ant-primary-color-deprecated-l-35: #cbe6ff;
17328 --ant-primary-color-deprecated-l-20: #7ec1ff;
17329 --ant-primary-color-deprecated-t-20: #46a6ff;
17330 --ant-primary-color-deprecated-t-50: #8cc8ff;
17331 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17332 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17333 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17334 --ant-success-color: #52c41a;
17335 --ant-success-color-hover: #73d13d;
17336 --ant-success-color-active: #389e0d;
17337 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17338 --ant-success-color-deprecated-bg: #f6ffed;
17339 --ant-success-color-deprecated-border: #b7eb8f;
17340 --ant-error-color: #ff4d4f;
17341 --ant-error-color-hover: #ff7875;
17342 --ant-error-color-active: #d9363e;
17343 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17344 --ant-error-color-deprecated-bg: #fff2f0;
17345 --ant-error-color-deprecated-border: #ffccc7;
17346 --ant-warning-color: #faad14;
17347 --ant-warning-color-hover: #ffc53d;
17348 --ant-warning-color-active: #d48806;
17349 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17350 --ant-warning-color-deprecated-bg: #fffbe6;
17351 --ant-warning-color-deprecated-border: #ffe58f;
17352 --ant-info-color: #1890ff;
17353 --ant-info-color-deprecated-bg: #e6f7ff;
17354 --ant-info-color-deprecated-border: #91d5ff;
17355}
17356.ant-collapse {
17357 box-sizing: border-box;
17358 margin: 0;
17359 padding: 0;
17360 color: rgba(0, 0, 0, 0.85);
17361 font-size: 14px;
17362 font-variant: tabular-nums;
17363 line-height: 1.5715;
17364 list-style: none;
17365 font-feature-settings: 'tnum';
17366 background-color: #fafafa;
17367 border: 1px solid #d9d9d9;
17368 border-bottom: 0;
17369 border-radius: 2px;
17370}
17371.ant-collapse > .ant-collapse-item {
17372 border-bottom: 1px solid #d9d9d9;
17373}
17374.ant-collapse > .ant-collapse-item:last-child,
17375.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
17376 border-radius: 0 0 2px 2px;
17377}
17378.ant-collapse > .ant-collapse-item > .ant-collapse-header {
17379 position: relative;
17380 display: flex;
17381 flex-wrap: nowrap;
17382 align-items: flex-start;
17383 padding: 12px 16px;
17384 color: rgba(0, 0, 0, 0.85);
17385 line-height: 1.5715;
17386 cursor: pointer;
17387 transition: all 0.3s, visibility 0s;
17388}
17389.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
17390 display: inline-block;
17391 margin-right: 12px;
17392 font-size: 12px;
17393 vertical-align: -1px;
17394}
17395.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
17396 transition: transform 0.24s;
17397}
17398.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
17399 flex: auto;
17400}
17401.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
17402 margin-left: auto;
17403}
17404.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
17405 outline: none;
17406}
17407.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
17408 cursor: default;
17409}
17410.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
17411 flex: none;
17412 cursor: pointer;
17413}
17414.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
17415 cursor: default;
17416}
17417.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
17418 cursor: pointer;
17419}
17420.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
17421 padding-left: 12px;
17422}
17423.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
17424 position: relative;
17425 padding: 12px 16px;
17426 padding-right: 40px;
17427}
17428.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
17429 position: absolute;
17430 top: 50%;
17431 right: 16px;
17432 left: auto;
17433 margin: 0;
17434 transform: translateY(-50%);
17435}
17436.ant-collapse-content {
17437 color: rgba(0, 0, 0, 0.85);
17438 background-color: #fff;
17439 border-top: 1px solid #d9d9d9;
17440}
17441.ant-collapse-content > .ant-collapse-content-box {
17442 padding: 16px;
17443}
17444.ant-collapse-content-hidden {
17445 display: none;
17446}
17447.ant-collapse-item:last-child > .ant-collapse-content {
17448 border-radius: 0 0 2px 2px;
17449}
17450.ant-collapse-borderless {
17451 background-color: #fafafa;
17452 border: 0;
17453}
17454.ant-collapse-borderless > .ant-collapse-item {
17455 border-bottom: 1px solid #d9d9d9;
17456}
17457.ant-collapse-borderless > .ant-collapse-item:last-child,
17458.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
17459 border-radius: 0;
17460}
17461.ant-collapse-borderless > .ant-collapse-item:last-child {
17462 border-bottom: 0;
17463}
17464.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
17465 background-color: transparent;
17466 border-top: 0;
17467}
17468.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
17469 padding-top: 4px;
17470}
17471.ant-collapse-ghost {
17472 background-color: transparent;
17473 border: 0;
17474}
17475.ant-collapse-ghost > .ant-collapse-item {
17476 border-bottom: 0;
17477}
17478.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
17479 background-color: transparent;
17480 border-top: 0;
17481}
17482.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
17483 padding-top: 12px;
17484 padding-bottom: 12px;
17485}
17486.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
17487.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
17488 color: rgba(0, 0, 0, 0.25);
17489 cursor: not-allowed;
17490}
17491.ant-collapse-rtl {
17492 direction: rtl;
17493}
17494.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
17495 position: relative;
17496 padding: 12px 16px;
17497 padding-left: 40px;
17498}
17499.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
17500 position: absolute;
17501 top: 50%;
17502 right: auto;
17503 left: 16px;
17504 margin: 0;
17505 transform: translateY(-50%);
17506}
17507.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
17508 padding: 12px 16px;
17509 padding-right: 40px;
17510}
17511.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
17512 margin-right: 0;
17513 margin-left: 12px;
17514}
17515.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
17516 transform: rotate(180deg);
17517}
17518.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
17519 margin-right: auto;
17520 margin-left: 0;
17521}
17522.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
17523 padding-right: 12px;
17524 padding-left: 0;
17525}
17526
17527/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17528/* stylelint-disable no-duplicate-selectors */
17529/* stylelint-disable */
17530/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17531html {
17532 --ant-primary-color: #1890ff;
17533 --ant-primary-color-hover: #40a9ff;
17534 --ant-primary-color-active: #096dd9;
17535 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17536 --ant-primary-1: #e6f7ff;
17537 --ant-primary-2: #bae7ff;
17538 --ant-primary-3: #91d5ff;
17539 --ant-primary-4: #69c0ff;
17540 --ant-primary-5: #40a9ff;
17541 --ant-primary-6: #1890ff;
17542 --ant-primary-7: #096dd9;
17543 --ant-primary-color-deprecated-pure: ;
17544 --ant-primary-color-deprecated-l-35: #cbe6ff;
17545 --ant-primary-color-deprecated-l-20: #7ec1ff;
17546 --ant-primary-color-deprecated-t-20: #46a6ff;
17547 --ant-primary-color-deprecated-t-50: #8cc8ff;
17548 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17549 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17550 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17551 --ant-success-color: #52c41a;
17552 --ant-success-color-hover: #73d13d;
17553 --ant-success-color-active: #389e0d;
17554 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17555 --ant-success-color-deprecated-bg: #f6ffed;
17556 --ant-success-color-deprecated-border: #b7eb8f;
17557 --ant-error-color: #ff4d4f;
17558 --ant-error-color-hover: #ff7875;
17559 --ant-error-color-active: #d9363e;
17560 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17561 --ant-error-color-deprecated-bg: #fff2f0;
17562 --ant-error-color-deprecated-border: #ffccc7;
17563 --ant-warning-color: #faad14;
17564 --ant-warning-color-hover: #ffc53d;
17565 --ant-warning-color-active: #d48806;
17566 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17567 --ant-warning-color-deprecated-bg: #fffbe6;
17568 --ant-warning-color-deprecated-border: #ffe58f;
17569 --ant-info-color: #1890ff;
17570 --ant-info-color-deprecated-bg: #e6f7ff;
17571 --ant-info-color-deprecated-border: #91d5ff;
17572}
17573.ant-comment {
17574 position: relative;
17575 background-color: inherit;
17576}
17577.ant-comment-inner {
17578 display: flex;
17579 padding: 16px 0;
17580}
17581.ant-comment-avatar {
17582 position: relative;
17583 flex-shrink: 0;
17584 margin-right: 12px;
17585 cursor: pointer;
17586}
17587.ant-comment-avatar img {
17588 width: 32px;
17589 height: 32px;
17590 border-radius: 50%;
17591}
17592.ant-comment-content {
17593 position: relative;
17594 flex: 1 1 auto;
17595 min-width: 1px;
17596 font-size: 14px;
17597 word-wrap: break-word;
17598}
17599.ant-comment-content-author {
17600 display: flex;
17601 flex-wrap: wrap;
17602 justify-content: flex-start;
17603 margin-bottom: 4px;
17604 font-size: 14px;
17605}
17606.ant-comment-content-author > a,
17607.ant-comment-content-author > span {
17608 padding-right: 8px;
17609 font-size: 12px;
17610 line-height: 18px;
17611}
17612.ant-comment-content-author-name {
17613 color: rgba(0, 0, 0, 0.45);
17614 font-size: 14px;
17615 transition: color 0.3s;
17616}
17617.ant-comment-content-author-name > * {
17618 color: rgba(0, 0, 0, 0.45);
17619}
17620.ant-comment-content-author-name > *:hover {
17621 color: rgba(0, 0, 0, 0.45);
17622}
17623.ant-comment-content-author-time {
17624 color: #ccc;
17625 white-space: nowrap;
17626 cursor: auto;
17627}
17628.ant-comment-content-detail p {
17629 margin-bottom: inherit;
17630 white-space: pre-wrap;
17631}
17632.ant-comment-actions {
17633 margin-top: 12px;
17634 margin-bottom: inherit;
17635 padding-left: 0;
17636}
17637.ant-comment-actions > li {
17638 display: inline-block;
17639 color: rgba(0, 0, 0, 0.45);
17640}
17641.ant-comment-actions > li > span {
17642 margin-right: 10px;
17643 color: rgba(0, 0, 0, 0.45);
17644 font-size: 12px;
17645 cursor: pointer;
17646 transition: color 0.3s;
17647 -webkit-user-select: none;
17648 -moz-user-select: none;
17649 -ms-user-select: none;
17650 user-select: none;
17651}
17652.ant-comment-actions > li > span:hover {
17653 color: #595959;
17654}
17655.ant-comment-nested {
17656 margin-left: 44px;
17657}
17658.ant-comment-rtl {
17659 direction: rtl;
17660}
17661.ant-comment-rtl .ant-comment-avatar {
17662 margin-right: 0;
17663 margin-left: 12px;
17664}
17665.ant-comment-rtl .ant-comment-content-author > a,
17666.ant-comment-rtl .ant-comment-content-author > span {
17667 padding-right: 0;
17668 padding-left: 8px;
17669}
17670.ant-comment-rtl .ant-comment-actions {
17671 padding-right: 0;
17672}
17673.ant-comment-rtl .ant-comment-actions > li > span {
17674 margin-right: 0;
17675 margin-left: 10px;
17676}
17677.ant-comment-rtl .ant-comment-nested {
17678 margin-right: 44px;
17679 margin-left: 0;
17680}
17681
17682/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17683/* stylelint-disable no-duplicate-selectors */
17684/* stylelint-disable */
17685/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17686html {
17687 --ant-primary-color: #1890ff;
17688 --ant-primary-color-hover: #40a9ff;
17689 --ant-primary-color-active: #096dd9;
17690 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17691 --ant-primary-1: #e6f7ff;
17692 --ant-primary-2: #bae7ff;
17693 --ant-primary-3: #91d5ff;
17694 --ant-primary-4: #69c0ff;
17695 --ant-primary-5: #40a9ff;
17696 --ant-primary-6: #1890ff;
17697 --ant-primary-7: #096dd9;
17698 --ant-primary-color-deprecated-pure: ;
17699 --ant-primary-color-deprecated-l-35: #cbe6ff;
17700 --ant-primary-color-deprecated-l-20: #7ec1ff;
17701 --ant-primary-color-deprecated-t-20: #46a6ff;
17702 --ant-primary-color-deprecated-t-50: #8cc8ff;
17703 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17704 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17705 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17706 --ant-success-color: #52c41a;
17707 --ant-success-color-hover: #73d13d;
17708 --ant-success-color-active: #389e0d;
17709 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17710 --ant-success-color-deprecated-bg: #f6ffed;
17711 --ant-success-color-deprecated-border: #b7eb8f;
17712 --ant-error-color: #ff4d4f;
17713 --ant-error-color-hover: #ff7875;
17714 --ant-error-color-active: #d9363e;
17715 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17716 --ant-error-color-deprecated-bg: #fff2f0;
17717 --ant-error-color-deprecated-border: #ffccc7;
17718 --ant-warning-color: #faad14;
17719 --ant-warning-color-hover: #ffc53d;
17720 --ant-warning-color-active: #d48806;
17721 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17722 --ant-warning-color-deprecated-bg: #fffbe6;
17723 --ant-warning-color-deprecated-border: #ffe58f;
17724 --ant-info-color: #1890ff;
17725 --ant-info-color-deprecated-bg: #e6f7ff;
17726 --ant-info-color-deprecated-border: #91d5ff;
17727}
17728
17729/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17730/* stylelint-disable no-duplicate-selectors */
17731/* stylelint-disable */
17732/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17733html {
17734 --ant-primary-color: #1890ff;
17735 --ant-primary-color-hover: #40a9ff;
17736 --ant-primary-color-active: #096dd9;
17737 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17738 --ant-primary-1: #e6f7ff;
17739 --ant-primary-2: #bae7ff;
17740 --ant-primary-3: #91d5ff;
17741 --ant-primary-4: #69c0ff;
17742 --ant-primary-5: #40a9ff;
17743 --ant-primary-6: #1890ff;
17744 --ant-primary-7: #096dd9;
17745 --ant-primary-color-deprecated-pure: ;
17746 --ant-primary-color-deprecated-l-35: #cbe6ff;
17747 --ant-primary-color-deprecated-l-20: #7ec1ff;
17748 --ant-primary-color-deprecated-t-20: #46a6ff;
17749 --ant-primary-color-deprecated-t-50: #8cc8ff;
17750 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17751 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17752 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17753 --ant-success-color: #52c41a;
17754 --ant-success-color-hover: #73d13d;
17755 --ant-success-color-active: #389e0d;
17756 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17757 --ant-success-color-deprecated-bg: #f6ffed;
17758 --ant-success-color-deprecated-border: #b7eb8f;
17759 --ant-error-color: #ff4d4f;
17760 --ant-error-color-hover: #ff7875;
17761 --ant-error-color-active: #d9363e;
17762 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17763 --ant-error-color-deprecated-bg: #fff2f0;
17764 --ant-error-color-deprecated-border: #ffccc7;
17765 --ant-warning-color: #faad14;
17766 --ant-warning-color-hover: #ffc53d;
17767 --ant-warning-color-active: #d48806;
17768 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17769 --ant-warning-color-deprecated-bg: #fffbe6;
17770 --ant-warning-color-deprecated-border: #ffe58f;
17771 --ant-info-color: #1890ff;
17772 --ant-info-color-deprecated-bg: #e6f7ff;
17773 --ant-info-color-deprecated-border: #91d5ff;
17774}
17775.ant-descriptions-header {
17776 display: flex;
17777 align-items: center;
17778 margin-bottom: 20px;
17779}
17780.ant-descriptions-title {
17781 flex: auto;
17782 overflow: hidden;
17783 color: rgba(0, 0, 0, 0.85);
17784 font-weight: bold;
17785 font-size: 16px;
17786 line-height: 1.5715;
17787 white-space: nowrap;
17788 text-overflow: ellipsis;
17789}
17790.ant-descriptions-extra {
17791 margin-left: auto;
17792 color: rgba(0, 0, 0, 0.85);
17793 font-size: 14px;
17794}
17795.ant-descriptions-view {
17796 width: 100%;
17797 border-radius: 2px;
17798}
17799.ant-descriptions-view table {
17800 width: 100%;
17801 table-layout: fixed;
17802}
17803.ant-descriptions-row > th,
17804.ant-descriptions-row > td {
17805 padding-bottom: 16px;
17806}
17807.ant-descriptions-row:last-child {
17808 border-bottom: none;
17809}
17810.ant-descriptions-item-label {
17811 color: rgba(0, 0, 0, 0.85);
17812 font-weight: normal;
17813 font-size: 14px;
17814 line-height: 1.5715;
17815 text-align: start;
17816}
17817.ant-descriptions-item-label::after {
17818 content: ':';
17819 position: relative;
17820 top: -0.5px;
17821 margin: 0 8px 0 2px;
17822}
17823.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
17824 content: ' ';
17825}
17826.ant-descriptions-item-no-label::after {
17827 margin: 0;
17828 content: '';
17829}
17830.ant-descriptions-item-content {
17831 display: table-cell;
17832 flex: 1;
17833 color: rgba(0, 0, 0, 0.85);
17834 font-size: 14px;
17835 line-height: 1.5715;
17836 word-break: break-word;
17837 overflow-wrap: break-word;
17838}
17839.ant-descriptions-item {
17840 padding-bottom: 0;
17841 vertical-align: top;
17842}
17843.ant-descriptions-item-container {
17844 display: flex;
17845}
17846.ant-descriptions-item-container .ant-descriptions-item-label,
17847.ant-descriptions-item-container .ant-descriptions-item-content {
17848 display: inline-flex;
17849 align-items: baseline;
17850}
17851.ant-descriptions-middle .ant-descriptions-row > th,
17852.ant-descriptions-middle .ant-descriptions-row > td {
17853 padding-bottom: 12px;
17854}
17855.ant-descriptions-small .ant-descriptions-row > th,
17856.ant-descriptions-small .ant-descriptions-row > td {
17857 padding-bottom: 8px;
17858}
17859.ant-descriptions-bordered .ant-descriptions-view {
17860 border: 1px solid rgba(0, 0, 0, 0.06);
17861}
17862.ant-descriptions-bordered .ant-descriptions-view > table {
17863 table-layout: auto;
17864 border-collapse: collapse;
17865}
17866.ant-descriptions-bordered .ant-descriptions-item-label,
17867.ant-descriptions-bordered .ant-descriptions-item-content {
17868 padding: 16px 24px;
17869 border-right: 1px solid rgba(0, 0, 0, 0.06);
17870}
17871.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
17872.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
17873 border-right: none;
17874}
17875.ant-descriptions-bordered .ant-descriptions-item-label {
17876 background-color: #fafafa;
17877}
17878.ant-descriptions-bordered .ant-descriptions-item-label::after {
17879 display: none;
17880}
17881.ant-descriptions-bordered .ant-descriptions-row {
17882 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
17883}
17884.ant-descriptions-bordered .ant-descriptions-row:last-child {
17885 border-bottom: none;
17886}
17887.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
17888.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
17889 padding: 12px 24px;
17890}
17891.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
17892.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
17893 padding: 8px 16px;
17894}
17895.ant-descriptions-rtl {
17896 direction: rtl;
17897}
17898.ant-descriptions-rtl .ant-descriptions-item-label::after {
17899 margin: 0 2px 0 8px;
17900}
17901.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
17902.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
17903 border-right: none;
17904 border-left: 1px solid rgba(0, 0, 0, 0.06);
17905}
17906.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
17907.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
17908 border-left: none;
17909}
17910
17911/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17912/* stylelint-disable no-duplicate-selectors */
17913/* stylelint-disable */
17914/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17915html {
17916 --ant-primary-color: #1890ff;
17917 --ant-primary-color-hover: #40a9ff;
17918 --ant-primary-color-active: #096dd9;
17919 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17920 --ant-primary-1: #e6f7ff;
17921 --ant-primary-2: #bae7ff;
17922 --ant-primary-3: #91d5ff;
17923 --ant-primary-4: #69c0ff;
17924 --ant-primary-5: #40a9ff;
17925 --ant-primary-6: #1890ff;
17926 --ant-primary-7: #096dd9;
17927 --ant-primary-color-deprecated-pure: ;
17928 --ant-primary-color-deprecated-l-35: #cbe6ff;
17929 --ant-primary-color-deprecated-l-20: #7ec1ff;
17930 --ant-primary-color-deprecated-t-20: #46a6ff;
17931 --ant-primary-color-deprecated-t-50: #8cc8ff;
17932 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17933 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17934 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17935 --ant-success-color: #52c41a;
17936 --ant-success-color-hover: #73d13d;
17937 --ant-success-color-active: #389e0d;
17938 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17939 --ant-success-color-deprecated-bg: #f6ffed;
17940 --ant-success-color-deprecated-border: #b7eb8f;
17941 --ant-error-color: #ff4d4f;
17942 --ant-error-color-hover: #ff7875;
17943 --ant-error-color-active: #d9363e;
17944 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17945 --ant-error-color-deprecated-bg: #fff2f0;
17946 --ant-error-color-deprecated-border: #ffccc7;
17947 --ant-warning-color: #faad14;
17948 --ant-warning-color-hover: #ffc53d;
17949 --ant-warning-color-active: #d48806;
17950 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17951 --ant-warning-color-deprecated-bg: #fffbe6;
17952 --ant-warning-color-deprecated-border: #ffe58f;
17953 --ant-info-color: #1890ff;
17954 --ant-info-color-deprecated-bg: #e6f7ff;
17955 --ant-info-color-deprecated-border: #91d5ff;
17956}
17957.ant-divider {
17958 box-sizing: border-box;
17959 margin: 0;
17960 padding: 0;
17961 color: rgba(0, 0, 0, 0.85);
17962 font-size: 14px;
17963 font-variant: tabular-nums;
17964 line-height: 1.5715;
17965 list-style: none;
17966 font-feature-settings: 'tnum';
17967 border-top: 1px solid rgba(0, 0, 0, 0.06);
17968}
17969.ant-divider-vertical {
17970 position: relative;
17971 top: -0.06em;
17972 display: inline-block;
17973 height: 0.9em;
17974 margin: 0 8px;
17975 vertical-align: middle;
17976 border-top: 0;
17977 border-left: 1px solid rgba(0, 0, 0, 0.06);
17978}
17979.ant-divider-horizontal {
17980 display: flex;
17981 clear: both;
17982 width: 100%;
17983 min-width: 100%;
17984 margin: 24px 0;
17985}
17986.ant-divider-horizontal.ant-divider-with-text {
17987 display: flex;
17988 align-items: center;
17989 margin: 16px 0;
17990 color: rgba(0, 0, 0, 0.85);
17991 font-weight: 500;
17992 font-size: 16px;
17993 white-space: nowrap;
17994 text-align: center;
17995 border-top: 0;
17996 border-top-color: rgba(0, 0, 0, 0.06);
17997}
17998.ant-divider-horizontal.ant-divider-with-text::before,
17999.ant-divider-horizontal.ant-divider-with-text::after {
18000 position: relative;
18001 width: 50%;
18002 border-top: 1px solid transparent;
18003 border-top-color: inherit;
18004 border-bottom: 0;
18005 transform: translateY(50%);
18006 content: '';
18007}
18008.ant-divider-horizontal.ant-divider-with-text-left::before {
18009 width: 5%;
18010}
18011.ant-divider-horizontal.ant-divider-with-text-left::after {
18012 width: 95%;
18013}
18014.ant-divider-horizontal.ant-divider-with-text-right::before {
18015 width: 95%;
18016}
18017.ant-divider-horizontal.ant-divider-with-text-right::after {
18018 width: 5%;
18019}
18020.ant-divider-inner-text {
18021 display: inline-block;
18022 padding: 0 1em;
18023}
18024.ant-divider-dashed {
18025 background: none;
18026 border-color: rgba(0, 0, 0, 0.06);
18027 border-style: dashed;
18028 border-width: 1px 0 0;
18029}
18030.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
18031.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
18032 border-style: dashed none none;
18033}
18034.ant-divider-vertical.ant-divider-dashed {
18035 border-width: 0 0 0 1px;
18036}
18037.ant-divider-plain.ant-divider-with-text {
18038 color: rgba(0, 0, 0, 0.85);
18039 font-weight: normal;
18040 font-size: 14px;
18041}
18042.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
18043 width: 0;
18044}
18045.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
18046 width: 100%;
18047}
18048.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
18049 padding-left: 0;
18050}
18051.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
18052 width: 100%;
18053}
18054.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
18055 width: 0;
18056}
18057.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
18058 padding-right: 0;
18059}
18060.ant-divider-rtl {
18061 direction: rtl;
18062}
18063.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
18064 width: 95%;
18065}
18066.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
18067 width: 5%;
18068}
18069.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
18070 width: 5%;
18071}
18072.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
18073 width: 95%;
18074}
18075
18076/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
18077/* stylelint-disable no-duplicate-selectors */
18078/* stylelint-disable */
18079/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18080html {
18081 --ant-primary-color: #1890ff;
18082 --ant-primary-color-hover: #40a9ff;
18083 --ant-primary-color-active: #096dd9;
18084 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18085 --ant-primary-1: #e6f7ff;
18086 --ant-primary-2: #bae7ff;
18087 --ant-primary-3: #91d5ff;
18088 --ant-primary-4: #69c0ff;
18089 --ant-primary-5: #40a9ff;
18090 --ant-primary-6: #1890ff;
18091 --ant-primary-7: #096dd9;
18092 --ant-primary-color-deprecated-pure: ;
18093 --ant-primary-color-deprecated-l-35: #cbe6ff;
18094 --ant-primary-color-deprecated-l-20: #7ec1ff;
18095 --ant-primary-color-deprecated-t-20: #46a6ff;
18096 --ant-primary-color-deprecated-t-50: #8cc8ff;
18097 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18098 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18099 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18100 --ant-success-color: #52c41a;
18101 --ant-success-color-hover: #73d13d;
18102 --ant-success-color-active: #389e0d;
18103 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
18104 --ant-success-color-deprecated-bg: #f6ffed;
18105 --ant-success-color-deprecated-border: #b7eb8f;
18106 --ant-error-color: #ff4d4f;
18107 --ant-error-color-hover: #ff7875;
18108 --ant-error-color-active: #d9363e;
18109 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
18110 --ant-error-color-deprecated-bg: #fff2f0;
18111 --ant-error-color-deprecated-border: #ffccc7;
18112 --ant-warning-color: #faad14;
18113 --ant-warning-color-hover: #ffc53d;
18114 --ant-warning-color-active: #d48806;
18115 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
18116 --ant-warning-color-deprecated-bg: #fffbe6;
18117 --ant-warning-color-deprecated-border: #ffe58f;
18118 --ant-info-color: #1890ff;
18119 --ant-info-color-deprecated-bg: #e6f7ff;
18120 --ant-info-color-deprecated-border: #91d5ff;
18121}
18122.ant-drawer {
18123 position: fixed;
18124 top: 0;
18125 right: 0;
18126 bottom: 0;
18127 left: 0;
18128 z-index: 1000;
18129 pointer-events: none;
18130}
18131.ant-drawer-inline {
18132 position: absolute;
18133}
18134.ant-drawer-mask {
18135 position: absolute;
18136 top: 0;
18137 right: 0;
18138 bottom: 0;
18139 left: 0;
18140 z-index: 1000;
18141 background: rgba(0, 0, 0, 0.45);
18142 pointer-events: auto;
18143}
18144.ant-drawer-content-wrapper {
18145 position: absolute;
18146 z-index: 1000;
18147 transition: all 0.3s;
18148}
18149.ant-drawer-content-wrapper-hidden {
18150 display: none;
18151}
18152.ant-drawer-left > .ant-drawer-content-wrapper {
18153 top: 0;
18154 bottom: 0;
18155 left: 0;
18156 box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
18157}
18158.ant-drawer-right > .ant-drawer-content-wrapper {
18159 top: 0;
18160 right: 0;
18161 bottom: 0;
18162 box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
18163}
18164.ant-drawer-top > .ant-drawer-content-wrapper {
18165 top: 0;
18166 right: 0;
18167 left: 0;
18168 box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
18169}
18170.ant-drawer-bottom > .ant-drawer-content-wrapper {
18171 right: 0;
18172 bottom: 0;
18173 left: 0;
18174 box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
18175}
18176.ant-drawer-content {
18177 width: 100%;
18178 height: 100%;
18179 overflow: auto;
18180 background: #fff;
18181 pointer-events: auto;
18182}
18183.ant-drawer-wrapper-body {
18184 display: flex;
18185 flex-direction: column;
18186 width: 100%;
18187 height: 100%;
18188}
18189.ant-drawer-header {
18190 display: flex;
18191 flex: 0;
18192 align-items: center;
18193 padding: 16px 24px;
18194 font-size: 16px;
18195 line-height: 22px;
18196 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
18197}
18198.ant-drawer-header-title {
18199 display: flex;
18200 flex: 1;
18201 align-items: center;
18202 min-width: 0;
18203 min-height: 0;
18204}
18205.ant-drawer-extra {
18206 flex: none;
18207}
18208.ant-drawer-close {
18209 display: inline-block;
18210 margin-right: 12px;
18211 color: rgba(0, 0, 0, 0.45);
18212 font-weight: 700;
18213 font-size: 16px;
18214 font-style: normal;
18215 line-height: 1;
18216 text-align: center;
18217 text-transform: none;
18218 text-decoration: none;
18219 background: transparent;
18220 border: 0;
18221 outline: 0;
18222 cursor: pointer;
18223 transition: color 0.3s;
18224 text-rendering: auto;
18225}
18226.ant-drawer-close:focus,
18227.ant-drawer-close:hover {
18228 color: rgba(0, 0, 0, 0.75);
18229 text-decoration: none;
18230}
18231.ant-drawer-title {
18232 flex: 1;
18233 margin: 0;
18234 color: rgba(0, 0, 0, 0.85);
18235 font-weight: 500;
18236 font-size: 16px;
18237 line-height: 22px;
18238}
18239.ant-drawer-body {
18240 flex: 1;
18241 min-width: 0;
18242 min-height: 0;
18243 padding: 24px;
18244 overflow: auto;
18245}
18246.ant-drawer-footer {
18247 flex-shrink: 0;
18248 padding: 10px 16px;
18249 border-top: 1px solid rgba(0, 0, 0, 0.06);
18250}
18251.panel-motion-enter-start,
18252.panel-motion-appear-start,
18253.panel-motion-leave-start {
18254 transition: none;
18255}
18256.panel-motion-enter-active,
18257.panel-motion-appear-active,
18258.panel-motion-leave-active {
18259 transition: all 0.3s;
18260}
18261.ant-drawer-mask-motion-enter-active,
18262.ant-drawer-mask-motion-appear-active,
18263.ant-drawer-mask-motion-leave-active {
18264 transition: all 0.3s;
18265}
18266.ant-drawer-mask-motion-enter,
18267.ant-drawer-mask-motion-appear {
18268 opacity: 0;
18269}
18270.ant-drawer-mask-motion-enter-active,
18271.ant-drawer-mask-motion-appear-active {
18272 opacity: 1;
18273}
18274.ant-drawer-mask-motion-leave {
18275 opacity: 1;
18276}
18277.ant-drawer-mask-motion-leave-active {
18278 opacity: 0;
18279}
18280.ant-drawer-panel-motion-left-enter-start,
18281.ant-drawer-panel-motion-left-appear-start,
18282.ant-drawer-panel-motion-left-leave-start {
18283 transition: none;
18284}
18285.ant-drawer-panel-motion-left-enter-active,
18286.ant-drawer-panel-motion-left-appear-active,
18287.ant-drawer-panel-motion-left-leave-active {
18288 transition: all 0.3s;
18289}
18290.ant-drawer-panel-motion-left-enter-start,
18291.ant-drawer-panel-motion-left-appear-start {
18292 transform: translateX(-100%) !important;
18293}
18294.ant-drawer-panel-motion-left-enter-active,
18295.ant-drawer-panel-motion-left-appear-active {
18296 transform: translateX(0);
18297}
18298.ant-drawer-panel-motion-left-leave {
18299 transform: translateX(0);
18300}
18301.ant-drawer-panel-motion-left-leave-active {
18302 transform: translateX(-100%);
18303}
18304.ant-drawer-panel-motion-right-enter-start,
18305.ant-drawer-panel-motion-right-appear-start,
18306.ant-drawer-panel-motion-right-leave-start {
18307 transition: none;
18308}
18309.ant-drawer-panel-motion-right-enter-active,
18310.ant-drawer-panel-motion-right-appear-active,
18311.ant-drawer-panel-motion-right-leave-active {
18312 transition: all 0.3s;
18313}
18314.ant-drawer-panel-motion-right-enter-start,
18315.ant-drawer-panel-motion-right-appear-start {
18316 transform: translateX(100%) !important;
18317}
18318.ant-drawer-panel-motion-right-enter-active,
18319.ant-drawer-panel-motion-right-appear-active {
18320 transform: translateX(0);
18321}
18322.ant-drawer-panel-motion-right-leave {
18323 transform: translateX(0);
18324}
18325.ant-drawer-panel-motion-right-leave-active {
18326 transform: translateX(100%);
18327}
18328.ant-drawer-panel-motion-top-enter-start,
18329.ant-drawer-panel-motion-top-appear-start,
18330.ant-drawer-panel-motion-top-leave-start {
18331 transition: none;
18332}
18333.ant-drawer-panel-motion-top-enter-active,
18334.ant-drawer-panel-motion-top-appear-active,
18335.ant-drawer-panel-motion-top-leave-active {
18336 transition: all 0.3s;
18337}
18338.ant-drawer-panel-motion-top-enter-start,
18339.ant-drawer-panel-motion-top-appear-start {
18340 transform: translateY(-100%) !important;
18341}
18342.ant-drawer-panel-motion-top-enter-active,
18343.ant-drawer-panel-motion-top-appear-active {
18344 transform: translateY(0);
18345}
18346.ant-drawer-panel-motion-top-leave {
18347 transform: translateY(0);
18348}
18349.ant-drawer-panel-motion-top-leave-active {
18350 transform: translateY(-100%);
18351}
18352.ant-drawer-panel-motion-bottom-enter-start,
18353.ant-drawer-panel-motion-bottom-appear-start,
18354.ant-drawer-panel-motion-bottom-leave-start {
18355 transition: none;
18356}
18357.ant-drawer-panel-motion-bottom-enter-active,
18358.ant-drawer-panel-motion-bottom-appear-active,
18359.ant-drawer-panel-motion-bottom-leave-active {
18360 transition: all 0.3s;
18361}
18362.ant-drawer-panel-motion-bottom-enter-start,
18363.ant-drawer-panel-motion-bottom-appear-start {
18364 transform: translateY(100%) !important;
18365}
18366.ant-drawer-panel-motion-bottom-enter-active,
18367.ant-drawer-panel-motion-bottom-appear-active {
18368 transform: translateY(0);
18369}
18370.ant-drawer-panel-motion-bottom-leave {
18371 transform: translateY(0);
18372}
18373.ant-drawer-panel-motion-bottom-leave-active {
18374 transform: translateY(100%);
18375}
18376.ant-drawer-rtl {
18377 direction: rtl;
18378}
18379.ant-drawer-rtl .ant-drawer-close {
18380 margin-right: 0;
18381 margin-left: 12px;
18382}
18383
18384/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
18385/* stylelint-disable no-duplicate-selectors */
18386/* stylelint-disable */
18387/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18388html {
18389 --ant-primary-color: #1890ff;
18390 --ant-primary-color-hover: #40a9ff;
18391 --ant-primary-color-active: #096dd9;
18392 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18393 --ant-primary-1: #e6f7ff;
18394 --ant-primary-2: #bae7ff;
18395 --ant-primary-3: #91d5ff;
18396 --ant-primary-4: #69c0ff;
18397 --ant-primary-5: #40a9ff;
18398 --ant-primary-6: #1890ff;
18399 --ant-primary-7: #096dd9;
18400 --ant-primary-color-deprecated-pure: ;
18401 --ant-primary-color-deprecated-l-35: #cbe6ff;
18402 --ant-primary-color-deprecated-l-20: #7ec1ff;
18403 --ant-primary-color-deprecated-t-20: #46a6ff;
18404 --ant-primary-color-deprecated-t-50: #8cc8ff;
18405 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18406 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18407 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18408 --ant-success-color: #52c41a;
18409 --ant-success-color-hover: #73d13d;
18410 --ant-success-color-active: #389e0d;
18411 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
18412 --ant-success-color-deprecated-bg: #f6ffed;
18413 --ant-success-color-deprecated-border: #b7eb8f;
18414 --ant-error-color: #ff4d4f;
18415 --ant-error-color-hover: #ff7875;
18416 --ant-error-color-active: #d9363e;
18417 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
18418 --ant-error-color-deprecated-bg: #fff2f0;
18419 --ant-error-color-deprecated-border: #ffccc7;
18420 --ant-warning-color: #faad14;
18421 --ant-warning-color-hover: #ffc53d;
18422 --ant-warning-color-active: #d48806;
18423 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
18424 --ant-warning-color-deprecated-bg: #fffbe6;
18425 --ant-warning-color-deprecated-border: #ffe58f;
18426 --ant-info-color: #1890ff;
18427 --ant-info-color-deprecated-bg: #e6f7ff;
18428 --ant-info-color-deprecated-border: #91d5ff;
18429}
18430.ant-form-item .ant-input-number + .ant-form-text {
18431 margin-left: 8px;
18432}
18433.ant-form-inline {
18434 display: flex;
18435 flex-wrap: wrap;
18436}
18437.ant-form-inline .ant-form-item {
18438 flex: none;
18439 flex-wrap: nowrap;
18440 margin-right: 16px;
18441 margin-bottom: 0;
18442}
18443.ant-form-inline .ant-form-item-with-help {
18444 margin-bottom: 24px;
18445}
18446.ant-form-inline .ant-form-item > .ant-form-item-label,
18447.ant-form-inline .ant-form-item > .ant-form-item-control {
18448 display: inline-block;
18449 vertical-align: top;
18450}
18451.ant-form-inline .ant-form-item > .ant-form-item-label {
18452 flex: none;
18453}
18454.ant-form-inline .ant-form-item .ant-form-text {
18455 display: inline-block;
18456}
18457.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
18458 display: inline-block;
18459}
18460.ant-form-horizontal .ant-form-item-label {
18461 flex-grow: 0;
18462}
18463.ant-form-horizontal .ant-form-item-control {
18464 flex: 1 1 0;
18465 min-width: 0;
18466}
18467.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
18468.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
18469 min-width: unset;
18470}
18471.ant-form-vertical .ant-form-item-row {
18472 flex-direction: column;
18473}
18474.ant-form-vertical .ant-form-item-label > label {
18475 height: auto;
18476}
18477.ant-form-vertical .ant-form-item .ant-form-item-control {
18478 width: 100%;
18479}
18480.ant-form-vertical .ant-form-item-label,
18481.ant-col-24.ant-form-item-label,
18482.ant-col-xl-24.ant-form-item-label {
18483 padding: 0 0 8px;
18484 line-height: 1.5715;
18485 white-space: initial;
18486 text-align: left;
18487}
18488.ant-form-vertical .ant-form-item-label > label,
18489.ant-col-24.ant-form-item-label > label,
18490.ant-col-xl-24.ant-form-item-label > label {
18491 margin: 0;
18492}
18493.ant-form-vertical .ant-form-item-label > label::after,
18494.ant-col-24.ant-form-item-label > label::after,
18495.ant-col-xl-24.ant-form-item-label > label::after {
18496 display: none;
18497}
18498.ant-form-rtl.ant-form-vertical .ant-form-item-label,
18499.ant-form-rtl.ant-col-24.ant-form-item-label,
18500.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
18501 text-align: right;
18502}
18503@media (max-width: 575px) {
18504 .ant-form-item .ant-form-item-label {
18505 padding: 0 0 8px;
18506 line-height: 1.5715;
18507 white-space: initial;
18508 text-align: left;
18509 }
18510 .ant-form-item .ant-form-item-label > label {
18511 margin: 0;
18512 }
18513 .ant-form-item .ant-form-item-label > label::after {
18514 display: none;
18515 }
18516 .ant-form-rtl.ant-form-item .ant-form-item-label {
18517 text-align: right;
18518 }
18519 .ant-form .ant-form-item {
18520 flex-wrap: wrap;
18521 }
18522 .ant-form .ant-form-item .ant-form-item-label,
18523 .ant-form .ant-form-item .ant-form-item-control {
18524 flex: 0 0 100%;
18525 max-width: 100%;
18526 }
18527 .ant-col-xs-24.ant-form-item-label {
18528 padding: 0 0 8px;
18529 line-height: 1.5715;
18530 white-space: initial;
18531 text-align: left;
18532 }
18533 .ant-col-xs-24.ant-form-item-label > label {
18534 margin: 0;
18535 }
18536 .ant-col-xs-24.ant-form-item-label > label::after {
18537 display: none;
18538 }
18539 .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
18540 text-align: right;
18541 }
18542}
18543@media (max-width: 767px) {
18544 .ant-col-sm-24.ant-form-item-label {
18545 padding: 0 0 8px;
18546 line-height: 1.5715;
18547 white-space: initial;
18548 text-align: left;
18549 }
18550 .ant-col-sm-24.ant-form-item-label > label {
18551 margin: 0;
18552 }
18553 .ant-col-sm-24.ant-form-item-label > label::after {
18554 display: none;
18555 }
18556 .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
18557 text-align: right;
18558 }
18559}
18560@media (max-width: 991px) {
18561 .ant-col-md-24.ant-form-item-label {
18562 padding: 0 0 8px;
18563 line-height: 1.5715;
18564 white-space: initial;
18565 text-align: left;
18566 }
18567 .ant-col-md-24.ant-form-item-label > label {
18568 margin: 0;
18569 }
18570 .ant-col-md-24.ant-form-item-label > label::after {
18571 display: none;
18572 }
18573 .ant-form-rtl.ant-col-md-24.ant-form-item-label {
18574 text-align: right;
18575 }
18576}
18577@media (max-width: 1199px) {
18578 .ant-col-lg-24.ant-form-item-label {
18579 padding: 0 0 8px;
18580 line-height: 1.5715;
18581 white-space: initial;
18582 text-align: left;
18583 }
18584 .ant-col-lg-24.ant-form-item-label > label {
18585 margin: 0;
18586 }
18587 .ant-col-lg-24.ant-form-item-label > label::after {
18588 display: none;
18589 }
18590 .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
18591 text-align: right;
18592 }
18593}
18594@media (max-width: 1599px) {
18595 .ant-col-xl-24.ant-form-item-label {
18596 padding: 0 0 8px;
18597 line-height: 1.5715;
18598 white-space: initial;
18599 text-align: left;
18600 }
18601 .ant-col-xl-24.ant-form-item-label > label {
18602 margin: 0;
18603 }
18604 .ant-col-xl-24.ant-form-item-label > label::after {
18605 display: none;
18606 }
18607 .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
18608 text-align: right;
18609 }
18610}
18611.ant-form-item {
18612 /* Some non-status related component style is in `components.less` */
18613 /* To support leave along ErrorList. We add additional className to handle explain style */
18614}
18615.ant-form-item-explain-error {
18616 color: var(--ant-error-color);
18617}
18618.ant-form-item-explain-warning {
18619 color: var(--ant-warning-color);
18620}
18621.ant-form-item-has-feedback .ant-switch {
18622 margin: 2px 0 4px;
18623}
18624.ant-form-item-has-warning .ant-form-item-split {
18625 color: var(--ant-warning-color);
18626}
18627.ant-form-item-has-error .ant-form-item-split {
18628 color: var(--ant-error-color);
18629}
18630.ant-form {
18631 box-sizing: border-box;
18632 margin: 0;
18633 padding: 0;
18634 color: rgba(0, 0, 0, 0.85);
18635 font-size: 14px;
18636 font-variant: tabular-nums;
18637 line-height: 1.5715;
18638 list-style: none;
18639 font-feature-settings: 'tnum';
18640}
18641.ant-form legend {
18642 display: block;
18643 width: 100%;
18644 margin-bottom: 20px;
18645 padding: 0;
18646 color: rgba(0, 0, 0, 0.45);
18647 font-size: 16px;
18648 line-height: inherit;
18649 border: 0;
18650 border-bottom: 1px solid #d9d9d9;
18651}
18652.ant-form label {
18653 font-size: 14px;
18654}
18655.ant-form input[type='search'] {
18656 box-sizing: border-box;
18657}
18658.ant-form input[type='radio'],
18659.ant-form input[type='checkbox'] {
18660 line-height: normal;
18661}
18662.ant-form input[type='file'] {
18663 display: block;
18664}
18665.ant-form input[type='range'] {
18666 display: block;
18667 width: 100%;
18668}
18669.ant-form select[multiple],
18670.ant-form select[size] {
18671 height: auto;
18672}
18673.ant-form input[type='file']:focus,
18674.ant-form input[type='radio']:focus,
18675.ant-form input[type='checkbox']:focus {
18676 outline: thin dotted;
18677 outline: 5px auto -webkit-focus-ring-color;
18678 outline-offset: -2px;
18679}
18680.ant-form output {
18681 display: block;
18682 padding-top: 15px;
18683 color: rgba(0, 0, 0, 0.85);
18684 font-size: 14px;
18685 line-height: 1.5715;
18686}
18687.ant-form .ant-form-text {
18688 display: inline-block;
18689 padding-right: 8px;
18690}
18691.ant-form-small .ant-form-item-label > label {
18692 height: 24px;
18693}
18694.ant-form-small .ant-form-item-control-input {
18695 min-height: 24px;
18696}
18697.ant-form-large .ant-form-item-label > label {
18698 height: 40px;
18699}
18700.ant-form-large .ant-form-item-control-input {
18701 min-height: 40px;
18702}
18703.ant-form-item {
18704 box-sizing: border-box;
18705 margin: 0;
18706 padding: 0;
18707 color: rgba(0, 0, 0, 0.85);
18708 font-size: 14px;
18709 font-variant: tabular-nums;
18710 line-height: 1.5715;
18711 list-style: none;
18712 font-feature-settings: 'tnum';
18713 margin-bottom: 24px;
18714 vertical-align: top;
18715}
18716.ant-form-item-with-help {
18717 transition: none;
18718}
18719.ant-form-item-hidden,
18720.ant-form-item-hidden.ant-row {
18721 display: none;
18722}
18723.ant-form-item-label {
18724 display: inline-block;
18725 flex-grow: 0;
18726 overflow: hidden;
18727 white-space: nowrap;
18728 text-align: right;
18729 vertical-align: middle;
18730}
18731.ant-form-item-label-left {
18732 text-align: left;
18733}
18734.ant-form-item-label-wrap {
18735 overflow: unset;
18736 line-height: 1.3215em;
18737 white-space: unset;
18738}
18739.ant-form-item-label > label {
18740 position: relative;
18741 display: inline-flex;
18742 align-items: center;
18743 max-width: 100%;
18744 height: 32px;
18745 color: rgba(0, 0, 0, 0.85);
18746 font-size: 14px;
18747}
18748.ant-form-item-label > label > .anticon {
18749 font-size: 14px;
18750 vertical-align: top;
18751}
18752.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
18753 display: inline-block;
18754 margin-right: 4px;
18755 color: #ff4d4f;
18756 font-size: 14px;
18757 font-family: SimSun, sans-serif;
18758 line-height: 1;
18759 content: '*';
18760}
18761.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
18762 display: none;
18763}
18764.ant-form-item-label > label .ant-form-item-optional {
18765 display: inline-block;
18766 margin-left: 4px;
18767 color: rgba(0, 0, 0, 0.45);
18768}
18769.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
18770 display: none;
18771}
18772.ant-form-item-label > label .ant-form-item-tooltip {
18773 color: rgba(0, 0, 0, 0.45);
18774 cursor: help;
18775 -ms-writing-mode: lr-tb;
18776 writing-mode: horizontal-tb;
18777 margin-inline-start: 4px;
18778}
18779.ant-form-item-label > label::after {
18780 content: ':';
18781 position: relative;
18782 top: -0.5px;
18783 margin: 0 8px 0 2px;
18784}
18785.ant-form-item-label > label.ant-form-item-no-colon::after {
18786 content: ' ';
18787}
18788.ant-form-item-control {
18789 display: flex;
18790 flex-direction: column;
18791 flex-grow: 1;
18792}
18793.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
18794 width: 100%;
18795}
18796.ant-form-item-control-input {
18797 position: relative;
18798 display: flex;
18799 align-items: center;
18800 min-height: 32px;
18801}
18802.ant-form-item-control-input-content {
18803 flex: auto;
18804 max-width: 100%;
18805}
18806.ant-form-item-explain,
18807.ant-form-item-extra {
18808 clear: both;
18809 color: rgba(0, 0, 0, 0.45);
18810 font-size: 14px;
18811 line-height: 1.5715;
18812 transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
18813}
18814.ant-form-item-explain-connected {
18815 width: 100%;
18816}
18817.ant-form-item-extra {
18818 min-height: 24px;
18819}
18820.ant-form-item-with-help .ant-form-item-explain {
18821 height: auto;
18822 opacity: 1;
18823}
18824.ant-form-item-feedback-icon {
18825 font-size: 14px;
18826 text-align: center;
18827 visibility: visible;
18828 animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
18829 pointer-events: none;
18830}
18831.ant-form-item-feedback-icon-success {
18832 color: var(--ant-success-color);
18833}
18834.ant-form-item-feedback-icon-error {
18835 color: var(--ant-error-color);
18836}
18837.ant-form-item-feedback-icon-warning {
18838 color: var(--ant-warning-color);
18839}
18840.ant-form-item-feedback-icon-validating {
18841 color: var(--ant-primary-color);
18842}
18843.ant-show-help {
18844 transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
18845}
18846.ant-show-help-appear,
18847.ant-show-help-enter {
18848 opacity: 0;
18849}
18850.ant-show-help-appear-active,
18851.ant-show-help-enter-active {
18852 opacity: 1;
18853}
18854.ant-show-help-leave {
18855 opacity: 1;
18856}
18857.ant-show-help-leave-active {
18858 opacity: 0;
18859}
18860.ant-show-help-item {
18861 overflow: hidden;
18862 transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
18863}
18864.ant-show-help-item-appear,
18865.ant-show-help-item-enter {
18866 transform: translateY(-5px);
18867 opacity: 0;
18868}
18869.ant-show-help-item-appear-active,
18870.ant-show-help-item-enter-active {
18871 transform: translateY(0);
18872 opacity: 1;
18873}
18874.ant-show-help-item-leave {
18875 transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
18876}
18877.ant-show-help-item-leave-active {
18878 transform: translateY(-5px);
18879}
18880@keyframes diffZoomIn1 {
18881 0% {
18882 transform: scale(0);
18883 opacity: 0;
18884 }
18885 100% {
18886 transform: scale(1);
18887 opacity: 1;
18888 }
18889}
18890@keyframes diffZoomIn2 {
18891 0% {
18892 transform: scale(0);
18893 opacity: 0;
18894 }
18895 100% {
18896 transform: scale(1);
18897 opacity: 1;
18898 }
18899}
18900@keyframes diffZoomIn3 {
18901 0% {
18902 transform: scale(0);
18903 opacity: 0;
18904 }
18905 100% {
18906 transform: scale(1);
18907 opacity: 1;
18908 }
18909}
18910.ant-form-rtl {
18911 direction: rtl;
18912}
18913.ant-form-rtl .ant-form-item-label {
18914 text-align: left;
18915}
18916.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
18917 margin-right: 0;
18918 margin-left: 4px;
18919}
18920.ant-form-rtl .ant-form-item-label > label::after {
18921 margin: 0 2px 0 8px;
18922}
18923.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
18924 margin-right: 4px;
18925 margin-left: 0;
18926}
18927.ant-col-rtl .ant-form-item-control:first-child {
18928 width: 100%;
18929}
18930.ant-form-rtl .ant-form-item-has-feedback .ant-input {
18931 padding-right: 11px;
18932 padding-left: 24px;
18933}
18934.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
18935 padding-right: 11px;
18936 padding-left: 18px;
18937}
18938.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
18939 padding: 0;
18940}
18941.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
18942 padding: 0;
18943}
18944.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
18945 right: auto;
18946 left: 28px;
18947}
18948.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
18949 padding-left: 18px;
18950}
18951.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
18952.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
18953.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
18954.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
18955.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
18956.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
18957 right: auto;
18958 left: 32px;
18959}
18960.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
18961.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
18962.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
18963 padding-right: 0;
18964 padding-left: 42px;
18965}
18966.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
18967 margin-right: 0;
18968 margin-left: 19px;
18969}
18970.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
18971 right: auto;
18972 left: 32px;
18973}
18974.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
18975 padding-right: 11px;
18976 padding-left: 29.2px;
18977}
18978.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
18979 padding-right: 11px;
18980 padding-left: 29.2px;
18981}
18982.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
18983 padding-right: 7px;
18984 padding-left: 25.2px;
18985}
18986.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
18987.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
18988.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
18989.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
18990 right: auto;
18991 left: 0;
18992}
18993.ant-form-rtl.ant-form-inline .ant-form-item {
18994 margin-right: 0;
18995 margin-left: 16px;
18996}
18997
18998/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
18999/* stylelint-disable no-duplicate-selectors */
19000/* stylelint-disable */
19001/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19002html {
19003 --ant-primary-color: #1890ff;
19004 --ant-primary-color-hover: #40a9ff;
19005 --ant-primary-color-active: #096dd9;
19006 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19007 --ant-primary-1: #e6f7ff;
19008 --ant-primary-2: #bae7ff;
19009 --ant-primary-3: #91d5ff;
19010 --ant-primary-4: #69c0ff;
19011 --ant-primary-5: #40a9ff;
19012 --ant-primary-6: #1890ff;
19013 --ant-primary-7: #096dd9;
19014 --ant-primary-color-deprecated-pure: ;
19015 --ant-primary-color-deprecated-l-35: #cbe6ff;
19016 --ant-primary-color-deprecated-l-20: #7ec1ff;
19017 --ant-primary-color-deprecated-t-20: #46a6ff;
19018 --ant-primary-color-deprecated-t-50: #8cc8ff;
19019 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19020 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19021 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19022 --ant-success-color: #52c41a;
19023 --ant-success-color-hover: #73d13d;
19024 --ant-success-color-active: #389e0d;
19025 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
19026 --ant-success-color-deprecated-bg: #f6ffed;
19027 --ant-success-color-deprecated-border: #b7eb8f;
19028 --ant-error-color: #ff4d4f;
19029 --ant-error-color-hover: #ff7875;
19030 --ant-error-color-active: #d9363e;
19031 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
19032 --ant-error-color-deprecated-bg: #fff2f0;
19033 --ant-error-color-deprecated-border: #ffccc7;
19034 --ant-warning-color: #faad14;
19035 --ant-warning-color-hover: #ffc53d;
19036 --ant-warning-color-active: #d48806;
19037 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
19038 --ant-warning-color-deprecated-bg: #fffbe6;
19039 --ant-warning-color-deprecated-border: #ffe58f;
19040 --ant-info-color: #1890ff;
19041 --ant-info-color-deprecated-bg: #e6f7ff;
19042 --ant-info-color-deprecated-border: #91d5ff;
19043}
19044
19045/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19046/* stylelint-disable no-duplicate-selectors */
19047/* stylelint-disable */
19048/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19049html {
19050 --ant-primary-color: #1890ff;
19051 --ant-primary-color-hover: #40a9ff;
19052 --ant-primary-color-active: #096dd9;
19053 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19054 --ant-primary-1: #e6f7ff;
19055 --ant-primary-2: #bae7ff;
19056 --ant-primary-3: #91d5ff;
19057 --ant-primary-4: #69c0ff;
19058 --ant-primary-5: #40a9ff;
19059 --ant-primary-6: #1890ff;
19060 --ant-primary-7: #096dd9;
19061 --ant-primary-color-deprecated-pure: ;
19062 --ant-primary-color-deprecated-l-35: #cbe6ff;
19063 --ant-primary-color-deprecated-l-20: #7ec1ff;
19064 --ant-primary-color-deprecated-t-20: #46a6ff;
19065 --ant-primary-color-deprecated-t-50: #8cc8ff;
19066 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19067 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19068 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19069 --ant-success-color: #52c41a;
19070 --ant-success-color-hover: #73d13d;
19071 --ant-success-color-active: #389e0d;
19072 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
19073 --ant-success-color-deprecated-bg: #f6ffed;
19074 --ant-success-color-deprecated-border: #b7eb8f;
19075 --ant-error-color: #ff4d4f;
19076 --ant-error-color-hover: #ff7875;
19077 --ant-error-color-active: #d9363e;
19078 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
19079 --ant-error-color-deprecated-bg: #fff2f0;
19080 --ant-error-color-deprecated-border: #ffccc7;
19081 --ant-warning-color: #faad14;
19082 --ant-warning-color-hover: #ffc53d;
19083 --ant-warning-color-active: #d48806;
19084 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
19085 --ant-warning-color-deprecated-bg: #fffbe6;
19086 --ant-warning-color-deprecated-border: #ffe58f;
19087 --ant-info-color: #1890ff;
19088 --ant-info-color-deprecated-bg: #e6f7ff;
19089 --ant-info-color-deprecated-border: #91d5ff;
19090}
19091.ant-image {
19092 position: relative;
19093 display: inline-block;
19094}
19095.ant-image-img {
19096 width: 100%;
19097 height: auto;
19098 vertical-align: middle;
19099}
19100.ant-image-img-placeholder {
19101 background-color: #f5f5f5;
19102 background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
19103 background-repeat: no-repeat;
19104 background-position: center center;
19105 background-size: 30%;
19106}
19107.ant-image-mask {
19108 position: absolute;
19109 top: 0;
19110 right: 0;
19111 bottom: 0;
19112 left: 0;
19113 display: flex;
19114 align-items: center;
19115 justify-content: center;
19116 color: #fff;
19117 background: rgba(0, 0, 0, 0.5);
19118 cursor: pointer;
19119 opacity: 0;
19120 transition: opacity 0.3s;
19121}
19122.ant-image-mask-info {
19123 padding: 0 4px;
19124 overflow: hidden;
19125 white-space: nowrap;
19126 text-overflow: ellipsis;
19127}
19128.ant-image-mask-info .anticon {
19129 margin-inline-end: 4px;
19130}
19131.ant-image-mask:hover {
19132 opacity: 1;
19133}
19134.ant-image-placeholder {
19135 position: absolute;
19136 top: 0;
19137 right: 0;
19138 bottom: 0;
19139 left: 0;
19140}
19141.ant-image-preview {
19142 pointer-events: none;
19143 height: 100%;
19144 text-align: center;
19145}
19146.ant-image-preview.ant-zoom-enter,
19147.ant-image-preview.ant-zoom-appear {
19148 transform: none;
19149 opacity: 0;
19150 animation-duration: 0.3s;
19151 -webkit-user-select: none;
19152 -moz-user-select: none;
19153 -ms-user-select: none;
19154 user-select: none;
19155}
19156.ant-image-preview-mask {
19157 position: fixed;
19158 top: 0;
19159 right: 0;
19160 bottom: 0;
19161 left: 0;
19162 z-index: 1000;
19163 height: 100%;
19164 background-color: rgba(0, 0, 0, 0.45);
19165}
19166.ant-image-preview-mask-hidden {
19167 display: none;
19168}
19169.ant-image-preview-wrap {
19170 position: fixed;
19171 top: 0;
19172 right: 0;
19173 bottom: 0;
19174 left: 0;
19175 overflow: auto;
19176 outline: 0;
19177}
19178.ant-image-preview-body {
19179 position: absolute;
19180 top: 0;
19181 right: 0;
19182 bottom: 0;
19183 left: 0;
19184 overflow: hidden;
19185}
19186.ant-image-preview-img {
19187 max-width: 100%;
19188 max-height: 100%;
19189 vertical-align: middle;
19190 transform: scale3d(1, 1, 1);
19191 cursor: grab;
19192 transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
19193 -webkit-user-select: none;
19194 -moz-user-select: none;
19195 -ms-user-select: none;
19196 user-select: none;
19197 pointer-events: auto;
19198}
19199.ant-image-preview-img-wrapper {
19200 position: absolute;
19201 top: 0;
19202 right: 0;
19203 bottom: 0;
19204 left: 0;
19205 transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
19206}
19207.ant-image-preview-img-wrapper::before {
19208 display: inline-block;
19209 width: 1px;
19210 height: 50%;
19211 margin-right: -1px;
19212 content: '';
19213}
19214.ant-image-preview-moving .ant-image-preview-img {
19215 cursor: grabbing;
19216}
19217.ant-image-preview-moving .ant-image-preview-img-wrapper {
19218 transition-duration: 0s;
19219}
19220.ant-image-preview-wrap {
19221 z-index: 1080;
19222}
19223.ant-image-preview-operations-wrapper {
19224 position: fixed;
19225 top: 0;
19226 right: 0;
19227 z-index: 1081;
19228 width: 100%;
19229}
19230.ant-image-preview-operations {
19231 box-sizing: border-box;
19232 margin: 0;
19233 padding: 0;
19234 color: rgba(0, 0, 0, 0.85);
19235 font-size: 14px;
19236 font-variant: tabular-nums;
19237 line-height: 1.5715;
19238 font-feature-settings: 'tnum';
19239 display: flex;
19240 flex-direction: row-reverse;
19241 align-items: center;
19242 color: rgba(255, 255, 255, 0.85);
19243 list-style: none;
19244 background: rgba(0, 0, 0, 0.1);
19245 pointer-events: auto;
19246}
19247.ant-image-preview-operations-operation {
19248 margin-left: 12px;
19249 padding: 12px;
19250 cursor: pointer;
19251 transition: all 0.3s;
19252}
19253.ant-image-preview-operations-operation:hover {
19254 background: rgba(0, 0, 0, 0.2);
19255}
19256.ant-image-preview-operations-operation-disabled {
19257 color: rgba(255, 255, 255, 0.25);
19258 pointer-events: none;
19259}
19260.ant-image-preview-operations-operation:last-of-type {
19261 margin-left: 0;
19262}
19263.ant-image-preview-operations-progress {
19264 position: absolute;
19265 left: 50%;
19266 transform: translateX(-50%);
19267}
19268.ant-image-preview-operations-icon {
19269 font-size: 18px;
19270}
19271.ant-image-preview-switch-left,
19272.ant-image-preview-switch-right {
19273 position: fixed;
19274 top: 50%;
19275 right: 8px;
19276 z-index: 1081;
19277 display: flex;
19278 align-items: center;
19279 justify-content: center;
19280 width: 44px;
19281 height: 44px;
19282 color: rgba(255, 255, 255, 0.85);
19283 background: rgba(0, 0, 0, 0.1);
19284 border-radius: 50%;
19285 transform: translateY(-50%);
19286 cursor: pointer;
19287 transition: all 0.3s;
19288 pointer-events: auto;
19289}
19290.ant-image-preview-switch-left:hover,
19291.ant-image-preview-switch-right:hover {
19292 background: rgba(0, 0, 0, 0.2);
19293}
19294.ant-image-preview-switch-left-disabled,
19295.ant-image-preview-switch-right-disabled,
19296.ant-image-preview-switch-left-disabled:hover,
19297.ant-image-preview-switch-right-disabled:hover {
19298 color: rgba(255, 255, 255, 0.25);
19299 background: rgba(0, 0, 0, 0.1);
19300 cursor: not-allowed;
19301}
19302.ant-image-preview-switch-left-disabled > .anticon,
19303.ant-image-preview-switch-right-disabled > .anticon,
19304.ant-image-preview-switch-left-disabled:hover > .anticon,
19305.ant-image-preview-switch-right-disabled:hover > .anticon {
19306 cursor: not-allowed;
19307}
19308.ant-image-preview-switch-left > .anticon,
19309.ant-image-preview-switch-right > .anticon {
19310 font-size: 18px;
19311}
19312.ant-image-preview-switch-left {
19313 left: 8px;
19314}
19315.ant-image-preview-switch-right {
19316 right: 8px;
19317}
19318
19319/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19320/* stylelint-disable no-duplicate-selectors */
19321/* stylelint-disable */
19322/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19323html {
19324 --ant-primary-color: #1890ff;
19325 --ant-primary-color-hover: #40a9ff;
19326 --ant-primary-color-active: #096dd9;
19327 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19328 --ant-primary-1: #e6f7ff;
19329 --ant-primary-2: #bae7ff;
19330 --ant-primary-3: #91d5ff;
19331 --ant-primary-4: #69c0ff;
19332 --ant-primary-5: #40a9ff;
19333 --ant-primary-6: #1890ff;
19334 --ant-primary-7: #096dd9;
19335 --ant-primary-color-deprecated-pure: ;
19336 --ant-primary-color-deprecated-l-35: #cbe6ff;
19337 --ant-primary-color-deprecated-l-20: #7ec1ff;
19338 --ant-primary-color-deprecated-t-20: #46a6ff;
19339 --ant-primary-color-deprecated-t-50: #8cc8ff;
19340 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19341 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19342 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19343 --ant-success-color: #52c41a;
19344 --ant-success-color-hover: #73d13d;
19345 --ant-success-color-active: #389e0d;
19346 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
19347 --ant-success-color-deprecated-bg: #f6ffed;
19348 --ant-success-color-deprecated-border: #b7eb8f;
19349 --ant-error-color: #ff4d4f;
19350 --ant-error-color-hover: #ff7875;
19351 --ant-error-color-active: #d9363e;
19352 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
19353 --ant-error-color-deprecated-bg: #fff2f0;
19354 --ant-error-color-deprecated-border: #ffccc7;
19355 --ant-warning-color: #faad14;
19356 --ant-warning-color-hover: #ffc53d;
19357 --ant-warning-color-active: #d48806;
19358 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
19359 --ant-warning-color-deprecated-bg: #fffbe6;
19360 --ant-warning-color-deprecated-border: #ffe58f;
19361 --ant-info-color: #1890ff;
19362 --ant-info-color-deprecated-bg: #e6f7ff;
19363 --ant-info-color-deprecated-border: #91d5ff;
19364}
19365.ant-input-number-affix-wrapper {
19366 display: inline-block;
19367 width: 100%;
19368 min-width: 0;
19369 padding: 4px 11px;
19370 color: rgba(0, 0, 0, 0.85);
19371 font-size: 14px;
19372 line-height: 1.5715;
19373 background-color: #fff;
19374 background-image: none;
19375 border: 1px solid #d9d9d9;
19376 border-radius: 2px;
19377 transition: all 0.3s;
19378 position: relative;
19379 display: inline-flex;
19380 width: 90px;
19381 padding: 0;
19382 padding-inline-start: 11px;
19383}
19384.ant-input-number-affix-wrapper::-moz-placeholder {
19385 color: #bfbfbf;
19386 -moz-user-select: none;
19387 user-select: none;
19388}
19389.ant-input-number-affix-wrapper:-ms-input-placeholder {
19390 color: #bfbfbf;
19391 -ms-user-select: none;
19392 user-select: none;
19393}
19394.ant-input-number-affix-wrapper::placeholder {
19395 color: #bfbfbf;
19396 -webkit-user-select: none;
19397 -moz-user-select: none;
19398 -ms-user-select: none;
19399 user-select: none;
19400}
19401.ant-input-number-affix-wrapper:-moz-placeholder-shown {
19402 text-overflow: ellipsis;
19403}
19404.ant-input-number-affix-wrapper:-ms-input-placeholder {
19405 text-overflow: ellipsis;
19406}
19407.ant-input-number-affix-wrapper:placeholder-shown {
19408 text-overflow: ellipsis;
19409}
19410.ant-input-number-affix-wrapper:hover {
19411 border-color: var(--ant-primary-5);
19412 border-right-width: 1px;
19413}
19414.ant-input-number-affix-wrapper:focus,
19415.ant-input-number-affix-wrapper-focused {
19416 border-color: var(--ant-primary-color-hover);
19417 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
19418 border-right-width: 1px;
19419 outline: 0;
19420}
19421.ant-input-number-affix-wrapper-disabled {
19422 color: rgba(0, 0, 0, 0.25);
19423 background-color: #f5f5f5;
19424 border-color: #d9d9d9;
19425 box-shadow: none;
19426 cursor: not-allowed;
19427 opacity: 1;
19428}
19429.ant-input-number-affix-wrapper-disabled:hover {
19430 border-color: #d9d9d9;
19431 border-right-width: 1px;
19432}
19433.ant-input-number-affix-wrapper[disabled] {
19434 color: rgba(0, 0, 0, 0.25);
19435 background-color: #f5f5f5;
19436 border-color: #d9d9d9;
19437 box-shadow: none;
19438 cursor: not-allowed;
19439 opacity: 1;
19440}
19441.ant-input-number-affix-wrapper[disabled]:hover {
19442 border-color: #d9d9d9;
19443 border-right-width: 1px;
19444}
19445.ant-input-number-affix-wrapper-borderless,
19446.ant-input-number-affix-wrapper-borderless:hover,
19447.ant-input-number-affix-wrapper-borderless:focus,
19448.ant-input-number-affix-wrapper-borderless-focused,
19449.ant-input-number-affix-wrapper-borderless-disabled,
19450.ant-input-number-affix-wrapper-borderless[disabled] {
19451 background-color: transparent;
19452 border: none;
19453 box-shadow: none;
19454}
19455textarea.ant-input-number-affix-wrapper {
19456 max-width: 100%;
19457 height: auto;
19458 min-height: 32px;
19459 line-height: 1.5715;
19460 vertical-align: bottom;
19461 transition: all 0.3s, height 0s;
19462}
19463.ant-input-number-affix-wrapper-lg {
19464 padding: 6.5px 11px;
19465 font-size: 16px;
19466}
19467.ant-input-number-affix-wrapper-sm {
19468 padding: 0px 7px;
19469}
19470.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
19471 border-color: var(--ant-primary-5);
19472 border-right-width: 1px;
19473 z-index: 1;
19474}
19475.ant-input-number-affix-wrapper-focused,
19476.ant-input-number-affix-wrapper:focus {
19477 z-index: 1;
19478}
19479.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
19480 background: transparent;
19481}
19482.ant-input-number-affix-wrapper > div.ant-input-number {
19483 width: 100%;
19484 border: none;
19485 outline: none;
19486}
19487.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
19488 box-shadow: none !important;
19489}
19490.ant-input-number-affix-wrapper input.ant-input-number-input {
19491 padding: 0;
19492}
19493.ant-input-number-affix-wrapper::before {
19494 display: inline-block;
19495 width: 0;
19496 visibility: hidden;
19497 content: '\a0';
19498}
19499.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
19500 z-index: 2;
19501}
19502.ant-input-number-prefix,
19503.ant-input-number-suffix {
19504 display: flex;
19505 flex: none;
19506 align-items: center;
19507 pointer-events: none;
19508}
19509.ant-input-number-prefix {
19510 margin-inline-end: 4px;
19511}
19512.ant-input-number-suffix {
19513 position: absolute;
19514 top: 0;
19515 right: 0;
19516 z-index: 1;
19517 height: 100%;
19518 margin-right: 11px;
19519 margin-left: 4px;
19520}
19521.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
19522 width: 100%;
19523}
19524.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
19525.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
19526 background: #fff;
19527 border-color: var(--ant-error-color);
19528}
19529.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
19530.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
19531 border-color: var(--ant-error-color-hover);
19532 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
19533 border-right-width: 1px;
19534 outline: 0;
19535}
19536.ant-input-number-status-error .ant-input-number-prefix {
19537 color: var(--ant-error-color);
19538}
19539.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
19540.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
19541 background: #fff;
19542 border-color: var(--ant-warning-color);
19543}
19544.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
19545.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
19546 border-color: var(--ant-warning-color-hover);
19547 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
19548 border-right-width: 1px;
19549 outline: 0;
19550}
19551.ant-input-number-status-warning .ant-input-number-prefix {
19552 color: var(--ant-warning-color);
19553}
19554.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
19555.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
19556 background: #fff;
19557 border-color: var(--ant-error-color);
19558}
19559.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
19560.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
19561 border-color: var(--ant-error-color-hover);
19562 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
19563 border-right-width: 1px;
19564 outline: 0;
19565}
19566.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
19567 color: var(--ant-error-color);
19568}
19569.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
19570.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
19571 background: #fff;
19572 border-color: var(--ant-warning-color);
19573}
19574.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
19575.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
19576 border-color: var(--ant-warning-color-hover);
19577 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
19578 border-right-width: 1px;
19579 outline: 0;
19580}
19581.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
19582 color: var(--ant-warning-color);
19583}
19584.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
19585 color: var(--ant-error-color);
19586 border-color: var(--ant-error-color);
19587}
19588.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
19589 color: var(--ant-warning-color);
19590 border-color: var(--ant-warning-color);
19591}
19592.ant-input-number {
19593 box-sizing: border-box;
19594 font-variant: tabular-nums;
19595 list-style: none;
19596 font-feature-settings: 'tnum';
19597 position: relative;
19598 width: 100%;
19599 min-width: 0;
19600 padding: 4px 11px;
19601 color: rgba(0, 0, 0, 0.85);
19602 font-size: 14px;
19603 line-height: 1.5715;
19604 background-color: #fff;
19605 background-image: none;
19606 transition: all 0.3s;
19607 display: inline-block;
19608 width: 90px;
19609 margin: 0;
19610 padding: 0;
19611 border: 1px solid #d9d9d9;
19612 border-radius: 2px;
19613}
19614.ant-input-number::-moz-placeholder {
19615 color: #bfbfbf;
19616 -moz-user-select: none;
19617 user-select: none;
19618}
19619.ant-input-number:-ms-input-placeholder {
19620 color: #bfbfbf;
19621 -ms-user-select: none;
19622 user-select: none;
19623}
19624.ant-input-number::placeholder {
19625 color: #bfbfbf;
19626 -webkit-user-select: none;
19627 -moz-user-select: none;
19628 -ms-user-select: none;
19629 user-select: none;
19630}
19631.ant-input-number:-moz-placeholder-shown {
19632 text-overflow: ellipsis;
19633}
19634.ant-input-number:-ms-input-placeholder {
19635 text-overflow: ellipsis;
19636}
19637.ant-input-number:placeholder-shown {
19638 text-overflow: ellipsis;
19639}
19640.ant-input-number:hover {
19641 border-color: var(--ant-primary-5);
19642 border-right-width: 1px;
19643}
19644.ant-input-number:focus,
19645.ant-input-number-focused {
19646 border-color: var(--ant-primary-color-hover);
19647 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
19648 border-right-width: 1px;
19649 outline: 0;
19650}
19651.ant-input-number-disabled {
19652 color: rgba(0, 0, 0, 0.25);
19653 background-color: #f5f5f5;
19654 border-color: #d9d9d9;
19655 box-shadow: none;
19656 cursor: not-allowed;
19657 opacity: 1;
19658}
19659.ant-input-number-disabled:hover {
19660 border-color: #d9d9d9;
19661 border-right-width: 1px;
19662}
19663.ant-input-number[disabled] {
19664 color: rgba(0, 0, 0, 0.25);
19665 background-color: #f5f5f5;
19666 border-color: #d9d9d9;
19667 box-shadow: none;
19668 cursor: not-allowed;
19669 opacity: 1;
19670}
19671.ant-input-number[disabled]:hover {
19672 border-color: #d9d9d9;
19673 border-right-width: 1px;
19674}
19675.ant-input-number-borderless,
19676.ant-input-number-borderless:hover,
19677.ant-input-number-borderless:focus,
19678.ant-input-number-borderless-focused,
19679.ant-input-number-borderless-disabled,
19680.ant-input-number-borderless[disabled] {
19681 background-color: transparent;
19682 border: none;
19683 box-shadow: none;
19684}
19685textarea.ant-input-number {
19686 max-width: 100%;
19687 height: auto;
19688 min-height: 32px;
19689 line-height: 1.5715;
19690 vertical-align: bottom;
19691 transition: all 0.3s, height 0s;
19692}
19693.ant-input-number-lg {
19694 padding: 6.5px 11px;
19695 font-size: 16px;
19696}
19697.ant-input-number-sm {
19698 padding: 0px 7px;
19699}
19700.ant-input-number-group {
19701 box-sizing: border-box;
19702 margin: 0;
19703 padding: 0;
19704 color: rgba(0, 0, 0, 0.85);
19705 font-size: 14px;
19706 font-variant: tabular-nums;
19707 line-height: 1.5715;
19708 list-style: none;
19709 font-feature-settings: 'tnum';
19710 position: relative;
19711 display: table;
19712 width: 100%;
19713 border-collapse: separate;
19714 border-spacing: 0;
19715}
19716.ant-input-number-group[class*='col-'] {
19717 float: none;
19718 padding-right: 0;
19719 padding-left: 0;
19720}
19721.ant-input-number-group > [class*='col-'] {
19722 padding-right: 8px;
19723}
19724.ant-input-number-group > [class*='col-']:last-child {
19725 padding-right: 0;
19726}
19727.ant-input-number-group-addon,
19728.ant-input-number-group-wrap,
19729.ant-input-number-group > .ant-input-number {
19730 display: table-cell;
19731}
19732.ant-input-number-group-addon:not(:first-child):not(:last-child),
19733.ant-input-number-group-wrap:not(:first-child):not(:last-child),
19734.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
19735 border-radius: 0;
19736}
19737.ant-input-number-group-addon,
19738.ant-input-number-group-wrap {
19739 width: 1px;
19740 white-space: nowrap;
19741 vertical-align: middle;
19742}
19743.ant-input-number-group-wrap > * {
19744 display: block !important;
19745}
19746.ant-input-number-group .ant-input-number {
19747 float: left;
19748 width: 100%;
19749 margin-bottom: 0;
19750 text-align: inherit;
19751}
19752.ant-input-number-group .ant-input-number:focus {
19753 z-index: 1;
19754 border-right-width: 1px;
19755}
19756.ant-input-number-group .ant-input-number:hover {
19757 z-index: 1;
19758 border-right-width: 1px;
19759}
19760.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
19761 z-index: 0;
19762}
19763.ant-input-number-group-addon {
19764 position: relative;
19765 padding: 0 11px;
19766 color: rgba(0, 0, 0, 0.85);
19767 font-weight: normal;
19768 font-size: 14px;
19769 text-align: center;
19770 background-color: #fafafa;
19771 border: 1px solid #d9d9d9;
19772 border-radius: 2px;
19773 transition: all 0.3s;
19774}
19775.ant-input-number-group-addon .ant-select {
19776 margin: -5px -11px;
19777}
19778.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
19779 background-color: inherit;
19780 border: 1px solid transparent;
19781 box-shadow: none;
19782}
19783.ant-input-number-group-addon .ant-select-open .ant-select-selector,
19784.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
19785 color: var(--ant-primary-color);
19786}
19787.ant-input-number-group-addon .ant-cascader-picker {
19788 margin: -9px -12px;
19789 background-color: transparent;
19790}
19791.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
19792 text-align: left;
19793 border: 0;
19794 box-shadow: none;
19795}
19796.ant-input-number-group > .ant-input-number:first-child,
19797.ant-input-number-group-addon:first-child {
19798 border-top-right-radius: 0;
19799 border-bottom-right-radius: 0;
19800}
19801.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
19802.ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
19803 border-top-right-radius: 0;
19804 border-bottom-right-radius: 0;
19805}
19806.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
19807 border-top-left-radius: 0;
19808 border-bottom-left-radius: 0;
19809}
19810.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
19811 border-top-right-radius: 0;
19812 border-bottom-right-radius: 0;
19813}
19814.ant-input-number-group-addon:first-child {
19815 border-right: 0;
19816}
19817.ant-input-number-group-addon:last-child {
19818 border-left: 0;
19819}
19820.ant-input-number-group > .ant-input-number:last-child,
19821.ant-input-number-group-addon:last-child {
19822 border-top-left-radius: 0;
19823 border-bottom-left-radius: 0;
19824}
19825.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
19826.ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
19827 border-top-left-radius: 0;
19828 border-bottom-left-radius: 0;
19829}
19830.ant-input-number-group-lg .ant-input-number,
19831.ant-input-number-group-lg > .ant-input-number-group-addon {
19832 padding: 6.5px 11px;
19833 font-size: 16px;
19834}
19835.ant-input-number-group-sm .ant-input-number,
19836.ant-input-number-group-sm > .ant-input-number-group-addon {
19837 padding: 0px 7px;
19838}
19839.ant-input-number-group-lg .ant-select-single .ant-select-selector {
19840 height: 40px;
19841}
19842.ant-input-number-group-sm .ant-select-single .ant-select-selector {
19843 height: 24px;
19844}
19845.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
19846 border-top-right-radius: 0;
19847 border-bottom-right-radius: 0;
19848}
19849.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
19850 border-top-left-radius: 2px;
19851 border-bottom-left-radius: 2px;
19852}
19853.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
19854.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
19855 border-top-left-radius: 0;
19856 border-bottom-left-radius: 0;
19857}
19858.ant-input-number-group.ant-input-number-group-compact {
19859 display: block;
19860}
19861.ant-input-number-group.ant-input-number-group-compact::before {
19862 display: table;
19863 content: '';
19864}
19865.ant-input-number-group.ant-input-number-group-compact::after {
19866 display: table;
19867 clear: both;
19868 content: '';
19869}
19870.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
19871.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
19872.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
19873 border-right-width: 1px;
19874}
19875.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
19876.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
19877.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
19878 z-index: 1;
19879}
19880.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
19881.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
19882.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
19883 z-index: 1;
19884}
19885.ant-input-number-group.ant-input-number-group-compact > * {
19886 display: inline-block;
19887 float: none;
19888 vertical-align: top;
19889 border-radius: 0;
19890}
19891.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
19892.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
19893.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
19894 display: inline-flex;
19895}
19896.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
19897 margin-right: -1px;
19898 border-right-width: 1px;
19899}
19900.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
19901 float: none;
19902}
19903.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
19904.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
19905.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
19906.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
19907 border-right-width: 1px;
19908 border-radius: 0;
19909}
19910.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
19911.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
19912.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
19913.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
19914 z-index: 1;
19915}
19916.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
19917.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
19918.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
19919.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
19920 z-index: 1;
19921}
19922.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
19923 z-index: 1;
19924}
19925.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
19926 z-index: 1;
19927}
19928.ant-input-number-group.ant-input-number-group-compact > *:first-child,
19929.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
19930.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
19931.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
19932 border-top-left-radius: 2px;
19933 border-bottom-left-radius: 2px;
19934}
19935.ant-input-number-group.ant-input-number-group-compact > *:last-child,
19936.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
19937.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
19938.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
19939 border-right-width: 1px;
19940 border-top-right-radius: 2px;
19941 border-bottom-right-radius: 2px;
19942}
19943.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
19944 vertical-align: top;
19945}
19946.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
19947 margin-left: -1px;
19948}
19949.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
19950 border-radius: 0;
19951}
19952.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
19953 border-radius: 0;
19954}
19955.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
19956 border-radius: 2px 0 0 2px;
19957}
19958.ant-input-number-group > .ant-input-number-rtl:first-child {
19959 border-radius: 0 2px 2px 0;
19960}
19961.ant-input-number-group > .ant-input-number-rtl:last-child {
19962 border-radius: 2px 0 0 2px;
19963}
19964.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
19965 border-right: 1px solid #d9d9d9;
19966 border-left: 0;
19967 border-radius: 0 2px 2px 0;
19968}
19969.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
19970 border-right: 0;
19971 border-left: 1px solid #d9d9d9;
19972 border-radius: 2px 0 0 2px;
19973}
19974.ant-input-number-group-wrapper {
19975 display: inline-block;
19976 text-align: start;
19977 vertical-align: top;
19978}
19979.ant-input-number-handler {
19980 position: relative;
19981 display: block;
19982 width: 100%;
19983 height: 50%;
19984 overflow: hidden;
19985 color: rgba(0, 0, 0, 0.45);
19986 font-weight: bold;
19987 line-height: 0;
19988 text-align: center;
19989 border-left: 1px solid #d9d9d9;
19990 transition: all 0.1s linear;
19991}
19992.ant-input-number-handler:active {
19993 background: #f4f4f4;
19994}
19995.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
19996.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
19997 color: var(--ant-primary-5);
19998}
19999.ant-input-number-handler-up-inner,
20000.ant-input-number-handler-down-inner {
20001 display: inline-flex;
20002 align-items: center;
20003 color: inherit;
20004 font-style: normal;
20005 line-height: 0;
20006 text-align: center;
20007 text-transform: none;
20008 vertical-align: -0.125em;
20009 text-rendering: optimizelegibility;
20010 -webkit-font-smoothing: antialiased;
20011 -moz-osx-font-smoothing: grayscale;
20012 position: absolute;
20013 right: 4px;
20014 width: 12px;
20015 height: 12px;
20016 color: rgba(0, 0, 0, 0.45);
20017 line-height: 12px;
20018 transition: all 0.1s linear;
20019 -webkit-user-select: none;
20020 -moz-user-select: none;
20021 -ms-user-select: none;
20022 user-select: none;
20023}
20024.ant-input-number-handler-up-inner > *,
20025.ant-input-number-handler-down-inner > * {
20026 line-height: 1;
20027}
20028.ant-input-number-handler-up-inner svg,
20029.ant-input-number-handler-down-inner svg {
20030 display: inline-block;
20031}
20032.ant-input-number-handler-up-inner::before,
20033.ant-input-number-handler-down-inner::before {
20034 display: none;
20035}
20036.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
20037.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
20038.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
20039.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
20040 display: block;
20041}
20042.ant-input-number:hover {
20043 border-color: var(--ant-primary-5);
20044 border-right-width: 1px;
20045}
20046.ant-input-number:hover + .ant-form-item-children-icon {
20047 opacity: 0;
20048 transition: opacity 0.24s linear 0.24s;
20049}
20050.ant-input-number-focused {
20051 border-color: var(--ant-primary-color-hover);
20052 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20053 border-right-width: 1px;
20054 outline: 0;
20055}
20056.ant-input-number-disabled {
20057 color: rgba(0, 0, 0, 0.25);
20058 background-color: #f5f5f5;
20059 border-color: #d9d9d9;
20060 box-shadow: none;
20061 cursor: not-allowed;
20062 opacity: 1;
20063}
20064.ant-input-number-disabled:hover {
20065 border-color: #d9d9d9;
20066 border-right-width: 1px;
20067}
20068.ant-input-number-disabled .ant-input-number-input {
20069 cursor: not-allowed;
20070}
20071.ant-input-number-disabled .ant-input-number-handler-wrap {
20072 display: none;
20073}
20074.ant-input-number-readonly .ant-input-number-handler-wrap {
20075 display: none;
20076}
20077.ant-input-number-input {
20078 width: 100%;
20079 height: 30px;
20080 padding: 0 11px;
20081 text-align: left;
20082 background-color: transparent;
20083 border: 0;
20084 border-radius: 2px;
20085 outline: 0;
20086 transition: all 0.3s linear;
20087 -webkit-appearance: textfield !important;
20088 -moz-appearance: textfield !important;
20089 appearance: textfield !important;
20090}
20091.ant-input-number-input::-moz-placeholder {
20092 color: #bfbfbf;
20093 -moz-user-select: none;
20094 user-select: none;
20095}
20096.ant-input-number-input:-ms-input-placeholder {
20097 color: #bfbfbf;
20098 -ms-user-select: none;
20099 user-select: none;
20100}
20101.ant-input-number-input::placeholder {
20102 color: #bfbfbf;
20103 -webkit-user-select: none;
20104 -moz-user-select: none;
20105 -ms-user-select: none;
20106 user-select: none;
20107}
20108.ant-input-number-input:-moz-placeholder-shown {
20109 text-overflow: ellipsis;
20110}
20111.ant-input-number-input:-ms-input-placeholder {
20112 text-overflow: ellipsis;
20113}
20114.ant-input-number-input:placeholder-shown {
20115 text-overflow: ellipsis;
20116}
20117.ant-input-number-input[type='number']::-webkit-inner-spin-button,
20118.ant-input-number-input[type='number']::-webkit-outer-spin-button {
20119 margin: 0;
20120 /* stylelint-disable-next-line property-no-vendor-prefix */
20121 -webkit-appearance: none;
20122 appearance: none;
20123}
20124.ant-input-number-lg {
20125 padding: 0;
20126 font-size: 16px;
20127}
20128.ant-input-number-lg input {
20129 height: 38px;
20130}
20131.ant-input-number-sm {
20132 padding: 0;
20133}
20134.ant-input-number-sm input {
20135 height: 22px;
20136 padding: 0 7px;
20137}
20138.ant-input-number-handler-wrap {
20139 position: absolute;
20140 top: 0;
20141 right: 0;
20142 width: 22px;
20143 height: 100%;
20144 background: #fff;
20145 border-radius: 0 2px 2px 0;
20146 opacity: 0;
20147 transition: opacity 0.24s linear 0.1s;
20148}
20149.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
20150.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
20151 display: flex;
20152 align-items: center;
20153 justify-content: center;
20154 min-width: auto;
20155 margin-right: 0;
20156 font-size: 7px;
20157}
20158.ant-input-number-borderless .ant-input-number-handler-wrap {
20159 border-left-width: 0;
20160}
20161.ant-input-number-handler-wrap:hover .ant-input-number-handler {
20162 height: 40%;
20163}
20164.ant-input-number:hover .ant-input-number-handler-wrap,
20165.ant-input-number-focused .ant-input-number-handler-wrap {
20166 opacity: 1;
20167}
20168.ant-input-number-handler-up {
20169 border-top-right-radius: 2px;
20170 cursor: pointer;
20171}
20172.ant-input-number-handler-up-inner {
20173 top: 50%;
20174 margin-top: -5px;
20175 text-align: center;
20176}
20177.ant-input-number-handler-up:hover {
20178 height: 60% !important;
20179}
20180.ant-input-number-handler-down {
20181 top: 0;
20182 border-top: 1px solid #d9d9d9;
20183 border-bottom-right-radius: 2px;
20184 cursor: pointer;
20185}
20186.ant-input-number-handler-down-inner {
20187 top: 50%;
20188 text-align: center;
20189 transform: translateY(-50%);
20190}
20191.ant-input-number-handler-down:hover {
20192 height: 60% !important;
20193}
20194.ant-input-number-borderless .ant-input-number-handler-down {
20195 border-top-width: 0;
20196}
20197.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
20198.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
20199 border-top: 1px solid #d9d9d9;
20200}
20201.ant-input-number-handler-up-disabled,
20202.ant-input-number-handler-down-disabled {
20203 cursor: not-allowed;
20204}
20205.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
20206.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
20207 color: rgba(0, 0, 0, 0.25);
20208}
20209.ant-input-number-borderless {
20210 box-shadow: none;
20211}
20212.ant-input-number-out-of-range input {
20213 color: var(--ant-error-color);
20214}
20215.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
20216 margin-right: -1px;
20217}
20218.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
20219 margin-left: -1px;
20220}
20221.ant-input-number-compact-item:hover,
20222.ant-input-number-compact-item:focus,
20223.ant-input-number-compact-item:active {
20224 z-index: 2;
20225}
20226.ant-input-number-compact-item.ant-input-number-focused {
20227 z-index: 2;
20228}
20229.ant-input-number-compact-item[disabled] {
20230 z-index: 0;
20231}
20232.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
20233 border-radius: 0;
20234}
20235.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
20236 border-top-right-radius: 0;
20237 border-bottom-right-radius: 0;
20238}
20239.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl) {
20240 border-top-left-radius: 0;
20241 border-bottom-left-radius: 0;
20242}
20243.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item) {
20244 border-top-left-radius: 0;
20245 border-bottom-left-radius: 0;
20246}
20247.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item) {
20248 border-top-right-radius: 0;
20249 border-bottom-right-radius: 0;
20250}
20251.ant-input-number-rtl {
20252 direction: rtl;
20253}
20254.ant-input-number-rtl .ant-input-number-handler {
20255 border-right: 1px solid #d9d9d9;
20256 border-left: 0;
20257}
20258.ant-input-number-rtl .ant-input-number-handler-wrap {
20259 right: auto;
20260 left: 0;
20261}
20262.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
20263 border-right-width: 0;
20264}
20265.ant-input-number-rtl .ant-input-number-handler-up {
20266 border-top-right-radius: 0;
20267}
20268.ant-input-number-rtl .ant-input-number-handler-down {
20269 border-bottom-right-radius: 0;
20270}
20271.ant-input-number-rtl .ant-input-number-input {
20272 direction: ltr;
20273 text-align: right;
20274}
20275
20276/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
20277/* stylelint-disable no-duplicate-selectors */
20278/* stylelint-disable */
20279/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
20280html {
20281 --ant-primary-color: #1890ff;
20282 --ant-primary-color-hover: #40a9ff;
20283 --ant-primary-color-active: #096dd9;
20284 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
20285 --ant-primary-1: #e6f7ff;
20286 --ant-primary-2: #bae7ff;
20287 --ant-primary-3: #91d5ff;
20288 --ant-primary-4: #69c0ff;
20289 --ant-primary-5: #40a9ff;
20290 --ant-primary-6: #1890ff;
20291 --ant-primary-7: #096dd9;
20292 --ant-primary-color-deprecated-pure: ;
20293 --ant-primary-color-deprecated-l-35: #cbe6ff;
20294 --ant-primary-color-deprecated-l-20: #7ec1ff;
20295 --ant-primary-color-deprecated-t-20: #46a6ff;
20296 --ant-primary-color-deprecated-t-50: #8cc8ff;
20297 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
20298 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
20299 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
20300 --ant-success-color: #52c41a;
20301 --ant-success-color-hover: #73d13d;
20302 --ant-success-color-active: #389e0d;
20303 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
20304 --ant-success-color-deprecated-bg: #f6ffed;
20305 --ant-success-color-deprecated-border: #b7eb8f;
20306 --ant-error-color: #ff4d4f;
20307 --ant-error-color-hover: #ff7875;
20308 --ant-error-color-active: #d9363e;
20309 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
20310 --ant-error-color-deprecated-bg: #fff2f0;
20311 --ant-error-color-deprecated-border: #ffccc7;
20312 --ant-warning-color: #faad14;
20313 --ant-warning-color-hover: #ffc53d;
20314 --ant-warning-color-active: #d48806;
20315 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
20316 --ant-warning-color-deprecated-bg: #fffbe6;
20317 --ant-warning-color-deprecated-border: #ffe58f;
20318 --ant-info-color: #1890ff;
20319 --ant-info-color-deprecated-bg: #e6f7ff;
20320 --ant-info-color-deprecated-border: #91d5ff;
20321}
20322.ant-input-affix-wrapper {
20323 position: relative;
20324 display: inline-block;
20325 width: 100%;
20326 min-width: 0;
20327 padding: 4px 11px;
20328 color: rgba(0, 0, 0, 0.85);
20329 font-size: 14px;
20330 line-height: 1.5715;
20331 background-color: #fff;
20332 background-image: none;
20333 border: 1px solid #d9d9d9;
20334 border-radius: 2px;
20335 transition: all 0.3s;
20336 display: inline-flex;
20337}
20338.ant-input-affix-wrapper::-moz-placeholder {
20339 color: #bfbfbf;
20340 -moz-user-select: none;
20341 user-select: none;
20342}
20343.ant-input-affix-wrapper:-ms-input-placeholder {
20344 color: #bfbfbf;
20345 -ms-user-select: none;
20346 user-select: none;
20347}
20348.ant-input-affix-wrapper::placeholder {
20349 color: #bfbfbf;
20350 -webkit-user-select: none;
20351 -moz-user-select: none;
20352 -ms-user-select: none;
20353 user-select: none;
20354}
20355.ant-input-affix-wrapper:-moz-placeholder-shown {
20356 text-overflow: ellipsis;
20357}
20358.ant-input-affix-wrapper:-ms-input-placeholder {
20359 text-overflow: ellipsis;
20360}
20361.ant-input-affix-wrapper:placeholder-shown {
20362 text-overflow: ellipsis;
20363}
20364.ant-input-affix-wrapper:hover {
20365 border-color: var(--ant-primary-5);
20366 border-right-width: 1px;
20367}
20368.ant-input-rtl .ant-input-affix-wrapper:hover {
20369 border-right-width: 0;
20370 border-left-width: 1px !important;
20371}
20372.ant-input-affix-wrapper:focus,
20373.ant-input-affix-wrapper-focused {
20374 border-color: var(--ant-primary-color-hover);
20375 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20376 border-right-width: 1px;
20377 outline: 0;
20378}
20379.ant-input-rtl .ant-input-affix-wrapper:focus,
20380.ant-input-rtl .ant-input-affix-wrapper-focused {
20381 border-right-width: 0;
20382 border-left-width: 1px !important;
20383}
20384.ant-input-affix-wrapper-disabled {
20385 color: rgba(0, 0, 0, 0.25);
20386 background-color: #f5f5f5;
20387 border-color: #d9d9d9;
20388 box-shadow: none;
20389 cursor: not-allowed;
20390 opacity: 1;
20391}
20392.ant-input-affix-wrapper-disabled:hover {
20393 border-color: #d9d9d9;
20394 border-right-width: 1px;
20395}
20396.ant-input-affix-wrapper[disabled] {
20397 color: rgba(0, 0, 0, 0.25);
20398 background-color: #f5f5f5;
20399 border-color: #d9d9d9;
20400 box-shadow: none;
20401 cursor: not-allowed;
20402 opacity: 1;
20403}
20404.ant-input-affix-wrapper[disabled]:hover {
20405 border-color: #d9d9d9;
20406 border-right-width: 1px;
20407}
20408.ant-input-affix-wrapper-borderless,
20409.ant-input-affix-wrapper-borderless:hover,
20410.ant-input-affix-wrapper-borderless:focus,
20411.ant-input-affix-wrapper-borderless-focused,
20412.ant-input-affix-wrapper-borderless-disabled,
20413.ant-input-affix-wrapper-borderless[disabled] {
20414 background-color: transparent;
20415 border: none;
20416 box-shadow: none;
20417}
20418textarea.ant-input-affix-wrapper {
20419 max-width: 100%;
20420 height: auto;
20421 min-height: 32px;
20422 line-height: 1.5715;
20423 vertical-align: bottom;
20424 transition: all 0.3s, height 0s;
20425}
20426.ant-input-affix-wrapper-lg {
20427 padding: 6.5px 11px;
20428 font-size: 16px;
20429}
20430.ant-input-affix-wrapper-sm {
20431 padding: 0px 7px;
20432}
20433.ant-input-affix-wrapper-rtl {
20434 direction: rtl;
20435}
20436.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
20437 border-color: var(--ant-primary-5);
20438 border-right-width: 1px;
20439 z-index: 1;
20440}
20441.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
20442 border-right-width: 0;
20443 border-left-width: 1px !important;
20444}
20445.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
20446 z-index: 0;
20447}
20448.ant-input-affix-wrapper-focused,
20449.ant-input-affix-wrapper:focus {
20450 z-index: 1;
20451}
20452.ant-input-affix-wrapper-disabled .ant-input[disabled] {
20453 background: rgba(255, 255, 255, 0);
20454}
20455.ant-input-affix-wrapper > .ant-input {
20456 font-size: inherit;
20457 border: none;
20458 outline: none;
20459}
20460.ant-input-affix-wrapper > .ant-input:focus {
20461 box-shadow: none !important;
20462}
20463.ant-input-affix-wrapper > .ant-input:not(textarea) {
20464 padding: 0;
20465}
20466.ant-input-affix-wrapper::before {
20467 display: inline-block;
20468 width: 0;
20469 visibility: hidden;
20470 content: '\a0';
20471}
20472.ant-input-prefix,
20473.ant-input-suffix {
20474 display: flex;
20475 flex: none;
20476 align-items: center;
20477}
20478.ant-input-prefix > *:not(:last-child),
20479.ant-input-suffix > *:not(:last-child) {
20480 margin-right: 8px;
20481}
20482.ant-input-show-count-suffix {
20483 color: rgba(0, 0, 0, 0.45);
20484}
20485.ant-input-show-count-has-suffix {
20486 margin-right: 2px;
20487}
20488.ant-input-prefix {
20489 margin-right: 4px;
20490}
20491.ant-input-suffix {
20492 margin-left: 4px;
20493}
20494.anticon.ant-input-clear-icon,
20495.ant-input-clear-icon {
20496 margin: 0;
20497 color: rgba(0, 0, 0, 0.25);
20498 font-size: 12px;
20499 vertical-align: -1px;
20500 cursor: pointer;
20501 transition: color 0.3s;
20502}
20503.anticon.ant-input-clear-icon:hover,
20504.ant-input-clear-icon:hover {
20505 color: rgba(0, 0, 0, 0.45);
20506}
20507.anticon.ant-input-clear-icon:active,
20508.ant-input-clear-icon:active {
20509 color: rgba(0, 0, 0, 0.85);
20510}
20511.anticon.ant-input-clear-icon-hidden,
20512.ant-input-clear-icon-hidden {
20513 visibility: hidden;
20514}
20515.anticon.ant-input-clear-icon-has-suffix,
20516.ant-input-clear-icon-has-suffix {
20517 margin: 0 4px;
20518}
20519.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
20520 padding: 0;
20521}
20522.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
20523 position: absolute;
20524 top: 8px;
20525 right: 8px;
20526 z-index: 1;
20527}
20528.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
20529.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
20530 background: #fff;
20531 border-color: var(--ant-error-color);
20532}
20533.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
20534.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
20535 border-color: var(--ant-error-color-hover);
20536 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
20537 border-right-width: 1px;
20538 outline: 0;
20539}
20540.ant-input-status-error .ant-input-prefix {
20541 color: var(--ant-error-color);
20542}
20543.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
20544.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
20545 background: #fff;
20546 border-color: var(--ant-warning-color);
20547}
20548.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
20549.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
20550 border-color: var(--ant-warning-color-hover);
20551 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
20552 border-right-width: 1px;
20553 outline: 0;
20554}
20555.ant-input-status-warning .ant-input-prefix {
20556 color: var(--ant-warning-color);
20557}
20558.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
20559.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
20560 background: #fff;
20561 border-color: var(--ant-error-color);
20562}
20563.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
20564.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
20565 border-color: var(--ant-error-color-hover);
20566 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
20567 border-right-width: 1px;
20568 outline: 0;
20569}
20570.ant-input-affix-wrapper-status-error .ant-input-prefix {
20571 color: var(--ant-error-color);
20572}
20573.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
20574.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
20575 background: #fff;
20576 border-color: var(--ant-warning-color);
20577}
20578.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
20579.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
20580 border-color: var(--ant-warning-color-hover);
20581 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
20582 border-right-width: 1px;
20583 outline: 0;
20584}
20585.ant-input-affix-wrapper-status-warning .ant-input-prefix {
20586 color: var(--ant-warning-color);
20587}
20588.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
20589.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
20590.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
20591.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
20592 padding-right: 24px;
20593}
20594.ant-input-group-wrapper-status-error .ant-input-group-addon {
20595 color: var(--ant-error-color);
20596 border-color: var(--ant-error-color);
20597}
20598.ant-input-group-wrapper-status-warning .ant-input-group-addon {
20599 color: var(--ant-warning-color);
20600 border-color: var(--ant-warning-color);
20601}
20602.ant-input {
20603 box-sizing: border-box;
20604 margin: 0;
20605 padding: 0;
20606 font-variant: tabular-nums;
20607 list-style: none;
20608 font-feature-settings: 'tnum';
20609 position: relative;
20610 display: inline-block;
20611 width: 100%;
20612 min-width: 0;
20613 padding: 4px 11px;
20614 color: rgba(0, 0, 0, 0.85);
20615 font-size: 14px;
20616 line-height: 1.5715;
20617 background-color: #fff;
20618 background-image: none;
20619 border: 1px solid #d9d9d9;
20620 border-radius: 2px;
20621 transition: all 0.3s;
20622}
20623.ant-input::-moz-placeholder {
20624 color: #bfbfbf;
20625 -moz-user-select: none;
20626 user-select: none;
20627}
20628.ant-input:-ms-input-placeholder {
20629 color: #bfbfbf;
20630 -ms-user-select: none;
20631 user-select: none;
20632}
20633.ant-input::placeholder {
20634 color: #bfbfbf;
20635 -webkit-user-select: none;
20636 -moz-user-select: none;
20637 -ms-user-select: none;
20638 user-select: none;
20639}
20640.ant-input:-moz-placeholder-shown {
20641 text-overflow: ellipsis;
20642}
20643.ant-input:-ms-input-placeholder {
20644 text-overflow: ellipsis;
20645}
20646.ant-input:placeholder-shown {
20647 text-overflow: ellipsis;
20648}
20649.ant-input:hover {
20650 border-color: var(--ant-primary-5);
20651 border-right-width: 1px;
20652}
20653.ant-input-rtl .ant-input:hover {
20654 border-right-width: 0;
20655 border-left-width: 1px !important;
20656}
20657.ant-input:focus,
20658.ant-input-focused {
20659 border-color: var(--ant-primary-color-hover);
20660 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20661 border-right-width: 1px;
20662 outline: 0;
20663}
20664.ant-input-rtl .ant-input:focus,
20665.ant-input-rtl .ant-input-focused {
20666 border-right-width: 0;
20667 border-left-width: 1px !important;
20668}
20669.ant-input-disabled {
20670 color: rgba(0, 0, 0, 0.25);
20671 background-color: #f5f5f5;
20672 border-color: #d9d9d9;
20673 box-shadow: none;
20674 cursor: not-allowed;
20675 opacity: 1;
20676}
20677.ant-input-disabled:hover {
20678 border-color: #d9d9d9;
20679 border-right-width: 1px;
20680}
20681.ant-input[disabled] {
20682 color: rgba(0, 0, 0, 0.25);
20683 background-color: #f5f5f5;
20684 border-color: #d9d9d9;
20685 box-shadow: none;
20686 cursor: not-allowed;
20687 opacity: 1;
20688}
20689.ant-input[disabled]:hover {
20690 border-color: #d9d9d9;
20691 border-right-width: 1px;
20692}
20693.ant-input-borderless,
20694.ant-input-borderless:hover,
20695.ant-input-borderless:focus,
20696.ant-input-borderless-focused,
20697.ant-input-borderless-disabled,
20698.ant-input-borderless[disabled] {
20699 background-color: transparent;
20700 border: none;
20701 box-shadow: none;
20702}
20703textarea.ant-input {
20704 max-width: 100%;
20705 height: auto;
20706 min-height: 32px;
20707 line-height: 1.5715;
20708 vertical-align: bottom;
20709 transition: all 0.3s, height 0s;
20710}
20711.ant-input-lg {
20712 padding: 6.5px 11px;
20713 font-size: 16px;
20714}
20715.ant-input-sm {
20716 padding: 0px 7px;
20717}
20718.ant-input-rtl {
20719 direction: rtl;
20720}
20721.ant-input-group {
20722 box-sizing: border-box;
20723 margin: 0;
20724 padding: 0;
20725 color: rgba(0, 0, 0, 0.85);
20726 font-size: 14px;
20727 font-variant: tabular-nums;
20728 line-height: 1.5715;
20729 list-style: none;
20730 font-feature-settings: 'tnum';
20731 position: relative;
20732 display: table;
20733 width: 100%;
20734 border-collapse: separate;
20735 border-spacing: 0;
20736}
20737.ant-input-group[class*='col-'] {
20738 float: none;
20739 padding-right: 0;
20740 padding-left: 0;
20741}
20742.ant-input-group > [class*='col-'] {
20743 padding-right: 8px;
20744}
20745.ant-input-group > [class*='col-']:last-child {
20746 padding-right: 0;
20747}
20748.ant-input-group-addon,
20749.ant-input-group-wrap,
20750.ant-input-group > .ant-input {
20751 display: table-cell;
20752}
20753.ant-input-group-addon:not(:first-child):not(:last-child),
20754.ant-input-group-wrap:not(:first-child):not(:last-child),
20755.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
20756 border-radius: 0;
20757}
20758.ant-input-group-addon,
20759.ant-input-group-wrap {
20760 width: 1px;
20761 white-space: nowrap;
20762 vertical-align: middle;
20763}
20764.ant-input-group-wrap > * {
20765 display: block !important;
20766}
20767.ant-input-group .ant-input {
20768 float: left;
20769 width: 100%;
20770 margin-bottom: 0;
20771 text-align: inherit;
20772}
20773.ant-input-group .ant-input:focus {
20774 z-index: 1;
20775 border-right-width: 1px;
20776}
20777.ant-input-group .ant-input:hover {
20778 z-index: 1;
20779 border-right-width: 1px;
20780}
20781.ant-input-search-with-button .ant-input-group .ant-input:hover {
20782 z-index: 0;
20783}
20784.ant-input-group-addon {
20785 position: relative;
20786 padding: 0 11px;
20787 color: rgba(0, 0, 0, 0.85);
20788 font-weight: normal;
20789 font-size: 14px;
20790 text-align: center;
20791 background-color: #fafafa;
20792 border: 1px solid #d9d9d9;
20793 border-radius: 2px;
20794 transition: all 0.3s;
20795}
20796.ant-input-group-addon .ant-select {
20797 margin: -5px -11px;
20798}
20799.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
20800 background-color: inherit;
20801 border: 1px solid transparent;
20802 box-shadow: none;
20803}
20804.ant-input-group-addon .ant-select-open .ant-select-selector,
20805.ant-input-group-addon .ant-select-focused .ant-select-selector {
20806 color: var(--ant-primary-color);
20807}
20808.ant-input-group-addon .ant-cascader-picker {
20809 margin: -9px -12px;
20810 background-color: transparent;
20811}
20812.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
20813 text-align: left;
20814 border: 0;
20815 box-shadow: none;
20816}
20817.ant-input-group > .ant-input:first-child,
20818.ant-input-group-addon:first-child {
20819 border-top-right-radius: 0;
20820 border-bottom-right-radius: 0;
20821}
20822.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
20823.ant-input-group-addon:first-child .ant-select .ant-select-selector {
20824 border-top-right-radius: 0;
20825 border-bottom-right-radius: 0;
20826}
20827.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
20828 border-top-left-radius: 0;
20829 border-bottom-left-radius: 0;
20830}
20831.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
20832 border-top-right-radius: 0;
20833 border-bottom-right-radius: 0;
20834}
20835.ant-input-group-addon:first-child {
20836 border-right: 0;
20837}
20838.ant-input-group-addon:last-child {
20839 border-left: 0;
20840}
20841.ant-input-group > .ant-input:last-child,
20842.ant-input-group-addon:last-child {
20843 border-top-left-radius: 0;
20844 border-bottom-left-radius: 0;
20845}
20846.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
20847.ant-input-group-addon:last-child .ant-select .ant-select-selector {
20848 border-top-left-radius: 0;
20849 border-bottom-left-radius: 0;
20850}
20851.ant-input-group-lg .ant-input,
20852.ant-input-group-lg > .ant-input-group-addon {
20853 padding: 6.5px 11px;
20854 font-size: 16px;
20855}
20856.ant-input-group-sm .ant-input,
20857.ant-input-group-sm > .ant-input-group-addon {
20858 padding: 0px 7px;
20859}
20860.ant-input-group-lg .ant-select-single .ant-select-selector {
20861 height: 40px;
20862}
20863.ant-input-group-sm .ant-select-single .ant-select-selector {
20864 height: 24px;
20865}
20866.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
20867 border-top-right-radius: 0;
20868 border-bottom-right-radius: 0;
20869}
20870.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
20871 border-top-left-radius: 2px;
20872 border-bottom-left-radius: 2px;
20873}
20874.ant-input-group .ant-input-affix-wrapper:not(:first-child),
20875.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
20876 border-top-left-radius: 0;
20877 border-bottom-left-radius: 0;
20878}
20879.ant-input-group.ant-input-group-compact {
20880 display: block;
20881}
20882.ant-input-group.ant-input-group-compact::before {
20883 display: table;
20884 content: '';
20885}
20886.ant-input-group.ant-input-group-compact::after {
20887 display: table;
20888 clear: both;
20889 content: '';
20890}
20891.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
20892.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
20893.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
20894 border-right-width: 1px;
20895}
20896.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
20897.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
20898.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
20899 z-index: 1;
20900}
20901.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
20902.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
20903.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
20904 z-index: 1;
20905}
20906.ant-input-group.ant-input-group-compact > * {
20907 display: inline-block;
20908 float: none;
20909 vertical-align: top;
20910 border-radius: 0;
20911}
20912.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
20913.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
20914.ant-input-group.ant-input-group-compact > .ant-picker-range {
20915 display: inline-flex;
20916}
20917.ant-input-group.ant-input-group-compact > *:not(:last-child) {
20918 margin-right: -1px;
20919 border-right-width: 1px;
20920}
20921.ant-input-group.ant-input-group-compact .ant-input {
20922 float: none;
20923}
20924.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
20925.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
20926.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
20927.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
20928 border-right-width: 1px;
20929 border-radius: 0;
20930}
20931.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
20932.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
20933.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
20934.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
20935 z-index: 1;
20936}
20937.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
20938.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
20939.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
20940.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
20941 z-index: 1;
20942}
20943.ant-input-group.ant-input-group-compact > .ant-select-focused {
20944 z-index: 1;
20945}
20946.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
20947 z-index: 1;
20948}
20949.ant-input-group.ant-input-group-compact > *:first-child,
20950.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
20951.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
20952.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
20953 border-top-left-radius: 2px;
20954 border-bottom-left-radius: 2px;
20955}
20956.ant-input-group.ant-input-group-compact > *:last-child,
20957.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
20958.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
20959.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
20960 border-right-width: 1px;
20961 border-top-right-radius: 2px;
20962 border-bottom-right-radius: 2px;
20963}
20964.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
20965 vertical-align: top;
20966}
20967.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
20968 margin-left: -1px;
20969}
20970.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
20971 border-radius: 0;
20972}
20973.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
20974 border-radius: 0;
20975}
20976.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
20977 border-radius: 2px 0 0 2px;
20978}
20979.ant-input-group > .ant-input-rtl:first-child,
20980.ant-input-group-rtl .ant-input-group-addon:first-child {
20981 border-radius: 0 2px 2px 0;
20982}
20983.ant-input-group-rtl .ant-input-group-addon:first-child {
20984 border-right: 1px solid #d9d9d9;
20985 border-left: 0;
20986}
20987.ant-input-group-rtl .ant-input-group-addon:last-child {
20988 border-right: 0;
20989 border-left: 1px solid #d9d9d9;
20990 border-radius: 2px 0 0 2px;
20991}
20992.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
20993.ant-input-group-rtl.ant-input-group-addon:last-child {
20994 border-radius: 2px 0 0 2px;
20995}
20996.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
20997 border-radius: 2px 0 0 2px;
20998}
20999.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
21000 border-radius: 0 2px 2px 0;
21001}
21002.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
21003 margin-right: 0;
21004 margin-left: -1px;
21005 border-left-width: 1px;
21006}
21007.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
21008.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
21009.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
21010.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
21011 border-radius: 0 2px 2px 0;
21012}
21013.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
21014.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
21015.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
21016.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
21017.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
21018 border-left-width: 1px;
21019 border-radius: 2px 0 0 2px;
21020}
21021.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
21022 margin-right: -1px;
21023 margin-left: 0;
21024}
21025.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
21026 border-radius: 0 2px 2px 0;
21027}
21028.ant-input-group-wrapper {
21029 display: inline-block;
21030 width: 100%;
21031 text-align: start;
21032 vertical-align: top;
21033}
21034.ant-input-password-icon.anticon {
21035 color: rgba(0, 0, 0, 0.45);
21036 cursor: pointer;
21037 transition: all 0.3s;
21038}
21039.ant-input-password-icon.anticon:hover {
21040 color: rgba(0, 0, 0, 0.85);
21041}
21042.ant-input[type='color'] {
21043 height: 32px;
21044}
21045.ant-input[type='color'].ant-input-lg {
21046 height: 40px;
21047}
21048.ant-input[type='color'].ant-input-sm {
21049 height: 24px;
21050 padding-top: 3px;
21051 padding-bottom: 3px;
21052}
21053.ant-input-textarea-show-count > .ant-input {
21054 height: 100%;
21055}
21056.ant-input-textarea-show-count::after {
21057 float: right;
21058 color: rgba(0, 0, 0, 0.45);
21059 white-space: nowrap;
21060 content: attr(data-count);
21061 pointer-events: none;
21062}
21063.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
21064 margin-bottom: -22px;
21065}
21066.ant-input-textarea-suffix {
21067 position: absolute;
21068 top: 0;
21069 right: 11px;
21070 bottom: 0;
21071 z-index: 1;
21072 display: inline-flex;
21073 align-items: center;
21074 margin: auto;
21075}
21076.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
21077 margin-right: -1px;
21078}
21079.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
21080 margin-left: -1px;
21081}
21082.ant-input-compact-item:hover,
21083.ant-input-compact-item:focus,
21084.ant-input-compact-item:active {
21085 z-index: 2;
21086}
21087.ant-input-compact-item[disabled] {
21088 z-index: 0;
21089}
21090.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
21091 border-radius: 0;
21092}
21093.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
21094 border-top-right-radius: 0;
21095 border-bottom-right-radius: 0;
21096}
21097.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
21098 border-top-left-radius: 0;
21099 border-bottom-left-radius: 0;
21100}
21101.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
21102 border-top-left-radius: 0;
21103 border-bottom-left-radius: 0;
21104}
21105.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
21106 border-top-right-radius: 0;
21107 border-bottom-right-radius: 0;
21108}
21109.ant-input-search .ant-input:hover,
21110.ant-input-search .ant-input:focus {
21111 border-color: var(--ant-primary-5);
21112}
21113.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
21114.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
21115 border-left-color: var(--ant-primary-5);
21116}
21117.ant-input-search .ant-input-affix-wrapper {
21118 border-radius: 0;
21119}
21120.ant-input-search .ant-input-lg {
21121 line-height: 1.5713;
21122}
21123.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
21124 left: -1px;
21125 padding: 0;
21126 border: 0;
21127}
21128.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
21129 padding-top: 0;
21130 padding-bottom: 0;
21131 border-radius: 0 2px 2px 0;
21132}
21133.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
21134 color: rgba(0, 0, 0, 0.45);
21135}
21136.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
21137 top: 0;
21138 right: 0;
21139 bottom: 0;
21140 left: 0;
21141}
21142.ant-input-search-button {
21143 height: 32px;
21144}
21145.ant-input-search-button:hover,
21146.ant-input-search-button:focus {
21147 z-index: 1;
21148}
21149.ant-input-search-large .ant-input-search-button {
21150 height: 40px;
21151}
21152.ant-input-search-small .ant-input-search-button {
21153 height: 24px;
21154}
21155.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
21156 margin-right: -1px;
21157 border-radius: 0;
21158}
21159.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
21160.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
21161 border-radius: 0;
21162}
21163.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
21164.ant-input-search.ant-input-compact-item > .ant-input:hover,
21165.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
21166.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
21167.ant-input-search.ant-input-compact-item > .ant-input:focus,
21168.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
21169.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
21170.ant-input-search.ant-input-compact-item > .ant-input:active,
21171.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
21172 z-index: 2;
21173}
21174.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
21175 z-index: 2;
21176}
21177.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
21178 margin-left: -1px;
21179 border-radius: 0;
21180}
21181.ant-input-group-wrapper-rtl {
21182 direction: rtl;
21183}
21184.ant-input-group-rtl {
21185 direction: rtl;
21186}
21187.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
21188 border: none;
21189 outline: none;
21190}
21191.ant-input-affix-wrapper-rtl .ant-input-prefix {
21192 margin: 0 0 0 4px;
21193}
21194.ant-input-affix-wrapper-rtl .ant-input-suffix {
21195 margin: 0 4px 0 0;
21196}
21197.ant-input-textarea-rtl {
21198 direction: rtl;
21199}
21200.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
21201 text-align: left;
21202}
21203.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
21204 margin-right: 0;
21205 margin-left: 4px;
21206}
21207.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
21208 right: auto;
21209 left: 8px;
21210}
21211.ant-input-search-rtl {
21212 direction: rtl;
21213}
21214.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
21215.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
21216 border-left-color: #d9d9d9;
21217}
21218.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
21219.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
21220 border-left-color: var(--ant-primary-5);
21221}
21222.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
21223.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
21224 border-right-color: var(--ant-primary-5);
21225}
21226.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
21227 right: -1px;
21228 left: auto;
21229}
21230.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
21231 border-radius: 2px 0 0 2px;
21232}
21233@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
21234 .ant-input {
21235 height: 32px;
21236 }
21237 .ant-input-lg {
21238 height: 40px;
21239 }
21240 .ant-input-sm {
21241 height: 24px;
21242 }
21243 .ant-input-affix-wrapper > input.ant-input {
21244 height: auto;
21245 }
21246}
21247
21248/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21249/* stylelint-disable no-duplicate-selectors */
21250/* stylelint-disable */
21251/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21252html {
21253 --ant-primary-color: #1890ff;
21254 --ant-primary-color-hover: #40a9ff;
21255 --ant-primary-color-active: #096dd9;
21256 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21257 --ant-primary-1: #e6f7ff;
21258 --ant-primary-2: #bae7ff;
21259 --ant-primary-3: #91d5ff;
21260 --ant-primary-4: #69c0ff;
21261 --ant-primary-5: #40a9ff;
21262 --ant-primary-6: #1890ff;
21263 --ant-primary-7: #096dd9;
21264 --ant-primary-color-deprecated-pure: ;
21265 --ant-primary-color-deprecated-l-35: #cbe6ff;
21266 --ant-primary-color-deprecated-l-20: #7ec1ff;
21267 --ant-primary-color-deprecated-t-20: #46a6ff;
21268 --ant-primary-color-deprecated-t-50: #8cc8ff;
21269 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21270 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21271 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21272 --ant-success-color: #52c41a;
21273 --ant-success-color-hover: #73d13d;
21274 --ant-success-color-active: #389e0d;
21275 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
21276 --ant-success-color-deprecated-bg: #f6ffed;
21277 --ant-success-color-deprecated-border: #b7eb8f;
21278 --ant-error-color: #ff4d4f;
21279 --ant-error-color-hover: #ff7875;
21280 --ant-error-color-active: #d9363e;
21281 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
21282 --ant-error-color-deprecated-bg: #fff2f0;
21283 --ant-error-color-deprecated-border: #ffccc7;
21284 --ant-warning-color: #faad14;
21285 --ant-warning-color-hover: #ffc53d;
21286 --ant-warning-color-active: #d48806;
21287 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
21288 --ant-warning-color-deprecated-bg: #fffbe6;
21289 --ant-warning-color-deprecated-border: #ffe58f;
21290 --ant-info-color: #1890ff;
21291 --ant-info-color-deprecated-bg: #e6f7ff;
21292 --ant-info-color-deprecated-border: #91d5ff;
21293}
21294.ant-layout {
21295 display: flex;
21296 flex: auto;
21297 flex-direction: column;
21298 /* fix firefox can't set height smaller than content on flex item */
21299 min-height: 0;
21300 background: #f0f2f5;
21301}
21302.ant-layout,
21303.ant-layout * {
21304 box-sizing: border-box;
21305}
21306.ant-layout.ant-layout-has-sider {
21307 flex-direction: row;
21308}
21309.ant-layout.ant-layout-has-sider > .ant-layout,
21310.ant-layout.ant-layout-has-sider > .ant-layout-content {
21311 width: 0;
21312}
21313.ant-layout-header,
21314.ant-layout-footer {
21315 flex: 0 0 auto;
21316}
21317.ant-layout-header {
21318 height: 64px;
21319 padding: 0 50px;
21320 color: rgba(0, 0, 0, 0.85);
21321 line-height: 64px;
21322 background: #001529;
21323}
21324.ant-layout-footer {
21325 padding: 24px 50px;
21326 color: rgba(0, 0, 0, 0.85);
21327 font-size: 14px;
21328 background: #f0f2f5;
21329}
21330.ant-layout-content {
21331 flex: auto;
21332 /* fix firefox can't set height smaller than content on flex item */
21333 min-height: 0;
21334}
21335.ant-layout-sider {
21336 position: relative;
21337 /* fix firefox can't set width smaller than content on flex item */
21338 min-width: 0;
21339 background: #001529;
21340 transition: all 0.2s;
21341}
21342.ant-layout-sider-children {
21343 height: 100%;
21344 margin-top: -0.1px;
21345 padding-top: 0.1px;
21346}
21347.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
21348 width: auto;
21349}
21350.ant-layout-sider-has-trigger {
21351 padding-bottom: 48px;
21352}
21353.ant-layout-sider-right {
21354 order: 1;
21355}
21356.ant-layout-sider-trigger {
21357 position: fixed;
21358 bottom: 0;
21359 z-index: 1;
21360 height: 48px;
21361 color: #fff;
21362 line-height: 48px;
21363 text-align: center;
21364 background: #002140;
21365 cursor: pointer;
21366 transition: all 0.2s;
21367}
21368.ant-layout-sider-zero-width > * {
21369 overflow: hidden;
21370}
21371.ant-layout-sider-zero-width-trigger {
21372 position: absolute;
21373 top: 64px;
21374 right: -36px;
21375 z-index: 1;
21376 width: 36px;
21377 height: 42px;
21378 color: #fff;
21379 font-size: 18px;
21380 line-height: 42px;
21381 text-align: center;
21382 background: #001529;
21383 border-radius: 0 2px 2px 0;
21384 cursor: pointer;
21385 transition: background 0.3s ease;
21386}
21387.ant-layout-sider-zero-width-trigger::after {
21388 position: absolute;
21389 top: 0;
21390 right: 0;
21391 bottom: 0;
21392 left: 0;
21393 background: transparent;
21394 transition: all 0.3s;
21395 content: '';
21396}
21397.ant-layout-sider-zero-width-trigger:hover::after {
21398 background: rgba(255, 255, 255, 0.1);
21399}
21400.ant-layout-sider-zero-width-trigger-right {
21401 left: -36px;
21402 border-radius: 2px 0 0 2px;
21403}
21404.ant-layout-sider-light {
21405 background: #fff;
21406}
21407.ant-layout-sider-light .ant-layout-sider-trigger {
21408 color: rgba(0, 0, 0, 0.85);
21409 background: #fff;
21410}
21411.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
21412 color: rgba(0, 0, 0, 0.85);
21413 background: #fff;
21414}
21415.ant-layout-rtl {
21416 direction: rtl;
21417}
21418
21419/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21420/* stylelint-disable no-duplicate-selectors */
21421/* stylelint-disable */
21422/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21423html {
21424 --ant-primary-color: #1890ff;
21425 --ant-primary-color-hover: #40a9ff;
21426 --ant-primary-color-active: #096dd9;
21427 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21428 --ant-primary-1: #e6f7ff;
21429 --ant-primary-2: #bae7ff;
21430 --ant-primary-3: #91d5ff;
21431 --ant-primary-4: #69c0ff;
21432 --ant-primary-5: #40a9ff;
21433 --ant-primary-6: #1890ff;
21434 --ant-primary-7: #096dd9;
21435 --ant-primary-color-deprecated-pure: ;
21436 --ant-primary-color-deprecated-l-35: #cbe6ff;
21437 --ant-primary-color-deprecated-l-20: #7ec1ff;
21438 --ant-primary-color-deprecated-t-20: #46a6ff;
21439 --ant-primary-color-deprecated-t-50: #8cc8ff;
21440 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21441 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21442 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21443 --ant-success-color: #52c41a;
21444 --ant-success-color-hover: #73d13d;
21445 --ant-success-color-active: #389e0d;
21446 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
21447 --ant-success-color-deprecated-bg: #f6ffed;
21448 --ant-success-color-deprecated-border: #b7eb8f;
21449 --ant-error-color: #ff4d4f;
21450 --ant-error-color-hover: #ff7875;
21451 --ant-error-color-active: #d9363e;
21452 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
21453 --ant-error-color-deprecated-bg: #fff2f0;
21454 --ant-error-color-deprecated-border: #ffccc7;
21455 --ant-warning-color: #faad14;
21456 --ant-warning-color-hover: #ffc53d;
21457 --ant-warning-color-active: #d48806;
21458 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
21459 --ant-warning-color-deprecated-bg: #fffbe6;
21460 --ant-warning-color-deprecated-border: #ffe58f;
21461 --ant-info-color: #1890ff;
21462 --ant-info-color-deprecated-bg: #e6f7ff;
21463 --ant-info-color-deprecated-border: #91d5ff;
21464}
21465.ant-list {
21466 box-sizing: border-box;
21467 margin: 0;
21468 padding: 0;
21469 color: rgba(0, 0, 0, 0.85);
21470 font-size: 14px;
21471 font-variant: tabular-nums;
21472 line-height: 1.5715;
21473 list-style: none;
21474 font-feature-settings: 'tnum';
21475 position: relative;
21476}
21477.ant-list * {
21478 outline: none;
21479}
21480.ant-list-pagination {
21481 margin-top: 24px;
21482 text-align: right;
21483}
21484.ant-list-pagination .ant-pagination-options {
21485 text-align: left;
21486}
21487.ant-list-more {
21488 margin-top: 12px;
21489 text-align: center;
21490}
21491.ant-list-more button {
21492 padding-right: 32px;
21493 padding-left: 32px;
21494}
21495.ant-list-spin {
21496 min-height: 40px;
21497 text-align: center;
21498}
21499.ant-list-empty-text {
21500 padding: 16px;
21501 color: rgba(0, 0, 0, 0.25);
21502 font-size: 14px;
21503 text-align: center;
21504}
21505.ant-list-items {
21506 margin: 0;
21507 padding: 0;
21508 list-style: none;
21509}
21510.ant-list-item {
21511 display: flex;
21512 align-items: center;
21513 justify-content: space-between;
21514 padding: 12px 0;
21515 color: rgba(0, 0, 0, 0.85);
21516}
21517.ant-list-item-meta {
21518 display: flex;
21519 flex: 1;
21520 align-items: flex-start;
21521 max-width: 100%;
21522}
21523.ant-list-item-meta-avatar {
21524 margin-right: 16px;
21525}
21526.ant-list-item-meta-content {
21527 flex: 1 0;
21528 width: 0;
21529 color: rgba(0, 0, 0, 0.85);
21530}
21531.ant-list-item-meta-title {
21532 margin-bottom: 4px;
21533 color: rgba(0, 0, 0, 0.85);
21534 font-size: 14px;
21535 line-height: 1.5715;
21536}
21537.ant-list-item-meta-title > a {
21538 color: rgba(0, 0, 0, 0.85);
21539 transition: all 0.3s;
21540}
21541.ant-list-item-meta-title > a:hover {
21542 color: var(--ant-primary-color);
21543}
21544.ant-list-item-meta-description {
21545 color: rgba(0, 0, 0, 0.45);
21546 font-size: 14px;
21547 line-height: 1.5715;
21548}
21549.ant-list-item-action {
21550 flex: 0 0 auto;
21551 margin-left: 48px;
21552 padding: 0;
21553 font-size: 0;
21554 list-style: none;
21555}
21556.ant-list-item-action > li {
21557 position: relative;
21558 display: inline-block;
21559 padding: 0 8px;
21560 color: rgba(0, 0, 0, 0.45);
21561 font-size: 14px;
21562 line-height: 1.5715;
21563 text-align: center;
21564}
21565.ant-list-item-action > li:first-child {
21566 padding-left: 0;
21567}
21568.ant-list-item-action-split {
21569 position: absolute;
21570 top: 50%;
21571 right: 0;
21572 width: 1px;
21573 height: 14px;
21574 margin-top: -7px;
21575 background-color: rgba(0, 0, 0, 0.06);
21576}
21577.ant-list-header {
21578 background: transparent;
21579}
21580.ant-list-footer {
21581 background: transparent;
21582}
21583.ant-list-header,
21584.ant-list-footer {
21585 padding-top: 12px;
21586 padding-bottom: 12px;
21587}
21588.ant-list-empty {
21589 padding: 16px 0;
21590 color: rgba(0, 0, 0, 0.45);
21591 font-size: 12px;
21592 text-align: center;
21593}
21594.ant-list-split .ant-list-item {
21595 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
21596}
21597.ant-list-split .ant-list-item:last-child {
21598 border-bottom: none;
21599}
21600.ant-list-split .ant-list-header {
21601 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
21602}
21603.ant-list-split.ant-list-empty .ant-list-footer {
21604 border-top: 1px solid rgba(0, 0, 0, 0.06);
21605}
21606.ant-list-loading .ant-list-spin-nested-loading {
21607 min-height: 32px;
21608}
21609.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
21610 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
21611}
21612.ant-list-lg .ant-list-item {
21613 padding: 16px 24px;
21614}
21615.ant-list-sm .ant-list-item {
21616 padding: 8px 16px;
21617}
21618.ant-list-vertical .ant-list-item {
21619 align-items: initial;
21620}
21621.ant-list-vertical .ant-list-item-main {
21622 display: block;
21623 flex: 1;
21624}
21625.ant-list-vertical .ant-list-item-extra {
21626 margin-left: 40px;
21627}
21628.ant-list-vertical .ant-list-item-meta {
21629 margin-bottom: 16px;
21630}
21631.ant-list-vertical .ant-list-item-meta-title {
21632 margin-bottom: 12px;
21633 color: rgba(0, 0, 0, 0.85);
21634 font-size: 16px;
21635 line-height: 24px;
21636}
21637.ant-list-vertical .ant-list-item-action {
21638 margin-top: 16px;
21639 margin-left: auto;
21640}
21641.ant-list-vertical .ant-list-item-action > li {
21642 padding: 0 16px;
21643}
21644.ant-list-vertical .ant-list-item-action > li:first-child {
21645 padding-left: 0;
21646}
21647.ant-list-grid .ant-col > .ant-list-item {
21648 display: block;
21649 max-width: 100%;
21650 margin-bottom: 16px;
21651 padding-top: 0;
21652 padding-bottom: 0;
21653 border-bottom: none;
21654}
21655.ant-list-item-no-flex {
21656 display: block;
21657}
21658.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
21659 float: right;
21660}
21661.ant-list-bordered {
21662 border: 1px solid #d9d9d9;
21663 border-radius: 2px;
21664}
21665.ant-list-bordered .ant-list-header {
21666 padding-right: 24px;
21667 padding-left: 24px;
21668}
21669.ant-list-bordered .ant-list-footer {
21670 padding-right: 24px;
21671 padding-left: 24px;
21672}
21673.ant-list-bordered .ant-list-item {
21674 padding-right: 24px;
21675 padding-left: 24px;
21676}
21677.ant-list-bordered .ant-list-pagination {
21678 margin: 16px 24px;
21679}
21680.ant-list-bordered.ant-list-sm .ant-list-item {
21681 padding: 8px 16px;
21682}
21683.ant-list-bordered.ant-list-sm .ant-list-header,
21684.ant-list-bordered.ant-list-sm .ant-list-footer {
21685 padding: 8px 16px;
21686}
21687.ant-list-bordered.ant-list-lg .ant-list-item {
21688 padding: 16px 24px;
21689}
21690.ant-list-bordered.ant-list-lg .ant-list-header,
21691.ant-list-bordered.ant-list-lg .ant-list-footer {
21692 padding: 16px 24px;
21693}
21694@media screen and (max-width: 768px) {
21695 .ant-list-item-action {
21696 margin-left: 24px;
21697 }
21698 .ant-list-vertical .ant-list-item-extra {
21699 margin-left: 24px;
21700 }
21701}
21702@media screen and (max-width: 576px) {
21703 .ant-list-item {
21704 flex-wrap: wrap;
21705 }
21706 .ant-list-item-action {
21707 margin-left: 12px;
21708 }
21709 .ant-list-vertical .ant-list-item {
21710 flex-wrap: wrap-reverse;
21711 }
21712 .ant-list-vertical .ant-list-item-main {
21713 min-width: 220px;
21714 }
21715 .ant-list-vertical .ant-list-item-extra {
21716 margin: auto auto 16px;
21717 }
21718}
21719.ant-list-rtl {
21720 direction: rtl;
21721 text-align: right;
21722}
21723.ant-list-rtl .ReactVirtualized__List .ant-list-item {
21724 direction: rtl;
21725}
21726.ant-list-rtl .ant-list-pagination {
21727 text-align: left;
21728}
21729.ant-list-rtl .ant-list-item-meta-avatar {
21730 margin-right: 0;
21731 margin-left: 16px;
21732}
21733.ant-list-rtl .ant-list-item-action {
21734 margin-right: 48px;
21735 margin-left: 0;
21736}
21737.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
21738 padding-right: 0;
21739 padding-left: 16px;
21740}
21741.ant-list-rtl .ant-list-item-action-split {
21742 right: auto;
21743 left: 0;
21744}
21745.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
21746 margin-right: 40px;
21747 margin-left: 0;
21748}
21749.ant-list-rtl.ant-list-vertical .ant-list-item-action {
21750 margin-right: auto;
21751}
21752.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
21753 padding-right: 0;
21754 padding-left: 16px;
21755}
21756.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
21757 float: left;
21758}
21759@media screen and (max-width: 768px) {
21760 .ant-list-rtl .ant-list-item-action {
21761 margin-right: 24px;
21762 margin-left: 0;
21763 }
21764 .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
21765 margin-right: 24px;
21766 margin-left: 0;
21767 }
21768}
21769@media screen and (max-width: 576px) {
21770 .ant-list-rtl .ant-list-item-action {
21771 margin-right: 22px;
21772 margin-left: 0;
21773 }
21774 .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
21775 margin: auto auto 16px;
21776 }
21777}
21778
21779/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21780/* stylelint-disable no-duplicate-selectors */
21781/* stylelint-disable */
21782/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21783html {
21784 --ant-primary-color: #1890ff;
21785 --ant-primary-color-hover: #40a9ff;
21786 --ant-primary-color-active: #096dd9;
21787 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21788 --ant-primary-1: #e6f7ff;
21789 --ant-primary-2: #bae7ff;
21790 --ant-primary-3: #91d5ff;
21791 --ant-primary-4: #69c0ff;
21792 --ant-primary-5: #40a9ff;
21793 --ant-primary-6: #1890ff;
21794 --ant-primary-7: #096dd9;
21795 --ant-primary-color-deprecated-pure: ;
21796 --ant-primary-color-deprecated-l-35: #cbe6ff;
21797 --ant-primary-color-deprecated-l-20: #7ec1ff;
21798 --ant-primary-color-deprecated-t-20: #46a6ff;
21799 --ant-primary-color-deprecated-t-50: #8cc8ff;
21800 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21801 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21802 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21803 --ant-success-color: #52c41a;
21804 --ant-success-color-hover: #73d13d;
21805 --ant-success-color-active: #389e0d;
21806 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
21807 --ant-success-color-deprecated-bg: #f6ffed;
21808 --ant-success-color-deprecated-border: #b7eb8f;
21809 --ant-error-color: #ff4d4f;
21810 --ant-error-color-hover: #ff7875;
21811 --ant-error-color-active: #d9363e;
21812 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
21813 --ant-error-color-deprecated-bg: #fff2f0;
21814 --ant-error-color-deprecated-border: #ffccc7;
21815 --ant-warning-color: #faad14;
21816 --ant-warning-color-hover: #ffc53d;
21817 --ant-warning-color-active: #d48806;
21818 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
21819 --ant-warning-color-deprecated-bg: #fffbe6;
21820 --ant-warning-color-deprecated-border: #ffe58f;
21821 --ant-info-color: #1890ff;
21822 --ant-info-color-deprecated-bg: #e6f7ff;
21823 --ant-info-color-deprecated-border: #91d5ff;
21824}
21825.ant-pagination {
21826 box-sizing: border-box;
21827 margin: 0;
21828 padding: 0;
21829 color: rgba(0, 0, 0, 0.85);
21830 font-size: 14px;
21831 font-variant: tabular-nums;
21832 line-height: 1.5715;
21833 list-style: none;
21834 font-feature-settings: 'tnum';
21835}
21836.ant-pagination ul,
21837.ant-pagination ol {
21838 margin: 0;
21839 padding: 0;
21840 list-style: none;
21841}
21842.ant-pagination::after {
21843 display: block;
21844 clear: both;
21845 height: 0;
21846 overflow: hidden;
21847 visibility: hidden;
21848 content: ' ';
21849}
21850.ant-pagination-total-text {
21851 display: inline-block;
21852 height: 32px;
21853 margin-right: 8px;
21854 line-height: 30px;
21855 vertical-align: middle;
21856}
21857.ant-pagination-item {
21858 display: inline-block;
21859 min-width: 32px;
21860 height: 32px;
21861 margin-right: 8px;
21862 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';
21863 line-height: 30px;
21864 text-align: center;
21865 vertical-align: middle;
21866 list-style: none;
21867 background-color: #fff;
21868 border: 1px solid #d9d9d9;
21869 border-radius: 2px;
21870 outline: 0;
21871 cursor: pointer;
21872 -webkit-user-select: none;
21873 -moz-user-select: none;
21874 -ms-user-select: none;
21875 user-select: none;
21876}
21877.ant-pagination-item a {
21878 display: block;
21879 padding: 0 6px;
21880 color: rgba(0, 0, 0, 0.85);
21881 transition: none;
21882}
21883.ant-pagination-item a:hover {
21884 text-decoration: none;
21885}
21886.ant-pagination-item:hover {
21887 border-color: var(--ant-primary-color);
21888 transition: all 0.3s;
21889}
21890.ant-pagination-item:hover a {
21891 color: var(--ant-primary-color);
21892}
21893.ant-pagination-item:focus-visible {
21894 border-color: var(--ant-primary-color);
21895 transition: all 0.3s;
21896}
21897.ant-pagination-item:focus-visible a {
21898 color: var(--ant-primary-color);
21899}
21900.ant-pagination-item-active {
21901 font-weight: 500;
21902 background: #fff;
21903 border-color: var(--ant-primary-color);
21904}
21905.ant-pagination-item-active a {
21906 color: var(--ant-primary-color);
21907}
21908.ant-pagination-item-active:hover {
21909 border-color: var(--ant-primary-5);
21910}
21911.ant-pagination-item-active:focus-visible {
21912 border-color: var(--ant-primary-5);
21913}
21914.ant-pagination-item-active:hover a {
21915 color: var(--ant-primary-5);
21916}
21917.ant-pagination-item-active:focus-visible a {
21918 color: var(--ant-primary-5);
21919}
21920.ant-pagination-jump-prev,
21921.ant-pagination-jump-next {
21922 outline: 0;
21923}
21924.ant-pagination-jump-prev .ant-pagination-item-container,
21925.ant-pagination-jump-next .ant-pagination-item-container {
21926 position: relative;
21927}
21928.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
21929.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
21930 color: var(--ant-primary-color);
21931 font-size: 12px;
21932 letter-spacing: -1px;
21933 opacity: 0;
21934 transition: all 0.2s;
21935}
21936.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
21937.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
21938 top: 0;
21939 right: 0;
21940 bottom: 0;
21941 left: 0;
21942 margin: auto;
21943}
21944.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
21945.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
21946 position: absolute;
21947 top: 0;
21948 right: 0;
21949 bottom: 0;
21950 left: 0;
21951 display: block;
21952 margin: auto;
21953 color: rgba(0, 0, 0, 0.25);
21954 font-family: Arial, Helvetica, sans-serif;
21955 letter-spacing: 2px;
21956 text-align: center;
21957 text-indent: 0.13em;
21958 opacity: 1;
21959 transition: all 0.2s;
21960}
21961.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
21962.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
21963 opacity: 1;
21964}
21965.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
21966.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
21967 opacity: 0;
21968}
21969.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
21970.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
21971 opacity: 1;
21972}
21973.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
21974.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
21975 opacity: 0;
21976}
21977.ant-pagination-prev,
21978.ant-pagination-jump-prev,
21979.ant-pagination-jump-next {
21980 margin-right: 8px;
21981}
21982.ant-pagination-prev,
21983.ant-pagination-next,
21984.ant-pagination-jump-prev,
21985.ant-pagination-jump-next {
21986 display: inline-block;
21987 min-width: 32px;
21988 height: 32px;
21989 color: rgba(0, 0, 0, 0.85);
21990 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';
21991 line-height: 32px;
21992 text-align: center;
21993 vertical-align: middle;
21994 list-style: none;
21995 border-radius: 2px;
21996 cursor: pointer;
21997 transition: all 0.3s;
21998}
21999.ant-pagination-prev,
22000.ant-pagination-next {
22001 font-family: Arial, Helvetica, sans-serif;
22002 outline: 0;
22003}
22004.ant-pagination-prev button,
22005.ant-pagination-next button {
22006 color: rgba(0, 0, 0, 0.85);
22007 cursor: pointer;
22008 -webkit-user-select: none;
22009 -moz-user-select: none;
22010 -ms-user-select: none;
22011 user-select: none;
22012}
22013.ant-pagination-prev:hover button,
22014.ant-pagination-next:hover button {
22015 border-color: var(--ant-primary-5);
22016}
22017.ant-pagination-prev .ant-pagination-item-link,
22018.ant-pagination-next .ant-pagination-item-link {
22019 display: block;
22020 width: 100%;
22021 height: 100%;
22022 padding: 0;
22023 font-size: 12px;
22024 text-align: center;
22025 background-color: #fff;
22026 border: 1px solid #d9d9d9;
22027 border-radius: 2px;
22028 outline: none;
22029 transition: all 0.3s;
22030}
22031.ant-pagination-prev:focus-visible .ant-pagination-item-link,
22032.ant-pagination-next:focus-visible .ant-pagination-item-link {
22033 color: var(--ant-primary-color);
22034 border-color: var(--ant-primary-color);
22035}
22036.ant-pagination-prev:hover .ant-pagination-item-link,
22037.ant-pagination-next:hover .ant-pagination-item-link {
22038 color: var(--ant-primary-color);
22039 border-color: var(--ant-primary-color);
22040}
22041.ant-pagination-disabled,
22042.ant-pagination-disabled:hover {
22043 cursor: not-allowed;
22044}
22045.ant-pagination-disabled .ant-pagination-item-link,
22046.ant-pagination-disabled:hover .ant-pagination-item-link {
22047 color: rgba(0, 0, 0, 0.25);
22048 border-color: #d9d9d9;
22049 cursor: not-allowed;
22050}
22051.ant-pagination-disabled:focus-visible {
22052 cursor: not-allowed;
22053}
22054.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
22055 color: rgba(0, 0, 0, 0.25);
22056 border-color: #d9d9d9;
22057 cursor: not-allowed;
22058}
22059.ant-pagination-slash {
22060 margin: 0 10px 0 5px;
22061}
22062.ant-pagination-options {
22063 display: inline-block;
22064 margin-left: 16px;
22065 vertical-align: middle;
22066}
22067@media all and (-ms-high-contrast: none) {
22068 .ant-pagination-options *::-ms-backdrop,
22069 .ant-pagination-options {
22070 vertical-align: top;
22071 }
22072}
22073.ant-pagination-options-size-changer.ant-select {
22074 display: inline-block;
22075 width: auto;
22076}
22077.ant-pagination-options-quick-jumper {
22078 display: inline-block;
22079 height: 32px;
22080 margin-left: 8px;
22081 line-height: 32px;
22082 vertical-align: top;
22083}
22084.ant-pagination-options-quick-jumper input {
22085 position: relative;
22086 display: inline-block;
22087 width: 100%;
22088 min-width: 0;
22089 padding: 4px 11px;
22090 color: rgba(0, 0, 0, 0.85);
22091 font-size: 14px;
22092 line-height: 1.5715;
22093 background-color: #fff;
22094 background-image: none;
22095 border: 1px solid #d9d9d9;
22096 border-radius: 2px;
22097 transition: all 0.3s;
22098 width: 50px;
22099 height: 32px;
22100 margin: 0 8px;
22101}
22102.ant-pagination-options-quick-jumper input::-moz-placeholder {
22103 color: #bfbfbf;
22104 -moz-user-select: none;
22105 user-select: none;
22106}
22107.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
22108 color: #bfbfbf;
22109 -ms-user-select: none;
22110 user-select: none;
22111}
22112.ant-pagination-options-quick-jumper input::placeholder {
22113 color: #bfbfbf;
22114 -webkit-user-select: none;
22115 -moz-user-select: none;
22116 -ms-user-select: none;
22117 user-select: none;
22118}
22119.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
22120 text-overflow: ellipsis;
22121}
22122.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
22123 text-overflow: ellipsis;
22124}
22125.ant-pagination-options-quick-jumper input:placeholder-shown {
22126 text-overflow: ellipsis;
22127}
22128.ant-pagination-options-quick-jumper input:hover {
22129 border-color: var(--ant-primary-5);
22130 border-right-width: 1px;
22131}
22132.ant-pagination-options-quick-jumper input:focus,
22133.ant-pagination-options-quick-jumper input-focused {
22134 border-color: var(--ant-primary-color-hover);
22135 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22136 border-right-width: 1px;
22137 outline: 0;
22138}
22139.ant-pagination-options-quick-jumper input-disabled {
22140 color: rgba(0, 0, 0, 0.25);
22141 background-color: #f5f5f5;
22142 border-color: #d9d9d9;
22143 box-shadow: none;
22144 cursor: not-allowed;
22145 opacity: 1;
22146}
22147.ant-pagination-options-quick-jumper input-disabled:hover {
22148 border-color: #d9d9d9;
22149 border-right-width: 1px;
22150}
22151.ant-pagination-options-quick-jumper input[disabled] {
22152 color: rgba(0, 0, 0, 0.25);
22153 background-color: #f5f5f5;
22154 border-color: #d9d9d9;
22155 box-shadow: none;
22156 cursor: not-allowed;
22157 opacity: 1;
22158}
22159.ant-pagination-options-quick-jumper input[disabled]:hover {
22160 border-color: #d9d9d9;
22161 border-right-width: 1px;
22162}
22163.ant-pagination-options-quick-jumper input-borderless,
22164.ant-pagination-options-quick-jumper input-borderless:hover,
22165.ant-pagination-options-quick-jumper input-borderless:focus,
22166.ant-pagination-options-quick-jumper input-borderless-focused,
22167.ant-pagination-options-quick-jumper input-borderless-disabled,
22168.ant-pagination-options-quick-jumper input-borderless[disabled] {
22169 background-color: transparent;
22170 border: none;
22171 box-shadow: none;
22172}
22173textarea.ant-pagination-options-quick-jumper input {
22174 max-width: 100%;
22175 height: auto;
22176 min-height: 32px;
22177 line-height: 1.5715;
22178 vertical-align: bottom;
22179 transition: all 0.3s, height 0s;
22180}
22181.ant-pagination-options-quick-jumper input-lg {
22182 padding: 6.5px 11px;
22183 font-size: 16px;
22184}
22185.ant-pagination-options-quick-jumper input-sm {
22186 padding: 0px 7px;
22187}
22188.ant-pagination-simple .ant-pagination-prev,
22189.ant-pagination-simple .ant-pagination-next {
22190 height: 24px;
22191 line-height: 24px;
22192 vertical-align: top;
22193}
22194.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
22195.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
22196 height: 24px;
22197 background-color: transparent;
22198 border: 0;
22199}
22200.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
22201.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
22202 height: 24px;
22203 line-height: 24px;
22204}
22205.ant-pagination-simple .ant-pagination-simple-pager {
22206 display: inline-block;
22207 height: 24px;
22208 margin-right: 8px;
22209}
22210.ant-pagination-simple .ant-pagination-simple-pager input {
22211 box-sizing: border-box;
22212 height: 100%;
22213 margin-right: 8px;
22214 padding: 0 6px;
22215 text-align: center;
22216 background-color: #fff;
22217 border: 1px solid #d9d9d9;
22218 border-radius: 2px;
22219 outline: none;
22220 transition: border-color 0.3s;
22221}
22222.ant-pagination-simple .ant-pagination-simple-pager input:hover {
22223 border-color: var(--ant-primary-color);
22224}
22225.ant-pagination-simple .ant-pagination-simple-pager input:focus {
22226 border-color: var(--ant-primary-color-hover);
22227 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22228}
22229.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
22230 color: rgba(0, 0, 0, 0.25);
22231 background: #f5f5f5;
22232 border-color: #d9d9d9;
22233 cursor: not-allowed;
22234}
22235.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
22236.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
22237 height: 24px;
22238 line-height: 24px;
22239}
22240.ant-pagination.ant-pagination-mini .ant-pagination-item {
22241 min-width: 24px;
22242 height: 24px;
22243 margin: 0;
22244 line-height: 22px;
22245}
22246.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
22247 background: transparent;
22248 border-color: transparent;
22249}
22250.ant-pagination.ant-pagination-mini .ant-pagination-prev,
22251.ant-pagination.ant-pagination-mini .ant-pagination-next {
22252 min-width: 24px;
22253 height: 24px;
22254 margin: 0;
22255 line-height: 24px;
22256}
22257.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
22258.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
22259 background: transparent;
22260 border-color: transparent;
22261}
22262.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
22263.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
22264 height: 24px;
22265 line-height: 24px;
22266}
22267.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
22268.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
22269 height: 24px;
22270 margin-right: 0;
22271 line-height: 24px;
22272}
22273.ant-pagination.ant-pagination-mini .ant-pagination-options {
22274 margin-left: 2px;
22275}
22276.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
22277 top: 0px;
22278}
22279.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
22280 height: 24px;
22281 line-height: 24px;
22282}
22283.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
22284 padding: 0px 7px;
22285 width: 44px;
22286 height: 24px;
22287}
22288.ant-pagination.ant-pagination-disabled {
22289 cursor: not-allowed;
22290}
22291.ant-pagination.ant-pagination-disabled .ant-pagination-item {
22292 background: #f5f5f5;
22293 border-color: #d9d9d9;
22294 cursor: not-allowed;
22295}
22296.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
22297 color: rgba(0, 0, 0, 0.25);
22298 background: transparent;
22299 border: none;
22300 cursor: not-allowed;
22301}
22302.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
22303 background: #e6e6e6;
22304}
22305.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
22306 color: rgba(0, 0, 0, 0.25);
22307}
22308.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
22309 color: rgba(0, 0, 0, 0.25);
22310 background: #f5f5f5;
22311 border-color: #d9d9d9;
22312 cursor: not-allowed;
22313}
22314.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
22315 background: transparent;
22316}
22317.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
22318 opacity: 0;
22319}
22320.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
22321 opacity: 1;
22322}
22323.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
22324 color: rgba(0, 0, 0, 0.25);
22325}
22326@media only screen and (max-width: 992px) {
22327 .ant-pagination-item-after-jump-prev,
22328 .ant-pagination-item-before-jump-next {
22329 display: none;
22330 }
22331}
22332@media only screen and (max-width: 576px) {
22333 .ant-pagination-options {
22334 display: none;
22335 }
22336}
22337.ant-pagination-rtl .ant-pagination-total-text {
22338 margin-right: 0;
22339 margin-left: 8px;
22340}
22341.ant-pagination-rtl .ant-pagination-item,
22342.ant-pagination-rtl .ant-pagination-prev,
22343.ant-pagination-rtl .ant-pagination-jump-prev,
22344.ant-pagination-rtl .ant-pagination-jump-next {
22345 margin-right: 0;
22346 margin-left: 8px;
22347}
22348.ant-pagination-rtl .ant-pagination-slash {
22349 margin: 0 5px 0 10px;
22350}
22351.ant-pagination-rtl .ant-pagination-options {
22352 margin-right: 16px;
22353 margin-left: 0;
22354}
22355.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
22356 margin-right: 0;
22357 margin-left: 8px;
22358}
22359.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
22360 margin-left: 0;
22361}
22362.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
22363 margin-right: 0;
22364 margin-left: 8px;
22365}
22366.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
22367 margin-right: 0;
22368 margin-left: 8px;
22369}
22370.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
22371 margin-right: 2px;
22372 margin-left: 0;
22373}
22374
22375/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22376/* stylelint-disable no-duplicate-selectors */
22377/* stylelint-disable */
22378/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22379html {
22380 --ant-primary-color: #1890ff;
22381 --ant-primary-color-hover: #40a9ff;
22382 --ant-primary-color-active: #096dd9;
22383 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22384 --ant-primary-1: #e6f7ff;
22385 --ant-primary-2: #bae7ff;
22386 --ant-primary-3: #91d5ff;
22387 --ant-primary-4: #69c0ff;
22388 --ant-primary-5: #40a9ff;
22389 --ant-primary-6: #1890ff;
22390 --ant-primary-7: #096dd9;
22391 --ant-primary-color-deprecated-pure: ;
22392 --ant-primary-color-deprecated-l-35: #cbe6ff;
22393 --ant-primary-color-deprecated-l-20: #7ec1ff;
22394 --ant-primary-color-deprecated-t-20: #46a6ff;
22395 --ant-primary-color-deprecated-t-50: #8cc8ff;
22396 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22397 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22398 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22399 --ant-success-color: #52c41a;
22400 --ant-success-color-hover: #73d13d;
22401 --ant-success-color-active: #389e0d;
22402 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
22403 --ant-success-color-deprecated-bg: #f6ffed;
22404 --ant-success-color-deprecated-border: #b7eb8f;
22405 --ant-error-color: #ff4d4f;
22406 --ant-error-color-hover: #ff7875;
22407 --ant-error-color-active: #d9363e;
22408 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
22409 --ant-error-color-deprecated-bg: #fff2f0;
22410 --ant-error-color-deprecated-border: #ffccc7;
22411 --ant-warning-color: #faad14;
22412 --ant-warning-color-hover: #ffc53d;
22413 --ant-warning-color-active: #d48806;
22414 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
22415 --ant-warning-color-deprecated-bg: #fffbe6;
22416 --ant-warning-color-deprecated-border: #ffe58f;
22417 --ant-info-color: #1890ff;
22418 --ant-info-color-deprecated-bg: #e6f7ff;
22419 --ant-info-color-deprecated-border: #91d5ff;
22420}
22421.ant-spin {
22422 box-sizing: border-box;
22423 margin: 0;
22424 padding: 0;
22425 color: rgba(0, 0, 0, 0.85);
22426 font-size: 14px;
22427 font-variant: tabular-nums;
22428 line-height: 1.5715;
22429 list-style: none;
22430 font-feature-settings: 'tnum';
22431 position: absolute;
22432 display: none;
22433 color: var(--ant-primary-color);
22434 font-size: 0;
22435 text-align: center;
22436 vertical-align: middle;
22437 opacity: 0;
22438 transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
22439}
22440.ant-spin-spinning {
22441 position: static;
22442 display: inline-block;
22443 opacity: 1;
22444}
22445.ant-spin-nested-loading {
22446 position: relative;
22447}
22448.ant-spin-nested-loading > div > .ant-spin {
22449 position: absolute;
22450 top: 0;
22451 left: 0;
22452 z-index: 4;
22453 display: block;
22454 width: 100%;
22455 height: 100%;
22456 max-height: 400px;
22457}
22458.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
22459 position: absolute;
22460 top: 50%;
22461 left: 50%;
22462 margin: -10px;
22463}
22464.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
22465 position: absolute;
22466 top: 50%;
22467 width: 100%;
22468 padding-top: 5px;
22469 font-size: 14px;
22470 text-shadow: 0 1px 2px #fff;
22471}
22472.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
22473 margin-top: -20px;
22474}
22475.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
22476 margin: -7px;
22477}
22478.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
22479 padding-top: 2px;
22480}
22481.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
22482 margin-top: -17px;
22483}
22484.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
22485 margin: -16px;
22486}
22487.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
22488 padding-top: 11px;
22489}
22490.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
22491 margin-top: -26px;
22492}
22493.ant-spin-container {
22494 position: relative;
22495 transition: opacity 0.3s;
22496}
22497.ant-spin-container::after {
22498 position: absolute;
22499 top: 0;
22500 right: 0;
22501 bottom: 0;
22502 left: 0;
22503 z-index: 10;
22504 display: none \9;
22505 width: 100%;
22506 height: 100%;
22507 background: #fff;
22508 opacity: 0;
22509 transition: all 0.3s;
22510 content: '';
22511 pointer-events: none;
22512}
22513.ant-spin-blur {
22514 clear: both;
22515 opacity: 0.5;
22516 -webkit-user-select: none;
22517 -moz-user-select: none;
22518 -ms-user-select: none;
22519 user-select: none;
22520 pointer-events: none;
22521}
22522.ant-spin-blur::after {
22523 opacity: 0.4;
22524 pointer-events: auto;
22525}
22526.ant-spin-tip {
22527 color: rgba(0, 0, 0, 0.45);
22528}
22529.ant-spin-dot {
22530 position: relative;
22531 display: inline-block;
22532 font-size: 20px;
22533 width: 1em;
22534 height: 1em;
22535}
22536.ant-spin-dot-item {
22537 position: absolute;
22538 display: block;
22539 width: 9px;
22540 height: 9px;
22541 background-color: var(--ant-primary-color);
22542 border-radius: 100%;
22543 transform: scale(0.75);
22544 transform-origin: 50% 50%;
22545 opacity: 0.3;
22546 animation: antSpinMove 1s infinite linear alternate;
22547}
22548.ant-spin-dot-item:nth-child(1) {
22549 top: 0;
22550 left: 0;
22551}
22552.ant-spin-dot-item:nth-child(2) {
22553 top: 0;
22554 right: 0;
22555 animation-delay: 0.4s;
22556}
22557.ant-spin-dot-item:nth-child(3) {
22558 right: 0;
22559 bottom: 0;
22560 animation-delay: 0.8s;
22561}
22562.ant-spin-dot-item:nth-child(4) {
22563 bottom: 0;
22564 left: 0;
22565 animation-delay: 1.2s;
22566}
22567.ant-spin-dot-spin {
22568 transform: rotate(0deg);
22569 animation: antRotate 1.2s infinite linear;
22570}
22571.ant-spin-sm .ant-spin-dot {
22572 font-size: 14px;
22573}
22574.ant-spin-sm .ant-spin-dot i {
22575 width: 6px;
22576 height: 6px;
22577}
22578.ant-spin-lg .ant-spin-dot {
22579 font-size: 32px;
22580}
22581.ant-spin-lg .ant-spin-dot i {
22582 width: 14px;
22583 height: 14px;
22584}
22585.ant-spin.ant-spin-show-text .ant-spin-text {
22586 display: block;
22587}
22588@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
22589 /* IE10+ */
22590 .ant-spin-blur {
22591 background: #fff;
22592 opacity: 0.5;
22593 }
22594}
22595@keyframes antSpinMove {
22596 to {
22597 opacity: 1;
22598 }
22599}
22600@keyframes antRotate {
22601 to {
22602 transform: rotate(360deg);
22603 }
22604}
22605.ant-spin-rtl {
22606 direction: rtl;
22607}
22608.ant-spin-rtl .ant-spin-dot-spin {
22609 transform: rotate(-45deg);
22610 animation-name: antRotateRtl;
22611}
22612@keyframes antRotateRtl {
22613 to {
22614 transform: rotate(-405deg);
22615 }
22616}
22617
22618/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22619/* stylelint-disable no-duplicate-selectors */
22620/* stylelint-disable */
22621/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22622html {
22623 --ant-primary-color: #1890ff;
22624 --ant-primary-color-hover: #40a9ff;
22625 --ant-primary-color-active: #096dd9;
22626 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22627 --ant-primary-1: #e6f7ff;
22628 --ant-primary-2: #bae7ff;
22629 --ant-primary-3: #91d5ff;
22630 --ant-primary-4: #69c0ff;
22631 --ant-primary-5: #40a9ff;
22632 --ant-primary-6: #1890ff;
22633 --ant-primary-7: #096dd9;
22634 --ant-primary-color-deprecated-pure: ;
22635 --ant-primary-color-deprecated-l-35: #cbe6ff;
22636 --ant-primary-color-deprecated-l-20: #7ec1ff;
22637 --ant-primary-color-deprecated-t-20: #46a6ff;
22638 --ant-primary-color-deprecated-t-50: #8cc8ff;
22639 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22640 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22641 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22642 --ant-success-color: #52c41a;
22643 --ant-success-color-hover: #73d13d;
22644 --ant-success-color-active: #389e0d;
22645 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
22646 --ant-success-color-deprecated-bg: #f6ffed;
22647 --ant-success-color-deprecated-border: #b7eb8f;
22648 --ant-error-color: #ff4d4f;
22649 --ant-error-color-hover: #ff7875;
22650 --ant-error-color-active: #d9363e;
22651 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
22652 --ant-error-color-deprecated-bg: #fff2f0;
22653 --ant-error-color-deprecated-border: #ffccc7;
22654 --ant-warning-color: #faad14;
22655 --ant-warning-color-hover: #ffc53d;
22656 --ant-warning-color-active: #d48806;
22657 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
22658 --ant-warning-color-deprecated-bg: #fffbe6;
22659 --ant-warning-color-deprecated-border: #ffe58f;
22660 --ant-info-color: #1890ff;
22661 --ant-info-color-deprecated-bg: #e6f7ff;
22662 --ant-info-color-deprecated-border: #91d5ff;
22663}
22664
22665/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22666/* stylelint-disable no-duplicate-selectors */
22667/* stylelint-disable */
22668/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22669html {
22670 --ant-primary-color: #1890ff;
22671 --ant-primary-color-hover: #40a9ff;
22672 --ant-primary-color-active: #096dd9;
22673 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22674 --ant-primary-1: #e6f7ff;
22675 --ant-primary-2: #bae7ff;
22676 --ant-primary-3: #91d5ff;
22677 --ant-primary-4: #69c0ff;
22678 --ant-primary-5: #40a9ff;
22679 --ant-primary-6: #1890ff;
22680 --ant-primary-7: #096dd9;
22681 --ant-primary-color-deprecated-pure: ;
22682 --ant-primary-color-deprecated-l-35: #cbe6ff;
22683 --ant-primary-color-deprecated-l-20: #7ec1ff;
22684 --ant-primary-color-deprecated-t-20: #46a6ff;
22685 --ant-primary-color-deprecated-t-50: #8cc8ff;
22686 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22687 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22688 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22689 --ant-success-color: #52c41a;
22690 --ant-success-color-hover: #73d13d;
22691 --ant-success-color-active: #389e0d;
22692 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
22693 --ant-success-color-deprecated-bg: #f6ffed;
22694 --ant-success-color-deprecated-border: #b7eb8f;
22695 --ant-error-color: #ff4d4f;
22696 --ant-error-color-hover: #ff7875;
22697 --ant-error-color-active: #d9363e;
22698 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
22699 --ant-error-color-deprecated-bg: #fff2f0;
22700 --ant-error-color-deprecated-border: #ffccc7;
22701 --ant-warning-color: #faad14;
22702 --ant-warning-color-hover: #ffc53d;
22703 --ant-warning-color-active: #d48806;
22704 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
22705 --ant-warning-color-deprecated-bg: #fffbe6;
22706 --ant-warning-color-deprecated-border: #ffe58f;
22707 --ant-info-color: #1890ff;
22708 --ant-info-color-deprecated-bg: #e6f7ff;
22709 --ant-info-color-deprecated-border: #91d5ff;
22710}
22711.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
22712.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
22713 background: #fff;
22714 border-color: var(--ant-error-color);
22715}
22716.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
22717.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
22718 border-color: var(--ant-error-color-hover);
22719 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
22720 border-right-width: 1px;
22721 outline: 0;
22722}
22723.ant-mentions-status-error .ant-input-prefix {
22724 color: var(--ant-error-color);
22725}
22726.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
22727.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
22728 background: #fff;
22729 border-color: var(--ant-warning-color);
22730}
22731.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
22732.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
22733 border-color: var(--ant-warning-color-hover);
22734 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
22735 border-right-width: 1px;
22736 outline: 0;
22737}
22738.ant-mentions-status-warning .ant-input-prefix {
22739 color: var(--ant-warning-color);
22740}
22741.ant-mentions {
22742 box-sizing: border-box;
22743 margin: 0;
22744 font-variant: tabular-nums;
22745 list-style: none;
22746 font-feature-settings: 'tnum';
22747 width: 100%;
22748 min-width: 0;
22749 padding: 4px 11px;
22750 color: rgba(0, 0, 0, 0.85);
22751 font-size: 14px;
22752 background-color: #fff;
22753 background-image: none;
22754 border: 1px solid #d9d9d9;
22755 border-radius: 2px;
22756 transition: all 0.3s;
22757 position: relative;
22758 display: inline-block;
22759 height: auto;
22760 padding: 0;
22761 overflow: hidden;
22762 line-height: 1.5715;
22763 white-space: pre-wrap;
22764 vertical-align: bottom;
22765}
22766.ant-mentions::-moz-placeholder {
22767 color: #bfbfbf;
22768 -moz-user-select: none;
22769 user-select: none;
22770}
22771.ant-mentions:-ms-input-placeholder {
22772 color: #bfbfbf;
22773 -ms-user-select: none;
22774 user-select: none;
22775}
22776.ant-mentions::placeholder {
22777 color: #bfbfbf;
22778 -webkit-user-select: none;
22779 -moz-user-select: none;
22780 -ms-user-select: none;
22781 user-select: none;
22782}
22783.ant-mentions:-moz-placeholder-shown {
22784 text-overflow: ellipsis;
22785}
22786.ant-mentions:-ms-input-placeholder {
22787 text-overflow: ellipsis;
22788}
22789.ant-mentions:placeholder-shown {
22790 text-overflow: ellipsis;
22791}
22792.ant-mentions:hover {
22793 border-color: var(--ant-primary-5);
22794 border-right-width: 1px;
22795}
22796.ant-mentions:focus,
22797.ant-mentions-focused {
22798 border-color: var(--ant-primary-color-hover);
22799 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22800 border-right-width: 1px;
22801 outline: 0;
22802}
22803.ant-mentions-disabled {
22804 color: rgba(0, 0, 0, 0.25);
22805 background-color: #f5f5f5;
22806 border-color: #d9d9d9;
22807 box-shadow: none;
22808 cursor: not-allowed;
22809 opacity: 1;
22810}
22811.ant-mentions-disabled:hover {
22812 border-color: #d9d9d9;
22813 border-right-width: 1px;
22814}
22815.ant-mentions[disabled] {
22816 color: rgba(0, 0, 0, 0.25);
22817 background-color: #f5f5f5;
22818 border-color: #d9d9d9;
22819 box-shadow: none;
22820 cursor: not-allowed;
22821 opacity: 1;
22822}
22823.ant-mentions[disabled]:hover {
22824 border-color: #d9d9d9;
22825 border-right-width: 1px;
22826}
22827.ant-mentions-borderless,
22828.ant-mentions-borderless:hover,
22829.ant-mentions-borderless:focus,
22830.ant-mentions-borderless-focused,
22831.ant-mentions-borderless-disabled,
22832.ant-mentions-borderless[disabled] {
22833 background-color: transparent;
22834 border: none;
22835 box-shadow: none;
22836}
22837textarea.ant-mentions {
22838 max-width: 100%;
22839 height: auto;
22840 min-height: 32px;
22841 line-height: 1.5715;
22842 vertical-align: bottom;
22843 transition: all 0.3s, height 0s;
22844}
22845.ant-mentions-lg {
22846 padding: 6.5px 11px;
22847 font-size: 16px;
22848}
22849.ant-mentions-sm {
22850 padding: 0px 7px;
22851}
22852.ant-mentions-disabled > textarea {
22853 color: rgba(0, 0, 0, 0.25);
22854 background-color: #f5f5f5;
22855 border-color: #d9d9d9;
22856 box-shadow: none;
22857 cursor: not-allowed;
22858 opacity: 1;
22859}
22860.ant-mentions-disabled > textarea:hover {
22861 border-color: #d9d9d9;
22862 border-right-width: 1px;
22863}
22864.ant-mentions-focused {
22865 border-color: var(--ant-primary-color-hover);
22866 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22867 border-right-width: 1px;
22868 outline: 0;
22869}
22870.ant-mentions > textarea,
22871.ant-mentions-measure {
22872 min-height: 30px;
22873 margin: 0;
22874 padding: 4px 11px;
22875 overflow: inherit;
22876 overflow-x: hidden;
22877 overflow-y: auto;
22878 /* stylelint-disable declaration-block-no-redundant-longhand-properties */
22879 font-weight: inherit;
22880 font-size: inherit;
22881 font-family: inherit;
22882 font-style: inherit;
22883 font-variant: inherit;
22884 font-size-adjust: inherit;
22885 font-stretch: inherit;
22886 line-height: inherit;
22887 /* stylelint-enable declaration-block-no-redundant-longhand-properties */
22888 direction: inherit;
22889 letter-spacing: inherit;
22890 white-space: inherit;
22891 text-align: inherit;
22892 vertical-align: top;
22893 word-wrap: break-word;
22894 word-break: inherit;
22895 -moz-tab-size: inherit;
22896 -o-tab-size: inherit;
22897 tab-size: inherit;
22898}
22899.ant-mentions > textarea {
22900 width: 100%;
22901 border: none;
22902 outline: none;
22903 resize: none;
22904}
22905.ant-mentions > textarea::-moz-placeholder {
22906 color: #bfbfbf;
22907 -moz-user-select: none;
22908 user-select: none;
22909}
22910.ant-mentions > textarea:-ms-input-placeholder {
22911 color: #bfbfbf;
22912 -ms-user-select: none;
22913 user-select: none;
22914}
22915.ant-mentions > textarea::placeholder {
22916 color: #bfbfbf;
22917 -webkit-user-select: none;
22918 -moz-user-select: none;
22919 -ms-user-select: none;
22920 user-select: none;
22921}
22922.ant-mentions > textarea:-moz-placeholder-shown {
22923 text-overflow: ellipsis;
22924}
22925.ant-mentions > textarea:-ms-input-placeholder {
22926 text-overflow: ellipsis;
22927}
22928.ant-mentions > textarea:placeholder-shown {
22929 text-overflow: ellipsis;
22930}
22931.ant-mentions-measure {
22932 position: absolute;
22933 top: 0;
22934 right: 0;
22935 bottom: 0;
22936 left: 0;
22937 z-index: -1;
22938 color: transparent;
22939 pointer-events: none;
22940}
22941.ant-mentions-measure > span {
22942 display: inline-block;
22943 min-height: 1em;
22944}
22945.ant-mentions-dropdown {
22946 margin: 0;
22947 padding: 0;
22948 color: rgba(0, 0, 0, 0.85);
22949 font-variant: tabular-nums;
22950 line-height: 1.5715;
22951 list-style: none;
22952 font-feature-settings: 'tnum';
22953 position: absolute;
22954 top: -9999px;
22955 left: -9999px;
22956 z-index: 1050;
22957 box-sizing: border-box;
22958 font-size: 14px;
22959 font-variant: initial;
22960 background-color: #fff;
22961 border-radius: 2px;
22962 outline: none;
22963 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
22964}
22965.ant-mentions-dropdown-hidden {
22966 display: none;
22967}
22968.ant-mentions-dropdown-menu {
22969 max-height: 250px;
22970 margin-bottom: 0;
22971 padding-left: 0;
22972 overflow: auto;
22973 list-style: none;
22974 outline: none;
22975}
22976.ant-mentions-dropdown-menu-item {
22977 position: relative;
22978 display: block;
22979 min-width: 100px;
22980 padding: 5px 12px;
22981 overflow: hidden;
22982 color: rgba(0, 0, 0, 0.85);
22983 font-weight: normal;
22984 line-height: 1.5715;
22985 white-space: nowrap;
22986 text-overflow: ellipsis;
22987 cursor: pointer;
22988 transition: background 0.3s ease;
22989}
22990.ant-mentions-dropdown-menu-item:hover {
22991 background-color: #f5f5f5;
22992}
22993.ant-mentions-dropdown-menu-item:first-child {
22994 border-radius: 2px 2px 0 0;
22995}
22996.ant-mentions-dropdown-menu-item:last-child {
22997 border-radius: 0 0 2px 2px;
22998}
22999.ant-mentions-dropdown-menu-item-disabled {
23000 color: rgba(0, 0, 0, 0.25);
23001 cursor: not-allowed;
23002}
23003.ant-mentions-dropdown-menu-item-disabled:hover {
23004 color: rgba(0, 0, 0, 0.25);
23005 background-color: #fff;
23006 cursor: not-allowed;
23007}
23008.ant-mentions-dropdown-menu-item-selected {
23009 color: rgba(0, 0, 0, 0.85);
23010 font-weight: 600;
23011 background-color: #fafafa;
23012}
23013.ant-mentions-dropdown-menu-item-active {
23014 background-color: #f5f5f5;
23015}
23016.ant-mentions-suffix {
23017 position: absolute;
23018 top: 0;
23019 right: 11px;
23020 bottom: 0;
23021 z-index: 1;
23022 display: inline-flex;
23023 align-items: center;
23024 margin: auto;
23025}
23026.ant-mentions-rtl {
23027 direction: rtl;
23028}
23029
23030/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23031/* stylelint-disable no-duplicate-selectors */
23032/* stylelint-disable */
23033/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23034html {
23035 --ant-primary-color: #1890ff;
23036 --ant-primary-color-hover: #40a9ff;
23037 --ant-primary-color-active: #096dd9;
23038 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23039 --ant-primary-1: #e6f7ff;
23040 --ant-primary-2: #bae7ff;
23041 --ant-primary-3: #91d5ff;
23042 --ant-primary-4: #69c0ff;
23043 --ant-primary-5: #40a9ff;
23044 --ant-primary-6: #1890ff;
23045 --ant-primary-7: #096dd9;
23046 --ant-primary-color-deprecated-pure: ;
23047 --ant-primary-color-deprecated-l-35: #cbe6ff;
23048 --ant-primary-color-deprecated-l-20: #7ec1ff;
23049 --ant-primary-color-deprecated-t-20: #46a6ff;
23050 --ant-primary-color-deprecated-t-50: #8cc8ff;
23051 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23052 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23053 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23054 --ant-success-color: #52c41a;
23055 --ant-success-color-hover: #73d13d;
23056 --ant-success-color-active: #389e0d;
23057 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23058 --ant-success-color-deprecated-bg: #f6ffed;
23059 --ant-success-color-deprecated-border: #b7eb8f;
23060 --ant-error-color: #ff4d4f;
23061 --ant-error-color-hover: #ff7875;
23062 --ant-error-color-active: #d9363e;
23063 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23064 --ant-error-color-deprecated-bg: #fff2f0;
23065 --ant-error-color-deprecated-border: #ffccc7;
23066 --ant-warning-color: #faad14;
23067 --ant-warning-color-hover: #ffc53d;
23068 --ant-warning-color-active: #d48806;
23069 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23070 --ant-warning-color-deprecated-bg: #fffbe6;
23071 --ant-warning-color-deprecated-border: #ffe58f;
23072 --ant-info-color: #1890ff;
23073 --ant-info-color-deprecated-bg: #e6f7ff;
23074 --ant-info-color-deprecated-border: #91d5ff;
23075}
23076.ant-message {
23077 box-sizing: border-box;
23078 margin: 0;
23079 padding: 0;
23080 color: rgba(0, 0, 0, 0.85);
23081 font-size: 14px;
23082 font-variant: tabular-nums;
23083 line-height: 1.5715;
23084 list-style: none;
23085 font-feature-settings: 'tnum';
23086 position: fixed;
23087 top: 8px;
23088 left: 0;
23089 z-index: 1010;
23090 width: 100%;
23091 pointer-events: none;
23092}
23093.ant-message-notice {
23094 padding: 8px;
23095 text-align: center;
23096}
23097.ant-message-notice-content {
23098 display: inline-block;
23099 padding: 10px 16px;
23100 background: #fff;
23101 border-radius: 2px;
23102 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
23103 pointer-events: all;
23104}
23105.ant-message-success .anticon {
23106 color: var(--ant-success-color);
23107}
23108.ant-message-error .anticon {
23109 color: var(--ant-error-color);
23110}
23111.ant-message-warning .anticon {
23112 color: var(--ant-warning-color);
23113}
23114.ant-message-info .anticon,
23115.ant-message-loading .anticon {
23116 color: var(--ant-info-color);
23117}
23118.ant-message .anticon {
23119 position: relative;
23120 top: 1px;
23121 margin-right: 8px;
23122 font-size: 16px;
23123}
23124.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
23125 animation-name: MessageMoveOut;
23126 animation-duration: 0.3s;
23127}
23128@keyframes MessageMoveOut {
23129 0% {
23130 max-height: 150px;
23131 padding: 8px;
23132 opacity: 1;
23133 }
23134 100% {
23135 max-height: 0;
23136 padding: 0;
23137 opacity: 0;
23138 }
23139}
23140.ant-message-rtl {
23141 direction: rtl;
23142}
23143.ant-message-rtl span {
23144 direction: rtl;
23145}
23146.ant-message-rtl .anticon {
23147 margin-right: 0;
23148 margin-left: 8px;
23149}
23150
23151/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23152/* stylelint-disable no-duplicate-selectors */
23153/* stylelint-disable */
23154/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23155html {
23156 --ant-primary-color: #1890ff;
23157 --ant-primary-color-hover: #40a9ff;
23158 --ant-primary-color-active: #096dd9;
23159 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23160 --ant-primary-1: #e6f7ff;
23161 --ant-primary-2: #bae7ff;
23162 --ant-primary-3: #91d5ff;
23163 --ant-primary-4: #69c0ff;
23164 --ant-primary-5: #40a9ff;
23165 --ant-primary-6: #1890ff;
23166 --ant-primary-7: #096dd9;
23167 --ant-primary-color-deprecated-pure: ;
23168 --ant-primary-color-deprecated-l-35: #cbe6ff;
23169 --ant-primary-color-deprecated-l-20: #7ec1ff;
23170 --ant-primary-color-deprecated-t-20: #46a6ff;
23171 --ant-primary-color-deprecated-t-50: #8cc8ff;
23172 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23173 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23174 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23175 --ant-success-color: #52c41a;
23176 --ant-success-color-hover: #73d13d;
23177 --ant-success-color-active: #389e0d;
23178 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23179 --ant-success-color-deprecated-bg: #f6ffed;
23180 --ant-success-color-deprecated-border: #b7eb8f;
23181 --ant-error-color: #ff4d4f;
23182 --ant-error-color-hover: #ff7875;
23183 --ant-error-color-active: #d9363e;
23184 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23185 --ant-error-color-deprecated-bg: #fff2f0;
23186 --ant-error-color-deprecated-border: #ffccc7;
23187 --ant-warning-color: #faad14;
23188 --ant-warning-color-hover: #ffc53d;
23189 --ant-warning-color-active: #d48806;
23190 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23191 --ant-warning-color-deprecated-bg: #fffbe6;
23192 --ant-warning-color-deprecated-border: #ffe58f;
23193 --ant-info-color: #1890ff;
23194 --ant-info-color-deprecated-bg: #e6f7ff;
23195 --ant-info-color-deprecated-border: #91d5ff;
23196}
23197.ant-modal {
23198 box-sizing: border-box;
23199 margin: 0;
23200 padding: 0;
23201 color: rgba(0, 0, 0, 0.85);
23202 font-size: 14px;
23203 font-variant: tabular-nums;
23204 line-height: 1.5715;
23205 list-style: none;
23206 font-feature-settings: 'tnum';
23207 pointer-events: none;
23208 position: relative;
23209 top: 100px;
23210 width: auto;
23211 max-width: calc(100vw - 32px);
23212 margin: 0 auto;
23213 padding-bottom: 24px;
23214}
23215.ant-modal.ant-zoom-enter,
23216.ant-modal.ant-zoom-appear {
23217 transform: none;
23218 opacity: 0;
23219 animation-duration: 0.3s;
23220 -webkit-user-select: none;
23221 -moz-user-select: none;
23222 -ms-user-select: none;
23223 user-select: none;
23224}
23225.ant-modal-mask {
23226 position: fixed;
23227 top: 0;
23228 right: 0;
23229 bottom: 0;
23230 left: 0;
23231 z-index: 1000;
23232 height: 100%;
23233 background-color: rgba(0, 0, 0, 0.45);
23234}
23235.ant-modal-mask-hidden {
23236 display: none;
23237}
23238.ant-modal-wrap {
23239 position: fixed;
23240 top: 0;
23241 right: 0;
23242 bottom: 0;
23243 left: 0;
23244 overflow: auto;
23245 outline: 0;
23246}
23247.ant-modal-wrap {
23248 z-index: 1000;
23249}
23250.ant-modal-title {
23251 margin: 0;
23252 color: rgba(0, 0, 0, 0.85);
23253 font-weight: 500;
23254 font-size: 16px;
23255 line-height: 22px;
23256 word-wrap: break-word;
23257}
23258.ant-modal-content {
23259 position: relative;
23260 background-color: #fff;
23261 background-clip: padding-box;
23262 border: 0;
23263 border-radius: 2px;
23264 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
23265 pointer-events: auto;
23266}
23267.ant-modal-close {
23268 position: absolute;
23269 top: 0;
23270 right: 0;
23271 z-index: 10;
23272 padding: 0;
23273 color: rgba(0, 0, 0, 0.45);
23274 font-weight: 700;
23275 line-height: 1;
23276 text-decoration: none;
23277 background: transparent;
23278 border: 0;
23279 outline: 0;
23280 cursor: pointer;
23281 transition: color 0.3s;
23282}
23283.ant-modal-close-x {
23284 display: block;
23285 width: 54px;
23286 height: 54px;
23287 font-size: 16px;
23288 font-style: normal;
23289 line-height: 54px;
23290 text-align: center;
23291 text-transform: none;
23292 text-rendering: auto;
23293}
23294.ant-modal-close:focus,
23295.ant-modal-close:hover {
23296 color: rgba(0, 0, 0, 0.75);
23297 text-decoration: none;
23298}
23299.ant-modal-header {
23300 padding: 16px 24px;
23301 color: rgba(0, 0, 0, 0.85);
23302 background: #fff;
23303 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
23304 border-radius: 2px 2px 0 0;
23305}
23306.ant-modal-body {
23307 padding: 24px;
23308 font-size: 14px;
23309 line-height: 1.5715;
23310 word-wrap: break-word;
23311}
23312.ant-modal-footer {
23313 padding: 10px 16px;
23314 text-align: right;
23315 background: transparent;
23316 border-top: 1px solid rgba(0, 0, 0, 0.06);
23317 border-radius: 0 0 2px 2px;
23318}
23319.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
23320 margin-bottom: 0;
23321 margin-left: 8px;
23322}
23323.ant-modal-open {
23324 overflow: hidden;
23325}
23326.ant-modal-centered {
23327 text-align: center;
23328}
23329.ant-modal-centered::before {
23330 display: inline-block;
23331 width: 0;
23332 height: 100%;
23333 vertical-align: middle;
23334 content: '';
23335}
23336.ant-modal-centered .ant-modal {
23337 top: 0;
23338 display: inline-block;
23339 padding-bottom: 0;
23340 text-align: left;
23341 vertical-align: middle;
23342}
23343@media (max-width: 767px) {
23344 .ant-modal {
23345 max-width: calc(100vw - 16px);
23346 margin: 8px auto;
23347 }
23348 .ant-modal-centered .ant-modal {
23349 flex: 1;
23350 }
23351}
23352.ant-modal-confirm .ant-modal-header {
23353 display: none;
23354}
23355.ant-modal-confirm .ant-modal-body {
23356 padding: 32px 32px 24px;
23357}
23358.ant-modal-confirm-body-wrapper::before {
23359 display: table;
23360 content: '';
23361}
23362.ant-modal-confirm-body-wrapper::after {
23363 display: table;
23364 clear: both;
23365 content: '';
23366}
23367.ant-modal-confirm-body .ant-modal-confirm-title {
23368 display: block;
23369 overflow: hidden;
23370 color: rgba(0, 0, 0, 0.85);
23371 font-weight: 500;
23372 font-size: 16px;
23373 line-height: 1.4;
23374}
23375.ant-modal-confirm-body .ant-modal-confirm-content {
23376 margin-top: 8px;
23377 color: rgba(0, 0, 0, 0.85);
23378 font-size: 14px;
23379}
23380.ant-modal-confirm-body > .anticon {
23381 float: left;
23382 margin-right: 16px;
23383 font-size: 22px;
23384}
23385.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
23386 margin-left: 38px;
23387}
23388.ant-modal-confirm .ant-modal-confirm-btns {
23389 margin-top: 24px;
23390 text-align: right;
23391}
23392.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
23393 margin-bottom: 0;
23394 margin-left: 8px;
23395}
23396.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
23397 color: var(--ant-error-color);
23398}
23399.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
23400.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
23401 color: var(--ant-warning-color);
23402}
23403.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
23404 color: var(--ant-info-color);
23405}
23406.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
23407 color: var(--ant-success-color);
23408}
23409.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
23410 pointer-events: none;
23411}
23412.ant-modal-wrap-rtl {
23413 direction: rtl;
23414}
23415.ant-modal-wrap-rtl .ant-modal-close {
23416 right: initial;
23417 left: 0;
23418}
23419.ant-modal-wrap-rtl .ant-modal-footer {
23420 text-align: left;
23421}
23422.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
23423 margin-right: 8px;
23424 margin-left: 0;
23425}
23426.ant-modal-wrap-rtl .ant-modal-confirm-body {
23427 direction: rtl;
23428}
23429.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
23430 float: right;
23431 margin-right: 0;
23432 margin-left: 16px;
23433}
23434.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
23435 margin-right: 38px;
23436 margin-left: 0;
23437}
23438.ant-modal-wrap-rtl .ant-modal-confirm-btns {
23439 text-align: left;
23440}
23441.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
23442 margin-right: 8px;
23443 margin-left: 0;
23444}
23445.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
23446 text-align: right;
23447}
23448
23449/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23450/* stylelint-disable no-duplicate-selectors */
23451/* stylelint-disable */
23452/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23453html {
23454 --ant-primary-color: #1890ff;
23455 --ant-primary-color-hover: #40a9ff;
23456 --ant-primary-color-active: #096dd9;
23457 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23458 --ant-primary-1: #e6f7ff;
23459 --ant-primary-2: #bae7ff;
23460 --ant-primary-3: #91d5ff;
23461 --ant-primary-4: #69c0ff;
23462 --ant-primary-5: #40a9ff;
23463 --ant-primary-6: #1890ff;
23464 --ant-primary-7: #096dd9;
23465 --ant-primary-color-deprecated-pure: ;
23466 --ant-primary-color-deprecated-l-35: #cbe6ff;
23467 --ant-primary-color-deprecated-l-20: #7ec1ff;
23468 --ant-primary-color-deprecated-t-20: #46a6ff;
23469 --ant-primary-color-deprecated-t-50: #8cc8ff;
23470 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23471 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23472 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23473 --ant-success-color: #52c41a;
23474 --ant-success-color-hover: #73d13d;
23475 --ant-success-color-active: #389e0d;
23476 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23477 --ant-success-color-deprecated-bg: #f6ffed;
23478 --ant-success-color-deprecated-border: #b7eb8f;
23479 --ant-error-color: #ff4d4f;
23480 --ant-error-color-hover: #ff7875;
23481 --ant-error-color-active: #d9363e;
23482 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23483 --ant-error-color-deprecated-bg: #fff2f0;
23484 --ant-error-color-deprecated-border: #ffccc7;
23485 --ant-warning-color: #faad14;
23486 --ant-warning-color-hover: #ffc53d;
23487 --ant-warning-color-active: #d48806;
23488 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23489 --ant-warning-color-deprecated-bg: #fffbe6;
23490 --ant-warning-color-deprecated-border: #ffe58f;
23491 --ant-info-color: #1890ff;
23492 --ant-info-color-deprecated-bg: #e6f7ff;
23493 --ant-info-color-deprecated-border: #91d5ff;
23494}
23495.ant-notification {
23496 box-sizing: border-box;
23497 margin: 0;
23498 padding: 0;
23499 color: rgba(0, 0, 0, 0.85);
23500 font-size: 14px;
23501 font-variant: tabular-nums;
23502 line-height: 1.5715;
23503 list-style: none;
23504 font-feature-settings: 'tnum';
23505 position: fixed;
23506 z-index: 1010;
23507 margin-right: 24px;
23508}
23509.ant-notification-close-icon {
23510 font-size: 14px;
23511 cursor: pointer;
23512}
23513.ant-notification-hook-holder {
23514 position: relative;
23515}
23516.ant-notification-notice {
23517 position: relative;
23518 width: 384px;
23519 max-width: calc(100vw - 24px * 2);
23520 margin-bottom: 16px;
23521 margin-left: auto;
23522 padding: 16px 24px;
23523 overflow: hidden;
23524 line-height: 1.5715;
23525 word-wrap: break-word;
23526 background: #fff;
23527 border-radius: 2px;
23528 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
23529}
23530.ant-notification-top .ant-notification-notice,
23531.ant-notification-bottom .ant-notification-notice {
23532 margin-right: auto;
23533 margin-left: auto;
23534}
23535.ant-notification-topLeft .ant-notification-notice,
23536.ant-notification-bottomLeft .ant-notification-notice {
23537 margin-right: auto;
23538 margin-left: 0;
23539}
23540.ant-notification-notice-message {
23541 margin-bottom: 8px;
23542 color: rgba(0, 0, 0, 0.85);
23543 font-size: 16px;
23544 line-height: 24px;
23545}
23546.ant-notification-notice-message-single-line-auto-margin {
23547 display: block;
23548 width: calc(384px - 24px * 2 - 24px - 48px - 100%);
23549 max-width: 4px;
23550 background-color: transparent;
23551 pointer-events: none;
23552}
23553.ant-notification-notice-message-single-line-auto-margin::before {
23554 display: block;
23555 content: '';
23556}
23557.ant-notification-notice-description {
23558 font-size: 14px;
23559}
23560.ant-notification-notice-closable .ant-notification-notice-message {
23561 padding-right: 24px;
23562}
23563.ant-notification-notice-with-icon .ant-notification-notice-message {
23564 margin-bottom: 4px;
23565 margin-left: 48px;
23566 font-size: 16px;
23567}
23568.ant-notification-notice-with-icon .ant-notification-notice-description {
23569 margin-left: 48px;
23570 font-size: 14px;
23571}
23572.ant-notification-notice-icon {
23573 position: absolute;
23574 margin-left: 4px;
23575 font-size: 24px;
23576 line-height: 24px;
23577}
23578.anticon.ant-notification-notice-icon-success {
23579 color: var(--ant-success-color);
23580}
23581.anticon.ant-notification-notice-icon-info {
23582 color: var(--ant-info-color);
23583}
23584.anticon.ant-notification-notice-icon-warning {
23585 color: var(--ant-warning-color);
23586}
23587.anticon.ant-notification-notice-icon-error {
23588 color: var(--ant-error-color);
23589}
23590.ant-notification-notice-close {
23591 position: absolute;
23592 top: 16px;
23593 right: 22px;
23594 color: rgba(0, 0, 0, 0.45);
23595 outline: none;
23596}
23597.ant-notification-notice-close:hover {
23598 color: rgba(0, 0, 0, 0.67);
23599}
23600.ant-notification-notice-btn {
23601 float: right;
23602 margin-top: 16px;
23603}
23604.ant-notification .notification-fade-effect {
23605 animation-duration: 0.24s;
23606 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23607 animation-fill-mode: both;
23608}
23609.ant-notification-fade-enter,
23610.ant-notification-fade-appear {
23611 animation-duration: 0.24s;
23612 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23613 animation-fill-mode: both;
23614 opacity: 0;
23615 animation-play-state: paused;
23616}
23617.ant-notification-fade-leave {
23618 animation-duration: 0.24s;
23619 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23620 animation-fill-mode: both;
23621 animation-duration: 0.2s;
23622 animation-play-state: paused;
23623}
23624.ant-notification-fade-enter.ant-notification-fade-enter-active,
23625.ant-notification-fade-appear.ant-notification-fade-appear-active {
23626 animation-name: NotificationFadeIn;
23627 animation-play-state: running;
23628}
23629.ant-notification-fade-leave.ant-notification-fade-leave-active {
23630 animation-name: NotificationFadeOut;
23631 animation-play-state: running;
23632}
23633@keyframes NotificationFadeIn {
23634 0% {
23635 left: 384px;
23636 opacity: 0;
23637 }
23638 100% {
23639 left: 0;
23640 opacity: 1;
23641 }
23642}
23643@keyframes NotificationFadeOut {
23644 0% {
23645 max-height: 150px;
23646 margin-bottom: 16px;
23647 opacity: 1;
23648 }
23649 100% {
23650 max-height: 0;
23651 margin-bottom: 0;
23652 padding-top: 0;
23653 padding-bottom: 0;
23654 opacity: 0;
23655 }
23656}
23657.ant-notification-rtl {
23658 direction: rtl;
23659}
23660.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
23661 padding-right: 0;
23662 padding-left: 24px;
23663}
23664.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
23665 margin-right: 48px;
23666 margin-left: 0;
23667}
23668.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
23669 margin-right: 48px;
23670 margin-left: 0;
23671}
23672.ant-notification-rtl .ant-notification-notice-icon {
23673 margin-right: 4px;
23674 margin-left: 0;
23675}
23676.ant-notification-rtl .ant-notification-notice-close {
23677 right: auto;
23678 left: 22px;
23679}
23680.ant-notification-rtl .ant-notification-notice-btn {
23681 float: left;
23682}
23683.ant-notification-top,
23684.ant-notification-bottom {
23685 margin-right: 0;
23686 margin-left: 0;
23687}
23688.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
23689.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
23690 animation-name: NotificationTopFadeIn;
23691}
23692.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
23693.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
23694 animation-name: NotificationBottomFadeIn;
23695}
23696.ant-notification-topLeft,
23697.ant-notification-bottomLeft {
23698 margin-right: 0;
23699 margin-left: 24px;
23700}
23701.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
23702.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
23703.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
23704.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
23705 animation-name: NotificationLeftFadeIn;
23706}
23707@keyframes NotificationTopFadeIn {
23708 0% {
23709 margin-top: -100%;
23710 opacity: 0;
23711 }
23712 100% {
23713 margin-top: 0;
23714 opacity: 1;
23715 }
23716}
23717@keyframes NotificationBottomFadeIn {
23718 0% {
23719 margin-bottom: -100%;
23720 opacity: 0;
23721 }
23722 100% {
23723 margin-bottom: 0;
23724 opacity: 1;
23725 }
23726}
23727@keyframes NotificationLeftFadeIn {
23728 0% {
23729 right: 384px;
23730 opacity: 0;
23731 }
23732 100% {
23733 right: 0;
23734 opacity: 1;
23735 }
23736}
23737
23738/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23739/* stylelint-disable no-duplicate-selectors */
23740/* stylelint-disable */
23741/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23742html {
23743 --ant-primary-color: #1890ff;
23744 --ant-primary-color-hover: #40a9ff;
23745 --ant-primary-color-active: #096dd9;
23746 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23747 --ant-primary-1: #e6f7ff;
23748 --ant-primary-2: #bae7ff;
23749 --ant-primary-3: #91d5ff;
23750 --ant-primary-4: #69c0ff;
23751 --ant-primary-5: #40a9ff;
23752 --ant-primary-6: #1890ff;
23753 --ant-primary-7: #096dd9;
23754 --ant-primary-color-deprecated-pure: ;
23755 --ant-primary-color-deprecated-l-35: #cbe6ff;
23756 --ant-primary-color-deprecated-l-20: #7ec1ff;
23757 --ant-primary-color-deprecated-t-20: #46a6ff;
23758 --ant-primary-color-deprecated-t-50: #8cc8ff;
23759 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23760 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23761 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23762 --ant-success-color: #52c41a;
23763 --ant-success-color-hover: #73d13d;
23764 --ant-success-color-active: #389e0d;
23765 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23766 --ant-success-color-deprecated-bg: #f6ffed;
23767 --ant-success-color-deprecated-border: #b7eb8f;
23768 --ant-error-color: #ff4d4f;
23769 --ant-error-color-hover: #ff7875;
23770 --ant-error-color-active: #d9363e;
23771 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23772 --ant-error-color-deprecated-bg: #fff2f0;
23773 --ant-error-color-deprecated-border: #ffccc7;
23774 --ant-warning-color: #faad14;
23775 --ant-warning-color-hover: #ffc53d;
23776 --ant-warning-color-active: #d48806;
23777 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23778 --ant-warning-color-deprecated-bg: #fffbe6;
23779 --ant-warning-color-deprecated-border: #ffe58f;
23780 --ant-info-color: #1890ff;
23781 --ant-info-color-deprecated-bg: #e6f7ff;
23782 --ant-info-color-deprecated-border: #91d5ff;
23783}
23784.ant-page-header {
23785 box-sizing: border-box;
23786 margin: 0;
23787 padding: 0;
23788 color: rgba(0, 0, 0, 0.85);
23789 font-size: 14px;
23790 font-variant: tabular-nums;
23791 line-height: 1.5715;
23792 list-style: none;
23793 font-feature-settings: 'tnum';
23794 position: relative;
23795 padding: 16px 24px;
23796 background-color: #fff;
23797}
23798.ant-page-header-ghost {
23799 background-color: inherit;
23800}
23801.ant-page-header.has-breadcrumb {
23802 padding-top: 12px;
23803}
23804.ant-page-header.has-footer {
23805 padding-bottom: 0;
23806}
23807.ant-page-header-back {
23808 margin-right: 16px;
23809 font-size: 16px;
23810 line-height: 1;
23811}
23812.ant-page-header-back-button {
23813 color: var(--ant-primary-color);
23814 outline: none;
23815 cursor: pointer;
23816 transition: color 0.3s;
23817 color: #000;
23818}
23819.ant-page-header-back-button:focus-visible,
23820.ant-page-header-back-button:hover {
23821 color: var(--ant-primary-color-hover);
23822}
23823.ant-page-header-back-button:active {
23824 color: var(--ant-primary-color-active);
23825}
23826.ant-page-header .ant-divider-vertical {
23827 height: 14px;
23828 margin: 0 12px;
23829 vertical-align: middle;
23830}
23831.ant-breadcrumb + .ant-page-header-heading {
23832 margin-top: 8px;
23833}
23834.ant-page-header-heading {
23835 display: flex;
23836 justify-content: space-between;
23837}
23838.ant-page-header-heading-left {
23839 display: flex;
23840 align-items: center;
23841 margin: 4px 0;
23842 overflow: hidden;
23843}
23844.ant-page-header-heading-title {
23845 margin-right: 12px;
23846 margin-bottom: 0;
23847 color: rgba(0, 0, 0, 0.85);
23848 font-weight: 600;
23849 font-size: 20px;
23850 line-height: 32px;
23851 overflow: hidden;
23852 white-space: nowrap;
23853 text-overflow: ellipsis;
23854}
23855.ant-page-header-heading .ant-avatar {
23856 margin-right: 12px;
23857}
23858.ant-page-header-heading-sub-title {
23859 margin-right: 12px;
23860 color: rgba(0, 0, 0, 0.45);
23861 font-size: 14px;
23862 line-height: 1.5715;
23863 overflow: hidden;
23864 white-space: nowrap;
23865 text-overflow: ellipsis;
23866}
23867.ant-page-header-heading-extra {
23868 margin: 4px 0;
23869 white-space: nowrap;
23870}
23871.ant-page-header-heading-extra > * {
23872 white-space: unset;
23873}
23874.ant-page-header-content {
23875 padding-top: 12px;
23876}
23877.ant-page-header-footer {
23878 margin-top: 16px;
23879}
23880.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
23881 margin: 0;
23882}
23883.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
23884 border: none;
23885}
23886.ant-page-header-footer .ant-tabs .ant-tabs-tab {
23887 padding-top: 8px;
23888 padding-bottom: 8px;
23889 font-size: 16px;
23890}
23891.ant-page-header-compact .ant-page-header-heading {
23892 flex-wrap: wrap;
23893}
23894.ant-page-header-rtl {
23895 direction: rtl;
23896}
23897.ant-page-header-rtl .ant-page-header-back {
23898 float: right;
23899 margin-right: 0;
23900 margin-left: 16px;
23901}
23902.ant-page-header-rtl .ant-page-header-heading-title {
23903 margin-right: 0;
23904 margin-left: 12px;
23905}
23906.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
23907 margin-right: 0;
23908 margin-left: 12px;
23909}
23910.ant-page-header-rtl .ant-page-header-heading-sub-title {
23911 float: right;
23912 margin-right: 0;
23913 margin-left: 12px;
23914}
23915.ant-page-header-rtl .ant-page-header-heading-tags {
23916 float: right;
23917}
23918.ant-page-header-rtl .ant-page-header-heading-extra {
23919 float: left;
23920}
23921.ant-page-header-rtl .ant-page-header-heading-extra > * {
23922 margin-right: 12px;
23923 margin-left: 0;
23924}
23925.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
23926 margin-right: 0;
23927}
23928.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
23929 float: right;
23930}
23931
23932/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23933/* stylelint-disable no-duplicate-selectors */
23934/* stylelint-disable */
23935/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23936html {
23937 --ant-primary-color: #1890ff;
23938 --ant-primary-color-hover: #40a9ff;
23939 --ant-primary-color-active: #096dd9;
23940 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23941 --ant-primary-1: #e6f7ff;
23942 --ant-primary-2: #bae7ff;
23943 --ant-primary-3: #91d5ff;
23944 --ant-primary-4: #69c0ff;
23945 --ant-primary-5: #40a9ff;
23946 --ant-primary-6: #1890ff;
23947 --ant-primary-7: #096dd9;
23948 --ant-primary-color-deprecated-pure: ;
23949 --ant-primary-color-deprecated-l-35: #cbe6ff;
23950 --ant-primary-color-deprecated-l-20: #7ec1ff;
23951 --ant-primary-color-deprecated-t-20: #46a6ff;
23952 --ant-primary-color-deprecated-t-50: #8cc8ff;
23953 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23954 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23955 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23956 --ant-success-color: #52c41a;
23957 --ant-success-color-hover: #73d13d;
23958 --ant-success-color-active: #389e0d;
23959 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23960 --ant-success-color-deprecated-bg: #f6ffed;
23961 --ant-success-color-deprecated-border: #b7eb8f;
23962 --ant-error-color: #ff4d4f;
23963 --ant-error-color-hover: #ff7875;
23964 --ant-error-color-active: #d9363e;
23965 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23966 --ant-error-color-deprecated-bg: #fff2f0;
23967 --ant-error-color-deprecated-border: #ffccc7;
23968 --ant-warning-color: #faad14;
23969 --ant-warning-color-hover: #ffc53d;
23970 --ant-warning-color-active: #d48806;
23971 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23972 --ant-warning-color-deprecated-bg: #fffbe6;
23973 --ant-warning-color-deprecated-border: #ffe58f;
23974 --ant-info-color: #1890ff;
23975 --ant-info-color-deprecated-bg: #e6f7ff;
23976 --ant-info-color-deprecated-border: #91d5ff;
23977}
23978.ant-popconfirm {
23979 z-index: 1060;
23980}
23981
23982/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23983/* stylelint-disable no-duplicate-selectors */
23984/* stylelint-disable */
23985/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23986html {
23987 --ant-primary-color: #1890ff;
23988 --ant-primary-color-hover: #40a9ff;
23989 --ant-primary-color-active: #096dd9;
23990 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23991 --ant-primary-1: #e6f7ff;
23992 --ant-primary-2: #bae7ff;
23993 --ant-primary-3: #91d5ff;
23994 --ant-primary-4: #69c0ff;
23995 --ant-primary-5: #40a9ff;
23996 --ant-primary-6: #1890ff;
23997 --ant-primary-7: #096dd9;
23998 --ant-primary-color-deprecated-pure: ;
23999 --ant-primary-color-deprecated-l-35: #cbe6ff;
24000 --ant-primary-color-deprecated-l-20: #7ec1ff;
24001 --ant-primary-color-deprecated-t-20: #46a6ff;
24002 --ant-primary-color-deprecated-t-50: #8cc8ff;
24003 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24004 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24005 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24006 --ant-success-color: #52c41a;
24007 --ant-success-color-hover: #73d13d;
24008 --ant-success-color-active: #389e0d;
24009 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24010 --ant-success-color-deprecated-bg: #f6ffed;
24011 --ant-success-color-deprecated-border: #b7eb8f;
24012 --ant-error-color: #ff4d4f;
24013 --ant-error-color-hover: #ff7875;
24014 --ant-error-color-active: #d9363e;
24015 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24016 --ant-error-color-deprecated-bg: #fff2f0;
24017 --ant-error-color-deprecated-border: #ffccc7;
24018 --ant-warning-color: #faad14;
24019 --ant-warning-color-hover: #ffc53d;
24020 --ant-warning-color-active: #d48806;
24021 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24022 --ant-warning-color-deprecated-bg: #fffbe6;
24023 --ant-warning-color-deprecated-border: #ffe58f;
24024 --ant-info-color: #1890ff;
24025 --ant-info-color-deprecated-bg: #e6f7ff;
24026 --ant-info-color-deprecated-border: #91d5ff;
24027}
24028.ant-progress {
24029 box-sizing: border-box;
24030 margin: 0;
24031 padding: 0;
24032 color: rgba(0, 0, 0, 0.85);
24033 font-size: 14px;
24034 font-variant: tabular-nums;
24035 line-height: 1.5715;
24036 list-style: none;
24037 font-feature-settings: 'tnum';
24038 display: inline-block;
24039}
24040.ant-progress-line {
24041 position: relative;
24042 width: 100%;
24043 font-size: 14px;
24044}
24045.ant-progress-steps {
24046 display: inline-block;
24047}
24048.ant-progress-steps-outer {
24049 display: flex;
24050 flex-direction: row;
24051 align-items: center;
24052}
24053.ant-progress-steps-item {
24054 flex-shrink: 0;
24055 min-width: 2px;
24056 margin-right: 2px;
24057 background: #f3f3f3;
24058 transition: all 0.3s;
24059}
24060.ant-progress-steps-item-active {
24061 background: var(--ant-primary-color);
24062}
24063.ant-progress-small.ant-progress-line,
24064.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
24065 font-size: 12px;
24066}
24067.ant-progress-outer {
24068 display: inline-block;
24069 width: 100%;
24070 margin-right: 0;
24071 padding-right: 0;
24072}
24073.ant-progress-show-info .ant-progress-outer {
24074 margin-right: calc(-2em - 8px);
24075 padding-right: calc(2em + 8px);
24076}
24077.ant-progress-inner {
24078 position: relative;
24079 display: inline-block;
24080 width: 100%;
24081 overflow: hidden;
24082 vertical-align: middle;
24083 background-color: rgba(0, 0, 0, 0.04);
24084 border-radius: 100px;
24085}
24086.ant-progress-circle-trail {
24087 stroke: rgba(0, 0, 0, 0.04);
24088}
24089.ant-progress-circle-path {
24090 animation: ant-progress-appear 0.3s;
24091}
24092.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
24093 stroke: var(--ant-primary-color);
24094}
24095.ant-progress-success-bg,
24096.ant-progress-bg {
24097 position: relative;
24098 background-color: var(--ant-primary-color);
24099 border-radius: 100px;
24100 transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
24101}
24102.ant-progress-success-bg {
24103 position: absolute;
24104 top: 0;
24105 left: 0;
24106 background-color: var(--ant-success-color);
24107}
24108.ant-progress-text {
24109 display: inline-block;
24110 width: 2em;
24111 margin-left: 8px;
24112 color: rgba(0, 0, 0, 0.85);
24113 font-size: 1em;
24114 line-height: 1;
24115 white-space: nowrap;
24116 text-align: left;
24117 vertical-align: middle;
24118 word-break: normal;
24119}
24120.ant-progress-text .anticon {
24121 font-size: 14px;
24122}
24123.ant-progress-status-active .ant-progress-bg::before {
24124 position: absolute;
24125 top: 0;
24126 right: 0;
24127 bottom: 0;
24128 left: 0;
24129 background: #fff;
24130 border-radius: 10px;
24131 opacity: 0;
24132 animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
24133 content: '';
24134}
24135.ant-progress-status-exception .ant-progress-bg {
24136 background-color: var(--ant-error-color);
24137}
24138.ant-progress-status-exception .ant-progress-text {
24139 color: var(--ant-error-color);
24140}
24141.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
24142 stroke: var(--ant-error-color);
24143}
24144.ant-progress-status-success .ant-progress-bg {
24145 background-color: var(--ant-success-color);
24146}
24147.ant-progress-status-success .ant-progress-text {
24148 color: var(--ant-success-color);
24149}
24150.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
24151 stroke: var(--ant-success-color);
24152}
24153.ant-progress-circle .ant-progress-inner {
24154 position: relative;
24155 line-height: 1;
24156 background-color: transparent;
24157}
24158.ant-progress-circle .ant-progress-text {
24159 position: absolute;
24160 top: 50%;
24161 left: 50%;
24162 width: 100%;
24163 margin: 0;
24164 padding: 0;
24165 color: rgba(0, 0, 0, 0.85);
24166 font-size: 1em;
24167 line-height: 1;
24168 white-space: normal;
24169 text-align: center;
24170 transform: translate(-50%, -50%);
24171}
24172.ant-progress-circle .ant-progress-text .anticon {
24173 font-size: 1.16666667em;
24174}
24175.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
24176 color: var(--ant-error-color);
24177}
24178.ant-progress-circle.ant-progress-status-success .ant-progress-text {
24179 color: var(--ant-success-color);
24180}
24181@keyframes ant-progress-active {
24182 0% {
24183 transform: translateX(-100%) scaleX(0);
24184 opacity: 0.1;
24185 }
24186 20% {
24187 transform: translateX(-100%) scaleX(0);
24188 opacity: 0.5;
24189 }
24190 100% {
24191 transform: translateX(0) scaleX(1);
24192 opacity: 0;
24193 }
24194}
24195.ant-progress-rtl {
24196 direction: rtl;
24197}
24198.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
24199 margin-right: 0;
24200 margin-left: calc(-2em - 8px);
24201 padding-right: 0;
24202 padding-left: calc(2em + 8px);
24203}
24204.ant-progress-rtl .ant-progress-success-bg {
24205 right: 0;
24206 left: auto;
24207}
24208.ant-progress-rtl.ant-progress-line .ant-progress-text,
24209.ant-progress-rtl.ant-progress-steps .ant-progress-text {
24210 margin-right: 8px;
24211 margin-left: 0;
24212 text-align: right;
24213}
24214
24215/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24216/* stylelint-disable no-duplicate-selectors */
24217/* stylelint-disable */
24218/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24219html {
24220 --ant-primary-color: #1890ff;
24221 --ant-primary-color-hover: #40a9ff;
24222 --ant-primary-color-active: #096dd9;
24223 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24224 --ant-primary-1: #e6f7ff;
24225 --ant-primary-2: #bae7ff;
24226 --ant-primary-3: #91d5ff;
24227 --ant-primary-4: #69c0ff;
24228 --ant-primary-5: #40a9ff;
24229 --ant-primary-6: #1890ff;
24230 --ant-primary-7: #096dd9;
24231 --ant-primary-color-deprecated-pure: ;
24232 --ant-primary-color-deprecated-l-35: #cbe6ff;
24233 --ant-primary-color-deprecated-l-20: #7ec1ff;
24234 --ant-primary-color-deprecated-t-20: #46a6ff;
24235 --ant-primary-color-deprecated-t-50: #8cc8ff;
24236 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24237 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24238 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24239 --ant-success-color: #52c41a;
24240 --ant-success-color-hover: #73d13d;
24241 --ant-success-color-active: #389e0d;
24242 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24243 --ant-success-color-deprecated-bg: #f6ffed;
24244 --ant-success-color-deprecated-border: #b7eb8f;
24245 --ant-error-color: #ff4d4f;
24246 --ant-error-color-hover: #ff7875;
24247 --ant-error-color-active: #d9363e;
24248 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24249 --ant-error-color-deprecated-bg: #fff2f0;
24250 --ant-error-color-deprecated-border: #ffccc7;
24251 --ant-warning-color: #faad14;
24252 --ant-warning-color-hover: #ffc53d;
24253 --ant-warning-color-active: #d48806;
24254 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24255 --ant-warning-color-deprecated-bg: #fffbe6;
24256 --ant-warning-color-deprecated-border: #ffe58f;
24257 --ant-info-color: #1890ff;
24258 --ant-info-color-deprecated-bg: #e6f7ff;
24259 --ant-info-color-deprecated-border: #91d5ff;
24260}
24261.ant-rate {
24262 box-sizing: border-box;
24263 color: rgba(0, 0, 0, 0.85);
24264 font-size: 14px;
24265 font-variant: tabular-nums;
24266 line-height: 1.5715;
24267 font-feature-settings: 'tnum';
24268 display: inline-block;
24269 margin: 0;
24270 padding: 0;
24271 color: #fadb14;
24272 font-size: 20px;
24273 line-height: unset;
24274 list-style: none;
24275 outline: none;
24276}
24277.ant-rate-disabled .ant-rate-star {
24278 cursor: default;
24279}
24280.ant-rate-disabled .ant-rate-star > div:hover {
24281 transform: scale(1);
24282}
24283.ant-rate-star {
24284 position: relative;
24285 display: inline-block;
24286 color: inherit;
24287 cursor: pointer;
24288}
24289.ant-rate-star:not(:last-child) {
24290 margin-right: 8px;
24291}
24292.ant-rate-star > div {
24293 transition: all 0.3s, outline 0s;
24294}
24295.ant-rate-star > div:hover {
24296 transform: scale(1.1);
24297}
24298.ant-rate-star > div:focus {
24299 outline: 0;
24300}
24301.ant-rate-star > div:focus-visible {
24302 outline: 1px dashed #fadb14;
24303 transform: scale(1.1);
24304}
24305.ant-rate-star-first,
24306.ant-rate-star-second {
24307 color: rgba(0, 0, 0, 0.06);
24308 transition: all 0.3s;
24309 -webkit-user-select: none;
24310 -moz-user-select: none;
24311 -ms-user-select: none;
24312 user-select: none;
24313}
24314.ant-rate-star-first .anticon,
24315.ant-rate-star-second .anticon {
24316 vertical-align: middle;
24317}
24318.ant-rate-star-first {
24319 position: absolute;
24320 top: 0;
24321 left: 0;
24322 width: 50%;
24323 height: 100%;
24324 overflow: hidden;
24325 opacity: 0;
24326}
24327.ant-rate-star-half .ant-rate-star-first,
24328.ant-rate-star-half .ant-rate-star-second {
24329 opacity: 1;
24330}
24331.ant-rate-star-half .ant-rate-star-first,
24332.ant-rate-star-full .ant-rate-star-second {
24333 color: inherit;
24334}
24335.ant-rate-text {
24336 display: inline-block;
24337 margin: 0 8px;
24338 font-size: 14px;
24339}
24340.ant-rate-rtl {
24341 direction: rtl;
24342}
24343.ant-rate-rtl .ant-rate-star:not(:last-child) {
24344 margin-right: 0;
24345 margin-left: 8px;
24346}
24347.ant-rate-rtl .ant-rate-star-first {
24348 right: 0;
24349 left: auto;
24350}
24351
24352/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24353/* stylelint-disable no-duplicate-selectors */
24354/* stylelint-disable */
24355/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24356html {
24357 --ant-primary-color: #1890ff;
24358 --ant-primary-color-hover: #40a9ff;
24359 --ant-primary-color-active: #096dd9;
24360 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24361 --ant-primary-1: #e6f7ff;
24362 --ant-primary-2: #bae7ff;
24363 --ant-primary-3: #91d5ff;
24364 --ant-primary-4: #69c0ff;
24365 --ant-primary-5: #40a9ff;
24366 --ant-primary-6: #1890ff;
24367 --ant-primary-7: #096dd9;
24368 --ant-primary-color-deprecated-pure: ;
24369 --ant-primary-color-deprecated-l-35: #cbe6ff;
24370 --ant-primary-color-deprecated-l-20: #7ec1ff;
24371 --ant-primary-color-deprecated-t-20: #46a6ff;
24372 --ant-primary-color-deprecated-t-50: #8cc8ff;
24373 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24374 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24375 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24376 --ant-success-color: #52c41a;
24377 --ant-success-color-hover: #73d13d;
24378 --ant-success-color-active: #389e0d;
24379 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24380 --ant-success-color-deprecated-bg: #f6ffed;
24381 --ant-success-color-deprecated-border: #b7eb8f;
24382 --ant-error-color: #ff4d4f;
24383 --ant-error-color-hover: #ff7875;
24384 --ant-error-color-active: #d9363e;
24385 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24386 --ant-error-color-deprecated-bg: #fff2f0;
24387 --ant-error-color-deprecated-border: #ffccc7;
24388 --ant-warning-color: #faad14;
24389 --ant-warning-color-hover: #ffc53d;
24390 --ant-warning-color-active: #d48806;
24391 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24392 --ant-warning-color-deprecated-bg: #fffbe6;
24393 --ant-warning-color-deprecated-border: #ffe58f;
24394 --ant-info-color: #1890ff;
24395 --ant-info-color-deprecated-bg: #e6f7ff;
24396 --ant-info-color-deprecated-border: #91d5ff;
24397}
24398.ant-result {
24399 padding: 48px 32px;
24400}
24401.ant-result-success .ant-result-icon > .anticon {
24402 color: var(--ant-success-color);
24403}
24404.ant-result-error .ant-result-icon > .anticon {
24405 color: var(--ant-error-color);
24406}
24407.ant-result-info .ant-result-icon > .anticon {
24408 color: var(--ant-info-color);
24409}
24410.ant-result-warning .ant-result-icon > .anticon {
24411 color: var(--ant-warning-color);
24412}
24413.ant-result-image {
24414 width: 250px;
24415 height: 295px;
24416 margin: auto;
24417}
24418.ant-result-icon {
24419 margin-bottom: 24px;
24420 text-align: center;
24421}
24422.ant-result-icon > .anticon {
24423 font-size: 72px;
24424}
24425.ant-result-title {
24426 color: rgba(0, 0, 0, 0.85);
24427 font-size: 24px;
24428 line-height: 1.8;
24429 text-align: center;
24430}
24431.ant-result-subtitle {
24432 color: rgba(0, 0, 0, 0.45);
24433 font-size: 14px;
24434 line-height: 1.6;
24435 text-align: center;
24436}
24437.ant-result-extra {
24438 margin: 24px 0 0 0;
24439 text-align: center;
24440}
24441.ant-result-extra > * {
24442 margin-right: 8px;
24443}
24444.ant-result-extra > *:last-child {
24445 margin-right: 0;
24446}
24447.ant-result-content {
24448 margin-top: 24px;
24449 padding: 24px 40px;
24450 background-color: #fafafa;
24451}
24452.ant-result-rtl {
24453 direction: rtl;
24454}
24455.ant-result-rtl .ant-result-extra > * {
24456 margin-right: 0;
24457 margin-left: 8px;
24458}
24459.ant-result-rtl .ant-result-extra > *:last-child {
24460 margin-left: 0;
24461}
24462
24463/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24464/* stylelint-disable no-duplicate-selectors */
24465/* stylelint-disable */
24466/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24467html {
24468 --ant-primary-color: #1890ff;
24469 --ant-primary-color-hover: #40a9ff;
24470 --ant-primary-color-active: #096dd9;
24471 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24472 --ant-primary-1: #e6f7ff;
24473 --ant-primary-2: #bae7ff;
24474 --ant-primary-3: #91d5ff;
24475 --ant-primary-4: #69c0ff;
24476 --ant-primary-5: #40a9ff;
24477 --ant-primary-6: #1890ff;
24478 --ant-primary-7: #096dd9;
24479 --ant-primary-color-deprecated-pure: ;
24480 --ant-primary-color-deprecated-l-35: #cbe6ff;
24481 --ant-primary-color-deprecated-l-20: #7ec1ff;
24482 --ant-primary-color-deprecated-t-20: #46a6ff;
24483 --ant-primary-color-deprecated-t-50: #8cc8ff;
24484 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24485 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24486 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24487 --ant-success-color: #52c41a;
24488 --ant-success-color-hover: #73d13d;
24489 --ant-success-color-active: #389e0d;
24490 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24491 --ant-success-color-deprecated-bg: #f6ffed;
24492 --ant-success-color-deprecated-border: #b7eb8f;
24493 --ant-error-color: #ff4d4f;
24494 --ant-error-color-hover: #ff7875;
24495 --ant-error-color-active: #d9363e;
24496 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24497 --ant-error-color-deprecated-bg: #fff2f0;
24498 --ant-error-color-deprecated-border: #ffccc7;
24499 --ant-warning-color: #faad14;
24500 --ant-warning-color-hover: #ffc53d;
24501 --ant-warning-color-active: #d48806;
24502 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24503 --ant-warning-color-deprecated-bg: #fffbe6;
24504 --ant-warning-color-deprecated-border: #ffe58f;
24505 --ant-info-color: #1890ff;
24506 --ant-info-color-deprecated-bg: #e6f7ff;
24507 --ant-info-color-deprecated-border: #91d5ff;
24508}
24509.segmented-disabled-item,
24510.segmented-disabled-item:hover,
24511.segmented-disabled-item:focus {
24512 color: rgba(0, 0, 0, 0.25);
24513 cursor: not-allowed;
24514}
24515.segmented-item-selected {
24516 background-color: #fff;
24517 border-radius: 2px;
24518 box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
24519}
24520.segmented-text-ellipsis {
24521 overflow: hidden;
24522 white-space: nowrap;
24523 text-overflow: ellipsis;
24524 word-break: keep-all;
24525}
24526.ant-segmented {
24527 box-sizing: border-box;
24528 margin: 0;
24529 padding: 0;
24530 color: rgba(0, 0, 0, 0.85);
24531 font-size: 14px;
24532 font-variant: tabular-nums;
24533 line-height: 1.5715;
24534 list-style: none;
24535 font-feature-settings: 'tnum';
24536 display: inline-block;
24537 padding: 2px;
24538 color: rgba(0, 0, 0, 0.65);
24539 background-color: rgba(0, 0, 0, 0.04);
24540 border-radius: 2px;
24541 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
24542}
24543.ant-segmented-group {
24544 position: relative;
24545 display: flex;
24546 align-items: stretch;
24547 justify-items: flex-start;
24548 width: 100%;
24549}
24550.ant-segmented.ant-segmented-block {
24551 display: flex;
24552}
24553.ant-segmented.ant-segmented-block .ant-segmented-item {
24554 flex: 1;
24555 min-width: 0;
24556}
24557.ant-segmented:not(.ant-segmented-disabled):hover,
24558.ant-segmented:not(.ant-segmented-disabled):focus {
24559 background-color: rgba(0, 0, 0, 0.06);
24560}
24561.ant-segmented-item {
24562 position: relative;
24563 text-align: center;
24564 cursor: pointer;
24565 transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
24566}
24567.ant-segmented-item-selected {
24568 background-color: #fff;
24569 border-radius: 2px;
24570 box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
24571 color: #262626;
24572}
24573.ant-segmented-item:hover,
24574.ant-segmented-item:focus {
24575 color: #262626;
24576}
24577.ant-segmented-item-label {
24578 min-height: 28px;
24579 padding: 0 11px;
24580 line-height: 28px;
24581 overflow: hidden;
24582 white-space: nowrap;
24583 text-overflow: ellipsis;
24584 word-break: keep-all;
24585}
24586.ant-segmented-item-icon + * {
24587 margin-left: 6px;
24588}
24589.ant-segmented-item-input {
24590 position: absolute;
24591 top: 0;
24592 left: 0;
24593 width: 0;
24594 height: 0;
24595 opacity: 0;
24596 pointer-events: none;
24597}
24598.ant-segmented.ant-segmented-lg .ant-segmented-item-label {
24599 min-height: 36px;
24600 padding: 0 11px;
24601 font-size: 16px;
24602 line-height: 36px;
24603}
24604.ant-segmented.ant-segmented-sm .ant-segmented-item-label {
24605 min-height: 20px;
24606 padding: 0 7px;
24607 line-height: 20px;
24608}
24609.ant-segmented-item-disabled,
24610.ant-segmented-item-disabled:hover,
24611.ant-segmented-item-disabled:focus {
24612 color: rgba(0, 0, 0, 0.25);
24613 cursor: not-allowed;
24614}
24615.ant-segmented-thumb {
24616 background-color: #fff;
24617 border-radius: 2px;
24618 box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
24619 position: absolute;
24620 top: 0;
24621 left: 0;
24622 width: 0;
24623 height: 100%;
24624 padding: 4px 0;
24625}
24626.ant-segmented-thumb-motion-appear-active {
24627 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
24628 will-change: transform, width;
24629}
24630.ant-segmented.ant-segmented-rtl {
24631 direction: rtl;
24632}
24633.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
24634 margin-right: 0;
24635 margin-left: 6px;
24636}
24637
24638/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24639/* stylelint-disable no-duplicate-selectors */
24640/* stylelint-disable */
24641/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24642html {
24643 --ant-primary-color: #1890ff;
24644 --ant-primary-color-hover: #40a9ff;
24645 --ant-primary-color-active: #096dd9;
24646 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24647 --ant-primary-1: #e6f7ff;
24648 --ant-primary-2: #bae7ff;
24649 --ant-primary-3: #91d5ff;
24650 --ant-primary-4: #69c0ff;
24651 --ant-primary-5: #40a9ff;
24652 --ant-primary-6: #1890ff;
24653 --ant-primary-7: #096dd9;
24654 --ant-primary-color-deprecated-pure: ;
24655 --ant-primary-color-deprecated-l-35: #cbe6ff;
24656 --ant-primary-color-deprecated-l-20: #7ec1ff;
24657 --ant-primary-color-deprecated-t-20: #46a6ff;
24658 --ant-primary-color-deprecated-t-50: #8cc8ff;
24659 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24660 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24661 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24662 --ant-success-color: #52c41a;
24663 --ant-success-color-hover: #73d13d;
24664 --ant-success-color-active: #389e0d;
24665 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24666 --ant-success-color-deprecated-bg: #f6ffed;
24667 --ant-success-color-deprecated-border: #b7eb8f;
24668 --ant-error-color: #ff4d4f;
24669 --ant-error-color-hover: #ff7875;
24670 --ant-error-color-active: #d9363e;
24671 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24672 --ant-error-color-deprecated-bg: #fff2f0;
24673 --ant-error-color-deprecated-border: #ffccc7;
24674 --ant-warning-color: #faad14;
24675 --ant-warning-color-hover: #ffc53d;
24676 --ant-warning-color-active: #d48806;
24677 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24678 --ant-warning-color-deprecated-bg: #fffbe6;
24679 --ant-warning-color-deprecated-border: #ffe58f;
24680 --ant-info-color: #1890ff;
24681 --ant-info-color-deprecated-bg: #e6f7ff;
24682 --ant-info-color-deprecated-border: #91d5ff;
24683}
24684.ant-slider {
24685 box-sizing: border-box;
24686 margin: 0;
24687 padding: 0;
24688 color: rgba(0, 0, 0, 0.85);
24689 font-size: 14px;
24690 font-variant: tabular-nums;
24691 line-height: 1.5715;
24692 list-style: none;
24693 font-feature-settings: 'tnum';
24694 position: relative;
24695 height: 12px;
24696 margin: 10px 6px 10px;
24697 padding: 4px 0;
24698 cursor: pointer;
24699 touch-action: none;
24700}
24701.ant-slider-vertical {
24702 width: 12px;
24703 height: 100%;
24704 margin: 6px 10px;
24705 padding: 0 4px;
24706}
24707.ant-slider-vertical .ant-slider-rail {
24708 width: 4px;
24709 height: 100%;
24710}
24711.ant-slider-vertical .ant-slider-track {
24712 width: 4px;
24713}
24714.ant-slider-vertical .ant-slider-handle {
24715 margin-top: -6px;
24716 margin-left: -5px;
24717}
24718.ant-slider-vertical .ant-slider-mark {
24719 top: 0;
24720 left: 12px;
24721 width: 18px;
24722 height: 100%;
24723}
24724.ant-slider-vertical .ant-slider-mark-text {
24725 left: 4px;
24726 white-space: nowrap;
24727}
24728.ant-slider-vertical .ant-slider-step {
24729 width: 4px;
24730 height: 100%;
24731}
24732.ant-slider-vertical .ant-slider-dot {
24733 top: auto;
24734 margin-left: -2px;
24735}
24736.ant-slider-tooltip .ant-tooltip-inner {
24737 min-width: unset;
24738}
24739.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
24740 margin-right: -5px;
24741 margin-left: 0;
24742}
24743.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
24744 right: 12px;
24745 left: auto;
24746}
24747.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
24748 right: 4px;
24749 left: auto;
24750}
24751.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
24752 right: 2px;
24753 left: auto;
24754}
24755.ant-slider-with-marks {
24756 margin-bottom: 28px;
24757}
24758.ant-slider-rail {
24759 position: absolute;
24760 width: 100%;
24761 height: 4px;
24762 background-color: #f5f5f5;
24763 border-radius: 2px;
24764 transition: background-color 0.3s;
24765}
24766.ant-slider-track {
24767 position: absolute;
24768 height: 4px;
24769 background-color: var(--ant-primary-3);
24770 border-radius: 2px;
24771 transition: background-color 0.3s;
24772}
24773.ant-slider-handle {
24774 position: absolute;
24775 width: 14px;
24776 height: 14px;
24777 margin-top: -5px;
24778 background-color: #fff;
24779 border: solid 2px var(--ant-primary-3);
24780 border-radius: 50%;
24781 box-shadow: 0;
24782 cursor: pointer;
24783 transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
24784}
24785.ant-slider-handle-dragging {
24786 z-index: 1;
24787}
24788.ant-slider-handle:focus {
24789 border-color: var(--ant-primary-color-deprecated-t-20);
24790 outline: none;
24791 box-shadow: 0 0 0 5px var(--ant-primary-color-deprecated-f-12);
24792}
24793.ant-slider-handle.ant-tooltip-open {
24794 border-color: var(--ant-primary-color);
24795}
24796.ant-slider-handle::after {
24797 position: absolute;
24798 top: -6px;
24799 right: -6px;
24800 bottom: -6px;
24801 left: -6px;
24802 content: '';
24803}
24804.ant-slider:hover .ant-slider-rail {
24805 background-color: #e1e1e1;
24806}
24807.ant-slider:hover .ant-slider-track {
24808 background-color: var(--ant-primary-4);
24809}
24810.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
24811 border-color: var(--ant-primary-4);
24812}
24813.ant-slider-mark {
24814 position: absolute;
24815 top: 14px;
24816 left: 0;
24817 width: 100%;
24818 font-size: 14px;
24819}
24820.ant-slider-mark-text {
24821 position: absolute;
24822 display: inline-block;
24823 color: rgba(0, 0, 0, 0.45);
24824 text-align: center;
24825 word-break: keep-all;
24826 cursor: pointer;
24827 -webkit-user-select: none;
24828 -moz-user-select: none;
24829 -ms-user-select: none;
24830 user-select: none;
24831}
24832.ant-slider-mark-text-active {
24833 color: rgba(0, 0, 0, 0.85);
24834}
24835.ant-slider-step {
24836 position: absolute;
24837 width: 100%;
24838 height: 4px;
24839 background: transparent;
24840 pointer-events: none;
24841}
24842.ant-slider-dot {
24843 position: absolute;
24844 top: -2px;
24845 width: 8px;
24846 height: 8px;
24847 background-color: #fff;
24848 border: 2px solid rgba(0, 0, 0, 0.06);
24849 border-radius: 50%;
24850 cursor: pointer;
24851}
24852.ant-slider-dot-active {
24853 border-color: var(--ant-primary-color-deprecated-t-50);
24854}
24855.ant-slider-disabled {
24856 cursor: not-allowed;
24857}
24858.ant-slider-disabled .ant-slider-rail {
24859 background-color: #f5f5f5 !important;
24860}
24861.ant-slider-disabled .ant-slider-track {
24862 background-color: rgba(0, 0, 0, 0.25) !important;
24863}
24864.ant-slider-disabled .ant-slider-handle,
24865.ant-slider-disabled .ant-slider-dot {
24866 background-color: #fff;
24867 border-color: rgba(0, 0, 0, 0.25) !important;
24868 box-shadow: none;
24869 cursor: not-allowed;
24870}
24871.ant-slider-disabled .ant-slider-mark-text,
24872.ant-slider-disabled .ant-slider-dot {
24873 cursor: not-allowed !important;
24874}
24875.ant-slider-rtl {
24876 direction: rtl;
24877}
24878.ant-slider-rtl .ant-slider-mark {
24879 right: 0;
24880 left: auto;
24881}
24882
24883/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24884/* stylelint-disable no-duplicate-selectors */
24885/* stylelint-disable */
24886/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24887html {
24888 --ant-primary-color: #1890ff;
24889 --ant-primary-color-hover: #40a9ff;
24890 --ant-primary-color-active: #096dd9;
24891 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24892 --ant-primary-1: #e6f7ff;
24893 --ant-primary-2: #bae7ff;
24894 --ant-primary-3: #91d5ff;
24895 --ant-primary-4: #69c0ff;
24896 --ant-primary-5: #40a9ff;
24897 --ant-primary-6: #1890ff;
24898 --ant-primary-7: #096dd9;
24899 --ant-primary-color-deprecated-pure: ;
24900 --ant-primary-color-deprecated-l-35: #cbe6ff;
24901 --ant-primary-color-deprecated-l-20: #7ec1ff;
24902 --ant-primary-color-deprecated-t-20: #46a6ff;
24903 --ant-primary-color-deprecated-t-50: #8cc8ff;
24904 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24905 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24906 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24907 --ant-success-color: #52c41a;
24908 --ant-success-color-hover: #73d13d;
24909 --ant-success-color-active: #389e0d;
24910 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24911 --ant-success-color-deprecated-bg: #f6ffed;
24912 --ant-success-color-deprecated-border: #b7eb8f;
24913 --ant-error-color: #ff4d4f;
24914 --ant-error-color-hover: #ff7875;
24915 --ant-error-color-active: #d9363e;
24916 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24917 --ant-error-color-deprecated-bg: #fff2f0;
24918 --ant-error-color-deprecated-border: #ffccc7;
24919 --ant-warning-color: #faad14;
24920 --ant-warning-color-hover: #ffc53d;
24921 --ant-warning-color-active: #d48806;
24922 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24923 --ant-warning-color-deprecated-bg: #fffbe6;
24924 --ant-warning-color-deprecated-border: #ffe58f;
24925 --ant-info-color: #1890ff;
24926 --ant-info-color-deprecated-bg: #e6f7ff;
24927 --ant-info-color-deprecated-border: #91d5ff;
24928}
24929.ant-statistic {
24930 box-sizing: border-box;
24931 margin: 0;
24932 padding: 0;
24933 color: rgba(0, 0, 0, 0.85);
24934 font-size: 14px;
24935 font-variant: tabular-nums;
24936 line-height: 1.5715;
24937 list-style: none;
24938 font-feature-settings: 'tnum';
24939}
24940.ant-statistic-title {
24941 margin-bottom: 4px;
24942 color: rgba(0, 0, 0, 0.45);
24943 font-size: 14px;
24944}
24945.ant-statistic-skeleton {
24946 padding-top: 16px;
24947}
24948.ant-statistic-content {
24949 color: rgba(0, 0, 0, 0.85);
24950 font-size: 24px;
24951 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';
24952}
24953.ant-statistic-content-value {
24954 display: inline-block;
24955 direction: ltr;
24956}
24957.ant-statistic-content-prefix,
24958.ant-statistic-content-suffix {
24959 display: inline-block;
24960}
24961.ant-statistic-content-prefix {
24962 margin-right: 4px;
24963}
24964.ant-statistic-content-suffix {
24965 margin-left: 4px;
24966}
24967.ant-statistic-rtl {
24968 direction: rtl;
24969}
24970.ant-statistic-rtl .ant-statistic-content-prefix {
24971 margin-right: 0;
24972 margin-left: 4px;
24973}
24974.ant-statistic-rtl .ant-statistic-content-suffix {
24975 margin-right: 4px;
24976 margin-left: 0;
24977}
24978
24979/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24980/* stylelint-disable no-duplicate-selectors */
24981/* stylelint-disable */
24982/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24983html {
24984 --ant-primary-color: #1890ff;
24985 --ant-primary-color-hover: #40a9ff;
24986 --ant-primary-color-active: #096dd9;
24987 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24988 --ant-primary-1: #e6f7ff;
24989 --ant-primary-2: #bae7ff;
24990 --ant-primary-3: #91d5ff;
24991 --ant-primary-4: #69c0ff;
24992 --ant-primary-5: #40a9ff;
24993 --ant-primary-6: #1890ff;
24994 --ant-primary-7: #096dd9;
24995 --ant-primary-color-deprecated-pure: ;
24996 --ant-primary-color-deprecated-l-35: #cbe6ff;
24997 --ant-primary-color-deprecated-l-20: #7ec1ff;
24998 --ant-primary-color-deprecated-t-20: #46a6ff;
24999 --ant-primary-color-deprecated-t-50: #8cc8ff;
25000 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25001 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25002 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25003 --ant-success-color: #52c41a;
25004 --ant-success-color-hover: #73d13d;
25005 --ant-success-color-active: #389e0d;
25006 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
25007 --ant-success-color-deprecated-bg: #f6ffed;
25008 --ant-success-color-deprecated-border: #b7eb8f;
25009 --ant-error-color: #ff4d4f;
25010 --ant-error-color-hover: #ff7875;
25011 --ant-error-color-active: #d9363e;
25012 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
25013 --ant-error-color-deprecated-bg: #fff2f0;
25014 --ant-error-color-deprecated-border: #ffccc7;
25015 --ant-warning-color: #faad14;
25016 --ant-warning-color-hover: #ffc53d;
25017 --ant-warning-color-active: #d48806;
25018 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
25019 --ant-warning-color-deprecated-bg: #fffbe6;
25020 --ant-warning-color-deprecated-border: #ffe58f;
25021 --ant-info-color: #1890ff;
25022 --ant-info-color-deprecated-bg: #e6f7ff;
25023 --ant-info-color-deprecated-border: #91d5ff;
25024}
25025.ant-steps {
25026 box-sizing: border-box;
25027 margin: 0;
25028 padding: 0;
25029 color: rgba(0, 0, 0, 0.85);
25030 font-size: 14px;
25031 font-variant: tabular-nums;
25032 line-height: 1.5715;
25033 list-style: none;
25034 font-feature-settings: 'tnum';
25035 display: flex;
25036 width: 100%;
25037 font-size: 0;
25038 text-align: initial;
25039}
25040.ant-steps-item {
25041 position: relative;
25042 display: inline-block;
25043 flex: 1;
25044 overflow: hidden;
25045 vertical-align: top;
25046}
25047.ant-steps-item-container {
25048 outline: none;
25049}
25050.ant-steps-item:last-child {
25051 flex: none;
25052}
25053.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
25054.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25055 display: none;
25056}
25057.ant-steps-item-icon,
25058.ant-steps-item-content {
25059 display: inline-block;
25060 vertical-align: top;
25061}
25062.ant-steps-item-icon {
25063 width: 32px;
25064 height: 32px;
25065 margin: 0 8px 0 0;
25066 font-size: 16px;
25067 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';
25068 line-height: 32px;
25069 text-align: center;
25070 border: 1px solid rgba(0, 0, 0, 0.25);
25071 border-radius: 32px;
25072 transition: background-color 0.3s, border-color 0.3s;
25073}
25074.ant-steps-item-icon .ant-steps-icon {
25075 position: relative;
25076 top: -0.5px;
25077 color: var(--ant-primary-color);
25078 line-height: 1;
25079}
25080.ant-steps-item-tail {
25081 position: absolute;
25082 top: 12px;
25083 left: 0;
25084 width: 100%;
25085 padding: 0 10px;
25086}
25087.ant-steps-item-tail::after {
25088 display: inline-block;
25089 width: 100%;
25090 height: 1px;
25091 background: rgba(0, 0, 0, 0.06);
25092 border-radius: 1px;
25093 transition: background 0.3s;
25094 content: '';
25095}
25096.ant-steps-item-title {
25097 position: relative;
25098 display: inline-block;
25099 padding-right: 16px;
25100 color: rgba(0, 0, 0, 0.85);
25101 font-size: 16px;
25102 line-height: 32px;
25103}
25104.ant-steps-item-title::after {
25105 position: absolute;
25106 top: 16px;
25107 left: 100%;
25108 display: block;
25109 width: 9999px;
25110 height: 1px;
25111 background: rgba(0, 0, 0, 0.06);
25112 content: '';
25113}
25114.ant-steps-item-subtitle {
25115 display: inline;
25116 margin-left: 8px;
25117 color: rgba(0, 0, 0, 0.45);
25118 font-weight: normal;
25119 font-size: 14px;
25120}
25121.ant-steps-item-description {
25122 color: rgba(0, 0, 0, 0.45);
25123 font-size: 14px;
25124}
25125.ant-steps-item-wait .ant-steps-item-icon {
25126 background-color: #fff;
25127 border-color: rgba(0, 0, 0, 0.25);
25128}
25129.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
25130 color: rgba(0, 0, 0, 0.25);
25131}
25132.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25133 background: rgba(0, 0, 0, 0.25);
25134}
25135.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25136 color: rgba(0, 0, 0, 0.45);
25137}
25138.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25139 background-color: rgba(0, 0, 0, 0.06);
25140}
25141.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25142 color: rgba(0, 0, 0, 0.45);
25143}
25144.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
25145 background-color: rgba(0, 0, 0, 0.06);
25146}
25147.ant-steps-item-process .ant-steps-item-icon {
25148 background-color: #fff;
25149 border-color: var(--ant-primary-color);
25150}
25151.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
25152 color: var(--ant-primary-color);
25153}
25154.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25155 background: var(--ant-primary-color);
25156}
25157.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25158 color: rgba(0, 0, 0, 0.85);
25159}
25160.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25161 background-color: rgba(0, 0, 0, 0.06);
25162}
25163.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25164 color: rgba(0, 0, 0, 0.85);
25165}
25166.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
25167 background-color: rgba(0, 0, 0, 0.06);
25168}
25169.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
25170 background: var(--ant-primary-color);
25171}
25172.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
25173 color: #fff;
25174}
25175.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
25176 font-weight: 500;
25177}
25178.ant-steps-item-finish .ant-steps-item-icon {
25179 background-color: #fff;
25180 border-color: var(--ant-primary-color);
25181}
25182.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
25183 color: var(--ant-primary-color);
25184}
25185.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25186 background: var(--ant-primary-color);
25187}
25188.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25189 color: rgba(0, 0, 0, 0.85);
25190}
25191.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25192 background-color: var(--ant-primary-color);
25193}
25194.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25195 color: rgba(0, 0, 0, 0.45);
25196}
25197.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
25198 background-color: var(--ant-primary-color);
25199}
25200.ant-steps-item-error .ant-steps-item-icon {
25201 background-color: #fff;
25202 border-color: var(--ant-error-color);
25203}
25204.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
25205 color: var(--ant-error-color);
25206}
25207.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25208 background: var(--ant-error-color);
25209}
25210.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25211 color: var(--ant-error-color);
25212}
25213.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25214 background-color: rgba(0, 0, 0, 0.06);
25215}
25216.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25217 color: var(--ant-error-color);
25218}
25219.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
25220 background-color: rgba(0, 0, 0, 0.06);
25221}
25222.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
25223 background: var(--ant-error-color);
25224}
25225.ant-steps-item-disabled {
25226 cursor: not-allowed;
25227}
25228.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
25229 cursor: pointer;
25230}
25231.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
25232.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
25233.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
25234.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
25235 transition: color 0.3s;
25236}
25237.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
25238.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
25239.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
25240 color: var(--ant-primary-color);
25241}
25242.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
25243 border-color: var(--ant-primary-color);
25244}
25245.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
25246 color: var(--ant-primary-color);
25247}
25248.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25249 padding-left: 16px;
25250 white-space: nowrap;
25251}
25252.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25253 padding-left: 0;
25254}
25255.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
25256 padding-right: 0;
25257}
25258.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
25259 display: none;
25260}
25261.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
25262 max-width: 140px;
25263 white-space: normal;
25264}
25265.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
25266 height: auto;
25267 background: none;
25268 border: 0;
25269}
25270.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
25271 top: 0px;
25272 left: 0.5px;
25273 width: 32px;
25274 height: 32px;
25275 font-size: 24px;
25276 line-height: 32px;
25277}
25278.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
25279 color: var(--ant-primary-color);
25280}
25281.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
25282 width: auto;
25283 background: none;
25284}
25285.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25286 padding-left: 12px;
25287}
25288.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25289 padding-left: 0;
25290}
25291.ant-steps-small .ant-steps-item-icon {
25292 width: 24px;
25293 height: 24px;
25294 margin: 0 8px 0 0;
25295 font-size: 12px;
25296 line-height: 24px;
25297 text-align: center;
25298 border-radius: 24px;
25299}
25300.ant-steps-small .ant-steps-item-title {
25301 padding-right: 12px;
25302 font-size: 14px;
25303 line-height: 24px;
25304}
25305.ant-steps-small .ant-steps-item-title::after {
25306 top: 12px;
25307}
25308.ant-steps-small .ant-steps-item-description {
25309 color: rgba(0, 0, 0, 0.45);
25310 font-size: 14px;
25311}
25312.ant-steps-small .ant-steps-item-tail {
25313 top: 8px;
25314}
25315.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
25316 width: inherit;
25317 height: inherit;
25318 line-height: inherit;
25319 background: none;
25320 border: 0;
25321 border-radius: 0;
25322}
25323.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
25324 font-size: 24px;
25325 line-height: 24px;
25326 transform: none;
25327}
25328.ant-steps-vertical {
25329 display: flex;
25330 flex-direction: column;
25331}
25332.ant-steps-vertical > .ant-steps-item {
25333 display: block;
25334 flex: 1 0 auto;
25335 padding-left: 0;
25336 overflow: visible;
25337}
25338.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
25339 float: left;
25340 margin-right: 16px;
25341}
25342.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
25343 display: block;
25344 min-height: 48px;
25345 overflow: hidden;
25346}
25347.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
25348 line-height: 32px;
25349}
25350.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
25351 padding-bottom: 12px;
25352}
25353.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25354 position: absolute;
25355 top: 0;
25356 left: 15px;
25357 width: 1px;
25358 height: 100%;
25359 padding: 38px 0 6px;
25360}
25361.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
25362 width: 1px;
25363 height: 100%;
25364}
25365.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
25366 display: block;
25367}
25368.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25369 display: none;
25370}
25371.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
25372 position: absolute;
25373 top: 0;
25374 left: 11px;
25375 padding: 30px 0 6px;
25376}
25377.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
25378 line-height: 24px;
25379}
25380.ant-steps-label-vertical .ant-steps-item {
25381 overflow: visible;
25382}
25383.ant-steps-label-vertical .ant-steps-item-tail {
25384 margin-left: 58px;
25385 padding: 3.5px 24px;
25386}
25387.ant-steps-label-vertical .ant-steps-item-content {
25388 display: block;
25389 width: 116px;
25390 margin-top: 8px;
25391 text-align: center;
25392}
25393.ant-steps-label-vertical .ant-steps-item-icon {
25394 display: inline-block;
25395 margin-left: 42px;
25396}
25397.ant-steps-label-vertical .ant-steps-item-title {
25398 padding-right: 0;
25399 padding-left: 0;
25400}
25401.ant-steps-label-vertical .ant-steps-item-title::after {
25402 display: none;
25403}
25404.ant-steps-label-vertical .ant-steps-item-subtitle {
25405 display: block;
25406 margin-bottom: 4px;
25407 margin-left: 0;
25408 line-height: 1.5715;
25409}
25410.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
25411 margin-left: 46px;
25412}
25413.ant-steps-dot .ant-steps-item-title,
25414.ant-steps-dot.ant-steps-small .ant-steps-item-title {
25415 line-height: 1.5715;
25416}
25417.ant-steps-dot .ant-steps-item-tail,
25418.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
25419 top: 2px;
25420 width: 100%;
25421 margin: 0 0 0 70px;
25422 padding: 0;
25423}
25424.ant-steps-dot .ant-steps-item-tail::after,
25425.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
25426 width: calc(100% - 20px);
25427 height: 3px;
25428 margin-left: 12px;
25429}
25430.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
25431.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
25432 left: 2px;
25433}
25434.ant-steps-dot .ant-steps-item-icon,
25435.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
25436 width: 8px;
25437 height: 8px;
25438 margin-left: 67px;
25439 padding-right: 0;
25440 line-height: 8px;
25441 background: transparent;
25442 border: 0;
25443}
25444.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
25445.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
25446 position: relative;
25447 float: left;
25448 width: 100%;
25449 height: 100%;
25450 border-radius: 100px;
25451 transition: all 0.3s;
25452 /* expand hover area */
25453}
25454.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
25455.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
25456 position: absolute;
25457 top: -12px;
25458 left: -26px;
25459 width: 60px;
25460 height: 32px;
25461 background: rgba(0, 0, 0, 0.001);
25462 content: '';
25463}
25464.ant-steps-dot .ant-steps-item-content,
25465.ant-steps-dot.ant-steps-small .ant-steps-item-content {
25466 width: 140px;
25467}
25468.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
25469.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
25470 position: relative;
25471 top: -1px;
25472 width: 10px;
25473 height: 10px;
25474 line-height: 10px;
25475 background: none;
25476}
25477.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
25478.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
25479 left: 0;
25480}
25481.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
25482 margin-top: 13px;
25483 margin-left: 0;
25484 background: none;
25485}
25486.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25487 top: 6.5px;
25488 left: -9px;
25489 margin: 0;
25490 padding: 22px 0 4px;
25491}
25492.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
25493 margin-top: 10px;
25494}
25495.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25496 top: 3.5px;
25497}
25498.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
25499 left: 0;
25500}
25501.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
25502 width: inherit;
25503}
25504.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
25505 top: -1px;
25506 left: -1px;
25507}
25508.ant-steps-navigation {
25509 padding-top: 12px;
25510}
25511.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
25512 margin-left: -12px;
25513}
25514.ant-steps-navigation .ant-steps-item {
25515 overflow: visible;
25516 text-align: center;
25517}
25518.ant-steps-navigation .ant-steps-item-container {
25519 display: inline-block;
25520 height: 100%;
25521 margin-left: -16px;
25522 padding-bottom: 12px;
25523 text-align: left;
25524 transition: opacity 0.3s;
25525}
25526.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
25527 max-width: auto;
25528}
25529.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
25530 max-width: 100%;
25531 padding-right: 0;
25532 overflow: hidden;
25533 white-space: nowrap;
25534 text-overflow: ellipsis;
25535}
25536.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
25537 display: none;
25538}
25539.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
25540 cursor: pointer;
25541}
25542.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
25543 opacity: 0.85;
25544}
25545.ant-steps-navigation .ant-steps-item:last-child {
25546 flex: 1;
25547}
25548.ant-steps-navigation .ant-steps-item:last-child::after {
25549 display: none;
25550}
25551.ant-steps-navigation .ant-steps-item::after {
25552 position: absolute;
25553 top: 50%;
25554 left: 100%;
25555 display: inline-block;
25556 width: 12px;
25557 height: 12px;
25558 margin-top: -14px;
25559 margin-left: -2px;
25560 border: 1px solid rgba(0, 0, 0, 0.25);
25561 border-bottom: none;
25562 border-left: none;
25563 transform: rotate(45deg);
25564 content: '';
25565}
25566.ant-steps-navigation .ant-steps-item::before {
25567 position: absolute;
25568 bottom: 0;
25569 left: 50%;
25570 display: inline-block;
25571 width: 0;
25572 height: 2px;
25573 background-color: var(--ant-primary-color);
25574 transition: width 0.3s, left 0.3s;
25575 transition-timing-function: ease-out;
25576 content: '';
25577}
25578.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
25579 left: 0;
25580 width: 100%;
25581}
25582.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
25583 margin-right: 0 !important;
25584}
25585.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
25586 display: none;
25587}
25588.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
25589 top: 0;
25590 right: 0;
25591 left: unset;
25592 display: block;
25593 width: 3px;
25594 height: calc(100% - 24px);
25595}
25596.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
25597 position: relative;
25598 top: -2px;
25599 left: 50%;
25600 display: block;
25601 width: 8px;
25602 height: 8px;
25603 margin-bottom: 8px;
25604 text-align: center;
25605 transform: rotate(135deg);
25606}
25607.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25608 visibility: hidden;
25609}
25610.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25611 visibility: hidden;
25612}
25613.ant-steps-rtl {
25614 direction: rtl;
25615}
25616.ant-steps.ant-steps-rtl .ant-steps-item-icon {
25617 margin-right: 0;
25618 margin-left: 8px;
25619}
25620.ant-steps-rtl .ant-steps-item-tail {
25621 right: 0;
25622 left: auto;
25623}
25624.ant-steps-rtl .ant-steps-item-title {
25625 padding-right: 0;
25626 padding-left: 16px;
25627}
25628.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
25629 float: left;
25630 margin-right: 8px;
25631 margin-left: 0;
25632}
25633.ant-steps-rtl .ant-steps-item-title::after {
25634 right: 100%;
25635 left: auto;
25636}
25637.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25638 padding-right: 16px;
25639 padding-left: 0;
25640}
25641.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25642 padding-right: 0;
25643}
25644.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
25645 padding-left: 0;
25646}
25647.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
25648 right: 0.5px;
25649 left: auto;
25650}
25651.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
25652 margin-right: -12px;
25653 margin-left: 0;
25654}
25655.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
25656 margin-right: -16px;
25657 margin-left: 0;
25658 text-align: right;
25659}
25660.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
25661 padding-left: 0;
25662}
25663.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
25664 right: 100%;
25665 left: auto;
25666 margin-right: -2px;
25667 margin-left: 0;
25668 transform: rotate(225deg);
25669}
25670.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25671 padding-right: 12px;
25672 padding-left: 0;
25673}
25674.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25675 padding-right: 0;
25676}
25677.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
25678 padding-right: 0;
25679 padding-left: 12px;
25680}
25681.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
25682 float: right;
25683 margin-right: 0;
25684 margin-left: 16px;
25685}
25686.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25687 right: 16px;
25688 left: auto;
25689}
25690.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
25691 right: 12px;
25692 left: auto;
25693}
25694.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
25695 padding-left: 0;
25696}
25697.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
25698.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
25699 margin: 0 70px 0 0;
25700}
25701.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
25702.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
25703 margin-right: 12px;
25704 margin-left: 0;
25705}
25706.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
25707.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
25708 right: 2px;
25709 left: auto;
25710}
25711.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
25712.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
25713 margin-right: 67px;
25714 margin-left: 0;
25715}
25716.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
25717.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
25718 /* expand hover area */
25719}
25720.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
25721.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
25722 float: right;
25723}
25724.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
25725.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
25726 right: -26px;
25727 left: auto;
25728}
25729.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
25730 margin-right: 0;
25731 margin-left: 16px;
25732}
25733.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25734 right: -9px;
25735 left: auto;
25736}
25737.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
25738 right: 0;
25739 left: auto;
25740}
25741.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
25742 right: -2px;
25743 left: auto;
25744}
25745.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
25746 padding-right: 4px;
25747}
25748.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25749 right: 19px;
25750}
25751.ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25752 right: 15px;
25753}
25754.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
25755 padding-right: 4px;
25756 padding-left: 0;
25757}
25758.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
25759 padding-right: 4px;
25760}
25761.ant-steps-with-progress .ant-steps-item {
25762 padding-top: 4px;
25763}
25764.ant-steps-with-progress .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25765 top: 4px;
25766 left: 19px;
25767}
25768.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,
25769.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child {
25770 padding-bottom: 4px;
25771 padding-left: 4px;
25772}
25773.ant-steps-with-progress.ant-steps-small > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25774 left: 15px;
25775}
25776.ant-steps-with-progress.ant-steps-vertical .ant-steps-item {
25777 padding-left: 4px;
25778}
25779.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
25780 top: 14px !important;
25781}
25782.ant-steps-with-progress .ant-steps-item-icon {
25783 position: relative;
25784}
25785.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
25786 position: absolute;
25787 top: -5px;
25788 right: -5px;
25789 bottom: -5px;
25790 left: -5px;
25791}
25792
25793/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
25794/* stylelint-disable no-duplicate-selectors */
25795/* stylelint-disable */
25796/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25797html {
25798 --ant-primary-color: #1890ff;
25799 --ant-primary-color-hover: #40a9ff;
25800 --ant-primary-color-active: #096dd9;
25801 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
25802 --ant-primary-1: #e6f7ff;
25803 --ant-primary-2: #bae7ff;
25804 --ant-primary-3: #91d5ff;
25805 --ant-primary-4: #69c0ff;
25806 --ant-primary-5: #40a9ff;
25807 --ant-primary-6: #1890ff;
25808 --ant-primary-7: #096dd9;
25809 --ant-primary-color-deprecated-pure: ;
25810 --ant-primary-color-deprecated-l-35: #cbe6ff;
25811 --ant-primary-color-deprecated-l-20: #7ec1ff;
25812 --ant-primary-color-deprecated-t-20: #46a6ff;
25813 --ant-primary-color-deprecated-t-50: #8cc8ff;
25814 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25815 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25816 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25817 --ant-success-color: #52c41a;
25818 --ant-success-color-hover: #73d13d;
25819 --ant-success-color-active: #389e0d;
25820 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
25821 --ant-success-color-deprecated-bg: #f6ffed;
25822 --ant-success-color-deprecated-border: #b7eb8f;
25823 --ant-error-color: #ff4d4f;
25824 --ant-error-color-hover: #ff7875;
25825 --ant-error-color-active: #d9363e;
25826 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
25827 --ant-error-color-deprecated-bg: #fff2f0;
25828 --ant-error-color-deprecated-border: #ffccc7;
25829 --ant-warning-color: #faad14;
25830 --ant-warning-color-hover: #ffc53d;
25831 --ant-warning-color-active: #d48806;
25832 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
25833 --ant-warning-color-deprecated-bg: #fffbe6;
25834 --ant-warning-color-deprecated-border: #ffe58f;
25835 --ant-info-color: #1890ff;
25836 --ant-info-color-deprecated-bg: #e6f7ff;
25837 --ant-info-color-deprecated-border: #91d5ff;
25838}
25839.ant-switch {
25840 margin: 0;
25841 padding: 0;
25842 color: rgba(0, 0, 0, 0.85);
25843 font-size: 14px;
25844 font-variant: tabular-nums;
25845 line-height: 1.5715;
25846 list-style: none;
25847 font-feature-settings: 'tnum';
25848 position: relative;
25849 display: inline-block;
25850 box-sizing: border-box;
25851 min-width: 44px;
25852 height: 22px;
25853 line-height: 22px;
25854 vertical-align: middle;
25855 background-color: rgba(0, 0, 0, 0.25);
25856 border: 0;
25857 border-radius: 100px;
25858 cursor: pointer;
25859 transition: all 0.2s;
25860 -webkit-user-select: none;
25861 -moz-user-select: none;
25862 -ms-user-select: none;
25863 user-select: none;
25864}
25865.ant-switch:focus {
25866 outline: 0;
25867 box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
25868}
25869.ant-switch-checked:focus {
25870 box-shadow: 0 0 0 2px var(--ant-primary-1);
25871}
25872.ant-switch:focus:hover {
25873 box-shadow: none;
25874}
25875.ant-switch-checked {
25876 background-color: var(--ant-primary-color);
25877}
25878.ant-switch-loading,
25879.ant-switch-disabled {
25880 cursor: not-allowed;
25881 opacity: 0.4;
25882}
25883.ant-switch-loading *,
25884.ant-switch-disabled * {
25885 box-shadow: none;
25886 cursor: not-allowed;
25887}
25888.ant-switch-inner {
25889 display: block;
25890 margin: 0 7px 0 25px;
25891 color: #fff;
25892 font-size: 12px;
25893 transition: margin 0.2s;
25894}
25895.ant-switch-checked .ant-switch-inner {
25896 margin: 0 25px 0 7px;
25897}
25898.ant-switch-handle {
25899 position: absolute;
25900 top: 2px;
25901 left: 2px;
25902 width: 18px;
25903 height: 18px;
25904 transition: all 0.2s ease-in-out;
25905}
25906.ant-switch-handle::before {
25907 position: absolute;
25908 top: 0;
25909 right: 0;
25910 bottom: 0;
25911 left: 0;
25912 background-color: #fff;
25913 border-radius: 9px;
25914 box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
25915 transition: all 0.2s ease-in-out;
25916 content: '';
25917}
25918.ant-switch-checked .ant-switch-handle {
25919 left: calc(100% - 18px - 2px);
25920}
25921.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
25922 right: -30%;
25923 left: 0;
25924}
25925.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
25926 right: 0;
25927 left: -30%;
25928}
25929.ant-switch-loading-icon.anticon {
25930 position: relative;
25931 top: 2px;
25932 color: rgba(0, 0, 0, 0.65);
25933 vertical-align: top;
25934}
25935.ant-switch-checked .ant-switch-loading-icon {
25936 color: var(--ant-primary-color);
25937}
25938.ant-switch-small {
25939 min-width: 28px;
25940 height: 16px;
25941 line-height: 16px;
25942}
25943.ant-switch-small .ant-switch-inner {
25944 margin: 0 5px 0 18px;
25945 font-size: 12px;
25946}
25947.ant-switch-small .ant-switch-handle {
25948 width: 12px;
25949 height: 12px;
25950}
25951.ant-switch-small .ant-switch-loading-icon {
25952 top: 1.5px;
25953 font-size: 9px;
25954}
25955.ant-switch-small.ant-switch-checked .ant-switch-inner {
25956 margin: 0 18px 0 5px;
25957}
25958.ant-switch-small.ant-switch-checked .ant-switch-handle {
25959 left: calc(100% - 12px - 2px);
25960}
25961.ant-switch-rtl {
25962 direction: rtl;
25963}
25964.ant-switch-rtl .ant-switch-inner {
25965 margin: 0 25px 0 7px;
25966}
25967.ant-switch-rtl .ant-switch-handle {
25968 right: 2px;
25969 left: auto;
25970}
25971.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
25972 right: 0;
25973 left: -30%;
25974}
25975.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
25976 right: -30%;
25977 left: 0;
25978}
25979.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
25980 margin: 0 7px 0 25px;
25981}
25982.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
25983 right: calc(100% - 18px - 2px);
25984}
25985.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
25986 right: calc(100% - 12px - 2px);
25987}
25988
25989/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
25990/* stylelint-disable no-duplicate-selectors */
25991/* stylelint-disable */
25992/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25993html {
25994 --ant-primary-color: #1890ff;
25995 --ant-primary-color-hover: #40a9ff;
25996 --ant-primary-color-active: #096dd9;
25997 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
25998 --ant-primary-1: #e6f7ff;
25999 --ant-primary-2: #bae7ff;
26000 --ant-primary-3: #91d5ff;
26001 --ant-primary-4: #69c0ff;
26002 --ant-primary-5: #40a9ff;
26003 --ant-primary-6: #1890ff;
26004 --ant-primary-7: #096dd9;
26005 --ant-primary-color-deprecated-pure: ;
26006 --ant-primary-color-deprecated-l-35: #cbe6ff;
26007 --ant-primary-color-deprecated-l-20: #7ec1ff;
26008 --ant-primary-color-deprecated-t-20: #46a6ff;
26009 --ant-primary-color-deprecated-t-50: #8cc8ff;
26010 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
26011 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
26012 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
26013 --ant-success-color: #52c41a;
26014 --ant-success-color-hover: #73d13d;
26015 --ant-success-color-active: #389e0d;
26016 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
26017 --ant-success-color-deprecated-bg: #f6ffed;
26018 --ant-success-color-deprecated-border: #b7eb8f;
26019 --ant-error-color: #ff4d4f;
26020 --ant-error-color-hover: #ff7875;
26021 --ant-error-color-active: #d9363e;
26022 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
26023 --ant-error-color-deprecated-bg: #fff2f0;
26024 --ant-error-color-deprecated-border: #ffccc7;
26025 --ant-warning-color: #faad14;
26026 --ant-warning-color-hover: #ffc53d;
26027 --ant-warning-color-active: #d48806;
26028 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
26029 --ant-warning-color-deprecated-bg: #fffbe6;
26030 --ant-warning-color-deprecated-border: #ffe58f;
26031 --ant-info-color: #1890ff;
26032 --ant-info-color-deprecated-bg: #e6f7ff;
26033 --ant-info-color-deprecated-border: #91d5ff;
26034}
26035.ant-table.ant-table-middle {
26036 font-size: 14px;
26037}
26038.ant-table.ant-table-middle .ant-table-title,
26039.ant-table.ant-table-middle .ant-table-footer,
26040.ant-table.ant-table-middle .ant-table-thead > tr > th,
26041.ant-table.ant-table-middle .ant-table-tbody > tr > td,
26042.ant-table.ant-table-middle tfoot > tr > th,
26043.ant-table.ant-table-middle tfoot > tr > td {
26044 padding: 12px 8px;
26045}
26046.ant-table.ant-table-middle .ant-table-filter-trigger {
26047 margin-right: -4px;
26048}
26049.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
26050 margin: -12px -8px;
26051}
26052.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
26053 margin: -12px -8px -12px 40px;
26054}
26055.ant-table.ant-table-middle .ant-table-selection-column {
26056 padding-inline-start: 2px;
26057}
26058.ant-table.ant-table-small {
26059 font-size: 14px;
26060}
26061.ant-table.ant-table-small .ant-table-title,
26062.ant-table.ant-table-small .ant-table-footer,
26063.ant-table.ant-table-small .ant-table-thead > tr > th,
26064.ant-table.ant-table-small .ant-table-tbody > tr > td,
26065.ant-table.ant-table-small tfoot > tr > th,
26066.ant-table.ant-table-small tfoot > tr > td {
26067 padding: 8px 8px;
26068}
26069.ant-table.ant-table-small .ant-table-filter-trigger {
26070 margin-right: -4px;
26071}
26072.ant-table.ant-table-small .ant-table-expanded-row-fixed {
26073 margin: -8px -8px;
26074}
26075.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
26076 margin: -8px -8px -8px 40px;
26077}
26078.ant-table.ant-table-small .ant-table-selection-column {
26079 padding-inline-start: 2px;
26080}
26081.ant-table.ant-table-bordered > .ant-table-title {
26082 border: 1px solid rgba(0, 0, 0, 0.06);
26083 border-bottom: 0;
26084}
26085.ant-table.ant-table-bordered > .ant-table-container {
26086 border-left: 1px solid rgba(0, 0, 0, 0.06);
26087}
26088.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
26089.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
26090.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
26091.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
26092.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
26093.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
26094.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
26095.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
26096.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
26097.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
26098.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
26099.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
26100.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
26101.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
26102.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
26103.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
26104 border-right: 1px solid rgba(0, 0, 0, 0.06);
26105}
26106.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
26107.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
26108.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
26109.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
26110 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
26111}
26112.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
26113.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
26114.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
26115.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
26116 background-color: transparent !important;
26117}
26118.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
26119.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
26120.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
26121.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
26122.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26123.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26124.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26125.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26126.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
26127.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
26128.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
26129.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
26130 border-right: 1px solid rgba(0, 0, 0, 0.06);
26131}
26132.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26133.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26134.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26135.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
26136 margin: -16px -17px;
26137}
26138.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
26139.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
26140.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
26141.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
26142 position: absolute;
26143 top: 0;
26144 right: 1px;
26145 bottom: 0;
26146 border-right: 1px solid rgba(0, 0, 0, 0.06);
26147 content: '';
26148}
26149.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
26150.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
26151 border-top: 1px solid rgba(0, 0, 0, 0.06);
26152}
26153.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
26154.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
26155 border-right: 0;
26156}
26157.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26158.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
26159 margin: -12px -9px;
26160}
26161.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26162.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
26163 margin: -8px -9px;
26164}
26165.ant-table.ant-table-bordered > .ant-table-footer {
26166 border: 1px solid rgba(0, 0, 0, 0.06);
26167 border-top: 0;
26168}
26169.ant-table-cell .ant-table-container:first-child {
26170 border-top: 0;
26171}
26172.ant-table-cell-scrollbar:not([rowspan]) {
26173 box-shadow: 0 1px 0 1px #fafafa;
26174}
26175.ant-table-wrapper {
26176 clear: both;
26177 max-width: 100%;
26178}
26179.ant-table-wrapper::before {
26180 display: table;
26181 content: '';
26182}
26183.ant-table-wrapper::after {
26184 display: table;
26185 clear: both;
26186 content: '';
26187}
26188.ant-table {
26189 box-sizing: border-box;
26190 margin: 0;
26191 padding: 0;
26192 color: rgba(0, 0, 0, 0.85);
26193 font-variant: tabular-nums;
26194 line-height: 1.5715;
26195 list-style: none;
26196 font-feature-settings: 'tnum';
26197 position: relative;
26198 font-size: 14px;
26199 background: #fff;
26200 border-radius: 2px;
26201}
26202.ant-table table {
26203 width: 100%;
26204 text-align: left;
26205 border-radius: 2px 2px 0 0;
26206 border-collapse: separate;
26207 border-spacing: 0;
26208}
26209.ant-table-thead > tr > th,
26210.ant-table-tbody > tr > td,
26211.ant-table tfoot > tr > th,
26212.ant-table tfoot > tr > td {
26213 position: relative;
26214 padding: 16px 16px;
26215 overflow-wrap: break-word;
26216}
26217.ant-table-cell-ellipsis {
26218 overflow: hidden;
26219 white-space: nowrap;
26220 text-overflow: ellipsis;
26221 word-break: keep-all;
26222}
26223.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
26224.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
26225 overflow: visible;
26226}
26227.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
26228.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
26229 display: block;
26230 overflow: hidden;
26231 text-overflow: ellipsis;
26232}
26233.ant-table-cell-ellipsis .ant-table-column-title {
26234 overflow: hidden;
26235 text-overflow: ellipsis;
26236 word-break: keep-all;
26237}
26238.ant-table-title {
26239 padding: 16px 16px;
26240}
26241.ant-table-footer {
26242 padding: 16px 16px;
26243 color: rgba(0, 0, 0, 0.85);
26244 background: #fafafa;
26245}
26246.ant-table-thead > tr > th {
26247 position: relative;
26248 color: rgba(0, 0, 0, 0.85);
26249 font-weight: 500;
26250 text-align: left;
26251 background: #fafafa;
26252 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
26253 transition: background 0.3s ease;
26254}
26255.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
26256 text-align: center;
26257}
26258.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
26259 position: absolute;
26260 top: 50%;
26261 right: 0;
26262 width: 1px;
26263 height: 1.6em;
26264 background-color: rgba(0, 0, 0, 0.06);
26265 transform: translateY(-50%);
26266 transition: background-color 0.3s;
26267 content: '';
26268}
26269.ant-table-thead > tr:not(:last-child) > th[colspan] {
26270 border-bottom: 0;
26271}
26272.ant-table-tbody > tr > td {
26273 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
26274 transition: background 0.3s;
26275}
26276.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
26277.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
26278 margin: -16px -16px -16px 32px;
26279}
26280.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
26281.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
26282 border-bottom: 0;
26283}
26284.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
26285.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
26286.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
26287.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
26288 border-radius: 0;
26289}
26290.ant-table-tbody > tr.ant-table-row:hover > td,
26291.ant-table-tbody > tr > td.ant-table-cell-row-hover {
26292 background: #fafafa;
26293}
26294.ant-table-tbody > tr.ant-table-row-selected > td {
26295 background: var(--ant-primary-1);
26296 border-color: rgba(0, 0, 0, 0.03);
26297}
26298.ant-table-tbody > tr.ant-table-row-selected:hover > td {
26299 background: var(--ant-primary-color-active-deprecated-d-02);
26300}
26301.ant-table-summary {
26302 position: relative;
26303 z-index: 2;
26304 background: #fff;
26305}
26306div.ant-table-summary {
26307 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
26308}
26309.ant-table-summary > tr > th,
26310.ant-table-summary > tr > td {
26311 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
26312}
26313.ant-table-pagination.ant-pagination {
26314 margin: 16px 0;
26315}
26316.ant-table-pagination {
26317 display: flex;
26318 flex-wrap: wrap;
26319 row-gap: 8px;
26320}
26321.ant-table-pagination > * {
26322 flex: none;
26323}
26324.ant-table-pagination-left {
26325 justify-content: flex-start;
26326}
26327.ant-table-pagination-center {
26328 justify-content: center;
26329}
26330.ant-table-pagination-right {
26331 justify-content: flex-end;
26332}
26333.ant-table-thead th.ant-table-column-has-sorters {
26334 outline: none;
26335 cursor: pointer;
26336 transition: all 0.3s;
26337}
26338.ant-table-thead th.ant-table-column-has-sorters:hover {
26339 background: rgba(0, 0, 0, 0.04);
26340}
26341.ant-table-thead th.ant-table-column-has-sorters:hover::before {
26342 background-color: transparent !important;
26343}
26344.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
26345 color: var(--ant-primary-color);
26346}
26347.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
26348.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
26349 background: #f5f5f5;
26350}
26351.ant-table-thead th.ant-table-column-sort {
26352 background: #f5f5f5;
26353}
26354.ant-table-thead th.ant-table-column-sort::before {
26355 background-color: transparent !important;
26356}
26357td.ant-table-column-sort {
26358 background: #fafafa;
26359}
26360.ant-table-column-title {
26361 position: relative;
26362 z-index: 1;
26363 flex: 1;
26364}
26365.ant-table-column-sorters {
26366 display: flex;
26367 flex: auto;
26368 align-items: center;
26369 justify-content: space-between;
26370}
26371.ant-table-column-sorters::after {
26372 position: absolute;
26373 top: 0;
26374 right: 0;
26375 bottom: 0;
26376 left: 0;
26377 width: 100%;
26378 height: 100%;
26379 content: '';
26380}
26381.ant-table-column-sorter {
26382 margin-left: 4px;
26383 color: #bfbfbf;
26384 font-size: 0;
26385 transition: color 0.3s;
26386}
26387.ant-table-column-sorter-inner {
26388 display: inline-flex;
26389 flex-direction: column;
26390 align-items: center;
26391}
26392.ant-table-column-sorter-up,
26393.ant-table-column-sorter-down {
26394 font-size: 11px;
26395}
26396.ant-table-column-sorter-up.active,
26397.ant-table-column-sorter-down.active {
26398 color: var(--ant-primary-color);
26399}
26400.ant-table-column-sorter-up + .ant-table-column-sorter-down {
26401 margin-top: -0.3em;
26402}
26403.ant-table-column-sorters:hover .ant-table-column-sorter {
26404 color: #a6a6a6;
26405}
26406.ant-table-filter-column {
26407 display: flex;
26408 justify-content: space-between;
26409}
26410.ant-table-filter-trigger {
26411 position: relative;
26412 display: flex;
26413 align-items: center;
26414 margin: -4px -8px -4px 4px;
26415 padding: 0 4px;
26416 color: #bfbfbf;
26417 font-size: 12px;
26418 border-radius: 2px;
26419 cursor: pointer;
26420 transition: all 0.3s;
26421}
26422.ant-table-filter-trigger:hover {
26423 color: rgba(0, 0, 0, 0.45);
26424 background: rgba(0, 0, 0, 0.04);
26425}
26426.ant-table-filter-trigger.active {
26427 color: var(--ant-primary-color);
26428}
26429.ant-table-filter-dropdown {
26430 box-sizing: border-box;
26431 margin: 0;
26432 padding: 0;
26433 color: rgba(0, 0, 0, 0.85);
26434 font-size: 14px;
26435 font-variant: tabular-nums;
26436 line-height: 1.5715;
26437 list-style: none;
26438 font-feature-settings: 'tnum';
26439 min-width: 120px;
26440 background-color: #fff;
26441 border-radius: 2px;
26442 box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
26443}
26444.ant-table-filter-dropdown .ant-dropdown-menu {
26445 max-height: 264px;
26446 overflow-x: hidden;
26447 border: 0;
26448 box-shadow: none;
26449}
26450.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
26451 display: block;
26452 padding: 8px 0;
26453 color: rgba(0, 0, 0, 0.25);
26454 font-size: 12px;
26455 text-align: center;
26456 content: 'Not Found';
26457}
26458.ant-table-filter-dropdown-tree {
26459 padding: 8px 8px 0;
26460}
26461.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
26462 background-color: #f5f5f5;
26463}
26464.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
26465.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
26466 background-color: var(--ant-primary-2);
26467}
26468.ant-table-filter-dropdown-search {
26469 padding: 8px;
26470 border-bottom: 1px rgba(0, 0, 0, 0.06) solid;
26471}
26472.ant-table-filter-dropdown-search-input input {
26473 min-width: 140px;
26474}
26475.ant-table-filter-dropdown-search-input .anticon {
26476 color: rgba(0, 0, 0, 0.25);
26477}
26478.ant-table-filter-dropdown-checkall {
26479 width: 100%;
26480 margin-bottom: 4px;
26481 margin-left: 4px;
26482}
26483.ant-table-filter-dropdown-submenu > ul {
26484 max-height: calc(100vh - 130px);
26485 overflow-x: hidden;
26486 overflow-y: auto;
26487}
26488.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
26489.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
26490 padding-left: 8px;
26491}
26492.ant-table-filter-dropdown-btns {
26493 display: flex;
26494 justify-content: space-between;
26495 padding: 7px 8px;
26496 overflow: hidden;
26497 background-color: inherit;
26498 border-top: 1px solid rgba(0, 0, 0, 0.06);
26499}
26500.ant-table-selection-col {
26501 width: 32px;
26502}
26503.ant-table-bordered .ant-table-selection-col {
26504 width: 50px;
26505}
26506table tr th.ant-table-selection-column,
26507table tr td.ant-table-selection-column {
26508 padding-right: 8px;
26509 padding-left: 8px;
26510 text-align: center;
26511}
26512table tr th.ant-table-selection-column .ant-radio-wrapper,
26513table tr td.ant-table-selection-column .ant-radio-wrapper {
26514 margin-right: 0;
26515}
26516table tr th.ant-table-selection-column.ant-table-cell-fix-left {
26517 z-index: 3;
26518}
26519table tr th.ant-table-selection-column::after {
26520 background-color: transparent !important;
26521}
26522.ant-table-selection {
26523 position: relative;
26524 display: inline-flex;
26525 flex-direction: column;
26526}
26527.ant-table-selection-extra {
26528 position: absolute;
26529 top: 0;
26530 z-index: 1;
26531 cursor: pointer;
26532 transition: all 0.3s;
26533 margin-inline-start: 100%;
26534 padding-inline-start: 4px;
26535}
26536.ant-table-selection-extra .anticon {
26537 color: #bfbfbf;
26538 font-size: 10px;
26539}
26540.ant-table-selection-extra .anticon:hover {
26541 color: #a6a6a6;
26542}
26543.ant-table-expand-icon-col {
26544 width: 48px;
26545}
26546.ant-table-row-expand-icon-cell {
26547 text-align: center;
26548}
26549.ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
26550 display: inline-flex;
26551 float: none;
26552 vertical-align: sub;
26553}
26554.ant-table-row-indent {
26555 float: left;
26556 height: 1px;
26557}
26558.ant-table-row-expand-icon {
26559 color: var(--ant-primary-color);
26560 outline: none;
26561 cursor: pointer;
26562 transition: color 0.3s;
26563 position: relative;
26564 float: left;
26565 box-sizing: border-box;
26566 width: 17px;
26567 height: 17px;
26568 padding: 0;
26569 color: inherit;
26570 line-height: 17px;
26571 background: #fff;
26572 border: 1px solid rgba(0, 0, 0, 0.06);
26573 border-radius: 2px;
26574 transform: scale(0.94117647);
26575 transition: all 0.3s;
26576 -webkit-user-select: none;
26577 -moz-user-select: none;
26578 -ms-user-select: none;
26579 user-select: none;
26580}
26581.ant-table-row-expand-icon:focus-visible,
26582.ant-table-row-expand-icon:hover {
26583 color: var(--ant-primary-color-hover);
26584}
26585.ant-table-row-expand-icon:active {
26586 color: var(--ant-primary-color-active);
26587}
26588.ant-table-row-expand-icon:focus,
26589.ant-table-row-expand-icon:hover,
26590.ant-table-row-expand-icon:active {
26591 border-color: currentcolor;
26592}
26593.ant-table-row-expand-icon::before,
26594.ant-table-row-expand-icon::after {
26595 position: absolute;
26596 background: currentcolor;
26597 transition: transform 0.3s ease-out;
26598 content: '';
26599}
26600.ant-table-row-expand-icon::before {
26601 top: 7px;
26602 right: 3px;
26603 left: 3px;
26604 height: 1px;
26605}
26606.ant-table-row-expand-icon::after {
26607 top: 3px;
26608 bottom: 3px;
26609 left: 7px;
26610 width: 1px;
26611 transform: rotate(90deg);
26612}
26613.ant-table-row-expand-icon-collapsed::before {
26614 transform: rotate(-180deg);
26615}
26616.ant-table-row-expand-icon-collapsed::after {
26617 transform: rotate(0deg);
26618}
26619.ant-table-row-expand-icon-spaced {
26620 background: transparent;
26621 border: 0;
26622 visibility: hidden;
26623}
26624.ant-table-row-expand-icon-spaced::before,
26625.ant-table-row-expand-icon-spaced::after {
26626 display: none;
26627 content: none;
26628}
26629.ant-table-row-indent + .ant-table-row-expand-icon {
26630 margin-top: 2.5005px;
26631 margin-right: 8px;
26632}
26633tr.ant-table-expanded-row > td,
26634tr.ant-table-expanded-row:hover > td {
26635 background: #fbfbfb;
26636}
26637tr.ant-table-expanded-row .ant-descriptions-view {
26638 display: flex;
26639}
26640tr.ant-table-expanded-row .ant-descriptions-view table {
26641 flex: auto;
26642 width: auto;
26643}
26644.ant-table .ant-table-expanded-row-fixed {
26645 position: relative;
26646 margin: -16px -16px;
26647 padding: 16px 16px;
26648}
26649.ant-table-tbody > tr.ant-table-placeholder {
26650 text-align: center;
26651}
26652.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
26653 color: rgba(0, 0, 0, 0.25);
26654}
26655.ant-table-tbody > tr.ant-table-placeholder:hover > td {
26656 background: #fff;
26657}
26658.ant-table-cell-fix-left,
26659.ant-table-cell-fix-right {
26660 position: sticky !important;
26661 z-index: 2;
26662 background: #fff;
26663}
26664.ant-table-cell-fix-left-first::after,
26665.ant-table-cell-fix-left-last::after {
26666 position: absolute;
26667 top: 0;
26668 right: 0;
26669 bottom: -1px;
26670 width: 30px;
26671 transform: translateX(100%);
26672 transition: box-shadow 0.3s;
26673 content: '';
26674 pointer-events: none;
26675}
26676.ant-table-cell-fix-left-all::after {
26677 display: none;
26678}
26679.ant-table-cell-fix-right-first::after,
26680.ant-table-cell-fix-right-last::after {
26681 position: absolute;
26682 top: 0;
26683 bottom: -1px;
26684 left: 0;
26685 width: 30px;
26686 transform: translateX(-100%);
26687 transition: box-shadow 0.3s;
26688 content: '';
26689 pointer-events: none;
26690}
26691.ant-table .ant-table-container::before,
26692.ant-table .ant-table-container::after {
26693 position: absolute;
26694 top: 0;
26695 bottom: 0;
26696 z-index: calc(calc(2 + 1) + 1);
26697 width: 30px;
26698 transition: box-shadow 0.3s;
26699 content: '';
26700 pointer-events: none;
26701}
26702.ant-table .ant-table-container::before {
26703 left: 0;
26704}
26705.ant-table .ant-table-container::after {
26706 right: 0;
26707}
26708.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
26709 position: relative;
26710}
26711.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
26712 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
26713}
26714.ant-table-ping-left .ant-table-cell-fix-left-first::after,
26715.ant-table-ping-left .ant-table-cell-fix-left-last::after {
26716 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
26717}
26718.ant-table-ping-left .ant-table-cell-fix-left-last::before {
26719 background-color: transparent !important;
26720}
26721.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
26722 position: relative;
26723}
26724.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
26725 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
26726}
26727.ant-table-ping-right .ant-table-cell-fix-right-first::after,
26728.ant-table-ping-right .ant-table-cell-fix-right-last::after {
26729 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
26730}
26731.ant-table-sticky-holder {
26732 position: sticky;
26733 z-index: calc(2 + 1);
26734 background: #fff;
26735}
26736.ant-table-sticky-scroll {
26737 position: sticky;
26738 bottom: 0;
26739 z-index: calc(2 + 1);
26740 display: flex;
26741 align-items: center;
26742 background: rgba(204, 204, 204, 0.06);
26743 border-top: 1px solid rgba(0, 0, 0, 0.06);
26744 opacity: 0.6;
26745}
26746.ant-table-sticky-scroll:hover {
26747 transform-origin: center bottom;
26748}
26749.ant-table-sticky-scroll-bar {
26750 height: 8px;
26751 background-color: rgba(0, 0, 0, 0.35);
26752 border-radius: 4px;
26753}
26754.ant-table-sticky-scroll-bar:hover {
26755 background-color: rgba(0, 0, 0, 0.8);
26756}
26757.ant-table-sticky-scroll-bar-active {
26758 background-color: rgba(0, 0, 0, 0.8);
26759}
26760@media all and (-ms-high-contrast: none) {
26761 .ant-table-ping-left .ant-table-cell-fix-left-last::after {
26762 box-shadow: none !important;
26763 }
26764 .ant-table-ping-right .ant-table-cell-fix-right-first::after {
26765 box-shadow: none !important;
26766 }
26767}
26768.ant-table {
26769 /* title + table */
26770 /* table */
26771 /* table + footer */
26772}
26773.ant-table-title {
26774 border-radius: 2px 2px 0 0;
26775}
26776.ant-table-title + .ant-table-container {
26777 border-top-left-radius: 0;
26778 border-top-right-radius: 0;
26779}
26780.ant-table-title + .ant-table-container table {
26781 border-radius: 0;
26782}
26783.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
26784 border-radius: 0;
26785}
26786.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
26787 border-radius: 0;
26788}
26789.ant-table-container {
26790 border-top-left-radius: 2px;
26791 border-top-right-radius: 2px;
26792}
26793.ant-table-container table > thead > tr:first-child th:first-child {
26794 border-top-left-radius: 2px;
26795}
26796.ant-table-container table > thead > tr:first-child th:last-child {
26797 border-top-right-radius: 2px;
26798}
26799.ant-table-footer {
26800 border-radius: 0 0 2px 2px;
26801}
26802.ant-table-wrapper-rtl {
26803 direction: rtl;
26804}
26805.ant-table-rtl {
26806 direction: rtl;
26807}
26808.ant-table-wrapper-rtl .ant-table table {
26809 text-align: right;
26810}
26811.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
26812 text-align: center;
26813}
26814.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
26815 right: auto;
26816 left: 0;
26817}
26818.ant-table-wrapper-rtl .ant-table-thead > tr > th {
26819 text-align: right;
26820}
26821.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
26822 margin: -16px 33px -16px -16px;
26823}
26824.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
26825 justify-content: flex-end;
26826}
26827.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
26828 justify-content: flex-start;
26829}
26830.ant-table-wrapper-rtl .ant-table-column-sorter {
26831 margin-right: 4px;
26832 margin-left: 0;
26833}
26834.ant-table-wrapper-rtl .ant-table-filter-column-title {
26835 padding: 16px 16px 16px 2.3em;
26836}
26837.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
26838 padding: 0 0 0 2.3em;
26839}
26840.ant-table-wrapper-rtl .ant-table-filter-trigger {
26841 margin: -4px 4px -4px -8px;
26842}
26843.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
26844.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
26845.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
26846.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
26847 padding-right: 8px;
26848 padding-left: 0;
26849}
26850.ant-table-wrapper-rtl .ant-table-selection {
26851 text-align: center;
26852}
26853.ant-table-wrapper-rtl .ant-table-row-indent {
26854 float: right;
26855}
26856.ant-table-wrapper-rtl .ant-table-row-expand-icon {
26857 float: right;
26858}
26859.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
26860 margin-right: 0;
26861 margin-left: 8px;
26862}
26863.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
26864 transform: rotate(-90deg);
26865}
26866.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
26867 transform: rotate(180deg);
26868}
26869.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
26870 transform: rotate(0deg);
26871}
26872
26873/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
26874/* stylelint-disable no-duplicate-selectors */
26875/* stylelint-disable */
26876/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
26877html {
26878 --ant-primary-color: #1890ff;
26879 --ant-primary-color-hover: #40a9ff;
26880 --ant-primary-color-active: #096dd9;
26881 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
26882 --ant-primary-1: #e6f7ff;
26883 --ant-primary-2: #bae7ff;
26884 --ant-primary-3: #91d5ff;
26885 --ant-primary-4: #69c0ff;
26886 --ant-primary-5: #40a9ff;
26887 --ant-primary-6: #1890ff;
26888 --ant-primary-7: #096dd9;
26889 --ant-primary-color-deprecated-pure: ;
26890 --ant-primary-color-deprecated-l-35: #cbe6ff;
26891 --ant-primary-color-deprecated-l-20: #7ec1ff;
26892 --ant-primary-color-deprecated-t-20: #46a6ff;
26893 --ant-primary-color-deprecated-t-50: #8cc8ff;
26894 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
26895 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
26896 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
26897 --ant-success-color: #52c41a;
26898 --ant-success-color-hover: #73d13d;
26899 --ant-success-color-active: #389e0d;
26900 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
26901 --ant-success-color-deprecated-bg: #f6ffed;
26902 --ant-success-color-deprecated-border: #b7eb8f;
26903 --ant-error-color: #ff4d4f;
26904 --ant-error-color-hover: #ff7875;
26905 --ant-error-color-active: #d9363e;
26906 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
26907 --ant-error-color-deprecated-bg: #fff2f0;
26908 --ant-error-color-deprecated-border: #ffccc7;
26909 --ant-warning-color: #faad14;
26910 --ant-warning-color-hover: #ffc53d;
26911 --ant-warning-color-active: #d48806;
26912 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
26913 --ant-warning-color-deprecated-bg: #fffbe6;
26914 --ant-warning-color-deprecated-border: #ffe58f;
26915 --ant-info-color: #1890ff;
26916 --ant-info-color-deprecated-bg: #e6f7ff;
26917 --ant-info-color-deprecated-border: #91d5ff;
26918}
26919@keyframes antCheckboxEffect {
26920 0% {
26921 transform: scale(1);
26922 opacity: 0.5;
26923 }
26924 100% {
26925 transform: scale(1.6);
26926 opacity: 0;
26927 }
26928}
26929@keyframes ant-tree-node-fx-do-not-use {
26930 0% {
26931 opacity: 0;
26932 }
26933 100% {
26934 opacity: 1;
26935 }
26936}
26937.ant-tree.ant-tree-directory .ant-tree-treenode {
26938 position: relative;
26939}
26940.ant-tree.ant-tree-directory .ant-tree-treenode::before {
26941 position: absolute;
26942 top: 0;
26943 right: 0;
26944 bottom: 4px;
26945 left: 0;
26946 transition: background-color 0.3s;
26947 content: '';
26948 pointer-events: none;
26949}
26950.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
26951 background: #f5f5f5;
26952}
26953.ant-tree.ant-tree-directory .ant-tree-treenode > * {
26954 z-index: 1;
26955}
26956.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
26957 transition: color 0.3s;
26958}
26959.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
26960 border-radius: 0;
26961 -webkit-user-select: none;
26962 -moz-user-select: none;
26963 -ms-user-select: none;
26964 user-select: none;
26965}
26966.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
26967 background: transparent;
26968}
26969.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
26970 color: #fff;
26971 background: transparent;
26972}
26973.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
26974.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
26975 background: var(--ant-primary-color);
26976}
26977.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
26978 color: #fff;
26979}
26980.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
26981 color: #fff;
26982 background: transparent;
26983}
26984.ant-tree-checkbox {
26985 box-sizing: border-box;
26986 margin: 0;
26987 padding: 0;
26988 color: rgba(0, 0, 0, 0.85);
26989 font-size: 14px;
26990 font-variant: tabular-nums;
26991 line-height: 1.5715;
26992 list-style: none;
26993 font-feature-settings: 'tnum';
26994 position: relative;
26995 top: 0.2em;
26996 line-height: 1;
26997 white-space: nowrap;
26998 outline: none;
26999 cursor: pointer;
27000}
27001.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
27002.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
27003.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
27004 border-color: var(--ant-primary-color);
27005}
27006.ant-tree-checkbox-checked::after {
27007 position: absolute;
27008 top: 0;
27009 left: 0;
27010 width: 100%;
27011 height: 100%;
27012 border: 1px solid var(--ant-primary-color);
27013 border-radius: 2px;
27014 visibility: hidden;
27015 animation: antCheckboxEffect 0.36s ease-in-out;
27016 animation-fill-mode: backwards;
27017 content: '';
27018}
27019.ant-tree-checkbox:hover::after,
27020.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
27021 visibility: visible;
27022}
27023.ant-tree-checkbox-inner {
27024 position: relative;
27025 top: 0;
27026 left: 0;
27027 display: block;
27028 width: 16px;
27029 height: 16px;
27030 direction: ltr;
27031 background-color: #fff;
27032 border: 1px solid #d9d9d9;
27033 border-radius: 2px;
27034 border-collapse: separate;
27035 transition: all 0.3s;
27036}
27037.ant-tree-checkbox-inner::after {
27038 position: absolute;
27039 top: 50%;
27040 left: 21.5%;
27041 display: table;
27042 width: 5.71428571px;
27043 height: 9.14285714px;
27044 border: 2px solid #fff;
27045 border-top: 0;
27046 border-left: 0;
27047 transform: rotate(45deg) scale(0) translate(-50%, -50%);
27048 opacity: 0;
27049 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
27050 content: ' ';
27051}
27052.ant-tree-checkbox-input {
27053 position: absolute;
27054 top: 0;
27055 right: 0;
27056 bottom: 0;
27057 left: 0;
27058 z-index: 1;
27059 width: 100%;
27060 height: 100%;
27061 cursor: pointer;
27062 opacity: 0;
27063}
27064.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
27065 position: absolute;
27066 display: table;
27067 border: 2px solid #fff;
27068 border-top: 0;
27069 border-left: 0;
27070 transform: rotate(45deg) scale(1) translate(-50%, -50%);
27071 opacity: 1;
27072 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
27073 content: ' ';
27074}
27075.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
27076 background-color: var(--ant-primary-color);
27077 border-color: var(--ant-primary-color);
27078}
27079.ant-tree-checkbox-disabled {
27080 cursor: not-allowed;
27081}
27082.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
27083 border-color: rgba(0, 0, 0, 0.25);
27084 animation-name: none;
27085}
27086.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
27087 cursor: not-allowed;
27088 pointer-events: none;
27089}
27090.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
27091 background-color: #f5f5f5;
27092 border-color: #d9d9d9 !important;
27093}
27094.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
27095 border-color: #f5f5f5;
27096 border-collapse: separate;
27097 animation-name: none;
27098}
27099.ant-tree-checkbox-disabled + span {
27100 color: rgba(0, 0, 0, 0.25);
27101 cursor: not-allowed;
27102}
27103.ant-tree-checkbox-disabled:hover::after,
27104.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
27105 visibility: hidden;
27106}
27107.ant-tree-checkbox-wrapper {
27108 box-sizing: border-box;
27109 margin: 0;
27110 padding: 0;
27111 color: rgba(0, 0, 0, 0.85);
27112 font-size: 14px;
27113 font-variant: tabular-nums;
27114 line-height: 1.5715;
27115 list-style: none;
27116 font-feature-settings: 'tnum';
27117 display: inline-flex;
27118 align-items: baseline;
27119 line-height: unset;
27120 cursor: pointer;
27121}
27122.ant-tree-checkbox-wrapper::after {
27123 display: inline-block;
27124 width: 0;
27125 overflow: hidden;
27126 content: '\a0';
27127}
27128.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
27129 cursor: not-allowed;
27130}
27131.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
27132 margin-left: 8px;
27133}
27134.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
27135 width: 14px;
27136 height: 14px;
27137}
27138.ant-tree-checkbox + span {
27139 padding-right: 8px;
27140 padding-left: 8px;
27141}
27142.ant-tree-checkbox-group {
27143 box-sizing: border-box;
27144 margin: 0;
27145 padding: 0;
27146 color: rgba(0, 0, 0, 0.85);
27147 font-size: 14px;
27148 font-variant: tabular-nums;
27149 line-height: 1.5715;
27150 list-style: none;
27151 font-feature-settings: 'tnum';
27152 display: inline-block;
27153}
27154.ant-tree-checkbox-group-item {
27155 margin-right: 8px;
27156}
27157.ant-tree-checkbox-group-item:last-child {
27158 margin-right: 0;
27159}
27160.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
27161 margin-left: 0;
27162}
27163.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
27164 background-color: #fff;
27165 border-color: #d9d9d9;
27166}
27167.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
27168 top: 50%;
27169 left: 50%;
27170 width: 8px;
27171 height: 8px;
27172 background-color: var(--ant-primary-color);
27173 border: 0;
27174 transform: translate(-50%, -50%) scale(1);
27175 opacity: 1;
27176 content: ' ';
27177}
27178.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
27179 background-color: rgba(0, 0, 0, 0.25);
27180 border-color: rgba(0, 0, 0, 0.25);
27181}
27182.ant-tree {
27183 box-sizing: border-box;
27184 margin: 0;
27185 padding: 0;
27186 color: rgba(0, 0, 0, 0.85);
27187 font-size: 14px;
27188 font-variant: tabular-nums;
27189 line-height: 1.5715;
27190 list-style: none;
27191 font-feature-settings: 'tnum';
27192 background: #fff;
27193 border-radius: 2px;
27194 transition: background-color 0.3s;
27195}
27196.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
27197 background: var(--ant-primary-1);
27198}
27199.ant-tree-list-holder-inner {
27200 align-items: flex-start;
27201}
27202.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
27203 align-items: stretch;
27204}
27205.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
27206 flex: auto;
27207}
27208.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
27209 position: relative;
27210}
27211.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
27212 position: absolute;
27213 top: 0;
27214 right: 0;
27215 bottom: 4px;
27216 left: 0;
27217 border: 1px solid var(--ant-primary-color);
27218 opacity: 0;
27219 animation: ant-tree-node-fx-do-not-use 0.3s;
27220 animation-play-state: running;
27221 animation-fill-mode: forwards;
27222 content: '';
27223 pointer-events: none;
27224}
27225.ant-tree .ant-tree-treenode {
27226 display: flex;
27227 align-items: flex-start;
27228 padding: 0 0 4px 0;
27229 outline: none;
27230}
27231.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
27232 color: rgba(0, 0, 0, 0.25);
27233 cursor: not-allowed;
27234}
27235.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
27236 background: transparent;
27237}
27238.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
27239 background: #f5f5f5;
27240}
27241.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
27242 color: inherit;
27243 font-weight: 500;
27244}
27245.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
27246 width: 24px;
27247 line-height: 24px;
27248 text-align: center;
27249 visibility: visible;
27250 opacity: 0.2;
27251 transition: opacity 0.3s;
27252}
27253.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
27254 opacity: 0.45;
27255}
27256.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
27257 visibility: hidden;
27258}
27259.ant-tree-indent {
27260 align-self: stretch;
27261 white-space: nowrap;
27262 -webkit-user-select: none;
27263 -moz-user-select: none;
27264 -ms-user-select: none;
27265 user-select: none;
27266}
27267.ant-tree-indent-unit {
27268 display: inline-block;
27269 width: 24px;
27270}
27271.ant-tree-draggable-icon {
27272 visibility: hidden;
27273}
27274.ant-tree-switcher {
27275 position: relative;
27276 flex: none;
27277 align-self: stretch;
27278 width: 24px;
27279 margin: 0;
27280 line-height: 24px;
27281 text-align: center;
27282 cursor: pointer;
27283 -webkit-user-select: none;
27284 -moz-user-select: none;
27285 -ms-user-select: none;
27286 user-select: none;
27287}
27288.ant-tree-switcher .ant-tree-switcher-icon,
27289.ant-tree-switcher .ant-select-tree-switcher-icon {
27290 display: inline-block;
27291 font-size: 10px;
27292 vertical-align: baseline;
27293}
27294.ant-tree-switcher .ant-tree-switcher-icon svg,
27295.ant-tree-switcher .ant-select-tree-switcher-icon svg {
27296 transition: transform 0.3s;
27297}
27298.ant-tree-switcher-noop {
27299 cursor: default;
27300}
27301.ant-tree-switcher_close .ant-tree-switcher-icon svg {
27302 transform: rotate(-90deg);
27303}
27304.ant-tree-switcher-loading-icon {
27305 color: var(--ant-primary-color);
27306}
27307.ant-tree-switcher-leaf-line {
27308 position: relative;
27309 z-index: 1;
27310 display: inline-block;
27311 width: 100%;
27312 height: 100%;
27313}
27314.ant-tree-switcher-leaf-line::before {
27315 position: absolute;
27316 top: 0;
27317 right: 12px;
27318 bottom: -4px;
27319 margin-left: -1px;
27320 border-right: 1px solid #d9d9d9;
27321 content: ' ';
27322}
27323.ant-tree-switcher-leaf-line::after {
27324 position: absolute;
27325 width: 10px;
27326 height: 14px;
27327 border-bottom: 1px solid #d9d9d9;
27328 content: ' ';
27329}
27330.ant-tree-checkbox {
27331 top: initial;
27332 margin: 4px 8px 0 0;
27333}
27334.ant-tree .ant-tree-node-content-wrapper {
27335 position: relative;
27336 z-index: auto;
27337 min-height: 24px;
27338 margin: 0;
27339 padding: 0 4px;
27340 color: inherit;
27341 line-height: 24px;
27342 background: transparent;
27343 border-radius: 2px;
27344 cursor: pointer;
27345 transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
27346}
27347.ant-tree .ant-tree-node-content-wrapper:hover {
27348 background-color: #f5f5f5;
27349}
27350.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
27351 background-color: var(--ant-primary-2);
27352}
27353.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
27354 display: inline-block;
27355 width: 24px;
27356 height: 24px;
27357 line-height: 24px;
27358 text-align: center;
27359 vertical-align: top;
27360}
27361.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
27362 display: none;
27363}
27364.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
27365 background-color: transparent;
27366}
27367.ant-tree-node-content-wrapper {
27368 line-height: 24px;
27369 -webkit-user-select: none;
27370 -moz-user-select: none;
27371 -ms-user-select: none;
27372 user-select: none;
27373}
27374.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
27375 position: absolute;
27376 z-index: 1;
27377 height: 2px;
27378 background-color: var(--ant-primary-color);
27379 border-radius: 1px;
27380 pointer-events: none;
27381}
27382.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
27383 position: absolute;
27384 top: -3px;
27385 left: -6px;
27386 width: 8px;
27387 height: 8px;
27388 background-color: transparent;
27389 border: 2px solid var(--ant-primary-color);
27390 border-radius: 50%;
27391 content: '';
27392}
27393.ant-tree .ant-tree-treenode.drop-container > [draggable] {
27394 box-shadow: 0 0 0 2px var(--ant-primary-color);
27395}
27396.ant-tree-show-line .ant-tree-indent-unit {
27397 position: relative;
27398 height: 100%;
27399}
27400.ant-tree-show-line .ant-tree-indent-unit::before {
27401 position: absolute;
27402 top: 0;
27403 right: 12px;
27404 bottom: -4px;
27405 border-right: 1px solid #d9d9d9;
27406 content: '';
27407}
27408.ant-tree-show-line .ant-tree-indent-unit-end::before {
27409 display: none;
27410}
27411.ant-tree-show-line .ant-tree-switcher {
27412 background: #fff;
27413}
27414.ant-tree-show-line .ant-tree-switcher-line-icon {
27415 vertical-align: -0.15em;
27416}
27417.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
27418 top: auto !important;
27419 bottom: auto !important;
27420 height: 14px !important;
27421}
27422.ant-tree-rtl {
27423 direction: rtl;
27424}
27425.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
27426 right: -6px;
27427 left: unset;
27428}
27429.ant-tree .ant-tree-treenode-rtl {
27430 direction: rtl;
27431}
27432.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
27433 transform: rotate(90deg);
27434}
27435.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
27436 right: auto;
27437 left: -13px;
27438 border-right: none;
27439 border-left: 1px solid #d9d9d9;
27440}
27441.ant-tree-rtl .ant-tree-checkbox {
27442 margin: 4px 0 0 8px;
27443}
27444.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
27445 margin: 4px 0 0 8px;
27446}
27447
27448/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
27449/* stylelint-disable no-duplicate-selectors */
27450/* stylelint-disable */
27451/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27452html {
27453 --ant-primary-color: #1890ff;
27454 --ant-primary-color-hover: #40a9ff;
27455 --ant-primary-color-active: #096dd9;
27456 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27457 --ant-primary-1: #e6f7ff;
27458 --ant-primary-2: #bae7ff;
27459 --ant-primary-3: #91d5ff;
27460 --ant-primary-4: #69c0ff;
27461 --ant-primary-5: #40a9ff;
27462 --ant-primary-6: #1890ff;
27463 --ant-primary-7: #096dd9;
27464 --ant-primary-color-deprecated-pure: ;
27465 --ant-primary-color-deprecated-l-35: #cbe6ff;
27466 --ant-primary-color-deprecated-l-20: #7ec1ff;
27467 --ant-primary-color-deprecated-t-20: #46a6ff;
27468 --ant-primary-color-deprecated-t-50: #8cc8ff;
27469 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27470 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27471 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27472 --ant-success-color: #52c41a;
27473 --ant-success-color-hover: #73d13d;
27474 --ant-success-color-active: #389e0d;
27475 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
27476 --ant-success-color-deprecated-bg: #f6ffed;
27477 --ant-success-color-deprecated-border: #b7eb8f;
27478 --ant-error-color: #ff4d4f;
27479 --ant-error-color-hover: #ff7875;
27480 --ant-error-color-active: #d9363e;
27481 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
27482 --ant-error-color-deprecated-bg: #fff2f0;
27483 --ant-error-color-deprecated-border: #ffccc7;
27484 --ant-warning-color: #faad14;
27485 --ant-warning-color-hover: #ffc53d;
27486 --ant-warning-color-active: #d48806;
27487 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
27488 --ant-warning-color-deprecated-bg: #fffbe6;
27489 --ant-warning-color-deprecated-border: #ffe58f;
27490 --ant-info-color: #1890ff;
27491 --ant-info-color-deprecated-bg: #e6f7ff;
27492 --ant-info-color-deprecated-border: #91d5ff;
27493}
27494
27495/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
27496/* stylelint-disable no-duplicate-selectors */
27497/* stylelint-disable */
27498/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27499html {
27500 --ant-primary-color: #1890ff;
27501 --ant-primary-color-hover: #40a9ff;
27502 --ant-primary-color-active: #096dd9;
27503 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27504 --ant-primary-1: #e6f7ff;
27505 --ant-primary-2: #bae7ff;
27506 --ant-primary-3: #91d5ff;
27507 --ant-primary-4: #69c0ff;
27508 --ant-primary-5: #40a9ff;
27509 --ant-primary-6: #1890ff;
27510 --ant-primary-7: #096dd9;
27511 --ant-primary-color-deprecated-pure: ;
27512 --ant-primary-color-deprecated-l-35: #cbe6ff;
27513 --ant-primary-color-deprecated-l-20: #7ec1ff;
27514 --ant-primary-color-deprecated-t-20: #46a6ff;
27515 --ant-primary-color-deprecated-t-50: #8cc8ff;
27516 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27517 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27518 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27519 --ant-success-color: #52c41a;
27520 --ant-success-color-hover: #73d13d;
27521 --ant-success-color-active: #389e0d;
27522 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
27523 --ant-success-color-deprecated-bg: #f6ffed;
27524 --ant-success-color-deprecated-border: #b7eb8f;
27525 --ant-error-color: #ff4d4f;
27526 --ant-error-color-hover: #ff7875;
27527 --ant-error-color-active: #d9363e;
27528 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
27529 --ant-error-color-deprecated-bg: #fff2f0;
27530 --ant-error-color-deprecated-border: #ffccc7;
27531 --ant-warning-color: #faad14;
27532 --ant-warning-color-hover: #ffc53d;
27533 --ant-warning-color-active: #d48806;
27534 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
27535 --ant-warning-color-deprecated-bg: #fffbe6;
27536 --ant-warning-color-deprecated-border: #ffe58f;
27537 --ant-info-color: #1890ff;
27538 --ant-info-color-deprecated-bg: #e6f7ff;
27539 --ant-info-color-deprecated-border: #91d5ff;
27540}
27541.ant-timeline {
27542 box-sizing: border-box;
27543 color: rgba(0, 0, 0, 0.85);
27544 font-size: 14px;
27545 font-variant: tabular-nums;
27546 line-height: 1.5715;
27547 font-feature-settings: 'tnum';
27548 margin: 0;
27549 padding: 0;
27550 list-style: none;
27551}
27552.ant-timeline-item {
27553 position: relative;
27554 margin: 0;
27555 padding-bottom: 20px;
27556 font-size: 14px;
27557 list-style: none;
27558}
27559.ant-timeline-item-tail {
27560 position: absolute;
27561 top: 10px;
27562 left: 4px;
27563 height: calc(100% - 10px);
27564 border-left: 2px solid rgba(0, 0, 0, 0.06);
27565}
27566.ant-timeline-item-pending .ant-timeline-item-head {
27567 font-size: 12px;
27568 background-color: transparent;
27569}
27570.ant-timeline-item-pending .ant-timeline-item-tail {
27571 display: none;
27572}
27573.ant-timeline-item-head {
27574 position: absolute;
27575 width: 10px;
27576 height: 10px;
27577 background-color: #fff;
27578 border: 2px solid transparent;
27579 border-radius: 100px;
27580}
27581.ant-timeline-item-head-blue {
27582 color: var(--ant-primary-color);
27583 border-color: var(--ant-primary-color);
27584}
27585.ant-timeline-item-head-red {
27586 color: var(--ant-error-color);
27587 border-color: var(--ant-error-color);
27588}
27589.ant-timeline-item-head-green {
27590 color: var(--ant-success-color);
27591 border-color: var(--ant-success-color);
27592}
27593.ant-timeline-item-head-gray {
27594 color: rgba(0, 0, 0, 0.25);
27595 border-color: rgba(0, 0, 0, 0.25);
27596}
27597.ant-timeline-item-head-custom {
27598 position: absolute;
27599 top: 5.5px;
27600 left: 5px;
27601 width: auto;
27602 height: auto;
27603 margin-top: 0;
27604 padding: 3px 1px;
27605 line-height: 1;
27606 text-align: center;
27607 border: 0;
27608 border-radius: 0;
27609 transform: translate(-50%, -50%);
27610}
27611.ant-timeline-item-content {
27612 position: relative;
27613 top: -7.001px;
27614 margin: 0 0 0 26px;
27615 word-break: break-word;
27616}
27617.ant-timeline-item-last > .ant-timeline-item-tail {
27618 display: none;
27619}
27620.ant-timeline-item-last > .ant-timeline-item-content {
27621 min-height: 48px;
27622}
27623.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
27624.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
27625.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
27626.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27627.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27628.ant-timeline.ant-timeline-label .ant-timeline-item-head,
27629.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27630.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27631.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27632 left: 50%;
27633}
27634.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27635.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27636.ant-timeline.ant-timeline-label .ant-timeline-item-head {
27637 margin-left: -4px;
27638}
27639.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27640.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27641.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27642 margin-left: 1px;
27643}
27644.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
27645.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
27646.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
27647 left: calc(50% - 4px);
27648 width: calc(50% - 14px);
27649 text-align: left;
27650}
27651.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
27652.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
27653.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
27654 width: calc(50% - 12px);
27655 margin: 0;
27656 text-align: right;
27657}
27658.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
27659.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
27660.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
27661 left: calc(100% - 4px - 2px);
27662}
27663.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
27664 width: calc(100% - 18px);
27665}
27666.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
27667 display: block;
27668 height: calc(100% - 14px);
27669 border-left: 2px dotted rgba(0, 0, 0, 0.06);
27670}
27671.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
27672 display: none;
27673}
27674.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
27675 top: 15px;
27676 display: block;
27677 height: calc(100% - 15px);
27678 border-left: 2px dotted rgba(0, 0, 0, 0.06);
27679}
27680.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
27681 min-height: 48px;
27682}
27683.ant-timeline.ant-timeline-label .ant-timeline-item-label {
27684 position: absolute;
27685 top: -7.001px;
27686 width: calc(50% - 12px);
27687 text-align: right;
27688}
27689.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
27690 left: calc(50% + 14px);
27691 width: calc(50% - 14px);
27692 text-align: left;
27693}
27694.ant-timeline-rtl {
27695 direction: rtl;
27696}
27697.ant-timeline-rtl .ant-timeline-item-tail {
27698 right: 4px;
27699 left: auto;
27700 border-right: 2px solid rgba(0, 0, 0, 0.06);
27701 border-left: none;
27702}
27703.ant-timeline-rtl .ant-timeline-item-head-custom {
27704 right: 5px;
27705 left: auto;
27706 transform: translate(50%, -50%);
27707}
27708.ant-timeline-rtl .ant-timeline-item-content {
27709 margin: 0 18px 0 0;
27710}
27711.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
27712.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
27713.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
27714.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27715.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27716.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
27717.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27718.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27719.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27720 right: 50%;
27721 left: auto;
27722}
27723.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27724.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27725.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
27726 margin-right: -4px;
27727 margin-left: 0;
27728}
27729.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27730.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27731.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27732 margin-right: 1px;
27733 margin-left: 0;
27734}
27735.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
27736.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
27737.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
27738 right: calc(50% - 4px);
27739 left: auto;
27740 text-align: right;
27741}
27742.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
27743.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
27744.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
27745 text-align: left;
27746}
27747.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
27748.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
27749.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
27750 right: 0;
27751 left: auto;
27752}
27753.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
27754 width: 100%;
27755 margin-right: 18px;
27756 text-align: right;
27757}
27758.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
27759 border-right: 2px dotted rgba(0, 0, 0, 0.06);
27760 border-left: none;
27761}
27762.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
27763 border-right: 2px dotted rgba(0, 0, 0, 0.06);
27764 border-left: none;
27765}
27766.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
27767 text-align: left;
27768}
27769.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
27770 right: calc(50% + 14px);
27771 text-align: right;
27772}
27773
27774/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
27775/* stylelint-disable no-duplicate-selectors */
27776/* stylelint-disable */
27777/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27778html {
27779 --ant-primary-color: #1890ff;
27780 --ant-primary-color-hover: #40a9ff;
27781 --ant-primary-color-active: #096dd9;
27782 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27783 --ant-primary-1: #e6f7ff;
27784 --ant-primary-2: #bae7ff;
27785 --ant-primary-3: #91d5ff;
27786 --ant-primary-4: #69c0ff;
27787 --ant-primary-5: #40a9ff;
27788 --ant-primary-6: #1890ff;
27789 --ant-primary-7: #096dd9;
27790 --ant-primary-color-deprecated-pure: ;
27791 --ant-primary-color-deprecated-l-35: #cbe6ff;
27792 --ant-primary-color-deprecated-l-20: #7ec1ff;
27793 --ant-primary-color-deprecated-t-20: #46a6ff;
27794 --ant-primary-color-deprecated-t-50: #8cc8ff;
27795 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27796 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27797 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27798 --ant-success-color: #52c41a;
27799 --ant-success-color-hover: #73d13d;
27800 --ant-success-color-active: #389e0d;
27801 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
27802 --ant-success-color-deprecated-bg: #f6ffed;
27803 --ant-success-color-deprecated-border: #b7eb8f;
27804 --ant-error-color: #ff4d4f;
27805 --ant-error-color-hover: #ff7875;
27806 --ant-error-color-active: #d9363e;
27807 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
27808 --ant-error-color-deprecated-bg: #fff2f0;
27809 --ant-error-color-deprecated-border: #ffccc7;
27810 --ant-warning-color: #faad14;
27811 --ant-warning-color-hover: #ffc53d;
27812 --ant-warning-color-active: #d48806;
27813 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
27814 --ant-warning-color-deprecated-bg: #fffbe6;
27815 --ant-warning-color-deprecated-border: #ffe58f;
27816 --ant-info-color: #1890ff;
27817 --ant-info-color-deprecated-bg: #e6f7ff;
27818 --ant-info-color-deprecated-border: #91d5ff;
27819}
27820@keyframes antCheckboxEffect {
27821 0% {
27822 transform: scale(1);
27823 opacity: 0.5;
27824 }
27825 100% {
27826 transform: scale(1.6);
27827 opacity: 0;
27828 }
27829}
27830.ant-transfer-customize-list .ant-transfer-list {
27831 flex: 1 1 50%;
27832 width: auto;
27833 height: auto;
27834 min-height: 200px;
27835}
27836.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
27837 border: 0;
27838 border-radius: 0;
27839}
27840.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
27841 width: 40px;
27842 min-width: 40px;
27843}
27844.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
27845 background: #fafafa;
27846}
27847.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
27848 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
27849}
27850.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
27851 margin: 0;
27852}
27853.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
27854 margin: 16px 0 4px;
27855}
27856.ant-transfer-customize-list .ant-input[disabled] {
27857 background-color: transparent;
27858}
27859.ant-transfer-status-error .ant-transfer-list {
27860 border-color: var(--ant-error-color);
27861}
27862.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
27863 border-color: #d9d9d9;
27864}
27865.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
27866 border-color: var(--ant-primary-5);
27867 border-right-width: 1px;
27868}
27869.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
27870 border-color: var(--ant-primary-color-hover);
27871 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
27872 border-right-width: 1px;
27873 outline: 0;
27874}
27875.ant-transfer-status-warning .ant-transfer-list {
27876 border-color: var(--ant-warning-color);
27877}
27878.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
27879 border-color: #d9d9d9;
27880}
27881.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
27882 border-color: var(--ant-primary-5);
27883 border-right-width: 1px;
27884}
27885.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
27886 border-color: var(--ant-primary-color-hover);
27887 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
27888 border-right-width: 1px;
27889 outline: 0;
27890}
27891.ant-transfer {
27892 box-sizing: border-box;
27893 margin: 0;
27894 padding: 0;
27895 color: rgba(0, 0, 0, 0.85);
27896 font-size: 14px;
27897 font-variant: tabular-nums;
27898 line-height: 1.5715;
27899 list-style: none;
27900 font-feature-settings: 'tnum';
27901 position: relative;
27902 display: flex;
27903 align-items: stretch;
27904}
27905.ant-transfer-disabled .ant-transfer-list {
27906 background: #f5f5f5;
27907}
27908.ant-transfer-list {
27909 display: flex;
27910 flex-direction: column;
27911 width: 180px;
27912 height: 200px;
27913 border: 1px solid #d9d9d9;
27914 border-radius: 2px;
27915}
27916.ant-transfer-list-with-pagination {
27917 width: 250px;
27918 height: auto;
27919}
27920.ant-transfer-list-search .anticon-search {
27921 color: rgba(0, 0, 0, 0.25);
27922}
27923.ant-transfer-list-header {
27924 display: flex;
27925 flex: none;
27926 align-items: center;
27927 height: 40px;
27928 padding: 8px 12px 9px;
27929 color: rgba(0, 0, 0, 0.85);
27930 background: #fff;
27931 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
27932 border-radius: 2px 2px 0 0;
27933}
27934.ant-transfer-list-header > *:not(:last-child) {
27935 margin-right: 4px;
27936}
27937.ant-transfer-list-header > * {
27938 flex: none;
27939}
27940.ant-transfer-list-header-title {
27941 flex: auto;
27942 overflow: hidden;
27943 white-space: nowrap;
27944 text-align: right;
27945 text-overflow: ellipsis;
27946}
27947.ant-transfer-list-header-dropdown {
27948 font-size: 10px;
27949 transform: translateY(10%);
27950 cursor: pointer;
27951}
27952.ant-transfer-list-header-dropdown[disabled] {
27953 cursor: not-allowed;
27954}
27955.ant-transfer-list-body {
27956 display: flex;
27957 flex: auto;
27958 flex-direction: column;
27959 overflow: hidden;
27960 font-size: 14px;
27961}
27962.ant-transfer-list-body-search-wrapper {
27963 position: relative;
27964 flex: none;
27965 padding: 12px;
27966}
27967.ant-transfer-list-content {
27968 flex: auto;
27969 margin: 0;
27970 padding: 0;
27971 overflow: auto;
27972 list-style: none;
27973}
27974.ant-transfer-list-content-item {
27975 display: flex;
27976 align-items: center;
27977 min-height: 32px;
27978 padding: 6px 12px;
27979 line-height: 20px;
27980 transition: all 0.3s;
27981}
27982.ant-transfer-list-content-item > *:not(:last-child) {
27983 margin-right: 8px;
27984}
27985.ant-transfer-list-content-item > * {
27986 flex: none;
27987}
27988.ant-transfer-list-content-item-text {
27989 flex: auto;
27990 overflow: hidden;
27991 white-space: nowrap;
27992 text-overflow: ellipsis;
27993}
27994.ant-transfer-list-content-item-remove {
27995 position: relative;
27996 color: #d9d9d9;
27997 cursor: pointer;
27998 transition: all 0.3s;
27999}
28000.ant-transfer-list-content-item-remove:hover {
28001 color: var(--ant-primary-color-hover);
28002}
28003.ant-transfer-list-content-item-remove::after {
28004 position: absolute;
28005 top: -6px;
28006 right: -50%;
28007 bottom: -6px;
28008 left: -50%;
28009 content: '';
28010}
28011.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
28012 background-color: #f5f5f5;
28013 cursor: pointer;
28014}
28015.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
28016 background-color: var(--ant-primary-color-active-deprecated-d-02);
28017}
28018.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
28019 background: transparent;
28020 cursor: default;
28021}
28022.ant-transfer-list-content-item-checked {
28023 background-color: var(--ant-primary-1);
28024}
28025.ant-transfer-list-content-item-disabled {
28026 color: rgba(0, 0, 0, 0.25);
28027 cursor: not-allowed;
28028}
28029.ant-transfer-list-pagination {
28030 padding: 8px 0;
28031 text-align: right;
28032 border-top: 1px solid rgba(0, 0, 0, 0.06);
28033}
28034.ant-transfer-list-body-not-found {
28035 flex: none;
28036 width: 100%;
28037 margin: auto 0;
28038 color: rgba(0, 0, 0, 0.25);
28039 text-align: center;
28040}
28041.ant-transfer-list-footer {
28042 border-top: 1px solid rgba(0, 0, 0, 0.06);
28043}
28044.ant-transfer-operation {
28045 display: flex;
28046 flex: none;
28047 flex-direction: column;
28048 align-self: center;
28049 margin: 0 8px;
28050 vertical-align: middle;
28051}
28052.ant-transfer-operation .ant-btn {
28053 display: block;
28054}
28055.ant-transfer-operation .ant-btn:first-child {
28056 margin-bottom: 4px;
28057}
28058.ant-transfer-operation .ant-btn .anticon {
28059 font-size: 12px;
28060}
28061.ant-transfer .ant-empty-image {
28062 max-height: -2px;
28063}
28064.ant-transfer-rtl {
28065 direction: rtl;
28066}
28067.ant-transfer-rtl .ant-transfer-list-search {
28068 padding-right: 8px;
28069 padding-left: 24px;
28070}
28071.ant-transfer-rtl .ant-transfer-list-search-action {
28072 right: auto;
28073 left: 12px;
28074}
28075.ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
28076 margin-right: 0;
28077 margin-left: 4px;
28078}
28079.ant-transfer-rtl .ant-transfer-list-header {
28080 right: 0;
28081 left: auto;
28082}
28083.ant-transfer-rtl .ant-transfer-list-header-title {
28084 text-align: left;
28085}
28086.ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
28087 margin-right: 0;
28088 margin-left: 8px;
28089}
28090.ant-transfer-rtl .ant-transfer-list-pagination {
28091 text-align: left;
28092}
28093.ant-transfer-rtl .ant-transfer-list-footer {
28094 right: 0;
28095 left: auto;
28096}
28097
28098/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
28099/* stylelint-disable no-duplicate-selectors */
28100/* stylelint-disable */
28101/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
28102html {
28103 --ant-primary-color: #1890ff;
28104 --ant-primary-color-hover: #40a9ff;
28105 --ant-primary-color-active: #096dd9;
28106 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
28107 --ant-primary-1: #e6f7ff;
28108 --ant-primary-2: #bae7ff;
28109 --ant-primary-3: #91d5ff;
28110 --ant-primary-4: #69c0ff;
28111 --ant-primary-5: #40a9ff;
28112 --ant-primary-6: #1890ff;
28113 --ant-primary-7: #096dd9;
28114 --ant-primary-color-deprecated-pure: ;
28115 --ant-primary-color-deprecated-l-35: #cbe6ff;
28116 --ant-primary-color-deprecated-l-20: #7ec1ff;
28117 --ant-primary-color-deprecated-t-20: #46a6ff;
28118 --ant-primary-color-deprecated-t-50: #8cc8ff;
28119 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
28120 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
28121 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
28122 --ant-success-color: #52c41a;
28123 --ant-success-color-hover: #73d13d;
28124 --ant-success-color-active: #389e0d;
28125 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
28126 --ant-success-color-deprecated-bg: #f6ffed;
28127 --ant-success-color-deprecated-border: #b7eb8f;
28128 --ant-error-color: #ff4d4f;
28129 --ant-error-color-hover: #ff7875;
28130 --ant-error-color-active: #d9363e;
28131 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
28132 --ant-error-color-deprecated-bg: #fff2f0;
28133 --ant-error-color-deprecated-border: #ffccc7;
28134 --ant-warning-color: #faad14;
28135 --ant-warning-color-hover: #ffc53d;
28136 --ant-warning-color-active: #d48806;
28137 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
28138 --ant-warning-color-deprecated-bg: #fffbe6;
28139 --ant-warning-color-deprecated-border: #ffe58f;
28140 --ant-info-color: #1890ff;
28141 --ant-info-color-deprecated-bg: #e6f7ff;
28142 --ant-info-color-deprecated-border: #91d5ff;
28143}
28144@keyframes ant-tree-node-fx-do-not-use {
28145 0% {
28146 opacity: 0;
28147 }
28148 100% {
28149 opacity: 1;
28150 }
28151}
28152@keyframes antCheckboxEffect {
28153 0% {
28154 transform: scale(1);
28155 opacity: 0.5;
28156 }
28157 100% {
28158 transform: scale(1.6);
28159 opacity: 0;
28160 }
28161}
28162.ant-select-tree-checkbox {
28163 box-sizing: border-box;
28164 margin: 0;
28165 padding: 0;
28166 color: rgba(0, 0, 0, 0.85);
28167 font-size: 14px;
28168 font-variant: tabular-nums;
28169 line-height: 1.5715;
28170 list-style: none;
28171 font-feature-settings: 'tnum';
28172 position: relative;
28173 top: 0.2em;
28174 line-height: 1;
28175 white-space: nowrap;
28176 outline: none;
28177 cursor: pointer;
28178}
28179.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
28180.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
28181.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
28182 border-color: var(--ant-primary-color);
28183}
28184.ant-select-tree-checkbox-checked::after {
28185 position: absolute;
28186 top: 0;
28187 left: 0;
28188 width: 100%;
28189 height: 100%;
28190 border: 1px solid var(--ant-primary-color);
28191 border-radius: 2px;
28192 visibility: hidden;
28193 animation: antCheckboxEffect 0.36s ease-in-out;
28194 animation-fill-mode: backwards;
28195 content: '';
28196}
28197.ant-select-tree-checkbox:hover::after,
28198.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
28199 visibility: visible;
28200}
28201.ant-select-tree-checkbox-inner {
28202 position: relative;
28203 top: 0;
28204 left: 0;
28205 display: block;
28206 width: 16px;
28207 height: 16px;
28208 direction: ltr;
28209 background-color: #fff;
28210 border: 1px solid #d9d9d9;
28211 border-radius: 2px;
28212 border-collapse: separate;
28213 transition: all 0.3s;
28214}
28215.ant-select-tree-checkbox-inner::after {
28216 position: absolute;
28217 top: 50%;
28218 left: 21.5%;
28219 display: table;
28220 width: 5.71428571px;
28221 height: 9.14285714px;
28222 border: 2px solid #fff;
28223 border-top: 0;
28224 border-left: 0;
28225 transform: rotate(45deg) scale(0) translate(-50%, -50%);
28226 opacity: 0;
28227 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
28228 content: ' ';
28229}
28230.ant-select-tree-checkbox-input {
28231 position: absolute;
28232 top: 0;
28233 right: 0;
28234 bottom: 0;
28235 left: 0;
28236 z-index: 1;
28237 width: 100%;
28238 height: 100%;
28239 cursor: pointer;
28240 opacity: 0;
28241}
28242.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
28243 position: absolute;
28244 display: table;
28245 border: 2px solid #fff;
28246 border-top: 0;
28247 border-left: 0;
28248 transform: rotate(45deg) scale(1) translate(-50%, -50%);
28249 opacity: 1;
28250 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
28251 content: ' ';
28252}
28253.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
28254 background-color: var(--ant-primary-color);
28255 border-color: var(--ant-primary-color);
28256}
28257.ant-select-tree-checkbox-disabled {
28258 cursor: not-allowed;
28259}
28260.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
28261 border-color: rgba(0, 0, 0, 0.25);
28262 animation-name: none;
28263}
28264.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
28265 cursor: not-allowed;
28266 pointer-events: none;
28267}
28268.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
28269 background-color: #f5f5f5;
28270 border-color: #d9d9d9 !important;
28271}
28272.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
28273 border-color: #f5f5f5;
28274 border-collapse: separate;
28275 animation-name: none;
28276}
28277.ant-select-tree-checkbox-disabled + span {
28278 color: rgba(0, 0, 0, 0.25);
28279 cursor: not-allowed;
28280}
28281.ant-select-tree-checkbox-disabled:hover::after,
28282.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
28283 visibility: hidden;
28284}
28285.ant-select-tree-checkbox-wrapper {
28286 box-sizing: border-box;
28287 margin: 0;
28288 padding: 0;
28289 color: rgba(0, 0, 0, 0.85);
28290 font-size: 14px;
28291 font-variant: tabular-nums;
28292 line-height: 1.5715;
28293 list-style: none;
28294 font-feature-settings: 'tnum';
28295 display: inline-flex;
28296 align-items: baseline;
28297 line-height: unset;
28298 cursor: pointer;
28299}
28300.ant-select-tree-checkbox-wrapper::after {
28301 display: inline-block;
28302 width: 0;
28303 overflow: hidden;
28304 content: '\a0';
28305}
28306.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
28307 cursor: not-allowed;
28308}
28309.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
28310 margin-left: 8px;
28311}
28312.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
28313 width: 14px;
28314 height: 14px;
28315}
28316.ant-select-tree-checkbox + span {
28317 padding-right: 8px;
28318 padding-left: 8px;
28319}
28320.ant-select-tree-checkbox-group {
28321 box-sizing: border-box;
28322 margin: 0;
28323 padding: 0;
28324 color: rgba(0, 0, 0, 0.85);
28325 font-size: 14px;
28326 font-variant: tabular-nums;
28327 line-height: 1.5715;
28328 list-style: none;
28329 font-feature-settings: 'tnum';
28330 display: inline-block;
28331}
28332.ant-select-tree-checkbox-group-item {
28333 margin-right: 8px;
28334}
28335.ant-select-tree-checkbox-group-item:last-child {
28336 margin-right: 0;
28337}
28338.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
28339 margin-left: 0;
28340}
28341.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
28342 background-color: #fff;
28343 border-color: #d9d9d9;
28344}
28345.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
28346 top: 50%;
28347 left: 50%;
28348 width: 8px;
28349 height: 8px;
28350 background-color: var(--ant-primary-color);
28351 border: 0;
28352 transform: translate(-50%, -50%) scale(1);
28353 opacity: 1;
28354 content: ' ';
28355}
28356.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
28357 background-color: rgba(0, 0, 0, 0.25);
28358 border-color: rgba(0, 0, 0, 0.25);
28359}
28360.ant-tree-select-dropdown {
28361 padding: 8px 4px;
28362}
28363.ant-tree-select-dropdown-rtl {
28364 direction: rtl;
28365}
28366.ant-tree-select-dropdown .ant-select-tree {
28367 border-radius: 0;
28368}
28369.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
28370 align-items: stretch;
28371}
28372.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
28373 flex: auto;
28374}
28375.ant-select-tree {
28376 box-sizing: border-box;
28377 margin: 0;
28378 padding: 0;
28379 color: rgba(0, 0, 0, 0.85);
28380 font-size: 14px;
28381 font-variant: tabular-nums;
28382 line-height: 1.5715;
28383 list-style: none;
28384 font-feature-settings: 'tnum';
28385 background: #fff;
28386 border-radius: 2px;
28387 transition: background-color 0.3s;
28388}
28389.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
28390 background: var(--ant-primary-1);
28391}
28392.ant-select-tree-list-holder-inner {
28393 align-items: flex-start;
28394}
28395.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
28396 align-items: stretch;
28397}
28398.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
28399 flex: auto;
28400}
28401.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
28402 position: relative;
28403}
28404.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
28405 position: absolute;
28406 top: 0;
28407 right: 0;
28408 bottom: 4px;
28409 left: 0;
28410 border: 1px solid var(--ant-primary-color);
28411 opacity: 0;
28412 animation: ant-tree-node-fx-do-not-use 0.3s;
28413 animation-play-state: running;
28414 animation-fill-mode: forwards;
28415 content: '';
28416 pointer-events: none;
28417}
28418.ant-select-tree .ant-select-tree-treenode {
28419 display: flex;
28420 align-items: flex-start;
28421 padding: 0 0 4px 0;
28422 outline: none;
28423}
28424.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
28425 color: rgba(0, 0, 0, 0.25);
28426 cursor: not-allowed;
28427}
28428.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
28429 background: transparent;
28430}
28431.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
28432 background: #f5f5f5;
28433}
28434.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
28435 color: inherit;
28436 font-weight: 500;
28437}
28438.ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
28439 width: 24px;
28440 line-height: 24px;
28441 text-align: center;
28442 visibility: visible;
28443 opacity: 0.2;
28444 transition: opacity 0.3s;
28445}
28446.ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
28447 opacity: 0.45;
28448}
28449.ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon {
28450 visibility: hidden;
28451}
28452.ant-select-tree-indent {
28453 align-self: stretch;
28454 white-space: nowrap;
28455 -webkit-user-select: none;
28456 -moz-user-select: none;
28457 -ms-user-select: none;
28458 user-select: none;
28459}
28460.ant-select-tree-indent-unit {
28461 display: inline-block;
28462 width: 24px;
28463}
28464.ant-select-tree-draggable-icon {
28465 visibility: hidden;
28466}
28467.ant-select-tree-switcher {
28468 position: relative;
28469 flex: none;
28470 align-self: stretch;
28471 width: 24px;
28472 margin: 0;
28473 line-height: 24px;
28474 text-align: center;
28475 cursor: pointer;
28476 -webkit-user-select: none;
28477 -moz-user-select: none;
28478 -ms-user-select: none;
28479 user-select: none;
28480}
28481.ant-select-tree-switcher .ant-tree-switcher-icon,
28482.ant-select-tree-switcher .ant-select-tree-switcher-icon {
28483 display: inline-block;
28484 font-size: 10px;
28485 vertical-align: baseline;
28486}
28487.ant-select-tree-switcher .ant-tree-switcher-icon svg,
28488.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
28489 transition: transform 0.3s;
28490}
28491.ant-select-tree-switcher-noop {
28492 cursor: default;
28493}
28494.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
28495 transform: rotate(-90deg);
28496}
28497.ant-select-tree-switcher-loading-icon {
28498 color: var(--ant-primary-color);
28499}
28500.ant-select-tree-switcher-leaf-line {
28501 position: relative;
28502 z-index: 1;
28503 display: inline-block;
28504 width: 100%;
28505 height: 100%;
28506}
28507.ant-select-tree-switcher-leaf-line::before {
28508 position: absolute;
28509 top: 0;
28510 right: 12px;
28511 bottom: -4px;
28512 margin-left: -1px;
28513 border-right: 1px solid #d9d9d9;
28514 content: ' ';
28515}
28516.ant-select-tree-switcher-leaf-line::after {
28517 position: absolute;
28518 width: 10px;
28519 height: 14px;
28520 border-bottom: 1px solid #d9d9d9;
28521 content: ' ';
28522}
28523.ant-select-tree-checkbox {
28524 top: initial;
28525 margin: 4px 8px 0 0;
28526}
28527.ant-select-tree .ant-select-tree-node-content-wrapper {
28528 position: relative;
28529 z-index: auto;
28530 min-height: 24px;
28531 margin: 0;
28532 padding: 0 4px;
28533 color: inherit;
28534 line-height: 24px;
28535 background: transparent;
28536 border-radius: 2px;
28537 cursor: pointer;
28538 transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
28539}
28540.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
28541 background-color: #f5f5f5;
28542}
28543.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
28544 background-color: var(--ant-primary-2);
28545}
28546.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
28547 display: inline-block;
28548 width: 24px;
28549 height: 24px;
28550 line-height: 24px;
28551 text-align: center;
28552 vertical-align: top;
28553}
28554.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
28555 display: none;
28556}
28557.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
28558 background-color: transparent;
28559}
28560.ant-select-tree-node-content-wrapper {
28561 line-height: 24px;
28562 -webkit-user-select: none;
28563 -moz-user-select: none;
28564 -ms-user-select: none;
28565 user-select: none;
28566}
28567.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
28568 position: absolute;
28569 z-index: 1;
28570 height: 2px;
28571 background-color: var(--ant-primary-color);
28572 border-radius: 1px;
28573 pointer-events: none;
28574}
28575.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
28576 position: absolute;
28577 top: -3px;
28578 left: -6px;
28579 width: 8px;
28580 height: 8px;
28581 background-color: transparent;
28582 border: 2px solid var(--ant-primary-color);
28583 border-radius: 50%;
28584 content: '';
28585}
28586.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
28587 box-shadow: 0 0 0 2px var(--ant-primary-color);
28588}
28589.ant-select-tree-show-line .ant-select-tree-indent-unit {
28590 position: relative;
28591 height: 100%;
28592}
28593.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
28594 position: absolute;
28595 top: 0;
28596 right: 12px;
28597 bottom: -4px;
28598 border-right: 1px solid #d9d9d9;
28599 content: '';
28600}
28601.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
28602 display: none;
28603}
28604.ant-select-tree-show-line .ant-select-tree-switcher {
28605 background: #fff;
28606}
28607.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
28608 vertical-align: -0.15em;
28609}
28610.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
28611 top: auto !important;
28612 bottom: auto !important;
28613 height: 14px !important;
28614}
28615.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
28616 transform: rotate(90deg);
28617}
28618.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
28619 transform: scaleY(-1);
28620}
28621
28622/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
28623/* stylelint-disable no-duplicate-selectors */
28624/* stylelint-disable */
28625/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
28626html {
28627 --ant-primary-color: #1890ff;
28628 --ant-primary-color-hover: #40a9ff;
28629 --ant-primary-color-active: #096dd9;
28630 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
28631 --ant-primary-1: #e6f7ff;
28632 --ant-primary-2: #bae7ff;
28633 --ant-primary-3: #91d5ff;
28634 --ant-primary-4: #69c0ff;
28635 --ant-primary-5: #40a9ff;
28636 --ant-primary-6: #1890ff;
28637 --ant-primary-7: #096dd9;
28638 --ant-primary-color-deprecated-pure: ;
28639 --ant-primary-color-deprecated-l-35: #cbe6ff;
28640 --ant-primary-color-deprecated-l-20: #7ec1ff;
28641 --ant-primary-color-deprecated-t-20: #46a6ff;
28642 --ant-primary-color-deprecated-t-50: #8cc8ff;
28643 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
28644 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
28645 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
28646 --ant-success-color: #52c41a;
28647 --ant-success-color-hover: #73d13d;
28648 --ant-success-color-active: #389e0d;
28649 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
28650 --ant-success-color-deprecated-bg: #f6ffed;
28651 --ant-success-color-deprecated-border: #b7eb8f;
28652 --ant-error-color: #ff4d4f;
28653 --ant-error-color-hover: #ff7875;
28654 --ant-error-color-active: #d9363e;
28655 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
28656 --ant-error-color-deprecated-bg: #fff2f0;
28657 --ant-error-color-deprecated-border: #ffccc7;
28658 --ant-warning-color: #faad14;
28659 --ant-warning-color-hover: #ffc53d;
28660 --ant-warning-color-active: #d48806;
28661 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
28662 --ant-warning-color-deprecated-bg: #fffbe6;
28663 --ant-warning-color-deprecated-border: #ffe58f;
28664 --ant-info-color: #1890ff;
28665 --ant-info-color-deprecated-bg: #e6f7ff;
28666 --ant-info-color-deprecated-border: #91d5ff;
28667}
28668.ant-typography {
28669 color: rgba(0, 0, 0, 0.85);
28670 word-break: break-word;
28671}
28672.ant-typography.ant-typography-secondary {
28673 color: rgba(0, 0, 0, 0.45);
28674}
28675.ant-typography.ant-typography-success {
28676 color: var(--ant-success-color);
28677}
28678.ant-typography.ant-typography-warning {
28679 color: var(--ant-warning-color);
28680}
28681.ant-typography.ant-typography-danger {
28682 color: var(--ant-error-color);
28683}
28684a.ant-typography.ant-typography-danger:active,
28685a.ant-typography.ant-typography-danger:focus {
28686 color: var(--ant-error-color-active);
28687}
28688a.ant-typography.ant-typography-danger:hover {
28689 color: var(--ant-error-color-hover);
28690}
28691.ant-typography.ant-typography-disabled {
28692 color: rgba(0, 0, 0, 0.25);
28693 cursor: not-allowed;
28694 -webkit-user-select: none;
28695 -moz-user-select: none;
28696 -ms-user-select: none;
28697 user-select: none;
28698}
28699div.ant-typography,
28700.ant-typography p {
28701 margin-bottom: 1em;
28702}
28703h1.ant-typography,
28704div.ant-typography-h1,
28705div.ant-typography-h1 > textarea,
28706.ant-typography h1 {
28707 margin-bottom: 0.5em;
28708 color: rgba(0, 0, 0, 0.85);
28709 font-weight: 600;
28710 font-size: 38px;
28711 line-height: 1.23;
28712}
28713h2.ant-typography,
28714div.ant-typography-h2,
28715div.ant-typography-h2 > textarea,
28716.ant-typography h2 {
28717 margin-bottom: 0.5em;
28718 color: rgba(0, 0, 0, 0.85);
28719 font-weight: 600;
28720 font-size: 30px;
28721 line-height: 1.35;
28722}
28723h3.ant-typography,
28724div.ant-typography-h3,
28725div.ant-typography-h3 > textarea,
28726.ant-typography h3 {
28727 margin-bottom: 0.5em;
28728 color: rgba(0, 0, 0, 0.85);
28729 font-weight: 600;
28730 font-size: 24px;
28731 line-height: 1.35;
28732}
28733h4.ant-typography,
28734div.ant-typography-h4,
28735div.ant-typography-h4 > textarea,
28736.ant-typography h4 {
28737 margin-bottom: 0.5em;
28738 color: rgba(0, 0, 0, 0.85);
28739 font-weight: 600;
28740 font-size: 20px;
28741 line-height: 1.4;
28742}
28743h5.ant-typography,
28744div.ant-typography-h5,
28745div.ant-typography-h5 > textarea,
28746.ant-typography h5 {
28747 margin-bottom: 0.5em;
28748 color: rgba(0, 0, 0, 0.85);
28749 font-weight: 600;
28750 font-size: 16px;
28751 line-height: 1.5;
28752}
28753.ant-typography + h1.ant-typography,
28754.ant-typography + h2.ant-typography,
28755.ant-typography + h3.ant-typography,
28756.ant-typography + h4.ant-typography,
28757.ant-typography + h5.ant-typography {
28758 margin-top: 1.2em;
28759}
28760.ant-typography div + h1,
28761.ant-typography ul + h1,
28762.ant-typography li + h1,
28763.ant-typography p + h1,
28764.ant-typography h1 + h1,
28765.ant-typography h2 + h1,
28766.ant-typography h3 + h1,
28767.ant-typography h4 + h1,
28768.ant-typography h5 + h1,
28769.ant-typography div + h2,
28770.ant-typography ul + h2,
28771.ant-typography li + h2,
28772.ant-typography p + h2,
28773.ant-typography h1 + h2,
28774.ant-typography h2 + h2,
28775.ant-typography h3 + h2,
28776.ant-typography h4 + h2,
28777.ant-typography h5 + h2,
28778.ant-typography div + h3,
28779.ant-typography ul + h3,
28780.ant-typography li + h3,
28781.ant-typography p + h3,
28782.ant-typography h1 + h3,
28783.ant-typography h2 + h3,
28784.ant-typography h3 + h3,
28785.ant-typography h4 + h3,
28786.ant-typography h5 + h3,
28787.ant-typography div + h4,
28788.ant-typography ul + h4,
28789.ant-typography li + h4,
28790.ant-typography p + h4,
28791.ant-typography h1 + h4,
28792.ant-typography h2 + h4,
28793.ant-typography h3 + h4,
28794.ant-typography h4 + h4,
28795.ant-typography h5 + h4,
28796.ant-typography div + h5,
28797.ant-typography ul + h5,
28798.ant-typography li + h5,
28799.ant-typography p + h5,
28800.ant-typography h1 + h5,
28801.ant-typography h2 + h5,
28802.ant-typography h3 + h5,
28803.ant-typography h4 + h5,
28804.ant-typography h5 + h5 {
28805 margin-top: 1.2em;
28806}
28807a.ant-typography-ellipsis,
28808span.ant-typography-ellipsis {
28809 display: inline-block;
28810 max-width: 100%;
28811}
28812a.ant-typography,
28813.ant-typography a {
28814 color: var(--ant-primary-color);
28815 outline: none;
28816 cursor: pointer;
28817 transition: color 0.3s;
28818 text-decoration: none;
28819}
28820a.ant-typography:focus-visible,
28821.ant-typography a:focus-visible,
28822a.ant-typography:hover,
28823.ant-typography a:hover {
28824 color: var(--ant-primary-color-hover);
28825}
28826a.ant-typography:active,
28827.ant-typography a:active {
28828 color: var(--ant-primary-color-active);
28829}
28830a.ant-typography:active,
28831.ant-typography a:active,
28832a.ant-typography:hover,
28833.ant-typography a:hover {
28834 text-decoration: none;
28835}
28836a.ant-typography[disabled],
28837.ant-typography a[disabled],
28838a.ant-typography.ant-typography-disabled,
28839.ant-typography a.ant-typography-disabled {
28840 color: rgba(0, 0, 0, 0.25);
28841 cursor: not-allowed;
28842}
28843a.ant-typography[disabled]:active,
28844.ant-typography a[disabled]:active,
28845a.ant-typography.ant-typography-disabled:active,
28846.ant-typography a.ant-typography-disabled:active,
28847a.ant-typography[disabled]:hover,
28848.ant-typography a[disabled]:hover,
28849a.ant-typography.ant-typography-disabled:hover,
28850.ant-typography a.ant-typography-disabled:hover {
28851 color: rgba(0, 0, 0, 0.25);
28852}
28853a.ant-typography[disabled]:active,
28854.ant-typography a[disabled]:active,
28855a.ant-typography.ant-typography-disabled:active,
28856.ant-typography a.ant-typography-disabled:active {
28857 pointer-events: none;
28858}
28859.ant-typography code {
28860 margin: 0 0.2em;
28861 padding: 0.2em 0.4em 0.1em;
28862 font-size: 85%;
28863 background: rgba(150, 150, 150, 0.1);
28864 border: 1px solid rgba(100, 100, 100, 0.2);
28865 border-radius: 3px;
28866}
28867.ant-typography kbd {
28868 margin: 0 0.2em;
28869 padding: 0.15em 0.4em 0.1em;
28870 font-size: 90%;
28871 background: rgba(150, 150, 150, 0.06);
28872 border: 1px solid rgba(100, 100, 100, 0.2);
28873 border-bottom-width: 2px;
28874 border-radius: 3px;
28875}
28876.ant-typography mark {
28877 padding: 0;
28878 background-color: #ffe58f;
28879}
28880.ant-typography u,
28881.ant-typography ins {
28882 text-decoration: underline;
28883 -webkit-text-decoration-skip: ink;
28884 text-decoration-skip-ink: auto;
28885}
28886.ant-typography s,
28887.ant-typography del {
28888 text-decoration: line-through;
28889}
28890.ant-typography strong {
28891 font-weight: 600;
28892}
28893.ant-typography-expand,
28894.ant-typography-edit,
28895.ant-typography-copy {
28896 color: var(--ant-primary-color);
28897 outline: none;
28898 cursor: pointer;
28899 transition: color 0.3s;
28900 margin-left: 4px;
28901}
28902.ant-typography-expand:focus-visible,
28903.ant-typography-edit:focus-visible,
28904.ant-typography-copy:focus-visible,
28905.ant-typography-expand:hover,
28906.ant-typography-edit:hover,
28907.ant-typography-copy:hover {
28908 color: var(--ant-primary-color-hover);
28909}
28910.ant-typography-expand:active,
28911.ant-typography-edit:active,
28912.ant-typography-copy:active {
28913 color: var(--ant-primary-color-active);
28914}
28915.ant-typography-copy-success,
28916.ant-typography-copy-success:hover,
28917.ant-typography-copy-success:focus {
28918 color: var(--ant-success-color);
28919}
28920.ant-typography-edit-content {
28921 position: relative;
28922}
28923div.ant-typography-edit-content {
28924 left: -12px;
28925 margin-top: -5px;
28926 margin-bottom: calc(1em - 4px - 1px);
28927}
28928.ant-typography-edit-content-confirm {
28929 position: absolute;
28930 right: 10px;
28931 bottom: 8px;
28932 color: rgba(0, 0, 0, 0.45);
28933 font-weight: normal;
28934 font-size: 14px;
28935 font-style: normal;
28936 pointer-events: none;
28937}
28938.ant-typography-edit-content textarea {
28939 height: 1em;
28940 margin: 0 !important;
28941 /* stylelint-disable-next-line property-no-vendor-prefix */
28942 -moz-transition: none;
28943}
28944.ant-typography ul,
28945.ant-typography ol {
28946 margin: 0 0 1em;
28947 padding: 0;
28948}
28949.ant-typography ul li,
28950.ant-typography ol li {
28951 margin: 0 0 0 20px;
28952 padding: 0 0 0 4px;
28953}
28954.ant-typography ul {
28955 list-style-type: circle;
28956}
28957.ant-typography ul ul {
28958 list-style-type: disc;
28959}
28960.ant-typography ol {
28961 list-style-type: decimal;
28962}
28963.ant-typography pre,
28964.ant-typography blockquote {
28965 margin: 1em 0;
28966}
28967.ant-typography pre {
28968 padding: 0.4em 0.6em;
28969 white-space: pre-wrap;
28970 word-wrap: break-word;
28971 background: rgba(150, 150, 150, 0.1);
28972 border: 1px solid rgba(100, 100, 100, 0.2);
28973 border-radius: 3px;
28974}
28975.ant-typography pre code {
28976 display: inline;
28977 margin: 0;
28978 padding: 0;
28979 font-size: inherit;
28980 font-family: inherit;
28981 background: transparent;
28982 border: 0;
28983}
28984.ant-typography blockquote {
28985 padding: 0 0 0 0.6em;
28986 border-left: 4px solid rgba(100, 100, 100, 0.2);
28987 opacity: 0.85;
28988}
28989.ant-typography-single-line {
28990 white-space: nowrap;
28991}
28992.ant-typography-ellipsis-single-line {
28993 overflow: hidden;
28994 text-overflow: ellipsis;
28995}
28996a.ant-typography-ellipsis-single-line,
28997span.ant-typography-ellipsis-single-line {
28998 vertical-align: bottom;
28999}
29000.ant-typography-ellipsis-multiple-line {
29001 /* stylelint-disable-next-line value-no-vendor-prefix */
29002 display: -webkit-box;
29003 overflow: hidden;
29004 -webkit-line-clamp: 3;
29005 /*! autoprefixer: ignore next */
29006 -webkit-box-orient: vertical;
29007}
29008.ant-typography-rtl {
29009 direction: rtl;
29010}
29011.ant-typography-rtl .ant-typography-expand,
29012.ant-typography-rtl .ant-typography-edit,
29013.ant-typography-rtl .ant-typography-copy {
29014 margin-right: 4px;
29015 margin-left: 0;
29016}
29017.ant-typography-rtl .ant-typography-expand {
29018 float: left;
29019}
29020div.ant-typography-edit-content.ant-typography-rtl {
29021 right: -12px;
29022 left: auto;
29023}
29024.ant-typography-rtl .ant-typography-edit-content-confirm {
29025 right: auto;
29026 left: 10px;
29027}
29028.ant-typography-rtl.ant-typography ul li,
29029.ant-typography-rtl.ant-typography ol li {
29030 margin: 0 20px 0 0;
29031 padding: 0 4px 0 0;
29032}
29033
29034/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
29035/* stylelint-disable no-duplicate-selectors */
29036/* stylelint-disable */
29037/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
29038html {
29039 --ant-primary-color: #1890ff;
29040 --ant-primary-color-hover: #40a9ff;
29041 --ant-primary-color-active: #096dd9;
29042 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
29043 --ant-primary-1: #e6f7ff;
29044 --ant-primary-2: #bae7ff;
29045 --ant-primary-3: #91d5ff;
29046 --ant-primary-4: #69c0ff;
29047 --ant-primary-5: #40a9ff;
29048 --ant-primary-6: #1890ff;
29049 --ant-primary-7: #096dd9;
29050 --ant-primary-color-deprecated-pure: ;
29051 --ant-primary-color-deprecated-l-35: #cbe6ff;
29052 --ant-primary-color-deprecated-l-20: #7ec1ff;
29053 --ant-primary-color-deprecated-t-20: #46a6ff;
29054 --ant-primary-color-deprecated-t-50: #8cc8ff;
29055 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
29056 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
29057 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
29058 --ant-success-color: #52c41a;
29059 --ant-success-color-hover: #73d13d;
29060 --ant-success-color-active: #389e0d;
29061 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
29062 --ant-success-color-deprecated-bg: #f6ffed;
29063 --ant-success-color-deprecated-border: #b7eb8f;
29064 --ant-error-color: #ff4d4f;
29065 --ant-error-color-hover: #ff7875;
29066 --ant-error-color-active: #d9363e;
29067 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
29068 --ant-error-color-deprecated-bg: #fff2f0;
29069 --ant-error-color-deprecated-border: #ffccc7;
29070 --ant-warning-color: #faad14;
29071 --ant-warning-color-hover: #ffc53d;
29072 --ant-warning-color-active: #d48806;
29073 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
29074 --ant-warning-color-deprecated-bg: #fffbe6;
29075 --ant-warning-color-deprecated-border: #ffe58f;
29076 --ant-info-color: #1890ff;
29077 --ant-info-color-deprecated-bg: #e6f7ff;
29078 --ant-info-color-deprecated-border: #91d5ff;
29079}
29080.ant-upload {
29081 box-sizing: border-box;
29082 margin: 0;
29083 padding: 0;
29084 color: rgba(0, 0, 0, 0.85);
29085 font-size: 14px;
29086 font-variant: tabular-nums;
29087 line-height: 1.5715;
29088 list-style: none;
29089 font-feature-settings: 'tnum';
29090 outline: 0;
29091}
29092.ant-upload p {
29093 margin: 0;
29094}
29095.ant-upload-btn {
29096 display: block;
29097 width: 100%;
29098 outline: none;
29099}
29100.ant-upload input[type='file'] {
29101 cursor: pointer;
29102}
29103.ant-upload.ant-upload-select {
29104 display: inline-block;
29105}
29106.ant-upload.ant-upload-disabled {
29107 color: rgba(0, 0, 0, 0.25);
29108 cursor: not-allowed;
29109}
29110.ant-upload.ant-upload-select-picture-card {
29111 width: 104px;
29112 height: 104px;
29113 margin-right: 8px;
29114 margin-bottom: 8px;
29115 text-align: center;
29116 vertical-align: top;
29117 background-color: #fafafa;
29118 border: 1px dashed #d9d9d9;
29119 border-radius: 2px;
29120 cursor: pointer;
29121 transition: border-color 0.3s;
29122}
29123.ant-upload.ant-upload-select-picture-card > .ant-upload {
29124 display: flex;
29125 align-items: center;
29126 justify-content: center;
29127 height: 100%;
29128 text-align: center;
29129}
29130.ant-upload.ant-upload-select-picture-card:hover {
29131 border-color: var(--ant-primary-color);
29132}
29133.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
29134 border-color: #d9d9d9;
29135}
29136.ant-upload.ant-upload-drag {
29137 position: relative;
29138 width: 100%;
29139 height: 100%;
29140 text-align: center;
29141 background: #fafafa;
29142 border: 1px dashed #d9d9d9;
29143 border-radius: 2px;
29144 cursor: pointer;
29145 transition: border-color 0.3s;
29146}
29147.ant-upload.ant-upload-drag .ant-upload {
29148 padding: 16px 0;
29149}
29150.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
29151 border-color: var(--ant-primary-7);
29152}
29153.ant-upload.ant-upload-drag.ant-upload-disabled {
29154 cursor: not-allowed;
29155}
29156.ant-upload.ant-upload-drag .ant-upload-btn {
29157 display: table;
29158 height: 100%;
29159}
29160.ant-upload.ant-upload-drag .ant-upload-drag-container {
29161 display: table-cell;
29162 vertical-align: middle;
29163}
29164.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
29165 border-color: var(--ant-primary-5);
29166}
29167.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
29168 margin-bottom: 20px;
29169}
29170.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
29171 color: var(--ant-primary-5);
29172 font-size: 48px;
29173}
29174.ant-upload.ant-upload-drag p.ant-upload-text {
29175 margin: 0 0 4px;
29176 color: rgba(0, 0, 0, 0.85);
29177 font-size: 16px;
29178}
29179.ant-upload.ant-upload-drag p.ant-upload-hint {
29180 color: rgba(0, 0, 0, 0.45);
29181 font-size: 14px;
29182}
29183.ant-upload.ant-upload-drag .anticon-plus {
29184 color: rgba(0, 0, 0, 0.25);
29185 font-size: 30px;
29186 transition: all 0.3s;
29187}
29188.ant-upload.ant-upload-drag .anticon-plus:hover {
29189 color: rgba(0, 0, 0, 0.45);
29190}
29191.ant-upload.ant-upload-drag:hover .anticon-plus {
29192 color: rgba(0, 0, 0, 0.45);
29193}
29194.ant-upload-picture-card-wrapper {
29195 display: inline-block;
29196 width: 100%;
29197}
29198.ant-upload-picture-card-wrapper::before {
29199 display: table;
29200 content: '';
29201}
29202.ant-upload-picture-card-wrapper::after {
29203 display: table;
29204 clear: both;
29205 content: '';
29206}
29207.ant-upload-list {
29208 box-sizing: border-box;
29209 margin: 0;
29210 padding: 0;
29211 color: rgba(0, 0, 0, 0.85);
29212 font-size: 14px;
29213 font-variant: tabular-nums;
29214 list-style: none;
29215 font-feature-settings: 'tnum';
29216 line-height: 1.5715;
29217}
29218.ant-upload-list::before {
29219 display: table;
29220 content: '';
29221}
29222.ant-upload-list::after {
29223 display: table;
29224 clear: both;
29225 content: '';
29226}
29227.ant-upload-list-item {
29228 position: relative;
29229 height: 22.001px;
29230 margin-top: 8px;
29231 font-size: 14px;
29232}
29233.ant-upload-list-item-name {
29234 display: inline-block;
29235 width: 100%;
29236 padding-left: 22px;
29237 overflow: hidden;
29238 line-height: 1.5715;
29239 white-space: nowrap;
29240 text-overflow: ellipsis;
29241}
29242.ant-upload-list-item-card-actions {
29243 position: absolute;
29244 right: 0;
29245}
29246.ant-upload-list-item-card-actions-btn {
29247 opacity: 0;
29248}
29249.ant-upload-list-item-card-actions-btn.ant-btn-sm {
29250 height: 22.001px;
29251 line-height: 1;
29252 vertical-align: top;
29253}
29254.ant-upload-list-item-card-actions.picture {
29255 top: 22px;
29256 line-height: 0;
29257}
29258.ant-upload-list-item-card-actions-btn:focus,
29259.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
29260 opacity: 1;
29261}
29262.ant-upload-list-item-card-actions .anticon {
29263 color: rgba(0, 0, 0, 0.45);
29264 transition: all 0.3s;
29265}
29266.ant-upload-list-item-card-actions:hover .anticon {
29267 color: rgba(0, 0, 0, 0.85);
29268}
29269.ant-upload-list-item-info {
29270 height: 100%;
29271 transition: background-color 0.3s;
29272}
29273.ant-upload-list-item-info > span {
29274 display: block;
29275 width: 100%;
29276 height: 100%;
29277}
29278.ant-upload-list-item-info .anticon-loading .anticon,
29279.ant-upload-list-item-info .ant-upload-text-icon .anticon {
29280 position: absolute;
29281 top: 5px;
29282 color: rgba(0, 0, 0, 0.45);
29283 font-size: 14px;
29284}
29285.ant-upload-list-item:hover .ant-upload-list-item-info {
29286 background-color: #f5f5f5;
29287}
29288.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
29289 opacity: 1;
29290}
29291.ant-upload-list-item-error,
29292.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
29293.ant-upload-list-item-error .ant-upload-list-item-name {
29294 color: var(--ant-error-color);
29295}
29296.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
29297 color: var(--ant-error-color);
29298}
29299.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
29300 opacity: 1;
29301}
29302.ant-upload-list-item-progress {
29303 position: absolute;
29304 bottom: -12px;
29305 width: 100%;
29306 padding-left: 26px;
29307 font-size: 14px;
29308 line-height: 0;
29309}
29310.ant-upload-list-picture .ant-upload-list-item,
29311.ant-upload-list-picture-card .ant-upload-list-item {
29312 position: relative;
29313 height: 66px;
29314 padding: 8px;
29315 border: 1px solid #d9d9d9;
29316 border-radius: 2px;
29317}
29318.ant-upload-list-picture .ant-upload-list-item:hover,
29319.ant-upload-list-picture-card .ant-upload-list-item:hover {
29320 background: transparent;
29321}
29322.ant-upload-list-picture .ant-upload-list-item-error,
29323.ant-upload-list-picture-card .ant-upload-list-item-error {
29324 border-color: var(--ant-error-color);
29325}
29326.ant-upload-list-picture .ant-upload-list-item-info,
29327.ant-upload-list-picture-card .ant-upload-list-item-info {
29328 padding: 0;
29329}
29330.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
29331.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
29332 background: transparent;
29333}
29334.ant-upload-list-picture .ant-upload-list-item-uploading,
29335.ant-upload-list-picture-card .ant-upload-list-item-uploading {
29336 border-style: dashed;
29337}
29338.ant-upload-list-picture .ant-upload-list-item-thumbnail,
29339.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
29340 width: 48px;
29341 height: 48px;
29342 line-height: 60px;
29343 text-align: center;
29344 opacity: 0.8;
29345}
29346.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
29347.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
29348 font-size: 26px;
29349}
29350.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
29351.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
29352 fill: var(--ant-error-color-deprecated-bg);
29353}
29354.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
29355.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
29356 fill: var(--ant-error-color);
29357}
29358.ant-upload-list-picture .ant-upload-list-item-icon,
29359.ant-upload-list-picture-card .ant-upload-list-item-icon {
29360 position: absolute;
29361 top: 50%;
29362 left: 50%;
29363 font-size: 26px;
29364 transform: translate(-50%, -50%);
29365}
29366.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
29367.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
29368 font-size: 26px;
29369}
29370.ant-upload-list-picture .ant-upload-list-item-image,
29371.ant-upload-list-picture-card .ant-upload-list-item-image {
29372 max-width: 100%;
29373}
29374.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
29375.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
29376 display: block;
29377 width: 48px;
29378 height: 48px;
29379 overflow: hidden;
29380}
29381.ant-upload-list-picture .ant-upload-list-item-name,
29382.ant-upload-list-picture-card .ant-upload-list-item-name {
29383 display: inline-block;
29384 box-sizing: border-box;
29385 max-width: 100%;
29386 margin: 0 0 0 8px;
29387 padding-right: 8px;
29388 padding-left: 48px;
29389 overflow: hidden;
29390 line-height: 44px;
29391 white-space: nowrap;
29392 text-overflow: ellipsis;
29393 transition: all 0.3s;
29394}
29395.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
29396.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
29397 margin-bottom: 12px;
29398}
29399.ant-upload-list-picture .ant-upload-list-item-progress,
29400.ant-upload-list-picture-card .ant-upload-list-item-progress {
29401 bottom: 14px;
29402 width: calc(100% - 24px);
29403 margin-top: 0;
29404 padding-left: 56px;
29405}
29406.ant-upload-list-picture-card-container {
29407 display: inline-block;
29408 width: 104px;
29409 height: 104px;
29410 margin: 0 8px 8px 0;
29411 vertical-align: top;
29412}
29413.ant-upload-list-picture-card .ant-upload-list-item {
29414 height: 100%;
29415 margin: 0;
29416}
29417.ant-upload-list-picture-card .ant-upload-list-item-info {
29418 position: relative;
29419 height: 100%;
29420 overflow: hidden;
29421}
29422.ant-upload-list-picture-card .ant-upload-list-item-info::before {
29423 position: absolute;
29424 z-index: 1;
29425 width: 100%;
29426 height: 100%;
29427 background-color: rgba(0, 0, 0, 0.5);
29428 opacity: 0;
29429 transition: all 0.3s;
29430 content: ' ';
29431}
29432.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
29433 opacity: 1;
29434}
29435.ant-upload-list-picture-card .ant-upload-list-item-actions {
29436 position: absolute;
29437 top: 50%;
29438 left: 50%;
29439 z-index: 10;
29440 white-space: nowrap;
29441 transform: translate(-50%, -50%);
29442 opacity: 0;
29443 transition: all 0.3s;
29444}
29445.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
29446.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
29447.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
29448 z-index: 10;
29449 width: 16px;
29450 margin: 0 4px;
29451 color: rgba(255, 255, 255, 0.85);
29452 font-size: 16px;
29453 cursor: pointer;
29454 transition: all 0.3s;
29455}
29456.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
29457.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
29458.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
29459 color: #fff;
29460}
29461.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
29462.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
29463 opacity: 1;
29464}
29465.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
29466.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
29467 position: static;
29468 display: block;
29469 width: 100%;
29470 height: 100%;
29471 -o-object-fit: contain;
29472 object-fit: contain;
29473}
29474.ant-upload-list-picture-card .ant-upload-list-item-name {
29475 display: none;
29476 margin: 8px 0 0;
29477 padding: 0;
29478 line-height: 1.5715;
29479 text-align: center;
29480}
29481.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
29482 position: absolute;
29483 bottom: 10px;
29484 display: block;
29485}
29486.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
29487 background-color: #fafafa;
29488}
29489.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
29490 height: auto;
29491}
29492.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
29493.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
29494.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
29495 display: none;
29496}
29497.ant-upload-list-picture-card .ant-upload-list-item-progress {
29498 bottom: 32px;
29499 width: calc(100% - 14px);
29500 padding-left: 0;
29501}
29502.ant-upload-list-text-container,
29503.ant-upload-list-picture-container {
29504 transition: opacity 0.3s, height 0.3s;
29505}
29506.ant-upload-list-text-container::before,
29507.ant-upload-list-picture-container::before {
29508 display: table;
29509 width: 0;
29510 height: 0;
29511 content: '';
29512}
29513.ant-upload-list-text-container .ant-upload-span,
29514.ant-upload-list-picture-container .ant-upload-span {
29515 display: block;
29516 flex: auto;
29517}
29518.ant-upload-list-text .ant-upload-span,
29519.ant-upload-list-picture .ant-upload-span {
29520 display: flex;
29521 align-items: center;
29522}
29523.ant-upload-list-text .ant-upload-span > *,
29524.ant-upload-list-picture .ant-upload-span > * {
29525 flex: none;
29526}
29527.ant-upload-list-text .ant-upload-list-item-name,
29528.ant-upload-list-picture .ant-upload-list-item-name {
29529 flex: auto;
29530 margin: 0;
29531 padding: 0 8px;
29532}
29533.ant-upload-list-text .ant-upload-list-item-card-actions,
29534.ant-upload-list-picture .ant-upload-list-item-card-actions {
29535 position: static;
29536}
29537.ant-upload-list-text .ant-upload-text-icon .anticon {
29538 position: static;
29539}
29540.ant-upload-list .ant-upload-animate-inline-appear,
29541.ant-upload-list .ant-upload-animate-inline-enter,
29542.ant-upload-list .ant-upload-animate-inline-leave {
29543 animation-duration: 0.3s;
29544 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
29545 animation-fill-mode: forwards;
29546}
29547.ant-upload-list .ant-upload-animate-inline-appear,
29548.ant-upload-list .ant-upload-animate-inline-enter {
29549 animation-name: uploadAnimateInlineIn;
29550}
29551.ant-upload-list .ant-upload-animate-inline-leave {
29552 animation-name: uploadAnimateInlineOut;
29553}
29554@keyframes uploadAnimateInlineIn {
29555 from {
29556 width: 0;
29557 height: 0;
29558 margin: 0;
29559 padding: 0;
29560 opacity: 0;
29561 }
29562}
29563@keyframes uploadAnimateInlineOut {
29564 to {
29565 width: 0;
29566 height: 0;
29567 margin: 0;
29568 padding: 0;
29569 opacity: 0;
29570 }
29571}
29572.ant-upload-rtl {
29573 direction: rtl;
29574}
29575.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
29576 margin-right: auto;
29577 margin-left: 8px;
29578}
29579.ant-upload-list-rtl {
29580 direction: rtl;
29581}
29582.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
29583 padding-right: 22px;
29584 padding-left: 14px;
29585}
29586.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
29587 padding-right: 22px;
29588 padding-left: 28px;
29589}
29590.ant-upload-list-rtl .ant-upload-list-item-name {
29591 padding-right: 22px;
29592 padding-left: 0;
29593}
29594.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
29595 padding-left: 14px;
29596}
29597.ant-upload-list-rtl .ant-upload-list-item-card-actions {
29598 right: auto;
29599 left: 0;
29600}
29601.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
29602 padding-right: 0;
29603 padding-left: 5px;
29604}
29605.ant-upload-list-rtl .ant-upload-list-item-info {
29606 padding: 0 4px 0 12px;
29607}
29608.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
29609 padding-right: 0;
29610 padding-left: 5px;
29611}
29612.ant-upload-list-rtl .ant-upload-list-item-progress {
29613 padding-right: 26px;
29614 padding-left: 0;
29615}
29616.ant-upload-list-picture .ant-upload-list-item-info,
29617.ant-upload-list-picture-card .ant-upload-list-item-info {
29618 padding: 0;
29619}
29620.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
29621.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
29622 right: 8px;
29623 left: auto;
29624}
29625.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
29626.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
29627 right: 50%;
29628 left: auto;
29629 transform: translate(50%, -50%);
29630}
29631.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
29632.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
29633 margin: 0 8px 0 0;
29634 padding-right: 48px;
29635 padding-left: 8px;
29636}
29637.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
29638.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
29639 padding-right: 48px;
29640 padding-left: 18px;
29641}
29642.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
29643.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
29644 padding-right: 48px;
29645 padding-left: 36px;
29646}
29647.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
29648.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
29649 padding-right: 0;
29650 padding-left: 0;
29651}
29652.ant-upload-list-rtl .ant-upload-list-picture-card-container {
29653 margin: 0 0 8px 8px;
29654}
29655.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
29656 right: 50%;
29657 left: auto;
29658 transform: translate(50%, -50%);
29659}
29660.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
29661 margin: 8px 0 0;
29662 padding: 0;
29663}
29664
29665
29666/*# sourceMappingURL=antd.variable.css.map*/
\No newline at end of file