@cloudtower/eagle 0.27.71-alpha.0 → 0.27.72

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 (123) hide show
  1. package/dist/cjs/core/Card/CardWrapper.js +1 -1
  2. package/dist/cjs/core/InputGroup/index.js +1 -1
  3. package/dist/cjs/core/InputInteger/index.js +6 -6
  4. package/dist/cjs/core/InputNumber/index.js +6 -6
  5. package/dist/cjs/core/Progress/components.js +1 -1
  6. package/dist/cjs/core/Progress/index.js +1 -1
  7. package/dist/cjs/core/Progress/progress.widgets.js +1 -1
  8. package/dist/cjs/core/Styled/index.js +3 -3
  9. package/dist/cjs/coreX/ChartWithTooltip/index.js +2 -2
  10. package/dist/cjs/coreX/OverflowTooltip/index.js +1 -1
  11. package/dist/cjs/coreX/SummaryTable/index.js +1 -1
  12. package/dist/cjs/index.js +1 -1
  13. package/dist/cjs/stats1.html +1 -1
  14. package/dist/components.css +2168 -2169
  15. package/dist/esm/core/Card/CardWrapper.js +1 -1
  16. package/dist/esm/core/InputGroup/index.js +1 -1
  17. package/dist/esm/core/InputInteger/index.js +6 -6
  18. package/dist/esm/core/InputNumber/index.js +6 -6
  19. package/dist/esm/core/Metric/metric.js +1 -1
  20. package/dist/esm/core/Progress/components.js +1 -1
  21. package/dist/esm/core/Progress/index.js +1 -1
  22. package/dist/esm/core/Progress/progress.widgets.js +1 -1
  23. package/dist/esm/core/Styled/index.js +3 -3
  24. package/dist/esm/coreX/ChartWithTooltip/index.js +2 -2
  25. package/dist/esm/coreX/OverflowTooltip/index.js +1 -1
  26. package/dist/esm/coreX/SummaryTable/index.js +1 -1
  27. package/dist/esm/stats1.html +1 -1
  28. package/dist/src/UIKitProvider/index.d.ts +1 -1
  29. package/dist/src/core/Breadcrumb/index.d.ts +1 -3
  30. package/dist/src/core/Card/CardBody.d.ts +1 -3
  31. package/dist/src/core/Card/CardTitle.d.ts +1 -3
  32. package/dist/src/core/DropdownMenu/index.d.ts +1 -1
  33. package/dist/src/core/Empty/index.d.ts +2 -2
  34. package/dist/src/core/Error/index.d.ts +2 -2
  35. package/dist/src/core/ExpandableList/ExpandIcon.d.ts +1 -1
  36. package/dist/src/core/ExpandableList/ExpandableContainer.d.ts +2 -2
  37. package/dist/src/core/ExpandableList/ExpandableItem.d.ts +1 -1
  38. package/dist/src/core/ExpandableList/RoundOrder.d.ts +2 -2
  39. package/dist/src/core/Fields/FieldsBoolean/index.d.ts +2 -2
  40. package/dist/src/core/Fields/FieldsDateTime/index.d.ts +2 -2
  41. package/dist/src/core/Fields/FieldsEnum/index.d.ts +2 -2
  42. package/dist/src/core/Fields/FieldsFloat/index.d.ts +2 -2
  43. package/dist/src/core/Fields/FieldsInt/index.d.ts +2 -2
  44. package/dist/src/core/Fields/FieldsInteger/index.d.ts +2 -2
  45. package/dist/src/core/Fields/FieldsString/index.d.ts +2 -2
  46. package/dist/src/core/Fields/FieldsTextArea/index.d.ts +2 -2
  47. package/dist/src/core/Fields/FieldsTimePicker/index.d.ts +2 -2
  48. package/dist/src/core/Fields/index.d.ts +9 -9
  49. package/dist/src/core/InputInteger/index.d.ts +2 -4
  50. package/dist/src/core/InputNumber/index.d.ts +2 -4
  51. package/dist/src/core/InputTagItem/index.d.ts +1 -3
  52. package/dist/src/core/KitStoreProvider/index.d.ts +2 -2
  53. package/dist/src/core/Metric/MetricLegend.d.ts +1 -1
  54. package/dist/src/core/Metric/RenderChart.d.ts +1 -1
  55. package/dist/src/core/Metric/index.d.ts +2 -2
  56. package/dist/src/core/Metric/styled.d.ts +4 -12
  57. package/dist/src/core/ParrotTrans/index.d.ts +1 -1
  58. package/dist/src/core/Progress/components.d.ts +4 -4
  59. package/dist/src/core/SegmentControl/index.d.ts +2 -2
  60. package/dist/src/core/SimplePagination/index.d.ts +2 -2
  61. package/dist/src/core/Styled/index.d.ts +22 -66
  62. package/dist/src/core/Table/index.d.ts +2 -2
  63. package/dist/src/core/TableForm/style.d.ts +4 -12
  64. package/dist/src/core/Time/index.d.ts +2 -2
  65. package/dist/src/coreX/BatchOperation/index.d.ts +1 -1
  66. package/dist/src/coreX/DateRangePicker/DateRangePicker.style.d.ts +10 -30
  67. package/dist/stories/changeLng.stories.d.ts +2 -2
  68. package/dist/stories/docs/core/Alert.stories.d.ts +1 -1
  69. package/dist/stories/docs/core/Arch.stories.d.ts +3 -3
  70. package/dist/stories/docs/core/BaseIcon.stories.d.ts +2 -2
  71. package/dist/stories/docs/core/Bit.stories.d.ts +3 -3
  72. package/dist/stories/docs/core/BitPerSecond.stories.d.ts +3 -3
  73. package/dist/stories/docs/core/Bps.stories.d.ts +3 -3
  74. package/dist/stories/docs/core/Button.stories.d.ts +5 -5
  75. package/dist/stories/docs/core/Byte.stories.d.ts +3 -3
  76. package/dist/stories/docs/core/Card.stories.d.ts +5 -5
  77. package/dist/stories/docs/core/DropdownMenu.stories.d.ts +3 -3
  78. package/dist/stories/docs/core/FieldsBoolean.stories.d.ts +2 -2
  79. package/dist/stories/docs/core/FieldsDateTimeRange.stories.d.ts +1 -1
  80. package/dist/stories/docs/core/FieldsString.stories.d.ts +4 -4
  81. package/dist/stories/docs/core/FieldsTimePicker.stories.d.ts +2 -2
  82. package/dist/stories/docs/core/Form.stories.d.ts +2 -2
  83. package/dist/stories/docs/core/Frequency.stories.d.ts +3 -3
  84. package/dist/stories/docs/core/HoverableElement.stories.d.ts +2 -2
  85. package/dist/stories/docs/core/Icon.stories.d.ts +2 -2
  86. package/dist/stories/docs/core/Input.simple.stories.d.ts +2 -2
  87. package/dist/stories/docs/core/Input.stories.d.ts +3 -3
  88. package/dist/stories/docs/core/Loading.stories.d.ts +2 -2
  89. package/dist/stories/docs/core/Metric.stories.d.ts +3 -3
  90. package/dist/stories/docs/core/Modal.stories.d.ts +3 -3
  91. package/dist/stories/docs/core/Pagination.stories.d.ts +2 -2
  92. package/dist/stories/docs/core/Percent.stories.d.ts +5 -5
  93. package/dist/stories/docs/core/Radio.stories.d.ts +3 -3
  94. package/dist/stories/docs/core/RadioGroup.stories.d.ts +3 -3
  95. package/dist/stories/docs/core/SearchInput.stories.d.ts +2 -2
  96. package/dist/stories/docs/core/Second.stories.d.ts +4 -4
  97. package/dist/stories/docs/core/SegmentControl.stories.d.ts +2 -2
  98. package/dist/stories/docs/core/Select.stories.d.ts +2 -2
  99. package/dist/stories/docs/core/Space.stories.d.ts +2 -2
  100. package/dist/stories/docs/core/Speed.stories.d.ts +3 -3
  101. package/dist/stories/docs/core/Steps.stories.d.ts +2 -2
  102. package/dist/stories/docs/core/Styled.stories.d.ts +7 -7
  103. package/dist/stories/docs/core/Switch.stories.d.ts +2 -2
  104. package/dist/stories/docs/core/Table.stories.d.ts +4 -4
  105. package/dist/stories/docs/core/TableForm.stories.d.ts +2 -2
  106. package/dist/stories/docs/core/Tag.stories.d.ts +3 -3
  107. package/dist/stories/docs/core/TimeZoneSelect.stories.d.ts +2 -2
  108. package/dist/stories/docs/core/Truncate.stories.d.ts +1 -1
  109. package/dist/stories/docs/core/inputGroup.stories.d.ts +2 -2
  110. package/dist/stories/docs/core/menu.stories.d.ts +2 -2
  111. package/dist/stories/docs/core/message-group.stories.d.ts +30 -17
  112. package/dist/stories/docs/core/time.stories.d.ts +2 -2
  113. package/dist/stories/docs/coreX/CronCalendar.stories.d.ts +1 -1
  114. package/dist/stories/docs/coreX/CronPlan.stories.d.ts +1 -1
  115. package/dist/stories/docs/coreX/GoBackButton.stories.d.ts +1 -1
  116. package/dist/stories/docs/coreX/I18nNameTag.stories.d.ts +3 -3
  117. package/dist/stories/docs/coreX/NamesTooltip.stories.d.ts +1 -1
  118. package/dist/stories/docs/coreX/SortableList.stories.d.ts +2 -2
  119. package/dist/stories/docs/coreX/SwitchWithText.stories.d.ts +2 -2
  120. package/dist/stories/docs/coreX/TruncatedTextWithTooltip.stories.d.ts +1 -1
  121. package/dist/stories/icons-react.stories.d.ts +2 -2
  122. package/dist/style.css +2030 -2030
  123. package/package.json +8 -15
package/dist/style.css CHANGED
@@ -29578,17 +29578,46 @@ html body {
29578
29578
  padding: 8px 12px;
29579
29579
  }
29580
29580
 
29581
- .E_m74vjol {
29582
- display: flex;
29583
- justify-content: space-between;
29584
- width: 100%;
29581
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29582
+ padding: 4px 8px 0 8px;
29583
+ color: rgba(44, 56, 82, 0.6);
29584
+ font-size: 12px;
29585
29585
  }
29586
- .E_m74vjol .action {
29587
- margin-left: 16px;
29586
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29587
+ padding-bottom: 6px;
29588
+ }
29589
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29590
+ padding-top: 4px;
29591
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29588
29592
  }
29589
29593
 
29590
- .E_a1o35uvh .ant-alert-message {
29591
- width: 100%;
29594
+ .E_b1nip9bk {
29595
+ padding: 4px 11px;
29596
+ }
29597
+
29598
+ .E_bqamoqe {
29599
+ white-space: nowrap;
29600
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29601
+ }
29602
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29603
+ --color: #0080ff;
29604
+ }
29605
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29606
+ --color: #0080ff;
29607
+ }
29608
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29609
+ margin-left: 1px;
29610
+ }
29611
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29612
+ border-top-right-radius: 0;
29613
+ border-bottom-right-radius: 0;
29614
+ }
29615
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29616
+ border-top-left-radius: 0;
29617
+ border-bottom-left-radius: 0;
29618
+ }
29619
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29620
+ border-radius: unset;
29592
29621
  }
29593
29622
 
29594
29623
  .E_berrcjl {
@@ -29607,6 +29636,41 @@ html body {
29607
29636
  color: #005ed1;
29608
29637
  }
29609
29638
 
29639
+ .E_m74vjol {
29640
+ display: flex;
29641
+ justify-content: space-between;
29642
+ width: 100%;
29643
+ }
29644
+ .E_m74vjol .action {
29645
+ margin-left: 16px;
29646
+ }
29647
+
29648
+ .E_a1o35uvh .ant-alert-message {
29649
+ width: 100%;
29650
+ }
29651
+
29652
+ .E_c1uzzomf {
29653
+ margin-bottom: 16px;
29654
+ }
29655
+ .E_c1uzzomf .card-title {
29656
+ font-size: 16px;
29657
+ color: rgba(44, 56, 82, 0.6);
29658
+ font-weight: 700;
29659
+ line-height: 32px;
29660
+ }
29661
+ .E_c1uzzomf .card-body {
29662
+ padding: 24px;
29663
+ border-radius: 8px;
29664
+ background: #fff;
29665
+ }
29666
+ .E_c1uzzomf .empty {
29667
+ font-weight: 700;
29668
+ font-size: 14px;
29669
+ line-height: 22px;
29670
+ color: rgba(0, 21, 64, 0.3);
29671
+ text-align: center;
29672
+ }
29673
+
29610
29674
  .E_b1wx3t3t.ant-btn-icon-only {
29611
29675
  justify-content: center;
29612
29676
  }
@@ -29857,134 +29921,6 @@ html body {
29857
29921
  padding: 0;
29858
29922
  }
29859
29923
 
29860
- .E_b1nip9bk {
29861
- padding: 4px 11px;
29862
- }
29863
-
29864
- .E_bqamoqe {
29865
- white-space: nowrap;
29866
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29867
- }
29868
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29869
- --color: #0080ff;
29870
- }
29871
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29872
- --color: #0080ff;
29873
- }
29874
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29875
- margin-left: 1px;
29876
- }
29877
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29878
- border-top-right-radius: 0;
29879
- border-bottom-right-radius: 0;
29880
- }
29881
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29882
- border-top-left-radius: 0;
29883
- border-bottom-left-radius: 0;
29884
- }
29885
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29886
- border-radius: unset;
29887
- }
29888
-
29889
- .E_fzh9mnb {
29890
- width: 100%;
29891
- height: 100%;
29892
- min-height: 124px;
29893
- display: flex;
29894
- flex-direction: column;
29895
- justify-content: center;
29896
- align-items: center;
29897
- }
29898
- .E_fzh9mnb .error-text {
29899
- color: rgba(10, 37, 85, 0.6);
29900
- margin-bottom: 16px;
29901
- font-size: 18px;
29902
- }
29903
-
29904
- .E_c1uzzomf {
29905
- margin-bottom: 16px;
29906
- }
29907
- .E_c1uzzomf .card-title {
29908
- font-size: 16px;
29909
- color: rgba(44, 56, 82, 0.6);
29910
- font-weight: 700;
29911
- line-height: 32px;
29912
- }
29913
- .E_c1uzzomf .card-body {
29914
- padding: 24px;
29915
- border-radius: 8px;
29916
- background: #fff;
29917
- }
29918
- .E_c1uzzomf .empty {
29919
- font-weight: 700;
29920
- font-size: 14px;
29921
- line-height: 22px;
29922
- color: rgba(0, 21, 64, 0.3);
29923
- text-align: center;
29924
- }
29925
-
29926
- .E_f7pxqmh {
29927
- width: 100%;
29928
- margin-bottom: 0 !important;
29929
- flex-flow: nowrap !important;
29930
- line-break: auto;
29931
- }
29932
- .E_f7pxqmh > .ant-form-item-label {
29933
- text-align: left !important;
29934
- padding-bottom: 0 !important;
29935
- }
29936
- .E_f7pxqmh > .ant-form-item-label > label {
29937
- min-height: 32px;
29938
- height: auto;
29939
- font-size: 13px;
29940
- color: rgba(44, 56, 82, 0.6);
29941
- white-space: normal;
29942
- }
29943
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
29944
- border-color: #ff4d4f !important;
29945
- }
29946
- .E_f7pxqmh .ant-form-item-explain {
29947
- margin-top: 4px;
29948
- font-size: 12px;
29949
- min-height: 0px;
29950
- }
29951
- .E_f7pxqmh .ant-form-item-extra {
29952
- font-size: 12px;
29953
- color: rgba(44, 56, 82, 0.6);
29954
- min-height: 0px;
29955
- }
29956
-
29957
- .E_iouxfgt {
29958
- display: inline-flex;
29959
- align-items: center;
29960
- }
29961
- .E_iouxfgt .icon-inner {
29962
- display: inline-flex;
29963
- align-items: center;
29964
- justify-content: center;
29965
- }
29966
- .E_iouxfgt .icon-inner + span,
29967
- .E_iouxfgt span + .icon-inner.suffix {
29968
- margin-left: 4px;
29969
- }
29970
- .E_iouxfgt.is-rotate img,
29971
- .E_iouxfgt.is-rotate svg {
29972
- animation: rotate 680ms linear infinite;
29973
- }
29974
-
29975
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29976
- padding: 4px 8px 0 8px;
29977
- color: rgba(44, 56, 82, 0.6);
29978
- font-size: 12px;
29979
- }
29980
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29981
- padding-bottom: 6px;
29982
- }
29983
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29984
- padding-top: 4px;
29985
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29986
- }
29987
-
29988
29924
  .E_d1bw7c5z {
29989
29925
  position: relative;
29990
29926
  max-width: 388px;
@@ -30066,82 +30002,49 @@ html body {
30066
30002
  width: 102px;
30067
30003
  }
30068
30004
 
30069
- .E_itxley7.ant-input-group.ant-input-group-compact {
30070
- display: flex;
30005
+ .E_ccrbeuz .ant-collapse-item {
30006
+ border: 0px;
30007
+ background-color: #fff;
30071
30008
  }
30072
-
30073
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30074
- display: var(--ai7qkf2-0);
30009
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30010
+ padding-top: 0px;
30011
+ padding-bottom: 0px;
30012
+ padding-left: 0px !important;
30013
+ padding-right: 24px;
30075
30014
  }
30076
- .E_ai7qkf2 .ant-input-number-input-wrap {
30077
- display: inline-flex;
30078
- line-height: 1.5715;
30079
- height: 100%;
30080
- width: 100%;
30015
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30016
+ right: 0px;
30081
30017
  }
30082
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30083
- content: var(--ai7qkf2-1);
30084
- display: var(--ai7qkf2-2);
30085
- flex: none;
30086
- align-items: center;
30087
- margin-left: 4px;
30088
- color: rgba(44, 56, 82, 0.6);
30018
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30019
+ padding: 0px;
30089
30020
  }
30090
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
30091
- content: var(--ai7qkf2-3);
30092
- display: var(--ai7qkf2-4);
30093
- flex: none;
30094
- align-items: center;
30095
- margin-right: 4px;
30096
- cursor: auto;
30097
- color: rgba(44, 56, 82, 0.6);
30021
+
30022
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30023
+ padding-right: 0px;
30024
+ cursor: default;
30098
30025
  }
30099
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30100
- border-radius: 0;
30026
+
30027
+ .E_c1yyuluq {
30028
+ border-radius: 8px;
30101
30029
  }
30102
- .E_ai7qkf2.ant-input-number {
30103
- width: 100%;
30104
- border-radius: 6px;
30105
- }
30106
- .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
30107
- border-color: #0096ff;
30108
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30109
- z-index: 1;
30110
- }
30111
- .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
30112
- border-color: #e75a3a;
30113
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30114
- }
30115
- .E_ai7qkf2 .ant-input-number-input {
30116
- height: 30px;
30117
- border: 1px;
30118
- padding: 5px 12px;
30119
- font-size: inherit;
30120
- }
30121
- .E_ai7qkf2.ant-input-number-lg input {
30122
- height: 38px;
30123
- border: 1px;
30124
- padding: 8px 16px;
30125
- }
30126
- .E_ai7qkf2.ant-input-number-sm input {
30127
- height: 22px;
30128
- border: 1px;
30129
- padding: 2px 8px;
30030
+ .E_c1yyuluq .ant-card-body {
30031
+ padding: 20px 24px 24px 24px;
30130
30032
  }
30131
30033
 
30132
- .E_i1inqkme {
30133
- height: 18px;
30134
- line-height: 18px;
30135
- padding: 0 4px;
30136
- border-radius: 4px;
30137
- background: rgba(235, 239, 245, 0.6);
30138
- border: 1px solid rgba(223, 228, 235, 0.6);
30034
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30139
30035
  display: flex;
30140
- align-items: center;
30141
- white-space: nowrap;
30036
+ }
30037
+
30038
+ .E_ivqqkzv {
30039
+ height: 24px;
30040
+ width: 56px !important;
30142
30041
  margin-right: 4px;
30143
30042
  }
30144
30043
 
30044
+ .E_c1wk4q29 {
30045
+ color: rgba(44, 56, 82, 0.6);
30046
+ }
30047
+
30145
30048
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
30146
30049
  margin-right: 2px;
30147
30050
  }
