UNPKG

798 kBCSSView Raw
1/*!
2 *
3 * antd v4.18.4
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-block;
372 color: inherit;
373 font-style: normal;
374 line-height: 0;
375 text-align: center;
376 text-transform: none;
377 vertical-align: -0.125em;
378 text-rendering: optimizeLegibility;
379 -webkit-font-smoothing: antialiased;
380 -moz-osx-font-smoothing: grayscale;
381}
382.anticon > * {
383 line-height: 1;
384}
385.anticon svg {
386 display: inline-block;
387}
388.anticon::before {
389 display: none;
390}
391.anticon .anticon-icon {
392 display: block;
393}
394.anticon > .anticon {
395 line-height: 0;
396 vertical-align: 0;
397}
398.anticon[tabindex] {
399 cursor: pointer;
400}
401.anticon-spin::before {
402 display: inline-block;
403 -webkit-animation: loadingCircle 1s infinite linear;
404 animation: loadingCircle 1s infinite linear;
405}
406.anticon-spin {
407 display: inline-block;
408 -webkit-animation: loadingCircle 1s infinite linear;
409 animation: loadingCircle 1s infinite linear;
410}
411.ant-fade-enter,
412.ant-fade-appear {
413 -webkit-animation-duration: 0.2s;
414 animation-duration: 0.2s;
415 -webkit-animation-fill-mode: both;
416 animation-fill-mode: both;
417 -webkit-animation-play-state: paused;
418 animation-play-state: paused;
419}
420.ant-fade-leave {
421 -webkit-animation-duration: 0.2s;
422 animation-duration: 0.2s;
423 -webkit-animation-fill-mode: both;
424 animation-fill-mode: both;
425 -webkit-animation-play-state: paused;
426 animation-play-state: paused;
427}
428.ant-fade-enter.ant-fade-enter-active,
429.ant-fade-appear.ant-fade-appear-active {
430 -webkit-animation-name: antFadeIn;
431 animation-name: antFadeIn;
432 -webkit-animation-play-state: running;
433 animation-play-state: running;
434}
435.ant-fade-leave.ant-fade-leave-active {
436 -webkit-animation-name: antFadeOut;
437 animation-name: antFadeOut;
438 -webkit-animation-play-state: running;
439 animation-play-state: running;
440 pointer-events: none;
441}
442.ant-fade-enter,
443.ant-fade-appear {
444 opacity: 0;
445 -webkit-animation-timing-function: linear;
446 animation-timing-function: linear;
447}
448.ant-fade-leave {
449 -webkit-animation-timing-function: linear;
450 animation-timing-function: linear;
451}
452@-webkit-keyframes antFadeIn {
453 0% {
454 opacity: 0;
455 }
456 100% {
457 opacity: 1;
458 }
459}
460@keyframes antFadeIn {
461 0% {
462 opacity: 0;
463 }
464 100% {
465 opacity: 1;
466 }
467}
468@-webkit-keyframes antFadeOut {
469 0% {
470 opacity: 1;
471 }
472 100% {
473 opacity: 0;
474 }
475}
476@keyframes antFadeOut {
477 0% {
478 opacity: 1;
479 }
480 100% {
481 opacity: 0;
482 }
483}
484.ant-move-up-enter,
485.ant-move-up-appear {
486 -webkit-animation-duration: 0.2s;
487 animation-duration: 0.2s;
488 -webkit-animation-fill-mode: both;
489 animation-fill-mode: both;
490 -webkit-animation-play-state: paused;
491 animation-play-state: paused;
492}
493.ant-move-up-leave {
494 -webkit-animation-duration: 0.2s;
495 animation-duration: 0.2s;
496 -webkit-animation-fill-mode: both;
497 animation-fill-mode: both;
498 -webkit-animation-play-state: paused;
499 animation-play-state: paused;
500}
501.ant-move-up-enter.ant-move-up-enter-active,
502.ant-move-up-appear.ant-move-up-appear-active {
503 -webkit-animation-name: antMoveUpIn;
504 animation-name: antMoveUpIn;
505 -webkit-animation-play-state: running;
506 animation-play-state: running;
507}
508.ant-move-up-leave.ant-move-up-leave-active {
509 -webkit-animation-name: antMoveUpOut;
510 animation-name: antMoveUpOut;
511 -webkit-animation-play-state: running;
512 animation-play-state: running;
513 pointer-events: none;
514}
515.ant-move-up-enter,
516.ant-move-up-appear {
517 opacity: 0;
518 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
519 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
520}
521.ant-move-up-leave {
522 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
523 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
524}
525.ant-move-down-enter,
526.ant-move-down-appear {
527 -webkit-animation-duration: 0.2s;
528 animation-duration: 0.2s;
529 -webkit-animation-fill-mode: both;
530 animation-fill-mode: both;
531 -webkit-animation-play-state: paused;
532 animation-play-state: paused;
533}
534.ant-move-down-leave {
535 -webkit-animation-duration: 0.2s;
536 animation-duration: 0.2s;
537 -webkit-animation-fill-mode: both;
538 animation-fill-mode: both;
539 -webkit-animation-play-state: paused;
540 animation-play-state: paused;
541}
542.ant-move-down-enter.ant-move-down-enter-active,
543.ant-move-down-appear.ant-move-down-appear-active {
544 -webkit-animation-name: antMoveDownIn;
545 animation-name: antMoveDownIn;
546 -webkit-animation-play-state: running;
547 animation-play-state: running;
548}
549.ant-move-down-leave.ant-move-down-leave-active {
550 -webkit-animation-name: antMoveDownOut;
551 animation-name: antMoveDownOut;
552 -webkit-animation-play-state: running;
553 animation-play-state: running;
554 pointer-events: none;
555}
556.ant-move-down-enter,
557.ant-move-down-appear {
558 opacity: 0;
559 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
560 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
561}
562.ant-move-down-leave {
563 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
564 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
565}
566.ant-move-left-enter,
567.ant-move-left-appear {
568 -webkit-animation-duration: 0.2s;
569 animation-duration: 0.2s;
570 -webkit-animation-fill-mode: both;
571 animation-fill-mode: both;
572 -webkit-animation-play-state: paused;
573 animation-play-state: paused;
574}
575.ant-move-left-leave {
576 -webkit-animation-duration: 0.2s;
577 animation-duration: 0.2s;
578 -webkit-animation-fill-mode: both;
579 animation-fill-mode: both;
580 -webkit-animation-play-state: paused;
581 animation-play-state: paused;
582}
583.ant-move-left-enter.ant-move-left-enter-active,
584.ant-move-left-appear.ant-move-left-appear-active {
585 -webkit-animation-name: antMoveLeftIn;
586 animation-name: antMoveLeftIn;
587 -webkit-animation-play-state: running;
588 animation-play-state: running;
589}
590.ant-move-left-leave.ant-move-left-leave-active {
591 -webkit-animation-name: antMoveLeftOut;
592 animation-name: antMoveLeftOut;
593 -webkit-animation-play-state: running;
594 animation-play-state: running;
595 pointer-events: none;
596}
597.ant-move-left-enter,
598.ant-move-left-appear {
599 opacity: 0;
600 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
601 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
602}
603.ant-move-left-leave {
604 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
605 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
606}
607.ant-move-right-enter,
608.ant-move-right-appear {
609 -webkit-animation-duration: 0.2s;
610 animation-duration: 0.2s;
611 -webkit-animation-fill-mode: both;
612 animation-fill-mode: both;
613 -webkit-animation-play-state: paused;
614 animation-play-state: paused;
615}
616.ant-move-right-leave {
617 -webkit-animation-duration: 0.2s;
618 animation-duration: 0.2s;
619 -webkit-animation-fill-mode: both;
620 animation-fill-mode: both;
621 -webkit-animation-play-state: paused;
622 animation-play-state: paused;
623}
624.ant-move-right-enter.ant-move-right-enter-active,
625.ant-move-right-appear.ant-move-right-appear-active {
626 -webkit-animation-name: antMoveRightIn;
627 animation-name: antMoveRightIn;
628 -webkit-animation-play-state: running;
629 animation-play-state: running;
630}
631.ant-move-right-leave.ant-move-right-leave-active {
632 -webkit-animation-name: antMoveRightOut;
633 animation-name: antMoveRightOut;
634 -webkit-animation-play-state: running;
635 animation-play-state: running;
636 pointer-events: none;
637}
638.ant-move-right-enter,
639.ant-move-right-appear {
640 opacity: 0;
641 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
642 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
643}
644.ant-move-right-leave {
645 -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
646 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
647}
648@-webkit-keyframes antMoveDownIn {
649 0% {
650 transform: translateY(100%);
651 transform-origin: 0 0;
652 opacity: 0;
653 }
654 100% {
655 transform: translateY(0%);
656 transform-origin: 0 0;
657 opacity: 1;
658 }
659}
660@keyframes antMoveDownIn {
661 0% {
662 transform: translateY(100%);
663 transform-origin: 0 0;
664 opacity: 0;
665 }
666 100% {
667 transform: translateY(0%);
668 transform-origin: 0 0;
669 opacity: 1;
670 }
671}
672@-webkit-keyframes antMoveDownOut {
673 0% {
674 transform: translateY(0%);
675 transform-origin: 0 0;
676 opacity: 1;
677 }
678 100% {
679 transform: translateY(100%);
680 transform-origin: 0 0;
681 opacity: 0;
682 }
683}
684@keyframes antMoveDownOut {
685 0% {
686 transform: translateY(0%);
687 transform-origin: 0 0;
688 opacity: 1;
689 }
690 100% {
691 transform: translateY(100%);
692 transform-origin: 0 0;
693 opacity: 0;
694 }
695}
696@-webkit-keyframes antMoveLeftIn {
697 0% {
698 transform: translateX(-100%);
699 transform-origin: 0 0;
700 opacity: 0;
701 }
702 100% {
703 transform: translateX(0%);
704 transform-origin: 0 0;
705 opacity: 1;
706 }
707}
708@keyframes antMoveLeftIn {
709 0% {
710 transform: translateX(-100%);
711 transform-origin: 0 0;
712 opacity: 0;
713 }
714 100% {
715 transform: translateX(0%);
716 transform-origin: 0 0;
717 opacity: 1;
718 }
719}
720@-webkit-keyframes antMoveLeftOut {
721 0% {
722 transform: translateX(0%);
723 transform-origin: 0 0;
724 opacity: 1;
725 }
726 100% {
727 transform: translateX(-100%);
728 transform-origin: 0 0;
729 opacity: 0;
730 }
731}
732@keyframes antMoveLeftOut {
733 0% {
734 transform: translateX(0%);
735 transform-origin: 0 0;
736 opacity: 1;
737 }
738 100% {
739 transform: translateX(-100%);
740 transform-origin: 0 0;
741 opacity: 0;
742 }
743}
744@-webkit-keyframes antMoveRightIn {
745 0% {
746 transform: translateX(100%);
747 transform-origin: 0 0;
748 opacity: 0;
749 }
750 100% {
751 transform: translateX(0%);
752 transform-origin: 0 0;
753 opacity: 1;
754 }
755}
756@keyframes antMoveRightIn {
757 0% {
758 transform: translateX(100%);
759 transform-origin: 0 0;
760 opacity: 0;
761 }
762 100% {
763 transform: translateX(0%);
764 transform-origin: 0 0;
765 opacity: 1;
766 }
767}
768@-webkit-keyframes antMoveRightOut {
769 0% {
770 transform: translateX(0%);
771 transform-origin: 0 0;
772 opacity: 1;
773 }
774 100% {
775 transform: translateX(100%);
776 transform-origin: 0 0;
777 opacity: 0;
778 }
779}
780@keyframes antMoveRightOut {
781 0% {
782 transform: translateX(0%);
783 transform-origin: 0 0;
784 opacity: 1;
785 }
786 100% {
787 transform: translateX(100%);
788 transform-origin: 0 0;
789 opacity: 0;
790 }
791}
792@-webkit-keyframes antMoveUpIn {
793 0% {
794 transform: translateY(-100%);
795 transform-origin: 0 0;
796 opacity: 0;
797 }
798 100% {
799 transform: translateY(0%);
800 transform-origin: 0 0;
801 opacity: 1;
802 }
803}
804@keyframes antMoveUpIn {
805 0% {
806 transform: translateY(-100%);
807 transform-origin: 0 0;
808 opacity: 0;
809 }
810 100% {
811 transform: translateY(0%);
812 transform-origin: 0 0;
813 opacity: 1;
814 }
815}
816@-webkit-keyframes antMoveUpOut {
817 0% {
818 transform: translateY(0%);
819 transform-origin: 0 0;
820 opacity: 1;
821 }
822 100% {
823 transform: translateY(-100%);
824 transform-origin: 0 0;
825 opacity: 0;
826 }
827}
828@keyframes antMoveUpOut {
829 0% {
830 transform: translateY(0%);
831 transform-origin: 0 0;
832 opacity: 1;
833 }
834 100% {
835 transform: translateY(-100%);
836 transform-origin: 0 0;
837 opacity: 0;
838 }
839}
840@-webkit-keyframes loadingCircle {
841 100% {
842 transform: rotate(360deg);
843 }
844}
845@keyframes loadingCircle {
846 100% {
847 transform: rotate(360deg);
848 }
849}
850[ant-click-animating='true'],
851[ant-click-animating-without-extra-node='true'] {
852 position: relative;
853}
854html {
855 --antd-wave-shadow-color: var(--ant-primary-color);
856 --scroll-bar: 0;
857}
858[ant-click-animating-without-extra-node='true']::after,
859.ant-click-animating-node {
860 position: absolute;
861 top: 0;
862 right: 0;
863 bottom: 0;
864 left: 0;
865 display: block;
866 border-radius: inherit;
867 box-shadow: 0 0 0 0 var(--ant-primary-color);
868 box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
869 opacity: 0.2;
870 -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
871 animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
872 -webkit-animation-fill-mode: forwards;
873 animation-fill-mode: forwards;
874 content: '';
875 pointer-events: none;
876}
877@-webkit-keyframes waveEffect {
878 100% {
879 box-shadow: 0 0 0 var(--ant-primary-color);
880 box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
881 }
882}
883@keyframes waveEffect {
884 100% {
885 box-shadow: 0 0 0 var(--ant-primary-color);
886 box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
887 }
888}
889@-webkit-keyframes fadeEffect {
890 100% {
891 opacity: 0;
892 }
893}
894@keyframes fadeEffect {
895 100% {
896 opacity: 0;
897 }
898}
899.ant-slide-up-enter,
900.ant-slide-up-appear {
901 -webkit-animation-duration: 0.2s;
902 animation-duration: 0.2s;
903 -webkit-animation-fill-mode: both;
904 animation-fill-mode: both;
905 -webkit-animation-play-state: paused;
906 animation-play-state: paused;
907}
908.ant-slide-up-leave {
909 -webkit-animation-duration: 0.2s;
910 animation-duration: 0.2s;
911 -webkit-animation-fill-mode: both;
912 animation-fill-mode: both;
913 -webkit-animation-play-state: paused;
914 animation-play-state: paused;
915}
916.ant-slide-up-enter.ant-slide-up-enter-active,
917.ant-slide-up-appear.ant-slide-up-appear-active {
918 -webkit-animation-name: antSlideUpIn;
919 animation-name: antSlideUpIn;
920 -webkit-animation-play-state: running;
921 animation-play-state: running;
922}
923.ant-slide-up-leave.ant-slide-up-leave-active {
924 -webkit-animation-name: antSlideUpOut;
925 animation-name: antSlideUpOut;
926 -webkit-animation-play-state: running;
927 animation-play-state: running;
928 pointer-events: none;
929}
930.ant-slide-up-enter,
931.ant-slide-up-appear {
932 opacity: 0;
933 -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
934 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
935}
936.ant-slide-up-leave {
937 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
938 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
939}
940.ant-slide-down-enter,
941.ant-slide-down-appear {
942 -webkit-animation-duration: 0.2s;
943 animation-duration: 0.2s;
944 -webkit-animation-fill-mode: both;
945 animation-fill-mode: both;
946 -webkit-animation-play-state: paused;
947 animation-play-state: paused;
948}
949.ant-slide-down-leave {
950 -webkit-animation-duration: 0.2s;
951 animation-duration: 0.2s;
952 -webkit-animation-fill-mode: both;
953 animation-fill-mode: both;
954 -webkit-animation-play-state: paused;
955 animation-play-state: paused;
956}
957.ant-slide-down-enter.ant-slide-down-enter-active,
958.ant-slide-down-appear.ant-slide-down-appear-active {
959 -webkit-animation-name: antSlideDownIn;
960 animation-name: antSlideDownIn;
961 -webkit-animation-play-state: running;
962 animation-play-state: running;
963}
964.ant-slide-down-leave.ant-slide-down-leave-active {
965 -webkit-animation-name: antSlideDownOut;
966 animation-name: antSlideDownOut;
967 -webkit-animation-play-state: running;
968 animation-play-state: running;
969 pointer-events: none;
970}
971.ant-slide-down-enter,
972.ant-slide-down-appear {
973 opacity: 0;
974 -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
975 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
976}
977.ant-slide-down-leave {
978 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
979 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
980}
981.ant-slide-left-enter,
982.ant-slide-left-appear {
983 -webkit-animation-duration: 0.2s;
984 animation-duration: 0.2s;
985 -webkit-animation-fill-mode: both;
986 animation-fill-mode: both;
987 -webkit-animation-play-state: paused;
988 animation-play-state: paused;
989}
990.ant-slide-left-leave {
991 -webkit-animation-duration: 0.2s;
992 animation-duration: 0.2s;
993 -webkit-animation-fill-mode: both;
994 animation-fill-mode: both;
995 -webkit-animation-play-state: paused;
996 animation-play-state: paused;
997}
998.ant-slide-left-enter.ant-slide-left-enter-active,
999.ant-slide-left-appear.ant-slide-left-appear-active {
1000 -webkit-animation-name: antSlideLeftIn;
1001 animation-name: antSlideLeftIn;
1002 -webkit-animation-play-state: running;
1003 animation-play-state: running;
1004}
1005.ant-slide-left-leave.ant-slide-left-leave-active {
1006 -webkit-animation-name: antSlideLeftOut;
1007 animation-name: antSlideLeftOut;
1008 -webkit-animation-play-state: running;
1009 animation-play-state: running;
1010 pointer-events: none;
1011}
1012.ant-slide-left-enter,
1013.ant-slide-left-appear {
1014 opacity: 0;
1015 -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1016 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1017}
1018.ant-slide-left-leave {
1019 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1020 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1021}
1022.ant-slide-right-enter,
1023.ant-slide-right-appear {
1024 -webkit-animation-duration: 0.2s;
1025 animation-duration: 0.2s;
1026 -webkit-animation-fill-mode: both;
1027 animation-fill-mode: both;
1028 -webkit-animation-play-state: paused;
1029 animation-play-state: paused;
1030}
1031.ant-slide-right-leave {
1032 -webkit-animation-duration: 0.2s;
1033 animation-duration: 0.2s;
1034 -webkit-animation-fill-mode: both;
1035 animation-fill-mode: both;
1036 -webkit-animation-play-state: paused;
1037 animation-play-state: paused;
1038}
1039.ant-slide-right-enter.ant-slide-right-enter-active,
1040.ant-slide-right-appear.ant-slide-right-appear-active {
1041 -webkit-animation-name: antSlideRightIn;
1042 animation-name: antSlideRightIn;
1043 -webkit-animation-play-state: running;
1044 animation-play-state: running;
1045}
1046.ant-slide-right-leave.ant-slide-right-leave-active {
1047 -webkit-animation-name: antSlideRightOut;
1048 animation-name: antSlideRightOut;
1049 -webkit-animation-play-state: running;
1050 animation-play-state: running;
1051 pointer-events: none;
1052}
1053.ant-slide-right-enter,
1054.ant-slide-right-appear {
1055 opacity: 0;
1056 -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1057 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1058}
1059.ant-slide-right-leave {
1060 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1061 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1062}
1063@-webkit-keyframes antSlideUpIn {
1064 0% {
1065 transform: scaleY(0.8);
1066 transform-origin: 0% 0%;
1067 opacity: 0;
1068 }
1069 100% {
1070 transform: scaleY(1);
1071 transform-origin: 0% 0%;
1072 opacity: 1;
1073 }
1074}
1075@keyframes antSlideUpIn {
1076 0% {
1077 transform: scaleY(0.8);
1078 transform-origin: 0% 0%;
1079 opacity: 0;
1080 }
1081 100% {
1082 transform: scaleY(1);
1083 transform-origin: 0% 0%;
1084 opacity: 1;
1085 }
1086}
1087@-webkit-keyframes antSlideUpOut {
1088 0% {
1089 transform: scaleY(1);
1090 transform-origin: 0% 0%;
1091 opacity: 1;
1092 }
1093 100% {
1094 transform: scaleY(0.8);
1095 transform-origin: 0% 0%;
1096 opacity: 0;
1097 }
1098}
1099@keyframes antSlideUpOut {
1100 0% {
1101 transform: scaleY(1);
1102 transform-origin: 0% 0%;
1103 opacity: 1;
1104 }
1105 100% {
1106 transform: scaleY(0.8);
1107 transform-origin: 0% 0%;
1108 opacity: 0;
1109 }
1110}
1111@-webkit-keyframes antSlideDownIn {
1112 0% {
1113 transform: scaleY(0.8);
1114 transform-origin: 100% 100%;
1115 opacity: 0;
1116 }
1117 100% {
1118 transform: scaleY(1);
1119 transform-origin: 100% 100%;
1120 opacity: 1;
1121 }
1122}
1123@keyframes antSlideDownIn {
1124 0% {
1125 transform: scaleY(0.8);
1126 transform-origin: 100% 100%;
1127 opacity: 0;
1128 }
1129 100% {
1130 transform: scaleY(1);
1131 transform-origin: 100% 100%;
1132 opacity: 1;
1133 }
1134}
1135@-webkit-keyframes antSlideDownOut {
1136 0% {
1137 transform: scaleY(1);
1138 transform-origin: 100% 100%;
1139 opacity: 1;
1140 }
1141 100% {
1142 transform: scaleY(0.8);
1143 transform-origin: 100% 100%;
1144 opacity: 0;
1145 }
1146}
1147@keyframes antSlideDownOut {
1148 0% {
1149 transform: scaleY(1);
1150 transform-origin: 100% 100%;
1151 opacity: 1;
1152 }
1153 100% {
1154 transform: scaleY(0.8);
1155 transform-origin: 100% 100%;
1156 opacity: 0;
1157 }
1158}
1159@-webkit-keyframes antSlideLeftIn {
1160 0% {
1161 transform: scaleX(0.8);
1162 transform-origin: 0% 0%;
1163 opacity: 0;
1164 }
1165 100% {
1166 transform: scaleX(1);
1167 transform-origin: 0% 0%;
1168 opacity: 1;
1169 }
1170}
1171@keyframes antSlideLeftIn {
1172 0% {
1173 transform: scaleX(0.8);
1174 transform-origin: 0% 0%;
1175 opacity: 0;
1176 }
1177 100% {
1178 transform: scaleX(1);
1179 transform-origin: 0% 0%;
1180 opacity: 1;
1181 }
1182}
1183@-webkit-keyframes antSlideLeftOut {
1184 0% {
1185 transform: scaleX(1);
1186 transform-origin: 0% 0%;
1187 opacity: 1;
1188 }
1189 100% {
1190 transform: scaleX(0.8);
1191 transform-origin: 0% 0%;
1192 opacity: 0;
1193 }
1194}
1195@keyframes antSlideLeftOut {
1196 0% {
1197 transform: scaleX(1);
1198 transform-origin: 0% 0%;
1199 opacity: 1;
1200 }
1201 100% {
1202 transform: scaleX(0.8);
1203 transform-origin: 0% 0%;
1204 opacity: 0;
1205 }
1206}
1207@-webkit-keyframes antSlideRightIn {
1208 0% {
1209 transform: scaleX(0.8);
1210 transform-origin: 100% 0%;
1211 opacity: 0;
1212 }
1213 100% {
1214 transform: scaleX(1);
1215 transform-origin: 100% 0%;
1216 opacity: 1;
1217 }
1218}
1219@keyframes antSlideRightIn {
1220 0% {
1221 transform: scaleX(0.8);
1222 transform-origin: 100% 0%;
1223 opacity: 0;
1224 }
1225 100% {
1226 transform: scaleX(1);
1227 transform-origin: 100% 0%;
1228 opacity: 1;
1229 }
1230}
1231@-webkit-keyframes antSlideRightOut {
1232 0% {
1233 transform: scaleX(1);
1234 transform-origin: 100% 0%;
1235 opacity: 1;
1236 }
1237 100% {
1238 transform: scaleX(0.8);
1239 transform-origin: 100% 0%;
1240 opacity: 0;
1241 }
1242}
1243@keyframes antSlideRightOut {
1244 0% {
1245 transform: scaleX(1);
1246 transform-origin: 100% 0%;
1247 opacity: 1;
1248 }
1249 100% {
1250 transform: scaleX(0.8);
1251 transform-origin: 100% 0%;
1252 opacity: 0;
1253 }
1254}
1255.ant-zoom-enter,
1256.ant-zoom-appear {
1257 -webkit-animation-duration: 0.2s;
1258 animation-duration: 0.2s;
1259 -webkit-animation-fill-mode: both;
1260 animation-fill-mode: both;
1261 -webkit-animation-play-state: paused;
1262 animation-play-state: paused;
1263}
1264.ant-zoom-leave {
1265 -webkit-animation-duration: 0.2s;
1266 animation-duration: 0.2s;
1267 -webkit-animation-fill-mode: both;
1268 animation-fill-mode: both;
1269 -webkit-animation-play-state: paused;
1270 animation-play-state: paused;
1271}
1272.ant-zoom-enter.ant-zoom-enter-active,
1273.ant-zoom-appear.ant-zoom-appear-active {
1274 -webkit-animation-name: antZoomIn;
1275 animation-name: antZoomIn;
1276 -webkit-animation-play-state: running;
1277 animation-play-state: running;
1278}
1279.ant-zoom-leave.ant-zoom-leave-active {
1280 -webkit-animation-name: antZoomOut;
1281 animation-name: antZoomOut;
1282 -webkit-animation-play-state: running;
1283 animation-play-state: running;
1284 pointer-events: none;
1285}
1286.ant-zoom-enter,
1287.ant-zoom-appear {
1288 transform: scale(0);
1289 opacity: 0;
1290 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1291 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1292}
1293.ant-zoom-enter-prepare,
1294.ant-zoom-appear-prepare {
1295 transform: none;
1296}
1297.ant-zoom-leave {
1298 -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1299 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1300}
1301.ant-zoom-big-enter,
1302.ant-zoom-big-appear {
1303 -webkit-animation-duration: 0.2s;
1304 animation-duration: 0.2s;
1305 -webkit-animation-fill-mode: both;
1306 animation-fill-mode: both;
1307 -webkit-animation-play-state: paused;
1308 animation-play-state: paused;
1309}
1310.ant-zoom-big-leave {
1311 -webkit-animation-duration: 0.2s;
1312 animation-duration: 0.2s;
1313 -webkit-animation-fill-mode: both;
1314 animation-fill-mode: both;
1315 -webkit-animation-play-state: paused;
1316 animation-play-state: paused;
1317}
1318.ant-zoom-big-enter.ant-zoom-big-enter-active,
1319.ant-zoom-big-appear.ant-zoom-big-appear-active {
1320 -webkit-animation-name: antZoomBigIn;
1321 animation-name: antZoomBigIn;
1322 -webkit-animation-play-state: running;
1323 animation-play-state: running;
1324}
1325.ant-zoom-big-leave.ant-zoom-big-leave-active {
1326 -webkit-animation-name: antZoomBigOut;
1327 animation-name: antZoomBigOut;
1328 -webkit-animation-play-state: running;
1329 animation-play-state: running;
1330 pointer-events: none;
1331}
1332.ant-zoom-big-enter,
1333.ant-zoom-big-appear {
1334 transform: scale(0);
1335 opacity: 0;
1336 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1337 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1338}
1339.ant-zoom-big-enter-prepare,
1340.ant-zoom-big-appear-prepare {
1341 transform: none;
1342}
1343.ant-zoom-big-leave {
1344 -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1345 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1346}
1347.ant-zoom-big-fast-enter,
1348.ant-zoom-big-fast-appear {
1349 -webkit-animation-duration: 0.1s;
1350 animation-duration: 0.1s;
1351 -webkit-animation-fill-mode: both;
1352 animation-fill-mode: both;
1353 -webkit-animation-play-state: paused;
1354 animation-play-state: paused;
1355}
1356.ant-zoom-big-fast-leave {
1357 -webkit-animation-duration: 0.1s;
1358 animation-duration: 0.1s;
1359 -webkit-animation-fill-mode: both;
1360 animation-fill-mode: both;
1361 -webkit-animation-play-state: paused;
1362 animation-play-state: paused;
1363}
1364.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
1365.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
1366 -webkit-animation-name: antZoomBigIn;
1367 animation-name: antZoomBigIn;
1368 -webkit-animation-play-state: running;
1369 animation-play-state: running;
1370}
1371.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
1372 -webkit-animation-name: antZoomBigOut;
1373 animation-name: antZoomBigOut;
1374 -webkit-animation-play-state: running;
1375 animation-play-state: running;
1376 pointer-events: none;
1377}
1378.ant-zoom-big-fast-enter,
1379.ant-zoom-big-fast-appear {
1380 transform: scale(0);
1381 opacity: 0;
1382 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1383 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1384}
1385.ant-zoom-big-fast-enter-prepare,
1386.ant-zoom-big-fast-appear-prepare {
1387 transform: none;
1388}
1389.ant-zoom-big-fast-leave {
1390 -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1391 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1392}
1393.ant-zoom-up-enter,
1394.ant-zoom-up-appear {
1395 -webkit-animation-duration: 0.2s;
1396 animation-duration: 0.2s;
1397 -webkit-animation-fill-mode: both;
1398 animation-fill-mode: both;
1399 -webkit-animation-play-state: paused;
1400 animation-play-state: paused;
1401}
1402.ant-zoom-up-leave {
1403 -webkit-animation-duration: 0.2s;
1404 animation-duration: 0.2s;
1405 -webkit-animation-fill-mode: both;
1406 animation-fill-mode: both;
1407 -webkit-animation-play-state: paused;
1408 animation-play-state: paused;
1409}
1410.ant-zoom-up-enter.ant-zoom-up-enter-active,
1411.ant-zoom-up-appear.ant-zoom-up-appear-active {
1412 -webkit-animation-name: antZoomUpIn;
1413 animation-name: antZoomUpIn;
1414 -webkit-animation-play-state: running;
1415 animation-play-state: running;
1416}
1417.ant-zoom-up-leave.ant-zoom-up-leave-active {
1418 -webkit-animation-name: antZoomUpOut;
1419 animation-name: antZoomUpOut;
1420 -webkit-animation-play-state: running;
1421 animation-play-state: running;
1422 pointer-events: none;
1423}
1424.ant-zoom-up-enter,
1425.ant-zoom-up-appear {
1426 transform: scale(0);
1427 opacity: 0;
1428 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1429 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1430}
1431.ant-zoom-up-enter-prepare,
1432.ant-zoom-up-appear-prepare {
1433 transform: none;
1434}
1435.ant-zoom-up-leave {
1436 -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1437 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1438}
1439.ant-zoom-down-enter,
1440.ant-zoom-down-appear {
1441 -webkit-animation-duration: 0.2s;
1442 animation-duration: 0.2s;
1443 -webkit-animation-fill-mode: both;
1444 animation-fill-mode: both;
1445 -webkit-animation-play-state: paused;
1446 animation-play-state: paused;
1447}
1448.ant-zoom-down-leave {
1449 -webkit-animation-duration: 0.2s;
1450 animation-duration: 0.2s;
1451 -webkit-animation-fill-mode: both;
1452 animation-fill-mode: both;
1453 -webkit-animation-play-state: paused;
1454 animation-play-state: paused;
1455}
1456.ant-zoom-down-enter.ant-zoom-down-enter-active,
1457.ant-zoom-down-appear.ant-zoom-down-appear-active {
1458 -webkit-animation-name: antZoomDownIn;
1459 animation-name: antZoomDownIn;
1460 -webkit-animation-play-state: running;
1461 animation-play-state: running;
1462}
1463.ant-zoom-down-leave.ant-zoom-down-leave-active {
1464 -webkit-animation-name: antZoomDownOut;
1465 animation-name: antZoomDownOut;
1466 -webkit-animation-play-state: running;
1467 animation-play-state: running;
1468 pointer-events: none;
1469}
1470.ant-zoom-down-enter,
1471.ant-zoom-down-appear {
1472 transform: scale(0);
1473 opacity: 0;
1474 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1475 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1476}
1477.ant-zoom-down-enter-prepare,
1478.ant-zoom-down-appear-prepare {
1479 transform: none;
1480}
1481.ant-zoom-down-leave {
1482 -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1483 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1484}
1485.ant-zoom-left-enter,
1486.ant-zoom-left-appear {
1487 -webkit-animation-duration: 0.2s;
1488 animation-duration: 0.2s;
1489 -webkit-animation-fill-mode: both;
1490 animation-fill-mode: both;
1491 -webkit-animation-play-state: paused;
1492 animation-play-state: paused;
1493}
1494.ant-zoom-left-leave {
1495 -webkit-animation-duration: 0.2s;
1496 animation-duration: 0.2s;
1497 -webkit-animation-fill-mode: both;
1498 animation-fill-mode: both;
1499 -webkit-animation-play-state: paused;
1500 animation-play-state: paused;
1501}
1502.ant-zoom-left-enter.ant-zoom-left-enter-active,
1503.ant-zoom-left-appear.ant-zoom-left-appear-active {
1504 -webkit-animation-name: antZoomLeftIn;
1505 animation-name: antZoomLeftIn;
1506 -webkit-animation-play-state: running;
1507 animation-play-state: running;
1508}
1509.ant-zoom-left-leave.ant-zoom-left-leave-active {
1510 -webkit-animation-name: antZoomLeftOut;
1511 animation-name: antZoomLeftOut;
1512 -webkit-animation-play-state: running;
1513 animation-play-state: running;
1514 pointer-events: none;
1515}
1516.ant-zoom-left-enter,
1517.ant-zoom-left-appear {
1518 transform: scale(0);
1519 opacity: 0;
1520 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1521 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1522}
1523.ant-zoom-left-enter-prepare,
1524.ant-zoom-left-appear-prepare {
1525 transform: none;
1526}
1527.ant-zoom-left-leave {
1528 -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1529 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1530}
1531.ant-zoom-right-enter,
1532.ant-zoom-right-appear {
1533 -webkit-animation-duration: 0.2s;
1534 animation-duration: 0.2s;
1535 -webkit-animation-fill-mode: both;
1536 animation-fill-mode: both;
1537 -webkit-animation-play-state: paused;
1538 animation-play-state: paused;
1539}
1540.ant-zoom-right-leave {
1541 -webkit-animation-duration: 0.2s;
1542 animation-duration: 0.2s;
1543 -webkit-animation-fill-mode: both;
1544 animation-fill-mode: both;
1545 -webkit-animation-play-state: paused;
1546 animation-play-state: paused;
1547}
1548.ant-zoom-right-enter.ant-zoom-right-enter-active,
1549.ant-zoom-right-appear.ant-zoom-right-appear-active {
1550 -webkit-animation-name: antZoomRightIn;
1551 animation-name: antZoomRightIn;
1552 -webkit-animation-play-state: running;
1553 animation-play-state: running;
1554}
1555.ant-zoom-right-leave.ant-zoom-right-leave-active {
1556 -webkit-animation-name: antZoomRightOut;
1557 animation-name: antZoomRightOut;
1558 -webkit-animation-play-state: running;
1559 animation-play-state: running;
1560 pointer-events: none;
1561}
1562.ant-zoom-right-enter,
1563.ant-zoom-right-appear {
1564 transform: scale(0);
1565 opacity: 0;
1566 -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1567 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1568}
1569.ant-zoom-right-enter-prepare,
1570.ant-zoom-right-appear-prepare {
1571 transform: none;
1572}
1573.ant-zoom-right-leave {
1574 -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1575 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1576}
1577@-webkit-keyframes antZoomIn {
1578 0% {
1579 transform: scale(0.2);
1580 opacity: 0;
1581 }
1582 100% {
1583 transform: scale(1);
1584 opacity: 1;
1585 }
1586}
1587@keyframes antZoomIn {
1588 0% {
1589 transform: scale(0.2);
1590 opacity: 0;
1591 }
1592 100% {
1593 transform: scale(1);
1594 opacity: 1;
1595 }
1596}
1597@-webkit-keyframes antZoomOut {
1598 0% {
1599 transform: scale(1);
1600 }
1601 100% {
1602 transform: scale(0.2);
1603 opacity: 0;
1604 }
1605}
1606@keyframes antZoomOut {
1607 0% {
1608 transform: scale(1);
1609 }
1610 100% {
1611 transform: scale(0.2);
1612 opacity: 0;
1613 }
1614}
1615@-webkit-keyframes antZoomBigIn {
1616 0% {
1617 transform: scale(0.8);
1618 opacity: 0;
1619 }
1620 100% {
1621 transform: scale(1);
1622 opacity: 1;
1623 }
1624}
1625@keyframes antZoomBigIn {
1626 0% {
1627 transform: scale(0.8);
1628 opacity: 0;
1629 }
1630 100% {
1631 transform: scale(1);
1632 opacity: 1;
1633 }
1634}
1635@-webkit-keyframes antZoomBigOut {
1636 0% {
1637 transform: scale(1);
1638 }
1639 100% {
1640 transform: scale(0.8);
1641 opacity: 0;
1642 }
1643}
1644@keyframes antZoomBigOut {
1645 0% {
1646 transform: scale(1);
1647 }
1648 100% {
1649 transform: scale(0.8);
1650 opacity: 0;
1651 }
1652}
1653@-webkit-keyframes antZoomUpIn {
1654 0% {
1655 transform: scale(0.8);
1656 transform-origin: 50% 0%;
1657 opacity: 0;
1658 }
1659 100% {
1660 transform: scale(1);
1661 transform-origin: 50% 0%;
1662 }
1663}
1664@keyframes antZoomUpIn {
1665 0% {
1666 transform: scale(0.8);
1667 transform-origin: 50% 0%;
1668 opacity: 0;
1669 }
1670 100% {
1671 transform: scale(1);
1672 transform-origin: 50% 0%;
1673 }
1674}
1675@-webkit-keyframes antZoomUpOut {
1676 0% {
1677 transform: scale(1);
1678 transform-origin: 50% 0%;
1679 }
1680 100% {
1681 transform: scale(0.8);
1682 transform-origin: 50% 0%;
1683 opacity: 0;
1684 }
1685}
1686@keyframes antZoomUpOut {
1687 0% {
1688 transform: scale(1);
1689 transform-origin: 50% 0%;
1690 }
1691 100% {
1692 transform: scale(0.8);
1693 transform-origin: 50% 0%;
1694 opacity: 0;
1695 }
1696}
1697@-webkit-keyframes antZoomLeftIn {
1698 0% {
1699 transform: scale(0.8);
1700 transform-origin: 0% 50%;
1701 opacity: 0;
1702 }
1703 100% {
1704 transform: scale(1);
1705 transform-origin: 0% 50%;
1706 }
1707}
1708@keyframes antZoomLeftIn {
1709 0% {
1710 transform: scale(0.8);
1711 transform-origin: 0% 50%;
1712 opacity: 0;
1713 }
1714 100% {
1715 transform: scale(1);
1716 transform-origin: 0% 50%;
1717 }
1718}
1719@-webkit-keyframes antZoomLeftOut {
1720 0% {
1721 transform: scale(1);
1722 transform-origin: 0% 50%;
1723 }
1724 100% {
1725 transform: scale(0.8);
1726 transform-origin: 0% 50%;
1727 opacity: 0;
1728 }
1729}
1730@keyframes antZoomLeftOut {
1731 0% {
1732 transform: scale(1);
1733 transform-origin: 0% 50%;
1734 }
1735 100% {
1736 transform: scale(0.8);
1737 transform-origin: 0% 50%;
1738 opacity: 0;
1739 }
1740}
1741@-webkit-keyframes antZoomRightIn {
1742 0% {
1743 transform: scale(0.8);
1744 transform-origin: 100% 50%;
1745 opacity: 0;
1746 }
1747 100% {
1748 transform: scale(1);
1749 transform-origin: 100% 50%;
1750 }
1751}
1752@keyframes antZoomRightIn {
1753 0% {
1754 transform: scale(0.8);
1755 transform-origin: 100% 50%;
1756 opacity: 0;
1757 }
1758 100% {
1759 transform: scale(1);
1760 transform-origin: 100% 50%;
1761 }
1762}
1763@-webkit-keyframes antZoomRightOut {
1764 0% {
1765 transform: scale(1);
1766 transform-origin: 100% 50%;
1767 }
1768 100% {
1769 transform: scale(0.8);
1770 transform-origin: 100% 50%;
1771 opacity: 0;
1772 }
1773}
1774@keyframes antZoomRightOut {
1775 0% {
1776 transform: scale(1);
1777 transform-origin: 100% 50%;
1778 }
1779 100% {
1780 transform: scale(0.8);
1781 transform-origin: 100% 50%;
1782 opacity: 0;
1783 }
1784}
1785@-webkit-keyframes antZoomDownIn {
1786 0% {
1787 transform: scale(0.8);
1788 transform-origin: 50% 100%;
1789 opacity: 0;
1790 }
1791 100% {
1792 transform: scale(1);
1793 transform-origin: 50% 100%;
1794 }
1795}
1796@keyframes antZoomDownIn {
1797 0% {
1798 transform: scale(0.8);
1799 transform-origin: 50% 100%;
1800 opacity: 0;
1801 }
1802 100% {
1803 transform: scale(1);
1804 transform-origin: 50% 100%;
1805 }
1806}
1807@-webkit-keyframes antZoomDownOut {
1808 0% {
1809 transform: scale(1);
1810 transform-origin: 50% 100%;
1811 }
1812 100% {
1813 transform: scale(0.8);
1814 transform-origin: 50% 100%;
1815 opacity: 0;
1816 }
1817}
1818@keyframes antZoomDownOut {
1819 0% {
1820 transform: scale(1);
1821 transform-origin: 50% 100%;
1822 }
1823 100% {
1824 transform: scale(0.8);
1825 transform-origin: 50% 100%;
1826 opacity: 0;
1827 }
1828}
1829.ant-motion-collapse-legacy {
1830 overflow: hidden;
1831}
1832.ant-motion-collapse-legacy-active {
1833 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;
1834}
1835.ant-motion-collapse {
1836 overflow: hidden;
1837 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;
1838}
1839
1840/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1841/* stylelint-disable no-duplicate-selectors */
1842/* stylelint-disable */
1843/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1844html {
1845 --ant-primary-color: #1890ff;
1846 --ant-primary-color-hover: #40a9ff;
1847 --ant-primary-color-active: #096dd9;
1848 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1849 --ant-primary-1: #e6f7ff;
1850 --ant-primary-2: #bae7ff;
1851 --ant-primary-3: #91d5ff;
1852 --ant-primary-4: #69c0ff;
1853 --ant-primary-5: #40a9ff;
1854 --ant-primary-6: #1890ff;
1855 --ant-primary-7: #096dd9;
1856 --ant-primary-color-deprecated-pure: ;
1857 --ant-primary-color-deprecated-l-35: #cbe6ff;
1858 --ant-primary-color-deprecated-l-20: #7ec1ff;
1859 --ant-primary-color-deprecated-t-20: #46a6ff;
1860 --ant-primary-color-deprecated-t-50: #8cc8ff;
1861 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1862 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1863 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1864 --ant-success-color: #52c41a;
1865 --ant-success-color-hover: #73d13d;
1866 --ant-success-color-active: #389e0d;
1867 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
1868 --ant-success-color-deprecated-bg: #f6ffed;
1869 --ant-success-color-deprecated-border: #b7eb8f;
1870 --ant-error-color: #ff4d4f;
1871 --ant-error-color-hover: #ff7875;
1872 --ant-error-color-active: #d9363e;
1873 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
1874 --ant-error-color-deprecated-bg: #fff2f0;
1875 --ant-error-color-deprecated-border: #ffccc7;
1876 --ant-warning-color: #faad14;
1877 --ant-warning-color-hover: #ffc53d;
1878 --ant-warning-color-active: #d48806;
1879 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
1880 --ant-warning-color-deprecated-bg: #fffbe6;
1881 --ant-warning-color-deprecated-border: #ffe58f;
1882 --ant-info-color: #1890ff;
1883 --ant-info-color-deprecated-bg: #e6f7ff;
1884 --ant-info-color-deprecated-border: #91d5ff;
1885}
1886.ant-affix {
1887 position: fixed;
1888 z-index: 10;
1889}
1890
1891/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1892/* stylelint-disable no-duplicate-selectors */
1893/* stylelint-disable */
1894/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1895html {
1896 --ant-primary-color: #1890ff;
1897 --ant-primary-color-hover: #40a9ff;
1898 --ant-primary-color-active: #096dd9;
1899 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
1900 --ant-primary-1: #e6f7ff;
1901 --ant-primary-2: #bae7ff;
1902 --ant-primary-3: #91d5ff;
1903 --ant-primary-4: #69c0ff;
1904 --ant-primary-5: #40a9ff;
1905 --ant-primary-6: #1890ff;
1906 --ant-primary-7: #096dd9;
1907 --ant-primary-color-deprecated-pure: ;
1908 --ant-primary-color-deprecated-l-35: #cbe6ff;
1909 --ant-primary-color-deprecated-l-20: #7ec1ff;
1910 --ant-primary-color-deprecated-t-20: #46a6ff;
1911 --ant-primary-color-deprecated-t-50: #8cc8ff;
1912 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
1913 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
1914 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
1915 --ant-success-color: #52c41a;
1916 --ant-success-color-hover: #73d13d;
1917 --ant-success-color-active: #389e0d;
1918 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
1919 --ant-success-color-deprecated-bg: #f6ffed;
1920 --ant-success-color-deprecated-border: #b7eb8f;
1921 --ant-error-color: #ff4d4f;
1922 --ant-error-color-hover: #ff7875;
1923 --ant-error-color-active: #d9363e;
1924 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
1925 --ant-error-color-deprecated-bg: #fff2f0;
1926 --ant-error-color-deprecated-border: #ffccc7;
1927 --ant-warning-color: #faad14;
1928 --ant-warning-color-hover: #ffc53d;
1929 --ant-warning-color-active: #d48806;
1930 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
1931 --ant-warning-color-deprecated-bg: #fffbe6;
1932 --ant-warning-color-deprecated-border: #ffe58f;
1933 --ant-info-color: #1890ff;
1934 --ant-info-color-deprecated-bg: #e6f7ff;
1935 --ant-info-color-deprecated-border: #91d5ff;
1936}
1937.ant-alert {
1938 box-sizing: border-box;
1939 margin: 0;
1940 padding: 0;
1941 color: rgba(0, 0, 0, 0.85);
1942 font-size: 14px;
1943 font-variant: tabular-nums;
1944 line-height: 1.5715;
1945 list-style: none;
1946 font-feature-settings: 'tnum';
1947 position: relative;
1948 display: flex;
1949 align-items: center;
1950 padding: 8px 15px;
1951 word-wrap: break-word;
1952 border-radius: 2px;
1953}
1954.ant-alert-content {
1955 flex: 1;
1956 min-width: 0;
1957}
1958.ant-alert-icon {
1959 margin-right: 8px;
1960}
1961.ant-alert-description {
1962 display: none;
1963 font-size: 14px;
1964 line-height: 22px;
1965}
1966.ant-alert-success {
1967 background-color: var(--ant-success-color-deprecated-bg);
1968 border: 1px solid var(--ant-success-color-deprecated-border);
1969}
1970.ant-alert-success .ant-alert-icon {
1971 color: var(--ant-success-color);
1972}
1973.ant-alert-info {
1974 background-color: var(--ant-info-color-deprecated-bg);
1975 border: 1px solid var(--ant-info-color-deprecated-border);
1976}
1977.ant-alert-info .ant-alert-icon {
1978 color: var(--ant-info-color);
1979}
1980.ant-alert-warning {
1981 background-color: var(--ant-warning-color-deprecated-bg);
1982 border: 1px solid var(--ant-warning-color-deprecated-border);
1983}
1984.ant-alert-warning .ant-alert-icon {
1985 color: var(--ant-warning-color);
1986}
1987.ant-alert-error {
1988 background-color: var(--ant-error-color-deprecated-bg);
1989 border: 1px solid var(--ant-error-color-deprecated-border);
1990}
1991.ant-alert-error .ant-alert-icon {
1992 color: var(--ant-error-color);
1993}
1994.ant-alert-error .ant-alert-description > pre {
1995 margin: 0;
1996 padding: 0;
1997}
1998.ant-alert-action {
1999 margin-left: 8px;
2000}
2001.ant-alert-close-icon {
2002 margin-left: 8px;
2003 padding: 0;
2004 overflow: hidden;
2005 font-size: 12px;
2006 line-height: 12px;
2007 background-color: transparent;
2008 border: none;
2009 outline: none;
2010 cursor: pointer;
2011}
2012.ant-alert-close-icon .anticon-close {
2013 color: rgba(0, 0, 0, 0.45);
2014 transition: color 0.3s;
2015}
2016.ant-alert-close-icon .anticon-close:hover {
2017 color: rgba(0, 0, 0, 0.75);
2018}
2019.ant-alert-close-text {
2020 color: rgba(0, 0, 0, 0.45);
2021 transition: color 0.3s;
2022}
2023.ant-alert-close-text:hover {
2024 color: rgba(0, 0, 0, 0.75);
2025}
2026.ant-alert-with-description {
2027 align-items: flex-start;
2028 padding: 15px 15px 15px 24px;
2029}
2030.ant-alert-with-description.ant-alert-no-icon {
2031 padding: 15px 15px;
2032}
2033.ant-alert-with-description .ant-alert-icon {
2034 margin-right: 15px;
2035 font-size: 24px;
2036}
2037.ant-alert-with-description .ant-alert-message {
2038 display: block;
2039 margin-bottom: 4px;
2040 color: rgba(0, 0, 0, 0.85);
2041 font-size: 16px;
2042}
2043.ant-alert-message {
2044 color: rgba(0, 0, 0, 0.85);
2045}
2046.ant-alert-with-description .ant-alert-description {
2047 display: block;
2048}
2049.ant-alert.ant-alert-motion-leave {
2050 overflow: hidden;
2051 opacity: 1;
2052 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);
2053}
2054.ant-alert.ant-alert-motion-leave-active {
2055 max-height: 0;
2056 margin-bottom: 0 !important;
2057 padding-top: 0;
2058 padding-bottom: 0;
2059 opacity: 0;
2060}
2061.ant-alert-banner {
2062 margin-bottom: 0;
2063 border: 0;
2064 border-radius: 0;
2065}
2066.ant-alert.ant-alert-rtl {
2067 direction: rtl;
2068}
2069.ant-alert-rtl .ant-alert-icon {
2070 margin-right: auto;
2071 margin-left: 8px;
2072}
2073.ant-alert-rtl .ant-alert-action {
2074 margin-right: 8px;
2075 margin-left: auto;
2076}
2077.ant-alert-rtl .ant-alert-close-icon {
2078 margin-right: 8px;
2079 margin-left: auto;
2080}
2081.ant-alert-rtl.ant-alert-with-description {
2082 padding-right: 24px;
2083 padding-left: 15px;
2084}
2085.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
2086 margin-right: auto;
2087 margin-left: 15px;
2088}
2089
2090/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2091/* stylelint-disable no-duplicate-selectors */
2092/* stylelint-disable */
2093/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2094html {
2095 --ant-primary-color: #1890ff;
2096 --ant-primary-color-hover: #40a9ff;
2097 --ant-primary-color-active: #096dd9;
2098 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2099 --ant-primary-1: #e6f7ff;
2100 --ant-primary-2: #bae7ff;
2101 --ant-primary-3: #91d5ff;
2102 --ant-primary-4: #69c0ff;
2103 --ant-primary-5: #40a9ff;
2104 --ant-primary-6: #1890ff;
2105 --ant-primary-7: #096dd9;
2106 --ant-primary-color-deprecated-pure: ;
2107 --ant-primary-color-deprecated-l-35: #cbe6ff;
2108 --ant-primary-color-deprecated-l-20: #7ec1ff;
2109 --ant-primary-color-deprecated-t-20: #46a6ff;
2110 --ant-primary-color-deprecated-t-50: #8cc8ff;
2111 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2112 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2113 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2114 --ant-success-color: #52c41a;
2115 --ant-success-color-hover: #73d13d;
2116 --ant-success-color-active: #389e0d;
2117 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
2118 --ant-success-color-deprecated-bg: #f6ffed;
2119 --ant-success-color-deprecated-border: #b7eb8f;
2120 --ant-error-color: #ff4d4f;
2121 --ant-error-color-hover: #ff7875;
2122 --ant-error-color-active: #d9363e;
2123 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
2124 --ant-error-color-deprecated-bg: #fff2f0;
2125 --ant-error-color-deprecated-border: #ffccc7;
2126 --ant-warning-color: #faad14;
2127 --ant-warning-color-hover: #ffc53d;
2128 --ant-warning-color-active: #d48806;
2129 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
2130 --ant-warning-color-deprecated-bg: #fffbe6;
2131 --ant-warning-color-deprecated-border: #ffe58f;
2132 --ant-info-color: #1890ff;
2133 --ant-info-color-deprecated-bg: #e6f7ff;
2134 --ant-info-color-deprecated-border: #91d5ff;
2135}
2136.ant-anchor {
2137 box-sizing: border-box;
2138 margin: 0;
2139 padding: 0;
2140 color: rgba(0, 0, 0, 0.85);
2141 font-size: 14px;
2142 font-variant: tabular-nums;
2143 line-height: 1.5715;
2144 list-style: none;
2145 font-feature-settings: 'tnum';
2146 position: relative;
2147 padding-left: 2px;
2148}
2149.ant-anchor-wrapper {
2150 margin-left: -4px;
2151 padding-left: 4px;
2152 overflow: auto;
2153 background-color: transparent;
2154}
2155.ant-anchor-ink {
2156 position: absolute;
2157 top: 0;
2158 left: 0;
2159 height: 100%;
2160}
2161.ant-anchor-ink::before {
2162 position: relative;
2163 display: block;
2164 width: 2px;
2165 height: 100%;
2166 margin: 0 auto;
2167 background-color: #f0f0f0;
2168 content: ' ';
2169}
2170.ant-anchor-ink-ball {
2171 position: absolute;
2172 left: 50%;
2173 display: none;
2174 width: 8px;
2175 height: 8px;
2176 background-color: #fff;
2177 border: 2px solid var(--ant-primary-color);
2178 border-radius: 8px;
2179 transform: translateX(-50%);
2180 transition: top 0.3s ease-in-out;
2181}
2182.ant-anchor-ink-ball.visible {
2183 display: inline-block;
2184}
2185.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
2186 display: none;
2187}
2188.ant-anchor-link {
2189 padding: 7px 0 7px 16px;
2190 line-height: 1.143;
2191}
2192.ant-anchor-link-title {
2193 position: relative;
2194 display: block;
2195 margin-bottom: 6px;
2196 overflow: hidden;
2197 color: rgba(0, 0, 0, 0.85);
2198 white-space: nowrap;
2199 text-overflow: ellipsis;
2200 transition: all 0.3s;
2201}
2202.ant-anchor-link-title:only-child {
2203 margin-bottom: 0;
2204}
2205.ant-anchor-link-active > .ant-anchor-link-title {
2206 color: var(--ant-primary-color);
2207}
2208.ant-anchor-link .ant-anchor-link {
2209 padding-top: 5px;
2210 padding-bottom: 5px;
2211}
2212.ant-anchor-rtl {
2213 direction: rtl;
2214}
2215.ant-anchor-rtl.ant-anchor-wrapper {
2216 margin-right: -4px;
2217 margin-left: 0;
2218 padding-right: 4px;
2219 padding-left: 0;
2220}
2221.ant-anchor-rtl .ant-anchor-ink {
2222 right: 0;
2223 left: auto;
2224}
2225.ant-anchor-rtl .ant-anchor-ink-ball {
2226 right: 50%;
2227 left: 0;
2228 transform: translateX(50%);
2229}
2230.ant-anchor-rtl .ant-anchor-link {
2231 padding: 7px 16px 7px 0;
2232}
2233
2234/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2235/* stylelint-disable no-duplicate-selectors */
2236/* stylelint-disable */
2237/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2238html {
2239 --ant-primary-color: #1890ff;
2240 --ant-primary-color-hover: #40a9ff;
2241 --ant-primary-color-active: #096dd9;
2242 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2243 --ant-primary-1: #e6f7ff;
2244 --ant-primary-2: #bae7ff;
2245 --ant-primary-3: #91d5ff;
2246 --ant-primary-4: #69c0ff;
2247 --ant-primary-5: #40a9ff;
2248 --ant-primary-6: #1890ff;
2249 --ant-primary-7: #096dd9;
2250 --ant-primary-color-deprecated-pure: ;
2251 --ant-primary-color-deprecated-l-35: #cbe6ff;
2252 --ant-primary-color-deprecated-l-20: #7ec1ff;
2253 --ant-primary-color-deprecated-t-20: #46a6ff;
2254 --ant-primary-color-deprecated-t-50: #8cc8ff;
2255 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2256 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2257 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2258 --ant-success-color: #52c41a;
2259 --ant-success-color-hover: #73d13d;
2260 --ant-success-color-active: #389e0d;
2261 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
2262 --ant-success-color-deprecated-bg: #f6ffed;
2263 --ant-success-color-deprecated-border: #b7eb8f;
2264 --ant-error-color: #ff4d4f;
2265 --ant-error-color-hover: #ff7875;
2266 --ant-error-color-active: #d9363e;
2267 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
2268 --ant-error-color-deprecated-bg: #fff2f0;
2269 --ant-error-color-deprecated-border: #ffccc7;
2270 --ant-warning-color: #faad14;
2271 --ant-warning-color-hover: #ffc53d;
2272 --ant-warning-color-active: #d48806;
2273 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
2274 --ant-warning-color-deprecated-bg: #fffbe6;
2275 --ant-warning-color-deprecated-border: #ffe58f;
2276 --ant-info-color: #1890ff;
2277 --ant-info-color-deprecated-bg: #e6f7ff;
2278 --ant-info-color-deprecated-border: #91d5ff;
2279}
2280.ant-select-auto-complete {
2281 box-sizing: border-box;
2282 margin: 0;
2283 padding: 0;
2284 color: rgba(0, 0, 0, 0.85);
2285 font-size: 14px;
2286 font-variant: tabular-nums;
2287 line-height: 1.5715;
2288 list-style: none;
2289 font-feature-settings: 'tnum';
2290}
2291.ant-select-auto-complete .ant-select-clear {
2292 right: 13px;
2293}
2294
2295/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2296/* stylelint-disable no-duplicate-selectors */
2297/* stylelint-disable */
2298/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2299html {
2300 --ant-primary-color: #1890ff;
2301 --ant-primary-color-hover: #40a9ff;
2302 --ant-primary-color-active: #096dd9;
2303 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
2304 --ant-primary-1: #e6f7ff;
2305 --ant-primary-2: #bae7ff;
2306 --ant-primary-3: #91d5ff;
2307 --ant-primary-4: #69c0ff;
2308 --ant-primary-5: #40a9ff;
2309 --ant-primary-6: #1890ff;
2310 --ant-primary-7: #096dd9;
2311 --ant-primary-color-deprecated-pure: ;
2312 --ant-primary-color-deprecated-l-35: #cbe6ff;
2313 --ant-primary-color-deprecated-l-20: #7ec1ff;
2314 --ant-primary-color-deprecated-t-20: #46a6ff;
2315 --ant-primary-color-deprecated-t-50: #8cc8ff;
2316 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
2317 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
2318 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
2319 --ant-success-color: #52c41a;
2320 --ant-success-color-hover: #73d13d;
2321 --ant-success-color-active: #389e0d;
2322 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
2323 --ant-success-color-deprecated-bg: #f6ffed;
2324 --ant-success-color-deprecated-border: #b7eb8f;
2325 --ant-error-color: #ff4d4f;
2326 --ant-error-color-hover: #ff7875;
2327 --ant-error-color-active: #d9363e;
2328 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
2329 --ant-error-color-deprecated-bg: #fff2f0;
2330 --ant-error-color-deprecated-border: #ffccc7;
2331 --ant-warning-color: #faad14;
2332 --ant-warning-color-hover: #ffc53d;
2333 --ant-warning-color-active: #d48806;
2334 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
2335 --ant-warning-color-deprecated-bg: #fffbe6;
2336 --ant-warning-color-deprecated-border: #ffe58f;
2337 --ant-info-color: #1890ff;
2338 --ant-info-color-deprecated-bg: #e6f7ff;
2339 --ant-info-color-deprecated-border: #91d5ff;
2340}
2341.ant-select-single .ant-select-selector {
2342 display: flex;
2343}
2344.ant-select-single .ant-select-selector .ant-select-selection-search {
2345 position: absolute;
2346 top: 0;
2347 right: 11px;
2348 bottom: 0;
2349 left: 11px;
2350}
2351.ant-select-single .ant-select-selector .ant-select-selection-search-input {
2352 width: 100%;
2353}
2354.ant-select-single .ant-select-selector .ant-select-selection-item,
2355.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
2356 padding: 0;
2357 line-height: 30px;
2358 transition: all 0.3s;
2359}
2360@supports (-moz-appearance: meterbar) {
2361 .ant-select-single .ant-select-selector .ant-select-selection-item,
2362 .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
2363 line-height: 30px;
2364 }
2365}
2366.ant-select-single .ant-select-selector .ant-select-selection-item {
2367 position: relative;
2368 -webkit-user-select: none;
2369 -moz-user-select: none;
2370 -ms-user-select: none;
2371 user-select: none;
2372}
2373.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
2374 transition: none;
2375 pointer-events: none;
2376}
2377.ant-select-single .ant-select-selector::after,
2378.ant-select-single .ant-select-selector .ant-select-selection-item::after,
2379.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
2380 display: inline-block;
2381 width: 0;
2382 visibility: hidden;
2383 content: '\a0';
2384}
2385.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
2386 right: 25px;
2387}
2388.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
2389.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
2390 padding-right: 18px;
2391}
2392.ant-select-single.ant-select-open .ant-select-selection-item {
2393 color: #bfbfbf;
2394}
2395.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
2396 width: 100%;
2397 height: 32px;
2398 padding: 0 11px;
2399}
2400.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
2401 height: 30px;
2402}
2403.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
2404 line-height: 30px;
2405}
2406.ant-select-single.ant-select-customize-input .ant-select-selector::after {
2407 display: none;
2408}
2409.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
2410 position: static;
2411 width: 100%;
2412}
2413.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
2414 position: absolute;
2415 right: 0;
2416 left: 0;
2417 padding: 0 11px;
2418}
2419.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
2420 display: none;
2421}
2422.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
2423 height: 40px;
2424}
2425.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
2426.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
2427.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
2428 line-height: 38px;
2429}
2430.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
2431 height: 38px;
2432}
2433.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
2434 height: 24px;
2435}
2436.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
2437.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
2438.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
2439 line-height: 22px;
2440}
2441.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
2442 height: 22px;
2443}
2444.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
2445 right: 7px;
2446 left: 7px;
2447}
2448.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
2449 padding: 0 7px;
2450}
2451.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
2452 right: 28px;
2453}
2454.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
2455.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
2456 padding-right: 21px;
2457}
2458.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
2459 padding: 0 11px;
2460}
2461/**
2462 * Do not merge `height` & `line-height` under style with `selection` & `search`,
2463 * since chrome may update to redesign with its align logic.
2464 */
2465.ant-select-selection-overflow {
2466 position: relative;
2467 display: flex;
2468 flex: auto;
2469 flex-wrap: wrap;
2470 max-width: 100%;
2471}
2472.ant-select-selection-overflow-item {
2473 flex: none;
2474 align-self: center;
2475 max-width: 100%;
2476}
2477.ant-select-multiple .ant-select-selector {
2478 display: flex;
2479 flex-wrap: wrap;
2480 align-items: center;
2481 padding: 1px 4px;
2482}
2483.ant-select-show-search.ant-select-multiple .ant-select-selector {
2484 cursor: text;
2485}
2486.ant-select-disabled.ant-select-multiple .ant-select-selector {
2487 background: #f5f5f5;
2488 cursor: not-allowed;
2489}
2490.ant-select-multiple .ant-select-selector::after {
2491 display: inline-block;
2492 width: 0;
2493 margin: 2px 0;
2494 line-height: 24px;
2495 content: '\a0';
2496}
2497.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
2498.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
2499 padding-right: 24px;
2500}
2501.ant-select-multiple .ant-select-selection-item {
2502 position: relative;
2503 display: flex;
2504 flex: none;
2505 box-sizing: border-box;
2506 max-width: 100%;
2507 height: 24px;
2508 margin-top: 2px;
2509 margin-bottom: 2px;
2510 line-height: 22px;
2511 background: #f5f5f5;
2512 border: 1px solid #f0f0f0;
2513 border-radius: 2px;
2514 cursor: default;
2515 transition: font-size 0.3s, line-height 0.3s, height 0.3s;
2516 -webkit-user-select: none;
2517 -moz-user-select: none;
2518 -ms-user-select: none;
2519 user-select: none;
2520 -webkit-margin-end: 4px;
2521 margin-inline-end: 4px;
2522 -webkit-padding-start: 8px;
2523 padding-inline-start: 8px;
2524 -webkit-padding-end: 4px;
2525 padding-inline-end: 4px;
2526}
2527.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
2528 color: #bfbfbf;
2529 border-color: #d9d9d9;
2530 cursor: not-allowed;
2531}
2532.ant-select-multiple .ant-select-selection-item-content {
2533 display: inline-block;
2534 margin-right: 4px;
2535 overflow: hidden;
2536 white-space: pre;
2537 text-overflow: ellipsis;
2538}
2539.ant-select-multiple .ant-select-selection-item-remove {
2540 color: inherit;
2541 font-style: normal;
2542 line-height: 0;
2543 text-align: center;
2544 text-transform: none;
2545 vertical-align: -0.125em;
2546 text-rendering: optimizeLegibility;
2547 -webkit-font-smoothing: antialiased;
2548 -moz-osx-font-smoothing: grayscale;
2549 display: inline-block;
2550 color: rgba(0, 0, 0, 0.45);
2551 font-weight: bold;
2552 font-size: 10px;
2553 line-height: inherit;
2554 cursor: pointer;
2555}
2556.ant-select-multiple .ant-select-selection-item-remove > * {
2557 line-height: 1;
2558}
2559.ant-select-multiple .ant-select-selection-item-remove svg {
2560 display: inline-block;
2561}
2562.ant-select-multiple .ant-select-selection-item-remove::before {
2563 display: none;
2564}
2565.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
2566 display: block;
2567}
2568.ant-select-multiple .ant-select-selection-item-remove > .anticon {
2569 vertical-align: -0.2em;
2570}
2571.ant-select-multiple .ant-select-selection-item-remove:hover {
2572 color: rgba(0, 0, 0, 0.75);
2573}
2574.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
2575 -webkit-margin-start: 0;
2576 margin-inline-start: 0;
2577}
2578.ant-select-multiple .ant-select-selection-search {
2579 position: relative;
2580 max-width: 100%;
2581 -webkit-margin-start: 7px;
2582 margin-inline-start: 7px;
2583}
2584.ant-select-multiple .ant-select-selection-search-input,
2585.ant-select-multiple .ant-select-selection-search-mirror {
2586 height: 24px;
2587 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';
2588 line-height: 24px;
2589 transition: all 0.3s;
2590}
2591.ant-select-multiple .ant-select-selection-search-input {
2592 width: 100%;
2593 min-width: 4.1px;
2594}
2595.ant-select-multiple .ant-select-selection-search-mirror {
2596 position: absolute;
2597 top: 0;
2598 left: 0;
2599 z-index: 999;
2600 white-space: pre;
2601 visibility: hidden;
2602}
2603.ant-select-multiple .ant-select-selection-placeholder {
2604 position: absolute;
2605 top: 50%;
2606 right: 11px;
2607 left: 11px;
2608 transform: translateY(-50%);
2609 transition: all 0.3s;
2610}
2611.ant-select-multiple.ant-select-lg .ant-select-selector::after {
2612 line-height: 32px;
2613}
2614.ant-select-multiple.ant-select-lg .ant-select-selection-item {
2615 height: 32px;
2616 line-height: 30px;
2617}
2618.ant-select-multiple.ant-select-lg .ant-select-selection-search {
2619 height: 32px;
2620 line-height: 32px;
2621}
2622.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
2623.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
2624 height: 32px;
2625 line-height: 30px;
2626}
2627.ant-select-multiple.ant-select-sm .ant-select-selector::after {
2628 line-height: 16px;
2629}
2630.ant-select-multiple.ant-select-sm .ant-select-selection-item {
2631 height: 16px;
2632 line-height: 14px;
2633}
2634.ant-select-multiple.ant-select-sm .ant-select-selection-search {
2635 height: 16px;
2636 line-height: 16px;
2637}
2638.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
2639.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
2640 height: 16px;
2641 line-height: 14px;
2642}
2643.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
2644 left: 7px;
2645}
2646.ant-select-multiple.ant-select-sm .ant-select-selection-search {
2647 -webkit-margin-start: 3px;
2648 margin-inline-start: 3px;
2649}
2650.ant-select-multiple.ant-select-lg .ant-select-selection-item {
2651 height: 32px;
2652 line-height: 32px;
2653}
2654.ant-select-disabled .ant-select-selection-item-remove {
2655 display: none;
2656}
2657/* Reset search input style */
2658.ant-select {
2659 box-sizing: border-box;
2660 margin: 0;
2661 padding: 0;
2662 color: rgba(0, 0, 0, 0.85);
2663 font-size: 14px;
2664 font-variant: tabular-nums;
2665 line-height: 1.5715;
2666 list-style: none;
2667 font-feature-settings: 'tnum';
2668 position: relative;
2669 display: inline-block;
2670 cursor: pointer;
2671}
2672.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2673 position: relative;
2674 background-color: #fff;
2675 border: 1px solid #d9d9d9;
2676 border-radius: 2px;
2677 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
2678}
2679.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
2680 cursor: pointer;
2681}
2682.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2683 cursor: text;
2684}
2685.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
2686 cursor: auto;
2687}
2688.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
2689 border-color: var(--ant-primary-color-hover);
2690 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
2691 border-right-width: 1px !important;
2692 outline: 0;
2693}
2694.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2695 color: rgba(0, 0, 0, 0.25);
2696 background: #f5f5f5;
2697 cursor: not-allowed;
2698}
2699.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2700 background: #f5f5f5;
2701}
2702.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
2703 cursor: not-allowed;
2704}
2705.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
2706 margin: 0;
2707 padding: 0;
2708 background: transparent;
2709 border: none;
2710 outline: none;
2711 -webkit-appearance: none;
2712 -moz-appearance: none;
2713 appearance: none;
2714}
2715.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
2716 display: none;
2717 /* stylelint-disable-next-line property-no-vendor-prefix */
2718 -webkit-appearance: none;
2719}
2720.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
2721 border-color: var(--ant-primary-5);
2722 border-right-width: 1px !important;
2723}
2724.ant-select-selection-item {
2725 flex: 1;
2726 overflow: hidden;
2727 font-weight: normal;
2728 white-space: nowrap;
2729 text-overflow: ellipsis;
2730}
2731@media all and (-ms-high-contrast: none) {
2732 .ant-select-selection-item *::-ms-backdrop,
2733 .ant-select-selection-item {
2734 flex: auto;
2735 }
2736}
2737.ant-select-selection-placeholder {
2738 flex: 1;
2739 overflow: hidden;
2740 color: #bfbfbf;
2741 white-space: nowrap;
2742 text-overflow: ellipsis;
2743 pointer-events: none;
2744}
2745@media all and (-ms-high-contrast: none) {
2746 .ant-select-selection-placeholder *::-ms-backdrop,
2747 .ant-select-selection-placeholder {
2748 flex: auto;
2749 }
2750}
2751.ant-select-arrow {
2752 display: inline-block;
2753 color: inherit;
2754 font-style: normal;
2755 line-height: 0;
2756 text-transform: none;
2757 vertical-align: -0.125em;
2758 text-rendering: optimizeLegibility;
2759 -webkit-font-smoothing: antialiased;
2760 -moz-osx-font-smoothing: grayscale;
2761 position: absolute;
2762 top: 50%;
2763 right: 11px;
2764 width: 12px;
2765 height: 12px;
2766 margin-top: -6px;
2767 color: rgba(0, 0, 0, 0.25);
2768 font-size: 12px;
2769 line-height: 1;
2770 text-align: center;
2771 pointer-events: none;
2772}
2773.ant-select-arrow > * {
2774 line-height: 1;
2775}
2776.ant-select-arrow svg {
2777 display: inline-block;
2778}
2779.ant-select-arrow::before {
2780 display: none;
2781}
2782.ant-select-arrow .ant-select-arrow-icon {
2783 display: block;
2784}
2785.ant-select-arrow .anticon {
2786 vertical-align: top;
2787 transition: transform 0.3s;
2788}
2789.ant-select-arrow .anticon > svg {
2790 vertical-align: top;
2791}
2792.ant-select-arrow .anticon:not(.ant-select-suffix) {
2793 pointer-events: auto;
2794}
2795.ant-select-disabled .ant-select-arrow {
2796 cursor: not-allowed;
2797}
2798.ant-select-clear {
2799 position: absolute;
2800 top: 50%;
2801 right: 11px;
2802 z-index: 1;
2803 display: inline-block;
2804 width: 12px;
2805 height: 12px;
2806 margin-top: -6px;
2807 color: rgba(0, 0, 0, 0.25);
2808 font-size: 12px;
2809 font-style: normal;
2810 line-height: 1;
2811 text-align: center;
2812 text-transform: none;
2813 background: #fff;
2814 cursor: pointer;
2815 opacity: 0;
2816 transition: color 0.3s ease, opacity 0.15s ease;
2817 text-rendering: auto;
2818}
2819.ant-select-clear::before {
2820 display: block;
2821}
2822.ant-select-clear:hover {
2823 color: rgba(0, 0, 0, 0.45);
2824}
2825.ant-select:hover .ant-select-clear {
2826 opacity: 1;
2827}
2828.ant-select-dropdown {
2829 margin: 0;
2830 padding: 0;
2831 color: rgba(0, 0, 0, 0.85);
2832 font-variant: tabular-nums;
2833 line-height: 1.5715;
2834 list-style: none;
2835 font-feature-settings: 'tnum';
2836 position: absolute;
2837 top: -9999px;
2838 left: -9999px;
2839 z-index: 1050;
2840 box-sizing: border-box;
2841 padding: 4px 0;
2842 overflow: hidden;
2843 font-size: 14px;
2844 font-variant: initial;
2845 background-color: #fff;
2846 border-radius: 2px;
2847 outline: none;
2848 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);
2849}
2850.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
2851.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
2852 -webkit-animation-name: antSlideUpIn;
2853 animation-name: antSlideUpIn;
2854}
2855.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
2856.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
2857 -webkit-animation-name: antSlideDownIn;
2858 animation-name: antSlideDownIn;
2859}
2860.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
2861 -webkit-animation-name: antSlideUpOut;
2862 animation-name: antSlideUpOut;
2863}
2864.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
2865 -webkit-animation-name: antSlideDownOut;
2866 animation-name: antSlideDownOut;
2867}
2868.ant-select-dropdown-hidden {
2869 display: none;
2870}
2871.ant-select-dropdown-empty {
2872 color: rgba(0, 0, 0, 0.25);
2873}
2874.ant-select-item-empty {
2875 position: relative;
2876 display: block;
2877 min-height: 32px;
2878 padding: 5px 12px;
2879 color: rgba(0, 0, 0, 0.85);
2880 font-weight: normal;
2881 font-size: 14px;
2882 line-height: 22px;
2883 color: rgba(0, 0, 0, 0.25);
2884}
2885.ant-select-item {
2886 position: relative;
2887 display: block;
2888 min-height: 32px;
2889 padding: 5px 12px;
2890 color: rgba(0, 0, 0, 0.85);
2891 font-weight: normal;
2892 font-size: 14px;
2893 line-height: 22px;
2894 cursor: pointer;
2895 transition: background 0.3s ease;
2896}
2897.ant-select-item-group {
2898 color: rgba(0, 0, 0, 0.45);
2899 font-size: 12px;
2900 cursor: default;
2901}
2902.ant-select-item-option {
2903 display: flex;
2904}
2905.ant-select-item-option-content {
2906 flex: auto;
2907 overflow: hidden;
2908 white-space: nowrap;
2909 text-overflow: ellipsis;
2910}
2911.ant-select-item-option-state {
2912 flex: none;
2913}
2914.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
2915 background-color: #f5f5f5;
2916}
2917.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
2918 color: rgba(0, 0, 0, 0.85);
2919 font-weight: 600;
2920 background-color: var(--ant-primary-1);
2921}
2922.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
2923 color: var(--ant-primary-color);
2924}
2925.ant-select-item-option-disabled {
2926 color: rgba(0, 0, 0, 0.25);
2927 cursor: not-allowed;
2928}
2929.ant-select-item-option-disabled.ant-select-item-option-selected {
2930 background-color: #f5f5f5;
2931}
2932.ant-select-item-option-grouped {
2933 padding-left: 24px;
2934}
2935.ant-select-lg {
2936 font-size: 16px;
2937}
2938.ant-select-borderless .ant-select-selector {
2939 background-color: transparent !important;
2940 border-color: transparent !important;
2941 box-shadow: none !important;
2942}
2943.ant-select-rtl {
2944 direction: rtl;
2945}
2946.ant-select-rtl .ant-select-arrow {
2947 right: initial;
2948 left: 11px;
2949}
2950.ant-select-rtl .ant-select-clear {
2951 right: initial;
2952 left: 11px;
2953}
2954.ant-select-dropdown-rtl {
2955 direction: rtl;
2956}
2957.ant-select-dropdown-rtl .ant-select-item-option-grouped {
2958 padding-right: 24px;
2959 padding-left: 12px;
2960}
2961.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
2962.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
2963 padding-right: 4px;
2964 padding-left: 24px;
2965}
2966.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
2967 text-align: right;
2968}
2969.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
2970 margin-right: 0;
2971 margin-left: 4px;
2972 text-align: right;
2973}
2974.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
2975 right: 0;
2976 left: auto;
2977}
2978.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
2979 right: 11px;
2980 left: auto;
2981}
2982.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
2983 right: 7px;
2984}
2985.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
2986.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
2987 right: 0;
2988 left: 9px;
2989 text-align: right;
2990}
2991.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
2992 right: 11px;
2993 left: 25px;
2994}
2995.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
2996.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
2997 padding-right: 0;
2998 padding-left: 18px;
2999}
3000.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
3001 right: 6px;
3002}
3003.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
3004.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
3005 padding-right: 0;
3006 padding-left: 21px;
3007}
3008
3009/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3010/* stylelint-disable no-duplicate-selectors */
3011/* stylelint-disable */
3012/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3013html {
3014 --ant-primary-color: #1890ff;
3015 --ant-primary-color-hover: #40a9ff;
3016 --ant-primary-color-active: #096dd9;
3017 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3018 --ant-primary-1: #e6f7ff;
3019 --ant-primary-2: #bae7ff;
3020 --ant-primary-3: #91d5ff;
3021 --ant-primary-4: #69c0ff;
3022 --ant-primary-5: #40a9ff;
3023 --ant-primary-6: #1890ff;
3024 --ant-primary-7: #096dd9;
3025 --ant-primary-color-deprecated-pure: ;
3026 --ant-primary-color-deprecated-l-35: #cbe6ff;
3027 --ant-primary-color-deprecated-l-20: #7ec1ff;
3028 --ant-primary-color-deprecated-t-20: #46a6ff;
3029 --ant-primary-color-deprecated-t-50: #8cc8ff;
3030 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3031 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3032 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3033 --ant-success-color: #52c41a;
3034 --ant-success-color-hover: #73d13d;
3035 --ant-success-color-active: #389e0d;
3036 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3037 --ant-success-color-deprecated-bg: #f6ffed;
3038 --ant-success-color-deprecated-border: #b7eb8f;
3039 --ant-error-color: #ff4d4f;
3040 --ant-error-color-hover: #ff7875;
3041 --ant-error-color-active: #d9363e;
3042 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3043 --ant-error-color-deprecated-bg: #fff2f0;
3044 --ant-error-color-deprecated-border: #ffccc7;
3045 --ant-warning-color: #faad14;
3046 --ant-warning-color-hover: #ffc53d;
3047 --ant-warning-color-active: #d48806;
3048 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3049 --ant-warning-color-deprecated-bg: #fffbe6;
3050 --ant-warning-color-deprecated-border: #ffe58f;
3051 --ant-info-color: #1890ff;
3052 --ant-info-color-deprecated-bg: #e6f7ff;
3053 --ant-info-color-deprecated-border: #91d5ff;
3054}
3055.ant-empty {
3056 margin: 0 8px;
3057 font-size: 14px;
3058 line-height: 1.5715;
3059 text-align: center;
3060}
3061.ant-empty-image {
3062 height: 100px;
3063 margin-bottom: 8px;
3064}
3065.ant-empty-image img {
3066 height: 100%;
3067}
3068.ant-empty-image svg {
3069 height: 100%;
3070 margin: auto;
3071}
3072.ant-empty-footer {
3073 margin-top: 16px;
3074}
3075.ant-empty-normal {
3076 margin: 32px 0;
3077 color: rgba(0, 0, 0, 0.25);
3078}
3079.ant-empty-normal .ant-empty-image {
3080 height: 40px;
3081}
3082.ant-empty-small {
3083 margin: 8px 0;
3084 color: rgba(0, 0, 0, 0.25);
3085}
3086.ant-empty-small .ant-empty-image {
3087 height: 35px;
3088}
3089.ant-empty-img-default-ellipse {
3090 fill: #f5f5f5;
3091 fill-opacity: 0.8;
3092}
3093.ant-empty-img-default-path-1 {
3094 fill: #aeb8c2;
3095}
3096.ant-empty-img-default-path-2 {
3097 fill: url('#linearGradient-1');
3098}
3099.ant-empty-img-default-path-3 {
3100 fill: #f5f5f7;
3101}
3102.ant-empty-img-default-path-4 {
3103 fill: #dce0e6;
3104}
3105.ant-empty-img-default-path-5 {
3106 fill: #dce0e6;
3107}
3108.ant-empty-img-default-g {
3109 fill: #fff;
3110}
3111.ant-empty-img-simple-ellipse {
3112 fill: #f5f5f5;
3113}
3114.ant-empty-img-simple-g {
3115 stroke: #d9d9d9;
3116}
3117.ant-empty-img-simple-path {
3118 fill: #fafafa;
3119}
3120.ant-empty-rtl {
3121 direction: rtl;
3122}
3123
3124/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3125/* stylelint-disable no-duplicate-selectors */
3126/* stylelint-disable */
3127/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3128html {
3129 --ant-primary-color: #1890ff;
3130 --ant-primary-color-hover: #40a9ff;
3131 --ant-primary-color-active: #096dd9;
3132 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3133 --ant-primary-1: #e6f7ff;
3134 --ant-primary-2: #bae7ff;
3135 --ant-primary-3: #91d5ff;
3136 --ant-primary-4: #69c0ff;
3137 --ant-primary-5: #40a9ff;
3138 --ant-primary-6: #1890ff;
3139 --ant-primary-7: #096dd9;
3140 --ant-primary-color-deprecated-pure: ;
3141 --ant-primary-color-deprecated-l-35: #cbe6ff;
3142 --ant-primary-color-deprecated-l-20: #7ec1ff;
3143 --ant-primary-color-deprecated-t-20: #46a6ff;
3144 --ant-primary-color-deprecated-t-50: #8cc8ff;
3145 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3146 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3147 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3148 --ant-success-color: #52c41a;
3149 --ant-success-color-hover: #73d13d;
3150 --ant-success-color-active: #389e0d;
3151 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3152 --ant-success-color-deprecated-bg: #f6ffed;
3153 --ant-success-color-deprecated-border: #b7eb8f;
3154 --ant-error-color: #ff4d4f;
3155 --ant-error-color-hover: #ff7875;
3156 --ant-error-color-active: #d9363e;
3157 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3158 --ant-error-color-deprecated-bg: #fff2f0;
3159 --ant-error-color-deprecated-border: #ffccc7;
3160 --ant-warning-color: #faad14;
3161 --ant-warning-color-hover: #ffc53d;
3162 --ant-warning-color-active: #d48806;
3163 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3164 --ant-warning-color-deprecated-bg: #fffbe6;
3165 --ant-warning-color-deprecated-border: #ffe58f;
3166 --ant-info-color: #1890ff;
3167 --ant-info-color-deprecated-bg: #e6f7ff;
3168 --ant-info-color-deprecated-border: #91d5ff;
3169}
3170.ant-avatar {
3171 box-sizing: border-box;
3172 margin: 0;
3173 padding: 0;
3174 color: rgba(0, 0, 0, 0.85);
3175 font-size: 14px;
3176 font-variant: tabular-nums;
3177 line-height: 1.5715;
3178 list-style: none;
3179 font-feature-settings: 'tnum';
3180 position: relative;
3181 display: inline-block;
3182 overflow: hidden;
3183 color: #fff;
3184 white-space: nowrap;
3185 text-align: center;
3186 vertical-align: middle;
3187 background: #ccc;
3188 width: 32px;
3189 height: 32px;
3190 line-height: 32px;
3191 border-radius: 50%;
3192}
3193.ant-avatar-image {
3194 background: transparent;
3195}
3196.ant-avatar .ant-image-img {
3197 display: block;
3198}
3199.ant-avatar-string {
3200 position: absolute;
3201 left: 50%;
3202 transform-origin: 0 center;
3203}
3204.ant-avatar.ant-avatar-icon {
3205 font-size: 18px;
3206}
3207.ant-avatar.ant-avatar-icon > .anticon {
3208 margin: 0;
3209}
3210.ant-avatar-lg {
3211 width: 40px;
3212 height: 40px;
3213 line-height: 40px;
3214 border-radius: 50%;
3215}
3216.ant-avatar-lg-string {
3217 position: absolute;
3218 left: 50%;
3219 transform-origin: 0 center;
3220}
3221.ant-avatar-lg.ant-avatar-icon {
3222 font-size: 24px;
3223}
3224.ant-avatar-lg.ant-avatar-icon > .anticon {
3225 margin: 0;
3226}
3227.ant-avatar-sm {
3228 width: 24px;
3229 height: 24px;
3230 line-height: 24px;
3231 border-radius: 50%;
3232}
3233.ant-avatar-sm-string {
3234 position: absolute;
3235 left: 50%;
3236 transform-origin: 0 center;
3237}
3238.ant-avatar-sm.ant-avatar-icon {
3239 font-size: 14px;
3240}
3241.ant-avatar-sm.ant-avatar-icon > .anticon {
3242 margin: 0;
3243}
3244.ant-avatar-square {
3245 border-radius: 2px;
3246}
3247.ant-avatar > img {
3248 display: block;
3249 width: 100%;
3250 height: 100%;
3251 -o-object-fit: cover;
3252 object-fit: cover;
3253}
3254.ant-avatar-group {
3255 display: inline-flex;
3256}
3257.ant-avatar-group .ant-avatar {
3258 border: 1px solid #fff;
3259}
3260.ant-avatar-group .ant-avatar:not(:first-child) {
3261 margin-left: -8px;
3262}
3263.ant-avatar-group-popover .ant-avatar + .ant-avatar {
3264 margin-left: 3px;
3265}
3266.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
3267 margin-right: -8px;
3268 margin-left: 0;
3269}
3270.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
3271 margin-right: 3px;
3272 margin-left: 0;
3273}
3274
3275/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3276/* stylelint-disable no-duplicate-selectors */
3277/* stylelint-disable */
3278/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3279html {
3280 --ant-primary-color: #1890ff;
3281 --ant-primary-color-hover: #40a9ff;
3282 --ant-primary-color-active: #096dd9;
3283 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3284 --ant-primary-1: #e6f7ff;
3285 --ant-primary-2: #bae7ff;
3286 --ant-primary-3: #91d5ff;
3287 --ant-primary-4: #69c0ff;
3288 --ant-primary-5: #40a9ff;
3289 --ant-primary-6: #1890ff;
3290 --ant-primary-7: #096dd9;
3291 --ant-primary-color-deprecated-pure: ;
3292 --ant-primary-color-deprecated-l-35: #cbe6ff;
3293 --ant-primary-color-deprecated-l-20: #7ec1ff;
3294 --ant-primary-color-deprecated-t-20: #46a6ff;
3295 --ant-primary-color-deprecated-t-50: #8cc8ff;
3296 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3297 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3298 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3299 --ant-success-color: #52c41a;
3300 --ant-success-color-hover: #73d13d;
3301 --ant-success-color-active: #389e0d;
3302 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3303 --ant-success-color-deprecated-bg: #f6ffed;
3304 --ant-success-color-deprecated-border: #b7eb8f;
3305 --ant-error-color: #ff4d4f;
3306 --ant-error-color-hover: #ff7875;
3307 --ant-error-color-active: #d9363e;
3308 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3309 --ant-error-color-deprecated-bg: #fff2f0;
3310 --ant-error-color-deprecated-border: #ffccc7;
3311 --ant-warning-color: #faad14;
3312 --ant-warning-color-hover: #ffc53d;
3313 --ant-warning-color-active: #d48806;
3314 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3315 --ant-warning-color-deprecated-bg: #fffbe6;
3316 --ant-warning-color-deprecated-border: #ffe58f;
3317 --ant-info-color: #1890ff;
3318 --ant-info-color-deprecated-bg: #e6f7ff;
3319 --ant-info-color-deprecated-border: #91d5ff;
3320}
3321.ant-popover {
3322 box-sizing: border-box;
3323 margin: 0;
3324 padding: 0;
3325 color: rgba(0, 0, 0, 0.85);
3326 font-size: 14px;
3327 font-variant: tabular-nums;
3328 line-height: 1.5715;
3329 list-style: none;
3330 font-feature-settings: 'tnum';
3331 position: absolute;
3332 top: 0;
3333 left: 0;
3334 z-index: 1030;
3335 font-weight: normal;
3336 white-space: normal;
3337 text-align: left;
3338 cursor: auto;
3339 -webkit-user-select: text;
3340 -moz-user-select: text;
3341 -ms-user-select: text;
3342 user-select: text;
3343}
3344.ant-popover::after {
3345 position: absolute;
3346 background: rgba(255, 255, 255, 0.01);
3347 content: '';
3348}
3349.ant-popover-hidden {
3350 display: none;
3351}
3352.ant-popover-placement-top,
3353.ant-popover-placement-topLeft,
3354.ant-popover-placement-topRight {
3355 padding-bottom: 10px;
3356}
3357.ant-popover-placement-right,
3358.ant-popover-placement-rightTop,
3359.ant-popover-placement-rightBottom {
3360 padding-left: 10px;
3361}
3362.ant-popover-placement-bottom,
3363.ant-popover-placement-bottomLeft,
3364.ant-popover-placement-bottomRight {
3365 padding-top: 10px;
3366}
3367.ant-popover-placement-left,
3368.ant-popover-placement-leftTop,
3369.ant-popover-placement-leftBottom {
3370 padding-right: 10px;
3371}
3372.ant-popover-inner {
3373 background-color: #fff;
3374 background-clip: padding-box;
3375 border-radius: 2px;
3376 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);
3377 box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
3378}
3379@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
3380 .ant-popover {
3381 /* IE10+ */
3382 }
3383 .ant-popover-inner {
3384 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);
3385 }
3386}
3387.ant-popover-title {
3388 min-width: 177px;
3389 min-height: 32px;
3390 margin: 0;
3391 padding: 5px 16px 4px;
3392 color: rgba(0, 0, 0, 0.85);
3393 font-weight: 500;
3394 border-bottom: 1px solid #f0f0f0;
3395}
3396.ant-popover-inner-content {
3397 padding: 12px 16px;
3398 color: rgba(0, 0, 0, 0.85);
3399}
3400.ant-popover-message {
3401 position: relative;
3402 padding: 4px 0 12px;
3403 color: rgba(0, 0, 0, 0.85);
3404 font-size: 14px;
3405}
3406.ant-popover-message > .anticon {
3407 position: absolute;
3408 top: 8.0005px;
3409 color: var(--ant-warning-color);
3410 font-size: 14px;
3411}
3412.ant-popover-message-title {
3413 padding-left: 22px;
3414}
3415.ant-popover-buttons {
3416 margin-bottom: 4px;
3417 text-align: right;
3418}
3419.ant-popover-buttons button {
3420 margin-left: 8px;
3421}
3422.ant-popover-arrow {
3423 position: absolute;
3424 display: block;
3425 width: 8.48528137px;
3426 height: 8.48528137px;
3427 overflow: hidden;
3428 background: transparent;
3429 pointer-events: none;
3430}
3431.ant-popover-arrow-content {
3432 position: absolute;
3433 top: 0;
3434 right: 0;
3435 bottom: 0;
3436 left: 0;
3437 display: block;
3438 width: 6px;
3439 height: 6px;
3440 margin: auto;
3441 background-color: #fff;
3442 content: '';
3443 pointer-events: auto;
3444}
3445.ant-popover-placement-top .ant-popover-arrow,
3446.ant-popover-placement-topLeft .ant-popover-arrow,
3447.ant-popover-placement-topRight .ant-popover-arrow {
3448 bottom: 1.51471863px;
3449}
3450.ant-popover-placement-top .ant-popover-arrow-content,
3451.ant-popover-placement-topLeft .ant-popover-arrow-content,
3452.ant-popover-placement-topRight .ant-popover-arrow-content {
3453 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
3454 transform: translateY(-4.24264069px) rotate(45deg);
3455}
3456.ant-popover-placement-top .ant-popover-arrow {
3457 left: 50%;
3458 transform: translateX(-50%);
3459}
3460.ant-popover-placement-topLeft .ant-popover-arrow {
3461 left: 16px;
3462}
3463.ant-popover-placement-topRight .ant-popover-arrow {
3464 right: 16px;
3465}
3466.ant-popover-placement-right .ant-popover-arrow,
3467.ant-popover-placement-rightTop .ant-popover-arrow,
3468.ant-popover-placement-rightBottom .ant-popover-arrow {
3469 left: 1.51471863px;
3470}
3471.ant-popover-placement-right .ant-popover-arrow-content,
3472.ant-popover-placement-rightTop .ant-popover-arrow-content,
3473.ant-popover-placement-rightBottom .ant-popover-arrow-content {
3474 box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
3475 transform: translateX(4.24264069px) rotate(45deg);
3476}
3477.ant-popover-placement-right .ant-popover-arrow {
3478 top: 50%;
3479 transform: translateY(-50%);
3480}
3481.ant-popover-placement-rightTop .ant-popover-arrow {
3482 top: 12px;
3483}
3484.ant-popover-placement-rightBottom .ant-popover-arrow {
3485 bottom: 12px;
3486}
3487.ant-popover-placement-bottom .ant-popover-arrow,
3488.ant-popover-placement-bottomLeft .ant-popover-arrow,
3489.ant-popover-placement-bottomRight .ant-popover-arrow {
3490 top: 1.51471863px;
3491}
3492.ant-popover-placement-bottom .ant-popover-arrow-content,
3493.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
3494.ant-popover-placement-bottomRight .ant-popover-arrow-content {
3495 box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
3496 transform: translateY(4.24264069px) rotate(45deg);
3497}
3498.ant-popover-placement-bottom .ant-popover-arrow {
3499 left: 50%;
3500 transform: translateX(-50%);
3501}
3502.ant-popover-placement-bottomLeft .ant-popover-arrow {
3503 left: 16px;
3504}
3505.ant-popover-placement-bottomRight .ant-popover-arrow {
3506 right: 16px;
3507}
3508.ant-popover-placement-left .ant-popover-arrow,
3509.ant-popover-placement-leftTop .ant-popover-arrow,
3510.ant-popover-placement-leftBottom .ant-popover-arrow {
3511 right: 1.51471863px;
3512}
3513.ant-popover-placement-left .ant-popover-arrow-content,
3514.ant-popover-placement-leftTop .ant-popover-arrow-content,
3515.ant-popover-placement-leftBottom .ant-popover-arrow-content {
3516 box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
3517 transform: translateX(-4.24264069px) rotate(45deg);
3518}
3519.ant-popover-placement-left .ant-popover-arrow {
3520 top: 50%;
3521 transform: translateY(-50%);
3522}
3523.ant-popover-placement-leftTop .ant-popover-arrow {
3524 top: 12px;
3525}
3526.ant-popover-placement-leftBottom .ant-popover-arrow {
3527 bottom: 12px;
3528}
3529.ant-popover-pink .ant-popover-inner {
3530 background-color: #eb2f96;
3531}
3532.ant-popover-pink .ant-popover-arrow-content {
3533 background-color: #eb2f96;
3534}
3535.ant-popover-magenta .ant-popover-inner {
3536 background-color: #eb2f96;
3537}
3538.ant-popover-magenta .ant-popover-arrow-content {
3539 background-color: #eb2f96;
3540}
3541.ant-popover-red .ant-popover-inner {
3542 background-color: #f5222d;
3543}
3544.ant-popover-red .ant-popover-arrow-content {
3545 background-color: #f5222d;
3546}
3547.ant-popover-volcano .ant-popover-inner {
3548 background-color: #fa541c;
3549}
3550.ant-popover-volcano .ant-popover-arrow-content {
3551 background-color: #fa541c;
3552}
3553.ant-popover-orange .ant-popover-inner {
3554 background-color: #fa8c16;
3555}
3556.ant-popover-orange .ant-popover-arrow-content {
3557 background-color: #fa8c16;
3558}
3559.ant-popover-yellow .ant-popover-inner {
3560 background-color: #fadb14;
3561}
3562.ant-popover-yellow .ant-popover-arrow-content {
3563 background-color: #fadb14;
3564}
3565.ant-popover-gold .ant-popover-inner {
3566 background-color: #faad14;
3567}
3568.ant-popover-gold .ant-popover-arrow-content {
3569 background-color: #faad14;
3570}
3571.ant-popover-cyan .ant-popover-inner {
3572 background-color: #13c2c2;
3573}
3574.ant-popover-cyan .ant-popover-arrow-content {
3575 background-color: #13c2c2;
3576}
3577.ant-popover-lime .ant-popover-inner {
3578 background-color: #a0d911;
3579}
3580.ant-popover-lime .ant-popover-arrow-content {
3581 background-color: #a0d911;
3582}
3583.ant-popover-green .ant-popover-inner {
3584 background-color: #52c41a;
3585}
3586.ant-popover-green .ant-popover-arrow-content {
3587 background-color: #52c41a;
3588}
3589.ant-popover-blue .ant-popover-inner {
3590 background-color: #1890ff;
3591}
3592.ant-popover-blue .ant-popover-arrow-content {
3593 background-color: #1890ff;
3594}
3595.ant-popover-geekblue .ant-popover-inner {
3596 background-color: #2f54eb;
3597}
3598.ant-popover-geekblue .ant-popover-arrow-content {
3599 background-color: #2f54eb;
3600}
3601.ant-popover-purple .ant-popover-inner {
3602 background-color: #722ed1;
3603}
3604.ant-popover-purple .ant-popover-arrow-content {
3605 background-color: #722ed1;
3606}
3607.ant-popover-rtl {
3608 direction: rtl;
3609 text-align: right;
3610}
3611.ant-popover-rtl .ant-popover-message-title {
3612 padding-right: 22px;
3613 padding-left: 16px;
3614}
3615.ant-popover-rtl .ant-popover-buttons {
3616 text-align: left;
3617}
3618.ant-popover-rtl .ant-popover-buttons button {
3619 margin-right: 8px;
3620 margin-left: 0;
3621}
3622
3623/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3624/* stylelint-disable no-duplicate-selectors */
3625/* stylelint-disable */
3626/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3627html {
3628 --ant-primary-color: #1890ff;
3629 --ant-primary-color-hover: #40a9ff;
3630 --ant-primary-color-active: #096dd9;
3631 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3632 --ant-primary-1: #e6f7ff;
3633 --ant-primary-2: #bae7ff;
3634 --ant-primary-3: #91d5ff;
3635 --ant-primary-4: #69c0ff;
3636 --ant-primary-5: #40a9ff;
3637 --ant-primary-6: #1890ff;
3638 --ant-primary-7: #096dd9;
3639 --ant-primary-color-deprecated-pure: ;
3640 --ant-primary-color-deprecated-l-35: #cbe6ff;
3641 --ant-primary-color-deprecated-l-20: #7ec1ff;
3642 --ant-primary-color-deprecated-t-20: #46a6ff;
3643 --ant-primary-color-deprecated-t-50: #8cc8ff;
3644 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3645 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3646 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3647 --ant-success-color: #52c41a;
3648 --ant-success-color-hover: #73d13d;
3649 --ant-success-color-active: #389e0d;
3650 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3651 --ant-success-color-deprecated-bg: #f6ffed;
3652 --ant-success-color-deprecated-border: #b7eb8f;
3653 --ant-error-color: #ff4d4f;
3654 --ant-error-color-hover: #ff7875;
3655 --ant-error-color-active: #d9363e;
3656 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3657 --ant-error-color-deprecated-bg: #fff2f0;
3658 --ant-error-color-deprecated-border: #ffccc7;
3659 --ant-warning-color: #faad14;
3660 --ant-warning-color-hover: #ffc53d;
3661 --ant-warning-color-active: #d48806;
3662 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3663 --ant-warning-color-deprecated-bg: #fffbe6;
3664 --ant-warning-color-deprecated-border: #ffe58f;
3665 --ant-info-color: #1890ff;
3666 --ant-info-color-deprecated-bg: #e6f7ff;
3667 --ant-info-color-deprecated-border: #91d5ff;
3668}
3669.ant-back-top {
3670 box-sizing: border-box;
3671 margin: 0;
3672 padding: 0;
3673 color: rgba(0, 0, 0, 0.85);
3674 font-size: 14px;
3675 font-variant: tabular-nums;
3676 line-height: 1.5715;
3677 list-style: none;
3678 font-feature-settings: 'tnum';
3679 position: fixed;
3680 right: 100px;
3681 bottom: 50px;
3682 z-index: 10;
3683 width: 40px;
3684 height: 40px;
3685 cursor: pointer;
3686}
3687.ant-back-top:empty {
3688 display: none;
3689}
3690.ant-back-top-rtl {
3691 right: auto;
3692 left: 100px;
3693 direction: rtl;
3694}
3695.ant-back-top-content {
3696 width: 40px;
3697 height: 40px;
3698 overflow: hidden;
3699 color: #fff;
3700 text-align: center;
3701 background-color: rgba(0, 0, 0, 0.45);
3702 border-radius: 20px;
3703 transition: all 0.3s;
3704}
3705.ant-back-top-content:hover {
3706 background-color: rgba(0, 0, 0, 0.85);
3707 transition: all 0.3s;
3708}
3709.ant-back-top-icon {
3710 font-size: 24px;
3711 line-height: 40px;
3712}
3713@media screen and (max-width: 768px) {
3714 .ant-back-top {
3715 right: 60px;
3716 }
3717}
3718@media screen and (max-width: 480px) {
3719 .ant-back-top {
3720 right: 20px;
3721 }
3722}
3723
3724/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3725/* stylelint-disable no-duplicate-selectors */
3726/* stylelint-disable */
3727/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3728html {
3729 --ant-primary-color: #1890ff;
3730 --ant-primary-color-hover: #40a9ff;
3731 --ant-primary-color-active: #096dd9;
3732 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
3733 --ant-primary-1: #e6f7ff;
3734 --ant-primary-2: #bae7ff;
3735 --ant-primary-3: #91d5ff;
3736 --ant-primary-4: #69c0ff;
3737 --ant-primary-5: #40a9ff;
3738 --ant-primary-6: #1890ff;
3739 --ant-primary-7: #096dd9;
3740 --ant-primary-color-deprecated-pure: ;
3741 --ant-primary-color-deprecated-l-35: #cbe6ff;
3742 --ant-primary-color-deprecated-l-20: #7ec1ff;
3743 --ant-primary-color-deprecated-t-20: #46a6ff;
3744 --ant-primary-color-deprecated-t-50: #8cc8ff;
3745 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
3746 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
3747 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
3748 --ant-success-color: #52c41a;
3749 --ant-success-color-hover: #73d13d;
3750 --ant-success-color-active: #389e0d;
3751 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
3752 --ant-success-color-deprecated-bg: #f6ffed;
3753 --ant-success-color-deprecated-border: #b7eb8f;
3754 --ant-error-color: #ff4d4f;
3755 --ant-error-color-hover: #ff7875;
3756 --ant-error-color-active: #d9363e;
3757 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
3758 --ant-error-color-deprecated-bg: #fff2f0;
3759 --ant-error-color-deprecated-border: #ffccc7;
3760 --ant-warning-color: #faad14;
3761 --ant-warning-color-hover: #ffc53d;
3762 --ant-warning-color-active: #d48806;
3763 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
3764 --ant-warning-color-deprecated-bg: #fffbe6;
3765 --ant-warning-color-deprecated-border: #ffe58f;
3766 --ant-info-color: #1890ff;
3767 --ant-info-color-deprecated-bg: #e6f7ff;
3768 --ant-info-color-deprecated-border: #91d5ff;
3769}
3770.ant-badge {
3771 box-sizing: border-box;
3772 margin: 0;
3773 padding: 0;
3774 color: rgba(0, 0, 0, 0.85);
3775 font-size: 14px;
3776 font-variant: tabular-nums;
3777 line-height: 1.5715;
3778 list-style: none;
3779 font-feature-settings: 'tnum';
3780 position: relative;
3781 display: inline-block;
3782 line-height: 1;
3783}
3784.ant-badge-count {
3785 z-index: auto;
3786 min-width: 20px;
3787 height: 20px;
3788 padding: 0 6px;
3789 color: #fff;
3790 font-weight: normal;
3791 font-size: 12px;
3792 line-height: 20px;
3793 white-space: nowrap;
3794 text-align: center;
3795 background: #ff4d4f;
3796 border-radius: 10px;
3797 box-shadow: 0 0 0 1px #fff;
3798}
3799.ant-badge-count a,
3800.ant-badge-count a:hover {
3801 color: #fff;
3802}
3803.ant-badge-count-sm {
3804 min-width: 14px;
3805 height: 14px;
3806 padding: 0;
3807 font-size: 12px;
3808 line-height: 14px;
3809 border-radius: 7px;
3810}
3811.ant-badge-multiple-words {
3812 padding: 0 8px;
3813}
3814.ant-badge-dot {
3815 z-index: auto;
3816 width: 6px;
3817 min-width: 6px;
3818 height: 6px;
3819 background: #ff4d4f;
3820 border-radius: 100%;
3821 box-shadow: 0 0 0 1px #fff;
3822}
3823.ant-badge-dot.ant-scroll-number {
3824 transition: background 1.5s;
3825}
3826.ant-badge-count,
3827.ant-badge-dot,
3828.ant-badge .ant-scroll-number-custom-component {
3829 position: absolute;
3830 top: 0;
3831 right: 0;
3832 transform: translate(50%, -50%);
3833 transform-origin: 100% 0%;
3834}
3835.ant-badge-count.anticon-spin,
3836.ant-badge-dot.anticon-spin,
3837.ant-badge .ant-scroll-number-custom-component.anticon-spin {
3838 -webkit-animation: antBadgeLoadingCircle 1s infinite linear;
3839 animation: antBadgeLoadingCircle 1s infinite linear;
3840}
3841.ant-badge-status {
3842 line-height: inherit;
3843 vertical-align: baseline;
3844}
3845.ant-badge-status-dot {
3846 position: relative;
3847 top: -1px;
3848 display: inline-block;
3849 width: 6px;
3850 height: 6px;
3851 vertical-align: middle;
3852 border-radius: 50%;
3853}
3854.ant-badge-status-success {
3855 background-color: var(--ant-success-color);
3856}
3857.ant-badge-status-processing {
3858 position: relative;
3859 background-color: var(--ant-primary-color);
3860}
3861.ant-badge-status-processing::after {
3862 position: absolute;
3863 top: 0;
3864 left: 0;
3865 width: 100%;
3866 height: 100%;
3867 border: 1px solid var(--ant-primary-color);
3868 border-radius: 50%;
3869 -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
3870 animation: antStatusProcessing 1.2s infinite ease-in-out;
3871 content: '';
3872}
3873.ant-badge-status-default {
3874 background-color: #d9d9d9;
3875}
3876.ant-badge-status-error {
3877 background-color: var(--ant-error-color);
3878}
3879.ant-badge-status-warning {
3880 background-color: var(--ant-warning-color);
3881}
3882.ant-badge-status-pink {
3883 background: #eb2f96;
3884}
3885.ant-badge-status-magenta {
3886 background: #eb2f96;
3887}
3888.ant-badge-status-red {
3889 background: #f5222d;
3890}
3891.ant-badge-status-volcano {
3892 background: #fa541c;
3893}
3894.ant-badge-status-orange {
3895 background: #fa8c16;
3896}
3897.ant-badge-status-yellow {
3898 background: #fadb14;
3899}
3900.ant-badge-status-gold {
3901 background: #faad14;
3902}
3903.ant-badge-status-cyan {
3904 background: #13c2c2;
3905}
3906.ant-badge-status-lime {
3907 background: #a0d911;
3908}
3909.ant-badge-status-green {
3910 background: #52c41a;
3911}
3912.ant-badge-status-blue {
3913 background: #1890ff;
3914}
3915.ant-badge-status-geekblue {
3916 background: #2f54eb;
3917}
3918.ant-badge-status-purple {
3919 background: #722ed1;
3920}
3921.ant-badge-status-text {
3922 margin-left: 8px;
3923 color: rgba(0, 0, 0, 0.85);
3924 font-size: 14px;
3925}
3926.ant-badge-zoom-appear,
3927.ant-badge-zoom-enter {
3928 -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3929 animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3930 -webkit-animation-fill-mode: both;
3931 animation-fill-mode: both;
3932}
3933.ant-badge-zoom-leave {
3934 -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3935 animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3936 -webkit-animation-fill-mode: both;
3937 animation-fill-mode: both;
3938}
3939.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
3940.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
3941 -webkit-animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3942 animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3943}
3944.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
3945 -webkit-animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3946 animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3947}
3948.ant-badge-not-a-wrapper:not(.ant-badge-status) {
3949 vertical-align: middle;
3950}
3951.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
3952.ant-badge-not-a-wrapper .ant-badge-count {
3953 transform: none;
3954}
3955.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
3956.ant-badge-not-a-wrapper .ant-scroll-number {
3957 position: relative;
3958 top: auto;
3959 display: block;
3960 transform-origin: 50% 50%;
3961}
3962@-webkit-keyframes antStatusProcessing {
3963 0% {
3964 transform: scale(0.8);
3965 opacity: 0.5;
3966 }
3967 100% {
3968 transform: scale(2.4);
3969 opacity: 0;
3970 }
3971}
3972@keyframes antStatusProcessing {
3973 0% {
3974 transform: scale(0.8);
3975 opacity: 0.5;
3976 }
3977 100% {
3978 transform: scale(2.4);
3979 opacity: 0;
3980 }
3981}
3982.ant-scroll-number {
3983 overflow: hidden;
3984 direction: ltr;
3985}
3986.ant-scroll-number-only {
3987 position: relative;
3988 display: inline-block;
3989 height: 20px;
3990 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3991 /* stylelint-disable property-no-vendor-prefix */
3992 -webkit-transform-style: preserve-3d;
3993 -webkit-backface-visibility: hidden;
3994 /* stylelint-enable property-no-vendor-prefix */
3995}
3996.ant-scroll-number-only > p.ant-scroll-number-only-unit {
3997 height: 20px;
3998 margin: 0;
3999 /* stylelint-disable property-no-vendor-prefix */
4000 -webkit-transform-style: preserve-3d;
4001 -webkit-backface-visibility: hidden;
4002 /* stylelint-enable property-no-vendor-prefix */
4003}
4004.ant-scroll-number-symbol {
4005 vertical-align: top;
4006}
4007@-webkit-keyframes antZoomBadgeIn {
4008 0% {
4009 transform: scale(0) translate(50%, -50%);
4010 opacity: 0;
4011 }
4012 100% {
4013 transform: scale(1) translate(50%, -50%);
4014 }
4015}
4016@keyframes antZoomBadgeIn {
4017 0% {
4018 transform: scale(0) translate(50%, -50%);
4019 opacity: 0;
4020 }
4021 100% {
4022 transform: scale(1) translate(50%, -50%);
4023 }
4024}
4025@-webkit-keyframes antZoomBadgeOut {
4026 0% {
4027 transform: scale(1) translate(50%, -50%);
4028 }
4029 100% {
4030 transform: scale(0) translate(50%, -50%);
4031 opacity: 0;
4032 }
4033}
4034@keyframes antZoomBadgeOut {
4035 0% {
4036 transform: scale(1) translate(50%, -50%);
4037 }
4038 100% {
4039 transform: scale(0) translate(50%, -50%);
4040 opacity: 0;
4041 }
4042}
4043@-webkit-keyframes antNoWrapperZoomBadgeIn {
4044 0% {
4045 transform: scale(0);
4046 opacity: 0;
4047 }
4048 100% {
4049 transform: scale(1);
4050 }
4051}
4052@keyframes antNoWrapperZoomBadgeIn {
4053 0% {
4054 transform: scale(0);
4055 opacity: 0;
4056 }
4057 100% {
4058 transform: scale(1);
4059 }
4060}
4061@-webkit-keyframes antNoWrapperZoomBadgeOut {
4062 0% {
4063 transform: scale(1);
4064 }
4065 100% {
4066 transform: scale(0);
4067 opacity: 0;
4068 }
4069}
4070@keyframes antNoWrapperZoomBadgeOut {
4071 0% {
4072 transform: scale(1);
4073 }
4074 100% {
4075 transform: scale(0);
4076 opacity: 0;
4077 }
4078}
4079@-webkit-keyframes antBadgeLoadingCircle {
4080 0% {
4081 transform-origin: 50%;
4082 }
4083 100% {
4084 transform: translate(50%, -50%) rotate(360deg);
4085 transform-origin: 50%;
4086 }
4087}
4088@keyframes antBadgeLoadingCircle {
4089 0% {
4090 transform-origin: 50%;
4091 }
4092 100% {
4093 transform: translate(50%, -50%) rotate(360deg);
4094 transform-origin: 50%;
4095 }
4096}
4097.ant-ribbon-wrapper {
4098 position: relative;
4099}
4100.ant-ribbon {
4101 box-sizing: border-box;
4102 margin: 0;
4103 padding: 0;
4104 color: rgba(0, 0, 0, 0.85);
4105 font-size: 14px;
4106 font-variant: tabular-nums;
4107 line-height: 1.5715;
4108 list-style: none;
4109 font-feature-settings: 'tnum';
4110 position: absolute;
4111 top: 8px;
4112 height: 22px;
4113 padding: 0 8px;
4114 color: #fff;
4115 line-height: 22px;
4116 white-space: nowrap;
4117 background-color: var(--ant-primary-color);
4118 border-radius: 2px;
4119}
4120.ant-ribbon-text {
4121 color: #fff;
4122}
4123.ant-ribbon-corner {
4124 position: absolute;
4125 top: 100%;
4126 width: 8px;
4127 height: 8px;
4128 color: currentColor;
4129 border: 4px solid;
4130 transform: scaleY(0.75);
4131 transform-origin: top;
4132}
4133.ant-ribbon-corner::after {
4134 position: absolute;
4135 top: -4px;
4136 left: -4px;
4137 width: inherit;
4138 height: inherit;
4139 color: rgba(0, 0, 0, 0.25);
4140 border: inherit;
4141 content: '';
4142}
4143.ant-ribbon-color-pink {
4144 color: #eb2f96;
4145 background: #eb2f96;
4146}
4147.ant-ribbon-color-magenta {
4148 color: #eb2f96;
4149 background: #eb2f96;
4150}
4151.ant-ribbon-color-red {
4152 color: #f5222d;
4153 background: #f5222d;
4154}
4155.ant-ribbon-color-volcano {
4156 color: #fa541c;
4157 background: #fa541c;
4158}
4159.ant-ribbon-color-orange {
4160 color: #fa8c16;
4161 background: #fa8c16;
4162}
4163.ant-ribbon-color-yellow {
4164 color: #fadb14;
4165 background: #fadb14;
4166}
4167.ant-ribbon-color-gold {
4168 color: #faad14;
4169 background: #faad14;
4170}
4171.ant-ribbon-color-cyan {
4172 color: #13c2c2;
4173 background: #13c2c2;
4174}
4175.ant-ribbon-color-lime {
4176 color: #a0d911;
4177 background: #a0d911;
4178}
4179.ant-ribbon-color-green {
4180 color: #52c41a;
4181 background: #52c41a;
4182}
4183.ant-ribbon-color-blue {
4184 color: #1890ff;
4185 background: #1890ff;
4186}
4187.ant-ribbon-color-geekblue {
4188 color: #2f54eb;
4189 background: #2f54eb;
4190}
4191.ant-ribbon-color-purple {
4192 color: #722ed1;
4193 background: #722ed1;
4194}
4195.ant-ribbon.ant-ribbon-placement-end {
4196 right: -8px;
4197 border-bottom-right-radius: 0;
4198}
4199.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
4200 right: 0;
4201 border-color: currentColor transparent transparent currentColor;
4202}
4203.ant-ribbon.ant-ribbon-placement-start {
4204 left: -8px;
4205 border-bottom-left-radius: 0;
4206}
4207.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
4208 left: 0;
4209 border-color: currentColor currentColor transparent transparent;
4210}
4211.ant-badge-rtl {
4212 direction: rtl;
4213}
4214.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
4215.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
4216.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
4217 right: auto;
4218 left: 0;
4219 direction: ltr;
4220 transform: translate(-50%, -50%);
4221 transform-origin: 0% 0%;
4222}
4223.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
4224 right: auto;
4225 left: 0;
4226 transform: translate(-50%, -50%);
4227 transform-origin: 0% 0%;
4228}
4229.ant-badge-rtl .ant-badge-status-text {
4230 margin-right: 8px;
4231 margin-left: 0;
4232}
4233.ant-ribbon-rtl {
4234 direction: rtl;
4235}
4236.ant-ribbon-rtl.ant-ribbon-placement-end {
4237 right: unset;
4238 left: -8px;
4239 border-bottom-right-radius: 2px;
4240 border-bottom-left-radius: 0;
4241}
4242.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
4243 right: unset;
4244 left: 0;
4245 border-color: currentColor currentColor transparent transparent;
4246}
4247.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
4248 border-color: currentColor currentColor transparent transparent;
4249}
4250.ant-ribbon-rtl.ant-ribbon-placement-start {
4251 right: -8px;
4252 left: unset;
4253 border-bottom-right-radius: 0;
4254 border-bottom-left-radius: 2px;
4255}
4256.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
4257 right: 0;
4258 left: unset;
4259 border-color: currentColor transparent transparent currentColor;
4260}
4261.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
4262 border-color: currentColor transparent transparent currentColor;
4263}
4264
4265/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
4266/* stylelint-disable no-duplicate-selectors */
4267/* stylelint-disable */
4268/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
4269html {
4270 --ant-primary-color: #1890ff;
4271 --ant-primary-color-hover: #40a9ff;
4272 --ant-primary-color-active: #096dd9;
4273 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
4274 --ant-primary-1: #e6f7ff;
4275 --ant-primary-2: #bae7ff;
4276 --ant-primary-3: #91d5ff;
4277 --ant-primary-4: #69c0ff;
4278 --ant-primary-5: #40a9ff;
4279 --ant-primary-6: #1890ff;
4280 --ant-primary-7: #096dd9;
4281 --ant-primary-color-deprecated-pure: ;
4282 --ant-primary-color-deprecated-l-35: #cbe6ff;
4283 --ant-primary-color-deprecated-l-20: #7ec1ff;
4284 --ant-primary-color-deprecated-t-20: #46a6ff;
4285 --ant-primary-color-deprecated-t-50: #8cc8ff;
4286 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
4287 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
4288 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
4289 --ant-success-color: #52c41a;
4290 --ant-success-color-hover: #73d13d;
4291 --ant-success-color-active: #389e0d;
4292 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
4293 --ant-success-color-deprecated-bg: #f6ffed;
4294 --ant-success-color-deprecated-border: #b7eb8f;
4295 --ant-error-color: #ff4d4f;
4296 --ant-error-color-hover: #ff7875;
4297 --ant-error-color-active: #d9363e;
4298 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
4299 --ant-error-color-deprecated-bg: #fff2f0;
4300 --ant-error-color-deprecated-border: #ffccc7;
4301 --ant-warning-color: #faad14;
4302 --ant-warning-color-hover: #ffc53d;
4303 --ant-warning-color-active: #d48806;
4304 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
4305 --ant-warning-color-deprecated-bg: #fffbe6;
4306 --ant-warning-color-deprecated-border: #ffe58f;
4307 --ant-info-color: #1890ff;
4308 --ant-info-color-deprecated-bg: #e6f7ff;
4309 --ant-info-color-deprecated-border: #91d5ff;
4310}
4311.ant-breadcrumb {
4312 box-sizing: border-box;
4313 margin: 0;
4314 padding: 0;
4315 color: rgba(0, 0, 0, 0.85);
4316 font-variant: tabular-nums;
4317 line-height: 1.5715;
4318 list-style: none;
4319 font-feature-settings: 'tnum';
4320 color: rgba(0, 0, 0, 0.45);
4321 font-size: 14px;
4322}
4323.ant-breadcrumb .anticon {
4324 font-size: 14px;
4325}
4326.ant-breadcrumb a {
4327 color: rgba(0, 0, 0, 0.45);
4328 transition: color 0.3s;
4329}
4330.ant-breadcrumb a:hover {
4331 color: var(--ant-primary-5);
4332}
4333.ant-breadcrumb > span:last-child {
4334 color: rgba(0, 0, 0, 0.85);
4335}
4336.ant-breadcrumb > span:last-child a {
4337 color: rgba(0, 0, 0, 0.85);
4338}
4339.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
4340 display: none;
4341}
4342.ant-breadcrumb-separator {
4343 margin: 0 8px;
4344 color: rgba(0, 0, 0, 0.45);
4345}
4346.ant-breadcrumb-link > .anticon + span,
4347.ant-breadcrumb-link > .anticon + a {
4348 margin-left: 4px;
4349}
4350.ant-breadcrumb-overlay-link > .anticon {
4351 margin-left: 4px;
4352}
4353.ant-breadcrumb-rtl {
4354 direction: rtl;
4355}
4356.ant-breadcrumb-rtl::before {
4357 display: table;
4358 content: '';
4359}
4360.ant-breadcrumb-rtl::after {
4361 display: table;
4362 clear: both;
4363 content: '';
4364}
4365.ant-breadcrumb-rtl > span {
4366 float: right;
4367}
4368.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
4369.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
4370 margin-right: 4px;
4371 margin-left: 0;
4372}
4373.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
4374 margin-right: 4px;
4375 margin-left: 0;
4376}
4377
4378/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
4379/* stylelint-disable no-duplicate-selectors */
4380/* stylelint-disable */
4381/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
4382html {
4383 --ant-primary-color: #1890ff;
4384 --ant-primary-color-hover: #40a9ff;
4385 --ant-primary-color-active: #096dd9;
4386 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
4387 --ant-primary-1: #e6f7ff;
4388 --ant-primary-2: #bae7ff;
4389 --ant-primary-3: #91d5ff;
4390 --ant-primary-4: #69c0ff;
4391 --ant-primary-5: #40a9ff;
4392 --ant-primary-6: #1890ff;
4393 --ant-primary-7: #096dd9;
4394 --ant-primary-color-deprecated-pure: ;
4395 --ant-primary-color-deprecated-l-35: #cbe6ff;
4396 --ant-primary-color-deprecated-l-20: #7ec1ff;
4397 --ant-primary-color-deprecated-t-20: #46a6ff;
4398 --ant-primary-color-deprecated-t-50: #8cc8ff;
4399 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
4400 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
4401 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
4402 --ant-success-color: #52c41a;
4403 --ant-success-color-hover: #73d13d;
4404 --ant-success-color-active: #389e0d;
4405 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
4406 --ant-success-color-deprecated-bg: #f6ffed;
4407 --ant-success-color-deprecated-border: #b7eb8f;
4408 --ant-error-color: #ff4d4f;
4409 --ant-error-color-hover: #ff7875;
4410 --ant-error-color-active: #d9363e;
4411 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
4412 --ant-error-color-deprecated-bg: #fff2f0;
4413 --ant-error-color-deprecated-border: #ffccc7;
4414 --ant-warning-color: #faad14;
4415 --ant-warning-color-hover: #ffc53d;
4416 --ant-warning-color-active: #d48806;
4417 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
4418 --ant-warning-color-deprecated-bg: #fffbe6;
4419 --ant-warning-color-deprecated-border: #ffe58f;
4420 --ant-info-color: #1890ff;
4421 --ant-info-color-deprecated-bg: #e6f7ff;
4422 --ant-info-color-deprecated-border: #91d5ff;
4423}
4424.ant-menu-item-danger.ant-menu-item {
4425 color: var(--ant-error-color);
4426}
4427.ant-menu-item-danger.ant-menu-item:hover,
4428.ant-menu-item-danger.ant-menu-item-active {
4429 color: var(--ant-error-color);
4430}
4431.ant-menu-item-danger.ant-menu-item:active {
4432 background: #fff1f0;
4433}
4434.ant-menu-item-danger.ant-menu-item-selected {
4435 color: var(--ant-error-color);
4436}
4437.ant-menu-item-danger.ant-menu-item-selected > a,
4438.ant-menu-item-danger.ant-menu-item-selected > a:hover {
4439 color: var(--ant-error-color);
4440}
4441.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
4442 background-color: #fff1f0;
4443}
4444.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
4445 border-right-color: var(--ant-error-color);
4446}
4447.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
4448.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
4449.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
4450 color: var(--ant-error-color);
4451}
4452.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
4453 color: #fff;
4454 background-color: var(--ant-error-color);
4455}
4456.ant-menu {
4457 box-sizing: border-box;
4458 margin: 0;
4459 padding: 0;
4460 font-variant: tabular-nums;
4461 line-height: 1.5715;
4462 font-feature-settings: 'tnum';
4463 margin-bottom: 0;
4464 padding-left: 0;
4465 color: rgba(0, 0, 0, 0.85);
4466 font-size: 14px;
4467 line-height: 0;
4468 text-align: left;
4469 list-style: none;
4470 background: #fff;
4471 outline: none;
4472 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);
4473 transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
4474}
4475.ant-menu::before {
4476 display: table;
4477 content: '';
4478}
4479.ant-menu::after {
4480 display: table;
4481 clear: both;
4482 content: '';
4483}
4484.ant-menu.ant-menu-root:focus-visible {
4485 box-shadow: 0 0 0 2px var(--ant-primary-1);
4486}
4487.ant-menu ul,
4488.ant-menu ol {
4489 margin: 0;
4490 padding: 0;
4491 list-style: none;
4492}
4493.ant-menu-overflow {
4494 display: flex;
4495}
4496.ant-menu-overflow-item {
4497 flex: none;
4498}
4499.ant-menu-hidden,
4500.ant-menu-submenu-hidden {
4501 display: none;
4502}
4503.ant-menu-item-group-title {
4504 height: 1.5715;
4505 padding: 8px 16px;
4506 color: rgba(0, 0, 0, 0.45);
4507 font-size: 14px;
4508 line-height: 1.5715;
4509 transition: all 0.3s;
4510}
4511.ant-menu-horizontal .ant-menu-submenu {
4512 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);
4513}
4514.ant-menu-submenu,
4515.ant-menu-submenu-inline {
4516 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);
4517}
4518.ant-menu-submenu-selected {
4519 color: var(--ant-primary-color);
4520}
4521.ant-menu-item:active,
4522.ant-menu-submenu-title:active {
4523 background: var(--ant-primary-1);
4524}
4525.ant-menu-submenu .ant-menu-sub {
4526 cursor: initial;
4527 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);
4528}
4529.ant-menu-title-content {
4530 transition: color 0.3s;
4531}
4532.ant-menu-item a {
4533 color: rgba(0, 0, 0, 0.85);
4534}
4535.ant-menu-item a:hover {
4536 color: var(--ant-primary-color);
4537}
4538.ant-menu-item a::before {
4539 position: absolute;
4540 top: 0;
4541 right: 0;
4542 bottom: 0;
4543 left: 0;
4544 background-color: transparent;
4545 content: '';
4546}
4547.ant-menu-item > .ant-badge a {
4548 color: rgba(0, 0, 0, 0.85);
4549}
4550.ant-menu-item > .ant-badge a:hover {
4551 color: var(--ant-primary-color);
4552}
4553.ant-menu-item-divider {
4554 overflow: hidden;
4555 line-height: 0;
4556 border-color: #f0f0f0;
4557 border-style: solid;
4558 border-width: 1px 0 0;
4559}
4560.ant-menu-item-divider-dashed {
4561 border-style: dashed;
4562}
4563.ant-menu-horizontal .ant-menu-item,
4564.ant-menu-horizontal .ant-menu-submenu {
4565 margin-top: -1px;
4566}
4567.ant-menu-horizontal > .ant-menu-item:hover,
4568.ant-menu-horizontal > .ant-menu-item-active,
4569.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
4570 background-color: transparent;
4571}
4572.ant-menu-item-selected {
4573 color: var(--ant-primary-color);
4574}
4575.ant-menu-item-selected a,
4576.ant-menu-item-selected a:hover {
4577 color: var(--ant-primary-color);
4578}
4579.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
4580 background-color: var(--ant-primary-1);
4581}
4582.ant-menu-inline,
4583.ant-menu-vertical,
4584.ant-menu-vertical-left {
4585 border-right: 1px solid #f0f0f0;
4586}
4587.ant-menu-vertical-right {
4588 border-left: 1px solid #f0f0f0;
4589}
4590.ant-menu-vertical.ant-menu-sub,
4591.ant-menu-vertical-left.ant-menu-sub,
4592.ant-menu-vertical-right.ant-menu-sub {
4593 min-width: 160px;
4594 max-height: calc(100vh - 100px);
4595 padding: 0;
4596 overflow: hidden;
4597 border-right: 0;
4598}
4599.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
4600.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
4601.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
4602 overflow-x: hidden;
4603 overflow-y: auto;
4604}
4605.ant-menu-vertical.ant-menu-sub .ant-menu-item,
4606.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
4607.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
4608 left: 0;
4609 margin-left: 0;
4610 border-right: 0;
4611}
4612.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
4613.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
4614.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
4615 border-right: 0;
4616}
4617.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
4618.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
4619.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
4620.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
4621.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
4622.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
4623 transform-origin: 0 0;
4624}
4625.ant-menu-horizontal.ant-menu-sub {
4626 min-width: 114px;
4627}
4628.ant-menu-horizontal .ant-menu-item,
4629.ant-menu-horizontal .ant-menu-submenu-title {
4630 transition: border-color 0.3s, background 0.3s;
4631}
4632.ant-menu-item,
4633.ant-menu-submenu-title {
4634 position: relative;
4635 display: block;
4636 margin: 0;
4637 padding: 0 20px;
4638 white-space: nowrap;
4639 cursor: pointer;
4640 transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
4641}
4642.ant-menu-item .ant-menu-item-icon,
4643.ant-menu-submenu-title .ant-menu-item-icon,
4644.ant-menu-item .anticon,
4645.ant-menu-submenu-title .anticon {
4646 min-width: 14px;
4647 font-size: 14px;
4648 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;
4649}
4650.ant-menu-item .ant-menu-item-icon + span,
4651.ant-menu-submenu-title .ant-menu-item-icon + span,
4652.ant-menu-item .anticon + span,
4653.ant-menu-submenu-title .anticon + span {
4654 margin-left: 10px;
4655 opacity: 1;
4656 transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
4657}
4658.ant-menu-item .ant-menu-item-icon.svg,
4659.ant-menu-submenu-title .ant-menu-item-icon.svg {
4660 vertical-align: -0.125em;
4661}
4662.ant-menu-item.ant-menu-item-only-child > .anticon,
4663.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
4664.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
4665.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
4666 margin-right: 0;
4667}
4668.ant-menu-item:focus-visible,
4669.ant-menu-submenu-title:focus-visible {
4670 box-shadow: 0 0 0 2px var(--ant-primary-1);
4671}
4672.ant-menu > .ant-menu-item-divider {
4673 margin: 1px 0;
4674 padding: 0;
4675}
4676.ant-menu-submenu-popup {
4677 position: absolute;
4678 z-index: 1050;
4679 background: transparent;
4680 border-radius: 2px;
4681 box-shadow: none;
4682 transform-origin: 0 0;
4683}
4684.ant-menu-submenu-popup::before {
4685 position: absolute;
4686 top: -7px;
4687 right: 0;
4688 bottom: 0;
4689 left: 0;
4690 z-index: -1;
4691 width: 100%;
4692 height: 100%;
4693 opacity: 0.0001;
4694 content: ' ';
4695}
4696.ant-menu-submenu-placement-rightTop::before {
4697 top: 0;
4698 left: -7px;
4699}
4700.ant-menu-submenu > .ant-menu {
4701 background-color: #fff;
4702 border-radius: 2px;
4703}
4704.ant-menu-submenu > .ant-menu-submenu-title::after {
4705 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
4706}
4707.ant-menu-submenu-popup > .ant-menu {
4708 background-color: #fff;
4709}
4710.ant-menu-submenu-expand-icon,
4711.ant-menu-submenu-arrow {
4712 position: absolute;
4713 top: 50%;
4714 right: 16px;
4715 width: 10px;
4716 color: rgba(0, 0, 0, 0.85);
4717 transform: translateY(-50%);
4718 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
4719}
4720.ant-menu-submenu-arrow::before,
4721.ant-menu-submenu-arrow::after {
4722 position: absolute;
4723 width: 6px;
4724 height: 1.5px;
4725 background-color: currentColor;
4726 border-radius: 2px;
4727 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);
4728 content: '';
4729}
4730.ant-menu-submenu-arrow::before {
4731 transform: rotate(45deg) translateY(-2.5px);
4732}
4733.ant-menu-submenu-arrow::after {
4734 transform: rotate(-45deg) translateY(2.5px);
4735}
4736.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
4737.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
4738 color: var(--ant-primary-color);
4739}
4740.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
4741.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
4742 transform: rotate(-45deg) translateX(2.5px);
4743}
4744.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
4745.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
4746 transform: rotate(45deg) translateX(-2.5px);
4747}
4748.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
4749 display: none;
4750}
4751.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
4752 transform: translateY(-2px);
4753}
4754.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
4755 transform: rotate(-45deg) translateX(-2.5px);
4756}
4757.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
4758 transform: rotate(45deg) translateX(2.5px);
4759}
4760.ant-menu-vertical .ant-menu-submenu-selected,
4761.ant-menu-vertical-left .ant-menu-submenu-selected,
4762.ant-menu-vertical-right .ant-menu-submenu-selected {
4763 color: var(--ant-primary-color);
4764}
4765.ant-menu-horizontal {
4766 line-height: 46px;
4767 border: 0;
4768 border-bottom: 1px solid #f0f0f0;
4769 box-shadow: none;
4770}
4771.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
4772.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
4773 margin-top: -1px;
4774 margin-bottom: 0;
4775 padding: 0 20px;
4776}
4777.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
4778.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
4779.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
4780.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
4781.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
4782.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
4783.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
4784.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
4785 color: var(--ant-primary-color);
4786}
4787.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
4788.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
4789.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
4790.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
4791.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
4792.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
4793.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
4794.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
4795 border-bottom: 2px solid var(--ant-primary-color);
4796}
4797.ant-menu-horizontal > .ant-menu-item,
4798.ant-menu-horizontal > .ant-menu-submenu {
4799 position: relative;
4800 top: 1px;
4801 display: inline-block;
4802 vertical-align: bottom;
4803}
4804.ant-menu-horizontal > .ant-menu-item::after,
4805.ant-menu-horizontal > .ant-menu-submenu::after {
4806 position: absolute;
4807 right: 20px;
4808 bottom: 0;
4809 left: 20px;
4810 border-bottom: 2px solid transparent;
4811 transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
4812 content: '';
4813}
4814.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
4815 padding: 0;
4816}
4817.ant-menu-horizontal > .ant-menu-item a {
4818 color: rgba(0, 0, 0, 0.85);
4819}
4820.ant-menu-horizontal > .ant-menu-item a:hover {
4821 color: var(--ant-primary-color);
4822}
4823.ant-menu-horizontal > .ant-menu-item a::before {
4824 bottom: -2px;
4825}
4826.ant-menu-horizontal > .ant-menu-item-selected a {
4827 color: var(--ant-primary-color);
4828}
4829.ant-menu-horizontal::after {
4830 display: block;
4831 clear: both;
4832 height: 0;
4833 content: '\20';
4834}
4835.ant-menu-vertical .ant-menu-item,
4836.ant-menu-vertical-left .ant-menu-item,
4837.ant-menu-vertical-right .ant-menu-item,
4838.ant-menu-inline .ant-menu-item {
4839 position: relative;
4840}
4841.ant-menu-vertical .ant-menu-item::after,
4842.ant-menu-vertical-left .ant-menu-item::after,
4843.ant-menu-vertical-right .ant-menu-item::after,
4844.ant-menu-inline .ant-menu-item::after {
4845 position: absolute;
4846 top: 0;
4847 right: 0;
4848 bottom: 0;
4849 border-right: 3px solid var(--ant-primary-color);
4850 transform: scaleY(0.0001);
4851 opacity: 0;
4852 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);
4853 content: '';
4854}
4855.ant-menu-vertical .ant-menu-item,
4856.ant-menu-vertical-left .ant-menu-item,
4857.ant-menu-vertical-right .ant-menu-item,
4858.ant-menu-inline .ant-menu-item,
4859.ant-menu-vertical .ant-menu-submenu-title,
4860.ant-menu-vertical-left .ant-menu-submenu-title,
4861.ant-menu-vertical-right .ant-menu-submenu-title,
4862.ant-menu-inline .ant-menu-submenu-title {
4863 height: 40px;
4864 margin-top: 4px;
4865 margin-bottom: 4px;
4866 padding: 0 16px;
4867 overflow: hidden;
4868 line-height: 40px;
4869 text-overflow: ellipsis;
4870}
4871.ant-menu-vertical .ant-menu-submenu,
4872.ant-menu-vertical-left .ant-menu-submenu,
4873.ant-menu-vertical-right .ant-menu-submenu,
4874.ant-menu-inline .ant-menu-submenu {
4875 padding-bottom: 0.02px;
4876}
4877.ant-menu-vertical .ant-menu-item:not(:last-child),
4878.ant-menu-vertical-left .ant-menu-item:not(:last-child),
4879.ant-menu-vertical-right .ant-menu-item:not(:last-child),
4880.ant-menu-inline .ant-menu-item:not(:last-child) {
4881 margin-bottom: 8px;
4882}
4883.ant-menu-vertical > .ant-menu-item,
4884.ant-menu-vertical-left > .ant-menu-item,
4885.ant-menu-vertical-right > .ant-menu-item,
4886.ant-menu-inline > .ant-menu-item,
4887.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
4888.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
4889.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
4890.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
4891 height: 40px;
4892 line-height: 40px;
4893}
4894.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
4895.ant-menu-vertical .ant-menu-submenu-title {
4896 padding-right: 34px;
4897}
4898.ant-menu-inline {
4899 width: 100%;
4900}
4901.ant-menu-inline .ant-menu-selected::after,
4902.ant-menu-inline .ant-menu-item-selected::after {
4903 transform: scaleY(1);
4904 opacity: 1;
4905 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);
4906}
4907.ant-menu-inline .ant-menu-item,
4908.ant-menu-inline .ant-menu-submenu-title {
4909 width: calc(100% + 1px);
4910}
4911.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
4912.ant-menu-inline .ant-menu-submenu-title {
4913 padding-right: 34px;
4914}
4915.ant-menu-inline.ant-menu-root .ant-menu-item,
4916.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
4917 display: flex;
4918 align-items: center;
4919 transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
4920}
4921.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
4922.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
4923 flex: auto;
4924 min-width: 0;
4925 overflow: hidden;
4926 text-overflow: ellipsis;
4927}
4928.ant-menu-inline.ant-menu-root .ant-menu-item > *,
4929.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
4930 flex: none;
4931}
4932.ant-menu.ant-menu-inline-collapsed {
4933 width: 80px;
4934}
4935.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
4936.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
4937.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
4938.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
4939 left: 0;
4940 padding: 0 calc(50% - 16px / 2);
4941 text-overflow: clip;
4942}
4943.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
4944.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
4945.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,
4946.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
4947 opacity: 0;
4948}
4949.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
4950.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
4951.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,
4952.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
4953.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
4954.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
4955.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
4956.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
4957 margin: 0;
4958 font-size: 16px;
4959 line-height: 40px;
4960}
4961.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
4962.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
4963.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,
4964.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
4965.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
4966.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
4967.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
4968.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
4969 display: inline-block;
4970 opacity: 0;
4971}
4972.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
4973.ant-menu.ant-menu-inline-collapsed .anticon {
4974 display: inline-block;
4975}
4976.ant-menu.ant-menu-inline-collapsed-tooltip {
4977 pointer-events: none;
4978}
4979.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
4980.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
4981 display: none;
4982}
4983.ant-menu.ant-menu-inline-collapsed-tooltip a {
4984 color: rgba(255, 255, 255, 0.85);
4985}
4986.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
4987 padding-right: 4px;
4988 padding-left: 4px;
4989 overflow: hidden;
4990 white-space: nowrap;
4991 text-overflow: ellipsis;
4992}
4993.ant-menu-item-group-list {
4994 margin: 0;
4995 padding: 0;
4996}
4997.ant-menu-item-group-list .ant-menu-item,
4998.ant-menu-item-group-list .ant-menu-submenu-title {
4999 padding: 0 16px 0 28px;
5000}
5001.ant-menu-root.ant-menu-vertical,
5002.ant-menu-root.ant-menu-vertical-left,
5003.ant-menu-root.ant-menu-vertical-right,
5004.ant-menu-root.ant-menu-inline {
5005 box-shadow: none;
5006}
5007.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
5008.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
5009 font-size: 16px;
5010 text-align: center;
5011}
5012.ant-menu-sub.ant-menu-inline {
5013 padding: 0;
5014 background: #fafafa;
5015 border: 0;
5016 border-radius: 0;
5017 box-shadow: none;
5018}
5019.ant-menu-sub.ant-menu-inline > .ant-menu-item,
5020.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
5021 height: 40px;
5022 line-height: 40px;
5023 list-style-position: inside;
5024 list-style-type: disc;
5025}
5026.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
5027 padding-left: 32px;
5028}
5029.ant-menu-item-disabled,
5030.ant-menu-submenu-disabled {
5031 color: rgba(0, 0, 0, 0.25) !important;
5032 background: none;
5033 cursor: not-allowed;
5034}
5035.ant-menu-item-disabled::after,
5036.ant-menu-submenu-disabled::after {
5037 border-color: transparent !important;
5038}
5039.ant-menu-item-disabled a,
5040.ant-menu-submenu-disabled a {
5041 color: rgba(0, 0, 0, 0.25) !important;
5042 pointer-events: none;
5043}
5044.ant-menu-item-disabled > .ant-menu-submenu-title,
5045.ant-menu-submenu-disabled > .ant-menu-submenu-title {
5046 color: rgba(0, 0, 0, 0.25) !important;
5047 cursor: not-allowed;
5048}
5049.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5050.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5051.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5052.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
5053 background: rgba(0, 0, 0, 0.25) !important;
5054}
5055.ant-layout-header .ant-menu {
5056 line-height: inherit;
5057}
5058.ant-menu-inline-collapsed-tooltip a,
5059.ant-menu-inline-collapsed-tooltip a:hover {
5060 color: #fff;
5061}
5062.ant-menu-light .ant-menu-item:hover,
5063.ant-menu-light .ant-menu-item-active,
5064.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
5065.ant-menu-light .ant-menu-submenu-active,
5066.ant-menu-light .ant-menu-submenu-title:hover {
5067 color: var(--ant-primary-color);
5068}
5069.ant-menu.ant-menu-dark,
5070.ant-menu-dark .ant-menu-sub,
5071.ant-menu.ant-menu-dark .ant-menu-sub {
5072 color: rgba(255, 255, 255, 0.65);
5073 background: #001529;
5074}
5075.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
5076.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
5077.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
5078 opacity: 0.45;
5079 transition: all 0.3s;
5080}
5081.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
5082.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
5083.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
5084.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
5085.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
5086.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
5087 background: #fff;
5088}
5089.ant-menu-dark.ant-menu-submenu-popup {
5090 background: transparent;
5091}
5092.ant-menu-dark .ant-menu-inline.ant-menu-sub {
5093 background: #000c17;
5094}
5095.ant-menu-dark.ant-menu-horizontal {
5096 border-bottom: 0;
5097}
5098.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
5099.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
5100 top: 0;
5101 margin-top: 0;
5102 padding: 0 20px;
5103 border-color: #001529;
5104 border-bottom: 0;
5105}
5106.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
5107 background-color: var(--ant-primary-color);
5108}
5109.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
5110 bottom: 0;
5111}
5112.ant-menu-dark .ant-menu-item,
5113.ant-menu-dark .ant-menu-item-group-title,
5114.ant-menu-dark .ant-menu-item > a,
5115.ant-menu-dark .ant-menu-item > span > a {
5116 color: rgba(255, 255, 255, 0.65);
5117}
5118.ant-menu-dark.ant-menu-inline,
5119.ant-menu-dark.ant-menu-vertical,
5120.ant-menu-dark.ant-menu-vertical-left,
5121.ant-menu-dark.ant-menu-vertical-right {
5122 border-right: 0;
5123}
5124.ant-menu-dark.ant-menu-inline .ant-menu-item,
5125.ant-menu-dark.ant-menu-vertical .ant-menu-item,
5126.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
5127.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
5128 left: 0;
5129 margin-left: 0;
5130 border-right: 0;
5131}
5132.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
5133.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
5134.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
5135.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
5136 border-right: 0;
5137}
5138.ant-menu-dark.ant-menu-inline .ant-menu-item,
5139.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
5140 width: 100%;
5141}
5142.ant-menu-dark .ant-menu-item:hover,
5143.ant-menu-dark .ant-menu-item-active,
5144.ant-menu-dark .ant-menu-submenu-active,
5145.ant-menu-dark .ant-menu-submenu-open,
5146.ant-menu-dark .ant-menu-submenu-selected,
5147.ant-menu-dark .ant-menu-submenu-title:hover {
5148 color: #fff;
5149 background-color: transparent;
5150}
5151.ant-menu-dark .ant-menu-item:hover > a,
5152.ant-menu-dark .ant-menu-item-active > a,
5153.ant-menu-dark .ant-menu-submenu-active > a,
5154.ant-menu-dark .ant-menu-submenu-open > a,
5155.ant-menu-dark .ant-menu-submenu-selected > a,
5156.ant-menu-dark .ant-menu-submenu-title:hover > a,
5157.ant-menu-dark .ant-menu-item:hover > span > a,
5158.ant-menu-dark .ant-menu-item-active > span > a,
5159.ant-menu-dark .ant-menu-submenu-active > span > a,
5160.ant-menu-dark .ant-menu-submenu-open > span > a,
5161.ant-menu-dark .ant-menu-submenu-selected > span > a,
5162.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
5163 color: #fff;
5164}
5165.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5166.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5167.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5168.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5169.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5170.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
5171 opacity: 1;
5172}
5173.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5174.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5175.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5176.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5177.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5178.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5179.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5180.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5181.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5182.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5183.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5184.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
5185 background: #fff;
5186}
5187.ant-menu-dark .ant-menu-item:hover {
5188 background-color: transparent;
5189}
5190.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
5191 background-color: var(--ant-primary-color);
5192}
5193.ant-menu-dark .ant-menu-item-selected {
5194 color: #fff;
5195 border-right: 0;
5196}
5197.ant-menu-dark .ant-menu-item-selected::after {
5198 border-right: 0;
5199}
5200.ant-menu-dark .ant-menu-item-selected > a,
5201.ant-menu-dark .ant-menu-item-selected > span > a,
5202.ant-menu-dark .ant-menu-item-selected > a:hover,
5203.ant-menu-dark .ant-menu-item-selected > span > a:hover {
5204 color: #fff;
5205}
5206.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
5207.ant-menu-dark .ant-menu-item-selected .anticon {
5208 color: #fff;
5209}
5210.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
5211.ant-menu-dark .ant-menu-item-selected .anticon + span {
5212 color: #fff;
5213}
5214.ant-menu.ant-menu-dark .ant-menu-item-selected,
5215.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
5216 background-color: var(--ant-primary-color);
5217}
5218.ant-menu-dark .ant-menu-item-disabled,
5219.ant-menu-dark .ant-menu-submenu-disabled,
5220.ant-menu-dark .ant-menu-item-disabled > a,
5221.ant-menu-dark .ant-menu-submenu-disabled > a,
5222.ant-menu-dark .ant-menu-item-disabled > span > a,
5223.ant-menu-dark .ant-menu-submenu-disabled > span > a {
5224 color: rgba(255, 255, 255, 0.35) !important;
5225 opacity: 0.8;
5226}
5227.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
5228.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
5229 color: rgba(255, 255, 255, 0.35) !important;
5230}
5231.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5232.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5233.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5234.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
5235 background: rgba(255, 255, 255, 0.35) !important;
5236}
5237.ant-menu.ant-menu-rtl {
5238 direction: rtl;
5239 text-align: right;
5240}
5241.ant-menu-rtl .ant-menu-item-group-title {
5242 text-align: right;
5243}
5244.ant-menu-rtl.ant-menu-inline,
5245.ant-menu-rtl.ant-menu-vertical {
5246 border-right: none;
5247 border-left: 1px solid #f0f0f0;
5248}
5249.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
5250.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
5251 border-left: none;
5252}
5253.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
5254.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
5255.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
5256.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
5257.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
5258.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
5259 transform-origin: top right;
5260}
5261.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
5262.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
5263.ant-menu-rtl .ant-menu-item .anticon,
5264.ant-menu-rtl .ant-menu-submenu-title .anticon {
5265 margin-right: auto;
5266 margin-left: 10px;
5267}
5268.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
5269.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
5270.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
5271.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
5272 margin-left: 0;
5273}
5274.ant-menu-submenu-rtl.ant-menu-submenu-popup {
5275 transform-origin: 100% 0;
5276}
5277.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
5278.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
5279.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
5280.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
5281 right: auto;
5282 left: 16px;
5283}
5284.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
5285.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
5286.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
5287 transform: rotate(-45deg) translateY(-2px);
5288}
5289.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
5290.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
5291.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
5292 transform: rotate(45deg) translateY(2px);
5293}
5294.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
5295.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
5296.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
5297.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
5298 right: auto;
5299 left: 0;
5300}
5301.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
5302.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
5303.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
5304.ant-menu-rtl.ant-menu-inline .ant-menu-item,
5305.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
5306.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
5307.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
5308.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
5309 text-align: right;
5310}
5311.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
5312 padding-right: 0;
5313 padding-left: 34px;
5314}
5315.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
5316 padding-right: 16px;
5317 padding-left: 34px;
5318}
5319.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
5320 padding: 0 calc(50% - 16px / 2);
5321}
5322.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
5323.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
5324 padding: 0 28px 0 16px;
5325}
5326.ant-menu-sub.ant-menu-inline {
5327 border: 0;
5328}
5329.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
5330 padding-right: 32px;
5331 padding-left: 0;
5332}
5333
5334/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
5335/* stylelint-disable no-duplicate-selectors */
5336/* stylelint-disable */
5337/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5338html {
5339 --ant-primary-color: #1890ff;
5340 --ant-primary-color-hover: #40a9ff;
5341 --ant-primary-color-active: #096dd9;
5342 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
5343 --ant-primary-1: #e6f7ff;
5344 --ant-primary-2: #bae7ff;
5345 --ant-primary-3: #91d5ff;
5346 --ant-primary-4: #69c0ff;
5347 --ant-primary-5: #40a9ff;
5348 --ant-primary-6: #1890ff;
5349 --ant-primary-7: #096dd9;
5350 --ant-primary-color-deprecated-pure: ;
5351 --ant-primary-color-deprecated-l-35: #cbe6ff;
5352 --ant-primary-color-deprecated-l-20: #7ec1ff;
5353 --ant-primary-color-deprecated-t-20: #46a6ff;
5354 --ant-primary-color-deprecated-t-50: #8cc8ff;
5355 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
5356 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
5357 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
5358 --ant-success-color: #52c41a;
5359 --ant-success-color-hover: #73d13d;
5360 --ant-success-color-active: #389e0d;
5361 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
5362 --ant-success-color-deprecated-bg: #f6ffed;
5363 --ant-success-color-deprecated-border: #b7eb8f;
5364 --ant-error-color: #ff4d4f;
5365 --ant-error-color-hover: #ff7875;
5366 --ant-error-color-active: #d9363e;
5367 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
5368 --ant-error-color-deprecated-bg: #fff2f0;
5369 --ant-error-color-deprecated-border: #ffccc7;
5370 --ant-warning-color: #faad14;
5371 --ant-warning-color-hover: #ffc53d;
5372 --ant-warning-color-active: #d48806;
5373 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
5374 --ant-warning-color-deprecated-bg: #fffbe6;
5375 --ant-warning-color-deprecated-border: #ffe58f;
5376 --ant-info-color: #1890ff;
5377 --ant-info-color-deprecated-bg: #e6f7ff;
5378 --ant-info-color-deprecated-border: #91d5ff;
5379}
5380.ant-tooltip {
5381 box-sizing: border-box;
5382 margin: 0;
5383 padding: 0;
5384 color: rgba(0, 0, 0, 0.85);
5385 font-size: 14px;
5386 font-variant: tabular-nums;
5387 line-height: 1.5715;
5388 list-style: none;
5389 font-feature-settings: 'tnum';
5390 position: absolute;
5391 z-index: 1070;
5392 display: block;
5393 width: -webkit-max-content;
5394 width: -moz-max-content;
5395 width: max-content;
5396 max-width: 250px;
5397 visibility: visible;
5398}
5399.ant-tooltip-hidden {
5400 display: none;
5401}
5402.ant-tooltip-placement-top,
5403.ant-tooltip-placement-topLeft,
5404.ant-tooltip-placement-topRight {
5405 padding-bottom: 8px;
5406}
5407.ant-tooltip-placement-right,
5408.ant-tooltip-placement-rightTop,
5409.ant-tooltip-placement-rightBottom {
5410 padding-left: 8px;
5411}
5412.ant-tooltip-placement-bottom,
5413.ant-tooltip-placement-bottomLeft,
5414.ant-tooltip-placement-bottomRight {
5415 padding-top: 8px;
5416}
5417.ant-tooltip-placement-left,
5418.ant-tooltip-placement-leftTop,
5419.ant-tooltip-placement-leftBottom {
5420 padding-right: 8px;
5421}
5422.ant-tooltip-inner {
5423 min-width: 30px;
5424 min-height: 32px;
5425 padding: 6px 8px;
5426 color: #fff;
5427 text-align: left;
5428 text-decoration: none;
5429 word-wrap: break-word;
5430 background-color: rgba(0, 0, 0, 0.75);
5431 border-radius: 2px;
5432 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);
5433}
5434.ant-tooltip-arrow {
5435 position: absolute;
5436 display: block;
5437 width: 13.07106781px;
5438 height: 13.07106781px;
5439 overflow: hidden;
5440 background: transparent;
5441 pointer-events: none;
5442}
5443.ant-tooltip-arrow-content {
5444 position: absolute;
5445 top: 0;
5446 right: 0;
5447 bottom: 0;
5448 left: 0;
5449 display: block;
5450 width: 5px;
5451 height: 5px;
5452 margin: auto;
5453 background-color: rgba(0, 0, 0, 0.75);
5454 content: '';
5455 pointer-events: auto;
5456}
5457.ant-tooltip-placement-top .ant-tooltip-arrow,
5458.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
5459.ant-tooltip-placement-topRight .ant-tooltip-arrow {
5460 bottom: -5.07106781px;
5461}
5462.ant-tooltip-placement-top .ant-tooltip-arrow-content,
5463.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
5464.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
5465 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
5466 transform: translateY(-6.53553391px) rotate(45deg);
5467}
5468.ant-tooltip-placement-top .ant-tooltip-arrow {
5469 left: 50%;
5470 transform: translateX(-50%);
5471}
5472.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
5473 left: 13px;
5474}
5475.ant-tooltip-placement-topRight .ant-tooltip-arrow {
5476 right: 13px;
5477}
5478.ant-tooltip-placement-right .ant-tooltip-arrow,
5479.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
5480.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
5481 left: -5.07106781px;
5482}
5483.ant-tooltip-placement-right .ant-tooltip-arrow-content,
5484.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
5485.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
5486 box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
5487 transform: translateX(6.53553391px) rotate(45deg);
5488}
5489.ant-tooltip-placement-right .ant-tooltip-arrow {
5490 top: 50%;
5491 transform: translateY(-50%);
5492}
5493.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
5494 top: 5px;
5495}
5496.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
5497 bottom: 5px;
5498}
5499.ant-tooltip-placement-left .ant-tooltip-arrow,
5500.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
5501.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
5502 right: -5.07106781px;
5503}
5504.ant-tooltip-placement-left .ant-tooltip-arrow-content,
5505.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
5506.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
5507 box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
5508 transform: translateX(-6.53553391px) rotate(45deg);
5509}
5510.ant-tooltip-placement-left .ant-tooltip-arrow {
5511 top: 50%;
5512 transform: translateY(-50%);
5513}
5514.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
5515 top: 5px;
5516}
5517.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
5518 bottom: 5px;
5519}
5520.ant-tooltip-placement-bottom .ant-tooltip-arrow,
5521.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
5522.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
5523 top: -5.07106781px;
5524}
5525.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
5526.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
5527.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
5528 box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
5529 transform: translateY(6.53553391px) rotate(45deg);
5530}
5531.ant-tooltip-placement-bottom .ant-tooltip-arrow {
5532 left: 50%;
5533 transform: translateX(-50%);
5534}
5535.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
5536 left: 13px;
5537}
5538.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
5539 right: 13px;
5540}
5541.ant-tooltip-pink .ant-tooltip-inner {
5542 background-color: #eb2f96;
5543}
5544.ant-tooltip-pink .ant-tooltip-arrow-content {
5545 background-color: #eb2f96;
5546}
5547.ant-tooltip-magenta .ant-tooltip-inner {
5548 background-color: #eb2f96;
5549}
5550.ant-tooltip-magenta .ant-tooltip-arrow-content {
5551 background-color: #eb2f96;
5552}
5553.ant-tooltip-red .ant-tooltip-inner {
5554 background-color: #f5222d;
5555}
5556.ant-tooltip-red .ant-tooltip-arrow-content {
5557 background-color: #f5222d;
5558}
5559.ant-tooltip-volcano .ant-tooltip-inner {
5560 background-color: #fa541c;
5561}
5562.ant-tooltip-volcano .ant-tooltip-arrow-content {
5563 background-color: #fa541c;
5564}
5565.ant-tooltip-orange .ant-tooltip-inner {
5566 background-color: #fa8c16;
5567}
5568.ant-tooltip-orange .ant-tooltip-arrow-content {
5569 background-color: #fa8c16;
5570}
5571.ant-tooltip-yellow .ant-tooltip-inner {
5572 background-color: #fadb14;
5573}
5574.ant-tooltip-yellow .ant-tooltip-arrow-content {
5575 background-color: #fadb14;
5576}
5577.ant-tooltip-gold .ant-tooltip-inner {
5578 background-color: #faad14;
5579}
5580.ant-tooltip-gold .ant-tooltip-arrow-content {
5581 background-color: #faad14;
5582}
5583.ant-tooltip-cyan .ant-tooltip-inner {
5584 background-color: #13c2c2;
5585}
5586.ant-tooltip-cyan .ant-tooltip-arrow-content {
5587 background-color: #13c2c2;
5588}
5589.ant-tooltip-lime .ant-tooltip-inner {
5590 background-color: #a0d911;
5591}
5592.ant-tooltip-lime .ant-tooltip-arrow-content {
5593 background-color: #a0d911;
5594}
5595.ant-tooltip-green .ant-tooltip-inner {
5596 background-color: #52c41a;
5597}
5598.ant-tooltip-green .ant-tooltip-arrow-content {
5599 background-color: #52c41a;
5600}
5601.ant-tooltip-blue .ant-tooltip-inner {
5602 background-color: #1890ff;
5603}
5604.ant-tooltip-blue .ant-tooltip-arrow-content {
5605 background-color: #1890ff;
5606}
5607.ant-tooltip-geekblue .ant-tooltip-inner {
5608 background-color: #2f54eb;
5609}
5610.ant-tooltip-geekblue .ant-tooltip-arrow-content {
5611 background-color: #2f54eb;
5612}
5613.ant-tooltip-purple .ant-tooltip-inner {
5614 background-color: #722ed1;
5615}
5616.ant-tooltip-purple .ant-tooltip-arrow-content {
5617 background-color: #722ed1;
5618}
5619.ant-tooltip-rtl {
5620 direction: rtl;
5621}
5622.ant-tooltip-rtl .ant-tooltip-inner {
5623 text-align: right;
5624}
5625
5626/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
5627/* stylelint-disable no-duplicate-selectors */
5628/* stylelint-disable */
5629/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5630html {
5631 --ant-primary-color: #1890ff;
5632 --ant-primary-color-hover: #40a9ff;
5633 --ant-primary-color-active: #096dd9;
5634 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
5635 --ant-primary-1: #e6f7ff;
5636 --ant-primary-2: #bae7ff;
5637 --ant-primary-3: #91d5ff;
5638 --ant-primary-4: #69c0ff;
5639 --ant-primary-5: #40a9ff;
5640 --ant-primary-6: #1890ff;
5641 --ant-primary-7: #096dd9;
5642 --ant-primary-color-deprecated-pure: ;
5643 --ant-primary-color-deprecated-l-35: #cbe6ff;
5644 --ant-primary-color-deprecated-l-20: #7ec1ff;
5645 --ant-primary-color-deprecated-t-20: #46a6ff;
5646 --ant-primary-color-deprecated-t-50: #8cc8ff;
5647 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
5648 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
5649 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
5650 --ant-success-color: #52c41a;
5651 --ant-success-color-hover: #73d13d;
5652 --ant-success-color-active: #389e0d;
5653 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
5654 --ant-success-color-deprecated-bg: #f6ffed;
5655 --ant-success-color-deprecated-border: #b7eb8f;
5656 --ant-error-color: #ff4d4f;
5657 --ant-error-color-hover: #ff7875;
5658 --ant-error-color-active: #d9363e;
5659 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
5660 --ant-error-color-deprecated-bg: #fff2f0;
5661 --ant-error-color-deprecated-border: #ffccc7;
5662 --ant-warning-color: #faad14;
5663 --ant-warning-color-hover: #ffc53d;
5664 --ant-warning-color-active: #d48806;
5665 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
5666 --ant-warning-color-deprecated-bg: #fffbe6;
5667 --ant-warning-color-deprecated-border: #ffe58f;
5668 --ant-info-color: #1890ff;
5669 --ant-info-color-deprecated-bg: #e6f7ff;
5670 --ant-info-color-deprecated-border: #91d5ff;
5671}
5672.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
5673 color: var(--ant-error-color);
5674}
5675.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
5676 color: #fff;
5677 background-color: var(--ant-error-color);
5678}
5679.ant-dropdown {
5680 box-sizing: border-box;
5681 margin: 0;
5682 padding: 0;
5683 color: rgba(0, 0, 0, 0.85);
5684 font-size: 14px;
5685 font-variant: tabular-nums;
5686 line-height: 1.5715;
5687 list-style: none;
5688 font-feature-settings: 'tnum';
5689 position: absolute;
5690 top: -9999px;
5691 left: -9999px;
5692 z-index: 1050;
5693 display: block;
5694}
5695.ant-dropdown::before {
5696 position: absolute;
5697 top: -4px;
5698 right: 0;
5699 bottom: -4px;
5700 left: -7px;
5701 z-index: -9999;
5702 opacity: 0.0001;
5703 content: ' ';
5704}
5705.ant-dropdown-wrap {
5706 position: relative;
5707}
5708.ant-dropdown-wrap .ant-btn > .anticon-down {
5709 font-size: 10px;
5710}
5711.ant-dropdown-wrap .anticon-down::before {
5712 transition: transform 0.2s;
5713}
5714.ant-dropdown-wrap-open .anticon-down::before {
5715 transform: rotate(180deg);
5716}
5717.ant-dropdown-hidden,
5718.ant-dropdown-menu-hidden,
5719.ant-dropdown-menu-submenu-hidden {
5720 display: none;
5721}
5722.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
5723.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
5724.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
5725 padding-bottom: 10px;
5726}
5727.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
5728.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
5729.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
5730 padding-top: 10px;
5731}
5732.ant-dropdown-arrow {
5733 position: absolute;
5734 z-index: 1;
5735 display: block;
5736 width: 8.48528137px;
5737 height: 8.48528137px;
5738 background: transparent;
5739 border-style: solid;
5740 border-width: 4.24264069px;
5741 transform: rotate(45deg);
5742}
5743.ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
5744.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
5745.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
5746 bottom: 6.2px;
5747 border-color: transparent #fff #fff transparent;
5748 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
5749}
5750.ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
5751 left: 50%;
5752 transform: translateX(-50%) rotate(45deg);
5753}
5754.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
5755 left: 16px;
5756}
5757.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
5758 right: 16px;
5759}
5760.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
5761.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
5762.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
5763 top: 6px;
5764 border-color: #fff transparent transparent #fff;
5765 box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
5766}
5767.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
5768 left: 50%;
5769 transform: translateX(-50%) rotate(45deg);
5770}
5771.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
5772 left: 16px;
5773}
5774.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
5775 right: 16px;
5776}
5777.ant-dropdown-menu {
5778 position: relative;
5779 margin: 0;
5780 padding: 4px 0;
5781 text-align: left;
5782 list-style-type: none;
5783 background-color: #fff;
5784 background-clip: padding-box;
5785 border-radius: 2px;
5786 outline: none;
5787 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);
5788}
5789.ant-dropdown-menu-item-group-title {
5790 padding: 5px 12px;
5791 color: rgba(0, 0, 0, 0.45);
5792 transition: all 0.3s;
5793}
5794.ant-dropdown-menu-submenu-popup {
5795 position: absolute;
5796 z-index: 1050;
5797 background: transparent;
5798 box-shadow: none;
5799 transform-origin: 0 0;
5800}
5801.ant-dropdown-menu-submenu-popup ul,
5802.ant-dropdown-menu-submenu-popup li {
5803 list-style: none;
5804}
5805.ant-dropdown-menu-submenu-popup ul {
5806 margin-right: 0.3em;
5807 margin-left: 0.3em;
5808}
5809.ant-dropdown-menu-item {
5810 position: relative;
5811 display: flex;
5812 align-items: center;
5813}
5814.ant-dropdown-menu-item-icon {
5815 min-width: 12px;
5816 margin-right: 8px;
5817 font-size: 12px;
5818}
5819.ant-dropdown-menu-title-content {
5820 flex: auto;
5821}
5822.ant-dropdown-menu-title-content > a {
5823 color: inherit;
5824 transition: all 0.3s;
5825}
5826.ant-dropdown-menu-title-content > a:hover {
5827 color: inherit;
5828}
5829.ant-dropdown-menu-title-content > a::after {
5830 position: absolute;
5831 top: 0;
5832 right: 0;
5833 bottom: 0;
5834 left: 0;
5835 content: '';
5836}
5837.ant-dropdown-menu-item,
5838.ant-dropdown-menu-submenu-title {
5839 clear: both;
5840 margin: 0;
5841 padding: 5px 12px;
5842 color: rgba(0, 0, 0, 0.85);
5843 font-weight: normal;
5844 font-size: 14px;
5845 line-height: 22px;
5846 white-space: nowrap;
5847 cursor: pointer;
5848 transition: all 0.3s;
5849}
5850.ant-dropdown-menu-item-selected,
5851.ant-dropdown-menu-submenu-title-selected {
5852 color: var(--ant-primary-color);
5853 background-color: var(--ant-primary-1);
5854}
5855.ant-dropdown-menu-item:hover,
5856.ant-dropdown-menu-submenu-title:hover {
5857 background-color: #f5f5f5;
5858}
5859.ant-dropdown-menu-item-disabled,
5860.ant-dropdown-menu-submenu-title-disabled {
5861 color: rgba(0, 0, 0, 0.25);
5862 cursor: not-allowed;
5863}
5864.ant-dropdown-menu-item-disabled:hover,
5865.ant-dropdown-menu-submenu-title-disabled:hover {
5866 color: rgba(0, 0, 0, 0.25);
5867 background-color: #fff;
5868 cursor: not-allowed;
5869}
5870.ant-dropdown-menu-item-disabled a,
5871.ant-dropdown-menu-submenu-title-disabled a {
5872 pointer-events: none;
5873}
5874.ant-dropdown-menu-item-divider,
5875.ant-dropdown-menu-submenu-title-divider {
5876 height: 1px;
5877 margin: 4px 0;
5878 overflow: hidden;
5879 line-height: 0;
5880 background-color: #f0f0f0;
5881}
5882.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
5883.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
5884 position: absolute;
5885 right: 8px;
5886}
5887.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
5888.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
5889 margin-right: 0 !important;
5890 color: rgba(0, 0, 0, 0.45);
5891 font-size: 10px;
5892 font-style: normal;
5893}
5894.ant-dropdown-menu-item-group-list {
5895 margin: 0 8px;
5896 padding: 0;
5897 list-style: none;
5898}
5899.ant-dropdown-menu-submenu-title {
5900 padding-right: 24px;
5901}
5902.ant-dropdown-menu-submenu-vertical {
5903 position: relative;
5904}
5905.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
5906 position: absolute;
5907 top: 0;
5908 left: 100%;
5909 min-width: 100%;
5910 margin-left: 4px;
5911 transform-origin: 0 0;
5912}
5913.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
5914.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
5915 color: rgba(0, 0, 0, 0.25);
5916 background-color: #fff;
5917 cursor: not-allowed;
5918}
5919.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
5920 color: var(--ant-primary-color);
5921}
5922.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
5923.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
5924.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
5925.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
5926.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
5927.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
5928 -webkit-animation-name: antSlideUpIn;
5929 animation-name: antSlideUpIn;
5930}
5931.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
5932.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
5933.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
5934.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
5935.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
5936.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
5937 -webkit-animation-name: antSlideDownIn;
5938 animation-name: antSlideDownIn;
5939}
5940.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
5941.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
5942.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
5943 -webkit-animation-name: antSlideUpOut;
5944 animation-name: antSlideUpOut;
5945}
5946.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
5947.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
5948.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
5949 -webkit-animation-name: antSlideDownOut;
5950 animation-name: antSlideDownOut;
5951}
5952.ant-dropdown-trigger > .anticon.anticon-down,
5953.ant-dropdown-link > .anticon.anticon-down,
5954.ant-dropdown-button > .anticon.anticon-down {
5955 font-size: 10px;
5956 vertical-align: baseline;
5957}
5958.ant-dropdown-button {
5959 white-space: nowrap;
5960}
5961.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
5962.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
5963 cursor: default;
5964 pointer-events: none;
5965}
5966.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
5967 display: block;
5968}
5969.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
5970 padding-right: 8px;
5971 padding-left: 8px;
5972}
5973.ant-dropdown-menu-dark,
5974.ant-dropdown-menu-dark .ant-dropdown-menu {
5975 background: #001529;
5976}
5977.ant-dropdown-menu-dark .ant-dropdown-menu-item,
5978.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
5979.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
5980.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
5981 color: rgba(255, 255, 255, 0.65);
5982}
5983.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
5984.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
5985.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
5986.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
5987 color: rgba(255, 255, 255, 0.65);
5988}
5989.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
5990.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
5991.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
5992.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
5993 color: #fff;
5994 background: transparent;
5995}
5996.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
5997.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
5998.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
5999 color: #fff;
6000 background: var(--ant-primary-color);
6001}
6002.ant-dropdown-rtl {
6003 direction: rtl;
6004}
6005.ant-dropdown-rtl.ant-dropdown::before {
6006 right: -7px;
6007 left: 0;
6008}
6009.ant-dropdown-menu.ant-dropdown-menu-rtl {
6010 direction: rtl;
6011 text-align: right;
6012}
6013.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
6014.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
6015 direction: rtl;
6016 text-align: right;
6017}
6018.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
6019 transform-origin: 100% 0;
6020}
6021.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
6022.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
6023 text-align: right;
6024}
6025.ant-dropdown-rtl .ant-dropdown-menu-item,
6026.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
6027 text-align: right;
6028}
6029.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
6030.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
6031.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
6032.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
6033 margin-right: 0;
6034 margin-left: 8px;
6035}
6036.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
6037.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
6038 right: auto;
6039 left: 8px;
6040}
6041.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
6042.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
6043 margin-left: 0 !important;
6044 transform: scaleX(-1);
6045}
6046.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
6047 padding-right: 12px;
6048 padding-left: 24px;
6049}
6050.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
6051 right: 100%;
6052 left: 0;
6053 margin-right: 4px;
6054 margin-left: 0;
6055}
6056
6057/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
6058/* stylelint-disable no-duplicate-selectors */
6059/* stylelint-disable */
6060/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
6061html {
6062 --ant-primary-color: #1890ff;
6063 --ant-primary-color-hover: #40a9ff;
6064 --ant-primary-color-active: #096dd9;
6065 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
6066 --ant-primary-1: #e6f7ff;
6067 --ant-primary-2: #bae7ff;
6068 --ant-primary-3: #91d5ff;
6069 --ant-primary-4: #69c0ff;
6070 --ant-primary-5: #40a9ff;
6071 --ant-primary-6: #1890ff;
6072 --ant-primary-7: #096dd9;
6073 --ant-primary-color-deprecated-pure: ;
6074 --ant-primary-color-deprecated-l-35: #cbe6ff;
6075 --ant-primary-color-deprecated-l-20: #7ec1ff;
6076 --ant-primary-color-deprecated-t-20: #46a6ff;
6077 --ant-primary-color-deprecated-t-50: #8cc8ff;
6078 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
6079 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
6080 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
6081 --ant-success-color: #52c41a;
6082 --ant-success-color-hover: #73d13d;
6083 --ant-success-color-active: #389e0d;
6084 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
6085 --ant-success-color-deprecated-bg: #f6ffed;
6086 --ant-success-color-deprecated-border: #b7eb8f;
6087 --ant-error-color: #ff4d4f;
6088 --ant-error-color-hover: #ff7875;
6089 --ant-error-color-active: #d9363e;
6090 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
6091 --ant-error-color-deprecated-bg: #fff2f0;
6092 --ant-error-color-deprecated-border: #ffccc7;
6093 --ant-warning-color: #faad14;
6094 --ant-warning-color-hover: #ffc53d;
6095 --ant-warning-color-active: #d48806;
6096 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
6097 --ant-warning-color-deprecated-bg: #fffbe6;
6098 --ant-warning-color-deprecated-border: #ffe58f;
6099 --ant-info-color: #1890ff;
6100 --ant-info-color-deprecated-bg: #e6f7ff;
6101 --ant-info-color-deprecated-border: #91d5ff;
6102}
6103.ant-btn {
6104 line-height: 1.5715;
6105 position: relative;
6106 display: inline-block;
6107 font-weight: 400;
6108 white-space: nowrap;
6109 text-align: center;
6110 background-image: none;
6111 border: 1px solid transparent;
6112 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
6113 cursor: pointer;
6114 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6115 -webkit-user-select: none;
6116 -moz-user-select: none;
6117 -ms-user-select: none;
6118 user-select: none;
6119 touch-action: manipulation;
6120 height: 32px;
6121 padding: 4px 15px;
6122 font-size: 14px;
6123 border-radius: 2px;
6124 color: rgba(0, 0, 0, 0.85);
6125 border-color: #d9d9d9;
6126 background: #fff;
6127}
6128.ant-btn > .anticon {
6129 line-height: 1;
6130}
6131.ant-btn,
6132.ant-btn:active,
6133.ant-btn:focus {
6134 outline: 0;
6135}
6136.ant-btn:not([disabled]):hover {
6137 text-decoration: none;
6138}
6139.ant-btn:not([disabled]):active {
6140 outline: 0;
6141 box-shadow: none;
6142}
6143.ant-btn[disabled] {
6144 cursor: not-allowed;
6145}
6146.ant-btn[disabled] > * {
6147 pointer-events: none;
6148}
6149.ant-btn-lg {
6150 height: 40px;
6151 padding: 6.4px 15px;
6152 font-size: 16px;
6153 border-radius: 2px;
6154}
6155.ant-btn-sm {
6156 height: 24px;
6157 padding: 0px 7px;
6158 font-size: 14px;
6159 border-radius: 2px;
6160}
6161.ant-btn > a:only-child {
6162 color: currentColor;
6163}
6164.ant-btn > a:only-child::after {
6165 position: absolute;
6166 top: 0;
6167 right: 0;
6168 bottom: 0;
6169 left: 0;
6170 background: transparent;
6171 content: '';
6172}
6173.ant-btn:hover,
6174.ant-btn:focus {
6175 color: var(--ant-primary-color-hover);
6176 border-color: var(--ant-primary-color-hover);
6177 background: #fff;
6178}
6179.ant-btn:hover > a:only-child,
6180.ant-btn:focus > a:only-child {
6181 color: currentColor;
6182}
6183.ant-btn:hover > a:only-child::after,
6184.ant-btn:focus > a:only-child::after {
6185 position: absolute;
6186 top: 0;
6187 right: 0;
6188 bottom: 0;
6189 left: 0;
6190 background: transparent;
6191 content: '';
6192}
6193.ant-btn:active {
6194 color: var(--ant-primary-color-active);
6195 border-color: var(--ant-primary-color-active);
6196 background: #fff;
6197}
6198.ant-btn:active > a:only-child {
6199 color: currentColor;
6200}
6201.ant-btn:active > a:only-child::after {
6202 position: absolute;
6203 top: 0;
6204 right: 0;
6205 bottom: 0;
6206 left: 0;
6207 background: transparent;
6208 content: '';
6209}
6210.ant-btn[disabled],
6211.ant-btn[disabled]:hover,
6212.ant-btn[disabled]:focus,
6213.ant-btn[disabled]:active {
6214 color: rgba(0, 0, 0, 0.25);
6215 border-color: #d9d9d9;
6216 background: #f5f5f5;
6217 text-shadow: none;
6218 box-shadow: none;
6219}
6220.ant-btn[disabled] > a:only-child,
6221.ant-btn[disabled]:hover > a:only-child,
6222.ant-btn[disabled]:focus > a:only-child,
6223.ant-btn[disabled]:active > a:only-child {
6224 color: currentColor;
6225}
6226.ant-btn[disabled] > a:only-child::after,
6227.ant-btn[disabled]:hover > a:only-child::after,
6228.ant-btn[disabled]:focus > a:only-child::after,
6229.ant-btn[disabled]:active > a:only-child::after {
6230 position: absolute;
6231 top: 0;
6232 right: 0;
6233 bottom: 0;
6234 left: 0;
6235 background: transparent;
6236 content: '';
6237}
6238.ant-btn:hover,
6239.ant-btn:focus,
6240.ant-btn:active {
6241 text-decoration: none;
6242 background: #fff;
6243}
6244.ant-btn > span {
6245 display: inline-block;
6246}
6247.ant-btn-primary {
6248 color: #fff;
6249 border-color: var(--ant-primary-color);
6250 background: var(--ant-primary-color);
6251 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
6252 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
6253}
6254.ant-btn-primary > a:only-child {
6255 color: currentColor;
6256}
6257.ant-btn-primary > a:only-child::after {
6258 position: absolute;
6259 top: 0;
6260 right: 0;
6261 bottom: 0;
6262 left: 0;
6263 background: transparent;
6264 content: '';
6265}
6266.ant-btn-primary:hover,
6267.ant-btn-primary:focus {
6268 color: #fff;
6269 border-color: var(--ant-primary-color-hover);
6270 background: var(--ant-primary-color-hover);
6271}
6272.ant-btn-primary:hover > a:only-child,
6273.ant-btn-primary:focus > a:only-child {
6274 color: currentColor;
6275}
6276.ant-btn-primary:hover > a:only-child::after,
6277.ant-btn-primary:focus > a:only-child::after {
6278 position: absolute;
6279 top: 0;
6280 right: 0;
6281 bottom: 0;
6282 left: 0;
6283 background: transparent;
6284 content: '';
6285}
6286.ant-btn-primary:active {
6287 color: #fff;
6288 border-color: var(--ant-primary-color-active);
6289 background: var(--ant-primary-color-active);
6290}
6291.ant-btn-primary:active > a:only-child {
6292 color: currentColor;
6293}
6294.ant-btn-primary:active > a:only-child::after {
6295 position: absolute;
6296 top: 0;
6297 right: 0;
6298 bottom: 0;
6299 left: 0;
6300 background: transparent;
6301 content: '';
6302}
6303.ant-btn-primary[disabled],
6304.ant-btn-primary[disabled]:hover,
6305.ant-btn-primary[disabled]:focus,
6306.ant-btn-primary[disabled]:active {
6307 color: rgba(0, 0, 0, 0.25);
6308 border-color: #d9d9d9;
6309 background: #f5f5f5;
6310 text-shadow: none;
6311 box-shadow: none;
6312}
6313.ant-btn-primary[disabled] > a:only-child,
6314.ant-btn-primary[disabled]:hover > a:only-child,
6315.ant-btn-primary[disabled]:focus > a:only-child,
6316.ant-btn-primary[disabled]:active > a:only-child {
6317 color: currentColor;
6318}
6319.ant-btn-primary[disabled] > a:only-child::after,
6320.ant-btn-primary[disabled]:hover > a:only-child::after,
6321.ant-btn-primary[disabled]:focus > a:only-child::after,
6322.ant-btn-primary[disabled]:active > a:only-child::after {
6323 position: absolute;
6324 top: 0;
6325 right: 0;
6326 bottom: 0;
6327 left: 0;
6328 background: transparent;
6329 content: '';
6330}
6331.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
6332 border-right-color: var(--ant-primary-5);
6333 border-left-color: var(--ant-primary-5);
6334}
6335.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
6336 border-color: #d9d9d9;
6337}
6338.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
6339 border-right-color: var(--ant-primary-5);
6340}
6341.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
6342 border-right-color: #d9d9d9;
6343}
6344.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
6345.ant-btn-group .ant-btn-primary + .ant-btn-primary {
6346 border-left-color: var(--ant-primary-5);
6347}
6348.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
6349.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
6350 border-left-color: #d9d9d9;
6351}
6352.ant-btn-ghost {
6353 color: rgba(0, 0, 0, 0.85);
6354 border-color: #d9d9d9;
6355 background: transparent;
6356}
6357.ant-btn-ghost > a:only-child {
6358 color: currentColor;
6359}
6360.ant-btn-ghost > a:only-child::after {
6361 position: absolute;
6362 top: 0;
6363 right: 0;
6364 bottom: 0;
6365 left: 0;
6366 background: transparent;
6367 content: '';
6368}
6369.ant-btn-ghost:hover,
6370.ant-btn-ghost:focus {
6371 color: var(--ant-primary-color-hover);
6372 border-color: var(--ant-primary-color-hover);
6373 background: transparent;
6374}
6375.ant-btn-ghost:hover > a:only-child,
6376.ant-btn-ghost:focus > a:only-child {
6377 color: currentColor;
6378}
6379.ant-btn-ghost:hover > a:only-child::after,
6380.ant-btn-ghost:focus > a:only-child::after {
6381 position: absolute;
6382 top: 0;
6383 right: 0;
6384 bottom: 0;
6385 left: 0;
6386 background: transparent;
6387 content: '';
6388}
6389.ant-btn-ghost:active {
6390 color: var(--ant-primary-color-active);
6391 border-color: var(--ant-primary-color-active);
6392 background: transparent;
6393}
6394.ant-btn-ghost:active > a:only-child {
6395 color: currentColor;
6396}
6397.ant-btn-ghost:active > a:only-child::after {
6398 position: absolute;
6399 top: 0;
6400 right: 0;
6401 bottom: 0;
6402 left: 0;
6403 background: transparent;
6404 content: '';
6405}
6406.ant-btn-ghost[disabled],
6407.ant-btn-ghost[disabled]:hover,
6408.ant-btn-ghost[disabled]:focus,
6409.ant-btn-ghost[disabled]:active {
6410 color: rgba(0, 0, 0, 0.25);
6411 border-color: #d9d9d9;
6412 background: #f5f5f5;
6413 text-shadow: none;
6414 box-shadow: none;
6415}
6416.ant-btn-ghost[disabled] > a:only-child,
6417.ant-btn-ghost[disabled]:hover > a:only-child,
6418.ant-btn-ghost[disabled]:focus > a:only-child,
6419.ant-btn-ghost[disabled]:active > a:only-child {
6420 color: currentColor;
6421}
6422.ant-btn-ghost[disabled] > a:only-child::after,
6423.ant-btn-ghost[disabled]:hover > a:only-child::after,
6424.ant-btn-ghost[disabled]:focus > a:only-child::after,
6425.ant-btn-ghost[disabled]:active > a:only-child::after {
6426 position: absolute;
6427 top: 0;
6428 right: 0;
6429 bottom: 0;
6430 left: 0;
6431 background: transparent;
6432 content: '';
6433}
6434.ant-btn-dashed {
6435 color: rgba(0, 0, 0, 0.85);
6436 border-color: #d9d9d9;
6437 background: #fff;
6438 border-style: dashed;
6439}
6440.ant-btn-dashed > a:only-child {
6441 color: currentColor;
6442}
6443.ant-btn-dashed > a:only-child::after {
6444 position: absolute;
6445 top: 0;
6446 right: 0;
6447 bottom: 0;
6448 left: 0;
6449 background: transparent;
6450 content: '';
6451}
6452.ant-btn-dashed:hover,
6453.ant-btn-dashed:focus {
6454 color: var(--ant-primary-color-hover);
6455 border-color: var(--ant-primary-color-hover);
6456 background: #fff;
6457}
6458.ant-btn-dashed:hover > a:only-child,
6459.ant-btn-dashed:focus > a:only-child {
6460 color: currentColor;
6461}
6462.ant-btn-dashed:hover > a:only-child::after,
6463.ant-btn-dashed:focus > a:only-child::after {
6464 position: absolute;
6465 top: 0;
6466 right: 0;
6467 bottom: 0;
6468 left: 0;
6469 background: transparent;
6470 content: '';
6471}
6472.ant-btn-dashed:active {
6473 color: var(--ant-primary-color-active);
6474 border-color: var(--ant-primary-color-active);
6475 background: #fff;
6476}
6477.ant-btn-dashed:active > a:only-child {
6478 color: currentColor;
6479}
6480.ant-btn-dashed:active > a:only-child::after {
6481 position: absolute;
6482 top: 0;
6483 right: 0;
6484 bottom: 0;
6485 left: 0;
6486 background: transparent;
6487 content: '';
6488}
6489.ant-btn-dashed[disabled],
6490.ant-btn-dashed[disabled]:hover,
6491.ant-btn-dashed[disabled]:focus,
6492.ant-btn-dashed[disabled]:active {
6493 color: rgba(0, 0, 0, 0.25);
6494 border-color: #d9d9d9;
6495 background: #f5f5f5;
6496 text-shadow: none;
6497 box-shadow: none;
6498}
6499.ant-btn-dashed[disabled] > a:only-child,
6500.ant-btn-dashed[disabled]:hover > a:only-child,
6501.ant-btn-dashed[disabled]:focus > a:only-child,
6502.ant-btn-dashed[disabled]:active > a:only-child {
6503 color: currentColor;
6504}
6505.ant-btn-dashed[disabled] > a:only-child::after,
6506.ant-btn-dashed[disabled]:hover > a:only-child::after,
6507.ant-btn-dashed[disabled]:focus > a:only-child::after,
6508.ant-btn-dashed[disabled]:active > a:only-child::after {
6509 position: absolute;
6510 top: 0;
6511 right: 0;
6512 bottom: 0;
6513 left: 0;
6514 background: transparent;
6515 content: '';
6516}
6517.ant-btn-danger {
6518 color: #fff;
6519 border-color: var(--ant-error-color);
6520 background: var(--ant-error-color);
6521 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
6522 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
6523}
6524.ant-btn-danger > a:only-child {
6525 color: currentColor;
6526}
6527.ant-btn-danger > a:only-child::after {
6528 position: absolute;
6529 top: 0;
6530 right: 0;
6531 bottom: 0;
6532 left: 0;
6533 background: transparent;
6534 content: '';
6535}
6536.ant-btn-danger:hover,
6537.ant-btn-danger:focus {
6538 color: #fff;
6539 border-color: var(--ant-error-color-hover);
6540 background: var(--ant-error-color-hover);
6541}
6542.ant-btn-danger:hover > a:only-child,
6543.ant-btn-danger:focus > a:only-child {
6544 color: currentColor;
6545}
6546.ant-btn-danger:hover > a:only-child::after,
6547.ant-btn-danger:focus > a:only-child::after {
6548 position: absolute;
6549 top: 0;
6550 right: 0;
6551 bottom: 0;
6552 left: 0;
6553 background: transparent;
6554 content: '';
6555}
6556.ant-btn-danger:active {
6557 color: #fff;
6558 border-color: var(--ant-error-color-active);
6559 background: var(--ant-error-color-active);
6560}
6561.ant-btn-danger:active > a:only-child {
6562 color: currentColor;
6563}
6564.ant-btn-danger:active > a:only-child::after {
6565 position: absolute;
6566 top: 0;
6567 right: 0;
6568 bottom: 0;
6569 left: 0;
6570 background: transparent;
6571 content: '';
6572}
6573.ant-btn-danger[disabled],
6574.ant-btn-danger[disabled]:hover,
6575.ant-btn-danger[disabled]:focus,
6576.ant-btn-danger[disabled]:active {
6577 color: rgba(0, 0, 0, 0.25);
6578 border-color: #d9d9d9;
6579 background: #f5f5f5;
6580 text-shadow: none;
6581 box-shadow: none;
6582}
6583.ant-btn-danger[disabled] > a:only-child,
6584.ant-btn-danger[disabled]:hover > a:only-child,
6585.ant-btn-danger[disabled]:focus > a:only-child,
6586.ant-btn-danger[disabled]:active > a:only-child {
6587 color: currentColor;
6588}
6589.ant-btn-danger[disabled] > a:only-child::after,
6590.ant-btn-danger[disabled]:hover > a:only-child::after,
6591.ant-btn-danger[disabled]:focus > a:only-child::after,
6592.ant-btn-danger[disabled]:active > a:only-child::after {
6593 position: absolute;
6594 top: 0;
6595 right: 0;
6596 bottom: 0;
6597 left: 0;
6598 background: transparent;
6599 content: '';
6600}
6601.ant-btn-link {
6602 color: var(--ant-primary-color);
6603 border-color: transparent;
6604 background: transparent;
6605 box-shadow: none;
6606}
6607.ant-btn-link > a:only-child {
6608 color: currentColor;
6609}
6610.ant-btn-link > a:only-child::after {
6611 position: absolute;
6612 top: 0;
6613 right: 0;
6614 bottom: 0;
6615 left: 0;
6616 background: transparent;
6617 content: '';
6618}
6619.ant-btn-link:hover,
6620.ant-btn-link:focus {
6621 color: var(--ant-primary-color-hover);
6622 border-color: var(--ant-primary-color-hover);
6623 background: transparent;
6624}
6625.ant-btn-link:hover > a:only-child,
6626.ant-btn-link:focus > a:only-child {
6627 color: currentColor;
6628}
6629.ant-btn-link:hover > a:only-child::after,
6630.ant-btn-link:focus > a:only-child::after {
6631 position: absolute;
6632 top: 0;
6633 right: 0;
6634 bottom: 0;
6635 left: 0;
6636 background: transparent;
6637 content: '';
6638}
6639.ant-btn-link:active {
6640 color: var(--ant-primary-color-active);
6641 border-color: var(--ant-primary-color-active);
6642 background: transparent;
6643}
6644.ant-btn-link:active > a:only-child {
6645 color: currentColor;
6646}
6647.ant-btn-link:active > a:only-child::after {
6648 position: absolute;
6649 top: 0;
6650 right: 0;
6651 bottom: 0;
6652 left: 0;
6653 background: transparent;
6654 content: '';
6655}
6656.ant-btn-link[disabled],
6657.ant-btn-link[disabled]:hover,
6658.ant-btn-link[disabled]:focus,
6659.ant-btn-link[disabled]:active {
6660 color: rgba(0, 0, 0, 0.25);
6661 border-color: #d9d9d9;
6662 background: #f5f5f5;
6663 text-shadow: none;
6664 box-shadow: none;
6665}
6666.ant-btn-link[disabled] > a:only-child,
6667.ant-btn-link[disabled]:hover > a:only-child,
6668.ant-btn-link[disabled]:focus > a:only-child,
6669.ant-btn-link[disabled]:active > a:only-child {
6670 color: currentColor;
6671}
6672.ant-btn-link[disabled] > a:only-child::after,
6673.ant-btn-link[disabled]:hover > a:only-child::after,
6674.ant-btn-link[disabled]:focus > a:only-child::after,
6675.ant-btn-link[disabled]:active > a:only-child::after {
6676 position: absolute;
6677 top: 0;
6678 right: 0;
6679 bottom: 0;
6680 left: 0;
6681 background: transparent;
6682 content: '';
6683}
6684.ant-btn-link:hover {
6685 background: transparent;
6686}
6687.ant-btn-link:hover,
6688.ant-btn-link:focus,
6689.ant-btn-link:active {
6690 border-color: transparent;
6691}
6692.ant-btn-link[disabled],
6693.ant-btn-link[disabled]:hover,
6694.ant-btn-link[disabled]:focus,
6695.ant-btn-link[disabled]:active {
6696 color: rgba(0, 0, 0, 0.25);
6697 border-color: transparent;
6698 background: transparent;
6699 text-shadow: none;
6700 box-shadow: none;
6701}
6702.ant-btn-link[disabled] > a:only-child,
6703.ant-btn-link[disabled]:hover > a:only-child,
6704.ant-btn-link[disabled]:focus > a:only-child,
6705.ant-btn-link[disabled]:active > a:only-child {
6706 color: currentColor;
6707}
6708.ant-btn-link[disabled] > a:only-child::after,
6709.ant-btn-link[disabled]:hover > a:only-child::after,
6710.ant-btn-link[disabled]:focus > a:only-child::after,
6711.ant-btn-link[disabled]:active > a:only-child::after {
6712 position: absolute;
6713 top: 0;
6714 right: 0;
6715 bottom: 0;
6716 left: 0;
6717 background: transparent;
6718 content: '';
6719}
6720.ant-btn-text {
6721 color: rgba(0, 0, 0, 0.85);
6722 border-color: transparent;
6723 background: transparent;
6724 box-shadow: none;
6725}
6726.ant-btn-text > a:only-child {
6727 color: currentColor;
6728}
6729.ant-btn-text > a:only-child::after {
6730 position: absolute;
6731 top: 0;
6732 right: 0;
6733 bottom: 0;
6734 left: 0;
6735 background: transparent;
6736 content: '';
6737}
6738.ant-btn-text:hover,
6739.ant-btn-text:focus {
6740 color: var(--ant-primary-color-hover);
6741 border-color: var(--ant-primary-color-hover);
6742 background: transparent;
6743}
6744.ant-btn-text:hover > a:only-child,
6745.ant-btn-text:focus > a:only-child {
6746 color: currentColor;
6747}
6748.ant-btn-text:hover > a:only-child::after,
6749.ant-btn-text:focus > a:only-child::after {
6750 position: absolute;
6751 top: 0;
6752 right: 0;
6753 bottom: 0;
6754 left: 0;
6755 background: transparent;
6756 content: '';
6757}
6758.ant-btn-text:active {
6759 color: var(--ant-primary-color-active);
6760 border-color: var(--ant-primary-color-active);
6761 background: transparent;
6762}
6763.ant-btn-text:active > a:only-child {
6764 color: currentColor;
6765}
6766.ant-btn-text:active > a:only-child::after {
6767 position: absolute;
6768 top: 0;
6769 right: 0;
6770 bottom: 0;
6771 left: 0;
6772 background: transparent;
6773 content: '';
6774}
6775.ant-btn-text[disabled],
6776.ant-btn-text[disabled]:hover,
6777.ant-btn-text[disabled]:focus,
6778.ant-btn-text[disabled]:active {
6779 color: rgba(0, 0, 0, 0.25);
6780 border-color: #d9d9d9;
6781 background: #f5f5f5;
6782 text-shadow: none;
6783 box-shadow: none;
6784}
6785.ant-btn-text[disabled] > a:only-child,
6786.ant-btn-text[disabled]:hover > a:only-child,
6787.ant-btn-text[disabled]:focus > a:only-child,
6788.ant-btn-text[disabled]:active > a:only-child {
6789 color: currentColor;
6790}
6791.ant-btn-text[disabled] > a:only-child::after,
6792.ant-btn-text[disabled]:hover > a:only-child::after,
6793.ant-btn-text[disabled]:focus > a:only-child::after,
6794.ant-btn-text[disabled]:active > a:only-child::after {
6795 position: absolute;
6796 top: 0;
6797 right: 0;
6798 bottom: 0;
6799 left: 0;
6800 background: transparent;
6801 content: '';
6802}
6803.ant-btn-text:hover,
6804.ant-btn-text:focus {
6805 color: rgba(0, 0, 0, 0.85);
6806 background: rgba(0, 0, 0, 0.018);
6807 border-color: transparent;
6808}
6809.ant-btn-text:active {
6810 color: rgba(0, 0, 0, 0.85);
6811 background: rgba(0, 0, 0, 0.028);
6812 border-color: transparent;
6813}
6814.ant-btn-text[disabled],
6815.ant-btn-text[disabled]:hover,
6816.ant-btn-text[disabled]:focus,
6817.ant-btn-text[disabled]:active {
6818 color: rgba(0, 0, 0, 0.25);
6819 border-color: transparent;
6820 background: transparent;
6821 text-shadow: none;
6822 box-shadow: none;
6823}
6824.ant-btn-text[disabled] > a:only-child,
6825.ant-btn-text[disabled]:hover > a:only-child,
6826.ant-btn-text[disabled]:focus > a:only-child,
6827.ant-btn-text[disabled]:active > a:only-child {
6828 color: currentColor;
6829}
6830.ant-btn-text[disabled] > a:only-child::after,
6831.ant-btn-text[disabled]:hover > a:only-child::after,
6832.ant-btn-text[disabled]:focus > a:only-child::after,
6833.ant-btn-text[disabled]:active > a:only-child::after {
6834 position: absolute;
6835 top: 0;
6836 right: 0;
6837 bottom: 0;
6838 left: 0;
6839 background: transparent;
6840 content: '';
6841}
6842.ant-btn-dangerous {
6843 color: var(--ant-error-color);
6844 border-color: var(--ant-error-color);
6845 background: #fff;
6846}
6847.ant-btn-dangerous > a:only-child {
6848 color: currentColor;
6849}
6850.ant-btn-dangerous > a:only-child::after {
6851 position: absolute;
6852 top: 0;
6853 right: 0;
6854 bottom: 0;
6855 left: 0;
6856 background: transparent;
6857 content: '';
6858}
6859.ant-btn-dangerous:hover,
6860.ant-btn-dangerous:focus {
6861 color: var(--ant-error-color-hover);
6862 border-color: var(--ant-error-color-hover);
6863 background: #fff;
6864}
6865.ant-btn-dangerous:hover > a:only-child,
6866.ant-btn-dangerous:focus > a:only-child {
6867 color: currentColor;
6868}
6869.ant-btn-dangerous:hover > a:only-child::after,
6870.ant-btn-dangerous:focus > a:only-child::after {
6871 position: absolute;
6872 top: 0;
6873 right: 0;
6874 bottom: 0;
6875 left: 0;
6876 background: transparent;
6877 content: '';
6878}
6879.ant-btn-dangerous:active {
6880 color: var(--ant-error-color-active);
6881 border-color: var(--ant-error-color-active);
6882 background: #fff;
6883}
6884.ant-btn-dangerous:active > a:only-child {
6885 color: currentColor;
6886}
6887.ant-btn-dangerous:active > a:only-child::after {
6888 position: absolute;
6889 top: 0;
6890 right: 0;
6891 bottom: 0;
6892 left: 0;
6893 background: transparent;
6894 content: '';
6895}
6896.ant-btn-dangerous[disabled],
6897.ant-btn-dangerous[disabled]:hover,
6898.ant-btn-dangerous[disabled]:focus,
6899.ant-btn-dangerous[disabled]:active {
6900 color: rgba(0, 0, 0, 0.25);
6901 border-color: #d9d9d9;
6902 background: #f5f5f5;
6903 text-shadow: none;
6904 box-shadow: none;
6905}
6906.ant-btn-dangerous[disabled] > a:only-child,
6907.ant-btn-dangerous[disabled]:hover > a:only-child,
6908.ant-btn-dangerous[disabled]:focus > a:only-child,
6909.ant-btn-dangerous[disabled]:active > a:only-child {
6910 color: currentColor;
6911}
6912.ant-btn-dangerous[disabled] > a:only-child::after,
6913.ant-btn-dangerous[disabled]:hover > a:only-child::after,
6914.ant-btn-dangerous[disabled]:focus > a:only-child::after,
6915.ant-btn-dangerous[disabled]:active > a:only-child::after {
6916 position: absolute;
6917 top: 0;
6918 right: 0;
6919 bottom: 0;
6920 left: 0;
6921 background: transparent;
6922 content: '';
6923}
6924.ant-btn-dangerous.ant-btn-primary {
6925 color: #fff;
6926 border-color: var(--ant-error-color);
6927 background: var(--ant-error-color);
6928 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
6929 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
6930}
6931.ant-btn-dangerous.ant-btn-primary > a:only-child {
6932 color: currentColor;
6933}
6934.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
6935 position: absolute;
6936 top: 0;
6937 right: 0;
6938 bottom: 0;
6939 left: 0;
6940 background: transparent;
6941 content: '';
6942}
6943.ant-btn-dangerous.ant-btn-primary:hover,
6944.ant-btn-dangerous.ant-btn-primary:focus {
6945 color: #fff;
6946 border-color: var(--ant-error-color-hover);
6947 background: var(--ant-error-color-hover);
6948}
6949.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
6950.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
6951 color: currentColor;
6952}
6953.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
6954.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
6955 position: absolute;
6956 top: 0;
6957 right: 0;
6958 bottom: 0;
6959 left: 0;
6960 background: transparent;
6961 content: '';
6962}
6963.ant-btn-dangerous.ant-btn-primary:active {
6964 color: #fff;
6965 border-color: var(--ant-error-color-active);
6966 background: var(--ant-error-color-active);
6967}
6968.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
6969 color: currentColor;
6970}
6971.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
6972 position: absolute;
6973 top: 0;
6974 right: 0;
6975 bottom: 0;
6976 left: 0;
6977 background: transparent;
6978 content: '';
6979}
6980.ant-btn-dangerous.ant-btn-primary[disabled],
6981.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
6982.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
6983.ant-btn-dangerous.ant-btn-primary[disabled]:active {
6984 color: rgba(0, 0, 0, 0.25);
6985 border-color: #d9d9d9;
6986 background: #f5f5f5;
6987 text-shadow: none;
6988 box-shadow: none;
6989}
6990.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
6991.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
6992.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
6993.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
6994 color: currentColor;
6995}
6996.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
6997.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
6998.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
6999.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
7000 position: absolute;
7001 top: 0;
7002 right: 0;
7003 bottom: 0;
7004 left: 0;
7005 background: transparent;
7006 content: '';
7007}
7008.ant-btn-dangerous.ant-btn-link {
7009 color: var(--ant-error-color);
7010 border-color: transparent;
7011 background: transparent;
7012 box-shadow: none;
7013}
7014.ant-btn-dangerous.ant-btn-link > a:only-child {
7015 color: currentColor;
7016}
7017.ant-btn-dangerous.ant-btn-link > a:only-child::after {
7018 position: absolute;
7019 top: 0;
7020 right: 0;
7021 bottom: 0;
7022 left: 0;
7023 background: transparent;
7024 content: '';
7025}
7026.ant-btn-dangerous.ant-btn-link:hover,
7027.ant-btn-dangerous.ant-btn-link:focus {
7028 color: var(--ant-primary-color-hover);
7029 border-color: var(--ant-primary-color-hover);
7030 background: transparent;
7031}
7032.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
7033.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
7034 color: currentColor;
7035}
7036.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
7037.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
7038 position: absolute;
7039 top: 0;
7040 right: 0;
7041 bottom: 0;
7042 left: 0;
7043 background: transparent;
7044 content: '';
7045}
7046.ant-btn-dangerous.ant-btn-link:active {
7047 color: var(--ant-primary-color-active);
7048 border-color: var(--ant-primary-color-active);
7049 background: transparent;
7050}
7051.ant-btn-dangerous.ant-btn-link:active > a:only-child {
7052 color: currentColor;
7053}
7054.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
7055 position: absolute;
7056 top: 0;
7057 right: 0;
7058 bottom: 0;
7059 left: 0;
7060 background: transparent;
7061 content: '';
7062}
7063.ant-btn-dangerous.ant-btn-link[disabled],
7064.ant-btn-dangerous.ant-btn-link[disabled]:hover,
7065.ant-btn-dangerous.ant-btn-link[disabled]:focus,
7066.ant-btn-dangerous.ant-btn-link[disabled]:active {
7067 color: rgba(0, 0, 0, 0.25);
7068 border-color: #d9d9d9;
7069 background: #f5f5f5;
7070 text-shadow: none;
7071 box-shadow: none;
7072}
7073.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
7074.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
7075.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
7076.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
7077 color: currentColor;
7078}
7079.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
7080.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
7081.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
7082.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
7083 position: absolute;
7084 top: 0;
7085 right: 0;
7086 bottom: 0;
7087 left: 0;
7088 background: transparent;
7089 content: '';
7090}
7091.ant-btn-dangerous.ant-btn-link:hover,
7092.ant-btn-dangerous.ant-btn-link:focus {
7093 color: var(--ant-error-color-hover);
7094 border-color: transparent;
7095 background: transparent;
7096}
7097.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
7098.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
7099 color: currentColor;
7100}
7101.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
7102.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
7103 position: absolute;
7104 top: 0;
7105 right: 0;
7106 bottom: 0;
7107 left: 0;
7108 background: transparent;
7109 content: '';
7110}
7111.ant-btn-dangerous.ant-btn-link:active {
7112 color: var(--ant-error-color-active);
7113 border-color: transparent;
7114 background: transparent;
7115}
7116.ant-btn-dangerous.ant-btn-link:active > a:only-child {
7117 color: currentColor;
7118}
7119.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
7120 position: absolute;
7121 top: 0;
7122 right: 0;
7123 bottom: 0;
7124 left: 0;
7125 background: transparent;
7126 content: '';
7127}
7128.ant-btn-dangerous.ant-btn-link[disabled],
7129.ant-btn-dangerous.ant-btn-link[disabled]:hover,
7130.ant-btn-dangerous.ant-btn-link[disabled]:focus,
7131.ant-btn-dangerous.ant-btn-link[disabled]:active {
7132 color: rgba(0, 0, 0, 0.25);
7133 border-color: transparent;
7134 background: transparent;
7135 text-shadow: none;
7136 box-shadow: none;
7137}
7138.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
7139.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
7140.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
7141.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
7142 color: currentColor;
7143}
7144.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
7145.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
7146.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
7147.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
7148 position: absolute;
7149 top: 0;
7150 right: 0;
7151 bottom: 0;
7152 left: 0;
7153 background: transparent;
7154 content: '';
7155}
7156.ant-btn-dangerous.ant-btn-text {
7157 color: var(--ant-error-color);
7158 border-color: transparent;
7159 background: transparent;
7160 box-shadow: none;
7161}
7162.ant-btn-dangerous.ant-btn-text > a:only-child {
7163 color: currentColor;
7164}
7165.ant-btn-dangerous.ant-btn-text > a:only-child::after {
7166 position: absolute;
7167 top: 0;
7168 right: 0;
7169 bottom: 0;
7170 left: 0;
7171 background: transparent;
7172 content: '';
7173}
7174.ant-btn-dangerous.ant-btn-text:hover,
7175.ant-btn-dangerous.ant-btn-text:focus {
7176 color: var(--ant-primary-color-hover);
7177 border-color: var(--ant-primary-color-hover);
7178 background: transparent;
7179}
7180.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
7181.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
7182 color: currentColor;
7183}
7184.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
7185.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
7186 position: absolute;
7187 top: 0;
7188 right: 0;
7189 bottom: 0;
7190 left: 0;
7191 background: transparent;
7192 content: '';
7193}
7194.ant-btn-dangerous.ant-btn-text:active {
7195 color: var(--ant-primary-color-active);
7196 border-color: var(--ant-primary-color-active);
7197 background: transparent;
7198}
7199.ant-btn-dangerous.ant-btn-text:active > a:only-child {
7200 color: currentColor;
7201}
7202.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
7203 position: absolute;
7204 top: 0;
7205 right: 0;
7206 bottom: 0;
7207 left: 0;
7208 background: transparent;
7209 content: '';
7210}
7211.ant-btn-dangerous.ant-btn-text[disabled],
7212.ant-btn-dangerous.ant-btn-text[disabled]:hover,
7213.ant-btn-dangerous.ant-btn-text[disabled]:focus,
7214.ant-btn-dangerous.ant-btn-text[disabled]:active {
7215 color: rgba(0, 0, 0, 0.25);
7216 border-color: #d9d9d9;
7217 background: #f5f5f5;
7218 text-shadow: none;
7219 box-shadow: none;
7220}
7221.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
7222.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
7223.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
7224.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
7225 color: currentColor;
7226}
7227.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
7228.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
7229.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
7230.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
7231 position: absolute;
7232 top: 0;
7233 right: 0;
7234 bottom: 0;
7235 left: 0;
7236 background: transparent;
7237 content: '';
7238}
7239.ant-btn-dangerous.ant-btn-text:hover,
7240.ant-btn-dangerous.ant-btn-text:focus {
7241 color: var(--ant-error-color-hover);
7242 border-color: transparent;
7243 background: rgba(0, 0, 0, 0.018);
7244}
7245.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
7246.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
7247 color: currentColor;
7248}
7249.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
7250.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
7251 position: absolute;
7252 top: 0;
7253 right: 0;
7254 bottom: 0;
7255 left: 0;
7256 background: transparent;
7257 content: '';
7258}
7259.ant-btn-dangerous.ant-btn-text:active {
7260 color: var(--ant-error-color-active);
7261 border-color: transparent;
7262 background: rgba(0, 0, 0, 0.028);
7263}
7264.ant-btn-dangerous.ant-btn-text:active > a:only-child {
7265 color: currentColor;
7266}
7267.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
7268 position: absolute;
7269 top: 0;
7270 right: 0;
7271 bottom: 0;
7272 left: 0;
7273 background: transparent;
7274 content: '';
7275}
7276.ant-btn-dangerous.ant-btn-text[disabled],
7277.ant-btn-dangerous.ant-btn-text[disabled]:hover,
7278.ant-btn-dangerous.ant-btn-text[disabled]:focus,
7279.ant-btn-dangerous.ant-btn-text[disabled]:active {
7280 color: rgba(0, 0, 0, 0.25);
7281 border-color: transparent;
7282 background: transparent;
7283 text-shadow: none;
7284 box-shadow: none;
7285}
7286.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
7287.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
7288.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
7289.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
7290 color: currentColor;
7291}
7292.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
7293.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
7294.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
7295.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
7296 position: absolute;
7297 top: 0;
7298 right: 0;
7299 bottom: 0;
7300 left: 0;
7301 background: transparent;
7302 content: '';
7303}
7304.ant-btn-icon-only {
7305 width: 32px;
7306 height: 32px;
7307 padding: 2.4px 0;
7308 font-size: 16px;
7309 border-radius: 2px;
7310 vertical-align: -3px;
7311}
7312.ant-btn-icon-only > * {
7313 font-size: 16px;
7314}
7315.ant-btn-icon-only.ant-btn-lg {
7316 width: 40px;
7317 height: 40px;
7318 padding: 4.9px 0;
7319 font-size: 18px;
7320 border-radius: 2px;
7321}
7322.ant-btn-icon-only.ant-btn-lg > * {
7323 font-size: 18px;
7324}
7325.ant-btn-icon-only.ant-btn-sm {
7326 width: 24px;
7327 height: 24px;
7328 padding: 0px 0;
7329 font-size: 14px;
7330 border-radius: 2px;
7331}
7332.ant-btn-icon-only.ant-btn-sm > * {
7333 font-size: 14px;
7334}
7335.ant-btn-icon-only > .anticon {
7336 display: flex;
7337 justify-content: center;
7338}
7339a.ant-btn-icon-only {
7340 vertical-align: -1px;
7341}
7342a.ant-btn-icon-only > .anticon {
7343 display: inline;
7344}
7345.ant-btn-round {
7346 height: 32px;
7347 padding: 4px 16px;
7348 font-size: 14px;
7349 border-radius: 32px;
7350}
7351.ant-btn-round.ant-btn-lg {
7352 height: 40px;
7353 padding: 6.4px 20px;
7354 font-size: 16px;
7355 border-radius: 40px;
7356}
7357.ant-btn-round.ant-btn-sm {
7358 height: 24px;
7359 padding: 0px 12px;
7360 font-size: 14px;
7361 border-radius: 24px;
7362}
7363.ant-btn-round.ant-btn-icon-only {
7364 width: auto;
7365}
7366.ant-btn-circle {
7367 min-width: 32px;
7368 padding-right: 0;
7369 padding-left: 0;
7370 text-align: center;
7371 border-radius: 50%;
7372}
7373.ant-btn-circle.ant-btn-lg {
7374 min-width: 40px;
7375 border-radius: 50%;
7376}
7377.ant-btn-circle.ant-btn-sm {
7378 min-width: 24px;
7379 border-radius: 50%;
7380}
7381.ant-btn::before {
7382 position: absolute;
7383 top: -1px;
7384 right: -1px;
7385 bottom: -1px;
7386 left: -1px;
7387 z-index: 1;
7388 display: none;
7389 background: #fff;
7390 border-radius: inherit;
7391 opacity: 0.35;
7392 transition: opacity 0.2s;
7393 content: '';
7394 pointer-events: none;
7395}
7396.ant-btn .anticon {
7397 transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
7398}
7399.ant-btn .anticon.anticon-plus > svg,
7400.ant-btn .anticon.anticon-minus > svg {
7401 shape-rendering: optimizeSpeed;
7402}
7403.ant-btn.ant-btn-loading {
7404 position: relative;
7405 cursor: default;
7406}
7407.ant-btn.ant-btn-loading::before {
7408 display: block;
7409}
7410.ant-btn > .ant-btn-loading-icon {
7411 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);
7412}
7413.ant-btn > .ant-btn-loading-icon .anticon {
7414 padding-right: 8px;
7415 -webkit-animation: none;
7416 animation: none;
7417}
7418.ant-btn > .ant-btn-loading-icon .anticon svg {
7419 -webkit-animation: loadingCircle 1s infinite linear;
7420 animation: loadingCircle 1s infinite linear;
7421}
7422.ant-btn > .ant-btn-loading-icon:only-child .anticon {
7423 padding-right: 0;
7424}
7425.ant-btn-group {
7426 position: relative;
7427 display: inline-flex;
7428}
7429.ant-btn-group > .ant-btn,
7430.ant-btn-group > span > .ant-btn {
7431 position: relative;
7432}
7433.ant-btn-group > .ant-btn:hover,
7434.ant-btn-group > span > .ant-btn:hover,
7435.ant-btn-group > .ant-btn:focus,
7436.ant-btn-group > span > .ant-btn:focus,
7437.ant-btn-group > .ant-btn:active,
7438.ant-btn-group > span > .ant-btn:active {
7439 z-index: 2;
7440}
7441.ant-btn-group > .ant-btn[disabled],
7442.ant-btn-group > span > .ant-btn[disabled] {
7443 z-index: 0;
7444}
7445.ant-btn-group .ant-btn-icon-only {
7446 font-size: 14px;
7447}
7448.ant-btn-group-lg > .ant-btn,
7449.ant-btn-group-lg > span > .ant-btn {
7450 height: 40px;
7451 padding: 6.4px 15px;
7452 font-size: 16px;
7453 border-radius: 0;
7454}
7455.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
7456 width: 40px;
7457 height: 40px;
7458 padding-right: 0;
7459 padding-left: 0;
7460}
7461.ant-btn-group-sm > .ant-btn,
7462.ant-btn-group-sm > span > .ant-btn {
7463 height: 24px;
7464 padding: 0px 7px;
7465 font-size: 14px;
7466 border-radius: 0;
7467}
7468.ant-btn-group-sm > .ant-btn > .anticon,
7469.ant-btn-group-sm > span > .ant-btn > .anticon {
7470 font-size: 14px;
7471}
7472.ant-btn-group-sm .ant-btn.ant-btn-icon-only {
7473 width: 24px;
7474 height: 24px;
7475 padding-right: 0;
7476 padding-left: 0;
7477}
7478.ant-btn-group .ant-btn + .ant-btn,
7479.ant-btn + .ant-btn-group,
7480.ant-btn-group span + .ant-btn,
7481.ant-btn-group .ant-btn + span,
7482.ant-btn-group > span + span,
7483.ant-btn-group + .ant-btn,
7484.ant-btn-group + .ant-btn-group {
7485 margin-left: -1px;
7486}
7487.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
7488 border-left-color: transparent;
7489}
7490.ant-btn-group .ant-btn {
7491 border-radius: 0;
7492}
7493.ant-btn-group > .ant-btn:first-child,
7494.ant-btn-group > span:first-child > .ant-btn {
7495 margin-left: 0;
7496}
7497.ant-btn-group > .ant-btn:only-child {
7498 border-radius: 2px;
7499}
7500.ant-btn-group > span:only-child > .ant-btn {
7501 border-radius: 2px;
7502}
7503.ant-btn-group > .ant-btn:first-child:not(:last-child),
7504.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
7505 border-top-left-radius: 2px;
7506 border-bottom-left-radius: 2px;
7507}
7508.ant-btn-group > .ant-btn:last-child:not(:first-child),
7509.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
7510 border-top-right-radius: 2px;
7511 border-bottom-right-radius: 2px;
7512}
7513.ant-btn-group-sm > .ant-btn:only-child {
7514 border-radius: 2px;
7515}
7516.ant-btn-group-sm > span:only-child > .ant-btn {
7517 border-radius: 2px;
7518}
7519.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
7520.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
7521 border-top-left-radius: 2px;
7522 border-bottom-left-radius: 2px;
7523}
7524.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
7525.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
7526 border-top-right-radius: 2px;
7527 border-bottom-right-radius: 2px;
7528}
7529.ant-btn-group > .ant-btn-group {
7530 float: left;
7531}
7532.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
7533 border-radius: 0;
7534}
7535.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
7536 padding-right: 8px;
7537 border-top-right-radius: 0;
7538 border-bottom-right-radius: 0;
7539}
7540.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
7541 padding-left: 8px;
7542 border-top-left-radius: 0;
7543 border-bottom-left-radius: 0;
7544}
7545.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
7546.ant-btn-rtl.ant-btn + .ant-btn-group,
7547.ant-btn-rtl.ant-btn-group span + .ant-btn,
7548.ant-btn-rtl.ant-btn-group .ant-btn + span,
7549.ant-btn-rtl.ant-btn-group > span + span,
7550.ant-btn-rtl.ant-btn-group + .ant-btn,
7551.ant-btn-rtl.ant-btn-group + .ant-btn-group,
7552.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
7553.ant-btn-group-rtl.ant-btn + .ant-btn-group,
7554.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
7555.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
7556.ant-btn-group-rtl.ant-btn-group > span + span,
7557.ant-btn-group-rtl.ant-btn-group + .ant-btn,
7558.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
7559 margin-right: -1px;
7560 margin-left: auto;
7561}
7562.ant-btn-group.ant-btn-group-rtl {
7563 direction: rtl;
7564}
7565.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
7566.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
7567 border-radius: 0 2px 2px 0;
7568}
7569.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
7570.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
7571 border-radius: 2px 0 0 2px;
7572}
7573.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
7574.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
7575 border-radius: 0 2px 2px 0;
7576}
7577.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
7578.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
7579 border-radius: 2px 0 0 2px;
7580}
7581.ant-btn:focus > span,
7582.ant-btn:active > span {
7583 position: relative;
7584}
7585.ant-btn > .anticon + span,
7586.ant-btn > span + .anticon {
7587 margin-left: 8px;
7588}
7589.ant-btn.ant-btn-background-ghost {
7590 color: #fff;
7591 border-color: #fff;
7592}
7593.ant-btn.ant-btn-background-ghost,
7594.ant-btn.ant-btn-background-ghost:hover,
7595.ant-btn.ant-btn-background-ghost:active,
7596.ant-btn.ant-btn-background-ghost:focus {
7597 background: transparent;
7598}
7599.ant-btn.ant-btn-background-ghost:hover,
7600.ant-btn.ant-btn-background-ghost:focus {
7601 color: var(--ant-primary-color-hover);
7602 border-color: var(--ant-primary-color-hover);
7603}
7604.ant-btn.ant-btn-background-ghost:active {
7605 color: var(--ant-primary-color-active);
7606 border-color: var(--ant-primary-color-active);
7607}
7608.ant-btn.ant-btn-background-ghost[disabled] {
7609 color: rgba(0, 0, 0, 0.25);
7610 background: transparent;
7611 border-color: #d9d9d9;
7612}
7613.ant-btn-background-ghost.ant-btn-primary {
7614 color: var(--ant-primary-color);
7615 border-color: var(--ant-primary-color);
7616 text-shadow: none;
7617}
7618.ant-btn-background-ghost.ant-btn-primary > a:only-child {
7619 color: currentColor;
7620}
7621.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
7622 position: absolute;
7623 top: 0;
7624 right: 0;
7625 bottom: 0;
7626 left: 0;
7627 background: transparent;
7628 content: '';
7629}
7630.ant-btn-background-ghost.ant-btn-primary:hover,
7631.ant-btn-background-ghost.ant-btn-primary:focus {
7632 color: var(--ant-primary-color-hover);
7633 border-color: var(--ant-primary-color-hover);
7634 background: transparent;
7635}
7636.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
7637.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
7638 color: currentColor;
7639}
7640.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
7641.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
7642 position: absolute;
7643 top: 0;
7644 right: 0;
7645 bottom: 0;
7646 left: 0;
7647 background: transparent;
7648 content: '';
7649}
7650.ant-btn-background-ghost.ant-btn-primary:active {
7651 color: var(--ant-primary-color-active);
7652 border-color: var(--ant-primary-color-active);
7653 background: transparent;
7654}
7655.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
7656 color: currentColor;
7657}
7658.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
7659 position: absolute;
7660 top: 0;
7661 right: 0;
7662 bottom: 0;
7663 left: 0;
7664 background: transparent;
7665 content: '';
7666}
7667.ant-btn-background-ghost.ant-btn-primary[disabled],
7668.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
7669.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
7670.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
7671 color: rgba(0, 0, 0, 0.25);
7672 border-color: #d9d9d9;
7673 background: #f5f5f5;
7674 text-shadow: none;
7675 box-shadow: none;
7676}
7677.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
7678.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
7679.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
7680.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
7681 color: currentColor;
7682}
7683.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
7684.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
7685.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
7686.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
7687 position: absolute;
7688 top: 0;
7689 right: 0;
7690 bottom: 0;
7691 left: 0;
7692 background: transparent;
7693 content: '';
7694}
7695.ant-btn-background-ghost.ant-btn-danger {
7696 color: var(--ant-error-color);
7697 border-color: var(--ant-error-color);
7698 text-shadow: none;
7699}
7700.ant-btn-background-ghost.ant-btn-danger > a:only-child {
7701 color: currentColor;
7702}
7703.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
7704 position: absolute;
7705 top: 0;
7706 right: 0;
7707 bottom: 0;
7708 left: 0;
7709 background: transparent;
7710 content: '';
7711}
7712.ant-btn-background-ghost.ant-btn-danger:hover,
7713.ant-btn-background-ghost.ant-btn-danger:focus {
7714 color: var(--ant-error-color-hover);
7715 border-color: var(--ant-error-color-hover);
7716 background: transparent;
7717}
7718.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
7719.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
7720 color: currentColor;
7721}
7722.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
7723.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
7724 position: absolute;
7725 top: 0;
7726 right: 0;
7727 bottom: 0;
7728 left: 0;
7729 background: transparent;
7730 content: '';
7731}
7732.ant-btn-background-ghost.ant-btn-danger:active {
7733 color: var(--ant-error-color-active);
7734 border-color: var(--ant-error-color-active);
7735 background: transparent;
7736}
7737.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
7738 color: currentColor;
7739}
7740.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
7741 position: absolute;
7742 top: 0;
7743 right: 0;
7744 bottom: 0;
7745 left: 0;
7746 background: transparent;
7747 content: '';
7748}
7749.ant-btn-background-ghost.ant-btn-danger[disabled],
7750.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
7751.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
7752.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
7753 color: rgba(0, 0, 0, 0.25);
7754 border-color: #d9d9d9;
7755 background: #f5f5f5;
7756 text-shadow: none;
7757 box-shadow: none;
7758}
7759.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
7760.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
7761.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
7762.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
7763 color: currentColor;
7764}
7765.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
7766.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
7767.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
7768.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
7769 position: absolute;
7770 top: 0;
7771 right: 0;
7772 bottom: 0;
7773 left: 0;
7774 background: transparent;
7775 content: '';
7776}
7777.ant-btn-background-ghost.ant-btn-dangerous {
7778 color: var(--ant-error-color);
7779 border-color: var(--ant-error-color);
7780 text-shadow: none;
7781}
7782.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
7783 color: currentColor;
7784}
7785.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
7786 position: absolute;
7787 top: 0;
7788 right: 0;
7789 bottom: 0;
7790 left: 0;
7791 background: transparent;
7792 content: '';
7793}
7794.ant-btn-background-ghost.ant-btn-dangerous:hover,
7795.ant-btn-background-ghost.ant-btn-dangerous:focus {
7796 color: var(--ant-error-color-hover);
7797 border-color: var(--ant-error-color-hover);
7798 background: transparent;
7799}
7800.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
7801.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
7802 color: currentColor;
7803}
7804.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
7805.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
7806 position: absolute;
7807 top: 0;
7808 right: 0;
7809 bottom: 0;
7810 left: 0;
7811 background: transparent;
7812 content: '';
7813}
7814.ant-btn-background-ghost.ant-btn-dangerous:active {
7815 color: var(--ant-error-color-active);
7816 border-color: var(--ant-error-color-active);
7817 background: transparent;
7818}
7819.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
7820 color: currentColor;
7821}
7822.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
7823 position: absolute;
7824 top: 0;
7825 right: 0;
7826 bottom: 0;
7827 left: 0;
7828 background: transparent;
7829 content: '';
7830}
7831.ant-btn-background-ghost.ant-btn-dangerous[disabled],
7832.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
7833.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
7834.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
7835 color: rgba(0, 0, 0, 0.25);
7836 border-color: #d9d9d9;
7837 background: #f5f5f5;
7838 text-shadow: none;
7839 box-shadow: none;
7840}
7841.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
7842.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
7843.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
7844.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
7845 color: currentColor;
7846}
7847.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
7848.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
7849.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
7850.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
7851 position: absolute;
7852 top: 0;
7853 right: 0;
7854 bottom: 0;
7855 left: 0;
7856 background: transparent;
7857 content: '';
7858}
7859.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
7860 color: var(--ant-error-color);
7861 border-color: transparent;
7862 text-shadow: none;
7863}
7864.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
7865 color: currentColor;
7866}
7867.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
7868 position: absolute;
7869 top: 0;
7870 right: 0;
7871 bottom: 0;
7872 left: 0;
7873 background: transparent;
7874 content: '';
7875}
7876.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
7877.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
7878 color: var(--ant-error-color-active);
7879 border-color: transparent;
7880 background: transparent;
7881}
7882.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
7883.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
7884 color: currentColor;
7885}
7886.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
7887.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
7888 position: absolute;
7889 top: 0;
7890 right: 0;
7891 bottom: 0;
7892 left: 0;
7893 background: transparent;
7894 content: '';
7895}
7896.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
7897 color: var(--ant-error-color-active);
7898 border-color: transparent;
7899 background: transparent;
7900}
7901.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
7902 color: currentColor;
7903}
7904.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
7905 position: absolute;
7906 top: 0;
7907 right: 0;
7908 bottom: 0;
7909 left: 0;
7910 background: transparent;
7911 content: '';
7912}
7913.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
7914.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
7915.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
7916.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
7917 color: rgba(0, 0, 0, 0.25);
7918 border-color: #d9d9d9;
7919 background: #f5f5f5;
7920 text-shadow: none;
7921 box-shadow: none;
7922}
7923.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
7924.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
7925.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
7926.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
7927 color: currentColor;
7928}
7929.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
7930.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
7931.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
7932.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
7933 position: absolute;
7934 top: 0;
7935 right: 0;
7936 bottom: 0;
7937 left: 0;
7938 background: transparent;
7939 content: '';
7940}
7941.ant-btn-two-chinese-chars::first-letter {
7942 letter-spacing: 0.34em;
7943}
7944.ant-btn-two-chinese-chars > *:not(.anticon) {
7945 margin-right: -0.34em;
7946 letter-spacing: 0.34em;
7947}
7948.ant-btn-block {
7949 width: 100%;
7950}
7951.ant-btn:empty {
7952 display: inline-block;
7953 width: 0;
7954 visibility: hidden;
7955 content: '\a0';
7956}
7957a.ant-btn {
7958 padding-top: 0.01px !important;
7959 line-height: 30px;
7960}
7961a.ant-btn-lg {
7962 line-height: 38px;
7963}
7964a.ant-btn-sm {
7965 line-height: 22px;
7966}
7967.ant-btn-rtl {
7968 direction: rtl;
7969}
7970.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
7971.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
7972 border-right-color: var(--ant-primary-5);
7973 border-left-color: #d9d9d9;
7974}
7975.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
7976.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
7977 border-right-color: #d9d9d9;
7978 border-left-color: var(--ant-primary-5);
7979}
7980.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
7981 padding-right: 0;
7982 padding-left: 8px;
7983}
7984.ant-btn > .ant-btn-loading-icon:only-child .anticon {
7985 padding-right: 0;
7986 padding-left: 0;
7987}
7988.ant-btn-rtl.ant-btn > .anticon + span,
7989.ant-btn-rtl.ant-btn > span + .anticon {
7990 margin-right: 8px;
7991 margin-left: 0;
7992}
7993
7994/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7995/* stylelint-disable no-duplicate-selectors */
7996/* stylelint-disable */
7997/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
7998html {
7999 --ant-primary-color: #1890ff;
8000 --ant-primary-color-hover: #40a9ff;
8001 --ant-primary-color-active: #096dd9;
8002 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
8003 --ant-primary-1: #e6f7ff;
8004 --ant-primary-2: #bae7ff;
8005 --ant-primary-3: #91d5ff;
8006 --ant-primary-4: #69c0ff;
8007 --ant-primary-5: #40a9ff;
8008 --ant-primary-6: #1890ff;
8009 --ant-primary-7: #096dd9;
8010 --ant-primary-color-deprecated-pure: ;
8011 --ant-primary-color-deprecated-l-35: #cbe6ff;
8012 --ant-primary-color-deprecated-l-20: #7ec1ff;
8013 --ant-primary-color-deprecated-t-20: #46a6ff;
8014 --ant-primary-color-deprecated-t-50: #8cc8ff;
8015 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
8016 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
8017 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
8018 --ant-success-color: #52c41a;
8019 --ant-success-color-hover: #73d13d;
8020 --ant-success-color-active: #389e0d;
8021 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
8022 --ant-success-color-deprecated-bg: #f6ffed;
8023 --ant-success-color-deprecated-border: #b7eb8f;
8024 --ant-error-color: #ff4d4f;
8025 --ant-error-color-hover: #ff7875;
8026 --ant-error-color-active: #d9363e;
8027 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
8028 --ant-error-color-deprecated-bg: #fff2f0;
8029 --ant-error-color-deprecated-border: #ffccc7;
8030 --ant-warning-color: #faad14;
8031 --ant-warning-color-hover: #ffc53d;
8032 --ant-warning-color-active: #d48806;
8033 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
8034 --ant-warning-color-deprecated-bg: #fffbe6;
8035 --ant-warning-color-deprecated-border: #ffe58f;
8036 --ant-info-color: #1890ff;
8037 --ant-info-color-deprecated-bg: #e6f7ff;
8038 --ant-info-color-deprecated-border: #91d5ff;
8039}
8040.ant-picker-calendar {
8041 box-sizing: border-box;
8042 margin: 0;
8043 padding: 0;
8044 color: rgba(0, 0, 0, 0.85);
8045 font-size: 14px;
8046 font-variant: tabular-nums;
8047 line-height: 1.5715;
8048 list-style: none;
8049 font-feature-settings: 'tnum';
8050 background: #fff;
8051}
8052.ant-picker-calendar-header {
8053 display: flex;
8054 justify-content: flex-end;
8055 padding: 12px 0;
8056}
8057.ant-picker-calendar-header .ant-picker-calendar-year-select {
8058 min-width: 80px;
8059}
8060.ant-picker-calendar-header .ant-picker-calendar-month-select {
8061 min-width: 70px;
8062 margin-left: 8px;
8063}
8064.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
8065 margin-left: 8px;
8066}
8067.ant-picker-calendar .ant-picker-panel {
8068 background: #fff;
8069 border: 0;
8070 border-top: 1px solid #f0f0f0;
8071 border-radius: 0;
8072}
8073.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
8074.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
8075 width: auto;
8076}
8077.ant-picker-calendar .ant-picker-panel .ant-picker-body {
8078 padding: 8px 0;
8079}
8080.ant-picker-calendar .ant-picker-panel .ant-picker-content {
8081 width: 100%;
8082}
8083.ant-picker-calendar-mini {
8084 border-radius: 2px;
8085}
8086.ant-picker-calendar-mini .ant-picker-calendar-header {
8087 padding-right: 8px;
8088 padding-left: 8px;
8089}
8090.ant-picker-calendar-mini .ant-picker-panel {
8091 border-radius: 0 0 2px 2px;
8092}
8093.ant-picker-calendar-mini .ant-picker-content {
8094 height: 256px;
8095}
8096.ant-picker-calendar-mini .ant-picker-content th {
8097 height: auto;
8098 padding: 0;
8099 line-height: 18px;
8100}
8101.ant-picker-calendar-full .ant-picker-panel {
8102 display: block;
8103 width: 100%;
8104 text-align: right;
8105 background: #fff;
8106 border: 0;
8107}
8108.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
8109.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
8110 padding: 0;
8111}
8112.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
8113 height: auto;
8114 padding: 0 12px 5px 0;
8115 line-height: 18px;
8116}
8117.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
8118 display: none;
8119}
8120.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
8121 background: #f5f5f5;
8122}
8123.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
8124 display: none;
8125}
8126.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
8127.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
8128.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
8129.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
8130 background: var(--ant-primary-1);
8131}
8132.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
8133.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
8134.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
8135.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
8136 color: var(--ant-primary-color);
8137}
8138.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
8139 display: block;
8140 width: auto;
8141 height: auto;
8142 margin: 0 4px;
8143 padding: 4px 8px 0;
8144 border: 0;
8145 border-top: 2px solid #f0f0f0;
8146 border-radius: 0;
8147 transition: background 0.3s;
8148}
8149.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
8150 line-height: 24px;
8151 transition: color 0.3s;
8152}
8153.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
8154 position: static;
8155 width: auto;
8156 height: 86px;
8157 overflow-y: auto;
8158 color: rgba(0, 0, 0, 0.85);
8159 line-height: 1.5715;
8160 text-align: left;
8161}
8162.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
8163 border-color: var(--ant-primary-color);
8164}
8165.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
8166 color: rgba(0, 0, 0, 0.85);
8167}
8168@media only screen and (max-width: 480px) {
8169 .ant-picker-calendar-header {
8170 display: block;
8171 }
8172 .ant-picker-calendar-header .ant-picker-calendar-year-select {
8173 width: 50%;
8174 }
8175 .ant-picker-calendar-header .ant-picker-calendar-month-select {
8176 width: calc(50% - 8px);
8177 }
8178 .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
8179 width: 100%;
8180 margin-top: 8px;
8181 margin-left: 0;
8182 }
8183 .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
8184 width: 50%;
8185 text-align: center;
8186 }
8187}
8188.ant-picker-calendar-rtl {
8189 direction: rtl;
8190}
8191.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
8192 margin-right: 8px;
8193 margin-left: 0;
8194}
8195.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
8196 margin-right: 8px;
8197 margin-left: 0;
8198}
8199.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
8200 text-align: left;
8201}
8202.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
8203 padding: 0 0 5px 12px;
8204}
8205.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
8206 text-align: right;
8207}
8208
8209/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
8210/* stylelint-disable no-duplicate-selectors */
8211/* stylelint-disable */
8212/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8213html {
8214 --ant-primary-color: #1890ff;
8215 --ant-primary-color-hover: #40a9ff;
8216 --ant-primary-color-active: #096dd9;
8217 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
8218 --ant-primary-1: #e6f7ff;
8219 --ant-primary-2: #bae7ff;
8220 --ant-primary-3: #91d5ff;
8221 --ant-primary-4: #69c0ff;
8222 --ant-primary-5: #40a9ff;
8223 --ant-primary-6: #1890ff;
8224 --ant-primary-7: #096dd9;
8225 --ant-primary-color-deprecated-pure: ;
8226 --ant-primary-color-deprecated-l-35: #cbe6ff;
8227 --ant-primary-color-deprecated-l-20: #7ec1ff;
8228 --ant-primary-color-deprecated-t-20: #46a6ff;
8229 --ant-primary-color-deprecated-t-50: #8cc8ff;
8230 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
8231 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
8232 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
8233 --ant-success-color: #52c41a;
8234 --ant-success-color-hover: #73d13d;
8235 --ant-success-color-active: #389e0d;
8236 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
8237 --ant-success-color-deprecated-bg: #f6ffed;
8238 --ant-success-color-deprecated-border: #b7eb8f;
8239 --ant-error-color: #ff4d4f;
8240 --ant-error-color-hover: #ff7875;
8241 --ant-error-color-active: #d9363e;
8242 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
8243 --ant-error-color-deprecated-bg: #fff2f0;
8244 --ant-error-color-deprecated-border: #ffccc7;
8245 --ant-warning-color: #faad14;
8246 --ant-warning-color-hover: #ffc53d;
8247 --ant-warning-color-active: #d48806;
8248 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
8249 --ant-warning-color-deprecated-bg: #fffbe6;
8250 --ant-warning-color-deprecated-border: #ffe58f;
8251 --ant-info-color: #1890ff;
8252 --ant-info-color-deprecated-bg: #e6f7ff;
8253 --ant-info-color-deprecated-border: #91d5ff;
8254}
8255.ant-radio-group {
8256 box-sizing: border-box;
8257 margin: 0;
8258 padding: 0;
8259 color: rgba(0, 0, 0, 0.85);
8260 font-size: 14px;
8261 font-variant: tabular-nums;
8262 line-height: 1.5715;
8263 list-style: none;
8264 font-feature-settings: 'tnum';
8265 display: inline-block;
8266 font-size: 0;
8267}
8268.ant-radio-group .ant-badge-count {
8269 z-index: 1;
8270}
8271.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
8272 border-left: none;
8273}
8274.ant-radio-wrapper {
8275 box-sizing: border-box;
8276 margin: 0;
8277 padding: 0;
8278 color: rgba(0, 0, 0, 0.85);
8279 font-size: 14px;
8280 font-variant: tabular-nums;
8281 line-height: 1.5715;
8282 list-style: none;
8283 font-feature-settings: 'tnum';
8284 position: relative;
8285 display: inline-flex;
8286 align-items: baseline;
8287 margin-right: 8px;
8288 cursor: pointer;
8289}
8290.ant-radio-wrapper-disabled {
8291 cursor: not-allowed;
8292}
8293.ant-radio-wrapper::after {
8294 display: inline-block;
8295 width: 0;
8296 overflow: hidden;
8297 content: '\a0';
8298}
8299.ant-radio {
8300 box-sizing: border-box;
8301 margin: 0;
8302 padding: 0;
8303 color: rgba(0, 0, 0, 0.85);
8304 font-size: 14px;
8305 font-variant: tabular-nums;
8306 line-height: 1.5715;
8307 list-style: none;
8308 font-feature-settings: 'tnum';
8309 position: relative;
8310 top: 0.2em;
8311 display: inline-block;
8312 outline: none;
8313 cursor: pointer;
8314}
8315.ant-radio-wrapper:hover .ant-radio,
8316.ant-radio:hover .ant-radio-inner,
8317.ant-radio-input:focus + .ant-radio-inner {
8318 border-color: var(--ant-primary-color);
8319}
8320.ant-radio-input:focus + .ant-radio-inner {
8321 box-shadow: 0 0 0 3px var(--ant-primary-1);
8322}
8323.ant-radio-checked::after {
8324 position: absolute;
8325 top: 0;
8326 left: 0;
8327 width: 100%;
8328 height: 100%;
8329 border: 1px solid var(--ant-primary-color);
8330 border-radius: 50%;
8331 visibility: hidden;
8332 -webkit-animation: antRadioEffect 0.36s ease-in-out;
8333 animation: antRadioEffect 0.36s ease-in-out;
8334 -webkit-animation-fill-mode: both;
8335 animation-fill-mode: both;
8336 content: '';
8337}
8338.ant-radio:hover::after,
8339.ant-radio-wrapper:hover .ant-radio::after {
8340 visibility: visible;
8341}
8342.ant-radio-inner {
8343 position: relative;
8344 top: 0;
8345 left: 0;
8346 display: block;
8347 width: 16px;
8348 height: 16px;
8349 background-color: #fff;
8350 border-color: #d9d9d9;
8351 border-style: solid;
8352 border-width: 1px;
8353 border-radius: 50%;
8354 transition: all 0.3s;
8355}
8356.ant-radio-inner::after {
8357 position: absolute;
8358 top: 50%;
8359 left: 50%;
8360 display: block;
8361 width: 16px;
8362 height: 16px;
8363 margin-top: -8px;
8364 margin-left: -8px;
8365 background-color: var(--ant-primary-color);
8366 border-top: 0;
8367 border-left: 0;
8368 border-radius: 16px;
8369 transform: scale(0);
8370 opacity: 0;
8371 transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8372 content: ' ';
8373}
8374.ant-radio-input {
8375 position: absolute;
8376 top: 0;
8377 right: 0;
8378 bottom: 0;
8379 left: 0;
8380 z-index: 1;
8381 cursor: pointer;
8382 opacity: 0;
8383}
8384.ant-radio-checked .ant-radio-inner {
8385 border-color: var(--ant-primary-color);
8386}
8387.ant-radio-checked .ant-radio-inner::after {
8388 transform: scale(0.5);
8389 opacity: 1;
8390 transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8391}
8392.ant-radio-disabled {
8393 cursor: not-allowed;
8394}
8395.ant-radio-disabled .ant-radio-inner {
8396 background-color: #f5f5f5;
8397 border-color: #d9d9d9 !important;
8398 cursor: not-allowed;
8399}
8400.ant-radio-disabled .ant-radio-inner::after {
8401 background-color: rgba(0, 0, 0, 0.2);
8402}
8403.ant-radio-disabled .ant-radio-input {
8404 cursor: not-allowed;
8405}
8406.ant-radio-disabled + span {
8407 color: rgba(0, 0, 0, 0.25);
8408 cursor: not-allowed;
8409}
8410span.ant-radio + * {
8411 padding-right: 8px;
8412 padding-left: 8px;
8413}
8414.ant-radio-button-wrapper {
8415 position: relative;
8416 display: inline-block;
8417 height: 32px;
8418 margin: 0;
8419 padding: 0 15px;
8420 color: rgba(0, 0, 0, 0.85);
8421 font-size: 14px;
8422 line-height: 30px;
8423 background: #fff;
8424 border: 1px solid #d9d9d9;
8425 border-top-width: 1.02px;
8426 border-left-width: 0;
8427 cursor: pointer;
8428 transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
8429}
8430.ant-radio-button-wrapper a {
8431 color: rgba(0, 0, 0, 0.85);
8432}
8433.ant-radio-button-wrapper > .ant-radio-button {
8434 position: absolute;
8435 top: 0;
8436 left: 0;
8437 z-index: -1;
8438 width: 100%;
8439 height: 100%;
8440}
8441.ant-radio-group-large .ant-radio-button-wrapper {
8442 height: 40px;
8443 font-size: 16px;
8444 line-height: 38px;
8445}
8446.ant-radio-group-small .ant-radio-button-wrapper {
8447 height: 24px;
8448 padding: 0 7px;
8449 line-height: 22px;
8450}
8451.ant-radio-button-wrapper:not(:first-child)::before {
8452 position: absolute;
8453 top: -1px;
8454 left: -1px;
8455 display: block;
8456 box-sizing: content-box;
8457 width: 1px;
8458 height: 100%;
8459 padding: 1px 0;
8460 background-color: #d9d9d9;
8461 transition: background-color 0.3s;
8462 content: '';
8463}
8464.ant-radio-button-wrapper:first-child {
8465 border-left: 1px solid #d9d9d9;
8466 border-radius: 2px 0 0 2px;
8467}
8468.ant-radio-button-wrapper:last-child {
8469 border-radius: 0 2px 2px 0;
8470}
8471.ant-radio-button-wrapper:first-child:last-child {
8472 border-radius: 2px;
8473}
8474.ant-radio-button-wrapper:hover {
8475 position: relative;
8476 color: var(--ant-primary-color);
8477}
8478.ant-radio-button-wrapper:focus-within {
8479 box-shadow: 0 0 0 3px var(--ant-primary-1);
8480}
8481.ant-radio-button-wrapper .ant-radio-inner,
8482.ant-radio-button-wrapper input[type='checkbox'],
8483.ant-radio-button-wrapper input[type='radio'] {
8484 width: 0;
8485 height: 0;
8486 opacity: 0;
8487 pointer-events: none;
8488}
8489.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
8490 z-index: 1;
8491 color: var(--ant-primary-color);
8492 background: #fff;
8493 border-color: var(--ant-primary-color);
8494}
8495.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
8496 background-color: var(--ant-primary-color);
8497}
8498.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
8499 border-color: var(--ant-primary-color);
8500}
8501.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8502 color: var(--ant-primary-5);
8503 border-color: var(--ant-primary-5);
8504}
8505.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
8506 background-color: var(--ant-primary-5);
8507}
8508.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8509 color: var(--ant-primary-7);
8510 border-color: var(--ant-primary-7);
8511}
8512.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
8513 background-color: var(--ant-primary-7);
8514}
8515.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8516 box-shadow: 0 0 0 3px var(--ant-primary-1);
8517}
8518.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
8519 color: #fff;
8520 background: var(--ant-primary-color);
8521 border-color: var(--ant-primary-color);
8522}
8523.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8524 color: #fff;
8525 background: var(--ant-primary-5);
8526 border-color: var(--ant-primary-5);
8527}
8528.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8529 color: #fff;
8530 background: var(--ant-primary-7);
8531 border-color: var(--ant-primary-7);
8532}
8533.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8534 box-shadow: 0 0 0 3px var(--ant-primary-1);
8535}
8536.ant-radio-button-wrapper-disabled {
8537 color: rgba(0, 0, 0, 0.25);
8538 background-color: #f5f5f5;
8539 border-color: #d9d9d9;
8540 cursor: not-allowed;
8541}
8542.ant-radio-button-wrapper-disabled:first-child,
8543.ant-radio-button-wrapper-disabled:hover {
8544 color: rgba(0, 0, 0, 0.25);
8545 background-color: #f5f5f5;
8546 border-color: #d9d9d9;
8547}
8548.ant-radio-button-wrapper-disabled:first-child {
8549 border-left-color: #d9d9d9;
8550}
8551.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
8552 color: rgba(0, 0, 0, 0.25);
8553 background-color: #e6e6e6;
8554 border-color: #d9d9d9;
8555 box-shadow: none;
8556}
8557@-webkit-keyframes antRadioEffect {
8558 0% {
8559 transform: scale(1);
8560 opacity: 0.5;
8561 }
8562 100% {
8563 transform: scale(1.6);
8564 opacity: 0;
8565 }
8566}
8567@keyframes antRadioEffect {
8568 0% {
8569 transform: scale(1);
8570 opacity: 0.5;
8571 }
8572 100% {
8573 transform: scale(1.6);
8574 opacity: 0;
8575 }
8576}
8577.ant-radio-group.ant-radio-group-rtl {
8578 direction: rtl;
8579}
8580.ant-radio-wrapper.ant-radio-wrapper-rtl {
8581 margin-right: 0;
8582 margin-left: 8px;
8583 direction: rtl;
8584}
8585.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
8586 border-right-width: 0;
8587 border-left-width: 1px;
8588}
8589.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
8590 right: -1px;
8591 left: 0;
8592}
8593.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
8594 border-right: 1px solid #d9d9d9;
8595 border-radius: 0 2px 2px 0;
8596}
8597.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
8598 border-right-color: var(--ant-primary-5);
8599}
8600.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
8601 border-radius: 2px 0 0 2px;
8602}
8603.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
8604 border-right-color: #d9d9d9;
8605}
8606
8607/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
8608/* stylelint-disable no-duplicate-selectors */
8609/* stylelint-disable */
8610/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8611html {
8612 --ant-primary-color: #1890ff;
8613 --ant-primary-color-hover: #40a9ff;
8614 --ant-primary-color-active: #096dd9;
8615 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
8616 --ant-primary-1: #e6f7ff;
8617 --ant-primary-2: #bae7ff;
8618 --ant-primary-3: #91d5ff;
8619 --ant-primary-4: #69c0ff;
8620 --ant-primary-5: #40a9ff;
8621 --ant-primary-6: #1890ff;
8622 --ant-primary-7: #096dd9;
8623 --ant-primary-color-deprecated-pure: ;
8624 --ant-primary-color-deprecated-l-35: #cbe6ff;
8625 --ant-primary-color-deprecated-l-20: #7ec1ff;
8626 --ant-primary-color-deprecated-t-20: #46a6ff;
8627 --ant-primary-color-deprecated-t-50: #8cc8ff;
8628 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
8629 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
8630 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
8631 --ant-success-color: #52c41a;
8632 --ant-success-color-hover: #73d13d;
8633 --ant-success-color-active: #389e0d;
8634 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
8635 --ant-success-color-deprecated-bg: #f6ffed;
8636 --ant-success-color-deprecated-border: #b7eb8f;
8637 --ant-error-color: #ff4d4f;
8638 --ant-error-color-hover: #ff7875;
8639 --ant-error-color-active: #d9363e;
8640 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
8641 --ant-error-color-deprecated-bg: #fff2f0;
8642 --ant-error-color-deprecated-border: #ffccc7;
8643 --ant-warning-color: #faad14;
8644 --ant-warning-color-hover: #ffc53d;
8645 --ant-warning-color-active: #d48806;
8646 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
8647 --ant-warning-color-deprecated-bg: #fffbe6;
8648 --ant-warning-color-deprecated-border: #ffe58f;
8649 --ant-info-color: #1890ff;
8650 --ant-info-color-deprecated-bg: #e6f7ff;
8651 --ant-info-color-deprecated-border: #91d5ff;
8652}
8653.ant-picker {
8654 box-sizing: border-box;
8655 margin: 0;
8656 padding: 0;
8657 color: rgba(0, 0, 0, 0.85);
8658 font-size: 14px;
8659 font-variant: tabular-nums;
8660 line-height: 1.5715;
8661 list-style: none;
8662 font-feature-settings: 'tnum';
8663 padding: 4px 11px 4px;
8664 position: relative;
8665 display: inline-flex;
8666 align-items: center;
8667 background: #fff;
8668 border: 1px solid #d9d9d9;
8669 border-radius: 2px;
8670 transition: border 0.3s, box-shadow 0.3s;
8671}
8672.ant-picker:hover,
8673.ant-picker-focused {
8674 border-color: var(--ant-primary-5);
8675 border-right-width: 1px !important;
8676}
8677.ant-picker-focused {
8678 border-color: var(--ant-primary-color-hover);
8679 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
8680 border-right-width: 1px !important;
8681 outline: 0;
8682}
8683.ant-picker.ant-picker-disabled {
8684 background: #f5f5f5;
8685 border-color: #d9d9d9;
8686 cursor: not-allowed;
8687}
8688.ant-picker.ant-picker-disabled .ant-picker-suffix {
8689 color: rgba(0, 0, 0, 0.25);
8690}
8691.ant-picker.ant-picker-borderless {
8692 background-color: transparent !important;
8693 border-color: transparent !important;
8694 box-shadow: none !important;
8695}
8696.ant-picker-input {
8697 position: relative;
8698 display: inline-flex;
8699 align-items: center;
8700 width: 100%;
8701}
8702.ant-picker-input > input {
8703 position: relative;
8704 display: inline-block;
8705 width: 100%;
8706 min-width: 0;
8707 padding: 4px 11px;
8708 color: rgba(0, 0, 0, 0.85);
8709 font-size: 14px;
8710 line-height: 1.5715;
8711 background-color: #fff;
8712 background-image: none;
8713 border: 1px solid #d9d9d9;
8714 border-radius: 2px;
8715 transition: all 0.3s;
8716 /* stylelint-disable-next-line selector-no-vendor-prefix */
8717 flex: auto;
8718 min-width: 1px;
8719 height: auto;
8720 padding: 0;
8721 background: transparent;
8722 border: 0;
8723}
8724.ant-picker-input > input::-moz-placeholder {
8725 opacity: 1;
8726}
8727.ant-picker-input > input:-ms-input-placeholder {
8728 color: #bfbfbf;
8729 -ms-user-select: none;
8730 user-select: none;
8731}
8732.ant-picker-input > input::placeholder {
8733 color: #bfbfbf;
8734 -webkit-user-select: none;
8735 -moz-user-select: none;
8736 -ms-user-select: none;
8737 user-select: none;
8738}
8739.ant-picker-input > input:-moz-placeholder-shown {
8740 text-overflow: ellipsis;
8741}
8742.ant-picker-input > input:-ms-input-placeholder {
8743 text-overflow: ellipsis;
8744}
8745.ant-picker-input > input:placeholder-shown {
8746 text-overflow: ellipsis;
8747}
8748.ant-picker-input > input:hover {
8749 border-color: var(--ant-primary-5);
8750 border-right-width: 1px !important;
8751}
8752.ant-picker-input > input:focus,
8753.ant-picker-input > input-focused {
8754 border-color: var(--ant-primary-color-hover);
8755 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
8756 border-right-width: 1px !important;
8757 outline: 0;
8758}
8759.ant-picker-input > input-disabled {
8760 color: rgba(0, 0, 0, 0.25);
8761 background-color: #f5f5f5;
8762 border-color: #d9d9d9;
8763 box-shadow: none;
8764 cursor: not-allowed;
8765 opacity: 1;
8766}
8767.ant-picker-input > input-disabled:hover {
8768 border-color: #d9d9d9;
8769 border-right-width: 1px !important;
8770}
8771.ant-picker-input > input[disabled] {
8772 color: rgba(0, 0, 0, 0.25);
8773 background-color: #f5f5f5;
8774 border-color: #d9d9d9;
8775 box-shadow: none;
8776 cursor: not-allowed;
8777 opacity: 1;
8778}
8779.ant-picker-input > input[disabled]:hover {
8780 border-color: #d9d9d9;
8781 border-right-width: 1px !important;
8782}
8783.ant-picker-input > input-borderless,
8784.ant-picker-input > input-borderless:hover,
8785.ant-picker-input > input-borderless:focus,
8786.ant-picker-input > input-borderless-focused,
8787.ant-picker-input > input-borderless-disabled,
8788.ant-picker-input > input-borderless[disabled] {
8789 background-color: transparent;
8790 border: none;
8791 box-shadow: none;
8792}
8793textarea.ant-picker-input > input {
8794 max-width: 100%;
8795 height: auto;
8796 min-height: 32px;
8797 line-height: 1.5715;
8798 vertical-align: bottom;
8799 transition: all 0.3s, height 0s;
8800}
8801.ant-picker-input > input-lg {
8802 padding: 6.5px 11px;
8803 font-size: 16px;
8804}
8805.ant-picker-input > input-sm {
8806 padding: 0px 7px;
8807}
8808.ant-picker-input > input:focus {
8809 box-shadow: none;
8810}
8811.ant-picker-input > input[disabled] {
8812 background: transparent;
8813}
8814.ant-picker-input:hover .ant-picker-clear {
8815 opacity: 1;
8816}
8817.ant-picker-input-placeholder > input {
8818 color: #bfbfbf;
8819}
8820.ant-picker-large {
8821 padding: 6.5px 11px 6.5px;
8822}
8823.ant-picker-large .ant-picker-input > input {
8824 font-size: 16px;
8825}
8826.ant-picker-small {
8827 padding: 0px 7px 0px;
8828}
8829.ant-picker-suffix {
8830 align-self: center;
8831 margin-left: 4px;
8832 color: rgba(0, 0, 0, 0.25);
8833 line-height: 1;
8834 pointer-events: none;
8835}
8836.ant-picker-suffix > * {
8837 vertical-align: top;
8838}
8839.ant-picker-clear {
8840 position: absolute;
8841 top: 50%;
8842 right: 0;
8843 color: rgba(0, 0, 0, 0.25);
8844 line-height: 1;
8845 background: #fff;
8846 transform: translateY(-50%);
8847 cursor: pointer;
8848 opacity: 0;
8849 transition: opacity 0.3s, color 0.3s;
8850}
8851.ant-picker-clear > * {
8852 vertical-align: top;
8853}
8854.ant-picker-clear:hover {
8855 color: rgba(0, 0, 0, 0.45);
8856}
8857.ant-picker-separator {
8858 position: relative;
8859 display: inline-block;
8860 width: 1em;
8861 height: 16px;
8862 color: rgba(0, 0, 0, 0.25);
8863 font-size: 16px;
8864 vertical-align: top;
8865 cursor: default;
8866}
8867.ant-picker-focused .ant-picker-separator {
8868 color: rgba(0, 0, 0, 0.45);
8869}
8870.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
8871 cursor: not-allowed;
8872}
8873.ant-picker-range {
8874 position: relative;
8875 display: inline-flex;
8876}
8877.ant-picker-range .ant-picker-clear {
8878 right: 11px;
8879}
8880.ant-picker-range:hover .ant-picker-clear {
8881 opacity: 1;
8882}
8883.ant-picker-range .ant-picker-active-bar {
8884 bottom: -1px;
8885 height: 2px;
8886 margin-left: 11px;
8887 background: var(--ant-primary-color);
8888 opacity: 0;
8889 transition: all 0.3s ease-out;
8890 pointer-events: none;
8891}
8892.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
8893 opacity: 1;
8894}
8895.ant-picker-range-separator {
8896 align-items: center;
8897 padding: 0 8px;
8898 line-height: 1;
8899}
8900.ant-picker-range.ant-picker-small .ant-picker-clear {
8901 right: 7px;
8902}
8903.ant-picker-range.ant-picker-small .ant-picker-active-bar {
8904 margin-left: 7px;
8905}
8906.ant-picker-dropdown {
8907 box-sizing: border-box;
8908 margin: 0;
8909 padding: 0;
8910 color: rgba(0, 0, 0, 0.85);
8911 font-size: 14px;
8912 font-variant: tabular-nums;
8913 line-height: 1.5715;
8914 list-style: none;
8915 font-feature-settings: 'tnum';
8916 position: absolute;
8917 z-index: 1050;
8918}
8919.ant-picker-dropdown-hidden {
8920 display: none;
8921}
8922.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
8923 top: 1.66666667px;
8924 display: block;
8925 transform: rotate(-45deg);
8926}
8927.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
8928 bottom: 1.66666667px;
8929 display: block;
8930 transform: rotate(135deg);
8931}
8932.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
8933.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
8934.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
8935.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
8936 -webkit-animation-name: antSlideDownIn;
8937 animation-name: antSlideDownIn;
8938}
8939.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
8940.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
8941.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
8942.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
8943 -webkit-animation-name: antSlideUpIn;
8944 animation-name: antSlideUpIn;
8945}
8946.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
8947.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
8948 -webkit-animation-name: antSlideDownOut;
8949 animation-name: antSlideDownOut;
8950}
8951.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
8952.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
8953 -webkit-animation-name: antSlideUpOut;
8954 animation-name: antSlideUpOut;
8955}
8956.ant-picker-dropdown-range {
8957 padding: 6.66666667px 0;
8958}
8959.ant-picker-dropdown-range-hidden {
8960 display: none;
8961}
8962.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
8963 padding-top: 4px;
8964}
8965.ant-picker-ranges {
8966 margin-bottom: 0;
8967 padding: 4px 12px;
8968 overflow: hidden;
8969 line-height: 34px;
8970 text-align: left;
8971 list-style: none;
8972}
8973.ant-picker-ranges > li {
8974 display: inline-block;
8975}
8976.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
8977 color: var(--ant-primary-color);
8978 background: var(--ant-primary-1);
8979 border-color: var(--ant-primary-3);
8980 cursor: pointer;
8981}
8982.ant-picker-ranges .ant-picker-ok {
8983 float: right;
8984 margin-left: 8px;
8985}
8986.ant-picker-range-wrapper {
8987 display: flex;
8988}
8989.ant-picker-range-arrow {
8990 position: absolute;
8991 z-index: 1;
8992 display: none;
8993 width: 10px;
8994 height: 10px;
8995 margin-left: 16.5px;
8996 box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
8997 transition: left 0.3s ease-out;
8998}
8999.ant-picker-range-arrow::after {
9000 position: absolute;
9001 top: 1px;
9002 right: 1px;
9003 width: 10px;
9004 height: 10px;
9005 border: 5px solid #f0f0f0;
9006 border-color: #fff #fff transparent transparent;
9007 content: '';
9008}
9009.ant-picker-panel-container {
9010 overflow: hidden;
9011 vertical-align: top;
9012 background: #fff;
9013 border-radius: 2px;
9014 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);
9015 transition: margin 0.3s;
9016}
9017.ant-picker-panel-container .ant-picker-panels {
9018 display: inline-flex;
9019 flex-wrap: nowrap;
9020 direction: ltr;
9021}
9022.ant-picker-panel-container .ant-picker-panel {
9023 vertical-align: top;
9024 background: transparent;
9025 border-width: 0 0 1px 0;
9026 border-radius: 0;
9027}
9028.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
9029.ant-picker-panel-container .ant-picker-panel table {
9030 text-align: center;
9031}
9032.ant-picker-panel-container .ant-picker-panel-focused {
9033 border-color: #f0f0f0;
9034}
9035.ant-picker-panel {
9036 display: inline-flex;
9037 flex-direction: column;
9038 text-align: center;
9039 background: #fff;
9040 border: 1px solid #f0f0f0;
9041 border-radius: 2px;
9042 outline: none;
9043}
9044.ant-picker-panel-focused {
9045 border-color: var(--ant-primary-color);
9046}
9047.ant-picker-decade-panel,
9048.ant-picker-year-panel,
9049.ant-picker-quarter-panel,
9050.ant-picker-month-panel,
9051.ant-picker-week-panel,
9052.ant-picker-date-panel,
9053.ant-picker-time-panel {
9054 display: flex;
9055 flex-direction: column;
9056 width: 280px;
9057}
9058.ant-picker-header {
9059 display: flex;
9060 padding: 0 8px;
9061 color: rgba(0, 0, 0, 0.85);
9062 border-bottom: 1px solid #f0f0f0;
9063}
9064.ant-picker-header > * {
9065 flex: none;
9066}
9067.ant-picker-header button {
9068 padding: 0;
9069 color: rgba(0, 0, 0, 0.25);
9070 line-height: 40px;
9071 background: transparent;
9072 border: 0;
9073 cursor: pointer;
9074 transition: color 0.3s;
9075}
9076.ant-picker-header > button {
9077 min-width: 1.6em;
9078 font-size: 14px;
9079}
9080.ant-picker-header > button:hover {
9081 color: rgba(0, 0, 0, 0.85);
9082}
9083.ant-picker-header-view {
9084 flex: auto;
9085 font-weight: 500;
9086 line-height: 40px;
9087}
9088.ant-picker-header-view button {
9089 color: inherit;
9090 font-weight: inherit;
9091}
9092.ant-picker-header-view button:not(:first-child) {
9093 margin-left: 8px;
9094}
9095.ant-picker-header-view button:hover {
9096 color: var(--ant-primary-color);
9097}
9098.ant-picker-prev-icon,
9099.ant-picker-next-icon,
9100.ant-picker-super-prev-icon,
9101.ant-picker-super-next-icon {
9102 position: relative;
9103 display: inline-block;
9104 width: 7px;
9105 height: 7px;
9106}
9107.ant-picker-prev-icon::before,
9108.ant-picker-next-icon::before,
9109.ant-picker-super-prev-icon::before,
9110.ant-picker-super-next-icon::before {
9111 position: absolute;
9112 top: 0;
9113 left: 0;
9114 display: inline-block;
9115 width: 7px;
9116 height: 7px;
9117 border: 0 solid currentColor;
9118 border-width: 1.5px 0 0 1.5px;
9119 content: '';
9120}
9121.ant-picker-super-prev-icon::after,
9122.ant-picker-super-next-icon::after {
9123 position: absolute;
9124 top: 4px;
9125 left: 4px;
9126 display: inline-block;
9127 width: 7px;
9128 height: 7px;
9129 border: 0 solid currentColor;
9130 border-width: 1.5px 0 0 1.5px;
9131 content: '';
9132}
9133.ant-picker-prev-icon,
9134.ant-picker-super-prev-icon {
9135 transform: rotate(-45deg);
9136}
9137.ant-picker-next-icon,
9138.ant-picker-super-next-icon {
9139 transform: rotate(135deg);
9140}
9141.ant-picker-content {
9142 width: 100%;
9143 table-layout: fixed;
9144 border-collapse: collapse;
9145}
9146.ant-picker-content th,
9147.ant-picker-content td {
9148 position: relative;
9149 min-width: 24px;
9150 font-weight: 400;
9151}
9152.ant-picker-content th {
9153 height: 30px;
9154 color: rgba(0, 0, 0, 0.85);
9155 line-height: 30px;
9156}
9157.ant-picker-cell {
9158 padding: 3px 0;
9159 color: rgba(0, 0, 0, 0.25);
9160 cursor: pointer;
9161}
9162.ant-picker-cell-in-view {
9163 color: rgba(0, 0, 0, 0.85);
9164}
9165.ant-picker-cell::before {
9166 position: absolute;
9167 top: 50%;
9168 right: 0;
9169 left: 0;
9170 z-index: 1;
9171 height: 24px;
9172 transform: translateY(-50%);
9173 transition: all 0.3s;
9174 content: '';
9175}
9176.ant-picker-cell .ant-picker-cell-inner {
9177 position: relative;
9178 z-index: 2;
9179 display: inline-block;
9180 min-width: 24px;
9181 height: 24px;
9182 line-height: 24px;
9183 border-radius: 2px;
9184 transition: background 0.3s, border 0.3s;
9185}
9186.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
9187.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 {
9188 background: #f5f5f5;
9189}
9190.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
9191 position: absolute;
9192 top: 0;
9193 right: 0;
9194 bottom: 0;
9195 left: 0;
9196 z-index: 1;
9197 border: 1px solid var(--ant-primary-color);
9198 border-radius: 2px;
9199 content: '';
9200}
9201.ant-picker-cell-in-view.ant-picker-cell-in-range {
9202 position: relative;
9203}
9204.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
9205 background: var(--ant-primary-1);
9206}
9207.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
9208.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
9209.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
9210 color: #fff;
9211 background: var(--ant-primary-color);
9212}
9213.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
9214.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
9215 background: var(--ant-primary-1);
9216}
9217.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
9218 left: 50%;
9219}
9220.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
9221 right: 50%;
9222}
9223.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,
9224.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,
9225.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
9226.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,
9227.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,
9228.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
9229.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
9230 position: absolute;
9231 top: 50%;
9232 z-index: 0;
9233 height: 24px;
9234 border-top: 1px dashed var(--ant-primary-color-deprecated-l-20);
9235 border-bottom: 1px dashed var(--ant-primary-color-deprecated-l-20);
9236 transform: translateY(-50%);
9237 transition: all 0.3s;
9238 content: '';
9239}
9240.ant-picker-cell-range-hover-start::after,
9241.ant-picker-cell-range-hover-end::after,
9242.ant-picker-cell-range-hover::after {
9243 right: 0;
9244 left: 2px;
9245}
9246.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
9247.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
9248.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
9249.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
9250.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
9251.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,
9252.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 {
9253 background: var(--ant-primary-color-deprecated-l-35);
9254}
9255.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 {
9256 border-radius: 2px 0 0 2px;
9257}
9258.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 {
9259 border-radius: 0 2px 2px 0;
9260}
9261.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,
9262.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 {
9263 position: absolute;
9264 top: 0;
9265 bottom: 0;
9266 z-index: -1;
9267 background: var(--ant-primary-color-deprecated-l-35);
9268 transition: all 0.3s;
9269 content: '';
9270}
9271.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 {
9272 right: -6px;
9273 left: 0;
9274}
9275.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 {
9276 right: 0;
9277 left: -6px;
9278}
9279.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
9280 right: 50%;
9281}
9282.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
9283 left: 50%;
9284}
9285tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
9286tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
9287.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,
9288.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
9289.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
9290 left: 6px;
9291 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9292 border-top-left-radius: 2px;
9293 border-bottom-left-radius: 2px;
9294}
9295tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
9296tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
9297.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,
9298.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
9299.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
9300 right: 6px;
9301 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9302 border-top-right-radius: 2px;
9303 border-bottom-right-radius: 2px;
9304}
9305.ant-picker-cell-disabled {
9306 color: rgba(0, 0, 0, 0.25);
9307 pointer-events: none;
9308}
9309.ant-picker-cell-disabled .ant-picker-cell-inner {
9310 background: transparent;
9311}
9312.ant-picker-cell-disabled::before {
9313 background: rgba(0, 0, 0, 0.04);
9314}
9315.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
9316 border-color: rgba(0, 0, 0, 0.25);
9317}
9318.ant-picker-decade-panel .ant-picker-content,
9319.ant-picker-year-panel .ant-picker-content,
9320.ant-picker-quarter-panel .ant-picker-content,
9321.ant-picker-month-panel .ant-picker-content {
9322 height: 264px;
9323}
9324.ant-picker-decade-panel .ant-picker-cell-inner,
9325.ant-picker-year-panel .ant-picker-cell-inner,
9326.ant-picker-quarter-panel .ant-picker-cell-inner,
9327.ant-picker-month-panel .ant-picker-cell-inner {
9328 padding: 0 8px;
9329}
9330.ant-picker-quarter-panel .ant-picker-content {
9331 height: 56px;
9332}
9333.ant-picker-footer {
9334 width: -webkit-min-content;
9335 width: -moz-min-content;
9336 width: min-content;
9337 min-width: 100%;
9338 line-height: 38px;
9339 text-align: center;
9340 border-bottom: 1px solid transparent;
9341}
9342.ant-picker-panel .ant-picker-footer {
9343 border-top: 1px solid #f0f0f0;
9344}
9345.ant-picker-footer-extra {
9346 padding: 0 12px;
9347 line-height: 38px;
9348 text-align: left;
9349}
9350.ant-picker-footer-extra:not(:last-child) {
9351 border-bottom: 1px solid #f0f0f0;
9352}
9353.ant-picker-now {
9354 text-align: left;
9355}
9356.ant-picker-today-btn {
9357 color: var(--ant-primary-color);
9358}
9359.ant-picker-today-btn:hover {
9360 color: var(--ant-primary-color-hover);
9361}
9362.ant-picker-today-btn:active {
9363 color: var(--ant-primary-color-active);
9364}
9365.ant-picker-today-btn.ant-picker-today-btn-disabled {
9366 color: rgba(0, 0, 0, 0.25);
9367 cursor: not-allowed;
9368}
9369.ant-picker-decade-panel .ant-picker-cell-inner {
9370 padding: 0 4px;
9371}
9372.ant-picker-decade-panel .ant-picker-cell::before {
9373 display: none;
9374}
9375.ant-picker-year-panel .ant-picker-body,
9376.ant-picker-quarter-panel .ant-picker-body,
9377.ant-picker-month-panel .ant-picker-body {
9378 padding: 0 8px;
9379}
9380.ant-picker-year-panel .ant-picker-cell-inner,
9381.ant-picker-quarter-panel .ant-picker-cell-inner,
9382.ant-picker-month-panel .ant-picker-cell-inner {
9383 width: 60px;
9384}
9385.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
9386.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
9387.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
9388 left: 14px;
9389 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9390 border-radius: 2px 0 0 2px;
9391}
9392.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
9393.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
9394.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
9395 right: 14px;
9396 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9397 border-radius: 0 2px 2px 0;
9398}
9399.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
9400.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
9401.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
9402 right: 14px;
9403 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9404 border-radius: 0 2px 2px 0;
9405}
9406.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
9407.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
9408.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
9409 left: 14px;
9410 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9411 border-radius: 2px 0 0 2px;
9412}
9413.ant-picker-week-panel .ant-picker-body {
9414 padding: 8px 12px;
9415}
9416.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
9417.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
9418.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
9419 background: transparent !important;
9420}
9421.ant-picker-week-panel-row td {
9422 transition: background 0.3s;
9423}
9424.ant-picker-week-panel-row:hover td {
9425 background: #f5f5f5;
9426}
9427.ant-picker-week-panel-row-selected td,
9428.ant-picker-week-panel-row-selected:hover td {
9429 background: var(--ant-primary-color);
9430}
9431.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
9432.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
9433 color: rgba(255, 255, 255, 0.5);
9434}
9435.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
9436.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
9437 border-color: #fff;
9438}
9439.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
9440.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
9441 color: #fff;
9442}
9443.ant-picker-date-panel .ant-picker-body {
9444 padding: 8px 12px;
9445}
9446.ant-picker-date-panel .ant-picker-content {
9447 width: 252px;
9448}
9449.ant-picker-date-panel .ant-picker-content th {
9450 width: 36px;
9451}
9452.ant-picker-datetime-panel {
9453 display: flex;
9454}
9455.ant-picker-datetime-panel .ant-picker-time-panel {
9456 border-left: 1px solid #f0f0f0;
9457}
9458.ant-picker-datetime-panel .ant-picker-date-panel,
9459.ant-picker-datetime-panel .ant-picker-time-panel {
9460 transition: opacity 0.3s;
9461}
9462.ant-picker-datetime-panel-active .ant-picker-date-panel,
9463.ant-picker-datetime-panel-active .ant-picker-time-panel {
9464 opacity: 0.3;
9465}
9466.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
9467.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
9468 opacity: 1;
9469}
9470.ant-picker-time-panel {
9471 width: auto;
9472 min-width: auto;
9473}
9474.ant-picker-time-panel .ant-picker-content {
9475 display: flex;
9476 flex: auto;
9477 height: 224px;
9478}
9479.ant-picker-time-panel-column {
9480 flex: 1 0 auto;
9481 width: 56px;
9482 margin: 0;
9483 padding: 0;
9484 overflow-y: hidden;
9485 text-align: left;
9486 list-style: none;
9487 transition: background 0.3s;
9488}
9489.ant-picker-time-panel-column::after {
9490 display: block;
9491 height: 196px;
9492 content: '';
9493}
9494.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
9495 height: 198px;
9496}
9497.ant-picker-time-panel-column:not(:first-child) {
9498 border-left: 1px solid #f0f0f0;
9499}
9500.ant-picker-time-panel-column-active {
9501 background: var(--ant-primary-color-active-deprecated-f-30);
9502}
9503.ant-picker-time-panel-column:hover {
9504 overflow-y: auto;
9505}
9506.ant-picker-time-panel-column > li {
9507 margin: 0;
9508 padding: 0;
9509}
9510.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
9511 display: block;
9512 width: 100%;
9513 height: 28px;
9514 margin: 0;
9515 padding: 0 0 0 14px;
9516 color: rgba(0, 0, 0, 0.85);
9517 line-height: 28px;
9518 border-radius: 0;
9519 cursor: pointer;
9520 transition: background 0.3s;
9521}
9522.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
9523 background: #f5f5f5;
9524}
9525.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
9526 background: var(--ant-primary-1);
9527}
9528.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
9529 color: rgba(0, 0, 0, 0.25);
9530 background: transparent;
9531 cursor: not-allowed;
9532}
9533/* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
9534_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
9535:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
9536_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
9537:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
9538 padding: 21px 0;
9539}
9540.ant-picker-rtl {
9541 direction: rtl;
9542}
9543.ant-picker-rtl .ant-picker-suffix {
9544 margin-right: 4px;
9545 margin-left: 0;
9546}
9547.ant-picker-rtl .ant-picker-clear {
9548 right: auto;
9549 left: 0;
9550}
9551.ant-picker-rtl .ant-picker-separator {
9552 transform: rotate(180deg);
9553}
9554.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
9555 margin-right: 8px;
9556 margin-left: 0;
9557}
9558.ant-picker-rtl.ant-picker-range .ant-picker-clear {
9559 right: auto;
9560 left: 11px;
9561}
9562.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
9563 margin-right: 11px;
9564 margin-left: 0;
9565}
9566.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
9567 margin-right: 7px;
9568}
9569.ant-picker-dropdown-rtl .ant-picker-ranges {
9570 text-align: right;
9571}
9572.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
9573 float: left;
9574 margin-right: 8px;
9575 margin-left: 0;
9576}
9577.ant-picker-panel-rtl {
9578 direction: rtl;
9579}
9580.ant-picker-panel-rtl .ant-picker-prev-icon,
9581.ant-picker-panel-rtl .ant-picker-super-prev-icon {
9582 transform: rotate(135deg);
9583}
9584.ant-picker-panel-rtl .ant-picker-next-icon,
9585.ant-picker-panel-rtl .ant-picker-super-next-icon {
9586 transform: rotate(-45deg);
9587}
9588.ant-picker-cell .ant-picker-cell-inner {
9589 position: relative;
9590 z-index: 2;
9591 display: inline-block;
9592 min-width: 24px;
9593 height: 24px;
9594 line-height: 24px;
9595 border-radius: 2px;
9596 transition: background 0.3s, border 0.3s;
9597}
9598.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
9599 right: 50%;
9600 left: 0;
9601}
9602.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
9603 right: 0;
9604 left: 50%;
9605}
9606.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
9607 right: 50%;
9608 left: 50%;
9609}
9610.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 {
9611 right: 0;
9612 left: -6px;
9613}
9614.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 {
9615 right: -6px;
9616 left: 0;
9617}
9618.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
9619 right: 0;
9620 left: 50%;
9621}
9622.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
9623 right: 50%;
9624 left: 0;
9625}
9626.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 {
9627 border-radius: 0 2px 2px 0;
9628}
9629.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 {
9630 border-radius: 2px 0 0 2px;
9631}
9632.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
9633.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,
9634.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,
9635.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
9636 right: 6px;
9637 left: 0;
9638 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9639 border-left: none;
9640 border-radius: 0 2px 2px 0;
9641}
9642.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
9643.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,
9644.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,
9645.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
9646 right: 0;
9647 left: 6px;
9648 border-right: none;
9649 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9650 border-radius: 2px 0 0 2px;
9651}
9652.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
9653.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
9654.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,
9655.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,
9656.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,
9657.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,
9658.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 {
9659 right: 6px;
9660 left: 6px;
9661 border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
9662 border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
9663 border-radius: 2px;
9664}
9665.ant-picker-dropdown-rtl .ant-picker-footer-extra {
9666 direction: rtl;
9667 text-align: right;
9668}
9669.ant-picker-panel-rtl .ant-picker-time-panel {
9670 direction: ltr;
9671}
9672
9673/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9674/* stylelint-disable no-duplicate-selectors */
9675/* stylelint-disable */
9676/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9677html {
9678 --ant-primary-color: #1890ff;
9679 --ant-primary-color-hover: #40a9ff;
9680 --ant-primary-color-active: #096dd9;
9681 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
9682 --ant-primary-1: #e6f7ff;
9683 --ant-primary-2: #bae7ff;
9684 --ant-primary-3: #91d5ff;
9685 --ant-primary-4: #69c0ff;
9686 --ant-primary-5: #40a9ff;
9687 --ant-primary-6: #1890ff;
9688 --ant-primary-7: #096dd9;
9689 --ant-primary-color-deprecated-pure: ;
9690 --ant-primary-color-deprecated-l-35: #cbe6ff;
9691 --ant-primary-color-deprecated-l-20: #7ec1ff;
9692 --ant-primary-color-deprecated-t-20: #46a6ff;
9693 --ant-primary-color-deprecated-t-50: #8cc8ff;
9694 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
9695 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
9696 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
9697 --ant-success-color: #52c41a;
9698 --ant-success-color-hover: #73d13d;
9699 --ant-success-color-active: #389e0d;
9700 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
9701 --ant-success-color-deprecated-bg: #f6ffed;
9702 --ant-success-color-deprecated-border: #b7eb8f;
9703 --ant-error-color: #ff4d4f;
9704 --ant-error-color-hover: #ff7875;
9705 --ant-error-color-active: #d9363e;
9706 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
9707 --ant-error-color-deprecated-bg: #fff2f0;
9708 --ant-error-color-deprecated-border: #ffccc7;
9709 --ant-warning-color: #faad14;
9710 --ant-warning-color-hover: #ffc53d;
9711 --ant-warning-color-active: #d48806;
9712 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
9713 --ant-warning-color-deprecated-bg: #fffbe6;
9714 --ant-warning-color-deprecated-border: #ffe58f;
9715 --ant-info-color: #1890ff;
9716 --ant-info-color-deprecated-bg: #e6f7ff;
9717 --ant-info-color-deprecated-border: #91d5ff;
9718}
9719.ant-tag {
9720 box-sizing: border-box;
9721 margin: 0;
9722 padding: 0;
9723 color: rgba(0, 0, 0, 0.85);
9724 font-size: 14px;
9725 font-variant: tabular-nums;
9726 line-height: 1.5715;
9727 list-style: none;
9728 font-feature-settings: 'tnum';
9729 display: inline-block;
9730 height: auto;
9731 margin-right: 8px;
9732 padding: 0 7px;
9733 font-size: 12px;
9734 line-height: 20px;
9735 white-space: nowrap;
9736 background: #fafafa;
9737 border: 1px solid #d9d9d9;
9738 border-radius: 2px;
9739 opacity: 1;
9740 transition: all 0.3s;
9741}
9742.ant-tag,
9743.ant-tag a,
9744.ant-tag a:hover {
9745 color: rgba(0, 0, 0, 0.85);
9746}
9747.ant-tag > a:first-child:last-child {
9748 display: inline-block;
9749 margin: 0 -8px;
9750 padding: 0 8px;
9751}
9752.ant-tag-close-icon {
9753 margin-left: 3px;
9754 color: rgba(0, 0, 0, 0.45);
9755 font-size: 10px;
9756 cursor: pointer;
9757 transition: all 0.3s;
9758}
9759.ant-tag-close-icon:hover {
9760 color: rgba(0, 0, 0, 0.85);
9761}
9762.ant-tag-has-color {
9763 border-color: transparent;
9764}
9765.ant-tag-has-color,
9766.ant-tag-has-color a,
9767.ant-tag-has-color a:hover,
9768.ant-tag-has-color .anticon-close,
9769.ant-tag-has-color .anticon-close:hover {
9770 color: #fff;
9771}
9772.ant-tag-checkable {
9773 background-color: transparent;
9774 border-color: transparent;
9775 cursor: pointer;
9776}
9777.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
9778 color: var(--ant-primary-color);
9779}
9780.ant-tag-checkable:active,
9781.ant-tag-checkable-checked {
9782 color: #fff;
9783}
9784.ant-tag-checkable-checked {
9785 background-color: var(--ant-primary-6);
9786}
9787.ant-tag-checkable:active {
9788 background-color: var(--ant-primary-7);
9789}
9790.ant-tag-hidden {
9791 display: none;
9792}
9793.ant-tag-pink {
9794 color: #c41d7f;
9795 background: #fff0f6;
9796 border-color: #ffadd2;
9797}
9798.ant-tag-pink-inverse {
9799 color: #fff;
9800 background: #eb2f96;
9801 border-color: #eb2f96;
9802}
9803.ant-tag-magenta {
9804 color: #c41d7f;
9805 background: #fff0f6;
9806 border-color: #ffadd2;
9807}
9808.ant-tag-magenta-inverse {
9809 color: #fff;
9810 background: #eb2f96;
9811 border-color: #eb2f96;
9812}
9813.ant-tag-red {
9814 color: #cf1322;
9815 background: #fff1f0;
9816 border-color: #ffa39e;
9817}
9818.ant-tag-red-inverse {
9819 color: #fff;
9820 background: #f5222d;
9821 border-color: #f5222d;
9822}
9823.ant-tag-volcano {
9824 color: #d4380d;
9825 background: #fff2e8;
9826 border-color: #ffbb96;
9827}
9828.ant-tag-volcano-inverse {
9829 color: #fff;
9830 background: #fa541c;
9831 border-color: #fa541c;
9832}
9833.ant-tag-orange {
9834 color: #d46b08;
9835 background: #fff7e6;
9836 border-color: #ffd591;
9837}
9838.ant-tag-orange-inverse {
9839 color: #fff;
9840 background: #fa8c16;
9841 border-color: #fa8c16;
9842}
9843.ant-tag-yellow {
9844 color: #d4b106;
9845 background: #feffe6;
9846 border-color: #fffb8f;
9847}
9848.ant-tag-yellow-inverse {
9849 color: #fff;
9850 background: #fadb14;
9851 border-color: #fadb14;
9852}
9853.ant-tag-gold {
9854 color: #d48806;
9855 background: #fffbe6;
9856 border-color: #ffe58f;
9857}
9858.ant-tag-gold-inverse {
9859 color: #fff;
9860 background: #faad14;
9861 border-color: #faad14;
9862}
9863.ant-tag-cyan {
9864 color: #08979c;
9865 background: #e6fffb;
9866 border-color: #87e8de;
9867}
9868.ant-tag-cyan-inverse {
9869 color: #fff;
9870 background: #13c2c2;
9871 border-color: #13c2c2;
9872}
9873.ant-tag-lime {
9874 color: #7cb305;
9875 background: #fcffe6;
9876 border-color: #eaff8f;
9877}
9878.ant-tag-lime-inverse {
9879 color: #fff;
9880 background: #a0d911;
9881 border-color: #a0d911;
9882}
9883.ant-tag-green {
9884 color: #389e0d;
9885 background: #f6ffed;
9886 border-color: #b7eb8f;
9887}
9888.ant-tag-green-inverse {
9889 color: #fff;
9890 background: #52c41a;
9891 border-color: #52c41a;
9892}
9893.ant-tag-blue {
9894 color: #096dd9;
9895 background: #e6f7ff;
9896 border-color: #91d5ff;
9897}
9898.ant-tag-blue-inverse {
9899 color: #fff;
9900 background: #1890ff;
9901 border-color: #1890ff;
9902}
9903.ant-tag-geekblue {
9904 color: #1d39c4;
9905 background: #f0f5ff;
9906 border-color: #adc6ff;
9907}
9908.ant-tag-geekblue-inverse {
9909 color: #fff;
9910 background: #2f54eb;
9911 border-color: #2f54eb;
9912}
9913.ant-tag-purple {
9914 color: #531dab;
9915 background: #f9f0ff;
9916 border-color: #d3adf7;
9917}
9918.ant-tag-purple-inverse {
9919 color: #fff;
9920 background: #722ed1;
9921 border-color: #722ed1;
9922}
9923.ant-tag-success {
9924 color: var(--ant-success-color);
9925 background: var(--ant-success-color-deprecated-bg);
9926 border-color: var(--ant-success-color-deprecated-border);
9927}
9928.ant-tag-processing {
9929 color: var(--ant-info-color);
9930 background: var(--ant-info-color-deprecated-bg);
9931 border-color: var(--ant-info-color-deprecated-border);
9932}
9933.ant-tag-error {
9934 color: var(--ant-error-color);
9935 background: var(--ant-error-color-deprecated-bg);
9936 border-color: var(--ant-error-color-deprecated-border);
9937}
9938.ant-tag-warning {
9939 color: var(--ant-warning-color);
9940 background: var(--ant-warning-color-deprecated-bg);
9941 border-color: var(--ant-warning-color-deprecated-border);
9942}
9943.ant-tag > .anticon + span,
9944.ant-tag > span + .anticon {
9945 margin-left: 7px;
9946}
9947.ant-tag.ant-tag-rtl {
9948 margin-right: 0;
9949 margin-left: 8px;
9950 direction: rtl;
9951 text-align: right;
9952}
9953.ant-tag-rtl .ant-tag-close-icon {
9954 margin-right: 3px;
9955 margin-left: 0;
9956}
9957.ant-tag-rtl.ant-tag > .anticon + span,
9958.ant-tag-rtl.ant-tag > span + .anticon {
9959 margin-right: 7px;
9960 margin-left: 0;
9961}
9962
9963/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9964/* stylelint-disable no-duplicate-selectors */
9965/* stylelint-disable */
9966/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9967html {
9968 --ant-primary-color: #1890ff;
9969 --ant-primary-color-hover: #40a9ff;
9970 --ant-primary-color-active: #096dd9;
9971 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
9972 --ant-primary-1: #e6f7ff;
9973 --ant-primary-2: #bae7ff;
9974 --ant-primary-3: #91d5ff;
9975 --ant-primary-4: #69c0ff;
9976 --ant-primary-5: #40a9ff;
9977 --ant-primary-6: #1890ff;
9978 --ant-primary-7: #096dd9;
9979 --ant-primary-color-deprecated-pure: ;
9980 --ant-primary-color-deprecated-l-35: #cbe6ff;
9981 --ant-primary-color-deprecated-l-20: #7ec1ff;
9982 --ant-primary-color-deprecated-t-20: #46a6ff;
9983 --ant-primary-color-deprecated-t-50: #8cc8ff;
9984 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
9985 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
9986 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
9987 --ant-success-color: #52c41a;
9988 --ant-success-color-hover: #73d13d;
9989 --ant-success-color-active: #389e0d;
9990 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
9991 --ant-success-color-deprecated-bg: #f6ffed;
9992 --ant-success-color-deprecated-border: #b7eb8f;
9993 --ant-error-color: #ff4d4f;
9994 --ant-error-color-hover: #ff7875;
9995 --ant-error-color-active: #d9363e;
9996 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
9997 --ant-error-color-deprecated-bg: #fff2f0;
9998 --ant-error-color-deprecated-border: #ffccc7;
9999 --ant-warning-color: #faad14;
10000 --ant-warning-color-hover: #ffc53d;
10001 --ant-warning-color-active: #d48806;
10002 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
10003 --ant-warning-color-deprecated-bg: #fffbe6;
10004 --ant-warning-color-deprecated-border: #ffe58f;
10005 --ant-info-color: #1890ff;
10006 --ant-info-color-deprecated-bg: #e6f7ff;
10007 --ant-info-color-deprecated-border: #91d5ff;
10008}
10009.ant-card {
10010 box-sizing: border-box;
10011 margin: 0;
10012 padding: 0;
10013 color: rgba(0, 0, 0, 0.85);
10014 font-size: 14px;
10015 font-variant: tabular-nums;
10016 line-height: 1.5715;
10017 list-style: none;
10018 font-feature-settings: 'tnum';
10019 position: relative;
10020 background: #fff;
10021 border-radius: 2px;
10022}
10023.ant-card-rtl {
10024 direction: rtl;
10025}
10026.ant-card-hoverable {
10027 cursor: pointer;
10028 transition: box-shadow 0.3s, border-color 0.3s;
10029}
10030.ant-card-hoverable:hover {
10031 border-color: transparent;
10032 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);
10033}
10034.ant-card-bordered {
10035 border: 1px solid #f0f0f0;
10036}
10037.ant-card-head {
10038 min-height: 48px;
10039 margin-bottom: -1px;
10040 padding: 0 24px;
10041 color: rgba(0, 0, 0, 0.85);
10042 font-weight: 500;
10043 font-size: 16px;
10044 background: transparent;
10045 border-bottom: 1px solid #f0f0f0;
10046 border-radius: 2px 2px 0 0;
10047}
10048.ant-card-head::before {
10049 display: table;
10050 content: '';
10051}
10052.ant-card-head::after {
10053 display: table;
10054 clear: both;
10055 content: '';
10056}
10057.ant-card-head-wrapper {
10058 display: flex;
10059 align-items: center;
10060}
10061.ant-card-head-title {
10062 display: inline-block;
10063 flex: 1;
10064 padding: 16px 0;
10065 overflow: hidden;
10066 white-space: nowrap;
10067 text-overflow: ellipsis;
10068}
10069.ant-card-head-title > .ant-typography,
10070.ant-card-head-title > .ant-typography-edit-content {
10071 left: 0;
10072 margin-top: 0;
10073 margin-bottom: 0;
10074}
10075.ant-card-head .ant-tabs-top {
10076 clear: both;
10077 margin-bottom: -17px;
10078 color: rgba(0, 0, 0, 0.85);
10079 font-weight: normal;
10080 font-size: 14px;
10081}
10082.ant-card-head .ant-tabs-top-bar {
10083 border-bottom: 1px solid #f0f0f0;
10084}
10085.ant-card-extra {
10086 float: right;
10087 margin-left: auto;
10088 padding: 16px 0;
10089 color: rgba(0, 0, 0, 0.85);
10090 font-weight: normal;
10091 font-size: 14px;
10092}
10093.ant-card-rtl .ant-card-extra {
10094 margin-right: auto;
10095 margin-left: 0;
10096}
10097.ant-card-body {
10098 padding: 24px;
10099}
10100.ant-card-body::before {
10101 display: table;
10102 content: '';
10103}
10104.ant-card-body::after {
10105 display: table;
10106 clear: both;
10107 content: '';
10108}
10109.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
10110 margin: -1px 0 0 -1px;
10111 padding: 0;
10112}
10113.ant-card-grid {
10114 float: left;
10115 width: 33.33%;
10116 padding: 24px;
10117 border: 0;
10118 border-radius: 0;
10119 box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
10120 transition: all 0.3s;
10121}
10122.ant-card-rtl .ant-card-grid {
10123 float: right;
10124}
10125.ant-card-grid-hoverable:hover {
10126 position: relative;
10127 z-index: 1;
10128 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);
10129}
10130.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
10131 min-height: 32px;
10132 padding-bottom: 0;
10133}
10134.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
10135 padding-bottom: 0;
10136}
10137.ant-card-bordered .ant-card-cover {
10138 margin-top: -1px;
10139 margin-right: -1px;
10140 margin-left: -1px;
10141}
10142.ant-card-cover > * {
10143 display: block;
10144 width: 100%;
10145}
10146.ant-card-cover img {
10147 border-radius: 2px 2px 0 0;
10148}
10149.ant-card-actions {
10150 margin: 0;
10151 padding: 0;
10152 list-style: none;
10153 background: #fff;
10154 border-top: 1px solid #f0f0f0;
10155}
10156.ant-card-actions::before {
10157 display: table;
10158 content: '';
10159}
10160.ant-card-actions::after {
10161 display: table;
10162 clear: both;
10163 content: '';
10164}
10165.ant-card-actions > li {
10166 float: left;
10167 margin: 12px 0;
10168 color: rgba(0, 0, 0, 0.45);
10169 text-align: center;
10170}
10171.ant-card-rtl .ant-card-actions > li {
10172 float: right;
10173}
10174.ant-card-actions > li > span {
10175 position: relative;
10176 display: block;
10177 min-width: 32px;
10178 font-size: 14px;
10179 line-height: 1.5715;
10180 cursor: pointer;
10181}
10182.ant-card-actions > li > span:hover {
10183 color: var(--ant-primary-color);
10184 transition: color 0.3s;
10185}
10186.ant-card-actions > li > span a:not(.ant-btn),
10187.ant-card-actions > li > span > .anticon {
10188 display: inline-block;
10189 width: 100%;
10190 color: rgba(0, 0, 0, 0.45);
10191 line-height: 22px;
10192 transition: color 0.3s;
10193}
10194.ant-card-actions > li > span a:not(.ant-btn):hover,
10195.ant-card-actions > li > span > .anticon:hover {
10196 color: var(--ant-primary-color);
10197}
10198.ant-card-actions > li > span > .anticon {
10199 font-size: 16px;
10200 line-height: 22px;
10201}
10202.ant-card-actions > li:not(:last-child) {
10203 border-right: 1px solid #f0f0f0;
10204}
10205.ant-card-rtl .ant-card-actions > li:not(:last-child) {
10206 border-right: none;
10207 border-left: 1px solid #f0f0f0;
10208}
10209.ant-card-type-inner .ant-card-head {
10210 padding: 0 24px;
10211 background: #fafafa;
10212}
10213.ant-card-type-inner .ant-card-head-title {
10214 padding: 12px 0;
10215 font-size: 14px;
10216}
10217.ant-card-type-inner .ant-card-body {
10218 padding: 16px 24px;
10219}
10220.ant-card-type-inner .ant-card-extra {
10221 padding: 13.5px 0;
10222}
10223.ant-card-meta {
10224 margin: -4px 0;
10225}
10226.ant-card-meta::before {
10227 display: table;
10228 content: '';
10229}
10230.ant-card-meta::after {
10231 display: table;
10232 clear: both;
10233 content: '';
10234}
10235.ant-card-meta-avatar {
10236 float: left;
10237 padding-right: 16px;
10238}
10239.ant-card-rtl .ant-card-meta-avatar {
10240 float: right;
10241 padding-right: 0;
10242 padding-left: 16px;
10243}
10244.ant-card-meta-detail {
10245 overflow: hidden;
10246}
10247.ant-card-meta-detail > div:not(:last-child) {
10248 margin-bottom: 8px;
10249}
10250.ant-card-meta-title {
10251 overflow: hidden;
10252 color: rgba(0, 0, 0, 0.85);
10253 font-weight: 500;
10254 font-size: 16px;
10255 white-space: nowrap;
10256 text-overflow: ellipsis;
10257}
10258.ant-card-meta-description {
10259 color: rgba(0, 0, 0, 0.45);
10260}
10261.ant-card-loading {
10262 overflow: hidden;
10263}
10264.ant-card-loading .ant-card-body {
10265 -webkit-user-select: none;
10266 -moz-user-select: none;
10267 -ms-user-select: none;
10268 user-select: none;
10269}
10270.ant-card-loading-content p {
10271 margin: 0;
10272}
10273.ant-card-loading-block {
10274 height: 14px;
10275 margin: 4px 0;
10276 background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
10277 background-size: 600% 600%;
10278 border-radius: 2px;
10279 -webkit-animation: card-loading 1.4s ease infinite;
10280 animation: card-loading 1.4s ease infinite;
10281}
10282@-webkit-keyframes card-loading {
10283 0%,
10284 100% {
10285 background-position: 0 50%;
10286 }
10287 50% {
10288 background-position: 100% 50%;
10289 }
10290}
10291@keyframes card-loading {
10292 0%,
10293 100% {
10294 background-position: 0 50%;
10295 }
10296 50% {
10297 background-position: 100% 50%;
10298 }
10299}
10300.ant-card-small > .ant-card-head {
10301 min-height: 36px;
10302 padding: 0 12px;
10303 font-size: 14px;
10304}
10305.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
10306 padding: 8px 0;
10307}
10308.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
10309 padding: 8px 0;
10310 font-size: 14px;
10311}
10312.ant-card-small > .ant-card-body {
10313 padding: 12px;
10314}
10315
10316/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10317/* stylelint-disable no-duplicate-selectors */
10318/* stylelint-disable */
10319/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10320html {
10321 --ant-primary-color: #1890ff;
10322 --ant-primary-color-hover: #40a9ff;
10323 --ant-primary-color-active: #096dd9;
10324 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10325 --ant-primary-1: #e6f7ff;
10326 --ant-primary-2: #bae7ff;
10327 --ant-primary-3: #91d5ff;
10328 --ant-primary-4: #69c0ff;
10329 --ant-primary-5: #40a9ff;
10330 --ant-primary-6: #1890ff;
10331 --ant-primary-7: #096dd9;
10332 --ant-primary-color-deprecated-pure: ;
10333 --ant-primary-color-deprecated-l-35: #cbe6ff;
10334 --ant-primary-color-deprecated-l-20: #7ec1ff;
10335 --ant-primary-color-deprecated-t-20: #46a6ff;
10336 --ant-primary-color-deprecated-t-50: #8cc8ff;
10337 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
10338 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
10339 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
10340 --ant-success-color: #52c41a;
10341 --ant-success-color-hover: #73d13d;
10342 --ant-success-color-active: #389e0d;
10343 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
10344 --ant-success-color-deprecated-bg: #f6ffed;
10345 --ant-success-color-deprecated-border: #b7eb8f;
10346 --ant-error-color: #ff4d4f;
10347 --ant-error-color-hover: #ff7875;
10348 --ant-error-color-active: #d9363e;
10349 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
10350 --ant-error-color-deprecated-bg: #fff2f0;
10351 --ant-error-color-deprecated-border: #ffccc7;
10352 --ant-warning-color: #faad14;
10353 --ant-warning-color-hover: #ffc53d;
10354 --ant-warning-color-active: #d48806;
10355 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
10356 --ant-warning-color-deprecated-bg: #fffbe6;
10357 --ant-warning-color-deprecated-border: #ffe58f;
10358 --ant-info-color: #1890ff;
10359 --ant-info-color-deprecated-bg: #e6f7ff;
10360 --ant-info-color-deprecated-border: #91d5ff;
10361}
10362.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
10363 padding: 8px 0;
10364 font-size: 14px;
10365}
10366.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
10367 padding: 16px 0;
10368 font-size: 16px;
10369}
10370.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
10371 padding: 6px 16px;
10372}
10373.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
10374 padding: 7px 16px 6px;
10375}
10376.ant-tabs-rtl {
10377 direction: rtl;
10378}
10379.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
10380 margin: 0 0 0 32px;
10381}
10382.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
10383 margin-left: 0;
10384}
10385.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
10386 margin-right: 0;
10387 margin-left: 12px;
10388}
10389.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
10390 margin-right: 8px;
10391 margin-left: -4px;
10392}
10393.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
10394 margin: 0;
10395}
10396.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
10397 order: 1;
10398}
10399.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
10400 order: 0;
10401}
10402.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
10403 order: 0;
10404}
10405.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
10406 order: 1;
10407}
10408.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10409.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10410.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10411.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10412 margin-right: 2px;
10413 margin-left: 0;
10414}
10415.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
10416.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
10417.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
10418.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
10419 margin-right: 2px;
10420 margin-left: 0;
10421}
10422.ant-tabs-dropdown-rtl {
10423 direction: rtl;
10424}
10425.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
10426 text-align: right;
10427}
10428.ant-tabs-top,
10429.ant-tabs-bottom {
10430 flex-direction: column;
10431}
10432.ant-tabs-top > .ant-tabs-nav,
10433.ant-tabs-bottom > .ant-tabs-nav,
10434.ant-tabs-top > div > .ant-tabs-nav,
10435.ant-tabs-bottom > div > .ant-tabs-nav {
10436 margin: 0 0 16px 0;
10437}
10438.ant-tabs-top > .ant-tabs-nav::before,
10439.ant-tabs-bottom > .ant-tabs-nav::before,
10440.ant-tabs-top > div > .ant-tabs-nav::before,
10441.ant-tabs-bottom > div > .ant-tabs-nav::before {
10442 position: absolute;
10443 right: 0;
10444 left: 0;
10445 border-bottom: 1px solid #f0f0f0;
10446 content: '';
10447}
10448.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
10449.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
10450.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
10451.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
10452 height: 2px;
10453}
10454.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10455.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10456.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10457.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
10458 transition: width 0.3s, left 0.3s, right 0.3s;
10459}
10460.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10461.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10462.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10463.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10464.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10465.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10466.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10467.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10468 top: 0;
10469 bottom: 0;
10470 width: 30px;
10471}
10472.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10473.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10474.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10475.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
10476 left: 0;
10477 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
10478}
10479.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10480.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10481.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10482.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10483 right: 0;
10484 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
10485}
10486.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
10487.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
10488.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
10489.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
10490 opacity: 1;
10491}
10492.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
10493.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
10494.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
10495.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
10496 opacity: 1;
10497}
10498.ant-tabs-top > .ant-tabs-nav::before,
10499.ant-tabs-top > div > .ant-tabs-nav::before {
10500 bottom: 0;
10501}
10502.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
10503.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
10504 bottom: 0;
10505}
10506.ant-tabs-bottom > .ant-tabs-nav,
10507.ant-tabs-bottom > div > .ant-tabs-nav {
10508 order: 1;
10509 margin-top: 16px;
10510 margin-bottom: 0;
10511}
10512.ant-tabs-bottom > .ant-tabs-nav::before,
10513.ant-tabs-bottom > div > .ant-tabs-nav::before {
10514 top: 0;
10515}
10516.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
10517.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
10518 top: 0;
10519}
10520.ant-tabs-bottom > .ant-tabs-content-holder,
10521.ant-tabs-bottom > div > .ant-tabs-content-holder {
10522 order: 0;
10523}
10524.ant-tabs-left > .ant-tabs-nav,
10525.ant-tabs-right > .ant-tabs-nav,
10526.ant-tabs-left > div > .ant-tabs-nav,
10527.ant-tabs-right > div > .ant-tabs-nav {
10528 flex-direction: column;
10529 min-width: 50px;
10530}
10531.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
10532.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
10533.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
10534.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
10535 padding: 8px 24px;
10536 text-align: center;
10537}
10538.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10539.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10540.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10541.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10542 margin: 16px 0 0 0;
10543}
10544.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
10545.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
10546.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
10547.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
10548 flex-direction: column;
10549}
10550.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10551.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10552.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10553.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10554.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10555.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10556.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10557.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10558 right: 0;
10559 left: 0;
10560 height: 30px;
10561}
10562.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10563.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10564.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10565.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
10566 top: 0;
10567 box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
10568}
10569.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10570.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10571.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10572.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10573 bottom: 0;
10574 box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
10575}
10576.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
10577.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
10578.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
10579.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
10580 opacity: 1;
10581}
10582.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
10583.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
10584.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
10585.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
10586 opacity: 1;
10587}
10588.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
10589.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
10590.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
10591.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
10592 width: 2px;
10593}
10594.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10595.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10596.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
10597.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
10598 transition: height 0.3s, top 0.3s;
10599}
10600.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
10601.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
10602.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
10603.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
10604.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
10605.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
10606.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
10607.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
10608 flex: 1 0 auto;
10609 flex-direction: column;
10610}
10611.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
10612.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
10613 right: 0;
10614}
10615.ant-tabs-left > .ant-tabs-content-holder,
10616.ant-tabs-left > div > .ant-tabs-content-holder {
10617 margin-left: -1px;
10618 border-left: 1px solid #f0f0f0;
10619}
10620.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
10621.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
10622 padding-left: 24px;
10623}
10624.ant-tabs-right > .ant-tabs-nav,
10625.ant-tabs-right > div > .ant-tabs-nav {
10626 order: 1;
10627}
10628.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
10629.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
10630 left: 0;
10631}
10632.ant-tabs-right > .ant-tabs-content-holder,
10633.ant-tabs-right > div > .ant-tabs-content-holder {
10634 order: 0;
10635 margin-right: -1px;
10636 border-right: 1px solid #f0f0f0;
10637}
10638.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
10639.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
10640 padding-right: 24px;
10641}
10642.ant-tabs-dropdown {
10643 box-sizing: border-box;
10644 margin: 0;
10645 padding: 0;
10646 color: rgba(0, 0, 0, 0.85);
10647 font-size: 14px;
10648 font-variant: tabular-nums;
10649 line-height: 1.5715;
10650 list-style: none;
10651 font-feature-settings: 'tnum';
10652 position: absolute;
10653 top: -9999px;
10654 left: -9999px;
10655 z-index: 1050;
10656 display: block;
10657}
10658.ant-tabs-dropdown-hidden {
10659 display: none;
10660}
10661.ant-tabs-dropdown-menu {
10662 max-height: 200px;
10663 margin: 0;
10664 padding: 4px 0;
10665 overflow-x: hidden;
10666 overflow-y: auto;
10667 text-align: left;
10668 list-style-type: none;
10669 background-color: #fff;
10670 background-clip: padding-box;
10671 border-radius: 2px;
10672 outline: none;
10673 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);
10674}
10675.ant-tabs-dropdown-menu-item {
10676 display: flex;
10677 align-items: center;
10678 min-width: 120px;
10679 margin: 0;
10680 padding: 5px 12px;
10681 overflow: hidden;
10682 color: rgba(0, 0, 0, 0.85);
10683 font-weight: normal;
10684 font-size: 14px;
10685 line-height: 22px;
10686 white-space: nowrap;
10687 text-overflow: ellipsis;
10688 cursor: pointer;
10689 transition: all 0.3s;
10690}
10691.ant-tabs-dropdown-menu-item > span {
10692 flex: 1;
10693 white-space: nowrap;
10694}
10695.ant-tabs-dropdown-menu-item-remove {
10696 flex: none;
10697 margin-left: 12px;
10698 color: rgba(0, 0, 0, 0.45);
10699 font-size: 12px;
10700 background: transparent;
10701 border: 0;
10702 cursor: pointer;
10703}
10704.ant-tabs-dropdown-menu-item-remove:hover {
10705 color: var(--ant-primary-5);
10706}
10707.ant-tabs-dropdown-menu-item:hover {
10708 background: #f5f5f5;
10709}
10710.ant-tabs-dropdown-menu-item-disabled,
10711.ant-tabs-dropdown-menu-item-disabled:hover {
10712 color: rgba(0, 0, 0, 0.25);
10713 background: transparent;
10714 cursor: not-allowed;
10715}
10716.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
10717.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
10718 margin: 0;
10719 padding: 8px 16px;
10720 background: #fafafa;
10721 border: 1px solid #f0f0f0;
10722 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
10723}
10724.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
10725.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
10726 color: var(--ant-primary-color);
10727 background: #fff;
10728}
10729.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
10730.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
10731 visibility: hidden;
10732}
10733.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10734.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10735.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10736.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10737 margin-left: 2px;
10738}
10739.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
10740.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
10741 border-radius: 2px 2px 0 0;
10742}
10743.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
10744.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
10745 border-bottom-color: #fff;
10746}
10747.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
10748.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
10749 border-radius: 0 0 2px 2px;
10750}
10751.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
10752.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
10753 border-top-color: #fff;
10754}
10755.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10756.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10757.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
10758.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
10759 margin-top: 2px;
10760}
10761.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
10762.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
10763 border-radius: 2px 0 0 2px;
10764}
10765.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
10766.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
10767 border-right-color: #fff;
10768}
10769.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
10770.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
10771 border-radius: 0 2px 2px 0;
10772}
10773.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
10774.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
10775 border-left-color: #fff;
10776}
10777.ant-tabs {
10778 box-sizing: border-box;
10779 margin: 0;
10780 padding: 0;
10781 color: rgba(0, 0, 0, 0.85);
10782 font-size: 14px;
10783 font-variant: tabular-nums;
10784 line-height: 1.5715;
10785 list-style: none;
10786 font-feature-settings: 'tnum';
10787 display: flex;
10788 overflow: hidden;
10789}
10790.ant-tabs > .ant-tabs-nav,
10791.ant-tabs > div > .ant-tabs-nav {
10792 position: relative;
10793 display: flex;
10794 flex: none;
10795 align-items: center;
10796}
10797.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
10798.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
10799 position: relative;
10800 display: inline-block;
10801 display: flex;
10802 flex: auto;
10803 align-self: stretch;
10804 overflow: hidden;
10805 white-space: nowrap;
10806 transform: translate(0);
10807}
10808.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10809.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
10810.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
10811.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
10812 position: absolute;
10813 z-index: 1;
10814 opacity: 0;
10815 transition: opacity 0.3s;
10816 content: '';
10817 pointer-events: none;
10818}
10819.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
10820.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
10821 position: relative;
10822 display: flex;
10823 transition: transform 0.3s;
10824}
10825.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
10826.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
10827 display: flex;
10828 align-self: stretch;
10829}
10830.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
10831.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
10832 position: absolute;
10833 visibility: hidden;
10834 pointer-events: none;
10835}
10836.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
10837.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
10838 position: relative;
10839 padding: 8px 16px;
10840 background: transparent;
10841 border: 0;
10842}
10843.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
10844.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
10845 position: absolute;
10846 right: 0;
10847 bottom: 0;
10848 left: 0;
10849 height: 5px;
10850 transform: translateY(100%);
10851 content: '';
10852}
10853.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
10854.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
10855 min-width: 40px;
10856 margin-left: 2px;
10857 padding: 0 8px;
10858 background: #fafafa;
10859 border: 1px solid #f0f0f0;
10860 border-radius: 2px 2px 0 0;
10861 outline: none;
10862 cursor: pointer;
10863 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
10864}
10865.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
10866.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
10867 color: var(--ant-primary-5);
10868}
10869.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
10870.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
10871.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
10872.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
10873 color: var(--ant-primary-7);
10874}
10875.ant-tabs-extra-content {
10876 flex: none;
10877}
10878.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
10879.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
10880 justify-content: center;
10881}
10882.ant-tabs-ink-bar {
10883 position: absolute;
10884 background: var(--ant-primary-color);
10885 pointer-events: none;
10886}
10887.ant-tabs-tab {
10888 position: relative;
10889 display: inline-flex;
10890 align-items: center;
10891 padding: 12px 0;
10892 font-size: 14px;
10893 background: transparent;
10894 border: 0;
10895 outline: none;
10896 cursor: pointer;
10897}
10898.ant-tabs-tab-btn:focus,
10899.ant-tabs-tab-remove:focus,
10900.ant-tabs-tab-btn:active,
10901.ant-tabs-tab-remove:active {
10902 color: var(--ant-primary-7);
10903}
10904.ant-tabs-tab-btn {
10905 outline: none;
10906 transition: all 0.3s;
10907}
10908.ant-tabs-tab-remove {
10909 flex: none;
10910 margin-right: -4px;
10911 margin-left: 8px;
10912 color: rgba(0, 0, 0, 0.45);
10913 font-size: 12px;
10914 background: transparent;
10915 border: none;
10916 outline: none;
10917 cursor: pointer;
10918 transition: all 0.3s;
10919}
10920.ant-tabs-tab-remove:hover {
10921 color: rgba(0, 0, 0, 0.85);
10922}
10923.ant-tabs-tab:hover {
10924 color: var(--ant-primary-5);
10925}
10926.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
10927 color: var(--ant-primary-color);
10928 text-shadow: 0 0 0.25px currentColor;
10929}
10930.ant-tabs-tab.ant-tabs-tab-disabled {
10931 color: rgba(0, 0, 0, 0.25);
10932 cursor: not-allowed;
10933}
10934.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
10935.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
10936.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
10937.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
10938 color: rgba(0, 0, 0, 0.25);
10939}
10940.ant-tabs-tab .ant-tabs-tab-remove .anticon {
10941 margin: 0;
10942}
10943.ant-tabs-tab .anticon {
10944 margin-right: 12px;
10945}
10946.ant-tabs-tab + .ant-tabs-tab {
10947 margin: 0 0 0 32px;
10948}
10949.ant-tabs-content {
10950 display: flex;
10951 width: 100%;
10952}
10953.ant-tabs-content-holder {
10954 flex: auto;
10955 min-width: 0;
10956 min-height: 0;
10957}
10958.ant-tabs-content-animated {
10959 transition: margin 0.3s;
10960}
10961.ant-tabs-tabpane {
10962 flex: none;
10963 width: 100%;
10964 outline: none;
10965}
10966
10967/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10968/* stylelint-disable no-duplicate-selectors */
10969/* stylelint-disable */
10970/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10971html {
10972 --ant-primary-color: #1890ff;
10973 --ant-primary-color-hover: #40a9ff;
10974 --ant-primary-color-active: #096dd9;
10975 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
10976 --ant-primary-1: #e6f7ff;
10977 --ant-primary-2: #bae7ff;
10978 --ant-primary-3: #91d5ff;
10979 --ant-primary-4: #69c0ff;
10980 --ant-primary-5: #40a9ff;
10981 --ant-primary-6: #1890ff;
10982 --ant-primary-7: #096dd9;
10983 --ant-primary-color-deprecated-pure: ;
10984 --ant-primary-color-deprecated-l-35: #cbe6ff;
10985 --ant-primary-color-deprecated-l-20: #7ec1ff;
10986 --ant-primary-color-deprecated-t-20: #46a6ff;
10987 --ant-primary-color-deprecated-t-50: #8cc8ff;
10988 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
10989 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
10990 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
10991 --ant-success-color: #52c41a;
10992 --ant-success-color-hover: #73d13d;
10993 --ant-success-color-active: #389e0d;
10994 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
10995 --ant-success-color-deprecated-bg: #f6ffed;
10996 --ant-success-color-deprecated-border: #b7eb8f;
10997 --ant-error-color: #ff4d4f;
10998 --ant-error-color-hover: #ff7875;
10999 --ant-error-color-active: #d9363e;
11000 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
11001 --ant-error-color-deprecated-bg: #fff2f0;
11002 --ant-error-color-deprecated-border: #ffccc7;
11003 --ant-warning-color: #faad14;
11004 --ant-warning-color-hover: #ffc53d;
11005 --ant-warning-color-active: #d48806;
11006 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
11007 --ant-warning-color-deprecated-bg: #fffbe6;
11008 --ant-warning-color-deprecated-border: #ffe58f;
11009 --ant-info-color: #1890ff;
11010 --ant-info-color-deprecated-bg: #e6f7ff;
11011 --ant-info-color-deprecated-border: #91d5ff;
11012}
11013.ant-row {
11014 display: flex;
11015 flex-flow: row wrap;
11016}
11017.ant-row::before,
11018.ant-row::after {
11019 display: flex;
11020}
11021.ant-row-no-wrap {
11022 flex-wrap: nowrap;
11023}
11024.ant-row-start {
11025 justify-content: flex-start;
11026}
11027.ant-row-center {
11028 justify-content: center;
11029}
11030.ant-row-end {
11031 justify-content: flex-end;
11032}
11033.ant-row-space-between {
11034 justify-content: space-between;
11035}
11036.ant-row-space-around {
11037 justify-content: space-around;
11038}
11039.ant-row-top {
11040 align-items: flex-start;
11041}
11042.ant-row-middle {
11043 align-items: center;
11044}
11045.ant-row-bottom {
11046 align-items: flex-end;
11047}
11048.ant-col {
11049 position: relative;
11050 max-width: 100%;
11051 min-height: 1px;
11052}
11053.ant-col-24 {
11054 display: block;
11055 flex: 0 0 100%;
11056 max-width: 100%;
11057}
11058.ant-col-push-24 {
11059 left: 100%;
11060}
11061.ant-col-pull-24 {
11062 right: 100%;
11063}
11064.ant-col-offset-24 {
11065 margin-left: 100%;
11066}
11067.ant-col-order-24 {
11068 order: 24;
11069}
11070.ant-col-23 {
11071 display: block;
11072 flex: 0 0 95.83333333%;
11073 max-width: 95.83333333%;
11074}
11075.ant-col-push-23 {
11076 left: 95.83333333%;
11077}
11078.ant-col-pull-23 {
11079 right: 95.83333333%;
11080}
11081.ant-col-offset-23 {
11082 margin-left: 95.83333333%;
11083}
11084.ant-col-order-23 {
11085 order: 23;
11086}
11087.ant-col-22 {
11088 display: block;
11089 flex: 0 0 91.66666667%;
11090 max-width: 91.66666667%;
11091}
11092.ant-col-push-22 {
11093 left: 91.66666667%;
11094}
11095.ant-col-pull-22 {
11096 right: 91.66666667%;
11097}
11098.ant-col-offset-22 {
11099 margin-left: 91.66666667%;
11100}
11101.ant-col-order-22 {
11102 order: 22;
11103}
11104.ant-col-21 {
11105 display: block;
11106 flex: 0 0 87.5%;
11107 max-width: 87.5%;
11108}
11109.ant-col-push-21 {
11110 left: 87.5%;
11111}
11112.ant-col-pull-21 {
11113 right: 87.5%;
11114}
11115.ant-col-offset-21 {
11116 margin-left: 87.5%;
11117}
11118.ant-col-order-21 {
11119 order: 21;
11120}
11121.ant-col-20 {
11122 display: block;
11123 flex: 0 0 83.33333333%;
11124 max-width: 83.33333333%;
11125}
11126.ant-col-push-20 {
11127 left: 83.33333333%;
11128}
11129.ant-col-pull-20 {
11130 right: 83.33333333%;
11131}
11132.ant-col-offset-20 {
11133 margin-left: 83.33333333%;
11134}
11135.ant-col-order-20 {
11136 order: 20;
11137}
11138.ant-col-19 {
11139 display: block;
11140 flex: 0 0 79.16666667%;
11141 max-width: 79.16666667%;
11142}
11143.ant-col-push-19 {
11144 left: 79.16666667%;
11145}
11146.ant-col-pull-19 {
11147 right: 79.16666667%;
11148}
11149.ant-col-offset-19 {
11150 margin-left: 79.16666667%;
11151}
11152.ant-col-order-19 {
11153 order: 19;
11154}
11155.ant-col-18 {
11156 display: block;
11157 flex: 0 0 75%;
11158 max-width: 75%;
11159}
11160.ant-col-push-18 {
11161 left: 75%;
11162}
11163.ant-col-pull-18 {
11164 right: 75%;
11165}
11166.ant-col-offset-18 {
11167 margin-left: 75%;
11168}
11169.ant-col-order-18 {
11170 order: 18;
11171}
11172.ant-col-17 {
11173 display: block;
11174 flex: 0 0 70.83333333%;
11175 max-width: 70.83333333%;
11176}
11177.ant-col-push-17 {
11178 left: 70.83333333%;
11179}
11180.ant-col-pull-17 {
11181 right: 70.83333333%;
11182}
11183.ant-col-offset-17 {
11184 margin-left: 70.83333333%;
11185}
11186.ant-col-order-17 {
11187 order: 17;
11188}
11189.ant-col-16 {
11190 display: block;
11191 flex: 0 0 66.66666667%;
11192 max-width: 66.66666667%;
11193}
11194.ant-col-push-16 {
11195 left: 66.66666667%;
11196}
11197.ant-col-pull-16 {
11198 right: 66.66666667%;
11199}
11200.ant-col-offset-16 {
11201 margin-left: 66.66666667%;
11202}
11203.ant-col-order-16 {
11204 order: 16;
11205}
11206.ant-col-15 {
11207 display: block;
11208 flex: 0 0 62.5%;
11209 max-width: 62.5%;
11210}
11211.ant-col-push-15 {
11212 left: 62.5%;
11213}
11214.ant-col-pull-15 {
11215 right: 62.5%;
11216}
11217.ant-col-offset-15 {
11218 margin-left: 62.5%;
11219}
11220.ant-col-order-15 {
11221 order: 15;
11222}
11223.ant-col-14 {
11224 display: block;
11225 flex: 0 0 58.33333333%;
11226 max-width: 58.33333333%;
11227}
11228.ant-col-push-14 {
11229 left: 58.33333333%;
11230}
11231.ant-col-pull-14 {
11232 right: 58.33333333%;
11233}
11234.ant-col-offset-14 {
11235 margin-left: 58.33333333%;
11236}
11237.ant-col-order-14 {
11238 order: 14;
11239}
11240.ant-col-13 {
11241 display: block;
11242 flex: 0 0 54.16666667%;
11243 max-width: 54.16666667%;
11244}
11245.ant-col-push-13 {
11246 left: 54.16666667%;
11247}
11248.ant-col-pull-13 {
11249 right: 54.16666667%;
11250}
11251.ant-col-offset-13 {
11252 margin-left: 54.16666667%;
11253}
11254.ant-col-order-13 {
11255 order: 13;
11256}
11257.ant-col-12 {
11258 display: block;
11259 flex: 0 0 50%;
11260 max-width: 50%;
11261}
11262.ant-col-push-12 {
11263 left: 50%;
11264}
11265.ant-col-pull-12 {
11266 right: 50%;
11267}
11268.ant-col-offset-12 {
11269 margin-left: 50%;
11270}
11271.ant-col-order-12 {
11272 order: 12;
11273}
11274.ant-col-11 {
11275 display: block;
11276 flex: 0 0 45.83333333%;
11277 max-width: 45.83333333%;
11278}
11279.ant-col-push-11 {
11280 left: 45.83333333%;
11281}
11282.ant-col-pull-11 {
11283 right: 45.83333333%;
11284}
11285.ant-col-offset-11 {
11286 margin-left: 45.83333333%;
11287}
11288.ant-col-order-11 {
11289 order: 11;
11290}
11291.ant-col-10 {
11292 display: block;
11293 flex: 0 0 41.66666667%;
11294 max-width: 41.66666667%;
11295}
11296.ant-col-push-10 {
11297 left: 41.66666667%;
11298}
11299.ant-col-pull-10 {
11300 right: 41.66666667%;
11301}
11302.ant-col-offset-10 {
11303 margin-left: 41.66666667%;
11304}
11305.ant-col-order-10 {
11306 order: 10;
11307}
11308.ant-col-9 {
11309 display: block;
11310 flex: 0 0 37.5%;
11311 max-width: 37.5%;
11312}
11313.ant-col-push-9 {
11314 left: 37.5%;
11315}
11316.ant-col-pull-9 {
11317 right: 37.5%;
11318}
11319.ant-col-offset-9 {
11320 margin-left: 37.5%;
11321}
11322.ant-col-order-9 {
11323 order: 9;
11324}
11325.ant-col-8 {
11326 display: block;
11327 flex: 0 0 33.33333333%;
11328 max-width: 33.33333333%;
11329}
11330.ant-col-push-8 {
11331 left: 33.33333333%;
11332}
11333.ant-col-pull-8 {
11334 right: 33.33333333%;
11335}
11336.ant-col-offset-8 {
11337 margin-left: 33.33333333%;
11338}
11339.ant-col-order-8 {
11340 order: 8;
11341}
11342.ant-col-7 {
11343 display: block;
11344 flex: 0 0 29.16666667%;
11345 max-width: 29.16666667%;
11346}
11347.ant-col-push-7 {
11348 left: 29.16666667%;
11349}
11350.ant-col-pull-7 {
11351 right: 29.16666667%;
11352}
11353.ant-col-offset-7 {
11354 margin-left: 29.16666667%;
11355}
11356.ant-col-order-7 {
11357 order: 7;
11358}
11359.ant-col-6 {
11360 display: block;
11361 flex: 0 0 25%;
11362 max-width: 25%;
11363}
11364.ant-col-push-6 {
11365 left: 25%;
11366}
11367.ant-col-pull-6 {
11368 right: 25%;
11369}
11370.ant-col-offset-6 {
11371 margin-left: 25%;
11372}
11373.ant-col-order-6 {
11374 order: 6;
11375}
11376.ant-col-5 {
11377 display: block;
11378 flex: 0 0 20.83333333%;
11379 max-width: 20.83333333%;
11380}
11381.ant-col-push-5 {
11382 left: 20.83333333%;
11383}
11384.ant-col-pull-5 {
11385 right: 20.83333333%;
11386}
11387.ant-col-offset-5 {
11388 margin-left: 20.83333333%;
11389}
11390.ant-col-order-5 {
11391 order: 5;
11392}
11393.ant-col-4 {
11394 display: block;
11395 flex: 0 0 16.66666667%;
11396 max-width: 16.66666667%;
11397}
11398.ant-col-push-4 {
11399 left: 16.66666667%;
11400}
11401.ant-col-pull-4 {
11402 right: 16.66666667%;
11403}
11404.ant-col-offset-4 {
11405 margin-left: 16.66666667%;
11406}
11407.ant-col-order-4 {
11408 order: 4;
11409}
11410.ant-col-3 {
11411 display: block;
11412 flex: 0 0 12.5%;
11413 max-width: 12.5%;
11414}
11415.ant-col-push-3 {
11416 left: 12.5%;
11417}
11418.ant-col-pull-3 {
11419 right: 12.5%;
11420}
11421.ant-col-offset-3 {
11422 margin-left: 12.5%;
11423}
11424.ant-col-order-3 {
11425 order: 3;
11426}
11427.ant-col-2 {
11428 display: block;
11429 flex: 0 0 8.33333333%;
11430 max-width: 8.33333333%;
11431}
11432.ant-col-push-2 {
11433 left: 8.33333333%;
11434}
11435.ant-col-pull-2 {
11436 right: 8.33333333%;
11437}
11438.ant-col-offset-2 {
11439 margin-left: 8.33333333%;
11440}
11441.ant-col-order-2 {
11442 order: 2;
11443}
11444.ant-col-1 {
11445 display: block;
11446 flex: 0 0 4.16666667%;
11447 max-width: 4.16666667%;
11448}
11449.ant-col-push-1 {
11450 left: 4.16666667%;
11451}
11452.ant-col-pull-1 {
11453 right: 4.16666667%;
11454}
11455.ant-col-offset-1 {
11456 margin-left: 4.16666667%;
11457}
11458.ant-col-order-1 {
11459 order: 1;
11460}
11461.ant-col-0 {
11462 display: none;
11463}
11464.ant-col-push-0 {
11465 left: auto;
11466}
11467.ant-col-pull-0 {
11468 right: auto;
11469}
11470.ant-col-push-0 {
11471 left: auto;
11472}
11473.ant-col-pull-0 {
11474 right: auto;
11475}
11476.ant-col-offset-0 {
11477 margin-left: 0;
11478}
11479.ant-col-order-0 {
11480 order: 0;
11481}
11482.ant-col-push-0.ant-col-rtl {
11483 right: auto;
11484}
11485.ant-col-pull-0.ant-col-rtl {
11486 left: auto;
11487}
11488.ant-col-push-0.ant-col-rtl {
11489 right: auto;
11490}
11491.ant-col-pull-0.ant-col-rtl {
11492 left: auto;
11493}
11494.ant-col-offset-0.ant-col-rtl {
11495 margin-right: 0;
11496}
11497.ant-col-push-1.ant-col-rtl {
11498 right: 4.16666667%;
11499 left: auto;
11500}
11501.ant-col-pull-1.ant-col-rtl {
11502 right: auto;
11503 left: 4.16666667%;
11504}
11505.ant-col-offset-1.ant-col-rtl {
11506 margin-right: 4.16666667%;
11507 margin-left: 0;
11508}
11509.ant-col-push-2.ant-col-rtl {
11510 right: 8.33333333%;
11511 left: auto;
11512}
11513.ant-col-pull-2.ant-col-rtl {
11514 right: auto;
11515 left: 8.33333333%;
11516}
11517.ant-col-offset-2.ant-col-rtl {
11518 margin-right: 8.33333333%;
11519 margin-left: 0;
11520}
11521.ant-col-push-3.ant-col-rtl {
11522 right: 12.5%;
11523 left: auto;
11524}
11525.ant-col-pull-3.ant-col-rtl {
11526 right: auto;
11527 left: 12.5%;
11528}
11529.ant-col-offset-3.ant-col-rtl {
11530 margin-right: 12.5%;
11531 margin-left: 0;
11532}
11533.ant-col-push-4.ant-col-rtl {
11534 right: 16.66666667%;
11535 left: auto;
11536}
11537.ant-col-pull-4.ant-col-rtl {
11538 right: auto;
11539 left: 16.66666667%;
11540}
11541.ant-col-offset-4.ant-col-rtl {
11542 margin-right: 16.66666667%;
11543 margin-left: 0;
11544}
11545.ant-col-push-5.ant-col-rtl {
11546 right: 20.83333333%;
11547 left: auto;
11548}
11549.ant-col-pull-5.ant-col-rtl {
11550 right: auto;
11551 left: 20.83333333%;
11552}
11553.ant-col-offset-5.ant-col-rtl {
11554 margin-right: 20.83333333%;
11555 margin-left: 0;
11556}
11557.ant-col-push-6.ant-col-rtl {
11558 right: 25%;
11559 left: auto;
11560}
11561.ant-col-pull-6.ant-col-rtl {
11562 right: auto;
11563 left: 25%;
11564}
11565.ant-col-offset-6.ant-col-rtl {
11566 margin-right: 25%;
11567 margin-left: 0;
11568}
11569.ant-col-push-7.ant-col-rtl {
11570 right: 29.16666667%;
11571 left: auto;
11572}
11573.ant-col-pull-7.ant-col-rtl {
11574 right: auto;
11575 left: 29.16666667%;
11576}
11577.ant-col-offset-7.ant-col-rtl {
11578 margin-right: 29.16666667%;
11579 margin-left: 0;
11580}
11581.ant-col-push-8.ant-col-rtl {
11582 right: 33.33333333%;
11583 left: auto;
11584}
11585.ant-col-pull-8.ant-col-rtl {
11586 right: auto;
11587 left: 33.33333333%;
11588}
11589.ant-col-offset-8.ant-col-rtl {
11590 margin-right: 33.33333333%;
11591 margin-left: 0;
11592}
11593.ant-col-push-9.ant-col-rtl {
11594 right: 37.5%;
11595 left: auto;
11596}
11597.ant-col-pull-9.ant-col-rtl {
11598 right: auto;
11599 left: 37.5%;
11600}
11601.ant-col-offset-9.ant-col-rtl {
11602 margin-right: 37.5%;
11603 margin-left: 0;
11604}
11605.ant-col-push-10.ant-col-rtl {
11606 right: 41.66666667%;
11607 left: auto;
11608}
11609.ant-col-pull-10.ant-col-rtl {
11610 right: auto;
11611 left: 41.66666667%;
11612}
11613.ant-col-offset-10.ant-col-rtl {
11614 margin-right: 41.66666667%;
11615 margin-left: 0;
11616}
11617.ant-col-push-11.ant-col-rtl {
11618 right: 45.83333333%;
11619 left: auto;
11620}
11621.ant-col-pull-11.ant-col-rtl {
11622 right: auto;
11623 left: 45.83333333%;
11624}
11625.ant-col-offset-11.ant-col-rtl {
11626 margin-right: 45.83333333%;
11627 margin-left: 0;
11628}
11629.ant-col-push-12.ant-col-rtl {
11630 right: 50%;
11631 left: auto;
11632}
11633.ant-col-pull-12.ant-col-rtl {
11634 right: auto;
11635 left: 50%;
11636}
11637.ant-col-offset-12.ant-col-rtl {
11638 margin-right: 50%;
11639 margin-left: 0;
11640}
11641.ant-col-push-13.ant-col-rtl {
11642 right: 54.16666667%;
11643 left: auto;
11644}
11645.ant-col-pull-13.ant-col-rtl {
11646 right: auto;
11647 left: 54.16666667%;
11648}
11649.ant-col-offset-13.ant-col-rtl {
11650 margin-right: 54.16666667%;
11651 margin-left: 0;
11652}
11653.ant-col-push-14.ant-col-rtl {
11654 right: 58.33333333%;
11655 left: auto;
11656}
11657.ant-col-pull-14.ant-col-rtl {
11658 right: auto;
11659 left: 58.33333333%;
11660}
11661.ant-col-offset-14.ant-col-rtl {
11662 margin-right: 58.33333333%;
11663 margin-left: 0;
11664}
11665.ant-col-push-15.ant-col-rtl {
11666 right: 62.5%;
11667 left: auto;
11668}
11669.ant-col-pull-15.ant-col-rtl {
11670 right: auto;
11671 left: 62.5%;
11672}
11673.ant-col-offset-15.ant-col-rtl {
11674 margin-right: 62.5%;
11675 margin-left: 0;
11676}
11677.ant-col-push-16.ant-col-rtl {
11678 right: 66.66666667%;
11679 left: auto;
11680}
11681.ant-col-pull-16.ant-col-rtl {
11682 right: auto;
11683 left: 66.66666667%;
11684}
11685.ant-col-offset-16.ant-col-rtl {
11686 margin-right: 66.66666667%;
11687 margin-left: 0;
11688}
11689.ant-col-push-17.ant-col-rtl {
11690 right: 70.83333333%;
11691 left: auto;
11692}
11693.ant-col-pull-17.ant-col-rtl {
11694 right: auto;
11695 left: 70.83333333%;
11696}
11697.ant-col-offset-17.ant-col-rtl {
11698 margin-right: 70.83333333%;
11699 margin-left: 0;
11700}
11701.ant-col-push-18.ant-col-rtl {
11702 right: 75%;
11703 left: auto;
11704}
11705.ant-col-pull-18.ant-col-rtl {
11706 right: auto;
11707 left: 75%;
11708}
11709.ant-col-offset-18.ant-col-rtl {
11710 margin-right: 75%;
11711 margin-left: 0;
11712}
11713.ant-col-push-19.ant-col-rtl {
11714 right: 79.16666667%;
11715 left: auto;
11716}
11717.ant-col-pull-19.ant-col-rtl {
11718 right: auto;
11719 left: 79.16666667%;
11720}
11721.ant-col-offset-19.ant-col-rtl {
11722 margin-right: 79.16666667%;
11723 margin-left: 0;
11724}
11725.ant-col-push-20.ant-col-rtl {
11726 right: 83.33333333%;
11727 left: auto;
11728}
11729.ant-col-pull-20.ant-col-rtl {
11730 right: auto;
11731 left: 83.33333333%;
11732}
11733.ant-col-offset-20.ant-col-rtl {
11734 margin-right: 83.33333333%;
11735 margin-left: 0;
11736}
11737.ant-col-push-21.ant-col-rtl {
11738 right: 87.5%;
11739 left: auto;
11740}
11741.ant-col-pull-21.ant-col-rtl {
11742 right: auto;
11743 left: 87.5%;
11744}
11745.ant-col-offset-21.ant-col-rtl {
11746 margin-right: 87.5%;
11747 margin-left: 0;
11748}
11749.ant-col-push-22.ant-col-rtl {
11750 right: 91.66666667%;
11751 left: auto;
11752}
11753.ant-col-pull-22.ant-col-rtl {
11754 right: auto;
11755 left: 91.66666667%;
11756}
11757.ant-col-offset-22.ant-col-rtl {
11758 margin-right: 91.66666667%;
11759 margin-left: 0;
11760}
11761.ant-col-push-23.ant-col-rtl {
11762 right: 95.83333333%;
11763 left: auto;
11764}
11765.ant-col-pull-23.ant-col-rtl {
11766 right: auto;
11767 left: 95.83333333%;
11768}
11769.ant-col-offset-23.ant-col-rtl {
11770 margin-right: 95.83333333%;
11771 margin-left: 0;
11772}
11773.ant-col-push-24.ant-col-rtl {
11774 right: 100%;
11775 left: auto;
11776}
11777.ant-col-pull-24.ant-col-rtl {
11778 right: auto;
11779 left: 100%;
11780}
11781.ant-col-offset-24.ant-col-rtl {
11782 margin-right: 100%;
11783 margin-left: 0;
11784}
11785.ant-col-xs-24 {
11786 display: block;
11787 flex: 0 0 100%;
11788 max-width: 100%;
11789}
11790.ant-col-xs-push-24 {
11791 left: 100%;
11792}
11793.ant-col-xs-pull-24 {
11794 right: 100%;
11795}
11796.ant-col-xs-offset-24 {
11797 margin-left: 100%;
11798}
11799.ant-col-xs-order-24 {
11800 order: 24;
11801}
11802.ant-col-xs-23 {
11803 display: block;
11804 flex: 0 0 95.83333333%;
11805 max-width: 95.83333333%;
11806}
11807.ant-col-xs-push-23 {
11808 left: 95.83333333%;
11809}
11810.ant-col-xs-pull-23 {
11811 right: 95.83333333%;
11812}
11813.ant-col-xs-offset-23 {
11814 margin-left: 95.83333333%;
11815}
11816.ant-col-xs-order-23 {
11817 order: 23;
11818}
11819.ant-col-xs-22 {
11820 display: block;
11821 flex: 0 0 91.66666667%;
11822 max-width: 91.66666667%;
11823}
11824.ant-col-xs-push-22 {
11825 left: 91.66666667%;
11826}
11827.ant-col-xs-pull-22 {
11828 right: 91.66666667%;
11829}
11830.ant-col-xs-offset-22 {
11831 margin-left: 91.66666667%;
11832}
11833.ant-col-xs-order-22 {
11834 order: 22;
11835}
11836.ant-col-xs-21 {
11837 display: block;
11838 flex: 0 0 87.5%;
11839 max-width: 87.5%;
11840}
11841.ant-col-xs-push-21 {
11842 left: 87.5%;
11843}
11844.ant-col-xs-pull-21 {
11845 right: 87.5%;
11846}
11847.ant-col-xs-offset-21 {
11848 margin-left: 87.5%;
11849}
11850.ant-col-xs-order-21 {
11851 order: 21;
11852}
11853.ant-col-xs-20 {
11854 display: block;
11855 flex: 0 0 83.33333333%;
11856 max-width: 83.33333333%;
11857}
11858.ant-col-xs-push-20 {
11859 left: 83.33333333%;
11860}
11861.ant-col-xs-pull-20 {
11862 right: 83.33333333%;
11863}
11864.ant-col-xs-offset-20 {
11865 margin-left: 83.33333333%;
11866}
11867.ant-col-xs-order-20 {
11868 order: 20;
11869}
11870.ant-col-xs-19 {
11871 display: block;
11872 flex: 0 0 79.16666667%;
11873 max-width: 79.16666667%;
11874}
11875.ant-col-xs-push-19 {
11876 left: 79.16666667%;
11877}
11878.ant-col-xs-pull-19 {
11879 right: 79.16666667%;
11880}
11881.ant-col-xs-offset-19 {
11882 margin-left: 79.16666667%;
11883}
11884.ant-col-xs-order-19 {
11885 order: 19;
11886}
11887.ant-col-xs-18 {
11888 display: block;
11889 flex: 0 0 75%;
11890 max-width: 75%;
11891}
11892.ant-col-xs-push-18 {
11893 left: 75%;
11894}
11895.ant-col-xs-pull-18 {
11896 right: 75%;
11897}
11898.ant-col-xs-offset-18 {
11899 margin-left: 75%;
11900}
11901.ant-col-xs-order-18 {
11902 order: 18;
11903}
11904.ant-col-xs-17 {
11905 display: block;
11906 flex: 0 0 70.83333333%;
11907 max-width: 70.83333333%;
11908}
11909.ant-col-xs-push-17 {
11910 left: 70.83333333%;
11911}
11912.ant-col-xs-pull-17 {
11913 right: 70.83333333%;
11914}
11915.ant-col-xs-offset-17 {
11916 margin-left: 70.83333333%;
11917}
11918.ant-col-xs-order-17 {
11919 order: 17;
11920}
11921.ant-col-xs-16 {
11922 display: block;
11923 flex: 0 0 66.66666667%;
11924 max-width: 66.66666667%;
11925}
11926.ant-col-xs-push-16 {
11927 left: 66.66666667%;
11928}
11929.ant-col-xs-pull-16 {
11930 right: 66.66666667%;
11931}
11932.ant-col-xs-offset-16 {
11933 margin-left: 66.66666667%;
11934}
11935.ant-col-xs-order-16 {
11936 order: 16;
11937}
11938.ant-col-xs-15 {
11939 display: block;
11940 flex: 0 0 62.5%;
11941 max-width: 62.5%;
11942}
11943.ant-col-xs-push-15 {
11944 left: 62.5%;
11945}
11946.ant-col-xs-pull-15 {
11947 right: 62.5%;
11948}
11949.ant-col-xs-offset-15 {
11950 margin-left: 62.5%;
11951}
11952.ant-col-xs-order-15 {
11953 order: 15;
11954}
11955.ant-col-xs-14 {
11956 display: block;
11957 flex: 0 0 58.33333333%;
11958 max-width: 58.33333333%;
11959}
11960.ant-col-xs-push-14 {
11961 left: 58.33333333%;
11962}
11963.ant-col-xs-pull-14 {
11964 right: 58.33333333%;
11965}
11966.ant-col-xs-offset-14 {
11967 margin-left: 58.33333333%;
11968}
11969.ant-col-xs-order-14 {
11970 order: 14;
11971}
11972.ant-col-xs-13 {
11973 display: block;
11974 flex: 0 0 54.16666667%;
11975 max-width: 54.16666667%;
11976}
11977.ant-col-xs-push-13 {
11978 left: 54.16666667%;
11979}
11980.ant-col-xs-pull-13 {
11981 right: 54.16666667%;
11982}
11983.ant-col-xs-offset-13 {
11984 margin-left: 54.16666667%;
11985}
11986.ant-col-xs-order-13 {
11987 order: 13;
11988}
11989.ant-col-xs-12 {
11990 display: block;
11991 flex: 0 0 50%;
11992 max-width: 50%;
11993}
11994.ant-col-xs-push-12 {
11995 left: 50%;
11996}
11997.ant-col-xs-pull-12 {
11998 right: 50%;
11999}
12000.ant-col-xs-offset-12 {
12001 margin-left: 50%;
12002}
12003.ant-col-xs-order-12 {
12004 order: 12;
12005}
12006.ant-col-xs-11 {
12007 display: block;
12008 flex: 0 0 45.83333333%;
12009 max-width: 45.83333333%;
12010}
12011.ant-col-xs-push-11 {
12012 left: 45.83333333%;
12013}
12014.ant-col-xs-pull-11 {
12015 right: 45.83333333%;
12016}
12017.ant-col-xs-offset-11 {
12018 margin-left: 45.83333333%;
12019}
12020.ant-col-xs-order-11 {
12021 order: 11;
12022}
12023.ant-col-xs-10 {
12024 display: block;
12025 flex: 0 0 41.66666667%;
12026 max-width: 41.66666667%;
12027}
12028.ant-col-xs-push-10 {
12029 left: 41.66666667%;
12030}
12031.ant-col-xs-pull-10 {
12032 right: 41.66666667%;
12033}
12034.ant-col-xs-offset-10 {
12035 margin-left: 41.66666667%;
12036}
12037.ant-col-xs-order-10 {
12038 order: 10;
12039}
12040.ant-col-xs-9 {
12041 display: block;
12042 flex: 0 0 37.5%;
12043 max-width: 37.5%;
12044}
12045.ant-col-xs-push-9 {
12046 left: 37.5%;
12047}
12048.ant-col-xs-pull-9 {
12049 right: 37.5%;
12050}
12051.ant-col-xs-offset-9 {
12052 margin-left: 37.5%;
12053}
12054.ant-col-xs-order-9 {
12055 order: 9;
12056}
12057.ant-col-xs-8 {
12058 display: block;
12059 flex: 0 0 33.33333333%;
12060 max-width: 33.33333333%;
12061}
12062.ant-col-xs-push-8 {
12063 left: 33.33333333%;
12064}
12065.ant-col-xs-pull-8 {
12066 right: 33.33333333%;
12067}
12068.ant-col-xs-offset-8 {
12069 margin-left: 33.33333333%;
12070}
12071.ant-col-xs-order-8 {
12072 order: 8;
12073}
12074.ant-col-xs-7 {
12075 display: block;
12076 flex: 0 0 29.16666667%;
12077 max-width: 29.16666667%;
12078}
12079.ant-col-xs-push-7 {
12080 left: 29.16666667%;
12081}
12082.ant-col-xs-pull-7 {
12083 right: 29.16666667%;
12084}
12085.ant-col-xs-offset-7 {
12086 margin-left: 29.16666667%;
12087}
12088.ant-col-xs-order-7 {
12089 order: 7;
12090}
12091.ant-col-xs-6 {
12092 display: block;
12093 flex: 0 0 25%;
12094 max-width: 25%;
12095}
12096.ant-col-xs-push-6 {
12097 left: 25%;
12098}
12099.ant-col-xs-pull-6 {
12100 right: 25%;
12101}
12102.ant-col-xs-offset-6 {
12103 margin-left: 25%;
12104}
12105.ant-col-xs-order-6 {
12106 order: 6;
12107}
12108.ant-col-xs-5 {
12109 display: block;
12110 flex: 0 0 20.83333333%;
12111 max-width: 20.83333333%;
12112}
12113.ant-col-xs-push-5 {
12114 left: 20.83333333%;
12115}
12116.ant-col-xs-pull-5 {
12117 right: 20.83333333%;
12118}
12119.ant-col-xs-offset-5 {
12120 margin-left: 20.83333333%;
12121}
12122.ant-col-xs-order-5 {
12123 order: 5;
12124}
12125.ant-col-xs-4 {
12126 display: block;
12127 flex: 0 0 16.66666667%;
12128 max-width: 16.66666667%;
12129}
12130.ant-col-xs-push-4 {
12131 left: 16.66666667%;
12132}
12133.ant-col-xs-pull-4 {
12134 right: 16.66666667%;
12135}
12136.ant-col-xs-offset-4 {
12137 margin-left: 16.66666667%;
12138}
12139.ant-col-xs-order-4 {
12140 order: 4;
12141}
12142.ant-col-xs-3 {
12143 display: block;
12144 flex: 0 0 12.5%;
12145 max-width: 12.5%;
12146}
12147.ant-col-xs-push-3 {
12148 left: 12.5%;
12149}
12150.ant-col-xs-pull-3 {
12151 right: 12.5%;
12152}
12153.ant-col-xs-offset-3 {
12154 margin-left: 12.5%;
12155}
12156.ant-col-xs-order-3 {
12157 order: 3;
12158}
12159.ant-col-xs-2 {
12160 display: block;
12161 flex: 0 0 8.33333333%;
12162 max-width: 8.33333333%;
12163}
12164.ant-col-xs-push-2 {
12165 left: 8.33333333%;
12166}
12167.ant-col-xs-pull-2 {
12168 right: 8.33333333%;
12169}
12170.ant-col-xs-offset-2 {
12171 margin-left: 8.33333333%;
12172}
12173.ant-col-xs-order-2 {
12174 order: 2;
12175}
12176.ant-col-xs-1 {
12177 display: block;
12178 flex: 0 0 4.16666667%;
12179 max-width: 4.16666667%;
12180}
12181.ant-col-xs-push-1 {
12182 left: 4.16666667%;
12183}
12184.ant-col-xs-pull-1 {
12185 right: 4.16666667%;
12186}
12187.ant-col-xs-offset-1 {
12188 margin-left: 4.16666667%;
12189}
12190.ant-col-xs-order-1 {
12191 order: 1;
12192}
12193.ant-col-xs-0 {
12194 display: none;
12195}
12196.ant-col-push-0 {
12197 left: auto;
12198}
12199.ant-col-pull-0 {
12200 right: auto;
12201}
12202.ant-col-xs-push-0 {
12203 left: auto;
12204}
12205.ant-col-xs-pull-0 {
12206 right: auto;
12207}
12208.ant-col-xs-offset-0 {
12209 margin-left: 0;
12210}
12211.ant-col-xs-order-0 {
12212 order: 0;
12213}
12214.ant-col-push-0.ant-col-rtl {
12215 right: auto;
12216}
12217.ant-col-pull-0.ant-col-rtl {
12218 left: auto;
12219}
12220.ant-col-xs-push-0.ant-col-rtl {
12221 right: auto;
12222}
12223.ant-col-xs-pull-0.ant-col-rtl {
12224 left: auto;
12225}
12226.ant-col-xs-offset-0.ant-col-rtl {
12227 margin-right: 0;
12228}
12229.ant-col-xs-push-1.ant-col-rtl {
12230 right: 4.16666667%;
12231 left: auto;
12232}
12233.ant-col-xs-pull-1.ant-col-rtl {
12234 right: auto;
12235 left: 4.16666667%;
12236}
12237.ant-col-xs-offset-1.ant-col-rtl {
12238 margin-right: 4.16666667%;
12239 margin-left: 0;
12240}
12241.ant-col-xs-push-2.ant-col-rtl {
12242 right: 8.33333333%;
12243 left: auto;
12244}
12245.ant-col-xs-pull-2.ant-col-rtl {
12246 right: auto;
12247 left: 8.33333333%;
12248}
12249.ant-col-xs-offset-2.ant-col-rtl {
12250 margin-right: 8.33333333%;
12251 margin-left: 0;
12252}
12253.ant-col-xs-push-3.ant-col-rtl {
12254 right: 12.5%;
12255 left: auto;
12256}
12257.ant-col-xs-pull-3.ant-col-rtl {
12258 right: auto;
12259 left: 12.5%;
12260}
12261.ant-col-xs-offset-3.ant-col-rtl {
12262 margin-right: 12.5%;
12263 margin-left: 0;
12264}
12265.ant-col-xs-push-4.ant-col-rtl {
12266 right: 16.66666667%;
12267 left: auto;
12268}
12269.ant-col-xs-pull-4.ant-col-rtl {
12270 right: auto;
12271 left: 16.66666667%;
12272}
12273.ant-col-xs-offset-4.ant-col-rtl {
12274 margin-right: 16.66666667%;
12275 margin-left: 0;
12276}
12277.ant-col-xs-push-5.ant-col-rtl {
12278 right: 20.83333333%;
12279 left: auto;
12280}
12281.ant-col-xs-pull-5.ant-col-rtl {
12282 right: auto;
12283 left: 20.83333333%;
12284}
12285.ant-col-xs-offset-5.ant-col-rtl {
12286 margin-right: 20.83333333%;
12287 margin-left: 0;
12288}
12289.ant-col-xs-push-6.ant-col-rtl {
12290 right: 25%;
12291 left: auto;
12292}
12293.ant-col-xs-pull-6.ant-col-rtl {
12294 right: auto;
12295 left: 25%;
12296}
12297.ant-col-xs-offset-6.ant-col-rtl {
12298 margin-right: 25%;
12299 margin-left: 0;
12300}
12301.ant-col-xs-push-7.ant-col-rtl {
12302 right: 29.16666667%;
12303 left: auto;
12304}
12305.ant-col-xs-pull-7.ant-col-rtl {
12306 right: auto;
12307 left: 29.16666667%;
12308}
12309.ant-col-xs-offset-7.ant-col-rtl {
12310 margin-right: 29.16666667%;
12311 margin-left: 0;
12312}
12313.ant-col-xs-push-8.ant-col-rtl {
12314 right: 33.33333333%;
12315 left: auto;
12316}
12317.ant-col-xs-pull-8.ant-col-rtl {
12318 right: auto;
12319 left: 33.33333333%;
12320}
12321.ant-col-xs-offset-8.ant-col-rtl {
12322 margin-right: 33.33333333%;
12323 margin-left: 0;
12324}
12325.ant-col-xs-push-9.ant-col-rtl {
12326 right: 37.5%;
12327 left: auto;
12328}
12329.ant-col-xs-pull-9.ant-col-rtl {
12330 right: auto;
12331 left: 37.5%;
12332}
12333.ant-col-xs-offset-9.ant-col-rtl {
12334 margin-right: 37.5%;
12335 margin-left: 0;
12336}
12337.ant-col-xs-push-10.ant-col-rtl {
12338 right: 41.66666667%;
12339 left: auto;
12340}
12341.ant-col-xs-pull-10.ant-col-rtl {
12342 right: auto;
12343 left: 41.66666667%;
12344}
12345.ant-col-xs-offset-10.ant-col-rtl {
12346 margin-right: 41.66666667%;
12347 margin-left: 0;
12348}
12349.ant-col-xs-push-11.ant-col-rtl {
12350 right: 45.83333333%;
12351 left: auto;
12352}
12353.ant-col-xs-pull-11.ant-col-rtl {
12354 right: auto;
12355 left: 45.83333333%;
12356}
12357.ant-col-xs-offset-11.ant-col-rtl {
12358 margin-right: 45.83333333%;
12359 margin-left: 0;
12360}
12361.ant-col-xs-push-12.ant-col-rtl {
12362 right: 50%;
12363 left: auto;
12364}
12365.ant-col-xs-pull-12.ant-col-rtl {
12366 right: auto;
12367 left: 50%;
12368}
12369.ant-col-xs-offset-12.ant-col-rtl {
12370 margin-right: 50%;
12371 margin-left: 0;
12372}
12373.ant-col-xs-push-13.ant-col-rtl {
12374 right: 54.16666667%;
12375 left: auto;
12376}
12377.ant-col-xs-pull-13.ant-col-rtl {
12378 right: auto;
12379 left: 54.16666667%;
12380}
12381.ant-col-xs-offset-13.ant-col-rtl {
12382 margin-right: 54.16666667%;
12383 margin-left: 0;
12384}
12385.ant-col-xs-push-14.ant-col-rtl {
12386 right: 58.33333333%;
12387 left: auto;
12388}
12389.ant-col-xs-pull-14.ant-col-rtl {
12390 right: auto;
12391 left: 58.33333333%;
12392}
12393.ant-col-xs-offset-14.ant-col-rtl {
12394 margin-right: 58.33333333%;
12395 margin-left: 0;
12396}
12397.ant-col-xs-push-15.ant-col-rtl {
12398 right: 62.5%;
12399 left: auto;
12400}
12401.ant-col-xs-pull-15.ant-col-rtl {
12402 right: auto;
12403 left: 62.5%;
12404}
12405.ant-col-xs-offset-15.ant-col-rtl {
12406 margin-right: 62.5%;
12407 margin-left: 0;
12408}
12409.ant-col-xs-push-16.ant-col-rtl {
12410 right: 66.66666667%;
12411 left: auto;
12412}
12413.ant-col-xs-pull-16.ant-col-rtl {
12414 right: auto;
12415 left: 66.66666667%;
12416}
12417.ant-col-xs-offset-16.ant-col-rtl {
12418 margin-right: 66.66666667%;
12419 margin-left: 0;
12420}
12421.ant-col-xs-push-17.ant-col-rtl {
12422 right: 70.83333333%;
12423 left: auto;
12424}
12425.ant-col-xs-pull-17.ant-col-rtl {
12426 right: auto;
12427 left: 70.83333333%;
12428}
12429.ant-col-xs-offset-17.ant-col-rtl {
12430 margin-right: 70.83333333%;
12431 margin-left: 0;
12432}
12433.ant-col-xs-push-18.ant-col-rtl {
12434 right: 75%;
12435 left: auto;
12436}
12437.ant-col-xs-pull-18.ant-col-rtl {
12438 right: auto;
12439 left: 75%;
12440}
12441.ant-col-xs-offset-18.ant-col-rtl {
12442 margin-right: 75%;
12443 margin-left: 0;
12444}
12445.ant-col-xs-push-19.ant-col-rtl {
12446 right: 79.16666667%;
12447 left: auto;
12448}
12449.ant-col-xs-pull-19.ant-col-rtl {
12450 right: auto;
12451 left: 79.16666667%;
12452}
12453.ant-col-xs-offset-19.ant-col-rtl {
12454 margin-right: 79.16666667%;
12455 margin-left: 0;
12456}
12457.ant-col-xs-push-20.ant-col-rtl {
12458 right: 83.33333333%;
12459 left: auto;
12460}
12461.ant-col-xs-pull-20.ant-col-rtl {
12462 right: auto;
12463 left: 83.33333333%;
12464}
12465.ant-col-xs-offset-20.ant-col-rtl {
12466 margin-right: 83.33333333%;
12467 margin-left: 0;
12468}
12469.ant-col-xs-push-21.ant-col-rtl {
12470 right: 87.5%;
12471 left: auto;
12472}
12473.ant-col-xs-pull-21.ant-col-rtl {
12474 right: auto;
12475 left: 87.5%;
12476}
12477.ant-col-xs-offset-21.ant-col-rtl {
12478 margin-right: 87.5%;
12479 margin-left: 0;
12480}
12481.ant-col-xs-push-22.ant-col-rtl {
12482 right: 91.66666667%;
12483 left: auto;
12484}
12485.ant-col-xs-pull-22.ant-col-rtl {
12486 right: auto;
12487 left: 91.66666667%;
12488}
12489.ant-col-xs-offset-22.ant-col-rtl {
12490 margin-right: 91.66666667%;
12491 margin-left: 0;
12492}
12493.ant-col-xs-push-23.ant-col-rtl {
12494 right: 95.83333333%;
12495 left: auto;
12496}
12497.ant-col-xs-pull-23.ant-col-rtl {
12498 right: auto;
12499 left: 95.83333333%;
12500}
12501.ant-col-xs-offset-23.ant-col-rtl {
12502 margin-right: 95.83333333%;
12503 margin-left: 0;
12504}
12505.ant-col-xs-push-24.ant-col-rtl {
12506 right: 100%;
12507 left: auto;
12508}
12509.ant-col-xs-pull-24.ant-col-rtl {
12510 right: auto;
12511 left: 100%;
12512}
12513.ant-col-xs-offset-24.ant-col-rtl {
12514 margin-right: 100%;
12515 margin-left: 0;
12516}
12517@media (min-width: 576px) {
12518 .ant-col-sm-24 {
12519 display: block;
12520 flex: 0 0 100%;
12521 max-width: 100%;
12522 }
12523 .ant-col-sm-push-24 {
12524 left: 100%;
12525 }
12526 .ant-col-sm-pull-24 {
12527 right: 100%;
12528 }
12529 .ant-col-sm-offset-24 {
12530 margin-left: 100%;
12531 }
12532 .ant-col-sm-order-24 {
12533 order: 24;
12534 }
12535 .ant-col-sm-23 {
12536 display: block;
12537 flex: 0 0 95.83333333%;
12538 max-width: 95.83333333%;
12539 }
12540 .ant-col-sm-push-23 {
12541 left: 95.83333333%;
12542 }
12543 .ant-col-sm-pull-23 {
12544 right: 95.83333333%;
12545 }
12546 .ant-col-sm-offset-23 {
12547 margin-left: 95.83333333%;
12548 }
12549 .ant-col-sm-order-23 {
12550 order: 23;
12551 }
12552 .ant-col-sm-22 {
12553 display: block;
12554 flex: 0 0 91.66666667%;
12555 max-width: 91.66666667%;
12556 }
12557 .ant-col-sm-push-22 {
12558 left: 91.66666667%;
12559 }
12560 .ant-col-sm-pull-22 {
12561 right: 91.66666667%;
12562 }
12563 .ant-col-sm-offset-22 {
12564 margin-left: 91.66666667%;
12565 }
12566 .ant-col-sm-order-22 {
12567 order: 22;
12568 }
12569 .ant-col-sm-21 {
12570 display: block;
12571 flex: 0 0 87.5%;
12572 max-width: 87.5%;
12573 }
12574 .ant-col-sm-push-21 {
12575 left: 87.5%;
12576 }
12577 .ant-col-sm-pull-21 {
12578 right: 87.5%;
12579 }
12580 .ant-col-sm-offset-21 {
12581 margin-left: 87.5%;
12582 }
12583 .ant-col-sm-order-21 {
12584 order: 21;
12585 }
12586 .ant-col-sm-20 {
12587 display: block;
12588 flex: 0 0 83.33333333%;
12589 max-width: 83.33333333%;
12590 }
12591 .ant-col-sm-push-20 {
12592 left: 83.33333333%;
12593 }
12594 .ant-col-sm-pull-20 {
12595 right: 83.33333333%;
12596 }
12597 .ant-col-sm-offset-20 {
12598 margin-left: 83.33333333%;
12599 }
12600 .ant-col-sm-order-20 {
12601 order: 20;
12602 }
12603 .ant-col-sm-19 {
12604 display: block;
12605 flex: 0 0 79.16666667%;
12606 max-width: 79.16666667%;
12607 }
12608 .ant-col-sm-push-19 {
12609 left: 79.16666667%;
12610 }
12611 .ant-col-sm-pull-19 {
12612 right: 79.16666667%;
12613 }
12614 .ant-col-sm-offset-19 {
12615 margin-left: 79.16666667%;
12616 }
12617 .ant-col-sm-order-19 {
12618 order: 19;
12619 }
12620 .ant-col-sm-18 {
12621 display: block;
12622 flex: 0 0 75%;
12623 max-width: 75%;
12624 }
12625 .ant-col-sm-push-18 {
12626 left: 75%;
12627 }
12628 .ant-col-sm-pull-18 {
12629 right: 75%;
12630 }
12631 .ant-col-sm-offset-18 {
12632 margin-left: 75%;
12633 }
12634 .ant-col-sm-order-18 {
12635 order: 18;
12636 }
12637 .ant-col-sm-17 {
12638 display: block;
12639 flex: 0 0 70.83333333%;
12640 max-width: 70.83333333%;
12641 }
12642 .ant-col-sm-push-17 {
12643 left: 70.83333333%;
12644 }
12645 .ant-col-sm-pull-17 {
12646 right: 70.83333333%;
12647 }
12648 .ant-col-sm-offset-17 {
12649 margin-left: 70.83333333%;
12650 }
12651 .ant-col-sm-order-17 {
12652 order: 17;
12653 }
12654 .ant-col-sm-16 {
12655 display: block;
12656 flex: 0 0 66.66666667%;
12657 max-width: 66.66666667%;
12658 }
12659 .ant-col-sm-push-16 {
12660 left: 66.66666667%;
12661 }
12662 .ant-col-sm-pull-16 {
12663 right: 66.66666667%;
12664 }
12665 .ant-col-sm-offset-16 {
12666 margin-left: 66.66666667%;
12667 }
12668 .ant-col-sm-order-16 {
12669 order: 16;
12670 }
12671 .ant-col-sm-15 {
12672 display: block;
12673 flex: 0 0 62.5%;
12674 max-width: 62.5%;
12675 }
12676 .ant-col-sm-push-15 {
12677 left: 62.5%;
12678 }
12679 .ant-col-sm-pull-15 {
12680 right: 62.5%;
12681 }
12682 .ant-col-sm-offset-15 {
12683 margin-left: 62.5%;
12684 }
12685 .ant-col-sm-order-15 {
12686 order: 15;
12687 }
12688 .ant-col-sm-14 {
12689 display: block;
12690 flex: 0 0 58.33333333%;
12691 max-width: 58.33333333%;
12692 }
12693 .ant-col-sm-push-14 {
12694 left: 58.33333333%;
12695 }
12696 .ant-col-sm-pull-14 {
12697 right: 58.33333333%;
12698 }
12699 .ant-col-sm-offset-14 {
12700 margin-left: 58.33333333%;
12701 }
12702 .ant-col-sm-order-14 {
12703 order: 14;
12704 }
12705 .ant-col-sm-13 {
12706 display: block;
12707 flex: 0 0 54.16666667%;
12708 max-width: 54.16666667%;
12709 }
12710 .ant-col-sm-push-13 {
12711 left: 54.16666667%;
12712 }
12713 .ant-col-sm-pull-13 {
12714 right: 54.16666667%;
12715 }
12716 .ant-col-sm-offset-13 {
12717 margin-left: 54.16666667%;
12718 }
12719 .ant-col-sm-order-13 {
12720 order: 13;
12721 }
12722 .ant-col-sm-12 {
12723 display: block;
12724 flex: 0 0 50%;
12725 max-width: 50%;
12726 }
12727 .ant-col-sm-push-12 {
12728 left: 50%;
12729 }
12730 .ant-col-sm-pull-12 {
12731 right: 50%;
12732 }
12733 .ant-col-sm-offset-12 {
12734 margin-left: 50%;
12735 }
12736 .ant-col-sm-order-12 {
12737 order: 12;
12738 }
12739 .ant-col-sm-11 {
12740 display: block;
12741 flex: 0 0 45.83333333%;
12742 max-width: 45.83333333%;
12743 }
12744 .ant-col-sm-push-11 {
12745 left: 45.83333333%;
12746 }
12747 .ant-col-sm-pull-11 {
12748 right: 45.83333333%;
12749 }
12750 .ant-col-sm-offset-11 {
12751 margin-left: 45.83333333%;
12752 }
12753 .ant-col-sm-order-11 {
12754 order: 11;
12755 }
12756 .ant-col-sm-10 {
12757 display: block;
12758 flex: 0 0 41.66666667%;
12759 max-width: 41.66666667%;
12760 }
12761 .ant-col-sm-push-10 {
12762 left: 41.66666667%;
12763 }
12764 .ant-col-sm-pull-10 {
12765 right: 41.66666667%;
12766 }
12767 .ant-col-sm-offset-10 {
12768 margin-left: 41.66666667%;
12769 }
12770 .ant-col-sm-order-10 {
12771 order: 10;
12772 }
12773 .ant-col-sm-9 {
12774 display: block;
12775 flex: 0 0 37.5%;
12776 max-width: 37.5%;
12777 }
12778 .ant-col-sm-push-9 {
12779 left: 37.5%;
12780 }
12781 .ant-col-sm-pull-9 {
12782 right: 37.5%;
12783 }
12784 .ant-col-sm-offset-9 {
12785 margin-left: 37.5%;
12786 }
12787 .ant-col-sm-order-9 {
12788 order: 9;
12789 }
12790 .ant-col-sm-8 {
12791 display: block;
12792 flex: 0 0 33.33333333%;
12793 max-width: 33.33333333%;
12794 }
12795 .ant-col-sm-push-8 {
12796 left: 33.33333333%;
12797 }
12798 .ant-col-sm-pull-8 {
12799 right: 33.33333333%;
12800 }
12801 .ant-col-sm-offset-8 {
12802 margin-left: 33.33333333%;
12803 }
12804 .ant-col-sm-order-8 {
12805 order: 8;
12806 }
12807 .ant-col-sm-7 {
12808 display: block;
12809 flex: 0 0 29.16666667%;
12810 max-width: 29.16666667%;
12811 }
12812 .ant-col-sm-push-7 {
12813 left: 29.16666667%;
12814 }
12815 .ant-col-sm-pull-7 {
12816 right: 29.16666667%;
12817 }
12818 .ant-col-sm-offset-7 {
12819 margin-left: 29.16666667%;
12820 }
12821 .ant-col-sm-order-7 {
12822 order: 7;
12823 }
12824 .ant-col-sm-6 {
12825 display: block;
12826 flex: 0 0 25%;
12827 max-width: 25%;
12828 }
12829 .ant-col-sm-push-6 {
12830 left: 25%;
12831 }
12832 .ant-col-sm-pull-6 {
12833 right: 25%;
12834 }
12835 .ant-col-sm-offset-6 {
12836 margin-left: 25%;
12837 }
12838 .ant-col-sm-order-6 {
12839 order: 6;
12840 }
12841 .ant-col-sm-5 {
12842 display: block;
12843 flex: 0 0 20.83333333%;
12844 max-width: 20.83333333%;
12845 }
12846 .ant-col-sm-push-5 {
12847 left: 20.83333333%;
12848 }
12849 .ant-col-sm-pull-5 {
12850 right: 20.83333333%;
12851 }
12852 .ant-col-sm-offset-5 {
12853 margin-left: 20.83333333%;
12854 }
12855 .ant-col-sm-order-5 {
12856 order: 5;
12857 }
12858 .ant-col-sm-4 {
12859 display: block;
12860 flex: 0 0 16.66666667%;
12861 max-width: 16.66666667%;
12862 }
12863 .ant-col-sm-push-4 {
12864 left: 16.66666667%;
12865 }
12866 .ant-col-sm-pull-4 {
12867 right: 16.66666667%;
12868 }
12869 .ant-col-sm-offset-4 {
12870 margin-left: 16.66666667%;
12871 }
12872 .ant-col-sm-order-4 {
12873 order: 4;
12874 }
12875 .ant-col-sm-3 {
12876 display: block;
12877 flex: 0 0 12.5%;
12878 max-width: 12.5%;
12879 }
12880 .ant-col-sm-push-3 {
12881 left: 12.5%;
12882 }
12883 .ant-col-sm-pull-3 {
12884 right: 12.5%;
12885 }
12886 .ant-col-sm-offset-3 {
12887 margin-left: 12.5%;
12888 }
12889 .ant-col-sm-order-3 {
12890 order: 3;
12891 }
12892 .ant-col-sm-2 {
12893 display: block;
12894 flex: 0 0 8.33333333%;
12895 max-width: 8.33333333%;
12896 }
12897 .ant-col-sm-push-2 {
12898 left: 8.33333333%;
12899 }
12900 .ant-col-sm-pull-2 {
12901 right: 8.33333333%;
12902 }
12903 .ant-col-sm-offset-2 {
12904 margin-left: 8.33333333%;
12905 }
12906 .ant-col-sm-order-2 {
12907 order: 2;
12908 }
12909 .ant-col-sm-1 {
12910 display: block;
12911 flex: 0 0 4.16666667%;
12912 max-width: 4.16666667%;
12913 }
12914 .ant-col-sm-push-1 {
12915 left: 4.16666667%;
12916 }
12917 .ant-col-sm-pull-1 {
12918 right: 4.16666667%;
12919 }
12920 .ant-col-sm-offset-1 {
12921 margin-left: 4.16666667%;
12922 }
12923 .ant-col-sm-order-1 {
12924 order: 1;
12925 }
12926 .ant-col-sm-0 {
12927 display: none;
12928 }
12929 .ant-col-push-0 {
12930 left: auto;
12931 }
12932 .ant-col-pull-0 {
12933 right: auto;
12934 }
12935 .ant-col-sm-push-0 {
12936 left: auto;
12937 }
12938 .ant-col-sm-pull-0 {
12939 right: auto;
12940 }
12941 .ant-col-sm-offset-0 {
12942 margin-left: 0;
12943 }
12944 .ant-col-sm-order-0 {
12945 order: 0;
12946 }
12947 .ant-col-push-0.ant-col-rtl {
12948 right: auto;
12949 }
12950 .ant-col-pull-0.ant-col-rtl {
12951 left: auto;
12952 }
12953 .ant-col-sm-push-0.ant-col-rtl {
12954 right: auto;
12955 }
12956 .ant-col-sm-pull-0.ant-col-rtl {
12957 left: auto;
12958 }
12959 .ant-col-sm-offset-0.ant-col-rtl {
12960 margin-right: 0;
12961 }
12962 .ant-col-sm-push-1.ant-col-rtl {
12963 right: 4.16666667%;
12964 left: auto;
12965 }
12966 .ant-col-sm-pull-1.ant-col-rtl {
12967 right: auto;
12968 left: 4.16666667%;
12969 }
12970 .ant-col-sm-offset-1.ant-col-rtl {
12971 margin-right: 4.16666667%;
12972 margin-left: 0;
12973 }
12974 .ant-col-sm-push-2.ant-col-rtl {
12975 right: 8.33333333%;
12976 left: auto;
12977 }
12978 .ant-col-sm-pull-2.ant-col-rtl {
12979 right: auto;
12980 left: 8.33333333%;
12981 }
12982 .ant-col-sm-offset-2.ant-col-rtl {
12983 margin-right: 8.33333333%;
12984 margin-left: 0;
12985 }
12986 .ant-col-sm-push-3.ant-col-rtl {
12987 right: 12.5%;
12988 left: auto;
12989 }
12990 .ant-col-sm-pull-3.ant-col-rtl {
12991 right: auto;
12992 left: 12.5%;
12993 }
12994 .ant-col-sm-offset-3.ant-col-rtl {
12995 margin-right: 12.5%;
12996 margin-left: 0;
12997 }
12998 .ant-col-sm-push-4.ant-col-rtl {
12999 right: 16.66666667%;
13000 left: auto;
13001 }
13002 .ant-col-sm-pull-4.ant-col-rtl {
13003 right: auto;
13004 left: 16.66666667%;
13005 }
13006 .ant-col-sm-offset-4.ant-col-rtl {
13007 margin-right: 16.66666667%;
13008 margin-left: 0;
13009 }
13010 .ant-col-sm-push-5.ant-col-rtl {
13011 right: 20.83333333%;
13012 left: auto;
13013 }
13014 .ant-col-sm-pull-5.ant-col-rtl {
13015 right: auto;
13016 left: 20.83333333%;
13017 }
13018 .ant-col-sm-offset-5.ant-col-rtl {
13019 margin-right: 20.83333333%;
13020 margin-left: 0;
13021 }
13022 .ant-col-sm-push-6.ant-col-rtl {
13023 right: 25%;
13024 left: auto;
13025 }
13026 .ant-col-sm-pull-6.ant-col-rtl {
13027 right: auto;
13028 left: 25%;
13029 }
13030 .ant-col-sm-offset-6.ant-col-rtl {
13031 margin-right: 25%;
13032 margin-left: 0;
13033 }
13034 .ant-col-sm-push-7.ant-col-rtl {
13035 right: 29.16666667%;
13036 left: auto;
13037 }
13038 .ant-col-sm-pull-7.ant-col-rtl {
13039 right: auto;
13040 left: 29.16666667%;
13041 }
13042 .ant-col-sm-offset-7.ant-col-rtl {
13043 margin-right: 29.16666667%;
13044 margin-left: 0;
13045 }
13046 .ant-col-sm-push-8.ant-col-rtl {
13047 right: 33.33333333%;
13048 left: auto;
13049 }
13050 .ant-col-sm-pull-8.ant-col-rtl {
13051 right: auto;
13052 left: 33.33333333%;
13053 }
13054 .ant-col-sm-offset-8.ant-col-rtl {
13055 margin-right: 33.33333333%;
13056 margin-left: 0;
13057 }
13058 .ant-col-sm-push-9.ant-col-rtl {
13059 right: 37.5%;
13060 left: auto;
13061 }
13062 .ant-col-sm-pull-9.ant-col-rtl {
13063 right: auto;
13064 left: 37.5%;
13065 }
13066 .ant-col-sm-offset-9.ant-col-rtl {
13067 margin-right: 37.5%;
13068 margin-left: 0;
13069 }
13070 .ant-col-sm-push-10.ant-col-rtl {
13071 right: 41.66666667%;
13072 left: auto;
13073 }
13074 .ant-col-sm-pull-10.ant-col-rtl {
13075 right: auto;
13076 left: 41.66666667%;
13077 }
13078 .ant-col-sm-offset-10.ant-col-rtl {
13079 margin-right: 41.66666667%;
13080 margin-left: 0;
13081 }
13082 .ant-col-sm-push-11.ant-col-rtl {
13083 right: 45.83333333%;
13084 left: auto;
13085 }
13086 .ant-col-sm-pull-11.ant-col-rtl {
13087 right: auto;
13088 left: 45.83333333%;
13089 }
13090 .ant-col-sm-offset-11.ant-col-rtl {
13091 margin-right: 45.83333333%;
13092 margin-left: 0;
13093 }
13094 .ant-col-sm-push-12.ant-col-rtl {
13095 right: 50%;
13096 left: auto;
13097 }
13098 .ant-col-sm-pull-12.ant-col-rtl {
13099 right: auto;
13100 left: 50%;
13101 }
13102 .ant-col-sm-offset-12.ant-col-rtl {
13103 margin-right: 50%;
13104 margin-left: 0;
13105 }
13106 .ant-col-sm-push-13.ant-col-rtl {
13107 right: 54.16666667%;
13108 left: auto;
13109 }
13110 .ant-col-sm-pull-13.ant-col-rtl {
13111 right: auto;
13112 left: 54.16666667%;
13113 }
13114 .ant-col-sm-offset-13.ant-col-rtl {
13115 margin-right: 54.16666667%;
13116 margin-left: 0;
13117 }
13118 .ant-col-sm-push-14.ant-col-rtl {
13119 right: 58.33333333%;
13120 left: auto;
13121 }
13122 .ant-col-sm-pull-14.ant-col-rtl {
13123 right: auto;
13124 left: 58.33333333%;
13125 }
13126 .ant-col-sm-offset-14.ant-col-rtl {
13127 margin-right: 58.33333333%;
13128 margin-left: 0;
13129 }
13130 .ant-col-sm-push-15.ant-col-rtl {
13131 right: 62.5%;
13132 left: auto;
13133 }
13134 .ant-col-sm-pull-15.ant-col-rtl {
13135 right: auto;
13136 left: 62.5%;
13137 }
13138 .ant-col-sm-offset-15.ant-col-rtl {
13139 margin-right: 62.5%;
13140 margin-left: 0;
13141 }
13142 .ant-col-sm-push-16.ant-col-rtl {
13143 right: 66.66666667%;
13144 left: auto;
13145 }
13146 .ant-col-sm-pull-16.ant-col-rtl {
13147 right: auto;
13148 left: 66.66666667%;
13149 }
13150 .ant-col-sm-offset-16.ant-col-rtl {
13151 margin-right: 66.66666667%;
13152 margin-left: 0;
13153 }
13154 .ant-col-sm-push-17.ant-col-rtl {
13155 right: 70.83333333%;
13156 left: auto;
13157 }
13158 .ant-col-sm-pull-17.ant-col-rtl {
13159 right: auto;
13160 left: 70.83333333%;
13161 }
13162 .ant-col-sm-offset-17.ant-col-rtl {
13163 margin-right: 70.83333333%;
13164 margin-left: 0;
13165 }
13166 .ant-col-sm-push-18.ant-col-rtl {
13167 right: 75%;
13168 left: auto;
13169 }
13170 .ant-col-sm-pull-18.ant-col-rtl {
13171 right: auto;
13172 left: 75%;
13173 }
13174 .ant-col-sm-offset-18.ant-col-rtl {
13175 margin-right: 75%;
13176 margin-left: 0;
13177 }
13178 .ant-col-sm-push-19.ant-col-rtl {
13179 right: 79.16666667%;
13180 left: auto;
13181 }
13182 .ant-col-sm-pull-19.ant-col-rtl {
13183 right: auto;
13184 left: 79.16666667%;
13185 }
13186 .ant-col-sm-offset-19.ant-col-rtl {
13187 margin-right: 79.16666667%;
13188 margin-left: 0;
13189 }
13190 .ant-col-sm-push-20.ant-col-rtl {
13191 right: 83.33333333%;
13192 left: auto;
13193 }
13194 .ant-col-sm-pull-20.ant-col-rtl {
13195 right: auto;
13196 left: 83.33333333%;
13197 }
13198 .ant-col-sm-offset-20.ant-col-rtl {
13199 margin-right: 83.33333333%;
13200 margin-left: 0;
13201 }
13202 .ant-col-sm-push-21.ant-col-rtl {
13203 right: 87.5%;
13204 left: auto;
13205 }
13206 .ant-col-sm-pull-21.ant-col-rtl {
13207 right: auto;
13208 left: 87.5%;
13209 }
13210 .ant-col-sm-offset-21.ant-col-rtl {
13211 margin-right: 87.5%;
13212 margin-left: 0;
13213 }
13214 .ant-col-sm-push-22.ant-col-rtl {
13215 right: 91.66666667%;
13216 left: auto;
13217 }
13218 .ant-col-sm-pull-22.ant-col-rtl {
13219 right: auto;
13220 left: 91.66666667%;
13221 }
13222 .ant-col-sm-offset-22.ant-col-rtl {
13223 margin-right: 91.66666667%;
13224 margin-left: 0;
13225 }
13226 .ant-col-sm-push-23.ant-col-rtl {
13227 right: 95.83333333%;
13228 left: auto;
13229 }
13230 .ant-col-sm-pull-23.ant-col-rtl {
13231 right: auto;
13232 left: 95.83333333%;
13233 }
13234 .ant-col-sm-offset-23.ant-col-rtl {
13235 margin-right: 95.83333333%;
13236 margin-left: 0;
13237 }
13238 .ant-col-sm-push-24.ant-col-rtl {
13239 right: 100%;
13240 left: auto;
13241 }
13242 .ant-col-sm-pull-24.ant-col-rtl {
13243 right: auto;
13244 left: 100%;
13245 }
13246 .ant-col-sm-offset-24.ant-col-rtl {
13247 margin-right: 100%;
13248 margin-left: 0;
13249 }
13250}
13251@media (min-width: 768px) {
13252 .ant-col-md-24 {
13253 display: block;
13254 flex: 0 0 100%;
13255 max-width: 100%;
13256 }
13257 .ant-col-md-push-24 {
13258 left: 100%;
13259 }
13260 .ant-col-md-pull-24 {
13261 right: 100%;
13262 }
13263 .ant-col-md-offset-24 {
13264 margin-left: 100%;
13265 }
13266 .ant-col-md-order-24 {
13267 order: 24;
13268 }
13269 .ant-col-md-23 {
13270 display: block;
13271 flex: 0 0 95.83333333%;
13272 max-width: 95.83333333%;
13273 }
13274 .ant-col-md-push-23 {
13275 left: 95.83333333%;
13276 }
13277 .ant-col-md-pull-23 {
13278 right: 95.83333333%;
13279 }
13280 .ant-col-md-offset-23 {
13281 margin-left: 95.83333333%;
13282 }
13283 .ant-col-md-order-23 {
13284 order: 23;
13285 }
13286 .ant-col-md-22 {
13287 display: block;
13288 flex: 0 0 91.66666667%;
13289 max-width: 91.66666667%;
13290 }
13291 .ant-col-md-push-22 {
13292 left: 91.66666667%;
13293 }
13294 .ant-col-md-pull-22 {
13295 right: 91.66666667%;
13296 }
13297 .ant-col-md-offset-22 {
13298 margin-left: 91.66666667%;
13299 }
13300 .ant-col-md-order-22 {
13301 order: 22;
13302 }
13303 .ant-col-md-21 {
13304 display: block;
13305 flex: 0 0 87.5%;
13306 max-width: 87.5%;
13307 }
13308 .ant-col-md-push-21 {
13309 left: 87.5%;
13310 }
13311 .ant-col-md-pull-21 {
13312 right: 87.5%;
13313 }
13314 .ant-col-md-offset-21 {
13315 margin-left: 87.5%;
13316 }
13317 .ant-col-md-order-21 {
13318 order: 21;
13319 }
13320 .ant-col-md-20 {
13321 display: block;
13322 flex: 0 0 83.33333333%;
13323 max-width: 83.33333333%;
13324 }
13325 .ant-col-md-push-20 {
13326 left: 83.33333333%;
13327 }
13328 .ant-col-md-pull-20 {
13329 right: 83.33333333%;
13330 }
13331 .ant-col-md-offset-20 {
13332 margin-left: 83.33333333%;
13333 }
13334 .ant-col-md-order-20 {
13335 order: 20;
13336 }
13337 .ant-col-md-19 {
13338 display: block;
13339 flex: 0 0 79.16666667%;
13340 max-width: 79.16666667%;
13341 }
13342 .ant-col-md-push-19 {
13343 left: 79.16666667%;
13344 }
13345 .ant-col-md-pull-19 {
13346 right: 79.16666667%;
13347 }
13348 .ant-col-md-offset-19 {
13349 margin-left: 79.16666667%;
13350 }
13351 .ant-col-md-order-19 {
13352 order: 19;
13353 }
13354 .ant-col-md-18 {
13355 display: block;
13356 flex: 0 0 75%;
13357 max-width: 75%;
13358 }
13359 .ant-col-md-push-18 {
13360 left: 75%;
13361 }
13362 .ant-col-md-pull-18 {
13363 right: 75%;
13364 }
13365 .ant-col-md-offset-18 {
13366 margin-left: 75%;
13367 }
13368 .ant-col-md-order-18 {
13369 order: 18;
13370 }
13371 .ant-col-md-17 {
13372 display: block;
13373 flex: 0 0 70.83333333%;
13374 max-width: 70.83333333%;
13375 }
13376 .ant-col-md-push-17 {
13377 left: 70.83333333%;
13378 }
13379 .ant-col-md-pull-17 {
13380 right: 70.83333333%;
13381 }
13382 .ant-col-md-offset-17 {
13383 margin-left: 70.83333333%;
13384 }
13385 .ant-col-md-order-17 {
13386 order: 17;
13387 }
13388 .ant-col-md-16 {
13389 display: block;
13390 flex: 0 0 66.66666667%;
13391 max-width: 66.66666667%;
13392 }
13393 .ant-col-md-push-16 {
13394 left: 66.66666667%;
13395 }
13396 .ant-col-md-pull-16 {
13397 right: 66.66666667%;
13398 }
13399 .ant-col-md-offset-16 {
13400 margin-left: 66.66666667%;
13401 }
13402 .ant-col-md-order-16 {
13403 order: 16;
13404 }
13405 .ant-col-md-15 {
13406 display: block;
13407 flex: 0 0 62.5%;
13408 max-width: 62.5%;
13409 }
13410 .ant-col-md-push-15 {
13411 left: 62.5%;
13412 }
13413 .ant-col-md-pull-15 {
13414 right: 62.5%;
13415 }
13416 .ant-col-md-offset-15 {
13417 margin-left: 62.5%;
13418 }
13419 .ant-col-md-order-15 {
13420 order: 15;
13421 }
13422 .ant-col-md-14 {
13423 display: block;
13424 flex: 0 0 58.33333333%;
13425 max-width: 58.33333333%;
13426 }
13427 .ant-col-md-push-14 {
13428 left: 58.33333333%;
13429 }
13430 .ant-col-md-pull-14 {
13431 right: 58.33333333%;
13432 }
13433 .ant-col-md-offset-14 {
13434 margin-left: 58.33333333%;
13435 }
13436 .ant-col-md-order-14 {
13437 order: 14;
13438 }
13439 .ant-col-md-13 {
13440 display: block;
13441 flex: 0 0 54.16666667%;
13442 max-width: 54.16666667%;
13443 }
13444 .ant-col-md-push-13 {
13445 left: 54.16666667%;
13446 }
13447 .ant-col-md-pull-13 {
13448 right: 54.16666667%;
13449 }
13450 .ant-col-md-offset-13 {
13451 margin-left: 54.16666667%;
13452 }
13453 .ant-col-md-order-13 {
13454 order: 13;
13455 }
13456 .ant-col-md-12 {
13457 display: block;
13458 flex: 0 0 50%;
13459 max-width: 50%;
13460 }
13461 .ant-col-md-push-12 {
13462 left: 50%;
13463 }
13464 .ant-col-md-pull-12 {
13465 right: 50%;
13466 }
13467 .ant-col-md-offset-12 {
13468 margin-left: 50%;
13469 }
13470 .ant-col-md-order-12 {
13471 order: 12;
13472 }
13473 .ant-col-md-11 {
13474 display: block;
13475 flex: 0 0 45.83333333%;
13476 max-width: 45.83333333%;
13477 }
13478 .ant-col-md-push-11 {
13479 left: 45.83333333%;
13480 }
13481 .ant-col-md-pull-11 {
13482 right: 45.83333333%;
13483 }
13484 .ant-col-md-offset-11 {
13485 margin-left: 45.83333333%;
13486 }
13487 .ant-col-md-order-11 {
13488 order: 11;
13489 }
13490 .ant-col-md-10 {
13491 display: block;
13492 flex: 0 0 41.66666667%;
13493 max-width: 41.66666667%;
13494 }
13495 .ant-col-md-push-10 {
13496 left: 41.66666667%;
13497 }
13498 .ant-col-md-pull-10 {
13499 right: 41.66666667%;
13500 }
13501 .ant-col-md-offset-10 {
13502 margin-left: 41.66666667%;
13503 }
13504 .ant-col-md-order-10 {
13505 order: 10;
13506 }
13507 .ant-col-md-9 {
13508 display: block;
13509 flex: 0 0 37.5%;
13510 max-width: 37.5%;
13511 }
13512 .ant-col-md-push-9 {
13513 left: 37.5%;
13514 }
13515 .ant-col-md-pull-9 {
13516 right: 37.5%;
13517 }
13518 .ant-col-md-offset-9 {
13519 margin-left: 37.5%;
13520 }
13521 .ant-col-md-order-9 {
13522 order: 9;
13523 }
13524 .ant-col-md-8 {
13525 display: block;
13526 flex: 0 0 33.33333333%;
13527 max-width: 33.33333333%;
13528 }
13529 .ant-col-md-push-8 {
13530 left: 33.33333333%;
13531 }
13532 .ant-col-md-pull-8 {
13533 right: 33.33333333%;
13534 }
13535 .ant-col-md-offset-8 {
13536 margin-left: 33.33333333%;
13537 }
13538 .ant-col-md-order-8 {
13539 order: 8;
13540 }
13541 .ant-col-md-7 {
13542 display: block;
13543 flex: 0 0 29.16666667%;
13544 max-width: 29.16666667%;
13545 }
13546 .ant-col-md-push-7 {
13547 left: 29.16666667%;
13548 }
13549 .ant-col-md-pull-7 {
13550 right: 29.16666667%;
13551 }
13552 .ant-col-md-offset-7 {
13553 margin-left: 29.16666667%;
13554 }
13555 .ant-col-md-order-7 {
13556 order: 7;
13557 }
13558 .ant-col-md-6 {
13559 display: block;
13560 flex: 0 0 25%;
13561 max-width: 25%;
13562 }
13563 .ant-col-md-push-6 {
13564 left: 25%;
13565 }
13566 .ant-col-md-pull-6 {
13567 right: 25%;
13568 }
13569 .ant-col-md-offset-6 {
13570 margin-left: 25%;
13571 }
13572 .ant-col-md-order-6 {
13573 order: 6;
13574 }
13575 .ant-col-md-5 {
13576 display: block;
13577 flex: 0 0 20.83333333%;
13578 max-width: 20.83333333%;
13579 }
13580 .ant-col-md-push-5 {
13581 left: 20.83333333%;
13582 }
13583 .ant-col-md-pull-5 {
13584 right: 20.83333333%;
13585 }
13586 .ant-col-md-offset-5 {
13587 margin-left: 20.83333333%;
13588 }
13589 .ant-col-md-order-5 {
13590 order: 5;
13591 }
13592 .ant-col-md-4 {
13593 display: block;
13594 flex: 0 0 16.66666667%;
13595 max-width: 16.66666667%;
13596 }
13597 .ant-col-md-push-4 {
13598 left: 16.66666667%;
13599 }
13600 .ant-col-md-pull-4 {
13601 right: 16.66666667%;
13602 }
13603 .ant-col-md-offset-4 {
13604 margin-left: 16.66666667%;
13605 }
13606 .ant-col-md-order-4 {
13607 order: 4;
13608 }
13609 .ant-col-md-3 {
13610 display: block;
13611 flex: 0 0 12.5%;
13612 max-width: 12.5%;
13613 }
13614 .ant-col-md-push-3 {
13615 left: 12.5%;
13616 }
13617 .ant-col-md-pull-3 {
13618 right: 12.5%;
13619 }
13620 .ant-col-md-offset-3 {
13621 margin-left: 12.5%;
13622 }
13623 .ant-col-md-order-3 {
13624 order: 3;
13625 }
13626 .ant-col-md-2 {
13627 display: block;
13628 flex: 0 0 8.33333333%;
13629 max-width: 8.33333333%;
13630 }
13631 .ant-col-md-push-2 {
13632 left: 8.33333333%;
13633 }
13634 .ant-col-md-pull-2 {
13635 right: 8.33333333%;
13636 }
13637 .ant-col-md-offset-2 {
13638 margin-left: 8.33333333%;
13639 }
13640 .ant-col-md-order-2 {
13641 order: 2;
13642 }
13643 .ant-col-md-1 {
13644 display: block;
13645 flex: 0 0 4.16666667%;
13646 max-width: 4.16666667%;
13647 }
13648 .ant-col-md-push-1 {
13649 left: 4.16666667%;
13650 }
13651 .ant-col-md-pull-1 {
13652 right: 4.16666667%;
13653 }
13654 .ant-col-md-offset-1 {
13655 margin-left: 4.16666667%;
13656 }
13657 .ant-col-md-order-1 {
13658 order: 1;
13659 }
13660 .ant-col-md-0 {
13661 display: none;
13662 }
13663 .ant-col-push-0 {
13664 left: auto;
13665 }
13666 .ant-col-pull-0 {
13667 right: auto;
13668 }
13669 .ant-col-md-push-0 {
13670 left: auto;
13671 }
13672 .ant-col-md-pull-0 {
13673 right: auto;
13674 }
13675 .ant-col-md-offset-0 {
13676 margin-left: 0;
13677 }
13678 .ant-col-md-order-0 {
13679 order: 0;
13680 }
13681 .ant-col-push-0.ant-col-rtl {
13682 right: auto;
13683 }
13684 .ant-col-pull-0.ant-col-rtl {
13685 left: auto;
13686 }
13687 .ant-col-md-push-0.ant-col-rtl {
13688 right: auto;
13689 }
13690 .ant-col-md-pull-0.ant-col-rtl {
13691 left: auto;
13692 }
13693 .ant-col-md-offset-0.ant-col-rtl {
13694 margin-right: 0;
13695 }
13696 .ant-col-md-push-1.ant-col-rtl {
13697 right: 4.16666667%;
13698 left: auto;
13699 }
13700 .ant-col-md-pull-1.ant-col-rtl {
13701 right: auto;
13702 left: 4.16666667%;
13703 }
13704 .ant-col-md-offset-1.ant-col-rtl {
13705 margin-right: 4.16666667%;
13706 margin-left: 0;
13707 }
13708 .ant-col-md-push-2.ant-col-rtl {
13709 right: 8.33333333%;
13710 left: auto;
13711 }
13712 .ant-col-md-pull-2.ant-col-rtl {
13713 right: auto;
13714 left: 8.33333333%;
13715 }
13716 .ant-col-md-offset-2.ant-col-rtl {
13717 margin-right: 8.33333333%;
13718 margin-left: 0;
13719 }
13720 .ant-col-md-push-3.ant-col-rtl {
13721 right: 12.5%;
13722 left: auto;
13723 }
13724 .ant-col-md-pull-3.ant-col-rtl {
13725 right: auto;
13726 left: 12.5%;
13727 }
13728 .ant-col-md-offset-3.ant-col-rtl {
13729 margin-right: 12.5%;
13730 margin-left: 0;
13731 }
13732 .ant-col-md-push-4.ant-col-rtl {
13733 right: 16.66666667%;
13734 left: auto;
13735 }
13736 .ant-col-md-pull-4.ant-col-rtl {
13737 right: auto;
13738 left: 16.66666667%;
13739 }
13740 .ant-col-md-offset-4.ant-col-rtl {
13741 margin-right: 16.66666667%;
13742 margin-left: 0;
13743 }
13744 .ant-col-md-push-5.ant-col-rtl {
13745 right: 20.83333333%;
13746 left: auto;
13747 }
13748 .ant-col-md-pull-5.ant-col-rtl {
13749 right: auto;
13750 left: 20.83333333%;
13751 }
13752 .ant-col-md-offset-5.ant-col-rtl {
13753 margin-right: 20.83333333%;
13754 margin-left: 0;
13755 }
13756 .ant-col-md-push-6.ant-col-rtl {
13757 right: 25%;
13758 left: auto;
13759 }
13760 .ant-col-md-pull-6.ant-col-rtl {
13761 right: auto;
13762 left: 25%;
13763 }
13764 .ant-col-md-offset-6.ant-col-rtl {
13765 margin-right: 25%;
13766 margin-left: 0;
13767 }
13768 .ant-col-md-push-7.ant-col-rtl {
13769 right: 29.16666667%;
13770 left: auto;
13771 }
13772 .ant-col-md-pull-7.ant-col-rtl {
13773 right: auto;
13774 left: 29.16666667%;
13775 }
13776 .ant-col-md-offset-7.ant-col-rtl {
13777 margin-right: 29.16666667%;
13778 margin-left: 0;
13779 }
13780 .ant-col-md-push-8.ant-col-rtl {
13781 right: 33.33333333%;
13782 left: auto;
13783 }
13784 .ant-col-md-pull-8.ant-col-rtl {
13785 right: auto;
13786 left: 33.33333333%;
13787 }
13788 .ant-col-md-offset-8.ant-col-rtl {
13789 margin-right: 33.33333333%;
13790 margin-left: 0;
13791 }
13792 .ant-col-md-push-9.ant-col-rtl {
13793 right: 37.5%;
13794 left: auto;
13795 }
13796 .ant-col-md-pull-9.ant-col-rtl {
13797 right: auto;
13798 left: 37.5%;
13799 }
13800 .ant-col-md-offset-9.ant-col-rtl {
13801 margin-right: 37.5%;
13802 margin-left: 0;
13803 }
13804 .ant-col-md-push-10.ant-col-rtl {
13805 right: 41.66666667%;
13806 left: auto;
13807 }
13808 .ant-col-md-pull-10.ant-col-rtl {
13809 right: auto;
13810 left: 41.66666667%;
13811 }
13812 .ant-col-md-offset-10.ant-col-rtl {
13813 margin-right: 41.66666667%;
13814 margin-left: 0;
13815 }
13816 .ant-col-md-push-11.ant-col-rtl {
13817 right: 45.83333333%;
13818 left: auto;
13819 }
13820 .ant-col-md-pull-11.ant-col-rtl {
13821 right: auto;
13822 left: 45.83333333%;
13823 }
13824 .ant-col-md-offset-11.ant-col-rtl {
13825 margin-right: 45.83333333%;
13826 margin-left: 0;
13827 }
13828 .ant-col-md-push-12.ant-col-rtl {
13829 right: 50%;
13830 left: auto;
13831 }
13832 .ant-col-md-pull-12.ant-col-rtl {
13833 right: auto;
13834 left: 50%;
13835 }
13836 .ant-col-md-offset-12.ant-col-rtl {
13837 margin-right: 50%;
13838 margin-left: 0;
13839 }
13840 .ant-col-md-push-13.ant-col-rtl {
13841 right: 54.16666667%;
13842 left: auto;
13843 }
13844 .ant-col-md-pull-13.ant-col-rtl {
13845 right: auto;
13846 left: 54.16666667%;
13847 }
13848 .ant-col-md-offset-13.ant-col-rtl {
13849 margin-right: 54.16666667%;
13850 margin-left: 0;
13851 }
13852 .ant-col-md-push-14.ant-col-rtl {
13853 right: 58.33333333%;
13854 left: auto;
13855 }
13856 .ant-col-md-pull-14.ant-col-rtl {
13857 right: auto;
13858 left: 58.33333333%;
13859 }
13860 .ant-col-md-offset-14.ant-col-rtl {
13861 margin-right: 58.33333333%;
13862 margin-left: 0;
13863 }
13864 .ant-col-md-push-15.ant-col-rtl {
13865 right: 62.5%;
13866 left: auto;
13867 }
13868 .ant-col-md-pull-15.ant-col-rtl {
13869 right: auto;
13870 left: 62.5%;
13871 }
13872 .ant-col-md-offset-15.ant-col-rtl {
13873 margin-right: 62.5%;
13874 margin-left: 0;
13875 }
13876 .ant-col-md-push-16.ant-col-rtl {
13877 right: 66.66666667%;
13878 left: auto;
13879 }
13880 .ant-col-md-pull-16.ant-col-rtl {
13881 right: auto;
13882 left: 66.66666667%;
13883 }
13884 .ant-col-md-offset-16.ant-col-rtl {
13885 margin-right: 66.66666667%;
13886 margin-left: 0;
13887 }
13888 .ant-col-md-push-17.ant-col-rtl {
13889 right: 70.83333333%;
13890 left: auto;
13891 }
13892 .ant-col-md-pull-17.ant-col-rtl {
13893 right: auto;
13894 left: 70.83333333%;
13895 }
13896 .ant-col-md-offset-17.ant-col-rtl {
13897 margin-right: 70.83333333%;
13898 margin-left: 0;
13899 }
13900 .ant-col-md-push-18.ant-col-rtl {
13901 right: 75%;
13902 left: auto;
13903 }
13904 .ant-col-md-pull-18.ant-col-rtl {
13905 right: auto;
13906 left: 75%;
13907 }
13908 .ant-col-md-offset-18.ant-col-rtl {
13909 margin-right: 75%;
13910 margin-left: 0;
13911 }
13912 .ant-col-md-push-19.ant-col-rtl {
13913 right: 79.16666667%;
13914 left: auto;
13915 }
13916 .ant-col-md-pull-19.ant-col-rtl {
13917 right: auto;
13918 left: 79.16666667%;
13919 }
13920 .ant-col-md-offset-19.ant-col-rtl {
13921 margin-right: 79.16666667%;
13922 margin-left: 0;
13923 }
13924 .ant-col-md-push-20.ant-col-rtl {
13925 right: 83.33333333%;
13926 left: auto;
13927 }
13928 .ant-col-md-pull-20.ant-col-rtl {
13929 right: auto;
13930 left: 83.33333333%;
13931 }
13932 .ant-col-md-offset-20.ant-col-rtl {
13933 margin-right: 83.33333333%;
13934 margin-left: 0;
13935 }
13936 .ant-col-md-push-21.ant-col-rtl {
13937 right: 87.5%;
13938 left: auto;
13939 }
13940 .ant-col-md-pull-21.ant-col-rtl {
13941 right: auto;
13942 left: 87.5%;
13943 }
13944 .ant-col-md-offset-21.ant-col-rtl {
13945 margin-right: 87.5%;
13946 margin-left: 0;
13947 }
13948 .ant-col-md-push-22.ant-col-rtl {
13949 right: 91.66666667%;
13950 left: auto;
13951 }
13952 .ant-col-md-pull-22.ant-col-rtl {
13953 right: auto;
13954 left: 91.66666667%;
13955 }
13956 .ant-col-md-offset-22.ant-col-rtl {
13957 margin-right: 91.66666667%;
13958 margin-left: 0;
13959 }
13960 .ant-col-md-push-23.ant-col-rtl {
13961 right: 95.83333333%;
13962 left: auto;
13963 }
13964 .ant-col-md-pull-23.ant-col-rtl {
13965 right: auto;
13966 left: 95.83333333%;
13967 }
13968 .ant-col-md-offset-23.ant-col-rtl {
13969 margin-right: 95.83333333%;
13970 margin-left: 0;
13971 }
13972 .ant-col-md-push-24.ant-col-rtl {
13973 right: 100%;
13974 left: auto;
13975 }
13976 .ant-col-md-pull-24.ant-col-rtl {
13977 right: auto;
13978 left: 100%;
13979 }
13980 .ant-col-md-offset-24.ant-col-rtl {
13981 margin-right: 100%;
13982 margin-left: 0;
13983 }
13984}
13985@media (min-width: 992px) {
13986 .ant-col-lg-24 {
13987 display: block;
13988 flex: 0 0 100%;
13989 max-width: 100%;
13990 }
13991 .ant-col-lg-push-24 {
13992 left: 100%;
13993 }
13994 .ant-col-lg-pull-24 {
13995 right: 100%;
13996 }
13997 .ant-col-lg-offset-24 {
13998 margin-left: 100%;
13999 }
14000 .ant-col-lg-order-24 {
14001 order: 24;
14002 }
14003 .ant-col-lg-23 {
14004 display: block;
14005 flex: 0 0 95.83333333%;
14006 max-width: 95.83333333%;
14007 }
14008 .ant-col-lg-push-23 {
14009 left: 95.83333333%;
14010 }
14011 .ant-col-lg-pull-23 {
14012 right: 95.83333333%;
14013 }
14014 .ant-col-lg-offset-23 {
14015 margin-left: 95.83333333%;
14016 }
14017 .ant-col-lg-order-23 {
14018 order: 23;
14019 }
14020 .ant-col-lg-22 {
14021 display: block;
14022 flex: 0 0 91.66666667%;
14023 max-width: 91.66666667%;
14024 }
14025 .ant-col-lg-push-22 {
14026 left: 91.66666667%;
14027 }
14028 .ant-col-lg-pull-22 {
14029 right: 91.66666667%;
14030 }
14031 .ant-col-lg-offset-22 {
14032 margin-left: 91.66666667%;
14033 }
14034 .ant-col-lg-order-22 {
14035 order: 22;
14036 }
14037 .ant-col-lg-21 {
14038 display: block;
14039 flex: 0 0 87.5%;
14040 max-width: 87.5%;
14041 }
14042 .ant-col-lg-push-21 {
14043 left: 87.5%;
14044 }
14045 .ant-col-lg-pull-21 {
14046 right: 87.5%;
14047 }
14048 .ant-col-lg-offset-21 {
14049 margin-left: 87.5%;
14050 }
14051 .ant-col-lg-order-21 {
14052 order: 21;
14053 }
14054 .ant-col-lg-20 {
14055 display: block;
14056 flex: 0 0 83.33333333%;
14057 max-width: 83.33333333%;
14058 }
14059 .ant-col-lg-push-20 {
14060 left: 83.33333333%;
14061 }
14062 .ant-col-lg-pull-20 {
14063 right: 83.33333333%;
14064 }
14065 .ant-col-lg-offset-20 {
14066 margin-left: 83.33333333%;
14067 }
14068 .ant-col-lg-order-20 {
14069 order: 20;
14070 }
14071 .ant-col-lg-19 {
14072 display: block;
14073 flex: 0 0 79.16666667%;
14074 max-width: 79.16666667%;
14075 }
14076 .ant-col-lg-push-19 {
14077 left: 79.16666667%;
14078 }
14079 .ant-col-lg-pull-19 {
14080 right: 79.16666667%;
14081 }
14082 .ant-col-lg-offset-19 {
14083 margin-left: 79.16666667%;
14084 }
14085 .ant-col-lg-order-19 {
14086 order: 19;
14087 }
14088 .ant-col-lg-18 {
14089 display: block;
14090 flex: 0 0 75%;
14091 max-width: 75%;
14092 }
14093 .ant-col-lg-push-18 {
14094 left: 75%;
14095 }
14096 .ant-col-lg-pull-18 {
14097 right: 75%;
14098 }
14099 .ant-col-lg-offset-18 {
14100 margin-left: 75%;
14101 }
14102 .ant-col-lg-order-18 {
14103 order: 18;
14104 }
14105 .ant-col-lg-17 {
14106 display: block;
14107 flex: 0 0 70.83333333%;
14108 max-width: 70.83333333%;
14109 }
14110 .ant-col-lg-push-17 {
14111 left: 70.83333333%;
14112 }
14113 .ant-col-lg-pull-17 {
14114 right: 70.83333333%;
14115 }
14116 .ant-col-lg-offset-17 {
14117 margin-left: 70.83333333%;
14118 }
14119 .ant-col-lg-order-17 {
14120 order: 17;
14121 }
14122 .ant-col-lg-16 {
14123 display: block;
14124 flex: 0 0 66.66666667%;
14125 max-width: 66.66666667%;
14126 }
14127 .ant-col-lg-push-16 {
14128 left: 66.66666667%;
14129 }
14130 .ant-col-lg-pull-16 {
14131 right: 66.66666667%;
14132 }
14133 .ant-col-lg-offset-16 {
14134 margin-left: 66.66666667%;
14135 }
14136 .ant-col-lg-order-16 {
14137 order: 16;
14138 }
14139 .ant-col-lg-15 {
14140 display: block;
14141 flex: 0 0 62.5%;
14142 max-width: 62.5%;
14143 }
14144 .ant-col-lg-push-15 {
14145 left: 62.5%;
14146 }
14147 .ant-col-lg-pull-15 {
14148 right: 62.5%;
14149 }
14150 .ant-col-lg-offset-15 {
14151 margin-left: 62.5%;
14152 }
14153 .ant-col-lg-order-15 {
14154 order: 15;
14155 }
14156 .ant-col-lg-14 {
14157 display: block;
14158 flex: 0 0 58.33333333%;
14159 max-width: 58.33333333%;
14160 }
14161 .ant-col-lg-push-14 {
14162 left: 58.33333333%;
14163 }
14164 .ant-col-lg-pull-14 {
14165 right: 58.33333333%;
14166 }
14167 .ant-col-lg-offset-14 {
14168 margin-left: 58.33333333%;
14169 }
14170 .ant-col-lg-order-14 {
14171 order: 14;
14172 }
14173 .ant-col-lg-13 {
14174 display: block;
14175 flex: 0 0 54.16666667%;
14176 max-width: 54.16666667%;
14177 }
14178 .ant-col-lg-push-13 {
14179 left: 54.16666667%;
14180 }
14181 .ant-col-lg-pull-13 {
14182 right: 54.16666667%;
14183 }
14184 .ant-col-lg-offset-13 {
14185 margin-left: 54.16666667%;
14186 }
14187 .ant-col-lg-order-13 {
14188 order: 13;
14189 }
14190 .ant-col-lg-12 {
14191 display: block;
14192 flex: 0 0 50%;
14193 max-width: 50%;
14194 }
14195 .ant-col-lg-push-12 {
14196 left: 50%;
14197 }
14198 .ant-col-lg-pull-12 {
14199 right: 50%;
14200 }
14201 .ant-col-lg-offset-12 {
14202 margin-left: 50%;
14203 }
14204 .ant-col-lg-order-12 {
14205 order: 12;
14206 }
14207 .ant-col-lg-11 {
14208 display: block;
14209 flex: 0 0 45.83333333%;
14210 max-width: 45.83333333%;
14211 }
14212 .ant-col-lg-push-11 {
14213 left: 45.83333333%;
14214 }
14215 .ant-col-lg-pull-11 {
14216 right: 45.83333333%;
14217 }
14218 .ant-col-lg-offset-11 {
14219 margin-left: 45.83333333%;
14220 }
14221 .ant-col-lg-order-11 {
14222 order: 11;
14223 }
14224 .ant-col-lg-10 {
14225 display: block;
14226 flex: 0 0 41.66666667%;
14227 max-width: 41.66666667%;
14228 }
14229 .ant-col-lg-push-10 {
14230 left: 41.66666667%;
14231 }
14232 .ant-col-lg-pull-10 {
14233 right: 41.66666667%;
14234 }
14235 .ant-col-lg-offset-10 {
14236 margin-left: 41.66666667%;
14237 }
14238 .ant-col-lg-order-10 {
14239 order: 10;
14240 }
14241 .ant-col-lg-9 {
14242 display: block;
14243 flex: 0 0 37.5%;
14244 max-width: 37.5%;
14245 }
14246 .ant-col-lg-push-9 {
14247 left: 37.5%;
14248 }
14249 .ant-col-lg-pull-9 {
14250 right: 37.5%;
14251 }
14252 .ant-col-lg-offset-9 {
14253 margin-left: 37.5%;
14254 }
14255 .ant-col-lg-order-9 {
14256 order: 9;
14257 }
14258 .ant-col-lg-8 {
14259 display: block;
14260 flex: 0 0 33.33333333%;
14261 max-width: 33.33333333%;
14262 }
14263 .ant-col-lg-push-8 {
14264 left: 33.33333333%;
14265 }
14266 .ant-col-lg-pull-8 {
14267 right: 33.33333333%;
14268 }
14269 .ant-col-lg-offset-8 {
14270 margin-left: 33.33333333%;
14271 }
14272 .ant-col-lg-order-8 {
14273 order: 8;
14274 }
14275 .ant-col-lg-7 {
14276 display: block;
14277 flex: 0 0 29.16666667%;
14278 max-width: 29.16666667%;
14279 }
14280 .ant-col-lg-push-7 {
14281 left: 29.16666667%;
14282 }
14283 .ant-col-lg-pull-7 {
14284 right: 29.16666667%;
14285 }
14286 .ant-col-lg-offset-7 {
14287 margin-left: 29.16666667%;
14288 }
14289 .ant-col-lg-order-7 {
14290 order: 7;
14291 }
14292 .ant-col-lg-6 {
14293 display: block;
14294 flex: 0 0 25%;
14295 max-width: 25%;
14296 }
14297 .ant-col-lg-push-6 {
14298 left: 25%;
14299 }
14300 .ant-col-lg-pull-6 {
14301 right: 25%;
14302 }
14303 .ant-col-lg-offset-6 {
14304 margin-left: 25%;
14305 }
14306 .ant-col-lg-order-6 {
14307 order: 6;
14308 }
14309 .ant-col-lg-5 {
14310 display: block;
14311 flex: 0 0 20.83333333%;
14312 max-width: 20.83333333%;
14313 }
14314 .ant-col-lg-push-5 {
14315 left: 20.83333333%;
14316 }
14317 .ant-col-lg-pull-5 {
14318 right: 20.83333333%;
14319 }
14320 .ant-col-lg-offset-5 {
14321 margin-left: 20.83333333%;
14322 }
14323 .ant-col-lg-order-5 {
14324 order: 5;
14325 }
14326 .ant-col-lg-4 {
14327 display: block;
14328 flex: 0 0 16.66666667%;
14329 max-width: 16.66666667%;
14330 }
14331 .ant-col-lg-push-4 {
14332 left: 16.66666667%;
14333 }
14334 .ant-col-lg-pull-4 {
14335 right: 16.66666667%;
14336 }
14337 .ant-col-lg-offset-4 {
14338 margin-left: 16.66666667%;
14339 }
14340 .ant-col-lg-order-4 {
14341 order: 4;
14342 }
14343 .ant-col-lg-3 {
14344 display: block;
14345 flex: 0 0 12.5%;
14346 max-width: 12.5%;
14347 }
14348 .ant-col-lg-push-3 {
14349 left: 12.5%;
14350 }
14351 .ant-col-lg-pull-3 {
14352 right: 12.5%;
14353 }
14354 .ant-col-lg-offset-3 {
14355 margin-left: 12.5%;
14356 }
14357 .ant-col-lg-order-3 {
14358 order: 3;
14359 }
14360 .ant-col-lg-2 {
14361 display: block;
14362 flex: 0 0 8.33333333%;
14363 max-width: 8.33333333%;
14364 }
14365 .ant-col-lg-push-2 {
14366 left: 8.33333333%;
14367 }
14368 .ant-col-lg-pull-2 {
14369 right: 8.33333333%;
14370 }
14371 .ant-col-lg-offset-2 {
14372 margin-left: 8.33333333%;
14373 }
14374 .ant-col-lg-order-2 {
14375 order: 2;
14376 }
14377 .ant-col-lg-1 {
14378 display: block;
14379 flex: 0 0 4.16666667%;
14380 max-width: 4.16666667%;
14381 }
14382 .ant-col-lg-push-1 {
14383 left: 4.16666667%;
14384 }
14385 .ant-col-lg-pull-1 {
14386 right: 4.16666667%;
14387 }
14388 .ant-col-lg-offset-1 {
14389 margin-left: 4.16666667%;
14390 }
14391 .ant-col-lg-order-1 {
14392 order: 1;
14393 }
14394 .ant-col-lg-0 {
14395 display: none;
14396 }
14397 .ant-col-push-0 {
14398 left: auto;
14399 }
14400 .ant-col-pull-0 {
14401 right: auto;
14402 }
14403 .ant-col-lg-push-0 {
14404 left: auto;
14405 }
14406 .ant-col-lg-pull-0 {
14407 right: auto;
14408 }
14409 .ant-col-lg-offset-0 {
14410 margin-left: 0;
14411 }
14412 .ant-col-lg-order-0 {
14413 order: 0;
14414 }
14415 .ant-col-push-0.ant-col-rtl {
14416 right: auto;
14417 }
14418 .ant-col-pull-0.ant-col-rtl {
14419 left: auto;
14420 }
14421 .ant-col-lg-push-0.ant-col-rtl {
14422 right: auto;
14423 }
14424 .ant-col-lg-pull-0.ant-col-rtl {
14425 left: auto;
14426 }
14427 .ant-col-lg-offset-0.ant-col-rtl {
14428 margin-right: 0;
14429 }
14430 .ant-col-lg-push-1.ant-col-rtl {
14431 right: 4.16666667%;
14432 left: auto;
14433 }
14434 .ant-col-lg-pull-1.ant-col-rtl {
14435 right: auto;
14436 left: 4.16666667%;
14437 }
14438 .ant-col-lg-offset-1.ant-col-rtl {
14439 margin-right: 4.16666667%;
14440 margin-left: 0;
14441 }
14442 .ant-col-lg-push-2.ant-col-rtl {
14443 right: 8.33333333%;
14444 left: auto;
14445 }
14446 .ant-col-lg-pull-2.ant-col-rtl {
14447 right: auto;
14448 left: 8.33333333%;
14449 }
14450 .ant-col-lg-offset-2.ant-col-rtl {
14451 margin-right: 8.33333333%;
14452 margin-left: 0;
14453 }
14454 .ant-col-lg-push-3.ant-col-rtl {
14455 right: 12.5%;
14456 left: auto;
14457 }
14458 .ant-col-lg-pull-3.ant-col-rtl {
14459 right: auto;
14460 left: 12.5%;
14461 }
14462 .ant-col-lg-offset-3.ant-col-rtl {
14463 margin-right: 12.5%;
14464 margin-left: 0;
14465 }
14466 .ant-col-lg-push-4.ant-col-rtl {
14467 right: 16.66666667%;
14468 left: auto;
14469 }
14470 .ant-col-lg-pull-4.ant-col-rtl {
14471 right: auto;
14472 left: 16.66666667%;
14473 }
14474 .ant-col-lg-offset-4.ant-col-rtl {
14475 margin-right: 16.66666667%;
14476 margin-left: 0;
14477 }
14478 .ant-col-lg-push-5.ant-col-rtl {
14479 right: 20.83333333%;
14480 left: auto;
14481 }
14482 .ant-col-lg-pull-5.ant-col-rtl {
14483 right: auto;
14484 left: 20.83333333%;
14485 }
14486 .ant-col-lg-offset-5.ant-col-rtl {
14487 margin-right: 20.83333333%;
14488 margin-left: 0;
14489 }
14490 .ant-col-lg-push-6.ant-col-rtl {
14491 right: 25%;
14492 left: auto;
14493 }
14494 .ant-col-lg-pull-6.ant-col-rtl {
14495 right: auto;
14496 left: 25%;
14497 }
14498 .ant-col-lg-offset-6.ant-col-rtl {
14499 margin-right: 25%;
14500 margin-left: 0;
14501 }
14502 .ant-col-lg-push-7.ant-col-rtl {
14503 right: 29.16666667%;
14504 left: auto;
14505 }
14506 .ant-col-lg-pull-7.ant-col-rtl {
14507 right: auto;
14508 left: 29.16666667%;
14509 }
14510 .ant-col-lg-offset-7.ant-col-rtl {
14511 margin-right: 29.16666667%;
14512 margin-left: 0;
14513 }
14514 .ant-col-lg-push-8.ant-col-rtl {
14515 right: 33.33333333%;
14516 left: auto;
14517 }
14518 .ant-col-lg-pull-8.ant-col-rtl {
14519 right: auto;
14520 left: 33.33333333%;
14521 }
14522 .ant-col-lg-offset-8.ant-col-rtl {
14523 margin-right: 33.33333333%;
14524 margin-left: 0;
14525 }
14526 .ant-col-lg-push-9.ant-col-rtl {
14527 right: 37.5%;
14528 left: auto;
14529 }
14530 .ant-col-lg-pull-9.ant-col-rtl {
14531 right: auto;
14532 left: 37.5%;
14533 }
14534 .ant-col-lg-offset-9.ant-col-rtl {
14535 margin-right: 37.5%;
14536 margin-left: 0;
14537 }
14538 .ant-col-lg-push-10.ant-col-rtl {
14539 right: 41.66666667%;
14540 left: auto;
14541 }
14542 .ant-col-lg-pull-10.ant-col-rtl {
14543 right: auto;
14544 left: 41.66666667%;
14545 }
14546 .ant-col-lg-offset-10.ant-col-rtl {
14547 margin-right: 41.66666667%;
14548 margin-left: 0;
14549 }
14550 .ant-col-lg-push-11.ant-col-rtl {
14551 right: 45.83333333%;
14552 left: auto;
14553 }
14554 .ant-col-lg-pull-11.ant-col-rtl {
14555 right: auto;
14556 left: 45.83333333%;
14557 }
14558 .ant-col-lg-offset-11.ant-col-rtl {
14559 margin-right: 45.83333333%;
14560 margin-left: 0;
14561 }
14562 .ant-col-lg-push-12.ant-col-rtl {
14563 right: 50%;
14564 left: auto;
14565 }
14566 .ant-col-lg-pull-12.ant-col-rtl {
14567 right: auto;
14568 left: 50%;
14569 }
14570 .ant-col-lg-offset-12.ant-col-rtl {
14571 margin-right: 50%;
14572 margin-left: 0;
14573 }
14574 .ant-col-lg-push-13.ant-col-rtl {
14575 right: 54.16666667%;
14576 left: auto;
14577 }
14578 .ant-col-lg-pull-13.ant-col-rtl {
14579 right: auto;
14580 left: 54.16666667%;
14581 }
14582 .ant-col-lg-offset-13.ant-col-rtl {
14583 margin-right: 54.16666667%;
14584 margin-left: 0;
14585 }
14586 .ant-col-lg-push-14.ant-col-rtl {
14587 right: 58.33333333%;
14588 left: auto;
14589 }
14590 .ant-col-lg-pull-14.ant-col-rtl {
14591 right: auto;
14592 left: 58.33333333%;
14593 }
14594 .ant-col-lg-offset-14.ant-col-rtl {
14595 margin-right: 58.33333333%;
14596 margin-left: 0;
14597 }
14598 .ant-col-lg-push-15.ant-col-rtl {
14599 right: 62.5%;
14600 left: auto;
14601 }
14602 .ant-col-lg-pull-15.ant-col-rtl {
14603 right: auto;
14604 left: 62.5%;
14605 }
14606 .ant-col-lg-offset-15.ant-col-rtl {
14607 margin-right: 62.5%;
14608 margin-left: 0;
14609 }
14610 .ant-col-lg-push-16.ant-col-rtl {
14611 right: 66.66666667%;
14612 left: auto;
14613 }
14614 .ant-col-lg-pull-16.ant-col-rtl {
14615 right: auto;
14616 left: 66.66666667%;
14617 }
14618 .ant-col-lg-offset-16.ant-col-rtl {
14619 margin-right: 66.66666667%;
14620 margin-left: 0;
14621 }
14622 .ant-col-lg-push-17.ant-col-rtl {
14623 right: 70.83333333%;
14624 left: auto;
14625 }
14626 .ant-col-lg-pull-17.ant-col-rtl {
14627 right: auto;
14628 left: 70.83333333%;
14629 }
14630 .ant-col-lg-offset-17.ant-col-rtl {
14631 margin-right: 70.83333333%;
14632 margin-left: 0;
14633 }
14634 .ant-col-lg-push-18.ant-col-rtl {
14635 right: 75%;
14636 left: auto;
14637 }
14638 .ant-col-lg-pull-18.ant-col-rtl {
14639 right: auto;
14640 left: 75%;
14641 }
14642 .ant-col-lg-offset-18.ant-col-rtl {
14643 margin-right: 75%;
14644 margin-left: 0;
14645 }
14646 .ant-col-lg-push-19.ant-col-rtl {
14647 right: 79.16666667%;
14648 left: auto;
14649 }
14650 .ant-col-lg-pull-19.ant-col-rtl {
14651 right: auto;
14652 left: 79.16666667%;
14653 }
14654 .ant-col-lg-offset-19.ant-col-rtl {
14655 margin-right: 79.16666667%;
14656 margin-left: 0;
14657 }
14658 .ant-col-lg-push-20.ant-col-rtl {
14659 right: 83.33333333%;
14660 left: auto;
14661 }
14662 .ant-col-lg-pull-20.ant-col-rtl {
14663 right: auto;
14664 left: 83.33333333%;
14665 }
14666 .ant-col-lg-offset-20.ant-col-rtl {
14667 margin-right: 83.33333333%;
14668 margin-left: 0;
14669 }
14670 .ant-col-lg-push-21.ant-col-rtl {
14671 right: 87.5%;
14672 left: auto;
14673 }
14674 .ant-col-lg-pull-21.ant-col-rtl {
14675 right: auto;
14676 left: 87.5%;
14677 }
14678 .ant-col-lg-offset-21.ant-col-rtl {
14679 margin-right: 87.5%;
14680 margin-left: 0;
14681 }
14682 .ant-col-lg-push-22.ant-col-rtl {
14683 right: 91.66666667%;
14684 left: auto;
14685 }
14686 .ant-col-lg-pull-22.ant-col-rtl {
14687 right: auto;
14688 left: 91.66666667%;
14689 }
14690 .ant-col-lg-offset-22.ant-col-rtl {
14691 margin-right: 91.66666667%;
14692 margin-left: 0;
14693 }
14694 .ant-col-lg-push-23.ant-col-rtl {
14695 right: 95.83333333%;
14696 left: auto;
14697 }
14698 .ant-col-lg-pull-23.ant-col-rtl {
14699 right: auto;
14700 left: 95.83333333%;
14701 }
14702 .ant-col-lg-offset-23.ant-col-rtl {
14703 margin-right: 95.83333333%;
14704 margin-left: 0;
14705 }
14706 .ant-col-lg-push-24.ant-col-rtl {
14707 right: 100%;
14708 left: auto;
14709 }
14710 .ant-col-lg-pull-24.ant-col-rtl {
14711 right: auto;
14712 left: 100%;
14713 }
14714 .ant-col-lg-offset-24.ant-col-rtl {
14715 margin-right: 100%;
14716 margin-left: 0;
14717 }
14718}
14719@media (min-width: 1200px) {
14720 .ant-col-xl-24 {
14721 display: block;
14722 flex: 0 0 100%;
14723 max-width: 100%;
14724 }
14725 .ant-col-xl-push-24 {
14726 left: 100%;
14727 }
14728 .ant-col-xl-pull-24 {
14729 right: 100%;
14730 }
14731 .ant-col-xl-offset-24 {
14732 margin-left: 100%;
14733 }
14734 .ant-col-xl-order-24 {
14735 order: 24;
14736 }
14737 .ant-col-xl-23 {
14738 display: block;
14739 flex: 0 0 95.83333333%;
14740 max-width: 95.83333333%;
14741 }
14742 .ant-col-xl-push-23 {
14743 left: 95.83333333%;
14744 }
14745 .ant-col-xl-pull-23 {
14746 right: 95.83333333%;
14747 }
14748 .ant-col-xl-offset-23 {
14749 margin-left: 95.83333333%;
14750 }
14751 .ant-col-xl-order-23 {
14752 order: 23;
14753 }
14754 .ant-col-xl-22 {
14755 display: block;
14756 flex: 0 0 91.66666667%;
14757 max-width: 91.66666667%;
14758 }
14759 .ant-col-xl-push-22 {
14760 left: 91.66666667%;
14761 }
14762 .ant-col-xl-pull-22 {
14763 right: 91.66666667%;
14764 }
14765 .ant-col-xl-offset-22 {
14766 margin-left: 91.66666667%;
14767 }
14768 .ant-col-xl-order-22 {
14769 order: 22;
14770 }
14771 .ant-col-xl-21 {
14772 display: block;
14773 flex: 0 0 87.5%;
14774 max-width: 87.5%;
14775 }
14776 .ant-col-xl-push-21 {
14777 left: 87.5%;
14778 }
14779 .ant-col-xl-pull-21 {
14780 right: 87.5%;
14781 }
14782 .ant-col-xl-offset-21 {
14783 margin-left: 87.5%;
14784 }
14785 .ant-col-xl-order-21 {
14786 order: 21;
14787 }
14788 .ant-col-xl-20 {
14789 display: block;
14790 flex: 0 0 83.33333333%;
14791 max-width: 83.33333333%;
14792 }
14793 .ant-col-xl-push-20 {
14794 left: 83.33333333%;
14795 }
14796 .ant-col-xl-pull-20 {
14797 right: 83.33333333%;
14798 }
14799 .ant-col-xl-offset-20 {
14800 margin-left: 83.33333333%;
14801 }
14802 .ant-col-xl-order-20 {
14803 order: 20;
14804 }
14805 .ant-col-xl-19 {
14806 display: block;
14807 flex: 0 0 79.16666667%;
14808 max-width: 79.16666667%;
14809 }
14810 .ant-col-xl-push-19 {
14811 left: 79.16666667%;
14812 }
14813 .ant-col-xl-pull-19 {
14814 right: 79.16666667%;
14815 }
14816 .ant-col-xl-offset-19 {
14817 margin-left: 79.16666667%;
14818 }
14819 .ant-col-xl-order-19 {
14820 order: 19;
14821 }
14822 .ant-col-xl-18 {
14823 display: block;
14824 flex: 0 0 75%;
14825 max-width: 75%;
14826 }
14827 .ant-col-xl-push-18 {
14828 left: 75%;
14829 }
14830 .ant-col-xl-pull-18 {
14831 right: 75%;
14832 }
14833 .ant-col-xl-offset-18 {
14834 margin-left: 75%;
14835 }
14836 .ant-col-xl-order-18 {
14837 order: 18;
14838 }
14839 .ant-col-xl-17 {
14840 display: block;
14841 flex: 0 0 70.83333333%;
14842 max-width: 70.83333333%;
14843 }
14844 .ant-col-xl-push-17 {
14845 left: 70.83333333%;
14846 }
14847 .ant-col-xl-pull-17 {
14848 right: 70.83333333%;
14849 }
14850 .ant-col-xl-offset-17 {
14851 margin-left: 70.83333333%;
14852 }
14853 .ant-col-xl-order-17 {
14854 order: 17;
14855 }
14856 .ant-col-xl-16 {
14857 display: block;
14858 flex: 0 0 66.66666667%;
14859 max-width: 66.66666667%;
14860 }
14861 .ant-col-xl-push-16 {
14862 left: 66.66666667%;
14863 }
14864 .ant-col-xl-pull-16 {
14865 right: 66.66666667%;
14866 }
14867 .ant-col-xl-offset-16 {
14868 margin-left: 66.66666667%;
14869 }
14870 .ant-col-xl-order-16 {
14871 order: 16;
14872 }
14873 .ant-col-xl-15 {
14874 display: block;
14875 flex: 0 0 62.5%;
14876 max-width: 62.5%;
14877 }
14878 .ant-col-xl-push-15 {
14879 left: 62.5%;
14880 }
14881 .ant-col-xl-pull-15 {
14882 right: 62.5%;
14883 }
14884 .ant-col-xl-offset-15 {
14885 margin-left: 62.5%;
14886 }
14887 .ant-col-xl-order-15 {
14888 order: 15;
14889 }
14890 .ant-col-xl-14 {
14891 display: block;
14892 flex: 0 0 58.33333333%;
14893 max-width: 58.33333333%;
14894 }
14895 .ant-col-xl-push-14 {
14896 left: 58.33333333%;
14897 }
14898 .ant-col-xl-pull-14 {
14899 right: 58.33333333%;
14900 }
14901 .ant-col-xl-offset-14 {
14902 margin-left: 58.33333333%;
14903 }
14904 .ant-col-xl-order-14 {
14905 order: 14;
14906 }
14907 .ant-col-xl-13 {
14908 display: block;
14909 flex: 0 0 54.16666667%;
14910 max-width: 54.16666667%;
14911 }
14912 .ant-col-xl-push-13 {
14913 left: 54.16666667%;
14914 }
14915 .ant-col-xl-pull-13 {
14916 right: 54.16666667%;
14917 }
14918 .ant-col-xl-offset-13 {
14919 margin-left: 54.16666667%;
14920 }
14921 .ant-col-xl-order-13 {
14922 order: 13;
14923 }
14924 .ant-col-xl-12 {
14925 display: block;
14926 flex: 0 0 50%;
14927 max-width: 50%;
14928 }
14929 .ant-col-xl-push-12 {
14930 left: 50%;
14931 }
14932 .ant-col-xl-pull-12 {
14933 right: 50%;
14934 }
14935 .ant-col-xl-offset-12 {
14936 margin-left: 50%;
14937 }
14938 .ant-col-xl-order-12 {
14939 order: 12;
14940 }
14941 .ant-col-xl-11 {
14942 display: block;
14943 flex: 0 0 45.83333333%;
14944 max-width: 45.83333333%;
14945 }
14946 .ant-col-xl-push-11 {
14947 left: 45.83333333%;
14948 }
14949 .ant-col-xl-pull-11 {
14950 right: 45.83333333%;
14951 }
14952 .ant-col-xl-offset-11 {
14953 margin-left: 45.83333333%;
14954 }
14955 .ant-col-xl-order-11 {
14956 order: 11;
14957 }
14958 .ant-col-xl-10 {
14959 display: block;
14960 flex: 0 0 41.66666667%;
14961 max-width: 41.66666667%;
14962 }
14963 .ant-col-xl-push-10 {
14964 left: 41.66666667%;
14965 }
14966 .ant-col-xl-pull-10 {
14967 right: 41.66666667%;
14968 }
14969 .ant-col-xl-offset-10 {
14970 margin-left: 41.66666667%;
14971 }
14972 .ant-col-xl-order-10 {
14973 order: 10;
14974 }
14975 .ant-col-xl-9 {
14976 display: block;
14977 flex: 0 0 37.5%;
14978 max-width: 37.5%;
14979 }
14980 .ant-col-xl-push-9 {
14981 left: 37.5%;
14982 }
14983 .ant-col-xl-pull-9 {
14984 right: 37.5%;
14985 }
14986 .ant-col-xl-offset-9 {
14987 margin-left: 37.5%;
14988 }
14989 .ant-col-xl-order-9 {
14990 order: 9;
14991 }
14992 .ant-col-xl-8 {
14993 display: block;
14994 flex: 0 0 33.33333333%;
14995 max-width: 33.33333333%;
14996 }
14997 .ant-col-xl-push-8 {
14998 left: 33.33333333%;
14999 }
15000 .ant-col-xl-pull-8 {
15001 right: 33.33333333%;
15002 }
15003 .ant-col-xl-offset-8 {
15004 margin-left: 33.33333333%;
15005 }
15006 .ant-col-xl-order-8 {
15007 order: 8;
15008 }
15009 .ant-col-xl-7 {
15010 display: block;
15011 flex: 0 0 29.16666667%;
15012 max-width: 29.16666667%;
15013 }
15014 .ant-col-xl-push-7 {
15015 left: 29.16666667%;
15016 }
15017 .ant-col-xl-pull-7 {
15018 right: 29.16666667%;
15019 }
15020 .ant-col-xl-offset-7 {
15021 margin-left: 29.16666667%;
15022 }
15023 .ant-col-xl-order-7 {
15024 order: 7;
15025 }
15026 .ant-col-xl-6 {
15027 display: block;
15028 flex: 0 0 25%;
15029 max-width: 25%;
15030 }
15031 .ant-col-xl-push-6 {
15032 left: 25%;
15033 }
15034 .ant-col-xl-pull-6 {
15035 right: 25%;
15036 }
15037 .ant-col-xl-offset-6 {
15038 margin-left: 25%;
15039 }
15040 .ant-col-xl-order-6 {
15041 order: 6;
15042 }
15043 .ant-col-xl-5 {
15044 display: block;
15045 flex: 0 0 20.83333333%;
15046 max-width: 20.83333333%;
15047 }
15048 .ant-col-xl-push-5 {
15049 left: 20.83333333%;
15050 }
15051 .ant-col-xl-pull-5 {
15052 right: 20.83333333%;
15053 }
15054 .ant-col-xl-offset-5 {
15055 margin-left: 20.83333333%;
15056 }
15057 .ant-col-xl-order-5 {
15058 order: 5;
15059 }
15060 .ant-col-xl-4 {
15061 display: block;
15062 flex: 0 0 16.66666667%;
15063 max-width: 16.66666667%;
15064 }
15065 .ant-col-xl-push-4 {
15066 left: 16.66666667%;
15067 }
15068 .ant-col-xl-pull-4 {
15069 right: 16.66666667%;
15070 }
15071 .ant-col-xl-offset-4 {
15072 margin-left: 16.66666667%;
15073 }
15074 .ant-col-xl-order-4 {
15075 order: 4;
15076 }
15077 .ant-col-xl-3 {
15078 display: block;
15079 flex: 0 0 12.5%;
15080 max-width: 12.5%;
15081 }
15082 .ant-col-xl-push-3 {
15083 left: 12.5%;
15084 }
15085 .ant-col-xl-pull-3 {
15086 right: 12.5%;
15087 }
15088 .ant-col-xl-offset-3 {
15089 margin-left: 12.5%;
15090 }
15091 .ant-col-xl-order-3 {
15092 order: 3;
15093 }
15094 .ant-col-xl-2 {
15095 display: block;
15096 flex: 0 0 8.33333333%;
15097 max-width: 8.33333333%;
15098 }
15099 .ant-col-xl-push-2 {
15100 left: 8.33333333%;
15101 }
15102 .ant-col-xl-pull-2 {
15103 right: 8.33333333%;
15104 }
15105 .ant-col-xl-offset-2 {
15106 margin-left: 8.33333333%;
15107 }
15108 .ant-col-xl-order-2 {
15109 order: 2;
15110 }
15111 .ant-col-xl-1 {
15112 display: block;
15113 flex: 0 0 4.16666667%;
15114 max-width: 4.16666667%;
15115 }
15116 .ant-col-xl-push-1 {
15117 left: 4.16666667%;
15118 }
15119 .ant-col-xl-pull-1 {
15120 right: 4.16666667%;
15121 }
15122 .ant-col-xl-offset-1 {
15123 margin-left: 4.16666667%;
15124 }
15125 .ant-col-xl-order-1 {
15126 order: 1;
15127 }
15128 .ant-col-xl-0 {
15129 display: none;
15130 }
15131 .ant-col-push-0 {
15132 left: auto;
15133 }
15134 .ant-col-pull-0 {
15135 right: auto;
15136 }
15137 .ant-col-xl-push-0 {
15138 left: auto;
15139 }
15140 .ant-col-xl-pull-0 {
15141 right: auto;
15142 }
15143 .ant-col-xl-offset-0 {
15144 margin-left: 0;
15145 }
15146 .ant-col-xl-order-0 {
15147 order: 0;
15148 }
15149 .ant-col-push-0.ant-col-rtl {
15150 right: auto;
15151 }
15152 .ant-col-pull-0.ant-col-rtl {
15153 left: auto;
15154 }
15155 .ant-col-xl-push-0.ant-col-rtl {
15156 right: auto;
15157 }
15158 .ant-col-xl-pull-0.ant-col-rtl {
15159 left: auto;
15160 }
15161 .ant-col-xl-offset-0.ant-col-rtl {
15162 margin-right: 0;
15163 }
15164 .ant-col-xl-push-1.ant-col-rtl {
15165 right: 4.16666667%;
15166 left: auto;
15167 }
15168 .ant-col-xl-pull-1.ant-col-rtl {
15169 right: auto;
15170 left: 4.16666667%;
15171 }
15172 .ant-col-xl-offset-1.ant-col-rtl {
15173 margin-right: 4.16666667%;
15174 margin-left: 0;
15175 }
15176 .ant-col-xl-push-2.ant-col-rtl {
15177 right: 8.33333333%;
15178 left: auto;
15179 }
15180 .ant-col-xl-pull-2.ant-col-rtl {
15181 right: auto;
15182 left: 8.33333333%;
15183 }
15184 .ant-col-xl-offset-2.ant-col-rtl {
15185 margin-right: 8.33333333%;
15186 margin-left: 0;
15187 }
15188 .ant-col-xl-push-3.ant-col-rtl {
15189 right: 12.5%;
15190 left: auto;
15191 }
15192 .ant-col-xl-pull-3.ant-col-rtl {
15193 right: auto;
15194 left: 12.5%;
15195 }
15196 .ant-col-xl-offset-3.ant-col-rtl {
15197 margin-right: 12.5%;
15198 margin-left: 0;
15199 }
15200 .ant-col-xl-push-4.ant-col-rtl {
15201 right: 16.66666667%;
15202 left: auto;
15203 }
15204 .ant-col-xl-pull-4.ant-col-rtl {
15205 right: auto;
15206 left: 16.66666667%;
15207 }
15208 .ant-col-xl-offset-4.ant-col-rtl {
15209 margin-right: 16.66666667%;
15210 margin-left: 0;
15211 }
15212 .ant-col-xl-push-5.ant-col-rtl {
15213 right: 20.83333333%;
15214 left: auto;
15215 }
15216 .ant-col-xl-pull-5.ant-col-rtl {
15217 right: auto;
15218 left: 20.83333333%;
15219 }
15220 .ant-col-xl-offset-5.ant-col-rtl {
15221 margin-right: 20.83333333%;
15222 margin-left: 0;
15223 }
15224 .ant-col-xl-push-6.ant-col-rtl {
15225 right: 25%;
15226 left: auto;
15227 }
15228 .ant-col-xl-pull-6.ant-col-rtl {
15229 right: auto;
15230 left: 25%;
15231 }
15232 .ant-col-xl-offset-6.ant-col-rtl {
15233 margin-right: 25%;
15234 margin-left: 0;
15235 }
15236 .ant-col-xl-push-7.ant-col-rtl {
15237 right: 29.16666667%;
15238 left: auto;
15239 }
15240 .ant-col-xl-pull-7.ant-col-rtl {
15241 right: auto;
15242 left: 29.16666667%;
15243 }
15244 .ant-col-xl-offset-7.ant-col-rtl {
15245 margin-right: 29.16666667%;
15246 margin-left: 0;
15247 }
15248 .ant-col-xl-push-8.ant-col-rtl {
15249 right: 33.33333333%;
15250 left: auto;
15251 }
15252 .ant-col-xl-pull-8.ant-col-rtl {
15253 right: auto;
15254 left: 33.33333333%;
15255 }
15256 .ant-col-xl-offset-8.ant-col-rtl {
15257 margin-right: 33.33333333%;
15258 margin-left: 0;
15259 }
15260 .ant-col-xl-push-9.ant-col-rtl {
15261 right: 37.5%;
15262 left: auto;
15263 }
15264 .ant-col-xl-pull-9.ant-col-rtl {
15265 right: auto;
15266 left: 37.5%;
15267 }
15268 .ant-col-xl-offset-9.ant-col-rtl {
15269 margin-right: 37.5%;
15270 margin-left: 0;
15271 }
15272 .ant-col-xl-push-10.ant-col-rtl {
15273 right: 41.66666667%;
15274 left: auto;
15275 }
15276 .ant-col-xl-pull-10.ant-col-rtl {
15277 right: auto;
15278 left: 41.66666667%;
15279 }
15280 .ant-col-xl-offset-10.ant-col-rtl {
15281 margin-right: 41.66666667%;
15282 margin-left: 0;
15283 }
15284 .ant-col-xl-push-11.ant-col-rtl {
15285 right: 45.83333333%;
15286 left: auto;
15287 }
15288 .ant-col-xl-pull-11.ant-col-rtl {
15289 right: auto;
15290 left: 45.83333333%;
15291 }
15292 .ant-col-xl-offset-11.ant-col-rtl {
15293 margin-right: 45.83333333%;
15294 margin-left: 0;
15295 }
15296 .ant-col-xl-push-12.ant-col-rtl {
15297 right: 50%;
15298 left: auto;
15299 }
15300 .ant-col-xl-pull-12.ant-col-rtl {
15301 right: auto;
15302 left: 50%;
15303 }
15304 .ant-col-xl-offset-12.ant-col-rtl {
15305 margin-right: 50%;
15306 margin-left: 0;
15307 }
15308 .ant-col-xl-push-13.ant-col-rtl {
15309 right: 54.16666667%;
15310 left: auto;
15311 }
15312 .ant-col-xl-pull-13.ant-col-rtl {
15313 right: auto;
15314 left: 54.16666667%;
15315 }
15316 .ant-col-xl-offset-13.ant-col-rtl {
15317 margin-right: 54.16666667%;
15318 margin-left: 0;
15319 }
15320 .ant-col-xl-push-14.ant-col-rtl {
15321 right: 58.33333333%;
15322 left: auto;
15323 }
15324 .ant-col-xl-pull-14.ant-col-rtl {
15325 right: auto;
15326 left: 58.33333333%;
15327 }
15328 .ant-col-xl-offset-14.ant-col-rtl {
15329 margin-right: 58.33333333%;
15330 margin-left: 0;
15331 }
15332 .ant-col-xl-push-15.ant-col-rtl {
15333 right: 62.5%;
15334 left: auto;
15335 }
15336 .ant-col-xl-pull-15.ant-col-rtl {
15337 right: auto;
15338 left: 62.5%;
15339 }
15340 .ant-col-xl-offset-15.ant-col-rtl {
15341 margin-right: 62.5%;
15342 margin-left: 0;
15343 }
15344 .ant-col-xl-push-16.ant-col-rtl {
15345 right: 66.66666667%;
15346 left: auto;
15347 }
15348 .ant-col-xl-pull-16.ant-col-rtl {
15349 right: auto;
15350 left: 66.66666667%;
15351 }
15352 .ant-col-xl-offset-16.ant-col-rtl {
15353 margin-right: 66.66666667%;
15354 margin-left: 0;
15355 }
15356 .ant-col-xl-push-17.ant-col-rtl {
15357 right: 70.83333333%;
15358 left: auto;
15359 }
15360 .ant-col-xl-pull-17.ant-col-rtl {
15361 right: auto;
15362 left: 70.83333333%;
15363 }
15364 .ant-col-xl-offset-17.ant-col-rtl {
15365 margin-right: 70.83333333%;
15366 margin-left: 0;
15367 }
15368 .ant-col-xl-push-18.ant-col-rtl {
15369 right: 75%;
15370 left: auto;
15371 }
15372 .ant-col-xl-pull-18.ant-col-rtl {
15373 right: auto;
15374 left: 75%;
15375 }
15376 .ant-col-xl-offset-18.ant-col-rtl {
15377 margin-right: 75%;
15378 margin-left: 0;
15379 }
15380 .ant-col-xl-push-19.ant-col-rtl {
15381 right: 79.16666667%;
15382 left: auto;
15383 }
15384 .ant-col-xl-pull-19.ant-col-rtl {
15385 right: auto;
15386 left: 79.16666667%;
15387 }
15388 .ant-col-xl-offset-19.ant-col-rtl {
15389 margin-right: 79.16666667%;
15390 margin-left: 0;
15391 }
15392 .ant-col-xl-push-20.ant-col-rtl {
15393 right: 83.33333333%;
15394 left: auto;
15395 }
15396 .ant-col-xl-pull-20.ant-col-rtl {
15397 right: auto;
15398 left: 83.33333333%;
15399 }
15400 .ant-col-xl-offset-20.ant-col-rtl {
15401 margin-right: 83.33333333%;
15402 margin-left: 0;
15403 }
15404 .ant-col-xl-push-21.ant-col-rtl {
15405 right: 87.5%;
15406 left: auto;
15407 }
15408 .ant-col-xl-pull-21.ant-col-rtl {
15409 right: auto;
15410 left: 87.5%;
15411 }
15412 .ant-col-xl-offset-21.ant-col-rtl {
15413 margin-right: 87.5%;
15414 margin-left: 0;
15415 }
15416 .ant-col-xl-push-22.ant-col-rtl {
15417 right: 91.66666667%;
15418 left: auto;
15419 }
15420 .ant-col-xl-pull-22.ant-col-rtl {
15421 right: auto;
15422 left: 91.66666667%;
15423 }
15424 .ant-col-xl-offset-22.ant-col-rtl {
15425 margin-right: 91.66666667%;
15426 margin-left: 0;
15427 }
15428 .ant-col-xl-push-23.ant-col-rtl {
15429 right: 95.83333333%;
15430 left: auto;
15431 }
15432 .ant-col-xl-pull-23.ant-col-rtl {
15433 right: auto;
15434 left: 95.83333333%;
15435 }
15436 .ant-col-xl-offset-23.ant-col-rtl {
15437 margin-right: 95.83333333%;
15438 margin-left: 0;
15439 }
15440 .ant-col-xl-push-24.ant-col-rtl {
15441 right: 100%;
15442 left: auto;
15443 }
15444 .ant-col-xl-pull-24.ant-col-rtl {
15445 right: auto;
15446 left: 100%;
15447 }
15448 .ant-col-xl-offset-24.ant-col-rtl {
15449 margin-right: 100%;
15450 margin-left: 0;
15451 }
15452}
15453@media (min-width: 1600px) {
15454 .ant-col-xxl-24 {
15455 display: block;
15456 flex: 0 0 100%;
15457 max-width: 100%;
15458 }
15459 .ant-col-xxl-push-24 {
15460 left: 100%;
15461 }
15462 .ant-col-xxl-pull-24 {
15463 right: 100%;
15464 }
15465 .ant-col-xxl-offset-24 {
15466 margin-left: 100%;
15467 }
15468 .ant-col-xxl-order-24 {
15469 order: 24;
15470 }
15471 .ant-col-xxl-23 {
15472 display: block;
15473 flex: 0 0 95.83333333%;
15474 max-width: 95.83333333%;
15475 }
15476 .ant-col-xxl-push-23 {
15477 left: 95.83333333%;
15478 }
15479 .ant-col-xxl-pull-23 {
15480 right: 95.83333333%;
15481 }
15482 .ant-col-xxl-offset-23 {
15483 margin-left: 95.83333333%;
15484 }
15485 .ant-col-xxl-order-23 {
15486 order: 23;
15487 }
15488 .ant-col-xxl-22 {
15489 display: block;
15490 flex: 0 0 91.66666667%;
15491 max-width: 91.66666667%;
15492 }
15493 .ant-col-xxl-push-22 {
15494 left: 91.66666667%;
15495 }
15496 .ant-col-xxl-pull-22 {
15497 right: 91.66666667%;
15498 }
15499 .ant-col-xxl-offset-22 {
15500 margin-left: 91.66666667%;
15501 }
15502 .ant-col-xxl-order-22 {
15503 order: 22;
15504 }
15505 .ant-col-xxl-21 {
15506 display: block;
15507 flex: 0 0 87.5%;
15508 max-width: 87.5%;
15509 }
15510 .ant-col-xxl-push-21 {
15511 left: 87.5%;
15512 }
15513 .ant-col-xxl-pull-21 {
15514 right: 87.5%;
15515 }
15516 .ant-col-xxl-offset-21 {
15517 margin-left: 87.5%;
15518 }
15519 .ant-col-xxl-order-21 {
15520 order: 21;
15521 }
15522 .ant-col-xxl-20 {
15523 display: block;
15524 flex: 0 0 83.33333333%;
15525 max-width: 83.33333333%;
15526 }
15527 .ant-col-xxl-push-20 {
15528 left: 83.33333333%;
15529 }
15530 .ant-col-xxl-pull-20 {
15531 right: 83.33333333%;
15532 }
15533 .ant-col-xxl-offset-20 {
15534 margin-left: 83.33333333%;
15535 }
15536 .ant-col-xxl-order-20 {
15537 order: 20;
15538 }
15539 .ant-col-xxl-19 {
15540 display: block;
15541 flex: 0 0 79.16666667%;
15542 max-width: 79.16666667%;
15543 }
15544 .ant-col-xxl-push-19 {
15545 left: 79.16666667%;
15546 }
15547 .ant-col-xxl-pull-19 {
15548 right: 79.16666667%;
15549 }
15550 .ant-col-xxl-offset-19 {
15551 margin-left: 79.16666667%;
15552 }
15553 .ant-col-xxl-order-19 {
15554 order: 19;
15555 }
15556 .ant-col-xxl-18 {
15557 display: block;
15558 flex: 0 0 75%;
15559 max-width: 75%;
15560 }
15561 .ant-col-xxl-push-18 {
15562 left: 75%;
15563 }
15564 .ant-col-xxl-pull-18 {
15565 right: 75%;
15566 }
15567 .ant-col-xxl-offset-18 {
15568 margin-left: 75%;
15569 }
15570 .ant-col-xxl-order-18 {
15571 order: 18;
15572 }
15573 .ant-col-xxl-17 {
15574 display: block;
15575 flex: 0 0 70.83333333%;
15576 max-width: 70.83333333%;
15577 }
15578 .ant-col-xxl-push-17 {
15579 left: 70.83333333%;
15580 }
15581 .ant-col-xxl-pull-17 {
15582 right: 70.83333333%;
15583 }
15584 .ant-col-xxl-offset-17 {
15585 margin-left: 70.83333333%;
15586 }
15587 .ant-col-xxl-order-17 {
15588 order: 17;
15589 }
15590 .ant-col-xxl-16 {
15591 display: block;
15592 flex: 0 0 66.66666667%;
15593 max-width: 66.66666667%;
15594 }
15595 .ant-col-xxl-push-16 {
15596 left: 66.66666667%;
15597 }
15598 .ant-col-xxl-pull-16 {
15599 right: 66.66666667%;
15600 }
15601 .ant-col-xxl-offset-16 {
15602 margin-left: 66.66666667%;
15603 }
15604 .ant-col-xxl-order-16 {
15605 order: 16;
15606 }
15607 .ant-col-xxl-15 {
15608 display: block;
15609 flex: 0 0 62.5%;
15610 max-width: 62.5%;
15611 }
15612 .ant-col-xxl-push-15 {
15613 left: 62.5%;
15614 }
15615 .ant-col-xxl-pull-15 {
15616 right: 62.5%;
15617 }
15618 .ant-col-xxl-offset-15 {
15619 margin-left: 62.5%;
15620 }
15621 .ant-col-xxl-order-15 {
15622 order: 15;
15623 }
15624 .ant-col-xxl-14 {
15625 display: block;
15626 flex: 0 0 58.33333333%;
15627 max-width: 58.33333333%;
15628 }
15629 .ant-col-xxl-push-14 {
15630 left: 58.33333333%;
15631 }
15632 .ant-col-xxl-pull-14 {
15633 right: 58.33333333%;
15634 }
15635 .ant-col-xxl-offset-14 {
15636 margin-left: 58.33333333%;
15637 }
15638 .ant-col-xxl-order-14 {
15639 order: 14;
15640 }
15641 .ant-col-xxl-13 {
15642 display: block;
15643 flex: 0 0 54.16666667%;
15644 max-width: 54.16666667%;
15645 }
15646 .ant-col-xxl-push-13 {
15647 left: 54.16666667%;
15648 }
15649 .ant-col-xxl-pull-13 {
15650 right: 54.16666667%;
15651 }
15652 .ant-col-xxl-offset-13 {
15653 margin-left: 54.16666667%;
15654 }
15655 .ant-col-xxl-order-13 {
15656 order: 13;
15657 }
15658 .ant-col-xxl-12 {
15659 display: block;
15660 flex: 0 0 50%;
15661 max-width: 50%;
15662 }
15663 .ant-col-xxl-push-12 {
15664 left: 50%;
15665 }
15666 .ant-col-xxl-pull-12 {
15667 right: 50%;
15668 }
15669 .ant-col-xxl-offset-12 {
15670 margin-left: 50%;
15671 }
15672 .ant-col-xxl-order-12 {
15673 order: 12;
15674 }
15675 .ant-col-xxl-11 {
15676 display: block;
15677 flex: 0 0 45.83333333%;
15678 max-width: 45.83333333%;
15679 }
15680 .ant-col-xxl-push-11 {
15681 left: 45.83333333%;
15682 }
15683 .ant-col-xxl-pull-11 {
15684 right: 45.83333333%;
15685 }
15686 .ant-col-xxl-offset-11 {
15687 margin-left: 45.83333333%;
15688 }
15689 .ant-col-xxl-order-11 {
15690 order: 11;
15691 }
15692 .ant-col-xxl-10 {
15693 display: block;
15694 flex: 0 0 41.66666667%;
15695 max-width: 41.66666667%;
15696 }
15697 .ant-col-xxl-push-10 {
15698 left: 41.66666667%;
15699 }
15700 .ant-col-xxl-pull-10 {
15701 right: 41.66666667%;
15702 }
15703 .ant-col-xxl-offset-10 {
15704 margin-left: 41.66666667%;
15705 }
15706 .ant-col-xxl-order-10 {
15707 order: 10;
15708 }
15709 .ant-col-xxl-9 {
15710 display: block;
15711 flex: 0 0 37.5%;
15712 max-width: 37.5%;
15713 }
15714 .ant-col-xxl-push-9 {
15715 left: 37.5%;
15716 }
15717 .ant-col-xxl-pull-9 {
15718 right: 37.5%;
15719 }
15720 .ant-col-xxl-offset-9 {
15721 margin-left: 37.5%;
15722 }
15723 .ant-col-xxl-order-9 {
15724 order: 9;
15725 }
15726 .ant-col-xxl-8 {
15727 display: block;
15728 flex: 0 0 33.33333333%;
15729 max-width: 33.33333333%;
15730 }
15731 .ant-col-xxl-push-8 {
15732 left: 33.33333333%;
15733 }
15734 .ant-col-xxl-pull-8 {
15735 right: 33.33333333%;
15736 }
15737 .ant-col-xxl-offset-8 {
15738 margin-left: 33.33333333%;
15739 }
15740 .ant-col-xxl-order-8 {
15741 order: 8;
15742 }
15743 .ant-col-xxl-7 {
15744 display: block;
15745 flex: 0 0 29.16666667%;
15746 max-width: 29.16666667%;
15747 }
15748 .ant-col-xxl-push-7 {
15749 left: 29.16666667%;
15750 }
15751 .ant-col-xxl-pull-7 {
15752 right: 29.16666667%;
15753 }
15754 .ant-col-xxl-offset-7 {
15755 margin-left: 29.16666667%;
15756 }
15757 .ant-col-xxl-order-7 {
15758 order: 7;
15759 }
15760 .ant-col-xxl-6 {
15761 display: block;
15762 flex: 0 0 25%;
15763 max-width: 25%;
15764 }
15765 .ant-col-xxl-push-6 {
15766 left: 25%;
15767 }
15768 .ant-col-xxl-pull-6 {
15769 right: 25%;
15770 }
15771 .ant-col-xxl-offset-6 {
15772 margin-left: 25%;
15773 }
15774 .ant-col-xxl-order-6 {
15775 order: 6;
15776 }
15777 .ant-col-xxl-5 {
15778 display: block;
15779 flex: 0 0 20.83333333%;
15780 max-width: 20.83333333%;
15781 }
15782 .ant-col-xxl-push-5 {
15783 left: 20.83333333%;
15784 }
15785 .ant-col-xxl-pull-5 {
15786 right: 20.83333333%;
15787 }
15788 .ant-col-xxl-offset-5 {
15789 margin-left: 20.83333333%;
15790 }
15791 .ant-col-xxl-order-5 {
15792 order: 5;
15793 }
15794 .ant-col-xxl-4 {
15795 display: block;
15796 flex: 0 0 16.66666667%;
15797 max-width: 16.66666667%;
15798 }
15799 .ant-col-xxl-push-4 {
15800 left: 16.66666667%;
15801 }
15802 .ant-col-xxl-pull-4 {
15803 right: 16.66666667%;
15804 }
15805 .ant-col-xxl-offset-4 {
15806 margin-left: 16.66666667%;
15807 }
15808 .ant-col-xxl-order-4 {
15809 order: 4;
15810 }
15811 .ant-col-xxl-3 {
15812 display: block;
15813 flex: 0 0 12.5%;
15814 max-width: 12.5%;
15815 }
15816 .ant-col-xxl-push-3 {
15817 left: 12.5%;
15818 }
15819 .ant-col-xxl-pull-3 {
15820 right: 12.5%;
15821 }
15822 .ant-col-xxl-offset-3 {
15823 margin-left: 12.5%;
15824 }
15825 .ant-col-xxl-order-3 {
15826 order: 3;
15827 }
15828 .ant-col-xxl-2 {
15829 display: block;
15830 flex: 0 0 8.33333333%;
15831 max-width: 8.33333333%;
15832 }
15833 .ant-col-xxl-push-2 {
15834 left: 8.33333333%;
15835 }
15836 .ant-col-xxl-pull-2 {
15837 right: 8.33333333%;
15838 }
15839 .ant-col-xxl-offset-2 {
15840 margin-left: 8.33333333%;
15841 }
15842 .ant-col-xxl-order-2 {
15843 order: 2;
15844 }
15845 .ant-col-xxl-1 {
15846 display: block;
15847 flex: 0 0 4.16666667%;
15848 max-width: 4.16666667%;
15849 }
15850 .ant-col-xxl-push-1 {
15851 left: 4.16666667%;
15852 }
15853 .ant-col-xxl-pull-1 {
15854 right: 4.16666667%;
15855 }
15856 .ant-col-xxl-offset-1 {
15857 margin-left: 4.16666667%;
15858 }
15859 .ant-col-xxl-order-1 {
15860 order: 1;
15861 }
15862 .ant-col-xxl-0 {
15863 display: none;
15864 }
15865 .ant-col-push-0 {
15866 left: auto;
15867 }
15868 .ant-col-pull-0 {
15869 right: auto;
15870 }
15871 .ant-col-xxl-push-0 {
15872 left: auto;
15873 }
15874 .ant-col-xxl-pull-0 {
15875 right: auto;
15876 }
15877 .ant-col-xxl-offset-0 {
15878 margin-left: 0;
15879 }
15880 .ant-col-xxl-order-0 {
15881 order: 0;
15882 }
15883 .ant-col-push-0.ant-col-rtl {
15884 right: auto;
15885 }
15886 .ant-col-pull-0.ant-col-rtl {
15887 left: auto;
15888 }
15889 .ant-col-xxl-push-0.ant-col-rtl {
15890 right: auto;
15891 }
15892 .ant-col-xxl-pull-0.ant-col-rtl {
15893 left: auto;
15894 }
15895 .ant-col-xxl-offset-0.ant-col-rtl {
15896 margin-right: 0;
15897 }
15898 .ant-col-xxl-push-1.ant-col-rtl {
15899 right: 4.16666667%;
15900 left: auto;
15901 }
15902 .ant-col-xxl-pull-1.ant-col-rtl {
15903 right: auto;
15904 left: 4.16666667%;
15905 }
15906 .ant-col-xxl-offset-1.ant-col-rtl {
15907 margin-right: 4.16666667%;
15908 margin-left: 0;
15909 }
15910 .ant-col-xxl-push-2.ant-col-rtl {
15911 right: 8.33333333%;
15912 left: auto;
15913 }
15914 .ant-col-xxl-pull-2.ant-col-rtl {
15915 right: auto;
15916 left: 8.33333333%;
15917 }
15918 .ant-col-xxl-offset-2.ant-col-rtl {
15919 margin-right: 8.33333333%;
15920 margin-left: 0;
15921 }
15922 .ant-col-xxl-push-3.ant-col-rtl {
15923 right: 12.5%;
15924 left: auto;
15925 }
15926 .ant-col-xxl-pull-3.ant-col-rtl {
15927 right: auto;
15928 left: 12.5%;
15929 }
15930 .ant-col-xxl-offset-3.ant-col-rtl {
15931 margin-right: 12.5%;
15932 margin-left: 0;
15933 }
15934 .ant-col-xxl-push-4.ant-col-rtl {
15935 right: 16.66666667%;
15936 left: auto;
15937 }
15938 .ant-col-xxl-pull-4.ant-col-rtl {
15939 right: auto;
15940 left: 16.66666667%;
15941 }
15942 .ant-col-xxl-offset-4.ant-col-rtl {
15943 margin-right: 16.66666667%;
15944 margin-left: 0;
15945 }
15946 .ant-col-xxl-push-5.ant-col-rtl {
15947 right: 20.83333333%;
15948 left: auto;
15949 }
15950 .ant-col-xxl-pull-5.ant-col-rtl {
15951 right: auto;
15952 left: 20.83333333%;
15953 }
15954 .ant-col-xxl-offset-5.ant-col-rtl {
15955 margin-right: 20.83333333%;
15956 margin-left: 0;
15957 }
15958 .ant-col-xxl-push-6.ant-col-rtl {
15959 right: 25%;
15960 left: auto;
15961 }
15962 .ant-col-xxl-pull-6.ant-col-rtl {
15963 right: auto;
15964 left: 25%;
15965 }
15966 .ant-col-xxl-offset-6.ant-col-rtl {
15967 margin-right: 25%;
15968 margin-left: 0;
15969 }
15970 .ant-col-xxl-push-7.ant-col-rtl {
15971 right: 29.16666667%;
15972 left: auto;
15973 }
15974 .ant-col-xxl-pull-7.ant-col-rtl {
15975 right: auto;
15976 left: 29.16666667%;
15977 }
15978 .ant-col-xxl-offset-7.ant-col-rtl {
15979 margin-right: 29.16666667%;
15980 margin-left: 0;
15981 }
15982 .ant-col-xxl-push-8.ant-col-rtl {
15983 right: 33.33333333%;
15984 left: auto;
15985 }
15986 .ant-col-xxl-pull-8.ant-col-rtl {
15987 right: auto;
15988 left: 33.33333333%;
15989 }
15990 .ant-col-xxl-offset-8.ant-col-rtl {
15991 margin-right: 33.33333333%;
15992 margin-left: 0;
15993 }
15994 .ant-col-xxl-push-9.ant-col-rtl {
15995 right: 37.5%;
15996 left: auto;
15997 }
15998 .ant-col-xxl-pull-9.ant-col-rtl {
15999 right: auto;
16000 left: 37.5%;
16001 }
16002 .ant-col-xxl-offset-9.ant-col-rtl {
16003 margin-right: 37.5%;
16004 margin-left: 0;
16005 }
16006 .ant-col-xxl-push-10.ant-col-rtl {
16007 right: 41.66666667%;
16008 left: auto;
16009 }
16010 .ant-col-xxl-pull-10.ant-col-rtl {
16011 right: auto;
16012 left: 41.66666667%;
16013 }
16014 .ant-col-xxl-offset-10.ant-col-rtl {
16015 margin-right: 41.66666667%;
16016 margin-left: 0;
16017 }
16018 .ant-col-xxl-push-11.ant-col-rtl {
16019 right: 45.83333333%;
16020 left: auto;
16021 }
16022 .ant-col-xxl-pull-11.ant-col-rtl {
16023 right: auto;
16024 left: 45.83333333%;
16025 }
16026 .ant-col-xxl-offset-11.ant-col-rtl {
16027 margin-right: 45.83333333%;
16028 margin-left: 0;
16029 }
16030 .ant-col-xxl-push-12.ant-col-rtl {
16031 right: 50%;
16032 left: auto;
16033 }
16034 .ant-col-xxl-pull-12.ant-col-rtl {
16035 right: auto;
16036 left: 50%;
16037 }
16038 .ant-col-xxl-offset-12.ant-col-rtl {
16039 margin-right: 50%;
16040 margin-left: 0;
16041 }
16042 .ant-col-xxl-push-13.ant-col-rtl {
16043 right: 54.16666667%;
16044 left: auto;
16045 }
16046 .ant-col-xxl-pull-13.ant-col-rtl {
16047 right: auto;
16048 left: 54.16666667%;
16049 }
16050 .ant-col-xxl-offset-13.ant-col-rtl {
16051 margin-right: 54.16666667%;
16052 margin-left: 0;
16053 }
16054 .ant-col-xxl-push-14.ant-col-rtl {
16055 right: 58.33333333%;
16056 left: auto;
16057 }
16058 .ant-col-xxl-pull-14.ant-col-rtl {
16059 right: auto;
16060 left: 58.33333333%;
16061 }
16062 .ant-col-xxl-offset-14.ant-col-rtl {
16063 margin-right: 58.33333333%;
16064 margin-left: 0;
16065 }
16066 .ant-col-xxl-push-15.ant-col-rtl {
16067 right: 62.5%;
16068 left: auto;
16069 }
16070 .ant-col-xxl-pull-15.ant-col-rtl {
16071 right: auto;
16072 left: 62.5%;
16073 }
16074 .ant-col-xxl-offset-15.ant-col-rtl {
16075 margin-right: 62.5%;
16076 margin-left: 0;
16077 }
16078 .ant-col-xxl-push-16.ant-col-rtl {
16079 right: 66.66666667%;
16080 left: auto;
16081 }
16082 .ant-col-xxl-pull-16.ant-col-rtl {
16083 right: auto;
16084 left: 66.66666667%;
16085 }
16086 .ant-col-xxl-offset-16.ant-col-rtl {
16087 margin-right: 66.66666667%;
16088 margin-left: 0;
16089 }
16090 .ant-col-xxl-push-17.ant-col-rtl {
16091 right: 70.83333333%;
16092 left: auto;
16093 }
16094 .ant-col-xxl-pull-17.ant-col-rtl {
16095 right: auto;
16096 left: 70.83333333%;
16097 }
16098 .ant-col-xxl-offset-17.ant-col-rtl {
16099 margin-right: 70.83333333%;
16100 margin-left: 0;
16101 }
16102 .ant-col-xxl-push-18.ant-col-rtl {
16103 right: 75%;
16104 left: auto;
16105 }
16106 .ant-col-xxl-pull-18.ant-col-rtl {
16107 right: auto;
16108 left: 75%;
16109 }
16110 .ant-col-xxl-offset-18.ant-col-rtl {
16111 margin-right: 75%;
16112 margin-left: 0;
16113 }
16114 .ant-col-xxl-push-19.ant-col-rtl {
16115 right: 79.16666667%;
16116 left: auto;
16117 }
16118 .ant-col-xxl-pull-19.ant-col-rtl {
16119 right: auto;
16120 left: 79.16666667%;
16121 }
16122 .ant-col-xxl-offset-19.ant-col-rtl {
16123 margin-right: 79.16666667%;
16124 margin-left: 0;
16125 }
16126 .ant-col-xxl-push-20.ant-col-rtl {
16127 right: 83.33333333%;
16128 left: auto;
16129 }
16130 .ant-col-xxl-pull-20.ant-col-rtl {
16131 right: auto;
16132 left: 83.33333333%;
16133 }
16134 .ant-col-xxl-offset-20.ant-col-rtl {
16135 margin-right: 83.33333333%;
16136 margin-left: 0;
16137 }
16138 .ant-col-xxl-push-21.ant-col-rtl {
16139 right: 87.5%;
16140 left: auto;
16141 }
16142 .ant-col-xxl-pull-21.ant-col-rtl {
16143 right: auto;
16144 left: 87.5%;
16145 }
16146 .ant-col-xxl-offset-21.ant-col-rtl {
16147 margin-right: 87.5%;
16148 margin-left: 0;
16149 }
16150 .ant-col-xxl-push-22.ant-col-rtl {
16151 right: 91.66666667%;
16152 left: auto;
16153 }
16154 .ant-col-xxl-pull-22.ant-col-rtl {
16155 right: auto;
16156 left: 91.66666667%;
16157 }
16158 .ant-col-xxl-offset-22.ant-col-rtl {
16159 margin-right: 91.66666667%;
16160 margin-left: 0;
16161 }
16162 .ant-col-xxl-push-23.ant-col-rtl {
16163 right: 95.83333333%;
16164 left: auto;
16165 }
16166 .ant-col-xxl-pull-23.ant-col-rtl {
16167 right: auto;
16168 left: 95.83333333%;
16169 }
16170 .ant-col-xxl-offset-23.ant-col-rtl {
16171 margin-right: 95.83333333%;
16172 margin-left: 0;
16173 }
16174 .ant-col-xxl-push-24.ant-col-rtl {
16175 right: 100%;
16176 left: auto;
16177 }
16178 .ant-col-xxl-pull-24.ant-col-rtl {
16179 right: auto;
16180 left: 100%;
16181 }
16182 .ant-col-xxl-offset-24.ant-col-rtl {
16183 margin-right: 100%;
16184 margin-left: 0;
16185 }
16186}
16187.ant-row-rtl {
16188 direction: rtl;
16189}
16190
16191/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16192/* stylelint-disable no-duplicate-selectors */
16193/* stylelint-disable */
16194/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16195html {
16196 --ant-primary-color: #1890ff;
16197 --ant-primary-color-hover: #40a9ff;
16198 --ant-primary-color-active: #096dd9;
16199 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
16200 --ant-primary-1: #e6f7ff;
16201 --ant-primary-2: #bae7ff;
16202 --ant-primary-3: #91d5ff;
16203 --ant-primary-4: #69c0ff;
16204 --ant-primary-5: #40a9ff;
16205 --ant-primary-6: #1890ff;
16206 --ant-primary-7: #096dd9;
16207 --ant-primary-color-deprecated-pure: ;
16208 --ant-primary-color-deprecated-l-35: #cbe6ff;
16209 --ant-primary-color-deprecated-l-20: #7ec1ff;
16210 --ant-primary-color-deprecated-t-20: #46a6ff;
16211 --ant-primary-color-deprecated-t-50: #8cc8ff;
16212 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
16213 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
16214 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
16215 --ant-success-color: #52c41a;
16216 --ant-success-color-hover: #73d13d;
16217 --ant-success-color-active: #389e0d;
16218 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
16219 --ant-success-color-deprecated-bg: #f6ffed;
16220 --ant-success-color-deprecated-border: #b7eb8f;
16221 --ant-error-color: #ff4d4f;
16222 --ant-error-color-hover: #ff7875;
16223 --ant-error-color-active: #d9363e;
16224 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
16225 --ant-error-color-deprecated-bg: #fff2f0;
16226 --ant-error-color-deprecated-border: #ffccc7;
16227 --ant-warning-color: #faad14;
16228 --ant-warning-color-hover: #ffc53d;
16229 --ant-warning-color-active: #d48806;
16230 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
16231 --ant-warning-color-deprecated-bg: #fffbe6;
16232 --ant-warning-color-deprecated-border: #ffe58f;
16233 --ant-info-color: #1890ff;
16234 --ant-info-color-deprecated-bg: #e6f7ff;
16235 --ant-info-color-deprecated-border: #91d5ff;
16236}
16237.ant-carousel {
16238 box-sizing: border-box;
16239 margin: 0;
16240 padding: 0;
16241 color: rgba(0, 0, 0, 0.85);
16242 font-size: 14px;
16243 font-variant: tabular-nums;
16244 line-height: 1.5715;
16245 list-style: none;
16246 font-feature-settings: 'tnum';
16247}
16248.ant-carousel .slick-slider {
16249 position: relative;
16250 display: block;
16251 box-sizing: border-box;
16252 touch-action: pan-y;
16253 -webkit-touch-callout: none;
16254 -webkit-tap-highlight-color: transparent;
16255}
16256.ant-carousel .slick-list {
16257 position: relative;
16258 display: block;
16259 margin: 0;
16260 padding: 0;
16261 overflow: hidden;
16262}
16263.ant-carousel .slick-list:focus {
16264 outline: none;
16265}
16266.ant-carousel .slick-list.dragging {
16267 cursor: pointer;
16268}
16269.ant-carousel .slick-list .slick-slide {
16270 pointer-events: none;
16271}
16272.ant-carousel .slick-list .slick-slide input.ant-radio-input,
16273.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
16274 visibility: hidden;
16275}
16276.ant-carousel .slick-list .slick-slide.slick-active {
16277 pointer-events: auto;
16278}
16279.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
16280.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
16281 visibility: visible;
16282}
16283.ant-carousel .slick-list .slick-slide > div > div {
16284 vertical-align: bottom;
16285}
16286.ant-carousel .slick-slider .slick-track,
16287.ant-carousel .slick-slider .slick-list {
16288 transform: translate3d(0, 0, 0);
16289 touch-action: pan-y;
16290}
16291.ant-carousel .slick-track {
16292 position: relative;
16293 top: 0;
16294 left: 0;
16295 display: block;
16296}
16297.ant-carousel .slick-track::before,
16298.ant-carousel .slick-track::after {
16299 display: table;
16300 content: '';
16301}
16302.ant-carousel .slick-track::after {
16303 clear: both;
16304}
16305.slick-loading .ant-carousel .slick-track {
16306 visibility: hidden;
16307}
16308.ant-carousel .slick-slide {
16309 display: none;
16310 float: left;
16311 height: 100%;
16312 min-height: 1px;
16313}
16314.ant-carousel .slick-slide img {
16315 display: block;
16316}
16317.ant-carousel .slick-slide.slick-loading img {
16318 display: none;
16319}
16320.ant-carousel .slick-slide.dragging img {
16321 pointer-events: none;
16322}
16323.ant-carousel .slick-initialized .slick-slide {
16324 display: block;
16325}
16326.ant-carousel .slick-loading .slick-slide {
16327 visibility: hidden;
16328}
16329.ant-carousel .slick-vertical .slick-slide {
16330 display: block;
16331 height: auto;
16332}
16333.ant-carousel .slick-arrow.slick-hidden {
16334 display: none;
16335}
16336.ant-carousel .slick-prev,
16337.ant-carousel .slick-next {
16338 position: absolute;
16339 top: 50%;
16340 display: block;
16341 width: 20px;
16342 height: 20px;
16343 margin-top: -10px;
16344 padding: 0;
16345 color: transparent;
16346 font-size: 0;
16347 line-height: 0;
16348 background: transparent;
16349 border: 0;
16350 outline: none;
16351 cursor: pointer;
16352}
16353.ant-carousel .slick-prev:hover,
16354.ant-carousel .slick-next:hover,
16355.ant-carousel .slick-prev:focus,
16356.ant-carousel .slick-next:focus {
16357 color: transparent;
16358 background: transparent;
16359 outline: none;
16360}
16361.ant-carousel .slick-prev:hover::before,
16362.ant-carousel .slick-next:hover::before,
16363.ant-carousel .slick-prev:focus::before,
16364.ant-carousel .slick-next:focus::before {
16365 opacity: 1;
16366}
16367.ant-carousel .slick-prev.slick-disabled::before,
16368.ant-carousel .slick-next.slick-disabled::before {
16369 opacity: 0.25;
16370}
16371.ant-carousel .slick-prev {
16372 left: -25px;
16373}
16374.ant-carousel .slick-prev::before {
16375 content: '←';
16376}
16377.ant-carousel .slick-next {
16378 right: -25px;
16379}
16380.ant-carousel .slick-next::before {
16381 content: '→';
16382}
16383.ant-carousel .slick-dots {
16384 position: absolute;
16385 right: 0;
16386 bottom: 0;
16387 left: 0;
16388 z-index: 15;
16389 display: flex !important;
16390 justify-content: center;
16391 margin-right: 15%;
16392 margin-left: 15%;
16393 padding-left: 0;
16394 list-style: none;
16395}
16396.ant-carousel .slick-dots-bottom {
16397 bottom: 12px;
16398}
16399.ant-carousel .slick-dots-top {
16400 top: 12px;
16401 bottom: auto;
16402}
16403.ant-carousel .slick-dots li {
16404 position: relative;
16405 display: inline-block;
16406 flex: 0 1 auto;
16407 box-sizing: content-box;
16408 width: 16px;
16409 height: 3px;
16410 margin: 0 2px;
16411 margin-right: 3px;
16412 margin-left: 3px;
16413 padding: 0;
16414 text-align: center;
16415 text-indent: -999px;
16416 vertical-align: top;
16417 transition: all 0.5s;
16418}
16419.ant-carousel .slick-dots li button {
16420 display: block;
16421 width: 100%;
16422 height: 3px;
16423 padding: 0;
16424 color: transparent;
16425 font-size: 0;
16426 background: #fff;
16427 border: 0;
16428 border-radius: 1px;
16429 outline: none;
16430 cursor: pointer;
16431 opacity: 0.3;
16432 transition: all 0.5s;
16433}
16434.ant-carousel .slick-dots li button:hover,
16435.ant-carousel .slick-dots li button:focus {
16436 opacity: 0.75;
16437}
16438.ant-carousel .slick-dots li.slick-active {
16439 width: 24px;
16440}
16441.ant-carousel .slick-dots li.slick-active button {
16442 background: #fff;
16443 opacity: 1;
16444}
16445.ant-carousel .slick-dots li.slick-active:hover,
16446.ant-carousel .slick-dots li.slick-active:focus {
16447 opacity: 1;
16448}
16449.ant-carousel-vertical .slick-dots {
16450 top: 50%;
16451 bottom: auto;
16452 flex-direction: column;
16453 width: 3px;
16454 height: auto;
16455 margin: 0;
16456 transform: translateY(-50%);
16457}
16458.ant-carousel-vertical .slick-dots-left {
16459 right: auto;
16460 left: 12px;
16461}
16462.ant-carousel-vertical .slick-dots-right {
16463 right: 12px;
16464 left: auto;
16465}
16466.ant-carousel-vertical .slick-dots li {
16467 width: 3px;
16468 height: 16px;
16469 margin: 4px 2px;
16470 vertical-align: baseline;
16471}
16472.ant-carousel-vertical .slick-dots li button {
16473 width: 3px;
16474 height: 16px;
16475}
16476.ant-carousel-vertical .slick-dots li.slick-active {
16477 width: 3px;
16478 height: 24px;
16479}
16480.ant-carousel-vertical .slick-dots li.slick-active button {
16481 width: 3px;
16482 height: 24px;
16483}
16484.ant-carousel-rtl {
16485 direction: rtl;
16486}
16487.ant-carousel-rtl .ant-carousel .slick-track {
16488 right: 0;
16489 left: auto;
16490}
16491.ant-carousel-rtl .ant-carousel .slick-prev {
16492 right: -25px;
16493 left: auto;
16494}
16495.ant-carousel-rtl .ant-carousel .slick-prev::before {
16496 content: '→';
16497}
16498.ant-carousel-rtl .ant-carousel .slick-next {
16499 right: auto;
16500 left: -25px;
16501}
16502.ant-carousel-rtl .ant-carousel .slick-next::before {
16503 content: '←';
16504}
16505.ant-carousel-rtl.ant-carousel .slick-dots {
16506 flex-direction: row-reverse;
16507}
16508.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
16509 flex-direction: column;
16510}
16511
16512/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16513/* stylelint-disable no-duplicate-selectors */
16514/* stylelint-disable */
16515/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16516html {
16517 --ant-primary-color: #1890ff;
16518 --ant-primary-color-hover: #40a9ff;
16519 --ant-primary-color-active: #096dd9;
16520 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
16521 --ant-primary-1: #e6f7ff;
16522 --ant-primary-2: #bae7ff;
16523 --ant-primary-3: #91d5ff;
16524 --ant-primary-4: #69c0ff;
16525 --ant-primary-5: #40a9ff;
16526 --ant-primary-6: #1890ff;
16527 --ant-primary-7: #096dd9;
16528 --ant-primary-color-deprecated-pure: ;
16529 --ant-primary-color-deprecated-l-35: #cbe6ff;
16530 --ant-primary-color-deprecated-l-20: #7ec1ff;
16531 --ant-primary-color-deprecated-t-20: #46a6ff;
16532 --ant-primary-color-deprecated-t-50: #8cc8ff;
16533 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
16534 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
16535 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
16536 --ant-success-color: #52c41a;
16537 --ant-success-color-hover: #73d13d;
16538 --ant-success-color-active: #389e0d;
16539 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
16540 --ant-success-color-deprecated-bg: #f6ffed;
16541 --ant-success-color-deprecated-border: #b7eb8f;
16542 --ant-error-color: #ff4d4f;
16543 --ant-error-color-hover: #ff7875;
16544 --ant-error-color-active: #d9363e;
16545 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
16546 --ant-error-color-deprecated-bg: #fff2f0;
16547 --ant-error-color-deprecated-border: #ffccc7;
16548 --ant-warning-color: #faad14;
16549 --ant-warning-color-hover: #ffc53d;
16550 --ant-warning-color-active: #d48806;
16551 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
16552 --ant-warning-color-deprecated-bg: #fffbe6;
16553 --ant-warning-color-deprecated-border: #ffe58f;
16554 --ant-info-color: #1890ff;
16555 --ant-info-color-deprecated-bg: #e6f7ff;
16556 --ant-info-color-deprecated-border: #91d5ff;
16557}
16558@-webkit-keyframes antCheckboxEffect {
16559 0% {
16560 transform: scale(1);
16561 opacity: 0.5;
16562 }
16563 100% {
16564 transform: scale(1.6);
16565 opacity: 0;
16566 }
16567}
16568@keyframes antCheckboxEffect {
16569 0% {
16570 transform: scale(1);
16571 opacity: 0.5;
16572 }
16573 100% {
16574 transform: scale(1.6);
16575 opacity: 0;
16576 }
16577}
16578.ant-cascader-checkbox {
16579 box-sizing: border-box;
16580 margin: 0;
16581 padding: 0;
16582 color: rgba(0, 0, 0, 0.85);
16583 font-size: 14px;
16584 font-variant: tabular-nums;
16585 line-height: 1.5715;
16586 list-style: none;
16587 font-feature-settings: 'tnum';
16588 position: relative;
16589 top: 0.2em;
16590 line-height: 1;
16591 white-space: nowrap;
16592 outline: none;
16593 cursor: pointer;
16594}
16595.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
16596.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
16597.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
16598 border-color: var(--ant-primary-color);
16599}
16600.ant-cascader-checkbox-checked::after {
16601 position: absolute;
16602 top: 0;
16603 left: 0;
16604 width: 100%;
16605 height: 100%;
16606 border: 1px solid var(--ant-primary-color);
16607 border-radius: 2px;
16608 visibility: hidden;
16609 -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
16610 animation: antCheckboxEffect 0.36s ease-in-out;
16611 -webkit-animation-fill-mode: backwards;
16612 animation-fill-mode: backwards;
16613 content: '';
16614}
16615.ant-cascader-checkbox:hover::after,
16616.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
16617 visibility: visible;
16618}
16619.ant-cascader-checkbox-inner {
16620 position: relative;
16621 top: 0;
16622 left: 0;
16623 display: block;
16624 width: 16px;
16625 height: 16px;
16626 direction: ltr;
16627 background-color: #fff;
16628 border: 1px solid #d9d9d9;
16629 border-radius: 2px;
16630 border-collapse: separate;
16631 transition: all 0.3s;
16632}
16633.ant-cascader-checkbox-inner::after {
16634 position: absolute;
16635 top: 50%;
16636 left: 21.5%;
16637 display: table;
16638 width: 5.71428571px;
16639 height: 9.14285714px;
16640 border: 2px solid #fff;
16641 border-top: 0;
16642 border-left: 0;
16643 transform: rotate(45deg) scale(0) translate(-50%, -50%);
16644 opacity: 0;
16645 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
16646 content: ' ';
16647}
16648.ant-cascader-checkbox-input {
16649 position: absolute;
16650 top: 0;
16651 right: 0;
16652 bottom: 0;
16653 left: 0;
16654 z-index: 1;
16655 width: 100%;
16656 height: 100%;
16657 cursor: pointer;
16658 opacity: 0;
16659}
16660.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
16661 position: absolute;
16662 display: table;
16663 border: 2px solid #fff;
16664 border-top: 0;
16665 border-left: 0;
16666 transform: rotate(45deg) scale(1) translate(-50%, -50%);
16667 opacity: 1;
16668 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
16669 content: ' ';
16670}
16671.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
16672 background-color: var(--ant-primary-color);
16673 border-color: var(--ant-primary-color);
16674}
16675.ant-cascader-checkbox-disabled {
16676 cursor: not-allowed;
16677}
16678.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
16679 border-color: rgba(0, 0, 0, 0.25);
16680 -webkit-animation-name: none;
16681 animation-name: none;
16682}
16683.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
16684 cursor: not-allowed;
16685}
16686.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
16687 background-color: #f5f5f5;
16688 border-color: #d9d9d9 !important;
16689}
16690.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
16691 border-color: #f5f5f5;
16692 border-collapse: separate;
16693 -webkit-animation-name: none;
16694 animation-name: none;
16695}
16696.ant-cascader-checkbox-disabled + span {
16697 color: rgba(0, 0, 0, 0.25);
16698 cursor: not-allowed;
16699}
16700.ant-cascader-checkbox-disabled:hover::after,
16701.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
16702 visibility: hidden;
16703}
16704.ant-cascader-checkbox-wrapper {
16705 box-sizing: border-box;
16706 margin: 0;
16707 padding: 0;
16708 color: rgba(0, 0, 0, 0.85);
16709 font-size: 14px;
16710 font-variant: tabular-nums;
16711 line-height: 1.5715;
16712 list-style: none;
16713 font-feature-settings: 'tnum';
16714 display: inline-flex;
16715 align-items: baseline;
16716 line-height: unset;
16717 cursor: pointer;
16718}
16719.ant-cascader-checkbox-wrapper::after {
16720 display: inline-block;
16721 width: 0;
16722 overflow: hidden;
16723 content: '\a0';
16724}
16725.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
16726 cursor: not-allowed;
16727}
16728.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
16729 margin-left: 8px;
16730}
16731.ant-cascader-checkbox + span {
16732 padding-right: 8px;
16733 padding-left: 8px;
16734}
16735.ant-cascader-checkbox-group {
16736 box-sizing: border-box;
16737 margin: 0;
16738 padding: 0;
16739 color: rgba(0, 0, 0, 0.85);
16740 font-size: 14px;
16741 font-variant: tabular-nums;
16742 line-height: 1.5715;
16743 list-style: none;
16744 font-feature-settings: 'tnum';
16745 display: inline-block;
16746}
16747.ant-cascader-checkbox-group-item {
16748 margin-right: 8px;
16749}
16750.ant-cascader-checkbox-group-item:last-child {
16751 margin-right: 0;
16752}
16753.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
16754 margin-left: 0;
16755}
16756.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
16757 background-color: #fff;
16758 border-color: #d9d9d9;
16759}
16760.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
16761 top: 50%;
16762 left: 50%;
16763 width: 8px;
16764 height: 8px;
16765 background-color: var(--ant-primary-color);
16766 border: 0;
16767 transform: translate(-50%, -50%) scale(1);
16768 opacity: 1;
16769 content: ' ';
16770}
16771.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
16772 background-color: rgba(0, 0, 0, 0.25);
16773 border-color: rgba(0, 0, 0, 0.25);
16774}
16775.ant-cascader {
16776 width: 184px;
16777}
16778.ant-cascader-checkbox {
16779 top: 0;
16780 margin-right: 8px;
16781}
16782.ant-cascader-menus {
16783 display: flex;
16784 flex-wrap: nowrap;
16785 align-items: flex-start;
16786}
16787.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
16788 width: 100%;
16789 height: auto;
16790}
16791.ant-cascader-menu {
16792 min-width: 111px;
16793 height: 180px;
16794 margin: 0;
16795 margin: -4px 0;
16796 padding: 4px 0;
16797 overflow: auto;
16798 vertical-align: top;
16799 list-style: none;
16800 border-right: 1px solid #f0f0f0;
16801 -ms-overflow-style: -ms-autohiding-scrollbar;
16802}
16803.ant-cascader-menu-item {
16804 display: flex;
16805 flex-wrap: nowrap;
16806 align-items: center;
16807 padding: 5px 12px;
16808 overflow: hidden;
16809 line-height: 22px;
16810 white-space: nowrap;
16811 text-overflow: ellipsis;
16812 cursor: pointer;
16813 transition: all 0.3s;
16814}
16815.ant-cascader-menu-item:hover {
16816 background: #f5f5f5;
16817}
16818.ant-cascader-menu-item-disabled {
16819 color: rgba(0, 0, 0, 0.25);
16820 cursor: not-allowed;
16821}
16822.ant-cascader-menu-item-disabled:hover {
16823 background: transparent;
16824}
16825.ant-cascader-menu-empty .ant-cascader-menu-item {
16826 color: rgba(0, 0, 0, 0.25);
16827 cursor: default;
16828 pointer-events: none;
16829}
16830.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
16831.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
16832 font-weight: 600;
16833 background-color: var(--ant-primary-1);
16834}
16835.ant-cascader-menu-item-content {
16836 flex: auto;
16837}
16838.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
16839.ant-cascader-menu-item-loading-icon {
16840 margin-left: 4px;
16841 color: rgba(0, 0, 0, 0.45);
16842 font-size: 10px;
16843}
16844.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
16845.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
16846 color: rgba(0, 0, 0, 0.25);
16847}
16848.ant-cascader-menu-item-keyword {
16849 color: #ff4d4f;
16850}
16851.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
16852.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
16853 margin-right: 4px;
16854 margin-left: 0;
16855}
16856.ant-cascader-rtl .ant-cascader-checkbox {
16857 top: 0;
16858 margin-right: 0;
16859 margin-left: 8px;
16860}
16861
16862/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16863/* stylelint-disable no-duplicate-selectors */
16864/* stylelint-disable */
16865/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16866html {
16867 --ant-primary-color: #1890ff;
16868 --ant-primary-color-hover: #40a9ff;
16869 --ant-primary-color-active: #096dd9;
16870 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
16871 --ant-primary-1: #e6f7ff;
16872 --ant-primary-2: #bae7ff;
16873 --ant-primary-3: #91d5ff;
16874 --ant-primary-4: #69c0ff;
16875 --ant-primary-5: #40a9ff;
16876 --ant-primary-6: #1890ff;
16877 --ant-primary-7: #096dd9;
16878 --ant-primary-color-deprecated-pure: ;
16879 --ant-primary-color-deprecated-l-35: #cbe6ff;
16880 --ant-primary-color-deprecated-l-20: #7ec1ff;
16881 --ant-primary-color-deprecated-t-20: #46a6ff;
16882 --ant-primary-color-deprecated-t-50: #8cc8ff;
16883 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
16884 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
16885 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
16886 --ant-success-color: #52c41a;
16887 --ant-success-color-hover: #73d13d;
16888 --ant-success-color-active: #389e0d;
16889 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
16890 --ant-success-color-deprecated-bg: #f6ffed;
16891 --ant-success-color-deprecated-border: #b7eb8f;
16892 --ant-error-color: #ff4d4f;
16893 --ant-error-color-hover: #ff7875;
16894 --ant-error-color-active: #d9363e;
16895 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
16896 --ant-error-color-deprecated-bg: #fff2f0;
16897 --ant-error-color-deprecated-border: #ffccc7;
16898 --ant-warning-color: #faad14;
16899 --ant-warning-color-hover: #ffc53d;
16900 --ant-warning-color-active: #d48806;
16901 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
16902 --ant-warning-color-deprecated-bg: #fffbe6;
16903 --ant-warning-color-deprecated-border: #ffe58f;
16904 --ant-info-color: #1890ff;
16905 --ant-info-color-deprecated-bg: #e6f7ff;
16906 --ant-info-color-deprecated-border: #91d5ff;
16907}
16908@-webkit-keyframes antCheckboxEffect {
16909 0% {
16910 transform: scale(1);
16911 opacity: 0.5;
16912 }
16913 100% {
16914 transform: scale(1.6);
16915 opacity: 0;
16916 }
16917}
16918@keyframes antCheckboxEffect {
16919 0% {
16920 transform: scale(1);
16921 opacity: 0.5;
16922 }
16923 100% {
16924 transform: scale(1.6);
16925 opacity: 0;
16926 }
16927}
16928.ant-checkbox {
16929 box-sizing: border-box;
16930 margin: 0;
16931 padding: 0;
16932 color: rgba(0, 0, 0, 0.85);
16933 font-size: 14px;
16934 font-variant: tabular-nums;
16935 line-height: 1.5715;
16936 list-style: none;
16937 font-feature-settings: 'tnum';
16938 position: relative;
16939 top: 0.2em;
16940 line-height: 1;
16941 white-space: nowrap;
16942 outline: none;
16943 cursor: pointer;
16944}
16945.ant-checkbox-wrapper:hover .ant-checkbox-inner,
16946.ant-checkbox:hover .ant-checkbox-inner,
16947.ant-checkbox-input:focus + .ant-checkbox-inner {
16948 border-color: var(--ant-primary-color);
16949}
16950.ant-checkbox-checked::after {
16951 position: absolute;
16952 top: 0;
16953 left: 0;
16954 width: 100%;
16955 height: 100%;
16956 border: 1px solid var(--ant-primary-color);
16957 border-radius: 2px;
16958 visibility: hidden;
16959 -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
16960 animation: antCheckboxEffect 0.36s ease-in-out;
16961 -webkit-animation-fill-mode: backwards;
16962 animation-fill-mode: backwards;
16963 content: '';
16964}
16965.ant-checkbox:hover::after,
16966.ant-checkbox-wrapper:hover .ant-checkbox::after {
16967 visibility: visible;
16968}
16969.ant-checkbox-inner {
16970 position: relative;
16971 top: 0;
16972 left: 0;
16973 display: block;
16974 width: 16px;
16975 height: 16px;
16976 direction: ltr;
16977 background-color: #fff;
16978 border: 1px solid #d9d9d9;
16979 border-radius: 2px;
16980 border-collapse: separate;
16981 transition: all 0.3s;
16982}
16983.ant-checkbox-inner::after {
16984 position: absolute;
16985 top: 50%;
16986 left: 21.5%;
16987 display: table;
16988 width: 5.71428571px;
16989 height: 9.14285714px;
16990 border: 2px solid #fff;
16991 border-top: 0;
16992 border-left: 0;
16993 transform: rotate(45deg) scale(0) translate(-50%, -50%);
16994 opacity: 0;
16995 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
16996 content: ' ';
16997}
16998.ant-checkbox-input {
16999 position: absolute;
17000 top: 0;
17001 right: 0;
17002 bottom: 0;
17003 left: 0;
17004 z-index: 1;
17005 width: 100%;
17006 height: 100%;
17007 cursor: pointer;
17008 opacity: 0;
17009}
17010.ant-checkbox-checked .ant-checkbox-inner::after {
17011 position: absolute;
17012 display: table;
17013 border: 2px solid #fff;
17014 border-top: 0;
17015 border-left: 0;
17016 transform: rotate(45deg) scale(1) translate(-50%, -50%);
17017 opacity: 1;
17018 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
17019 content: ' ';
17020}
17021.ant-checkbox-checked .ant-checkbox-inner {
17022 background-color: var(--ant-primary-color);
17023 border-color: var(--ant-primary-color);
17024}
17025.ant-checkbox-disabled {
17026 cursor: not-allowed;
17027}
17028.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
17029 border-color: rgba(0, 0, 0, 0.25);
17030 -webkit-animation-name: none;
17031 animation-name: none;
17032}
17033.ant-checkbox-disabled .ant-checkbox-input {
17034 cursor: not-allowed;
17035}
17036.ant-checkbox-disabled .ant-checkbox-inner {
17037 background-color: #f5f5f5;
17038 border-color: #d9d9d9 !important;
17039}
17040.ant-checkbox-disabled .ant-checkbox-inner::after {
17041 border-color: #f5f5f5;
17042 border-collapse: separate;
17043 -webkit-animation-name: none;
17044 animation-name: none;
17045}
17046.ant-checkbox-disabled + span {
17047 color: rgba(0, 0, 0, 0.25);
17048 cursor: not-allowed;
17049}
17050.ant-checkbox-disabled:hover::after,
17051.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
17052 visibility: hidden;
17053}
17054.ant-checkbox-wrapper {
17055 box-sizing: border-box;
17056 margin: 0;
17057 padding: 0;
17058 color: rgba(0, 0, 0, 0.85);
17059 font-size: 14px;
17060 font-variant: tabular-nums;
17061 line-height: 1.5715;
17062 list-style: none;
17063 font-feature-settings: 'tnum';
17064 display: inline-flex;
17065 align-items: baseline;
17066 line-height: unset;
17067 cursor: pointer;
17068}
17069.ant-checkbox-wrapper::after {
17070 display: inline-block;
17071 width: 0;
17072 overflow: hidden;
17073 content: '\a0';
17074}
17075.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
17076 cursor: not-allowed;
17077}
17078.ant-checkbox-wrapper + .ant-checkbox-wrapper {
17079 margin-left: 8px;
17080}
17081.ant-checkbox + span {
17082 padding-right: 8px;
17083 padding-left: 8px;
17084}
17085.ant-checkbox-group {
17086 box-sizing: border-box;
17087 margin: 0;
17088 padding: 0;
17089 color: rgba(0, 0, 0, 0.85);
17090 font-size: 14px;
17091 font-variant: tabular-nums;
17092 line-height: 1.5715;
17093 list-style: none;
17094 font-feature-settings: 'tnum';
17095 display: inline-block;
17096}
17097.ant-checkbox-group-item {
17098 margin-right: 8px;
17099}
17100.ant-checkbox-group-item:last-child {
17101 margin-right: 0;
17102}
17103.ant-checkbox-group-item + .ant-checkbox-group-item {
17104 margin-left: 0;
17105}
17106.ant-checkbox-indeterminate .ant-checkbox-inner {
17107 background-color: #fff;
17108 border-color: #d9d9d9;
17109}
17110.ant-checkbox-indeterminate .ant-checkbox-inner::after {
17111 top: 50%;
17112 left: 50%;
17113 width: 8px;
17114 height: 8px;
17115 background-color: var(--ant-primary-color);
17116 border: 0;
17117 transform: translate(-50%, -50%) scale(1);
17118 opacity: 1;
17119 content: ' ';
17120}
17121.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
17122 background-color: rgba(0, 0, 0, 0.25);
17123 border-color: rgba(0, 0, 0, 0.25);
17124}
17125.ant-checkbox-rtl {
17126 direction: rtl;
17127}
17128.ant-checkbox-group-rtl .ant-checkbox-group-item {
17129 margin-right: 0;
17130 margin-left: 8px;
17131}
17132.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
17133 margin-left: 0 !important;
17134}
17135.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
17136 margin-left: 8px;
17137}
17138
17139/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17140/* stylelint-disable no-duplicate-selectors */
17141/* stylelint-disable */
17142/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17143html {
17144 --ant-primary-color: #1890ff;
17145 --ant-primary-color-hover: #40a9ff;
17146 --ant-primary-color-active: #096dd9;
17147 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17148 --ant-primary-1: #e6f7ff;
17149 --ant-primary-2: #bae7ff;
17150 --ant-primary-3: #91d5ff;
17151 --ant-primary-4: #69c0ff;
17152 --ant-primary-5: #40a9ff;
17153 --ant-primary-6: #1890ff;
17154 --ant-primary-7: #096dd9;
17155 --ant-primary-color-deprecated-pure: ;
17156 --ant-primary-color-deprecated-l-35: #cbe6ff;
17157 --ant-primary-color-deprecated-l-20: #7ec1ff;
17158 --ant-primary-color-deprecated-t-20: #46a6ff;
17159 --ant-primary-color-deprecated-t-50: #8cc8ff;
17160 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17161 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17162 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17163 --ant-success-color: #52c41a;
17164 --ant-success-color-hover: #73d13d;
17165 --ant-success-color-active: #389e0d;
17166 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17167 --ant-success-color-deprecated-bg: #f6ffed;
17168 --ant-success-color-deprecated-border: #b7eb8f;
17169 --ant-error-color: #ff4d4f;
17170 --ant-error-color-hover: #ff7875;
17171 --ant-error-color-active: #d9363e;
17172 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17173 --ant-error-color-deprecated-bg: #fff2f0;
17174 --ant-error-color-deprecated-border: #ffccc7;
17175 --ant-warning-color: #faad14;
17176 --ant-warning-color-hover: #ffc53d;
17177 --ant-warning-color-active: #d48806;
17178 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17179 --ant-warning-color-deprecated-bg: #fffbe6;
17180 --ant-warning-color-deprecated-border: #ffe58f;
17181 --ant-info-color: #1890ff;
17182 --ant-info-color-deprecated-bg: #e6f7ff;
17183 --ant-info-color-deprecated-border: #91d5ff;
17184}
17185.ant-collapse {
17186 box-sizing: border-box;
17187 margin: 0;
17188 padding: 0;
17189 color: rgba(0, 0, 0, 0.85);
17190 font-size: 14px;
17191 font-variant: tabular-nums;
17192 line-height: 1.5715;
17193 list-style: none;
17194 font-feature-settings: 'tnum';
17195 background-color: #fafafa;
17196 border: 1px solid #d9d9d9;
17197 border-bottom: 0;
17198 border-radius: 2px;
17199}
17200.ant-collapse > .ant-collapse-item {
17201 border-bottom: 1px solid #d9d9d9;
17202}
17203.ant-collapse > .ant-collapse-item:last-child,
17204.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
17205 border-radius: 0 0 2px 2px;
17206}
17207.ant-collapse > .ant-collapse-item > .ant-collapse-header {
17208 position: relative;
17209 display: flex;
17210 flex-wrap: nowrap;
17211 align-items: flex-start;
17212 padding: 12px 16px;
17213 color: rgba(0, 0, 0, 0.85);
17214 line-height: 1.5715;
17215 cursor: pointer;
17216 transition: all 0.3s, visibility 0s;
17217}
17218.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
17219 display: inline-block;
17220 margin-right: 12px;
17221 font-size: 12px;
17222 vertical-align: -1px;
17223}
17224.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
17225 transition: transform 0.24s;
17226}
17227.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
17228 margin-left: auto;
17229}
17230.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
17231 outline: none;
17232}
17233.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
17234 cursor: default;
17235}
17236.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
17237 cursor: pointer;
17238}
17239.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
17240 padding-left: 12px;
17241}
17242.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
17243 position: relative;
17244 padding: 12px 16px;
17245 padding-right: 40px;
17246}
17247.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
17248 position: absolute;
17249 top: 50%;
17250 right: 16px;
17251 left: auto;
17252 margin: 0;
17253 transform: translateY(-50%);
17254}
17255.ant-collapse-content {
17256 color: rgba(0, 0, 0, 0.85);
17257 background-color: #fff;
17258 border-top: 1px solid #d9d9d9;
17259}
17260.ant-collapse-content > .ant-collapse-content-box {
17261 padding: 16px;
17262}
17263.ant-collapse-content-hidden {
17264 display: none;
17265}
17266.ant-collapse-item:last-child > .ant-collapse-content {
17267 border-radius: 0 0 2px 2px;
17268}
17269.ant-collapse-borderless {
17270 background-color: #fafafa;
17271 border: 0;
17272}
17273.ant-collapse-borderless > .ant-collapse-item {
17274 border-bottom: 1px solid #d9d9d9;
17275}
17276.ant-collapse-borderless > .ant-collapse-item:last-child,
17277.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
17278 border-radius: 0;
17279}
17280.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
17281 background-color: transparent;
17282 border-top: 0;
17283}
17284.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
17285 padding-top: 4px;
17286}
17287.ant-collapse-ghost {
17288 background-color: transparent;
17289 border: 0;
17290}
17291.ant-collapse-ghost > .ant-collapse-item {
17292 border-bottom: 0;
17293}
17294.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
17295 background-color: transparent;
17296 border-top: 0;
17297}
17298.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
17299 padding-top: 12px;
17300 padding-bottom: 12px;
17301}
17302.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
17303.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
17304 color: rgba(0, 0, 0, 0.25);
17305 cursor: not-allowed;
17306}
17307.ant-collapse-rtl {
17308 direction: rtl;
17309}
17310.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
17311 padding: 12px 16px;
17312 padding-right: 40px;
17313}
17314.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
17315 margin-right: 0;
17316 margin-left: 12px;
17317}
17318.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
17319 transform: rotate(180deg);
17320}
17321.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
17322 margin-right: auto;
17323 margin-left: 0;
17324}
17325.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
17326 padding-right: 12px;
17327 padding-left: 0;
17328}
17329
17330/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17331/* stylelint-disable no-duplicate-selectors */
17332/* stylelint-disable */
17333/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17334html {
17335 --ant-primary-color: #1890ff;
17336 --ant-primary-color-hover: #40a9ff;
17337 --ant-primary-color-active: #096dd9;
17338 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17339 --ant-primary-1: #e6f7ff;
17340 --ant-primary-2: #bae7ff;
17341 --ant-primary-3: #91d5ff;
17342 --ant-primary-4: #69c0ff;
17343 --ant-primary-5: #40a9ff;
17344 --ant-primary-6: #1890ff;
17345 --ant-primary-7: #096dd9;
17346 --ant-primary-color-deprecated-pure: ;
17347 --ant-primary-color-deprecated-l-35: #cbe6ff;
17348 --ant-primary-color-deprecated-l-20: #7ec1ff;
17349 --ant-primary-color-deprecated-t-20: #46a6ff;
17350 --ant-primary-color-deprecated-t-50: #8cc8ff;
17351 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17352 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17353 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17354 --ant-success-color: #52c41a;
17355 --ant-success-color-hover: #73d13d;
17356 --ant-success-color-active: #389e0d;
17357 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17358 --ant-success-color-deprecated-bg: #f6ffed;
17359 --ant-success-color-deprecated-border: #b7eb8f;
17360 --ant-error-color: #ff4d4f;
17361 --ant-error-color-hover: #ff7875;
17362 --ant-error-color-active: #d9363e;
17363 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17364 --ant-error-color-deprecated-bg: #fff2f0;
17365 --ant-error-color-deprecated-border: #ffccc7;
17366 --ant-warning-color: #faad14;
17367 --ant-warning-color-hover: #ffc53d;
17368 --ant-warning-color-active: #d48806;
17369 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17370 --ant-warning-color-deprecated-bg: #fffbe6;
17371 --ant-warning-color-deprecated-border: #ffe58f;
17372 --ant-info-color: #1890ff;
17373 --ant-info-color-deprecated-bg: #e6f7ff;
17374 --ant-info-color-deprecated-border: #91d5ff;
17375}
17376.ant-comment {
17377 position: relative;
17378 background-color: inherit;
17379}
17380.ant-comment-inner {
17381 display: flex;
17382 padding: 16px 0;
17383}
17384.ant-comment-avatar {
17385 position: relative;
17386 flex-shrink: 0;
17387 margin-right: 12px;
17388 cursor: pointer;
17389}
17390.ant-comment-avatar img {
17391 width: 32px;
17392 height: 32px;
17393 border-radius: 50%;
17394}
17395.ant-comment-content {
17396 position: relative;
17397 flex: 1 1 auto;
17398 min-width: 1px;
17399 font-size: 14px;
17400 word-wrap: break-word;
17401}
17402.ant-comment-content-author {
17403 display: flex;
17404 flex-wrap: wrap;
17405 justify-content: flex-start;
17406 margin-bottom: 4px;
17407 font-size: 14px;
17408}
17409.ant-comment-content-author > a,
17410.ant-comment-content-author > span {
17411 padding-right: 8px;
17412 font-size: 12px;
17413 line-height: 18px;
17414}
17415.ant-comment-content-author-name {
17416 color: rgba(0, 0, 0, 0.45);
17417 font-size: 14px;
17418 transition: color 0.3s;
17419}
17420.ant-comment-content-author-name > * {
17421 color: rgba(0, 0, 0, 0.45);
17422}
17423.ant-comment-content-author-name > *:hover {
17424 color: rgba(0, 0, 0, 0.45);
17425}
17426.ant-comment-content-author-time {
17427 color: #ccc;
17428 white-space: nowrap;
17429 cursor: auto;
17430}
17431.ant-comment-content-detail p {
17432 margin-bottom: inherit;
17433 white-space: pre-wrap;
17434}
17435.ant-comment-actions {
17436 margin-top: 12px;
17437 margin-bottom: inherit;
17438 padding-left: 0;
17439}
17440.ant-comment-actions > li {
17441 display: inline-block;
17442 color: rgba(0, 0, 0, 0.45);
17443}
17444.ant-comment-actions > li > span {
17445 margin-right: 10px;
17446 color: rgba(0, 0, 0, 0.45);
17447 font-size: 12px;
17448 cursor: pointer;
17449 transition: color 0.3s;
17450 -webkit-user-select: none;
17451 -moz-user-select: none;
17452 -ms-user-select: none;
17453 user-select: none;
17454}
17455.ant-comment-actions > li > span:hover {
17456 color: #595959;
17457}
17458.ant-comment-nested {
17459 margin-left: 44px;
17460}
17461.ant-comment-rtl {
17462 direction: rtl;
17463}
17464.ant-comment-rtl .ant-comment-avatar {
17465 margin-right: 0;
17466 margin-left: 12px;
17467}
17468.ant-comment-rtl .ant-comment-content-author > a,
17469.ant-comment-rtl .ant-comment-content-author > span {
17470 padding-right: 0;
17471 padding-left: 8px;
17472}
17473.ant-comment-rtl .ant-comment-actions {
17474 padding-right: 0;
17475}
17476.ant-comment-rtl .ant-comment-actions > li > span {
17477 margin-right: 0;
17478 margin-left: 10px;
17479}
17480.ant-comment-rtl .ant-comment-nested {
17481 margin-right: 44px;
17482 margin-left: 0;
17483}
17484
17485/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17486/* stylelint-disable no-duplicate-selectors */
17487/* stylelint-disable */
17488/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17489html {
17490 --ant-primary-color: #1890ff;
17491 --ant-primary-color-hover: #40a9ff;
17492 --ant-primary-color-active: #096dd9;
17493 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17494 --ant-primary-1: #e6f7ff;
17495 --ant-primary-2: #bae7ff;
17496 --ant-primary-3: #91d5ff;
17497 --ant-primary-4: #69c0ff;
17498 --ant-primary-5: #40a9ff;
17499 --ant-primary-6: #1890ff;
17500 --ant-primary-7: #096dd9;
17501 --ant-primary-color-deprecated-pure: ;
17502 --ant-primary-color-deprecated-l-35: #cbe6ff;
17503 --ant-primary-color-deprecated-l-20: #7ec1ff;
17504 --ant-primary-color-deprecated-t-20: #46a6ff;
17505 --ant-primary-color-deprecated-t-50: #8cc8ff;
17506 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17507 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17508 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17509 --ant-success-color: #52c41a;
17510 --ant-success-color-hover: #73d13d;
17511 --ant-success-color-active: #389e0d;
17512 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17513 --ant-success-color-deprecated-bg: #f6ffed;
17514 --ant-success-color-deprecated-border: #b7eb8f;
17515 --ant-error-color: #ff4d4f;
17516 --ant-error-color-hover: #ff7875;
17517 --ant-error-color-active: #d9363e;
17518 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17519 --ant-error-color-deprecated-bg: #fff2f0;
17520 --ant-error-color-deprecated-border: #ffccc7;
17521 --ant-warning-color: #faad14;
17522 --ant-warning-color-hover: #ffc53d;
17523 --ant-warning-color-active: #d48806;
17524 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17525 --ant-warning-color-deprecated-bg: #fffbe6;
17526 --ant-warning-color-deprecated-border: #ffe58f;
17527 --ant-info-color: #1890ff;
17528 --ant-info-color-deprecated-bg: #e6f7ff;
17529 --ant-info-color-deprecated-border: #91d5ff;
17530}
17531
17532/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17533/* stylelint-disable no-duplicate-selectors */
17534/* stylelint-disable */
17535/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17536html {
17537 --ant-primary-color: #1890ff;
17538 --ant-primary-color-hover: #40a9ff;
17539 --ant-primary-color-active: #096dd9;
17540 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17541 --ant-primary-1: #e6f7ff;
17542 --ant-primary-2: #bae7ff;
17543 --ant-primary-3: #91d5ff;
17544 --ant-primary-4: #69c0ff;
17545 --ant-primary-5: #40a9ff;
17546 --ant-primary-6: #1890ff;
17547 --ant-primary-7: #096dd9;
17548 --ant-primary-color-deprecated-pure: ;
17549 --ant-primary-color-deprecated-l-35: #cbe6ff;
17550 --ant-primary-color-deprecated-l-20: #7ec1ff;
17551 --ant-primary-color-deprecated-t-20: #46a6ff;
17552 --ant-primary-color-deprecated-t-50: #8cc8ff;
17553 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17554 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17555 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17556 --ant-success-color: #52c41a;
17557 --ant-success-color-hover: #73d13d;
17558 --ant-success-color-active: #389e0d;
17559 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17560 --ant-success-color-deprecated-bg: #f6ffed;
17561 --ant-success-color-deprecated-border: #b7eb8f;
17562 --ant-error-color: #ff4d4f;
17563 --ant-error-color-hover: #ff7875;
17564 --ant-error-color-active: #d9363e;
17565 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17566 --ant-error-color-deprecated-bg: #fff2f0;
17567 --ant-error-color-deprecated-border: #ffccc7;
17568 --ant-warning-color: #faad14;
17569 --ant-warning-color-hover: #ffc53d;
17570 --ant-warning-color-active: #d48806;
17571 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17572 --ant-warning-color-deprecated-bg: #fffbe6;
17573 --ant-warning-color-deprecated-border: #ffe58f;
17574 --ant-info-color: #1890ff;
17575 --ant-info-color-deprecated-bg: #e6f7ff;
17576 --ant-info-color-deprecated-border: #91d5ff;
17577}
17578.ant-descriptions-header {
17579 display: flex;
17580 align-items: center;
17581 margin-bottom: 20px;
17582}
17583.ant-descriptions-title {
17584 flex: auto;
17585 overflow: hidden;
17586 color: rgba(0, 0, 0, 0.85);
17587 font-weight: bold;
17588 font-size: 16px;
17589 line-height: 1.5715;
17590 white-space: nowrap;
17591 text-overflow: ellipsis;
17592}
17593.ant-descriptions-extra {
17594 margin-left: auto;
17595 color: rgba(0, 0, 0, 0.85);
17596 font-size: 14px;
17597}
17598.ant-descriptions-view {
17599 width: 100%;
17600 border-radius: 2px;
17601}
17602.ant-descriptions-view table {
17603 width: 100%;
17604 table-layout: fixed;
17605}
17606.ant-descriptions-row > th,
17607.ant-descriptions-row > td {
17608 padding-bottom: 16px;
17609}
17610.ant-descriptions-row:last-child {
17611 border-bottom: none;
17612}
17613.ant-descriptions-item-label {
17614 color: rgba(0, 0, 0, 0.85);
17615 font-weight: normal;
17616 font-size: 14px;
17617 line-height: 1.5715;
17618 text-align: start;
17619}
17620.ant-descriptions-item-label::after {
17621 content: ':';
17622 position: relative;
17623 top: -0.5px;
17624 margin: 0 8px 0 2px;
17625}
17626.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
17627 content: ' ';
17628}
17629.ant-descriptions-item-no-label::after {
17630 margin: 0;
17631 content: '';
17632}
17633.ant-descriptions-item-content {
17634 display: table-cell;
17635 flex: 1;
17636 color: rgba(0, 0, 0, 0.85);
17637 font-size: 14px;
17638 line-height: 1.5715;
17639 word-break: break-word;
17640 overflow-wrap: break-word;
17641}
17642.ant-descriptions-item {
17643 padding-bottom: 0;
17644 vertical-align: top;
17645}
17646.ant-descriptions-item-container {
17647 display: flex;
17648}
17649.ant-descriptions-item-container .ant-descriptions-item-label,
17650.ant-descriptions-item-container .ant-descriptions-item-content {
17651 display: inline-flex;
17652 align-items: baseline;
17653}
17654.ant-descriptions-middle .ant-descriptions-row > th,
17655.ant-descriptions-middle .ant-descriptions-row > td {
17656 padding-bottom: 12px;
17657}
17658.ant-descriptions-small .ant-descriptions-row > th,
17659.ant-descriptions-small .ant-descriptions-row > td {
17660 padding-bottom: 8px;
17661}
17662.ant-descriptions-bordered .ant-descriptions-view {
17663 border: 1px solid #f0f0f0;
17664}
17665.ant-descriptions-bordered .ant-descriptions-view > table {
17666 table-layout: auto;
17667 border-collapse: collapse;
17668}
17669.ant-descriptions-bordered .ant-descriptions-item-label,
17670.ant-descriptions-bordered .ant-descriptions-item-content {
17671 padding: 16px 24px;
17672 border-right: 1px solid #f0f0f0;
17673}
17674.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
17675.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
17676 border-right: none;
17677}
17678.ant-descriptions-bordered .ant-descriptions-item-label {
17679 background-color: #fafafa;
17680}
17681.ant-descriptions-bordered .ant-descriptions-item-label::after {
17682 display: none;
17683}
17684.ant-descriptions-bordered .ant-descriptions-row {
17685 border-bottom: 1px solid #f0f0f0;
17686}
17687.ant-descriptions-bordered .ant-descriptions-row:last-child {
17688 border-bottom: none;
17689}
17690.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
17691.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
17692 padding: 12px 24px;
17693}
17694.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
17695.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
17696 padding: 8px 16px;
17697}
17698.ant-descriptions-rtl {
17699 direction: rtl;
17700}
17701.ant-descriptions-rtl .ant-descriptions-item-label::after {
17702 margin: 0 2px 0 8px;
17703}
17704.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
17705.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
17706 border-right: none;
17707 border-left: 1px solid #f0f0f0;
17708}
17709.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
17710.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
17711 border-left: none;
17712}
17713
17714/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17715/* stylelint-disable no-duplicate-selectors */
17716/* stylelint-disable */
17717/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17718html {
17719 --ant-primary-color: #1890ff;
17720 --ant-primary-color-hover: #40a9ff;
17721 --ant-primary-color-active: #096dd9;
17722 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17723 --ant-primary-1: #e6f7ff;
17724 --ant-primary-2: #bae7ff;
17725 --ant-primary-3: #91d5ff;
17726 --ant-primary-4: #69c0ff;
17727 --ant-primary-5: #40a9ff;
17728 --ant-primary-6: #1890ff;
17729 --ant-primary-7: #096dd9;
17730 --ant-primary-color-deprecated-pure: ;
17731 --ant-primary-color-deprecated-l-35: #cbe6ff;
17732 --ant-primary-color-deprecated-l-20: #7ec1ff;
17733 --ant-primary-color-deprecated-t-20: #46a6ff;
17734 --ant-primary-color-deprecated-t-50: #8cc8ff;
17735 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17736 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17737 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17738 --ant-success-color: #52c41a;
17739 --ant-success-color-hover: #73d13d;
17740 --ant-success-color-active: #389e0d;
17741 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17742 --ant-success-color-deprecated-bg: #f6ffed;
17743 --ant-success-color-deprecated-border: #b7eb8f;
17744 --ant-error-color: #ff4d4f;
17745 --ant-error-color-hover: #ff7875;
17746 --ant-error-color-active: #d9363e;
17747 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17748 --ant-error-color-deprecated-bg: #fff2f0;
17749 --ant-error-color-deprecated-border: #ffccc7;
17750 --ant-warning-color: #faad14;
17751 --ant-warning-color-hover: #ffc53d;
17752 --ant-warning-color-active: #d48806;
17753 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17754 --ant-warning-color-deprecated-bg: #fffbe6;
17755 --ant-warning-color-deprecated-border: #ffe58f;
17756 --ant-info-color: #1890ff;
17757 --ant-info-color-deprecated-bg: #e6f7ff;
17758 --ant-info-color-deprecated-border: #91d5ff;
17759}
17760.ant-divider {
17761 box-sizing: border-box;
17762 margin: 0;
17763 padding: 0;
17764 color: rgba(0, 0, 0, 0.85);
17765 font-size: 14px;
17766 font-variant: tabular-nums;
17767 line-height: 1.5715;
17768 list-style: none;
17769 font-feature-settings: 'tnum';
17770 border-top: 1px solid rgba(0, 0, 0, 0.06);
17771}
17772.ant-divider-vertical {
17773 position: relative;
17774 top: -0.06em;
17775 display: inline-block;
17776 height: 0.9em;
17777 margin: 0 8px;
17778 vertical-align: middle;
17779 border-top: 0;
17780 border-left: 1px solid rgba(0, 0, 0, 0.06);
17781}
17782.ant-divider-horizontal {
17783 display: flex;
17784 clear: both;
17785 width: 100%;
17786 min-width: 100%;
17787 margin: 24px 0;
17788}
17789.ant-divider-horizontal.ant-divider-with-text {
17790 display: flex;
17791 margin: 16px 0;
17792 color: rgba(0, 0, 0, 0.85);
17793 font-weight: 500;
17794 font-size: 16px;
17795 white-space: nowrap;
17796 text-align: center;
17797 border-top: 0;
17798 border-top-color: rgba(0, 0, 0, 0.06);
17799}
17800.ant-divider-horizontal.ant-divider-with-text::before,
17801.ant-divider-horizontal.ant-divider-with-text::after {
17802 position: relative;
17803 top: 50%;
17804 width: 50%;
17805 border-top: 1px solid transparent;
17806 border-top-color: inherit;
17807 border-bottom: 0;
17808 transform: translateY(50%);
17809 content: '';
17810}
17811.ant-divider-horizontal.ant-divider-with-text-left::before {
17812 top: 50%;
17813 width: 5%;
17814}
17815.ant-divider-horizontal.ant-divider-with-text-left::after {
17816 top: 50%;
17817 width: 95%;
17818}
17819.ant-divider-horizontal.ant-divider-with-text-right::before {
17820 top: 50%;
17821 width: 95%;
17822}
17823.ant-divider-horizontal.ant-divider-with-text-right::after {
17824 top: 50%;
17825 width: 5%;
17826}
17827.ant-divider-inner-text {
17828 display: inline-block;
17829 padding: 0 1em;
17830}
17831.ant-divider-dashed {
17832 background: none;
17833 border-color: rgba(0, 0, 0, 0.06);
17834 border-style: dashed;
17835 border-width: 1px 0 0;
17836}
17837.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
17838.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
17839 border-style: dashed none none;
17840}
17841.ant-divider-vertical.ant-divider-dashed {
17842 border-width: 0 0 0 1px;
17843}
17844.ant-divider-plain.ant-divider-with-text {
17845 color: rgba(0, 0, 0, 0.85);
17846 font-weight: normal;
17847 font-size: 14px;
17848}
17849.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
17850 width: 0;
17851}
17852.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
17853 width: 100%;
17854}
17855.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
17856 padding-left: 0;
17857}
17858.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
17859 width: 100%;
17860}
17861.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
17862 width: 0;
17863}
17864.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
17865 padding-right: 0;
17866}
17867.ant-divider-rtl {
17868 direction: rtl;
17869}
17870.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
17871 width: 95%;
17872}
17873.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
17874 width: 5%;
17875}
17876.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
17877 width: 5%;
17878}
17879.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
17880 width: 95%;
17881}
17882
17883/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17884/* stylelint-disable no-duplicate-selectors */
17885/* stylelint-disable */
17886/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17887html {
17888 --ant-primary-color: #1890ff;
17889 --ant-primary-color-hover: #40a9ff;
17890 --ant-primary-color-active: #096dd9;
17891 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
17892 --ant-primary-1: #e6f7ff;
17893 --ant-primary-2: #bae7ff;
17894 --ant-primary-3: #91d5ff;
17895 --ant-primary-4: #69c0ff;
17896 --ant-primary-5: #40a9ff;
17897 --ant-primary-6: #1890ff;
17898 --ant-primary-7: #096dd9;
17899 --ant-primary-color-deprecated-pure: ;
17900 --ant-primary-color-deprecated-l-35: #cbe6ff;
17901 --ant-primary-color-deprecated-l-20: #7ec1ff;
17902 --ant-primary-color-deprecated-t-20: #46a6ff;
17903 --ant-primary-color-deprecated-t-50: #8cc8ff;
17904 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
17905 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
17906 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
17907 --ant-success-color: #52c41a;
17908 --ant-success-color-hover: #73d13d;
17909 --ant-success-color-active: #389e0d;
17910 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
17911 --ant-success-color-deprecated-bg: #f6ffed;
17912 --ant-success-color-deprecated-border: #b7eb8f;
17913 --ant-error-color: #ff4d4f;
17914 --ant-error-color-hover: #ff7875;
17915 --ant-error-color-active: #d9363e;
17916 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
17917 --ant-error-color-deprecated-bg: #fff2f0;
17918 --ant-error-color-deprecated-border: #ffccc7;
17919 --ant-warning-color: #faad14;
17920 --ant-warning-color-hover: #ffc53d;
17921 --ant-warning-color-active: #d48806;
17922 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
17923 --ant-warning-color-deprecated-bg: #fffbe6;
17924 --ant-warning-color-deprecated-border: #ffe58f;
17925 --ant-info-color: #1890ff;
17926 --ant-info-color-deprecated-bg: #e6f7ff;
17927 --ant-info-color-deprecated-border: #91d5ff;
17928}
17929.ant-drawer {
17930 position: fixed;
17931 z-index: 1000;
17932 width: 0%;
17933 height: 100%;
17934 transition: width 0s ease 0.3s, height 0s ease 0.3s;
17935}
17936.ant-drawer-content-wrapper {
17937 position: absolute;
17938 width: 100%;
17939 height: 100%;
17940 transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
17941}
17942.ant-drawer .ant-drawer-content {
17943 width: 100%;
17944 height: 100%;
17945}
17946.ant-drawer-left,
17947.ant-drawer-right {
17948 top: 0;
17949 width: 0%;
17950 height: 100%;
17951}
17952.ant-drawer-left .ant-drawer-content-wrapper,
17953.ant-drawer-right .ant-drawer-content-wrapper {
17954 height: 100%;
17955}
17956.ant-drawer-left.ant-drawer-open,
17957.ant-drawer-right.ant-drawer-open {
17958 width: 100%;
17959 transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
17960}
17961.ant-drawer-left {
17962 left: 0;
17963}
17964.ant-drawer-left .ant-drawer-content-wrapper {
17965 left: 0;
17966}
17967.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
17968 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);
17969}
17970.ant-drawer-right {
17971 right: 0;
17972}
17973.ant-drawer-right .ant-drawer-content-wrapper {
17974 right: 0;
17975}
17976.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
17977 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);
17978}
17979.ant-drawer-right.ant-drawer-open.no-mask {
17980 right: 1px;
17981 transform: translateX(1px);
17982}
17983.ant-drawer-top,
17984.ant-drawer-bottom {
17985 left: 0;
17986 width: 100%;
17987 height: 0%;
17988}
17989.ant-drawer-top .ant-drawer-content-wrapper,
17990.ant-drawer-bottom .ant-drawer-content-wrapper {
17991 width: 100%;
17992}
17993.ant-drawer-top.ant-drawer-open,
17994.ant-drawer-bottom.ant-drawer-open {
17995 height: 100%;
17996 transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
17997}
17998.ant-drawer-top {
17999 top: 0;
18000}
18001.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
18002 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);
18003}
18004.ant-drawer-bottom {
18005 bottom: 0;
18006}
18007.ant-drawer-bottom .ant-drawer-content-wrapper {
18008 bottom: 0;
18009}
18010.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
18011 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);
18012}
18013.ant-drawer-bottom.ant-drawer-open.no-mask {
18014 bottom: 1px;
18015 transform: translateY(1px);
18016}
18017.ant-drawer.ant-drawer-open .ant-drawer-mask {
18018 height: 100%;
18019 opacity: 1;
18020 transition: none;
18021 -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
18022 animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
18023 pointer-events: auto;
18024}
18025.ant-drawer-title {
18026 flex: 1;
18027 margin: 0;
18028 color: rgba(0, 0, 0, 0.85);
18029 font-weight: 500;
18030 font-size: 16px;
18031 line-height: 22px;
18032}
18033.ant-drawer-content {
18034 position: relative;
18035 z-index: 1;
18036 overflow: auto;
18037 background-color: #fff;
18038 background-clip: padding-box;
18039 border: 0;
18040}
18041.ant-drawer-close {
18042 display: inline-block;
18043 margin-right: 12px;
18044 color: rgba(0, 0, 0, 0.45);
18045 font-weight: 700;
18046 font-size: 16px;
18047 font-style: normal;
18048 line-height: 1;
18049 text-align: center;
18050 text-transform: none;
18051 text-decoration: none;
18052 background: transparent;
18053 border: 0;
18054 outline: 0;
18055 cursor: pointer;
18056 transition: color 0.3s;
18057 text-rendering: auto;
18058}
18059.ant-drawer-close:focus,
18060.ant-drawer-close:hover {
18061 color: rgba(0, 0, 0, 0.75);
18062 text-decoration: none;
18063}
18064.ant-drawer-header {
18065 position: relative;
18066 display: flex;
18067 align-items: center;
18068 justify-content: space-between;
18069 padding: 16px 24px;
18070 color: rgba(0, 0, 0, 0.85);
18071 background: #fff;
18072 border-bottom: 1px solid #f0f0f0;
18073 border-radius: 2px 2px 0 0;
18074}
18075.ant-drawer-header-title {
18076 display: flex;
18077 flex: 1;
18078 align-items: center;
18079 justify-content: space-between;
18080}
18081.ant-drawer-header-close-only {
18082 padding-bottom: 0;
18083 border: none;
18084}
18085.ant-drawer-wrapper-body {
18086 display: flex;
18087 flex-flow: column nowrap;
18088 width: 100%;
18089 height: 100%;
18090}
18091.ant-drawer-body {
18092 flex-grow: 1;
18093 padding: 24px;
18094 overflow: auto;
18095 font-size: 14px;
18096 line-height: 1.5715;
18097 word-wrap: break-word;
18098}
18099.ant-drawer-footer {
18100 flex-shrink: 0;
18101 padding: 10px 16px;
18102 border-top: 1px solid #f0f0f0;
18103}
18104.ant-drawer-mask {
18105 position: absolute;
18106 top: 0;
18107 left: 0;
18108 width: 100%;
18109 height: 0;
18110 background-color: rgba(0, 0, 0, 0.45);
18111 opacity: 0;
18112 transition: opacity 0.3s linear, height 0s ease 0.3s;
18113 pointer-events: none;
18114}
18115.ant-drawer .ant-picker-clear {
18116 background: #fff;
18117}
18118@-webkit-keyframes antdDrawerFadeIn {
18119 0% {
18120 opacity: 0;
18121 }
18122 100% {
18123 opacity: 1;
18124 }
18125}
18126@keyframes antdDrawerFadeIn {
18127 0% {
18128 opacity: 0;
18129 }
18130 100% {
18131 opacity: 1;
18132 }
18133}
18134.ant-drawer-rtl {
18135 direction: rtl;
18136}
18137.ant-drawer-rtl .ant-drawer-close {
18138 margin-right: 0;
18139 margin-left: 12px;
18140}
18141
18142/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
18143/* stylelint-disable no-duplicate-selectors */
18144/* stylelint-disable */
18145/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18146html {
18147 --ant-primary-color: #1890ff;
18148 --ant-primary-color-hover: #40a9ff;
18149 --ant-primary-color-active: #096dd9;
18150 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
18151 --ant-primary-1: #e6f7ff;
18152 --ant-primary-2: #bae7ff;
18153 --ant-primary-3: #91d5ff;
18154 --ant-primary-4: #69c0ff;
18155 --ant-primary-5: #40a9ff;
18156 --ant-primary-6: #1890ff;
18157 --ant-primary-7: #096dd9;
18158 --ant-primary-color-deprecated-pure: ;
18159 --ant-primary-color-deprecated-l-35: #cbe6ff;
18160 --ant-primary-color-deprecated-l-20: #7ec1ff;
18161 --ant-primary-color-deprecated-t-20: #46a6ff;
18162 --ant-primary-color-deprecated-t-50: #8cc8ff;
18163 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
18164 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
18165 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
18166 --ant-success-color: #52c41a;
18167 --ant-success-color-hover: #73d13d;
18168 --ant-success-color-active: #389e0d;
18169 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
18170 --ant-success-color-deprecated-bg: #f6ffed;
18171 --ant-success-color-deprecated-border: #b7eb8f;
18172 --ant-error-color: #ff4d4f;
18173 --ant-error-color-hover: #ff7875;
18174 --ant-error-color-active: #d9363e;
18175 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
18176 --ant-error-color-deprecated-bg: #fff2f0;
18177 --ant-error-color-deprecated-border: #ffccc7;
18178 --ant-warning-color: #faad14;
18179 --ant-warning-color-hover: #ffc53d;
18180 --ant-warning-color-active: #d48806;
18181 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
18182 --ant-warning-color-deprecated-bg: #fffbe6;
18183 --ant-warning-color-deprecated-border: #ffe58f;
18184 --ant-info-color: #1890ff;
18185 --ant-info-color-deprecated-bg: #e6f7ff;
18186 --ant-info-color-deprecated-border: #91d5ff;
18187}
18188.ant-form-item .ant-upload {
18189 background: transparent;
18190}
18191.ant-form-item .ant-upload.ant-upload-drag {
18192 background: #fafafa;
18193}
18194.ant-form-item input[type='radio'],
18195.ant-form-item input[type='checkbox'] {
18196 width: 14px;
18197 height: 14px;
18198}
18199.ant-form-item .ant-radio-inline,
18200.ant-form-item .ant-checkbox-inline {
18201 display: inline-block;
18202 margin-left: 8px;
18203 font-weight: normal;
18204 vertical-align: middle;
18205 cursor: pointer;
18206}
18207.ant-form-item .ant-radio-inline:first-child,
18208.ant-form-item .ant-checkbox-inline:first-child {
18209 margin-left: 0;
18210}
18211.ant-form-item .ant-checkbox-vertical,
18212.ant-form-item .ant-radio-vertical {
18213 display: block;
18214}
18215.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
18216.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
18217 margin-left: 0;
18218}
18219.ant-form-item .ant-input-number + .ant-form-text {
18220 margin-left: 8px;
18221}
18222.ant-form-item .ant-input-number-handler-wrap {
18223 z-index: 2;
18224}
18225.ant-form-item .ant-select,
18226.ant-form-item .ant-cascader-picker {
18227 width: 100%;
18228}
18229.ant-form-item .ant-picker-calendar-year-select,
18230.ant-form-item .ant-picker-calendar-month-select,
18231.ant-form-item .ant-input-group .ant-select,
18232.ant-form-item .ant-input-group .ant-cascader-picker,
18233.ant-form-item .ant-input-number-group .ant-select,
18234.ant-form-item .ant-input-number-group .ant-cascader-picker {
18235 width: auto;
18236}
18237.ant-form-inline {
18238 display: flex;
18239 flex-wrap: wrap;
18240}
18241.ant-form-inline .ant-form-item {
18242 flex: none;
18243 flex-wrap: nowrap;
18244 margin-right: 16px;
18245 margin-bottom: 0;
18246}
18247.ant-form-inline .ant-form-item-with-help {
18248 margin-bottom: 24px;
18249}
18250.ant-form-inline .ant-form-item > .ant-form-item-label,
18251.ant-form-inline .ant-form-item > .ant-form-item-control {
18252 display: inline-block;
18253 vertical-align: top;
18254}
18255.ant-form-inline .ant-form-item > .ant-form-item-label {
18256 flex: none;
18257}
18258.ant-form-inline .ant-form-item .ant-form-text {
18259 display: inline-block;
18260}
18261.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
18262 display: inline-block;
18263}
18264.ant-form-horizontal .ant-form-item-label {
18265 flex-grow: 0;
18266}
18267.ant-form-horizontal .ant-form-item-control {
18268 flex: 1 1 0;
18269}
18270.ant-form-horizontal .ant-form-item-control:not(.ant-col) {
18271 min-width: 0;
18272}
18273.ant-form-vertical .ant-form-item {
18274 flex-direction: column;
18275}
18276.ant-form-vertical .ant-form-item-label > label {
18277 height: auto;
18278}
18279.ant-form-vertical .ant-form-item-label,
18280.ant-col-24.ant-form-item-label,
18281.ant-col-xl-24.ant-form-item-label {
18282 padding: 0 0 8px;
18283 line-height: 1.5715;
18284 white-space: initial;
18285 text-align: left;
18286}
18287.ant-form-vertical .ant-form-item-label > label,
18288.ant-col-24.ant-form-item-label > label,
18289.ant-col-xl-24.ant-form-item-label > label {
18290 margin: 0;
18291}
18292.ant-form-vertical .ant-form-item-label > label::after,
18293.ant-col-24.ant-form-item-label > label::after,
18294.ant-col-xl-24.ant-form-item-label > label::after {
18295 display: none;
18296}
18297.ant-form-rtl.ant-form-vertical .ant-form-item-label,
18298.ant-form-rtl.ant-col-24.ant-form-item-label,
18299.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
18300 text-align: right;
18301}
18302@media (max-width: 575px) {
18303 .ant-form-item .ant-form-item-label {
18304 padding: 0 0 8px;
18305 line-height: 1.5715;
18306 white-space: initial;
18307 text-align: left;
18308 }
18309 .ant-form-item .ant-form-item-label > label {
18310 margin: 0;
18311 }
18312 .ant-form-item .ant-form-item-label > label::after {
18313 display: none;
18314 }
18315 .ant-form-rtl.ant-form-item .ant-form-item-label {
18316 text-align: right;
18317 }
18318 .ant-form .ant-form-item {
18319 flex-wrap: wrap;
18320 }
18321 .ant-form .ant-form-item .ant-form-item-label,
18322 .ant-form .ant-form-item .ant-form-item-control {
18323 flex: 0 0 100%;
18324 max-width: 100%;
18325 }
18326 .ant-col-xs-24.ant-form-item-label {
18327 padding: 0 0 8px;
18328 line-height: 1.5715;
18329 white-space: initial;
18330 text-align: left;
18331 }
18332 .ant-col-xs-24.ant-form-item-label > label {
18333 margin: 0;
18334 }
18335 .ant-col-xs-24.ant-form-item-label > label::after {
18336 display: none;
18337 }
18338 .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
18339 text-align: right;
18340 }
18341}
18342@media (max-width: 767px) {
18343 .ant-col-sm-24.ant-form-item-label {
18344 padding: 0 0 8px;
18345 line-height: 1.5715;
18346 white-space: initial;
18347 text-align: left;
18348 }
18349 .ant-col-sm-24.ant-form-item-label > label {
18350 margin: 0;
18351 }
18352 .ant-col-sm-24.ant-form-item-label > label::after {
18353 display: none;
18354 }
18355 .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
18356 text-align: right;
18357 }
18358}
18359@media (max-width: 991px) {
18360 .ant-col-md-24.ant-form-item-label {
18361 padding: 0 0 8px;
18362 line-height: 1.5715;
18363 white-space: initial;
18364 text-align: left;
18365 }
18366 .ant-col-md-24.ant-form-item-label > label {
18367 margin: 0;
18368 }
18369 .ant-col-md-24.ant-form-item-label > label::after {
18370 display: none;
18371 }
18372 .ant-form-rtl.ant-col-md-24.ant-form-item-label {
18373 text-align: right;
18374 }
18375}
18376@media (max-width: 1199px) {
18377 .ant-col-lg-24.ant-form-item-label {
18378 padding: 0 0 8px;
18379 line-height: 1.5715;
18380 white-space: initial;
18381 text-align: left;
18382 }
18383 .ant-col-lg-24.ant-form-item-label > label {
18384 margin: 0;
18385 }
18386 .ant-col-lg-24.ant-form-item-label > label::after {
18387 display: none;
18388 }
18389 .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
18390 text-align: right;
18391 }
18392}
18393@media (max-width: 1599px) {
18394 .ant-col-xl-24.ant-form-item-label {
18395 padding: 0 0 8px;
18396 line-height: 1.5715;
18397 white-space: initial;
18398 text-align: left;
18399 }
18400 .ant-col-xl-24.ant-form-item-label > label {
18401 margin: 0;
18402 }
18403 .ant-col-xl-24.ant-form-item-label > label::after {
18404 display: none;
18405 }
18406 .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
18407 text-align: right;
18408 }
18409}
18410.ant-form-item {
18411 /* Some non-status related component style is in `components.less` */
18412 /* To support leave along ErrorList. We add additional className to handle explain style */
18413}
18414.ant-form-item-explain-error {
18415 color: var(--ant-error-color);
18416}
18417.ant-form-item-explain-warning {
18418 color: var(--ant-warning-color);
18419}
18420.ant-form-item-has-feedback .ant-input {
18421 padding-right: 24px;
18422}
18423.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
18424 padding-right: 18px;
18425}
18426.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
18427 right: 28px;
18428}
18429.ant-form-item-has-feedback .ant-switch {
18430 margin: 2px 0 4px;
18431}
18432.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
18433.ant-form-item-has-feedback > .ant-select .ant-select-clear,
18434.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
18435.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
18436.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
18437.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
18438 right: 32px;
18439}
18440.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
18441.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
18442.ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
18443 padding-right: 42px;
18444}
18445.ant-form-item-has-feedback .ant-cascader-picker-arrow {
18446 margin-right: 19px;
18447}
18448.ant-form-item-has-feedback .ant-cascader-picker-clear {
18449 right: 32px;
18450}
18451.ant-form-item-has-feedback .ant-picker {
18452 padding-right: 29.2px;
18453}
18454.ant-form-item-has-feedback .ant-picker-large {
18455 padding-right: 29.2px;
18456}
18457.ant-form-item-has-feedback .ant-picker-small {
18458 padding-right: 25.2px;
18459}
18460.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
18461.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
18462.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
18463.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
18464 position: absolute;
18465 top: 50%;
18466 right: 0;
18467 z-index: 1;
18468 width: 32px;
18469 height: 20px;
18470 margin-top: -10px;
18471 font-size: 14px;
18472 line-height: 20px;
18473 text-align: center;
18474 visibility: visible;
18475 -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
18476 animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
18477 pointer-events: none;
18478}
18479.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
18480 color: var(--ant-success-color);
18481 -webkit-animation-name: diffZoomIn1 !important;
18482 animation-name: diffZoomIn1 !important;
18483}
18484.ant-form-item-has-warning .ant-form-item-split {
18485 color: var(--ant-warning-color);
18486}
18487.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
18488.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
18489.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
18490.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
18491.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
18492.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
18493 background-color: #fff;
18494 border-color: var(--ant-warning-color);
18495}
18496.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
18497.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
18498.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
18499.ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
18500.ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
18501.ant-form-item-has-warning :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
18502 border-color: var(--ant-warning-color-hover);
18503 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
18504 border-right-width: 1px !important;
18505 outline: 0;
18506}
18507.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
18508 border-color: var(--ant-warning-color-hover);
18509 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
18510 border-right-width: 1px !important;
18511 outline: 0;
18512}
18513.ant-form-item-has-warning .ant-input-prefix,
18514.ant-form-item-has-warning .ant-input-number-prefix {
18515 color: var(--ant-warning-color);
18516}
18517.ant-form-item-has-warning .ant-input-group-addon,
18518.ant-form-item-has-warning .ant-input-number-group-addon {
18519 color: var(--ant-warning-color);
18520 border-color: var(--ant-warning-color);
18521}
18522.ant-form-item-has-warning .has-feedback {
18523 color: var(--ant-warning-color);
18524}
18525.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
18526 color: var(--ant-warning-color);
18527 -webkit-animation-name: diffZoomIn3 !important;
18528 animation-name: diffZoomIn3 !important;
18529}
18530.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
18531 background-color: #fff;
18532 border-color: var(--ant-warning-color) !important;
18533}
18534.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
18535.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
18536 border-color: var(--ant-warning-color-hover);
18537 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
18538 border-right-width: 1px !important;
18539 outline: 0;
18540}
18541.ant-form-item-has-warning .ant-input-number,
18542.ant-form-item-has-warning .ant-picker {
18543 background-color: #fff;
18544 border-color: var(--ant-warning-color);
18545}
18546.ant-form-item-has-warning .ant-input-number-focused,
18547.ant-form-item-has-warning .ant-picker-focused,
18548.ant-form-item-has-warning .ant-input-number:focus,
18549.ant-form-item-has-warning .ant-picker:focus {
18550 border-color: var(--ant-warning-color-hover);
18551 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
18552 border-right-width: 1px !important;
18553 outline: 0;
18554}
18555.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
18556.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
18557 background-color: #fff;
18558 border-color: var(--ant-warning-color);
18559}
18560.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
18561 border-color: var(--ant-warning-color-hover);
18562 box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
18563 border-right-width: 1px !important;
18564 outline: 0;
18565}
18566.ant-form-item-has-error .ant-form-item-split {
18567 color: var(--ant-error-color);
18568}
18569.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
18570.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
18571.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
18572.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
18573.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
18574.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
18575 background-color: #fff;
18576 border-color: var(--ant-error-color);
18577}
18578.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
18579.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
18580.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
18581.ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
18582.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
18583.ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
18584 border-color: var(--ant-error-color-hover);
18585 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18586 border-right-width: 1px !important;
18587 outline: 0;
18588}
18589.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
18590 border-color: var(--ant-error-color-hover);
18591 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18592 border-right-width: 1px !important;
18593 outline: 0;
18594}
18595.ant-form-item-has-error .ant-input-prefix,
18596.ant-form-item-has-error .ant-input-number-prefix {
18597 color: var(--ant-error-color);
18598}
18599.ant-form-item-has-error .ant-input-group-addon,
18600.ant-form-item-has-error .ant-input-number-group-addon {
18601 color: var(--ant-error-color);
18602 border-color: var(--ant-error-color);
18603}
18604.ant-form-item-has-error .has-feedback {
18605 color: var(--ant-error-color);
18606}
18607.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
18608 color: var(--ant-error-color);
18609 -webkit-animation-name: diffZoomIn2 !important;
18610 animation-name: diffZoomIn2 !important;
18611}
18612.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
18613 background-color: #fff;
18614 border-color: var(--ant-error-color) !important;
18615}
18616.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
18617.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
18618 border-color: var(--ant-error-color-hover);
18619 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18620 border-right-width: 1px !important;
18621 outline: 0;
18622}
18623.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
18624.ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
18625 background-color: inherit;
18626 border: 0;
18627 box-shadow: none;
18628}
18629.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
18630 border-color: var(--ant-error-color);
18631}
18632.ant-form-item-has-error .ant-input-number,
18633.ant-form-item-has-error .ant-picker {
18634 background-color: #fff;
18635 border-color: var(--ant-error-color);
18636}
18637.ant-form-item-has-error .ant-input-number-focused,
18638.ant-form-item-has-error .ant-picker-focused,
18639.ant-form-item-has-error .ant-input-number:focus,
18640.ant-form-item-has-error .ant-picker:focus {
18641 border-color: var(--ant-error-color-hover);
18642 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18643 border-right-width: 1px !important;
18644 outline: 0;
18645}
18646.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
18647.ant-form-item-has-error .ant-picker:not([disabled]):hover {
18648 background-color: #fff;
18649 border-color: var(--ant-error-color);
18650}
18651.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
18652.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
18653 background-color: #fff;
18654 border-color: var(--ant-error-color);
18655}
18656.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
18657.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
18658 border-color: var(--ant-error-color-hover);
18659 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18660 border-right-width: 1px !important;
18661 outline: 0;
18662}
18663.ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
18664 border-color: var(--ant-error-color);
18665}
18666.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
18667 background-color: #fff;
18668 border-color: var(--ant-error-color-hover);
18669 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18670 border-right-width: 1px !important;
18671 outline: 0;
18672}
18673.ant-form-item-has-error .ant-transfer-list {
18674 border-color: var(--ant-error-color);
18675}
18676.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
18677 border-color: #d9d9d9;
18678}
18679.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
18680 border-color: var(--ant-primary-5);
18681 border-right-width: 1px !important;
18682}
18683.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
18684 border-color: var(--ant-primary-color-hover);
18685 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
18686 border-right-width: 1px !important;
18687 outline: 0;
18688}
18689.ant-form-item-has-error .ant-radio-button-wrapper {
18690 border-color: var(--ant-error-color) !important;
18691}
18692.ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
18693 background-color: var(--ant-error-color);
18694}
18695.ant-form-item-has-error .ant-mentions {
18696 border-color: var(--ant-error-color) !important;
18697}
18698.ant-form-item-has-error .ant-mentions-focused,
18699.ant-form-item-has-error .ant-mentions:focus {
18700 border-color: var(--ant-error-color-hover);
18701 box-shadow: 0 0 0 2px var(--ant-error-color-outline);
18702 border-right-width: 1px !important;
18703 outline: 0;
18704}
18705.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
18706 display: inline-block;
18707 color: var(--ant-primary-color);
18708}
18709.ant-form {
18710 box-sizing: border-box;
18711 margin: 0;
18712 padding: 0;
18713 color: rgba(0, 0, 0, 0.85);
18714 font-size: 14px;
18715 font-variant: tabular-nums;
18716 line-height: 1.5715;
18717 list-style: none;
18718 font-feature-settings: 'tnum';
18719}
18720.ant-form legend {
18721 display: block;
18722 width: 100%;
18723 margin-bottom: 20px;
18724 padding: 0;
18725 color: rgba(0, 0, 0, 0.45);
18726 font-size: 16px;
18727 line-height: inherit;
18728 border: 0;
18729 border-bottom: 1px solid #d9d9d9;
18730}
18731.ant-form label {
18732 font-size: 14px;
18733}
18734.ant-form input[type='search'] {
18735 box-sizing: border-box;
18736}
18737.ant-form input[type='radio'],
18738.ant-form input[type='checkbox'] {
18739 line-height: normal;
18740}
18741.ant-form input[type='file'] {
18742 display: block;
18743}
18744.ant-form input[type='range'] {
18745 display: block;
18746 width: 100%;
18747}
18748.ant-form select[multiple],
18749.ant-form select[size] {
18750 height: auto;
18751}
18752.ant-form input[type='file']:focus,
18753.ant-form input[type='radio']:focus,
18754.ant-form input[type='checkbox']:focus {
18755 outline: thin dotted;
18756 outline: 5px auto -webkit-focus-ring-color;
18757 outline-offset: -2px;
18758}
18759.ant-form output {
18760 display: block;
18761 padding-top: 15px;
18762 color: rgba(0, 0, 0, 0.85);
18763 font-size: 14px;
18764 line-height: 1.5715;
18765}
18766.ant-form .ant-form-text {
18767 display: inline-block;
18768 padding-right: 8px;
18769}
18770.ant-form-small .ant-form-item-label > label {
18771 height: 24px;
18772}
18773.ant-form-small .ant-form-item-control-input {
18774 min-height: 24px;
18775}
18776.ant-form-large .ant-form-item-label > label {
18777 height: 40px;
18778}
18779.ant-form-large .ant-form-item-control-input {
18780 min-height: 40px;
18781}
18782.ant-form-item {
18783 box-sizing: border-box;
18784 margin: 0;
18785 padding: 0;
18786 color: rgba(0, 0, 0, 0.85);
18787 font-size: 14px;
18788 font-variant: tabular-nums;
18789 line-height: 1.5715;
18790 list-style: none;
18791 font-feature-settings: 'tnum';
18792 margin-bottom: 24px;
18793 vertical-align: top;
18794 transition: margin-bottom 0.3s 0.017s linear;
18795}
18796.ant-form-item-with-help {
18797 margin-bottom: 0;
18798 transition: none;
18799}
18800.ant-form-item-hidden,
18801.ant-form-item-hidden.ant-row {
18802 display: none;
18803}
18804.ant-form-item-label {
18805 display: inline-block;
18806 flex-grow: 0;
18807 overflow: hidden;
18808 white-space: nowrap;
18809 text-align: right;
18810 vertical-align: middle;
18811}
18812.ant-form-item-label-left {
18813 text-align: left;
18814}
18815.ant-form-item-label-wrap {
18816 overflow: unset;
18817 line-height: 1.3215em;
18818 white-space: unset;
18819}
18820.ant-form-item-label > label {
18821 position: relative;
18822 display: inline-flex;
18823 align-items: center;
18824 max-width: 100%;
18825 height: 32px;
18826 color: rgba(0, 0, 0, 0.85);
18827 font-size: 14px;
18828}
18829.ant-form-item-label > label > .anticon {
18830 font-size: 14px;
18831 vertical-align: top;
18832}
18833.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
18834 display: inline-block;
18835 margin-right: 4px;
18836 color: #ff4d4f;
18837 font-size: 14px;
18838 font-family: SimSun, sans-serif;
18839 line-height: 1;
18840 content: '*';
18841}
18842.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
18843 display: none;
18844}
18845.ant-form-item-label > label .ant-form-item-optional {
18846 display: inline-block;
18847 margin-left: 4px;
18848 color: rgba(0, 0, 0, 0.45);
18849}
18850.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
18851 display: none;
18852}
18853.ant-form-item-label > label .ant-form-item-tooltip {
18854 color: rgba(0, 0, 0, 0.45);
18855 cursor: help;
18856 -ms-writing-mode: lr-tb;
18857 writing-mode: horizontal-tb;
18858 -webkit-margin-start: 4px;
18859 margin-inline-start: 4px;
18860}
18861.ant-form-item-label > label::after {
18862 content: ':';
18863 position: relative;
18864 top: -0.5px;
18865 margin: 0 8px 0 2px;
18866}
18867.ant-form-item-label > label.ant-form-item-no-colon::after {
18868 content: ' ';
18869}
18870.ant-form-item-control {
18871 display: flex;
18872 flex-direction: column;
18873 flex-grow: 1;
18874}
18875.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
18876 width: 100%;
18877}
18878.ant-form-item-control-input {
18879 position: relative;
18880 display: flex;
18881 align-items: center;
18882 min-height: 32px;
18883}
18884.ant-form-item-control-input-content {
18885 flex: auto;
18886 max-width: 100%;
18887}
18888.ant-form-item-explain,
18889.ant-form-item-extra {
18890 clear: both;
18891 color: rgba(0, 0, 0, 0.45);
18892 font-size: 14px;
18893 line-height: 1.5715;
18894 transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
18895}
18896.ant-form-item-explain-connected {
18897 height: 0;
18898 min-height: 0;
18899 opacity: 0;
18900}
18901.ant-form-item-extra {
18902 min-height: 24px;
18903}
18904.ant-form-item .ant-input-textarea-show-count::after {
18905 margin-bottom: -22px;
18906}
18907.ant-form-item-with-help .ant-form-item-explain {
18908 height: auto;
18909 min-height: 24px;
18910 opacity: 1;
18911}
18912.ant-show-help {
18913 transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
18914}
18915.ant-show-help-leave {
18916 min-height: 24px;
18917}
18918.ant-show-help-leave-active {
18919 min-height: 0;
18920}
18921.ant-show-help-item {
18922 overflow: hidden;
18923 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;
18924}
18925.ant-show-help-item-appear,
18926.ant-show-help-item-enter {
18927 transform: translateY(-5px);
18928 opacity: 0;
18929}
18930.ant-show-help-item-appear-active,
18931.ant-show-help-item-enter-active {
18932 transform: translateY(0);
18933 opacity: 1;
18934}
18935.ant-show-help-item-leave-active {
18936 transform: translateY(-5px);
18937}
18938@-webkit-keyframes diffZoomIn1 {
18939 0% {
18940 transform: scale(0);
18941 opacity: 0;
18942 }
18943 100% {
18944 transform: scale(1);
18945 opacity: 1;
18946 }
18947}
18948@keyframes diffZoomIn1 {
18949 0% {
18950 transform: scale(0);
18951 opacity: 0;
18952 }
18953 100% {
18954 transform: scale(1);
18955 opacity: 1;
18956 }
18957}
18958@-webkit-keyframes diffZoomIn2 {
18959 0% {
18960 transform: scale(0);
18961 opacity: 0;
18962 }
18963 100% {
18964 transform: scale(1);
18965 opacity: 1;
18966 }
18967}
18968@keyframes diffZoomIn2 {
18969 0% {
18970 transform: scale(0);
18971 opacity: 0;
18972 }
18973 100% {
18974 transform: scale(1);
18975 opacity: 1;
18976 }
18977}
18978@-webkit-keyframes diffZoomIn3 {
18979 0% {
18980 transform: scale(0);
18981 opacity: 0;
18982 }
18983 100% {
18984 transform: scale(1);
18985 opacity: 1;
18986 }
18987}
18988@keyframes diffZoomIn3 {
18989 0% {
18990 transform: scale(0);
18991 opacity: 0;
18992 }
18993 100% {
18994 transform: scale(1);
18995 opacity: 1;
18996 }
18997}
18998.ant-form-rtl {
18999 direction: rtl;
19000}
19001.ant-form-rtl .ant-form-item-label {
19002 text-align: left;
19003}
19004.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
19005 margin-right: 0;
19006 margin-left: 4px;
19007}
19008.ant-form-rtl .ant-form-item-label > label::after {
19009 margin: 0 2px 0 8px;
19010}
19011.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
19012 margin-right: 4px;
19013 margin-left: 0;
19014}
19015.ant-col-rtl .ant-form-item-control:first-child {
19016 width: 100%;
19017}
19018.ant-form-rtl .ant-form-item-has-feedback .ant-input {
19019 padding-right: 11px;
19020 padding-left: 24px;
19021}
19022.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
19023 padding-right: 11px;
19024 padding-left: 18px;
19025}
19026.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
19027 padding: 0;
19028}
19029.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
19030 padding: 0;
19031}
19032.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
19033 right: auto;
19034 left: 28px;
19035}
19036.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
19037 padding-left: 18px;
19038}
19039.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
19040.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
19041.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
19042.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
19043.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
19044.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
19045 right: auto;
19046 left: 32px;
19047}
19048.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
19049.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
19050.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
19051 padding-right: 0;
19052 padding-left: 42px;
19053}
19054.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
19055 margin-right: 0;
19056 margin-left: 19px;
19057}
19058.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
19059 right: auto;
19060 left: 32px;
19061}
19062.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
19063 padding-right: 11px;
19064 padding-left: 29.2px;
19065}
19066.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
19067 padding-right: 11px;
19068 padding-left: 29.2px;
19069}
19070.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
19071 padding-right: 7px;
19072 padding-left: 25.2px;
19073}
19074.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
19075.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
19076.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
19077.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
19078 right: auto;
19079 left: 0;
19080}
19081.ant-form-rtl.ant-form-inline .ant-form-item {
19082 margin-right: 0;
19083 margin-left: 16px;
19084}
19085
19086/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19087/* stylelint-disable no-duplicate-selectors */
19088/* stylelint-disable */
19089/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19090html {
19091 --ant-primary-color: #1890ff;
19092 --ant-primary-color-hover: #40a9ff;
19093 --ant-primary-color-active: #096dd9;
19094 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19095 --ant-primary-1: #e6f7ff;
19096 --ant-primary-2: #bae7ff;
19097 --ant-primary-3: #91d5ff;
19098 --ant-primary-4: #69c0ff;
19099 --ant-primary-5: #40a9ff;
19100 --ant-primary-6: #1890ff;
19101 --ant-primary-7: #096dd9;
19102 --ant-primary-color-deprecated-pure: ;
19103 --ant-primary-color-deprecated-l-35: #cbe6ff;
19104 --ant-primary-color-deprecated-l-20: #7ec1ff;
19105 --ant-primary-color-deprecated-t-20: #46a6ff;
19106 --ant-primary-color-deprecated-t-50: #8cc8ff;
19107 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19108 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19109 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19110 --ant-success-color: #52c41a;
19111 --ant-success-color-hover: #73d13d;
19112 --ant-success-color-active: #389e0d;
19113 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
19114 --ant-success-color-deprecated-bg: #f6ffed;
19115 --ant-success-color-deprecated-border: #b7eb8f;
19116 --ant-error-color: #ff4d4f;
19117 --ant-error-color-hover: #ff7875;
19118 --ant-error-color-active: #d9363e;
19119 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
19120 --ant-error-color-deprecated-bg: #fff2f0;
19121 --ant-error-color-deprecated-border: #ffccc7;
19122 --ant-warning-color: #faad14;
19123 --ant-warning-color-hover: #ffc53d;
19124 --ant-warning-color-active: #d48806;
19125 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
19126 --ant-warning-color-deprecated-bg: #fffbe6;
19127 --ant-warning-color-deprecated-border: #ffe58f;
19128 --ant-info-color: #1890ff;
19129 --ant-info-color-deprecated-bg: #e6f7ff;
19130 --ant-info-color-deprecated-border: #91d5ff;
19131}
19132
19133/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19134/* stylelint-disable no-duplicate-selectors */
19135/* stylelint-disable */
19136/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19137html {
19138 --ant-primary-color: #1890ff;
19139 --ant-primary-color-hover: #40a9ff;
19140 --ant-primary-color-active: #096dd9;
19141 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19142 --ant-primary-1: #e6f7ff;
19143 --ant-primary-2: #bae7ff;
19144 --ant-primary-3: #91d5ff;
19145 --ant-primary-4: #69c0ff;
19146 --ant-primary-5: #40a9ff;
19147 --ant-primary-6: #1890ff;
19148 --ant-primary-7: #096dd9;
19149 --ant-primary-color-deprecated-pure: ;
19150 --ant-primary-color-deprecated-l-35: #cbe6ff;
19151 --ant-primary-color-deprecated-l-20: #7ec1ff;
19152 --ant-primary-color-deprecated-t-20: #46a6ff;
19153 --ant-primary-color-deprecated-t-50: #8cc8ff;
19154 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19155 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19156 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19157 --ant-success-color: #52c41a;
19158 --ant-success-color-hover: #73d13d;
19159 --ant-success-color-active: #389e0d;
19160 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
19161 --ant-success-color-deprecated-bg: #f6ffed;
19162 --ant-success-color-deprecated-border: #b7eb8f;
19163 --ant-error-color: #ff4d4f;
19164 --ant-error-color-hover: #ff7875;
19165 --ant-error-color-active: #d9363e;
19166 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
19167 --ant-error-color-deprecated-bg: #fff2f0;
19168 --ant-error-color-deprecated-border: #ffccc7;
19169 --ant-warning-color: #faad14;
19170 --ant-warning-color-hover: #ffc53d;
19171 --ant-warning-color-active: #d48806;
19172 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
19173 --ant-warning-color-deprecated-bg: #fffbe6;
19174 --ant-warning-color-deprecated-border: #ffe58f;
19175 --ant-info-color: #1890ff;
19176 --ant-info-color-deprecated-bg: #e6f7ff;
19177 --ant-info-color-deprecated-border: #91d5ff;
19178}
19179.ant-image {
19180 position: relative;
19181 display: inline-block;
19182}
19183.ant-image-img {
19184 width: 100%;
19185 height: auto;
19186 vertical-align: middle;
19187}
19188.ant-image-img-placeholder {
19189 background-color: #f5f5f5;
19190 background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
19191 background-repeat: no-repeat;
19192 background-position: center center;
19193 background-size: 30%;
19194}
19195.ant-image-mask {
19196 position: absolute;
19197 top: 0;
19198 right: 0;
19199 bottom: 0;
19200 left: 0;
19201 display: flex;
19202 align-items: center;
19203 justify-content: center;
19204 color: #fff;
19205 background: rgba(0, 0, 0, 0.5);
19206 cursor: pointer;
19207 opacity: 0;
19208 transition: opacity 0.3s;
19209}
19210.ant-image-mask-info {
19211 padding: 0 4px;
19212 overflow: hidden;
19213 white-space: nowrap;
19214 text-overflow: ellipsis;
19215}
19216.ant-image-mask-info .anticon {
19217 -webkit-margin-end: 4px;
19218 margin-inline-end: 4px;
19219}
19220.ant-image-mask:hover {
19221 opacity: 1;
19222}
19223.ant-image-placeholder {
19224 position: absolute;
19225 top: 0;
19226 right: 0;
19227 bottom: 0;
19228 left: 0;
19229}
19230.ant-image-preview {
19231 pointer-events: none;
19232 height: 100%;
19233 text-align: center;
19234}
19235.ant-image-preview.ant-zoom-enter,
19236.ant-image-preview.antzoom-appear {
19237 transform: none;
19238 opacity: 0;
19239 -webkit-animation-duration: 0.3s;
19240 animation-duration: 0.3s;
19241 -webkit-user-select: none;
19242 -moz-user-select: none;
19243 -ms-user-select: none;
19244 user-select: none;
19245}
19246.ant-image-preview-mask {
19247 position: fixed;
19248 top: 0;
19249 right: 0;
19250 bottom: 0;
19251 left: 0;
19252 z-index: 1000;
19253 height: 100%;
19254 background-color: rgba(0, 0, 0, 0.45);
19255}
19256.ant-image-preview-mask-hidden {
19257 display: none;
19258}
19259.ant-image-preview-wrap {
19260 position: fixed;
19261 top: 0;
19262 right: 0;
19263 bottom: 0;
19264 left: 0;
19265 overflow: auto;
19266 outline: 0;
19267 -webkit-overflow-scrolling: touch;
19268}
19269.ant-image-preview-body {
19270 position: absolute;
19271 top: 0;
19272 right: 0;
19273 bottom: 0;
19274 left: 0;
19275 overflow: hidden;
19276}
19277.ant-image-preview-img {
19278 max-width: 100%;
19279 max-height: 100%;
19280 vertical-align: middle;
19281 transform: scale3d(1, 1, 1);
19282 cursor: -webkit-grab;
19283 cursor: grab;
19284 transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
19285 -webkit-user-select: none;
19286 -moz-user-select: none;
19287 -ms-user-select: none;
19288 user-select: none;
19289 pointer-events: auto;
19290}
19291.ant-image-preview-img-wrapper {
19292 position: absolute;
19293 top: 0;
19294 right: 0;
19295 bottom: 0;
19296 left: 0;
19297 transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
19298}
19299.ant-image-preview-img-wrapper::before {
19300 display: inline-block;
19301 width: 1px;
19302 height: 50%;
19303 margin-right: -1px;
19304 content: '';
19305}
19306.ant-image-preview-moving .ant-image-preview-img {
19307 cursor: -webkit-grabbing;
19308 cursor: grabbing;
19309}
19310.ant-image-preview-moving .ant-image-preview-img-wrapper {
19311 transition-duration: 0s;
19312}
19313.ant-image-preview-wrap {
19314 z-index: 1080;
19315}
19316.ant-image-preview-operations {
19317 box-sizing: border-box;
19318 margin: 0;
19319 padding: 0;
19320 color: rgba(0, 0, 0, 0.85);
19321 font-size: 14px;
19322 font-variant: tabular-nums;
19323 line-height: 1.5715;
19324 font-feature-settings: 'tnum';
19325 position: absolute;
19326 top: 0;
19327 right: 0;
19328 z-index: 1;
19329 display: flex;
19330 flex-direction: row-reverse;
19331 align-items: center;
19332 width: 100%;
19333 color: rgba(255, 255, 255, 0.85);
19334 list-style: none;
19335 background: rgba(0, 0, 0, 0.1);
19336 pointer-events: auto;
19337}
19338.ant-image-preview-operations-operation {
19339 margin-left: 12px;
19340 padding: 12px;
19341 cursor: pointer;
19342}
19343.ant-image-preview-operations-operation-disabled {
19344 color: rgba(255, 255, 255, 0.25);
19345 pointer-events: none;
19346}
19347.ant-image-preview-operations-operation:last-of-type {
19348 margin-left: 0;
19349}
19350.ant-image-preview-operations-icon {
19351 font-size: 18px;
19352}
19353.ant-image-preview-switch-left,
19354.ant-image-preview-switch-right {
19355 position: absolute;
19356 top: 50%;
19357 right: 10px;
19358 z-index: 1;
19359 display: flex;
19360 align-items: center;
19361 justify-content: center;
19362 width: 44px;
19363 height: 44px;
19364 margin-top: -22px;
19365 color: rgba(255, 255, 255, 0.85);
19366 background: rgba(0, 0, 0, 0.1);
19367 border-radius: 50%;
19368 cursor: pointer;
19369 pointer-events: auto;
19370}
19371.ant-image-preview-switch-left-disabled,
19372.ant-image-preview-switch-right-disabled {
19373 color: rgba(255, 255, 255, 0.25);
19374 cursor: not-allowed;
19375}
19376.ant-image-preview-switch-left-disabled > .anticon,
19377.ant-image-preview-switch-right-disabled > .anticon {
19378 cursor: not-allowed;
19379}
19380.ant-image-preview-switch-left > .anticon,
19381.ant-image-preview-switch-right > .anticon {
19382 font-size: 18px;
19383}
19384.ant-image-preview-switch-left {
19385 left: 10px;
19386}
19387.ant-image-preview-switch-right {
19388 right: 10px;
19389}
19390
19391/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19392/* stylelint-disable no-duplicate-selectors */
19393/* stylelint-disable */
19394/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19395html {
19396 --ant-primary-color: #1890ff;
19397 --ant-primary-color-hover: #40a9ff;
19398 --ant-primary-color-active: #096dd9;
19399 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
19400 --ant-primary-1: #e6f7ff;
19401 --ant-primary-2: #bae7ff;
19402 --ant-primary-3: #91d5ff;
19403 --ant-primary-4: #69c0ff;
19404 --ant-primary-5: #40a9ff;
19405 --ant-primary-6: #1890ff;
19406 --ant-primary-7: #096dd9;
19407 --ant-primary-color-deprecated-pure: ;
19408 --ant-primary-color-deprecated-l-35: #cbe6ff;
19409 --ant-primary-color-deprecated-l-20: #7ec1ff;
19410 --ant-primary-color-deprecated-t-20: #46a6ff;
19411 --ant-primary-color-deprecated-t-50: #8cc8ff;
19412 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
19413 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
19414 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
19415 --ant-success-color: #52c41a;
19416 --ant-success-color-hover: #73d13d;
19417 --ant-success-color-active: #389e0d;
19418 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
19419 --ant-success-color-deprecated-bg: #f6ffed;
19420 --ant-success-color-deprecated-border: #b7eb8f;
19421 --ant-error-color: #ff4d4f;
19422 --ant-error-color-hover: #ff7875;
19423 --ant-error-color-active: #d9363e;
19424 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
19425 --ant-error-color-deprecated-bg: #fff2f0;
19426 --ant-error-color-deprecated-border: #ffccc7;
19427 --ant-warning-color: #faad14;
19428 --ant-warning-color-hover: #ffc53d;
19429 --ant-warning-color-active: #d48806;
19430 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
19431 --ant-warning-color-deprecated-bg: #fffbe6;
19432 --ant-warning-color-deprecated-border: #ffe58f;
19433 --ant-info-color: #1890ff;
19434 --ant-info-color-deprecated-bg: #e6f7ff;
19435 --ant-info-color-deprecated-border: #91d5ff;
19436}
19437.ant-input-number-affix-wrapper {
19438 position: relative;
19439 display: inline-block;
19440 width: 100%;
19441 min-width: 0;
19442 padding: 4px 11px;
19443 color: rgba(0, 0, 0, 0.85);
19444 font-size: 14px;
19445 line-height: 1.5715;
19446 background-color: #fff;
19447 background-image: none;
19448 border: 1px solid #d9d9d9;
19449 border-radius: 2px;
19450 transition: all 0.3s;
19451 /* stylelint-disable-next-line selector-no-vendor-prefix */
19452 position: static;
19453 display: inline-flex;
19454 width: 90px;
19455 padding: 0;
19456 -webkit-padding-start: 11px;
19457 padding-inline-start: 11px;
19458}
19459.ant-input-number-affix-wrapper::-moz-placeholder {
19460 opacity: 1;
19461}
19462.ant-input-number-affix-wrapper:-ms-input-placeholder {
19463 color: #bfbfbf;
19464 -ms-user-select: none;
19465 user-select: none;
19466}
19467.ant-input-number-affix-wrapper::placeholder {
19468 color: #bfbfbf;
19469 -webkit-user-select: none;
19470 -moz-user-select: none;
19471 -ms-user-select: none;
19472 user-select: none;
19473}
19474.ant-input-number-affix-wrapper:-moz-placeholder-shown {
19475 text-overflow: ellipsis;
19476}
19477.ant-input-number-affix-wrapper:-ms-input-placeholder {
19478 text-overflow: ellipsis;
19479}
19480.ant-input-number-affix-wrapper:placeholder-shown {
19481 text-overflow: ellipsis;
19482}
19483.ant-input-number-affix-wrapper:hover {
19484 border-color: var(--ant-primary-5);
19485 border-right-width: 1px !important;
19486}
19487.ant-input-number-affix-wrapper:focus,
19488.ant-input-number-affix-wrapper-focused {
19489 border-color: var(--ant-primary-color-hover);
19490 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
19491 border-right-width: 1px !important;
19492 outline: 0;
19493}
19494.ant-input-number-affix-wrapper-disabled {
19495 color: rgba(0, 0, 0, 0.25);
19496 background-color: #f5f5f5;
19497 border-color: #d9d9d9;
19498 box-shadow: none;
19499 cursor: not-allowed;
19500 opacity: 1;
19501}
19502.ant-input-number-affix-wrapper-disabled:hover {
19503 border-color: #d9d9d9;
19504 border-right-width: 1px !important;
19505}
19506.ant-input-number-affix-wrapper[disabled] {
19507 color: rgba(0, 0, 0, 0.25);
19508 background-color: #f5f5f5;
19509 border-color: #d9d9d9;
19510 box-shadow: none;
19511 cursor: not-allowed;
19512 opacity: 1;
19513}
19514.ant-input-number-affix-wrapper[disabled]:hover {
19515 border-color: #d9d9d9;
19516 border-right-width: 1px !important;
19517}
19518.ant-input-number-affix-wrapper-borderless,
19519.ant-input-number-affix-wrapper-borderless:hover,
19520.ant-input-number-affix-wrapper-borderless:focus,
19521.ant-input-number-affix-wrapper-borderless-focused,
19522.ant-input-number-affix-wrapper-borderless-disabled,
19523.ant-input-number-affix-wrapper-borderless[disabled] {
19524 background-color: transparent;
19525 border: none;
19526 box-shadow: none;
19527}
19528textarea.ant-input-number-affix-wrapper {
19529 max-width: 100%;
19530 height: auto;
19531 min-height: 32px;
19532 line-height: 1.5715;
19533 vertical-align: bottom;
19534 transition: all 0.3s, height 0s;
19535}
19536.ant-input-number-affix-wrapper-lg {
19537 padding: 6.5px 11px;
19538 font-size: 16px;
19539}
19540.ant-input-number-affix-wrapper-sm {
19541 padding: 0px 7px;
19542}
19543.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
19544 border-color: var(--ant-primary-5);
19545 border-right-width: 1px !important;
19546 z-index: 1;
19547}
19548.ant-input-number-affix-wrapper-focused,
19549.ant-input-number-affix-wrapper:focus {
19550 z-index: 1;
19551}
19552.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
19553 background: transparent;
19554}
19555.ant-input-number-affix-wrapper > div.ant-input-number {
19556 width: 100%;
19557 border: none;
19558 outline: none;
19559}
19560.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
19561 box-shadow: none !important;
19562}
19563.ant-input-number-affix-wrapper input.ant-input-number-input {
19564 padding: 0;
19565}
19566.ant-input-number-affix-wrapper::before {
19567 width: 0;
19568 visibility: hidden;
19569 content: '\a0';
19570}
19571.ant-input-number-prefix {
19572 display: flex;
19573 flex: none;
19574 align-items: center;
19575 -webkit-margin-end: 4px;
19576 margin-inline-end: 4px;
19577}
19578.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
19579 width: 100%;
19580}
19581.ant-input-number {
19582 box-sizing: border-box;
19583 font-variant: tabular-nums;
19584 list-style: none;
19585 font-feature-settings: 'tnum';
19586 position: relative;
19587 width: 100%;
19588 min-width: 0;
19589 padding: 4px 11px;
19590 color: rgba(0, 0, 0, 0.85);
19591 font-size: 14px;
19592 line-height: 1.5715;
19593 background-color: #fff;
19594 background-image: none;
19595 transition: all 0.3s;
19596 /* stylelint-disable-next-line selector-no-vendor-prefix */
19597 display: inline-block;
19598 width: 90px;
19599 margin: 0;
19600 padding: 0;
19601 border: 1px solid #d9d9d9;
19602 border-radius: 2px;
19603}
19604.ant-input-number::-moz-placeholder {
19605 opacity: 1;
19606}
19607.ant-input-number:-ms-input-placeholder {
19608 color: #bfbfbf;
19609 -ms-user-select: none;
19610 user-select: none;
19611}
19612.ant-input-number::placeholder {
19613 color: #bfbfbf;
19614 -webkit-user-select: none;
19615 -moz-user-select: none;
19616 -ms-user-select: none;
19617 user-select: none;
19618}
19619.ant-input-number:-moz-placeholder-shown {
19620 text-overflow: ellipsis;
19621}
19622.ant-input-number:-ms-input-placeholder {
19623 text-overflow: ellipsis;
19624}
19625.ant-input-number:placeholder-shown {
19626 text-overflow: ellipsis;
19627}
19628.ant-input-number:hover {
19629 border-color: var(--ant-primary-5);
19630 border-right-width: 1px !important;
19631}
19632.ant-input-number:focus,
19633.ant-input-number-focused {
19634 border-color: var(--ant-primary-color-hover);
19635 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
19636 border-right-width: 1px !important;
19637 outline: 0;
19638}
19639.ant-input-number-disabled {
19640 color: rgba(0, 0, 0, 0.25);
19641 background-color: #f5f5f5;
19642 border-color: #d9d9d9;
19643 box-shadow: none;
19644 cursor: not-allowed;
19645 opacity: 1;
19646}
19647.ant-input-number-disabled:hover {
19648 border-color: #d9d9d9;
19649 border-right-width: 1px !important;
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 !important;
19662}
19663.ant-input-number-borderless,
19664.ant-input-number-borderless:hover,
19665.ant-input-number-borderless:focus,
19666.ant-input-number-borderless-focused,
19667.ant-input-number-borderless-disabled,
19668.ant-input-number-borderless[disabled] {
19669 background-color: transparent;
19670 border: none;
19671 box-shadow: none;
19672}
19673textarea.ant-input-number {
19674 max-width: 100%;
19675 height: auto;
19676 min-height: 32px;
19677 line-height: 1.5715;
19678 vertical-align: bottom;
19679 transition: all 0.3s, height 0s;
19680}
19681.ant-input-number-lg {
19682 padding: 6.5px 11px;
19683 font-size: 16px;
19684}
19685.ant-input-number-sm {
19686 padding: 0px 7px;
19687}
19688.ant-input-number-group {
19689 box-sizing: border-box;
19690 margin: 0;
19691 padding: 0;
19692 color: rgba(0, 0, 0, 0.85);
19693 font-size: 14px;
19694 font-variant: tabular-nums;
19695 line-height: 1.5715;
19696 list-style: none;
19697 font-feature-settings: 'tnum';
19698 position: relative;
19699 display: table;
19700 width: 100%;
19701 border-collapse: separate;
19702 border-spacing: 0;
19703}
19704.ant-input-number-group[class*='col-'] {
19705 float: none;
19706 padding-right: 0;
19707 padding-left: 0;
19708}
19709.ant-input-number-group > [class*='col-'] {
19710 padding-right: 8px;
19711}
19712.ant-input-number-group > [class*='col-']:last-child {
19713 padding-right: 0;
19714}
19715.ant-input-number-group-addon,
19716.ant-input-number-group-wrap,
19717.ant-input-number-group > .ant-input-number {
19718 display: table-cell;
19719}
19720.ant-input-number-group-addon:not(:first-child):not(:last-child),
19721.ant-input-number-group-wrap:not(:first-child):not(:last-child),
19722.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
19723 border-radius: 0;
19724}
19725.ant-input-number-group-addon,
19726.ant-input-number-group-wrap {
19727 width: 1px;
19728 white-space: nowrap;
19729 vertical-align: middle;
19730}
19731.ant-input-number-group-wrap > * {
19732 display: block !important;
19733}
19734.ant-input-number-group .ant-input-number {
19735 float: left;
19736 width: 100%;
19737 margin-bottom: 0;
19738 text-align: inherit;
19739}
19740.ant-input-number-group .ant-input-number:focus {
19741 z-index: 1;
19742 border-right-width: 1px;
19743}
19744.ant-input-number-group .ant-input-number:hover {
19745 z-index: 1;
19746 border-right-width: 1px;
19747}
19748.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
19749 z-index: 0;
19750}
19751.ant-input-number-group-addon {
19752 position: relative;
19753 padding: 0 11px;
19754 color: rgba(0, 0, 0, 0.85);
19755 font-weight: normal;
19756 font-size: 14px;
19757 text-align: center;
19758 background-color: #fafafa;
19759 border: 1px solid #d9d9d9;
19760 border-radius: 2px;
19761 transition: all 0.3s;
19762}
19763.ant-input-number-group-addon .ant-select {
19764 margin: -5px -11px;
19765}
19766.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
19767 background-color: inherit;
19768 border: 1px solid transparent;
19769 box-shadow: none;
19770}
19771.ant-input-number-group-addon .ant-select-open .ant-select-selector,
19772.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
19773 color: var(--ant-primary-color);
19774}
19775.ant-input-number-group-addon .ant-cascader-picker {
19776 margin: -9px -12px;
19777 background-color: transparent;
19778}
19779.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
19780 text-align: left;
19781 border: 0;
19782 box-shadow: none;
19783}
19784.ant-input-number-group > .ant-input-number:first-child,
19785.ant-input-number-group-addon:first-child {
19786 border-top-right-radius: 0;
19787 border-bottom-right-radius: 0;
19788}
19789.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
19790.ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
19791 border-top-right-radius: 0;
19792 border-bottom-right-radius: 0;
19793}
19794.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
19795 border-top-left-radius: 0;
19796 border-bottom-left-radius: 0;
19797}
19798.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
19799 border-top-right-radius: 0;
19800 border-bottom-right-radius: 0;
19801}
19802.ant-input-number-group-addon:first-child {
19803 border-right: 0;
19804}
19805.ant-input-number-group-addon:last-child {
19806 border-left: 0;
19807}
19808.ant-input-number-group > .ant-input-number:last-child,
19809.ant-input-number-group-addon:last-child {
19810 border-top-left-radius: 0;
19811 border-bottom-left-radius: 0;
19812}
19813.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
19814.ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
19815 border-top-left-radius: 0;
19816 border-bottom-left-radius: 0;
19817}
19818.ant-input-number-group-lg .ant-input-number,
19819.ant-input-number-group-lg > .ant-input-number-group-addon {
19820 padding: 6.5px 11px;
19821 font-size: 16px;
19822}
19823.ant-input-number-group-sm .ant-input-number,
19824.ant-input-number-group-sm > .ant-input-number-group-addon {
19825 padding: 0px 7px;
19826}
19827.ant-input-number-group-lg .ant-select-single .ant-select-selector {
19828 height: 40px;
19829}
19830.ant-input-number-group-sm .ant-select-single .ant-select-selector {
19831 height: 24px;
19832}
19833.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
19834 border-top-right-radius: 0;
19835 border-bottom-right-radius: 0;
19836}
19837.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
19838 border-top-left-radius: 2px;
19839 border-bottom-left-radius: 2px;
19840}
19841.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
19842.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
19843 border-top-left-radius: 0;
19844 border-bottom-left-radius: 0;
19845}
19846.ant-input-number-group.ant-input-number-group-compact {
19847 display: block;
19848}
19849.ant-input-number-group.ant-input-number-group-compact::before {
19850 display: table;
19851 content: '';
19852}
19853.ant-input-number-group.ant-input-number-group-compact::after {
19854 display: table;
19855 clear: both;
19856 content: '';
19857}
19858.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
19859.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
19860.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
19861 border-right-width: 1px;
19862}
19863.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
19864.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
19865.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
19866 z-index: 1;
19867}
19868.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
19869.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
19870.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
19871 z-index: 1;
19872}
19873.ant-input-number-group.ant-input-number-group-compact > * {
19874 display: inline-block;
19875 float: none;
19876 vertical-align: top;
19877 border-radius: 0;
19878}
19879.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
19880 display: inline-flex;
19881}
19882.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
19883 display: inline-flex;
19884}
19885.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
19886 margin-right: -1px;
19887 border-right-width: 1px;
19888}
19889.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
19890 float: none;
19891}
19892.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
19893.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
19894.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
19895.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
19896 border-right-width: 1px;
19897 border-radius: 0;
19898}
19899.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
19900.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
19901.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
19902.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
19903 z-index: 1;
19904}
19905.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
19906.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
19907.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
19908.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
19909 z-index: 1;
19910}
19911.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
19912 z-index: 1;
19913}
19914.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
19915 z-index: 1;
19916}
19917.ant-input-number-group.ant-input-number-group-compact > *:first-child,
19918.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
19919.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
19920.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
19921 border-top-left-radius: 2px;
19922 border-bottom-left-radius: 2px;
19923}
19924.ant-input-number-group.ant-input-number-group-compact > *:last-child,
19925.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
19926.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
19927.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
19928 border-right-width: 1px;
19929 border-top-right-radius: 2px;
19930 border-bottom-right-radius: 2px;
19931}
19932.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
19933 vertical-align: top;
19934}
19935.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
19936 margin-left: -1px;
19937}
19938.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
19939 border-radius: 0;
19940}
19941.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 {
19942 border-radius: 0;
19943}
19944.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
19945 border-radius: 2px 0 0 2px;
19946}
19947.ant-input-number-group-wrapper {
19948 display: inline-block;
19949 text-align: start;
19950 vertical-align: top;
19951}
19952.ant-input-number-handler {
19953 position: relative;
19954 display: block;
19955 width: 100%;
19956 height: 50%;
19957 overflow: hidden;
19958 color: rgba(0, 0, 0, 0.45);
19959 font-weight: bold;
19960 line-height: 0;
19961 text-align: center;
19962 border-left: 1px solid #d9d9d9;
19963 transition: all 0.1s linear;
19964}
19965.ant-input-number-handler:active {
19966 background: #f4f4f4;
19967}
19968.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
19969.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
19970 color: var(--ant-primary-5);
19971}
19972.ant-input-number-handler-up-inner,
19973.ant-input-number-handler-down-inner {
19974 display: inline-block;
19975 color: inherit;
19976 font-style: normal;
19977 line-height: 0;
19978 text-align: center;
19979 text-transform: none;
19980 vertical-align: -0.125em;
19981 text-rendering: optimizeLegibility;
19982 -webkit-font-smoothing: antialiased;
19983 -moz-osx-font-smoothing: grayscale;
19984 position: absolute;
19985 right: 4px;
19986 width: 12px;
19987 height: 12px;
19988 color: rgba(0, 0, 0, 0.45);
19989 line-height: 12px;
19990 transition: all 0.1s linear;
19991 -webkit-user-select: none;
19992 -moz-user-select: none;
19993 -ms-user-select: none;
19994 user-select: none;
19995}
19996.ant-input-number-handler-up-inner > *,
19997.ant-input-number-handler-down-inner > * {
19998 line-height: 1;
19999}
20000.ant-input-number-handler-up-inner svg,
20001.ant-input-number-handler-down-inner svg {
20002 display: inline-block;
20003}
20004.ant-input-number-handler-up-inner::before,
20005.ant-input-number-handler-down-inner::before {
20006 display: none;
20007}
20008.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
20009.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
20010.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
20011.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
20012 display: block;
20013}
20014.ant-input-number:hover {
20015 border-color: var(--ant-primary-5);
20016 border-right-width: 1px !important;
20017}
20018.ant-input-number:hover + .ant-form-item-children-icon {
20019 opacity: 0;
20020 transition: opacity 0.24s linear 0.24s;
20021}
20022.ant-input-number-focused {
20023 border-color: var(--ant-primary-color-hover);
20024 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20025 border-right-width: 1px !important;
20026 outline: 0;
20027}
20028.ant-input-number-disabled {
20029 color: rgba(0, 0, 0, 0.25);
20030 background-color: #f5f5f5;
20031 border-color: #d9d9d9;
20032 box-shadow: none;
20033 cursor: not-allowed;
20034 opacity: 1;
20035}
20036.ant-input-number-disabled:hover {
20037 border-color: #d9d9d9;
20038 border-right-width: 1px !important;
20039}
20040.ant-input-number-disabled .ant-input-number-input {
20041 cursor: not-allowed;
20042}
20043.ant-input-number-disabled .ant-input-number-handler-wrap {
20044 display: none;
20045}
20046.ant-input-number-readonly .ant-input-number-handler-wrap {
20047 display: none;
20048}
20049.ant-input-number-input {
20050 width: 100%;
20051 height: 30px;
20052 padding: 0 11px;
20053 text-align: left;
20054 background-color: transparent;
20055 border: 0;
20056 border-radius: 2px;
20057 outline: 0;
20058 transition: all 0.3s linear;
20059 -webkit-appearance: textfield !important;
20060 -moz-appearance: textfield !important;
20061 appearance: textfield !important;
20062 /* stylelint-disable-next-line selector-no-vendor-prefix */
20063}
20064.ant-input-number-input::-moz-placeholder {
20065 opacity: 1;
20066}
20067.ant-input-number-input:-ms-input-placeholder {
20068 color: #bfbfbf;
20069 -ms-user-select: none;
20070 user-select: none;
20071}
20072.ant-input-number-input::placeholder {
20073 color: #bfbfbf;
20074 -webkit-user-select: none;
20075 -moz-user-select: none;
20076 -ms-user-select: none;
20077 user-select: none;
20078}
20079.ant-input-number-input:-moz-placeholder-shown {
20080 text-overflow: ellipsis;
20081}
20082.ant-input-number-input:-ms-input-placeholder {
20083 text-overflow: ellipsis;
20084}
20085.ant-input-number-input:placeholder-shown {
20086 text-overflow: ellipsis;
20087}
20088.ant-input-number-input[type='number']::-webkit-inner-spin-button,
20089.ant-input-number-input[type='number']::-webkit-outer-spin-button {
20090 margin: 0;
20091 /* stylelint-disable-next-line property-no-vendor-prefix */
20092 -webkit-appearance: none;
20093 appearance: none;
20094}
20095.ant-input-number-lg {
20096 padding: 0;
20097 font-size: 16px;
20098}
20099.ant-input-number-lg input {
20100 height: 38px;
20101}
20102.ant-input-number-sm {
20103 padding: 0;
20104}
20105.ant-input-number-sm input {
20106 height: 22px;
20107 padding: 0 7px;
20108}
20109.ant-input-number-handler-wrap {
20110 position: absolute;
20111 top: 0;
20112 right: 0;
20113 width: 22px;
20114 height: 100%;
20115 background: #fff;
20116 border-radius: 0 2px 2px 0;
20117 opacity: 0;
20118 transition: opacity 0.24s linear 0.1s;
20119}
20120.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
20121.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
20122 display: flex;
20123 align-items: center;
20124 justify-content: center;
20125 min-width: auto;
20126 margin-right: 0;
20127 font-size: 7px;
20128}
20129.ant-input-number-borderless .ant-input-number-handler-wrap {
20130 border-left-width: 0;
20131}
20132.ant-input-number-handler-wrap:hover .ant-input-number-handler {
20133 height: 40%;
20134}
20135.ant-input-number:hover .ant-input-number-handler-wrap,
20136.ant-input-number-focused .ant-input-number-handler-wrap {
20137 opacity: 1;
20138}
20139.ant-input-number-handler-up {
20140 border-top-right-radius: 2px;
20141 cursor: pointer;
20142}
20143.ant-input-number-handler-up-inner {
20144 top: 50%;
20145 margin-top: -5px;
20146 text-align: center;
20147}
20148.ant-input-number-handler-up:hover {
20149 height: 60% !important;
20150}
20151.ant-input-number-handler-down {
20152 top: 0;
20153 border-top: 1px solid #d9d9d9;
20154 border-bottom-right-radius: 2px;
20155 cursor: pointer;
20156}
20157.ant-input-number-handler-down-inner {
20158 top: 50%;
20159 text-align: center;
20160 transform: translateY(-50%);
20161}
20162.ant-input-number-handler-down:hover {
20163 height: 60% !important;
20164}
20165.ant-input-number-borderless .ant-input-number-handler-down {
20166 border-top-width: 0;
20167}
20168.ant-input-number-handler-up-disabled,
20169.ant-input-number-handler-down-disabled {
20170 cursor: not-allowed;
20171}
20172.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
20173.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
20174 color: rgba(0, 0, 0, 0.25);
20175}
20176.ant-input-number-borderless {
20177 box-shadow: none;
20178}
20179.ant-input-number-out-of-range input {
20180 color: var(--ant-error-color);
20181}
20182.ant-input-number-rtl {
20183 direction: rtl;
20184}
20185.ant-input-number-rtl .ant-input-number-handler {
20186 border-right: 1px solid #d9d9d9;
20187 border-left: 0;
20188}
20189.ant-input-number-rtl .ant-input-number-handler-wrap {
20190 right: auto;
20191 left: 0;
20192}
20193.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
20194 border-right-width: 0;
20195}
20196.ant-input-number-rtl .ant-input-number-handler-up {
20197 border-top-right-radius: 0;
20198}
20199.ant-input-number-rtl .ant-input-number-handler-down {
20200 border-bottom-right-radius: 0;
20201}
20202.ant-input-number-rtl .ant-input-number-input {
20203 direction: ltr;
20204 text-align: right;
20205}
20206
20207/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
20208/* stylelint-disable no-duplicate-selectors */
20209/* stylelint-disable */
20210/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
20211html {
20212 --ant-primary-color: #1890ff;
20213 --ant-primary-color-hover: #40a9ff;
20214 --ant-primary-color-active: #096dd9;
20215 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
20216 --ant-primary-1: #e6f7ff;
20217 --ant-primary-2: #bae7ff;
20218 --ant-primary-3: #91d5ff;
20219 --ant-primary-4: #69c0ff;
20220 --ant-primary-5: #40a9ff;
20221 --ant-primary-6: #1890ff;
20222 --ant-primary-7: #096dd9;
20223 --ant-primary-color-deprecated-pure: ;
20224 --ant-primary-color-deprecated-l-35: #cbe6ff;
20225 --ant-primary-color-deprecated-l-20: #7ec1ff;
20226 --ant-primary-color-deprecated-t-20: #46a6ff;
20227 --ant-primary-color-deprecated-t-50: #8cc8ff;
20228 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
20229 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
20230 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
20231 --ant-success-color: #52c41a;
20232 --ant-success-color-hover: #73d13d;
20233 --ant-success-color-active: #389e0d;
20234 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
20235 --ant-success-color-deprecated-bg: #f6ffed;
20236 --ant-success-color-deprecated-border: #b7eb8f;
20237 --ant-error-color: #ff4d4f;
20238 --ant-error-color-hover: #ff7875;
20239 --ant-error-color-active: #d9363e;
20240 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
20241 --ant-error-color-deprecated-bg: #fff2f0;
20242 --ant-error-color-deprecated-border: #ffccc7;
20243 --ant-warning-color: #faad14;
20244 --ant-warning-color-hover: #ffc53d;
20245 --ant-warning-color-active: #d48806;
20246 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
20247 --ant-warning-color-deprecated-bg: #fffbe6;
20248 --ant-warning-color-deprecated-border: #ffe58f;
20249 --ant-info-color: #1890ff;
20250 --ant-info-color-deprecated-bg: #e6f7ff;
20251 --ant-info-color-deprecated-border: #91d5ff;
20252}
20253.ant-input-affix-wrapper {
20254 position: relative;
20255 display: inline-block;
20256 width: 100%;
20257 min-width: 0;
20258 padding: 4px 11px;
20259 color: rgba(0, 0, 0, 0.85);
20260 font-size: 14px;
20261 line-height: 1.5715;
20262 background-color: #fff;
20263 background-image: none;
20264 border: 1px solid #d9d9d9;
20265 border-radius: 2px;
20266 transition: all 0.3s;
20267 /* stylelint-disable-next-line selector-no-vendor-prefix */
20268 display: inline-flex;
20269}
20270.ant-input-affix-wrapper::-moz-placeholder {
20271 opacity: 1;
20272}
20273.ant-input-affix-wrapper:-ms-input-placeholder {
20274 color: #bfbfbf;
20275 -ms-user-select: none;
20276 user-select: none;
20277}
20278.ant-input-affix-wrapper::placeholder {
20279 color: #bfbfbf;
20280 -webkit-user-select: none;
20281 -moz-user-select: none;
20282 -ms-user-select: none;
20283 user-select: none;
20284}
20285.ant-input-affix-wrapper:-moz-placeholder-shown {
20286 text-overflow: ellipsis;
20287}
20288.ant-input-affix-wrapper:-ms-input-placeholder {
20289 text-overflow: ellipsis;
20290}
20291.ant-input-affix-wrapper:placeholder-shown {
20292 text-overflow: ellipsis;
20293}
20294.ant-input-affix-wrapper:hover {
20295 border-color: var(--ant-primary-5);
20296 border-right-width: 1px !important;
20297}
20298.ant-input-rtl .ant-input-affix-wrapper:hover {
20299 border-right-width: 0;
20300 border-left-width: 1px !important;
20301}
20302.ant-input-affix-wrapper:focus,
20303.ant-input-affix-wrapper-focused {
20304 border-color: var(--ant-primary-color-hover);
20305 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20306 border-right-width: 1px !important;
20307 outline: 0;
20308}
20309.ant-input-rtl .ant-input-affix-wrapper:focus,
20310.ant-input-rtl .ant-input-affix-wrapper-focused {
20311 border-right-width: 0;
20312 border-left-width: 1px !important;
20313}
20314.ant-input-affix-wrapper-disabled {
20315 color: rgba(0, 0, 0, 0.25);
20316 background-color: #f5f5f5;
20317 border-color: #d9d9d9;
20318 box-shadow: none;
20319 cursor: not-allowed;
20320 opacity: 1;
20321}
20322.ant-input-affix-wrapper-disabled:hover {
20323 border-color: #d9d9d9;
20324 border-right-width: 1px !important;
20325}
20326.ant-input-affix-wrapper[disabled] {
20327 color: rgba(0, 0, 0, 0.25);
20328 background-color: #f5f5f5;
20329 border-color: #d9d9d9;
20330 box-shadow: none;
20331 cursor: not-allowed;
20332 opacity: 1;
20333}
20334.ant-input-affix-wrapper[disabled]:hover {
20335 border-color: #d9d9d9;
20336 border-right-width: 1px !important;
20337}
20338.ant-input-affix-wrapper-borderless,
20339.ant-input-affix-wrapper-borderless:hover,
20340.ant-input-affix-wrapper-borderless:focus,
20341.ant-input-affix-wrapper-borderless-focused,
20342.ant-input-affix-wrapper-borderless-disabled,
20343.ant-input-affix-wrapper-borderless[disabled] {
20344 background-color: transparent;
20345 border: none;
20346 box-shadow: none;
20347}
20348textarea.ant-input-affix-wrapper {
20349 max-width: 100%;
20350 height: auto;
20351 min-height: 32px;
20352 line-height: 1.5715;
20353 vertical-align: bottom;
20354 transition: all 0.3s, height 0s;
20355}
20356.ant-input-affix-wrapper-lg {
20357 padding: 6.5px 11px;
20358 font-size: 16px;
20359}
20360.ant-input-affix-wrapper-sm {
20361 padding: 0px 7px;
20362}
20363.ant-input-affix-wrapper-rtl {
20364 direction: rtl;
20365}
20366.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
20367 border-color: var(--ant-primary-5);
20368 border-right-width: 1px !important;
20369 z-index: 1;
20370}
20371.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
20372 border-right-width: 0;
20373 border-left-width: 1px !important;
20374}
20375.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
20376 z-index: 0;
20377}
20378.ant-input-affix-wrapper-focused,
20379.ant-input-affix-wrapper:focus {
20380 z-index: 1;
20381}
20382.ant-input-affix-wrapper-disabled .ant-input[disabled] {
20383 background: transparent;
20384}
20385.ant-input-affix-wrapper > input.ant-input {
20386 padding: 0;
20387 border: none;
20388 outline: none;
20389}
20390.ant-input-affix-wrapper > input.ant-input:focus {
20391 box-shadow: none !important;
20392}
20393.ant-input-affix-wrapper::before {
20394 width: 0;
20395 visibility: hidden;
20396 content: '\a0';
20397}
20398.ant-input-prefix,
20399.ant-input-suffix {
20400 display: flex;
20401 flex: none;
20402 align-items: center;
20403}
20404.ant-input-show-count-suffix {
20405 color: rgba(0, 0, 0, 0.45);
20406}
20407.ant-input-show-count-has-suffix {
20408 margin-right: 2px;
20409}
20410.ant-input-prefix {
20411 margin-right: 4px;
20412}
20413.ant-input-suffix {
20414 margin-left: 4px;
20415}
20416.anticon.ant-input-clear-icon {
20417 margin: 0;
20418 color: rgba(0, 0, 0, 0.25);
20419 font-size: 12px;
20420 vertical-align: -1px;
20421 cursor: pointer;
20422 transition: color 0.3s;
20423}
20424.anticon.ant-input-clear-icon:hover {
20425 color: rgba(0, 0, 0, 0.45);
20426}
20427.anticon.ant-input-clear-icon:active {
20428 color: rgba(0, 0, 0, 0.85);
20429}
20430.anticon.ant-input-clear-icon-hidden {
20431 visibility: hidden;
20432}
20433.anticon.ant-input-clear-icon-has-suffix {
20434 margin: 0 4px;
20435}
20436.ant-input-affix-wrapper-textarea-with-clear-btn {
20437 padding: 0 !important;
20438 border: 0 !important;
20439}
20440.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
20441 position: absolute;
20442 top: 8px;
20443 right: 8px;
20444 z-index: 1;
20445}
20446.ant-input {
20447 box-sizing: border-box;
20448 margin: 0;
20449 padding: 0;
20450 font-variant: tabular-nums;
20451 list-style: none;
20452 font-feature-settings: 'tnum';
20453 position: relative;
20454 display: inline-block;
20455 width: 100%;
20456 min-width: 0;
20457 padding: 4px 11px;
20458 color: rgba(0, 0, 0, 0.85);
20459 font-size: 14px;
20460 line-height: 1.5715;
20461 background-color: #fff;
20462 background-image: none;
20463 border: 1px solid #d9d9d9;
20464 border-radius: 2px;
20465 transition: all 0.3s;
20466 /* stylelint-disable-next-line selector-no-vendor-prefix */
20467}
20468.ant-input::-moz-placeholder {
20469 opacity: 1;
20470}
20471.ant-input:-ms-input-placeholder {
20472 color: #bfbfbf;
20473 -ms-user-select: none;
20474 user-select: none;
20475}
20476.ant-input::placeholder {
20477 color: #bfbfbf;
20478 -webkit-user-select: none;
20479 -moz-user-select: none;
20480 -ms-user-select: none;
20481 user-select: none;
20482}
20483.ant-input:-moz-placeholder-shown {
20484 text-overflow: ellipsis;
20485}
20486.ant-input:-ms-input-placeholder {
20487 text-overflow: ellipsis;
20488}
20489.ant-input:placeholder-shown {
20490 text-overflow: ellipsis;
20491}
20492.ant-input:hover {
20493 border-color: var(--ant-primary-5);
20494 border-right-width: 1px !important;
20495}
20496.ant-input-rtl .ant-input:hover {
20497 border-right-width: 0;
20498 border-left-width: 1px !important;
20499}
20500.ant-input:focus,
20501.ant-input-focused {
20502 border-color: var(--ant-primary-color-hover);
20503 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
20504 border-right-width: 1px !important;
20505 outline: 0;
20506}
20507.ant-input-rtl .ant-input:focus,
20508.ant-input-rtl .ant-input-focused {
20509 border-right-width: 0;
20510 border-left-width: 1px !important;
20511}
20512.ant-input-disabled {
20513 color: rgba(0, 0, 0, 0.25);
20514 background-color: #f5f5f5;
20515 border-color: #d9d9d9;
20516 box-shadow: none;
20517 cursor: not-allowed;
20518 opacity: 1;
20519}
20520.ant-input-disabled:hover {
20521 border-color: #d9d9d9;
20522 border-right-width: 1px !important;
20523}
20524.ant-input[disabled] {
20525 color: rgba(0, 0, 0, 0.25);
20526 background-color: #f5f5f5;
20527 border-color: #d9d9d9;
20528 box-shadow: none;
20529 cursor: not-allowed;
20530 opacity: 1;
20531}
20532.ant-input[disabled]:hover {
20533 border-color: #d9d9d9;
20534 border-right-width: 1px !important;
20535}
20536.ant-input-borderless,
20537.ant-input-borderless:hover,
20538.ant-input-borderless:focus,
20539.ant-input-borderless-focused,
20540.ant-input-borderless-disabled,
20541.ant-input-borderless[disabled] {
20542 background-color: transparent;
20543 border: none;
20544 box-shadow: none;
20545}
20546textarea.ant-input {
20547 max-width: 100%;
20548 height: auto;
20549 min-height: 32px;
20550 line-height: 1.5715;
20551 vertical-align: bottom;
20552 transition: all 0.3s, height 0s;
20553}
20554.ant-input-lg {
20555 padding: 6.5px 11px;
20556 font-size: 16px;
20557}
20558.ant-input-sm {
20559 padding: 0px 7px;
20560}
20561.ant-input-rtl {
20562 direction: rtl;
20563}
20564.ant-input-group {
20565 box-sizing: border-box;
20566 margin: 0;
20567 padding: 0;
20568 color: rgba(0, 0, 0, 0.85);
20569 font-size: 14px;
20570 font-variant: tabular-nums;
20571 line-height: 1.5715;
20572 list-style: none;
20573 font-feature-settings: 'tnum';
20574 position: relative;
20575 display: table;
20576 width: 100%;
20577 border-collapse: separate;
20578 border-spacing: 0;
20579}
20580.ant-input-group[class*='col-'] {
20581 float: none;
20582 padding-right: 0;
20583 padding-left: 0;
20584}
20585.ant-input-group > [class*='col-'] {
20586 padding-right: 8px;
20587}
20588.ant-input-group > [class*='col-']:last-child {
20589 padding-right: 0;
20590}
20591.ant-input-group-addon,
20592.ant-input-group-wrap,
20593.ant-input-group > .ant-input {
20594 display: table-cell;
20595}
20596.ant-input-group-addon:not(:first-child):not(:last-child),
20597.ant-input-group-wrap:not(:first-child):not(:last-child),
20598.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
20599 border-radius: 0;
20600}
20601.ant-input-group-addon,
20602.ant-input-group-wrap {
20603 width: 1px;
20604 white-space: nowrap;
20605 vertical-align: middle;
20606}
20607.ant-input-group-wrap > * {
20608 display: block !important;
20609}
20610.ant-input-group .ant-input {
20611 float: left;
20612 width: 100%;
20613 margin-bottom: 0;
20614 text-align: inherit;
20615}
20616.ant-input-group .ant-input:focus {
20617 z-index: 1;
20618 border-right-width: 1px;
20619}
20620.ant-input-group .ant-input:hover {
20621 z-index: 1;
20622 border-right-width: 1px;
20623}
20624.ant-input-search-with-button .ant-input-group .ant-input:hover {
20625 z-index: 0;
20626}
20627.ant-input-group-addon {
20628 position: relative;
20629 padding: 0 11px;
20630 color: rgba(0, 0, 0, 0.85);
20631 font-weight: normal;
20632 font-size: 14px;
20633 text-align: center;
20634 background-color: #fafafa;
20635 border: 1px solid #d9d9d9;
20636 border-radius: 2px;
20637 transition: all 0.3s;
20638}
20639.ant-input-group-addon .ant-select {
20640 margin: -5px -11px;
20641}
20642.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
20643 background-color: inherit;
20644 border: 1px solid transparent;
20645 box-shadow: none;
20646}
20647.ant-input-group-addon .ant-select-open .ant-select-selector,
20648.ant-input-group-addon .ant-select-focused .ant-select-selector {
20649 color: var(--ant-primary-color);
20650}
20651.ant-input-group-addon .ant-cascader-picker {
20652 margin: -9px -12px;
20653 background-color: transparent;
20654}
20655.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
20656 text-align: left;
20657 border: 0;
20658 box-shadow: none;
20659}
20660.ant-input-group > .ant-input:first-child,
20661.ant-input-group-addon:first-child {
20662 border-top-right-radius: 0;
20663 border-bottom-right-radius: 0;
20664}
20665.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
20666.ant-input-group-addon:first-child .ant-select .ant-select-selector {
20667 border-top-right-radius: 0;
20668 border-bottom-right-radius: 0;
20669}
20670.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
20671 border-top-left-radius: 0;
20672 border-bottom-left-radius: 0;
20673}
20674.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
20675 border-top-right-radius: 0;
20676 border-bottom-right-radius: 0;
20677}
20678.ant-input-group-addon:first-child {
20679 border-right: 0;
20680}
20681.ant-input-group-addon:last-child {
20682 border-left: 0;
20683}
20684.ant-input-group > .ant-input:last-child,
20685.ant-input-group-addon:last-child {
20686 border-top-left-radius: 0;
20687 border-bottom-left-radius: 0;
20688}
20689.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
20690.ant-input-group-addon:last-child .ant-select .ant-select-selector {
20691 border-top-left-radius: 0;
20692 border-bottom-left-radius: 0;
20693}
20694.ant-input-group-lg .ant-input,
20695.ant-input-group-lg > .ant-input-group-addon {
20696 padding: 6.5px 11px;
20697 font-size: 16px;
20698}
20699.ant-input-group-sm .ant-input,
20700.ant-input-group-sm > .ant-input-group-addon {
20701 padding: 0px 7px;
20702}
20703.ant-input-group-lg .ant-select-single .ant-select-selector {
20704 height: 40px;
20705}
20706.ant-input-group-sm .ant-select-single .ant-select-selector {
20707 height: 24px;
20708}
20709.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
20710 border-top-right-radius: 0;
20711 border-bottom-right-radius: 0;
20712}
20713.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
20714 border-top-left-radius: 2px;
20715 border-bottom-left-radius: 2px;
20716}
20717.ant-input-group .ant-input-affix-wrapper:not(:first-child),
20718.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
20719 border-top-left-radius: 0;
20720 border-bottom-left-radius: 0;
20721}
20722.ant-input-group.ant-input-group-compact {
20723 display: block;
20724}
20725.ant-input-group.ant-input-group-compact::before {
20726 display: table;
20727 content: '';
20728}
20729.ant-input-group.ant-input-group-compact::after {
20730 display: table;
20731 clear: both;
20732 content: '';
20733}
20734.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
20735.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
20736.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
20737 border-right-width: 1px;
20738}
20739.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
20740.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
20741.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
20742 z-index: 1;
20743}
20744.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
20745.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
20746.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
20747 z-index: 1;
20748}
20749.ant-input-group.ant-input-group-compact > * {
20750 display: inline-block;
20751 float: none;
20752 vertical-align: top;
20753 border-radius: 0;
20754}
20755.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
20756 display: inline-flex;
20757}
20758.ant-input-group.ant-input-group-compact > .ant-picker-range {
20759 display: inline-flex;
20760}
20761.ant-input-group.ant-input-group-compact > *:not(:last-child) {
20762 margin-right: -1px;
20763 border-right-width: 1px;
20764}
20765.ant-input-group.ant-input-group-compact .ant-input {
20766 float: none;
20767}
20768.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
20769.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
20770.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
20771.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
20772 border-right-width: 1px;
20773 border-radius: 0;
20774}
20775.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
20776.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
20777.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
20778.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
20779 z-index: 1;
20780}
20781.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
20782.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
20783.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
20784.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
20785 z-index: 1;
20786}
20787.ant-input-group.ant-input-group-compact > .ant-select-focused {
20788 z-index: 1;
20789}
20790.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
20791 z-index: 1;
20792}
20793.ant-input-group.ant-input-group-compact > *:first-child,
20794.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
20795.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
20796.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
20797 border-top-left-radius: 2px;
20798 border-bottom-left-radius: 2px;
20799}
20800.ant-input-group.ant-input-group-compact > *:last-child,
20801.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
20802.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
20803.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
20804 border-right-width: 1px;
20805 border-top-right-radius: 2px;
20806 border-bottom-right-radius: 2px;
20807}
20808.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
20809 vertical-align: top;
20810}
20811.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
20812 margin-left: -1px;
20813}
20814.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
20815 border-radius: 0;
20816}
20817.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 {
20818 border-radius: 0;
20819}
20820.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
20821 border-radius: 2px 0 0 2px;
20822}
20823.ant-input-group > .ant-input-rtl:first-child,
20824.ant-input-group-rtl .ant-input-group-addon:first-child {
20825 border-radius: 0 2px 2px 0;
20826}
20827.ant-input-group-rtl .ant-input-group-addon:first-child {
20828 border-right: 1px solid #d9d9d9;
20829 border-left: 0;
20830}
20831.ant-input-group-rtl .ant-input-group-addon:last-child {
20832 border-right: 0;
20833 border-left: 1px solid #d9d9d9;
20834}
20835.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
20836.ant-input-group-rtl.ant-input-group-addon:last-child {
20837 border-radius: 2px 0 0 2px;
20838}
20839.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
20840 border-radius: 2px 0 0 2px;
20841}
20842.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
20843 border-radius: 0 2px 2px 0;
20844}
20845.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
20846 margin-right: 0;
20847 margin-left: -1px;
20848 border-left-width: 1px;
20849}
20850.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
20851.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
20852.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
20853.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
20854 border-radius: 0 2px 2px 0;
20855}
20856.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
20857.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
20858.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
20859.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
20860.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
20861 border-left-width: 1px;
20862 border-radius: 2px 0 0 2px;
20863}
20864.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
20865 margin-right: -1px;
20866 margin-left: 0;
20867}
20868.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
20869 border-radius: 0 2px 2px 0;
20870}
20871.ant-input-group-wrapper {
20872 display: inline-block;
20873 width: 100%;
20874 text-align: start;
20875 vertical-align: top;
20876}
20877.ant-input-password-icon {
20878 color: rgba(0, 0, 0, 0.45);
20879 cursor: pointer;
20880 transition: all 0.3s;
20881}
20882.ant-input-password-icon:hover {
20883 color: rgba(0, 0, 0, 0.85);
20884}
20885.ant-input[type='color'] {
20886 height: 32px;
20887}
20888.ant-input[type='color'].ant-input-lg {
20889 height: 40px;
20890}
20891.ant-input[type='color'].ant-input-sm {
20892 height: 24px;
20893 padding-top: 3px;
20894 padding-bottom: 3px;
20895}
20896.ant-input-textarea-show-count > .ant-input {
20897 height: 100%;
20898}
20899.ant-input-textarea-show-count::after {
20900 float: right;
20901 color: rgba(0, 0, 0, 0.45);
20902 white-space: nowrap;
20903 content: attr(data-count);
20904 pointer-events: none;
20905}
20906.ant-input-search .ant-input:hover,
20907.ant-input-search .ant-input:focus {
20908 border-color: var(--ant-primary-5);
20909}
20910.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
20911.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
20912 border-left-color: var(--ant-primary-5);
20913}
20914.ant-input-search .ant-input-affix-wrapper {
20915 border-radius: 0;
20916}
20917.ant-input-search .ant-input-lg {
20918 line-height: 1.5713;
20919}
20920.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
20921 left: -1px;
20922 padding: 0;
20923 border: 0;
20924}
20925.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
20926 padding-top: 0;
20927 padding-bottom: 0;
20928 border-radius: 0 2px 2px 0;
20929}
20930.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
20931 color: rgba(0, 0, 0, 0.45);
20932}
20933.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
20934 top: 0;
20935 right: 0;
20936 bottom: 0;
20937 left: 0;
20938}
20939.ant-input-search-button {
20940 height: 32px;
20941}
20942.ant-input-search-button:hover,
20943.ant-input-search-button:focus {
20944 z-index: 1;
20945}
20946.ant-input-search-large .ant-input-search-button {
20947 height: 40px;
20948}
20949.ant-input-search-small .ant-input-search-button {
20950 height: 24px;
20951}
20952.ant-input-group-wrapper-rtl {
20953 direction: rtl;
20954}
20955.ant-input-group-rtl {
20956 direction: rtl;
20957}
20958.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
20959 border: none;
20960 outline: none;
20961}
20962.ant-input-affix-wrapper-rtl .ant-input-prefix {
20963 margin: 0 0 0 4px;
20964}
20965.ant-input-affix-wrapper-rtl .ant-input-suffix {
20966 margin: 0 4px 0 0;
20967}
20968.ant-input-textarea-rtl {
20969 direction: rtl;
20970}
20971.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
20972 text-align: left;
20973}
20974.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
20975 margin-right: 0;
20976 margin-left: 4px;
20977}
20978.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
20979 right: auto;
20980 left: 8px;
20981}
20982.ant-input-search-rtl {
20983 direction: rtl;
20984}
20985.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
20986.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
20987 border-right-color: var(--ant-primary-5);
20988 border-left-color: #d9d9d9;
20989}
20990.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
20991.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
20992 border-right-color: var(--ant-primary-5);
20993}
20994.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
20995 right: -1px;
20996 left: auto;
20997}
20998.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
20999 border-radius: 2px 0 0 2px;
21000}
21001@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
21002 .ant-input {
21003 height: 32px;
21004 }
21005 .ant-input-lg {
21006 height: 40px;
21007 }
21008 .ant-input-sm {
21009 height: 24px;
21010 }
21011 .ant-input-affix-wrapper > input.ant-input {
21012 height: auto;
21013 }
21014}
21015
21016/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21017/* stylelint-disable no-duplicate-selectors */
21018/* stylelint-disable */
21019/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21020html {
21021 --ant-primary-color: #1890ff;
21022 --ant-primary-color-hover: #40a9ff;
21023 --ant-primary-color-active: #096dd9;
21024 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21025 --ant-primary-1: #e6f7ff;
21026 --ant-primary-2: #bae7ff;
21027 --ant-primary-3: #91d5ff;
21028 --ant-primary-4: #69c0ff;
21029 --ant-primary-5: #40a9ff;
21030 --ant-primary-6: #1890ff;
21031 --ant-primary-7: #096dd9;
21032 --ant-primary-color-deprecated-pure: ;
21033 --ant-primary-color-deprecated-l-35: #cbe6ff;
21034 --ant-primary-color-deprecated-l-20: #7ec1ff;
21035 --ant-primary-color-deprecated-t-20: #46a6ff;
21036 --ant-primary-color-deprecated-t-50: #8cc8ff;
21037 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21038 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21039 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21040 --ant-success-color: #52c41a;
21041 --ant-success-color-hover: #73d13d;
21042 --ant-success-color-active: #389e0d;
21043 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
21044 --ant-success-color-deprecated-bg: #f6ffed;
21045 --ant-success-color-deprecated-border: #b7eb8f;
21046 --ant-error-color: #ff4d4f;
21047 --ant-error-color-hover: #ff7875;
21048 --ant-error-color-active: #d9363e;
21049 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
21050 --ant-error-color-deprecated-bg: #fff2f0;
21051 --ant-error-color-deprecated-border: #ffccc7;
21052 --ant-warning-color: #faad14;
21053 --ant-warning-color-hover: #ffc53d;
21054 --ant-warning-color-active: #d48806;
21055 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
21056 --ant-warning-color-deprecated-bg: #fffbe6;
21057 --ant-warning-color-deprecated-border: #ffe58f;
21058 --ant-info-color: #1890ff;
21059 --ant-info-color-deprecated-bg: #e6f7ff;
21060 --ant-info-color-deprecated-border: #91d5ff;
21061}
21062.ant-layout {
21063 display: flex;
21064 flex: auto;
21065 flex-direction: column;
21066 /* fix firefox can't set height smaller than content on flex item */
21067 min-height: 0;
21068 background: #f0f2f5;
21069}
21070.ant-layout,
21071.ant-layout * {
21072 box-sizing: border-box;
21073}
21074.ant-layout.ant-layout-has-sider {
21075 flex-direction: row;
21076}
21077.ant-layout.ant-layout-has-sider > .ant-layout,
21078.ant-layout.ant-layout-has-sider > .ant-layout-content {
21079 width: 0;
21080}
21081.ant-layout-header,
21082.ant-layout-footer {
21083 flex: 0 0 auto;
21084}
21085.ant-layout-header {
21086 height: 64px;
21087 padding: 0 50px;
21088 color: rgba(0, 0, 0, 0.85);
21089 line-height: 64px;
21090 background: #001529;
21091}
21092.ant-layout-footer {
21093 padding: 24px 50px;
21094 color: rgba(0, 0, 0, 0.85);
21095 font-size: 14px;
21096 background: #f0f2f5;
21097}
21098.ant-layout-content {
21099 flex: auto;
21100 /* fix firefox can't set height smaller than content on flex item */
21101 min-height: 0;
21102}
21103.ant-layout-sider {
21104 position: relative;
21105 /* fix firefox can't set width smaller than content on flex item */
21106 min-width: 0;
21107 background: #001529;
21108 transition: all 0.2s;
21109}
21110.ant-layout-sider-children {
21111 height: 100%;
21112 margin-top: -0.1px;
21113 padding-top: 0.1px;
21114}
21115.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
21116 width: auto;
21117}
21118.ant-layout-sider-has-trigger {
21119 padding-bottom: 48px;
21120}
21121.ant-layout-sider-right {
21122 order: 1;
21123}
21124.ant-layout-sider-trigger {
21125 position: fixed;
21126 bottom: 0;
21127 z-index: 1;
21128 height: 48px;
21129 color: #fff;
21130 line-height: 48px;
21131 text-align: center;
21132 background: #002140;
21133 cursor: pointer;
21134 transition: all 0.2s;
21135}
21136.ant-layout-sider-zero-width > * {
21137 overflow: hidden;
21138}
21139.ant-layout-sider-zero-width-trigger {
21140 position: absolute;
21141 top: 64px;
21142 right: -36px;
21143 z-index: 1;
21144 width: 36px;
21145 height: 42px;
21146 color: #fff;
21147 font-size: 18px;
21148 line-height: 42px;
21149 text-align: center;
21150 background: #001529;
21151 border-radius: 0 2px 2px 0;
21152 cursor: pointer;
21153 transition: background 0.3s ease;
21154}
21155.ant-layout-sider-zero-width-trigger::after {
21156 position: absolute;
21157 top: 0;
21158 right: 0;
21159 bottom: 0;
21160 left: 0;
21161 background: transparent;
21162 transition: all 0.3s;
21163 content: '';
21164}
21165.ant-layout-sider-zero-width-trigger:hover::after {
21166 background: rgba(255, 255, 255, 0.1);
21167}
21168.ant-layout-sider-zero-width-trigger-right {
21169 left: -36px;
21170 border-radius: 2px 0 0 2px;
21171}
21172.ant-layout-sider-light {
21173 background: #fff;
21174}
21175.ant-layout-sider-light .ant-layout-sider-trigger {
21176 color: rgba(0, 0, 0, 0.85);
21177 background: #fff;
21178}
21179.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
21180 color: rgba(0, 0, 0, 0.85);
21181 background: #fff;
21182}
21183.ant-layout-rtl {
21184 direction: rtl;
21185}
21186
21187/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21188/* stylelint-disable no-duplicate-selectors */
21189/* stylelint-disable */
21190/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21191html {
21192 --ant-primary-color: #1890ff;
21193 --ant-primary-color-hover: #40a9ff;
21194 --ant-primary-color-active: #096dd9;
21195 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21196 --ant-primary-1: #e6f7ff;
21197 --ant-primary-2: #bae7ff;
21198 --ant-primary-3: #91d5ff;
21199 --ant-primary-4: #69c0ff;
21200 --ant-primary-5: #40a9ff;
21201 --ant-primary-6: #1890ff;
21202 --ant-primary-7: #096dd9;
21203 --ant-primary-color-deprecated-pure: ;
21204 --ant-primary-color-deprecated-l-35: #cbe6ff;
21205 --ant-primary-color-deprecated-l-20: #7ec1ff;
21206 --ant-primary-color-deprecated-t-20: #46a6ff;
21207 --ant-primary-color-deprecated-t-50: #8cc8ff;
21208 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21209 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21210 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21211 --ant-success-color: #52c41a;
21212 --ant-success-color-hover: #73d13d;
21213 --ant-success-color-active: #389e0d;
21214 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
21215 --ant-success-color-deprecated-bg: #f6ffed;
21216 --ant-success-color-deprecated-border: #b7eb8f;
21217 --ant-error-color: #ff4d4f;
21218 --ant-error-color-hover: #ff7875;
21219 --ant-error-color-active: #d9363e;
21220 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
21221 --ant-error-color-deprecated-bg: #fff2f0;
21222 --ant-error-color-deprecated-border: #ffccc7;
21223 --ant-warning-color: #faad14;
21224 --ant-warning-color-hover: #ffc53d;
21225 --ant-warning-color-active: #d48806;
21226 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
21227 --ant-warning-color-deprecated-bg: #fffbe6;
21228 --ant-warning-color-deprecated-border: #ffe58f;
21229 --ant-info-color: #1890ff;
21230 --ant-info-color-deprecated-bg: #e6f7ff;
21231 --ant-info-color-deprecated-border: #91d5ff;
21232}
21233.ant-list {
21234 box-sizing: border-box;
21235 margin: 0;
21236 padding: 0;
21237 color: rgba(0, 0, 0, 0.85);
21238 font-size: 14px;
21239 font-variant: tabular-nums;
21240 line-height: 1.5715;
21241 list-style: none;
21242 font-feature-settings: 'tnum';
21243 position: relative;
21244}
21245.ant-list * {
21246 outline: none;
21247}
21248.ant-list-pagination {
21249 margin-top: 24px;
21250 text-align: right;
21251}
21252.ant-list-pagination .ant-pagination-options {
21253 text-align: left;
21254}
21255.ant-list-more {
21256 margin-top: 12px;
21257 text-align: center;
21258}
21259.ant-list-more button {
21260 padding-right: 32px;
21261 padding-left: 32px;
21262}
21263.ant-list-spin {
21264 min-height: 40px;
21265 text-align: center;
21266}
21267.ant-list-empty-text {
21268 padding: 16px;
21269 color: rgba(0, 0, 0, 0.25);
21270 font-size: 14px;
21271 text-align: center;
21272}
21273.ant-list-items {
21274 margin: 0;
21275 padding: 0;
21276 list-style: none;
21277}
21278.ant-list-item {
21279 display: flex;
21280 align-items: center;
21281 justify-content: space-between;
21282 padding: 12px 0;
21283 color: rgba(0, 0, 0, 0.85);
21284}
21285.ant-list-item-meta {
21286 display: flex;
21287 flex: 1;
21288 align-items: flex-start;
21289 max-width: 100%;
21290}
21291.ant-list-item-meta-avatar {
21292 margin-right: 16px;
21293}
21294.ant-list-item-meta-content {
21295 flex: 1 0;
21296 width: 0;
21297 color: rgba(0, 0, 0, 0.85);
21298}
21299.ant-list-item-meta-title {
21300 margin-bottom: 4px;
21301 color: rgba(0, 0, 0, 0.85);
21302 font-size: 14px;
21303 line-height: 1.5715;
21304}
21305.ant-list-item-meta-title > a {
21306 color: rgba(0, 0, 0, 0.85);
21307 transition: all 0.3s;
21308}
21309.ant-list-item-meta-title > a:hover {
21310 color: var(--ant-primary-color);
21311}
21312.ant-list-item-meta-description {
21313 color: rgba(0, 0, 0, 0.45);
21314 font-size: 14px;
21315 line-height: 1.5715;
21316}
21317.ant-list-item-action {
21318 flex: 0 0 auto;
21319 margin-left: 48px;
21320 padding: 0;
21321 font-size: 0;
21322 list-style: none;
21323}
21324.ant-list-item-action > li {
21325 position: relative;
21326 display: inline-block;
21327 padding: 0 8px;
21328 color: rgba(0, 0, 0, 0.45);
21329 font-size: 14px;
21330 line-height: 1.5715;
21331 text-align: center;
21332}
21333.ant-list-item-action > li:first-child {
21334 padding-left: 0;
21335}
21336.ant-list-item-action-split {
21337 position: absolute;
21338 top: 50%;
21339 right: 0;
21340 width: 1px;
21341 height: 14px;
21342 margin-top: -7px;
21343 background-color: #f0f0f0;
21344}
21345.ant-list-header {
21346 background: transparent;
21347}
21348.ant-list-footer {
21349 background: transparent;
21350}
21351.ant-list-header,
21352.ant-list-footer {
21353 padding-top: 12px;
21354 padding-bottom: 12px;
21355}
21356.ant-list-empty {
21357 padding: 16px 0;
21358 color: rgba(0, 0, 0, 0.45);
21359 font-size: 12px;
21360 text-align: center;
21361}
21362.ant-list-split .ant-list-item {
21363 border-bottom: 1px solid #f0f0f0;
21364}
21365.ant-list-split .ant-list-item:last-child {
21366 border-bottom: none;
21367}
21368.ant-list-split .ant-list-header {
21369 border-bottom: 1px solid #f0f0f0;
21370}
21371.ant-list-split.ant-list-empty .ant-list-footer {
21372 border-top: 1px solid #f0f0f0;
21373}
21374.ant-list-loading .ant-list-spin-nested-loading {
21375 min-height: 32px;
21376}
21377.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
21378 border-bottom: 1px solid #f0f0f0;
21379}
21380.ant-list-lg .ant-list-item {
21381 padding: 16px 24px;
21382}
21383.ant-list-sm .ant-list-item {
21384 padding: 8px 16px;
21385}
21386.ant-list-vertical .ant-list-item {
21387 align-items: initial;
21388}
21389.ant-list-vertical .ant-list-item-main {
21390 display: block;
21391 flex: 1;
21392}
21393.ant-list-vertical .ant-list-item-extra {
21394 margin-left: 40px;
21395}
21396.ant-list-vertical .ant-list-item-meta {
21397 margin-bottom: 16px;
21398}
21399.ant-list-vertical .ant-list-item-meta-title {
21400 margin-bottom: 12px;
21401 color: rgba(0, 0, 0, 0.85);
21402 font-size: 16px;
21403 line-height: 24px;
21404}
21405.ant-list-vertical .ant-list-item-action {
21406 margin-top: 16px;
21407 margin-left: auto;
21408}
21409.ant-list-vertical .ant-list-item-action > li {
21410 padding: 0 16px;
21411}
21412.ant-list-vertical .ant-list-item-action > li:first-child {
21413 padding-left: 0;
21414}
21415.ant-list-grid .ant-col > .ant-list-item {
21416 display: block;
21417 max-width: 100%;
21418 margin-bottom: 16px;
21419 padding-top: 0;
21420 padding-bottom: 0;
21421 border-bottom: none;
21422}
21423.ant-list-item-no-flex {
21424 display: block;
21425}
21426.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
21427 float: right;
21428}
21429.ant-list-bordered {
21430 border: 1px solid #d9d9d9;
21431 border-radius: 2px;
21432}
21433.ant-list-bordered .ant-list-header {
21434 padding-right: 24px;
21435 padding-left: 24px;
21436}
21437.ant-list-bordered .ant-list-footer {
21438 padding-right: 24px;
21439 padding-left: 24px;
21440}
21441.ant-list-bordered .ant-list-item {
21442 padding-right: 24px;
21443 padding-left: 24px;
21444}
21445.ant-list-bordered .ant-list-pagination {
21446 margin: 16px 24px;
21447}
21448.ant-list-bordered.ant-list-sm .ant-list-item {
21449 padding: 8px 16px;
21450}
21451.ant-list-bordered.ant-list-sm .ant-list-header,
21452.ant-list-bordered.ant-list-sm .ant-list-footer {
21453 padding: 8px 16px;
21454}
21455.ant-list-bordered.ant-list-lg .ant-list-item {
21456 padding: 16px 24px;
21457}
21458.ant-list-bordered.ant-list-lg .ant-list-header,
21459.ant-list-bordered.ant-list-lg .ant-list-footer {
21460 padding: 16px 24px;
21461}
21462@media screen and (max-width: 768px) {
21463 .ant-list-item-action {
21464 margin-left: 24px;
21465 }
21466 .ant-list-vertical .ant-list-item-extra {
21467 margin-left: 24px;
21468 }
21469}
21470@media screen and (max-width: 576px) {
21471 .ant-list-item {
21472 flex-wrap: wrap;
21473 }
21474 .ant-list-item-action {
21475 margin-left: 12px;
21476 }
21477 .ant-list-vertical .ant-list-item {
21478 flex-wrap: wrap-reverse;
21479 }
21480 .ant-list-vertical .ant-list-item-main {
21481 min-width: 220px;
21482 }
21483 .ant-list-vertical .ant-list-item-extra {
21484 margin: auto auto 16px;
21485 }
21486}
21487.ant-list-rtl {
21488 direction: rtl;
21489 text-align: right;
21490}
21491.ant-list-rtl .ReactVirtualized__List .ant-list-item {
21492 direction: rtl;
21493}
21494.ant-list-rtl .ant-list-pagination {
21495 text-align: left;
21496}
21497.ant-list-rtl .ant-list-item-meta-avatar {
21498 margin-right: 0;
21499 margin-left: 16px;
21500}
21501.ant-list-rtl .ant-list-item-action {
21502 margin-right: 48px;
21503 margin-left: 0;
21504}
21505.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
21506 padding-right: 0;
21507 padding-left: 16px;
21508}
21509.ant-list-rtl .ant-list-item-action-split {
21510 right: auto;
21511 left: 0;
21512}
21513.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
21514 margin-right: 40px;
21515 margin-left: 0;
21516}
21517.ant-list-rtl.ant-list-vertical .ant-list-item-action {
21518 margin-right: auto;
21519}
21520.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
21521 padding-right: 0;
21522 padding-left: 16px;
21523}
21524.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
21525 float: left;
21526}
21527@media screen and (max-width: 768px) {
21528 .ant-list-rtl .ant-list-item-action {
21529 margin-right: 24px;
21530 margin-left: 0;
21531 }
21532 .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
21533 margin-right: 24px;
21534 margin-left: 0;
21535 }
21536}
21537@media screen and (max-width: 576px) {
21538 .ant-list-rtl .ant-list-item-action {
21539 margin-right: 22px;
21540 margin-left: 0;
21541 }
21542 .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
21543 margin: auto auto 16px;
21544 }
21545}
21546
21547/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21548/* stylelint-disable no-duplicate-selectors */
21549/* stylelint-disable */
21550/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21551html {
21552 --ant-primary-color: #1890ff;
21553 --ant-primary-color-hover: #40a9ff;
21554 --ant-primary-color-active: #096dd9;
21555 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21556 --ant-primary-1: #e6f7ff;
21557 --ant-primary-2: #bae7ff;
21558 --ant-primary-3: #91d5ff;
21559 --ant-primary-4: #69c0ff;
21560 --ant-primary-5: #40a9ff;
21561 --ant-primary-6: #1890ff;
21562 --ant-primary-7: #096dd9;
21563 --ant-primary-color-deprecated-pure: ;
21564 --ant-primary-color-deprecated-l-35: #cbe6ff;
21565 --ant-primary-color-deprecated-l-20: #7ec1ff;
21566 --ant-primary-color-deprecated-t-20: #46a6ff;
21567 --ant-primary-color-deprecated-t-50: #8cc8ff;
21568 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21569 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21570 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21571 --ant-success-color: #52c41a;
21572 --ant-success-color-hover: #73d13d;
21573 --ant-success-color-active: #389e0d;
21574 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
21575 --ant-success-color-deprecated-bg: #f6ffed;
21576 --ant-success-color-deprecated-border: #b7eb8f;
21577 --ant-error-color: #ff4d4f;
21578 --ant-error-color-hover: #ff7875;
21579 --ant-error-color-active: #d9363e;
21580 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
21581 --ant-error-color-deprecated-bg: #fff2f0;
21582 --ant-error-color-deprecated-border: #ffccc7;
21583 --ant-warning-color: #faad14;
21584 --ant-warning-color-hover: #ffc53d;
21585 --ant-warning-color-active: #d48806;
21586 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
21587 --ant-warning-color-deprecated-bg: #fffbe6;
21588 --ant-warning-color-deprecated-border: #ffe58f;
21589 --ant-info-color: #1890ff;
21590 --ant-info-color-deprecated-bg: #e6f7ff;
21591 --ant-info-color-deprecated-border: #91d5ff;
21592}
21593.ant-spin {
21594 box-sizing: border-box;
21595 margin: 0;
21596 padding: 0;
21597 color: rgba(0, 0, 0, 0.85);
21598 font-size: 14px;
21599 font-variant: tabular-nums;
21600 line-height: 1.5715;
21601 list-style: none;
21602 font-feature-settings: 'tnum';
21603 position: absolute;
21604 display: none;
21605 color: var(--ant-primary-color);
21606 text-align: center;
21607 vertical-align: middle;
21608 opacity: 0;
21609 transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
21610}
21611.ant-spin-spinning {
21612 position: static;
21613 display: inline-block;
21614 opacity: 1;
21615}
21616.ant-spin-nested-loading {
21617 position: relative;
21618}
21619.ant-spin-nested-loading > div > .ant-spin {
21620 position: absolute;
21621 top: 0;
21622 left: 0;
21623 z-index: 4;
21624 display: block;
21625 width: 100%;
21626 height: 100%;
21627 max-height: 400px;
21628}
21629.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
21630 position: absolute;
21631 top: 50%;
21632 left: 50%;
21633 margin: -10px;
21634}
21635.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
21636 position: absolute;
21637 top: 50%;
21638 width: 100%;
21639 padding-top: 5px;
21640 text-shadow: 0 1px 2px #fff;
21641}
21642.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
21643 margin-top: -20px;
21644}
21645.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
21646 margin: -7px;
21647}
21648.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
21649 padding-top: 2px;
21650}
21651.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
21652 margin-top: -17px;
21653}
21654.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
21655 margin: -16px;
21656}
21657.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
21658 padding-top: 11px;
21659}
21660.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
21661 margin-top: -26px;
21662}
21663.ant-spin-container {
21664 position: relative;
21665 transition: opacity 0.3s;
21666}
21667.ant-spin-container::after {
21668 position: absolute;
21669 top: 0;
21670 right: 0;
21671 bottom: 0;
21672 left: 0;
21673 z-index: 10;
21674 display: none \9;
21675 width: 100%;
21676 height: 100%;
21677 background: #fff;
21678 opacity: 0;
21679 transition: all 0.3s;
21680 content: '';
21681 pointer-events: none;
21682}
21683.ant-spin-blur {
21684 clear: both;
21685 opacity: 0.5;
21686 -webkit-user-select: none;
21687 -moz-user-select: none;
21688 -ms-user-select: none;
21689 user-select: none;
21690 pointer-events: none;
21691}
21692.ant-spin-blur::after {
21693 opacity: 0.4;
21694 pointer-events: auto;
21695}
21696.ant-spin-tip {
21697 color: rgba(0, 0, 0, 0.45);
21698}
21699.ant-spin-dot {
21700 position: relative;
21701 display: inline-block;
21702 font-size: 20px;
21703 width: 1em;
21704 height: 1em;
21705}
21706.ant-spin-dot-item {
21707 position: absolute;
21708 display: block;
21709 width: 9px;
21710 height: 9px;
21711 background-color: var(--ant-primary-color);
21712 border-radius: 100%;
21713 transform: scale(0.75);
21714 transform-origin: 50% 50%;
21715 opacity: 0.3;
21716 -webkit-animation: antSpinMove 1s infinite linear alternate;
21717 animation: antSpinMove 1s infinite linear alternate;
21718}
21719.ant-spin-dot-item:nth-child(1) {
21720 top: 0;
21721 left: 0;
21722}
21723.ant-spin-dot-item:nth-child(2) {
21724 top: 0;
21725 right: 0;
21726 -webkit-animation-delay: 0.4s;
21727 animation-delay: 0.4s;
21728}
21729.ant-spin-dot-item:nth-child(3) {
21730 right: 0;
21731 bottom: 0;
21732 -webkit-animation-delay: 0.8s;
21733 animation-delay: 0.8s;
21734}
21735.ant-spin-dot-item:nth-child(4) {
21736 bottom: 0;
21737 left: 0;
21738 -webkit-animation-delay: 1.2s;
21739 animation-delay: 1.2s;
21740}
21741.ant-spin-dot-spin {
21742 transform: rotate(45deg);
21743 -webkit-animation: antRotate 1.2s infinite linear;
21744 animation: antRotate 1.2s infinite linear;
21745}
21746.ant-spin-sm .ant-spin-dot {
21747 font-size: 14px;
21748}
21749.ant-spin-sm .ant-spin-dot i {
21750 width: 6px;
21751 height: 6px;
21752}
21753.ant-spin-lg .ant-spin-dot {
21754 font-size: 32px;
21755}
21756.ant-spin-lg .ant-spin-dot i {
21757 width: 14px;
21758 height: 14px;
21759}
21760.ant-spin.ant-spin-show-text .ant-spin-text {
21761 display: block;
21762}
21763@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
21764 /* IE10+ */
21765 .ant-spin-blur {
21766 background: #fff;
21767 opacity: 0.5;
21768 }
21769}
21770@-webkit-keyframes antSpinMove {
21771 to {
21772 opacity: 1;
21773 }
21774}
21775@keyframes antSpinMove {
21776 to {
21777 opacity: 1;
21778 }
21779}
21780@-webkit-keyframes antRotate {
21781 to {
21782 transform: rotate(405deg);
21783 }
21784}
21785@keyframes antRotate {
21786 to {
21787 transform: rotate(405deg);
21788 }
21789}
21790.ant-spin-rtl {
21791 direction: rtl;
21792}
21793.ant-spin-rtl .ant-spin-dot-spin {
21794 transform: rotate(-45deg);
21795 -webkit-animation-name: antRotateRtl;
21796 animation-name: antRotateRtl;
21797}
21798@-webkit-keyframes antRotateRtl {
21799 to {
21800 transform: rotate(-405deg);
21801 }
21802}
21803@keyframes antRotateRtl {
21804 to {
21805 transform: rotate(-405deg);
21806 }
21807}
21808
21809/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21810/* stylelint-disable no-duplicate-selectors */
21811/* stylelint-disable */
21812/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21813html {
21814 --ant-primary-color: #1890ff;
21815 --ant-primary-color-hover: #40a9ff;
21816 --ant-primary-color-active: #096dd9;
21817 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
21818 --ant-primary-1: #e6f7ff;
21819 --ant-primary-2: #bae7ff;
21820 --ant-primary-3: #91d5ff;
21821 --ant-primary-4: #69c0ff;
21822 --ant-primary-5: #40a9ff;
21823 --ant-primary-6: #1890ff;
21824 --ant-primary-7: #096dd9;
21825 --ant-primary-color-deprecated-pure: ;
21826 --ant-primary-color-deprecated-l-35: #cbe6ff;
21827 --ant-primary-color-deprecated-l-20: #7ec1ff;
21828 --ant-primary-color-deprecated-t-20: #46a6ff;
21829 --ant-primary-color-deprecated-t-50: #8cc8ff;
21830 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
21831 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
21832 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
21833 --ant-success-color: #52c41a;
21834 --ant-success-color-hover: #73d13d;
21835 --ant-success-color-active: #389e0d;
21836 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
21837 --ant-success-color-deprecated-bg: #f6ffed;
21838 --ant-success-color-deprecated-border: #b7eb8f;
21839 --ant-error-color: #ff4d4f;
21840 --ant-error-color-hover: #ff7875;
21841 --ant-error-color-active: #d9363e;
21842 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
21843 --ant-error-color-deprecated-bg: #fff2f0;
21844 --ant-error-color-deprecated-border: #ffccc7;
21845 --ant-warning-color: #faad14;
21846 --ant-warning-color-hover: #ffc53d;
21847 --ant-warning-color-active: #d48806;
21848 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
21849 --ant-warning-color-deprecated-bg: #fffbe6;
21850 --ant-warning-color-deprecated-border: #ffe58f;
21851 --ant-info-color: #1890ff;
21852 --ant-info-color-deprecated-bg: #e6f7ff;
21853 --ant-info-color-deprecated-border: #91d5ff;
21854}
21855.ant-pagination {
21856 box-sizing: border-box;
21857 margin: 0;
21858 padding: 0;
21859 color: rgba(0, 0, 0, 0.85);
21860 font-size: 14px;
21861 font-variant: tabular-nums;
21862 line-height: 1.5715;
21863 list-style: none;
21864 font-feature-settings: 'tnum';
21865}
21866.ant-pagination ul,
21867.ant-pagination ol {
21868 margin: 0;
21869 padding: 0;
21870 list-style: none;
21871}
21872.ant-pagination::after {
21873 display: block;
21874 clear: both;
21875 height: 0;
21876 overflow: hidden;
21877 visibility: hidden;
21878 content: ' ';
21879}
21880.ant-pagination-total-text {
21881 display: inline-block;
21882 height: 32px;
21883 margin-right: 8px;
21884 line-height: 30px;
21885 vertical-align: middle;
21886}
21887.ant-pagination-item {
21888 display: inline-block;
21889 min-width: 32px;
21890 height: 32px;
21891 margin-right: 8px;
21892 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';
21893 line-height: 30px;
21894 text-align: center;
21895 vertical-align: middle;
21896 list-style: none;
21897 background-color: #fff;
21898 border: 1px solid #d9d9d9;
21899 border-radius: 2px;
21900 outline: 0;
21901 cursor: pointer;
21902 -webkit-user-select: none;
21903 -moz-user-select: none;
21904 -ms-user-select: none;
21905 user-select: none;
21906}
21907.ant-pagination-item a {
21908 display: block;
21909 padding: 0 6px;
21910 color: rgba(0, 0, 0, 0.85);
21911 transition: none;
21912}
21913.ant-pagination-item a:hover {
21914 text-decoration: none;
21915}
21916.ant-pagination-item:focus-visible,
21917.ant-pagination-item:hover {
21918 border-color: var(--ant-primary-color);
21919 transition: all 0.3s;
21920}
21921.ant-pagination-item:focus-visible a,
21922.ant-pagination-item:hover a {
21923 color: var(--ant-primary-color);
21924}
21925.ant-pagination-item-active {
21926 font-weight: 500;
21927 background: #fff;
21928 border-color: var(--ant-primary-color);
21929}
21930.ant-pagination-item-active a {
21931 color: var(--ant-primary-color);
21932}
21933.ant-pagination-item-active:focus-visible,
21934.ant-pagination-item-active:hover {
21935 border-color: var(--ant-primary-5);
21936}
21937.ant-pagination-item-active:focus-visible a,
21938.ant-pagination-item-active:hover a {
21939 color: var(--ant-primary-5);
21940}
21941.ant-pagination-jump-prev,
21942.ant-pagination-jump-next {
21943 outline: 0;
21944}
21945.ant-pagination-jump-prev .ant-pagination-item-container,
21946.ant-pagination-jump-next .ant-pagination-item-container {
21947 position: relative;
21948}
21949.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
21950.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
21951 color: var(--ant-primary-color);
21952 font-size: 12px;
21953 letter-spacing: -1px;
21954 opacity: 0;
21955 transition: all 0.2s;
21956}
21957.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
21958.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
21959 top: 0;
21960 right: 0;
21961 bottom: 0;
21962 left: 0;
21963 margin: auto;
21964}
21965.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
21966.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
21967 position: absolute;
21968 top: 0;
21969 right: 0;
21970 bottom: 0;
21971 left: 0;
21972 display: block;
21973 margin: auto;
21974 color: rgba(0, 0, 0, 0.25);
21975 font-family: Arial, Helvetica, sans-serif;
21976 letter-spacing: 2px;
21977 text-align: center;
21978 text-indent: 0.13em;
21979 opacity: 1;
21980 transition: all 0.2s;
21981}
21982.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
21983.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
21984.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
21985.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
21986 opacity: 1;
21987}
21988.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
21989.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
21990.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
21991.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
21992 opacity: 0;
21993}
21994.ant-pagination-prev,
21995.ant-pagination-jump-prev,
21996.ant-pagination-jump-next {
21997 margin-right: 8px;
21998}
21999.ant-pagination-prev,
22000.ant-pagination-next,
22001.ant-pagination-jump-prev,
22002.ant-pagination-jump-next {
22003 display: inline-block;
22004 min-width: 32px;
22005 height: 32px;
22006 color: rgba(0, 0, 0, 0.85);
22007 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';
22008 line-height: 32px;
22009 text-align: center;
22010 vertical-align: middle;
22011 list-style: none;
22012 border-radius: 2px;
22013 cursor: pointer;
22014 transition: all 0.3s;
22015}
22016.ant-pagination-prev,
22017.ant-pagination-next {
22018 font-family: Arial, Helvetica, sans-serif;
22019 outline: 0;
22020}
22021.ant-pagination-prev button,
22022.ant-pagination-next button {
22023 color: rgba(0, 0, 0, 0.85);
22024 cursor: pointer;
22025 -webkit-user-select: none;
22026 -moz-user-select: none;
22027 -ms-user-select: none;
22028 user-select: none;
22029}
22030.ant-pagination-prev:hover button,
22031.ant-pagination-next:hover button {
22032 border-color: var(--ant-primary-5);
22033}
22034.ant-pagination-prev .ant-pagination-item-link,
22035.ant-pagination-next .ant-pagination-item-link {
22036 display: block;
22037 width: 100%;
22038 height: 100%;
22039 padding: 0;
22040 font-size: 12px;
22041 text-align: center;
22042 background-color: #fff;
22043 border: 1px solid #d9d9d9;
22044 border-radius: 2px;
22045 outline: none;
22046 transition: all 0.3s;
22047}
22048.ant-pagination-prev:focus-visible .ant-pagination-item-link,
22049.ant-pagination-next:focus-visible .ant-pagination-item-link,
22050.ant-pagination-prev:hover .ant-pagination-item-link,
22051.ant-pagination-next:hover .ant-pagination-item-link {
22052 color: var(--ant-primary-color);
22053 border-color: var(--ant-primary-color);
22054}
22055.ant-pagination-disabled,
22056.ant-pagination-disabled:hover,
22057.ant-pagination-disabled:focus-visible {
22058 cursor: not-allowed;
22059}
22060.ant-pagination-disabled .ant-pagination-item-link,
22061.ant-pagination-disabled:hover .ant-pagination-item-link,
22062.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
22063 color: rgba(0, 0, 0, 0.25);
22064 border-color: #d9d9d9;
22065 cursor: not-allowed;
22066}
22067.ant-pagination-slash {
22068 margin: 0 10px 0 5px;
22069}
22070.ant-pagination-options {
22071 display: inline-block;
22072 margin-left: 16px;
22073 vertical-align: middle;
22074}
22075@media all and (-ms-high-contrast: none) {
22076 .ant-pagination-options *::-ms-backdrop,
22077 .ant-pagination-options {
22078 vertical-align: top;
22079 }
22080}
22081.ant-pagination-options-size-changer.ant-select {
22082 display: inline-block;
22083 width: auto;
22084}
22085.ant-pagination-options-quick-jumper {
22086 display: inline-block;
22087 height: 32px;
22088 margin-left: 8px;
22089 line-height: 32px;
22090 vertical-align: top;
22091}
22092.ant-pagination-options-quick-jumper input {
22093 position: relative;
22094 display: inline-block;
22095 width: 100%;
22096 min-width: 0;
22097 padding: 4px 11px;
22098 color: rgba(0, 0, 0, 0.85);
22099 font-size: 14px;
22100 line-height: 1.5715;
22101 background-color: #fff;
22102 background-image: none;
22103 border: 1px solid #d9d9d9;
22104 border-radius: 2px;
22105 transition: all 0.3s;
22106 /* stylelint-disable-next-line selector-no-vendor-prefix */
22107 width: 50px;
22108 height: 32px;
22109 margin: 0 8px;
22110}
22111.ant-pagination-options-quick-jumper input::-moz-placeholder {
22112 opacity: 1;
22113}
22114.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
22115 color: #bfbfbf;
22116 -ms-user-select: none;
22117 user-select: none;
22118}
22119.ant-pagination-options-quick-jumper input::placeholder {
22120 color: #bfbfbf;
22121 -webkit-user-select: none;
22122 -moz-user-select: none;
22123 -ms-user-select: none;
22124 user-select: none;
22125}
22126.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
22127 text-overflow: ellipsis;
22128}
22129.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
22130 text-overflow: ellipsis;
22131}
22132.ant-pagination-options-quick-jumper input:placeholder-shown {
22133 text-overflow: ellipsis;
22134}
22135.ant-pagination-options-quick-jumper input:hover {
22136 border-color: var(--ant-primary-5);
22137 border-right-width: 1px !important;
22138}
22139.ant-pagination-options-quick-jumper input:focus,
22140.ant-pagination-options-quick-jumper input-focused {
22141 border-color: var(--ant-primary-color-hover);
22142 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22143 border-right-width: 1px !important;
22144 outline: 0;
22145}
22146.ant-pagination-options-quick-jumper input-disabled {
22147 color: rgba(0, 0, 0, 0.25);
22148 background-color: #f5f5f5;
22149 border-color: #d9d9d9;
22150 box-shadow: none;
22151 cursor: not-allowed;
22152 opacity: 1;
22153}
22154.ant-pagination-options-quick-jumper input-disabled:hover {
22155 border-color: #d9d9d9;
22156 border-right-width: 1px !important;
22157}
22158.ant-pagination-options-quick-jumper input[disabled] {
22159 color: rgba(0, 0, 0, 0.25);
22160 background-color: #f5f5f5;
22161 border-color: #d9d9d9;
22162 box-shadow: none;
22163 cursor: not-allowed;
22164 opacity: 1;
22165}
22166.ant-pagination-options-quick-jumper input[disabled]:hover {
22167 border-color: #d9d9d9;
22168 border-right-width: 1px !important;
22169}
22170.ant-pagination-options-quick-jumper input-borderless,
22171.ant-pagination-options-quick-jumper input-borderless:hover,
22172.ant-pagination-options-quick-jumper input-borderless:focus,
22173.ant-pagination-options-quick-jumper input-borderless-focused,
22174.ant-pagination-options-quick-jumper input-borderless-disabled,
22175.ant-pagination-options-quick-jumper input-borderless[disabled] {
22176 background-color: transparent;
22177 border: none;
22178 box-shadow: none;
22179}
22180textarea.ant-pagination-options-quick-jumper input {
22181 max-width: 100%;
22182 height: auto;
22183 min-height: 32px;
22184 line-height: 1.5715;
22185 vertical-align: bottom;
22186 transition: all 0.3s, height 0s;
22187}
22188.ant-pagination-options-quick-jumper input-lg {
22189 padding: 6.5px 11px;
22190 font-size: 16px;
22191}
22192.ant-pagination-options-quick-jumper input-sm {
22193 padding: 0px 7px;
22194}
22195.ant-pagination-simple .ant-pagination-prev,
22196.ant-pagination-simple .ant-pagination-next {
22197 height: 24px;
22198 line-height: 24px;
22199 vertical-align: top;
22200}
22201.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
22202.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
22203 height: 24px;
22204 background-color: transparent;
22205 border: 0;
22206}
22207.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
22208.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
22209 height: 24px;
22210 line-height: 24px;
22211}
22212.ant-pagination-simple .ant-pagination-simple-pager {
22213 display: inline-block;
22214 height: 24px;
22215 margin-right: 8px;
22216}
22217.ant-pagination-simple .ant-pagination-simple-pager input {
22218 box-sizing: border-box;
22219 height: 100%;
22220 margin-right: 8px;
22221 padding: 0 6px;
22222 text-align: center;
22223 background-color: #fff;
22224 border: 1px solid #d9d9d9;
22225 border-radius: 2px;
22226 outline: none;
22227 transition: border-color 0.3s;
22228}
22229.ant-pagination-simple .ant-pagination-simple-pager input:hover {
22230 border-color: var(--ant-primary-color);
22231}
22232.ant-pagination-simple .ant-pagination-simple-pager input:focus {
22233 border-color: var(--ant-primary-color-hover);
22234 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22235}
22236.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
22237 color: rgba(0, 0, 0, 0.25);
22238 background: #f5f5f5;
22239 border-color: #d9d9d9;
22240 cursor: not-allowed;
22241}
22242.ant-pagination.mini .ant-pagination-total-text,
22243.ant-pagination.mini .ant-pagination-simple-pager {
22244 height: 24px;
22245 line-height: 24px;
22246}
22247.ant-pagination.mini .ant-pagination-item {
22248 min-width: 24px;
22249 height: 24px;
22250 margin: 0;
22251 line-height: 22px;
22252}
22253.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
22254 background: transparent;
22255 border-color: transparent;
22256}
22257.ant-pagination.mini .ant-pagination-prev,
22258.ant-pagination.mini .ant-pagination-next {
22259 min-width: 24px;
22260 height: 24px;
22261 margin: 0;
22262 line-height: 24px;
22263}
22264.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
22265.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
22266 background: transparent;
22267 border-color: transparent;
22268}
22269.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
22270.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
22271 height: 24px;
22272 line-height: 24px;
22273}
22274.ant-pagination.mini .ant-pagination-jump-prev,
22275.ant-pagination.mini .ant-pagination-jump-next {
22276 height: 24px;
22277 margin-right: 0;
22278 line-height: 24px;
22279}
22280.ant-pagination.mini .ant-pagination-options {
22281 margin-left: 2px;
22282}
22283.ant-pagination.mini .ant-pagination-options-size-changer {
22284 top: 0px;
22285}
22286.ant-pagination.mini .ant-pagination-options-quick-jumper {
22287 height: 24px;
22288 line-height: 24px;
22289}
22290.ant-pagination.mini .ant-pagination-options-quick-jumper input {
22291 padding: 0px 7px;
22292 width: 44px;
22293 height: 24px;
22294}
22295.ant-pagination.ant-pagination-disabled {
22296 cursor: not-allowed;
22297}
22298.ant-pagination.ant-pagination-disabled .ant-pagination-item {
22299 background: #f5f5f5;
22300 border-color: #d9d9d9;
22301 cursor: not-allowed;
22302}
22303.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
22304 color: rgba(0, 0, 0, 0.25);
22305 background: transparent;
22306 border: none;
22307 cursor: not-allowed;
22308}
22309.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
22310 background: #e6e6e6;
22311}
22312.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
22313 color: rgba(0, 0, 0, 0.25);
22314}
22315.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
22316 color: rgba(0, 0, 0, 0.25);
22317 background: #f5f5f5;
22318 border-color: #d9d9d9;
22319 cursor: not-allowed;
22320}
22321.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
22322 background: transparent;
22323}
22324.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
22325 opacity: 0;
22326}
22327.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
22328 opacity: 1;
22329}
22330.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
22331 color: rgba(0, 0, 0, 0.25);
22332}
22333@media only screen and (max-width: 992px) {
22334 .ant-pagination-item-after-jump-prev,
22335 .ant-pagination-item-before-jump-next {
22336 display: none;
22337 }
22338}
22339@media only screen and (max-width: 576px) {
22340 .ant-pagination-options {
22341 display: none;
22342 }
22343}
22344.ant-pagination-rtl .ant-pagination-total-text {
22345 margin-right: 0;
22346 margin-left: 8px;
22347}
22348.ant-pagination-rtl .ant-pagination-item,
22349.ant-pagination-rtl .ant-pagination-prev,
22350.ant-pagination-rtl .ant-pagination-jump-prev,
22351.ant-pagination-rtl .ant-pagination-jump-next {
22352 margin-right: 0;
22353 margin-left: 8px;
22354}
22355.ant-pagination-rtl .ant-pagination-slash {
22356 margin: 0 5px 0 10px;
22357}
22358.ant-pagination-rtl .ant-pagination-options {
22359 margin-right: 16px;
22360 margin-left: 0;
22361}
22362.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
22363 margin-right: 0;
22364 margin-left: 8px;
22365}
22366.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
22367 margin-left: 0;
22368}
22369.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
22370 margin-right: 0;
22371 margin-left: 8px;
22372}
22373.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
22374 margin-right: 0;
22375 margin-left: 8px;
22376}
22377.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
22378 margin-right: 2px;
22379 margin-left: 0;
22380}
22381
22382/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22383/* stylelint-disable no-duplicate-selectors */
22384/* stylelint-disable */
22385/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22386html {
22387 --ant-primary-color: #1890ff;
22388 --ant-primary-color-hover: #40a9ff;
22389 --ant-primary-color-active: #096dd9;
22390 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22391 --ant-primary-1: #e6f7ff;
22392 --ant-primary-2: #bae7ff;
22393 --ant-primary-3: #91d5ff;
22394 --ant-primary-4: #69c0ff;
22395 --ant-primary-5: #40a9ff;
22396 --ant-primary-6: #1890ff;
22397 --ant-primary-7: #096dd9;
22398 --ant-primary-color-deprecated-pure: ;
22399 --ant-primary-color-deprecated-l-35: #cbe6ff;
22400 --ant-primary-color-deprecated-l-20: #7ec1ff;
22401 --ant-primary-color-deprecated-t-20: #46a6ff;
22402 --ant-primary-color-deprecated-t-50: #8cc8ff;
22403 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22404 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22405 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22406 --ant-success-color: #52c41a;
22407 --ant-success-color-hover: #73d13d;
22408 --ant-success-color-active: #389e0d;
22409 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
22410 --ant-success-color-deprecated-bg: #f6ffed;
22411 --ant-success-color-deprecated-border: #b7eb8f;
22412 --ant-error-color: #ff4d4f;
22413 --ant-error-color-hover: #ff7875;
22414 --ant-error-color-active: #d9363e;
22415 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
22416 --ant-error-color-deprecated-bg: #fff2f0;
22417 --ant-error-color-deprecated-border: #ffccc7;
22418 --ant-warning-color: #faad14;
22419 --ant-warning-color-hover: #ffc53d;
22420 --ant-warning-color-active: #d48806;
22421 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
22422 --ant-warning-color-deprecated-bg: #fffbe6;
22423 --ant-warning-color-deprecated-border: #ffe58f;
22424 --ant-info-color: #1890ff;
22425 --ant-info-color-deprecated-bg: #e6f7ff;
22426 --ant-info-color-deprecated-border: #91d5ff;
22427}
22428
22429/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22430/* stylelint-disable no-duplicate-selectors */
22431/* stylelint-disable */
22432/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22433html {
22434 --ant-primary-color: #1890ff;
22435 --ant-primary-color-hover: #40a9ff;
22436 --ant-primary-color-active: #096dd9;
22437 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22438 --ant-primary-1: #e6f7ff;
22439 --ant-primary-2: #bae7ff;
22440 --ant-primary-3: #91d5ff;
22441 --ant-primary-4: #69c0ff;
22442 --ant-primary-5: #40a9ff;
22443 --ant-primary-6: #1890ff;
22444 --ant-primary-7: #096dd9;
22445 --ant-primary-color-deprecated-pure: ;
22446 --ant-primary-color-deprecated-l-35: #cbe6ff;
22447 --ant-primary-color-deprecated-l-20: #7ec1ff;
22448 --ant-primary-color-deprecated-t-20: #46a6ff;
22449 --ant-primary-color-deprecated-t-50: #8cc8ff;
22450 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22451 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22452 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22453 --ant-success-color: #52c41a;
22454 --ant-success-color-hover: #73d13d;
22455 --ant-success-color-active: #389e0d;
22456 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
22457 --ant-success-color-deprecated-bg: #f6ffed;
22458 --ant-success-color-deprecated-border: #b7eb8f;
22459 --ant-error-color: #ff4d4f;
22460 --ant-error-color-hover: #ff7875;
22461 --ant-error-color-active: #d9363e;
22462 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
22463 --ant-error-color-deprecated-bg: #fff2f0;
22464 --ant-error-color-deprecated-border: #ffccc7;
22465 --ant-warning-color: #faad14;
22466 --ant-warning-color-hover: #ffc53d;
22467 --ant-warning-color-active: #d48806;
22468 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
22469 --ant-warning-color-deprecated-bg: #fffbe6;
22470 --ant-warning-color-deprecated-border: #ffe58f;
22471 --ant-info-color: #1890ff;
22472 --ant-info-color-deprecated-bg: #e6f7ff;
22473 --ant-info-color-deprecated-border: #91d5ff;
22474}
22475.ant-mentions {
22476 box-sizing: border-box;
22477 margin: 0;
22478 font-variant: tabular-nums;
22479 list-style: none;
22480 font-feature-settings: 'tnum';
22481 width: 100%;
22482 min-width: 0;
22483 padding: 4px 11px;
22484 color: rgba(0, 0, 0, 0.85);
22485 font-size: 14px;
22486 background-color: #fff;
22487 background-image: none;
22488 border: 1px solid #d9d9d9;
22489 border-radius: 2px;
22490 transition: all 0.3s;
22491 /* stylelint-disable-next-line selector-no-vendor-prefix */
22492 position: relative;
22493 display: inline-block;
22494 height: auto;
22495 padding: 0;
22496 overflow: hidden;
22497 line-height: 1.5715;
22498 white-space: pre-wrap;
22499 vertical-align: bottom;
22500}
22501.ant-mentions::-moz-placeholder {
22502 opacity: 1;
22503}
22504.ant-mentions:-ms-input-placeholder {
22505 color: #bfbfbf;
22506 -ms-user-select: none;
22507 user-select: none;
22508}
22509.ant-mentions::placeholder {
22510 color: #bfbfbf;
22511 -webkit-user-select: none;
22512 -moz-user-select: none;
22513 -ms-user-select: none;
22514 user-select: none;
22515}
22516.ant-mentions:-moz-placeholder-shown {
22517 text-overflow: ellipsis;
22518}
22519.ant-mentions:-ms-input-placeholder {
22520 text-overflow: ellipsis;
22521}
22522.ant-mentions:placeholder-shown {
22523 text-overflow: ellipsis;
22524}
22525.ant-mentions:hover {
22526 border-color: var(--ant-primary-5);
22527 border-right-width: 1px !important;
22528}
22529.ant-mentions:focus,
22530.ant-mentions-focused {
22531 border-color: var(--ant-primary-color-hover);
22532 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22533 border-right-width: 1px !important;
22534 outline: 0;
22535}
22536.ant-mentions-disabled {
22537 color: rgba(0, 0, 0, 0.25);
22538 background-color: #f5f5f5;
22539 border-color: #d9d9d9;
22540 box-shadow: none;
22541 cursor: not-allowed;
22542 opacity: 1;
22543}
22544.ant-mentions-disabled:hover {
22545 border-color: #d9d9d9;
22546 border-right-width: 1px !important;
22547}
22548.ant-mentions[disabled] {
22549 color: rgba(0, 0, 0, 0.25);
22550 background-color: #f5f5f5;
22551 border-color: #d9d9d9;
22552 box-shadow: none;
22553 cursor: not-allowed;
22554 opacity: 1;
22555}
22556.ant-mentions[disabled]:hover {
22557 border-color: #d9d9d9;
22558 border-right-width: 1px !important;
22559}
22560.ant-mentions-borderless,
22561.ant-mentions-borderless:hover,
22562.ant-mentions-borderless:focus,
22563.ant-mentions-borderless-focused,
22564.ant-mentions-borderless-disabled,
22565.ant-mentions-borderless[disabled] {
22566 background-color: transparent;
22567 border: none;
22568 box-shadow: none;
22569}
22570textarea.ant-mentions {
22571 max-width: 100%;
22572 height: auto;
22573 min-height: 32px;
22574 line-height: 1.5715;
22575 vertical-align: bottom;
22576 transition: all 0.3s, height 0s;
22577}
22578.ant-mentions-lg {
22579 padding: 6.5px 11px;
22580 font-size: 16px;
22581}
22582.ant-mentions-sm {
22583 padding: 0px 7px;
22584}
22585.ant-mentions-disabled > textarea {
22586 color: rgba(0, 0, 0, 0.25);
22587 background-color: #f5f5f5;
22588 border-color: #d9d9d9;
22589 box-shadow: none;
22590 cursor: not-allowed;
22591 opacity: 1;
22592}
22593.ant-mentions-disabled > textarea:hover {
22594 border-color: #d9d9d9;
22595 border-right-width: 1px !important;
22596}
22597.ant-mentions-focused {
22598 border-color: var(--ant-primary-color-hover);
22599 box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
22600 border-right-width: 1px !important;
22601 outline: 0;
22602}
22603.ant-mentions > textarea,
22604.ant-mentions-measure {
22605 min-height: 30px;
22606 margin: 0;
22607 padding: 4px 11px;
22608 overflow: inherit;
22609 overflow-x: hidden;
22610 overflow-y: auto;
22611 /* stylelint-disable declaration-block-no-redundant-longhand-properties */
22612 font-weight: inherit;
22613 font-size: inherit;
22614 font-family: inherit;
22615 font-style: inherit;
22616 font-variant: inherit;
22617 font-size-adjust: inherit;
22618 font-stretch: inherit;
22619 line-height: inherit;
22620 /* stylelint-enable declaration-block-no-redundant-longhand-properties */
22621 direction: inherit;
22622 letter-spacing: inherit;
22623 white-space: inherit;
22624 text-align: inherit;
22625 vertical-align: top;
22626 word-wrap: break-word;
22627 word-break: inherit;
22628 -moz-tab-size: inherit;
22629 -o-tab-size: inherit;
22630 tab-size: inherit;
22631}
22632.ant-mentions > textarea {
22633 width: 100%;
22634 border: none;
22635 outline: none;
22636 resize: none;
22637 /* stylelint-disable-next-line selector-no-vendor-prefix */
22638}
22639.ant-mentions > textarea::-moz-placeholder {
22640 opacity: 1;
22641}
22642.ant-mentions > textarea:-ms-input-placeholder {
22643 color: #bfbfbf;
22644 -ms-user-select: none;
22645 user-select: none;
22646}
22647.ant-mentions > textarea::placeholder {
22648 color: #bfbfbf;
22649 -webkit-user-select: none;
22650 -moz-user-select: none;
22651 -ms-user-select: none;
22652 user-select: none;
22653}
22654.ant-mentions > textarea:-moz-placeholder-shown {
22655 text-overflow: ellipsis;
22656}
22657.ant-mentions > textarea:-ms-input-placeholder {
22658 text-overflow: ellipsis;
22659}
22660.ant-mentions > textarea:placeholder-shown {
22661 text-overflow: ellipsis;
22662}
22663.ant-mentions-measure {
22664 position: absolute;
22665 top: 0;
22666 right: 0;
22667 bottom: 0;
22668 left: 0;
22669 z-index: -1;
22670 color: transparent;
22671 pointer-events: none;
22672}
22673.ant-mentions-measure > span {
22674 display: inline-block;
22675 min-height: 1em;
22676}
22677.ant-mentions-dropdown {
22678 margin: 0;
22679 padding: 0;
22680 color: rgba(0, 0, 0, 0.85);
22681 font-variant: tabular-nums;
22682 line-height: 1.5715;
22683 list-style: none;
22684 font-feature-settings: 'tnum';
22685 position: absolute;
22686 top: -9999px;
22687 left: -9999px;
22688 z-index: 1050;
22689 box-sizing: border-box;
22690 font-size: 14px;
22691 font-variant: initial;
22692 background-color: #fff;
22693 border-radius: 2px;
22694 outline: none;
22695 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);
22696}
22697.ant-mentions-dropdown-hidden {
22698 display: none;
22699}
22700.ant-mentions-dropdown-menu {
22701 max-height: 250px;
22702 margin-bottom: 0;
22703 padding-left: 0;
22704 overflow: auto;
22705 list-style: none;
22706 outline: none;
22707}
22708.ant-mentions-dropdown-menu-item {
22709 position: relative;
22710 display: block;
22711 min-width: 100px;
22712 padding: 5px 12px;
22713 overflow: hidden;
22714 color: rgba(0, 0, 0, 0.85);
22715 font-weight: normal;
22716 line-height: 1.5715;
22717 white-space: nowrap;
22718 text-overflow: ellipsis;
22719 cursor: pointer;
22720 transition: background 0.3s ease;
22721}
22722.ant-mentions-dropdown-menu-item:hover {
22723 background-color: #f5f5f5;
22724}
22725.ant-mentions-dropdown-menu-item:first-child {
22726 border-radius: 2px 2px 0 0;
22727}
22728.ant-mentions-dropdown-menu-item:last-child {
22729 border-radius: 0 0 2px 2px;
22730}
22731.ant-mentions-dropdown-menu-item-disabled {
22732 color: rgba(0, 0, 0, 0.25);
22733 cursor: not-allowed;
22734}
22735.ant-mentions-dropdown-menu-item-disabled:hover {
22736 color: rgba(0, 0, 0, 0.25);
22737 background-color: #fff;
22738 cursor: not-allowed;
22739}
22740.ant-mentions-dropdown-menu-item-selected {
22741 color: rgba(0, 0, 0, 0.85);
22742 font-weight: 600;
22743 background-color: #fafafa;
22744}
22745.ant-mentions-dropdown-menu-item-active {
22746 background-color: #f5f5f5;
22747}
22748.ant-mentions-rtl {
22749 direction: rtl;
22750}
22751
22752/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22753/* stylelint-disable no-duplicate-selectors */
22754/* stylelint-disable */
22755/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22756html {
22757 --ant-primary-color: #1890ff;
22758 --ant-primary-color-hover: #40a9ff;
22759 --ant-primary-color-active: #096dd9;
22760 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22761 --ant-primary-1: #e6f7ff;
22762 --ant-primary-2: #bae7ff;
22763 --ant-primary-3: #91d5ff;
22764 --ant-primary-4: #69c0ff;
22765 --ant-primary-5: #40a9ff;
22766 --ant-primary-6: #1890ff;
22767 --ant-primary-7: #096dd9;
22768 --ant-primary-color-deprecated-pure: ;
22769 --ant-primary-color-deprecated-l-35: #cbe6ff;
22770 --ant-primary-color-deprecated-l-20: #7ec1ff;
22771 --ant-primary-color-deprecated-t-20: #46a6ff;
22772 --ant-primary-color-deprecated-t-50: #8cc8ff;
22773 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22774 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22775 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22776 --ant-success-color: #52c41a;
22777 --ant-success-color-hover: #73d13d;
22778 --ant-success-color-active: #389e0d;
22779 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
22780 --ant-success-color-deprecated-bg: #f6ffed;
22781 --ant-success-color-deprecated-border: #b7eb8f;
22782 --ant-error-color: #ff4d4f;
22783 --ant-error-color-hover: #ff7875;
22784 --ant-error-color-active: #d9363e;
22785 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
22786 --ant-error-color-deprecated-bg: #fff2f0;
22787 --ant-error-color-deprecated-border: #ffccc7;
22788 --ant-warning-color: #faad14;
22789 --ant-warning-color-hover: #ffc53d;
22790 --ant-warning-color-active: #d48806;
22791 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
22792 --ant-warning-color-deprecated-bg: #fffbe6;
22793 --ant-warning-color-deprecated-border: #ffe58f;
22794 --ant-info-color: #1890ff;
22795 --ant-info-color-deprecated-bg: #e6f7ff;
22796 --ant-info-color-deprecated-border: #91d5ff;
22797}
22798.ant-message {
22799 box-sizing: border-box;
22800 margin: 0;
22801 padding: 0;
22802 color: rgba(0, 0, 0, 0.85);
22803 font-size: 14px;
22804 font-variant: tabular-nums;
22805 line-height: 1.5715;
22806 list-style: none;
22807 font-feature-settings: 'tnum';
22808 position: fixed;
22809 top: 8px;
22810 left: 0;
22811 z-index: 1010;
22812 width: 100%;
22813 pointer-events: none;
22814}
22815.ant-message-notice {
22816 padding: 8px;
22817 text-align: center;
22818}
22819.ant-message-notice-content {
22820 display: inline-block;
22821 padding: 10px 16px;
22822 background: #fff;
22823 border-radius: 2px;
22824 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);
22825 pointer-events: all;
22826}
22827.ant-message-success .anticon {
22828 color: var(--ant-success-color);
22829}
22830.ant-message-error .anticon {
22831 color: var(--ant-error-color);
22832}
22833.ant-message-warning .anticon {
22834 color: var(--ant-warning-color);
22835}
22836.ant-message-info .anticon,
22837.ant-message-loading .anticon {
22838 color: var(--ant-info-color);
22839}
22840.ant-message .anticon {
22841 position: relative;
22842 top: 1px;
22843 margin-right: 8px;
22844 font-size: 16px;
22845}
22846.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
22847 -webkit-animation-name: MessageMoveOut;
22848 animation-name: MessageMoveOut;
22849 -webkit-animation-duration: 0.3s;
22850 animation-duration: 0.3s;
22851}
22852@-webkit-keyframes MessageMoveOut {
22853 0% {
22854 max-height: 150px;
22855 padding: 8px;
22856 opacity: 1;
22857 }
22858 100% {
22859 max-height: 0;
22860 padding: 0;
22861 opacity: 0;
22862 }
22863}
22864@keyframes MessageMoveOut {
22865 0% {
22866 max-height: 150px;
22867 padding: 8px;
22868 opacity: 1;
22869 }
22870 100% {
22871 max-height: 0;
22872 padding: 0;
22873 opacity: 0;
22874 }
22875}
22876.ant-message-rtl {
22877 direction: rtl;
22878}
22879.ant-message-rtl span {
22880 direction: rtl;
22881}
22882.ant-message-rtl .anticon {
22883 margin-right: 0;
22884 margin-left: 8px;
22885}
22886
22887/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22888/* stylelint-disable no-duplicate-selectors */
22889/* stylelint-disable */
22890/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22891html {
22892 --ant-primary-color: #1890ff;
22893 --ant-primary-color-hover: #40a9ff;
22894 --ant-primary-color-active: #096dd9;
22895 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
22896 --ant-primary-1: #e6f7ff;
22897 --ant-primary-2: #bae7ff;
22898 --ant-primary-3: #91d5ff;
22899 --ant-primary-4: #69c0ff;
22900 --ant-primary-5: #40a9ff;
22901 --ant-primary-6: #1890ff;
22902 --ant-primary-7: #096dd9;
22903 --ant-primary-color-deprecated-pure: ;
22904 --ant-primary-color-deprecated-l-35: #cbe6ff;
22905 --ant-primary-color-deprecated-l-20: #7ec1ff;
22906 --ant-primary-color-deprecated-t-20: #46a6ff;
22907 --ant-primary-color-deprecated-t-50: #8cc8ff;
22908 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
22909 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
22910 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
22911 --ant-success-color: #52c41a;
22912 --ant-success-color-hover: #73d13d;
22913 --ant-success-color-active: #389e0d;
22914 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
22915 --ant-success-color-deprecated-bg: #f6ffed;
22916 --ant-success-color-deprecated-border: #b7eb8f;
22917 --ant-error-color: #ff4d4f;
22918 --ant-error-color-hover: #ff7875;
22919 --ant-error-color-active: #d9363e;
22920 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
22921 --ant-error-color-deprecated-bg: #fff2f0;
22922 --ant-error-color-deprecated-border: #ffccc7;
22923 --ant-warning-color: #faad14;
22924 --ant-warning-color-hover: #ffc53d;
22925 --ant-warning-color-active: #d48806;
22926 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
22927 --ant-warning-color-deprecated-bg: #fffbe6;
22928 --ant-warning-color-deprecated-border: #ffe58f;
22929 --ant-info-color: #1890ff;
22930 --ant-info-color-deprecated-bg: #e6f7ff;
22931 --ant-info-color-deprecated-border: #91d5ff;
22932}
22933.ant-modal {
22934 box-sizing: border-box;
22935 margin: 0;
22936 padding: 0;
22937 color: rgba(0, 0, 0, 0.85);
22938 font-size: 14px;
22939 font-variant: tabular-nums;
22940 line-height: 1.5715;
22941 list-style: none;
22942 font-feature-settings: 'tnum';
22943 pointer-events: none;
22944 position: relative;
22945 top: 100px;
22946 width: auto;
22947 max-width: calc(100vw - 32px);
22948 margin: 0 auto;
22949 padding-bottom: 24px;
22950}
22951.ant-modal.ant-zoom-enter,
22952.ant-modal.antzoom-appear {
22953 transform: none;
22954 opacity: 0;
22955 -webkit-animation-duration: 0.3s;
22956 animation-duration: 0.3s;
22957 -webkit-user-select: none;
22958 -moz-user-select: none;
22959 -ms-user-select: none;
22960 user-select: none;
22961}
22962.ant-modal-mask {
22963 position: fixed;
22964 top: 0;
22965 right: 0;
22966 bottom: 0;
22967 left: 0;
22968 z-index: 1000;
22969 height: 100%;
22970 background-color: rgba(0, 0, 0, 0.45);
22971}
22972.ant-modal-mask-hidden {
22973 display: none;
22974}
22975.ant-modal-wrap {
22976 position: fixed;
22977 top: 0;
22978 right: 0;
22979 bottom: 0;
22980 left: 0;
22981 overflow: auto;
22982 outline: 0;
22983 -webkit-overflow-scrolling: touch;
22984}
22985.ant-modal-wrap {
22986 z-index: 1000;
22987}
22988.ant-modal-title {
22989 margin: 0;
22990 color: rgba(0, 0, 0, 0.85);
22991 font-weight: 500;
22992 font-size: 16px;
22993 line-height: 22px;
22994 word-wrap: break-word;
22995}
22996.ant-modal-content {
22997 position: relative;
22998 background-color: #fff;
22999 background-clip: padding-box;
23000 border: 0;
23001 border-radius: 2px;
23002 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);
23003 pointer-events: auto;
23004}
23005.ant-modal-close {
23006 position: absolute;
23007 top: 0;
23008 right: 0;
23009 z-index: 10;
23010 padding: 0;
23011 color: rgba(0, 0, 0, 0.45);
23012 font-weight: 700;
23013 line-height: 1;
23014 text-decoration: none;
23015 background: transparent;
23016 border: 0;
23017 outline: 0;
23018 cursor: pointer;
23019 transition: color 0.3s;
23020}
23021.ant-modal-close-x {
23022 display: block;
23023 width: 56px;
23024 height: 56px;
23025 font-size: 16px;
23026 font-style: normal;
23027 line-height: 56px;
23028 text-align: center;
23029 text-transform: none;
23030 text-rendering: auto;
23031}
23032.ant-modal-close:focus,
23033.ant-modal-close:hover {
23034 color: rgba(0, 0, 0, 0.75);
23035 text-decoration: none;
23036}
23037.ant-modal-header {
23038 padding: 16px 24px;
23039 color: rgba(0, 0, 0, 0.85);
23040 background: #fff;
23041 border-bottom: 1px solid #f0f0f0;
23042 border-radius: 2px 2px 0 0;
23043}
23044.ant-modal-body {
23045 padding: 24px;
23046 font-size: 14px;
23047 line-height: 1.5715;
23048 word-wrap: break-word;
23049}
23050.ant-modal-footer {
23051 padding: 10px 16px;
23052 text-align: right;
23053 background: transparent;
23054 border-top: 1px solid #f0f0f0;
23055 border-radius: 0 0 2px 2px;
23056}
23057.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
23058 margin-bottom: 0;
23059 margin-left: 8px;
23060}
23061.ant-modal-open {
23062 overflow: hidden;
23063}
23064.ant-modal-centered {
23065 text-align: center;
23066}
23067.ant-modal-centered::before {
23068 display: inline-block;
23069 width: 0;
23070 height: 100%;
23071 vertical-align: middle;
23072 content: '';
23073}
23074.ant-modal-centered .ant-modal {
23075 top: 0;
23076 display: inline-block;
23077 padding-bottom: 0;
23078 text-align: left;
23079 vertical-align: middle;
23080}
23081@media (max-width: 767px) {
23082 .ant-modal {
23083 max-width: calc(100vw - 16px);
23084 margin: 8px auto;
23085 }
23086 .ant-modal-centered .ant-modal {
23087 flex: 1;
23088 }
23089}
23090.ant-modal-confirm .ant-modal-header {
23091 display: none;
23092}
23093.ant-modal-confirm .ant-modal-body {
23094 padding: 32px 32px 24px;
23095}
23096.ant-modal-confirm-body-wrapper::before {
23097 display: table;
23098 content: '';
23099}
23100.ant-modal-confirm-body-wrapper::after {
23101 display: table;
23102 clear: both;
23103 content: '';
23104}
23105.ant-modal-confirm-body .ant-modal-confirm-title {
23106 display: block;
23107 overflow: hidden;
23108 color: rgba(0, 0, 0, 0.85);
23109 font-weight: 500;
23110 font-size: 16px;
23111 line-height: 1.4;
23112}
23113.ant-modal-confirm-body .ant-modal-confirm-content {
23114 margin-top: 8px;
23115 color: rgba(0, 0, 0, 0.85);
23116 font-size: 14px;
23117}
23118.ant-modal-confirm-body > .anticon {
23119 float: left;
23120 margin-right: 16px;
23121 font-size: 22px;
23122}
23123.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
23124 margin-left: 38px;
23125}
23126.ant-modal-confirm .ant-modal-confirm-btns {
23127 float: right;
23128 margin-top: 24px;
23129}
23130.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
23131 margin-bottom: 0;
23132 margin-left: 8px;
23133}
23134.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
23135 color: var(--ant-error-color);
23136}
23137.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
23138.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
23139 color: var(--ant-warning-color);
23140}
23141.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
23142 color: var(--ant-info-color);
23143}
23144.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
23145 color: var(--ant-success-color);
23146}
23147.ant-modal-wrap-rtl {
23148 direction: rtl;
23149}
23150.ant-modal-wrap-rtl .ant-modal-close {
23151 right: initial;
23152 left: 0;
23153}
23154.ant-modal-wrap-rtl .ant-modal-footer {
23155 text-align: left;
23156}
23157.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
23158 margin-right: 8px;
23159 margin-left: 0;
23160}
23161.ant-modal-wrap-rtl .ant-modal-confirm-body {
23162 direction: rtl;
23163}
23164.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
23165 float: right;
23166 margin-right: 0;
23167 margin-left: 16px;
23168}
23169.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
23170 margin-right: 38px;
23171 margin-left: 0;
23172}
23173.ant-modal-wrap-rtl .ant-modal-confirm-btns {
23174 float: left;
23175}
23176.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
23177 margin-right: 8px;
23178 margin-left: 0;
23179}
23180.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
23181 text-align: right;
23182}
23183
23184/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23185/* stylelint-disable no-duplicate-selectors */
23186/* stylelint-disable */
23187/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23188html {
23189 --ant-primary-color: #1890ff;
23190 --ant-primary-color-hover: #40a9ff;
23191 --ant-primary-color-active: #096dd9;
23192 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23193 --ant-primary-1: #e6f7ff;
23194 --ant-primary-2: #bae7ff;
23195 --ant-primary-3: #91d5ff;
23196 --ant-primary-4: #69c0ff;
23197 --ant-primary-5: #40a9ff;
23198 --ant-primary-6: #1890ff;
23199 --ant-primary-7: #096dd9;
23200 --ant-primary-color-deprecated-pure: ;
23201 --ant-primary-color-deprecated-l-35: #cbe6ff;
23202 --ant-primary-color-deprecated-l-20: #7ec1ff;
23203 --ant-primary-color-deprecated-t-20: #46a6ff;
23204 --ant-primary-color-deprecated-t-50: #8cc8ff;
23205 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23206 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23207 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23208 --ant-success-color: #52c41a;
23209 --ant-success-color-hover: #73d13d;
23210 --ant-success-color-active: #389e0d;
23211 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23212 --ant-success-color-deprecated-bg: #f6ffed;
23213 --ant-success-color-deprecated-border: #b7eb8f;
23214 --ant-error-color: #ff4d4f;
23215 --ant-error-color-hover: #ff7875;
23216 --ant-error-color-active: #d9363e;
23217 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23218 --ant-error-color-deprecated-bg: #fff2f0;
23219 --ant-error-color-deprecated-border: #ffccc7;
23220 --ant-warning-color: #faad14;
23221 --ant-warning-color-hover: #ffc53d;
23222 --ant-warning-color-active: #d48806;
23223 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23224 --ant-warning-color-deprecated-bg: #fffbe6;
23225 --ant-warning-color-deprecated-border: #ffe58f;
23226 --ant-info-color: #1890ff;
23227 --ant-info-color-deprecated-bg: #e6f7ff;
23228 --ant-info-color-deprecated-border: #91d5ff;
23229}
23230.ant-notification {
23231 box-sizing: border-box;
23232 margin: 0;
23233 padding: 0;
23234 color: rgba(0, 0, 0, 0.85);
23235 font-size: 14px;
23236 font-variant: tabular-nums;
23237 line-height: 1.5715;
23238 list-style: none;
23239 font-feature-settings: 'tnum';
23240 position: fixed;
23241 z-index: 1010;
23242 margin-right: 24px;
23243}
23244.ant-notification-topLeft,
23245.ant-notification-bottomLeft {
23246 margin-right: 0;
23247 margin-left: 24px;
23248}
23249.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
23250.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
23251.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
23252.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
23253 -webkit-animation-name: NotificationLeftFadeIn;
23254 animation-name: NotificationLeftFadeIn;
23255}
23256.ant-notification-close-icon {
23257 font-size: 14px;
23258 cursor: pointer;
23259}
23260.ant-notification-hook-holder {
23261 position: relative;
23262}
23263.ant-notification-notice {
23264 position: relative;
23265 width: 384px;
23266 max-width: calc(100vw - 24px * 2);
23267 margin-bottom: 16px;
23268 margin-left: auto;
23269 padding: 16px 24px;
23270 overflow: hidden;
23271 line-height: 1.5715;
23272 word-wrap: break-word;
23273 background: #fff;
23274 border-radius: 2px;
23275 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);
23276}
23277.ant-notification-topLeft .ant-notification-notice,
23278.ant-notification-bottomLeft .ant-notification-notice {
23279 margin-right: auto;
23280 margin-left: 0;
23281}
23282.ant-notification-notice-message {
23283 margin-bottom: 8px;
23284 color: rgba(0, 0, 0, 0.85);
23285 font-size: 16px;
23286 line-height: 24px;
23287}
23288.ant-notification-notice-message-single-line-auto-margin {
23289 display: block;
23290 width: calc(384px - 24px * 2 - 24px - 48px - 100%);
23291 max-width: 4px;
23292 background-color: transparent;
23293 pointer-events: none;
23294}
23295.ant-notification-notice-message-single-line-auto-margin::before {
23296 display: block;
23297 content: '';
23298}
23299.ant-notification-notice-description {
23300 font-size: 14px;
23301}
23302.ant-notification-notice-closable .ant-notification-notice-message {
23303 padding-right: 24px;
23304}
23305.ant-notification-notice-with-icon .ant-notification-notice-message {
23306 margin-bottom: 4px;
23307 margin-left: 48px;
23308 font-size: 16px;
23309}
23310.ant-notification-notice-with-icon .ant-notification-notice-description {
23311 margin-left: 48px;
23312 font-size: 14px;
23313}
23314.ant-notification-notice-icon {
23315 position: absolute;
23316 margin-left: 4px;
23317 font-size: 24px;
23318 line-height: 24px;
23319}
23320.anticon.ant-notification-notice-icon-success {
23321 color: var(--ant-success-color);
23322}
23323.anticon.ant-notification-notice-icon-info {
23324 color: var(--ant-info-color);
23325}
23326.anticon.ant-notification-notice-icon-warning {
23327 color: var(--ant-warning-color);
23328}
23329.anticon.ant-notification-notice-icon-error {
23330 color: var(--ant-error-color);
23331}
23332.ant-notification-notice-close {
23333 position: absolute;
23334 top: 16px;
23335 right: 22px;
23336 color: rgba(0, 0, 0, 0.45);
23337 outline: none;
23338}
23339.ant-notification-notice-close:hover {
23340 color: rgba(0, 0, 0, 0.67);
23341}
23342.ant-notification-notice-btn {
23343 float: right;
23344 margin-top: 16px;
23345}
23346.ant-notification .notification-fade-effect {
23347 -webkit-animation-duration: 0.24s;
23348 animation-duration: 0.24s;
23349 -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23350 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23351 -webkit-animation-fill-mode: both;
23352 animation-fill-mode: both;
23353}
23354.ant-notification-fade-enter,
23355.ant-notification-fade-appear {
23356 -webkit-animation-duration: 0.24s;
23357 animation-duration: 0.24s;
23358 -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23359 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23360 -webkit-animation-fill-mode: both;
23361 animation-fill-mode: both;
23362 opacity: 0;
23363 -webkit-animation-play-state: paused;
23364 animation-play-state: paused;
23365}
23366.ant-notification-fade-leave {
23367 -webkit-animation-duration: 0.24s;
23368 animation-duration: 0.24s;
23369 -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23370 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
23371 -webkit-animation-fill-mode: both;
23372 animation-fill-mode: both;
23373 -webkit-animation-duration: 0.2s;
23374 animation-duration: 0.2s;
23375 -webkit-animation-play-state: paused;
23376 animation-play-state: paused;
23377}
23378.ant-notification-fade-enter.ant-notification-fade-enter-active,
23379.ant-notification-fade-appear.ant-notification-fade-appear-active {
23380 -webkit-animation-name: NotificationFadeIn;
23381 animation-name: NotificationFadeIn;
23382 -webkit-animation-play-state: running;
23383 animation-play-state: running;
23384}
23385.ant-notification-fade-leave.ant-notification-fade-leave-active {
23386 -webkit-animation-name: NotificationFadeOut;
23387 animation-name: NotificationFadeOut;
23388 -webkit-animation-play-state: running;
23389 animation-play-state: running;
23390}
23391@-webkit-keyframes NotificationFadeIn {
23392 0% {
23393 left: 384px;
23394 opacity: 0;
23395 }
23396 100% {
23397 left: 0;
23398 opacity: 1;
23399 }
23400}
23401@keyframes NotificationFadeIn {
23402 0% {
23403 left: 384px;
23404 opacity: 0;
23405 }
23406 100% {
23407 left: 0;
23408 opacity: 1;
23409 }
23410}
23411@-webkit-keyframes NotificationLeftFadeIn {
23412 0% {
23413 right: 384px;
23414 opacity: 0;
23415 }
23416 100% {
23417 right: 0;
23418 opacity: 1;
23419 }
23420}
23421@keyframes NotificationLeftFadeIn {
23422 0% {
23423 right: 384px;
23424 opacity: 0;
23425 }
23426 100% {
23427 right: 0;
23428 opacity: 1;
23429 }
23430}
23431@-webkit-keyframes NotificationFadeOut {
23432 0% {
23433 max-height: 150px;
23434 margin-bottom: 16px;
23435 opacity: 1;
23436 }
23437 100% {
23438 max-height: 0;
23439 margin-bottom: 0;
23440 padding-top: 0;
23441 padding-bottom: 0;
23442 opacity: 0;
23443 }
23444}
23445@keyframes NotificationFadeOut {
23446 0% {
23447 max-height: 150px;
23448 margin-bottom: 16px;
23449 opacity: 1;
23450 }
23451 100% {
23452 max-height: 0;
23453 margin-bottom: 0;
23454 padding-top: 0;
23455 padding-bottom: 0;
23456 opacity: 0;
23457 }
23458}
23459.ant-notification-rtl {
23460 direction: rtl;
23461}
23462.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
23463 padding-right: 0;
23464 padding-left: 24px;
23465}
23466.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
23467 margin-right: 48px;
23468 margin-left: 0;
23469}
23470.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
23471 margin-right: 48px;
23472 margin-left: 0;
23473}
23474.ant-notification-rtl .ant-notification-notice-icon {
23475 margin-right: 4px;
23476 margin-left: 0;
23477}
23478.ant-notification-rtl .ant-notification-notice-close {
23479 right: auto;
23480 left: 22px;
23481}
23482.ant-notification-rtl .ant-notification-notice-btn {
23483 float: left;
23484}
23485
23486/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23487/* stylelint-disable no-duplicate-selectors */
23488/* stylelint-disable */
23489/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23490html {
23491 --ant-primary-color: #1890ff;
23492 --ant-primary-color-hover: #40a9ff;
23493 --ant-primary-color-active: #096dd9;
23494 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23495 --ant-primary-1: #e6f7ff;
23496 --ant-primary-2: #bae7ff;
23497 --ant-primary-3: #91d5ff;
23498 --ant-primary-4: #69c0ff;
23499 --ant-primary-5: #40a9ff;
23500 --ant-primary-6: #1890ff;
23501 --ant-primary-7: #096dd9;
23502 --ant-primary-color-deprecated-pure: ;
23503 --ant-primary-color-deprecated-l-35: #cbe6ff;
23504 --ant-primary-color-deprecated-l-20: #7ec1ff;
23505 --ant-primary-color-deprecated-t-20: #46a6ff;
23506 --ant-primary-color-deprecated-t-50: #8cc8ff;
23507 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23508 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23509 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23510 --ant-success-color: #52c41a;
23511 --ant-success-color-hover: #73d13d;
23512 --ant-success-color-active: #389e0d;
23513 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23514 --ant-success-color-deprecated-bg: #f6ffed;
23515 --ant-success-color-deprecated-border: #b7eb8f;
23516 --ant-error-color: #ff4d4f;
23517 --ant-error-color-hover: #ff7875;
23518 --ant-error-color-active: #d9363e;
23519 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23520 --ant-error-color-deprecated-bg: #fff2f0;
23521 --ant-error-color-deprecated-border: #ffccc7;
23522 --ant-warning-color: #faad14;
23523 --ant-warning-color-hover: #ffc53d;
23524 --ant-warning-color-active: #d48806;
23525 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23526 --ant-warning-color-deprecated-bg: #fffbe6;
23527 --ant-warning-color-deprecated-border: #ffe58f;
23528 --ant-info-color: #1890ff;
23529 --ant-info-color-deprecated-bg: #e6f7ff;
23530 --ant-info-color-deprecated-border: #91d5ff;
23531}
23532.ant-page-header {
23533 box-sizing: border-box;
23534 margin: 0;
23535 padding: 0;
23536 color: rgba(0, 0, 0, 0.85);
23537 font-size: 14px;
23538 font-variant: tabular-nums;
23539 line-height: 1.5715;
23540 list-style: none;
23541 font-feature-settings: 'tnum';
23542 position: relative;
23543 padding: 16px 24px;
23544 background-color: #fff;
23545}
23546.ant-page-header-ghost {
23547 background-color: inherit;
23548}
23549.ant-page-header.has-breadcrumb {
23550 padding-top: 12px;
23551}
23552.ant-page-header.has-footer {
23553 padding-bottom: 0;
23554}
23555.ant-page-header-back {
23556 margin-right: 16px;
23557 font-size: 16px;
23558 line-height: 1;
23559}
23560.ant-page-header-back-button {
23561 color: var(--ant-primary-color);
23562 text-decoration: none;
23563 outline: none;
23564 transition: color 0.3s;
23565 color: #000;
23566 cursor: pointer;
23567}
23568.ant-page-header-back-button:focus,
23569.ant-page-header-back-button:hover {
23570 color: var(--ant-primary-color-hover);
23571}
23572.ant-page-header-back-button:active {
23573 color: var(--ant-primary-color-active);
23574}
23575.ant-page-header .ant-divider-vertical {
23576 height: 14px;
23577 margin: 0 12px;
23578 vertical-align: middle;
23579}
23580.ant-breadcrumb + .ant-page-header-heading {
23581 margin-top: 8px;
23582}
23583.ant-page-header-heading {
23584 display: flex;
23585 justify-content: space-between;
23586}
23587.ant-page-header-heading-left {
23588 display: flex;
23589 align-items: center;
23590 margin: 4px 0;
23591 overflow: hidden;
23592}
23593.ant-page-header-heading-title {
23594 margin-right: 12px;
23595 margin-bottom: 0;
23596 color: rgba(0, 0, 0, 0.85);
23597 font-weight: 600;
23598 font-size: 20px;
23599 line-height: 32px;
23600 overflow: hidden;
23601 white-space: nowrap;
23602 text-overflow: ellipsis;
23603}
23604.ant-page-header-heading .ant-avatar {
23605 margin-right: 12px;
23606}
23607.ant-page-header-heading-sub-title {
23608 margin-right: 12px;
23609 color: rgba(0, 0, 0, 0.45);
23610 font-size: 14px;
23611 line-height: 1.5715;
23612 overflow: hidden;
23613 white-space: nowrap;
23614 text-overflow: ellipsis;
23615}
23616.ant-page-header-heading-extra {
23617 margin: 4px 0;
23618 white-space: nowrap;
23619}
23620.ant-page-header-heading-extra > * {
23621 margin-left: 12px;
23622 white-space: unset;
23623}
23624.ant-page-header-heading-extra > *:first-child {
23625 margin-left: 0;
23626}
23627.ant-page-header-content {
23628 padding-top: 12px;
23629}
23630.ant-page-header-footer {
23631 margin-top: 16px;
23632}
23633.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
23634 margin: 0;
23635}
23636.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
23637 border: none;
23638}
23639.ant-page-header-footer .ant-tabs .ant-tabs-tab {
23640 padding-top: 8px;
23641 padding-bottom: 8px;
23642 font-size: 16px;
23643}
23644.ant-page-header-compact .ant-page-header-heading {
23645 flex-wrap: wrap;
23646}
23647.ant-page-header-rtl {
23648 direction: rtl;
23649}
23650.ant-page-header-rtl .ant-page-header-back {
23651 float: right;
23652 margin-right: 0;
23653 margin-left: 16px;
23654}
23655.ant-page-header-rtl .ant-page-header-heading-title {
23656 margin-right: 0;
23657 margin-left: 12px;
23658}
23659.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
23660 margin-right: 0;
23661 margin-left: 12px;
23662}
23663.ant-page-header-rtl .ant-page-header-heading-sub-title {
23664 float: right;
23665 margin-right: 0;
23666 margin-left: 12px;
23667}
23668.ant-page-header-rtl .ant-page-header-heading-tags {
23669 float: right;
23670}
23671.ant-page-header-rtl .ant-page-header-heading-extra {
23672 float: left;
23673}
23674.ant-page-header-rtl .ant-page-header-heading-extra > * {
23675 margin-right: 12px;
23676 margin-left: 0;
23677}
23678.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
23679 margin-right: 0;
23680}
23681.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
23682 float: right;
23683}
23684
23685/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23686/* stylelint-disable no-duplicate-selectors */
23687/* stylelint-disable */
23688/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23689html {
23690 --ant-primary-color: #1890ff;
23691 --ant-primary-color-hover: #40a9ff;
23692 --ant-primary-color-active: #096dd9;
23693 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23694 --ant-primary-1: #e6f7ff;
23695 --ant-primary-2: #bae7ff;
23696 --ant-primary-3: #91d5ff;
23697 --ant-primary-4: #69c0ff;
23698 --ant-primary-5: #40a9ff;
23699 --ant-primary-6: #1890ff;
23700 --ant-primary-7: #096dd9;
23701 --ant-primary-color-deprecated-pure: ;
23702 --ant-primary-color-deprecated-l-35: #cbe6ff;
23703 --ant-primary-color-deprecated-l-20: #7ec1ff;
23704 --ant-primary-color-deprecated-t-20: #46a6ff;
23705 --ant-primary-color-deprecated-t-50: #8cc8ff;
23706 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23707 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23708 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23709 --ant-success-color: #52c41a;
23710 --ant-success-color-hover: #73d13d;
23711 --ant-success-color-active: #389e0d;
23712 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23713 --ant-success-color-deprecated-bg: #f6ffed;
23714 --ant-success-color-deprecated-border: #b7eb8f;
23715 --ant-error-color: #ff4d4f;
23716 --ant-error-color-hover: #ff7875;
23717 --ant-error-color-active: #d9363e;
23718 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23719 --ant-error-color-deprecated-bg: #fff2f0;
23720 --ant-error-color-deprecated-border: #ffccc7;
23721 --ant-warning-color: #faad14;
23722 --ant-warning-color-hover: #ffc53d;
23723 --ant-warning-color-active: #d48806;
23724 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23725 --ant-warning-color-deprecated-bg: #fffbe6;
23726 --ant-warning-color-deprecated-border: #ffe58f;
23727 --ant-info-color: #1890ff;
23728 --ant-info-color-deprecated-bg: #e6f7ff;
23729 --ant-info-color-deprecated-border: #91d5ff;
23730}
23731.ant-popconfirm {
23732 z-index: 1060;
23733}
23734
23735/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23736/* stylelint-disable no-duplicate-selectors */
23737/* stylelint-disable */
23738/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23739html {
23740 --ant-primary-color: #1890ff;
23741 --ant-primary-color-hover: #40a9ff;
23742 --ant-primary-color-active: #096dd9;
23743 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23744 --ant-primary-1: #e6f7ff;
23745 --ant-primary-2: #bae7ff;
23746 --ant-primary-3: #91d5ff;
23747 --ant-primary-4: #69c0ff;
23748 --ant-primary-5: #40a9ff;
23749 --ant-primary-6: #1890ff;
23750 --ant-primary-7: #096dd9;
23751 --ant-primary-color-deprecated-pure: ;
23752 --ant-primary-color-deprecated-l-35: #cbe6ff;
23753 --ant-primary-color-deprecated-l-20: #7ec1ff;
23754 --ant-primary-color-deprecated-t-20: #46a6ff;
23755 --ant-primary-color-deprecated-t-50: #8cc8ff;
23756 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
23757 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
23758 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
23759 --ant-success-color: #52c41a;
23760 --ant-success-color-hover: #73d13d;
23761 --ant-success-color-active: #389e0d;
23762 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
23763 --ant-success-color-deprecated-bg: #f6ffed;
23764 --ant-success-color-deprecated-border: #b7eb8f;
23765 --ant-error-color: #ff4d4f;
23766 --ant-error-color-hover: #ff7875;
23767 --ant-error-color-active: #d9363e;
23768 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
23769 --ant-error-color-deprecated-bg: #fff2f0;
23770 --ant-error-color-deprecated-border: #ffccc7;
23771 --ant-warning-color: #faad14;
23772 --ant-warning-color-hover: #ffc53d;
23773 --ant-warning-color-active: #d48806;
23774 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
23775 --ant-warning-color-deprecated-bg: #fffbe6;
23776 --ant-warning-color-deprecated-border: #ffe58f;
23777 --ant-info-color: #1890ff;
23778 --ant-info-color-deprecated-bg: #e6f7ff;
23779 --ant-info-color-deprecated-border: #91d5ff;
23780}
23781.ant-progress {
23782 box-sizing: border-box;
23783 margin: 0;
23784 padding: 0;
23785 color: rgba(0, 0, 0, 0.85);
23786 font-size: 14px;
23787 font-variant: tabular-nums;
23788 line-height: 1.5715;
23789 list-style: none;
23790 font-feature-settings: 'tnum';
23791 display: inline-block;
23792}
23793.ant-progress-line {
23794 position: relative;
23795 width: 100%;
23796 font-size: 14px;
23797}
23798.ant-progress-steps {
23799 display: inline-block;
23800}
23801.ant-progress-steps-outer {
23802 display: flex;
23803 flex-direction: row;
23804 align-items: center;
23805}
23806.ant-progress-steps-item {
23807 flex-shrink: 0;
23808 min-width: 2px;
23809 margin-right: 2px;
23810 background: #f3f3f3;
23811 transition: all 0.3s;
23812}
23813.ant-progress-steps-item-active {
23814 background: var(--ant-primary-color);
23815}
23816.ant-progress-small.ant-progress-line,
23817.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
23818 font-size: 12px;
23819}
23820.ant-progress-outer {
23821 display: inline-block;
23822 width: 100%;
23823 margin-right: 0;
23824 padding-right: 0;
23825}
23826.ant-progress-show-info .ant-progress-outer {
23827 margin-right: calc(-2em - 8px);
23828 padding-right: calc(2em + 8px);
23829}
23830.ant-progress-inner {
23831 position: relative;
23832 display: inline-block;
23833 width: 100%;
23834 overflow: hidden;
23835 vertical-align: middle;
23836 background-color: #f5f5f5;
23837 border-radius: 100px;
23838}
23839.ant-progress-circle-trail {
23840 stroke: #f5f5f5;
23841}
23842.ant-progress-circle-path {
23843 -webkit-animation: ant-progress-appear 0.3s;
23844 animation: ant-progress-appear 0.3s;
23845}
23846.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
23847 stroke: var(--ant-primary-color);
23848}
23849.ant-progress-success-bg,
23850.ant-progress-bg {
23851 position: relative;
23852 background-color: var(--ant-primary-color);
23853 border-radius: 100px;
23854 transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
23855}
23856.ant-progress-success-bg {
23857 position: absolute;
23858 top: 0;
23859 left: 0;
23860 background-color: var(--ant-success-color);
23861}
23862.ant-progress-text {
23863 display: inline-block;
23864 width: 2em;
23865 margin-left: 8px;
23866 color: rgba(0, 0, 0, 0.85);
23867 font-size: 1em;
23868 line-height: 1;
23869 white-space: nowrap;
23870 text-align: left;
23871 vertical-align: middle;
23872 word-break: normal;
23873}
23874.ant-progress-text .anticon {
23875 font-size: 14px;
23876}
23877.ant-progress-status-active .ant-progress-bg::before {
23878 position: absolute;
23879 top: 0;
23880 right: 0;
23881 bottom: 0;
23882 left: 0;
23883 background: #fff;
23884 border-radius: 10px;
23885 opacity: 0;
23886 -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
23887 animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
23888 content: '';
23889}
23890.ant-progress-status-exception .ant-progress-bg {
23891 background-color: var(--ant-error-color);
23892}
23893.ant-progress-status-exception .ant-progress-text {
23894 color: var(--ant-error-color);
23895}
23896.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
23897 stroke: var(--ant-error-color);
23898}
23899.ant-progress-status-success .ant-progress-bg {
23900 background-color: var(--ant-success-color);
23901}
23902.ant-progress-status-success .ant-progress-text {
23903 color: var(--ant-success-color);
23904}
23905.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
23906 stroke: var(--ant-success-color);
23907}
23908.ant-progress-circle .ant-progress-inner {
23909 position: relative;
23910 line-height: 1;
23911 background-color: transparent;
23912}
23913.ant-progress-circle .ant-progress-text {
23914 position: absolute;
23915 top: 50%;
23916 left: 50%;
23917 width: 100%;
23918 margin: 0;
23919 padding: 0;
23920 color: rgba(0, 0, 0, 0.85);
23921 font-size: 1em;
23922 line-height: 1;
23923 white-space: normal;
23924 text-align: center;
23925 transform: translate(-50%, -50%);
23926}
23927.ant-progress-circle .ant-progress-text .anticon {
23928 font-size: 1.16666667em;
23929}
23930.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
23931 color: var(--ant-error-color);
23932}
23933.ant-progress-circle.ant-progress-status-success .ant-progress-text {
23934 color: var(--ant-success-color);
23935}
23936@-webkit-keyframes ant-progress-active {
23937 0% {
23938 transform: translateX(-100%) scaleX(0);
23939 opacity: 0.1;
23940 }
23941 20% {
23942 transform: translateX(-100%) scaleX(0);
23943 opacity: 0.5;
23944 }
23945 100% {
23946 transform: translateX(0) scaleX(1);
23947 opacity: 0;
23948 }
23949}
23950@keyframes ant-progress-active {
23951 0% {
23952 transform: translateX(-100%) scaleX(0);
23953 opacity: 0.1;
23954 }
23955 20% {
23956 transform: translateX(-100%) scaleX(0);
23957 opacity: 0.5;
23958 }
23959 100% {
23960 transform: translateX(0) scaleX(1);
23961 opacity: 0;
23962 }
23963}
23964.ant-progress-rtl {
23965 direction: rtl;
23966}
23967.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
23968 margin-right: 0;
23969 margin-left: calc(-2em - 8px);
23970 padding-right: 0;
23971 padding-left: calc(2em + 8px);
23972}
23973.ant-progress-rtl .ant-progress-success-bg {
23974 right: 0;
23975 left: auto;
23976}
23977.ant-progress-rtl.ant-progress-line .ant-progress-text,
23978.ant-progress-rtl.ant-progress-steps .ant-progress-text {
23979 margin-right: 8px;
23980 margin-left: 0;
23981 text-align: right;
23982}
23983
23984/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23985/* stylelint-disable no-duplicate-selectors */
23986/* stylelint-disable */
23987/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23988html {
23989 --ant-primary-color: #1890ff;
23990 --ant-primary-color-hover: #40a9ff;
23991 --ant-primary-color-active: #096dd9;
23992 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
23993 --ant-primary-1: #e6f7ff;
23994 --ant-primary-2: #bae7ff;
23995 --ant-primary-3: #91d5ff;
23996 --ant-primary-4: #69c0ff;
23997 --ant-primary-5: #40a9ff;
23998 --ant-primary-6: #1890ff;
23999 --ant-primary-7: #096dd9;
24000 --ant-primary-color-deprecated-pure: ;
24001 --ant-primary-color-deprecated-l-35: #cbe6ff;
24002 --ant-primary-color-deprecated-l-20: #7ec1ff;
24003 --ant-primary-color-deprecated-t-20: #46a6ff;
24004 --ant-primary-color-deprecated-t-50: #8cc8ff;
24005 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24006 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24007 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24008 --ant-success-color: #52c41a;
24009 --ant-success-color-hover: #73d13d;
24010 --ant-success-color-active: #389e0d;
24011 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24012 --ant-success-color-deprecated-bg: #f6ffed;
24013 --ant-success-color-deprecated-border: #b7eb8f;
24014 --ant-error-color: #ff4d4f;
24015 --ant-error-color-hover: #ff7875;
24016 --ant-error-color-active: #d9363e;
24017 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24018 --ant-error-color-deprecated-bg: #fff2f0;
24019 --ant-error-color-deprecated-border: #ffccc7;
24020 --ant-warning-color: #faad14;
24021 --ant-warning-color-hover: #ffc53d;
24022 --ant-warning-color-active: #d48806;
24023 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24024 --ant-warning-color-deprecated-bg: #fffbe6;
24025 --ant-warning-color-deprecated-border: #ffe58f;
24026 --ant-info-color: #1890ff;
24027 --ant-info-color-deprecated-bg: #e6f7ff;
24028 --ant-info-color-deprecated-border: #91d5ff;
24029}
24030.ant-rate {
24031 box-sizing: border-box;
24032 color: rgba(0, 0, 0, 0.85);
24033 font-size: 14px;
24034 font-variant: tabular-nums;
24035 line-height: 1.5715;
24036 font-feature-settings: 'tnum';
24037 display: inline-block;
24038 margin: 0;
24039 padding: 0;
24040 color: #fadb14;
24041 font-size: 20px;
24042 line-height: unset;
24043 list-style: none;
24044 outline: none;
24045}
24046.ant-rate-disabled .ant-rate-star {
24047 cursor: default;
24048}
24049.ant-rate-disabled .ant-rate-star:hover {
24050 transform: scale(1);
24051}
24052.ant-rate-star {
24053 position: relative;
24054 display: inline-block;
24055 color: inherit;
24056 cursor: pointer;
24057}
24058.ant-rate-star:not(:last-child) {
24059 margin-right: 8px;
24060}
24061.ant-rate-star > div {
24062 transition: all 0.3s, outline 0s;
24063}
24064.ant-rate-star > div:hover,
24065.ant-rate-star > div:focus-visible {
24066 transform: scale(1.1);
24067}
24068.ant-rate-star > div:focus {
24069 outline: 0;
24070}
24071.ant-rate-star > div:focus-visible {
24072 outline: 1px dashed #fadb14;
24073}
24074.ant-rate-star-first,
24075.ant-rate-star-second {
24076 color: #f0f0f0;
24077 transition: all 0.3s;
24078 -webkit-user-select: none;
24079 -moz-user-select: none;
24080 -ms-user-select: none;
24081 user-select: none;
24082}
24083.ant-rate-star-first .anticon,
24084.ant-rate-star-second .anticon {
24085 vertical-align: middle;
24086}
24087.ant-rate-star-first {
24088 position: absolute;
24089 top: 0;
24090 left: 0;
24091 width: 50%;
24092 height: 100%;
24093 overflow: hidden;
24094 opacity: 0;
24095}
24096.ant-rate-star-half .ant-rate-star-first,
24097.ant-rate-star-half .ant-rate-star-second {
24098 opacity: 1;
24099}
24100.ant-rate-star-half .ant-rate-star-first,
24101.ant-rate-star-full .ant-rate-star-second {
24102 color: inherit;
24103}
24104.ant-rate-text {
24105 display: inline-block;
24106 margin: 0 8px;
24107 font-size: 14px;
24108}
24109.ant-rate-rtl {
24110 direction: rtl;
24111}
24112.ant-rate-rtl .ant-rate-star:not(:last-child) {
24113 margin-right: 0;
24114 margin-left: 8px;
24115}
24116.ant-rate-rtl .ant-rate-star-first {
24117 right: 0;
24118 left: auto;
24119}
24120
24121/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24122/* stylelint-disable no-duplicate-selectors */
24123/* stylelint-disable */
24124/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24125html {
24126 --ant-primary-color: #1890ff;
24127 --ant-primary-color-hover: #40a9ff;
24128 --ant-primary-color-active: #096dd9;
24129 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24130 --ant-primary-1: #e6f7ff;
24131 --ant-primary-2: #bae7ff;
24132 --ant-primary-3: #91d5ff;
24133 --ant-primary-4: #69c0ff;
24134 --ant-primary-5: #40a9ff;
24135 --ant-primary-6: #1890ff;
24136 --ant-primary-7: #096dd9;
24137 --ant-primary-color-deprecated-pure: ;
24138 --ant-primary-color-deprecated-l-35: #cbe6ff;
24139 --ant-primary-color-deprecated-l-20: #7ec1ff;
24140 --ant-primary-color-deprecated-t-20: #46a6ff;
24141 --ant-primary-color-deprecated-t-50: #8cc8ff;
24142 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24143 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24144 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24145 --ant-success-color: #52c41a;
24146 --ant-success-color-hover: #73d13d;
24147 --ant-success-color-active: #389e0d;
24148 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24149 --ant-success-color-deprecated-bg: #f6ffed;
24150 --ant-success-color-deprecated-border: #b7eb8f;
24151 --ant-error-color: #ff4d4f;
24152 --ant-error-color-hover: #ff7875;
24153 --ant-error-color-active: #d9363e;
24154 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24155 --ant-error-color-deprecated-bg: #fff2f0;
24156 --ant-error-color-deprecated-border: #ffccc7;
24157 --ant-warning-color: #faad14;
24158 --ant-warning-color-hover: #ffc53d;
24159 --ant-warning-color-active: #d48806;
24160 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24161 --ant-warning-color-deprecated-bg: #fffbe6;
24162 --ant-warning-color-deprecated-border: #ffe58f;
24163 --ant-info-color: #1890ff;
24164 --ant-info-color-deprecated-bg: #e6f7ff;
24165 --ant-info-color-deprecated-border: #91d5ff;
24166}
24167.ant-result {
24168 padding: 48px 32px;
24169}
24170.ant-result-success .ant-result-icon > .anticon {
24171 color: var(--ant-success-color);
24172}
24173.ant-result-error .ant-result-icon > .anticon {
24174 color: var(--ant-error-color);
24175}
24176.ant-result-info .ant-result-icon > .anticon {
24177 color: var(--ant-info-color);
24178}
24179.ant-result-warning .ant-result-icon > .anticon {
24180 color: var(--ant-warning-color);
24181}
24182.ant-result-image {
24183 width: 250px;
24184 height: 295px;
24185 margin: auto;
24186}
24187.ant-result-icon {
24188 margin-bottom: 24px;
24189 text-align: center;
24190}
24191.ant-result-icon > .anticon {
24192 font-size: 72px;
24193}
24194.ant-result-title {
24195 color: rgba(0, 0, 0, 0.85);
24196 font-size: 24px;
24197 line-height: 1.8;
24198 text-align: center;
24199}
24200.ant-result-subtitle {
24201 color: rgba(0, 0, 0, 0.45);
24202 font-size: 14px;
24203 line-height: 1.6;
24204 text-align: center;
24205}
24206.ant-result-extra {
24207 margin: 24px 0 0 0;
24208 text-align: center;
24209}
24210.ant-result-extra > * {
24211 margin-right: 8px;
24212}
24213.ant-result-extra > *:last-child {
24214 margin-right: 0;
24215}
24216.ant-result-content {
24217 margin-top: 24px;
24218 padding: 24px 40px;
24219 background-color: #fafafa;
24220}
24221.ant-result-rtl {
24222 direction: rtl;
24223}
24224.ant-result-rtl .ant-result-extra > * {
24225 margin-right: 0;
24226 margin-left: 8px;
24227}
24228.ant-result-rtl .ant-result-extra > *:last-child {
24229 margin-left: 0;
24230}
24231
24232/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24233/* stylelint-disable no-duplicate-selectors */
24234/* stylelint-disable */
24235/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24236html {
24237 --ant-primary-color: #1890ff;
24238 --ant-primary-color-hover: #40a9ff;
24239 --ant-primary-color-active: #096dd9;
24240 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24241 --ant-primary-1: #e6f7ff;
24242 --ant-primary-2: #bae7ff;
24243 --ant-primary-3: #91d5ff;
24244 --ant-primary-4: #69c0ff;
24245 --ant-primary-5: #40a9ff;
24246 --ant-primary-6: #1890ff;
24247 --ant-primary-7: #096dd9;
24248 --ant-primary-color-deprecated-pure: ;
24249 --ant-primary-color-deprecated-l-35: #cbe6ff;
24250 --ant-primary-color-deprecated-l-20: #7ec1ff;
24251 --ant-primary-color-deprecated-t-20: #46a6ff;
24252 --ant-primary-color-deprecated-t-50: #8cc8ff;
24253 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24254 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24255 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24256 --ant-success-color: #52c41a;
24257 --ant-success-color-hover: #73d13d;
24258 --ant-success-color-active: #389e0d;
24259 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24260 --ant-success-color-deprecated-bg: #f6ffed;
24261 --ant-success-color-deprecated-border: #b7eb8f;
24262 --ant-error-color: #ff4d4f;
24263 --ant-error-color-hover: #ff7875;
24264 --ant-error-color-active: #d9363e;
24265 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24266 --ant-error-color-deprecated-bg: #fff2f0;
24267 --ant-error-color-deprecated-border: #ffccc7;
24268 --ant-warning-color: #faad14;
24269 --ant-warning-color-hover: #ffc53d;
24270 --ant-warning-color-active: #d48806;
24271 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24272 --ant-warning-color-deprecated-bg: #fffbe6;
24273 --ant-warning-color-deprecated-border: #ffe58f;
24274 --ant-info-color: #1890ff;
24275 --ant-info-color-deprecated-bg: #e6f7ff;
24276 --ant-info-color-deprecated-border: #91d5ff;
24277}
24278.ant-skeleton {
24279 display: table;
24280 width: 100%;
24281}
24282.ant-skeleton-header {
24283 display: table-cell;
24284 padding-right: 16px;
24285 vertical-align: top;
24286}
24287.ant-skeleton-header .ant-skeleton-avatar {
24288 display: inline-block;
24289 vertical-align: top;
24290 background: rgba(190, 190, 190, 0.2);
24291 width: 32px;
24292 height: 32px;
24293 line-height: 32px;
24294}
24295.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
24296 border-radius: 50%;
24297}
24298.ant-skeleton-header .ant-skeleton-avatar-lg {
24299 width: 40px;
24300 height: 40px;
24301 line-height: 40px;
24302}
24303.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
24304 border-radius: 50%;
24305}
24306.ant-skeleton-header .ant-skeleton-avatar-sm {
24307 width: 24px;
24308 height: 24px;
24309 line-height: 24px;
24310}
24311.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
24312 border-radius: 50%;
24313}
24314.ant-skeleton-content {
24315 display: table-cell;
24316 width: 100%;
24317 vertical-align: top;
24318}
24319.ant-skeleton-content .ant-skeleton-title {
24320 width: 100%;
24321 height: 16px;
24322 margin-top: 16px;
24323 background: rgba(190, 190, 190, 0.2);
24324 border-radius: 4px;
24325}
24326.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
24327 margin-top: 24px;
24328}
24329.ant-skeleton-content .ant-skeleton-paragraph {
24330 padding: 0;
24331}
24332.ant-skeleton-content .ant-skeleton-paragraph > li {
24333 width: 100%;
24334 height: 16px;
24335 list-style: none;
24336 background: rgba(190, 190, 190, 0.2);
24337 border-radius: 4px;
24338}
24339.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
24340 width: 61%;
24341}
24342.ant-skeleton-content .ant-skeleton-paragraph > li + li {
24343 margin-top: 16px;
24344}
24345.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
24346 margin-top: 12px;
24347}
24348.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
24349 margin-top: 28px;
24350}
24351.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
24352.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
24353 border-radius: 100px;
24354}
24355.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
24356.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
24357 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%);
24358 background-size: 400% 100%;
24359 -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
24360 animation: ant-skeleton-loading 1.4s ease infinite;
24361}
24362.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
24363 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%);
24364 background-size: 400% 100%;
24365 -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
24366 animation: ant-skeleton-loading 1.4s ease infinite;
24367}
24368.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
24369 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%);
24370 background-size: 400% 100%;
24371 -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
24372 animation: ant-skeleton-loading 1.4s ease infinite;
24373}
24374.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
24375 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%);
24376 background-size: 400% 100%;
24377 -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
24378 animation: ant-skeleton-loading 1.4s ease infinite;
24379}
24380.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
24381 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%);
24382 background-size: 400% 100%;
24383 -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
24384 animation: ant-skeleton-loading 1.4s ease infinite;
24385}
24386.ant-skeleton.ant-skeleton-block {
24387 width: 100%;
24388}
24389.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
24390 width: 100%;
24391}
24392.ant-skeleton-element {
24393 display: inline-block;
24394 width: auto;
24395}
24396.ant-skeleton-element .ant-skeleton-button {
24397 display: inline-block;
24398 vertical-align: top;
24399 background: rgba(190, 190, 190, 0.2);
24400 border-radius: 2px;
24401 width: 64px;
24402 min-width: 64px;
24403 height: 32px;
24404 line-height: 32px;
24405}
24406.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
24407 width: 32px;
24408 min-width: 32px;
24409 border-radius: 50%;
24410}
24411.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
24412 border-radius: 32px;
24413}
24414.ant-skeleton-element .ant-skeleton-button-lg {
24415 width: 80px;
24416 min-width: 80px;
24417 height: 40px;
24418 line-height: 40px;
24419}
24420.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
24421 width: 40px;
24422 min-width: 40px;
24423 border-radius: 50%;
24424}
24425.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
24426 border-radius: 40px;
24427}
24428.ant-skeleton-element .ant-skeleton-button-sm {
24429 width: 48px;
24430 min-width: 48px;
24431 height: 24px;
24432 line-height: 24px;
24433}
24434.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
24435 width: 24px;
24436 min-width: 24px;
24437 border-radius: 50%;
24438}
24439.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
24440 border-radius: 24px;
24441}
24442.ant-skeleton-element .ant-skeleton-avatar {
24443 display: inline-block;
24444 vertical-align: top;
24445 background: rgba(190, 190, 190, 0.2);
24446 width: 32px;
24447 height: 32px;
24448 line-height: 32px;
24449}
24450.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
24451 border-radius: 50%;
24452}
24453.ant-skeleton-element .ant-skeleton-avatar-lg {
24454 width: 40px;
24455 height: 40px;
24456 line-height: 40px;
24457}
24458.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
24459 border-radius: 50%;
24460}
24461.ant-skeleton-element .ant-skeleton-avatar-sm {
24462 width: 24px;
24463 height: 24px;
24464 line-height: 24px;
24465}
24466.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
24467 border-radius: 50%;
24468}
24469.ant-skeleton-element .ant-skeleton-input {
24470 display: inline-block;
24471 vertical-align: top;
24472 background: rgba(190, 190, 190, 0.2);
24473 width: 100%;
24474 height: 32px;
24475 line-height: 32px;
24476}
24477.ant-skeleton-element .ant-skeleton-input-lg {
24478 width: 100%;
24479 height: 40px;
24480 line-height: 40px;
24481}
24482.ant-skeleton-element .ant-skeleton-input-sm {
24483 width: 100%;
24484 height: 24px;
24485 line-height: 24px;
24486}
24487.ant-skeleton-element .ant-skeleton-image {
24488 display: flex;
24489 align-items: center;
24490 justify-content: center;
24491 vertical-align: top;
24492 background: rgba(190, 190, 190, 0.2);
24493 width: 96px;
24494 height: 96px;
24495 line-height: 96px;
24496}
24497.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
24498 border-radius: 50%;
24499}
24500.ant-skeleton-element .ant-skeleton-image-path {
24501 fill: #bfbfbf;
24502}
24503.ant-skeleton-element .ant-skeleton-image-svg {
24504 width: 48px;
24505 height: 48px;
24506 line-height: 48px;
24507 max-width: 192px;
24508 max-height: 192px;
24509}
24510.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
24511 border-radius: 50%;
24512}
24513@-webkit-keyframes ant-skeleton-loading {
24514 0% {
24515 background-position: 100% 50%;
24516 }
24517 100% {
24518 background-position: 0 50%;
24519 }
24520}
24521@keyframes ant-skeleton-loading {
24522 0% {
24523 background-position: 100% 50%;
24524 }
24525 100% {
24526 background-position: 0 50%;
24527 }
24528}
24529.ant-skeleton-rtl {
24530 direction: rtl;
24531}
24532.ant-skeleton-rtl .ant-skeleton-header {
24533 padding-right: 0;
24534 padding-left: 16px;
24535}
24536.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
24537.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
24538 -webkit-animation-name: ant-skeleton-loading-rtl;
24539 animation-name: ant-skeleton-loading-rtl;
24540}
24541.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
24542 -webkit-animation-name: ant-skeleton-loading-rtl;
24543 animation-name: ant-skeleton-loading-rtl;
24544}
24545@-webkit-keyframes ant-skeleton-loading-rtl {
24546 0% {
24547 background-position: 0% 50%;
24548 }
24549 100% {
24550 background-position: 100% 50%;
24551 }
24552}
24553@keyframes ant-skeleton-loading-rtl {
24554 0% {
24555 background-position: 0% 50%;
24556 }
24557 100% {
24558 background-position: 100% 50%;
24559 }
24560}
24561
24562/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24563/* stylelint-disable no-duplicate-selectors */
24564/* stylelint-disable */
24565/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24566html {
24567 --ant-primary-color: #1890ff;
24568 --ant-primary-color-hover: #40a9ff;
24569 --ant-primary-color-active: #096dd9;
24570 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24571 --ant-primary-1: #e6f7ff;
24572 --ant-primary-2: #bae7ff;
24573 --ant-primary-3: #91d5ff;
24574 --ant-primary-4: #69c0ff;
24575 --ant-primary-5: #40a9ff;
24576 --ant-primary-6: #1890ff;
24577 --ant-primary-7: #096dd9;
24578 --ant-primary-color-deprecated-pure: ;
24579 --ant-primary-color-deprecated-l-35: #cbe6ff;
24580 --ant-primary-color-deprecated-l-20: #7ec1ff;
24581 --ant-primary-color-deprecated-t-20: #46a6ff;
24582 --ant-primary-color-deprecated-t-50: #8cc8ff;
24583 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24584 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24585 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24586 --ant-success-color: #52c41a;
24587 --ant-success-color-hover: #73d13d;
24588 --ant-success-color-active: #389e0d;
24589 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24590 --ant-success-color-deprecated-bg: #f6ffed;
24591 --ant-success-color-deprecated-border: #b7eb8f;
24592 --ant-error-color: #ff4d4f;
24593 --ant-error-color-hover: #ff7875;
24594 --ant-error-color-active: #d9363e;
24595 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24596 --ant-error-color-deprecated-bg: #fff2f0;
24597 --ant-error-color-deprecated-border: #ffccc7;
24598 --ant-warning-color: #faad14;
24599 --ant-warning-color-hover: #ffc53d;
24600 --ant-warning-color-active: #d48806;
24601 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24602 --ant-warning-color-deprecated-bg: #fffbe6;
24603 --ant-warning-color-deprecated-border: #ffe58f;
24604 --ant-info-color: #1890ff;
24605 --ant-info-color-deprecated-bg: #e6f7ff;
24606 --ant-info-color-deprecated-border: #91d5ff;
24607}
24608.ant-slider {
24609 box-sizing: border-box;
24610 margin: 0;
24611 padding: 0;
24612 color: rgba(0, 0, 0, 0.85);
24613 font-size: 14px;
24614 font-variant: tabular-nums;
24615 line-height: 1.5715;
24616 list-style: none;
24617 font-feature-settings: 'tnum';
24618 position: relative;
24619 height: 12px;
24620 margin: 10px 6px 10px;
24621 padding: 4px 0;
24622 cursor: pointer;
24623 touch-action: none;
24624}
24625.ant-slider-vertical {
24626 width: 12px;
24627 height: 100%;
24628 margin: 6px 10px;
24629 padding: 0 4px;
24630}
24631.ant-slider-vertical .ant-slider-rail {
24632 width: 4px;
24633 height: 100%;
24634}
24635.ant-slider-vertical .ant-slider-track {
24636 width: 4px;
24637}
24638.ant-slider-vertical .ant-slider-handle {
24639 margin-top: -6px;
24640 margin-left: -5px;
24641}
24642.ant-slider-vertical .ant-slider-mark {
24643 top: 0;
24644 left: 12px;
24645 width: 18px;
24646 height: 100%;
24647}
24648.ant-slider-vertical .ant-slider-mark-text {
24649 left: 4px;
24650 white-space: nowrap;
24651}
24652.ant-slider-vertical .ant-slider-step {
24653 width: 4px;
24654 height: 100%;
24655}
24656.ant-slider-vertical .ant-slider-dot {
24657 top: auto;
24658 left: 2px;
24659 margin-bottom: -4px;
24660}
24661.ant-slider-tooltip .ant-tooltip-inner {
24662 min-width: unset;
24663}
24664.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
24665 margin-right: -5px;
24666 margin-left: 0;
24667}
24668.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
24669 right: 12px;
24670 left: auto;
24671}
24672.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
24673 right: 4px;
24674 left: auto;
24675}
24676.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
24677 right: 2px;
24678 left: auto;
24679}
24680.ant-slider-with-marks {
24681 margin-bottom: 28px;
24682}
24683.ant-slider-rail {
24684 position: absolute;
24685 width: 100%;
24686 height: 4px;
24687 background-color: #f5f5f5;
24688 border-radius: 2px;
24689 transition: background-color 0.3s;
24690}
24691.ant-slider-track {
24692 position: absolute;
24693 height: 4px;
24694 background-color: var(--ant-primary-3);
24695 border-radius: 2px;
24696 transition: background-color 0.3s;
24697}
24698.ant-slider-handle {
24699 position: absolute;
24700 width: 14px;
24701 height: 14px;
24702 margin-top: -5px;
24703 background-color: #fff;
24704 border: solid 2px var(--ant-primary-3);
24705 border-radius: 50%;
24706 box-shadow: 0;
24707 cursor: pointer;
24708 transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
24709}
24710.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
24711 border-color: var(--ant-primary-color-deprecated-t-20);
24712 box-shadow: 0 0 0 5px var(--ant-primary-color-deprecated-f-12);
24713}
24714.ant-slider-handle:focus {
24715 border-color: var(--ant-primary-color-deprecated-t-20);
24716 outline: none;
24717 box-shadow: 0 0 0 5px var(--ant-primary-color-deprecated-f-12);
24718}
24719.ant-slider-handle.ant-tooltip-open {
24720 border-color: var(--ant-primary-color);
24721}
24722.ant-slider:hover .ant-slider-rail {
24723 background-color: #e1e1e1;
24724}
24725.ant-slider:hover .ant-slider-track {
24726 background-color: var(--ant-primary-4);
24727}
24728.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
24729 border-color: var(--ant-primary-4);
24730}
24731.ant-slider-mark {
24732 position: absolute;
24733 top: 14px;
24734 left: 0;
24735 width: 100%;
24736 font-size: 14px;
24737}
24738.ant-slider-mark-text {
24739 position: absolute;
24740 display: inline-block;
24741 color: rgba(0, 0, 0, 0.45);
24742 text-align: center;
24743 word-break: keep-all;
24744 cursor: pointer;
24745 -webkit-user-select: none;
24746 -moz-user-select: none;
24747 -ms-user-select: none;
24748 user-select: none;
24749}
24750.ant-slider-mark-text-active {
24751 color: rgba(0, 0, 0, 0.85);
24752}
24753.ant-slider-step {
24754 position: absolute;
24755 width: 100%;
24756 height: 4px;
24757 background: transparent;
24758}
24759.ant-slider-dot {
24760 position: absolute;
24761 top: -2px;
24762 width: 8px;
24763 height: 8px;
24764 margin-left: -4px;
24765 background-color: #fff;
24766 border: 2px solid #f0f0f0;
24767 border-radius: 50%;
24768 cursor: pointer;
24769}
24770.ant-slider-dot:first-child {
24771 margin-left: -4px;
24772}
24773.ant-slider-dot:last-child {
24774 margin-left: -4px;
24775}
24776.ant-slider-dot-active {
24777 border-color: var(--ant-primary-color-deprecated-t-50);
24778}
24779.ant-slider-disabled {
24780 cursor: not-allowed;
24781}
24782.ant-slider-disabled .ant-slider-rail {
24783 background-color: #f5f5f5 !important;
24784}
24785.ant-slider-disabled .ant-slider-track {
24786 background-color: rgba(0, 0, 0, 0.25) !important;
24787}
24788.ant-slider-disabled .ant-slider-handle,
24789.ant-slider-disabled .ant-slider-dot {
24790 background-color: #fff;
24791 border-color: rgba(0, 0, 0, 0.25) !important;
24792 box-shadow: none;
24793 cursor: not-allowed;
24794}
24795.ant-slider-disabled .ant-slider-mark-text,
24796.ant-slider-disabled .ant-slider-dot {
24797 cursor: not-allowed !important;
24798}
24799.ant-slider-rtl {
24800 direction: rtl;
24801}
24802.ant-slider-rtl .ant-slider-mark {
24803 right: 0;
24804 left: auto;
24805}
24806.ant-slider-rtl .ant-slider-dot {
24807 margin-right: -4px;
24808 margin-left: 0;
24809}
24810.ant-slider-rtl .ant-slider-dot:first-child {
24811 margin-right: -4px;
24812 margin-left: 0;
24813}
24814.ant-slider-rtl .ant-slider-dot:last-child {
24815 margin-right: -4px;
24816 margin-left: 0;
24817}
24818
24819/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24820/* stylelint-disable no-duplicate-selectors */
24821/* stylelint-disable */
24822/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24823html {
24824 --ant-primary-color: #1890ff;
24825 --ant-primary-color-hover: #40a9ff;
24826 --ant-primary-color-active: #096dd9;
24827 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24828 --ant-primary-1: #e6f7ff;
24829 --ant-primary-2: #bae7ff;
24830 --ant-primary-3: #91d5ff;
24831 --ant-primary-4: #69c0ff;
24832 --ant-primary-5: #40a9ff;
24833 --ant-primary-6: #1890ff;
24834 --ant-primary-7: #096dd9;
24835 --ant-primary-color-deprecated-pure: ;
24836 --ant-primary-color-deprecated-l-35: #cbe6ff;
24837 --ant-primary-color-deprecated-l-20: #7ec1ff;
24838 --ant-primary-color-deprecated-t-20: #46a6ff;
24839 --ant-primary-color-deprecated-t-50: #8cc8ff;
24840 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24841 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24842 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24843 --ant-success-color: #52c41a;
24844 --ant-success-color-hover: #73d13d;
24845 --ant-success-color-active: #389e0d;
24846 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24847 --ant-success-color-deprecated-bg: #f6ffed;
24848 --ant-success-color-deprecated-border: #b7eb8f;
24849 --ant-error-color: #ff4d4f;
24850 --ant-error-color-hover: #ff7875;
24851 --ant-error-color-active: #d9363e;
24852 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24853 --ant-error-color-deprecated-bg: #fff2f0;
24854 --ant-error-color-deprecated-border: #ffccc7;
24855 --ant-warning-color: #faad14;
24856 --ant-warning-color-hover: #ffc53d;
24857 --ant-warning-color-active: #d48806;
24858 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24859 --ant-warning-color-deprecated-bg: #fffbe6;
24860 --ant-warning-color-deprecated-border: #ffe58f;
24861 --ant-info-color: #1890ff;
24862 --ant-info-color-deprecated-bg: #e6f7ff;
24863 --ant-info-color-deprecated-border: #91d5ff;
24864}
24865.ant-space {
24866 display: inline-flex;
24867}
24868.ant-space-vertical {
24869 flex-direction: column;
24870}
24871.ant-space-align-center {
24872 align-items: center;
24873}
24874.ant-space-align-start {
24875 align-items: flex-start;
24876}
24877.ant-space-align-end {
24878 align-items: flex-end;
24879}
24880.ant-space-align-baseline {
24881 align-items: baseline;
24882}
24883.ant-space-item:empty {
24884 display: none;
24885}
24886.ant-space-rtl {
24887 direction: rtl;
24888}
24889
24890/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24891/* stylelint-disable no-duplicate-selectors */
24892/* stylelint-disable */
24893/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24894html {
24895 --ant-primary-color: #1890ff;
24896 --ant-primary-color-hover: #40a9ff;
24897 --ant-primary-color-active: #096dd9;
24898 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24899 --ant-primary-1: #e6f7ff;
24900 --ant-primary-2: #bae7ff;
24901 --ant-primary-3: #91d5ff;
24902 --ant-primary-4: #69c0ff;
24903 --ant-primary-5: #40a9ff;
24904 --ant-primary-6: #1890ff;
24905 --ant-primary-7: #096dd9;
24906 --ant-primary-color-deprecated-pure: ;
24907 --ant-primary-color-deprecated-l-35: #cbe6ff;
24908 --ant-primary-color-deprecated-l-20: #7ec1ff;
24909 --ant-primary-color-deprecated-t-20: #46a6ff;
24910 --ant-primary-color-deprecated-t-50: #8cc8ff;
24911 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
24912 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
24913 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
24914 --ant-success-color: #52c41a;
24915 --ant-success-color-hover: #73d13d;
24916 --ant-success-color-active: #389e0d;
24917 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
24918 --ant-success-color-deprecated-bg: #f6ffed;
24919 --ant-success-color-deprecated-border: #b7eb8f;
24920 --ant-error-color: #ff4d4f;
24921 --ant-error-color-hover: #ff7875;
24922 --ant-error-color-active: #d9363e;
24923 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
24924 --ant-error-color-deprecated-bg: #fff2f0;
24925 --ant-error-color-deprecated-border: #ffccc7;
24926 --ant-warning-color: #faad14;
24927 --ant-warning-color-hover: #ffc53d;
24928 --ant-warning-color-active: #d48806;
24929 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
24930 --ant-warning-color-deprecated-bg: #fffbe6;
24931 --ant-warning-color-deprecated-border: #ffe58f;
24932 --ant-info-color: #1890ff;
24933 --ant-info-color-deprecated-bg: #e6f7ff;
24934 --ant-info-color-deprecated-border: #91d5ff;
24935}
24936.ant-statistic {
24937 box-sizing: border-box;
24938 margin: 0;
24939 padding: 0;
24940 color: rgba(0, 0, 0, 0.85);
24941 font-size: 14px;
24942 font-variant: tabular-nums;
24943 line-height: 1.5715;
24944 list-style: none;
24945 font-feature-settings: 'tnum';
24946}
24947.ant-statistic-title {
24948 margin-bottom: 4px;
24949 color: rgba(0, 0, 0, 0.45);
24950 font-size: 14px;
24951}
24952.ant-statistic-content {
24953 color: rgba(0, 0, 0, 0.85);
24954 font-size: 24px;
24955 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';
24956}
24957.ant-statistic-content-value {
24958 display: inline-block;
24959 direction: ltr;
24960}
24961.ant-statistic-content-prefix,
24962.ant-statistic-content-suffix {
24963 display: inline-block;
24964}
24965.ant-statistic-content-prefix {
24966 margin-right: 4px;
24967}
24968.ant-statistic-content-suffix {
24969 margin-left: 4px;
24970}
24971.ant-statistic-rtl {
24972 direction: rtl;
24973}
24974.ant-statistic-rtl .ant-statistic-content-prefix {
24975 margin-right: 0;
24976 margin-left: 4px;
24977}
24978.ant-statistic-rtl .ant-statistic-content-suffix {
24979 margin-right: 4px;
24980 margin-left: 0;
24981}
24982
24983/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24984/* stylelint-disable no-duplicate-selectors */
24985/* stylelint-disable */
24986/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24987html {
24988 --ant-primary-color: #1890ff;
24989 --ant-primary-color-hover: #40a9ff;
24990 --ant-primary-color-active: #096dd9;
24991 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
24992 --ant-primary-1: #e6f7ff;
24993 --ant-primary-2: #bae7ff;
24994 --ant-primary-3: #91d5ff;
24995 --ant-primary-4: #69c0ff;
24996 --ant-primary-5: #40a9ff;
24997 --ant-primary-6: #1890ff;
24998 --ant-primary-7: #096dd9;
24999 --ant-primary-color-deprecated-pure: ;
25000 --ant-primary-color-deprecated-l-35: #cbe6ff;
25001 --ant-primary-color-deprecated-l-20: #7ec1ff;
25002 --ant-primary-color-deprecated-t-20: #46a6ff;
25003 --ant-primary-color-deprecated-t-50: #8cc8ff;
25004 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25005 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25006 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25007 --ant-success-color: #52c41a;
25008 --ant-success-color-hover: #73d13d;
25009 --ant-success-color-active: #389e0d;
25010 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
25011 --ant-success-color-deprecated-bg: #f6ffed;
25012 --ant-success-color-deprecated-border: #b7eb8f;
25013 --ant-error-color: #ff4d4f;
25014 --ant-error-color-hover: #ff7875;
25015 --ant-error-color-active: #d9363e;
25016 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
25017 --ant-error-color-deprecated-bg: #fff2f0;
25018 --ant-error-color-deprecated-border: #ffccc7;
25019 --ant-warning-color: #faad14;
25020 --ant-warning-color-hover: #ffc53d;
25021 --ant-warning-color-active: #d48806;
25022 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
25023 --ant-warning-color-deprecated-bg: #fffbe6;
25024 --ant-warning-color-deprecated-border: #ffe58f;
25025 --ant-info-color: #1890ff;
25026 --ant-info-color-deprecated-bg: #e6f7ff;
25027 --ant-info-color-deprecated-border: #91d5ff;
25028}
25029.ant-steps {
25030 box-sizing: border-box;
25031 margin: 0;
25032 padding: 0;
25033 color: rgba(0, 0, 0, 0.85);
25034 font-size: 14px;
25035 font-variant: tabular-nums;
25036 line-height: 1.5715;
25037 list-style: none;
25038 font-feature-settings: 'tnum';
25039 display: flex;
25040 width: 100%;
25041 font-size: 0;
25042 text-align: initial;
25043}
25044.ant-steps-item {
25045 position: relative;
25046 display: inline-block;
25047 flex: 1;
25048 overflow: hidden;
25049 vertical-align: top;
25050}
25051.ant-steps-item-container {
25052 outline: none;
25053}
25054.ant-steps-item:last-child {
25055 flex: none;
25056}
25057.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
25058.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25059 display: none;
25060}
25061.ant-steps-item-icon,
25062.ant-steps-item-content {
25063 display: inline-block;
25064 vertical-align: top;
25065}
25066.ant-steps-item-icon {
25067 width: 32px;
25068 height: 32px;
25069 margin: 0 8px 0 0;
25070 font-size: 16px;
25071 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';
25072 line-height: 32px;
25073 text-align: center;
25074 border: 1px solid rgba(0, 0, 0, 0.25);
25075 border-radius: 32px;
25076 transition: background-color 0.3s, border-color 0.3s;
25077}
25078.ant-steps-item-icon .ant-steps-icon {
25079 position: relative;
25080 top: -0.5px;
25081 color: var(--ant-primary-color);
25082 line-height: 1;
25083}
25084.ant-steps-item-tail {
25085 position: absolute;
25086 top: 12px;
25087 left: 0;
25088 width: 100%;
25089 padding: 0 10px;
25090}
25091.ant-steps-item-tail::after {
25092 display: inline-block;
25093 width: 100%;
25094 height: 1px;
25095 background: #f0f0f0;
25096 border-radius: 1px;
25097 transition: background 0.3s;
25098 content: '';
25099}
25100.ant-steps-item-title {
25101 position: relative;
25102 display: inline-block;
25103 padding-right: 16px;
25104 color: rgba(0, 0, 0, 0.85);
25105 font-size: 16px;
25106 line-height: 32px;
25107}
25108.ant-steps-item-title::after {
25109 position: absolute;
25110 top: 16px;
25111 left: 100%;
25112 display: block;
25113 width: 9999px;
25114 height: 1px;
25115 background: #f0f0f0;
25116 content: '';
25117}
25118.ant-steps-item-subtitle {
25119 display: inline;
25120 margin-left: 8px;
25121 color: rgba(0, 0, 0, 0.45);
25122 font-weight: normal;
25123 font-size: 14px;
25124}
25125.ant-steps-item-description {
25126 color: rgba(0, 0, 0, 0.45);
25127 font-size: 14px;
25128}
25129.ant-steps-item-wait .ant-steps-item-icon {
25130 background-color: #fff;
25131 border-color: rgba(0, 0, 0, 0.25);
25132}
25133.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
25134 color: rgba(0, 0, 0, 0.25);
25135}
25136.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25137 background: rgba(0, 0, 0, 0.25);
25138}
25139.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25140 color: rgba(0, 0, 0, 0.45);
25141}
25142.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25143 background-color: #f0f0f0;
25144}
25145.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25146 color: rgba(0, 0, 0, 0.45);
25147}
25148.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
25149 background-color: #f0f0f0;
25150}
25151.ant-steps-item-process .ant-steps-item-icon {
25152 background-color: #fff;
25153 border-color: var(--ant-primary-color);
25154}
25155.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
25156 color: var(--ant-primary-color);
25157}
25158.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25159 background: var(--ant-primary-color);
25160}
25161.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25162 color: rgba(0, 0, 0, 0.85);
25163}
25164.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25165 background-color: #f0f0f0;
25166}
25167.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25168 color: rgba(0, 0, 0, 0.85);
25169}
25170.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
25171 background-color: #f0f0f0;
25172}
25173.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
25174 background: var(--ant-primary-color);
25175}
25176.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
25177 color: #fff;
25178}
25179.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
25180 font-weight: 500;
25181}
25182.ant-steps-item-finish .ant-steps-item-icon {
25183 background-color: #fff;
25184 border-color: var(--ant-primary-color);
25185}
25186.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
25187 color: var(--ant-primary-color);
25188}
25189.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25190 background: var(--ant-primary-color);
25191}
25192.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25193 color: rgba(0, 0, 0, 0.85);
25194}
25195.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25196 background-color: var(--ant-primary-color);
25197}
25198.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25199 color: rgba(0, 0, 0, 0.45);
25200}
25201.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
25202 background-color: var(--ant-primary-color);
25203}
25204.ant-steps-item-error .ant-steps-item-icon {
25205 background-color: #fff;
25206 border-color: var(--ant-error-color);
25207}
25208.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
25209 color: var(--ant-error-color);
25210}
25211.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
25212 background: var(--ant-error-color);
25213}
25214.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
25215 color: var(--ant-error-color);
25216}
25217.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25218 background-color: #f0f0f0;
25219}
25220.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
25221 color: var(--ant-error-color);
25222}
25223.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
25224 background-color: #f0f0f0;
25225}
25226.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
25227 background: var(--ant-error-color);
25228}
25229.ant-steps-item-disabled {
25230 cursor: not-allowed;
25231}
25232.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
25233 cursor: pointer;
25234}
25235.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
25236.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
25237.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
25238.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
25239 transition: color 0.3s;
25240}
25241.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
25242.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
25243.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
25244 color: var(--ant-primary-color);
25245}
25246.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 {
25247 border-color: var(--ant-primary-color);
25248}
25249.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 {
25250 color: var(--ant-primary-color);
25251}
25252.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25253 padding-left: 16px;
25254 white-space: nowrap;
25255}
25256.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25257 padding-left: 0;
25258}
25259.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
25260 padding-right: 0;
25261}
25262.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
25263 display: none;
25264}
25265.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
25266 max-width: 140px;
25267 white-space: normal;
25268}
25269.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
25270 height: auto;
25271 background: none;
25272 border: 0;
25273}
25274.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
25275 top: 0px;
25276 left: 0.5px;
25277 width: 32px;
25278 height: 32px;
25279 font-size: 24px;
25280 line-height: 32px;
25281}
25282.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
25283 color: var(--ant-primary-color);
25284}
25285.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
25286 width: auto;
25287 background: none;
25288}
25289.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25290 padding-left: 12px;
25291}
25292.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25293 padding-left: 0;
25294}
25295.ant-steps-small .ant-steps-item-icon {
25296 width: 24px;
25297 height: 24px;
25298 margin: 0 8px 0 0;
25299 font-size: 12px;
25300 line-height: 24px;
25301 text-align: center;
25302 border-radius: 24px;
25303}
25304.ant-steps-small .ant-steps-item-title {
25305 padding-right: 12px;
25306 font-size: 14px;
25307 line-height: 24px;
25308}
25309.ant-steps-small .ant-steps-item-title::after {
25310 top: 12px;
25311}
25312.ant-steps-small .ant-steps-item-description {
25313 color: rgba(0, 0, 0, 0.45);
25314 font-size: 14px;
25315}
25316.ant-steps-small .ant-steps-item-tail {
25317 top: 8px;
25318}
25319.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
25320 width: inherit;
25321 height: inherit;
25322 line-height: inherit;
25323 background: none;
25324 border: 0;
25325 border-radius: 0;
25326}
25327.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
25328 font-size: 24px;
25329 line-height: 24px;
25330 transform: none;
25331}
25332.ant-steps-vertical {
25333 display: flex;
25334 flex-direction: column;
25335}
25336.ant-steps-vertical > .ant-steps-item {
25337 display: block;
25338 flex: 1 0 auto;
25339 padding-left: 0;
25340 overflow: visible;
25341}
25342.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
25343 float: left;
25344 margin-right: 16px;
25345}
25346.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
25347 display: block;
25348 min-height: 48px;
25349 overflow: hidden;
25350}
25351.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
25352 line-height: 32px;
25353}
25354.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
25355 padding-bottom: 12px;
25356}
25357.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25358 position: absolute;
25359 top: 0;
25360 left: 16px;
25361 width: 1px;
25362 height: 100%;
25363 padding: 38px 0 6px;
25364}
25365.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
25366 width: 1px;
25367 height: 100%;
25368}
25369.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
25370 display: block;
25371}
25372.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
25373 display: none;
25374}
25375.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
25376 position: absolute;
25377 top: 0;
25378 left: 12px;
25379 padding: 30px 0 6px;
25380}
25381.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
25382 line-height: 24px;
25383}
25384.ant-steps-label-vertical .ant-steps-item {
25385 overflow: visible;
25386}
25387.ant-steps-label-vertical .ant-steps-item-tail {
25388 margin-left: 58px;
25389 padding: 3.5px 24px;
25390}
25391.ant-steps-label-vertical .ant-steps-item-content {
25392 display: block;
25393 width: 116px;
25394 margin-top: 8px;
25395 text-align: center;
25396}
25397.ant-steps-label-vertical .ant-steps-item-icon {
25398 display: inline-block;
25399 margin-left: 42px;
25400}
25401.ant-steps-label-vertical .ant-steps-item-title {
25402 padding-right: 0;
25403 padding-left: 0;
25404}
25405.ant-steps-label-vertical .ant-steps-item-title::after {
25406 display: none;
25407}
25408.ant-steps-label-vertical .ant-steps-item-subtitle {
25409 display: block;
25410 margin-bottom: 4px;
25411 margin-left: 0;
25412 line-height: 1.5715;
25413}
25414.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
25415 margin-left: 46px;
25416}
25417.ant-steps-dot .ant-steps-item-title,
25418.ant-steps-dot.ant-steps-small .ant-steps-item-title {
25419 line-height: 1.5715;
25420}
25421.ant-steps-dot .ant-steps-item-tail,
25422.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
25423 top: 2px;
25424 width: 100%;
25425 margin: 0 0 0 70px;
25426 padding: 0;
25427}
25428.ant-steps-dot .ant-steps-item-tail::after,
25429.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
25430 width: calc(100% - 20px);
25431 height: 3px;
25432 margin-left: 12px;
25433}
25434.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
25435.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
25436 left: 2px;
25437}
25438.ant-steps-dot .ant-steps-item-icon,
25439.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
25440 width: 8px;
25441 height: 8px;
25442 margin-left: 67px;
25443 padding-right: 0;
25444 line-height: 8px;
25445 background: transparent;
25446 border: 0;
25447}
25448.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
25449.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
25450 position: relative;
25451 float: left;
25452 width: 100%;
25453 height: 100%;
25454 border-radius: 100px;
25455 transition: all 0.3s;
25456 /* expand hover area */
25457}
25458.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
25459.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
25460 position: absolute;
25461 top: -12px;
25462 left: -26px;
25463 width: 60px;
25464 height: 32px;
25465 background: rgba(0, 0, 0, 0.001);
25466 content: '';
25467}
25468.ant-steps-dot .ant-steps-item-content,
25469.ant-steps-dot.ant-steps-small .ant-steps-item-content {
25470 width: 140px;
25471}
25472.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
25473.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
25474 position: relative;
25475 top: -1px;
25476 width: 10px;
25477 height: 10px;
25478 line-height: 10px;
25479 background: none;
25480}
25481.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
25482.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
25483 left: 0;
25484}
25485.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
25486 margin-top: 13px;
25487 margin-left: 0;
25488 background: none;
25489}
25490.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25491 top: 6.5px;
25492 left: -9px;
25493 margin: 0;
25494 padding: 22px 0 4px;
25495}
25496.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
25497 left: 0;
25498}
25499.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
25500 width: inherit;
25501}
25502.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
25503 top: -1px;
25504 left: -1px;
25505}
25506.ant-steps-navigation {
25507 padding-top: 12px;
25508}
25509.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
25510 margin-left: -12px;
25511}
25512.ant-steps-navigation .ant-steps-item {
25513 overflow: visible;
25514 text-align: center;
25515}
25516.ant-steps-navigation .ant-steps-item-container {
25517 display: inline-block;
25518 height: 100%;
25519 margin-left: -16px;
25520 padding-bottom: 12px;
25521 text-align: left;
25522 transition: opacity 0.3s;
25523}
25524.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
25525 max-width: auto;
25526}
25527.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
25528 max-width: 100%;
25529 padding-right: 0;
25530 overflow: hidden;
25531 white-space: nowrap;
25532 text-overflow: ellipsis;
25533}
25534.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
25535 display: none;
25536}
25537.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
25538 cursor: pointer;
25539}
25540.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
25541 opacity: 0.85;
25542}
25543.ant-steps-navigation .ant-steps-item:last-child {
25544 flex: 1;
25545}
25546.ant-steps-navigation .ant-steps-item:last-child::after {
25547 display: none;
25548}
25549.ant-steps-navigation .ant-steps-item::after {
25550 position: absolute;
25551 top: 50%;
25552 left: 100%;
25553 display: inline-block;
25554 width: 12px;
25555 height: 12px;
25556 margin-top: -14px;
25557 margin-left: -2px;
25558 border: 1px solid rgba(0, 0, 0, 0.25);
25559 border-bottom: none;
25560 border-left: none;
25561 transform: rotate(45deg);
25562 content: '';
25563}
25564.ant-steps-navigation .ant-steps-item::before {
25565 position: absolute;
25566 bottom: 0;
25567 left: 50%;
25568 display: inline-block;
25569 width: 0;
25570 height: 2px;
25571 background-color: var(--ant-primary-color);
25572 transition: width 0.3s, left 0.3s;
25573 transition-timing-function: ease-out;
25574 content: '';
25575}
25576.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
25577 left: 0;
25578 width: 100%;
25579}
25580.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
25581 margin-right: 0 !important;
25582}
25583.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
25584 display: none;
25585}
25586.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
25587 top: 0;
25588 right: 0;
25589 left: unset;
25590 display: block;
25591 width: 3px;
25592 height: calc(100% - 24px);
25593}
25594.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
25595 position: relative;
25596 top: -2px;
25597 left: 50%;
25598 display: block;
25599 width: 8px;
25600 height: 8px;
25601 margin-bottom: 8px;
25602 text-align: center;
25603 transform: rotate(135deg);
25604}
25605.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25606 visibility: hidden;
25607}
25608.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25609 visibility: hidden;
25610}
25611.ant-steps-rtl {
25612 direction: rtl;
25613}
25614.ant-steps.ant-steps-rtl .ant-steps-item-icon {
25615 margin-right: 0;
25616 margin-left: 8px;
25617}
25618.ant-steps-rtl .ant-steps-item-tail {
25619 right: 0;
25620 left: auto;
25621}
25622.ant-steps-rtl .ant-steps-item-title {
25623 padding-right: 0;
25624 padding-left: 16px;
25625}
25626.ant-steps-rtl .ant-steps-item-title::after {
25627 right: 100%;
25628 left: auto;
25629}
25630.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25631 padding-right: 16px;
25632 padding-left: 0;
25633}
25634.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25635 padding-right: 0;
25636}
25637.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
25638 padding-left: 0;
25639}
25640.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
25641 right: 0.5px;
25642 left: auto;
25643}
25644.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
25645 margin-right: -12px;
25646 margin-left: 0;
25647}
25648.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
25649 margin-right: -16px;
25650 margin-left: 0;
25651 text-align: right;
25652}
25653.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
25654 padding-left: 0;
25655}
25656.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
25657 right: 100%;
25658 left: auto;
25659 margin-right: -2px;
25660 margin-left: 0;
25661 transform: rotate(225deg);
25662}
25663.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
25664 padding-right: 12px;
25665 padding-left: 0;
25666}
25667.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
25668 padding-right: 0;
25669}
25670.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
25671 padding-right: 0;
25672 padding-left: 12px;
25673}
25674.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
25675 float: right;
25676 margin-right: 0;
25677 margin-left: 16px;
25678}
25679.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25680 right: 16px;
25681 left: auto;
25682}
25683.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
25684 right: 12px;
25685 left: auto;
25686}
25687.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
25688 padding-left: 0;
25689}
25690.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
25691.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
25692 margin: 0 70px 0 0;
25693}
25694.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
25695.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
25696 margin-right: 12px;
25697 margin-left: 0;
25698}
25699.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
25700.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
25701 right: 2px;
25702 left: auto;
25703}
25704.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
25705.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
25706 margin-right: 67px;
25707 margin-left: 0;
25708}
25709.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
25710.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
25711 /* expand hover area */
25712}
25713.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
25714.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
25715 float: right;
25716}
25717.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
25718.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
25719 right: -26px;
25720 left: auto;
25721}
25722.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
25723 margin-right: 0;
25724 margin-left: 16px;
25725}
25726.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
25727 right: -9px;
25728 left: auto;
25729}
25730.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
25731 right: 0;
25732 left: auto;
25733}
25734.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
25735 right: -2px;
25736 left: auto;
25737}
25738.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
25739 padding-right: 4px;
25740}
25741.ant-steps-with-progress .ant-steps-item {
25742 padding-top: 4px;
25743}
25744.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
25745 top: 4px !important;
25746}
25747.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
25748 padding-bottom: 4px;
25749 padding-left: 4px;
25750}
25751.ant-steps-with-progress .ant-steps-item-icon {
25752 position: relative;
25753}
25754.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
25755 position: absolute;
25756 top: -5px;
25757 right: -5px;
25758 bottom: -5px;
25759 left: -5px;
25760}
25761
25762/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
25763/* stylelint-disable no-duplicate-selectors */
25764/* stylelint-disable */
25765/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25766html {
25767 --ant-primary-color: #1890ff;
25768 --ant-primary-color-hover: #40a9ff;
25769 --ant-primary-color-active: #096dd9;
25770 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
25771 --ant-primary-1: #e6f7ff;
25772 --ant-primary-2: #bae7ff;
25773 --ant-primary-3: #91d5ff;
25774 --ant-primary-4: #69c0ff;
25775 --ant-primary-5: #40a9ff;
25776 --ant-primary-6: #1890ff;
25777 --ant-primary-7: #096dd9;
25778 --ant-primary-color-deprecated-pure: ;
25779 --ant-primary-color-deprecated-l-35: #cbe6ff;
25780 --ant-primary-color-deprecated-l-20: #7ec1ff;
25781 --ant-primary-color-deprecated-t-20: #46a6ff;
25782 --ant-primary-color-deprecated-t-50: #8cc8ff;
25783 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25784 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25785 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25786 --ant-success-color: #52c41a;
25787 --ant-success-color-hover: #73d13d;
25788 --ant-success-color-active: #389e0d;
25789 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
25790 --ant-success-color-deprecated-bg: #f6ffed;
25791 --ant-success-color-deprecated-border: #b7eb8f;
25792 --ant-error-color: #ff4d4f;
25793 --ant-error-color-hover: #ff7875;
25794 --ant-error-color-active: #d9363e;
25795 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
25796 --ant-error-color-deprecated-bg: #fff2f0;
25797 --ant-error-color-deprecated-border: #ffccc7;
25798 --ant-warning-color: #faad14;
25799 --ant-warning-color-hover: #ffc53d;
25800 --ant-warning-color-active: #d48806;
25801 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
25802 --ant-warning-color-deprecated-bg: #fffbe6;
25803 --ant-warning-color-deprecated-border: #ffe58f;
25804 --ant-info-color: #1890ff;
25805 --ant-info-color-deprecated-bg: #e6f7ff;
25806 --ant-info-color-deprecated-border: #91d5ff;
25807}
25808.ant-switch {
25809 margin: 0;
25810 padding: 0;
25811 color: rgba(0, 0, 0, 0.85);
25812 font-size: 14px;
25813 font-variant: tabular-nums;
25814 line-height: 1.5715;
25815 list-style: none;
25816 font-feature-settings: 'tnum';
25817 position: relative;
25818 display: inline-block;
25819 box-sizing: border-box;
25820 min-width: 44px;
25821 height: 22px;
25822 line-height: 22px;
25823 vertical-align: middle;
25824 background-color: rgba(0, 0, 0, 0.25);
25825 border: 0;
25826 border-radius: 100px;
25827 cursor: pointer;
25828 transition: all 0.2s;
25829 -webkit-user-select: none;
25830 -moz-user-select: none;
25831 -ms-user-select: none;
25832 user-select: none;
25833}
25834.ant-switch:focus {
25835 outline: 0;
25836 box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
25837}
25838.ant-switch-checked:focus {
25839 box-shadow: 0 0 0 2px var(--ant-primary-1);
25840}
25841.ant-switch:focus:hover {
25842 box-shadow: none;
25843}
25844.ant-switch-checked {
25845 background-color: var(--ant-primary-color);
25846}
25847.ant-switch-loading,
25848.ant-switch-disabled {
25849 cursor: not-allowed;
25850 opacity: 0.4;
25851}
25852.ant-switch-loading *,
25853.ant-switch-disabled * {
25854 box-shadow: none;
25855 cursor: not-allowed;
25856}
25857.ant-switch-inner {
25858 display: block;
25859 margin: 0 7px 0 25px;
25860 color: #fff;
25861 font-size: 12px;
25862 transition: margin 0.2s;
25863}
25864.ant-switch-checked .ant-switch-inner {
25865 margin: 0 25px 0 7px;
25866}
25867.ant-switch-handle {
25868 position: absolute;
25869 top: 2px;
25870 left: 2px;
25871 width: 18px;
25872 height: 18px;
25873 transition: all 0.2s ease-in-out;
25874}
25875.ant-switch-handle::before {
25876 position: absolute;
25877 top: 0;
25878 right: 0;
25879 bottom: 0;
25880 left: 0;
25881 background-color: #fff;
25882 border-radius: 9px;
25883 box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
25884 transition: all 0.2s ease-in-out;
25885 content: '';
25886}
25887.ant-switch-checked .ant-switch-handle {
25888 left: calc(100% - 18px - 2px);
25889}
25890.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
25891 right: -30%;
25892 left: 0;
25893}
25894.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
25895 right: 0;
25896 left: -30%;
25897}
25898.ant-switch-loading-icon.anticon {
25899 position: relative;
25900 top: 2px;
25901 color: rgba(0, 0, 0, 0.65);
25902 vertical-align: top;
25903}
25904.ant-switch-checked .ant-switch-loading-icon {
25905 color: var(--ant-primary-color);
25906}
25907.ant-switch-small {
25908 min-width: 28px;
25909 height: 16px;
25910 line-height: 16px;
25911}
25912.ant-switch-small .ant-switch-inner {
25913 margin: 0 5px 0 18px;
25914 font-size: 12px;
25915}
25916.ant-switch-small .ant-switch-handle {
25917 width: 12px;
25918 height: 12px;
25919}
25920.ant-switch-small .ant-switch-loading-icon {
25921 top: 1.5px;
25922 font-size: 9px;
25923}
25924.ant-switch-small.ant-switch-checked .ant-switch-inner {
25925 margin: 0 18px 0 5px;
25926}
25927.ant-switch-small.ant-switch-checked .ant-switch-handle {
25928 left: calc(100% - 12px - 2px);
25929}
25930.ant-switch-rtl {
25931 direction: rtl;
25932}
25933.ant-switch-rtl .ant-switch-inner {
25934 margin: 0 25px 0 7px;
25935}
25936.ant-switch-rtl .ant-switch-handle {
25937 right: 2px;
25938 left: auto;
25939}
25940.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
25941 right: 0;
25942 left: -30%;
25943}
25944.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
25945 right: -30%;
25946 left: 0;
25947}
25948.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
25949 margin: 0 7px 0 25px;
25950}
25951.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
25952 right: calc(100% - 18px - 2px);
25953}
25954.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
25955 right: calc(100% - 12px - 2px);
25956}
25957
25958/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
25959/* stylelint-disable no-duplicate-selectors */
25960/* stylelint-disable */
25961/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25962html {
25963 --ant-primary-color: #1890ff;
25964 --ant-primary-color-hover: #40a9ff;
25965 --ant-primary-color-active: #096dd9;
25966 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
25967 --ant-primary-1: #e6f7ff;
25968 --ant-primary-2: #bae7ff;
25969 --ant-primary-3: #91d5ff;
25970 --ant-primary-4: #69c0ff;
25971 --ant-primary-5: #40a9ff;
25972 --ant-primary-6: #1890ff;
25973 --ant-primary-7: #096dd9;
25974 --ant-primary-color-deprecated-pure: ;
25975 --ant-primary-color-deprecated-l-35: #cbe6ff;
25976 --ant-primary-color-deprecated-l-20: #7ec1ff;
25977 --ant-primary-color-deprecated-t-20: #46a6ff;
25978 --ant-primary-color-deprecated-t-50: #8cc8ff;
25979 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
25980 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
25981 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
25982 --ant-success-color: #52c41a;
25983 --ant-success-color-hover: #73d13d;
25984 --ant-success-color-active: #389e0d;
25985 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
25986 --ant-success-color-deprecated-bg: #f6ffed;
25987 --ant-success-color-deprecated-border: #b7eb8f;
25988 --ant-error-color: #ff4d4f;
25989 --ant-error-color-hover: #ff7875;
25990 --ant-error-color-active: #d9363e;
25991 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
25992 --ant-error-color-deprecated-bg: #fff2f0;
25993 --ant-error-color-deprecated-border: #ffccc7;
25994 --ant-warning-color: #faad14;
25995 --ant-warning-color-hover: #ffc53d;
25996 --ant-warning-color-active: #d48806;
25997 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
25998 --ant-warning-color-deprecated-bg: #fffbe6;
25999 --ant-warning-color-deprecated-border: #ffe58f;
26000 --ant-info-color: #1890ff;
26001 --ant-info-color-deprecated-bg: #e6f7ff;
26002 --ant-info-color-deprecated-border: #91d5ff;
26003}
26004.ant-table.ant-table-middle {
26005 font-size: 14px;
26006}
26007.ant-table.ant-table-middle .ant-table-title,
26008.ant-table.ant-table-middle .ant-table-footer,
26009.ant-table.ant-table-middle .ant-table-thead > tr > th,
26010.ant-table.ant-table-middle .ant-table-tbody > tr > td,
26011.ant-table.ant-table-middle tfoot > tr > th,
26012.ant-table.ant-table-middle tfoot > tr > td {
26013 padding: 12px 8px;
26014}
26015.ant-table.ant-table-middle .ant-table-filter-trigger {
26016 margin-right: -4px;
26017}
26018.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
26019 margin: -12px -8px;
26020}
26021.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
26022 margin: -12px -8px -12px 25px;
26023}
26024.ant-table.ant-table-small {
26025 font-size: 14px;
26026}
26027.ant-table.ant-table-small .ant-table-title,
26028.ant-table.ant-table-small .ant-table-footer,
26029.ant-table.ant-table-small .ant-table-thead > tr > th,
26030.ant-table.ant-table-small .ant-table-tbody > tr > td,
26031.ant-table.ant-table-small tfoot > tr > th,
26032.ant-table.ant-table-small tfoot > tr > td {
26033 padding: 8px 8px;
26034}
26035.ant-table.ant-table-small .ant-table-filter-trigger {
26036 margin-right: -4px;
26037}
26038.ant-table.ant-table-small .ant-table-expanded-row-fixed {
26039 margin: -8px -8px;
26040}
26041.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
26042 margin: -8px -8px -8px 25px;
26043}
26044.ant-table-small .ant-table-thead > tr > th {
26045 background-color: #fafafa;
26046}
26047.ant-table-small .ant-table-selection-column {
26048 width: 46px;
26049 min-width: 46px;
26050}
26051.ant-table.ant-table-bordered > .ant-table-title {
26052 border: 1px solid #f0f0f0;
26053 border-bottom: 0;
26054}
26055.ant-table.ant-table-bordered > .ant-table-container {
26056 border-left: 1px solid #f0f0f0;
26057}
26058.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
26059.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
26060.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
26061.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
26062.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
26063.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
26064.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
26065.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
26066.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
26067.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
26068.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
26069.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
26070.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
26071.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
26072.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
26073.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
26074 border-right: 1px solid #f0f0f0;
26075}
26076.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
26077.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
26078.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
26079.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
26080 border-bottom: 1px solid #f0f0f0;
26081}
26082.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
26083.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
26084.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
26085.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
26086 background-color: transparent !important;
26087}
26088.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
26089.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
26090.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
26091.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
26092.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26093.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26094.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26095.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
26096.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
26097.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
26098.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
26099.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
26100 border-right: 1px solid #f0f0f0;
26101}
26102.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26103.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26104.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26105.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
26106 margin: -16px -17px;
26107}
26108.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
26109.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
26110.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
26111.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
26112 position: absolute;
26113 top: 0;
26114 right: 1px;
26115 bottom: 0;
26116 border-right: 1px solid #f0f0f0;
26117 content: '';
26118}
26119.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
26120.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
26121 border-top: 1px solid #f0f0f0;
26122}
26123.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
26124.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
26125 border-right: 0;
26126}
26127.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26128.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
26129 margin: -12px -9px;
26130}
26131.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
26132.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
26133 margin: -8px -9px;
26134}
26135.ant-table.ant-table-bordered > .ant-table-footer {
26136 border: 1px solid #f0f0f0;
26137 border-top: 0;
26138}
26139.ant-table-cell .ant-table-container:first-child {
26140 border-top: 0;
26141}
26142.ant-table-cell-scrollbar {
26143 box-shadow: 0 1px 0 1px #fafafa;
26144}
26145.ant-table-wrapper {
26146 clear: both;
26147 max-width: 100%;
26148}
26149.ant-table-wrapper::before {
26150 display: table;
26151 content: '';
26152}
26153.ant-table-wrapper::after {
26154 display: table;
26155 clear: both;
26156 content: '';
26157}
26158.ant-table {
26159 box-sizing: border-box;
26160 margin: 0;
26161 padding: 0;
26162 color: rgba(0, 0, 0, 0.85);
26163 font-variant: tabular-nums;
26164 line-height: 1.5715;
26165 list-style: none;
26166 font-feature-settings: 'tnum';
26167 position: relative;
26168 font-size: 14px;
26169 background: #fff;
26170 border-radius: 2px;
26171}
26172.ant-table table {
26173 width: 100%;
26174 text-align: left;
26175 border-radius: 2px 2px 0 0;
26176 border-collapse: separate;
26177 border-spacing: 0;
26178}
26179.ant-table-thead > tr > th,
26180.ant-table-tbody > tr > td,
26181.ant-table tfoot > tr > th,
26182.ant-table tfoot > tr > td {
26183 position: relative;
26184 padding: 16px 16px;
26185 overflow-wrap: break-word;
26186}
26187.ant-table-cell-ellipsis {
26188 overflow: hidden;
26189 white-space: nowrap;
26190 text-overflow: ellipsis;
26191 word-break: keep-all;
26192}
26193.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
26194.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
26195 overflow: visible;
26196}
26197.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
26198.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
26199 display: block;
26200 overflow: hidden;
26201 text-overflow: ellipsis;
26202}
26203.ant-table-cell-ellipsis .ant-table-column-title {
26204 overflow: hidden;
26205 text-overflow: ellipsis;
26206 word-break: keep-all;
26207}
26208.ant-table-title {
26209 padding: 16px 16px;
26210}
26211.ant-table-footer {
26212 padding: 16px 16px;
26213 color: rgba(0, 0, 0, 0.85);
26214 background: #fafafa;
26215}
26216.ant-table-thead > tr > th {
26217 position: relative;
26218 color: rgba(0, 0, 0, 0.85);
26219 font-weight: 500;
26220 text-align: left;
26221 background: #fafafa;
26222 border-bottom: 1px solid #f0f0f0;
26223 transition: background 0.3s ease;
26224}
26225.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
26226 text-align: center;
26227}
26228.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
26229 position: absolute;
26230 top: 50%;
26231 right: 0;
26232 width: 1px;
26233 height: 1.6em;
26234 background-color: rgba(0, 0, 0, 0.06);
26235 transform: translateY(-50%);
26236 transition: background-color 0.3s;
26237 content: '';
26238}
26239.ant-table-thead > tr:not(:last-child) > th[colspan] {
26240 border-bottom: 0;
26241}
26242.ant-table-tbody > tr > td {
26243 border-bottom: 1px solid #f0f0f0;
26244 transition: background 0.3s;
26245}
26246.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
26247.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
26248 margin: -16px -16px -16px 33px;
26249}
26250.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
26251.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
26252 border-bottom: 0;
26253}
26254.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
26255.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
26256.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
26257.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
26258 border-radius: 0;
26259}
26260.ant-table-tbody > tr.ant-table-row:hover > td,
26261.ant-table-tbody > tr > td.ant-table-cell-row-hover {
26262 background: #fafafa;
26263}
26264.ant-table-tbody > tr.ant-table-row-selected > td {
26265 background: var(--ant-primary-1);
26266 border-color: rgba(0, 0, 0, 0.03);
26267}
26268.ant-table-tbody > tr.ant-table-row-selected:hover > td {
26269 background: var(--ant-primary-color-active-deprecated-d-02);
26270}
26271.ant-table-summary {
26272 position: relative;
26273 z-index: 2;
26274 background: #fff;
26275}
26276div.ant-table-summary {
26277 box-shadow: 0 -1px 0 #f0f0f0;
26278}
26279.ant-table-summary > tr > th,
26280.ant-table-summary > tr > td {
26281 border-bottom: 1px solid #f0f0f0;
26282}
26283.ant-table-pagination.ant-pagination {
26284 margin: 16px 0;
26285}
26286.ant-table-pagination {
26287 display: flex;
26288 flex-wrap: wrap;
26289 row-gap: 8px;
26290}
26291.ant-table-pagination > * {
26292 flex: none;
26293}
26294.ant-table-pagination-left {
26295 justify-content: flex-start;
26296}
26297.ant-table-pagination-center {
26298 justify-content: center;
26299}
26300.ant-table-pagination-right {
26301 justify-content: flex-end;
26302}
26303.ant-table-thead th.ant-table-column-has-sorters {
26304 cursor: pointer;
26305 transition: all 0.3s;
26306}
26307.ant-table-thead th.ant-table-column-has-sorters:hover {
26308 background: rgba(0, 0, 0, 0.04);
26309}
26310.ant-table-thead th.ant-table-column-has-sorters:hover::before {
26311 background-color: transparent !important;
26312}
26313.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
26314.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
26315 background: #f5f5f5;
26316}
26317.ant-table-thead th.ant-table-column-sort {
26318 background: #f5f5f5;
26319}
26320.ant-table-thead th.ant-table-column-sort::before {
26321 background-color: transparent !important;
26322}
26323td.ant-table-column-sort {
26324 background: #fafafa;
26325}
26326.ant-table-column-title {
26327 position: relative;
26328 z-index: 1;
26329 flex: 1;
26330}
26331.ant-table-column-sorters {
26332 display: flex;
26333 flex: auto;
26334 align-items: center;
26335 justify-content: space-between;
26336}
26337.ant-table-column-sorters::after {
26338 position: absolute;
26339 top: 0;
26340 right: 0;
26341 bottom: 0;
26342 left: 0;
26343 width: 100%;
26344 height: 100%;
26345 content: '';
26346}
26347.ant-table-column-sorter {
26348 margin-left: 4px;
26349 color: #bfbfbf;
26350 font-size: 0;
26351 transition: color 0.3s;
26352}
26353.ant-table-column-sorter-inner {
26354 display: inline-flex;
26355 flex-direction: column;
26356 align-items: center;
26357}
26358.ant-table-column-sorter-up,
26359.ant-table-column-sorter-down {
26360 font-size: 11px;
26361}
26362.ant-table-column-sorter-up.active,
26363.ant-table-column-sorter-down.active {
26364 color: var(--ant-primary-color);
26365}
26366.ant-table-column-sorter-up + .ant-table-column-sorter-down {
26367 margin-top: -0.3em;
26368}
26369.ant-table-column-sorters:hover .ant-table-column-sorter {
26370 color: #a6a6a6;
26371}
26372.ant-table-filter-column {
26373 display: flex;
26374 justify-content: space-between;
26375}
26376.ant-table-filter-trigger {
26377 position: relative;
26378 display: flex;
26379 align-items: center;
26380 margin: -4px -8px -4px 4px;
26381 padding: 0 4px;
26382 color: #bfbfbf;
26383 font-size: 12px;
26384 border-radius: 2px;
26385 cursor: pointer;
26386 transition: all 0.3s;
26387}
26388.ant-table-filter-trigger:hover {
26389 color: rgba(0, 0, 0, 0.45);
26390 background: rgba(0, 0, 0, 0.04);
26391}
26392.ant-table-filter-trigger.active {
26393 color: var(--ant-primary-color);
26394}
26395.ant-table-filter-dropdown {
26396 box-sizing: border-box;
26397 margin: 0;
26398 padding: 0;
26399 color: rgba(0, 0, 0, 0.85);
26400 font-size: 14px;
26401 font-variant: tabular-nums;
26402 line-height: 1.5715;
26403 list-style: none;
26404 font-feature-settings: 'tnum';
26405 min-width: 120px;
26406 background-color: #fff;
26407 border-radius: 2px;
26408 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);
26409}
26410.ant-table-filter-dropdown .ant-dropdown-menu {
26411 max-height: 264px;
26412 overflow-x: hidden;
26413 border: 0;
26414 box-shadow: none;
26415}
26416.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
26417 display: block;
26418 padding: 8px 0;
26419 color: rgba(0, 0, 0, 0.25);
26420 font-size: 12px;
26421 text-align: center;
26422 content: 'Not Found';
26423}
26424.ant-table-filter-dropdown-tree {
26425 padding: 8px 8px 0;
26426}
26427.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
26428 background-color: #f5f5f5;
26429}
26430.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
26431.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
26432 background-color: var(--ant-primary-2);
26433}
26434.ant-table-filter-dropdown-search {
26435 padding: 8px;
26436 border-bottom: 1px #f0f0f0 solid;
26437}
26438.ant-table-filter-dropdown-search-input input {
26439 min-width: 140px;
26440}
26441.ant-table-filter-dropdown-search-input .anticon {
26442 color: rgba(0, 0, 0, 0.25);
26443}
26444.ant-table-filter-dropdown-checkall {
26445 width: 100%;
26446 margin-bottom: 4px;
26447 margin-left: 4px;
26448}
26449.ant-table-filter-dropdown-submenu > ul {
26450 max-height: calc(100vh - 130px);
26451 overflow-x: hidden;
26452 overflow-y: auto;
26453}
26454.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
26455.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
26456 padding-left: 8px;
26457}
26458.ant-table-filter-dropdown-btns {
26459 display: flex;
26460 justify-content: space-between;
26461 padding: 7px 8px;
26462 overflow: hidden;
26463 background-color: inherit;
26464 border-top: 1px solid #f0f0f0;
26465}
26466.ant-table-selection-col {
26467 width: 32px;
26468}
26469.ant-table-bordered .ant-table-selection-col {
26470 width: 50px;
26471}
26472table tr th.ant-table-selection-column,
26473table tr td.ant-table-selection-column {
26474 padding-right: 8px;
26475 padding-left: 8px;
26476 text-align: center;
26477}
26478table tr th.ant-table-selection-column .ant-radio-wrapper,
26479table tr td.ant-table-selection-column .ant-radio-wrapper {
26480 margin-right: 0;
26481}
26482table tr th.ant-table-selection-column.ant-table-cell-fix-left {
26483 z-index: 3;
26484}
26485table tr th.ant-table-selection-column::after {
26486 background-color: transparent !important;
26487}
26488.ant-table-selection {
26489 position: relative;
26490 display: inline-flex;
26491 flex-direction: column;
26492}
26493.ant-table-selection-extra {
26494 position: absolute;
26495 top: 0;
26496 z-index: 1;
26497 cursor: pointer;
26498 transition: all 0.3s;
26499 -webkit-margin-start: 100%;
26500 margin-inline-start: 100%;
26501 -webkit-padding-start: 4px;
26502 padding-inline-start: 4px;
26503}
26504.ant-table-selection-extra .anticon {
26505 color: #bfbfbf;
26506 font-size: 10px;
26507}
26508.ant-table-selection-extra .anticon:hover {
26509 color: #a6a6a6;
26510}
26511.ant-table-expand-icon-col {
26512 width: 48px;
26513}
26514.ant-table-row-expand-icon-cell {
26515 text-align: center;
26516}
26517.ant-table-row-indent {
26518 float: left;
26519 height: 1px;
26520}
26521.ant-table-row-expand-icon {
26522 color: var(--ant-primary-color);
26523 text-decoration: none;
26524 cursor: pointer;
26525 transition: color 0.3s;
26526 position: relative;
26527 display: inline-flex;
26528 float: left;
26529 box-sizing: border-box;
26530 width: 17px;
26531 height: 17px;
26532 padding: 0;
26533 color: inherit;
26534 line-height: 17px;
26535 background: #fff;
26536 border: 1px solid #f0f0f0;
26537 border-radius: 2px;
26538 outline: none;
26539 transform: scale(0.94117647);
26540 transition: all 0.3s;
26541 -webkit-user-select: none;
26542 -moz-user-select: none;
26543 -ms-user-select: none;
26544 user-select: none;
26545}
26546.ant-table-row-expand-icon:focus,
26547.ant-table-row-expand-icon:hover {
26548 color: var(--ant-primary-color-hover);
26549}
26550.ant-table-row-expand-icon:active {
26551 color: var(--ant-primary-color-active);
26552}
26553.ant-table-row-expand-icon:focus,
26554.ant-table-row-expand-icon:hover,
26555.ant-table-row-expand-icon:active {
26556 border-color: currentColor;
26557}
26558.ant-table-row-expand-icon::before,
26559.ant-table-row-expand-icon::after {
26560 position: absolute;
26561 background: currentColor;
26562 transition: transform 0.3s ease-out;
26563 content: '';
26564}
26565.ant-table-row-expand-icon::before {
26566 top: 7px;
26567 right: 3px;
26568 left: 3px;
26569 height: 1px;
26570}
26571.ant-table-row-expand-icon::after {
26572 top: 3px;
26573 bottom: 3px;
26574 left: 7px;
26575 width: 1px;
26576 transform: rotate(90deg);
26577}
26578.ant-table-row-expand-icon-collapsed::before {
26579 transform: rotate(-180deg);
26580}
26581.ant-table-row-expand-icon-collapsed::after {
26582 transform: rotate(0deg);
26583}
26584.ant-table-row-expand-icon-spaced {
26585 background: transparent;
26586 border: 0;
26587 visibility: hidden;
26588}
26589.ant-table-row-expand-icon-spaced::before,
26590.ant-table-row-expand-icon-spaced::after {
26591 display: none;
26592 content: none;
26593}
26594.ant-table-row-indent + .ant-table-row-expand-icon {
26595 margin-top: 2.5005px;
26596 margin-right: 8px;
26597}
26598tr.ant-table-expanded-row > td,
26599tr.ant-table-expanded-row:hover > td {
26600 background: #fbfbfb;
26601}
26602tr.ant-table-expanded-row .ant-descriptions-view {
26603 display: flex;
26604}
26605tr.ant-table-expanded-row .ant-descriptions-view table {
26606 flex: auto;
26607 width: auto;
26608}
26609.ant-table .ant-table-expanded-row-fixed {
26610 position: relative;
26611 margin: -16px -16px;
26612 padding: 16px 16px;
26613}
26614.ant-table-tbody > tr.ant-table-placeholder {
26615 text-align: center;
26616}
26617.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
26618 color: rgba(0, 0, 0, 0.25);
26619}
26620.ant-table-tbody > tr.ant-table-placeholder:hover > td {
26621 background: #fff;
26622}
26623.ant-table-cell-fix-left,
26624.ant-table-cell-fix-right {
26625 position: -webkit-sticky !important;
26626 position: sticky !important;
26627 z-index: 2;
26628 background: #fff;
26629}
26630.ant-table-cell-fix-left-first::after,
26631.ant-table-cell-fix-left-last::after {
26632 position: absolute;
26633 top: 0;
26634 right: 0;
26635 bottom: -1px;
26636 width: 30px;
26637 transform: translateX(100%);
26638 transition: box-shadow 0.3s;
26639 content: '';
26640 pointer-events: none;
26641}
26642.ant-table-cell-fix-right-first::after,
26643.ant-table-cell-fix-right-last::after {
26644 position: absolute;
26645 top: 0;
26646 bottom: -1px;
26647 left: 0;
26648 width: 30px;
26649 transform: translateX(-100%);
26650 transition: box-shadow 0.3s;
26651 content: '';
26652 pointer-events: none;
26653}
26654.ant-table .ant-table-container::before,
26655.ant-table .ant-table-container::after {
26656 position: absolute;
26657 top: 0;
26658 bottom: 0;
26659 z-index: 1;
26660 width: 30px;
26661 transition: box-shadow 0.3s;
26662 content: '';
26663 pointer-events: none;
26664}
26665.ant-table .ant-table-container::before {
26666 left: 0;
26667}
26668.ant-table .ant-table-container::after {
26669 right: 0;
26670}
26671.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
26672 position: relative;
26673}
26674.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
26675 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
26676}
26677.ant-table-ping-left .ant-table-cell-fix-left-first::after,
26678.ant-table-ping-left .ant-table-cell-fix-left-last::after {
26679 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
26680}
26681.ant-table-ping-left .ant-table-cell-fix-left-last::before {
26682 background-color: transparent !important;
26683}
26684.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
26685 position: relative;
26686}
26687.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
26688 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
26689}
26690.ant-table-ping-right .ant-table-cell-fix-right-first::after,
26691.ant-table-ping-right .ant-table-cell-fix-right-last::after {
26692 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
26693}
26694.ant-table-sticky-holder {
26695 position: -webkit-sticky;
26696 position: sticky;
26697 z-index: calc(2 + 1);
26698 background: #fff;
26699}
26700.ant-table-sticky-scroll {
26701 position: -webkit-sticky;
26702 position: sticky;
26703 bottom: 0;
26704 z-index: calc(2 + 1);
26705 display: flex;
26706 align-items: center;
26707 background: #ffffff;
26708 border-top: 1px solid #f0f0f0;
26709 opacity: 0.6;
26710}
26711.ant-table-sticky-scroll:hover {
26712 transform-origin: center bottom;
26713}
26714.ant-table-sticky-scroll-bar {
26715 height: 8px;
26716 background-color: rgba(0, 0, 0, 0.35);
26717 border-radius: 4px;
26718}
26719.ant-table-sticky-scroll-bar:hover {
26720 background-color: rgba(0, 0, 0, 0.8);
26721}
26722.ant-table-sticky-scroll-bar-active {
26723 background-color: rgba(0, 0, 0, 0.8);
26724}
26725@media all and (-ms-high-contrast: none) {
26726 .ant-table-ping-left .ant-table-cell-fix-left-last::after {
26727 box-shadow: none !important;
26728 }
26729 .ant-table-ping-right .ant-table-cell-fix-right-first::after {
26730 box-shadow: none !important;
26731 }
26732}
26733.ant-table {
26734 /* title + table */
26735 /* table */
26736 /* table + footer */
26737}
26738.ant-table-title {
26739 border-radius: 2px 2px 0 0;
26740}
26741.ant-table-title + .ant-table-container {
26742 border-top-left-radius: 0;
26743 border-top-right-radius: 0;
26744}
26745.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
26746 border-radius: 0;
26747}
26748.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
26749 border-radius: 0;
26750}
26751.ant-table-container {
26752 border-top-left-radius: 2px;
26753 border-top-right-radius: 2px;
26754}
26755.ant-table-container table > thead > tr:first-child th:first-child {
26756 border-top-left-radius: 2px;
26757}
26758.ant-table-container table > thead > tr:first-child th:last-child {
26759 border-top-right-radius: 2px;
26760}
26761.ant-table-footer {
26762 border-radius: 0 0 2px 2px;
26763}
26764.ant-table-wrapper-rtl {
26765 direction: rtl;
26766}
26767.ant-table-rtl {
26768 direction: rtl;
26769}
26770.ant-table-wrapper-rtl .ant-table table {
26771 text-align: right;
26772}
26773.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
26774 text-align: center;
26775}
26776.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 {
26777 right: auto;
26778 left: 0;
26779}
26780.ant-table-wrapper-rtl .ant-table-thead > tr > th {
26781 text-align: right;
26782}
26783.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
26784 margin: -16px 33px -16px -16px;
26785}
26786.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
26787 justify-content: flex-end;
26788}
26789.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
26790 justify-content: flex-start;
26791}
26792.ant-table-wrapper-rtl .ant-table-column-sorter {
26793 margin-right: 4px;
26794 margin-left: 0;
26795}
26796.ant-table-wrapper-rtl .ant-table-filter-column-title {
26797 padding: 16px 16px 16px 2.3em;
26798}
26799.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
26800 padding: 0 0 0 2.3em;
26801}
26802.ant-table-wrapper-rtl .ant-table-filter-trigger {
26803 margin: -4px 4px -4px -8px;
26804}
26805.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
26806.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
26807.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
26808.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
26809 padding-right: 8px;
26810 padding-left: 0;
26811}
26812.ant-table-wrapper-rtl .ant-table-selection {
26813 text-align: center;
26814}
26815.ant-table-wrapper-rtl .ant-table-row-indent {
26816 float: right;
26817}
26818.ant-table-wrapper-rtl .ant-table-row-expand-icon {
26819 float: right;
26820}
26821.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
26822 margin-right: 0;
26823 margin-left: 8px;
26824}
26825.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
26826 transform: rotate(-90deg);
26827}
26828.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
26829 transform: rotate(180deg);
26830}
26831.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
26832 transform: rotate(0deg);
26833}
26834
26835/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
26836/* stylelint-disable no-duplicate-selectors */
26837/* stylelint-disable */
26838/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
26839html {
26840 --ant-primary-color: #1890ff;
26841 --ant-primary-color-hover: #40a9ff;
26842 --ant-primary-color-active: #096dd9;
26843 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
26844 --ant-primary-1: #e6f7ff;
26845 --ant-primary-2: #bae7ff;
26846 --ant-primary-3: #91d5ff;
26847 --ant-primary-4: #69c0ff;
26848 --ant-primary-5: #40a9ff;
26849 --ant-primary-6: #1890ff;
26850 --ant-primary-7: #096dd9;
26851 --ant-primary-color-deprecated-pure: ;
26852 --ant-primary-color-deprecated-l-35: #cbe6ff;
26853 --ant-primary-color-deprecated-l-20: #7ec1ff;
26854 --ant-primary-color-deprecated-t-20: #46a6ff;
26855 --ant-primary-color-deprecated-t-50: #8cc8ff;
26856 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
26857 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
26858 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
26859 --ant-success-color: #52c41a;
26860 --ant-success-color-hover: #73d13d;
26861 --ant-success-color-active: #389e0d;
26862 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
26863 --ant-success-color-deprecated-bg: #f6ffed;
26864 --ant-success-color-deprecated-border: #b7eb8f;
26865 --ant-error-color: #ff4d4f;
26866 --ant-error-color-hover: #ff7875;
26867 --ant-error-color-active: #d9363e;
26868 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
26869 --ant-error-color-deprecated-bg: #fff2f0;
26870 --ant-error-color-deprecated-border: #ffccc7;
26871 --ant-warning-color: #faad14;
26872 --ant-warning-color-hover: #ffc53d;
26873 --ant-warning-color-active: #d48806;
26874 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
26875 --ant-warning-color-deprecated-bg: #fffbe6;
26876 --ant-warning-color-deprecated-border: #ffe58f;
26877 --ant-info-color: #1890ff;
26878 --ant-info-color-deprecated-bg: #e6f7ff;
26879 --ant-info-color-deprecated-border: #91d5ff;
26880}
26881@-webkit-keyframes antCheckboxEffect {
26882 0% {
26883 transform: scale(1);
26884 opacity: 0.5;
26885 }
26886 100% {
26887 transform: scale(1.6);
26888 opacity: 0;
26889 }
26890}
26891@keyframes antCheckboxEffect {
26892 0% {
26893 transform: scale(1);
26894 opacity: 0.5;
26895 }
26896 100% {
26897 transform: scale(1.6);
26898 opacity: 0;
26899 }
26900}
26901@-webkit-keyframes ant-tree-node-fx-do-not-use {
26902 0% {
26903 opacity: 0;
26904 }
26905 100% {
26906 opacity: 1;
26907 }
26908}
26909@keyframes ant-tree-node-fx-do-not-use {
26910 0% {
26911 opacity: 0;
26912 }
26913 100% {
26914 opacity: 1;
26915 }
26916}
26917.ant-tree.ant-tree-directory .ant-tree-treenode {
26918 position: relative;
26919}
26920.ant-tree.ant-tree-directory .ant-tree-treenode::before {
26921 position: absolute;
26922 top: 0;
26923 right: 0;
26924 bottom: 4px;
26925 left: 0;
26926 transition: background-color 0.3s;
26927 content: '';
26928 pointer-events: none;
26929}
26930.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
26931 background: #f5f5f5;
26932}
26933.ant-tree.ant-tree-directory .ant-tree-treenode > * {
26934 z-index: 1;
26935}
26936.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
26937 transition: color 0.3s;
26938}
26939.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
26940 border-radius: 0;
26941 -webkit-user-select: none;
26942 -moz-user-select: none;
26943 -ms-user-select: none;
26944 user-select: none;
26945}
26946.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
26947 background: transparent;
26948}
26949.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
26950 color: #fff;
26951 background: transparent;
26952}
26953.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
26954.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
26955 background: var(--ant-primary-color);
26956}
26957.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
26958 color: #fff;
26959}
26960.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
26961 color: #fff;
26962 background: transparent;
26963}
26964.ant-tree-checkbox {
26965 box-sizing: border-box;
26966 margin: 0;
26967 padding: 0;
26968 color: rgba(0, 0, 0, 0.85);
26969 font-size: 14px;
26970 font-variant: tabular-nums;
26971 line-height: 1.5715;
26972 list-style: none;
26973 font-feature-settings: 'tnum';
26974 position: relative;
26975 top: 0.2em;
26976 line-height: 1;
26977 white-space: nowrap;
26978 outline: none;
26979 cursor: pointer;
26980}
26981.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
26982.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
26983.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
26984 border-color: var(--ant-primary-color);
26985}
26986.ant-tree-checkbox-checked::after {
26987 position: absolute;
26988 top: 0;
26989 left: 0;
26990 width: 100%;
26991 height: 100%;
26992 border: 1px solid var(--ant-primary-color);
26993 border-radius: 2px;
26994 visibility: hidden;
26995 -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
26996 animation: antCheckboxEffect 0.36s ease-in-out;
26997 -webkit-animation-fill-mode: backwards;
26998 animation-fill-mode: backwards;
26999 content: '';
27000}
27001.ant-tree-checkbox:hover::after,
27002.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
27003 visibility: visible;
27004}
27005.ant-tree-checkbox-inner {
27006 position: relative;
27007 top: 0;
27008 left: 0;
27009 display: block;
27010 width: 16px;
27011 height: 16px;
27012 direction: ltr;
27013 background-color: #fff;
27014 border: 1px solid #d9d9d9;
27015 border-radius: 2px;
27016 border-collapse: separate;
27017 transition: all 0.3s;
27018}
27019.ant-tree-checkbox-inner::after {
27020 position: absolute;
27021 top: 50%;
27022 left: 21.5%;
27023 display: table;
27024 width: 5.71428571px;
27025 height: 9.14285714px;
27026 border: 2px solid #fff;
27027 border-top: 0;
27028 border-left: 0;
27029 transform: rotate(45deg) scale(0) translate(-50%, -50%);
27030 opacity: 0;
27031 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
27032 content: ' ';
27033}
27034.ant-tree-checkbox-input {
27035 position: absolute;
27036 top: 0;
27037 right: 0;
27038 bottom: 0;
27039 left: 0;
27040 z-index: 1;
27041 width: 100%;
27042 height: 100%;
27043 cursor: pointer;
27044 opacity: 0;
27045}
27046.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
27047 position: absolute;
27048 display: table;
27049 border: 2px solid #fff;
27050 border-top: 0;
27051 border-left: 0;
27052 transform: rotate(45deg) scale(1) translate(-50%, -50%);
27053 opacity: 1;
27054 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
27055 content: ' ';
27056}
27057.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
27058 background-color: var(--ant-primary-color);
27059 border-color: var(--ant-primary-color);
27060}
27061.ant-tree-checkbox-disabled {
27062 cursor: not-allowed;
27063}
27064.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
27065 border-color: rgba(0, 0, 0, 0.25);
27066 -webkit-animation-name: none;
27067 animation-name: none;
27068}
27069.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
27070 cursor: not-allowed;
27071}
27072.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
27073 background-color: #f5f5f5;
27074 border-color: #d9d9d9 !important;
27075}
27076.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
27077 border-color: #f5f5f5;
27078 border-collapse: separate;
27079 -webkit-animation-name: none;
27080 animation-name: none;
27081}
27082.ant-tree-checkbox-disabled + span {
27083 color: rgba(0, 0, 0, 0.25);
27084 cursor: not-allowed;
27085}
27086.ant-tree-checkbox-disabled:hover::after,
27087.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
27088 visibility: hidden;
27089}
27090.ant-tree-checkbox-wrapper {
27091 box-sizing: border-box;
27092 margin: 0;
27093 padding: 0;
27094 color: rgba(0, 0, 0, 0.85);
27095 font-size: 14px;
27096 font-variant: tabular-nums;
27097 line-height: 1.5715;
27098 list-style: none;
27099 font-feature-settings: 'tnum';
27100 display: inline-flex;
27101 align-items: baseline;
27102 line-height: unset;
27103 cursor: pointer;
27104}
27105.ant-tree-checkbox-wrapper::after {
27106 display: inline-block;
27107 width: 0;
27108 overflow: hidden;
27109 content: '\a0';
27110}
27111.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
27112 cursor: not-allowed;
27113}
27114.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
27115 margin-left: 8px;
27116}
27117.ant-tree-checkbox + span {
27118 padding-right: 8px;
27119 padding-left: 8px;
27120}
27121.ant-tree-checkbox-group {
27122 box-sizing: border-box;
27123 margin: 0;
27124 padding: 0;
27125 color: rgba(0, 0, 0, 0.85);
27126 font-size: 14px;
27127 font-variant: tabular-nums;
27128 line-height: 1.5715;
27129 list-style: none;
27130 font-feature-settings: 'tnum';
27131 display: inline-block;
27132}
27133.ant-tree-checkbox-group-item {
27134 margin-right: 8px;
27135}
27136.ant-tree-checkbox-group-item:last-child {
27137 margin-right: 0;
27138}
27139.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
27140 margin-left: 0;
27141}
27142.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
27143 background-color: #fff;
27144 border-color: #d9d9d9;
27145}
27146.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
27147 top: 50%;
27148 left: 50%;
27149 width: 8px;
27150 height: 8px;
27151 background-color: var(--ant-primary-color);
27152 border: 0;
27153 transform: translate(-50%, -50%) scale(1);
27154 opacity: 1;
27155 content: ' ';
27156}
27157.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
27158 background-color: rgba(0, 0, 0, 0.25);
27159 border-color: rgba(0, 0, 0, 0.25);
27160}
27161.ant-tree {
27162 box-sizing: border-box;
27163 margin: 0;
27164 padding: 0;
27165 color: rgba(0, 0, 0, 0.85);
27166 font-size: 14px;
27167 font-variant: tabular-nums;
27168 line-height: 1.5715;
27169 list-style: none;
27170 font-feature-settings: 'tnum';
27171 background: #fff;
27172 border-radius: 2px;
27173 transition: background-color 0.3s;
27174}
27175.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
27176 background: var(--ant-primary-1);
27177}
27178.ant-tree-list-holder-inner {
27179 align-items: flex-start;
27180}
27181.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
27182 align-items: stretch;
27183}
27184.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
27185 flex: auto;
27186}
27187.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
27188 position: relative;
27189}
27190.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
27191 position: absolute;
27192 top: 0;
27193 right: 0;
27194 bottom: 4px;
27195 left: 0;
27196 border: 1px solid var(--ant-primary-color);
27197 opacity: 0;
27198 -webkit-animation: ant-tree-node-fx-do-not-use 0.3s;
27199 animation: ant-tree-node-fx-do-not-use 0.3s;
27200 -webkit-animation-play-state: running;
27201 animation-play-state: running;
27202 -webkit-animation-fill-mode: forwards;
27203 animation-fill-mode: forwards;
27204 content: '';
27205 pointer-events: none;
27206}
27207.ant-tree .ant-tree-treenode {
27208 display: flex;
27209 align-items: flex-start;
27210 padding: 0 0 4px 0;
27211 outline: none;
27212}
27213.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
27214 color: rgba(0, 0, 0, 0.25);
27215 cursor: not-allowed;
27216}
27217.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
27218 background: transparent;
27219}
27220.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
27221 background: #f5f5f5;
27222}
27223.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
27224 color: inherit;
27225 font-weight: 500;
27226}
27227.ant-tree-indent {
27228 align-self: stretch;
27229 white-space: nowrap;
27230 -webkit-user-select: none;
27231 -moz-user-select: none;
27232 -ms-user-select: none;
27233 user-select: none;
27234}
27235.ant-tree-indent-unit {
27236 display: inline-block;
27237 width: 24px;
27238}
27239.ant-tree-draggable-icon {
27240 width: 24px;
27241 line-height: 24px;
27242 text-align: center;
27243 opacity: 0.2;
27244 transition: opacity 0.3s;
27245}
27246.ant-tree-treenode:hover .ant-tree-draggable-icon {
27247 opacity: 0.45;
27248}
27249.ant-tree-switcher {
27250 position: relative;
27251 flex: none;
27252 align-self: stretch;
27253 width: 24px;
27254 margin: 0;
27255 line-height: 24px;
27256 text-align: center;
27257 cursor: pointer;
27258 -webkit-user-select: none;
27259 -moz-user-select: none;
27260 -ms-user-select: none;
27261 user-select: none;
27262}
27263.ant-tree-switcher .ant-tree-switcher-icon,
27264.ant-tree-switcher .ant-select-tree-switcher-icon {
27265 display: inline-block;
27266 font-size: 10px;
27267 vertical-align: baseline;
27268}
27269.ant-tree-switcher .ant-tree-switcher-icon svg,
27270.ant-tree-switcher .ant-select-tree-switcher-icon svg {
27271 transition: transform 0.3s;
27272}
27273.ant-tree-switcher-noop {
27274 cursor: default;
27275}
27276.ant-tree-switcher_close .ant-tree-switcher-icon svg {
27277 transform: rotate(-90deg);
27278}
27279.ant-tree-switcher-loading-icon {
27280 color: var(--ant-primary-color);
27281}
27282.ant-tree-switcher-leaf-line {
27283 position: relative;
27284 z-index: 1;
27285 display: inline-block;
27286 width: 100%;
27287 height: 100%;
27288}
27289.ant-tree-switcher-leaf-line::before {
27290 position: absolute;
27291 top: 0;
27292 right: 12px;
27293 bottom: -4px;
27294 margin-left: -1px;
27295 border-right: 1px solid #d9d9d9;
27296 content: ' ';
27297}
27298.ant-tree-switcher-leaf-line::after {
27299 position: absolute;
27300 width: 10px;
27301 height: 14px;
27302 border-bottom: 1px solid #d9d9d9;
27303 content: ' ';
27304}
27305.ant-tree-checkbox {
27306 top: initial;
27307 margin: 4px 8px 0 0;
27308}
27309.ant-tree .ant-tree-node-content-wrapper {
27310 position: relative;
27311 z-index: auto;
27312 min-height: 24px;
27313 margin: 0;
27314 padding: 0 4px;
27315 color: inherit;
27316 line-height: 24px;
27317 background: transparent;
27318 border-radius: 2px;
27319 cursor: pointer;
27320 transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
27321}
27322.ant-tree .ant-tree-node-content-wrapper:hover {
27323 background-color: #f5f5f5;
27324}
27325.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
27326 background-color: var(--ant-primary-2);
27327}
27328.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
27329 display: inline-block;
27330 width: 24px;
27331 height: 24px;
27332 line-height: 24px;
27333 text-align: center;
27334 vertical-align: top;
27335}
27336.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
27337 display: none;
27338}
27339.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
27340 background-color: transparent;
27341}
27342.ant-tree-node-content-wrapper {
27343 line-height: 24px;
27344 -webkit-user-select: none;
27345 -moz-user-select: none;
27346 -ms-user-select: none;
27347 user-select: none;
27348}
27349.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
27350 position: absolute;
27351 z-index: 1;
27352 height: 2px;
27353 background-color: var(--ant-primary-color);
27354 border-radius: 1px;
27355 pointer-events: none;
27356}
27357.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
27358 position: absolute;
27359 top: -3px;
27360 left: -6px;
27361 width: 8px;
27362 height: 8px;
27363 background-color: transparent;
27364 border: 2px solid var(--ant-primary-color);
27365 border-radius: 50%;
27366 content: '';
27367}
27368.ant-tree .ant-tree-treenode.drop-container > [draggable] {
27369 box-shadow: 0 0 0 2px var(--ant-primary-color);
27370}
27371.ant-tree-show-line .ant-tree-indent-unit {
27372 position: relative;
27373 height: 100%;
27374}
27375.ant-tree-show-line .ant-tree-indent-unit::before {
27376 position: absolute;
27377 top: 0;
27378 right: 12px;
27379 bottom: -4px;
27380 border-right: 1px solid #d9d9d9;
27381 content: '';
27382}
27383.ant-tree-show-line .ant-tree-indent-unit-end::before {
27384 display: none;
27385}
27386.ant-tree-show-line .ant-tree-switcher {
27387 background: #fff;
27388}
27389.ant-tree-show-line .ant-tree-switcher-line-icon {
27390 vertical-align: -0.15em;
27391}
27392.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
27393 top: auto !important;
27394 bottom: auto !important;
27395 height: 14px !important;
27396}
27397.ant-tree-rtl {
27398 direction: rtl;
27399}
27400.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
27401 right: -6px;
27402 left: unset;
27403}
27404.ant-tree .ant-tree-treenode-rtl {
27405 direction: rtl;
27406}
27407.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
27408 transform: rotate(90deg);
27409}
27410.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
27411 right: auto;
27412 left: -13px;
27413 border-right: none;
27414 border-left: 1px solid #d9d9d9;
27415}
27416.ant-tree-rtl.ant-tree-checkbox {
27417 margin: 4px 0 0 8px;
27418}
27419.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
27420 margin: 4px 0 0 8px;
27421}
27422
27423/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
27424/* stylelint-disable no-duplicate-selectors */
27425/* stylelint-disable */
27426/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27427html {
27428 --ant-primary-color: #1890ff;
27429 --ant-primary-color-hover: #40a9ff;
27430 --ant-primary-color-active: #096dd9;
27431 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27432 --ant-primary-1: #e6f7ff;
27433 --ant-primary-2: #bae7ff;
27434 --ant-primary-3: #91d5ff;
27435 --ant-primary-4: #69c0ff;
27436 --ant-primary-5: #40a9ff;
27437 --ant-primary-6: #1890ff;
27438 --ant-primary-7: #096dd9;
27439 --ant-primary-color-deprecated-pure: ;
27440 --ant-primary-color-deprecated-l-35: #cbe6ff;
27441 --ant-primary-color-deprecated-l-20: #7ec1ff;
27442 --ant-primary-color-deprecated-t-20: #46a6ff;
27443 --ant-primary-color-deprecated-t-50: #8cc8ff;
27444 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27445 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27446 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27447 --ant-success-color: #52c41a;
27448 --ant-success-color-hover: #73d13d;
27449 --ant-success-color-active: #389e0d;
27450 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
27451 --ant-success-color-deprecated-bg: #f6ffed;
27452 --ant-success-color-deprecated-border: #b7eb8f;
27453 --ant-error-color: #ff4d4f;
27454 --ant-error-color-hover: #ff7875;
27455 --ant-error-color-active: #d9363e;
27456 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
27457 --ant-error-color-deprecated-bg: #fff2f0;
27458 --ant-error-color-deprecated-border: #ffccc7;
27459 --ant-warning-color: #faad14;
27460 --ant-warning-color-hover: #ffc53d;
27461 --ant-warning-color-active: #d48806;
27462 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
27463 --ant-warning-color-deprecated-bg: #fffbe6;
27464 --ant-warning-color-deprecated-border: #ffe58f;
27465 --ant-info-color: #1890ff;
27466 --ant-info-color-deprecated-bg: #e6f7ff;
27467 --ant-info-color-deprecated-border: #91d5ff;
27468}
27469
27470/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
27471/* stylelint-disable no-duplicate-selectors */
27472/* stylelint-disable */
27473/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27474html {
27475 --ant-primary-color: #1890ff;
27476 --ant-primary-color-hover: #40a9ff;
27477 --ant-primary-color-active: #096dd9;
27478 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27479 --ant-primary-1: #e6f7ff;
27480 --ant-primary-2: #bae7ff;
27481 --ant-primary-3: #91d5ff;
27482 --ant-primary-4: #69c0ff;
27483 --ant-primary-5: #40a9ff;
27484 --ant-primary-6: #1890ff;
27485 --ant-primary-7: #096dd9;
27486 --ant-primary-color-deprecated-pure: ;
27487 --ant-primary-color-deprecated-l-35: #cbe6ff;
27488 --ant-primary-color-deprecated-l-20: #7ec1ff;
27489 --ant-primary-color-deprecated-t-20: #46a6ff;
27490 --ant-primary-color-deprecated-t-50: #8cc8ff;
27491 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27492 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27493 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27494 --ant-success-color: #52c41a;
27495 --ant-success-color-hover: #73d13d;
27496 --ant-success-color-active: #389e0d;
27497 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
27498 --ant-success-color-deprecated-bg: #f6ffed;
27499 --ant-success-color-deprecated-border: #b7eb8f;
27500 --ant-error-color: #ff4d4f;
27501 --ant-error-color-hover: #ff7875;
27502 --ant-error-color-active: #d9363e;
27503 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
27504 --ant-error-color-deprecated-bg: #fff2f0;
27505 --ant-error-color-deprecated-border: #ffccc7;
27506 --ant-warning-color: #faad14;
27507 --ant-warning-color-hover: #ffc53d;
27508 --ant-warning-color-active: #d48806;
27509 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
27510 --ant-warning-color-deprecated-bg: #fffbe6;
27511 --ant-warning-color-deprecated-border: #ffe58f;
27512 --ant-info-color: #1890ff;
27513 --ant-info-color-deprecated-bg: #e6f7ff;
27514 --ant-info-color-deprecated-border: #91d5ff;
27515}
27516.ant-timeline {
27517 box-sizing: border-box;
27518 color: rgba(0, 0, 0, 0.85);
27519 font-size: 14px;
27520 font-variant: tabular-nums;
27521 line-height: 1.5715;
27522 font-feature-settings: 'tnum';
27523 margin: 0;
27524 padding: 0;
27525 list-style: none;
27526}
27527.ant-timeline-item {
27528 position: relative;
27529 margin: 0;
27530 padding-bottom: 20px;
27531 font-size: 14px;
27532 list-style: none;
27533}
27534.ant-timeline-item-tail {
27535 position: absolute;
27536 top: 10px;
27537 left: 4px;
27538 height: calc(100% - 10px);
27539 border-left: 2px solid #f0f0f0;
27540}
27541.ant-timeline-item-pending .ant-timeline-item-head {
27542 font-size: 12px;
27543 background-color: transparent;
27544}
27545.ant-timeline-item-pending .ant-timeline-item-tail {
27546 display: none;
27547}
27548.ant-timeline-item-head {
27549 position: absolute;
27550 width: 10px;
27551 height: 10px;
27552 background-color: #fff;
27553 border: 2px solid transparent;
27554 border-radius: 100px;
27555}
27556.ant-timeline-item-head-blue {
27557 color: var(--ant-primary-color);
27558 border-color: var(--ant-primary-color);
27559}
27560.ant-timeline-item-head-red {
27561 color: var(--ant-error-color);
27562 border-color: var(--ant-error-color);
27563}
27564.ant-timeline-item-head-green {
27565 color: var(--ant-success-color);
27566 border-color: var(--ant-success-color);
27567}
27568.ant-timeline-item-head-gray {
27569 color: rgba(0, 0, 0, 0.25);
27570 border-color: rgba(0, 0, 0, 0.25);
27571}
27572.ant-timeline-item-head-custom {
27573 position: absolute;
27574 top: 5.5px;
27575 left: 5px;
27576 width: auto;
27577 height: auto;
27578 margin-top: 0;
27579 padding: 3px 1px;
27580 line-height: 1;
27581 text-align: center;
27582 border: 0;
27583 border-radius: 0;
27584 transform: translate(-50%, -50%);
27585}
27586.ant-timeline-item-content {
27587 position: relative;
27588 top: -7.001px;
27589 margin: 0 0 0 26px;
27590 word-break: break-word;
27591}
27592.ant-timeline-item-last > .ant-timeline-item-tail {
27593 display: none;
27594}
27595.ant-timeline-item-last > .ant-timeline-item-content {
27596 min-height: 48px;
27597}
27598.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
27599.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
27600.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
27601.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27602.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27603.ant-timeline.ant-timeline-label .ant-timeline-item-head,
27604.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27605.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27606.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27607 left: 50%;
27608}
27609.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27610.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27611.ant-timeline.ant-timeline-label .ant-timeline-item-head {
27612 margin-left: -4px;
27613}
27614.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27615.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27616.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27617 margin-left: 1px;
27618}
27619.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
27620.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
27621.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
27622 left: calc(50% - 4px);
27623 width: calc(50% - 14px);
27624 text-align: left;
27625}
27626.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
27627.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
27628.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
27629 width: calc(50% - 12px);
27630 margin: 0;
27631 text-align: right;
27632}
27633.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
27634.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
27635.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
27636 left: calc(100% - 4px - 2px);
27637}
27638.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
27639 width: calc(100% - 18px);
27640}
27641.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
27642 display: block;
27643 height: calc(100% - 14px);
27644 border-left: 2px dotted #f0f0f0;
27645}
27646.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
27647 display: none;
27648}
27649.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
27650 top: 15px;
27651 display: block;
27652 height: calc(100% - 15px);
27653 border-left: 2px dotted #f0f0f0;
27654}
27655.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
27656 min-height: 48px;
27657}
27658.ant-timeline.ant-timeline-label .ant-timeline-item-label {
27659 position: absolute;
27660 top: -7.001px;
27661 width: calc(50% - 12px);
27662 text-align: right;
27663}
27664.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
27665 left: calc(50% + 14px);
27666 width: calc(50% - 14px);
27667 text-align: left;
27668}
27669.ant-timeline-rtl {
27670 direction: rtl;
27671}
27672.ant-timeline-rtl .ant-timeline-item-tail {
27673 right: 4px;
27674 left: auto;
27675 border-right: 2px solid #f0f0f0;
27676 border-left: none;
27677}
27678.ant-timeline-rtl .ant-timeline-item-head-custom {
27679 right: 5px;
27680 left: auto;
27681 transform: translate(50%, -50%);
27682}
27683.ant-timeline-rtl .ant-timeline-item-content {
27684 margin: 0 18px 0 0;
27685}
27686.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
27687.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
27688.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
27689.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27690.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27691.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
27692.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27693.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27694.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27695 right: 50%;
27696 left: auto;
27697}
27698.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
27699.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
27700.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
27701 margin-right: -4px;
27702 margin-left: 0;
27703}
27704.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
27705.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
27706.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
27707 margin-right: 1px;
27708 margin-left: 0;
27709}
27710.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
27711.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
27712.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
27713 right: calc(50% - 4px);
27714 left: auto;
27715 text-align: right;
27716}
27717.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
27718.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
27719.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
27720 text-align: left;
27721}
27722.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
27723.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
27724.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
27725 right: 0;
27726 left: auto;
27727}
27728.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
27729 width: 100%;
27730 margin-right: 18px;
27731 text-align: right;
27732}
27733.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
27734 border-right: 2px dotted #f0f0f0;
27735 border-left: none;
27736}
27737.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
27738 border-right: 2px dotted #f0f0f0;
27739 border-left: none;
27740}
27741.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
27742 text-align: left;
27743}
27744.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
27745 right: calc(50% + 14px);
27746 text-align: right;
27747}
27748
27749/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
27750/* stylelint-disable no-duplicate-selectors */
27751/* stylelint-disable */
27752/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
27753html {
27754 --ant-primary-color: #1890ff;
27755 --ant-primary-color-hover: #40a9ff;
27756 --ant-primary-color-active: #096dd9;
27757 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
27758 --ant-primary-1: #e6f7ff;
27759 --ant-primary-2: #bae7ff;
27760 --ant-primary-3: #91d5ff;
27761 --ant-primary-4: #69c0ff;
27762 --ant-primary-5: #40a9ff;
27763 --ant-primary-6: #1890ff;
27764 --ant-primary-7: #096dd9;
27765 --ant-primary-color-deprecated-pure: ;
27766 --ant-primary-color-deprecated-l-35: #cbe6ff;
27767 --ant-primary-color-deprecated-l-20: #7ec1ff;
27768 --ant-primary-color-deprecated-t-20: #46a6ff;
27769 --ant-primary-color-deprecated-t-50: #8cc8ff;
27770 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
27771 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
27772 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
27773 --ant-success-color: #52c41a;
27774 --ant-success-color-hover: #73d13d;
27775 --ant-success-color-active: #389e0d;
27776 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
27777 --ant-success-color-deprecated-bg: #f6ffed;
27778 --ant-success-color-deprecated-border: #b7eb8f;
27779 --ant-error-color: #ff4d4f;
27780 --ant-error-color-hover: #ff7875;
27781 --ant-error-color-active: #d9363e;
27782 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
27783 --ant-error-color-deprecated-bg: #fff2f0;
27784 --ant-error-color-deprecated-border: #ffccc7;
27785 --ant-warning-color: #faad14;
27786 --ant-warning-color-hover: #ffc53d;
27787 --ant-warning-color-active: #d48806;
27788 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
27789 --ant-warning-color-deprecated-bg: #fffbe6;
27790 --ant-warning-color-deprecated-border: #ffe58f;
27791 --ant-info-color: #1890ff;
27792 --ant-info-color-deprecated-bg: #e6f7ff;
27793 --ant-info-color-deprecated-border: #91d5ff;
27794}
27795@-webkit-keyframes antCheckboxEffect {
27796 0% {
27797 transform: scale(1);
27798 opacity: 0.5;
27799 }
27800 100% {
27801 transform: scale(1.6);
27802 opacity: 0;
27803 }
27804}
27805@keyframes antCheckboxEffect {
27806 0% {
27807 transform: scale(1);
27808 opacity: 0.5;
27809 }
27810 100% {
27811 transform: scale(1.6);
27812 opacity: 0;
27813 }
27814}
27815.ant-transfer-customize-list .ant-transfer-list {
27816 flex: 1 1 50%;
27817 width: auto;
27818 height: auto;
27819 min-height: 200px;
27820}
27821.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
27822 border: 0;
27823 border-radius: 0;
27824}
27825.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
27826 width: 40px;
27827 min-width: 40px;
27828}
27829.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
27830 background: #fafafa;
27831}
27832.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
27833 border-bottom: 1px solid #f0f0f0;
27834}
27835.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
27836 margin: 0;
27837}
27838.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
27839 margin: 16px 0 4px;
27840}
27841.ant-transfer-customize-list .ant-input[disabled] {
27842 background-color: transparent;
27843}
27844.ant-transfer {
27845 box-sizing: border-box;
27846 margin: 0;
27847 padding: 0;
27848 color: rgba(0, 0, 0, 0.85);
27849 font-size: 14px;
27850 font-variant: tabular-nums;
27851 line-height: 1.5715;
27852 list-style: none;
27853 font-feature-settings: 'tnum';
27854 position: relative;
27855 display: flex;
27856 align-items: stretch;
27857}
27858.ant-transfer-disabled .ant-transfer-list {
27859 background: #f5f5f5;
27860}
27861.ant-transfer-list {
27862 display: flex;
27863 flex-direction: column;
27864 width: 180px;
27865 height: 200px;
27866 border: 1px solid #d9d9d9;
27867 border-radius: 2px;
27868}
27869.ant-transfer-list-with-pagination {
27870 width: 250px;
27871 height: auto;
27872}
27873.ant-transfer-list-search .anticon-search {
27874 color: rgba(0, 0, 0, 0.25);
27875}
27876.ant-transfer-list-header {
27877 display: flex;
27878 flex: none;
27879 align-items: center;
27880 height: 40px;
27881 padding: 8px 12px 9px;
27882 color: rgba(0, 0, 0, 0.85);
27883 background: #fff;
27884 border-bottom: 1px solid #f0f0f0;
27885 border-radius: 2px 2px 0 0;
27886}
27887.ant-transfer-list-header > *:not(:last-child) {
27888 margin-right: 4px;
27889}
27890.ant-transfer-list-header > * {
27891 flex: none;
27892}
27893.ant-transfer-list-header-title {
27894 flex: auto;
27895 overflow: hidden;
27896 white-space: nowrap;
27897 text-align: right;
27898 text-overflow: ellipsis;
27899}
27900.ant-transfer-list-header-dropdown {
27901 font-size: 10px;
27902 transform: translateY(10%);
27903 cursor: pointer;
27904}
27905.ant-transfer-list-header-dropdown[disabled] {
27906 cursor: not-allowed;
27907}
27908.ant-transfer-list-body {
27909 display: flex;
27910 flex: auto;
27911 flex-direction: column;
27912 overflow: hidden;
27913 font-size: 14px;
27914}
27915.ant-transfer-list-body-search-wrapper {
27916 position: relative;
27917 flex: none;
27918 padding: 12px;
27919}
27920.ant-transfer-list-content {
27921 flex: auto;
27922 margin: 0;
27923 padding: 0;
27924 overflow: auto;
27925 list-style: none;
27926}
27927.ant-transfer-list-content-item {
27928 display: flex;
27929 align-items: center;
27930 min-height: 32px;
27931 padding: 6px 12px;
27932 line-height: 20px;
27933 transition: all 0.3s;
27934}
27935.ant-transfer-list-content-item > *:not(:last-child) {
27936 margin-right: 8px;
27937}
27938.ant-transfer-list-content-item > * {
27939 flex: none;
27940}
27941.ant-transfer-list-content-item-text {
27942 flex: auto;
27943 overflow: hidden;
27944 white-space: nowrap;
27945 text-overflow: ellipsis;
27946}
27947.ant-transfer-list-content-item-remove {
27948 color: var(--ant-primary-color);
27949 text-decoration: none;
27950 outline: none;
27951 cursor: pointer;
27952 transition: color 0.3s;
27953 position: relative;
27954 color: #d9d9d9;
27955}
27956.ant-transfer-list-content-item-remove:focus,
27957.ant-transfer-list-content-item-remove:hover {
27958 color: var(--ant-primary-color-hover);
27959}
27960.ant-transfer-list-content-item-remove:active {
27961 color: var(--ant-primary-color-active);
27962}
27963.ant-transfer-list-content-item-remove::after {
27964 position: absolute;
27965 top: -6px;
27966 right: -50%;
27967 bottom: -6px;
27968 left: -50%;
27969 content: '';
27970}
27971.ant-transfer-list-content-item-remove:hover {
27972 color: var(--ant-primary-color-hover);
27973}
27974.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
27975 background-color: #f5f5f5;
27976 cursor: pointer;
27977}
27978.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
27979 background-color: var(--ant-primary-color-active-deprecated-d-02);
27980}
27981.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
27982 background: transparent;
27983 cursor: default;
27984}
27985.ant-transfer-list-content-item-checked {
27986 background-color: var(--ant-primary-1);
27987}
27988.ant-transfer-list-content-item-disabled {
27989 color: rgba(0, 0, 0, 0.25);
27990 cursor: not-allowed;
27991}
27992.ant-transfer-list-pagination {
27993 padding: 8px 0;
27994 text-align: right;
27995 border-top: 1px solid #f0f0f0;
27996}
27997.ant-transfer-list-body-not-found {
27998 flex: none;
27999 width: 100%;
28000 margin: auto 0;
28001 color: rgba(0, 0, 0, 0.25);
28002 text-align: center;
28003}
28004.ant-transfer-list-footer {
28005 border-top: 1px solid #f0f0f0;
28006}
28007.ant-transfer-operation {
28008 display: flex;
28009 flex: none;
28010 flex-direction: column;
28011 align-self: center;
28012 margin: 0 8px;
28013 vertical-align: middle;
28014}
28015.ant-transfer-operation .ant-btn {
28016 display: block;
28017}
28018.ant-transfer-operation .ant-btn:first-child {
28019 margin-bottom: 4px;
28020}
28021.ant-transfer-operation .ant-btn .anticon {
28022 font-size: 12px;
28023}
28024.ant-transfer .ant-empty-image {
28025 max-height: -2px;
28026}
28027.ant-transfer-rtl {
28028 direction: rtl;
28029}
28030.ant-transfer-rtl .ant-transfer-list-search {
28031 padding-right: 8px;
28032 padding-left: 24px;
28033}
28034.ant-transfer-rtl .ant-transfer-list-search-action {
28035 right: auto;
28036 left: 12px;
28037}
28038.ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
28039 margin-right: 0;
28040 margin-left: 4px;
28041}
28042.ant-transfer-rtl .ant-transfer-list-header {
28043 right: 0;
28044 left: auto;
28045}
28046.ant-transfer-rtl .ant-transfer-list-header-title {
28047 text-align: left;
28048}
28049.ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
28050 margin-right: 0;
28051 margin-left: 8px;
28052}
28053.ant-transfer-rtl .ant-transfer-list-pagination {
28054 text-align: left;
28055}
28056.ant-transfer-rtl .ant-transfer-list-footer {
28057 right: 0;
28058 left: auto;
28059}
28060
28061/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
28062/* stylelint-disable no-duplicate-selectors */
28063/* stylelint-disable */
28064/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
28065html {
28066 --ant-primary-color: #1890ff;
28067 --ant-primary-color-hover: #40a9ff;
28068 --ant-primary-color-active: #096dd9;
28069 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
28070 --ant-primary-1: #e6f7ff;
28071 --ant-primary-2: #bae7ff;
28072 --ant-primary-3: #91d5ff;
28073 --ant-primary-4: #69c0ff;
28074 --ant-primary-5: #40a9ff;
28075 --ant-primary-6: #1890ff;
28076 --ant-primary-7: #096dd9;
28077 --ant-primary-color-deprecated-pure: ;
28078 --ant-primary-color-deprecated-l-35: #cbe6ff;
28079 --ant-primary-color-deprecated-l-20: #7ec1ff;
28080 --ant-primary-color-deprecated-t-20: #46a6ff;
28081 --ant-primary-color-deprecated-t-50: #8cc8ff;
28082 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
28083 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
28084 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
28085 --ant-success-color: #52c41a;
28086 --ant-success-color-hover: #73d13d;
28087 --ant-success-color-active: #389e0d;
28088 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
28089 --ant-success-color-deprecated-bg: #f6ffed;
28090 --ant-success-color-deprecated-border: #b7eb8f;
28091 --ant-error-color: #ff4d4f;
28092 --ant-error-color-hover: #ff7875;
28093 --ant-error-color-active: #d9363e;
28094 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
28095 --ant-error-color-deprecated-bg: #fff2f0;
28096 --ant-error-color-deprecated-border: #ffccc7;
28097 --ant-warning-color: #faad14;
28098 --ant-warning-color-hover: #ffc53d;
28099 --ant-warning-color-active: #d48806;
28100 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
28101 --ant-warning-color-deprecated-bg: #fffbe6;
28102 --ant-warning-color-deprecated-border: #ffe58f;
28103 --ant-info-color: #1890ff;
28104 --ant-info-color-deprecated-bg: #e6f7ff;
28105 --ant-info-color-deprecated-border: #91d5ff;
28106}
28107@-webkit-keyframes ant-tree-node-fx-do-not-use {
28108 0% {
28109 opacity: 0;
28110 }
28111 100% {
28112 opacity: 1;
28113 }
28114}
28115@keyframes ant-tree-node-fx-do-not-use {
28116 0% {
28117 opacity: 0;
28118 }
28119 100% {
28120 opacity: 1;
28121 }
28122}
28123@-webkit-keyframes antCheckboxEffect {
28124 0% {
28125 transform: scale(1);
28126 opacity: 0.5;
28127 }
28128 100% {
28129 transform: scale(1.6);
28130 opacity: 0;
28131 }
28132}
28133@keyframes antCheckboxEffect {
28134 0% {
28135 transform: scale(1);
28136 opacity: 0.5;
28137 }
28138 100% {
28139 transform: scale(1.6);
28140 opacity: 0;
28141 }
28142}
28143.ant-select-tree-checkbox {
28144 box-sizing: border-box;
28145 margin: 0;
28146 padding: 0;
28147 color: rgba(0, 0, 0, 0.85);
28148 font-size: 14px;
28149 font-variant: tabular-nums;
28150 line-height: 1.5715;
28151 list-style: none;
28152 font-feature-settings: 'tnum';
28153 position: relative;
28154 top: 0.2em;
28155 line-height: 1;
28156 white-space: nowrap;
28157 outline: none;
28158 cursor: pointer;
28159}
28160.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
28161.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
28162.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
28163 border-color: var(--ant-primary-color);
28164}
28165.ant-select-tree-checkbox-checked::after {
28166 position: absolute;
28167 top: 0;
28168 left: 0;
28169 width: 100%;
28170 height: 100%;
28171 border: 1px solid var(--ant-primary-color);
28172 border-radius: 2px;
28173 visibility: hidden;
28174 -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
28175 animation: antCheckboxEffect 0.36s ease-in-out;
28176 -webkit-animation-fill-mode: backwards;
28177 animation-fill-mode: backwards;
28178 content: '';
28179}
28180.ant-select-tree-checkbox:hover::after,
28181.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
28182 visibility: visible;
28183}
28184.ant-select-tree-checkbox-inner {
28185 position: relative;
28186 top: 0;
28187 left: 0;
28188 display: block;
28189 width: 16px;
28190 height: 16px;
28191 direction: ltr;
28192 background-color: #fff;
28193 border: 1px solid #d9d9d9;
28194 border-radius: 2px;
28195 border-collapse: separate;
28196 transition: all 0.3s;
28197}
28198.ant-select-tree-checkbox-inner::after {
28199 position: absolute;
28200 top: 50%;
28201 left: 21.5%;
28202 display: table;
28203 width: 5.71428571px;
28204 height: 9.14285714px;
28205 border: 2px solid #fff;
28206 border-top: 0;
28207 border-left: 0;
28208 transform: rotate(45deg) scale(0) translate(-50%, -50%);
28209 opacity: 0;
28210 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
28211 content: ' ';
28212}
28213.ant-select-tree-checkbox-input {
28214 position: absolute;
28215 top: 0;
28216 right: 0;
28217 bottom: 0;
28218 left: 0;
28219 z-index: 1;
28220 width: 100%;
28221 height: 100%;
28222 cursor: pointer;
28223 opacity: 0;
28224}
28225.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
28226 position: absolute;
28227 display: table;
28228 border: 2px solid #fff;
28229 border-top: 0;
28230 border-left: 0;
28231 transform: rotate(45deg) scale(1) translate(-50%, -50%);
28232 opacity: 1;
28233 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
28234 content: ' ';
28235}
28236.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
28237 background-color: var(--ant-primary-color);
28238 border-color: var(--ant-primary-color);
28239}
28240.ant-select-tree-checkbox-disabled {
28241 cursor: not-allowed;
28242}
28243.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
28244 border-color: rgba(0, 0, 0, 0.25);
28245 -webkit-animation-name: none;
28246 animation-name: none;
28247}
28248.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
28249 cursor: not-allowed;
28250}
28251.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
28252 background-color: #f5f5f5;
28253 border-color: #d9d9d9 !important;
28254}
28255.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
28256 border-color: #f5f5f5;
28257 border-collapse: separate;
28258 -webkit-animation-name: none;
28259 animation-name: none;
28260}
28261.ant-select-tree-checkbox-disabled + span {
28262 color: rgba(0, 0, 0, 0.25);
28263 cursor: not-allowed;
28264}
28265.ant-select-tree-checkbox-disabled:hover::after,
28266.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
28267 visibility: hidden;
28268}
28269.ant-select-tree-checkbox-wrapper {
28270 box-sizing: border-box;
28271 margin: 0;
28272 padding: 0;
28273 color: rgba(0, 0, 0, 0.85);
28274 font-size: 14px;
28275 font-variant: tabular-nums;
28276 line-height: 1.5715;
28277 list-style: none;
28278 font-feature-settings: 'tnum';
28279 display: inline-flex;
28280 align-items: baseline;
28281 line-height: unset;
28282 cursor: pointer;
28283}
28284.ant-select-tree-checkbox-wrapper::after {
28285 display: inline-block;
28286 width: 0;
28287 overflow: hidden;
28288 content: '\a0';
28289}
28290.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
28291 cursor: not-allowed;
28292}
28293.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
28294 margin-left: 8px;
28295}
28296.ant-select-tree-checkbox + span {
28297 padding-right: 8px;
28298 padding-left: 8px;
28299}
28300.ant-select-tree-checkbox-group {
28301 box-sizing: border-box;
28302 margin: 0;
28303 padding: 0;
28304 color: rgba(0, 0, 0, 0.85);
28305 font-size: 14px;
28306 font-variant: tabular-nums;
28307 line-height: 1.5715;
28308 list-style: none;
28309 font-feature-settings: 'tnum';
28310 display: inline-block;
28311}
28312.ant-select-tree-checkbox-group-item {
28313 margin-right: 8px;
28314}
28315.ant-select-tree-checkbox-group-item:last-child {
28316 margin-right: 0;
28317}
28318.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
28319 margin-left: 0;
28320}
28321.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
28322 background-color: #fff;
28323 border-color: #d9d9d9;
28324}
28325.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
28326 top: 50%;
28327 left: 50%;
28328 width: 8px;
28329 height: 8px;
28330 background-color: var(--ant-primary-color);
28331 border: 0;
28332 transform: translate(-50%, -50%) scale(1);
28333 opacity: 1;
28334 content: ' ';
28335}
28336.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
28337 background-color: rgba(0, 0, 0, 0.25);
28338 border-color: rgba(0, 0, 0, 0.25);
28339}
28340.ant-tree-select-dropdown {
28341 padding: 8px 4px;
28342}
28343.ant-tree-select-dropdown-rtl {
28344 direction: rtl;
28345}
28346.ant-tree-select-dropdown .ant-select-tree {
28347 border-radius: 0;
28348}
28349.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
28350 align-items: stretch;
28351}
28352.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
28353 flex: auto;
28354}
28355.ant-select-tree {
28356 box-sizing: border-box;
28357 margin: 0;
28358 padding: 0;
28359 color: rgba(0, 0, 0, 0.85);
28360 font-size: 14px;
28361 font-variant: tabular-nums;
28362 line-height: 1.5715;
28363 list-style: none;
28364 font-feature-settings: 'tnum';
28365 background: #fff;
28366 border-radius: 2px;
28367 transition: background-color 0.3s;
28368}
28369.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
28370 background: var(--ant-primary-1);
28371}
28372.ant-select-tree-list-holder-inner {
28373 align-items: flex-start;
28374}
28375.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
28376 align-items: stretch;
28377}
28378.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
28379 flex: auto;
28380}
28381.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
28382 position: relative;
28383}
28384.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
28385 position: absolute;
28386 top: 0;
28387 right: 0;
28388 bottom: 4px;
28389 left: 0;
28390 border: 1px solid var(--ant-primary-color);
28391 opacity: 0;
28392 -webkit-animation: ant-tree-node-fx-do-not-use 0.3s;
28393 animation: ant-tree-node-fx-do-not-use 0.3s;
28394 -webkit-animation-play-state: running;
28395 animation-play-state: running;
28396 -webkit-animation-fill-mode: forwards;
28397 animation-fill-mode: forwards;
28398 content: '';
28399 pointer-events: none;
28400}
28401.ant-select-tree .ant-select-tree-treenode {
28402 display: flex;
28403 align-items: flex-start;
28404 padding: 0 0 4px 0;
28405 outline: none;
28406}
28407.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
28408 color: rgba(0, 0, 0, 0.25);
28409 cursor: not-allowed;
28410}
28411.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
28412 background: transparent;
28413}
28414.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
28415 background: #f5f5f5;
28416}
28417.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
28418 color: inherit;
28419 font-weight: 500;
28420}
28421.ant-select-tree-indent {
28422 align-self: stretch;
28423 white-space: nowrap;
28424 -webkit-user-select: none;
28425 -moz-user-select: none;
28426 -ms-user-select: none;
28427 user-select: none;
28428}
28429.ant-select-tree-indent-unit {
28430 display: inline-block;
28431 width: 24px;
28432}
28433.ant-select-tree-draggable-icon {
28434 width: 24px;
28435 line-height: 24px;
28436 text-align: center;
28437 opacity: 0.2;
28438 transition: opacity 0.3s;
28439}
28440.ant-select-tree-treenode:hover .ant-select-tree-draggable-icon {
28441 opacity: 0.45;
28442}
28443.ant-select-tree-switcher {
28444 position: relative;
28445 flex: none;
28446 align-self: stretch;
28447 width: 24px;
28448 margin: 0;
28449 line-height: 24px;
28450 text-align: center;
28451 cursor: pointer;
28452 -webkit-user-select: none;
28453 -moz-user-select: none;
28454 -ms-user-select: none;
28455 user-select: none;
28456}
28457.ant-select-tree-switcher .ant-tree-switcher-icon,
28458.ant-select-tree-switcher .ant-select-tree-switcher-icon {
28459 display: inline-block;
28460 font-size: 10px;
28461 vertical-align: baseline;
28462}
28463.ant-select-tree-switcher .ant-tree-switcher-icon svg,
28464.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
28465 transition: transform 0.3s;
28466}
28467.ant-select-tree-switcher-noop {
28468 cursor: default;
28469}
28470.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
28471 transform: rotate(-90deg);
28472}
28473.ant-select-tree-switcher-loading-icon {
28474 color: var(--ant-primary-color);
28475}
28476.ant-select-tree-switcher-leaf-line {
28477 position: relative;
28478 z-index: 1;
28479 display: inline-block;
28480 width: 100%;
28481 height: 100%;
28482}
28483.ant-select-tree-switcher-leaf-line::before {
28484 position: absolute;
28485 top: 0;
28486 right: 12px;
28487 bottom: -4px;
28488 margin-left: -1px;
28489 border-right: 1px solid #d9d9d9;
28490 content: ' ';
28491}
28492.ant-select-tree-switcher-leaf-line::after {
28493 position: absolute;
28494 width: 10px;
28495 height: 14px;
28496 border-bottom: 1px solid #d9d9d9;
28497 content: ' ';
28498}
28499.ant-select-tree-checkbox {
28500 top: initial;
28501 margin: 4px 8px 0 0;
28502}
28503.ant-select-tree .ant-select-tree-node-content-wrapper {
28504 position: relative;
28505 z-index: auto;
28506 min-height: 24px;
28507 margin: 0;
28508 padding: 0 4px;
28509 color: inherit;
28510 line-height: 24px;
28511 background: transparent;
28512 border-radius: 2px;
28513 cursor: pointer;
28514 transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
28515}
28516.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
28517 background-color: #f5f5f5;
28518}
28519.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
28520 background-color: var(--ant-primary-2);
28521}
28522.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
28523 display: inline-block;
28524 width: 24px;
28525 height: 24px;
28526 line-height: 24px;
28527 text-align: center;
28528 vertical-align: top;
28529}
28530.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
28531 display: none;
28532}
28533.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
28534 background-color: transparent;
28535}
28536.ant-select-tree-node-content-wrapper {
28537 line-height: 24px;
28538 -webkit-user-select: none;
28539 -moz-user-select: none;
28540 -ms-user-select: none;
28541 user-select: none;
28542}
28543.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
28544 position: absolute;
28545 z-index: 1;
28546 height: 2px;
28547 background-color: var(--ant-primary-color);
28548 border-radius: 1px;
28549 pointer-events: none;
28550}
28551.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
28552 position: absolute;
28553 top: -3px;
28554 left: -6px;
28555 width: 8px;
28556 height: 8px;
28557 background-color: transparent;
28558 border: 2px solid var(--ant-primary-color);
28559 border-radius: 50%;
28560 content: '';
28561}
28562.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
28563 box-shadow: 0 0 0 2px var(--ant-primary-color);
28564}
28565.ant-select-tree-show-line .ant-select-tree-indent-unit {
28566 position: relative;
28567 height: 100%;
28568}
28569.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
28570 position: absolute;
28571 top: 0;
28572 right: 12px;
28573 bottom: -4px;
28574 border-right: 1px solid #d9d9d9;
28575 content: '';
28576}
28577.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
28578 display: none;
28579}
28580.ant-select-tree-show-line .ant-select-tree-switcher {
28581 background: #fff;
28582}
28583.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
28584 vertical-align: -0.15em;
28585}
28586.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
28587 top: auto !important;
28588 bottom: auto !important;
28589 height: 14px !important;
28590}
28591.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
28592 transform: rotate(90deg);
28593}
28594.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
28595 transform: scaleY(-1);
28596}
28597
28598/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
28599/* stylelint-disable no-duplicate-selectors */
28600/* stylelint-disable */
28601/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
28602html {
28603 --ant-primary-color: #1890ff;
28604 --ant-primary-color-hover: #40a9ff;
28605 --ant-primary-color-active: #096dd9;
28606 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
28607 --ant-primary-1: #e6f7ff;
28608 --ant-primary-2: #bae7ff;
28609 --ant-primary-3: #91d5ff;
28610 --ant-primary-4: #69c0ff;
28611 --ant-primary-5: #40a9ff;
28612 --ant-primary-6: #1890ff;
28613 --ant-primary-7: #096dd9;
28614 --ant-primary-color-deprecated-pure: ;
28615 --ant-primary-color-deprecated-l-35: #cbe6ff;
28616 --ant-primary-color-deprecated-l-20: #7ec1ff;
28617 --ant-primary-color-deprecated-t-20: #46a6ff;
28618 --ant-primary-color-deprecated-t-50: #8cc8ff;
28619 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
28620 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
28621 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
28622 --ant-success-color: #52c41a;
28623 --ant-success-color-hover: #73d13d;
28624 --ant-success-color-active: #389e0d;
28625 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
28626 --ant-success-color-deprecated-bg: #f6ffed;
28627 --ant-success-color-deprecated-border: #b7eb8f;
28628 --ant-error-color: #ff4d4f;
28629 --ant-error-color-hover: #ff7875;
28630 --ant-error-color-active: #d9363e;
28631 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
28632 --ant-error-color-deprecated-bg: #fff2f0;
28633 --ant-error-color-deprecated-border: #ffccc7;
28634 --ant-warning-color: #faad14;
28635 --ant-warning-color-hover: #ffc53d;
28636 --ant-warning-color-active: #d48806;
28637 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
28638 --ant-warning-color-deprecated-bg: #fffbe6;
28639 --ant-warning-color-deprecated-border: #ffe58f;
28640 --ant-info-color: #1890ff;
28641 --ant-info-color-deprecated-bg: #e6f7ff;
28642 --ant-info-color-deprecated-border: #91d5ff;
28643}
28644.ant-typography {
28645 color: rgba(0, 0, 0, 0.85);
28646 overflow-wrap: break-word;
28647}
28648.ant-typography.ant-typography-secondary {
28649 color: rgba(0, 0, 0, 0.45);
28650}
28651.ant-typography.ant-typography-success {
28652 color: var(--ant-success-color);
28653}
28654.ant-typography.ant-typography-warning {
28655 color: var(--ant-warning-color);
28656}
28657.ant-typography.ant-typography-danger {
28658 color: var(--ant-error-color);
28659}
28660a.ant-typography.ant-typography-danger:active,
28661a.ant-typography.ant-typography-danger:focus,
28662a.ant-typography.ant-typography-danger:hover {
28663 color: #0d0c0c;
28664}
28665.ant-typography.ant-typography-disabled {
28666 color: rgba(0, 0, 0, 0.25);
28667 cursor: not-allowed;
28668 -webkit-user-select: none;
28669 -moz-user-select: none;
28670 -ms-user-select: none;
28671 user-select: none;
28672}
28673div.ant-typography,
28674.ant-typography p {
28675 margin-bottom: 1em;
28676}
28677h1.ant-typography,
28678.ant-typography h1 {
28679 margin-bottom: 0.5em;
28680 color: rgba(0, 0, 0, 0.85);
28681 font-weight: 600;
28682 font-size: 38px;
28683 line-height: 1.23;
28684}
28685h2.ant-typography,
28686.ant-typography h2 {
28687 margin-bottom: 0.5em;
28688 color: rgba(0, 0, 0, 0.85);
28689 font-weight: 600;
28690 font-size: 30px;
28691 line-height: 1.35;
28692}
28693h3.ant-typography,
28694.ant-typography h3 {
28695 margin-bottom: 0.5em;
28696 color: rgba(0, 0, 0, 0.85);
28697 font-weight: 600;
28698 font-size: 24px;
28699 line-height: 1.35;
28700}
28701h4.ant-typography,
28702.ant-typography h4 {
28703 margin-bottom: 0.5em;
28704 color: rgba(0, 0, 0, 0.85);
28705 font-weight: 600;
28706 font-size: 20px;
28707 line-height: 1.4;
28708}
28709h5.ant-typography,
28710.ant-typography h5 {
28711 margin-bottom: 0.5em;
28712 color: rgba(0, 0, 0, 0.85);
28713 font-weight: 600;
28714 font-size: 16px;
28715 line-height: 1.5;
28716}
28717.ant-typography + h1.ant-typography,
28718.ant-typography + h2.ant-typography,
28719.ant-typography + h3.ant-typography,
28720.ant-typography + h4.ant-typography,
28721.ant-typography + h5.ant-typography {
28722 margin-top: 1.2em;
28723}
28724.ant-typography div + h1,
28725.ant-typography ul + h1,
28726.ant-typography li + h1,
28727.ant-typography p + h1,
28728.ant-typography h1 + h1,
28729.ant-typography h2 + h1,
28730.ant-typography h3 + h1,
28731.ant-typography h4 + h1,
28732.ant-typography h5 + h1,
28733.ant-typography div + h2,
28734.ant-typography ul + h2,
28735.ant-typography li + h2,
28736.ant-typography p + h2,
28737.ant-typography h1 + h2,
28738.ant-typography h2 + h2,
28739.ant-typography h3 + h2,
28740.ant-typography h4 + h2,
28741.ant-typography h5 + h2,
28742.ant-typography div + h3,
28743.ant-typography ul + h3,
28744.ant-typography li + h3,
28745.ant-typography p + h3,
28746.ant-typography h1 + h3,
28747.ant-typography h2 + h3,
28748.ant-typography h3 + h3,
28749.ant-typography h4 + h3,
28750.ant-typography h5 + h3,
28751.ant-typography div + h4,
28752.ant-typography ul + h4,
28753.ant-typography li + h4,
28754.ant-typography p + h4,
28755.ant-typography h1 + h4,
28756.ant-typography h2 + h4,
28757.ant-typography h3 + h4,
28758.ant-typography h4 + h4,
28759.ant-typography h5 + h4,
28760.ant-typography div + h5,
28761.ant-typography ul + h5,
28762.ant-typography li + h5,
28763.ant-typography p + h5,
28764.ant-typography h1 + h5,
28765.ant-typography h2 + h5,
28766.ant-typography h3 + h5,
28767.ant-typography h4 + h5,
28768.ant-typography h5 + h5 {
28769 margin-top: 1.2em;
28770}
28771a.ant-typography-ellipsis,
28772span.ant-typography-ellipsis {
28773 display: inline-block;
28774 max-width: 100%;
28775}
28776a.ant-typography,
28777.ant-typography a {
28778 color: var(--ant-primary-color);
28779 outline: none;
28780 cursor: pointer;
28781 transition: color 0.3s;
28782 text-decoration: none;
28783}
28784a.ant-typography:focus,
28785.ant-typography a:focus,
28786a.ant-typography:hover,
28787.ant-typography a:hover {
28788 color: var(--ant-primary-color-hover);
28789}
28790a.ant-typography:active,
28791.ant-typography a:active {
28792 color: var(--ant-primary-color-active);
28793}
28794a.ant-typography:active,
28795.ant-typography a:active,
28796a.ant-typography:hover,
28797.ant-typography a:hover {
28798 text-decoration: none;
28799}
28800a.ant-typography[disabled],
28801.ant-typography a[disabled],
28802a.ant-typography.ant-typography-disabled,
28803.ant-typography a.ant-typography-disabled {
28804 color: rgba(0, 0, 0, 0.25);
28805 cursor: not-allowed;
28806}
28807a.ant-typography[disabled]:active,
28808.ant-typography a[disabled]:active,
28809a.ant-typography.ant-typography-disabled:active,
28810.ant-typography a.ant-typography-disabled:active,
28811a.ant-typography[disabled]:hover,
28812.ant-typography a[disabled]:hover,
28813a.ant-typography.ant-typography-disabled:hover,
28814.ant-typography a.ant-typography-disabled:hover {
28815 color: rgba(0, 0, 0, 0.25);
28816}
28817a.ant-typography[disabled]:active,
28818.ant-typography a[disabled]:active,
28819a.ant-typography.ant-typography-disabled:active,
28820.ant-typography a.ant-typography-disabled:active {
28821 pointer-events: none;
28822}
28823.ant-typography code {
28824 margin: 0 0.2em;
28825 padding: 0.2em 0.4em 0.1em;
28826 font-size: 85%;
28827 background: rgba(150, 150, 150, 0.1);
28828 border: 1px solid rgba(100, 100, 100, 0.2);
28829 border-radius: 3px;
28830}
28831.ant-typography kbd {
28832 margin: 0 0.2em;
28833 padding: 0.15em 0.4em 0.1em;
28834 font-size: 90%;
28835 background: rgba(150, 150, 150, 0.06);
28836 border: 1px solid rgba(100, 100, 100, 0.2);
28837 border-bottom-width: 2px;
28838 border-radius: 3px;
28839}
28840.ant-typography mark {
28841 padding: 0;
28842 background-color: #ffe58f;
28843}
28844.ant-typography u,
28845.ant-typography ins {
28846 text-decoration: underline;
28847 -webkit-text-decoration-skip: ink;
28848 text-decoration-skip-ink: auto;
28849}
28850.ant-typography s,
28851.ant-typography del {
28852 text-decoration: line-through;
28853}
28854.ant-typography strong {
28855 font-weight: 600;
28856}
28857.ant-typography-expand,
28858.ant-typography-edit,
28859.ant-typography-copy {
28860 color: var(--ant-primary-color);
28861 text-decoration: none;
28862 outline: none;
28863 cursor: pointer;
28864 transition: color 0.3s;
28865 margin-left: 4px;
28866}
28867.ant-typography-expand:focus,
28868.ant-typography-edit:focus,
28869.ant-typography-copy:focus,
28870.ant-typography-expand:hover,
28871.ant-typography-edit:hover,
28872.ant-typography-copy:hover {
28873 color: var(--ant-primary-color-hover);
28874}
28875.ant-typography-expand:active,
28876.ant-typography-edit:active,
28877.ant-typography-copy:active {
28878 color: var(--ant-primary-color-active);
28879}
28880.ant-typography-copy-success,
28881.ant-typography-copy-success:hover,
28882.ant-typography-copy-success:focus {
28883 color: var(--ant-success-color);
28884}
28885.ant-typography-edit-content {
28886 position: relative;
28887}
28888div.ant-typography-edit-content {
28889 left: -12px;
28890 margin-top: -5px;
28891 margin-bottom: calc(1em - 4px - 1px);
28892}
28893.ant-typography-edit-content-confirm {
28894 position: absolute;
28895 right: 10px;
28896 bottom: 8px;
28897 color: rgba(0, 0, 0, 0.45);
28898 pointer-events: none;
28899}
28900.ant-typography-edit-content textarea {
28901 /* stylelint-disable-next-line property-no-vendor-prefix */
28902 -moz-transition: none;
28903}
28904.ant-typography ul,
28905.ant-typography ol {
28906 margin: 0 0 1em;
28907 padding: 0;
28908}
28909.ant-typography ul li,
28910.ant-typography ol li {
28911 margin: 0 0 0 20px;
28912 padding: 0 0 0 4px;
28913}
28914.ant-typography ul {
28915 list-style-type: circle;
28916}
28917.ant-typography ul ul {
28918 list-style-type: disc;
28919}
28920.ant-typography ol {
28921 list-style-type: decimal;
28922}
28923.ant-typography pre,
28924.ant-typography blockquote {
28925 margin: 1em 0;
28926}
28927.ant-typography pre {
28928 padding: 0.4em 0.6em;
28929 white-space: pre-wrap;
28930 word-wrap: break-word;
28931 background: rgba(150, 150, 150, 0.1);
28932 border: 1px solid rgba(100, 100, 100, 0.2);
28933 border-radius: 3px;
28934}
28935.ant-typography pre code {
28936 display: inline;
28937 margin: 0;
28938 padding: 0;
28939 font-size: inherit;
28940 font-family: inherit;
28941 background: transparent;
28942 border: 0;
28943}
28944.ant-typography blockquote {
28945 padding: 0 0 0 0.6em;
28946 border-left: 4px solid rgba(100, 100, 100, 0.2);
28947 opacity: 0.85;
28948}
28949.ant-typography-single-line {
28950 white-space: nowrap;
28951}
28952.ant-typography-ellipsis-single-line {
28953 overflow: hidden;
28954 text-overflow: ellipsis;
28955}
28956a.ant-typography-ellipsis-single-line,
28957span.ant-typography-ellipsis-single-line {
28958 vertical-align: bottom;
28959}
28960.ant-typography-ellipsis-multiple-line {
28961 /* stylelint-disable-next-line value-no-vendor-prefix */
28962 display: -webkit-box;
28963 overflow: hidden;
28964 -webkit-line-clamp: 3;
28965 /*! autoprefixer: ignore next */
28966 -webkit-box-orient: vertical;
28967}
28968.ant-typography-rtl {
28969 direction: rtl;
28970}
28971.ant-typography-rtl .ant-typography-expand,
28972.ant-typography-rtl .ant-typography-edit,
28973.ant-typography-rtl .ant-typography-copy {
28974 margin-right: 4px;
28975 margin-left: 0;
28976}
28977.ant-typography-rtl .ant-typography-expand {
28978 float: left;
28979}
28980div.ant-typography-edit-content.ant-typography-rtl {
28981 right: -12px;
28982 left: auto;
28983}
28984.ant-typography-rtl .ant-typography-edit-content-confirm {
28985 right: auto;
28986 left: 10px;
28987}
28988.ant-typography-rtl.ant-typography ul li,
28989.ant-typography-rtl.ant-typography ol li {
28990 margin: 0 20px 0 0;
28991 padding: 0 4px 0 0;
28992}
28993
28994/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
28995/* stylelint-disable no-duplicate-selectors */
28996/* stylelint-disable */
28997/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
28998html {
28999 --ant-primary-color: #1890ff;
29000 --ant-primary-color-hover: #40a9ff;
29001 --ant-primary-color-active: #096dd9;
29002 --ant-primary-color-outline: rgba(24, 144, 255, 0.2);
29003 --ant-primary-1: #e6f7ff;
29004 --ant-primary-2: #bae7ff;
29005 --ant-primary-3: #91d5ff;
29006 --ant-primary-4: #69c0ff;
29007 --ant-primary-5: #40a9ff;
29008 --ant-primary-6: #1890ff;
29009 --ant-primary-7: #096dd9;
29010 --ant-primary-color-deprecated-pure: ;
29011 --ant-primary-color-deprecated-l-35: #cbe6ff;
29012 --ant-primary-color-deprecated-l-20: #7ec1ff;
29013 --ant-primary-color-deprecated-t-20: #46a6ff;
29014 --ant-primary-color-deprecated-t-50: #8cc8ff;
29015 --ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
29016 --ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
29017 --ant-primary-color-active-deprecated-d-02: #dcf4ff;
29018 --ant-success-color: #52c41a;
29019 --ant-success-color-hover: #73d13d;
29020 --ant-success-color-active: #389e0d;
29021 --ant-success-color-outline: rgba(82, 196, 26, 0.2);
29022 --ant-success-color-deprecated-bg: #f6ffed;
29023 --ant-success-color-deprecated-border: #b7eb8f;
29024 --ant-error-color: #ff4d4f;
29025 --ant-error-color-hover: #ff7875;
29026 --ant-error-color-active: #d9363e;
29027 --ant-error-color-outline: rgba(255, 77, 79, 0.2);
29028 --ant-error-color-deprecated-bg: #fff2f0;
29029 --ant-error-color-deprecated-border: #ffccc7;
29030 --ant-warning-color: #faad14;
29031 --ant-warning-color-hover: #ffc53d;
29032 --ant-warning-color-active: #d48806;
29033 --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
29034 --ant-warning-color-deprecated-bg: #fffbe6;
29035 --ant-warning-color-deprecated-border: #ffe58f;
29036 --ant-info-color: #1890ff;
29037 --ant-info-color-deprecated-bg: #e6f7ff;
29038 --ant-info-color-deprecated-border: #91d5ff;
29039}
29040.ant-upload {
29041 box-sizing: border-box;
29042 margin: 0;
29043 padding: 0;
29044 color: rgba(0, 0, 0, 0.85);
29045 font-size: 14px;
29046 font-variant: tabular-nums;
29047 line-height: 1.5715;
29048 list-style: none;
29049 font-feature-settings: 'tnum';
29050 outline: 0;
29051}
29052.ant-upload p {
29053 margin: 0;
29054}
29055.ant-upload-btn {
29056 display: block;
29057 width: 100%;
29058 outline: none;
29059}
29060.ant-upload input[type='file'] {
29061 cursor: pointer;
29062}
29063.ant-upload.ant-upload-select {
29064 display: inline-block;
29065}
29066.ant-upload.ant-upload-disabled {
29067 cursor: not-allowed;
29068}
29069.ant-upload.ant-upload-select-picture-card {
29070 width: 104px;
29071 height: 104px;
29072 margin-right: 8px;
29073 margin-bottom: 8px;
29074 text-align: center;
29075 vertical-align: top;
29076 background-color: #fafafa;
29077 border: 1px dashed #d9d9d9;
29078 border-radius: 2px;
29079 cursor: pointer;
29080 transition: border-color 0.3s;
29081}
29082.ant-upload.ant-upload-select-picture-card > .ant-upload {
29083 display: flex;
29084 align-items: center;
29085 justify-content: center;
29086 height: 100%;
29087 text-align: center;
29088}
29089.ant-upload.ant-upload-select-picture-card:hover {
29090 border-color: var(--ant-primary-color);
29091}
29092.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
29093 border-color: #d9d9d9;
29094}
29095.ant-upload.ant-upload-drag {
29096 position: relative;
29097 width: 100%;
29098 height: 100%;
29099 text-align: center;
29100 background: #fafafa;
29101 border: 1px dashed #d9d9d9;
29102 border-radius: 2px;
29103 cursor: pointer;
29104 transition: border-color 0.3s;
29105}
29106.ant-upload.ant-upload-drag .ant-upload {
29107 padding: 16px 0;
29108}
29109.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
29110 border-color: var(--ant-primary-7);
29111}
29112.ant-upload.ant-upload-drag.ant-upload-disabled {
29113 cursor: not-allowed;
29114}
29115.ant-upload.ant-upload-drag .ant-upload-btn {
29116 display: table;
29117 height: 100%;
29118}
29119.ant-upload.ant-upload-drag .ant-upload-drag-container {
29120 display: table-cell;
29121 vertical-align: middle;
29122}
29123.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
29124 border-color: var(--ant-primary-5);
29125}
29126.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
29127 margin-bottom: 20px;
29128}
29129.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
29130 color: var(--ant-primary-5);
29131 font-size: 48px;
29132}
29133.ant-upload.ant-upload-drag p.ant-upload-text {
29134 margin: 0 0 4px;
29135 color: rgba(0, 0, 0, 0.85);
29136 font-size: 16px;
29137}
29138.ant-upload.ant-upload-drag p.ant-upload-hint {
29139 color: rgba(0, 0, 0, 0.45);
29140 font-size: 14px;
29141}
29142.ant-upload.ant-upload-drag .anticon-plus {
29143 color: rgba(0, 0, 0, 0.25);
29144 font-size: 30px;
29145 transition: all 0.3s;
29146}
29147.ant-upload.ant-upload-drag .anticon-plus:hover {
29148 color: rgba(0, 0, 0, 0.45);
29149}
29150.ant-upload.ant-upload-drag:hover .anticon-plus {
29151 color: rgba(0, 0, 0, 0.45);
29152}
29153.ant-upload-picture-card-wrapper {
29154 display: inline-block;
29155 width: 100%;
29156}
29157.ant-upload-picture-card-wrapper::before {
29158 display: table;
29159 content: '';
29160}
29161.ant-upload-picture-card-wrapper::after {
29162 display: table;
29163 clear: both;
29164 content: '';
29165}
29166.ant-upload-list {
29167 box-sizing: border-box;
29168 margin: 0;
29169 padding: 0;
29170 color: rgba(0, 0, 0, 0.85);
29171 font-size: 14px;
29172 font-variant: tabular-nums;
29173 list-style: none;
29174 font-feature-settings: 'tnum';
29175 line-height: 1.5715;
29176}
29177.ant-upload-list::before {
29178 display: table;
29179 content: '';
29180}
29181.ant-upload-list::after {
29182 display: table;
29183 clear: both;
29184 content: '';
29185}
29186.ant-upload-list-item {
29187 position: relative;
29188 height: 22.001px;
29189 margin-top: 8px;
29190 font-size: 14px;
29191}
29192.ant-upload-list-item-name {
29193 display: inline-block;
29194 width: 100%;
29195 padding-left: 22px;
29196 overflow: hidden;
29197 line-height: 1.5715;
29198 white-space: nowrap;
29199 text-overflow: ellipsis;
29200}
29201.ant-upload-list-item-card-actions {
29202 position: absolute;
29203 right: 0;
29204}
29205.ant-upload-list-item-card-actions-btn {
29206 opacity: 0;
29207}
29208.ant-upload-list-item-card-actions-btn.ant-btn-sm {
29209 height: 20px;
29210 line-height: 1;
29211}
29212.ant-upload-list-item-card-actions.picture {
29213 top: 22px;
29214 line-height: 0;
29215}
29216.ant-upload-list-item-card-actions-btn:focus,
29217.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
29218 opacity: 1;
29219}
29220.ant-upload-list-item-card-actions .anticon {
29221 color: rgba(0, 0, 0, 0.45);
29222}
29223.ant-upload-list-item-info {
29224 height: 100%;
29225 padding: 0 4px;
29226 transition: background-color 0.3s;
29227}
29228.ant-upload-list-item-info > span {
29229 display: block;
29230 width: 100%;
29231 height: 100%;
29232}
29233.ant-upload-list-item-info .anticon-loading .anticon,
29234.ant-upload-list-item-info .ant-upload-text-icon .anticon {
29235 position: absolute;
29236 top: 5px;
29237 color: rgba(0, 0, 0, 0.45);
29238 font-size: 14px;
29239}
29240.ant-upload-list-item .anticon-close {
29241 position: absolute;
29242 top: 6px;
29243 right: 4px;
29244 color: rgba(0, 0, 0, 0.45);
29245 font-size: 10px;
29246 line-height: 0;
29247 cursor: pointer;
29248 opacity: 0;
29249 transition: all 0.3s;
29250}
29251.ant-upload-list-item .anticon-close:hover {
29252 color: rgba(0, 0, 0, 0.85);
29253}
29254.ant-upload-list-item:hover .ant-upload-list-item-info {
29255 background-color: #f5f5f5;
29256}
29257.ant-upload-list-item:hover .anticon-close {
29258 opacity: 1;
29259}
29260.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
29261 opacity: 1;
29262}
29263.ant-upload-list-item-error,
29264.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
29265.ant-upload-list-item-error .ant-upload-list-item-name {
29266 color: var(--ant-error-color);
29267}
29268.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
29269 color: var(--ant-error-color);
29270}
29271.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
29272 opacity: 1;
29273}
29274.ant-upload-list-item-progress {
29275 position: absolute;
29276 bottom: -12px;
29277 width: 100%;
29278 padding-left: 26px;
29279 font-size: 14px;
29280 line-height: 0;
29281}
29282.ant-upload-list-picture .ant-upload-list-item,
29283.ant-upload-list-picture-card .ant-upload-list-item {
29284 position: relative;
29285 height: 66px;
29286 padding: 8px;
29287 border: 1px solid #d9d9d9;
29288 border-radius: 2px;
29289}
29290.ant-upload-list-picture .ant-upload-list-item:hover,
29291.ant-upload-list-picture-card .ant-upload-list-item:hover {
29292 background: transparent;
29293}
29294.ant-upload-list-picture .ant-upload-list-item-error,
29295.ant-upload-list-picture-card .ant-upload-list-item-error {
29296 border-color: var(--ant-error-color);
29297}
29298.ant-upload-list-picture .ant-upload-list-item-info,
29299.ant-upload-list-picture-card .ant-upload-list-item-info {
29300 padding: 0;
29301}
29302.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
29303.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
29304 background: transparent;
29305}
29306.ant-upload-list-picture .ant-upload-list-item-uploading,
29307.ant-upload-list-picture-card .ant-upload-list-item-uploading {
29308 border-style: dashed;
29309}
29310.ant-upload-list-picture .ant-upload-list-item-thumbnail,
29311.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
29312 width: 48px;
29313 height: 48px;
29314 line-height: 60px;
29315 text-align: center;
29316 opacity: 0.8;
29317}
29318.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
29319.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
29320 font-size: 26px;
29321}
29322.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
29323.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
29324 fill: var(--ant-error-color-deprecated-bg);
29325}
29326.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
29327.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
29328 fill: var(--ant-error-color);
29329}
29330.ant-upload-list-picture .ant-upload-list-item-icon,
29331.ant-upload-list-picture-card .ant-upload-list-item-icon {
29332 position: absolute;
29333 top: 50%;
29334 left: 50%;
29335 font-size: 26px;
29336 transform: translate(-50%, -50%);
29337}
29338.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
29339.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
29340 font-size: 26px;
29341}
29342.ant-upload-list-picture .ant-upload-list-item-image,
29343.ant-upload-list-picture-card .ant-upload-list-item-image {
29344 max-width: 100%;
29345}
29346.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
29347.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
29348 display: block;
29349 width: 48px;
29350 height: 48px;
29351 overflow: hidden;
29352}
29353.ant-upload-list-picture .ant-upload-list-item-name,
29354.ant-upload-list-picture-card .ant-upload-list-item-name {
29355 display: inline-block;
29356 box-sizing: border-box;
29357 max-width: 100%;
29358 margin: 0 0 0 8px;
29359 padding-right: 8px;
29360 padding-left: 48px;
29361 overflow: hidden;
29362 line-height: 44px;
29363 white-space: nowrap;
29364 text-overflow: ellipsis;
29365 transition: all 0.3s;
29366}
29367.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
29368.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
29369 margin-bottom: 12px;
29370}
29371.ant-upload-list-picture .ant-upload-list-item-progress,
29372.ant-upload-list-picture-card .ant-upload-list-item-progress {
29373 bottom: 14px;
29374 width: calc(100% - 24px);
29375 margin-top: 0;
29376 padding-left: 56px;
29377}
29378.ant-upload-list-picture .anticon-close,
29379.ant-upload-list-picture-card .anticon-close {
29380 position: absolute;
29381 top: 8px;
29382 right: 8px;
29383 line-height: 1;
29384 opacity: 1;
29385}
29386.ant-upload-list-picture-card-container {
29387 display: inline-block;
29388 width: 104px;
29389 height: 104px;
29390 margin: 0 8px 8px 0;
29391 vertical-align: top;
29392}
29393.ant-upload-list-picture-card.ant-upload-list::after {
29394 display: none;
29395}
29396.ant-upload-list-picture-card .ant-upload-list-item {
29397 height: 100%;
29398 margin: 0;
29399}
29400.ant-upload-list-picture-card .ant-upload-list-item-info {
29401 position: relative;
29402 height: 100%;
29403 overflow: hidden;
29404}
29405.ant-upload-list-picture-card .ant-upload-list-item-info::before {
29406 position: absolute;
29407 z-index: 1;
29408 width: 100%;
29409 height: 100%;
29410 background-color: rgba(0, 0, 0, 0.5);
29411 opacity: 0;
29412 transition: all 0.3s;
29413 content: ' ';
29414}
29415.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
29416 opacity: 1;
29417}
29418.ant-upload-list-picture-card .ant-upload-list-item-actions {
29419 position: absolute;
29420 top: 50%;
29421 left: 50%;
29422 z-index: 10;
29423 white-space: nowrap;
29424 transform: translate(-50%, -50%);
29425 opacity: 0;
29426 transition: all 0.3s;
29427}
29428.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
29429.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
29430.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
29431 z-index: 10;
29432 width: 16px;
29433 margin: 0 4px;
29434 color: rgba(255, 255, 255, 0.85);
29435 font-size: 16px;
29436 cursor: pointer;
29437 transition: all 0.3s;
29438}
29439.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
29440.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
29441.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
29442 color: #fff;
29443}
29444.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
29445.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
29446 opacity: 1;
29447}
29448.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
29449.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
29450 position: static;
29451 display: block;
29452 width: 100%;
29453 height: 100%;
29454 -o-object-fit: contain;
29455 object-fit: contain;
29456}
29457.ant-upload-list-picture-card .ant-upload-list-item-name {
29458 display: none;
29459 margin: 8px 0 0;
29460 padding: 0;
29461 line-height: 1.5715;
29462 text-align: center;
29463}
29464.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
29465 position: absolute;
29466 bottom: 10px;
29467 display: block;
29468}
29469.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
29470 background-color: #fafafa;
29471}
29472.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
29473 height: auto;
29474}
29475.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
29476.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
29477.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
29478 display: none;
29479}
29480.ant-upload-list-picture-card .ant-upload-list-item-progress {
29481 bottom: 32px;
29482 width: calc(100% - 14px);
29483 padding-left: 0;
29484}
29485.ant-upload-list-text-container,
29486.ant-upload-list-picture-container {
29487 transition: opacity 0.3s, height 0.3s;
29488}
29489.ant-upload-list-text-container::before,
29490.ant-upload-list-picture-container::before {
29491 display: table;
29492 width: 0;
29493 height: 0;
29494 content: '';
29495}
29496.ant-upload-list-text-container .ant-upload-span,
29497.ant-upload-list-picture-container .ant-upload-span {
29498 display: block;
29499 flex: auto;
29500}
29501.ant-upload-list-text .ant-upload-span,
29502.ant-upload-list-picture .ant-upload-span {
29503 display: flex;
29504 align-items: center;
29505}
29506.ant-upload-list-text .ant-upload-span > *,
29507.ant-upload-list-picture .ant-upload-span > * {
29508 flex: none;
29509}
29510.ant-upload-list-text .ant-upload-list-item-name,
29511.ant-upload-list-picture .ant-upload-list-item-name {
29512 flex: auto;
29513 margin: 0;
29514 padding: 0 8px;
29515}
29516.ant-upload-list-text .ant-upload-list-item-card-actions,
29517.ant-upload-list-picture .ant-upload-list-item-card-actions {
29518 position: static;
29519}
29520.ant-upload-list-text .ant-upload-text-icon .anticon {
29521 position: static;
29522}
29523.ant-upload-list .ant-upload-animate-inline-appear,
29524.ant-upload-list .ant-upload-animate-inline-enter,
29525.ant-upload-list .ant-upload-animate-inline-leave {
29526 -webkit-animation-duration: 0.3s;
29527 animation-duration: 0.3s;
29528 -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
29529 animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
29530}
29531.ant-upload-list .ant-upload-animate-inline-appear,
29532.ant-upload-list .ant-upload-animate-inline-enter {
29533 -webkit-animation-name: uploadAnimateInlineIn;
29534 animation-name: uploadAnimateInlineIn;
29535}
29536.ant-upload-list .ant-upload-animate-inline-leave {
29537 -webkit-animation-name: uploadAnimateInlineOut;
29538 animation-name: uploadAnimateInlineOut;
29539}
29540@-webkit-keyframes uploadAnimateInlineIn {
29541 from {
29542 width: 0;
29543 height: 0;
29544 margin: 0;
29545 padding: 0;
29546 opacity: 0;
29547 }
29548}
29549@keyframes uploadAnimateInlineIn {
29550 from {
29551 width: 0;
29552 height: 0;
29553 margin: 0;
29554 padding: 0;
29555 opacity: 0;
29556 }
29557}
29558@-webkit-keyframes uploadAnimateInlineOut {
29559 to {
29560 width: 0;
29561 height: 0;
29562 margin: 0;
29563 padding: 0;
29564 opacity: 0;
29565 }
29566}
29567@keyframes uploadAnimateInlineOut {
29568 to {
29569 width: 0;
29570 height: 0;
29571 margin: 0;
29572 padding: 0;
29573 opacity: 0;
29574 }
29575}
29576.ant-upload-rtl {
29577 direction: rtl;
29578}
29579.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
29580 margin-right: auto;
29581 margin-left: 8px;
29582}
29583.ant-upload-list-rtl {
29584 direction: rtl;
29585}
29586.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
29587 padding-right: 22px;
29588 padding-left: 14px;
29589}
29590.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
29591 padding-right: 22px;
29592 padding-left: 28px;
29593}
29594.ant-upload-list-rtl .ant-upload-list-item-name {
29595 padding-right: 22px;
29596 padding-left: 0;
29597}
29598.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
29599 padding-left: 14px;
29600}
29601.ant-upload-list-rtl .ant-upload-list-item-card-actions {
29602 right: auto;
29603 left: 0;
29604}
29605.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
29606 padding-right: 0;
29607 padding-left: 5px;
29608}
29609.ant-upload-list-rtl .ant-upload-list-item-info {
29610 padding: 0 4px 0 12px;
29611}
29612.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
29613 right: auto;
29614 left: 4px;
29615}
29616.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
29617 padding-right: 0;
29618 padding-left: 5px;
29619}
29620.ant-upload-list-rtl .ant-upload-list-item-progress {
29621 padding-right: 26px;
29622 padding-left: 0;
29623}
29624.ant-upload-list-picture .ant-upload-list-item-info,
29625.ant-upload-list-picture-card .ant-upload-list-item-info {
29626 padding: 0;
29627}
29628.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
29629.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
29630 right: 8px;
29631 left: auto;
29632}
29633.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
29634.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
29635 right: 50%;
29636 left: auto;
29637 transform: translate(50%, -50%);
29638}
29639.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
29640.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
29641 margin: 0 8px 0 0;
29642 padding-right: 48px;
29643 padding-left: 8px;
29644}
29645.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
29646.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
29647 padding-right: 48px;
29648 padding-left: 18px;
29649}
29650.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
29651.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
29652 padding-right: 48px;
29653 padding-left: 36px;
29654}
29655.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
29656.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
29657 padding-right: 0;
29658 padding-left: 0;
29659}
29660.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
29661.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
29662 right: auto;
29663 left: 8px;
29664}
29665.ant-upload-list-rtl .ant-upload-list-picture-card-container {
29666 margin: 0 0 8px 8px;
29667}
29668.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
29669 right: 50%;
29670 left: auto;
29671 transform: translate(50%, -50%);
29672}
29673.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
29674 margin: 8px 0 0;
29675 padding: 0;
29676}
29677
29678
29679/*# sourceMappingURL=antd.variable.css.map*/
\No newline at end of file