@cloudtower/eagle 0.27.57-dry → 0.27.59-dry

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
@@ -29779,19 +29779,17 @@ html body {
29779
29779
  font-size: 14px;
29780
29780
  }
29781
29781
 
29782
- .E_fzh9mnb {
29783
- width: 100%;
29784
- height: 100%;
29785
- min-height: 124px;
29782
+ .E_i1inqkme {
29783
+ height: 18px;
29784
+ line-height: 18px;
29785
+ padding: 0 4px;
29786
+ border-radius: 4px;
29787
+ background: rgba(235, 239, 245, 0.6);
29788
+ border: 1px solid rgba(223, 228, 235, 0.6);
29786
29789
  display: flex;
29787
- flex-direction: column;
29788
- justify-content: center;
29789
29790
  align-items: center;
29790
- }
29791
- .E_fzh9mnb .error-text {
29792
- color: rgba(10, 37, 85, 0.6);
29793
- margin-bottom: 16px;
29794
- font-size: 18px;
29791
+ white-space: nowrap;
29792
+ margin-right: 4px;
29795
29793
  }
29796
29794
 
29797
29795
  .E_b1nip9bk {
@@ -29823,6 +29821,39 @@ html body {
29823
29821
  border-radius: unset;
29824
29822
  }
29825
29823
 
29824
+ .E_fzh9mnb {
29825
+ width: 100%;
29826
+ height: 100%;
29827
+ min-height: 124px;
29828
+ display: flex;
29829
+ flex-direction: column;
29830
+ justify-content: center;
29831
+ align-items: center;
29832
+ }
29833
+ .E_fzh9mnb .error-text {
29834
+ color: rgba(10, 37, 85, 0.6);
29835
+ margin-bottom: 16px;
29836
+ font-size: 18px;
29837
+ }
29838
+
29839
+ .E_iouxfgt {
29840
+ display: inline-flex;
29841
+ align-items: center;
29842
+ }
29843
+ .E_iouxfgt .icon-inner {
29844
+ display: inline-flex;
29845
+ align-items: center;
29846
+ justify-content: center;
29847
+ }
29848
+ .E_iouxfgt .icon-inner + span,
29849
+ .E_iouxfgt span + .icon-inner.suffix {
29850
+ margin-left: 4px;
29851
+ }
29852
+ .E_iouxfgt.is-rotate img,
29853
+ .E_iouxfgt.is-rotate svg {
29854
+ animation: rotate 680ms linear infinite;
29855
+ }
29856
+
29826
29857
  .E_b1wx3t3t.ant-btn-icon-only {
29827
29858
  justify-content: center;
29828
29859
  }
@@ -30073,35 +30104,98 @@ html body {
30073
30104
  padding: 0;
30074
30105
  }
30075
30106
 
30076
- .E_i1inqkme {
30077
- height: 18px;
30107
+ .E_iq1gosr {
30108
+ display: inline-block;
30109
+ }
30110
+
30111
+ .E_owd0kml {
30112
+ display: inline-block;
30113
+ }
30114
+
30115
+ .E_h1jsgezc {
30116
+ visibility: hidden;
30117
+ position: absolute;
30118
+ }
30119
+
30120
+ .E_s1dni7lo {
30121
+ width: 430px !important;
30122
+ }
30123
+
30124
+ .E_d1wwmmm5 .ant-select-item-group {
30125
+ padding: 8px 16px;
30078
30126
  line-height: 18px;
30079
- padding: 0 4px;
30080
- border-radius: 4px;
30081
- background: rgba(235, 239, 245, 0.6);
30082
- border: 1px solid rgba(223, 228, 235, 0.6);
30127
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30128
+ height: 34px;
30129
+ min-height: 34px;
30130
+ box-sizing: border-box;
30131
+ margin-top: 8px;
30132
+ }
30133
+
30134
+ .E_o1ugr09p {
30083
30135
  display: flex;
30084
- align-items: center;
30085
- white-space: nowrap;
30086
- margin-right: 4px;
30136
+ flex-direction: column;
30137
+ margin: 1px 8px;
30138
+ padding: 8px;
30139
+ border-radius: 4px;
30140
+ }
30141
+ .E_o1ugr09p .selected-icon {
30142
+ display: none;
30143
+ }
30144
+ .E_o1ugr09p.ant-select-item-option-grouped {
30145
+ padding-left: 8px;
30146
+ }
30147
+ .E_o1ugr09p.ant-select-item-option-selected {
30148
+ background-color: white;
30149
+ }
30150
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30151
+ color: #0080ff;
30152
+ }
30153
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30154
+ display: block;
30155
+ }
30156
+ .E_o1ugr09p.ant-select-item-option-active {
30157
+ background: rgba(0, 136, 255, 0.16);
30158
+ }
30159
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30160
+ color: #0080ff;
30161
+ }
30162
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30163
+ background: rgba(0, 136, 255, 0.1);
30164
+ color: #0080ff;
30087
30165
  }
30088
30166
 
