@cloudtower/eagle 0.27.74 → 0.27.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29558,1536 +29558,1894 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
- .E_tqjc4ui {
29562
- margin: 0 2px;
29563
- }
29564
-
29565
- .E_t1sqg15u {
29566
- background: white;
29567
- }
29568
- .E_t1sqg15u.inline .table-row {
29569
- flex-direction: column;
29570
- }
29571
- .E_t1sqg15u.inline .table-row > label {
29572
- padding: 0 16px 7px 0;
29561
+ .E_c18gxmrl {
29562
+ border: 1px solid #d8deeb;
29563
+ border-radius: 4px;
29573
29564
  }
29574
- .E_t1sqg15u.has-border .table-header {
29575
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
29565
+ .E_c18gxmrl + .E_c18gxmrl {
29566
+ margin-top: 8px;
29576
29567
  }
29577
- .E_t1sqg15u.has-border .hiddenBorder {
29578
- border-top: none !important;
29568
+ .E_c18gxmrl:hover {
29569
+ border-color: #0080ff;
29579
29570
  }
29580
- .E_t1sqg15u.has-border .table-row + .table-row {
29581
- border-top: 1px solid rgba(225, 230, 241, 0.6);
29571
+ .E_c18gxmrl:hover > header {
29572
+ background: rgba(0, 128, 255, 0.1);
29582
29573
  }
29583
- .E_t1sqg15u.has-border .table-row:last-of-type {
29584
- padding-bottom: 0;
29574
+ .E_c18gxmrl.active header {
29575
+ border-bottom: 1px solid #d8deeb;
29585
29576
  }
29586
- .E_t1sqg15u.align-right .content {
29587
- text-align: right;
29577
+ .E_c18gxmrl > header {
29578
+ padding: 8px 12px;
29588
29579
  }
29589
- .E_t1sqg15u .uuid-row {
29580
+
29581
+ .E_m74vjol {
29590
29582
  display: flex;
29591
29583
  justify-content: space-between;
29584
+ width: 100%;
29592
29585
  }
29593
- .E_t1sqg15u .uuid-row .id-text {
29594
- white-space: nowrap;
29595
- overflow: hidden;
29596
- text-overflow: ellipsis;
29586
+ .E_m74vjol .action {
29587
+ margin-left: 16px;
29597
29588
  }
29598
29589
 
29599
- .E_t4zczcp {
29600
- display: flex;
29601
- justify-content: space-between;
29602
- align-items: center;
29603
- padding: 8px;
29604
- min-height: 32px;
29590
+ .E_a1o35uvh .ant-alert-message {
29591
+ width: 100%;
29605
29592
  }
29606
- .E_t4zczcp .table-title {
29607
- color: rgba(44, 56, 82, 0.6);
29608
- font-weight: 600;
29609
- font-size: 12px;
29610
- line-height: 8px;
29593
+
29594
+ .E_berrcjl {
29595
+ color: rgba(10, 37, 85, 0.6);
29596
+ margin-bottom: 4px;
29611
29597
  }
29612
- .E_t4zczcp .edit-icon {
29613
- font-size: 16px;
29598
+ .E_berrcjl .breadcrumb-link {
29614
29599
  color: rgba(10, 37, 85, 0.6);
29615
29600
  cursor: pointer;
29601
+ transition: color 160ms ease;
29616
29602
  }
29617
-
29618
- .E_t1s7goww {
29619
- font-size: 12px;
29620
- line-height: 18px;
29621
- }
29622
-
29623
- .E_t93e4cf {
29624
- display: flex;
29625
- padding: 8px 0;
29626
- color: #2d3a56;
29603
+ .E_berrcjl .breadcrumb-link:hover {
29604
+ color: #0080ff;
29627
29605
  }
29628
- .E_t93e4cf .hidden {
29629
- display: none;
29606
+ .E_berrcjl .breadcrumb-link:active {
29607
+ color: #005ed1;
29630
29608
  }
29631
- .E_t93e4cf .ant-btn-link {
29632
- height: auto;
29609
+
29610
+ .E_c1uzzomf {
29611
+ margin-bottom: 16px;
29633
29612
  }
29634
- .E_t93e4cf .content {
29635
- overflow: hidden;
29636
- overflow-x: auto;
29637
- width: 100%;
29638
- white-space: pre-wrap;
29613
+ .E_c1uzzomf .card-title {
29614
+ font-size: 16px;
29615
+ color: rgba(44, 56, 82, 0.6);
29616
+ font-weight: 700;
29617
+ line-height: 32px;
29639
29618
  }
29640
- .E_t93e4cf .content .ant-btn {
29641
- white-space: pre-wrap;
29642
- text-align: left;
29619
+ .E_c1uzzomf .card-body {
29620
+ padding: 24px;
29621
+ border-radius: 8px;
29622
+ background: #fff;
29643
29623
  }
29644
- .E_t93e4cf .content .unit-chart {
29645
- justify-content: flex-start;
29624
+ .E_c1uzzomf .empty {
29625
+ font-weight: 700;
29626
+ font-size: 14px;
29627
+ line-height: 22px;
29628
+ color: rgba(0, 21, 64, 0.3);
29629
+ text-align: center;
29646
29630
  }
29647
29631
 
29648
- .E_rhz2uv5 {
29649
- width: var(--rhz2uv5-0);
29650
- flex-shrink: 0;
29651
- color: rgba(44, 56, 82, 0.6);
29652
- padding-right: 12px;
29632
+ .E_b1wx3t3t.ant-btn-icon-only {
29633
+ justify-content: center;
29653
29634
  }
29654
-
29655
- .E_n12mqh7z {
29656
- display: flex;
29635
+ .E_b1wx3t3t.ant-btn {
29636
+ display: inline-flex;
29657
29637
  align-items: center;
29658
- font-size: 12px;
29659
- line-height: 18px;
29660
- }
29661
- .E_n12mqh7z:not(:last-child) {
29662
- margin-bottom: 4px;
29638
+ justify-content: center;
29639
+ height: 32px;
29640
+ border-radius: 6px;
29641
+ line-height: 22px;
29642
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
29643
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
29663
29644
  }
29664
-
29665
- .E_tf5bynu {
29666
- margin: 0 3px;
29645
+ .E_b1wx3t3t.ant-btn.ant-btn-lg {
29646
+ height: 40px;
29647
+ line-height: 24px;
29667
29648
  }
29668
-
29669
- .E_tcckoz1 {
29670
- max-height: 400px;
29671
- overflow: "auto";
29649
+ .E_b1wx3t3t.ant-btn.ant-btn-sm {
29650
+ height: 24px;
29651
+ line-height: 20px;
29672
29652
  }
29673
-
29674
- .E_skwah65 {
29675
- height: 8px;
29676
- box-sizing: border-box;
29677
- border-radius: 2px;
29678
- background: #f5f7fa;
29679
- display: flex;
29680
- width: 100%;
29681
- overflow: hidden;
29653
+ .E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
29654
+ border-radius: 50%;
29682
29655
  }
29683
- .E_skwah65 .stack-bar-item + .stack-bar-item {
29684
- margin-left: 1px;
29656
+ .E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
29657
+ color: var(--color, #06101f);
29658
+ font-weight: var(--font-weight);
29659
+ background: var(--background-color, #fff);
29660
+ border-width: var(--border-width, 1px);
29661
+ border-color: var(--border-color, #d9d9d9);
29685
29662
  }
29686
-
29687
- .E_clm1wy1 {
29688
- width: 192px;
29689
- height: 246px;
29690
- border-radius: 4px;
29663
+ .E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
29664
+ display: none;
29691
29665
  }
29692
- .E_clm1wy1 > .ant-picker-calendar,
29693
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
29694
- width: 100%;
29695
- background-color: rgba(245, 247, 250, 0.6);
29696
- border-top: none;
29666
+ .E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
29667
+ color: var(--color, inherit);
29697
29668
  }
29698
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
29699
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
29700
- padding: 0 16px;
29669
+ .E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
29670
+ background: var(--background-color-hover, var(--background-color));
29671
+ border-color: var(--border-color-hover, var(--border-color, transparent));
29701
29672
  }
29702
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
29703
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
29704
- width: 100%;
29705
- height: 180px;
29706
- border-spacing: 0;
29673
+ .E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
29674
+ --scale: 1;
29675
+ --transY: 1px;
29676
+ background: var(--background-color-active, var(--background-color));
29677
+ border-color: var(--border-color-active, var(--border-color, transparent));
29707
29678
  }
29708
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
29709
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
29710
- margin-bottom: 8px;
29679
+ .E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
29680
+ background: var(--background-color-focus, var(--background-color));
29681
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
29682
+ border-color: var(--border-color-focus, var(--border-color, transparent));
29711
29683
  }
29712
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
29713
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
29714
- width: 22px;
29684
+ .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
29685
+ color: var(--color-disabled, var(--color));
29686
+ background: var(--background-color-disabled, var(--background-color));
29687
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
29688
+ opacity: 0.5;
29715
29689
  }
29716
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
29717
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
29718
- padding: 0;
29690
+ .E_b1wx3t3t.ant-btn-link[disabled] {
29691
+ color: #0080ff;
29692
+ opacity: 0.5;
29719
29693
  }
29720
- .E_clm1wy1 .ant-picker-cell {
29721
- color: rgba(62, 70, 82, 0.6);
29722
- opacity: 0.4;
29694
+ .E_b1wx3t3t.ant-btn-primary {
29695
+ --color: #fff;
29696
+ --font-weight: bold;
29697
+ --border-width: 0;
29698
+ --background-color: #0080ff;
29699
+ --background-color-hover: #009dff;
29700
+ --background-color-active: #005ed1;
29701
+ --background-color-focus: #0080ff;
29702
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29723
29703
  }
29724
- .E_clm1wy1 .ant-picker-cell-in-view {
29725
- color: rgba(62, 70, 82, 0.6);
29726
- opacity: 1;
29704
+ .E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
29705
+ --background-color: #f0483e;
29706
+ --background-color-hover: #ff5252;
29707
+ --background-color-active: #c73d31;
29708
+ --background-color-focus: #ff5252;
29709
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
29727
29710
  }
29728
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
29729
- color: #3e4652;
29711
+ .E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
29712
+ --background-color: #fea008;
29713
+ --background-color-hover: #feba33;
29714
+ --background-color-active: #e07f00;
29715
+ --background-color-focus: #fea008;
29730
29716
  }
29731
- .E_clm1wy1 .ant-picker-cell::before {
29732
- pointer-events: none;
29717
+ .E_b1wx3t3t.ant-btn-secondary {
29718
+ --color: #0080ff;
29719
+ --font-weight: bold;
29720
+ --border-width: 0;
29721
+ --background-color: rgba(0, 136, 255, 0.1);
29722
+ --background-color-hover: rgba(0, 136, 255, 0.16);
29723
+ --background-color-active: rgba(0, 136, 255, 0.2);
29724
+ --background-color-focus: rgba(0, 136, 255, 0.1);
29725
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29733
29726
  }
29734
-
29735
- .E_t1tsm00v {
29736
- color: rgba(129, 138, 153, 0.6);
29737
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
29738
- backdrop-filter: blur(10px);
29739
- padding: 7px 10px;
29740
- }
29741
-
29742
- .E_c167wnad {
29743
- color: rgba(62, 70, 82, 0.6);
29744
- display: flex;
29745
- justify-content: space-between;
29746
- align-items: center;
29747
- padding: 8px 16px;
29727
+ .E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
29728
+ --color: #f0483e;
29729
+ --background-color: rgba(255, 74, 74, 0.1);
29730
+ --background-color-hover: rgba(255, 74, 74, 0.16);
29731
+ --background-color-active: rgba(255, 74, 74, 0.2);
29732
+ --background-color-focus: rgba(255, 74, 74, 0.1);
29733
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
29748
29734
  }
29749
- .E_c167wnad .anticon {
29750
- cursor: pointer;
29735
+ .E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
29736
+ --color: #fea008;
29737
+ --background-color: rgba(255, 187, 0, 0.1);
29738
+ --background-color-hover: rgba(255, 187, 0, 0.16);
29739
+ --background-color-active: rgba(255, 187, 0, 0.2);
29740
+ --background-color-focus: rgba(255, 187, 0, 0.1);
29751
29741
  }
29752
- .E_c167wnad .anticon:hover {
29753
- color: #0096ff;
29742
+ .E_b1wx3t3t.ant-btn-tertiary {
29743
+ --color: #0080ff;
29744
+ --font-weight: bold;
29745
+ --border-width: 0;
29746
+ --background-color: #fff;
29747
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29748
+ box-shadow: none;
29754
29749
  }
29755
-
29756
- .E_cxhf7dh {
29757
- text-align: center;
29750
+ .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
29751
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29758
29752
  }
29759
- .E_cxhf7dh .dots {
29760
- display: flex;
29761
- justify-content: center;
29753
+ .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
29754
+ --color: #f0483e;
29755
+ --background-color: #fff;
29756
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
29762
29757
  }
29763
- .E_cxhf7dh .dot {
29764
- display: inline-block;
29765
- width: 2px;
29766
- height: 2px;
29767
- border-radius: 1px;
29768
- background: #0096ff;
29758
+ .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
29759
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
29769
29760
  }
29770
- .E_cxhf7dh .dot:not(:last-child) {
29771
- margin-right: 2px;
29761
+ .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
29762
+ --color: #fea008;
29763
+ --background-color: #fff;
29772
29764
  }
29773
- .E_cxhf7dh .bar {
29774
- width: 9px;
29775
- height: 2px;
29776
- background: #0096ff;
29777
- border-radius: 2px;
29765
+ .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
29766
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
29778
29767
  }
29779
-
29780
- .E_gmyahx3 {
29781
- cursor: pointer;
29768
+ .E_b1wx3t3t.ant-btn-ordinary {
29769
+ --color: #1d326c;
29770
+ --border-color: #ccd4e3;
29771
+ --background-color: #fff;
29772
+ --background-color-hover: #edf0f7;
29773
+ --background-color-active: #e4e9f2;
29774
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29775
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
29782
29776
  }
29783
- .E_gmyahx3 .link-text {
29784
- color: rgba(0, 21, 64, 0.3);
29777
+ .E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
29778
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
29785
29779
  }
29786
- .E_gmyahx3:hover .link-text {
29787
- color: #0080ff;
29780
+ .E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
29781
+ --color: #0080ff;
29782
+ --border-color: #0080ff;
29783
+ --background-color: #fff;
29784
+ --background-color-hover: linear-gradient(
29785
+ 0deg,
29786
+ rgba(0, 136, 255, 0.16),
29787
+ rgba(0, 136, 255, 0.16)
29788
+ ),
29789
+ #ffffff;
29790
+ --background-color-active: linear-gradient(
29791
+ 0deg,
29792
+ rgba(0, 136, 255, 0.2),
29793
+ rgba(0, 136, 255, 0.2)
29794
+ ),
29795
+ #ffffff;
29796
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29797
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
29788
29798
  }
29789
-
29790
- .E_s1ebs0ra {
29791
- display: flex;
29792
- align-items: center;
29793
- justify-content: space-between;
29794
- background: #edf0f7;
29795
- padding: 8px 12px;
29796
- position: sticky;
29797
- top: 0;
29798
- z-index: 1;
29799
- margin-bottom: -52px;
29799
+ .E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
29800
+ --color: #f0483e;
29801
+ --border-color: #f0483e;
29802
+ --background-color: #fff;
29803
+ --background-color-hover: linear-gradient(
29804
+ 0deg,
29805
+ rgba(255, 74, 74, 0.16),
29806
+ rgba(255, 74, 74, 0.16)
29807
+ ),
29808
+ #ffffff;
29809
+ --background-color-active: linear-gradient(
29810
+ 0deg,
29811
+ rgba(255, 74, 74, 0.2),
29812
+ rgba(255, 74, 74, 0.2)
29813
+ ),
29814
+ #ffffff;
29815
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
29800
29816
  }
29801
- .E_s1ebs0ra .select-total {
29802
- display: flex;
29803
- align-items: center;
29804
- font-weight: 700;
29805
- flex-shrink: 0;
29817
+ .E_b1wx3t3t.ant-btn-ordinary-onTint {
29818
+ --color: #1d326c;
29819
+ --border-color: #fff;
29820
+ --background-color: #fff;
29821
+ --background-color-hover: rgba(211, 218, 235, 0.6);
29822
+ --background-color-active: rgba(192, 203, 224, 0.6);
29823
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29824
+ box-shadow: none;
29806
29825
  }
29807
- .E_s1ebs0ra .select-total .icon-wrapper {
29808
- cursor: pointer;
29809
- margin-left: 8px;
29810
- width: 32px;
29811
- height: 32px;
29812
- border-radius: 50%;
29813
- justify-content: center;
29826
+ .E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
29827
+ --color: #0080ff;
29828
+ --border-color: #fff;
29829
+ --background-color: #fff;
29830
+ --background-color-hover: rgba(0, 136, 255, 0.16);
29831
+ --background-color-active: rgba(0, 136, 255, 0.2);
29832
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29833
+ box-shadow: none;
29814
29834
  }
29815
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29816
- background: rgba(225, 230, 241, 0.6);
29835
+ .E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
29836
+ --color: #f0483e;
29837
+ --background-color-hover: rgba(255, 74, 74, 0.16);
29838
+ --background-color-active: rgba(255, 74, 74, 0.2);
29839
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
29817
29840
  }
29818
- .E_s1ebs0ra .action-group {
29819
- flex: 1;
29820
- margin-left: 88px;
29821
- white-space: nowrap;
29822
- text-align: right;
29823
- position: relative;
29824
- padding: 4px 0;
29825
- margin-top: -4px;
29826
- overflow: hidden;
29841
+ .E_b1wx3t3t.ant-btn-quiet {
29842
+ --color: rgba(44, 56, 82, 0.6);
29843
+ --border-width: 0;
29844
+ --background-color: transparent;
29845
+ --background-color-hover: rgba(211, 218, 235, 0.6);
29846
+ --background-color-active: rgba(192, 203, 224, 0.6);
29847
+ --background-color-focus: #fff;
29848
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29849
+ box-shadow: none;
29827
29850
  }
29828
- .E_s1ebs0ra .action-group .sub-menu-delete {
29829
- transform: translateY(-4px);
29851
+ .E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
29852
+ --color: #f0483e;
29853
+ --background-color-hover: rgba(255, 74, 74, 0.16);
29854
+ --background-color-active: rgba(255, 74, 74, 0.2);
29855
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
29830
29856
  }
29831
- .E_s1ebs0ra .action-group button {
29832
- border: none;
29857
+ .E_b1wx3t3t.ant-btn-quiet.quiet-blue {
29858
+ --color: #0080ff;
29859
+ --background-color: transparent;
29860
+ --background-color-hover: rgba(0, 136, 255, 0.16);
29861
+ --background-color-active: rgba(0, 136, 255, 0.2);
29862
+ --background-color-focus: #fff;
29863
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
29833
29864
  }
29834
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29865
+ .E_b1wx3t3t .button-prefix-icon {
29835
29866
  margin-right: 8px;
29867
+ display: inline-flex;
29836
29868
  }
29837
- .E_s1ebs0ra .action-group > button:last-child {
29838
- margin-right: 4px;
29839
- }
29840
- .E_s1ebs0ra .action-group .more-btn {
29841
- cursor: pointer;
29842
- width: 32px;
29843
- height: 32px;
29844
- justify-content: center;
29845
- border-radius: 50%;
29846
- }
29847
- .E_s1ebs0ra .action-group .more-btn:hover {
29848
- background: #fff;
29869
+ .E_b1wx3t3t .button-suffix-icon {
29870
+ margin-left: 8px;
29871
+ display: inline-flex;
29849
29872
  }
29850
-
29851
- .E_s1iv0tp1 .enabled-switch {
29873
+ .E_b1wx3t3t .icon-wrapper {
29852
29874
  display: flex;
29853
- align-items: center;
29854
- }
29855
- .E_s1iv0tp1 .enabled-text {
29856
- margin-right: 8px;
29875
+ justify-content: center;
29857
29876
  }
29858
29877
 
29859
- .E_c18bcrac {
29860
- display: inline-block;
29861
- width: 100%;
29862
- }
29863
- .E_c18bcrac .recharts-wrapper {
29864
- margin-left: 4px;
29878
+ .E_n7k2c6r {
29879
+ padding: 0;
29865
29880
  }
29866
29881
 
29867
- .E_cro7kg2 {
29868
- padding: 4px;
29882
+ .E_b1nip9bk {
29883
+ padding: 4px 11px;
29869
29884
  }
29870
29885
 
29871
- .E_c14wcxf0 {
29872
- display: flex;
29873
- justify-content: space-between;
29874
- align-items: center;
29875
- font-size: 13px;
29876
- line-height: 24px;
29877
- color: #cccccc;
29886
+ .E_bqamoqe {
29878
29887
  white-space: nowrap;
29888
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29879
29889
  }
29880
- .E_c14wcxf0 label {
29881
- margin-right: 32px;
29890
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29891
+ --color: #0080ff;
29882
29892
  }
29883
-
29884
- .E_coy29mj.E_c14wcxf0 {
29885
- font-weight: bold;
29886
- color: white;
29887
- }
29888
-
29889
- .E_s11212zy {
29890
- width: 8px;
29891
- height: 8px;
29892
- border-radius: 2px;
29893
- display: inline-block;
29894
- background: var(--s11212zy-0);
29895
- border: 1px solid #fff;
29896
- box-sizing: content-box;
29897
- margin-right: 6px;
29893
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29894
+ --color: #0080ff;
29898
29895
  }
29899
-
29900
- .E_p1lyky6c > :first-child {
29901
- font-weight: bold;
29902
- color: white;
29903
- margin-right: 4px;
29896
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29897
+ margin-left: 1px;
29904
29898
  }
29905
-
29906
- .E_ou7iq30 {
29907
- overflow: hidden;
29908
- text-overflow: ellipsis;
29899
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29900
+ border-top-right-radius: 0;
29901
+ border-bottom-right-radius: 0;
29909
29902
  }
29910
-
29911
- .E_s1tui002 {
29912
- white-space: nowrap;
29903
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29904
+ border-top-left-radius: 0;
29905
+ border-bottom-left-radius: 0;
29913
29906
  }
29914
-
29915
- .E_mxrc2zg {
29916
- display: -webkit-box;
29917
- -webkit-line-clamp: var(--mxrc2zg-0);
29918
- -webkit-box-orient: vertical;
29919
- word-break: break-all;
29907
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29908
+ border-radius: unset;
29920
29909
  }
29921
29910
 
29922
- .E_c1up1pdz {
29923
- width: 648px;
29911
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29912
+ padding: 4px 8px 0 8px;
29913
+ color: rgba(44, 56, 82, 0.6);
29914
+ font-size: 12px;
29924
29915
  }
29925
- .E_c1up1pdz.active {
29926
- border-color: #0080ff;
29916
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29917
+ padding-bottom: 6px;
29927
29918
  }
29928
- .E_c1up1pdz.active > header {
29929
- background: rgba(0, 128, 255, 0.1);
29919
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29920
+ padding-top: 4px;
29921
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29930
29922
  }
29931
- .E_c1up1pdz .expand {
29932
- padding: 12px;
29923
+
29924
+ .E_d1bw7c5z {
29925
+ position: relative;
29926
+ max-width: 388px;
29927
+ min-width: 285px;
29933
29928
  }
29934
- .E_c1up1pdz .field-item {
29929
+ .E_d1bw7c5z .center {
29930
+ position: absolute;
29931
+ font-size: 12px;
29932
+ width: 80px;
29933
+ height: 100px;
29934
+ top: 0;
29935
+ left: 35px;
29935
29936
  display: flex;
29936
- padding: 10px 0;
29937
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29938
- }
29939
- .E_c1up1pdz .field-item:last-child {
29940
- border-bottom: none;
29941
- padding-bottom: 0;
29937
+ flex-direction: column;
29938
+ justify-content: center;
29939
+ align-items: center;
29940
+ color: #00122e;
29942
29941
  }
29943
- .E_c1up1pdz .field-item label {
29944
- line-height: 32px;
29945
- width: 100px;
29946
- color: rgba(62, 70, 82, 0.6);
29942
+ .E_d1bw7c5z .center .number {
29943
+ font-size: 24px;
29944
+ font-weight: 700;
29947
29945
  }
29948
- .E_c1up1pdz .help {
29949
- color: rgba(62, 70, 82, 0.6);
29950
- margin-top: 5px;
29946
+ .E_d1bw7c5z .center .text {
29947
+ padding: 0 5px;
29948
+ font-size: 12px;
29949
+ width: inherit;
29950
+ text-align: center;
29951
29951
  }
29952
- .E_c1up1pdz .ant-input-affix-wrapper,
29953
- .E_c1up1pdz .ant-picker {
29954
- width: 128px;
29952
+ .E_d1bw7c5z .recharts-wrapper {
29953
+ display: flex;
29955
29954
  }
29956
-
29957
- .E_c156wh19 {
29955
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29956
+ position: relative !important;
29957
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29958
+ left: 0 !important;
29959
+ bottom: 0 !important;
29958
29960
  display: flex;
29959
29961
  align-items: center;
29960
- justify-content: space-between;
29961
- word-break: keep-all;
29962
29962
  }
29963
- .E_c156wh19 .title {
29964
- margin: 0 16px 0 8px;
29963
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29964
+ width: 100%;
29965
29965
  }
29966
- .E_c156wh19 .retain {
29967
- color: rgba(129, 138, 153, 0.6);
29966
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29967
+ width: 100%;
29968
+ margin-right: 0 !important;
29969
+ line-height: 18px;
29968
29970
  }
29969
- .E_c156wh19 div.left {
29970
- flex: 1;
29971
- display: flex;
29972
- overflow: hidden;
29973
- align-items: center;
29974
- justify-content: flex-start;
29975
- white-space: nowrap;
29971
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29972
+ border-radius: 2px;
29976
29973
  }
29977
- .E_c156wh19 div.left .title {
29978
- max-width: 100%;
29974
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29975
+ min-width: 75px;
29976
+ max-width: 198px;
29977
+ width: calc(100% - 20px);
29978
+ margin-left: 2px;
29979
+ color: #00122e !important;
29980
+ display: inline-flex;
29981
+ justify-content: space-between;
29982
+ }
29983
+ .E_d1bw7c5z .tooltip-text {
29984
+ maxwidth: calc(100% - 12px);
29985
+ cursor: pointer;
29986
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29979
29987
  overflow: hidden;
29980
29988
  text-overflow: ellipsis;
29989
+ white-space: nowrap;
29981
29990
  }
29982
- .E_c156wh19 div.right {
29983
- display: flex;
29984
- align-items: center;
29991
+ .E_d1bw7c5z .value {
29992
+ color: rgba(44, 56, 82, 0.75);
29985
29993
  }
29986
- .E_c156wh19 .reverse {
29987
- display: flex;
29988
- flex-direction: row-reverse;
29989
- align-items: center;
29994
+
29995
+ .E_t10pqbtc {
29996
+ width: 140px;
29990
29997
  }
29991
- .E_c156wh19 .reverse .ant-switch {
29992
- margin-left: 8px;
29998
+ .E_t10pqbtc .item {
29999
+ margin: 6px auto;
30000
+ display: flex;
30001
+ justify-content: space-between;
29993
30002
  }
29994
- .E_c156wh19 .close {
29995
- padding-left: 14px;
29996
- margin-left: 14px;
29997
- border-left: 1px solid rgba(129, 138, 153, 0.6);
29998
- cursor: pointer;
30003
+ .E_t10pqbtc .item .name {
30004
+ width: 102px;
29999
30005
  }
30000
30006
 
30001
- .E_m126spxy {
30002
- padding-bottom: 4px;
30003
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30007
+ .E_c1yyuluq {
30008
+ border-radius: 8px;
30004
30009
  }
30005
- .E_m126spxy .ant-btn-link {
30006
- padding: 1px 10px;
30007
- color: rgba(62, 70, 82, 0.6);
30008
- border-radius: 4px;
30010
+ .E_c1yyuluq .ant-card-body {
30011
+ padding: 20px 24px 24px 24px;
30009
30012
  }
30010
- .E_m126spxy .ant-btn-link.active {
30011
- background: rgba(0, 128, 255, 0.1);
30012
- color: #0096ff;
30013
+
30014
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30015
+ display: flex;
30013
30016
  }
30014
30017
 
30015
- .E_wpbf4pq {
30016
- padding: 10px 0;
30017
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30018
+ .E_rapgekc.ant-radio-wrapper {
30019
+ display: inline-flex;
30020
+ align-items: baseline;
30021
+ white-space: pre-wrap;
30018
30022
  }
30019
- .E_wpbf4pq .ant-input,
30020
- .E_wpbf4pq .ant-picker {
30021
- width: 80px;
30022
- margin: 0 9px;
30023
- text-align: center;
30023
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30024
+ position: relative;
30025
+ top: 3px;
30024
30026
  }
30025
- .E_wpbf4pq .options {
30026
- padding: 12px 0 12px 16px;
30027
- border-left: 2px solid rgba(129, 138, 153, 0.6);
30028
- margin: 5px 0 5px 8px;
30027
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30028
+ border-color: rgba(107, 128, 167, 0.6);
30029
30029
  }
30030
- .E_wpbf4pq .week-day-option,
30031
- .E_wpbf4pq .month-day-option {
30032
- background: #f5f7fa;
30033
- box-sizing: border-box;
30034
- border-radius: 16px;
30035
- margin-right: 8px;
30030
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30031
+ border-color: #0080ff;
30036
30032
  }
30037
- .E_wpbf4pq .week-day-option:focus,
30038
- .E_wpbf4pq .month-day-option:focus {
30039
- color: inherit;
30040
- border-color: #d9d9d9;
30033
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30034
+ border-color: #0080ff;
30035
+ background: #0080ff;
30041
30036
  }
30042
- .E_wpbf4pq .week-day-option.active {
30043
- background-color: #0096ff;
30044
- border-color: #0096ff;
30045
- color: #fff;
30037
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30038
+ top: 4px;
30039
+ left: 4px;
30040
+ width: 6px;
30041
+ height: 6px;
30042
+ background: #fff;
30046
30043
  }
30047
- .E_wpbf4pq .week-day-option.en-text {
30048
- width: 110px;
30049
- margin-top: 4px;
30044
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30045
+ opacity: 0.5;
30050
30046
  }
30051
- .E_wpbf4pq .month-day-option {
30052
- width: 32px;
30053
- padding: 0;
30054
- margin-bottom: 8px;
30047
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30048
+ border-color: rgba(107, 128, 167, 0.6);
30049
+ background: rgba(211, 218, 235, 0.6);
30055
30050
  }
30056
- .E_wpbf4pq .month-day-option.active {
30057
- background-color: #0096ff;
30058
- border-color: #0096ff;
30059
- color: #fff;
30051
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30052
+ background: #00122e;
30060
30053
  }
30061
-
30062
- .E_t160l1cm {
30063
- display: flex;
30064
- flex-direction: column;
30065
- flex: 1;
30066
- /* FIXME:(yanzhen) do this better */
30054
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30055
+ color: #00122e;
30056
+ opacity: 0.5;
30067
30057
  }
30068
- .E_t160l1cm .tab-bar {
30069
- flex-shrink: 0;
30070
- display: flex;
30071
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
30058
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30059
+ color: #00122e;
30072
30060
  }
30073
- .E_t160l1cm .tab-content {
30074
- height: 100%;
30061
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30062
+ display: inline-block;
30063
+ padding: 0;
30064
+ padding-left: 12px;
30075
30065
  }
30076
- .E_t160l1cm .tab-menu-item {
30077
- margin-right: 2px;
30078
- padding: 1px 12px;
30079
- line-height: 24px;
30080
- height: 24px;
30066
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30067
+ margin-bottom: 0;
30068
+ white-space: pre-wrap;
30081
30069
  color: rgba(44, 56, 82, 0.6);
30082
- border-radius: 4px 4px 0 0;
30083
- cursor: pointer;
30084
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
30085
30070
  }
30086
- .E_t160l1cm .tab-menu-item:first-child {
30087
- padding-left: 0;
30071
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30072
+ padding-left: 8px;
30088
30073
  }
30089
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
30090
- padding-left: 12px;
30074
+
30075
+ .E_rp906go .ant-radio-button-wrapper:first-child {
30076
+ border-radius: 5px 0 0 5px;
30091
30077
  }
30092
- .E_t160l1cm .tab-menu-item:hover {
30093
- color: #0080ff;
30094
- background: rgba(211, 218, 235, 0.6);
30078
+ .E_rp906go .ant-radio-button-wrapper:last-child {
30079
+ border-radius: 0 5px 5px 0;
30095
30080
  }
30096
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
30097
- fill: #0080ff;
30081
+
30082
+ .E_rcc63c8 {
30083
+ color: #00122e;
30084
+ border-color: #ccd4e3;
30098
30085
  }
30099
- .E_t160l1cm .tab-menu-item:active {
30100
- background: rgba(192, 203, 224, 0.6);
30086
+ .E_rcc63c8:first-child {
30087
+ border-color: #a3b4cc;
30101
30088
  }
30102
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
30103
- color: #0080ff;
30104
- background: rgba(211, 218, 235, 0.6);
30089
+ .E_rcc63c8.ant-radio-button-wrapper {
30090
+ padding: 0 12px;
30091
+ line-height: 32px;
30092
+ height: 32px;
30105
30093
  }
30106
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
30107
- background: rgba(192, 203, 224, 0.6);
30094
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
30095
+ white-space: nowrap;
30108
30096
  }
30109
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
30110
- background: rgba(0, 128, 255, 0.16);
30097
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30098
+ height: 22px;
30099
+ padding: 0 7px;
30100
+ line-height: 20px;
30111
30101
  }
30112
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
30113
- fill: #0080ff;
30102
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30103
+ background: #ccd4e3;
30114
30104
  }
30115
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
30116
- color: #0080ff;
30117
- background: rgba(0, 128, 255, 0.1);
30105
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30106
+ background: #0080ff;
30118
30107
  }
30119
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
30120
- background: rgba(0, 128, 255, 0.16);
30108
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30109
+ background: #ccd4e3;
30110
+ opacity: 0.5;
30121
30111
  }
30122
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
30123
- fill: #1d326c;
30112
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30113
+ border-right-color: #0080ff;
30124
30114
  }
30125
- .E_t160l1cm .tab-menu-item .expand-arrow {
30126
- margin-left: 8px;
30127
- height: 22px;
30115
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30116
+ border-color: #0080ff;
30128
30117
  }
30129
- .E_t160l1cm .tab-menu-item .expand-arrow path {
30130
- fill: rgba(44, 56, 82, 0.6);
30118
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
30119
+ background: rgba(0, 136, 255, 0.1);
30131
30120
  }
30132
- .E_t160l1cm .tab-menu-item-group {
30133
- padding: 0;
30134
- display: flex;
30135
- align-items: center;
30136
- overflow: hidden;
30121
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
30122
+ background: rgba(211, 218, 235, 0.6);
30123
+ border-color: #ccd4e3;
30124
+ opacity: 0.5;
30137
30125
  }
30138
- .E_t160l1cm .tab-menu-item-group .main-title {
30139
- opacity: 0;
30140
- max-width: 0;
30141
- transition: max-width 320ms ease, opacity 240ms ease;
30126
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30127
+ color: #00122e;
30128
+ border-color: #ccd4e3;
30142
30129
  }
30143
- .E_t160l1cm .tab-menu-item-group .sub-title {
30144
- padding: 1px 12px;
30145
- position: relative;
30146
- display: flex;
30130
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30131
+ color: #00122e;
30132
+ border-color: #ccd4e3;
30133
+ background: rgba(172, 186, 211, 0.6);
30147
30134
  }
30148
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
30149
- opacity: 0;
30150
- position: absolute;
30151
- top: 50%;
30152
- left: 0;
30153
- transform: translate(-50%, -50%);
30154
- transition: opacity 100ms linear;
30155
- fill: rgba(0, 128, 255, 0.2);
30135
+ .E_rcc63c8 .ant-radio-button-input {
30136
+ margin-right: 8px;
30137
+ display: inline;
30138
+ border: none;
30139
+ padding: 0;
30140
+ width: 36px;
30141
+ background: transparent;
30156
30142
  }
30157
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
30158
- color: #0080ff;
30143
+ .E_rcc63c8 .ant-radio-button-input:focus {
30144
+ box-shadow: none;
30159
30145
  }
30160
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
30161
- padding: 1px 12px;
30162
- display: inline-block;
30163
- opacity: 1;
30164
- max-width: 160px;
30146
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30147
+ margin-right: 0;
30148
+ width: initial;
30149
+ box-shadow: none;
30165
30150
  }
30166
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
30167
- padding: 1px 12px;
30168
- color: #005ed1;
30151
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30152
+ display: none;
30169
30153
  }
30170
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
30171
- opacity: 1;
30154
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30155
+ display: inline;
30172
30156
  }
30173
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
30174
- background: rgba(0, 128, 255, 0.16);
30157
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30158
+ display: inline;
30159
+ margin-right: 8px;
30160
+ padding: 0;
30161
+ width: 36px;
30175
30162
  }
30176
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
30177
- opacity: 0;
30163
+
30164
+ .E_phljevk {
30165
+ display: flex;
30166
+ justify-content: space-between;
30167
+ align-items: center;
30168
+ padding: 10px 0;
30169
+ color: rgba(44, 56, 82, 0.6);
30170
+ font-size: 12px;
30171
+ line-height: 24px;
30178
30172
  }
30179
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
30180
- padding: 4px 16px;
30181
- height: 32px;
30182
- border-radius: 6px 6px 0 0;
30173
+ .E_phljevk .pagination-left {
30174
+ padding: 2px 8px;
30183
30175
  }
30184
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
30185
- padding-left: 0;
30176
+ .E_phljevk .dropdown-trigger {
30177
+ display: flex;
30178
+ align-items: center;
30179
+ border-radius: 6px;
30180
+ cursor: pointer;
30181
+ transition: all 0.3s ease;
30186
30182
  }
30187
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
30188
- padding-left: 16px;
30183
+ .E_phljevk .dropdown-trigger:hover {
30184
+ background: rgba(211, 218, 235, 0.6);
30185
+ color: #0080ff;
30189
30186
  }
30190
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
30191
- margin-left: 11px;
30192
- height: 24px;
30187
+ .E_phljevk .dropdown-trigger .icon-inner {
30188
+ margin-left: 4px;
30193
30189
  }
30194
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
30195
- padding: 0;
30190
+ .E_phljevk .pagination-right {
30191
+ display: flex;
30192
+ align-items: center;
30193
+ color: #0080ff;
30194
+ font-weight: bold;
30196
30195
  }
30197
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
30198
- padding: 4px 16px;
30196
+ .E_phljevk .pagination-right .icon-inner {
30197
+ margin-left: 4px;
30199
30198
  }
30200
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
30201
- padding: 4px 16px;
30199
+ .E_phljevk .pagination-right .prev-btn,
30200
+ .E_phljevk .pagination-right .next-btn {
30201
+ padding: 0 8px;
30202
30202
  }
30203
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
30204
- background: #fff;
30203
+ .E_phljevk .pagination-right .prev-btn > span,
30204
+ .E_phljevk .pagination-right .next-btn > span {
30205
+ color: #0080ff;
30205
30206
  }
30206
- .E_t160l1cm .tab-menu-item-light:active {
30207
- color: #005ed1;
30207
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30208
+ transform: rotate(180deg);
30208
30209
  }
30209
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
30210
- background: #fff;
30211
- color: #1d326c;
30210
+
30211
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30212
+ max-height: calc(100vh - 128px);
30213
+ overflow-y: auto;
30212
30214
  }
30213
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
30214
- color: rgba(45, 58, 86, 0.6);
30215
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30216
+ padding: 4px 20px;
30217
+ font-size: 12px;
30218
+ line-height: 18px;
30215
30219
  }
30216
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
30217
- color: #1d326c;
30220
+
30221
+ .E_ccrbeuz .ant-collapse-item {
30222
+ border: 0px;
30223
+ background-color: #fff;
30218
30224
  }
30219
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
30220
- fill: #d8deeb;
30225
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30226
+ padding-top: 0px;
30227
+ padding-bottom: 0px;
30228
+ padding-left: 0px !important;
30229
+ padding-right: 24px;
30221
30230
  }
30222
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
30223
- fill: #1d326c;
30231
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30232
+ right: 0px;
30224
30233
  }
30225
- .E_t160l1cm .tab-content {
30226
- flex: 1;
30227
- display: flex;
30228
- flex-direction: column;
30229
- }
30230
- .E_t160l1cm.is-overview .tab-content {
30231
- overflow: visible;
30234
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30235
+ padding: 0px;
30232
30236
  }
30233
30237
 
30234
- .E_t14npdqr {
30235
- max-width: 240px;
30236
- animation: none;
30237
- }
30238
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
30239
- border: 1px solid #0080ff;
30240
- padding: 0;
30241
- }
30242
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30243
- margin: 0;
30244
- height: 32px;
30245
- line-height: 32px;
30246
- font-size: 13px;
30247
- padding: 0 10px;
30248
- display: block;
30249
- overflow: hidden;
30250
- text-overflow: ellipsis;
30251
- white-space: nowrap;
30252
- }
30253
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
30254
- content: " ";
30255
- height: 1px;
30256
- width: calc(100% + 10px);
30257
- background: rgba(172, 186, 211, 0.6);
30258
- display: block;
30259
- }
30260
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
30261
- color: #0080ff;
30262
- background: transparent;
30238
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30239
+ padding-right: 0px;
30240
+ cursor: default;
30263
30241
  }
30264
30242
 
30265
- .E_tje3huy {
30266
- width: 100%;
30267
- overflow: inherit;
30268
- white-space: inherit;
30269
- text-overflow: ellipsis;
30243
+ .E_ivqqkzv {
30244
+ height: 24px;
30245
+ width: 56px !important;
30246
+ margin-right: 4px;
30270
30247
  }
30271
30248
 
30272
- .E_wg1tsps {
30273
- display: flex;
30274
- align-items: center;
30275
- justify-content: flex-end;
30249
+ .E_c1wk4q29 {
30250
+ color: rgba(44, 56, 82, 0.6);
30276
30251
  }
30277
30252
 
30278
- .E_b1ctd5xy {
30279
- display: flex;
30280
- align-items: center;
30281
- width: calc(100% - 40px);
30253
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30254
+ border-radius: 6px;
30282
30255
  }
30283
- .E_b1ctd5xy .chart {
30284
- display: inline-block;
30256
+ .E_s177mls5.ant-select.ant-select-single {
30285
30257
  width: 100%;
30258
+ color: #2d3a56;
30259
+ border-color: rgba(211, 218, 235, 0.6);
30260
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30261
+ font-size: 13px;
30286
30262
  }
30287
-
30288
- .E_u1p8acpn {
30289
- min-width: 40px;
30263
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30264
+ height: 30px;
30290
30265
  }
30291
- .E_u1p8acpn .unit {
30292
- color: #00122e !important;
30266
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
30267
+ height: 38px;
30268
+ font-size: 13px;
30293
30269
  }
30294
-
30295
- .E_c18gxmrl {
30296
- border: 1px solid #d8deeb;
30297
- border-radius: 4px;
30270
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
30271
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
30272
+ transition: 160ms ease;
30298
30273
  }
30299
- .E_c18gxmrl + .E_c18gxmrl {
30300
- margin-top: 8px;
30274
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
30275
+ color: #0080ff;
30301
30276
  }
30302
- .E_c18gxmrl:hover {
30277
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
30278
+ border-color: rgba(107, 128, 167, 0.6);
30279
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30280
+ }
30281
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30282
+ color: #0080ff;
30283
+ }
30284
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
30303
30285
  border-color: #0080ff;
30286
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30304
30287
  }
30305
- .E_c18gxmrl:hover > header {
30306
- background: rgba(0, 128, 255, 0.1);
30288
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30289
+ transform: rotate(180deg);
30307
30290
  }
30308
- .E_c18gxmrl.active header {
30309
- border-bottom: 1px solid #d8deeb;
30291
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
30292
+ background: rgba(211, 218, 235, 0.6);
30293
+ border-color: rgba(172, 186, 211, 0.6);
30294
+ cursor: "not-allowed";
30310
30295
  }
30311
- .E_c18gxmrl > header {
30312
- padding: 8px 12px;
30296
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
30297
+ border-color: #f0483e !important;
30298
+ }
30299
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30300
+ color: #1d326c;
30301
+ }
30302
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
30303
+ border-color: #0080ff;
30304
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30305
+ }
30306
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30307
+ transform: rotate(180deg);
30313
30308
  }
30314
30309
 
30315
- .E_m74vjol {
30310
+ .E_c1bus5hc {
30311
+ --color: white;
30312
+ height: 14px;
30313
+ width: 14px;
30314
+ border-radius: 50%;
30315
+ flex-shrink: 0;
30316
30316
  display: flex;
30317
- justify-content: space-between;
30318
- width: 100%;
30317
+ align-items: center;
30318
+ justify-content: center;
30319
+ border: 1px solid var(--color);
30319
30320
  }
30320
- .E_m74vjol .action {
30321
- margin-left: 16px;
30321
+ .E_c1bus5hc .circle-inner {
30322
+ position: relative;
30323
+ height: 10px;
30324
+ width: 10px;
30325
+ border-radius: 50%;
30326
+ overflow: hidden;
30322
30327
  }
30323
-
30324
- .E_a1o35uvh .ant-alert-message {
30328
+ .E_c1bus5hc .circle-content {
30329
+ position: absolute;
30330
+ height: 100%;
30325
30331
  width: 100%;
30332
+ left: 0;
30333
+ top: 0;
30334
+ border-radius: 50%;
30335
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30336
+ transform: rotate(180deg);
30326
30337
  }
30327
-
30328
- .E_f7pxqmh {
30338
+ .E_c1bus5hc .circle-child {
30339
+ position: absolute;
30340
+ height: 100%;
30329
30341
  width: 100%;
30330
- margin-bottom: 0 !important;
30331
- flex-flow: nowrap !important;
30332
- line-break: auto;
30342
+ left: 0;
30343
+ top: 0;
30344
+ margin-left: 50%;
30345
+ transform-origin: left;
30346
+ background: white;
30347
+ transform: rotate(0deg);
30333
30348
  }
30334
- .E_f7pxqmh > .ant-form-item-label {
30335
- text-align: left !important;
30336
- padding-bottom: 0 !important;
30349
+
30350
+ .E_sddwhm6 {
30351
+ margin: 0;
30352
+ border-radius: 20px;
30353
+ padding: 2px 10px;
30354
+ height: 22px;
30337
30355
  }
30338
- .E_f7pxqmh > .ant-form-item-label > label {
30339
- min-height: 32px;
30340
- height: auto;
30341
- font-size: 13px;
30342
- color: rgba(44, 56, 82, 0.6);
30343
- white-space: normal;
30356
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
30357
+ background-color: rgba(237, 241, 250, 0.6) !important;
30344
30358
  }
30345
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30346
- border-color: #ff4d4f !important;
30359
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
30360
+ background-color: rgba(225, 230, 241, 0.6) !important;
30347
30361
  }
30348
- .E_f7pxqmh .ant-form-item-explain {
30349
- margin-top: 4px;
30350
- font-size: 12px;
30351
- min-height: 0px;
30362
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
30363
+ color: #00122e;
30352
30364
  }
30353
- .E_f7pxqmh .ant-form-item-extra {
30354
- font-size: 12px;
30355
- color: rgba(44, 56, 82, 0.6);
30356
- min-height: 0px;
30365
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
30366
+ margin-right: 6px;
30357
30367
  }
30358
-
30359
- .E_c1uzzomf {
30360
- margin-bottom: 16px;
30368
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
30369
+ margin-left: 4px;
30361
30370
  }
30362
- .E_c1uzzomf .card-title {
30363
- font-size: 16px;
30364
- color: rgba(44, 56, 82, 0.6);
30365
- font-weight: 700;
30366
- line-height: 32px;
30371
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
30372
+ background-color: rgba(0, 136, 255, 0.1);
30367
30373
  }
30368
- .E_c1uzzomf .card-body {
30369
- padding: 24px;
30370
- border-radius: 8px;
30371
- background: #fff;
30374
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
30375
+ background-color: #0080ff;
30372
30376
  }
30373
- .E_c1uzzomf .empty {
30374
- font-weight: 700;
30375
- font-size: 14px;
30376
- line-height: 22px;
30377
- color: rgba(0, 21, 64, 0.3);
30378
- text-align: center;
30377
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
30378
+ background-color: rgba(0, 136, 255, 0.16);
30379
30379
  }
30380
-
30381
- .E_b1nip9bk {
30382
- padding: 4px 11px;
30380
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
30381
+ background-color: rgba(255, 74, 74, 0.1);
30383
30382
  }
30384
-
30385
- .E_bqamoqe {
30386
- white-space: nowrap;
30387
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30383
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
30384
+ background-color: #f0483e;
30388
30385
  }
30389
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30390
- --color: #0080ff;
30386
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
30387
+ background-color: rgba(255, 74, 74, 0.16);
30391
30388
  }
30392
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30393
- --color: #0080ff;
30389
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
30390
+ background-color: rgba(254, 160, 8, 0.1);
30394
30391
  }
30395
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30396
- margin-left: 1px;
30392
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
30393
+ background-color: #fea008;
30397
30394
  }
30398
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30399
- border-top-right-radius: 0;
30400
- border-bottom-right-radius: 0;
30395
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
30396
+ background-color: rgba(255, 187, 0, 0.16);
30401
30397
  }
30402
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30403
- border-top-left-radius: 0;
30404
- border-bottom-left-radius: 0;
30398
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
30399
+ background-color: rgba(30, 201, 127, 0.1);
30405
30400
  }
30406
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30407
- border-radius: unset;
30401
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
30402
+ background-color: #00ba5d;
30408
30403
  }
30409
-
30410
- .E_berrcjl {
30411
- color: rgba(10, 37, 85, 0.6);
30412
- margin-bottom: 4px;
30404
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
30405
+ background-color: rgba(30, 201, 127, 0.16);
30413
30406
  }
30414
- .E_berrcjl .breadcrumb-link {
30415
- color: rgba(10, 37, 85, 0.6);
30416
- cursor: pointer;
30417
- transition: color 160ms ease;
30407
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
30408
+ background-color: rgba(225, 230, 241, 0.6);
30418
30409
  }
30419
- .E_berrcjl .breadcrumb-link:hover {
30420
- color: #0080ff;
30410
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
30411
+ background-color: #6b7d99;
30421
30412
  }
30422
- .E_berrcjl .breadcrumb-link:active {
30423
- color: #005ed1;
30413
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
30414
+ background-color: rgba(211, 218, 235, 0.6);
30424
30415
  }
30425
30416
 
30426
- .E_iouxfgt {
30427
- display: inline-flex;
30428
- align-items: center;
30429
- }
30430
- .E_iouxfgt .icon-inner {
30431
- display: inline-flex;
30432
- align-items: center;
30433
- justify-content: center;
30434
- }
30435
- .E_iouxfgt .icon-inner + span,
30436
- .E_iouxfgt span + .icon-inner.suffix {
30437
- margin-left: 4px;
30438
- }
30439
- .E_iouxfgt.is-rotate img,
30440
- .E_iouxfgt.is-rotate svg {
30441
- animation: rotate 680ms linear infinite;
30417
+ .E_satwmqm {
30418
+ width: 8px;
30419
+ height: 8px;
30420
+ border-radius: 50%;
30421
+ display: inline-block;
30442
30422
  }
30443
30423
 
30444
- .E_fzh9mnb {
30445
- width: 100%;
30446
- height: 100%;
30447
- min-height: 124px;
30448
- display: flex;
30449
- flex-direction: column;
30450
- justify-content: center;
30451
- align-items: center;
30424
+ .E_s1dizucg.ant-switch {
30425
+ min-width: 40px;
30426
+ height: 24px;
30427
+ background: rgba(172, 186, 211, 0.6);
30428
+ overflow: hidden;
30452
30429
  }
30453
- .E_fzh9mnb .error-text {
30454
- color: rgba(10, 37, 85, 0.6);
30455
- margin-bottom: 16px;
30456
- font-size: 18px;
30430
+ .E_s1dizucg.ant-switch:focus {
30431
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30457
30432
  }
30458
-
30459
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30460
- padding: 4px 8px 0 8px;
30461
- color: rgba(44, 56, 82, 0.6);
30462
- font-size: 12px;
30433
+ .E_s1dizucg.ant-switch-small {
30434
+ min-width: 26px;
30435
+ height: 16px;
30463
30436
  }
30464
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30465
- padding-bottom: 6px;
30437
+ .E_s1dizucg.ant-switch-large {
30438
+ min-width: 52px;
30439
+ height: 32px;
30466
30440
  }
30467
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30468
- padding-top: 4px;
30469
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30441
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30442
+ height: 20px;
30443
+ width: 20px;
30470
30444
  }
30471
-
30472
- .E_d1bw7c5z {
30473
- position: relative;
30474
- max-width: 388px;
30475
- min-width: 285px;
30445
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30446
+ border-radius: 10px;
30447
+ transition-delay: 120ms;
30476
30448
  }
30477
- .E_d1bw7c5z .center {
30478
- position: absolute;
30479
- font-size: 12px;
30480
- width: 80px;
30481
- height: 100px;
30482
- top: 0;
30483
- left: 35px;
30484
- display: flex;
30485
- flex-direction: column;
30486
- justify-content: center;
30487
- align-items: center;
30488
- color: #00122e;
30449
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30450
+ height: 14px;
30451
+ width: 14px;
30452
+ top: 1px;
30453
+ left: 1px;
30489
30454
  }
30490
- .E_d1bw7c5z .center .number {
30491
- font-size: 24px;
30492
- font-weight: 700;
30455
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30456
+ height: 28px;
30457
+ width: 28px;
30493
30458
  }
30494
- .E_d1bw7c5z .center .text {
30495
- padding: 0 5px;
30496
- font-size: 12px;
30497
- width: inherit;
30498
- text-align: center;
30459
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30460
+ border-radius: 14px;
30499
30461
  }
30500
- .E_d1bw7c5z .recharts-wrapper {
30501
- display: flex;
30462
+ .E_s1dizucg.ant-switch-checked {
30463
+ background-color: #00ba5d;
30502
30464
  }
30503
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30504
- position: relative !important;
30505
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30506
- left: 0 !important;
30507
- bottom: 0 !important;
30508
- display: flex;
30509
- align-items: center;
30465
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30466
+ left: calc(100% - 20px - 2px);
30510
30467
  }
30511
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30512
- width: 100%;
30468
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30469
+ left: calc(100% - 14px - 1px);
30513
30470
  }
30514
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30515
- width: 100%;
30516
- margin-right: 0 !important;
30517
- line-height: 18px;
30471
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30472
+ left: calc(100% - 28px - 2px);
30518
30473
  }
30519
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30520
- border-radius: 2px;
30474
+
30475
+ .E_c1up6e3y {
30476
+ margin-left: 5px;
30521
30477
  }
30522
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30523
- min-width: 75px;
30524
- max-width: 198px;
30525
- width: calc(100% - 20px);
30526
- margin-left: 2px;
30527
- color: #00122e !important;
30528
- display: inline-flex;
30529
- justify-content: space-between;
30478
+
30479
+ .E_t1m2x205 .ant-tooltip-arrow {
30480
+ display: none;
30530
30481
  }
30531
- .E_d1bw7c5z .tooltip-text {
30532
- maxwidth: calc(100% - 12px);
30533
- cursor: pointer;
30534
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30535
- overflow: hidden;
30536
- text-overflow: ellipsis;
30537
- white-space: nowrap;
30482
+ .E_t1m2x205 .ant-tooltip-inner {
30483
+ background: rgba(23, 38, 64, 0.8);
30484
+ border-radius: 4px;
30538
30485
  }
30539
- .E_d1bw7c5z .value {
30540
- color: rgba(44, 56, 82, 0.75);
30486
+
30487
+ .E_iq1gosr {
30488
+ display: inline-block;
30541
30489
  }
30542
30490
 
30543
- .E_t10pqbtc {
30544
- width: 140px;
30491
+ .E_tju3gfj .date {
30492
+ margin-right: 4px;
30545
30493
  }
30546
- .E_t10pqbtc .item {
30547
- margin: 6px auto;
30494
+
30495
+ .E_s1ebs0ra {
30548
30496
  display: flex;
30497
+ align-items: center;
30549
30498
  justify-content: space-between;
30499
+ background: #edf0f7;
30500
+ padding: 8px 12px;
30501
+ position: sticky;
30502
+ top: 0;
30503
+ z-index: 1;
30504
+ margin-bottom: -52px;
30550
30505
  }
30551
- .E_t10pqbtc .item .name {
30552
- width: 102px;
30553
- }
30554
-
30555
- .E_b1wx3t3t.ant-btn-icon-only {
30556
- justify-content: center;
30557
- }
30558
- .E_b1wx3t3t.ant-btn {
30559
- display: inline-flex;
30506
+ .E_s1ebs0ra .select-total {
30507
+ display: flex;
30560
30508
  align-items: center;
30561
- justify-content: center;
30509
+ font-weight: 700;
30510
+ flex-shrink: 0;
30511
+ }
30512
+ .E_s1ebs0ra .select-total .icon-wrapper {
30513
+ cursor: pointer;
30514
+ margin-left: 8px;
30515
+ width: 32px;
30562
30516
  height: 32px;
30563
- border-radius: 6px;
30564
- line-height: 22px;
30565
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
30566
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
30517
+ border-radius: 50%;
30518
+ justify-content: center;
30567
30519
  }
30568
- .E_b1wx3t3t.ant-btn.ant-btn-lg {
30569
- height: 40px;
30570
- line-height: 24px;
30520
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30521
+ background: rgba(225, 230, 241, 0.6);
30571
30522
  }
30572
- .E_b1wx3t3t.ant-btn.ant-btn-sm {
30573
- height: 24px;
30574
- line-height: 20px;
30523
+ .E_s1ebs0ra .action-group {
30524
+ flex: 1;
30525
+ margin-left: 88px;
30526
+ white-space: nowrap;
30527
+ text-align: right;
30528
+ position: relative;
30529
+ padding: 4px 0;
30530
+ margin-top: -4px;
30531
+ overflow: hidden;
30575
30532
  }
30576
- .E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
30577
- border-radius: 50%;
30533
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30534
+ transform: translateY(-4px);
30578
30535
  }
30579
- .E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
30580
- color: var(--color, #06101f);
30581
- font-weight: var(--font-weight);
30582
- background: var(--background-color, #fff);
30583
- border-width: var(--border-width, 1px);
30584
- border-color: var(--border-color, #d9d9d9);
30536
+ .E_s1ebs0ra .action-group button {
30537
+ border: none;
30585
30538
  }
30586
- .E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
30587
- display: none;
30539
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30540
+ margin-right: 8px;
30588
30541
  }
30589
- .E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
30590
- color: var(--color, inherit);
30542
+ .E_s1ebs0ra .action-group > button:last-child {
30543
+ margin-right: 4px;
30591
30544
  }
30592
- .E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
30593
- background: var(--background-color-hover, var(--background-color));
30594
- border-color: var(--border-color-hover, var(--border-color, transparent));
30545
+ .E_s1ebs0ra .action-group .more-btn {
30546
+ cursor: pointer;
30547
+ width: 32px;
30548
+ height: 32px;
30549
+ justify-content: center;
30550
+ border-radius: 50%;
30551
+ }
30552
+ .E_s1ebs0ra .action-group .more-btn:hover {
30553
+ background: #fff;
30554
+ }
30555
+
30556
+ .E_c1up1pdz {
30557
+ width: 648px;
30558
+ }
30559
+ .E_c1up1pdz.active {
30560
+ border-color: #0080ff;
30561
+ }
30562
+ .E_c1up1pdz.active > header {
30563
+ background: rgba(0, 128, 255, 0.1);
30564
+ }
30565
+ .E_c1up1pdz .expand {
30566
+ padding: 12px;
30567
+ }
30568
+ .E_c1up1pdz .field-item {
30569
+ display: flex;
30570
+ padding: 10px 0;
30571
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30572
+ }
30573
+ .E_c1up1pdz .field-item:last-child {
30574
+ border-bottom: none;
30575
+ padding-bottom: 0;
30576
+ }
30577
+ .E_c1up1pdz .field-item label {
30578
+ line-height: 32px;
30579
+ width: 100px;
30580
+ color: rgba(62, 70, 82, 0.6);
30581
+ }
30582
+ .E_c1up1pdz .help {
30583
+ color: rgba(62, 70, 82, 0.6);
30584
+ margin-top: 5px;
30585
+ }
30586
+ .E_c1up1pdz .ant-input-affix-wrapper,
30587
+ .E_c1up1pdz .ant-picker {
30588
+ width: 128px;
30589
+ }
30590
+
30591
+ .E_c156wh19 {
30592
+ display: flex;
30593
+ align-items: center;
30594
+ justify-content: space-between;
30595
+ word-break: keep-all;
30596
+ }
30597
+ .E_c156wh19 .title {
30598
+ margin: 0 16px 0 8px;
30599
+ }
30600
+ .E_c156wh19 .retain {
30601
+ color: rgba(129, 138, 153, 0.6);
30602
+ }
30603
+ .E_c156wh19 div.left {
30604
+ flex: 1;
30605
+ display: flex;
30606
+ overflow: hidden;
30607
+ align-items: center;
30608
+ justify-content: flex-start;
30609
+ white-space: nowrap;
30610
+ }
30611
+ .E_c156wh19 div.left .title {
30612
+ max-width: 100%;
30613
+ overflow: hidden;
30614
+ text-overflow: ellipsis;
30615
+ }
30616
+ .E_c156wh19 div.right {
30617
+ display: flex;
30618
+ align-items: center;
30619
+ }
30620
+ .E_c156wh19 .reverse {
30621
+ display: flex;
30622
+ flex-direction: row-reverse;
30623
+ align-items: center;
30624
+ }
30625
+ .E_c156wh19 .reverse .ant-switch {
30626
+ margin-left: 8px;
30627
+ }
30628
+ .E_c156wh19 .close {
30629
+ padding-left: 14px;
30630
+ margin-left: 14px;
30631
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
30632
+ cursor: pointer;
30633
+ }
30634
+
30635
+ .E_m126spxy {
30636
+ padding-bottom: 4px;
30637
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30638
+ }
30639
+ .E_m126spxy .ant-btn-link {
30640
+ padding: 1px 10px;
30641
+ color: rgba(62, 70, 82, 0.6);
30642
+ border-radius: 4px;
30643
+ }
30644
+ .E_m126spxy .ant-btn-link.active {
30645
+ background: rgba(0, 128, 255, 0.1);
30646
+ color: #0096ff;
30647
+ }
30648
+
30649
+ .E_wpbf4pq {
30650
+ padding: 10px 0;
30651
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30652
+ }
30653
+ .E_wpbf4pq .ant-input,
30654
+ .E_wpbf4pq .ant-picker {
30655
+ width: 80px;
30656
+ margin: 0 9px;
30657
+ text-align: center;
30658
+ }
30659
+ .E_wpbf4pq .options {
30660
+ padding: 12px 0 12px 16px;
30661
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
30662
+ margin: 5px 0 5px 8px;
30663
+ }
30664
+ .E_wpbf4pq .week-day-option,
30665
+ .E_wpbf4pq .month-day-option {
30666
+ background: #f5f7fa;
30667
+ box-sizing: border-box;
30668
+ border-radius: 16px;
30669
+ margin-right: 8px;
30670
+ }
30671
+ .E_wpbf4pq .week-day-option:focus,
30672
+ .E_wpbf4pq .month-day-option:focus {
30673
+ color: inherit;
30674
+ border-color: #d9d9d9;
30675
+ }
30676
+ .E_wpbf4pq .week-day-option.active {
30677
+ background-color: #0096ff;
30678
+ border-color: #0096ff;
30679
+ color: #fff;
30680
+ }
30681
+ .E_wpbf4pq .week-day-option.en-text {
30682
+ width: 110px;
30683
+ margin-top: 4px;
30684
+ }
30685
+ .E_wpbf4pq .month-day-option {
30686
+ width: 32px;
30687
+ padding: 0;
30688
+ margin-bottom: 8px;
30689
+ }
30690
+ .E_wpbf4pq .month-day-option.active {
30691
+ background-color: #0096ff;
30692
+ border-color: #0096ff;
30693
+ color: #fff;
30694
+ }
30695
+
30696
+ .E_s1dni7lo {
30697
+ width: 430px !important;
30698
+ }
30699
+
30700
+ .E_d1wwmmm5 .ant-select-item-group {
30701
+ padding: 8px 16px;
30702
+ line-height: 18px;
30703
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30704
+ height: 34px;
30705
+ min-height: 34px;
30706
+ box-sizing: border-box;
30707
+ margin-top: 8px;
30708
+ }
30709
+
30710
+ .E_o1ugr09p {
30711
+ display: flex;
30712
+ flex-direction: column;
30713
+ margin: 1px 8px;
30714
+ padding: 8px;
30715
+ border-radius: 4px;
30716
+ }
30717
+ .E_o1ugr09p .selected-icon {
30718
+ display: none;
30719
+ }
30720
+ .E_o1ugr09p.ant-select-item-option-grouped {
30721
+ padding-left: 8px;
30722
+ }
30723
+ .E_o1ugr09p.ant-select-item-option-selected {
30724
+ background-color: white;
30725
+ }
30726
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30727
+ color: #0080ff;
30728
+ }
30729
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30730
+ display: block;
30731
+ }
30732
+ .E_o1ugr09p.ant-select-item-option-active {
30733
+ background: rgba(0, 136, 255, 0.16);
30734
+ }
30735
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30736
+ color: #0080ff;
30737
+ }
30738
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30739
+ background: rgba(0, 136, 255, 0.1);
30740
+ color: #0080ff;
30741
+ }
30742
+
30743
+ .E_o1ifxsq4 {
30744
+ display: flex;
30745
+ justify-content: space-between;
30746
+ height: 20px;
30747
+ line-height: 20px;
30748
+ }
30749
+ .E_o1ifxsq4 .timezone-title {
30750
+ color: #2d3a56;
30751
+ overflow: hidden;
30752
+ text-overflow: ellipsis;
30753
+ }
30754
+
30755
+ .E_o1zue7 {
30756
+ display: flex;
30757
+ justify-content: space-between;
30758
+ color: rgba(44, 56, 82, 0.6);
30759
+ height: 18px;
30760
+ line-height: 18px;
30761
+ margin-top: 2px;
30762
+ }
30763
+
30764
+ .E_tyfmlxg {
30765
+ border: none;
30766
+ margin-right: 0;
30767
+ background: rgba(225, 230, 241, 0.6);
30768
+ }
30769
+
30770
+ .E_o18uybox {
30771
+ pointer-events: none;
30772
+ height: 32px;
30773
+ width: 100%;
30774
+ opacity: 0;
30775
+ }
30776
+
30777
+ .E_s1sck0th {
30778
+ padding: 0 8px;
30779
+ border-radius: 4px;
30780
+ }
30781
+
30782
+ .E_m855nr1 {
30783
+ padding: 2px 8px;
30784
+ border-radius: 3px;
30785
+ }
30786
+
30787
+ .E_l1270xpg {
30788
+ padding: 3px 8px;
30789
+ border-radius: 2px;
30790
+ }
30791
+
30792
+ .E_t14rextb.ant-tag:hover {
30793
+ opacity: unset;
30794
+ }
30795
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30796
+ margin: 0;
30797
+ margin-right: 8px;
30798
+ display: inline-flex;
30799
+ align-items: center;
30800
+ border: none;
30801
+ }
30802
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30803
+ width: 16px;
30804
+ height: 16px;
30805
+ color: inherit;
30806
+ margin-left: 4px;
30807
+ opacity: 0.6;
30808
+ display: inline-flex;
30809
+ }
30810
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30811
+ opacity: 1;
30812
+ }
30813
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30814
+ color: #0080ff;
30815
+ background-color: rgba(0, 136, 255, 0.1);
30816
+ }
30817
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30818
+ color: #f0483e;
30819
+ background-color: rgba(255, 74, 74, 0.1);
30820
+ }
30821
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30822
+ color: #e07f00;
30823
+ background-color: rgba(255, 187, 0, 0.1);
30824
+ }
30825
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30826
+ color: #008f4c;
30827
+ background-color: rgba(30, 201, 127, 0.1);
30828
+ }
30829
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30830
+ color: #1d326c;
30831
+ background-color: rgba(225, 230, 241, 0.6);
30832
+ }
30833
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30834
+ color: #7E41FF;
30835
+ background-color: rgba(126, 65, 255, 0.1);
30836
+ }
30837
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30838
+ color: #fff;
30839
+ }
30840
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30841
+ background-color: #f0483e;
30842
+ }
30843
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30844
+ background-color: #fea008;
30845
+ }
30846
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30847
+ background-color: #00ba5d;
30848
+ }
30849
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30850
+ background-color: #0080ff;
30851
+ }
30852
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30853
+ background-color: #6b7d99;
30854
+ }
30855
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30856
+ background-color: #7E41FF;
30857
+ }
30858
+
30859
+ .E_clm1wy1 {
30860
+ width: 192px;
30861
+ height: 246px;
30862
+ border-radius: 4px;
30863
+ }
30864
+ .E_clm1wy1 > .ant-picker-calendar,
30865
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30866
+ width: 100%;
30867
+ background-color: rgba(245, 247, 250, 0.6);
30868
+ border-top: none;
30869
+ }
30870
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
30871
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30872
+ padding: 0 16px;
30873
+ }
30874
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
30875
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30876
+ width: 100%;
30877
+ height: 180px;
30878
+ border-spacing: 0;
30879
+ }
30880
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30881
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30882
+ margin-bottom: 8px;
30883
+ }
30884
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30885
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30886
+ width: 22px;
30887
+ }
30888
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30889
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30890
+ padding: 0;
30891
+ }
30892
+ .E_clm1wy1 .ant-picker-cell {
30893
+ color: rgba(62, 70, 82, 0.6);
30894
+ opacity: 0.4;
30895
+ }
30896
+ .E_clm1wy1 .ant-picker-cell-in-view {
30897
+ color: rgba(62, 70, 82, 0.6);
30898
+ opacity: 1;
30899
+ }
30900
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
30901
+ color: #3e4652;
30902
+ }
30903
+ .E_clm1wy1 .ant-picker-cell::before {
30904
+ pointer-events: none;
30905
+ }
30906
+
30907
+ .E_t1tsm00v {
30908
+ color: rgba(129, 138, 153, 0.6);
30909
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30910
+ backdrop-filter: blur(10px);
30911
+ padding: 7px 10px;
30912
+ }
30913
+
30914
+ .E_c167wnad {
30915
+ color: rgba(62, 70, 82, 0.6);
30916
+ display: flex;
30917
+ justify-content: space-between;
30918
+ align-items: center;
30919
+ padding: 8px 16px;
30920
+ }
30921
+ .E_c167wnad .anticon {
30922
+ cursor: pointer;
30923
+ }
30924
+ .E_c167wnad .anticon:hover {
30925
+ color: #0096ff;
30926
+ }
30927
+
30928
+ .E_cxhf7dh {
30929
+ text-align: center;
30930
+ }
30931
+ .E_cxhf7dh .dots {
30932
+ display: flex;
30933
+ justify-content: center;
30934
+ }
30935
+ .E_cxhf7dh .dot {
30936
+ display: inline-block;
30937
+ width: 2px;
30938
+ height: 2px;
30939
+ border-radius: 1px;
30940
+ background: #0096ff;
30595
30941
  }
30596
- .E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
30597
- --scale: 1;
30598
- --transY: 1px;
30599
- background: var(--background-color-active, var(--background-color));
30600
- border-color: var(--border-color-active, var(--border-color, transparent));
30942
+ .E_cxhf7dh .dot:not(:last-child) {
30943
+ margin-right: 2px;
30601
30944
  }
30602
- .E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
30603
- background: var(--background-color-focus, var(--background-color));
30604
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
30605
- border-color: var(--border-color-focus, var(--border-color, transparent));
30945
+ .E_cxhf7dh .bar {
30946
+ width: 9px;
30947
+ height: 2px;
30948
+ background: #0096ff;
30949
+ border-radius: 2px;
30606
30950
  }
30607
- .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
30608
- color: var(--color-disabled, var(--color));
30609
- background: var(--background-color-disabled, var(--background-color));
30610
- border-color: var(--border-color-disabled, var(--border-color, transparent));
30611
- opacity: 0.5;
30951
+
30952
+ .E_c18bcrac {
30953
+ display: inline-block;
30954
+ width: 100%;
30612
30955
  }
30613
- .E_b1wx3t3t.ant-btn-link[disabled] {
30614
- color: #0080ff;
30615
- opacity: 0.5;
30956
+ .E_c18bcrac .recharts-wrapper {
30957
+ margin-left: 4px;
30616
30958
  }
30617
- .E_b1wx3t3t.ant-btn-primary {
30618
- --color: #fff;
30619
- --font-weight: bold;
30620
- --border-width: 0;
30621
- --background-color: #0080ff;
30622
- --background-color-hover: #009dff;
30623
- --background-color-active: #005ed1;
30624
- --background-color-focus: #0080ff;
30625
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30959
+
30960
+ .E_cro7kg2 {
30961
+ padding: 4px;
30626
30962
  }
30627
- .E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
30628
- --background-color: #f0483e;
30629
- --background-color-hover: #ff5252;
30630
- --background-color-active: #c73d31;
30631
- --background-color-focus: #ff5252;
30632
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30963
+
30964
+ .E_c14wcxf0 {
30965
+ display: flex;
30966
+ justify-content: space-between;
30967
+ align-items: center;
30968
+ font-size: 13px;
30969
+ line-height: 24px;
30970
+ color: #cccccc;
30971
+ white-space: nowrap;
30633
30972
  }
30634
- .E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
30635
- --background-color: #fea008;
30636
- --background-color-hover: #feba33;
30637
- --background-color-active: #e07f00;
30638
- --background-color-focus: #fea008;
30973
+ .E_c14wcxf0 label {
30974
+ margin-right: 32px;
30639
30975
  }
30640
- .E_b1wx3t3t.ant-btn-secondary {
30641
- --color: #0080ff;
30642
- --font-weight: bold;
30643
- --border-width: 0;
30644
- --background-color: rgba(0, 136, 255, 0.1);
30645
- --background-color-hover: rgba(0, 136, 255, 0.16);
30646
- --background-color-active: rgba(0, 136, 255, 0.2);
30647
- --background-color-focus: rgba(0, 136, 255, 0.1);
30648
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30976
+
30977
+ .E_coy29mj.E_c14wcxf0 {
30978
+ font-weight: bold;
30979
+ color: white;
30649
30980
  }
30650
- .E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
30651
- --color: #f0483e;
30652
- --background-color: rgba(255, 74, 74, 0.1);
30653
- --background-color-hover: rgba(255, 74, 74, 0.16);
30654
- --background-color-active: rgba(255, 74, 74, 0.2);
30655
- --background-color-focus: rgba(255, 74, 74, 0.1);
30656
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30981
+
30982
+ .E_s11212zy {
30983
+ width: 8px;
30984
+ height: 8px;
30985
+ border-radius: 2px;
30986
+ display: inline-block;
30987
+ background: var(--s11212zy-0);
30988
+ border: 1px solid #fff;
30989
+ box-sizing: content-box;
30990
+ margin-right: 6px;
30657
30991
  }
30658
- .E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
30659
- --color: #fea008;
30660
- --background-color: rgba(255, 187, 0, 0.1);
30661
- --background-color-hover: rgba(255, 187, 0, 0.16);
30662
- --background-color-active: rgba(255, 187, 0, 0.2);
30663
- --background-color-focus: rgba(255, 187, 0, 0.1);
30992
+
30993
+ .E_p1lyky6c > :first-child {
30994
+ font-weight: bold;
30995
+ color: white;
30996
+ margin-right: 4px;
30664
30997
  }
30665
- .E_b1wx3t3t.ant-btn-tertiary {
30666
- --color: #0080ff;
30667
- --font-weight: bold;
30668
- --border-width: 0;
30669
- --background-color: #fff;
30670
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30671
- box-shadow: none;
30998
+
30999
+ .E_n12mqh7z {
31000
+ display: flex;
31001
+ align-items: center;
31002
+ font-size: 12px;
31003
+ line-height: 18px;
30672
31004
  }
30673
- .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
30674
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
31005
+ .E_n12mqh7z:not(:last-child) {
31006
+ margin-bottom: 4px;
30675
31007
  }
30676
- .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
30677
- --color: #f0483e;
30678
- --background-color: #fff;
30679
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
31008
+
31009
+ .E_tf5bynu {
31010
+ margin: 0 3px;
30680
31011
  }
30681
- .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
30682
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
31012
+
31013
+ .E_tcckoz1 {
31014
+ max-height: 400px;
31015
+ overflow: auto;
30683
31016
  }
30684
- .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
30685
- --color: #fea008;
30686
- --background-color: #fff;
31017
+
31018
+ .E_gmyahx3 {
31019
+ cursor: pointer;
30687
31020
  }
30688
- .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
30689
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
31021
+ .E_gmyahx3 .link-text {
31022
+ color: rgba(0, 21, 64, 0.3);
30690
31023
  }
30691
- .E_b1wx3t3t.ant-btn-ordinary {
30692
- --color: #1d326c;
30693
- --border-color: #ccd4e3;
30694
- --background-color: #fff;
30695
- --background-color-hover: #edf0f7;
30696
- --background-color-active: #e4e9f2;
30697
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30698
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
31024
+ .E_gmyahx3:hover .link-text {
31025
+ color: #0080ff;
30699
31026
  }
30700
- .E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
30701
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
31027
+
31028
+ .E_tqjc4ui {
31029
+ margin: 0 2px;
30702
31030
  }
30703
- .E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
30704
- --color: #0080ff;
30705
- --border-color: #0080ff;
30706
- --background-color: #fff;
30707
- --background-color-hover: linear-gradient(
30708
- 0deg,
30709
- rgba(0, 136, 255, 0.16),
30710
- rgba(0, 136, 255, 0.16)
30711
- ),
30712
- #ffffff;
30713
- --background-color-active: linear-gradient(
30714
- 0deg,
30715
- rgba(0, 136, 255, 0.2),
30716
- rgba(0, 136, 255, 0.2)
30717
- ),
30718
- #ffffff;
30719
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30720
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
31031
+
31032
+ .E_t1sqg15u {
31033
+ background: white;
30721
31034
  }
30722
- .E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
30723
- --color: #f0483e;
30724
- --border-color: #f0483e;
30725
- --background-color: #fff;
30726
- --background-color-hover: linear-gradient(
30727
- 0deg,
30728
- rgba(255, 74, 74, 0.16),
30729
- rgba(255, 74, 74, 0.16)
30730
- ),
30731
- #ffffff;
30732
- --background-color-active: linear-gradient(
30733
- 0deg,
30734
- rgba(255, 74, 74, 0.2),
30735
- rgba(255, 74, 74, 0.2)
30736
- ),
30737
- #ffffff;
30738
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
31035
+ .E_t1sqg15u.inline .table-row {
31036
+ flex-direction: column;
30739
31037
  }
30740
- .E_b1wx3t3t.ant-btn-ordinary-onTint {
30741
- --color: #1d326c;
30742
- --border-color: #fff;
30743
- --background-color: #fff;
30744
- --background-color-hover: rgba(211, 218, 235, 0.6);
30745
- --background-color-active: rgba(192, 203, 224, 0.6);
30746
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30747
- box-shadow: none;
31038
+ .E_t1sqg15u.inline .table-row > label {
31039
+ padding: 0 16px 7px 0;
31040
+ }
31041
+ .E_t1sqg15u.has-border .table-header {
31042
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31043
+ }
31044
+ .E_t1sqg15u.has-border .hiddenBorder {
31045
+ border-top: none !important;
31046
+ }
31047
+ .E_t1sqg15u.has-border .table-row + .table-row {
31048
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
31049
+ }
31050
+ .E_t1sqg15u.has-border .table-row:last-of-type {
31051
+ padding-bottom: 0;
31052
+ }
31053
+ .E_t1sqg15u.align-right .content {
31054
+ text-align: right;
31055
+ }
31056
+ .E_t1sqg15u .uuid-row {
31057
+ display: flex;
31058
+ justify-content: space-between;
31059
+ }
31060
+ .E_t1sqg15u .uuid-row .id-text {
31061
+ white-space: nowrap;
31062
+ overflow: hidden;
31063
+ text-overflow: ellipsis;
31064
+ }
31065
+
31066
+ .E_t4zczcp {
31067
+ display: flex;
31068
+ justify-content: space-between;
31069
+ align-items: center;
31070
+ padding: 8px;
31071
+ min-height: 32px;
31072
+ }
31073
+ .E_t4zczcp .table-title {
31074
+ color: rgba(44, 56, 82, 0.6);
31075
+ font-weight: 600;
31076
+ font-size: 12px;
31077
+ line-height: 8px;
31078
+ }
31079
+ .E_t4zczcp .edit-icon {
31080
+ font-size: 16px;
31081
+ color: rgba(10, 37, 85, 0.6);
31082
+ cursor: pointer;
30748
31083
  }
30749
- .E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
30750
- --color: #0080ff;
30751
- --border-color: #fff;
30752
- --background-color: #fff;
30753
- --background-color-hover: rgba(0, 136, 255, 0.16);
30754
- --background-color-active: rgba(0, 136, 255, 0.2);
30755
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30756
- box-shadow: none;
31084
+
31085
+ .E_t1s7goww {
31086
+ font-size: 12px;
31087
+ line-height: 18px;
30757
31088
  }
30758
- .E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
30759
- --color: #f0483e;
30760
- --background-color-hover: rgba(255, 74, 74, 0.16);
30761
- --background-color-active: rgba(255, 74, 74, 0.2);
30762
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
31089
+
31090
+ .E_t93e4cf {
31091
+ display: flex;
31092
+ padding: 8px 0;
31093
+ color: #2d3a56;
30763
31094
  }
30764
- .E_b1wx3t3t.ant-btn-quiet {
30765
- --color: rgba(44, 56, 82, 0.6);
30766
- --border-width: 0;
30767
- --background-color: transparent;
30768
- --background-color-hover: rgba(211, 218, 235, 0.6);
30769
- --background-color-active: rgba(192, 203, 224, 0.6);
30770
- --background-color-focus: #fff;
30771
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30772
- box-shadow: none;
31095
+ .E_t93e4cf .hidden {
31096
+ display: none;
30773
31097
  }
30774
- .E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
30775
- --color: #f0483e;
30776
- --background-color-hover: rgba(255, 74, 74, 0.16);
30777
- --background-color-active: rgba(255, 74, 74, 0.2);
30778
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
31098
+ .E_t93e4cf .ant-btn-link {
31099
+ height: auto;
30779
31100
  }
30780
- .E_b1wx3t3t.ant-btn-quiet.quiet-blue {
30781
- --color: #0080ff;
30782
- --background-color: transparent;
30783
- --background-color-hover: rgba(0, 136, 255, 0.16);
30784
- --background-color-active: rgba(0, 136, 255, 0.2);
30785
- --background-color-focus: #fff;
30786
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
31101
+ .E_t93e4cf .content {
31102
+ overflow: hidden;
31103
+ overflow-x: auto;
31104
+ width: 100%;
31105
+ white-space: pre-wrap;
30787
31106
  }
30788
- .E_b1wx3t3t .button-prefix-icon {
30789
- margin-right: 8px;
30790
- display: inline-flex;
31107
+ .E_t93e4cf .content .ant-btn {
31108
+ white-space: pre-wrap;
31109
+ text-align: left;
30791
31110
  }
30792
- .E_b1wx3t3t .button-suffix-icon {
30793
- margin-left: 8px;
30794
- display: inline-flex;
31111
+ .E_t93e4cf .content .unit-chart {
31112
+ justify-content: flex-start;
30795
31113
  }
30796
- .E_b1wx3t3t .icon-wrapper {
30797
- display: flex;
30798
- justify-content: center;
31114
+
31115
+ .E_rhz2uv5 {
31116
+ width: var(--rhz2uv5-0);
31117
+ flex-shrink: 0;
31118
+ color: rgba(44, 56, 82, 0.6);
31119
+ padding-right: 12px;
30799
31120
  }
30800
31121
 
30801
- .E_n7k2c6r {
30802
- padding: 0;
31122
+ .E_ou7iq30 {
31123
+ overflow: hidden;
31124
+ text-overflow: ellipsis;
30803
31125
  }
30804
31126
 
30805
- .E_i1inqkme {
30806
- height: 18px;
30807
- line-height: 18px;
30808
- padding: 0 4px;
30809
- border-radius: 4px;
30810
- background: rgba(235, 239, 245, 0.6);
30811
- border: 1px solid rgba(223, 228, 235, 0.6);
30812
- display: flex;
30813
- align-items: center;
31127
+ .E_s1tui002 {
30814
31128
  white-space: nowrap;
30815
- margin-right: 4px;
30816
31129
  }
30817
31130
 
30818
- .E_itxley7.ant-input-group.ant-input-group-compact {
30819
- display: flex;
31131
+ .E_mxrc2zg {
31132
+ display: -webkit-box;
31133
+ -webkit-line-clamp: var(--mxrc2zg-0);
31134
+ -webkit-box-orient: vertical;
31135
+ word-break: break-all;
30820
31136
  }
30821
31137
 
30822
- .E_phljevk {
31138
+ .E_skwah65 {
31139
+ height: 8px;
31140
+ box-sizing: border-box;
31141
+ border-radius: 2px;
31142
+ background: #f5f7fa;
30823
31143
  display: flex;
30824
- justify-content: space-between;
30825
- align-items: center;
30826
- padding: 10px 0;
30827
- color: rgba(44, 56, 82, 0.6);
30828
- font-size: 12px;
30829
- line-height: 24px;
31144
+ width: 100%;
31145
+ overflow: hidden;
30830
31146
  }
30831
- .E_phljevk .pagination-left {
30832
- padding: 2px 8px;
31147
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31148
+ margin-left: 1px;
30833
31149
  }
30834
- .E_phljevk .dropdown-trigger {
31150
+
31151
+ .E_wg1tsps {
30835
31152
  display: flex;
30836
31153
  align-items: center;
30837
- border-radius: 6px;
30838
- cursor: pointer;
30839
- transition: all 0.3s ease;
30840
- }
30841
- .E_phljevk .dropdown-trigger:hover {
30842
- background: rgba(211, 218, 235, 0.6);
30843
- color: #0080ff;
30844
- }
30845
- .E_phljevk .dropdown-trigger .icon-inner {
30846
- margin-left: 4px;
31154
+ justify-content: flex-end;
30847
31155
  }
30848
- .E_phljevk .pagination-right {
31156
+
31157
+ .E_b1ctd5xy {
30849
31158
  display: flex;
30850
31159
  align-items: center;
30851
- color: #0080ff;
30852
- font-weight: bold;
30853
- }
30854
- .E_phljevk .pagination-right .icon-inner {
30855
- margin-left: 4px;
30856
- }
30857
- .E_phljevk .pagination-right .prev-btn,
30858
- .E_phljevk .pagination-right .next-btn {
30859
- padding: 0 8px;
30860
- }
30861
- .E_phljevk .pagination-right .prev-btn > span,
30862
- .E_phljevk .pagination-right .next-btn > span {
30863
- color: #0080ff;
31160
+ width: calc(100% - 40px);
30864
31161
  }
30865
- .E_phljevk .pagination-right .next-btn .icon-inner {
30866
- transform: rotate(180deg);
31162
+ .E_b1ctd5xy .chart {
31163
+ display: inline-block;
31164
+ width: 100%;
30867
31165
  }
30868
31166
 
30869
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30870
- max-height: calc(100vh - 128px);
30871
- overflow-y: auto;
31167
+ .E_u1p8acpn {
31168
+ min-width: 40px;
30872
31169
  }
30873
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30874
- padding: 4px 20px;
30875
- font-size: 12px;
30876
- line-height: 18px;
31170
+ .E_u1p8acpn .unit {
31171
+ color: #00122e !important;
30877
31172
  }
30878
31173
 
30879
- .E_owd0kml {
30880
- display: inline-block;
31174
+ .E_tje3huy {
31175
+ width: 100%;
31176
+ overflow: inherit;
31177
+ white-space: inherit;
31178
+ text-overflow: ellipsis;
30881
31179
  }
30882
31180
 
30883
- .E_h1jsgezc {
30884
- visibility: hidden;
30885
- position: absolute;
31181
+ .E_s1iv0tp1 .enabled-switch {
31182
+ display: flex;
31183
+ align-items: center;
31184
+ }
31185
+ .E_s1iv0tp1 .enabled-text {
31186
+ margin-right: 8px;
30886
31187
  }
30887
31188
 
30888
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30889
- display: var(--ai7qkf2-0);
31189
+ .E_t160l1cm {
31190
+ display: flex;
31191
+ flex-direction: column;
31192
+ flex: 1;
31193
+ /* FIXME:(yanzhen) do this better */
30890
31194
  }
30891
- .E_ai7qkf2 .ant-input-number-input-wrap {
30892
- display: inline-flex;
30893
- line-height: 1.5715;
31195
+ .E_t160l1cm .tab-bar {
31196
+ flex-shrink: 0;
31197
+ display: flex;
31198
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
31199
+ }
31200
+ .E_t160l1cm .tab-content {
30894
31201
  height: 100%;
30895
- width: 100%;
30896
31202
  }
30897
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30898
- content: var(--ai7qkf2-1);
30899
- display: var(--ai7qkf2-2);
30900
- flex: none;
30901
- align-items: center;
30902
- margin-left: 4px;
31203
+ .E_t160l1cm .tab-menu-item {
31204
+ margin-right: 2px;
31205
+ padding: 1px 12px;
31206
+ line-height: 24px;
31207
+ height: 24px;
30903
31208
  color: rgba(44, 56, 82, 0.6);
31209
+ border-radius: 4px 4px 0 0;
31210
+ cursor: pointer;
31211
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
30904
31212
  }
30905
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
30906
- content: var(--ai7qkf2-3);
30907
- display: var(--ai7qkf2-4);
30908
- flex: none;
30909
- align-items: center;
30910
- margin-right: 4px;
30911
- cursor: auto;
30912
- color: rgba(44, 56, 82, 0.6);
31213
+ .E_t160l1cm .tab-menu-item:first-child {
31214
+ padding-left: 0;
30913
31215
  }
30914
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30915
- border-radius: 0;
31216
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
31217
+ padding-left: 12px;
30916
31218
  }
30917
- .E_ai7qkf2.ant-input-number {
30918
- width: 100%;
30919
- border-radius: 6px;
31219
+ .E_t160l1cm .tab-menu-item:hover {
31220
+ color: #0080ff;
31221
+ background: rgba(211, 218, 235, 0.6);
30920
31222
  }
30921
- .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
30922
- border-color: #0096ff;
30923
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30924
- z-index: 1;
31223
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
31224
+ fill: #0080ff;
30925
31225
  }
30926
- .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
30927
- border-color: #e75a3a;
30928
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31226
+ .E_t160l1cm .tab-menu-item:active {
31227
+ background: rgba(192, 203, 224, 0.6);
31228
+ }
31229
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
31230
+ color: #0080ff;
31231
+ background: rgba(211, 218, 235, 0.6);
31232
+ }
31233
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
31234
+ background: rgba(192, 203, 224, 0.6);
31235
+ }
31236
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
31237
+ background: rgba(0, 128, 255, 0.16);
31238
+ }
31239
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
31240
+ fill: #0080ff;
31241
+ }
31242
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
31243
+ color: #0080ff;
31244
+ background: rgba(0, 128, 255, 0.1);
30929
31245
  }
30930
- .E_ai7qkf2 .ant-input-number-input {
30931
- height: 30px;
30932
- border: 1px;
30933
- padding: 5px 12px;
30934
- font-size: inherit;
31246
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
31247
+ background: rgba(0, 128, 255, 0.16);
30935
31248
  }
30936
- .E_ai7qkf2.ant-input-number-lg input {
30937
- height: 38px;
30938
- border: 1px;
30939
- padding: 8px 16px;
31249
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
31250
+ fill: #1d326c;
30940
31251
  }
30941
- .E_ai7qkf2.ant-input-number-sm input {
31252
+ .E_t160l1cm .tab-menu-item .expand-arrow {
31253
+ margin-left: 8px;
30942
31254
  height: 22px;
30943
- border: 1px;
30944
- padding: 2px 8px;
30945
31255
  }
30946
-
30947
- .E_rapgekc.ant-radio-wrapper {
30948
- display: inline-flex;
30949
- align-items: baseline;
30950
- white-space: pre-wrap;
31256
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
31257
+ fill: rgba(44, 56, 82, 0.6);
30951
31258
  }
30952
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30953
- position: relative;
30954
- top: 3px;
31259
+ .E_t160l1cm .tab-menu-item-group {
31260
+ padding: 0;
31261
+ display: flex;
31262
+ align-items: center;
31263
+ overflow: hidden;
30955
31264
  }
30956
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30957
- border-color: rgba(107, 128, 167, 0.6);
31265
+ .E_t160l1cm .tab-menu-item-group .main-title {
31266
+ opacity: 0;
31267
+ max-width: 0;
31268
+ transition: max-width 320ms ease, opacity 240ms ease;
30958
31269
  }
30959
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30960
- border-color: #0080ff;
31270
+ .E_t160l1cm .tab-menu-item-group .sub-title {
31271
+ padding: 1px 12px;
31272
+ position: relative;
31273
+ display: flex;
30961
31274
  }
30962
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30963
- border-color: #0080ff;
30964
- background: #0080ff;
31275
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
31276
+ opacity: 0;
31277
+ position: absolute;
31278
+ top: 50%;
31279
+ left: 0;
31280
+ transform: translate(-50%, -50%);
31281
+ transition: opacity 100ms linear;
31282
+ fill: rgba(0, 128, 255, 0.2);
30965
31283
  }
30966
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30967
- top: 4px;
30968
- left: 4px;
30969
- width: 6px;
30970
- height: 6px;
30971
- background: #fff;
31284
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
31285
+ color: #0080ff;
30972
31286
  }
30973
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30974
- opacity: 0.5;
31287
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
31288
+ padding: 1px 12px;
31289
+ display: inline-block;
31290
+ opacity: 1;
31291
+ max-width: 160px;
30975
31292
  }
30976
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30977
- border-color: rgba(107, 128, 167, 0.6);
30978
- background: rgba(211, 218, 235, 0.6);
31293
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
31294
+ padding: 1px 12px;
31295
+ color: #005ed1;
30979
31296
  }
30980
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30981
- background: #00122e;
31297
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31298
+ opacity: 1;
30982
31299
  }
30983
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30984
- color: #00122e;
30985
- opacity: 0.5;
31300
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
31301
+ background: rgba(0, 128, 255, 0.16);
30986
31302
  }
30987
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30988
- color: #00122e;
31303
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
31304
+ opacity: 0;
30989
31305
  }
30990
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30991
- display: inline-block;
30992
- padding: 0;
30993
- padding-left: 12px;
31306
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
31307
+ padding: 4px 16px;
31308
+ height: 32px;
31309
+ border-radius: 6px 6px 0 0;
30994
31310
  }
30995
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30996
- margin-bottom: 0;
30997
- white-space: pre-wrap;
30998
- color: rgba(44, 56, 82, 0.6);
31311
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
31312
+ padding-left: 0;
30999
31313
  }
31000
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31001
- padding-left: 8px;
31314
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
31315
+ padding-left: 16px;
31002
31316
  }
31003
-
31004
- .E_rp906go .ant-radio-button-wrapper:first-child {
31005
- border-radius: 5px 0 0 5px;
31317
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
31318
+ margin-left: 11px;
31319
+ height: 24px;
31006
31320
  }
31007
- .E_rp906go .ant-radio-button-wrapper:last-child {
31008
- border-radius: 0 5px 5px 0;
31321
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
31322
+ padding: 0;
31009
31323
  }
31010
-
31011
- .E_rcc63c8 {
31012
- color: #00122e;
31013
- border-color: #ccd4e3;
31324
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
31325
+ padding: 4px 16px;
31014
31326
  }
31015
- .E_rcc63c8:first-child {
31016
- border-color: #a3b4cc;
31327
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
31328
+ padding: 4px 16px;
31017
31329
  }
31018
- .E_rcc63c8.ant-radio-button-wrapper {
31019
- padding: 0 12px;
31020
- line-height: 32px;
31021
- height: 32px;
31330
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
31331
+ background: #fff;
31022
31332
  }
31023
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
31024
- white-space: nowrap;
31333
+ .E_t160l1cm .tab-menu-item-light:active {
31334
+ color: #005ed1;
31025
31335
  }
31026
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
31027
- height: 22px;
31028
- padding: 0 7px;
31029
- line-height: 20px;
31336
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
31337
+ background: #fff;
31338
+ color: #1d326c;
31030
31339
  }
31031
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31032
- background: #ccd4e3;
31340
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
31341
+ color: rgba(45, 58, 86, 0.6);
31033
31342
  }
31034
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31035
- background: #0080ff;
31343
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
31344
+ color: #1d326c;
31036
31345
  }
31037
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31038
- background: #ccd4e3;
31039
- opacity: 0.5;
31346
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31347
+ fill: #d8deeb;
31040
31348
  }
31041
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31042
- border-right-color: #0080ff;
31349
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
31350
+ fill: #1d326c;
31043
31351
  }
31044
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31045
- border-color: #0080ff;
31352
+ .E_t160l1cm .tab-content {
31353
+ flex: 1;
31354
+ display: flex;
31355
+ flex-direction: column;
31046
31356
  }
31047
- .E_rcc63c8.ant-radio-button-wrapper-checked {
31048
- background: rgba(0, 136, 255, 0.1);
31357
+ .E_t160l1cm.is-overview .tab-content {
31358
+ overflow: visible;
31049
31359
  }
31050
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
31051
- background: rgba(211, 218, 235, 0.6);
31052
- border-color: #ccd4e3;
31053
- opacity: 0.5;
31360
+
31361
+ .E_t14npdqr {
31362
+ max-width: 240px;
31363
+ animation: none;
31054
31364
  }
31055
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
31056
- color: #00122e;
31057
- border-color: #ccd4e3;
31365
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
31366
+ border: 1px solid #0080ff;
31367
+ padding: 0;
31058
31368
  }
31059
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31060
- color: #00122e;
31061
- border-color: #ccd4e3;
31369
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31370
+ margin: 0;
31371
+ height: 32px;
31372
+ line-height: 32px;
31373
+ font-size: 13px;
31374
+ padding: 0 10px;
31375
+ display: block;
31376
+ overflow: hidden;
31377
+ text-overflow: ellipsis;
31378
+ white-space: nowrap;
31379
+ }
31380
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
31381
+ content: " ";
31382
+ height: 1px;
31383
+ width: calc(100% + 10px);
31062
31384
  background: rgba(172, 186, 211, 0.6);
31385
+ display: block;
31063
31386
  }