@@ -30176,63 +30079,6 @@ html body {
30176
30079
  background-color: transparent;
30177
30080
  }
30178
30081
 
30179
- .E_r77hffu {
30180
- display: flex;
30181
- align-items: center;
30182
- justify-content: space-between;
30183
- column-gap: 6px;
30184
- }
30185
-
30186
- .E_p1cmxsf7 {
30187
- display: flex;
30188
- flex-direction: column;
30189
- justify-content: center;
30190
- row-gap: var(--p1cmxsf7-0);
30191
- }
30192
- .E_p1cmxsf7 .ant-progress-line {
30193
- font-size: 0;
30194
- }
30195
-
30196
- .E_a1wfy30z .ant-input-number-handler-wrap {
30197
- display: var(--a1wfy30z-0);
30198
- }
30199
- .E_a1wfy30z .ant-input-number-input-wrap {
30200
- padding: 4px 11px;
30201
- display: inline-flex;
30202
- line-height: 1.5715;
30203
- height: inherit;
30204
- }
30205
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30206
- content: var(--a1wfy30z-1);
30207
- display: var(--a1wfy30z-2);
30208
- flex: none;
30209
- align-items: center;
30210
- margin-left: 4px;
30211
- }
30212
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30213
- content: var(--a1wfy30z-3);
30214
- display: var(--a1wfy30z-4);
30215
- flex: none;
30216
- align-items: center;
30217
- margin-right: 4px;
30218
- cursor: auto;
30219
- }
30220
- .E_a1wfy30z .ant-input-number-input {
30221
- padding: 0;
30222
- margin: 0;
30223
- height: auto;
30224
- font-size: inherit;
30225
- }
30226
-
30227
- .E_owd0kml {
30228
- display: inline-block;
30229
- }
30230
-
30231
- .E_h1jsgezc {
30232
- visibility: hidden;
30233
- position: absolute;
30234
- }
30235
-
30236
30082
  .E_phljevk {
30237
30083
  display: flex;
30238
30084
  justify-content: space-between;
@@ -30436,16 +30282,6 @@ html body {
30436
30282
  width: 36px;
30437
30283
  }
30438
30284
 
30439
- .E_ivqqkzv {
30440
- height: 24px;
30441
- width: 56px !important;
30442
- margin-right: 4px;
30443
- }
30444
-
30445
- .E_c1wk4q29 {
30446
- color: rgba(44, 56, 82, 0.6);
30447
- }
30448
-
30449
30285
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30450
30286
  border-radius: 6px;
30451
30287
  }
@@ -30621,693 +30457,1161 @@ html body {
30621
30457
  display: inline-block;
30622
30458
  }
30623
30459
 
