@cloudtower/eagle 0.27.0 → 0.27.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 (84) hide show
  1. package/dist/UIKitProvider/UIKitProvider.stories.d.ts +7 -0
  2. package/dist/UIKitProvider/index.d.ts +1 -1
  3. package/dist/components/Alert/Alert.stories.d.ts +11 -0
  4. package/dist/components/Arch/Arch.stories.d.ts +18 -0
  5. package/dist/components/BaseIcon/BaseIcon.stories.d.ts +4 -0
  6. package/dist/components/Bit/Bit.stories.d.ts +17 -0
  7. package/dist/components/BitPerSecond/BitPerSecond.stories.d.ts +17 -0
  8. package/dist/components/Bps/Bps.stories.d.ts +17 -0
  9. package/dist/components/Button/Button.stories.d.ts +20 -0
  10. package/dist/components/Button/HoverableElement.stories.d.ts +3 -0
  11. package/dist/components/Byte/Byte.stories.d.ts +17 -0
  12. package/dist/components/Card/Card.stories.d.ts +23 -0
  13. package/dist/components/ExpandableList/CustomHeader.stories.d.ts +4 -0
  14. package/dist/components/ExpandableList/ExpandableItem.stories.d.ts +10 -0
  15. package/dist/components/ExpandableList/ExpandableList.stories.d.ts +5 -0
  16. package/dist/components/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +9 -0
  17. package/dist/components/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +5 -0
  18. package/dist/components/Fields/FieldsDateTimeRange/index.d.ts +2 -2
  19. package/dist/components/Fields/FieldsEnum/FieldsEnum.stories.d.ts +7 -0
  20. package/dist/components/Fields/FieldsInteger/FieldsInteger.stories.d.ts +7 -0
  21. package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +17 -0
  22. package/dist/components/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +9 -0
  23. package/dist/components/Fields/index.d.ts +2 -2
  24. package/dist/components/FormItem/Form.stories.d.ts +3 -0
  25. package/dist/components/Frequency/Frequency.stories.d.ts +17 -0
  26. package/dist/components/I18nNameTag/I18nNameTag.stories.d.ts +13 -0
  27. package/dist/components/Icon/Icon.stories.d.ts +21 -0
  28. package/dist/components/Input/Input.simple.stories.d.ts +12 -0
  29. package/dist/components/Input/Input.stories.d.ts +28 -0
  30. package/dist/components/InputGroup/inputGroup.stories.d.ts +6 -0
  31. package/dist/components/Loading/Loading.stories.d.ts +12 -0
  32. package/dist/components/Loading/style.d.ts +4 -0
  33. package/dist/components/Metric/Metric.stories.d.ts +4 -0
  34. package/dist/components/Modal/Modal.stories.d.ts +16 -0
  35. package/dist/components/OverflowTooltip/OverflowTooltip.stories.d.ts +17 -0
  36. package/dist/components/Pagination/Pagination.stories.d.ts +6 -0
  37. package/dist/components/Percent/Percent.stories.d.ts +32 -0
  38. package/dist/components/Radio/Radio.stories.d.ts +29 -0
  39. package/dist/components/Radio/RadioButton.stories.d.ts +8 -0
  40. package/dist/components/Radio/RadioGroup.stories.d.ts +23 -0
  41. package/dist/components/SearchInput/SearchInput.stories.d.ts +14 -0
  42. package/dist/components/Second/Second.stories.d.ts +22 -0
  43. package/dist/components/Select/Select.Simple.stories.d.ts +10 -0
  44. package/dist/components/Select/Select.stories.d.ts +16 -0
  45. package/dist/components/SimplePagination/SimplePagination.stories.d.ts +7 -0
  46. package/dist/components/Space/Space.stories.d.ts +8 -0
  47. package/dist/components/Speed/Speed.stories.d.ts +17 -0
  48. package/dist/components/StatusCapsule/StatusCapsule.stories.d.ts +12 -0
  49. package/dist/components/Steps/Steps.stories.d.ts +8 -0
  50. package/dist/components/Switch/Switch.stories.d.ts +17 -0
  51. package/dist/components/Table/Table.stories.d.ts +16 -0
  52. package/dist/components/TableForm/TableForm.stories.d.ts +17 -0
  53. package/dist/components/Tag/Tag.stories.d.ts +29 -0
  54. package/dist/components/Time/time.stories.d.ts +6 -0
  55. package/dist/components/TimeZoneSelect/TimeZoneSelect.stories.d.ts +17 -0
  56. package/dist/components/Token/Token.stories.d.ts +24 -0
  57. package/dist/components/Tooltip/Tooltip.stories.d.ts +6 -0
  58. package/dist/components/Truncate/Truncate.stories.d.ts +8 -0
  59. package/dist/components/message-group/message-group.stories.d.ts +17 -0
  60. package/dist/components.css +990 -1287
  61. package/dist/core/AccordionCard/AccordionCard.stories.d.ts +7 -0
  62. package/dist/core/Breadcrumb/Breadcrumb.stories.d.ts +6 -0
  63. package/dist/core/Breadcrumb/index.d.ts +7 -0
  64. package/dist/core/DetailCard/DetailCard.stories.d.ts +7 -0
  65. package/dist/coreX/Counting/Counting.stories.d.ts +29 -0
  66. package/dist/coreX/Counting/index.d.ts +4 -0
  67. package/dist/coreX/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +7 -0
  68. package/dist/coreX/TruncatedTextWithTooltip/index.d.ts +10 -0
  69. package/dist/esm/index.js +510 -378
  70. package/dist/esm/stats1.html +1 -1
  71. package/dist/spec/base.d.ts +8 -1
  72. package/dist/spec/type.d.ts +15 -0
  73. package/dist/{components/Stack/index.d.ts → stories/Stack.d.ts} +2 -2
  74. package/dist/stories/Story.d.ts +5 -0
  75. package/dist/stories/changeLng.stories.d.ts +8 -0
  76. package/dist/stories/icons-react.stories.d.ts +3 -0
  77. package/dist/stories/index.d.ts +2 -0
  78. package/dist/stories/menu.stories.d.ts +17 -0
  79. package/dist/style.css +857 -1154
  80. package/dist/umd/index.js +508 -376
  81. package/dist/umd/stats1.html +1 -1
  82. package/package.json +5 -5
  83. /package/dist/components/Card/__test__/{Card.spec.d.ts → Card.test.d.ts} +0 -0
  84. /package/dist/components/TableForm/__test__/{utils.spec.d.ts → utils.test.d.ts} +0 -0
@@ -28320,102 +28320,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
28320
28320
  transform: rotate(360deg);
28321
28321
  }
28322
28322
  }
28323
- /* // basic */
28324
- /* FishEye Color Variables and Functions */
28325
- /*
28326
- --------------------------- Primary Color ---------------------------
28327
- */
28328
- /*
28329
- ---------------------------When necessary to add at any time---------------------------
28330
- */
28331
- /* computed */
28332
- /* blue */
28333
- /* green */
28334
- /* yellow */
28335
- /* red */
28336
- /* purple */
28337
- /* palette global token*/
28338
- /* color opaque */
28339
- /* color transparent */
28340
- /* blue transparent */
28341
- /* green transparent */
28342
- /* yellow transparent */
28343
- /* red transparent */
28344
- /* gray transparent */
28345
- /* white transparent */
28346
- /* gradient opaque */
28347
- /* blue radial gradient */
28348
- /* blue linear gradient */
28349
- /* green radial gradient */
28350
- /* yellow radial gradient */
28351
- /* red radial gradient */
28352
- /* gray radial gradient */
28353
- /* white to gray radial gradient */
28354
- /* white to gray linear gradient */
28355
- /* gradient transparent */
28356
- /* secondary palette */
28357
- /* purple radial gradient */
28358
- /* refine alias color */
28359
- /* text */
28360
- /* link */
28361
- /* fill */
28362
- /* fill element */
28363
- /* fill interaction */
28364
- /* stroke */
28365
- /* background */
28366
- /* dim */
28367
- /* box shadow */
28368
- /* fisheye */
28369
- /* z-index */
28370
- .loading {
28371
- width: 64px;
28372
- height: 64px;
28373
- display: flex;
28374
- align-items: center;
28375
- justify-content: center;
28376
- position: relative;
28377
- opacity: 0.2;
28378
- }
28379
-
28380
- .loading-indicator__line1 {
28381
- position: absolute;
28382
- width: 5px;
28383
- height: 48px;
28384
- left: 9.33px;
28385
- top: 40.5px;
28386
- background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28387
- border-radius: 5px;
28388
- transform: rotate(-128deg);
28389
- transform-origin: top left;
28390
- animation: loading-indicator1 1100ms ease-out infinite;
28391
- }
28392
-
28393
- .loading-indicator__line2 {
28394
- position: absolute;
28395
- width: 5px;
28396
- height: 48px;
28397
- left: 40.8px;
28398
- top: 8.4px;
28399
- background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28400
- border-radius: 5px;
28401
- transform: rotate(-8deg);
28402
- transform-origin: top left;
28403
- animation: loading-indicator2 1100ms ease-out infinite;
28404
- }
28405
-
28406
- .loading-indicator__line3 {
28407
- position: absolute;
28408
- width: 5px;
28409
- height: 48px;
28410
- left: 52.9px;
28411
- top: 51.8px;
28412
- background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
28413
- border-radius: 5px;
28414
- transform: rotate(112deg);
28415
- transform-origin: top left;
28416
- animation: loading-indicator3 1100ms ease-out infinite;
28417
- }
28418
-
28419
28323
  @keyframes loading-indicator1 {
28420
28324
  0% {
28421
28325
  height: 48px;
@@ -28482,53 +28386,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
28482
28386
  top: 51.8px;
28483
28387
  }
28484
28388
  }
