UNPKG

684 kBCSSView Raw
1/*!
2 *
3 * antd v4.24.16
4 *
5 * Copyright 2015-present, Alipay, Inc.
6 * All rights reserved.
7 *
8 */
9/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10/* stylelint-disable no-duplicate-selectors */
11/* stylelint-disable */
12/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
13[class^=ant-]::-ms-clear,
14[class*= ant-]::-ms-clear,
15[class^=ant-] input::-ms-clear,
16[class*= ant-] input::-ms-clear,
17[class^=ant-] input::-ms-reveal,
18[class*= ant-] input::-ms-reveal {
19 display: none;
20}
21/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
22html,
23body {
24 width: 100%;
25 height: 100%;
26}
27input::-ms-clear,
28input::-ms-reveal {
29 display: none;
30}
31*,
32*::before,
33*::after {
34 box-sizing: border-box;
35}
36html {
37 font-family: sans-serif;
38 line-height: 1.15;
39 -webkit-text-size-adjust: 100%;
40 -ms-text-size-adjust: 100%;
41 -ms-overflow-style: scrollbar;
42 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
43}
44@-ms-viewport {
45 width: device-width;
46}
47body {
48 margin: 0;
49 color: rgba(0, 0, 0, 0.85);
50 font-size: 12px;
51 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';
52 font-variant: tabular-nums;
53 line-height: 1.66667;
54 background-color: #fff;
55 font-feature-settings: 'tnum';
56}
57[tabindex='-1']:focus {
58 outline: none !important;
59}
60hr {
61 box-sizing: content-box;
62 height: 0;
63 overflow: visible;
64}
65h1,
66h2,
67h3,
68h4,
69h5,
70h6 {
71 margin-top: 0;
72 margin-bottom: 0.5em;
73 color: rgba(0, 0, 0, 0.85);
74 font-weight: 500;
75}
76p {
77 margin-top: 0;
78 margin-bottom: 1em;
79}
80abbr[title],
81abbr[data-original-title] {
82 text-decoration: underline;
83 -webkit-text-decoration: underline dotted;
84 text-decoration: underline dotted;
85 border-bottom: 0;
86 cursor: help;
87}
88address {
89 margin-bottom: 1em;
90 font-style: normal;
91 line-height: inherit;
92}
93input[type='text'],
94input[type='password'],
95input[type='number'],
96textarea {
97 -webkit-appearance: none;
98}
99ol,
100ul,
101dl {
102 margin-top: 0;
103 margin-bottom: 1em;
104}
105ol ol,
106ul ul,
107ol ul,
108ul ol {
109 margin-bottom: 0;
110}
111dt {
112 font-weight: 500;
113}
114dd {
115 margin-bottom: 0.5em;
116 margin-left: 0;
117}
118blockquote {
119 margin: 0 0 1em;
120}
121dfn {
122 font-style: italic;
123}
124b,
125strong {
126 font-weight: bolder;
127}
128small {
129 font-size: 80%;
130}
131sub,
132sup {
133 position: relative;
134 font-size: 75%;
135 line-height: 0;
136 vertical-align: baseline;
137}
138sub {
139 bottom: -0.25em;
140}
141sup {
142 top: -0.5em;
143}
144a {
145 color: #1890ff;
146 text-decoration: none;
147 background-color: transparent;
148 outline: none;
149 cursor: pointer;
150 transition: color 0.3s;
151 -webkit-text-decoration-skip: objects;
152}
153a:hover {
154 color: #40a9ff;
155}
156a:active {
157 color: #096dd9;
158}
159a:active,
160a:hover {
161 text-decoration: none;
162 outline: 0;
163}
164a:focus {
165 text-decoration: none;
166 outline: 0;
167}
168a[disabled] {
169 color: rgba(0, 0, 0, 0.25);
170 cursor: not-allowed;
171}
172pre,
173code,
174kbd,
175samp {
176 font-size: 1em;
177 font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
178}
179pre {
180 margin-top: 0;
181 margin-bottom: 1em;
182 overflow: auto;
183}
184figure {
185 margin: 0 0 1em;
186}
187img {
188 vertical-align: middle;
189 border-style: none;
190}
191a,
192area,
193button,
194[role='button'],
195input:not([type='range']),
196label,
197select,
198summary,
199textarea {
200 touch-action: manipulation;
201}
202table {
203 border-collapse: collapse;
204}
205caption {
206 padding-top: 0.75em;
207 padding-bottom: 0.3em;
208 color: rgba(0, 0, 0, 0.45);
209 text-align: left;
210 caption-side: bottom;
211}
212input,
213button,
214select,
215optgroup,
216textarea {
217 margin: 0;
218 color: inherit;
219 font-size: inherit;
220 font-family: inherit;
221 line-height: inherit;
222}
223button,
224input {
225 overflow: visible;
226}
227button,
228select {
229 text-transform: none;
230}
231button,
232html [type="button"],
233[type="reset"],
234[type="submit"] {
235 -webkit-appearance: button;
236}
237button::-moz-focus-inner,
238[type='button']::-moz-focus-inner,
239[type='reset']::-moz-focus-inner,
240[type='submit']::-moz-focus-inner {
241 padding: 0;
242 border-style: none;
243}
244input[type='radio'],
245input[type='checkbox'] {
246 box-sizing: border-box;
247 padding: 0;
248}
249input[type='date'],
250input[type='time'],
251input[type='datetime-local'],
252input[type='month'] {
253 -webkit-appearance: listbox;
254}
255textarea {
256 overflow: auto;
257 resize: vertical;
258}
259fieldset {
260 min-width: 0;
261 margin: 0;
262 padding: 0;
263 border: 0;
264}
265legend {
266 display: block;
267 width: 100%;
268 max-width: 100%;
269 margin-bottom: 0.5em;
270 padding: 0;
271 color: inherit;
272 font-size: 1.5em;
273 line-height: inherit;
274 white-space: normal;
275}
276progress {
277 vertical-align: baseline;
278}
279[type='number']::-webkit-inner-spin-button,
280[type='number']::-webkit-outer-spin-button {
281 height: auto;
282}
283[type='search'] {
284 outline-offset: -2px;
285 -webkit-appearance: none;
286}
287[type='search']::-webkit-search-cancel-button,
288[type='search']::-webkit-search-decoration {
289 -webkit-appearance: none;
290}
291::-webkit-file-upload-button {
292 font: inherit;
293 -webkit-appearance: button;
294}
295output {
296 display: inline-block;
297}
298summary {
299 display: list-item;
300}
301template {
302 display: none;
303}
304[hidden] {
305 display: none !important;
306}
307mark {
308 padding: 0.2em;
309 background-color: #feffe6;
310}
311::-moz-selection {
312 color: #fff;
313 background: #1890ff;
314}
315::selection {
316 color: #fff;
317 background: #1890ff;
318}
319.clearfix::before {
320 display: table;
321 content: '';
322}
323.clearfix::after {
324 display: table;
325 clear: both;
326 content: '';
327}
328.anticon {
329 display: inline-flex;
330 align-items: center;
331 color: inherit;
332 font-style: normal;
333 line-height: 0;
334 text-align: center;
335 text-transform: none;
336 vertical-align: -0.125em;
337 text-rendering: optimizelegibility;
338 -webkit-font-smoothing: antialiased;
339 -moz-osx-font-smoothing: grayscale;
340}
341.anticon > * {
342 line-height: 1;
343}
344.anticon svg {
345 display: inline-block;
346}
347.anticon::before {
348 display: none;
349}
350.anticon .anticon-icon {
351 display: block;
352}
353.anticon > .anticon {
354 line-height: 0;
355 vertical-align: 0;
356}
357.anticon[tabindex] {
358 cursor: pointer;
359}
360.anticon-spin,
361.anticon-spin::before {
362 display: inline-block;
363 animation: loadingCircle 1s infinite linear;
364}
365.ant-fade-enter,
366.ant-fade-appear {
367 animation-duration: 0.2s;
368 animation-fill-mode: both;
369 animation-play-state: paused;
370}
371.ant-fade-leave {
372 animation-duration: 0.2s;
373 animation-fill-mode: both;
374 animation-play-state: paused;
375}
376.ant-fade-enter.ant-fade-enter-active,
377.ant-fade-appear.ant-fade-appear-active {
378 animation-name: antFadeIn;
379 animation-play-state: running;
380}
381.ant-fade-leave.ant-fade-leave-active {
382 animation-name: antFadeOut;
383 animation-play-state: running;
384 pointer-events: none;
385}
386.ant-fade-enter,
387.ant-fade-appear {
388 opacity: 0;
389 animation-timing-function: linear;
390}
391.ant-fade-leave {
392 animation-timing-function: linear;
393}
394@keyframes antFadeIn {
395 0% {
396 opacity: 0;
397 }
398 100% {
399 opacity: 1;
400 }
401}
402@keyframes antFadeOut {
403 0% {
404 opacity: 1;
405 }
406 100% {
407 opacity: 0;
408 }
409}
410.ant-move-up-enter,
411.ant-move-up-appear {
412 animation-duration: 0.2s;
413 animation-fill-mode: both;
414 animation-play-state: paused;
415}
416.ant-move-up-leave {
417 animation-duration: 0.2s;
418 animation-fill-mode: both;
419 animation-play-state: paused;
420}
421.ant-move-up-enter.ant-move-up-enter-active,
422.ant-move-up-appear.ant-move-up-appear-active {
423 animation-name: antMoveUpIn;
424 animation-play-state: running;
425}
426.ant-move-up-leave.ant-move-up-leave-active {
427 animation-name: antMoveUpOut;
428 animation-play-state: running;
429 pointer-events: none;
430}
431.ant-move-up-enter,
432.ant-move-up-appear {
433 opacity: 0;
434 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
435}
436.ant-move-up-leave {
437 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
438}
439.ant-move-down-enter,
440.ant-move-down-appear {
441 animation-duration: 0.2s;
442 animation-fill-mode: both;
443 animation-play-state: paused;
444}
445.ant-move-down-leave {
446 animation-duration: 0.2s;
447 animation-fill-mode: both;
448 animation-play-state: paused;
449}
450.ant-move-down-enter.ant-move-down-enter-active,
451.ant-move-down-appear.ant-move-down-appear-active {
452 animation-name: antMoveDownIn;
453 animation-play-state: running;
454}
455.ant-move-down-leave.ant-move-down-leave-active {
456 animation-name: antMoveDownOut;
457 animation-play-state: running;
458 pointer-events: none;
459}
460.ant-move-down-enter,
461.ant-move-down-appear {
462 opacity: 0;
463 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
464}
465.ant-move-down-leave {
466 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
467}
468.ant-move-left-enter,
469.ant-move-left-appear {
470 animation-duration: 0.2s;
471 animation-fill-mode: both;
472 animation-play-state: paused;
473}
474.ant-move-left-leave {
475 animation-duration: 0.2s;
476 animation-fill-mode: both;
477 animation-play-state: paused;
478}
479.ant-move-left-enter.ant-move-left-enter-active,
480.ant-move-left-appear.ant-move-left-appear-active {
481 animation-name: antMoveLeftIn;
482 animation-play-state: running;
483}
484.ant-move-left-leave.ant-move-left-leave-active {
485 animation-name: antMoveLeftOut;
486 animation-play-state: running;
487 pointer-events: none;
488}
489.ant-move-left-enter,
490.ant-move-left-appear {
491 opacity: 0;
492 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
493}
494.ant-move-left-leave {
495 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
496}
497.ant-move-right-enter,
498.ant-move-right-appear {
499 animation-duration: 0.2s;
500 animation-fill-mode: both;
501 animation-play-state: paused;
502}
503.ant-move-right-leave {
504 animation-duration: 0.2s;
505 animation-fill-mode: both;
506 animation-play-state: paused;
507}
508.ant-move-right-enter.ant-move-right-enter-active,
509.ant-move-right-appear.ant-move-right-appear-active {
510 animation-name: antMoveRightIn;
511 animation-play-state: running;
512}
513.ant-move-right-leave.ant-move-right-leave-active {
514 animation-name: antMoveRightOut;
515 animation-play-state: running;
516 pointer-events: none;
517}
518.ant-move-right-enter,
519.ant-move-right-appear {
520 opacity: 0;
521 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
522}
523.ant-move-right-leave {
524 animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
525}
526@keyframes antMoveDownIn {
527 0% {
528 transform: translateY(100%);
529 transform-origin: 0 0;
530 opacity: 0;
531 }
532 100% {
533 transform: translateY(0%);
534 transform-origin: 0 0;
535 opacity: 1;
536 }
537}
538@keyframes antMoveDownOut {
539 0% {
540 transform: translateY(0%);
541 transform-origin: 0 0;
542 opacity: 1;
543 }
544 100% {
545 transform: translateY(100%);
546 transform-origin: 0 0;
547 opacity: 0;
548 }
549}
550@keyframes antMoveLeftIn {
551 0% {
552 transform: translateX(-100%);
553 transform-origin: 0 0;
554 opacity: 0;
555 }
556 100% {
557 transform: translateX(0%);
558 transform-origin: 0 0;
559 opacity: 1;
560 }
561}
562@keyframes antMoveLeftOut {
563 0% {
564 transform: translateX(0%);
565 transform-origin: 0 0;
566 opacity: 1;
567 }
568 100% {
569 transform: translateX(-100%);
570 transform-origin: 0 0;
571 opacity: 0;
572 }
573}
574@keyframes antMoveRightIn {
575 0% {
576 transform: translateX(100%);
577 transform-origin: 0 0;
578 opacity: 0;
579 }
580 100% {
581 transform: translateX(0%);
582 transform-origin: 0 0;
583 opacity: 1;
584 }
585}
586@keyframes antMoveRightOut {
587 0% {
588 transform: translateX(0%);
589 transform-origin: 0 0;
590 opacity: 1;
591 }
592 100% {
593 transform: translateX(100%);
594 transform-origin: 0 0;
595 opacity: 0;
596 }
597}
598@keyframes antMoveUpIn {
599 0% {
600 transform: translateY(-100%);
601 transform-origin: 0 0;
602 opacity: 0;
603 }
604 100% {
605 transform: translateY(0%);
606 transform-origin: 0 0;
607 opacity: 1;
608 }
609}
610@keyframes antMoveUpOut {
611 0% {
612 transform: translateY(0%);
613 transform-origin: 0 0;
614 opacity: 1;
615 }
616 100% {
617 transform: translateY(-100%);
618 transform-origin: 0 0;
619 opacity: 0;
620 }
621}
622@keyframes loadingCircle {
623 100% {
624 transform: rotate(360deg);
625 }
626}
627[ant-click-animating='true'],
628[ant-click-animating-without-extra-node='true'] {
629 position: relative;
630}
631html {
632 --antd-wave-shadow-color: #1890ff;
633 --scroll-bar: 0;
634}
635[ant-click-animating-without-extra-node='true']::after,
636.ant-click-animating-node {
637 position: absolute;
638 top: 0;
639 right: 0;
640 bottom: 0;
641 left: 0;
642 display: block;
643 border-radius: inherit;
644 box-shadow: 0 0 0 0 #1890ff;
645 box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
646 opacity: 0.2;
647 animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
648 animation-fill-mode: forwards;
649 content: '';
650 pointer-events: none;
651}
652@keyframes waveEffect {
653 100% {
654 box-shadow: 0 0 0 #1890ff;
655 box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
656 }
657}
658@keyframes fadeEffect {
659 100% {
660 opacity: 0;
661 }
662}
663.ant-slide-up-enter,
664.ant-slide-up-appear {
665 animation-duration: 0.2s;
666 animation-fill-mode: both;
667 animation-play-state: paused;
668}
669.ant-slide-up-leave {
670 animation-duration: 0.2s;
671 animation-fill-mode: both;
672 animation-play-state: paused;
673}
674.ant-slide-up-enter.ant-slide-up-enter-active,
675.ant-slide-up-appear.ant-slide-up-appear-active {
676 animation-name: antSlideUpIn;
677 animation-play-state: running;
678}
679.ant-slide-up-leave.ant-slide-up-leave-active {
680 animation-name: antSlideUpOut;
681 animation-play-state: running;
682 pointer-events: none;
683}
684.ant-slide-up-enter,
685.ant-slide-up-appear {
686 transform: scale(0);
687 transform-origin: 0% 0%;
688 opacity: 0;
689 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
690}
691.ant-slide-up-leave {
692 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
693}
694.ant-slide-down-enter,
695.ant-slide-down-appear {
696 animation-duration: 0.2s;
697 animation-fill-mode: both;
698 animation-play-state: paused;
699}
700.ant-slide-down-leave {
701 animation-duration: 0.2s;
702 animation-fill-mode: both;
703 animation-play-state: paused;
704}
705.ant-slide-down-enter.ant-slide-down-enter-active,
706.ant-slide-down-appear.ant-slide-down-appear-active {
707 animation-name: antSlideDownIn;
708 animation-play-state: running;
709}
710.ant-slide-down-leave.ant-slide-down-leave-active {
711 animation-name: antSlideDownOut;
712 animation-play-state: running;
713 pointer-events: none;
714}
715.ant-slide-down-enter,
716.ant-slide-down-appear {
717 transform: scale(0);
718 transform-origin: 0% 0%;
719 opacity: 0;
720 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
721}
722.ant-slide-down-leave {
723 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
724}
725.ant-slide-left-enter,
726.ant-slide-left-appear {
727 animation-duration: 0.2s;
728 animation-fill-mode: both;
729 animation-play-state: paused;
730}
731.ant-slide-left-leave {
732 animation-duration: 0.2s;
733 animation-fill-mode: both;
734 animation-play-state: paused;
735}
736.ant-slide-left-enter.ant-slide-left-enter-active,
737.ant-slide-left-appear.ant-slide-left-appear-active {
738 animation-name: antSlideLeftIn;
739 animation-play-state: running;
740}
741.ant-slide-left-leave.ant-slide-left-leave-active {
742 animation-name: antSlideLeftOut;
743 animation-play-state: running;
744 pointer-events: none;
745}
746.ant-slide-left-enter,
747.ant-slide-left-appear {
748 transform: scale(0);
749 transform-origin: 0% 0%;
750 opacity: 0;
751 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
752}
753.ant-slide-left-leave {
754 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
755}
756.ant-slide-right-enter,
757.ant-slide-right-appear {
758 animation-duration: 0.2s;
759 animation-fill-mode: both;
760 animation-play-state: paused;
761}
762.ant-slide-right-leave {
763 animation-duration: 0.2s;
764 animation-fill-mode: both;
765 animation-play-state: paused;
766}
767.ant-slide-right-enter.ant-slide-right-enter-active,
768.ant-slide-right-appear.ant-slide-right-appear-active {
769 animation-name: antSlideRightIn;
770 animation-play-state: running;
771}
772.ant-slide-right-leave.ant-slide-right-leave-active {
773 animation-name: antSlideRightOut;
774 animation-play-state: running;
775 pointer-events: none;
776}
777.ant-slide-right-enter,
778.ant-slide-right-appear {
779 transform: scale(0);
780 transform-origin: 0% 0%;
781 opacity: 0;
782 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
783}
784.ant-slide-right-leave {
785 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
786}
787@keyframes antSlideUpIn {
788 0% {
789 transform: scaleY(0.8);
790 transform-origin: 0% 0%;
791 opacity: 0;
792 }
793 100% {
794 transform: scaleY(1);
795 transform-origin: 0% 0%;
796 opacity: 1;
797 }
798}
799@keyframes antSlideUpOut {
800 0% {
801 transform: scaleY(1);
802 transform-origin: 0% 0%;
803 opacity: 1;
804 }
805 100% {
806 transform: scaleY(0.8);
807 transform-origin: 0% 0%;
808 opacity: 0;
809 }
810}
811@keyframes antSlideDownIn {
812 0% {
813 transform: scaleY(0.8);
814 transform-origin: 100% 100%;
815 opacity: 0;
816 }
817 100% {
818 transform: scaleY(1);
819 transform-origin: 100% 100%;
820 opacity: 1;
821 }
822}
823@keyframes antSlideDownOut {
824 0% {
825 transform: scaleY(1);
826 transform-origin: 100% 100%;
827 opacity: 1;
828 }
829 100% {
830 transform: scaleY(0.8);
831 transform-origin: 100% 100%;
832 opacity: 0;
833 }
834}
835@keyframes antSlideLeftIn {
836 0% {
837 transform: scaleX(0.8);
838 transform-origin: 0% 0%;
839 opacity: 0;
840 }
841 100% {
842 transform: scaleX(1);
843 transform-origin: 0% 0%;
844 opacity: 1;
845 }
846}
847@keyframes antSlideLeftOut {
848 0% {
849 transform: scaleX(1);
850 transform-origin: 0% 0%;
851 opacity: 1;
852 }
853 100% {
854 transform: scaleX(0.8);
855 transform-origin: 0% 0%;
856 opacity: 0;
857 }
858}
859@keyframes antSlideRightIn {
860 0% {
861 transform: scaleX(0.8);
862 transform-origin: 100% 0%;
863 opacity: 0;
864 }
865 100% {
866 transform: scaleX(1);
867 transform-origin: 100% 0%;
868 opacity: 1;
869 }
870}
871@keyframes antSlideRightOut {
872 0% {
873 transform: scaleX(1);
874 transform-origin: 100% 0%;
875 opacity: 1;
876 }
877 100% {
878 transform: scaleX(0.8);
879 transform-origin: 100% 0%;
880 opacity: 0;
881 }
882}
883.ant-zoom-enter,
884.ant-zoom-appear {
885 animation-duration: 0.2s;
886 animation-fill-mode: both;
887 animation-play-state: paused;
888}
889.ant-zoom-leave {
890 animation-duration: 0.2s;
891 animation-fill-mode: both;
892 animation-play-state: paused;
893}
894.ant-zoom-enter.ant-zoom-enter-active,
895.ant-zoom-appear.ant-zoom-appear-active {
896 animation-name: antZoomIn;
897 animation-play-state: running;
898}
899.ant-zoom-leave.ant-zoom-leave-active {
900 animation-name: antZoomOut;
901 animation-play-state: running;
902 pointer-events: none;
903}
904.ant-zoom-enter,
905.ant-zoom-appear {
906 transform: scale(0);
907 opacity: 0;
908 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
909}
910.ant-zoom-enter-prepare,
911.ant-zoom-appear-prepare {
912 transform: none;
913}
914.ant-zoom-leave {
915 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
916}
917.ant-zoom-big-enter,
918.ant-zoom-big-appear {
919 animation-duration: 0.2s;
920 animation-fill-mode: both;
921 animation-play-state: paused;
922}
923.ant-zoom-big-leave {
924 animation-duration: 0.2s;
925 animation-fill-mode: both;
926 animation-play-state: paused;
927}
928.ant-zoom-big-enter.ant-zoom-big-enter-active,
929.ant-zoom-big-appear.ant-zoom-big-appear-active {
930 animation-name: antZoomBigIn;
931 animation-play-state: running;
932}
933.ant-zoom-big-leave.ant-zoom-big-leave-active {
934 animation-name: antZoomBigOut;
935 animation-play-state: running;
936 pointer-events: none;
937}
938.ant-zoom-big-enter,
939.ant-zoom-big-appear {
940 transform: scale(0);
941 opacity: 0;
942 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
943}
944.ant-zoom-big-enter-prepare,
945.ant-zoom-big-appear-prepare {
946 transform: none;
947}
948.ant-zoom-big-leave {
949 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
950}
951.ant-zoom-big-fast-enter,
952.ant-zoom-big-fast-appear {
953 animation-duration: 0.1s;
954 animation-fill-mode: both;
955 animation-play-state: paused;
956}
957.ant-zoom-big-fast-leave {
958 animation-duration: 0.1s;
959 animation-fill-mode: both;
960 animation-play-state: paused;
961}
962.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
963.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
964 animation-name: antZoomBigIn;
965 animation-play-state: running;
966}
967.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
968 animation-name: antZoomBigOut;
969 animation-play-state: running;
970 pointer-events: none;
971}
972.ant-zoom-big-fast-enter,
973.ant-zoom-big-fast-appear {
974 transform: scale(0);
975 opacity: 0;
976 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
977}
978.ant-zoom-big-fast-enter-prepare,
979.ant-zoom-big-fast-appear-prepare {
980 transform: none;
981}
982.ant-zoom-big-fast-leave {
983 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
984}
985.ant-zoom-up-enter,
986.ant-zoom-up-appear {
987 animation-duration: 0.2s;
988 animation-fill-mode: both;
989 animation-play-state: paused;
990}
991.ant-zoom-up-leave {
992 animation-duration: 0.2s;
993 animation-fill-mode: both;
994 animation-play-state: paused;
995}
996.ant-zoom-up-enter.ant-zoom-up-enter-active,
997.ant-zoom-up-appear.ant-zoom-up-appear-active {
998 animation-name: antZoomUpIn;
999 animation-play-state: running;
1000}
1001.ant-zoom-up-leave.ant-zoom-up-leave-active {
1002 animation-name: antZoomUpOut;
1003 animation-play-state: running;
1004 pointer-events: none;
1005}
1006.ant-zoom-up-enter,
1007.ant-zoom-up-appear {
1008 transform: scale(0);
1009 opacity: 0;
1010 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1011}
1012.ant-zoom-up-enter-prepare,
1013.ant-zoom-up-appear-prepare {
1014 transform: none;
1015}
1016.ant-zoom-up-leave {
1017 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1018}
1019.ant-zoom-down-enter,
1020.ant-zoom-down-appear {
1021 animation-duration: 0.2s;
1022 animation-fill-mode: both;
1023 animation-play-state: paused;
1024}
1025.ant-zoom-down-leave {
1026 animation-duration: 0.2s;
1027 animation-fill-mode: both;
1028 animation-play-state: paused;
1029}
1030.ant-zoom-down-enter.ant-zoom-down-enter-active,
1031.ant-zoom-down-appear.ant-zoom-down-appear-active {
1032 animation-name: antZoomDownIn;
1033 animation-play-state: running;
1034}
1035.ant-zoom-down-leave.ant-zoom-down-leave-active {
1036 animation-name: antZoomDownOut;
1037 animation-play-state: running;
1038 pointer-events: none;
1039}
1040.ant-zoom-down-enter,
1041.ant-zoom-down-appear {
1042 transform: scale(0);
1043 opacity: 0;
1044 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1045}
1046.ant-zoom-down-enter-prepare,
1047.ant-zoom-down-appear-prepare {
1048 transform: none;
1049}
1050.ant-zoom-down-leave {
1051 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1052}
1053.ant-zoom-left-enter,
1054.ant-zoom-left-appear {
1055 animation-duration: 0.2s;
1056 animation-fill-mode: both;
1057 animation-play-state: paused;
1058}
1059.ant-zoom-left-leave {
1060 animation-duration: 0.2s;
1061 animation-fill-mode: both;
1062 animation-play-state: paused;
1063}
1064.ant-zoom-left-enter.ant-zoom-left-enter-active,
1065.ant-zoom-left-appear.ant-zoom-left-appear-active {
1066 animation-name: antZoomLeftIn;
1067 animation-play-state: running;
1068}
1069.ant-zoom-left-leave.ant-zoom-left-leave-active {
1070 animation-name: antZoomLeftOut;
1071 animation-play-state: running;
1072 pointer-events: none;
1073}
1074.ant-zoom-left-enter,
1075.ant-zoom-left-appear {
1076 transform: scale(0);
1077 opacity: 0;
1078 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1079}
1080.ant-zoom-left-enter-prepare,
1081.ant-zoom-left-appear-prepare {
1082 transform: none;
1083}
1084.ant-zoom-left-leave {
1085 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1086}
1087.ant-zoom-right-enter,
1088.ant-zoom-right-appear {
1089 animation-duration: 0.2s;
1090 animation-fill-mode: both;
1091 animation-play-state: paused;
1092}
1093.ant-zoom-right-leave {
1094 animation-duration: 0.2s;
1095 animation-fill-mode: both;
1096 animation-play-state: paused;
1097}
1098.ant-zoom-right-enter.ant-zoom-right-enter-active,
1099.ant-zoom-right-appear.ant-zoom-right-appear-active {
1100 animation-name: antZoomRightIn;
1101 animation-play-state: running;
1102}
1103.ant-zoom-right-leave.ant-zoom-right-leave-active {
1104 animation-name: antZoomRightOut;
1105 animation-play-state: running;
1106 pointer-events: none;
1107}
1108.ant-zoom-right-enter,
1109.ant-zoom-right-appear {
1110 transform: scale(0);
1111 opacity: 0;
1112 animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1113}
1114.ant-zoom-right-enter-prepare,
1115.ant-zoom-right-appear-prepare {
1116 transform: none;
1117}
1118.ant-zoom-right-leave {
1119 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1120}
1121@keyframes antZoomIn {
1122 0% {
1123 transform: scale(0.2);
1124 opacity: 0;
1125 }
1126 100% {
1127 transform: scale(1);
1128 opacity: 1;
1129 }
1130}
1131@keyframes antZoomOut {
1132 0% {
1133 transform: scale(1);
1134 }
1135 100% {
1136 transform: scale(0.2);
1137 opacity: 0;
1138 }
1139}
1140@keyframes antZoomBigIn {
1141 0% {
1142 transform: scale(0.8);
1143 opacity: 0;
1144 }
1145 100% {
1146 transform: scale(1);
1147 opacity: 1;
1148 }
1149}
1150@keyframes antZoomBigOut {
1151 0% {
1152 transform: scale(1);
1153 }
1154 100% {
1155 transform: scale(0.8);
1156 opacity: 0;
1157 }
1158}
1159@keyframes antZoomUpIn {
1160 0% {
1161 transform: scale(0.8);
1162 transform-origin: 50% 0%;
1163 opacity: 0;
1164 }
1165 100% {
1166 transform: scale(1);
1167 transform-origin: 50% 0%;
1168 }
1169}
1170@keyframes antZoomUpOut {
1171 0% {
1172 transform: scale(1);
1173 transform-origin: 50% 0%;
1174 }
1175 100% {
1176 transform: scale(0.8);
1177 transform-origin: 50% 0%;
1178 opacity: 0;
1179 }
1180}
1181@keyframes antZoomLeftIn {
1182 0% {
1183 transform: scale(0.8);
1184 transform-origin: 0% 50%;
1185 opacity: 0;
1186 }
1187 100% {
1188 transform: scale(1);
1189 transform-origin: 0% 50%;
1190 }
1191}
1192@keyframes antZoomLeftOut {
1193 0% {
1194 transform: scale(1);
1195 transform-origin: 0% 50%;
1196 }
1197 100% {
1198 transform: scale(0.8);
1199 transform-origin: 0% 50%;
1200 opacity: 0;
1201 }
1202}
1203@keyframes antZoomRightIn {
1204 0% {
1205 transform: scale(0.8);
1206 transform-origin: 100% 50%;
1207 opacity: 0;
1208 }
1209 100% {
1210 transform: scale(1);
1211 transform-origin: 100% 50%;
1212 }
1213}
1214@keyframes antZoomRightOut {
1215 0% {
1216 transform: scale(1);
1217 transform-origin: 100% 50%;
1218 }
1219 100% {
1220 transform: scale(0.8);
1221 transform-origin: 100% 50%;
1222 opacity: 0;
1223 }
1224}
1225@keyframes antZoomDownIn {
1226 0% {
1227 transform: scale(0.8);
1228 transform-origin: 50% 100%;
1229 opacity: 0;
1230 }
1231 100% {
1232 transform: scale(1);
1233 transform-origin: 50% 100%;
1234 }
1235}
1236@keyframes antZoomDownOut {
1237 0% {
1238 transform: scale(1);
1239 transform-origin: 50% 100%;
1240 }
1241 100% {
1242 transform: scale(0.8);
1243 transform-origin: 50% 100%;
1244 opacity: 0;
1245 }
1246}
1247.ant-motion-collapse-legacy {
1248 overflow: hidden;
1249}
1250.ant-motion-collapse-legacy-active {
1251 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;
1252}
1253.ant-motion-collapse {
1254 overflow: hidden;
1255 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;
1256}
1257
1258/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1259/* stylelint-disable no-duplicate-selectors */
1260/* stylelint-disable */
1261/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1262.ant-affix {
1263 position: fixed;
1264 z-index: 10;
1265}
1266
1267/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1268/* stylelint-disable no-duplicate-selectors */
1269/* stylelint-disable */
1270/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1271.ant-alert {
1272 box-sizing: border-box;
1273 margin: 0;
1274 padding: 0;
1275 color: rgba(0, 0, 0, 0.85);
1276 font-size: 12px;
1277 font-variant: tabular-nums;
1278 line-height: 1.66667;
1279 list-style: none;
1280 font-feature-settings: 'tnum';
1281 position: relative;
1282 display: flex;
1283 align-items: center;
1284 padding: 4px 7px;
1285 word-wrap: break-word;
1286 border-radius: 2px;
1287}
1288.ant-alert-content {
1289 flex: 1;
1290 min-width: 0;
1291}
1292.ant-alert-icon {
1293 margin-right: 4px;
1294}
1295.ant-alert-description {
1296 display: none;
1297 font-size: 12px;
1298 line-height: 20px;
1299}
1300.ant-alert-success {
1301 background-color: #f6ffed;
1302 border: 1px solid #b7eb8f;
1303}
1304.ant-alert-success .ant-alert-icon {
1305 color: #52c41a;
1306}
1307.ant-alert-info {
1308 background-color: #e6f7ff;
1309 border: 1px solid #91d5ff;
1310}
1311.ant-alert-info .ant-alert-icon {
1312 color: #1890ff;
1313}
1314.ant-alert-warning {
1315 background-color: #fffbe6;
1316 border: 1px solid #ffe58f;
1317}
1318.ant-alert-warning .ant-alert-icon {
1319 color: #faad14;
1320}
1321.ant-alert-error {
1322 background-color: #fff2f0;
1323 border: 1px solid #ffccc7;
1324}
1325.ant-alert-error .ant-alert-icon {
1326 color: #ff4d4f;
1327}
1328.ant-alert-error .ant-alert-description > pre {
1329 margin: 0;
1330 padding: 0;
1331}
1332.ant-alert-action {
1333 margin-left: 4px;
1334}
1335.ant-alert-close-icon {
1336 margin-left: 4px;
1337 padding: 0;
1338 overflow: hidden;
1339 font-size: 12px;
1340 line-height: 12px;
1341 background-color: transparent;
1342 border: none;
1343 outline: none;
1344 cursor: pointer;
1345}
1346.ant-alert-close-icon .anticon-close {
1347 color: rgba(0, 0, 0, 0.45);
1348 transition: color 0.3s;
1349}
1350.ant-alert-close-icon .anticon-close:hover {
1351 color: rgba(0, 0, 0, 0.75);
1352}
1353.ant-alert-close-text {
1354 color: rgba(0, 0, 0, 0.45);
1355 transition: color 0.3s;
1356}
1357.ant-alert-close-text:hover {
1358 color: rgba(0, 0, 0, 0.75);
1359}
1360.ant-alert-with-description {
1361 align-items: flex-start;
1362 padding: 11px 15px 7px 20px;
1363}
1364.ant-alert-with-description.ant-alert-no-icon {
1365 padding: 7px 15px;
1366}
1367.ant-alert-with-description .ant-alert-icon {
1368 margin-right: 11px;
1369 font-size: 20px;
1370}
1371.ant-alert-with-description .ant-alert-message {
1372 display: block;
1373 margin-bottom: 4px;
1374 color: rgba(0, 0, 0, 0.85);
1375 font-size: 14px;
1376}
1377.ant-alert-message {
1378 color: rgba(0, 0, 0, 0.85);
1379}
1380.ant-alert-with-description .ant-alert-description {
1381 display: block;
1382}
1383.ant-alert.ant-alert-motion-leave {
1384 overflow: hidden;
1385 opacity: 1;
1386 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);
1387}
1388.ant-alert.ant-alert-motion-leave-active {
1389 max-height: 0;
1390 margin-bottom: 0 !important;
1391 padding-top: 0;
1392 padding-bottom: 0;
1393 opacity: 0;
1394}
1395.ant-alert-banner {
1396 margin-bottom: 0;
1397 border: 0;
1398 border-radius: 0;
1399}
1400.ant-alert.ant-alert-rtl {
1401 direction: rtl;
1402}
1403.ant-alert-rtl .ant-alert-icon {
1404 margin-right: auto;
1405 margin-left: 4px;
1406}
1407.ant-alert-rtl .ant-alert-action {
1408 margin-right: 4px;
1409 margin-left: auto;
1410}
1411.ant-alert-rtl .ant-alert-close-icon {
1412 margin-right: 4px;
1413 margin-left: auto;
1414}
1415.ant-alert-rtl.ant-alert-with-description {
1416 padding-right: 20px;
1417 padding-left: 11px;
1418}
1419.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
1420 margin-right: auto;
1421 margin-left: 11px;
1422}
1423
1424/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1425/* stylelint-disable no-duplicate-selectors */
1426/* stylelint-disable */
1427/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1428.ant-anchor {
1429 box-sizing: border-box;
1430 margin: 0;
1431 padding: 0;
1432 color: rgba(0, 0, 0, 0.85);
1433 font-size: 12px;
1434 font-variant: tabular-nums;
1435 line-height: 1.66667;
1436 list-style: none;
1437 font-feature-settings: 'tnum';
1438 position: relative;
1439 padding-left: 2px;
1440}
1441.ant-anchor-wrapper {
1442 margin-left: -4px;
1443 padding-left: 4px;
1444 overflow: auto;
1445 background-color: transparent;
1446}
1447.ant-anchor-ink {
1448 position: absolute;
1449 top: 0;
1450 left: 0;
1451 height: 100%;
1452}
1453.ant-anchor-ink::before {
1454 position: relative;
1455 display: block;
1456 width: 2px;
1457 height: 100%;
1458 margin: 0 auto;
1459 background-color: #f0f0f0;
1460 content: ' ';
1461}
1462.ant-anchor-ink-ball {
1463 position: absolute;
1464 left: 50%;
1465 display: none;
1466 width: 8px;
1467 height: 8px;
1468 background-color: #fff;
1469 border: 2px solid #1890ff;
1470 border-radius: 8px;
1471 transform: translateX(-50%);
1472 transition: top 0.3s ease-in-out;
1473}
1474.ant-anchor-ink-ball.ant-anchor-ink-ball-visible {
1475 display: inline-block;
1476}
1477.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
1478 display: none;
1479}
1480.ant-anchor-link {
1481 padding: 4px 0 4px 16px;
1482}
1483.ant-anchor-link-title {
1484 position: relative;
1485 display: block;
1486 margin-bottom: 3px;
1487 overflow: hidden;
1488 color: rgba(0, 0, 0, 0.85);
1489 white-space: nowrap;
1490 text-overflow: ellipsis;
1491 transition: all 0.3s;
1492}
1493.ant-anchor-link-title:only-child {
1494 margin-bottom: 0;
1495}
1496.ant-anchor-link-active > .ant-anchor-link-title {
1497 color: #1890ff;
1498}
1499.ant-anchor-link .ant-anchor-link {
1500 padding-top: 2px;
1501 padding-bottom: 2px;
1502}
1503.ant-anchor-rtl {
1504 direction: rtl;
1505}
1506.ant-anchor-rtl.ant-anchor-wrapper {
1507 margin-right: -4px;
1508 margin-left: 0;
1509 padding-right: 4px;
1510 padding-left: 0;
1511}
1512.ant-anchor-rtl .ant-anchor-ink {
1513 right: 0;
1514 left: auto;
1515}
1516.ant-anchor-rtl .ant-anchor-ink-ball {
1517 right: 50%;
1518 left: 0;
1519 transform: translateX(50%);
1520}
1521.ant-anchor-rtl .ant-anchor-link {
1522 padding: 4px 16px 4px 0;
1523}
1524
1525/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1526/* stylelint-disable no-duplicate-selectors */
1527/* stylelint-disable */
1528/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1529.ant-select-auto-complete {
1530 box-sizing: border-box;
1531 margin: 0;
1532 padding: 0;
1533 color: rgba(0, 0, 0, 0.85);
1534 font-size: 12px;
1535 font-variant: tabular-nums;
1536 line-height: 1.66667;
1537 list-style: none;
1538 font-feature-settings: 'tnum';
1539}
1540.ant-select-auto-complete .ant-select-clear {
1541 right: 13px;
1542}
1543
1544/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1545/* stylelint-disable no-duplicate-selectors */
1546/* stylelint-disable */
1547/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1548.ant-select-single .ant-select-selector {
1549 display: flex;
1550}
1551.ant-select-single .ant-select-selector .ant-select-selection-search {
1552 position: absolute;
1553 top: 0;
1554 right: 7px;
1555 bottom: 0;
1556 left: 7px;
1557}
1558.ant-select-single .ant-select-selector .ant-select-selection-search-input {
1559 width: 100%;
1560}
1561.ant-select-single .ant-select-selector .ant-select-selection-item,
1562.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
1563 padding: 0;
1564 line-height: 26px;
1565 transition: all 0.3s, visibility 0s;
1566}
1567.ant-select-single .ant-select-selector .ant-select-selection-item {
1568 position: relative;
1569 -webkit-user-select: none;
1570 -moz-user-select: none;
1571 -ms-user-select: none;
1572 user-select: none;
1573}
1574.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
1575 transition: none;
1576 pointer-events: none;
1577}
1578.ant-select-single .ant-select-selector::after,
1579.ant-select-single .ant-select-selector .ant-select-selection-item::after,
1580.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
1581 display: inline-block;
1582 width: 0;
1583 visibility: hidden;
1584 content: '\a0';
1585}
1586.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
1587 right: 19px;
1588}
1589.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
1590.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
1591 padding-right: 15px;
1592}
1593.ant-select-single.ant-select-open .ant-select-selection-item {
1594 color: #bfbfbf;
1595}
1596.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
1597 width: 100%;
1598 height: 28px;
1599 padding: 0 7px;
1600}
1601.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
1602 height: 26px;
1603}
1604.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
1605 line-height: 26px;
1606}
1607.ant-select-single.ant-select-customize-input .ant-select-selector::after {
1608 display: none;
1609}
1610.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
1611 position: static;
1612 width: 100%;
1613}
1614.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
1615 position: absolute;
1616 right: 0;
1617 left: 0;
1618 padding: 0 7px;
1619}
1620.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
1621 display: none;
1622}
1623.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
1624 height: 32px;
1625}
1626.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
1627.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
1628.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
1629 line-height: 30px;
1630}
1631.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
1632 height: 30px;
1633}
1634.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
1635 height: 22px;
1636}
1637.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
1638.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
1639.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
1640 line-height: 20px;
1641}
1642.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
1643 height: 20px;
1644}
1645.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
1646 right: 7px;
1647 left: 7px;
1648}
1649.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
1650 padding: 0 7px;
1651}
1652.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
1653 right: 25px;
1654}
1655.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
1656.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
1657 padding-right: 18px;
1658}
1659.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
1660 padding: 0 11px;
1661}
1662/**
1663 * Do not merge `height` & `line-height` under style with `selection` & `search`,
1664 * since chrome may update to redesign with its align logic.
1665 */
1666.ant-select-selection-overflow {
1667 position: relative;
1668 display: flex;
1669 flex: auto;
1670 flex-wrap: wrap;
1671 max-width: 100%;
1672}
1673.ant-select-selection-overflow-item {
1674 flex: none;
1675 align-self: center;
1676 max-width: 100%;
1677}
1678.ant-select-multiple .ant-select-selector {
1679 display: flex;
1680 flex-wrap: wrap;
1681 align-items: center;
1682 padding: 0 3px;
1683}
1684.ant-select-show-search.ant-select-multiple .ant-select-selector {
1685 cursor: text;
1686}
1687.ant-select-disabled.ant-select-multiple .ant-select-selector {
1688 background: #f5f5f5;
1689 cursor: not-allowed;
1690}
1691.ant-select-multiple .ant-select-selector::after {
1692 display: inline-block;
1693 width: 0;
1694 margin: 3px 0;
1695 line-height: 20px;
1696 visibility: hidden;
1697 content: '\a0';
1698}
1699.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
1700.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
1701 padding-right: 20px;
1702}
1703.ant-select-multiple .ant-select-selection-item {
1704 position: relative;
1705 display: flex;
1706 flex: none;
1707 box-sizing: border-box;
1708 max-width: 100%;
1709 height: 20px;
1710 margin-top: 3px;
1711 margin-bottom: 3px;
1712 line-height: 18px;
1713 background: #f5f5f5;
1714 border: 1px solid #f0f0f0;
1715 border-radius: 2px;
1716 cursor: default;
1717 transition: font-size 0.3s, line-height 0.3s, height 0.3s;
1718 -webkit-user-select: none;
1719 -moz-user-select: none;
1720 -ms-user-select: none;
1721 user-select: none;
1722 margin-inline-end: 3px;
1723 padding-inline-start: 4px;
1724 padding-inline-end: 2px;
1725}
1726.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
1727 color: #bfbfbf;
1728 border-color: #d9d9d9;
1729 cursor: not-allowed;
1730}
1731.ant-select-multiple .ant-select-selection-item-content {
1732 display: inline-block;
1733 margin-right: 2px;
1734 overflow: hidden;
1735 white-space: pre;
1736 text-overflow: ellipsis;
1737}
1738.ant-select-multiple .ant-select-selection-item-remove {
1739 color: inherit;
1740 font-style: normal;
1741 line-height: 0;
1742 text-align: center;
1743 text-transform: none;
1744 vertical-align: -0.125em;
1745 text-rendering: optimizelegibility;
1746 -webkit-font-smoothing: antialiased;
1747 -moz-osx-font-smoothing: grayscale;
1748 display: inline-flex;
1749 align-items: center;
1750 color: rgba(0, 0, 0, 0.45);
1751 font-weight: bold;
1752 font-size: 10px;
1753 line-height: inherit;
1754 cursor: pointer;
1755}
1756.ant-select-multiple .ant-select-selection-item-remove > * {
1757 line-height: 1;
1758}
1759.ant-select-multiple .ant-select-selection-item-remove svg {
1760 display: inline-block;
1761}
1762.ant-select-multiple .ant-select-selection-item-remove::before {
1763 display: none;
1764}
1765.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
1766 display: block;
1767}
1768.ant-select-multiple .ant-select-selection-item-remove > .anticon {
1769 vertical-align: middle;
1770}
1771.ant-select-multiple .ant-select-selection-item-remove:hover {
1772 color: rgba(0, 0, 0, 0.75);
1773}
1774.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
1775 margin-inline-start: 0;
1776}
1777.ant-select-multiple .ant-select-selection-search {
1778 position: relative;
1779 max-width: 100%;
1780 margin-inline-start: 4px;
1781}
1782.ant-select-multiple .ant-select-selection-search-input,
1783.ant-select-multiple .ant-select-selection-search-mirror {
1784 height: 20px;
1785 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';
1786 line-height: 20px;
1787 transition: all 0.3s;
1788}
1789.ant-select-multiple .ant-select-selection-search-input {
1790 width: 100%;
1791 min-width: 4.1px;
1792}
1793.ant-select-multiple .ant-select-selection-search-mirror {
1794 position: absolute;
1795 top: 0;
1796 left: 0;
1797 z-index: 999;
1798 white-space: pre;
1799 visibility: hidden;
1800}
1801.ant-select-multiple .ant-select-selection-placeholder {
1802 position: absolute;
1803 top: 50%;
1804 right: 7px;
1805 left: 7px;
1806 transform: translateY(-50%);
1807 transition: all 0.3s;
1808}
1809.ant-select-multiple.ant-select-lg .ant-select-selector::after {
1810 line-height: 26px;
1811}
1812.ant-select-multiple.ant-select-lg .ant-select-selection-item {
1813 height: 26px;
1814 line-height: 24px;
1815}
1816.ant-select-multiple.ant-select-lg .ant-select-selection-search {
1817 height: 26px;
1818 line-height: 26px;
1819}
1820.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
1821.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
1822 height: 26px;
1823 line-height: 24px;
1824}
1825.ant-select-multiple.ant-select-sm .ant-select-selector::after {
1826 line-height: 16px;
1827}
1828.ant-select-multiple.ant-select-sm .ant-select-selection-item {
1829 height: 16px;
1830 line-height: 14px;
1831}
1832.ant-select-multiple.ant-select-sm .ant-select-selection-search {
1833 height: 16px;
1834 line-height: 16px;
1835}
1836.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
1837.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
1838 height: 16px;
1839 line-height: 14px;
1840}
1841.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
1842 left: 7px;
1843}
1844.ant-select-multiple.ant-select-sm .ant-select-selection-search {
1845 margin-inline-start: 3px;
1846}
1847.ant-select-disabled .ant-select-selection-item-remove {
1848 display: none;
1849}
1850.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
1851 background-color: #fff;
1852 border-color: #ff4d4f !important;
1853}
1854.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
1855.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
1856 border-color: #ff7875;
1857 box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
1858 border-right-width: 1px;
1859 outline: 0;
1860}
1861.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
1862 background-color: #fff;
1863 border-color: #faad14 !important;
1864}
1865.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
1866.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
1867 border-color: #ffc53d;
1868 box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
1869 border-right-width: 1px;
1870 outline: 0;
1871}
1872.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
1873.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
1874.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
1875.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
1876 right: 32px;
1877}
1878.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
1879.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
1880.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
1881.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
1882 padding-right: 42px;
1883}
1884/* Reset search input style */
1885.ant-select {
1886 box-sizing: border-box;
1887 margin: 0;
1888 padding: 0;
1889 color: rgba(0, 0, 0, 0.85);
1890 font-size: 12px;
1891 font-variant: tabular-nums;
1892 line-height: 1.66667;
1893 list-style: none;
1894 font-feature-settings: 'tnum';
1895 position: relative;
1896 display: inline-block;
1897 cursor: pointer;
1898}
1899.ant-select:not(.ant-select-customize-input) .ant-select-selector {
1900 position: relative;
1901 background-color: #fff;
1902 border: 1px solid #d9d9d9;
1903 border-radius: 2px;
1904 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1905}
1906.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
1907 cursor: pointer;
1908}
1909.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
1910 cursor: text;
1911}
1912.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
1913 cursor: auto;
1914}
1915.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
1916 border-color: #40a9ff;
1917 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
1918 border-right-width: 1px;
1919 outline: 0;
1920}
1921.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
1922 color: rgba(0, 0, 0, 0.25);
1923 background: #f5f5f5;
1924 cursor: not-allowed;
1925}
1926.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
1927 background: #f5f5f5;
1928}
1929.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
1930 cursor: not-allowed;
1931}
1932.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
1933 margin: 0;
1934 padding: 0;
1935 background: transparent;
1936 border: none;
1937 outline: none;
1938 -webkit-appearance: none;
1939 -moz-appearance: none;
1940 appearance: none;
1941}
1942.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
1943 display: none;
1944 /* stylelint-disable-next-line property-no-vendor-prefix */
1945 -webkit-appearance: none;
1946}
1947.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
1948 border-color: #40a9ff;
1949 border-right-width: 1px;
1950}
1951.ant-select-selection-item {
1952 flex: 1;
1953 overflow: hidden;
1954 font-weight: normal;
1955 white-space: nowrap;
1956 text-overflow: ellipsis;
1957}
1958@media all and (-ms-high-contrast: none) {
1959 .ant-select-selection-item *::-ms-backdrop,
1960 .ant-select-selection-item {
1961 flex: auto;
1962 }
1963}
1964.ant-select-selection-placeholder {
1965 flex: 1;
1966 overflow: hidden;
1967 color: #bfbfbf;
1968 white-space: nowrap;
1969 text-overflow: ellipsis;
1970 pointer-events: none;
1971}
1972@media all and (-ms-high-contrast: none) {
1973 .ant-select-selection-placeholder *::-ms-backdrop,
1974 .ant-select-selection-placeholder {
1975 flex: auto;
1976 }
1977}
1978.ant-select-arrow {
1979 display: inline-flex;
1980 color: inherit;
1981 font-style: normal;
1982 line-height: 0;
1983 text-transform: none;
1984 vertical-align: -0.125em;
1985 text-rendering: optimizelegibility;
1986 -webkit-font-smoothing: antialiased;
1987 -moz-osx-font-smoothing: grayscale;
1988 position: absolute;
1989 top: 50%;
1990 right: 7px;
1991 display: flex;
1992 align-items: center;
1993 height: 12px;
1994 margin-top: -6px;
1995 color: rgba(0, 0, 0, 0.25);
1996 font-size: 12px;
1997 line-height: 1;
1998 text-align: center;
1999 pointer-events: none;
2000}
2001.ant-select-arrow > * {
2002 line-height: 1;
2003}
2004.ant-select-arrow svg {
2005 display: inline-block;
2006}
2007.ant-select-arrow::before {
2008 display: none;
2009}
2010.ant-select-arrow .ant-select-arrow-icon {
2011 display: block;
2012}
2013.ant-select-arrow .anticon {
2014 vertical-align: top;
2015 transition: transform 0.3s;
2016}
2017.ant-select-arrow .anticon > svg {
2018 vertical-align: top;
2019}
2020.ant-select-arrow .anticon:not(.ant-select-suffix) {
2021 pointer-events: auto;
2022}
2023.ant-select-disabled .ant-select-arrow {
2024 cursor: not-allowed;
2025}
2026.ant-select-arrow > *:not(:last-child) {
2027 margin-inline-end: 4px;
2028}
2029.ant-select-clear {
2030 position: absolute;
2031 top: 50%;
2032 right: 7px;
2033 z-index: 1;
2034 display: inline-block;
2035 width: 12px;
2036 height: 12px;
2037 margin-top: -6px;
2038 color: rgba(0, 0, 0, 0.25);
2039 font-size: 12px;
2040 font-style: normal;
2041 line-height: 1;
2042 text-align: center;
2043 text-transform: none;
2044 background: #fff;
2045 cursor: pointer;
2046 opacity: 0;
2047 transition: color 0.3s ease, opacity 0.15s ease;
2048 text-rendering: auto;
2049}
2050.ant-select-clear::before {
2051 display: block;
2052}
2053.ant-select-clear:hover {
2054 color: rgba(0, 0, 0, 0.45);
2055}
2056.ant-select:hover .ant-select-clear {
2057 opacity: 1;
2058}
2059.ant-select-dropdown {
2060 margin: 0;
2061 padding: 0;
2062 color: rgba(0, 0, 0, 0.85);
2063 font-variant: tabular-nums;
2064 line-height: 1.66667;
2065 list-style: none;
2066 font-feature-settings: 'tnum';
2067 position: absolute;
2068 top: -9999px;
2069 left: -9999px;
2070 z-index: 1050;
2071 box-sizing: border-box;
2072 padding: 4px 0;
2073 overflow: hidden;
2074 font-size: 12px;
2075 font-variant: initial;
2076 background-color: #fff;
2077 border-radius: 2px;
2078 outline: none;
2079 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);
2080}
2081.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
2082.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
2083 animation-name: antSlideUpIn;
2084}
2085.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
2086.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
2087 animation-name: antSlideDownIn;
2088}
2089.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
2090 animation-name: antSlideUpOut;
2091}
2092.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
2093 animation-name: antSlideDownOut;
2094}
2095.ant-select-dropdown-hidden {
2096 display: none;
2097}
2098.ant-select-dropdown-empty {
2099 color: rgba(0, 0, 0, 0.25);
2100}
2101.ant-select-item-empty {
2102 position: relative;
2103 display: block;
2104 min-height: 28px;
2105 padding: 5px 8px;
2106 color: rgba(0, 0, 0, 0.85);
2107 font-weight: normal;
2108 font-size: 12px;
2109 line-height: 18px;
2110 color: rgba(0, 0, 0, 0.25);
2111}
2112.ant-select-item {
2113 position: relative;
2114 display: block;
2115 min-height: 28px;
2116 padding: 5px 8px;
2117 color: rgba(0, 0, 0, 0.85);
2118 font-weight: normal;
2119 font-size: 12px;
2120 line-height: 18px;
2121 cursor: pointer;
2122 transition: background 0.3s ease;
2123}
2124.ant-select-item-group {
2125 color: rgba(0, 0, 0, 0.45);
2126 font-size: 12px;
2127 cursor: default;
2128}
2129.ant-select-item-option {
2130 display: flex;
2131}
2132.ant-select-item-option-content {
2133 flex: auto;
2134 overflow: hidden;
2135 white-space: nowrap;
2136 text-overflow: ellipsis;
2137}
2138.ant-select-item-option-state {
2139 flex: none;
2140}
2141.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
2142 background-color: #f5f5f5;
2143}
2144.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
2145 color: rgba(0, 0, 0, 0.85);
2146 font-weight: 600;
2147 background-color: #e6f7ff;
2148}
2149.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
2150 color: #1890ff;
2151}
2152.ant-select-item-option-disabled {
2153 color: rgba(0, 0, 0, 0.25);
2154 cursor: not-allowed;
2155}
2156.ant-select-item-option-disabled.ant-select-item-option-selected {
2157 background-color: #f5f5f5;
2158}
2159.ant-select-item-option-grouped {
2160 padding-left: 16px;
2161}
2162.ant-select-lg {
2163 font-size: 14px;
2164}
2165.ant-select-borderless .ant-select-selector {
2166 background-color: transparent !important;
2167 border-color: transparent !important;
2168 box-shadow: none !important;
2169}
2170.ant-select.ant-select-in-form-item {
2171 width: 100%;
2172}
2173.ant-select-compact-item:not(.ant-select-compact-last-item) {
2174 margin-right: -1px;
2175}
2176.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
2177 margin-right: 0;
2178 margin-left: -1px;
2179}
2180.ant-select-compact-item:hover > *,
2181.ant-select-compact-item:focus > *,
2182.ant-select-compact-item:active > * {
2183 z-index: 2;
2184}
2185.ant-select-compact-item.ant-select-focused > * {
2186 z-index: 2;
2187}
2188.ant-select-compact-item[disabled] > * {
2189 z-index: 0;
2190}
2191.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
2192 border-radius: 0;
2193}
2194.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
2195 border-top-right-radius: 0;
2196 border-bottom-right-radius: 0;
2197}
2198.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
2199 border-top-left-radius: 0;
2200 border-bottom-left-radius: 0;
2201}
2202.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
2203 border-top-left-radius: 0;
2204 border-bottom-left-radius: 0;
2205}
2206.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
2207 border-top-right-radius: 0;
2208 border-bottom-right-radius: 0;
2209}
2210.ant-select-rtl {
2211 direction: rtl;
2212}
2213.ant-select-rtl .ant-select-arrow {
2214 right: initial;
2215 left: 7px;
2216}
2217.ant-select-rtl .ant-select-clear {
2218 right: initial;
2219 left: 7px;
2220}
2221.ant-select-dropdown-rtl {
2222 direction: rtl;
2223}
2224.ant-select-dropdown-rtl .ant-select-item-option-grouped {
2225 padding-right: 16px;
2226 padding-left: 8px;
2227}
2228.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
2229.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
2230 padding-right: 3px;
2231 padding-left: 20px;
2232}
2233.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
2234 text-align: right;
2235}
2236.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
2237 margin-right: 0;
2238 margin-left: 2px;
2239 text-align: right;
2240}
2241.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
2242 right: 0;
2243 left: auto;
2244}
2245.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
2246 right: 7px;
2247 left: auto;
2248}
2249.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
2250 right: 7px;
2251}
2252.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
2253.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
2254 right: 0;
2255 left: 9px;
2256 text-align: right;
2257}
2258.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
2259 right: 7px;
2260 left: 19px;
2261}
2262.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
2263.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
2264 padding-right: 0;
2265 padding-left: 15px;
2266}
2267.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
2268 right: 6px;
2269}
2270.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
2271.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
2272 padding-right: 0;
2273 padding-left: 18px;
2274}
2275
2276/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2277/* stylelint-disable no-duplicate-selectors */
2278/* stylelint-disable */
2279/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2280.ant-empty {
2281 margin: 0 8px;
2282 font-size: 12px;
2283 line-height: 1.66667;
2284 text-align: center;
2285}
2286.ant-empty-image {
2287 height: 100px;
2288 margin-bottom: 8px;
2289}
2290.ant-empty-image img {
2291 height: 100%;
2292}
2293.ant-empty-image svg {
2294 height: 100%;
2295 margin: auto;
2296}
2297.ant-empty-footer {
2298 margin-top: 16px;
2299}
2300.ant-empty-normal {
2301 margin: 32px 0;
2302 color: rgba(0, 0, 0, 0.25);
2303}
2304.ant-empty-normal .ant-empty-image {
2305 height: 40px;
2306}
2307.ant-empty-small {
2308 margin: 8px 0;
2309 color: rgba(0, 0, 0, 0.25);
2310}
2311.ant-empty-small .ant-empty-image {
2312 height: 35px;
2313}
2314.ant-empty-img-default-ellipse {
2315 fill: #f5f5f5;
2316 fill-opacity: 0.8;
2317}
2318.ant-empty-img-default-path-1 {
2319 fill: #aeb8c2;
2320}
2321.ant-empty-img-default-path-2 {
2322 fill: url('#linearGradient-1');
2323}
2324.ant-empty-img-default-path-3 {
2325 fill: #f5f5f7;
2326}
2327.ant-empty-img-default-path-4 {
2328 fill: #dce0e6;
2329}
2330.ant-empty-img-default-path-5 {
2331 fill: #dce0e6;
2332}
2333.ant-empty-img-default-g {
2334 fill: #fff;
2335}
2336.ant-empty-img-simple-ellipse {
2337 fill: #f5f5f5;
2338}
2339.ant-empty-img-simple-g {
2340 stroke: #d9d9d9;
2341}
2342.ant-empty-img-simple-path {
2343 fill: #fafafa;
2344}
2345.ant-empty-rtl {
2346 direction: rtl;
2347}
2348
2349/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2350/* stylelint-disable no-duplicate-selectors */
2351/* stylelint-disable */
2352/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2353.ant-avatar {
2354 box-sizing: border-box;
2355 margin: 0;
2356 padding: 0;
2357 color: rgba(0, 0, 0, 0.85);
2358 font-size: 12px;
2359 font-variant: tabular-nums;
2360 line-height: 1.66667;
2361 list-style: none;
2362 font-feature-settings: 'tnum';
2363 position: relative;
2364 display: inline-block;
2365 overflow: hidden;
2366 color: #fff;
2367 white-space: nowrap;
2368 text-align: center;
2369 vertical-align: middle;
2370 background: #ccc;
2371 width: 28px;
2372 height: 28px;
2373 line-height: 28px;
2374 border-radius: 50%;
2375}
2376.ant-avatar-image {
2377 background: transparent;
2378}
2379.ant-avatar .ant-image-img {
2380 display: block;
2381}
2382.ant-avatar-string {
2383 position: absolute;
2384 left: 50%;
2385 transform-origin: 0 center;
2386}
2387.ant-avatar.ant-avatar-icon {
2388 font-size: 16px;
2389}
2390.ant-avatar.ant-avatar-icon > .anticon {
2391 margin: 0;
2392}
2393.ant-avatar-lg {
2394 width: 32px;
2395 height: 32px;
2396 line-height: 32px;
2397 border-radius: 50%;
2398}
2399.ant-avatar-lg-string {
2400 position: absolute;
2401 left: 50%;
2402 transform-origin: 0 center;
2403}
2404.ant-avatar-lg.ant-avatar-icon {
2405 font-size: 20px;
2406}
2407.ant-avatar-lg.ant-avatar-icon > .anticon {
2408 margin: 0;
2409}
2410.ant-avatar-sm {
2411 width: 22px;
2412 height: 22px;
2413 line-height: 22px;
2414 border-radius: 50%;
2415}
2416.ant-avatar-sm-string {
2417 position: absolute;
2418 left: 50%;
2419 transform-origin: 0 center;
2420}
2421.ant-avatar-sm.ant-avatar-icon {
2422 font-size: 12px;
2423}
2424.ant-avatar-sm.ant-avatar-icon > .anticon {
2425 margin: 0;
2426}
2427.ant-avatar-square {
2428 border-radius: 2px;
2429}
2430.ant-avatar > img {
2431 display: block;
2432 width: 100%;
2433 height: 100%;
2434 -o-object-fit: cover;
2435 object-fit: cover;
2436}
2437.ant-avatar-group {
2438 display: inline-flex;
2439}
2440.ant-avatar-group .ant-avatar {
2441 border: 1px solid #fff;
2442}
2443.ant-avatar-group .ant-avatar:not(:first-child) {
2444 margin-left: -8px;
2445}
2446.ant-avatar-group-popover .ant-avatar + .ant-avatar {
2447 margin-left: 3px;
2448}
2449.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
2450 margin-right: -8px;
2451 margin-left: 0;
2452}
2453.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
2454 margin-right: 3px;
2455 margin-left: 0;
2456}
2457
2458/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2459/* stylelint-disable no-duplicate-selectors */
2460/* stylelint-disable */
2461/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2462.ant-popover {
2463 box-sizing: border-box;
2464 margin: 0;
2465 padding: 0;
2466 color: rgba(0, 0, 0, 0.85);
2467 font-size: 12px;
2468 font-variant: tabular-nums;
2469 line-height: 1.66667;
2470 list-style: none;
2471 font-feature-settings: 'tnum';
2472 position: absolute;
2473 top: 0;
2474 left: 0;
2475 z-index: 1030;
2476 max-width: 100vw;
2477 font-weight: normal;
2478 white-space: normal;
2479 text-align: left;
2480 cursor: auto;
2481 -webkit-user-select: text;
2482 -moz-user-select: text;
2483 -ms-user-select: text;
2484 user-select: text;
2485}
2486.ant-popover-content {
2487 position: relative;
2488}
2489.ant-popover::after {
2490 position: absolute;
2491 background: rgba(255, 255, 255, 0.01);
2492 content: '';
2493}
2494.ant-popover-hidden {
2495 display: none;
2496}
2497.ant-popover-placement-top,
2498.ant-popover-placement-topLeft,
2499.ant-popover-placement-topRight {
2500 padding-bottom: 15.3137085px;
2501}
2502.ant-popover-placement-right,
2503.ant-popover-placement-rightTop,
2504.ant-popover-placement-rightBottom {
2505 padding-left: 15.3137085px;
2506}
2507.ant-popover-placement-bottom,
2508.ant-popover-placement-bottomLeft,
2509.ant-popover-placement-bottomRight {
2510 padding-top: 15.3137085px;
2511}
2512.ant-popover-placement-left,
2513.ant-popover-placement-leftTop,
2514.ant-popover-placement-leftBottom {
2515 padding-right: 15.3137085px;
2516}
2517.ant-popover-inner {
2518 background-color: #fff;
2519 background-clip: padding-box;
2520 border-radius: 2px;
2521 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);
2522}
2523@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
2524 .ant-popover {
2525 /* IE10+ */
2526 }
2527 .ant-popover-inner {
2528 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);
2529 }
2530}
2531.ant-popover-title {
2532 min-width: 177px;
2533 min-height: 28px;
2534 margin: 0;
2535 padding: 5px 12px 4px;
2536 color: rgba(0, 0, 0, 0.85);
2537 font-weight: 500;
2538 border-bottom: 1px solid #f0f0f0;
2539}
2540.ant-popover-inner-content {
2541 width: -moz-max-content;
2542 width: max-content;
2543 max-width: 100%;
2544 padding: 8px 12px;
2545 color: rgba(0, 0, 0, 0.85);
2546}
2547.ant-popover-message {
2548 display: flex;
2549 padding: 4px 0 12px;
2550 color: rgba(0, 0, 0, 0.85);
2551 font-size: 12px;
2552}
2553.ant-popover-message-icon {
2554 display: inline-block;
2555 margin-right: 8px;
2556 color: #faad14;
2557 font-size: 12px;
2558}
2559.ant-popover-buttons {
2560 margin-bottom: 4px;
2561 text-align: right;
2562}
2563.ant-popover-buttons button:not(:first-child) {
2564 margin-left: 8px;
2565}
2566.ant-popover-arrow {
2567 position: absolute;
2568 display: block;
2569 width: 22px;
2570 height: 22px;
2571 overflow: hidden;
2572 background: transparent;
2573 pointer-events: none;
2574}
2575.ant-popover-arrow-content {
2576 --antd-arrow-background-color: #fff;
2577 position: absolute;
2578 top: 0;
2579 right: 0;
2580 bottom: 0;
2581 left: 0;
2582 display: block;
2583 width: 11.3137085px;
2584 height: 11.3137085px;
2585 margin: auto;
2586 content: '';
2587 pointer-events: auto;
2588 border-radius: 0 0 2px;
2589 pointer-events: none;
2590}
2591.ant-popover-arrow-content::before {
2592 position: absolute;
2593 top: -11.3137085px;
2594 left: -11.3137085px;
2595 width: 33.9411255px;
2596 height: 33.9411255px;
2597 background: var(--antd-arrow-background-color);
2598 background-repeat: no-repeat;
2599 background-position: -10px -10px;
2600 content: '';
2601 -webkit-clip-path: inset(33% 33%);
2602 clip-path: inset(33% 33%);
2603 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
2604 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
2605}
2606.ant-popover-placement-top .ant-popover-arrow,
2607.ant-popover-placement-topLeft .ant-popover-arrow,
2608.ant-popover-placement-topRight .ant-popover-arrow {
2609 bottom: 0;
2610 transform: translateY(100%);
2611}
2612.ant-popover-placement-top .ant-popover-arrow-content,
2613.ant-popover-placement-topLeft .ant-popover-arrow-content,
2614.ant-popover-placement-topRight .ant-popover-arrow-content {
2615 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
2616 transform: translateY(-11px) rotate(45deg);
2617}
2618.ant-popover-placement-top .ant-popover-arrow {
2619 left: 50%;
2620 transform: translateY(100%) translateX(-50%);
2621}
2622.ant-popover-placement-topLeft .ant-popover-arrow {
2623 left: 16px;
2624}
2625.ant-popover-placement-topRight .ant-popover-arrow {
2626 right: 16px;
2627}
2628.ant-popover-placement-right .ant-popover-arrow,
2629.ant-popover-placement-rightTop .ant-popover-arrow,
2630.ant-popover-placement-rightBottom .ant-popover-arrow {
2631 left: 0;
2632 transform: translateX(-100%);
2633}
2634.ant-popover-placement-right .ant-popover-arrow-content,
2635.ant-popover-placement-rightTop .ant-popover-arrow-content,
2636.ant-popover-placement-rightBottom .ant-popover-arrow-content {
2637 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
2638 transform: translateX(11px) rotate(135deg);
2639}
2640.ant-popover-placement-right .ant-popover-arrow {
2641 top: 50%;
2642 transform: translateX(-100%) translateY(-50%);
2643}
2644.ant-popover-placement-rightTop .ant-popover-arrow {
2645 top: 12px;
2646}
2647.ant-popover-placement-rightBottom .ant-popover-arrow {
2648 bottom: 12px;
2649}
2650.ant-popover-placement-bottom .ant-popover-arrow,
2651.ant-popover-placement-bottomLeft .ant-popover-arrow,
2652.ant-popover-placement-bottomRight .ant-popover-arrow {
2653 top: 0;
2654 transform: translateY(-100%);
2655}
2656.ant-popover-placement-bottom .ant-popover-arrow-content,
2657.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
2658.ant-popover-placement-bottomRight .ant-popover-arrow-content {
2659 box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
2660 transform: translateY(11px) rotate(-135deg);
2661}
2662.ant-popover-placement-bottom .ant-popover-arrow {
2663 left: 50%;
2664 transform: translateY(-100%) translateX(-50%);
2665}
2666.ant-popover-placement-bottomLeft .ant-popover-arrow {
2667 left: 16px;
2668}
2669.ant-popover-placement-bottomRight .ant-popover-arrow {
2670 right: 16px;
2671}
2672.ant-popover-placement-left .ant-popover-arrow,
2673.ant-popover-placement-leftTop .ant-popover-arrow,
2674.ant-popover-placement-leftBottom .ant-popover-arrow {
2675 right: 0;
2676 transform: translateX(100%);
2677}
2678.ant-popover-placement-left .ant-popover-arrow-content,
2679.ant-popover-placement-leftTop .ant-popover-arrow-content,
2680.ant-popover-placement-leftBottom .ant-popover-arrow-content {
2681 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
2682 transform: translateX(-11px) rotate(-45deg);
2683}
2684.ant-popover-placement-left .ant-popover-arrow {
2685 top: 50%;
2686 transform: translateX(100%) translateY(-50%);
2687}
2688.ant-popover-placement-leftTop .ant-popover-arrow {
2689 top: 12px;
2690}
2691.ant-popover-placement-leftBottom .ant-popover-arrow {
2692 bottom: 12px;
2693}
2694.ant-popover-pink .ant-popover-inner {
2695 background-color: #eb2f96;
2696}
2697.ant-popover-pink .ant-popover-arrow-content {
2698 background-color: #eb2f96;
2699}
2700.ant-popover-magenta .ant-popover-inner {
2701 background-color: #eb2f96;
2702}
2703.ant-popover-magenta .ant-popover-arrow-content {
2704 background-color: #eb2f96;
2705}
2706.ant-popover-red .ant-popover-inner {
2707 background-color: #f5222d;
2708}
2709.ant-popover-red .ant-popover-arrow-content {
2710 background-color: #f5222d;
2711}
2712.ant-popover-volcano .ant-popover-inner {
2713 background-color: #fa541c;
2714}
2715.ant-popover-volcano .ant-popover-arrow-content {
2716 background-color: #fa541c;
2717}
2718.ant-popover-orange .ant-popover-inner {
2719 background-color: #fa8c16;
2720}
2721.ant-popover-orange .ant-popover-arrow-content {
2722 background-color: #fa8c16;
2723}
2724.ant-popover-yellow .ant-popover-inner {
2725 background-color: #fadb14;
2726}
2727.ant-popover-yellow .ant-popover-arrow-content {
2728 background-color: #fadb14;
2729}
2730.ant-popover-gold .ant-popover-inner {
2731 background-color: #faad14;
2732}
2733.ant-popover-gold .ant-popover-arrow-content {
2734 background-color: #faad14;
2735}
2736.ant-popover-cyan .ant-popover-inner {
2737 background-color: #13c2c2;
2738}
2739.ant-popover-cyan .ant-popover-arrow-content {
2740 background-color: #13c2c2;
2741}
2742.ant-popover-lime .ant-popover-inner {
2743 background-color: #a0d911;
2744}
2745.ant-popover-lime .ant-popover-arrow-content {
2746 background-color: #a0d911;
2747}
2748.ant-popover-green .ant-popover-inner {
2749 background-color: #52c41a;
2750}
2751.ant-popover-green .ant-popover-arrow-content {
2752 background-color: #52c41a;
2753}
2754.ant-popover-blue .ant-popover-inner {
2755 background-color: #1890ff;
2756}
2757.ant-popover-blue .ant-popover-arrow-content {
2758 background-color: #1890ff;
2759}
2760.ant-popover-geekblue .ant-popover-inner {
2761 background-color: #2f54eb;
2762}
2763.ant-popover-geekblue .ant-popover-arrow-content {
2764 background-color: #2f54eb;
2765}
2766.ant-popover-purple .ant-popover-inner {
2767 background-color: #722ed1;
2768}
2769.ant-popover-purple .ant-popover-arrow-content {
2770 background-color: #722ed1;
2771}
2772.ant-popover-rtl {
2773 direction: rtl;
2774 text-align: right;
2775}
2776.ant-popover-rtl .ant-popover-message-icon {
2777 margin-right: 0;
2778 margin-left: 8px;
2779}
2780.ant-popover-rtl .ant-popover-message-title {
2781 padding-left: 8px;
2782}
2783.ant-popover-rtl .ant-popover-buttons {
2784 text-align: left;
2785}
2786.ant-popover-rtl .ant-popover-buttons button {
2787 margin-right: 8px;
2788 margin-left: 0;
2789}
2790
2791/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2792/* stylelint-disable no-duplicate-selectors */
2793/* stylelint-disable */
2794/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2795.ant-back-top {
2796 box-sizing: border-box;
2797 margin: 0;
2798 padding: 0;
2799 color: rgba(0, 0, 0, 0.85);
2800 font-size: 12px;
2801 font-variant: tabular-nums;
2802 line-height: 1.66667;
2803 list-style: none;
2804 font-feature-settings: 'tnum';
2805 position: fixed;
2806 right: 100px;
2807 bottom: 50px;
2808 z-index: 10;
2809 width: 40px;
2810 height: 40px;
2811 cursor: pointer;
2812}
2813.ant-back-top:empty {
2814 display: none;
2815}
2816.ant-back-top-rtl {
2817 right: auto;
2818 left: 100px;
2819 direction: rtl;
2820}
2821.ant-back-top-content {
2822 width: 40px;
2823 height: 40px;
2824 overflow: hidden;
2825 color: #fff;
2826 text-align: center;
2827 background-color: rgba(0, 0, 0, 0.45);
2828 border-radius: 20px;
2829 transition: all 0.3s;
2830}
2831.ant-back-top-content:hover {
2832 background-color: rgba(0, 0, 0, 0.85);
2833 transition: all 0.3s;
2834}
2835.ant-back-top-icon {
2836 font-size: 24px;
2837 line-height: 40px;
2838}
2839@media screen and (max-width: 768px) {
2840 .ant-back-top {
2841 right: 60px;
2842 }
2843 .ant-back-top-rtl {
2844 right: auto;
2845 left: 60px;
2846 }
2847}
2848@media screen and (max-width: 480px) {
2849 .ant-back-top {
2850 right: 20px;
2851 }
2852 .ant-back-top-rtl {
2853 right: auto;
2854 left: 20px;
2855 }
2856}
2857
2858/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2859/* stylelint-disable no-duplicate-selectors */
2860/* stylelint-disable */
2861/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
2862.ant-badge {
2863 box-sizing: border-box;
2864 margin: 0;
2865 padding: 0;
2866 color: rgba(0, 0, 0, 0.85);
2867 font-size: 12px;
2868 font-variant: tabular-nums;
2869 line-height: 1.66667;
2870 list-style: none;
2871 font-feature-settings: 'tnum';
2872 position: relative;
2873 display: inline-block;
2874 line-height: 1;
2875}
2876.ant-badge-count {
2877 z-index: auto;
2878 min-width: 18px;
2879 height: 18px;
2880 padding: 0 6px;
2881 color: #fff;
2882 font-weight: normal;
2883 font-size: 12px;
2884 line-height: 18px;
2885 white-space: nowrap;
2886 text-align: center;
2887 background: #ff4d4f;
2888 border-radius: 9px;
2889 box-shadow: 0 0 0 1px #fff;
2890}
2891.ant-badge-count a,
2892.ant-badge-count a:hover {
2893 color: #fff;
2894}
2895.ant-badge-count-sm {
2896 min-width: 14px;
2897 height: 14px;
2898 padding: 0;
2899 font-size: 12px;
2900 line-height: 14px;
2901 border-radius: 7px;
2902}
2903.ant-badge-multiple-words {
2904 padding: 0 8px;
2905}
2906.ant-badge-dot {
2907 z-index: auto;
2908 width: 6px;
2909 min-width: 6px;
2910 height: 6px;
2911 background: #ff4d4f;
2912 border-radius: 100%;
2913 box-shadow: 0 0 0 1px #fff;
2914}
2915.ant-badge-dot.ant-scroll-number {
2916 transition: background 1.5s;
2917}
2918.ant-badge-count,
2919.ant-badge-dot,
2920.ant-badge .ant-scroll-number-custom-component {
2921 position: absolute;
2922 top: 0;
2923 right: 0;
2924 transform: translate(50%, -50%);
2925 transform-origin: 100% 0%;
2926}
2927.ant-badge-count.anticon-spin,
2928.ant-badge-dot.anticon-spin,
2929.ant-badge .ant-scroll-number-custom-component.anticon-spin {
2930 animation: antBadgeLoadingCircle 1s infinite linear;
2931}
2932.ant-badge-status {
2933 line-height: inherit;
2934 vertical-align: baseline;
2935}
2936.ant-badge-status-dot {
2937 position: relative;
2938 top: -1px;
2939 display: inline-block;
2940 width: 6px;
2941 height: 6px;
2942 vertical-align: middle;
2943 border-radius: 50%;
2944}
2945.ant-badge-status-success {
2946 background-color: #52c41a;
2947}
2948.ant-badge-status-processing {
2949 position: relative;
2950 background-color: #1890ff;
2951}
2952.ant-badge-status-processing::after {
2953 position: absolute;
2954 top: 0;
2955 left: 0;
2956 width: 100%;
2957 height: 100%;
2958 border: 1px solid #1890ff;
2959 border-radius: 50%;
2960 animation: antStatusProcessing 1.2s infinite ease-in-out;
2961 content: '';
2962}
2963.ant-badge-status-default {
2964 background-color: #d9d9d9;
2965}
2966.ant-badge-status-error {
2967 background-color: #ff4d4f;
2968}
2969.ant-badge-status-warning {
2970 background-color: #faad14;
2971}
2972.ant-badge-status-pink {
2973 background: #eb2f96;
2974}
2975.ant-badge-status-magenta {
2976 background: #eb2f96;
2977}
2978.ant-badge-status-red {
2979 background: #f5222d;
2980}
2981.ant-badge-status-volcano {
2982 background: #fa541c;
2983}
2984.ant-badge-status-orange {
2985 background: #fa8c16;
2986}
2987.ant-badge-status-yellow {
2988 background: #fadb14;
2989}
2990.ant-badge-status-gold {
2991 background: #faad14;
2992}
2993.ant-badge-status-cyan {
2994 background: #13c2c2;
2995}
2996.ant-badge-status-lime {
2997 background: #a0d911;
2998}
2999.ant-badge-status-green {
3000 background: #52c41a;
3001}
3002.ant-badge-status-blue {
3003 background: #1890ff;
3004}
3005.ant-badge-status-geekblue {
3006 background: #2f54eb;
3007}
3008.ant-badge-status-purple {
3009 background: #722ed1;
3010}
3011.ant-badge-status-text {
3012 margin-left: 8px;
3013 color: rgba(0, 0, 0, 0.85);
3014 font-size: 12px;
3015}
3016.ant-badge-zoom-appear,
3017.ant-badge-zoom-enter {
3018 animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3019 animation-fill-mode: both;
3020}
3021.ant-badge-zoom-leave {
3022 animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3023 animation-fill-mode: both;
3024}
3025.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
3026.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
3027 animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
3028}
3029.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
3030 animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
3031}
3032.ant-badge-not-a-wrapper:not(.ant-badge-status) {
3033 vertical-align: middle;
3034}
3035.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
3036.ant-badge-not-a-wrapper .ant-badge-count {
3037 transform: none;
3038}
3039.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
3040.ant-badge-not-a-wrapper .ant-scroll-number {
3041 position: relative;
3042 top: auto;
3043 display: block;
3044 transform-origin: 50% 50%;
3045}
3046@keyframes antStatusProcessing {
3047 0% {
3048 transform: scale(0.8);
3049 opacity: 0.5;
3050 }
3051 100% {
3052 transform: scale(2.4);
3053 opacity: 0;
3054 }
3055}
3056.ant-scroll-number {
3057 overflow: hidden;
3058 direction: ltr;
3059}
3060.ant-scroll-number-only {
3061 position: relative;
3062 display: inline-block;
3063 height: 18px;
3064 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3065 /* stylelint-disable property-no-vendor-prefix */
3066 -webkit-transform-style: preserve-3d;
3067 -webkit-backface-visibility: hidden;
3068 /* stylelint-enable property-no-vendor-prefix */
3069}
3070.ant-scroll-number-only > p.ant-scroll-number-only-unit {
3071 height: 18px;
3072 margin: 0;
3073 /* stylelint-disable property-no-vendor-prefix */
3074 -webkit-transform-style: preserve-3d;
3075 -webkit-backface-visibility: hidden;
3076 /* stylelint-enable property-no-vendor-prefix */
3077}
3078.ant-scroll-number-symbol {
3079 vertical-align: top;
3080}
3081@keyframes antZoomBadgeIn {
3082 0% {
3083 transform: scale(0) translate(50%, -50%);
3084 opacity: 0;
3085 }
3086 100% {
3087 transform: scale(1) translate(50%, -50%);
3088 }
3089}
3090@keyframes antZoomBadgeOut {
3091 0% {
3092 transform: scale(1) translate(50%, -50%);
3093 }
3094 100% {
3095 transform: scale(0) translate(50%, -50%);
3096 opacity: 0;
3097 }
3098}
3099@keyframes antNoWrapperZoomBadgeIn {
3100 0% {
3101 transform: scale(0);
3102 opacity: 0;
3103 }
3104 100% {
3105 transform: scale(1);
3106 }
3107}
3108@keyframes antNoWrapperZoomBadgeOut {
3109 0% {
3110 transform: scale(1);
3111 }
3112 100% {
3113 transform: scale(0);
3114 opacity: 0;
3115 }
3116}
3117@keyframes antBadgeLoadingCircle {
3118 0% {
3119 transform-origin: 50%;
3120 }
3121 100% {
3122 transform: translate(50%, -50%) rotate(360deg);
3123 transform-origin: 50%;
3124 }
3125}
3126.ant-ribbon-wrapper {
3127 position: relative;
3128}
3129.ant-ribbon {
3130 box-sizing: border-box;
3131 margin: 0;
3132 padding: 0;
3133 color: rgba(0, 0, 0, 0.85);
3134 font-size: 12px;
3135 font-variant: tabular-nums;
3136 line-height: 1.66667;
3137 list-style: none;
3138 font-feature-settings: 'tnum';
3139 position: absolute;
3140 top: 8px;
3141 height: 22px;
3142 padding: 0 8px;
3143 color: #fff;
3144 line-height: 22px;
3145 white-space: nowrap;
3146 background-color: #1890ff;
3147 border-radius: 2px;
3148}
3149.ant-ribbon-text {
3150 color: #fff;
3151}
3152.ant-ribbon-corner {
3153 position: absolute;
3154 top: 100%;
3155 width: 8px;
3156 height: 8px;
3157 color: currentcolor;
3158 border: 4px solid;
3159 transform: scaleY(0.75);
3160 transform-origin: top;
3161}
3162.ant-ribbon-corner::after {
3163 position: absolute;
3164 top: -4px;
3165 left: -4px;
3166 width: inherit;
3167 height: inherit;
3168 color: rgba(0, 0, 0, 0.25);
3169 border: inherit;
3170 content: '';
3171}
3172.ant-ribbon-color-pink {
3173 color: #eb2f96;
3174 background: #eb2f96;
3175}
3176.ant-ribbon-color-magenta {
3177 color: #eb2f96;
3178 background: #eb2f96;
3179}
3180.ant-ribbon-color-red {
3181 color: #f5222d;
3182 background: #f5222d;
3183}
3184.ant-ribbon-color-volcano {
3185 color: #fa541c;
3186 background: #fa541c;
3187}
3188.ant-ribbon-color-orange {
3189 color: #fa8c16;
3190 background: #fa8c16;
3191}
3192.ant-ribbon-color-yellow {
3193 color: #fadb14;
3194 background: #fadb14;
3195}
3196.ant-ribbon-color-gold {
3197 color: #faad14;
3198 background: #faad14;
3199}
3200.ant-ribbon-color-cyan {
3201 color: #13c2c2;
3202 background: #13c2c2;
3203}
3204.ant-ribbon-color-lime {
3205 color: #a0d911;
3206 background: #a0d911;
3207}
3208.ant-ribbon-color-green {
3209 color: #52c41a;
3210 background: #52c41a;
3211}
3212.ant-ribbon-color-blue {
3213 color: #1890ff;
3214 background: #1890ff;
3215}
3216.ant-ribbon-color-geekblue {
3217 color: #2f54eb;
3218 background: #2f54eb;
3219}
3220.ant-ribbon-color-purple {
3221 color: #722ed1;
3222 background: #722ed1;
3223}
3224.ant-ribbon.ant-ribbon-placement-end {
3225 right: -8px;
3226 border-bottom-right-radius: 0;
3227}
3228.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
3229 right: 0;
3230 border-color: currentcolor transparent transparent currentcolor;
3231}
3232.ant-ribbon.ant-ribbon-placement-start {
3233 left: -8px;
3234 border-bottom-left-radius: 0;
3235}
3236.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
3237 left: 0;
3238 border-color: currentcolor currentcolor transparent transparent;
3239}
3240.ant-badge-rtl {
3241 direction: rtl;
3242}
3243.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
3244.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
3245.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
3246 right: auto;
3247 left: 0;
3248 direction: ltr;
3249 transform: translate(-50%, -50%);
3250 transform-origin: 0% 0%;
3251}
3252.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
3253 right: auto;
3254 left: 0;
3255 transform: translate(-50%, -50%);
3256 transform-origin: 0% 0%;
3257}
3258.ant-badge-rtl .ant-badge-status-text {
3259 margin-right: 8px;
3260 margin-left: 0;
3261}
3262.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
3263.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
3264 animation-name: antZoomBadgeInRtl;
3265}
3266.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
3267 animation-name: antZoomBadgeOutRtl;
3268}
3269.ant-ribbon-rtl {
3270 direction: rtl;
3271}
3272.ant-ribbon-rtl.ant-ribbon-placement-end {
3273 right: unset;
3274 left: -8px;
3275 border-bottom-right-radius: 2px;
3276 border-bottom-left-radius: 0;
3277}
3278.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
3279 right: unset;
3280 left: 0;
3281 border-color: currentcolor currentcolor transparent transparent;
3282}
3283.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
3284 border-color: currentcolor currentcolor transparent transparent;
3285}
3286.ant-ribbon-rtl.ant-ribbon-placement-start {
3287 right: -8px;
3288 left: unset;
3289 border-bottom-right-radius: 0;
3290 border-bottom-left-radius: 2px;
3291}
3292.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
3293 right: 0;
3294 left: unset;
3295 border-color: currentcolor transparent transparent currentcolor;
3296}
3297.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
3298 border-color: currentcolor transparent transparent currentcolor;
3299}
3300@keyframes antZoomBadgeInRtl {
3301 0% {
3302 transform: scale(0) translate(-50%, -50%);
3303 opacity: 0;
3304 }
3305 100% {
3306 transform: scale(1) translate(-50%, -50%);
3307 }
3308}
3309@keyframes antZoomBadgeOutRtl {
3310 0% {
3311 transform: scale(1) translate(-50%, -50%);
3312 }
3313 100% {
3314 transform: scale(0) translate(-50%, -50%);
3315 opacity: 0;
3316 }
3317}
3318
3319/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3320/* stylelint-disable no-duplicate-selectors */
3321/* stylelint-disable */
3322/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3323.ant-breadcrumb {
3324 box-sizing: border-box;
3325 margin: 0;
3326 padding: 0;
3327 color: rgba(0, 0, 0, 0.85);
3328 font-variant: tabular-nums;
3329 line-height: 1.66667;
3330 list-style: none;
3331 font-feature-settings: 'tnum';
3332 color: rgba(0, 0, 0, 0.45);
3333 font-size: 12px;
3334}
3335.ant-breadcrumb .anticon {
3336 font-size: 12px;
3337}
3338.ant-breadcrumb ol {
3339 display: flex;
3340 flex-wrap: wrap;
3341 margin: 0;
3342 padding: 0;
3343 list-style: none;
3344}
3345.ant-breadcrumb a {
3346 color: rgba(0, 0, 0, 0.45);
3347 transition: color 0.3s;
3348}
3349.ant-breadcrumb a:hover {
3350 color: rgba(0, 0, 0, 0.85);
3351}
3352.ant-breadcrumb li:last-child {
3353 color: rgba(0, 0, 0, 0.85);
3354}
3355.ant-breadcrumb li:last-child a {
3356 color: rgba(0, 0, 0, 0.85);
3357}
3358li:last-child > .ant-breadcrumb-separator {
3359 display: none;
3360}
3361.ant-breadcrumb-separator {
3362 margin: 0 4px;
3363 color: rgba(0, 0, 0, 0.45);
3364}
3365.ant-breadcrumb-link > .anticon + span,
3366.ant-breadcrumb-link > .anticon + a {
3367 margin-left: 4px;
3368}
3369.ant-breadcrumb-overlay-link > .anticon {
3370 margin-left: 4px;
3371}
3372.ant-breadcrumb-rtl {
3373 direction: rtl;
3374}
3375.ant-breadcrumb-rtl::before {
3376 display: table;
3377 content: '';
3378}
3379.ant-breadcrumb-rtl::after {
3380 display: table;
3381 clear: both;
3382 content: '';
3383}
3384.ant-breadcrumb-rtl > span {
3385 float: right;
3386}
3387.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
3388.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
3389 margin-right: 4px;
3390 margin-left: 0;
3391}
3392.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
3393 margin-right: 4px;
3394 margin-left: 0;
3395}
3396
3397/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3398/* stylelint-disable no-duplicate-selectors */
3399/* stylelint-disable */
3400/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3401.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
3402 color: #ff4d4f;
3403}
3404.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
3405 color: #fff;
3406 background-color: #ff4d4f;
3407}
3408.ant-dropdown {
3409 box-sizing: border-box;
3410 margin: 0;
3411 padding: 0;
3412 color: rgba(0, 0, 0, 0.85);
3413 font-size: 12px;
3414 font-variant: tabular-nums;
3415 line-height: 1.66667;
3416 list-style: none;
3417 font-feature-settings: 'tnum';
3418 position: absolute;
3419 top: -9999px;
3420 left: -9999px;
3421 z-index: 1050;
3422 display: block;
3423}
3424.ant-dropdown::before {
3425 position: absolute;
3426 top: -4px;
3427 right: 0;
3428 bottom: -4px;
3429 left: -7px;
3430 z-index: -9999;
3431 opacity: 0.0001;
3432 content: ' ';
3433}
3434.ant-dropdown-wrap {
3435 position: relative;
3436}
3437.ant-dropdown-wrap .ant-btn > .anticon-down {
3438 font-size: 10px;
3439}
3440.ant-dropdown-wrap .anticon-down::before {
3441 transition: transform 0.2s;
3442}
3443.ant-dropdown-wrap-open .anticon-down::before {
3444 transform: rotate(180deg);
3445}
3446.ant-dropdown-hidden,
3447.ant-dropdown-menu-hidden,
3448.ant-dropdown-menu-submenu-hidden {
3449 display: none;
3450}
3451.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
3452.ant-dropdown-show-arrow.ant-dropdown-placement-top,
3453.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
3454 padding-bottom: 15.3137085px;
3455}
3456.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
3457.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
3458.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
3459 padding-top: 15.3137085px;
3460}
3461.ant-dropdown-arrow {
3462 position: absolute;
3463 z-index: 1;
3464 display: block;
3465 width: 11.3137085px;
3466 height: 11.3137085px;
3467 border-radius: 0 0 2px;
3468 pointer-events: none;
3469}
3470.ant-dropdown-arrow::before {
3471 position: absolute;
3472 top: -11.3137085px;
3473 left: -11.3137085px;
3474 width: 33.9411255px;
3475 height: 33.9411255px;
3476 background: #fff;
3477 background-repeat: no-repeat;
3478 background-position: -10px -10px;
3479 content: '';
3480 -webkit-clip-path: inset(33% 33%);
3481 clip-path: inset(33% 33%);
3482 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
3483 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
3484}
3485.ant-dropdown-placement-top > .ant-dropdown-arrow,
3486.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
3487.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
3488 bottom: 10px;
3489 box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
3490 transform: rotate(45deg);
3491}
3492.ant-dropdown-placement-top > .ant-dropdown-arrow {
3493 left: 50%;
3494 transform: translateX(-50%) rotate(45deg);
3495}
3496.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
3497 left: 16px;
3498}
3499.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
3500 right: 16px;
3501}
3502.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
3503.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
3504.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
3505 top: 9.41421356px;
3506 box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
3507 transform: rotate(-135deg) translateY(-0.5px);
3508}
3509.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
3510 left: 50%;
3511 transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
3512}
3513.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
3514 left: 16px;
3515}
3516.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
3517 right: 16px;
3518}
3519.ant-dropdown-menu {
3520 position: relative;
3521 margin: 0;
3522 padding: 4px 0;
3523 text-align: left;
3524 list-style-type: none;
3525 background-color: #fff;
3526 background-clip: padding-box;
3527 border-radius: 2px;
3528 outline: none;
3529 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);
3530}
3531.ant-dropdown-menu-item-group-title {
3532 padding: 5px 8px;
3533 color: rgba(0, 0, 0, 0.45);
3534 transition: all 0.3s;
3535}
3536.ant-dropdown-menu-submenu-popup {
3537 position: absolute;
3538 z-index: 1050;
3539 background: transparent;
3540 box-shadow: none;
3541 transform-origin: 0 0;
3542}
3543.ant-dropdown-menu-submenu-popup ul,
3544.ant-dropdown-menu-submenu-popup li {
3545 list-style: none;
3546}
3547.ant-dropdown-menu-submenu-popup ul {
3548 margin-right: 0.3em;
3549 margin-left: 0.3em;
3550}
3551.ant-dropdown-menu-item {
3552 position: relative;
3553 display: flex;
3554 align-items: center;
3555}
3556.ant-dropdown-menu-item-icon {
3557 min-width: 12px;
3558 margin-right: 8px;
3559 font-size: 12px;
3560}
3561.ant-dropdown-menu-title-content {
3562 flex: auto;
3563}
3564.ant-dropdown-menu-title-content > a {
3565 color: inherit;
3566 transition: all 0.3s;
3567}
3568.ant-dropdown-menu-title-content > a:hover {
3569 color: inherit;
3570}
3571.ant-dropdown-menu-title-content > a::after {
3572 position: absolute;
3573 top: 0;
3574 right: 0;
3575 bottom: 0;
3576 left: 0;
3577 content: '';
3578}
3579.ant-dropdown-menu-item,
3580.ant-dropdown-menu-submenu-title {
3581 clear: both;
3582 margin: 0;
3583 padding: 5px 8px;
3584 color: rgba(0, 0, 0, 0.85);
3585 font-weight: normal;
3586 font-size: 12px;
3587 line-height: 18px;
3588 cursor: pointer;
3589 transition: all 0.3s;
3590}
3591.ant-dropdown-menu-item-selected,
3592.ant-dropdown-menu-submenu-title-selected {
3593 color: #1890ff;
3594 background-color: #e6f7ff;
3595}
3596.ant-dropdown-menu-item:hover,
3597.ant-dropdown-menu-submenu-title:hover,
3598.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
3599.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
3600.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
3601.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
3602 background-color: #f5f5f5;
3603}
3604.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
3605.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
3606.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
3607.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
3608 color: rgba(0, 0, 0, 0.25);
3609 cursor: not-allowed;
3610}
3611.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
3612.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
3613.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
3614.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
3615 color: rgba(0, 0, 0, 0.25);
3616 background-color: #fff;
3617 cursor: not-allowed;
3618}
3619.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,
3620.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,
3621.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,
3622.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
3623 pointer-events: none;
3624}
3625.ant-dropdown-menu-item-divider,
3626.ant-dropdown-menu-submenu-title-divider {
3627 height: 1px;
3628 margin: 4px 0;
3629 overflow: hidden;
3630 line-height: 0;
3631 background-color: #f0f0f0;
3632}
3633.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
3634.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
3635 position: absolute;
3636 right: 4px;
3637}
3638.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
3639.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
3640 margin-right: 0 !important;
3641 color: rgba(0, 0, 0, 0.45);
3642 font-size: 10px;
3643 font-style: normal;
3644}
3645.ant-dropdown-menu-item-group-list {
3646 margin: 0 8px;
3647 padding: 0;
3648 list-style: none;
3649}
3650.ant-dropdown-menu-submenu-title {
3651 padding-right: 20px;
3652}
3653.ant-dropdown-menu-submenu-vertical {
3654 position: relative;
3655}
3656.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
3657 position: absolute;
3658 top: 0;
3659 left: 100%;
3660 min-width: 100%;
3661 margin-left: 4px;
3662 transform-origin: 0 0;
3663}
3664.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
3665.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
3666 color: rgba(0, 0, 0, 0.25);
3667 background-color: #fff;
3668 cursor: not-allowed;
3669}
3670.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
3671 color: #1890ff;
3672}
3673.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
3674.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
3675.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
3676.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
3677.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
3678.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
3679 animation-name: antSlideUpIn;
3680}
3681.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
3682.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
3683.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
3684.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
3685.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
3686.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
3687 animation-name: antSlideDownIn;
3688}
3689.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
3690.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
3691.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
3692 animation-name: antSlideUpOut;
3693}
3694.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
3695.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
3696.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
3697 animation-name: antSlideDownOut;
3698}
3699.ant-dropdown-trigger > .anticon.anticon-down,
3700.ant-dropdown-link > .anticon.anticon-down,
3701.ant-dropdown-button > .anticon.anticon-down {
3702 font-size: 10px;
3703 vertical-align: baseline;
3704}
3705.ant-dropdown-button {
3706 white-space: nowrap;
3707}
3708.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
3709.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
3710 cursor: default;
3711 pointer-events: none;
3712}
3713.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
3714 display: block;
3715}
3716.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
3717 padding-right: 4px;
3718 padding-left: 4px;
3719}
3720.ant-dropdown-menu-dark,
3721.ant-dropdown-menu-dark .ant-dropdown-menu {
3722 background: #001529;
3723}
3724.ant-dropdown-menu-dark .ant-dropdown-menu-item,
3725.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
3726.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
3727.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
3728 color: rgba(255, 255, 255, 0.65);
3729}
3730.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
3731.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
3732.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
3733.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
3734 color: rgba(255, 255, 255, 0.65);
3735}
3736.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
3737.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
3738.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
3739.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
3740 color: #fff;
3741 background: transparent;
3742}
3743.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
3744.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
3745.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
3746 color: #fff;
3747 background: #1890ff;
3748}
3749.ant-dropdown-rtl {
3750 direction: rtl;
3751}
3752.ant-dropdown-rtl.ant-dropdown::before {
3753 right: -7px;
3754 left: 0;
3755}
3756.ant-dropdown-menu.ant-dropdown-menu-rtl {
3757 direction: rtl;
3758 text-align: right;
3759}
3760.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
3761.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
3762 direction: rtl;
3763 text-align: right;
3764}
3765.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
3766 transform-origin: 100% 0;
3767}
3768.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
3769.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
3770 text-align: right;
3771}
3772.ant-dropdown-rtl .ant-dropdown-menu-item,
3773.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
3774 text-align: right;
3775}
3776.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
3777.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
3778.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
3779.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
3780 margin-right: 0;
3781 margin-left: 8px;
3782}
3783.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
3784.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
3785 right: auto;
3786 left: 4px;
3787}
3788.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
3789.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
3790 margin-left: 0 !important;
3791 transform: scaleX(-1);
3792}
3793.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
3794 padding-right: 8px;
3795 padding-left: 20px;
3796}
3797.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
3798 right: 100%;
3799 left: 0;
3800 margin-right: 4px;
3801 margin-left: 0;
3802}
3803
3804/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3805/* stylelint-disable no-duplicate-selectors */
3806/* stylelint-disable */
3807/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3808.ant-btn {
3809 line-height: 1.66667;
3810 position: relative;
3811 display: inline-block;
3812 font-weight: 400;
3813 white-space: nowrap;
3814 text-align: center;
3815 background-image: none;
3816 border: 1px solid transparent;
3817 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
3818 cursor: pointer;
3819 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3820 -webkit-user-select: none;
3821 -moz-user-select: none;
3822 -ms-user-select: none;
3823 user-select: none;
3824 touch-action: manipulation;
3825 height: 28px;
3826 padding: 3px 11px;
3827 font-size: 12px;
3828 border-radius: 2px;
3829 color: rgba(0, 0, 0, 0.85);
3830 border-color: #d9d9d9;
3831 background: #fff;
3832}
3833.ant-btn > .anticon {
3834 line-height: 1;
3835}
3836.ant-btn,
3837.ant-btn:active,
3838.ant-btn:focus {
3839 outline: 0;
3840}
3841.ant-btn:not([disabled]):hover {
3842 text-decoration: none;
3843}
3844.ant-btn:not([disabled]):active {
3845 outline: 0;
3846 box-shadow: none;
3847}
3848.ant-btn[disabled] {
3849 cursor: not-allowed;
3850}
3851.ant-btn[disabled] > * {
3852 pointer-events: none;
3853}
3854.ant-btn-lg {
3855 height: 32px;
3856 padding: 3.3px 11px;
3857 font-size: 14px;
3858 border-radius: 2px;
3859}
3860.ant-btn-sm {
3861 height: 22px;
3862 padding: 0px 7px;
3863 font-size: 12px;
3864 border-radius: 2px;
3865}
3866.ant-btn > a:only-child {
3867 color: currentcolor;
3868}
3869.ant-btn > a:only-child::after {
3870 position: absolute;
3871 top: 0;
3872 right: 0;
3873 bottom: 0;
3874 left: 0;
3875 background: transparent;
3876 content: '';
3877}
3878.ant-btn:hover,
3879.ant-btn:focus {
3880 color: #40a9ff;
3881 border-color: #40a9ff;
3882 background: #fff;
3883}
3884.ant-btn:hover > a:only-child,
3885.ant-btn:focus > a:only-child {
3886 color: currentcolor;
3887}
3888.ant-btn:hover > a:only-child::after,
3889.ant-btn:focus > a:only-child::after {
3890 position: absolute;
3891 top: 0;
3892 right: 0;
3893 bottom: 0;
3894 left: 0;
3895 background: transparent;
3896 content: '';
3897}
3898.ant-btn:active {
3899 color: #096dd9;
3900 border-color: #096dd9;
3901 background: #fff;
3902}
3903.ant-btn:active > a:only-child {
3904 color: currentcolor;
3905}
3906.ant-btn:active > a:only-child::after {
3907 position: absolute;
3908 top: 0;
3909 right: 0;
3910 bottom: 0;
3911 left: 0;
3912 background: transparent;
3913 content: '';
3914}
3915.ant-btn[disabled],
3916.ant-btn[disabled]:hover,
3917.ant-btn[disabled]:focus,
3918.ant-btn[disabled]:active {
3919 color: rgba(0, 0, 0, 0.25);
3920 border-color: #d9d9d9;
3921 background: #f5f5f5;
3922 text-shadow: none;
3923 box-shadow: none;
3924}
3925.ant-btn[disabled] > a:only-child,
3926.ant-btn[disabled]:hover > a:only-child,
3927.ant-btn[disabled]:focus > a:only-child,
3928.ant-btn[disabled]:active > a:only-child {
3929 color: currentcolor;
3930}
3931.ant-btn[disabled] > a:only-child::after,
3932.ant-btn[disabled]:hover > a:only-child::after,
3933.ant-btn[disabled]:focus > a:only-child::after,
3934.ant-btn[disabled]:active > a:only-child::after {
3935 position: absolute;
3936 top: 0;
3937 right: 0;
3938 bottom: 0;
3939 left: 0;
3940 background: transparent;
3941 content: '';
3942}
3943.ant-btn:hover,
3944.ant-btn:focus,
3945.ant-btn:active {
3946 text-decoration: none;
3947 background: #fff;
3948}
3949.ant-btn > span {
3950 display: inline-block;
3951}
3952.ant-btn-primary {
3953 color: #fff;
3954 border-color: #1890ff;
3955 background: #1890ff;
3956 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
3957 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
3958}
3959.ant-btn-primary > a:only-child {
3960 color: currentcolor;
3961}
3962.ant-btn-primary > a:only-child::after {
3963 position: absolute;
3964 top: 0;
3965 right: 0;
3966 bottom: 0;
3967 left: 0;
3968 background: transparent;
3969 content: '';
3970}
3971.ant-btn-primary:hover,
3972.ant-btn-primary:focus {
3973 color: #fff;
3974 border-color: #40a9ff;
3975 background: #40a9ff;
3976}
3977.ant-btn-primary:hover > a:only-child,
3978.ant-btn-primary:focus > a:only-child {
3979 color: currentcolor;
3980}
3981.ant-btn-primary:hover > a:only-child::after,
3982.ant-btn-primary:focus > a:only-child::after {
3983 position: absolute;
3984 top: 0;
3985 right: 0;
3986 bottom: 0;
3987 left: 0;
3988 background: transparent;
3989 content: '';
3990}
3991.ant-btn-primary:active {
3992 color: #fff;
3993 border-color: #096dd9;
3994 background: #096dd9;
3995}
3996.ant-btn-primary:active > a:only-child {
3997 color: currentcolor;
3998}
3999.ant-btn-primary:active > a:only-child::after {
4000 position: absolute;
4001 top: 0;
4002 right: 0;
4003 bottom: 0;
4004 left: 0;
4005 background: transparent;
4006 content: '';
4007}
4008.ant-btn-primary[disabled],
4009.ant-btn-primary[disabled]:hover,
4010.ant-btn-primary[disabled]:focus,
4011.ant-btn-primary[disabled]:active {
4012 color: rgba(0, 0, 0, 0.25);
4013 border-color: #d9d9d9;
4014 background: #f5f5f5;
4015 text-shadow: none;
4016 box-shadow: none;
4017}
4018.ant-btn-primary[disabled] > a:only-child,
4019.ant-btn-primary[disabled]:hover > a:only-child,
4020.ant-btn-primary[disabled]:focus > a:only-child,
4021.ant-btn-primary[disabled]:active > a:only-child {
4022 color: currentcolor;
4023}
4024.ant-btn-primary[disabled] > a:only-child::after,
4025.ant-btn-primary[disabled]:hover > a:only-child::after,
4026.ant-btn-primary[disabled]:focus > a:only-child::after,
4027.ant-btn-primary[disabled]:active > a:only-child::after {
4028 position: absolute;
4029 top: 0;
4030 right: 0;
4031 bottom: 0;
4032 left: 0;
4033 background: transparent;
4034 content: '';
4035}
4036.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
4037 border-right-color: #40a9ff;
4038 border-left-color: #40a9ff;
4039}
4040.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
4041 border-color: #d9d9d9;
4042}
4043.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
4044 border-right-color: #40a9ff;
4045}
4046.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
4047 border-right-color: #d9d9d9;
4048}
4049.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
4050.ant-btn-group .ant-btn-primary + .ant-btn-primary {
4051 border-left-color: #40a9ff;
4052}
4053.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
4054.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
4055 border-left-color: #d9d9d9;
4056}
4057.ant-btn-ghost {
4058 color: rgba(0, 0, 0, 0.85);
4059 border-color: #d9d9d9;
4060 background: transparent;
4061}
4062.ant-btn-ghost > a:only-child {
4063 color: currentcolor;
4064}
4065.ant-btn-ghost > a:only-child::after {
4066 position: absolute;
4067 top: 0;
4068 right: 0;
4069 bottom: 0;
4070 left: 0;
4071 background: transparent;
4072 content: '';
4073}
4074.ant-btn-ghost:hover,
4075.ant-btn-ghost:focus {
4076 color: #40a9ff;
4077 border-color: #40a9ff;
4078 background: transparent;
4079}
4080.ant-btn-ghost:hover > a:only-child,
4081.ant-btn-ghost:focus > a:only-child {
4082 color: currentcolor;
4083}
4084.ant-btn-ghost:hover > a:only-child::after,
4085.ant-btn-ghost:focus > a:only-child::after {
4086 position: absolute;
4087 top: 0;
4088 right: 0;
4089 bottom: 0;
4090 left: 0;
4091 background: transparent;
4092 content: '';
4093}
4094.ant-btn-ghost:active {
4095 color: #096dd9;
4096 border-color: #096dd9;
4097 background: transparent;
4098}
4099.ant-btn-ghost:active > a:only-child {
4100 color: currentcolor;
4101}
4102.ant-btn-ghost:active > a:only-child::after {
4103 position: absolute;
4104 top: 0;
4105 right: 0;
4106 bottom: 0;
4107 left: 0;
4108 background: transparent;
4109 content: '';
4110}
4111.ant-btn-ghost[disabled],
4112.ant-btn-ghost[disabled]:hover,
4113.ant-btn-ghost[disabled]:focus,
4114.ant-btn-ghost[disabled]:active {
4115 color: rgba(0, 0, 0, 0.25);
4116 border-color: #d9d9d9;
4117 background: #f5f5f5;
4118 text-shadow: none;
4119 box-shadow: none;
4120}
4121.ant-btn-ghost[disabled] > a:only-child,
4122.ant-btn-ghost[disabled]:hover > a:only-child,
4123.ant-btn-ghost[disabled]:focus > a:only-child,
4124.ant-btn-ghost[disabled]:active > a:only-child {
4125 color: currentcolor;
4126}
4127.ant-btn-ghost[disabled] > a:only-child::after,
4128.ant-btn-ghost[disabled]:hover > a:only-child::after,
4129.ant-btn-ghost[disabled]:focus > a:only-child::after,
4130.ant-btn-ghost[disabled]:active > a:only-child::after {
4131 position: absolute;
4132 top: 0;
4133 right: 0;
4134 bottom: 0;
4135 left: 0;
4136 background: transparent;
4137 content: '';
4138}
4139.ant-btn-dashed {
4140 color: rgba(0, 0, 0, 0.85);
4141 border-color: #d9d9d9;
4142 background: #fff;
4143 border-style: dashed;
4144}
4145.ant-btn-dashed > a:only-child {
4146 color: currentcolor;
4147}
4148.ant-btn-dashed > a:only-child::after {
4149 position: absolute;
4150 top: 0;
4151 right: 0;
4152 bottom: 0;
4153 left: 0;
4154 background: transparent;
4155 content: '';
4156}
4157.ant-btn-dashed:hover,
4158.ant-btn-dashed:focus {
4159 color: #40a9ff;
4160 border-color: #40a9ff;
4161 background: #fff;
4162}
4163.ant-btn-dashed:hover > a:only-child,
4164.ant-btn-dashed:focus > a:only-child {
4165 color: currentcolor;
4166}
4167.ant-btn-dashed:hover > a:only-child::after,
4168.ant-btn-dashed:focus > a:only-child::after {
4169 position: absolute;
4170 top: 0;
4171 right: 0;
4172 bottom: 0;
4173 left: 0;
4174 background: transparent;
4175 content: '';
4176}
4177.ant-btn-dashed:active {
4178 color: #096dd9;
4179 border-color: #096dd9;
4180 background: #fff;
4181}
4182.ant-btn-dashed:active > a:only-child {
4183 color: currentcolor;
4184}
4185.ant-btn-dashed:active > a:only-child::after {
4186 position: absolute;
4187 top: 0;
4188 right: 0;
4189 bottom: 0;
4190 left: 0;
4191 background: transparent;
4192 content: '';
4193}
4194.ant-btn-dashed[disabled],
4195.ant-btn-dashed[disabled]:hover,
4196.ant-btn-dashed[disabled]:focus,
4197.ant-btn-dashed[disabled]:active {
4198 color: rgba(0, 0, 0, 0.25);
4199 border-color: #d9d9d9;
4200 background: #f5f5f5;
4201 text-shadow: none;
4202 box-shadow: none;
4203}
4204.ant-btn-dashed[disabled] > a:only-child,
4205.ant-btn-dashed[disabled]:hover > a:only-child,
4206.ant-btn-dashed[disabled]:focus > a:only-child,
4207.ant-btn-dashed[disabled]:active > a:only-child {
4208 color: currentcolor;
4209}
4210.ant-btn-dashed[disabled] > a:only-child::after,
4211.ant-btn-dashed[disabled]:hover > a:only-child::after,
4212.ant-btn-dashed[disabled]:focus > a:only-child::after,
4213.ant-btn-dashed[disabled]:active > a:only-child::after {
4214 position: absolute;
4215 top: 0;
4216 right: 0;
4217 bottom: 0;
4218 left: 0;
4219 background: transparent;
4220 content: '';
4221}
4222.ant-btn-danger {
4223 color: #fff;
4224 border-color: #ff4d4f;
4225 background: #ff4d4f;
4226 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
4227 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
4228}
4229.ant-btn-danger > a:only-child {
4230 color: currentcolor;
4231}
4232.ant-btn-danger > a:only-child::after {
4233 position: absolute;
4234 top: 0;
4235 right: 0;
4236 bottom: 0;
4237 left: 0;
4238 background: transparent;
4239 content: '';
4240}
4241.ant-btn-danger:hover,
4242.ant-btn-danger:focus {
4243 color: #fff;
4244 border-color: #ff7875;
4245 background: #ff7875;
4246}
4247.ant-btn-danger:hover > a:only-child,
4248.ant-btn-danger:focus > a:only-child {
4249 color: currentcolor;
4250}
4251.ant-btn-danger:hover > a:only-child::after,
4252.ant-btn-danger:focus > a:only-child::after {
4253 position: absolute;
4254 top: 0;
4255 right: 0;
4256 bottom: 0;
4257 left: 0;
4258 background: transparent;
4259 content: '';
4260}
4261.ant-btn-danger:active {
4262 color: #fff;
4263 border-color: #d9363e;
4264 background: #d9363e;
4265}
4266.ant-btn-danger:active > a:only-child {
4267 color: currentcolor;
4268}
4269.ant-btn-danger:active > a:only-child::after {
4270 position: absolute;
4271 top: 0;
4272 right: 0;
4273 bottom: 0;
4274 left: 0;
4275 background: transparent;
4276 content: '';
4277}
4278.ant-btn-danger[disabled],
4279.ant-btn-danger[disabled]:hover,
4280.ant-btn-danger[disabled]:focus,
4281.ant-btn-danger[disabled]:active {
4282 color: rgba(0, 0, 0, 0.25);
4283 border-color: #d9d9d9;
4284 background: #f5f5f5;
4285 text-shadow: none;
4286 box-shadow: none;
4287}
4288.ant-btn-danger[disabled] > a:only-child,
4289.ant-btn-danger[disabled]:hover > a:only-child,
4290.ant-btn-danger[disabled]:focus > a:only-child,
4291.ant-btn-danger[disabled]:active > a:only-child {
4292 color: currentcolor;
4293}
4294.ant-btn-danger[disabled] > a:only-child::after,
4295.ant-btn-danger[disabled]:hover > a:only-child::after,
4296.ant-btn-danger[disabled]:focus > a:only-child::after,
4297.ant-btn-danger[disabled]:active > a:only-child::after {
4298 position: absolute;
4299 top: 0;
4300 right: 0;
4301 bottom: 0;
4302 left: 0;
4303 background: transparent;
4304 content: '';
4305}
4306.ant-btn-link {
4307 color: #1890ff;
4308 border-color: transparent;
4309 background: transparent;
4310 box-shadow: none;
4311}
4312.ant-btn-link > a:only-child {
4313 color: currentcolor;
4314}
4315.ant-btn-link > a:only-child::after {
4316 position: absolute;
4317 top: 0;
4318 right: 0;
4319 bottom: 0;
4320 left: 0;
4321 background: transparent;
4322 content: '';
4323}
4324.ant-btn-link:hover,
4325.ant-btn-link:focus {
4326 color: #40a9ff;
4327 border-color: #40a9ff;
4328 background: transparent;
4329}
4330.ant-btn-link:hover > a:only-child,
4331.ant-btn-link:focus > a:only-child {
4332 color: currentcolor;
4333}
4334.ant-btn-link:hover > a:only-child::after,
4335.ant-btn-link:focus > a:only-child::after {
4336 position: absolute;
4337 top: 0;
4338 right: 0;
4339 bottom: 0;
4340 left: 0;
4341 background: transparent;
4342 content: '';
4343}
4344.ant-btn-link:active {
4345 color: #096dd9;
4346 border-color: #096dd9;
4347 background: transparent;
4348}
4349.ant-btn-link:active > a:only-child {
4350 color: currentcolor;
4351}
4352.ant-btn-link:active > a:only-child::after {
4353 position: absolute;
4354 top: 0;
4355 right: 0;
4356 bottom: 0;
4357 left: 0;
4358 background: transparent;
4359 content: '';
4360}
4361.ant-btn-link[disabled],
4362.ant-btn-link[disabled]:hover,
4363.ant-btn-link[disabled]:focus,
4364.ant-btn-link[disabled]:active {
4365 color: rgba(0, 0, 0, 0.25);
4366 border-color: #d9d9d9;
4367 background: #f5f5f5;
4368 text-shadow: none;
4369 box-shadow: none;
4370}
4371.ant-btn-link[disabled] > a:only-child,
4372.ant-btn-link[disabled]:hover > a:only-child,
4373.ant-btn-link[disabled]:focus > a:only-child,
4374.ant-btn-link[disabled]:active > a:only-child {
4375 color: currentcolor;
4376}
4377.ant-btn-link[disabled] > a:only-child::after,
4378.ant-btn-link[disabled]:hover > a:only-child::after,
4379.ant-btn-link[disabled]:focus > a:only-child::after,
4380.ant-btn-link[disabled]:active > a:only-child::after {
4381 position: absolute;
4382 top: 0;
4383 right: 0;
4384 bottom: 0;
4385 left: 0;
4386 background: transparent;
4387 content: '';
4388}
4389.ant-btn-link:hover {
4390 background: transparent;
4391}
4392.ant-btn-link:hover,
4393.ant-btn-link:focus,
4394.ant-btn-link:active {
4395 border-color: transparent;
4396}
4397.ant-btn-link[disabled],
4398.ant-btn-link[disabled]:hover,
4399.ant-btn-link[disabled]:focus,
4400.ant-btn-link[disabled]:active {
4401 color: rgba(0, 0, 0, 0.25);
4402 border-color: transparent;
4403 background: transparent;
4404 text-shadow: none;
4405 box-shadow: none;
4406}
4407.ant-btn-link[disabled] > a:only-child,
4408.ant-btn-link[disabled]:hover > a:only-child,
4409.ant-btn-link[disabled]:focus > a:only-child,
4410.ant-btn-link[disabled]:active > a:only-child {
4411 color: currentcolor;
4412}
4413.ant-btn-link[disabled] > a:only-child::after,
4414.ant-btn-link[disabled]:hover > a:only-child::after,
4415.ant-btn-link[disabled]:focus > a:only-child::after,
4416.ant-btn-link[disabled]:active > a:only-child::after {
4417 position: absolute;
4418 top: 0;
4419 right: 0;
4420 bottom: 0;
4421 left: 0;
4422 background: transparent;
4423 content: '';
4424}
4425.ant-btn-text {
4426 color: rgba(0, 0, 0, 0.85);
4427 border-color: transparent;
4428 background: transparent;
4429 box-shadow: none;
4430}
4431.ant-btn-text > a:only-child {
4432 color: currentcolor;
4433}
4434.ant-btn-text > a:only-child::after {
4435 position: absolute;
4436 top: 0;
4437 right: 0;
4438 bottom: 0;
4439 left: 0;
4440 background: transparent;
4441 content: '';
4442}
4443.ant-btn-text:hover,
4444.ant-btn-text:focus {
4445 color: #40a9ff;
4446 border-color: #40a9ff;
4447 background: transparent;
4448}
4449.ant-btn-text:hover > a:only-child,
4450.ant-btn-text:focus > a:only-child {
4451 color: currentcolor;
4452}
4453.ant-btn-text:hover > a:only-child::after,
4454.ant-btn-text:focus > a:only-child::after {
4455 position: absolute;
4456 top: 0;
4457 right: 0;
4458 bottom: 0;
4459 left: 0;
4460 background: transparent;
4461 content: '';
4462}
4463.ant-btn-text:active {
4464 color: #096dd9;
4465 border-color: #096dd9;
4466 background: transparent;
4467}
4468.ant-btn-text:active > a:only-child {
4469 color: currentcolor;
4470}
4471.ant-btn-text:active > a:only-child::after {
4472 position: absolute;
4473 top: 0;
4474 right: 0;
4475 bottom: 0;
4476 left: 0;
4477 background: transparent;
4478 content: '';
4479}
4480.ant-btn-text[disabled],
4481.ant-btn-text[disabled]:hover,
4482.ant-btn-text[disabled]:focus,
4483.ant-btn-text[disabled]:active {
4484 color: rgba(0, 0, 0, 0.25);
4485 border-color: #d9d9d9;
4486 background: #f5f5f5;
4487 text-shadow: none;
4488 box-shadow: none;
4489}
4490.ant-btn-text[disabled] > a:only-child,
4491.ant-btn-text[disabled]:hover > a:only-child,
4492.ant-btn-text[disabled]:focus > a:only-child,
4493.ant-btn-text[disabled]:active > a:only-child {
4494 color: currentcolor;
4495}
4496.ant-btn-text[disabled] > a:only-child::after,
4497.ant-btn-text[disabled]:hover > a:only-child::after,
4498.ant-btn-text[disabled]:focus > a:only-child::after,
4499.ant-btn-text[disabled]:active > a:only-child::after {
4500 position: absolute;
4501 top: 0;
4502 right: 0;
4503 bottom: 0;
4504 left: 0;
4505 background: transparent;
4506 content: '';
4507}
4508.ant-btn-text:hover,
4509.ant-btn-text:focus {
4510 color: rgba(0, 0, 0, 0.85);
4511 background: rgba(0, 0, 0, 0.018);
4512 border-color: transparent;
4513}
4514.ant-btn-text:active {
4515 color: rgba(0, 0, 0, 0.85);
4516 background: rgba(0, 0, 0, 0.028);
4517 border-color: transparent;
4518}
4519.ant-btn-text[disabled],
4520.ant-btn-text[disabled]:hover,
4521.ant-btn-text[disabled]:focus,
4522.ant-btn-text[disabled]:active {
4523 color: rgba(0, 0, 0, 0.25);
4524 border-color: transparent;
4525 background: transparent;
4526 text-shadow: none;
4527 box-shadow: none;
4528}
4529.ant-btn-text[disabled] > a:only-child,
4530.ant-btn-text[disabled]:hover > a:only-child,
4531.ant-btn-text[disabled]:focus > a:only-child,
4532.ant-btn-text[disabled]:active > a:only-child {
4533 color: currentcolor;
4534}
4535.ant-btn-text[disabled] > a:only-child::after,
4536.ant-btn-text[disabled]:hover > a:only-child::after,
4537.ant-btn-text[disabled]:focus > a:only-child::after,
4538.ant-btn-text[disabled]:active > a:only-child::after {
4539 position: absolute;
4540 top: 0;
4541 right: 0;
4542 bottom: 0;
4543 left: 0;
4544 background: transparent;
4545 content: '';
4546}
4547.ant-btn-dangerous {
4548 color: #ff4d4f;
4549 border-color: #ff4d4f;
4550 background: #fff;
4551}
4552.ant-btn-dangerous > a:only-child {
4553 color: currentcolor;
4554}
4555.ant-btn-dangerous > a:only-child::after {
4556 position: absolute;
4557 top: 0;
4558 right: 0;
4559 bottom: 0;
4560 left: 0;
4561 background: transparent;
4562 content: '';
4563}
4564.ant-btn-dangerous:hover,
4565.ant-btn-dangerous:focus {
4566 color: #ff7875;
4567 border-color: #ff7875;
4568 background: #fff;
4569}
4570.ant-btn-dangerous:hover > a:only-child,
4571.ant-btn-dangerous:focus > a:only-child {
4572 color: currentcolor;
4573}
4574.ant-btn-dangerous:hover > a:only-child::after,
4575.ant-btn-dangerous:focus > a:only-child::after {
4576 position: absolute;
4577 top: 0;
4578 right: 0;
4579 bottom: 0;
4580 left: 0;
4581 background: transparent;
4582 content: '';
4583}
4584.ant-btn-dangerous:active {
4585 color: #d9363e;
4586 border-color: #d9363e;
4587 background: #fff;
4588}
4589.ant-btn-dangerous:active > a:only-child {
4590 color: currentcolor;
4591}
4592.ant-btn-dangerous:active > a:only-child::after {
4593 position: absolute;
4594 top: 0;
4595 right: 0;
4596 bottom: 0;
4597 left: 0;
4598 background: transparent;
4599 content: '';
4600}
4601.ant-btn-dangerous[disabled],
4602.ant-btn-dangerous[disabled]:hover,
4603.ant-btn-dangerous[disabled]:focus,
4604.ant-btn-dangerous[disabled]:active {
4605 color: rgba(0, 0, 0, 0.25);
4606 border-color: #d9d9d9;
4607 background: #f5f5f5;
4608 text-shadow: none;
4609 box-shadow: none;
4610}
4611.ant-btn-dangerous[disabled] > a:only-child,
4612.ant-btn-dangerous[disabled]:hover > a:only-child,
4613.ant-btn-dangerous[disabled]:focus > a:only-child,
4614.ant-btn-dangerous[disabled]:active > a:only-child {
4615 color: currentcolor;
4616}
4617.ant-btn-dangerous[disabled] > a:only-child::after,
4618.ant-btn-dangerous[disabled]:hover > a:only-child::after,
4619.ant-btn-dangerous[disabled]:focus > a:only-child::after,
4620.ant-btn-dangerous[disabled]:active > a:only-child::after {
4621 position: absolute;
4622 top: 0;
4623 right: 0;
4624 bottom: 0;
4625 left: 0;
4626 background: transparent;
4627 content: '';
4628}
4629.ant-btn-dangerous.ant-btn-primary {
4630 color: #fff;
4631 border-color: #ff4d4f;
4632 background: #ff4d4f;
4633 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
4634 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
4635}
4636.ant-btn-dangerous.ant-btn-primary > a:only-child {
4637 color: currentcolor;
4638}
4639.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
4640 position: absolute;
4641 top: 0;
4642 right: 0;
4643 bottom: 0;
4644 left: 0;
4645 background: transparent;
4646 content: '';
4647}
4648.ant-btn-dangerous.ant-btn-primary:hover,
4649.ant-btn-dangerous.ant-btn-primary:focus {
4650 color: #fff;
4651 border-color: #ff7875;
4652 background: #ff7875;
4653}
4654.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
4655.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
4656 color: currentcolor;
4657}
4658.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
4659.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
4660 position: absolute;
4661 top: 0;
4662 right: 0;
4663 bottom: 0;
4664 left: 0;
4665 background: transparent;
4666 content: '';
4667}
4668.ant-btn-dangerous.ant-btn-primary:active {
4669 color: #fff;
4670 border-color: #d9363e;
4671 background: #d9363e;
4672}
4673.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
4674 color: currentcolor;
4675}
4676.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
4677 position: absolute;
4678 top: 0;
4679 right: 0;
4680 bottom: 0;
4681 left: 0;
4682 background: transparent;
4683 content: '';
4684}
4685.ant-btn-dangerous.ant-btn-primary[disabled],
4686.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
4687.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
4688.ant-btn-dangerous.ant-btn-primary[disabled]:active {
4689 color: rgba(0, 0, 0, 0.25);
4690 border-color: #d9d9d9;
4691 background: #f5f5f5;
4692 text-shadow: none;
4693 box-shadow: none;
4694}
4695.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
4696.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
4697.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
4698.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
4699 color: currentcolor;
4700}
4701.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
4702.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
4703.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
4704.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
4705 position: absolute;
4706 top: 0;
4707 right: 0;
4708 bottom: 0;
4709 left: 0;
4710 background: transparent;
4711 content: '';
4712}
4713.ant-btn-dangerous.ant-btn-link {
4714 color: #ff4d4f;
4715 border-color: transparent;
4716 background: transparent;
4717 box-shadow: none;
4718}
4719.ant-btn-dangerous.ant-btn-link > a:only-child {
4720 color: currentcolor;
4721}
4722.ant-btn-dangerous.ant-btn-link > a:only-child::after {
4723 position: absolute;
4724 top: 0;
4725 right: 0;
4726 bottom: 0;
4727 left: 0;
4728 background: transparent;
4729 content: '';
4730}
4731.ant-btn-dangerous.ant-btn-link:hover,
4732.ant-btn-dangerous.ant-btn-link:focus {
4733 color: #40a9ff;
4734 border-color: #40a9ff;
4735 background: transparent;
4736}
4737.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
4738.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
4739 color: currentcolor;
4740}
4741.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
4742.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
4743 position: absolute;
4744 top: 0;
4745 right: 0;
4746 bottom: 0;
4747 left: 0;
4748 background: transparent;
4749 content: '';
4750}
4751.ant-btn-dangerous.ant-btn-link:active {
4752 color: #096dd9;
4753 border-color: #096dd9;
4754 background: transparent;
4755}
4756.ant-btn-dangerous.ant-btn-link:active > a:only-child {
4757 color: currentcolor;
4758}
4759.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
4760 position: absolute;
4761 top: 0;
4762 right: 0;
4763 bottom: 0;
4764 left: 0;
4765 background: transparent;
4766 content: '';
4767}
4768.ant-btn-dangerous.ant-btn-link[disabled],
4769.ant-btn-dangerous.ant-btn-link[disabled]:hover,
4770.ant-btn-dangerous.ant-btn-link[disabled]:focus,
4771.ant-btn-dangerous.ant-btn-link[disabled]:active {
4772 color: rgba(0, 0, 0, 0.25);
4773 border-color: #d9d9d9;
4774 background: #f5f5f5;
4775 text-shadow: none;
4776 box-shadow: none;
4777}
4778.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
4779.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
4780.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
4781.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
4782 color: currentcolor;
4783}
4784.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
4785.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
4786.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
4787.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
4788 position: absolute;
4789 top: 0;
4790 right: 0;
4791 bottom: 0;
4792 left: 0;
4793 background: transparent;
4794 content: '';
4795}
4796.ant-btn-dangerous.ant-btn-link:hover,
4797.ant-btn-dangerous.ant-btn-link:focus {
4798 color: #ff7875;
4799 border-color: transparent;
4800 background: transparent;
4801}
4802.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
4803.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
4804 color: currentcolor;
4805}
4806.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
4807.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
4808 position: absolute;
4809 top: 0;
4810 right: 0;
4811 bottom: 0;
4812 left: 0;
4813 background: transparent;
4814 content: '';
4815}
4816.ant-btn-dangerous.ant-btn-link:active {
4817 color: #d9363e;
4818 border-color: transparent;
4819 background: transparent;
4820}
4821.ant-btn-dangerous.ant-btn-link:active > a:only-child {
4822 color: currentcolor;
4823}
4824.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
4825 position: absolute;
4826 top: 0;
4827 right: 0;
4828 bottom: 0;
4829 left: 0;
4830 background: transparent;
4831 content: '';
4832}
4833.ant-btn-dangerous.ant-btn-link[disabled],
4834.ant-btn-dangerous.ant-btn-link[disabled]:hover,
4835.ant-btn-dangerous.ant-btn-link[disabled]:focus,
4836.ant-btn-dangerous.ant-btn-link[disabled]:active {
4837 color: rgba(0, 0, 0, 0.25);
4838 border-color: transparent;
4839 background: transparent;
4840 text-shadow: none;
4841 box-shadow: none;
4842}
4843.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
4844.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
4845.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
4846.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
4847 color: currentcolor;
4848}
4849.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
4850.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
4851.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
4852.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
4853 position: absolute;
4854 top: 0;
4855 right: 0;
4856 bottom: 0;
4857 left: 0;
4858 background: transparent;
4859 content: '';
4860}
4861.ant-btn-dangerous.ant-btn-text {
4862 color: #ff4d4f;
4863 border-color: transparent;
4864 background: transparent;
4865 box-shadow: none;
4866}
4867.ant-btn-dangerous.ant-btn-text > a:only-child {
4868 color: currentcolor;
4869}
4870.ant-btn-dangerous.ant-btn-text > a:only-child::after {
4871 position: absolute;
4872 top: 0;
4873 right: 0;
4874 bottom: 0;
4875 left: 0;
4876 background: transparent;
4877 content: '';
4878}
4879.ant-btn-dangerous.ant-btn-text:hover,
4880.ant-btn-dangerous.ant-btn-text:focus {
4881 color: #40a9ff;
4882 border-color: #40a9ff;
4883 background: transparent;
4884}
4885.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
4886.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
4887 color: currentcolor;
4888}
4889.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
4890.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
4891 position: absolute;
4892 top: 0;
4893 right: 0;
4894 bottom: 0;
4895 left: 0;
4896 background: transparent;
4897 content: '';
4898}
4899.ant-btn-dangerous.ant-btn-text:active {
4900 color: #096dd9;
4901 border-color: #096dd9;
4902 background: transparent;
4903}
4904.ant-btn-dangerous.ant-btn-text:active > a:only-child {
4905 color: currentcolor;
4906}
4907.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
4908 position: absolute;
4909 top: 0;
4910 right: 0;
4911 bottom: 0;
4912 left: 0;
4913 background: transparent;
4914 content: '';
4915}
4916.ant-btn-dangerous.ant-btn-text[disabled],
4917.ant-btn-dangerous.ant-btn-text[disabled]:hover,
4918.ant-btn-dangerous.ant-btn-text[disabled]:focus,
4919.ant-btn-dangerous.ant-btn-text[disabled]:active {
4920 color: rgba(0, 0, 0, 0.25);
4921 border-color: #d9d9d9;
4922 background: #f5f5f5;
4923 text-shadow: none;
4924 box-shadow: none;
4925}
4926.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
4927.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
4928.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
4929.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
4930 color: currentcolor;
4931}
4932.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
4933.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
4934.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
4935.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
4936 position: absolute;
4937 top: 0;
4938 right: 0;
4939 bottom: 0;
4940 left: 0;
4941 background: transparent;
4942 content: '';
4943}
4944.ant-btn-dangerous.ant-btn-text:hover,
4945.ant-btn-dangerous.ant-btn-text:focus {
4946 color: #ff7875;
4947 border-color: transparent;
4948 background: rgba(0, 0, 0, 0.018);
4949}
4950.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
4951.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
4952 color: currentcolor;
4953}
4954.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
4955.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
4956 position: absolute;
4957 top: 0;
4958 right: 0;
4959 bottom: 0;
4960 left: 0;
4961 background: transparent;
4962 content: '';
4963}
4964.ant-btn-dangerous.ant-btn-text:active {
4965 color: #d9363e;
4966 border-color: transparent;
4967 background: rgba(0, 0, 0, 0.028);
4968}
4969.ant-btn-dangerous.ant-btn-text:active > a:only-child {
4970 color: currentcolor;
4971}
4972.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
4973 position: absolute;
4974 top: 0;
4975 right: 0;
4976 bottom: 0;
4977 left: 0;
4978 background: transparent;
4979 content: '';
4980}
4981.ant-btn-dangerous.ant-btn-text[disabled],
4982.ant-btn-dangerous.ant-btn-text[disabled]:hover,
4983.ant-btn-dangerous.ant-btn-text[disabled]:focus,
4984.ant-btn-dangerous.ant-btn-text[disabled]:active {
4985 color: rgba(0, 0, 0, 0.25);
4986 border-color: transparent;
4987 background: transparent;
4988 text-shadow: none;
4989 box-shadow: none;
4990}
4991.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
4992.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
4993.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
4994.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
4995 color: currentcolor;
4996}
4997.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
4998.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
4999.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
5000.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
5001 position: absolute;
5002 top: 0;
5003 right: 0;
5004 bottom: 0;
5005 left: 0;
5006 background: transparent;
5007 content: '';
5008}
5009.ant-btn-icon-only {
5010 width: 28px;
5011 height: 28px;
5012 padding: 1.3px 0;
5013 font-size: 14px;
5014 border-radius: 2px;
5015 vertical-align: -3px;
5016}
5017.ant-btn-icon-only > * {
5018 font-size: 14px;
5019}
5020.ant-btn-icon-only.ant-btn-lg {
5021 width: 32px;
5022 height: 32px;
5023 padding: 1.7px 0;
5024 font-size: 16px;
5025 border-radius: 2px;
5026}
5027.ant-btn-icon-only.ant-btn-lg > * {
5028 font-size: 16px;
5029}
5030.ant-btn-icon-only.ant-btn-sm {
5031 width: 22px;
5032 height: 22px;
5033 padding: 0px 0;
5034 font-size: 12px;
5035 border-radius: 2px;
5036}
5037.ant-btn-icon-only.ant-btn-sm > * {
5038 font-size: 12px;
5039}
5040.ant-btn-icon-only > .anticon {
5041 display: flex;
5042 justify-content: center;
5043}
5044.ant-btn-icon-only .anticon-loading {
5045 padding: 0 !important;
5046}
5047a.ant-btn-icon-only {
5048 vertical-align: -1px;
5049}
5050a.ant-btn-icon-only > .anticon {
5051 display: inline;
5052}
5053.ant-btn-round {
5054 height: 28px;
5055 padding: 3px 14px;
5056 font-size: 12px;
5057 border-radius: 28px;
5058}
5059.ant-btn-round.ant-btn-lg {
5060 height: 32px;
5061 padding: 3.3px 16px;
5062 font-size: 14px;
5063 border-radius: 32px;
5064}
5065.ant-btn-round.ant-btn-sm {
5066 height: 22px;
5067 padding: 0px 11px;
5068 font-size: 12px;
5069 border-radius: 22px;
5070}
5071.ant-btn-round.ant-btn-icon-only {
5072 width: auto;
5073}
5074.ant-btn-circle {
5075 min-width: 28px;
5076 padding-right: 0;
5077 padding-left: 0;
5078 text-align: center;
5079 border-radius: 50%;
5080}
5081.ant-btn-circle.ant-btn-lg {
5082 min-width: 32px;
5083 border-radius: 50%;
5084}
5085.ant-btn-circle.ant-btn-sm {
5086 min-width: 22px;
5087 border-radius: 50%;
5088}
5089.ant-btn::before {
5090 position: absolute;
5091 top: -1px;
5092 right: -1px;
5093 bottom: -1px;
5094 left: -1px;
5095 z-index: 1;
5096 display: none;
5097 background: #fff;
5098 border-radius: inherit;
5099 opacity: 0.35;
5100 transition: opacity 0.2s;
5101 content: '';
5102 pointer-events: none;
5103}
5104.ant-btn .anticon {
5105 transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5106}
5107.ant-btn .anticon.anticon-plus > svg,
5108.ant-btn .anticon.anticon-minus > svg {
5109 shape-rendering: optimizespeed;
5110}
5111.ant-btn.ant-btn-loading {
5112 position: relative;
5113 cursor: default;
5114}
5115.ant-btn.ant-btn-loading::before {
5116 display: block;
5117}
5118.ant-btn > .ant-btn-loading-icon {
5119 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);
5120}
5121.ant-btn > .ant-btn-loading-icon .anticon {
5122 padding-right: 4px;
5123 animation: none;
5124}
5125.ant-btn > .ant-btn-loading-icon .anticon svg {
5126 animation: loadingCircle 1s infinite linear;
5127}
5128.ant-btn-group {
5129 position: relative;
5130 display: inline-flex;
5131}
5132.ant-btn-group > .ant-btn,
5133.ant-btn-group > span > .ant-btn {
5134 position: relative;
5135}
5136.ant-btn-group > .ant-btn:hover,
5137.ant-btn-group > span > .ant-btn:hover,
5138.ant-btn-group > .ant-btn:focus,
5139.ant-btn-group > span > .ant-btn:focus,
5140.ant-btn-group > .ant-btn:active,
5141.ant-btn-group > span > .ant-btn:active {
5142 z-index: 2;
5143}
5144.ant-btn-group > .ant-btn[disabled],
5145.ant-btn-group > span > .ant-btn[disabled] {
5146 z-index: 0;
5147}
5148.ant-btn-group .ant-btn-icon-only {
5149 font-size: 12px;
5150}
5151.ant-btn-group .ant-btn + .ant-btn,
5152.ant-btn + .ant-btn-group,
5153.ant-btn-group span + .ant-btn,
5154.ant-btn-group .ant-btn + span,
5155.ant-btn-group > span + span,
5156.ant-btn-group + .ant-btn,
5157.ant-btn-group + .ant-btn-group {
5158 margin-left: -1px;
5159}
5160.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
5161 border-left-color: transparent;
5162}
5163.ant-btn-group .ant-btn {
5164 border-radius: 0;
5165}
5166.ant-btn-group > .ant-btn:first-child,
5167.ant-btn-group > span:first-child > .ant-btn {
5168 margin-left: 0;
5169}
5170.ant-btn-group > .ant-btn:only-child {
5171 border-radius: 2px;
5172}
5173.ant-btn-group > span:only-child > .ant-btn {
5174 border-radius: 2px;
5175}
5176.ant-btn-group > .ant-btn:first-child:not(:last-child),
5177.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
5178 border-top-left-radius: 2px;
5179 border-bottom-left-radius: 2px;
5180}
5181.ant-btn-group > .ant-btn:last-child:not(:first-child),
5182.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
5183 border-top-right-radius: 2px;
5184 border-bottom-right-radius: 2px;
5185}
5186.ant-btn-group-sm > .ant-btn:only-child {
5187 border-radius: 2px;
5188}
5189.ant-btn-group-sm > span:only-child > .ant-btn {
5190 border-radius: 2px;
5191}
5192.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
5193.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
5194 border-top-left-radius: 2px;
5195 border-bottom-left-radius: 2px;
5196}
5197.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
5198.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
5199 border-top-right-radius: 2px;
5200 border-bottom-right-radius: 2px;
5201}
5202.ant-btn-group > .ant-btn-group {
5203 float: left;
5204}
5205.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
5206 border-radius: 0;
5207}
5208.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
5209 padding-right: 8px;
5210 border-top-right-radius: 0;
5211 border-bottom-right-radius: 0;
5212}
5213.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
5214 padding-left: 8px;
5215 border-top-left-radius: 0;
5216 border-bottom-left-radius: 0;
5217}
5218.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
5219.ant-btn-rtl.ant-btn + .ant-btn-group,
5220.ant-btn-rtl.ant-btn-group span + .ant-btn,
5221.ant-btn-rtl.ant-btn-group .ant-btn + span,
5222.ant-btn-rtl.ant-btn-group > span + span,
5223.ant-btn-rtl.ant-btn-group + .ant-btn,
5224.ant-btn-rtl.ant-btn-group + .ant-btn-group,
5225.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
5226.ant-btn-group-rtl.ant-btn + .ant-btn-group,
5227.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
5228.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
5229.ant-btn-group-rtl.ant-btn-group > span + span,
5230.ant-btn-group-rtl.ant-btn-group + .ant-btn,
5231.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
5232 margin-right: -1px;
5233 margin-left: auto;
5234}
5235.ant-btn-group.ant-btn-group-rtl {
5236 direction: rtl;
5237}
5238.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
5239.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
5240 border-radius: 0 2px 2px 0;
5241}
5242.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
5243.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
5244 border-radius: 2px 0 0 2px;
5245}
5246.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
5247.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
5248 border-radius: 0 2px 2px 0;
5249}
5250.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
5251.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
5252 border-radius: 2px 0 0 2px;
5253}
5254.ant-btn:focus > span,
5255.ant-btn:active > span {
5256 position: relative;
5257}
5258.ant-btn > .anticon + span,
5259.ant-btn > span + .anticon {
5260 margin-left: 4px;
5261}
5262.ant-btn.ant-btn-background-ghost {
5263 color: #fff;
5264 border-color: #fff;
5265}
5266.ant-btn.ant-btn-background-ghost,
5267.ant-btn.ant-btn-background-ghost:hover,
5268.ant-btn.ant-btn-background-ghost:active,
5269.ant-btn.ant-btn-background-ghost:focus {
5270 background: transparent;
5271}
5272.ant-btn.ant-btn-background-ghost:hover,
5273.ant-btn.ant-btn-background-ghost:focus {
5274 color: #40a9ff;
5275 border-color: #40a9ff;
5276}
5277.ant-btn.ant-btn-background-ghost:active {
5278 color: #096dd9;
5279 border-color: #096dd9;
5280}
5281.ant-btn.ant-btn-background-ghost[disabled] {
5282 color: rgba(0, 0, 0, 0.25);
5283 background: transparent;
5284 border-color: #d9d9d9;
5285}
5286.ant-btn-background-ghost.ant-btn-primary {
5287 color: #1890ff;
5288 border-color: #1890ff;
5289 text-shadow: none;
5290}
5291.ant-btn-background-ghost.ant-btn-primary > a:only-child {
5292 color: currentcolor;
5293}
5294.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
5295 position: absolute;
5296 top: 0;
5297 right: 0;
5298 bottom: 0;
5299 left: 0;
5300 background: transparent;
5301 content: '';
5302}
5303.ant-btn-background-ghost.ant-btn-primary:hover,
5304.ant-btn-background-ghost.ant-btn-primary:focus {
5305 color: #40a9ff;
5306 border-color: #40a9ff;
5307}
5308.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
5309.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
5310 color: currentcolor;
5311}
5312.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
5313.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
5314 position: absolute;
5315 top: 0;
5316 right: 0;
5317 bottom: 0;
5318 left: 0;
5319 background: transparent;
5320 content: '';
5321}
5322.ant-btn-background-ghost.ant-btn-primary:active {
5323 color: #096dd9;
5324 border-color: #096dd9;
5325}
5326.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
5327 color: currentcolor;
5328}
5329.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
5330 position: absolute;
5331 top: 0;
5332 right: 0;
5333 bottom: 0;
5334 left: 0;
5335 background: transparent;
5336 content: '';
5337}
5338.ant-btn-background-ghost.ant-btn-primary[disabled],
5339.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
5340.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
5341.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
5342 color: rgba(0, 0, 0, 0.25);
5343 border-color: #d9d9d9;
5344 background: #f5f5f5;
5345 text-shadow: none;
5346 box-shadow: none;
5347}
5348.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
5349.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
5350.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
5351.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
5352 color: currentcolor;
5353}
5354.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
5355.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
5356.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
5357.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
5358 position: absolute;
5359 top: 0;
5360 right: 0;
5361 bottom: 0;
5362 left: 0;
5363 background: transparent;
5364 content: '';
5365}
5366.ant-btn-background-ghost.ant-btn-danger {
5367 color: #ff4d4f;
5368 border-color: #ff4d4f;
5369 text-shadow: none;
5370}
5371.ant-btn-background-ghost.ant-btn-danger > a:only-child {
5372 color: currentcolor;
5373}
5374.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
5375 position: absolute;
5376 top: 0;
5377 right: 0;
5378 bottom: 0;
5379 left: 0;
5380 background: transparent;
5381 content: '';
5382}
5383.ant-btn-background-ghost.ant-btn-danger:hover,
5384.ant-btn-background-ghost.ant-btn-danger:focus {
5385 color: #ff7875;
5386 border-color: #ff7875;
5387}
5388.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
5389.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
5390 color: currentcolor;
5391}
5392.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
5393.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
5394 position: absolute;
5395 top: 0;
5396 right: 0;
5397 bottom: 0;
5398 left: 0;
5399 background: transparent;
5400 content: '';
5401}
5402.ant-btn-background-ghost.ant-btn-danger:active {
5403 color: #d9363e;
5404 border-color: #d9363e;
5405}
5406.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
5407 color: currentcolor;
5408}
5409.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
5410 position: absolute;
5411 top: 0;
5412 right: 0;
5413 bottom: 0;
5414 left: 0;
5415 background: transparent;
5416 content: '';
5417}
5418.ant-btn-background-ghost.ant-btn-danger[disabled],
5419.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
5420.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
5421.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
5422 color: rgba(0, 0, 0, 0.25);
5423 border-color: #d9d9d9;
5424 background: #f5f5f5;
5425 text-shadow: none;
5426 box-shadow: none;
5427}
5428.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
5429.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
5430.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
5431.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
5432 color: currentcolor;
5433}
5434.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
5435.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
5436.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
5437.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
5438 position: absolute;
5439 top: 0;
5440 right: 0;
5441 bottom: 0;
5442 left: 0;
5443 background: transparent;
5444 content: '';
5445}
5446.ant-btn-background-ghost.ant-btn-dangerous {
5447 color: #ff4d4f;
5448 border-color: #ff4d4f;
5449 text-shadow: none;
5450}
5451.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
5452 color: currentcolor;
5453}
5454.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
5455 position: absolute;
5456 top: 0;
5457 right: 0;
5458 bottom: 0;
5459 left: 0;
5460 background: transparent;
5461 content: '';
5462}
5463.ant-btn-background-ghost.ant-btn-dangerous:hover,
5464.ant-btn-background-ghost.ant-btn-dangerous:focus {
5465 color: #ff7875;
5466 border-color: #ff7875;
5467}
5468.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
5469.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
5470 color: currentcolor;
5471}
5472.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
5473.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
5474 position: absolute;
5475 top: 0;
5476 right: 0;
5477 bottom: 0;
5478 left: 0;
5479 background: transparent;
5480 content: '';
5481}
5482.ant-btn-background-ghost.ant-btn-dangerous:active {
5483 color: #d9363e;
5484 border-color: #d9363e;
5485}
5486.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
5487 color: currentcolor;
5488}
5489.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
5490 position: absolute;
5491 top: 0;
5492 right: 0;
5493 bottom: 0;
5494 left: 0;
5495 background: transparent;
5496 content: '';
5497}
5498.ant-btn-background-ghost.ant-btn-dangerous[disabled],
5499.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
5500.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
5501.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
5502 color: rgba(0, 0, 0, 0.25);
5503 border-color: #d9d9d9;
5504 background: #f5f5f5;
5505 text-shadow: none;
5506 box-shadow: none;
5507}
5508.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
5509.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
5510.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
5511.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
5512 color: currentcolor;
5513}
5514.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
5515.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
5516.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
5517.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
5518 position: absolute;
5519 top: 0;
5520 right: 0;
5521 bottom: 0;
5522 left: 0;
5523 background: transparent;
5524 content: '';
5525}
5526.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
5527 color: #ff4d4f;
5528 border-color: transparent;
5529 text-shadow: none;
5530}
5531.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
5532 color: currentcolor;
5533}
5534.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
5535 position: absolute;
5536 top: 0;
5537 right: 0;
5538 bottom: 0;
5539 left: 0;
5540 background: transparent;
5541 content: '';
5542}
5543.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
5544.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
5545 color: #ff7875;
5546 border-color: transparent;
5547}
5548.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
5549.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
5550 color: currentcolor;
5551}
5552.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
5553.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
5554 position: absolute;
5555 top: 0;
5556 right: 0;
5557 bottom: 0;
5558 left: 0;
5559 background: transparent;
5560 content: '';
5561}
5562.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
5563 color: #d9363e;
5564 border-color: transparent;
5565}
5566.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
5567 color: currentcolor;
5568}
5569.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
5570 position: absolute;
5571 top: 0;
5572 right: 0;
5573 bottom: 0;
5574 left: 0;
5575 background: transparent;
5576 content: '';
5577}
5578.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
5579.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
5580.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
5581.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
5582 color: rgba(0, 0, 0, 0.25);
5583 border-color: #d9d9d9;
5584 background: #f5f5f5;
5585 text-shadow: none;
5586 box-shadow: none;
5587}
5588.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
5589.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
5590.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
5591.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
5592 color: currentcolor;
5593}
5594.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
5595.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
5596.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
5597.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
5598 position: absolute;
5599 top: 0;
5600 right: 0;
5601 bottom: 0;
5602 left: 0;
5603 background: transparent;
5604 content: '';
5605}
5606.ant-btn-two-chinese-chars::first-letter {
5607 letter-spacing: 0.34em;
5608}
5609.ant-btn-two-chinese-chars > *:not(.anticon) {
5610 margin-right: -0.34em;
5611 letter-spacing: 0.34em;
5612}
5613.ant-btn.ant-btn-block {
5614 width: 100%;
5615}
5616.ant-btn:empty {
5617 display: inline-block;
5618 width: 0;
5619 visibility: hidden;
5620 content: '\a0';
5621}
5622a.ant-btn {
5623 padding-top: 0.01px !important;
5624 line-height: 26px;
5625}
5626a.ant-btn-disabled {
5627 cursor: not-allowed;
5628}
5629a.ant-btn-disabled > * {
5630 pointer-events: none;
5631}
5632a.ant-btn-disabled,
5633a.ant-btn-disabled:hover,
5634a.ant-btn-disabled:focus,
5635a.ant-btn-disabled:active {
5636 color: rgba(0, 0, 0, 0.25);
5637 border-color: transparent;
5638 background: transparent;
5639 text-shadow: none;
5640 box-shadow: none;
5641}
5642a.ant-btn-disabled > a:only-child,
5643a.ant-btn-disabled:hover > a:only-child,
5644a.ant-btn-disabled:focus > a:only-child,
5645a.ant-btn-disabled:active > a:only-child {
5646 color: currentcolor;
5647}
5648a.ant-btn-disabled > a:only-child::after,
5649a.ant-btn-disabled:hover > a:only-child::after,
5650a.ant-btn-disabled:focus > a:only-child::after,
5651a.ant-btn-disabled:active > a:only-child::after {
5652 position: absolute;
5653 top: 0;
5654 right: 0;
5655 bottom: 0;
5656 left: 0;
5657 background: transparent;
5658 content: '';
5659}
5660a.ant-btn-lg {
5661 line-height: 30px;
5662}
5663a.ant-btn-sm {
5664 line-height: 20px;
5665}
5666.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
5667 margin-right: -1px;
5668}
5669.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
5670 margin-left: -1px;
5671}
5672.ant-btn-compact-item:hover,
5673.ant-btn-compact-item:focus,
5674.ant-btn-compact-item:active {
5675 z-index: 2;
5676}
5677.ant-btn-compact-item[disabled] {
5678 z-index: 0;
5679}
5680.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
5681 border-radius: 0;
5682}
5683.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
5684 border-top-right-radius: 0;
5685 border-bottom-right-radius: 0;
5686}
5687.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
5688 border-top-left-radius: 0;
5689 border-bottom-left-radius: 0;
5690}
5691.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
5692 border-top-left-radius: 0;
5693 border-bottom-left-radius: 0;
5694}
5695.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
5696 border-top-right-radius: 0;
5697 border-bottom-right-radius: 0;
5698}
5699.ant-btn-icon-only.ant-btn-compact-item {
5700 flex: none;
5701}
5702.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
5703 position: relative;
5704}
5705.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
5706 position: absolute;
5707 top: -1px;
5708 left: -1px;
5709 display: inline-block;
5710 width: 1px;
5711 height: calc(100% + 1px * 2);
5712 background-color: #40a9ff;
5713 content: ' ';
5714}
5715.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
5716 border-top-left-radius: 0;
5717 border-bottom-left-radius: 0;
5718}
5719.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
5720 border-top-right-radius: 0;
5721 border-bottom-right-radius: 0;
5722}
5723.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
5724 border-top-left-radius: 0;
5725 border-bottom-left-radius: 0;
5726}
5727.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
5728 border-top-right-radius: 0;
5729 border-bottom-right-radius: 0;
5730}
5731.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
5732 right: -1px;
5733}
5734.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
5735 margin-bottom: -1px;
5736}
5737.ant-btn-compact-vertical-item:hover,
5738.ant-btn-compact-vertical-item:focus,
5739.ant-btn-compact-vertical-item:active {
5740 z-index: 2;
5741}
5742.ant-btn-compact-vertical-item[disabled] {
5743 z-index: 0;
5744}
5745.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
5746 border-radius: 0;
5747}
5748.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
5749 border-bottom-right-radius: 0;
5750 border-bottom-left-radius: 0;
5751}
5752.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
5753 border-top-left-radius: 0;
5754 border-top-right-radius: 0;
5755}
5756.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
5757 position: relative;
5758}
5759.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
5760 position: absolute;
5761 top: -1px;
5762 left: -1px;
5763 display: inline-block;
5764 width: calc(100% + 1px * 2);
5765 height: 1px;
5766 background-color: #40a9ff;
5767 content: ' ';
5768}
5769.ant-btn-rtl {
5770 direction: rtl;
5771}
5772.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
5773.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
5774 border-right-color: #40a9ff;
5775 border-left-color: #d9d9d9;
5776}
5777.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
5778.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
5779 border-right-color: #d9d9d9;
5780 border-left-color: #40a9ff;
5781}
5782.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
5783 padding-right: 0;
5784 padding-left: 4px;
5785}
5786.ant-btn-rtl.ant-btn > .anticon + span,
5787.ant-btn-rtl.ant-btn > span + .anticon {
5788 margin-right: 8px;
5789 margin-left: 0;
5790}
5791
5792/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
5793/* stylelint-disable no-duplicate-selectors */
5794/* stylelint-disable */
5795/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5796.ant-menu-item-danger.ant-menu-item {
5797 color: #ff4d4f;
5798}
5799.ant-menu-item-danger.ant-menu-item:hover,
5800.ant-menu-item-danger.ant-menu-item-active {
5801 color: #ff4d4f;
5802}
5803.ant-menu-item-danger.ant-menu-item:active {
5804 background: #fff1f0;
5805}
5806.ant-menu-item-danger.ant-menu-item-selected {
5807 color: #ff4d4f;
5808}
5809.ant-menu-item-danger.ant-menu-item-selected > a,
5810.ant-menu-item-danger.ant-menu-item-selected > a:hover {
5811 color: #ff4d4f;
5812}
5813.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
5814 background-color: #fff1f0;
5815}
5816.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
5817 border-right-color: #ff4d4f;
5818}
5819.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
5820.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
5821.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
5822 color: #ff4d4f;
5823}
5824.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
5825 color: #fff;
5826 background-color: #ff4d4f;
5827}
5828.ant-menu {
5829 box-sizing: border-box;
5830 margin: 0;
5831 padding: 0;
5832 font-variant: tabular-nums;
5833 line-height: 1.66667;
5834 font-feature-settings: 'tnum';
5835 margin-bottom: 0;
5836 padding-left: 0;
5837 color: rgba(0, 0, 0, 0.85);
5838 font-size: 12px;
5839 line-height: 0;
5840 text-align: left;
5841 list-style: none;
5842 background: #fff;
5843 outline: none;
5844 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);
5845 transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
5846}
5847.ant-menu::before {
5848 display: table;
5849 content: '';
5850}
5851.ant-menu::after {
5852 display: table;
5853 clear: both;
5854 content: '';
5855}
5856.ant-menu.ant-menu-root:focus-visible {
5857 box-shadow: 0 0 0 2px #bae7ff;
5858}
5859.ant-menu ul,
5860.ant-menu ol {
5861 margin: 0;
5862 padding: 0;
5863 list-style: none;
5864}
5865.ant-menu-overflow {
5866 display: flex;
5867}
5868.ant-menu-overflow-item {
5869 flex: none;
5870}
5871.ant-menu-hidden,
5872.ant-menu-submenu-hidden {
5873 display: none;
5874}
5875.ant-menu-item-group-title {
5876 height: 1.66667;
5877 padding: 8px 16px;
5878 color: rgba(0, 0, 0, 0.45);
5879 font-size: 12px;
5880 line-height: 1.66667;
5881 transition: all 0.3s;
5882}
5883.ant-menu-horizontal .ant-menu-submenu {
5884 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);
5885}
5886.ant-menu-submenu,
5887.ant-menu-submenu-inline {
5888 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);
5889}
5890.ant-menu-submenu-selected {
5891 color: #1890ff;
5892}
5893.ant-menu-item:active,
5894.ant-menu-submenu-title:active {
5895 background: #e6f7ff;
5896}
5897.ant-menu-submenu .ant-menu-sub {
5898 cursor: initial;
5899 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);
5900}
5901.ant-menu-title-content {
5902 transition: color 0.3s;
5903}
5904.ant-menu-item a {
5905 color: rgba(0, 0, 0, 0.85);
5906}
5907.ant-menu-item a:hover {
5908 color: #1890ff;
5909}
5910.ant-menu-item a::before {
5911 position: absolute;
5912 top: 0;
5913 right: 0;
5914 bottom: 0;
5915 left: 0;
5916 background-color: transparent;
5917 content: '';
5918}
5919.ant-menu-item > .ant-badge a {
5920 color: rgba(0, 0, 0, 0.85);
5921}
5922.ant-menu-item > .ant-badge a:hover {
5923 color: #1890ff;
5924}
5925.ant-menu-item-divider {
5926 overflow: hidden;
5927 line-height: 0;
5928 border-color: #f0f0f0;
5929 border-style: solid;
5930 border-width: 1px 0 0;
5931}
5932.ant-menu-item-divider-dashed {
5933 border-style: dashed;
5934}
5935.ant-menu-horizontal .ant-menu-item,
5936.ant-menu-horizontal .ant-menu-submenu {
5937 margin-top: -1px;
5938}
5939.ant-menu-horizontal > .ant-menu-item:hover,
5940.ant-menu-horizontal > .ant-menu-item-active,
5941.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
5942 background-color: transparent;
5943}
5944.ant-menu-item-selected {
5945 color: #1890ff;
5946}
5947.ant-menu-item-selected a,
5948.ant-menu-item-selected a:hover {
5949 color: #1890ff;
5950}
5951.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
5952 background-color: #e6f7ff;
5953}
5954.ant-menu-inline,
5955.ant-menu-vertical,
5956.ant-menu-vertical-left {
5957 border-right: 1px solid #f0f0f0;
5958}
5959.ant-menu-vertical-right {
5960 border-left: 1px solid #f0f0f0;
5961}
5962.ant-menu-vertical.ant-menu-sub,
5963.ant-menu-vertical-left.ant-menu-sub,
5964.ant-menu-vertical-right.ant-menu-sub {
5965 min-width: 160px;
5966 max-height: calc(100vh - 100px);
5967 padding: 0;
5968 overflow: hidden;
5969 border-right: 0;
5970}
5971.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
5972.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
5973.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
5974 overflow-x: hidden;
5975 overflow-y: auto;
5976}
5977.ant-menu-vertical.ant-menu-sub .ant-menu-item,
5978.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
5979.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
5980 left: 0;
5981 margin-left: 0;
5982 border-right: 0;
5983}
5984.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
5985.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
5986.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
5987 border-right: 0;
5988}
5989.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
5990.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
5991.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
5992.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
5993.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
5994.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
5995 transform-origin: 0 0;
5996}
5997.ant-menu-horizontal.ant-menu-sub {
5998 min-width: 114px;
5999}
6000.ant-menu-horizontal .ant-menu-item,
6001.ant-menu-horizontal .ant-menu-submenu-title {
6002 transition: border-color 0.3s, background 0.3s;
6003}
6004.ant-menu-item,
6005.ant-menu-submenu-title {
6006 position: relative;
6007 display: block;
6008 margin: 0;
6009 padding: 0 12px;
6010 white-space: nowrap;
6011 cursor: pointer;
6012 transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6013}
6014.ant-menu-item .ant-menu-item-icon,
6015.ant-menu-submenu-title .ant-menu-item-icon,
6016.ant-menu-item .anticon,
6017.ant-menu-submenu-title .anticon {
6018 min-width: 14px;
6019 font-size: 12px;
6020 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;
6021}
6022.ant-menu-item .ant-menu-item-icon + span,
6023.ant-menu-submenu-title .ant-menu-item-icon + span,
6024.ant-menu-item .anticon + span,
6025.ant-menu-submenu-title .anticon + span {
6026 margin-left: 8px;
6027 opacity: 1;
6028 transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
6029}
6030.ant-menu-item .ant-menu-item-icon.svg,
6031.ant-menu-submenu-title .ant-menu-item-icon.svg {
6032 vertical-align: -0.125em;
6033}
6034.ant-menu-item.ant-menu-item-only-child > .anticon,
6035.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
6036.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
6037.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
6038 margin-right: 0;
6039}
6040.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
6041.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
6042 box-shadow: 0 0 0 2px #bae7ff;
6043}
6044.ant-menu > .ant-menu-item-divider {
6045 margin: 1px 0;
6046 padding: 0;
6047}
6048.ant-menu-submenu-popup {
6049 position: absolute;
6050 z-index: 1050;
6051 background: transparent;
6052 border-radius: 2px;
6053 box-shadow: none;
6054 transform-origin: 0 0;
6055}
6056.ant-menu-submenu-popup::before {
6057 position: absolute;
6058 top: -7px;
6059 right: 0;
6060 bottom: 0;
6061 left: 0;
6062 z-index: -1;
6063 width: 100%;
6064 height: 100%;
6065 opacity: 0.0001;
6066 content: ' ';
6067}
6068.ant-menu-submenu-placement-rightTop::before {
6069 top: 0;
6070 left: -7px;
6071}
6072.ant-menu-submenu > .ant-menu {
6073 background-color: #fff;
6074 border-radius: 2px;
6075}
6076.ant-menu-submenu > .ant-menu-submenu-title::after {
6077 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6078}
6079.ant-menu-submenu-popup > .ant-menu {
6080 background-color: #fff;
6081}
6082.ant-menu-submenu-expand-icon,
6083.ant-menu-submenu-arrow {
6084 position: absolute;
6085 top: 50%;
6086 right: 16px;
6087 width: 10px;
6088 color: rgba(0, 0, 0, 0.85);
6089 transform: translateY(-50%);
6090 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6091}
6092.ant-menu-submenu-arrow::before,
6093.ant-menu-submenu-arrow::after {
6094 position: absolute;
6095 width: 6px;
6096 height: 1.5px;
6097 background-color: currentcolor;
6098 border-radius: 2px;
6099 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);
6100 content: '';
6101}
6102.ant-menu-submenu-arrow::before {
6103 transform: rotate(45deg) translateY(-2.5px);
6104}
6105.ant-menu-submenu-arrow::after {
6106 transform: rotate(-45deg) translateY(2.5px);
6107}
6108.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
6109.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
6110 color: #1890ff;
6111}
6112.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
6113.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
6114 transform: rotate(-45deg) translateX(2.5px);
6115}
6116.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
6117.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
6118 transform: rotate(45deg) translateX(-2.5px);
6119}
6120.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
6121 display: none;
6122}
6123.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
6124 transform: translateY(-2px);
6125}
6126.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
6127 transform: rotate(-45deg) translateX(-2.5px);
6128}
6129.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
6130 transform: rotate(45deg) translateX(2.5px);
6131}
6132.ant-menu-vertical .ant-menu-submenu-selected,
6133.ant-menu-vertical-left .ant-menu-submenu-selected,
6134.ant-menu-vertical-right .ant-menu-submenu-selected {
6135 color: #1890ff;
6136}
6137.ant-menu-horizontal {
6138 line-height: 38px;
6139 border: 0;
6140 border-bottom: 1px solid #f0f0f0;
6141 box-shadow: none;
6142}
6143.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
6144.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
6145 margin-top: -1px;
6146 margin-bottom: 0;
6147 padding: 0 12px;
6148}
6149.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
6150.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
6151.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
6152.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
6153.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
6154.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
6155.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
6156.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
6157 color: #1890ff;
6158}
6159.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
6160.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
6161.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
6162.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
6163.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
6164.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
6165.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
6166.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
6167 border-bottom: 2px solid #1890ff;
6168}
6169.ant-menu-horizontal > .ant-menu-item,
6170.ant-menu-horizontal > .ant-menu-submenu {
6171 position: relative;
6172 top: 1px;
6173 display: inline-block;
6174 vertical-align: bottom;
6175}
6176.ant-menu-horizontal > .ant-menu-item::after,
6177.ant-menu-horizontal > .ant-menu-submenu::after {
6178 position: absolute;
6179 right: 12px;
6180 bottom: 0;
6181 left: 12px;
6182 border-bottom: 2px solid transparent;
6183 transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
6184 content: '';
6185}
6186.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
6187 padding: 0;
6188}
6189.ant-menu-horizontal > .ant-menu-item a {
6190 color: rgba(0, 0, 0, 0.85);
6191}
6192.ant-menu-horizontal > .ant-menu-item a:hover {
6193 color: #1890ff;
6194}
6195.ant-menu-horizontal > .ant-menu-item a::before {
6196 bottom: -2px;
6197}
6198.ant-menu-horizontal > .ant-menu-item-selected a {
6199 color: #1890ff;
6200}
6201.ant-menu-horizontal::after {
6202 display: block;
6203 clear: both;
6204 height: 0;
6205 content: '\20';
6206}
6207.ant-menu-vertical .ant-menu-item,
6208.ant-menu-vertical-left .ant-menu-item,
6209.ant-menu-vertical-right .ant-menu-item,
6210.ant-menu-inline .ant-menu-item {
6211 position: relative;
6212}
6213.ant-menu-vertical .ant-menu-item::after,
6214.ant-menu-vertical-left .ant-menu-item::after,
6215.ant-menu-vertical-right .ant-menu-item::after,
6216.ant-menu-inline .ant-menu-item::after {
6217 position: absolute;
6218 top: 0;
6219 right: 0;
6220 bottom: 0;
6221 border-right: 3px solid #1890ff;
6222 transform: scaleY(0.0001);
6223 opacity: 0;
6224 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);
6225 content: '';
6226}
6227.ant-menu-vertical .ant-menu-item,
6228.ant-menu-vertical-left .ant-menu-item,
6229.ant-menu-vertical-right .ant-menu-item,
6230.ant-menu-inline .ant-menu-item,
6231.ant-menu-vertical .ant-menu-submenu-title,
6232.ant-menu-vertical-left .ant-menu-submenu-title,
6233.ant-menu-vertical-right .ant-menu-submenu-title,
6234.ant-menu-inline .ant-menu-submenu-title {
6235 height: 32px;
6236 margin-top: 0px;
6237 margin-bottom: 0px;
6238 padding: 0 16px;
6239 overflow: hidden;
6240 line-height: 32px;
6241 text-overflow: ellipsis;
6242}
6243.ant-menu-vertical .ant-menu-submenu,
6244.ant-menu-vertical-left .ant-menu-submenu,
6245.ant-menu-vertical-right .ant-menu-submenu,
6246.ant-menu-inline .ant-menu-submenu {
6247 padding-bottom: 0.02px;
6248}
6249.ant-menu-vertical .ant-menu-item:not(:last-child),
6250.ant-menu-vertical-left .ant-menu-item:not(:last-child),
6251.ant-menu-vertical-right .ant-menu-item:not(:last-child),
6252.ant-menu-inline .ant-menu-item:not(:last-child) {
6253 margin-bottom: 0px;
6254}
6255.ant-menu-vertical > .ant-menu-item,
6256.ant-menu-vertical-left > .ant-menu-item,
6257.ant-menu-vertical-right > .ant-menu-item,
6258.ant-menu-inline > .ant-menu-item,
6259.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
6260.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
6261.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
6262.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
6263 height: 32px;
6264 line-height: 32px;
6265}
6266.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
6267.ant-menu-vertical .ant-menu-submenu-title {
6268 padding-right: 34px;
6269}
6270.ant-menu-inline {
6271 width: 100%;
6272}
6273.ant-menu-inline .ant-menu-selected::after,
6274.ant-menu-inline .ant-menu-item-selected::after {
6275 transform: scaleY(1);
6276 opacity: 1;
6277 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);
6278}
6279.ant-menu-inline .ant-menu-item,
6280.ant-menu-inline .ant-menu-submenu-title {
6281 width: calc(100% + 1px);
6282}
6283.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
6284.ant-menu-inline .ant-menu-submenu-title {
6285 padding-right: 34px;
6286}
6287.ant-menu-inline.ant-menu-root .ant-menu-item,
6288.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
6289 display: flex;
6290 align-items: center;
6291 transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
6292}
6293.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
6294.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
6295 flex: auto;
6296 min-width: 0;
6297 overflow: hidden;
6298 text-overflow: ellipsis;
6299}
6300.ant-menu-inline.ant-menu-root .ant-menu-item > *,
6301.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
6302 flex: none;
6303}
6304.ant-menu.ant-menu-inline-collapsed {
6305 width: 80px;
6306}
6307.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
6308.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
6309.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
6310.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
6311 left: 0;
6312 padding: 0 calc(50% - 14px / 2);
6313 text-overflow: clip;
6314}
6315.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
6316.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
6317.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,
6318.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
6319 opacity: 0;
6320}
6321.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
6322.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
6323.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,
6324.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
6325.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
6326.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
6327.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
6328.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
6329 margin: 0;
6330 font-size: 14px;
6331 line-height: 32px;
6332}
6333.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
6334.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
6335.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,
6336.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
6337.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
6338.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
6339.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
6340.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
6341 display: inline-block;
6342 opacity: 0;
6343}
6344.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
6345.ant-menu.ant-menu-inline-collapsed .anticon {
6346 display: inline-block;
6347}
6348.ant-menu.ant-menu-inline-collapsed-tooltip {
6349 pointer-events: none;
6350}
6351.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
6352.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
6353 display: none;
6354}
6355.ant-menu.ant-menu-inline-collapsed-tooltip a {
6356 color: rgba(255, 255, 255, 0.85);
6357}
6358.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
6359 padding-right: 4px;
6360 padding-left: 4px;
6361 overflow: hidden;
6362 white-space: nowrap;
6363 text-overflow: ellipsis;
6364}
6365.ant-menu-item-group-list {
6366 margin: 0;
6367 padding: 0;
6368}
6369.ant-menu-item-group-list .ant-menu-item,
6370.ant-menu-item-group-list .ant-menu-submenu-title {
6371 padding: 0 16px 0 28px;
6372}
6373.ant-menu-root.ant-menu-vertical,
6374.ant-menu-root.ant-menu-vertical-left,
6375.ant-menu-root.ant-menu-vertical-right,
6376.ant-menu-root.ant-menu-inline {
6377 box-shadow: none;
6378}
6379.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
6380.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
6381 font-size: 14px;
6382 text-align: center;
6383}
6384.ant-menu-sub.ant-menu-inline {
6385 padding: 0;
6386 background: #fafafa;
6387 border: 0;
6388 border-radius: 0;
6389 box-shadow: none;
6390}
6391.ant-menu-sub.ant-menu-inline > .ant-menu-item,
6392.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
6393 height: 32px;
6394 line-height: 32px;
6395 list-style-position: inside;
6396 list-style-type: disc;
6397}
6398.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
6399 padding-left: 32px;
6400}
6401.ant-menu-item-disabled,
6402.ant-menu-submenu-disabled {
6403 color: rgba(0, 0, 0, 0.25) !important;
6404 background: none;
6405 cursor: not-allowed;
6406}
6407.ant-menu-item-disabled::after,
6408.ant-menu-submenu-disabled::after {
6409 border-color: transparent !important;
6410}
6411.ant-menu-item-disabled a,
6412.ant-menu-submenu-disabled a {
6413 color: rgba(0, 0, 0, 0.25) !important;
6414 pointer-events: none;
6415}
6416.ant-menu-item-disabled > .ant-menu-submenu-title,
6417.ant-menu-submenu-disabled > .ant-menu-submenu-title {
6418 color: rgba(0, 0, 0, 0.25) !important;
6419 cursor: not-allowed;
6420}
6421.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6422.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6423.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6424.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
6425 background: rgba(0, 0, 0, 0.25) !important;
6426}
6427.ant-layout-header .ant-menu {
6428 line-height: inherit;
6429}
6430.ant-menu-inline-collapsed-tooltip a,
6431.ant-menu-inline-collapsed-tooltip a:hover {
6432 color: #fff;
6433}
6434.ant-menu-light .ant-menu-item:hover,
6435.ant-menu-light .ant-menu-item-active,
6436.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
6437.ant-menu-light .ant-menu-submenu-active,
6438.ant-menu-light .ant-menu-submenu-title:hover {
6439 color: #1890ff;
6440}
6441.ant-menu.ant-menu-root:focus-visible {
6442 box-shadow: 0 0 0 2px #096dd9;
6443}
6444.ant-menu-dark .ant-menu-item:focus-visible,
6445.ant-menu-dark .ant-menu-submenu-title:focus-visible {
6446 box-shadow: 0 0 0 2px #096dd9;
6447}
6448.ant-menu.ant-menu-dark,
6449.ant-menu-dark .ant-menu-sub,
6450.ant-menu.ant-menu-dark .ant-menu-sub {
6451 color: rgba(255, 255, 255, 0.65);
6452 background: #001529;
6453}
6454.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
6455.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
6456.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
6457 opacity: 0.45;
6458 transition: all 0.3s;
6459}
6460.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6461.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6462.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6463.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6464.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6465.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
6466 background: #fff;
6467}
6468.ant-menu-dark.ant-menu-submenu-popup {
6469 background: transparent;
6470}
6471.ant-menu-dark .ant-menu-inline.ant-menu-sub {
6472 background: #000c17;
6473}
6474.ant-menu-dark.ant-menu-horizontal {
6475 border-bottom: 0;
6476}
6477.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
6478.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
6479 top: 0;
6480 margin-top: 0;
6481 padding: 0 12px;
6482 border-color: #001529;
6483 border-bottom: 0;
6484}
6485.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
6486 background-color: #1890ff;
6487}
6488.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
6489 bottom: 0;
6490}
6491.ant-menu-dark .ant-menu-item,
6492.ant-menu-dark .ant-menu-item-group-title,
6493.ant-menu-dark .ant-menu-item > a,
6494.ant-menu-dark .ant-menu-item > span > a {
6495 color: rgba(255, 255, 255, 0.65);
6496}
6497.ant-menu-dark.ant-menu-inline,
6498.ant-menu-dark.ant-menu-vertical,
6499.ant-menu-dark.ant-menu-vertical-left,
6500.ant-menu-dark.ant-menu-vertical-right {
6501 border-right: 0;
6502}
6503.ant-menu-dark.ant-menu-inline .ant-menu-item,
6504.ant-menu-dark.ant-menu-vertical .ant-menu-item,
6505.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
6506.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
6507 left: 0;
6508 margin-left: 0;
6509 border-right: 0;
6510}
6511.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
6512.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
6513.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
6514.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
6515 border-right: 0;
6516}
6517.ant-menu-dark.ant-menu-inline .ant-menu-item,
6518.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
6519 width: 100%;
6520}
6521.ant-menu-dark .ant-menu-item:hover,
6522.ant-menu-dark .ant-menu-item-active,
6523.ant-menu-dark .ant-menu-submenu-active,
6524.ant-menu-dark .ant-menu-submenu-open,
6525.ant-menu-dark .ant-menu-submenu-selected,
6526.ant-menu-dark .ant-menu-submenu-title:hover {
6527 color: #fff;
6528 background-color: transparent;
6529}
6530.ant-menu-dark .ant-menu-item:hover > a,
6531.ant-menu-dark .ant-menu-item-active > a,
6532.ant-menu-dark .ant-menu-submenu-active > a,
6533.ant-menu-dark .ant-menu-submenu-open > a,
6534.ant-menu-dark .ant-menu-submenu-selected > a,
6535.ant-menu-dark .ant-menu-submenu-title:hover > a,
6536.ant-menu-dark .ant-menu-item:hover > span > a,
6537.ant-menu-dark .ant-menu-item-active > span > a,
6538.ant-menu-dark .ant-menu-submenu-active > span > a,
6539.ant-menu-dark .ant-menu-submenu-open > span > a,
6540.ant-menu-dark .ant-menu-submenu-selected > span > a,
6541.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
6542 color: #fff;
6543}
6544.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6545.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6546.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6547.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6548.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6549.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
6550 opacity: 1;
6551}
6552.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6553.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6554.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6555.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6556.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6557.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6558.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6559.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6560.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6561.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6562.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6563.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
6564 background: #fff;
6565}
6566.ant-menu-dark .ant-menu-item:hover {
6567 background-color: transparent;
6568}
6569.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
6570 background-color: #1890ff;
6571}
6572.ant-menu-dark .ant-menu-item-selected {
6573 color: #fff;
6574 border-right: 0;
6575}
6576.ant-menu-dark .ant-menu-item-selected::after {
6577 border-right: 0;
6578}
6579.ant-menu-dark .ant-menu-item-selected > a,
6580.ant-menu-dark .ant-menu-item-selected > span > a,
6581.ant-menu-dark .ant-menu-item-selected > a:hover,
6582.ant-menu-dark .ant-menu-item-selected > span > a:hover {
6583 color: #fff;
6584}
6585.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
6586.ant-menu-dark .ant-menu-item-selected .anticon {
6587 color: #fff;
6588}
6589.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
6590.ant-menu-dark .ant-menu-item-selected .anticon + span {
6591 color: #fff;
6592}
6593.ant-menu.ant-menu-dark .ant-menu-item-selected,
6594.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
6595 background-color: #1890ff;
6596}
6597.ant-menu-dark .ant-menu-item-disabled,
6598.ant-menu-dark .ant-menu-submenu-disabled,
6599.ant-menu-dark .ant-menu-item-disabled > a,
6600.ant-menu-dark .ant-menu-submenu-disabled > a,
6601.ant-menu-dark .ant-menu-item-disabled > span > a,
6602.ant-menu-dark .ant-menu-submenu-disabled > span > a {
6603 color: rgba(255, 255, 255, 0.35) !important;
6604 opacity: 0.8;
6605}
6606.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
6607.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
6608 color: rgba(255, 255, 255, 0.35) !important;
6609}
6610.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6611.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6612.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6613.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
6614 background: rgba(255, 255, 255, 0.35) !important;
6615}
6616.ant-menu.ant-menu-rtl {
6617 direction: rtl;
6618 text-align: right;
6619}
6620.ant-menu-rtl .ant-menu-item-group-title {
6621 text-align: right;
6622}
6623.ant-menu-rtl.ant-menu-inline,
6624.ant-menu-rtl.ant-menu-vertical {
6625 border-right: none;
6626 border-left: 1px solid #f0f0f0;
6627}
6628.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
6629.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
6630 border-left: none;
6631}
6632.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
6633.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
6634.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
6635.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
6636.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
6637.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
6638 transform-origin: top right;
6639}
6640.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
6641.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
6642.ant-menu-rtl .ant-menu-item .anticon,
6643.ant-menu-rtl .ant-menu-submenu-title .anticon {
6644 margin-right: auto;
6645 margin-left: 8px;
6646}
6647.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
6648.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
6649.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
6650.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
6651 margin-left: 0;
6652}
6653.ant-menu-submenu-rtl.ant-menu-submenu-popup {
6654 transform-origin: 100% 0;
6655}
6656.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6657.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6658.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6659.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
6660 right: auto;
6661 left: 16px;
6662}
6663.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6664.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6665.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
6666 transform: rotate(-45deg) translateY(-2px);
6667}
6668.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6669.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6670.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
6671 transform: rotate(45deg) translateY(2px);
6672}
6673.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
6674.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
6675.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
6676.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
6677 right: auto;
6678 left: 0;
6679}
6680.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
6681.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
6682.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
6683.ant-menu-rtl.ant-menu-inline .ant-menu-item,
6684.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
6685.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
6686.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
6687.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6688 text-align: right;
6689}
6690.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6691 padding-right: 0;
6692 padding-left: 34px;
6693}
6694.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
6695 padding-right: 16px;
6696 padding-left: 34px;
6697}
6698.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
6699 padding: 0 calc(50% - 14px / 2);
6700}
6701.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
6702.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
6703 padding: 0 28px 0 16px;
6704}
6705.ant-menu-sub.ant-menu-inline {
6706 border: 0;
6707}
6708.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
6709 padding-right: 32px;
6710 padding-left: 0;
6711}
6712
6713/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
6714/* stylelint-disable no-duplicate-selectors */
6715/* stylelint-disable */
6716/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
6717.ant-tooltip {
6718 box-sizing: border-box;
6719 margin: 0;
6720 padding: 0;
6721 color: rgba(0, 0, 0, 0.85);
6722 font-size: 12px;
6723 font-variant: tabular-nums;
6724 line-height: 1.66667;
6725 list-style: none;
6726 font-feature-settings: 'tnum';
6727 position: absolute;
6728 z-index: 1070;
6729 display: block;
6730 width: -moz-max-content;
6731 width: max-content;
6732 width: intrinsic;
6733 max-width: 250px;
6734 visibility: visible;
6735}
6736.ant-tooltip-content {
6737 position: relative;
6738}
6739.ant-tooltip-hidden {
6740 display: none;
6741}
6742.ant-tooltip-placement-top,
6743.ant-tooltip-placement-topLeft,
6744.ant-tooltip-placement-topRight {
6745 padding-bottom: 14.3137085px;
6746}
6747.ant-tooltip-placement-right,
6748.ant-tooltip-placement-rightTop,
6749.ant-tooltip-placement-rightBottom {
6750 padding-left: 14.3137085px;
6751}
6752.ant-tooltip-placement-bottom,
6753.ant-tooltip-placement-bottomLeft,
6754.ant-tooltip-placement-bottomRight {
6755 padding-top: 14.3137085px;
6756}
6757.ant-tooltip-placement-left,
6758.ant-tooltip-placement-leftTop,
6759.ant-tooltip-placement-leftBottom {
6760 padding-right: 14.3137085px;
6761}
6762.ant-tooltip-inner {
6763 min-width: 30px;
6764 min-height: 32px;
6765 padding: 6px 8px;
6766 color: #fff;
6767 text-align: left;
6768 text-decoration: none;
6769 word-wrap: break-word;
6770 background-color: rgba(0, 0, 0, 0.75);
6771 border-radius: 2px;
6772 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);
6773}
6774.ant-tooltip-arrow {
6775 position: absolute;
6776 z-index: 2;
6777 display: block;
6778 width: 22px;
6779 height: 22px;
6780 overflow: hidden;
6781 background: transparent;
6782 pointer-events: none;
6783}
6784.ant-tooltip-arrow-content {
6785 --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
6786 position: absolute;
6787 top: 0;
6788 right: 0;
6789 bottom: 0;
6790 left: 0;
6791 display: block;
6792 width: 11.3137085px;
6793 height: 11.3137085px;
6794 margin: auto;
6795 content: '';
6796 pointer-events: auto;
6797 border-radius: 0 0 2px;
6798 pointer-events: none;
6799}
6800.ant-tooltip-arrow-content::before {
6801 position: absolute;
6802 top: -11.3137085px;
6803 left: -11.3137085px;
6804 width: 33.9411255px;
6805 height: 33.9411255px;
6806 background: var(--antd-arrow-background-color);
6807 background-repeat: no-repeat;
6808 background-position: -10px -10px;
6809 content: '';
6810 -webkit-clip-path: inset(33% 33%);
6811 clip-path: inset(33% 33%);
6812 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
6813 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
6814}
6815.ant-tooltip-placement-top .ant-tooltip-arrow,
6816.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
6817.ant-tooltip-placement-topRight .ant-tooltip-arrow {
6818 bottom: 0;
6819 transform: translateY(100%);
6820}
6821.ant-tooltip-placement-top .ant-tooltip-arrow-content,
6822.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
6823.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
6824 box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
6825 transform: translateY(-11px) rotate(45deg);
6826}
6827.ant-tooltip-placement-top .ant-tooltip-arrow {
6828 left: 50%;
6829 transform: translateY(100%) translateX(-50%);
6830}
6831.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
6832 left: 13px;
6833}
6834.ant-tooltip-placement-topRight .ant-tooltip-arrow {
6835 right: 13px;
6836}
6837.ant-tooltip-placement-right .ant-tooltip-arrow,
6838.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
6839.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
6840 left: 0;
6841 transform: translateX(-100%);
6842}
6843.ant-tooltip-placement-right .ant-tooltip-arrow-content,
6844.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
6845.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
6846 box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
6847 transform: translateX(11px) rotate(135deg);
6848}
6849.ant-tooltip-placement-right .ant-tooltip-arrow {
6850 top: 50%;
6851 transform: translateX(-100%) translateY(-50%);
6852}
6853.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
6854 top: 5px;
6855}
6856.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
6857 bottom: 5px;
6858}
6859.ant-tooltip-placement-left .ant-tooltip-arrow,
6860.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
6861.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
6862 right: 0;
6863 transform: translateX(100%);
6864}
6865.ant-tooltip-placement-left .ant-tooltip-arrow-content,
6866.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
6867.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
6868 box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
6869 transform: translateX(-11px) rotate(315deg);
6870}
6871.ant-tooltip-placement-left .ant-tooltip-arrow {
6872 top: 50%;
6873 transform: translateX(100%) translateY(-50%);
6874}
6875.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
6876 top: 5px;
6877}
6878.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
6879 bottom: 5px;
6880}
6881.ant-tooltip-placement-bottom .ant-tooltip-arrow,
6882.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
6883.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
6884 top: 0;
6885 transform: translateY(-100%);
6886}
6887.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
6888.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
6889.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
6890 box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
6891 transform: translateY(11px) rotate(225deg);
6892}
6893.ant-tooltip-placement-bottom .ant-tooltip-arrow {
6894 left: 50%;
6895 transform: translateY(-100%) translateX(-50%);
6896}
6897.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
6898 left: 13px;
6899}
6900.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
6901 right: 13px;
6902}
6903.ant-tooltip-pink .ant-tooltip-inner {
6904 background-color: #eb2f96;
6905}
6906.ant-tooltip-pink .ant-tooltip-arrow-content::before {
6907 background: #eb2f96;
6908}
6909.ant-tooltip-magenta .ant-tooltip-inner {
6910 background-color: #eb2f96;
6911}
6912.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
6913 background: #eb2f96;
6914}
6915.ant-tooltip-red .ant-tooltip-inner {
6916 background-color: #f5222d;
6917}
6918.ant-tooltip-red .ant-tooltip-arrow-content::before {
6919 background: #f5222d;
6920}
6921.ant-tooltip-volcano .ant-tooltip-inner {
6922 background-color: #fa541c;
6923}
6924.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
6925 background: #fa541c;
6926}
6927.ant-tooltip-orange .ant-tooltip-inner {
6928 background-color: #fa8c16;
6929}
6930.ant-tooltip-orange .ant-tooltip-arrow-content::before {
6931 background: #fa8c16;
6932}
6933.ant-tooltip-yellow .ant-tooltip-inner {
6934 background-color: #fadb14;
6935}
6936.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
6937 background: #fadb14;
6938}
6939.ant-tooltip-gold .ant-tooltip-inner {
6940 background-color: #faad14;
6941}
6942.ant-tooltip-gold .ant-tooltip-arrow-content::before {
6943 background: #faad14;
6944}
6945.ant-tooltip-cyan .ant-tooltip-inner {
6946 background-color: #13c2c2;
6947}
6948.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
6949 background: #13c2c2;
6950}
6951.ant-tooltip-lime .ant-tooltip-inner {
6952 background-color: #a0d911;
6953}
6954.ant-tooltip-lime .ant-tooltip-arrow-content::before {
6955 background: #a0d911;
6956}
6957.ant-tooltip-green .ant-tooltip-inner {
6958 background-color: #52c41a;
6959}
6960.ant-tooltip-green .ant-tooltip-arrow-content::before {
6961 background: #52c41a;
6962}
6963.ant-tooltip-blue .ant-tooltip-inner {
6964 background-color: #1890ff;
6965}
6966.ant-tooltip-blue .ant-tooltip-arrow-content::before {
6967 background: #1890ff;
6968}
6969.ant-tooltip-geekblue .ant-tooltip-inner {
6970 background-color: #2f54eb;
6971}
6972.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
6973 background: #2f54eb;
6974}
6975.ant-tooltip-purple .ant-tooltip-inner {
6976 background-color: #722ed1;
6977}
6978.ant-tooltip-purple .ant-tooltip-arrow-content::before {
6979 background: #722ed1;
6980}
6981.ant-tooltip-rtl {
6982 direction: rtl;
6983}
6984.ant-tooltip-rtl .ant-tooltip-inner {
6985 text-align: right;
6986}
6987
6988/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
6989/* stylelint-disable no-duplicate-selectors */
6990/* stylelint-disable */
6991/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
6992.ant-space {
6993 display: inline-flex;
6994}
6995.ant-space-vertical {
6996 flex-direction: column;
6997}
6998.ant-space-align-center {
6999 align-items: center;
7000}
7001.ant-space-align-start {
7002 align-items: flex-start;
7003}
7004.ant-space-align-end {
7005 align-items: flex-end;
7006}
7007.ant-space-align-baseline {
7008 align-items: baseline;
7009}
7010.ant-space-item:empty {
7011 display: none;
7012}
7013.ant-space-compact {
7014 display: inline-flex;
7015}
7016.ant-space-compact-block {
7017 display: flex;
7018 width: 100%;
7019}
7020.ant-space-compact-vertical {
7021 flex-direction: column;
7022}
7023.ant-space-rtl {
7024 direction: rtl;
7025}
7026.ant-space-compact-rtl {
7027 direction: rtl;
7028}
7029
7030/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7031/* stylelint-disable no-duplicate-selectors */
7032/* stylelint-disable */
7033/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
7034.ant-picker-calendar {
7035 box-sizing: border-box;
7036 margin: 0;
7037 padding: 0;
7038 color: rgba(0, 0, 0, 0.85);
7039 font-size: 12px;
7040 font-variant: tabular-nums;
7041 line-height: 1.66667;
7042 list-style: none;
7043 font-feature-settings: 'tnum';
7044 background: #fff;
7045}
7046.ant-picker-calendar-header {
7047 display: flex;
7048 justify-content: flex-end;
7049 padding: 8px 0;
7050}
7051.ant-picker-calendar-header .ant-picker-calendar-year-select {
7052 min-width: 80px;
7053}
7054.ant-picker-calendar-header .ant-picker-calendar-month-select {
7055 min-width: 70px;
7056 margin-left: 4px;
7057}
7058.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
7059 margin-left: 4px;
7060}
7061.ant-picker-calendar .ant-picker-panel {
7062 background: #fff;
7063 border: 0;
7064 border-top: 1px solid #f0f0f0;
7065 border-radius: 0;
7066}
7067.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
7068.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
7069 width: auto;
7070}
7071.ant-picker-calendar .ant-picker-panel .ant-picker-body {
7072 padding: 4px 0;
7073}
7074.ant-picker-calendar .ant-picker-panel .ant-picker-content {
7075 width: 100%;
7076}
7077.ant-picker-calendar-mini {
7078 border-radius: 2px;
7079}
7080.ant-picker-calendar-mini .ant-picker-calendar-header {
7081 padding-right: 4px;
7082 padding-left: 4px;
7083}
7084.ant-picker-calendar-mini .ant-picker-panel {
7085 border-radius: 0 0 2px 2px;
7086}
7087.ant-picker-calendar-mini .ant-picker-content {
7088 height: 256px;
7089}
7090.ant-picker-calendar-mini .ant-picker-content th {
7091 height: auto;
7092 padding: 0;
7093 line-height: 18px;
7094}
7095.ant-picker-calendar-mini .ant-picker-cell::before {
7096 pointer-events: none;
7097}
7098.ant-picker-calendar-full .ant-picker-panel {
7099 display: block;
7100 width: 100%;
7101 text-align: right;
7102 background: #fff;
7103 border: 0;
7104}
7105.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
7106.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
7107 padding: 0;
7108}
7109.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
7110 height: auto;
7111 padding: 0 12px 5px 0;
7112 line-height: 18px;
7113}
7114.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
7115 display: none;
7116}
7117.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
7118 background: #f5f5f5;
7119}
7120.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
7121 display: none;
7122}
7123.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
7124.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
7125.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
7126.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
7127 background: #e6f7ff;
7128}
7129.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
7130.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
7131.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
7132.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
7133 color: #1890ff;
7134}
7135.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
7136 display: block;
7137 width: auto;
7138 height: auto;
7139 margin: 0 2px;
7140 padding: 2px 4px 0;
7141 border: 0;
7142 border-top: 2px solid #f0f0f0;
7143 border-radius: 0;
7144 transition: background 0.3s;
7145}
7146.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
7147 line-height: 24px;
7148 transition: color 0.3s;
7149}
7150.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
7151 position: static;
7152 width: auto;
7153 height: 86px;
7154 overflow-y: auto;
7155 color: rgba(0, 0, 0, 0.85);
7156 line-height: 1.66667;
7157 text-align: left;
7158}
7159.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
7160 border-color: #1890ff;
7161}
7162.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
7163 color: rgba(0, 0, 0, 0.85);
7164}
7165@media only screen and (max-width: 480px) {
7166 .ant-picker-calendar-header {
7167 display: block;
7168 }
7169 .ant-picker-calendar-header .ant-picker-calendar-year-select {
7170 width: 50%;
7171 }
7172 .ant-picker-calendar-header .ant-picker-calendar-month-select {
7173 width: calc(50% - 4px);
7174 }
7175 .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
7176 width: 100%;
7177 margin-top: 4px;
7178 margin-left: 0;
7179 }
7180 .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
7181 width: 50%;
7182 text-align: center;
7183 }
7184}
7185.ant-picker-calendar-rtl {
7186 direction: rtl;
7187}
7188.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
7189 margin-right: 4px;
7190 margin-left: 0;
7191}
7192.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
7193 margin-right: 4px;
7194 margin-left: 0;
7195}
7196.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
7197 text-align: left;
7198}
7199.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
7200 padding: 0 0 5px 12px;
7201}
7202.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
7203 text-align: right;
7204}
7205
7206/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
7207/* stylelint-disable no-duplicate-selectors */
7208/* stylelint-disable */
7209/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
7210.ant-picker-status-error.ant-picker,
7211.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
7212 background-color: #fff;
7213 border-color: #ff4d4f;
7214}
7215.ant-picker-status-error.ant-picker-focused,
7216.ant-picker-status-error.ant-picker:focus {
7217 border-color: #ff7875;
7218 box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
7219 border-right-width: 1px;
7220 outline: 0;
7221}
7222.ant-picker-status-error.ant-picker .ant-picker-active-bar {
7223 background: #ff7875;
7224}
7225.ant-picker-status-warning.ant-picker,
7226.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
7227 background-color: #fff;
7228 border-color: #faad14;
7229}
7230.ant-picker-status-warning.ant-picker-focused,
7231.ant-picker-status-warning.ant-picker:focus {
7232 border-color: #ffc53d;
7233 box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
7234 border-right-width: 1px;
7235 outline: 0;
7236}
7237.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
7238 background: #ffc53d;
7239}
7240.ant-picker {
7241 box-sizing: border-box;
7242 margin: 0;
7243 padding: 0;
7244 color: rgba(0, 0, 0, 0.85);
7245 font-size: 12px;
7246 font-variant: tabular-nums;
7247 line-height: 1.66667;
7248 list-style: none;
7249 font-feature-settings: 'tnum';
7250 padding: 3px 7px 3px;
7251 position: relative;
7252 display: inline-flex;
7253 align-items: center;
7254 background: #fff;
7255 border: 1px solid #d9d9d9;
7256 border-radius: 2px;
7257 transition: border 0.3s, box-shadow 0.3s;
7258}
7259.ant-picker:hover,
7260.ant-picker-focused {
7261 border-color: #40a9ff;
7262 border-right-width: 1px;
7263}
7264.ant-picker-focused {
7265 border-color: #40a9ff;
7266 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
7267 border-right-width: 1px;
7268 outline: 0;
7269}
7270.ant-picker.ant-picker-disabled {
7271 background: #f5f5f5;
7272 border-color: #d9d9d9;
7273 cursor: not-allowed;
7274}
7275.ant-picker.ant-picker-disabled .ant-picker-suffix {
7276 color: rgba(0, 0, 0, 0.25);
7277}
7278.ant-picker.ant-picker-borderless {
7279 background-color: transparent !important;
7280 border-color: transparent !important;
7281 box-shadow: none !important;
7282}
7283.ant-picker-input {
7284 position: relative;
7285 display: inline-flex;
7286 align-items: center;
7287 width: 100%;
7288}
7289.ant-picker-input > input {
7290 position: relative;
7291 display: inline-block;
7292 width: 100%;
7293 min-width: 0;
7294 padding: 3px 7px;
7295 color: rgba(0, 0, 0, 0.85);
7296 font-size: 12px;
7297 line-height: 1.66667;
7298 background-color: #fff;
7299 background-image: none;
7300 border: 1px solid #d9d9d9;
7301 border-radius: 2px;
7302 transition: all 0.3s;
7303 flex: auto;
7304 min-width: 1px;
7305 height: auto;
7306 padding: 0;
7307 background: transparent;
7308 border: 0;
7309}
7310.ant-picker-input > input::-moz-placeholder {
7311 color: #bfbfbf;
7312 -moz-user-select: none;
7313 user-select: none;
7314}
7315.ant-picker-input > input:-ms-input-placeholder {
7316 color: #bfbfbf;
7317 -ms-user-select: none;
7318 user-select: none;
7319}
7320.ant-picker-input > input::placeholder {
7321 color: #bfbfbf;
7322 -webkit-user-select: none;
7323 -moz-user-select: none;
7324 -ms-user-select: none;
7325 user-select: none;
7326}
7327.ant-picker-input > input:-moz-placeholder-shown {
7328 text-overflow: ellipsis;
7329}
7330.ant-picker-input > input:-ms-input-placeholder {
7331 text-overflow: ellipsis;
7332}
7333.ant-picker-input > input:placeholder-shown {
7334 text-overflow: ellipsis;
7335}
7336.ant-picker-input > input:hover {
7337 border-color: #40a9ff;
7338 border-right-width: 1px;
7339}
7340.ant-picker-input > input:focus,
7341.ant-picker-input > input-focused {
7342 border-color: #40a9ff;
7343 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
7344 border-right-width: 1px;
7345 outline: 0;
7346}
7347.ant-picker-input > input-disabled {
7348 color: rgba(0, 0, 0, 0.25);
7349 background-color: #f5f5f5;
7350 border-color: #d9d9d9;
7351 box-shadow: none;
7352 cursor: not-allowed;
7353 opacity: 1;
7354}
7355.ant-picker-input > input-disabled:hover {
7356 border-color: #d9d9d9;
7357 border-right-width: 1px;
7358}
7359.ant-picker-input > input[disabled] {
7360 color: rgba(0, 0, 0, 0.25);
7361 background-color: #f5f5f5;
7362 border-color: #d9d9d9;
7363 box-shadow: none;
7364 cursor: not-allowed;
7365 opacity: 1;
7366}
7367.ant-picker-input > input[disabled]:hover {
7368 border-color: #d9d9d9;
7369 border-right-width: 1px;
7370}
7371.ant-picker-input > input-borderless,
7372.ant-picker-input > input-borderless:hover,
7373.ant-picker-input > input-borderless:focus,
7374.ant-picker-input > input-borderless-focused,
7375.ant-picker-input > input-borderless-disabled,
7376.ant-picker-input > input-borderless[disabled] {
7377 background-color: transparent;
7378 border: none;
7379 box-shadow: none;
7380}
7381textarea.ant-picker-input > input {
7382 max-width: 100%;
7383 height: auto;
7384 min-height: 28px;
7385 line-height: 1.66667;
7386 vertical-align: bottom;
7387 transition: all 0.3s, height 0s;
7388}
7389.ant-picker-input > input-lg {
7390 padding: 3.4px 11px;
7391 font-size: 14px;
7392}
7393.ant-picker-input > input-sm {
7394 padding: 0px 7px;
7395}
7396.ant-picker-input > input:focus {
7397 box-shadow: none;
7398}
7399.ant-picker-input > input[disabled] {
7400 background: transparent;
7401}
7402.ant-picker-input:hover .ant-picker-clear {
7403 opacity: 1;
7404}
7405.ant-picker-input-placeholder > input {
7406 color: #bfbfbf;
7407}
7408.ant-picker-large {
7409 padding: 3.5px 11px 3.5px;
7410}
7411.ant-picker-large .ant-picker-input > input {
7412 font-size: 14px;
7413}
7414.ant-picker-small {
7415 padding: 0px 7px 0px;
7416}
7417.ant-picker-suffix {
7418 display: flex;
7419 flex: none;
7420 align-self: center;
7421 margin-left: 2px;
7422 color: rgba(0, 0, 0, 0.25);
7423 line-height: 1;
7424 pointer-events: none;
7425}
7426.ant-picker-suffix > * {
7427 vertical-align: top;
7428}
7429.ant-picker-suffix > *:not(:last-child) {
7430 margin-right: 8px;
7431}
7432.ant-picker-clear {
7433 position: absolute;
7434 top: 50%;
7435 right: 0;
7436 color: rgba(0, 0, 0, 0.25);
7437 line-height: 1;
7438 background: #fff;
7439 transform: translateY(-50%);
7440 cursor: pointer;
7441 opacity: 0;
7442 transition: opacity 0.3s, color 0.3s;
7443}
7444.ant-picker-clear > * {
7445 vertical-align: top;
7446}
7447.ant-picker-clear:hover {
7448 color: rgba(0, 0, 0, 0.45);
7449}
7450.ant-picker-separator {
7451 position: relative;
7452 display: inline-block;
7453 width: 1em;
7454 height: 14px;
7455 color: rgba(0, 0, 0, 0.25);
7456 font-size: 14px;
7457 vertical-align: top;
7458 cursor: default;
7459}
7460.ant-picker-focused .ant-picker-separator {
7461 color: rgba(0, 0, 0, 0.45);
7462}
7463.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
7464 cursor: not-allowed;
7465}
7466.ant-picker-range {
7467 position: relative;
7468 display: inline-flex;
7469}
7470.ant-picker-range .ant-picker-clear {
7471 right: 7px;
7472}
7473.ant-picker-range:hover .ant-picker-clear {
7474 opacity: 1;
7475}
7476.ant-picker-range .ant-picker-active-bar {
7477 bottom: -1px;
7478 height: 2px;
7479 margin-left: 7px;
7480 background: #1890ff;
7481 opacity: 0;
7482 transition: all 0.3s ease-out;
7483 pointer-events: none;
7484}
7485.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
7486 opacity: 1;
7487}
7488.ant-picker-range-separator {
7489 align-items: center;
7490 padding: 0 4px;
7491 line-height: 1;
7492}
7493.ant-picker-range.ant-picker-small .ant-picker-clear {
7494 right: 7px;
7495}
7496.ant-picker-range.ant-picker-small .ant-picker-active-bar {
7497 margin-left: 7px;
7498}
7499.ant-picker-dropdown {
7500 box-sizing: border-box;
7501 margin: 0;
7502 padding: 0;
7503 color: rgba(0, 0, 0, 0.85);
7504 font-size: 12px;
7505 font-variant: tabular-nums;
7506 line-height: 1.66667;
7507 list-style: none;
7508 font-feature-settings: 'tnum';
7509 position: absolute;
7510 top: -9999px;
7511 left: -9999px;
7512 z-index: 1050;
7513}
7514.ant-picker-dropdown-hidden {
7515 display: none;
7516}
7517.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
7518 top: 2.58561808px;
7519 display: block;
7520 transform: rotate(-135deg) translateY(1px);
7521}
7522.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
7523 bottom: 2.58561808px;
7524 display: block;
7525 transform: rotate(45deg);
7526}
7527.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
7528.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
7529.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
7530.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
7531 animation-name: antSlideDownIn;
7532}
7533.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
7534.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
7535.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
7536.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
7537 animation-name: antSlideUpIn;
7538}
7539.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
7540.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
7541 animation-name: antSlideDownOut;
7542}
7543.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
7544.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
7545 animation-name: antSlideUpOut;
7546}
7547.ant-picker-dropdown-range {
7548 padding: 7.54247233px 0;
7549}
7550.ant-picker-dropdown-range-hidden {
7551 display: none;
7552}
7553.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
7554 padding-top: 2px;
7555}
7556.ant-picker-ranges {
7557 margin-bottom: 0;
7558 padding: 2px 8px;
7559 overflow: hidden;
7560 line-height: 28px;
7561 text-align: left;
7562 list-style: none;
7563}
7564.ant-picker-ranges > li {
7565 display: inline-block;
7566}
7567.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
7568 color: #1890ff;
7569 background: #e6f7ff;
7570 border-color: #91d5ff;
7571 cursor: pointer;
7572}
7573.ant-picker-ranges .ant-picker-ok {
7574 float: right;
7575 margin-left: 4px;
7576}
7577.ant-picker-range-wrapper {
7578 display: flex;
7579}
7580.ant-picker-range-arrow {
7581 position: absolute;
7582 z-index: 1;
7583 width: 11.3137085px;
7584 height: 11.3137085px;
7585 margin-left: 10.5px;
7586 box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
7587 transition: left 0.3s ease-out;
7588 border-radius: 0 0 2px;
7589 pointer-events: none;
7590}
7591.ant-picker-range-arrow::before {
7592 position: absolute;
7593 top: -11.3137085px;
7594 left: -11.3137085px;
7595 width: 33.9411255px;
7596 height: 33.9411255px;
7597 background: #fff;
7598 background-repeat: no-repeat;
7599 background-position: -10px -10px;
7600 content: '';
7601 -webkit-clip-path: inset(33% 33%);
7602 clip-path: inset(33% 33%);
7603 -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
7604 clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
7605}
7606.ant-picker-panel-container {
7607 overflow: hidden;
7608 vertical-align: top;
7609 background: #fff;
7610 border-radius: 2px;
7611 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);
7612 transition: margin 0.3s;
7613}
7614.ant-picker-panel-container .ant-picker-panels {
7615 display: inline-flex;
7616 flex-wrap: nowrap;
7617 direction: ltr;
7618}
7619.ant-picker-panel-container .ant-picker-panel {
7620 vertical-align: top;
7621 background: transparent;
7622 border-width: 0 0 1px 0;
7623 border-radius: 0;
7624}
7625.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
7626.ant-picker-panel-container .ant-picker-panel table {
7627 text-align: center;
7628}
7629.ant-picker-panel-container .ant-picker-panel-focused {
7630 border-color: #f0f0f0;
7631}
7632.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
7633 margin-right: -1px;
7634}
7635.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
7636 margin-left: -1px;
7637}
7638.ant-picker-compact-item:hover,
7639.ant-picker-compact-item:focus,
7640.ant-picker-compact-item:active {
7641 z-index: 2;
7642}
7643.ant-picker-compact-item.ant-picker-focused {
7644 z-index: 2;
7645}
7646.ant-picker-compact-item[disabled] {
7647 z-index: 0;
7648}
7649.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
7650 border-radius: 0;
7651}
7652.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
7653 border-top-right-radius: 0;
7654 border-bottom-right-radius: 0;
7655}
7656.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
7657 border-top-left-radius: 0;
7658 border-bottom-left-radius: 0;
7659}
7660.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
7661 border-top-left-radius: 0;
7662 border-bottom-left-radius: 0;
7663}
7664.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
7665 border-top-right-radius: 0;
7666 border-bottom-right-radius: 0;
7667}
7668.ant-picker-panel {
7669 display: inline-flex;
7670 flex-direction: column;
7671 text-align: center;
7672 background: #fff;
7673 border: 1px solid #f0f0f0;
7674 border-radius: 2px;
7675 outline: none;
7676}
7677.ant-picker-panel-focused {
7678 border-color: #1890ff;
7679}
7680.ant-picker-decade-panel,
7681.ant-picker-year-panel,
7682.ant-picker-quarter-panel,
7683.ant-picker-month-panel,
7684.ant-picker-week-panel,
7685.ant-picker-date-panel,
7686.ant-picker-time-panel {
7687 display: flex;
7688 flex-direction: column;
7689 width: 244px;
7690}
7691.ant-picker-header {
7692 display: flex;
7693 padding: 0 4px;
7694 color: rgba(0, 0, 0, 0.85);
7695 border-bottom: 1px solid #f0f0f0;
7696}
7697.ant-picker-header > * {
7698 flex: none;
7699}
7700.ant-picker-header button {
7701 padding: 0;
7702 color: rgba(0, 0, 0, 0.25);
7703 line-height: 32px;
7704 background: transparent;
7705 border: 0;
7706 cursor: pointer;
7707 transition: color 0.3s;
7708}
7709.ant-picker-header > button {
7710 min-width: 1.6em;
7711 font-size: 12px;
7712}
7713.ant-picker-header > button:hover {
7714 color: rgba(0, 0, 0, 0.85);
7715}
7716.ant-picker-header-view {
7717 flex: auto;
7718 font-weight: 500;
7719 line-height: 32px;
7720}
7721.ant-picker-header-view button {
7722 color: inherit;
7723 font-weight: inherit;
7724}
7725.ant-picker-header-view button:not(:first-child) {
7726 margin-left: 4px;
7727}
7728.ant-picker-header-view button:hover {
7729 color: #1890ff;
7730}
7731.ant-picker-prev-icon,
7732.ant-picker-next-icon,
7733.ant-picker-super-prev-icon,
7734.ant-picker-super-next-icon {
7735 position: relative;
7736 display: inline-block;
7737 width: 7px;
7738 height: 7px;
7739}
7740.ant-picker-prev-icon::before,
7741.ant-picker-next-icon::before,
7742.ant-picker-super-prev-icon::before,
7743.ant-picker-super-next-icon::before {
7744 position: absolute;
7745 top: 0;
7746 left: 0;
7747 display: inline-block;
7748 width: 7px;
7749 height: 7px;
7750 border: 0 solid currentcolor;
7751 border-width: 1.5px 0 0 1.5px;
7752 content: '';
7753}
7754.ant-picker-super-prev-icon::after,
7755.ant-picker-super-next-icon::after {
7756 position: absolute;
7757 top: 4px;
7758 left: 4px;
7759 display: inline-block;
7760 width: 7px;
7761 height: 7px;
7762 border: 0 solid currentcolor;
7763 border-width: 1.5px 0 0 1.5px;
7764 content: '';
7765}
7766.ant-picker-prev-icon,
7767.ant-picker-super-prev-icon {
7768 transform: rotate(-45deg);
7769}
7770.ant-picker-next-icon,
7771.ant-picker-super-next-icon {
7772 transform: rotate(135deg);
7773}
7774.ant-picker-content {
7775 width: 100%;
7776 table-layout: fixed;
7777 border-collapse: collapse;
7778}
7779.ant-picker-content th,
7780.ant-picker-content td {
7781 position: relative;
7782 min-width: 24px;
7783 font-weight: 400;
7784}
7785.ant-picker-content th {
7786 height: 30px;
7787 color: rgba(0, 0, 0, 0.85);
7788 line-height: 30px;
7789}
7790.ant-picker-cell {
7791 padding: 3px 0;
7792 color: rgba(0, 0, 0, 0.25);
7793 cursor: pointer;
7794}
7795.ant-picker-cell-in-view {
7796 color: rgba(0, 0, 0, 0.85);
7797}
7798.ant-picker-cell::before {
7799 position: absolute;
7800 top: 50%;
7801 right: 0;
7802 left: 0;
7803 z-index: 1;
7804 height: 22px;
7805 transform: translateY(-50%);
7806 transition: all 0.3s;
7807 content: '';
7808}
7809.ant-picker-cell .ant-picker-cell-inner {
7810 position: relative;
7811 z-index: 2;
7812 display: inline-block;
7813 min-width: 22px;
7814 height: 22px;
7815 line-height: 22px;
7816 border-radius: 2px;
7817 transition: background 0.3s, border 0.3s;
7818}
7819.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
7820.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 {
7821 background: #f5f5f5;
7822}
7823.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
7824 position: absolute;
7825 top: 0;
7826 right: 0;
7827 bottom: 0;
7828 left: 0;
7829 z-index: 1;
7830 border: 1px solid #1890ff;
7831 border-radius: 2px;
7832 content: '';
7833}
7834.ant-picker-cell-in-view.ant-picker-cell-in-range {
7835 position: relative;
7836}
7837.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
7838 background: #e6f7ff;
7839}
7840.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
7841.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
7842.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
7843 color: #fff;
7844 background: #1890ff;
7845}
7846.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
7847.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
7848 background: #e6f7ff;
7849}
7850.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
7851 left: 50%;
7852}
7853.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
7854 right: 50%;
7855}
7856.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,
7857.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,
7858.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
7859.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,
7860.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,
7861.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
7862.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
7863 position: absolute;
7864 top: 50%;
7865 z-index: 0;
7866 height: 24px;
7867 border-top: 1px dashed #7ec1ff;
7868 border-bottom: 1px dashed #7ec1ff;
7869 transform: translateY(-50%);
7870 transition: all 0.3s;
7871 content: '';
7872}
7873.ant-picker-cell-range-hover-start::after,
7874.ant-picker-cell-range-hover-end::after,
7875.ant-picker-cell-range-hover::after {
7876 right: 0;
7877 left: 2px;
7878}
7879.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
7880.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
7881.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
7882.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
7883.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
7884.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,
7885.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 {
7886 background: #cbe6ff;
7887}
7888.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 {
7889 border-radius: 2px 0 0 2px;
7890}
7891.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 {
7892 border-radius: 0 2px 2px 0;
7893}
7894.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,
7895.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 {
7896 position: absolute;
7897 top: 0;
7898 bottom: 0;
7899 z-index: -1;
7900 background: #cbe6ff;
7901 transition: all 0.3s;
7902 content: '';
7903}
7904.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 {
7905 right: -6px;
7906 left: 0;
7907}
7908.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 {
7909 right: 0;
7910 left: -6px;
7911}
7912.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
7913 right: 50%;
7914}
7915.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
7916 left: 50%;
7917}
7918tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
7919tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
7920.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,
7921.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
7922.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
7923 left: 6px;
7924 border-left: 1px dashed #7ec1ff;
7925 border-top-left-radius: 2px;
7926 border-bottom-left-radius: 2px;
7927}
7928tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
7929tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
7930.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,
7931.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
7932.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
7933 right: 6px;
7934 border-right: 1px dashed #7ec1ff;
7935 border-top-right-radius: 2px;
7936 border-bottom-right-radius: 2px;
7937}
7938.ant-picker-cell-disabled {
7939 color: rgba(0, 0, 0, 0.25);
7940 pointer-events: none;
7941}
7942.ant-picker-cell-disabled .ant-picker-cell-inner {
7943 background: transparent;
7944}
7945.ant-picker-cell-disabled::before {
7946 background: rgba(0, 0, 0, 0.04);
7947}
7948.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
7949 border-color: rgba(0, 0, 0, 0.25);
7950}
7951.ant-picker-decade-panel .ant-picker-content,
7952.ant-picker-year-panel .ant-picker-content,
7953.ant-picker-quarter-panel .ant-picker-content,
7954.ant-picker-month-panel .ant-picker-content {
7955 height: 192px;
7956}
7957.ant-picker-decade-panel .ant-picker-cell-inner,
7958.ant-picker-year-panel .ant-picker-cell-inner,
7959.ant-picker-quarter-panel .ant-picker-cell-inner,
7960.ant-picker-month-panel .ant-picker-cell-inner {
7961 padding: 0 4px;
7962}
7963.ant-picker-quarter-panel .ant-picker-content {
7964 height: 56px;
7965}
7966.ant-picker-footer {
7967 width: -moz-min-content;
7968 width: min-content;
7969 min-width: 100%;
7970 line-height: 30px;
7971 text-align: center;
7972 border-bottom: 1px solid transparent;
7973}
7974.ant-picker-panel .ant-picker-footer {
7975 border-top: 1px solid #f0f0f0;
7976}
7977.ant-picker-footer-extra {
7978 padding: 0 8px;
7979 line-height: 30px;
7980 text-align: left;
7981}
7982.ant-picker-footer-extra:not(:last-child) {
7983 border-bottom: 1px solid #f0f0f0;
7984}
7985.ant-picker-now {
7986 text-align: left;
7987}
7988.ant-picker-today-btn {
7989 color: #1890ff;
7990}
7991.ant-picker-today-btn:hover {
7992 color: #40a9ff;
7993}
7994.ant-picker-today-btn:active {
7995 color: #096dd9;
7996}
7997.ant-picker-today-btn.ant-picker-today-btn-disabled {
7998 color: rgba(0, 0, 0, 0.25);
7999 cursor: not-allowed;
8000}
8001.ant-picker-decade-panel .ant-picker-cell-inner {
8002 padding: 0 2px;
8003}
8004.ant-picker-decade-panel .ant-picker-cell::before {
8005 display: none;
8006}
8007.ant-picker-year-panel .ant-picker-body,
8008.ant-picker-quarter-panel .ant-picker-body,
8009.ant-picker-month-panel .ant-picker-body {
8010 padding: 0 4px;
8011}
8012.ant-picker-year-panel .ant-picker-cell-inner,
8013.ant-picker-quarter-panel .ant-picker-cell-inner,
8014.ant-picker-month-panel .ant-picker-cell-inner {
8015 width: 60px;
8016}
8017.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
8018.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
8019.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
8020 left: 9.33333333px;
8021 border-left: 1px dashed #7ec1ff;
8022 border-radius: 2px 0 0 2px;
8023}
8024.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
8025.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
8026.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
8027 right: 9.33333333px;
8028 border-right: 1px dashed #7ec1ff;
8029 border-radius: 0 2px 2px 0;
8030}
8031.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
8032.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
8033.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
8034 right: 9.33333333px;
8035 border-right: 1px dashed #7ec1ff;
8036 border-radius: 0 2px 2px 0;
8037}
8038.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
8039.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
8040.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
8041 left: 9.33333333px;
8042 border-left: 1px dashed #7ec1ff;
8043 border-radius: 2px 0 0 2px;
8044}
8045.ant-picker-week-panel .ant-picker-body {
8046 padding: 4px 8px;
8047}
8048.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
8049.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
8050.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
8051 background: transparent !important;
8052}
8053.ant-picker-week-panel-row td {
8054 transition: background 0.3s;
8055}
8056.ant-picker-week-panel-row:hover td {
8057 background: #f5f5f5;
8058}
8059.ant-picker-week-panel-row-selected td,
8060.ant-picker-week-panel-row-selected:hover td {
8061 background: #1890ff;
8062}
8063.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
8064.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
8065 color: rgba(255, 255, 255, 0.5);
8066}
8067.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
8068.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
8069 border-color: #fff;
8070}
8071.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
8072.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
8073 color: #fff;
8074}
8075.ant-picker-date-panel .ant-picker-body {
8076 padding: 4px 8px;
8077}
8078.ant-picker-date-panel .ant-picker-content {
8079 width: 224px;
8080}
8081.ant-picker-date-panel .ant-picker-content th {
8082 width: 32px;
8083}
8084.ant-picker-datetime-panel {
8085 display: flex;
8086}
8087.ant-picker-datetime-panel .ant-picker-time-panel {
8088 border-left: 1px solid #f0f0f0;
8089}
8090.ant-picker-datetime-panel .ant-picker-date-panel,
8091.ant-picker-datetime-panel .ant-picker-time-panel {
8092 transition: opacity 0.3s;
8093}
8094.ant-picker-datetime-panel-active .ant-picker-date-panel,
8095.ant-picker-datetime-panel-active .ant-picker-time-panel {
8096 opacity: 0.3;
8097}
8098.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
8099.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
8100 opacity: 1;
8101}
8102.ant-picker-time-panel {
8103 width: auto;
8104 min-width: auto;
8105}
8106.ant-picker-time-panel .ant-picker-content {
8107 display: flex;
8108 flex: auto;
8109 height: 224px;
8110}
8111.ant-picker-time-panel-column {
8112 flex: 1 0 auto;
8113 width: 56px;
8114 margin: 0;
8115 padding: 0;
8116 overflow-y: hidden;
8117 text-align: left;
8118 list-style: none;
8119 transition: background 0.3s;
8120}
8121.ant-picker-time-panel-column::after {
8122 display: block;
8123 height: 200px;
8124 content: '';
8125}
8126.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
8127 height: 202px;
8128}
8129.ant-picker-time-panel-column:not(:first-child) {
8130 border-left: 1px solid #f0f0f0;
8131}
8132.ant-picker-time-panel-column-active {
8133 background: rgba(230, 247, 255, 0.2);
8134}
8135.ant-picker-time-panel-column:hover {
8136 overflow-y: auto;
8137}
8138.ant-picker-time-panel-column > li {
8139 margin: 0;
8140 padding: 0;
8141}
8142.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
8143 display: block;
8144 width: 100%;
8145 height: 24px;
8146 margin: 0;
8147 padding: 0 0 0 14px;
8148 color: rgba(0, 0, 0, 0.85);
8149 line-height: 24px;
8150 border-radius: 0;
8151 cursor: pointer;
8152 transition: background 0.3s;
8153}
8154.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
8155 background: #f5f5f5;
8156}
8157.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
8158 background: #e6f7ff;
8159}
8160.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
8161 color: rgba(0, 0, 0, 0.25);
8162 background: transparent;
8163 cursor: not-allowed;
8164}
8165/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
8166_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
8167:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
8168_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
8169:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
8170 padding: 21px 0;
8171}
8172.ant-picker-rtl {
8173 direction: rtl;
8174}
8175.ant-picker-rtl .ant-picker-suffix {
8176 margin-right: 2px;
8177 margin-left: 0;
8178}
8179.ant-picker-rtl .ant-picker-clear {
8180 right: auto;
8181 left: 0;
8182}
8183.ant-picker-rtl .ant-picker-separator {
8184 transform: rotate(180deg);
8185}
8186.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
8187 margin-right: 4px;
8188 margin-left: 0;
8189}
8190.ant-picker-rtl.ant-picker-range .ant-picker-clear {
8191 right: auto;
8192 left: 7px;
8193}
8194.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
8195 margin-right: 7px;
8196 margin-left: 0;
8197}
8198.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
8199 margin-right: 7px;
8200}
8201.ant-picker-dropdown-rtl .ant-picker-ranges {
8202 text-align: right;
8203}
8204.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
8205 float: left;
8206 margin-right: 4px;
8207 margin-left: 0;
8208}
8209.ant-picker-panel-rtl {
8210 direction: rtl;
8211}
8212.ant-picker-panel-rtl .ant-picker-prev-icon,
8213.ant-picker-panel-rtl .ant-picker-super-prev-icon {
8214 transform: rotate(135deg);
8215}
8216.ant-picker-panel-rtl .ant-picker-next-icon,
8217.ant-picker-panel-rtl .ant-picker-super-next-icon {
8218 transform: rotate(-45deg);
8219}
8220.ant-picker-cell .ant-picker-cell-inner {
8221 position: relative;
8222 z-index: 2;
8223 display: inline-block;
8224 min-width: 22px;
8225 height: 22px;
8226 line-height: 22px;
8227 border-radius: 2px;
8228 transition: background 0.3s, border 0.3s;
8229}
8230.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
8231 right: 50%;
8232 left: 0;
8233}
8234.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
8235 right: 0;
8236 left: 50%;
8237}
8238.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
8239 right: 50%;
8240 left: 50%;
8241}
8242.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 {
8243 right: 0;
8244 left: -6px;
8245}
8246.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 {
8247 right: -6px;
8248 left: 0;
8249}
8250.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
8251 right: 0;
8252 left: 50%;
8253}
8254.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
8255 right: 50%;
8256 left: 0;
8257}
8258.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 {
8259 border-radius: 0 2px 2px 0;
8260}
8261.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 {
8262 border-radius: 2px 0 0 2px;
8263}
8264.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
8265.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,
8266.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,
8267.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
8268 right: 6px;
8269 left: 0;
8270 border-right: 1px dashed #7ec1ff;
8271 border-left: none;
8272 border-radius: 0 2px 2px 0;
8273}
8274.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
8275.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,
8276.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,
8277.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
8278 right: 0;
8279 left: 6px;
8280 border-right: none;
8281 border-left: 1px dashed #7ec1ff;
8282 border-radius: 2px 0 0 2px;
8283}
8284.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
8285.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
8286.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,
8287.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,
8288.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,
8289.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,
8290.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 {
8291 right: 6px;
8292 left: 6px;
8293 border-right: 1px dashed #7ec1ff;
8294 border-left: 1px dashed #7ec1ff;
8295 border-radius: 2px;
8296}
8297.ant-picker-dropdown-rtl .ant-picker-footer-extra {
8298 direction: rtl;
8299 text-align: right;
8300}
8301.ant-picker-panel-rtl .ant-picker-time-panel {
8302 direction: ltr;
8303}
8304
8305/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
8306/* stylelint-disable no-duplicate-selectors */
8307/* stylelint-disable */
8308/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8309.ant-tag {
8310 box-sizing: border-box;
8311 margin: 0;
8312 padding: 0;
8313 color: rgba(0, 0, 0, 0.85);
8314 font-variant: tabular-nums;
8315 line-height: 1.66667;
8316 list-style: none;
8317 font-feature-settings: 'tnum';
8318 display: inline-block;
8319 height: auto;
8320 margin-right: 8px;
8321 padding: 0 7px;
8322 font-size: 12px;
8323 line-height: 18px;
8324 white-space: nowrap;
8325 background: #fafafa;
8326 border: 1px solid #d9d9d9;
8327 border-radius: 2px;
8328 opacity: 1;
8329 transition: all 0.3s;
8330}
8331.ant-tag,
8332.ant-tag a,
8333.ant-tag a:hover {
8334 color: rgba(0, 0, 0, 0.85);
8335}
8336.ant-tag > a:first-child:last-child {
8337 display: inline-block;
8338 margin: 0 -8px;
8339 padding: 0 8px;
8340}
8341.ant-tag-close-icon {
8342 margin-left: 3px;
8343 color: rgba(0, 0, 0, 0.45);
8344 font-size: 10px;
8345 cursor: pointer;
8346 transition: all 0.3s;
8347}
8348.ant-tag-close-icon:hover {
8349 color: rgba(0, 0, 0, 0.85);
8350}
8351.ant-tag-has-color {
8352 border-color: transparent;
8353}
8354.ant-tag-has-color,
8355.ant-tag-has-color a,
8356.ant-tag-has-color a:hover,
8357.ant-tag-has-color .anticon-close,
8358.ant-tag-has-color .anticon-close:hover {
8359 color: #fff;
8360}
8361.ant-tag-checkable {
8362 background-color: transparent;
8363 border-color: transparent;
8364 cursor: pointer;
8365}
8366.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
8367 color: #1890ff;
8368}
8369.ant-tag-checkable:active,
8370.ant-tag-checkable-checked {
8371 color: #fff;
8372}
8373.ant-tag-checkable-checked {
8374 background-color: #1890ff;
8375}
8376.ant-tag-checkable:active {
8377 background-color: #096dd9;
8378}
8379.ant-tag-hidden {
8380 display: none;
8381}
8382.ant-tag-pink {
8383 color: #c41d7f;
8384 background: #fff0f6;
8385 border-color: #ffadd2;
8386}
8387.ant-tag-pink-inverse {
8388 color: #fff;
8389 background: #eb2f96;
8390 border-color: #eb2f96;
8391}
8392.ant-tag-magenta {
8393 color: #c41d7f;
8394 background: #fff0f6;
8395 border-color: #ffadd2;
8396}
8397.ant-tag-magenta-inverse {
8398 color: #fff;
8399 background: #eb2f96;
8400 border-color: #eb2f96;
8401}
8402.ant-tag-red {
8403 color: #cf1322;
8404 background: #fff1f0;
8405 border-color: #ffa39e;
8406}
8407.ant-tag-red-inverse {
8408 color: #fff;
8409 background: #f5222d;
8410 border-color: #f5222d;
8411}
8412.ant-tag-volcano {
8413 color: #d4380d;
8414 background: #fff2e8;
8415 border-color: #ffbb96;
8416}
8417.ant-tag-volcano-inverse {
8418 color: #fff;
8419 background: #fa541c;
8420 border-color: #fa541c;
8421}
8422.ant-tag-orange {
8423 color: #d46b08;
8424 background: #fff7e6;
8425 border-color: #ffd591;
8426}
8427.ant-tag-orange-inverse {
8428 color: #fff;
8429 background: #fa8c16;
8430 border-color: #fa8c16;
8431}
8432.ant-tag-yellow {
8433 color: #d4b106;
8434 background: #feffe6;
8435 border-color: #fffb8f;
8436}
8437.ant-tag-yellow-inverse {
8438 color: #fff;
8439 background: #fadb14;
8440 border-color: #fadb14;
8441}
8442.ant-tag-gold {
8443 color: #d48806;
8444 background: #fffbe6;
8445 border-color: #ffe58f;
8446}
8447.ant-tag-gold-inverse {
8448 color: #fff;
8449 background: #faad14;
8450 border-color: #faad14;
8451}
8452.ant-tag-cyan {
8453 color: #08979c;
8454 background: #e6fffb;
8455 border-color: #87e8de;
8456}
8457.ant-tag-cyan-inverse {
8458 color: #fff;
8459 background: #13c2c2;
8460 border-color: #13c2c2;
8461}
8462.ant-tag-lime {
8463 color: #7cb305;
8464 background: #fcffe6;
8465 border-color: #eaff8f;
8466}
8467.ant-tag-lime-inverse {
8468 color: #fff;
8469 background: #a0d911;
8470 border-color: #a0d911;
8471}
8472.ant-tag-green {
8473 color: #389e0d;
8474 background: #f6ffed;
8475 border-color: #b7eb8f;
8476}
8477.ant-tag-green-inverse {
8478 color: #fff;
8479 background: #52c41a;
8480 border-color: #52c41a;
8481}
8482.ant-tag-blue {
8483 color: #096dd9;
8484 background: #e6f7ff;
8485 border-color: #91d5ff;
8486}
8487.ant-tag-blue-inverse {
8488 color: #fff;
8489 background: #1890ff;
8490 border-color: #1890ff;
8491}
8492.ant-tag-geekblue {
8493 color: #1d39c4;
8494 background: #f0f5ff;
8495 border-color: #adc6ff;
8496}
8497.ant-tag-geekblue-inverse {
8498 color: #fff;
8499 background: #2f54eb;
8500 border-color: #2f54eb;
8501}
8502.ant-tag-purple {
8503 color: #531dab;
8504 background: #f9f0ff;
8505 border-color: #d3adf7;
8506}
8507.ant-tag-purple-inverse {
8508 color: #fff;
8509 background: #722ed1;
8510 border-color: #722ed1;
8511}
8512.ant-tag-success {
8513 color: #52c41a;
8514 background: #f6ffed;
8515 border-color: #b7eb8f;
8516}
8517.ant-tag-processing {
8518 color: #1890ff;
8519 background: #e6f7ff;
8520 border-color: #91d5ff;
8521}
8522.ant-tag-error {
8523 color: #ff4d4f;
8524 background: #fff2f0;
8525 border-color: #ffccc7;
8526}
8527.ant-tag-warning {
8528 color: #faad14;
8529 background: #fffbe6;
8530 border-color: #ffe58f;
8531}
8532.ant-tag > .anticon + span,
8533.ant-tag > span + .anticon {
8534 margin-left: 7px;
8535}
8536.ant-tag.ant-tag-rtl {
8537 margin-right: 0;
8538 margin-left: 8px;
8539 direction: rtl;
8540 text-align: right;
8541}
8542.ant-tag-rtl .ant-tag-close-icon {
8543 margin-right: 3px;
8544 margin-left: 0;
8545}
8546.ant-tag-rtl.ant-tag > .anticon + span,
8547.ant-tag-rtl.ant-tag > span + .anticon {
8548 margin-right: 7px;
8549 margin-left: 0;
8550}
8551
8552/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
8553/* stylelint-disable no-duplicate-selectors */
8554/* stylelint-disable */
8555/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8556.ant-radio-group {
8557 box-sizing: border-box;
8558 margin: 0;
8559 padding: 0;
8560 color: rgba(0, 0, 0, 0.85);
8561 font-size: 12px;
8562 font-variant: tabular-nums;
8563 line-height: 1.66667;
8564 list-style: none;
8565 font-feature-settings: 'tnum';
8566 display: inline-block;
8567 font-size: 0;
8568}
8569.ant-radio-group .ant-badge-count {
8570 z-index: 1;
8571}
8572.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
8573 border-left: none;
8574}
8575.ant-radio-wrapper {
8576 box-sizing: border-box;
8577 margin: 0;
8578 padding: 0;
8579 color: rgba(0, 0, 0, 0.85);
8580 font-size: 12px;
8581 font-variant: tabular-nums;
8582 line-height: 1.66667;
8583 list-style: none;
8584 font-feature-settings: 'tnum';
8585 position: relative;
8586 display: inline-flex;
8587 align-items: baseline;
8588 margin-right: 6px;
8589 cursor: pointer;
8590}
8591.ant-radio-wrapper-disabled {
8592 cursor: not-allowed;
8593}
8594.ant-radio-wrapper::after {
8595 display: inline-block;
8596 width: 0;
8597 overflow: hidden;
8598 content: '\a0';
8599}
8600.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
8601 width: 14px;
8602 height: 14px;
8603}
8604.ant-radio {
8605 box-sizing: border-box;
8606 margin: 0;
8607 padding: 0;
8608 color: rgba(0, 0, 0, 0.85);
8609 font-size: 12px;
8610 font-variant: tabular-nums;
8611 line-height: 1.66667;
8612 list-style: none;
8613 font-feature-settings: 'tnum';
8614 position: relative;
8615 top: 0.2em;
8616 display: inline-block;
8617 outline: none;
8618 cursor: pointer;
8619}
8620.ant-radio-wrapper:hover .ant-radio,
8621.ant-radio:hover .ant-radio-inner,
8622.ant-radio-input:focus + .ant-radio-inner {
8623 border-color: #1890ff;
8624}
8625.ant-radio-input:focus + .ant-radio-inner {
8626 box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
8627}
8628.ant-radio-checked::after {
8629 position: absolute;
8630 top: 0;
8631 left: 0;
8632 width: 100%;
8633 height: 100%;
8634 border: 1px solid #1890ff;
8635 border-radius: 50%;
8636 visibility: hidden;
8637 animation: antRadioEffect 0.36s ease-in-out;
8638 animation-fill-mode: both;
8639 content: '';
8640}
8641.ant-radio:hover::after,
8642.ant-radio-wrapper:hover .ant-radio::after {
8643 visibility: visible;
8644}
8645.ant-radio-inner {
8646 position: relative;
8647 top: 0;
8648 left: 0;
8649 display: block;
8650 width: 14px;
8651 height: 14px;
8652 background-color: #fff;
8653 border-color: #d9d9d9;
8654 border-style: solid;
8655 border-width: 1px;
8656 border-radius: 50%;
8657 transition: all 0.3s;
8658}
8659.ant-radio-inner::after {
8660 position: absolute;
8661 top: 50%;
8662 left: 50%;
8663 display: block;
8664 width: 14px;
8665 height: 14px;
8666 margin-top: -7px;
8667 margin-left: -7px;
8668 background-color: #1890ff;
8669 border-top: 0;
8670 border-left: 0;
8671 border-radius: 14px;
8672 transform: scale(0);
8673 opacity: 0;
8674 transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8675 content: ' ';
8676}
8677.ant-radio-input {
8678 position: absolute;
8679 top: 0;
8680 right: 0;
8681 bottom: 0;
8682 left: 0;
8683 z-index: 1;
8684 cursor: pointer;
8685 opacity: 0;
8686}
8687.ant-radio.ant-radio-disabled .ant-radio-inner {
8688 border-color: #d9d9d9;
8689}
8690.ant-radio-checked .ant-radio-inner {
8691 border-color: #1890ff;
8692}
8693.ant-radio-checked .ant-radio-inner::after {
8694 transform: scale(0.42857143);
8695 opacity: 1;
8696 transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8697}
8698.ant-radio-disabled {
8699 cursor: not-allowed;
8700}
8701.ant-radio-disabled .ant-radio-inner {
8702 background-color: #f5f5f5;
8703 cursor: not-allowed;
8704}
8705.ant-radio-disabled .ant-radio-inner::after {
8706 background-color: rgba(0, 0, 0, 0.2);
8707}
8708.ant-radio-disabled .ant-radio-input {
8709 cursor: not-allowed;
8710}
8711.ant-radio-disabled + span {
8712 color: rgba(0, 0, 0, 0.25);
8713 cursor: not-allowed;
8714}
8715span.ant-radio + * {
8716 padding-right: 8px;
8717 padding-left: 8px;
8718}
8719.ant-radio-button-wrapper {
8720 position: relative;
8721 display: inline-block;
8722 height: 28px;
8723 margin: 0;
8724 padding: 0 7px;
8725 color: rgba(0, 0, 0, 0.85);
8726 font-size: 12px;
8727 line-height: 26px;
8728 background: #fff;
8729 border: 1px solid #d9d9d9;
8730 border-top-width: 1.02px;
8731 border-left-width: 0;
8732 cursor: pointer;
8733 transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
8734}
8735.ant-radio-button-wrapper a {
8736 color: rgba(0, 0, 0, 0.85);
8737}
8738.ant-radio-button-wrapper > .ant-radio-button {
8739 position: absolute;
8740 top: 0;
8741 left: 0;
8742 z-index: -1;
8743 width: 100%;
8744 height: 100%;
8745}
8746.ant-radio-group-large .ant-radio-button-wrapper {
8747 height: 32px;
8748 font-size: 14px;
8749 line-height: 30px;
8750}
8751.ant-radio-group-small .ant-radio-button-wrapper {
8752 height: 22px;
8753 padding: 0 7px;
8754 line-height: 20px;
8755}
8756.ant-radio-button-wrapper:not(:first-child)::before {
8757 position: absolute;
8758 top: -1px;
8759 left: -1px;
8760 display: block;
8761 box-sizing: content-box;
8762 width: 1px;
8763 height: 100%;
8764 padding: 1px 0;
8765 background-color: #d9d9d9;
8766 transition: background-color 0.3s;
8767 content: '';
8768}
8769.ant-radio-button-wrapper:first-child {
8770 border-left: 1px solid #d9d9d9;
8771 border-radius: 2px 0 0 2px;
8772}
8773.ant-radio-button-wrapper:last-child {
8774 border-radius: 0 2px 2px 0;
8775}
8776.ant-radio-button-wrapper:first-child:last-child {
8777 border-radius: 2px;
8778}
8779.ant-radio-button-wrapper:hover {
8780 position: relative;
8781 color: #1890ff;
8782}
8783.ant-radio-button-wrapper:focus-within {
8784 box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
8785}
8786.ant-radio-button-wrapper .ant-radio-inner,
8787.ant-radio-button-wrapper input[type='checkbox'],
8788.ant-radio-button-wrapper input[type='radio'] {
8789 width: 0;
8790 height: 0;
8791 opacity: 0;
8792 pointer-events: none;
8793}
8794.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
8795 z-index: 1;
8796 color: #1890ff;
8797 background: #fff;
8798 border-color: #1890ff;
8799}
8800.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
8801 background-color: #1890ff;
8802}
8803.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
8804 border-color: #1890ff;
8805}
8806.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8807 color: #40a9ff;
8808 border-color: #40a9ff;
8809}
8810.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
8811 background-color: #40a9ff;
8812}
8813.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8814 color: #096dd9;
8815 border-color: #096dd9;
8816}
8817.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
8818 background-color: #096dd9;
8819}
8820.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8821 box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
8822}
8823.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
8824 color: #fff;
8825 background: #1890ff;
8826 border-color: #1890ff;
8827}
8828.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
8829 color: #fff;
8830 background: #40a9ff;
8831 border-color: #40a9ff;
8832}
8833.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
8834 color: #fff;
8835 background: #096dd9;
8836 border-color: #096dd9;
8837}
8838.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
8839 box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
8840}
8841.ant-radio-button-wrapper-disabled {
8842 color: rgba(0, 0, 0, 0.25);
8843 background-color: #f5f5f5;
8844 border-color: #d9d9d9;
8845 cursor: not-allowed;
8846}
8847.ant-radio-button-wrapper-disabled:first-child,
8848.ant-radio-button-wrapper-disabled:hover {
8849 color: rgba(0, 0, 0, 0.25);
8850 background-color: #f5f5f5;
8851 border-color: #d9d9d9;
8852}
8853.ant-radio-button-wrapper-disabled:first-child {
8854 border-left-color: #d9d9d9;
8855}
8856.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
8857 color: rgba(0, 0, 0, 0.25);
8858 background-color: #e6e6e6;
8859 border-color: #d9d9d9;
8860 box-shadow: none;
8861}
8862@keyframes antRadioEffect {
8863 0% {
8864 transform: scale(1);
8865 opacity: 0.5;
8866 }
8867 100% {
8868 transform: scale(1.6);
8869 opacity: 0;
8870 }
8871}
8872.ant-radio-group.ant-radio-group-rtl {
8873 direction: rtl;
8874}
8875.ant-radio-wrapper.ant-radio-wrapper-rtl {
8876 margin-right: 0;
8877 margin-left: 6px;
8878 direction: rtl;
8879}
8880.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
8881 border-right-width: 0;
8882 border-left-width: 1px;
8883}
8884.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
8885 right: -1px;
8886 left: 0;
8887}
8888.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
8889 border-right: 1px solid #d9d9d9;
8890 border-radius: 0 2px 2px 0;
8891}
8892.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
8893 border-right-color: #40a9ff;
8894}
8895.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
8896 border-radius: 2px 0 0 2px;
8897}
8898.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
8899 border-right-color: #d9d9d9;
8900}
8901
8902/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
8903/* stylelint-disable no-duplicate-selectors */
8904/* stylelint-disable */
8905/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
8906.ant-card {
8907 box-sizing: border-box;
8908 margin: 0;
8909 padding: 0;
8910 color: rgba(0, 0, 0, 0.85);
8911 font-size: 12px;
8912 font-variant: tabular-nums;
8913 line-height: 1.66667;
8914 list-style: none;
8915 font-feature-settings: 'tnum';
8916 position: relative;
8917 background: #fff;
8918 border-radius: 2px;
8919}
8920.ant-card-rtl {
8921 direction: rtl;
8922}
8923.ant-card-hoverable {
8924 cursor: pointer;
8925 transition: box-shadow 0.3s, border-color 0.3s;
8926}
8927.ant-card-hoverable:hover {
8928 border-color: transparent;
8929 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);
8930}
8931.ant-card-bordered {
8932 border: 1px solid #f0f0f0;
8933}
8934.ant-card-head {
8935 min-height: 36px;
8936 margin-bottom: -1px;
8937 padding: 0 12px;
8938 color: rgba(0, 0, 0, 0.85);
8939 font-weight: 500;
8940 font-size: 12px;
8941 background: transparent;
8942 border-bottom: 1px solid #f0f0f0;
8943 border-radius: 2px 2px 0 0;
8944}
8945.ant-card-head::before {
8946 display: table;
8947 content: '';
8948}
8949.ant-card-head::after {
8950 display: table;
8951 clear: both;
8952 content: '';
8953}
8954.ant-card-head-wrapper {
8955 display: flex;
8956 align-items: center;
8957}
8958.ant-card-head-title {
8959 display: inline-block;
8960 flex: 1;
8961 padding: 8.5px 0;
8962 overflow: hidden;
8963 white-space: nowrap;
8964 text-overflow: ellipsis;
8965}
8966.ant-card-head-title > .ant-typography,
8967.ant-card-head-title > .ant-typography-edit-content {
8968 left: 0;
8969 margin-top: 0;
8970 margin-bottom: 0;
8971}
8972.ant-card-head .ant-tabs-top {
8973 clear: both;
8974 margin-bottom: -9px;
8975 color: rgba(0, 0, 0, 0.85);
8976 font-weight: normal;
8977 font-size: 12px;
8978}
8979.ant-card-head .ant-tabs-top-bar {
8980 border-bottom: 1px solid #f0f0f0;
8981}
8982.ant-card-extra {
8983 margin-left: auto;
8984 padding: 8.5px 0;
8985 color: rgba(0, 0, 0, 0.85);
8986 font-weight: normal;
8987 font-size: 12px;
8988}
8989.ant-card-rtl .ant-card-extra {
8990 margin-right: auto;
8991 margin-left: 0;
8992}
8993.ant-card-body {
8994 padding: 12px;
8995}
8996.ant-card-body::before {
8997 display: table;
8998 content: '';
8999}
9000.ant-card-body::after {
9001 display: table;
9002 clear: both;
9003 content: '';
9004}
9005.ant-card-contain-grid .ant-card-body {
9006 display: flex;
9007 flex-wrap: wrap;
9008}
9009.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
9010 margin: -1px 0 0 -1px;
9011 padding: 0;
9012}
9013.ant-card-grid {
9014 width: 33.33%;
9015 padding: 12px;
9016 border: 0;
9017 border-radius: 0;
9018 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;
9019 transition: all 0.3s;
9020}
9021.ant-card-grid-hoverable:hover {
9022 position: relative;
9023 z-index: 1;
9024 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);
9025}
9026.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
9027 min-height: 27.5px;
9028 padding-bottom: 0;
9029}
9030.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
9031 padding-bottom: 0;
9032}
9033.ant-card-bordered .ant-card-cover {
9034 margin-top: -1px;
9035 margin-right: -1px;
9036 margin-left: -1px;
9037}
9038.ant-card-cover > * {
9039 display: block;
9040 width: 100%;
9041}
9042.ant-card-cover img {
9043 border-radius: 2px 2px 0 0;
9044}
9045.ant-card-actions {
9046 display: flex;
9047 margin: 0;
9048 padding: 0;
9049 list-style: none;
9050 background: #fff;
9051 border-top: 1px solid #f0f0f0;
9052}
9053.ant-card-actions::before {
9054 display: table;
9055 content: '';
9056}
9057.ant-card-actions::after {
9058 display: table;
9059 clear: both;
9060 content: '';
9061}
9062.ant-card-actions > li {
9063 margin: 4px 0;
9064 color: rgba(0, 0, 0, 0.45);
9065 text-align: center;
9066}
9067.ant-card-actions > li > span {
9068 position: relative;
9069 display: block;
9070 min-width: 32px;
9071 font-size: 12px;
9072 line-height: 1.66667;
9073 cursor: pointer;
9074}
9075.ant-card-actions > li > span:hover {
9076 color: #1890ff;
9077 transition: color 0.3s;
9078}
9079.ant-card-actions > li > span a:not(.ant-btn),
9080.ant-card-actions > li > span > .anticon {
9081 display: inline-block;
9082 width: 100%;
9083 color: rgba(0, 0, 0, 0.45);
9084 line-height: 22px;
9085 transition: color 0.3s;
9086}
9087.ant-card-actions > li > span a:not(.ant-btn):hover,
9088.ant-card-actions > li > span > .anticon:hover {
9089 color: #1890ff;
9090}
9091.ant-card-actions > li > span > .anticon {
9092 font-size: 16px;
9093 line-height: 22px;
9094}
9095.ant-card-actions > li:not(:last-child) {
9096 border-right: 1px solid #f0f0f0;
9097}
9098.ant-card-rtl .ant-card-actions > li:not(:last-child) {
9099 border-right: none;
9100 border-left: 1px solid #f0f0f0;
9101}
9102.ant-card-type-inner .ant-card-head {
9103 padding: 0 12px;
9104 background: #fafafa;
9105}
9106.ant-card-type-inner .ant-card-head-title {
9107 padding: 12px 0;
9108 font-size: 12px;
9109}
9110.ant-card-type-inner .ant-card-body {
9111 padding: 16px 12px;
9112}
9113.ant-card-type-inner .ant-card-extra {
9114 padding: 13.5px 0;
9115}
9116.ant-card-meta {
9117 display: flex;
9118 margin: -4px 0;
9119}
9120.ant-card-meta::before {
9121 display: table;
9122 content: '';
9123}
9124.ant-card-meta::after {
9125 display: table;
9126 clear: both;
9127 content: '';
9128}
9129.ant-card-meta-avatar {
9130 padding-right: 16px;
9131}
9132.ant-card-rtl .ant-card-meta-avatar {
9133 padding-right: 0;
9134 padding-left: 16px;
9135}
9136.ant-card-meta-detail {
9137 flex: 1;
9138 overflow: hidden;
9139}
9140.ant-card-meta-detail > div:not(:last-child) {
9141 margin-bottom: 4px;
9142}
9143.ant-card-meta-title {
9144 overflow: hidden;
9145 color: rgba(0, 0, 0, 0.85);
9146 font-weight: 500;
9147 font-size: 14px;
9148 white-space: nowrap;
9149 text-overflow: ellipsis;
9150}
9151.ant-card-meta-description {
9152 color: rgba(0, 0, 0, 0.45);
9153}
9154.ant-card-loading {
9155 overflow: hidden;
9156}
9157.ant-card-loading .ant-card-body {
9158 -webkit-user-select: none;
9159 -moz-user-select: none;
9160 -ms-user-select: none;
9161 user-select: none;
9162}
9163.ant-card-small > .ant-card-head {
9164 min-height: 30px;
9165 padding: 0 12px;
9166 font-size: 12px;
9167}
9168.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
9169 padding: 6px 0;
9170}
9171.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
9172 padding: 6px 0;
9173 font-size: 12px;
9174}
9175.ant-card-small > .ant-card-body {
9176 padding: 12px;
9177}
9178
9179/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9180/* stylelint-disable no-duplicate-selectors */
9181/* stylelint-disable */
9182/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9183.ant-skeleton {
9184 display: table;
9185 width: 100%;
9186}
9187.ant-skeleton-header {
9188 display: table-cell;
9189 padding-right: 8px;
9190 vertical-align: top;
9191}
9192.ant-skeleton-header .ant-skeleton-avatar {
9193 display: inline-block;
9194 vertical-align: top;
9195 background: rgba(190, 190, 190, 0.2);
9196 width: 28px;
9197 height: 28px;
9198 line-height: 28px;
9199}
9200.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
9201 border-radius: 50%;
9202}
9203.ant-skeleton-header .ant-skeleton-avatar-lg {
9204 width: 32px;
9205 height: 32px;
9206 line-height: 32px;
9207}
9208.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
9209 border-radius: 50%;
9210}
9211.ant-skeleton-header .ant-skeleton-avatar-sm {
9212 width: 22px;
9213 height: 22px;
9214 line-height: 22px;
9215}
9216.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
9217 border-radius: 50%;
9218}
9219.ant-skeleton-content {
9220 display: table-cell;
9221 width: 100%;
9222 vertical-align: top;
9223}
9224.ant-skeleton-content .ant-skeleton-title {
9225 width: 100%;
9226 height: 14px;
9227 background: rgba(190, 190, 190, 0.2);
9228 border-radius: 2px;
9229}
9230.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
9231 margin-top: 20px;
9232}
9233.ant-skeleton-content .ant-skeleton-paragraph {
9234 padding: 0;
9235}
9236.ant-skeleton-content .ant-skeleton-paragraph > li {
9237 width: 100%;
9238 height: 14px;
9239 list-style: none;
9240 background: rgba(190, 190, 190, 0.2);
9241 border-radius: 2px;
9242}
9243.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
9244 width: 61%;
9245}
9246.ant-skeleton-content .ant-skeleton-paragraph > li + li {
9247 margin-top: 12px;
9248}
9249.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
9250 margin-top: 8px;
9251}
9252.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
9253 margin-top: 20px;
9254}
9255.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
9256.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
9257 border-radius: 100px;
9258}
9259.ant-skeleton-active .ant-skeleton-title,
9260.ant-skeleton-active .ant-skeleton-paragraph > li,
9261.ant-skeleton-active .ant-skeleton-avatar,
9262.ant-skeleton-active .ant-skeleton-button,
9263.ant-skeleton-active .ant-skeleton-input,
9264.ant-skeleton-active .ant-skeleton-image {
9265 position: relative;
9266 /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
9267 z-index: 0;
9268 overflow: hidden;
9269 background: transparent;
9270}
9271.ant-skeleton-active .ant-skeleton-title::after,
9272.ant-skeleton-active .ant-skeleton-paragraph > li::after,
9273.ant-skeleton-active .ant-skeleton-avatar::after,
9274.ant-skeleton-active .ant-skeleton-button::after,
9275.ant-skeleton-active .ant-skeleton-input::after,
9276.ant-skeleton-active .ant-skeleton-image::after {
9277 position: absolute;
9278 top: 0;
9279 right: -150%;
9280 bottom: 0;
9281 left: -150%;
9282 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%);
9283 animation: ant-skeleton-loading 1.4s ease infinite;
9284 content: '';
9285}
9286.ant-skeleton.ant-skeleton-block {
9287 width: 100%;
9288}
9289.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
9290 width: 100%;
9291}
9292.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
9293 width: 100%;
9294}
9295.ant-skeleton-element {
9296 display: inline-block;
9297 width: auto;
9298}
9299.ant-skeleton-element .ant-skeleton-button {
9300 display: inline-block;
9301 vertical-align: top;
9302 background: rgba(190, 190, 190, 0.2);
9303 border-radius: 2px;
9304 width: 56px;
9305 min-width: 56px;
9306 height: 28px;
9307 line-height: 28px;
9308}
9309.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
9310 width: 28px;
9311 min-width: 28px;
9312}
9313.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
9314 width: 28px;
9315 min-width: 28px;
9316 border-radius: 50%;
9317}
9318.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
9319 border-radius: 28px;
9320}
9321.ant-skeleton-element .ant-skeleton-button-lg {
9322 width: 64px;
9323 min-width: 64px;
9324 height: 32px;
9325 line-height: 32px;
9326}
9327.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
9328 width: 32px;
9329 min-width: 32px;
9330}
9331.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
9332 width: 32px;
9333 min-width: 32px;
9334 border-radius: 50%;
9335}
9336.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
9337 border-radius: 32px;
9338}
9339.ant-skeleton-element .ant-skeleton-button-sm {
9340 width: 44px;
9341 min-width: 44px;
9342 height: 22px;
9343 line-height: 22px;
9344}
9345.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
9346 width: 22px;
9347 min-width: 22px;
9348}
9349.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
9350 width: 22px;
9351 min-width: 22px;
9352 border-radius: 50%;
9353}
9354.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
9355 border-radius: 22px;
9356}
9357.ant-skeleton-element .ant-skeleton-avatar {
9358 display: inline-block;
9359 vertical-align: top;
9360 background: rgba(190, 190, 190, 0.2);
9361 width: 28px;
9362 height: 28px;
9363 line-height: 28px;
9364}
9365.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
9366 border-radius: 50%;
9367}
9368.ant-skeleton-element .ant-skeleton-avatar-lg {
9369 width: 32px;
9370 height: 32px;
9371 line-height: 32px;
9372}
9373.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
9374 border-radius: 50%;
9375}
9376.ant-skeleton-element .ant-skeleton-avatar-sm {
9377 width: 22px;
9378 height: 22px;
9379 line-height: 22px;
9380}
9381.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
9382 border-radius: 50%;
9383}
9384.ant-skeleton-element .ant-skeleton-input {
9385 display: inline-block;
9386 vertical-align: top;
9387 background: rgba(190, 190, 190, 0.2);
9388 width: 140px;
9389 min-width: 140px;
9390 height: 28px;
9391 line-height: 28px;
9392}
9393.ant-skeleton-element .ant-skeleton-input-lg {
9394 width: 160px;
9395 min-width: 160px;
9396 height: 32px;
9397 line-height: 32px;
9398}
9399.ant-skeleton-element .ant-skeleton-input-sm {
9400 width: 110px;
9401 min-width: 110px;
9402 height: 22px;
9403 line-height: 22px;
9404}
9405.ant-skeleton-element .ant-skeleton-image {
9406 display: flex;
9407 align-items: center;
9408 justify-content: center;
9409 vertical-align: top;
9410 background: rgba(190, 190, 190, 0.2);
9411 width: 96px;
9412 height: 96px;
9413 line-height: 96px;
9414}
9415.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
9416 border-radius: 50%;
9417}
9418.ant-skeleton-element .ant-skeleton-image-path {
9419 fill: #bfbfbf;
9420}
9421.ant-skeleton-element .ant-skeleton-image-svg {
9422 width: 48px;
9423 height: 48px;
9424 line-height: 48px;
9425 max-width: 192px;
9426 max-height: 192px;
9427}
9428.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
9429 border-radius: 50%;
9430}
9431@keyframes ant-skeleton-loading {
9432 0% {
9433 transform: translateX(-37.5%);
9434 }
9435 100% {
9436 transform: translateX(37.5%);
9437 }
9438}
9439.ant-skeleton-rtl {
9440 direction: rtl;
9441}
9442.ant-skeleton-rtl .ant-skeleton-header {
9443 padding-right: 0;
9444 padding-left: 16px;
9445}
9446.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
9447.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
9448 animation-name: ant-skeleton-loading-rtl;
9449}
9450.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
9451 animation-name: ant-skeleton-loading-rtl;
9452}
9453@keyframes ant-skeleton-loading-rtl {
9454 0% {
9455 background-position: 0% 50%;
9456 }
9457 100% {
9458 background-position: 100% 50%;
9459 }
9460}
9461
9462/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
9463/* stylelint-disable no-duplicate-selectors */
9464/* stylelint-disable */
9465/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
9466.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
9467 padding: 4px 0;
9468 font-size: 12px;
9469}
9470.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
9471 padding: 8px 0;
9472 font-size: 14px;
9473}
9474.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
9475 padding: 6px 8px;
9476}
9477.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
9478 padding: 7px 8px 6px;
9479}
9480.ant-tabs-rtl {
9481 direction: rtl;
9482}
9483.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
9484 margin: 0 0 0 32px;
9485}
9486.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
9487 margin-left: 0;
9488}
9489.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
9490 margin-right: 0;
9491 margin-left: 8px;
9492}
9493.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
9494 margin-right: 4px;
9495 margin-left: 0px;
9496}
9497.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
9498 margin: 0;
9499}
9500.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
9501 order: 1;
9502}
9503.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
9504 order: 0;
9505}
9506.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
9507 order: 0;
9508}
9509.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
9510 order: 1;
9511}
9512.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9513.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9514.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9515.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
9516 margin-right: 2px;
9517 margin-left: 0;
9518}
9519.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
9520.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
9521.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
9522.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
9523 margin-right: 2px;
9524 margin-left: 0;
9525}
9526.ant-tabs-dropdown-rtl {
9527 direction: rtl;
9528}
9529.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
9530 text-align: right;
9531}
9532.ant-tabs-top,
9533.ant-tabs-bottom {
9534 flex-direction: column;
9535}
9536.ant-tabs-top > .ant-tabs-nav,
9537.ant-tabs-bottom > .ant-tabs-nav,
9538.ant-tabs-top > div > .ant-tabs-nav,
9539.ant-tabs-bottom > div > .ant-tabs-nav {
9540 margin: 0 0 8px 0;
9541}
9542.ant-tabs-top > .ant-tabs-nav::before,
9543.ant-tabs-bottom > .ant-tabs-nav::before,
9544.ant-tabs-top > div > .ant-tabs-nav::before,
9545.ant-tabs-bottom > div > .ant-tabs-nav::before {
9546 position: absolute;
9547 right: 0;
9548 left: 0;
9549 border-bottom: 1px solid #f0f0f0;
9550 content: '';
9551}
9552.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
9553.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
9554.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
9555.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
9556 height: 2px;
9557}
9558.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
9559.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
9560.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
9561.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
9562 transition: width 0.3s, left 0.3s, right 0.3s;
9563}
9564.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9565.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9566.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9567.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9568.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9569.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9570.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9571.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
9572 top: 0;
9573 bottom: 0;
9574 width: 30px;
9575}
9576.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9577.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9578.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9579.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
9580 left: 0;
9581 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
9582}
9583.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9584.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9585.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9586.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
9587 right: 0;
9588 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
9589}
9590.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
9591.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
9592.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
9593.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
9594 opacity: 1;
9595}
9596.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
9597.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
9598.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
9599.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
9600 opacity: 1;
9601}
9602.ant-tabs-top > .ant-tabs-nav::before,
9603.ant-tabs-top > div > .ant-tabs-nav::before {
9604 bottom: 0;
9605}
9606.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
9607.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
9608 bottom: 0;
9609}
9610.ant-tabs-bottom > .ant-tabs-nav,
9611.ant-tabs-bottom > div > .ant-tabs-nav {
9612 order: 1;
9613 margin-top: 8px;
9614 margin-bottom: 0;
9615}
9616.ant-tabs-bottom > .ant-tabs-nav::before,
9617.ant-tabs-bottom > div > .ant-tabs-nav::before {
9618 top: 0;
9619}
9620.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
9621.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
9622 top: 0;
9623}
9624.ant-tabs-bottom > .ant-tabs-content-holder,
9625.ant-tabs-bottom > div > .ant-tabs-content-holder {
9626 order: 0;
9627}
9628.ant-tabs-left > .ant-tabs-nav,
9629.ant-tabs-right > .ant-tabs-nav,
9630.ant-tabs-left > div > .ant-tabs-nav,
9631.ant-tabs-right > div > .ant-tabs-nav {
9632 flex-direction: column;
9633 min-width: 50px;
9634}
9635.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
9636.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
9637.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
9638.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
9639 padding: 4px 16px;
9640 text-align: center;
9641}
9642.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9643.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9644.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9645.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
9646 margin: 8px 0 0 0;
9647}
9648.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
9649.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
9650.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
9651.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
9652 flex-direction: column;
9653}
9654.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9655.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9656.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9657.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9658.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9659.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9660.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9661.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
9662 right: 0;
9663 left: 0;
9664 height: 30px;
9665}
9666.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9667.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9668.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9669.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
9670 top: 0;
9671 box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
9672}
9673.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9674.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9675.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9676.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
9677 bottom: 0;
9678 box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
9679}
9680.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
9681.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
9682.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
9683.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
9684 opacity: 1;
9685}
9686.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
9687.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
9688.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
9689.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
9690 opacity: 1;
9691}
9692.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
9693.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
9694.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
9695.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
9696 width: 2px;
9697}
9698.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
9699.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
9700.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
9701.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
9702 transition: height 0.3s, top 0.3s;
9703}
9704.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
9705.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
9706.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
9707.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
9708.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
9709.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
9710.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
9711.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
9712 flex: 1 0 auto;
9713 flex-direction: column;
9714}
9715.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
9716.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
9717 right: 0;
9718}
9719.ant-tabs-left > .ant-tabs-content-holder,
9720.ant-tabs-left > div > .ant-tabs-content-holder {
9721 margin-left: -1px;
9722 border-left: 1px solid #f0f0f0;
9723}
9724.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
9725.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
9726 padding-left: 16px;
9727}
9728.ant-tabs-right > .ant-tabs-nav,
9729.ant-tabs-right > div > .ant-tabs-nav {
9730 order: 1;
9731}
9732.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
9733.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
9734 left: 0;
9735}
9736.ant-tabs-right > .ant-tabs-content-holder,
9737.ant-tabs-right > div > .ant-tabs-content-holder {
9738 order: 0;
9739 margin-right: -1px;
9740 border-right: 1px solid #f0f0f0;
9741}
9742.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
9743.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
9744 padding-right: 16px;
9745}
9746.ant-tabs-dropdown {
9747 box-sizing: border-box;
9748 margin: 0;
9749 padding: 0;
9750 color: rgba(0, 0, 0, 0.85);
9751 font-size: 12px;
9752 font-variant: tabular-nums;
9753 line-height: 1.66667;
9754 list-style: none;
9755 font-feature-settings: 'tnum';
9756 position: absolute;
9757 top: -9999px;
9758 left: -9999px;
9759 z-index: 1050;
9760 display: block;
9761}
9762.ant-tabs-dropdown-hidden {
9763 display: none;
9764}
9765.ant-tabs-dropdown-menu {
9766 max-height: 200px;
9767 margin: 0;
9768 padding: 4px 0;
9769 overflow-x: hidden;
9770 overflow-y: auto;
9771 text-align: left;
9772 list-style-type: none;
9773 background-color: #fff;
9774 background-clip: padding-box;
9775 border-radius: 2px;
9776 outline: none;
9777 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);
9778}
9779.ant-tabs-dropdown-menu-item {
9780 display: flex;
9781 align-items: center;
9782 min-width: 120px;
9783 margin: 0;
9784 padding: 5px 8px;
9785 overflow: hidden;
9786 color: rgba(0, 0, 0, 0.85);
9787 font-weight: normal;
9788 font-size: 12px;
9789 line-height: 18px;
9790 white-space: nowrap;
9791 text-overflow: ellipsis;
9792 cursor: pointer;
9793 transition: all 0.3s;
9794}
9795.ant-tabs-dropdown-menu-item > span {
9796 flex: 1;
9797 white-space: nowrap;
9798}
9799.ant-tabs-dropdown-menu-item-remove {
9800 flex: none;
9801 margin-left: 8px;
9802 color: rgba(0, 0, 0, 0.45);
9803 font-size: 12px;
9804 background: transparent;
9805 border: 0;
9806 cursor: pointer;
9807}
9808.ant-tabs-dropdown-menu-item-remove:hover {
9809 color: #40a9ff;
9810}
9811.ant-tabs-dropdown-menu-item:hover {
9812 background: #f5f5f5;
9813}
9814.ant-tabs-dropdown-menu-item-disabled,
9815.ant-tabs-dropdown-menu-item-disabled:hover {
9816 color: rgba(0, 0, 0, 0.25);
9817 background: transparent;
9818 cursor: not-allowed;
9819}
9820.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
9821.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
9822 margin: 0;
9823 padding: 4px 8px;
9824 background: #fafafa;
9825 border: 1px solid #f0f0f0;
9826 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
9827}
9828.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
9829.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
9830 color: #1890ff;
9831 background: #fff;
9832}
9833.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
9834.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
9835 visibility: hidden;
9836}
9837.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9838.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9839.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9840.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
9841 margin-left: 2px;
9842}
9843.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
9844.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
9845 border-radius: 2px 2px 0 0;
9846}
9847.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
9848.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
9849 border-bottom-color: #fff;
9850}
9851.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
9852.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
9853 border-radius: 0 0 2px 2px;
9854}
9855.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
9856.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
9857 border-top-color: #fff;
9858}
9859.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9860.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9861.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
9862.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
9863 margin-top: 2px;
9864}
9865.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
9866.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
9867 border-radius: 2px 0 0 2px;
9868}
9869.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
9870.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
9871 border-right-color: #fff;
9872}
9873.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
9874.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
9875 border-radius: 0 2px 2px 0;
9876}
9877.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
9878.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
9879 border-left-color: #fff;
9880}
9881.ant-tabs {
9882 box-sizing: border-box;
9883 margin: 0;
9884 padding: 0;
9885 color: rgba(0, 0, 0, 0.85);
9886 font-size: 12px;
9887 font-variant: tabular-nums;
9888 line-height: 1.66667;
9889 list-style: none;
9890 font-feature-settings: 'tnum';
9891 display: flex;
9892}
9893.ant-tabs > .ant-tabs-nav,
9894.ant-tabs > div > .ant-tabs-nav {
9895 position: relative;
9896 display: flex;
9897 flex: none;
9898 align-items: center;
9899}
9900.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
9901.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
9902 position: relative;
9903 display: inline-block;
9904 display: flex;
9905 flex: auto;
9906 align-self: stretch;
9907 overflow: hidden;
9908 white-space: nowrap;
9909 transform: translate(0);
9910}
9911.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9912.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
9913.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
9914.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
9915 position: absolute;
9916 z-index: 1;
9917 opacity: 0;
9918 transition: opacity 0.3s;
9919 content: '';
9920 pointer-events: none;
9921}
9922.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
9923.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
9924 position: relative;
9925 display: flex;
9926 transition: transform 0.3s;
9927}
9928.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
9929.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
9930 display: flex;
9931 align-self: stretch;
9932}
9933.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
9934.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
9935 position: absolute;
9936 visibility: hidden;
9937 pointer-events: none;
9938}
9939.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
9940.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
9941 position: relative;
9942 padding: 4px 8px;
9943 background: transparent;
9944 border: 0;
9945}
9946.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
9947.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
9948 position: absolute;
9949 right: 0;
9950 bottom: 0;
9951 left: 0;
9952 height: 5px;
9953 transform: translateY(100%);
9954 content: '';
9955}
9956.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
9957.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
9958 min-width: 40px;
9959 margin-left: 2px;
9960 padding: 0 4px;
9961 background: #fafafa;
9962 border: 1px solid #f0f0f0;
9963 border-radius: 2px 2px 0 0;
9964 outline: none;
9965 cursor: pointer;
9966 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
9967}
9968.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
9969.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
9970 color: #40a9ff;
9971}
9972.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
9973.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
9974.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
9975.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
9976 color: #096dd9;
9977}
9978.ant-tabs-extra-content {
9979 flex: none;
9980}
9981.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
9982.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
9983 justify-content: center;
9984}
9985.ant-tabs-ink-bar {
9986 position: absolute;
9987 background: #1890ff;
9988 pointer-events: none;
9989}
9990.ant-tabs-tab {
9991 position: relative;
9992 display: inline-flex;
9993 align-items: center;
9994 padding: 8px 0;
9995 font-size: 12px;
9996 background: transparent;
9997 border: 0;
9998 outline: none;
9999 cursor: pointer;
10000}
10001.ant-tabs-tab-btn:focus,
10002.ant-tabs-tab-remove:focus,
10003.ant-tabs-tab-btn:active,
10004.ant-tabs-tab-remove:active {
10005 color: #096dd9;
10006}
10007.ant-tabs-tab-btn {
10008 outline: none;
10009 transition: all 0.3s;
10010}
10011.ant-tabs-tab-remove {
10012 flex: none;
10013 margin-right: 0px;
10014 margin-left: 4px;
10015 color: rgba(0, 0, 0, 0.45);
10016 font-size: 12px;
10017 background: transparent;
10018 border: none;
10019 outline: none;
10020 cursor: pointer;
10021 transition: all 0.3s;
10022}
10023.ant-tabs-tab-remove:hover {
10024 color: rgba(0, 0, 0, 0.85);
10025}
10026.ant-tabs-tab:hover {
10027 color: #40a9ff;
10028}
10029.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
10030 color: #1890ff;
10031 text-shadow: 0 0 0.25px currentcolor;
10032}
10033.ant-tabs-tab.ant-tabs-tab-disabled {
10034 color: rgba(0, 0, 0, 0.25);
10035 cursor: not-allowed;
10036}
10037.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
10038.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
10039.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
10040.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
10041 color: rgba(0, 0, 0, 0.25);
10042}
10043.ant-tabs-tab .ant-tabs-tab-remove .anticon {
10044 margin: 0;
10045}
10046.ant-tabs-tab .anticon {
10047 margin-right: 8px;
10048}
10049.ant-tabs-tab + .ant-tabs-tab {
10050 margin: 0 0 0 32px;
10051}
10052.ant-tabs-content {
10053 position: relative;
10054 width: 100%;
10055}
10056.ant-tabs-content-holder {
10057 flex: auto;
10058 min-width: 0;
10059 min-height: 0;
10060}
10061.ant-tabs-tabpane {
10062 outline: none;
10063}
10064.ant-tabs-tabpane-hidden {
10065 display: none;
10066}
10067.ant-tabs-switch-appear,
10068.ant-tabs-switch-enter {
10069 transition: none;
10070}
10071.ant-tabs-switch-appear-start,
10072.ant-tabs-switch-enter-start {
10073 opacity: 0;
10074}
10075.ant-tabs-switch-appear-active,
10076.ant-tabs-switch-enter-active {
10077 opacity: 1;
10078 transition: opacity 0.3s;
10079}
10080.ant-tabs-switch-leave {
10081 position: absolute;
10082 transition: none;
10083 inset: 0;
10084}
10085.ant-tabs-switch-leave-start {
10086 opacity: 1;
10087}
10088.ant-tabs-switch-leave-active {
10089 opacity: 0;
10090 transition: opacity 0.3s;
10091}
10092
10093/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10094/* stylelint-disable no-duplicate-selectors */
10095/* stylelint-disable */
10096/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10097.ant-carousel {
10098 box-sizing: border-box;
10099 margin: 0;
10100 padding: 0;
10101 color: rgba(0, 0, 0, 0.85);
10102 font-size: 12px;
10103 font-variant: tabular-nums;
10104 line-height: 1.66667;
10105 list-style: none;
10106 font-feature-settings: 'tnum';
10107}
10108.ant-carousel .slick-slider {
10109 position: relative;
10110 display: block;
10111 box-sizing: border-box;
10112 touch-action: pan-y;
10113 -webkit-touch-callout: none;
10114 -webkit-tap-highlight-color: transparent;
10115}
10116.ant-carousel .slick-list {
10117 position: relative;
10118 display: block;
10119 margin: 0;
10120 padding: 0;
10121 overflow: hidden;
10122}
10123.ant-carousel .slick-list:focus {
10124 outline: none;
10125}
10126.ant-carousel .slick-list.dragging {
10127 cursor: pointer;
10128}
10129.ant-carousel .slick-list .slick-slide {
10130 pointer-events: none;
10131}
10132.ant-carousel .slick-list .slick-slide input.ant-radio-input,
10133.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
10134 visibility: hidden;
10135}
10136.ant-carousel .slick-list .slick-slide.slick-active {
10137 pointer-events: auto;
10138}
10139.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
10140.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
10141 visibility: visible;
10142}
10143.ant-carousel .slick-list .slick-slide > div > div {
10144 vertical-align: bottom;
10145}
10146.ant-carousel .slick-slider .slick-track,
10147.ant-carousel .slick-slider .slick-list {
10148 transform: translate3d(0, 0, 0);
10149 touch-action: pan-y;
10150}
10151.ant-carousel .slick-track {
10152 position: relative;
10153 top: 0;
10154 left: 0;
10155 display: block;
10156}
10157.ant-carousel .slick-track::before,
10158.ant-carousel .slick-track::after {
10159 display: table;
10160 content: '';
10161}
10162.ant-carousel .slick-track::after {
10163 clear: both;
10164}
10165.slick-loading .ant-carousel .slick-track {
10166 visibility: hidden;
10167}
10168.ant-carousel .slick-slide {
10169 display: none;
10170 float: left;
10171 height: 100%;
10172 min-height: 1px;
10173}
10174.ant-carousel .slick-slide img {
10175 display: block;
10176}
10177.ant-carousel .slick-slide.slick-loading img {
10178 display: none;
10179}
10180.ant-carousel .slick-slide.dragging img {
10181 pointer-events: none;
10182}
10183.ant-carousel .slick-initialized .slick-slide {
10184 display: block;
10185}
10186.ant-carousel .slick-loading .slick-slide {
10187 visibility: hidden;
10188}
10189.ant-carousel .slick-vertical .slick-slide {
10190 display: block;
10191 height: auto;
10192}
10193.ant-carousel .slick-arrow.slick-hidden {
10194 display: none;
10195}
10196.ant-carousel .slick-prev,
10197.ant-carousel .slick-next {
10198 position: absolute;
10199 top: 50%;
10200 display: block;
10201 width: 20px;
10202 height: 20px;
10203 margin-top: -10px;
10204 padding: 0;
10205 color: transparent;
10206 font-size: 0;
10207 line-height: 0;
10208 background: transparent;
10209 border: 0;
10210 outline: none;
10211 cursor: pointer;
10212}
10213.ant-carousel .slick-prev:hover,
10214.ant-carousel .slick-next:hover,
10215.ant-carousel .slick-prev:focus,
10216.ant-carousel .slick-next:focus {
10217 color: transparent;
10218 background: transparent;
10219 outline: none;
10220}
10221.ant-carousel .slick-prev:hover::before,
10222.ant-carousel .slick-next:hover::before,
10223.ant-carousel .slick-prev:focus::before,
10224.ant-carousel .slick-next:focus::before {
10225 opacity: 1;
10226}
10227.ant-carousel .slick-prev.slick-disabled::before,
10228.ant-carousel .slick-next.slick-disabled::before {
10229 opacity: 0.25;
10230}
10231.ant-carousel .slick-prev {
10232 left: -25px;
10233}
10234.ant-carousel .slick-prev::before {
10235 content: '←';
10236}
10237.ant-carousel .slick-next {
10238 right: -25px;
10239}
10240.ant-carousel .slick-next::before {
10241 content: '→';
10242}
10243.ant-carousel .slick-dots {
10244 position: absolute;
10245 right: 0;
10246 bottom: 0;
10247 left: 0;
10248 z-index: 15;
10249 display: flex !important;
10250 justify-content: center;
10251 margin-right: 15%;
10252 margin-bottom: 0;
10253 margin-left: 15%;
10254 padding-left: 0;
10255 list-style: none;
10256}
10257.ant-carousel .slick-dots-bottom {
10258 bottom: 12px;
10259}
10260.ant-carousel .slick-dots-top {
10261 top: 12px;
10262 bottom: auto;
10263}
10264.ant-carousel .slick-dots li {
10265 position: relative;
10266 display: inline-block;
10267 flex: 0 1 auto;
10268 box-sizing: content-box;
10269 width: 16px;
10270 height: 3px;
10271 margin: 0 4px;
10272 padding: 0;
10273 text-align: center;
10274 text-indent: -999px;
10275 vertical-align: top;
10276 transition: all 0.5s;
10277}
10278.ant-carousel .slick-dots li button {
10279 position: relative;
10280 display: block;
10281 width: 100%;
10282 height: 3px;
10283 padding: 0;
10284 color: transparent;
10285 font-size: 0;
10286 background: #fff;
10287 border: 0;
10288 border-radius: 1px;
10289 outline: none;
10290 cursor: pointer;
10291 opacity: 0.3;
10292 transition: all 0.5s;
10293}
10294.ant-carousel .slick-dots li button:hover,
10295.ant-carousel .slick-dots li button:focus {
10296 opacity: 0.75;
10297}
10298.ant-carousel .slick-dots li button::after {
10299 position: absolute;
10300 top: -4px;
10301 right: -4px;
10302 bottom: -4px;
10303 left: -4px;
10304 content: '';
10305}
10306.ant-carousel .slick-dots li.slick-active {
10307 width: 24px;
10308}
10309.ant-carousel .slick-dots li.slick-active button {
10310 background: #fff;
10311 opacity: 1;
10312}
10313.ant-carousel .slick-dots li.slick-active:hover,
10314.ant-carousel .slick-dots li.slick-active:focus {
10315 opacity: 1;
10316}
10317.ant-carousel-vertical .slick-dots {
10318 top: 50%;
10319 bottom: auto;
10320 flex-direction: column;
10321 width: 3px;
10322 height: auto;
10323 margin: 0;
10324 transform: translateY(-50%);
10325}
10326.ant-carousel-vertical .slick-dots-left {
10327 right: auto;
10328 left: 12px;
10329}
10330.ant-carousel-vertical .slick-dots-right {
10331 right: 12px;
10332 left: auto;
10333}
10334.ant-carousel-vertical .slick-dots li {
10335 width: 3px;
10336 height: 16px;
10337 margin: 4px 0;
10338 vertical-align: baseline;
10339}
10340.ant-carousel-vertical .slick-dots li button {
10341 width: 3px;
10342 height: 16px;
10343}
10344.ant-carousel-vertical .slick-dots li.slick-active {
10345 width: 3px;
10346 height: 24px;
10347}
10348.ant-carousel-vertical .slick-dots li.slick-active button {
10349 width: 3px;
10350 height: 24px;
10351}
10352.ant-carousel-rtl {
10353 direction: rtl;
10354}
10355.ant-carousel-rtl .ant-carousel .slick-track {
10356 right: 0;
10357 left: auto;
10358}
10359.ant-carousel-rtl .ant-carousel .slick-prev {
10360 right: -25px;
10361 left: auto;
10362}
10363.ant-carousel-rtl .ant-carousel .slick-prev::before {
10364 content: '→';
10365}
10366.ant-carousel-rtl .ant-carousel .slick-next {
10367 right: auto;
10368 left: -25px;
10369}
10370.ant-carousel-rtl .ant-carousel .slick-next::before {
10371 content: '←';
10372}
10373.ant-carousel-rtl.ant-carousel .slick-dots {
10374 flex-direction: row-reverse;
10375}
10376.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
10377 flex-direction: column;
10378}
10379
10380/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10381/* stylelint-disable no-duplicate-selectors */
10382/* stylelint-disable */
10383/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10384@keyframes antCheckboxEffect {
10385 0% {
10386 transform: scale(1);
10387 opacity: 0.5;
10388 }
10389 100% {
10390 transform: scale(1.6);
10391 opacity: 0;
10392 }
10393}
10394.ant-cascader-checkbox {
10395 box-sizing: border-box;
10396 margin: 0;
10397 padding: 0;
10398 color: rgba(0, 0, 0, 0.85);
10399 font-size: 12px;
10400 font-variant: tabular-nums;
10401 line-height: 1.66667;
10402 list-style: none;
10403 font-feature-settings: 'tnum';
10404 position: relative;
10405 top: 0.2em;
10406 line-height: 1;
10407 white-space: nowrap;
10408 outline: none;
10409 cursor: pointer;
10410}
10411.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
10412.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
10413.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
10414 border-color: #1890ff;
10415}
10416.ant-cascader-checkbox-checked::after {
10417 position: absolute;
10418 top: 0;
10419 left: 0;
10420 width: 100%;
10421 height: 100%;
10422 border: 1px solid #1890ff;
10423 border-radius: 2px;
10424 visibility: hidden;
10425 animation: antCheckboxEffect 0.36s ease-in-out;
10426 animation-fill-mode: backwards;
10427 content: '';
10428}
10429.ant-cascader-checkbox:hover::after,
10430.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
10431 visibility: visible;
10432}
10433.ant-cascader-checkbox-inner {
10434 position: relative;
10435 top: 0;
10436 left: 0;
10437 display: block;
10438 width: 14px;
10439 height: 14px;
10440 direction: ltr;
10441 background-color: #fff;
10442 border: 1px solid #d9d9d9;
10443 border-radius: 2px;
10444 border-collapse: separate;
10445 transition: all 0.3s;
10446}
10447.ant-cascader-checkbox-inner::after {
10448 position: absolute;
10449 top: 50%;
10450 left: 21.5%;
10451 display: table;
10452 width: 5px;
10453 height: 8px;
10454 border: 2px solid #fff;
10455 border-top: 0;
10456 border-left: 0;
10457 transform: rotate(45deg) scale(0) translate(-50%, -50%);
10458 opacity: 0;
10459 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
10460 content: ' ';
10461}
10462.ant-cascader-checkbox-input {
10463 position: absolute;
10464 top: 0;
10465 right: 0;
10466 bottom: 0;
10467 left: 0;
10468 z-index: 1;
10469 width: 100%;
10470 height: 100%;
10471 cursor: pointer;
10472 opacity: 0;
10473}
10474.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
10475 position: absolute;
10476 display: table;
10477 border: 2px solid #fff;
10478 border-top: 0;
10479 border-left: 0;
10480 transform: rotate(45deg) scale(1) translate(-50%, -50%);
10481 opacity: 1;
10482 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
10483 content: ' ';
10484}
10485.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
10486 background-color: #1890ff;
10487 border-color: #1890ff;
10488}
10489.ant-cascader-checkbox-disabled {
10490 cursor: not-allowed;
10491}
10492.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
10493 border-color: rgba(0, 0, 0, 0.25);
10494 animation-name: none;
10495}
10496.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
10497 cursor: not-allowed;
10498 pointer-events: none;
10499}
10500.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
10501 background-color: #f5f5f5;
10502 border-color: #d9d9d9 !important;
10503}
10504.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
10505 border-color: #f5f5f5;
10506 border-collapse: separate;
10507 animation-name: none;
10508}
10509.ant-cascader-checkbox-disabled + span {
10510 color: rgba(0, 0, 0, 0.25);
10511 cursor: not-allowed;
10512}
10513.ant-cascader-checkbox-disabled:hover::after,
10514.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
10515 visibility: hidden;
10516}
10517.ant-cascader-checkbox-wrapper {
10518 box-sizing: border-box;
10519 margin: 0;
10520 padding: 0;
10521 color: rgba(0, 0, 0, 0.85);
10522 font-size: 12px;
10523 font-variant: tabular-nums;
10524 line-height: 1.66667;
10525 list-style: none;
10526 font-feature-settings: 'tnum';
10527 display: inline-flex;
10528 align-items: baseline;
10529 line-height: unset;
10530 cursor: pointer;
10531}
10532.ant-cascader-checkbox-wrapper::after {
10533 display: inline-block;
10534 width: 0;
10535 overflow: hidden;
10536 content: '\a0';
10537}
10538.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
10539 cursor: not-allowed;
10540}
10541.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
10542 margin-left: 8px;
10543}
10544.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
10545 width: 14px;
10546 height: 14px;
10547}
10548.ant-cascader-checkbox + span {
10549 padding-right: 8px;
10550 padding-left: 8px;
10551}
10552.ant-cascader-checkbox-group {
10553 box-sizing: border-box;
10554 margin: 0;
10555 padding: 0;
10556 color: rgba(0, 0, 0, 0.85);
10557 font-size: 12px;
10558 font-variant: tabular-nums;
10559 line-height: 1.66667;
10560 list-style: none;
10561 font-feature-settings: 'tnum';
10562 display: inline-block;
10563}
10564.ant-cascader-checkbox-group-item {
10565 margin-right: 6px;
10566}
10567.ant-cascader-checkbox-group-item:last-child {
10568 margin-right: 0;
10569}
10570.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
10571 margin-left: 0;
10572}
10573.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
10574 background-color: #fff;
10575 border-color: #d9d9d9;
10576}
10577.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
10578 top: 50%;
10579 left: 50%;
10580 width: 6px;
10581 height: 6px;
10582 background-color: #1890ff;
10583 border: 0;
10584 transform: translate(-50%, -50%) scale(1);
10585 opacity: 1;
10586 content: ' ';
10587}
10588.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
10589 background-color: rgba(0, 0, 0, 0.25);
10590 border-color: rgba(0, 0, 0, 0.25);
10591}
10592.ant-cascader {
10593 width: 184px;
10594}
10595.ant-cascader-checkbox {
10596 top: 0;
10597 margin-right: 4px;
10598}
10599.ant-cascader-menus {
10600 display: flex;
10601 flex-wrap: nowrap;
10602 align-items: flex-start;
10603}
10604.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
10605 width: 100%;
10606 height: auto;
10607}
10608.ant-cascader-menu {
10609 flex-grow: 1;
10610 min-width: 111px;
10611 height: 180px;
10612 margin: 0;
10613 margin: -4px 0;
10614 padding: 4px 0;
10615 overflow: auto;
10616 vertical-align: top;
10617 list-style: none;
10618 border-right: 1px solid #f0f0f0;
10619 -ms-overflow-style: -ms-autohiding-scrollbar;
10620}
10621.ant-cascader-menu-item {
10622 display: flex;
10623 flex-wrap: nowrap;
10624 align-items: center;
10625 padding: 5px 8px;
10626 overflow: hidden;
10627 line-height: 18px;
10628 white-space: nowrap;
10629 text-overflow: ellipsis;
10630 cursor: pointer;
10631 transition: all 0.3s;
10632}
10633.ant-cascader-menu-item:hover {
10634 background: #f5f5f5;
10635}
10636.ant-cascader-menu-item-disabled {
10637 color: rgba(0, 0, 0, 0.25);
10638 cursor: not-allowed;
10639}
10640.ant-cascader-menu-item-disabled:hover {
10641 background: transparent;
10642}
10643.ant-cascader-menu-empty .ant-cascader-menu-item {
10644 color: rgba(0, 0, 0, 0.25);
10645 cursor: default;
10646 pointer-events: none;
10647}
10648.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
10649.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
10650 font-weight: 600;
10651 background-color: #e6f7ff;
10652}
10653.ant-cascader-menu-item-content {
10654 flex: auto;
10655}
10656.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
10657.ant-cascader-menu-item-loading-icon {
10658 margin-left: 0px;
10659 color: rgba(0, 0, 0, 0.45);
10660 font-size: 10px;
10661}
10662.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
10663.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
10664 color: rgba(0, 0, 0, 0.25);
10665}
10666.ant-cascader-menu-item-keyword {
10667 color: #ff4d4f;
10668}
10669.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
10670 margin-right: -1px;
10671}
10672.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl {
10673 margin-left: -1px;
10674}
10675.ant-cascader-compact-item:hover,
10676.ant-cascader-compact-item:focus,
10677.ant-cascader-compact-item:active {
10678 z-index: 2;
10679}
10680.ant-cascader-compact-item[disabled] {
10681 z-index: 0;
10682}
10683.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader {
10684 border-radius: 0;
10685}
10686.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl) {
10687 border-top-right-radius: 0;
10688 border-bottom-right-radius: 0;
10689}
10690.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl) {
10691 border-top-left-radius: 0;
10692 border-bottom-left-radius: 0;
10693}
10694.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item) {
10695 border-top-left-radius: 0;
10696 border-bottom-left-radius: 0;
10697}
10698.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item) {
10699 border-top-right-radius: 0;
10700 border-bottom-right-radius: 0;
10701}
10702.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
10703.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
10704 margin-right: 0px;
10705 margin-left: 0;
10706}
10707.ant-cascader-rtl .ant-cascader-checkbox {
10708 top: 0;
10709 margin-right: 0;
10710 margin-left: 4px;
10711}
10712
10713/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10714/* stylelint-disable no-duplicate-selectors */
10715/* stylelint-disable */
10716/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10717@keyframes antCheckboxEffect {
10718 0% {
10719 transform: scale(1);
10720 opacity: 0.5;
10721 }
10722 100% {
10723 transform: scale(1.6);
10724 opacity: 0;
10725 }
10726}
10727.ant-checkbox {
10728 box-sizing: border-box;
10729 margin: 0;
10730 padding: 0;
10731 color: rgba(0, 0, 0, 0.85);
10732 font-size: 12px;
10733 font-variant: tabular-nums;
10734 line-height: 1.66667;
10735 list-style: none;
10736 font-feature-settings: 'tnum';
10737 position: relative;
10738 top: 0.2em;
10739 line-height: 1;
10740 white-space: nowrap;
10741 outline: none;
10742 cursor: pointer;
10743}
10744.ant-checkbox-wrapper:hover .ant-checkbox-inner,
10745.ant-checkbox:hover .ant-checkbox-inner,
10746.ant-checkbox-input:focus + .ant-checkbox-inner {
10747 border-color: #1890ff;
10748}
10749.ant-checkbox-checked::after {
10750 position: absolute;
10751 top: 0;
10752 left: 0;
10753 width: 100%;
10754 height: 100%;
10755 border: 1px solid #1890ff;
10756 border-radius: 2px;
10757 visibility: hidden;
10758 animation: antCheckboxEffect 0.36s ease-in-out;
10759 animation-fill-mode: backwards;
10760 content: '';
10761}
10762.ant-checkbox:hover::after,
10763.ant-checkbox-wrapper:hover .ant-checkbox::after {
10764 visibility: visible;
10765}
10766.ant-checkbox-inner {
10767 position: relative;
10768 top: 0;
10769 left: 0;
10770 display: block;
10771 width: 14px;
10772 height: 14px;
10773 direction: ltr;
10774 background-color: #fff;
10775 border: 1px solid #d9d9d9;
10776 border-radius: 2px;
10777 border-collapse: separate;
10778 transition: all 0.3s;
10779}
10780.ant-checkbox-inner::after {
10781 position: absolute;
10782 top: 50%;
10783 left: 21.5%;
10784 display: table;
10785 width: 5px;
10786 height: 8px;
10787 border: 2px solid #fff;
10788 border-top: 0;
10789 border-left: 0;
10790 transform: rotate(45deg) scale(0) translate(-50%, -50%);
10791 opacity: 0;
10792 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
10793 content: ' ';
10794}
10795.ant-checkbox-input {
10796 position: absolute;
10797 top: 0;
10798 right: 0;
10799 bottom: 0;
10800 left: 0;
10801 z-index: 1;
10802 width: 100%;
10803 height: 100%;
10804 cursor: pointer;
10805 opacity: 0;
10806}
10807.ant-checkbox-checked .ant-checkbox-inner::after {
10808 position: absolute;
10809 display: table;
10810 border: 2px solid #fff;
10811 border-top: 0;
10812 border-left: 0;
10813 transform: rotate(45deg) scale(1) translate(-50%, -50%);
10814 opacity: 1;
10815 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
10816 content: ' ';
10817}
10818.ant-checkbox-checked .ant-checkbox-inner {
10819 background-color: #1890ff;
10820 border-color: #1890ff;
10821}
10822.ant-checkbox-disabled {
10823 cursor: not-allowed;
10824}
10825.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
10826 border-color: rgba(0, 0, 0, 0.25);
10827 animation-name: none;
10828}
10829.ant-checkbox-disabled .ant-checkbox-input {
10830 cursor: not-allowed;
10831 pointer-events: none;
10832}
10833.ant-checkbox-disabled .ant-checkbox-inner {
10834 background-color: #f5f5f5;
10835 border-color: #d9d9d9 !important;
10836}
10837.ant-checkbox-disabled .ant-checkbox-inner::after {
10838 border-color: #f5f5f5;
10839 border-collapse: separate;
10840 animation-name: none;
10841}
10842.ant-checkbox-disabled + span {
10843 color: rgba(0, 0, 0, 0.25);
10844 cursor: not-allowed;
10845}
10846.ant-checkbox-disabled:hover::after,
10847.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
10848 visibility: hidden;
10849}
10850.ant-checkbox-wrapper {
10851 box-sizing: border-box;
10852 margin: 0;
10853 padding: 0;
10854 color: rgba(0, 0, 0, 0.85);
10855 font-size: 12px;
10856 font-variant: tabular-nums;
10857 line-height: 1.66667;
10858 list-style: none;
10859 font-feature-settings: 'tnum';
10860 display: inline-flex;
10861 align-items: baseline;
10862 line-height: unset;
10863 cursor: pointer;
10864}
10865.ant-checkbox-wrapper::after {
10866 display: inline-block;
10867 width: 0;
10868 overflow: hidden;
10869 content: '\a0';
10870}
10871.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
10872 cursor: not-allowed;
10873}
10874.ant-checkbox-wrapper + .ant-checkbox-wrapper {
10875 margin-left: 8px;
10876}
10877.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
10878 width: 14px;
10879 height: 14px;
10880}
10881.ant-checkbox + span {
10882 padding-right: 8px;
10883 padding-left: 8px;
10884}
10885.ant-checkbox-group {
10886 box-sizing: border-box;
10887 margin: 0;
10888 padding: 0;
10889 color: rgba(0, 0, 0, 0.85);
10890 font-size: 12px;
10891 font-variant: tabular-nums;
10892 line-height: 1.66667;
10893 list-style: none;
10894 font-feature-settings: 'tnum';
10895 display: inline-block;
10896}
10897.ant-checkbox-group-item {
10898 margin-right: 6px;
10899}
10900.ant-checkbox-group-item:last-child {
10901 margin-right: 0;
10902}
10903.ant-checkbox-group-item + .ant-checkbox-group-item {
10904 margin-left: 0;
10905}
10906.ant-checkbox-indeterminate .ant-checkbox-inner {
10907 background-color: #fff;
10908 border-color: #d9d9d9;
10909}
10910.ant-checkbox-indeterminate .ant-checkbox-inner::after {
10911 top: 50%;
10912 left: 50%;
10913 width: 6px;
10914 height: 6px;
10915 background-color: #1890ff;
10916 border: 0;
10917 transform: translate(-50%, -50%) scale(1);
10918 opacity: 1;
10919 content: ' ';
10920}
10921.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
10922 background-color: rgba(0, 0, 0, 0.25);
10923 border-color: rgba(0, 0, 0, 0.25);
10924}
10925.ant-checkbox-rtl {
10926 direction: rtl;
10927}
10928.ant-checkbox-group-rtl .ant-checkbox-group-item {
10929 margin-right: 0;
10930 margin-left: 6px;
10931}
10932.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
10933 margin-left: 0 !important;
10934}
10935.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
10936 margin-left: 6px;
10937}
10938
10939/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
10940/* stylelint-disable no-duplicate-selectors */
10941/* stylelint-disable */
10942/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
10943.ant-row {
10944 display: flex;
10945 flex-flow: row wrap;
10946 min-width: 0;
10947}
10948.ant-row::before,
10949.ant-row::after {
10950 display: flex;
10951}
10952.ant-row-no-wrap {
10953 flex-wrap: nowrap;
10954}
10955.ant-row-start {
10956 justify-content: flex-start;
10957}
10958.ant-row-center {
10959 justify-content: center;
10960}
10961.ant-row-end {
10962 justify-content: flex-end;
10963}
10964.ant-row-space-between {
10965 justify-content: space-between;
10966}
10967.ant-row-space-around {
10968 justify-content: space-around;
10969}
10970.ant-row-space-evenly {
10971 justify-content: space-evenly;
10972}
10973.ant-row-top {
10974 align-items: flex-start;
10975}
10976.ant-row-middle {
10977 align-items: center;
10978}
10979.ant-row-bottom {
10980 align-items: flex-end;
10981}
10982.ant-col {
10983 position: relative;
10984 max-width: 100%;
10985 min-height: 1px;
10986}
10987.ant-col-24 {
10988 display: block;
10989 flex: 0 0 100%;
10990 max-width: 100%;
10991}
10992.ant-col-push-24 {
10993 left: 100%;
10994}
10995.ant-col-pull-24 {
10996 right: 100%;
10997}
10998.ant-col-offset-24 {
10999 margin-left: 100%;
11000}
11001.ant-col-order-24 {
11002 order: 24;
11003}
11004.ant-col-23 {
11005 display: block;
11006 flex: 0 0 95.83333333%;
11007 max-width: 95.83333333%;
11008}
11009.ant-col-push-23 {
11010 left: 95.83333333%;
11011}
11012.ant-col-pull-23 {
11013 right: 95.83333333%;
11014}
11015.ant-col-offset-23 {
11016 margin-left: 95.83333333%;
11017}
11018.ant-col-order-23 {
11019 order: 23;
11020}
11021.ant-col-22 {
11022 display: block;
11023 flex: 0 0 91.66666667%;
11024 max-width: 91.66666667%;
11025}
11026.ant-col-push-22 {
11027 left: 91.66666667%;
11028}
11029.ant-col-pull-22 {
11030 right: 91.66666667%;
11031}
11032.ant-col-offset-22 {
11033 margin-left: 91.66666667%;
11034}
11035.ant-col-order-22 {
11036 order: 22;
11037}
11038.ant-col-21 {
11039 display: block;
11040 flex: 0 0 87.5%;
11041 max-width: 87.5%;
11042}
11043.ant-col-push-21 {
11044 left: 87.5%;
11045}
11046.ant-col-pull-21 {
11047 right: 87.5%;
11048}
11049.ant-col-offset-21 {
11050 margin-left: 87.5%;
11051}
11052.ant-col-order-21 {
11053 order: 21;
11054}
11055.ant-col-20 {
11056 display: block;
11057 flex: 0 0 83.33333333%;
11058 max-width: 83.33333333%;
11059}
11060.ant-col-push-20 {
11061 left: 83.33333333%;
11062}
11063.ant-col-pull-20 {
11064 right: 83.33333333%;
11065}
11066.ant-col-offset-20 {
11067 margin-left: 83.33333333%;
11068}
11069.ant-col-order-20 {
11070 order: 20;
11071}
11072.ant-col-19 {
11073 display: block;
11074 flex: 0 0 79.16666667%;
11075 max-width: 79.16666667%;
11076}
11077.ant-col-push-19 {
11078 left: 79.16666667%;
11079}
11080.ant-col-pull-19 {
11081 right: 79.16666667%;
11082}
11083.ant-col-offset-19 {
11084 margin-left: 79.16666667%;
11085}
11086.ant-col-order-19 {
11087 order: 19;
11088}
11089.ant-col-18 {
11090 display: block;
11091 flex: 0 0 75%;
11092 max-width: 75%;
11093}
11094.ant-col-push-18 {
11095 left: 75%;
11096}
11097.ant-col-pull-18 {
11098 right: 75%;
11099}
11100.ant-col-offset-18 {
11101 margin-left: 75%;
11102}
11103.ant-col-order-18 {
11104 order: 18;
11105}
11106.ant-col-17 {
11107 display: block;
11108 flex: 0 0 70.83333333%;
11109 max-width: 70.83333333%;
11110}
11111.ant-col-push-17 {
11112 left: 70.83333333%;
11113}
11114.ant-col-pull-17 {
11115 right: 70.83333333%;
11116}
11117.ant-col-offset-17 {
11118 margin-left: 70.83333333%;
11119}
11120.ant-col-order-17 {
11121 order: 17;
11122}
11123.ant-col-16 {
11124 display: block;
11125 flex: 0 0 66.66666667%;
11126 max-width: 66.66666667%;
11127}
11128.ant-col-push-16 {
11129 left: 66.66666667%;
11130}
11131.ant-col-pull-16 {
11132 right: 66.66666667%;
11133}
11134.ant-col-offset-16 {
11135 margin-left: 66.66666667%;
11136}
11137.ant-col-order-16 {
11138 order: 16;
11139}
11140.ant-col-15 {
11141 display: block;
11142 flex: 0 0 62.5%;
11143 max-width: 62.5%;
11144}
11145.ant-col-push-15 {
11146 left: 62.5%;
11147}
11148.ant-col-pull-15 {
11149 right: 62.5%;
11150}
11151.ant-col-offset-15 {
11152 margin-left: 62.5%;
11153}
11154.ant-col-order-15 {
11155 order: 15;
11156}
11157.ant-col-14 {
11158 display: block;
11159 flex: 0 0 58.33333333%;
11160 max-width: 58.33333333%;
11161}
11162.ant-col-push-14 {
11163 left: 58.33333333%;
11164}
11165.ant-col-pull-14 {
11166 right: 58.33333333%;
11167}
11168.ant-col-offset-14 {
11169 margin-left: 58.33333333%;
11170}
11171.ant-col-order-14 {
11172 order: 14;
11173}
11174.ant-col-13 {
11175 display: block;
11176 flex: 0 0 54.16666667%;
11177 max-width: 54.16666667%;
11178}
11179.ant-col-push-13 {
11180 left: 54.16666667%;
11181}
11182.ant-col-pull-13 {
11183 right: 54.16666667%;
11184}
11185.ant-col-offset-13 {
11186 margin-left: 54.16666667%;
11187}
11188.ant-col-order-13 {
11189 order: 13;
11190}
11191.ant-col-12 {
11192 display: block;
11193 flex: 0 0 50%;
11194 max-width: 50%;
11195}
11196.ant-col-push-12 {
11197 left: 50%;
11198}
11199.ant-col-pull-12 {
11200 right: 50%;
11201}
11202.ant-col-offset-12 {
11203 margin-left: 50%;
11204}
11205.ant-col-order-12 {
11206 order: 12;
11207}
11208.ant-col-11 {
11209 display: block;
11210 flex: 0 0 45.83333333%;
11211 max-width: 45.83333333%;
11212}
11213.ant-col-push-11 {
11214 left: 45.83333333%;
11215}
11216.ant-col-pull-11 {
11217 right: 45.83333333%;
11218}
11219.ant-col-offset-11 {
11220 margin-left: 45.83333333%;
11221}
11222.ant-col-order-11 {
11223 order: 11;
11224}
11225.ant-col-10 {
11226 display: block;
11227 flex: 0 0 41.66666667%;
11228 max-width: 41.66666667%;
11229}
11230.ant-col-push-10 {
11231 left: 41.66666667%;
11232}
11233.ant-col-pull-10 {
11234 right: 41.66666667%;
11235}
11236.ant-col-offset-10 {
11237 margin-left: 41.66666667%;
11238}
11239.ant-col-order-10 {
11240 order: 10;
11241}
11242.ant-col-9 {
11243 display: block;
11244 flex: 0 0 37.5%;
11245 max-width: 37.5%;
11246}
11247.ant-col-push-9 {
11248 left: 37.5%;
11249}
11250.ant-col-pull-9 {
11251 right: 37.5%;
11252}
11253.ant-col-offset-9 {
11254 margin-left: 37.5%;
11255}
11256.ant-col-order-9 {
11257 order: 9;
11258}
11259.ant-col-8 {
11260 display: block;
11261 flex: 0 0 33.33333333%;
11262 max-width: 33.33333333%;
11263}
11264.ant-col-push-8 {
11265 left: 33.33333333%;
11266}
11267.ant-col-pull-8 {
11268 right: 33.33333333%;
11269}
11270.ant-col-offset-8 {
11271 margin-left: 33.33333333%;
11272}
11273.ant-col-order-8 {
11274 order: 8;
11275}
11276.ant-col-7 {
11277 display: block;
11278 flex: 0 0 29.16666667%;
11279 max-width: 29.16666667%;
11280}
11281.ant-col-push-7 {
11282 left: 29.16666667%;
11283}
11284.ant-col-pull-7 {
11285 right: 29.16666667%;
11286}
11287.ant-col-offset-7 {
11288 margin-left: 29.16666667%;
11289}
11290.ant-col-order-7 {
11291 order: 7;
11292}
11293.ant-col-6 {
11294 display: block;
11295 flex: 0 0 25%;
11296 max-width: 25%;
11297}
11298.ant-col-push-6 {
11299 left: 25%;
11300}
11301.ant-col-pull-6 {
11302 right: 25%;
11303}
11304.ant-col-offset-6 {
11305 margin-left: 25%;
11306}
11307.ant-col-order-6 {
11308 order: 6;
11309}
11310.ant-col-5 {
11311 display: block;
11312 flex: 0 0 20.83333333%;
11313 max-width: 20.83333333%;
11314}
11315.ant-col-push-5 {
11316 left: 20.83333333%;
11317}
11318.ant-col-pull-5 {
11319 right: 20.83333333%;
11320}
11321.ant-col-offset-5 {
11322 margin-left: 20.83333333%;
11323}
11324.ant-col-order-5 {
11325 order: 5;
11326}
11327.ant-col-4 {
11328 display: block;
11329 flex: 0 0 16.66666667%;
11330 max-width: 16.66666667%;
11331}
11332.ant-col-push-4 {
11333 left: 16.66666667%;
11334}
11335.ant-col-pull-4 {
11336 right: 16.66666667%;
11337}
11338.ant-col-offset-4 {
11339 margin-left: 16.66666667%;
11340}
11341.ant-col-order-4 {
11342 order: 4;
11343}
11344.ant-col-3 {
11345 display: block;
11346 flex: 0 0 12.5%;
11347 max-width: 12.5%;
11348}
11349.ant-col-push-3 {
11350 left: 12.5%;
11351}
11352.ant-col-pull-3 {
11353 right: 12.5%;
11354}
11355.ant-col-offset-3 {
11356 margin-left: 12.5%;
11357}
11358.ant-col-order-3 {
11359 order: 3;
11360}
11361.ant-col-2 {
11362 display: block;
11363 flex: 0 0 8.33333333%;
11364 max-width: 8.33333333%;
11365}
11366.ant-col-push-2 {
11367 left: 8.33333333%;
11368}
11369.ant-col-pull-2 {
11370 right: 8.33333333%;
11371}
11372.ant-col-offset-2 {
11373 margin-left: 8.33333333%;
11374}
11375.ant-col-order-2 {
11376 order: 2;
11377}
11378.ant-col-1 {
11379 display: block;
11380 flex: 0 0 4.16666667%;
11381 max-width: 4.16666667%;
11382}
11383.ant-col-push-1 {
11384 left: 4.16666667%;
11385}
11386.ant-col-pull-1 {
11387 right: 4.16666667%;
11388}
11389.ant-col-offset-1 {
11390 margin-left: 4.16666667%;
11391}
11392.ant-col-order-1 {
11393 order: 1;
11394}
11395.ant-col-0 {
11396 display: none;
11397}
11398.ant-col-push-0 {
11399 left: auto;
11400}
11401.ant-col-pull-0 {
11402 right: auto;
11403}
11404.ant-col-push-0 {
11405 left: auto;
11406}
11407.ant-col-pull-0 {
11408 right: auto;
11409}
11410.ant-col-offset-0 {
11411 margin-left: 0;
11412}
11413.ant-col-order-0 {
11414 order: 0;
11415}
11416.ant-col-push-0.ant-col-rtl {
11417 right: auto;
11418}
11419.ant-col-pull-0.ant-col-rtl {
11420 left: auto;
11421}
11422.ant-col-push-0.ant-col-rtl {
11423 right: auto;
11424}
11425.ant-col-pull-0.ant-col-rtl {
11426 left: auto;
11427}
11428.ant-col-offset-0.ant-col-rtl {
11429 margin-right: 0;
11430}
11431.ant-col-push-1.ant-col-rtl {
11432 right: 4.16666667%;
11433 left: auto;
11434}
11435.ant-col-pull-1.ant-col-rtl {
11436 right: auto;
11437 left: 4.16666667%;
11438}
11439.ant-col-offset-1.ant-col-rtl {
11440 margin-right: 4.16666667%;
11441 margin-left: 0;
11442}
11443.ant-col-push-2.ant-col-rtl {
11444 right: 8.33333333%;
11445 left: auto;
11446}
11447.ant-col-pull-2.ant-col-rtl {
11448 right: auto;
11449 left: 8.33333333%;
11450}
11451.ant-col-offset-2.ant-col-rtl {
11452 margin-right: 8.33333333%;
11453 margin-left: 0;
11454}
11455.ant-col-push-3.ant-col-rtl {
11456 right: 12.5%;
11457 left: auto;
11458}
11459.ant-col-pull-3.ant-col-rtl {
11460 right: auto;
11461 left: 12.5%;
11462}
11463.ant-col-offset-3.ant-col-rtl {
11464 margin-right: 12.5%;
11465 margin-left: 0;
11466}
11467.ant-col-push-4.ant-col-rtl {
11468 right: 16.66666667%;
11469 left: auto;
11470}
11471.ant-col-pull-4.ant-col-rtl {
11472 right: auto;
11473 left: 16.66666667%;
11474}
11475.ant-col-offset-4.ant-col-rtl {
11476 margin-right: 16.66666667%;
11477 margin-left: 0;
11478}
11479.ant-col-push-5.ant-col-rtl {
11480 right: 20.83333333%;
11481 left: auto;
11482}
11483.ant-col-pull-5.ant-col-rtl {
11484 right: auto;
11485 left: 20.83333333%;
11486}
11487.ant-col-offset-5.ant-col-rtl {
11488 margin-right: 20.83333333%;
11489 margin-left: 0;
11490}
11491.ant-col-push-6.ant-col-rtl {
11492 right: 25%;
11493 left: auto;
11494}
11495.ant-col-pull-6.ant-col-rtl {
11496 right: auto;
11497 left: 25%;
11498}
11499.ant-col-offset-6.ant-col-rtl {
11500 margin-right: 25%;
11501 margin-left: 0;
11502}
11503.ant-col-push-7.ant-col-rtl {
11504 right: 29.16666667%;
11505 left: auto;
11506}
11507.ant-col-pull-7.ant-col-rtl {
11508 right: auto;
11509 left: 29.16666667%;
11510}
11511.ant-col-offset-7.ant-col-rtl {
11512 margin-right: 29.16666667%;
11513 margin-left: 0;
11514}
11515.ant-col-push-8.ant-col-rtl {
11516 right: 33.33333333%;
11517 left: auto;
11518}
11519.ant-col-pull-8.ant-col-rtl {
11520 right: auto;
11521 left: 33.33333333%;
11522}
11523.ant-col-offset-8.ant-col-rtl {
11524 margin-right: 33.33333333%;
11525 margin-left: 0;
11526}
11527.ant-col-push-9.ant-col-rtl {
11528 right: 37.5%;
11529 left: auto;
11530}
11531.ant-col-pull-9.ant-col-rtl {
11532 right: auto;
11533 left: 37.5%;
11534}
11535.ant-col-offset-9.ant-col-rtl {
11536 margin-right: 37.5%;
11537 margin-left: 0;
11538}
11539.ant-col-push-10.ant-col-rtl {
11540 right: 41.66666667%;
11541 left: auto;
11542}
11543.ant-col-pull-10.ant-col-rtl {
11544 right: auto;
11545 left: 41.66666667%;
11546}
11547.ant-col-offset-10.ant-col-rtl {
11548 margin-right: 41.66666667%;
11549 margin-left: 0;
11550}
11551.ant-col-push-11.ant-col-rtl {
11552 right: 45.83333333%;
11553 left: auto;
11554}
11555.ant-col-pull-11.ant-col-rtl {
11556 right: auto;
11557 left: 45.83333333%;
11558}
11559.ant-col-offset-11.ant-col-rtl {
11560 margin-right: 45.83333333%;
11561 margin-left: 0;
11562}
11563.ant-col-push-12.ant-col-rtl {
11564 right: 50%;
11565 left: auto;
11566}
11567.ant-col-pull-12.ant-col-rtl {
11568 right: auto;
11569 left: 50%;
11570}
11571.ant-col-offset-12.ant-col-rtl {
11572 margin-right: 50%;
11573 margin-left: 0;
11574}
11575.ant-col-push-13.ant-col-rtl {
11576 right: 54.16666667%;
11577 left: auto;
11578}
11579.ant-col-pull-13.ant-col-rtl {
11580 right: auto;
11581 left: 54.16666667%;
11582}
11583.ant-col-offset-13.ant-col-rtl {
11584 margin-right: 54.16666667%;
11585 margin-left: 0;
11586}
11587.ant-col-push-14.ant-col-rtl {
11588 right: 58.33333333%;
11589 left: auto;
11590}
11591.ant-col-pull-14.ant-col-rtl {
11592 right: auto;
11593 left: 58.33333333%;
11594}
11595.ant-col-offset-14.ant-col-rtl {
11596 margin-right: 58.33333333%;
11597 margin-left: 0;
11598}
11599.ant-col-push-15.ant-col-rtl {
11600 right: 62.5%;
11601 left: auto;
11602}
11603.ant-col-pull-15.ant-col-rtl {
11604 right: auto;
11605 left: 62.5%;
11606}
11607.ant-col-offset-15.ant-col-rtl {
11608 margin-right: 62.5%;
11609 margin-left: 0;
11610}
11611.ant-col-push-16.ant-col-rtl {
11612 right: 66.66666667%;
11613 left: auto;
11614}
11615.ant-col-pull-16.ant-col-rtl {
11616 right: auto;
11617 left: 66.66666667%;
11618}
11619.ant-col-offset-16.ant-col-rtl {
11620 margin-right: 66.66666667%;
11621 margin-left: 0;
11622}
11623.ant-col-push-17.ant-col-rtl {
11624 right: 70.83333333%;
11625 left: auto;
11626}
11627.ant-col-pull-17.ant-col-rtl {
11628 right: auto;
11629 left: 70.83333333%;
11630}
11631.ant-col-offset-17.ant-col-rtl {
11632 margin-right: 70.83333333%;
11633 margin-left: 0;
11634}
11635.ant-col-push-18.ant-col-rtl {
11636 right: 75%;
11637 left: auto;
11638}
11639.ant-col-pull-18.ant-col-rtl {
11640 right: auto;
11641 left: 75%;
11642}
11643.ant-col-offset-18.ant-col-rtl {
11644 margin-right: 75%;
11645 margin-left: 0;
11646}
11647.ant-col-push-19.ant-col-rtl {
11648 right: 79.16666667%;
11649 left: auto;
11650}
11651.ant-col-pull-19.ant-col-rtl {
11652 right: auto;
11653 left: 79.16666667%;
11654}
11655.ant-col-offset-19.ant-col-rtl {
11656 margin-right: 79.16666667%;
11657 margin-left: 0;
11658}
11659.ant-col-push-20.ant-col-rtl {
11660 right: 83.33333333%;
11661 left: auto;
11662}
11663.ant-col-pull-20.ant-col-rtl {
11664 right: auto;
11665 left: 83.33333333%;
11666}
11667.ant-col-offset-20.ant-col-rtl {
11668 margin-right: 83.33333333%;
11669 margin-left: 0;
11670}
11671.ant-col-push-21.ant-col-rtl {
11672 right: 87.5%;
11673 left: auto;
11674}
11675.ant-col-pull-21.ant-col-rtl {
11676 right: auto;
11677 left: 87.5%;
11678}
11679.ant-col-offset-21.ant-col-rtl {
11680 margin-right: 87.5%;
11681 margin-left: 0;
11682}
11683.ant-col-push-22.ant-col-rtl {
11684 right: 91.66666667%;
11685 left: auto;
11686}
11687.ant-col-pull-22.ant-col-rtl {
11688 right: auto;
11689 left: 91.66666667%;
11690}
11691.ant-col-offset-22.ant-col-rtl {
11692 margin-right: 91.66666667%;
11693 margin-left: 0;
11694}
11695.ant-col-push-23.ant-col-rtl {
11696 right: 95.83333333%;
11697 left: auto;
11698}
11699.ant-col-pull-23.ant-col-rtl {
11700 right: auto;
11701 left: 95.83333333%;
11702}
11703.ant-col-offset-23.ant-col-rtl {
11704 margin-right: 95.83333333%;
11705 margin-left: 0;
11706}
11707.ant-col-push-24.ant-col-rtl {
11708 right: 100%;
11709 left: auto;
11710}
11711.ant-col-pull-24.ant-col-rtl {
11712 right: auto;
11713 left: 100%;
11714}
11715.ant-col-offset-24.ant-col-rtl {
11716 margin-right: 100%;
11717 margin-left: 0;
11718}
11719.ant-col-xs-24 {
11720 display: block;
11721 flex: 0 0 100%;
11722 max-width: 100%;
11723}
11724.ant-col-xs-push-24 {
11725 left: 100%;
11726}
11727.ant-col-xs-pull-24 {
11728 right: 100%;
11729}
11730.ant-col-xs-offset-24 {
11731 margin-left: 100%;
11732}
11733.ant-col-xs-order-24 {
11734 order: 24;
11735}
11736.ant-col-xs-23 {
11737 display: block;
11738 flex: 0 0 95.83333333%;
11739 max-width: 95.83333333%;
11740}
11741.ant-col-xs-push-23 {
11742 left: 95.83333333%;
11743}
11744.ant-col-xs-pull-23 {
11745 right: 95.83333333%;
11746}
11747.ant-col-xs-offset-23 {
11748 margin-left: 95.83333333%;
11749}
11750.ant-col-xs-order-23 {
11751 order: 23;
11752}
11753.ant-col-xs-22 {
11754 display: block;
11755 flex: 0 0 91.66666667%;
11756 max-width: 91.66666667%;
11757}
11758.ant-col-xs-push-22 {
11759 left: 91.66666667%;
11760}
11761.ant-col-xs-pull-22 {
11762 right: 91.66666667%;
11763}
11764.ant-col-xs-offset-22 {
11765 margin-left: 91.66666667%;
11766}
11767.ant-col-xs-order-22 {
11768 order: 22;
11769}
11770.ant-col-xs-21 {
11771 display: block;
11772 flex: 0 0 87.5%;
11773 max-width: 87.5%;
11774}
11775.ant-col-xs-push-21 {
11776 left: 87.5%;
11777}
11778.ant-col-xs-pull-21 {
11779 right: 87.5%;
11780}
11781.ant-col-xs-offset-21 {
11782 margin-left: 87.5%;
11783}
11784.ant-col-xs-order-21 {
11785 order: 21;
11786}
11787.ant-col-xs-20 {
11788 display: block;
11789 flex: 0 0 83.33333333%;
11790 max-width: 83.33333333%;
11791}
11792.ant-col-xs-push-20 {
11793 left: 83.33333333%;
11794}
11795.ant-col-xs-pull-20 {
11796 right: 83.33333333%;
11797}
11798.ant-col-xs-offset-20 {
11799 margin-left: 83.33333333%;
11800}
11801.ant-col-xs-order-20 {
11802 order: 20;
11803}
11804.ant-col-xs-19 {
11805 display: block;
11806 flex: 0 0 79.16666667%;
11807 max-width: 79.16666667%;
11808}
11809.ant-col-xs-push-19 {
11810 left: 79.16666667%;
11811}
11812.ant-col-xs-pull-19 {
11813 right: 79.16666667%;
11814}
11815.ant-col-xs-offset-19 {
11816 margin-left: 79.16666667%;
11817}
11818.ant-col-xs-order-19 {
11819 order: 19;
11820}
11821.ant-col-xs-18 {
11822 display: block;
11823 flex: 0 0 75%;
11824 max-width: 75%;
11825}
11826.ant-col-xs-push-18 {
11827 left: 75%;
11828}
11829.ant-col-xs-pull-18 {
11830 right: 75%;
11831}
11832.ant-col-xs-offset-18 {
11833 margin-left: 75%;
11834}
11835.ant-col-xs-order-18 {
11836 order: 18;
11837}
11838.ant-col-xs-17 {
11839 display: block;
11840 flex: 0 0 70.83333333%;
11841 max-width: 70.83333333%;
11842}
11843.ant-col-xs-push-17 {
11844 left: 70.83333333%;
11845}
11846.ant-col-xs-pull-17 {
11847 right: 70.83333333%;
11848}
11849.ant-col-xs-offset-17 {
11850 margin-left: 70.83333333%;
11851}
11852.ant-col-xs-order-17 {
11853 order: 17;
11854}
11855.ant-col-xs-16 {
11856 display: block;
11857 flex: 0 0 66.66666667%;
11858 max-width: 66.66666667%;
11859}
11860.ant-col-xs-push-16 {
11861 left: 66.66666667%;
11862}
11863.ant-col-xs-pull-16 {
11864 right: 66.66666667%;
11865}
11866.ant-col-xs-offset-16 {
11867 margin-left: 66.66666667%;
11868}
11869.ant-col-xs-order-16 {
11870 order: 16;
11871}
11872.ant-col-xs-15 {
11873 display: block;
11874 flex: 0 0 62.5%;
11875 max-width: 62.5%;
11876}
11877.ant-col-xs-push-15 {
11878 left: 62.5%;
11879}
11880.ant-col-xs-pull-15 {
11881 right: 62.5%;
11882}
11883.ant-col-xs-offset-15 {
11884 margin-left: 62.5%;
11885}
11886.ant-col-xs-order-15 {
11887 order: 15;
11888}
11889.ant-col-xs-14 {
11890 display: block;
11891 flex: 0 0 58.33333333%;
11892 max-width: 58.33333333%;
11893}
11894.ant-col-xs-push-14 {
11895 left: 58.33333333%;
11896}
11897.ant-col-xs-pull-14 {
11898 right: 58.33333333%;
11899}
11900.ant-col-xs-offset-14 {
11901 margin-left: 58.33333333%;
11902}
11903.ant-col-xs-order-14 {
11904 order: 14;
11905}
11906.ant-col-xs-13 {
11907 display: block;
11908 flex: 0 0 54.16666667%;
11909 max-width: 54.16666667%;
11910}
11911.ant-col-xs-push-13 {
11912 left: 54.16666667%;
11913}
11914.ant-col-xs-pull-13 {
11915 right: 54.16666667%;
11916}
11917.ant-col-xs-offset-13 {
11918 margin-left: 54.16666667%;
11919}
11920.ant-col-xs-order-13 {
11921 order: 13;
11922}
11923.ant-col-xs-12 {
11924 display: block;
11925 flex: 0 0 50%;
11926 max-width: 50%;
11927}
11928.ant-col-xs-push-12 {
11929 left: 50%;
11930}
11931.ant-col-xs-pull-12 {
11932 right: 50%;
11933}
11934.ant-col-xs-offset-12 {
11935 margin-left: 50%;
11936}
11937.ant-col-xs-order-12 {
11938 order: 12;
11939}
11940.ant-col-xs-11 {
11941 display: block;
11942 flex: 0 0 45.83333333%;
11943 max-width: 45.83333333%;
11944}
11945.ant-col-xs-push-11 {
11946 left: 45.83333333%;
11947}
11948.ant-col-xs-pull-11 {
11949 right: 45.83333333%;
11950}
11951.ant-col-xs-offset-11 {
11952 margin-left: 45.83333333%;
11953}
11954.ant-col-xs-order-11 {
11955 order: 11;
11956}
11957.ant-col-xs-10 {
11958 display: block;
11959 flex: 0 0 41.66666667%;
11960 max-width: 41.66666667%;
11961}
11962.ant-col-xs-push-10 {
11963 left: 41.66666667%;
11964}
11965.ant-col-xs-pull-10 {
11966 right: 41.66666667%;
11967}
11968.ant-col-xs-offset-10 {
11969 margin-left: 41.66666667%;
11970}
11971.ant-col-xs-order-10 {
11972 order: 10;
11973}
11974.ant-col-xs-9 {
11975 display: block;
11976 flex: 0 0 37.5%;
11977 max-width: 37.5%;
11978}
11979.ant-col-xs-push-9 {
11980 left: 37.5%;
11981}
11982.ant-col-xs-pull-9 {
11983 right: 37.5%;
11984}
11985.ant-col-xs-offset-9 {
11986 margin-left: 37.5%;
11987}
11988.ant-col-xs-order-9 {
11989 order: 9;
11990}
11991.ant-col-xs-8 {
11992 display: block;
11993 flex: 0 0 33.33333333%;
11994 max-width: 33.33333333%;
11995}
11996.ant-col-xs-push-8 {
11997 left: 33.33333333%;
11998}
11999.ant-col-xs-pull-8 {
12000 right: 33.33333333%;
12001}
12002.ant-col-xs-offset-8 {
12003 margin-left: 33.33333333%;
12004}
12005.ant-col-xs-order-8 {
12006 order: 8;
12007}
12008.ant-col-xs-7 {
12009 display: block;
12010 flex: 0 0 29.16666667%;
12011 max-width: 29.16666667%;
12012}
12013.ant-col-xs-push-7 {
12014 left: 29.16666667%;
12015}
12016.ant-col-xs-pull-7 {
12017 right: 29.16666667%;
12018}
12019.ant-col-xs-offset-7 {
12020 margin-left: 29.16666667%;
12021}
12022.ant-col-xs-order-7 {
12023 order: 7;
12024}
12025.ant-col-xs-6 {
12026 display: block;
12027 flex: 0 0 25%;
12028 max-width: 25%;
12029}
12030.ant-col-xs-push-6 {
12031 left: 25%;
12032}
12033.ant-col-xs-pull-6 {
12034 right: 25%;
12035}
12036.ant-col-xs-offset-6 {
12037 margin-left: 25%;
12038}
12039.ant-col-xs-order-6 {
12040 order: 6;
12041}
12042.ant-col-xs-5 {
12043 display: block;
12044 flex: 0 0 20.83333333%;
12045 max-width: 20.83333333%;
12046}
12047.ant-col-xs-push-5 {
12048 left: 20.83333333%;
12049}
12050.ant-col-xs-pull-5 {
12051 right: 20.83333333%;
12052}
12053.ant-col-xs-offset-5 {
12054 margin-left: 20.83333333%;
12055}
12056.ant-col-xs-order-5 {
12057 order: 5;
12058}
12059.ant-col-xs-4 {
12060 display: block;
12061 flex: 0 0 16.66666667%;
12062 max-width: 16.66666667%;
12063}
12064.ant-col-xs-push-4 {
12065 left: 16.66666667%;
12066}
12067.ant-col-xs-pull-4 {
12068 right: 16.66666667%;
12069}
12070.ant-col-xs-offset-4 {
12071 margin-left: 16.66666667%;
12072}
12073.ant-col-xs-order-4 {
12074 order: 4;
12075}
12076.ant-col-xs-3 {
12077 display: block;
12078 flex: 0 0 12.5%;
12079 max-width: 12.5%;
12080}
12081.ant-col-xs-push-3 {
12082 left: 12.5%;
12083}
12084.ant-col-xs-pull-3 {
12085 right: 12.5%;
12086}
12087.ant-col-xs-offset-3 {
12088 margin-left: 12.5%;
12089}
12090.ant-col-xs-order-3 {
12091 order: 3;
12092}
12093.ant-col-xs-2 {
12094 display: block;
12095 flex: 0 0 8.33333333%;
12096 max-width: 8.33333333%;
12097}
12098.ant-col-xs-push-2 {
12099 left: 8.33333333%;
12100}
12101.ant-col-xs-pull-2 {
12102 right: 8.33333333%;
12103}
12104.ant-col-xs-offset-2 {
12105 margin-left: 8.33333333%;
12106}
12107.ant-col-xs-order-2 {
12108 order: 2;
12109}
12110.ant-col-xs-1 {
12111 display: block;
12112 flex: 0 0 4.16666667%;
12113 max-width: 4.16666667%;
12114}
12115.ant-col-xs-push-1 {
12116 left: 4.16666667%;
12117}
12118.ant-col-xs-pull-1 {
12119 right: 4.16666667%;
12120}
12121.ant-col-xs-offset-1 {
12122 margin-left: 4.16666667%;
12123}
12124.ant-col-xs-order-1 {
12125 order: 1;
12126}
12127.ant-col-xs-0 {
12128 display: none;
12129}
12130.ant-col-push-0 {
12131 left: auto;
12132}
12133.ant-col-pull-0 {
12134 right: auto;
12135}
12136.ant-col-xs-push-0 {
12137 left: auto;
12138}
12139.ant-col-xs-pull-0 {
12140 right: auto;
12141}
12142.ant-col-xs-offset-0 {
12143 margin-left: 0;
12144}
12145.ant-col-xs-order-0 {
12146 order: 0;
12147}
12148.ant-col-push-0.ant-col-rtl {
12149 right: auto;
12150}
12151.ant-col-pull-0.ant-col-rtl {
12152 left: auto;
12153}
12154.ant-col-xs-push-0.ant-col-rtl {
12155 right: auto;
12156}
12157.ant-col-xs-pull-0.ant-col-rtl {
12158 left: auto;
12159}
12160.ant-col-xs-offset-0.ant-col-rtl {
12161 margin-right: 0;
12162}
12163.ant-col-xs-push-1.ant-col-rtl {
12164 right: 4.16666667%;
12165 left: auto;
12166}
12167.ant-col-xs-pull-1.ant-col-rtl {
12168 right: auto;
12169 left: 4.16666667%;
12170}
12171.ant-col-xs-offset-1.ant-col-rtl {
12172 margin-right: 4.16666667%;
12173 margin-left: 0;
12174}
12175.ant-col-xs-push-2.ant-col-rtl {
12176 right: 8.33333333%;
12177 left: auto;
12178}
12179.ant-col-xs-pull-2.ant-col-rtl {
12180 right: auto;
12181 left: 8.33333333%;
12182}
12183.ant-col-xs-offset-2.ant-col-rtl {
12184 margin-right: 8.33333333%;
12185 margin-left: 0;
12186}
12187.ant-col-xs-push-3.ant-col-rtl {
12188 right: 12.5%;
12189 left: auto;
12190}
12191.ant-col-xs-pull-3.ant-col-rtl {
12192 right: auto;
12193 left: 12.5%;
12194}
12195.ant-col-xs-offset-3.ant-col-rtl {
12196 margin-right: 12.5%;
12197 margin-left: 0;
12198}
12199.ant-col-xs-push-4.ant-col-rtl {
12200 right: 16.66666667%;
12201 left: auto;
12202}
12203.ant-col-xs-pull-4.ant-col-rtl {
12204 right: auto;
12205 left: 16.66666667%;
12206}
12207.ant-col-xs-offset-4.ant-col-rtl {
12208 margin-right: 16.66666667%;
12209 margin-left: 0;
12210}
12211.ant-col-xs-push-5.ant-col-rtl {
12212 right: 20.83333333%;
12213 left: auto;
12214}
12215.ant-col-xs-pull-5.ant-col-rtl {
12216 right: auto;
12217 left: 20.83333333%;
12218}
12219.ant-col-xs-offset-5.ant-col-rtl {
12220 margin-right: 20.83333333%;
12221 margin-left: 0;
12222}
12223.ant-col-xs-push-6.ant-col-rtl {
12224 right: 25%;
12225 left: auto;
12226}
12227.ant-col-xs-pull-6.ant-col-rtl {
12228 right: auto;
12229 left: 25%;
12230}
12231.ant-col-xs-offset-6.ant-col-rtl {
12232 margin-right: 25%;
12233 margin-left: 0;
12234}
12235.ant-col-xs-push-7.ant-col-rtl {
12236 right: 29.16666667%;
12237 left: auto;
12238}
12239.ant-col-xs-pull-7.ant-col-rtl {
12240 right: auto;
12241 left: 29.16666667%;
12242}
12243.ant-col-xs-offset-7.ant-col-rtl {
12244 margin-right: 29.16666667%;
12245 margin-left: 0;
12246}
12247.ant-col-xs-push-8.ant-col-rtl {
12248 right: 33.33333333%;
12249 left: auto;
12250}
12251.ant-col-xs-pull-8.ant-col-rtl {
12252 right: auto;
12253 left: 33.33333333%;
12254}
12255.ant-col-xs-offset-8.ant-col-rtl {
12256 margin-right: 33.33333333%;
12257 margin-left: 0;
12258}
12259.ant-col-xs-push-9.ant-col-rtl {
12260 right: 37.5%;
12261 left: auto;
12262}
12263.ant-col-xs-pull-9.ant-col-rtl {
12264 right: auto;
12265 left: 37.5%;
12266}
12267.ant-col-xs-offset-9.ant-col-rtl {
12268 margin-right: 37.5%;
12269 margin-left: 0;
12270}
12271.ant-col-xs-push-10.ant-col-rtl {
12272 right: 41.66666667%;
12273 left: auto;
12274}
12275.ant-col-xs-pull-10.ant-col-rtl {
12276 right: auto;
12277 left: 41.66666667%;
12278}
12279.ant-col-xs-offset-10.ant-col-rtl {
12280 margin-right: 41.66666667%;
12281 margin-left: 0;
12282}
12283.ant-col-xs-push-11.ant-col-rtl {
12284 right: 45.83333333%;
12285 left: auto;
12286}
12287.ant-col-xs-pull-11.ant-col-rtl {
12288 right: auto;
12289 left: 45.83333333%;
12290}
12291.ant-col-xs-offset-11.ant-col-rtl {
12292 margin-right: 45.83333333%;
12293 margin-left: 0;
12294}
12295.ant-col-xs-push-12.ant-col-rtl {
12296 right: 50%;
12297 left: auto;
12298}
12299.ant-col-xs-pull-12.ant-col-rtl {
12300 right: auto;
12301 left: 50%;
12302}
12303.ant-col-xs-offset-12.ant-col-rtl {
12304 margin-right: 50%;
12305 margin-left: 0;
12306}
12307.ant-col-xs-push-13.ant-col-rtl {
12308 right: 54.16666667%;
12309 left: auto;
12310}
12311.ant-col-xs-pull-13.ant-col-rtl {
12312 right: auto;
12313 left: 54.16666667%;
12314}
12315.ant-col-xs-offset-13.ant-col-rtl {
12316 margin-right: 54.16666667%;
12317 margin-left: 0;
12318}
12319.ant-col-xs-push-14.ant-col-rtl {
12320 right: 58.33333333%;
12321 left: auto;
12322}
12323.ant-col-xs-pull-14.ant-col-rtl {
12324 right: auto;
12325 left: 58.33333333%;
12326}
12327.ant-col-xs-offset-14.ant-col-rtl {
12328 margin-right: 58.33333333%;
12329 margin-left: 0;
12330}
12331.ant-col-xs-push-15.ant-col-rtl {
12332 right: 62.5%;
12333 left: auto;
12334}
12335.ant-col-xs-pull-15.ant-col-rtl {
12336 right: auto;
12337 left: 62.5%;
12338}
12339.ant-col-xs-offset-15.ant-col-rtl {
12340 margin-right: 62.5%;
12341 margin-left: 0;
12342}
12343.ant-col-xs-push-16.ant-col-rtl {
12344 right: 66.66666667%;
12345 left: auto;
12346}
12347.ant-col-xs-pull-16.ant-col-rtl {
12348 right: auto;
12349 left: 66.66666667%;
12350}
12351.ant-col-xs-offset-16.ant-col-rtl {
12352 margin-right: 66.66666667%;
12353 margin-left: 0;
12354}
12355.ant-col-xs-push-17.ant-col-rtl {
12356 right: 70.83333333%;
12357 left: auto;
12358}
12359.ant-col-xs-pull-17.ant-col-rtl {
12360 right: auto;
12361 left: 70.83333333%;
12362}
12363.ant-col-xs-offset-17.ant-col-rtl {
12364 margin-right: 70.83333333%;
12365 margin-left: 0;
12366}
12367.ant-col-xs-push-18.ant-col-rtl {
12368 right: 75%;
12369 left: auto;
12370}
12371.ant-col-xs-pull-18.ant-col-rtl {
12372 right: auto;
12373 left: 75%;
12374}
12375.ant-col-xs-offset-18.ant-col-rtl {
12376 margin-right: 75%;
12377 margin-left: 0;
12378}
12379.ant-col-xs-push-19.ant-col-rtl {
12380 right: 79.16666667%;
12381 left: auto;
12382}
12383.ant-col-xs-pull-19.ant-col-rtl {
12384 right: auto;
12385 left: 79.16666667%;
12386}
12387.ant-col-xs-offset-19.ant-col-rtl {
12388 margin-right: 79.16666667%;
12389 margin-left: 0;
12390}
12391.ant-col-xs-push-20.ant-col-rtl {
12392 right: 83.33333333%;
12393 left: auto;
12394}
12395.ant-col-xs-pull-20.ant-col-rtl {
12396 right: auto;
12397 left: 83.33333333%;
12398}
12399.ant-col-xs-offset-20.ant-col-rtl {
12400 margin-right: 83.33333333%;
12401 margin-left: 0;
12402}
12403.ant-col-xs-push-21.ant-col-rtl {
12404 right: 87.5%;
12405 left: auto;
12406}
12407.ant-col-xs-pull-21.ant-col-rtl {
12408 right: auto;
12409 left: 87.5%;
12410}
12411.ant-col-xs-offset-21.ant-col-rtl {
12412 margin-right: 87.5%;
12413 margin-left: 0;
12414}
12415.ant-col-xs-push-22.ant-col-rtl {
12416 right: 91.66666667%;
12417 left: auto;
12418}
12419.ant-col-xs-pull-22.ant-col-rtl {
12420 right: auto;
12421 left: 91.66666667%;
12422}
12423.ant-col-xs-offset-22.ant-col-rtl {
12424 margin-right: 91.66666667%;
12425 margin-left: 0;
12426}
12427.ant-col-xs-push-23.ant-col-rtl {
12428 right: 95.83333333%;
12429 left: auto;
12430}
12431.ant-col-xs-pull-23.ant-col-rtl {
12432 right: auto;
12433 left: 95.83333333%;
12434}
12435.ant-col-xs-offset-23.ant-col-rtl {
12436 margin-right: 95.83333333%;
12437 margin-left: 0;
12438}
12439.ant-col-xs-push-24.ant-col-rtl {
12440 right: 100%;
12441 left: auto;
12442}
12443.ant-col-xs-pull-24.ant-col-rtl {
12444 right: auto;
12445 left: 100%;
12446}
12447.ant-col-xs-offset-24.ant-col-rtl {
12448 margin-right: 100%;
12449 margin-left: 0;
12450}
12451@media (min-width: 576px) {
12452 .ant-col-sm-24 {
12453 display: block;
12454 flex: 0 0 100%;
12455 max-width: 100%;
12456 }
12457 .ant-col-sm-push-24 {
12458 left: 100%;
12459 }
12460 .ant-col-sm-pull-24 {
12461 right: 100%;
12462 }
12463 .ant-col-sm-offset-24 {
12464 margin-left: 100%;
12465 }
12466 .ant-col-sm-order-24 {
12467 order: 24;
12468 }
12469 .ant-col-sm-23 {
12470 display: block;
12471 flex: 0 0 95.83333333%;
12472 max-width: 95.83333333%;
12473 }
12474 .ant-col-sm-push-23 {
12475 left: 95.83333333%;
12476 }
12477 .ant-col-sm-pull-23 {
12478 right: 95.83333333%;
12479 }
12480 .ant-col-sm-offset-23 {
12481 margin-left: 95.83333333%;
12482 }
12483 .ant-col-sm-order-23 {
12484 order: 23;
12485 }
12486 .ant-col-sm-22 {
12487 display: block;
12488 flex: 0 0 91.66666667%;
12489 max-width: 91.66666667%;
12490 }
12491 .ant-col-sm-push-22 {
12492 left: 91.66666667%;
12493 }
12494 .ant-col-sm-pull-22 {
12495 right: 91.66666667%;
12496 }
12497 .ant-col-sm-offset-22 {
12498 margin-left: 91.66666667%;
12499 }
12500 .ant-col-sm-order-22 {
12501 order: 22;
12502 }
12503 .ant-col-sm-21 {
12504 display: block;
12505 flex: 0 0 87.5%;
12506 max-width: 87.5%;
12507 }
12508 .ant-col-sm-push-21 {
12509 left: 87.5%;
12510 }
12511 .ant-col-sm-pull-21 {
12512 right: 87.5%;
12513 }
12514 .ant-col-sm-offset-21 {
12515 margin-left: 87.5%;
12516 }
12517 .ant-col-sm-order-21 {
12518 order: 21;
12519 }
12520 .ant-col-sm-20 {
12521 display: block;
12522 flex: 0 0 83.33333333%;
12523 max-width: 83.33333333%;
12524 }
12525 .ant-col-sm-push-20 {
12526 left: 83.33333333%;
12527 }
12528 .ant-col-sm-pull-20 {
12529 right: 83.33333333%;
12530 }
12531 .ant-col-sm-offset-20 {
12532 margin-left: 83.33333333%;
12533 }
12534 .ant-col-sm-order-20 {
12535 order: 20;
12536 }
12537 .ant-col-sm-19 {
12538 display: block;
12539 flex: 0 0 79.16666667%;
12540 max-width: 79.16666667%;
12541 }
12542 .ant-col-sm-push-19 {
12543 left: 79.16666667%;
12544 }
12545 .ant-col-sm-pull-19 {
12546 right: 79.16666667%;
12547 }
12548 .ant-col-sm-offset-19 {
12549 margin-left: 79.16666667%;
12550 }
12551 .ant-col-sm-order-19 {
12552 order: 19;
12553 }
12554 .ant-col-sm-18 {
12555 display: block;
12556 flex: 0 0 75%;
12557 max-width: 75%;
12558 }
12559 .ant-col-sm-push-18 {
12560 left: 75%;
12561 }
12562 .ant-col-sm-pull-18 {
12563 right: 75%;
12564 }
12565 .ant-col-sm-offset-18 {
12566 margin-left: 75%;
12567 }
12568 .ant-col-sm-order-18 {
12569 order: 18;
12570 }
12571 .ant-col-sm-17 {
12572 display: block;
12573 flex: 0 0 70.83333333%;
12574 max-width: 70.83333333%;
12575 }
12576 .ant-col-sm-push-17 {
12577 left: 70.83333333%;
12578 }
12579 .ant-col-sm-pull-17 {
12580 right: 70.83333333%;
12581 }
12582 .ant-col-sm-offset-17 {
12583 margin-left: 70.83333333%;
12584 }
12585 .ant-col-sm-order-17 {
12586 order: 17;
12587 }
12588 .ant-col-sm-16 {
12589 display: block;
12590 flex: 0 0 66.66666667%;
12591 max-width: 66.66666667%;
12592 }
12593 .ant-col-sm-push-16 {
12594 left: 66.66666667%;
12595 }
12596 .ant-col-sm-pull-16 {
12597 right: 66.66666667%;
12598 }
12599 .ant-col-sm-offset-16 {
12600 margin-left: 66.66666667%;
12601 }
12602 .ant-col-sm-order-16 {
12603 order: 16;
12604 }
12605 .ant-col-sm-15 {
12606 display: block;
12607 flex: 0 0 62.5%;
12608 max-width: 62.5%;
12609 }
12610 .ant-col-sm-push-15 {
12611 left: 62.5%;
12612 }
12613 .ant-col-sm-pull-15 {
12614 right: 62.5%;
12615 }
12616 .ant-col-sm-offset-15 {
12617 margin-left: 62.5%;
12618 }
12619 .ant-col-sm-order-15 {
12620 order: 15;
12621 }
12622 .ant-col-sm-14 {
12623 display: block;
12624 flex: 0 0 58.33333333%;
12625 max-width: 58.33333333%;
12626 }
12627 .ant-col-sm-push-14 {
12628 left: 58.33333333%;
12629 }
12630 .ant-col-sm-pull-14 {
12631 right: 58.33333333%;
12632 }
12633 .ant-col-sm-offset-14 {
12634 margin-left: 58.33333333%;
12635 }
12636 .ant-col-sm-order-14 {
12637 order: 14;
12638 }
12639 .ant-col-sm-13 {
12640 display: block;
12641 flex: 0 0 54.16666667%;
12642 max-width: 54.16666667%;
12643 }
12644 .ant-col-sm-push-13 {
12645 left: 54.16666667%;
12646 }
12647 .ant-col-sm-pull-13 {
12648 right: 54.16666667%;
12649 }
12650 .ant-col-sm-offset-13 {
12651 margin-left: 54.16666667%;
12652 }
12653 .ant-col-sm-order-13 {
12654 order: 13;
12655 }
12656 .ant-col-sm-12 {
12657 display: block;
12658 flex: 0 0 50%;
12659 max-width: 50%;
12660 }
12661 .ant-col-sm-push-12 {
12662 left: 50%;
12663 }
12664 .ant-col-sm-pull-12 {
12665 right: 50%;
12666 }
12667 .ant-col-sm-offset-12 {
12668 margin-left: 50%;
12669 }
12670 .ant-col-sm-order-12 {
12671 order: 12;
12672 }
12673 .ant-col-sm-11 {
12674 display: block;
12675 flex: 0 0 45.83333333%;
12676 max-width: 45.83333333%;
12677 }
12678 .ant-col-sm-push-11 {
12679 left: 45.83333333%;
12680 }
12681 .ant-col-sm-pull-11 {
12682 right: 45.83333333%;
12683 }
12684 .ant-col-sm-offset-11 {
12685 margin-left: 45.83333333%;
12686 }
12687 .ant-col-sm-order-11 {
12688 order: 11;
12689 }
12690 .ant-col-sm-10 {
12691 display: block;
12692 flex: 0 0 41.66666667%;
12693 max-width: 41.66666667%;
12694 }
12695 .ant-col-sm-push-10 {
12696 left: 41.66666667%;
12697 }
12698 .ant-col-sm-pull-10 {
12699 right: 41.66666667%;
12700 }
12701 .ant-col-sm-offset-10 {
12702 margin-left: 41.66666667%;
12703 }
12704 .ant-col-sm-order-10 {
12705 order: 10;
12706 }
12707 .ant-col-sm-9 {
12708 display: block;
12709 flex: 0 0 37.5%;
12710 max-width: 37.5%;
12711 }
12712 .ant-col-sm-push-9 {
12713 left: 37.5%;
12714 }
12715 .ant-col-sm-pull-9 {
12716 right: 37.5%;
12717 }
12718 .ant-col-sm-offset-9 {
12719 margin-left: 37.5%;
12720 }
12721 .ant-col-sm-order-9 {
12722 order: 9;
12723 }
12724 .ant-col-sm-8 {
12725 display: block;
12726 flex: 0 0 33.33333333%;
12727 max-width: 33.33333333%;
12728 }
12729 .ant-col-sm-push-8 {
12730 left: 33.33333333%;
12731 }
12732 .ant-col-sm-pull-8 {
12733 right: 33.33333333%;
12734 }
12735 .ant-col-sm-offset-8 {
12736 margin-left: 33.33333333%;
12737 }
12738 .ant-col-sm-order-8 {
12739 order: 8;
12740 }
12741 .ant-col-sm-7 {
12742 display: block;
12743 flex: 0 0 29.16666667%;
12744 max-width: 29.16666667%;
12745 }
12746 .ant-col-sm-push-7 {
12747 left: 29.16666667%;
12748 }
12749 .ant-col-sm-pull-7 {
12750 right: 29.16666667%;
12751 }
12752 .ant-col-sm-offset-7 {
12753 margin-left: 29.16666667%;
12754 }
12755 .ant-col-sm-order-7 {
12756 order: 7;
12757 }
12758 .ant-col-sm-6 {
12759 display: block;
12760 flex: 0 0 25%;
12761 max-width: 25%;
12762 }
12763 .ant-col-sm-push-6 {
12764 left: 25%;
12765 }
12766 .ant-col-sm-pull-6 {
12767 right: 25%;
12768 }
12769 .ant-col-sm-offset-6 {
12770 margin-left: 25%;
12771 }
12772 .ant-col-sm-order-6 {
12773 order: 6;
12774 }
12775 .ant-col-sm-5 {
12776 display: block;
12777 flex: 0 0 20.83333333%;
12778 max-width: 20.83333333%;
12779 }
12780 .ant-col-sm-push-5 {
12781 left: 20.83333333%;
12782 }
12783 .ant-col-sm-pull-5 {
12784 right: 20.83333333%;
12785 }
12786 .ant-col-sm-offset-5 {
12787 margin-left: 20.83333333%;
12788 }
12789 .ant-col-sm-order-5 {
12790 order: 5;
12791 }
12792 .ant-col-sm-4 {
12793 display: block;
12794 flex: 0 0 16.66666667%;
12795 max-width: 16.66666667%;
12796 }
12797 .ant-col-sm-push-4 {
12798 left: 16.66666667%;
12799 }
12800 .ant-col-sm-pull-4 {
12801 right: 16.66666667%;
12802 }
12803 .ant-col-sm-offset-4 {
12804 margin-left: 16.66666667%;
12805 }
12806 .ant-col-sm-order-4 {
12807 order: 4;
12808 }
12809 .ant-col-sm-3 {
12810 display: block;
12811 flex: 0 0 12.5%;
12812 max-width: 12.5%;
12813 }
12814 .ant-col-sm-push-3 {
12815 left: 12.5%;
12816 }
12817 .ant-col-sm-pull-3 {
12818 right: 12.5%;
12819 }
12820 .ant-col-sm-offset-3 {
12821 margin-left: 12.5%;
12822 }
12823 .ant-col-sm-order-3 {
12824 order: 3;
12825 }
12826 .ant-col-sm-2 {
12827 display: block;
12828 flex: 0 0 8.33333333%;
12829 max-width: 8.33333333%;
12830 }
12831 .ant-col-sm-push-2 {
12832 left: 8.33333333%;
12833 }
12834 .ant-col-sm-pull-2 {
12835 right: 8.33333333%;
12836 }
12837 .ant-col-sm-offset-2 {
12838 margin-left: 8.33333333%;
12839 }
12840 .ant-col-sm-order-2 {
12841 order: 2;
12842 }
12843 .ant-col-sm-1 {
12844 display: block;
12845 flex: 0 0 4.16666667%;
12846 max-width: 4.16666667%;
12847 }
12848 .ant-col-sm-push-1 {
12849 left: 4.16666667%;
12850 }
12851 .ant-col-sm-pull-1 {
12852 right: 4.16666667%;
12853 }
12854 .ant-col-sm-offset-1 {
12855 margin-left: 4.16666667%;
12856 }
12857 .ant-col-sm-order-1 {
12858 order: 1;
12859 }
12860 .ant-col-sm-0 {
12861 display: none;
12862 }
12863 .ant-col-push-0 {
12864 left: auto;
12865 }
12866 .ant-col-pull-0 {
12867 right: auto;
12868 }
12869 .ant-col-sm-push-0 {
12870 left: auto;
12871 }
12872 .ant-col-sm-pull-0 {
12873 right: auto;
12874 }
12875 .ant-col-sm-offset-0 {
12876 margin-left: 0;
12877 }
12878 .ant-col-sm-order-0 {
12879 order: 0;
12880 }
12881 .ant-col-push-0.ant-col-rtl {
12882 right: auto;
12883 }
12884 .ant-col-pull-0.ant-col-rtl {
12885 left: auto;
12886 }
12887 .ant-col-sm-push-0.ant-col-rtl {
12888 right: auto;
12889 }
12890 .ant-col-sm-pull-0.ant-col-rtl {
12891 left: auto;
12892 }
12893 .ant-col-sm-offset-0.ant-col-rtl {
12894 margin-right: 0;
12895 }
12896 .ant-col-sm-push-1.ant-col-rtl {
12897 right: 4.16666667%;
12898 left: auto;
12899 }
12900 .ant-col-sm-pull-1.ant-col-rtl {
12901 right: auto;
12902 left: 4.16666667%;
12903 }
12904 .ant-col-sm-offset-1.ant-col-rtl {
12905 margin-right: 4.16666667%;
12906 margin-left: 0;
12907 }
12908 .ant-col-sm-push-2.ant-col-rtl {
12909 right: 8.33333333%;
12910 left: auto;
12911 }
12912 .ant-col-sm-pull-2.ant-col-rtl {
12913 right: auto;
12914 left: 8.33333333%;
12915 }
12916 .ant-col-sm-offset-2.ant-col-rtl {
12917 margin-right: 8.33333333%;
12918 margin-left: 0;
12919 }
12920 .ant-col-sm-push-3.ant-col-rtl {
12921 right: 12.5%;
12922 left: auto;
12923 }
12924 .ant-col-sm-pull-3.ant-col-rtl {
12925 right: auto;
12926 left: 12.5%;
12927 }
12928 .ant-col-sm-offset-3.ant-col-rtl {
12929 margin-right: 12.5%;
12930 margin-left: 0;
12931 }
12932 .ant-col-sm-push-4.ant-col-rtl {
12933 right: 16.66666667%;
12934 left: auto;
12935 }
12936 .ant-col-sm-pull-4.ant-col-rtl {
12937 right: auto;
12938 left: 16.66666667%;
12939 }
12940 .ant-col-sm-offset-4.ant-col-rtl {
12941 margin-right: 16.66666667%;
12942 margin-left: 0;
12943 }
12944 .ant-col-sm-push-5.ant-col-rtl {
12945 right: 20.83333333%;
12946 left: auto;
12947 }
12948 .ant-col-sm-pull-5.ant-col-rtl {
12949 right: auto;
12950 left: 20.83333333%;
12951 }
12952 .ant-col-sm-offset-5.ant-col-rtl {
12953 margin-right: 20.83333333%;
12954 margin-left: 0;
12955 }
12956 .ant-col-sm-push-6.ant-col-rtl {
12957 right: 25%;
12958 left: auto;
12959 }
12960 .ant-col-sm-pull-6.ant-col-rtl {
12961 right: auto;
12962 left: 25%;
12963 }
12964 .ant-col-sm-offset-6.ant-col-rtl {
12965 margin-right: 25%;
12966 margin-left: 0;
12967 }
12968 .ant-col-sm-push-7.ant-col-rtl {
12969 right: 29.16666667%;
12970 left: auto;
12971 }
12972 .ant-col-sm-pull-7.ant-col-rtl {
12973 right: auto;
12974 left: 29.16666667%;
12975 }
12976 .ant-col-sm-offset-7.ant-col-rtl {
12977 margin-right: 29.16666667%;
12978 margin-left: 0;
12979 }
12980 .ant-col-sm-push-8.ant-col-rtl {
12981 right: 33.33333333%;
12982 left: auto;
12983 }
12984 .ant-col-sm-pull-8.ant-col-rtl {
12985 right: auto;
12986 left: 33.33333333%;
12987 }
12988 .ant-col-sm-offset-8.ant-col-rtl {
12989 margin-right: 33.33333333%;
12990 margin-left: 0;
12991 }
12992 .ant-col-sm-push-9.ant-col-rtl {
12993 right: 37.5%;
12994 left: auto;
12995 }
12996 .ant-col-sm-pull-9.ant-col-rtl {
12997 right: auto;
12998 left: 37.5%;
12999 }
13000 .ant-col-sm-offset-9.ant-col-rtl {
13001 margin-right: 37.5%;
13002 margin-left: 0;
13003 }
13004 .ant-col-sm-push-10.ant-col-rtl {
13005 right: 41.66666667%;
13006 left: auto;
13007 }
13008 .ant-col-sm-pull-10.ant-col-rtl {
13009 right: auto;
13010 left: 41.66666667%;
13011 }
13012 .ant-col-sm-offset-10.ant-col-rtl {
13013 margin-right: 41.66666667%;
13014 margin-left: 0;
13015 }
13016 .ant-col-sm-push-11.ant-col-rtl {
13017 right: 45.83333333%;
13018 left: auto;
13019 }
13020 .ant-col-sm-pull-11.ant-col-rtl {
13021 right: auto;
13022 left: 45.83333333%;
13023 }
13024 .ant-col-sm-offset-11.ant-col-rtl {
13025 margin-right: 45.83333333%;
13026 margin-left: 0;
13027 }
13028 .ant-col-sm-push-12.ant-col-rtl {
13029 right: 50%;
13030 left: auto;
13031 }
13032 .ant-col-sm-pull-12.ant-col-rtl {
13033 right: auto;
13034 left: 50%;
13035 }
13036 .ant-col-sm-offset-12.ant-col-rtl {
13037 margin-right: 50%;
13038 margin-left: 0;
13039 }
13040 .ant-col-sm-push-13.ant-col-rtl {
13041 right: 54.16666667%;
13042 left: auto;
13043 }
13044 .ant-col-sm-pull-13.ant-col-rtl {
13045 right: auto;
13046 left: 54.16666667%;
13047 }
13048 .ant-col-sm-offset-13.ant-col-rtl {
13049 margin-right: 54.16666667%;
13050 margin-left: 0;
13051 }
13052 .ant-col-sm-push-14.ant-col-rtl {
13053 right: 58.33333333%;
13054 left: auto;
13055 }
13056 .ant-col-sm-pull-14.ant-col-rtl {
13057 right: auto;
13058 left: 58.33333333%;
13059 }
13060 .ant-col-sm-offset-14.ant-col-rtl {
13061 margin-right: 58.33333333%;
13062 margin-left: 0;
13063 }
13064 .ant-col-sm-push-15.ant-col-rtl {
13065 right: 62.5%;
13066 left: auto;
13067 }
13068 .ant-col-sm-pull-15.ant-col-rtl {
13069 right: auto;
13070 left: 62.5%;
13071 }
13072 .ant-col-sm-offset-15.ant-col-rtl {
13073 margin-right: 62.5%;
13074 margin-left: 0;
13075 }
13076 .ant-col-sm-push-16.ant-col-rtl {
13077 right: 66.66666667%;
13078 left: auto;
13079 }
13080 .ant-col-sm-pull-16.ant-col-rtl {
13081 right: auto;
13082 left: 66.66666667%;
13083 }
13084 .ant-col-sm-offset-16.ant-col-rtl {
13085 margin-right: 66.66666667%;
13086 margin-left: 0;
13087 }
13088 .ant-col-sm-push-17.ant-col-rtl {
13089 right: 70.83333333%;
13090 left: auto;
13091 }
13092 .ant-col-sm-pull-17.ant-col-rtl {
13093 right: auto;
13094 left: 70.83333333%;
13095 }
13096 .ant-col-sm-offset-17.ant-col-rtl {
13097 margin-right: 70.83333333%;
13098 margin-left: 0;
13099 }
13100 .ant-col-sm-push-18.ant-col-rtl {
13101 right: 75%;
13102 left: auto;
13103 }
13104 .ant-col-sm-pull-18.ant-col-rtl {
13105 right: auto;
13106 left: 75%;
13107 }
13108 .ant-col-sm-offset-18.ant-col-rtl {
13109 margin-right: 75%;
13110 margin-left: 0;
13111 }
13112 .ant-col-sm-push-19.ant-col-rtl {
13113 right: 79.16666667%;
13114 left: auto;
13115 }
13116 .ant-col-sm-pull-19.ant-col-rtl {
13117 right: auto;
13118 left: 79.16666667%;
13119 }
13120 .ant-col-sm-offset-19.ant-col-rtl {
13121 margin-right: 79.16666667%;
13122 margin-left: 0;
13123 }
13124 .ant-col-sm-push-20.ant-col-rtl {
13125 right: 83.33333333%;
13126 left: auto;
13127 }
13128 .ant-col-sm-pull-20.ant-col-rtl {
13129 right: auto;
13130 left: 83.33333333%;
13131 }
13132 .ant-col-sm-offset-20.ant-col-rtl {
13133 margin-right: 83.33333333%;
13134 margin-left: 0;
13135 }
13136 .ant-col-sm-push-21.ant-col-rtl {
13137 right: 87.5%;
13138 left: auto;
13139 }
13140 .ant-col-sm-pull-21.ant-col-rtl {
13141 right: auto;
13142 left: 87.5%;
13143 }
13144 .ant-col-sm-offset-21.ant-col-rtl {
13145 margin-right: 87.5%;
13146 margin-left: 0;
13147 }
13148 .ant-col-sm-push-22.ant-col-rtl {
13149 right: 91.66666667%;
13150 left: auto;
13151 }
13152 .ant-col-sm-pull-22.ant-col-rtl {
13153 right: auto;
13154 left: 91.66666667%;
13155 }
13156 .ant-col-sm-offset-22.ant-col-rtl {
13157 margin-right: 91.66666667%;
13158 margin-left: 0;
13159 }
13160 .ant-col-sm-push-23.ant-col-rtl {
13161 right: 95.83333333%;
13162 left: auto;
13163 }
13164 .ant-col-sm-pull-23.ant-col-rtl {
13165 right: auto;
13166 left: 95.83333333%;
13167 }
13168 .ant-col-sm-offset-23.ant-col-rtl {
13169 margin-right: 95.83333333%;
13170 margin-left: 0;
13171 }
13172 .ant-col-sm-push-24.ant-col-rtl {
13173 right: 100%;
13174 left: auto;
13175 }
13176 .ant-col-sm-pull-24.ant-col-rtl {
13177 right: auto;
13178 left: 100%;
13179 }
13180 .ant-col-sm-offset-24.ant-col-rtl {
13181 margin-right: 100%;
13182 margin-left: 0;
13183 }
13184}
13185@media (min-width: 768px) {
13186 .ant-col-md-24 {
13187 display: block;
13188 flex: 0 0 100%;
13189 max-width: 100%;
13190 }
13191 .ant-col-md-push-24 {
13192 left: 100%;
13193 }
13194 .ant-col-md-pull-24 {
13195 right: 100%;
13196 }
13197 .ant-col-md-offset-24 {
13198 margin-left: 100%;
13199 }
13200 .ant-col-md-order-24 {
13201 order: 24;
13202 }
13203 .ant-col-md-23 {
13204 display: block;
13205 flex: 0 0 95.83333333%;
13206 max-width: 95.83333333%;
13207 }
13208 .ant-col-md-push-23 {
13209 left: 95.83333333%;
13210 }
13211 .ant-col-md-pull-23 {
13212 right: 95.83333333%;
13213 }
13214 .ant-col-md-offset-23 {
13215 margin-left: 95.83333333%;
13216 }
13217 .ant-col-md-order-23 {
13218 order: 23;
13219 }
13220 .ant-col-md-22 {
13221 display: block;
13222 flex: 0 0 91.66666667%;
13223 max-width: 91.66666667%;
13224 }
13225 .ant-col-md-push-22 {
13226 left: 91.66666667%;
13227 }
13228 .ant-col-md-pull-22 {
13229 right: 91.66666667%;
13230 }
13231 .ant-col-md-offset-22 {
13232 margin-left: 91.66666667%;
13233 }
13234 .ant-col-md-order-22 {
13235 order: 22;
13236 }
13237 .ant-col-md-21 {
13238 display: block;
13239 flex: 0 0 87.5%;
13240 max-width: 87.5%;
13241 }
13242 .ant-col-md-push-21 {
13243 left: 87.5%;
13244 }
13245 .ant-col-md-pull-21 {
13246 right: 87.5%;
13247 }
13248 .ant-col-md-offset-21 {
13249 margin-left: 87.5%;
13250 }
13251 .ant-col-md-order-21 {
13252 order: 21;
13253 }
13254 .ant-col-md-20 {
13255 display: block;
13256 flex: 0 0 83.33333333%;
13257 max-width: 83.33333333%;
13258 }
13259 .ant-col-md-push-20 {
13260 left: 83.33333333%;
13261 }
13262 .ant-col-md-pull-20 {
13263 right: 83.33333333%;
13264 }
13265 .ant-col-md-offset-20 {
13266 margin-left: 83.33333333%;
13267 }
13268 .ant-col-md-order-20 {
13269 order: 20;
13270 }
13271 .ant-col-md-19 {
13272 display: block;
13273 flex: 0 0 79.16666667%;
13274 max-width: 79.16666667%;
13275 }
13276 .ant-col-md-push-19 {
13277 left: 79.16666667%;
13278 }
13279 .ant-col-md-pull-19 {
13280 right: 79.16666667%;
13281 }
13282 .ant-col-md-offset-19 {
13283 margin-left: 79.16666667%;
13284 }
13285 .ant-col-md-order-19 {
13286 order: 19;
13287 }
13288 .ant-col-md-18 {
13289 display: block;
13290 flex: 0 0 75%;
13291 max-width: 75%;
13292 }
13293 .ant-col-md-push-18 {
13294 left: 75%;
13295 }
13296 .ant-col-md-pull-18 {
13297 right: 75%;
13298 }
13299 .ant-col-md-offset-18 {
13300 margin-left: 75%;
13301 }
13302 .ant-col-md-order-18 {
13303 order: 18;
13304 }
13305 .ant-col-md-17 {
13306 display: block;
13307 flex: 0 0 70.83333333%;
13308 max-width: 70.83333333%;
13309 }
13310 .ant-col-md-push-17 {
13311 left: 70.83333333%;
13312 }
13313 .ant-col-md-pull-17 {
13314 right: 70.83333333%;
13315 }
13316 .ant-col-md-offset-17 {
13317 margin-left: 70.83333333%;
13318 }
13319 .ant-col-md-order-17 {
13320 order: 17;
13321 }
13322 .ant-col-md-16 {
13323 display: block;
13324 flex: 0 0 66.66666667%;
13325 max-width: 66.66666667%;
13326 }
13327 .ant-col-md-push-16 {
13328 left: 66.66666667%;
13329 }
13330 .ant-col-md-pull-16 {
13331 right: 66.66666667%;
13332 }
13333 .ant-col-md-offset-16 {
13334 margin-left: 66.66666667%;
13335 }
13336 .ant-col-md-order-16 {
13337 order: 16;
13338 }
13339 .ant-col-md-15 {
13340 display: block;
13341 flex: 0 0 62.5%;
13342 max-width: 62.5%;
13343 }
13344 .ant-col-md-push-15 {
13345 left: 62.5%;
13346 }
13347 .ant-col-md-pull-15 {
13348 right: 62.5%;
13349 }
13350 .ant-col-md-offset-15 {
13351 margin-left: 62.5%;
13352 }
13353 .ant-col-md-order-15 {
13354 order: 15;
13355 }
13356 .ant-col-md-14 {
13357 display: block;
13358 flex: 0 0 58.33333333%;
13359 max-width: 58.33333333%;
13360 }
13361 .ant-col-md-push-14 {
13362 left: 58.33333333%;
13363 }
13364 .ant-col-md-pull-14 {
13365 right: 58.33333333%;
13366 }
13367 .ant-col-md-offset-14 {
13368 margin-left: 58.33333333%;
13369 }
13370 .ant-col-md-order-14 {
13371 order: 14;
13372 }
13373 .ant-col-md-13 {
13374 display: block;
13375 flex: 0 0 54.16666667%;
13376 max-width: 54.16666667%;
13377 }
13378 .ant-col-md-push-13 {
13379 left: 54.16666667%;
13380 }
13381 .ant-col-md-pull-13 {
13382 right: 54.16666667%;
13383 }
13384 .ant-col-md-offset-13 {
13385 margin-left: 54.16666667%;
13386 }
13387 .ant-col-md-order-13 {
13388 order: 13;
13389 }
13390 .ant-col-md-12 {
13391 display: block;
13392 flex: 0 0 50%;
13393 max-width: 50%;
13394 }
13395 .ant-col-md-push-12 {
13396 left: 50%;
13397 }
13398 .ant-col-md-pull-12 {
13399 right: 50%;
13400 }
13401 .ant-col-md-offset-12 {
13402 margin-left: 50%;
13403 }
13404 .ant-col-md-order-12 {
13405 order: 12;
13406 }
13407 .ant-col-md-11 {
13408 display: block;
13409 flex: 0 0 45.83333333%;
13410 max-width: 45.83333333%;
13411 }
13412 .ant-col-md-push-11 {
13413 left: 45.83333333%;
13414 }
13415 .ant-col-md-pull-11 {
13416 right: 45.83333333%;
13417 }
13418 .ant-col-md-offset-11 {
13419 margin-left: 45.83333333%;
13420 }
13421 .ant-col-md-order-11 {
13422 order: 11;
13423 }
13424 .ant-col-md-10 {
13425 display: block;
13426 flex: 0 0 41.66666667%;
13427 max-width: 41.66666667%;
13428 }
13429 .ant-col-md-push-10 {
13430 left: 41.66666667%;
13431 }
13432 .ant-col-md-pull-10 {
13433 right: 41.66666667%;
13434 }
13435 .ant-col-md-offset-10 {
13436 margin-left: 41.66666667%;
13437 }
13438 .ant-col-md-order-10 {
13439 order: 10;
13440 }
13441 .ant-col-md-9 {
13442 display: block;
13443 flex: 0 0 37.5%;
13444 max-width: 37.5%;
13445 }
13446 .ant-col-md-push-9 {
13447 left: 37.5%;
13448 }
13449 .ant-col-md-pull-9 {
13450 right: 37.5%;
13451 }
13452 .ant-col-md-offset-9 {
13453 margin-left: 37.5%;
13454 }
13455 .ant-col-md-order-9 {
13456 order: 9;
13457 }
13458 .ant-col-md-8 {
13459 display: block;
13460 flex: 0 0 33.33333333%;
13461 max-width: 33.33333333%;
13462 }
13463 .ant-col-md-push-8 {
13464 left: 33.33333333%;
13465 }
13466 .ant-col-md-pull-8 {
13467 right: 33.33333333%;
13468 }
13469 .ant-col-md-offset-8 {
13470 margin-left: 33.33333333%;
13471 }
13472 .ant-col-md-order-8 {
13473 order: 8;
13474 }
13475 .ant-col-md-7 {
13476 display: block;
13477 flex: 0 0 29.16666667%;
13478 max-width: 29.16666667%;
13479 }
13480 .ant-col-md-push-7 {
13481 left: 29.16666667%;
13482 }
13483 .ant-col-md-pull-7 {
13484 right: 29.16666667%;
13485 }
13486 .ant-col-md-offset-7 {
13487 margin-left: 29.16666667%;
13488 }
13489 .ant-col-md-order-7 {
13490 order: 7;
13491 }
13492 .ant-col-md-6 {
13493 display: block;
13494 flex: 0 0 25%;
13495 max-width: 25%;
13496 }
13497 .ant-col-md-push-6 {
13498 left: 25%;
13499 }
13500 .ant-col-md-pull-6 {
13501 right: 25%;
13502 }
13503 .ant-col-md-offset-6 {
13504 margin-left: 25%;
13505 }
13506 .ant-col-md-order-6 {
13507 order: 6;
13508 }
13509 .ant-col-md-5 {
13510 display: block;
13511 flex: 0 0 20.83333333%;
13512 max-width: 20.83333333%;
13513 }
13514 .ant-col-md-push-5 {
13515 left: 20.83333333%;
13516 }
13517 .ant-col-md-pull-5 {
13518 right: 20.83333333%;
13519 }
13520 .ant-col-md-offset-5 {
13521 margin-left: 20.83333333%;
13522 }
13523 .ant-col-md-order-5 {
13524 order: 5;
13525 }
13526 .ant-col-md-4 {
13527 display: block;
13528 flex: 0 0 16.66666667%;
13529 max-width: 16.66666667%;
13530 }
13531 .ant-col-md-push-4 {
13532 left: 16.66666667%;
13533 }
13534 .ant-col-md-pull-4 {
13535 right: 16.66666667%;
13536 }
13537 .ant-col-md-offset-4 {
13538 margin-left: 16.66666667%;
13539 }
13540 .ant-col-md-order-4 {
13541 order: 4;
13542 }
13543 .ant-col-md-3 {
13544 display: block;
13545 flex: 0 0 12.5%;
13546 max-width: 12.5%;
13547 }
13548 .ant-col-md-push-3 {
13549 left: 12.5%;
13550 }
13551 .ant-col-md-pull-3 {
13552 right: 12.5%;
13553 }
13554 .ant-col-md-offset-3 {
13555 margin-left: 12.5%;
13556 }
13557 .ant-col-md-order-3 {
13558 order: 3;
13559 }
13560 .ant-col-md-2 {
13561 display: block;
13562 flex: 0 0 8.33333333%;
13563 max-width: 8.33333333%;
13564 }
13565 .ant-col-md-push-2 {
13566 left: 8.33333333%;
13567 }
13568 .ant-col-md-pull-2 {
13569 right: 8.33333333%;
13570 }
13571 .ant-col-md-offset-2 {
13572 margin-left: 8.33333333%;
13573 }
13574 .ant-col-md-order-2 {
13575 order: 2;
13576 }
13577 .ant-col-md-1 {
13578 display: block;
13579 flex: 0 0 4.16666667%;
13580 max-width: 4.16666667%;
13581 }
13582 .ant-col-md-push-1 {
13583 left: 4.16666667%;
13584 }
13585 .ant-col-md-pull-1 {
13586 right: 4.16666667%;
13587 }
13588 .ant-col-md-offset-1 {
13589 margin-left: 4.16666667%;
13590 }
13591 .ant-col-md-order-1 {
13592 order: 1;
13593 }
13594 .ant-col-md-0 {
13595 display: none;
13596 }
13597 .ant-col-push-0 {
13598 left: auto;
13599 }
13600 .ant-col-pull-0 {
13601 right: auto;
13602 }
13603 .ant-col-md-push-0 {
13604 left: auto;
13605 }
13606 .ant-col-md-pull-0 {
13607 right: auto;
13608 }
13609 .ant-col-md-offset-0 {
13610 margin-left: 0;
13611 }
13612 .ant-col-md-order-0 {
13613 order: 0;
13614 }
13615 .ant-col-push-0.ant-col-rtl {
13616 right: auto;
13617 }
13618 .ant-col-pull-0.ant-col-rtl {
13619 left: auto;
13620 }
13621 .ant-col-md-push-0.ant-col-rtl {
13622 right: auto;
13623 }
13624 .ant-col-md-pull-0.ant-col-rtl {
13625 left: auto;
13626 }
13627 .ant-col-md-offset-0.ant-col-rtl {
13628 margin-right: 0;
13629 }
13630 .ant-col-md-push-1.ant-col-rtl {
13631 right: 4.16666667%;
13632 left: auto;
13633 }
13634 .ant-col-md-pull-1.ant-col-rtl {
13635 right: auto;
13636 left: 4.16666667%;
13637 }
13638 .ant-col-md-offset-1.ant-col-rtl {
13639 margin-right: 4.16666667%;
13640 margin-left: 0;
13641 }
13642 .ant-col-md-push-2.ant-col-rtl {
13643 right: 8.33333333%;
13644 left: auto;
13645 }
13646 .ant-col-md-pull-2.ant-col-rtl {
13647 right: auto;
13648 left: 8.33333333%;
13649 }
13650 .ant-col-md-offset-2.ant-col-rtl {
13651 margin-right: 8.33333333%;
13652 margin-left: 0;
13653 }
13654 .ant-col-md-push-3.ant-col-rtl {
13655 right: 12.5%;
13656 left: auto;
13657 }
13658 .ant-col-md-pull-3.ant-col-rtl {
13659 right: auto;
13660 left: 12.5%;
13661 }
13662 .ant-col-md-offset-3.ant-col-rtl {
13663 margin-right: 12.5%;
13664 margin-left: 0;
13665 }
13666 .ant-col-md-push-4.ant-col-rtl {
13667 right: 16.66666667%;
13668 left: auto;
13669 }
13670 .ant-col-md-pull-4.ant-col-rtl {
13671 right: auto;
13672 left: 16.66666667%;
13673 }
13674 .ant-col-md-offset-4.ant-col-rtl {
13675 margin-right: 16.66666667%;
13676 margin-left: 0;
13677 }
13678 .ant-col-md-push-5.ant-col-rtl {
13679 right: 20.83333333%;
13680 left: auto;
13681 }
13682 .ant-col-md-pull-5.ant-col-rtl {
13683 right: auto;
13684 left: 20.83333333%;
13685 }
13686 .ant-col-md-offset-5.ant-col-rtl {
13687 margin-right: 20.83333333%;
13688 margin-left: 0;
13689 }
13690 .ant-col-md-push-6.ant-col-rtl {
13691 right: 25%;
13692 left: auto;
13693 }
13694 .ant-col-md-pull-6.ant-col-rtl {
13695 right: auto;
13696 left: 25%;
13697 }
13698 .ant-col-md-offset-6.ant-col-rtl {
13699 margin-right: 25%;
13700 margin-left: 0;
13701 }
13702 .ant-col-md-push-7.ant-col-rtl {
13703 right: 29.16666667%;
13704 left: auto;
13705 }
13706 .ant-col-md-pull-7.ant-col-rtl {
13707 right: auto;
13708 left: 29.16666667%;
13709 }
13710 .ant-col-md-offset-7.ant-col-rtl {
13711 margin-right: 29.16666667%;
13712 margin-left: 0;
13713 }
13714 .ant-col-md-push-8.ant-col-rtl {
13715 right: 33.33333333%;
13716 left: auto;
13717 }
13718 .ant-col-md-pull-8.ant-col-rtl {
13719 right: auto;
13720 left: 33.33333333%;
13721 }
13722 .ant-col-md-offset-8.ant-col-rtl {
13723 margin-right: 33.33333333%;
13724 margin-left: 0;
13725 }
13726 .ant-col-md-push-9.ant-col-rtl {
13727 right: 37.5%;
13728 left: auto;
13729 }
13730 .ant-col-md-pull-9.ant-col-rtl {
13731 right: auto;
13732 left: 37.5%;
13733 }
13734 .ant-col-md-offset-9.ant-col-rtl {
13735 margin-right: 37.5%;
13736 margin-left: 0;
13737 }
13738 .ant-col-md-push-10.ant-col-rtl {
13739 right: 41.66666667%;
13740 left: auto;
13741 }
13742 .ant-col-md-pull-10.ant-col-rtl {
13743 right: auto;
13744 left: 41.66666667%;
13745 }
13746 .ant-col-md-offset-10.ant-col-rtl {
13747 margin-right: 41.66666667%;
13748 margin-left: 0;
13749 }
13750 .ant-col-md-push-11.ant-col-rtl {
13751 right: 45.83333333%;
13752 left: auto;
13753 }
13754 .ant-col-md-pull-11.ant-col-rtl {
13755 right: auto;
13756 left: 45.83333333%;
13757 }
13758 .ant-col-md-offset-11.ant-col-rtl {
13759 margin-right: 45.83333333%;
13760 margin-left: 0;
13761 }
13762 .ant-col-md-push-12.ant-col-rtl {
13763 right: 50%;
13764 left: auto;
13765 }
13766 .ant-col-md-pull-12.ant-col-rtl {
13767 right: auto;
13768 left: 50%;
13769 }
13770 .ant-col-md-offset-12.ant-col-rtl {
13771 margin-right: 50%;
13772 margin-left: 0;
13773 }
13774 .ant-col-md-push-13.ant-col-rtl {
13775 right: 54.16666667%;
13776 left: auto;
13777 }
13778 .ant-col-md-pull-13.ant-col-rtl {
13779 right: auto;
13780 left: 54.16666667%;
13781 }
13782 .ant-col-md-offset-13.ant-col-rtl {
13783 margin-right: 54.16666667%;
13784 margin-left: 0;
13785 }
13786 .ant-col-md-push-14.ant-col-rtl {
13787 right: 58.33333333%;
13788 left: auto;
13789 }
13790 .ant-col-md-pull-14.ant-col-rtl {
13791 right: auto;
13792 left: 58.33333333%;
13793 }
13794 .ant-col-md-offset-14.ant-col-rtl {
13795 margin-right: 58.33333333%;
13796 margin-left: 0;
13797 }
13798 .ant-col-md-push-15.ant-col-rtl {
13799 right: 62.5%;
13800 left: auto;
13801 }
13802 .ant-col-md-pull-15.ant-col-rtl {
13803 right: auto;
13804 left: 62.5%;
13805 }
13806 .ant-col-md-offset-15.ant-col-rtl {
13807 margin-right: 62.5%;
13808 margin-left: 0;
13809 }
13810 .ant-col-md-push-16.ant-col-rtl {
13811 right: 66.66666667%;
13812 left: auto;
13813 }
13814 .ant-col-md-pull-16.ant-col-rtl {
13815 right: auto;
13816 left: 66.66666667%;
13817 }
13818 .ant-col-md-offset-16.ant-col-rtl {
13819 margin-right: 66.66666667%;
13820 margin-left: 0;
13821 }
13822 .ant-col-md-push-17.ant-col-rtl {
13823 right: 70.83333333%;
13824 left: auto;
13825 }
13826 .ant-col-md-pull-17.ant-col-rtl {
13827 right: auto;
13828 left: 70.83333333%;
13829 }
13830 .ant-col-md-offset-17.ant-col-rtl {
13831 margin-right: 70.83333333%;
13832 margin-left: 0;
13833 }
13834 .ant-col-md-push-18.ant-col-rtl {
13835 right: 75%;
13836 left: auto;
13837 }
13838 .ant-col-md-pull-18.ant-col-rtl {
13839 right: auto;
13840 left: 75%;
13841 }
13842 .ant-col-md-offset-18.ant-col-rtl {
13843 margin-right: 75%;
13844 margin-left: 0;
13845 }
13846 .ant-col-md-push-19.ant-col-rtl {
13847 right: 79.16666667%;
13848 left: auto;
13849 }
13850 .ant-col-md-pull-19.ant-col-rtl {
13851 right: auto;
13852 left: 79.16666667%;
13853 }
13854 .ant-col-md-offset-19.ant-col-rtl {
13855 margin-right: 79.16666667%;
13856 margin-left: 0;
13857 }
13858 .ant-col-md-push-20.ant-col-rtl {
13859 right: 83.33333333%;
13860 left: auto;
13861 }
13862 .ant-col-md-pull-20.ant-col-rtl {
13863 right: auto;
13864 left: 83.33333333%;
13865 }
13866 .ant-col-md-offset-20.ant-col-rtl {
13867 margin-right: 83.33333333%;
13868 margin-left: 0;
13869 }
13870 .ant-col-md-push-21.ant-col-rtl {
13871 right: 87.5%;
13872 left: auto;
13873 }
13874 .ant-col-md-pull-21.ant-col-rtl {
13875 right: auto;
13876 left: 87.5%;
13877 }
13878 .ant-col-md-offset-21.ant-col-rtl {
13879 margin-right: 87.5%;
13880 margin-left: 0;
13881 }
13882 .ant-col-md-push-22.ant-col-rtl {
13883 right: 91.66666667%;
13884 left: auto;
13885 }
13886 .ant-col-md-pull-22.ant-col-rtl {
13887 right: auto;
13888 left: 91.66666667%;
13889 }
13890 .ant-col-md-offset-22.ant-col-rtl {
13891 margin-right: 91.66666667%;
13892 margin-left: 0;
13893 }
13894 .ant-col-md-push-23.ant-col-rtl {
13895 right: 95.83333333%;
13896 left: auto;
13897 }
13898 .ant-col-md-pull-23.ant-col-rtl {
13899 right: auto;
13900 left: 95.83333333%;
13901 }
13902 .ant-col-md-offset-23.ant-col-rtl {
13903 margin-right: 95.83333333%;
13904 margin-left: 0;
13905 }
13906 .ant-col-md-push-24.ant-col-rtl {
13907 right: 100%;
13908 left: auto;
13909 }
13910 .ant-col-md-pull-24.ant-col-rtl {
13911 right: auto;
13912 left: 100%;
13913 }
13914 .ant-col-md-offset-24.ant-col-rtl {
13915 margin-right: 100%;
13916 margin-left: 0;
13917 }
13918}
13919@media (min-width: 992px) {
13920 .ant-col-lg-24 {
13921 display: block;
13922 flex: 0 0 100%;
13923 max-width: 100%;
13924 }
13925 .ant-col-lg-push-24 {
13926 left: 100%;
13927 }
13928 .ant-col-lg-pull-24 {
13929 right: 100%;
13930 }
13931 .ant-col-lg-offset-24 {
13932 margin-left: 100%;
13933 }
13934 .ant-col-lg-order-24 {
13935 order: 24;
13936 }
13937 .ant-col-lg-23 {
13938 display: block;
13939 flex: 0 0 95.83333333%;
13940 max-width: 95.83333333%;
13941 }
13942 .ant-col-lg-push-23 {
13943 left: 95.83333333%;
13944 }
13945 .ant-col-lg-pull-23 {
13946 right: 95.83333333%;
13947 }
13948 .ant-col-lg-offset-23 {
13949 margin-left: 95.83333333%;
13950 }
13951 .ant-col-lg-order-23 {
13952 order: 23;
13953 }
13954 .ant-col-lg-22 {
13955 display: block;
13956 flex: 0 0 91.66666667%;
13957 max-width: 91.66666667%;
13958 }
13959 .ant-col-lg-push-22 {
13960 left: 91.66666667%;
13961 }
13962 .ant-col-lg-pull-22 {
13963 right: 91.66666667%;
13964 }
13965 .ant-col-lg-offset-22 {
13966 margin-left: 91.66666667%;
13967 }
13968 .ant-col-lg-order-22 {
13969 order: 22;
13970 }
13971 .ant-col-lg-21 {
13972 display: block;
13973 flex: 0 0 87.5%;
13974 max-width: 87.5%;
13975 }
13976 .ant-col-lg-push-21 {
13977 left: 87.5%;
13978 }
13979 .ant-col-lg-pull-21 {
13980 right: 87.5%;
13981 }
13982 .ant-col-lg-offset-21 {
13983 margin-left: 87.5%;
13984 }
13985 .ant-col-lg-order-21 {
13986 order: 21;
13987 }
13988 .ant-col-lg-20 {
13989 display: block;
13990 flex: 0 0 83.33333333%;
13991 max-width: 83.33333333%;
13992 }
13993 .ant-col-lg-push-20 {
13994 left: 83.33333333%;
13995 }
13996 .ant-col-lg-pull-20 {
13997 right: 83.33333333%;
13998 }
13999 .ant-col-lg-offset-20 {
14000 margin-left: 83.33333333%;
14001 }
14002 .ant-col-lg-order-20 {
14003 order: 20;
14004 }
14005 .ant-col-lg-19 {
14006 display: block;
14007 flex: 0 0 79.16666667%;
14008 max-width: 79.16666667%;
14009 }
14010 .ant-col-lg-push-19 {
14011 left: 79.16666667%;
14012 }
14013 .ant-col-lg-pull-19 {
14014 right: 79.16666667%;
14015 }
14016 .ant-col-lg-offset-19 {
14017 margin-left: 79.16666667%;
14018 }
14019 .ant-col-lg-order-19 {
14020 order: 19;
14021 }
14022 .ant-col-lg-18 {
14023 display: block;
14024 flex: 0 0 75%;
14025 max-width: 75%;
14026 }
14027 .ant-col-lg-push-18 {
14028 left: 75%;
14029 }
14030 .ant-col-lg-pull-18 {
14031 right: 75%;
14032 }
14033 .ant-col-lg-offset-18 {
14034 margin-left: 75%;
14035 }
14036 .ant-col-lg-order-18 {
14037 order: 18;
14038 }
14039 .ant-col-lg-17 {
14040 display: block;
14041 flex: 0 0 70.83333333%;
14042 max-width: 70.83333333%;
14043 }
14044 .ant-col-lg-push-17 {
14045 left: 70.83333333%;
14046 }
14047 .ant-col-lg-pull-17 {
14048 right: 70.83333333%;
14049 }
14050 .ant-col-lg-offset-17 {
14051 margin-left: 70.83333333%;
14052 }
14053 .ant-col-lg-order-17 {
14054 order: 17;
14055 }
14056 .ant-col-lg-16 {
14057 display: block;
14058 flex: 0 0 66.66666667%;
14059 max-width: 66.66666667%;
14060 }
14061 .ant-col-lg-push-16 {
14062 left: 66.66666667%;
14063 }
14064 .ant-col-lg-pull-16 {
14065 right: 66.66666667%;
14066 }
14067 .ant-col-lg-offset-16 {
14068 margin-left: 66.66666667%;
14069 }
14070 .ant-col-lg-order-16 {
14071 order: 16;
14072 }
14073 .ant-col-lg-15 {
14074 display: block;
14075 flex: 0 0 62.5%;
14076 max-width: 62.5%;
14077 }
14078 .ant-col-lg-push-15 {
14079 left: 62.5%;
14080 }
14081 .ant-col-lg-pull-15 {
14082 right: 62.5%;
14083 }
14084 .ant-col-lg-offset-15 {
14085 margin-left: 62.5%;
14086 }
14087 .ant-col-lg-order-15 {
14088 order: 15;
14089 }
14090 .ant-col-lg-14 {
14091 display: block;
14092 flex: 0 0 58.33333333%;
14093 max-width: 58.33333333%;
14094 }
14095 .ant-col-lg-push-14 {
14096 left: 58.33333333%;
14097 }
14098 .ant-col-lg-pull-14 {
14099 right: 58.33333333%;
14100 }
14101 .ant-col-lg-offset-14 {
14102 margin-left: 58.33333333%;
14103 }
14104 .ant-col-lg-order-14 {
14105 order: 14;
14106 }
14107 .ant-col-lg-13 {
14108 display: block;
14109 flex: 0 0 54.16666667%;
14110 max-width: 54.16666667%;
14111 }
14112 .ant-col-lg-push-13 {
14113 left: 54.16666667%;
14114 }
14115 .ant-col-lg-pull-13 {
14116 right: 54.16666667%;
14117 }
14118 .ant-col-lg-offset-13 {
14119 margin-left: 54.16666667%;
14120 }
14121 .ant-col-lg-order-13 {
14122 order: 13;
14123 }
14124 .ant-col-lg-12 {
14125 display: block;
14126 flex: 0 0 50%;
14127 max-width: 50%;
14128 }
14129 .ant-col-lg-push-12 {
14130 left: 50%;
14131 }
14132 .ant-col-lg-pull-12 {
14133 right: 50%;
14134 }
14135 .ant-col-lg-offset-12 {
14136 margin-left: 50%;
14137 }
14138 .ant-col-lg-order-12 {
14139 order: 12;
14140 }
14141 .ant-col-lg-11 {
14142 display: block;
14143 flex: 0 0 45.83333333%;
14144 max-width: 45.83333333%;
14145 }
14146 .ant-col-lg-push-11 {
14147 left: 45.83333333%;
14148 }
14149 .ant-col-lg-pull-11 {
14150 right: 45.83333333%;
14151 }
14152 .ant-col-lg-offset-11 {
14153 margin-left: 45.83333333%;
14154 }
14155 .ant-col-lg-order-11 {
14156 order: 11;
14157 }
14158 .ant-col-lg-10 {
14159 display: block;
14160 flex: 0 0 41.66666667%;
14161 max-width: 41.66666667%;
14162 }
14163 .ant-col-lg-push-10 {
14164 left: 41.66666667%;
14165 }
14166 .ant-col-lg-pull-10 {
14167 right: 41.66666667%;
14168 }
14169 .ant-col-lg-offset-10 {
14170 margin-left: 41.66666667%;
14171 }
14172 .ant-col-lg-order-10 {
14173 order: 10;
14174 }
14175 .ant-col-lg-9 {
14176 display: block;
14177 flex: 0 0 37.5%;
14178 max-width: 37.5%;
14179 }
14180 .ant-col-lg-push-9 {
14181 left: 37.5%;
14182 }
14183 .ant-col-lg-pull-9 {
14184 right: 37.5%;
14185 }
14186 .ant-col-lg-offset-9 {
14187 margin-left: 37.5%;
14188 }
14189 .ant-col-lg-order-9 {
14190 order: 9;
14191 }
14192 .ant-col-lg-8 {
14193 display: block;
14194 flex: 0 0 33.33333333%;
14195 max-width: 33.33333333%;
14196 }
14197 .ant-col-lg-push-8 {
14198 left: 33.33333333%;
14199 }
14200 .ant-col-lg-pull-8 {
14201 right: 33.33333333%;
14202 }
14203 .ant-col-lg-offset-8 {
14204 margin-left: 33.33333333%;
14205 }
14206 .ant-col-lg-order-8 {
14207 order: 8;
14208 }
14209 .ant-col-lg-7 {
14210 display: block;
14211 flex: 0 0 29.16666667%;
14212 max-width: 29.16666667%;
14213 }
14214 .ant-col-lg-push-7 {
14215 left: 29.16666667%;
14216 }
14217 .ant-col-lg-pull-7 {
14218 right: 29.16666667%;
14219 }
14220 .ant-col-lg-offset-7 {
14221 margin-left: 29.16666667%;
14222 }
14223 .ant-col-lg-order-7 {
14224 order: 7;
14225 }
14226 .ant-col-lg-6 {
14227 display: block;
14228 flex: 0 0 25%;
14229 max-width: 25%;
14230 }
14231 .ant-col-lg-push-6 {
14232 left: 25%;
14233 }
14234 .ant-col-lg-pull-6 {
14235 right: 25%;
14236 }
14237 .ant-col-lg-offset-6 {
14238 margin-left: 25%;
14239 }
14240 .ant-col-lg-order-6 {
14241 order: 6;
14242 }
14243 .ant-col-lg-5 {
14244 display: block;
14245 flex: 0 0 20.83333333%;
14246 max-width: 20.83333333%;
14247 }
14248 .ant-col-lg-push-5 {
14249 left: 20.83333333%;
14250 }
14251 .ant-col-lg-pull-5 {
14252 right: 20.83333333%;
14253 }
14254 .ant-col-lg-offset-5 {
14255 margin-left: 20.83333333%;
14256 }
14257 .ant-col-lg-order-5 {
14258 order: 5;
14259 }
14260 .ant-col-lg-4 {
14261 display: block;
14262 flex: 0 0 16.66666667%;
14263 max-width: 16.66666667%;
14264 }
14265 .ant-col-lg-push-4 {
14266 left: 16.66666667%;
14267 }
14268 .ant-col-lg-pull-4 {
14269 right: 16.66666667%;
14270 }
14271 .ant-col-lg-offset-4 {
14272 margin-left: 16.66666667%;
14273 }
14274 .ant-col-lg-order-4 {
14275 order: 4;
14276 }
14277 .ant-col-lg-3 {
14278 display: block;
14279 flex: 0 0 12.5%;
14280 max-width: 12.5%;
14281 }
14282 .ant-col-lg-push-3 {
14283 left: 12.5%;
14284 }
14285 .ant-col-lg-pull-3 {
14286 right: 12.5%;
14287 }
14288 .ant-col-lg-offset-3 {
14289 margin-left: 12.5%;
14290 }
14291 .ant-col-lg-order-3 {
14292 order: 3;
14293 }
14294 .ant-col-lg-2 {
14295 display: block;
14296 flex: 0 0 8.33333333%;
14297 max-width: 8.33333333%;
14298 }
14299 .ant-col-lg-push-2 {
14300 left: 8.33333333%;
14301 }
14302 .ant-col-lg-pull-2 {
14303 right: 8.33333333%;
14304 }
14305 .ant-col-lg-offset-2 {
14306 margin-left: 8.33333333%;
14307 }
14308 .ant-col-lg-order-2 {
14309 order: 2;
14310 }
14311 .ant-col-lg-1 {
14312 display: block;
14313 flex: 0 0 4.16666667%;
14314 max-width: 4.16666667%;
14315 }
14316 .ant-col-lg-push-1 {
14317 left: 4.16666667%;
14318 }
14319 .ant-col-lg-pull-1 {
14320 right: 4.16666667%;
14321 }
14322 .ant-col-lg-offset-1 {
14323 margin-left: 4.16666667%;
14324 }
14325 .ant-col-lg-order-1 {
14326 order: 1;
14327 }
14328 .ant-col-lg-0 {
14329 display: none;
14330 }
14331 .ant-col-push-0 {
14332 left: auto;
14333 }
14334 .ant-col-pull-0 {
14335 right: auto;
14336 }
14337 .ant-col-lg-push-0 {
14338 left: auto;
14339 }
14340 .ant-col-lg-pull-0 {
14341 right: auto;
14342 }
14343 .ant-col-lg-offset-0 {
14344 margin-left: 0;
14345 }
14346 .ant-col-lg-order-0 {
14347 order: 0;
14348 }
14349 .ant-col-push-0.ant-col-rtl {
14350 right: auto;
14351 }
14352 .ant-col-pull-0.ant-col-rtl {
14353 left: auto;
14354 }
14355 .ant-col-lg-push-0.ant-col-rtl {
14356 right: auto;
14357 }
14358 .ant-col-lg-pull-0.ant-col-rtl {
14359 left: auto;
14360 }
14361 .ant-col-lg-offset-0.ant-col-rtl {
14362 margin-right: 0;
14363 }
14364 .ant-col-lg-push-1.ant-col-rtl {
14365 right: 4.16666667%;
14366 left: auto;
14367 }
14368 .ant-col-lg-pull-1.ant-col-rtl {
14369 right: auto;
14370 left: 4.16666667%;
14371 }
14372 .ant-col-lg-offset-1.ant-col-rtl {
14373 margin-right: 4.16666667%;
14374 margin-left: 0;
14375 }
14376 .ant-col-lg-push-2.ant-col-rtl {
14377 right: 8.33333333%;
14378 left: auto;
14379 }
14380 .ant-col-lg-pull-2.ant-col-rtl {
14381 right: auto;
14382 left: 8.33333333%;
14383 }
14384 .ant-col-lg-offset-2.ant-col-rtl {
14385 margin-right: 8.33333333%;
14386 margin-left: 0;
14387 }
14388 .ant-col-lg-push-3.ant-col-rtl {
14389 right: 12.5%;
14390 left: auto;
14391 }
14392 .ant-col-lg-pull-3.ant-col-rtl {
14393 right: auto;
14394 left: 12.5%;
14395 }
14396 .ant-col-lg-offset-3.ant-col-rtl {
14397 margin-right: 12.5%;
14398 margin-left: 0;
14399 }
14400 .ant-col-lg-push-4.ant-col-rtl {
14401 right: 16.66666667%;
14402 left: auto;
14403 }
14404 .ant-col-lg-pull-4.ant-col-rtl {
14405 right: auto;
14406 left: 16.66666667%;
14407 }
14408 .ant-col-lg-offset-4.ant-col-rtl {
14409 margin-right: 16.66666667%;
14410 margin-left: 0;
14411 }
14412 .ant-col-lg-push-5.ant-col-rtl {
14413 right: 20.83333333%;
14414 left: auto;
14415 }
14416 .ant-col-lg-pull-5.ant-col-rtl {
14417 right: auto;
14418 left: 20.83333333%;
14419 }
14420 .ant-col-lg-offset-5.ant-col-rtl {
14421 margin-right: 20.83333333%;
14422 margin-left: 0;
14423 }
14424 .ant-col-lg-push-6.ant-col-rtl {
14425 right: 25%;
14426 left: auto;
14427 }
14428 .ant-col-lg-pull-6.ant-col-rtl {
14429 right: auto;
14430 left: 25%;
14431 }
14432 .ant-col-lg-offset-6.ant-col-rtl {
14433 margin-right: 25%;
14434 margin-left: 0;
14435 }
14436 .ant-col-lg-push-7.ant-col-rtl {
14437 right: 29.16666667%;
14438 left: auto;
14439 }
14440 .ant-col-lg-pull-7.ant-col-rtl {
14441 right: auto;
14442 left: 29.16666667%;
14443 }
14444 .ant-col-lg-offset-7.ant-col-rtl {
14445 margin-right: 29.16666667%;
14446 margin-left: 0;
14447 }
14448 .ant-col-lg-push-8.ant-col-rtl {
14449 right: 33.33333333%;
14450 left: auto;
14451 }
14452 .ant-col-lg-pull-8.ant-col-rtl {
14453 right: auto;
14454 left: 33.33333333%;
14455 }
14456 .ant-col-lg-offset-8.ant-col-rtl {
14457 margin-right: 33.33333333%;
14458 margin-left: 0;
14459 }
14460 .ant-col-lg-push-9.ant-col-rtl {
14461 right: 37.5%;
14462 left: auto;
14463 }
14464 .ant-col-lg-pull-9.ant-col-rtl {
14465 right: auto;
14466 left: 37.5%;
14467 }
14468 .ant-col-lg-offset-9.ant-col-rtl {
14469 margin-right: 37.5%;
14470 margin-left: 0;
14471 }
14472 .ant-col-lg-push-10.ant-col-rtl {
14473 right: 41.66666667%;
14474 left: auto;
14475 }
14476 .ant-col-lg-pull-10.ant-col-rtl {
14477 right: auto;
14478 left: 41.66666667%;
14479 }
14480 .ant-col-lg-offset-10.ant-col-rtl {
14481 margin-right: 41.66666667%;
14482 margin-left: 0;
14483 }
14484 .ant-col-lg-push-11.ant-col-rtl {
14485 right: 45.83333333%;
14486 left: auto;
14487 }
14488 .ant-col-lg-pull-11.ant-col-rtl {
14489 right: auto;
14490 left: 45.83333333%;
14491 }
14492 .ant-col-lg-offset-11.ant-col-rtl {
14493 margin-right: 45.83333333%;
14494 margin-left: 0;
14495 }
14496 .ant-col-lg-push-12.ant-col-rtl {
14497 right: 50%;
14498 left: auto;
14499 }
14500 .ant-col-lg-pull-12.ant-col-rtl {
14501 right: auto;
14502 left: 50%;
14503 }
14504 .ant-col-lg-offset-12.ant-col-rtl {
14505 margin-right: 50%;
14506 margin-left: 0;
14507 }
14508 .ant-col-lg-push-13.ant-col-rtl {
14509 right: 54.16666667%;
14510 left: auto;
14511 }
14512 .ant-col-lg-pull-13.ant-col-rtl {
14513 right: auto;
14514 left: 54.16666667%;
14515 }
14516 .ant-col-lg-offset-13.ant-col-rtl {
14517 margin-right: 54.16666667%;
14518 margin-left: 0;
14519 }
14520 .ant-col-lg-push-14.ant-col-rtl {
14521 right: 58.33333333%;
14522 left: auto;
14523 }
14524 .ant-col-lg-pull-14.ant-col-rtl {
14525 right: auto;
14526 left: 58.33333333%;
14527 }
14528 .ant-col-lg-offset-14.ant-col-rtl {
14529 margin-right: 58.33333333%;
14530 margin-left: 0;
14531 }
14532 .ant-col-lg-push-15.ant-col-rtl {
14533 right: 62.5%;
14534 left: auto;
14535 }
14536 .ant-col-lg-pull-15.ant-col-rtl {
14537 right: auto;
14538 left: 62.5%;
14539 }
14540 .ant-col-lg-offset-15.ant-col-rtl {
14541 margin-right: 62.5%;
14542 margin-left: 0;
14543 }
14544 .ant-col-lg-push-16.ant-col-rtl {
14545 right: 66.66666667%;
14546 left: auto;
14547 }
14548 .ant-col-lg-pull-16.ant-col-rtl {
14549 right: auto;
14550 left: 66.66666667%;
14551 }
14552 .ant-col-lg-offset-16.ant-col-rtl {
14553 margin-right: 66.66666667%;
14554 margin-left: 0;
14555 }
14556 .ant-col-lg-push-17.ant-col-rtl {
14557 right: 70.83333333%;
14558 left: auto;
14559 }
14560 .ant-col-lg-pull-17.ant-col-rtl {
14561 right: auto;
14562 left: 70.83333333%;
14563 }
14564 .ant-col-lg-offset-17.ant-col-rtl {
14565 margin-right: 70.83333333%;
14566 margin-left: 0;
14567 }
14568 .ant-col-lg-push-18.ant-col-rtl {
14569 right: 75%;
14570 left: auto;
14571 }
14572 .ant-col-lg-pull-18.ant-col-rtl {
14573 right: auto;
14574 left: 75%;
14575 }
14576 .ant-col-lg-offset-18.ant-col-rtl {
14577 margin-right: 75%;
14578 margin-left: 0;
14579 }
14580 .ant-col-lg-push-19.ant-col-rtl {
14581 right: 79.16666667%;
14582 left: auto;
14583 }
14584 .ant-col-lg-pull-19.ant-col-rtl {
14585 right: auto;
14586 left: 79.16666667%;
14587 }
14588 .ant-col-lg-offset-19.ant-col-rtl {
14589 margin-right: 79.16666667%;
14590 margin-left: 0;
14591 }
14592 .ant-col-lg-push-20.ant-col-rtl {
14593 right: 83.33333333%;
14594 left: auto;
14595 }
14596 .ant-col-lg-pull-20.ant-col-rtl {
14597 right: auto;
14598 left: 83.33333333%;
14599 }
14600 .ant-col-lg-offset-20.ant-col-rtl {
14601 margin-right: 83.33333333%;
14602 margin-left: 0;
14603 }
14604 .ant-col-lg-push-21.ant-col-rtl {
14605 right: 87.5%;
14606 left: auto;
14607 }
14608 .ant-col-lg-pull-21.ant-col-rtl {
14609 right: auto;
14610 left: 87.5%;
14611 }
14612 .ant-col-lg-offset-21.ant-col-rtl {
14613 margin-right: 87.5%;
14614 margin-left: 0;
14615 }
14616 .ant-col-lg-push-22.ant-col-rtl {
14617 right: 91.66666667%;
14618 left: auto;
14619 }
14620 .ant-col-lg-pull-22.ant-col-rtl {
14621 right: auto;
14622 left: 91.66666667%;
14623 }
14624 .ant-col-lg-offset-22.ant-col-rtl {
14625 margin-right: 91.66666667%;
14626 margin-left: 0;
14627 }
14628 .ant-col-lg-push-23.ant-col-rtl {
14629 right: 95.83333333%;
14630 left: auto;
14631 }
14632 .ant-col-lg-pull-23.ant-col-rtl {
14633 right: auto;
14634 left: 95.83333333%;
14635 }
14636 .ant-col-lg-offset-23.ant-col-rtl {
14637 margin-right: 95.83333333%;
14638 margin-left: 0;
14639 }
14640 .ant-col-lg-push-24.ant-col-rtl {
14641 right: 100%;
14642 left: auto;
14643 }
14644 .ant-col-lg-pull-24.ant-col-rtl {
14645 right: auto;
14646 left: 100%;
14647 }
14648 .ant-col-lg-offset-24.ant-col-rtl {
14649 margin-right: 100%;
14650 margin-left: 0;
14651 }
14652}
14653@media (min-width: 1200px) {
14654 .ant-col-xl-24 {
14655 display: block;
14656 flex: 0 0 100%;
14657 max-width: 100%;
14658 }
14659 .ant-col-xl-push-24 {
14660 left: 100%;
14661 }
14662 .ant-col-xl-pull-24 {
14663 right: 100%;
14664 }
14665 .ant-col-xl-offset-24 {
14666 margin-left: 100%;
14667 }
14668 .ant-col-xl-order-24 {
14669 order: 24;
14670 }
14671 .ant-col-xl-23 {
14672 display: block;
14673 flex: 0 0 95.83333333%;
14674 max-width: 95.83333333%;
14675 }
14676 .ant-col-xl-push-23 {
14677 left: 95.83333333%;
14678 }
14679 .ant-col-xl-pull-23 {
14680 right: 95.83333333%;
14681 }
14682 .ant-col-xl-offset-23 {
14683 margin-left: 95.83333333%;
14684 }
14685 .ant-col-xl-order-23 {
14686 order: 23;
14687 }
14688 .ant-col-xl-22 {
14689 display: block;
14690 flex: 0 0 91.66666667%;
14691 max-width: 91.66666667%;
14692 }
14693 .ant-col-xl-push-22 {
14694 left: 91.66666667%;
14695 }
14696 .ant-col-xl-pull-22 {
14697 right: 91.66666667%;
14698 }
14699 .ant-col-xl-offset-22 {
14700 margin-left: 91.66666667%;
14701 }
14702 .ant-col-xl-order-22 {
14703 order: 22;
14704 }
14705 .ant-col-xl-21 {
14706 display: block;
14707 flex: 0 0 87.5%;
14708 max-width: 87.5%;
14709 }
14710 .ant-col-xl-push-21 {
14711 left: 87.5%;
14712 }
14713 .ant-col-xl-pull-21 {
14714 right: 87.5%;
14715 }
14716 .ant-col-xl-offset-21 {
14717 margin-left: 87.5%;
14718 }
14719 .ant-col-xl-order-21 {
14720 order: 21;
14721 }
14722 .ant-col-xl-20 {
14723 display: block;
14724 flex: 0 0 83.33333333%;
14725 max-width: 83.33333333%;
14726 }
14727 .ant-col-xl-push-20 {
14728 left: 83.33333333%;
14729 }
14730 .ant-col-xl-pull-20 {
14731 right: 83.33333333%;
14732 }
14733 .ant-col-xl-offset-20 {
14734 margin-left: 83.33333333%;
14735 }
14736 .ant-col-xl-order-20 {
14737 order: 20;
14738 }
14739 .ant-col-xl-19 {
14740 display: block;
14741 flex: 0 0 79.16666667%;
14742 max-width: 79.16666667%;
14743 }
14744 .ant-col-xl-push-19 {
14745 left: 79.16666667%;
14746 }
14747 .ant-col-xl-pull-19 {
14748 right: 79.16666667%;
14749 }
14750 .ant-col-xl-offset-19 {
14751 margin-left: 79.16666667%;
14752 }
14753 .ant-col-xl-order-19 {
14754 order: 19;
14755 }
14756 .ant-col-xl-18 {
14757 display: block;
14758 flex: 0 0 75%;
14759 max-width: 75%;
14760 }
14761 .ant-col-xl-push-18 {
14762 left: 75%;
14763 }
14764 .ant-col-xl-pull-18 {
14765 right: 75%;
14766 }
14767 .ant-col-xl-offset-18 {
14768 margin-left: 75%;
14769 }
14770 .ant-col-xl-order-18 {
14771 order: 18;
14772 }
14773 .ant-col-xl-17 {
14774 display: block;
14775 flex: 0 0 70.83333333%;
14776 max-width: 70.83333333%;
14777 }
14778 .ant-col-xl-push-17 {
14779 left: 70.83333333%;
14780 }
14781 .ant-col-xl-pull-17 {
14782 right: 70.83333333%;
14783 }
14784 .ant-col-xl-offset-17 {
14785 margin-left: 70.83333333%;
14786 }
14787 .ant-col-xl-order-17 {
14788 order: 17;
14789 }
14790 .ant-col-xl-16 {
14791 display: block;
14792 flex: 0 0 66.66666667%;
14793 max-width: 66.66666667%;
14794 }
14795 .ant-col-xl-push-16 {
14796 left: 66.66666667%;
14797 }
14798 .ant-col-xl-pull-16 {
14799 right: 66.66666667%;
14800 }
14801 .ant-col-xl-offset-16 {
14802 margin-left: 66.66666667%;
14803 }
14804 .ant-col-xl-order-16 {
14805 order: 16;
14806 }
14807 .ant-col-xl-15 {
14808 display: block;
14809 flex: 0 0 62.5%;
14810 max-width: 62.5%;
14811 }
14812 .ant-col-xl-push-15 {
14813 left: 62.5%;
14814 }
14815 .ant-col-xl-pull-15 {
14816 right: 62.5%;
14817 }
14818 .ant-col-xl-offset-15 {
14819 margin-left: 62.5%;
14820 }
14821 .ant-col-xl-order-15 {
14822 order: 15;
14823 }
14824 .ant-col-xl-14 {
14825 display: block;
14826 flex: 0 0 58.33333333%;
14827 max-width: 58.33333333%;
14828 }
14829 .ant-col-xl-push-14 {
14830 left: 58.33333333%;
14831 }
14832 .ant-col-xl-pull-14 {
14833 right: 58.33333333%;
14834 }
14835 .ant-col-xl-offset-14 {
14836 margin-left: 58.33333333%;
14837 }
14838 .ant-col-xl-order-14 {
14839 order: 14;
14840 }
14841 .ant-col-xl-13 {
14842 display: block;
14843 flex: 0 0 54.16666667%;
14844 max-width: 54.16666667%;
14845 }
14846 .ant-col-xl-push-13 {
14847 left: 54.16666667%;
14848 }
14849 .ant-col-xl-pull-13 {
14850 right: 54.16666667%;
14851 }
14852 .ant-col-xl-offset-13 {
14853 margin-left: 54.16666667%;
14854 }
14855 .ant-col-xl-order-13 {
14856 order: 13;
14857 }
14858 .ant-col-xl-12 {
14859 display: block;
14860 flex: 0 0 50%;
14861 max-width: 50%;
14862 }
14863 .ant-col-xl-push-12 {
14864 left: 50%;
14865 }
14866 .ant-col-xl-pull-12 {
14867 right: 50%;
14868 }
14869 .ant-col-xl-offset-12 {
14870 margin-left: 50%;
14871 }
14872 .ant-col-xl-order-12 {
14873 order: 12;
14874 }
14875 .ant-col-xl-11 {
14876 display: block;
14877 flex: 0 0 45.83333333%;
14878 max-width: 45.83333333%;
14879 }
14880 .ant-col-xl-push-11 {
14881 left: 45.83333333%;
14882 }
14883 .ant-col-xl-pull-11 {
14884 right: 45.83333333%;
14885 }
14886 .ant-col-xl-offset-11 {
14887 margin-left: 45.83333333%;
14888 }
14889 .ant-col-xl-order-11 {
14890 order: 11;
14891 }
14892 .ant-col-xl-10 {
14893 display: block;
14894 flex: 0 0 41.66666667%;
14895 max-width: 41.66666667%;
14896 }
14897 .ant-col-xl-push-10 {
14898 left: 41.66666667%;
14899 }
14900 .ant-col-xl-pull-10 {
14901 right: 41.66666667%;
14902 }
14903 .ant-col-xl-offset-10 {
14904 margin-left: 41.66666667%;
14905 }
14906 .ant-col-xl-order-10 {
14907 order: 10;
14908 }
14909 .ant-col-xl-9 {
14910 display: block;
14911 flex: 0 0 37.5%;
14912 max-width: 37.5%;
14913 }
14914 .ant-col-xl-push-9 {
14915 left: 37.5%;
14916 }
14917 .ant-col-xl-pull-9 {
14918 right: 37.5%;
14919 }
14920 .ant-col-xl-offset-9 {
14921 margin-left: 37.5%;
14922 }
14923 .ant-col-xl-order-9 {
14924 order: 9;
14925 }
14926 .ant-col-xl-8 {
14927 display: block;
14928 flex: 0 0 33.33333333%;
14929 max-width: 33.33333333%;
14930 }
14931 .ant-col-xl-push-8 {
14932 left: 33.33333333%;
14933 }
14934 .ant-col-xl-pull-8 {
14935 right: 33.33333333%;
14936 }
14937 .ant-col-xl-offset-8 {
14938 margin-left: 33.33333333%;
14939 }
14940 .ant-col-xl-order-8 {
14941 order: 8;
14942 }
14943 .ant-col-xl-7 {
14944 display: block;
14945 flex: 0 0 29.16666667%;
14946 max-width: 29.16666667%;
14947 }
14948 .ant-col-xl-push-7 {
14949 left: 29.16666667%;
14950 }
14951 .ant-col-xl-pull-7 {
14952 right: 29.16666667%;
14953 }
14954 .ant-col-xl-offset-7 {
14955 margin-left: 29.16666667%;
14956 }
14957 .ant-col-xl-order-7 {
14958 order: 7;
14959 }
14960 .ant-col-xl-6 {
14961 display: block;
14962 flex: 0 0 25%;
14963 max-width: 25%;
14964 }
14965 .ant-col-xl-push-6 {
14966 left: 25%;
14967 }
14968 .ant-col-xl-pull-6 {
14969 right: 25%;
14970 }
14971 .ant-col-xl-offset-6 {
14972 margin-left: 25%;
14973 }
14974 .ant-col-xl-order-6 {
14975 order: 6;
14976 }
14977 .ant-col-xl-5 {
14978 display: block;
14979 flex: 0 0 20.83333333%;
14980 max-width: 20.83333333%;
14981 }
14982 .ant-col-xl-push-5 {
14983 left: 20.83333333%;
14984 }
14985 .ant-col-xl-pull-5 {
14986 right: 20.83333333%;
14987 }
14988 .ant-col-xl-offset-5 {
14989 margin-left: 20.83333333%;
14990 }
14991 .ant-col-xl-order-5 {
14992 order: 5;
14993 }
14994 .ant-col-xl-4 {
14995 display: block;
14996 flex: 0 0 16.66666667%;
14997 max-width: 16.66666667%;
14998 }
14999 .ant-col-xl-push-4 {
15000 left: 16.66666667%;
15001 }
15002 .ant-col-xl-pull-4 {
15003 right: 16.66666667%;
15004 }
15005 .ant-col-xl-offset-4 {
15006 margin-left: 16.66666667%;
15007 }
15008 .ant-col-xl-order-4 {
15009 order: 4;
15010 }
15011 .ant-col-xl-3 {
15012 display: block;
15013 flex: 0 0 12.5%;
15014 max-width: 12.5%;
15015 }
15016 .ant-col-xl-push-3 {
15017 left: 12.5%;
15018 }
15019 .ant-col-xl-pull-3 {
15020 right: 12.5%;
15021 }
15022 .ant-col-xl-offset-3 {
15023 margin-left: 12.5%;
15024 }
15025 .ant-col-xl-order-3 {
15026 order: 3;
15027 }
15028 .ant-col-xl-2 {
15029 display: block;
15030 flex: 0 0 8.33333333%;
15031 max-width: 8.33333333%;
15032 }
15033 .ant-col-xl-push-2 {
15034 left: 8.33333333%;
15035 }
15036 .ant-col-xl-pull-2 {
15037 right: 8.33333333%;
15038 }
15039 .ant-col-xl-offset-2 {
15040 margin-left: 8.33333333%;
15041 }
15042 .ant-col-xl-order-2 {
15043 order: 2;
15044 }
15045 .ant-col-xl-1 {
15046 display: block;
15047 flex: 0 0 4.16666667%;
15048 max-width: 4.16666667%;
15049 }
15050 .ant-col-xl-push-1 {
15051 left: 4.16666667%;
15052 }
15053 .ant-col-xl-pull-1 {
15054 right: 4.16666667%;
15055 }
15056 .ant-col-xl-offset-1 {
15057 margin-left: 4.16666667%;
15058 }
15059 .ant-col-xl-order-1 {
15060 order: 1;
15061 }
15062 .ant-col-xl-0 {
15063 display: none;
15064 }
15065 .ant-col-push-0 {
15066 left: auto;
15067 }
15068 .ant-col-pull-0 {
15069 right: auto;
15070 }
15071 .ant-col-xl-push-0 {
15072 left: auto;
15073 }
15074 .ant-col-xl-pull-0 {
15075 right: auto;
15076 }
15077 .ant-col-xl-offset-0 {
15078 margin-left: 0;
15079 }
15080 .ant-col-xl-order-0 {
15081 order: 0;
15082 }
15083 .ant-col-push-0.ant-col-rtl {
15084 right: auto;
15085 }
15086 .ant-col-pull-0.ant-col-rtl {
15087 left: auto;
15088 }
15089 .ant-col-xl-push-0.ant-col-rtl {
15090 right: auto;
15091 }
15092 .ant-col-xl-pull-0.ant-col-rtl {
15093 left: auto;
15094 }
15095 .ant-col-xl-offset-0.ant-col-rtl {
15096 margin-right: 0;
15097 }
15098 .ant-col-xl-push-1.ant-col-rtl {
15099 right: 4.16666667%;
15100 left: auto;
15101 }
15102 .ant-col-xl-pull-1.ant-col-rtl {
15103 right: auto;
15104 left: 4.16666667%;
15105 }
15106 .ant-col-xl-offset-1.ant-col-rtl {
15107 margin-right: 4.16666667%;
15108 margin-left: 0;
15109 }
15110 .ant-col-xl-push-2.ant-col-rtl {
15111 right: 8.33333333%;
15112 left: auto;
15113 }
15114 .ant-col-xl-pull-2.ant-col-rtl {
15115 right: auto;
15116 left: 8.33333333%;
15117 }
15118 .ant-col-xl-offset-2.ant-col-rtl {
15119 margin-right: 8.33333333%;
15120 margin-left: 0;
15121 }
15122 .ant-col-xl-push-3.ant-col-rtl {
15123 right: 12.5%;
15124 left: auto;
15125 }
15126 .ant-col-xl-pull-3.ant-col-rtl {
15127 right: auto;
15128 left: 12.5%;
15129 }
15130 .ant-col-xl-offset-3.ant-col-rtl {
15131 margin-right: 12.5%;
15132 margin-left: 0;
15133 }
15134 .ant-col-xl-push-4.ant-col-rtl {
15135 right: 16.66666667%;
15136 left: auto;
15137 }
15138 .ant-col-xl-pull-4.ant-col-rtl {
15139 right: auto;
15140 left: 16.66666667%;
15141 }
15142 .ant-col-xl-offset-4.ant-col-rtl {
15143 margin-right: 16.66666667%;
15144 margin-left: 0;
15145 }
15146 .ant-col-xl-push-5.ant-col-rtl {
15147 right: 20.83333333%;
15148 left: auto;
15149 }
15150 .ant-col-xl-pull-5.ant-col-rtl {
15151 right: auto;
15152 left: 20.83333333%;
15153 }
15154 .ant-col-xl-offset-5.ant-col-rtl {
15155 margin-right: 20.83333333%;
15156 margin-left: 0;
15157 }
15158 .ant-col-xl-push-6.ant-col-rtl {
15159 right: 25%;
15160 left: auto;
15161 }
15162 .ant-col-xl-pull-6.ant-col-rtl {
15163 right: auto;
15164 left: 25%;
15165 }
15166 .ant-col-xl-offset-6.ant-col-rtl {
15167 margin-right: 25%;
15168 margin-left: 0;
15169 }
15170 .ant-col-xl-push-7.ant-col-rtl {
15171 right: 29.16666667%;
15172 left: auto;
15173 }
15174 .ant-col-xl-pull-7.ant-col-rtl {
15175 right: auto;
15176 left: 29.16666667%;
15177 }
15178 .ant-col-xl-offset-7.ant-col-rtl {
15179 margin-right: 29.16666667%;
15180 margin-left: 0;
15181 }
15182 .ant-col-xl-push-8.ant-col-rtl {
15183 right: 33.33333333%;
15184 left: auto;
15185 }
15186 .ant-col-xl-pull-8.ant-col-rtl {
15187 right: auto;
15188 left: 33.33333333%;
15189 }
15190 .ant-col-xl-offset-8.ant-col-rtl {
15191 margin-right: 33.33333333%;
15192 margin-left: 0;
15193 }
15194 .ant-col-xl-push-9.ant-col-rtl {
15195 right: 37.5%;
15196 left: auto;
15197 }
15198 .ant-col-xl-pull-9.ant-col-rtl {
15199 right: auto;
15200 left: 37.5%;
15201 }
15202 .ant-col-xl-offset-9.ant-col-rtl {
15203 margin-right: 37.5%;
15204 margin-left: 0;
15205 }
15206 .ant-col-xl-push-10.ant-col-rtl {
15207 right: 41.66666667%;
15208 left: auto;
15209 }
15210 .ant-col-xl-pull-10.ant-col-rtl {
15211 right: auto;
15212 left: 41.66666667%;
15213 }
15214 .ant-col-xl-offset-10.ant-col-rtl {
15215 margin-right: 41.66666667%;
15216 margin-left: 0;
15217 }
15218 .ant-col-xl-push-11.ant-col-rtl {
15219 right: 45.83333333%;
15220 left: auto;
15221 }
15222 .ant-col-xl-pull-11.ant-col-rtl {
15223 right: auto;
15224 left: 45.83333333%;
15225 }
15226 .ant-col-xl-offset-11.ant-col-rtl {
15227 margin-right: 45.83333333%;
15228 margin-left: 0;
15229 }
15230 .ant-col-xl-push-12.ant-col-rtl {
15231 right: 50%;
15232 left: auto;
15233 }
15234 .ant-col-xl-pull-12.ant-col-rtl {
15235 right: auto;
15236 left: 50%;
15237 }
15238 .ant-col-xl-offset-12.ant-col-rtl {
15239 margin-right: 50%;
15240 margin-left: 0;
15241 }
15242 .ant-col-xl-push-13.ant-col-rtl {
15243 right: 54.16666667%;
15244 left: auto;
15245 }
15246 .ant-col-xl-pull-13.ant-col-rtl {
15247 right: auto;
15248 left: 54.16666667%;
15249 }
15250 .ant-col-xl-offset-13.ant-col-rtl {
15251 margin-right: 54.16666667%;
15252 margin-left: 0;
15253 }
15254 .ant-col-xl-push-14.ant-col-rtl {
15255 right: 58.33333333%;
15256 left: auto;
15257 }
15258 .ant-col-xl-pull-14.ant-col-rtl {
15259 right: auto;
15260 left: 58.33333333%;
15261 }
15262 .ant-col-xl-offset-14.ant-col-rtl {
15263 margin-right: 58.33333333%;
15264 margin-left: 0;
15265 }
15266 .ant-col-xl-push-15.ant-col-rtl {
15267 right: 62.5%;
15268 left: auto;
15269 }
15270 .ant-col-xl-pull-15.ant-col-rtl {
15271 right: auto;
15272 left: 62.5%;
15273 }
15274 .ant-col-xl-offset-15.ant-col-rtl {
15275 margin-right: 62.5%;
15276 margin-left: 0;
15277 }
15278 .ant-col-xl-push-16.ant-col-rtl {
15279 right: 66.66666667%;
15280 left: auto;
15281 }
15282 .ant-col-xl-pull-16.ant-col-rtl {
15283 right: auto;
15284 left: 66.66666667%;
15285 }
15286 .ant-col-xl-offset-16.ant-col-rtl {
15287 margin-right: 66.66666667%;
15288 margin-left: 0;
15289 }
15290 .ant-col-xl-push-17.ant-col-rtl {
15291 right: 70.83333333%;
15292 left: auto;
15293 }
15294 .ant-col-xl-pull-17.ant-col-rtl {
15295 right: auto;
15296 left: 70.83333333%;
15297 }
15298 .ant-col-xl-offset-17.ant-col-rtl {
15299 margin-right: 70.83333333%;
15300 margin-left: 0;
15301 }
15302 .ant-col-xl-push-18.ant-col-rtl {
15303 right: 75%;
15304 left: auto;
15305 }
15306 .ant-col-xl-pull-18.ant-col-rtl {
15307 right: auto;
15308 left: 75%;
15309 }
15310 .ant-col-xl-offset-18.ant-col-rtl {
15311 margin-right: 75%;
15312 margin-left: 0;
15313 }
15314 .ant-col-xl-push-19.ant-col-rtl {
15315 right: 79.16666667%;
15316 left: auto;
15317 }
15318 .ant-col-xl-pull-19.ant-col-rtl {
15319 right: auto;
15320 left: 79.16666667%;
15321 }
15322 .ant-col-xl-offset-19.ant-col-rtl {
15323 margin-right: 79.16666667%;
15324 margin-left: 0;
15325 }
15326 .ant-col-xl-push-20.ant-col-rtl {
15327 right: 83.33333333%;
15328 left: auto;
15329 }
15330 .ant-col-xl-pull-20.ant-col-rtl {
15331 right: auto;
15332 left: 83.33333333%;
15333 }
15334 .ant-col-xl-offset-20.ant-col-rtl {
15335 margin-right: 83.33333333%;
15336 margin-left: 0;
15337 }
15338 .ant-col-xl-push-21.ant-col-rtl {
15339 right: 87.5%;
15340 left: auto;
15341 }
15342 .ant-col-xl-pull-21.ant-col-rtl {
15343 right: auto;
15344 left: 87.5%;
15345 }
15346 .ant-col-xl-offset-21.ant-col-rtl {
15347 margin-right: 87.5%;
15348 margin-left: 0;
15349 }
15350 .ant-col-xl-push-22.ant-col-rtl {
15351 right: 91.66666667%;
15352 left: auto;
15353 }
15354 .ant-col-xl-pull-22.ant-col-rtl {
15355 right: auto;
15356 left: 91.66666667%;
15357 }
15358 .ant-col-xl-offset-22.ant-col-rtl {
15359 margin-right: 91.66666667%;
15360 margin-left: 0;
15361 }
15362 .ant-col-xl-push-23.ant-col-rtl {
15363 right: 95.83333333%;
15364 left: auto;
15365 }
15366 .ant-col-xl-pull-23.ant-col-rtl {
15367 right: auto;
15368 left: 95.83333333%;
15369 }
15370 .ant-col-xl-offset-23.ant-col-rtl {
15371 margin-right: 95.83333333%;
15372 margin-left: 0;
15373 }
15374 .ant-col-xl-push-24.ant-col-rtl {
15375 right: 100%;
15376 left: auto;
15377 }
15378 .ant-col-xl-pull-24.ant-col-rtl {
15379 right: auto;
15380 left: 100%;
15381 }
15382 .ant-col-xl-offset-24.ant-col-rtl {
15383 margin-right: 100%;
15384 margin-left: 0;
15385 }
15386}
15387@media (min-width: 1600px) {
15388 .ant-col-xxl-24 {
15389 display: block;
15390 flex: 0 0 100%;
15391 max-width: 100%;
15392 }
15393 .ant-col-xxl-push-24 {
15394 left: 100%;
15395 }
15396 .ant-col-xxl-pull-24 {
15397 right: 100%;
15398 }
15399 .ant-col-xxl-offset-24 {
15400 margin-left: 100%;
15401 }
15402 .ant-col-xxl-order-24 {
15403 order: 24;
15404 }
15405 .ant-col-xxl-23 {
15406 display: block;
15407 flex: 0 0 95.83333333%;
15408 max-width: 95.83333333%;
15409 }
15410 .ant-col-xxl-push-23 {
15411 left: 95.83333333%;
15412 }
15413 .ant-col-xxl-pull-23 {
15414 right: 95.83333333%;
15415 }
15416 .ant-col-xxl-offset-23 {
15417 margin-left: 95.83333333%;
15418 }
15419 .ant-col-xxl-order-23 {
15420 order: 23;
15421 }
15422 .ant-col-xxl-22 {
15423 display: block;
15424 flex: 0 0 91.66666667%;
15425 max-width: 91.66666667%;
15426 }
15427 .ant-col-xxl-push-22 {
15428 left: 91.66666667%;
15429 }
15430 .ant-col-xxl-pull-22 {
15431 right: 91.66666667%;
15432 }
15433 .ant-col-xxl-offset-22 {
15434 margin-left: 91.66666667%;
15435 }
15436 .ant-col-xxl-order-22 {
15437 order: 22;
15438 }
15439 .ant-col-xxl-21 {
15440 display: block;
15441 flex: 0 0 87.5%;
15442 max-width: 87.5%;
15443 }
15444 .ant-col-xxl-push-21 {
15445 left: 87.5%;
15446 }
15447 .ant-col-xxl-pull-21 {
15448 right: 87.5%;
15449 }
15450 .ant-col-xxl-offset-21 {
15451 margin-left: 87.5%;
15452 }
15453 .ant-col-xxl-order-21 {
15454 order: 21;
15455 }
15456 .ant-col-xxl-20 {
15457 display: block;
15458 flex: 0 0 83.33333333%;
15459 max-width: 83.33333333%;
15460 }
15461 .ant-col-xxl-push-20 {
15462 left: 83.33333333%;
15463 }
15464 .ant-col-xxl-pull-20 {
15465 right: 83.33333333%;
15466 }
15467 .ant-col-xxl-offset-20 {
15468 margin-left: 83.33333333%;
15469 }
15470 .ant-col-xxl-order-20 {
15471 order: 20;
15472 }
15473 .ant-col-xxl-19 {
15474 display: block;
15475 flex: 0 0 79.16666667%;
15476 max-width: 79.16666667%;
15477 }
15478 .ant-col-xxl-push-19 {
15479 left: 79.16666667%;
15480 }
15481 .ant-col-xxl-pull-19 {
15482 right: 79.16666667%;
15483 }
15484 .ant-col-xxl-offset-19 {
15485 margin-left: 79.16666667%;
15486 }
15487 .ant-col-xxl-order-19 {
15488 order: 19;
15489 }
15490 .ant-col-xxl-18 {
15491 display: block;
15492 flex: 0 0 75%;
15493 max-width: 75%;
15494 }
15495 .ant-col-xxl-push-18 {
15496 left: 75%;
15497 }
15498 .ant-col-xxl-pull-18 {
15499 right: 75%;
15500 }
15501 .ant-col-xxl-offset-18 {
15502 margin-left: 75%;
15503 }
15504 .ant-col-xxl-order-18 {
15505 order: 18;
15506 }
15507 .ant-col-xxl-17 {
15508 display: block;
15509 flex: 0 0 70.83333333%;
15510 max-width: 70.83333333%;
15511 }
15512 .ant-col-xxl-push-17 {
15513 left: 70.83333333%;
15514 }
15515 .ant-col-xxl-pull-17 {
15516 right: 70.83333333%;
15517 }
15518 .ant-col-xxl-offset-17 {
15519 margin-left: 70.83333333%;
15520 }
15521 .ant-col-xxl-order-17 {
15522 order: 17;
15523 }
15524 .ant-col-xxl-16 {
15525 display: block;
15526 flex: 0 0 66.66666667%;
15527 max-width: 66.66666667%;
15528 }
15529 .ant-col-xxl-push-16 {
15530 left: 66.66666667%;
15531 }
15532 .ant-col-xxl-pull-16 {
15533 right: 66.66666667%;
15534 }
15535 .ant-col-xxl-offset-16 {
15536 margin-left: 66.66666667%;
15537 }
15538 .ant-col-xxl-order-16 {
15539 order: 16;
15540 }
15541 .ant-col-xxl-15 {
15542 display: block;
15543 flex: 0 0 62.5%;
15544 max-width: 62.5%;
15545 }
15546 .ant-col-xxl-push-15 {
15547 left: 62.5%;
15548 }
15549 .ant-col-xxl-pull-15 {
15550 right: 62.5%;
15551 }
15552 .ant-col-xxl-offset-15 {
15553 margin-left: 62.5%;
15554 }
15555 .ant-col-xxl-order-15 {
15556 order: 15;
15557 }
15558 .ant-col-xxl-14 {
15559 display: block;
15560 flex: 0 0 58.33333333%;
15561 max-width: 58.33333333%;
15562 }
15563 .ant-col-xxl-push-14 {
15564 left: 58.33333333%;
15565 }
15566 .ant-col-xxl-pull-14 {
15567 right: 58.33333333%;
15568 }
15569 .ant-col-xxl-offset-14 {
15570 margin-left: 58.33333333%;
15571 }
15572 .ant-col-xxl-order-14 {
15573 order: 14;
15574 }
15575 .ant-col-xxl-13 {
15576 display: block;
15577 flex: 0 0 54.16666667%;
15578 max-width: 54.16666667%;
15579 }
15580 .ant-col-xxl-push-13 {
15581 left: 54.16666667%;
15582 }
15583 .ant-col-xxl-pull-13 {
15584 right: 54.16666667%;
15585 }
15586 .ant-col-xxl-offset-13 {
15587 margin-left: 54.16666667%;
15588 }
15589 .ant-col-xxl-order-13 {
15590 order: 13;
15591 }
15592 .ant-col-xxl-12 {
15593 display: block;
15594 flex: 0 0 50%;
15595 max-width: 50%;
15596 }
15597 .ant-col-xxl-push-12 {
15598 left: 50%;
15599 }
15600 .ant-col-xxl-pull-12 {
15601 right: 50%;
15602 }
15603 .ant-col-xxl-offset-12 {
15604 margin-left: 50%;
15605 }
15606 .ant-col-xxl-order-12 {
15607 order: 12;
15608 }
15609 .ant-col-xxl-11 {
15610 display: block;
15611 flex: 0 0 45.83333333%;
15612 max-width: 45.83333333%;
15613 }
15614 .ant-col-xxl-push-11 {
15615 left: 45.83333333%;
15616 }
15617 .ant-col-xxl-pull-11 {
15618 right: 45.83333333%;
15619 }
15620 .ant-col-xxl-offset-11 {
15621 margin-left: 45.83333333%;
15622 }
15623 .ant-col-xxl-order-11 {
15624 order: 11;
15625 }
15626 .ant-col-xxl-10 {
15627 display: block;
15628 flex: 0 0 41.66666667%;
15629 max-width: 41.66666667%;
15630 }
15631 .ant-col-xxl-push-10 {
15632 left: 41.66666667%;
15633 }
15634 .ant-col-xxl-pull-10 {
15635 right: 41.66666667%;
15636 }
15637 .ant-col-xxl-offset-10 {
15638 margin-left: 41.66666667%;
15639 }
15640 .ant-col-xxl-order-10 {
15641 order: 10;
15642 }
15643 .ant-col-xxl-9 {
15644 display: block;
15645 flex: 0 0 37.5%;
15646 max-width: 37.5%;
15647 }
15648 .ant-col-xxl-push-9 {
15649 left: 37.5%;
15650 }
15651 .ant-col-xxl-pull-9 {
15652 right: 37.5%;
15653 }
15654 .ant-col-xxl-offset-9 {
15655 margin-left: 37.5%;
15656 }
15657 .ant-col-xxl-order-9 {
15658 order: 9;
15659 }
15660 .ant-col-xxl-8 {
15661 display: block;
15662 flex: 0 0 33.33333333%;
15663 max-width: 33.33333333%;
15664 }
15665 .ant-col-xxl-push-8 {
15666 left: 33.33333333%;
15667 }
15668 .ant-col-xxl-pull-8 {
15669 right: 33.33333333%;
15670 }
15671 .ant-col-xxl-offset-8 {
15672 margin-left: 33.33333333%;
15673 }
15674 .ant-col-xxl-order-8 {
15675 order: 8;
15676 }
15677 .ant-col-xxl-7 {
15678 display: block;
15679 flex: 0 0 29.16666667%;
15680 max-width: 29.16666667%;
15681 }
15682 .ant-col-xxl-push-7 {
15683 left: 29.16666667%;
15684 }
15685 .ant-col-xxl-pull-7 {
15686 right: 29.16666667%;
15687 }
15688 .ant-col-xxl-offset-7 {
15689 margin-left: 29.16666667%;
15690 }
15691 .ant-col-xxl-order-7 {
15692 order: 7;
15693 }
15694 .ant-col-xxl-6 {
15695 display: block;
15696 flex: 0 0 25%;
15697 max-width: 25%;
15698 }
15699 .ant-col-xxl-push-6 {
15700 left: 25%;
15701 }
15702 .ant-col-xxl-pull-6 {
15703 right: 25%;
15704 }
15705 .ant-col-xxl-offset-6 {
15706 margin-left: 25%;
15707 }
15708 .ant-col-xxl-order-6 {
15709 order: 6;
15710 }
15711 .ant-col-xxl-5 {
15712 display: block;
15713 flex: 0 0 20.83333333%;
15714 max-width: 20.83333333%;
15715 }
15716 .ant-col-xxl-push-5 {
15717 left: 20.83333333%;
15718 }
15719 .ant-col-xxl-pull-5 {
15720 right: 20.83333333%;
15721 }
15722 .ant-col-xxl-offset-5 {
15723 margin-left: 20.83333333%;
15724 }
15725 .ant-col-xxl-order-5 {
15726 order: 5;
15727 }
15728 .ant-col-xxl-4 {
15729 display: block;
15730 flex: 0 0 16.66666667%;
15731 max-width: 16.66666667%;
15732 }
15733 .ant-col-xxl-push-4 {
15734 left: 16.66666667%;
15735 }
15736 .ant-col-xxl-pull-4 {
15737 right: 16.66666667%;
15738 }
15739 .ant-col-xxl-offset-4 {
15740 margin-left: 16.66666667%;
15741 }
15742 .ant-col-xxl-order-4 {
15743 order: 4;
15744 }
15745 .ant-col-xxl-3 {
15746 display: block;
15747 flex: 0 0 12.5%;
15748 max-width: 12.5%;
15749 }
15750 .ant-col-xxl-push-3 {
15751 left: 12.5%;
15752 }
15753 .ant-col-xxl-pull-3 {
15754 right: 12.5%;
15755 }
15756 .ant-col-xxl-offset-3 {
15757 margin-left: 12.5%;
15758 }
15759 .ant-col-xxl-order-3 {
15760 order: 3;
15761 }
15762 .ant-col-xxl-2 {
15763 display: block;
15764 flex: 0 0 8.33333333%;
15765 max-width: 8.33333333%;
15766 }
15767 .ant-col-xxl-push-2 {
15768 left: 8.33333333%;
15769 }
15770 .ant-col-xxl-pull-2 {
15771 right: 8.33333333%;
15772 }
15773 .ant-col-xxl-offset-2 {
15774 margin-left: 8.33333333%;
15775 }
15776 .ant-col-xxl-order-2 {
15777 order: 2;
15778 }
15779 .ant-col-xxl-1 {
15780 display: block;
15781 flex: 0 0 4.16666667%;
15782 max-width: 4.16666667%;
15783 }
15784 .ant-col-xxl-push-1 {
15785 left: 4.16666667%;
15786 }
15787 .ant-col-xxl-pull-1 {
15788 right: 4.16666667%;
15789 }
15790 .ant-col-xxl-offset-1 {
15791 margin-left: 4.16666667%;
15792 }
15793 .ant-col-xxl-order-1 {
15794 order: 1;
15795 }
15796 .ant-col-xxl-0 {
15797 display: none;
15798 }
15799 .ant-col-push-0 {
15800 left: auto;
15801 }
15802 .ant-col-pull-0 {
15803 right: auto;
15804 }
15805 .ant-col-xxl-push-0 {
15806 left: auto;
15807 }
15808 .ant-col-xxl-pull-0 {
15809 right: auto;
15810 }
15811 .ant-col-xxl-offset-0 {
15812 margin-left: 0;
15813 }
15814 .ant-col-xxl-order-0 {
15815 order: 0;
15816 }
15817 .ant-col-push-0.ant-col-rtl {
15818 right: auto;
15819 }
15820 .ant-col-pull-0.ant-col-rtl {
15821 left: auto;
15822 }
15823 .ant-col-xxl-push-0.ant-col-rtl {
15824 right: auto;
15825 }
15826 .ant-col-xxl-pull-0.ant-col-rtl {
15827 left: auto;
15828 }
15829 .ant-col-xxl-offset-0.ant-col-rtl {
15830 margin-right: 0;
15831 }
15832 .ant-col-xxl-push-1.ant-col-rtl {
15833 right: 4.16666667%;
15834 left: auto;
15835 }
15836 .ant-col-xxl-pull-1.ant-col-rtl {
15837 right: auto;
15838 left: 4.16666667%;
15839 }
15840 .ant-col-xxl-offset-1.ant-col-rtl {
15841 margin-right: 4.16666667%;
15842 margin-left: 0;
15843 }
15844 .ant-col-xxl-push-2.ant-col-rtl {
15845 right: 8.33333333%;
15846 left: auto;
15847 }
15848 .ant-col-xxl-pull-2.ant-col-rtl {
15849 right: auto;
15850 left: 8.33333333%;
15851 }
15852 .ant-col-xxl-offset-2.ant-col-rtl {
15853 margin-right: 8.33333333%;
15854 margin-left: 0;
15855 }
15856 .ant-col-xxl-push-3.ant-col-rtl {
15857 right: 12.5%;
15858 left: auto;
15859 }
15860 .ant-col-xxl-pull-3.ant-col-rtl {
15861 right: auto;
15862 left: 12.5%;
15863 }
15864 .ant-col-xxl-offset-3.ant-col-rtl {
15865 margin-right: 12.5%;
15866 margin-left: 0;
15867 }
15868 .ant-col-xxl-push-4.ant-col-rtl {
15869 right: 16.66666667%;
15870 left: auto;
15871 }
15872 .ant-col-xxl-pull-4.ant-col-rtl {
15873 right: auto;
15874 left: 16.66666667%;
15875 }
15876 .ant-col-xxl-offset-4.ant-col-rtl {
15877 margin-right: 16.66666667%;
15878 margin-left: 0;
15879 }
15880 .ant-col-xxl-push-5.ant-col-rtl {
15881 right: 20.83333333%;
15882 left: auto;
15883 }
15884 .ant-col-xxl-pull-5.ant-col-rtl {
15885 right: auto;
15886 left: 20.83333333%;
15887 }
15888 .ant-col-xxl-offset-5.ant-col-rtl {
15889 margin-right: 20.83333333%;
15890 margin-left: 0;
15891 }
15892 .ant-col-xxl-push-6.ant-col-rtl {
15893 right: 25%;
15894 left: auto;
15895 }
15896 .ant-col-xxl-pull-6.ant-col-rtl {
15897 right: auto;
15898 left: 25%;
15899 }
15900 .ant-col-xxl-offset-6.ant-col-rtl {
15901 margin-right: 25%;
15902 margin-left: 0;
15903 }
15904 .ant-col-xxl-push-7.ant-col-rtl {
15905 right: 29.16666667%;
15906 left: auto;
15907 }
15908 .ant-col-xxl-pull-7.ant-col-rtl {
15909 right: auto;
15910 left: 29.16666667%;
15911 }
15912 .ant-col-xxl-offset-7.ant-col-rtl {
15913 margin-right: 29.16666667%;
15914 margin-left: 0;
15915 }
15916 .ant-col-xxl-push-8.ant-col-rtl {
15917 right: 33.33333333%;
15918 left: auto;
15919 }
15920 .ant-col-xxl-pull-8.ant-col-rtl {
15921 right: auto;
15922 left: 33.33333333%;
15923 }
15924 .ant-col-xxl-offset-8.ant-col-rtl {
15925 margin-right: 33.33333333%;
15926 margin-left: 0;
15927 }
15928 .ant-col-xxl-push-9.ant-col-rtl {
15929 right: 37.5%;
15930 left: auto;
15931 }
15932 .ant-col-xxl-pull-9.ant-col-rtl {
15933 right: auto;
15934 left: 37.5%;
15935 }
15936 .ant-col-xxl-offset-9.ant-col-rtl {
15937 margin-right: 37.5%;
15938 margin-left: 0;
15939 }
15940 .ant-col-xxl-push-10.ant-col-rtl {
15941 right: 41.66666667%;
15942 left: auto;
15943 }
15944 .ant-col-xxl-pull-10.ant-col-rtl {
15945 right: auto;
15946 left: 41.66666667%;
15947 }
15948 .ant-col-xxl-offset-10.ant-col-rtl {
15949 margin-right: 41.66666667%;
15950 margin-left: 0;
15951 }
15952 .ant-col-xxl-push-11.ant-col-rtl {
15953 right: 45.83333333%;
15954 left: auto;
15955 }
15956 .ant-col-xxl-pull-11.ant-col-rtl {
15957 right: auto;
15958 left: 45.83333333%;
15959 }
15960 .ant-col-xxl-offset-11.ant-col-rtl {
15961 margin-right: 45.83333333%;
15962 margin-left: 0;
15963 }
15964 .ant-col-xxl-push-12.ant-col-rtl {
15965 right: 50%;
15966 left: auto;
15967 }
15968 .ant-col-xxl-pull-12.ant-col-rtl {
15969 right: auto;
15970 left: 50%;
15971 }
15972 .ant-col-xxl-offset-12.ant-col-rtl {
15973 margin-right: 50%;
15974 margin-left: 0;
15975 }
15976 .ant-col-xxl-push-13.ant-col-rtl {
15977 right: 54.16666667%;
15978 left: auto;
15979 }
15980 .ant-col-xxl-pull-13.ant-col-rtl {
15981 right: auto;
15982 left: 54.16666667%;
15983 }
15984 .ant-col-xxl-offset-13.ant-col-rtl {
15985 margin-right: 54.16666667%;
15986 margin-left: 0;
15987 }
15988 .ant-col-xxl-push-14.ant-col-rtl {
15989 right: 58.33333333%;
15990 left: auto;
15991 }
15992 .ant-col-xxl-pull-14.ant-col-rtl {
15993 right: auto;
15994 left: 58.33333333%;
15995 }
15996 .ant-col-xxl-offset-14.ant-col-rtl {
15997 margin-right: 58.33333333%;
15998 margin-left: 0;
15999 }
16000 .ant-col-xxl-push-15.ant-col-rtl {
16001 right: 62.5%;
16002 left: auto;
16003 }
16004 .ant-col-xxl-pull-15.ant-col-rtl {
16005 right: auto;
16006 left: 62.5%;
16007 }
16008 .ant-col-xxl-offset-15.ant-col-rtl {
16009 margin-right: 62.5%;
16010 margin-left: 0;
16011 }
16012 .ant-col-xxl-push-16.ant-col-rtl {
16013 right: 66.66666667%;
16014 left: auto;
16015 }
16016 .ant-col-xxl-pull-16.ant-col-rtl {
16017 right: auto;
16018 left: 66.66666667%;
16019 }
16020 .ant-col-xxl-offset-16.ant-col-rtl {
16021 margin-right: 66.66666667%;
16022 margin-left: 0;
16023 }
16024 .ant-col-xxl-push-17.ant-col-rtl {
16025 right: 70.83333333%;
16026 left: auto;
16027 }
16028 .ant-col-xxl-pull-17.ant-col-rtl {
16029 right: auto;
16030 left: 70.83333333%;
16031 }
16032 .ant-col-xxl-offset-17.ant-col-rtl {
16033 margin-right: 70.83333333%;
16034 margin-left: 0;
16035 }
16036 .ant-col-xxl-push-18.ant-col-rtl {
16037 right: 75%;
16038 left: auto;
16039 }
16040 .ant-col-xxl-pull-18.ant-col-rtl {
16041 right: auto;
16042 left: 75%;
16043 }
16044 .ant-col-xxl-offset-18.ant-col-rtl {
16045 margin-right: 75%;
16046 margin-left: 0;
16047 }
16048 .ant-col-xxl-push-19.ant-col-rtl {
16049 right: 79.16666667%;
16050 left: auto;
16051 }
16052 .ant-col-xxl-pull-19.ant-col-rtl {
16053 right: auto;
16054 left: 79.16666667%;
16055 }
16056 .ant-col-xxl-offset-19.ant-col-rtl {
16057 margin-right: 79.16666667%;
16058 margin-left: 0;
16059 }
16060 .ant-col-xxl-push-20.ant-col-rtl {
16061 right: 83.33333333%;
16062 left: auto;
16063 }
16064 .ant-col-xxl-pull-20.ant-col-rtl {
16065 right: auto;
16066 left: 83.33333333%;
16067 }
16068 .ant-col-xxl-offset-20.ant-col-rtl {
16069 margin-right: 83.33333333%;
16070 margin-left: 0;
16071 }
16072 .ant-col-xxl-push-21.ant-col-rtl {
16073 right: 87.5%;
16074 left: auto;
16075 }
16076 .ant-col-xxl-pull-21.ant-col-rtl {
16077 right: auto;
16078 left: 87.5%;
16079 }
16080 .ant-col-xxl-offset-21.ant-col-rtl {
16081 margin-right: 87.5%;
16082 margin-left: 0;
16083 }
16084 .ant-col-xxl-push-22.ant-col-rtl {
16085 right: 91.66666667%;
16086 left: auto;
16087 }
16088 .ant-col-xxl-pull-22.ant-col-rtl {
16089 right: auto;
16090 left: 91.66666667%;
16091 }
16092 .ant-col-xxl-offset-22.ant-col-rtl {
16093 margin-right: 91.66666667%;
16094 margin-left: 0;
16095 }
16096 .ant-col-xxl-push-23.ant-col-rtl {
16097 right: 95.83333333%;
16098 left: auto;
16099 }
16100 .ant-col-xxl-pull-23.ant-col-rtl {
16101 right: auto;
16102 left: 95.83333333%;
16103 }
16104 .ant-col-xxl-offset-23.ant-col-rtl {
16105 margin-right: 95.83333333%;
16106 margin-left: 0;
16107 }
16108 .ant-col-xxl-push-24.ant-col-rtl {
16109 right: 100%;
16110 left: auto;
16111 }
16112 .ant-col-xxl-pull-24.ant-col-rtl {
16113 right: auto;
16114 left: 100%;
16115 }
16116 .ant-col-xxl-offset-24.ant-col-rtl {
16117 margin-right: 100%;
16118 margin-left: 0;
16119 }
16120}
16121.ant-row-rtl {
16122 direction: rtl;
16123}
16124
16125/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16126/* stylelint-disable no-duplicate-selectors */
16127/* stylelint-disable */
16128/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16129.ant-collapse {
16130 box-sizing: border-box;
16131 margin: 0;
16132 padding: 0;
16133 color: rgba(0, 0, 0, 0.85);
16134 font-size: 12px;
16135 font-variant: tabular-nums;
16136 line-height: 1.66667;
16137 list-style: none;
16138 font-feature-settings: 'tnum';
16139 background-color: #fafafa;
16140 border: 1px solid #d9d9d9;
16141 border-bottom: 0;
16142 border-radius: 2px;
16143}
16144.ant-collapse > .ant-collapse-item {
16145 border-bottom: 1px solid #d9d9d9;
16146}
16147.ant-collapse > .ant-collapse-item:last-child,
16148.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
16149 border-radius: 0 0 2px 2px;
16150}
16151.ant-collapse > .ant-collapse-item > .ant-collapse-header {
16152 position: relative;
16153 display: flex;
16154 flex-wrap: nowrap;
16155 align-items: flex-start;
16156 padding: 8px 8px;
16157 color: rgba(0, 0, 0, 0.85);
16158 line-height: 1.66667;
16159 cursor: pointer;
16160 transition: all 0.3s, visibility 0s;
16161}
16162.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
16163 display: inline-block;
16164 margin-right: 8px;
16165 font-size: 12px;
16166 vertical-align: -1px;
16167}
16168.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
16169 transition: transform 0.24s;
16170}
16171.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
16172 flex: auto;
16173}
16174.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
16175 margin-left: auto;
16176}
16177.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
16178 outline: none;
16179}
16180.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
16181 cursor: default;
16182}
16183.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
16184 flex: none;
16185 cursor: pointer;
16186}
16187.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
16188 cursor: default;
16189}
16190.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
16191 cursor: pointer;
16192}
16193.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
16194 padding-left: 8px;
16195}
16196.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
16197 position: relative;
16198 padding: 8px 8px;
16199 padding-right: 40px;
16200}
16201.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
16202 position: absolute;
16203 top: 50%;
16204 right: 8px;
16205 left: auto;
16206 margin: 0;
16207 transform: translateY(-50%);
16208}
16209.ant-collapse-content {
16210 color: rgba(0, 0, 0, 0.85);
16211 background-color: #fff;
16212 border-top: 1px solid #d9d9d9;
16213}
16214.ant-collapse-content > .ant-collapse-content-box {
16215 padding: 8px 16px;
16216}
16217.ant-collapse-content-hidden {
16218 display: none;
16219}
16220.ant-collapse-item:last-child > .ant-collapse-content {
16221 border-radius: 0 0 2px 2px;
16222}
16223.ant-collapse-borderless {
16224 background-color: #fafafa;
16225 border: 0;
16226}
16227.ant-collapse-borderless > .ant-collapse-item {
16228 border-bottom: 1px solid #d9d9d9;
16229}
16230.ant-collapse-borderless > .ant-collapse-item:last-child,
16231.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
16232 border-radius: 0;
16233}
16234.ant-collapse-borderless > .ant-collapse-item:last-child {
16235 border-bottom: 0;
16236}
16237.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
16238 background-color: transparent;
16239 border-top: 0;
16240}
16241.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
16242 padding-top: 4px;
16243}
16244.ant-collapse-ghost {
16245 background-color: transparent;
16246 border: 0;
16247}
16248.ant-collapse-ghost > .ant-collapse-item {
16249 border-bottom: 0;
16250}
16251.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
16252 background-color: transparent;
16253 border-top: 0;
16254}
16255.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
16256 padding-top: 12px;
16257 padding-bottom: 12px;
16258}
16259.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
16260.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
16261 color: rgba(0, 0, 0, 0.25);
16262 cursor: not-allowed;
16263}
16264.ant-collapse-rtl {
16265 direction: rtl;
16266}
16267.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
16268 position: relative;
16269 padding: 8px 8px;
16270 padding-left: 40px;
16271}
16272.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
16273 position: absolute;
16274 top: 50%;
16275 right: auto;
16276 left: 8px;
16277 margin: 0;
16278 transform: translateY(-50%);
16279}
16280.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
16281 padding: 8px 8px;
16282 padding-right: 40px;
16283}
16284.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
16285 margin-right: 0;
16286 margin-left: 8px;
16287}
16288.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
16289 transform: rotate(180deg);
16290}
16291.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
16292 margin-right: auto;
16293 margin-left: 0;
16294}
16295.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
16296 padding-right: 8px;
16297 padding-left: 0;
16298}
16299
16300/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16301/* stylelint-disable no-duplicate-selectors */
16302/* stylelint-disable */
16303/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16304.ant-comment {
16305 position: relative;
16306 background-color: inherit;
16307}
16308.ant-comment-inner {
16309 display: flex;
16310 padding: 8px 0;
16311}
16312.ant-comment-avatar {
16313 position: relative;
16314 flex-shrink: 0;
16315 margin-right: 8px;
16316 cursor: pointer;
16317}
16318.ant-comment-avatar img {
16319 width: 32px;
16320 height: 32px;
16321 border-radius: 50%;
16322}
16323.ant-comment-content {
16324 position: relative;
16325 flex: 1 1 auto;
16326 min-width: 1px;
16327 font-size: 12px;
16328 word-wrap: break-word;
16329}
16330.ant-comment-content-author {
16331 display: flex;
16332 flex-wrap: wrap;
16333 justify-content: flex-start;
16334 margin-bottom: 0px;
16335 font-size: 12px;
16336}
16337.ant-comment-content-author > a,
16338.ant-comment-content-author > span {
16339 padding-right: 4px;
16340 font-size: 12px;
16341 line-height: 18px;
16342}
16343.ant-comment-content-author-name {
16344 color: rgba(0, 0, 0, 0.45);
16345 font-size: 12px;
16346 transition: color 0.3s;
16347}
16348.ant-comment-content-author-name > * {
16349 color: rgba(0, 0, 0, 0.45);
16350}
16351.ant-comment-content-author-name > *:hover {
16352 color: rgba(0, 0, 0, 0.45);
16353}
16354.ant-comment-content-author-time {
16355 color: #ccc;
16356 white-space: nowrap;
16357 cursor: auto;
16358}
16359.ant-comment-content-detail p {
16360 margin-bottom: 0px;
16361 white-space: pre-wrap;
16362}
16363.ant-comment-actions {
16364 margin-top: 4px;
16365 margin-bottom: 0px;
16366 padding-left: 0;
16367}
16368.ant-comment-actions > li {
16369 display: inline-block;
16370 color: rgba(0, 0, 0, 0.45);
16371}
16372.ant-comment-actions > li > span {
16373 margin-right: 10px;
16374 color: rgba(0, 0, 0, 0.45);
16375 font-size: 12px;
16376 cursor: pointer;
16377 transition: color 0.3s;
16378 -webkit-user-select: none;
16379 -moz-user-select: none;
16380 -ms-user-select: none;
16381 user-select: none;
16382}
16383.ant-comment-actions > li > span:hover {
16384 color: #595959;
16385}
16386.ant-comment-nested {
16387 margin-left: 44px;
16388}
16389.ant-comment-rtl {
16390 direction: rtl;
16391}
16392.ant-comment-rtl .ant-comment-avatar {
16393 margin-right: 0;
16394 margin-left: 12px;
16395}
16396.ant-comment-rtl .ant-comment-content-author > a,
16397.ant-comment-rtl .ant-comment-content-author > span {
16398 padding-right: 0;
16399 padding-left: 8px;
16400}
16401.ant-comment-rtl .ant-comment-actions {
16402 padding-right: 0;
16403}
16404.ant-comment-rtl .ant-comment-actions > li > span {
16405 margin-right: 0;
16406 margin-left: 10px;
16407}
16408.ant-comment-rtl .ant-comment-nested {
16409 margin-right: 44px;
16410 margin-left: 0;
16411}
16412
16413/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16414/* stylelint-disable no-duplicate-selectors */
16415/* stylelint-disable */
16416/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16417
16418/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16419/* stylelint-disable no-duplicate-selectors */
16420/* stylelint-disable */
16421/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16422.ant-descriptions-header {
16423 display: flex;
16424 align-items: center;
16425 margin-bottom: 8px;
16426}
16427.ant-descriptions-title {
16428 flex: auto;
16429 overflow: hidden;
16430 color: rgba(0, 0, 0, 0.85);
16431 font-weight: bold;
16432 font-size: 14px;
16433 line-height: 1.66667;
16434 white-space: nowrap;
16435 text-overflow: ellipsis;
16436}
16437.ant-descriptions-extra {
16438 margin-left: auto;
16439 color: rgba(0, 0, 0, 0.85);
16440 font-size: 12px;
16441}
16442.ant-descriptions-view {
16443 width: 100%;
16444 border-radius: 2px;
16445}
16446.ant-descriptions-view table {
16447 width: 100%;
16448 table-layout: fixed;
16449}
16450.ant-descriptions-row > th,
16451.ant-descriptions-row > td {
16452 padding-bottom: 4px;
16453}
16454.ant-descriptions-row:last-child {
16455 border-bottom: none;
16456}
16457.ant-descriptions-item-label {
16458 color: rgba(0, 0, 0, 0.85);
16459 font-weight: normal;
16460 font-size: 12px;
16461 line-height: 1.66667;
16462 text-align: start;
16463}
16464.ant-descriptions-item-label::after {
16465 content: ':';
16466 position: relative;
16467 top: -0.5px;
16468 margin: 0 8px 0 2px;
16469}
16470.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
16471 content: ' ';
16472}
16473.ant-descriptions-item-no-label::after {
16474 margin: 0;
16475 content: '';
16476}
16477.ant-descriptions-item-content {
16478 display: table-cell;
16479 flex: 1;
16480 color: rgba(0, 0, 0, 0.85);
16481 font-size: 12px;
16482 line-height: 1.66667;
16483 word-break: break-word;
16484 overflow-wrap: break-word;
16485}
16486.ant-descriptions-item {
16487 padding-bottom: 0;
16488 vertical-align: top;
16489}
16490.ant-descriptions-item-container {
16491 display: flex;
16492}
16493.ant-descriptions-item-container .ant-descriptions-item-label,
16494.ant-descriptions-item-container .ant-descriptions-item-content {
16495 display: inline-flex;
16496 align-items: baseline;
16497}
16498.ant-descriptions-middle .ant-descriptions-row > th,
16499.ant-descriptions-middle .ant-descriptions-row > td {
16500 padding-bottom: 8px;
16501}
16502.ant-descriptions-small .ant-descriptions-row > th,
16503.ant-descriptions-small .ant-descriptions-row > td {
16504 padding-bottom: 4px;
16505}
16506.ant-descriptions-bordered .ant-descriptions-view {
16507 border: 1px solid #f0f0f0;
16508}
16509.ant-descriptions-bordered .ant-descriptions-view > table {
16510 table-layout: auto;
16511 border-collapse: collapse;
16512}
16513.ant-descriptions-bordered .ant-descriptions-item-label,
16514.ant-descriptions-bordered .ant-descriptions-item-content {
16515 padding: 12px 16px;
16516 border-right: 1px solid #f0f0f0;
16517}
16518.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
16519.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
16520 border-right: none;
16521}
16522.ant-descriptions-bordered .ant-descriptions-item-label {
16523 background-color: #fafafa;
16524}
16525.ant-descriptions-bordered .ant-descriptions-item-label::after {
16526 display: none;
16527}
16528.ant-descriptions-bordered .ant-descriptions-row {
16529 border-bottom: 1px solid #f0f0f0;
16530}
16531.ant-descriptions-bordered .ant-descriptions-row:last-child {
16532 border-bottom: none;
16533}
16534.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
16535.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
16536 padding: 8px 16px;
16537}
16538.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
16539.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
16540 padding: 4px 8px;
16541}
16542.ant-descriptions-rtl {
16543 direction: rtl;
16544}
16545.ant-descriptions-rtl .ant-descriptions-item-label::after {
16546 margin: 0 2px 0 8px;
16547}
16548.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
16549.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
16550 border-right: none;
16551 border-left: 1px solid #f0f0f0;
16552}
16553.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
16554.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
16555 border-left: none;
16556}
16557
16558/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16559/* stylelint-disable no-duplicate-selectors */
16560/* stylelint-disable */
16561/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16562.ant-divider {
16563 box-sizing: border-box;
16564 margin: 0;
16565 padding: 0;
16566 color: rgba(0, 0, 0, 0.85);
16567 font-size: 12px;
16568 font-variant: tabular-nums;
16569 line-height: 1.66667;
16570 list-style: none;
16571 font-feature-settings: 'tnum';
16572 border-top: 1px solid rgba(0, 0, 0, 0.06);
16573}
16574.ant-divider-vertical {
16575 position: relative;
16576 top: -0.06em;
16577 display: inline-block;
16578 height: 0.9em;
16579 margin: 0 8px;
16580 vertical-align: middle;
16581 border-top: 0;
16582 border-left: 1px solid rgba(0, 0, 0, 0.06);
16583}
16584.ant-divider-horizontal {
16585 display: flex;
16586 clear: both;
16587 width: 100%;
16588 min-width: 100%;
16589 margin: 24px 0;
16590}
16591.ant-divider-horizontal.ant-divider-with-text {
16592 display: flex;
16593 align-items: center;
16594 margin: 16px 0;
16595 color: rgba(0, 0, 0, 0.85);
16596 font-weight: 500;
16597 font-size: 14px;
16598 white-space: nowrap;
16599 text-align: center;
16600 border-top: 0;
16601 border-top-color: rgba(0, 0, 0, 0.06);
16602}
16603.ant-divider-horizontal.ant-divider-with-text::before,
16604.ant-divider-horizontal.ant-divider-with-text::after {
16605 position: relative;
16606 width: 50%;
16607 border-top: 1px solid transparent;
16608 border-top-color: inherit;
16609 border-bottom: 0;
16610 transform: translateY(50%);
16611 content: '';
16612}
16613.ant-divider-horizontal.ant-divider-with-text-left::before {
16614 width: 5%;
16615}
16616.ant-divider-horizontal.ant-divider-with-text-left::after {
16617 width: 95%;
16618}
16619.ant-divider-horizontal.ant-divider-with-text-right::before {
16620 width: 95%;
16621}
16622.ant-divider-horizontal.ant-divider-with-text-right::after {
16623 width: 5%;
16624}
16625.ant-divider-inner-text {
16626 display: inline-block;
16627 padding: 0 1em;
16628}
16629.ant-divider-dashed {
16630 background: none;
16631 border-color: rgba(0, 0, 0, 0.06);
16632 border-style: dashed;
16633 border-width: 1px 0 0;
16634}
16635.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
16636.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
16637 border-style: dashed none none;
16638}
16639.ant-divider-vertical.ant-divider-dashed {
16640 border-width: 0 0 0 1px;
16641}
16642.ant-divider-plain.ant-divider-with-text {
16643 color: rgba(0, 0, 0, 0.85);
16644 font-weight: normal;
16645 font-size: 12px;
16646}
16647.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
16648 width: 0;
16649}
16650.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
16651 width: 100%;
16652}
16653.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
16654 padding-left: 0;
16655}
16656.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
16657 width: 100%;
16658}
16659.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
16660 width: 0;
16661}
16662.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
16663 padding-right: 0;
16664}
16665.ant-divider-rtl {
16666 direction: rtl;
16667}
16668.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
16669 width: 95%;
16670}
16671.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
16672 width: 5%;
16673}
16674.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
16675 width: 5%;
16676}
16677.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
16678 width: 95%;
16679}
16680
16681/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16682/* stylelint-disable no-duplicate-selectors */
16683/* stylelint-disable */
16684/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16685.ant-drawer {
16686 position: fixed;
16687 top: 0;
16688 right: 0;
16689 bottom: 0;
16690 left: 0;
16691 z-index: 1000;
16692 pointer-events: none;
16693}
16694.ant-drawer-inline {
16695 position: absolute;
16696}
16697.ant-drawer-mask {
16698 position: absolute;
16699 top: 0;
16700 right: 0;
16701 bottom: 0;
16702 left: 0;
16703 z-index: 1000;
16704 background: rgba(0, 0, 0, 0.45);
16705 pointer-events: auto;
16706}
16707.ant-drawer-content-wrapper {
16708 position: absolute;
16709 z-index: 1000;
16710 transition: all 0.3s;
16711}
16712.ant-drawer-content-wrapper-hidden {
16713 display: none;
16714}
16715.ant-drawer-left > .ant-drawer-content-wrapper {
16716 top: 0;
16717 bottom: 0;
16718 left: 0;
16719 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);
16720}
16721.ant-drawer-right > .ant-drawer-content-wrapper {
16722 top: 0;
16723 right: 0;
16724 bottom: 0;
16725 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);
16726}
16727.ant-drawer-top > .ant-drawer-content-wrapper {
16728 top: 0;
16729 right: 0;
16730 left: 0;
16731 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);
16732}
16733.ant-drawer-bottom > .ant-drawer-content-wrapper {
16734 right: 0;
16735 bottom: 0;
16736 left: 0;
16737 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);
16738}
16739.ant-drawer-content {
16740 width: 100%;
16741 height: 100%;
16742 overflow: auto;
16743 background: #fff;
16744 pointer-events: auto;
16745}
16746.ant-drawer-wrapper-body {
16747 display: flex;
16748 flex-direction: column;
16749 width: 100%;
16750 height: 100%;
16751}
16752.ant-drawer-header {
16753 display: flex;
16754 flex: 0;
16755 align-items: center;
16756 padding: 11px 16px;
16757 font-size: 14px;
16758 line-height: 22px;
16759 border-bottom: 1px solid #f0f0f0;
16760}
16761.ant-drawer-header-title {
16762 display: flex;
16763 flex: 1;
16764 align-items: center;
16765 min-width: 0;
16766 min-height: 0;
16767}
16768.ant-drawer-extra {
16769 flex: none;
16770}
16771.ant-drawer-close {
16772 display: inline-block;
16773 margin-right: 12px;
16774 color: rgba(0, 0, 0, 0.45);
16775 font-weight: 700;
16776 font-size: 14px;
16777 font-style: normal;
16778 line-height: 1;
16779 text-align: center;
16780 text-transform: none;
16781 text-decoration: none;
16782 background: transparent;
16783 border: 0;
16784 outline: 0;
16785 cursor: pointer;
16786 transition: color 0.3s;
16787 text-rendering: auto;
16788}
16789.ant-drawer-close:focus,
16790.ant-drawer-close:hover {
16791 color: rgba(0, 0, 0, 0.75);
16792 text-decoration: none;
16793}
16794.ant-drawer-title {
16795 flex: 1;
16796 margin: 0;
16797 color: rgba(0, 0, 0, 0.85);
16798 font-weight: 500;
16799 font-size: 14px;
16800 line-height: 22px;
16801}
16802.ant-drawer-body {
16803 flex: 1;
16804 min-width: 0;
16805 min-height: 0;
16806 padding: 16px;
16807 overflow: auto;
16808}
16809.ant-drawer-footer {
16810 flex-shrink: 0;
16811 padding: 8px 8px;
16812 border-top: 1px solid #f0f0f0;
16813}
16814.panel-motion-enter-start,
16815.panel-motion-appear-start,
16816.panel-motion-leave-start {
16817 transition: none;
16818}
16819.panel-motion-enter-active,
16820.panel-motion-appear-active,
16821.panel-motion-leave-active {
16822 transition: all 0.3s;
16823}
16824.ant-drawer-mask-motion-enter-active,
16825.ant-drawer-mask-motion-appear-active,
16826.ant-drawer-mask-motion-leave-active {
16827 transition: all 0.3s;
16828}
16829.ant-drawer-mask-motion-enter,
16830.ant-drawer-mask-motion-appear {
16831 opacity: 0;
16832}
16833.ant-drawer-mask-motion-enter-active,
16834.ant-drawer-mask-motion-appear-active {
16835 opacity: 1;
16836}
16837.ant-drawer-mask-motion-leave {
16838 opacity: 1;
16839}
16840.ant-drawer-mask-motion-leave-active {
16841 opacity: 0;
16842}
16843.ant-drawer-panel-motion-left-enter-start,
16844.ant-drawer-panel-motion-left-appear-start,
16845.ant-drawer-panel-motion-left-leave-start {
16846 transition: none;
16847}
16848.ant-drawer-panel-motion-left-enter-active,
16849.ant-drawer-panel-motion-left-appear-active,
16850.ant-drawer-panel-motion-left-leave-active {
16851 transition: all 0.3s;
16852}
16853.ant-drawer-panel-motion-left-enter-start,
16854.ant-drawer-panel-motion-left-appear-start {
16855 transform: translateX(-100%) !important;
16856}
16857.ant-drawer-panel-motion-left-enter-active,
16858.ant-drawer-panel-motion-left-appear-active {
16859 transform: translateX(0);
16860}
16861.ant-drawer-panel-motion-left-leave {
16862 transform: translateX(0);
16863}
16864.ant-drawer-panel-motion-left-leave-active {
16865 transform: translateX(-100%);
16866}
16867.ant-drawer-panel-motion-right-enter-start,
16868.ant-drawer-panel-motion-right-appear-start,
16869.ant-drawer-panel-motion-right-leave-start {
16870 transition: none;
16871}
16872.ant-drawer-panel-motion-right-enter-active,
16873.ant-drawer-panel-motion-right-appear-active,
16874.ant-drawer-panel-motion-right-leave-active {
16875 transition: all 0.3s;
16876}
16877.ant-drawer-panel-motion-right-enter-start,
16878.ant-drawer-panel-motion-right-appear-start {
16879 transform: translateX(100%) !important;
16880}
16881.ant-drawer-panel-motion-right-enter-active,
16882.ant-drawer-panel-motion-right-appear-active {
16883 transform: translateX(0);
16884}
16885.ant-drawer-panel-motion-right-leave {
16886 transform: translateX(0);
16887}
16888.ant-drawer-panel-motion-right-leave-active {
16889 transform: translateX(100%);
16890}
16891.ant-drawer-panel-motion-top-enter-start,
16892.ant-drawer-panel-motion-top-appear-start,
16893.ant-drawer-panel-motion-top-leave-start {
16894 transition: none;
16895}
16896.ant-drawer-panel-motion-top-enter-active,
16897.ant-drawer-panel-motion-top-appear-active,
16898.ant-drawer-panel-motion-top-leave-active {
16899 transition: all 0.3s;
16900}
16901.ant-drawer-panel-motion-top-enter-start,
16902.ant-drawer-panel-motion-top-appear-start {
16903 transform: translateY(-100%) !important;
16904}
16905.ant-drawer-panel-motion-top-enter-active,
16906.ant-drawer-panel-motion-top-appear-active {
16907 transform: translateY(0);
16908}
16909.ant-drawer-panel-motion-top-leave {
16910 transform: translateY(0);
16911}
16912.ant-drawer-panel-motion-top-leave-active {
16913 transform: translateY(-100%);
16914}
16915.ant-drawer-panel-motion-bottom-enter-start,
16916.ant-drawer-panel-motion-bottom-appear-start,
16917.ant-drawer-panel-motion-bottom-leave-start {
16918 transition: none;
16919}
16920.ant-drawer-panel-motion-bottom-enter-active,
16921.ant-drawer-panel-motion-bottom-appear-active,
16922.ant-drawer-panel-motion-bottom-leave-active {
16923 transition: all 0.3s;
16924}
16925.ant-drawer-panel-motion-bottom-enter-start,
16926.ant-drawer-panel-motion-bottom-appear-start {
16927 transform: translateY(100%) !important;
16928}
16929.ant-drawer-panel-motion-bottom-enter-active,
16930.ant-drawer-panel-motion-bottom-appear-active {
16931 transform: translateY(0);
16932}
16933.ant-drawer-panel-motion-bottom-leave {
16934 transform: translateY(0);
16935}
16936.ant-drawer-panel-motion-bottom-leave-active {
16937 transform: translateY(100%);
16938}
16939.ant-drawer-rtl {
16940 direction: rtl;
16941}
16942.ant-drawer-rtl .ant-drawer-close {
16943 margin-right: 0;
16944 margin-left: 12px;
16945}
16946
16947/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
16948/* stylelint-disable no-duplicate-selectors */
16949/* stylelint-disable */
16950/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
16951.ant-form-item .ant-input-number + .ant-form-text {
16952 margin-left: 8px;
16953}
16954.ant-form-inline {
16955 display: flex;
16956 flex-wrap: wrap;
16957}
16958.ant-form-inline .ant-form-item {
16959 flex: none;
16960 flex-wrap: nowrap;
16961 margin-right: 16px;
16962 margin-bottom: 0;
16963}
16964.ant-form-inline .ant-form-item-with-help {
16965 margin-bottom: 16px;
16966}
16967.ant-form-inline .ant-form-item > .ant-form-item-label,
16968.ant-form-inline .ant-form-item > .ant-form-item-control {
16969 display: inline-block;
16970 vertical-align: top;
16971}
16972.ant-form-inline .ant-form-item > .ant-form-item-label {
16973 flex: none;
16974}
16975.ant-form-inline .ant-form-item .ant-form-text {
16976 display: inline-block;
16977}
16978.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
16979 display: inline-block;
16980}
16981.ant-form-horizontal .ant-form-item-label {
16982 flex-grow: 0;
16983}
16984.ant-form-horizontal .ant-form-item-control {
16985 flex: 1 1 0;
16986 min-width: 0;
16987}
16988.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
16989.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
16990 min-width: unset;
16991}
16992.ant-form-vertical .ant-form-item-row {
16993 flex-direction: column;
16994}
16995.ant-form-vertical .ant-form-item-label > label {
16996 height: auto;
16997}
16998.ant-form-vertical .ant-form-item .ant-form-item-control {
16999 width: 100%;
17000}
17001.ant-form-vertical .ant-form-item-label,
17002.ant-col-24.ant-form-item-label,
17003.ant-col-xl-24.ant-form-item-label {
17004 padding: 0 0 4px;
17005 line-height: 1.66667;
17006 white-space: initial;
17007 text-align: left;
17008}
17009.ant-form-vertical .ant-form-item-label > label,
17010.ant-col-24.ant-form-item-label > label,
17011.ant-col-xl-24.ant-form-item-label > label {
17012 margin: 0;
17013}
17014.ant-form-vertical .ant-form-item-label > label::after,
17015.ant-col-24.ant-form-item-label > label::after,
17016.ant-col-xl-24.ant-form-item-label > label::after {
17017 display: none;
17018}
17019.ant-form-rtl.ant-form-vertical .ant-form-item-label,
17020.ant-form-rtl.ant-col-24.ant-form-item-label,
17021.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
17022 text-align: right;
17023}
17024@media (max-width: 575px) {
17025 .ant-form-item .ant-form-item-label {
17026 padding: 0 0 4px;
17027 line-height: 1.66667;
17028 white-space: initial;
17029 text-align: left;
17030 }
17031 .ant-form-item .ant-form-item-label > label {
17032 margin: 0;
17033 }
17034 .ant-form-item .ant-form-item-label > label::after {
17035 display: none;
17036 }
17037 .ant-form-rtl.ant-form-item .ant-form-item-label {
17038 text-align: right;
17039 }
17040 .ant-form .ant-form-item {
17041 flex-wrap: wrap;
17042 }
17043 .ant-form .ant-form-item .ant-form-item-label,
17044 .ant-form .ant-form-item .ant-form-item-control {
17045 flex: 0 0 100%;
17046 max-width: 100%;
17047 }
17048 .ant-col-xs-24.ant-form-item-label {
17049 padding: 0 0 4px;
17050 line-height: 1.66667;
17051 white-space: initial;
17052 text-align: left;
17053 }
17054 .ant-col-xs-24.ant-form-item-label > label {
17055 margin: 0;
17056 }
17057 .ant-col-xs-24.ant-form-item-label > label::after {
17058 display: none;
17059 }
17060 .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
17061 text-align: right;
17062 }
17063}
17064@media (max-width: 767px) {
17065 .ant-col-sm-24.ant-form-item-label {
17066 padding: 0 0 4px;
17067 line-height: 1.66667;
17068 white-space: initial;
17069 text-align: left;
17070 }
17071 .ant-col-sm-24.ant-form-item-label > label {
17072 margin: 0;
17073 }
17074 .ant-col-sm-24.ant-form-item-label > label::after {
17075 display: none;
17076 }
17077 .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
17078 text-align: right;
17079 }
17080}
17081@media (max-width: 991px) {
17082 .ant-col-md-24.ant-form-item-label {
17083 padding: 0 0 4px;
17084 line-height: 1.66667;
17085 white-space: initial;
17086 text-align: left;
17087 }
17088 .ant-col-md-24.ant-form-item-label > label {
17089 margin: 0;
17090 }
17091 .ant-col-md-24.ant-form-item-label > label::after {
17092 display: none;
17093 }
17094 .ant-form-rtl.ant-col-md-24.ant-form-item-label {
17095 text-align: right;
17096 }
17097}
17098@media (max-width: 1199px) {
17099 .ant-col-lg-24.ant-form-item-label {
17100 padding: 0 0 4px;
17101 line-height: 1.66667;
17102 white-space: initial;
17103 text-align: left;
17104 }
17105 .ant-col-lg-24.ant-form-item-label > label {
17106 margin: 0;
17107 }
17108 .ant-col-lg-24.ant-form-item-label > label::after {
17109 display: none;
17110 }
17111 .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
17112 text-align: right;
17113 }
17114}
17115@media (max-width: 1599px) {
17116 .ant-col-xl-24.ant-form-item-label {
17117 padding: 0 0 4px;
17118 line-height: 1.66667;
17119 white-space: initial;
17120 text-align: left;
17121 }
17122 .ant-col-xl-24.ant-form-item-label > label {
17123 margin: 0;
17124 }
17125 .ant-col-xl-24.ant-form-item-label > label::after {
17126 display: none;
17127 }
17128 .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
17129 text-align: right;
17130 }
17131}
17132.ant-form-item {
17133 /* Some non-status related component style is in `components.less` */
17134 /* To support leave along ErrorList. We add additional className to handle explain style */
17135}
17136.ant-form-item-explain-error {
17137 color: #ff4d4f;
17138}
17139.ant-form-item-explain-warning {
17140 color: #faad14;
17141}
17142.ant-form-item-has-feedback .ant-switch {
17143 margin: 2px 0 4px;
17144}
17145.ant-form-item-has-warning .ant-form-item-split {
17146 color: #faad14;
17147}
17148.ant-form-item-has-error .ant-form-item-split {
17149 color: #ff4d4f;
17150}
17151.ant-form {
17152 box-sizing: border-box;
17153 margin: 0;
17154 padding: 0;
17155 color: rgba(0, 0, 0, 0.85);
17156 font-size: 12px;
17157 font-variant: tabular-nums;
17158 line-height: 1.66667;
17159 list-style: none;
17160 font-feature-settings: 'tnum';
17161}
17162.ant-form legend {
17163 display: block;
17164 width: 100%;
17165 margin-bottom: 20px;
17166 padding: 0;
17167 color: rgba(0, 0, 0, 0.45);
17168 font-size: 14px;
17169 line-height: inherit;
17170 border: 0;
17171 border-bottom: 1px solid #d9d9d9;
17172}
17173.ant-form label {
17174 font-size: 12px;
17175}
17176.ant-form input[type='search'] {
17177 box-sizing: border-box;
17178}
17179.ant-form input[type='radio'],
17180.ant-form input[type='checkbox'] {
17181 line-height: normal;
17182}
17183.ant-form input[type='file'] {
17184 display: block;
17185}
17186.ant-form input[type='range'] {
17187 display: block;
17188 width: 100%;
17189}
17190.ant-form select[multiple],
17191.ant-form select[size] {
17192 height: auto;
17193}
17194.ant-form input[type='file']:focus,
17195.ant-form input[type='radio']:focus,
17196.ant-form input[type='checkbox']:focus {
17197 outline: thin dotted;
17198 outline: 5px auto -webkit-focus-ring-color;
17199 outline-offset: -2px;
17200}
17201.ant-form output {
17202 display: block;
17203 padding-top: 15px;
17204 color: rgba(0, 0, 0, 0.85);
17205 font-size: 12px;
17206 line-height: 1.66667;
17207}
17208.ant-form .ant-form-text {
17209 display: inline-block;
17210 padding-right: 8px;
17211}
17212.ant-form-small .ant-form-item-label > label {
17213 height: 22px;
17214}
17215.ant-form-small .ant-form-item-control-input {
17216 min-height: 22px;
17217}
17218.ant-form-large .ant-form-item-label > label {
17219 height: 32px;
17220}
17221.ant-form-large .ant-form-item-control-input {
17222 min-height: 32px;
17223}
17224.ant-form-item {
17225 box-sizing: border-box;
17226 margin: 0;
17227 padding: 0;
17228 color: rgba(0, 0, 0, 0.85);
17229 font-size: 12px;
17230 font-variant: tabular-nums;
17231 line-height: 1.66667;
17232 list-style: none;
17233 font-feature-settings: 'tnum';
17234 margin-bottom: 16px;
17235 vertical-align: top;
17236}
17237.ant-form-item-with-help {
17238 transition: none;
17239}
17240.ant-form-item-hidden,
17241.ant-form-item-hidden.ant-row {
17242 display: none;
17243}
17244.ant-form-item-label {
17245 display: inline-block;
17246 flex-grow: 0;
17247 overflow: hidden;
17248 white-space: nowrap;
17249 text-align: right;
17250 vertical-align: middle;
17251}
17252.ant-form-item-label-left {
17253 text-align: left;
17254}
17255.ant-form-item-label-wrap {
17256 overflow: unset;
17257 line-height: 1.41667em;
17258 white-space: unset;
17259}
17260.ant-form-item-label > label {
17261 position: relative;
17262 display: inline-flex;
17263 align-items: center;
17264 max-width: 100%;
17265 height: 28px;
17266 color: rgba(0, 0, 0, 0.85);
17267 font-size: 12px;
17268}
17269.ant-form-item-label > label > .anticon {
17270 font-size: 12px;
17271 vertical-align: top;
17272}
17273.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
17274 display: inline-block;
17275 margin-right: 4px;
17276 color: #ff4d4f;
17277 font-size: 12px;
17278 font-family: SimSun, sans-serif;
17279 line-height: 1;
17280 content: '*';
17281}
17282.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
17283 display: none;
17284}
17285.ant-form-item-label > label .ant-form-item-optional {
17286 display: inline-block;
17287 margin-left: 0px;
17288 color: rgba(0, 0, 0, 0.45);
17289}
17290.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
17291 display: none;
17292}
17293.ant-form-item-label > label .ant-form-item-tooltip {
17294 color: rgba(0, 0, 0, 0.45);
17295 cursor: help;
17296 -ms-writing-mode: lr-tb;
17297 writing-mode: horizontal-tb;
17298 margin-inline-start: 0px;
17299}
17300.ant-form-item-label > label::after {
17301 content: ':';
17302 position: relative;
17303 top: -0.5px;
17304 margin: 0 8px 0 2px;
17305}
17306.ant-form-item-label > label.ant-form-item-no-colon::after {
17307 content: ' ';
17308}
17309.ant-form-item-control {
17310 display: flex;
17311 flex-direction: column;
17312 flex-grow: 1;
17313}
17314.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
17315 width: 100%;
17316}
17317.ant-form-item-control-input {
17318 position: relative;
17319 display: flex;
17320 align-items: center;
17321 min-height: 28px;
17322}
17323.ant-form-item-control-input-content {
17324 flex: auto;
17325 max-width: 100%;
17326}
17327.ant-form-item-explain,
17328.ant-form-item-extra {
17329 clear: both;
17330 color: rgba(0, 0, 0, 0.45);
17331 font-size: 12px;
17332 line-height: 1.66667;
17333 transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
17334}
17335.ant-form-item-explain-connected {
17336 width: 100%;
17337}
17338.ant-form-item-extra {
17339 min-height: 16px;
17340}
17341.ant-form-item-with-help .ant-form-item-explain {
17342 height: auto;
17343 opacity: 1;
17344}
17345.ant-form-item-feedback-icon {
17346 font-size: 12px;
17347 text-align: center;
17348 visibility: visible;
17349 animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
17350 pointer-events: none;
17351}
17352.ant-form-item-feedback-icon-success {
17353 color: #52c41a;
17354}
17355.ant-form-item-feedback-icon-error {
17356 color: #ff4d4f;
17357}
17358.ant-form-item-feedback-icon-warning {
17359 color: #faad14;
17360}
17361.ant-form-item-feedback-icon-validating {
17362 color: #1890ff;
17363}
17364.ant-show-help {
17365 transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
17366}
17367.ant-show-help-appear,
17368.ant-show-help-enter {
17369 opacity: 0;
17370}
17371.ant-show-help-appear-active,
17372.ant-show-help-enter-active {
17373 opacity: 1;
17374}
17375.ant-show-help-leave {
17376 opacity: 1;
17377}
17378.ant-show-help-leave-active {
17379 opacity: 0;
17380}
17381.ant-show-help-item {
17382 overflow: hidden;
17383 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;
17384}
17385.ant-show-help-item-appear,
17386.ant-show-help-item-enter {
17387 transform: translateY(-5px);
17388 opacity: 0;
17389}
17390.ant-show-help-item-appear-active,
17391.ant-show-help-item-enter-active {
17392 transform: translateY(0);
17393 opacity: 1;
17394}
17395.ant-show-help-item-leave {
17396 transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
17397}
17398.ant-show-help-item-leave-active {
17399 transform: translateY(-5px);
17400}
17401@keyframes diffZoomIn1 {
17402 0% {
17403 transform: scale(0);
17404 opacity: 0;
17405 }
17406 100% {
17407 transform: scale(1);
17408 opacity: 1;
17409 }
17410}
17411@keyframes diffZoomIn2 {
17412 0% {
17413 transform: scale(0);
17414 opacity: 0;
17415 }
17416 100% {
17417 transform: scale(1);
17418 opacity: 1;
17419 }
17420}
17421@keyframes diffZoomIn3 {
17422 0% {
17423 transform: scale(0);
17424 opacity: 0;
17425 }
17426 100% {
17427 transform: scale(1);
17428 opacity: 1;
17429 }
17430}
17431.ant-form-rtl {
17432 direction: rtl;
17433}
17434.ant-form-rtl .ant-form-item-label {
17435 text-align: left;
17436}
17437.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
17438 margin-right: 0;
17439 margin-left: 4px;
17440}
17441.ant-form-rtl .ant-form-item-label > label::after {
17442 margin: 0 2px 0 8px;
17443}
17444.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
17445 margin-right: 0px;
17446 margin-left: 0;
17447}
17448.ant-col-rtl .ant-form-item-control:first-child {
17449 width: 100%;
17450}
17451.ant-form-rtl .ant-form-item-has-feedback .ant-input {
17452 padding-right: 7px;
17453 padding-left: 24px;
17454}
17455.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
17456 padding-right: 7px;
17457 padding-left: 18px;
17458}
17459.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
17460 padding: 0;
17461}
17462.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
17463 padding: 0;
17464}
17465.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
17466 right: auto;
17467 left: 28px;
17468}
17469.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
17470 padding-left: 18px;
17471}
17472.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
17473.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
17474.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
17475.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
17476.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
17477.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
17478 right: auto;
17479 left: 32px;
17480}
17481.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
17482.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
17483.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
17484 padding-right: 0;
17485 padding-left: 42px;
17486}
17487.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
17488 margin-right: 0;
17489 margin-left: 19px;
17490}
17491.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
17492 right: auto;
17493 left: 32px;
17494}
17495.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
17496 padding-right: 7px;
17497 padding-left: 22.6px;
17498}
17499.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
17500 padding-right: 11px;
17501 padding-left: 26.6px;
17502}
17503.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
17504 padding-right: 7px;
17505 padding-left: 22.6px;
17506}
17507.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
17508.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
17509.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
17510.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
17511 right: auto;
17512 left: 0;
17513}
17514.ant-form-rtl.ant-form-inline .ant-form-item {
17515 margin-right: 0;
17516 margin-left: 16px;
17517}
17518
17519/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17520/* stylelint-disable no-duplicate-selectors */
17521/* stylelint-disable */
17522/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17523
17524/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17525/* stylelint-disable no-duplicate-selectors */
17526/* stylelint-disable */
17527/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17528.ant-image {
17529 position: relative;
17530 display: inline-block;
17531}
17532.ant-image-img {
17533 width: 100%;
17534 height: auto;
17535 vertical-align: middle;
17536}
17537.ant-image-img-placeholder {
17538 background-color: #f5f5f5;
17539 background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
17540 background-repeat: no-repeat;
17541 background-position: center center;
17542 background-size: 30%;
17543}
17544.ant-image-mask {
17545 position: absolute;
17546 top: 0;
17547 right: 0;
17548 bottom: 0;
17549 left: 0;
17550 display: flex;
17551 align-items: center;
17552 justify-content: center;
17553 color: #fff;
17554 background: rgba(0, 0, 0, 0.5);
17555 cursor: pointer;
17556 opacity: 0;
17557 transition: opacity 0.3s;
17558}
17559.ant-image-mask-info {
17560 padding: 0 0px;
17561 overflow: hidden;
17562 white-space: nowrap;
17563 text-overflow: ellipsis;
17564}
17565.ant-image-mask-info .anticon {
17566 margin-inline-end: 0px;
17567}
17568.ant-image-mask:hover {
17569 opacity: 1;
17570}
17571.ant-image-placeholder {
17572 position: absolute;
17573 top: 0;
17574 right: 0;
17575 bottom: 0;
17576 left: 0;
17577}
17578.ant-image-preview {
17579 pointer-events: none;
17580 height: 100%;
17581 text-align: center;
17582}
17583.ant-image-preview.ant-zoom-enter,
17584.ant-image-preview.ant-zoom-appear {
17585 transform: none;
17586 opacity: 0;
17587 animation-duration: 0.3s;
17588 -webkit-user-select: none;
17589 -moz-user-select: none;
17590 -ms-user-select: none;
17591 user-select: none;
17592}
17593.ant-image-preview-mask {
17594 position: fixed;
17595 top: 0;
17596 right: 0;
17597 bottom: 0;
17598 left: 0;
17599 z-index: 1000;
17600 height: 100%;
17601 background-color: rgba(0, 0, 0, 0.45);
17602}
17603.ant-image-preview-mask-hidden {
17604 display: none;
17605}
17606.ant-image-preview-wrap {
17607 position: fixed;
17608 top: 0;
17609 right: 0;
17610 bottom: 0;
17611 left: 0;
17612 overflow: auto;
17613 outline: 0;
17614}
17615.ant-image-preview-body {
17616 position: absolute;
17617 top: 0;
17618 right: 0;
17619 bottom: 0;
17620 left: 0;
17621 overflow: hidden;
17622}
17623.ant-image-preview-img {
17624 max-width: 100%;
17625 max-height: 100%;
17626 vertical-align: middle;
17627 transform: scale3d(1, 1, 1);
17628 cursor: grab;
17629 transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
17630 -webkit-user-select: none;
17631 -moz-user-select: none;
17632 -ms-user-select: none;
17633 user-select: none;
17634 pointer-events: auto;
17635}
17636.ant-image-preview-img-wrapper {
17637 position: absolute;
17638 top: 0;
17639 right: 0;
17640 bottom: 0;
17641 left: 0;
17642 transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
17643}
17644.ant-image-preview-img-wrapper::before {
17645 display: inline-block;
17646 width: 1px;
17647 height: 50%;
17648 margin-right: -1px;
17649 content: '';
17650}
17651.ant-image-preview-moving .ant-image-preview-img {
17652 cursor: grabbing;
17653}
17654.ant-image-preview-moving .ant-image-preview-img-wrapper {
17655 transition-duration: 0s;
17656}
17657.ant-image-preview-wrap {
17658 z-index: 1080;
17659}
17660.ant-image-preview-operations-wrapper {
17661 position: fixed;
17662 top: 0;
17663 right: 0;
17664 z-index: 1081;
17665 width: 100%;
17666}
17667.ant-image-preview-operations {
17668 box-sizing: border-box;
17669 margin: 0;
17670 padding: 0;
17671 color: rgba(0, 0, 0, 0.85);
17672 font-size: 12px;
17673 font-variant: tabular-nums;
17674 line-height: 1.66667;
17675 font-feature-settings: 'tnum';
17676 display: flex;
17677 flex-direction: row-reverse;
17678 align-items: center;
17679 color: rgba(255, 255, 255, 0.85);
17680 list-style: none;
17681 background: rgba(0, 0, 0, 0.1);
17682 pointer-events: auto;
17683}
17684.ant-image-preview-operations-operation {
17685 margin-left: 8px;
17686 padding: 8px;
17687 cursor: pointer;
17688 transition: all 0.3s;
17689}
17690.ant-image-preview-operations-operation:hover {
17691 background: rgba(0, 0, 0, 0.2);
17692}
17693.ant-image-preview-operations-operation-disabled {
17694 color: rgba(255, 255, 255, 0.25);
17695 pointer-events: none;
17696}
17697.ant-image-preview-operations-operation:last-of-type {
17698 margin-left: 0;
17699}
17700.ant-image-preview-operations-progress {
17701 position: absolute;
17702 left: 50%;
17703 transform: translateX(-50%);
17704}
17705.ant-image-preview-operations-icon {
17706 font-size: 18px;
17707}
17708.ant-image-preview-switch-left,
17709.ant-image-preview-switch-right {
17710 position: fixed;
17711 top: 50%;
17712 right: 8px;
17713 z-index: 1081;
17714 display: flex;
17715 align-items: center;
17716 justify-content: center;
17717 width: 44px;
17718 height: 44px;
17719 color: rgba(255, 255, 255, 0.85);
17720 background: rgba(0, 0, 0, 0.1);
17721 border-radius: 50%;
17722 transform: translateY(-50%);
17723 cursor: pointer;
17724 transition: all 0.3s;
17725 pointer-events: auto;
17726}
17727.ant-image-preview-switch-left:hover,
17728.ant-image-preview-switch-right:hover {
17729 background: rgba(0, 0, 0, 0.2);
17730}
17731.ant-image-preview-switch-left-disabled,
17732.ant-image-preview-switch-right-disabled,
17733.ant-image-preview-switch-left-disabled:hover,
17734.ant-image-preview-switch-right-disabled:hover {
17735 color: rgba(255, 255, 255, 0.25);
17736 background: rgba(0, 0, 0, 0.1);
17737 cursor: not-allowed;
17738}
17739.ant-image-preview-switch-left-disabled > .anticon,
17740.ant-image-preview-switch-right-disabled > .anticon,
17741.ant-image-preview-switch-left-disabled:hover > .anticon,
17742.ant-image-preview-switch-right-disabled:hover > .anticon {
17743 cursor: not-allowed;
17744}
17745.ant-image-preview-switch-left > .anticon,
17746.ant-image-preview-switch-right > .anticon {
17747 font-size: 18px;
17748}
17749.ant-image-preview-switch-left {
17750 left: 8px;
17751}
17752.ant-image-preview-switch-right {
17753 right: 8px;
17754}
17755
17756/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
17757/* stylelint-disable no-duplicate-selectors */
17758/* stylelint-disable */
17759/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
17760.ant-input-number-affix-wrapper {
17761 display: inline-block;
17762 width: 100%;
17763 min-width: 0;
17764 padding: 3px 7px;
17765 color: rgba(0, 0, 0, 0.85);
17766 font-size: 12px;
17767 line-height: 1.66667;
17768 background-color: #fff;
17769 background-image: none;
17770 border: 1px solid #d9d9d9;
17771 border-radius: 2px;
17772 transition: all 0.3s;
17773 position: relative;
17774 display: inline-flex;
17775 width: 90px;
17776 padding: 0;
17777 padding-inline-start: 7px;
17778}
17779.ant-input-number-affix-wrapper::-moz-placeholder {
17780 color: #bfbfbf;
17781 -moz-user-select: none;
17782 user-select: none;
17783}
17784.ant-input-number-affix-wrapper:-ms-input-placeholder {
17785 color: #bfbfbf;
17786 -ms-user-select: none;
17787 user-select: none;
17788}
17789.ant-input-number-affix-wrapper::placeholder {
17790 color: #bfbfbf;
17791 -webkit-user-select: none;
17792 -moz-user-select: none;
17793 -ms-user-select: none;
17794 user-select: none;
17795}
17796.ant-input-number-affix-wrapper:-moz-placeholder-shown {
17797 text-overflow: ellipsis;
17798}
17799.ant-input-number-affix-wrapper:-ms-input-placeholder {
17800 text-overflow: ellipsis;
17801}
17802.ant-input-number-affix-wrapper:placeholder-shown {
17803 text-overflow: ellipsis;
17804}
17805.ant-input-number-affix-wrapper:hover {
17806 border-color: #40a9ff;
17807 border-right-width: 1px;
17808}
17809.ant-input-number-affix-wrapper:focus,
17810.ant-input-number-affix-wrapper-focused {
17811 border-color: #40a9ff;
17812 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
17813 border-right-width: 1px;
17814 outline: 0;
17815}
17816.ant-input-number-affix-wrapper-disabled {
17817 color: rgba(0, 0, 0, 0.25);
17818 background-color: #f5f5f5;
17819 border-color: #d9d9d9;
17820 box-shadow: none;
17821 cursor: not-allowed;
17822 opacity: 1;
17823}
17824.ant-input-number-affix-wrapper-disabled:hover {
17825 border-color: #d9d9d9;
17826 border-right-width: 1px;
17827}
17828.ant-input-number-affix-wrapper[disabled] {
17829 color: rgba(0, 0, 0, 0.25);
17830 background-color: #f5f5f5;
17831 border-color: #d9d9d9;
17832 box-shadow: none;
17833 cursor: not-allowed;
17834 opacity: 1;
17835}
17836.ant-input-number-affix-wrapper[disabled]:hover {
17837 border-color: #d9d9d9;
17838 border-right-width: 1px;
17839}
17840.ant-input-number-affix-wrapper-borderless,
17841.ant-input-number-affix-wrapper-borderless:hover,
17842.ant-input-number-affix-wrapper-borderless:focus,
17843.ant-input-number-affix-wrapper-borderless-focused,
17844.ant-input-number-affix-wrapper-borderless-disabled,
17845.ant-input-number-affix-wrapper-borderless[disabled] {
17846 background-color: transparent;
17847 border: none;
17848 box-shadow: none;
17849}
17850textarea.ant-input-number-affix-wrapper {
17851 max-width: 100%;
17852 height: auto;
17853 min-height: 28px;
17854 line-height: 1.66667;
17855 vertical-align: bottom;
17856 transition: all 0.3s, height 0s;
17857}
17858.ant-input-number-affix-wrapper-lg {
17859 padding: 3.4px 11px;
17860 font-size: 14px;
17861}
17862.ant-input-number-affix-wrapper-sm {
17863 padding: 0px 7px;
17864}
17865.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
17866 border-color: #40a9ff;
17867 border-right-width: 1px;
17868 z-index: 1;
17869}
17870.ant-input-number-affix-wrapper-focused,
17871.ant-input-number-affix-wrapper:focus {
17872 z-index: 1;
17873}
17874.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
17875 background: transparent;
17876}
17877.ant-input-number-affix-wrapper > div.ant-input-number {
17878 width: 100%;
17879 border: none;
17880 outline: none;
17881}
17882.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
17883 box-shadow: none !important;
17884}
17885.ant-input-number-affix-wrapper input.ant-input-number-input {
17886 padding: 0;
17887}
17888.ant-input-number-affix-wrapper::before {
17889 display: inline-block;
17890 width: 0;
17891 visibility: hidden;
17892 content: '\a0';
17893}
17894.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
17895 z-index: 2;
17896}
17897.ant-input-number-prefix,
17898.ant-input-number-suffix {
17899 display: flex;
17900 flex: none;
17901 align-items: center;
17902 pointer-events: none;
17903}
17904.ant-input-number-prefix {
17905 margin-inline-end: 4px;
17906}
17907.ant-input-number-suffix {
17908 position: absolute;
17909 top: 0;
17910 right: 0;
17911 z-index: 1;
17912 height: 100%;
17913 margin-right: 7px;
17914 margin-left: 4px;
17915}
17916.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
17917 width: 100%;
17918}
17919.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
17920.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
17921 background: #fff;
17922 border-color: #ff4d4f;
17923}
17924.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
17925.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
17926 border-color: #ff7875;
17927 box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
17928 border-right-width: 1px;
17929 outline: 0;
17930}
17931.ant-input-number-status-error .ant-input-number-prefix {
17932 color: #ff4d4f;
17933}
17934.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
17935.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
17936 background: #fff;
17937 border-color: #faad14;
17938}
17939.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
17940.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
17941 border-color: #ffc53d;
17942 box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
17943 border-right-width: 1px;
17944 outline: 0;
17945}
17946.ant-input-number-status-warning .ant-input-number-prefix {
17947 color: #faad14;
17948}
17949.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
17950.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
17951 background: #fff;
17952 border-color: #ff4d4f;
17953}
17954.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
17955.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
17956 border-color: #ff7875;
17957 box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
17958 border-right-width: 1px;
17959 outline: 0;
17960}
17961.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
17962 color: #ff4d4f;
17963}
17964.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
17965.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
17966 background: #fff;
17967 border-color: #faad14;
17968}
17969.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
17970.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
17971 border-color: #ffc53d;
17972 box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
17973 border-right-width: 1px;
17974 outline: 0;
17975}
17976.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
17977 color: #faad14;
17978}
17979.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
17980 color: #ff4d4f;
17981 border-color: #ff4d4f;
17982}
17983.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
17984 color: #faad14;
17985 border-color: #faad14;
17986}
17987.ant-input-number {
17988 box-sizing: border-box;
17989 font-variant: tabular-nums;
17990 list-style: none;
17991 font-feature-settings: 'tnum';
17992 position: relative;
17993 width: 100%;
17994 min-width: 0;
17995 padding: 3px 7px;
17996 color: rgba(0, 0, 0, 0.85);
17997 font-size: 12px;
17998 line-height: 1.66667;
17999 background-color: #fff;
18000 background-image: none;
18001 transition: all 0.3s;
18002 display: inline-block;
18003 width: 90px;
18004 margin: 0;
18005 padding: 0;
18006 border: 1px solid #d9d9d9;
18007 border-radius: 2px;
18008}
18009.ant-input-number::-moz-placeholder {
18010 color: #bfbfbf;
18011 -moz-user-select: none;
18012 user-select: none;
18013}
18014.ant-input-number:-ms-input-placeholder {
18015 color: #bfbfbf;
18016 -ms-user-select: none;
18017 user-select: none;
18018}
18019.ant-input-number::placeholder {
18020 color: #bfbfbf;
18021 -webkit-user-select: none;
18022 -moz-user-select: none;
18023 -ms-user-select: none;
18024 user-select: none;
18025}
18026.ant-input-number:-moz-placeholder-shown {
18027 text-overflow: ellipsis;
18028}
18029.ant-input-number:-ms-input-placeholder {
18030 text-overflow: ellipsis;
18031}
18032.ant-input-number:placeholder-shown {
18033 text-overflow: ellipsis;
18034}
18035.ant-input-number:hover {
18036 border-color: #40a9ff;
18037 border-right-width: 1px;
18038}
18039.ant-input-number:focus,
18040.ant-input-number-focused {
18041 border-color: #40a9ff;
18042 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
18043 border-right-width: 1px;
18044 outline: 0;
18045}
18046.ant-input-number-disabled {
18047 color: rgba(0, 0, 0, 0.25);
18048 background-color: #f5f5f5;
18049 border-color: #d9d9d9;
18050 box-shadow: none;
18051 cursor: not-allowed;
18052 opacity: 1;
18053}
18054.ant-input-number-disabled:hover {
18055 border-color: #d9d9d9;
18056 border-right-width: 1px;
18057}
18058.ant-input-number[disabled] {
18059 color: rgba(0, 0, 0, 0.25);
18060 background-color: #f5f5f5;
18061 border-color: #d9d9d9;
18062 box-shadow: none;
18063 cursor: not-allowed;
18064 opacity: 1;
18065}
18066.ant-input-number[disabled]:hover {
18067 border-color: #d9d9d9;
18068 border-right-width: 1px;
18069}
18070.ant-input-number-borderless,
18071.ant-input-number-borderless:hover,
18072.ant-input-number-borderless:focus,
18073.ant-input-number-borderless-focused,
18074.ant-input-number-borderless-disabled,
18075.ant-input-number-borderless[disabled] {
18076 background-color: transparent;
18077 border: none;
18078 box-shadow: none;
18079}
18080textarea.ant-input-number {
18081 max-width: 100%;
18082 height: auto;
18083 min-height: 28px;
18084 line-height: 1.66667;
18085 vertical-align: bottom;
18086 transition: all 0.3s, height 0s;
18087}
18088.ant-input-number-lg {
18089 padding: 3.4px 11px;
18090 font-size: 14px;
18091}
18092.ant-input-number-sm {
18093 padding: 0px 7px;
18094}
18095.ant-input-number-group {
18096 box-sizing: border-box;
18097 margin: 0;
18098 padding: 0;
18099 color: rgba(0, 0, 0, 0.85);
18100 font-size: 12px;
18101 font-variant: tabular-nums;
18102 line-height: 1.66667;
18103 list-style: none;
18104 font-feature-settings: 'tnum';
18105 position: relative;
18106 display: table;
18107 width: 100%;
18108 border-collapse: separate;
18109 border-spacing: 0;
18110}
18111.ant-input-number-group[class*='col-'] {
18112 float: none;
18113 padding-right: 0;
18114 padding-left: 0;
18115}
18116.ant-input-number-group > [class*='col-'] {
18117 padding-right: 8px;
18118}
18119.ant-input-number-group > [class*='col-']:last-child {
18120 padding-right: 0;
18121}
18122.ant-input-number-group-addon,
18123.ant-input-number-group-wrap,
18124.ant-input-number-group > .ant-input-number {
18125 display: table-cell;
18126}
18127.ant-input-number-group-addon:not(:first-child):not(:last-child),
18128.ant-input-number-group-wrap:not(:first-child):not(:last-child),
18129.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
18130 border-radius: 0;
18131}
18132.ant-input-number-group-addon,
18133.ant-input-number-group-wrap {
18134 width: 1px;
18135 white-space: nowrap;
18136 vertical-align: middle;
18137}
18138.ant-input-number-group-wrap > * {
18139 display: block !important;
18140}
18141.ant-input-number-group .ant-input-number {
18142 float: left;
18143 width: 100%;
18144 margin-bottom: 0;
18145 text-align: inherit;
18146}
18147.ant-input-number-group .ant-input-number:focus {
18148 z-index: 1;
18149 border-right-width: 1px;
18150}
18151.ant-input-number-group .ant-input-number:hover {
18152 z-index: 1;
18153 border-right-width: 1px;
18154}
18155.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
18156 z-index: 0;
18157}
18158.ant-input-number-group-addon {
18159 position: relative;
18160 padding: 0 7px;
18161 color: rgba(0, 0, 0, 0.85);
18162 font-weight: normal;
18163 font-size: 12px;
18164 text-align: center;
18165 background-color: #fafafa;
18166 border: 1px solid #d9d9d9;
18167 border-radius: 2px;
18168 transition: all 0.3s;
18169}
18170.ant-input-number-group-addon .ant-select {
18171 margin: -4px -7px;
18172}
18173.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
18174 background-color: inherit;
18175 border: 1px solid transparent;
18176 box-shadow: none;
18177}
18178.ant-input-number-group-addon .ant-select-open .ant-select-selector,
18179.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
18180 color: #1890ff;
18181}
18182.ant-input-number-group-addon .ant-cascader-picker {
18183 margin: -9px -8px;
18184 background-color: transparent;
18185}
18186.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
18187 text-align: left;
18188 border: 0;
18189 box-shadow: none;
18190}
18191.ant-input-number-group > .ant-input-number:first-child,
18192.ant-input-number-group-addon:first-child {
18193 border-top-right-radius: 0;
18194 border-bottom-right-radius: 0;
18195}
18196.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
18197.ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
18198 border-top-right-radius: 0;
18199 border-bottom-right-radius: 0;
18200}
18201.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
18202 border-top-left-radius: 0;
18203 border-bottom-left-radius: 0;
18204}
18205.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
18206 border-top-right-radius: 0;
18207 border-bottom-right-radius: 0;
18208}
18209.ant-input-number-group-addon:first-child {
18210 border-right: 0;
18211}
18212.ant-input-number-group-addon:last-child {
18213 border-left: 0;
18214}
18215.ant-input-number-group > .ant-input-number:last-child,
18216.ant-input-number-group-addon:last-child {
18217 border-top-left-radius: 0;
18218 border-bottom-left-radius: 0;
18219}
18220.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
18221.ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
18222 border-top-left-radius: 0;
18223 border-bottom-left-radius: 0;
18224}
18225.ant-input-number-group-lg .ant-input-number,
18226.ant-input-number-group-lg > .ant-input-number-group-addon {
18227 padding: 3.4px 11px;
18228 font-size: 14px;
18229}
18230.ant-input-number-group-sm .ant-input-number,
18231.ant-input-number-group-sm > .ant-input-number-group-addon {
18232 padding: 0px 7px;
18233}
18234.ant-input-number-group-lg .ant-select-single .ant-select-selector {
18235 height: 32px;
18236}
18237.ant-input-number-group-sm .ant-select-single .ant-select-selector {
18238 height: 22px;
18239}
18240.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
18241 border-top-right-radius: 0;
18242 border-bottom-right-radius: 0;
18243}
18244.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
18245 border-top-left-radius: 2px;
18246 border-bottom-left-radius: 2px;
18247}
18248.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
18249.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
18250 border-top-left-radius: 0;
18251 border-bottom-left-radius: 0;
18252}
18253.ant-input-number-group.ant-input-number-group-compact {
18254 display: block;
18255}
18256.ant-input-number-group.ant-input-number-group-compact::before {
18257 display: table;
18258 content: '';
18259}
18260.ant-input-number-group.ant-input-number-group-compact::after {
18261 display: table;
18262 clear: both;
18263 content: '';
18264}
18265.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
18266.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
18267.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
18268 border-right-width: 1px;
18269}
18270.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
18271.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
18272.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
18273 z-index: 1;
18274}
18275.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
18276.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
18277.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
18278 z-index: 1;
18279}
18280.ant-input-number-group.ant-input-number-group-compact > * {
18281 display: inline-block;
18282 float: none;
18283 vertical-align: top;
18284 border-radius: 0;
18285}
18286.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
18287.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
18288.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
18289 display: inline-flex;
18290}
18291.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
18292 margin-right: -1px;
18293 border-right-width: 1px;
18294}
18295.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
18296 float: none;
18297}
18298.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
18299.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
18300.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
18301.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
18302 border-right-width: 1px;
18303 border-radius: 0;
18304}
18305.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
18306.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
18307.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
18308.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
18309 z-index: 1;
18310}
18311.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
18312.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
18313.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
18314.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
18315 z-index: 1;
18316}
18317.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
18318 z-index: 1;
18319}
18320.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
18321 z-index: 1;
18322}
18323.ant-input-number-group.ant-input-number-group-compact > *:first-child,
18324.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
18325.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
18326.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
18327 border-top-left-radius: 2px;
18328 border-bottom-left-radius: 2px;
18329}
18330.ant-input-number-group.ant-input-number-group-compact > *:last-child,
18331.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
18332.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
18333.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
18334 border-right-width: 1px;
18335 border-top-right-radius: 2px;
18336 border-bottom-right-radius: 2px;
18337}
18338.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
18339 vertical-align: top;
18340}
18341.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
18342 margin-left: -1px;
18343}
18344.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
18345 border-radius: 0;
18346}
18347.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 {
18348 border-radius: 0;
18349}
18350.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
18351 border-radius: 2px 0 0 2px;
18352}
18353.ant-input-number-group > .ant-input-number-rtl:first-child {
18354 border-radius: 0 2px 2px 0;
18355}
18356.ant-input-number-group > .ant-input-number-rtl:last-child {
18357 border-radius: 2px 0 0 2px;
18358}
18359.ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
18360 border-right: 1px solid #d9d9d9;
18361 border-left: 0;
18362 border-radius: 0 2px 2px 0;
18363}
18364.ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
18365 border-right: 0;
18366 border-left: 1px solid #d9d9d9;
18367 border-radius: 2px 0 0 2px;
18368}
18369.ant-input-number-group-wrapper {
18370 display: inline-block;
18371 text-align: start;
18372 vertical-align: top;
18373}
18374.ant-input-number-handler {
18375 position: relative;
18376 display: block;
18377 width: 100%;
18378 height: 50%;
18379 overflow: hidden;
18380 color: rgba(0, 0, 0, 0.45);
18381 font-weight: bold;
18382 line-height: 0;
18383 text-align: center;
18384 border-left: 1px solid #d9d9d9;
18385 transition: all 0.1s linear;
18386}
18387.ant-input-number-handler:active {
18388 background: #f4f4f4;
18389}
18390.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
18391.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
18392 color: #40a9ff;
18393}
18394.ant-input-number-handler-up-inner,
18395.ant-input-number-handler-down-inner {
18396 display: inline-flex;
18397 align-items: center;
18398 color: inherit;
18399 font-style: normal;
18400 line-height: 0;
18401 text-align: center;
18402 text-transform: none;
18403 vertical-align: -0.125em;
18404 text-rendering: optimizelegibility;
18405 -webkit-font-smoothing: antialiased;
18406 -moz-osx-font-smoothing: grayscale;
18407 position: absolute;
18408 right: 4px;
18409 width: 12px;
18410 height: 12px;
18411 color: rgba(0, 0, 0, 0.45);
18412 line-height: 12px;
18413 transition: all 0.1s linear;
18414 -webkit-user-select: none;
18415 -moz-user-select: none;
18416 -ms-user-select: none;
18417 user-select: none;
18418}
18419.ant-input-number-handler-up-inner > *,
18420.ant-input-number-handler-down-inner > * {
18421 line-height: 1;
18422}
18423.ant-input-number-handler-up-inner svg,
18424.ant-input-number-handler-down-inner svg {
18425 display: inline-block;
18426}
18427.ant-input-number-handler-up-inner::before,
18428.ant-input-number-handler-down-inner::before {
18429 display: none;
18430}
18431.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
18432.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
18433.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
18434.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
18435 display: block;
18436}
18437.ant-input-number:hover {
18438 border-color: #40a9ff;
18439 border-right-width: 1px;
18440}
18441.ant-input-number:hover + .ant-form-item-children-icon {
18442 opacity: 0;
18443 transition: opacity 0.24s linear 0.24s;
18444}
18445.ant-input-number-focused {
18446 border-color: #40a9ff;
18447 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
18448 border-right-width: 1px;
18449 outline: 0;
18450}
18451.ant-input-number-disabled {
18452 color: rgba(0, 0, 0, 0.25);
18453 background-color: #f5f5f5;
18454 border-color: #d9d9d9;
18455 box-shadow: none;
18456 cursor: not-allowed;
18457 opacity: 1;
18458}
18459.ant-input-number-disabled:hover {
18460 border-color: #d9d9d9;
18461 border-right-width: 1px;
18462}
18463.ant-input-number-disabled .ant-input-number-input {
18464 cursor: not-allowed;
18465}
18466.ant-input-number-disabled .ant-input-number-handler-wrap {
18467 display: none;
18468}
18469.ant-input-number-readonly .ant-input-number-handler-wrap {
18470 display: none;
18471}
18472.ant-input-number-input {
18473 width: 100%;
18474 height: 26px;
18475 padding: 0 7px;
18476 text-align: left;
18477 background-color: transparent;
18478 border: 0;
18479 border-radius: 2px;
18480 outline: 0;
18481 transition: all 0.3s linear;
18482 -webkit-appearance: textfield !important;
18483 -moz-appearance: textfield !important;
18484 appearance: textfield !important;
18485}
18486.ant-input-number-input::-moz-placeholder {
18487 color: #bfbfbf;
18488 -moz-user-select: none;
18489 user-select: none;
18490}
18491.ant-input-number-input:-ms-input-placeholder {
18492 color: #bfbfbf;
18493 -ms-user-select: none;
18494 user-select: none;
18495}
18496.ant-input-number-input::placeholder {
18497 color: #bfbfbf;
18498 -webkit-user-select: none;
18499 -moz-user-select: none;
18500 -ms-user-select: none;
18501 user-select: none;
18502}
18503.ant-input-number-input:-moz-placeholder-shown {
18504 text-overflow: ellipsis;
18505}
18506.ant-input-number-input:-ms-input-placeholder {
18507 text-overflow: ellipsis;
18508}
18509.ant-input-number-input:placeholder-shown {
18510 text-overflow: ellipsis;
18511}
18512.ant-input-number-input[type='number']::-webkit-inner-spin-button,
18513.ant-input-number-input[type='number']::-webkit-outer-spin-button {
18514 margin: 0;
18515 /* stylelint-disable-next-line property-no-vendor-prefix */
18516 -webkit-appearance: none;
18517 appearance: none;
18518}
18519.ant-input-number-lg {
18520 padding: 0;
18521 font-size: 14px;
18522}
18523.ant-input-number-lg input {
18524 height: 30px;
18525}
18526.ant-input-number-sm {
18527 padding: 0;
18528}
18529.ant-input-number-sm input {
18530 height: 20px;
18531 padding: 0 7px;
18532}
18533.ant-input-number-handler-wrap {
18534 position: absolute;
18535 top: 0;
18536 right: 0;
18537 width: 22px;
18538 height: 100%;
18539 background: #fff;
18540 border-radius: 0 2px 2px 0;
18541 opacity: 0;
18542 transition: opacity 0.24s linear 0.1s;
18543}
18544.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
18545.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
18546 display: flex;
18547 align-items: center;
18548 justify-content: center;
18549 min-width: auto;
18550 margin-right: 0;
18551 font-size: 7px;
18552}
18553.ant-input-number-borderless .ant-input-number-handler-wrap {
18554 border-left-width: 0;
18555}
18556.ant-input-number-handler-wrap:hover .ant-input-number-handler {
18557 height: 40%;
18558}
18559.ant-input-number:hover .ant-input-number-handler-wrap,
18560.ant-input-number-focused .ant-input-number-handler-wrap {
18561 opacity: 1;
18562}
18563.ant-input-number-handler-up {
18564 border-top-right-radius: 2px;
18565 cursor: pointer;
18566}
18567.ant-input-number-handler-up-inner {
18568 top: 50%;
18569 margin-top: -5px;
18570 text-align: center;
18571}
18572.ant-input-number-handler-up:hover {
18573 height: 60% !important;
18574}
18575.ant-input-number-handler-down {
18576 top: 0;
18577 border-top: 1px solid #d9d9d9;
18578 border-bottom-right-radius: 2px;
18579 cursor: pointer;
18580}
18581.ant-input-number-handler-down-inner {
18582 top: 50%;
18583 text-align: center;
18584 transform: translateY(-50%);
18585}
18586.ant-input-number-handler-down:hover {
18587 height: 60% !important;
18588}
18589.ant-input-number-borderless .ant-input-number-handler-down {
18590 border-top-width: 0;
18591}
18592.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
18593.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
18594 border-top: 1px solid #d9d9d9;
18595}
18596.ant-input-number-handler-up-disabled,
18597.ant-input-number-handler-down-disabled {
18598 cursor: not-allowed;
18599}
18600.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
18601.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
18602 color: rgba(0, 0, 0, 0.25);
18603}
18604.ant-input-number-borderless {
18605 box-shadow: none;
18606}
18607.ant-input-number-out-of-range input {
18608 color: #ff4d4f;
18609}
18610.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
18611 margin-right: -1px;
18612}
18613.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl {
18614 margin-left: -1px;
18615}
18616.ant-input-number-compact-item:hover,
18617.ant-input-number-compact-item:focus,
18618.ant-input-number-compact-item:active {
18619 z-index: 2;
18620}
18621.ant-input-number-compact-item.ant-input-number-focused {
18622 z-index: 2;
18623}
18624.ant-input-number-compact-item[disabled] {
18625 z-index: 0;
18626}
18627.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number {
18628 border-radius: 0;
18629}
18630.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl) {
18631 border-top-right-radius: 0;
18632 border-bottom-right-radius: 0;
18633}
18634.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl) {
18635 border-top-left-radius: 0;
18636 border-bottom-left-radius: 0;
18637}
18638.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item) {
18639 border-top-left-radius: 0;
18640 border-bottom-left-radius: 0;
18641}
18642.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item) {
18643 border-top-right-radius: 0;
18644 border-bottom-right-radius: 0;
18645}
18646.ant-input-number-rtl {
18647 direction: rtl;
18648}
18649.ant-input-number-rtl .ant-input-number-handler {
18650 border-right: 1px solid #d9d9d9;
18651 border-left: 0;
18652}
18653.ant-input-number-rtl .ant-input-number-handler-wrap {
18654 right: auto;
18655 left: 0;
18656}
18657.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
18658 border-right-width: 0;
18659}
18660.ant-input-number-rtl .ant-input-number-handler-up {
18661 border-top-right-radius: 0;
18662}
18663.ant-input-number-rtl .ant-input-number-handler-down {
18664 border-bottom-right-radius: 0;
18665}
18666.ant-input-number-rtl .ant-input-number-input {
18667 direction: ltr;
18668 text-align: right;
18669}
18670
18671/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
18672/* stylelint-disable no-duplicate-selectors */
18673/* stylelint-disable */
18674/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
18675.ant-input-affix-wrapper {
18676 position: relative;
18677 display: inline-block;
18678 width: 100%;
18679 min-width: 0;
18680 padding: 3px 7px;
18681 color: rgba(0, 0, 0, 0.85);
18682 font-size: 12px;
18683 line-height: 1.66667;
18684 background-color: #fff;
18685 background-image: none;
18686 border: 1px solid #d9d9d9;
18687 border-radius: 2px;
18688 transition: all 0.3s;
18689 display: inline-flex;
18690}
18691.ant-input-affix-wrapper::-moz-placeholder {
18692 color: #bfbfbf;
18693 -moz-user-select: none;
18694 user-select: none;
18695}
18696.ant-input-affix-wrapper:-ms-input-placeholder {
18697 color: #bfbfbf;
18698 -ms-user-select: none;
18699 user-select: none;
18700}
18701.ant-input-affix-wrapper::placeholder {
18702 color: #bfbfbf;
18703 -webkit-user-select: none;
18704 -moz-user-select: none;
18705 -ms-user-select: none;
18706 user-select: none;
18707}
18708.ant-input-affix-wrapper:-moz-placeholder-shown {
18709 text-overflow: ellipsis;
18710}
18711.ant-input-affix-wrapper:-ms-input-placeholder {
18712 text-overflow: ellipsis;
18713}
18714.ant-input-affix-wrapper:placeholder-shown {
18715 text-overflow: ellipsis;
18716}
18717.ant-input-affix-wrapper:hover {
18718 border-color: #40a9ff;
18719 border-right-width: 1px;
18720}
18721.ant-input-rtl .ant-input-affix-wrapper:hover {
18722 border-right-width: 0;
18723 border-left-width: 1px !important;
18724}
18725.ant-input-affix-wrapper:focus,
18726.ant-input-affix-wrapper-focused {
18727 border-color: #40a9ff;
18728 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
18729 border-right-width: 1px;
18730 outline: 0;
18731}
18732.ant-input-rtl .ant-input-affix-wrapper:focus,
18733.ant-input-rtl .ant-input-affix-wrapper-focused {
18734 border-right-width: 0;
18735 border-left-width: 1px !important;
18736}
18737.ant-input-affix-wrapper-disabled {
18738 color: rgba(0, 0, 0, 0.25);
18739 background-color: #f5f5f5;
18740 border-color: #d9d9d9;
18741 box-shadow: none;
18742 cursor: not-allowed;
18743 opacity: 1;
18744}
18745.ant-input-affix-wrapper-disabled:hover {
18746 border-color: #d9d9d9;
18747 border-right-width: 1px;
18748}
18749.ant-input-affix-wrapper[disabled] {
18750 color: rgba(0, 0, 0, 0.25);
18751 background-color: #f5f5f5;
18752 border-color: #d9d9d9;
18753 box-shadow: none;
18754 cursor: not-allowed;
18755 opacity: 1;
18756}
18757.ant-input-affix-wrapper[disabled]:hover {
18758 border-color: #d9d9d9;
18759 border-right-width: 1px;
18760}
18761.ant-input-affix-wrapper-borderless,
18762.ant-input-affix-wrapper-borderless:hover,
18763.ant-input-affix-wrapper-borderless:focus,
18764.ant-input-affix-wrapper-borderless-focused,
18765.ant-input-affix-wrapper-borderless-disabled,
18766.ant-input-affix-wrapper-borderless[disabled] {
18767 background-color: transparent;
18768 border: none;
18769 box-shadow: none;
18770}
18771textarea.ant-input-affix-wrapper {
18772 max-width: 100%;
18773 height: auto;
18774 min-height: 28px;
18775 line-height: 1.66667;
18776 vertical-align: bottom;
18777 transition: all 0.3s, height 0s;
18778}
18779.ant-input-affix-wrapper-lg {
18780 padding: 3.4px 11px;
18781 font-size: 14px;
18782}
18783.ant-input-affix-wrapper-sm {
18784 padding: 0px 7px;
18785}
18786.ant-input-affix-wrapper-rtl {
18787 direction: rtl;
18788}
18789.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
18790 border-color: #40a9ff;
18791 border-right-width: 1px;
18792 z-index: 1;
18793}
18794.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
18795 border-right-width: 0;
18796 border-left-width: 1px !important;
18797}
18798.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
18799 z-index: 0;
18800}
18801.ant-input-affix-wrapper-focused,
18802.ant-input-affix-wrapper:focus {
18803 z-index: 1;
18804}
18805.ant-input-affix-wrapper-disabled .ant-input[disabled] {
18806 background: rgba(255, 255, 255, 0);
18807}
18808.ant-input-affix-wrapper > .ant-input {
18809 font-size: inherit;
18810 border: none;
18811 outline: none;
18812}
18813.ant-input-affix-wrapper > .ant-input:focus {
18814 box-shadow: none !important;
18815}
18816.ant-input-affix-wrapper > .ant-input:not(textarea) {
18817 padding: 0;
18818}
18819.ant-input-affix-wrapper::before {
18820 display: inline-block;
18821 width: 0;
18822 visibility: hidden;
18823 content: '\a0';
18824}
18825.ant-input-prefix,
18826.ant-input-suffix {
18827 display: flex;
18828 flex: none;
18829 align-items: center;
18830}
18831.ant-input-prefix > *:not(:last-child),
18832.ant-input-suffix > *:not(:last-child) {
18833 margin-right: 8px;
18834}
18835.ant-input-show-count-suffix {
18836 color: rgba(0, 0, 0, 0.45);
18837}
18838.ant-input-show-count-has-suffix {
18839 margin-right: 2px;
18840}
18841.ant-input-prefix {
18842 margin-right: 4px;
18843}
18844.ant-input-suffix {
18845 margin-left: 4px;
18846}
18847.anticon.ant-input-clear-icon,
18848.ant-input-clear-icon {
18849 margin: 0;
18850 color: rgba(0, 0, 0, 0.25);
18851 font-size: 12px;
18852 vertical-align: -1px;
18853 cursor: pointer;
18854 transition: color 0.3s;
18855}
18856.anticon.ant-input-clear-icon:hover,
18857.ant-input-clear-icon:hover {
18858 color: rgba(0, 0, 0, 0.45);
18859}
18860.anticon.ant-input-clear-icon:active,
18861.ant-input-clear-icon:active {
18862 color: rgba(0, 0, 0, 0.85);
18863}
18864.anticon.ant-input-clear-icon-hidden,
18865.ant-input-clear-icon-hidden {
18866 visibility: hidden;
18867}
18868.anticon.ant-input-clear-icon-has-suffix,
18869.ant-input-clear-icon-has-suffix {
18870 margin: 0 4px;
18871}
18872.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn {
18873 padding: 0;
18874}
18875.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
18876 position: absolute;
18877 top: 8px;
18878 right: 8px;
18879 z-index: 1;
18880}
18881.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
18882.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
18883 background: #fff;
18884 border-color: #ff4d4f;
18885}
18886.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
18887.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
18888 border-color: #ff7875;
18889 box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
18890 border-right-width: 1px;
18891 outline: 0;
18892}
18893.ant-input-status-error .ant-input-prefix {
18894 color: #ff4d4f;
18895}
18896.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
18897.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
18898 background: #fff;
18899 border-color: #faad14;
18900}
18901.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
18902.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
18903 border-color: #ffc53d;
18904 box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
18905 border-right-width: 1px;
18906 outline: 0;
18907}
18908.ant-input-status-warning .ant-input-prefix {
18909 color: #faad14;
18910}
18911.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
18912.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
18913 background: #fff;
18914 border-color: #ff4d4f;
18915}
18916.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
18917.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
18918 border-color: #ff7875;
18919 box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
18920 border-right-width: 1px;
18921 outline: 0;
18922}
18923.ant-input-affix-wrapper-status-error .ant-input-prefix {
18924 color: #ff4d4f;
18925}
18926.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
18927.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
18928 background: #fff;
18929 border-color: #faad14;
18930}
18931.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
18932.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
18933 border-color: #ffc53d;
18934 box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
18935 border-right-width: 1px;
18936 outline: 0;
18937}
18938.ant-input-affix-wrapper-status-warning .ant-input-prefix {
18939 color: #faad14;
18940}
18941.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
18942.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
18943.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
18944.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
18945 padding-right: 24px;
18946}
18947.ant-input-group-wrapper-status-error .ant-input-group-addon {
18948 color: #ff4d4f;
18949 border-color: #ff4d4f;
18950}
18951.ant-input-group-wrapper-status-warning .ant-input-group-addon {
18952 color: #faad14;
18953 border-color: #faad14;
18954}
18955.ant-input {
18956 box-sizing: border-box;
18957 margin: 0;
18958 padding: 0;
18959 font-variant: tabular-nums;
18960 list-style: none;
18961 font-feature-settings: 'tnum';
18962 position: relative;
18963 display: inline-block;
18964 width: 100%;
18965 min-width: 0;
18966 padding: 3px 7px;
18967 color: rgba(0, 0, 0, 0.85);
18968 font-size: 12px;
18969 line-height: 1.66667;
18970 background-color: #fff;
18971 background-image: none;
18972 border: 1px solid #d9d9d9;
18973 border-radius: 2px;
18974 transition: all 0.3s;
18975}
18976.ant-input::-moz-placeholder {
18977 color: #bfbfbf;
18978 -moz-user-select: none;
18979 user-select: none;
18980}
18981.ant-input:-ms-input-placeholder {
18982 color: #bfbfbf;
18983 -ms-user-select: none;
18984 user-select: none;
18985}
18986.ant-input::placeholder {
18987 color: #bfbfbf;
18988 -webkit-user-select: none;
18989 -moz-user-select: none;
18990 -ms-user-select: none;
18991 user-select: none;
18992}
18993.ant-input:-moz-placeholder-shown {
18994 text-overflow: ellipsis;
18995}
18996.ant-input:-ms-input-placeholder {
18997 text-overflow: ellipsis;
18998}
18999.ant-input:placeholder-shown {
19000 text-overflow: ellipsis;
19001}
19002.ant-input:hover {
19003 border-color: #40a9ff;
19004 border-right-width: 1px;
19005}
19006.ant-input-rtl .ant-input:hover {
19007 border-right-width: 0;
19008 border-left-width: 1px !important;
19009}
19010.ant-input:focus,
19011.ant-input-focused {
19012 border-color: #40a9ff;
19013 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
19014 border-right-width: 1px;
19015 outline: 0;
19016}
19017.ant-input-rtl .ant-input:focus,
19018.ant-input-rtl .ant-input-focused {
19019 border-right-width: 0;
19020 border-left-width: 1px !important;
19021}
19022.ant-input-disabled {
19023 color: rgba(0, 0, 0, 0.25);
19024 background-color: #f5f5f5;
19025 border-color: #d9d9d9;
19026 box-shadow: none;
19027 cursor: not-allowed;
19028 opacity: 1;
19029}
19030.ant-input-disabled:hover {
19031 border-color: #d9d9d9;
19032 border-right-width: 1px;
19033}
19034.ant-input[disabled] {
19035 color: rgba(0, 0, 0, 0.25);
19036 background-color: #f5f5f5;
19037 border-color: #d9d9d9;
19038 box-shadow: none;
19039 cursor: not-allowed;
19040 opacity: 1;
19041}
19042.ant-input[disabled]:hover {
19043 border-color: #d9d9d9;
19044 border-right-width: 1px;
19045}
19046.ant-input-borderless,
19047.ant-input-borderless:hover,
19048.ant-input-borderless:focus,
19049.ant-input-borderless-focused,
19050.ant-input-borderless-disabled,
19051.ant-input-borderless[disabled] {
19052 background-color: transparent;
19053 border: none;
19054 box-shadow: none;
19055}
19056textarea.ant-input {
19057 max-width: 100%;
19058 height: auto;
19059 min-height: 28px;
19060 line-height: 1.66667;
19061 vertical-align: bottom;
19062 transition: all 0.3s, height 0s;
19063}
19064.ant-input-lg {
19065 padding: 3.4px 11px;
19066 font-size: 14px;
19067}
19068.ant-input-sm {
19069 padding: 0px 7px;
19070}
19071.ant-input-rtl {
19072 direction: rtl;
19073}
19074.ant-input-group {
19075 box-sizing: border-box;
19076 margin: 0;
19077 padding: 0;
19078 color: rgba(0, 0, 0, 0.85);
19079 font-size: 12px;
19080 font-variant: tabular-nums;
19081 line-height: 1.66667;
19082 list-style: none;
19083 font-feature-settings: 'tnum';
19084 position: relative;
19085 display: table;
19086 width: 100%;
19087 border-collapse: separate;
19088 border-spacing: 0;
19089}
19090.ant-input-group[class*='col-'] {
19091 float: none;
19092 padding-right: 0;
19093 padding-left: 0;
19094}
19095.ant-input-group > [class*='col-'] {
19096 padding-right: 8px;
19097}
19098.ant-input-group > [class*='col-']:last-child {
19099 padding-right: 0;
19100}
19101.ant-input-group-addon,
19102.ant-input-group-wrap,
19103.ant-input-group > .ant-input {
19104 display: table-cell;
19105}
19106.ant-input-group-addon:not(:first-child):not(:last-child),
19107.ant-input-group-wrap:not(:first-child):not(:last-child),
19108.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
19109 border-radius: 0;
19110}
19111.ant-input-group-addon,
19112.ant-input-group-wrap {
19113 width: 1px;
19114 white-space: nowrap;
19115 vertical-align: middle;
19116}
19117.ant-input-group-wrap > * {
19118 display: block !important;
19119}
19120.ant-input-group .ant-input {
19121 float: left;
19122 width: 100%;
19123 margin-bottom: 0;
19124 text-align: inherit;
19125}
19126.ant-input-group .ant-input:focus {
19127 z-index: 1;
19128 border-right-width: 1px;
19129}
19130.ant-input-group .ant-input:hover {
19131 z-index: 1;
19132 border-right-width: 1px;
19133}
19134.ant-input-search-with-button .ant-input-group .ant-input:hover {
19135 z-index: 0;
19136}
19137.ant-input-group-addon {
19138 position: relative;
19139 padding: 0 7px;
19140 color: rgba(0, 0, 0, 0.85);
19141 font-weight: normal;
19142 font-size: 12px;
19143 text-align: center;
19144 background-color: #fafafa;
19145 border: 1px solid #d9d9d9;
19146 border-radius: 2px;
19147 transition: all 0.3s;
19148}
19149.ant-input-group-addon .ant-select {
19150 margin: -4px -7px;
19151}
19152.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
19153 background-color: inherit;
19154 border: 1px solid transparent;
19155 box-shadow: none;
19156}
19157.ant-input-group-addon .ant-select-open .ant-select-selector,
19158.ant-input-group-addon .ant-select-focused .ant-select-selector {
19159 color: #1890ff;
19160}
19161.ant-input-group-addon .ant-cascader-picker {
19162 margin: -9px -8px;
19163 background-color: transparent;
19164}
19165.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
19166 text-align: left;
19167 border: 0;
19168 box-shadow: none;
19169}
19170.ant-input-group > .ant-input:first-child,
19171.ant-input-group-addon:first-child {
19172 border-top-right-radius: 0;
19173 border-bottom-right-radius: 0;
19174}
19175.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
19176.ant-input-group-addon:first-child .ant-select .ant-select-selector {
19177 border-top-right-radius: 0;
19178 border-bottom-right-radius: 0;
19179}
19180.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
19181 border-top-left-radius: 0;
19182 border-bottom-left-radius: 0;
19183}
19184.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
19185 border-top-right-radius: 0;
19186 border-bottom-right-radius: 0;
19187}
19188.ant-input-group-addon:first-child {
19189 border-right: 0;
19190}
19191.ant-input-group-addon:last-child {
19192 border-left: 0;
19193}
19194.ant-input-group > .ant-input:last-child,
19195.ant-input-group-addon:last-child {
19196 border-top-left-radius: 0;
19197 border-bottom-left-radius: 0;
19198}
19199.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
19200.ant-input-group-addon:last-child .ant-select .ant-select-selector {
19201 border-top-left-radius: 0;
19202 border-bottom-left-radius: 0;
19203}
19204.ant-input-group-lg .ant-input,
19205.ant-input-group-lg > .ant-input-group-addon {
19206 padding: 3.4px 11px;
19207 font-size: 14px;
19208}
19209.ant-input-group-sm .ant-input,
19210.ant-input-group-sm > .ant-input-group-addon {
19211 padding: 0px 7px;
19212}
19213.ant-input-group-lg .ant-select-single .ant-select-selector {
19214 height: 32px;
19215}
19216.ant-input-group-sm .ant-select-single .ant-select-selector {
19217 height: 22px;
19218}
19219.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
19220 border-top-right-radius: 0;
19221 border-bottom-right-radius: 0;
19222}
19223.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
19224 border-top-left-radius: 2px;
19225 border-bottom-left-radius: 2px;
19226}
19227.ant-input-group .ant-input-affix-wrapper:not(:first-child),
19228.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
19229 border-top-left-radius: 0;
19230 border-bottom-left-radius: 0;
19231}
19232.ant-input-group.ant-input-group-compact {
19233 display: block;
19234}
19235.ant-input-group.ant-input-group-compact::before {
19236 display: table;
19237 content: '';
19238}
19239.ant-input-group.ant-input-group-compact::after {
19240 display: table;
19241 clear: both;
19242 content: '';
19243}
19244.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
19245.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
19246.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
19247 border-right-width: 1px;
19248}
19249.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
19250.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
19251.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
19252 z-index: 1;
19253}
19254.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
19255.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
19256.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
19257 z-index: 1;
19258}
19259.ant-input-group.ant-input-group-compact > * {
19260 display: inline-block;
19261 float: none;
19262 vertical-align: top;
19263 border-radius: 0;
19264}
19265.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
19266.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
19267.ant-input-group.ant-input-group-compact > .ant-picker-range {
19268 display: inline-flex;
19269}
19270.ant-input-group.ant-input-group-compact > *:not(:last-child) {
19271 margin-right: -1px;
19272 border-right-width: 1px;
19273}
19274.ant-input-group.ant-input-group-compact .ant-input {
19275 float: none;
19276}
19277.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
19278.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
19279.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
19280.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
19281 border-right-width: 1px;
19282 border-radius: 0;
19283}
19284.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
19285.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
19286.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
19287.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
19288 z-index: 1;
19289}
19290.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
19291.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
19292.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
19293.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
19294 z-index: 1;
19295}
19296.ant-input-group.ant-input-group-compact > .ant-select-focused {
19297 z-index: 1;
19298}
19299.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
19300 z-index: 1;
19301}
19302.ant-input-group.ant-input-group-compact > *:first-child,
19303.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
19304.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
19305.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
19306 border-top-left-radius: 2px;
19307 border-bottom-left-radius: 2px;
19308}
19309.ant-input-group.ant-input-group-compact > *:last-child,
19310.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
19311.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
19312.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
19313 border-right-width: 1px;
19314 border-top-right-radius: 2px;
19315 border-bottom-right-radius: 2px;
19316}
19317.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
19318 vertical-align: top;
19319}
19320.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
19321 margin-left: -1px;
19322}
19323.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
19324 border-radius: 0;
19325}
19326.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 {
19327 border-radius: 0;
19328}
19329.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
19330 border-radius: 2px 0 0 2px;
19331}
19332.ant-input-group > .ant-input-rtl:first-child,
19333.ant-input-group-rtl .ant-input-group-addon:first-child {
19334 border-radius: 0 2px 2px 0;
19335}
19336.ant-input-group-rtl .ant-input-group-addon:first-child {
19337 border-right: 1px solid #d9d9d9;
19338 border-left: 0;
19339}
19340.ant-input-group-rtl .ant-input-group-addon:last-child {
19341 border-right: 0;
19342 border-left: 1px solid #d9d9d9;
19343 border-radius: 2px 0 0 2px;
19344}
19345.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
19346.ant-input-group-rtl.ant-input-group-addon:last-child {
19347 border-radius: 2px 0 0 2px;
19348}
19349.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
19350 border-radius: 2px 0 0 2px;
19351}
19352.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
19353 border-radius: 0 2px 2px 0;
19354}
19355.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
19356 margin-right: 0;
19357 margin-left: -1px;
19358 border-left-width: 1px;
19359}
19360.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
19361.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
19362.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
19363.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
19364 border-radius: 0 2px 2px 0;
19365}
19366.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
19367.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
19368.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
19369.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
19370.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
19371 border-left-width: 1px;
19372 border-radius: 2px 0 0 2px;
19373}
19374.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
19375 margin-right: -1px;
19376 margin-left: 0;
19377}
19378.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
19379 border-radius: 0 2px 2px 0;
19380}
19381.ant-input-group-wrapper {
19382 display: inline-block;
19383 width: 100%;
19384 text-align: start;
19385 vertical-align: top;
19386}
19387.ant-input-password-icon.anticon {
19388 color: rgba(0, 0, 0, 0.45);
19389 cursor: pointer;
19390 transition: all 0.3s;
19391}
19392.ant-input-password-icon.anticon:hover {
19393 color: rgba(0, 0, 0, 0.85);
19394}
19395.ant-input[type='color'] {
19396 height: 28px;
19397}
19398.ant-input[type='color'].ant-input-lg {
19399 height: 32px;
19400}
19401.ant-input[type='color'].ant-input-sm {
19402 height: 22px;
19403 padding-top: 3px;
19404 padding-bottom: 3px;
19405}
19406.ant-input-textarea-show-count > .ant-input {
19407 height: 100%;
19408}
19409.ant-input-textarea-show-count::after {
19410 float: right;
19411 color: rgba(0, 0, 0, 0.45);
19412 white-space: nowrap;
19413 content: attr(data-count);
19414 pointer-events: none;
19415}
19416.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
19417 margin-bottom: -22px;
19418}
19419.ant-input-textarea-suffix {
19420 position: absolute;
19421 top: 0;
19422 right: 7px;
19423 bottom: 0;
19424 z-index: 1;
19425 display: inline-flex;
19426 align-items: center;
19427 margin: auto;
19428}
19429.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
19430 margin-right: -1px;
19431}
19432.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl {
19433 margin-left: -1px;
19434}
19435.ant-input-compact-item:hover,
19436.ant-input-compact-item:focus,
19437.ant-input-compact-item:active {
19438 z-index: 2;
19439}
19440.ant-input-compact-item[disabled] {
19441 z-index: 0;
19442}
19443.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input {
19444 border-radius: 0;
19445}
19446.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl) {
19447 border-top-right-radius: 0;
19448 border-bottom-right-radius: 0;
19449}
19450.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl) {
19451 border-top-left-radius: 0;
19452 border-bottom-left-radius: 0;
19453}
19454.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item) {
19455 border-top-left-radius: 0;
19456 border-bottom-left-radius: 0;
19457}
19458.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item) {
19459 border-top-right-radius: 0;
19460 border-bottom-right-radius: 0;
19461}
19462.ant-input-search .ant-input:hover,
19463.ant-input-search .ant-input:focus {
19464 border-color: #40a9ff;
19465}
19466.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
19467.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
19468 border-left-color: #40a9ff;
19469}
19470.ant-input-search .ant-input-affix-wrapper {
19471 border-radius: 0;
19472}
19473.ant-input-search .ant-input-lg {
19474 line-height: 1.66647;
19475}
19476.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
19477 left: -1px;
19478 padding: 0;
19479 border: 0;
19480}
19481.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
19482 padding-top: 0;
19483 padding-bottom: 0;
19484 border-radius: 0 2px 2px 0;
19485}
19486.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
19487 color: rgba(0, 0, 0, 0.45);
19488}
19489.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
19490 top: 0;
19491 right: 0;
19492 bottom: 0;
19493 left: 0;
19494}
19495.ant-input-search-button {
19496 height: 28px;
19497}
19498.ant-input-search-button:hover,
19499.ant-input-search-button:focus {
19500 z-index: 1;
19501}
19502.ant-input-search-large .ant-input-search-button {
19503 height: 32px;
19504}
19505.ant-input-search-small .ant-input-search-button {
19506 height: 22px;
19507}
19508.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button {
19509 margin-right: -1px;
19510 border-radius: 0;
19511}
19512.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
19513.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper {
19514 border-radius: 0;
19515}
19516.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
19517.ant-input-search.ant-input-compact-item > .ant-input:hover,
19518.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
19519.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
19520.ant-input-search.ant-input-compact-item > .ant-input:focus,
19521.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
19522.ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
19523.ant-input-search.ant-input-compact-item > .ant-input:active,
19524.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
19525 z-index: 2;
19526}
19527.ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
19528 z-index: 2;
19529}
19530.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button {
19531 margin-left: -1px;
19532 border-radius: 0;
19533}
19534.ant-input-group-wrapper-rtl {
19535 direction: rtl;
19536}
19537.ant-input-group-rtl {
19538 direction: rtl;
19539}
19540.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
19541 border: none;
19542 outline: none;
19543}
19544.ant-input-affix-wrapper-rtl .ant-input-prefix {
19545 margin: 0 0 0 4px;
19546}
19547.ant-input-affix-wrapper-rtl .ant-input-suffix {
19548 margin: 0 4px 0 0;
19549}
19550.ant-input-textarea-rtl {
19551 direction: rtl;
19552}
19553.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
19554 text-align: left;
19555}
19556.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
19557 margin-right: 0;
19558 margin-left: 4px;
19559}
19560.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
19561 right: auto;
19562 left: 8px;
19563}
19564.ant-input-search-rtl {
19565 direction: rtl;
19566}
19567.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
19568.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
19569 border-left-color: #d9d9d9;
19570}
19571.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,
19572.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover {
19573 border-left-color: #40a9ff;
19574}
19575.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
19576.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
19577 border-right-color: #40a9ff;
19578}
19579.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child {
19580 right: -1px;
19581 left: auto;
19582}
19583.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
19584 border-radius: 2px 0 0 2px;
19585}
19586@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
19587 .ant-input {
19588 height: 28px;
19589 }
19590 .ant-input-lg {
19591 height: 32px;
19592 }
19593 .ant-input-sm {
19594 height: 22px;
19595 }
19596 .ant-input-affix-wrapper > input.ant-input {
19597 height: auto;
19598 }
19599}
19600
19601/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19602/* stylelint-disable no-duplicate-selectors */
19603/* stylelint-disable */
19604/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19605.ant-layout {
19606 display: flex;
19607 flex: auto;
19608 flex-direction: column;
19609 /* fix firefox can't set height smaller than content on flex item */
19610 min-height: 0;
19611 background: #f0f2f5;
19612}
19613.ant-layout,
19614.ant-layout * {
19615 box-sizing: border-box;
19616}
19617.ant-layout.ant-layout-has-sider {
19618 flex-direction: row;
19619}
19620.ant-layout.ant-layout-has-sider > .ant-layout,
19621.ant-layout.ant-layout-has-sider > .ant-layout-content {
19622 width: 0;
19623}
19624.ant-layout-header,
19625.ant-layout-footer {
19626 flex: 0 0 auto;
19627}
19628.ant-layout-header {
19629 height: 64px;
19630 padding: 0 50px;
19631 color: rgba(0, 0, 0, 0.85);
19632 line-height: 64px;
19633 background: #001529;
19634}
19635.ant-layout-footer {
19636 padding: 24px 50px;
19637 color: rgba(0, 0, 0, 0.85);
19638 font-size: 12px;
19639 background: #f0f2f5;
19640}
19641.ant-layout-content {
19642 flex: auto;
19643 /* fix firefox can't set height smaller than content on flex item */
19644 min-height: 0;
19645}
19646.ant-layout-sider {
19647 position: relative;
19648 /* fix firefox can't set width smaller than content on flex item */
19649 min-width: 0;
19650 background: #001529;
19651 transition: all 0.2s;
19652}
19653.ant-layout-sider-children {
19654 height: 100%;
19655 margin-top: -0.1px;
19656 padding-top: 0.1px;
19657}
19658.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
19659 width: auto;
19660}
19661.ant-layout-sider-has-trigger {
19662 padding-bottom: 48px;
19663}
19664.ant-layout-sider-right {
19665 order: 1;
19666}
19667.ant-layout-sider-trigger {
19668 position: fixed;
19669 bottom: 0;
19670 z-index: 1;
19671 height: 48px;
19672 color: #fff;
19673 line-height: 48px;
19674 text-align: center;
19675 background: #002140;
19676 cursor: pointer;
19677 transition: all 0.2s;
19678}
19679.ant-layout-sider-zero-width > * {
19680 overflow: hidden;
19681}
19682.ant-layout-sider-zero-width-trigger {
19683 position: absolute;
19684 top: 64px;
19685 right: -36px;
19686 z-index: 1;
19687 width: 36px;
19688 height: 42px;
19689 color: #fff;
19690 font-size: 18px;
19691 line-height: 42px;
19692 text-align: center;
19693 background: #001529;
19694 border-radius: 0 2px 2px 0;
19695 cursor: pointer;
19696 transition: background 0.3s ease;
19697}
19698.ant-layout-sider-zero-width-trigger::after {
19699 position: absolute;
19700 top: 0;
19701 right: 0;
19702 bottom: 0;
19703 left: 0;
19704 background: transparent;
19705 transition: all 0.3s;
19706 content: '';
19707}
19708.ant-layout-sider-zero-width-trigger:hover::after {
19709 background: rgba(255, 255, 255, 0.1);
19710}
19711.ant-layout-sider-zero-width-trigger-right {
19712 left: -36px;
19713 border-radius: 2px 0 0 2px;
19714}
19715.ant-layout-sider-light {
19716 background: #fff;
19717}
19718.ant-layout-sider-light .ant-layout-sider-trigger {
19719 color: rgba(0, 0, 0, 0.85);
19720 background: #fff;
19721}
19722.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
19723 color: rgba(0, 0, 0, 0.85);
19724 background: #fff;
19725}
19726.ant-layout-rtl {
19727 direction: rtl;
19728}
19729
19730/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19731/* stylelint-disable no-duplicate-selectors */
19732/* stylelint-disable */
19733/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
19734.ant-list {
19735 box-sizing: border-box;
19736 margin: 0;
19737 padding: 0;
19738 color: rgba(0, 0, 0, 0.85);
19739 font-size: 12px;
19740 font-variant: tabular-nums;
19741 line-height: 1.66667;
19742 list-style: none;
19743 font-feature-settings: 'tnum';
19744 position: relative;
19745}
19746.ant-list * {
19747 outline: none;
19748}
19749.ant-list-pagination {
19750 margin-top: 16px;
19751 text-align: right;
19752}
19753.ant-list-pagination .ant-pagination-options {
19754 text-align: left;
19755}
19756.ant-list-more {
19757 margin-top: 8px;
19758 text-align: center;
19759}
19760.ant-list-more button {
19761 padding-right: 32px;
19762 padding-left: 32px;
19763}
19764.ant-list-spin {
19765 min-height: 40px;
19766 text-align: center;
19767}
19768.ant-list-empty-text {
19769 padding: 8px;
19770 color: rgba(0, 0, 0, 0.25);
19771 font-size: 12px;
19772 text-align: center;
19773}
19774.ant-list-items {
19775 margin: 0;
19776 padding: 0;
19777 list-style: none;
19778}
19779.ant-list-item {
19780 display: flex;
19781 align-items: center;
19782 justify-content: space-between;
19783 padding: 8px 0;
19784 color: rgba(0, 0, 0, 0.85);
19785}
19786.ant-list-item-meta {
19787 display: flex;
19788 flex: 1;
19789 align-items: flex-start;
19790 max-width: 100%;
19791}
19792.ant-list-item-meta-avatar {
19793 margin-right: 8px;
19794}
19795.ant-list-item-meta-content {
19796 flex: 1 0;
19797 width: 0;
19798 color: rgba(0, 0, 0, 0.85);
19799}
19800.ant-list-item-meta-title {
19801 margin-bottom: 4px;
19802 color: rgba(0, 0, 0, 0.85);
19803 font-size: 12px;
19804 line-height: 1.66667;
19805}
19806.ant-list-item-meta-title > a {
19807 color: rgba(0, 0, 0, 0.85);
19808 transition: all 0.3s;
19809}
19810.ant-list-item-meta-title > a:hover {
19811 color: #1890ff;
19812}
19813.ant-list-item-meta-description {
19814 color: rgba(0, 0, 0, 0.45);
19815 font-size: 12px;
19816 line-height: 1.66667;
19817}
19818.ant-list-item-action {
19819 flex: 0 0 auto;
19820 margin-left: 48px;
19821 padding: 0;
19822 font-size: 0;
19823 list-style: none;
19824}
19825.ant-list-item-action > li {
19826 position: relative;
19827 display: inline-block;
19828 padding: 0 4px;
19829 color: rgba(0, 0, 0, 0.45);
19830 font-size: 12px;
19831 line-height: 1.66667;
19832 text-align: center;
19833}
19834.ant-list-item-action > li:first-child {
19835 padding-left: 0;
19836}
19837.ant-list-item-action-split {
19838 position: absolute;
19839 top: 50%;
19840 right: 0;
19841 width: 1px;
19842 height: 14px;
19843 margin-top: -7px;
19844 background-color: #f0f0f0;
19845}
19846.ant-list-header {
19847 background: transparent;
19848}
19849.ant-list-footer {
19850 background: transparent;
19851}
19852.ant-list-header,
19853.ant-list-footer {
19854 padding-top: 8px;
19855 padding-bottom: 8px;
19856}
19857.ant-list-empty {
19858 padding: 8px 0;
19859 color: rgba(0, 0, 0, 0.45);
19860 font-size: 12px;
19861 text-align: center;
19862}
19863.ant-list-split .ant-list-item {
19864 border-bottom: 1px solid #f0f0f0;
19865}
19866.ant-list-split .ant-list-item:last-child {
19867 border-bottom: none;
19868}
19869.ant-list-split .ant-list-header {
19870 border-bottom: 1px solid #f0f0f0;
19871}
19872.ant-list-split.ant-list-empty .ant-list-footer {
19873 border-top: 1px solid #f0f0f0;
19874}
19875.ant-list-loading .ant-list-spin-nested-loading {
19876 min-height: 32px;
19877}
19878.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
19879 border-bottom: 1px solid #f0f0f0;
19880}
19881.ant-list-lg .ant-list-item {
19882 padding: 12px 16px;
19883}
19884.ant-list-sm .ant-list-item {
19885 padding: 4px 12px;
19886}
19887.ant-list-vertical .ant-list-item {
19888 align-items: initial;
19889}
19890.ant-list-vertical .ant-list-item-main {
19891 display: block;
19892 flex: 1;
19893}
19894.ant-list-vertical .ant-list-item-extra {
19895 margin-left: 40px;
19896}
19897.ant-list-vertical .ant-list-item-meta {
19898 margin-bottom: 8px;
19899}
19900.ant-list-vertical .ant-list-item-meta-title {
19901 margin-bottom: 8px;
19902 color: rgba(0, 0, 0, 0.85);
19903 font-size: 14px;
19904 line-height: 24px;
19905}
19906.ant-list-vertical .ant-list-item-action {
19907 margin-top: 8px;
19908 margin-left: auto;
19909}
19910.ant-list-vertical .ant-list-item-action > li {
19911 padding: 0 8px;
19912}
19913.ant-list-vertical .ant-list-item-action > li:first-child {
19914 padding-left: 0;
19915}
19916.ant-list-grid .ant-col > .ant-list-item {
19917 display: block;
19918 max-width: 100%;
19919 margin-bottom: 8px;
19920 padding-top: 0;
19921 padding-bottom: 0;
19922 border-bottom: none;
19923}
19924.ant-list-item-no-flex {
19925 display: block;
19926}
19927.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
19928 float: right;
19929}
19930.ant-list-bordered {
19931 border: 1px solid #d9d9d9;
19932 border-radius: 2px;
19933}
19934.ant-list-bordered .ant-list-header {
19935 padding-right: 16px;
19936 padding-left: 16px;
19937}
19938.ant-list-bordered .ant-list-footer {
19939 padding-right: 16px;
19940 padding-left: 16px;
19941}
19942.ant-list-bordered .ant-list-item {
19943 padding-right: 16px;
19944 padding-left: 16px;
19945}
19946.ant-list-bordered .ant-list-pagination {
19947 margin: 8px 16px;
19948}
19949.ant-list-bordered.ant-list-sm .ant-list-item {
19950 padding: 4px 12px;
19951}
19952.ant-list-bordered.ant-list-sm .ant-list-header,
19953.ant-list-bordered.ant-list-sm .ant-list-footer {
19954 padding: 4px 12px;
19955}
19956.ant-list-bordered.ant-list-lg .ant-list-item {
19957 padding: 12px 16px;
19958}
19959.ant-list-bordered.ant-list-lg .ant-list-header,
19960.ant-list-bordered.ant-list-lg .ant-list-footer {
19961 padding: 12px 16px;
19962}
19963@media screen and (max-width: 768px) {
19964 .ant-list-item-action {
19965 margin-left: 24px;
19966 }
19967 .ant-list-vertical .ant-list-item-extra {
19968 margin-left: 24px;
19969 }
19970}
19971@media screen and (max-width: 576px) {
19972 .ant-list-item {
19973 flex-wrap: wrap;
19974 }
19975 .ant-list-item-action {
19976 margin-left: 12px;
19977 }
19978 .ant-list-vertical .ant-list-item {
19979 flex-wrap: wrap-reverse;
19980 }
19981 .ant-list-vertical .ant-list-item-main {
19982 min-width: 220px;
19983 }
19984 .ant-list-vertical .ant-list-item-extra {
19985 margin: auto auto 16px;
19986 }
19987}
19988.ant-list-rtl {
19989 direction: rtl;
19990 text-align: right;
19991}
19992.ant-list-rtl .ReactVirtualized__List .ant-list-item {
19993 direction: rtl;
19994}
19995.ant-list-rtl .ant-list-pagination {
19996 text-align: left;
19997}
19998.ant-list-rtl .ant-list-item-meta-avatar {
19999 margin-right: 0;
20000 margin-left: 8px;
20001}
20002.ant-list-rtl .ant-list-item-action {
20003 margin-right: 48px;
20004 margin-left: 0;
20005}
20006.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
20007 padding-right: 0;
20008 padding-left: 8px;
20009}
20010.ant-list-rtl .ant-list-item-action-split {
20011 right: auto;
20012 left: 0;
20013}
20014.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
20015 margin-right: 40px;
20016 margin-left: 0;
20017}
20018.ant-list-rtl.ant-list-vertical .ant-list-item-action {
20019 margin-right: auto;
20020}
20021.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
20022 padding-right: 0;
20023 padding-left: 8px;
20024}
20025.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
20026 float: left;
20027}
20028@media screen and (max-width: 768px) {
20029 .ant-list-rtl .ant-list-item-action {
20030 margin-right: 24px;
20031 margin-left: 0;
20032 }
20033 .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
20034 margin-right: 24px;
20035 margin-left: 0;
20036 }
20037}
20038@media screen and (max-width: 576px) {
20039 .ant-list-rtl .ant-list-item-action {
20040 margin-right: 22px;
20041 margin-left: 0;
20042 }
20043 .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
20044 margin: auto auto 16px;
20045 }
20046}
20047
20048/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
20049/* stylelint-disable no-duplicate-selectors */
20050/* stylelint-disable */
20051/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
20052.ant-pagination {
20053 box-sizing: border-box;
20054 margin: 0;
20055 padding: 0;
20056 color: rgba(0, 0, 0, 0.85);
20057 font-size: 12px;
20058 font-variant: tabular-nums;
20059 line-height: 1.66667;
20060 list-style: none;
20061 font-feature-settings: 'tnum';
20062}
20063.ant-pagination ul,
20064.ant-pagination ol {
20065 margin: 0;
20066 padding: 0;
20067 list-style: none;
20068}
20069.ant-pagination::after {
20070 display: block;
20071 clear: both;
20072 height: 0;
20073 overflow: hidden;
20074 visibility: hidden;
20075 content: ' ';
20076}
20077.ant-pagination-total-text {
20078 display: inline-block;
20079 height: 28px;
20080 margin-right: 8px;
20081 line-height: 26px;
20082 vertical-align: middle;
20083}
20084.ant-pagination-item {
20085 display: inline-block;
20086 min-width: 28px;
20087 height: 28px;
20088 margin-right: 8px;
20089 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';
20090 line-height: 26px;
20091 text-align: center;
20092 vertical-align: middle;
20093 list-style: none;
20094 background-color: #fff;
20095 border: 1px solid #d9d9d9;
20096 border-radius: 2px;
20097 outline: 0;
20098 cursor: pointer;
20099 -webkit-user-select: none;
20100 -moz-user-select: none;
20101 -ms-user-select: none;
20102 user-select: none;
20103}
20104.ant-pagination-item a {
20105 display: block;
20106 padding: 0 6px;
20107 color: rgba(0, 0, 0, 0.85);
20108 transition: none;
20109}
20110.ant-pagination-item a:hover {
20111 text-decoration: none;
20112}
20113.ant-pagination-item:hover {
20114 border-color: #1890ff;
20115 transition: all 0.3s;
20116}
20117.ant-pagination-item:hover a {
20118 color: #1890ff;
20119}
20120.ant-pagination-item:focus-visible {
20121 border-color: #1890ff;
20122 transition: all 0.3s;
20123}
20124.ant-pagination-item:focus-visible a {
20125 color: #1890ff;
20126}
20127.ant-pagination-item-active {
20128 font-weight: 500;
20129 background: #fff;
20130 border-color: #1890ff;
20131}
20132.ant-pagination-item-active a {
20133 color: #1890ff;
20134}
20135.ant-pagination-item-active:hover {
20136 border-color: #40a9ff;
20137}
20138.ant-pagination-item-active:focus-visible {
20139 border-color: #40a9ff;
20140}
20141.ant-pagination-item-active:hover a {
20142 color: #40a9ff;
20143}
20144.ant-pagination-item-active:focus-visible a {
20145 color: #40a9ff;
20146}
20147.ant-pagination-jump-prev,
20148.ant-pagination-jump-next {
20149 outline: 0;
20150}
20151.ant-pagination-jump-prev .ant-pagination-item-container,
20152.ant-pagination-jump-next .ant-pagination-item-container {
20153 position: relative;
20154}
20155.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
20156.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
20157 color: #1890ff;
20158 font-size: 12px;
20159 letter-spacing: -1px;
20160 opacity: 0;
20161 transition: all 0.2s;
20162}
20163.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
20164.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
20165 top: 0;
20166 right: 0;
20167 bottom: 0;
20168 left: 0;
20169 margin: auto;
20170}
20171.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
20172.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
20173 position: absolute;
20174 top: 0;
20175 right: 0;
20176 bottom: 0;
20177 left: 0;
20178 display: block;
20179 margin: auto;
20180 color: rgba(0, 0, 0, 0.25);
20181 font-family: Arial, Helvetica, sans-serif;
20182 letter-spacing: 2px;
20183 text-align: center;
20184 text-indent: 0.13em;
20185 opacity: 1;
20186 transition: all 0.2s;
20187}
20188.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
20189.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
20190 opacity: 1;
20191}
20192.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
20193.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
20194 opacity: 0;
20195}
20196.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
20197.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
20198 opacity: 1;
20199}
20200.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
20201.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
20202 opacity: 0;
20203}
20204.ant-pagination-prev,
20205.ant-pagination-jump-prev,
20206.ant-pagination-jump-next {
20207 margin-right: 8px;
20208}
20209.ant-pagination-prev,
20210.ant-pagination-next,
20211.ant-pagination-jump-prev,
20212.ant-pagination-jump-next {
20213 display: inline-block;
20214 min-width: 28px;
20215 height: 28px;
20216 color: rgba(0, 0, 0, 0.85);
20217 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';
20218 line-height: 28px;
20219 text-align: center;
20220 vertical-align: middle;
20221 list-style: none;
20222 border-radius: 2px;
20223 cursor: pointer;
20224 transition: all 0.3s;
20225}
20226.ant-pagination-prev,
20227.ant-pagination-next {
20228 font-family: Arial, Helvetica, sans-serif;
20229 outline: 0;
20230}
20231.ant-pagination-prev button,
20232.ant-pagination-next button {
20233 color: rgba(0, 0, 0, 0.85);
20234 cursor: pointer;
20235 -webkit-user-select: none;
20236 -moz-user-select: none;
20237 -ms-user-select: none;
20238 user-select: none;
20239}
20240.ant-pagination-prev:hover button,
20241.ant-pagination-next:hover button {
20242 border-color: #40a9ff;
20243}
20244.ant-pagination-prev .ant-pagination-item-link,
20245.ant-pagination-next .ant-pagination-item-link {
20246 display: block;
20247 width: 100%;
20248 height: 100%;
20249 padding: 0;
20250 font-size: 12px;
20251 text-align: center;
20252 background-color: #fff;
20253 border: 1px solid #d9d9d9;
20254 border-radius: 2px;
20255 outline: none;
20256 transition: all 0.3s;
20257}
20258.ant-pagination-prev:focus-visible .ant-pagination-item-link,
20259.ant-pagination-next:focus-visible .ant-pagination-item-link {
20260 color: #1890ff;
20261 border-color: #1890ff;
20262}
20263.ant-pagination-prev:hover .ant-pagination-item-link,
20264.ant-pagination-next:hover .ant-pagination-item-link {
20265 color: #1890ff;
20266 border-color: #1890ff;
20267}
20268.ant-pagination-disabled,
20269.ant-pagination-disabled:hover {
20270 cursor: not-allowed;
20271}
20272.ant-pagination-disabled .ant-pagination-item-link,
20273.ant-pagination-disabled:hover .ant-pagination-item-link {
20274 color: rgba(0, 0, 0, 0.25);
20275 border-color: #d9d9d9;
20276 cursor: not-allowed;
20277}
20278.ant-pagination-disabled:focus-visible {
20279 cursor: not-allowed;
20280}
20281.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
20282 color: rgba(0, 0, 0, 0.25);
20283 border-color: #d9d9d9;
20284 cursor: not-allowed;
20285}
20286.ant-pagination-slash {
20287 margin: 0 10px 0 5px;
20288}
20289.ant-pagination-options {
20290 display: inline-block;
20291 margin-left: 16px;
20292 vertical-align: middle;
20293}
20294@media all and (-ms-high-contrast: none) {
20295 .ant-pagination-options *::-ms-backdrop,
20296 .ant-pagination-options {
20297 vertical-align: top;
20298 }
20299}
20300.ant-pagination-options-size-changer.ant-select {
20301 display: inline-block;
20302 width: auto;
20303}
20304.ant-pagination-options-quick-jumper {
20305 display: inline-block;
20306 height: 28px;
20307 margin-left: 4px;
20308 line-height: 28px;
20309 vertical-align: top;
20310}
20311.ant-pagination-options-quick-jumper input {
20312 position: relative;
20313 display: inline-block;
20314 width: 100%;
20315 min-width: 0;
20316 padding: 3px 7px;
20317 color: rgba(0, 0, 0, 0.85);
20318 font-size: 12px;
20319 line-height: 1.66667;
20320 background-color: #fff;
20321 background-image: none;
20322 border: 1px solid #d9d9d9;
20323 border-radius: 2px;
20324 transition: all 0.3s;
20325 width: 50px;
20326 height: 28px;
20327 margin: 0 8px;
20328}
20329.ant-pagination-options-quick-jumper input::-moz-placeholder {
20330 color: #bfbfbf;
20331 -moz-user-select: none;
20332 user-select: none;
20333}
20334.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
20335 color: #bfbfbf;
20336 -ms-user-select: none;
20337 user-select: none;
20338}
20339.ant-pagination-options-quick-jumper input::placeholder {
20340 color: #bfbfbf;
20341 -webkit-user-select: none;
20342 -moz-user-select: none;
20343 -ms-user-select: none;
20344 user-select: none;
20345}
20346.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
20347 text-overflow: ellipsis;
20348}
20349.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
20350 text-overflow: ellipsis;
20351}
20352.ant-pagination-options-quick-jumper input:placeholder-shown {
20353 text-overflow: ellipsis;
20354}
20355.ant-pagination-options-quick-jumper input:hover {
20356 border-color: #40a9ff;
20357 border-right-width: 1px;
20358}
20359.ant-pagination-options-quick-jumper input:focus,
20360.ant-pagination-options-quick-jumper input-focused {
20361 border-color: #40a9ff;
20362 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
20363 border-right-width: 1px;
20364 outline: 0;
20365}
20366.ant-pagination-options-quick-jumper input-disabled {
20367 color: rgba(0, 0, 0, 0.25);
20368 background-color: #f5f5f5;
20369 border-color: #d9d9d9;
20370 box-shadow: none;
20371 cursor: not-allowed;
20372 opacity: 1;
20373}
20374.ant-pagination-options-quick-jumper input-disabled:hover {
20375 border-color: #d9d9d9;
20376 border-right-width: 1px;
20377}
20378.ant-pagination-options-quick-jumper input[disabled] {
20379 color: rgba(0, 0, 0, 0.25);
20380 background-color: #f5f5f5;
20381 border-color: #d9d9d9;
20382 box-shadow: none;
20383 cursor: not-allowed;
20384 opacity: 1;
20385}
20386.ant-pagination-options-quick-jumper input[disabled]:hover {
20387 border-color: #d9d9d9;
20388 border-right-width: 1px;
20389}
20390.ant-pagination-options-quick-jumper input-borderless,
20391.ant-pagination-options-quick-jumper input-borderless:hover,
20392.ant-pagination-options-quick-jumper input-borderless:focus,
20393.ant-pagination-options-quick-jumper input-borderless-focused,
20394.ant-pagination-options-quick-jumper input-borderless-disabled,
20395.ant-pagination-options-quick-jumper input-borderless[disabled] {
20396 background-color: transparent;
20397 border: none;
20398 box-shadow: none;
20399}
20400textarea.ant-pagination-options-quick-jumper input {
20401 max-width: 100%;
20402 height: auto;
20403 min-height: 28px;
20404 line-height: 1.66667;
20405 vertical-align: bottom;
20406 transition: all 0.3s, height 0s;
20407}
20408.ant-pagination-options-quick-jumper input-lg {
20409 padding: 3.4px 11px;
20410 font-size: 14px;
20411}
20412.ant-pagination-options-quick-jumper input-sm {
20413 padding: 0px 7px;
20414}
20415.ant-pagination-simple .ant-pagination-prev,
20416.ant-pagination-simple .ant-pagination-next {
20417 height: 22px;
20418 line-height: 22px;
20419 vertical-align: top;
20420}
20421.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
20422.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
20423 height: 22px;
20424 background-color: transparent;
20425 border: 0;
20426}
20427.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
20428.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
20429 height: 22px;
20430 line-height: 22px;
20431}
20432.ant-pagination-simple .ant-pagination-simple-pager {
20433 display: inline-block;
20434 height: 22px;
20435 margin-right: 8px;
20436}
20437.ant-pagination-simple .ant-pagination-simple-pager input {
20438 box-sizing: border-box;
20439 height: 100%;
20440 margin-right: 8px;
20441 padding: 0 6px;
20442 text-align: center;
20443 background-color: #fff;
20444 border: 1px solid #d9d9d9;
20445 border-radius: 2px;
20446 outline: none;
20447 transition: border-color 0.3s;
20448}
20449.ant-pagination-simple .ant-pagination-simple-pager input:hover {
20450 border-color: #1890ff;
20451}
20452.ant-pagination-simple .ant-pagination-simple-pager input:focus {
20453 border-color: #40a9ff;
20454 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
20455}
20456.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
20457 color: rgba(0, 0, 0, 0.25);
20458 background: #f5f5f5;
20459 border-color: #d9d9d9;
20460 cursor: not-allowed;
20461}
20462.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
20463.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
20464 height: 22px;
20465 line-height: 22px;
20466}
20467.ant-pagination.ant-pagination-mini .ant-pagination-item {
20468 min-width: 22px;
20469 height: 22px;
20470 margin: 0;
20471 line-height: 20px;
20472}
20473.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
20474 background: transparent;
20475 border-color: transparent;
20476}
20477.ant-pagination.ant-pagination-mini .ant-pagination-prev,
20478.ant-pagination.ant-pagination-mini .ant-pagination-next {
20479 min-width: 22px;
20480 height: 22px;
20481 margin: 0;
20482 line-height: 22px;
20483}
20484.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
20485.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
20486 background: transparent;
20487 border-color: transparent;
20488}
20489.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
20490.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
20491 height: 22px;
20492 line-height: 22px;
20493}
20494.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
20495.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
20496 height: 22px;
20497 margin-right: 0;
20498 line-height: 22px;
20499}
20500.ant-pagination.ant-pagination-mini .ant-pagination-options {
20501 margin-left: 2px;
20502}
20503.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
20504 top: 1px;
20505}
20506.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
20507 height: 22px;
20508 line-height: 22px;
20509}
20510.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
20511 padding: 0px 7px;
20512 width: 44px;
20513 height: 22px;
20514}
20515.ant-pagination.ant-pagination-disabled {
20516 cursor: not-allowed;
20517}
20518.ant-pagination.ant-pagination-disabled .ant-pagination-item {
20519 background: #f5f5f5;
20520 border-color: #d9d9d9;
20521 cursor: not-allowed;
20522}
20523.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
20524 color: rgba(0, 0, 0, 0.25);
20525 background: transparent;
20526 border: none;
20527 cursor: not-allowed;
20528}
20529.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
20530 background: #e6e6e6;
20531}
20532.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
20533 color: rgba(0, 0, 0, 0.25);
20534}
20535.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
20536 color: rgba(0, 0, 0, 0.25);
20537 background: #f5f5f5;
20538 border-color: #d9d9d9;
20539 cursor: not-allowed;
20540}
20541.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
20542 background: transparent;
20543}
20544.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
20545 opacity: 0;
20546}
20547.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
20548 opacity: 1;
20549}
20550.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
20551 color: rgba(0, 0, 0, 0.25);
20552}
20553@media only screen and (max-width: 992px) {
20554 .ant-pagination-item-after-jump-prev,
20555 .ant-pagination-item-before-jump-next {
20556 display: none;
20557 }
20558}
20559@media only screen and (max-width: 576px) {
20560 .ant-pagination-options {
20561 display: none;
20562 }
20563}
20564.ant-pagination-rtl .ant-pagination-total-text {
20565 margin-right: 0;
20566 margin-left: 8px;
20567}
20568.ant-pagination-rtl .ant-pagination-item,
20569.ant-pagination-rtl .ant-pagination-prev,
20570.ant-pagination-rtl .ant-pagination-jump-prev,
20571.ant-pagination-rtl .ant-pagination-jump-next {
20572 margin-right: 0;
20573 margin-left: 8px;
20574}
20575.ant-pagination-rtl .ant-pagination-slash {
20576 margin: 0 5px 0 10px;
20577}
20578.ant-pagination-rtl .ant-pagination-options {
20579 margin-right: 16px;
20580 margin-left: 0;
20581}
20582.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
20583 margin-right: 0;
20584 margin-left: 8px;
20585}
20586.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
20587 margin-left: 0;
20588}
20589.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
20590 margin-right: 0;
20591 margin-left: 8px;
20592}
20593.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
20594 margin-right: 0;
20595 margin-left: 8px;
20596}
20597.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
20598 margin-right: 2px;
20599 margin-left: 0;
20600}
20601
20602/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
20603/* stylelint-disable no-duplicate-selectors */
20604/* stylelint-disable */
20605/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
20606.ant-spin {
20607 box-sizing: border-box;
20608 margin: 0;
20609 padding: 0;
20610 color: rgba(0, 0, 0, 0.85);
20611 font-size: 12px;
20612 font-variant: tabular-nums;
20613 line-height: 1.66667;
20614 list-style: none;
20615 font-feature-settings: 'tnum';
20616 position: absolute;
20617 display: none;
20618 color: #1890ff;
20619 font-size: 0;
20620 text-align: center;
20621 vertical-align: middle;
20622 opacity: 0;
20623 transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
20624}
20625.ant-spin-spinning {
20626 position: static;
20627 display: inline-block;
20628 opacity: 1;
20629}
20630.ant-spin-nested-loading {
20631 position: relative;
20632}
20633.ant-spin-nested-loading > div > .ant-spin {
20634 position: absolute;
20635 top: 0;
20636 left: 0;
20637 z-index: 4;
20638 display: block;
20639 width: 100%;
20640 height: 100%;
20641 max-height: 400px;
20642}
20643.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
20644 position: absolute;
20645 top: 50%;
20646 left: 50%;
20647 margin: -10px;
20648}
20649.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
20650 position: absolute;
20651 top: 50%;
20652 width: 100%;
20653 padding-top: 6px;
20654 font-size: 12px;
20655 text-shadow: 0 1px 2px #fff;
20656}
20657.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
20658 margin-top: -20px;
20659}
20660.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
20661 margin: -7px;
20662}
20663.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
20664 padding-top: 3px;
20665}
20666.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
20667 margin-top: -17px;
20668}
20669.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
20670 margin: -16px;
20671}
20672.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
20673 padding-top: 12px;
20674}
20675.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
20676 margin-top: -26px;
20677}
20678.ant-spin-container {
20679 position: relative;
20680 transition: opacity 0.3s;
20681}
20682.ant-spin-container::after {
20683 position: absolute;
20684 top: 0;
20685 right: 0;
20686 bottom: 0;
20687 left: 0;
20688 z-index: 10;
20689 display: none \9;
20690 width: 100%;
20691 height: 100%;
20692 background: #fff;
20693 opacity: 0;
20694 transition: all 0.3s;
20695 content: '';
20696 pointer-events: none;
20697}
20698.ant-spin-blur {
20699 clear: both;
20700 opacity: 0.5;
20701 -webkit-user-select: none;
20702 -moz-user-select: none;
20703 -ms-user-select: none;
20704 user-select: none;
20705 pointer-events: none;
20706}
20707.ant-spin-blur::after {
20708 opacity: 0.4;
20709 pointer-events: auto;
20710}
20711.ant-spin-tip {
20712 color: rgba(0, 0, 0, 0.45);
20713}
20714.ant-spin-dot {
20715 position: relative;
20716 display: inline-block;
20717 font-size: 20px;
20718 width: 1em;
20719 height: 1em;
20720}
20721.ant-spin-dot-item {
20722 position: absolute;
20723 display: block;
20724 width: 9px;
20725 height: 9px;
20726 background-color: #1890ff;
20727 border-radius: 100%;
20728 transform: scale(0.75);
20729 transform-origin: 50% 50%;
20730 opacity: 0.3;
20731 animation: antSpinMove 1s infinite linear alternate;
20732}
20733.ant-spin-dot-item:nth-child(1) {
20734 top: 0;
20735 left: 0;
20736}
20737.ant-spin-dot-item:nth-child(2) {
20738 top: 0;
20739 right: 0;
20740 animation-delay: 0.4s;
20741}
20742.ant-spin-dot-item:nth-child(3) {
20743 right: 0;
20744 bottom: 0;
20745 animation-delay: 0.8s;
20746}
20747.ant-spin-dot-item:nth-child(4) {
20748 bottom: 0;
20749 left: 0;
20750 animation-delay: 1.2s;
20751}
20752.ant-spin-dot-spin {
20753 transform: rotate(0deg);
20754 animation: antRotate 1.2s infinite linear;
20755}
20756.ant-spin-sm .ant-spin-dot {
20757 font-size: 14px;
20758}
20759.ant-spin-sm .ant-spin-dot i {
20760 width: 6px;
20761 height: 6px;
20762}
20763.ant-spin-lg .ant-spin-dot {
20764 font-size: 32px;
20765}
20766.ant-spin-lg .ant-spin-dot i {
20767 width: 14px;
20768 height: 14px;
20769}
20770.ant-spin.ant-spin-show-text .ant-spin-text {
20771 display: block;
20772}
20773@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
20774 /* IE10+ */
20775 .ant-spin-blur {
20776 background: #fff;
20777 opacity: 0.5;
20778 }
20779}
20780@keyframes antSpinMove {
20781 to {
20782 opacity: 1;
20783 }
20784}
20785@keyframes antRotate {
20786 to {
20787 transform: rotate(360deg);
20788 }
20789}
20790.ant-spin-rtl {
20791 direction: rtl;
20792}
20793.ant-spin-rtl .ant-spin-dot-spin {
20794 transform: rotate(-45deg);
20795 animation-name: antRotateRtl;
20796}
20797@keyframes antRotateRtl {
20798 to {
20799 transform: rotate(-405deg);
20800 }
20801}
20802
20803/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
20804/* stylelint-disable no-duplicate-selectors */
20805/* stylelint-disable */
20806/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
20807
20808/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
20809/* stylelint-disable no-duplicate-selectors */
20810/* stylelint-disable */
20811/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
20812.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
20813.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
20814 background: #fff;
20815 border-color: #ff4d4f;
20816}
20817.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
20818.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
20819 border-color: #ff7875;
20820 box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
20821 border-right-width: 1px;
20822 outline: 0;
20823}
20824.ant-mentions-status-error .ant-input-prefix {
20825 color: #ff4d4f;
20826}
20827.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
20828.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
20829 background: #fff;
20830 border-color: #faad14;
20831}
20832.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
20833.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
20834 border-color: #ffc53d;
20835 box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
20836 border-right-width: 1px;
20837 outline: 0;
20838}
20839.ant-mentions-status-warning .ant-input-prefix {
20840 color: #faad14;
20841}
20842.ant-mentions {
20843 box-sizing: border-box;
20844 margin: 0;
20845 font-variant: tabular-nums;
20846 list-style: none;
20847 font-feature-settings: 'tnum';
20848 width: 100%;
20849 min-width: 0;
20850 padding: 3px 7px;
20851 color: rgba(0, 0, 0, 0.85);
20852 font-size: 12px;
20853 background-color: #fff;
20854 background-image: none;
20855 border: 1px solid #d9d9d9;
20856 border-radius: 2px;
20857 transition: all 0.3s;
20858 position: relative;
20859 display: inline-block;
20860 height: auto;
20861 padding: 0;
20862 overflow: hidden;
20863 line-height: 1.66667;
20864 white-space: pre-wrap;
20865 vertical-align: bottom;
20866}
20867.ant-mentions::-moz-placeholder {
20868 color: #bfbfbf;
20869 -moz-user-select: none;
20870 user-select: none;
20871}
20872.ant-mentions:-ms-input-placeholder {
20873 color: #bfbfbf;
20874 -ms-user-select: none;
20875 user-select: none;
20876}
20877.ant-mentions::placeholder {
20878 color: #bfbfbf;
20879 -webkit-user-select: none;
20880 -moz-user-select: none;
20881 -ms-user-select: none;
20882 user-select: none;
20883}
20884.ant-mentions:-moz-placeholder-shown {
20885 text-overflow: ellipsis;
20886}
20887.ant-mentions:-ms-input-placeholder {
20888 text-overflow: ellipsis;
20889}
20890.ant-mentions:placeholder-shown {
20891 text-overflow: ellipsis;
20892}
20893.ant-mentions:hover {
20894 border-color: #40a9ff;
20895 border-right-width: 1px;
20896}
20897.ant-mentions:focus,
20898.ant-mentions-focused {
20899 border-color: #40a9ff;
20900 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
20901 border-right-width: 1px;
20902 outline: 0;
20903}
20904.ant-mentions-disabled {
20905 color: rgba(0, 0, 0, 0.25);
20906 background-color: #f5f5f5;
20907 border-color: #d9d9d9;
20908 box-shadow: none;
20909 cursor: not-allowed;
20910 opacity: 1;
20911}
20912.ant-mentions-disabled:hover {
20913 border-color: #d9d9d9;
20914 border-right-width: 1px;
20915}
20916.ant-mentions[disabled] {
20917 color: rgba(0, 0, 0, 0.25);
20918 background-color: #f5f5f5;
20919 border-color: #d9d9d9;
20920 box-shadow: none;
20921 cursor: not-allowed;
20922 opacity: 1;
20923}
20924.ant-mentions[disabled]:hover {
20925 border-color: #d9d9d9;
20926 border-right-width: 1px;
20927}
20928.ant-mentions-borderless,
20929.ant-mentions-borderless:hover,
20930.ant-mentions-borderless:focus,
20931.ant-mentions-borderless-focused,
20932.ant-mentions-borderless-disabled,
20933.ant-mentions-borderless[disabled] {
20934 background-color: transparent;
20935 border: none;
20936 box-shadow: none;
20937}
20938textarea.ant-mentions {
20939 max-width: 100%;
20940 height: auto;
20941 min-height: 28px;
20942 line-height: 1.66667;
20943 vertical-align: bottom;
20944 transition: all 0.3s, height 0s;
20945}
20946.ant-mentions-lg {
20947 padding: 3.4px 11px;
20948 font-size: 14px;
20949}
20950.ant-mentions-sm {
20951 padding: 0px 7px;
20952}
20953.ant-mentions-disabled > textarea {
20954 color: rgba(0, 0, 0, 0.25);
20955 background-color: #f5f5f5;
20956 border-color: #d9d9d9;
20957 box-shadow: none;
20958 cursor: not-allowed;
20959 opacity: 1;
20960}
20961.ant-mentions-disabled > textarea:hover {
20962 border-color: #d9d9d9;
20963 border-right-width: 1px;
20964}
20965.ant-mentions-focused {
20966 border-color: #40a9ff;
20967 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
20968 border-right-width: 1px;
20969 outline: 0;
20970}
20971.ant-mentions > textarea,
20972.ant-mentions-measure {
20973 min-height: 26px;
20974 margin: 0;
20975 padding: 3px 7px;
20976 overflow: inherit;
20977 overflow-x: hidden;
20978 overflow-y: auto;
20979 /* stylelint-disable declaration-block-no-redundant-longhand-properties */
20980 font-weight: inherit;
20981 font-size: inherit;
20982 font-family: inherit;
20983 font-style: inherit;
20984 font-variant: inherit;
20985 font-size-adjust: inherit;
20986 font-stretch: inherit;
20987 line-height: inherit;
20988 /* stylelint-enable declaration-block-no-redundant-longhand-properties */
20989 direction: inherit;
20990 letter-spacing: inherit;
20991 white-space: inherit;
20992 text-align: inherit;
20993 vertical-align: top;
20994 word-wrap: break-word;
20995 word-break: inherit;
20996 -moz-tab-size: inherit;
20997 -o-tab-size: inherit;
20998 tab-size: inherit;
20999}
21000.ant-mentions > textarea {
21001 width: 100%;
21002 border: none;
21003 outline: none;
21004 resize: none;
21005}
21006.ant-mentions > textarea::-moz-placeholder {
21007 color: #bfbfbf;
21008 -moz-user-select: none;
21009 user-select: none;
21010}
21011.ant-mentions > textarea:-ms-input-placeholder {
21012 color: #bfbfbf;
21013 -ms-user-select: none;
21014 user-select: none;
21015}
21016.ant-mentions > textarea::placeholder {
21017 color: #bfbfbf;
21018 -webkit-user-select: none;
21019 -moz-user-select: none;
21020 -ms-user-select: none;
21021 user-select: none;
21022}
21023.ant-mentions > textarea:-moz-placeholder-shown {
21024 text-overflow: ellipsis;
21025}
21026.ant-mentions > textarea:-ms-input-placeholder {
21027 text-overflow: ellipsis;
21028}
21029.ant-mentions > textarea:placeholder-shown {
21030 text-overflow: ellipsis;
21031}
21032.ant-mentions-measure {
21033 position: absolute;
21034 top: 0;
21035 right: 0;
21036 bottom: 0;
21037 left: 0;
21038 z-index: -1;
21039 color: transparent;
21040 pointer-events: none;
21041}
21042.ant-mentions-measure > span {
21043 display: inline-block;
21044 min-height: 1em;
21045}
21046.ant-mentions-dropdown {
21047 margin: 0;
21048 padding: 0;
21049 color: rgba(0, 0, 0, 0.85);
21050 font-variant: tabular-nums;
21051 line-height: 1.66667;
21052 list-style: none;
21053 font-feature-settings: 'tnum';
21054 position: absolute;
21055 top: -9999px;
21056 left: -9999px;
21057 z-index: 1050;
21058 box-sizing: border-box;
21059 font-size: 12px;
21060 font-variant: initial;
21061 background-color: #fff;
21062 border-radius: 2px;
21063 outline: none;
21064 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);
21065}
21066.ant-mentions-dropdown-hidden {
21067 display: none;
21068}
21069.ant-mentions-dropdown-menu {
21070 max-height: 250px;
21071 margin-bottom: 0;
21072 padding-left: 0;
21073 overflow: auto;
21074 list-style: none;
21075 outline: none;
21076}
21077.ant-mentions-dropdown-menu-item {
21078 position: relative;
21079 display: block;
21080 min-width: 100px;
21081 padding: 5px 8px;
21082 overflow: hidden;
21083 color: rgba(0, 0, 0, 0.85);
21084 font-weight: normal;
21085 line-height: 1.66667;
21086 white-space: nowrap;
21087 text-overflow: ellipsis;
21088 cursor: pointer;
21089 transition: background 0.3s ease;
21090}
21091.ant-mentions-dropdown-menu-item:hover {
21092 background-color: #f5f5f5;
21093}
21094.ant-mentions-dropdown-menu-item:first-child {
21095 border-radius: 2px 2px 0 0;
21096}
21097.ant-mentions-dropdown-menu-item:last-child {
21098 border-radius: 0 0 2px 2px;
21099}
21100.ant-mentions-dropdown-menu-item-disabled {
21101 color: rgba(0, 0, 0, 0.25);
21102 cursor: not-allowed;
21103}
21104.ant-mentions-dropdown-menu-item-disabled:hover {
21105 color: rgba(0, 0, 0, 0.25);
21106 background-color: #fff;
21107 cursor: not-allowed;
21108}
21109.ant-mentions-dropdown-menu-item-selected {
21110 color: rgba(0, 0, 0, 0.85);
21111 font-weight: 600;
21112 background-color: #fafafa;
21113}
21114.ant-mentions-dropdown-menu-item-active {
21115 background-color: #f5f5f5;
21116}
21117.ant-mentions-suffix {
21118 position: absolute;
21119 top: 0;
21120 right: 7px;
21121 bottom: 0;
21122 z-index: 1;
21123 display: inline-flex;
21124 align-items: center;
21125 margin: auto;
21126}
21127.ant-mentions-rtl {
21128 direction: rtl;
21129}
21130
21131/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21132/* stylelint-disable no-duplicate-selectors */
21133/* stylelint-disable */
21134/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21135.ant-message {
21136 box-sizing: border-box;
21137 margin: 0;
21138 padding: 0;
21139 color: rgba(0, 0, 0, 0.85);
21140 font-size: 12px;
21141 font-variant: tabular-nums;
21142 line-height: 1.66667;
21143 list-style: none;
21144 font-feature-settings: 'tnum';
21145 position: fixed;
21146 top: 8px;
21147 left: 0;
21148 z-index: 1010;
21149 width: 100%;
21150 pointer-events: none;
21151}
21152.ant-message-notice {
21153 padding: 8px;
21154 text-align: center;
21155}
21156.ant-message-notice-content {
21157 display: inline-block;
21158 padding: 8px 16px;
21159 background: #fff;
21160 border-radius: 2px;
21161 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);
21162 pointer-events: all;
21163}
21164.ant-message-success .anticon {
21165 color: #52c41a;
21166}
21167.ant-message-error .anticon {
21168 color: #ff4d4f;
21169}
21170.ant-message-warning .anticon {
21171 color: #faad14;
21172}
21173.ant-message-info .anticon,
21174.ant-message-loading .anticon {
21175 color: #1890ff;
21176}
21177.ant-message .anticon {
21178 position: relative;
21179 top: 1px;
21180 margin-right: 8px;
21181 font-size: 14px;
21182}
21183.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
21184 animation-name: MessageMoveOut;
21185 animation-duration: 0.3s;
21186}
21187@keyframes MessageMoveOut {
21188 0% {
21189 max-height: 150px;
21190 padding: 8px;
21191 opacity: 1;
21192 }
21193 100% {
21194 max-height: 0;
21195 padding: 0;
21196 opacity: 0;
21197 }
21198}
21199.ant-message-rtl {
21200 direction: rtl;
21201}
21202.ant-message-rtl span {
21203 direction: rtl;
21204}
21205.ant-message-rtl .anticon {
21206 margin-right: 0;
21207 margin-left: 8px;
21208}
21209
21210/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21211/* stylelint-disable no-duplicate-selectors */
21212/* stylelint-disable */
21213/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21214.ant-modal {
21215 box-sizing: border-box;
21216 margin: 0;
21217 padding: 0;
21218 color: rgba(0, 0, 0, 0.85);
21219 font-size: 12px;
21220 font-variant: tabular-nums;
21221 line-height: 1.66667;
21222 list-style: none;
21223 font-feature-settings: 'tnum';
21224 pointer-events: none;
21225 position: relative;
21226 top: 100px;
21227 width: auto;
21228 max-width: calc(100vw - 32px);
21229 margin: 0 auto;
21230 padding-bottom: 24px;
21231}
21232.ant-modal.ant-zoom-enter,
21233.ant-modal.ant-zoom-appear {
21234 transform: none;
21235 opacity: 0;
21236 animation-duration: 0.3s;
21237 -webkit-user-select: none;
21238 -moz-user-select: none;
21239 -ms-user-select: none;
21240 user-select: none;
21241}
21242.ant-modal-mask {
21243 position: fixed;
21244 top: 0;
21245 right: 0;
21246 bottom: 0;
21247 left: 0;
21248 z-index: 1000;
21249 height: 100%;
21250 background-color: rgba(0, 0, 0, 0.45);
21251}
21252.ant-modal-mask-hidden {
21253 display: none;
21254}
21255.ant-modal-wrap {
21256 position: fixed;
21257 top: 0;
21258 right: 0;
21259 bottom: 0;
21260 left: 0;
21261 overflow: auto;
21262 outline: 0;
21263}
21264.ant-modal-wrap {
21265 z-index: 1000;
21266}
21267.ant-modal-title {
21268 margin: 0;
21269 color: rgba(0, 0, 0, 0.85);
21270 font-weight: 500;
21271 font-size: 14px;
21272 line-height: 22px;
21273 word-wrap: break-word;
21274}
21275.ant-modal-content {
21276 position: relative;
21277 background-color: #fff;
21278 background-clip: padding-box;
21279 border: 0;
21280 border-radius: 2px;
21281 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);
21282 pointer-events: auto;
21283}
21284.ant-modal-close {
21285 position: absolute;
21286 top: 0;
21287 right: 0;
21288 z-index: 10;
21289 padding: 0;
21290 color: rgba(0, 0, 0, 0.45);
21291 font-weight: 700;
21292 line-height: 1;
21293 text-decoration: none;
21294 background: transparent;
21295 border: 0;
21296 outline: 0;
21297 cursor: pointer;
21298 transition: color 0.3s;
21299}
21300.ant-modal-close-x {
21301 display: block;
21302 width: 44px;
21303 height: 44px;
21304 font-size: 14px;
21305 font-style: normal;
21306 line-height: 44px;
21307 text-align: center;
21308 text-transform: none;
21309 text-rendering: auto;
21310}
21311.ant-modal-close:focus,
21312.ant-modal-close:hover {
21313 color: rgba(0, 0, 0, 0.75);
21314 text-decoration: none;
21315}
21316.ant-modal-header {
21317 padding: 11px 16px;
21318 color: rgba(0, 0, 0, 0.85);
21319 background: #fff;
21320 border-bottom: 1px solid #f0f0f0;
21321 border-radius: 2px 2px 0 0;
21322}
21323.ant-modal-body {
21324 padding: 16px;
21325 font-size: 12px;
21326 line-height: 1.66667;
21327 word-wrap: break-word;
21328}
21329.ant-modal-footer {
21330 padding: 8px 16px;
21331 text-align: right;
21332 background: transparent;
21333 border-top: 1px solid #f0f0f0;
21334 border-radius: 0 0 2px 2px;
21335}
21336.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
21337 margin-bottom: 0;
21338 margin-left: 8px;
21339}
21340.ant-modal-open {
21341 overflow: hidden;
21342}
21343.ant-modal-centered {
21344 text-align: center;
21345}
21346.ant-modal-centered::before {
21347 display: inline-block;
21348 width: 0;
21349 height: 100%;
21350 vertical-align: middle;
21351 content: '';
21352}
21353.ant-modal-centered .ant-modal {
21354 top: 0;
21355 display: inline-block;
21356 padding-bottom: 0;
21357 text-align: left;
21358 vertical-align: middle;
21359}
21360@media (max-width: 767px) {
21361 .ant-modal {
21362 max-width: calc(100vw - 16px);
21363 margin: 8px auto;
21364 }
21365 .ant-modal-centered .ant-modal {
21366 flex: 1;
21367 }
21368}
21369.ant-modal-confirm .ant-modal-header {
21370 display: none;
21371}
21372.ant-modal-confirm .ant-modal-body {
21373 padding: 24px 24px 16px;
21374}
21375.ant-modal-confirm-body-wrapper::before {
21376 display: table;
21377 content: '';
21378}
21379.ant-modal-confirm-body-wrapper::after {
21380 display: table;
21381 clear: both;
21382 content: '';
21383}
21384.ant-modal-confirm-body .ant-modal-confirm-title {
21385 display: block;
21386 overflow: hidden;
21387 color: rgba(0, 0, 0, 0.85);
21388 font-weight: 500;
21389 font-size: 14px;
21390 line-height: 1.4;
21391}
21392.ant-modal-confirm-body .ant-modal-confirm-content {
21393 margin-top: 8px;
21394 color: rgba(0, 0, 0, 0.85);
21395 font-size: 12px;
21396}
21397.ant-modal-confirm-body > .anticon {
21398 float: left;
21399 margin-right: 16px;
21400 font-size: 22px;
21401}
21402.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
21403 margin-left: 38px;
21404}
21405.ant-modal-confirm .ant-modal-confirm-btns {
21406 margin-top: 24px;
21407 text-align: right;
21408}
21409.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
21410 margin-bottom: 0;
21411 margin-left: 8px;
21412}
21413.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
21414 color: #ff4d4f;
21415}
21416.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
21417.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
21418 color: #faad14;
21419}
21420.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
21421 color: #1890ff;
21422}
21423.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
21424 color: #52c41a;
21425}
21426.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
21427 pointer-events: none;
21428}
21429.ant-modal-wrap-rtl {
21430 direction: rtl;
21431}
21432.ant-modal-wrap-rtl .ant-modal-close {
21433 right: initial;
21434 left: 0;
21435}
21436.ant-modal-wrap-rtl .ant-modal-footer {
21437 text-align: left;
21438}
21439.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
21440 margin-right: 8px;
21441 margin-left: 0;
21442}
21443.ant-modal-wrap-rtl .ant-modal-confirm-body {
21444 direction: rtl;
21445}
21446.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
21447 float: right;
21448 margin-right: 0;
21449 margin-left: 16px;
21450}
21451.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
21452 margin-right: 38px;
21453 margin-left: 0;
21454}
21455.ant-modal-wrap-rtl .ant-modal-confirm-btns {
21456 text-align: left;
21457}
21458.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
21459 margin-right: 8px;
21460 margin-left: 0;
21461}
21462.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
21463 text-align: right;
21464}
21465
21466/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21467/* stylelint-disable no-duplicate-selectors */
21468/* stylelint-disable */
21469/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21470.ant-notification {
21471 box-sizing: border-box;
21472 margin: 0;
21473 padding: 0;
21474 color: rgba(0, 0, 0, 0.85);
21475 font-size: 12px;
21476 font-variant: tabular-nums;
21477 line-height: 1.66667;
21478 list-style: none;
21479 font-feature-settings: 'tnum';
21480 position: fixed;
21481 z-index: 1010;
21482 margin-right: 24px;
21483}
21484.ant-notification-close-icon {
21485 font-size: 12px;
21486 cursor: pointer;
21487}
21488.ant-notification-hook-holder {
21489 position: relative;
21490}
21491.ant-notification-notice {
21492 position: relative;
21493 width: 384px;
21494 max-width: calc(100vw - 24px * 2);
21495 margin-bottom: 16px;
21496 margin-left: auto;
21497 padding: 12px 16px;
21498 overflow: hidden;
21499 line-height: 1.66667;
21500 word-wrap: break-word;
21501 background: #fff;
21502 border-radius: 2px;
21503 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);
21504}
21505.ant-notification-top .ant-notification-notice,
21506.ant-notification-bottom .ant-notification-notice {
21507 margin-right: auto;
21508 margin-left: auto;
21509}
21510.ant-notification-topLeft .ant-notification-notice,
21511.ant-notification-bottomLeft .ant-notification-notice {
21512 margin-right: auto;
21513 margin-left: 0;
21514}
21515.ant-notification-notice-message {
21516 margin-bottom: 8px;
21517 color: rgba(0, 0, 0, 0.85);
21518 font-size: 14px;
21519 line-height: 24px;
21520}
21521.ant-notification-notice-message-single-line-auto-margin {
21522 display: block;
21523 width: calc(384px - 16px * 2 - 24px - 48px - 100%);
21524 max-width: 4px;
21525 background-color: transparent;
21526 pointer-events: none;
21527}
21528.ant-notification-notice-message-single-line-auto-margin::before {
21529 display: block;
21530 content: '';
21531}
21532.ant-notification-notice-description {
21533 font-size: 12px;
21534}
21535.ant-notification-notice-closable .ant-notification-notice-message {
21536 padding-right: 24px;
21537}
21538.ant-notification-notice-with-icon .ant-notification-notice-message {
21539 margin-bottom: 4px;
21540 margin-left: 48px;
21541 font-size: 14px;
21542}
21543.ant-notification-notice-with-icon .ant-notification-notice-description {
21544 margin-left: 48px;
21545 font-size: 12px;
21546}
21547.ant-notification-notice-icon {
21548 position: absolute;
21549 margin-left: 4px;
21550 font-size: 24px;
21551 line-height: 24px;
21552}
21553.anticon.ant-notification-notice-icon-success {
21554 color: #52c41a;
21555}
21556.anticon.ant-notification-notice-icon-info {
21557 color: #1890ff;
21558}
21559.anticon.ant-notification-notice-icon-warning {
21560 color: #faad14;
21561}
21562.anticon.ant-notification-notice-icon-error {
21563 color: #ff4d4f;
21564}
21565.ant-notification-notice-close {
21566 position: absolute;
21567 top: 16px;
21568 right: 22px;
21569 color: rgba(0, 0, 0, 0.45);
21570 outline: none;
21571}
21572.ant-notification-notice-close:hover {
21573 color: rgba(0, 0, 0, 0.67);
21574}
21575.ant-notification-notice-btn {
21576 float: right;
21577 margin-top: 16px;
21578}
21579.ant-notification .notification-fade-effect {
21580 animation-duration: 0.24s;
21581 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
21582 animation-fill-mode: both;
21583}
21584.ant-notification-fade-enter,
21585.ant-notification-fade-appear {
21586 animation-duration: 0.24s;
21587 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
21588 animation-fill-mode: both;
21589 opacity: 0;
21590 animation-play-state: paused;
21591}
21592.ant-notification-fade-leave {
21593 animation-duration: 0.24s;
21594 animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
21595 animation-fill-mode: both;
21596 animation-duration: 0.2s;
21597 animation-play-state: paused;
21598}
21599.ant-notification-fade-enter.ant-notification-fade-enter-active,
21600.ant-notification-fade-appear.ant-notification-fade-appear-active {
21601 animation-name: NotificationFadeIn;
21602 animation-play-state: running;
21603}
21604.ant-notification-fade-leave.ant-notification-fade-leave-active {
21605 animation-name: NotificationFadeOut;
21606 animation-play-state: running;
21607}
21608@keyframes NotificationFadeIn {
21609 0% {
21610 left: 384px;
21611 opacity: 0;
21612 }
21613 100% {
21614 left: 0;
21615 opacity: 1;
21616 }
21617}
21618@keyframes NotificationFadeOut {
21619 0% {
21620 max-height: 150px;
21621 margin-bottom: 16px;
21622 opacity: 1;
21623 }
21624 100% {
21625 max-height: 0;
21626 margin-bottom: 0;
21627 padding-top: 0;
21628 padding-bottom: 0;
21629 opacity: 0;
21630 }
21631}
21632.ant-notification-rtl {
21633 direction: rtl;
21634}
21635.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
21636 padding-right: 0;
21637 padding-left: 24px;
21638}
21639.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
21640 margin-right: 48px;
21641 margin-left: 0;
21642}
21643.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
21644 margin-right: 48px;
21645 margin-left: 0;
21646}
21647.ant-notification-rtl .ant-notification-notice-icon {
21648 margin-right: 4px;
21649 margin-left: 0;
21650}
21651.ant-notification-rtl .ant-notification-notice-close {
21652 right: auto;
21653 left: 22px;
21654}
21655.ant-notification-rtl .ant-notification-notice-btn {
21656 float: left;
21657}
21658.ant-notification-top,
21659.ant-notification-bottom {
21660 margin-right: 0;
21661 margin-left: 0;
21662}
21663.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
21664.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
21665 animation-name: NotificationTopFadeIn;
21666}
21667.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
21668.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
21669 animation-name: NotificationBottomFadeIn;
21670}
21671.ant-notification-topLeft,
21672.ant-notification-bottomLeft {
21673 margin-right: 0;
21674 margin-left: 24px;
21675}
21676.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
21677.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
21678.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
21679.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
21680 animation-name: NotificationLeftFadeIn;
21681}
21682@keyframes NotificationTopFadeIn {
21683 0% {
21684 margin-top: -100%;
21685 opacity: 0;
21686 }
21687 100% {
21688 margin-top: 0;
21689 opacity: 1;
21690 }
21691}
21692@keyframes NotificationBottomFadeIn {
21693 0% {
21694 margin-bottom: -100%;
21695 opacity: 0;
21696 }
21697 100% {
21698 margin-bottom: 0;
21699 opacity: 1;
21700 }
21701}
21702@keyframes NotificationLeftFadeIn {
21703 0% {
21704 right: 384px;
21705 opacity: 0;
21706 }
21707 100% {
21708 right: 0;
21709 opacity: 1;
21710 }
21711}
21712
21713/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21714/* stylelint-disable no-duplicate-selectors */
21715/* stylelint-disable */
21716/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21717.ant-page-header {
21718 box-sizing: border-box;
21719 margin: 0;
21720 padding: 0;
21721 color: rgba(0, 0, 0, 0.85);
21722 font-size: 12px;
21723 font-variant: tabular-nums;
21724 line-height: 1.66667;
21725 list-style: none;
21726 font-feature-settings: 'tnum';
21727 position: relative;
21728 padding: 8px 16px;
21729 background-color: #fff;
21730}
21731.ant-page-header-ghost {
21732 background-color: inherit;
21733}
21734.ant-page-header.has-breadcrumb {
21735 padding-top: 8px;
21736}
21737.ant-page-header.has-footer {
21738 padding-bottom: 0;
21739}
21740.ant-page-header-back {
21741 margin-right: 8px;
21742 font-size: 16px;
21743 line-height: 1;
21744}
21745.ant-page-header-back-button {
21746 color: #1890ff;
21747 outline: none;
21748 cursor: pointer;
21749 transition: color 0.3s;
21750 color: #000;
21751}
21752.ant-page-header-back-button:focus-visible,
21753.ant-page-header-back-button:hover {
21754 color: #40a9ff;
21755}
21756.ant-page-header-back-button:active {
21757 color: #096dd9;
21758}
21759.ant-page-header .ant-divider-vertical {
21760 height: 14px;
21761 margin: 0 8px;
21762 vertical-align: middle;
21763}
21764.ant-breadcrumb + .ant-page-header-heading {
21765 margin-top: 4px;
21766}
21767.ant-page-header-heading {
21768 display: flex;
21769 justify-content: space-between;
21770}
21771.ant-page-header-heading-left {
21772 display: flex;
21773 align-items: center;
21774 margin: 2px 0;
21775 overflow: hidden;
21776}
21777.ant-page-header-heading-title {
21778 margin-right: 8px;
21779 margin-bottom: 0;
21780 color: rgba(0, 0, 0, 0.85);
21781 font-weight: 600;
21782 font-size: 16px;
21783 line-height: 28px;
21784 overflow: hidden;
21785 white-space: nowrap;
21786 text-overflow: ellipsis;
21787}
21788.ant-page-header-heading .ant-avatar {
21789 margin-right: 8px;
21790}
21791.ant-page-header-heading-sub-title {
21792 margin-right: 8px;
21793 color: rgba(0, 0, 0, 0.45);
21794 font-size: 12px;
21795 line-height: 1.66667;
21796 overflow: hidden;
21797 white-space: nowrap;
21798 text-overflow: ellipsis;
21799}
21800.ant-page-header-heading-extra {
21801 margin: 2px 0;
21802 white-space: nowrap;
21803}
21804.ant-page-header-heading-extra > * {
21805 white-space: unset;
21806}
21807.ant-page-header-content {
21808 padding-top: 8px;
21809}
21810.ant-page-header-footer {
21811 margin-top: 8px;
21812}
21813.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
21814 margin: 0;
21815}
21816.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
21817 border: none;
21818}
21819.ant-page-header-footer .ant-tabs .ant-tabs-tab {
21820 padding-top: 4px;
21821 padding-bottom: 4px;
21822 font-size: 14px;
21823}
21824.ant-page-header-compact .ant-page-header-heading {
21825 flex-wrap: wrap;
21826}
21827.ant-page-header-rtl {
21828 direction: rtl;
21829}
21830.ant-page-header-rtl .ant-page-header-back {
21831 float: right;
21832 margin-right: 0;
21833 margin-left: 16px;
21834}
21835.ant-page-header-rtl .ant-page-header-heading-title {
21836 margin-right: 0;
21837 margin-left: 8px;
21838}
21839.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
21840 margin-right: 0;
21841 margin-left: 8px;
21842}
21843.ant-page-header-rtl .ant-page-header-heading-sub-title {
21844 float: right;
21845 margin-right: 0;
21846 margin-left: 12px;
21847}
21848.ant-page-header-rtl .ant-page-header-heading-tags {
21849 float: right;
21850}
21851.ant-page-header-rtl .ant-page-header-heading-extra {
21852 float: left;
21853}
21854.ant-page-header-rtl .ant-page-header-heading-extra > * {
21855 margin-right: 8px;
21856 margin-left: 0;
21857}
21858.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
21859 margin-right: 0;
21860}
21861.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
21862 float: right;
21863}
21864
21865/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21866/* stylelint-disable no-duplicate-selectors */
21867/* stylelint-disable */
21868/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21869.ant-popconfirm {
21870 z-index: 1060;
21871}
21872
21873/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
21874/* stylelint-disable no-duplicate-selectors */
21875/* stylelint-disable */
21876/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
21877.ant-progress {
21878 box-sizing: border-box;
21879 margin: 0;
21880 padding: 0;
21881 color: rgba(0, 0, 0, 0.85);
21882 font-size: 12px;
21883 font-variant: tabular-nums;
21884 line-height: 1.66667;
21885 list-style: none;
21886 font-feature-settings: 'tnum';
21887 display: inline-block;
21888}
21889.ant-progress-line {
21890 position: relative;
21891 width: 100%;
21892 font-size: 12px;
21893}
21894.ant-progress-steps {
21895 display: inline-block;
21896}
21897.ant-progress-steps-outer {
21898 display: flex;
21899 flex-direction: row;
21900 align-items: center;
21901}
21902.ant-progress-steps-item {
21903 flex-shrink: 0;
21904 min-width: 2px;
21905 margin-right: 2px;
21906 background: #f3f3f3;
21907 transition: all 0.3s;
21908}
21909.ant-progress-steps-item-active {
21910 background: #1890ff;
21911}
21912.ant-progress-small.ant-progress-line,
21913.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
21914 font-size: 12px;
21915}
21916.ant-progress-outer {
21917 display: inline-block;
21918 width: 100%;
21919 margin-right: 0;
21920 padding-right: 0;
21921}
21922.ant-progress-show-info .ant-progress-outer {
21923 margin-right: calc(-2em - 8px);
21924 padding-right: calc(2em + 8px);
21925}
21926.ant-progress-inner {
21927 position: relative;
21928 display: inline-block;
21929 width: 100%;
21930 overflow: hidden;
21931 vertical-align: middle;
21932 background-color: #f5f5f5;
21933 border-radius: 100px;
21934}
21935.ant-progress-circle-trail {
21936 stroke: #f5f5f5;
21937}
21938.ant-progress-circle-path {
21939 animation: ant-progress-appear 0.3s;
21940}
21941.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
21942 stroke: #1890ff;
21943}
21944.ant-progress-success-bg,
21945.ant-progress-bg {
21946 position: relative;
21947 background-color: #1890ff;
21948 border-radius: 100px;
21949 transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
21950}
21951.ant-progress-success-bg {
21952 position: absolute;
21953 top: 0;
21954 left: 0;
21955 background-color: #52c41a;
21956}
21957.ant-progress-text {
21958 display: inline-block;
21959 width: 2em;
21960 margin-left: 8px;
21961 color: rgba(0, 0, 0, 0.85);
21962 font-size: 1em;
21963 line-height: 1;
21964 white-space: nowrap;
21965 text-align: left;
21966 vertical-align: middle;
21967 word-break: normal;
21968}
21969.ant-progress-text .anticon {
21970 font-size: 12px;
21971}
21972.ant-progress-status-active .ant-progress-bg::before {
21973 position: absolute;
21974 top: 0;
21975 right: 0;
21976 bottom: 0;
21977 left: 0;
21978 background: #fff;
21979 border-radius: 10px;
21980 opacity: 0;
21981 animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
21982 content: '';
21983}
21984.ant-progress-status-exception .ant-progress-bg {
21985 background-color: #ff4d4f;
21986}
21987.ant-progress-status-exception .ant-progress-text {
21988 color: #ff4d4f;
21989}
21990.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
21991 stroke: #ff4d4f;
21992}
21993.ant-progress-status-success .ant-progress-bg {
21994 background-color: #52c41a;
21995}
21996.ant-progress-status-success .ant-progress-text {
21997 color: #52c41a;
21998}
21999.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
22000 stroke: #52c41a;
22001}
22002.ant-progress-circle .ant-progress-inner {
22003 position: relative;
22004 line-height: 1;
22005 background-color: transparent;
22006}
22007.ant-progress-circle .ant-progress-text {
22008 position: absolute;
22009 top: 50%;
22010 left: 50%;
22011 width: 100%;
22012 margin: 0;
22013 padding: 0;
22014 color: rgba(0, 0, 0, 0.85);
22015 font-size: 0.833333em;
22016 line-height: 1;
22017 white-space: normal;
22018 text-align: center;
22019 transform: translate(-50%, -50%);
22020}
22021.ant-progress-circle .ant-progress-text .anticon {
22022 font-size: 1.16666667em;
22023}
22024.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
22025 color: #ff4d4f;
22026}
22027.ant-progress-circle.ant-progress-status-success .ant-progress-text {
22028 color: #52c41a;
22029}
22030@keyframes ant-progress-active {
22031 0% {
22032 transform: translateX(-100%) scaleX(0);
22033 opacity: 0.1;
22034 }
22035 20% {
22036 transform: translateX(-100%) scaleX(0);
22037 opacity: 0.5;
22038 }
22039 100% {
22040 transform: translateX(0) scaleX(1);
22041 opacity: 0;
22042 }
22043}
22044.ant-progress-rtl {
22045 direction: rtl;
22046}
22047.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
22048 margin-right: 0;
22049 margin-left: calc(-2em - 8px);
22050 padding-right: 0;
22051 padding-left: calc(2em + 8px);
22052}
22053.ant-progress-rtl .ant-progress-success-bg {
22054 right: 0;
22055 left: auto;
22056}
22057.ant-progress-rtl.ant-progress-line .ant-progress-text,
22058.ant-progress-rtl.ant-progress-steps .ant-progress-text {
22059 margin-right: 8px;
22060 margin-left: 0;
22061 text-align: right;
22062}
22063
22064/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22065/* stylelint-disable no-duplicate-selectors */
22066/* stylelint-disable */
22067/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22068.ant-rate {
22069 box-sizing: border-box;
22070 color: rgba(0, 0, 0, 0.85);
22071 font-size: 12px;
22072 font-variant: tabular-nums;
22073 line-height: 1.66667;
22074 font-feature-settings: 'tnum';
22075 display: inline-block;
22076 margin: 0;
22077 padding: 0;
22078 color: #fadb14;
22079 font-size: 16px;
22080 line-height: unset;
22081 list-style: none;
22082 outline: none;
22083}
22084.ant-rate-disabled .ant-rate-star {
22085 cursor: default;
22086}
22087.ant-rate-disabled .ant-rate-star > div:hover {
22088 transform: scale(1);
22089}
22090.ant-rate-star {
22091 position: relative;
22092 display: inline-block;
22093 color: inherit;
22094 cursor: pointer;
22095}
22096.ant-rate-star:not(:last-child) {
22097 margin-right: 8px;
22098}
22099.ant-rate-star > div {
22100 transition: all 0.3s, outline 0s;
22101}
22102.ant-rate-star > div:hover {
22103 transform: scale(1.1);
22104}
22105.ant-rate-star > div:focus {
22106 outline: 0;
22107}
22108.ant-rate-star > div:focus-visible {
22109 outline: 1px dashed #fadb14;
22110 transform: scale(1.1);
22111}
22112.ant-rate-star-first,
22113.ant-rate-star-second {
22114 color: #f0f0f0;
22115 transition: all 0.3s;
22116 -webkit-user-select: none;
22117 -moz-user-select: none;
22118 -ms-user-select: none;
22119 user-select: none;
22120}
22121.ant-rate-star-first .anticon,
22122.ant-rate-star-second .anticon {
22123 vertical-align: middle;
22124}
22125.ant-rate-star-first {
22126 position: absolute;
22127 top: 0;
22128 left: 0;
22129 width: 50%;
22130 height: 100%;
22131 overflow: hidden;
22132 opacity: 0;
22133}
22134.ant-rate-star-half .ant-rate-star-first,
22135.ant-rate-star-half .ant-rate-star-second {
22136 opacity: 1;
22137}
22138.ant-rate-star-half .ant-rate-star-first,
22139.ant-rate-star-full .ant-rate-star-second {
22140 color: inherit;
22141}
22142.ant-rate-text {
22143 display: inline-block;
22144 margin: 0 8px;
22145 font-size: 12px;
22146}
22147.ant-rate-rtl {
22148 direction: rtl;
22149}
22150.ant-rate-rtl .ant-rate-star:not(:last-child) {
22151 margin-right: 0;
22152 margin-left: 8px;
22153}
22154.ant-rate-rtl .ant-rate-star-first {
22155 right: 0;
22156 left: auto;
22157}
22158
22159/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22160/* stylelint-disable no-duplicate-selectors */
22161/* stylelint-disable */
22162/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22163.ant-result {
22164 padding: 48px 32px;
22165}
22166.ant-result-success .ant-result-icon > .anticon {
22167 color: #52c41a;
22168}
22169.ant-result-error .ant-result-icon > .anticon {
22170 color: #ff4d4f;
22171}
22172.ant-result-info .ant-result-icon > .anticon {
22173 color: #1890ff;
22174}
22175.ant-result-warning .ant-result-icon > .anticon {
22176 color: #faad14;
22177}
22178.ant-result-image {
22179 width: 250px;
22180 height: 295px;
22181 margin: auto;
22182}
22183.ant-result-icon {
22184 margin-bottom: 24px;
22185 text-align: center;
22186}
22187.ant-result-icon > .anticon {
22188 font-size: 64px;
22189}
22190.ant-result-title {
22191 color: rgba(0, 0, 0, 0.85);
22192 font-size: 20px;
22193 line-height: 1.8;
22194 text-align: center;
22195}
22196.ant-result-subtitle {
22197 color: rgba(0, 0, 0, 0.45);
22198 font-size: 12px;
22199 line-height: 1.6;
22200 text-align: center;
22201}
22202.ant-result-extra {
22203 margin: 24px 0 0 0;
22204 text-align: center;
22205}
22206.ant-result-extra > * {
22207 margin-right: 8px;
22208}
22209.ant-result-extra > *:last-child {
22210 margin-right: 0;
22211}
22212.ant-result-content {
22213 margin-top: 24px;
22214 padding: 24px 40px;
22215 background-color: #fafafa;
22216}
22217.ant-result-rtl {
22218 direction: rtl;
22219}
22220.ant-result-rtl .ant-result-extra > * {
22221 margin-right: 0;
22222 margin-left: 8px;
22223}
22224.ant-result-rtl .ant-result-extra > *:last-child {
22225 margin-left: 0;
22226}
22227
22228/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22229/* stylelint-disable no-duplicate-selectors */
22230/* stylelint-disable */
22231/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22232.segmented-disabled-item,
22233.segmented-disabled-item:hover,
22234.segmented-disabled-item:focus {
22235 color: rgba(0, 0, 0, 0.25);
22236 cursor: not-allowed;
22237}
22238.segmented-item-selected {
22239 background-color: #fff;
22240 border-radius: 2px;
22241 box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
22242}
22243.segmented-text-ellipsis {
22244 overflow: hidden;
22245 white-space: nowrap;
22246 text-overflow: ellipsis;
22247 word-break: keep-all;
22248}
22249.ant-segmented {
22250 box-sizing: border-box;
22251 margin: 0;
22252 padding: 0;
22253 color: rgba(0, 0, 0, 0.85);
22254 font-size: 12px;
22255 font-variant: tabular-nums;
22256 line-height: 1.66667;
22257 list-style: none;
22258 font-feature-settings: 'tnum';
22259 display: inline-block;
22260 padding: 2px;
22261 color: rgba(0, 0, 0, 0.65);
22262 background-color: rgba(0, 0, 0, 0.04);
22263 border-radius: 2px;
22264 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
22265}
22266.ant-segmented-group {
22267 position: relative;
22268 display: flex;
22269 align-items: stretch;
22270 justify-items: flex-start;
22271 width: 100%;
22272}
22273.ant-segmented.ant-segmented-block {
22274 display: flex;
22275}
22276.ant-segmented.ant-segmented-block .ant-segmented-item {
22277 flex: 1;
22278 min-width: 0;
22279}
22280.ant-segmented:not(.ant-segmented-disabled):hover,
22281.ant-segmented:not(.ant-segmented-disabled):focus {
22282 background-color: rgba(0, 0, 0, 0.06);
22283}
22284.ant-segmented-item {
22285 position: relative;
22286 text-align: center;
22287 cursor: pointer;
22288 transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
22289}
22290.ant-segmented-item-selected {
22291 background-color: #fff;
22292 border-radius: 2px;
22293 box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
22294 color: #262626;
22295}
22296.ant-segmented-item:hover,
22297.ant-segmented-item:focus {
22298 color: #262626;
22299}
22300.ant-segmented-item-label {
22301 min-height: 24px;
22302 padding: 0 7px;
22303 line-height: 24px;
22304 overflow: hidden;
22305 white-space: nowrap;
22306 text-overflow: ellipsis;
22307 word-break: keep-all;
22308}
22309.ant-segmented-item-icon + * {
22310 margin-left: 4px;
22311}
22312.ant-segmented-item-input {
22313 position: absolute;
22314 top: 0;
22315 left: 0;
22316 width: 0;
22317 height: 0;
22318 opacity: 0;
22319 pointer-events: none;
22320}
22321.ant-segmented.ant-segmented-lg .ant-segmented-item-label {
22322 min-height: 28px;
22323 padding: 0 11px;
22324 font-size: 14px;
22325 line-height: 28px;
22326}
22327.ant-segmented.ant-segmented-sm .ant-segmented-item-label {
22328 min-height: 18px;
22329 padding: 0 7px;
22330 line-height: 18px;
22331}
22332.ant-segmented-item-disabled,
22333.ant-segmented-item-disabled:hover,
22334.ant-segmented-item-disabled:focus {
22335 color: rgba(0, 0, 0, 0.25);
22336 cursor: not-allowed;
22337}
22338.ant-segmented-thumb {
22339 background-color: #fff;
22340 border-radius: 2px;
22341 box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
22342 position: absolute;
22343 top: 0;
22344 left: 0;
22345 width: 0;
22346 height: 100%;
22347 padding: 4px 0;
22348}
22349.ant-segmented-thumb-motion-appear-active {
22350 transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
22351 will-change: transform, width;
22352}
22353.ant-segmented.ant-segmented-rtl {
22354 direction: rtl;
22355}
22356.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
22357 margin-right: 0;
22358 margin-left: 6px;
22359}
22360
22361/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22362/* stylelint-disable no-duplicate-selectors */
22363/* stylelint-disable */
22364/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22365.ant-slider {
22366 box-sizing: border-box;
22367 margin: 0;
22368 padding: 0;
22369 color: rgba(0, 0, 0, 0.85);
22370 font-size: 12px;
22371 font-variant: tabular-nums;
22372 line-height: 1.66667;
22373 list-style: none;
22374 font-feature-settings: 'tnum';
22375 position: relative;
22376 height: 12px;
22377 margin: 10px 6px 10px;
22378 padding: 4px 0;
22379 cursor: pointer;
22380 touch-action: none;
22381}
22382.ant-slider-vertical {
22383 width: 12px;
22384 height: 100%;
22385 margin: 6px 10px;
22386 padding: 0 4px;
22387}
22388.ant-slider-vertical .ant-slider-rail {
22389 width: 4px;
22390 height: 100%;
22391}
22392.ant-slider-vertical .ant-slider-track {
22393 width: 4px;
22394}
22395.ant-slider-vertical .ant-slider-handle {
22396 margin-top: -6px;
22397 margin-left: -5px;
22398}
22399.ant-slider-vertical .ant-slider-mark {
22400 top: 0;
22401 left: 12px;
22402 width: 18px;
22403 height: 100%;
22404}
22405.ant-slider-vertical .ant-slider-mark-text {
22406 left: 4px;
22407 white-space: nowrap;
22408}
22409.ant-slider-vertical .ant-slider-step {
22410 width: 4px;
22411 height: 100%;
22412}
22413.ant-slider-vertical .ant-slider-dot {
22414 top: auto;
22415 margin-left: -2px;
22416}
22417.ant-slider-tooltip .ant-tooltip-inner {
22418 min-width: unset;
22419}
22420.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
22421 margin-right: -5px;
22422 margin-left: 0;
22423}
22424.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
22425 right: 12px;
22426 left: auto;
22427}
22428.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
22429 right: 4px;
22430 left: auto;
22431}
22432.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
22433 right: 2px;
22434 left: auto;
22435}
22436.ant-slider-with-marks {
22437 margin-bottom: 28px;
22438}
22439.ant-slider-rail {
22440 position: absolute;
22441 width: 100%;
22442 height: 4px;
22443 background-color: #f5f5f5;
22444 border-radius: 2px;
22445 transition: background-color 0.3s;
22446}
22447.ant-slider-track {
22448 position: absolute;
22449 height: 4px;
22450 background-color: #91d5ff;
22451 border-radius: 2px;
22452 transition: background-color 0.3s;
22453}
22454.ant-slider-handle {
22455 position: absolute;
22456 width: 12px;
22457 height: 12px;
22458 margin-top: -4px;
22459 background-color: #fff;
22460 border: solid 2px #91d5ff;
22461 border-radius: 50%;
22462 box-shadow: 0;
22463 cursor: pointer;
22464 transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
22465}
22466.ant-slider-handle-dragging {
22467 z-index: 1;
22468}
22469.ant-slider-handle:focus {
22470 border-color: #46a6ff;
22471 outline: none;
22472 box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
22473}
22474.ant-slider-handle.ant-tooltip-open {
22475 border-color: #1890ff;
22476}
22477.ant-slider-handle::after {
22478 position: absolute;
22479 top: -6px;
22480 right: -6px;
22481 bottom: -6px;
22482 left: -6px;
22483 content: '';
22484}
22485.ant-slider:hover .ant-slider-rail {
22486 background-color: #e1e1e1;
22487}
22488.ant-slider:hover .ant-slider-track {
22489 background-color: #69c0ff;
22490}
22491.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
22492 border-color: #69c0ff;
22493}
22494.ant-slider-mark {
22495 position: absolute;
22496 top: 14px;
22497 left: 0;
22498 width: 100%;
22499 font-size: 12px;
22500}
22501.ant-slider-mark-text {
22502 position: absolute;
22503 display: inline-block;
22504 color: rgba(0, 0, 0, 0.45);
22505 text-align: center;
22506 word-break: keep-all;
22507 cursor: pointer;
22508 -webkit-user-select: none;
22509 -moz-user-select: none;
22510 -ms-user-select: none;
22511 user-select: none;
22512}
22513.ant-slider-mark-text-active {
22514 color: rgba(0, 0, 0, 0.85);
22515}
22516.ant-slider-step {
22517 position: absolute;
22518 width: 100%;
22519 height: 4px;
22520 background: transparent;
22521 pointer-events: none;
22522}
22523.ant-slider-dot {
22524 position: absolute;
22525 top: -2px;
22526 width: 8px;
22527 height: 8px;
22528 background-color: #fff;
22529 border: 2px solid #f0f0f0;
22530 border-radius: 50%;
22531 cursor: pointer;
22532}
22533.ant-slider-dot-active {
22534 border-color: #8cc8ff;
22535}
22536.ant-slider-disabled {
22537 cursor: not-allowed;
22538}
22539.ant-slider-disabled .ant-slider-rail {
22540 background-color: #f5f5f5 !important;
22541}
22542.ant-slider-disabled .ant-slider-track {
22543 background-color: rgba(0, 0, 0, 0.25) !important;
22544}
22545.ant-slider-disabled .ant-slider-handle,
22546.ant-slider-disabled .ant-slider-dot {
22547 background-color: #fff;
22548 border-color: rgba(0, 0, 0, 0.25) !important;
22549 box-shadow: none;
22550 cursor: not-allowed;
22551}
22552.ant-slider-disabled .ant-slider-mark-text,
22553.ant-slider-disabled .ant-slider-dot {
22554 cursor: not-allowed !important;
22555}
22556.ant-slider-rtl {
22557 direction: rtl;
22558}
22559.ant-slider-rtl .ant-slider-mark {
22560 right: 0;
22561 left: auto;
22562}
22563
22564/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22565/* stylelint-disable no-duplicate-selectors */
22566/* stylelint-disable */
22567/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22568.ant-statistic {
22569 box-sizing: border-box;
22570 margin: 0;
22571 padding: 0;
22572 color: rgba(0, 0, 0, 0.85);
22573 font-size: 12px;
22574 font-variant: tabular-nums;
22575 line-height: 1.66667;
22576 list-style: none;
22577 font-feature-settings: 'tnum';
22578}
22579.ant-statistic-title {
22580 margin-bottom: 0px;
22581 color: rgba(0, 0, 0, 0.45);
22582 font-size: 12px;
22583}
22584.ant-statistic-skeleton {
22585 padding-top: 8px;
22586}
22587.ant-statistic-content {
22588 color: rgba(0, 0, 0, 0.85);
22589 font-size: 20px;
22590 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';
22591}
22592.ant-statistic-content-value {
22593 display: inline-block;
22594 direction: ltr;
22595}
22596.ant-statistic-content-prefix,
22597.ant-statistic-content-suffix {
22598 display: inline-block;
22599}
22600.ant-statistic-content-prefix {
22601 margin-right: 4px;
22602}
22603.ant-statistic-content-suffix {
22604 margin-left: 4px;
22605}
22606.ant-statistic-rtl {
22607 direction: rtl;
22608}
22609.ant-statistic-rtl .ant-statistic-content-prefix {
22610 margin-right: 0;
22611 margin-left: 4px;
22612}
22613.ant-statistic-rtl .ant-statistic-content-suffix {
22614 margin-right: 4px;
22615 margin-left: 0;
22616}
22617
22618/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
22619/* stylelint-disable no-duplicate-selectors */
22620/* stylelint-disable */
22621/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22622.ant-steps {
22623 box-sizing: border-box;
22624 margin: 0;
22625 padding: 0;
22626 color: rgba(0, 0, 0, 0.85);
22627 font-size: 12px;
22628 font-variant: tabular-nums;
22629 line-height: 1.66667;
22630 list-style: none;
22631 font-feature-settings: 'tnum';
22632 display: flex;
22633 width: 100%;
22634 font-size: 0;
22635 text-align: initial;
22636}
22637.ant-steps-item {
22638 position: relative;
22639 display: inline-block;
22640 flex: 1;
22641 overflow: hidden;
22642 vertical-align: top;
22643}
22644.ant-steps-item-container {
22645 outline: none;
22646}
22647.ant-steps-item:last-child {
22648 flex: none;
22649}
22650.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
22651.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
22652 display: none;
22653}
22654.ant-steps-item-icon,
22655.ant-steps-item-content {
22656 display: inline-block;
22657 vertical-align: top;
22658}
22659.ant-steps-item-icon {
22660 width: 24px;
22661 height: 24px;
22662 margin: 2px 8px 2px 0;
22663 font-size: 12px;
22664 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';
22665 line-height: 24px;
22666 text-align: center;
22667 border: 1px solid rgba(0, 0, 0, 0.25);
22668 border-radius: 24px;
22669 transition: background-color 0.3s, border-color 0.3s;
22670}
22671.ant-steps-item-icon .ant-steps-icon {
22672 position: relative;
22673 top: 0px;
22674 color: #1890ff;
22675 line-height: 1;
22676}
22677.ant-steps-item-tail {
22678 position: absolute;
22679 top: 12px;
22680 left: 0;
22681 width: 100%;
22682 padding: 0 10px;
22683}
22684.ant-steps-item-tail::after {
22685 display: inline-block;
22686 width: 100%;
22687 height: 1px;
22688 background: #f0f0f0;
22689 border-radius: 1px;
22690 transition: background 0.3s;
22691 content: '';
22692}
22693.ant-steps-item-title {
22694 position: relative;
22695 display: inline-block;
22696 padding-right: 16px;
22697 color: rgba(0, 0, 0, 0.85);
22698 font-size: 14px;
22699 line-height: 28px;
22700}
22701.ant-steps-item-title::after {
22702 position: absolute;
22703 top: 14px;
22704 left: 100%;
22705 display: block;
22706 width: 9999px;
22707 height: 1px;
22708 background: #f0f0f0;
22709 content: '';
22710}
22711.ant-steps-item-subtitle {
22712 display: inline;
22713 margin-left: 8px;
22714 color: rgba(0, 0, 0, 0.45);
22715 font-weight: normal;
22716 font-size: 12px;
22717}
22718.ant-steps-item-description {
22719 color: rgba(0, 0, 0, 0.45);
22720 font-size: 12px;
22721}
22722.ant-steps-item-wait .ant-steps-item-icon {
22723 background-color: #fff;
22724 border-color: rgba(0, 0, 0, 0.25);
22725}
22726.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
22727 color: rgba(0, 0, 0, 0.25);
22728}
22729.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
22730 background: rgba(0, 0, 0, 0.25);
22731}
22732.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
22733 color: rgba(0, 0, 0, 0.45);
22734}
22735.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
22736 background-color: #f0f0f0;
22737}
22738.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
22739 color: rgba(0, 0, 0, 0.45);
22740}
22741.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
22742 background-color: #f0f0f0;
22743}
22744.ant-steps-item-process .ant-steps-item-icon {
22745 background-color: #fff;
22746 border-color: #1890ff;
22747}
22748.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
22749 color: #1890ff;
22750}
22751.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
22752 background: #1890ff;
22753}
22754.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
22755 color: rgba(0, 0, 0, 0.85);
22756}
22757.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
22758 background-color: #f0f0f0;
22759}
22760.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
22761 color: rgba(0, 0, 0, 0.85);
22762}
22763.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
22764 background-color: #f0f0f0;
22765}
22766.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
22767 background: #1890ff;
22768}
22769.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
22770 color: #fff;
22771}
22772.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
22773 font-weight: 500;
22774}
22775.ant-steps-item-finish .ant-steps-item-icon {
22776 background-color: #fff;
22777 border-color: #1890ff;
22778}
22779.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
22780 color: #1890ff;
22781}
22782.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
22783 background: #1890ff;
22784}
22785.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
22786 color: rgba(0, 0, 0, 0.85);
22787}
22788.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
22789 background-color: #1890ff;
22790}
22791.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
22792 color: rgba(0, 0, 0, 0.45);
22793}
22794.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
22795 background-color: #1890ff;
22796}
22797.ant-steps-item-error .ant-steps-item-icon {
22798 background-color: #fff;
22799 border-color: #ff4d4f;
22800}
22801.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
22802 color: #ff4d4f;
22803}
22804.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
22805 background: #ff4d4f;
22806}
22807.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
22808 color: #ff4d4f;
22809}
22810.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
22811 background-color: #f0f0f0;
22812}
22813.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
22814 color: #ff4d4f;
22815}
22816.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
22817 background-color: #f0f0f0;
22818}
22819.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
22820 background: #ff4d4f;
22821}
22822.ant-steps-item-disabled {
22823 cursor: not-allowed;
22824}
22825.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
22826 cursor: pointer;
22827}
22828.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
22829.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
22830.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
22831.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
22832 transition: color 0.3s;
22833}
22834.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
22835.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
22836.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
22837 color: #1890ff;
22838}
22839.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 {
22840 border-color: #1890ff;
22841}
22842.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 {
22843 color: #1890ff;
22844}
22845.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
22846 padding-left: 16px;
22847 white-space: nowrap;
22848}
22849.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
22850 padding-left: 0;
22851}
22852.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
22853 padding-right: 0;
22854}
22855.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
22856 display: none;
22857}
22858.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
22859 max-width: 140px;
22860 white-space: normal;
22861}
22862.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
22863 height: auto;
22864 background: none;
22865 border: 0;
22866}
22867.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
22868 top: 2px;
22869 left: 0.5px;
22870 width: 20px;
22871 height: 20px;
22872 font-size: 20px;
22873 line-height: 20px;
22874}
22875.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
22876 color: #1890ff;
22877}
22878.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
22879 width: auto;
22880 background: none;
22881}
22882.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
22883 padding-left: 12px;
22884}
22885.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
22886 padding-left: 0;
22887}
22888.ant-steps-small .ant-steps-item-icon {
22889 width: 20px;
22890 height: 20px;
22891 margin: 0 8px 0 0;
22892 font-size: 12px;
22893 line-height: 20px;
22894 text-align: center;
22895 border-radius: 20px;
22896}
22897.ant-steps-small .ant-steps-item-title {
22898 padding-right: 12px;
22899 font-size: 12px;
22900 line-height: 20px;
22901}
22902.ant-steps-small .ant-steps-item-title::after {
22903 top: 10px;
22904}
22905.ant-steps-small .ant-steps-item-description {
22906 color: rgba(0, 0, 0, 0.45);
22907 font-size: 12px;
22908}
22909.ant-steps-small .ant-steps-item-tail {
22910 top: 8px;
22911}
22912.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
22913 width: inherit;
22914 height: inherit;
22915 line-height: inherit;
22916 background: none;
22917 border: 0;
22918 border-radius: 0;
22919}
22920.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
22921 font-size: 20px;
22922 line-height: 20px;
22923 transform: none;
22924}
22925.ant-steps-vertical {
22926 display: flex;
22927 flex-direction: column;
22928}
22929.ant-steps-vertical > .ant-steps-item {
22930 display: block;
22931 flex: 1 0 auto;
22932 padding-left: 0;
22933 overflow: visible;
22934}
22935.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
22936 float: left;
22937 margin-right: 12px;
22938}
22939.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
22940 display: block;
22941 min-height: 48px;
22942 overflow: hidden;
22943}
22944.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
22945 line-height: 24px;
22946}
22947.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
22948 padding-bottom: 12px;
22949}
22950.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
22951 position: absolute;
22952 top: 0;
22953 left: 11px;
22954 width: 1px;
22955 height: 100%;
22956 padding: 30px 0 6px;
22957}
22958.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
22959 width: 1px;
22960 height: 100%;
22961}
22962.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
22963 display: block;
22964}
22965.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
22966 display: none;
22967}
22968.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
22969 position: absolute;
22970 top: 0;
22971 left: 9px;
22972 padding: 26px 0 6px;
22973}
22974.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
22975 line-height: 20px;
22976}
22977.ant-steps-label-vertical .ant-steps-item {
22978 overflow: visible;
22979}
22980.ant-steps-label-vertical .ant-steps-item-tail {
22981 margin-left: 58px;
22982 padding: 3.5px 24px;
22983}
22984.ant-steps-label-vertical .ant-steps-item-content {
22985 display: block;
22986 width: 108px;
22987 margin-top: 8px;
22988 text-align: center;
22989}
22990.ant-steps-label-vertical .ant-steps-item-icon {
22991 display: inline-block;
22992 margin-left: 42px;
22993}
22994.ant-steps-label-vertical .ant-steps-item-title {
22995 padding-right: 0;
22996 padding-left: 0;
22997}
22998.ant-steps-label-vertical .ant-steps-item-title::after {
22999 display: none;
23000}
23001.ant-steps-label-vertical .ant-steps-item-subtitle {
23002 display: block;
23003 margin-bottom: 4px;
23004 margin-left: 0;
23005 line-height: 1.66667;
23006}
23007.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
23008 margin-left: 46px;
23009}
23010.ant-steps-dot .ant-steps-item-title,
23011.ant-steps-dot.ant-steps-small .ant-steps-item-title {
23012 line-height: 1.66667;
23013}
23014.ant-steps-dot .ant-steps-item-tail,
23015.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
23016 top: 4px;
23017 width: 100%;
23018 margin: 0 0 0 70px;
23019 padding: 0;
23020}
23021.ant-steps-dot .ant-steps-item-tail::after,
23022.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
23023 width: calc(100% - 20px);
23024 height: 3px;
23025 margin-left: 12px;
23026}
23027.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
23028.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
23029 left: 2px;
23030}
23031.ant-steps-dot .ant-steps-item-icon,
23032.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
23033 width: 8px;
23034 height: 8px;
23035 margin-left: 67px;
23036 padding-right: 0;
23037 line-height: 8px;
23038 background: transparent;
23039 border: 0;
23040}
23041.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
23042.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
23043 position: relative;
23044 float: left;
23045 width: 100%;
23046 height: 100%;
23047 border-radius: 100px;
23048 transition: all 0.3s;
23049 /* expand hover area */
23050}
23051.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
23052.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
23053 position: absolute;
23054 top: -12px;
23055 left: -26px;
23056 width: 60px;
23057 height: 32px;
23058 background: rgba(0, 0, 0, 0.001);
23059 content: '';
23060}
23061.ant-steps-dot .ant-steps-item-content,
23062.ant-steps-dot.ant-steps-small .ant-steps-item-content {
23063 width: 140px;
23064}
23065.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
23066.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
23067 position: relative;
23068 top: -1px;
23069 width: 10px;
23070 height: 10px;
23071 line-height: 10px;
23072 background: none;
23073}
23074.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
23075.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
23076 left: 0;
23077}
23078.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
23079 margin-top: 13px;
23080 margin-left: 0;
23081 background: none;
23082}
23083.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23084 top: 6.5px;
23085 left: -9px;
23086 margin: 0;
23087 padding: 22px 0 4px;
23088}
23089.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
23090 margin-top: 10px;
23091}
23092.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23093 top: 3.5px;
23094}
23095.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
23096 left: 0;
23097}
23098.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
23099 width: inherit;
23100}
23101.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
23102 top: -1px;
23103 left: -1px;
23104}
23105.ant-steps-navigation {
23106 padding-top: 12px;
23107}
23108.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
23109 margin-left: -12px;
23110}
23111.ant-steps-navigation .ant-steps-item {
23112 overflow: visible;
23113 text-align: center;
23114}
23115.ant-steps-navigation .ant-steps-item-container {
23116 display: inline-block;
23117 height: 100%;
23118 margin-left: -16px;
23119 padding-bottom: 12px;
23120 text-align: left;
23121 transition: opacity 0.3s;
23122}
23123.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
23124 max-width: auto;
23125}
23126.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
23127 max-width: 100%;
23128 padding-right: 0;
23129 overflow: hidden;
23130 white-space: nowrap;
23131 text-overflow: ellipsis;
23132}
23133.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
23134 display: none;
23135}
23136.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
23137 cursor: pointer;
23138}
23139.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
23140 opacity: 0.85;
23141}
23142.ant-steps-navigation .ant-steps-item:last-child {
23143 flex: 1;
23144}
23145.ant-steps-navigation .ant-steps-item:last-child::after {
23146 display: none;
23147}
23148.ant-steps-navigation .ant-steps-item::after {
23149 position: absolute;
23150 top: 50%;
23151 left: 100%;
23152 display: inline-block;
23153 width: 12px;
23154 height: 12px;
23155 margin-top: -14px;
23156 margin-left: -2px;
23157 border: 1px solid rgba(0, 0, 0, 0.25);
23158 border-bottom: none;
23159 border-left: none;
23160 transform: rotate(45deg);
23161 content: '';
23162}
23163.ant-steps-navigation .ant-steps-item::before {
23164 position: absolute;
23165 bottom: 0;
23166 left: 50%;
23167 display: inline-block;
23168 width: 0;
23169 height: 2px;
23170 background-color: #1890ff;
23171 transition: width 0.3s, left 0.3s;
23172 transition-timing-function: ease-out;
23173 content: '';
23174}
23175.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
23176 left: 0;
23177 width: 100%;
23178}
23179.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
23180 margin-right: 0 !important;
23181}
23182.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
23183 display: none;
23184}
23185.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
23186 top: 0;
23187 right: 0;
23188 left: unset;
23189 display: block;
23190 width: 3px;
23191 height: calc(100% - 24px);
23192}
23193.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
23194 position: relative;
23195 top: -2px;
23196 left: 50%;
23197 display: block;
23198 width: 8px;
23199 height: 8px;
23200 margin-bottom: 8px;
23201 text-align: center;
23202 transform: rotate(135deg);
23203}
23204.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23205 visibility: hidden;
23206}
23207.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23208 visibility: hidden;
23209}
23210.ant-steps-rtl {
23211 direction: rtl;
23212}
23213.ant-steps.ant-steps-rtl .ant-steps-item-icon {
23214 margin-right: 0;
23215 margin-left: 8px;
23216}
23217.ant-steps-rtl .ant-steps-item-tail {
23218 right: 0;
23219 left: auto;
23220}
23221.ant-steps-rtl .ant-steps-item-title {
23222 padding-right: 0;
23223 padding-left: 16px;
23224}
23225.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
23226 float: left;
23227 margin-right: 8px;
23228 margin-left: 0;
23229}
23230.ant-steps-rtl .ant-steps-item-title::after {
23231 right: 100%;
23232 left: auto;
23233}
23234.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
23235 padding-right: 16px;
23236 padding-left: 0;
23237}
23238.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
23239 padding-right: 0;
23240}
23241.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
23242 padding-left: 0;
23243}
23244.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
23245 right: 0.5px;
23246 left: auto;
23247}
23248.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
23249 margin-right: -12px;
23250 margin-left: 0;
23251}
23252.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
23253 margin-right: -16px;
23254 margin-left: 0;
23255 text-align: right;
23256}
23257.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
23258 padding-left: 0;
23259}
23260.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
23261 right: 100%;
23262 left: auto;
23263 margin-right: -2px;
23264 margin-left: 0;
23265 transform: rotate(225deg);
23266}
23267.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
23268 padding-right: 12px;
23269 padding-left: 0;
23270}
23271.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
23272 padding-right: 0;
23273}
23274.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
23275 padding-right: 0;
23276 padding-left: 12px;
23277}
23278.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
23279 float: right;
23280 margin-right: 0;
23281 margin-left: 12px;
23282}
23283.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23284 right: 12px;
23285 left: auto;
23286}
23287.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
23288 right: 10px;
23289 left: auto;
23290}
23291.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
23292 padding-left: 0;
23293}
23294.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
23295.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
23296 margin: 0 70px 0 0;
23297}
23298.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
23299.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
23300 margin-right: 12px;
23301 margin-left: 0;
23302}
23303.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
23304.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
23305 right: 2px;
23306 left: auto;
23307}
23308.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
23309.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
23310 margin-right: 67px;
23311 margin-left: 0;
23312}
23313.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
23314.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
23315 /* expand hover area */
23316}
23317.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
23318.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
23319 float: right;
23320}
23321.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
23322.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
23323 right: -26px;
23324 left: auto;
23325}
23326.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
23327 margin-right: 0;
23328 margin-left: 16px;
23329}
23330.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23331 right: -9px;
23332 left: auto;
23333}
23334.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
23335 right: 0;
23336 left: auto;
23337}
23338.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
23339 right: -2px;
23340 left: auto;
23341}
23342.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
23343 padding-right: 4px;
23344}
23345.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23346 right: 15px;
23347}
23348.ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23349 right: 13px;
23350}
23351.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
23352 padding-right: 4px;
23353 padding-left: 0;
23354}
23355.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
23356 padding-right: 4px;
23357}
23358.ant-steps-with-progress .ant-steps-item {
23359 padding-top: 4px;
23360}
23361.ant-steps-with-progress .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23362 top: 4px;
23363 left: 15px;
23364}
23365.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,
23366.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child {
23367 padding-bottom: 4px;
23368 padding-left: 4px;
23369}
23370.ant-steps-with-progress.ant-steps-small > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
23371 left: 13px;
23372}
23373.ant-steps-with-progress.ant-steps-vertical .ant-steps-item {
23374 padding-left: 4px;
23375}
23376.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
23377 top: 14px !important;
23378}
23379.ant-steps-with-progress .ant-steps-item-icon {
23380 position: relative;
23381}
23382.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
23383 position: absolute;
23384 top: -5px;
23385 right: -5px;
23386 bottom: -5px;
23387 left: -5px;
23388}
23389
23390/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23391/* stylelint-disable no-duplicate-selectors */
23392/* stylelint-disable */
23393/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23394.ant-switch {
23395 margin: 0;
23396 padding: 0;
23397 color: rgba(0, 0, 0, 0.85);
23398 font-size: 12px;
23399 font-variant: tabular-nums;
23400 line-height: 1.66667;
23401 list-style: none;
23402 font-feature-settings: 'tnum';
23403 position: relative;
23404 display: inline-block;
23405 box-sizing: border-box;
23406 min-width: 40px;
23407 height: 20px;
23408 line-height: 20px;
23409 vertical-align: middle;
23410 background-color: rgba(0, 0, 0, 0.25);
23411 border: 0;
23412 border-radius: 100px;
23413 cursor: pointer;
23414 transition: all 0.2s;
23415 -webkit-user-select: none;
23416 -moz-user-select: none;
23417 -ms-user-select: none;
23418 user-select: none;
23419}
23420.ant-switch:focus {
23421 outline: 0;
23422 box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
23423}
23424.ant-switch-checked:focus {
23425 box-shadow: 0 0 0 2px #e6f7ff;
23426}
23427.ant-switch:focus:hover {
23428 box-shadow: none;
23429}
23430.ant-switch-checked {
23431 background-color: #1890ff;
23432}
23433.ant-switch-loading,
23434.ant-switch-disabled {
23435 cursor: not-allowed;
23436 opacity: 0.4;
23437}
23438.ant-switch-loading *,
23439.ant-switch-disabled * {
23440 box-shadow: none;
23441 cursor: not-allowed;
23442}
23443.ant-switch-inner {
23444 display: block;
23445 margin: 0 4px 0 22px;
23446 color: #fff;
23447 font-size: 12px;
23448 transition: margin 0.2s;
23449}
23450.ant-switch-checked .ant-switch-inner {
23451 margin: 0 22px 0 4px;
23452}
23453.ant-switch-handle {
23454 position: absolute;
23455 top: 2px;
23456 left: 2px;
23457 width: 16px;
23458 height: 16px;
23459 transition: all 0.2s ease-in-out;
23460}
23461.ant-switch-handle::before {
23462 position: absolute;
23463 top: 0;
23464 right: 0;
23465 bottom: 0;
23466 left: 0;
23467 background-color: #fff;
23468 border-radius: 8px;
23469 box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
23470 transition: all 0.2s ease-in-out;
23471 content: '';
23472}
23473.ant-switch-checked .ant-switch-handle {
23474 left: calc(100% - 16px - 2px);
23475}
23476.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
23477 right: -30%;
23478 left: 0;
23479}
23480.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
23481 right: 0;
23482 left: -30%;
23483}
23484.ant-switch-loading-icon.anticon {
23485 position: relative;
23486 top: 2px;
23487 color: rgba(0, 0, 0, 0.65);
23488 vertical-align: top;
23489}
23490.ant-switch-checked .ant-switch-loading-icon {
23491 color: #1890ff;
23492}
23493.ant-switch-small {
23494 min-width: 24px;
23495 height: 14px;
23496 line-height: 14px;
23497}
23498.ant-switch-small .ant-switch-inner {
23499 margin: 0 5px 0 16px;
23500 font-size: 12px;
23501}
23502.ant-switch-small .ant-switch-handle {
23503 width: 10px;
23504 height: 10px;
23505}
23506.ant-switch-small .ant-switch-loading-icon {
23507 top: 0.5px;
23508 font-size: 9px;
23509}
23510.ant-switch-small.ant-switch-checked .ant-switch-inner {
23511 margin: 0 16px 0 5px;
23512}
23513.ant-switch-small.ant-switch-checked .ant-switch-handle {
23514 left: calc(100% - 10px - 2px);
23515}
23516.ant-switch-rtl {
23517 direction: rtl;
23518}
23519.ant-switch-rtl .ant-switch-inner {
23520 margin: 0 22px 0 4px;
23521}
23522.ant-switch-rtl .ant-switch-handle {
23523 right: 2px;
23524 left: auto;
23525}
23526.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
23527 right: 0;
23528 left: -30%;
23529}
23530.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
23531 right: -30%;
23532 left: 0;
23533}
23534.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
23535 margin: 0 4px 0 22px;
23536}
23537.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
23538 right: calc(100% - 16px - 2px);
23539}
23540.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
23541 right: calc(100% - 10px - 2px);
23542}
23543
23544/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
23545/* stylelint-disable no-duplicate-selectors */
23546/* stylelint-disable */
23547/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
23548.ant-table.ant-table-middle {
23549 font-size: 12px;
23550}
23551.ant-table.ant-table-middle .ant-table-title,
23552.ant-table.ant-table-middle .ant-table-footer,
23553.ant-table.ant-table-middle .ant-table-thead > tr > th,
23554.ant-table.ant-table-middle .ant-table-tbody > tr > td,
23555.ant-table.ant-table-middle tfoot > tr > th,
23556.ant-table.ant-table-middle tfoot > tr > td {
23557 padding: 8px 8px;
23558}
23559.ant-table.ant-table-middle .ant-table-filter-trigger {
23560 margin-right: -4px;
23561}
23562.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
23563 margin: -8px -8px;
23564}
23565.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
23566 margin: -8px -8px -8px 40px;
23567}
23568.ant-table.ant-table-middle .ant-table-selection-column {
23569 padding-inline-start: 2px;
23570}
23571.ant-table.ant-table-small {
23572 font-size: 12px;
23573}
23574.ant-table.ant-table-small .ant-table-title,
23575.ant-table.ant-table-small .ant-table-footer,
23576.ant-table.ant-table-small .ant-table-thead > tr > th,
23577.ant-table.ant-table-small .ant-table-tbody > tr > td,
23578.ant-table.ant-table-small tfoot > tr > th,
23579.ant-table.ant-table-small tfoot > tr > td {
23580 padding: 4px 4px;
23581}
23582.ant-table.ant-table-small .ant-table-filter-trigger {
23583 margin-right: -2px;
23584}
23585.ant-table.ant-table-small .ant-table-expanded-row-fixed {
23586 margin: -4px -4px;
23587}
23588.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
23589 margin: -4px -4px -4px 44px;
23590}
23591.ant-table.ant-table-small .ant-table-selection-column {
23592 padding-inline-start: 1px;
23593}
23594.ant-table.ant-table-bordered > .ant-table-title {
23595 border: 1px solid #f0f0f0;
23596 border-bottom: 0;
23597}
23598.ant-table.ant-table-bordered > .ant-table-container {
23599 border-left: 1px solid #f0f0f0;
23600}
23601.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
23602.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
23603.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
23604.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
23605.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
23606.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
23607.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
23608.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
23609.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
23610.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
23611.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
23612.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
23613.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
23614.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
23615.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
23616.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
23617 border-right: 1px solid #f0f0f0;
23618}
23619.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
23620.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
23621.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
23622.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
23623 border-bottom: 1px solid #f0f0f0;
23624}
23625.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
23626.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
23627.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
23628.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
23629 background-color: transparent !important;
23630}
23631.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
23632.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
23633.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
23634.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
23635.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
23636.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
23637.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
23638.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
23639.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
23640.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
23641.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
23642.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
23643 border-right: 1px solid #f0f0f0;
23644}
23645.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
23646.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
23647.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
23648.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
23649 margin: -12px -9px;
23650}
23651.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
23652.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
23653.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
23654.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
23655 position: absolute;
23656 top: 0;
23657 right: 1px;
23658 bottom: 0;
23659 border-right: 1px solid #f0f0f0;
23660 content: '';
23661}
23662.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
23663.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
23664 border-top: 1px solid #f0f0f0;
23665}
23666.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
23667.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
23668 border-right: 0;
23669}
23670.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
23671.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
23672 margin: -8px -9px;
23673}
23674.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
23675.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
23676 margin: -4px -5px;
23677}
23678.ant-table.ant-table-bordered > .ant-table-footer {
23679 border: 1px solid #f0f0f0;
23680 border-top: 0;
23681}
23682.ant-table-cell .ant-table-container:first-child {
23683 border-top: 0;
23684}
23685.ant-table-cell-scrollbar:not([rowspan]) {
23686 box-shadow: 0 1px 0 1px #fafafa;
23687}
23688.ant-table-wrapper {
23689 clear: both;
23690 max-width: 100%;
23691}
23692.ant-table-wrapper::before {
23693 display: table;
23694 content: '';
23695}
23696.ant-table-wrapper::after {
23697 display: table;
23698 clear: both;
23699 content: '';
23700}
23701.ant-table {
23702 box-sizing: border-box;
23703 margin: 0;
23704 padding: 0;
23705 color: rgba(0, 0, 0, 0.85);
23706 font-variant: tabular-nums;
23707 line-height: 1.66667;
23708 list-style: none;
23709 font-feature-settings: 'tnum';
23710 position: relative;
23711 font-size: 12px;
23712 background: #fff;
23713 border-radius: 2px;
23714}
23715.ant-table table {
23716 width: 100%;
23717 text-align: left;
23718 border-radius: 2px 2px 0 0;
23719 border-collapse: separate;
23720 border-spacing: 0;
23721}
23722.ant-table-thead > tr > th,
23723.ant-table-tbody > tr > td,
23724.ant-table tfoot > tr > th,
23725.ant-table tfoot > tr > td {
23726 position: relative;
23727 padding: 12px 8px;
23728 overflow-wrap: break-word;
23729}
23730.ant-table-cell-ellipsis {
23731 overflow: hidden;
23732 white-space: nowrap;
23733 text-overflow: ellipsis;
23734 word-break: keep-all;
23735}
23736.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
23737.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
23738 overflow: visible;
23739}
23740.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
23741.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
23742 display: block;
23743 overflow: hidden;
23744 text-overflow: ellipsis;
23745}
23746.ant-table-cell-ellipsis .ant-table-column-title {
23747 overflow: hidden;
23748 text-overflow: ellipsis;
23749 word-break: keep-all;
23750}
23751.ant-table-title {
23752 padding: 12px 8px;
23753}
23754.ant-table-footer {
23755 padding: 12px 8px;
23756 color: rgba(0, 0, 0, 0.85);
23757 background: #fafafa;
23758}
23759.ant-table-thead > tr > th {
23760 position: relative;
23761 color: rgba(0, 0, 0, 0.85);
23762 font-weight: 500;
23763 text-align: left;
23764 background: #fafafa;
23765 border-bottom: 1px solid #f0f0f0;
23766 transition: background 0.3s ease;
23767}
23768.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
23769 text-align: center;
23770}
23771.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
23772 position: absolute;
23773 top: 50%;
23774 right: 0;
23775 width: 1px;
23776 height: 1.6em;
23777 background-color: rgba(0, 0, 0, 0.06);
23778 transform: translateY(-50%);
23779 transition: background-color 0.3s;
23780 content: '';
23781}
23782.ant-table-thead > tr:not(:last-child) > th[colspan] {
23783 border-bottom: 0;
23784}
23785.ant-table-tbody > tr > td {
23786 border-bottom: 1px solid #f0f0f0;
23787 transition: background 0.3s;
23788}
23789.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
23790.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
23791 margin: -12px -8px -12px 40px;
23792}
23793.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
23794.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
23795 border-bottom: 0;
23796}
23797.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
23798.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
23799.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
23800.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
23801 border-radius: 0;
23802}
23803.ant-table-tbody > tr.ant-table-row:hover > td,
23804.ant-table-tbody > tr > td.ant-table-cell-row-hover {
23805 background: #fafafa;
23806}
23807.ant-table-tbody > tr.ant-table-row-selected > td {
23808 background: #e6f7ff;
23809 border-color: rgba(0, 0, 0, 0.03);
23810}
23811.ant-table-tbody > tr.ant-table-row-selected:hover > td {
23812 background: #dcf4ff;
23813}
23814.ant-table-summary {
23815 position: relative;
23816 z-index: 2;
23817 background: #fff;
23818}
23819div.ant-table-summary {
23820 box-shadow: 0 -1px 0 #f0f0f0;
23821}
23822.ant-table-summary > tr > th,
23823.ant-table-summary > tr > td {
23824 border-bottom: 1px solid #f0f0f0;
23825}
23826.ant-table-pagination.ant-pagination {
23827 margin: 16px 0;
23828}
23829.ant-table-pagination {
23830 display: flex;
23831 flex-wrap: wrap;
23832 row-gap: 4px;
23833}
23834.ant-table-pagination > * {
23835 flex: none;
23836}
23837.ant-table-pagination-left {
23838 justify-content: flex-start;
23839}
23840.ant-table-pagination-center {
23841 justify-content: center;
23842}
23843.ant-table-pagination-right {
23844 justify-content: flex-end;
23845}
23846.ant-table-thead th.ant-table-column-has-sorters {
23847 outline: none;
23848 cursor: pointer;
23849 transition: all 0.3s;
23850}
23851.ant-table-thead th.ant-table-column-has-sorters:hover {
23852 background: rgba(0, 0, 0, 0.04);
23853}
23854.ant-table-thead th.ant-table-column-has-sorters:hover::before {
23855 background-color: transparent !important;
23856}
23857.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
23858 color: #1890ff;
23859}
23860.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
23861.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
23862 background: #f5f5f5;
23863}
23864.ant-table-thead th.ant-table-column-sort {
23865 background: #f5f5f5;
23866}
23867.ant-table-thead th.ant-table-column-sort::before {
23868 background-color: transparent !important;
23869}
23870td.ant-table-column-sort {
23871 background: #fafafa;
23872}
23873.ant-table-column-title {
23874 position: relative;
23875 z-index: 1;
23876 flex: 1;
23877}
23878.ant-table-column-sorters {
23879 display: flex;
23880 flex: auto;
23881 align-items: center;
23882 justify-content: space-between;
23883}
23884.ant-table-column-sorters::after {
23885 position: absolute;
23886 top: 0;
23887 right: 0;
23888 bottom: 0;
23889 left: 0;
23890 width: 100%;
23891 height: 100%;
23892 content: '';
23893}
23894.ant-table-column-sorter {
23895 margin-left: 4px;
23896 color: #bfbfbf;
23897 font-size: 0;
23898 transition: color 0.3s;
23899}
23900.ant-table-column-sorter-inner {
23901 display: inline-flex;
23902 flex-direction: column;
23903 align-items: center;
23904}
23905.ant-table-column-sorter-up,
23906.ant-table-column-sorter-down {
23907 font-size: 11px;
23908}
23909.ant-table-column-sorter-up.active,
23910.ant-table-column-sorter-down.active {
23911 color: #1890ff;
23912}
23913.ant-table-column-sorter-up + .ant-table-column-sorter-down {
23914 margin-top: -0.3em;
23915}
23916.ant-table-column-sorters:hover .ant-table-column-sorter {
23917 color: #a6a6a6;
23918}
23919.ant-table-filter-column {
23920 display: flex;
23921 justify-content: space-between;
23922}
23923.ant-table-filter-trigger {
23924 position: relative;
23925 display: flex;
23926 align-items: center;
23927 margin: -4px -4px -4px 4px;
23928 padding: 0 4px;
23929 color: #bfbfbf;
23930 font-size: 12px;
23931 border-radius: 2px;
23932 cursor: pointer;
23933 transition: all 0.3s;
23934}
23935.ant-table-filter-trigger:hover {
23936 color: rgba(0, 0, 0, 0.45);
23937 background: rgba(0, 0, 0, 0.04);
23938}
23939.ant-table-filter-trigger.active {
23940 color: #1890ff;
23941}
23942.ant-table-filter-dropdown {
23943 box-sizing: border-box;
23944 margin: 0;
23945 padding: 0;
23946 color: rgba(0, 0, 0, 0.85);
23947 font-size: 12px;
23948 font-variant: tabular-nums;
23949 line-height: 1.66667;
23950 list-style: none;
23951 font-feature-settings: 'tnum';
23952 min-width: 120px;
23953 background-color: #fff;
23954 border-radius: 2px;
23955 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);
23956}
23957.ant-table-filter-dropdown .ant-dropdown-menu {
23958 max-height: 264px;
23959 overflow-x: hidden;
23960 border: 0;
23961 box-shadow: none;
23962}
23963.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
23964 display: block;
23965 padding: 8px 0;
23966 color: rgba(0, 0, 0, 0.25);
23967 font-size: 12px;
23968 text-align: center;
23969 content: 'Not Found';
23970}
23971.ant-table-filter-dropdown-tree {
23972 padding: 8px 8px 0;
23973}
23974.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
23975 background-color: #f5f5f5;
23976}
23977.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
23978.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
23979 background-color: #bae7ff;
23980}
23981.ant-table-filter-dropdown-search {
23982 padding: 8px;
23983 border-bottom: 1px #f0f0f0 solid;
23984}
23985.ant-table-filter-dropdown-search-input input {
23986 min-width: 140px;
23987}
23988.ant-table-filter-dropdown-search-input .anticon {
23989 color: rgba(0, 0, 0, 0.25);
23990}
23991.ant-table-filter-dropdown-checkall {
23992 width: 100%;
23993 margin-bottom: 4px;
23994 margin-left: 4px;
23995}
23996.ant-table-filter-dropdown-submenu > ul {
23997 max-height: calc(100vh - 130px);
23998 overflow-x: hidden;
23999 overflow-y: auto;
24000}
24001.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
24002.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
24003 padding-left: 8px;
24004}
24005.ant-table-filter-dropdown-btns {
24006 display: flex;
24007 justify-content: space-between;
24008 padding: 7px 8px;
24009 overflow: hidden;
24010 background-color: inherit;
24011 border-top: 1px solid #f0f0f0;
24012}
24013.ant-table-selection-col {
24014 width: 32px;
24015}
24016.ant-table-bordered .ant-table-selection-col {
24017 width: 50px;
24018}
24019table tr th.ant-table-selection-column,
24020table tr td.ant-table-selection-column {
24021 padding-right: 4px;
24022 padding-left: 4px;
24023 text-align: center;
24024}
24025table tr th.ant-table-selection-column .ant-radio-wrapper,
24026table tr td.ant-table-selection-column .ant-radio-wrapper {
24027 margin-right: 0;
24028}
24029table tr th.ant-table-selection-column.ant-table-cell-fix-left {
24030 z-index: 3;
24031}
24032table tr th.ant-table-selection-column::after {
24033 background-color: transparent !important;
24034}
24035.ant-table-selection {
24036 position: relative;
24037 display: inline-flex;
24038 flex-direction: column;
24039}
24040.ant-table-selection-extra {
24041 position: absolute;
24042 top: 0;
24043 z-index: 1;
24044 cursor: pointer;
24045 transition: all 0.3s;
24046 margin-inline-start: 100%;
24047 padding-inline-start: 2px;
24048}
24049.ant-table-selection-extra .anticon {
24050 color: #bfbfbf;
24051 font-size: 10px;
24052}
24053.ant-table-selection-extra .anticon:hover {
24054 color: #a6a6a6;
24055}
24056.ant-table-expand-icon-col {
24057 width: 48px;
24058}
24059.ant-table-row-expand-icon-cell {
24060 text-align: center;
24061}
24062.ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
24063 display: inline-flex;
24064 float: none;
24065 vertical-align: sub;
24066}
24067.ant-table-row-indent {
24068 float: left;
24069 height: 1px;
24070}
24071.ant-table-row-expand-icon {
24072 color: #1890ff;
24073 outline: none;
24074 cursor: pointer;
24075 transition: color 0.3s;
24076 position: relative;
24077 float: left;
24078 box-sizing: border-box;
24079 width: 17px;
24080 height: 17px;
24081 padding: 0;
24082 color: inherit;
24083 line-height: 17px;
24084 background: #fff;
24085 border: 1px solid #f0f0f0;
24086 border-radius: 2px;
24087 transform: scale(0.82352941);
24088 transition: all 0.3s;
24089 -webkit-user-select: none;
24090 -moz-user-select: none;
24091 -ms-user-select: none;
24092 user-select: none;
24093}
24094.ant-table-row-expand-icon:focus-visible,
24095.ant-table-row-expand-icon:hover {
24096 color: #40a9ff;
24097}
24098.ant-table-row-expand-icon:active {
24099 color: #096dd9;
24100}
24101.ant-table-row-expand-icon:focus,
24102.ant-table-row-expand-icon:hover,
24103.ant-table-row-expand-icon:active {
24104 border-color: currentcolor;
24105}
24106.ant-table-row-expand-icon::before,
24107.ant-table-row-expand-icon::after {
24108 position: absolute;
24109 background: currentcolor;
24110 transition: transform 0.3s ease-out;
24111 content: '';
24112}
24113.ant-table-row-expand-icon::before {
24114 top: 7px;
24115 right: 3px;
24116 left: 3px;
24117 height: 1px;
24118}
24119.ant-table-row-expand-icon::after {
24120 top: 3px;
24121 bottom: 3px;
24122 left: 7px;
24123 width: 1px;
24124 transform: rotate(90deg);
24125}
24126.ant-table-row-expand-icon-collapsed::before {
24127 transform: rotate(-180deg);
24128}
24129.ant-table-row-expand-icon-collapsed::after {
24130 transform: rotate(0deg);
24131}
24132.ant-table-row-expand-icon-spaced {
24133 background: transparent;
24134 border: 0;
24135 visibility: hidden;
24136}
24137.ant-table-row-expand-icon-spaced::before,
24138.ant-table-row-expand-icon-spaced::after {
24139 display: none;
24140 content: none;
24141}
24142.ant-table-row-indent + .ant-table-row-expand-icon {
24143 margin-top: 1.50002px;
24144 margin-right: 4px;
24145}
24146tr.ant-table-expanded-row > td,
24147tr.ant-table-expanded-row:hover > td {
24148 background: #fbfbfb;
24149}
24150tr.ant-table-expanded-row .ant-descriptions-view {
24151 display: flex;
24152}
24153tr.ant-table-expanded-row .ant-descriptions-view table {
24154 flex: auto;
24155 width: auto;
24156}
24157.ant-table .ant-table-expanded-row-fixed {
24158 position: relative;
24159 margin: -12px -8px;
24160 padding: 12px 8px;
24161}
24162.ant-table-tbody > tr.ant-table-placeholder {
24163 text-align: center;
24164}
24165.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
24166 color: rgba(0, 0, 0, 0.25);
24167}
24168.ant-table-tbody > tr.ant-table-placeholder:hover > td {
24169 background: #fff;
24170}
24171.ant-table-cell-fix-left,
24172.ant-table-cell-fix-right {
24173 position: sticky !important;
24174 z-index: 2;
24175 background: #fff;
24176}
24177.ant-table-cell-fix-left-first::after,
24178.ant-table-cell-fix-left-last::after {
24179 position: absolute;
24180 top: 0;
24181 right: 0;
24182 bottom: -1px;
24183 width: 30px;
24184 transform: translateX(100%);
24185 transition: box-shadow 0.3s;
24186 content: '';
24187 pointer-events: none;
24188}
24189.ant-table-cell-fix-left-all::after {
24190 display: none;
24191}
24192.ant-table-cell-fix-right-first::after,
24193.ant-table-cell-fix-right-last::after {
24194 position: absolute;
24195 top: 0;
24196 bottom: -1px;
24197 left: 0;
24198 width: 30px;
24199 transform: translateX(-100%);
24200 transition: box-shadow 0.3s;
24201 content: '';
24202 pointer-events: none;
24203}
24204.ant-table .ant-table-container::before,
24205.ant-table .ant-table-container::after {
24206 position: absolute;
24207 top: 0;
24208 bottom: 0;
24209 z-index: calc(calc(2 + 1) + 1);
24210 width: 30px;
24211 transition: box-shadow 0.3s;
24212 content: '';
24213 pointer-events: none;
24214}
24215.ant-table .ant-table-container::before {
24216 left: 0;
24217}
24218.ant-table .ant-table-container::after {
24219 right: 0;
24220}
24221.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
24222 position: relative;
24223}
24224.ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
24225 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
24226}
24227.ant-table-ping-left .ant-table-cell-fix-left-first::after,
24228.ant-table-ping-left .ant-table-cell-fix-left-last::after {
24229 box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
24230}
24231.ant-table-ping-left .ant-table-cell-fix-left-last::before {
24232 background-color: transparent !important;
24233}
24234.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
24235 position: relative;
24236}
24237.ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
24238 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
24239}
24240.ant-table-ping-right .ant-table-cell-fix-right-first::after,
24241.ant-table-ping-right .ant-table-cell-fix-right-last::after {
24242 box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
24243}
24244.ant-table-sticky-holder {
24245 position: sticky;
24246 z-index: calc(2 + 1);
24247 background: #fff;
24248}
24249.ant-table-sticky-scroll {
24250 position: sticky;
24251 bottom: 0;
24252 z-index: calc(2 + 1);
24253 display: flex;
24254 align-items: center;
24255 background: #ffffff;
24256 border-top: 1px solid #f0f0f0;
24257 opacity: 0.6;
24258}
24259.ant-table-sticky-scroll:hover {
24260 transform-origin: center bottom;
24261}
24262.ant-table-sticky-scroll-bar {
24263 height: 8px;
24264 background-color: rgba(0, 0, 0, 0.35);
24265 border-radius: 4px;
24266}
24267.ant-table-sticky-scroll-bar:hover {
24268 background-color: rgba(0, 0, 0, 0.8);
24269}
24270.ant-table-sticky-scroll-bar-active {
24271 background-color: rgba(0, 0, 0, 0.8);
24272}
24273@media all and (-ms-high-contrast: none) {
24274 .ant-table-ping-left .ant-table-cell-fix-left-last::after {
24275 box-shadow: none !important;
24276 }
24277 .ant-table-ping-right .ant-table-cell-fix-right-first::after {
24278 box-shadow: none !important;
24279 }
24280}
24281.ant-table {
24282 /* title + table */
24283 /* table */
24284 /* table + footer */
24285}
24286.ant-table-title {
24287 border-radius: 2px 2px 0 0;
24288}
24289.ant-table-title + .ant-table-container {
24290 border-top-left-radius: 0;
24291 border-top-right-radius: 0;
24292}
24293.ant-table-title + .ant-table-container table {
24294 border-radius: 0;
24295}
24296.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
24297 border-radius: 0;
24298}
24299.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
24300 border-radius: 0;
24301}
24302.ant-table-container {
24303 border-top-left-radius: 2px;
24304 border-top-right-radius: 2px;
24305}
24306.ant-table-container table > thead > tr:first-child th:first-child {
24307 border-top-left-radius: 2px;
24308}
24309.ant-table-container table > thead > tr:first-child th:last-child {
24310 border-top-right-radius: 2px;
24311}
24312.ant-table-footer {
24313 border-radius: 0 0 2px 2px;
24314}
24315.ant-table-wrapper-rtl {
24316 direction: rtl;
24317}
24318.ant-table-rtl {
24319 direction: rtl;
24320}
24321.ant-table-wrapper-rtl .ant-table table {
24322 text-align: right;
24323}
24324.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
24325 text-align: center;
24326}
24327.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 {
24328 right: auto;
24329 left: 0;
24330}
24331.ant-table-wrapper-rtl .ant-table-thead > tr > th {
24332 text-align: right;
24333}
24334.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
24335 margin: -12px 25px -12px -8px;
24336}
24337.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
24338 justify-content: flex-end;
24339}
24340.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
24341 justify-content: flex-start;
24342}
24343.ant-table-wrapper-rtl .ant-table-column-sorter {
24344 margin-right: 4px;
24345 margin-left: 0;
24346}
24347.ant-table-wrapper-rtl .ant-table-filter-column-title {
24348 padding: 12px 8px 12px 2.3em;
24349}
24350.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
24351 padding: 0 0 0 2.3em;
24352}
24353.ant-table-wrapper-rtl .ant-table-filter-trigger {
24354 margin: -4px 4px -4px -4px;
24355}
24356.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
24357.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
24358.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
24359.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
24360 padding-right: 8px;
24361 padding-left: 0;
24362}
24363.ant-table-wrapper-rtl .ant-table-selection {
24364 text-align: center;
24365}
24366.ant-table-wrapper-rtl .ant-table-row-indent {
24367 float: right;
24368}
24369.ant-table-wrapper-rtl .ant-table-row-expand-icon {
24370 float: right;
24371}
24372.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
24373 margin-right: 0;
24374 margin-left: 4px;
24375}
24376.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
24377 transform: rotate(-90deg);
24378}
24379.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
24380 transform: rotate(180deg);
24381}
24382.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
24383 transform: rotate(0deg);
24384}
24385
24386/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24387/* stylelint-disable no-duplicate-selectors */
24388/* stylelint-disable */
24389/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24390@keyframes antCheckboxEffect {
24391 0% {
24392 transform: scale(1);
24393 opacity: 0.5;
24394 }
24395 100% {
24396 transform: scale(1.6);
24397 opacity: 0;
24398 }
24399}
24400@keyframes ant-tree-node-fx-do-not-use {
24401 0% {
24402 opacity: 0;
24403 }
24404 100% {
24405 opacity: 1;
24406 }
24407}
24408.ant-tree.ant-tree-directory .ant-tree-treenode {
24409 position: relative;
24410}
24411.ant-tree.ant-tree-directory .ant-tree-treenode::before {
24412 position: absolute;
24413 top: 0;
24414 right: 0;
24415 bottom: 4px;
24416 left: 0;
24417 transition: background-color 0.3s;
24418 content: '';
24419 pointer-events: none;
24420}
24421.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
24422 background: #f5f5f5;
24423}
24424.ant-tree.ant-tree-directory .ant-tree-treenode > * {
24425 z-index: 1;
24426}
24427.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
24428 transition: color 0.3s;
24429}
24430.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
24431 border-radius: 0;
24432 -webkit-user-select: none;
24433 -moz-user-select: none;
24434 -ms-user-select: none;
24435 user-select: none;
24436}
24437.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
24438 background: transparent;
24439}
24440.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
24441 color: #fff;
24442 background: transparent;
24443}
24444.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
24445.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
24446 background: #1890ff;
24447}
24448.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
24449 color: #fff;
24450}
24451.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
24452 color: #fff;
24453 background: transparent;
24454}
24455.ant-tree-checkbox {
24456 box-sizing: border-box;
24457 margin: 0;
24458 padding: 0;
24459 color: rgba(0, 0, 0, 0.85);
24460 font-size: 12px;
24461 font-variant: tabular-nums;
24462 line-height: 1.66667;
24463 list-style: none;
24464 font-feature-settings: 'tnum';
24465 position: relative;
24466 top: 0.2em;
24467 line-height: 1;
24468 white-space: nowrap;
24469 outline: none;
24470 cursor: pointer;
24471}
24472.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
24473.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
24474.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
24475 border-color: #1890ff;
24476}
24477.ant-tree-checkbox-checked::after {
24478 position: absolute;
24479 top: 0;
24480 left: 0;
24481 width: 100%;
24482 height: 100%;
24483 border: 1px solid #1890ff;
24484 border-radius: 2px;
24485 visibility: hidden;
24486 animation: antCheckboxEffect 0.36s ease-in-out;
24487 animation-fill-mode: backwards;
24488 content: '';
24489}
24490.ant-tree-checkbox:hover::after,
24491.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
24492 visibility: visible;
24493}
24494.ant-tree-checkbox-inner {
24495 position: relative;
24496 top: 0;
24497 left: 0;
24498 display: block;
24499 width: 14px;
24500 height: 14px;
24501 direction: ltr;
24502 background-color: #fff;
24503 border: 1px solid #d9d9d9;
24504 border-radius: 2px;
24505 border-collapse: separate;
24506 transition: all 0.3s;
24507}
24508.ant-tree-checkbox-inner::after {
24509 position: absolute;
24510 top: 50%;
24511 left: 21.5%;
24512 display: table;
24513 width: 5px;
24514 height: 8px;
24515 border: 2px solid #fff;
24516 border-top: 0;
24517 border-left: 0;
24518 transform: rotate(45deg) scale(0) translate(-50%, -50%);
24519 opacity: 0;
24520 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
24521 content: ' ';
24522}
24523.ant-tree-checkbox-input {
24524 position: absolute;
24525 top: 0;
24526 right: 0;
24527 bottom: 0;
24528 left: 0;
24529 z-index: 1;
24530 width: 100%;
24531 height: 100%;
24532 cursor: pointer;
24533 opacity: 0;
24534}
24535.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
24536 position: absolute;
24537 display: table;
24538 border: 2px solid #fff;
24539 border-top: 0;
24540 border-left: 0;
24541 transform: rotate(45deg) scale(1) translate(-50%, -50%);
24542 opacity: 1;
24543 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
24544 content: ' ';
24545}
24546.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
24547 background-color: #1890ff;
24548 border-color: #1890ff;
24549}
24550.ant-tree-checkbox-disabled {
24551 cursor: not-allowed;
24552}
24553.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
24554 border-color: rgba(0, 0, 0, 0.25);
24555 animation-name: none;
24556}
24557.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
24558 cursor: not-allowed;
24559 pointer-events: none;
24560}
24561.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
24562 background-color: #f5f5f5;
24563 border-color: #d9d9d9 !important;
24564}
24565.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
24566 border-color: #f5f5f5;
24567 border-collapse: separate;
24568 animation-name: none;
24569}
24570.ant-tree-checkbox-disabled + span {
24571 color: rgba(0, 0, 0, 0.25);
24572 cursor: not-allowed;
24573}
24574.ant-tree-checkbox-disabled:hover::after,
24575.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
24576 visibility: hidden;
24577}
24578.ant-tree-checkbox-wrapper {
24579 box-sizing: border-box;
24580 margin: 0;
24581 padding: 0;
24582 color: rgba(0, 0, 0, 0.85);
24583 font-size: 12px;
24584 font-variant: tabular-nums;
24585 line-height: 1.66667;
24586 list-style: none;
24587 font-feature-settings: 'tnum';
24588 display: inline-flex;
24589 align-items: baseline;
24590 line-height: unset;
24591 cursor: pointer;
24592}
24593.ant-tree-checkbox-wrapper::after {
24594 display: inline-block;
24595 width: 0;
24596 overflow: hidden;
24597 content: '\a0';
24598}
24599.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
24600 cursor: not-allowed;
24601}
24602.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
24603 margin-left: 8px;
24604}
24605.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
24606 width: 14px;
24607 height: 14px;
24608}
24609.ant-tree-checkbox + span {
24610 padding-right: 8px;
24611 padding-left: 8px;
24612}
24613.ant-tree-checkbox-group {
24614 box-sizing: border-box;
24615 margin: 0;
24616 padding: 0;
24617 color: rgba(0, 0, 0, 0.85);
24618 font-size: 12px;
24619 font-variant: tabular-nums;
24620 line-height: 1.66667;
24621 list-style: none;
24622 font-feature-settings: 'tnum';
24623 display: inline-block;
24624}
24625.ant-tree-checkbox-group-item {
24626 margin-right: 6px;
24627}
24628.ant-tree-checkbox-group-item:last-child {
24629 margin-right: 0;
24630}
24631.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
24632 margin-left: 0;
24633}
24634.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
24635 background-color: #fff;
24636 border-color: #d9d9d9;
24637}
24638.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
24639 top: 50%;
24640 left: 50%;
24641 width: 6px;
24642 height: 6px;
24643 background-color: #1890ff;
24644 border: 0;
24645 transform: translate(-50%, -50%) scale(1);
24646 opacity: 1;
24647 content: ' ';
24648}
24649.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
24650 background-color: rgba(0, 0, 0, 0.25);
24651 border-color: rgba(0, 0, 0, 0.25);
24652}
24653.ant-tree {
24654 box-sizing: border-box;
24655 margin: 0;
24656 padding: 0;
24657 color: rgba(0, 0, 0, 0.85);
24658 font-size: 12px;
24659 font-variant: tabular-nums;
24660 line-height: 1.66667;
24661 list-style: none;
24662 font-feature-settings: 'tnum';
24663 background: #fff;
24664 border-radius: 2px;
24665 transition: background-color 0.3s;
24666}
24667.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
24668 background: #e6f7ff;
24669}
24670.ant-tree-list-holder-inner {
24671 align-items: flex-start;
24672}
24673.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
24674 align-items: stretch;
24675}
24676.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
24677 flex: auto;
24678}
24679.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
24680 position: relative;
24681}
24682.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
24683 position: absolute;
24684 top: 0;
24685 right: 0;
24686 bottom: 2px;
24687 left: 0;
24688 border: 1px solid #1890ff;
24689 opacity: 0;
24690 animation: ant-tree-node-fx-do-not-use 0.3s;
24691 animation-play-state: running;
24692 animation-fill-mode: forwards;
24693 content: '';
24694 pointer-events: none;
24695}
24696.ant-tree .ant-tree-treenode {
24697 display: flex;
24698 align-items: flex-start;
24699 padding: 0 0 2px 0;
24700 outline: none;
24701}
24702.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
24703 color: rgba(0, 0, 0, 0.25);
24704 cursor: not-allowed;
24705}
24706.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
24707 background: transparent;
24708}
24709.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
24710 background: #f5f5f5;
24711}
24712.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
24713 color: inherit;
24714 font-weight: 500;
24715}
24716.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
24717 width: 20px;
24718 line-height: 20px;
24719 text-align: center;
24720 visibility: visible;
24721 opacity: 0.2;
24722 transition: opacity 0.3s;
24723}
24724.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
24725 opacity: 0.45;
24726}
24727.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
24728 visibility: hidden;
24729}
24730.ant-tree-indent {
24731 align-self: stretch;
24732 white-space: nowrap;
24733 -webkit-user-select: none;
24734 -moz-user-select: none;
24735 -ms-user-select: none;
24736 user-select: none;
24737}
24738.ant-tree-indent-unit {
24739 display: inline-block;
24740 width: 20px;
24741}
24742.ant-tree-draggable-icon {
24743 visibility: hidden;
24744}
24745.ant-tree-switcher {
24746 position: relative;
24747 flex: none;
24748 align-self: stretch;
24749 width: 20px;
24750 margin: 0;
24751 line-height: 20px;
24752 text-align: center;
24753 cursor: pointer;
24754 -webkit-user-select: none;
24755 -moz-user-select: none;
24756 -ms-user-select: none;
24757 user-select: none;
24758}
24759.ant-tree-switcher .ant-tree-switcher-icon,
24760.ant-tree-switcher .ant-select-tree-switcher-icon {
24761 display: inline-block;
24762 font-size: 10px;
24763 vertical-align: baseline;
24764}
24765.ant-tree-switcher .ant-tree-switcher-icon svg,
24766.ant-tree-switcher .ant-select-tree-switcher-icon svg {
24767 transition: transform 0.3s;
24768}
24769.ant-tree-switcher-noop {
24770 cursor: default;
24771}
24772.ant-tree-switcher_close .ant-tree-switcher-icon svg {
24773 transform: rotate(-90deg);
24774}
24775.ant-tree-switcher-loading-icon {
24776 color: #1890ff;
24777}
24778.ant-tree-switcher-leaf-line {
24779 position: relative;
24780 z-index: 1;
24781 display: inline-block;
24782 width: 100%;
24783 height: 100%;
24784}
24785.ant-tree-switcher-leaf-line::before {
24786 position: absolute;
24787 top: 0;
24788 right: 12px;
24789 bottom: -2px;
24790 margin-left: -1px;
24791 border-right: 1px solid #d9d9d9;
24792 content: ' ';
24793}
24794.ant-tree-switcher-leaf-line::after {
24795 position: absolute;
24796 width: 6px;
24797 height: 10px;
24798 border-bottom: 1px solid #d9d9d9;
24799 content: ' ';
24800}
24801.ant-tree-checkbox {
24802 top: initial;
24803 margin: 3px 8px 0 0;
24804}
24805.ant-tree .ant-tree-node-content-wrapper {
24806 position: relative;
24807 z-index: auto;
24808 min-height: 20px;
24809 margin: 0;
24810 padding: 0 4px;
24811 color: inherit;
24812 line-height: 20px;
24813 background: transparent;
24814 border-radius: 2px;
24815 cursor: pointer;
24816 transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
24817}
24818.ant-tree .ant-tree-node-content-wrapper:hover {
24819 background-color: #f5f5f5;
24820}
24821.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
24822 background-color: #bae7ff;
24823}
24824.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
24825 display: inline-block;
24826 width: 20px;
24827 height: 20px;
24828 line-height: 20px;
24829 text-align: center;
24830 vertical-align: top;
24831}
24832.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
24833 display: none;
24834}
24835.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
24836 background-color: transparent;
24837}
24838.ant-tree-node-content-wrapper {
24839 line-height: 20px;
24840 -webkit-user-select: none;
24841 -moz-user-select: none;
24842 -ms-user-select: none;
24843 user-select: none;
24844}
24845.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
24846 position: absolute;
24847 z-index: 1;
24848 height: 2px;
24849 background-color: #1890ff;
24850 border-radius: 1px;
24851 pointer-events: none;
24852}
24853.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
24854 position: absolute;
24855 top: -3px;
24856 left: -6px;
24857 width: 8px;
24858 height: 8px;
24859 background-color: transparent;
24860 border: 2px solid #1890ff;
24861 border-radius: 50%;
24862 content: '';
24863}
24864.ant-tree .ant-tree-treenode.drop-container > [draggable] {
24865 box-shadow: 0 0 0 2px #1890ff;
24866}
24867.ant-tree-show-line .ant-tree-indent-unit {
24868 position: relative;
24869 height: 100%;
24870}
24871.ant-tree-show-line .ant-tree-indent-unit::before {
24872 position: absolute;
24873 top: 0;
24874 right: 10px;
24875 bottom: -2px;
24876 border-right: 1px solid #d9d9d9;
24877 content: '';
24878}
24879.ant-tree-show-line .ant-tree-indent-unit-end::before {
24880 display: none;
24881}
24882.ant-tree-show-line .ant-tree-switcher {
24883 background: #fff;
24884}
24885.ant-tree-show-line .ant-tree-switcher-line-icon {
24886 vertical-align: -0.15em;
24887}
24888.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
24889 top: auto !important;
24890 bottom: auto !important;
24891 height: 10px !important;
24892}
24893.ant-tree-rtl {
24894 direction: rtl;
24895}
24896.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
24897 right: -6px;
24898 left: unset;
24899}
24900.ant-tree .ant-tree-treenode-rtl {
24901 direction: rtl;
24902}
24903.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
24904 transform: rotate(90deg);
24905}
24906.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
24907 right: auto;
24908 left: -11px;
24909 border-right: none;
24910 border-left: 1px solid #d9d9d9;
24911}
24912.ant-tree-rtl .ant-tree-checkbox {
24913 margin: 3px 0 0 8px;
24914}
24915.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
24916 margin: 3px 0 0 8px;
24917}
24918
24919/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24920/* stylelint-disable no-duplicate-selectors */
24921/* stylelint-disable */
24922/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24923
24924/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
24925/* stylelint-disable no-duplicate-selectors */
24926/* stylelint-disable */
24927/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
24928.ant-timeline {
24929 box-sizing: border-box;
24930 color: rgba(0, 0, 0, 0.85);
24931 font-size: 12px;
24932 font-variant: tabular-nums;
24933 line-height: 1.66667;
24934 font-feature-settings: 'tnum';
24935 margin: 0;
24936 padding: 0;
24937 list-style: none;
24938}
24939.ant-timeline-item {
24940 position: relative;
24941 margin: 0;
24942 padding-bottom: 20px;
24943 font-size: 12px;
24944 list-style: none;
24945}
24946.ant-timeline-item-tail {
24947 position: absolute;
24948 top: 10px;
24949 left: 4px;
24950 height: calc(100% - 10px);
24951 border-left: 2px solid #f0f0f0;
24952}
24953.ant-timeline-item-pending .ant-timeline-item-head {
24954 font-size: 12px;
24955 background-color: transparent;
24956}
24957.ant-timeline-item-pending .ant-timeline-item-tail {
24958 display: none;
24959}
24960.ant-timeline-item-head {
24961 position: absolute;
24962 width: 10px;
24963 height: 10px;
24964 background-color: #fff;
24965 border: 2px solid transparent;
24966 border-radius: 100px;
24967}
24968.ant-timeline-item-head-blue {
24969 color: #1890ff;
24970 border-color: #1890ff;
24971}
24972.ant-timeline-item-head-red {
24973 color: #ff4d4f;
24974 border-color: #ff4d4f;
24975}
24976.ant-timeline-item-head-green {
24977 color: #52c41a;
24978 border-color: #52c41a;
24979}
24980.ant-timeline-item-head-gray {
24981 color: rgba(0, 0, 0, 0.25);
24982 border-color: rgba(0, 0, 0, 0.25);
24983}
24984.ant-timeline-item-head-custom {
24985 position: absolute;
24986 top: 5.5px;
24987 left: 5px;
24988 width: auto;
24989 height: auto;
24990 margin-top: 0;
24991 padding: 3px 1px;
24992 line-height: 1;
24993 text-align: center;
24994 border: 0;
24995 border-radius: 0;
24996 transform: translate(-50%, -50%);
24997}
24998.ant-timeline-item-content {
24999 position: relative;
25000 top: -7.00004px;
25001 margin: 0 0 0 18px;
25002 word-break: break-word;
25003}
25004.ant-timeline-item-last > .ant-timeline-item-tail {
25005 display: none;
25006}
25007.ant-timeline-item-last > .ant-timeline-item-content {
25008 min-height: 48px;
25009}
25010.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
25011.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
25012.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
25013.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
25014.ant-timeline.ant-timeline-right .ant-timeline-item-head,
25015.ant-timeline.ant-timeline-label .ant-timeline-item-head,
25016.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
25017.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
25018.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
25019 left: 50%;
25020}
25021.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
25022.ant-timeline.ant-timeline-right .ant-timeline-item-head,
25023.ant-timeline.ant-timeline-label .ant-timeline-item-head {
25024 margin-left: -4px;
25025}
25026.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
25027.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
25028.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
25029 margin-left: 1px;
25030}
25031.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
25032.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
25033.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
25034 left: calc(50% - 4px);
25035 width: calc(50% - 14px);
25036 text-align: left;
25037}
25038.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
25039.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
25040.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
25041 width: calc(50% - 12px);
25042 margin: 0;
25043 text-align: right;
25044}
25045.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
25046.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
25047.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
25048 left: calc(100% - 4px - 2px);
25049}
25050.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
25051 width: calc(100% - 18px);
25052}
25053.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
25054 display: block;
25055 height: calc(100% - 14px);
25056 border-left: 2px dotted #f0f0f0;
25057}
25058.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
25059 display: none;
25060}
25061.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
25062 top: 15px;
25063 display: block;
25064 height: calc(100% - 15px);
25065 border-left: 2px dotted #f0f0f0;
25066}
25067.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
25068 min-height: 48px;
25069}
25070.ant-timeline.ant-timeline-label .ant-timeline-item-label {
25071 position: absolute;
25072 top: -7.00004px;
25073 width: calc(50% - 12px);
25074 text-align: right;
25075}
25076.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
25077 left: calc(50% + 14px);
25078 width: calc(50% - 14px);
25079 text-align: left;
25080}
25081.ant-timeline-rtl {
25082 direction: rtl;
25083}
25084.ant-timeline-rtl .ant-timeline-item-tail {
25085 right: 4px;
25086 left: auto;
25087 border-right: 2px solid #f0f0f0;
25088 border-left: none;
25089}
25090.ant-timeline-rtl .ant-timeline-item-head-custom {
25091 right: 5px;
25092 left: auto;
25093 transform: translate(50%, -50%);
25094}
25095.ant-timeline-rtl .ant-timeline-item-content {
25096 margin: 0 18px 0 0;
25097}
25098.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
25099.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
25100.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
25101.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
25102.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
25103.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
25104.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
25105.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
25106.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
25107 right: 50%;
25108 left: auto;
25109}
25110.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
25111.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
25112.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
25113 margin-right: -4px;
25114 margin-left: 0;
25115}
25116.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
25117.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
25118.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
25119 margin-right: 1px;
25120 margin-left: 0;
25121}
25122.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
25123.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
25124.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
25125 right: calc(50% - 4px);
25126 left: auto;
25127 text-align: right;
25128}
25129.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
25130.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
25131.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
25132 text-align: left;
25133}
25134.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
25135.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
25136.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
25137 right: 0;
25138 left: auto;
25139}
25140.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
25141 width: 100%;
25142 margin-right: 18px;
25143 text-align: right;
25144}
25145.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
25146 border-right: 2px dotted #f0f0f0;
25147 border-left: none;
25148}
25149.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
25150 border-right: 2px dotted #f0f0f0;
25151 border-left: none;
25152}
25153.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
25154 text-align: left;
25155}
25156.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
25157 right: calc(50% + 14px);
25158 text-align: right;
25159}
25160
25161/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
25162/* stylelint-disable no-duplicate-selectors */
25163/* stylelint-disable */
25164/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25165@keyframes antCheckboxEffect {
25166 0% {
25167 transform: scale(1);
25168 opacity: 0.5;
25169 }
25170 100% {
25171 transform: scale(1.6);
25172 opacity: 0;
25173 }
25174}
25175.ant-transfer-customize-list .ant-transfer-list {
25176 flex: 1 1 50%;
25177 width: auto;
25178 height: auto;
25179 min-height: 200px;
25180}
25181.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
25182 border: 0;
25183 border-radius: 0;
25184}
25185.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
25186 width: 40px;
25187 min-width: 40px;
25188}
25189.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
25190 background: #fafafa;
25191}
25192.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
25193 border-bottom: 1px solid #f0f0f0;
25194}
25195.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
25196 margin: 0;
25197}
25198.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
25199 margin: 16px 0 4px;
25200}
25201.ant-transfer-customize-list .ant-input[disabled] {
25202 background-color: transparent;
25203}
25204.ant-transfer-status-error .ant-transfer-list {
25205 border-color: #ff4d4f;
25206}
25207.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
25208 border-color: #d9d9d9;
25209}
25210.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
25211 border-color: #40a9ff;
25212 border-right-width: 1px;
25213}
25214.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
25215 border-color: #40a9ff;
25216 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
25217 border-right-width: 1px;
25218 outline: 0;
25219}
25220.ant-transfer-status-warning .ant-transfer-list {
25221 border-color: #faad14;
25222}
25223.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
25224 border-color: #d9d9d9;
25225}
25226.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
25227 border-color: #40a9ff;
25228 border-right-width: 1px;
25229}
25230.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
25231 border-color: #40a9ff;
25232 box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
25233 border-right-width: 1px;
25234 outline: 0;
25235}
25236.ant-transfer {
25237 box-sizing: border-box;
25238 margin: 0;
25239 padding: 0;
25240 color: rgba(0, 0, 0, 0.85);
25241 font-size: 12px;
25242 font-variant: tabular-nums;
25243 line-height: 1.66667;
25244 list-style: none;
25245 font-feature-settings: 'tnum';
25246 position: relative;
25247 display: flex;
25248 align-items: stretch;
25249}
25250.ant-transfer-disabled .ant-transfer-list {
25251 background: #f5f5f5;
25252}
25253.ant-transfer-list {
25254 display: flex;
25255 flex-direction: column;
25256 width: 180px;
25257 height: 200px;
25258 border: 1px solid #d9d9d9;
25259 border-radius: 2px;
25260}
25261.ant-transfer-list-with-pagination {
25262 width: 250px;
25263 height: auto;
25264}
25265.ant-transfer-list-search .anticon-search {
25266 color: rgba(0, 0, 0, 0.25);
25267}
25268.ant-transfer-list-header {
25269 display: flex;
25270 flex: none;
25271 align-items: center;
25272 height: 36px;
25273 padding: 7px 8px 8px;
25274 color: rgba(0, 0, 0, 0.85);
25275 background: #fff;
25276 border-bottom: 1px solid #f0f0f0;
25277 border-radius: 2px 2px 0 0;
25278}
25279.ant-transfer-list-header > *:not(:last-child) {
25280 margin-right: 4px;
25281}
25282.ant-transfer-list-header > * {
25283 flex: none;
25284}
25285.ant-transfer-list-header-title {
25286 flex: auto;
25287 overflow: hidden;
25288 white-space: nowrap;
25289 text-align: right;
25290 text-overflow: ellipsis;
25291}
25292.ant-transfer-list-header-dropdown {
25293 font-size: 10px;
25294 transform: translateY(10%);
25295 cursor: pointer;
25296}
25297.ant-transfer-list-header-dropdown[disabled] {
25298 cursor: not-allowed;
25299}
25300.ant-transfer-list-body {
25301 display: flex;
25302 flex: auto;
25303 flex-direction: column;
25304 overflow: hidden;
25305 font-size: 12px;
25306}
25307.ant-transfer-list-body-search-wrapper {
25308 position: relative;
25309 flex: none;
25310 padding: 8px;
25311}
25312.ant-transfer-list-content {
25313 flex: auto;
25314 margin: 0;
25315 padding: 0;
25316 overflow: auto;
25317 list-style: none;
25318}
25319.ant-transfer-list-content-item {
25320 display: flex;
25321 align-items: center;
25322 min-height: 28px;
25323 padding: 3px 8px;
25324 line-height: 22px;
25325 transition: all 0.3s;
25326}
25327.ant-transfer-list-content-item > *:not(:last-child) {
25328 margin-right: 8px;
25329}
25330.ant-transfer-list-content-item > * {
25331 flex: none;
25332}
25333.ant-transfer-list-content-item-text {
25334 flex: auto;
25335 overflow: hidden;
25336 white-space: nowrap;
25337 text-overflow: ellipsis;
25338}
25339.ant-transfer-list-content-item-remove {
25340 position: relative;
25341 color: #d9d9d9;
25342 cursor: pointer;
25343 transition: all 0.3s;
25344}
25345.ant-transfer-list-content-item-remove:hover {
25346 color: #40a9ff;
25347}
25348.ant-transfer-list-content-item-remove::after {
25349 position: absolute;
25350 top: -3px;
25351 right: -50%;
25352 bottom: -3px;
25353 left: -50%;
25354 content: '';
25355}
25356.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
25357 background-color: #f5f5f5;
25358 cursor: pointer;
25359}
25360.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
25361 background-color: #dcf4ff;
25362}
25363.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
25364 background: transparent;
25365 cursor: default;
25366}
25367.ant-transfer-list-content-item-checked {
25368 background-color: #e6f7ff;
25369}
25370.ant-transfer-list-content-item-disabled {
25371 color: rgba(0, 0, 0, 0.25);
25372 cursor: not-allowed;
25373}
25374.ant-transfer-list-pagination {
25375 padding: 4px 0;
25376 text-align: right;
25377 border-top: 1px solid #f0f0f0;
25378}
25379.ant-transfer-list-body-not-found {
25380 flex: none;
25381 width: 100%;
25382 margin: auto 0;
25383 color: rgba(0, 0, 0, 0.25);
25384 text-align: center;
25385}
25386.ant-transfer-list-footer {
25387 border-top: 1px solid #f0f0f0;
25388}
25389.ant-transfer-operation {
25390 display: flex;
25391 flex: none;
25392 flex-direction: column;
25393 align-self: center;
25394 margin: 0 8px;
25395 vertical-align: middle;
25396}
25397.ant-transfer-operation .ant-btn {
25398 display: block;
25399}
25400.ant-transfer-operation .ant-btn:first-child {
25401 margin-bottom: 4px;
25402}
25403.ant-transfer-operation .ant-btn .anticon {
25404 font-size: 12px;
25405}
25406.ant-transfer .ant-empty-image {
25407 max-height: -4px;
25408}
25409.ant-transfer-rtl {
25410 direction: rtl;
25411}
25412.ant-transfer-rtl .ant-transfer-list-search {
25413 padding-right: 8px;
25414 padding-left: 24px;
25415}
25416.ant-transfer-rtl .ant-transfer-list-search-action {
25417 right: auto;
25418 left: 12px;
25419}
25420.ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
25421 margin-right: 0;
25422 margin-left: 4px;
25423}
25424.ant-transfer-rtl .ant-transfer-list-header {
25425 right: 0;
25426 left: auto;
25427}
25428.ant-transfer-rtl .ant-transfer-list-header-title {
25429 text-align: left;
25430}
25431.ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
25432 margin-right: 0;
25433 margin-left: 8px;
25434}
25435.ant-transfer-rtl .ant-transfer-list-pagination {
25436 text-align: left;
25437}
25438.ant-transfer-rtl .ant-transfer-list-footer {
25439 right: 0;
25440 left: auto;
25441}
25442
25443/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
25444/* stylelint-disable no-duplicate-selectors */
25445/* stylelint-disable */
25446/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25447@keyframes ant-tree-node-fx-do-not-use {
25448 0% {
25449 opacity: 0;
25450 }
25451 100% {
25452 opacity: 1;
25453 }
25454}
25455@keyframes antCheckboxEffect {
25456 0% {
25457 transform: scale(1);
25458 opacity: 0.5;
25459 }
25460 100% {
25461 transform: scale(1.6);
25462 opacity: 0;
25463 }
25464}
25465.ant-select-tree-checkbox {
25466 box-sizing: border-box;
25467 margin: 0;
25468 padding: 0;
25469 color: rgba(0, 0, 0, 0.85);
25470 font-size: 12px;
25471 font-variant: tabular-nums;
25472 line-height: 1.66667;
25473 list-style: none;
25474 font-feature-settings: 'tnum';
25475 position: relative;
25476 top: 0.2em;
25477 line-height: 1;
25478 white-space: nowrap;
25479 outline: none;
25480 cursor: pointer;
25481}
25482.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
25483.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
25484.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
25485 border-color: #1890ff;
25486}
25487.ant-select-tree-checkbox-checked::after {
25488 position: absolute;
25489 top: 0;
25490 left: 0;
25491 width: 100%;
25492 height: 100%;
25493 border: 1px solid #1890ff;
25494 border-radius: 2px;
25495 visibility: hidden;
25496 animation: antCheckboxEffect 0.36s ease-in-out;
25497 animation-fill-mode: backwards;
25498 content: '';
25499}
25500.ant-select-tree-checkbox:hover::after,
25501.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
25502 visibility: visible;
25503}
25504.ant-select-tree-checkbox-inner {
25505 position: relative;
25506 top: 0;
25507 left: 0;
25508 display: block;
25509 width: 14px;
25510 height: 14px;
25511 direction: ltr;
25512 background-color: #fff;
25513 border: 1px solid #d9d9d9;
25514 border-radius: 2px;
25515 border-collapse: separate;
25516 transition: all 0.3s;
25517}
25518.ant-select-tree-checkbox-inner::after {
25519 position: absolute;
25520 top: 50%;
25521 left: 21.5%;
25522 display: table;
25523 width: 5px;
25524 height: 8px;
25525 border: 2px solid #fff;
25526 border-top: 0;
25527 border-left: 0;
25528 transform: rotate(45deg) scale(0) translate(-50%, -50%);
25529 opacity: 0;
25530 transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
25531 content: ' ';
25532}
25533.ant-select-tree-checkbox-input {
25534 position: absolute;
25535 top: 0;
25536 right: 0;
25537 bottom: 0;
25538 left: 0;
25539 z-index: 1;
25540 width: 100%;
25541 height: 100%;
25542 cursor: pointer;
25543 opacity: 0;
25544}
25545.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
25546 position: absolute;
25547 display: table;
25548 border: 2px solid #fff;
25549 border-top: 0;
25550 border-left: 0;
25551 transform: rotate(45deg) scale(1) translate(-50%, -50%);
25552 opacity: 1;
25553 transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
25554 content: ' ';
25555}
25556.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
25557 background-color: #1890ff;
25558 border-color: #1890ff;
25559}
25560.ant-select-tree-checkbox-disabled {
25561 cursor: not-allowed;
25562}
25563.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
25564 border-color: rgba(0, 0, 0, 0.25);
25565 animation-name: none;
25566}
25567.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
25568 cursor: not-allowed;
25569 pointer-events: none;
25570}
25571.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
25572 background-color: #f5f5f5;
25573 border-color: #d9d9d9 !important;
25574}
25575.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
25576 border-color: #f5f5f5;
25577 border-collapse: separate;
25578 animation-name: none;
25579}
25580.ant-select-tree-checkbox-disabled + span {
25581 color: rgba(0, 0, 0, 0.25);
25582 cursor: not-allowed;
25583}
25584.ant-select-tree-checkbox-disabled:hover::after,
25585.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
25586 visibility: hidden;
25587}
25588.ant-select-tree-checkbox-wrapper {
25589 box-sizing: border-box;
25590 margin: 0;
25591 padding: 0;
25592 color: rgba(0, 0, 0, 0.85);
25593 font-size: 12px;
25594 font-variant: tabular-nums;
25595 line-height: 1.66667;
25596 list-style: none;
25597 font-feature-settings: 'tnum';
25598 display: inline-flex;
25599 align-items: baseline;
25600 line-height: unset;
25601 cursor: pointer;
25602}
25603.ant-select-tree-checkbox-wrapper::after {
25604 display: inline-block;
25605 width: 0;
25606 overflow: hidden;
25607 content: '\a0';
25608}
25609.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
25610 cursor: not-allowed;
25611}
25612.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
25613 margin-left: 8px;
25614}
25615.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
25616 width: 14px;
25617 height: 14px;
25618}
25619.ant-select-tree-checkbox + span {
25620 padding-right: 8px;
25621 padding-left: 8px;
25622}
25623.ant-select-tree-checkbox-group {
25624 box-sizing: border-box;
25625 margin: 0;
25626 padding: 0;
25627 color: rgba(0, 0, 0, 0.85);
25628 font-size: 12px;
25629 font-variant: tabular-nums;
25630 line-height: 1.66667;
25631 list-style: none;
25632 font-feature-settings: 'tnum';
25633 display: inline-block;
25634}
25635.ant-select-tree-checkbox-group-item {
25636 margin-right: 6px;
25637}
25638.ant-select-tree-checkbox-group-item:last-child {
25639 margin-right: 0;
25640}
25641.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
25642 margin-left: 0;
25643}
25644.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
25645 background-color: #fff;
25646 border-color: #d9d9d9;
25647}
25648.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
25649 top: 50%;
25650 left: 50%;
25651 width: 6px;
25652 height: 6px;
25653 background-color: #1890ff;
25654 border: 0;
25655 transform: translate(-50%, -50%) scale(1);
25656 opacity: 1;
25657 content: ' ';
25658}
25659.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
25660 background-color: rgba(0, 0, 0, 0.25);
25661 border-color: rgba(0, 0, 0, 0.25);
25662}
25663.ant-tree-select-dropdown {
25664 padding: 4px 2px;
25665}
25666.ant-tree-select-dropdown-rtl {
25667 direction: rtl;
25668}
25669.ant-tree-select-dropdown .ant-select-tree {
25670 border-radius: 0;
25671}
25672.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
25673 align-items: stretch;
25674}
25675.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
25676 flex: auto;
25677}
25678.ant-select-tree {
25679 box-sizing: border-box;
25680 margin: 0;
25681 padding: 0;
25682 color: rgba(0, 0, 0, 0.85);
25683 font-size: 12px;
25684 font-variant: tabular-nums;
25685 line-height: 1.66667;
25686 list-style: none;
25687 font-feature-settings: 'tnum';
25688 background: #fff;
25689 border-radius: 2px;
25690 transition: background-color 0.3s;
25691}
25692.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
25693 background: #e6f7ff;
25694}
25695.ant-select-tree-list-holder-inner {
25696 align-items: flex-start;
25697}
25698.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
25699 align-items: stretch;
25700}
25701.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
25702 flex: auto;
25703}
25704.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
25705 position: relative;
25706}
25707.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
25708 position: absolute;
25709 top: 0;
25710 right: 0;
25711 bottom: 2px;
25712 left: 0;
25713 border: 1px solid #1890ff;
25714 opacity: 0;
25715 animation: ant-tree-node-fx-do-not-use 0.3s;
25716 animation-play-state: running;
25717 animation-fill-mode: forwards;
25718 content: '';
25719 pointer-events: none;
25720}
25721.ant-select-tree .ant-select-tree-treenode {
25722 display: flex;
25723 align-items: flex-start;
25724 padding: 0 0 2px 0;
25725 outline: none;
25726}
25727.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
25728 color: rgba(0, 0, 0, 0.25);
25729 cursor: not-allowed;
25730}
25731.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
25732 background: transparent;
25733}
25734.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
25735 background: #f5f5f5;
25736}
25737.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
25738 color: inherit;
25739 font-weight: 500;
25740}
25741.ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
25742 width: 20px;
25743 line-height: 20px;
25744 text-align: center;
25745 visibility: visible;
25746 opacity: 0.2;
25747 transition: opacity 0.3s;
25748}
25749.ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
25750 opacity: 0.45;
25751}
25752.ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon {
25753 visibility: hidden;
25754}
25755.ant-select-tree-indent {
25756 align-self: stretch;
25757 white-space: nowrap;
25758 -webkit-user-select: none;
25759 -moz-user-select: none;
25760 -ms-user-select: none;
25761 user-select: none;
25762}
25763.ant-select-tree-indent-unit {
25764 display: inline-block;
25765 width: 20px;
25766}
25767.ant-select-tree-draggable-icon {
25768 visibility: hidden;
25769}
25770.ant-select-tree-switcher {
25771 position: relative;
25772 flex: none;
25773 align-self: stretch;
25774 width: 20px;
25775 margin: 0;
25776 line-height: 20px;
25777 text-align: center;
25778 cursor: pointer;
25779 -webkit-user-select: none;
25780 -moz-user-select: none;
25781 -ms-user-select: none;
25782 user-select: none;
25783}
25784.ant-select-tree-switcher .ant-tree-switcher-icon,
25785.ant-select-tree-switcher .ant-select-tree-switcher-icon {
25786 display: inline-block;
25787 font-size: 10px;
25788 vertical-align: baseline;
25789}
25790.ant-select-tree-switcher .ant-tree-switcher-icon svg,
25791.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
25792 transition: transform 0.3s;
25793}
25794.ant-select-tree-switcher-noop {
25795 cursor: default;
25796}
25797.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
25798 transform: rotate(-90deg);
25799}
25800.ant-select-tree-switcher-loading-icon {
25801 color: #1890ff;
25802}
25803.ant-select-tree-switcher-leaf-line {
25804 position: relative;
25805 z-index: 1;
25806 display: inline-block;
25807 width: 100%;
25808 height: 100%;
25809}
25810.ant-select-tree-switcher-leaf-line::before {
25811 position: absolute;
25812 top: 0;
25813 right: 12px;
25814 bottom: -2px;
25815 margin-left: -1px;
25816 border-right: 1px solid #d9d9d9;
25817 content: ' ';
25818}
25819.ant-select-tree-switcher-leaf-line::after {
25820 position: absolute;
25821 width: 6px;
25822 height: 10px;
25823 border-bottom: 1px solid #d9d9d9;
25824 content: ' ';
25825}
25826.ant-select-tree-checkbox {
25827 top: initial;
25828 margin: 3px 8px 0 0;
25829}
25830.ant-select-tree .ant-select-tree-node-content-wrapper {
25831 position: relative;
25832 z-index: auto;
25833 min-height: 20px;
25834 margin: 0;
25835 padding: 0 4px;
25836 color: inherit;
25837 line-height: 20px;
25838 background: transparent;
25839 border-radius: 2px;
25840 cursor: pointer;
25841 transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
25842}
25843.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
25844 background-color: #f5f5f5;
25845}
25846.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
25847 background-color: #bae7ff;
25848}
25849.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
25850 display: inline-block;
25851 width: 20px;
25852 height: 20px;
25853 line-height: 20px;
25854 text-align: center;
25855 vertical-align: top;
25856}
25857.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
25858 display: none;
25859}
25860.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
25861 background-color: transparent;
25862}
25863.ant-select-tree-node-content-wrapper {
25864 line-height: 20px;
25865 -webkit-user-select: none;
25866 -moz-user-select: none;
25867 -ms-user-select: none;
25868 user-select: none;
25869}
25870.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
25871 position: absolute;
25872 z-index: 1;
25873 height: 2px;
25874 background-color: #1890ff;
25875 border-radius: 1px;
25876 pointer-events: none;
25877}
25878.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
25879 position: absolute;
25880 top: -3px;
25881 left: -6px;
25882 width: 8px;
25883 height: 8px;
25884 background-color: transparent;
25885 border: 2px solid #1890ff;
25886 border-radius: 50%;
25887 content: '';
25888}
25889.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
25890 box-shadow: 0 0 0 2px #1890ff;
25891}
25892.ant-select-tree-show-line .ant-select-tree-indent-unit {
25893 position: relative;
25894 height: 100%;
25895}
25896.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
25897 position: absolute;
25898 top: 0;
25899 right: 10px;
25900 bottom: -2px;
25901 border-right: 1px solid #d9d9d9;
25902 content: '';
25903}
25904.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
25905 display: none;
25906}
25907.ant-select-tree-show-line .ant-select-tree-switcher {
25908 background: #fff;
25909}
25910.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
25911 vertical-align: -0.15em;
25912}
25913.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
25914 top: auto !important;
25915 bottom: auto !important;
25916 height: 10px !important;
25917}
25918.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
25919 transform: rotate(90deg);
25920}
25921.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
25922 transform: scaleY(-1);
25923}
25924
25925/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
25926/* stylelint-disable no-duplicate-selectors */
25927/* stylelint-disable */
25928/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
25929.ant-typography {
25930 color: rgba(0, 0, 0, 0.85);
25931 word-break: break-word;
25932}
25933.ant-typography.ant-typography-secondary {
25934 color: rgba(0, 0, 0, 0.45);
25935}
25936.ant-typography.ant-typography-success {
25937 color: #52c41a;
25938}
25939.ant-typography.ant-typography-warning {
25940 color: #faad14;
25941}
25942.ant-typography.ant-typography-danger {
25943 color: #ff4d4f;
25944}
25945a.ant-typography.ant-typography-danger:active,
25946a.ant-typography.ant-typography-danger:focus {
25947 color: #d9363e;
25948}
25949a.ant-typography.ant-typography-danger:hover {
25950 color: #ff7875;
25951}
25952.ant-typography.ant-typography-disabled {
25953 color: rgba(0, 0, 0, 0.25);
25954 cursor: not-allowed;
25955 -webkit-user-select: none;
25956 -moz-user-select: none;
25957 -ms-user-select: none;
25958 user-select: none;
25959}
25960div.ant-typography,
25961.ant-typography p {
25962 margin-bottom: 1em;
25963}
25964h1.ant-typography,
25965div.ant-typography-h1,
25966div.ant-typography-h1 > textarea,
25967.ant-typography h1 {
25968 margin-bottom: 0.5em;
25969 color: rgba(0, 0, 0, 0.85);
25970 font-weight: 600;
25971 font-size: 33px;
25972 line-height: 1.23;
25973}
25974h2.ant-typography,
25975div.ant-typography-h2,
25976div.ant-typography-h2 > textarea,
25977.ant-typography h2 {
25978 margin-bottom: 0.5em;
25979 color: rgba(0, 0, 0, 0.85);
25980 font-weight: 600;
25981 font-size: 26px;
25982 line-height: 1.35;
25983}
25984h3.ant-typography,
25985div.ant-typography-h3,
25986div.ant-typography-h3 > textarea,
25987.ant-typography h3 {
25988 margin-bottom: 0.5em;
25989 color: rgba(0, 0, 0, 0.85);
25990 font-weight: 600;
25991 font-size: 21px;
25992 line-height: 1.35;
25993}
25994h4.ant-typography,
25995div.ant-typography-h4,
25996div.ant-typography-h4 > textarea,
25997.ant-typography h4 {
25998 margin-bottom: 0.5em;
25999 color: rgba(0, 0, 0, 0.85);
26000 font-weight: 600;
26001 font-size: 18px;
26002 line-height: 1.4;
26003}
26004h5.ant-typography,
26005div.ant-typography-h5,
26006div.ant-typography-h5 > textarea,
26007.ant-typography h5 {
26008 margin-bottom: 0.5em;
26009 color: rgba(0, 0, 0, 0.85);
26010 font-weight: 600;
26011 font-size: 14px;
26012 line-height: 1.5;
26013}
26014.ant-typography + h1.ant-typography,
26015.ant-typography + h2.ant-typography,
26016.ant-typography + h3.ant-typography,
26017.ant-typography + h4.ant-typography,
26018.ant-typography + h5.ant-typography {
26019 margin-top: 1.2em;
26020}
26021.ant-typography div + h1,
26022.ant-typography ul + h1,
26023.ant-typography li + h1,
26024.ant-typography p + h1,
26025.ant-typography h1 + h1,
26026.ant-typography h2 + h1,
26027.ant-typography h3 + h1,
26028.ant-typography h4 + h1,
26029.ant-typography h5 + h1,
26030.ant-typography div + h2,
26031.ant-typography ul + h2,
26032.ant-typography li + h2,
26033.ant-typography p + h2,
26034.ant-typography h1 + h2,
26035.ant-typography h2 + h2,
26036.ant-typography h3 + h2,
26037.ant-typography h4 + h2,
26038.ant-typography h5 + h2,
26039.ant-typography div + h3,
26040.ant-typography ul + h3,
26041.ant-typography li + h3,
26042.ant-typography p + h3,
26043.ant-typography h1 + h3,
26044.ant-typography h2 + h3,
26045.ant-typography h3 + h3,
26046.ant-typography h4 + h3,
26047.ant-typography h5 + h3,
26048.ant-typography div + h4,
26049.ant-typography ul + h4,
26050.ant-typography li + h4,
26051.ant-typography p + h4,
26052.ant-typography h1 + h4,
26053.ant-typography h2 + h4,
26054.ant-typography h3 + h4,
26055.ant-typography h4 + h4,
26056.ant-typography h5 + h4,
26057.ant-typography div + h5,
26058.ant-typography ul + h5,
26059.ant-typography li + h5,
26060.ant-typography p + h5,
26061.ant-typography h1 + h5,
26062.ant-typography h2 + h5,
26063.ant-typography h3 + h5,
26064.ant-typography h4 + h5,
26065.ant-typography h5 + h5 {
26066 margin-top: 1.2em;
26067}
26068a.ant-typography-ellipsis,
26069span.ant-typography-ellipsis {
26070 display: inline-block;
26071 max-width: 100%;
26072}
26073a.ant-typography,
26074.ant-typography a {
26075 color: #1890ff;
26076 outline: none;
26077 cursor: pointer;
26078 transition: color 0.3s;
26079 text-decoration: none;
26080}
26081a.ant-typography:focus-visible,
26082.ant-typography a:focus-visible,
26083a.ant-typography:hover,
26084.ant-typography a:hover {
26085 color: #40a9ff;
26086}
26087a.ant-typography:active,
26088.ant-typography a:active {
26089 color: #096dd9;
26090}
26091a.ant-typography:active,
26092.ant-typography a:active,
26093a.ant-typography:hover,
26094.ant-typography a:hover {
26095 text-decoration: none;
26096}
26097a.ant-typography[disabled],
26098.ant-typography a[disabled],
26099a.ant-typography.ant-typography-disabled,
26100.ant-typography a.ant-typography-disabled {
26101 color: rgba(0, 0, 0, 0.25);
26102 cursor: not-allowed;
26103}
26104a.ant-typography[disabled]:active,
26105.ant-typography a[disabled]:active,
26106a.ant-typography.ant-typography-disabled:active,
26107.ant-typography a.ant-typography-disabled:active,
26108a.ant-typography[disabled]:hover,
26109.ant-typography a[disabled]:hover,
26110a.ant-typography.ant-typography-disabled:hover,
26111.ant-typography a.ant-typography-disabled:hover {
26112 color: rgba(0, 0, 0, 0.25);
26113}
26114a.ant-typography[disabled]:active,
26115.ant-typography a[disabled]:active,
26116a.ant-typography.ant-typography-disabled:active,
26117.ant-typography a.ant-typography-disabled:active {
26118 pointer-events: none;
26119}
26120.ant-typography code {
26121 margin: 0 0.2em;
26122 padding: 0.2em 0.4em 0.1em;
26123 font-size: 85%;
26124 background: rgba(150, 150, 150, 0.1);
26125 border: 1px solid rgba(100, 100, 100, 0.2);
26126 border-radius: 3px;
26127}
26128.ant-typography kbd {
26129 margin: 0 0.2em;
26130 padding: 0.15em 0.4em 0.1em;
26131 font-size: 90%;
26132 background: rgba(150, 150, 150, 0.06);
26133 border: 1px solid rgba(100, 100, 100, 0.2);
26134 border-bottom-width: 2px;
26135 border-radius: 3px;
26136}
26137.ant-typography mark {
26138 padding: 0;
26139 background-color: #ffe58f;
26140}
26141.ant-typography u,
26142.ant-typography ins {
26143 text-decoration: underline;
26144 -webkit-text-decoration-skip: ink;
26145 text-decoration-skip-ink: auto;
26146}
26147.ant-typography s,
26148.ant-typography del {
26149 text-decoration: line-through;
26150}
26151.ant-typography strong {
26152 font-weight: 600;
26153}
26154.ant-typography-expand,
26155.ant-typography-edit,
26156.ant-typography-copy {
26157 color: #1890ff;
26158 outline: none;
26159 cursor: pointer;
26160 transition: color 0.3s;
26161 margin-left: 4px;
26162}
26163.ant-typography-expand:focus-visible,
26164.ant-typography-edit:focus-visible,
26165.ant-typography-copy:focus-visible,
26166.ant-typography-expand:hover,
26167.ant-typography-edit:hover,
26168.ant-typography-copy:hover {
26169 color: #40a9ff;
26170}
26171.ant-typography-expand:active,
26172.ant-typography-edit:active,
26173.ant-typography-copy:active {
26174 color: #096dd9;
26175}
26176.ant-typography-copy-success,
26177.ant-typography-copy-success:hover,
26178.ant-typography-copy-success:focus {
26179 color: #52c41a;
26180}
26181.ant-typography-edit-content {
26182 position: relative;
26183}
26184div.ant-typography-edit-content {
26185 left: -8px;
26186 margin-top: -4px;
26187 margin-bottom: calc(1em - 3px - 1px);
26188}
26189.ant-typography-edit-content-confirm {
26190 position: absolute;
26191 right: 10px;
26192 bottom: 8px;
26193 color: rgba(0, 0, 0, 0.45);
26194 font-weight: normal;
26195 font-size: 12px;
26196 font-style: normal;
26197 pointer-events: none;
26198}
26199.ant-typography-edit-content textarea {
26200 height: 1em;
26201 margin: 0 !important;
26202 /* stylelint-disable-next-line property-no-vendor-prefix */
26203 -moz-transition: none;
26204}
26205.ant-typography ul,
26206.ant-typography ol {
26207 margin: 0 0 1em;
26208 padding: 0;
26209}
26210.ant-typography ul li,
26211.ant-typography ol li {
26212 margin: 0 0 0 20px;
26213 padding: 0 0 0 4px;
26214}
26215.ant-typography ul {
26216 list-style-type: circle;
26217}
26218.ant-typography ul ul {
26219 list-style-type: disc;
26220}
26221.ant-typography ol {
26222 list-style-type: decimal;
26223}
26224.ant-typography pre,
26225.ant-typography blockquote {
26226 margin: 1em 0;
26227}
26228.ant-typography pre {
26229 padding: 0.4em 0.6em;
26230 white-space: pre-wrap;
26231 word-wrap: break-word;
26232 background: rgba(150, 150, 150, 0.1);
26233 border: 1px solid rgba(100, 100, 100, 0.2);
26234 border-radius: 3px;
26235}
26236.ant-typography pre code {
26237 display: inline;
26238 margin: 0;
26239 padding: 0;
26240 font-size: inherit;
26241 font-family: inherit;
26242 background: transparent;
26243 border: 0;
26244}
26245.ant-typography blockquote {
26246 padding: 0 0 0 0.6em;
26247 border-left: 4px solid rgba(100, 100, 100, 0.2);
26248 opacity: 0.85;
26249}
26250.ant-typography-single-line {
26251 white-space: nowrap;
26252}
26253.ant-typography-ellipsis-single-line {
26254 overflow: hidden;
26255 text-overflow: ellipsis;
26256}
26257a.ant-typography-ellipsis-single-line,
26258span.ant-typography-ellipsis-single-line {
26259 vertical-align: bottom;
26260}
26261.ant-typography-ellipsis-multiple-line {
26262 /* stylelint-disable-next-line value-no-vendor-prefix */
26263 display: -webkit-box;
26264 overflow: hidden;
26265 -webkit-line-clamp: 3;
26266 /*! autoprefixer: ignore next */
26267 -webkit-box-orient: vertical;
26268}
26269.ant-typography-rtl {
26270 direction: rtl;
26271}
26272.ant-typography-rtl .ant-typography-expand,
26273.ant-typography-rtl .ant-typography-edit,
26274.ant-typography-rtl .ant-typography-copy {
26275 margin-right: 4px;
26276 margin-left: 0;
26277}
26278.ant-typography-rtl .ant-typography-expand {
26279 float: left;
26280}
26281div.ant-typography-edit-content.ant-typography-rtl {
26282 right: -8px;
26283 left: auto;
26284}
26285.ant-typography-rtl .ant-typography-edit-content-confirm {
26286 right: auto;
26287 left: 10px;
26288}
26289.ant-typography-rtl.ant-typography ul li,
26290.ant-typography-rtl.ant-typography ol li {
26291 margin: 0 20px 0 0;
26292 padding: 0 4px 0 0;
26293}
26294
26295/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
26296/* stylelint-disable no-duplicate-selectors */
26297/* stylelint-disable */
26298/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
26299.ant-upload {
26300 box-sizing: border-box;
26301 margin: 0;
26302 padding: 0;
26303 color: rgba(0, 0, 0, 0.85);
26304 font-size: 12px;
26305 font-variant: tabular-nums;
26306 line-height: 1.66667;
26307 list-style: none;
26308 font-feature-settings: 'tnum';
26309 outline: 0;
26310}
26311.ant-upload p {
26312 margin: 0;
26313}
26314.ant-upload-btn {
26315 display: block;
26316 width: 100%;
26317 outline: none;
26318}
26319.ant-upload input[type='file'] {
26320 cursor: pointer;
26321}
26322.ant-upload.ant-upload-select {
26323 display: inline-block;
26324}
26325.ant-upload.ant-upload-disabled {
26326 color: rgba(0, 0, 0, 0.25);
26327 cursor: not-allowed;
26328}
26329.ant-upload.ant-upload-select-picture-card {
26330 width: 104px;
26331 height: 104px;
26332 margin-right: 8px;
26333 margin-bottom: 8px;
26334 text-align: center;
26335 vertical-align: top;
26336 background-color: #fafafa;
26337 border: 1px dashed #d9d9d9;
26338 border-radius: 2px;
26339 cursor: pointer;
26340 transition: border-color 0.3s;
26341}
26342.ant-upload.ant-upload-select-picture-card > .ant-upload {
26343 display: flex;
26344 align-items: center;
26345 justify-content: center;
26346 height: 100%;
26347 text-align: center;
26348}
26349.ant-upload.ant-upload-select-picture-card:hover {
26350 border-color: #1890ff;
26351}
26352.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
26353 border-color: #d9d9d9;
26354}
26355.ant-upload.ant-upload-drag {
26356 position: relative;
26357 width: 100%;
26358 height: 100%;
26359 text-align: center;
26360 background: #fafafa;
26361 border: 1px dashed #d9d9d9;
26362 border-radius: 2px;
26363 cursor: pointer;
26364 transition: border-color 0.3s;
26365}
26366.ant-upload.ant-upload-drag .ant-upload {
26367 padding: 8px 0;
26368}
26369.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
26370 border-color: #096dd9;
26371}
26372.ant-upload.ant-upload-drag.ant-upload-disabled {
26373 cursor: not-allowed;
26374}
26375.ant-upload.ant-upload-drag .ant-upload-btn {
26376 display: table;
26377 height: 100%;
26378}
26379.ant-upload.ant-upload-drag .ant-upload-drag-container {
26380 display: table-cell;
26381 vertical-align: middle;
26382}
26383.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
26384 border-color: #40a9ff;
26385}
26386.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
26387 margin-bottom: 20px;
26388}
26389.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
26390 color: #40a9ff;
26391 font-size: 48px;
26392}
26393.ant-upload.ant-upload-drag p.ant-upload-text {
26394 margin: 0 0 4px;
26395 color: rgba(0, 0, 0, 0.85);
26396 font-size: 14px;
26397}
26398.ant-upload.ant-upload-drag p.ant-upload-hint {
26399 color: rgba(0, 0, 0, 0.45);
26400 font-size: 12px;
26401}
26402.ant-upload.ant-upload-drag .anticon-plus {
26403 color: rgba(0, 0, 0, 0.25);
26404 font-size: 30px;
26405 transition: all 0.3s;
26406}
26407.ant-upload.ant-upload-drag .anticon-plus:hover {
26408 color: rgba(0, 0, 0, 0.45);
26409}
26410.ant-upload.ant-upload-drag:hover .anticon-plus {
26411 color: rgba(0, 0, 0, 0.45);
26412}
26413.ant-upload-picture-card-wrapper {
26414 display: inline-block;
26415 width: 100%;
26416}
26417.ant-upload-picture-card-wrapper::before {
26418 display: table;
26419 content: '';
26420}
26421.ant-upload-picture-card-wrapper::after {
26422 display: table;
26423 clear: both;
26424 content: '';
26425}
26426.ant-upload-list {
26427 box-sizing: border-box;
26428 margin: 0;
26429 padding: 0;
26430 color: rgba(0, 0, 0, 0.85);
26431 font-size: 12px;
26432 font-variant: tabular-nums;
26433 list-style: none;
26434 font-feature-settings: 'tnum';
26435 line-height: 1.66667;
26436}
26437.ant-upload-list::before {
26438 display: table;
26439 content: '';
26440}
26441.ant-upload-list::after {
26442 display: table;
26443 clear: both;
26444 content: '';
26445}
26446.ant-upload-list-item {
26447 position: relative;
26448 height: 20.00004px;
26449 margin-top: 4px;
26450 font-size: 12px;
26451}
26452.ant-upload-list-item-name {
26453 display: inline-block;
26454 width: 100%;
26455 padding-left: 20px;
26456 overflow: hidden;
26457 line-height: 1.66667;
26458 white-space: nowrap;
26459 text-overflow: ellipsis;
26460}
26461.ant-upload-list-item-card-actions {
26462 position: absolute;
26463 right: 0;
26464}
26465.ant-upload-list-item-card-actions-btn {
26466 opacity: 0;
26467}
26468.ant-upload-list-item-card-actions-btn.ant-btn-sm {
26469 height: 20.00004px;
26470 line-height: 1;
26471 vertical-align: top;
26472}
26473.ant-upload-list-item-card-actions.picture {
26474 top: 22px;
26475 line-height: 0;
26476}
26477.ant-upload-list-item-card-actions-btn:focus,
26478.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
26479 opacity: 1;
26480}
26481.ant-upload-list-item-card-actions .anticon {
26482 color: rgba(0, 0, 0, 0.45);
26483 transition: all 0.3s;
26484}
26485.ant-upload-list-item-card-actions:hover .anticon {
26486 color: rgba(0, 0, 0, 0.85);
26487}
26488.ant-upload-list-item-info {
26489 height: 100%;
26490 transition: background-color 0.3s;
26491}
26492.ant-upload-list-item-info > span {
26493 display: block;
26494 width: 100%;
26495 height: 100%;
26496}
26497.ant-upload-list-item-info .anticon-loading .anticon,
26498.ant-upload-list-item-info .ant-upload-text-icon .anticon {
26499 position: absolute;
26500 top: 4px;
26501 color: rgba(0, 0, 0, 0.45);
26502 font-size: 12px;
26503}
26504.ant-upload-list-item:hover .ant-upload-list-item-info {
26505 background-color: #f5f5f5;
26506}
26507.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
26508 opacity: 1;
26509}
26510.ant-upload-list-item-error,
26511.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
26512.ant-upload-list-item-error .ant-upload-list-item-name {
26513 color: #ff4d4f;
26514}
26515.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
26516 color: #ff4d4f;
26517}
26518.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
26519 opacity: 1;
26520}
26521.ant-upload-list-item-progress {
26522 position: absolute;
26523 bottom: -12px;
26524 width: 100%;
26525 padding-left: 24px;
26526 font-size: 12px;
26527 line-height: 0;
26528}
26529.ant-upload-list-picture .ant-upload-list-item,
26530.ant-upload-list-picture-card .ant-upload-list-item {
26531 position: relative;
26532 height: 66px;
26533 padding: 4px;
26534 border: 1px solid #d9d9d9;
26535 border-radius: 2px;
26536}
26537.ant-upload-list-picture .ant-upload-list-item:hover,
26538.ant-upload-list-picture-card .ant-upload-list-item:hover {
26539 background: transparent;
26540}
26541.ant-upload-list-picture .ant-upload-list-item-error,
26542.ant-upload-list-picture-card .ant-upload-list-item-error {
26543 border-color: #ff4d4f;
26544}
26545.ant-upload-list-picture .ant-upload-list-item-info,
26546.ant-upload-list-picture-card .ant-upload-list-item-info {
26547 padding: 0;
26548}
26549.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
26550.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
26551 background: transparent;
26552}
26553.ant-upload-list-picture .ant-upload-list-item-uploading,
26554.ant-upload-list-picture-card .ant-upload-list-item-uploading {
26555 border-style: dashed;
26556}
26557.ant-upload-list-picture .ant-upload-list-item-thumbnail,
26558.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
26559 width: 48px;
26560 height: 48px;
26561 line-height: 60px;
26562 text-align: center;
26563 opacity: 0.8;
26564}
26565.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
26566.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
26567 font-size: 26px;
26568}
26569.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
26570.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
26571 fill: #fff2f0;
26572}
26573.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
26574.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
26575 fill: #ff4d4f;
26576}
26577.ant-upload-list-picture .ant-upload-list-item-icon,
26578.ant-upload-list-picture-card .ant-upload-list-item-icon {
26579 position: absolute;
26580 top: 50%;
26581 left: 50%;
26582 font-size: 26px;
26583 transform: translate(-50%, -50%);
26584}
26585.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
26586.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
26587 font-size: 26px;
26588}
26589.ant-upload-list-picture .ant-upload-list-item-image,
26590.ant-upload-list-picture-card .ant-upload-list-item-image {
26591 max-width: 100%;
26592}
26593.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
26594.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
26595 display: block;
26596 width: 48px;
26597 height: 48px;
26598 overflow: hidden;
26599}
26600.ant-upload-list-picture .ant-upload-list-item-name,
26601.ant-upload-list-picture-card .ant-upload-list-item-name {
26602 display: inline-block;
26603 box-sizing: border-box;
26604 max-width: 100%;
26605 margin: 0 0 0 8px;
26606 padding-right: 8px;
26607 padding-left: 48px;
26608 overflow: hidden;
26609 line-height: 44px;
26610 white-space: nowrap;
26611 text-overflow: ellipsis;
26612 transition: all 0.3s;
26613}
26614.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
26615.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
26616 margin-bottom: 12px;
26617}
26618.ant-upload-list-picture .ant-upload-list-item-progress,
26619.ant-upload-list-picture-card .ant-upload-list-item-progress {
26620 bottom: 14px;
26621 width: calc(100% - 24px);
26622 margin-top: 0;
26623 padding-left: 56px;
26624}
26625.ant-upload-list-picture-card-container {
26626 display: inline-block;
26627 width: 104px;
26628 height: 104px;
26629 margin: 0 4px 4px 0;
26630 vertical-align: top;
26631}
26632.ant-upload-list-picture-card .ant-upload-list-item {
26633 height: 100%;
26634 margin: 0;
26635}
26636.ant-upload-list-picture-card .ant-upload-list-item-info {
26637 position: relative;
26638 height: 100%;
26639 overflow: hidden;
26640}
26641.ant-upload-list-picture-card .ant-upload-list-item-info::before {
26642 position: absolute;
26643 z-index: 1;
26644 width: 100%;
26645 height: 100%;
26646 background-color: rgba(0, 0, 0, 0.5);
26647 opacity: 0;
26648 transition: all 0.3s;
26649 content: ' ';
26650}
26651.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
26652 opacity: 1;
26653}
26654.ant-upload-list-picture-card .ant-upload-list-item-actions {
26655 position: absolute;
26656 top: 50%;
26657 left: 50%;
26658 z-index: 10;
26659 white-space: nowrap;
26660 transform: translate(-50%, -50%);
26661 opacity: 0;
26662 transition: all 0.3s;
26663}
26664.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
26665.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
26666.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
26667 z-index: 10;
26668 width: 16px;
26669 margin: 0 4px;
26670 color: rgba(255, 255, 255, 0.85);
26671 font-size: 16px;
26672 cursor: pointer;
26673 transition: all 0.3s;
26674}
26675.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
26676.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
26677.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
26678 color: #fff;
26679}
26680.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
26681.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
26682 opacity: 1;
26683}
26684.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
26685.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
26686 position: static;
26687 display: block;
26688 width: 100%;
26689 height: 100%;
26690 -o-object-fit: contain;
26691 object-fit: contain;
26692}
26693.ant-upload-list-picture-card .ant-upload-list-item-name {
26694 display: none;
26695 margin: 8px 0 0;
26696 padding: 0;
26697 line-height: 1.66667;
26698 text-align: center;
26699}
26700.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
26701 position: absolute;
26702 bottom: 10px;
26703 display: block;
26704}
26705.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
26706 background-color: #fafafa;
26707}
26708.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
26709 height: auto;
26710}
26711.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
26712.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
26713.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
26714 display: none;
26715}
26716.ant-upload-list-picture-card .ant-upload-list-item-progress {
26717 bottom: 32px;
26718 width: calc(100% - 14px);
26719 padding-left: 0;
26720}
26721.ant-upload-list-text-container,
26722.ant-upload-list-picture-container {
26723 transition: opacity 0.3s, height 0.3s;
26724}
26725.ant-upload-list-text-container::before,
26726.ant-upload-list-picture-container::before {
26727 display: table;
26728 width: 0;
26729 height: 0;
26730 content: '';
26731}
26732.ant-upload-list-text-container .ant-upload-span,
26733.ant-upload-list-picture-container .ant-upload-span {
26734 display: block;
26735 flex: auto;
26736}
26737.ant-upload-list-text .ant-upload-span,
26738.ant-upload-list-picture .ant-upload-span {
26739 display: flex;
26740 align-items: center;
26741}
26742.ant-upload-list-text .ant-upload-span > *,
26743.ant-upload-list-picture .ant-upload-span > * {
26744 flex: none;
26745}
26746.ant-upload-list-text .ant-upload-list-item-name,
26747.ant-upload-list-picture .ant-upload-list-item-name {
26748 flex: auto;
26749 margin: 0;
26750 padding: 0 4px;
26751}
26752.ant-upload-list-text .ant-upload-list-item-card-actions,
26753.ant-upload-list-picture .ant-upload-list-item-card-actions {
26754 position: static;
26755}
26756.ant-upload-list-text .ant-upload-text-icon .anticon {
26757 position: static;
26758}
26759.ant-upload-list .ant-upload-animate-inline-appear,
26760.ant-upload-list .ant-upload-animate-inline-enter,
26761.ant-upload-list .ant-upload-animate-inline-leave {
26762 animation-duration: 0.3s;
26763 animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
26764 animation-fill-mode: forwards;
26765}
26766.ant-upload-list .ant-upload-animate-inline-appear,
26767.ant-upload-list .ant-upload-animate-inline-enter {
26768 animation-name: uploadAnimateInlineIn;
26769}
26770.ant-upload-list .ant-upload-animate-inline-leave {
26771 animation-name: uploadAnimateInlineOut;
26772}
26773@keyframes uploadAnimateInlineIn {
26774 from {
26775 width: 0;
26776 height: 0;
26777 margin: 0;
26778 padding: 0;
26779 opacity: 0;
26780 }
26781}
26782@keyframes uploadAnimateInlineOut {
26783 to {
26784 width: 0;
26785 height: 0;
26786 margin: 0;
26787 padding: 0;
26788 opacity: 0;
26789 }
26790}
26791.ant-upload-rtl {
26792 direction: rtl;
26793}
26794.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
26795 margin-right: auto;
26796 margin-left: 8px;
26797}
26798.ant-upload-list-rtl {
26799 direction: rtl;
26800}
26801.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
26802 padding-right: 22px;
26803 padding-left: 14px;
26804}
26805.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
26806 padding-right: 22px;
26807 padding-left: 28px;
26808}
26809.ant-upload-list-rtl .ant-upload-list-item-name {
26810 padding-right: 20px;
26811 padding-left: 0;
26812}
26813.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
26814 padding-left: 14px;
26815}
26816.ant-upload-list-rtl .ant-upload-list-item-card-actions {
26817 right: auto;
26818 left: 0;
26819}
26820.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
26821 padding-right: 0;
26822 padding-left: 5px;
26823}
26824.ant-upload-list-rtl .ant-upload-list-item-info {
26825 padding: 0 4px 0 12px;
26826}
26827.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
26828 padding-right: 0;
26829 padding-left: 5px;
26830}
26831.ant-upload-list-rtl .ant-upload-list-item-progress {
26832 padding-right: 24px;
26833 padding-left: 0;
26834}
26835.ant-upload-list-picture .ant-upload-list-item-info,
26836.ant-upload-list-picture-card .ant-upload-list-item-info {
26837 padding: 0;
26838}
26839.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
26840.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
26841 right: 8px;
26842 left: auto;
26843}
26844.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
26845.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
26846 right: 50%;
26847 left: auto;
26848 transform: translate(50%, -50%);
26849}
26850.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
26851.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
26852 margin: 0 8px 0 0;
26853 padding-right: 48px;
26854 padding-left: 8px;
26855}
26856.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
26857.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
26858 padding-right: 48px;
26859 padding-left: 18px;
26860}
26861.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
26862.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
26863 padding-right: 48px;
26864 padding-left: 36px;
26865}
26866.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
26867.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
26868 padding-right: 0;
26869 padding-left: 0;
26870}
26871.ant-upload-list-rtl .ant-upload-list-picture-card-container {
26872 margin: 0 0 4px 4px;
26873}
26874.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
26875 right: 50%;
26876 left: auto;
26877 transform: translate(50%, -50%);
26878}
26879.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
26880 margin: 8px 0 0;
26881 padding: 0;
26882}
26883
26884
26885/*# sourceMappingURL=antd.compact.css.map*/
\No newline at end of file