30624
- .E_iq1gosr {
30625
- display: inline-block;
30460
+ .E_s1dizucg.ant-switch {
30461
+ min-width: 40px;
30462
+ height: 24px;
30463
+ background: rgba(172, 186, 211, 0.6);
30464
+ overflow: hidden;
30626
30465
  }
30627
-
30628
- .E_cnujxq2 {
30629
- display: flex;
30630
- flex-direction: column;
30466
+ .E_s1dizucg.ant-switch:focus {
30467
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30631
30468
  }
30632
-
30633
- .E_m7s48ia {
30634
- max-width: 1120px;
30635
- width: 100%;
30636
- margin: 0 auto;
30637
- height: 100%;
30469
+ .E_s1dizucg.ant-switch-small {
30470
+ min-width: 26px;
30471
+ height: 16px;
30638
30472
  }
30639
-
30640
- .E_wt5zbg6 {
30641
- max-width: 1120px;
30642
- width: 100%;
30643
- margin: 0 auto;
30644
- display: flex;
30473
+ .E_s1dizucg.ant-switch-large {
30474
+ min-width: 52px;
30475
+ height: 32px;
30645
30476
  }
30646
- .E_wt5zbg6 .left,
30647
- .E_wt5zbg6 .right {
30648
- flex-grow: 0;
30649
- flex-shrink: 0;
30650
- flex-basis: 21%;
30477
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30478
+ height: 20px;
30479
+ width: 20px;
30651
30480
  }
30652
- .E_wt5zbg6 .left {
30653
- display: flex;
30654
- justify-content: flex-end;
30655
- padding-right: 44px;
30481
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30482
+ border-radius: 10px;
30483
+ transition-delay: 120ms;
30656
30484
  }
30657
- .E_wt5zbg6 .right {
30658
- padding-left: 44px;
30485
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30486
+ height: 14px;
30487
+ width: 14px;
30488
+ top: 1px;
30489
+ left: 1px;
30659
30490
  }
30660
- .E_wt5zbg6 .middle {
30661
- margin-bottom: 40px;
30662
- flex-grow: 0;
30663
- flex-shrink: 0;
30664
- flex-basis: 58%;
30491
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30492
+ height: 28px;
30493
+ width: 28px;
30665
30494
  }
30666
- .E_wt5zbg6 .middle .form-base-field {
30667
- width: 100%;
30495
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30496
+ border-radius: 14px;
30668
30497
  }
30669
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30670
- width: auto;
30498
+ .E_s1dizucg.ant-switch-checked {
30499
+ background-color: #00ba5d;
30671
30500
  }
30672
-
30673
- .E_h18jprzg .ant-modal-header {
30674
- margin: 0 auto;
30675
- width: 100%;
30676
- max-width: 648px;
30501
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30502
+ left: calc(100% - 20px - 2px);
30677
30503
  }
30678
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30679
- margin-left: 0;
30504
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30505
+ left: calc(100% - 14px - 1px);
30680
30506
  }
30681
- .E_h18jprzg .ant-modal-body {
30682
- margin: 0 auto;
30683
- padding: 0;
30684
- width: 100%;
30685
- max-width: 648px;
30686
- overflow: hidden;
30507
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30508
+ left: calc(100% - 28px - 2px);
30687
30509
  }
30688
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30689
- margin-bottom: 40px;
30510
+
30511
+ .E_c1up6e3y {
30512
+ margin-left: 5px;
30690
30513
  }
30691
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30692
- height: calc(100vh - 225px);
30693
- overflow-y: auto;
30514
+
30515
+ .E_s1sck0th {
30516
+ padding: 0 8px;
30517
+ border-radius: 4px;
30694
30518
  }
30695
- .E_h18jprzg .ant-modal-footer .footer-content {
30696
- margin: 0 auto;
30697
- max-width: 648px;
30519
+
30520
+ .E_m855nr1 {
30521
+ padding: 2px 8px;
30522
+ border-radius: 3px;
30698
30523
  }
30699
30524
 
30700
- .E_h16z9xgz .ant-modal-header {
30701
- margin: 0 auto;
30702
- width: 100%;
30703
- max-width: 1024px;
30525
+ .E_l1270xpg {
30526
+ padding: 3px 8px;
30527
+ border-radius: 2px;
30704
30528
  }
30705
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30706
- margin-left: 0;
30529
+
30530
+ .E_t14rextb.ant-tag:hover {
30531
+ opacity: unset;
30707
30532
  }
30708
- .E_h16z9xgz .ant-modal-body {
30709
- margin: 0 auto;
30710
- padding: 0;
30711
- width: 100%;
30712
- max-width: 1024px;
30713
- overflow: hidden;
30533
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30534
+ margin: 0;
30535
+ margin-right: 8px;
30536
+ display: inline-flex;
30537
+ align-items: center;
30538
+ border: none;
30714
30539
  }
30715
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30716
- margin-bottom: 40px;
30540
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30541
+ width: 16px;
30542
+ height: 16px;
30543
+ color: inherit;
30544
+ margin-left: 4px;
30545
+ opacity: 0.6;
30546
+ display: inline-flex;
30717
30547
  }
30718
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30719
- height: calc(100vh - 225px);
30720
- overflow-y: auto;
30548
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30549
+ opacity: 1;
30721
30550
  }
30722
- .E_h16z9xgz .ant-modal-footer .footer-content {
30723
- margin: 0 auto;
30724
- max-width: 1024px;
30551
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30552
+ color: #0080ff;
30553
+ background-color: rgba(0, 136, 255, 0.1);
30725
30554
  }
30726
-
30727
- .E_f1lrhghm {
30728
- flex: 1;
30555
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30556
+ color: #f0483e;
30557
+ background-color: rgba(255, 74, 74, 0.1);
30729
30558
  }
30730
- .E_f1lrhghm label {
30731
- font-size: 13px;
30732
- line-height: 20px;
30733
- color: rgba(44, 56, 82, 0.6);
30559
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30560
+ color: #e07f00;
30561
+ background-color: rgba(255, 187, 0, 0.1);
30734
30562
  }
30735
- .E_f1lrhghm .title {
30736
- font-size: 14px;
30737
- line-height: 20px;
30738
- color: #2d3a56;
30739
- margin-bottom: 12px;
30563
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30564
+ color: #008f4c;
30565
+ background-color: rgba(30, 201, 127, 0.1);
30740
30566
  }
30741
- .E_f1lrhghm.connect-cluster .title {
30742
- padding-bottom: 26px;
30567
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30568
+ color: #1d326c;
30569
+ background-color: rgba(225, 230, 241, 0.6);
30743
30570
  }
30744
-
30745
- .E_f18ot8em {
30746
- padding: 25px 0 15px 0;
30747
- border-bottom: 1px solid #e1e5eb;
30748
- margin-bottom: 16px;
30571
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30572
+ color: #7E41FF;
30573
+ background-color: rgba(126, 65, 255, 0.1);
30749
30574
  }
30750
-
30751
- .E_f1l1g2k0 {
30752
- display: flex;
30753
- align-items: center;
30754
- margin-bottom: 8px;
30575
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30576
+ color: #fff;
30755
30577
  }
30756
- .E_f1l1g2k0 > label {
30757
- width: 216px;
30578
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30579
+ background-color: #f0483e;
30758
30580
  }
30759
- .E_f1l1g2k0 > label + * {
30760
- width: 100%;
30581
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30582
+ background-color: #fea008;
30761
30583
  }
30762
- .E_f1l1g2k0 .ant-select {
30763
- width: 100%;
30584
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30585
+ background-color: #00ba5d;
30764
30586
  }
30765
-
30766
- .E_e1k89cwg {
30767
- color: #e75a3a;
30768
- margin-right: 10px;
30587
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30588
+ background-color: #0080ff;
30589
+ }
30590
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30591
+ background-color: #6b7d99;
30592
+ }
30593
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30594
+ background-color: #7E41FF;
30769
30595
  }
30770
30596
 
30771
- .E_d1oui1gf {
30597
+ .E_c18bcrac {
30598
+ display: inline-block;
30772
30599
  width: 100%;
30773
- height: 1px;
30774
- background: rgba(213, 219, 227, 0.6);
30775
- margin: 24px 0;
30600
+ }
30601
+ .E_c18bcrac .recharts-wrapper {
30602
+ margin-left: 4px;
30776
30603
  }
30777
30604
 
30778
- .E_l15itdbb {
30605
+ .E_cro7kg2 {
30606
+ padding: 4px;
30607
+ }
30608
+
30609
+ .E_c14wcxf0 {
30779
30610
  display: flex;
30780
- justify-content: center;
30611
+ justify-content: space-between;
30781
30612
  align-items: center;
30782
- height: 100%;
30613
+ font-size: 13px;
30614
+ line-height: 24px;
30615
+ color: #cccccc;
30616
+ white-space: nowrap;
30617
+ }
30618
+ .E_c14wcxf0 label {
30619
+ margin-right: 32px;
30783
30620
  }
30784
30621
 
30785
- .E_d1y3z4w {
30622
+ .E_coy29mj.E_c14wcxf0 {
30623
+ font-weight: bold;
30624
+ color: white;
30625
+ }
30626
+
30627
+ .E_s11212zy {
30628
+ width: 8px;
30629
+ height: 8px;
30630
+ border-radius: 2px;
30786
30631
  display: inline-block;
30787
- width: 4px;
30788
- height: 4px;
30789
- background: #8e9aa9;
30790
- opacity: 0.4;
30791
- border-radius: 50%;
30792
- margin: 0 4px;
30632
+ background: var(--s11212zy-0);
30633
+ border: 1px solid #fff;
30634
+ box-sizing: content-box;
30635
+ margin-right: 6px;
30793
30636
  }
30794
30637
 
30795
- .E_m177r7a3 .ant-modal-header,
30796
- .E_m177r7a3 .ant-modal-footer .footer-content {
30797
- width: 648px;
30798
- margin: 0 auto;
30638
+ .E_p1lyky6c > :first-child {
30639
+ font-weight: bold;
30640
+ color: white;
30641
+ margin-right: 4px;
30799
30642
  }
30800
- .E_m177r7a3 .ant-modal-header {
30801
- padding: 35px 0 24px;
30802
- border: none;
30643
+
30644
+ .E_iq1gosr {
30645
+ display: inline-block;
30803
30646
  }
30804
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
30805
- font-size: 30px;
30647
+
30648
+ .E_t1m2x205 .ant-tooltip-arrow {
30649
+ display: none;
30806
30650
  }
30807
- .E_m177r7a3 .ant-modal-body {
30808
- padding: 4px 0 2px;
30651
+ .E_t1m2x205 .ant-tooltip-inner {
30652
+ background: rgba(23, 38, 64, 0.8);
30653
+ border-radius: 4px;
30809
30654
  }
30810
- .E_m177r7a3 .ant-modal-footer {
30811
- border: none;
30655
+
30656
+ .E_s1dni7lo {
30657
+ width: 430px !important;
30812
30658
  }
30813
30659
 
30814
- .E_t1wwio3v {
30815
- font-size: 12px;
30660
+ .E_d1wwmmm5 .ant-select-item-group {
30661
+ padding: 8px 16px;
30816
30662
  line-height: 18px;
30817
- font-weight: bold;
30818
- color: #fff;
30819
- padding: 0 4px;
30820
- border-radius: 4px;
30821
- display: inline-block;
30822
- background: var(--t1wwio3v-0);
30823
- }
30824
- .E_t1wwio3v:not(:first-child) {
30825
- margin-left: 4px;
30663
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30664
+ height: 34px;
30665
+ min-height: 34px;
30666
+ box-sizing: border-box;
30667
+ margin-top: 8px;
30826
30668
  }
30827
30669
 
30828
- .E_f17jvtfk {
30829
- width: 100%;
30830
- height: 100%;
30670
+ .E_o1ugr09p {
30831
30671
  display: flex;
30832
- align-items: center;
30833
- justify-content: center;
30834
- }
30835
-
30836
- .E_nzppkea {
30837
- font-size: 90%;
30838
- font-weight: bold;
30839
- background-color: rgba(240, 243, 247, 0.6);
30840
- padding: 1px 4px 1px;
30841
- margin-left: 2px;
30842
- margin-right: 2px;
30843
- border: 1px solid rgba(213, 219, 227, 0.6);
30672
+ flex-direction: column;
30673
+ margin: 1px 8px;
30674
+ padding: 8px;
30844
30675
  border-radius: 4px;
30845
30676
  }
30846
-
30847
- .E_f4mi9eq.form-item-general {
30848
- width: 640px;
30677
+ .E_o1ugr09p .selected-icon {
30678
+ display: none;
30849
30679
  }
30850
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30851
- margin-top: 16px;
30680
+ .E_o1ugr09p.ant-select-item-option-grouped {
30681
+ padding-left: 8px;
30852
30682
  }
30853
- .E_f4mi9eq.form-item-compact {
30854
- width: 412px;
30683
+ .E_o1ugr09p.ant-select-item-option-selected {
30684
+ background-color: white;
30855
30685
  }
30856
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30857
- margin-top: 8px;
30686
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30687
+ color: #0080ff;
30858
30688
  }
30859
- .E_f4mi9eq .form-item {
30860
- width: auto;
30689
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30690
+ display: block;
30861
30691
  }
30862
- .E_f4mi9eq .form-item-main {
30863
- position: relative;
30864
- display: flex;
30692
+ .E_o1ugr09p.ant-select-item-option-active {
30693
+ background: rgba(0, 136, 255, 0.16);
30865
30694
  }
30866
- .E_f4mi9eq .form-item-extra {
30867
- margin-top: 4px;
30868
- width: 100%;
30869
- padding: 14px;
30870
- background: #f2f4f6;
30871
- font-size: 13px;
30872
- line-height: 1.8;
30873
- color: #8e9aa9;
30695
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30696
+ color: #0080ff;
30874
30697
  }
30875
- .E_f4mi9eq .form-item-label {
30876
- padding-right: 12px;
30877
- font-size: 13px;
30878
- color: rgba(44, 56, 82, 0.6);
30698
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30699
+ background: rgba(0, 136, 255, 0.1);
30700
+ color: #0080ff;
30879
30701
  }
30880
- .E_f4mi9eq .form-item-label.label-right {
30881
- text-align: right;
30702
+
30703
+ .E_o1ifxsq4 {
30704
+ display: flex;
30705
+ justify-content: space-between;
30706
+ height: 20px;
30707
+ line-height: 20px;
30882
30708
  }
30883
- .E_f4mi9eq .form-item-label,
30884
- .E_f4mi9eq .form-item-control {
30885
- line-height: 32px;
30709
+ .E_o1ifxsq4 .timezone-title {
30710
+ color: #2d3a56;
30711
+ overflow: hidden;
30712
+ text-overflow: ellipsis;
30886
30713
  }
30887
- .E_f4mi9eq .form-item-control .form-item-error {
30714
+
30715
+ .E_o1zue7 {
30716
+ display: flex;
30717
+ justify-content: space-between;
30718
+ color: rgba(44, 56, 82, 0.6);
30719
+ height: 18px;
30888
30720
  line-height: 18px;
30721
+ margin-top: 2px;
30889
30722
  }
30890
- .E_f4mi9eq .form-item-children {
30891
- width: 100%;
30892
- }
30893
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30894
- width: 100%;
30723
+
30724
+ .E_tyfmlxg {
30725
+ border: none;
30726
+ margin-right: 0;
30727
+ background: rgba(225, 230, 241, 0.6);
30895
30728
  }
30896
- .E_f4mi9eq .form-item-error {
30897
- color: #e75a3a;
30898
- height: 0;
30899
- overflow: hidden;
30729
+
30730
+ .E_o18uybox {
30731
+ pointer-events: none;
30732
+ height: 32px;
30733
+ width: 100%;
30734
+ opacity: 0;
30900
30735
  }
30901
- .E_f4mi9eq .form-item-error-enter-done {
30902
- margin-top: 4px;
30903
- height: auto;
30904
- overflow: auto;
30736
+
30737
+ .E_clm1wy1 {
30738
+ width: 192px;
30739
+ height: 246px;
30740
+ border-radius: 4px;
30905
30741
  }
30906
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30907
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30908
- border: 1px solid #e75a3a;
30909
- color: #e75a3a;
30742
+ .E_clm1wy1 > .ant-picker-calendar,
30743
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30744
+ width: 100%;
30745
+ background-color: rgba(245, 247, 250, 0.6);
30746
+ border-top: none;
30747
+ }
30748
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
30749
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30750
+ padding: 0 16px;
30751
+ }
30752
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
30753
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30754
+ width: 100%;
30755
+ height: 180px;
30756
+ border-spacing: 0;
30757
+ }
30758
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30759
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30760
+ margin-bottom: 8px;
30761
+ }
30762
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30763
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30764
+ width: 22px;
30765
+ }
30766
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30767
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30768
+ padding: 0;
30769
+ }
30770
+ .E_clm1wy1 .ant-picker-cell {
30771
+ color: rgba(62, 70, 82, 0.6);
30772
+ opacity: 0.4;
30773
+ }
30774
+ .E_clm1wy1 .ant-picker-cell-in-view {
30775
+ color: rgba(62, 70, 82, 0.6);
30776
+ opacity: 1;
30777
+ }
30778
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
30779
+ color: #3e4652;
30780
+ }
30781
+ .E_clm1wy1 .ant-picker-cell::before {
30782
+ pointer-events: none;
30910
30783
  }
30911
30784
 
30912
- .E_fh0ewl8 {
30913
- color: #2d3a56;
30914
- font-weight: bold;
30915
- padding-bottom: 6px;
30916
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30917
- margin-bottom: 16px;
30785
+ .E_t1tsm00v {
30786
+ color: rgba(129, 138, 153, 0.6);
30787
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30788
+ backdrop-filter: blur(10px);
30789
+ padding: 7px 10px;
30918
30790
  }
30919
- .E_fh0ewl8:not(:first-of-type) {
30920
- margin-top: 16px;
30791
+
30792
+ .E_c167wnad {
30793
+ color: rgba(62, 70, 82, 0.6);
30794
+ display: flex;
30795
+ justify-content: space-between;
30796
+ align-items: center;
30797
+ padding: 8px 16px;
30798
+ }
30799
+ .E_c167wnad .anticon {
30800
+ cursor: pointer;
30801
+ }
30802
+ .E_c167wnad .anticon:hover {
30803
+ color: #0096ff;
30921
30804
  }
30922
30805
 
30923
- .E_e1qrlvot {
30924
- width: 8px;
30925
- height: 24px;
30806
+ .E_cxhf7dh {
30807
+ text-align: center;
30808
+ }
30809
+ .E_cxhf7dh .dots {
30926
30810
  display: flex;
30927
30811
  justify-content: center;
30812
+ }
30813
+ .E_cxhf7dh .dot {
30814
+ display: inline-block;
30815
+ width: 2px;
30816
+ height: 2px;
30817
+ border-radius: 1px;
30818
+ background: #0096ff;
30819
+ }
30820
+ .E_cxhf7dh .dot:not(:last-child) {
30821
+ margin-right: 2px;
30822
+ }
30823
+ .E_cxhf7dh .bar {
30824
+ width: 9px;
30825
+ height: 2px;
30826
+ background: #0096ff;
30827
+ border-radius: 2px;
30828
+ }
30829
+
30830
+ .E_s1ebs0ra {
30831
+ display: flex;
30928
30832
  align-items: center;
30833
+ justify-content: space-between;
30834
+ background: #edf0f7;
30835
+ padding: 8px 12px;
30836
+ position: sticky;
30837
+ top: 0;
30838
+ z-index: 1;
30839
+ margin-bottom: -52px;
30840
+ }
30841
+ .E_s1ebs0ra .select-total {
30842
+ display: flex;
30843
+ align-items: center;
30844
+ font-weight: 700;
30845
+ flex-shrink: 0;
30846
+ }
30847
+ .E_s1ebs0ra .select-total .icon-wrapper {
30929
30848
  cursor: pointer;
30930
- transition: all 200ms ease-out 40ms;
30849
+ margin-left: 8px;
30850
+ width: 32px;
30851
+ height: 32px;
30852
+ border-radius: 50%;
30853
+ justify-content: center;
30931
30854
  }
30932
- .E_e1qrlvot:before, .E_e1qrlvot:after {
30933
- content: "";
30934
- width: 1px;
30935
- height: 6px;
30936
- border-radius: 1px;
30937
- background: #ccd4e3;
30855
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30856
+ background: rgba(225, 230, 241, 0.6);
30857
+ }
30858
+ .E_s1ebs0ra .action-group {
30859
+ flex: 1;
30860
+ margin-left: 88px;
30861
+ white-space: nowrap;
30862
+ text-align: right;
30938
30863
  position: relative;
30939
- right: 2px;
30940
- transform: rotate(-45deg);
30864
+ padding: 4px 0;
30865
+ margin-top: -4px;
30866
+ overflow: hidden;
30941
30867
  }
30942
- .E_e1qrlvot:after {
30943
- transform: rotate(45deg);
30944
- left: 1px;
30868
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30869
+ transform: translateY(-4px);
30870
+ }
30871
+ .E_s1ebs0ra .action-group button {
30872
+ border: none;
30873
+ }
30874
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30875
+ margin-right: 8px;
30876
+ }
30877
+ .E_s1ebs0ra .action-group > button:last-child {
30878
+ margin-right: 4px;
30879
+ }
30880
+ .E_s1ebs0ra .action-group .more-btn {
30881
+ cursor: pointer;
30882
+ width: 32px;
30883
+ height: 32px;
30884
+ justify-content: center;
30885
+ border-radius: 50%;
30886
+ }
30887
+ .E_s1ebs0ra .action-group .more-btn:hover {
30888
+ background: #fff;
30945
30889
  }
30946
30890
 
30947
- .E_w9ic984.ant-alert-warning {
30948
- border: 0;
30949
- background: rgba(255, 187, 0, 0.1);
30950
- border-radius: 6px;
30891
+ .E_c1up1pdz {
30892
+ width: 648px;
30951
30893
  }
30952
- .E_w9ic984.ant-alert,
30953
- .E_w9ic984 .ant-alert-message {
30954
- color: #e07f00;
30894
+ .E_c1up1pdz.active {
30895
+ border-color: #0080ff;
30955
30896
  }
30956
- .E_w9ic984.ant-alert .dashed-border-bottom,
30957
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30958
- border-bottom-color: #e07f00;
30897
+ .E_c1up1pdz.active > header {
30898
+ background: rgba(0, 128, 255, 0.1);
30899
+ }
30900
+ .E_c1up1pdz .expand {
30901
+ padding: 12px;
30902
+ }
30903
+ .E_c1up1pdz .field-item {
30904
+ display: flex;
30905
+ padding: 10px 0;
30906
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30907
+ }
30908
+ .E_c1up1pdz .field-item:last-child {
30909
+ border-bottom: none;
30910
+ padding-bottom: 0;
30911
+ }
30912
+ .E_c1up1pdz .field-item label {
30913
+ line-height: 32px;
30914
+ width: 100px;
30915
+ color: rgba(62, 70, 82, 0.6);
30916
+ }
30917
+ .E_c1up1pdz .help {
30918
+ color: rgba(62, 70, 82, 0.6);
30919
+ margin-top: 5px;
30920
+ }
30921
+ .E_c1up1pdz .ant-input-affix-wrapper,
30922
+ .E_c1up1pdz .ant-picker {
30923
+ width: 128px;
30959
30924
  }
30960
30925
 
30961
- .E_n1k9qi4r {
30926
+ .E_c156wh19 {
30962
30927
  display: flex;
30963
- flex-direction: row;
30964
- padding: 7px 12px;
30965
- background: rgba(255, 187, 0, 0.1);
30966
- border-radius: 6px;
30967
- color: #e07f00;
30928
+ align-items: center;
30929
+ justify-content: space-between;
30930
+ word-break: keep-all;
30931
+ }
30932
+ .E_c156wh19 .title {
30933
+ margin: 0 16px 0 8px;
30934
+ }
30935
+ .E_c156wh19 .retain {
30936
+ color: rgba(129, 138, 153, 0.6);
30937
+ }
30938
+ .E_c156wh19 div.left {
30939
+ flex: 1;
30940
+ display: flex;
30941
+ overflow: hidden;
30942
+ align-items: center;
30943
+ justify-content: flex-start;
30944
+ white-space: nowrap;
30945
+ }
30946
+ .E_c156wh19 div.left .title {
30947
+ max-width: 100%;
30948
+ overflow: hidden;
30949
+ text-overflow: ellipsis;
30950
+ }
30951
+ .E_c156wh19 div.right {
30952
+ display: flex;
30953
+ align-items: center;
30954
+ }
30955
+ .E_c156wh19 .reverse {
30956
+ display: flex;
30957
+ flex-direction: row-reverse;
30958
+ align-items: center;
30959
+ }
30960
+ .E_c156wh19 .reverse .ant-switch {
30961
+ margin-left: 8px;
30962
+ }
30963
+ .E_c156wh19 .close {
30964
+ padding-left: 14px;
30965
+ margin-left: 14px;
30966
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
30967
+ cursor: pointer;
30968
+ }
30969
+
30970
+ .E_m126spxy {
30971
+ padding-bottom: 4px;
30972
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30973
+ }
30974
+ .E_m126spxy .ant-btn-link {
30975
+ padding: 1px 10px;
30976
+ color: rgba(62, 70, 82, 0.6);
30977
+ border-radius: 4px;
30978
+ }
30979
+ .E_m126spxy .ant-btn-link.active {
30980
+ background: rgba(0, 128, 255, 0.1);
30981
+ color: #0096ff;
30982
+ }
30983
+
30984
+ .E_wpbf4pq {
30985
+ padding: 10px 0;
30986
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30987
+ }
30988
+ .E_wpbf4pq .ant-input,
30989
+ .E_wpbf4pq .ant-picker {
30990
+ width: 80px;
30991
+ margin: 0 9px;
30992
+ text-align: center;
30993
+ }
30994
+ .E_wpbf4pq .options {
30995
+ padding: 12px 0 12px 16px;
30996
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
30997
+ margin: 5px 0 5px 8px;
30998
+ }
30999
+ .E_wpbf4pq .week-day-option,
31000
+ .E_wpbf4pq .month-day-option {
31001
+ background: #f5f7fa;
31002
+ box-sizing: border-box;
31003
+ border-radius: 16px;
31004
+ margin-right: 8px;
31005
+ }
31006
+ .E_wpbf4pq .week-day-option:focus,
31007
+ .E_wpbf4pq .month-day-option:focus {
31008
+ color: inherit;
31009
+ border-color: #d9d9d9;
31010
+ }
31011
+ .E_wpbf4pq .week-day-option.active {
31012
+ background-color: #0096ff;
31013
+ border-color: #0096ff;
31014
+ color: #fff;
31015
+ }
31016
+ .E_wpbf4pq .week-day-option.en-text {
31017
+ width: 110px;
31018
+ margin-top: 4px;
31019
+ }
31020
+ .E_wpbf4pq .month-day-option {
31021
+ width: 32px;
31022
+ padding: 0;
31023
+ margin-bottom: 8px;
31024
+ }
31025
+ .E_wpbf4pq .month-day-option.active {
31026
+ background-color: #0096ff;
31027
+ border-color: #0096ff;
31028
+ color: #fff;
31029
+ }
31030
+
31031
+ .E_tqjc4ui {
31032
+ margin: 0 2px;
31033
+ }
31034
+
31035
+ .E_n12mqh7z {
31036
+ display: flex;
31037
+ align-items: center;
30968
31038
  font-size: 12px;
30969
31039
  line-height: 18px;
30970
31040
  }
30971
- .E_n1k9qi4r .icon-wrapper {
30972
- margin-right: 10px;
30973
- height: 18px;
31041
+ .E_n12mqh7z:not(:last-child) {
31042
+ margin-bottom: 4px;
30974
31043
  }
30975
31044
 
30976
- .E_n16fsg9x {
31045
+ .E_tf5bynu {
31046
+ margin: 0 3px;
31047
+ }
31048
+
31049
+ .E_tcckoz1 {
31050
+ max-height: 400px;
31051
+ overflow: "auto";
31052
+ }
31053
+
31054
+ .E_ou7iq30 {
31055
+ overflow: hidden;
31056
+ text-overflow: ellipsis;
31057
+ }
31058
+
31059
+ .E_s1tui002 {
31060
+ white-space: nowrap;
31061
+ }
31062
+
31063
+ .E_mxrc2zg {
31064
+ display: -webkit-box;
31065
+ -webkit-line-clamp: var(--mxrc2zg-0);
31066
+ -webkit-box-orient: vertical;
31067
+ word-break: break-all;
31068
+ }
31069
+
31070
+ .E_gmyahx3 {
31071
+ cursor: pointer;
31072
+ }
31073
+ .E_gmyahx3 .link-text {
31074
+ color: rgba(0, 21, 64, 0.3);
31075
+ }
31076
+ .E_gmyahx3:hover .link-text {
31077
+ color: #0080ff;
31078
+ }
31079
+
31080
+ .E_tje3huy {
31081
+ width: 100%;
31082
+ overflow: inherit;
31083
+ white-space: inherit;
31084
+ text-overflow: ellipsis;
31085
+ }
31086
+
31087
+ .E_t1sqg15u {
31088
+ background: white;
31089
+ }
31090
+ .E_t1sqg15u.inline .table-row {
31091
+ flex-direction: column;
31092
+ }
31093
+ .E_t1sqg15u.inline .table-row > label {
31094
+ padding: 0 16px 7px 0;
31095
+ }
31096
+ .E_t1sqg15u.has-border .table-header {
31097
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31098
+ }
31099
+ .E_t1sqg15u.has-border .hiddenBorder {
31100
+ border-top: none !important;
31101
+ }
31102
+ .E_t1sqg15u.has-border .table-row + .table-row {
31103
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
31104
+ }
31105
+ .E_t1sqg15u.has-border .table-row:last-of-type {
31106
+ padding-bottom: 0;
31107
+ }
31108
+ .E_t1sqg15u.align-right .content {
31109
+ text-align: right;
31110
+ }
31111
+ .E_t1sqg15u .uuid-row {
30977
31112
  display: flex;
30978
- flex-direction: row;
30979
- padding: 7px 12px;
30980
- background: rgba(225, 230, 241, 0.6);
30981
- border-radius: 6px;
31113
+ justify-content: space-between;
31114
+ }
31115
+ .E_t1sqg15u .uuid-row .id-text {
31116
+ white-space: nowrap;
31117
+ overflow: hidden;
31118
+ text-overflow: ellipsis;
31119
+ }
31120
+
31121
+ .E_t4zczcp {
31122
+ display: flex;
31123
+ justify-content: space-between;
31124
+ align-items: center;
31125
+ padding: 8px;
31126
+ min-height: 32px;
31127
+ }
31128
+ .E_t4zczcp .table-title {
30982
31129
  color: rgba(44, 56, 82, 0.6);
31130
+ font-weight: 600;
31131
+ font-size: 12px;
31132
+ line-height: 8px;
31133
+ }
31134
+ .E_t4zczcp .edit-icon {
31135
+ font-size: 16px;
31136
+ color: rgba(10, 37, 85, 0.6);
31137
+ cursor: pointer;
31138
+ }
31139
+
31140
+ .E_t1s7goww {
30983
31141
  font-size: 12px;
30984
31142
  line-height: 18px;
30985
31143
  }
30986
- .E_n16fsg9x .icon-wrapper {
30987
- margin-right: 10px;
30988
- height: 18px;
31144
+
31145
+ .E_t93e4cf {
31146
+ display: flex;
31147
+ padding: 8px 0;
31148
+ color: #2d3a56;
31149
+ }
31150
+ .E_t93e4cf .hidden {
31151
+ display: none;
31152
+ }
31153
+ .E_t93e4cf .ant-btn-link {
31154
+ height: auto;
31155
+ }
31156
+ .E_t93e4cf .content {
31157
+ overflow: hidden;
31158
+ overflow-x: auto;
31159
+ width: 100%;
31160
+ white-space: pre-wrap;
31161
+ }
31162
+ .E_t93e4cf .content .ant-btn {
31163
+ white-space: pre-wrap;
31164
+ text-align: left;
31165
+ }
31166
+ .E_t93e4cf .content .unit-chart {
31167
+ justify-content: flex-start;
31168
+ }
31169
+
31170
+ .E_rhz2uv5 {
31171
+ width: var(--rhz2uv5-0);
31172
+ flex-shrink: 0;
31173
+ color: rgba(44, 56, 82, 0.6);
31174
+ padding-right: 12px;
30989
31175
  }
30990
31176
 
30991
- .E_i173wxzw {
31177
+ .E_skwah65 {
31178
+ height: 8px;
31179
+ box-sizing: border-box;
31180
+ border-radius: 2px;
31181
+ background: #f5f7fa;
30992
31182
  display: flex;
30993
- flex-direction: row;
30994
- padding: 7px 12px;
30995
- background: rgba(0, 136, 255, 0.1);
30996
- border-radius: 6px;
30997
- color: #005ed1;
30998
- font-size: 12px;
30999
- line-height: 18px;
31183
+ width: 100%;
31184
+ overflow: hidden;
31000
31185
  }
31001
- .E_i173wxzw .icon-wrapper {
31002
- margin-right: 10px;
31003
- height: 18px;
31186
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31187
+ margin-left: 1px;
31004
31188
  }
31005
31189
 
31006
- .E_dld369h {
31007
- color: rgba(44, 56, 82, 0.6);
31008
- margin-top: 5px;
31009
- font-size: 12px;
31010
- line-height: 18px;
31190
+ .E_s1iv0tp1 .enabled-switch {
31191
+ display: flex;
31192
+ align-items: center;
31011
31193
  }
31012
-
31013
- .E_s1epv22q {
31014
- color: #f0483e;
31015
- font-size: 12px;
31016
- white-space: pre-wrap;
31194
+ .E_s1iv0tp1 .enabled-text {
31195
+ margin-right: 8px;
31017
31196
  }
31018
31197
 
31019
- .E_okus5hk {
31198
+ .E_wg1tsps {
31020
31199
  display: flex;
31021
31200
  align-items: center;
31022
31201
  justify-content: flex-end;
31023
31202
  }
31024
- .E_okus5hk .icon-wrapper {
31025
- margin-right: 16px;
31203
+
31204
+ .E_b1ctd5xy {
31205
+ display: flex;
31206
+ align-items: center;
31207
+ width: calc(100% - 40px);
31208
+ }
31209
+ .E_b1ctd5xy .chart {
31210
+ display: inline-block;
31211
+ width: 100%;
31026
31212
  }
31027
31213
 
31028
- .E_t1auuzri {
31029
- color: rgba(0, 21, 64, 0.3);
31214
+ .E_u1p8acpn {
31215
+ min-width: 40px;
31216
+ }
31217
+ .E_u1p8acpn .unit {
31218
+ color: #00122e !important;
31030
31219
  }
31031
31220
 
31032
- .E_i74cfyt.ant-input {
31033
- padding: 5px 12px;
31034
- line-height: 20px;
31035
- color: #2d3a56;
31036
- border-radius: 6px;
31037
- border-color: rgba(172, 186, 211, 0.6);
31038
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31221
+ .E_t160l1cm {
31222
+ display: flex;
31223
+ flex-direction: column;
31224
+ flex: 1;
31225
+ /* FIXME:(yanzhen) do this better */
31039
31226
  }
31040
- .E_i74cfyt.ant-input.ant-input-lg {
31041
- padding: 8px 16px;
31042
- line-height: 22px;
31227
+ .E_t160l1cm .tab-bar {
31228
+ flex-shrink: 0;
31229
+ display: flex;
31230
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
31043
31231
  }
31044
- .E_i74cfyt.ant-input.ant-input-sm {
31045
- padding: 2px 8px;
31046
- line-height: 18px;
31232
+ .E_t160l1cm .tab-content {
31233
+ height: 100%;
31047
31234
  }
31048
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31049
- border-color: rgba(107, 128, 167, 0.6);
31050
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31051
- z-index: 1;
31235
+ .E_t160l1cm .tab-menu-item {
31236
+ margin-right: 2px;
31237
+ padding: 1px 12px;
31238
+ line-height: 24px;
31239
+ height: 24px;
31240
+ color: rgba(44, 56, 82, 0.6);
31241
+ border-radius: 4px 4px 0 0;
31242
+ cursor: pointer;
31243
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
31052
31244
  }
31053
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31054
- border-color: #0096ff;
31055
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31056
- z-index: 1;
31245
+ .E_t160l1cm .tab-menu-item:first-child {
31246
+ padding-left: 0;
31057
31247
  }
31058
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31059
- border-color: #e75a3a;
31060
- color: #e75a3a;
31248
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
31249
+ padding-left: 12px;
31061
31250
  }
31062
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31063
- border-color: #e75a3a;
31064
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31251
+ .E_t160l1cm .tab-menu-item:hover {
31252
+ color: #0080ff;
31253
+ background: rgba(211, 218, 235, 0.6);
31065
31254
  }
31066
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31067
- border-color: #e75a3a;
31068
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31255
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
31256
+ fill: #0080ff;
31069
31257
  }
31070
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31258
+ .E_t160l1cm .tab-menu-item:active {
31259
+ background: rgba(192, 203, 224, 0.6);
31260
+ }
31261
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
31262
+ color: #0080ff;
31071
31263
  background: rgba(211, 218, 235, 0.6);
31072
- color: rgba(0, 21, 64, 0.3);
31073
- border-color: rgba(172, 186, 211, 0.6);
31074
31264
  }
31075
- .E_i74cfyt.ant-input-affix-wrapper {
31076
- padding: 5px 12px;
31077
- border-radius: 6px;
31078
- border-color: rgba(172, 186, 211, 0.6);
31079
- line-height: 20px;
31080
- color: #2d3a56;
31081
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31265
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
31266
+ background: rgba(192, 203, 224, 0.6);
31082
31267
  }
31083
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31084
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31085
- color: rgba(44, 56, 82, 0.6);
31268
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
31269
+ background: rgba(0, 128, 255, 0.16);
31086
31270
  }
31087
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31088
- padding: 8px 16px;
31089
- line-height: 22px;
31271
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
31272
+ fill: #0080ff;
31090
31273
  }
31091
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31092
- padding: 2px 8px;
31093
- line-height: 18px;
31274
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
31275
+ color: #0080ff;
31276
+ background: rgba(0, 128, 255, 0.1);
31094
31277
  }
31095
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31096
- border-color: rgba(107, 128, 167, 0.6);
31097
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31278
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
31279
+ background: rgba(0, 128, 255, 0.16);
31098
31280
  }
31099
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31100
- border-color: #0096ff;
31101
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31281
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
31282
+ fill: #1d326c;
31102
31283
  }
31103
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31104
- border-color: #e75a3a;
31284
+ .E_t160l1cm .tab-menu-item .expand-arrow {
31285
+ margin-left: 8px;
31286
+ height: 22px;
31105
31287
  }
31106
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31107
- color: #e75a3a;
31288
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
31289
+ fill: rgba(44, 56, 82, 0.6);
31108
31290
  }
31109
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31110
- border-color: #e75a3a;
31111
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31291
+ .E_t160l1cm .tab-menu-item-group {
31292
+ padding: 0;
31293
+ display: flex;
31294
+ align-items: center;
31295
+ overflow: hidden;
31112
31296
  }
31113
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31114
- border-color: #e75a3a;
31115
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31297
+ .E_t160l1cm .tab-menu-item-group .main-title {
31298
+ opacity: 0;
31299
+ max-width: 0;
31300
+ transition: max-width 320ms ease, opacity 240ms ease;
31116
31301
  }
31117
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31118
- background: rgba(211, 218, 235, 0.6);
31119
- color: rgba(0, 21, 64, 0.3);
31120
- border-color: rgba(172, 186, 211, 0.6);
31302
+ .E_t160l1cm .tab-menu-item-group .sub-title {
31303
+ padding: 1px 12px;
31304
+ position: relative;
31305
+ display: flex;
31306
+ }
31307
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
31308
+ opacity: 0;
31309
+ position: absolute;
31310
+ top: 50%;
31311
+ left: 0;
31312
+ transform: translate(-50%, -50%);
31313
+ transition: opacity 100ms linear;
31314
+ fill: rgba(0, 128, 255, 0.2);
31315
+ }
31316
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
31317
+ color: #0080ff;
31318
+ }
31319
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
31320
+ padding: 1px 12px;
31321
+ display: inline-block;
31322
+ opacity: 1;
31323
+ max-width: 160px;
31324
+ }
31325
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
31326
+ padding: 1px 12px;
31327
+ color: #005ed1;
31328
+ }
31329
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31330
+ opacity: 1;
31331
+ }
31332
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
31333
+ background: rgba(0, 128, 255, 0.16);
31334
+ }
31335
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
31336
+ opacity: 0;
31337
+ }
31338
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
31339
+ padding: 4px 16px;
31340
+ height: 32px;
31341
+ border-radius: 6px 6px 0 0;
31342
+ }
31343
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
31344
+ padding-left: 0;
31345
+ }
31346
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
31347
+ padding-left: 16px;
31348
+ }
31349
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
31350
+ margin-left: 11px;
31351
+ height: 24px;
31352
+ }
31353
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
31354
+ padding: 0;
31355
+ }
31356
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
31357
+ padding: 4px 16px;
31358
+ }
31359
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
31360
+ padding: 4px 16px;
31361
+ }
31362
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
31363
+ background: #fff;
31364
+ }
31365
+ .E_t160l1cm .tab-menu-item-light:active {
31366
+ color: #005ed1;
31121
31367
  }
31122
- textarea.E_i74cfyt.ant-input {
31123
- transition-property: height;
31124
- transition-delay: 50ms;
31368
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
31369
+ background: #fff;
31370
+ color: #1d326c;
31125
31371
  }
31126
- textarea.E_i74cfyt.ant-input.textarea-large {
31127
- min-height: 40px;
31128
- height: 40px;
31372
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
31373
+ color: rgba(45, 58, 86, 0.6);
31129
31374
  }
31130
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31131
- height: 80px;
31375
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
31376
+ color: #1d326c;
31132
31377
  }
31133
- textarea.E_i74cfyt.ant-input.textarea-middle {
31134
- min-height: 32px;
31135
- height: 32px;
31378
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31379
+ fill: #d8deeb;
31136
31380
  }
31137
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31138
- height: 64px;
31381
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
31382
+ fill: #1d326c;
31139
31383
  }
31140
- textarea.E_i74cfyt.ant-input.textarea-small {
31141
- min-height: 24px;
31142
- height: 24px;
31384
+ .E_t160l1cm .tab-content {
31385
+ flex: 1;
31386
+ display: flex;
31387
+ flex-direction: column;
31143
31388
  }
31144
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31145
- height: 40px;
31389
+ .E_t160l1cm.is-overview .tab-content {
31390
+ overflow: visible;
31146
31391
  }
31147
31392
 
31148
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31149
- border: 1px solid rgba(213, 219, 227, 0.6);
31150
- border-radius: 4px;
31393
+ .E_t14npdqr {
31394
+ max-width: 240px;
31395
+ animation: none;
31151
31396
  }
31152
- .E_k1ci6977.input-tags {
31153
- position: relative;
31154
- padding: 6px;
31397
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
31398
+ border: 1px solid #0080ff;
31399
+ padding: 0;
31400
+ }
31401
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31402
+ margin: 0;
31155
31403
  height: 32px;
31156
- cursor: pointer;
31157
- transition: border 150ms;
31404
+ line-height: 32px;
31405
+ font-size: 13px;
31406
+ padding: 0 10px;
31407
+ display: block;
31408
+ overflow: hidden;
31409
+ text-overflow: ellipsis;
31410
+ white-space: nowrap;
31158
31411
  }
31159
- .E_k1ci6977.input-tags:hover {
31160
- border-color: #0080ff;
31161
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31412
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
31413
+ content: " ";
31414
+ height: 1px;
31415
+ width: calc(100% + 10px);
31416
+ background: rgba(172, 186, 211, 0.6);
31417
+ display: block;
31162
31418
  }
31163
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31164
- padding-right: 30px;
31419
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
31420
+ color: #0080ff;
31421
+ background: transparent;
31165
31422
  }