28485
- /* // basic */
28486
- /* FishEye Color Variables and Functions */
28487
- /*
28488
- --------------------------- Primary Color ---------------------------
28489
- */
28490
- /*
28491
- ---------------------------When necessary to add at any time---------------------------
28492
- */
28493
- /* computed */
28494
- /* blue */
28495
- /* green */
28496
- /* yellow */
28497
- /* red */
28498
- /* purple */
28499
- /* palette global token*/
28500
- /* color opaque */
28501
- /* color transparent */
28502
- /* blue transparent */
28503
- /* green transparent */
28504
- /* yellow transparent */
28505
- /* red transparent */
28506
- /* gray transparent */
28507
- /* white transparent */
28508
- /* gradient opaque */
28509
- /* blue radial gradient */
28510
- /* blue linear gradient */
28511
- /* green radial gradient */
28512
- /* yellow radial gradient */
28513
- /* red radial gradient */
28514
- /* gray radial gradient */
28515
- /* white to gray radial gradient */
28516
- /* white to gray linear gradient */
28517
- /* gradient transparent */
28518
- /* secondary palette */
28519
- /* purple radial gradient */
28520
- /* refine alias color */
28521
- /* text */
28522
- /* link */
28523
- /* fill */
28524
- /* fill element */
28525
- /* fill interaction */
28526
- /* stroke */
28527
- /* background */
28528
- /* dim */
28529
- /* box shadow */
28530
- /* fisheye */
28531
- /* z-index */
28532
28389
  .ant-dropdown,
28533
28390
  .ant-dropdown-menu-submenu {
28534
28391
  background: #fff;
@@ -28652,307 +28509,67 @@ div.ant-typography-edit-content.ant-typography-rtl {
28652
28509
  text-overflow: ellipsis;
28653
28510
  }
28654
28511
 
28655
- #top_bar {
28656
- display: flex;
28657
- align-items: center;
28658
- justify-content: space-between;
28659
- background: #222;
28660
- color: #cec17e;
28661
- height: 36px;
28662
- padding: 0 4px;
28512
+ .disable-select {
28513
+ -webkit-touch-callout: none;
28514
+ -webkit-user-select: none;
28515
+ -khtml-user-select: none;
28516
+ -moz-user-select: none;
28517
+ -ms-user-select: none;
28518
+ user-select: none;
28663
28519
  }
28664
28520
 
28665
- #shortcuts {
28666
- padding: 4px 6px;
28667
- color: #eee;
28668
- cursor: pointer;
28669
- outline: none;
28670
- border-radius: 2px;
28671
- border: 0;
28672
- background: #525252;
28521
+ .relative {
28673
28522
  position: relative;
28674
28523
  }
28675
28524
 
28676
- #shortcuts ul {
28677
- display: none;
28525
+ .drag {
28678
28526
  position: absolute;
28679
- right: 0px;
28680
- top: 30px;
28681
- word-wrap: none;
28682
- white-space: nowrap;
28527
+ right: -4px;
28528
+ top: 0;
28529
+ width: 8px;
28530
+ z-index: 9;
28531
+ height: 100%;
28532
+ cursor: col-resize;
28683
28533
  }
28684
28534
 
28685
- #shortcuts:hover ul {
28686
- display: inherit;
28535
+ .table-wrapper {
28536
+ position: relative;
28537
+ }
28538
+ .table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
28539
+ right: 0 !important;
28540
+ }
28541
+ .table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
28542
+ display: none;
28543
+ }
28544
+ .table-wrapper.table-sticky-header .ant-table-header {
28545
+ position: sticky;
28546
+ top: 0px;
28547
+ }
28548
+ .table-wrapper.table-sticky-header .ant-table-body {
28549
+ overflow: auto visible !important;
28687
28550
  }
28688
28551
 
28689
- #sendCtrlAltDelButton {
28690
- padding: 4px 6px;
28691
- color: #eee;
28692
- cursor: pointer;
28693
- outline: none;
28694
- border-radius: 2px;
28695
- border: 0;
28696
- background: #525252;
28697
- opacity: 0.8;
28552
+ .table-wrapper.dragging .ant-table-column-has-sorters {
28553
+ pointer-events: none;
28698
28554
  }
28699
28555
 
28700
- #sendCtrlAltDelButton:hover {
28701
- opacity: 1;
28556
+ .ant-picker.ant-picker-disabled {
28557
+ background: rgba(211, 218, 235, 0.6);
28558
+ border-color: rgba(211, 218, 235, 0.6);
28559
+ }
28560
+ .ant-picker.error:not(.ant-picker-disabled) {
28561
+ border-color: #e75a3a;
28702
28562
  }
28703
28563
 
28704
- #screen canvas {
28705
- margin-top: 0 !important;
28564
+ .ant-picker-cell {
28565
+ vertical-align: middle;
28706
28566
  }
28707
28567
 
