@cloudtower/eagle 0.28.4-TOWER-11936 → 0.28.5

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.
package/dist/style.css CHANGED
@@ -29558,27 +29558,17 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
- span.E_tqjc4ui {
29562
- margin: 0 2px;
29563
- }
29564
-
29565
- .E_n12mqh7z {
29561
+ .E_skwah65 {
29562
+ height: 8px;
29563
+ box-sizing: border-box;
29564
+ border-radius: 2px;
29565
+ background: #f5f7fa;
29566
29566
  display: flex;
29567
- align-items: center;
29568
- font-size: 12px;
29569
- line-height: 18px;
29570
- }
29571
- .E_n12mqh7z:not(:last-child) {
29572
- margin-bottom: 4px;
29573
- }
29574
-
29575
- .E_tf5bynu {
29576
- margin: 0 3px;
29567
+ width: 100%;
29568
+ overflow: hidden;
29577
29569
  }
29578
-
29579
- .E_tcckoz1 {
29580
- max-height: 400px;
29581
- overflow: auto;
29570
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
29571
+ margin-left: 1px;
29582
29572
  }
29583
29573
 
29584
29574
  .E_clm1wy1 {
@@ -29674,90 +29664,6 @@ span.E_tqjc4ui {
29674
29664
  border-radius: 2px;
29675
29665
  }
29676
29666
 
29677
- .E_s1ebs0ra {
29678
- display: flex;
29679
- align-items: center;
29680
- justify-content: space-between;
29681
- background: #edf0f7;
29682
- padding: 8px 12px;
29683
- position: sticky;
29684
- top: 0;
29685
- z-index: 1;
29686
- margin-bottom: -52px;
29687
- }
29688
- .E_s1ebs0ra .select-total {
29689
- display: flex;
29690
- align-items: center;
29691
- font-weight: 700;
29692
- flex-shrink: 0;
29693
- }
29694
- .E_s1ebs0ra .select-total .icon-wrapper {
29695
- cursor: pointer;
29696
- margin-left: 8px;
29697
- width: 32px;
29698
- height: 32px;
29699
- border-radius: 50%;
29700
- justify-content: center;
29701
- }
29702
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29703
- background: rgba(225, 230, 241, 0.6);
29704
- }
29705
- .E_s1ebs0ra .action-group {
29706
- flex: 1;
29707
- margin-left: 88px;
29708
- white-space: nowrap;
29709
- text-align: right;
29710
- position: relative;
29711
- padding: 4px 0;
29712
- margin-top: -4px;
29713
- overflow: hidden;
29714
- }
29715
- .E_s1ebs0ra .action-group .sub-menu-delete {
29716
- transform: translateY(-4px);
29717
- }
29718
- .E_s1ebs0ra .action-group button {
29719
- border: none;
29720
- }
29721
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29722
- margin-right: 8px;
29723
- }
29724
- .E_s1ebs0ra .action-group > button:last-child {
29725
- margin-right: 4px;
29726
- }
29727
- .E_s1ebs0ra .action-group .more-btn {
29728
- cursor: pointer;
29729
- width: 32px;
29730
- height: 32px;
29731
- justify-content: center;
29732
- border-radius: 50%;
29733
- }
29734
- .E_s1ebs0ra .action-group .more-btn:hover {
29735
- background: #fff;
29736
- }
29737
-
29738
- .E_gmyahx3 {
29739
- cursor: pointer;
29740
- }
29741
- .E_gmyahx3 .link-text {
29742
- color: rgba(0, 21, 64, 0.3);
29743
- }
29744
- .E_gmyahx3:hover .link-text {
29745
- color: #0080ff;
29746
- }
29747
-
29748
- .E_skwah65 {
29749
- height: 8px;
29750
- box-sizing: border-box;
29751
- border-radius: 2px;
29752
- background: #f5f7fa;
29753
- display: flex;
29754
- width: 100%;
29755
- overflow: hidden;
29756
- }
29757
- .E_skwah65 .stack-bar-item + .stack-bar-item {
29758
- margin-left: 1px;
29759
- }
29760
-
29761
29667
  .E_c18bcrac {
29762
29668
  display: inline-block;
29763
29669
  width: 100%;
@@ -29945,6 +29851,100 @@ span.E_tqjc4ui {
29945
29851
  color: #fff;
29946
29852
  }
29947
29853
 
29854
+ .E_gmyahx3 {
29855
+ cursor: pointer;
29856
+ }
29857
+ .E_gmyahx3 .link-text {
29858
+ color: rgba(0, 21, 64, 0.3);
29859
+ }
29860
+ .E_gmyahx3:hover .link-text {
29861
+ color: #0080ff;
29862
+ }
29863
+
29864
+ .E_s1ebs0ra {
29865
+ display: flex;
29866
+ align-items: center;
29867
+ justify-content: space-between;
29868
+ background: #edf0f7;
29869
+ padding: 8px 12px;
29870
+ position: sticky;
29871
+ top: 0;
29872
+ z-index: 1;
29873
+ margin-bottom: -52px;
29874
+ }
29875
+ .E_s1ebs0ra .select-total {
29876
+ display: flex;
29877
+ align-items: center;
29878
+ font-weight: 700;
29879
+ flex-shrink: 0;
29880
+ }
29881
+ .E_s1ebs0ra .select-total .icon-wrapper {
29882
+ cursor: pointer;
29883
+ margin-left: 8px;
29884
+ width: 32px;
29885
+ height: 32px;
29886
+ border-radius: 50%;
29887
+ justify-content: center;
29888
+ }
29889
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
29890
+ background: rgba(225, 230, 241, 0.6);
29891
+ }
29892
+ .E_s1ebs0ra .action-group {
29893
+ flex: 1;
29894
+ margin-left: 88px;
29895
+ white-space: nowrap;
29896
+ text-align: right;
29897
+ position: relative;
29898
+ padding: 4px 0;
29899
+ margin-top: -4px;
29900
+ overflow: hidden;
29901
+ }
29902
+ .E_s1ebs0ra .action-group .sub-menu-delete {
29903
+ transform: translateY(-4px);
29904
+ }
29905
+ .E_s1ebs0ra .action-group button {
29906
+ border: none;
29907
+ }
29908
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
29909
+ margin-right: 8px;
29910
+ }
29911
+ .E_s1ebs0ra .action-group > button:last-child {
29912
+ margin-right: 4px;
29913
+ }
29914
+ .E_s1ebs0ra .action-group .more-btn {
29915
+ cursor: pointer;
29916
+ width: 32px;
29917
+ height: 32px;
29918
+ justify-content: center;
29919
+ border-radius: 50%;
29920
+ }
29921
+ .E_s1ebs0ra .action-group .more-btn:hover {
29922
+ background: #fff;
29923
+ }
29924
+
29925
+ .E_wg1tsps {
29926
+ display: flex;
29927
+ align-items: center;
29928
+ justify-content: flex-end;
29929
+ }
29930
+
29931
+ .E_b1ctd5xy {
29932
+ display: flex;
29933
+ align-items: center;
29934
+ width: calc(100% - 40px);
29935
+ }
29936
+ .E_b1ctd5xy .chart {
29937
+ display: inline-block;
29938
+ width: 100%;
29939
+ }
29940
+
29941
+ .E_u1p8acpn {
29942
+ min-width: 40px;
29943
+ }
29944
+ .E_u1p8acpn .unit {
29945
+ color: #00122e !important;
29946
+ }
29947
+
29948
29948
  .E_ou7iq30 {
29949
29949
  overflow: hidden;
29950
29950
  text-overflow: ellipsis;
@@ -29961,12 +29961,27 @@ span.E_tqjc4ui {
29961
29961
  word-break: break-all;
29962
29962
  }
29963
29963
 
29964
- .E_s1iv0tp1 .enabled-switch {
29964
+ span.E_tqjc4ui {
29965
+ margin: 0 2px;
29966
+ }
29967
+
29968
+ .E_n12mqh7z {
29965
29969
  display: flex;
29966
29970
  align-items: center;
29971
+ font-size: 12px;
29972
+ line-height: 18px;
29967
29973
  }
29968
- .E_s1iv0tp1 .enabled-text {
29969
- margin-right: 8px;
29974
+ .E_n12mqh7z:not(:last-child) {
29975
+ margin-bottom: 4px;
29976
+ }
29977
+
29978
+ .E_tf5bynu {
29979
+ margin: 0 3px;
29980
+ }
29981
+
29982
+ .E_tcckoz1 {
29983
+ max-height: 400px;
29984
+ overflow: auto;
29970
29985
  }
29971
29986
 
29972
29987
  .E_t1sqg15u {
@@ -30059,88 +30074,24 @@ span.E_tqjc4ui {
30059
30074
  padding-right: 12px;
30060
30075
  }
30061
30076
 
30062
- .E_m74vjol {
30077
+ .E_s1iv0tp1 .enabled-switch {
30063
30078
  display: flex;
30064
- justify-content: space-between;
30065
- width: 100%;
30066
- }
30067
- .E_m74vjol .action {
30068
- margin-left: 16px;
30079
+ align-items: center;
30069
30080
  }
30070
-
30071
- .E_a1o35uvh .ant-alert-message {
30072
- width: 100%;
30081
+ .E_s1iv0tp1 .enabled-text {
30082
+ margin-right: 8px;
30073
30083
  }
30074
30084
 
30075
- .E_berrcjl {
30076
- color: rgba(10, 37, 85, 0.6);
30077
- margin-bottom: 4px;
30085
+ .E_t160l1cm {
30086
+ display: flex;
30087
+ flex-direction: column;
30088
+ flex: 1;
30089
+ /* FIXME:(yanzhen) do this better */
30078
30090
  }
30079
- .E_berrcjl .breadcrumb-link {
30080
- color: rgba(10, 37, 85, 0.6);
30081
- cursor: pointer;
30082
- transition: color 160ms ease;
30083
- }
30084
- .E_berrcjl .breadcrumb-link:hover {
30085
- color: #0080ff;
30086
- }
30087
- .E_berrcjl .breadcrumb-link:active {
30088
- color: #005ed1;
30089
- }
30090
-
30091
- .E_wg1tsps {
30092
- display: flex;
30093
- align-items: center;
30094
- justify-content: flex-end;
30095
- }
30096
-
30097
- .E_b1ctd5xy {
30098
- display: flex;
30099
- align-items: center;
30100
- width: calc(100% - 40px);
30101
- }
30102
- .E_b1ctd5xy .chart {
30103
- display: inline-block;
30104
- width: 100%;
30105
- }
30106
-
30107
- .E_u1p8acpn {
30108
- min-width: 40px;
30109
- }
30110
- .E_u1p8acpn .unit {
30111
- color: #00122e !important;
30112
- }
30113
-
30114
- .E_c18gxmrl {
30115
- border: 1px solid #d8deeb;
30116
- border-radius: 4px;
30117
- }
30118
- .E_c18gxmrl + .E_c18gxmrl {
30119
- margin-top: 8px;
30120
- }
30121
- .E_c18gxmrl:hover {
30122
- border-color: #0080ff;
30123
- }
30124
- .E_c18gxmrl:hover > header {
30125
- background: rgba(0, 128, 255, 0.1);
30126
- }
30127
- .E_c18gxmrl.active header {
30128
- border-bottom: 1px solid #d8deeb;
30129
- }
30130
- .E_c18gxmrl > header {
30131
- padding: 8px 12px;
30132
- }
30133
-
30134
- .E_t160l1cm {
30135
- display: flex;
30136
- flex-direction: column;
30137
- flex: 1;
30138
- /* FIXME:(yanzhen) do this better */
30139
- }
30140
- .E_t160l1cm .tab-bar {
30141
- flex-shrink: 0;
30142
- display: flex;
30143
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
30091
+ .E_t160l1cm .tab-bar {
30092
+ flex-shrink: 0;
30093
+ display: flex;
30094
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
30144
30095
  }
30145
30096
  .E_t160l1cm .tab-content {
30146
30097
  height: 100%;
@@ -30334,6 +30285,55 @@ span.E_tqjc4ui {
30334
30285
  background: transparent;
30335
30286
  }
30336
30287
 
30288
+ .E_c18gxmrl {
30289
+ border: 1px solid #d8deeb;
30290
+ border-radius: 4px;
30291
+ }
30292
+ .E_c18gxmrl + .E_c18gxmrl {
30293
+ margin-top: 8px;
30294
+ }
30295
+ .E_c18gxmrl:hover {
30296
+ border-color: #0080ff;
30297
+ }
30298
+ .E_c18gxmrl:hover > header {
30299
+ background: rgba(0, 128, 255, 0.1);
30300
+ }
30301
+ .E_c18gxmrl.active header {
30302
+ border-bottom: 1px solid #d8deeb;
30303
+ }
30304
+ .E_c18gxmrl > header {
30305
+ padding: 8px 12px;
30306
+ }
30307
+
30308
+ .E_m74vjol {
30309
+ display: flex;
30310
+ justify-content: space-between;
30311
+ width: 100%;
30312
+ }
30313
+ .E_m74vjol .action {
30314
+ margin-left: 16px;
30315
+ }
30316
+
30317
+ .E_a1o35uvh .ant-alert-message {
30318
+ width: 100%;
30319
+ }
30320
+
30321
+ .E_berrcjl {
30322
+ color: rgba(10, 37, 85, 0.6);
30323
+ margin-bottom: 4px;
30324
+ }
30325
+ .E_berrcjl .breadcrumb-link {
30326
+ color: rgba(10, 37, 85, 0.6);
30327
+ cursor: pointer;
30328
+ transition: color 160ms ease;
30329
+ }
30330
+ .E_berrcjl .breadcrumb-link:hover {
30331
+ color: #0080ff;
30332
+ }
30333
+ .E_berrcjl .breadcrumb-link:active {
30334
+ color: #005ed1;
30335
+ }
30336
+
30337
30337
  .E_b1nip9bk {
30338
30338
  padding: 4px 11px;
30339
30339
  }
@@ -30617,41 +30617,6 @@ button.E_n7k2c6r {
30617
30617
  padding: 0;
30618
30618
  }
30619
30619
 
30620
- .E_c1uzzomf {
30621
- margin-bottom: 16px;
30622
- }
30623
- .E_c1uzzomf .card-title {
30624
- font-size: 16px;
30625
- color: rgba(44, 56, 82, 0.6);
30626
- font-weight: 700;
30627
- line-height: 32px;
30628
- }
30629
- .E_c1uzzomf .card-body {
30630
- padding: 24px;
30631
- border-radius: 8px;
30632
- background: #fff;
30633
- }
30634
- .E_c1uzzomf .empty {
30635
- font-weight: 700;
30636
- font-size: 14px;
30637
- line-height: 22px;
30638
- color: rgba(0, 21, 64, 0.3);
30639
- text-align: center;
30640
- }
30641
-
30642
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30643
- padding: 4px 8px 0 8px;
30644
- color: rgba(44, 56, 82, 0.6);
30645
- font-size: 12px;
30646
- }
30647
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30648
- padding-bottom: 6px;
30649
- }
30650
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30651
- padding-top: 4px;
30652
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30653
- }
30654
-
30655
30620
  .E_d1bw7c5z {
30656
30621
  position: relative;
30657
30622
  max-width: 388px;
@@ -30735,48 +30700,61 @@ button.E_n7k2c6r {
30735
30700
  width: 102px;
30736
30701
  }
30737
30702
 
30738
- .E_itxley7.ant-input-group.ant-input-group-compact {
30739
- display: flex;
30703
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30704
+ padding: 4px 8px 0 8px;
30705
+ color: rgba(44, 56, 82, 0.6);
30706
+ font-size: 12px;
30707
+ }
30708
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30709
+ padding-bottom: 6px;
30710
+ }
30711
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30712
+ padding-top: 4px;
30713
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30740
30714
  }
30741
30715
 
30742
- .E_c1bus5hc {
30743
- --color: white;
30744
- height: 14px;
30745
- width: 14px;
30746
- border-radius: 50%;
30747
- flex-shrink: 0;
30748
- display: flex;
30749
- align-items: center;
30750
- justify-content: center;
30751
- border: 1px solid var(--color);
30716
+ .E_c1uzzomf {
30717
+ margin-bottom: 16px;
30752
30718
  }
30753
- .E_c1bus5hc .circle-inner {
30754
- position: relative;
30755
- height: 10px;
30756
- width: 10px;
30757
- border-radius: 50%;
30758
- overflow: hidden;
30719
+ .E_c1uzzomf .card-title {
30720
+ font-size: 16px;
30721
+ color: rgba(44, 56, 82, 0.6);
30722
+ font-weight: 700;
30723
+ line-height: 32px;
30759
30724
  }
30760
- .E_c1bus5hc .circle-content {
30761
- position: absolute;
30762
- height: 100%;
30763
- width: 100%;
30764
- left: 0;
30765
- top: 0;
30766
- border-radius: 50%;
30767
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30768
- transform: rotate(180deg);
30725
+ .E_c1uzzomf .card-body {
30726
+ padding: 24px;
30727
+ border-radius: 8px;
30728
+ background: #fff;
30769
30729
  }
30770
- .E_c1bus5hc .circle-child {
30771
- position: absolute;
30772
- height: 100%;
30773
- width: 100%;
30774
- left: 0;
30775
- top: 0;
30776
- margin-left: 50%;
30777
- transform-origin: left;
30778
- background: white;
30779
- transform: rotate(0deg);
30730
+ .E_c1uzzomf .empty {
30731
+ font-weight: 700;
30732
+ font-size: 14px;
30733
+ line-height: 22px;
30734
+ color: rgba(0, 21, 64, 0.3);
30735
+ text-align: center;
30736
+ }
30737
+
30738
+ .E_ccrbeuz .ant-collapse-item {
30739
+ border: 0px;
30740
+ background-color: #fff;
30741
+ }
30742
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30743
+ padding-top: 0px;
30744
+ padding-bottom: 0px;
30745
+ padding-left: 0px !important;
30746
+ padding-right: 24px;
30747
+ }
30748
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30749
+ right: 0px;
30750
+ }
30751
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30752
+ padding: 0px;
30753
+ }
30754
+
30755
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30756
+ padding-right: 0px;
30757
+ cursor: default;
30780
30758
  }
30781
30759
 
30782
30760
  .E_c1yyuluq {
@@ -30786,101 +30764,14 @@ button.E_n7k2c6r {
30786
30764
  padding: 20px 24px 24px 24px;
30787
30765
  }
30788
30766
 
30789
- .E_phljevk {
30790
- display: flex;
30791
- justify-content: space-between;
30792
- align-items: center;
30793
- padding: 10px 0;
30794
- color: rgba(44, 56, 82, 0.6);
30795
- font-size: 12px;
30796
- line-height: 24px;
30797
- }
30798
- .E_phljevk .pagination-left {
30799
- padding: 2px 8px;
30767
+ .E_rapgekc.ant-radio-wrapper {
30768
+ display: inline-flex;
30769
+ align-items: baseline;
30770
+ white-space: pre-wrap;
30800
30771
  }
30801
- .E_phljevk .dropdown-trigger {
30802
- display: flex;
30803
- align-items: center;
30804
- border-radius: 6px;
30805
- cursor: pointer;
30806
- transition: all 0.3s ease;
30807
- }
30808
- .E_phljevk .dropdown-trigger:hover {
30809
- background: rgba(211, 218, 235, 0.6);
30810
- color: #0080ff;
30811
- }
30812
- .E_phljevk .dropdown-trigger .icon-inner {
30813
- margin-left: 4px;
30814
- }
30815
- .E_phljevk .pagination-right {
30816
- display: flex;
30817
- align-items: center;
30818
- color: #0080ff;
30819
- font-weight: bold;
30820
- }
30821
- .E_phljevk .pagination-right .icon-inner {
30822
- margin-left: 4px;
30823
- }
30824
- .E_phljevk .pagination-right .prev-btn,
30825
- .E_phljevk .pagination-right .next-btn {
30826
- padding: 0 8px;
30827
- }
30828
- .E_phljevk .pagination-right .prev-btn > span,
30829
- .E_phljevk .pagination-right .next-btn > span {
30830
- color: #0080ff;
30831
- }
30832
- .E_phljevk .pagination-right .next-btn .icon-inner {
30833
- transform: rotate(180deg);
30834
- }
30835
-
30836
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30837
- max-height: calc(100vh - 128px);
30838
- overflow-y: auto;
30839
- }
30840
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30841
- padding: 4px 20px;
30842
- font-size: 12px;
30843
- line-height: 18px;
30844
- }
30845
-
30846
- .E_tju3gfj .date {
30847
- margin-right: 4px;
30848
- }
30849
-
30850
- .E_t1m2x205 .ant-tooltip-arrow {
30851
- display: none;
30852
- }
30853
- .E_t1m2x205 .ant-tooltip-inner {
30854
- background: rgba(23, 38, 64, 0.8);
30855
- border-radius: 4px;
30856
- }
30857
-
30858
- .E_ivqqkzv {
30859
- height: 24px;
30860
- width: 56px !important;
30861
- margin-right: 4px;
30862
- }
30863
-
30864
- .E_c1wk4q29 {
30865
- color: rgba(44, 56, 82, 0.6);
30866
- }
30867
-
30868
- .E_iq1gosr {
30869
- display: inline-block;
30870
- }
30871
-
30872
- .E_sx1bpnu .ant-input-sm {
30873
- line-height: 18px;
30874
- }
30875
-
30876
- .E_rapgekc.ant-radio-wrapper {
30877
- display: inline-flex;
30878
- align-items: baseline;
30879
- white-space: pre-wrap;
30880
- }
30881
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30882
- position: relative;
30883
- top: 3px;
30772
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30773
+ position: relative;
30774
+ top: 3px;
30884
30775
  }
30885
30776
  .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30886
30777
  border-color: rgba(107, 128, 167, 0.6);
@@ -31019,121 +30910,212 @@ button.E_n7k2c6r {
31019
30910
  width: 36px;
31020
30911
  }
31021
30912
 
31022
- .E_s1dni7lo {
31023
- width: 430px !important;
31024
- }
31025
-
31026
- .E_d1wwmmm5 .ant-select-item-group {
31027
- padding: 8px 16px;
30913
+ .E_sx1bpnu .ant-input-sm {
31028
30914
  line-height: 18px;
31029
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31030
- height: 34px;
31031
- min-height: 34px;
31032
- box-sizing: border-box;
31033
- margin-top: 8px;
31034
30915
  }
31035
30916
 
31036
- .E_o1ugr09p {
30917
+ .E_phljevk {
31037
30918
  display: flex;
31038
- flex-direction: column;
31039
- margin: 1px 8px;
31040
- padding: 8px;
31041
- border-radius: 4px;
30919
+ justify-content: space-between;
30920
+ align-items: center;
30921
+ padding: 10px 0;
30922
+ color: rgba(44, 56, 82, 0.6);
30923
+ font-size: 12px;
30924
+ line-height: 24px;
31042
30925
  }
31043
- .E_o1ugr09p .selected-icon {
31044
- display: none;
30926
+ .E_phljevk .pagination-left {
30927
+ padding: 2px 8px;
31045
30928
  }
31046
- .E_o1ugr09p.ant-select-item-option-grouped {
31047
- padding-left: 8px;
30929
+ .E_phljevk .dropdown-trigger {
30930
+ display: flex;
30931
+ align-items: center;
30932
+ border-radius: 6px;
30933
+ cursor: pointer;
30934
+ transition: all 0.3s ease;
31048
30935
  }
31049
- .E_o1ugr09p.ant-select-item-option-selected {
31050
- background-color: white;
30936
+ .E_phljevk .dropdown-trigger:hover {
30937
+ background: rgba(211, 218, 235, 0.6);
30938
+ color: #0080ff;
31051
30939
  }
31052
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30940
+ .E_phljevk .dropdown-trigger .icon-inner {
30941
+ margin-left: 4px;
30942
+ }
30943
+ .E_phljevk .pagination-right {
30944
+ display: flex;
30945
+ align-items: center;
31053
30946
  color: #0080ff;
30947
+ font-weight: bold;
31054
30948
  }
31055
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31056
- display: block;
30949
+ .E_phljevk .pagination-right .icon-inner {
30950
+ margin-left: 4px;
31057
30951
  }
31058
- .E_o1ugr09p.ant-select-item-option-active {
31059
- background: rgba(0, 136, 255, 0.16);
30952
+ .E_phljevk .pagination-right .prev-btn,
30953
+ .E_phljevk .pagination-right .next-btn {
30954
+ padding: 0 8px;
31060
30955
  }
31061
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30956
+ .E_phljevk .pagination-right .prev-btn > span,
30957
+ .E_phljevk .pagination-right .next-btn > span {
31062
30958
  color: #0080ff;
31063
30959
  }
31064
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31065
- background: rgba(0, 136, 255, 0.1);
31066
- color: #0080ff;
30960
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30961
+ transform: rotate(180deg);
31067
30962
  }
31068
30963
 
31069
- .E_o1ifxsq4 {
31070
- display: flex;
31071
- justify-content: space-between;
31072
- height: 20px;
31073
- line-height: 20px;
30964
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30965
+ max-height: calc(100vh - 128px);
30966
+ overflow-y: auto;
31074
30967
  }
31075
- .E_o1ifxsq4 .timezone-title {
31076
- color: #2d3a56;
31077
- overflow: hidden;
31078
- text-overflow: ellipsis;
30968
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30969
+ padding: 4px 20px;
30970
+ font-size: 12px;
30971
+ line-height: 18px;
31079
30972
  }
31080
30973
 
31081
- .E_o1zue7 {
30974
+ .E_itxley7.ant-input-group.ant-input-group-compact {
31082
30975
  display: flex;
31083
- justify-content: space-between;
31084
- color: rgba(44, 56, 82, 0.6);
31085
- height: 18px;
31086
- line-height: 18px;
31087
- margin-top: 2px;
31088
30976
  }
31089
30977
 
31090
- .E_tyfmlxg {
31091
- border: none;
31092
- margin-right: 0;
31093
- background: rgba(225, 230, 241, 0.6);
30978
+ .E_ivqqkzv {
30979
+ height: 24px;
30980
+ width: 56px !important;
30981
+ margin-right: 4px;
31094
30982
  }
31095
30983
 
31096
- .E_o18uybox {
31097
- pointer-events: none;
31098
- height: 32px;
31099
- width: 100%;
31100
- opacity: 0;
30984
+ .E_c1wk4q29 {
30985
+ color: rgba(44, 56, 82, 0.6);
31101
30986
  }
31102
30987
 
31103
- .E_s1dizucg.ant-switch {
31104
- min-width: 40px;
31105
- height: 24px;
31106
- background: rgba(172, 186, 211, 0.6);
30988
+ .E_c1bus5hc {
30989
+ --color: white;
30990
+ height: 14px;
30991
+ width: 14px;
30992
+ border-radius: 50%;
30993
+ flex-shrink: 0;
30994
+ display: flex;
30995
+ align-items: center;
30996
+ justify-content: center;
30997
+ border: 1px solid var(--color);
30998
+ }
30999
+ .E_c1bus5hc .circle-inner {
31000
+ position: relative;
31001
+ height: 10px;
31002
+ width: 10px;
31003
+ border-radius: 50%;
31107
31004
  overflow: hidden;
31108
31005
  }
31109
- .E_s1dizucg.ant-switch:focus {
31110
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31006
+ .E_c1bus5hc .circle-content {
31007
+ position: absolute;
31008
+ height: 100%;
31009
+ width: 100%;
31010
+ left: 0;
31011
+ top: 0;
31012
+ border-radius: 50%;
31013
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31014
+ transform: rotate(180deg);
31111
31015
  }
31112
- .E_s1dizucg.ant-switch-small {
31113
- min-width: 26px;
31114
- height: 16px;
31016
+ .E_c1bus5hc .circle-child {
31017
+ position: absolute;
31018
+ height: 100%;
31019
+ width: 100%;
31020
+ left: 0;
31021
+ top: 0;
31022
+ margin-left: 50%;
31023
+ transform-origin: left;
31024
+ background: white;
31025
+ transform: rotate(0deg);
31115
31026
  }
31116
- .E_s1dizucg.ant-switch-large {
31117
- min-width: 52px;
31118
- height: 32px;
31027
+
31028
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
31029
+ border-radius: 6px;
31119
31030
  }
31120
- .E_s1dizucg.ant-switch .ant-switch-handle {
31121
- height: 20px;
31122
- width: 20px;
31031
+ .E_s177mls5.ant-select.ant-select-single {
31032
+ width: 100%;
31033
+ color: #2d3a56;
31034
+ border-color: rgba(211, 218, 235, 0.6);
31035
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31036
+ font-size: 13px;
31123
31037
  }
31124
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31125
- border-radius: 10px;
31126
- transition-delay: 120ms;
31038
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
31039
+ height: 30px;
31127
31040
  }
31128
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31129
- height: 14px;
31130
- width: 14px;
31131
- top: 1px;
31132
- left: 1px;
31041
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31042
+ height: 38px;
31043
+ font-size: 13px;
31133
31044
  }
31134
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31135
- height: 28px;
31136
- width: 28px;
31045
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31046
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31047
+ transition: 160ms ease;
31048
+ }
31049
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31050
+ color: #0080ff;
31051
+ }
31052
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31053
+ border-color: rgba(107, 128, 167, 0.6);
31054
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31055
+ }
31056
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31057
+ color: #0080ff;
31058
+ }
31059
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31060
+ border-color: #0080ff;
31061
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31062
+ }
31063
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31064
+ transform: rotate(180deg);
31065
+ }
31066
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31067
+ background: rgba(211, 218, 235, 0.6);
31068
+ border-color: rgba(172, 186, 211, 0.6);
31069
+ cursor: "not-allowed";
31070
+ }
31071
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31072
+ border-color: #f0483e !important;
31073
+ }
31074
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31075
+ color: #1d326c;
31076
+ }
31077
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31078
+ border-color: #0080ff;
31079
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31080
+ }
31081
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31082
+ transform: rotate(180deg);
31083
+ }
31084
+
31085
+ .E_s1dizucg.ant-switch {
31086
+ min-width: 40px;
31087
+ height: 24px;
31088
+ background: rgba(172, 186, 211, 0.6);
31089
+ overflow: hidden;
31090
+ }
31091
+ .E_s1dizucg.ant-switch:focus {
31092
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31093
+ }
31094
+ .E_s1dizucg.ant-switch-small {
31095
+ min-width: 26px;
31096
+ height: 16px;
31097
+ }
31098
+ .E_s1dizucg.ant-switch-large {
31099
+ min-width: 52px;
31100
+ height: 32px;
31101
+ }
31102
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31103
+ height: 20px;
31104
+ width: 20px;
31105
+ }
31106
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31107
+ border-radius: 10px;
31108
+ transition-delay: 120ms;
31109
+ }
31110
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31111
+ height: 14px;
31112
+ width: 14px;
31113
+ top: 1px;
31114
+ left: 1px;
31115
+ }
31116
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31117
+ height: 28px;
31118
+ width: 28px;
31137
31119
  }
