synos-helena 22.1.0-beta.0 → 22.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/CHANGELOG.md +847 -0
  2. package/lib/dark.css +1368 -853
  3. package/lib/dark.css.gz +0 -0
  4. package/lib/dark.css.map +1 -1
  5. package/lib/dark.css.map.gz +0 -0
  6. package/lib/dark.js +1 -1
  7. package/lib/dark.js.gz +0 -0
  8. package/lib/dark.js.map +1 -1
  9. package/lib/dark.js.map.gz +0 -0
  10. package/lib/helena.css +1368 -853
  11. package/lib/helena.css.gz +0 -0
  12. package/lib/helena.css.map +1 -1
  13. package/lib/helena.css.map.gz +0 -0
  14. package/lib/helena.js +1 -1
  15. package/lib/helena.js.gz +0 -0
  16. package/lib/helena.js.map +1 -1
  17. package/lib/helena.js.map.gz +0 -0
  18. package/lib/icons/exception.svg +1 -0
  19. package/lib/icons/exception.svg.gz +0 -0
  20. package/lib/icons/export.svg.gz +0 -0
  21. package/lib/icons/field-time.svg.gz +0 -0
  22. package/lib/icons/file-calculator.svg.gz +0 -0
  23. package/lib/icons/hand-service.svg.gz +0 -0
  24. package/lib/icons/import.svg.gz +0 -0
  25. package/lib/icons/package.svg.gz +0 -0
  26. package/lib/icons/process-config.svg.gz +0 -0
  27. package/lib/icons/transmission.svg.gz +0 -0
  28. package/lib/images/empty-notification.svg.gz +0 -0
  29. package/lib/images/micro-download.svg +40 -0
  30. package/lib/images/micro-download.svg.gz +0 -0
  31. package/lib/images/micro-gerproc.svg +43 -0
  32. package/lib/images/micro-gerproc.svg.gz +0 -0
  33. package/lib/images/micro-insight.svg +42 -0
  34. package/lib/images/micro-insight.svg.gz +0 -0
  35. package/lib/images/synchro-logo.svg.gz +0 -0
  36. package/lib/index.css +134 -129
  37. package/lib/index.css.gz +0 -0
  38. package/lib/index.css.map +1 -1
  39. package/lib/index.css.map.gz +0 -0
  40. package/lib/index.js +1 -1
  41. package/lib/index.js.LICENSE.txt.gz +0 -0
  42. package/lib/index.js.gz +0 -0
  43. package/lib/index.js.map +1 -1
  44. package/lib/index.js.map.gz +0 -0
  45. package/lib/light.css +1368 -853
  46. package/lib/light.css.gz +0 -0
  47. package/lib/light.css.map +1 -1
  48. package/lib/light.css.map.gz +0 -0
  49. package/lib/light.js +1 -1
  50. package/lib/light.js.gz +0 -0
  51. package/lib/light.js.map +1 -1
  52. package/lib/light.js.map.gz +0 -0
  53. package/lib/themes/colors/ant-blues.less.gz +0 -0
  54. package/lib/themes/colors/ant-yellows.less.gz +0 -0
  55. package/lib/themes/colors/blues.less.gz +0 -0
  56. package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
  57. package/lib/themes/colors/gray.less.gz +0 -0
  58. package/lib/themes/colors/greens.less.gz +0 -0
  59. package/lib/themes/colors/pinks.less.gz +0 -0
  60. package/lib/themes/colors/purples.less.gz +0 -0
  61. package/lib/themes/colors/reds.less.gz +0 -0
  62. package/lib/themes/colors/yellows.less.gz +0 -0
  63. package/lib/themes/dark.less.gz +0 -0
  64. package/lib/themes/default.less.gz +0 -0
  65. package/lib/themes/general_custom.less.gz +0 -0
  66. package/lib/themes/light.less.gz +0 -0
  67. package/package.json +99 -64
  68. package/lib/index.d.ts +0 -852
package/lib/dark.css CHANGED
@@ -175,9 +175,6 @@ img {
175
175
  vertical-align: middle;
176
176
  border-style: none;
177
177
  }
178
- svg:not(:root) {
179
- overflow: hidden;
180
- }
181
178
  a,
182
179
  area,
183
180
  button,
@@ -319,7 +316,7 @@ mark {
319
316
  text-align: center;
320
317
  text-transform: none;
321
318
  vertical-align: -0.125em;
322
- text-rendering: optimizeLegibility;
319
+ text-rendering: optimizelegibility;
323
320
  -webkit-font-smoothing: antialiased;
324
321
  -moz-osx-font-smoothing: grayscale;
325
322
  }
@@ -335,6 +332,10 @@ mark {
335
332
  .anticon .anticon-icon {
336
333
  display: block;
337
334
  }
335
+ .anticon > .anticon {
336
+ line-height: 0;
337
+ vertical-align: 0;
338
+ }
338
339
  .anticon[tabindex] {
339
340
  cursor: pointer;
340
341
  }
@@ -1439,7 +1440,7 @@ html {
1439
1440
  .ant-anchor-ink-ball.visible {
1440
1441
  display: inline-block;
1441
1442
  }
1442
- .ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
1443
+ .ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
1443
1444
  display: none;
1444
1445
  }
1445
1446
  .ant-anchor-link {
@@ -1652,11 +1653,19 @@ html {
1652
1653
  .ant-back-top {
1653
1654
  right: 60px;
1654
1655
  }
1656
+ .ant-back-top-rtl {
1657
+ right: auto;
1658
+ left: 60px;
1659
+ }
1655
1660
  }
1656
1661
  @media screen and (max-width: 480px) {
1657
1662
  .ant-back-top {
1658
1663
  right: 20px;
1659
1664
  }
1665
+ .ant-back-top-rtl {
1666
+ right: auto;
1667
+ left: 20px;
1668
+ }
1660
1669
  }
1661
1670
  .ant-badge {
1662
1671
  box-sizing: border-box;
@@ -1953,7 +1962,7 @@ html {
1953
1962
  top: 100%;
1954
1963
  width: 8px;
1955
1964
  height: 8px;
1956
- color: currentColor;
1965
+ color: currentcolor;
1957
1966
  border: 4px solid;
1958
1967
  transform: scaleY(0.75);
1959
1968
  transform-origin: top;
@@ -2026,7 +2035,7 @@ html {
2026
2035
  }
2027
2036
  .ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
2028
2037
  right: 0;
2029
- border-color: currentColor transparent transparent currentColor;
2038
+ border-color: currentcolor transparent transparent currentcolor;
2030
2039
  }
2031
2040
  .ant-ribbon.ant-ribbon-placement-start {
2032
2041
  left: -8px;
@@ -2034,14 +2043,14 @@ html {
2034
2043
  }
2035
2044
  .ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
2036
2045
  left: 0;
2037
- border-color: currentColor currentColor transparent transparent;
2046
+ border-color: currentcolor currentcolor transparent transparent;
2038
2047
  }
2039
2048
  .ant-badge-rtl {
2040
2049
  direction: rtl;
2041
2050
  }
2042
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
2043
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
2044
- .ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
2051
+ .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
2052
+ .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
2053
+ .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
2045
2054
  right: auto;
2046
2055
  left: 0;
2047
2056
  direction: ltr;
@@ -2058,6 +2067,13 @@ html {
2058
2067
  margin-right: 8px;
2059
2068
  margin-left: 0;
2060
2069
  }
2070
+ .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
2071
+ .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
2072
+ animation-name: antZoomBadgeInRtl;
2073
+ }
2074
+ .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
2075
+ animation-name: antZoomBadgeOutRtl;
2076
+ }
2061
2077
  .ant-ribbon-rtl {
2062
2078
  direction: rtl;
2063
2079
  }
@@ -2070,10 +2086,10 @@ html {
2070
2086
  .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
2071
2087
  right: unset;
2072
2088
  left: 0;
2073
- border-color: currentColor currentColor transparent transparent;
2089
+ border-color: currentcolor currentcolor transparent transparent;
2074
2090
  }
2075
2091
  .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
2076
- border-color: currentColor currentColor transparent transparent;
2092
+ border-color: currentcolor currentcolor transparent transparent;
2077
2093
  }
2078
2094
  .ant-ribbon-rtl.ant-ribbon-placement-start {
2079
2095
  right: -8px;
@@ -2084,10 +2100,28 @@ html {
2084
2100
  .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
2085
2101
  right: 0;
2086
2102
  left: unset;
2087
- border-color: currentColor transparent transparent currentColor;
2103
+ border-color: currentcolor transparent transparent currentcolor;
2088
2104
  }
2089
2105
  .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
2090
- border-color: currentColor transparent transparent currentColor;
2106
+ border-color: currentcolor transparent transparent currentcolor;
2107
+ }
2108
+ @keyframes antZoomBadgeInRtl {
2109
+ 0% {
2110
+ transform: scale(0) translate(-50%, -50%);
2111
+ opacity: 0;
2112
+ }
2113
+ 100% {
2114
+ transform: scale(1) translate(-50%, -50%);
2115
+ }
2116
+ }
2117
+ @keyframes antZoomBadgeOutRtl {
2118
+ 0% {
2119
+ transform: scale(1) translate(-50%, -50%);
2120
+ }
2121
+ 100% {
2122
+ transform: scale(0) translate(-50%, -50%);
2123
+ opacity: 0;
2124
+ }
2091
2125
  }