28708
- /* // basic */
28709
- /* FishEye Color Variables and Functions */
28710
- /*
28711
- --------------------------- Primary Color ---------------------------
28712
- */
28713
- /*
28714
- ---------------------------When necessary to add at any time---------------------------
28715
- */
28716
- /* computed */
28717
- /* blue */
28718
- /* green */
28719
- /* yellow */
28720
- /* red */
28721
- /* purple */
28722
- /* palette global token*/
28723
- /* color opaque */
28724
- /* color transparent */
28725
- /* blue transparent */
28726
- /* green transparent */
28727
- /* yellow transparent */
28728
- /* red transparent */
28729
- /* gray transparent */
28730
- /* white transparent */
28731
- /* gradient opaque */
28732
- /* blue radial gradient */
28733
- /* blue linear gradient */
28734
- /* green radial gradient */
28735
- /* yellow radial gradient */
28736
- /* red radial gradient */
28737
- /* gray radial gradient */
28738
- /* white to gray radial gradient */
28739
- /* white to gray linear gradient */
28740
- /* gradient transparent */
28741
- /* secondary palette */
28742
- /* purple radial gradient */
28743
- /* refine alias color */
28744
- /* text */
28745
- /* link */
28746
- /* fill */
28747
- /* fill element */
28748
- /* fill interaction */
28749
- /* stroke */
28750
- /* background */
28751
- /* dim */
28752
- /* box shadow */
28753
- /* fisheye */
28754
- /* z-index */
28755
- .ant-dropdown,
28756
- .ant-dropdown-menu-submenu {
28757
- background: #fff;
28758
- border-radius: 3px;
28759
- min-width: 130px;
28760
- box-sizing: content-box !important;
28761
- box-shadow: none;
28762
- border: none;
28763
- }
28764
- .ant-dropdown > .ant-dropdown-menu,
28765
- .ant-dropdown-menu-submenu > .ant-dropdown-menu {
28766
- border: 1px solid #dfe4eb;
28767
- box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
28768
- }
28769
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-title,
28770
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-title {
28771
- font-family: Inter;
28772
- font-style: normal;
28773
- font-weight: normal;
28774
- text-transform: uppercase;
28775
- font-feature-settings: "cpsp" on;
28776
- font-size: 12px;
28777
- line-height: 18px;
28778
- padding: 4px 16px;
28779
- color: rgba(129, 138, 153, 0.6);
28780
- }
28781
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-list,
28782
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
28783
- margin: 0;
28784
- }
28785
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
28786
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item {
28787
- min-width: 128px;
28788
- }
28789
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
28790
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
28791
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item,
28792
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
28793
- display: flex;
28794
- padding: 4px 22px 4px 10px;
28795
- font-family: Inter;
28796
- font-style: normal;
28797
- font-weight: normal;
28798
- font-size: 14px;
28799
- line-height: 22px;
28800
- color: #2d3a56;
28801
- }
28802
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
28803
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover,
28804
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
28805
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover {
28806
- background-color: rgba(0, 128, 255, 0.1);
28807
- color: #005ed1;
28808
- }
28809
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
28810
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
28811
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
28812
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled {
28813
- opacity: 0.5;
28814
- }
28815
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
28816
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger,
28817
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
28818
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger {
28819
- color: #f0483e;
28820
- }
28821
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
28822
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover,
28823
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
28824
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover {
28825
- background-color: rgba(240, 72, 62, 0.1);
28826
- color: #f0483e;
28827
- }
28828
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
28829
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled,
28830
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
28831
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled {
28832
- color: #f0483e;
28833
- opacity: 0.5;
28834
- }
28835
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
28836
- .ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider,
28837
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
28838
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider {
28839
- margin-left: 0;
28840
- margin-right: 0;
28841
- background: rgba(213, 219, 227, 0.6);
28842
- }
28843
- .ant-dropdown > .ant-dropdown-menu .icon-wrapper,
28844
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper {
28845
- display: flex;
28846
- width: 100%;
28847
- }
28848
- .ant-dropdown > .ant-dropdown-menu .icon-wrapper .icon-inner,
28849
- .ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper .icon-inner {
28850
- margin-right: 4px;
28851
- }
28852
-
28853
- .ant-dropdown-menu-submenu.ant-dropdown-menu {
28854
- padding: 0;
28855
- }
28856
- .ant-dropdown-menu-submenu.ant-dropdown-menu > [role=menu] {
28857
- margin: 0;
28858
- }
28859
-
28860
- .ant-dropdown.no-animation-enter {
28861
- display: block;
28862
- opacity: 1 !important;
28863
- }
28864
-
28865
- .ant-dropdown.no-animation-leave {
28866
- display: none;
28867
- }
28868
-
28869
- .ant-message-notice-content {
28870
- max-width: 800px;
28871
- }
28872
- .ant-message-notice-content .ant-message-custom-content {
28873
- overflow: hidden;
28874
- white-space: nowrap;
28875
- text-overflow: ellipsis;
28876
- }
28877
-
28878
- body {
28879
- font-feature-settings: normal;
28880
- -webkit-font-feature-settings: normal;
28881
- font-variant: normal;
28882
- min-width: 1280px;
28883
- overflow: hidden;
28884
- }
28885
-
28886
- p {
28887
- margin: 0;
28888
- }
28889
-
28890
- #root {
28891
- width: 100vw;
28892
- overflow-x: auto;
28893
- }
28894
-
28895
- .disable-select {
28896
- -webkit-touch-callout: none;
28897
- -webkit-user-select: none;
28898
- -khtml-user-select: none;
28899
- -moz-user-select: none;
28900
- -ms-user-select: none;
28901
- user-select: none;
28902
- }
28903
-
28904
- .relative {
28905
- position: relative;
28906
- }
28907
-
28908
- .drag {
28909
- position: absolute;
28910
- right: -4px;
28911
- top: 0;
28912
- width: 8px;
28913
- z-index: 9;
28914
- height: 100%;
28915
- cursor: col-resize;
28916
- }
28917
-
28918
- .table-wrapper {
28919
- position: relative;
28920
- }
28921
- .table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
28922
- right: 0 !important;
28923
- }
28924
- .table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
28925
- display: none;
28926
- }
28927
- .table-wrapper.table-sticky-header .ant-table-header {
28928
- position: sticky;
28929
- top: 0px;
28930
- }
28931
- .table-wrapper.table-sticky-header .ant-table-body {
28932
- overflow: auto visible !important;
28933
- }
28934
-
28935
- .table-wrapper.dragging .ant-table-column-has-sorters {
28936
- pointer-events: none;
28937
- }
28938
-
28939
- .ant-picker.ant-picker-disabled {
28940
- background: rgba(211, 218, 235, 0.6);
28941
- border-color: rgba(211, 218, 235, 0.6);
28942
- }
28943
- .ant-picker.error:not(.ant-picker-disabled) {
28944
- border-color: #e75a3a;
28945
- }
28946
-
28947
- .ant-picker-cell {
28948
- vertical-align: middle;
28949
- }
28950
-
28951
- .ant-modal {
28952
- margin: 0 auto;
28953
- max-width: 100%;
28954
- top: 50%;
28955
- transform: translateY(-50%);
28568
+ .ant-modal {
28569
+ margin: 0 auto;
28570
+ max-width: 100%;
28571
+ top: 50%;
28572
+ transform: translateY(-50%);
28956
28573
  }
28957
28574
  .ant-modal .ant-modal-close-x {
28958
28575
  width: 20px;
@@ -29828,6 +29445,20 @@ input[type=submit] {
29828
29445
  -webkit-appearance: button;
29829
29446
  cursor: pointer;
29830
29447
  }
29448
+
29449
+ /* move from override.csss */
29450
+ body {
29451
+ font-feature-settings: normal;
29452
+ -webkit-font-feature-settings: normal;
29453
+ font-variant: normal;
29454
+ min-width: 1280px;
29455
+ overflow: hidden;
29456
+ }
29457
+
29458
+ #root {
29459
+ width: 100vw;
29460
+ overflow-x: auto;
29461
+ }
29831
29462
  /* variable font */
29832
29463
  html body {
29833
29464
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
@@ -29840,36 +29471,111 @@ html body {
29840
29471
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29841
29472
  }
29842
29473
  }
29843
- .buj61ew.ant-btn-icon-only {
29474
+ .fde5mpd {
29475
+ width: 100%;
29476
+ height: 100%;
29477
+ min-height: 124px;
29478
+ display: flex;
29479
+ flex-direction: column;
29844
29480
  justify-content: center;
29845
- }
29846
- .buj61ew.ant-btn {
29847
- display: inline-flex;
29848
29481
  align-items: center;
29849
- justify-content: center;
29850
- height: 32px;
29851
- border-radius: 6px;
29852
- line-height: 22px;
29853
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
29854
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
29855
29482
  }
29856
- .buj61ew.ant-btn.ant-btn-lg {
29857
- height: 40px;
29858
- line-height: 24px;
29483
+ .fde5mpd .error-text {
29484
+ color: rgba(10, 37, 85, 0.6);
29485
+ margin-bottom: 16px;
29486
+ font-size: 18px;
29859
29487
  }
29860
- .buj61ew.ant-btn.ant-btn-sm {
29861
- height: 24px;
29862
- line-height: 20px;
29488
+
29489
+ .iap75of {
29490
+ height: 18px;
29491
+ line-height: 18px;
29492
+ padding: 0 4px;
29493
+ border-radius: 4px;
29494
+ background: rgba(235, 239, 245, 0.6);
29495
+ border: 1px solid rgba(223, 228, 235, 0.6);
29496
+ display: flex;
29497
+ align-items: center;
29498
+ white-space: nowrap;
29499
+ margin-right: 4px;
29863
29500
  }
29864
- .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
29865
- border-radius: 50%;
29501
+
29502
+ .bpq0js6 {
29503
+ padding: 4px 11px;
29866
29504
  }
29867
- .buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
29868
- color: var(--color, #06101f);
29869
- font-weight: var(--font-weight);
29870
- background: var(--background-color, #fff);
29871
- border-width: var(--border-width, 1px);
29872
- border-color: var(--border-color, #d9d9d9);
29505
+
29506
+ .b15sn34c {
29507
+ white-space: nowrap;
29508
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29509
+ }
29510
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29511
+ --color: #0080ff;
29512
+ }
29513
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29514
+ --color: #0080ff;
29515
+ }
29516
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29517
+ margin-left: 1px;
29518
+ }
29519
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
29520
+ border-top-right-radius: 0;
29521
+ border-bottom-right-radius: 0;
29522
+ }
29523
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
29524
+ border-top-left-radius: 0;
29525
+ border-bottom-left-radius: 0;
29526
+ }
29527
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29528
+ border-radius: unset;
29529
+ }
29530
+
29531
+ .i1mrf09m {
29532
+ display: inline-flex;
29533
+ align-items: center;
29534
+ }
29535
+ .i1mrf09m .icon-inner {
29536
+ display: inline-flex;
29537
+ align-items: center;
29538
+ justify-content: center;
29539
+ }
29540
+ .i1mrf09m .icon-inner + span,
29541
+ .i1mrf09m span + .icon-inner.suffix {
29542
+ margin-left: 4px;
29543
+ }
29544
+ .i1mrf09m.is-rotate img,
29545
+ .i1mrf09m.is-rotate svg {
29546
+ animation: rotate 680ms linear infinite;
29547
+ }
29548
+
29549
+ .buj61ew.ant-btn-icon-only {
29550
+ justify-content: center;
29551
+ }
29552
+ .buj61ew.ant-btn {
29553
+ display: inline-flex;
29554
+ align-items: center;
29555
+ justify-content: center;
29556
+ height: 32px;
29557
+ border-radius: 6px;
29558
+ line-height: 22px;
29559
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
29560
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
29561
+ }
29562
+ .buj61ew.ant-btn.ant-btn-lg {
29563
+ height: 40px;
29564
+ line-height: 24px;
29565
+ }
29566
+ .buj61ew.ant-btn.ant-btn-sm {
29567
+ height: 24px;
29568
+ line-height: 20px;
29569
+ }
29570
+ .buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
29571
+ border-radius: 50%;
29572
+ }
29573
+ .buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
29574
+ color: var(--color, #06101f);
29575
+ font-weight: var(--font-weight);
29576
+ background: var(--background-color, #fff);
29577
+ border-width: var(--border-width, 1px);
29578
+ border-color: var(--border-color, #d9d9d9);
29873
29579
  }
29874
29580
  .buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
29875
29581
  display: none;
@@ -30090,90 +29796,6 @@ html body {
30090
29796
  padding: 0;
30091
29797
  }
30092
29798
 
30093
- .bpq0js6 {
30094
- padding: 4px 11px;
30095
- }
30096
-
30097
- .b15sn34c {
30098
- white-space: nowrap;
30099
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30100
- }
30101
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30102
- --color: #0080ff;
30103
- }
30104
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30105
- --color: #0080ff;
30106
- }
30107
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
30108
- margin-left: 1px;
30109
- }
30110
- .b15sn34c > .ant-btn:not(:only-child):first-child {
30111
- border-top-right-radius: 0;
30112
- border-bottom-right-radius: 0;
30113
- }
30114
- .b15sn34c > .ant-btn:not(:only-child):last-child {
30115
- border-top-left-radius: 0;
30116
- border-bottom-left-radius: 0;
30117
- }
30118
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30119
- border-radius: unset;
30120
- }
30121
-
30122
- .fde5mpd {
30123
- width: 100%;
30124
- height: 100%;
30125
- min-height: 124px;
30126
- display: flex;
30127
- flex-direction: column;
30128
- justify-content: center;
30129
- align-items: center;
30130
- }
30131
- .fde5mpd .error-text {
30132
- color: rgba(10, 37, 85, 0.6);
30133
- margin-bottom: 16px;
30134
- font-size: 18px;
30135
- }
30136
-
30137
- .i1mrf09m {
30138
- display: inline-flex;
30139
- align-items: center;
30140
- }
30141
- .i1mrf09m .icon-inner {
30142
- display: inline-flex;
30143
- align-items: center;
30144
- justify-content: center;
30145
- }
30146
- .i1mrf09m .icon-inner + span,
30147
- .i1mrf09m span + .icon-inner.suffix {
30148
- margin-left: 4px;
30149
- }
30150
- .i1mrf09m.is-rotate img,
30151
- .i1mrf09m.is-rotate svg {
30152
- animation: rotate 680ms linear infinite;
30153
- }
30154
-
30155
- .iap75of {
30156
- height: 18px;
30157
- line-height: 18px;
30158
- padding: 0 4px;
30159
- border-radius: 4px;
30160
- background: rgba(235, 239, 245, 0.6);
30161
- border: 1px solid rgba(223, 228, 235, 0.6);
30162
- display: flex;
30163
- align-items: center;
30164
- white-space: nowrap;
30165
- margin-right: 4px;
30166
- }
30167
-
30168
- .obf05yr {
30169
- display: inline-block;
30170
- }
30171
-
30172
- .hsms1n6 {
30173
- visibility: hidden;
30174
- position: absolute;
30175
- }
30176
-
30177
29799
  .p12gwtiw {
30178
29800
  display: flex;
30179
29801
  justify-content: space-between;
@@ -30377,6 +29999,15 @@ html body {
30377
29999
  width: 36px;
30378
30000
  }
30379
30001
 
30002
+ .obf05yr {
30003
+ display: inline-block;
30004
+ }
30005
+
30006
+ .hsms1n6 {
30007
+ visibility: hidden;
30008
+ position: absolute;
30009
+ }
30010
+
30380
30011
  .cz04yix {
30381
30012
  display: flex;
30382
30013
  flex-direction: column;
@@ -31044,45 +30675,524 @@ input.rrg1fkn.ant-input {
31044
30675
  margin-left: 5px;
31045
30676
  }
31046
30677
 
31047
- .t1upn1sz {
31048
- height: 100%;
30678
+ .i1e4sgug {
30679
+ display: inline-block;
31049
30680
  }
31050
30681
 
31051
- .tta5kd2 {
31052
- height: 100%;
31053
- }
31054
- .tta5kd2.empty-table .ant-table-content {
31055
- overflow: visible !important;
31056
- height: 100%;
31057
- }
31058
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31059
- height: 100%;
30682
+ .d6j0lbj {
30683
+ font-family: Inter;
30684
+ font-style: normal;
30685
+ font-weight: bold;
30686
+ font-size: 32px;
30687
+ line-height: 40px;
31060
30688
  }
31061
- .tta5kd2.empty-table .ant-table-content table {
31062
- width: 100% !important;
31063
- height: 100%;
30689
+
30690
+ .d1xhvvxe {
30691
+ font-family: Inter;
30692
+ font-style: normal;
30693
+ font-weight: bold;
30694
+ font-size: 24px;
30695
+ line-height: 32px;
31064
30696
  }
31065
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31066
- padding: 15px 0;
30697
+
30698
+ .dk10mxq {
30699
+ font-family: Inter;
30700
+ font-style: normal;
30701
+ font-weight: normal;
30702
+ font-size: 32px;
30703
+ line-height: 40px;
31067
30704
  }
31068
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31069
- display: none;
30705
+
30706
+ .dxsait {
30707
+ font-family: Inter;
30708
+ font-style: normal;
30709
+ font-weight: bold;
30710
+ font-size: 20px;
30711
+ line-height: 24px;
31070
30712
  }
31071
- .tta5kd2 .active-row td:nth-child(1) {
31072
- font-weight: 700;
30713
+
30714
+ .dokn0h3 {
30715
+ font-family: Inter;
30716
+ font-style: normal;
30717
+ font-weight: normal;
30718
+ font-size: 20px;
30719
+ line-height: 24px;
31073
30720
  }
31074
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31075
- font-weight: 700;
30721
+
30722
+ .dobau4p {
30723
+ font-family: Inter;
30724
+ font-style: normal;
30725
+ font-weight: bold;
30726
+ font-size: 18px;
30727
+ line-height: 22px;
31076
30728
  }
31077
- .tta5kd2 .ant-spin-nested-loading {
31078
- height: 100%;
30729
+
30730
+ .dvolwok {
30731
+ font-family: Inter;
30732
+ font-style: normal;
30733
+ font-weight: normal;
30734
+ font-size: 18px;
30735
+ line-height: 22px;
31079
30736
  }
31080
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31081
- height: 100%;
31082
- overflow: visible;
30737
+
30738
+ .h181qhg4 {
30739
+ font-family: Inter;
30740
+ font-style: normal;
30741
+ font-weight: bold;
30742
+ font-size: 16px;
30743
+ line-height: 22px;
31083
30744
  }
31084
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31085
- max-height: none;
30745
+
30746
+ .h1phgmcq {
30747
+ font-family: Inter;
30748
+ font-style: normal;
30749
+ font-weight: normal;
30750
+ font-size: 16px;
30751
+ line-height: 22px;
30752
+ }
30753
+
30754
+ .h173xnl1 {
30755
+ font-family: Inter;
30756
+ font-style: normal;
30757
+ font-weight: bold;
30758
+ font-size: 14px;
30759
+ line-height: 20px;
30760
+ }
30761
+
30762
+ .hedm4pz {
30763
+ font-family: Inter;
30764
+ font-style: normal;
30765
+ font-weight: normal;
30766
+ font-size: 14px;
30767
+ line-height: 20px;
30768
+ }
30769
+
30770
+ .h1kd8xld {
30771
+ font-family: Inter;
30772
+ font-style: normal;
30773
+ font-weight: bold;
30774
+ font-size: 12px;
30775
+ line-height: 18px;
30776
+ }
30777
+
30778
+ .hp14fr {
30779
+ font-family: Inter;
30780
+ font-style: normal;
30781
+ font-weight: normal;
30782
+ font-size: 12px;
30783
+ line-height: 18px;
30784
+ }
30785
+
30786
+ .hgrg7mn {
30787
+ font-family: Inter;
30788
+ font-style: normal;
30789
+ font-weight: bold;
30790
+ text-transform: uppercase;
30791
+ font-feature-settings: "cpsp" on;
30792
+ font-size: 12px;
30793
+ line-height: 18px;
30794
+ }
30795
+
30796
+ .h6zme9x {
30797
+ font-family: Inter;
30798
+ font-style: normal;
30799
+ font-weight: normal;
30800
+ text-transform: uppercase;
30801
+ font-feature-settings: "cpsp" on;
30802
+ font-size: 12px;
30803
+ line-height: 18px;
30804
+ }
30805
+
30806
+ .locjvsv {
30807
+ font-family: Inter;
30808
+ font-style: normal;
30809
+ font-weight: normal;
30810
+ font-size: 16px;
30811
+ line-height: 24px;
30812
+ }
30813
+
30814
+ .l13gi131 {
30815
+ font-family: Inter;
30816
+ font-style: normal;
30817
+ font-weight: bold;
30818
+ font-size: 16px;
30819
+ line-height: 24px;
30820
+ }
30821
+
30822
+ .l1ynemsu {
30823
+ font-family: Inter;
30824
+ font-style: normal;
30825
+ font-weight: normal;
30826
+ font-size: 16px;
30827
+ line-height: 24px;
30828
+ }
30829
+
30830
+ .l1cft1cx {
30831
+ font-family: Inter;
30832
+ font-style: normal;
30833
+ font-weight: bold;
30834
+ font-size: 16px;
30835
+ line-height: 24px;
30836
+ }
30837
+
30838
+ .l17tqc8p {
30839
+ font-family: Inter;
30840
+ font-style: normal;
30841
+ font-weight: normal;
30842
+ text-transform: uppercase;
30843
+ font-feature-settings: "cpsp" on;
30844
+ font-size: 16px;
30845
+ line-height: 24px;
30846
+ }
30847
+
30848
+ .l1j1e5w7 {
30849
+ font-family: Inter;
30850
+ font-style: normal;
30851
+ font-weight: bold;
30852
+ text-transform: uppercase;
30853
+ font-feature-settings: "cpsp" on;
30854
+ font-size: 16px;
30855
+ line-height: 24px;
30856
+ }
30857
+
30858
+ .l1gf91jb {
30859
+ font-family: Inter;
30860
+ font-style: normal;
30861
+ font-weight: normal;
30862
+ font-size: 14px;
30863
+ line-height: 22px;
30864
+ }
30865
+
30866
+ .lu7hlr6 {
30867
+ font-family: Inter;
30868
+ font-style: normal;
30869
+ font-weight: 500;
30870
+ font-size: 14px;
30871
+ line-height: 22px;
30872
+ }
30873
+
30874
+ .l3l3jf0 {
30875
+ font-family: Inter;
30876
+ font-style: normal;
30877
+ font-weight: bold;
30878
+ font-size: 14px;
30879
+ line-height: 22px;
30880
+ }
30881
+
30882
+ .l12j5nqp {
30883
+ font-family: Inter;
30884
+ font-style: normal;
30885
+ font-weight: normal;
30886
+ font-size: 14px;
30887
+ line-height: 22px;
30888
+ }
30889
+
30890
+ .l1tecqht {
30891
+ font-family: Inter;
30892
+ font-style: normal;
30893
+ font-weight: bold;
30894
+ font-size: 14px;
30895
+ line-height: 22px;
30896
+ }
30897
+
30898
+ .l6sa990 {
30899
+ font-family: Inter;
30900
+ font-style: normal;
30901
+ font-weight: normal;
30902
+ text-transform: uppercase;
30903
+ font-feature-settings: "cpsp" on;
30904
+ font-size: 14px;
30905
+ line-height: 22px;
30906
+ }
30907
+
30908
+ .lckqe8j {
30909
+ font-family: Inter;
30910
+ font-style: normal;
30911
+ font-weight: bold;
30912
+ text-transform: uppercase;
30913
+ font-feature-settings: "cpsp" on;
30914
+ font-size: 14px;
30915
+ line-height: 22px;
30916
+ }
30917
+
30918
+ .l1kuminb {
30919
+ font-family: Inter;
30920
+ font-style: normal;
30921
+ font-weight: normal;
30922
+ font-size: 13px;
30923
+ line-height: 20px;
30924
+ }
30925
+
30926
+ .l1pbuf5j {
30927
+ font-family: Inter;
30928
+ font-style: normal;
30929
+ font-weight: 600;
30930
+ font-size: 13px;
30931
+ line-height: 20px;
30932
+ }
30933
+
30934
+ .l1r4ztu {
30935
+ font-family: Inter;
30936
+ font-style: normal;
30937
+ font-weight: bold;
30938
+ font-size: 13px;
30939
+ line-height: 20px;
30940
+ }
30941
+
30942
+ .ly8vzok {
30943
+ font-family: Inter;
30944
+ font-style: normal;
30945
+ font-weight: normal;
30946
+ font-size: 13px;
30947
+ line-height: 20px;
30948
+ }
30949
+
30950
+ .lumfmf {
30951
+ font-family: Inter;
30952
+ font-style: normal;
30953
+ font-weight: 600;
30954
+ font-size: 13px;
30955
+ line-height: 20px;
30956
+ }
30957
+
30958
+ .l16ujwmv {
30959
+ font-family: Inter;
30960
+ font-style: normal;
30961
+ font-weight: bold;
30962
+ font-size: 13px;
30963
+ line-height: 20px;
30964
+ }
30965
+
30966
+ .l17o1ffr {
30967
+ font-family: Inter;
30968
+ font-style: normal;
30969
+ font-weight: normal;
30970
+ text-transform: uppercase;
30971
+ font-feature-settings: "cpsp" on;
30972
+ font-size: 13px;
30973
+ line-height: 20px;
30974
+ }
30975
+
30976
+ .lngllvn {
30977
+ font-family: Inter;
30978
+ font-style: normal;
30979
+ font-weight: bold;
30980
+ text-transform: uppercase;
30981
+ font-feature-settings: "cpsp" on;
30982
+ font-size: 13px;
30983
+ line-height: 20px;
30984
+ }
30985
+
30986
+ .l2i7fo9 {
30987
+ font-family: Inter;
30988
+ font-style: normal;
30989
+ font-weight: normal;
30990
+ font-size: 12px;
30991
+ line-height: 18px;
30992
+ }
30993
+
30994
+ .l1x7hscx {
30995
+ font-family: Inter;
30996
+ font-style: normal;
30997
+ font-weight: 500;
30998
+ font-size: 12px;
30999
+ line-height: 18px;
31000
+ }
31001
+
31002
+ .le1jwan {
31003
+ font-family: Inter;
31004
+ font-style: normal;
31005
+ font-weight: bold;
31006
+ font-size: 12px;
31007
+ line-height: 18px;
31008
+ }
31009
+
31010
+ .lyxynfj {
31011
+ font-family: Inter;
31012
+ font-style: normal;
31013
+ font-weight: normal;
31014
+ font-size: 12px;
31015
+ line-height: 18px;
31016
+ }
31017
+
31018
+ .lpb2nxv {
31019
+ font-family: Inter;
31020
+ font-style: normal;
31021
+ font-weight: 500;
31022
+ font-size: 12px;
31023
+ line-height: 18px;
31024
+ }
31025
+
31026
+ .l1r8o3vv {
31027
+ font-family: Inter;
31028
+ font-style: normal;
31029
+ font-weight: bold;
31030
+ font-size: 12px;
31031
+ line-height: 18px;
31032
+ }
31033
+
31034
+ .lemnjy2 {
31035
+ font-family: Inter;
31036
+ font-style: normal;
31037
+ font-weight: normal;
31038
+ text-transform: uppercase;
31039
+ font-feature-settings: "cpsp" on;
31040
+ font-size: 12px;
31041
+ line-height: 18px;
31042
+ }
31043
+
31044
+ .lrc42gb {
31045
+ font-family: Inter;
31046
+ font-style: normal;
31047
+ font-weight: bold;
31048
+ text-transform: uppercase;
31049
+ font-feature-settings: "cpsp" on;
31050
+ font-size: 12px;
31051
+ line-height: 18px;
31052
+ }
31053
+
31054
+ .fqaz4mb {
31055
+ font-family: Inter;
31056
+ font-style: normal;
31057
+ font-weight: normal;
31058
+ font-size: 13px;
31059
+ line-height: 20px;
31060
+ }
31061
+
31062
+ .f13we5o {
31063
+ font-family: Inter;
31064
+ font-style: normal;
31065
+ font-weight: normal;
31066
+ font-size: 13px;
31067
+ line-height: 20px;
31068
+ }
31069
+
31070
+ .ffmjua2 {
31071
+ font-family: Inter;
31072
+ font-style: normal;
31073
+ font-weight: normal;
31074
+ font-size: 12px;
31075
+ line-height: 18px;
31076
+ }
31077
+
31078
+ .fz2mxw0 {
31079
+ font-family: Inter;
31080
+ font-style: normal;
31081
+ font-weight: normal;
31082
+ font-size: 12px;
31083
+ line-height: 18px;
31084
+ }
31085
+
31086
+ .t1ertzoh {
31087
+ font-family: Inter;
31088
+ font-style: normal;
31089
+ font-weight: normal;
31090
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31091
+ font-size: 13px;
31092
+ line-height: 20px;
31093
+ }
31094
+
31095
+ .t19bge8r {
31096
+ font-family: Inter;
31097
+ font-style: normal;
31098
+ font-weight: normal;
31099
+ font-feature-settings: "zero" on;
31100
+ font-size: 13px;
31101
+ line-height: 20px;
31102
+ }
31103
+
31104
+ .tjrzfyl {
31105
+ font-family: Inter;
31106
+ font-style: normal;
31107
+ font-weight: normal;
31108
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31109
+ font-size: 12px;
31110
+ line-height: 18px;
31111
+ }
31112
+
31113
+ .tm6s7bo {
31114
+ font-family: Inter;
31115
+ font-style: normal;
31116
+ font-weight: 500;
31117
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31118
+ font-size: 12px;
31119
+ line-height: 18px;
31120
+ }
31121
+
31122
+ .t19zq6ic {
31123
+ font-family: Inter;
31124
+ font-style: normal;
31125
+ font-weight: normal;
31126
+ font-feature-settings: "zero" on;
31127
+ font-size: 12px;
31128
+ line-height: 18px;
31129
+ }
31130
+
31131
+ .t1gduru8 {
31132
+ font-family: Inter;
31133
+ font-style: normal;
31134
+ font-weight: 500;
31135
+ font-feature-settings: "zero" on;
31136
+ font-size: 12px;
31137
+ line-height: 18px;
31138
+ }
31139
+
31140
+ .t55raab {
31141
+ font-family: Inter;
31142
+ font-style: normal;
31143
+ font-weight: bold;
31144
+ font-feature-settings: "zero" on;
31145
+ font-size: 16px;
31146
+ line-height: 24px;
31147
+ }
31148
+
31149
+ .u1w9abfe {
31150
+ font-family: Inter;
31151
+ font-style: normal;
31152
+ font-weight: normal;
31153
+ font-size: 10px;
31154
+ line-height: 12px;
31155
+ }
31156
+
31157
+ .t1upn1sz {
31158
+ height: 100%;
31159
+ }
31160
+
31161
+ .tta5kd2 {
31162
+ height: 100%;
31163
+ }
31164
+ .tta5kd2.empty-table .ant-table-content {
31165
+ overflow: visible !important;
31166
+ height: 100%;
31167
+ }
31168
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31169
+ height: 100%;
31170
+ }
31171
+ .tta5kd2.empty-table .ant-table-content table {
31172
+ width: 100% !important;
31173
+ height: 100%;
31174
+ }
31175
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31176
+ padding: 15px 0;
31177
+ }
31178
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31179
+ display: none;
31180
+ }
31181
+ .tta5kd2 .active-row td:nth-child(1) {
31182
+ font-weight: 700;
31183
+ }
31184
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31185
+ font-weight: 700;
31186
+ }
31187
+ .tta5kd2 .ant-spin-nested-loading {
31188
+ height: 100%;
31189
+ }
31190
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31191
+ height: 100%;
31192
+ overflow: visible;
31193
+ }
31194
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31195
+ max-height: none;
31086
31196
  }