30089
- .E_iouxfgt {
30090
- display: inline-flex;
30091
- align-items: center;
30167
+ .E_o1ifxsq4 {
30168
+ display: flex;
30169
+ justify-content: space-between;
30170
+ height: 20px;
30171
+ line-height: 20px;
30092
30172
  }
30093
- .E_iouxfgt .icon-inner {
30094
- display: inline-flex;
30095
- align-items: center;
30096
- justify-content: center;
30173
+ .E_o1ifxsq4 .timezone-title {
30174
+ color: #2d3a56;
30175
+ overflow: hidden;
30176
+ text-overflow: ellipsis;
30097
30177
  }
30098
- .E_iouxfgt .icon-inner + span,
30099
- .E_iouxfgt span + .icon-inner.suffix {
30100
- margin-left: 4px;
30178
+
30179
+ .E_o1zue7 {
30180
+ display: flex;
30181
+ justify-content: space-between;
30182
+ color: rgba(44, 56, 82, 0.6);
30183
+ height: 18px;
30184
+ line-height: 18px;
30185
+ margin-top: 2px;
30101
30186
  }
30102
- .E_iouxfgt.is-rotate img,
30103
- .E_iouxfgt.is-rotate svg {
30104
- animation: rotate 680ms linear infinite;
30187
+
30188
+ .E_tyfmlxg {
30189
+ border: none;
30190
+ margin-right: 0;
30191
+ background: rgba(225, 230, 241, 0.6);
30192
+ }
30193
+
30194
+ .E_o18uybox {
30195
+ pointer-events: none;
30196
+ height: 32px;
30197
+ width: 100%;
30198
+ opacity: 0;
30105
30199
  }
30106
30200
 
30107
30201
  .E_tc97u5y {
@@ -30472,1598 +30566,1504 @@ html body {
30472
30566
  background: #fff;
30473
30567
  }
30474
30568
 
30475
- .E_skwah65 {
30476
- height: 8px;
30477
- box-sizing: border-box;
30478
- border-radius: 2px;
30479
- background: #f5f7fa;
30569
+ .E_cnujxq2 {
30480
30570
  display: flex;
30481
- width: 100%;
30482
- overflow: hidden;
30571
+ flex-direction: column;
30483
30572
  }
30484
- .E_skwah65 .stack-bar-item + .stack-bar-item {
30485
- margin-left: 1px;
30573
+
30574
+ .E_m7s48ia {
30575
+ max-width: 1120px;
30576
+ width: 100%;
30577
+ margin: 0 auto;
30578
+ height: 100%;
30486
30579
  }
30487
30580
 
30488
- .E_phljevk {
30581
+ .E_wt5zbg6 {
30582
+ max-width: 1120px;
30583
+ width: 100%;
30584
+ margin: 0 auto;
30489
30585
  display: flex;
30490
- justify-content: space-between;
30491
- align-items: center;
30492
- padding: 10px 0;
30493
- color: rgba(44, 56, 82, 0.6);
30494
- font-size: 12px;
30495
- line-height: 24px;
30496
30586
  }
30497
- .E_phljevk .pagination-left {
30498
- padding: 2px 8px;
30587
+ .E_wt5zbg6 .left,
30588
+ .E_wt5zbg6 .right {
30589
+ flex-grow: 0;
30590
+ flex-shrink: 0;
30591
+ flex-basis: 21%;
30499
30592
  }
30500
- .E_phljevk .dropdown-trigger {
30593
+ .E_wt5zbg6 .left {
30501
30594
  display: flex;
30502
- align-items: center;
30503
- border-radius: 6px;
30504
- cursor: pointer;
30505
- transition: all 0.3s ease;
30595
+ justify-content: flex-end;
30596
+ padding-right: 44px;
30506
30597
  }
30507
- .E_phljevk .dropdown-trigger:hover {
30508
- background: rgba(211, 218, 235, 0.6);
30509
- color: #0080ff;
30598
+ .E_wt5zbg6 .right {
30599
+ padding-left: 44px;
30510
30600
  }
30511
- .E_phljevk .dropdown-trigger .icon-inner {
30512
- margin-left: 4px;
30601
+ .E_wt5zbg6 .middle {
30602
+ margin-bottom: 40px;
30603
+ flex-grow: 0;
30604
+ flex-shrink: 0;
30605
+ flex-basis: 58%;
30513
30606
  }
30514
- .E_phljevk .pagination-right {
30515
- display: flex;
30516
- align-items: center;
30517
- color: #0080ff;
30518
- font-weight: bold;
30607
+ .E_wt5zbg6 .middle .form-base-field {
30608
+ width: 100%;
30519
30609
  }
30520
- .E_phljevk .pagination-right .icon-inner {
30521
- margin-left: 4px;
30610
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
30611
+ width: auto;
30522
30612
  }
30523
- .E_phljevk .pagination-right .prev-btn,
30524
- .E_phljevk .pagination-right .next-btn {
30525
- padding: 0 8px;
30613
+
30614
+ .E_h18jprzg .ant-modal-header {
30615
+ margin: 0 auto;
30616
+ width: 100%;
30617
+ max-width: 648px;
30526
30618
  }
30527
- .E_phljevk .pagination-right .prev-btn > span,
30528
- .E_phljevk .pagination-right .next-btn > span {
30529
- color: #0080ff;
30619
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
30620
+ margin-left: 0;
30530
30621
  }
30531
- .E_phljevk .pagination-right .next-btn .icon-inner {
30532
- transform: rotate(180deg);
30622
+ .E_h18jprzg .ant-modal-body {
30623
+ margin: 0 auto;
30624
+ padding: 0;
30625
+ width: 100%;
30626
+ max-width: 648px;
30627
+ overflow: hidden;
30533
30628
  }
30534
-
30535
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30536
- max-height: calc(100vh - 128px);
30629
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30630
+ margin-bottom: 40px;
30631
+ }
30632
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30633
+ height: calc(100vh - 225px);
30537
30634
  overflow-y: auto;
30538
30635
  }
30539
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30540
- padding: 4px 20px;
30541
- font-size: 12px;
30542
- line-height: 18px;
30543
- }
30544
-
30545
- .E_owd0kml {
30546
- display: inline-block;
30636
+ .E_h18jprzg .ant-modal-footer .footer-content {
30637
+ margin: 0 auto;
30638
+ max-width: 648px;
30547
30639
  }
30548
30640
 
30549
- .E_h1jsgezc {
30550
- visibility: hidden;
30551
- position: absolute;
30641
+ .E_h16z9xgz .ant-modal-header {
30642
+ margin: 0 auto;
30643
+ width: 100%;
30644
+ max-width: 1024px;
30552
30645
  }
30553
-
30554
- .E_iq1gosr {
30555
- display: inline-block;
30646
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
30647
+ margin-left: 0;
30556
30648
  }
30557
-
30558
- .E_s1ebs0ra {
30559
- display: flex;
30560
- align-items: center;
30561
- justify-content: space-between;
30562
- background: #edf0f7;
30563
- padding: 8px 12px;
30564
- position: sticky;
30565
- top: 0;
30566
- z-index: 1;
30567
- margin-bottom: -52px;
30649
+ .E_h16z9xgz .ant-modal-body {
30650
+ margin: 0 auto;
30651
+ padding: 0;
30652
+ width: 100%;
30653
+ max-width: 1024px;
30654
+ overflow: hidden;
30568
30655
  }
30569
- .E_s1ebs0ra .select-total {
30570
- display: flex;
30571
- align-items: center;
30572
- font-weight: 700;
30573
- flex-shrink: 0;
30656
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30657
+ margin-bottom: 40px;
30574
30658
  }
30575
- .E_s1ebs0ra .select-total .icon-wrapper {
30576
- cursor: pointer;
30577
- margin-left: 8px;
30578
- width: 32px;
30579
- height: 32px;
30580
- border-radius: 50%;
30581
- justify-content: center;
30659
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30660
+ height: calc(100vh - 225px);
30661
+ overflow-y: auto;
30582
30662
  }
30583
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
30584
- background: rgba(225, 230, 241, 0.6);
30663
+ .E_h16z9xgz .ant-modal-footer .footer-content {
30664
+ margin: 0 auto;
30665
+ max-width: 1024px;
30585
30666
  }
30586
- .E_s1ebs0ra .action-group {
30667
+
30668
+ .E_f1lrhghm {
30587
30669
  flex: 1;
30588
- margin-left: 88px;
30589
- white-space: nowrap;
30590
- text-align: right;
30591
- position: relative;
30592
- padding: 4px 0;
30593
- margin-top: -4px;
30594
- overflow: hidden;
30595
30670
  }
30596
- .E_s1ebs0ra .action-group .sub-menu-delete {
30597
- transform: translateY(-4px);
30671
+ .E_f1lrhghm label {
30672
+ font-size: 13px;
30673
+ line-height: 20px;
30674
+ color: rgba(44, 56, 82, 0.6);
30598
30675
  }
30599
- .E_s1ebs0ra .action-group button {
30600
- border: none;
30676
+ .E_f1lrhghm .title {
30677
+ font-size: 14px;
30678
+ line-height: 20px;
30679
+ color: #2d3a56;
30680
+ margin-bottom: 12px;
30601
30681
  }
30602
- .E_s1ebs0ra .action-group > *:not(:last-child) {
30603
- margin-right: 8px;
30682
+ .E_f1lrhghm.connect-cluster .title {
30683
+ padding-bottom: 26px;
30604
30684
  }
30605
- .E_s1ebs0ra .action-group > button:last-child {
30606
- margin-right: 4px;
30685
+
30686
+ .E_f18ot8em {
30687
+ padding: 25px 0 15px 0;
30688
+ border-bottom: 1px solid #e1e5eb;
30689
+ margin-bottom: 16px;
30607
30690
  }
30608
- .E_s1ebs0ra .action-group .more-btn {
30609
- cursor: pointer;
30610
- width: 32px;
30611
- height: 32px;
30612
- justify-content: center;
30613
- border-radius: 50%;
30691
+
30692
+ .E_f1l1g2k0 {
30693
+ display: flex;
30694
+ align-items: center;
30695
+ margin-bottom: 8px;
30614
30696
  }
30615
- .E_s1ebs0ra .action-group .more-btn:hover {
30616
- background: #fff;
30697
+ .E_f1l1g2k0 > label {
30698
+ width: 216px;
30617
30699
  }
30618
-
30619
- .E_dsnbhzf {
30620
- font-family: Inter;
30621
- font-style: normal;
30622
- font-weight: bold;
30623
- font-size: 32px;
30624
- line-height: 40px;
30700
+ .E_f1l1g2k0 > label + * {
30701
+ width: 100%;
30625
30702
  }
30626
-
30627
- .E_d1mvo22k {
30628
- font-family: Inter;
30629
- font-style: normal;
30630
- font-weight: bold;
30631
- font-size: 24px;
30632
- line-height: 32px;
30703
+ .E_f1l1g2k0 .ant-select {
30704
+ width: 100%;
30633
30705
  }
30634
30706
 
30635
- .E_d1b444tr {
30636
- font-family: Inter;
30637
- font-style: normal;
30638
- font-weight: normal;
30639
- font-size: 32px;
30640
- line-height: 40px;
30707
+ .E_e1k89cwg {
30708
+ color: #e75a3a;
30709
+ margin-right: 10px;
30641
30710
  }
30642
30711
 
30643
- .E_dvs0kue {
30644
- font-family: Inter;
30645
- font-style: normal;
30646
- font-weight: bold;
30647
- font-size: 20px;
30648
- line-height: 24px;
30712
+ .E_d1oui1gf {
30713
+ width: 100%;
30714
+ height: 1px;
30715
+ background: rgba(213, 219, 227, 0.6);
30716
+ margin: 24px 0;
30649
30717
  }
30650
30718
 
30651
- .E_d1hcbfcq {
30652
- font-family: Inter;
30653
- font-style: normal;
30654
- font-weight: normal;
30655
- font-size: 20px;
30656
- line-height: 24px;
30719
+ .E_l15itdbb {
30720
+ display: flex;
30721
+ justify-content: center;
30722
+ align-items: center;
30723
+ height: 100%;
30657
30724
  }
30658
30725
 
30659
- .E_d1cz922v {
30660
- font-family: Inter;
30661
- font-style: normal;
30662
- font-weight: bold;
30663
- font-size: 18px;
30664
- line-height: 22px;
30726
+ .E_d1y3z4w {
30727
+ display: inline-block;
30728
+ width: 4px;
30729
+ height: 4px;
30730
+ background: #8e9aa9;
30731
+ opacity: 0.4;
30732
+ border-radius: 50%;
30733
+ margin: 0 4px;
30665
30734
  }
30666
30735
 
30667
- .E_d3nzbrm {
30668
- font-family: Inter;
30669
- font-style: normal;
30670
- font-weight: normal;
30671
- font-size: 18px;
30672
- line-height: 22px;
30736
+ .E_m177r7a3 .ant-modal-header,
30737
+ .E_m177r7a3 .ant-modal-footer .footer-content {
30738
+ width: 648px;
30739
+ margin: 0 auto;
30673
30740
  }
30674
-
30675
- .E_h1g0p5ob {
30676
- font-family: Inter;
30677
- font-style: normal;
30678
- font-weight: bold;
30679
- font-size: 16px;
30680
- line-height: 22px;
30741
+ .E_m177r7a3 .ant-modal-header {
30742
+ padding: 35px 0 24px;
30743
+ border: none;
30681
30744
  }
30682
-
30683
- .E_hydo2ej {
30684
- font-family: Inter;
30685
- font-style: normal;
30686
- font-weight: normal;
30687
- font-size: 16px;
30688
- line-height: 22px;
30745
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
30746
+ font-size: 30px;
30689
30747
  }
30690
-
30691
- .E_h1hbuq0r {
30692
- font-family: Inter;
30693
- font-style: normal;
30694
- font-weight: bold;
30695
- font-size: 14px;
30696
- line-height: 20px;
30748
+ .E_m177r7a3 .ant-modal-body {
30749
+ padding: 4px 0 2px;
30697
30750
  }
30698
-
30699
- .E_h13bondg {
30700
- font-family: Inter;
30701
- font-style: normal;
30702
- font-weight: normal;
30703
- font-size: 14px;
30704
- line-height: 20px;
30751
+ .E_m177r7a3 .ant-modal-footer {
30752
+ border: none;
30705
30753
  }
30706
30754
 
30707
- .E_h1mhvdlx {
30708
- font-family: Inter;
30709
- font-style: normal;
30710
- font-weight: bold;
30755
+ .E_t1wwio3v {
30711
30756
  font-size: 12px;
30712
30757
  line-height: 18px;
30758
+ font-weight: bold;
30759
+ color: #fff;
30760
+ padding: 0 4px;
30761
+ border-radius: 4px;
30762
+ display: inline-block;
30763
+ background: var(--t1wwio3v-0);
30713
30764
  }
30714
-
30715
- .E_h1inmfq6 {
30716
- font-family: Inter;
30717
- font-style: normal;
30718
- font-weight: normal;
30719
- font-size: 12px;
30720
- line-height: 18px;
30765
+ .E_t1wwio3v:not(:first-child) {
30766
+ margin-left: 4px;
30721
30767
  }
30722
30768
 
30723
- .E_h1kfc0la {
30724
- font-family: Inter;
30725
- font-style: normal;
30726
- font-weight: bold;
30727
- text-transform: uppercase;
30728
- font-feature-settings: "cpsp" on;
30729
- font-size: 12px;
30730
- line-height: 18px;
30769
+ .E_f17jvtfk {
30770
+ width: 100%;
30771
+ height: 100%;
30772
+ display: flex;
30773
+ align-items: center;
30774
+ justify-content: center;
30731
30775
  }
30732
30776
 
30733
- .E_h10xnyuu {
30734
- font-family: Inter;
30735
- font-style: normal;
30736
- font-weight: normal;
30737
- text-transform: uppercase;
30738
- font-feature-settings: "cpsp" on;
30739
- font-size: 12px;
30740
- line-height: 18px;
30741
- }
30742
-
30743
- .E_lrcmi0v {
30744
- font-family: Inter;
30745
- font-style: normal;
30746
- font-weight: normal;
30747
- font-size: 16px;
30748
- line-height: 24px;
30749
- }
30750
-
30751
- .E_lzt43lp {
30752
- font-family: Inter;
30753
- font-style: normal;
30754
- font-weight: bold;
30755
- font-size: 16px;
30756
- line-height: 24px;
30757
- }
30758
-
30759
- .E_l5yc9nt {
30760
- font-family: Inter;
30761
- font-style: normal;
30762
- font-weight: normal;
30763
- font-size: 16px;
30764
- line-height: 24px;
30765
- }
30766
-
30767
- .E_l1fbkbzo {
30768
- font-family: Inter;
30769
- font-style: normal;
30770
- font-weight: bold;
30771
- font-size: 16px;
30772
- line-height: 24px;
30773
- }
30774
-
30775
- .E_lahvcax {
30776
- font-family: Inter;
30777
- font-style: normal;
30778
- font-weight: normal;
30779
- text-transform: uppercase;
30780
- font-feature-settings: "cpsp" on;
30781
- font-size: 16px;
30782
- line-height: 24px;
30783
- }
30784
-
30785
- .E_l11q3pxd {
30786
- font-family: Inter;
30787
- font-style: normal;
30788
- font-weight: bold;
30789
- text-transform: uppercase;
30790
- font-feature-settings: "cpsp" on;
30791
- font-size: 16px;
30792
- line-height: 24px;
30793
- }
30794
-
30795
- .E_lfuc2qu {
30796
- font-family: Inter;
30797
- font-style: normal;
30798
- font-weight: normal;
30799
- font-size: 14px;
30800
- line-height: 22px;
30801
- }
30802
-
30803
- .E_l1jmp8r0 {
30804
- font-family: Inter;
30805
- font-style: normal;
30806
- font-weight: 500;
30807
- font-size: 14px;
30808
- line-height: 22px;
30809
- }
30810
-
30811
- .E_lcnm221 {
30812
- font-family: Inter;
30813
- font-style: normal;
30814
- font-weight: bold;
30815
- font-size: 14px;
30816
- line-height: 22px;
30817
- }
30818
-
30819
- .E_lu1z2n5 {
30820
- font-family: Inter;
30821
- font-style: normal;
30822
- font-weight: normal;
30823
- font-size: 14px;
30824
- line-height: 22px;
30825
- }
30826
-
30827
- .E_l1r59djn {
30828
- font-family: Inter;
30829
- font-style: normal;
30777
+ .E_nzppkea {
30778
+ font-size: 90%;
30830
30779
  font-weight: bold;
30831
- font-size: 14px;
30832
- line-height: 22px;
30833
- }
30834
-
30835
- .E_ljm2911 {
30836
- font-family: Inter;
30837
- font-style: normal;
30838
- font-weight: normal;
30839
- text-transform: uppercase;
30840
- font-feature-settings: "cpsp" on;
30841
- font-size: 14px;
30842
- line-height: 22px;
30780
+ background-color: rgba(240, 243, 247, 0.6);
30781
+ padding: 1px 4px 1px;
30782
+ margin-left: 2px;
30783
+ margin-right: 2px;
30784
+ border: 1px solid rgba(213, 219, 227, 0.6);
30785
+ border-radius: 4px;
30843
30786
  }
30844
30787
 
30845
- .E_l124mzmr {
30846
- font-family: Inter;
30847
- font-style: normal;
30848
- font-weight: bold;
30849
- text-transform: uppercase;
30850
- font-feature-settings: "cpsp" on;
30851
- font-size: 14px;
30852
- line-height: 22px;
30788
+ .E_f4mi9eq.form-item-general {
30789
+ width: 640px;
30853
30790
  }
30854
-
30855
- .E_lb3chel {
30856
- font-family: Inter;
30857
- font-style: normal;
30858
- font-weight: normal;
30859
- font-size: 13px;
30860
- line-height: 20px;
30791
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30792
+ margin-top: 16px;
30861
30793
  }
30862
-
30863
- .E_lv9jstu {
30864
- font-family: Inter;
30865
- font-style: normal;
30866
- font-weight: 600;
30867
- font-size: 13px;
30868
- line-height: 20px;
30794
+ .E_f4mi9eq.form-item-compact {
30795
+ width: 412px;
30869
30796
  }
30870
-
30871
- .E_lwqlh3x {
30872
- font-family: Inter;
30873
- font-style: normal;
30874
- font-weight: bold;
30875
- font-size: 13px;
30876
- line-height: 20px;
30797
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30798
+ margin-top: 8px;
30877
30799
  }
30878
-
30879
- .E_lalum9y {
30880
- font-family: Inter;
30881
- font-style: normal;
30882
- font-weight: normal;
30883
- font-size: 13px;
30884
- line-height: 20px;
30800
+ .E_f4mi9eq .form-item {
30801
+ width: auto;
30885
30802
  }
30886
-
30887
- .E_l1t6dj5o {
30888
- font-family: Inter;
30889
- font-style: normal;
30890
- font-weight: 600;
30891
- font-size: 13px;
30892
- line-height: 20px;
30803
+ .E_f4mi9eq .form-item-main {
30804
+ position: relative;
30805
+ display: flex;
30893
30806
  }
30894
-
30895
- .E_l12f6ic {
30896
- font-family: Inter;
30897
- font-style: normal;
30898
- font-weight: bold;
30807
+ .E_f4mi9eq .form-item-extra {
30808
+ margin-top: 4px;
30809
+ width: 100%;
30810
+ padding: 14px;
30811
+ background: #f2f4f6;
30899
30812
  font-size: 13px;
30900
- line-height: 20px;
30813
+ line-height: 1.8;
30814
+ color: #8e9aa9;
30901
30815
  }
30902
-
30903
- .E_l7gmukq {
30904
- font-family: Inter;
30905
- font-style: normal;
30906
- font-weight: normal;
30907
- text-transform: uppercase;
30908
- font-feature-settings: "cpsp" on;
30816
+ .E_f4mi9eq .form-item-label {
30817
+ padding-right: 12px;
30909
30818
  font-size: 13px;
30910
- line-height: 20px;
30819
+ color: rgba(44, 56, 82, 0.6);
30911
30820
  }
30912
-
30913
- .E_lkwl0yp {
30914
- font-family: Inter;
30915
- font-style: normal;
30916
- font-weight: bold;
30917
- text-transform: uppercase;
30918
- font-feature-settings: "cpsp" on;
30919
- font-size: 13px;
30920
- line-height: 20px;
30821
+ .E_f4mi9eq .form-item-label.label-right {
30822
+ text-align: right;
30921
30823
  }
30922
-
30923
- .E_l10knv48 {
30924
- font-family: Inter;
30925
- font-style: normal;
30926
- font-weight: normal;
30927
- font-size: 12px;
30928
- line-height: 18px;
30824
+ .E_f4mi9eq .form-item-label,
30825
+ .E_f4mi9eq .form-item-control {
30826
+ line-height: 32px;
30929
30827
  }
30930
-
30931
- .E_l6526ld {
30932
- font-family: Inter;
30933
- font-style: normal;
30934
- font-weight: 500;
30935
- font-size: 12px;
30828
+ .E_f4mi9eq .form-item-control .form-item-error {
30936
30829
  line-height: 18px;
30937
30830
  }
30938
-
30939
- .E_l1j81vli {
30940
- font-family: Inter;
30941
- font-style: normal;
30942
- font-weight: bold;
30943
- font-size: 12px;
30944
- line-height: 18px;
30831
+ .E_f4mi9eq .form-item-children {
30832
+ width: 100%;
30945
30833
  }
30946
-
30947
- .E_l1x7n1mk {
30948
- font-family: Inter;
30949
- font-style: normal;
30950
- font-weight: normal;
30951
- font-size: 12px;
30952
- line-height: 18px;
30834
+ .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 {
30835
+ width: 100%;
30953
30836
  }
30954
-
30955
- .E_l9fqufz {
30956
- font-family: Inter;
30957
- font-style: normal;
30958
- font-weight: 500;
30959
- font-size: 12px;
30960
- line-height: 18px;
30837
+ .E_f4mi9eq .form-item-error {
30838
+ color: #e75a3a;
30839
+ height: 0;
30840
+ overflow: hidden;
30961
30841
  }
30962
-
30963
- .E_l1iwnybd {
30964
- font-family: Inter;
30965
- font-style: normal;
30966
- font-weight: bold;
30967
- font-size: 12px;
30968
- line-height: 18px;
30842
+ .E_f4mi9eq .form-item-error-enter-done {
30843
+ margin-top: 4px;
30844
+ height: auto;
30845
+ overflow: auto;
30969
30846
  }
30970
-
30971
- .E_lprtm1e {
30972
- font-family: Inter;
30973
- font-style: normal;
30974
- font-weight: normal;
30975
- text-transform: uppercase;
30976
- font-feature-settings: "cpsp" on;
30977
- font-size: 12px;
30978
- line-height: 18px;
30847
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30848
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30849
+ border: 1px solid #e75a3a;
30850
+ color: #e75a3a;
30979
30851
  }
30980
30852
 
30981
- .E_l1lln87h {
30982
- font-family: Inter;
30983
- font-style: normal;
30853
+ .E_fh0ewl8 {
30854
+ color: #2d3a56;
30984
30855
  font-weight: bold;
30985
- text-transform: uppercase;
30986
- font-feature-settings: "cpsp" on;
30987
- font-size: 12px;
30988
- line-height: 18px;
30856
+ padding-bottom: 6px;
30857
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30858
+ margin-bottom: 16px;
30989
30859
  }
30990
-
30991
- .E_f2pb48l {
30992
- font-family: Inter;
30993
- font-style: normal;
30994
- font-weight: normal;
30995
- font-size: 13px;
30996
- line-height: 20px;
30860
+ .E_fh0ewl8:not(:first-of-type) {
30861
+ margin-top: 16px;
30997
30862
  }
30998
30863
 
30999
- .E_fi9emkw {
31000
- font-family: Inter;
31001
- font-style: normal;
31002
- font-weight: normal;
31003
- font-size: 13px;
31004
- line-height: 20px;
30864
+ .E_e1qrlvot {
30865
+ width: 8px;
30866
+ height: 24px;
30867
+ display: flex;
30868
+ justify-content: center;
30869
+ align-items: center;
30870
+ cursor: pointer;
30871
+ transition: all 200ms ease-out 40ms;
31005
30872
  }
31006
-
31007
- .E_f1nrg7da {
31008
- font-family: Inter;
31009
- font-style: normal;
31010
- font-weight: normal;
31011
- font-size: 12px;
31012
- line-height: 18px;
30873
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
30874
+ content: "";
30875
+ width: 1px;
30876
+ height: 6px;
30877
+ border-radius: 1px;
30878
+ background: #ccd4e3;
30879
+ position: relative;
30880
+ right: 2px;
30881
+ transform: rotate(-45deg);
31013
30882
  }
31014
-
31015
- .E_f17k1i3n {
31016
- font-family: Inter;
31017
- font-style: normal;
31018
- font-weight: normal;
31019
- font-size: 12px;
31020
- line-height: 18px;
30883
+ .E_e1qrlvot:after {
30884
+ transform: rotate(45deg);
30885
+ left: 1px;
31021
30886
  }
31022
30887
 
31023
- .E_t1tvuj2e {
31024
- font-family: Inter;
31025
- font-style: normal;
31026
- font-weight: normal;
31027
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31028
- font-size: 13px;
31029
- line-height: 20px;
30888
+ .E_w9ic984.ant-alert-warning {
30889
+ border: 0;
30890
+ background: rgba(255, 187, 0, 0.1);
30891
+ border-radius: 6px;
31030
30892
  }
31031
-
31032
- .E_t17uajlu {
31033
- font-family: Inter;
31034
- font-style: normal;
31035
- font-weight: normal;
31036
- font-feature-settings: "zero" on;
31037
- font-size: 13px;
31038
- line-height: 20px;
30893
+ .E_w9ic984.ant-alert,
30894
+ .E_w9ic984 .ant-alert-message {
30895
+ color: #e07f00;
31039
30896
  }
31040
-
31041
- .E_t114zbyz {
31042
- font-family: Inter;
31043
- font-style: normal;
31044
- font-weight: normal;
31045
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31046
- font-size: 12px;
31047
- line-height: 18px;
30897
+ .E_w9ic984.ant-alert .dashed-border-bottom,
30898
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30899
+ border-bottom-color: #e07f00;
31048
30900
  }
31049
30901
 
31050
- .E_t1il0kvi {
31051
- font-family: Inter;
31052
- font-style: normal;
31053
- font-weight: 500;
31054
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30902
+ .E_n1k9qi4r {
30903
+ display: flex;
30904
+ flex-direction: row;
30905
+ padding: 7px 12px;
30906
+ background: rgba(255, 187, 0, 0.1);
30907
+ border-radius: 6px;
30908
+ color: #e07f00;
31055
30909
  font-size: 12px;
31056
30910
  line-height: 18px;
31057
30911
  }
31058
-
31059
- .E_t10dv8p1 {
31060
- font-family: Inter;
31061
- font-style: normal;
31062
- font-weight: normal;
31063
- font-feature-settings: "zero" on;
31064
- font-size: 12px;
31065
- line-height: 18px;
30912
+ .E_n1k9qi4r .icon-wrapper {
30913
+ margin-right: 10px;
30914
+ height: 18px;
31066
30915
  }
31067
30916
 
31068
- .E_tc2oqpq {
31069
- font-family: Inter;
31070
- font-style: normal;
31071
- font-weight: 500;
31072
- font-feature-settings: "zero" on;
30917
+ .E_n16fsg9x {
30918
+ display: flex;
30919
+ flex-direction: row;
30920
+ padding: 7px 12px;
30921
+ background: rgba(225, 230, 241, 0.6);
30922
+ border-radius: 6px;
30923
+ color: rgba(44, 56, 82, 0.6);
31073
30924
  font-size: 12px;
31074
30925
  line-height: 18px;
31075
30926
  }
31076
-
31077
- .E_tzvddmc {
31078
- font-family: Inter;
31079
- font-style: normal;
31080
- font-weight: bold;
31081
- font-feature-settings: "zero" on;
31082
- font-size: 16px;
31083
- line-height: 24px;
31084
- }
31085
-
31086
- .E_u18llj45 {
31087
- font-family: Inter;
31088
- font-style: normal;
31089
- font-weight: normal;
31090
- font-size: 10px;
31091
- line-height: 12px;
31092
- }
31093
-
31094
- .E_cnujxq2 {
31095
- display: flex;
31096
- flex-direction: column;
31097
- }
31098
-
31099
- .E_m7s48ia {
31100
- max-width: 1120px;
31101
- width: 100%;
31102
- margin: 0 auto;
31103
- height: 100%;
30927
+ .E_n16fsg9x .icon-wrapper {
30928
+ margin-right: 10px;
30929
+ height: 18px;
31104
30930
  }
31105
30931
 
31106
- .E_wt5zbg6 {
31107
- max-width: 1120px;
31108
- width: 100%;
31109
- margin: 0 auto;
31110
- display: flex;
31111
- }
31112
- .E_wt5zbg6 .left,
31113
- .E_wt5zbg6 .right {
31114
- flex-grow: 0;
31115
- flex-shrink: 0;
31116
- flex-basis: 21%;
31117
- }
31118
- .E_wt5zbg6 .left {
30932
+ .E_i173wxzw {
31119
30933
  display: flex;
31120
- justify-content: flex-end;
31121
- padding-right: 44px;
31122
- }
31123
- .E_wt5zbg6 .right {
31124
- padding-left: 44px;
31125
- }
31126
- .E_wt5zbg6 .middle {
31127
- margin-bottom: 40px;
31128
- flex-grow: 0;
31129
- flex-shrink: 0;
31130
- flex-basis: 58%;
31131
- }
31132
- .E_wt5zbg6 .middle .form-base-field {
31133
- width: 100%;
31134
- }
31135
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31136
- width: auto;
30934
+ flex-direction: row;
30935
+ padding: 7px 12px;
30936
+ background: rgba(0, 136, 255, 0.1);
30937
+ border-radius: 6px;
30938
+ color: #005ed1;
30939
+ font-size: 12px;
30940
+ line-height: 18px;
31137
30941
  }
31138
-
31139
- .E_h18jprzg .ant-modal-header {
31140
- margin: 0 auto;
31141
- width: 100%;
31142
- max-width: 648px;
30942
+ .E_i173wxzw .icon-wrapper {
30943
+ margin-right: 10px;
30944
+ height: 18px;
31143
30945
  }
31144
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31145
- margin-left: 0;
30946
+
30947
+ .E_dld369h {
30948
+ color: rgba(44, 56, 82, 0.6);
30949
+ margin-top: 5px;
30950
+ font-size: 12px;
30951
+ line-height: 18px;
31146
30952
  }
31147
- .E_h18jprzg .ant-modal-body {
31148
- margin: 0 auto;
31149
- padding: 0;
31150
- width: 100%;
31151
- max-width: 648px;
31152
- overflow: hidden;
30953
+
30954
+ .E_s1epv22q {
30955
+ color: #f0483e;
30956
+ font-size: 12px;
30957
+ white-space: pre-wrap;
31153
30958
  }
31154
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31155
- margin-bottom: 40px;
30959
+
30960
+ .E_okus5hk {
30961
+ display: flex;
30962
+ align-items: center;
30963
+ justify-content: flex-end;
31156
30964
  }
31157
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31158
- height: calc(100vh - 225px);
31159
- overflow-y: auto;
30965
+ .E_okus5hk .icon-wrapper {
30966
+ margin-right: 16px;
31160
30967
  }
31161
- .E_h18jprzg .ant-modal-footer .footer-content {
31162
- margin: 0 auto;
31163
- max-width: 648px;
30968
+
30969
+ .E_t1auuzri {
30970
+ color: rgba(0, 21, 64, 0.3);
31164
30971
  }
31165
30972
 
31166
- .E_h16z9xgz .ant-modal-header {
31167
- margin: 0 auto;
31168
- width: 100%;
31169
- max-width: 1024px;
30973
+ .E_i74cfyt.ant-input {
30974
+ padding: 5px 12px;
30975
+ line-height: 20px;
30976
+ color: #2d3a56;
30977
+ border-radius: 6px;
30978
+ border-color: rgba(172, 186, 211, 0.6);
30979
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31170
30980
  }
31171
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31172
- margin-left: 0;
30981
+ .E_i74cfyt.ant-input.ant-input-lg {
30982
+ padding: 8px 16px;
30983
+ line-height: 22px;
31173
30984
  }
31174
- .E_h16z9xgz .ant-modal-body {
31175
- margin: 0 auto;
31176
- padding: 0;
31177
- width: 100%;
31178
- max-width: 1024px;
31179
- overflow: hidden;
30985
+ .E_i74cfyt.ant-input.ant-input-sm {
30986
+ padding: 2px 8px;
30987
+ line-height: 18px;
31180
30988
  }
31181
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31182
- margin-bottom: 40px;
30989
+ .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 {
30990
+ border-color: rgba(107, 128, 167, 0.6);
30991
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30992
+ z-index: 1;
31183
30993
  }
31184
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31185
- height: calc(100vh - 225px);
31186
- overflow-y: auto;
30994
+ .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 {
30995
+ border-color: #0096ff;
30996
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30997
+ z-index: 1;
31187
30998
  }
31188
- .E_h16z9xgz .ant-modal-footer .footer-content {
31189
- margin: 0 auto;
31190
- max-width: 1024px;
30999
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31000
+ border-color: #e75a3a;
31001
+ color: #e75a3a;
31191
31002
  }
31192
-
31193
- .E_f1lrhghm {
31194
- flex: 1;
31003
+ .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 {
31004
+ border-color: #e75a3a;
31005
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31195
31006
  }
31196
- .E_f1lrhghm label {
31197
- font-size: 13px;
31198
- line-height: 20px;
31199
- color: rgba(44, 56, 82, 0.6);
31007
+ .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 {
31008
+ border-color: #e75a3a;
31009
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31200
31010
  }
31201
- .E_f1lrhghm .title {
31202
- font-size: 14px;
31011
+ .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 {
31012
+ background: rgba(211, 218, 235, 0.6);
31013
+ color: rgba(0, 21, 64, 0.3);
31014
+ border-color: rgba(172, 186, 211, 0.6);
31015
+ }
31016
+ .E_i74cfyt.ant-input-affix-wrapper {
31017
+ padding: 5px 12px;
31018
+ border-radius: 6px;
31019
+ border-color: rgba(172, 186, 211, 0.6);
31203
31020
  line-height: 20px;
31204
31021
  color: #2d3a56;
31205
- margin-bottom: 12px;
31022
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31206
31023
  }
31207
- .E_f1lrhghm.connect-cluster .title {
31208
- padding-bottom: 26px;
31024
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31025
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31026
+ color: rgba(44, 56, 82, 0.6);
31209
31027
  }
31210
-
31211
- .E_f18ot8em {
31212
- padding: 25px 0 15px 0;
31213
- border-bottom: 1px solid #e1e5eb;
31214
- margin-bottom: 16px;
31028
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31029
+ padding: 8px 16px;
31030
+ line-height: 22px;
31215
31031
  }
31216
-
31217
- .E_f1l1g2k0 {
31218
- display: flex;
31219
- align-items: center;
31220
- margin-bottom: 8px;
31032
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31033
+ padding: 2px 8px;
31034
+ line-height: 18px;
31221
31035
  }
31222
- .E_f1l1g2k0 > label {
31223
- width: 216px;
31036
+ .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 {
31037
+ border-color: rgba(107, 128, 167, 0.6);
31038
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31224
31039
  }
31225
- .E_f1l1g2k0 > label + * {
31226
- width: 100%;
31040
+ .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 {
31041
+ border-color: #0096ff;
31042
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31227
31043
  }
31228
- .E_f1l1g2k0 .ant-select {
31229
- width: 100%;
31044
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31045
+ border-color: #e75a3a;
31230
31046
  }
31231
-
31232
- .E_e1k89cwg {
31047
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31233
31048
  color: #e75a3a;
31234
- margin-right: 10px;
31235
- }
31236
-
31237
- .E_d1oui1gf {
31238
- width: 100%;
31239
- height: 1px;
31240
- background: rgba(213, 219, 227, 0.6);
31241
- margin: 24px 0;
31242
31049
  }
31243
-
31244
- .E_l15itdbb {
31245
- display: flex;
31246
- justify-content: center;
31247
- align-items: center;
31248
- height: 100%;
31050
+ .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 {
31051
+ border-color: #e75a3a;
31052
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31249
31053
  }
31250
-
31251
- .E_d1y3z4w {
31252
- display: inline-block;
31253
- width: 4px;
31254
- height: 4px;
31255
- background: #8e9aa9;
31256
- opacity: 0.4;
31257
- border-radius: 50%;
31258
- margin: 0 4px;
31054
+ .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 {
31055
+ border-color: #e75a3a;
31056
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31259
31057
  }
31260
-
31261
- .E_m177r7a3 .ant-modal-header,
31262
- .E_m177r7a3 .ant-modal-footer .footer-content {
31263
- width: 648px;
31264
- margin: 0 auto;
31058
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31059
+ background: rgba(211, 218, 235, 0.6);
31060
+ color: rgba(0, 21, 64, 0.3);
31061
+ border-color: rgba(172, 186, 211, 0.6);
31265
31062
  }
31266
- .E_m177r7a3 .ant-modal-header {
31267
- padding: 35px 0 24px;
31268
- border: none;
31063
+ textarea.E_i74cfyt.ant-input {
31064
+ transition-property: height;
31065
+ transition-delay: 50ms;
31269
31066
  }
31270
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31271
- font-size: 30px;
31067
+ textarea.E_i74cfyt.ant-input.textarea-large {
31068
+ min-height: 40px;
31069
+ height: 40px;
31272
31070
  }
31273
- .E_m177r7a3 .ant-modal-body {
31274
- padding: 4px 0 2px;
31071
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31072
+ height: 80px;
31275
31073
  }
31276
- .E_m177r7a3 .ant-modal-footer {
31277
- border: none;
31074
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31075
+ min-height: 32px;
31076
+ height: 32px;
31278
31077
  }
31279
-
31280
- .E_t1wwio3v {
31281
- font-size: 12px;
31282
- line-height: 18px;
31283
- font-weight: bold;
31284
- color: #fff;
31285
- padding: 0 4px;
31286
- border-radius: 4px;
31287
- display: inline-block;
31288
- background: var(--t1wwio3v-0);
31078
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31079
+ height: 64px;
31289
31080
  }
31290
- .E_t1wwio3v:not(:first-child) {
31291
- margin-left: 4px;
31081
+ textarea.E_i74cfyt.ant-input.textarea-small {
31082
+ min-height: 24px;
31083
+ height: 24px;
31292
31084
  }
31293
-
31294
- .E_f17jvtfk {
31295
- width: 100%;
31296
- height: 100%;
31297
- display: flex;
31298
- align-items: center;
31299
- justify-content: center;
31085
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31086
+ height: 40px;
31300
31087
  }
31301
31088
 
31302
- .E_nzppkea {
31303
- font-size: 90%;
31304
- font-weight: bold;
31305
- background-color: rgba(240, 243, 247, 0.6);
31306
- padding: 1px 4px 1px;
31307
- margin-left: 2px;
31308
- margin-right: 2px;
31089
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31309
31090
  border: 1px solid rgba(213, 219, 227, 0.6);
31310
31091
  border-radius: 4px;
31311
31092
  }
31312
-
31313
- .E_f4mi9eq.form-item-general {
31314
- width: 640px;
31315
- }
31316
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31317
- margin-top: 16px;
31318
- }
31319
- .E_f4mi9eq.form-item-compact {
31320
- width: 412px;
31093
+ .E_k1ci6977.input-tags {
31094
+ position: relative;
31095
+ padding: 6px;
31096
+ height: 32px;
31097
+ cursor: pointer;
31098
+ transition: border 150ms;
31321
31099
  }
31322
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31323
- margin-top: 8px;
31100
+ .E_k1ci6977.input-tags:hover {
31101
+ border-color: #0080ff;
31102
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31324
31103
  }
31325
- .E_f4mi9eq .form-item {
31326
- width: auto;
31104
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31105
+ padding-right: 30px;
31327
31106
  }
31328
- .E_f4mi9eq .form-item-main {
31329
- position: relative;
31107
+ .E_k1ci6977.input-tags .input-tags-inner {
31330
31108
  display: flex;
31331
31109
  }
31332
- .E_f4mi9eq .form-item-extra {
31333
- margin-top: 4px;
31334
- width: 100%;
31335
- padding: 14px;
31336
- background: #f2f4f6;
31337
- font-size: 13px;
31338
- line-height: 1.8;
31339
- color: #8e9aa9;
31110
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31111
+ display: flex;
31340
31112
  }
31341
- .E_f4mi9eq .form-item-label {
31342
- padding-right: 12px;
31343
- font-size: 13px;
31344
- color: rgba(44, 56, 82, 0.6);
31113
+ .E_k1ci6977.input-tags .input-tag-suffix {
31114
+ position: absolute;
31115
+ right: 12px;
31116
+ top: 50%;
31117
+ transform: translateY(-50%);
31345
31118
  }
31346
- .E_f4mi9eq .form-item-label.label-right {
31347
- text-align: right;
31119
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31120
+ color: rgba(0, 0, 0, 0.25);
31121
+ font-size: 12px;
31122
+ cursor: pointer;
31348
31123
  }
31349
- .E_f4mi9eq .form-item-label,
31350
- .E_f4mi9eq .form-item-control {
31351
- line-height: 32px;
31124
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31125
+ color: rgba(0, 0, 0, 0.45);
31352
31126
  }
31353
- .E_f4mi9eq .form-item-control .form-item-error {
31354
- line-height: 18px;
31127
+ .E_k1ci6977.has-focus-indicator {
31128
+ position: relative;
31129
+ overflow: hidden;
31355
31130
  }
31356
- .E_f4mi9eq .form-item-children {
31357
- width: 100%;
31131
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31132
+ position: absolute;
31133
+ top: 50%;
31134
+ transform: translateY(-50%);
31135
+ left: -16px;
31136
+ transition: left 150ms ease;
31137
+ opacity: 0;
31358
31138
  }
31359
- .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 {
31360
- width: 100%;
31139
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31140
+ left: 8px;
31141
+ opacity: 1;
31361
31142
  }
31362
- .E_f4mi9eq .form-item-error {
31363
- color: #e75a3a;
31364
- height: 0;
31365
- overflow: hidden;
31143
+ .E_k1ci6977.has-focus-indicator input {
31144
+ transition: margin-left 150ms ease;
31145
+ margin-left: 0px;
31366
31146
  }
31367
- .E_f4mi9eq .form-item-error-enter-done {
31368
- margin-top: 4px;
31369
- height: auto;
31370
- overflow: auto;
31147
+ .E_k1ci6977.has-focus-indicator input:focus {
31148
+ margin-left: 16px;
31371
31149
  }
31372
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31373
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31374
- border: 1px solid #e75a3a;
31375
- color: #e75a3a;
31150
+
31151
+ input.E_l1f7td1d.ant-input {
31152
+ border-top-right-radius: 0;
31153
+ border-bottom-right-radius: 0;
31376
31154
  }
31377
31155
 
31378
- .E_fh0ewl8 {
31379
- color: #2d3a56;
31380
- font-weight: bold;
31381
- padding-bottom: 6px;
31382
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31383
- margin-bottom: 16px;
31156
+ .E_l1f7td1d.ant-input-affix-wrapper {
31157
+ border-top-right-radius: 0;
31158
+ border-bottom-right-radius: 0;
31384
31159
  }
31385
- .E_fh0ewl8:not(:first-of-type) {
31386
- margin-top: 16px;
31160
+
31161
+ input.E_rf8rlle.ant-input {
31162
+ border-top-left-radius: 0;
31163
+ border-bottom-left-radius: 0;
31387
31164
  }
31388
31165
 
31389
- .E_e1qrlvot {
31390
- width: 8px;
31391
- height: 24px;
31392
- display: flex;
31393
- justify-content: center;
31394
- align-items: center;
31395
- cursor: pointer;
31396
- transition: all 200ms ease-out 40ms;
31166
+ .E_rf8rlle.ant-input-affix-wrapper {
31167
+ border-top-left-radius: 0;
31168
+ border-bottom-left-radius: 0;
31397
31169
  }
31398
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31399
- content: "";
31400
- width: 1px;
31401
- height: 6px;
31402
- border-radius: 1px;
31403
- background: #ccd4e3;
31404
- position: relative;
31405
- right: 2px;
31406
- transform: rotate(-45deg);
31170
+
31171
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31172
+ border-top-right-radius: 0;
31173
+ border-bottom-right-radius: 0;
31407
31174
  }
31408
- .E_e1qrlvot:after {
31409
- transform: rotate(45deg);
31410
- left: 1px;
31175
+
31176
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31177
+ border-top-left-radius: 0;
31178
+ border-bottom-left-radius: 0;
31411
31179
  }
31412
31180
 
31413
- .E_w9ic984.ant-alert-warning {
31414
- border: 0;
31415
- background: rgba(255, 187, 0, 0.1);
31416
- border-radius: 6px;
31181
+ .E_c3ni091 {
31182
+ display: flex;
31183
+ flex-direction: column;
31417
31184
  }
31418
- .E_w9ic984.ant-alert,
31419
- .E_w9ic984 .ant-alert-message {
31420
- color: #e07f00;
31185
+ .E_c3ni091 .select-wrapper {
31186
+ margin-top: 12px;
31421
31187
  }
31422
- .E_w9ic984.ant-alert .dashed-border-bottom,
31423
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31424
- border-bottom-color: #e07f00;
31188
+ .E_c3ni091 .select-wrapper .select {
31189
+ width: 100%;
31425
31190
  }
31426
-
31427
- .E_n1k9qi4r {
31428
- display: flex;
31429
- flex-direction: row;
31430
- padding: 7px 12px;
31431
- background: rgba(255, 187, 0, 0.1);
31432
- border-radius: 6px;
31433
- color: #e07f00;
31434
- font-size: 12px;
31435
- line-height: 18px;
31191
+ .E_c3ni091 .radio-wrapper {
31192
+ margin-top: 24px;
31436
31193
  }
31437
- .E_n1k9qi4r .icon-wrapper {
31438
- margin-right: 10px;
31439
- height: 18px;
31194
+ .E_c3ni091 div.form-item {
31195
+ width: 100%;
31440
31196
  }
31441
31197
 
31442
- .E_n16fsg9x {
31443
- display: flex;
31444
- flex-direction: row;
31445
- padding: 7px 12px;
31446
- background: rgba(225, 230, 241, 0.6);
31447
- border-radius: 6px;
31448
- color: rgba(44, 56, 82, 0.6);
31449
- font-size: 12px;
31198
+ .E_d105ju2d {
31199
+ font-size: 14px;
31200
+ font-weight: 500;
31201
+ color: #3e4652;
31450
31202
  line-height: 18px;
31451
31203
  }
31452
- .E_n16fsg9x .icon-wrapper {
31453
- margin-right: 10px;
31454
- height: 18px;
31204
+ .E_d105ju2d + .E_d105ju2d {
31205
+ margin-top: 16px;
31206
+ }
31207
+ .E_d105ju2d + * {
31208
+ margin-top: 16px;
31455
31209
  }
31456
31210
 
31457
- .E_i173wxzw {
31458
- display: flex;
31459
- flex-direction: row;
31460
- padding: 7px 12px;
31461
- background: rgba(0, 136, 255, 0.1);
31462
- border-radius: 6px;
31463
- color: #005ed1;
31211
+ .E_lh0l62z.E_d105ju2d {
31464
31212
  font-size: 12px;
31465
- line-height: 18px;
31466
- }
31467
- .E_i173wxzw .icon-wrapper {
31468
- margin-right: 10px;
31469
- height: 18px;
31213
+ color: rgba(44, 56, 82, 0.6);
31214
+ margin-top: 12px;
31470
31215
  }
31471
31216
 
31472
- .E_dld369h {
31473
- color: rgba(44, 56, 82, 0.6);
31474
- margin-top: 5px;
31475
- font-size: 12px;
31217
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31476
31218
  line-height: 18px;
31219
+ font-weight: 500;
31220
+ margin-top: 0;
31221
+ white-space: initial;
31477
31222
  }
31478
31223
 
31479
- .E_s1epv22q {
31480
- color: #f0483e;
31481
- font-size: 12px;
31482
- white-space: pre-wrap;
31224
+ .E_r1skkc3l {
31225
+ display: block;
31226
+ }
31227
+ .E_r1skkc3l span {
31228
+ font-size: 14px;
31229
+ font-weight: 500;
31230
+ line-height: 32px;
31231
+ color: #3e4652;
31483
31232
  }
31484
31233
 
31485
- .E_okus5hk {
31234
+ .E_c3cobmo {
31235
+ margin-top: 16px;
31236
+ padding: 8px;
31237
+ border-radius: 6px;
31238
+ background: rgba(225, 230, 241, 0.6);
31239
+ color: rgba(44, 56, 82, 0.6);
31240
+ font-size: 12px;
31241
+ }
31242
+ .E_c3cobmo div {
31243
+ line-height: 20px;
31486
31244
  display: flex;
31487
31245
  align-items: center;
31488
- justify-content: flex-end;
31489
- }
31490
- .E_okus5hk .icon-wrapper {
31491
- margin-right: 16px;
31246
+ word-break: break-all;
31492
31247
  }
31493
-
31494
- .E_t1auuzri {
31495
- color: rgba(0, 21, 64, 0.3);
31248
+ .E_c3cobmo .title {
31249
+ font-weight: 700;
31250
+ line-height: 18px;
31251
+ margin: 4px 0;
31496
31252
  }
31497
31253
 
31498
- .E_i74cfyt.ant-input {
31499
- padding: 5px 12px;
31500
- line-height: 20px;
31501
- color: #2d3a56;
31502
- border-radius: 6px;
31503
- border-color: rgba(172, 186, 211, 0.6);
31504
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31505
- }
31506
- .E_i74cfyt.ant-input.ant-input-lg {
31507
- padding: 8px 16px;
31508
- line-height: 22px;
31254
+ .E_rapgekc.ant-radio-wrapper {
31255
+ display: inline-flex;
31256
+ align-items: baseline;
31257
+ white-space: pre-wrap;
31509
31258
  }
31510
- .E_i74cfyt.ant-input.ant-input-sm {
31511
- padding: 2px 8px;
31512
- line-height: 18px;
31259
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
31260
+ position: relative;
31261
+ top: 3px;
31513
31262
  }
31514
- .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 {
31263
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31515
31264
  border-color: rgba(107, 128, 167, 0.6);
31516
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31517
- z-index: 1;
31518
31265
  }
31519
- .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 {
31520
- border-color: #0096ff;
31521
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31522
- z-index: 1;
31266
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31267
+ border-color: #0080ff;
31523
31268
  }
31524
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31525
- border-color: #e75a3a;
31526
- color: #e75a3a;
31269
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31270
+ border-color: #0080ff;
31271
+ background: #0080ff;
31527
31272
  }
31528
- .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 {
31529
- border-color: #e75a3a;
31530
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31273
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31274
+ top: 4px;
31275
+ left: 4px;
31276
+ width: 6px;
31277
+ height: 6px;
31278
+ background: #fff;
31531
31279
  }
31532
- .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 {
31533
- border-color: #e75a3a;
31534
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31280
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31281
+ opacity: 0.5;
31535
31282
  }
31536
- .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 {
31283
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31284
+ border-color: rgba(107, 128, 167, 0.6);
31537
31285
  background: rgba(211, 218, 235, 0.6);
31538
- color: rgba(0, 21, 64, 0.3);
31539
- border-color: rgba(172, 186, 211, 0.6);
31540
31286
  }
31541
- .E_i74cfyt.ant-input-affix-wrapper {
31542
- padding: 5px 12px;
31543
- border-radius: 6px;
31544
- border-color: rgba(172, 186, 211, 0.6);
31545
- line-height: 20px;
31546
- color: #2d3a56;
31547
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31287
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31288
+ background: #00122e;
31548
31289
  }
31549
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31550
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31290
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31291
+ color: #00122e;
31292
+ opacity: 0.5;
31293
+ }
31294
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31295
+ color: #00122e;
31296
+ }
31297
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
31298
+ display: inline-block;
31299
+ padding: 0;
31300
+ padding-left: 12px;
31301
+ }
31302
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31303
+ margin-bottom: 0;
31304
+ white-space: pre-wrap;
31551
31305
  color: rgba(44, 56, 82, 0.6);
31552
31306
  }
31553
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31554
- padding: 8px 16px;
31555
- line-height: 22px;
31307
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31308
+ padding-left: 8px;
31556
31309
  }
31557
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31558
- padding: 2px 8px;
31559
- line-height: 18px;
31310
+
31311
+ .E_rp906go .ant-radio-button-wrapper:first-child {
31312
+ border-radius: 5px 0 0 5px;
31560
31313
  }
31561
- .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 {
31562
- border-color: rgba(107, 128, 167, 0.6);
31563
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31314
+ .E_rp906go .ant-radio-button-wrapper:last-child {
31315
+ border-radius: 0 5px 5px 0;
31564
31316
  }
31565
- .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 {
31566
- border-color: #0096ff;
31567
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31317
+
31318
+ .E_rcc63c8 {
31319
+ color: #00122e;
31320
+ border-color: #ccd4e3;
31568
31321
  }
31569
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31570
- border-color: #e75a3a;
31322
+ .E_rcc63c8:first-child {
31323
+ border-color: #a3b4cc;
31571
31324
  }
31572
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31573
- color: #e75a3a;
31325
+ .E_rcc63c8.ant-radio-button-wrapper {
31326
+ padding: 0 12px;
31327
+ line-height: 32px;
31328
+ height: 32px;
31574
31329
  }
31575
- .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 {
31576
- border-color: #e75a3a;
31577
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31330
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
31331
+ white-space: nowrap;
31578
31332
  }
31579
- .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 {
31580
- border-color: #e75a3a;
31581
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31333
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
31334
+ height: 22px;
31335
+ padding: 0 7px;
31336
+ line-height: 20px;
31582
31337
  }
31583
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31584
- background: rgba(211, 218, 235, 0.6);
31585
- color: rgba(0, 21, 64, 0.3);
31586
- border-color: rgba(172, 186, 211, 0.6);
31338
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31339
+ background: #ccd4e3;
31587
31340
  }
31588
- textarea.E_i74cfyt.ant-input {
31589
- transition-property: height;
31590
- transition-delay: 50ms;
31341
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31342
+ background: #0080ff;
31591
31343
  }
31592
- textarea.E_i74cfyt.ant-input.textarea-large {
31593
- min-height: 40px;
31594
- height: 40px;
31344
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31345
+ background: #ccd4e3;
31346
+ opacity: 0.5;
31595
31347
  }
31596
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31597
- height: 80px;
31348
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31349
+ border-right-color: #0080ff;
31598
31350
  }
31599
- textarea.E_i74cfyt.ant-input.textarea-middle {
31600
- min-height: 32px;
31601
- height: 32px;
31351
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31352
+ border-color: #0080ff;
31602
31353
  }
31603
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31604
- height: 64px;
31354
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
31355
+ background: rgba(0, 136, 255, 0.1);
31605
31356
  }
31606
- textarea.E_i74cfyt.ant-input.textarea-small {
31607
- min-height: 24px;
31608
- height: 24px;
31357
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
31358
+ background: rgba(211, 218, 235, 0.6);
31359
+ border-color: #ccd4e3;
31360
+ opacity: 0.5;
31609
31361
  }
31610
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31611
- height: 40px;
31362
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
31363
+ color: #00122e;
31364
+ border-color: #ccd4e3;
31612
31365
  }
31613
-
31614
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31615
- border: 1px solid rgba(213, 219, 227, 0.6);
31616
- border-radius: 4px;
31366
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31367
+ color: #00122e;
31368
+ border-color: #ccd4e3;
31369
+ background: rgba(172, 186, 211, 0.6);
31617
31370
  }
31618
- .E_k1ci6977.input-tags {
31619
- position: relative;
31620
- padding: 6px;
31621
- height: 32px;
31622
- cursor: pointer;
31623
- transition: border 150ms;
31371
+ .E_rcc63c8 .ant-radio-button-input {
31372
+ margin-right: 8px;
31373
+ display: inline;
31374
+ border: none;
31375
+ padding: 0;
31376
+ width: 36px;
31377
+ background: transparent;
31624
31378
  }
31625
- .E_k1ci6977.input-tags:hover {
31626
- border-color: #0080ff;
31627
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31379
+ .E_rcc63c8 .ant-radio-button-input:focus {
31380
+ box-shadow: none;
31628
31381
  }
31629
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31630
- padding-right: 30px;
31382
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
31383
+ margin-right: 0;
31384
+ width: initial;
31385
+ box-shadow: none;
31631
31386
  }
31632
- .E_k1ci6977.input-tags .input-tags-inner {
31387
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31388
+ display: none;
31389
+ }
31390
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31391
+ display: inline;
31392
+ }
31393
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31394
+ display: inline;
31395
+ margin-right: 8px;
31396
+ padding: 0;
31397
+ width: 36px;
31398
+ }
31399
+
31400
+ .E_skwah65 {
31401
+ height: 8px;
31402
+ box-sizing: border-box;
31403
+ border-radius: 2px;
31404
+ background: #f5f7fa;
31633
31405
  display: flex;
31406
+ width: 100%;
31407
+ overflow: hidden;
31634
31408
  }
31635
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31409
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31410
+ margin-left: 1px;
31411
+ }
31412
+
31413
+ .E_s1ebs0ra {
31636
31414
  display: flex;
31415
+ align-items: center;
31416
+ justify-content: space-between;
31417
+ background: #edf0f7;
31418
+ padding: 8px 12px;
31419
+ position: sticky;
31420
+ top: 0;
31421
+ z-index: 1;
31422
+ margin-bottom: -52px;
31637
31423
  }
31638
- .E_k1ci6977.input-tags .input-tag-suffix {
31639
- position: absolute;
31640
- right: 12px;
31641
- top: 50%;
31642
- transform: translateY(-50%);
31424
+ .E_s1ebs0ra .select-total {
31425
+ display: flex;
31426
+ align-items: center;
31427
+ font-weight: 700;
31428
+ flex-shrink: 0;
31643
31429
  }
31644
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31645
- color: rgba(0, 0, 0, 0.25);
31646
- font-size: 12px;
31430
+ .E_s1ebs0ra .select-total .icon-wrapper {
31647
31431
  cursor: pointer;
31432
+ margin-left: 8px;
31433
+ width: 32px;
31434
+ height: 32px;
31435
+ border-radius: 50%;
31436
+ justify-content: center;
31648
31437
  }
31649
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31650
- color: rgba(0, 0, 0, 0.45);
31438
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
31439
+ background: rgba(225, 230, 241, 0.6);
31651
31440
  }
31652
- .E_k1ci6977.has-focus-indicator {
31441
+ .E_s1ebs0ra .action-group {
31442
+ flex: 1;
31443
+ margin-left: 88px;
31444
+ white-space: nowrap;
31445
+ text-align: right;
31653
31446
  position: relative;
31447
+ padding: 4px 0;
31448
+ margin-top: -4px;
31654
31449
  overflow: hidden;
31655
31450
  }
31656
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31657
- position: absolute;
31658
- top: 50%;
31659
- transform: translateY(-50%);
31660
- left: -16px;
31661
- transition: left 150ms ease;
31662
- opacity: 0;
31451
+ .E_s1ebs0ra .action-group .sub-menu-delete {
31452
+ transform: translateY(-4px);
31663
31453
  }
31664
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31665
- left: 8px;
31666
- opacity: 1;
31454
+ .E_s1ebs0ra .action-group button {
31455
+ border: none;
31667
31456
  }
31668
- .E_k1ci6977.has-focus-indicator input {
31669
- transition: margin-left 150ms ease;
31670
- margin-left: 0px;
31457
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
31458
+ margin-right: 8px;
31671
31459
  }
31672
- .E_k1ci6977.has-focus-indicator input:focus {
31673
- margin-left: 16px;
31460
+ .E_s1ebs0ra .action-group > button:last-child {
31461
+ margin-right: 4px;
31674
31462
  }
31675
-
31676
- input.E_l1f7td1d.ant-input {
31677
- border-top-right-radius: 0;
31678
- border-bottom-right-radius: 0;
31463
+ .E_s1ebs0ra .action-group .more-btn {
31464
+ cursor: pointer;
31465
+ width: 32px;
31466
+ height: 32px;
31467
+ justify-content: center;
31468
+ border-radius: 50%;
31679
31469
  }
31680
-
31681
- .E_l1f7td1d.ant-input-affix-wrapper {
31682
- border-top-right-radius: 0;
31683
- border-bottom-right-radius: 0;
31470
+ .E_s1ebs0ra .action-group .more-btn:hover {
31471
+ background: #fff;
31684
31472
  }
31685
31473
 
31686
- input.E_rf8rlle.ant-input {
31687
- border-top-left-radius: 0;
31688
- border-bottom-left-radius: 0;
31474
+ .E_s1dizucg.ant-switch {
31475
+ min-width: 40px;
31476
+ height: 24px;
31477
+ background: rgba(172, 186, 211, 0.6);
31478
+ overflow: hidden;
31689
31479
  }
31690
-
31691
- .E_rf8rlle.ant-input-affix-wrapper {
31692
- border-top-left-radius: 0;
31693
- border-bottom-left-radius: 0;
31480
+ .E_s1dizucg.ant-switch:focus {
31481
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31694
31482
  }
31695
-
31696
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31697
- border-top-right-radius: 0;
31698
- border-bottom-right-radius: 0;
31483
+ .E_s1dizucg.ant-switch-small {
31484
+ min-width: 26px;
31485
+ height: 16px;
31699
31486
  }
31700
-
31701
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31702
- border-top-left-radius: 0;
31703
- border-bottom-left-radius: 0;
31487
+ .E_s1dizucg.ant-switch-large {
31488
+ min-width: 52px;
31489
+ height: 32px;
31704
31490
  }
31705
-
31706
- .E_c3ni091 {
31707
- display: flex;
31708
- flex-direction: column;
31491
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31492
+ height: 20px;
31493
+ width: 20px;
31709
31494
  }
31710
- .E_c3ni091 .select-wrapper {
31711
- margin-top: 12px;
31495
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31496
+ border-radius: 10px;
31497
+ transition-delay: 120ms;
31712
31498
  }
31713
- .E_c3ni091 .select-wrapper .select {
31714
- width: 100%;
31499
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31500
+ height: 14px;
31501
+ width: 14px;
31502
+ top: 1px;
31503
+ left: 1px;
31715
31504
  }
31716
- .E_c3ni091 .radio-wrapper {
31717
- margin-top: 24px;
31505
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31506
+ height: 28px;
31507
+ width: 28px;
31718
31508
  }
31719
- .E_c3ni091 div.form-item {
31720
- width: 100%;
31509
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31510
+ border-radius: 14px;
31721
31511
  }
31722
-
31723
- .E_d105ju2d {
31724
- font-size: 14px;
31725
- font-weight: 500;
31726
- color: #3e4652;
31727
- line-height: 18px;
31512
+ .E_s1dizucg.ant-switch-checked {
31513
+ background-color: #00ba5d;
31728
31514
  }
31729
- .E_d105ju2d + .E_d105ju2d {
31730
- margin-top: 16px;
31515
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31516
+ left: calc(100% - 20px - 2px);
31731
31517
  }
31732
- .E_d105ju2d + * {
31733
- margin-top: 16px;
31518
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31519
+ left: calc(100% - 14px - 1px);
31734
31520
  }
31735
-
31736
- .E_lh0l62z.E_d105ju2d {
31737
- font-size: 12px;
31738
- color: rgba(44, 56, 82, 0.6);
31739
- margin-top: 12px;
31521
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31522
+ left: calc(100% - 28px - 2px);
31740
31523
  }
31741
31524
 
31742
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31743
- line-height: 18px;
31744
- font-weight: 500;
31745
- margin-top: 0;
31746
- white-space: initial;
31525
+ .E_c1up6e3y {
31526
+ margin-left: 5px;
31747
31527
  }
31748
31528
 
31749
- .E_r1skkc3l {
31750
- display: block;
31529
+ .E_phljevk {
31530
+ display: flex;
31531
+ justify-content: space-between;
31532
+ align-items: center;
31533
+ padding: 10px 0;
31534
+ color: rgba(44, 56, 82, 0.6);
31535
+ font-size: 12px;
31536
+ line-height: 24px;
31751
31537
  }
31752
- .E_r1skkc3l span {
31753
- font-size: 14px;
31754
- font-weight: 500;
31755
- line-height: 32px;
31756
- color: #3e4652;
31538
+ .E_phljevk .pagination-left {
31539
+ padding: 2px 8px;
31757
31540
  }
31758
-
31759
- .E_c3cobmo {
31760
- margin-top: 16px;
31761
- padding: 8px;
31541
+ .E_phljevk .dropdown-trigger {
31542
+ display: flex;
31543
+ align-items: center;
31762
31544
  border-radius: 6px;
31763
- background: rgba(225, 230, 241, 0.6);
31764
- color: rgba(44, 56, 82, 0.6);
31765
- font-size: 12px;
31545
+ cursor: pointer;
31546
+ transition: all 0.3s ease;
31766
31547
  }
31767
- .E_c3cobmo div {
31768
- line-height: 20px;
31548
+ .E_phljevk .dropdown-trigger:hover {
31549
+ background: rgba(211, 218, 235, 0.6);
31550
+ color: #0080ff;
31551
+ }
31552
+ .E_phljevk .dropdown-trigger .icon-inner {
31553
+ margin-left: 4px;
31554
+ }
31555
+ .E_phljevk .pagination-right {
31769
31556
  display: flex;
31770
31557
  align-items: center;
31771
- word-break: break-all;
31558
+ color: #0080ff;
31559
+ font-weight: bold;
31772
31560
  }
31773
- .E_c3cobmo .title {
31774
- font-weight: 700;
31775
- line-height: 18px;
31776
- margin: 4px 0;
31561
+ .E_phljevk .pagination-right .icon-inner {
31562
+ margin-left: 4px;
31777
31563
  }
31778
-
31779
- .E_s1dni7lo {
31780
- width: 430px !important;
31564
+ .E_phljevk .pagination-right .prev-btn,
31565
+ .E_phljevk .pagination-right .next-btn {
31566
+ padding: 0 8px;
31567
+ }
31568
+ .E_phljevk .pagination-right .prev-btn > span,
31569
+ .E_phljevk .pagination-right .next-btn > span {
31570
+ color: #0080ff;
31571
+ }
31572
+ .E_phljevk .pagination-right .next-btn .icon-inner {
31573
+ transform: rotate(180deg);
31781
31574
  }
31782
31575
 
31783
- .E_d1wwmmm5 .ant-select-item-group {
31784
- padding: 8px 16px;
31576
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
31577
+ max-height: calc(100vh - 128px);
31578
+ overflow-y: auto;
31579
+ }
31580
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31581
+ padding: 4px 20px;
31582
+ font-size: 12px;
31785
31583
  line-height: 18px;
31786
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31787
- height: 34px;
31788
- min-height: 34px;
31789
- box-sizing: border-box;
31790
- margin-top: 8px;
31791
31584
  }
31792
31585
 
31793
- .E_o1ugr09p {
31794
- display: flex;
31795
- flex-direction: column;
31796
- margin: 1px 8px;
31797
- padding: 8px;
31798
- border-radius: 4px;
31586
+ .E_dsnbhzf {
31587
+ font-family: Inter;
31588
+ font-style: normal;
31589
+ font-weight: bold;
31590
+ font-size: 32px;
31591
+ line-height: 40px;
31799
31592
  }
31800
- .E_o1ugr09p .selected-icon {
31801
- display: none;
31593
+
31594
+ .E_d1mvo22k {
31595
+ font-family: Inter;
31596
+ font-style: normal;
31597
+ font-weight: bold;
31598
+ font-size: 24px;
31599
+ line-height: 32px;
31802
31600
  }
31803
- .E_o1ugr09p.ant-select-item-option-grouped {
31804
- padding-left: 8px;
31601
+
31602
+ .E_d1b444tr {
31603
+ font-family: Inter;
31604
+ font-style: normal;
31605
+ font-weight: normal;
31606
+ font-size: 32px;
31607
+ line-height: 40px;
31805
31608
  }
31806
- .E_o1ugr09p.ant-select-item-option-selected {
31807
- background-color: white;
31609
+
31610
+ .E_dvs0kue {
31611
+ font-family: Inter;
31612
+ font-style: normal;
31613
+ font-weight: bold;
31614
+ font-size: 20px;
31615
+ line-height: 24px;
31808
31616
  }
31809
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31810
- color: #0080ff;
31617
+
31618
+ .E_d1hcbfcq {
31619
+ font-family: Inter;
31620
+ font-style: normal;
31621
+ font-weight: normal;
31622
+ font-size: 20px;
31623
+ line-height: 24px;
31811
31624
  }
31812
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31813
- display: block;
31625
+
31626
+ .E_d1cz922v {
31627
+ font-family: Inter;
31628
+ font-style: normal;
31629
+ font-weight: bold;
31630
+ font-size: 18px;
31631
+ line-height: 22px;
31814
31632
  }
31815
- .E_o1ugr09p.ant-select-item-option-active {
31816
- background: rgba(0, 136, 255, 0.16);
31633
+
31634
+ .E_d3nzbrm {
31635
+ font-family: Inter;
31636
+ font-style: normal;
31637
+ font-weight: normal;
31638
+ font-size: 18px;
31639
+ line-height: 22px;
31817
31640
  }
31818
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31819
- color: #0080ff;
31641
+
31642
+ .E_h1g0p5ob {
31643
+ font-family: Inter;
31644
+ font-style: normal;
31645
+ font-weight: bold;
31646
+ font-size: 16px;
31647
+ line-height: 22px;
31820
31648
  }
31821
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31822
- background: rgba(0, 136, 255, 0.1);
31823
- color: #0080ff;
31649
+
31650
+ .E_hydo2ej {
31651
+ font-family: Inter;
31652
+ font-style: normal;
31653
+ font-weight: normal;
31654
+ font-size: 16px;
31655
+ line-height: 22px;
31824
31656
  }
31825
31657
 
31826
- .E_o1ifxsq4 {
31827
- display: flex;
31828
- justify-content: space-between;
31829
- height: 20px;
31658
+ .E_h1hbuq0r {
31659
+ font-family: Inter;
31660
+ font-style: normal;
31661
+ font-weight: bold;
31662
+ font-size: 14px;
31830
31663
  line-height: 20px;
31831
31664
  }
31832
- .E_o1ifxsq4 .timezone-title {
31833
- color: #2d3a56;
31834
- overflow: hidden;
31835
- text-overflow: ellipsis;
31665
+
31666
+ .E_h13bondg {
31667
+ font-family: Inter;
31668
+ font-style: normal;
31669
+ font-weight: normal;
31670
+ font-size: 14px;
31671
+ line-height: 20px;
31836
31672
  }
31837
31673
 
31838
- .E_o1zue7 {
31839
- display: flex;
31840
- justify-content: space-between;
31841
- color: rgba(44, 56, 82, 0.6);
31842
- height: 18px;
31674
+ .E_h1mhvdlx {
31675
+ font-family: Inter;
31676
+ font-style: normal;
31677
+ font-weight: bold;
31678
+ font-size: 12px;
31843
31679
  line-height: 18px;
31844
- margin-top: 2px;
31845
31680
  }
31846
31681
 
31847
- .E_tyfmlxg {
31848
- border: none;
31849
- margin-right: 0;
31850
- background: rgba(225, 230, 241, 0.6);
31682
+ .E_h1inmfq6 {
31683
+ font-family: Inter;
31684
+ font-style: normal;
31685
+ font-weight: normal;
31686
+ font-size: 12px;
31687
+ line-height: 18px;
31851
31688
  }
31852
31689
 
31853
- .E_o18uybox {
31854
- pointer-events: none;
31855
- height: 32px;
31856
- width: 100%;
31857
- opacity: 0;
31690
+ .E_h1kfc0la {
31691
+ font-family: Inter;
31692
+ font-style: normal;
31693
+ font-weight: bold;
31694
+ text-transform: uppercase;
31695
+ font-feature-settings: "cpsp" on;
31696
+ font-size: 12px;
31697
+ line-height: 18px;
31858
31698
  }
31859
31699
 
31860
- .E_s1dizucg.ant-switch {
31861
- min-width: 40px;
31862
- height: 24px;
31863
- background: rgba(172, 186, 211, 0.6);
31864
- overflow: hidden;
31865
- }
31866
- .E_s1dizucg.ant-switch:focus {
31867
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31868
- }
31869
- .E_s1dizucg.ant-switch-small {
31870
- min-width: 26px;
31871
- height: 16px;
31872
- }
31873
- .E_s1dizucg.ant-switch-large {
31874
- min-width: 52px;
31875
- height: 32px;
31876
- }
31877
- .E_s1dizucg.ant-switch .ant-switch-handle {
31878
- height: 20px;
31879
- width: 20px;
31880
- }
31881
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31882
- border-radius: 10px;
31883
- transition-delay: 120ms;
31884
- }
31885
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31886
- height: 14px;
31887
- width: 14px;
31888
- top: 1px;
31889
- left: 1px;
31890
- }
31891
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31892
- height: 28px;
31893
- width: 28px;
31700
+ .E_h10xnyuu {
31701
+ font-family: Inter;
31702
+ font-style: normal;
31703
+ font-weight: normal;
31704
+ text-transform: uppercase;
31705
+ font-feature-settings: "cpsp" on;
31706
+ font-size: 12px;
31707
+ line-height: 18px;
31894
31708
  }
31895
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31896
- border-radius: 14px;
31709
+
31710
+ .E_lrcmi0v {
31711
+ font-family: Inter;
31712
+ font-style: normal;
31713
+ font-weight: normal;
31714
+ font-size: 16px;
31715
+ line-height: 24px;
31897
31716
  }
31898
- .E_s1dizucg.ant-switch-checked {
31899
- background-color: #00ba5d;
31717
+
31718
+ .E_lzt43lp {
31719
+ font-family: Inter;
31720
+ font-style: normal;
31721
+ font-weight: bold;
31722
+ font-size: 16px;
31723
+ line-height: 24px;
31900
31724
  }
31901
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31902
- left: calc(100% - 20px - 2px);
31725
+
31726
+ .E_l5yc9nt {
31727
+ font-family: Inter;
31728
+ font-style: normal;
31729
+ font-weight: normal;
31730
+ font-size: 16px;
31731
+ line-height: 24px;
31903
31732
  }
31904
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31905
- left: calc(100% - 14px - 1px);
31733
+
31734
+ .E_l1fbkbzo {
31735
+ font-family: Inter;
31736
+ font-style: normal;
31737
+ font-weight: bold;
31738
+ font-size: 16px;
31739
+ line-height: 24px;
31906
31740
  }
31907
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31908
- left: calc(100% - 28px - 2px);
31741
+
31742
+ .E_lahvcax {
31743
+ font-family: Inter;
31744
+ font-style: normal;
31745
+ font-weight: normal;
31746
+ text-transform: uppercase;
31747
+ font-feature-settings: "cpsp" on;
31748
+ font-size: 16px;
31749
+ line-height: 24px;
31909
31750
  }
31910
31751
 
31911
- .E_c1up6e3y {
31912
- margin-left: 5px;
31752
+ .E_l11q3pxd {
31753
+ font-family: Inter;
31754
+ font-style: normal;
31755
+ font-weight: bold;
31756
+ text-transform: uppercase;
31757
+ font-feature-settings: "cpsp" on;
31758
+ font-size: 16px;
31759
+ line-height: 24px;
31913
31760
  }
31914
31761
 
31915
- .E_t1m2x205 .ant-tooltip-arrow {
31916
- display: none;
31762
+ .E_lfuc2qu {
31763
+ font-family: Inter;
31764
+ font-style: normal;
31765
+ font-weight: normal;
31766
+ font-size: 14px;
31767
+ line-height: 22px;
31917
31768
  }
31918
- .E_t1m2x205 .ant-tooltip-inner {
31919
- background: rgba(23, 38, 64, 0.8);
31920
- border-radius: 4px;
31769
+
31770
+ .E_l1jmp8r0 {
31771
+ font-family: Inter;
31772
+ font-style: normal;
31773
+ font-weight: 500;
31774
+ font-size: 14px;
31775
+ line-height: 22px;
31921
31776
  }
31922
31777
 
31923
- .E_rapgekc.ant-radio-wrapper {
31924
- display: inline-flex;
31925
- align-items: baseline;
31926
- white-space: pre-wrap;
31778
+ .E_lcnm221 {
31779
+ font-family: Inter;
31780
+ font-style: normal;
31781
+ font-weight: bold;
31782
+ font-size: 14px;
31783
+ line-height: 22px;
31927
31784
  }
31928
- .E_rapgekc.ant-radio-wrapper .ant-radio {
31929
- position: relative;
31930
- top: 3px;
31785
+
31786
+ .E_lu1z2n5 {
31787
+ font-family: Inter;
31788
+ font-style: normal;
31789
+ font-weight: normal;
31790
+ font-size: 14px;
31791
+ line-height: 22px;
31931
31792
  }
31932
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31933
- border-color: rgba(107, 128, 167, 0.6);
31793
+
31794
+ .E_l1r59djn {
31795
+ font-family: Inter;
31796
+ font-style: normal;
31797
+ font-weight: bold;
31798
+ font-size: 14px;
31799
+ line-height: 22px;
31934
31800
  }
31935
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31936
- border-color: #0080ff;
31801
+
31802
+ .E_ljm2911 {
31803
+ font-family: Inter;
31804
+ font-style: normal;
31805
+ font-weight: normal;
31806
+ text-transform: uppercase;
31807
+ font-feature-settings: "cpsp" on;
31808
+ font-size: 14px;
31809
+ line-height: 22px;
31937
31810
  }
31938
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31939
- border-color: #0080ff;
31940
- background: #0080ff;
31811
+
31812
+ .E_l124mzmr {
31813
+ font-family: Inter;
31814
+ font-style: normal;
31815
+ font-weight: bold;
31816
+ text-transform: uppercase;
31817
+ font-feature-settings: "cpsp" on;
31818
+ font-size: 14px;
31819
+ line-height: 22px;
31941
31820
  }
31942
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31943
- top: 4px;
31944
- left: 4px;
31945
- width: 6px;
31946
- height: 6px;
31947
- background: #fff;
31821
+
31822
+ .E_lb3chel {
31823
+ font-family: Inter;
31824
+ font-style: normal;
31825
+ font-weight: normal;
31826
+ font-size: 13px;
31827
+ line-height: 20px;
31948
31828
  }
31949
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31950
- opacity: 0.5;
31829
+
31830
+ .E_lv9jstu {
31831
+ font-family: Inter;
31832
+ font-style: normal;
31833
+ font-weight: 600;
31834
+ font-size: 13px;
31835
+ line-height: 20px;
31951
31836
  }
31952
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31953
- border-color: rgba(107, 128, 167, 0.6);
31954
- background: rgba(211, 218, 235, 0.6);
31837
+
31838
+ .E_lwqlh3x {
31839
+ font-family: Inter;
31840
+ font-style: normal;
31841
+ font-weight: bold;
31842
+ font-size: 13px;
31843
+ line-height: 20px;
31955
31844
  }
31956
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31957
- background: #00122e;
31845
+
31846
+ .E_lalum9y {
31847
+ font-family: Inter;
31848
+ font-style: normal;
31849
+ font-weight: normal;
31850
+ font-size: 13px;
31851
+ line-height: 20px;
31958
31852
  }
31959
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31960
- color: #00122e;
31961
- opacity: 0.5;
31853
+
31854
+ .E_l1t6dj5o {
31855
+ font-family: Inter;
31856
+ font-style: normal;
31857
+ font-weight: 600;
31858
+ font-size: 13px;
31859
+ line-height: 20px;
31962
31860
  }
31963
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31964
- color: #00122e;
31861
+
31862
+ .E_l12f6ic {
31863
+ font-family: Inter;
31864
+ font-style: normal;
31865
+ font-weight: bold;
31866
+ font-size: 13px;
31867
+ line-height: 20px;
31965
31868
  }
31966
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
31967
- display: inline-block;
31968
- padding: 0;
31969
- padding-left: 12px;
31869
+
31870
+ .E_l7gmukq {
31871
+ font-family: Inter;
31872
+ font-style: normal;
31873
+ font-weight: normal;
31874
+ text-transform: uppercase;
31875
+ font-feature-settings: "cpsp" on;
31876
+ font-size: 13px;
31877
+ line-height: 20px;
31970
31878
  }
31971
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31972
- margin-bottom: 0;
31973
- white-space: pre-wrap;
31974
- color: rgba(44, 56, 82, 0.6);
31879
+
31880
+ .E_lkwl0yp {
31881
+ font-family: Inter;
31882
+ font-style: normal;
31883
+ font-weight: bold;
31884
+ text-transform: uppercase;
31885
+ font-feature-settings: "cpsp" on;
31886
+ font-size: 13px;
31887
+ line-height: 20px;
31975
31888
  }
31976
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31977
- padding-left: 8px;
31889
+
31890
+ .E_l10knv48 {
31891
+ font-family: Inter;
31892
+ font-style: normal;
31893
+ font-weight: normal;
31894
+ font-size: 12px;
31895
+ line-height: 18px;
31978
31896
  }
31979
31897
 
31980
- .E_rp906go .ant-radio-button-wrapper:first-child {
31981
- border-radius: 5px 0 0 5px;
31898
+ .E_l6526ld {
31899
+ font-family: Inter;
31900
+ font-style: normal;
31901
+ font-weight: 500;
31902
+ font-size: 12px;
31903
+ line-height: 18px;
31982
31904
  }
31983
- .E_rp906go .ant-radio-button-wrapper:last-child {
31984
- border-radius: 0 5px 5px 0;
31905
+
31906
+ .E_l1j81vli {
31907
+ font-family: Inter;
31908
+ font-style: normal;
31909
+ font-weight: bold;
31910
+ font-size: 12px;
31911
+ line-height: 18px;
31985
31912
  }
31986
31913
 
31987
- .E_rcc63c8 {
31988
- color: #00122e;
31989
- border-color: #ccd4e3;
31914
+ .E_l1x7n1mk {
31915
+ font-family: Inter;
31916
+ font-style: normal;
31917
+ font-weight: normal;
31918
+ font-size: 12px;
31919
+ line-height: 18px;
31990
31920
  }
31991
- .E_rcc63c8:first-child {
31992
- border-color: #a3b4cc;
31921
+
31922
+ .E_l9fqufz {
31923
+ font-family: Inter;
31924
+ font-style: normal;
31925
+ font-weight: 500;
31926
+ font-size: 12px;
31927
+ line-height: 18px;
31993
31928
  }
31994
- .E_rcc63c8.ant-radio-button-wrapper {
31995
- padding: 0 12px;
31996
- line-height: 32px;
31997
- height: 32px;
31929
+
31930
+ .E_l1iwnybd {
31931
+ font-family: Inter;
31932
+ font-style: normal;
31933
+ font-weight: bold;
31934
+ font-size: 12px;
31935
+ line-height: 18px;
31998
31936
  }
31999
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
32000
- white-space: nowrap;
31937
+
31938
+ .E_lprtm1e {
31939
+ font-family: Inter;
31940
+ font-style: normal;
31941
+ font-weight: normal;
31942
+ text-transform: uppercase;
31943
+ font-feature-settings: "cpsp" on;
31944
+ font-size: 12px;
31945
+ line-height: 18px;
32001
31946
  }
32002
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
32003
- height: 22px;
32004
- padding: 0 7px;
32005
- line-height: 20px;
31947
+
31948
+ .E_l1lln87h {
31949
+ font-family: Inter;
31950
+ font-style: normal;
31951
+ font-weight: bold;
31952
+ text-transform: uppercase;
31953
+ font-feature-settings: "cpsp" on;
31954
+ font-size: 12px;
31955
+ line-height: 18px;
32006
31956
  }
32007
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
32008
- background: #ccd4e3;
31957
+
31958
+ .E_f2pb48l {
31959
+ font-family: Inter;
31960
+ font-style: normal;
31961
+ font-weight: normal;
31962
+ font-size: 13px;
31963
+ line-height: 20px;
32009
31964
  }
32010
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
32011
- background: #0080ff;
31965
+
31966
+ .E_fi9emkw {
31967
+ font-family: Inter;
31968
+ font-style: normal;
31969
+ font-weight: normal;
31970
+ font-size: 13px;
31971
+ line-height: 20px;
32012
31972
  }
32013
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
32014
- background: #ccd4e3;
32015
- opacity: 0.5;
31973
+
31974
+ .E_f1nrg7da {
31975
+ font-family: Inter;
31976
+ font-style: normal;
31977
+ font-weight: normal;
31978
+ font-size: 12px;
31979
+ line-height: 18px;
32016
31980
  }
32017
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
32018
- border-right-color: #0080ff;
31981
+
31982
+ .E_f17k1i3n {
31983
+ font-family: Inter;
31984
+ font-style: normal;
31985
+ font-weight: normal;
31986
+ font-size: 12px;
31987
+ line-height: 18px;
32019
31988
  }
32020
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
32021
- border-color: #0080ff;
31989
+
31990
+ .E_t1tvuj2e {
31991
+ font-family: Inter;
31992
+ font-style: normal;
31993
+ font-weight: normal;
31994
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31995
+ font-size: 13px;
31996
+ line-height: 20px;
32022
31997
  }
32023
- .E_rcc63c8.ant-radio-button-wrapper-checked {
32024
- background: rgba(0, 136, 255, 0.1);
31998
+
31999
+ .E_t17uajlu {
32000
+ font-family: Inter;
32001
+ font-style: normal;
32002
+ font-weight: normal;
32003
+ font-feature-settings: "zero" on;
32004
+ font-size: 13px;
32005
+ line-height: 20px;
32025
32006
  }
32026
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
32027
- background: rgba(211, 218, 235, 0.6);
32028
- border-color: #ccd4e3;
32029
- opacity: 0.5;
32007
+
32008
+ .E_t114zbyz {
32009
+ font-family: Inter;
32010
+ font-style: normal;
32011
+ font-weight: normal;
32012
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32013
+ font-size: 12px;
32014
+ line-height: 18px;
32030
32015
  }
32031
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
32032
- color: #00122e;
32033
- border-color: #ccd4e3;
32016
+
32017
+ .E_t1il0kvi {
32018
+ font-family: Inter;
32019
+ font-style: normal;
32020
+ font-weight: 500;
32021
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32022
+ font-size: 12px;
32023
+ line-height: 18px;
32034
32024
  }
32035
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
32036
- color: #00122e;
32037
- border-color: #ccd4e3;
32038
- background: rgba(172, 186, 211, 0.6);
32025
+
32026
+ .E_t10dv8p1 {
32027
+ font-family: Inter;
32028
+ font-style: normal;
32029
+ font-weight: normal;
32030
+ font-feature-settings: "zero" on;
32031
+ font-size: 12px;
32032
+ line-height: 18px;
32039
32033
  }
32040
- .E_rcc63c8 .ant-radio-button-input {
32041
- margin-right: 8px;
32042
- display: inline;
32043
- border: none;
32044
- padding: 0;
32045
- width: 36px;
32046
- background: transparent;
32034
+
32035
+ .E_tc2oqpq {
32036
+ font-family: Inter;
32037
+ font-style: normal;
32038
+ font-weight: 500;
32039
+ font-feature-settings: "zero" on;
32040
+ font-size: 12px;
32041
+ line-height: 18px;
32047
32042
  }
32048
- .E_rcc63c8 .ant-radio-button-input:focus {
32049
- box-shadow: none;
32043
+
32044
+ .E_tzvddmc {
32045
+ font-family: Inter;
32046
+ font-style: normal;
32047
+ font-weight: bold;
32048
+ font-feature-settings: "zero" on;
32049
+ font-size: 16px;
32050
+ line-height: 24px;
32050
32051
  }
32051
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
32052
- margin-right: 0;
32053
- width: initial;
32054
- box-shadow: none;
32052
+
32053
+ .E_u18llj45 {
32054
+ font-family: Inter;
32055
+ font-style: normal;
32056
+ font-weight: normal;
32057
+ font-size: 10px;
32058
+ line-height: 12px;
32055
32059
  }
32056
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
32060
+
32061
+ .E_t1m2x205 .ant-tooltip-arrow {
32057
32062
  display: none;
32058
32063
  }
32059
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
32060
- display: inline;
32061
- }
32062
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
32063
- display: inline;
32064
- margin-right: 8px;
32065
- padding: 0;
32066
- width: 36px;
32064
+ .E_t1m2x205 .ant-tooltip-inner {
32065
+ background: rgba(23, 38, 64, 0.8);
32066
+ border-radius: 4px;
32067
32067
  }
32068
32068
 
32069
32069
  .E_c1up1pdz {
@@ -32206,6 +32206,22 @@ input.E_rf8rlle.ant-input {
32206
32206
  color: #fff;
32207
32207
  }
32208
32208
 
32209
+ .E_berrcjl {
32210
+ color: rgba(10, 37, 85, 0.6);
32211
+ margin-bottom: 4px;
32212
+ }
32213
+ .E_berrcjl .breadcrumb-link {
32214
+ color: rgba(10, 37, 85, 0.6);
32215
+ cursor: pointer;
32216
+ transition: color 160ms ease;
32217
+ }
32218
+ .E_berrcjl .breadcrumb-link:hover {
32219
+ color: #0080ff;
32220
+ }
32221
+ .E_berrcjl .breadcrumb-link:active {
32222
+ color: #005ed1;
32223
+ }
32224
+
32209
32225
  .E_c18gxmrl {
32210
32226
  border: 1px solid #d8deeb;
32211
32227
  border-radius: 4px;
@@ -32226,26 +32242,14 @@ input.E_rf8rlle.ant-input {
32226
32242
  padding: 8px 12px;
32227
32243
  }
32228
32244
 
32229
- .E_c1uzzomf {
32230
- margin-bottom: 16px;
32231
- }
32232
- .E_c1uzzomf .card-title {
32233
- font-size: 16px;
32234
- color: rgba(44, 56, 82, 0.6);
32235
- font-weight: 700;
32236
- line-height: 32px;
32237
- }
32238
- .E_c1uzzomf .card-body {
32239
- padding: 24px;
32240
- border-radius: 8px;
32241
- background: #fff;
32245
+ .E_gmyahx3 {
32246
+ cursor: pointer;
32242
32247
  }
32243
- .E_c1uzzomf .empty {
32244
- font-weight: 700;
32245
- font-size: 14px;
32246
- line-height: 22px;
32248
+ .E_gmyahx3 .link-text {
32247
32249
  color: rgba(0, 21, 64, 0.3);
32248
- text-align: center;
32250
+ }
32251
+ .E_gmyahx3:hover .link-text {
32252
+ color: #0080ff;
32249
32253
  }
32250
32254
 
32251
32255
  .E_c1bus5hc {
@@ -32288,93 +32292,26 @@ input.E_rf8rlle.ant-input {
32288
32292
  transform: rotate(0deg);
32289
32293
  }
32290
32294
 
32291
- .E_ou7iq30 {
32292
- overflow: hidden;
32293
- text-overflow: ellipsis;
32294
- }
32295
-
32296
- .E_s1tui002 {
32297
- white-space: nowrap;
32298
- }
32299
-
32300
- .E_mxrc2zg {
32301
- display: -webkit-box;
32302
- -webkit-line-clamp: var(--mxrc2zg-0);
32303
- -webkit-box-orient: vertical;
32304
- word-break: break-all;
32305
- }
32306
-
32307
- .E_c18bcrac {
32308
- display: inline-block;
32309
- width: 100%;
32310
- }
32311
- .E_c18bcrac .recharts-wrapper {
32312
- margin-left: 4px;
32313
- }
32314
-
32315
- .E_cro7kg2 {
32316
- padding: 4px;
32317
- }
32318
-
32319
- .E_c14wcxf0 {
32320
- display: flex;
32321
- justify-content: space-between;
32322
- align-items: center;
32323
- font-size: 13px;
32324
- line-height: 24px;
32325
- color: #cccccc;
32326
- white-space: nowrap;
32327
- }
32328
- .E_c14wcxf0 label {
32329
- margin-right: 32px;
32330
- }
32331
-
32332
- .E_coy29mj.E_c14wcxf0 {
32333
- font-weight: bold;
32334
- color: white;
32335
- }
32336
-
32337
- .E_s11212zy {
32338
- width: 8px;
32339
- height: 8px;
32340
- border-radius: 2px;
32341
- display: inline-block;
32342
- background: var(--s11212zy-0);
32343
- border: 1px solid #fff;
32344
- box-sizing: content-box;
32345
- margin-right: 6px;
32295
+ .E_c1uzzomf {
32296
+ margin-bottom: 16px;
32346
32297
  }
32347
-
32348
- .E_p1lyky6c > :first-child {
32349
- font-weight: bold;
32350
- color: white;
32351
- margin-right: 4px;
32298
+ .E_c1uzzomf .card-title {
32299
+ font-size: 16px;
32300
+ color: rgba(44, 56, 82, 0.6);
32301
+ font-weight: 700;
32302
+ line-height: 32px;
32352
32303
  }
32353
-
32354
- .E_gmyahx3 {
32355
- cursor: pointer;
32304
+ .E_c1uzzomf .card-body {
32305
+ padding: 24px;
32306
+ border-radius: 8px;
32307
+ background: #fff;
32356
32308
  }
32357
- .E_gmyahx3 .link-text {
32309
+ .E_c1uzzomf .empty {
32310
+ font-weight: 700;
32311
+ font-size: 14px;
32312
+ line-height: 22px;
32358
32313
  color: rgba(0, 21, 64, 0.3);
32359
- }
32360
- .E_gmyahx3:hover .link-text {
32361
- color: #0080ff;
32362
- }
32363
-
32364
- .E_berrcjl {
32365
- color: rgba(10, 37, 85, 0.6);
32366
- margin-bottom: 4px;
32367
- }
32368
- .E_berrcjl .breadcrumb-link {
32369
- color: rgba(10, 37, 85, 0.6);
32370
- cursor: pointer;
32371
- transition: color 160ms ease;
32372
- }
32373
- .E_berrcjl .breadcrumb-link:hover {
32374
- color: #0080ff;
32375
- }
32376
- .E_berrcjl .breadcrumb-link:active {
32377
- color: #005ed1;
32314
+ text-align: center;
32378
32315
  }
32379
32316
 
32380
32317
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
@@ -32385,115 +32322,30 @@ input.E_rf8rlle.ant-input {
32385
32322
  padding-left: 8px;
32386
32323
  padding-right: 8px;
32387
32324
  }
32388
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32389
- border-radius: 4px;
32390
- }
32391
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32392
- border-radius: 4px;
32393
- }
32394
-
32395
- .E_ma64lna .ant-segmented-item-label {
32396
- padding-left: 12px;
32397
- padding-right: 12px;
32398
- }
32399
-
32400
- .E_ckld275 {
32401
- background-color: rgba(225, 230, 241, 0.6);
32402
- }
32403
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32404
- background-color: rgba(255, 255, 255, 0.6);
32405
- color: rgba(44, 56, 82, 0.75);
32406
- }
32407
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32408
- background-color: transparent;
32409
- }
32410
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32411
- background-color: transparent;
32412
- }
32413
-
32414
- .E_tqjc4ui {
32415
- margin: 0 2px;
32416
- }
32417
-
32418
- .E_d1bw7c5z {
32419
- position: relative;
32420
- max-width: 388px;
32421
- min-width: 245px;
32422
- }
32423
- .E_d1bw7c5z .center {
32424
- position: absolute;
32425
- font-size: 12px;
32426
- width: 80px;
32427
- height: 92px;
32428
- top: 12px;
32429
- left: 39px;
32430
- display: flex;
32431
- flex-direction: column;
32432
- justify-content: center;
32433
- align-items: center;
32434
- color: #00122e;
32435
- }
32436
- .E_d1bw7c5z .center .number {
32437
- font-size: 24px;
32438
- font-weight: 700;
32439
- }
32440
- .E_d1bw7c5z .center .text {
32441
- padding: 0 5px;
32442
- font-size: 12px;
32443
- width: inherit;
32444
- }
32445
- .E_d1bw7c5z .recharts-wrapper {
32446
- display: flex;
32447
- }
32448
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32449
- position: relative !important;
32450
- width: calc(100% - 148px) !important;
32451
- left: 0 !important;
32452
- bottom: 0 !important;
32453
- display: flex;
32454
- align-items: center;
32455
- }
32456
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32457
- width: 100%;
32458
- }
32459
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32460
- width: 100%;
32461
- margin-right: 0 !important;
32462
- line-height: 18px;
32463
- }
32464
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32465
- border-radius: 2px;
32466
- }
32467
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32468
- min-width: 75px;
32469
- width: calc(100% - 20px);
32470
- margin-left: 2px;
32471
- color: #00122e !important;
32472
- display: inline-flex;
32473
- justify-content: space-between;
32325
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32326
+ border-radius: 4px;
32474
32327
  }
32475
- .E_d1bw7c5z .tooltip-text {
32476
- maxwidth: calc(100% - 12px);
32477
- cursor: pointer;
32478
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32479
- overflow: hidden;
32480
- text-overflow: ellipsis;
32481
- white-space: nowrap;
32328
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32329
+ border-radius: 4px;
32482
32330
  }
32483
- .E_d1bw7c5z .value {
32484
- color: rgba(44, 56, 82, 0.75);
32331
+
32332
+ .E_ma64lna .ant-segmented-item-label {
32333
+ padding-left: 12px;
32334
+ padding-right: 12px;
32485
32335
  }
32486
32336
 
32487
- .E_t10pqbtc {
32488
- width: 140px;
32337
+ .E_ckld275 {
32338
+ background-color: rgba(225, 230, 241, 0.6);
32489
32339
  }
32490
- .E_t10pqbtc .item {
32491
- margin: 6px auto;
32492
- display: flex;
32493
- justify-content: space-between;
32340
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32341
+ background-color: rgba(255, 255, 255, 0.6);
32342
+ color: rgba(44, 56, 82, 0.75);
32494
32343
  }
32495
- .E_t10pqbtc .item .name {
32496
- width: 102px;
32344
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32345
+ background-color: transparent;
32346
+ }
32347
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32348
+ background-color: transparent;
32497
32349
  }
32498
32350
 
32499
32351
  .E_n12mqh7z {
@@ -32515,6 +32367,73 @@ input.E_rf8rlle.ant-input {
32515
32367
  overflow: "auto";
32516
32368
  }
32517
32369
 
32370
+ .E_tqjc4ui {
32371
+ margin: 0 2px;
32372
+ }
32373
+
32374
+ .E_c18bcrac {
32375
+ display: inline-block;
32376
+ width: 100%;
32377
+ }
32378
+ .E_c18bcrac .recharts-wrapper {
32379
+ margin-left: 4px;
32380
+ }
32381
+
32382
+ .E_cro7kg2 {
32383
+ padding: 4px;
32384
+ }
32385
+
32386
+ .E_c14wcxf0 {
32387
+ display: flex;
32388
+ justify-content: space-between;
32389
+ align-items: center;
32390
+ font-size: 13px;
32391
+ line-height: 24px;
32392
+ color: #cccccc;
32393
+ white-space: nowrap;
32394
+ }
32395
+ .E_c14wcxf0 label {
32396
+ margin-right: 32px;
32397
+ }
32398
+
32399
+ .E_coy29mj.E_c14wcxf0 {
32400
+ font-weight: bold;
32401
+ color: white;
32402
+ }
32403
+
32404
+ .E_s11212zy {
32405
+ width: 8px;
32406
+ height: 8px;
32407
+ border-radius: 2px;
32408
+ display: inline-block;
32409
+ background: var(--s11212zy-0);
32410
+ border: 1px solid #fff;
32411
+ box-sizing: content-box;
32412
+ margin-right: 6px;
32413
+ }
32414
+
32415
+ .E_p1lyky6c > :first-child {
32416
+ font-weight: bold;
32417
+ color: white;
32418
+ margin-right: 4px;
32419
+ }
32420
+
32421
+ .E_ou7iq30 {
32422
+ overflow: hidden;
32423
+ text-overflow: ellipsis;
32424
+ }
32425
+
32426
+ .E_s1tui002 {
32427
+ white-space: nowrap;
32428
+ }
32429
+
32430
+ .E_mxrc2zg {
32431
+ display: -webkit-box;
32432
+ -webkit-line-clamp: var(--mxrc2zg-0);
32433
+ -webkit-box-orient: vertical;
32434
+ word-break: break-all;
32435
+ }
32436
+
32518
32437
  .E_clm1wy1 {
32519
32438
  width: 192px;
32520
32439
  height: 246px;
@@ -32608,6 +32527,87 @@ input.E_rf8rlle.ant-input {
32608
32527
  border-radius: 2px;
32609
32528
  }
32610
32529
 
32530
+ .E_d1bw7c5z {
32531
+ position: relative;
32532
+ max-width: 388px;
32533
+ min-width: 245px;
32534
+ }
32535
+ .E_d1bw7c5z .center {
32536
+ position: absolute;
32537
+ font-size: 12px;
32538
+ width: 80px;
32539
+ height: 92px;
32540
+ top: 12px;
32541
+ left: 39px;
32542
+ display: flex;
32543
+ flex-direction: column;
32544
+ justify-content: center;
32545
+ align-items: center;
32546
+ color: #00122e;
32547
+ }
32548
+ .E_d1bw7c5z .center .number {
32549
+ font-size: 24px;
32550
+ font-weight: 700;
32551
+ }
32552
+ .E_d1bw7c5z .center .text {
32553
+ padding: 0 5px;
32554
+ font-size: 12px;
32555
+ width: inherit;
32556
+ }
32557
+ .E_d1bw7c5z .recharts-wrapper {
32558
+ display: flex;
32559
+ }
32560
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32561
+ position: relative !important;
32562
+ width: calc(100% - 148px) !important;
32563
+ left: 0 !important;
32564
+ bottom: 0 !important;
32565
+ display: flex;
32566
+ align-items: center;
32567
+ }
32568
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32569
+ width: 100%;
32570
+ }
32571
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32572
+ width: 100%;
32573
+ margin-right: 0 !important;
32574
+ line-height: 18px;
32575
+ }
32576
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32577
+ border-radius: 2px;
32578
+ }
32579
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32580
+ min-width: 75px;
32581
+ width: calc(100% - 20px);
32582
+ margin-left: 2px;
32583
+ color: #00122e !important;
32584
+ display: inline-flex;
32585
+ justify-content: space-between;
32586
+ }
32587
+ .E_d1bw7c5z .tooltip-text {
32588
+ maxwidth: calc(100% - 12px);
32589
+ cursor: pointer;
32590
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32591
+ overflow: hidden;
32592
+ text-overflow: ellipsis;
32593
+ white-space: nowrap;
32594
+ }
32595
+ .E_d1bw7c5z .value {
32596
+ color: rgba(44, 56, 82, 0.75);
32597
+ }
32598
+
32599
+ .E_t10pqbtc {
32600
+ width: 140px;
32601
+ }
32602
+ .E_t10pqbtc .item {
32603
+ margin: 6px auto;
32604
+ display: flex;
32605
+ justify-content: space-between;
32606
+ }
32607
+ .E_t10pqbtc .item .name {
32608
+ width: 102px;
32609
+ }
32610
+
32611
32611
  .E_tje3huy {
32612
32612
  width: 100%;
32613
32613
  overflow: inherit;
@@ -32665,88 +32665,44 @@ input.E_rf8rlle.ant-input {
32665
32665
  .E_t4zczcp .edit-icon {
32666
32666
  font-size: 16px;
32667
32667
  color: rgba(10, 37, 85, 0.6);
32668
- cursor: pointer;
32669
- }
32670
-
32671
- .E_t1s7goww {
32672
- font-size: 12px;
32673
- line-height: 18px;
32674
- }
32675
-
32676
- .E_t93e4cf {
32677
- display: flex;
32678
- padding: 8px 0;
32679
- color: #2d3a56;
32680
- }
32681
- .E_t93e4cf .hidden {
32682
- display: none;
32683
- }
32684
- .E_t93e4cf .ant-btn-link {
32685
- height: auto;
32686
- }
32687
- .E_t93e4cf .content {
32688
- overflow: hidden;
32689
- overflow-x: auto;
32690
- width: 100%;
32691
- white-space: pre-wrap;
32692
- }
32693
- .E_t93e4cf .content .ant-btn {
32694
- white-space: pre-wrap;
32695
- text-align: left;
32696
- }
32697
- .E_t93e4cf .content .unit-chart {
32698
- justify-content: flex-start;
32699
- }
32700
-
32701
- .E_rhz2uv5 {
32702
- width: var(--rhz2uv5-0);
32703
- flex-shrink: 0;
32704
- color: rgba(44, 56, 82, 0.6);
32705
- padding-right: 12px;
32706
- }
32707
-
32708
- .E_s1iv0tp1 .enabled-switch {
32709
- display: flex;
32710
- align-items: center;
32711
- }
32712
- .E_s1iv0tp1 .enabled-text {
32713
- margin-right: 8px;
32714
- }
32715
-
32716
- .E_wg1tsps {
32717
- display: flex;
32718
- align-items: center;
32719
- justify-content: flex-end;
32720
- }
32721
-
32722
- .E_b1ctd5xy {
32723
- display: flex;
32724
- align-items: center;
32725
- width: calc(100% - 40px);
32726
- }
32727
- .E_b1ctd5xy .chart {
32728
- display: inline-block;
32729
- width: 100%;
32730
- }
32731
-
32732
- .E_u1p8acpn {
32733
- min-width: 40px;
32668
+ cursor: pointer;
32734
32669
  }
32735
- .E_u1p8acpn .unit {
32736
- color: #00122e !important;
32670
+
32671
+ .E_t1s7goww {
32672
+ font-size: 12px;
32673
+ line-height: 18px;
32737
32674
  }
32738
32675
 
32739
- .E_m74vjol {
32676
+ .E_t93e4cf {
32740
32677
  display: flex;
32741
- justify-content: space-between;
32678
+ padding: 8px 0;
32679
+ color: #2d3a56;
32680
+ }
32681
+ .E_t93e4cf .hidden {
32682
+ display: none;
32683
+ }
32684
+ .E_t93e4cf .ant-btn-link {
32685
+ height: auto;
32686
+ }
32687
+ .E_t93e4cf .content {
32688
+ overflow: hidden;
32689
+ overflow-x: auto;
32742
32690
  width: 100%;
32691
+ white-space: pre-wrap;
32743
32692
  }
32744
- .E_m74vjol .action {
32745
- margin-left: 16px;
32693
+ .E_t93e4cf .content .ant-btn {
32694
+ white-space: pre-wrap;
32695
+ text-align: left;
32696
+ }
32697
+ .E_t93e4cf .content .unit-chart {
32698
+ justify-content: flex-start;
32746
32699
  }
32747
32700
 
32748
- .E_a1o35uvh .ant-alert-message {
32749
- width: 100%;
32701
+ .E_rhz2uv5 {
32702
+ width: var(--rhz2uv5-0);
32703
+ flex-shrink: 0;
32704
+ color: rgba(44, 56, 82, 0.6);
32705
+ padding-right: 12px;
32750
32706
  }
32751
32707
 
32752
32708
  .E_ccrbeuz .ant-collapse-item {
@@ -32771,11 +32727,16 @@ input.E_rf8rlle.ant-input {
32771
32727
  cursor: default;
32772
32728
  }
32773
32729
 
32774
- .E_c1yyuluq {
32775
- border-radius: 8px;
32730
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32731
+ display: flex;
32776
32732
  }
32777
- .E_c1yyuluq .ant-card-body {
32778
- padding: 20px 24px 24px 24px;
32733
+
32734
+ .E_s1iv0tp1 .enabled-switch {
32735
+ display: flex;
32736
+ align-items: center;
32737
+ }
32738
+ .E_s1iv0tp1 .enabled-text {
32739
+ margin-right: 8px;
32779
32740
  }
32780
32741
 
32781
32742
  button.E_l48ei06 {
@@ -32810,8 +32771,47 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32810
32771
  color: #00122e;
32811
32772
  }
32812
32773
 
32813
- .E_itxley7.ant-input-group.ant-input-group-compact {
32774
+ .E_m74vjol {
32775
+ display: flex;
32776
+ justify-content: space-between;
32777
+ width: 100%;
32778
+ }
32779
+ .E_m74vjol .action {
32780
+ margin-left: 16px;
32781
+ }
32782
+
32783
+ .E_a1o35uvh .ant-alert-message {
32784
+ width: 100%;
32785
+ }
32786
+
32787
+ .E_c1yyuluq {
32788
+ border-radius: 8px;
32789
+ }
32790
+ .E_c1yyuluq .ant-card-body {
32791
+ padding: 20px 24px 24px 24px;
32792
+ }
32793
+
32794
+ .E_wg1tsps {
32795
+ display: flex;
32796
+ align-items: center;
32797
+ justify-content: flex-end;
32798
+ }
32799
+
32800
+ .E_b1ctd5xy {
32814
32801
  display: flex;
32802
+ align-items: center;
32803
+ width: calc(100% - 40px);
32804
+ }
32805
+ .E_b1ctd5xy .chart {
32806
+ display: inline-block;
32807
+ width: 100%;
32808
+ }
32809
+
32810
+ .E_u1p8acpn {
32811
+ min-width: 40px;
32812
+ }
32813
+ .E_u1p8acpn .unit {
32814
+ color: #00122e !important;
32815
32815
  }
32816
32816
 
32817
32817
  .E_t13ef470 {
@@ -32844,73 +32844,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32844
32844
  background: rgba(163, 180, 204, 0.18);
32845
32845
  }
32846
32846
 
32847
- .E_ivqqkzv {
32848
- height: 24px;
32849
- width: 56px !important;
32850
- margin-right: 4px;
32851
- }
32852
-
32853
- .E_c1wk4q29 {
32854
- color: rgba(44, 56, 82, 0.6);
32855
- }
32856
-
32857
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
32858
- border-radius: 6px;
32859
- }
32860
- .E_s177mls5.ant-select.ant-select-single {
32861
- width: 100%;
32862
- color: #2d3a56;
32863
- border-color: rgba(211, 218, 235, 0.6);
32864
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32865
- font-size: 13px;
32866
- }
32867
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
32868
- height: 30px;
32869
- }
32870
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
32871
- height: 38px;
32872
- font-size: 13px;
32873
- }
32874
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
32875
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32876
- transition: 160ms ease;
32877
- }
32878
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
32879
- color: #0080ff;
32880
- }
32881
- .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 {
32882
- border-color: rgba(107, 128, 167, 0.6);
32883
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32884
- }
32885
- .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 {
32886
- color: #0080ff;
32887
- }
32888
- .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 {
32889
- border-color: #0080ff;
32890
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32891
- }
32892
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32893
- transform: rotate(180deg);
32894
- }
32895
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32896
- background: rgba(211, 218, 235, 0.6);
32897
- border-color: rgba(172, 186, 211, 0.6);
32898
- cursor: "not-allowed";
32899
- }
32900
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32901
- border-color: #f0483e !important;
32902
- }
32903
- .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 {
32904
- color: #1d326c;
32905
- }
32906
- .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 {
32907
- border-color: #0080ff;
32908
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32909
- }
32910
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32911
- transform: rotate(180deg);
32912
- }
32913
-
32914
32847
  .E_s1sck0th {
32915
32848
  padding: 0 8px;
32916
32849
  border-radius: 4px;
@@ -32993,10 +32926,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32993
32926
  background-color: #7E41FF;
32994
32927
  }
32995
32928
 
32996
- .E_tju3gfj .date {
32997
- margin-right: 4px;
32998
- }
32999
-
33000
32929
  .E_sddwhm6 {
33001
32930
  margin: 0;
33002
32931
  border-radius: 20px;
@@ -33071,6 +33000,77 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33071
33000
  display: inline-block;
33072
33001
  }
33073
33002
 
33003
+ .E_tju3gfj .date {
33004
+ margin-right: 4px;
33005
+ }
33006
+
33007
+ .E_ivqqkzv {
33008
+ height: 24px;
33009
+ width: 56px !important;
33010
+ margin-right: 4px;
33011
+ }
33012
+
33013
+ .E_c1wk4q29 {
33014
+ color: rgba(44, 56, 82, 0.6);
33015
+ }
33016
+
33017
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
33018
+ border-radius: 6px;
33019
+ }
33020
+ .E_s177mls5.ant-select.ant-select-single {
33021
+ width: 100%;
33022
+ color: #2d3a56;
33023
+ border-color: rgba(211, 218, 235, 0.6);
33024
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
33025
+ font-size: 13px;
33026
+ }
33027
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
33028
+ height: 30px;
33029
+ }
33030
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
33031
+ height: 38px;
33032
+ font-size: 13px;
33033
+ }
33034
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
33035
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
33036
+ transition: 160ms ease;
33037
+ }
33038
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
33039
+ color: #0080ff;
33040
+ }
33041
+ .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 {
33042
+ border-color: rgba(107, 128, 167, 0.6);
33043
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
33044
+ }
33045
+ .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 {
33046
+ color: #0080ff;
33047
+ }
33048
+ .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 {
33049
+ border-color: #0080ff;
33050
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33051
+ }
33052
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33053
+ transform: rotate(180deg);
33054
+ }
33055
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
33056
+ background: rgba(211, 218, 235, 0.6);
33057
+ border-color: rgba(172, 186, 211, 0.6);
33058
+ cursor: "not-allowed";
33059
+ }
33060
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
33061
+ border-color: #f0483e !important;
33062
+ }
33063
+ .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 {
33064
+ color: #1d326c;
33065
+ }
33066
+ .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 {
33067
+ border-color: #0080ff;
33068
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33069
+ }
33070
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33071
+ transform: rotate(180deg);
33072
+ }
33073
+
33074
33074
  .E_h1ol2wl7 {
33075
33075
  font-weight: bold;
33076
33076
  background-color: unset;
@@ -33949,14 +33949,47 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33949
33949
  margin-top: 2px;
33950
33950
  }
33951
33951
 
33952
- .E_rzaik16 {
33953
- padding: 0;
33952
+ .E_rzaik16 {
33953
+ padding: 0;
33954
+ }
33955
+ .E_rzaik16 .ant-popover-arrow {
33956
+ display: none;
33957
+ }
33958
+ .E_rzaik16 .ant-popover-inner-content {
33959
+ padding: 0;
33960
+ }
33961
+
33962
+ .E_ryby9ds {
33963
+ display: flex;
33964
+ align-items: center;
33965
+ }
33966
+ .E_ryby9ds .order {
33967
+ height: 24px;
33968
+ width: 24px;
33969
+ border-radius: 20px;
33970
+ color: #0080ff;
33971
+ background: rgba(0, 136, 255, 0.1);
33972
+ display: flex;
33973
+ align-items: center;
33974
+ justify-content: center;
33975
+ margin-right: 6px;
33976
+ }
33977
+
33978
+ .E_suhck3k {
33979
+ height: 24px;
33980
+ width: 24px;
33981
+ border-radius: 6px;
33982
+ padding: 4px;
33954
33983
  }
33955
- .E_rzaik16 .ant-popover-arrow {
33956
- display: none;
33984
+ .E_suhck3k:hover {
33985
+ background-color: rgba(0, 136, 255, 0.1);
33957
33986
  }
33958
- .E_rzaik16 .ant-popover-inner-content {
33959
- padding: 0;
33987
+ .E_suhck3k:hover svg path {
33988
+ fill: blue;
33989
+ }
33990
+
33991
+ .E_c1yd35n {
33992
+ padding: 0 12px 14px 12px;
33960
33993
  }
33961
33994
 
33962
33995
  .E_ckui4s7 {
@@ -34023,33 +34056,237 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34023
34056
  margin-left: 24px;
34024
34057
  }
34025
34058
 
34026
- .E_ryby9ds {
34059
+ .E_c1kghdax {
34060
+ color: #2d3a56;
34061
+ padding: 7px 12px;
34027
34062
  display: flex;
34063
+ justify-content: space-between;
34028
34064
  align-items: center;
34029
34065
  }
34030
- .E_ryby9ds .order {
34031
- height: 24px;
34032
- width: 24px;
34033
- border-radius: 20px;
34034
- color: #0080ff;
34035
- background: rgba(0, 136, 255, 0.1);
34066
+ .E_c1kghdax.has-arrow {
34067
+ padding-left: 10px;
34068
+ }
34069
+ .E_c1kghdax.has-arrow .title-wrapper {
34070
+ cursor: pointer;
34071
+ color: #00122e;
34072
+ }
34073
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34074
+ color: #2d3a56;
34075
+ font-weight: 600;
34076
+ }
34077
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34078
+ transform: rotate(90deg);
34079
+ }
34080
+ .E_c1kghdax .sub-info {
34081
+ font-size: 12px;
34082
+ line-height: 18px;
34083
+ }
34084
+ .E_c1kghdax .title-wrapper {
34036
34085
  display: flex;
34037
34086
  align-items: center;
34038
- justify-content: center;
34087
+ user-select: none;
34088
+ flex-grow: 1;
34089
+ font-size: 12px;
34090
+ line-height: 18px;
34091
+ color: #2d3a56;
34092
+ font-weight: 700;
34093
+ }
34094
+ .E_c1kghdax .collapse-arrow {
34095
+ transition: all 50ms ease-out 0ms;
34096
+ margin-right: 2px;
34097
+ }
34098
+
34099
+ .E_t1dtlqs1 {
34100
+ margin-bottom: 4px;
34101
+ color: rgba(44, 56, 82, 0.6);
34102
+ overflow: hidden;
34103
+ text-overflow: ellipsis;
34104
+ white-space: nowrap;
34105
+ }
34106
+
34107
+ .E_s1ese5oy {
34108
+ color: rgba(44, 56, 82, 0.6);
34109
+ line-height: 32px;
34110
+ height: 32px;
34111
+ margin-bottom: 0;
34112
+ }
34113
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34114
+ color: #0080ff;
34115
+ }
34116
+ .E_s1ese5oy.warning {
34117
+ color: #ffa500;
34118
+ }
34119
+ .E_s1ese5oy.success {
34120
+ color: #00ba5d;
34121
+ }
34122
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34123
+ color: #f0483e;
34124
+ }
34125
+ .E_s1ese5oy.normal {
34126
+ color: rgba(44, 56, 82, 0.6);
34127
+ }
34128
+
34129
+ .E_b1ibis43 {
34130
+ margin-bottom: 0;
34131
+ color: #00122e;
34132
+ }
34133
+
34134
+ .E_b11xxjd2 {
34135
+ line-height: 32px;
34039
34136
  margin-right: 6px;
34040
34137
  }
34041
34138
 
34042
- .E_suhck3k {
34139
+ .E_bsub5bw.with-description {
34043
34140
  height: 24px;
34044
- width: 24px;
34045
- border-radius: 6px;
34046
- padding: 4px;
34141
+ flex: 1;
34142
+ position: relative;
34143
+ top: -7px;
34047
34144
  }
34048
- .E_suhck3k:hover {
34145
+ .E_bsub5bw p {
34146
+ width: 100%;
34147
+ overflow: hidden;
34148
+ text-overflow: ellipsis;
34149
+ white-space: nowrap;
34150
+ }
34151
+
34152
+ .E_tmoyoag {
34153
+ border: 1px solid rgba(211, 218, 235, 0.6);
34154
+ border-radius: 8px;
34155
+ overflow: auto;
34156
+ }
34157
+ .E_tmoyoag .ant-list {
34158
+ position: relative;
34159
+ }
34160
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34161
+ position: sticky;
34162
+ top: 0;
34163
+ z-index: 2;
34164
+ display: flex;
34165
+ padding: 8px;
34166
+ flex-wrap: nowrap;
34167
+ justify-content: flex-start;
34168
+ background: #f2f5fa;
34169
+ font-size: 14px;
34170
+ color: rgba(44, 56, 82, 0.6);
34171
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34172
+ }
34173
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34174
+ align-items: inherit;
34175
+ }
34176
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34177
+ display: flex;
34178
+ justify-content: flex-start;
34179
+ align-items: flex-start;
34180
+ flex-wrap: wrap;
34181
+ padding: 8px;
34182
+ border: none;
34183
+ }
34184
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34185
+ flex-basis: 100%;
34186
+ margin: 12px 0 0;
34187
+ order: 99;
34188
+ color: rgba(44, 56, 82, 0.6);
34189
+ }
34190
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34191
+ color: #f0483e;
34192
+ flex-basis: 100%;
34193
+ order: 98;
34194
+ margin: 12px 0 0;
34195
+ }
34196
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34197
+ background-color: rgba(237, 241, 250, 0.6);
34198
+ }
34199
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34049
34200
  background-color: rgba(0, 136, 255, 0.1);
34050
34201
  }
34051
- .E_suhck3k:hover svg path {
34052
- fill: blue;
34202
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
34203
+ flex: 1 0 0;
34204
+ overflow: hidden;
34205
+ }
34206
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34207
+ color: rgba(44, 56, 82, 0.6);
34208
+ margin: 0;
34209
+ }
34210
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34211
+ text-align: center;
34212
+ }
34213
+ .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 > * {
34214
+ text-align: center;
34215
+ }
34216
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34217
+ text-align: left;
34218
+ }
34219
+ .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 > * {
34220
+ text-align: left;
34221
+ }
34222
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34223
+ text-align: right;
34224
+ }
34225
+ .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 > * {
34226
+ text-align: right;
34227
+ }
34228
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34229
+ margin-right: 8px;
34230
+ }
34231
+ .E_tmoyoag .ant-list .ant-list-item-action {
34232
+ padding: 4px;
34233
+ width: 24px;
34234
+ height: 24px;
34235
+ overflow: hidden;
34236
+ }
34237
+ .E_tmoyoag .ant-list .ant-list-item-action li {
34238
+ padding: 0;
34239
+ }
34240
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
34241
+ cursor: not-allowed;
34242
+ opacity: 0.5;
34243
+ }
34244
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34245
+ margin: 0;
34246
+ }
34247
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34248
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34249
+ border-radius: 5px;
34250
+ font-size: 12px;
34251
+ }
34252
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34253
+ font-size: inherit;
34254
+ }
34255
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34256
+ min-height: 24px;
34257
+ font-size: 12px;
34258
+ position: relative;
34259
+ }
34260
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34261
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34262
+ }
34263
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34264
+ background-color: rgba(237, 241, 250, 0.6);
34265
+ }
34266
+
34267
+ .E_a138syjm {
34268
+ display: flex;
34269
+ align-items: center;
34270
+ margin-top: 8px;
34271
+ }
34272
+ .E_a138syjm button.ant-btn {
34273
+ padding: 2px 8px;
34274
+ height: 24px;
34275
+ }
34276
+ .E_a138syjm > span.maximum-desc {
34277
+ display: none;
34278
+ margin-left: 8px;
34279
+ color: rgba(44, 56, 82, 0.6);
34280
+ }
34281
+ .E_a138syjm > span.maximum-desc.disabled {
34282
+ display: inline;
34283
+ }
34284
+
34285
+ .E_d77i8u0 {
34286
+ width: 24px;
34287
+ height: 24px;
34288
+ padding: 4px;
34289
+ margin-right: 8px;
34053
34290
  }
34054
34291
 
34055
34292
  .E_b14q2gmw {
@@ -34069,59 +34306,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34069
34306
  transform: translateY(-4px);
34070
34307
  }
34071
34308
 
34072
- .E_c1kghdax {
34073
- color: #2d3a56;
34074
- padding: 7px 12px;
34075
- display: flex;
34076
- justify-content: space-between;
34077
- align-items: center;
34078
- }
34079
- .E_c1kghdax.has-arrow {
34080
- padding-left: 10px;
34081
- }
34082
- .E_c1kghdax.has-arrow .title-wrapper {
34083
- cursor: pointer;
34084
- color: #00122e;
34085
- }
34086
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
34087
- color: #2d3a56;
34088
- font-weight: 600;
34089
- }
34090
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34091
- transform: rotate(90deg);
34092
- }
34093
- .E_c1kghdax .sub-info {
34094
- font-size: 12px;
34095
- line-height: 18px;
34096
- }
34097
- .E_c1kghdax .title-wrapper {
34098
- display: flex;
34099
- align-items: center;
34100
- user-select: none;
34101
- flex-grow: 1;
34102
- font-size: 12px;
34103
- line-height: 18px;
34104
- color: #2d3a56;
34105
- font-weight: 700;
34106
- }
34107
- .E_c1kghdax .collapse-arrow {
34108
- transition: all 50ms ease-out 0ms;
34109
- margin-right: 2px;
34110
- }
34111
-
34112
- .E_c1yd35n {
34113
- padding: 0 12px 14px 12px;
34114
- }
34115
-
34116
- .E_w7ob4th.outside-tag {
34117
- padding-left: 0;
34118
- }
34119
- .E_w7ob4th.outside-tag .inside-tag {
34120
- border-radius: 4px 0 0 4px;
34121
- padding-right: 4px;
34122
- margin-right: 4px;
34123
- }
34124
-
34125
34309
  .E_t160l1cm {
34126
34310
  display: flex;
34127
34311
  flex-direction: column;
@@ -34325,9 +34509,13 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34325
34509
  background: transparent;
34326
34510
  }
34327
34511
 
34328
- .E_i1g85yz3 {
34512
+ .E_w7ob4th.outside-tag {
34513
+ padding-left: 0;
34514
+ }
34515
+ .E_w7ob4th.outside-tag .inside-tag {
34516
+ border-radius: 4px 0 0 4px;
34517
+ padding-right: 4px;
34329
34518
  margin-right: 4px;
34330
- height: 16px;
34331
34519
  }
34332
34520
 
34333
34521
  .E_slr2ynn {
@@ -34359,197 +34547,9 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34359
34547
  white-space: normal;
34360
34548
  }
34361
34549
 
34362
- .E_t1dtlqs1 {
34363
- margin-bottom: 4px;
34364
- color: rgba(44, 56, 82, 0.6);
34365
- overflow: hidden;
34366
- text-overflow: ellipsis;
34367
- white-space: nowrap;
34368
- }
34369
-
34370
- .E_s1ese5oy {
34371
- color: rgba(44, 56, 82, 0.6);
34372
- line-height: 32px;
34373
- height: 32px;
34374
- margin-bottom: 0;
34375
- }
34376
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34377
- color: #0080ff;
34378
- }
34379
- .E_s1ese5oy.warning {
34380
- color: #ffa500;
34381
- }
34382
- .E_s1ese5oy.success {
34383
- color: #00ba5d;
34384
- }
34385
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34386
- color: #f0483e;
34387
- }
34388
- .E_s1ese5oy.normal {
34389
- color: rgba(44, 56, 82, 0.6);
34390
- }
34391
-
34392
- .E_b1ibis43 {
34393
- margin-bottom: 0;
34394
- color: #00122e;
34395
- }
34396
-
34397
- .E_b11xxjd2 {
34398
- line-height: 32px;
34399
- margin-right: 6px;
34400
- }
34401
-
34402
- .E_bsub5bw.with-description {
34403
- height: 24px;
34404
- flex: 1;
34405
- position: relative;
34406
- top: -7px;
34407
- }
34408
- .E_bsub5bw p {
34409
- width: 100%;
34410
- overflow: hidden;
34411
- text-overflow: ellipsis;
34412
- white-space: nowrap;
34413
- }
34414
-
34415
- .E_tmoyoag {
34416
- border: 1px solid rgba(211, 218, 235, 0.6);
34417
- border-radius: 8px;
34418
- overflow: auto;
34419
- }
34420
- .E_tmoyoag .ant-list {
34421
- position: relative;
34422
- }
34423
- .E_tmoyoag .ant-list .eagle-table-form-header {
34424
- position: sticky;
34425
- top: 0;
34426
- z-index: 2;
34427
- display: flex;
34428
- padding: 8px;
34429
- flex-wrap: nowrap;
34430
- justify-content: flex-start;
34431
- background: #f2f5fa;
34432
- font-size: 14px;
34433
- color: rgba(44, 56, 82, 0.6);
34434
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34435
- }
34436
- .E_tmoyoag .ant-list .eagle-table-form-header {
34437
- align-items: inherit;
34438
- }
34439
- .E_tmoyoag .ant-list .eagle-table-form-row {
34440
- display: flex;
34441
- justify-content: flex-start;
34442
- align-items: flex-start;
34443
- flex-wrap: wrap;
34444
- padding: 8px;
34445
- border: none;
34446
- }
34447
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34448
- flex-basis: 100%;
34449
- margin: 12px 0 0;
34450
- order: 99;
34451
- color: rgba(44, 56, 82, 0.6);
34452
- }
34453
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34454
- color: #f0483e;
34455
- flex-basis: 100%;
34456
- order: 98;
34457
- margin: 12px 0 0;
34458
- }
34459
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34460
- background-color: rgba(237, 241, 250, 0.6);
34461
- }
34462
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34463
- background-color: rgba(0, 136, 255, 0.1);
34464
- }
34465
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34466
- flex: 1 0 0;
34467
- overflow: hidden;
34468
- }
34469
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34470
- color: rgba(44, 56, 82, 0.6);
34471
- margin: 0;
34472
- }
34473
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34474
- text-align: center;
34475
- }
34476
- .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 > * {
34477
- text-align: center;
34478
- }
34479
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34480
- text-align: left;
34481
- }
34482
- .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 > * {
34483
- text-align: left;
34484
- }
34485
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34486
- text-align: right;
34487
- }
34488
- .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 > * {
34489
- text-align: right;
34490
- }
34491
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34492
- margin-right: 8px;
34493
- }
34494
- .E_tmoyoag .ant-list .ant-list-item-action {
34495
- padding: 4px;
34496
- width: 24px;
34497
- height: 24px;
34498
- overflow: hidden;
34499
- }
34500
- .E_tmoyoag .ant-list .ant-list-item-action li {
34501
- padding: 0;
34502
- }
34503
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34504
- cursor: not-allowed;
34505
- opacity: 0.5;
34506
- }
34507
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34508
- margin: 0;
34509
- }
34510
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34511
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34512
- border-radius: 5px;
34513
- font-size: 12px;
34514
- }
34515
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34516
- font-size: inherit;
34517
- }
34518
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34519
- min-height: 24px;
34520
- font-size: 12px;
34521
- position: relative;
34522
- }
34523
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34524
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34525
- }
34526
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34527
- background-color: rgba(237, 241, 250, 0.6);
34528
- }
34529
-
34530
- .E_a138syjm {
34531
- display: flex;
34532
- align-items: center;
34533
- margin-top: 8px;
34534
- }
34535
- .E_a138syjm button.ant-btn {
34536
- padding: 2px 8px;
34537
- height: 24px;
34538
- }
34539
- .E_a138syjm > span.maximum-desc {
34540
- display: none;
34541
- margin-left: 8px;
34542
- color: rgba(44, 56, 82, 0.6);
34543
- }
34544
- .E_a138syjm > span.maximum-desc.disabled {
34545
- display: inline;
34546
- }
34547
-
34548
- .E_d77i8u0 {
34549
- width: 24px;
34550
- height: 24px;
34551
- padding: 4px;
34552
- margin-right: 8px;
34550
+ .E_i1g85yz3 {
34551
+ margin-right: 4px;
34552
+ height: 16px;
34553
34553
  }
34554
34554
 
34555
34555
  .E_f7pxqmh {