@cloudtower/eagle 0.28.0-alpha.0 → 0.28.0-dry-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29484,100 +29484,6 @@ html body {
29484
29484
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29485
29485
  }
29486
29486
 
29487
- .E_s1ebs0ra {
29488
- display: flex;
29489
- align-items: center;
29490
- justify-content: space-between;
29491
- background: #edf0f7;
29492
- padding: 8px 12px;
29493
- position: sticky;
29494
- top: 0;
29495
- z-index: 1;
29496
- margin-bottom: -52px;
29497
- }
29498
- .E_s1ebs0ra .select-total {
29499
- display: flex;
29500
- align-items: center;
29501
- font-weight: 700;
29502
- flex-shrink: 0;
29503
- }
29504
- .E_s1ebs0ra .select-total .icon-wrapper {
29505
- cursor: pointer;
29506
- margin-left: 8px;
29507
- width: 32px;
29508
- height: 32px;
29509
- border-radius: 50%;
29510
- justify-content: center;
29511
- }
29512
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29513
- background: rgba(225, 230, 241, 0.6);
29514
- }
29515
- .E_s1ebs0ra .action-group {
29516
- flex: 1;
29517
- margin-left: 88px;
29518
- white-space: nowrap;
29519
- text-align: right;
29520
- position: relative;
29521
- padding: 4px 0;
29522
- margin-top: -4px;
29523
- overflow: hidden;
29524
- }
29525
- .E_s1ebs0ra .action-group .sub-menu-delete {
29526
- transform: translateY(-4px);
29527
- }
29528
- .E_s1ebs0ra .action-group button {
29529
- border: none;
29530
- }
29531
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29532
- margin-right: 8px;
29533
- }
29534
- .E_s1ebs0ra .action-group > button:last-child {
29535
- margin-right: 4px;
29536
- }
29537
- .E_s1ebs0ra .action-group .more-btn {
29538
- cursor: pointer;
29539
- width: 32px;
29540
- height: 32px;
29541
- justify-content: center;
29542
- border-radius: 50%;
29543
- }
29544
- .E_s1ebs0ra .action-group .more-btn:hover {
29545
- background: #fff;
29546
- }
29547
-
29548
- .E_i1mrf09m {
29549
- display: inline-flex;
29550
- align-items: center;
29551
- }
29552
- .E_i1mrf09m .icon-inner {
29553
- display: inline-flex;
29554
- align-items: center;
29555
- justify-content: center;
29556
- }
29557
- .E_i1mrf09m .icon-inner + span,
29558
- .E_i1mrf09m span + .icon-inner.suffix {
29559
- margin-left: 4px;
29560
- }
29561
- .E_i1mrf09m.is-rotate img,
29562
- .E_i1mrf09m.is-rotate svg {
29563
- animation: rotate 680ms linear infinite;
29564
- }
29565
-
29566
- .E_fde5mpd {
29567
- width: 100%;
29568
- height: 100%;
29569
- min-height: 124px;
29570
- display: flex;
29571
- flex-direction: column;
29572
- justify-content: center;
29573
- align-items: center;
29574
- }
29575
- .E_fde5mpd .error-text {
29576
- color: rgba(10, 37, 85, 0.6);
29577
- margin-bottom: 16px;
29578
- font-size: 18px;
29579
- }
29580
-
29581
29487
  .E_bpq0js6 {
29582
29488
  padding: 4px 11px;
29583
29489
  }
@@ -29607,146 +29513,6 @@ html body {
29607
29513
  border-radius: unset;
29608
29514
  }
29609
29515
 
29610
- .E_c1up1pdz {
29611
- width: 648px;
29612
- }
29613
- .E_c1up1pdz.active {
29614
- border-color: #0080ff;
29615
- }
29616
- .E_c1up1pdz.active > header {
29617
- background: rgba(0, 128, 255, 0.1);
29618
- }
29619
- .E_c1up1pdz .expand {
29620
- padding: 12px;
29621
- }
29622
- .E_c1up1pdz .field-item {
29623
- display: flex;
29624
- padding: 10px 0;
29625
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29626
- }
29627
- .E_c1up1pdz .field-item:last-child {
29628
- border-bottom: none;
29629
- padding-bottom: 0;
29630
- }
29631
- .E_c1up1pdz .field-item label {
29632
- line-height: 32px;
29633
- width: 100px;
29634
- color: rgba(62, 70, 82, 0.6);
29635
- }
29636
- .E_c1up1pdz .help {
29637
- color: rgba(62, 70, 82, 0.6);
29638
- margin-top: 5px;
29639
- }
29640
- .E_c1up1pdz .ant-input-affix-wrapper,
29641
- .E_c1up1pdz .ant-picker {
29642
- width: 128px;
29643
- }
29644
-
29645
- .E_c156wh19 {
29646
- display: flex;
29647
- align-items: center;
29648
- justify-content: space-between;
29649
- word-break: keep-all;
29650
- }
29651
- .E_c156wh19 .title {
29652
- margin: 0 16px 0 8px;
29653
- }
29654
- .E_c156wh19 .retain {
29655
- color: rgba(129, 138, 153, 0.6);
29656
- }
29657
- .E_c156wh19 .left {
29658
- flex: 1;
29659
- display: flex;
29660
- overflow: hidden;
29661
- align-items: center;
29662
- justify-content: flex-start;
29663
- white-space: nowrap;
29664
- }
29665
- .E_c156wh19 .left .title {
29666
- max-width: 100%;
29667
- overflow: hidden;
29668
- text-overflow: ellipsis;
29669
- }
29670
- .E_c156wh19 .right {
29671
- display: flex;
29672
- align-items: center;
29673
- }
29674
- .E_c156wh19 .reverse {
29675
- display: flex;
29676
- flex-direction: row-reverse;
29677
- align-items: center;
29678
- }
29679
- .E_c156wh19 .reverse .ant-switch {
29680
- margin-left: 8px;
29681
- }
29682
- .E_c156wh19 .close {
29683
- padding-left: 14px;
29684
- margin-left: 14px;
29685
- border-left: 1px solid rgba(129, 138, 153, 0.6);
29686
- cursor: pointer;
29687
- }
29688
-
29689
- .E_m126spxy {
29690
- padding-bottom: 4px;
29691
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29692
- }
29693
- .E_m126spxy .ant-btn-link {
29694
- padding: 1px 10px;
29695
- color: rgba(62, 70, 82, 0.6);
29696
- border-radius: 4px;
29697
- }
29698
- .E_m126spxy .ant-btn-link.active {
29699
- background: rgba(0, 128, 255, 0.1);
29700
- color: #0096ff;
29701
- }
29702
-
29703
- .E_wpbf4pq {
29704
- padding: 10px 0;
29705
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29706
- }
29707
- .E_wpbf4pq .ant-input,
29708
- .E_wpbf4pq .ant-picker {
29709
- width: 80px;
29710
- margin: 0 9px;
29711
- text-align: center;
29712
- }
29713
- .E_wpbf4pq .options {
29714
- padding: 12px 0 12px 16px;
29715
- border-left: 2px solid rgba(129, 138, 153, 0.6);
29716
- margin: 5px 0 5px 8px;
29717
- }
29718
- .E_wpbf4pq .week-day-option,
29719
- .E_wpbf4pq .month-day-option {
29720
- background: #f5f7fa;
29721
- box-sizing: border-box;
29722
- border-radius: 16px;
29723
- margin-right: 8px;
29724
- }
29725
- .E_wpbf4pq .week-day-option:focus,
29726
- .E_wpbf4pq .month-day-option:focus {
29727
- color: inherit;
29728
- border-color: #d9d9d9;
29729
- }
29730
- .E_wpbf4pq .week-day-option.active {
29731
- background-color: #0096ff;
29732
- border-color: #0096ff;
29733
- color: #fff;
29734
- }
29735
- .E_wpbf4pq .week-day-option.en-text {
29736
- width: 110px;
29737
- margin-top: 4px;
29738
- }
29739
- .E_wpbf4pq .month-day-option {
29740
- width: 32px;
29741
- padding: 0;
29742
- margin-bottom: 8px;
29743
- }
29744
- .E_wpbf4pq .month-day-option.active {
29745
- background-color: #0096ff;
29746
- border-color: #0096ff;
29747
- color: #fff;
29748
- }
29749
-
29750
29516
  .E_buj61ew.ant-btn-icon-only {
29751
29517
  justify-content: center;
29752
29518
  }
@@ -29997,6 +29763,21 @@ html body {
29997
29763
  padding: 0;
29998
29764
  }
29999
29765
 