31087
31197
  .tta5kd2.table-init-loading .ant-spin-blur thead,
31088
31198
  .tta5kd2.table-init-loading .ant-spin-blur tbody {
@@ -31220,752 +31330,295 @@ input.rrg1fkn.ant-input {
31220
31330
  width: 4px;
31221
31331
  top: -1px;
31222
31332
  bottom: -1px;
31223
- background: white;
31224
- }
31225
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31226
- border-radius: 0 8px 8px 0;
31227
- }
31228
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31229
- border-radius: 0;
31230
- background: white;
31231
- border-top: none;
31232
- }
31233
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31234
- border-top: 1px solid transparent;
31235
- border-radius: 0 8px 8px 0;
31236
- background: rgba(225, 230, 241, 0.6);
31237
- }
31238
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31239
- background: white;
31240
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31241
- }
31242
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31243
- display: flex;
31244
- align-items: center;
31245
- height: 100%;
31246
- background: rgba(225, 230, 241, 0.6);
31247
- }
31248
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31249
- background: white;
31250
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31251
- }
31252
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31253
- display: flex;
31254
- align-items: center;
31255
- height: 100%;
31256
- background: rgba(225, 230, 241, 0.6);
31257
- }
31258
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31259
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31260
- }
31261
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31262
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31263
- border-radius: 8px;
31264
- }
31265
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31266
- border-top-color: white;
31267
- }
31268
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31269
- background: rgba(0, 136, 255, 0.1);
31270
- border-bottom-color: transparent;
31271
- border-top-color: transparent;
31272
- }
31273
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31274
- border-radius: 8px 0 0 8px;
31275
- }
31276
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31277
- border-radius: 0 8px 8px 0;
31278
- }
31279
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31280
- background: rgba(0, 136, 255, 0.1);
31281
- }
31282
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31283
- background: #fff;
31284
- font-weight: 400;
31285
- position: relative;
31286
- border-bottom: none;
31287
- color: #00122e;
31288
- transition: none;
31289
- padding: 15px 8px 15px 8px;
31290
- }
31291
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31292
- content: "";
31293
- width: 1px;
31294
- top: 0;
31295
- bottom: 0;
31296
- background: rgba(211, 218, 235, 0.6);
31297
- position: absolute;
31298
- right: 0;
31299
- }
31300
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31301
- padding: unset;
31302
- }
31303
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31304
- display: none;
31305
- }
31306
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31307
- width: 100%;
31308
- overflow: hidden;
31309
- white-space: nowrap;
31310
- text-overflow: ellipsis;
31311
- }
31312
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31313
- overflow: hidden;
31314
- text-overflow: ellipsis;
31315
- flex: 1;
31316
- }
31317
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31318
- padding: 15px 25px 15px 8px;
31319
- }
31320
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31321
- padding: 0;
31322
- }
31323
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31324
- position: absolute;
31325
- right: 6px;
31326
- top: 50%;
31327
- transform: translateY(-50%);
31328
- height: 16px;
31329
- display: none;
31330
- transition: transform 320ms ease;
31331
- }
31332
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31333
- display: block;
31334
- transform: translateY(-50%) rotateX(180deg);
31335
- }
31336
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31337
- display: block;
31338
- }
31339
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31340
- display: none;
31341
- }
31342
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31343
- transform: translateY(-50%);
31344
- }
31345
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31346
- transform: translateY(-50%) rotateX(180deg);
31347
- }
31348
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31349
- background: #f2f5fa;
31350
- }
31351
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31352
- display: block;
31353
- }
31354
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31355
- padding-right: 25px;
31356
- }
31357
- .tta5kd2 .ant-table .ant-table-selection-column {
31358
- padding: 0 !important;
31359
- }
31360
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31361
- position: absolute;
31362
- left: 50%;
31363
- top: 50%;
31364
- transform: translate(-50%, -50%);
31365
- }
31366
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31367
- display: none;
31368
- }
31369
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31370
- background: #fff;
31371
- }
31372
- .tta5kd2 .ant-table .ant-table-placeholder {
31373
- background: inherit;
31374
- }
31375
- .tta5kd2 .ant-table .ant-table-placeholder td {
31376
- position: static;
31377
- border: none;
31378
- background: inherit !important;
31379
- height: 100px;
31380
- vertical-align: middle;
31381
- }
31382
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31383
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31384
- font-weight: bold;
31385
- font-size: 20px;
31386
- color: rgba(10, 37, 85, 0.6);
31387
- }
31388
- .tta5kd2 .ant-table td.cell__action_ {
31389
- padding: 0 !important;
31390
- position: relative;
31391
- background: #fff;
31392
- }
31393
- .tta5kd2 .ant-table td.cell__action_ > * {
31394
- height: 100%;
31395
- display: flex;
31396
- align-items: center;
31397
- justify-content: flex-end;
31398
- padding-right: 8px;
31399
- }
31400
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31401
- width: 24px;
31402
- height: 24px;
31403
- cursor: pointer;
31404
- justify-content: center;
31405
- border-radius: 4px;
31406
- }
31407
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31408
- background: #fff;
31409
- }
31410
-
31411
- .s1fc623g {
31412
- width: 430px !important;
31413
- }
31414
-
31415
- .da3mx0o .ant-select-item-group {
31416
- padding: 8px 16px;
31417
- line-height: 18px;
31418
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31419
- height: 34px;
31420
- min-height: 34px;
31421
- box-sizing: border-box;
31422
- margin-top: 8px;
31423
- }
31424
-
31425
- .onr9gzt {
31426
- display: flex;
31427
- flex-direction: column;
31428
- margin: 1px 8px;
31429
- padding: 8px;
31430
- border-radius: 4px;
31431
- }
31432
- .onr9gzt .selected-icon {
31433
- display: none;
31434
- }
31435
- .onr9gzt.ant-select-item-option-grouped {
31436
- padding-left: 8px;
31437
- }
31438
- .onr9gzt.ant-select-item-option-selected {
31439
- background-color: white;
31440
- }
31441
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31442
- color: #0080ff;
31443
- }
31444
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31445
- display: block;
31446
- }
31447
- .onr9gzt.ant-select-item-option-active {
31448
- background: rgba(0, 136, 255, 0.16);
31449
- }
31450
- .onr9gzt.ant-select-item-option-active .timezone-title {
31451
- color: #0080ff;
31452
- }
31453
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31454
- background: rgba(0, 136, 255, 0.1);
31455
- color: #0080ff;
31456
- }
31457
-
31458
- .oiy0apc {
31459
- display: flex;
31460
- justify-content: space-between;
31461
- height: 20px;
31462
- line-height: 20px;
31463
- }
31464
- .oiy0apc .timezone-title {
31465
- color: #2d3a56;
31466
- overflow: hidden;
31467
- text-overflow: ellipsis;
31468
- }
31469
-
31470
- .of4y382 {
31471
- display: flex;
31472
- justify-content: space-between;
31473
- color: rgba(44, 56, 82, 0.6);
31474
- height: 18px;
31475
- line-height: 18px;
31476
- margin-top: 2px;
31333
+ background: white;
31477
31334
  }