31166
- .E_k1ci6977.input-tags .input-tags-inner {
31423
+
31424
+ .E_i1inqkme {
31425
+ height: 18px;
31426
+ line-height: 18px;
31427
+ padding: 0 4px;
31428
+ border-radius: 4px;
31429
+ background: rgba(235, 239, 245, 0.6);
31430
+ border: 1px solid rgba(223, 228, 235, 0.6);
31167
31431
  display: flex;
31432
+ align-items: center;
31433
+ white-space: nowrap;
31434
+ margin-right: 4px;
31168
31435
  }
31169
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31170
- display: flex;
31436
+
31437
+ .E_f7pxqmh {
31438
+ width: 100%;
31439
+ margin-bottom: 0 !important;
31440
+ flex-flow: nowrap !important;
31441
+ line-break: auto;
31171
31442
  }
31172
- .E_k1ci6977.input-tags .input-tag-suffix {
31173
- position: absolute;
31174
- right: 12px;
31175
- top: 50%;
31176
- transform: translateY(-50%);
31443
+ .E_f7pxqmh > .ant-form-item-label {
31444
+ text-align: left !important;
31445
+ padding-bottom: 0 !important;
31177
31446
  }
31178
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31179
- color: rgba(0, 0, 0, 0.25);
31447
+ .E_f7pxqmh > .ant-form-item-label > label {
31448
+ min-height: 32px;
31449
+ height: auto;
31450
+ font-size: 13px;
31451
+ color: rgba(44, 56, 82, 0.6);
31452
+ white-space: normal;
31453
+ }
31454
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31455
+ border-color: #ff4d4f !important;
31456
+ }
31457
+ .E_f7pxqmh .ant-form-item-explain {
31458
+ margin-top: 4px;
31180
31459
  font-size: 12px;
31181
- cursor: pointer;
31460
+ min-height: 0px;
31182
31461
  }
31183
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31184
- color: rgba(0, 0, 0, 0.45);
31462
+ .E_f7pxqmh .ant-form-item-extra {
31463
+ font-size: 12px;
31464
+ color: rgba(44, 56, 82, 0.6);
31465
+ min-height: 0px;
31185
31466
  }
31186
- .E_k1ci6977.has-focus-indicator {
31187
- position: relative;
31188
- overflow: hidden;
31467
+
31468
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31469
+ display: var(--a1wfy30z-0);
31189
31470
  }
31190
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31191
- position: absolute;
31192
- top: 50%;
31193
- transform: translateY(-50%);
31194
- left: -16px;
31195
- transition: left 150ms ease;
31196
- opacity: 0;
31471
+ .E_a1wfy30z .ant-input-number-input-wrap {
31472
+ padding: 4px 11px;
31473
+ display: inline-flex;
31474
+ line-height: 1.5715;
31475
+ height: inherit;
31197
31476
  }
31198
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31199
- left: 8px;
31200
- opacity: 1;
31477
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31478
+ content: var(--a1wfy30z-1);
31479
+ display: var(--a1wfy30z-2);
31480
+ flex: none;
31481
+ align-items: center;
31482
+ margin-left: 4px;
31201
31483
  }
31202
- .E_k1ci6977.has-focus-indicator input {
31203
- transition: margin-left 150ms ease;
31204
- margin-left: 0px;
31484
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31485
+ content: var(--a1wfy30z-3);
31486
+ display: var(--a1wfy30z-4);
31487
+ flex: none;
31488
+ align-items: center;
31489
+ margin-right: 4px;
31490
+ cursor: auto;
31205
31491
  }