31138
31120
  .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31139
31121
  border-radius: 14px;
@@ -31155,26 +31137,101 @@ button.E_n7k2c6r {
31155
31137
  margin-left: 5px;
31156
31138
  }
31157
31139
 
31158
- .E_ccrbeuz .ant-collapse-item {
31159
- border: 0px;
31160
- background-color: #fff;
31140
+ .E_s1dni7lo {
31141
+ width: 430px !important;
31161
31142
  }
31162
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31163
- padding-top: 0px;
31164
- padding-bottom: 0px;
31165
- padding-left: 0px !important;
31166
- padding-right: 24px;
31143
+
31144
+ .E_d1wwmmm5 .ant-select-item-group {
31145
+ padding: 8px 16px;
31146
+ line-height: 18px;
31147
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31148
+ height: 34px;
31149
+ min-height: 34px;
31150
+ box-sizing: border-box;
31151
+ margin-top: 8px;
31167
31152
  }
31168
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31169
- right: 0px;
31153
+
31154
+ .E_o1ugr09p {
31155
+ display: flex;
31156
+ flex-direction: column;
31157
+ margin: 1px 8px;
31158
+ padding: 8px;
31159
+ border-radius: 4px;
31170
31160
  }
31171
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31172
- padding: 0px;
31161
+ .E_o1ugr09p .selected-icon {
31162
+ display: none;
31163
+ }
31164
+ .E_o1ugr09p.ant-select-item-option-grouped {
31165
+ padding-left: 8px;
31166
+ }
31167
+ .E_o1ugr09p.ant-select-item-option-selected {
31168
+ background-color: white;
31169
+ }
31170
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31171
+ color: #0080ff;
31172
+ }
31173
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31174
+ display: block;
31175
+ }
31176
+ .E_o1ugr09p.ant-select-item-option-active {
31177
+ background: rgba(0, 136, 255, 0.16);
31178
+ }
31179
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31180
+ color: #0080ff;
31181
+ }
31182
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31183
+ background: rgba(0, 136, 255, 0.1);
31184
+ color: #0080ff;
31173
31185
  }
31174
31186
 
31175
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31176
- padding-right: 0px;
31177
- cursor: default;
31187
+ .E_o1ifxsq4 {
31188
+ display: flex;
31189
+ justify-content: space-between;
31190
+ height: 20px;
31191
+ line-height: 20px;
31192
+ }
31193
+ .E_o1ifxsq4 .timezone-title {
31194
+ color: #2d3a56;
31195
+ overflow: hidden;
31196
+ text-overflow: ellipsis;
31197
+ }
31198
+
31199
+ .E_o1zue7 {
31200
+ display: flex;
31201
+ justify-content: space-between;
31202
+ color: rgba(44, 56, 82, 0.6);
31203
+ height: 18px;
31204
+ line-height: 18px;
31205
+ margin-top: 2px;
31206
+ }
31207
+
31208
+ .E_tyfmlxg {
31209
+ border: none;
31210
+ margin-right: 0;
31211
+ background: rgba(225, 230, 241, 0.6);
31212
+ }
31213
+
31214
+ .E_o18uybox {
31215
+ pointer-events: none;
31216
+ height: 32px;
31217
+ width: 100%;
31218
+ opacity: 0;
31219
+ }
31220
+
31221
+ .E_tju3gfj .date {
31222
+ margin-right: 4px;
31223
+ }
31224
+
31225
+ .E_iq1gosr {
31226
+ display: inline-block;
31227
+ }
31228
+
31229
+ .E_t1m2x205 .ant-tooltip-arrow {
31230
+ display: none;
31231
+ }
31232
+ .E_t1m2x205 .ant-tooltip-inner {
31233
+ background: rgba(23, 38, 64, 0.8);
31234
+ border-radius: 4px;
31178
31235
  }
31179
31236
 