31478
-
31479
- .t19903l9 {
31480
- border: none;
31481
- margin-right: 0;
31482
- background: rgba(225, 230, 241, 0.6);
31335
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31336
+ border-radius: 0 8px 8px 0;
31483
31337
  }
31484
-
31485
- .ohwbvxu {
31486
- pointer-events: none;
31487
- height: 32px;
31488
- width: 100%;
31489
- opacity: 0;
31338
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31339
+ border-radius: 0;
31340
+ background: white;
31341
+ border-top: none;
31490
31342
  }
31491
-
31492
- .i1e4sgug {
31493
- display: inline-block;
31343
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31344
+ border-top: 1px solid transparent;
31345
+ border-radius: 0 8px 8px 0;
31346
+ background: rgba(225, 230, 241, 0.6);
31494
31347
  }
31495
-
31496
- .d6j0lbj {
31497
- font-family: Inter;
31498
- font-style: normal;
31499
- font-weight: bold;
31500
- font-size: 32px;
31501
- line-height: 40px;
31348
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31349
+ background: white;
31350
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31502
31351
  }
31503
-
31504
- .d1xhvvxe {
31505
- font-family: Inter;
31506
- font-style: normal;
31507
- font-weight: bold;
31508
- font-size: 24px;
31509
- line-height: 32px;
31352
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31353
+ display: flex;
31354
+ align-items: center;
31355
+ height: 100%;
31356
+ background: rgba(225, 230, 241, 0.6);
31510
31357
  }