2092
2126
  .ant-breadcrumb {
2093
2127
  box-sizing: border-box;
@@ -2104,20 +2138,27 @@ html {
2104
2138
  .ant-breadcrumb .anticon {
2105
2139
  font-size: 14px;
2106
2140
  }
2141
+ .ant-breadcrumb ol {
2142
+ display: flex;
2143
+ flex-wrap: wrap;
2144
+ margin: 0;
2145
+ padding: 0;
2146
+ list-style: none;
2147
+ }
2107
2148
  .ant-breadcrumb a {
2108
2149
  color: rgba(0, 0, 0, 0.45);
2109
2150
  transition: color 0.3s;
2110
2151
  }
2111
2152
  .ant-breadcrumb a:hover {
2112
- color: #2b5478;
2153
+ color: #595959;
2113
2154
  }
2114
- .ant-breadcrumb > span:last-child {
2155
+ .ant-breadcrumb li:last-child {
2115
2156
  color: #595959;
2116
2157
  }
2117
- .ant-breadcrumb > span:last-child a {
2158
+ .ant-breadcrumb li:last-child a {
2118
2159
  color: #595959;
2119
2160
  }
2120
- .ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
2161
+ li:last-child .ant-breadcrumb-separator {
2121
2162
  display: none;
2122
2163
  }
2123
2164
  .ant-breadcrumb-separator {
@@ -2220,7 +2261,7 @@ html {
2220
2261
  border-radius: 2px;
2221
2262
  }
2222
2263
  .ant-btn > a:only-child {
2223
- color: currentColor;
2264
+ color: currentcolor;
2224
2265
  }
2225
2266
  .ant-btn > a:only-child::after {
2226
2267
  position: absolute;
@@ -2239,7 +2280,7 @@ html {
2239
2280
  }
2240
2281
  .ant-btn:hover > a:only-child,
2241
2282
  .ant-btn:focus > a:only-child {
2242
- color: currentColor;
2283
+ color: currentcolor;
2243
2284
  }
2244
2285
  .ant-btn:hover > a:only-child::after,
2245
2286
  .ant-btn:focus > a:only-child::after {
@@ -2257,7 +2298,7 @@ html {
2257
2298
  background: #fff;
2258
2299
  }
2259
2300
  .ant-btn:active > a:only-child {
2260
- color: currentColor;
2301
+ color: currentcolor;
2261
2302
  }
2262
2303
  .ant-btn:active > a:only-child::after {
2263
2304
  position: absolute;
@@ -2282,7 +2323,7 @@ html {
2282
2323
  .ant-btn[disabled]:hover > a:only-child,
2283
2324
  .ant-btn[disabled]:focus > a:only-child,
2284
2325
  .ant-btn[disabled]:active > a:only-child {
2285
- color: currentColor;
2326
+ color: currentcolor;
2286
2327
  }
2287
2328
  .ant-btn[disabled] > a:only-child::after,
2288
2329
  .ant-btn[disabled]:hover > a:only-child::after,
@@ -2313,7 +2354,7 @@ html {
2313
2354
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2314
2355
  }
2315
2356
  .ant-btn-primary > a:only-child {
2316
- color: currentColor;
2357
+ color: currentcolor;
2317
2358
  }
2318
2359
  .ant-btn-primary > a:only-child::after {
2319
2360
  position: absolute;
@@ -2332,7 +2373,7 @@ html {
2332
2373
  }
2333
2374
  .ant-btn-primary:hover > a:only-child,
2334
2375
  .ant-btn-primary:focus > a:only-child {
2335
- color: currentColor;
2376
+ color: currentcolor;
2336
2377
  }
2337
2378
  .ant-btn-primary:hover > a:only-child::after,
2338
2379
  .ant-btn-primary:focus > a:only-child::after {
@@ -2350,7 +2391,7 @@ html {
2350
2391
  background: #0070d1;
2351
2392
  }
2352
2393
  .ant-btn-primary:active > a:only-child {
2353
- color: currentColor;
2394
+ color: currentcolor;
2354
2395
  }
2355
2396
  .ant-btn-primary:active > a:only-child::after {
2356
2397
  position: absolute;
@@ -2375,7 +2416,7 @@ html {
2375
2416
  .ant-btn-primary[disabled]:hover > a:only-child,
2376
2417
  .ant-btn-primary[disabled]:focus > a:only-child,
2377
2418
  .ant-btn-primary[disabled]:active > a:only-child {
2378
- color: currentColor;
2419
+ color: currentcolor;
2379
2420
  }
2380
2421
  .ant-btn-primary[disabled] > a:only-child::after,
2381
2422
  .ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -2416,7 +2457,7 @@ html {
2416
2457
  background: transparent;
2417
2458
  }
2418
2459
  .ant-btn-ghost > a:only-child {
2419
- color: currentColor;
2460
+ color: currentcolor;
2420
2461
  }
2421
2462
  .ant-btn-ghost > a:only-child::after {
2422
2463
  position: absolute;
@@ -2435,7 +2476,7 @@ html {
2435
2476
  }
2436
2477
  .ant-btn-ghost:hover > a:only-child,
2437
2478
  .ant-btn-ghost:focus > a:only-child {
2438
- color: currentColor;
2479
+ color: currentcolor;
2439
2480
  }
2440
2481
  .ant-btn-ghost:hover > a:only-child::after,
2441
2482
  .ant-btn-ghost:focus > a:only-child::after {
@@ -2453,7 +2494,7 @@ html {
2453
2494
  background: transparent;
2454
2495
  }
2455
2496
  .ant-btn-ghost:active > a:only-child {
2456
- color: currentColor;
2497
+ color: currentcolor;
2457
2498
  }
2458
2499
  .ant-btn-ghost:active > a:only-child::after {
2459
2500
  position: absolute;
@@ -2478,7 +2519,7 @@ html {
2478
2519
  .ant-btn-ghost[disabled]:hover > a:only-child,
2479
2520
  .ant-btn-ghost[disabled]:focus > a:only-child,
2480
2521
  .ant-btn-ghost[disabled]:active > a:only-child {
2481
- color: currentColor;
2522
+ color: currentcolor;
2482
2523
  }
2483
2524
  .ant-btn-ghost[disabled] > a:only-child::after,
2484
2525
  .ant-btn-ghost[disabled]:hover > a:only-child::after,
@@ -2499,7 +2540,7 @@ html {
2499
2540
  border-style: dashed;
2500
2541
  }
2501
2542
  .ant-btn-dashed > a:only-child {
2502
- color: currentColor;
2543
+ color: currentcolor;
2503
2544
  }
2504
2545
  .ant-btn-dashed > a:only-child::after {
2505
2546
  position: absolute;
@@ -2518,7 +2559,7 @@ html {
2518
2559
  }
2519
2560
  .ant-btn-dashed:hover > a:only-child,
2520
2561
  .ant-btn-dashed:focus > a:only-child {
2521
- color: currentColor;
2562
+ color: currentcolor;
2522
2563
  }
2523
2564
  .ant-btn-dashed:hover > a:only-child::after,
2524
2565
  .ant-btn-dashed:focus > a:only-child::after {
@@ -2536,7 +2577,7 @@ html {
2536
2577
  background: #fff;
2537
2578
  }
2538
2579
  .ant-btn-dashed:active > a:only-child {
2539
- color: currentColor;
2580
+ color: currentcolor;
2540
2581
  }
2541
2582
  .ant-btn-dashed:active > a:only-child::after {
2542
2583
  position: absolute;
@@ -2561,7 +2602,7 @@ html {
2561
2602
  .ant-btn-dashed[disabled]:hover > a:only-child,
2562
2603
  .ant-btn-dashed[disabled]:focus > a:only-child,
2563
2604
  .ant-btn-dashed[disabled]:active > a:only-child {
2564
- color: currentColor;
2605
+ color: currentcolor;
2565
2606
  }
2566
2607
  .ant-btn-dashed[disabled] > a:only-child::after,
2567
2608
  .ant-btn-dashed[disabled]:hover > a:only-child::after,
@@ -2583,7 +2624,7 @@ html {
2583
2624
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2584
2625
  }
2585
2626
  .ant-btn-danger > a:only-child {
2586
- color: currentColor;
2627
+ color: currentcolor;
2587
2628
  }
2588
2629
  .ant-btn-danger > a:only-child::after {
2589
2630
  position: absolute;
@@ -2602,7 +2643,7 @@ html {
2602
2643
  }
2603
2644
  .ant-btn-danger:hover > a:only-child,
2604
2645
  .ant-btn-danger:focus > a:only-child {
2605
- color: currentColor;
2646
+ color: currentcolor;
2606
2647
  }
2607
2648
  .ant-btn-danger:hover > a:only-child::after,
2608
2649
  .ant-btn-danger:focus > a:only-child::after {
@@ -2620,7 +2661,7 @@ html {
2620
2661
  background: #ad2f1c;
2621
2662
  }
2622
2663
  .ant-btn-danger:active > a:only-child {
2623
- color: currentColor;
2664
+ color: currentcolor;
2624
2665
  }
2625
2666
  .ant-btn-danger:active > a:only-child::after {
2626
2667
  position: absolute;
@@ -2645,7 +2686,7 @@ html {
2645
2686
  .ant-btn-danger[disabled]:hover > a:only-child,
2646
2687
  .ant-btn-danger[disabled]:focus > a:only-child,
2647
2688
  .ant-btn-danger[disabled]:active > a:only-child {
2648
- color: currentColor;
2689
+ color: currentcolor;
2649
2690
  }
2650
2691
  .ant-btn-danger[disabled] > a:only-child::after,
2651
2692
  .ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -2666,7 +2707,7 @@ html {
2666
2707
  box-shadow: none;
2667
2708
  }
2668
2709
  .ant-btn-link > a:only-child {
2669
- color: currentColor;
2710
+ color: currentcolor;
2670
2711
  }
2671
2712
  .ant-btn-link > a:only-child::after {
2672
2713
  position: absolute;
@@ -2685,7 +2726,7 @@ html {
2685
2726
  }
2686
2727
  .ant-btn-link:hover > a:only-child,
2687
2728
  .ant-btn-link:focus > a:only-child {
2688
- color: currentColor;
2729
+ color: currentcolor;
2689
2730
  }
2690
2731
  .ant-btn-link:hover > a:only-child::after,
2691
2732
  .ant-btn-link:focus > a:only-child::after {
@@ -2703,7 +2744,7 @@ html {
2703
2744
  background: transparent;
2704
2745
  }
2705
2746
  .ant-btn-link:active > a:only-child {
2706
- color: currentColor;
2747
+ color: currentcolor;
2707
2748
  }
2708
2749
  .ant-btn-link:active > a:only-child::after {
2709
2750
  position: absolute;
@@ -2728,7 +2769,7 @@ html {
2728
2769
  .ant-btn-link[disabled]:hover > a:only-child,
2729
2770
  .ant-btn-link[disabled]:focus > a:only-child,
2730
2771
  .ant-btn-link[disabled]:active > a:only-child {
2731
- color: currentColor;
2772
+ color: currentcolor;
2732
2773
  }
2733
2774
  .ant-btn-link[disabled] > a:only-child::after,
2734
2775
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -2764,7 +2805,7 @@ html {
2764
2805
  .ant-btn-link[disabled]:hover > a:only-child,
2765
2806
  .ant-btn-link[disabled]:focus > a:only-child,
2766
2807
  .ant-btn-link[disabled]:active > a:only-child {
2767
- color: currentColor;
2808
+ color: currentcolor;
2768
2809
  }
2769
2810
  .ant-btn-link[disabled] > a:only-child::after,
2770
2811
  .ant-btn-link[disabled]:hover > a:only-child::after,
@@ -2785,7 +2826,7 @@ html {
2785
2826
  box-shadow: none;
2786
2827
  }
2787
2828
  .ant-btn-text > a:only-child {
2788
- color: currentColor;
2829
+ color: currentcolor;
2789
2830
  }
2790
2831
  .ant-btn-text > a:only-child::after {
2791
2832
  position: absolute;
@@ -2804,7 +2845,7 @@ html {
2804
2845
  }
2805
2846
  .ant-btn-text:hover > a:only-child,
2806
2847
  .ant-btn-text:focus > a:only-child {
2807
- color: currentColor;
2848
+ color: currentcolor;
2808
2849
  }
2809
2850
  .ant-btn-text:hover > a:only-child::after,
2810
2851
  .ant-btn-text:focus > a:only-child::after {
@@ -2822,7 +2863,7 @@ html {
2822
2863
  background: transparent;
2823
2864
  }
2824
2865
  .ant-btn-text:active > a:only-child {
2825
- color: currentColor;
2866
+ color: currentcolor;
2826
2867
  }
2827
2868
  .ant-btn-text:active > a:only-child::after {
2828
2869
  position: absolute;
@@ -2847,7 +2888,7 @@ html {
2847
2888
  .ant-btn-text[disabled]:hover > a:only-child,
2848
2889
  .ant-btn-text[disabled]:focus > a:only-child,
2849
2890
  .ant-btn-text[disabled]:active > a:only-child {
2850
- color: currentColor;
2891
+ color: currentcolor;
2851
2892
  }
2852
2893
  .ant-btn-text[disabled] > a:only-child::after,
2853
2894
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -2886,7 +2927,7 @@ html {
2886
2927
  .ant-btn-text[disabled]:hover > a:only-child,
2887
2928
  .ant-btn-text[disabled]:focus > a:only-child,
2888
2929
  .ant-btn-text[disabled]:active > a:only-child {
2889
- color: currentColor;
2930
+ color: currentcolor;
2890
2931
  }
2891
2932
  .ant-btn-text[disabled] > a:only-child::after,
2892
2933
  .ant-btn-text[disabled]:hover > a:only-child::after,
@@ -2906,7 +2947,7 @@ html {
2906
2947
  background: #fff;
2907
2948
  }
2908
2949
  .ant-btn-dangerous > a:only-child {
2909
- color: currentColor;
2950
+ color: currentcolor;
2910
2951
  }
2911
2952
  .ant-btn-dangerous > a:only-child::after {
2912
2953
  position: absolute;
@@ -2925,7 +2966,7 @@ html {
2925
2966
  }
2926
2967
  .ant-btn-dangerous:hover > a:only-child,
2927
2968
  .ant-btn-dangerous:focus > a:only-child {
2928
- color: currentColor;
2969
+ color: currentcolor;
2929
2970
  }
2930
2971
  .ant-btn-dangerous:hover > a:only-child::after,
2931
2972
  .ant-btn-dangerous:focus > a:only-child::after {
@@ -2943,7 +2984,7 @@ html {
2943
2984
  background: #fff;
2944
2985
  }
2945
2986
  .ant-btn-dangerous:active > a:only-child {
2946
- color: currentColor;
2987
+ color: currentcolor;
2947
2988
  }
2948
2989
  .ant-btn-dangerous:active > a:only-child::after {
2949
2990
  position: absolute;
@@ -2968,7 +3009,7 @@ html {
2968
3009
  .ant-btn-dangerous[disabled]:hover > a:only-child,
2969
3010
  .ant-btn-dangerous[disabled]:focus > a:only-child,
2970
3011
  .ant-btn-dangerous[disabled]:active > a:only-child {
2971
- color: currentColor;
3012
+ color: currentcolor;
2972
3013
  }
2973
3014
  .ant-btn-dangerous[disabled] > a:only-child::after,
2974
3015
  .ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -2990,7 +3031,7 @@ html {
2990
3031
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2991
3032
  }
2992
3033
  .ant-btn-dangerous.ant-btn-primary > a:only-child {
2993
- color: currentColor;
3034
+ color: currentcolor;
2994
3035
  }
2995
3036
  .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
2996
3037
  position: absolute;
@@ -3009,7 +3050,7 @@ html {
3009
3050
  }
3010
3051
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
3011
3052
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
3012
- color: currentColor;
3053
+ color: currentcolor;
3013
3054
  }
3014
3055
  .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
3015
3056
  .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
@@ -3027,7 +3068,7 @@ html {
3027
3068
  background: #ad2f1c;
3028
3069
  }
3029
3070
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
3030
- color: currentColor;
3071
+ color: currentcolor;
3031
3072
  }
3032
3073
  .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
3033
3074
  position: absolute;
@@ -3052,7 +3093,7 @@ html {
3052
3093
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
3053
3094
  .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
3054
3095
  .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
3055
- color: currentColor;
3096
+ color: currentcolor;
3056
3097
  }
3057
3098
  .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
3058
3099
  .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -3073,7 +3114,7 @@ html {
3073
3114
  box-shadow: none;
3074
3115
  }
3075
3116
  .ant-btn-dangerous.ant-btn-link > a:only-child {
3076
- color: currentColor;
3117
+ color: currentcolor;
3077
3118
  }
3078
3119
  .ant-btn-dangerous.ant-btn-link > a:only-child::after {
3079
3120
  position: absolute;
@@ -3092,7 +3133,7 @@ html {
3092
3133
  }
3093
3134
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3094
3135
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3095
- color: currentColor;
3136
+ color: currentcolor;
3096
3137
  }
3097
3138
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3098
3139
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3110,7 +3151,7 @@ html {
3110
3151
  background: transparent;
3111
3152
  }
3112
3153
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
3113
- color: currentColor;
3154
+ color: currentcolor;
3114
3155
  }
3115
3156
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3116
3157
  position: absolute;
@@ -3135,7 +3176,7 @@ html {
3135
3176
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3136
3177
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3137
3178
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3138
- color: currentColor;
3179
+ color: currentcolor;
3139
3180
  }
3140
3181
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3141
3182
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3157,7 +3198,7 @@ html {
3157
3198
  }
3158
3199
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3159
3200
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3160
- color: currentColor;
3201
+ color: currentcolor;
3161
3202
  }
3162
3203
  .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3163
3204
  .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3175,7 +3216,7 @@ html {
3175
3216
  background: transparent;
3176
3217
  }
3177
3218
  .ant-btn-dangerous.ant-btn-link:active > a:only-child {
3178
- color: currentColor;
3219
+ color: currentcolor;
3179
3220
  }
3180
3221
  .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3181
3222
  position: absolute;
@@ -3200,7 +3241,7 @@ html {
3200
3241
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3201
3242
  .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3202
3243
  .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3203
- color: currentColor;
3244
+ color: currentcolor;
3204
3245
  }
3205
3246
  .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3206
3247
  .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3221,7 +3262,7 @@ html {
3221
3262
  box-shadow: none;
3222
3263
  }
3223
3264
  .ant-btn-dangerous.ant-btn-text > a:only-child {
3224
- color: currentColor;
3265
+ color: currentcolor;
3225
3266
  }
3226
3267
  .ant-btn-dangerous.ant-btn-text > a:only-child::after {
3227
3268
  position: absolute;
@@ -3240,7 +3281,7 @@ html {
3240
3281
  }
3241
3282
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
3242
3283
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
3243
- color: currentColor;
3284
+ color: currentcolor;
3244
3285
  }
3245
3286
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
3246
3287
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -3258,7 +3299,7 @@ html {
3258
3299
  background: transparent;
3259
3300
  }
3260
3301
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
3261
- color: currentColor;
3302
+ color: currentcolor;
3262
3303
  }
3263
3304
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
3264
3305
  position: absolute;
@@ -3283,7 +3324,7 @@ html {
3283
3324
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3284
3325
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3285
3326
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3286
- color: currentColor;
3327
+ color: currentcolor;
3287
3328
  }
3288
3329
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3289
3330
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3305,7 +3346,7 @@ html {
3305
3346
  }
3306
3347
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
3307
3348
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
3308
- color: currentColor;
3349
+ color: currentcolor;
3309
3350
  }
3310
3351
  .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
3311
3352
  .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
@@ -3323,7 +3364,7 @@ html {
3323
3364
  background: rgba(0, 0, 0, 0.028);
3324
3365
  }
3325
3366
  .ant-btn-dangerous.ant-btn-text:active > a:only-child {
3326
- color: currentColor;
3367
+ color: currentcolor;
3327
3368
  }
3328
3369
  .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
3329
3370
  position: absolute;
@@ -3348,7 +3389,7 @@ html {
3348
3389
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3349
3390
  .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3350
3391
  .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3351
- color: currentColor;
3392
+ color: currentcolor;
3352
3393
  }
3353
3394
  .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3354
3395
  .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
@@ -3459,7 +3500,7 @@ a.ant-btn-icon-only > .anticon {
3459
3500
  }
3460
3501
  .ant-btn .anticon.anticon-plus > svg,
3461
3502
  .ant-btn .anticon.anticon-minus > svg {
3462
- shape-rendering: optimizeSpeed;
3503
+ shape-rendering: optimizespeed;
3463
3504
  }
3464
3505
  .ant-btn.ant-btn-loading {
3465
3506
  position: relative;
@@ -3469,7 +3510,7 @@ a.ant-btn-icon-only > .anticon {
3469
3510
  display: block;
3470
3511
  }
3471
3512
  .ant-btn > .ant-btn-loading-icon {
3472
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3513
+ 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);
3473
3514
  }
3474
3515
  .ant-btn > .ant-btn-loading-icon .anticon {
3475
3516
  padding-right: 8px;
@@ -3504,36 +3545,6 @@ a.ant-btn-icon-only > .anticon {
3504
3545
  .ant-btn-group .ant-btn-icon-only {
3505
3546
  font-size: 14px;
3506
3547
  }
3507
- .ant-btn-group-lg > .ant-btn,
3508
- .ant-btn-group-lg > span > .ant-btn {
3509
- height: 40px;
3510
- padding: 6.4px 15px;
3511
- font-size: 16px;
3512
- border-radius: 0;
3513
- }
3514
- .ant-btn-group-lg .ant-btn.ant-btn-icon-only {
3515
- width: 40px;
3516
- height: 40px;
3517
- padding-right: 0;
3518
- padding-left: 0;
3519
- }
3520
- .ant-btn-group-sm > .ant-btn,
3521
- .ant-btn-group-sm > span > .ant-btn {
3522
- height: 24px;
3523
- padding: 0px 7px;
3524
- font-size: 14px;
3525
- border-radius: 0;
3526
- }
3527
- .ant-btn-group-sm > .ant-btn > .anticon,
3528
- .ant-btn-group-sm > span > .ant-btn > .anticon {
3529
- font-size: 14px;
3530
- }
3531
- .ant-btn-group-sm .ant-btn.ant-btn-icon-only {
3532
- width: 24px;
3533
- height: 24px;
3534
- padding-right: 0;
3535
- padding-left: 0;
3536
- }
3537
3548
  .ant-btn-group .ant-btn + .ant-btn,
3538
3549
  .ant-btn + .ant-btn-group,
3539
3550
  .ant-btn-group span + .ant-btn,
@@ -3675,7 +3686,7 @@ a.ant-btn-icon-only > .anticon {
3675
3686
  text-shadow: none;
3676
3687
  }
3677
3688
  .ant-btn-background-ghost.ant-btn-primary > a:only-child {
3678
- color: currentColor;
3689
+ color: currentcolor;
3679
3690
  }
3680
3691
  .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
3681
3692
  position: absolute;
@@ -3693,7 +3704,7 @@ a.ant-btn-icon-only > .anticon {
3693
3704
  }
3694
3705
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
3695
3706
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
3696
- color: currentColor;
3707
+ color: currentcolor;
3697
3708
  }
3698
3709
  .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
3699
3710
  .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
@@ -3710,7 +3721,7 @@ a.ant-btn-icon-only > .anticon {
3710
3721
  border-color: #0070d1;
3711
3722
  }
3712
3723
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
3713
- color: currentColor;
3724
+ color: currentcolor;
3714
3725
  }
3715
3726
  .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
3716
3727
  position: absolute;
@@ -3735,7 +3746,7 @@ a.ant-btn-icon-only > .anticon {
3735
3746
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
3736
3747
  .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
3737
3748
  .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
3738
- color: currentColor;
3749
+ color: currentcolor;
3739
3750
  }
3740
3751
  .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
3741
3752
  .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
@@ -3755,7 +3766,7 @@ a.ant-btn-icon-only > .anticon {
3755
3766
  text-shadow: none;
3756
3767
  }
3757
3768
  .ant-btn-background-ghost.ant-btn-danger > a:only-child {
3758
- color: currentColor;
3769
+ color: currentcolor;
3759
3770
  }
3760
3771
  .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
3761
3772
  position: absolute;
@@ -3773,7 +3784,7 @@ a.ant-btn-icon-only > .anticon {
3773
3784
  }
3774
3785
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
3775
3786
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
3776
- color: currentColor;
3787
+ color: currentcolor;
3777
3788
  }
3778
3789
  .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
3779
3790
  .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
@@ -3790,7 +3801,7 @@ a.ant-btn-icon-only > .anticon {
3790
3801
  border-color: #ad2f1c;
3791
3802
  }
3792
3803
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
3793
- color: currentColor;
3804
+ color: currentcolor;
3794
3805
  }
3795
3806
  .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
3796
3807
  position: absolute;
@@ -3815,7 +3826,7 @@ a.ant-btn-icon-only > .anticon {
3815
3826
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
3816
3827
  .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
3817
3828
  .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
3818
- color: currentColor;
3829
+ color: currentcolor;
3819
3830
  }
3820
3831
  .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
3821
3832
  .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
@@ -3835,7 +3846,7 @@ a.ant-btn-icon-only > .anticon {
3835
3846
  text-shadow: none;
3836
3847
  }
3837
3848
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
3838
- color: currentColor;
3849
+ color: currentcolor;
3839
3850
  }
3840
3851
  .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
3841
3852
  position: absolute;
@@ -3853,7 +3864,7 @@ a.ant-btn-icon-only > .anticon {
3853
3864
  }
3854
3865
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
3855
3866
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
3856
- color: currentColor;
3867
+ color: currentcolor;
3857
3868
  }
3858
3869
  .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
3859
3870
  .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
@@ -3870,7 +3881,7 @@ a.ant-btn-icon-only > .anticon {
3870
3881
  border-color: #ad2f1c;
3871
3882
  }
3872
3883
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
3873
- color: currentColor;
3884
+ color: currentcolor;
3874
3885
  }
3875
3886
  .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
3876
3887
  position: absolute;
@@ -3895,7 +3906,7 @@ a.ant-btn-icon-only > .anticon {
3895
3906
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
3896
3907
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
3897
3908
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
3898
- color: currentColor;
3909
+ color: currentcolor;
3899
3910
  }
3900
3911
  .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
3901
3912
  .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
@@ -3915,7 +3926,7 @@ a.ant-btn-icon-only > .anticon {
3915
3926
  text-shadow: none;
3916
3927
  }
3917
3928
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
3918
- color: currentColor;
3929
+ color: currentcolor;
3919
3930
  }
3920
3931
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
3921
3932
  position: absolute;
@@ -3933,7 +3944,7 @@ a.ant-btn-icon-only > .anticon {
3933
3944
  }
3934
3945
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3935
3946
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3936
- color: currentColor;
3947
+ color: currentcolor;
3937
3948
  }
3938
3949
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3939
3950
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
@@ -3950,7 +3961,7 @@ a.ant-btn-icon-only > .anticon {
3950
3961
  border-color: transparent;
3951
3962
  }
3952
3963
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
3953
- color: currentColor;
3964
+ color: currentcolor;
3954
3965
  }
3955
3966
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3956
3967
  position: absolute;
@@ -3975,7 +3986,7 @@ a.ant-btn-icon-only > .anticon {
3975
3986
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3976
3987
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3977
3988
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3978
- color: currentColor;
3989
+ color: currentcolor;
3979
3990
  }
3980
3991
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3981
3992
  .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
@@ -3996,7 +4007,7 @@ a.ant-btn-icon-only > .anticon {
3996
4007
  margin-right: -0.34em;
3997
4008
  letter-spacing: 0.34em;
3998
4009
  }
3999
- .ant-btn-block {
4010
+ .ant-btn.ant-btn-block {
4000
4011
  width: 100%;
4001
4012
  }
4002
4013
  .ant-btn:empty {
@@ -4102,6 +4113,9 @@ a.ant-btn-sm {
4102
4113
  padding: 0;
4103
4114
  line-height: 18px;
4104
4115
  }
4116
+ .ant-picker-calendar-mini .ant-picker-cell::before {
4117
+ pointer-events: none;
4118
+ }
4105
4119
  .ant-picker-calendar-full .ant-picker-panel {
4106
4120
  display: block;
4107
4121
  width: 100%;
@@ -4926,6 +4940,7 @@ a.ant-btn-sm {
4926
4940
  }
4927
4941
  .ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
4928
4942
  cursor: not-allowed;
4943
+ pointer-events: none;
4929
4944
  }
4930
4945
  .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
4931
4946
  background-color: #f5f5f5;
@@ -4971,6 +4986,10 @@ a.ant-btn-sm {
4971
4986
  .ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
4972
4987
  margin-left: 8px;
4973
4988
  }
4989
+ .ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
4990
+ width: 14px;
4991
+ height: 14px;
4992
+ }
4974
4993
  .ant-cascader-checkbox + span {
4975
4994
  padding-right: 8px;
4976
4995
  padding-left: 8px;
@@ -5045,6 +5064,7 @@ a.ant-btn-sm {
5045
5064
  height: auto;
5046
5065
  }
5047
5066
  .ant-cascader-menu {
5067
+ flex-grow: 1;
5048
5068
  min-width: 111px;
5049
5069
  height: 180px;
5050
5070
  margin: 0;
@@ -5218,6 +5238,7 @@ a.ant-btn-sm {
5218
5238
  }
5219
5239
  .ant-checkbox-disabled .ant-checkbox-input {
5220
5240
  cursor: not-allowed;
5241
+ pointer-events: none;
5221
5242
  }
5222
5243
  .ant-checkbox-disabled .ant-checkbox-inner {
5223
5244
  background-color: #f5f5f5;
@@ -5263,6 +5284,10 @@ a.ant-btn-sm {
5263
5284
  .ant-checkbox-wrapper + .ant-checkbox-wrapper {
5264
5285
  margin-left: 8px;
5265
5286
  }
5287
+ .ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
5288
+ width: 14px;
5289
+ height: 14px;
5290
+ }
5266
5291
  .ant-checkbox + span {
5267
5292
  padding-right: 8px;
5268
5293
  padding-left: 8px;
@@ -5343,6 +5368,7 @@ a.ant-btn-sm {
5343
5368
  border-radius: 0 0 2px 2px;
5344
5369
  }
5345
5370
  .ant-collapse > .ant-collapse-item > .ant-collapse-header {
5371
+ position: relative;
5346
5372
  display: flex;
5347
5373
  flex-wrap: nowrap;
5348
5374
  align-items: flex-start;
@@ -5414,6 +5440,9 @@ a.ant-btn-sm {
5414
5440
  .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
5415
5441
  border-radius: 0;
5416
5442
  }
5443
+ .ant-collapse-borderless > .ant-collapse-item:last-child {
5444
+ border-bottom: 0;
5445
+ }
5417
5446
  .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
5418
5447
  background-color: transparent;
5419
5448
  border-top: 0;
@@ -5568,6 +5597,30 @@ a.ant-btn-sm {
5568
5597
  margin-right: 44px;
5569
5598
  margin-left: 0;
5570
5599
  }
5600
+ .ant-picker-status-error.ant-picker,
5601
+ .ant-picker-status-error.ant-picker:not([disabled]):hover {
5602
+ background-color: #fff;
5603
+ border-color: #d3472c;
5604
+ }
5605
+ .ant-picker-status-error.ant-picker-focused,
5606
+ .ant-picker-status-error.ant-picker:focus {
5607
+ border-color: #e06f53;
5608
+ box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
5609
+ border-right-width: 1px;
5610
+ outline: 0;
5611
+ }
5612
+ .ant-picker-status-warning.ant-picker,
5613
+ .ant-picker-status-warning.ant-picker:not([disabled]):hover {
5614
+ background-color: #fff;
5615
+ border-color: #ecc55d;
5616
+ }
5617
+ .ant-picker-status-warning.ant-picker-focused,
5618
+ .ant-picker-status-warning.ant-picker:focus {
5619
+ border-color: #fae089;
5620
+ box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
5621
+ border-right-width: 1px;
5622
+ outline: 0;
5623
+ }
5571
5624
  .ant-picker {
5572
5625
  box-sizing: border-box;
5573
5626
  margin: 0;
@@ -5590,7 +5643,7 @@ a.ant-btn-sm {
5590
5643
  .ant-picker:hover,
5591
5644
  .ant-picker-focused {
5592
5645
  border-color: #2b5478;
5593
- border-right-width: 1px !important;
5646
+ border-right-width: 1px;
5594
5647
  }
5595
5648
  .ant-input-rtl .ant-picker:hover,
5596
5649
  .ant-input-rtl .ant-picker-focused {
@@ -5600,7 +5653,7 @@ a.ant-btn-sm {
5600
5653
  .ant-picker-focused {
5601
5654
  border-color: #2b5478;
5602
5655
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
5603
- border-right-width: 1px !important;
5656
+ border-right-width: 1px;
5604
5657
  outline: 0;
5605
5658
  }
5606
5659
  .ant-input-rtl .ant-picker-focused {
@@ -5660,7 +5713,7 @@ a.ant-btn-sm {
5660
5713
  }
5661
5714
  .ant-picker-input > input:hover {
5662
5715
  border-color: #2b5478;
5663
- border-right-width: 1px !important;
5716
+ border-right-width: 1px;
5664
5717
  }
5665
5718
  .ant-input-rtl .ant-picker-input > input:hover {
5666
5719
  border-right-width: 0;
@@ -5670,7 +5723,7 @@ a.ant-btn-sm {
5670
5723
  .ant-picker-input > input-focused {
5671
5724
  border-color: #2b5478;
5672
5725
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
5673
- border-right-width: 1px !important;
5726
+ border-right-width: 1px;
5674
5727
  outline: 0;
5675
5728
  }
5676
5729
  .ant-input-rtl .ant-picker-input > input:focus,
@@ -5688,7 +5741,7 @@ a.ant-btn-sm {
5688
5741
  }
5689
5742
  .ant-picker-input > input-disabled:hover {
5690
5743
  border-color: #d9d9d9;
5691
- border-right-width: 1px !important;
5744
+ border-right-width: 1px;
5692
5745
  }
5693
5746
  .ant-picker-input > input[disabled] {
5694
5747
  color: rgba(0, 0, 0, 0.25);
@@ -5700,7 +5753,7 @@ a.ant-btn-sm {
5700
5753
  }
5701
5754
  .ant-picker-input > input[disabled]:hover {
5702
5755
  border-color: #d9d9d9;
5703
- border-right-width: 1px !important;
5756
+ border-right-width: 1px;
5704
5757
  }
5705
5758
  .ant-picker-input > input-borderless,
5706
5759
  .ant-picker-input > input-borderless:hover,
@@ -5752,6 +5805,8 @@ textarea.ant-picker-input > input {
5752
5805
  padding: 0px 7px 0px;
5753
5806
  }
5754
5807
  .ant-picker-suffix {
5808
+ display: flex;
5809
+ flex: none;
5755
5810
  align-self: center;
5756
5811
  margin-left: 4px;
5757
5812
  color: rgba(0, 0, 0, 0.25);
@@ -5761,6 +5816,9 @@ textarea.ant-picker-input > input {
5761
5816
  .ant-picker-suffix > * {
5762
5817
  vertical-align: top;
5763
5818
  }
5819
+ .ant-picker-suffix > *:not(:last-child) {
5820
+ margin-right: 8px;
5821
+ }
5764
5822
  .ant-picker-clear {
5765
5823
  position: absolute;
5766
5824
  top: 50%;
@@ -5845,14 +5903,14 @@ textarea.ant-picker-input > input {
5845
5903
  display: none;
5846
5904
  }
5847
5905
  .ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
5848
- top: 1.66666667px;
5906
+ top: 2.58561808px;
5849
5907
  display: block;
5850
- transform: rotate(-45deg);
5908
+ transform: rotate(-135deg) translateY(1px);
5851
5909
  }
5852
5910
  .ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
5853
- bottom: 1.66666667px;
5911
+ bottom: 2.58561808px;
5854
5912
  display: block;
5855
- transform: rotate(135deg);
5913
+ transform: rotate(45deg);
5856
5914
  }
5857
5915
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
5858
5916
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
@@ -5875,7 +5933,7 @@ textarea.ant-picker-input > input {
5875
5933
  animation-name: antSlideUpOut;
5876
5934
  }
5877
5935
  .ant-picker-dropdown-range {
5878
- padding: 6.66666667px 0;
5936
+ padding: 7.54247233px 0;
5879
5937
  }
5880
5938
  .ant-picker-dropdown-range-hidden {
5881
5939
  display: none;
@@ -5911,21 +5969,26 @@ textarea.ant-picker-input > input {
5911
5969
  position: absolute;
5912
5970
  z-index: 1;
5913
5971
  display: none;
5914
- width: 10px;
5915
- height: 10px;
5972
+ width: 11.3137085px;
5973
+ height: 11.3137085px;
5916
5974
  margin-left: 16.5px;
5917
- box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
5975
+ background: linear-gradient(135deg, transparent 40%, #fff 40%);
5976
+ box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
5918
5977
  transition: left 0.3s ease-out;
5978
+ border-radius: 0 0 2px;
5979
+ pointer-events: none;
5919
5980
  }
5920
- .ant-picker-range-arrow::after {
5981
+ .ant-picker-range-arrow::before {
5921
5982
  position: absolute;
5922
- top: 1px;
5923
- right: 1px;
5924
- width: 10px;
5925
- height: 10px;
5926
- border: 5px solid #f0f0f0;
5927
- border-color: #fff #fff transparent transparent;
5983
+ top: -11.3137085px;
5984
+ left: -11.3137085px;
5985
+ width: 33.9411255px;
5986
+ height: 33.9411255px;
5987
+ background: #fff;
5988
+ background-repeat: no-repeat;
5989
+ background-position: -10px -10px;
5928
5990
  content: '';
5991
+ 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');
5929
5992
  }
5930
5993
  .ant-picker-panel-container {
5931
5994
  overflow: hidden;
@@ -6035,7 +6098,7 @@ textarea.ant-picker-input > input {
6035
6098
  display: inline-block;
6036
6099
  width: 7px;
6037
6100
  height: 7px;
6038
- border: 0 solid currentColor;
6101
+ border: 0 solid currentcolor;
6039
6102
  border-width: 1.5px 0 0 1.5px;
6040
6103
  content: '';
6041
6104
  }
@@ -6047,7 +6110,7 @@ textarea.ant-picker-input > input {
6047
6110
  display: inline-block;
6048
6111
  width: 7px;
6049
6112
  height: 7px;
6050
- border: 0 solid currentColor;
6113
+ border: 0 solid currentcolor;
6051
6114
  border-width: 1.5px 0 0 1.5px;
6052
6115
  content: '';
6053
6116
  }
@@ -6449,7 +6512,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
6449
6512
  background: transparent;
6450
6513
  cursor: not-allowed;
6451
6514
  }
6452
- /* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
6515
+ /* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
6453
6516
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
6454
6517
  :root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
6455
6518
  _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
@@ -6610,7 +6673,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6610
6673
  }
6611
6674
  .ant-descriptions-view {
6612
6675
  width: 100%;
6613
- overflow: hidden;
6614
6676
  border-radius: 2px;
6615
6677
  }
6616
6678
  .ant-descriptions-view table {
@@ -6801,9 +6863,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6801
6863
  border-style: dashed;
6802
6864
  border-width: 1px 0 0;
6803
6865
  }
6804
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
6805
- border-top: 0;
6806
- }
6807
6866
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
6808
6867
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
6809
6868
  border-style: dashed none none;
@@ -6816,6 +6875,24 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6816
6875
  font-weight: normal;
6817
6876
  font-size: 14px;
6818
6877
  }
6878
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
6879
+ width: 0;
6880
+ }
6881
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
6882
+ width: 100%;
6883
+ }
6884
+ .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
6885
+ padding-left: 0;
6886
+ }
6887
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
6888
+ width: 100%;
6889
+ }
6890
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
6891
+ width: 0;
6892
+ }
6893
+ .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
6894
+ padding-right: 0;
6895
+ }
6819
6896
  .ant-divider-rtl {
6820
6897
  direction: rtl;
6821
6898
  }
@@ -6927,6 +7004,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6927
7004
  pointer-events: auto;
6928
7005
  }
6929
7006
  .ant-drawer-title {
7007
+ flex: 1;
6930
7008
  margin: 0;
6931
7009
  color: rgba(0, 0, 0, 0.85);
6932
7010
  font-weight: 500;
@@ -6977,6 +7055,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
6977
7055
  }
6978
7056
  .ant-drawer-header-title {
6979
7057
  display: flex;
7058
+ flex: 1;
6980
7059
  align-items: center;
6981
7060
  justify-content: space-between;
6982
7061
  }
@@ -7082,35 +7161,46 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7082
7161
  .ant-dropdown-menu-submenu-hidden {
7083
7162
  display: none;
7084
7163
  }
7085
- .ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
7086
7164
  .ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
7165
+ .ant-dropdown-show-arrow.ant-dropdown-placement-top,
7087
7166
  .ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
7088
- padding-bottom: 10px;
7167
+ padding-bottom: 15.3137085px;
7089
7168
  }
7090
- .ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
7091
7169
  .ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
7170
+ .ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
7092
7171
  .ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
7093
- padding-top: 10px;
7172
+ padding-top: 15.3137085px;
7094
7173
  }
7095
7174
  .ant-dropdown-arrow {
7096
7175
  position: absolute;
7097
7176
  z-index: 1;
7098
7177
  display: block;
7099
- width: 8.48528137px;
7100
- height: 8.48528137px;
7101
- background: transparent;
7102
- border-style: solid;
7103
- border-width: 4.24264069px;
7104
- transform: rotate(45deg);
7178
+ width: 11.3137085px;
7179
+ height: 11.3137085px;
7180
+ background: linear-gradient(135deg, transparent 40%, #fff 40%);
7181
+ border-radius: 0 0 2px;
7182
+ pointer-events: none;
7183
+ }
7184
+ .ant-dropdown-arrow::before {
7185
+ position: absolute;
7186
+ top: -11.3137085px;
7187
+ left: -11.3137085px;
7188
+ width: 33.9411255px;
7189
+ height: 33.9411255px;
7190
+ background: #fff;
7191
+ background-repeat: no-repeat;
7192
+ background-position: -10px -10px;
7193
+ content: '';
7194
+ 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');
7105
7195
  }
7106
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
7196
+ .ant-dropdown-placement-top > .ant-dropdown-arrow,
7107
7197
  .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
7108
7198
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
7109
- bottom: 6.2px;
7110
- border-color: transparent #fff #fff transparent;
7111
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
7199
+ bottom: 10px;
7200
+ box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
7201
+ transform: rotate(45deg);
7112
7202
  }
7113
- .ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
7203
+ .ant-dropdown-placement-top > .ant-dropdown-arrow {
7114
7204
  left: 50%;
7115
7205
  transform: translateX(-50%) rotate(45deg);
7116
7206
  }
@@ -7120,16 +7210,16 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7120
7210
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
7121
7211
  right: 16px;
7122
7212
  }
7123
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
7213
+ .ant-dropdown-placement-bottom > .ant-dropdown-arrow,
7124
7214
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
7125
7215
  .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
7126
- top: 6px;
7127
- border-color: #fff transparent transparent #fff;
7128
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
7216
+ top: 9.41421356px;
7217
+ box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
7218
+ transform: rotate(-135deg) translateY(-0.5px);
7129
7219
  }
7130
- .ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
7220
+ .ant-dropdown-placement-bottom > .ant-dropdown-arrow {
7131
7221
  left: 50%;
7132
- transform: translateX(-50%) rotate(45deg);
7222
+ transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
7133
7223
  }
7134
7224
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
7135
7225
  left: 16px;
@@ -7206,7 +7296,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7206
7296
  font-weight: normal;
7207
7297
  font-size: 14px;
7208
7298
  line-height: 22px;
7209
- white-space: nowrap;
7210
7299
  cursor: pointer;
7211
7300
  transition: all 0.3s;
7212
7301
  }
@@ -7216,7 +7305,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7216
7305
  background-color: #e5f7fe;
7217
7306
  }
7218
7307
  .ant-dropdown-menu-item:hover,
7219
- .ant-dropdown-menu-submenu-title:hover {
7308
+ .ant-dropdown-menu-submenu-title:hover,
7309
+ .ant-dropdown-menu-item.ant-dropdown-menu-item-active,
7310
+ .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
7311
+ .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
7312
+ .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
7220
7313
  background-color: #e5f7fe;
7221
7314
  }
7222
7315
  .ant-dropdown-menu-item-disabled,
@@ -7284,27 +7377,27 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7284
7377
  }
7285
7378
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
7286
7379
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
7287
- .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
7288
- .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
7380
+ .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
7381
+ .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
7289
7382
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
7290
7383
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
7291
7384
  animation-name: antSlideUpIn;
7292
7385
  }
7293
7386
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
7294
7387
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
7295
- .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
7296
- .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
7388
+ .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
7389
+ .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
7297
7390
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
7298
7391
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
7299
7392
  animation-name: antSlideDownIn;
7300
7393
  }
7301
7394
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
7302
- .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
7395
+ .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
7303
7396
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
7304
7397
  animation-name: antSlideUpOut;
7305
7398
  }
7306
7399
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
7307
- .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
7400
+ .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
7308
7401
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
7309
7402
  animation-name: antSlideDownOut;
7310
7403
  }
@@ -7317,6 +7410,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7317
7410
  .ant-dropdown-button {
7318
7411
  white-space: nowrap;
7319
7412
  }
7413
+ .ant-dropdown-button.ant-btn-group > .ant-btn-loading,
7414
+ .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
7415
+ cursor: default;
7416
+ pointer-events: none;
7417
+ }
7418
+ .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
7419
+ display: block;
7420
+ }
7320
7421
  .ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
7321
7422
  padding-right: 8px;
7322
7423
  padding-left: 8px;
@@ -7472,59 +7573,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7472
7573
  .ant-empty-rtl {
7473
7574
  direction: rtl;
7474
7575
  }
7475
- .ant-form-item .ant-mentions,
7476
- .ant-form-item textarea.ant-input {
7477
- height: auto;
7478
- }
7479
- .ant-form-item .ant-upload {
7480
- background: transparent;
7481
- }
7482
- .ant-form-item .ant-upload.ant-upload-drag {
7483
- background: #fafafa;
7484
- }
7485
- .ant-form-item input[type='radio'],
7486
- .ant-form-item input[type='checkbox'] {
7487
- width: 14px;
7488
- height: 14px;
7489
- }
7490
- .ant-form-item .ant-radio-inline,
7491
- .ant-form-item .ant-checkbox-inline {
7492
- display: inline-block;
7493
- margin-left: 8px;
7494
- font-weight: normal;
7495
- vertical-align: middle;
7496
- cursor: pointer;
7497
- }
7498
- .ant-form-item .ant-radio-inline:first-child,
7499
- .ant-form-item .ant-checkbox-inline:first-child {
7500
- margin-left: 0;
7501
- }
7502
- .ant-form-item .ant-checkbox-vertical,
7503
- .ant-form-item .ant-radio-vertical {
7504
- display: block;
7505
- }
7506
- .ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
7507
- .ant-form-item .ant-radio-vertical + .ant-radio-vertical {
7508
- margin-left: 0;
7509
- }
7510
7576
  .ant-form-item .ant-input-number + .ant-form-text {
7511
7577
  margin-left: 8px;
7512
7578
  }
7513
- .ant-form-item .ant-input-number-handler-wrap {
7514
- z-index: 2;
7515
- }
7516
- .ant-form-item .ant-select,
7517
- .ant-form-item .ant-cascader-picker {
7518
- width: 100%;
7519
- }
7520
- .ant-form-item .ant-picker-calendar-year-select,
7521
- .ant-form-item .ant-picker-calendar-month-select,
7522
- .ant-form-item .ant-input-group .ant-select,
7523
- .ant-form-item .ant-input-group .ant-cascader-picker,
7524
- .ant-form-item .ant-input-number-group .ant-select,
7525
- .ant-form-item .ant-input-number-group .ant-cascader-picker {
7526
- width: auto;
7527
- }
7528
7579
  .ant-form-inline {
7529
7580
  display: flex;
7530
7581
  flex-wrap: wrap;
@@ -7559,6 +7610,10 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7559
7610
  flex: 1 1 0;
7560
7611
  min-width: 0;
7561
7612
  }
7613
+ .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
7614
+ .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
7615
+ min-width: unset;
7616
+ }
7562
7617
  .ant-form-vertical .ant-form-item {
7563
7618
  flex-direction: column;
7564
7619
  }
@@ -7706,355 +7761,81 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
7706
7761
  .ant-form-item-explain-warning {
7707
7762
  color: #ecc55d;
7708
7763
  }
7709
- .ant-form-item-has-feedback .ant-input {
7710
- padding-right: 24px;
7764
+ .ant-form-item-has-feedback .ant-switch {
7765
+ margin: 2px 0 4px;
7711
7766
  }
7712
- .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
7713
- padding-right: 18px;
7767
+ .ant-form-item-has-warning .ant-form-item-split {
7768
+ color: #ecc55d;
7714
7769
  }
7715
- .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
7716
- right: 28px;
7770
+ .ant-form-item-has-error .ant-form-item-split {
7771
+ color: #d3472c;
7717
7772
  }
7718
- .ant-form-item-has-feedback .ant-switch {
7719
- margin: 2px 0 4px;
7773
+ .ant-form {
7774
+ box-sizing: border-box;
7775
+ margin: 0;
7776
+ padding: 0;
7777
+ color: #595959;
7778
+ font-size: 14px;
7779
+ font-variant: tabular-nums;
7780
+ line-height: 1.5715;
7781
+ list-style: none;
7782
+ font-feature-settings: 'tnum';
7720
7783
  }
7721
- .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
7722
- .ant-form-item-has-feedback > .ant-select .ant-select-clear,
7723
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
7724
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
7725
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
7726
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
7727
- right: 32px;
7784
+ .ant-form legend {
7785
+ display: block;
7786
+ width: 100%;
7787
+ margin-bottom: 20px;
7788
+ padding: 0;
7789
+ color: rgba(0, 0, 0, 0.45);
7790
+ font-size: 16px;
7791
+ line-height: inherit;
7792
+ border: 0;
7793
+ border-bottom: 1px solid #d9d9d9;
7728
7794
  }
7729
- .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
7730
- .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
7731
- .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
7732
- padding-right: 42px;
7795
+ .ant-form label {
7796
+ font-size: 14px;
7733
7797
  }
7734
- .ant-form-item-has-feedback .ant-cascader-picker-arrow {
7735
- margin-right: 19px;
7798
+ .ant-form input[type='search'] {
7799
+ box-sizing: border-box;
7736
7800
  }
7737
- .ant-form-item-has-feedback .ant-cascader-picker-clear {
7738
- right: 32px;
7801
+ .ant-form input[type='radio'],
7802
+ .ant-form input[type='checkbox'] {
7803
+ line-height: normal;
7739
7804
  }
7740
- .ant-form-item-has-feedback .ant-picker {
7741
- padding-right: 29.2px;
7805
+ .ant-form input[type='file'] {
7806
+ display: block;
7742
7807
  }
7743
- .ant-form-item-has-feedback .ant-picker-large {
7744
- padding-right: 29.2px;
7808
+ .ant-form input[type='range'] {
7809
+ display: block;
7810
+ width: 100%;
7745
7811
  }
7746
- .ant-form-item-has-feedback .ant-picker-small {
7747
- padding-right: 25.2px;
7812
+ .ant-form select[multiple],
7813
+ .ant-form select[size] {
7814
+ height: auto;
7748
7815
  }
7749
- .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
7750
- .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
7751
- .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
7752
- .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
7753
- position: absolute;
7754
- top: 50%;
7755
- right: 0;
7756
- z-index: 1;
7757
- width: 32px;
7758
- height: 20px;
7759
- margin-top: -10px;
7816
+ .ant-form input[type='file']:focus,
7817
+ .ant-form input[type='radio']:focus,
7818
+ .ant-form input[type='checkbox']:focus {
7819
+ outline: thin dotted;
7820
+ outline: 5px auto -webkit-focus-ring-color;
7821
+ outline-offset: -2px;
7822
+ }
7823
+ .ant-form output {
7824
+ display: block;
7825
+ padding-top: 15px;
7826
+ color: #595959;
7760
7827
  font-size: 14px;
7761
- line-height: 20px;
7762
- text-align: center;
7763
- visibility: visible;
7764
- animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
7765
- pointer-events: none;
7828
+ line-height: 1.5715;
7766
7829
  }
7767
- .ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
7768
- color: #72d99f;
7769
- animation-name: diffZoomIn1 !important;
7830
+ .ant-form .ant-form-text {
7831
+ display: inline-block;
7832
+ padding-right: 8px;
7770
7833
  }
7771
- .ant-form-item-has-warning .ant-form-item-split {
7772
- color: #ecc55d;
7834
+ .ant-form-small .ant-form-item-label > label {
7835
+ height: 24px;
7773
7836
  }
7774
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
7775
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
7776
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
7777
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
7778
- background-color: #fff;
7779
- border-color: #ecc55d;
7780
- }
7781
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
7782
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
7783
- .ant-form-item-has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
7784
- .ant-form-item-has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
7785
- border-color: #fae089;
7786
- box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
7787
- border-right-width: 1px !important;
7788
- outline: 0;
7789
- }
7790
- .ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
7791
- border-color: #fae089;
7792
- box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
7793
- border-right-width: 1px !important;
7794
- outline: 0;
7795
- }
7796
- .ant-form-item-has-warning .ant-input-prefix {
7797
- color: #ecc55d;
7798
- }
7799
- .ant-form-item-has-warning .ant-input-group-addon,
7800
- .ant-form-item-has-warning .ant-input-number-group-addon {
7801
- color: #ecc55d;
7802
- border-color: #ecc55d;
7803
- }
7804
- .ant-form-item-has-warning .has-feedback {
7805
- color: #ecc55d;
7806
- }
7807
- .ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
7808
- color: #ecc55d;
7809
- animation-name: diffZoomIn3 !important;
7810
- }
7811
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
7812
- background-color: #fff;
7813
- border-color: #ecc55d !important;
7814
- }
7815
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
7816
- .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
7817
- border-color: #fae089;
7818
- box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
7819
- border-right-width: 1px !important;
7820
- outline: 0;
7821
- }
7822
- .ant-form-item-has-warning .ant-input-number,
7823
- .ant-form-item-has-warning .ant-picker {
7824
- background-color: #fff;
7825
- border-color: #ecc55d;
7826
- }
7827
- .ant-form-item-has-warning .ant-input-number-focused,
7828
- .ant-form-item-has-warning .ant-picker-focused,
7829
- .ant-form-item-has-warning .ant-input-number:focus,
7830
- .ant-form-item-has-warning .ant-picker:focus {
7831
- border-color: #fae089;
7832
- box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
7833
- border-right-width: 1px !important;
7834
- outline: 0;
7835
- }
7836
- .ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
7837
- .ant-form-item-has-warning .ant-picker:not([disabled]):hover {
7838
- background-color: #fff;
7839
- border-color: #ecc55d;
7840
- }
7841
- .ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
7842
- border-color: #fae089;
7843
- box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
7844
- border-right-width: 1px !important;
7845
- outline: 0;
7846
- }
7847
- .ant-form-item-has-error .ant-form-item-split {
7848
- color: #d3472c;
7849
- }
7850
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
7851
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
7852
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover,
7853
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
7854
- background-color: #fff;
7855
- border-color: #d3472c;
7856
- }
7857
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
7858
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
7859
- .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
7860
- .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
7861
- border-color: #e06f53;
7862
- box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
7863
- border-right-width: 1px !important;
7864
- outline: 0;
7865
- }
7866
- .ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
7867
- border-color: #e06f53;
7868
- box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
7869
- border-right-width: 1px !important;
7870
- outline: 0;
7871
- }
7872
- .ant-form-item-has-error .ant-input-prefix {
7873
- color: #d3472c;
7874
- }
7875
- .ant-form-item-has-error .ant-input-group-addon,
7876
- .ant-form-item-has-error .ant-input-number-group-addon {
7877
- color: #d3472c;
7878
- border-color: #d3472c;
7879
- }
7880
- .ant-form-item-has-error .has-feedback {
7881
- color: #d3472c;
7882
- }
7883
- .ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
7884
- color: #d3472c;
7885
- animation-name: diffZoomIn2 !important;
7886
- }
7887
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
7888
- background-color: #fff;
7889
- border-color: #d3472c !important;
7890
- }
7891
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
7892
- .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
7893
- border-color: #e06f53;
7894
- box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
7895
- border-right-width: 1px !important;
7896
- outline: 0;
7897
- }
7898
- .ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
7899
- .ant-form-item-has-error .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
7900
- background-color: inherit;
7901
- border: 0;
7902
- box-shadow: none;
7903
- }
7904
- .ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
7905
- border-color: #d3472c;
7906
- }
7907
- .ant-form-item-has-error .ant-input-number,
7908
- .ant-form-item-has-error .ant-picker {
7909
- background-color: #fff;
7910
- border-color: #d3472c;
7911
- }
7912
- .ant-form-item-has-error .ant-input-number-focused,
7913
- .ant-form-item-has-error .ant-picker-focused,
7914
- .ant-form-item-has-error .ant-input-number:focus,
7915
- .ant-form-item-has-error .ant-picker:focus {
7916
- border-color: #e06f53;
7917
- box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
7918
- border-right-width: 1px !important;
7919
- outline: 0;
7920
- }
7921
- .ant-form-item-has-error .ant-input-number:not([disabled]):hover,
7922
- .ant-form-item-has-error .ant-picker:not([disabled]):hover {
7923
- background-color: #fff;
7924
- border-color: #d3472c;
7925
- }
7926
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
7927
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
7928
- background-color: #fff;
7929
- border-color: #d3472c;
7930
- }
7931
- .ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
7932
- .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
7933
- border-color: #e06f53;
7934
- box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
7935
- border-right-width: 1px !important;
7936
- outline: 0;
7937
- }
7938
- .ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
7939
- border-color: #d3472c;
7940
- }
7941
- .ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
7942
- background-color: #fff;
7943
- border-color: #e06f53;
7944
- box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
7945
- border-right-width: 1px !important;
7946
- outline: 0;
7947
- }
7948
- .ant-form-item-has-error .ant-transfer-list {
7949
- border-color: #d3472c;
7950
- }
7951
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
7952
- border-color: #d9d9d9;
7953
- }
7954
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
7955
- border-color: #2b5478;
7956
- border-right-width: 1px !important;
7957
- }
7958
- .ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
7959
- border-right-width: 0;
7960
- border-left-width: 1px !important;
7961
- }
7962
- .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
7963
- border-color: #2b5478;
7964
- box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
7965
- border-right-width: 1px !important;
7966
- outline: 0;
7967
- }
7968
- .ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
7969
- border-right-width: 0;
7970
- border-left-width: 1px !important;
7971
- }
7972
- .ant-form-item-has-error .ant-radio-button-wrapper {
7973
- border-color: #d3472c !important;
7974
- }
7975
- .ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
7976
- background-color: #d3472c;
7977
- }
7978
- .ant-form-item-has-error .ant-mentions {
7979
- border-color: #d3472c !important;
7980
- }
7981
- .ant-form-item-has-error .ant-mentions-focused,
7982
- .ant-form-item-has-error .ant-mentions:focus {
7983
- border-color: #e06f53;
7984
- box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
7985
- border-right-width: 1px !important;
7986
- outline: 0;
7987
- }
7988
- .ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
7989
- display: inline-block;
7990
- color: #153f6a;
7991
- }
7992
- .ant-form {
7993
- box-sizing: border-box;
7994
- margin: 0;
7995
- padding: 0;
7996
- color: #595959;
7997
- font-size: 14px;
7998
- font-variant: tabular-nums;
7999
- line-height: 1.5715;
8000
- list-style: none;
8001
- font-feature-settings: 'tnum';
8002
- }
8003
- .ant-form legend {
8004
- display: block;
8005
- width: 100%;
8006
- margin-bottom: 20px;
8007
- padding: 0;
8008
- color: rgba(0, 0, 0, 0.45);
8009
- font-size: 16px;
8010
- line-height: inherit;
8011
- border: 0;
8012
- border-bottom: 1px solid #d9d9d9;
8013
- }
8014
- .ant-form label {
8015
- font-size: 14px;
8016
- }
8017
- .ant-form input[type='search'] {
8018
- box-sizing: border-box;
8019
- }
8020
- .ant-form input[type='radio'],
8021
- .ant-form input[type='checkbox'] {
8022
- line-height: normal;
8023
- }
8024
- .ant-form input[type='file'] {
8025
- display: block;
8026
- }
8027
- .ant-form input[type='range'] {
8028
- display: block;
8029
- width: 100%;
8030
- }
8031
- .ant-form select[multiple],
8032
- .ant-form select[size] {
8033
- height: auto;
8034
- }
8035
- .ant-form input[type='file']:focus,
8036
- .ant-form input[type='radio']:focus,
8037
- .ant-form input[type='checkbox']:focus {
8038
- outline: thin dotted;
8039
- outline: 5px auto -webkit-focus-ring-color;
8040
- outline-offset: -2px;
8041
- }
8042
- .ant-form output {
8043
- display: block;
8044
- padding-top: 15px;
8045
- color: #595959;
8046
- font-size: 14px;
8047
- line-height: 1.5715;
8048
- }
8049
- .ant-form .ant-form-text {
8050
- display: inline-block;
8051
- padding-right: 8px;
8052
- }
8053
- .ant-form-small .ant-form-item-label > label {
8054
- height: 24px;
8055
- }
8056
- .ant-form-small .ant-form-item-control-input {
8057
- min-height: 24px;
7837
+ .ant-form-small .ant-form-item-control-input {
7838
+ min-height: 24px;
8058
7839
  }
8059
7840
  .ant-form-large .ant-form-item-label > label {
8060
7841
  height: 40px;
@@ -8095,6 +7876,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
8095
7876
  .ant-form-item-label-left {
8096
7877
  text-align: left;
8097
7878
  }
7879
+ .ant-form-item-label-wrap {
7880
+ overflow: unset;
7881
+ line-height: 1.3215em;
7882
+ white-space: unset;
7883
+ }
8098
7884
  .ant-form-item-label > label {
8099
7885
  position: relative;
8100
7886
  display: inline-flex;
@@ -8178,14 +7964,30 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
8178
7964
  .ant-form-item-extra {
8179
7965
  min-height: 24px;
8180
7966
  }
8181
- .ant-form-item .ant-input-textarea-show-count::after {
8182
- margin-bottom: -22px;
8183
- }
8184
7967
  .ant-form-item-with-help .ant-form-item-explain {
8185
7968
  height: auto;
8186
7969
  min-height: 24px;
8187
7970
  opacity: 1;
8188
7971
  }
7972
+ .ant-form-item-feedback-icon {
7973
+ font-size: 14px;
7974
+ text-align: center;
7975
+ visibility: visible;
7976
+ animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
7977
+ pointer-events: none;
7978
+ }
7979
+ .ant-form-item-feedback-icon-success {
7980
+ color: #72d99f;
7981
+ }
7982
+ .ant-form-item-feedback-icon-error {
7983
+ color: #d3472c;
7984
+ }
7985
+ .ant-form-item-feedback-icon-warning {
7986
+ color: #ecc55d;
7987
+ }
7988
+ .ant-form-item-feedback-icon-validating {
7989
+ color: #153f6a;
7990
+ }
8189
7991
  .ant-show-help {
8190
7992
  transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
8191
7993
  }
@@ -8273,6 +8075,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
8273
8075
  .ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
8274
8076
  padding: 0;
8275
8077
  }
8078
+ .ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
8079
+ padding: 0;
8080
+ }
8276
8081
  .ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
8277
8082
  right: auto;
8278
8083
  left: 28px;
@@ -8352,6 +8157,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
8352
8157
  .ant-row-space-around {
8353
8158
  justify-content: space-around;
8354
8159
  }
8160
+ .ant-row-space-evenly {
8161
+ justify-content: space-evenly;
8162
+ }
8355
8163
  .ant-row-top {
8356
8164
  align-items: flex-start;
8357
8165
  }
@@ -13508,9 +13316,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13508
13316
  display: inline-block;
13509
13317
  }
13510
13318
  .ant-image-img {
13511
- display: block;
13512
13319
  width: 100%;
13513
13320
  height: auto;
13321
+ vertical-align: middle;
13514
13322
  }
13515
13323
  .ant-image-img-placeholder {
13516
13324
  background-color: #f5f5f5;
@@ -13559,7 +13367,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13559
13367
  text-align: center;
13560
13368
  }
13561
13369
  .ant-image-preview.ant-zoom-enter,
13562
- .ant-image-preview.antzoom-appear {
13370
+ .ant-image-preview.ant-zoom-appear {
13563
13371
  transform: none;
13564
13372
  opacity: 0;
13565
13373
  animation-duration: 0.3s;
@@ -13664,6 +13472,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13664
13472
  .ant-image-preview-operations-operation:last-of-type {
13665
13473
  margin-left: 0;
13666
13474
  }
13475
+ .ant-image-preview-operations-progress {
13476
+ position: absolute;
13477
+ left: 50%;
13478
+ transform: translateX(-50%);
13479
+ }
13667
13480
  .ant-image-preview-operations-icon {
13668
13481
  font-size: 18px;
13669
13482
  }
@@ -13733,7 +13546,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13733
13546
  }
13734
13547
  .ant-input-affix-wrapper:hover {
13735
13548
  border-color: #2b5478;
13736
- border-right-width: 1px !important;
13549
+ border-right-width: 1px;
13737
13550
  }
13738
13551
  .ant-input-rtl .ant-input-affix-wrapper:hover {
13739
13552
  border-right-width: 0;
@@ -13743,7 +13556,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13743
13556
  .ant-input-affix-wrapper-focused {
13744
13557
  border-color: #2b5478;
13745
13558
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
13746
- border-right-width: 1px !important;
13559
+ border-right-width: 1px;
13747
13560
  outline: 0;
13748
13561
  }
13749
13562
  .ant-input-rtl .ant-input-affix-wrapper:focus,
@@ -13761,7 +13574,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13761
13574
  }
13762
13575
  .ant-input-affix-wrapper-disabled:hover {
13763
13576
  border-color: #d9d9d9;
13764
- border-right-width: 1px !important;
13577
+ border-right-width: 1px;
13765
13578
  }
13766
13579
  .ant-input-affix-wrapper[disabled] {
13767
13580
  color: rgba(0, 0, 0, 0.25);
@@ -13773,7 +13586,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
13773
13586
  }
13774
13587
  .ant-input-affix-wrapper[disabled]:hover {
13775
13588
  border-color: #d9d9d9;
13776
- border-right-width: 1px !important;
13589
+ border-right-width: 1px;
13777
13590
  }
13778
13591
  .ant-input-affix-wrapper-borderless,
13779
13592
  .ant-input-affix-wrapper-borderless:hover,
@@ -13805,7 +13618,7 @@ textarea.ant-input-affix-wrapper {
13805
13618
  }
13806
13619
  .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
13807
13620
  border-color: #2b5478;
13808
- border-right-width: 1px !important;
13621
+ border-right-width: 1px;
13809
13622
  z-index: 1;
13810
13623
  }
13811
13624
  .ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
@@ -13841,13 +13654,24 @@ textarea.ant-input-affix-wrapper {
13841
13654
  flex: none;
13842
13655
  align-items: center;
13843
13656
  }
13657
+ .ant-input-prefix > *:not(:last-child),
13658
+ .ant-input-suffix > *:not(:last-child) {
13659
+ margin-right: 8px;
13660
+ }
13661
+ .ant-input-show-count-suffix {
13662
+ color: rgba(0, 0, 0, 0.45);
13663
+ }
13664
+ .ant-input-show-count-has-suffix {
13665
+ margin-right: 2px;
13666
+ }
13844
13667
  .ant-input-prefix {
13845
13668
  margin-right: 4px;
13846
13669
  }
13847
13670
  .ant-input-suffix {
13848
13671
  margin-left: 4px;
13849
13672
  }
13850
- .anticon.ant-input-clear-icon {
13673
+ .anticon.ant-input-clear-icon,
13674
+ .ant-input-clear-icon {
13851
13675
  margin: 0;
13852
13676
  color: rgba(0, 0, 0, 0.25);
13853
13677
  font-size: 12px;
@@ -13855,16 +13679,20 @@ textarea.ant-input-affix-wrapper {
13855
13679
  cursor: pointer;
13856
13680
  transition: color 0.3s;
13857
13681
  }
13858
- .anticon.ant-input-clear-icon:hover {
13682
+ .anticon.ant-input-clear-icon:hover,
13683
+ .ant-input-clear-icon:hover {
13859
13684
  color: rgba(0, 0, 0, 0.45);
13860
13685
  }
13861
- .anticon.ant-input-clear-icon:active {
13686
+ .anticon.ant-input-clear-icon:active,
13687
+ .ant-input-clear-icon:active {
13862
13688
  color: #595959;
13863
13689
  }
13864
- .anticon.ant-input-clear-icon-hidden {
13690
+ .anticon.ant-input-clear-icon-hidden,
13691
+ .ant-input-clear-icon-hidden {
13865
13692
  visibility: hidden;
13866
13693
  }
13867
- .anticon.ant-input-clear-icon-has-suffix {
13694
+ .anticon.ant-input-clear-icon-has-suffix,
13695
+ .ant-input-clear-icon-has-suffix {
13868
13696
  margin: 0 4px;
13869
13697
  }
13870
13698
  .ant-input-affix-wrapper-textarea-with-clear-btn {
@@ -13877,29 +13705,103 @@ textarea.ant-input-affix-wrapper {
13877
13705
  right: 8px;
13878
13706
  z-index: 1;
13879
13707
  }
13880
- .ant-input {
13881
- box-sizing: border-box;
13882
- margin: 0;
13883
- padding: 0;
13884
- font-variant: tabular-nums;
13885
- list-style: none;
13886
- font-feature-settings: 'tnum';
13887
- position: relative;
13888
- display: inline-block;
13889
- width: 100%;
13890
- min-width: 0;
13891
- padding: 4px 11px;
13892
- color: #595959;
13893
- font-size: 14px;
13894
- line-height: 1.5715;
13895
- background-color: #fff;
13896
- background-image: none;
13897
- border: 1px solid #d9d9d9;
13898
- border-radius: 2px;
13899
- transition: all 0.3s;
13900
- /* stylelint-disable-next-line selector-no-vendor-prefix */
13708
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
13709
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
13710
+ background: #fff;
13711
+ border-color: #d3472c;
13901
13712
  }
13902
- .ant-input::-moz-placeholder {
13713
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
13714
+ .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
13715
+ border-color: #e06f53;
13716
+ box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
13717
+ border-right-width: 1px;
13718
+ outline: 0;
13719
+ }
13720
+ .ant-input-status-error .ant-input-prefix {
13721
+ color: #d3472c;
13722
+ }
13723
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
13724
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
13725
+ background: #fff;
13726
+ border-color: #ecc55d;
13727
+ }
13728
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
13729
+ .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
13730
+ border-color: #fae089;
13731
+ box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
13732
+ border-right-width: 1px;
13733
+ outline: 0;
13734
+ }
13735
+ .ant-input-status-warning .ant-input-prefix {
13736
+ color: #ecc55d;
13737
+ }
13738
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
13739
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
13740
+ background: #fff;
13741
+ border-color: #d3472c;
13742
+ }
13743
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
13744
+ .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
13745
+ border-color: #e06f53;
13746
+ box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
13747
+ border-right-width: 1px;
13748
+ outline: 0;
13749
+ }
13750
+ .ant-input-affix-wrapper-status-error .ant-input-prefix {
13751
+ color: #d3472c;
13752
+ }
13753
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
13754
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
13755
+ background: #fff;
13756
+ border-color: #ecc55d;
13757
+ }
13758
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
13759
+ .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
13760
+ border-color: #fae089;
13761
+ box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
13762
+ border-right-width: 1px;
13763
+ outline: 0;
13764
+ }
13765
+ .ant-input-affix-wrapper-status-warning .ant-input-prefix {
13766
+ color: #ecc55d;
13767
+ }
13768
+ .ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
13769
+ .ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
13770
+ .ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
13771
+ .ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
13772
+ padding-right: 24px;
13773
+ }
13774
+ .ant-input-group-wrapper-status-error .ant-input-group-addon {
13775
+ color: #d3472c;
13776
+ border-color: #d3472c;
13777
+ }
13778
+ .ant-input-group-wrapper-status-warning .ant-input-group-addon {
13779
+ color: #ecc55d;
13780
+ border-color: #ecc55d;
13781
+ }
13782
+ .ant-input {
13783
+ box-sizing: border-box;
13784
+ margin: 0;
13785
+ padding: 0;
13786
+ font-variant: tabular-nums;
13787
+ list-style: none;
13788
+ font-feature-settings: 'tnum';
13789
+ position: relative;
13790
+ display: inline-block;
13791
+ width: 100%;
13792
+ min-width: 0;
13793
+ padding: 4px 11px;
13794
+ color: #595959;
13795
+ font-size: 14px;
13796
+ line-height: 1.5715;
13797
+ background-color: #fff;
13798
+ background-image: none;
13799
+ border: 1px solid #d9d9d9;
13800
+ border-radius: 2px;
13801
+ transition: all 0.3s;
13802
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
13803
+ }
13804
+ .ant-input::-moz-placeholder {
13903
13805
  opacity: 1;
13904
13806
  }
13905
13807
  .ant-input::placeholder {
@@ -13911,7 +13813,7 @@ textarea.ant-input-affix-wrapper {
13911
13813
  }
13912
13814
  .ant-input:hover {
13913
13815
  border-color: #2b5478;
13914
- border-right-width: 1px !important;
13816
+ border-right-width: 1px;
13915
13817
  }
13916
13818
  .ant-input-rtl .ant-input:hover {
13917
13819
  border-right-width: 0;
@@ -13921,7 +13823,7 @@ textarea.ant-input-affix-wrapper {
13921
13823
  .ant-input-focused {
13922
13824
  border-color: #2b5478;
13923
13825
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
13924
- border-right-width: 1px !important;
13826
+ border-right-width: 1px;
13925
13827
  outline: 0;
13926
13828
  }
13927
13829
  .ant-input-rtl .ant-input:focus,
@@ -13939,7 +13841,7 @@ textarea.ant-input-affix-wrapper {
13939
13841
  }
13940
13842
  .ant-input-disabled:hover {
13941
13843
  border-color: #d9d9d9;
13942
- border-right-width: 1px !important;
13844
+ border-right-width: 1px;
13943
13845
  }
13944
13846
  .ant-input[disabled] {
13945
13847
  color: rgba(0, 0, 0, 0.25);
@@ -13951,7 +13853,7 @@ textarea.ant-input-affix-wrapper {
13951
13853
  }
13952
13854
  .ant-input[disabled]:hover {
13953
13855
  border-color: #d9d9d9;
13954
- border-right-width: 1px !important;
13856
+ border-right-width: 1px;
13955
13857
  }
13956
13858
  .ant-input-borderless,
13957
13859
  .ant-input-borderless:hover,
@@ -14303,12 +14205,12 @@ textarea.ant-input {
14303
14205
  text-align: start;
14304
14206
  vertical-align: top;
14305
14207
  }
14306
- .ant-input-password-icon {
14208
+ .ant-input-password-icon.anticon {
14307
14209
  color: rgba(0, 0, 0, 0.45);
14308
14210
  cursor: pointer;
14309
14211
  transition: all 0.3s;
14310
14212
  }
14311
- .ant-input-password-icon:hover {
14213
+ .ant-input-password-icon.anticon:hover {
14312
14214
  color: rgba(0, 0, 0, 0.85);
14313
14215
  }
14314
14216
  .ant-input[type='color'] {
@@ -14322,6 +14224,9 @@ textarea.ant-input {
14322
14224
  padding-top: 3px;
14323
14225
  padding-bottom: 3px;
14324
14226
  }
14227
+ .ant-input-textarea-show-count > .ant-input {
14228
+ height: 100%;
14229
+ }
14325
14230
  .ant-input-textarea-show-count::after {
14326
14231
  float: right;
14327
14232
  color: rgba(0, 0, 0, 0.45);
@@ -14329,6 +14234,19 @@ textarea.ant-input {
14329
14234
  content: attr(data-count);
14330
14235
  pointer-events: none;
14331
14236
  }
14237
+ .ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
14238
+ margin-bottom: -22px;
14239
+ }
14240
+ .ant-input-textarea-suffix {
14241
+ position: absolute;
14242
+ top: 0;
14243
+ right: 11px;
14244
+ bottom: 0;
14245
+ z-index: 1;
14246
+ display: inline-flex;
14247
+ align-items: center;
14248
+ margin: auto;
14249
+ }
14332
14250
  .ant-input-search .ant-input:hover,
14333
14251
  .ant-input-search .ant-input:focus {
14334
14252
  border-color: #2b5478;
@@ -14438,6 +14356,233 @@ textarea.ant-input {
14438
14356
  height: auto;
14439
14357
  }
14440
14358
  }
14359
+ .ant-input-number-affix-wrapper {
14360
+ display: inline-block;
14361
+ width: 100%;
14362
+ min-width: 0;
14363
+ padding: 4px 11px;
14364
+ color: #595959;
14365
+ font-size: 14px;
14366
+ line-height: 1.5715;
14367
+ background-color: #fff;
14368
+ background-image: none;
14369
+ border: 1px solid #d9d9d9;
14370
+ border-radius: 2px;
14371
+ transition: all 0.3s;
14372
+ /* stylelint-disable-next-line selector-no-vendor-prefix */
14373
+ position: relative;
14374
+ display: inline-flex;
14375
+ width: 90px;
14376
+ padding: 0;
14377
+ padding-inline-start: 11px;
14378
+ }
14379
+ .ant-input-number-affix-wrapper::-moz-placeholder {
14380
+ opacity: 1;
14381
+ }
14382
+ .ant-input-number-affix-wrapper::placeholder {
14383
+ color: #bfbfbf;
14384
+ user-select: none;
14385
+ }
14386
+ .ant-input-number-affix-wrapper:placeholder-shown {
14387
+ text-overflow: ellipsis;
14388
+ }
14389
+ .ant-input-number-affix-wrapper:hover {
14390
+ border-color: #2b5478;
14391
+ border-right-width: 1px;
14392
+ }
14393
+ .ant-input-rtl .ant-input-number-affix-wrapper:hover {
14394
+ border-right-width: 0;
14395
+ border-left-width: 1px !important;
14396
+ }
14397
+ .ant-input-number-affix-wrapper:focus,
14398
+ .ant-input-number-affix-wrapper-focused {
14399
+ border-color: #2b5478;
14400
+ box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
14401
+ border-right-width: 1px;
14402
+ outline: 0;
14403
+ }
14404
+ .ant-input-rtl .ant-input-number-affix-wrapper:focus,
14405
+ .ant-input-rtl .ant-input-number-affix-wrapper-focused {
14406
+ border-right-width: 0;
14407
+ border-left-width: 1px !important;
14408
+ }
14409
+ .ant-input-number-affix-wrapper-disabled {
14410
+ color: rgba(0, 0, 0, 0.25);
14411
+ background-color: #f5f5f5;
14412
+ border-color: #d9d9d9;
14413
+ box-shadow: none;
14414
+ cursor: not-allowed;
14415
+ opacity: 1;
14416
+ }
14417
+ .ant-input-number-affix-wrapper-disabled:hover {
14418
+ border-color: #d9d9d9;
14419
+ border-right-width: 1px;
14420
+ }
14421
+ .ant-input-number-affix-wrapper[disabled] {
14422
+ color: rgba(0, 0, 0, 0.25);
14423
+ background-color: #f5f5f5;
14424
+ border-color: #d9d9d9;
14425
+ box-shadow: none;
14426
+ cursor: not-allowed;
14427
+ opacity: 1;
14428
+ }
14429
+ .ant-input-number-affix-wrapper[disabled]:hover {
14430
+ border-color: #d9d9d9;
14431
+ border-right-width: 1px;
14432
+ }
14433
+ .ant-input-number-affix-wrapper-borderless,
14434
+ .ant-input-number-affix-wrapper-borderless:hover,
14435
+ .ant-input-number-affix-wrapper-borderless:focus,
14436
+ .ant-input-number-affix-wrapper-borderless-focused,
14437
+ .ant-input-number-affix-wrapper-borderless-disabled,
14438
+ .ant-input-number-affix-wrapper-borderless[disabled] {
14439
+ background-color: transparent;
14440
+ border: none;
14441
+ box-shadow: none;
14442
+ }
14443
+ textarea.ant-input-number-affix-wrapper {
14444
+ max-width: 100%;
14445
+ height: auto;
14446
+ min-height: 32px;
14447
+ line-height: 1.5715;
14448
+ vertical-align: bottom;
14449
+ transition: all 0.3s, height 0s;
14450
+ }
14451
+ .ant-input-number-affix-wrapper-lg {
14452
+ padding: 6.5px 11px;
14453
+ font-size: 16px;
14454
+ }
14455
+ .ant-input-number-affix-wrapper-sm {
14456
+ padding: 0px 7px;
14457
+ }
14458
+ .ant-input-number-affix-wrapper-rtl {
14459
+ direction: rtl;
14460
+ }
14461
+ .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
14462
+ border-color: #2b5478;
14463
+ border-right-width: 1px;
14464
+ z-index: 1;
14465
+ }
14466
+ .ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
14467
+ border-right-width: 0;
14468
+ border-left-width: 1px !important;
14469
+ }
14470
+ .ant-input-number-affix-wrapper-focused,
14471
+ .ant-input-number-affix-wrapper:focus {
14472
+ z-index: 1;
14473
+ }
14474
+ .ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
14475
+ background: transparent;
14476
+ }
14477
+ .ant-input-number-affix-wrapper > div.ant-input-number {
14478
+ width: 100%;
14479
+ border: none;
14480
+ outline: none;
14481
+ }
14482
+ .ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
14483
+ box-shadow: none !important;
14484
+ }
14485
+ .ant-input-number-affix-wrapper input.ant-input-number-input {
14486
+ padding: 0;
14487
+ }
14488
+ .ant-input-number-affix-wrapper::before {
14489
+ width: 0;
14490
+ visibility: hidden;
14491
+ content: '\a0';
14492
+ }
14493
+ .ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
14494
+ z-index: 2;
14495
+ }
14496
+ .ant-input-number-prefix,
14497
+ .ant-input-number-suffix {
14498
+ display: flex;
14499
+ flex: none;
14500
+ align-items: center;
14501
+ pointer-events: none;
14502
+ }
14503
+ .ant-input-number-prefix {
14504
+ margin-inline-end: 4px;
14505
+ }
14506
+ .ant-input-number-suffix {
14507
+ position: absolute;
14508
+ top: 0;
14509
+ right: 0;
14510
+ z-index: 1;
14511
+ height: 100%;
14512
+ margin-right: 11px;
14513
+ margin-left: 4px;
14514
+ }
14515
+ .ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
14516
+ width: 100%;
14517
+ }
14518
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
14519
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
14520
+ background: #fff;
14521
+ border-color: #d3472c;
14522
+ }
14523
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
14524
+ .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
14525
+ border-color: #e06f53;
14526
+ box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
14527
+ border-right-width: 1px;
14528
+ outline: 0;
14529
+ }
14530
+ .ant-input-number-status-error .ant-input-number-prefix {
14531
+ color: #d3472c;
14532
+ }
14533
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
14534
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
14535
+ background: #fff;
14536
+ border-color: #ecc55d;
14537
+ }
14538
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
14539
+ .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
14540
+ border-color: #fae089;
14541
+ box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
14542
+ border-right-width: 1px;
14543
+ outline: 0;
14544
+ }
14545
+ .ant-input-number-status-warning .ant-input-number-prefix {
14546
+ color: #ecc55d;
14547
+ }
14548
+ .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,
14549
+ .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 {
14550
+ background: #fff;
14551
+ border-color: #d3472c;
14552
+ }
14553
+ .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,
14554
+ .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 {
14555
+ border-color: #e06f53;
14556
+ box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
14557
+ border-right-width: 1px;
14558
+ outline: 0;
14559
+ }
14560
+ .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
14561
+ color: #d3472c;
14562
+ }
14563
+ .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,
14564
+ .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 {
14565
+ background: #fff;
14566
+ border-color: #ecc55d;
14567
+ }
14568
+ .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,
14569
+ .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 {
14570
+ border-color: #fae089;
14571
+ box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
14572
+ border-right-width: 1px;
14573
+ outline: 0;
14574
+ }
14575
+ .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
14576
+ color: #ecc55d;
14577
+ }
14578
+ .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
14579
+ color: #d3472c;
14580
+ border-color: #d3472c;
14581
+ }
14582
+ .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
14583
+ color: #ecc55d;
14584
+ border-color: #ecc55d;
14585
+ }
14441
14586
  .ant-input-number {
14442
14587
  box-sizing: border-box;
14443
14588
  font-variant: tabular-nums;
@@ -14473,7 +14618,7 @@ textarea.ant-input {
14473
14618
  }
14474
14619
  .ant-input-number:hover {
14475
14620
  border-color: #2b5478;
14476
- border-right-width: 1px !important;
14621
+ border-right-width: 1px;
14477
14622
  }
14478
14623
  .ant-input-rtl .ant-input-number:hover {
14479
14624
  border-right-width: 0;
@@ -14483,7 +14628,7 @@ textarea.ant-input {
14483
14628
  .ant-input-number-focused {
14484
14629
  border-color: #2b5478;
14485
14630
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
14486
- border-right-width: 1px !important;
14631
+ border-right-width: 1px;
14487
14632
  outline: 0;
14488
14633
  }
14489
14634
  .ant-input-rtl .ant-input-number:focus,
@@ -14501,7 +14646,7 @@ textarea.ant-input {
14501
14646
  }
14502
14647
  .ant-input-number-disabled:hover {
14503
14648
  border-color: #d9d9d9;
14504
- border-right-width: 1px !important;
14649
+ border-right-width: 1px;
14505
14650
  }
14506
14651
  .ant-input-number[disabled] {
14507
14652
  color: rgba(0, 0, 0, 0.25);
@@ -14513,7 +14658,7 @@ textarea.ant-input {
14513
14658
  }
14514
14659
  .ant-input-number[disabled]:hover {
14515
14660
  border-color: #d9d9d9;
14516
- border-right-width: 1px !important;
14661
+ border-right-width: 1px;
14517
14662
  }
14518
14663
  .ant-input-number-borderless,
14519
14664
  .ant-input-number-borderless:hover,
@@ -14893,7 +15038,7 @@ textarea.ant-input-number {
14893
15038
  text-align: center;
14894
15039
  text-transform: none;
14895
15040
  vertical-align: -0.125em;
14896
- text-rendering: optimizeLegibility;
15041
+ text-rendering: optimizelegibility;
14897
15042
  -webkit-font-smoothing: antialiased;
14898
15043
  -moz-osx-font-smoothing: grayscale;
14899
15044
  position: absolute;
@@ -14925,7 +15070,7 @@ textarea.ant-input-number {
14925
15070
  }
14926
15071
  .ant-input-number:hover {
14927
15072
  border-color: #2b5478;
14928
- border-right-width: 1px !important;
15073
+ border-right-width: 1px;
14929
15074
  }
14930
15075
  .ant-input-number:hover + .ant-form-item-children-icon {
14931
15076
  opacity: 0;
@@ -14934,7 +15079,7 @@ textarea.ant-input-number {
14934
15079
  .ant-input-number-focused {
14935
15080
  border-color: #2b5478;
14936
15081
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
14937
- border-right-width: 1px !important;
15082
+ border-right-width: 1px;
14938
15083
  outline: 0;
14939
15084
  }
14940
15085
  .ant-input-rtl .ant-input-number-focused {
@@ -14951,7 +15096,7 @@ textarea.ant-input-number {
14951
15096
  }
14952
15097
  .ant-input-number-disabled:hover {
14953
15098
  border-color: #d9d9d9;
14954
- border-right-width: 1px !important;
15099
+ border-right-width: 1px;
14955
15100
  }
14956
15101
  .ant-input-number-disabled .ant-input-number-input {
14957
15102
  cursor: not-allowed;
@@ -15531,14 +15676,44 @@ textarea.ant-input-number {
15531
15676
  margin-left: 0;
15532
15677
  }
15533
15678
  }
15534
- @media screen and (max-width: 576px) {
15535
- .ant-list-rtl .ant-list-item-action {
15536
- margin-right: 22px;
15537
- margin-left: 0;
15538
- }
15539
- .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
15540
- margin: auto auto 16px;
15541
- }
15679
+ @media screen and (max-width: 576px) {
15680
+ .ant-list-rtl .ant-list-item-action {
15681
+ margin-right: 22px;
15682
+ margin-left: 0;
15683
+ }
15684
+ .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
15685
+ margin: auto auto 16px;
15686
+ }
15687
+ }
15688
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
15689
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
15690
+ background: #fff;
15691
+ border-color: #d3472c;
15692
+ }
15693
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
15694
+ .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
15695
+ border-color: #e06f53;
15696
+ box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
15697
+ border-right-width: 1px;
15698
+ outline: 0;
15699
+ }
15700
+ .ant-mentions-status-error .ant-input-prefix {
15701
+ color: #d3472c;
15702
+ }
15703
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
15704
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
15705
+ background: #fff;
15706
+ border-color: #ecc55d;
15707
+ }
15708
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
15709
+ .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
15710
+ border-color: #fae089;
15711
+ box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
15712
+ border-right-width: 1px;
15713
+ outline: 0;
15714
+ }
15715
+ .ant-mentions-status-warning .ant-input-prefix {
15716
+ color: #ecc55d;
15542
15717
  }
15543
15718
  .ant-mentions {
15544
15719
  box-sizing: border-box;
@@ -15578,7 +15753,7 @@ textarea.ant-input-number {
15578
15753
  }
15579
15754
  .ant-mentions:hover {
15580
15755
  border-color: #2b5478;
15581
- border-right-width: 1px !important;
15756
+ border-right-width: 1px;
15582
15757
  }
15583
15758
  .ant-input-rtl .ant-mentions:hover {
15584
15759
  border-right-width: 0;
@@ -15588,7 +15763,7 @@ textarea.ant-input-number {
15588
15763
  .ant-mentions-focused {
15589
15764
  border-color: #2b5478;
15590
15765
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
15591
- border-right-width: 1px !important;
15766
+ border-right-width: 1px;
15592
15767
  outline: 0;
15593
15768
  }
15594
15769
  .ant-input-rtl .ant-mentions:focus,
@@ -15606,7 +15781,7 @@ textarea.ant-input-number {
15606
15781
  }
15607
15782
  .ant-mentions-disabled:hover {
15608
15783
  border-color: #d9d9d9;
15609
- border-right-width: 1px !important;
15784
+ border-right-width: 1px;
15610
15785
  }
15611
15786
  .ant-mentions[disabled] {
15612
15787
  color: rgba(0, 0, 0, 0.25);
@@ -15618,7 +15793,7 @@ textarea.ant-input-number {
15618
15793
  }
15619
15794
  .ant-mentions[disabled]:hover {
15620
15795
  border-color: #d9d9d9;
15621
- border-right-width: 1px !important;
15796
+ border-right-width: 1px;
15622
15797
  }
15623
15798
  .ant-mentions-borderless,
15624
15799
  .ant-mentions-borderless:hover,
@@ -15658,12 +15833,12 @@ textarea.ant-mentions {
15658
15833
  }
15659
15834
  .ant-mentions-disabled > textarea:hover {
15660
15835
  border-color: #d9d9d9;
15661
- border-right-width: 1px !important;
15836
+ border-right-width: 1px;
15662
15837
  }
15663
15838
  .ant-mentions-focused {
15664
15839
  border-color: #2b5478;
15665
15840
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
15666
- border-right-width: 1px !important;
15841
+ border-right-width: 1px;
15667
15842
  outline: 0;
15668
15843
  }
15669
15844
  .ant-input-rtl .ant-mentions-focused {
@@ -15799,6 +15974,16 @@ textarea.ant-mentions {
15799
15974
  .ant-mentions-dropdown-menu-item-active {
15800
15975
  background-color: #e5f7fe;
15801
15976
  }
15977
+ .ant-mentions-suffix {
15978
+ position: absolute;
15979
+ top: 0;
15980
+ right: 11px;
15981
+ bottom: 0;
15982
+ z-index: 1;
15983
+ display: inline-flex;
15984
+ align-items: center;
15985
+ margin: auto;
15986
+ }
15802
15987
  .ant-mentions-rtl {
15803
15988
  direction: rtl;
15804
15989
  }
@@ -15872,7 +16057,7 @@ textarea.ant-mentions {
15872
16057
  content: '';
15873
16058
  }
15874
16059
  .ant-menu.ant-menu-root:focus-visible {
15875
- box-shadow: 0 0 0 2px #a1a7ab;
16060
+ box-shadow: 0 0 0 2px #85959e;
15876
16061
  }
15877
16062
  .ant-menu ul,
15878
16063
  .ant-menu ol {
@@ -16057,7 +16242,7 @@ textarea.ant-mentions {
16057
16242
  }
16058
16243
  .ant-menu-item:focus-visible,
16059
16244
  .ant-menu-submenu-title:focus-visible {
16060
- box-shadow: 0 0 0 2px #a1a7ab;
16245
+ box-shadow: 0 0 0 2px #85959e;
16061
16246
  }
16062
16247
  .ant-menu > .ant-menu-item-divider {
16063
16248
  margin: 1px 0;
@@ -16112,7 +16297,7 @@ textarea.ant-mentions {
16112
16297
  position: absolute;
16113
16298
  width: 6px;
16114
16299
  height: 1.5px;
16115
- background-color: currentColor;
16300
+ background-color: currentcolor;
16116
16301
  border-radius: 2px;
16117
16302
  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);
16118
16303
  content: '';
@@ -16456,6 +16641,13 @@ textarea.ant-mentions {
16456
16641
  .ant-menu-light .ant-menu-submenu-title:hover {
16457
16642
  color: #153f6a;
16458
16643
  }
16644
+ .ant-menu.ant-menu-root:focus-visible {
16645
+ box-shadow: 0 0 0 2px #0a2645;
16646
+ }
16647
+ .ant-menu-dark .ant-menu-item:focus-visible,
16648
+ .ant-menu-dark .ant-menu-submenu-title:focus-visible {
16649
+ box-shadow: 0 0 0 2px #0a2645;
16650
+ }
16459
16651
  .ant-menu.ant-menu-dark,
16460
16652
  .ant-menu-dark .ant-menu-sub,
16461
16653
  .ant-menu.ant-menu-dark .ant-menu-sub {
@@ -16813,7 +17005,7 @@ textarea.ant-mentions {
16813
17005
  padding-bottom: 24px;
16814
17006
  }
16815
17007
  .ant-modal.ant-zoom-enter,
16816
- .ant-modal.antzoom-appear {
17008
+ .ant-modal.ant-zoom-appear {
16817
17009
  transform: none;
16818
17010
  opacity: 0;
16819
17011
  animation-duration: 0.3s;
@@ -16934,6 +17126,7 @@ textarea.ant-mentions {
16934
17126
  .ant-modal-centered .ant-modal {
16935
17127
  top: 0;
16936
17128
  display: inline-block;
17129
+ padding-bottom: 0;
16937
17130
  text-align: left;
16938
17131
  vertical-align: middle;
16939
17132
  }
@@ -17062,17 +17255,6 @@ textarea.ant-mentions {
17062
17255
  z-index: 1010;
17063
17256
  margin-right: 24px;
17064
17257
  }
17065
- .ant-notification-topLeft,
17066
- .ant-notification-bottomLeft {
17067
- margin-right: 0;
17068
- margin-left: 24px;
17069
- }
17070
- .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17071
- .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17072
- .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
17073
- .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
17074
- animation-name: NotificationLeftFadeIn;
17075
- }
17076
17258
  .ant-notification-close-icon {
17077
17259
  font-size: 14px;
17078
17260
  cursor: pointer;
@@ -17094,6 +17276,11 @@ textarea.ant-mentions {
17094
17276
  border-radius: 2px;
17095
17277
  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);
17096
17278
  }
17279
+ .ant-notification-top .ant-notification-notice,
17280
+ .ant-notification-bottom .ant-notification-notice {
17281
+ margin-right: auto;
17282
+ margin-left: auto;
17283
+ }
17097
17284
  .ant-notification-topLeft .ant-notification-notice,
17098
17285
  .ant-notification-bottomLeft .ant-notification-notice {
17099
17286
  margin-right: auto;
@@ -17202,16 +17389,6 @@ textarea.ant-mentions {
17202
17389
  opacity: 1;
17203
17390
  }
17204
17391
  }
17205
- @keyframes NotificationLeftFadeIn {
17206
- 0% {
17207
- right: 384px;
17208
- opacity: 0;
17209
- }
17210
- 100% {
17211
- right: 0;
17212
- opacity: 1;
17213
- }
17214
- }
17215
17392
  @keyframes NotificationFadeOut {
17216
17393
  0% {
17217
17394
  max-height: 150px;
@@ -17252,6 +17429,60 @@ textarea.ant-mentions {
17252
17429
  .ant-notification-rtl .ant-notification-notice-btn {
17253
17430
  float: left;
17254
17431
  }
17432
+ .ant-notification-top,
17433
+ .ant-notification-bottom {
17434
+ margin-right: 0;
17435
+ margin-left: 0;
17436
+ }
17437
+ .ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
17438
+ .ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
17439
+ animation-name: NotificationTopFadeIn;
17440
+ }
17441
+ .ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
17442
+ .ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
17443
+ animation-name: NotificationBottomFadeIn;
17444
+ }
17445
+ .ant-notification-topLeft,
17446
+ .ant-notification-bottomLeft {
17447
+ margin-right: 0;
17448
+ margin-left: 24px;
17449
+ }
17450
+ .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17451
+ .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
17452
+ .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
17453
+ .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
17454
+ animation-name: NotificationLeftFadeIn;
17455
+ }
17456
+ @keyframes NotificationTopFadeIn {
17457
+ 0% {
17458
+ margin-top: -100%;
17459
+ opacity: 0;
17460
+ }
17461
+ 100% {
17462
+ margin-top: 0;
17463
+ opacity: 1;
17464
+ }
17465
+ }
17466
+ @keyframes NotificationBottomFadeIn {
17467
+ 0% {
17468
+ margin-bottom: -100%;
17469
+ opacity: 0;
17470
+ }
17471
+ 100% {
17472
+ margin-bottom: 0;
17473
+ opacity: 1;
17474
+ }
17475
+ }
17476
+ @keyframes NotificationLeftFadeIn {
17477
+ 0% {
17478
+ right: 384px;
17479
+ opacity: 0;
17480
+ }
17481
+ 100% {
17482
+ right: 0;
17483
+ opacity: 1;
17484
+ }
17485
+ }
17255
17486
  .ant-page-header {
17256
17487
  box-sizing: border-box;
17257
17488
  margin: 0;
@@ -17341,12 +17572,8 @@ textarea.ant-mentions {
17341
17572
  white-space: nowrap;
17342
17573
  }
17343
17574
  .ant-page-header-heading-extra > * {
17344
- margin-left: 12px;
17345
17575
  white-space: unset;
17346
17576
  }
17347
- .ant-page-header-heading-extra > *:first-child {
17348
- margin-left: 0;
17349
- }
17350
17577
  .ant-page-header-content {
17351
17578
  padding-top: 12px;
17352
17579
  }
@@ -17462,15 +17689,20 @@ textarea.ant-mentions {
17462
17689
  .ant-pagination-item a:hover {
17463
17690
  text-decoration: none;
17464
17691
  }
17465
- .ant-pagination-item:focus-visible,
17466
17692
  .ant-pagination-item:hover {
17467
17693
  border-color: #153f6a;
17468
17694
  transition: all 0.3s;
17469
17695
  }
17470
- .ant-pagination-item:focus-visible a,
17471
17696
  .ant-pagination-item:hover a {
17472
17697
  color: #153f6a;
17473
17698
  }
17699
+ .ant-pagination-item:focus-visible {
17700
+ border-color: #153f6a;
17701
+ transition: all 0.3s;
17702
+ }
17703
+ .ant-pagination-item:focus-visible a {
17704
+ color: #153f6a;
17705
+ }
17474
17706
  .ant-pagination-item-active {
17475
17707
  font-weight: 500;
17476
17708
  background: #fff;
@@ -17479,14 +17711,18 @@ textarea.ant-mentions {
17479
17711
  .ant-pagination-item-active a {
17480
17712
  color: #153f6a;
17481
17713
  }
17482
- .ant-pagination-item-active:focus-visible,
17483
17714
  .ant-pagination-item-active:hover {
17484
17715
  border-color: #2b5478;
17485
17716
  }
17486
- .ant-pagination-item-active:focus-visible a,
17717
+ .ant-pagination-item-active:focus-visible {
17718
+ border-color: #2b5478;
17719
+ }
17487
17720
  .ant-pagination-item-active:hover a {
17488
17721
  color: #2b5478;
17489
17722
  }
17723
+ .ant-pagination-item-active:focus-visible a {
17724
+ color: #2b5478;
17725
+ }
17490
17726
  .ant-pagination-jump-prev,
17491
17727
  .ant-pagination-jump-next {
17492
17728
  outline: 0;
@@ -17528,18 +17764,22 @@ textarea.ant-mentions {
17528
17764
  opacity: 1;
17529
17765
  transition: all 0.2s;
17530
17766
  }
17531
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
17532
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
17533
17767
  .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
17534
17768
  .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
17535
17769
  opacity: 1;
17536
17770
  }
17537
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
17538
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
17539
17771
  .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
17540
17772
  .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
17541
17773
  opacity: 0;
17542
17774
  }
17775
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
17776
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
17777
+ opacity: 1;
17778
+ }
17779
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
17780
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
17781
+ opacity: 0;
17782
+ }
17543
17783
  .ant-pagination-prev,
17544
17784
  .ant-pagination-jump-prev,
17545
17785
  .ant-pagination-jump-next {
@@ -17592,19 +17832,28 @@ textarea.ant-mentions {
17592
17832
  transition: all 0.3s;
17593
17833
  }
17594
17834
  .ant-pagination-prev:focus-visible .ant-pagination-item-link,
17595
- .ant-pagination-next:focus-visible .ant-pagination-item-link,
17835
+ .ant-pagination-next:focus-visible .ant-pagination-item-link {
17836
+ color: #153f6a;
17837
+ border-color: #153f6a;
17838
+ }
17596
17839
  .ant-pagination-prev:hover .ant-pagination-item-link,
17597
17840
  .ant-pagination-next:hover .ant-pagination-item-link {
17598
17841
  color: #153f6a;
17599
17842
  border-color: #153f6a;
17600
17843
  }
17601
17844
  .ant-pagination-disabled,
17602
- .ant-pagination-disabled:hover,
17603
- .ant-pagination-disabled:focus-visible {
17845
+ .ant-pagination-disabled:hover {
17604
17846
  cursor: not-allowed;
17605
17847
  }
17606
17848
  .ant-pagination-disabled .ant-pagination-item-link,
17607
- .ant-pagination-disabled:hover .ant-pagination-item-link,
17849
+ .ant-pagination-disabled:hover .ant-pagination-item-link {
17850
+ color: rgba(0, 0, 0, 0.25);
17851
+ border-color: #d9d9d9;
17852
+ cursor: not-allowed;
17853
+ }
17854
+ .ant-pagination-disabled:focus-visible {
17855
+ cursor: not-allowed;
17856
+ }
17608
17857
  .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
17609
17858
  color: rgba(0, 0, 0, 0.25);
17610
17859
  border-color: #d9d9d9;
@@ -17666,7 +17915,7 @@ textarea.ant-mentions {
17666
17915
  }
17667
17916
  .ant-pagination-options-quick-jumper input:hover {
17668
17917
  border-color: #2b5478;
17669
- border-right-width: 1px !important;
17918
+ border-right-width: 1px;
17670
17919
  }
17671
17920
  .ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
17672
17921
  border-right-width: 0;
@@ -17676,7 +17925,7 @@ textarea.ant-mentions {
17676
17925
  .ant-pagination-options-quick-jumper input-focused {
17677
17926
  border-color: #2b5478;
17678
17927
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
17679
- border-right-width: 1px !important;
17928
+ border-right-width: 1px;
17680
17929
  outline: 0;
17681
17930
  }
17682
17931
  .ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
@@ -17694,7 +17943,7 @@ textarea.ant-mentions {
17694
17943
  }
17695
17944
  .ant-pagination-options-quick-jumper input-disabled:hover {
17696
17945
  border-color: #d9d9d9;
17697
- border-right-width: 1px !important;
17946
+ border-right-width: 1px;
17698
17947
  }
17699
17948
  .ant-pagination-options-quick-jumper input[disabled] {
17700
17949
  color: rgba(0, 0, 0, 0.25);
@@ -17706,7 +17955,7 @@ textarea.ant-mentions {
17706
17955
  }
17707
17956
  .ant-pagination-options-quick-jumper input[disabled]:hover {
17708
17957
  border-color: #d9d9d9;
17709
- border-right-width: 1px !important;
17958
+ border-right-width: 1px;
17710
17959
  }
17711
17960
  .ant-pagination-options-quick-jumper input-borderless,
17712
17961
  .ant-pagination-options-quick-jumper input-borderless:hover,
@@ -17956,22 +18205,22 @@ textarea.ant-pagination-options-quick-jumper input {
17956
18205
  .ant-popover-placement-top,
17957
18206
  .ant-popover-placement-topLeft,
17958
18207
  .ant-popover-placement-topRight {
17959
- padding-bottom: 10px;
18208
+ padding-bottom: 15.3137085px;
17960
18209
  }
17961
18210
  .ant-popover-placement-right,
17962
18211
  .ant-popover-placement-rightTop,
17963
18212
  .ant-popover-placement-rightBottom {
17964
- padding-left: 10px;
18213
+ padding-left: 15.3137085px;
17965
18214
  }
17966
18215
  .ant-popover-placement-bottom,
17967
18216
  .ant-popover-placement-bottomLeft,
17968
18217
  .ant-popover-placement-bottomRight {
17969
- padding-top: 10px;
18218
+ padding-top: 15.3137085px;
17970
18219
  }
17971
18220
  .ant-popover-placement-left,
17972
18221
  .ant-popover-placement-leftTop,
17973
18222
  .ant-popover-placement-leftBottom {
17974
- padding-right: 10px;
18223
+ padding-right: 15.3137085px;
17975
18224
  }
17976
18225
  .ant-popover-inner {
17977
18226
  background-color: #fff;
@@ -18026,8 +18275,8 @@ textarea.ant-pagination-options-quick-jumper input {
18026
18275
  .ant-popover-arrow {
18027
18276
  position: absolute;
18028
18277
  display: block;
18029
- width: 8.48528137px;
18030
- height: 8.48528137px;
18278
+ width: 16px;
18279
+ height: 16px;
18031
18280
  overflow: hidden;
18032
18281
  background: transparent;
18033
18282
  pointer-events: none;
@@ -18039,23 +18288,37 @@ textarea.ant-pagination-options-quick-jumper input {
18039
18288
  bottom: 0;
18040
18289
  left: 0;
18041
18290
  display: block;
18042
- width: 6px;
18043
- height: 6px;
18291
+ width: 11.3137085px;
18292
+ height: 11.3137085px;
18044
18293
  margin: auto;
18045
18294
  background-color: #fff;
18046
18295
  content: '';
18047
18296
  pointer-events: auto;
18297
+ border-radius: 0 0 2px;
18298
+ pointer-events: none;
18299
+ }
18300
+ .ant-popover-arrow-content::before {
18301
+ position: absolute;
18302
+ top: -11.3137085px;
18303
+ left: -11.3137085px;
18304
+ width: 33.9411255px;
18305
+ height: 33.9411255px;
18306
+ background: #fff;
18307
+ background-repeat: no-repeat;
18308
+ background-position: -10px -10px;
18309
+ content: '';
18310
+ 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');
18048
18311
  }
18049
18312
  .ant-popover-placement-top .ant-popover-arrow,
18050
18313
  .ant-popover-placement-topLeft .ant-popover-arrow,
18051
18314
  .ant-popover-placement-topRight .ant-popover-arrow {
18052
- bottom: 1.51471863px;
18315
+ bottom: -0.6862915px;
18053
18316
  }
18054
18317
  .ant-popover-placement-top .ant-popover-arrow-content,
18055
18318
  .ant-popover-placement-topLeft .ant-popover-arrow-content,
18056
18319
  .ant-popover-placement-topRight .ant-popover-arrow-content {
18057
18320
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
18058
- transform: translateY(-4.24264069px) rotate(45deg);
18321
+ transform: translateY(-8px) rotate(45deg);
18059
18322
  }
18060
18323
  .ant-popover-placement-top .ant-popover-arrow {
18061
18324
  left: 50%;
@@ -18070,13 +18333,13 @@ textarea.ant-pagination-options-quick-jumper input {
18070
18333
  .ant-popover-placement-right .ant-popover-arrow,
18071
18334
  .ant-popover-placement-rightTop .ant-popover-arrow,
18072
18335
  .ant-popover-placement-rightBottom .ant-popover-arrow {
18073
- left: 1.51471863px;
18336
+ left: -0.6862915px;
18074
18337
  }
18075
18338
  .ant-popover-placement-right .ant-popover-arrow-content,
18076
18339
  .ant-popover-placement-rightTop .ant-popover-arrow-content,
18077
18340
  .ant-popover-placement-rightBottom .ant-popover-arrow-content {
18078
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
18079
- transform: translateX(4.24264069px) rotate(45deg);
18341
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
18342
+ transform: translateX(8px) rotate(135deg);
18080
18343
  }
18081
18344
  .ant-popover-placement-right .ant-popover-arrow {
18082
18345
  top: 50%;
@@ -18091,13 +18354,13 @@ textarea.ant-pagination-options-quick-jumper input {
18091
18354
  .ant-popover-placement-bottom .ant-popover-arrow,
18092
18355
  .ant-popover-placement-bottomLeft .ant-popover-arrow,
18093
18356
  .ant-popover-placement-bottomRight .ant-popover-arrow {
18094
- top: 1.51471863px;
18357
+ top: -0.6862915px;
18095
18358
  }
18096
18359
  .ant-popover-placement-bottom .ant-popover-arrow-content,
18097
18360
  .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
18098
18361
  .ant-popover-placement-bottomRight .ant-popover-arrow-content {
18099
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
18100
- transform: translateY(4.24264069px) rotate(45deg);
18362
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
18363
+ transform: translateY(8px) rotate(-135deg);
18101
18364
  }
18102
18365
  .ant-popover-placement-bottom .ant-popover-arrow {
18103
18366
  left: 50%;
@@ -18112,13 +18375,13 @@ textarea.ant-pagination-options-quick-jumper input {
18112
18375
  .ant-popover-placement-left .ant-popover-arrow,
18113
18376
  .ant-popover-placement-leftTop .ant-popover-arrow,
18114
18377
  .ant-popover-placement-leftBottom .ant-popover-arrow {
18115
- right: 1.51471863px;
18378
+ right: -0.6862915px;
18116
18379
  }
18117
18380
  .ant-popover-placement-left .ant-popover-arrow-content,
18118
18381
  .ant-popover-placement-leftTop .ant-popover-arrow-content,
18119
18382
  .ant-popover-placement-leftBottom .ant-popover-arrow-content {
18120
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
18121
- transform: translateX(-4.24264069px) rotate(45deg);
18383
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
18384
+ transform: translateX(-8px) rotate(-45deg);
18122
18385
  }
18123
18386
  .ant-popover-placement-left .ant-popover-arrow {
18124
18387
  top: 50%;
@@ -18444,12 +18707,19 @@ textarea.ant-pagination-options-quick-jumper input {
18444
18707
  margin-right: 8px;
18445
18708
  cursor: pointer;
18446
18709
  }
18710
+ .ant-radio-wrapper-disabled {
18711
+ cursor: not-allowed;
18712
+ }
18447
18713
  .ant-radio-wrapper::after {
18448
18714
  display: inline-block;
18449
18715
  width: 0;
18450
18716
  overflow: hidden;
18451
18717
  content: '\a0';
18452
18718
  }
18719
+ .ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
18720
+ width: 14px;
18721
+ height: 14px;
18722
+ }
18453
18723
  .ant-radio {
18454
18724
  box-sizing: border-box;
18455
18725
  margin: 0;
@@ -18507,15 +18777,17 @@ textarea.ant-pagination-options-quick-jumper input {
18507
18777
  }
18508
18778
  .ant-radio-inner::after {
18509
18779
  position: absolute;
18510
- top: 3px;
18511
- left: 3px;
18780
+ top: 50%;
18781
+ left: 50%;
18512
18782
  display: block;
18513
- width: 8px;
18514
- height: 8px;
18783
+ width: 16px;
18784
+ height: 16px;
18785
+ margin-top: -8px;
18786
+ margin-left: -8px;
18515
18787
  background-color: #153f6a;
18516
18788
  border-top: 0;
18517
18789
  border-left: 0;
18518
- border-radius: 8px;
18790
+ border-radius: 16px;
18519
18791
  transform: scale(0);
18520
18792
  opacity: 0;
18521
18793
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
@@ -18535,7 +18807,7 @@ textarea.ant-pagination-options-quick-jumper input {
18535
18807
  border-color: #153f6a;
18536
18808
  }
18537
18809
  .ant-radio-checked .ant-radio-inner::after {
18538
- transform: scale(1);
18810
+ transform: scale(0.5);
18539
18811
  opacity: 1;
18540
18812
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
18541
18813
  }
@@ -18762,7 +19034,7 @@ span.ant-radio + * {
18762
19034
  .ant-rate-disabled .ant-rate-star {
18763
19035
  cursor: default;
18764
19036
  }
18765
- .ant-rate-disabled .ant-rate-star:hover {
19037
+ .ant-rate-disabled .ant-rate-star > div:hover {
18766
19038
  transform: scale(1);
18767
19039
  }
18768
19040
  .ant-rate-star {
@@ -18777,8 +19049,7 @@ span.ant-radio + * {
18777
19049
  .ant-rate-star > div {
18778
19050
  transition: all 0.3s, outline 0s;
18779
19051
  }
18780
- .ant-rate-star > div:hover,
18781
- .ant-rate-star > div:focus-visible {
19052
+ .ant-rate-star > div:hover {
18782
19053
  transform: scale(1.1);
18783
19054
  }
18784
19055
  .ant-rate-star > div:focus {
@@ -18786,6 +19057,7 @@ span.ant-radio + * {
18786
19057
  }
18787
19058
  .ant-rate-star > div:focus-visible {
18788
19059
  outline: 1px dashed #fadb14;
19060
+ transform: scale(1.1);
18789
19061
  }
18790
19062
  .ant-rate-star-first,
18791
19063
  .ant-rate-star-second {
@@ -18869,30 +19141,158 @@ span.ant-radio + * {
18869
19141
  line-height: 1.6;
18870
19142
  text-align: center;
18871
19143
  }
18872
- .ant-result-extra {
18873
- margin: 24px 0 0 0;
18874
- text-align: center;
19144
+ .ant-result-extra {
19145
+ margin: 24px 0 0 0;
19146
+ text-align: center;
19147
+ }
19148
+ .ant-result-extra > * {
19149
+ margin-right: 8px;
19150
+ }
19151
+ .ant-result-extra > *:last-child {
19152
+ margin-right: 0;
19153
+ }
19154
+ .ant-result-content {
19155
+ margin-top: 24px;
19156
+ padding: 24px 40px;
19157
+ background-color: #fafafa;
19158
+ }
19159
+ .ant-result-rtl {
19160
+ direction: rtl;
19161
+ }
19162
+ .ant-result-rtl .ant-result-extra > * {
19163
+ margin-right: 0;
19164
+ margin-left: 8px;
19165
+ }
19166
+ .ant-result-rtl .ant-result-extra > *:last-child {
19167
+ margin-left: 0;
19168
+ }
19169
+ .segmented-disabled-item,
19170
+ .segmented-disabled-item:hover,
19171
+ .segmented-disabled-item:focus {
19172
+ color: rgba(0, 0, 0, 0.25);
19173
+ cursor: not-allowed;
19174
+ }
19175
+ .segmented-item-selected {
19176
+ background-color: #fff;
19177
+ border-radius: 2px;
19178
+ 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);
19179
+ }
19180
+ .segmented-text-ellipsis {
19181
+ overflow: hidden;
19182
+ white-space: nowrap;
19183
+ text-overflow: ellipsis;
19184
+ word-break: keep-all;
19185
+ }
19186
+ .ant-segmented {
19187
+ box-sizing: border-box;
19188
+ margin: 0;
19189
+ padding: 0;
19190
+ color: #595959;
19191
+ font-size: 14px;
19192
+ font-variant: tabular-nums;
19193
+ line-height: 1.5715;
19194
+ list-style: none;
19195
+ font-feature-settings: 'tnum';
19196
+ display: inline-block;
19197
+ padding: 2px;
19198
+ color: rgba(0, 0, 0, 0.65);
19199
+ background-color: rgba(0, 0, 0, 0.04);
19200
+ border-radius: 2px;
19201
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
19202
+ }
19203
+ .ant-segmented-group {
19204
+ position: relative;
19205
+ display: flex;
19206
+ align-items: stretch;
19207
+ justify-items: flex-start;
19208
+ width: 100%;
19209
+ }
19210
+ .ant-segmented.ant-segmented-block {
19211
+ display: flex;
19212
+ }
19213
+ .ant-segmented.ant-segmented-block .ant-segmented-item {
19214
+ flex: 1;
19215
+ min-width: 0;
19216
+ }
19217
+ .ant-segmented:not(.ant-segmented-disabled):hover,
19218
+ .ant-segmented:not(.ant-segmented-disabled):focus {
19219
+ background-color: rgba(0, 0, 0, 0.06);
19220
+ }
19221
+ .ant-segmented-item {
19222
+ position: relative;
19223
+ text-align: center;
19224
+ cursor: pointer;
19225
+ transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
19226
+ }
19227
+ .ant-segmented-item-selected {
19228
+ background-color: #fff;
19229
+ border-radius: 2px;
19230
+ 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);
19231
+ color: #262626;
19232
+ }
19233
+ .ant-segmented-item:hover,
19234
+ .ant-segmented-item:focus {
19235
+ color: #262626;
19236
+ }
19237
+ .ant-segmented-item-label {
19238
+ min-height: 28px;
19239
+ padding: 0 11px;
19240
+ line-height: 28px;
19241
+ overflow: hidden;
19242
+ white-space: nowrap;
19243
+ text-overflow: ellipsis;
19244
+ word-break: keep-all;
19245
+ }
19246
+ .ant-segmented-item-icon + * {
19247
+ margin-left: 6px;
19248
+ }
19249
+ .ant-segmented-item-input {
19250
+ position: absolute;
19251
+ top: 0;
19252
+ left: 0;
19253
+ width: 0;
19254
+ height: 0;
19255
+ opacity: 0;
19256
+ pointer-events: none;
19257
+ }
19258
+ .ant-segmented.ant-segmented-lg .ant-segmented-item-label {
19259
+ min-height: 36px;
19260
+ padding: 0 11px;
19261
+ font-size: 16px;
19262
+ line-height: 36px;
18875
19263
  }
18876
- .ant-result-extra > * {
18877
- margin-right: 8px;
19264
+ .ant-segmented.ant-segmented-sm .ant-segmented-item-label {
19265
+ min-height: 20px;
19266
+ padding: 0 7px;
19267
+ line-height: 20px;
18878
19268
  }
18879
- .ant-result-extra > *:last-child {
18880
- margin-right: 0;
19269
+ .ant-segmented-item-disabled,
19270
+ .ant-segmented-item-disabled:hover,
19271
+ .ant-segmented-item-disabled:focus {
19272
+ color: rgba(0, 0, 0, 0.25);
19273
+ cursor: not-allowed;
18881
19274
  }
18882
- .ant-result-content {
18883
- margin-top: 24px;
18884
- padding: 24px 40px;
18885
- background-color: #fafafa;
19275
+ .ant-segmented-thumb {
19276
+ background-color: #fff;
19277
+ border-radius: 2px;
19278
+ 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);
19279
+ position: absolute;
19280
+ top: 0;
19281
+ left: 0;
19282
+ width: 0;
19283
+ height: 100%;
19284
+ padding: 4px 0;
18886
19285
  }
18887
- .ant-result-rtl {
19286
+ .ant-segmented-thumb-motion-appear-active {
19287
+ 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);
19288
+ will-change: transform, width;
19289
+ }
19290
+ .ant-segmented.ant-segmented-rtl {
18888
19291
  direction: rtl;
18889
19292
  }
18890
- .ant-result-rtl .ant-result-extra > * {
19293
+ .ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
18891
19294
  margin-right: 0;
18892
- margin-left: 8px;
18893
- }
18894
- .ant-result-rtl .ant-result-extra > *:last-child {
18895
- margin-left: 0;
19295
+ margin-left: 6px;
18896
19296
  }
18897
19297
  .ant-select-single .ant-select-selector {
18898
19298
  display: flex;
@@ -18924,6 +19324,7 @@ span.ant-radio + * {
18924
19324
  user-select: none;
18925
19325
  }
18926
19326
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
19327
+ transition: none;
18927
19328
  pointer-events: none;
18928
19329
  }
18929
19330
  .ant-select-single .ant-select-selector::after,
@@ -19089,7 +19490,7 @@ span.ant-radio + * {
19089
19490
  text-align: center;
19090
19491
  text-transform: none;
19091
19492
  vertical-align: -0.125em;
19092
- text-rendering: optimizeLegibility;
19493
+ text-rendering: optimizelegibility;
19093
19494
  -webkit-font-smoothing: antialiased;
19094
19495
  -moz-osx-font-smoothing: grayscale;
19095
19496
  display: inline-block;
@@ -19112,7 +19513,7 @@ span.ant-radio + * {
19112
19513
  display: block;
19113
19514
  }
19114
19515
  .ant-select-multiple .ant-select-selection-item-remove > .anticon {
19115
- vertical-align: -0.2em;
19516
+ vertical-align: middle;
19116
19517
  }
19117
19518
  .ant-select-multiple .ant-select-selection-item-remove:hover {
19118
19519
  color: rgba(0, 0, 0, 0.75);
@@ -19123,8 +19524,6 @@ span.ant-radio + * {
19123
19524
  .ant-select-multiple .ant-select-selection-search {
19124
19525
  position: relative;
19125
19526
  max-width: 100%;
19126
- margin-top: 2px;
19127
- margin-bottom: 2px;
19128
19527
  margin-inline-start: 7px;
19129
19528
  }
19130
19529
  .ant-select-multiple .ant-select-selection-search-input,
@@ -19199,6 +19598,40 @@ span.ant-radio + * {
19199
19598
  .ant-select-disabled .ant-select-selection-item-remove {
19200
19599
  display: none;
19201
19600
  }
19601
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
19602
+ background-color: #fff;
19603
+ border-color: #d3472c !important;
19604
+ }
19605
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
19606
+ .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
19607
+ border-color: #e06f53;
19608
+ box-shadow: 0 0 0 2px rgba(211, 71, 44, 0.2);
19609
+ border-right-width: 1px;
19610
+ outline: 0;
19611
+ }
19612
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
19613
+ background-color: #fff;
19614
+ border-color: #ecc55d !important;
19615
+ }
19616
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
19617
+ .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
19618
+ border-color: #fae089;
19619
+ box-shadow: 0 0 0 2px rgba(236, 197, 93, 0.2);
19620
+ border-right-width: 1px;
19621
+ outline: 0;
19622
+ }
19623
+ .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
19624
+ .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
19625
+ .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
19626
+ .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
19627
+ right: 32px;
19628
+ }
19629
+ .ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
19630
+ .ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
19631
+ .ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
19632
+ .ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
19633
+ padding-right: 42px;
19634
+ }
19202
19635
  /* Reset search input style */
19203
19636
  .ant-select {
19204
19637
  box-sizing: border-box;
@@ -19233,7 +19666,7 @@ span.ant-radio + * {
19233
19666
  .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
19234
19667
  border-color: #2b5478;
19235
19668
  box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
19236
- border-right-width: 1px !important;
19669
+ border-right-width: 1px;
19237
19670
  outline: 0;
19238
19671
  }
19239
19672
  .ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
@@ -19266,7 +19699,7 @@ span.ant-radio + * {
19266
19699
  }
19267
19700
  .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
19268
19701
  border-color: #2b5478;
19269
- border-right-width: 1px !important;
19702
+ border-right-width: 1px;
19270
19703
  }
19271
19704
  .ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
19272
19705
  border-right-width: 0;
@@ -19306,13 +19739,14 @@ span.ant-radio + * {
19306
19739
  line-height: 0;
19307
19740
  text-transform: none;
19308
19741
  vertical-align: -0.125em;
19309
- text-rendering: optimizeLegibility;
19742
+ text-rendering: optimizelegibility;
19310
19743
  -webkit-font-smoothing: antialiased;
19311
19744
  -moz-osx-font-smoothing: grayscale;
19312
19745
  position: absolute;
19313
19746
  top: 50%;
19314
19747
  right: 11px;
19315
- width: 12px;
19748
+ display: flex;
19749
+ align-items: center;
19316
19750
  height: 12px;
19317
19751
  margin-top: -6px;
19318
19752
  color: rgba(0, 0, 0, 0.25);
@@ -19346,6 +19780,9 @@ span.ant-radio + * {
19346
19780
  .ant-select-disabled .ant-select-arrow {
19347
19781
  cursor: not-allowed;
19348
19782
  }
19783
+ .ant-select-arrow > *:not(:last-child) {
19784
+ margin-inline-end: 8px;
19785
+ }
19349
19786
  .ant-select-clear {
19350
19787
  position: absolute;
19351
19788
  top: 50%;
@@ -19487,6 +19924,9 @@ span.ant-radio + * {
19487
19924
  border-color: transparent !important;
19488
19925
  box-shadow: none !important;
19489
19926
  }
19927
+ .ant-select.ant-select-in-form-item {
19928
+ width: 100%;
19929
+ }
19490
19930
  .ant-select-rtl {
19491
19931
  direction: rtl;
19492
19932
  }
@@ -19661,6 +20101,9 @@ span.ant-radio + * {
19661
20101
  .ant-skeleton.ant-skeleton-block .ant-skeleton-button {
19662
20102
  width: 100%;
19663
20103
  }
20104
+ .ant-skeleton.ant-skeleton-block .ant-skeleton-input {
20105
+ width: 100%;
20106
+ }
19664
20107
  .ant-skeleton-element {
19665
20108
  display: inline-block;
19666
20109
  width: auto;
@@ -19742,17 +20185,20 @@ span.ant-radio + * {
19742
20185
  display: inline-block;
19743
20186
  vertical-align: top;
19744
20187
  background: rgba(190, 190, 190, 0.2);
19745
- width: 100%;
20188
+ width: 160px;
20189
+ min-width: 160px;
19746
20190
  height: 32px;
19747
20191
  line-height: 32px;
19748
20192
  }
19749
20193
  .ant-skeleton-element .ant-skeleton-input-lg {
19750
- width: 100%;
20194
+ width: 200px;
20195
+ min-width: 200px;
19751
20196
  height: 40px;
19752
20197
  line-height: 40px;
19753
20198
  }
19754
20199
  .ant-skeleton-element .ant-skeleton-input-sm {
19755
- width: 100%;
20200
+ width: 120px;
20201
+ min-width: 120px;
19756
20202
  height: 24px;
19757
20203
  line-height: 24px;
19758
20204
  }
@@ -19862,8 +20308,7 @@ span.ant-radio + * {
19862
20308
  }
19863
20309
  .ant-slider-vertical .ant-slider-dot {
19864
20310
  top: auto;
19865
- left: 2px;
19866
- margin-bottom: -4px;
20311
+ margin-left: -2px;
19867
20312
  }
19868
20313
  .ant-slider-tooltip .ant-tooltip-inner {
19869
20314
  min-width: unset;
@@ -19914,9 +20359,8 @@ span.ant-radio + * {
19914
20359
  cursor: pointer;
19915
20360
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
19916
20361
  }
19917
- .ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
19918
- border-color: #446588;
19919
- box-shadow: 0 0 0 5px rgba(21, 63, 106, 0.12);
20362
+ .ant-slider-handle-dragging {
20363
+ z-index: 1;
19920
20364
  }
19921
20365
  .ant-slider-handle:focus {
19922
20366
  border-color: #446588;
@@ -19959,30 +20403,27 @@ span.ant-radio + * {
19959
20403
  width: 100%;
19960
20404
  height: 4px;
19961
20405
  background: transparent;
20406
+ pointer-events: none;
19962
20407
  }
19963
20408
  .ant-slider-dot {
19964
20409
  position: absolute;
19965
20410
  top: -2px;
19966
20411
  width: 8px;
19967
20412
  height: 8px;
19968
- margin-left: -4px;
19969
20413
  background-color: #fff;
19970
20414
  border: 2px solid #f0f0f0;
19971
20415
  border-radius: 50%;
19972
20416
  cursor: pointer;
19973
20417
  }
19974
- .ant-slider-dot:first-child {
19975
- margin-left: -4px;
19976
- }
19977
- .ant-slider-dot:last-child {
19978
- margin-left: -4px;
19979
- }
19980
20418
  .ant-slider-dot-active {
19981
20419
  border-color: #8a9fb5;
19982
20420
  }
19983
20421
  .ant-slider-disabled {
19984
20422
  cursor: not-allowed;
19985
20423
  }
20424
+ .ant-slider-disabled .ant-slider-rail {
20425
+ background-color: #f5f5f5 !important;
20426
+ }
19986
20427
  .ant-slider-disabled .ant-slider-track {
19987
20428
  background-color: rgba(0, 0, 0, 0.25) !important;
19988
20429
  }
@@ -20004,18 +20445,6 @@ span.ant-radio + * {
20004
20445
  right: 0;
20005
20446
  left: auto;
20006
20447
  }
20007
- .ant-slider-rtl .ant-slider-dot {
20008
- margin-right: -4px;
20009
- margin-left: 0;
20010
- }
20011
- .ant-slider-rtl .ant-slider-dot:first-child {
20012
- margin-right: -4px;
20013
- margin-left: 0;
20014
- }
20015
- .ant-slider-rtl .ant-slider-dot:last-child {
20016
- margin-right: -4px;
20017
- margin-left: 0;
20018
- }
20019
20448
  .ant-space {
20020
20449
  display: inline-flex;
20021
20450
  }
@@ -20182,7 +20611,7 @@ span.ant-radio + * {
20182
20611
  animation-delay: 1.2s;
20183
20612
  }
20184
20613
  .ant-spin-dot-spin {
20185
- transform: rotate(45deg);
20614
+ transform: rotate(0deg);
20186
20615
  animation: antRotate 1.2s infinite linear;
20187
20616
  }
20188
20617
  .ant-spin-sm .ant-spin-dot {
@@ -20216,7 +20645,7 @@ span.ant-radio + * {
20216
20645
  }
20217
20646
  @keyframes antRotate {
20218
20647
  to {
20219
- transform: rotate(405deg);
20648
+ transform: rotate(360deg);
20220
20649
  }
20221
20650
  }
20222
20651
  .ant-spin-rtl {
@@ -20744,6 +21173,12 @@ span.ant-radio + * {
20744
21173
  margin: 0;
20745
21174
  padding: 22px 0 4px;
20746
21175
  }
21176
+ .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
21177
+ margin-top: 10px;
21178
+ }
21179
+ .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
21180
+ top: 3.5px;
21181
+ }
20747
21182
  .ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
20748
21183
  left: 0;
20749
21184
  }
@@ -20856,6 +21291,9 @@ span.ant-radio + * {
20856
21291
  .ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
20857
21292
  visibility: hidden;
20858
21293
  }
21294
+ .ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
21295
+ visibility: hidden;
21296
+ }
20859
21297
  .ant-steps-rtl {
20860
21298
  direction: rtl;
20861
21299
  }
@@ -20871,6 +21309,11 @@ span.ant-radio + * {
20871
21309
  padding-right: 0;
20872
21310
  padding-left: 16px;
20873
21311
  }
21312
+ .ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
21313
+ float: left;
21314
+ margin-right: 8px;
21315
+ margin-left: 0;
21316
+ }
20874
21317
  .ant-steps-rtl .ant-steps-item-title::after {
20875
21318
  right: 100%;
20876
21319
  left: auto;
@@ -20983,6 +21426,10 @@ span.ant-radio + * {
20983
21426
  right: -2px;
20984
21427
  left: auto;
20985
21428
  }
21429
+ .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
21430
+ padding-right: 4px;
21431
+ padding-left: 0;
21432
+ }
20986
21433
  .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
20987
21434
  padding-right: 4px;
20988
21435
  }
@@ -21022,7 +21469,7 @@ span.ant-radio + * {
21022
21469
  height: 22px;
21023
21470
  line-height: 22px;
21024
21471
  vertical-align: middle;
21025
- background-color: rgba(0, 0, 0, 0.25);
21472
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to right, #fff, #fff);
21026
21473
  border: 0;
21027
21474
  border-radius: 100px;
21028
21475
  cursor: pointer;
@@ -21040,7 +21487,7 @@ span.ant-radio + * {
21040
21487
  box-shadow: none;
21041
21488
  }
21042
21489
  .ant-switch-checked {
21043
- background-color: #153f6a;
21490
+ background: #153f6a;
21044
21491
  }
21045
21492
  .ant-switch-loading,
21046
21493
  .ant-switch-disabled {
@@ -21172,6 +21619,9 @@ span.ant-radio + * {
21172
21619
  .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
21173
21620
  margin: -12px -8px -12px 25px;
21174
21621
  }
21622
+ .ant-table.ant-table-middle .ant-table-selection-column {
21623
+ padding-inline-start: 2px;
21624
+ }
21175
21625
  .ant-table.ant-table-small {
21176
21626
  font-size: 14px;
21177
21627
  }
@@ -21192,12 +21642,8 @@ span.ant-radio + * {
21192
21642
  .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
21193
21643
  margin: -8px -8px -8px 25px;
21194
21644
  }
21195
- .ant-table-small .ant-table-thead > tr > th {
21196
- background-color: #fafafa;
21197
- }
21198
- .ant-table-small .ant-table-selection-column {
21199
- width: 46px;
21200
- min-width: 46px;
21645
+ .ant-table.ant-table-small .ant-table-selection-column {
21646
+ padding-inline-start: 2px;
21201
21647
  }
21202
21648
  .ant-table.ant-table-bordered > .ant-table-title {
21203
21649
  border: 1px solid #f0f0f0;
@@ -21461,6 +21907,7 @@ div.ant-table-summary {
21461
21907
  justify-content: flex-end;
21462
21908
  }
21463
21909
  .ant-table-thead th.ant-table-column-has-sorters {
21910
+ outline: none;
21464
21911
  cursor: pointer;
21465
21912
  transition: all 0.3s;
21466
21913
  }
@@ -21470,6 +21917,9 @@ div.ant-table-summary {
21470
21917
  .ant-table-thead th.ant-table-column-has-sorters:hover::before {
21471
21918
  background-color: transparent !important;
21472
21919
  }
21920
+ .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
21921
+ color: #153f6a;
21922
+ }
21473
21923
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
21474
21924
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
21475
21925
  background: #f5f5f5;
@@ -21708,12 +22158,12 @@ table tr th.ant-table-selection-column::after {
21708
22158
  .ant-table-row-expand-icon:focus,
21709
22159
  .ant-table-row-expand-icon:hover,
21710
22160
  .ant-table-row-expand-icon:active {
21711
- border-color: currentColor;
22161
+ border-color: currentcolor;
21712
22162
  }
21713
22163
  .ant-table-row-expand-icon::before,
21714
22164
  .ant-table-row-expand-icon::after {
21715
22165
  position: absolute;
21716
- background: currentColor;
22166
+ background: currentcolor;
21717
22167
  transition: transform 0.3s ease-out;
21718
22168
  content: '';
21719
22169
  }
@@ -22409,7 +22859,6 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
22409
22859
  list-style: none;
22410
22860
  font-feature-settings: 'tnum';
22411
22861
  display: flex;
22412
- overflow: hidden;
22413
22862
  }
22414
22863
  .ant-tabs > .ant-tabs-nav,
22415
22864
  .ant-tabs > div > .ant-tabs-nav {
@@ -22549,7 +22998,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
22549
22998
  }
22550
22999
  .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
22551
23000
  color: #0992f8;
22552
- text-shadow: 0 0 0.25px currentColor;
23001
+ text-shadow: 0 0 0.25px currentcolor;
22553
23002
  }
22554
23003
  .ant-tabs-tab.ant-tabs-tab-disabled {
22555
23004
  color: rgba(0, 0, 0, 0.25);
@@ -23076,31 +23525,35 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23076
23525
  z-index: 1070;
23077
23526
  display: block;
23078
23527
  width: max-content;
23528
+ width: intrinsic;
23079
23529
  max-width: 250px;
23080
23530
  visibility: visible;
23081
23531
  }
23532
+ .ant-tooltip-content {
23533
+ position: relative;
23534
+ }
23082
23535
  .ant-tooltip-hidden {
23083
23536
  display: none;
23084
23537
  }
23085
23538
  .ant-tooltip-placement-top,
23086
23539
  .ant-tooltip-placement-topLeft,
23087
23540
  .ant-tooltip-placement-topRight {
23088
- padding-bottom: 8px;
23541
+ padding-bottom: 14.3137085px;
23089
23542
  }
23090
23543
  .ant-tooltip-placement-right,
23091
23544
  .ant-tooltip-placement-rightTop,
23092
23545
  .ant-tooltip-placement-rightBottom {
23093
- padding-left: 8px;
23546
+ padding-left: 14.3137085px;
23094
23547
  }
23095
23548
  .ant-tooltip-placement-bottom,
23096
23549
  .ant-tooltip-placement-bottomLeft,
23097
23550
  .ant-tooltip-placement-bottomRight {
23098
- padding-top: 8px;
23551
+ padding-top: 14.3137085px;
23099
23552
  }
23100
23553
  .ant-tooltip-placement-left,
23101
23554
  .ant-tooltip-placement-leftTop,
23102
23555
  .ant-tooltip-placement-leftBottom {
23103
- padding-right: 8px;
23556
+ padding-right: 14.3137085px;
23104
23557
  }
23105
23558
  .ant-tooltip-inner {
23106
23559
  min-width: 30px;
@@ -23116,41 +23569,58 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23116
23569
  }
23117
23570
  .ant-tooltip-arrow {
23118
23571
  position: absolute;
23572
+ z-index: 2;
23119
23573
  display: block;
23120
- width: 13.07106781px;
23121
- height: 13.07106781px;
23574
+ width: 22px;
23575
+ height: 22px;
23122
23576
  overflow: hidden;
23123
23577
  background: transparent;
23124
23578
  pointer-events: none;
23125
23579
  }
23126
23580
  .ant-tooltip-arrow-content {
23581
+ --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
23127
23582
  position: absolute;
23128
23583
  top: 0;
23129
23584
  right: 0;
23130
23585
  bottom: 0;
23131
23586
  left: 0;
23132
23587
  display: block;
23133
- width: 5px;
23134
- height: 5px;
23588
+ width: 11.3137085px;
23589
+ height: 11.3137085px;
23135
23590
  margin: auto;
23136
- background-color: rgba(0, 0, 0, 0.75);
23591
+ background-color: transparent;
23137
23592
  content: '';
23138
23593
  pointer-events: auto;
23594
+ border-radius: 0 0 2px;
23595
+ pointer-events: none;
23596
+ }
23597
+ .ant-tooltip-arrow-content::before {
23598
+ position: absolute;
23599
+ top: -11.3137085px;
23600
+ left: -11.3137085px;
23601
+ width: 33.9411255px;
23602
+ height: 33.9411255px;
23603
+ background: var(--antd-arrow-background-color);
23604
+ background-repeat: no-repeat;
23605
+ background-position: -10px -10px;
23606
+ content: '';
23607
+ 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');
23139
23608
  }
23140
23609
  .ant-tooltip-placement-top .ant-tooltip-arrow,
23141
23610
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
23142
23611
  .ant-tooltip-placement-topRight .ant-tooltip-arrow {
23143
- bottom: -5.07106781px;
23612
+ bottom: 0;
23613
+ transform: translateY(100%);
23144
23614
  }
23145
23615
  .ant-tooltip-placement-top .ant-tooltip-arrow-content,
23146
23616
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
23147
23617
  .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
23148
23618
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
23149
- transform: translateY(-6.53553391px) rotate(45deg);
23619
+ transform: translateY(-11px) rotate(45deg);
23150
23620
  }
23151
23621
  .ant-tooltip-placement-top .ant-tooltip-arrow {
23152
23622
  left: 50%;
23153
- transform: translateX(-50%);
23623
+ transform: translateY(100%) translateX(-50%);
23154
23624
  }
23155
23625
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
23156
23626
  left: 13px;
@@ -23161,17 +23631,18 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23161
23631
  .ant-tooltip-placement-right .ant-tooltip-arrow,
23162
23632
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
23163
23633
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
23164
- left: -5.07106781px;
23634
+ left: 0;
23635
+ transform: translateX(-100%);
23165
23636
  }
23166
23637
  .ant-tooltip-placement-right .ant-tooltip-arrow-content,
23167
23638
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
23168
23639
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
23169
23640
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
23170
- transform: translateX(6.53553391px) rotate(45deg);
23641
+ transform: translateX(11px) rotate(135deg);
23171
23642
  }
23172
23643
  .ant-tooltip-placement-right .ant-tooltip-arrow {
23173
23644
  top: 50%;
23174
- transform: translateY(-50%);
23645
+ transform: translateX(-100%) translateY(-50%);
23175
23646
  }
23176
23647
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
23177
23648
  top: 5px;
@@ -23182,17 +23653,18 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23182
23653
  .ant-tooltip-placement-left .ant-tooltip-arrow,
23183
23654
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
23184
23655
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
23185
- right: -5.07106781px;
23656
+ right: 0;
23657
+ transform: translateX(100%);
23186
23658
  }
23187
23659
  .ant-tooltip-placement-left .ant-tooltip-arrow-content,
23188
23660
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
23189
23661
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
23190
23662
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
23191
- transform: translateX(-6.53553391px) rotate(45deg);
23663
+ transform: translateX(-11px) rotate(315deg);
23192
23664
  }
23193
23665
  .ant-tooltip-placement-left .ant-tooltip-arrow {
23194
23666
  top: 50%;
23195
- transform: translateY(-50%);
23667
+ transform: translateX(100%) translateY(-50%);
23196
23668
  }
23197
23669
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
23198
23670
  top: 5px;
@@ -23203,17 +23675,18 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23203
23675
  .ant-tooltip-placement-bottom .ant-tooltip-arrow,
23204
23676
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
23205
23677
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
23206
- top: -5.07106781px;
23678
+ top: 0;
23679
+ transform: translateY(-100%);
23207
23680
  }
23208
23681
  .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
23209
23682
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
23210
23683
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
23211
23684
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
23212
- transform: translateY(6.53553391px) rotate(45deg);
23685
+ transform: translateY(11px) rotate(225deg);
23213
23686
  }
23214
23687
  .ant-tooltip-placement-bottom .ant-tooltip-arrow {
23215
23688
  left: 50%;
23216
- transform: translateX(-50%);
23689
+ transform: translateY(-100%) translateX(-50%);
23217
23690
  }
23218
23691
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
23219
23692
  left: 13px;
@@ -23224,80 +23697,80 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23224
23697
  .ant-tooltip-pink .ant-tooltip-inner {
23225
23698
  background-color: #eb2f96;
23226
23699
  }
23227
- .ant-tooltip-pink .ant-tooltip-arrow-content {
23228
- background-color: #eb2f96;
23700
+ .ant-tooltip-pink .ant-tooltip-arrow-content::before {
23701
+ background: #eb2f96;
23229
23702
  }
23230
23703
  .ant-tooltip-magenta .ant-tooltip-inner {
23231
23704
  background-color: #eb2f96;
23232
23705
  }
23233
- .ant-tooltip-magenta .ant-tooltip-arrow-content {
23234
- background-color: #eb2f96;
23706
+ .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
23707
+ background: #eb2f96;
23235
23708
  }
23236
23709
  .ant-tooltip-red .ant-tooltip-inner {
23237
23710
  background-color: #f5222d;
23238
23711
  }
23239
- .ant-tooltip-red .ant-tooltip-arrow-content {
23240
- background-color: #f5222d;
23712
+ .ant-tooltip-red .ant-tooltip-arrow-content::before {
23713
+ background: #f5222d;
23241
23714
  }
23242
23715
  .ant-tooltip-volcano .ant-tooltip-inner {
23243
23716
  background-color: #fa541c;
23244
23717
  }
23245
- .ant-tooltip-volcano .ant-tooltip-arrow-content {
23246
- background-color: #fa541c;
23718
+ .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
23719
+ background: #fa541c;
23247
23720
  }
23248
23721
  .ant-tooltip-orange .ant-tooltip-inner {
23249
23722
  background-color: #fa8c16;
23250
23723
  }
23251
- .ant-tooltip-orange .ant-tooltip-arrow-content {
23252
- background-color: #fa8c16;
23724
+ .ant-tooltip-orange .ant-tooltip-arrow-content::before {
23725
+ background: #fa8c16;
23253
23726
  }
23254
23727
  .ant-tooltip-yellow .ant-tooltip-inner {
23255
23728
  background-color: #fadb14;
23256
23729
  }
23257
- .ant-tooltip-yellow .ant-tooltip-arrow-content {
23258
- background-color: #fadb14;
23730
+ .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
23731
+ background: #fadb14;
23259
23732
  }
23260
23733
  .ant-tooltip-gold .ant-tooltip-inner {
23261
23734
  background-color: #faad14;
23262
23735
  }
23263
- .ant-tooltip-gold .ant-tooltip-arrow-content {
23264
- background-color: #faad14;
23736
+ .ant-tooltip-gold .ant-tooltip-arrow-content::before {
23737
+ background: #faad14;
23265
23738
  }
23266
23739
  .ant-tooltip-cyan .ant-tooltip-inner {
23267
23740
  background-color: #13c2c2;
23268
23741
  }
23269
- .ant-tooltip-cyan .ant-tooltip-arrow-content {
23270
- background-color: #13c2c2;
23742
+ .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
23743
+ background: #13c2c2;
23271
23744
  }
23272
23745
  .ant-tooltip-lime .ant-tooltip-inner {
23273
23746
  background-color: #a0d911;
23274
23747
  }
23275
- .ant-tooltip-lime .ant-tooltip-arrow-content {
23276
- background-color: #a0d911;
23748
+ .ant-tooltip-lime .ant-tooltip-arrow-content::before {
23749
+ background: #a0d911;
23277
23750
  }
23278
23751
  .ant-tooltip-green .ant-tooltip-inner {
23279
23752
  background-color: #52c41a;
23280
23753
  }
23281
- .ant-tooltip-green .ant-tooltip-arrow-content {
23282
- background-color: #52c41a;
23754
+ .ant-tooltip-green .ant-tooltip-arrow-content::before {
23755
+ background: #52c41a;
23283
23756
  }
23284
23757
  .ant-tooltip-blue .ant-tooltip-inner {
23285
23758
  background-color: #1890ff;
23286
23759
  }
23287
- .ant-tooltip-blue .ant-tooltip-arrow-content {
23288
- background-color: #1890ff;
23760
+ .ant-tooltip-blue .ant-tooltip-arrow-content::before {
23761
+ background: #1890ff;
23289
23762
  }
23290
23763
  .ant-tooltip-geekblue .ant-tooltip-inner {
23291
23764
  background-color: #2f54eb;
23292
23765
  }
23293
- .ant-tooltip-geekblue .ant-tooltip-arrow-content {
23294
- background-color: #2f54eb;
23766
+ .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
23767
+ background: #2f54eb;
23295
23768
  }
23296
23769
  .ant-tooltip-purple .ant-tooltip-inner {
23297
23770
  background-color: #722ed1;
23298
23771
  }
23299
- .ant-tooltip-purple .ant-tooltip-arrow-content {
23300
- background-color: #722ed1;
23772
+ .ant-tooltip-purple .ant-tooltip-arrow-content::before {
23773
+ background: #722ed1;
23301
23774
  }
23302
23775
  .ant-tooltip-rtl {
23303
23776
  direction: rtl;
@@ -23334,6 +23807,54 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23334
23807
  .ant-transfer-customize-list .ant-input[disabled] {
23335
23808
  background-color: transparent;
23336
23809
  }
23810
+ .ant-transfer-status-error .ant-transfer-list {
23811
+ border-color: #d3472c;
23812
+ }
23813
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
23814
+ border-color: #d9d9d9;
23815
+ }
23816
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
23817
+ border-color: #2b5478;
23818
+ border-right-width: 1px;
23819
+ }
23820
+ .ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
23821
+ border-right-width: 0;
23822
+ border-left-width: 1px !important;
23823
+ }
23824
+ .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
23825
+ border-color: #2b5478;
23826
+ box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
23827
+ border-right-width: 1px;
23828
+ outline: 0;
23829
+ }
23830
+ .ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
23831
+ border-right-width: 0;
23832
+ border-left-width: 1px !important;
23833
+ }
23834
+ .ant-transfer-status-warning .ant-transfer-list {
23835
+ border-color: #ecc55d;
23836
+ }
23837
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
23838
+ border-color: #d9d9d9;
23839
+ }
23840
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
23841
+ border-color: #2b5478;
23842
+ border-right-width: 1px;
23843
+ }
23844
+ .ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
23845
+ border-right-width: 0;
23846
+ border-left-width: 1px !important;
23847
+ }
23848
+ .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
23849
+ border-color: #2b5478;
23850
+ box-shadow: 0 0 0 2px rgba(21, 63, 106, 0.2);
23851
+ border-right-width: 1px;
23852
+ outline: 0;
23853
+ }
23854
+ .ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
23855
+ border-right-width: 0;
23856
+ border-left-width: 1px !important;
23857
+ }
23337
23858
  .ant-transfer {
23338
23859
  box-sizing: border-box;
23339
23860
  margin: 0;
@@ -23706,6 +24227,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23706
24227
  }
23707
24228
  .ant-tree-checkbox-disabled .ant-tree-checkbox-input {
23708
24229
  cursor: not-allowed;
24230
+ pointer-events: none;
23709
24231
  }
23710
24232
  .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
23711
24233
  background-color: #f5f5f5;
@@ -23751,6 +24273,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
23751
24273
  .ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
23752
24274
  margin-left: 8px;
23753
24275
  }
24276
+ .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
24277
+ width: 14px;
24278
+ height: 14px;
24279
+ }
23754
24280
  .ant-tree-checkbox + span {
23755
24281
  padding-right: 8px;
23756
24282
  padding-left: 8px;
@@ -24051,7 +24577,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
24051
24577
  border-right: none;
24052
24578
  border-left: 1px solid #d9d9d9;
24053
24579
  }
24054
- .ant-tree-rtl.ant-tree-checkbox {
24580
+ .ant-tree-rtl .ant-tree-checkbox {
24055
24581
  margin: 4px 0 0 8px;
24056
24582
  }
24057
24583
  .ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
@@ -24161,6 +24687,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
24161
24687
  }
24162
24688
  .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
24163
24689
  cursor: not-allowed;
24690
+ pointer-events: none;
24164
24691
  }
24165
24692
  .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
24166
24693
  background-color: #f5f5f5;
@@ -24206,6 +24733,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
24206
24733
  .ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
24207
24734
  margin-left: 8px;
24208
24735
  }
24736
+ .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
24737
+ width: 14px;
24738
+ height: 14px;
24739
+ }
24209
24740
  .ant-select-tree-checkbox + span {
24210
24741
  padding-right: 8px;
24211
24742
  padding-left: 8px;
@@ -24525,7 +25056,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
24525
25056
  color: #d3472c;
24526
25057
  }
24527
25058
  a.ant-typography.ant-typography-danger:active,
24528
- a.ant-typography.ant-typography-danger:focus,
25059
+ a.ant-typography.ant-typography-danger:focus {
25060
+ color: #ad2f1c;
25061
+ }
24529
25062
  a.ant-typography.ant-typography-danger:hover {
24530
25063
  color: #e06f53;
24531
25064
  }
@@ -24539,6 +25072,8 @@ div.ant-typography,
24539
25072
  margin-bottom: 1em;
24540
25073
  }
24541
25074
  h1.ant-typography,
25075
+ div.ant-typography-h1,
25076
+ div.ant-typography-h1 > textarea,
24542
25077
  .ant-typography h1 {
24543
25078
  margin-bottom: 0.5em;
24544
25079
  color: rgba(0, 0, 0, 0.85);
@@ -24547,6 +25082,8 @@ h1.ant-typography,
24547
25082
  line-height: 1.23;
24548
25083
  }
24549
25084
  h2.ant-typography,
25085
+ div.ant-typography-h2,
25086
+ div.ant-typography-h2 > textarea,
24550
25087
  .ant-typography h2 {
24551
25088
  margin-bottom: 0.5em;
24552
25089
  color: rgba(0, 0, 0, 0.85);
@@ -24555,6 +25092,8 @@ h2.ant-typography,
24555
25092
  line-height: 1.35;
24556
25093
  }
24557
25094
  h3.ant-typography,
25095
+ div.ant-typography-h3,
25096
+ div.ant-typography-h3 > textarea,
24558
25097
  .ant-typography h3 {
24559
25098
  margin-bottom: 0.5em;
24560
25099
  color: rgba(0, 0, 0, 0.85);
@@ -24563,6 +25102,8 @@ h3.ant-typography,
24563
25102
  line-height: 1.35;
24564
25103
  }
24565
25104
  h4.ant-typography,
25105
+ div.ant-typography-h4,
25106
+ div.ant-typography-h4 > textarea,
24566
25107
  .ant-typography h4 {
24567
25108
  margin-bottom: 0.5em;
24568
25109
  color: rgba(0, 0, 0, 0.85);
@@ -24571,6 +25112,8 @@ h4.ant-typography,
24571
25112
  line-height: 1.4;
24572
25113
  }
24573
25114
  h5.ant-typography,
25115
+ div.ant-typography-h5,
25116
+ div.ant-typography-h5 > textarea,
24574
25117
  .ant-typography h5 {
24575
25118
  margin-bottom: 0.5em;
24576
25119
  color: rgba(0, 0, 0, 0.85);
@@ -24758,9 +25301,14 @@ div.ant-typography-edit-content {
24758
25301
  right: 10px;
24759
25302
  bottom: 8px;
24760
25303
  color: rgba(0, 0, 0, 0.45);
25304
+ font-weight: normal;
25305
+ font-size: 14px;
25306
+ font-style: normal;
24761
25307
  pointer-events: none;
24762
25308
  }
24763
25309
  .ant-typography-edit-content textarea {
25310
+ height: 1em;
25311
+ margin: 0 !important;
24764
25312
  /* stylelint-disable-next-line property-no-vendor-prefix */
24765
25313
  -moz-transition: none;
24766
25314
  }
@@ -25040,8 +25588,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
25040
25588
  opacity: 0;
25041
25589
  }
25042
25590
  .ant-upload-list-item-card-actions-btn.ant-btn-sm {
25043
- height: 20px;
25591
+ height: 22.001px;
25044
25592
  line-height: 1;
25593
+ vertical-align: top;
25045
25594
  }
25046
25595
  .ant-upload-list-item-card-actions.picture {
25047
25596
  top: 22px;
@@ -25053,10 +25602,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
25053
25602
  }
25054
25603
  .ant-upload-list-item-card-actions .anticon {
25055
25604
  color: rgba(0, 0, 0, 0.45);
25605
+ transition: all 0.3s;
25606
+ }
25607
+ .ant-upload-list-item-card-actions:hover .anticon {
25608
+ color: #595959;
25056
25609
  }
25057
25610
  .ant-upload-list-item-info {
25058
25611
  height: 100%;
25059
- padding: 0 4px;
25060
25612
  transition: background-color 0.3s;
25061
25613
  }
25062
25614
  .ant-upload-list-item-info > span {
@@ -25071,26 +25623,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
25071
25623
  color: rgba(0, 0, 0, 0.45);
25072
25624
  font-size: 14px;
25073
25625
  }
25074
- .ant-upload-list-item .anticon-close {
25075
- position: absolute;
25076
- top: 6px;
25077
- right: 4px;
25078
- color: rgba(0, 0, 0, 0.45);
25079
- font-size: 10px;
25080
- line-height: 0;
25081
- cursor: pointer;
25082
- opacity: 0;
25083
- transition: all 0.3s;
25084
- }
25085
- .ant-upload-list-item .anticon-close:hover {
25086
- color: #595959;
25087
- }
25088
25626
  .ant-upload-list-item:hover .ant-upload-list-item-info {
25089
25627
  background-color: #e5f7fe;
25090
25628
  }
25091
- .ant-upload-list-item:hover .anticon-close {
25092
- opacity: 1;
25093
- }
25094
25629
  .ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
25095
25630
  opacity: 1;
25096
25631
  }
@@ -25209,14 +25744,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25209
25744
  margin-top: 0;
25210
25745
  padding-left: 56px;
25211
25746
  }
25212
- .ant-upload-list-picture .anticon-close,
25213
- .ant-upload-list-picture-card .anticon-close {
25214
- position: absolute;
25215
- top: 8px;
25216
- right: 8px;
25217
- line-height: 1;
25218
- opacity: 1;
25219
- }
25220
25747
  .ant-upload-list-picture-card-container {
25221
25748
  display: inline-block;
25222
25749
  width: 104px;
@@ -25224,9 +25751,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25224
25751
  margin: 0 8px 8px 0;
25225
25752
  vertical-align: top;
25226
25753
  }
25227
- .ant-upload-list-picture-card.ant-upload-list::after {
25228
- display: none;
25229
- }
25230
25754
  .ant-upload-list-picture-card .ant-upload-list-item {
25231
25755
  height: 100%;
25232
25756
  margin: 0;
@@ -25420,10 +25944,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25420
25944
  .ant-upload-list-rtl .ant-upload-list-item-info {
25421
25945
  padding: 0 4px 0 12px;
25422
25946
  }
25423
- .ant-upload-list-rtl .ant-upload-list-item .anticon-close {
25424
- right: auto;
25425
- left: 4px;
25426
- }
25427
25947
  .ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
25428
25948
  padding-right: 0;
25429
25949
  padding-left: 5px;
@@ -25468,11 +25988,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
25468
25988
  padding-right: 0;
25469
25989
  padding-left: 0;
25470
25990
  }
25471
- .ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
25472
- .ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
25473
- right: auto;
25474
- left: 8px;
25475
- }
25476
25991
  .ant-upload-list-rtl .ant-upload-list-picture-card-container {
25477
25992
  margin: 0 0 8px 8px;
25478
25993
  }