31064
- .E_rcc63c8 .ant-radio-button-input {
31065
- margin-right: 8px;
31066
- display: inline;
31067
- border: none;
31068
- padding: 0;
31069
- width: 36px;
31387
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
31388
+ color: #0080ff;
31070
31389
  background: transparent;
31071
31390
  }
31072
- .E_rcc63c8 .ant-radio-button-input:focus {
31073
- box-shadow: none;
31391
+
31392
+ .E_fzh9mnb {
31393
+ width: 100%;
31394
+ height: 100%;
31395
+ min-height: 124px;
31396
+ display: flex;
31397
+ flex-direction: column;
31398
+ justify-content: center;
31399
+ align-items: center;
31074
31400
  }
31075
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
31076
- margin-right: 0;
31077
- width: initial;
31078
- box-shadow: none;
31401
+ .E_fzh9mnb .error-text {
31402
+ color: rgba(10, 37, 85, 0.6);
31403
+ margin-bottom: 16px;
31404
+ font-size: 18px;
31079
31405
  }
31080
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31081
- display: none;
31406
+
31407
+ .E_f7pxqmh {
31408
+ width: 100%;
31409
+ margin-bottom: 0 !important;
31410
+ flex-flow: nowrap !important;
31411
+ line-break: auto;
31412
+ }
31413
+ .E_f7pxqmh > .ant-form-item-label {
31414
+ text-align: left !important;
31415
+ padding-bottom: 0 !important;
31416
+ }
31417
+ .E_f7pxqmh > .ant-form-item-label > label {
31418
+ min-height: 32px;
31419
+ height: auto;
31420
+ font-size: 13px;
31421
+ color: rgba(44, 56, 82, 0.6);
31422
+ white-space: normal;
31423
+ }
31424
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31425
+ border-color: #ff4d4f !important;
31082
31426
  }