29766
+ .E_fde5mpd {
29767
+ width: 100%;
29768
+ height: 100%;
29769
+ min-height: 124px;
29770
+ display: flex;
29771
+ flex-direction: column;
29772
+ justify-content: center;
29773
+ align-items: center;
29774
+ }
29775
+ .E_fde5mpd .error-text {
29776
+ color: rgba(10, 37, 85, 0.6);
29777
+ margin-bottom: 16px;
29778
+ font-size: 18px;
29779
+ }
29780
+
30000
29781
  .E_iap75of {
30001
29782
  height: 18px;
30002
29783
  line-height: 18px;
@@ -30010,16 +29791,43 @@ html body {
30010
29791
  margin-right: 4px;
30011
29792
  }
30012
29793
 
30013
- .E_p12gwtiw {
30014
- display: flex;
30015
- justify-content: space-between;
29794
+ .E_i1mrf09m {
29795
+ display: inline-flex;
30016
29796
  align-items: center;
30017
- padding: 10px 0;
30018
- color: rgba(44, 56, 82, 0.6);
30019
- font-size: 12px;
30020
- line-height: 24px;
30021
29797
  }
30022
- .E_p12gwtiw .pagination-left {
29798
+ .E_i1mrf09m .icon-inner {
29799
+ display: inline-flex;
29800
+ align-items: center;
29801
+ justify-content: center;
29802
+ }
29803
+ .E_i1mrf09m .icon-inner + span,
29804
+ .E_i1mrf09m span + .icon-inner.suffix {
29805
+ margin-left: 4px;
29806
+ }
29807
+ .E_i1mrf09m.is-rotate img,
29808
+ .E_i1mrf09m.is-rotate svg {
29809
+ animation: rotate 680ms linear infinite;
29810
+ }
29811
+
29812
+ .E_obf05yr {
29813
+ display: inline-block;
29814
+ }
29815
+
29816
+ .E_hsms1n6 {
29817
+ visibility: hidden;
29818
+ position: absolute;
29819
+ }
29820
+
29821
+ .E_p12gwtiw {
29822
+ display: flex;
29823
+ justify-content: space-between;
29824
+ align-items: center;
29825
+ padding: 10px 0;
29826
+ color: rgba(44, 56, 82, 0.6);
29827
+ font-size: 12px;
29828
+ line-height: 24px;
29829
+ }
29830
+ .E_p12gwtiw .pagination-left {
30023
29831
  padding: 2px 8px;
30024
29832
  }
30025
29833
  .E_p12gwtiw .dropdown-trigger {
@@ -30067,15 +29875,6 @@ html body {
30067
29875
  line-height: 18px;
30068
29876
  }
30069
29877
 
30070
- .E_obf05yr {
30071
- display: inline-block;
30072
- }
30073
-
30074
- .E_hsms1n6 {
30075
- visibility: hidden;
30076
- position: absolute;
30077
- }
30078
-
30079
29878
  .E_s34f1qb.ant-switch {
30080
29879
  min-width: 40px;
30081
29880
  height: 24px;
@@ -30131,378 +29930,147 @@ html body {
30131
29930
  margin-left: 5px;
30132
29931
  }
30133
29932
 
30134
- .E_s1fc623g {
30135
- width: 430px !important;
29933
+ .E_cz04yix {
29934
+ display: flex;
29935
+ flex-direction: column;
30136
29936
  }
30137
29937
 
30138
- .E_da3mx0o .ant-select-item-group {
30139
- padding: 8px 16px;
30140
- line-height: 18px;
30141
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30142
- height: 34px;
30143
- min-height: 34px;
30144
- box-sizing: border-box;
30145
- margin-top: 8px;
29938
+ .E_m1if5j39 {
29939
+ max-width: 1120px;
29940
+ width: 100%;
29941
+ margin: 0 auto;
29942
+ height: 100%;
30146
29943
  }
30147
29944
 
30148
- .E_onr9gzt {
29945
+ .E_w1vvwdlp {
29946
+ max-width: 1120px;
29947
+ width: 100%;
29948
+ margin: 0 auto;
30149
29949
  display: flex;
30150
- flex-direction: column;
30151
- margin: 1px 8px;
30152
- padding: 8px;
30153
- border-radius: 4px;
30154
- }
30155
- .E_onr9gzt .selected-icon {
30156
- display: none;
30157
29950
  }
30158
- .E_onr9gzt.ant-select-item-option-grouped {
30159
- padding-left: 8px;
30160
- }
30161
- .E_onr9gzt.ant-select-item-option-selected {
30162
- background-color: white;
29951
+ .E_w1vvwdlp .left,
29952
+ .E_w1vvwdlp .right {
29953
+ flex-grow: 0;
29954
+ flex-shrink: 0;
29955
+ flex-basis: 21%;
30163
29956
  }
30164
- .E_onr9gzt.ant-select-item-option-selected .timezone-title {
30165
- color: #0080ff;
29957
+ .E_w1vvwdlp .left {
29958
+ display: flex;
29959
+ justify-content: flex-end;
29960
+ padding-right: 44px;
30166
29961
  }
30167
- .E_onr9gzt.ant-select-item-option-selected .selected-icon {
30168
- display: block;
29962
+ .E_w1vvwdlp .right {
29963
+ padding-left: 44px;
30169
29964
  }
30170
- .E_onr9gzt.ant-select-item-option-active {
30171
- background: rgba(0, 136, 255, 0.16);
29965
+ .E_w1vvwdlp .middle {
29966
+ margin-bottom: 40px;
29967
+ flex-grow: 0;
29968
+ flex-shrink: 0;
29969
+ flex-basis: 58%;
30172
29970
  }
30173
- .E_onr9gzt.ant-select-item-option-active .timezone-title {
30174
- color: #0080ff;
29971
+ .E_w1vvwdlp .middle .form-base-field {
29972
+ width: 100%;
30175
29973
  }
30176
- .E_onr9gzt.ant-select-item-option-active .timezone-tag {
30177
- background: rgba(0, 136, 255, 0.1);
30178
- color: #0080ff;
29974
+ .E_w1vvwdlp .middle .form-base-field .form-base-field {
29975
+ width: auto;
30179
29976
  }
30180
29977
 
30181
- .E_oiy0apc {
30182
- display: flex;
30183
- justify-content: space-between;
30184
- height: 20px;
30185
- line-height: 20px;
29978
+ .E_h1cuopx7 .ant-modal-header {
29979
+ margin: 0 auto;
29980
+ width: 100%;
29981
+ max-width: 648px;
30186
29982
  }
30187
- .E_oiy0apc .timezone-title {
30188
- color: #2d3a56;
29983
+ .E_h1cuopx7 .ant-modal-header .ant-modal-title {
29984
+ margin-left: 0;
29985
+ }
29986
+ .E_h1cuopx7 .ant-modal-body {
29987
+ margin: 0 auto;
29988
+ padding: 0;
29989
+ width: 100%;
29990
+ max-width: 648px;
30189
29991
  overflow: hidden;
30190
- text-overflow: ellipsis;
30191
29992
  }
30192
-
30193
- .E_of4y382 {
30194
- display: flex;
30195
- justify-content: space-between;
30196
- color: rgba(44, 56, 82, 0.6);
30197
- height: 18px;
30198
- line-height: 18px;
30199
- margin-top: 2px;
29993
+ .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
29994
+ margin-bottom: 40px;
30200
29995
  }
30201
-
30202
- .E_t19903l9 {
30203
- border: none;
30204
- margin-right: 0;
30205
- background: rgba(225, 230, 241, 0.6);
29996
+ .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
29997
+ height: calc(100vh - 225px);
29998
+ overflow-y: auto;
30206
29999
  }
30207
-
30208
- .E_ohwbvxu {
30209
- pointer-events: none;
30210
- height: 32px;
30211
- width: 100%;
30212
- opacity: 0;
30000
+ .E_h1cuopx7 .ant-modal-footer .footer-content {
30001
+ margin: 0 auto;
30002
+ max-width: 648px;
30213
30003
  }
30214
30004
 
30215
- .E_i1e4sgug {
30216
- display: inline-block;
30005
+ .E_h1p6d3y3 .ant-modal-header {
30006
+ margin: 0 auto;
30007
+ width: 100%;
30008
+ max-width: 1024px;
30217
30009
  }
30218
-
30219
- .E_rxbeqvl.ant-radio-wrapper {
30220
- display: inline-flex;
30221
- align-items: baseline;
30222
- white-space: pre-wrap;
30010
+ .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30011
+ margin-left: 0;
30223
30012
  }
30224
- .E_rxbeqvl.ant-radio-wrapper .ant-radio {
30225
- position: relative;
30226
- top: 3px;
30013
+ .E_h1p6d3y3 .ant-modal-body {
30014
+ margin: 0 auto;
30015
+ padding: 0;
30016
+ width: 100%;
30017
+ max-width: 1024px;
30018
+ overflow: hidden;
30227
30019
  }
30228
- .E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30229
- border-color: rgba(107, 128, 167, 0.6);
30020
+ .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30021
+ margin-bottom: 40px;
30230
30022
  }
30231
- .E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30232
- border-color: #0080ff;
30023
+ .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30024
+ height: calc(100vh - 225px);
30025
+ overflow-y: auto;
30233
30026
  }
30234
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30235
- border-color: #0080ff;
30236
- background: #0080ff;
30027
+ .E_h1p6d3y3 .ant-modal-footer .footer-content {
30028
+ margin: 0 auto;
30029
+ max-width: 1024px;
30237
30030
  }
30238
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30239
- top: 4px;
30240
- left: 4px;
30241
- width: 6px;
30242
- height: 6px;
30243
- background: #fff;
30031
+
30032
+ .E_fxgckuk {
30033
+ flex: 1;
30244
30034
  }
30245
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30246
- opacity: 0.5;
30035
+ .E_fxgckuk label {
30036
+ font-size: 13px;
30037
+ line-height: 20px;
30038
+ color: rgba(44, 56, 82, 0.6);
30247
30039
  }
30248
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30249
- border-color: rgba(107, 128, 167, 0.6);
30250
- background: rgba(211, 218, 235, 0.6);
30040
+ .E_fxgckuk .title {
30041
+ font-size: 14px;
30042
+ line-height: 20px;
30043
+ color: #2d3a56;
30044
+ margin-bottom: 12px;
30251
30045
  }
30252
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30253
- background: #00122e;
30046
+ .E_fxgckuk.connect-cluster .title {
30047
+ padding-bottom: 26px;
30254
30048
  }
30255
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30256
- color: #00122e;
30257
- opacity: 0.5;
30049
+
30050
+ .E_f1d0vek1 {
30051
+ padding: 25px 0 15px 0;
30052
+ border-bottom: 1px solid #e1e5eb;
30053
+ margin-bottom: 16px;
30258
30054
  }
30259
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30260
- color: #00122e;
30055
+
30056
+ .E_f4u402y {
30057
+ display: flex;
30058
+ align-items: center;
30059
+ margin-bottom: 8px;
30261
30060
  }
30262
- .E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
30263
- display: inline-block;
30264
- padding: 0;
30265
- padding-left: 12px;
30061
+ .E_f4u402y > label {
30062
+ width: 216px;
30266
30063
  }
30267
- .E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30268
- margin-bottom: 0;
30269
- white-space: pre-wrap;
30270
- color: rgba(44, 56, 82, 0.6);
30064
+ .E_f4u402y > label + * {
30065
+ width: 100%;
30271
30066
  }
30272
- .E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30273
- padding-left: 8px;
30067
+ .E_f4u402y .ant-select {
30068
+ width: 100%;
30274
30069
  }
30275
30070
 
30276
- .E_r5ie79y .ant-radio-button-wrapper:first-child {
30277
- border-radius: 5px 0 0 5px;
30278
- }
30279
- .E_r5ie79y .ant-radio-button-wrapper:last-child {
30280
- border-radius: 0 5px 5px 0;
30281
- }
30282
-
30283
- .E_r1f0aqcc {
30284
- color: #00122e;
30285
- border-color: #ccd4e3;
30286
- }
30287
- .E_r1f0aqcc:first-child {
30288
- border-color: #a3b4cc;
30289
- }
30290
- .E_r1f0aqcc.ant-radio-button-wrapper {
30291
- padding: 0 12px;
30292
- line-height: 32px;
30293
- height: 32px;
30294
- }
30295
- .E_r1f0aqcc.ant-radio-button-wrapper > span + span {
30296
- white-space: nowrap;
30297
- }
30298
- .ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
30299
- height: 22px;
30300
- padding: 0 7px;
30301
- line-height: 20px;
30302
- }
30303
- .E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30304
- background: #ccd4e3;
30305
- }
30306
- .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30307
- background: #0080ff;
30308
- }
30309
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30310
- background: #ccd4e3;
30311
- opacity: 0.5;
30312
- }
30313
- .E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30314
- border-right-color: #0080ff;
30315
- }
30316
- .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30317
- border-color: #0080ff;
30318
- }
30319
- .E_r1f0aqcc.ant-radio-button-wrapper-checked {
30320
- background: rgba(0, 136, 255, 0.1);
30321
- }
30322
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled {
30323
- background: rgba(211, 218, 235, 0.6);
30324
- border-color: #ccd4e3;
30325
- opacity: 0.5;
30326
- }
30327
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30328
- color: #00122e;
30329
- border-color: #ccd4e3;
30330
- }
30331
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30332
- color: #00122e;
30333
- border-color: #ccd4e3;
30334
- background: rgba(172, 186, 211, 0.6);
30335
- }
30336
- .E_r1f0aqcc .ant-radio-button-input {
30337
- margin-right: 8px;
30338
- display: inline;
30339
- border: none;
30340
- padding: 0;
30341
- width: 36px;
30342
- background: transparent;
30343
- }
30344
- .E_r1f0aqcc .ant-radio-button-input:focus {
30345
- box-shadow: none;
30346
- }
30347
- .E_r1f0aqcc .ant-radio-button-input.ant-input-number {
30348
- margin-right: 0;
30349
- width: initial;
30350
- box-shadow: none;
30351
- }
30352
- .E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30353
- display: none;
30354
- }
30355
- .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30356
- display: inline;
30357
- }
30358
- .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30359
- display: inline;
30360
- margin-right: 8px;
30361
- padding: 0;
30362
- width: 36px;
30363
- }
30364
-
30365
- .E_cz04yix {
30366
- display: flex;
30367
- flex-direction: column;
30368
- }
30369
-
30370
- .E_m1if5j39 {
30371
- max-width: 1120px;
30372
- width: 100%;
30373
- margin: 0 auto;
30374
- height: 100%;
30375
- }
30376
-
30377
- .E_w1vvwdlp {
30378
- max-width: 1120px;
30379
- width: 100%;
30380
- margin: 0 auto;
30381
- display: flex;
30382
- }
30383
- .E_w1vvwdlp .left,
30384
- .E_w1vvwdlp .right {
30385
- flex-grow: 0;
30386
- flex-shrink: 0;
30387
- flex-basis: 21%;
30388
- }
30389
- .E_w1vvwdlp .left {
30390
- display: flex;
30391
- justify-content: flex-end;
30392
- padding-right: 44px;
30393
- }
30394
- .E_w1vvwdlp .right {
30395
- padding-left: 44px;
30396
- }
30397
- .E_w1vvwdlp .middle {
30398
- margin-bottom: 40px;
30399
- flex-grow: 0;
30400
- flex-shrink: 0;
30401
- flex-basis: 58%;
30402
- }
30403
- .E_w1vvwdlp .middle .form-base-field {
30404
- width: 100%;
30405
- }
30406
- .E_w1vvwdlp .middle .form-base-field .form-base-field {
30407
- width: auto;
30408
- }
30409
-
30410
- .E_h1cuopx7 .ant-modal-header {
30411
- margin: 0 auto;
30412
- width: 100%;
30413
- max-width: 648px;
30414
- }
30415
- .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30416
- margin-left: 0;
30417
- }
30418
- .E_h1cuopx7 .ant-modal-body {
30419
- margin: 0 auto;
30420
- padding: 0;
30421
- width: 100%;
30422
- max-width: 648px;
30423
- overflow: hidden;
30424
- }
30425
- .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30426
- margin-bottom: 40px;
30427
- }
30428
- .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30429
- height: calc(100vh - 225px);
30430
- overflow-y: auto;
30431
- }
30432
- .E_h1cuopx7 .ant-modal-footer .footer-content {
30433
- margin: 0 auto;
30434
- max-width: 648px;
30435
- }
30436
-
30437
- .E_h1p6d3y3 .ant-modal-header {
30438
- margin: 0 auto;
30439
- width: 100%;
30440
- max-width: 1024px;
30441
- }
30442
- .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30443
- margin-left: 0;
30444
- }
30445
- .E_h1p6d3y3 .ant-modal-body {
30446
- margin: 0 auto;
30447
- padding: 0;
30448
- width: 100%;
30449
- max-width: 1024px;
30450
- overflow: hidden;
30451
- }
30452
- .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30453
- margin-bottom: 40px;
30454
- }
30455
- .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30456
- height: calc(100vh - 225px);
30457
- overflow-y: auto;
30458
- }
30459
- .E_h1p6d3y3 .ant-modal-footer .footer-content {
30460
- margin: 0 auto;
30461
- max-width: 1024px;
30462
- }
30463
-
30464
- .E_fxgckuk {
30465
- flex: 1;
30466
- }
30467
- .E_fxgckuk label {
30468
- font-size: 13px;
30469
- line-height: 20px;
30470
- color: rgba(44, 56, 82, 0.6);
30471
- }
30472
- .E_fxgckuk .title {
30473
- font-size: 14px;
30474
- line-height: 20px;
30475
- color: #2d3a56;
30476
- margin-bottom: 12px;
30477
- }
30478
- .E_fxgckuk.connect-cluster .title {
30479
- padding-bottom: 26px;
30480
- }
30481
-
30482
- .E_f1d0vek1 {
30483
- padding: 25px 0 15px 0;
30484
- border-bottom: 1px solid #e1e5eb;
30485
- margin-bottom: 16px;
30486
- }
30487
-
30488
- .E_f4u402y {
30489
- display: flex;
30490
- align-items: center;
30491
- margin-bottom: 8px;
30492
- }
30493
- .E_f4u402y > label {
30494
- width: 216px;
30495
- }
30496
- .E_f4u402y > label + * {
30497
- width: 100%;
30498
- }
30499
- .E_f4u402y .ant-select {
30500
- width: 100%;
30501
- }
30502
-
30503
- .E_e1pldf6v {
30504
- color: #e75a3a;
30505
- margin-right: 10px;
30071
+ .E_e1pldf6v {
30072
+ color: #e75a3a;
30073
+ margin-right: 10px;
30506
30074
  }
30507
30075
 
30508
30076
  .E_dq0gblh {
@@ -31042,26 +30610,172 @@ input.E_rrg1fkn.ant-input {
31042
30610
  word-break: break-all;
31043
30611
  }
31044
30612
 
31045
- .E_t1upn1sz {
31046
- height: 100%;
30613
+ .E_rxbeqvl.ant-radio-wrapper {
30614
+ display: inline-flex;
30615
+ align-items: baseline;
30616
+ white-space: pre-wrap;
31047
30617
  }
31048
-
31049
- .E_tta5kd2 {
31050
- height: 100%;
30618
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio {
30619
+ position: relative;
30620
+ top: 3px;
31051
30621
  }
31052
- .E_tta5kd2.empty-table .ant-table-content {
31053
- overflow: visible !important;
31054
- height: 100%;
30622
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30623
+ border-color: rgba(107, 128, 167, 0.6);
31055
30624
  }
31056
- .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31057
- height: 100%;
30625
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30626
+ border-color: #0080ff;
31058
30627
  }
31059
- .E_tta5kd2.empty-table .ant-table-content table {
31060
- width: 100% !important;
31061
- height: 100%;
30628
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30629
+ border-color: #0080ff;
30630
+ background: #0080ff;
31062
30631
  }
31063
- .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31064
- padding: 15px 0;
30632
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30633
+ top: 4px;
30634
+ left: 4px;
30635
+ width: 6px;
30636
+ height: 6px;
30637
+ background: #fff;
30638
+ }
30639
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30640
+ opacity: 0.5;
30641
+ }
30642
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30643
+ border-color: rgba(107, 128, 167, 0.6);
30644
+ background: rgba(211, 218, 235, 0.6);
30645
+ }
30646
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30647
+ background: #00122e;
30648
+ }
30649
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30650
+ color: #00122e;
30651
+ opacity: 0.5;
30652
+ }
30653
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30654
+ color: #00122e;
30655
+ }
30656
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
30657
+ display: inline-block;
30658
+ padding: 0;
30659
+ padding-left: 12px;
30660
+ }
30661
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30662
+ margin-bottom: 0;
30663
+ white-space: pre-wrap;
30664
+ color: rgba(44, 56, 82, 0.6);
30665
+ }
30666
+ .E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30667
+ padding-left: 8px;
30668
+ }
30669
+
30670
+ .E_r5ie79y .ant-radio-button-wrapper:first-child {
30671
+ border-radius: 5px 0 0 5px;
30672
+ }
30673
+ .E_r5ie79y .ant-radio-button-wrapper:last-child {
30674
+ border-radius: 0 5px 5px 0;
30675
+ }
30676
+
30677
+ .E_r1f0aqcc {
30678
+ color: #00122e;
30679
+ border-color: #ccd4e3;
30680
+ }
30681
+ .E_r1f0aqcc:first-child {
30682
+ border-color: #a3b4cc;
30683
+ }
30684
+ .E_r1f0aqcc.ant-radio-button-wrapper {
30685
+ padding: 0 12px;
30686
+ line-height: 32px;
30687
+ height: 32px;
30688
+ }
30689
+ .E_r1f0aqcc.ant-radio-button-wrapper > span + span {
30690
+ white-space: nowrap;
30691
+ }
30692
+ .ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
30693
+ height: 22px;
30694
+ padding: 0 7px;
30695
+ line-height: 20px;
30696
+ }
30697
+ .E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30698
+ background: #ccd4e3;
30699
+ }
30700
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30701
+ background: #0080ff;
30702
+ }
30703
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30704
+ background: #ccd4e3;
30705
+ opacity: 0.5;
30706
+ }
30707
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30708
+ border-right-color: #0080ff;
30709
+ }
30710
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30711
+ border-color: #0080ff;
30712
+ }
30713
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked {
30714
+ background: rgba(0, 136, 255, 0.1);
30715
+ }
30716
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled {
30717
+ background: rgba(211, 218, 235, 0.6);
30718
+ border-color: #ccd4e3;
30719
+ opacity: 0.5;
30720
+ }
30721
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30722
+ color: #00122e;
30723
+ border-color: #ccd4e3;
30724
+ }
30725
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30726
+ color: #00122e;
30727
+ border-color: #ccd4e3;
30728
+ background: rgba(172, 186, 211, 0.6);
30729
+ }
30730
+ .E_r1f0aqcc .ant-radio-button-input {
30731
+ margin-right: 8px;
30732
+ display: inline;
30733
+ border: none;
30734
+ padding: 0;
30735
+ width: 36px;
30736
+ background: transparent;
30737
+ }
30738
+ .E_r1f0aqcc .ant-radio-button-input:focus {
30739
+ box-shadow: none;
30740
+ }
30741
+ .E_r1f0aqcc .ant-radio-button-input.ant-input-number {
30742
+ margin-right: 0;
30743
+ width: initial;
30744
+ box-shadow: none;
30745
+ }
30746
+ .E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30747
+ display: none;
30748
+ }
30749
+ .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30750
+ display: inline;
30751
+ }
30752
+ .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30753
+ display: inline;
30754
+ margin-right: 8px;
30755
+ padding: 0;
30756
+ width: 36px;
30757
+ }
30758
+
30759
+ .E_t1upn1sz {
30760
+ height: 100%;
30761
+ }
30762
+
30763
+ .E_tta5kd2 {
30764
+ height: 100%;
30765
+ }
30766
+ .E_tta5kd2.empty-table .ant-table-content {
30767
+ overflow: visible !important;
30768
+ height: 100%;
30769
+ }
30770
+ .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30771
+ height: 100%;
30772
+ }
30773
+ .E_tta5kd2.empty-table .ant-table-content table {
30774
+ width: 100% !important;
30775
+ height: 100%;
30776
+ }
30777
+ .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30778
+ padding: 15px 0;
31065
30779
  }