31511
-
31512
- .dk10mxq {
31513
- font-family: Inter;
31514
- font-style: normal;
31515
- font-weight: normal;
31516
- font-size: 32px;
31517
- line-height: 40px;
31358
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31359
+ background: white;
31360
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31518
31361
  }
31519
-
31520
- .dxsait {
31521
- font-family: Inter;
31522
- font-style: normal;
31523
- font-weight: bold;
31524
- font-size: 20px;
31525
- line-height: 24px;
31362
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31363
+ display: flex;
31364
+ align-items: center;
31365
+ height: 100%;
31366
+ background: rgba(225, 230, 241, 0.6);
31526
31367
  }
31527
-
31528
- .dokn0h3 {
31529
- font-family: Inter;
31530
- font-style: normal;
31531
- font-weight: normal;
31532
- font-size: 20px;
31533
- line-height: 24px;
31368
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31369
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31534
31370
  }
31535
-
31536
- .dobau4p {
31537
- font-family: Inter;
31538
- font-style: normal;
31539
- font-weight: bold;
31540
- font-size: 18px;
31541
- line-height: 22px;
31371
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31372
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31373
+ border-radius: 8px;
31542
31374
  }
31543
-
31544
- .dvolwok {
31545
- font-family: Inter;
31546
- font-style: normal;
31547
- font-weight: normal;
31548
- font-size: 18px;
31549
- line-height: 22px;
31375
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31376
+ border-top-color: white;
31550
31377
  }
31551
-
31552
- .h181qhg4 {
31553
- font-family: Inter;
31554
- font-style: normal;
31555
- font-weight: bold;
31556
- font-size: 16px;
31557
- line-height: 22px;
31378
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31379
+ background: rgba(0, 136, 255, 0.1);
31380
+ border-bottom-color: transparent;
31381
+ border-top-color: transparent;
31558
31382
  }
31559
-
31560
- .h1phgmcq {
31561
- font-family: Inter;
31562
- font-style: normal;
31563
- font-weight: normal;
31564
- font-size: 16px;
31565
- line-height: 22px;
31383
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31384
+ border-radius: 8px 0 0 8px;
31566
31385
  }
31567
-
31568
- .h173xnl1 {
31569
- font-family: Inter;
31570
- font-style: normal;
31571
- font-weight: bold;
31572
- font-size: 14px;
31573
- line-height: 20px;
31386
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31387
+ border-radius: 0 8px 8px 0;
31574
31388
  }
31575
-
31576
- .hedm4pz {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: normal;
31580
- font-size: 14px;
31581
- line-height: 20px;
31389
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31390
+ background: rgba(0, 136, 255, 0.1);
31582
31391
  }
31583
-
31584
- .h1kd8xld {
31585
- font-family: Inter;
31586
- font-style: normal;
31587
- font-weight: bold;
31588
- font-size: 12px;
31589
- line-height: 18px;
31392
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31393
+ background: #fff;
31394
+ font-weight: 400;
31395
+ position: relative;
31396
+ border-bottom: none;
31397
+ color: #00122e;
31398
+ transition: none;
31399
+ padding: 15px 8px 15px 8px;
31590
31400
  }
31591
-
31592
- .hp14fr {
31593
- font-family: Inter;
31594
- font-style: normal;
31595
- font-weight: normal;
31596
- font-size: 12px;
31597
- line-height: 18px;
31401
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31402
+ content: "";
31403
+ width: 1px;
31404
+ top: 0;
31405
+ bottom: 0;
31406
+ background: rgba(211, 218, 235, 0.6);
31407
+ position: absolute;
31408
+ right: 0;
31598
31409
  }
31599
-
31600
- .hgrg7mn {
31601
- font-family: Inter;
31602
- font-style: normal;
31603
- font-weight: bold;
31604
- text-transform: uppercase;
31605
- font-feature-settings: "cpsp" on;
31606
- font-size: 12px;
31607
- line-height: 18px;
31410
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31411
+ padding: unset;
31608
31412
  }
31609
-
31610
- .h6zme9x {
31611
- font-family: Inter;
31612
- font-style: normal;
31613
- font-weight: normal;
31614
- text-transform: uppercase;
31615
- font-feature-settings: "cpsp" on;
31616
- font-size: 12px;
31617
- line-height: 18px;
31413
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31414
+ display: none;
31618
31415
  }
31619
-
31620
- .locjvsv {
31621
- font-family: Inter;
31622
- font-style: normal;
31623
- font-weight: normal;
31624
- font-size: 16px;
31625
- line-height: 24px;
31416
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31417
+ width: 100%;
31418
+ overflow: hidden;
31419
+ white-space: nowrap;
31420
+ text-overflow: ellipsis;
31626
31421
  }
31627
-
31628
- .l13gi131 {
31629
- font-family: Inter;
31630
- font-style: normal;
31631
- font-weight: bold;
31632
- font-size: 16px;
31633
- line-height: 24px;
31422
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31423
+ overflow: hidden;
31424
+ text-overflow: ellipsis;
31425
+ flex: 1;
31634
31426
  }
31635
-
31636
- .l1ynemsu {
31637
- font-family: Inter;
31638
- font-style: normal;
31639
- font-weight: normal;
31640
- font-size: 16px;
31641
- line-height: 24px;
31427
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31428
+ padding: 15px 25px 15px 8px;
31642
31429
  }
31643
-
31644
- .l1cft1cx {
31645
- font-family: Inter;
31646
- font-style: normal;
31647
- font-weight: bold;
31648
- font-size: 16px;
31649
- line-height: 24px;
31430
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31431
+ padding: 0;
31650
31432
  }
31651
-
31652
- .l17tqc8p {
31653
- font-family: Inter;
31654
- font-style: normal;
31655
- font-weight: normal;
31656
- text-transform: uppercase;
31657
- font-feature-settings: "cpsp" on;
31658
- font-size: 16px;
31659
- line-height: 24px;
31433
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31434
+ position: absolute;
31435
+ right: 6px;
31436
+ top: 50%;
31437
+ transform: translateY(-50%);
31438
+ height: 16px;
31439
+ display: none;
31440
+ transition: transform 320ms ease;
31660
31441
  }