31083
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31084
- display: inline;
31427
+ .E_f7pxqmh .ant-form-item-explain {
31428
+ margin-top: 4px;
31429
+ font-size: 12px;
31430
+ min-height: 0px;
31085
31431
  }
31086
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31087
- display: inline;
31088
- margin-right: 8px;
31089
- padding: 0;
31090
- width: 36px;
31432
+ .E_f7pxqmh .ant-form-item-extra {
31433
+ font-size: 12px;
31434
+ color: rgba(44, 56, 82, 0.6);
31435
+ min-height: 0px;
31436
+ }
31437
+
31438
+ .E_i1inqkme {
31439
+ height: 18px;
31440
+ line-height: 18px;
31441
+ padding: 0 4px;
31442
+ border-radius: 4px;
31443
+ background: rgba(235, 239, 245, 0.6);
31444
+ border: 1px solid rgba(223, 228, 235, 0.6);
31445
+ display: flex;
31446
+ align-items: center;
31447
+ white-space: nowrap;
31448
+ margin-right: 4px;
31091
31449
  }
31092
31450
 
31093
31451
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -31121,269 +31479,90 @@ html body {
31121
31479
  font-size: inherit;
31122
31480
  }
31123
31481
 
31124
- .E_ivqqkzv {
31125
- height: 24px;
31126
- width: 56px !important;
31127
- margin-right: 4px;
31128
- }
31129
-
31130
- .E_c1wk4q29 {
31131
- color: rgba(44, 56, 82, 0.6);
31482
+ .E_iouxfgt {
31483
+ display: inline-flex;
31484
+ align-items: center;
31132
31485
  }
31133
-
31134
- .E_c1bus5hc {
31135
- --color: white;
31136
- height: 14px;
31137
- width: 14px;
31138
- border-radius: 50%;
31139
- flex-shrink: 0;
31140
- display: flex;
31486
+ .E_iouxfgt .icon-inner {
31487
+ display: inline-flex;
31141
31488
  align-items: center;
31142
31489
  justify-content: center;
31143
- border: 1px solid var(--color);
31144
- }
31145
- .E_c1bus5hc .circle-inner {
31146
- position: relative;
31147
- height: 10px;
31148
- width: 10px;
31149
- border-radius: 50%;
31150
- overflow: hidden;
31151
- }
31152
- .E_c1bus5hc .circle-content {
31153
- position: absolute;
31154
- height: 100%;
31155
- width: 100%;
31156
- left: 0;
31157
- top: 0;
31158
- border-radius: 50%;
31159
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31160
- transform: rotate(180deg);
31161
- }
31162
- .E_c1bus5hc .circle-child {
31163
- position: absolute;
31164
- height: 100%;
31165
- width: 100%;
31166
- left: 0;
31167
- top: 0;
31168
- margin-left: 50%;
31169
- transform-origin: left;
31170
- background: white;
31171
- transform: rotate(0deg);
31172
- }
31173
-
31174
- .E_sddwhm6 {
31175
- margin: 0;
31176
- border-radius: 20px;
31177
- padding: 2px 10px;
31178
- height: 22px;
31179
- }
31180
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
31181
- background-color: rgba(237, 241, 250, 0.6) !important;
31182
- }
31183
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
31184
- background-color: rgba(225, 230, 241, 0.6) !important;
31185
- }
31186
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
31187
- color: #00122e;
31188
- }
31189
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
31190
- margin-right: 6px;
31191
31490
  }