31066
30780
  .E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31067
30781
  display: none;
@@ -31406,6 +31120,71 @@ input.E_rrg1fkn.ant-input {
31406
31120
  background: #fff;
31407
31121
  }
31408
31122
 
31123
+ .E_i1e4sgug {
31124
+ display: inline-block;
31125
+ }
31126
+
31127
+ .E_s1ebs0ra {
31128
+ display: flex;
31129
+ align-items: center;
31130
+ justify-content: space-between;
31131
+ background: #edf0f7;
31132
+ padding: 8px 12px;
31133
+ position: sticky;
31134
+ top: 0;
31135
+ z-index: 1;
31136
+ margin-bottom: -52px;
31137
+ }
31138
+ .E_s1ebs0ra .select-total {
31139
+ display: flex;
31140
+ align-items: center;
31141
+ font-weight: 700;
31142
+ flex-shrink: 0;
31143
+ }
31144
+ .E_s1ebs0ra .select-total .icon-wrapper {
31145
+ cursor: pointer;
31146
+ margin-left: 8px;
31147
+ width: 32px;
31148
+ height: 32px;
31149
+ border-radius: 50%;
31150
+ justify-content: center;
31151
+ }
31152
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
31153
+ background: rgba(225, 230, 241, 0.6);
31154
+ }
31155
+ .E_s1ebs0ra .action-group {
31156
+ flex: 1;
31157
+ margin-left: 88px;
31158
+ white-space: nowrap;
31159
+ text-align: right;
31160
+ position: relative;
31161
+ padding: 4px 0;
31162
+ margin-top: -4px;
31163
+ overflow: hidden;
31164
+ }
31165
+ .E_s1ebs0ra .action-group .sub-menu-delete {
31166
+ transform: translateY(-4px);
31167
+ }
31168
+ .E_s1ebs0ra .action-group button {
31169
+ border: none;
31170
+ }
31171
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
31172
+ margin-right: 8px;
31173
+ }
31174
+ .E_s1ebs0ra .action-group > button:last-child {
31175
+ margin-right: 4px;
31176
+ }
31177
+ .E_s1ebs0ra .action-group .more-btn {
31178
+ cursor: pointer;
31179
+ width: 32px;
31180
+ height: 32px;
31181
+ justify-content: center;
31182
+ border-radius: 50%;
31183
+ }
31184
+ .E_s1ebs0ra .action-group .more-btn:hover {
31185
+ background: #fff;
31186
+ }
31187
+
31409
31188
  .E_d6j0lbj {
31410
31189
  font-family: Inter;
31411
31190
  font-style: normal;
@@ -31881,76 +31660,225 @@ input.E_rrg1fkn.ant-input {
31881
31660
  line-height: 12px;
31882
31661
  }
31883
31662
 
31884
- .E_c1uzzomf {
31885
- margin-bottom: 16px;
31663
+ .E_s1fc623g {
31664
+ width: 430px !important;
31886
31665
  }
31887
- .E_c1uzzomf .card-title {
31888
- font-size: 16px;
31889
- color: rgba(44, 56, 82, 0.6);
31890
- font-weight: 700;
31891
- line-height: 32px;
31666
+
31667
+ .E_da3mx0o .ant-select-item-group {
31668
+ padding: 8px 16px;
31669
+ line-height: 18px;
31670
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31671
+ height: 34px;
31672
+ min-height: 34px;
31673
+ box-sizing: border-box;
31674
+ margin-top: 8px;
31892
31675
  }
31893
- .E_c1uzzomf .card-body {
31894
- padding: 24px;
31895
- border-radius: 8px;
31896
- background: #fff;
31676
+
31677
+ .E_onr9gzt {
31678
+ display: flex;
31679
+ flex-direction: column;
31680
+ margin: 1px 8px;
31681
+ padding: 8px;
31682
+ border-radius: 4px;
31897
31683
  }
31898
- .E_c1uzzomf .empty {
31899
- font-weight: 700;
31900
- font-size: 14px;
31901
- line-height: 22px;
31902
- color: rgba(0, 21, 64, 0.3);
31903
- text-align: center;
31684
+ .E_onr9gzt .selected-icon {
31685
+ display: none;
31904
31686
  }
31905
-
31906
- .E_berrcjl {
31907
- color: rgba(10, 37, 85, 0.6);
31908
- margin-bottom: 4px;
31687
+ .E_onr9gzt.ant-select-item-option-grouped {
31688
+ padding-left: 8px;
31909
31689
  }
31910
- .E_berrcjl .breadcrumb-link {
31911
- color: rgba(10, 37, 85, 0.6);
31912
- cursor: pointer;
31913
- transition: color 160ms ease;
31690
+ .E_onr9gzt.ant-select-item-option-selected {
31691
+ background-color: white;
31914
31692
  }
31915
- .E_berrcjl .breadcrumb-link:hover {
31693
+ .E_onr9gzt.ant-select-item-option-selected .timezone-title {
31916
31694
  color: #0080ff;
31917
31695
  }
31918
- .E_berrcjl .breadcrumb-link:active {
31919
- color: #005ed1;
31696
+ .E_onr9gzt.ant-select-item-option-selected .selected-icon {
31697
+ display: block;
31698
+ }
31699
+ .E_onr9gzt.ant-select-item-option-active {
31700
+ background: rgba(0, 136, 255, 0.16);
31701
+ }
31702
+ .E_onr9gzt.ant-select-item-option-active .timezone-title {
31703
+ color: #0080ff;
31704
+ }
31705
+ .E_onr9gzt.ant-select-item-option-active .timezone-tag {
31706
+ background: rgba(0, 136, 255, 0.1);
31707
+ color: #0080ff;
31920
31708
  }
31921
31709
 
31922
- .E_s11wux3h .ant-segmented-item:not(:last-child) {
31923
- margin-right: 2px;
31710
+ .E_oiy0apc {
31711
+ display: flex;
31712
+ justify-content: space-between;
31713
+ height: 20px;
31714
+ line-height: 20px;
31715
+ }
31716
+ .E_oiy0apc .timezone-title {
31717
+ color: #2d3a56;
31718
+ overflow: hidden;
31719
+ text-overflow: ellipsis;
31924
31720
  }
31925
31721
 
31926
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
31927
- padding-left: 8px;
31928
- padding-right: 8px;
31722
+ .E_of4y382 {
31723
+ display: flex;
31724
+ justify-content: space-between;
31725
+ color: rgba(44, 56, 82, 0.6);
31726
+ height: 18px;
31727
+ line-height: 18px;
31728
+ margin-top: 2px;
31929
31729
  }
31930
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
31931
- border-radius: 4px;
31730
+
31731
+ .E_t19903l9 {
31732
+ border: none;
31733
+ margin-right: 0;
31734
+ background: rgba(225, 230, 241, 0.6);
31932
31735
  }
31933
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31934
- border-radius: 4px;
31736
+
31737
+ .E_ohwbvxu {
31738
+ pointer-events: none;
31739
+ height: 32px;
31740
+ width: 100%;
31741
+ opacity: 0;
31935
31742
  }
31936
31743
 
31937
- .E_ma64lna .ant-segmented-item-label {
31938
- padding-left: 12px;
31939
- padding-right: 12px;
31744
+ .E_c1up1pdz {
31745
+ width: 648px;
31746
+ }
31747
+ .E_c1up1pdz.active {
31748
+ border-color: #0080ff;
31749
+ }
31750
+ .E_c1up1pdz.active > header {
31751
+ background: rgba(0, 128, 255, 0.1);
31752
+ }
31753
+ .E_c1up1pdz .expand {
31754
+ padding: 12px;
31755
+ }
31756
+ .E_c1up1pdz .field-item {
31757
+ display: flex;
31758
+ padding: 10px 0;
31759
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31760
+ }
31761
+ .E_c1up1pdz .field-item:last-child {
31762
+ border-bottom: none;
31763
+ padding-bottom: 0;
31764
+ }
31765
+ .E_c1up1pdz .field-item label {
31766
+ line-height: 32px;
31767
+ width: 100px;
31768
+ color: rgba(62, 70, 82, 0.6);
31769
+ }
31770
+ .E_c1up1pdz .help {
31771
+ color: rgba(62, 70, 82, 0.6);
31772
+ margin-top: 5px;
31773
+ }
31774
+ .E_c1up1pdz .ant-input-affix-wrapper,
31775
+ .E_c1up1pdz .ant-picker {
31776
+ width: 128px;
31940
31777
  }
31941
31778
 
31942
- .E_ckld275 {
31943
- background-color: rgba(225, 230, 241, 0.6);
31779
+ .E_c156wh19 {
31780
+ display: flex;
31781
+ align-items: center;
31782
+ justify-content: space-between;
31783
+ word-break: keep-all;
31944
31784
  }
31945
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31946
- background-color: rgba(255, 255, 255, 0.6);
31947
- color: rgba(44, 56, 82, 0.75);
31785
+ .E_c156wh19 .title {
31786
+ margin: 0 16px 0 8px;
31948
31787
  }
31949
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31950
- background-color: transparent;
31788
+ .E_c156wh19 .retain {
31789
+ color: rgba(129, 138, 153, 0.6);
31951
31790
  }
31952
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
31953
- background-color: transparent;
31791
+ .E_c156wh19 div.left {
31792
+ flex: 1;
31793
+ display: flex;
31794
+ overflow: hidden;
31795
+ align-items: center;
31796
+ justify-content: flex-start;
31797
+ white-space: nowrap;
31798
+ }
31799
+ .E_c156wh19 div.left .title {
31800
+ max-width: 100%;
31801
+ overflow: hidden;
31802
+ text-overflow: ellipsis;
31803
+ }
31804
+ .E_c156wh19 div.right {
31805
+ display: flex;
31806
+ align-items: center;
31807
+ }
31808
+ .E_c156wh19 .reverse {
31809
+ display: flex;
31810
+ flex-direction: row-reverse;
31811
+ align-items: center;
31812
+ }
31813
+ .E_c156wh19 .reverse .ant-switch {
31814
+ margin-left: 8px;
31815
+ }
31816
+ .E_c156wh19 .close {
31817
+ padding-left: 14px;
31818
+ margin-left: 14px;
31819
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31820
+ cursor: pointer;
31821
+ }
31822
+
31823
+ .E_m126spxy {
31824
+ padding-bottom: 4px;
31825
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31826
+ }
31827
+ .E_m126spxy .ant-btn-link {
31828
+ padding: 1px 10px;
31829
+ color: rgba(62, 70, 82, 0.6);
31830
+ border-radius: 4px;
31831
+ }
31832
+ .E_m126spxy .ant-btn-link.active {
31833
+ background: rgba(0, 128, 255, 0.1);
31834
+ color: #0096ff;
31835
+ }
31836
+
31837
+ .E_wpbf4pq {
31838
+ padding: 10px 0;
31839
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31840
+ }
31841
+ .E_wpbf4pq .ant-input,
31842
+ .E_wpbf4pq .ant-picker {
31843
+ width: 80px;
31844
+ margin: 0 9px;
31845
+ text-align: center;
31846
+ }
31847
+ .E_wpbf4pq .options {
31848
+ padding: 12px 0 12px 16px;
31849
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31850
+ margin: 5px 0 5px 8px;
31851
+ }
31852
+ .E_wpbf4pq .week-day-option,
31853
+ .E_wpbf4pq .month-day-option {
31854
+ background: #f5f7fa;
31855
+ box-sizing: border-box;
31856
+ border-radius: 16px;
31857
+ margin-right: 8px;
31858
+ }
31859
+ .E_wpbf4pq .week-day-option:focus,
31860
+ .E_wpbf4pq .month-day-option:focus {
31861
+ color: inherit;
31862
+ border-color: #d9d9d9;
31863
+ }
31864
+ .E_wpbf4pq .week-day-option.active {
31865
+ background-color: #0096ff;
31866
+ border-color: #0096ff;
31867
+ color: #fff;
31868
+ }
31869
+ .E_wpbf4pq .week-day-option.en-text {
31870
+ width: 110px;
31871
+ margin-top: 4px;
31872
+ }
31873
+ .E_wpbf4pq .month-day-option {
31874
+ width: 32px;
31875
+ padding: 0;
31876
+ margin-bottom: 8px;
31877
+ }
31878
+ .E_wpbf4pq .month-day-option.active {
31879
+ background-color: #0096ff;
31880
+ border-color: #0096ff;
31881
+ color: #fff;
31954
31882
  }
31955
31883
 
31956
31884
  .E_c18gxmrl {
@@ -31973,6 +31901,44 @@ input.E_rrg1fkn.ant-input {
31973
31901
  padding: 8px 12px;
31974
31902
  }
31975
31903
 
31904
+ .E_berrcjl {
31905
+ color: rgba(10, 37, 85, 0.6);
31906
+ margin-bottom: 4px;
31907
+ }
31908
+ .E_berrcjl .breadcrumb-link {
31909
+ color: rgba(10, 37, 85, 0.6);
31910
+ cursor: pointer;
31911
+ transition: color 160ms ease;
31912
+ }
31913
+ .E_berrcjl .breadcrumb-link:hover {
31914
+ color: #0080ff;
31915
+ }
31916
+ .E_berrcjl .breadcrumb-link:active {
31917
+ color: #005ed1;
31918
+ }
31919
+
31920
+ .E_c1uzzomf {
31921
+ margin-bottom: 16px;
31922
+ }
31923
+ .E_c1uzzomf .card-title {
31924
+ font-size: 16px;
31925
+ color: rgba(44, 56, 82, 0.6);
31926
+ font-weight: 700;
31927
+ line-height: 32px;
31928
+ }
31929
+ .E_c1uzzomf .card-body {
31930
+ padding: 24px;
31931
+ border-radius: 8px;
31932
+ background: #fff;
31933
+ }
31934
+ .E_c1uzzomf .empty {
31935
+ font-weight: 700;
31936
+ font-size: 14px;
31937
+ line-height: 22px;
31938
+ color: rgba(0, 21, 64, 0.3);
31939
+ text-align: center;
31940
+ }
31941
+
31976
31942
  .E_c1bus5hc {
31977
31943
  --color: white;
31978
31944
  height: 14px;
@@ -32013,33 +31979,48 @@ input.E_rrg1fkn.ant-input {
32013
31979
  transform: rotate(0deg);
32014
31980
  }
32015
31981
 
32016
- .E_gmyahx3 {
32017
- cursor: pointer;
31982
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
31983
+ margin-right: 2px;
32018
31984
  }
32019
- .E_gmyahx3 .link-text {
32020
- color: rgba(0, 21, 64, 0.3);
31985
+
31986
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
31987
+ padding-left: 8px;
31988
+ padding-right: 8px;
32021
31989
  }
32022
- .E_gmyahx3:hover .link-text {
32023
- color: #0080ff;
31990
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
31991
+ border-radius: 4px;
31992
+ }
31993
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31994
+ border-radius: 4px;
32024
31995
  }
32025
31996
 
32026
- .E_n12mqh7z {
32027
- display: flex;
32028
- align-items: center;
32029
- font-size: 12px;
32030
- line-height: 18px;
32031
- }
32032
- .E_n12mqh7z:not(:last-child) {
32033
- margin-bottom: 4px;
31997
+ .E_ma64lna .ant-segmented-item-label {
31998
+ padding-left: 12px;
31999
+ padding-right: 12px;
32034
32000
  }
32035
32001
 
32036
- .E_tf5bynu {
32037
- margin: 0 3px;
32002
+ .E_ckld275 {
32003
+ background-color: rgba(225, 230, 241, 0.6);
32004
+ }
32005
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32006
+ background-color: rgba(255, 255, 255, 0.6);
32007
+ color: rgba(44, 56, 82, 0.75);
32008
+ }
32009
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32010
+ background-color: transparent;
32011
+ }
32012
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32013
+ background-color: transparent;
32038
32014
  }
32039
32015
 
32040
- .E_tcckoz1 {
32041
- max-height: 400px;
32042
- overflow: "auto";
32016
+ .E_gmyahx3 {
32017
+ cursor: pointer;
32018
+ }
32019
+ .E_gmyahx3 .link-text {
32020
+ color: rgba(0, 21, 64, 0.3);
32021
+ }
32022
+ .E_gmyahx3:hover .link-text {
32023
+ color: #0080ff;
32043
32024
  }
32044
32025
 
32045
32026
  .E_c18bcrac {
@@ -32182,6 +32163,25 @@ input.E_rrg1fkn.ant-input {
32182
32163
  border-radius: 2px;
32183
32164
  }
32184
32165
 
32166
+ .E_n12mqh7z {
32167
+ display: flex;
32168
+ align-items: center;
32169
+ font-size: 12px;
32170
+ line-height: 18px;
32171
+ }
32172
+ .E_n12mqh7z:not(:last-child) {
32173
+ margin-bottom: 4px;
32174
+ }
32175
+
32176
+ .E_tf5bynu {
32177
+ margin: 0 3px;
32178
+ }
32179
+
32180
+ .E_tcckoz1 {
32181
+ max-height: 400px;
32182
+ overflow: "auto";
32183
+ }
32184
+
32185
32185
  .E_t1sqg15u {
32186
32186
  background: white;
32187
32187
  }
@@ -32272,29 +32272,6 @@ input.E_rrg1fkn.ant-input {
32272
32272
  padding-right: 12px;
32273
32273
  }
32274
32274
 
32275
- .E_wg1tsps {
32276
- display: flex;
32277
- align-items: center;
32278
- justify-content: flex-end;
32279
- }
32280
-
32281
- .E_b1ctd5xy {
32282
- display: flex;
32283
- align-items: center;
32284
- width: calc(100% - 40px);
32285
- }
32286
- .E_b1ctd5xy .chart {
32287
- display: inline-block;
32288
- width: 100%;
32289
- }
32290
-
32291
- .E_u1p8acpn {
32292
- min-width: 40px;
32293
- }
32294
- .E_u1p8acpn .unit {
32295
- color: #00122e !important;
32296
- }
32297
-
32298
32275
  .E_s1iv0tp1 .enabled-switch {
32299
32276
  display: flex;
32300
32277
  align-items: center;
@@ -32323,26 +32300,27 @@ input.E_rrg1fkn.ant-input {
32323
32300
  width: 100%;
32324
32301
  }
32325
32302
 
32326
- .E_cav9p2m .ant-collapse-item {
32327
- border: 0px;
32328
- background-color: #fff;
32329
- }
32330
- .E_cav9p2m .ant-collapse-item .ant-collapse-header {
32331
- padding-top: 0px;
32332
- padding-bottom: 0px;
32333
- padding-left: 0px !important;
32334
- padding-right: 24px;
32303
+ .E_wg1tsps {
32304
+ display: flex;
32305
+ align-items: center;
32306
+ justify-content: flex-end;
32335
32307
  }
32336
- .E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32337
- right: 0px;
32308
+
32309
+ .E_b1ctd5xy {
32310
+ display: flex;
32311
+ align-items: center;
32312
+ width: calc(100% - 40px);
32338
32313
  }
32339
- .E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32340
- padding: 0px;
32314
+ .E_b1ctd5xy .chart {
32315
+ display: inline-block;
32316
+ width: 100%;
32341
32317
  }
32342
32318
 
32343
- .E_csf0p6c .ant-collapse-item .ant-collapse-header {
32344
- padding-right: 0px;
32345
- cursor: default;
32319
+ .E_u1p8acpn {
32320
+ min-width: 40px;
32321
+ }
32322
+ .E_u1p8acpn .unit {
32323
+ color: #00122e !important;
32346
32324
  }
32347
32325
 
32348
32326
  .E_c198s9j3 {
@@ -32416,10 +32394,6 @@ input.E_rrg1fkn.ant-input {
32416
32394
  margin-left: 24px;
32417
32395
  }
32418
32396
 
32419
- .E_t3qomhu {
32420
- margin: 0 2px;
32421
- }
32422
-
32423
32397
  .E_c10crapj {
32424
32398
  border-radius: 8px;
32425
32399
  }
@@ -32427,6 +32401,52 @@ input.E_rrg1fkn.ant-input {
32427
32401
  padding: 20px 24px 24px 24px;
32428
32402
  }
32429
32403
 
32404
+ .E_cav9p2m .ant-collapse-item {
32405
+ border: 0px;
32406
+ background-color: #fff;
32407
+ }
32408
+ .E_cav9p2m .ant-collapse-item .ant-collapse-header {
32409
+ padding-top: 0px;
32410
+ padding-bottom: 0px;
32411
+ padding-left: 0px !important;
32412
+ padding-right: 24px;
32413
+ }
32414
+ .E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32415
+ right: 0px;
32416
+ }
32417
+ .E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32418
+ padding: 0px;
32419
+ }
32420
+
32421
+ .E_csf0p6c .ant-collapse-item .ant-collapse-header {
32422
+ padding-right: 0px;
32423
+ cursor: default;
32424
+ }
32425
+
32426
+ .E_t3qomhu {
32427
+ margin: 0 2px;
32428
+ }
32429
+
32430
+ .E_iiqau4c.ant-input-group.ant-input-group-compact {
32431
+ display: flex;
32432
+ }
32433
+
32434
+ .E_o8ocss1 {
32435
+ overflow: hidden;
32436
+ text-overflow: ellipsis;
32437
+ }
32438
+
32439
+ .E_s17syc35 {
32440
+ white-space: nowrap;
32441
+ }
32442
+
32443
+ .E_m1rk4s1l {
32444
+ display: -webkit-box;
32445
+ -webkit-line-clamp: var(--m1rk4s1l-0);
32446
+ -webkit-box-orient: vertical;
32447
+ word-break: break-all;
32448
+ }
32449
+
32430
32450
  button.E_lujuy3j {
32431
32451
  color: #0080FF;
32432
32452
  height: unset;
@@ -32459,19 +32479,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32459
32479
  color: #00122e;
32460
32480
  }
32461
32481
 
32462
- .E_o8ocss1 {
32463
- overflow: hidden;
32464
- text-overflow: ellipsis;
32465
- }
32466
-
32467
- .E_n17syc35 {
32468
- white-space: nowrap;
32469
- }
32470
-
32471
- .E_iiqau4c.ant-input-group.ant-input-group-compact {
32472
- display: flex;
32473
- }
32474
-
32475
32482
  .E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
32476
32483
  border-radius: 6px;
32477
32484
  }
@@ -32539,10 +32546,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32539
32546
  color: rgba(44, 56, 82, 0.6);
32540
32547
  }
32541
32548
 
32542
- .E_t19ustft .date {
32543
- margin-right: 4px;
32544
- }
32545
-
32546
32549
  .E_s14dk8r1 {
32547
32550
  margin: 0;
32548
32551
  border-radius: 20px;
@@ -32617,6 +32620,10 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32617
32620
  display: inline-block;
32618
32621
  }
32619
32622
 
32623
+ .E_t19ustft .date {
32624
+ margin-right: 4px;
32625
+ }
32626
+
32620
32627
  .E_s1uupxds {
32621
32628
  padding: 0 8px;
32622
32629
  border-radius: 4px;
@@ -32699,481 +32706,439 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32699
32706
  background-color: #7E41FF;
32700
32707
  }
32701
32708
 
32702
- .E_c1kchka8 {
32703
- height: 100%;
32704
- width: 100%;
32705
- display: flex;
32706
- flex-direction: column;
32707
- background: #fff;
32708
- overflow: auto;
32709
- }
32710
-
32711
- .E_ctdb951 {
32709
+ .E_l4bld33 {
32710
+ width: 64px;
32711
+ height: 64px;
32712
32712
  display: flex;
32713
32713
  align-items: center;
32714
- justify-content: space-between;
32715
- padding: 0 12px 0 8px;
32716
- height: 44px;
32717
- flex-shrink: 0;
32714
+ justify-content: center;
32715
+ position: relative;
32716
+ opacity: 0.2;
32718
32717
  }
32719
- .E_ctdb951 .year-number-input {
32720
- width: 54px;
32721
- padding: 4px;
32722
- margin-right: 9px;
32723
- font-weight: 700;
32724
- font-size: 16px;
32725
- line-height: 24px;
32718
+
32719
+ .E_lgitjoj {
32720
+ position: absolute;
32721
+ width: 5px;
32722
+ height: 48px;
32723
+ left: 9.33px;
32724
+ top: 40.5px;
32725
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32726
+ border-radius: 5px;
32727
+ transform: rotate(-128deg);
32728
+ transform-origin: top left;
32729
+ animation: loading-indicator1 1100ms ease-out infinite;
32726
32730
  }
32727
- .E_ctdb951 .year-number-text {
32728
- cursor: pointer;
32729
- margin-right: 4px;
32731
+
32732
+ .E_l13g0exg {
32733
+ position: absolute;
32734
+ width: 5px;
32735
+ height: 48px;
32736
+ left: 40.8px;
32737
+ top: 8.4px;
32738
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32739
+ border-radius: 5px;
32740
+ transform: rotate(-8deg);
32741
+ transform-origin: top left;
32742
+ animation: loading-indicator2 1100ms ease-out infinite;
32730
32743
  }
32731
- .E_ctdb951 .year-control {
32732
- display: flex;
32733
- align-items: center;
32734
- gap: 8px;
32744
+
32745
+ .E_l1exo3h6 {
32746
+ position: absolute;
32747
+ width: 5px;
32748
+ height: 48px;
32749
+ left: 52.9px;
32750
+ top: 51.8px;
32751
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32752
+ border-radius: 5px;
32753
+ transform: rotate(112deg);
32754
+ transform-origin: top left;
32755
+ animation: loading-indicator3 1100ms ease-out infinite;
32735
32756
  }
32736
- .E_ctdb951 .year-control .ant-btn {
32757
+
32758
+ .E_m1thnes4 {
32759
+ color: rgba(44, 56, 82, 0.6);
32760
+ text-align: center;
32737
32761
  display: flex;
32738
32762
  align-items: center;
32739
32763
  justify-content: center;
32740
- background: rgba(237, 241, 250, 0.6);
32764
+ flex-direction: column;
32765
+ height: 100%;
32741
32766
  }
32742
-
32743
- .E_cvgtyx0 {
32744
- display: grid;
32745
- grid-template-columns: repeat(7, auto);
32746
- list-style: none;
32747
- padding: 0 12px;
32748
- margin: unset;
32749
- height: 40px;
32750
- gap: 4px;
32751
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
32752
- flex-wrap: wrap;
32753
- flex-shrink: 0;
32754
- }
32755
- .E_cvgtyx0 li {
32756
- width: 40px;
32757
- height: 40px;
32758
- line-height: 40px;
32759
- text-align: center;
32760
- color: rgba(44, 56, 82, 0.6);
32767
+ .E_m1thnes4 .link {
32768
+ color: #0080ff;
32769
+ cursor: pointer;
32761
32770
  }
32762
32771
 
32763
- .E_crprfvb {
32764
- flex: 1;
32765
- overflow: auto;
32766
- position: relative;
32772
+ .E_m1bixfdy {
32773
+ width: 100%;
32774
+ height: 100%;
32775
+ display: flex;
32776
+ flex-direction: column;
32767
32777
  }
32768
- .E_crprfvb ul {
32769
- list-style: none;
32770
- padding: 0;
32771
- margin: 0;
32778
+ .E_m1bixfdy .name-toolbar {
32779
+ width: 100%;
32780
+ display: flex;
32781
+ line-height: 30px;
32782
+ padding: 0 16px;
32783
+ justify-content: space-between;
32772
32784
  }
32773
- .E_crprfvb ul .month-container header {
32774
- padding: 4px 12px;
32775
- position: sticky;
32776
- top: 0;
32777
- background: #fff;
32778
- transition: all 0.2s ease-in-out;
32779
- z-index: 2;
32785
+ .E_m1bixfdy .name-toolbar .metric-extra {
32786
+ display: flex;
32787
+ font-size: 12px;
32788
+ align-items: center;
32780
32789
  }
32781
- .E_crprfvb ul .month-container header.pinned {
32782
- box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
32790
+ .E_m1bixfdy .name-toolbar .metric-extra .info-item {
32791
+ color: #a3b4cc;
32783
32792
  }
32784
- .E_crprfvb ul .month-container .dates-in-month {
32785
- display: grid;
32786
- grid-template-columns: repeat(7, auto);
32787
- gap: 4px 0;
32788
- padding: 4px 12px;
32793
+ .E_m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32794
+ margin-left: 10px;
32789
32795
  }
32790
- .E_crprfvb ul .month-container .dates-in-month .date-block {
32796
+ .E_m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32797
+ margin-left: 10px;
32798
+ cursor: pointer;
32799
+ }
32800
+ .E_m1bixfdy .content {
32801
+ flex: 1;
32791
32802
  width: 100%;
32792
- height: 100%;
32793
32803
  display: flex;
32794
- align-items: center;
32795
32804
  justify-content: center;
32805
+ align-items: center;
32796
32806
  }
32797
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight {
32798
- border-color: #e6f4ff;
32799
- background: #e6f4ff;
32807
+ .E_m1bixfdy .single-content {
32808
+ height: 65px;
32800
32809
  }
32801
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight {
32802
- position: relative;
32803
- background: #fff;
32810
+
32811
+ .E_lfamfcw {
32812
+ display: flex;
32813
+ align-items: center;
32814
+ white-space: nowrap;
32815
+ overflow: hidden;
32816
+ width: 100%;
32804
32817
  }
32805
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight::after {
32806
- content: "";
32807
- position: absolute;
32808
- right: 0;
32809
- top: 0;
32810
- width: calc(50% + 20px);
32811
- height: 100%;
32812
- background: #e6f4ff;
32813
- border-top-left-radius: 50%;
32814
- border-bottom-left-radius: 50%;
32818
+ .E_lfamfcw .ant-dropdown-trigger {
32819
+ margin-left: auto;
32820
+ font-size: 12px;
32815
32821
  }
32816
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight {
32817
- position: relative;
32818
- background: #fff;
32822
+
32823
+ .E_la6u9b4 {
32824
+ display: flex;
32825
+ justify-content: flex-start;
32826
+ align-items: center;
32827
+ font-size: 12px;
32828
+ cursor: pointer;
32819
32829
  }
32820
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight::after {
32821
- content: "";
32822
- position: absolute;
32823
- left: 0;
32824
- top: 0;
32825
- width: calc(50% + 20px);
32826
- height: 100%;
32827
- background: #e6f4ff;
32828
- border-top-right-radius: 50%;
32829
- border-bottom-right-radius: 50%;
32830
+ .E_la6u9b4:not(:last-child) {
32831
+ margin-right: 20px;
32830
32832
  }
32831
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight:last-child::after {
32832
- width: 40px;
32833
- top: 50%;
32834
- transform: translateY(-50%);
32833
+ .E_la6u9b4.deselected {
32834
+ opacity: 0.4;
32835
32835
  }
32836
- .E_crprfvb ul .month-container .dates-in-month .date-block + .highlight {
32837
- border-radius: unset;
32836
+ .E_la6u9b4.deselected .color-block {
32837
+ background: #b4beca !important;
32838
32838
  }
32839
- .E_crprfvb ul .month-container .dates-in-month .date-block:hover > .date {
32840
- border: 1px solid #0080ff;
32841
- cursor: pointer;
32842
- background: #fff;
32839
+
32840
+ .E_chhvk8b {
32841
+ display: inline-block;
32842
+ height: 8px;
32843
+ width: 8px;
32844
+ margin-right: 8px;
32843
32845
  }
32844
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date {
32845
- width: 38px;
32846
- height: 38px;
32847
- line-height: 36px;
32848
- text-align: center;
32849
- border-radius: 50%;
32850
- color: #00122e;
32851
- border: 1px solid transparent;
32852
- transition: background, border 0.2s ease-in-out;
32846
+
32847
+ .E_e1sdlxq1 .ant-dropdown-menu-item {
32848
+ display: flex;
32849
+ align-items: center;
32850
+ font-size: 12px;
32851
+ margin: 0;
32852
+ }
32853
+
32854
+ .E_m16f7gpb {
32853
32855
  position: relative;
32854
- z-index: 1;
32855
32856
  }
32856
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.blank {
32857
- background: transparent;
32857
+ .E_m16f7gpb.hidden-xaxis .pointer-wrapper {
32858
+ bottom: -12px;
32858
32859
  }
32859
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.today {
32860
- color: #0080ff;
32861
- border-color: rgba(0, 136, 255, 0.16);
32860
+ .E_m16f7gpb .metric-toolbar {
32861
+ display: flex;
32862
+ justify-content: space-between;
32863
+ line-height: 30px;
32864
+ margin: 0 16px;
32862
32865
  }
32863
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.highlight {
32864
- border-color: #e6f4ff;
32866
+ .E_m16f7gpb .metric-toolbar .metric-extra {
32867
+ display: flex;
32868
+ font-size: 12px;
32869
+ align-items: center;
32865
32870
  }
32866
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date:hover {
32867
- border-color: #0080ff;
32871
+ .E_m16f7gpb .metric-toolbar .metric-extra .info-item {
32872
+ color: #a3b4cc;
32873
+ }
32874
+ .E_m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32875
+ margin-left: 10px;
32876
+ }
32877
+ .E_m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32878
+ margin-left: 10px;
32868
32879
  cursor: pointer;
32869
- background: #fff;
32870
32880
  }
32871
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.checked {
32872
- background: #0080ff;
32873
- color: #fff;
32881
+ .E_m16f7gpb .recharts-xAxis {
32882
+ font-size: 12px;
32874
32883
  }
32875
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.disabled {
32876
- cursor: not-allowed;
32877
- border-color: transparent;
32878
- background: #e4e9f2;
32879
- color: rgba(107, 128, 167, 0.6);
32884
+ .E_m16f7gpb .pointer-wrapper {
32885
+ position: absolute;
32886
+ bottom: 10px;
32887
+ padding: 0 8px;
32888
+ border-radius: 4px;
32889
+ font-size: 12px;
32890
+ color: #fff;
32891
+ background: rgba(0, 0, 0, 0.75);
32892
+ transform: translateX(-50%);
32880
32893
  }
32881
32894
 
32882
- .E_ipbxcfl {
32883
- display: inline-flex;
32884
- flex-direction: column;
32885
- align-items: flex-start;
32895
+ .E_t1ipvk51 {
32896
+ min-width: 200px;
32886
32897
  }
32887
- .E_ipbxcfl .input-time {
32888
- flex-shrink: 0;
32889
- display: inline-flex;
32898
+
32899
+ .E_t1kgldps {
32900
+ display: flex;
32890
32901
  align-items: center;
32891
- border: 1px solid #e4e9f2;
32892
- transition: all 0.1s ease-in-out;
32893
- padding: 4px 8px;
32894
- background: #fff;
32895
- border-radius: 5px;
32902
+ justify-content: space-between;
32903
+ background-color: rgba(0, 0, 0, 0.75);
32904
+ color: #b4beca;
32905
+ font-size: 12px;
32906
+ padding: 3px 6px;
32896
32907
  }
32897
- .E_ipbxcfl .input-time.focus {
32898
- border-color: #0080ff;
32899
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32908
+ .E_t1kgldps:first-child {
32909
+ padding-top: 3px;
32900
32910
  }
32901
- .E_ipbxcfl .input-time.error {
32902
- border-color: #f0483e;
32911
+ .E_t1kgldps:last-child {
32912
+ padding-bottom: 3px;
32903
32913
  }
32904
- .E_ipbxcfl .input-time.error.focus {
32905
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.2);
32914
+ .E_t1kgldps .column-value {
32915
+ color: #fff;
32916
+ margin-left: 8px;
32906
32917
  }
32907
- .E_ipbxcfl .input-time input {
32908
- font-family: "Inter";
32909
- font-style: normal;
32910
- font-weight: 400;
32911
- font-size: 13px;
32912
- line-height: 20px;
32913
- border: none;
32914
- outline: none;
32915
- width: 23px;
32916
- height: 20px;
32917
- text-align: center;
32918
- padding: 0;
32919
- color: #00122e;
32918
+
32919
+ .E_sq6vos1 {
32920
+ --item-min-width: 60px;
32920
32921
  }
32921
- .E_ipbxcfl .input-time input::placeholder {
32922
- color: rgba(0, 21, 64, 0.3);
32922
+ .E_sq6vos1 .ant-steps-item-tail, .E_sq6vos1 .ant-steps-item-icon {
32923
+ display: none !important;
32923
32924
  }
32924
- .E_ipbxcfl .input-time input:disabled {
32925
- background: inherit;
32925
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-active {
32926
+ flex-shrink: 0 !important;
32926
32927
  }
32927
- .E_ipbxcfl .input-time input:focus, .E_ipbxcfl .input-time input:active {
32928
- border: none;
32929
- outline: none;
32928
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32929
+ color: #0080ff;
32930
32930
  }
32931
- .E_ipbxcfl .input-time .connect-symbol {
32932
- margin: 0 2px;
32933
- color: rgba(0, 21, 64, 0.3);
32931
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32932
+ color: #0080ff;
32933
+ font-weight: normal;
32934
32934
  }
32935
- .E_ipbxcfl .input-time .connect-symbol.inputted {
32936
- color: #00122e;
32935
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32936
+ color: rgba(44, 56, 82, 0.6);
32937
32937
  }
32938
- .E_ipbxcfl .error-message {
32939
- color: #f0483e;
32940
- margin-top: 4px;
32938
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32939
+ color: #00122e;
32941
32940
  }
32942
-
32943
- .E_a120uq8m {
32944
- width: 100%;
32945
- height: 100%;
32946
- display: flex;
32947
- flex-direction: column;
32941
+ .E_sq6vos1 .step-item-text {
32942
+ display: inline-block;
32948
32943
  }
32949
- .E_a120uq8m .date-range-picker-calendar {
32950
- flex: 1;
32944
+ .E_sq6vos1 .step-item-title {
32945
+ overflow: hidden;
32946
+ white-space: nowrap;
32947
+ text-overflow: ellipsis;
32951
32948
  }
32952
32949
 
32953
- .E_a15s9m0d {
32954
- padding: 8px 12px;
32955
- box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
32950
+ .E_hjtnwxg .ant-steps-item-container {
32951
+ min-width: var(--item-min-width);
32956
32952
  }
32957
- .E_a15s9m0d .time-input-main {
32958
- display: flex;
32959
- justify-content: space-between;
32960
- align-items: flex-end;
32953
+ .E_hjtnwxg .ant-steps-item-disabled {
32954
+ cursor: not-allowed !important;
32961
32955
  }
32962
- .E_a15s9m0d .time-input-main .time-input-container {
32963
- display: flex;
32964
- align-items: flex-end;
32965
- gap: 8px;
32956
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32957
+ flex-direction: row;
32958
+ justify-content: stretch;
32966
32959
  }
32967
- .E_a15s9m0d .time-input-main .time-input-container .start-time,
32968
- .E_a15s9m0d .time-input-main .time-input-container .end-time,
32969
- .E_a15s9m0d .time-input-main .time-input-container .to {
32970
- color: rgba(44, 56, 82, 0.6);
32960
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32961
+ padding: 0;
32962
+ margin-right: 4px;
32963
+ flex: 1;
32964
+ overflow: visible;
32971
32965
  }
32972
- .E_a15s9m0d .time-input-main .time-input-container .start-time p,
32973
- .E_a15s9m0d .time-input-main .time-input-container .end-time p,
32974
- .E_a15s9m0d .time-input-main .time-input-container .to p {
32975
- margin: 0;
32966
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32967
+ width: 100%;
32968
+ min-height: unset;
32976
32969
  }
32977
- .E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
32978
- .E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
32979
- padding-bottom: 18px;
32970
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32971
+ height: 26px;
32972
+ line-height: 26px;
32973
+ width: 100%;
32974
+ padding: 0;
32975
+ font-size: 12px;
32980
32976
  }
32981
- .E_a15s9m0d .time-input-main .time-input-container .to {
32982
- line-height: 34px;
32977
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32978
+ margin-right: 10px;
32983
32979
  }
32984
- .E_a15s9m0d .time-input-main .time-input-container .input-time {
32985
- height: 32px;
32986
- padding: 6px 3px;
32980
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32981
+ display: none;
32987
32982
  }
32988
- .E_a15s9m0d .time-input-main .ant-btn.validate-failed {
32989
- margin-bottom: 18px;
32983
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32984
+ padding-left: 8px;
32985
+ padding-right: 4px;
32986
+ border-radius: 4px 0 0 4px;
32990
32987
  }
32991
- .E_a15s9m0d .time-input-error {
32992
- color: #f0483e;
32988
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32989
+ margin-right: 0;
32993
32990
  }
32994
-
32995
- .E_r5hl59d {
32996
- min-width: 162px;
32991
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32992
+ padding-right: 8px;
32993
+ padding-left: 12px;
32994
+ border-radius: 0 4px 4px 0;
32997
32995
  }
32998
- .E_r5hl59d .ant-input-affix-wrapper {
32999
- width: 100% !important;
33000
- border-width: 0 0 1px 0 !important;
33001
- border-color: rgba(211, 218, 235, 0.6);
33002
- border-radius: 0;
32996
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
32997
+ content: "";
32998
+ width: 0;
32999
+ height: 0;
33000
+ border: 13px solid transparent;
33001
+ position: absolute;
33002
+ top: 0;
33003
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33004
+ z-index: 2;
33005
+ position: relative;
33006
+ top: -50%;
33007
+ right: -100%;
33003
33008
  }
33004
- .E_r5hl59d .ant-input-affix-wrapper + .past-time-list {
33005
- margin-top: 8px;
33009
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33010
+ padding: 0 4px 0 12px;
33006
33011
  }
33007
- .E_r5hl59d .past-time-list {
33008
- list-style: none;
33009
- padding: 0;
33010
- margin-top: 12px;
33012
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33013
+ content: "";
33014
+ width: 0;
33015
+ height: 0;
33016
+ border: 13px solid transparent;
33017
+ position: absolute;
33018
+ top: 0;
33019
+ border-left: 8px solid #fff;
33020
+ left: 0;
33011
33021
  }
33012
- .E_r5hl59d .past-time-list li {
33013
- padding: 5px 8px;
33014
- border-radius: 5px;
33015
- transition: all 0.2s ease-in-out;
33016
- cursor: pointer;
33022
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33023
+ max-width: calc(100% - var(--item-min-width) * 2);
33017
33024
  }
33018
- .E_r5hl59d .past-time-list li:hover {
33019
- background: rgba(0, 136, 255, 0.16);
33020
- color: #0080ff;
33025
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33026
+ background-color: rgba(0, 136, 255, 0.1);
33021
33027
  }
33022
- .E_r5hl59d .past-time-list li:active {
33023
- background: rgba(0, 136, 255, 0.2);
33024
- color: #0080ff;
33028
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33029
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33025
33030
  }
33026
- .E_r5hl59d .past-time-list li.selected {
33027
- background: rgba(0, 136, 255, 0.2);
33028
- color: #0080ff;
33031
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33032
+ cursor: pointer;
33033
+ min-width: var(--item-min-width);
33029
33034
  }
33030
- .E_r5hl59d .past-time-list li.selected .highlight {
33031
- color: #0080ff;
33035
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33036
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33037
+ min-width: var(--item-min-width);
33032
33038
  }
33033
- .E_r5hl59d .past-time-list li.disabled {
33034
- background: rgba(237, 241, 250, 0.6);
33035
- color: rgba(0, 21, 64, 0.3);
33036
- cursor: not-allowed;
33039
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33040
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33041
+ background-color: rgba(237, 241, 250, 0.6);
33037
33042
  }
33038
- .E_r5hl59d .past-time-list li + li {
33039
- margin-top: 2px;
33043
+ .E_hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33044
+ padding: 0;
33040
33045
  }
33041
33046
 
33042
- .E_dhqt3dw {
33043
- min-width: 392px;
33044
- }
33045
- .E_dhqt3dw.date-range-picker {
33046
- display: inline-flex;
33047
- align-items: center;
33048
- gap: 8px;
33049
- background: #fff;
33050
- border-radius: 5px;
33051
- border: 1px solid #e4e9f2;
33052
- transition: all 0.2s ease-in-out;
33053
- }
33054
- .E_dhqt3dw.date-range-picker .default-calendar-icon {
33055
- display: inline-flex;
33056
- }
33057
- .E_dhqt3dw.date-range-picker .hover-calendar-icon {
33058
- display: none;
33059
- }
33060
- .E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
33061
- border-color: #0080ff;
33062
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33047
+ .E_v1p8siwu .ant-steps.ant-steps-vertical {
33048
+ width: 192px;
33049
+ row-gap: 2px;
33063
33050
  }
33064
- .E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
33065
- display: none;
33051
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33052
+ background-color: rgba(225, 230, 241, 0.6);
33066
33053
  }
33067
- .E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
33068
- display: inline-flex;
33054
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33055
+ color: #00122e !important;
33069
33056
  }
33070
- .E_dhqt3dw.date-range-picker.large {
33071
- height: 40px;
33072
- line-height: 40px;
33073
- padding: 0 12px 0 16px;
33057
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33058
+ background-color: rgba(225, 230, 241, 0.6);
33074
33059
  }
33075
- .E_dhqt3dw.date-range-picker.medium {
33060
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
33061
+ padding: 0 8px;
33062
+ border-radius: 4px;
33076
33063
  height: 32px;
33077
- line-height: 32px;
33078
- padding: 0 8px 0 12px;
33079
- }
33080
- .E_dhqt3dw.date-range-picker .date-input-content {
33081
- flex: 1;
33082
33064
  display: flex;
33083
33065
  align-items: center;
33084
- gap: 8px;
33085
- color: #00122e;
33086
33066
  }
33087
- .E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
33088
- color: rgba(0, 21, 64, 0.3);
33067
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33068
+ min-height: auto;
33069
+ white-space: nowrap;
33089
33070
  }
33090
- .E_dhqt3dw.date-range-picker .date-input-content input {
33091
- border: none;
33092
- outline: none;
33093
- width: 162px;
33094
- padding: 0;
33095
- height: 22px;
33096
- line-height: 22px;
33097
- text-align: center;
33071
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33072
+ font-size: 13px;
33073
+ line-height: 20px;
33074
+ max-width: 100%;
33075
+ padding-right: 0;
33098
33076
  }
33099
- .E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
33100
- color: rgba(0, 21, 64, 0.3);
33101
- text-align: center;
33102
- }
33103
- .E_dhqt3dw.date-range-picker .date-input-content input:disabled {
33104
- background: inherit;
33105
- }
33106
- .E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
33107
- border: none;
33108
- outline: none;
33109
- box-shadow: none;
33110
- }
33111
- .E_dhqt3dw.date-range-picker .past-time-icon {
33112
- cursor: pointer;
33077
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33078
+ background: rgba(0, 128, 255, 0.1);
33113
33079
  }
33114
33080
 
33115
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
33116
- padding: 12px 12px 0 12px;
33117
- }
33118
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
33119
- padding-left: 16px;
33120
- }
33121
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
33122
- margin-right: 0;
33123
- }
33124
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
33125
- margin-left: 2px;
33126
- }
33127
- .E_d956d92 .ant-popover-inner-content .relative-time-container {
33128
- max-height: 470px;
33129
- overflow: auto;
33130
- }
33131
- .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
33132
- padding: 0 12px;
33081
+ .E_h1xo7yjb {
33082
+ width: 100%;
33083
+ display: inline-flex;
33084
+ align-items: center;
33085
+ justify-content: center;
33086
+ column-gap: 4px;
33133
33087
  }
33134
- .E_d956d92 .ant-popover-inner-content .absolute-time-container {
33135
- height: 470px;
33136
- overflow: auto;
33088
+ .E_h1xo7yjb .step-item-prefix-container {
33089
+ display: inline-flex;
33090
+ align-items: center;
33091
+ width: 18px;
33092
+ height: 18px;
33093
+ color: rgba(44, 56, 82, 0.75);
33094
+ justify-content: center;
33137
33095
  }
33138
33096
 
33139
- .E_d1tc7lgk {
33140
- min-width: 200px;
33097
+ .E_v1f2f7cy {
33098
+ width: 100%;
33099
+ display: flex;
33100
+ align-items: center;
33101
+ justify-content: center;
33102
+ column-gap: 6px;
33103
+ font-size: 13px;
33141
33104
  }
33142
- .E_d1tc7lgk header {
33143
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33144
- padding: 8px 12px;
33145
- color: rgba(44, 56, 82, 0.6);
33105
+ .E_v1f2f7cy .step-item-prefix-container {
33106
+ display: inline-flex;
33107
+ align-items: center;
33108
+ min-width: 20px;
33109
+ min-height: 20px;
33110
+ color: rgba(44, 56, 82, 0.75);
33111
+ justify-content: center;
33146
33112
  }
33147
- .E_d1tc7lgk ul {
33148
- list-style: none;
33149
- padding: 12px;
33113
+
33114
+ .E_t1gz6wqf {
33115
+ height: 100%;
33150
33116
  }
33151
- .E_d1tc7lgk ul li {
33152
- padding: 5px 8px;
33153
- border-radius: 5px;
33154
- transition: all 0.2s ease-in-out;
33155
- cursor: pointer;
33117
+ .E_t1gz6wqf .table-loading-item {
33118
+ padding: 12px 4px;
33119
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33120
+ display: flex;
33156
33121
  }
33157
- .E_d1tc7lgk ul li:hover {
33158
- background: rgba(0, 136, 255, 0.16);
33159
- color: #0080ff;
33122
+ .E_t1gz6wqf .table-loading-item > * {
33123
+ height: 16px;
33124
+ margin: 4px;
33125
+ background: rgba(204, 212, 227, 0.18);
33126
+ border-radius: 2px;
33160
33127
  }
33161
- .E_d1tc7lgk ul li:active {
33162
- background: rgba(0, 136, 255, 0.2);
33163
- color: #0080ff;
33128
+ .E_t1gz6wqf .table-loading-item .checkbox-loading {
33129
+ width: 16px;
33164
33130
  }
33165
- .E_d1tc7lgk ul li + li {
33166
- margin-top: 2px;
33131
+ .E_t1gz6wqf .table-loading-item .td-loading {
33132
+ flex: 1;
33167
33133
  }
33168
-
33169
- .E_rzaik16 {
33170
- padding: 0;
33134
+ .E_t1gz6wqf :nth-child(1) {
33135
+ padding: 8px 4px;
33171
33136
  }
33172
- .E_rzaik16 .ant-popover-arrow {
33173
- display: none;
33137
+ .E_t1gz6wqf :nth-child(1) > * {
33138
+ background: rgba(107, 125, 153, 0.18);
33174
33139
  }
33175
- .E_rzaik16 .ant-popover-inner-content {
33176
- padding: 0;
33140
+ .E_t1gz6wqf :nth-child(1) > * {
33141
+ background: rgba(163, 180, 204, 0.18);
33177
33142
  }
33178
33143
 
33179
33144
  .E_t160l1cm {
@@ -33379,445 +33344,487 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33379
33344
  background: transparent;
33380
33345
  }
33381
33346
 
33382
- .E_h1ol2wl7 {
33383
- font-weight: bold;
33384
- background-color: unset;
33385
- padding: unset;
33347
+ .E_c1kchka8 {
33348
+ height: 100%;
33349
+ width: 100%;
33350
+ display: flex;
33351
+ flex-direction: column;
33352
+ background: #fff;
33353
+ overflow: auto;
33386
33354
  }
33387
33355
 
33388
- .E_l4bld33 {
33389
- width: 64px;
33390
- height: 64px;
33356
+ .E_ctdb951 {
33357
+ display: flex;
33358
+ align-items: center;
33359
+ justify-content: space-between;
33360
+ padding: 0 12px 0 8px;
33361
+ height: 44px;
33362
+ flex-shrink: 0;
33363
+ }
33364
+ .E_ctdb951 .year-number-input {
33365
+ width: 54px;
33366
+ padding: 4px;
33367
+ margin-right: 9px;
33368
+ font-weight: 700;
33369
+ font-size: 16px;
33370
+ line-height: 24px;
33371
+ }
33372
+ .E_ctdb951 .year-number-text {
33373
+ cursor: pointer;
33374
+ margin-right: 4px;
33375
+ }
33376
+ .E_ctdb951 .year-control {
33377
+ display: flex;
33378
+ align-items: center;
33379
+ gap: 8px;
33380
+ }
33381
+ .E_ctdb951 .year-control .ant-btn {
33391
33382
  display: flex;
33392
33383
  align-items: center;
33393
33384
  justify-content: center;
33394
- position: relative;
33395
- opacity: 0.2;
33385
+ background: rgba(237, 241, 250, 0.6);
33396
33386
  }
33397
33387
 
33398
- .E_lgitjoj {
33399
- position: absolute;
33400
- width: 5px;
33401
- height: 48px;
33402
- left: 9.33px;
33403
- top: 40.5px;
33404
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33405
- border-radius: 5px;
33406
- transform: rotate(-128deg);
33407
- transform-origin: top left;
33408
- animation: loading-indicator1 1100ms ease-out infinite;
33388
+ .E_cvgtyx0 {
33389
+ display: grid;
33390
+ grid-template-columns: repeat(7, auto);
33391
+ list-style: none;
33392
+ padding: 0 12px;
33393
+ margin: unset;
33394
+ height: 40px;
33395
+ gap: 4px;
33396
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33397
+ flex-wrap: wrap;
33398
+ flex-shrink: 0;
33409
33399
  }
33410
-
33411
- .E_l13g0exg {
33412
- position: absolute;
33413
- width: 5px;
33414
- height: 48px;
33415
- left: 40.8px;
33416
- top: 8.4px;
33417
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33418
- border-radius: 5px;
33419
- transform: rotate(-8deg);
33420
- transform-origin: top left;
33421
- animation: loading-indicator2 1100ms ease-out infinite;
33400
+ .E_cvgtyx0 li {
33401
+ width: 40px;
33402
+ height: 40px;
33403
+ line-height: 40px;
33404
+ text-align: center;
33405
+ color: rgba(44, 56, 82, 0.6);
33422
33406
  }
33423
33407
 
33424
- .E_l1exo3h6 {
33425
- position: absolute;
33426
- width: 5px;
33427
- height: 48px;
33428
- left: 52.9px;
33429
- top: 51.8px;
33430
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33431
- border-radius: 5px;
33432
- transform: rotate(112deg);
33433
- transform-origin: top left;
33434
- animation: loading-indicator3 1100ms ease-out infinite;
33408
+ .E_crprfvb {
33409
+ flex: 1;
33410
+ overflow: auto;
33411
+ position: relative;
33435
33412
  }
33436
-
33437
- .E_m1thnes4 {
33438
- color: rgba(44, 56, 82, 0.6);
33439
- text-align: center;
33413
+ .E_crprfvb ul {
33414
+ list-style: none;
33415
+ padding: 0;
33416
+ margin: 0;
33417
+ }
33418
+ .E_crprfvb ul .month-container header {
33419
+ padding: 4px 12px;
33420
+ position: sticky;
33421
+ top: 0;
33422
+ background: #fff;
33423
+ transition: all 0.2s ease-in-out;
33424
+ z-index: 2;
33425
+ }
33426
+ .E_crprfvb ul .month-container header.pinned {
33427
+ box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
33428
+ }
33429
+ .E_crprfvb ul .month-container .dates-in-month {
33430
+ display: grid;
33431
+ grid-template-columns: repeat(7, auto);
33432
+ gap: 4px 0;
33433
+ padding: 4px 12px;
33434
+ }
33435
+ .E_crprfvb ul .month-container .dates-in-month .date-block {
33436
+ width: 100%;
33437
+ height: 100%;
33440
33438
  display: flex;
33441
33439
  align-items: center;
33442
33440
  justify-content: center;
33443
- flex-direction: column;
33441
+ }
33442
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight {
33443
+ border-color: #e6f4ff;
33444
+ background: #e6f4ff;
33445
+ }
33446
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight {
33447
+ position: relative;
33448
+ background: #fff;
33449
+ }
33450
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight::after {
33451
+ content: "";
33452
+ position: absolute;
33453
+ right: 0;
33454
+ top: 0;
33455
+ width: calc(50% + 20px);
33444
33456
  height: 100%;
33457
+ background: #e6f4ff;
33458
+ border-top-left-radius: 50%;
33459
+ border-bottom-left-radius: 50%;
33445
33460
  }
33446
- .E_m1thnes4 .link {
33447
- color: #0080ff;
33448
- cursor: pointer;
33461
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight {
33462
+ position: relative;
33463
+ background: #fff;
33449
33464
  }
33450
-
33451
- .E_m1bixfdy {
33452
- width: 100%;
33465
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight::after {
33466
+ content: "";
33467
+ position: absolute;
33468
+ left: 0;
33469
+ top: 0;
33470
+ width: calc(50% + 20px);
33453
33471
  height: 100%;
33454
- display: flex;
33455
- flex-direction: column;
33472
+ background: #e6f4ff;
33473
+ border-top-right-radius: 50%;
33474
+ border-bottom-right-radius: 50%;
33456
33475
  }
33457
- .E_m1bixfdy .name-toolbar {
33458
- width: 100%;
33459
- display: flex;
33460
- line-height: 30px;
33461
- padding: 0 16px;
33462
- justify-content: space-between;
33476
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight:last-child::after {
33477
+ width: 40px;
33478
+ top: 50%;
33479
+ transform: translateY(-50%);
33463
33480
  }
33464
- .E_m1bixfdy .name-toolbar .metric-extra {
33465
- display: flex;
33466
- font-size: 12px;
33467
- align-items: center;
33481
+ .E_crprfvb ul .month-container .dates-in-month .date-block + .highlight {
33482
+ border-radius: unset;
33468
33483
  }
33469
- .E_m1bixfdy .name-toolbar .metric-extra .info-item {
33470
- color: #a3b4cc;
33484
+ .E_crprfvb ul .month-container .dates-in-month .date-block:hover > .date {
33485
+ border: 1px solid #0080ff;
33486
+ cursor: pointer;
33487
+ background: #fff;
33471
33488
  }
33472
- .E_m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
33473
- margin-left: 10px;
33489
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date {
33490
+ width: 38px;
33491
+ height: 38px;
33492
+ line-height: 36px;
33493
+ text-align: center;
33494
+ border-radius: 50%;
33495
+ color: #00122e;
33496
+ border: 1px solid transparent;
33497
+ transition: background, border 0.2s ease-in-out;
33498
+ position: relative;
33499
+ z-index: 1;
33474
33500
  }
33475
- .E_m1bixfdy .name-toolbar .metric-extra .menu-trigger {
33476
- margin-left: 10px;
33501
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.blank {
33502
+ background: transparent;
33503
+ }
33504
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.today {
33505
+ color: #0080ff;
33506
+ border-color: rgba(0, 136, 255, 0.16);
33507
+ }
33508
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.highlight {
33509
+ border-color: #e6f4ff;
33510
+ }
33511
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date:hover {
33512
+ border-color: #0080ff;
33477
33513
  cursor: pointer;
33514
+ background: #fff;
33478
33515
  }
33479
- .E_m1bixfdy .content {
33480
- flex: 1;
33481
- width: 100%;
33482
- display: flex;
33483
- justify-content: center;
33484
- align-items: center;
33516
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.checked {
33517
+ background: #0080ff;
33518
+ color: #fff;
33485
33519
  }
33486
- .E_m1bixfdy .single-content {
33487
- height: 65px;
33520
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.disabled {
33521
+ cursor: not-allowed;
33522
+ border-color: transparent;
33523
+ background: #e4e9f2;
33524
+ color: rgba(107, 128, 167, 0.6);
33488
33525
  }
33489
33526
 
33490
- .E_lfamfcw {
33491
- display: flex;
33527
+ .E_ipbxcfl {
33528
+ display: inline-flex;
33529
+ flex-direction: column;
33530
+ align-items: flex-start;
33531
+ }
33532
+ .E_ipbxcfl .input-time {
33533
+ flex-shrink: 0;
33534
+ display: inline-flex;
33492
33535
  align-items: center;
33493
- white-space: nowrap;
33494
- overflow: hidden;
33495
- width: 100%;
33536
+ border: 1px solid #e4e9f2;
33537
+ transition: all 0.1s ease-in-out;
33538
+ padding: 4px 8px;
33539
+ background: #fff;
33540
+ border-radius: 5px;
33496
33541
  }
33497
- .E_lfamfcw .ant-dropdown-trigger {
33498
- margin-left: auto;
33499
- font-size: 12px;
33542
+ .E_ipbxcfl .input-time.focus {
33543
+ border-color: #0080ff;
33544
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33500
33545
  }
33501
-
33502
- .E_la6u9b4 {
33503
- display: flex;
33504
- justify-content: flex-start;
33505
- align-items: center;
33506
- font-size: 12px;
33507
- cursor: pointer;
33546
+ .E_ipbxcfl .input-time.error {
33547
+ border-color: #f0483e;
33508
33548
  }
33509
- .E_la6u9b4:not(:last-child) {
33510
- margin-right: 20px;
33549
+ .E_ipbxcfl .input-time.error.focus {
33550
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.2);
33551
+ }
33552
+ .E_ipbxcfl .input-time input {
33553
+ font-family: "Inter";
33554
+ font-style: normal;
33555
+ font-weight: 400;
33556
+ font-size: 13px;
33557
+ line-height: 20px;
33558
+ border: none;
33559
+ outline: none;
33560
+ width: 23px;
33561
+ height: 20px;
33562
+ text-align: center;
33563
+ padding: 0;
33564
+ color: #00122e;
33565
+ }
33566
+ .E_ipbxcfl .input-time input::placeholder {
33567
+ color: rgba(0, 21, 64, 0.3);
33568
+ }
33569
+ .E_ipbxcfl .input-time input:disabled {
33570
+ background: inherit;
33571
+ }
33572
+ .E_ipbxcfl .input-time input:focus, .E_ipbxcfl .input-time input:active {
33573
+ border: none;
33574
+ outline: none;
33511
33575
  }
33512
- .E_la6u9b4.deselected {
33513
- opacity: 0.4;
33576
+ .E_ipbxcfl .input-time .connect-symbol {
33577
+ margin: 0 2px;
33578
+ color: rgba(0, 21, 64, 0.3);
33514
33579
  }
33515
- .E_la6u9b4.deselected .color-block {
33516
- background: #b4beca !important;
33580
+ .E_ipbxcfl .input-time .connect-symbol.inputted {
33581
+ color: #00122e;
33517
33582
  }
33518
-
33519
- .E_chhvk8b {
33520
- display: inline-block;
33521
- height: 8px;
33522
- width: 8px;
33523
- margin-right: 8px;
33583
+ .E_ipbxcfl .error-message {
33584
+ color: #f0483e;
33585
+ margin-top: 4px;
33524
33586
  }
33525
33587
 
33526
- .E_e1sdlxq1 .ant-dropdown-menu-item {
33588
+ .E_a120uq8m {
33589
+ width: 100%;
33590
+ height: 100%;
33527
33591
  display: flex;
33528
- align-items: center;
33529
- font-size: 12px;
33530
- margin: 0;
33592
+ flex-direction: column;
33531
33593
  }
33532
-
33533
- .E_m16f7gpb {
33534
- position: relative;
33594
+ .E_a120uq8m .date-range-picker-calendar {
33595
+ flex: 1;
33535
33596
  }
33536
- .E_m16f7gpb.hidden-xaxis .pointer-wrapper {
33537
- bottom: -12px;
33597
+
33598
+ .E_a15s9m0d {
33599
+ padding: 8px 12px;
33600
+ box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
33538
33601
  }
33539
- .E_m16f7gpb .metric-toolbar {
33602
+ .E_a15s9m0d .time-input-main {
33540
33603
  display: flex;
33541
33604
  justify-content: space-between;
33542
- line-height: 30px;
33543
- margin: 0 16px;
33605
+ align-items: flex-end;
33544
33606
  }
33545
- .E_m16f7gpb .metric-toolbar .metric-extra {
33607
+ .E_a15s9m0d .time-input-main .time-input-container {
33546
33608
  display: flex;
33547
- font-size: 12px;
33548
- align-items: center;
33549
- }
33550
- .E_m16f7gpb .metric-toolbar .metric-extra .info-item {
33551
- color: #a3b4cc;
33609
+ align-items: flex-end;
33610
+ gap: 8px;
33552
33611
  }
33553
- .E_m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
33554
- margin-left: 10px;
33612
+ .E_a15s9m0d .time-input-main .time-input-container .start-time,
33613
+ .E_a15s9m0d .time-input-main .time-input-container .end-time,
33614
+ .E_a15s9m0d .time-input-main .time-input-container .to {
33615
+ color: rgba(44, 56, 82, 0.6);
33555
33616
  }
33556
- .E_m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
33557
- margin-left: 10px;
33558
- cursor: pointer;
33617
+ .E_a15s9m0d .time-input-main .time-input-container .start-time p,
33618
+ .E_a15s9m0d .time-input-main .time-input-container .end-time p,
33619
+ .E_a15s9m0d .time-input-main .time-input-container .to p {
33620
+ margin: 0;
33559
33621
  }
33560
- .E_m16f7gpb .recharts-xAxis {
33561
- font-size: 12px;
33622
+ .E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
33623
+ .E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
33624
+ padding-bottom: 18px;
33562
33625
  }
33563
- .E_m16f7gpb .pointer-wrapper {
33564
- position: absolute;
33565
- bottom: 10px;
33566
- padding: 0 8px;
33567
- border-radius: 4px;
33568
- font-size: 12px;
33569
- color: #fff;
33570
- background: rgba(0, 0, 0, 0.75);
33571
- transform: translateX(-50%);
33626
+ .E_a15s9m0d .time-input-main .time-input-container .to {
33627
+ line-height: 34px;
33572
33628
  }
33573
-
33574
- .E_t1ipvk51 {
33575
- min-width: 200px;
33629
+ .E_a15s9m0d .time-input-main .time-input-container .input-time {
33630
+ height: 32px;
33631
+ padding: 6px 3px;
33576
33632
  }
33577
-
33578
- .E_t1kgldps {
33579
- display: flex;
33580
- align-items: center;
33581
- justify-content: space-between;
33582
- background-color: rgba(0, 0, 0, 0.75);
33583
- color: #b4beca;
33584
- font-size: 12px;
33585
- padding: 3px 6px;
33633
+ .E_a15s9m0d .time-input-main .ant-btn.validate-failed {
33634
+ margin-bottom: 18px;
33586
33635
  }
33587
- .E_t1kgldps:first-child {
33588
- padding-top: 3px;
33636
+ .E_a15s9m0d .time-input-error {
33637
+ color: #f0483e;
33589
33638
  }
33590
- .E_t1kgldps:last-child {
33591
- padding-bottom: 3px;
33639
+
33640
+ .E_r5hl59d {
33641
+ min-width: 162px;
33592
33642
  }
33593
- .E_t1kgldps .column-value {
33594
- color: #fff;
33595
- margin-left: 8px;
33643
+ .E_r5hl59d .ant-input-affix-wrapper {
33644
+ width: 100% !important;
33645
+ border-width: 0 0 1px 0 !important;
33646
+ border-color: rgba(211, 218, 235, 0.6);
33647
+ border-radius: 0;
33596
33648
  }
33597
-
33598
- .E_sq6vos1 {
33599
- --item-min-width: 60px;
33649
+ .E_r5hl59d .ant-input-affix-wrapper + .past-time-list {
33650
+ margin-top: 8px;
33600
33651
  }
33601
- .E_sq6vos1 .ant-steps-item-tail, .E_sq6vos1 .ant-steps-item-icon {
33602
- display: none !important;
33652
+ .E_r5hl59d .past-time-list {
33653
+ list-style: none;
33654
+ padding: 0;
33655
+ margin-top: 12px;
33603
33656
  }
33604
- .E_sq6vos1 .ant-steps-item.ant-steps-item-active {
33605
- flex-shrink: 0 !important;
33657
+ .E_r5hl59d .past-time-list li {
33658
+ padding: 5px 8px;
33659
+ border-radius: 5px;
33660
+ transition: all 0.2s ease-in-out;
33661
+ cursor: pointer;
33606
33662
  }
33607
- .E_sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33663
+ .E_r5hl59d .past-time-list li:hover {
33664
+ background: rgba(0, 136, 255, 0.16);
33608
33665
  color: #0080ff;
33609
33666
  }
33610
- .E_sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33667
+ .E_r5hl59d .past-time-list li:active {
33668
+ background: rgba(0, 136, 255, 0.2);
33611
33669
  color: #0080ff;
33612
- font-weight: normal;
33613
33670
  }
33614
- .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33615
- color: rgba(44, 56, 82, 0.6);
33671
+ .E_r5hl59d .past-time-list li.selected {
33672
+ background: rgba(0, 136, 255, 0.2);
33673
+ color: #0080ff;
33616
33674
  }
33617
- .E_sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33618
- color: #00122e;
33675
+ .E_r5hl59d .past-time-list li.selected .highlight {
33676
+ color: #0080ff;
33619
33677
  }
33620
- .E_sq6vos1 .step-item-text {
33621
- display: inline-block;
33678
+ .E_r5hl59d .past-time-list li.disabled {
33679
+ background: rgba(237, 241, 250, 0.6);
33680
+ color: rgba(0, 21, 64, 0.3);
33681
+ cursor: not-allowed;
33622
33682
  }
33623
- .E_sq6vos1 .step-item-title {
33624
- overflow: hidden;
33625
- white-space: nowrap;
33626
- text-overflow: ellipsis;
33683
+ .E_r5hl59d .past-time-list li + li {
33684
+ margin-top: 2px;
33627
33685
  }
33628
33686
 
33629
- .E_hjtnwxg .ant-steps-item-container {
33630
- min-width: var(--item-min-width);
33631
- }
33632
- .E_hjtnwxg .ant-steps-item-disabled {
33633
- cursor: not-allowed !important;
33634
- }
33635
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
33636
- flex-direction: row;
33637
- justify-content: stretch;
33638
- }
33639
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33640
- padding: 0;
33641
- margin-right: 4px;
33642
- flex: 1;
33643
- overflow: visible;
33644
- }
33645
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33646
- width: 100%;
33647
- min-height: unset;
33687
+ .E_dhqt3dw {
33688
+ min-width: 392px;
33648
33689
  }
33649
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33650
- height: 26px;
33651
- line-height: 26px;
33652
- width: 100%;
33653
- padding: 0;
33654
- font-size: 12px;
33690
+ .E_dhqt3dw.date-range-picker {
33691
+ display: inline-flex;
33692
+ align-items: center;
33693
+ gap: 8px;
33694
+ background: #fff;
33695
+ border-radius: 5px;
33696
+ border: 1px solid #e4e9f2;
33697
+ transition: all 0.2s ease-in-out;
33655
33698
  }
33656
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33657
- margin-right: 10px;
33699
+ .E_dhqt3dw.date-range-picker .default-calendar-icon {
33700
+ display: inline-flex;
33658
33701
  }
33659
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33702
+ .E_dhqt3dw.date-range-picker .hover-calendar-icon {
33660
33703
  display: none;
33661
33704
  }
33662
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33663
- padding-left: 8px;
33664
- padding-right: 4px;
33665
- border-radius: 4px 0 0 4px;
33666
- }
33667
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33668
- margin-right: 0;
33705
+ .E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
33706
+ border-color: #0080ff;
33707
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33669
33708
  }
33670
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33671
- padding-right: 8px;
33672
- padding-left: 12px;
33673
- border-radius: 0 4px 4px 0;
33709
+ .E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
33710
+ display: none;
33674
33711
  }
33675
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33676
- content: "";
33677
- width: 0;
33678
- height: 0;
33679
- border: 13px solid transparent;
33680
- position: absolute;
33681
- top: 0;
33682
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33683
- z-index: 2;
33684
- position: relative;
33685
- top: -50%;
33686
- right: -100%;
33712
+ .E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
33713
+ display: inline-flex;
33687
33714
  }
33688
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33689
- padding: 0 4px 0 12px;
33715
+ .E_dhqt3dw.date-range-picker.large {
33716
+ height: 40px;
33717
+ line-height: 40px;
33718
+ padding: 0 12px 0 16px;
33690
33719
  }
33691
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33692
- content: "";
33693
- width: 0;
33694
- height: 0;
33695
- border: 13px solid transparent;
33696
- position: absolute;
33697
- top: 0;
33698
- border-left: 8px solid #fff;
33699
- left: 0;
33720
+ .E_dhqt3dw.date-range-picker.medium {
33721
+ height: 32px;
33722
+ line-height: 32px;
33723
+ padding: 0 8px 0 12px;
33700
33724
  }
33701
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33702
- max-width: calc(100% - var(--item-min-width) * 2);
33725
+ .E_dhqt3dw.date-range-picker .date-input-content {
33726
+ flex: 1;
33727
+ display: flex;
33728
+ align-items: center;
33729
+ gap: 8px;
33730
+ color: #00122e;
33703
33731
  }
33704
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33705
- background-color: rgba(0, 136, 255, 0.1);
33732
+ .E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
33733
+ color: rgba(0, 21, 64, 0.3);
33706
33734
  }
33707
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33708
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33735
+ .E_dhqt3dw.date-range-picker .date-input-content input {
33736
+ border: none;
33737
+ outline: none;
33738
+ width: 162px;
33739
+ padding: 0;
33740
+ height: 22px;
33741
+ line-height: 22px;
33742
+ text-align: center;
33709
33743
  }
33710
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33711
- cursor: pointer;
33712
- min-width: var(--item-min-width);
33744
+ .E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
33745
+ color: rgba(0, 21, 64, 0.3);
33746
+ text-align: center;
33713
33747
  }
33714
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33715
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33716
- min-width: var(--item-min-width);
33748
+ .E_dhqt3dw.date-range-picker .date-input-content input:disabled {
33749
+ background: inherit;
33717
33750
  }
33718
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33719
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33720
- background-color: rgba(237, 241, 250, 0.6);
33751
+ .E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
33752
+ border: none;
33753
+ outline: none;
33754
+ box-shadow: none;
33721
33755
  }
33722
- .E_hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33723
- padding: 0;
33756
+ .E_dhqt3dw.date-range-picker .past-time-icon {
33757
+ cursor: pointer;
33724
33758
  }
33725
33759
 
33726
- .E_v1p8siwu .ant-steps.ant-steps-vertical {
33727
- width: 192px;
33728
- row-gap: 2px;
33729
- }
33730
- .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33731
- background-color: rgba(225, 230, 241, 0.6);
33760
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
33761
+ padding: 12px 12px 0 12px;
33732
33762
  }
33733
- .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33734
- color: #00122e !important;
33763
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
33764
+ padding-left: 16px;
33735
33765
  }
33736
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33737
- background-color: rgba(225, 230, 241, 0.6);
33766
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
33767
+ margin-right: 0;
33738
33768
  }
33739
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
33740
- padding: 0 8px;
33741
- border-radius: 4px;
33742
- height: 32px;
33743
- display: flex;
33744
- align-items: center;
33769
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
33770
+ margin-left: 2px;
33745
33771
  }
33746
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33747
- min-height: auto;
33748
- white-space: nowrap;
33772
+ .E_d956d92 .ant-popover-inner-content .relative-time-container {
33773
+ max-height: 470px;
33774
+ overflow: auto;
33749
33775
  }
33750
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33751
- font-size: 13px;
33752
- line-height: 20px;
33753
- max-width: 100%;
33754
- padding-right: 0;
33776
+ .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
33777
+ padding: 0 12px;
33755
33778
  }
33756
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33757
- background: rgba(0, 128, 255, 0.1);
33779
+ .E_d956d92 .ant-popover-inner-content .absolute-time-container {
33780
+ height: 470px;
33781
+ overflow: auto;
33758
33782
  }
33759
33783
 
33760
- .E_h1xo7yjb {
33761
- width: 100%;
33762
- display: inline-flex;
33763
- align-items: center;
33764
- justify-content: center;
33765
- column-gap: 4px;
33766
- }
33767
- .E_h1xo7yjb .step-item-prefix-container {
33768
- display: inline-flex;
33769
- align-items: center;
33770
- width: 18px;
33771
- height: 18px;
33772
- color: rgba(44, 56, 82, 0.75);
33773
- justify-content: center;
33784
+ .E_d1tc7lgk {
33785
+ min-width: 200px;
33774
33786
  }
33775
-
33776
- .E_v1f2f7cy {
33777
- width: 100%;
33778
- display: flex;
33779
- align-items: center;
33780
- justify-content: center;
33781
- column-gap: 6px;
33782
- font-size: 13px;
33787
+ .E_d1tc7lgk header {
33788
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33789
+ padding: 8px 12px;
33790
+ color: rgba(44, 56, 82, 0.6);
33783
33791
  }
33784
- .E_v1f2f7cy .step-item-prefix-container {
33785
- display: inline-flex;
33786
- align-items: center;
33787
- min-width: 20px;
33788
- min-height: 20px;
33789
- color: rgba(44, 56, 82, 0.75);
33790
- justify-content: center;
33792
+ .E_d1tc7lgk ul {
33793
+ list-style: none;
33794
+ padding: 12px;
33791
33795
  }
33792
-
33793
- .E_t1gz6wqf {
33794
- height: 100%;
33796
+ .E_d1tc7lgk ul li {
33797
+ padding: 5px 8px;
33798
+ border-radius: 5px;
33799
+ transition: all 0.2s ease-in-out;
33800
+ cursor: pointer;
33795
33801
  }
33796
- .E_t1gz6wqf .table-loading-item {
33797
- padding: 12px 4px;
33798
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33799
- display: flex;
33802
+ .E_d1tc7lgk ul li:hover {
33803
+ background: rgba(0, 136, 255, 0.16);
33804
+ color: #0080ff;
33800
33805
  }
33801
- .E_t1gz6wqf .table-loading-item > * {
33802
- height: 16px;
33803
- margin: 4px;
33804
- background: rgba(204, 212, 227, 0.18);
33805
- border-radius: 2px;
33806
+ .E_d1tc7lgk ul li:active {
33807
+ background: rgba(0, 136, 255, 0.2);
33808
+ color: #0080ff;
33806
33809
  }
33807
- .E_t1gz6wqf .table-loading-item .checkbox-loading {
33808
- width: 16px;
33810
+ .E_d1tc7lgk ul li + li {
33811
+ margin-top: 2px;
33809
33812
  }
33810
- .E_t1gz6wqf .table-loading-item .td-loading {
33811
- flex: 1;
33813
+
33814
+ .E_rzaik16 {
33815
+ padding: 0;
33812
33816
  }
33813
- .E_t1gz6wqf :nth-child(1) {
33814
- padding: 8px 4px;
33817
+ .E_rzaik16 .ant-popover-arrow {
33818
+ display: none;
33815
33819
  }
33816
- .E_t1gz6wqf :nth-child(1) > * {
33817
- background: rgba(107, 125, 153, 0.18);
33820
+ .E_rzaik16 .ant-popover-inner-content {
33821
+ padding: 0;
33818
33822
  }
33819
- .E_t1gz6wqf :nth-child(1) > * {
33820
- background: rgba(163, 180, 204, 0.18);
33823
+
33824
+ .E_h1ol2wl7 {
33825
+ font-weight: bold;
33826
+ background-color: unset;
33827
+ padding: unset;
33821
33828
  }
33822
33829
 
33823
33830
  .E_skwah65 {
@@ -33833,22 +33840,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33833
33840
  margin-left: 1px;
33834
33841
  }
33835
33842
 
33836
- .E_rrwcpby {
33837
- display: flex;
33838
- align-items: center;
33839
- }
33840
- .E_rrwcpby .order {
33841
- height: 24px;
33842
- width: 24px;
33843
- border-radius: 20px;
33844
- color: #0080ff;
33845
- background: rgba(0, 136, 255, 0.1);
33846
- display: flex;
33847
- align-items: center;
33848
- justify-content: center;
33849
- margin-right: 6px;
33850
- }
33851
-
33852
33843
  .E_c1k4vanq {
33853
33844
  padding: 0 12px 14px 12px;
33854
33845
  }
@@ -33910,9 +33901,20 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33910
33901
  transform: translateY(-4px);
33911
33902
  }
33912
33903
 
33913
- .E_iwsze0q {
33914
- margin-right: 4px;
33915
- height: 16px;
33904
+ .E_rrwcpby {
33905
+ display: flex;
33906
+ align-items: center;
33907
+ }
33908
+ .E_rrwcpby .order {
33909
+ height: 24px;
33910
+ width: 24px;
33911
+ border-radius: 20px;
33912
+ color: #0080ff;
33913
+ background: rgba(0, 136, 255, 0.1);
33914
+ display: flex;
33915
+ align-items: center;
33916
+ justify-content: center;
33917
+ margin-right: 6px;
33916
33918
  }
33917
33919
 
33918
33920
  .E_f1p9ti6d {
@@ -34189,6 +34191,15 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34189
34191
  margin-right: 8px;
34190
34192
  }
34191
34193
 
34194
+ .E_w1xcixj5.outside-tag {
34195
+ padding-left: 0;
34196
+ }
34197
+ .E_w1xcixj5.outside-tag .inside-tag {
34198
+ border-radius: 4px 0 0 4px;
34199
+ padding-right: 4px;
34200
+ margin-right: 4px;
34201
+ }
34202
+
34192
34203
  .E_sut42l0 {
34193
34204
  padding: 0 8px;
34194
34205
  height: 18px;
@@ -34215,13 +34226,28 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34215
34226
  border: 1px solid rgba(211, 218, 235, 0.6);
34216
34227
  }
34217
34228
 
34218
- .E_w1xcixj5.outside-tag {
34219
- padding-left: 0;
34220
- }
34221
- .E_w1xcixj5.outside-tag .inside-tag {
34222
- border-radius: 4px 0 0 4px;
34223
- padding-right: 4px;
34229
+ .E_iwsze0q {
34224
34230
  margin-right: 4px;
34231
+ height: 16px;
34232
+ }
34233
+
34234
+ .E_feau332.ant-form-item {
34235
+ margin-bottom: 0;
34236
+ }
34237
+ .E_feau332 .ant-form-item-explain {
34238
+ display: none;
34239
+ min-height: 18px;
34240
+ margin-top: 5px;
34241
+ font-family: "Inter";
34242
+ font-weight: 400;
34243
+ font-size: 12px;
34244
+ line-height: 18px;
34245
+ }
34246
+ .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34247
+ white-space: pre-wrap;
34248
+ }
34249
+ .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34250
+ display: block;
34225
34251
  }
34226
34252
 
34227
34253
  .E_a6dbbkm .ant-input-number-handler-wrap {
@@ -34253,23 +34279,4 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34253
34279
  margin: 0;
34254
34280
  height: auto;
34255
34281
  font-size: inherit;
34256
- }
34257
-
34258
- .E_feau332.ant-form-item {
34259
- margin-bottom: 0;
34260
- }
34261
- .E_feau332 .ant-form-item-explain {
34262
- display: none;
34263
- min-height: 18px;
34264
- margin-top: 5px;
34265
- font-family: "Inter";
34266
- font-weight: 400;
34267
- font-size: 12px;
34268
- line-height: 18px;
34269
- }
34270
- .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34271
- white-space: pre-wrap;
34272
- }
34273
- .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34274
- display: block;
34275
34282
  }