31661
-
31662
- .l1j1e5w7 {
31663
- font-family: Inter;
31664
- font-style: normal;
31665
- font-weight: bold;
31666
- text-transform: uppercase;
31667
- font-feature-settings: "cpsp" on;
31668
- font-size: 16px;
31669
- line-height: 24px;
31442
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31443
+ display: block;
31444
+ transform: translateY(-50%) rotateX(180deg);
31670
31445
  }
31671
-
31672
- .l1gf91jb {
31673
- font-family: Inter;
31674
- font-style: normal;
31675
- font-weight: normal;
31676
- font-size: 14px;
31677
- line-height: 22px;
31446
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31447
+ display: block;
31678
31448
  }
31679
-
31680
- .lu7hlr6 {
31681
- font-family: Inter;
31682
- font-style: normal;
31683
- font-weight: 500;
31684
- font-size: 14px;
31685
- line-height: 22px;
31449
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31450
+ display: none;
31686
31451
  }
31687
-
31688
- .l3l3jf0 {
31689
- font-family: Inter;
31690
- font-style: normal;
31691
- font-weight: bold;
31692
- font-size: 14px;
31693
- line-height: 22px;
31452
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31453
+ transform: translateY(-50%);
31694
31454
  }
31695
-
31696
- .l12j5nqp {
31697
- font-family: Inter;
31698
- font-style: normal;
31699
- font-weight: normal;
31700
- font-size: 14px;
31701
- line-height: 22px;
31455
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31456
+ transform: translateY(-50%) rotateX(180deg);
31702
31457
  }
31703
-
31704
- .l1tecqht {
31705
- font-family: Inter;
31706
- font-style: normal;
31707
- font-weight: bold;
31708
- font-size: 14px;
31709
- line-height: 22px;
31458
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31459
+ background: #f2f5fa;
31710
31460
  }
31711
-
31712
- .l6sa990 {
31713
- font-family: Inter;
31714
- font-style: normal;
31715
- font-weight: normal;
31716
- text-transform: uppercase;
31717
- font-feature-settings: "cpsp" on;
31718
- font-size: 14px;
31719
- line-height: 22px;
31461
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31462
+ display: block;
31720
31463
  }
31721
-
31722
- .lckqe8j {
31723
- font-family: Inter;
31724
- font-style: normal;
31725
- font-weight: bold;
31726
- text-transform: uppercase;
31727
- font-feature-settings: "cpsp" on;
31728
- font-size: 14px;
31729
- line-height: 22px;
31464
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31465
+ padding-right: 25px;
31730
31466
  }