31192
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
31491
+ .E_iouxfgt .icon-inner + span,
31492
+ .E_iouxfgt span + .icon-inner.suffix {
31193
31493
  margin-left: 4px;
31194
31494
  }
31195
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
31196
- background-color: rgba(0, 136, 255, 0.1);
31197
- }
31198
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
31199
- background-color: #0080ff;
31200
- }
31201
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
31202
- background-color: rgba(0, 136, 255, 0.16);
31203
- }
31204
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
31205
- background-color: rgba(255, 74, 74, 0.1);
31206
- }
31207
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
31208
- background-color: #f0483e;
31209
- }
31210
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
31211
- background-color: rgba(255, 74, 74, 0.16);
31212
- }
31213
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
31214
- background-color: rgba(254, 160, 8, 0.1);
31215
- }
31216
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
31217
- background-color: #fea008;
31218
- }
31219
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
31220
- background-color: rgba(255, 187, 0, 0.16);
31221
- }
31222
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
31223
- background-color: rgba(30, 201, 127, 0.1);
31224
- }
31225
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
31226
- background-color: #00ba5d;
31227
- }
31228
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
31229
- background-color: rgba(30, 201, 127, 0.16);
31230
- }
31231
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
31232
- background-color: rgba(225, 230, 241, 0.6);
31233
- }
31234
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
31235
- background-color: #6b7d99;
31236
- }
31237
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
31238
- background-color: rgba(211, 218, 235, 0.6);
31495
+ .E_iouxfgt.is-rotate img,
31496
+ .E_iouxfgt.is-rotate svg {
31497
+ animation: rotate 680ms linear infinite;
31239
31498
  }