31206
- .E_k1ci6977.has-focus-indicator input:focus {
31207
- margin-left: 16px;
31492
+ .E_a1wfy30z .ant-input-number-input {
31493
+ padding: 0;
31494
+ margin: 0;
31495
+ height: auto;
31496
+ font-size: inherit;
31208
31497
  }
31209
31498
 
31210
- input.E_l1f7td1d.ant-input {
31211
- border-top-right-radius: 0;
31212
- border-bottom-right-radius: 0;
31499
+ .E_fzh9mnb {
31500
+ width: 100%;
31501
+ height: 100%;
31502
+ min-height: 124px;
31503
+ display: flex;
31504
+ flex-direction: column;
31505
+ justify-content: center;
31506
+ align-items: center;
31213
31507
  }
31214
-
31215
- .E_l1f7td1d.ant-input-affix-wrapper {
31216
- border-top-right-radius: 0;
31217
- border-bottom-right-radius: 0;
31508
+ .E_fzh9mnb .error-text {
31509
+ color: rgba(10, 37, 85, 0.6);
31510
+ margin-bottom: 16px;
31511
+ font-size: 18px;
31218
31512
  }
31219
31513
 
31220
- input.E_rf8rlle.ant-input {
31221
- border-top-left-radius: 0;
31222
- border-bottom-left-radius: 0;
31514
+ .E_iouxfgt {
31515
+ display: inline-flex;
31516
+ align-items: center;
31223
31517
  }
31224
-
31225
- .E_rf8rlle.ant-input-affix-wrapper {
31226
- border-top-left-radius: 0;
31227
- border-bottom-left-radius: 0;
31518
+ .E_iouxfgt .icon-inner {
31519
+ display: inline-flex;
31520
+ align-items: center;
31521
+ justify-content: center;
31228
31522
  }
31229
-
31230
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31231
- border-top-right-radius: 0;
31232
- border-bottom-right-radius: 0;
31523
+ .E_iouxfgt .icon-inner + span,
31524
+ .E_iouxfgt span + .icon-inner.suffix {
31525
+ margin-left: 4px;
31233
31526
  }
31234
-
31235
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31236
- border-top-left-radius: 0;
31237
- border-bottom-left-radius: 0;
31527
+ .E_iouxfgt.is-rotate img,
31528
+ .E_iouxfgt.is-rotate svg {
31529
+ animation: rotate 680ms linear infinite;
31238
31530
  }
31239
31531
 
31240
- .E_c3ni091 {
31241
- display: flex;
31242
- flex-direction: column;
31243
- }
31244
- .E_c3ni091 .select-wrapper {
31245
- margin-top: 12px;
31532
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
31533
+ display: var(--ai7qkf2-0);
31246
31534
  }
31247
- .E_c3ni091 .select-wrapper .select {
31535
+ .E_ai7qkf2 .ant-input-number-input-wrap {
31536
+ display: inline-flex;
31537
+ line-height: 1.5715;
31538
+ height: 100%;
31248
31539
  width: 100%;
31249
31540
  }
31250
- .E_c3ni091 .radio-wrapper {
31251
- margin-top: 24px;
31541
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
31542
+ content: var(--ai7qkf2-1);
31543
+ display: var(--ai7qkf2-2);
31544
+ flex: none;
31545
+ align-items: center;
31546
+ margin-left: 4px;
31547
+ color: rgba(44, 56, 82, 0.6);
31252
31548
  }
31253
- .E_c3ni091 div.form-item {
31549
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
31550
+ content: var(--ai7qkf2-3);
31551
+ display: var(--ai7qkf2-4);
31552
+ flex: none;
31553
+ align-items: center;
31554
+ margin-right: 4px;
31555
+ cursor: auto;
31556
+ color: rgba(44, 56, 82, 0.6);
31557
+ }
31558
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31559
+ border-radius: 0;
31560
+ }
31561
+ .E_ai7qkf2.ant-input-number {
31254
31562
  width: 100%;
31563
+ border-radius: 6px;
31564
+ }
31565
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31566
+ border-color: #0096ff;
31567
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31568
+ z-index: 1;
31255
31569
  }
31256
-
31257
- .E_d105ju2d {
31258
- font-size: 14px;
31259
- font-weight: 500;
31260
- color: #3e4652;
31261
- line-height: 18px;
31570
+ .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31571
+ border-color: #e75a3a;
31572
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31262
31573
  }
31263
- .E_d105ju2d + .E_d105ju2d {
31264
- margin-top: 16px;
31574
+ .E_ai7qkf2 .ant-input-number-input {
31575
+ height: 30px;
31576
+ border: 1px;
31577
+ padding: 5px 12px;
31578
+ font-size: inherit;
31265
31579
  }
31266
- .E_d105ju2d + * {
31267
- margin-top: 16px;
31580
+ .E_ai7qkf2.ant-input-number-lg input {
31581
+ height: 38px;
31582
+ border: 1px;
31583
+ padding: 8px 16px;
31268
31584
  }
31269
-
31270
- .E_lh0l62z.E_d105ju2d {
31271
- font-size: 12px;
31272
- color: rgba(44, 56, 82, 0.6);
31273
- margin-top: 12px;
31585
+ .E_ai7qkf2.ant-input-number-sm input {
31586
+ height: 22px;
31587
+ border: 1px;
31588
+ padding: 2px 8px;
31274
31589
  }
31275
31590
 
31276
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31277
- line-height: 18px;
31278
- font-weight: 500;
31279
- margin-top: 0;
31280
- white-space: initial;
31591
+ .E_owd0kml {
31592
+ display: inline-block;
31281
31593
  }
31282
31594
 
31283
- .E_r1skkc3l {
31284
- display: block;
31285
- }
31286
- .E_r1skkc3l span {
31287
- font-size: 14px;
31288
- font-weight: 500;
31289
- line-height: 32px;
31290
- color: #3e4652;
31595
+ .E_h1jsgezc {
31596
+ visibility: hidden;
31597
+ position: absolute;
31291
31598
  }
31292
31599
 
31293
- .E_c3cobmo {
31294
- margin-top: 16px;
31295
- padding: 8px;
31296
- border-radius: 6px;
31297
- background: rgba(225, 230, 241, 0.6);
31298
- color: rgba(44, 56, 82, 0.6);
31299
- font-size: 12px;
31300
- }
31301
- .E_c3cobmo div {
31302
- line-height: 20px;
31600
+ .E_r77hffu {
31303
31601
  display: flex;
31304
31602
  align-items: center;
31305
- word-break: break-all;
31603
+ justify-content: space-between;
31604
+ column-gap: 6px;
31306
31605
  }
31307
- .E_c3cobmo .title {
31308
- font-weight: 700;
31309
- line-height: 18px;
31310
- margin: 4px 0;
31606
+
31607
+ .E_p1cmxsf7 {
31608
+ display: flex;
31609
+ flex-direction: column;
31610
+ justify-content: center;
31611
+ row-gap: var(--p1cmxsf7-0);
31612
+ }
31613
+ .E_p1cmxsf7 .ant-progress-line {
31614
+ font-size: 0;
31311
31615
  }
31312
31616
 
31313
31617
  .E_dsnbhzf {
@@ -31532,1246 +31836,961 @@ input.E_rf8rlle.ant-input {
31532
31836
  font-weight: normal;
31533
31837
  text-transform: uppercase;
31534
31838
  font-feature-settings: "cpsp" on;
31535
- font-size: 14px;
31536
- line-height: 22px;
31537
- }
31538
-
31539
- .E_l124mzmr {
31540
- font-family: Inter;
31541
- font-style: normal;
31542
- font-weight: bold;
31543
- text-transform: uppercase;
31544
- font-feature-settings: "cpsp" on;
31545
- font-size: 14px;
31546
- line-height: 22px;
31547
- }
31548
-
31549
- .E_lb3chel {
31550
- font-family: Inter;
31551
- font-style: normal;
31552
- font-weight: normal;
31553
- font-size: 13px;
31554
- line-height: 20px;
31555
- }
31556
-
31557
- .E_lv9jstu {
31558
- font-family: Inter;
31559
- font-style: normal;
31560
- font-weight: 600;
31561
- font-size: 13px;
31562
- line-height: 20px;
31563
- }
31564
-
31565
- .E_lwqlh3x {
31566
- font-family: Inter;
31567
- font-style: normal;
31568
- font-weight: bold;
31569
- font-size: 13px;
31570
- line-height: 20px;
31571
- }
31572
-
31573
- .E_lalum9y {
31574
- font-family: Inter;
31575
- font-style: normal;
31576
- font-weight: normal;
31577
- font-size: 13px;
31578
- line-height: 20px;
31579
- }
31580
-
31581
- .E_l1t6dj5o {
31582
- font-family: Inter;
31583
- font-style: normal;
31584
- font-weight: 600;
31585
- font-size: 13px;
31586
- line-height: 20px;
31587
- }
31588
-
31589
- .E_l12f6ic {
31590
- font-family: Inter;
31591
- font-style: normal;
31592
- font-weight: bold;
31593
- font-size: 13px;
31594
- line-height: 20px;
31595
- }
31596
-
31597
- .E_l7gmukq {
31598
- font-family: Inter;
31599
- font-style: normal;
31600
- font-weight: normal;
31601
- text-transform: uppercase;
31602
- font-feature-settings: "cpsp" on;
31603
- font-size: 13px;
31604
- line-height: 20px;
31605
- }
31606
-
31607
- .E_lkwl0yp {
31608
- font-family: Inter;
31609
- font-style: normal;
31610
- font-weight: bold;
31611
- text-transform: uppercase;
31612
- font-feature-settings: "cpsp" on;
31613
- font-size: 13px;
31614
- line-height: 20px;
31615
- }
31616
-
31617
- .E_l10knv48 {
31618
- font-family: Inter;
31619
- font-style: normal;
31620
- font-weight: normal;
31621
- font-size: 12px;
31622
- line-height: 18px;
31623
- }
31624
-
31625
- .E_l6526ld {
31626
- font-family: Inter;
31627
- font-style: normal;
31628
- font-weight: 500;
31629
- font-size: 12px;
31630
- line-height: 18px;
31631
- }
31632
-
31633
- .E_l1j81vli {
31634
- font-family: Inter;
31635
- font-style: normal;
31636
- font-weight: bold;
31637
- font-size: 12px;
31638
- line-height: 18px;
31639
- }
31640
-
31641
- .E_l1x7n1mk {
31642
- font-family: Inter;
31643
- font-style: normal;
31644
- font-weight: normal;
31645
- font-size: 12px;
31646
- line-height: 18px;
31647
- }
31648
-
31649
- .E_l9fqufz {
31650
- font-family: Inter;
31651
- font-style: normal;
31652
- font-weight: 500;
31653
- font-size: 12px;
31654
- line-height: 18px;
31655
- }
31656
-
31657
- .E_l1iwnybd {
31658
- font-family: Inter;
31659
- font-style: normal;
31660
- font-weight: bold;
31661
- font-size: 12px;
31662
- line-height: 18px;
31663
- }
31664
-
31665
- .E_lprtm1e {
31666
- font-family: Inter;
31667
- font-style: normal;
31668
- font-weight: normal;
31669
- text-transform: uppercase;
31670
- font-feature-settings: "cpsp" on;
31671
- font-size: 12px;
31672
- line-height: 18px;
31673
- }
31674
-
31675
- .E_l1lln87h {
31676
- font-family: Inter;
31677
- font-style: normal;
31678
- font-weight: bold;
31679
- text-transform: uppercase;
31680
- font-feature-settings: "cpsp" on;
31681
- font-size: 12px;
31682
- line-height: 18px;
31683
- }
31684
-
31685
- .E_f2pb48l {
31686
- font-family: Inter;
31687
- font-style: normal;
31688
- font-weight: normal;
31689
- font-size: 13px;
31690
- line-height: 20px;
31691
- }
31692
-
31693
- .E_fi9emkw {
31694
- font-family: Inter;
31695
- font-style: normal;
31696
- font-weight: normal;
31697
- font-size: 13px;
31698
- line-height: 20px;
31699
- }
31700
-
31701
- .E_f1nrg7da {
31702
- font-family: Inter;
31703
- font-style: normal;
31704
- font-weight: normal;
31705
- font-size: 12px;
31706
- line-height: 18px;
31707
- }
31708
-
31709
- .E_f17k1i3n {
31710
- font-family: Inter;
31711
- font-style: normal;
31712
- font-weight: normal;
31713
- font-size: 12px;
31714
- line-height: 18px;
31839
+ font-size: 14px;
31840
+ line-height: 22px;
31715
31841
  }
31716
31842
 
31717
- .E_t1tvuj2e {
31843
+ .E_l124mzmr {
31718
31844
  font-family: Inter;
31719
31845
  font-style: normal;
31720
- font-weight: normal;
31721
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31722
- font-size: 13px;
31723
- line-height: 20px;
31846
+ font-weight: bold;
31847
+ text-transform: uppercase;
31848
+ font-feature-settings: "cpsp" on;
31849
+ font-size: 14px;
31850
+ line-height: 22px;
31724
31851
  }
31725
31852
 
31726
- .E_t17uajlu {
31853
+ .E_lb3chel {
31727
31854
  font-family: Inter;
31728
31855
  font-style: normal;
31729
31856
  font-weight: normal;
31730
- font-feature-settings: "zero" on;
31731
31857
  font-size: 13px;
31732
31858
  line-height: 20px;
31733
31859
  }
31734
31860
 
31735
- .E_t114zbyz {
31861
+ .E_lv9jstu {
31736
31862
  font-family: Inter;
31737
31863
  font-style: normal;
31738
- font-weight: normal;
31739
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31740
- font-size: 12px;
31741
- line-height: 18px;
31864
+ font-weight: 600;
31865
+ font-size: 13px;
31866
+ line-height: 20px;
31742
31867
  }
31743
31868
 
31744
- .E_t1il0kvi {
31869
+ .E_lwqlh3x {
31745
31870
  font-family: Inter;
31746
31871
  font-style: normal;
31747
- font-weight: 500;
31748
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31749
- font-size: 12px;
31750
- line-height: 18px;
31872
+ font-weight: bold;
31873
+ font-size: 13px;
31874
+ line-height: 20px;
31751
31875
  }
31752
31876
 
31753
- .E_t10dv8p1 {
31877
+ .E_lalum9y {
31754
31878
  font-family: Inter;
31755
31879
  font-style: normal;
31756
31880
  font-weight: normal;
31757
- font-feature-settings: "zero" on;
31758
- font-size: 12px;
31759
- line-height: 18px;
31881
+ font-size: 13px;
31882
+ line-height: 20px;
31760
31883
  }
31761
31884
 
31762
- .E_tc2oqpq {
31885
+ .E_l1t6dj5o {
31763
31886
  font-family: Inter;
31764
31887
  font-style: normal;
31765
- font-weight: 500;
31766
- font-feature-settings: "zero" on;
31767
- font-size: 12px;
31768
- line-height: 18px;
31888
+ font-weight: 600;
31889
+ font-size: 13px;
31890
+ line-height: 20px;
31769
31891
  }
31770
31892
 
31771
- .E_tzvddmc {
31893
+ .E_l12f6ic {
31772
31894
  font-family: Inter;
31773
31895
  font-style: normal;
31774
31896
  font-weight: bold;
31775
- font-feature-settings: "zero" on;
31776
- font-size: 16px;
31777
- line-height: 24px;
31897
+ font-size: 13px;
31898
+ line-height: 20px;
31778
31899
  }
31779
31900
 
31780
- .E_u18llj45 {
31901
+ .E_l7gmukq {
31781
31902
  font-family: Inter;
31782
31903
  font-style: normal;
31783
31904
  font-weight: normal;
31784
- font-size: 10px;
31785
- line-height: 12px;
31786
- }
31787
-
31788
- .E_t1m2x205 .ant-tooltip-arrow {
31789
- display: none;
31790
- }
31791
- .E_t1m2x205 .ant-tooltip-inner {
31792
- background: rgba(23, 38, 64, 0.8);
31793
- border-radius: 4px;
31794
- }
31795
-
31796
- .E_s1dizucg.ant-switch {
31797
- min-width: 40px;
31798
- height: 24px;
31799
- background: rgba(172, 186, 211, 0.6);
31800
- overflow: hidden;
31801
- }
31802
- .E_s1dizucg.ant-switch:focus {
31803
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31804
- }
31805
- .E_s1dizucg.ant-switch-small {
31806
- min-width: 26px;
31807
- height: 16px;
31808
- }
31809
- .E_s1dizucg.ant-switch-large {
31810
- min-width: 52px;
31811
- height: 32px;
31812
- }
31813
- .E_s1dizucg.ant-switch .ant-switch-handle {
31814
- height: 20px;
31815
- width: 20px;
31816
- }
31817
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31818
- border-radius: 10px;
31819
- transition-delay: 120ms;
31820
- }
31821
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31822
- height: 14px;
31823
- width: 14px;
31824
- top: 1px;
31825
- left: 1px;
31826
- }
31827
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31828
- height: 28px;
31829
- width: 28px;
31830
- }
31831
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31832
- border-radius: 14px;
31833
- }
31834
- .E_s1dizucg.ant-switch-checked {
31835
- background-color: #00ba5d;
31836
- }
31837
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31838
- left: calc(100% - 20px - 2px);
31839
- }
31840
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31841
- left: calc(100% - 14px - 1px);
31842
- }
31843
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31844
- left: calc(100% - 28px - 2px);
31845
- }
31846
-
31847
- .E_c1up6e3y {
31848
- margin-left: 5px;
31849
- }
31850
-
31851
- .E_s1sck0th {
31852
- padding: 0 8px;
31853
- border-radius: 4px;
31854
- }
31855
-
31856
- .E_m855nr1 {
31857
- padding: 2px 8px;
31858
- border-radius: 3px;
31859
- }
31860
-
31861
- .E_l1270xpg {
31862
- padding: 3px 8px;
31863
- border-radius: 2px;
31864
- }
31865
-
31866
- .E_t14rextb.ant-tag:hover {
31867
- opacity: unset;
31868
- }
31869
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31870
- margin: 0;
31871
- margin-right: 8px;
31872
- display: inline-flex;
31873
- align-items: center;
31874
- border: none;
31875
- }
31876
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31877
- width: 16px;
31878
- height: 16px;
31879
- color: inherit;
31880
- margin-left: 4px;
31881
- opacity: 0.6;
31882
- display: inline-flex;
31883
- }
31884
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31885
- opacity: 1;
31886
- }
31887
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31888
- color: #0080ff;
31889
- background-color: rgba(0, 136, 255, 0.1);
31890
- }
31891
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31892
- color: #f0483e;
31893
- background-color: rgba(255, 74, 74, 0.1);
31894
- }
31895
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31896
- color: #e07f00;
31897
- background-color: rgba(255, 187, 0, 0.1);
31898
- }
31899
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31900
- color: #008f4c;
31901
- background-color: rgba(30, 201, 127, 0.1);
31902
- }
31903
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31904
- color: #1d326c;
31905
- background-color: rgba(225, 230, 241, 0.6);
31906
- }
31907
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31908
- color: #7E41FF;
31909
- background-color: rgba(126, 65, 255, 0.1);
31910
- }
31911
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31912
- color: #fff;
31913
- }
31914
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31915
- background-color: #f0483e;
31916
- }
31917
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31918
- background-color: #fea008;
31919
- }
31920
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31921
- background-color: #00ba5d;
31922
- }
31923
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31924
- background-color: #0080ff;
31925
- }
31926
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31927
- background-color: #6b7d99;
31928
- }
31929
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31930
- background-color: #7E41FF;
31931
- }
31932
-
31933
- .E_s1dni7lo {
31934
- width: 430px !important;
31935
- }
31936
-
31937
- .E_d1wwmmm5 .ant-select-item-group {
31938
- padding: 8px 16px;
31939
- line-height: 18px;
31940
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31941
- height: 34px;
31942
- min-height: 34px;
31943
- box-sizing: border-box;
31944
- margin-top: 8px;
31905
+ text-transform: uppercase;
31906
+ font-feature-settings: "cpsp" on;
31907
+ font-size: 13px;
31908
+ line-height: 20px;
31945
31909
  }
31946
31910
 