31180
31237
  .E_s1sck0th {
@@ -31259,78 +31316,6 @@ button.E_n7k2c6r {
31259
31316
  background-color: #7E41FF;
31260
31317
  }
31261
31318
 
31262
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
31263
- border-radius: 6px;
31264
- }
31265
- .E_s177mls5.ant-select.ant-select-single {
31266
- width: 100%;
31267
- color: #2d3a56;
31268
- border-color: rgba(211, 218, 235, 0.6);
31269
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31270
- font-size: 13px;
31271
- }
31272
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
31273
- height: 30px;
31274
- }
31275
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
31276
- height: 38px;
31277
- font-size: 13px;
31278
- }
31279
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
31280
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31281
- transition: 160ms ease;
31282
- }
31283
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
31284
- color: #0080ff;
31285
- }
31286
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
31287
- border-color: rgba(107, 128, 167, 0.6);
31288
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31289
- }
31290
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31291
- color: #0080ff;
31292
- }
31293
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
31294
- border-color: #0080ff;
31295
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31296
- }
31297
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31298
- transform: rotate(180deg);
31299
- }
31300
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31301
- background: rgba(211, 218, 235, 0.6);
31302
- border-color: rgba(172, 186, 211, 0.6);
31303
- cursor: "not-allowed";
31304
- }
31305
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31306
- border-color: #f0483e !important;
31307
- }
31308
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
31309
- color: #1d326c;
31310
- }
31311
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
31312
- border-color: #0080ff;
31313
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31314
- }
31315
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31316
- transform: rotate(180deg);
31317
- }
31318
-
31319
- .E_fzh9mnb {
31320
- width: 100%;
31321
- height: 100%;
31322
- min-height: 124px;
31323
- display: flex;
31324
- flex-direction: column;
31325
- justify-content: center;
31326
- align-items: center;
31327
- }
31328
- .E_fzh9mnb .error-text {
31329
- color: rgba(10, 37, 85, 0.6);
31330
- margin-bottom: 16px;
31331
- font-size: 18px;
31332
- }
31333
-
31334
31319
  .E_f7pxqmh {
31335
31320
  width: 100%;
31336
31321
  margin-bottom: 0 !important;
@@ -31365,35 +31350,50 @@ button.E_n7k2c6r {
31365
31350
  min-height: 0px;
31366
31351
  }
31367
31352
 
31368
- .E_a1wfy30z .ant-input-number-handler-wrap {
31369
- display: var(--a1wfy30z-0);
31370
- }
31371
- .E_a1wfy30z .ant-input-number-input-wrap {
31372
- padding: 4px 11px;
31373
- display: inline-flex;
31374
- line-height: 1.5715;
31375
- height: inherit;
31376
- }
31377
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31378
- content: var(--a1wfy30z-1);
31379
- display: var(--a1wfy30z-2);
31380
- flex: none;
31353
+ .E_fzh9mnb {
31354
+ width: 100%;
31355
+ height: 100%;
31356
+ min-height: 124px;
31357
+ display: flex;
31358
+ flex-direction: column;
31359
+ justify-content: center;
31381
31360
  align-items: center;
31382
- margin-left: 4px;
31383
31361
  }
31384
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31385
- content: var(--a1wfy30z-3);
31386
- display: var(--a1wfy30z-4);
31387
- flex: none;
31362
+ .E_fzh9mnb .error-text {
31363
+ color: rgba(10, 37, 85, 0.6);
31364
+ margin-bottom: 16px;
31365
+ font-size: 18px;
31366
+ }
31367
+
31368
+ .E_i1inqkme {
31369
+ height: 18px;
31370
+ line-height: 18px;
31371
+ padding: 0 4px;
31372
+ border-radius: 4px;
31373
+ background: rgba(235, 239, 245, 0.6);
31374
+ border: 1px solid rgba(223, 228, 235, 0.6);
31375
+ display: flex;
31388
31376
  align-items: center;
31377
+ white-space: nowrap;
31389
31378
  margin-right: 4px;
31390
- cursor: auto;
31391
31379
  }
31392
- .E_a1wfy30z .ant-input-number-input {
31393
- padding: 0;
31394
- margin: 0;
31395
- height: auto;
31396
- font-size: inherit;
31380
+
31381
+ .E_iouxfgt {
31382
+ display: inline-flex;
31383
+ align-items: center;
31384
+ }
31385
+ .E_iouxfgt .icon-inner {
31386
+ display: inline-flex;
31387
+ align-items: center;
31388
+ justify-content: center;
31389
+ }
31390
+ .E_iouxfgt .icon-inner + span,
31391
+ .E_iouxfgt span + .icon-inner.suffix {
31392
+ margin-left: 4px;
31393
+ }
31394
+ .E_iouxfgt.is-rotate img,
31395
+ .E_iouxfgt.is-rotate svg {
31396
+ animation: rotate 680ms linear infinite;
31397
31397
  }
31398
31398
 
31399
31399
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -31456,35 +31456,42 @@ button.E_n7k2c6r {
31456
31456
  padding: 2px 8px;
31457
31457
  }
31458
31458
 
31459
- .E_i1inqkme {
31460
- height: 18px;
31461
- line-height: 18px;
31462
- padding: 0 4px;
31463
- border-radius: 4px;
31464
- background: rgba(235, 239, 245, 0.6);
31465
- border: 1px solid rgba(223, 228, 235, 0.6);
31466
- display: flex;
31467
- align-items: center;
31468
- white-space: nowrap;
31469
- margin-right: 4px;
31459
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31460
+ display: var(--a1wfy30z-0);
31470
31461
  }
31471
-
31472
- .E_iouxfgt {
31462
+ .E_a1wfy30z .ant-input-number-input-wrap {
31463
+ padding: 4px 11px;
31473
31464
  display: inline-flex;
31465
+ line-height: 1.5715;
31466
+ height: inherit;
31467
+ }
31468
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31469
+ content: var(--a1wfy30z-1);
31470
+ display: var(--a1wfy30z-2);
31471
+ flex: none;
31474
31472
  align-items: center;
31473
+ margin-left: 4px;
31475
31474
  }
31476
- .E_iouxfgt .icon-inner {
31477
- display: inline-flex;
31475
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31476
+ content: var(--a1wfy30z-3);
31477
+ display: var(--a1wfy30z-4);
31478
+ flex: none;
31478
31479
  align-items: center;
31479
- justify-content: center;
31480
+ margin-right: 4px;
31481
+ cursor: auto;
31480
31482
  }
31481
- .E_iouxfgt .icon-inner + span,
31482
- .E_iouxfgt span + .icon-inner.suffix {
31483
- margin-left: 4px;
31483
+ .E_a1wfy30z .ant-input-number-input {
31484
+ padding: 0;
31485
+ margin: 0;
31486
+ height: auto;
31487
+ font-size: inherit;
31484
31488
  }
31485
- .E_iouxfgt.is-rotate img,
31486
- .E_iouxfgt.is-rotate svg {
31487
- animation: rotate 680ms linear infinite;
31489
+
31490
+ .E_atcz0kf .ant-input-suffix {
31491
+ margin-left: 8px;
31492
+ }
31493
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31494
+ padding: 2px 7px 2px 12px;
31488
31495
  }
31489
31496
 
31490
31497
  .E_owd0kml {
@@ -31496,1171 +31503,1164 @@ button.E_n7k2c6r {
31496
31503
  position: absolute;
31497
31504
  }
31498
31505
 
31499
- .E_atcz0kf .ant-input-suffix {
31500
- margin-left: 8px;
31501
- }
31502
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31503
- padding: 2px 7px 2px 12px;
31506
+ .E_cnujxq2 {
31507
+ display: flex;
31508
+ flex-direction: column;
31504
31509
  }
31505
31510
 
31506
- .E_dsnbhzf {
31507
- font-family: Inter;
31508
- font-style: normal;
31509
- font-weight: bold;
31510
- font-size: 32px;
31511
- line-height: 40px;
31511
+ .E_m7s48ia {
31512
+ max-width: 1120px;
31513
+ width: 100%;
31514
+ margin: 0 auto;
31515
+ height: 100%;
31512
31516
  }
31513
31517
 
31514
- .E_d1mvo22k {
31515
- font-family: Inter;
31516
- font-style: normal;
31517
- font-weight: bold;
31518
- font-size: 24px;
31519
- line-height: 32px;
31518
+ .E_wt5zbg6 {
31519
+ max-width: 1120px;
31520
+ width: 100%;
31521
+ margin: 0 auto;
31522
+ display: flex;
31520
31523
  }
31521
-
31522
- .E_d1b444tr {
31523
- font-family: Inter;
31524
- font-style: normal;
31525
- font-weight: normal;
31526
- font-size: 32px;
31527
- line-height: 40px;
31524
+ .E_wt5zbg6 .left,
31525
+ .E_wt5zbg6 .right {
31526
+ flex-grow: 0;
31527
+ flex-shrink: 0;
31528
+ flex-basis: 21%;
31528
31529
  }
31529
-
31530
- .E_dvs0kue {
31531
- font-family: Inter;
31532
- font-style: normal;
31533
- font-weight: bold;
31534
- font-size: 20px;
31535
- line-height: 24px;
31530
+ .E_wt5zbg6 .left {
31531
+ display: flex;
31532
+ justify-content: flex-end;
31533
+ padding-right: 44px;
31536
31534
  }
31537
-
31538
- .E_d1hcbfcq {
31539
- font-family: Inter;
31540
- font-style: normal;
31541
- font-weight: normal;
31542
- font-size: 20px;
31543
- line-height: 24px;
31535
+ .E_wt5zbg6 .right {
31536
+ padding-left: 44px;
31544
31537
  }
31545
-
31546
- .E_d1cz922v {
31547
- font-family: Inter;
31548
- font-style: normal;
31549
- font-weight: bold;
31550
- font-size: 18px;
31551
- line-height: 22px;
31538
+ .E_wt5zbg6 .middle {
31539
+ margin-bottom: 40px;
31540
+ flex-grow: 0;
31541
+ flex-shrink: 0;
31542
+ flex-basis: 58%;
31552
31543
  }
31553
-
31554
- .E_d3nzbrm {
31555
- font-family: Inter;
31556
- font-style: normal;
31557
- font-weight: normal;
31558
- font-size: 18px;
31559
- line-height: 22px;
31544
+ .E_wt5zbg6 .middle .form-base-field {
31545
+ width: 100%;
31560
31546
  }
31561
-
31562
- .E_h1g0p5ob {
31563
- font-family: Inter;
31564
- font-style: normal;
31565
- font-weight: bold;
31566
- font-size: 16px;
31567
- line-height: 22px;
31547
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31548
+ width: auto;
31568
31549
  }
31569
31550
 
31570
- .E_hydo2ej {
31571
- font-family: Inter;
31572
- font-style: normal;
31573
- font-weight: normal;
31574
- font-size: 16px;
31575
- line-height: 22px;
31551
+ .E_h18jprzg .ant-modal-header {
31552
+ margin: 0 auto;
31553
+ width: 100%;
31554
+ max-width: 648px;
31576
31555
  }
31577
-
31578
- .E_h1hbuq0r {
31579
- font-family: Inter;
31580
- font-style: normal;
31581
- font-weight: bold;
31582
- font-size: 14px;
31583
- line-height: 20px;
31556
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31557
+ margin-left: 0;
31584
31558
  }
31585
-
31586
- .E_h13bondg {
31587
- font-family: Inter;
31588
- font-style: normal;
31589
- font-weight: normal;
31590
- font-size: 14px;
31591
- line-height: 20px;
31559
+ .E_h18jprzg .ant-modal-body {
31560
+ margin: 0 auto;
31561
+ padding: 0;
31562
+ width: 100%;
31563
+ max-width: 648px;
31564
+ overflow: hidden;
31592
31565
  }
31593
-
31594
- .E_h1mhvdlx {
31595
- font-family: Inter;
31596
- font-style: normal;
31597
- font-weight: bold;
31598
- font-size: 12px;
31599
- line-height: 18px;
31566
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31567
+ margin-bottom: 40px;
31600
31568
  }
31601
-
31602
- .E_h1inmfq6 {
31603
- font-family: Inter;
31604
- font-style: normal;
31605
- font-weight: normal;
31606
- font-size: 12px;
31607
- line-height: 18px;
31569
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31570
+ height: calc(100vh - 225px);
31571
+ overflow-y: auto;
31572
+ }
31573
+ .E_h18jprzg .ant-modal-footer .footer-content {
31574
+ margin: 0 auto;
31575
+ max-width: 648px;
31608
31576
  }
31609
31577
 
31610
- .E_h1kfc0la {
31611
- font-family: Inter;
31612
- font-style: normal;
31613
- font-weight: bold;
31614
- text-transform: uppercase;
31615
- font-feature-settings: "cpsp" on;
31616
- font-size: 12px;
31617
- line-height: 18px;
31578
+ .E_h16z9xgz .ant-modal-header {
31579
+ margin: 0 auto;
31580
+ width: 100%;
31581
+ max-width: 1024px;
31618
31582
  }
31619
-
31620
- .E_h10xnyuu {
31621
- font-family: Inter;
31622
- font-style: normal;
31623
- font-weight: normal;
31624
- text-transform: uppercase;
31625
- font-feature-settings: "cpsp" on;
31626
- font-size: 12px;
31627
- line-height: 18px;
31583
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
31584
+ margin-left: 0;
31628
31585
  }
31629
-
31630
- .E_lrcmi0v {
31631
- font-family: Inter;
31632
- font-style: normal;
31633
- font-weight: normal;
31634
- font-size: 16px;
31635
- line-height: 24px;
31586
+ .E_h16z9xgz .ant-modal-body {
31587
+ margin: 0 auto;
31588
+ padding: 0;
31589
+ width: 100%;
31590
+ max-width: 1024px;
31591
+ overflow: hidden;
31636
31592
  }
31637
-
31638
- .E_lzt43lp {
31639
- font-family: Inter;
31640
- font-style: normal;
31641
- font-weight: bold;
31642
- font-size: 16px;
31643
- line-height: 24px;
31593
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31594
+ margin-bottom: 40px;
31644
31595
  }
31645
-
31646
- .E_l5yc9nt {
31647
- font-family: Inter;
31648
- font-style: normal;
31649
- font-weight: normal;
31650
- font-size: 16px;
31651
- line-height: 24px;
31596
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31597
+ height: calc(100vh - 225px);
31598
+ overflow-y: auto;
31652
31599
  }
31653
-
31654
- .E_l1fbkbzo {
31655
- font-family: Inter;
31656
- font-style: normal;
31657
- font-weight: bold;
31658
- font-size: 16px;
31659
- line-height: 24px;
31600
+ .E_h16z9xgz .ant-modal-footer .footer-content {
31601
+ margin: 0 auto;
31602
+ max-width: 1024px;
31660
31603
  }
31661
31604
 
31662
- .E_lahvcax {
31663
- font-family: Inter;
31664
- font-style: normal;
31665
- font-weight: normal;
31666
- text-transform: uppercase;
31667
- font-feature-settings: "cpsp" on;
31668
- font-size: 16px;
31669
- line-height: 24px;
31605
+ .E_f1lrhghm {
31606
+ flex: 1;
31670
31607
  }
31671
-
31672
- .E_l11q3pxd {
31673
- font-family: Inter;
31674
- font-style: normal;
31675
- font-weight: bold;
31676
- text-transform: uppercase;
31677
- font-feature-settings: "cpsp" on;
31678
- font-size: 16px;
31679
- line-height: 24px;
31608
+ .E_f1lrhghm label {
31609
+ font-size: 13px;
31610
+ line-height: 20px;
31611
+ color: rgba(44, 56, 82, 0.6);
31680
31612
  }
31681
-
31682
- .E_lfuc2qu {
31683
- font-family: Inter;
31684
- font-style: normal;
31685
- font-weight: normal;
31613
+ .E_f1lrhghm .title {
31686
31614
  font-size: 14px;
31687
- line-height: 22px;
31615
+ line-height: 20px;
31616
+ color: #2d3a56;
31617
+ margin-bottom: 12px;
31688
31618
  }
31689
-
31690
- .E_l1jmp8r0 {
31691
- font-family: Inter;
31692
- font-style: normal;
31693
- font-weight: 500;
31694
- font-size: 14px;
31695
- line-height: 22px;
31619
+ .E_f1lrhghm.connect-cluster .title {
31620
+ padding-bottom: 26px;
31696
31621
  }
31697
31622
 
31698
- .E_lcnm221 {
31699
- font-family: Inter;
31700
- font-style: normal;
31701
- font-weight: bold;
31702
- font-size: 14px;
31703
- line-height: 22px;
31623
+ .E_f18ot8em {
31624
+ padding: 25px 0 15px 0;
31625
+ border-bottom: 1px solid #e1e5eb;
31626
+ margin-bottom: 16px;
31704
31627
  }
31705
31628
 
31706
- .E_lu1z2n5 {
31707
- font-family: Inter;
31708
- font-style: normal;
31709
- font-weight: normal;
31710
- font-size: 14px;
31711
- line-height: 22px;
31629
+ .E_f1l1g2k0 {
31630
+ display: flex;
31631
+ align-items: center;
31632
+ margin-bottom: 8px;
31633
+ }
31634
+ .E_f1l1g2k0 > label {
31635
+ width: 216px;
31636
+ }
31637
+ .E_f1l1g2k0 > label + * {
31638
+ width: 100%;
31639
+ }
31640
+ .E_f1l1g2k0 .ant-select {
31641
+ width: 100%;
31712
31642
  }
31713
31643
 
31714
- .E_l1r59djn {
31715
- font-family: Inter;
31716
- font-style: normal;
31717
- font-weight: bold;
31718
- font-size: 14px;
31719
- line-height: 22px;
31644
+ .E_e1k89cwg {
31645
+ color: #e75a3a;
31646
+ margin-right: 10px;
31720
31647
  }
31721
31648
 
31722
- .E_ljm2911 {
31723
- font-family: Inter;
31724
- font-style: normal;
31725
- font-weight: normal;
31726
- text-transform: uppercase;
31727
- font-feature-settings: "cpsp" on;
31728
- font-size: 14px;
31729
- line-height: 22px;
31649
+ .E_d1oui1gf {
31650
+ width: 100%;
31651
+ height: 1px;
31652
+ background: rgba(213, 219, 227, 0.6);
31653
+ margin: 24px 0;
31730
31654
  }
31731
31655
 
31732
- .E_l124mzmr {
31733
- font-family: Inter;
31734
- font-style: normal;
31735
- font-weight: bold;
31736
- text-transform: uppercase;
31737
- font-feature-settings: "cpsp" on;
31738
- font-size: 14px;
31739
- line-height: 22px;
31656
+ .E_l15itdbb {
31657
+ display: flex;
31658
+ justify-content: center;
31659
+ align-items: center;
31660
+ height: 100%;
31740
31661
  }
31741
31662
 
31742
- .E_lb3chel {
31743
- font-family: Inter;
31744
- font-style: normal;
31745
- font-weight: normal;
31746
- font-size: 13px;
31747
- line-height: 20px;
31663
+ .E_d1y3z4w {
31664
+ display: inline-block;
31665
+ width: 4px;
31666
+ height: 4px;
31667
+ background: #8e9aa9;
31668
+ opacity: 0.4;
31669
+ border-radius: 50%;
31670
+ margin: 0 4px;
31748
31671
  }
31749
31672
 
31750
- .E_lv9jstu {
31751
- font-family: Inter;
31752
- font-style: normal;
31753
- font-weight: 600;
31754
- font-size: 13px;
31755
- line-height: 20px;
31673
+ .E_m177r7a3 .ant-modal-header,
31674
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31675
+ width: 648px;
31676
+ margin: 0 auto;
31677
+ }
31678
+ .E_m177r7a3 .ant-modal-header {
31679
+ padding: 35px 0 24px;
31680
+ border: none;
31681
+ }
31682
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31683
+ font-size: 30px;
31684
+ }
31685
+ .E_m177r7a3 .ant-modal-body {
31686
+ padding: 4px 0 2px;
31687
+ }
31688
+ .E_m177r7a3 .ant-modal-footer {
31689
+ border: none;
31756
31690
  }
31757
31691
 
31758
- .E_lwqlh3x {
31759
- font-family: Inter;
31760
- font-style: normal;
31692
+ .E_t1wwio3v {
31693
+ font-size: 12px;
31694
+ line-height: 18px;
31761
31695
  font-weight: bold;
31762
- font-size: 13px;
31763
- line-height: 20px;
31696
+ color: #fff;
31697
+ padding: 0 4px;
31698
+ border-radius: 4px;
31699
+ display: inline-block;
31700
+ background: var(--t1wwio3v-0);
31764
31701
  }
31765
-
31766
- .E_lalum9y {
31767
- font-family: Inter;
31768
- font-style: normal;
31769
- font-weight: normal;
31770
- font-size: 13px;
31771
- line-height: 20px;
31702
+ .E_t1wwio3v:not(:first-child) {
31703
+ margin-left: 4px;
31772
31704
  }
31773
31705
 
31774
- .E_l1t6dj5o {
31775
- font-family: Inter;
31776
- font-style: normal;
31777
- font-weight: 600;
31778
- font-size: 13px;
31779
- line-height: 20px;
31706
+ .E_f17jvtfk {
31707
+ width: 100%;
31708
+ height: 100%;
31709
+ display: flex;
31710
+ align-items: center;
31711
+ justify-content: center;
31780
31712
  }
31781
31713
 
31782
- .E_l12f6ic {
31783
- font-family: Inter;
31784
- font-style: normal;
31714
+ .E_nzppkea {
31715
+ font-size: 90%;
31785
31716
  font-weight: bold;
31786
- font-size: 13px;
31787
- line-height: 20px;
31717
+ background-color: rgba(240, 243, 247, 0.6);
31718
+ padding: 1px 4px 1px;
31719
+ margin-left: 2px;
31720
+ margin-right: 2px;
31721
+ border: 1px solid rgba(213, 219, 227, 0.6);
31722
+ border-radius: 4px;
31788
31723
  }
31789
31724
 
31790
- .E_l7gmukq {
31791
- font-family: Inter;
31792
- font-style: normal;
31793
- font-weight: normal;
31794
- text-transform: uppercase;
31795
- font-feature-settings: "cpsp" on;
31725
+ .E_f4mi9eq.form-item-general {
31726
+ width: 640px;
31727
+ }
31728
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31729
+ margin-top: 16px;
31730
+ }
31731
+ .E_f4mi9eq.form-item-compact {
31732
+ width: 412px;
31733
+ }
31734
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31735
+ margin-top: 8px;
31736
+ }
31737
+ .E_f4mi9eq .form-item {
31738
+ width: auto;
31739
+ }
31740
+ .E_f4mi9eq .form-item-main {
31741
+ position: relative;
31742
+ display: flex;
31743
+ }
31744
+ .E_f4mi9eq .form-item-extra {
31745
+ margin-top: 4px;
31746
+ width: 100%;
31747
+ padding: 14px;
31748
+ background: #f2f4f6;
31796
31749
  font-size: 13px;
31797
- line-height: 20px;
31750
+ line-height: 1.8;
31751
+ color: #8e9aa9;
31798
31752
  }
31799
-
31800
- .E_lkwl0yp {
31801
- font-family: Inter;
31802
- font-style: normal;
31803
- font-weight: bold;
31804
- text-transform: uppercase;
31805
- font-feature-settings: "cpsp" on;
31753
+ .E_f4mi9eq .form-item-label {
31754
+ padding-right: 12px;
31806
31755
  font-size: 13px;
31807
- line-height: 20px;
31756
+ color: rgba(44, 56, 82, 0.6);
31808
31757
  }
31809
-
31810
- .E_l10knv48 {
31811
- font-family: Inter;
31812
- font-style: normal;
31813
- font-weight: normal;
31814
- font-size: 12px;
31815
- line-height: 18px;
31758
+ .E_f4mi9eq .form-item-label.label-right {
31759
+ text-align: right;
31816
31760
  }
31817
-
31818
- .E_l6526ld {
31819
- font-family: Inter;
31820
- font-style: normal;
31821
- font-weight: 500;
31822
- font-size: 12px;
31823
- line-height: 18px;
31761
+ .E_f4mi9eq .form-item-label,
31762
+ .E_f4mi9eq .form-item-control {
31763
+ line-height: 32px;
31824
31764
  }
31825
-
31826
- .E_l1j81vli {
31827
- font-family: Inter;
31828
- font-style: normal;
31829
- font-weight: bold;
31830
- font-size: 12px;
31765
+ .E_f4mi9eq .form-item-control .form-item-error {
31831
31766
  line-height: 18px;
31832
31767
  }
31833
-
31834
- .E_l1x7n1mk {
31835
- font-family: Inter;
31836
- font-style: normal;
31837
- font-weight: normal;
31838
- font-size: 12px;
31839
- line-height: 18px;
31768
+ .E_f4mi9eq .form-item-children {
31769
+ width: 100%;
31840
31770
  }
31841
-
31842
- .E_l9fqufz {
31843
- font-family: Inter;
31844
- font-style: normal;
31845
- font-weight: 500;
31846
- font-size: 12px;
31847
- line-height: 18px;
31771
+ .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 {
31772
+ width: 100%;
31848
31773
  }
31849
-
31850
- .E_l1iwnybd {
31851
- font-family: Inter;
31852
- font-style: normal;
31853
- font-weight: bold;
31854
- font-size: 12px;
31855
- line-height: 18px;
31774
+ .E_f4mi9eq .form-item-error {
31775
+ color: #e75a3a;
31776
+ height: 0;
31777
+ overflow: hidden;
31856
31778
  }
31857
-
31858
- .E_lprtm1e {
31859
- font-family: Inter;
31860
- font-style: normal;
31861
- font-weight: normal;
31862
- text-transform: uppercase;
31863
- font-feature-settings: "cpsp" on;
31864
- font-size: 12px;
31865
- line-height: 18px;
31779
+ .E_f4mi9eq .form-item-error-enter-done {
31780
+ margin-top: 4px;
31781
+ height: auto;
31782
+ overflow: auto;
31783
+ }
31784
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31785
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31786
+ border: 1px solid #e75a3a;
31787
+ color: #e75a3a;
31866
31788
  }
31867
31789
 
31868
- .E_l1lln87h {
31869
- font-family: Inter;
31870
- font-style: normal;
31790
+ .E_fh0ewl8 {
31791
+ color: #2d3a56;
31871
31792
  font-weight: bold;
31872
- text-transform: uppercase;
31873
- font-feature-settings: "cpsp" on;
31874
- font-size: 12px;
31875
- line-height: 18px;
31793
+ padding-bottom: 6px;
31794
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31795
+ margin-bottom: 16px;
31796
+ }
31797
+ .E_fh0ewl8:not(:first-of-type) {
31798
+ margin-top: 16px;
31876
31799
  }
31877
31800
 
31878
- .E_f2pb48l {
31879
- font-family: Inter;
31880
- font-style: normal;
31881
- font-weight: normal;
31882
- font-size: 13px;
31883
- line-height: 20px;
31801
+ .E_e1qrlvot {
31802
+ width: 8px;
31803
+ height: 24px;
31804
+ display: flex;
31805
+ justify-content: center;
31806
+ align-items: center;
31807
+ cursor: pointer;
31808
+ transition: all 200ms ease-out 40ms;
31809
+ }
31810
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31811
+ content: "";
31812
+ width: 1px;
31813
+ height: 6px;
31814
+ border-radius: 1px;
31815
+ background: #ccd4e3;
31816
+ position: relative;
31817
+ right: 2px;
31818
+ transform: rotate(-45deg);
31819
+ }
31820
+ .E_e1qrlvot:after {
31821
+ transform: rotate(45deg);
31822
+ left: 1px;
31884
31823
  }
31885
31824
 
31886
- .E_fi9emkw {
31887
- font-family: Inter;
31888
- font-style: normal;
31889
- font-weight: normal;
31890
- font-size: 13px;
31891
- line-height: 20px;
31825
+ .E_w9ic984.ant-alert-warning {
31826
+ border: 0;
31827
+ background: rgba(255, 187, 0, 0.1);
31828
+ border-radius: 6px;
31829
+ }
31830
+ .E_w9ic984.ant-alert,
31831
+ .E_w9ic984 .ant-alert-message {
31832
+ color: #e07f00;
31833
+ }
31834
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31835
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31836
+ border-bottom-color: #e07f00;
31892
31837
  }
31893
31838
 
31894
- .E_f1nrg7da {
31895
- font-family: Inter;
31896
- font-style: normal;
31897
- font-weight: normal;
31839
+ .E_n1k9qi4r {
31840
+ display: flex;
31841
+ flex-direction: row;
31842
+ padding: 7px 12px;
31843
+ background: rgba(255, 187, 0, 0.1);
31844
+ border-radius: 6px;
31845
+ color: #e07f00;
31898
31846
  font-size: 12px;
31899
31847
  line-height: 18px;
31900
31848
  }
31849
+ .E_n1k9qi4r .icon-wrapper {
31850
+ margin-right: 10px;
31851
+ height: 18px;
31852
+ }
31901
31853
 
31902
- .E_f17k1i3n {
31903
- font-family: Inter;
31904
- font-style: normal;
31905
- font-weight: normal;
31854
+ .E_n16fsg9x {
31855
+ display: flex;
31856
+ flex-direction: row;
31857
+ padding: 7px 12px;
31858
+ background: rgba(225, 230, 241, 0.6);
31859
+ border-radius: 6px;
31860
+ color: rgba(44, 56, 82, 0.6);
31906
31861
  font-size: 12px;
31907
31862
  line-height: 18px;
31908
31863
  }
31909
-
31910
- .E_t1tvuj2e {
31911
- font-family: Inter;
31912
- font-style: normal;
31913
- font-weight: normal;
31914
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31915
- font-size: 13px;
31916
- line-height: 20px;
31917
- }
31918
-
31919
- .E_t17uajlu {
31920
- font-family: Inter;
31921
- font-style: normal;
31922
- font-weight: normal;
31923
- font-feature-settings: "zero" on;
31924
- font-size: 13px;
31925
- line-height: 20px;
31864
+ .E_n16fsg9x .icon-wrapper {
31865
+ margin-right: 10px;
31866
+ height: 18px;
31926
31867
  }
31927
31868
 
31928
- .E_t114zbyz {
31929
- font-family: Inter;
31930
- font-style: normal;
31931
- font-weight: normal;
31932
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31869
+ .E_i173wxzw {
31870
+ display: flex;
31871
+ flex-direction: row;
31872
+ padding: 7px 12px;
31873
+ background: rgba(0, 136, 255, 0.1);
31874
+ border-radius: 6px;
31875
+ color: #005ed1;
31933
31876
  font-size: 12px;
31934
31877
  line-height: 18px;
31935
31878
  }
31879
+ .E_i173wxzw .icon-wrapper {
31880
+ margin-right: 10px;
31881
+ height: 18px;
31882
+ }
31936
31883
 
31937
- .E_t1il0kvi {
31938
- font-family: Inter;
31939
- font-style: normal;
31940
- font-weight: 500;
31941
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31884
+ .E_dld369h {
31885
+ color: rgba(44, 56, 82, 0.6);
31886
+ margin-top: 5px;
31942
31887
  font-size: 12px;
31943
31888
  line-height: 18px;
31944
31889
  }
31945
31890
 
31946
- .E_t10dv8p1 {
31947
- font-family: Inter;
31948
- font-style: normal;
31949
- font-weight: normal;
31950
- font-feature-settings: "zero" on;
31891
+ .E_s1epv22q {
31892
+ color: #f0483e;
31951
31893
  font-size: 12px;
31952
- line-height: 18px;
31894
+ white-space: pre-wrap;
31953
31895
  }
31954
31896
 
31955
- .E_tc2oqpq {
31956
- font-family: Inter;
31957
- font-style: normal;
31958
- font-weight: 500;
31959
- font-feature-settings: "zero" on;
31960
- font-size: 12px;
31961
- line-height: 18px;
31962
- }
31963
-
31964
- .E_tzvddmc {
31965
- font-family: Inter;
31966
- font-style: normal;
31967
- font-weight: bold;
31968
- font-feature-settings: "zero" on;
31969
- font-size: 16px;
31970
- line-height: 24px;
31897
+ .E_okus5hk {
31898
+ display: flex;
31899
+ align-items: center;
31900
+ justify-content: flex-end;
31971
31901
  }
31972
-
31973
- .E_u18llj45 {
31974
- font-family: Inter;
31975
- font-style: normal;
31976
- font-weight: normal;
31977
- font-size: 10px;
31978
- line-height: 12px;
31902
+ .E_okus5hk .icon-wrapper {
31903
+ margin-right: 16px;
31979
31904
  }
31980
31905
 
31981
- .E_cnujxq2 {
31982
- display: flex;
31983
- flex-direction: column;
31906
+ .E_t1auuzri {
31907
+ color: rgba(0, 21, 64, 0.3);
31984
31908
  }
31985
31909
 
31986
- .E_m7s48ia {
31987
- max-width: 1120px;
31988
- width: 100%;
31989
- margin: 0 auto;
31990
- height: 100%;
31910
+ .E_i74cfyt.ant-input {
31911
+ padding: 5px 12px;
31912
+ line-height: 20px;
31913
+ color: #2d3a56;
31914
+ border-radius: 6px;
31915
+ border-color: rgba(172, 186, 211, 0.6);
31916
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31991
31917
  }
31992
-
31993
- .E_wt5zbg6 {
31994
- max-width: 1120px;
31995
- width: 100%;
31996
- margin: 0 auto;
31997
- display: flex;
31918
+ .E_i74cfyt.ant-input.ant-input-lg {
31919
+ padding: 8px 16px;
31920
+ line-height: 22px;
31998
31921
  }
31999
- .E_wt5zbg6 .left,
32000
- .E_wt5zbg6 .right {
32001
- flex-grow: 0;
32002
- flex-shrink: 0;
32003
- flex-basis: 21%;
31922
+ .E_i74cfyt.ant-input.ant-input-sm {
31923
+ padding: 2px 8px;
31924
+ line-height: 18px;
32004
31925
  }
32005
- .E_wt5zbg6 .left {
32006
- display: flex;
32007
- justify-content: flex-end;
32008
- padding-right: 44px;
31926
+ .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 {
31927
+ border-color: rgba(107, 128, 167, 0.6);
31928
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31929
+ z-index: 1;
32009
31930
  }
32010
- .E_wt5zbg6 .right {
32011
- padding-left: 44px;
31931
+ .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 {
31932
+ border-color: #0096ff;
31933
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31934
+ z-index: 1;
32012
31935
  }
32013
- .E_wt5zbg6 .middle {
32014
- margin-bottom: 40px;
32015
- flex-grow: 0;
32016
- flex-shrink: 0;
32017
- flex-basis: 58%;
31936
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31937
+ border-color: #e75a3a;
31938
+ color: #e75a3a;
32018
31939
  }
32019
- .E_wt5zbg6 .middle .form-base-field {
32020
- width: 100%;
31940
+ .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 {
31941
+ border-color: #e75a3a;
31942
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32021
31943
  }
32022
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
32023
- width: auto;
31944
+ .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 {
31945
+ border-color: #e75a3a;
31946
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32024
31947
  }
32025
-
32026
- .E_h18jprzg .ant-modal-header {
32027
- margin: 0 auto;
32028
- width: 100%;
32029
- max-width: 648px;
31948
+ .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 {
31949
+ background: rgba(211, 218, 235, 0.6);
31950
+ color: rgba(0, 21, 64, 0.3);
31951
+ border-color: rgba(172, 186, 211, 0.6);
32030
31952
  }
32031
- .E_h18jprzg .ant-modal-header .ant-modal-title {
32032
- margin-left: 0;
31953
+ .E_i74cfyt.ant-input-affix-wrapper {
31954
+ padding: 5px 12px;
31955
+ border-radius: 6px;
31956
+ border-color: rgba(172, 186, 211, 0.6);
31957
+ line-height: 20px;
31958
+ color: #2d3a56;
31959
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32033
31960
  }
32034
- .E_h18jprzg .ant-modal-body {
32035
- margin: 0 auto;
32036
- padding: 0;
32037
- width: 100%;
32038
- max-width: 648px;
32039
- overflow: hidden;
31961
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31962
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31963
+ color: rgba(44, 56, 82, 0.6);
32040
31964
  }
32041
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32042
- margin-bottom: 40px;
31965
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31966
+ padding: 8px 16px;
31967
+ line-height: 22px;
32043
31968
  }
32044
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32045
- height: calc(100vh - 225px);
32046
- overflow-y: auto;
31969
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31970
+ padding: 2px 8px;
31971
+ line-height: 18px;
32047
31972
  }
32048
- .E_h18jprzg .ant-modal-footer .footer-content {
32049
- margin: 0 auto;
32050
- max-width: 648px;
31973
+ .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 {
31974
+ border-color: rgba(107, 128, 167, 0.6);
31975
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32051
31976
  }
32052
-
32053
- .E_h16z9xgz .ant-modal-header {
32054
- margin: 0 auto;
32055
- width: 100%;
32056
- max-width: 1024px;
31977
+ .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 {
31978
+ border-color: #0096ff;
31979
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32057
31980
  }
32058
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
32059
- margin-left: 0;
31981
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31982
+ border-color: #e75a3a;
32060
31983
  }
32061
- .E_h16z9xgz .ant-modal-body {
32062
- margin: 0 auto;
32063
- padding: 0;
32064
- width: 100%;
32065
- max-width: 1024px;
32066
- overflow: hidden;
31984
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31985
+ color: #e75a3a;
32067
31986
  }
32068
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32069
- margin-bottom: 40px;
31987
+ .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 {
31988
+ border-color: #e75a3a;
31989
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32070
31990
  }
32071
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32072
- height: calc(100vh - 225px);
32073
- overflow-y: auto;
31991
+ .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 {
31992
+ border-color: #e75a3a;
31993
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32074
31994
  }
32075
- .E_h16z9xgz .ant-modal-footer .footer-content {
32076
- margin: 0 auto;
32077
- max-width: 1024px;
31995
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31996
+ background: rgba(211, 218, 235, 0.6);
31997
+ color: rgba(0, 21, 64, 0.3);
31998
+ border-color: rgba(172, 186, 211, 0.6);
32078
31999
  }
32079
-
32080
- .E_f1lrhghm {
32081
- flex: 1;
32000
+ textarea.E_i74cfyt.ant-input {
32001
+ transition-property: height;
32002
+ transition-delay: 50ms;
32082
32003
  }
32083
- .E_f1lrhghm label {
32084
- font-size: 13px;
32085
- line-height: 20px;
32086
- color: rgba(44, 56, 82, 0.6);
32004
+ textarea.E_i74cfyt.ant-input.textarea-large {
32005
+ min-height: 40px;
32006
+ height: 40px;
32087
32007
  }
32088
- .E_f1lrhghm .title {
32089
- font-size: 14px;
32090
- line-height: 20px;
32091
- color: #2d3a56;
32092
- margin-bottom: 12px;
32008
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
32009
+ height: 80px;
32093
32010
  }
32094
- .E_f1lrhghm.connect-cluster .title {
32095
- padding-bottom: 26px;
32011
+ textarea.E_i74cfyt.ant-input.textarea-middle {
32012
+ min-height: 32px;
32013
+ height: 32px;
32096
32014
  }
32097
-
32098
- .E_f18ot8em {
32099
- padding: 25px 0 15px 0;
32100
- border-bottom: 1px solid #e1e5eb;
32101
- margin-bottom: 16px;
32015
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32016
+ height: 64px;
32102
32017
  }
32103
-
32104
- .E_f1l1g2k0 {
32105
- display: flex;
32106
- align-items: center;
32107
- margin-bottom: 8px;
32018
+ textarea.E_i74cfyt.ant-input.textarea-small {
32019
+ min-height: 24px;
32020
+ height: 24px;
32108
32021
  }
32109
- .E_f1l1g2k0 > label {
32110
- width: 216px;
32022
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32023
+ height: 40px;
32111
32024
  }
32112
- .E_f1l1g2k0 > label + * {
32113
- width: 100%;
32025
+
32026
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
32027
+ border: 1px solid rgba(213, 219, 227, 0.6);
32028
+ border-radius: 4px;
32114
32029
  }
32115
- .E_f1l1g2k0 .ant-select {
32116
- width: 100%;
32030
+ .E_k1ci6977.input-tags {
32031
+ position: relative;
32032
+ padding: 6px;
32033
+ height: 32px;
32034
+ cursor: pointer;
32035
+ transition: border 150ms;
32117
32036
  }
32118
-
32119
- .E_e1k89cwg {
32120
- color: #e75a3a;
32121
- margin-right: 10px;
32037
+ .E_k1ci6977.input-tags:hover {
32038
+ border-color: #0080ff;
32039
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32122
32040
  }
32123
-
32124
- .E_d1oui1gf {
32125
- width: 100%;
32126
- height: 1px;
32127
- background: rgba(213, 219, 227, 0.6);
32128
- margin: 24px 0;
32041
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32042
+ padding-right: 30px;
32129
32043
  }
32130
-
32131
- .E_l15itdbb {
32044
+ .E_k1ci6977.input-tags .input-tags-inner {
32132
32045
  display: flex;
32133
- justify-content: center;
32134
- align-items: center;
32135
- height: 100%;
32136
32046
  }
32137
-
32138
- .E_d1y3z4w {
32139
- display: inline-block;
32140
- width: 4px;
32141
- height: 4px;
32142
- background: #8e9aa9;
32143
- opacity: 0.4;
32144
- border-radius: 50%;
32145
- margin: 0 4px;
32047
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32048
+ display: flex;
32146
32049
  }
32147
-
32148
- .E_m177r7a3 .ant-modal-header,
32149
- .E_m177r7a3 .ant-modal-footer .footer-content {
32150
- width: 648px;
32151
- margin: 0 auto;
32050
+ .E_k1ci6977.input-tags .input-tag-suffix {
32051
+ position: absolute;
32052
+ right: 12px;
32053
+ top: 50%;
32054
+ transform: translateY(-50%);
32152
32055
  }
32153
- .E_m177r7a3 .ant-modal-header {
32154
- padding: 35px 0 24px;
32155
- border: none;
32056
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32057
+ color: rgba(0, 0, 0, 0.25);
32058
+ font-size: 12px;
32059
+ cursor: pointer;
32156
32060
  }
32157
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
32158
- font-size: 30px;
32061
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32062
+ color: rgba(0, 0, 0, 0.45);
32159
32063
  }
32160
- .E_m177r7a3 .ant-modal-body {
32161
- padding: 4px 0 2px;
32064
+ .E_k1ci6977.has-focus-indicator {
32065
+ position: relative;
32066
+ overflow: hidden;
32162
32067
  }
32163
- .E_m177r7a3 .ant-modal-footer {
32164
- border: none;
32068
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32069
+ position: absolute;
32070
+ top: 50%;
32071
+ transform: translateY(-50%);
32072
+ left: -16px;
32073
+ transition: left 150ms ease;
32074
+ opacity: 0;
32165
32075
  }
32166
-
32167
- .E_t1wwio3v {
32168
- font-size: 12px;
32169
- line-height: 18px;
32170
- font-weight: bold;
32171
- color: #fff;
32172
- padding: 0 4px;
32173
- border-radius: 4px;
32174
- display: inline-block;
32175
- background: var(--t1wwio3v-0);
32076
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32077
+ left: 8px;
32078
+ opacity: 1;
32176
32079
  }
32177
- .E_t1wwio3v:not(:first-child) {
32178
- margin-left: 4px;
32080
+ .E_k1ci6977.has-focus-indicator input {
32081
+ transition: margin-left 150ms ease;
32082
+ margin-left: 0px;
32179
32083
  }
32180
-
32181
- .E_f17jvtfk {
32182
- width: 100%;
32183
- height: 100%;
32184
- display: flex;
32185
- align-items: center;
32186
- justify-content: center;
32084
+ .E_k1ci6977.has-focus-indicator input:focus {
32085
+ margin-left: 16px;
32187
32086
  }
32188
32087
 
32189
- .E_nzppkea {
32190
- font-size: 90%;
32191
- font-weight: bold;
32192
- background-color: rgba(240, 243, 247, 0.6);
32193
- padding: 1px 4px 1px;
32194
- margin-left: 2px;
32195
- margin-right: 2px;
32196
- border: 1px solid rgba(213, 219, 227, 0.6);
32197
- border-radius: 4px;
32088
+ input.E_l1f7td1d.ant-input {
32089
+ border-top-right-radius: 0;
32090
+ border-bottom-right-radius: 0;
32198
32091
  }
32199
32092
 
32200
- .E_f4mi9eq.form-item-general {
32201
- width: 640px;
32093
+ .E_l1f7td1d.ant-input-affix-wrapper {
32094
+ border-top-right-radius: 0;
32095
+ border-bottom-right-radius: 0;
32202
32096
  }
32203
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32204
- margin-top: 16px;
32097
+
32098
+ input.E_rf8rlle.ant-input {
32099
+ border-top-left-radius: 0;
32100
+ border-bottom-left-radius: 0;
32205
32101
  }
32206
- .E_f4mi9eq.form-item-compact {
32207
- width: 412px;
32102
+
32103
+ .E_rf8rlle.ant-input-affix-wrapper {
32104
+ border-top-left-radius: 0;
32105
+ border-bottom-left-radius: 0;
32208
32106
  }
32209
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32210
- margin-top: 8px;
32107
+
32108
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32109
+ border-top-right-radius: 0;
32110
+ border-bottom-right-radius: 0;
32211
32111
  }
32212
- .E_f4mi9eq .form-item {
32213
- width: auto;
32112
+
32113
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32114
+ border-top-left-radius: 0;
32115
+ border-bottom-left-radius: 0;
32214
32116
  }
32215
- .E_f4mi9eq .form-item-main {
32216
- position: relative;
32117
+
32118
+ .E_c3ni091 {
32217
32119
  display: flex;
32120
+ flex-direction: column;
32218
32121
  }
32219
- .E_f4mi9eq .form-item-extra {
32220
- margin-top: 4px;
32221
- width: 100%;
32222
- padding: 14px;
32223
- background: #f2f4f6;
32224
- font-size: 13px;
32225
- line-height: 1.8;
32226
- color: #8e9aa9;
32122
+ .E_c3ni091 .select-wrapper {
32123
+ margin-top: 12px;
32227
32124
  }
32228
- .E_f4mi9eq .form-item-label {
32229
- padding-right: 12px;
32230
- font-size: 13px;
32231
- color: rgba(44, 56, 82, 0.6);
32125
+ .E_c3ni091 .select-wrapper .select {
32126
+ width: 100%;
32232
32127
  }
32233
- .E_f4mi9eq .form-item-label.label-right {
32234
- text-align: right;
32128
+ .E_c3ni091 .radio-wrapper {
32129
+ margin-top: 24px;
32235
32130
  }
32236
- .E_f4mi9eq .form-item-label,
32237
- .E_f4mi9eq .form-item-control {
32238
- line-height: 32px;
32131
+ .E_c3ni091 div.form-item {
32132
+ width: 100%;
32239
32133
  }
32240
- .E_f4mi9eq .form-item-control .form-item-error {
32134
+
32135
+ .E_d105ju2d {
32136
+ font-size: 14px;
32137
+ font-weight: 500;
32138
+ color: #3e4652;
32241
32139
  line-height: 18px;
32242
32140
  }
32243
- .E_f4mi9eq .form-item-children {
32244
- width: 100%;
32245
- }
32246
- .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 {
32247
- width: 100%;
32141
+ .E_d105ju2d + .E_d105ju2d {
32142
+ margin-top: 16px;
32248
32143
  }
32249
- .E_f4mi9eq .form-item-error {
32250
- color: #e75a3a;
32251
- height: 0;
32252
- overflow: hidden;
32144
+ .E_d105ju2d + * {
32145
+ margin-top: 16px;
32253
32146
  }
32254
- .E_f4mi9eq .form-item-error-enter-done {
32255
- margin-top: 4px;
32256
- height: auto;
32257
- overflow: auto;
32147
+
32148
+ .E_lh0l62z.E_d105ju2d {
32149
+ font-size: 12px;
32150
+ color: rgba(44, 56, 82, 0.6);
32151
+ margin-top: 12px;
32258
32152
  }
32259
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32260
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32261
- border: 1px solid #e75a3a;
32262
- color: #e75a3a;
32153
+
32154
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32155
+ line-height: 18px;
32156
+ font-weight: 500;
32157
+ margin-top: 0;
32158
+ white-space: initial;
32263
32159
  }
32264
32160
 
32265
- .E_fh0ewl8 {
32266
- color: #2d3a56;
32267
- font-weight: bold;
32268
- padding-bottom: 6px;
32269
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32270
- margin-bottom: 16px;
32161
+ .E_r1skkc3l {
32162
+ display: block;
32271
32163
  }
32272
- .E_fh0ewl8:not(:first-of-type) {
32273
- margin-top: 16px;
32164
+ .E_r1skkc3l span {
32165
+ font-size: 14px;
32166
+ font-weight: 500;
32167
+ line-height: 32px;
32168
+ color: #3e4652;
32274
32169
  }
32275
32170
 
32276
- .E_e1qrlvot {
32277
- width: 8px;
32278
- height: 24px;
32171
+ .E_c3cobmo {
32172
+ margin-top: 16px;
32173
+ padding: 8px;
32174
+ border-radius: 6px;
32175
+ background: rgba(225, 230, 241, 0.6);
32176
+ color: rgba(44, 56, 82, 0.6);
32177
+ font-size: 12px;
32178
+ }
32179
+ .E_c3cobmo div {
32180
+ line-height: 20px;
32279
32181
  display: flex;
32280
- justify-content: center;
32281
32182
  align-items: center;
32282
- cursor: pointer;
32283
- transition: all 200ms ease-out 40ms;
32284
- }
32285
- .E_e1qrlvot:before, .E_e1qrlvot:after {
32286
- content: "";
32287
- width: 1px;
32288
- height: 6px;
32289
- border-radius: 1px;
32290
- background: #ccd4e3;
32291
- position: relative;
32292
- right: 2px;
32293
- transform: rotate(-45deg);
32183
+ word-break: break-all;
32294
32184
  }
32295
- .E_e1qrlvot:after {
32296
- transform: rotate(45deg);
32297
- left: 1px;
32185
+ .E_c3cobmo .title {
32186
+ font-weight: 700;
32187
+ line-height: 18px;
32188
+ margin: 4px 0;
32298
32189
  }
32299
32190
 
32300
- .E_w9ic984.ant-alert-warning {
32301
- border: 0;
32302
- background: rgba(255, 187, 0, 0.1);
32303
- border-radius: 6px;
32304
- }
32305
- .E_w9ic984.ant-alert,
32306
- .E_w9ic984 .ant-alert-message {
32307
- color: #e07f00;
32191
+ .E_dsnbhzf {
32192
+ font-family: Inter;
32193
+ font-style: normal;
32194
+ font-weight: bold;
32195
+ font-size: 32px;
32196
+ line-height: 40px;
32308
32197
  }
32309
- .E_w9ic984.ant-alert .dashed-border-bottom,
32310
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32311
- border-bottom-color: #e07f00;
32198
+
32199
+ .E_d1mvo22k {
32200
+ font-family: Inter;
32201
+ font-style: normal;
32202
+ font-weight: bold;
32203
+ font-size: 24px;
32204
+ line-height: 32px;
32312
32205
  }
32313
32206
 
32314
- .E_n1k9qi4r {
32315
- display: flex;
32316
- flex-direction: row;
32317
- padding: 7px 12px;
32318
- background: rgba(255, 187, 0, 0.1);
32319
- border-radius: 6px;
32320
- color: #e07f00;
32321
- font-size: 12px;
32322
- line-height: 18px;
32323
- }
32324
- .E_n1k9qi4r .icon-wrapper {
32325
- margin-right: 10px;
32326
- height: 18px;
32207
+ .E_d1b444tr {
32208
+ font-family: Inter;
32209
+ font-style: normal;
32210
+ font-weight: normal;
32211
+ font-size: 32px;
32212
+ line-height: 40px;
32327
32213
  }
32328
32214
 
32329
- .E_n16fsg9x {
32330
- display: flex;
32331
- flex-direction: row;
32332
- padding: 7px 12px;
32333
- background: rgba(225, 230, 241, 0.6);
32334
- border-radius: 6px;
32335
- color: rgba(44, 56, 82, 0.6);
32336
- font-size: 12px;
32337
- line-height: 18px;
32338
- }
32339
- .E_n16fsg9x .icon-wrapper {
32340
- margin-right: 10px;
32341
- height: 18px;
32215
+ .E_dvs0kue {
32216
+ font-family: Inter;
32217
+ font-style: normal;
32218
+ font-weight: bold;
32219
+ font-size: 20px;
32220
+ line-height: 24px;
32342
32221
  }
32343
32222
 
32344
- .E_i173wxzw {
32345
- display: flex;
32346
- flex-direction: row;
32347
- padding: 7px 12px;
32348
- background: rgba(0, 136, 255, 0.1);
32349
- border-radius: 6px;
32350
- color: #005ed1;
32351
- font-size: 12px;
32352
- line-height: 18px;
32353
- }
32354
- .E_i173wxzw .icon-wrapper {
32355
- margin-right: 10px;
32356
- height: 18px;
32223
+ .E_d1hcbfcq {
32224
+ font-family: Inter;
32225
+ font-style: normal;
32226
+ font-weight: normal;
32227
+ font-size: 20px;
32228
+ line-height: 24px;
32357
32229
  }
32358
32230
 
32359
- .E_dld369h {
32360
- color: rgba(44, 56, 82, 0.6);
32361
- margin-top: 5px;
32362
- font-size: 12px;
32363
- line-height: 18px;
32231
+ .E_d1cz922v {
32232
+ font-family: Inter;
32233
+ font-style: normal;
32234
+ font-weight: bold;
32235
+ font-size: 18px;
32236
+ line-height: 22px;
32364
32237
  }
32365
32238
 
32366
- .E_s1epv22q {
32367
- color: #f0483e;
32368
- font-size: 12px;
32369
- white-space: pre-wrap;
32239
+ .E_d3nzbrm {
32240
+ font-family: Inter;
32241
+ font-style: normal;
32242
+ font-weight: normal;
32243
+ font-size: 18px;
32244
+ line-height: 22px;
32370
32245
  }
32371
32246
 
32372
- .E_okus5hk {
32373
- display: flex;
32374
- align-items: center;
32375
- justify-content: flex-end;
32376
- }
32377
- .E_okus5hk .icon-wrapper {
32378
- margin-right: 16px;
32247
+ .E_h1g0p5ob {
32248
+ font-family: Inter;
32249
+ font-style: normal;
32250
+ font-weight: bold;
32251
+ font-size: 16px;
32252
+ line-height: 22px;
32379
32253
  }
32380
32254
 
32381
- .E_t1auuzri {
32382
- color: rgba(0, 21, 64, 0.3);
32255
+ .E_hydo2ej {
32256
+ font-family: Inter;
32257
+ font-style: normal;
32258
+ font-weight: normal;
32259
+ font-size: 16px;
32260
+ line-height: 22px;
32383
32261
  }
32384
32262
 
32385
- .E_i74cfyt.ant-input {
32386
- padding: 5px 12px;
32263
+ .E_h1hbuq0r {
32264
+ font-family: Inter;
32265
+ font-style: normal;
32266
+ font-weight: bold;
32267
+ font-size: 14px;
32387
32268
  line-height: 20px;
32388
- color: #2d3a56;
32389
- border-radius: 6px;
32390
- border-color: rgba(172, 186, 211, 0.6);
32391
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32392
32269
  }
32393
- .E_i74cfyt.ant-input.ant-input-lg {
32394
- padding: 8px 16px;
32395
- line-height: 22px;
32270
+
32271
+ .E_h13bondg {
32272
+ font-family: Inter;
32273
+ font-style: normal;
32274
+ font-weight: normal;
32275
+ font-size: 14px;
32276
+ line-height: 20px;
32396
32277
  }
32397
- .E_i74cfyt.ant-input.ant-input-sm {
32398
- padding: 2px 8px;
32278
+
32279
+ .E_h1mhvdlx {
32280
+ font-family: Inter;
32281
+ font-style: normal;
32282
+ font-weight: bold;
32283
+ font-size: 12px;
32399
32284
  line-height: 18px;
32400
32285
  }
32401
- .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 {
32402
- border-color: rgba(107, 128, 167, 0.6);
32403
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32404
- z-index: 1;
32405
- }
32406
- .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 {
32407
- border-color: #0096ff;
32408
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32409
- z-index: 1;
32410
- }
32411
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32412
- border-color: #e75a3a;
32413
- color: #e75a3a;
32414
- }
32415
- .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 {
32416
- border-color: #e75a3a;
32417
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32418
- }
32419
- .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 {
32420
- border-color: #e75a3a;
32421
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32422
- }
32423
- .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 {
32424
- background: rgba(211, 218, 235, 0.6);
32425
- color: rgba(0, 21, 64, 0.3);
32426
- border-color: rgba(172, 186, 211, 0.6);
32427
- }
32428
- .E_i74cfyt.ant-input-affix-wrapper {
32429
- padding: 5px 12px;
32430
- border-radius: 6px;
32431
- border-color: rgba(172, 186, 211, 0.6);
32432
- line-height: 20px;
32433
- color: #2d3a56;
32434
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32435
- }
32436
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32437
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32438
- color: rgba(44, 56, 82, 0.6);
32286
+
32287
+ .E_h1inmfq6 {
32288
+ font-family: Inter;
32289
+ font-style: normal;
32290
+ font-weight: normal;
32291
+ font-size: 12px;
32292
+ line-height: 18px;
32439
32293
  }
32440
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32441
- padding: 8px 16px;
32442
- line-height: 22px;
32294
+
32295
+ .E_h1kfc0la {
32296
+ font-family: Inter;
32297
+ font-style: normal;
32298
+ font-weight: bold;
32299
+ text-transform: uppercase;
32300
+ font-feature-settings: "cpsp" on;
32301
+ font-size: 12px;
32302
+ line-height: 18px;
32443
32303
  }
32444
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32445
- padding: 2px 8px;
32304
+
32305
+ .E_h10xnyuu {
32306
+ font-family: Inter;
32307
+ font-style: normal;
32308
+ font-weight: normal;
32309
+ text-transform: uppercase;
32310
+ font-feature-settings: "cpsp" on;
32311
+ font-size: 12px;
32446
32312
  line-height: 18px;
32447
32313
  }
32448
- .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 {
32449
- border-color: rgba(107, 128, 167, 0.6);
32450
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32314
+
32315
+ .E_lrcmi0v {
32316
+ font-family: Inter;
32317
+ font-style: normal;
32318
+ font-weight: normal;
32319
+ font-size: 16px;
32320
+ line-height: 24px;
32451
32321
  }
32452
- .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 {
32453
- border-color: #0096ff;
32454
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32322
+
32323
+ .E_lzt43lp {
32324
+ font-family: Inter;
32325
+ font-style: normal;
32326
+ font-weight: bold;
32327
+ font-size: 16px;
32328
+ line-height: 24px;
32455
32329
  }
32456
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32457
- border-color: #e75a3a;
32330
+
32331
+ .E_l5yc9nt {
32332
+ font-family: Inter;
32333
+ font-style: normal;
32334
+ font-weight: normal;
32335
+ font-size: 16px;
32336
+ line-height: 24px;
32458
32337
  }
32459
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32460
- color: #e75a3a;
32338
+
32339
+ .E_l1fbkbzo {
32340
+ font-family: Inter;
32341
+ font-style: normal;
32342
+ font-weight: bold;
32343
+ font-size: 16px;
32344
+ line-height: 24px;
32461
32345
  }
32462
- .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 {
32463
- border-color: #e75a3a;
32464
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32346
+
32347
+ .E_lahvcax {
32348
+ font-family: Inter;
32349
+ font-style: normal;
32350
+ font-weight: normal;
32351
+ text-transform: uppercase;
32352
+ font-feature-settings: "cpsp" on;
32353
+ font-size: 16px;
32354
+ line-height: 24px;
32465
32355
  }
32466
- .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 {
32467
- border-color: #e75a3a;
32468
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32356
+
32357
+ .E_l11q3pxd {
32358
+ font-family: Inter;
32359
+ font-style: normal;
32360
+ font-weight: bold;
32361
+ text-transform: uppercase;
32362
+ font-feature-settings: "cpsp" on;
32363
+ font-size: 16px;
32364
+ line-height: 24px;
32469
32365
  }
32470
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32471
- background: rgba(211, 218, 235, 0.6);
32472
- color: rgba(0, 21, 64, 0.3);
32473
- border-color: rgba(172, 186, 211, 0.6);
32366
+
32367
+ .E_lfuc2qu {
32368
+ font-family: Inter;
32369
+ font-style: normal;
32370
+ font-weight: normal;
32371
+ font-size: 14px;
32372
+ line-height: 22px;
32474
32373
  }
32475
- textarea.E_i74cfyt.ant-input {
32476
- transition-property: height;
32477
- transition-delay: 50ms;
32374
+
32375
+ .E_l1jmp8r0 {
32376
+ font-family: Inter;
32377
+ font-style: normal;
32378
+ font-weight: 500;
32379
+ font-size: 14px;
32380
+ line-height: 22px;
32478
32381
  }
32479
- textarea.E_i74cfyt.ant-input.textarea-large {
32480
- min-height: 40px;
32481
- height: 40px;
32382
+
32383
+ .E_lcnm221 {
32384
+ font-family: Inter;
32385
+ font-style: normal;
32386
+ font-weight: bold;
32387
+ font-size: 14px;
32388
+ line-height: 22px;
32482
32389
  }
32483
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
32484
- height: 80px;
32390
+
32391
+ .E_lu1z2n5 {
32392
+ font-family: Inter;
32393
+ font-style: normal;
32394
+ font-weight: normal;
32395
+ font-size: 14px;
32396
+ line-height: 22px;
32485
32397
  }
32486
- textarea.E_i74cfyt.ant-input.textarea-middle {
32487
- min-height: 32px;
32488
- height: 32px;
32398
+
32399
+ .E_l1r59djn {
32400
+ font-family: Inter;
32401
+ font-style: normal;
32402
+ font-weight: bold;
32403
+ font-size: 14px;
32404
+ line-height: 22px;
32489
32405
  }
32490
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32491
- height: 64px;
32406
+
32407
+ .E_ljm2911 {
32408
+ font-family: Inter;
32409
+ font-style: normal;
32410
+ font-weight: normal;
32411
+ text-transform: uppercase;
32412
+ font-feature-settings: "cpsp" on;
32413
+ font-size: 14px;
32414
+ line-height: 22px;
32492
32415
  }
32493
- textarea.E_i74cfyt.ant-input.textarea-small {
32494
- min-height: 24px;
32495
- height: 24px;
32416
+
32417
+ .E_l124mzmr {
32418
+ font-family: Inter;
32419
+ font-style: normal;
32420
+ font-weight: bold;
32421
+ text-transform: uppercase;
32422
+ font-feature-settings: "cpsp" on;
32423
+ font-size: 14px;
32424
+ line-height: 22px;
32496
32425
  }
32497
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
32498
- height: 40px;
32426
+
32427
+ .E_lb3chel {
32428
+ font-family: Inter;
32429
+ font-style: normal;
32430
+ font-weight: normal;
32431
+ font-size: 13px;
32432
+ line-height: 20px;
32499
32433
  }
32500
32434
 
32501
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
32502
- border: 1px solid rgba(213, 219, 227, 0.6);
32503
- border-radius: 4px;
32435
+ .E_lv9jstu {
32436
+ font-family: Inter;
32437
+ font-style: normal;
32438
+ font-weight: 600;
32439
+ font-size: 13px;
32440
+ line-height: 20px;
32504
32441
  }
32505
- .E_k1ci6977.input-tags {
32506
- position: relative;
32507
- padding: 6px;
32508
- height: 32px;
32509
- cursor: pointer;
32510
- transition: border 150ms;
32442
+
32443
+ .E_lwqlh3x {
32444
+ font-family: Inter;
32445
+ font-style: normal;
32446
+ font-weight: bold;
32447
+ font-size: 13px;
32448
+ line-height: 20px;
32511
32449
  }
32512
- .E_k1ci6977.input-tags:hover {
32513
- border-color: #0080ff;
32514
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32450
+
32451
+ .E_lalum9y {
32452
+ font-family: Inter;
32453
+ font-style: normal;
32454
+ font-weight: normal;
32455
+ font-size: 13px;
32456
+ line-height: 20px;
32515
32457
  }
32516
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32517
- padding-right: 30px;
32458
+
32459
+ .E_l1t6dj5o {
32460
+ font-family: Inter;
32461
+ font-style: normal;
32462
+ font-weight: 600;
32463
+ font-size: 13px;
32464
+ line-height: 20px;
32518
32465
  }
32519
- .E_k1ci6977.input-tags .input-tags-inner {
32520
- display: flex;
32466
+
32467
+ .E_l12f6ic {
32468
+ font-family: Inter;
32469
+ font-style: normal;
32470
+ font-weight: bold;
32471
+ font-size: 13px;
32472
+ line-height: 20px;
32521
32473
  }
32522
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32523
- display: flex;
32474
+
32475
+ .E_l7gmukq {
32476
+ font-family: Inter;
32477
+ font-style: normal;
32478
+ font-weight: normal;
32479
+ text-transform: uppercase;
32480
+ font-feature-settings: "cpsp" on;
32481
+ font-size: 13px;
32482
+ line-height: 20px;
32524
32483
  }
32525
- .E_k1ci6977.input-tags .input-tag-suffix {
32526
- position: absolute;
32527
- right: 12px;
32528
- top: 50%;
32529
- transform: translateY(-50%);
32484
+
32485
+ .E_lkwl0yp {
32486
+ font-family: Inter;
32487
+ font-style: normal;
32488
+ font-weight: bold;
32489
+ text-transform: uppercase;
32490
+ font-feature-settings: "cpsp" on;
32491
+ font-size: 13px;
32492
+ line-height: 20px;
32530
32493
  }
32531
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32532
- color: rgba(0, 0, 0, 0.25);
32494
+
32495
+ .E_l10knv48 {
32496
+ font-family: Inter;
32497
+ font-style: normal;
32498
+ font-weight: normal;
32533
32499
  font-size: 12px;
32534
- cursor: pointer;
32535
- }
32536
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32537
- color: rgba(0, 0, 0, 0.45);
32538
- }
32539
- .E_k1ci6977.has-focus-indicator {
32540
- position: relative;
32541
- overflow: hidden;
32542
- }
32543
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32544
- position: absolute;
32545
- top: 50%;
32546
- transform: translateY(-50%);
32547
- left: -16px;
32548
- transition: left 150ms ease;
32549
- opacity: 0;
32550
- }
32551
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32552
- left: 8px;
32553
- opacity: 1;
32500
+ line-height: 18px;
32554
32501
  }
32555
- .E_k1ci6977.has-focus-indicator input {
32556
- transition: margin-left 150ms ease;
32557
- margin-left: 0px;
32502
+
32503
+ .E_l6526ld {
32504
+ font-family: Inter;
32505
+ font-style: normal;
32506
+ font-weight: 500;
32507
+ font-size: 12px;
32508
+ line-height: 18px;
32558
32509
  }
32559
- .E_k1ci6977.has-focus-indicator input:focus {
32560
- margin-left: 16px;
32510
+
32511
+ .E_l1j81vli {
32512
+ font-family: Inter;
32513
+ font-style: normal;
32514
+ font-weight: bold;
32515
+ font-size: 12px;
32516
+ line-height: 18px;
32561
32517
  }
32562
32518
 
32563
- input.E_l1f7td1d.ant-input {
32564
- border-top-right-radius: 0;
32565
- border-bottom-right-radius: 0;
32519
+ .E_l1x7n1mk {
32520
+ font-family: Inter;
32521
+ font-style: normal;
32522
+ font-weight: normal;
32523
+ font-size: 12px;
32524
+ line-height: 18px;
32566
32525
  }
32567
32526
 
32568
- .E_l1f7td1d.ant-input-affix-wrapper {
32569
- border-top-right-radius: 0;
32570
- border-bottom-right-radius: 0;
32527
+ .E_l9fqufz {
32528
+ font-family: Inter;
32529
+ font-style: normal;
32530
+ font-weight: 500;
32531
+ font-size: 12px;
32532
+ line-height: 18px;
32571
32533
  }
32572
32534
 
32573
- input.E_rf8rlle.ant-input {
32574
- border-top-left-radius: 0;
32575
- border-bottom-left-radius: 0;
32535
+ .E_l1iwnybd {
32536
+ font-family: Inter;
32537
+ font-style: normal;
32538
+ font-weight: bold;
32539
+ font-size: 12px;
32540
+ line-height: 18px;
32576
32541
  }
32577
32542
 
32578
- .E_rf8rlle.ant-input-affix-wrapper {
32579
- border-top-left-radius: 0;
32580
- border-bottom-left-radius: 0;
32543
+ .E_lprtm1e {
32544
+ font-family: Inter;
32545
+ font-style: normal;
32546
+ font-weight: normal;
32547
+ text-transform: uppercase;
32548
+ font-feature-settings: "cpsp" on;
32549
+ font-size: 12px;
32550
+ line-height: 18px;
32581
32551
  }
32582
32552
 
32583
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32584
- border-top-right-radius: 0;
32585
- border-bottom-right-radius: 0;
32553
+ .E_l1lln87h {
32554
+ font-family: Inter;
32555
+ font-style: normal;
32556
+ font-weight: bold;
32557
+ text-transform: uppercase;
32558
+ font-feature-settings: "cpsp" on;
32559
+ font-size: 12px;
32560
+ line-height: 18px;
32586
32561
  }
32587
32562
 
32588
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32589
- border-top-left-radius: 0;
32590
- border-bottom-left-radius: 0;
32563
+ .E_f2pb48l {
32564
+ font-family: Inter;
32565
+ font-style: normal;
32566
+ font-weight: normal;
32567
+ font-size: 13px;
32568
+ line-height: 20px;
32591
32569
  }
32592
32570
 
32593
- .E_c3ni091 {
32594
- display: flex;
32595
- flex-direction: column;
32596
- }
32597
- .E_c3ni091 .select-wrapper {
32598
- margin-top: 12px;
32599
- }
32600
- .E_c3ni091 .select-wrapper .select {
32601
- width: 100%;
32602
- }
32603
- .E_c3ni091 .radio-wrapper {
32604
- margin-top: 24px;
32571
+ .E_fi9emkw {
32572
+ font-family: Inter;
32573
+ font-style: normal;
32574
+ font-weight: normal;
32575
+ font-size: 13px;
32576
+ line-height: 20px;
32605
32577
  }
32606
- .E_c3ni091 div.form-item {
32607
- width: 100%;
32578
+
32579
+ .E_f1nrg7da {
32580
+ font-family: Inter;
32581
+ font-style: normal;
32582
+ font-weight: normal;
32583
+ font-size: 12px;
32584
+ line-height: 18px;
32608
32585
  }
32609
32586
 
32610
- .E_d105ju2d {
32611
- font-size: 14px;
32612
- font-weight: 500;
32613
- color: #3e4652;
32587
+ .E_f17k1i3n {
32588
+ font-family: Inter;
32589
+ font-style: normal;
32590
+ font-weight: normal;
32591
+ font-size: 12px;
32614
32592
  line-height: 18px;
32615
32593
  }
32616
- .E_d105ju2d + .E_d105ju2d {
32617
- margin-top: 16px;
32594
+
32595
+ .E_t1tvuj2e {
32596
+ font-family: Inter;
32597
+ font-style: normal;
32598
+ font-weight: normal;
32599
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32600
+ font-size: 13px;
32601
+ line-height: 20px;
32618
32602
  }
32619
- .E_d105ju2d + * {
32620
- margin-top: 16px;
32603
+
32604
+ .E_t17uajlu {
32605
+ font-family: Inter;
32606
+ font-style: normal;
32607
+ font-weight: normal;
32608
+ font-feature-settings: "zero" on;
32609
+ font-size: 13px;
32610
+ line-height: 20px;
32621
32611
  }
32622
32612
 
32623
- .E_lh0l62z.E_d105ju2d {
32613
+ .E_t114zbyz {
32614
+ font-family: Inter;
32615
+ font-style: normal;
32616
+ font-weight: normal;
32617
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32624
32618
  font-size: 12px;
32625
- color: rgba(44, 56, 82, 0.6);
32626
- margin-top: 12px;
32619
+ line-height: 18px;
32627
32620
  }
32628
32621
 
32629
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32630
- line-height: 18px;
32622
+ .E_t1il0kvi {
32623
+ font-family: Inter;
32624
+ font-style: normal;
32631
32625
  font-weight: 500;
32632
- margin-top: 0;
32633
- white-space: initial;
32626
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32627
+ font-size: 12px;
32628
+ line-height: 18px;
32634
32629
  }
32635
32630
 
32636
- .E_r1skkc3l {
32637
- display: block;
32638
- }
32639
- .E_r1skkc3l span {
32640
- font-size: 14px;
32641
- font-weight: 500;
32642
- line-height: 32px;
32643
- color: #3e4652;
32631
+ .E_t10dv8p1 {
32632
+ font-family: Inter;
32633
+ font-style: normal;
32634
+ font-weight: normal;
32635
+ font-feature-settings: "zero" on;
32636
+ font-size: 12px;
32637
+ line-height: 18px;
32644
32638
  }
32645
32639
 
32646
- .E_c3cobmo {
32647
- margin-top: 16px;
32648
- padding: 8px;
32649
- border-radius: 6px;
32650
- background: rgba(225, 230, 241, 0.6);
32651
- color: rgba(44, 56, 82, 0.6);
32640
+ .E_tc2oqpq {
32641
+ font-family: Inter;
32642
+ font-style: normal;
32643
+ font-weight: 500;
32644
+ font-feature-settings: "zero" on;
32652
32645
  font-size: 12px;
32646
+ line-height: 18px;
32653
32647
  }
32654
- .E_c3cobmo div {
32655
- line-height: 20px;
32656
- display: flex;
32657
- align-items: center;
32658
- word-break: break-all;
32648
+
32649
+ .E_tzvddmc {
32650
+ font-family: Inter;
32651
+ font-style: normal;
32652
+ font-weight: bold;
32653
+ font-feature-settings: "zero" on;
32654
+ font-size: 16px;
32655
+ line-height: 24px;
32659
32656
  }
32660
- .E_c3cobmo .title {
32661
- font-weight: 700;
32662
- line-height: 18px;
32663
- margin: 4px 0;
32657
+
32658
+ .E_u18llj45 {
32659
+ font-family: Inter;
32660
+ font-style: normal;
32661
+ font-weight: normal;
32662
+ font-size: 10px;
32663
+ line-height: 12px;
32664
32664
  }
32665
32665
 
32666
32666
  .E_a1b5xrg3 .user-icon-inner {
@@ -32693,16 +32693,16 @@ input.E_rf8rlle.ant-input {
32693
32693
  transition: all 320ms ease;
32694
32694
  }
32695
32695
 
32696
- .E_m196gn1d {
32697
- min-width: 1280px;
32698
- }
32699
-
32700
32696
  .E_h1ol2wl7 {
32701
32697
  font-weight: bold;
32702
32698
  background-color: unset;
32703
32699
  padding: unset;
32704
32700
  }
32705
32701
 
32702
+ .E_m196gn1d {
32703
+ min-width: 1280px;
32704
+ }
32705
+
32706
32706
  .E_ryby9ds {
32707
32707
  display: flex;
32708
32708
  align-items: center;
@@ -33679,8 +33679,21 @@ input.E_rf8rlle.ant-input {
33679
33679
  background-color: transparent;
33680
33680
  }
33681
33681
 
33682
- .E_c1yd35n {
33683
- padding: 0 12px 14px 12px;
33682
+ .E_b14q2gmw {
33683
+ 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);
33684
+ }
33685
+
33686
+ .E_c1eym6el {
33687
+ border-radius: 8px;
33688
+ background-color: white;
33689
+ }
33690
+ .E_c1eym6el.hoverable {
33691
+ cursor: pointer;
33692
+ }
33693
+ .E_c1eym6el.hoverable:hover {
33694
+ transition: all 200ms ease;
33695
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33696
+ transform: translateY(-4px);
33684
33697
  }
33685
33698
 
33686
33699
  .E_c1kghdax {
@@ -33723,6 +33736,10 @@ input.E_rf8rlle.ant-input {
33723
33736
  margin-right: 2px;
33724
33737
  }
33725
33738
 
33739
+ .E_c1yd35n {
33740
+ padding: 0 12px 14px 12px;
33741
+ }
33742
+
33726
33743
  .E_ckui4s7 {
33727
33744
  color: #2d3a56;
33728
33745
  line-height: 22px;
@@ -33768,62 +33785,23 @@ input.E_rf8rlle.ant-input {
33768
33785
  .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33769
33786
  background: #2d3a56;
33770
33787
  }
33771
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33772
- padding: 0;
33773
- }
33774
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33775
- display: inline-block;
33776
- margin-left: 12px;
33777
- color: #2d3a56;
33778
- }
33779
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33780
- margin-left: 28px;
33781
- color: rgba(44, 56, 82, 0.6);
33782
- }
33783
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33784
- margin-left: 8px;
33785
- }
33786
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33787
- margin-left: 24px;
33788
- }
33789
-
33790
- .E_b14q2gmw {
33791
- 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);
33792
- }
33793
-
33794
- .E_c1eym6el {
33795
- border-radius: 8px;
33796
- background-color: white;
33797
- }
33798
- .E_c1eym6el.hoverable {
33799
- cursor: pointer;
33800
- }
33801
- .E_c1eym6el.hoverable:hover {
33802
- transition: all 200ms ease;
33803
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33804
- transform: translateY(-4px);
33805
- }
33806
-
33807
- .E_r77hffu {
33808
- display: flex;
33809
- align-items: center;
33810
- justify-content: space-between;
33811
- column-gap: 6px;
33788
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33789
+ padding: 0;
33812
33790
  }
33813
-
33814
- .E_p1cmxsf7 {
33815
- display: flex;
33816
- flex-direction: column;
33817
- justify-content: center;
33818
- row-gap: var(--p1cmxsf7-0);
33791
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33792
+ display: inline-block;
33793
+ margin-left: 12px;
33794
+ color: #2d3a56;
33819
33795
  }
33820
- .E_p1cmxsf7 .antd5-progress-line {
33821
- font-size: 0;
33796
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33797
+ margin-left: 28px;
33798
+ color: rgba(44, 56, 82, 0.6);
33822
33799
  }
33823
-
33824
- .E_i1g85yz3 {
33825
- margin-right: 4px;
33826
- height: 16px;
33800
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33801
+ margin-left: 8px;
33802
+ }
33803
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33804
+ margin-left: 24px;
33827
33805
  }
33828
33806
 
33829
33807
  .E_lht19u8 {
@@ -33875,226 +33853,21 @@ input.E_rf8rlle.ant-input {
33875
33853
  animation: loading-indicator3 1100ms ease-out infinite;
33876
33854
  }
33877
33855
 
33878
- .E_slr2ynn {
33879
- padding: 0 8px;
33880
- height: 18px;
33881
- }
33882
-
33883
- .E_m140wbb6 {
33884
- padding: 2px 8px;
33885
- height: 24px;
33886
- }
33887
-
33888
- .E_t1fozc1i {
33889
- margin: 0;
33890
- }
33891
-
33892
- .E_i1vxv4ln {
33893
- margin-right: 4px;
33894
- height: 16px;
33895
- }
33896
-
33897
- .E_n1afl31m.ant-tag.ant-tag-gray {
33898
- font-weight: 700;
33899
- color: #00122e;
33900
- background-color: rgba(237, 241, 250, 0.6);
33901
- border: 1px solid rgba(211, 218, 235, 0.6);
33902
- word-break: break-all;
33903
- display: inline;
33904
- white-space: normal;
33905
- }
33906
-
33907
- .E_t1dtlqs1 {
33908
- margin-bottom: 4px;
33909
- color: rgba(44, 56, 82, 0.6);
33910
- overflow: hidden;
33911
- text-overflow: ellipsis;
33912
- white-space: nowrap;
33913
- }
33914
-
33915
- .E_s1ese5oy {
33916
- color: rgba(44, 56, 82, 0.6);
33917
- line-height: 32px;
33918
- height: 32px;
33919
- margin-bottom: 0;
33920
- }
33921
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
33922
- color: #0080ff;
33923
- }
33924
- .E_s1ese5oy.warning {
33925
- color: #ffa500;
33926
- }
33927
- .E_s1ese5oy.success {
33928
- color: #00ba5d;
33929
- }
33930
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
33931
- color: #f0483e;
33932
- }
33933
- .E_s1ese5oy.normal {
33934
- color: rgba(44, 56, 82, 0.6);
33935
- }
33936
-
33937
- .E_b1ibis43 {
33938
- margin-bottom: 0;
33939
- color: #00122e;
33940
- }
33941
-
33942
- .E_b11xxjd2 {
33943
- line-height: 32px;
33944
- margin-right: 6px;
33945
- }
33946
-
33947
- .E_bsub5bw.with-description {
33948
- height: 24px;
33949
- flex: 1;
33950
- position: relative;
33951
- top: -7px;
33952
- }
33953
- .E_bsub5bw p {
33954
- width: 100%;
33955
- overflow: hidden;
33956
- text-overflow: ellipsis;
33957
- white-space: nowrap;
33958
- }
33959
-
33960
- .E_tmoyoag {
33961
- border: 1px solid rgba(211, 218, 235, 0.6);
33962
- border-radius: 8px;
33963
- overflow: auto;
33964
- }
33965
- .E_tmoyoag .ant-list {
33966
- position: relative;
33967
- }
33968
- .E_tmoyoag .ant-list .eagle-table-form-header {
33969
- position: sticky;
33970
- top: 0;
33971
- z-index: 2;
33972
- display: flex;
33973
- padding: 8px;
33974
- flex-wrap: nowrap;
33975
- justify-content: flex-start;
33976
- background: #f2f5fa;
33977
- font-size: 14px;
33978
- color: rgba(44, 56, 82, 0.6);
33979
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33980
- }
33981
- .E_tmoyoag .ant-list .eagle-table-form-header {
33982
- align-items: inherit;
33983
- }
33984
- .E_tmoyoag .ant-list .eagle-table-form-row {
33856
+ .E_r77hffu {
33985
33857
  display: flex;
33986
- justify-content: flex-start;
33987
- align-items: flex-start;
33988
- flex-wrap: wrap;
33989
- padding: 8px;
33990
- border: none;
33991
- }
33992
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
33993
- flex-basis: 100%;
33994
- margin: 12px 0 0;
33995
- order: 99;
33996
- color: rgba(44, 56, 82, 0.6);
33997
- }
33998
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
33999
- color: #f0483e;
34000
- flex-basis: 100%;
34001
- order: 98;
34002
- margin: 12px 0 0;
34003
- }
34004
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34005
- background-color: rgba(237, 241, 250, 0.6);
34006
- }
34007
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34008
- background-color: rgba(0, 136, 255, 0.1);
34009
- }
34010
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34011
- flex: 1 0 0;
34012
- overflow: hidden;
34013
- }
34014
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34015
- color: rgba(44, 56, 82, 0.6);
34016
- margin: 0;
34017
- }
34018
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34019
- text-align: center;
34020
- }
34021
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34022
- text-align: center;
34023
- }
34024
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34025
- text-align: left;
34026
- }
34027
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34028
- text-align: left;
34029
- }
34030
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34031
- text-align: right;
34032
- }
34033
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34034
- text-align: right;
34035
- }
34036
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34037
- margin-right: 8px;
34038
- }
34039
- .E_tmoyoag .ant-list .ant-list-item-action {
34040
- padding: 4px;
34041
- width: 24px;
34042
- height: 24px;
34043
- overflow: hidden;
34044
- }
34045
- .E_tmoyoag .ant-list .ant-list-item-action li {
34046
- padding: 0;
34047
- }
34048
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34049
- cursor: not-allowed;
34050
- opacity: 0.5;
34051
- }
34052
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34053
- margin: 0;
34054
- }
34055
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34056
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34057
- border-radius: 5px;
34058
- font-size: 12px;
34059
- }
34060
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34061
- font-size: inherit;
34062
- }
34063
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34064
- min-height: 24px;
34065
- font-size: 12px;
34066
- position: relative;
34067
- }
34068
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34069
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34070
- }
34071
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34072
- background-color: rgba(237, 241, 250, 0.6);
33858
+ align-items: center;
33859
+ justify-content: space-between;
33860
+ column-gap: 6px;
34073
33861
  }
34074
33862
 
34075
- .E_a138syjm {
33863
+ .E_p1cmxsf7 {
34076
33864
  display: flex;
34077
- align-items: center;
34078
- margin-top: 8px;
34079
- }
34080
- .E_a138syjm button.ant-btn {
34081
- padding: 2px 8px;
34082
- height: 24px;
34083
- }
34084
- .E_a138syjm > span.maximum-desc {
34085
- display: none;
34086
- margin-left: 8px;
34087
- color: rgba(44, 56, 82, 0.6);
34088
- }
34089
- .E_a138syjm > span.maximum-desc.disabled {
34090
- display: inline;
33865
+ flex-direction: column;
33866
+ justify-content: center;
33867
+ row-gap: var(--p1cmxsf7-0);
34091
33868
  }
34092
-
34093
- .E_d77i8u0 {
34094
- width: 24px;
34095
- height: 24px;
34096
- padding: 4px;
34097
- margin-right: 8px;
33869
+ .E_p1cmxsf7 .antd5-progress-line {
33870
+ font-size: 0;
34098
33871
  }
34099
33872
 
34100
33873
  button.E_l48ei06.ant-btn {
@@ -34293,7 +34066,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34293
34066
  .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
34294
34067
  box-shadow: none !important;
34295
34068
  }
34296
- .E_tfzf37v div.ant-table {
34069
+ .E_tfzf37v .ant-table {
34297
34070
  border-radius: 0px;
34298
34071
  border-left: none;
34299
34072
  border-right: none;
@@ -34302,48 +34075,48 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34302
34075
  font-size: 12px;
34303
34076
  background: transparent;
34304
34077
  }
34305
- .E_tfzf37v div.ant-table .ant-table-header {
34078
+ .E_tfzf37v .ant-table .ant-table-header {
34306
34079
  position: relative;
34307
34080
  z-index: 3;
34308
34081
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34309
34082
  margin-bottom: -1px;
34310
34083
  }
34311
- .E_tfzf37v div.ant-table .time-wrapper .date,
34312
- .E_tfzf37v div.ant-table .value {
34084
+ .E_tfzf37v .ant-table .time-wrapper .date,
34085
+ .E_tfzf37v .ant-table .value {
34313
34086
  color: #2d3a56;
34314
34087
  }
34315
- .E_tfzf37v div.ant-table .time-wrapper .time,
34316
- .E_tfzf37v div.ant-table .unit {
34088
+ .E_tfzf37v .ant-table .time-wrapper .time,
34089
+ .E_tfzf37v .ant-table .unit {
34317
34090
  color: rgba(44, 56, 82, 0.6);
34318
34091
  }
34319
- .E_tfzf37v div.ant-table .ant-table-selection {
34092
+ .E_tfzf37v .ant-table .ant-table-selection {
34320
34093
  position: unset;
34321
34094
  text-align: center;
34322
34095
  }
34323
- .E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34096
+ .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34324
34097
  background: #fff;
34325
34098
  }
34326
- .E_tfzf37v div.ant-table .anticon-setting {
34099
+ .E_tfzf37v .ant-table .anticon-setting {
34327
34100
  cursor: pointer;
34328
34101
  position: absolute;
34329
34102
  top: 50%;
34330
34103
  right: 12px;
34331
34104
  transform: translateY(-50%);
34332
34105
  }
34333
- .E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34106
+ .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34334
34107
  box-shadow: none;
34335
34108
  width: 1px;
34336
34109
  background: rgba(213, 219, 227, 0.6);
34337
34110
  }
34338
- .E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34111
+ .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34339
34112
  box-shadow: none;
34340
34113
  width: 1px;
34341
34114
  background: rgba(213, 219, 227, 0.6);
34342
34115
  }
34343
- .E_tfzf37v div.ant-table .ant-table-tbody {
34116
+ .E_tfzf37v .ant-table .ant-table-tbody {
34344
34117
  position: relative;
34345
34118
  }
34346
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
34119
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
34347
34120
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34348
34121
  border-bottom: 1px solid white;
34349
34122
  height: 40px;
@@ -34351,11 +34124,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34351
34124
  transition: background 0ms;
34352
34125
  color: #00122e;
34353
34126
  }
34354
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34127
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
34355
34128
  background: #f2f5fa;
34356
34129
  border-bottom-color: #f2f5fa;
34357
34130
  }
34358
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34131
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34359
34132
  height: auto;
34360
34133
  color: #00122e;
34361
34134
  font-size: 12px;
@@ -34365,99 +34138,99 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34365
34138
  text-overflow: ellipsis;
34366
34139
  white-space: nowrap;
34367
34140
  }
34368
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34141
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34369
34142
  color: #0096ff;
34370
34143
  }
34371
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34144
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34372
34145
  overflow: hidden;
34373
34146
  text-overflow: ellipsis;
34374
34147
  width: 100%;
34375
34148
  vertical-align: middle;
34376
34149
  }
34377
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34150
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
34378
34151
  line-height: 0px;
34379
34152
  }
34380
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34153
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
34381
34154
  padding-right: 25px;
34382
34155
  }
34383
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34156
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34384
34157
  border-top-color: transparent;
34385
34158
  }
34386
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
34159
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
34387
34160
  background: rgba(225, 230, 241, 0.6);
34388
34161
  border-color: transparent transparent white;
34389
34162
  }
34390
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34163
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34391
34164
  border-radius: 8px 0 0 8px;
34392
34165
  }
34393
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34166
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34394
34167
  border-radius: 8px 0 0 8px;
34395
34168
  }
34396
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34169
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34397
34170
  content: "";
34398
34171
  width: 4px;
34399
34172
  top: -1px;
34400
34173
  bottom: -1px;
34401
34174
  background: white;
34402
34175
  }
34403
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34176
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34404
34177
  border-radius: 0 8px 8px 0;
34405
34178
  }
34406
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34179
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34407
34180
  border-radius: 0;
34408
34181
  background: white;
34409
34182
  border-top: none;
34410
34183
  }
34411
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34184
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34412
34185
  border-top: 1px solid transparent;
34413
34186
  border-radius: 0 8px 8px 0;
34414
34187
  background: rgba(225, 230, 241, 0.6);
34415
34188
  }
34416
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34189
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34417
34190
  background: white;
34418
34191
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34419
34192
  }
34420
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34193
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34421
34194
  display: flex;
34422
34195
  align-items: center;
34423
34196
  height: 100%;
34424
34197
  background: rgba(225, 230, 241, 0.6);
34425
34198
  }
34426
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34199
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34427
34200
  background: white;
34428
34201
  border-top: 1px solid rgba(211, 218, 235, 0.6);
34429
34202
  }
34430
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34203
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34431
34204
  display: flex;
34432
34205
  align-items: center;
34433
34206
  height: 100%;
34434
34207
  background: rgba(225, 230, 241, 0.6);
34435
34208
  }
34436
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34209
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
34437
34210
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34438
34211
  }
34439
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
34212
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
34440
34213
  box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34441
34214
  border-radius: 8px;
34442
34215
  }
34443
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34216
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34444
34217
  border-top-color: white;
34445
34218
  }
34446
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34219
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
34447
34220
  background: rgba(0, 136, 255, 0.1);
34448
34221
  border-bottom-color: transparent;
34449
34222
  border-top-color: transparent;
34450
34223
  }
34451
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34224
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34452
34225
  border-radius: 8px 0 0 8px;
34453
34226
  }
34454
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34227
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34455
34228
  border-radius: 0 8px 8px 0;
34456
34229
  }
34457
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34230
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34458
34231
  background: rgba(0, 136, 255, 0.1);
34459
34232
  }
34460
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th {
34233
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th {
34461
34234
  background: #fff;
34462
34235
  font-weight: 400;
34463
34236
  position: relative;
@@ -34466,7 +34239,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34466
34239
  transition: none;
34467
34240
  padding: 15px 8px 15px 8px;
34468
34241
  }
34469
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
34242
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
34470
34243
  content: "";
34471
34244
  width: 1px;
34472
34245
  top: 0;
@@ -34475,30 +34248,30 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34475
34248
  position: absolute;
34476
34249
  right: 0;
34477
34250
  }
34478
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
34251
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
34479
34252
  padding: unset;
34480
34253
  }
34481
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
34254
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
34482
34255
  display: none;
34483
34256
  }
34484
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34257
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34485
34258
  width: 100%;
34486
34259
  overflow: hidden;
34487
34260
  white-space: nowrap;
34488
34261
  text-overflow: ellipsis;
34489
34262
  }
34490
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34263
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34491
34264
  overflow: hidden;
34492
34265
  text-overflow: ellipsis;
34493
34266
  flex: 1;
34494
34267
  }
34495
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34268
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34496
34269
  padding: 15px 25px 15px 8px;
34497
34270
  }
34498
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34271
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34499
34272
  padding: 0;
34500
34273
  }
34501
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34274
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34502
34275
  position: absolute;
34503
34276
  right: 6px;
34504
34277
  top: 50%;
@@ -34507,89 +34280,98 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34507
34280
  display: none;
34508
34281
  transition: transform 320ms ease;
34509
34282
  }
34510
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34283
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34511
34284
  display: block;
34512
34285
  transform: translateY(-50%) rotateX(180deg);
34513
34286
  }
34514
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34287
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34515
34288
  display: block;
34516
34289
  }
34517
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34290
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34518
34291
  display: none;
34519
34292
  }
34520
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34293
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34521
34294
  transform: translateY(-50%);
34522
34295
  }
34523
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34296
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34524
34297
  transform: translateY(-50%) rotateX(180deg);
34525
34298
  }
34526
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34299
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34527
34300
  background: #f2f5fa;
34528
34301
  }
34529
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34302
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34530
34303
  display: block;
34531
34304
  }
34532
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
34305
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
34533
34306
  padding-right: 25px;
34534
34307
  }
34535
- .E_tfzf37v div.ant-table .ant-table-selection-column {
34308
+ .E_tfzf37v .ant-table .ant-table-selection-column {
34536
34309
  padding: 0 !important;
34537
34310
  }
34538
- .E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34311
+ .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34539
34312
  position: absolute;
34540
34313
  left: 50%;
34541
34314
  top: 50%;
34542
34315
  transform: translate(-50%, -50%);
34543
34316
  }
34544
- .E_tfzf37v div.ant-table .ant-table-selection-column:after {
34317
+ .E_tfzf37v .ant-table .ant-table-selection-column:after {
34545
34318
  display: none;
34546
34319
  }
34547
- .E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
34320
+ .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
34548
34321
  background: #fff;
34549
34322
  }
34550
- .E_tfzf37v div.ant-table .ant-table-placeholder {
34323
+ .E_tfzf37v .ant-table .ant-table-placeholder {
34551
34324
  background: inherit;
34552
34325
  }
34553
- .E_tfzf37v div.ant-table .ant-table-placeholder td {
34326
+ .E_tfzf37v .ant-table .ant-table-placeholder td {
34554
34327
  position: static;
34555
34328
  border: none;
34556
34329
  background: inherit !important;
34557
34330
  height: 100px;
34558
34331
  vertical-align: middle;
34559
34332
  }
34560
- .E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
34561
- .E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34333
+ .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
34334
+ .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34562
34335
  font-weight: bold;
34563
34336
  font-size: 20px;
34564
34337
  color: rgba(10, 37, 85, 0.6);
34565
34338
  }
34566
- .E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
34567
- .E_tfzf37v div.ant-table th.cell__action_ {
34339
+ .E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
34340
+ .E_tfzf37v .ant-table th.cell__action_ {
34568
34341
  z-index: 10;
34569
34342
  }
34570
- .E_tfzf37v div.ant-table td.cell__action_ {
34343
+ .E_tfzf37v .ant-table td.cell__action_ {
34571
34344
  padding: 0 !important;
34572
34345
  position: relative;
34573
34346
  background: #fff;
34574
34347
  }
34575
- .E_tfzf37v div.ant-table td.cell__action_ > * {
34348
+ .E_tfzf37v .ant-table td.cell__action_ > * {
34576
34349
  height: 100%;
34577
34350
  display: flex;
34578
34351
  align-items: center;
34579
34352
  justify-content: flex-end;
34580
34353
  padding-right: 8px;
34581
34354
  }
34582
- .E_tfzf37v div.ant-table td.cell__action_ .menu-button {
34355
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button {
34583
34356
  width: 24px;
34584
34357
  height: 24px;
34585
34358
  cursor: pointer;
34586
34359
  justify-content: center;
34587
34360
  border-radius: 4px;
34588
34361
  }
34589
- .E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
34362
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
34590
34363
  background: #fff;
34591
34364
  }
34592
34365
 
34366
+ .E_w7ob4th.outside-tag {
34367
+ padding-left: 0;
34368
+ }
34369
+ .E_w7ob4th.outside-tag .inside-tag {
34370
+ border-radius: 4px 0 0 4px;
34371
+ padding-right: 4px;
34372
+ margin-right: 4px;
34373
+ }
34374
+
34593
34375
  .E_sjob3jg {
34594
34376
  --item-min-width: 60px;
34595
34377
  }
@@ -34785,13 +34567,231 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34785
34567
  justify-content: center;
34786
34568
  }
34787
34569
 
34788
- .E_w7ob4th.outside-tag {
34789
- padding-left: 0;
34570
+ .E_slr2ynn {
34571
+ padding: 0 8px;
34572
+ height: 18px;
34790
34573
  }
34791
- .E_w7ob4th.outside-tag .inside-tag {
34792
- border-radius: 4px 0 0 4px;
34793
- padding-right: 4px;
34574
+
34575
+ .E_m140wbb6 {
34576
+ padding: 2px 8px;
34577
+ height: 24px;
34578
+ }
34579
+
34580
+ .E_t1fozc1i {
34581
+ margin: 0;
34582
+ }
34583
+
34584
+ .E_i1vxv4ln {
34585
+ margin-right: 4px;
34586
+ height: 16px;
34587
+ }
34588
+
34589
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34590
+ font-weight: 700;
34591
+ color: #00122e;
34592
+ background-color: rgba(237, 241, 250, 0.6);
34593
+ border: 1px solid rgba(211, 218, 235, 0.6);
34594
+ word-break: break-all;
34595
+ display: inline;
34596
+ white-space: normal;
34597
+ }
34598
+
34599
+ .E_t1dtlqs1 {
34600
+ margin-bottom: 4px;
34601
+ color: rgba(44, 56, 82, 0.6);
34602
+ overflow: hidden;
34603
+ text-overflow: ellipsis;
34604
+ white-space: nowrap;
34605
+ }
34606
+
34607
+ .E_s1ese5oy {
34608
+ color: rgba(44, 56, 82, 0.6);
34609
+ line-height: 32px;
34610
+ height: 32px;
34611
+ margin-bottom: 0;
34612
+ }
34613
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34614
+ color: #0080ff;
34615
+ }
34616
+ .E_s1ese5oy.warning {
34617
+ color: #ffa500;
34618
+ }
34619
+ .E_s1ese5oy.success {
34620
+ color: #00ba5d;
34621
+ }
34622
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34623
+ color: #f0483e;
34624
+ }
34625
+ .E_s1ese5oy.normal {
34626
+ color: rgba(44, 56, 82, 0.6);
34627
+ }
34628
+
34629
+ .E_b1ibis43 {
34630
+ margin-bottom: 0;
34631
+ color: #00122e;
34632
+ }
34633
+
34634
+ .E_b11xxjd2 {
34635
+ line-height: 32px;
34636
+ margin-right: 6px;
34637
+ }
34638
+
34639
+ .E_bsub5bw.with-description {
34640
+ height: 24px;
34641
+ flex: 1;
34642
+ position: relative;
34643
+ top: -7px;
34644
+ }
34645
+ .E_bsub5bw p {
34646
+ width: 100%;
34647
+ overflow: hidden;
34648
+ text-overflow: ellipsis;
34649
+ white-space: nowrap;
34650
+ }
34651
+
34652
+ .E_tmoyoag {
34653
+ border: 1px solid rgba(211, 218, 235, 0.6);
34654
+ border-radius: 8px;
34655
+ overflow: auto;
34656
+ }
34657
+ .E_tmoyoag .ant-list {
34658
+ position: relative;
34659
+ }
34660
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34661
+ position: sticky;
34662
+ top: 0;
34663
+ z-index: 2;
34664
+ display: flex;
34665
+ padding: 8px;
34666
+ flex-wrap: nowrap;
34667
+ justify-content: flex-start;
34668
+ background: #f2f5fa;
34669
+ font-size: 14px;
34670
+ color: rgba(44, 56, 82, 0.6);
34671
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34672
+ }
34673
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34674
+ align-items: inherit;
34675
+ }
34676
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34677
+ display: flex;
34678
+ justify-content: flex-start;
34679
+ align-items: flex-start;
34680
+ flex-wrap: wrap;
34681
+ padding: 8px;
34682
+ border: none;
34683
+ }
34684
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34685
+ flex-basis: 100%;
34686
+ margin: 12px 0 0;
34687
+ order: 99;
34688
+ color: rgba(44, 56, 82, 0.6);
34689
+ }
34690
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34691
+ color: #f0483e;
34692
+ flex-basis: 100%;
34693
+ order: 98;
34694
+ margin: 12px 0 0;
34695
+ }
34696
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34697
+ background-color: rgba(237, 241, 250, 0.6);
34698
+ }
34699
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34700
+ background-color: rgba(0, 136, 255, 0.1);
34701
+ }
34702
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
34703
+ flex: 1 0 0;
34704
+ overflow: hidden;
34705
+ }
34706
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34707
+ color: rgba(44, 56, 82, 0.6);
34708
+ margin: 0;
34709
+ }
34710
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34711
+ text-align: center;
34712
+ }
34713
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34714
+ text-align: center;
34715
+ }
34716
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34717
+ text-align: left;
34718
+ }
34719
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34720
+ text-align: left;
34721
+ }
34722
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34723
+ text-align: right;
34724
+ }
34725
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34726
+ text-align: right;
34727
+ }
34728
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34729
+ margin-right: 8px;
34730
+ }
34731
+ .E_tmoyoag .ant-list .ant-list-item-action {
34732
+ padding: 4px;
34733
+ width: 24px;
34734
+ height: 24px;
34735
+ overflow: hidden;
34736
+ }
34737
+ .E_tmoyoag .ant-list .ant-list-item-action li {
34738
+ padding: 0;
34739
+ }
34740
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
34741
+ cursor: not-allowed;
34742
+ opacity: 0.5;
34743
+ }
34744
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34745
+ margin: 0;
34746
+ }
34747
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34748
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34749
+ border-radius: 5px;
34750
+ font-size: 12px;
34751
+ }
34752
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34753
+ font-size: inherit;
34754
+ }
34755
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34756
+ min-height: 24px;
34757
+ font-size: 12px;
34758
+ position: relative;
34759
+ }
34760
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34761
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34762
+ }
34763
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34764
+ background-color: rgba(237, 241, 250, 0.6);
34765
+ }
34766
+
34767
+ .E_a138syjm {
34768
+ display: flex;
34769
+ align-items: center;
34770
+ margin-top: 8px;
34771
+ }
34772
+ .E_a138syjm button.ant-btn {
34773
+ padding: 2px 8px;
34774
+ height: 24px;
34775
+ }
34776
+ .E_a138syjm > span.maximum-desc {
34777
+ display: none;
34778
+ margin-left: 8px;
34779
+ color: rgba(44, 56, 82, 0.6);
34780
+ }
34781
+ .E_a138syjm > span.maximum-desc.disabled {
34782
+ display: inline;
34783
+ }
34784
+
34785
+ .E_d77i8u0 {
34786
+ width: 24px;
34787
+ height: 24px;
34788
+ padding: 4px;
34789
+ margin-right: 8px;
34790
+ }
34791
+
34792
+ .E_i1g85yz3 {
34794
34793
  margin-right: 4px;
34794
+ height: 16px;
34795
34795
  }
34796
34796
 
34797
34797
  .E_t1gvlxt5 {
@@ -35026,18 +35026,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35026
35026
  display: block;
35027
35027
  }
35028
35028
 
35029
- .E_i14c7jc8 {
35030
- color: var(--i14c7jc8-0);
35031
- }
35032
-
35033
- .E_i1ibuolf {
35034
- display: flex;
35035
- align-items: center;
35036
- column-gap: 4px;
35037
- font-size: 12px;
35038
- color: rgba(44, 56, 82, 0.7490196078);
35039
- }
35040
-
35041
35029
  .E_d1u4ndxc {
35042
35030
  color: rgba(44, 56, 82, 0.7490196078);
35043
35031
  font-size: 12px;
@@ -35067,4 +35055,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35067
35055
  to {
35068
35056
  transform: translateX(100%);
35069
35057
  }
35058
+ }
35059
+
35060
+ .E_i14c7jc8 {
35061
+ color: var(--i14c7jc8-0);
35062
+ }
35063
+
35064
+ .E_i1ibuolf {
35065
+ display: flex;
35066
+ align-items: center;
35067
+ column-gap: 4px;
35068
+ font-size: 12px;
35069
+ color: rgba(44, 56, 82, 0.7490196078);
35070
35070
  }