31240
31499
 
31241
- .E_satwmqm {
31242
- width: 8px;
31243
- height: 8px;
31244
- border-radius: 50%;
31500
+ .E_owd0kml {
31245
31501
  display: inline-block;
31246
31502
  }
31247
31503
 
31248
- .E_s1sck0th {
31249
- padding: 0 8px;
31250
- border-radius: 4px;
31251
- }
31252
-
31253
- .E_m855nr1 {
31254
- padding: 2px 8px;
31255
- border-radius: 3px;
31256
- }
31257
-
31258
- .E_l1270xpg {
31259
- padding: 3px 8px;
31260
- border-radius: 2px;
31261
- }
31262
-
31263
- .E_t14rextb.ant-tag:hover {
31264
- opacity: unset;
31265
- }
31266
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31267
- margin: 0;
31268
- margin-right: 8px;
31269
- display: inline-flex;
31270
- align-items: center;
31271
- border: none;
31272
- }
31273
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31274
- width: 16px;
31275
- height: 16px;
31276
- color: inherit;
31277
- margin-left: 4px;
31278
- opacity: 0.6;
31279
- display: inline-flex;
31280
- }
31281
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31282
- opacity: 1;
31283
- }
31284
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31285
- color: #0080ff;
31286
- background-color: rgba(0, 136, 255, 0.1);
31287
- }
31288
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31289
- color: #f0483e;
31290
- background-color: rgba(255, 74, 74, 0.1);
31291
- }
31292
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31293
- color: #e07f00;
31294
- background-color: rgba(255, 187, 0, 0.1);
31295
- }
31296
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31297
- color: #008f4c;
31298
- background-color: rgba(30, 201, 127, 0.1);
31299
- }
31300
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31301
- color: #1d326c;
31302
- background-color: rgba(225, 230, 241, 0.6);
31303
- }
31304
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31305
- color: #7E41FF;
31306
- background-color: rgba(126, 65, 255, 0.1);
31307
- }
31308
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31309
- color: #fff;
31310
- }
31311
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31312
- background-color: #f0483e;
31313
- }
31314
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31315
- background-color: #fea008;
31316
- }
31317
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31318
- background-color: #00ba5d;
31319
- }
31320
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31321
- background-color: #0080ff;
31322
- }
31323
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31324
- background-color: #6b7d99;
31325
- }
31326
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31327
- background-color: #7E41FF;
31328
- }
31329
-
31330
- .E_s1dizucg.ant-switch {
31331
- min-width: 40px;
31332
- height: 24px;
31333
- background: rgba(172, 186, 211, 0.6);
31334
- overflow: hidden;
31335
- }
31336
- .E_s1dizucg.ant-switch:focus {
31337
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31338
- }
31339
- .E_s1dizucg.ant-switch-small {
31340
- min-width: 26px;
31341
- height: 16px;
31342
- }
31343
- .E_s1dizucg.ant-switch-large {
31344
- min-width: 52px;
31345
- height: 32px;
31504
+ .E_h1jsgezc {
31505
+ visibility: hidden;
31506
+ position: absolute;
31346
31507
  }
31347
- .E_s1dizucg.ant-switch .ant-switch-handle {
31348
- height: 20px;
31349
- width: 20px;
31508
+
31509
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
31510
+ display: var(--ai7qkf2-0);
31350
31511
  }
31351
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31352
- border-radius: 10px;
31353
- transition-delay: 120ms;
31512
+ .E_ai7qkf2 .ant-input-number-input-wrap {
31513
+ display: inline-flex;
31514
+ line-height: 1.5715;
31515
+ height: 100%;
31516
+ width: 100%;
31354
31517
  }
31355
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31356
- height: 14px;
31357
- width: 14px;
31358
- top: 1px;
31359
- left: 1px;
31518
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
31519
+ content: var(--ai7qkf2-1);
31520
+ display: var(--ai7qkf2-2);
31521
+ flex: none;
31522
+ align-items: center;
31523
+ margin-left: 4px;
31524
+ color: rgba(44, 56, 82, 0.6);
31360
31525
  }