31947
- .E_o1ugr09p {
31948
- display: flex;
31949
- flex-direction: column;
31950
- margin: 1px 8px;
31951
- padding: 8px;
31952
- border-radius: 4px;
31953
- }
31954
- .E_o1ugr09p .selected-icon {
31955
- display: none;
31956
- }
31957
- .E_o1ugr09p.ant-select-item-option-grouped {
31958
- padding-left: 8px;
31959
- }
31960
- .E_o1ugr09p.ant-select-item-option-selected {
31961
- background-color: white;
31962
- }
31963
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31964
- color: #0080ff;
31965
- }
31966
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31967
- display: block;
31968
- }
31969
- .E_o1ugr09p.ant-select-item-option-active {
31970
- background: rgba(0, 136, 255, 0.16);
31911
+ .E_lkwl0yp {
31912
+ font-family: Inter;
31913
+ font-style: normal;
31914
+ font-weight: bold;
31915
+ text-transform: uppercase;
31916
+ font-feature-settings: "cpsp" on;
31917
+ font-size: 13px;
31918
+ line-height: 20px;
31971
31919
  }
31972
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31973
- color: #0080ff;
31920
+
31921
+ .E_l10knv48 {
31922
+ font-family: Inter;
31923
+ font-style: normal;
31924
+ font-weight: normal;
31925
+ font-size: 12px;
31926
+ line-height: 18px;
31974
31927
  }
31975
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31976
- background: rgba(0, 136, 255, 0.1);
31977
- color: #0080ff;
31928
+
31929
+ .E_l6526ld {
31930
+ font-family: Inter;
31931
+ font-style: normal;
31932
+ font-weight: 500;
31933
+ font-size: 12px;
31934
+ line-height: 18px;
31978
31935
  }
31979
31936
 
31980
- .E_o1ifxsq4 {
31981
- display: flex;
31982
- justify-content: space-between;
31983
- height: 20px;
31984
- line-height: 20px;
31937
+ .E_l1j81vli {
31938
+ font-family: Inter;
31939
+ font-style: normal;
31940
+ font-weight: bold;
31941
+ font-size: 12px;
31942
+ line-height: 18px;
31985
31943
  }
31986
- .E_o1ifxsq4 .timezone-title {
31987
- color: #2d3a56;
31988
- overflow: hidden;
31989
- text-overflow: ellipsis;
31944
+
31945
+ .E_l1x7n1mk {
31946
+ font-family: Inter;
31947
+ font-style: normal;
31948
+ font-weight: normal;
31949
+ font-size: 12px;
31950
+ line-height: 18px;
31990
31951
  }
31991
31952
 
31992
- .E_o1zue7 {
31993
- display: flex;
31994
- justify-content: space-between;
31995
- color: rgba(44, 56, 82, 0.6);
31996
- height: 18px;
31953
+ .E_l9fqufz {
31954
+ font-family: Inter;
31955
+ font-style: normal;
31956
+ font-weight: 500;
31957
+ font-size: 12px;
31997
31958
  line-height: 18px;
31998
- margin-top: 2px;
31999
31959
  }
32000
31960
 
32001
- .E_tyfmlxg {
32002
- border: none;
32003
- margin-right: 0;
32004
- background: rgba(225, 230, 241, 0.6);
31961
+ .E_l1iwnybd {
31962
+ font-family: Inter;
31963
+ font-style: normal;
31964
+ font-weight: bold;
31965
+ font-size: 12px;
31966
+ line-height: 18px;
32005
31967
  }
32006
31968
 
32007
- .E_o18uybox {
32008
- pointer-events: none;
32009
- height: 32px;
32010
- width: 100%;
32011
- opacity: 0;
31969
+ .E_lprtm1e {
31970
+ font-family: Inter;
31971
+ font-style: normal;
31972
+ font-weight: normal;
31973
+ text-transform: uppercase;
31974
+ font-feature-settings: "cpsp" on;
31975
+ font-size: 12px;
31976
+ line-height: 18px;
32012
31977
  }
32013
31978
 
32014
- .E_skwah65 {
32015
- height: 8px;
32016
- box-sizing: border-box;
32017
- border-radius: 2px;
32018
- background: #f5f7fa;
32019
- display: flex;
32020
- width: 100%;
32021
- overflow: hidden;
31979
+ .E_l1lln87h {
31980
+ font-family: Inter;
31981
+ font-style: normal;
31982
+ font-weight: bold;
31983
+ text-transform: uppercase;
31984
+ font-feature-settings: "cpsp" on;
31985
+ font-size: 12px;
31986
+ line-height: 18px;
32022
31987
  }
32023
- .E_skwah65 .stack-bar-item + .stack-bar-item {
32024
- margin-left: 1px;
31988
+
31989
+ .E_f2pb48l {
31990
+ font-family: Inter;
31991
+ font-style: normal;
31992
+ font-weight: normal;
31993
+ font-size: 13px;
31994
+ line-height: 20px;
32025
31995
  }
32026
31996
 
32027
- .E_c18bcrac {
32028
- display: inline-block;
32029
- width: 100%;
31997
+ .E_fi9emkw {
31998
+ font-family: Inter;
31999
+ font-style: normal;
32000
+ font-weight: normal;
32001
+ font-size: 13px;
32002
+ line-height: 20px;
32030
32003
  }
32031
- .E_c18bcrac .recharts-wrapper {
32032
- margin-left: 4px;
32004
+
32005
+ .E_f1nrg7da {
32006
+ font-family: Inter;
32007
+ font-style: normal;
32008
+ font-weight: normal;
32009
+ font-size: 12px;
32010
+ line-height: 18px;
32033
32011
  }
32034
32012
 
32035
- .E_cro7kg2 {
32036
- padding: 4px;
32013
+ .E_f17k1i3n {
32014
+ font-family: Inter;
32015
+ font-style: normal;
32016
+ font-weight: normal;
32017
+ font-size: 12px;
32018
+ line-height: 18px;
32037
32019
  }
32038
32020
 
32039
- .E_c14wcxf0 {
32040
- display: flex;
32041
- justify-content: space-between;
32042
- align-items: center;
32021
+ .E_t1tvuj2e {
32022
+ font-family: Inter;
32023
+ font-style: normal;
32024
+ font-weight: normal;
32025
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32043
32026
  font-size: 13px;
32044
- line-height: 24px;
32045
- color: #cccccc;
32046
- white-space: nowrap;
32047
- }
32048
- .E_c14wcxf0 label {
32049
- margin-right: 32px;
32027
+ line-height: 20px;
32050
32028
  }
32051
32029
 
32052
- .E_coy29mj.E_c14wcxf0 {
32053
- font-weight: bold;
32054
- color: white;
32030
+ .E_t17uajlu {
32031
+ font-family: Inter;
32032
+ font-style: normal;
32033
+ font-weight: normal;
32034
+ font-feature-settings: "zero" on;
32035
+ font-size: 13px;
32036
+ line-height: 20px;
32055
32037
  }
32056
32038
 
32057
- .E_s11212zy {
32058
- width: 8px;
32059
- height: 8px;
32060
- border-radius: 2px;
32061
- display: inline-block;
32062
- background: var(--s11212zy-0);
32063
- border: 1px solid #fff;
32064
- box-sizing: content-box;
32065
- margin-right: 6px;
32039
+ .E_t114zbyz {
32040
+ font-family: Inter;
32041
+ font-style: normal;
32042
+ font-weight: normal;
32043
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32044
+ font-size: 12px;
32045
+ line-height: 18px;
32066
32046
  }
32067
32047
 
32068
- .E_p1lyky6c > :first-child {
32069
- font-weight: bold;
32070
- color: white;
32071
- margin-right: 4px;
32048
+ .E_t1il0kvi {
32049
+ font-family: Inter;
32050
+ font-style: normal;
32051
+ font-weight: 500;
32052
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32053
+ font-size: 12px;
32054
+ line-height: 18px;
32072
32055
  }
32073
32056
 
32074
- .E_n12mqh7z {
32075
- display: flex;
32076
- align-items: center;
32057
+ .E_t10dv8p1 {
32058
+ font-family: Inter;
32059
+ font-style: normal;
32060
+ font-weight: normal;
32061
+ font-feature-settings: "zero" on;
32077
32062
  font-size: 12px;
32078
32063
  line-height: 18px;
32079
32064
  }
32080
- .E_n12mqh7z:not(:last-child) {
32081
- margin-bottom: 4px;
32082
- }
32083
32065
 
32084
- .E_tf5bynu {
32085
- margin: 0 3px;
32066
+ .E_tc2oqpq {
32067
+ font-family: Inter;
32068
+ font-style: normal;
32069
+ font-weight: 500;
32070
+ font-feature-settings: "zero" on;
32071
+ font-size: 12px;
32072
+ line-height: 18px;
32086
32073
  }
32087
32074
 
32088
- .E_tcckoz1 {
32089
- max-height: 400px;
32090
- overflow: "auto";
32075
+ .E_tzvddmc {
32076
+ font-family: Inter;
32077
+ font-style: normal;
32078
+ font-weight: bold;
32079
+ font-feature-settings: "zero" on;
32080
+ font-size: 16px;
32081
+ line-height: 24px;
32091
32082
  }
32092
32083
 
32093
- .E_s1ebs0ra {
32094
- display: flex;
32095
- align-items: center;
32096
- justify-content: space-between;
32097
- background: #edf0f7;
32098
- padding: 8px 12px;
32099
- position: sticky;
32100
- top: 0;
32101
- z-index: 1;
32102
- margin-bottom: -52px;
32084
+ .E_u18llj45 {
32085
+ font-family: Inter;
32086
+ font-style: normal;
32087
+ font-weight: normal;
32088
+ font-size: 10px;
32089
+ line-height: 12px;
32103
32090
  }
32104
- .E_s1ebs0ra .select-total {
32091
+
32092
+ .E_cnujxq2 {
32105
32093
  display: flex;
32106
- align-items: center;
32107
- font-weight: 700;
32108
- flex-shrink: 0;
32109
- }
32110
- .E_s1ebs0ra .select-total .icon-wrapper {
32111
- cursor: pointer;
32112
- margin-left: 8px;
32113
- width: 32px;
32114
- height: 32px;
32115
- border-radius: 50%;
32116
- justify-content: center;
32117
- }
32118
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
32119
- background: rgba(225, 230, 241, 0.6);
32094
+ flex-direction: column;
32120
32095
  }
32121
- .E_s1ebs0ra .action-group {
32122
- flex: 1;
32123
- margin-left: 88px;
32124
- white-space: nowrap;
32125
- text-align: right;
32126
- position: relative;
32127
- padding: 4px 0;
32128
- margin-top: -4px;
32129
- overflow: hidden;
32096
+
32097
+ .E_m7s48ia {
32098
+ max-width: 1120px;
32099
+ width: 100%;
32100
+ margin: 0 auto;
32101
+ height: 100%;
32130
32102
  }
32131
- .E_s1ebs0ra .action-group .sub-menu-delete {
32132
- transform: translateY(-4px);
32103
+
32104
+ .E_wt5zbg6 {
32105
+ max-width: 1120px;
32106
+ width: 100%;
32107
+ margin: 0 auto;
32108
+ display: flex;
32133
32109
  }
32134
- .E_s1ebs0ra .action-group button {
32135
- border: none;
32110
+ .E_wt5zbg6 .left,
32111
+ .E_wt5zbg6 .right {
32112
+ flex-grow: 0;
32113
+ flex-shrink: 0;
32114
+ flex-basis: 21%;
32136
32115
  }
32137
- .E_s1ebs0ra .action-group > *:not(:last-child) {
32138
- margin-right: 8px;
32116
+ .E_wt5zbg6 .left {
32117
+ display: flex;
32118
+ justify-content: flex-end;
32119
+ padding-right: 44px;
32139
32120
  }
32140
- .E_s1ebs0ra .action-group > button:last-child {
32141
- margin-right: 4px;
32121
+ .E_wt5zbg6 .right {
32122
+ padding-left: 44px;
32142
32123
  }
32143
- .E_s1ebs0ra .action-group .more-btn {
32144
- cursor: pointer;
32145
- width: 32px;
32146
- height: 32px;
32147
- justify-content: center;
32148
- border-radius: 50%;
32124
+ .E_wt5zbg6 .middle {
32125
+ margin-bottom: 40px;
32126
+ flex-grow: 0;
32127
+ flex-shrink: 0;
32128
+ flex-basis: 58%;
32149
32129
  }
32150
- .E_s1ebs0ra .action-group .more-btn:hover {
32151
- background: #fff;
32130
+ .E_wt5zbg6 .middle .form-base-field {
32131
+ width: 100%;
32152
32132
  }
32153
-
32154
- .E_t1sqg15u {
32155
- background: white;
32133
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
32134
+ width: auto;
32156
32135
  }
32157
- .E_t1sqg15u.inline .table-row {
32158
- flex-direction: column;
32136
+
32137
+ .E_h18jprzg .ant-modal-header {
32138
+ margin: 0 auto;
32139
+ width: 100%;
32140
+ max-width: 648px;
32159
32141
  }
32160
- .E_t1sqg15u.inline .table-row > label {
32161
- padding: 0 16px 7px 0;
32142
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
32143
+ margin-left: 0;
32162
32144
  }
32163
- .E_t1sqg15u.has-border .table-header {
32164
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32145
+ .E_h18jprzg .ant-modal-body {
32146
+ margin: 0 auto;
32147
+ padding: 0;
32148
+ width: 100%;
32149
+ max-width: 648px;
32150
+ overflow: hidden;
32165
32151
  }
32166
- .E_t1sqg15u.has-border .hiddenBorder {
32167
- border-top: none !important;
32152
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32153
+ margin-bottom: 40px;
32168
32154
  }
32169
- .E_t1sqg15u.has-border .table-row + .table-row {
32170
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32155
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32156
+ height: calc(100vh - 225px);
32157
+ overflow-y: auto;
32171
32158
  }
32172
- .E_t1sqg15u.has-border .table-row:last-of-type {
32173
- padding-bottom: 0;
32159
+ .E_h18jprzg .ant-modal-footer .footer-content {
32160
+ margin: 0 auto;
32161
+ max-width: 648px;
32174
32162
  }
32175
- .E_t1sqg15u.align-right .content {
32176
- text-align: right;
32163
+
32164
+ .E_h16z9xgz .ant-modal-header {
32165
+ margin: 0 auto;
32166
+ width: 100%;
32167
+ max-width: 1024px;
32177
32168
  }
32178
- .E_t1sqg15u .uuid-row {
32179
- display: flex;
32180
- justify-content: space-between;
32169
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
32170
+ margin-left: 0;
32181
32171
  }
32182
- .E_t1sqg15u .uuid-row .id-text {
32183
- white-space: nowrap;
32172
+ .E_h16z9xgz .ant-modal-body {
32173
+ margin: 0 auto;
32174
+ padding: 0;
32175
+ width: 100%;
32176
+ max-width: 1024px;
32184
32177
  overflow: hidden;
32185
- text-overflow: ellipsis;
32178
+ }
32179
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32180
+ margin-bottom: 40px;
32181
+ }
32182
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32183
+ height: calc(100vh - 225px);
32184
+ overflow-y: auto;
32185
+ }
32186
+ .E_h16z9xgz .ant-modal-footer .footer-content {
32187
+ margin: 0 auto;
32188
+ max-width: 1024px;
32186
32189
  }
32187
32190
 
32188
- .E_t4zczcp {
32189
- display: flex;
32190
- justify-content: space-between;
32191
- align-items: center;
32192
- padding: 8px;
32193
- min-height: 32px;
32191
+ .E_f1lrhghm {
32192
+ flex: 1;
32194
32193
  }
32195
- .E_t4zczcp .table-title {
32194
+ .E_f1lrhghm label {
32195
+ font-size: 13px;
32196
+ line-height: 20px;
32196
32197
  color: rgba(44, 56, 82, 0.6);
32197
- font-weight: 600;
32198
- font-size: 12px;
32199
- line-height: 8px;
32200
32198
  }
32201
- .E_t4zczcp .edit-icon {
32202
- font-size: 16px;
32203
- color: rgba(10, 37, 85, 0.6);
32204
- cursor: pointer;
32199
+ .E_f1lrhghm .title {
32200
+ font-size: 14px;
32201
+ line-height: 20px;
32202
+ color: #2d3a56;
32203
+ margin-bottom: 12px;
32204
+ }
32205
+ .E_f1lrhghm.connect-cluster .title {
32206
+ padding-bottom: 26px;
32205
32207
  }
32206
32208
 
32207
- .E_t1s7goww {
32208
- font-size: 12px;
32209
- line-height: 18px;
32209
+ .E_f18ot8em {
32210
+ padding: 25px 0 15px 0;
32211
+ border-bottom: 1px solid #e1e5eb;
32212
+ margin-bottom: 16px;
32210
32213
  }
32211
32214
 
32212
- .E_t93e4cf {
32215
+ .E_f1l1g2k0 {
32213
32216
  display: flex;
32214
- padding: 8px 0;
32215
- color: #2d3a56;
32216
- }
32217
- .E_t93e4cf .hidden {
32218
- display: none;
32217
+ align-items: center;
32218
+ margin-bottom: 8px;
32219
32219
  }
32220
- .E_t93e4cf .ant-btn-link {
32221
- height: auto;
32220
+ .E_f1l1g2k0 > label {
32221
+ width: 216px;
32222
32222
  }
32223
- .E_t93e4cf .content {
32224
- overflow: hidden;
32225
- overflow-x: auto;
32223
+ .E_f1l1g2k0 > label + * {
32226
32224
  width: 100%;
32227
- white-space: pre-wrap;
32228
- }
32229
- .E_t93e4cf .content .ant-btn {
32230
- white-space: pre-wrap;
32231
- text-align: left;
32232
32225
  }
32233
- .E_t93e4cf .content .unit-chart {
32234
- justify-content: flex-start;
32226
+ .E_f1l1g2k0 .ant-select {
32227
+ width: 100%;
32235
32228
  }
32236
32229
 
32237
- .E_rhz2uv5 {
32238
- width: var(--rhz2uv5-0);
32239
- flex-shrink: 0;
32240
- color: rgba(44, 56, 82, 0.6);
32241
- padding-right: 12px;
32230
+ .E_e1k89cwg {
32231
+ color: #e75a3a;
32232
+ margin-right: 10px;
32242
32233
  }
32243
32234
 
32244
- .E_clm1wy1 {
32245
- width: 192px;
32246
- height: 246px;
32247
- border-radius: 4px;
32248
- }
32249
- .E_clm1wy1 > .ant-picker-calendar,
32250
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32235
+ .E_d1oui1gf {
32251
32236
  width: 100%;
32252
- background-color: rgba(245, 247, 250, 0.6);
32253
- border-top: none;
32254
- }
32255
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
32256
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32257
- padding: 0 16px;
32237
+ height: 1px;
32238
+ background: rgba(213, 219, 227, 0.6);
32239
+ margin: 24px 0;
32258
32240
  }
32259
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
32260
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32261
- width: 100%;
32262
- height: 180px;
32263
- border-spacing: 0;
32241
+
32242
+ .E_l15itdbb {
32243
+ display: flex;
32244
+ justify-content: center;
32245
+ align-items: center;
32246
+ height: 100%;
32264
32247
  }
32265
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32266
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32267
- margin-bottom: 8px;
32248
+
32249
+ .E_d1y3z4w {
32250
+ display: inline-block;
32251
+ width: 4px;
32252
+ height: 4px;
32253
+ background: #8e9aa9;
32254
+ opacity: 0.4;
32255
+ border-radius: 50%;
32256
+ margin: 0 4px;
32268
32257
  }
32269
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32270
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32271
- width: 22px;
32258
+
32259
+ .E_m177r7a3 .ant-modal-header,
32260
+ .E_m177r7a3 .ant-modal-footer .footer-content {
32261
+ width: 648px;
32262
+ margin: 0 auto;
32272
32263
  }
32273
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32274
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32275
- padding: 0;
32264
+ .E_m177r7a3 .ant-modal-header {
32265
+ padding: 35px 0 24px;
32266
+ border: none;
32276
32267
  }
32277
- .E_clm1wy1 .ant-picker-cell {
32278
- color: rgba(62, 70, 82, 0.6);
32279
- opacity: 0.4;
32268
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
32269
+ font-size: 30px;
32280
32270
  }
32281
- .E_clm1wy1 .ant-picker-cell-in-view {
32282
- color: rgba(62, 70, 82, 0.6);
32283
- opacity: 1;
32271
+ .E_m177r7a3 .ant-modal-body {
32272
+ padding: 4px 0 2px;
32284
32273
  }
32285
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
32286
- color: #3e4652;
32274
+ .E_m177r7a3 .ant-modal-footer {
32275
+ border: none;
32287
32276
  }
32288
- .E_clm1wy1 .ant-picker-cell::before {
32289
- pointer-events: none;
32277
+
32278
+ .E_t1wwio3v {
32279
+ font-size: 12px;
32280
+ line-height: 18px;
32281
+ font-weight: bold;
32282
+ color: #fff;
32283
+ padding: 0 4px;
32284
+ border-radius: 4px;
32285
+ display: inline-block;
32286
+ background: var(--t1wwio3v-0);
32290
32287
  }
32291
-
32292
- .E_t1tsm00v {
32293
- color: rgba(129, 138, 153, 0.6);
32294
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32295
- backdrop-filter: blur(10px);
32296
- padding: 7px 10px;
32288
+ .E_t1wwio3v:not(:first-child) {
32289
+ margin-left: 4px;
32297
32290
  }
32298
32291
 
32299
- .E_c167wnad {
32300
- color: rgba(62, 70, 82, 0.6);
32292
+ .E_f17jvtfk {
32293
+ width: 100%;
32294
+ height: 100%;
32301
32295
  display: flex;
32302
- justify-content: space-between;
32303
32296
  align-items: center;
32304
- padding: 8px 16px;
32305
- }
32306
- .E_c167wnad .anticon {
32307
- cursor: pointer;
32297
+ justify-content: center;
32308
32298
  }
32309
- .E_c167wnad .anticon:hover {
32310
- color: #0096ff;
32299
+
32300
+ .E_nzppkea {
32301
+ font-size: 90%;
32302
+ font-weight: bold;
32303
+ background-color: rgba(240, 243, 247, 0.6);
32304
+ padding: 1px 4px 1px;
32305
+ margin-left: 2px;
32306
+ margin-right: 2px;
32307
+ border: 1px solid rgba(213, 219, 227, 0.6);
32308
+ border-radius: 4px;
32311
32309
  }
32312
32310
 
32313
- .E_cxhf7dh {
32314
- text-align: center;
32311
+ .E_f4mi9eq.form-item-general {
32312
+ width: 640px;
32315
32313
  }
32316
- .E_cxhf7dh .dots {
32317
- display: flex;
32318
- justify-content: center;
32314
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32315
+ margin-top: 16px;
32319
32316
  }
32320
- .E_cxhf7dh .dot {
32321
- display: inline-block;
32322
- width: 2px;
32323
- height: 2px;
32324
- border-radius: 1px;
32325
- background: #0096ff;
32317
+ .E_f4mi9eq.form-item-compact {
32318
+ width: 412px;
32326
32319
  }
32327
- .E_cxhf7dh .dot:not(:last-child) {
32328
- margin-right: 2px;
32320
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32321
+ margin-top: 8px;
32329
32322
  }
32330
- .E_cxhf7dh .bar {
32331
- width: 9px;
32332
- height: 2px;
32333
- background: #0096ff;
32334
- border-radius: 2px;
32323
+ .E_f4mi9eq .form-item {
32324
+ width: auto;
32335
32325
  }
32336
-
32337
- .E_s1iv0tp1 .enabled-switch {
32326
+ .E_f4mi9eq .form-item-main {
32327
+ position: relative;
32338
32328
  display: flex;
32339
- align-items: center;
32340
32329
  }
32341
- .E_s1iv0tp1 .enabled-text {
32342
- margin-right: 8px;
32330
+ .E_f4mi9eq .form-item-extra {
32331
+ margin-top: 4px;
32332
+ width: 100%;
32333
+ padding: 14px;
32334
+ background: #f2f4f6;
32335
+ font-size: 13px;
32336
+ line-height: 1.8;
32337
+ color: #8e9aa9;
32343
32338
  }
32344
-
32345
- .E_tqjc4ui {
32346
- margin: 0 2px;
32339
+ .E_f4mi9eq .form-item-label {
32340
+ padding-right: 12px;
32341
+ font-size: 13px;
32342
+ color: rgba(44, 56, 82, 0.6);
32347
32343
  }
32348
-
32349
- .E_gmyahx3 {
32350
- cursor: pointer;
32344
+ .E_f4mi9eq .form-item-label.label-right {
32345
+ text-align: right;
32351
32346
  }
32352
- .E_gmyahx3 .link-text {
32353
- color: rgba(0, 21, 64, 0.3);
32347
+ .E_f4mi9eq .form-item-label,
32348
+ .E_f4mi9eq .form-item-control {
32349
+ line-height: 32px;
32354
32350
  }
32355
- .E_gmyahx3:hover .link-text {
32356
- color: #0080ff;
32351
+ .E_f4mi9eq .form-item-control .form-item-error {
32352
+ line-height: 18px;
32357
32353
  }
32358
-
32359
- .E_ou7iq30 {
32354
+ .E_f4mi9eq .form-item-children {
32355
+ width: 100%;
32356
+ }
32357
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
32358
+ width: 100%;
32359
+ }
32360
+ .E_f4mi9eq .form-item-error {
32361
+ color: #e75a3a;
32362
+ height: 0;
32360
32363
  overflow: hidden;
32361
- text-overflow: ellipsis;
32362
32364
  }
32363
-
32364
- .E_s1tui002 {
32365
- white-space: nowrap;
32365
+ .E_f4mi9eq .form-item-error-enter-done {
32366
+ margin-top: 4px;
32367
+ height: auto;
32368
+ overflow: auto;
32366
32369
  }
32367
-
32368
- .E_mxrc2zg {
32369
- display: -webkit-box;
32370
- -webkit-line-clamp: var(--mxrc2zg-0);
32371
- -webkit-box-orient: vertical;
32372
- word-break: break-all;
32370
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32371
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32372
+ border: 1px solid #e75a3a;
32373
+ color: #e75a3a;
32373
32374
  }
32374
32375
 
32375
- .E_t160l1cm {
32376
- display: flex;
32377
- flex-direction: column;
32378
- flex: 1;
32379
- /* FIXME:(yanzhen) do this better */
32380
- }
32381
- .E_t160l1cm .tab-bar {
32382
- flex-shrink: 0;
32383
- display: flex;
32384
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
32376
+ .E_fh0ewl8 {
32377
+ color: #2d3a56;
32378
+ font-weight: bold;
32379
+ padding-bottom: 6px;
32380
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32381
+ margin-bottom: 16px;
32385
32382
  }
32386
- .E_t160l1cm .tab-content {
32387
- height: 100%;
32383
+ .E_fh0ewl8:not(:first-of-type) {
32384
+ margin-top: 16px;
32388
32385
  }
32389
- .E_t160l1cm .tab-menu-item {
32390
- margin-right: 2px;
32391
- padding: 1px 12px;
32392
- line-height: 24px;
32386
+
32387
+ .E_e1qrlvot {
32388
+ width: 8px;
32393
32389
  height: 24px;
32394
- color: rgba(44, 56, 82, 0.6);
32395
- border-radius: 4px 4px 0 0;
32390
+ display: flex;
32391
+ justify-content: center;
32392
+ align-items: center;
32396
32393
  cursor: pointer;
32397
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
32398
- }
32399
- .E_t160l1cm .tab-menu-item:first-child {
32400
- padding-left: 0;
32401
- }
32402
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
32403
- padding-left: 12px;
32404
- }
32405
- .E_t160l1cm .tab-menu-item:hover {
32406
- color: #0080ff;
32407
- background: rgba(211, 218, 235, 0.6);
32394
+ transition: all 200ms ease-out 40ms;
32408
32395
  }
32409
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
32410
- fill: #0080ff;
32396
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
32397
+ content: "";
32398
+ width: 1px;
32399
+ height: 6px;
32400
+ border-radius: 1px;
32401
+ background: #ccd4e3;
32402
+ position: relative;
32403
+ right: 2px;
32404
+ transform: rotate(-45deg);
32411
32405
  }
32412
- .E_t160l1cm .tab-menu-item:active {
32413
- background: rgba(192, 203, 224, 0.6);
32406
+ .E_e1qrlvot:after {
32407
+ transform: rotate(45deg);
32408
+ left: 1px;
32414
32409
  }
32415
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
32416
- color: #0080ff;
32417
- background: rgba(211, 218, 235, 0.6);
32410
+
32411
+ .E_w9ic984.ant-alert-warning {
32412
+ border: 0;
32413
+ background: rgba(255, 187, 0, 0.1);
32414
+ border-radius: 6px;
32418
32415
  }
32419
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
32420
- background: rgba(192, 203, 224, 0.6);
32416
+ .E_w9ic984.ant-alert,
32417
+ .E_w9ic984 .ant-alert-message {
32418
+ color: #e07f00;
32421
32419
  }
32422
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
32423
- background: rgba(0, 128, 255, 0.16);
32420
+ .E_w9ic984.ant-alert .dashed-border-bottom,
32421
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32422
+ border-bottom-color: #e07f00;
32424
32423
  }
32425
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
32426
- fill: #0080ff;
32424
+
32425
+ .E_n1k9qi4r {
32426
+ display: flex;
32427
+ flex-direction: row;
32428
+ padding: 7px 12px;
32429
+ background: rgba(255, 187, 0, 0.1);
32430
+ border-radius: 6px;
32431
+ color: #e07f00;
32432
+ font-size: 12px;
32433
+ line-height: 18px;
32427
32434
  }
32428
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
32429
- color: #0080ff;
32430
- background: rgba(0, 128, 255, 0.1);
32435
+ .E_n1k9qi4r .icon-wrapper {
32436
+ margin-right: 10px;
32437
+ height: 18px;
32431
32438
  }
32432
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
32433
- background: rgba(0, 128, 255, 0.16);
32439
+
32440
+ .E_n16fsg9x {
32441
+ display: flex;
32442
+ flex-direction: row;
32443
+ padding: 7px 12px;
32444
+ background: rgba(225, 230, 241, 0.6);
32445
+ border-radius: 6px;
32446
+ color: rgba(44, 56, 82, 0.6);
32447
+ font-size: 12px;
32448
+ line-height: 18px;
32434
32449
  }
32435
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
32436
- fill: #1d326c;
32450
+ .E_n16fsg9x .icon-wrapper {
32451
+ margin-right: 10px;
32452
+ height: 18px;
32437
32453
  }
32438
- .E_t160l1cm .tab-menu-item .expand-arrow {
32439
- margin-left: 8px;
32440
- height: 22px;
32454
+
32455
+ .E_i173wxzw {
32456
+ display: flex;
32457
+ flex-direction: row;
32458
+ padding: 7px 12px;
32459
+ background: rgba(0, 136, 255, 0.1);
32460
+ border-radius: 6px;
32461
+ color: #005ed1;
32462
+ font-size: 12px;
32463
+ line-height: 18px;
32441
32464
  }
32442
- .E_t160l1cm .tab-menu-item .expand-arrow path {
32443
- fill: rgba(44, 56, 82, 0.6);
32465
+ .E_i173wxzw .icon-wrapper {
32466
+ margin-right: 10px;
32467
+ height: 18px;
32444
32468
  }
32445
- .E_t160l1cm .tab-menu-item-group {
32446
- padding: 0;
32447
- display: flex;
32448
- align-items: center;
32449
- overflow: hidden;
32469
+
32470
+ .E_dld369h {
32471
+ color: rgba(44, 56, 82, 0.6);
32472
+ margin-top: 5px;
32473
+ font-size: 12px;
32474
+ line-height: 18px;
32450
32475
  }
32451
- .E_t160l1cm .tab-menu-item-group .main-title {
32452
- opacity: 0;
32453
- max-width: 0;
32454
- transition: max-width 320ms ease, opacity 240ms ease;
32476
+
32477
+ .E_s1epv22q {
32478
+ color: #f0483e;
32479
+ font-size: 12px;
32480
+ white-space: pre-wrap;
32455
32481
  }
32456
- .E_t160l1cm .tab-menu-item-group .sub-title {
32457
- padding: 1px 12px;
32458
- position: relative;
32482
+
32483
+ .E_okus5hk {
32459
32484
  display: flex;
32485
+ align-items: center;
32486
+ justify-content: flex-end;
32460
32487
  }
32461
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
32462
- opacity: 0;
32463
- position: absolute;
32464
- top: 50%;
32465
- left: 0;
32466
- transform: translate(-50%, -50%);
32467
- transition: opacity 100ms linear;
32468
- fill: rgba(0, 128, 255, 0.2);
32488
+ .E_okus5hk .icon-wrapper {
32489
+ margin-right: 16px;
32469
32490
  }
32470
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
32471
- color: #0080ff;
32491
+
32492
+ .E_t1auuzri {
32493
+ color: rgba(0, 21, 64, 0.3);
32472
32494
  }
32473
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
32474
- padding: 1px 12px;
32475
- display: inline-block;
32476
- opacity: 1;
32477
- max-width: 160px;
32495
+
32496
+ .E_i74cfyt.ant-input {
32497
+ padding: 5px 12px;
32498
+ line-height: 20px;
32499
+ color: #2d3a56;
32500
+ border-radius: 6px;
32501
+ border-color: rgba(172, 186, 211, 0.6);
32502
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32478
32503
  }
32479
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
32480
- padding: 1px 12px;
32481
- color: #005ed1;
32504
+ .E_i74cfyt.ant-input.ant-input-lg {
32505
+ padding: 8px 16px;
32506
+ line-height: 22px;
32482
32507
  }
32483
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32484
- opacity: 1;
32508
+ .E_i74cfyt.ant-input.ant-input-sm {
32509
+ padding: 2px 8px;
32510
+ line-height: 18px;
32485
32511
  }
32486
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
32487
- background: rgba(0, 128, 255, 0.16);
32512
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
32513
+ border-color: rgba(107, 128, 167, 0.6);
32514
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32515
+ z-index: 1;
32488
32516
  }
32489
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
32490
- opacity: 0;
32517
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
32518
+ border-color: #0096ff;
32519
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32520
+ z-index: 1;
32491
32521
  }
32492
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
32493
- padding: 4px 16px;
32494
- height: 32px;
32495
- border-radius: 6px 6px 0 0;
32522
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32523
+ border-color: #e75a3a;
32524
+ color: #e75a3a;
32496
32525
  }
32497
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
32498
- padding-left: 0;
32526
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
32527
+ border-color: #e75a3a;
32528
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32499
32529
  }
32500
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
32501
- padding-left: 16px;
32530
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
32531
+ border-color: #e75a3a;
32532
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32502
32533
  }
32503
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
32504
- margin-left: 11px;
32505
- height: 24px;
32534
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
32535
+ background: rgba(211, 218, 235, 0.6);
32536
+ color: rgba(0, 21, 64, 0.3);
32537
+ border-color: rgba(172, 186, 211, 0.6);
32506
32538
  }
32507
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
32508
- padding: 0;
32539
+ .E_i74cfyt.ant-input-affix-wrapper {
32540
+ padding: 5px 12px;
32541
+ border-radius: 6px;
32542
+ border-color: rgba(172, 186, 211, 0.6);
32543
+ line-height: 20px;
32544
+ color: #2d3a56;
32545
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32509
32546
  }
32510
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
32511
- padding: 4px 16px;
32547
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32548
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32549
+ color: rgba(44, 56, 82, 0.6);
32512
32550
  }
32513
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
32514
- padding: 4px 16px;
32551
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32552
+ padding: 8px 16px;
32553
+ line-height: 22px;
32515
32554
  }
32516
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
32517
- background: #fff;
32555
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32556
+ padding: 2px 8px;
32557
+ line-height: 18px;
32518
32558
  }
32519
- .E_t160l1cm .tab-menu-item-light:active {
32520
- color: #005ed1;
32559
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32560
+ border-color: rgba(107, 128, 167, 0.6);
32561
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32521
32562
  }
32522
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
32523
- background: #fff;
32524
- color: #1d326c;
32563
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32564
+ border-color: #0096ff;
32565
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32525
32566
  }
32526
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
32527
- color: rgba(45, 58, 86, 0.6);
32567
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32568
+ border-color: #e75a3a;
32528
32569
  }
32529
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
32530
- color: #1d326c;
32570
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32571
+ color: #e75a3a;
32531
32572
  }
32532
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32533
- fill: #d8deeb;
32573
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32574
+ border-color: #e75a3a;
32575
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32534
32576
  }
32535
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
32536
- fill: #1d326c;
32577
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32578
+ border-color: #e75a3a;
32579
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32537
32580
  }
32538
- .E_t160l1cm .tab-content {
32539
- flex: 1;
32540
- display: flex;
32541
- flex-direction: column;
32581
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32582
+ background: rgba(211, 218, 235, 0.6);
32583
+ color: rgba(0, 21, 64, 0.3);
32584
+ border-color: rgba(172, 186, 211, 0.6);
32542
32585
  }
32543
- .E_t160l1cm.is-overview .tab-content {
32544
- overflow: visible;
32586
+ textarea.E_i74cfyt.ant-input {
32587
+ transition-property: height;
32588
+ transition-delay: 50ms;
32545
32589
  }
32546
-
32547
- .E_t14npdqr {
32548
- max-width: 240px;
32549
- animation: none;
32590
+ textarea.E_i74cfyt.ant-input.textarea-large {
32591
+ min-height: 40px;
32592
+ height: 40px;
32550
32593
  }
32551
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
32552
- border: 1px solid #0080ff;
32553
- padding: 0;
32594
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
32595
+ height: 80px;
32554
32596
  }
32555
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
32556
- margin: 0;
32597
+ textarea.E_i74cfyt.ant-input.textarea-middle {
32598
+ min-height: 32px;
32557
32599
  height: 32px;
32558
- line-height: 32px;
32559
- font-size: 13px;
32560
- padding: 0 10px;
32561
- display: block;
32562
- overflow: hidden;
32563
- text-overflow: ellipsis;
32564
- white-space: nowrap;
32565
32600
  }
32566
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
32567
- content: " ";
32568
- height: 1px;
32569
- width: calc(100% + 10px);
32570
- background: rgba(172, 186, 211, 0.6);
32571
- display: block;
32601
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32602
+ height: 64px;
32572
32603
  }
32573
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
32574
- color: #0080ff;
32575
- background: transparent;
32604
+ textarea.E_i74cfyt.ant-input.textarea-small {
32605
+ min-height: 24px;
32606
+ height: 24px;
32607
+ }
32608
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32609
+ height: 40px;
32576
32610
  }
32577
32611
 
32578
- .E_c1up1pdz {
32579
- width: 648px;
32612
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
32613
+ border: 1px solid rgba(213, 219, 227, 0.6);
32614
+ border-radius: 4px;
32580
32615
  }
32581
- .E_c1up1pdz.active {
32582
- border-color: #0080ff;
32616
+ .E_k1ci6977.input-tags {
32617
+ position: relative;
32618
+ padding: 6px;
32619
+ height: 32px;
32620
+ cursor: pointer;
32621
+ transition: border 150ms;
32583
32622
  }
32584
- .E_c1up1pdz.active > header {
32585
- background: rgba(0, 128, 255, 0.1);
32623
+ .E_k1ci6977.input-tags:hover {
32624
+ border-color: #0080ff;
32625
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32586
32626
  }
32587
- .E_c1up1pdz .expand {
32588
- padding: 12px;
32627
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32628
+ padding-right: 30px;
32589
32629
  }
32590
- .E_c1up1pdz .field-item {
32630
+ .E_k1ci6977.input-tags .input-tags-inner {
32591
32631
  display: flex;
32592
- padding: 10px 0;
32593
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32594
- }
32595
- .E_c1up1pdz .field-item:last-child {
32596
- border-bottom: none;
32597
- padding-bottom: 0;
32598
32632
  }
32599
- .E_c1up1pdz .field-item label {
32600
- line-height: 32px;
32601
- width: 100px;
32602
- color: rgba(62, 70, 82, 0.6);
32603
- }
32604
- .E_c1up1pdz .help {
32605
- color: rgba(62, 70, 82, 0.6);
32606
- margin-top: 5px;
32607
- }
32608
- .E_c1up1pdz .ant-input-affix-wrapper,
32609
- .E_c1up1pdz .ant-picker {
32610
- width: 128px;
32611
- }
32612
-
32613
- .E_c156wh19 {
32633
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32614
32634
  display: flex;
32615
- align-items: center;
32616
- justify-content: space-between;
32617
- word-break: keep-all;
32618
32635
  }
32619
- .E_c156wh19 .title {
32620
- margin: 0 16px 0 8px;
32636
+ .E_k1ci6977.input-tags .input-tag-suffix {
32637
+ position: absolute;
32638
+ right: 12px;
32639
+ top: 50%;
32640
+ transform: translateY(-50%);
32621
32641
  }
32622
- .E_c156wh19 .retain {
32623
- color: rgba(129, 138, 153, 0.6);
32642
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32643
+ color: rgba(0, 0, 0, 0.25);
32644
+ font-size: 12px;
32645
+ cursor: pointer;
32624
32646
  }
32625
- .E_c156wh19 div.left {
32626
- flex: 1;
32627
- display: flex;
32628
- overflow: hidden;
32629
- align-items: center;
32630
- justify-content: flex-start;
32631
- white-space: nowrap;
32647
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32648
+ color: rgba(0, 0, 0, 0.45);
32632
32649
  }
32633
- .E_c156wh19 div.left .title {
32634
- max-width: 100%;
32650
+ .E_k1ci6977.has-focus-indicator {
32651
+ position: relative;
32635
32652
  overflow: hidden;
32636
- text-overflow: ellipsis;
32637
32653
  }
32638
- .E_c156wh19 div.right {
32639
- display: flex;
32640
- align-items: center;
32654
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32655
+ position: absolute;
32656
+ top: 50%;
32657
+ transform: translateY(-50%);
32658
+ left: -16px;
32659
+ transition: left 150ms ease;
32660
+ opacity: 0;
32641
32661
  }
32642
- .E_c156wh19 .reverse {
32643
- display: flex;
32644
- flex-direction: row-reverse;
32645
- align-items: center;
32662
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32663
+ left: 8px;
32664
+ opacity: 1;
32646
32665
  }
32647
- .E_c156wh19 .reverse .ant-switch {
32648
- margin-left: 8px;
32666
+ .E_k1ci6977.has-focus-indicator input {
32667
+ transition: margin-left 150ms ease;
32668
+ margin-left: 0px;
32649
32669
  }
32650
- .E_c156wh19 .close {
32651
- padding-left: 14px;
32652
- margin-left: 14px;
32653
- border-left: 1px solid rgba(129, 138, 153, 0.6);
32654
- cursor: pointer;
32670
+ .E_k1ci6977.has-focus-indicator input:focus {
32671
+ margin-left: 16px;
32655
32672
  }
32656
32673
 
32657
- .E_m126spxy {
32658
- padding-bottom: 4px;
32659
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32660
- }
32661
- .E_m126spxy .ant-btn-link {
32662
- padding: 1px 10px;
32663
- color: rgba(62, 70, 82, 0.6);
32664
- border-radius: 4px;
32665
- }
32666
- .E_m126spxy .ant-btn-link.active {
32667
- background: rgba(0, 128, 255, 0.1);
32668
- color: #0096ff;
32674
+ input.E_l1f7td1d.ant-input {
32675
+ border-top-right-radius: 0;
32676
+ border-bottom-right-radius: 0;
32669
32677
  }
32670
32678
 
32671
- .E_wpbf4pq {
32672
- padding: 10px 0;
32673
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32679
+ .E_l1f7td1d.ant-input-affix-wrapper {
32680
+ border-top-right-radius: 0;
32681
+ border-bottom-right-radius: 0;
32674
32682
  }
32675
- .E_wpbf4pq .ant-input,
32676
- .E_wpbf4pq .ant-picker {
32677
- width: 80px;
32678
- margin: 0 9px;
32679
- text-align: center;
32683
+
32684
+ input.E_rf8rlle.ant-input {
32685
+ border-top-left-radius: 0;
32686
+ border-bottom-left-radius: 0;
32680
32687
  }
32681
- .E_wpbf4pq .options {
32682
- padding: 12px 0 12px 16px;
32683
- border-left: 2px solid rgba(129, 138, 153, 0.6);
32684
- margin: 5px 0 5px 8px;
32688
+
32689
+ .E_rf8rlle.ant-input-affix-wrapper {
32690
+ border-top-left-radius: 0;
32691
+ border-bottom-left-radius: 0;
32685
32692
  }
32686
- .E_wpbf4pq .week-day-option,
32687
- .E_wpbf4pq .month-day-option {
32688
- background: #f5f7fa;
32689
- box-sizing: border-box;
32690
- border-radius: 16px;
32691
- margin-right: 8px;
32693
+
32694
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32695
+ border-top-right-radius: 0;
32696
+ border-bottom-right-radius: 0;
32692
32697
  }
32693
- .E_wpbf4pq .week-day-option:focus,
32694
- .E_wpbf4pq .month-day-option:focus {
32695
- color: inherit;
32696
- border-color: #d9d9d9;
32698
+
32699
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32700
+ border-top-left-radius: 0;
32701
+ border-bottom-left-radius: 0;
32697
32702
  }
32698
- .E_wpbf4pq .week-day-option.active {
32699
- background-color: #0096ff;
32700
- border-color: #0096ff;
32701
- color: #fff;
32703
+
32704
+ .E_c3ni091 {
32705
+ display: flex;
32706
+ flex-direction: column;
32702
32707
  }
32703
- .E_wpbf4pq .week-day-option.en-text {
32704
- width: 110px;
32705
- margin-top: 4px;
32708
+ .E_c3ni091 .select-wrapper {
32709
+ margin-top: 12px;
32706
32710
  }
32707
- .E_wpbf4pq .month-day-option {
32708
- width: 32px;
32709
- padding: 0;
32710
- margin-bottom: 8px;
32711
+ .E_c3ni091 .select-wrapper .select {
32712
+ width: 100%;
32711
32713
  }
32712
- .E_wpbf4pq .month-day-option.active {
32713
- background-color: #0096ff;
32714
- border-color: #0096ff;
32715
- color: #fff;
32714
+ .E_c3ni091 .radio-wrapper {
32715
+ margin-top: 24px;
32716
32716
  }
32717
-
32718
- .E_tje3huy {
32717
+ .E_c3ni091 div.form-item {
32719
32718
  width: 100%;
32720
- overflow: inherit;
32721
- white-space: inherit;
32722
- text-overflow: ellipsis;
32723
32719
  }
32724
32720
 
32725
- .E_wg1tsps {
32726
- display: flex;
32727
- align-items: center;
32728
- justify-content: flex-end;
32721
+ .E_d105ju2d {
32722
+ font-size: 14px;
32723
+ font-weight: 500;
32724
+ color: #3e4652;
32725
+ line-height: 18px;
32729
32726
  }
32730
-
32731
- .E_b1ctd5xy {
32732
- display: flex;
32733
- align-items: center;
32734
- width: calc(100% - 40px);
32727
+ .E_d105ju2d + .E_d105ju2d {
32728
+ margin-top: 16px;
32735
32729
  }
32736
- .E_b1ctd5xy .chart {
32737
- display: inline-block;
32738
- width: 100%;
32730
+ .E_d105ju2d + * {
32731
+ margin-top: 16px;
32739
32732
  }
32740
32733
 
32741
- .E_u1p8acpn {
32742
- min-width: 40px;
32734
+ .E_lh0l62z.E_d105ju2d {
32735
+ font-size: 12px;
32736
+ color: rgba(44, 56, 82, 0.6);
32737
+ margin-top: 12px;
32743
32738
  }
32744
- .E_u1p8acpn .unit {
32745
- color: #00122e !important;
32739
+
32740
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32741
+ line-height: 18px;
32742
+ font-weight: 500;
32743
+ margin-top: 0;
32744
+ white-space: initial;
32746
32745
  }
32747
32746
 
32748
- .E_ccrbeuz .ant-collapse-item {
32749
- border: 0px;
32750
- background-color: #fff;
32747
+ .E_r1skkc3l {
32748
+ display: block;
32751
32749
  }
32752
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32753
- padding-top: 0px;
32754
- padding-bottom: 0px;
32755
- padding-left: 0px !important;
32756
- padding-right: 24px;
32750
+ .E_r1skkc3l span {
32751
+ font-size: 14px;
32752
+ font-weight: 500;
32753
+ line-height: 32px;
32754
+ color: #3e4652;
32757
32755
  }
32758
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32759
- right: 0px;
32756
+
32757
+ .E_c3cobmo {
32758
+ margin-top: 16px;
32759
+ padding: 8px;
32760
+ border-radius: 6px;
32761
+ background: rgba(225, 230, 241, 0.6);
32762
+ color: rgba(44, 56, 82, 0.6);
32763
+ font-size: 12px;
32760
32764
  }
32761
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32762
- padding: 0px;
32765
+ .E_c3cobmo div {
32766
+ line-height: 20px;
32767
+ display: flex;
32768
+ align-items: center;
32769
+ word-break: break-all;
32770
+ }
32771
+ .E_c3cobmo .title {
32772
+ font-weight: 700;
32773
+ line-height: 18px;
32774
+ margin: 4px 0;
32763
32775
  }
32764
32776
 
32765
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32766
- padding-right: 0px;
32767
- cursor: default;
32777
+ .E_h1ol2wl7 {
32778
+ font-weight: bold;
32779
+ background-color: unset;
32780
+ padding: unset;
32768
32781
  }
32769
32782
 
32770
- .E_c1yyuluq {
32771
- border-radius: 8px;
32783
+ .E_suhck3k {
32784
+ height: 24px;
32785
+ width: 24px;
32786
+ border-radius: 6px;
32787
+ padding: 4px;
32772
32788
  }
32773
- .E_c1yyuluq .ant-card-body {
32774
- padding: 20px 24px 24px 24px;
32789
+ .E_suhck3k:hover {
32790
+ background-color: rgba(0, 136, 255, 0.1);
32791
+ }
32792
+ .E_suhck3k:hover svg path {
32793
+ fill: blue;
32775
32794
  }
32776
32795
 
32777
32796
  .E_drhfj7c .bottom {
@@ -32992,23 +33011,10 @@ input.E_rf8rlle.ant-input {
32992
33011
  border-radius: 20px;
32993
33012
  color: #0080ff;
32994
33013
  background: rgba(0, 136, 255, 0.1);
32995
- display: flex;
32996
- align-items: center;
32997
- justify-content: center;
32998
- margin-right: 6px;
32999
- }
33000
-
33001
- .E_suhck3k {
33002
- height: 24px;
33003
- width: 24px;
33004
- border-radius: 6px;
33005
- padding: 4px;
33006
- }
33007
- .E_suhck3k:hover {
33008
- background-color: rgba(0, 136, 255, 0.1);
33009
- }
33010
- .E_suhck3k:hover svg path {
33011
- fill: blue;
33014
+ display: flex;
33015
+ align-items: center;
33016
+ justify-content: center;
33017
+ margin-right: 6px;
33012
33018
  }
33013
33019
 
33014
33020
  .E_t1gvlxt5 {
@@ -33033,12 +33039,6 @@ input.E_rf8rlle.ant-input {
33033
33039
  column-gap: var(--a1ji6r68-0);
33034
33040
  }
33035
33041
 
33036
- .E_h1ol2wl7 {
33037
- font-weight: bold;
33038
- background-color: unset;
33039
- padding: unset;
33040
- }
33041
-
33042
33042
  .E_c1kchka8 {
33043
33043
  height: 100%;
33044
33044
  width: 100%;
@@ -33516,6 +33516,50 @@ input.E_rf8rlle.ant-input {
33516
33516
  padding: 0;
33517
33517
  }
33518
33518
 
33519
+ .E_c1kghdax {
33520
+ color: #2d3a56;
33521
+ padding: 7px 12px;
33522
+ display: flex;
33523
+ justify-content: space-between;
33524
+ align-items: center;
33525
+ }
33526
+ .E_c1kghdax.has-arrow {
33527
+ padding-left: 10px;
33528
+ }
33529
+ .E_c1kghdax.has-arrow .title-wrapper {
33530
+ cursor: pointer;
33531
+ color: #00122e;
33532
+ }
33533
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33534
+ color: #2d3a56;
33535
+ font-weight: 600;
33536
+ }
33537
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33538
+ transform: rotate(90deg);
33539
+ }
33540
+ .E_c1kghdax .sub-info {
33541
+ font-size: 12px;
33542
+ line-height: 18px;
33543
+ }
33544
+ .E_c1kghdax .title-wrapper {
33545
+ display: flex;
33546
+ align-items: center;
33547
+ user-select: none;
33548
+ flex-grow: 1;
33549
+ font-size: 12px;
33550
+ line-height: 18px;
33551
+ color: #2d3a56;
33552
+ font-weight: 700;
33553
+ }
33554
+ .E_c1kghdax .collapse-arrow {
33555
+ transition: all 50ms ease-out 0ms;
33556
+ margin-right: 2px;
33557
+ }
33558
+
33559
+ .E_c1yd35n {
33560
+ padding: 0 12px 14px 12px;
33561
+ }
33562
+
33519
33563
  .E_ckui4s7 {
33520
33564
  color: #2d3a56;
33521
33565
  line-height: 22px;
@@ -33580,50 +33624,6 @@ input.E_rf8rlle.ant-input {
33580
33624
  margin-left: 24px;
33581
33625
  }
33582
33626
 
33583
- .E_c1yd35n {
33584
- padding: 0 12px 14px 12px;
33585
- }
33586
-
33587
- .E_c1kghdax {
33588
- color: #2d3a56;
33589
- padding: 7px 12px;
33590
- display: flex;
33591
- justify-content: space-between;
33592
- align-items: center;
33593
- }
33594
- .E_c1kghdax.has-arrow {
33595
- padding-left: 10px;
33596
- }
33597
- .E_c1kghdax.has-arrow .title-wrapper {
33598
- cursor: pointer;
33599
- color: #00122e;
33600
- }
33601
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33602
- color: #2d3a56;
33603
- font-weight: 600;
33604
- }
33605
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33606
- transform: rotate(90deg);
33607
- }
33608
- .E_c1kghdax .sub-info {
33609
- font-size: 12px;
33610
- line-height: 18px;
33611
- }
33612
- .E_c1kghdax .title-wrapper {
33613
- display: flex;
33614
- align-items: center;
33615
- user-select: none;
33616
- flex-grow: 1;
33617
- font-size: 12px;
33618
- line-height: 18px;
33619
- color: #2d3a56;
33620
- font-weight: 700;
33621
- }
33622
- .E_c1kghdax .collapse-arrow {
33623
- transition: all 50ms ease-out 0ms;
33624
- margin-right: 2px;
33625
- }
33626
-
33627
33627
  .E_b14q2gmw {
33628
33628
  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);
33629
33629
  }
@@ -33690,174 +33690,47 @@ input.E_rf8rlle.ant-input {
33690
33690
  animation: loading-indicator3 1100ms ease-out infinite;
33691
33691
  }
33692
33692
 
33693
- .E_msn7nxt {
33694
- color: rgba(44, 56, 82, 0.6);
33695
- text-align: center;
33696
- display: flex;
33697
- align-items: center;
33698
- justify-content: center;
33699
- flex-direction: column;
33700
- height: 100%;
33701
- }
33702
- .E_msn7nxt .link {
33703
- color: #0080ff;
33704
- cursor: pointer;
33705
- }
33706
-
33707
- .E_mp64wfi {
33708
- width: 100%;
33709
- height: 100%;
33710
- display: flex;
33711
- flex-direction: column;
33712
- }
33713
- .E_mp64wfi .name-toolbar {
33714
- width: 100%;
33715
- display: flex;
33716
- line-height: 30px;
33717
- padding: 0 16px;
33718
- justify-content: space-between;
33719
- }
33720
- .E_mp64wfi .name-toolbar .metric-extra {
33721
- display: flex;
33722
- font-size: 12px;
33723
- align-items: center;
33724
- }
33725
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33726
- color: #a3b4cc;
33727
- }
33728
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33729
- margin-left: 10px;
33730
- }
33731
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33732
- margin-left: 10px;
33733
- cursor: pointer;
33734
- }
33735
- .E_mp64wfi .content {
33736
- flex: 1;
33737
- width: 100%;
33738
- display: flex;
33739
- justify-content: center;
33740
- align-items: center;
33741
- }
33742
- .E_mp64wfi .single-content {
33743
- height: 65px;
33744
- }
33745
-
33746
- .E_l1oyigan {
33747
- display: flex;
33748
- align-items: center;
33749
- white-space: nowrap;
33750
- overflow: hidden;
33751
- width: 100%;
33752
- }
33753
- .E_l1oyigan .ant-dropdown-trigger {
33754
- margin-left: auto;
33755
- font-size: 12px;
33756
- }
33757
-
33758
- .E_l1noi4n1 {
33759
- display: flex;
33760
- justify-content: flex-start;
33761
- align-items: center;
33762
- font-size: 12px;
33763
- cursor: pointer;
33764
- }
33765
- .E_l1noi4n1:not(:last-child) {
33766
- margin-right: 20px;
33767
- }
33768
- .E_l1noi4n1.deselected {
33769
- opacity: 0.4;
33770
- }
33771
- .E_l1noi4n1.deselected .color-block {
33772
- background: #b4beca !important;
33773
- }
33774
-
33775
- .E_cz19rz6 {
33776
- display: inline-block;
33777
- height: 8px;
33778
- width: 8px;
33779
- margin-right: 8px;
33693
+ .E_w7ob4th.outside-tag {
33694
+ padding-left: 0;
33780
33695
  }
33781
-
33782
- .E_e17r5r9c .ant-dropdown-menu-item {
33783
- display: flex;
33784
- align-items: center;
33785
- font-size: 12px;
33786
- margin: 0;
33696
+ .E_w7ob4th.outside-tag .inside-tag {
33697
+ border-radius: 4px 0 0 4px;
33698
+ padding-right: 4px;
33699
+ margin-right: 4px;
33787
33700
  }
33788
33701
 
33789
- .E_m1y1hhnr {
33790
- position: relative;
33791
- }
33792
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33793
- bottom: -12px;
33794
- }
33795
- .E_m1y1hhnr .metric-toolbar {
33796
- display: flex;
33797
- justify-content: space-between;
33798
- line-height: 30px;
33799
- margin: 0 16px;
33800
- }
33801
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33802
- display: flex;
33803
- font-size: 12px;
33804
- align-items: center;
33805
- }
33806
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33807
- color: #a3b4cc;
33808
- }
33809
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33810
- margin-left: 10px;
33811
- }
33812
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33813
- margin-left: 10px;
33814
- cursor: pointer;
33815
- }
33816
- .E_m1y1hhnr .recharts-xAxis {
33817
- font-size: 12px;
33818
- }
33819
- .E_m1y1hhnr .pointer-wrapper {
33820
- position: absolute;
33821
- bottom: 10px;
33702
+ .E_slr2ynn {
33822
33703
  padding: 0 8px;
33823
- border-radius: 4px;
33824
- font-size: 12px;
33825
- color: #fff;
33826
- background: rgba(0, 0, 0, 0.75);
33827
- transform: translateX(-50%);
33704
+ height: 18px;
33828
33705
  }
33829
33706
 
33830
- .E_tnvijvs {
33831
- min-width: 200px;
33707
+ .E_m140wbb6 {
33708
+ padding: 2px 8px;
33709
+ height: 24px;
33832
33710
  }
33833
33711
 
33834
- .E_t1ub2aex {
33835
- display: flex;
33836
- align-items: center;
33837
- justify-content: space-between;
33838
- background-color: rgba(0, 0, 0, 0.75);
33839
- color: #b4beca;
33840
- font-size: 12px;
33841
- padding: 3px 6px;
33842
- }
33843
- .E_t1ub2aex:first-child {
33844
- padding-top: 3px;
33845
- }
33846
- .E_t1ub2aex:last-child {
33847
- padding-bottom: 3px;
33712
+ .E_t1fozc1i {
33713
+ margin: 0;
33848
33714
  }
33849
- .E_t1ub2aex .column-value {
33850
- color: #fff;
33851
- margin-left: 8px;
33715
+
33716
+ .E_i1vxv4ln {
33717
+ margin-right: 4px;
33718
+ height: 16px;
33852
33719
  }
33853
33720
 
33854
- .E_w7ob4th.outside-tag {
33855
- padding-left: 0;
33721
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33722
+ font-weight: 700;
33723
+ color: #00122e;
33724
+ background-color: rgba(237, 241, 250, 0.6);
33725
+ border: 1px solid rgba(211, 218, 235, 0.6);
33726
+ word-break: break-all;
33727
+ display: inline;
33728
+ white-space: normal;
33856
33729
  }
33857
- .E_w7ob4th.outside-tag .inside-tag {
33858
- border-radius: 4px 0 0 4px;
33859
- padding-right: 4px;
33730
+
33731
+ .E_i1g85yz3 {
33860
33732
  margin-right: 4px;
33733
+ height: 16px;
33861
33734
  }
33862
33735
 
33863
33736
  .E_t1dtlqs1 {
@@ -34248,40 +34121,6 @@ input.E_rf8rlle.ant-input {
34248
34121
  justify-content: center;
34249
34122
  }
34250
34123
 
34251
- .E_slr2ynn {
34252
- padding: 0 8px;
34253
- height: 18px;
34254
- }
34255
-
34256
- .E_m140wbb6 {
34257
- padding: 2px 8px;
34258
- height: 24px;
34259
- }
34260
-
34261
- .E_t1fozc1i {
34262
- margin: 0;
34263
- }
34264
-
34265
- .E_i1vxv4ln {
34266
- margin-right: 4px;
34267
- height: 16px;
34268
- }
34269
-
34270
- .E_n1afl31m.ant-tag.ant-tag-gray {
34271
- font-weight: 700;
34272
- color: #00122e;
34273
- background-color: rgba(237, 241, 250, 0.6);
34274
- border: 1px solid rgba(211, 218, 235, 0.6);
34275
- word-break: break-all;
34276
- display: inline;
34277
- white-space: normal;
34278
- }
34279
-
34280
- .E_i1g85yz3 {
34281
- margin-right: 4px;
34282
- height: 16px;
34283
- }
34284
-
34285
34124
  button.E_l48ei06.ant-btn {
34286
34125
  font-size: 12px;
34287
34126
  line-height: 18px;
@@ -34730,35 +34569,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34730
34569
  background: rgba(163, 180, 204, 0.18);
34731
34570
  }
34732
34571
 
34733
- .E_i14c7jc8 {
34734
- color: var(--i14c7jc8-0);
34572
+ .E_msn7nxt {
34573
+ color: rgba(44, 56, 82, 0.6);
34574
+ text-align: center;
34575
+ display: flex;
34576
+ align-items: center;
34577
+ justify-content: center;
34578
+ flex-direction: column;
34579
+ height: 100%;
34580
+ }
34581
+ .E_msn7nxt .link {
34582
+ color: #0080ff;
34583
+ cursor: pointer;
34735
34584
  }
34736
34585
 
34737
- .E_i1ibuolf {
34586
+ .E_mp64wfi {
34587
+ width: 100%;
34588
+ height: 100%;
34589
+ display: flex;
34590
+ flex-direction: column;
34591
+ }
34592
+ .E_mp64wfi .name-toolbar {
34593
+ width: 100%;
34594
+ display: flex;
34595
+ line-height: 30px;
34596
+ padding: 0 16px;
34597
+ justify-content: space-between;
34598
+ }
34599
+ .E_mp64wfi .name-toolbar .metric-extra {
34738
34600
  display: flex;
34601
+ font-size: 12px;
34739
34602
  align-items: center;
34740
- column-gap: 4px;
34603
+ }
34604
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34605
+ color: #a3b4cc;
34606
+ }
34607
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34608
+ margin-left: 10px;
34609
+ }
34610
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34611
+ margin-left: 10px;
34612
+ cursor: pointer;
34613
+ }
34614
+ .E_mp64wfi .content {
34615
+ flex: 1;
34616
+ width: 100%;
34617
+ display: flex;
34618
+ justify-content: center;
34619
+ align-items: center;
34620
+ }
34621
+ .E_mp64wfi .single-content {
34622
+ height: 65px;
34623
+ }
34624
+
34625
+ .E_l1oyigan {
34626
+ display: flex;
34627
+ align-items: center;
34628
+ white-space: nowrap;
34629
+ overflow: hidden;
34630
+ width: 100%;
34631
+ }
34632
+ .E_l1oyigan .ant-dropdown-trigger {
34633
+ margin-left: auto;
34741
34634
  font-size: 12px;
34742
- color: rgba(44, 56, 82, 0.7490196078);
34743
34635
  }
34744
34636
 
34745
- .E_f16blduf.ant-form-item {
34746
- margin-bottom: 0;
34637
+ .E_l1noi4n1 {
34638
+ display: flex;
34639
+ justify-content: flex-start;
34640
+ align-items: center;
34641
+ font-size: 12px;
34642
+ cursor: pointer;
34747
34643
  }
34748
- .E_f16blduf .ant-form-item-explain {
34749
- display: none;
34750
- min-height: 18px;
34751
- margin-top: 5px;
34752
- font-family: "Inter";
34753
- font-weight: 400;
34644
+ .E_l1noi4n1:not(:last-child) {
34645
+ margin-right: 20px;
34646
+ }
34647
+ .E_l1noi4n1.deselected {
34648
+ opacity: 0.4;
34649
+ }
34650
+ .E_l1noi4n1.deselected .color-block {
34651
+ background: #b4beca !important;
34652
+ }
34653
+
34654
+ .E_cz19rz6 {
34655
+ display: inline-block;
34656
+ height: 8px;
34657
+ width: 8px;
34658
+ margin-right: 8px;
34659
+ }
34660
+
34661
+ .E_e17r5r9c .ant-dropdown-menu-item {
34662
+ display: flex;
34663
+ align-items: center;
34754
34664
  font-size: 12px;
34755
- line-height: 18px;
34665
+ margin: 0;
34756
34666
  }
34757
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34758
- white-space: pre-wrap;
34667
+
34668
+ .E_m1y1hhnr {
34669
+ position: relative;
34759
34670
  }
34760
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34761
- display: block;
34671
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34672
+ bottom: -12px;
34673
+ }
34674
+ .E_m1y1hhnr .metric-toolbar {
34675
+ display: flex;
34676
+ justify-content: space-between;
34677
+ line-height: 30px;
34678
+ margin: 0 16px;
34679
+ }
34680
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34681
+ display: flex;
34682
+ font-size: 12px;
34683
+ align-items: center;
34684
+ }
34685
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34686
+ color: #a3b4cc;
34687
+ }
34688
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34689
+ margin-left: 10px;
34690
+ }
34691
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34692
+ margin-left: 10px;
34693
+ cursor: pointer;
34694
+ }
34695
+ .E_m1y1hhnr .recharts-xAxis {
34696
+ font-size: 12px;
34697
+ }
34698
+ .E_m1y1hhnr .pointer-wrapper {
34699
+ position: absolute;
34700
+ bottom: 10px;
34701
+ padding: 0 8px;
34702
+ border-radius: 4px;
34703
+ font-size: 12px;
34704
+ color: #fff;
34705
+ background: rgba(0, 0, 0, 0.75);
34706
+ transform: translateX(-50%);
34707
+ }
34708
+
34709
+ .E_tnvijvs {
34710
+ min-width: 200px;
34711
+ }
34712
+
34713
+ .E_t1ub2aex {
34714
+ display: flex;
34715
+ align-items: center;
34716
+ justify-content: space-between;
34717
+ background-color: rgba(0, 0, 0, 0.75);
34718
+ color: #b4beca;
34719
+ font-size: 12px;
34720
+ padding: 3px 6px;
34721
+ }
34722
+ .E_t1ub2aex:first-child {
34723
+ padding-top: 3px;
34724
+ }
34725
+ .E_t1ub2aex:last-child {
34726
+ padding-bottom: 3px;
34727
+ }
34728
+ .E_t1ub2aex .column-value {
34729
+ color: #fff;
34730
+ margin-left: 8px;
34762
34731
  }
34763
34732
 
34764
34733
  .E_d1u4ndxc {
@@ -34790,4 +34759,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34790
34759
  to {
34791
34760
  transform: translateX(100%);
34792
34761
  }
34762
+ }
34763
+
34764
+ .E_f16blduf.ant-form-item {
34765
+ margin-bottom: 0;
34766
+ }
34767
+ .E_f16blduf .ant-form-item-explain {
34768
+ display: none;
34769
+ min-height: 18px;
34770
+ margin-top: 5px;
34771
+ font-family: "Inter";
34772
+ font-weight: 400;
34773
+ font-size: 12px;
34774
+ line-height: 18px;
34775
+ }
34776
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34777
+ white-space: pre-wrap;
34778
+ }
34779
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34780
+ display: block;
34781
+ }
34782
+
34783
+ .E_i14c7jc8 {
34784
+ color: var(--i14c7jc8-0);
34785
+ }
34786
+
34787
+ .E_i1ibuolf {
34788
+ display: flex;
34789
+ align-items: center;
34790
+ column-gap: 4px;
34791
+ font-size: 12px;
34792
+ color: rgba(44, 56, 82, 0.7490196078);
34793
34793
  }