31731
-
31732
- .l1kuminb {
31733
- font-family: Inter;
31734
- font-style: normal;
31735
- font-weight: normal;
31736
- font-size: 13px;
31737
- line-height: 20px;
31467
+ .tta5kd2 .ant-table .ant-table-selection-column {
31468
+ padding: 0 !important;
31738
31469
  }
31739
-
31740
- .l1pbuf5j {
31741
- font-family: Inter;
31742
- font-style: normal;
31743
- font-weight: 600;
31744
- font-size: 13px;
31745
- line-height: 20px;
31470
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31471
+ position: absolute;
31472
+ left: 50%;
31473
+ top: 50%;
31474
+ transform: translate(-50%, -50%);
31746
31475
  }
31747
-
31748
- .l1r4ztu {
31749
- font-family: Inter;
31750
- font-style: normal;
31751
- font-weight: bold;
31752
- font-size: 13px;
31753
- line-height: 20px;
31476
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31477
+ display: none;
31754
31478
  }
31755
-
31756
- .ly8vzok {
31757
- font-family: Inter;
31758
- font-style: normal;
31759
- font-weight: normal;
31760
- font-size: 13px;
31761
- line-height: 20px;
31479
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31480
+ background: #fff;
31762
31481
  }
31763
-
31764
- .lumfmf {
31765
- font-family: Inter;
31766
- font-style: normal;
31767
- font-weight: 600;
31768
- font-size: 13px;
31769
- line-height: 20px;
31482
+ .tta5kd2 .ant-table .ant-table-placeholder {
31483
+ background: inherit;
31770
31484
  }
31771
-
31772
- .l16ujwmv {
31773
- font-family: Inter;
31774
- font-style: normal;
31485
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31486
+ position: static;
31487
+ border: none;
31488
+ background: inherit !important;
31489
+ height: 100px;
31490
+ vertical-align: middle;
31491
+ }
31492
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31493
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31775
31494
  font-weight: bold;
31776
- font-size: 13px;
31777
- line-height: 20px;
31495
+ font-size: 20px;
31496
+ color: rgba(10, 37, 85, 0.6);
31778
31497
  }
31779
-
31780
- .l17o1ffr {
31781
- font-family: Inter;
31782
- font-style: normal;
31783
- font-weight: normal;
31784
- text-transform: uppercase;
31785
- font-feature-settings: "cpsp" on;
31786
- font-size: 13px;
31787
- line-height: 20px;
31498
+ .tta5kd2 .ant-table td.cell__action_ {
31499
+ padding: 0 !important;
31500
+ position: relative;
31501
+ background: #fff;
31788
31502
  }
31789
-
31790
- .lngllvn {
31791
- font-family: Inter;
31792
- font-style: normal;
31793
- font-weight: bold;
31794
- text-transform: uppercase;
31795
- font-feature-settings: "cpsp" on;
31796
- font-size: 13px;
31797
- line-height: 20px;
31503
+ .tta5kd2 .ant-table td.cell__action_ > * {
31504
+ height: 100%;
31505
+ display: flex;
31506
+ align-items: center;
31507
+ justify-content: flex-end;
31508
+ padding-right: 8px;
31798
31509
  }
31799
-
31800
- .l2i7fo9 {
31801
- font-family: Inter;
31802
- font-style: normal;
31803
- font-weight: normal;
31804
- font-size: 12px;
31805
- line-height: 18px;
31510
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31511
+ width: 24px;
31512
+ height: 24px;
31513
+ cursor: pointer;
31514
+ justify-content: center;
31515
+ border-radius: 4px;
31806
31516
  }
31807
-
31808
- .l1x7hscx {
31809
- font-family: Inter;
31810
- font-style: normal;
31811
- font-weight: 500;
31812
- font-size: 12px;
31813
- line-height: 18px;
31517
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31518
+ background: #fff;
31814
31519
  }
31815
31520
 
31816
- .le1jwan {
31817
- font-family: Inter;
31818
- font-style: normal;
31819
- font-weight: bold;
31820
- font-size: 12px;
31821
- line-height: 18px;
31521
+ .s1fc623g {
31522
+ width: 430px !important;
31822
31523
  }
31823
31524
 
31824
- .lyxynfj {
31825
- font-family: Inter;
31826
- font-style: normal;
31827
- font-weight: normal;
31828
- font-size: 12px;
31525
+ .da3mx0o .ant-select-item-group {
31526
+ padding: 8px 16px;
31829
31527
  line-height: 18px;
31528
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31529
+ height: 34px;
31530
+ min-height: 34px;
31531
+ box-sizing: border-box;
31532
+ margin-top: 8px;
31830
31533
  }
31831
31534
 
31832
- .lpb2nxv {
31833
- font-family: Inter;
31834
- font-style: normal;
31835
- font-weight: 500;
31836
- font-size: 12px;
31837
- line-height: 18px;
31535
+ .onr9gzt {
31536
+ display: flex;
31537
+ flex-direction: column;
31538
+ margin: 1px 8px;
31539
+ padding: 8px;
31540
+ border-radius: 4px;
31838
31541
  }
31839
-
31840
- .l1r8o3vv {
31841
- font-family: Inter;
31842
- font-style: normal;
31843
- font-weight: bold;
31844
- font-size: 12px;
31845
- line-height: 18px;
31542
+ .onr9gzt .selected-icon {
31543
+ display: none;
31846
31544
  }
31847
-
31848
- .lemnjy2 {
31849
- font-family: Inter;
31850
- font-style: normal;
31851
- font-weight: normal;
31852
- text-transform: uppercase;
31853
- font-feature-settings: "cpsp" on;
31854
- font-size: 12px;
31855
- line-height: 18px;
31545
+ .onr9gzt.ant-select-item-option-grouped {
31546
+ padding-left: 8px;
31856
31547
  }
31857
-
31858
- .lrc42gb {
31859
- font-family: Inter;
31860
- font-style: normal;
31861
- font-weight: bold;
31862
- text-transform: uppercase;
31863
- font-feature-settings: "cpsp" on;
31864
- font-size: 12px;
31865
- line-height: 18px;
31548
+ .onr9gzt.ant-select-item-option-selected {
31549
+ background-color: white;
31866
31550
  }
31867
-
31868
- .fqaz4mb {
31869
- font-family: Inter;
31870
- font-style: normal;
31871
- font-weight: normal;
31872
- font-size: 13px;
31873
- line-height: 20px;
31551
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31552
+ color: #0080ff;
31553
+ }
31554
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31555
+ display: block;
31874
31556
  }
31875
-
31876
- .f13we5o {
31877
- font-family: Inter;
31878
- font-style: normal;
31879
- font-weight: normal;
31880
- font-size: 13px;
31881
- line-height: 20px;
31557
+ .onr9gzt.ant-select-item-option-active {
31558
+ background: rgba(0, 136, 255, 0.16);
31882
31559
  }
31883
-
31884
- .ffmjua2 {
31885
- font-family: Inter;
31886
- font-style: normal;
31887
- font-weight: normal;
31888
- font-size: 12px;
31889
- line-height: 18px;
31560
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31561
+ color: #0080ff;
31890
31562
  }
31891
-
31892
- .fz2mxw0 {
31893
- font-family: Inter;
31894
- font-style: normal;
31895
- font-weight: normal;
31896
- font-size: 12px;
31897
- line-height: 18px;
31563
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31564
+ background: rgba(0, 136, 255, 0.1);
31565
+ color: #0080ff;
31898
31566
  }
31899
31567
 
31900
- .t1ertzoh {
31901
- font-family: Inter;
31902
- font-style: normal;
31903
- font-weight: normal;
31904
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31905
- font-size: 13px;
31568
+ .oiy0apc {
31569
+ display: flex;
31570
+ justify-content: space-between;
31571
+ height: 20px;
31906
31572
  line-height: 20px;
31907
31573
  }
31908
-
31909
- .t19bge8r {
31910
- font-family: Inter;
31911
- font-style: normal;
31912
- font-weight: normal;
31913
- font-feature-settings: "zero" on;
31914
- font-size: 13px;
31915
- line-height: 20px;
31574
+ .oiy0apc .timezone-title {
31575
+ color: #2d3a56;
31576
+ overflow: hidden;
31577
+ text-overflow: ellipsis;
31916
31578
  }
31917
31579
 
31918
- .tjrzfyl {
31919
- font-family: Inter;
31920
- font-style: normal;
31921
- font-weight: normal;
31922
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31923
- font-size: 12px;
31580
+ .of4y382 {
31581
+ display: flex;
31582
+ justify-content: space-between;
31583
+ color: rgba(44, 56, 82, 0.6);
31584
+ height: 18px;
31924
31585
  line-height: 18px;
31586
+ margin-top: 2px;
31925
31587
  }
31926
31588
 
31927
- .tm6s7bo {
31928
- font-family: Inter;
31929
- font-style: normal;
31930
- font-weight: 500;
31931
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31932
- font-size: 12px;
31933
- line-height: 18px;
31589
+ .t19903l9 {
31590
+ border: none;
31591
+ margin-right: 0;
31592
+ background: rgba(225, 230, 241, 0.6);
31934
31593
  }
31935
31594
 
31936
- .t19zq6ic {
31937
- font-family: Inter;
31938
- font-style: normal;
31939
- font-weight: normal;
31940
- font-feature-settings: "zero" on;
31941
- font-size: 12px;
31942
- line-height: 18px;
31595
+ .ohwbvxu {
31596
+ pointer-events: none;
31597
+ height: 32px;
31598
+ width: 100%;
31599
+ opacity: 0;
31943
31600
  }
31944
31601
 
31945
- .t1gduru8 {
31946
- font-family: Inter;
31947
- font-style: normal;
31948
- font-weight: 500;
31949
- font-feature-settings: "zero" on;
31950
- font-size: 12px;
31951
- line-height: 18px;
31602
+ .c1uzzomf {
31603
+ margin-bottom: 16px;
31952
31604
  }
31953
-
31954
- .t55raab {
31955
- font-family: Inter;
31956
- font-style: normal;
31957
- font-weight: bold;
31958
- font-feature-settings: "zero" on;
31605
+ .c1uzzomf .card-title {
31959
31606
  font-size: 16px;
31960
- line-height: 24px;
31607
+ color: rgba(44, 56, 82, 0.6);
31608
+ font-weight: 700;
31609
+ line-height: 32px;
31961
31610
  }
31962
-
31963
- .u1w9abfe {
31964
- font-family: Inter;
31965
- font-style: normal;
31966
- font-weight: normal;
31967
- font-size: 10px;
31968
- line-height: 12px;
31611
+ .c1uzzomf .card-body {
31612
+ padding: 24px;
31613
+ border-radius: 8px;
31614
+ background: #fff;
31615
+ }
31616
+ .c1uzzomf .empty {
31617
+ font-weight: 700;
31618
+ font-size: 14px;
31619
+ line-height: 22px;
31620
+ color: rgba(0, 21, 64, 0.3);
31621
+ text-align: center;
31969
31622
  }
31970
31623
 
31971
31624
  .c18gxmrl {
@@ -31988,6 +31641,29 @@ input.rrg1fkn.ant-input {
31988
31641
  padding: 8px 12px;
31989
31642
  }
31990
31643
 
31644
+ .berrcjl {
31645
+ color: rgba(10, 37, 85, 0.6);
31646
+ margin-bottom: 4px;
31647
+ }
31648
+ .berrcjl .breadcrumb-link {
31649
+ color: rgba(10, 37, 85, 0.6);
31650
+ cursor: pointer;
31651
+ transition: color 160ms ease;
31652
+ }
31653
+ .berrcjl .breadcrumb-link:hover {
31654
+ color: #0080ff;
31655
+ }
31656
+ .berrcjl .breadcrumb-link:active {
31657
+ color: #005ed1;
31658
+ }
31659
+
31660
+ .tje3huy {
31661
+ width: 100%;
31662
+ overflow: inherit;
31663
+ white-space: inherit;
31664
+ text-overflow: ellipsis;
31665
+ }
31666
+
31991
31667
  .m15dvk92 {
31992
31668
  display: flex;
31993
31669
  justify-content: space-between;
@@ -32001,28 +31677,6 @@ input.rrg1fkn.ant-input {
32001
31677
  width: 100%;
32002
31678
  }
32003
31679
 
32004
- .c1uzzomf {
32005
- margin-bottom: 16px;
32006
- }
32007
- .c1uzzomf .card-title {
32008
- font-size: 16px;
32009
- color: rgba(44, 56, 82, 0.6);
32010
- font-weight: 700;
32011
- line-height: 32px;
32012
- }
32013
- .c1uzzomf .card-body {
32014
- padding: 24px;
32015
- border-radius: 8px;
32016
- background: #fff;
32017
- }
32018
- .c1uzzomf .empty {
32019
- font-weight: 700;
32020
- font-size: 14px;
32021
- line-height: 22px;
32022
- color: rgba(0, 21, 64, 0.3);
32023
- text-align: center;
32024
- }
32025
-
32026
31680
  .c198s9j3 {
32027
31681
  color: #2d3a56;
32028
31682
  line-height: 22px;
@@ -32536,6 +32190,55 @@ input.rrg1fkn.ant-input {
32536
32190
  margin-left: 8px;
32537
32191
  }
32538
32192
 
32193
+ .l4bld33 {
32194
+ width: 64px;
32195
+ height: 64px;
32196
+ display: flex;
32197
+ align-items: center;
32198
+ justify-content: center;
32199
+ position: relative;
32200
+ opacity: 0.2;
32201
+ }
32202
+
32203
+ .lgitjoj {
32204
+ position: absolute;
32205
+ width: 5px;
32206
+ height: 48px;
32207
+ left: 9.33px;
32208
+ top: 40.5px;
32209
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32210
+ border-radius: 5px;
32211
+ transform: rotate(-128deg);
32212
+ transform-origin: top left;
32213
+ animation: loading-indicator1 1100ms ease-out infinite;
32214
+ }
32215
+
32216
+ .l13g0exg {
32217
+ position: absolute;
32218
+ width: 5px;
32219
+ height: 48px;
32220
+ left: 40.8px;
32221
+ top: 8.4px;
32222
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32223
+ border-radius: 5px;
32224
+ transform: rotate(-8deg);
32225
+ transform-origin: top left;
32226
+ animation: loading-indicator2 1100ms ease-out infinite;
32227
+ }
32228
+
32229
+ .l1exo3h6 {
32230
+ position: absolute;
32231
+ width: 5px;
32232
+ height: 48px;
32233
+ left: 52.9px;
32234
+ top: 51.8px;
32235
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32236
+ border-radius: 5px;
32237
+ transform: rotate(112deg);
32238
+ transform-origin: top left;
32239
+ animation: loading-indicator3 1100ms ease-out infinite;
32240
+ }
32241
+
32539
32242
  .sq6vos1 {
32540
32243
  --item-min-width: 60px;
32541
32244
  }
@@ -32665,7 +32368,7 @@ input.rrg1fkn.ant-input {
32665
32368
  }
32666
32369
 
32667
32370
  .v1p8siwu .ant-steps.ant-steps-vertical {
32668
- width: 138px;
32371
+ width: 192px;
32669
32372
  row-gap: 2px;
32670
32373
  }
32671
32374
  .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
@@ -32795,22 +32498,6 @@ input.rrg1fkn.ant-input {
32795
32498
  margin-right: 2px;
32796
32499
  }
32797
32500
 
32798
- .rrwcpby {
32799
- display: flex;
32800
- align-items: center;
32801
- }
32802
- .rrwcpby .order {
32803
- height: 24px;
32804
- width: 24px;
32805
- border-radius: 20px;
32806
- color: #0080ff;
32807
- background: rgba(0, 136, 255, 0.1);
32808
- display: flex;
32809
- align-items: center;
32810
- justify-content: center;
32811
- margin-right: 6px;
32812
- }
32813
-
32814
32501
  .bab9xum {
32815
32502
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32816
32503
  }
@@ -32828,6 +32515,22 @@ input.rrg1fkn.ant-input {
32828
32515
  transform: translateY(-4px);
32829
32516
  }
32830
32517
 
32518
+ .rrwcpby {
32519
+ display: flex;
32520
+ align-items: center;
32521
+ }
32522
+ .rrwcpby .order {
32523
+ height: 24px;
32524
+ width: 24px;
32525
+ border-radius: 20px;
32526
+ color: #0080ff;
32527
+ background: rgba(0, 136, 255, 0.1);
32528
+ display: flex;
32529
+ align-items: center;
32530
+ justify-content: center;
32531
+ margin-right: 6px;
32532
+ }
32533
+
32831
32534
  .f1p9ti6d {
32832
32535
  width: 100%;
32833
32536
  margin-bottom: 0 !important;
@@ -33102,6 +32805,15 @@ input.rrg1fkn.ant-input {
33102
32805
  font-size: inherit;
33103
32806
  }
33104
32807
 
32808
+ .w1xcixj5.outside-tag {
32809
+ padding-left: 0;
32810
+ }
32811
+ .w1xcixj5.outside-tag .inside-tag {
32812
+ border-radius: 4px 0 0 4px;
32813
+ padding-right: 4px;
32814
+ margin-right: 4px;
32815
+ }
32816
+
33105
32817
  .iwsze0q {
33106
32818
  margin-right: 4px;
33107
32819
  height: 16px;
@@ -33126,15 +32838,6 @@ input.rrg1fkn.ant-input {
33126
32838
  height: 16px;
33127
32839
  }
33128
32840
 
33129
- .w1xcixj5.outside-tag {
33130
- padding-left: 0;
33131
- }
33132
- .w1xcixj5.outside-tag .inside-tag {
33133
- border-radius: 4px 0 0 4px;
33134
- padding-right: 4px;
33135
- margin-right: 4px;
33136
- }
33137
-
33138
32841
  .a6dbbkm .ant-input-number-handler-wrap {
33139
32842
  display: var(--a6dbbkm-0);
33140
32843
  }