31361
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31362
- height: 28px;
31363
- width: 28px;
31526
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
31527
+ content: var(--ai7qkf2-3);
31528
+ display: var(--ai7qkf2-4);
31529
+ flex: none;
31530
+ align-items: center;
31531
+ margin-right: 4px;
31532
+ cursor: auto;
31533
+ color: rgba(44, 56, 82, 0.6);
31364
31534
  }
31365
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31366
- border-radius: 14px;
31535
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31536
+ border-radius: 0;
31367
31537
  }
31368
- .E_s1dizucg.ant-switch-checked {
31369
- background-color: #00ba5d;
31538
+ .E_ai7qkf2.ant-input-number {
31539
+ width: 100%;
31540
+ border-radius: 6px;
31370
31541
  }
31371
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31372
- left: calc(100% - 20px - 2px);
31542
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31543
+ border-color: #0096ff;
31544
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31545
+ z-index: 1;
31373
31546
  }
31374
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31375
- left: calc(100% - 14px - 1px);
31547
+ .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31548
+ border-color: #e75a3a;
31549
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31376
31550
  }
31377
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31378
- left: calc(100% - 28px - 2px);
31551
+ .E_ai7qkf2 .ant-input-number-input {
31552
+ height: 30px;
31553
+ border: 1px;
31554
+ padding: 5px 12px;
31555
+ font-size: inherit;
31379
31556
  }
31380
-
31381
- .E_c1up6e3y {
31382
- margin-left: 5px;
31557
+ .E_ai7qkf2.ant-input-number-lg input {
31558
+ height: 38px;
31559
+ border: 1px;
31560
+ padding: 8px 16px;
31383
31561
  }
31384
-
31385
- .E_tju3gfj .date {
31386
- margin-right: 4px;
31562
+ .E_ai7qkf2.ant-input-number-sm input {
31563
+ height: 22px;
31564
+ border: 1px;
31565
+ padding: 2px 8px;
31387
31566
  }
31388
31567
 
31389
31568
  .E_cnujxq2 {
@@ -32071,18 +32250,6 @@ input.E_rf8rlle.ant-input {
32071
32250
  margin: 4px 0;
32072
32251
  }
32073
32252
 
32074
- .E_iq1gosr {
32075
- display: inline-block;
32076
- }
32077
-
32078
- .E_t1m2x205 .ant-tooltip-arrow {
32079
- display: none;
32080
- }
32081
- .E_t1m2x205 .ant-tooltip-inner {
32082
- background: rgba(23, 38, 64, 0.8);
32083
- border-radius: 4px;
32084
- }
32085
-
32086
32253
  .E_dsnbhzf {
32087
32254
  font-family: Inter;
32088
32255
  font-style: normal;
@@ -32558,171 +32725,17 @@ input.E_rf8rlle.ant-input {
32558
32725
  line-height: 12px;
32559
32726
  }
32560
32727
 
32561
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
32728
+ .E_suhck3k {
32729
+ height: 24px;
32730
+ width: 24px;
32562
32731
  border-radius: 6px;
32732
+ padding: 4px;
32563
32733
  }
32564
- .E_s177mls5.ant-select.ant-select-single {
32565
- width: 100%;
32566
- color: #2d3a56;
32567
- border-color: rgba(211, 218, 235, 0.6);
32568
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32569
- font-size: 13px;
32570
- }
32571
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
32572
- height: 30px;
32573
- }
32574
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
32575
- height: 38px;
32576
- font-size: 13px;
32577
- }
32578
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
32579
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32580
- transition: 160ms ease;
32581
- }
32582
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
32583
- color: #0080ff;
32584
- }
32585
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32586
- border-color: rgba(107, 128, 167, 0.6);
32587
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32588
- }
32589
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32590
- color: #0080ff;
32591
- }
32592
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32593
- border-color: #0080ff;
32594
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32595
- }
32596
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32597
- transform: rotate(180deg);
32598
- }
32599
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32600
- background: rgba(211, 218, 235, 0.6);
32601
- border-color: rgba(172, 186, 211, 0.6);
32602
- cursor: "not-allowed";
32603
- }
32604
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32605
- border-color: #f0483e !important;
32606
- }
32607
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32608
- color: #1d326c;
32609
- }
32610
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32611
- border-color: #0080ff;
32612
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32613
- }
32614
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32615
- transform: rotate(180deg);
32616
- }
32617
-
32618
- .E_s1dni7lo {
32619
- width: 430px !important;
32620
- }
32621
-
32622
- .E_d1wwmmm5 .ant-select-item-group {
32623
- padding: 8px 16px;
32624
- line-height: 18px;
32625
- border-top: 1px solid rgba(211, 218, 235, 0.6);
32626
- height: 34px;
32627
- min-height: 34px;
32628
- box-sizing: border-box;
32629
- margin-top: 8px;
32630
- }
32631
-
32632
- .E_o1ugr09p {
32633
- display: flex;
32634
- flex-direction: column;
32635
- margin: 1px 8px;
32636
- padding: 8px;
32637
- border-radius: 4px;
32638
- }
32639
- .E_o1ugr09p .selected-icon {
32640
- display: none;
32641
- }
32642
- .E_o1ugr09p.ant-select-item-option-grouped {
32643
- padding-left: 8px;
32644
- }
32645
- .E_o1ugr09p.ant-select-item-option-selected {
32646
- background-color: white;
32647
- }
32648
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
32649
- color: #0080ff;
32650
- }
32651
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
32652
- display: block;
32653
- }
32654
- .E_o1ugr09p.ant-select-item-option-active {
32655
- background: rgba(0, 136, 255, 0.16);
32656
- }
32657
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
32658
- color: #0080ff;
32659
- }
32660
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
32661
- background: rgba(0, 136, 255, 0.1);
32662
- color: #0080ff;
32663
- }
32664
-
32665
- .E_o1ifxsq4 {
32666
- display: flex;
32667
- justify-content: space-between;
32668
- height: 20px;
32669
- line-height: 20px;
32670
- }
32671
- .E_o1ifxsq4 .timezone-title {
32672
- color: #2d3a56;
32673
- overflow: hidden;
32674
- text-overflow: ellipsis;
32675
- }
32676
-
32677
- .E_o1zue7 {
32678
- display: flex;
32679
- justify-content: space-between;
32680
- color: rgba(44, 56, 82, 0.6);
32681
- height: 18px;
32682
- line-height: 18px;
32683
- margin-top: 2px;
32684
- }
32685
-
32686
- .E_tyfmlxg {
32687
- border: none;
32688
- margin-right: 0;
32689
- background: rgba(225, 230, 241, 0.6);
32690
- }
32691
-
32692
- .E_o18uybox {
32693
- pointer-events: none;
32694
- height: 32px;
32695
- width: 100%;
32696
- opacity: 0;
32697
- }
32698
-
32699
- .E_c1yyuluq {
32700
- border-radius: 8px;
32701
- }
32702
- .E_c1yyuluq .ant-card-body {
32703
- padding: 20px 24px 24px 24px;
32704
- }
32705
-
32706
- .E_ccrbeuz .ant-collapse-item {
32707
- border: 0px;
32708
- background-color: #fff;
32709
- }
32710
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32711
- padding-top: 0px;
32712
- padding-bottom: 0px;
32713
- padding-left: 0px !important;
32714
- padding-right: 24px;
32715
- }
32716
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32717
- right: 0px;
32718
- }
32719
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32720
- padding: 0px;
32734
+ .E_suhck3k:hover {
32735
+ background-color: rgba(0, 136, 255, 0.1);
32721
32736
  }
32722
-
32723
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32724
- padding-right: 0px;
32725
- cursor: default;
32737
+ .E_suhck3k:hover svg path {
32738
+ fill: blue;
32726
32739
  }
32727
32740
 
32728
32741
  .E_h1ol2wl7 {
@@ -32731,6 +32744,22 @@ input.E_rf8rlle.ant-input {
32731
32744
  padding: unset;
32732
32745
  }
32733
32746
 
32747
+ .E_ryby9ds {
32748
+ display: flex;
32749
+ align-items: center;
32750
+ }
32751
+ .E_ryby9ds .order {
32752
+ height: 24px;
32753
+ width: 24px;
32754
+ border-radius: 20px;
32755
+ color: #0080ff;
32756
+ background: rgba(0, 136, 255, 0.1);
32757
+ display: flex;
32758
+ align-items: center;
32759
+ justify-content: center;
32760
+ margin-right: 6px;
32761
+ }
32762
+
32734
32763
  .E_drhfj7c .bottom {
32735
32764
  color: rgba(44, 56, 82, 0.75);
32736
32765
  }
@@ -32939,35 +32968,6 @@ input.E_rf8rlle.ant-input {
32939
32968
  font-size: 14px;
32940
32969
  }
32941
32970
 
32942
- .E_suhck3k {
32943
- height: 24px;
32944
- width: 24px;
32945
- border-radius: 6px;
32946
- padding: 4px;
32947
- }
32948
- .E_suhck3k:hover {
32949
- background-color: rgba(0, 136, 255, 0.1);
32950
- }
32951
- .E_suhck3k:hover svg path {
32952
- fill: blue;
32953
- }
32954
-
32955
- .E_ryby9ds {
32956
- display: flex;
32957
- align-items: center;
32958
- }
32959
- .E_ryby9ds .order {
32960
- height: 24px;
32961
- width: 24px;
32962
- border-radius: 20px;
32963
- color: #0080ff;
32964
- background: rgba(0, 136, 255, 0.1);
32965
- display: flex;
32966
- align-items: center;
32967
- justify-content: center;
32968
- margin-right: 6px;
32969
- }
32970
-
32971
32971
  .E_c1kchka8 {
32972
32972
  height: 100%;
32973
32973
  width: 100%;
@@ -33445,23 +33445,6 @@ input.E_rf8rlle.ant-input {
33445
33445
  padding: 0;
33446
33446
  }
33447
33447
 
33448
- .E_r77hffu {
33449
- display: flex;
33450
- align-items: center;
33451
- justify-content: space-between;
33452
- column-gap: 6px;
33453
- }
33454
-
33455
- .E_p1cmxsf7 {
33456
- display: flex;
33457
- flex-direction: column;
33458
- justify-content: center;
33459
- row-gap: var(--p1cmxsf7-0);
33460
- }
33461
- .E_p1cmxsf7 .antd5-progress-line {
33462
- font-size: 0;
33463
- }
33464
-
33465
33448
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33466
33449
  margin-right: 2px;
33467
33450
  }
@@ -33496,6 +33479,10 @@ input.E_rf8rlle.ant-input {
33496
33479
  background-color: transparent;
33497
33480
  }
33498
33481
 
33482
+ .E_c1yd35n {
33483
+ padding: 0 12px 14px 12px;
33484
+ }
33485
+
33499
33486
  .E_ckui4s7 {
33500
33487
  color: #2d3a56;
33501
33488
  line-height: 22px;
@@ -33560,10 +33547,6 @@ input.E_rf8rlle.ant-input {
33560
33547
  margin-left: 24px;
33561
33548
  }
33562
33549
 
33563
- .E_c1yd35n {
33564
- padding: 0 12px 14px 12px;
33565
- }
33566
-
33567
33550
  .E_c1kghdax {
33568
33551
  color: #2d3a56;
33569
33552
  padding: 7px 12px;
@@ -33621,28 +33604,6 @@ input.E_rf8rlle.ant-input {
33621
33604
  transform: translateY(-4px);
33622
33605
  }
33623
33606
 
33624
- .E_t1gvlxt5 {
33625
- min-width: 0;
33626
- flex: 1;
33627
- }
33628
- .E_t1gvlxt5 .tag {
33629
- flex: 0 0 auto;
33630
- }
33631
- .E_t1gvlxt5 .progress-title {
33632
- flex: 2;
33633
- max-width: fit-content;
33634
- }
33635
- .E_t1gvlxt5 .progress-desc {
33636
- flex: 1;
33637
- max-width: fit-content;
33638
- }
33639
-
33640
- .E_a1ji6r68 {
33641
- display: flex;
33642
- align-items: center;
33643
- column-gap: var(--a1ji6r68-0);
33644
- }
33645
-
33646
33607
  .E_lht19u8 {
33647
33608
  width: 64px;
33648
33609
  height: 64px;
@@ -33666,191 +33627,47 @@ input.E_rf8rlle.ant-input {
33666
33627
  animation: loading-indicator1 1100ms ease-out infinite;
33667
33628
  }
33668
33629
 
33669
- .E_ll4n94n {
33670
- position: absolute;
33671
- width: 5px;
33672
- height: 48px;
33673
- left: 40.8px;
33674
- top: 8.4px;
33675
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33676
- border-radius: 5px;
33677
- transform: rotate(-8deg);
33678
- transform-origin: top left;
33679
- animation: loading-indicator2 1100ms ease-out infinite;
33680
- }
33681
-
33682
- .E_l17lbdo6 {
33683
- position: absolute;
33684
- width: 5px;
33685
- height: 48px;
33686
- left: 52.9px;
33687
- top: 51.8px;
33688
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33689
- border-radius: 5px;
33690
- transform: rotate(112deg);
33691
- transform-origin: top left;
33692
- animation: loading-indicator3 1100ms ease-out infinite;
33693
- }
33694
-
33695
- .E_msn7nxt {
33696
- color: rgba(44, 56, 82, 0.6);
33697
- text-align: center;
33698
- display: flex;
33699
- align-items: center;
33700
- justify-content: center;
33701
- flex-direction: column;
33702
- height: 100%;
33703
- }
33704
- .E_msn7nxt .link {
33705
- color: #0080ff;
33706
- cursor: pointer;
33707
- }
33708
-
33709
- .E_mp64wfi {
33710
- width: 100%;
33711
- height: 100%;
33712
- display: flex;
33713
- flex-direction: column;
33714
- }
33715
- .E_mp64wfi .name-toolbar {
33716
- width: 100%;
33717
- display: flex;
33718
- line-height: 30px;
33719
- padding: 0 16px;
33720
- justify-content: space-between;
33721
- }
33722
- .E_mp64wfi .name-toolbar .metric-extra {
33723
- display: flex;
33724
- font-size: 12px;
33725
- align-items: center;
33726
- }
33727
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33728
- color: #a3b4cc;
33729
- }
33730
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33731
- margin-left: 10px;
33732
- }
33733
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33734
- margin-left: 10px;
33735
- cursor: pointer;
33736
- }
33737
- .E_mp64wfi .content {
33738
- flex: 1;
33739
- width: 100%;
33740
- display: flex;
33741
- justify-content: center;
33742
- align-items: center;
33743
- }
33744
- .E_mp64wfi .single-content {
33745
- height: 65px;
33746
- }
33747
-
33748
- .E_l1oyigan {
33749
- display: flex;
33750
- align-items: center;
33751
- white-space: nowrap;
33752
- overflow: hidden;
33753
- width: 100%;
33754
- }
33755
- .E_l1oyigan .ant-dropdown-trigger {
33756
- margin-left: auto;
33757
- font-size: 12px;
33758
- }
33759
-
33760
- .E_l1noi4n1 {
33761
- display: flex;
33762
- justify-content: flex-start;
33763
- align-items: center;
33764
- font-size: 12px;
33765
- cursor: pointer;
33766
- }
33767
- .E_l1noi4n1:not(:last-child) {
33768
- margin-right: 20px;
33769
- }
33770
- .E_l1noi4n1.deselected {
33771
- opacity: 0.4;
33772
- }
33773
- .E_l1noi4n1.deselected .color-block {
33774
- background: #b4beca !important;
33775
- }
33776
-
33777
- .E_cz19rz6 {
33778
- display: inline-block;
33779
- height: 8px;
33780
- width: 8px;
33781
- margin-right: 8px;
33782
- }
33783
-
33784
- .E_e17r5r9c .ant-dropdown-menu-item {
33785
- display: flex;
33786
- align-items: center;
33787
- font-size: 12px;
33788
- margin: 0;
33789
- }
33790
-
33791
- .E_m1y1hhnr {
33792
- position: relative;
33793
- }
33794
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33795
- bottom: -12px;
33796
- }
33797
- .E_m1y1hhnr .metric-toolbar {
33798
- display: flex;
33799
- justify-content: space-between;
33800
- line-height: 30px;
33801
- margin: 0 16px;
33802
- }
33803
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33804
- display: flex;
33805
- font-size: 12px;
33806
- align-items: center;
33807
- }
33808
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33809
- color: #a3b4cc;
33810
- }
33811
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33812
- margin-left: 10px;
33813
- }
33814
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33815
- margin-left: 10px;
33816
- cursor: pointer;
33817
- }
33818
- .E_m1y1hhnr .recharts-xAxis {
33819
- font-size: 12px;
33820
- }
33821
- .E_m1y1hhnr .pointer-wrapper {
33822
- position: absolute;
33823
- bottom: 10px;
33824
- padding: 0 8px;
33825
- border-radius: 4px;
33826
- font-size: 12px;
33827
- color: #fff;
33828
- background: rgba(0, 0, 0, 0.75);
33829
- transform: translateX(-50%);
33830
- }
33831
-
33832
- .E_tnvijvs {
33833
- min-width: 200px;
33630
+ .E_ll4n94n {
33631
+ position: absolute;
33632
+ width: 5px;
33633
+ height: 48px;
33634
+ left: 40.8px;
33635
+ top: 8.4px;
33636
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33637
+ border-radius: 5px;
33638
+ transform: rotate(-8deg);
33639
+ transform-origin: top left;
33640
+ animation: loading-indicator2 1100ms ease-out infinite;
33834
33641
  }
33835
33642
 
33836
- .E_t1ub2aex {
33643
+ .E_l17lbdo6 {
33644
+ position: absolute;
33645
+ width: 5px;
33646
+ height: 48px;
33647
+ left: 52.9px;
33648
+ top: 51.8px;
33649
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33650
+ border-radius: 5px;
33651
+ transform: rotate(112deg);
33652
+ transform-origin: top left;
33653
+ animation: loading-indicator3 1100ms ease-out infinite;
33654
+ }
33655
+
33656
+ .E_r77hffu {
33837
33657
  display: flex;
33838
33658
  align-items: center;
33839
33659
  justify-content: space-between;
33840
- background-color: rgba(0, 0, 0, 0.75);
33841
- color: #b4beca;
33842
- font-size: 12px;
33843
- padding: 3px 6px;
33844
- }
33845
- .E_t1ub2aex:first-child {
33846
- padding-top: 3px;
33660
+ column-gap: 6px;
33847
33661
  }
33848
- .E_t1ub2aex:last-child {
33849
- padding-bottom: 3px;
33662
+
33663
+ .E_p1cmxsf7 {
33664
+ display: flex;
33665
+ flex-direction: column;
33666
+ justify-content: center;
33667
+ row-gap: var(--p1cmxsf7-0);
33850
33668
  }
33851
- .E_t1ub2aex .column-value {
33852
- color: #fff;
33853
- margin-left: 8px;
33669
+ .E_p1cmxsf7 .antd5-progress-line {
33670
+ font-size: 0;
33854
33671
  }
33855
33672
 
33856
33673
  .E_w7ob4th.outside-tag {
@@ -34702,6 +34519,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34702
34519
  background: #fff;
34703
34520
  }
34704
34521
 
34522
+ .E_t1gvlxt5 {
34523
+ min-width: 0;
34524
+ flex: 1;
34525
+ }
34526
+ .E_t1gvlxt5 .tag {
34527
+ flex: 0 0 auto;
34528
+ }
34529
+ .E_t1gvlxt5 .progress-title {
34530
+ flex: 2;
34531
+ max-width: fit-content;
34532
+ }
34533
+ .E_t1gvlxt5 .progress-desc {
34534
+ flex: 1;
34535
+ max-width: fit-content;
34536
+ }
34537
+
34538
+ .E_a1ji6r68 {
34539
+ display: flex;
34540
+ align-items: center;
34541
+ column-gap: var(--a1ji6r68-0);
34542
+ }
34543
+
34705
34544
  .E_t13ef470 {
34706
34545
  height: 100%;
34707
34546
  }
@@ -34732,6 +34571,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34732
34571
  background: rgba(163, 180, 204, 0.18);
34733
34572
  }
34734
34573
 
34574
+ .E_msn7nxt {
34575
+ color: rgba(44, 56, 82, 0.6);
34576
+ text-align: center;
34577
+ display: flex;
34578
+ align-items: center;
34579
+ justify-content: center;
34580
+ flex-direction: column;
34581
+ height: 100%;
34582
+ }
34583
+ .E_msn7nxt .link {
34584
+ color: #0080ff;
34585
+ cursor: pointer;
34586
+ }
34587
+
34588
+ .E_mp64wfi {
34589
+ width: 100%;
34590
+ height: 100%;
34591
+ display: flex;
34592
+ flex-direction: column;
34593
+ }
34594
+ .E_mp64wfi .name-toolbar {
34595
+ width: 100%;
34596
+ display: flex;
34597
+ line-height: 30px;
34598
+ padding: 0 16px;
34599
+ justify-content: space-between;
34600
+ }
34601
+ .E_mp64wfi .name-toolbar .metric-extra {
34602
+ display: flex;
34603
+ font-size: 12px;
34604
+ align-items: center;
34605
+ }
34606
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34607
+ color: #a3b4cc;
34608
+ }
34609
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34610
+ margin-left: 10px;
34611
+ }
34612
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34613
+ margin-left: 10px;
34614
+ cursor: pointer;
34615
+ }
34616
+ .E_mp64wfi .content {
34617
+ flex: 1;
34618
+ width: 100%;
34619
+ display: flex;
34620
+ justify-content: center;
34621
+ align-items: center;
34622
+ }
34623
+ .E_mp64wfi .single-content {
34624
+ height: 65px;
34625
+ }
34626
+
34627
+ .E_l1oyigan {
34628
+ display: flex;
34629
+ align-items: center;
34630
+ white-space: nowrap;
34631
+ overflow: hidden;
34632
+ width: 100%;
34633
+ }
34634
+ .E_l1oyigan .ant-dropdown-trigger {
34635
+ margin-left: auto;
34636
+ font-size: 12px;
34637
+ }
34638
+
34639
+ .E_l1noi4n1 {
34640
+ display: flex;
34641
+ justify-content: flex-start;
34642
+ align-items: center;
34643
+ font-size: 12px;
34644
+ cursor: pointer;
34645
+ }
34646
+ .E_l1noi4n1:not(:last-child) {
34647
+ margin-right: 20px;
34648
+ }
34649
+ .E_l1noi4n1.deselected {
34650
+ opacity: 0.4;
34651
+ }
34652
+ .E_l1noi4n1.deselected .color-block {
34653
+ background: #b4beca !important;
34654
+ }
34655
+
34656
+ .E_cz19rz6 {
34657
+ display: inline-block;
34658
+ height: 8px;
34659
+ width: 8px;
34660
+ margin-right: 8px;
34661
+ }
34662
+
34663
+ .E_e17r5r9c .ant-dropdown-menu-item {
34664
+ display: flex;
34665
+ align-items: center;
34666
+ font-size: 12px;
34667
+ margin: 0;
34668
+ }
34669
+
34670
+ .E_m1y1hhnr {
34671
+ position: relative;
34672
+ }
34673
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34674
+ bottom: -12px;
34675
+ }
34676
+ .E_m1y1hhnr .metric-toolbar {
34677
+ display: flex;
34678
+ justify-content: space-between;
34679
+ line-height: 30px;
34680
+ margin: 0 16px;
34681
+ }
34682
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34683
+ display: flex;
34684
+ font-size: 12px;
34685
+ align-items: center;
34686
+ }
34687
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34688
+ color: #a3b4cc;
34689
+ }
34690
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34691
+ margin-left: 10px;
34692
+ }
34693
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34694
+ margin-left: 10px;
34695
+ cursor: pointer;
34696
+ }
34697
+ .E_m1y1hhnr .recharts-xAxis {
34698
+ font-size: 12px;
34699
+ }
34700
+ .E_m1y1hhnr .pointer-wrapper {
34701
+ position: absolute;
34702
+ bottom: 10px;
34703
+ padding: 0 8px;
34704
+ border-radius: 4px;
34705
+ font-size: 12px;
34706
+ color: #fff;
34707
+ background: rgba(0, 0, 0, 0.75);
34708
+ transform: translateX(-50%);
34709
+ }
34710
+
34711
+ .E_tnvijvs {
34712
+ min-width: 200px;
34713
+ }
34714
+
34715
+ .E_t1ub2aex {
34716
+ display: flex;
34717
+ align-items: center;
34718
+ justify-content: space-between;
34719
+ background-color: rgba(0, 0, 0, 0.75);
34720
+ color: #b4beca;
34721
+ font-size: 12px;
34722
+ padding: 3px 6px;
34723
+ }
34724
+ .E_t1ub2aex:first-child {
34725
+ padding-top: 3px;
34726
+ }
34727
+ .E_t1ub2aex:last-child {
34728
+ padding-bottom: 3px;
34729
+ }
34730
+ .E_t1ub2aex .column-value {
34731
+ color: #fff;
34732
+ margin-left: 8px;
34733
+ }
34734
+
34735
34735
  .E_f16blduf.ant-form-item {
34736
34736
  margin-bottom: 0;
34737
34737
  }
@@ -34751,6 +34751,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34751
34751
  display: block;
34752
34752
  }
34753
34753
 
34754
+ .E_i14c7jc8 {
34755
+ color: var(--i14c7jc8-0);
34756
+ }
34757
+
34758
+ .E_i1ibuolf {
34759
+ display: flex;
34760
+ align-items: center;
34761
+ column-gap: 4px;
34762
+ font-size: 12px;
34763
+ color: rgba(44, 56, 82, 0.7490196078);
34764
+ }
34765
+
34754
34766
  .E_d1u4ndxc {
34755
34767
  color: rgba(44, 56, 82, 0.7490196078);
34756
34768
  font-size: 12px;
@@ -34780,16 +34792,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34780
34792
  to {
34781
34793
  transform: translateX(100%);
34782
34794
  }
34783
- }
34784
-
34785
- .E_i14c7jc8 {
34786
- color: var(--i14c7jc8-0);
34787
- }
34788
-
34789
- .E_i1ibuolf {
34790
- display: flex;
34791
- align-items: center;
34792
- column-gap: 4px;
34793
- font-size: 12px;
34794
- color: rgba(44, 56, 82, 0.7490196078);
34795
34795
  }