@cloudtower/eagle 0.27.14-dry → 0.27.14

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.
@@ -29471,19 +29471,22 @@ html body {
29471
29471
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29472
29472
  }
29473
29473
  }
29474
- .fde5mpd {
29475
- width: 100%;
29476
- height: 100%;
29477
- min-height: 124px;
29478
- display: flex;
29479
- flex-direction: column;
29480
- justify-content: center;
29474
+ .i1mrf09m {
29475
+ display: inline-flex;
29481
29476
  align-items: center;
29482
29477
  }
29483
- .fde5mpd .error-text {
29484
- color: rgba(10, 37, 85, 0.6);
29485
- margin-bottom: 16px;
29486
- font-size: 18px;
29478
+ .i1mrf09m .icon-inner {
29479
+ display: inline-flex;
29480
+ align-items: center;
29481
+ justify-content: center;
29482
+ }
29483
+ .i1mrf09m .icon-inner + span,
29484
+ .i1mrf09m span + .icon-inner.suffix {
29485
+ margin-left: 4px;
29486
+ }
29487
+ .i1mrf09m.is-rotate img,
29488
+ .i1mrf09m.is-rotate svg {
29489
+ animation: rotate 680ms linear infinite;
29487
29490
  }
29488
29491
 
29489
29492
  .iap75of {
@@ -29528,6 +29531,21 @@ html body {
29528
29531
  border-radius: unset;
29529
29532
  }
29530
29533
 
29534
+ .fde5mpd {
29535
+ width: 100%;
29536
+ height: 100%;
29537
+ min-height: 124px;
29538
+ display: flex;
29539
+ flex-direction: column;
29540
+ justify-content: center;
29541
+ align-items: center;
29542
+ }
29543
+ .fde5mpd .error-text {
29544
+ color: rgba(10, 37, 85, 0.6);
29545
+ margin-bottom: 16px;
29546
+ font-size: 18px;
29547
+ }
29548
+
29531
29549
  .buj61ew.ant-btn-icon-only {
29532
29550
  justify-content: center;
29533
29551
  }
@@ -29778,31 +29796,159 @@ html body {
29778
29796
  padding: 0;
29779
29797
  }
29780
29798
 
29781
- .i1mrf09m {
29782
- display: inline-flex;
29783
- align-items: center;
29799
+ .obf05yr {
29800
+ display: inline-block;
29784
29801
  }
29785
- .i1mrf09m .icon-inner {
29802
+
29803
+ .hsms1n6 {
29804
+ visibility: hidden;
29805
+ position: absolute;
29806
+ }
29807
+
29808
+ .rxbeqvl.ant-radio-wrapper {
29786
29809
  display: inline-flex;
29787
- align-items: center;
29788
- justify-content: center;
29810
+ align-items: baseline;
29811
+ white-space: pre-wrap;
29789
29812
  }
29790
- .i1mrf09m .icon-inner + span,
29791
- .i1mrf09m span + .icon-inner.suffix {
29792
- margin-left: 4px;
29813
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
29814
+ position: relative;
29815
+ top: 3px;
29793
29816
  }
29794
- .i1mrf09m.is-rotate img,
29795
- .i1mrf09m.is-rotate svg {
29796
- animation: rotate 680ms linear infinite;
29817
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29818
+ border-color: rgba(107, 128, 167, 0.6);
29797
29819
  }
29798
-
29799
- .obf05yr {
29820
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29821
+ border-color: #0080ff;
29822
+ }
29823
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29824
+ border-color: #0080ff;
29825
+ background: #0080ff;
29826
+ }
29827
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29828
+ top: 4px;
29829
+ left: 4px;
29830
+ width: 6px;
29831
+ height: 6px;
29832
+ background: #fff;
29833
+ }
29834
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29835
+ opacity: 0.5;
29836
+ }
29837
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29838
+ border-color: rgba(107, 128, 167, 0.6);
29839
+ background: rgba(211, 218, 235, 0.6);
29840
+ }
29841
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29842
+ background: #00122e;
29843
+ }
29844
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29845
+ color: #00122e;
29846
+ opacity: 0.5;
29847
+ }
29848
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29849
+ color: #00122e;
29850
+ }
29851
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29800
29852
  display: inline-block;
29853
+ padding: 0;
29854
+ padding-left: 12px;
29855
+ }
29856
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29857
+ margin-bottom: 0;
29858
+ white-space: pre-wrap;
29859
+ color: rgba(44, 56, 82, 0.6);
29860
+ }
29861
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29862
+ padding-left: 8px;
29801
29863
  }
29802
29864
 
29803
- .hsms1n6 {
29804
- visibility: hidden;
29805
- position: absolute;
29865
+ .r5ie79y .ant-radio-button-wrapper:first-child {
29866
+ border-radius: 5px 0 0 5px;
29867
+ }
29868
+ .r5ie79y .ant-radio-button-wrapper:last-child {
29869
+ border-radius: 0 5px 5px 0;
29870
+ }
29871
+
29872
+ .r1f0aqcc {
29873
+ color: #00122e;
29874
+ border-color: #ccd4e3;
29875
+ }
29876
+ .r1f0aqcc:first-child {
29877
+ border-color: #a3b4cc;
29878
+ }
29879
+ .r1f0aqcc.ant-radio-button-wrapper {
29880
+ padding: 0 12px;
29881
+ line-height: 32px;
29882
+ height: 32px;
29883
+ }
29884
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
29885
+ white-space: nowrap;
29886
+ }
29887
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
29888
+ height: 22px;
29889
+ padding: 0 7px;
29890
+ line-height: 20px;
29891
+ }
29892
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
29893
+ background: #ccd4e3;
29894
+ }
29895
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
29896
+ background: #0080ff;
29897
+ }
29898
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
29899
+ background: #ccd4e3;
29900
+ opacity: 0.5;
29901
+ }
29902
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
29903
+ border-right-color: #0080ff;
29904
+ }
29905
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
29906
+ border-color: #0080ff;
29907
+ }
29908
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
29909
+ background: rgba(0, 136, 255, 0.1);
29910
+ }
29911
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
29912
+ background: rgba(211, 218, 235, 0.6);
29913
+ border-color: #ccd4e3;
29914
+ opacity: 0.5;
29915
+ }
29916
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
29917
+ color: #00122e;
29918
+ border-color: #ccd4e3;
29919
+ }
29920
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
29921
+ color: #00122e;
29922
+ border-color: #ccd4e3;
29923
+ background: rgba(172, 186, 211, 0.6);
29924
+ }
29925
+ .r1f0aqcc .ant-radio-button-input {
29926
+ margin-right: 8px;
29927
+ display: inline;
29928
+ border: none;
29929
+ padding: 0;
29930
+ width: 36px;
29931
+ background: transparent;
29932
+ }
29933
+ .r1f0aqcc .ant-radio-button-input:focus {
29934
+ box-shadow: none;
29935
+ }
29936
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
29937
+ margin-right: 0;
29938
+ width: initial;
29939
+ box-shadow: none;
29940
+ }
29941
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
29942
+ display: none;
29943
+ }
29944
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
29945
+ display: inline;
29946
+ }
29947
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
29948
+ display: inline;
29949
+ margin-right: 8px;
29950
+ padding: 0;
29951
+ width: 36px;
29806
29952
  }
29807
29953
 
29808
29954
  .cz04yix {
@@ -30485,650 +30631,591 @@ input.rrg1fkn.ant-input {
30485
30631
  word-break: break-all;
30486
30632
  }
30487
30633
 
30488
- .t1upn1sz {
30489
- height: 100%;
30634
+ .s34f1qb.ant-switch {
30635
+ min-width: 40px;
30636
+ height: 24px;
30637
+ background: rgba(172, 186, 211, 0.6);
30638
+ overflow: hidden;
30490
30639
  }
30491
-
30492
- .tta5kd2 {
30493
- height: 100%;
30640
+ .s34f1qb.ant-switch:focus {
30641
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30494
30642
  }
30495
- .tta5kd2.empty-table .ant-table-content {
30496
- overflow: visible !important;
30497
- height: 100%;
30643
+ .s34f1qb.ant-switch-small {
30644
+ min-width: 26px;
30645
+ height: 16px;
30498
30646
  }
30499
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30500
- height: 100%;
30647
+ .s34f1qb.ant-switch-large {
30648
+ min-width: 52px;
30649
+ height: 32px;
30501
30650
  }
30502
- .tta5kd2.empty-table .ant-table-content table {
30503
- width: 100% !important;
30504
- height: 100%;
30651
+ .s34f1qb.ant-switch .ant-switch-handle {
30652
+ height: 20px;
30653
+ width: 20px;
30505
30654
  }
30506
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30507
- padding: 15px 0;
30655
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30656
+ border-radius: 10px;
30657
+ transition-delay: 120ms;
30508
30658
  }
30509
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30510
- display: none;
30659
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30660
+ height: 14px;
30661
+ width: 14px;
30662
+ top: 1px;
30663
+ left: 1px;
30511
30664
  }
30512
- .tta5kd2 .active-row td:nth-child(1) {
30513
- font-weight: 700;
30665
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30666
+ height: 28px;
30667
+ width: 28px;
30514
30668
  }
30515
- .tta5kd2.has-selection .active-row td:nth-child(2) {
30516
- font-weight: 700;
30669
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30670
+ border-radius: 14px;
30517
30671
  }
30518
- .tta5kd2 .ant-spin-nested-loading {
30519
- height: 100%;
30672
+ .s34f1qb.ant-switch-checked {
30673
+ background-color: #00ba5d;
30520
30674
  }
30521
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30522
- height: 100%;
30523
- overflow: visible;
30524
- }
30525
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
30526
- max-height: none;
30527
- }
30528
- .tta5kd2.table-init-loading .ant-spin-blur thead,
30529
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
30530
- display: none;
30531
- }
30532
- .tta5kd2 td.ant-table-column-sort {
30533
- background: transparent;
30534
- }
30535
- .tta5kd2 td.ant-table-cell-fix-left,
30536
- .tta5kd2 td.ant-table-cell-fix-right {
30537
- background: #fff;
30538
- padding: 0 !important;
30539
- }
30540
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30541
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30542
- display: flex;
30543
- align-items: center;
30544
- height: 100%;
30545
- padding: 8px;
30546
- }
30547
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30548
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30549
- overflow: hidden;
30550
- text-overflow: ellipsis;
30551
- width: 100%;
30675
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30676
+ left: calc(100% - 20px - 2px);
30552
30677
  }
30553
- .tta5kd2 .ant-table-container {
30554
- height: 100%;
30678
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30679
+ left: calc(100% - 14px - 1px);
30555
30680
  }
30556
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30557
- box-shadow: none !important;
30681
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30682
+ left: calc(100% - 28px - 2px);
30558
30683
  }
30559
- .tta5kd2 .ant-table {
30560
- border-radius: 0px;
30561
- border-left: none;
30562
- border-right: none;
30563
- border-bottom: none;
30564
- height: 100%;
30565
- font-size: 12px;
30566
- background: transparent;
30684
+
30685
+ .c1to9vb9 {
30686
+ margin-left: 5px;
30567
30687
  }
30568
- .tta5kd2 .ant-table .ant-table-header {
30569
- position: relative;
30570
- z-index: 3;
30571
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30572
- margin-bottom: -1px;
30688
+
30689
+ .d6j0lbj {
30690
+ font-family: Inter;
30691
+ font-style: normal;
30692
+ font-weight: bold;
30693
+ font-size: 32px;
30694
+ line-height: 40px;
30573
30695
  }
30574
- .tta5kd2 .ant-table .time-wrapper .date,
30575
- .tta5kd2 .ant-table .value {
30576
- color: #2d3a56;
30696
+
30697
+ .d1xhvvxe {
30698
+ font-family: Inter;
30699
+ font-style: normal;
30700
+ font-weight: bold;
30701
+ font-size: 24px;
30702
+ line-height: 32px;
30577
30703
  }
30578
- .tta5kd2 .ant-table .time-wrapper .time,
30579
- .tta5kd2 .ant-table .unit {
30580
- color: rgba(44, 56, 82, 0.6);
30704
+
30705
+ .dk10mxq {
30706
+ font-family: Inter;
30707
+ font-style: normal;
30708
+ font-weight: normal;
30709
+ font-size: 32px;
30710
+ line-height: 40px;
30581
30711
  }
30582
- .tta5kd2 .ant-table .ant-table-selection {
30583
- position: unset;
30584
- text-align: center;
30712
+
30713
+ .dxsait {
30714
+ font-family: Inter;
30715
+ font-style: normal;
30716
+ font-weight: bold;
30717
+ font-size: 20px;
30718
+ line-height: 24px;
30585
30719
  }
30586
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30587
- background: #fff;
30720
+
30721
+ .dokn0h3 {
30722
+ font-family: Inter;
30723
+ font-style: normal;
30724
+ font-weight: normal;
30725
+ font-size: 20px;
30726
+ line-height: 24px;
30588
30727
  }
30589
- .tta5kd2 .ant-table .anticon-setting {
30590
- cursor: pointer;
30591
- position: absolute;
30592
- top: 50%;
30593
- right: 12px;
30594
- transform: translateY(-50%);
30728
+
30729
+ .dobau4p {
30730
+ font-family: Inter;
30731
+ font-style: normal;
30732
+ font-weight: bold;
30733
+ font-size: 18px;
30734
+ line-height: 22px;
30595
30735
  }
30596
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30597
- box-shadow: none;
30598
- width: 1px;
30599
- background: rgba(213, 219, 227, 0.6);
30736
+
30737
+ .dvolwok {
30738
+ font-family: Inter;
30739
+ font-style: normal;
30740
+ font-weight: normal;
30741
+ font-size: 18px;
30742
+ line-height: 22px;
30600
30743
  }
30601
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30602
- box-shadow: none;
30603
- width: 1px;
30604
- background: rgba(213, 219, 227, 0.6);
30744
+
30745
+ .h181qhg4 {
30746
+ font-family: Inter;
30747
+ font-style: normal;
30748
+ font-weight: bold;
30749
+ font-size: 16px;
30750
+ line-height: 22px;
30605
30751
  }
30606
- .tta5kd2 .ant-table .ant-table-tbody {
30607
- position: relative;
30752
+
30753
+ .h1phgmcq {
30754
+ font-family: Inter;
30755
+ font-style: normal;
30756
+ font-weight: normal;
30757
+ font-size: 16px;
30758
+ line-height: 22px;
30608
30759
  }
30609
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30610
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30611
- border-bottom: 1px solid white;
30612
- height: 40px;
30613
- vertical-align: middle;
30614
- transition: background 0ms;
30615
- color: #00122e;
30760
+
30761
+ .h173xnl1 {
30762
+ font-family: Inter;
30763
+ font-style: normal;
30764
+ font-weight: bold;
30765
+ font-size: 14px;
30766
+ line-height: 20px;
30616
30767
  }
30617
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30618
- background: #f2f5fa;
30619
- border-bottom-color: #f2f5fa;
30768
+
30769
+ .hedm4pz {
30770
+ font-family: Inter;
30771
+ font-style: normal;
30772
+ font-weight: normal;
30773
+ font-size: 14px;
30774
+ line-height: 20px;
30620
30775
  }
30621
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30622
- height: auto;
30623
- color: #00122e;
30776
+
30777
+ .h1kd8xld {
30778
+ font-family: Inter;
30779
+ font-style: normal;
30780
+ font-weight: bold;
30624
30781
  font-size: 12px;
30625
- text-align: left;
30626
- transition: none;
30627
- overflow: hidden;
30628
- text-overflow: ellipsis;
30629
- white-space: nowrap;
30782
+ line-height: 18px;
30630
30783
  }
30631
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30632
- color: #0096ff;
30784
+
30785
+ .hp14fr {
30786
+ font-family: Inter;
30787
+ font-style: normal;
30788
+ font-weight: normal;
30789
+ font-size: 12px;
30790
+ line-height: 18px;
30633
30791
  }
30634
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30635
- overflow: hidden;
30636
- text-overflow: ellipsis;
30637
- width: 100%;
30638
- vertical-align: middle;
30792
+
30793
+ .hgrg7mn {
30794
+ font-family: Inter;
30795
+ font-style: normal;
30796
+ font-weight: bold;
30797
+ text-transform: uppercase;
30798
+ font-feature-settings: "cpsp" on;
30799
+ font-size: 12px;
30800
+ line-height: 18px;
30639
30801
  }
30640
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30641
- line-height: 0px;
30802
+
30803
+ .h6zme9x {
30804
+ font-family: Inter;
30805
+ font-style: normal;
30806
+ font-weight: normal;
30807
+ text-transform: uppercase;
30808
+ font-feature-settings: "cpsp" on;
30809
+ font-size: 12px;
30810
+ line-height: 18px;
30642
30811
  }
30643
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30644
- padding-right: 25px;
30812
+
30813
+ .locjvsv {
30814
+ font-family: Inter;
30815
+ font-style: normal;
30816
+ font-weight: normal;
30817
+ font-size: 16px;
30818
+ line-height: 24px;
30645
30819
  }
30646
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30647
- border-top-color: transparent;
30820
+
30821
+ .l13gi131 {
30822
+ font-family: Inter;
30823
+ font-style: normal;
30824
+ font-weight: bold;
30825
+ font-size: 16px;
30826
+ line-height: 24px;
30648
30827
  }
30649
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30650
- background: rgba(225, 230, 241, 0.6);
30651
- border-color: transparent transparent white;
30828
+
30829
+ .l1ynemsu {
30830
+ font-family: Inter;
30831
+ font-style: normal;
30832
+ font-weight: normal;
30833
+ font-size: 16px;
30834
+ line-height: 24px;
30652
30835
  }
30653
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30654
- border-radius: 8px 0 0 8px;
30655
- }
30656
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30657
- border-radius: 8px 0 0 8px;
30658
- }
30659
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30660
- content: "";
30661
- width: 4px;
30662
- top: -1px;
30663
- bottom: -1px;
30664
- background: white;
30665
- }
30666
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30667
- border-radius: 0 8px 8px 0;
30668
- }
30669
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30670
- border-radius: 0;
30671
- background: white;
30672
- border-top: none;
30673
- }
30674
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30675
- border-top: 1px solid transparent;
30676
- border-radius: 0 8px 8px 0;
30677
- background: rgba(225, 230, 241, 0.6);
30678
- }
30679
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30680
- background: white;
30681
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30682
- }
30683
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30684
- display: flex;
30685
- align-items: center;
30686
- height: 100%;
30687
- background: rgba(225, 230, 241, 0.6);
30688
- }
30689
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30690
- background: white;
30691
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30692
- }
30693
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30694
- display: flex;
30695
- align-items: center;
30696
- height: 100%;
30697
- background: rgba(225, 230, 241, 0.6);
30698
- }
30699
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30700
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30701
- }
30702
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30703
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30704
- border-radius: 8px;
30705
- }
30706
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30707
- border-top-color: white;
30708
- }
30709
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30710
- background: rgba(0, 136, 255, 0.1);
30711
- border-bottom-color: transparent;
30712
- border-top-color: transparent;
30713
- }
30714
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30715
- border-radius: 8px 0 0 8px;
30716
- }
30717
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30718
- border-radius: 0 8px 8px 0;
30719
- }
30720
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30721
- background: rgba(0, 136, 255, 0.1);
30722
- }
30723
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
30724
- background: #fff;
30725
- font-weight: 400;
30726
- position: relative;
30727
- border-bottom: none;
30728
- color: #00122e;
30729
- transition: none;
30730
- padding: 15px 8px 15px 8px;
30731
- }
30732
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30733
- content: "";
30734
- width: 1px;
30735
- top: 0;
30736
- bottom: 0;
30737
- background: rgba(211, 218, 235, 0.6);
30738
- position: absolute;
30739
- right: 0;
30740
- }
30741
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30742
- padding: unset;
30743
- }
30744
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30745
- display: none;
30746
- }
30747
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30748
- width: 100%;
30749
- overflow: hidden;
30750
- white-space: nowrap;
30751
- text-overflow: ellipsis;
30752
- }
30753
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30754
- overflow: hidden;
30755
- text-overflow: ellipsis;
30756
- flex: 1;
30757
- }
30758
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30759
- padding: 15px 25px 15px 8px;
30760
- }
30761
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30762
- padding: 0;
30763
- }
30764
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30765
- position: absolute;
30766
- right: 6px;
30767
- top: 50%;
30768
- transform: translateY(-50%);
30769
- height: 16px;
30770
- display: none;
30771
- transition: transform 320ms ease;
30772
- }
30773
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30774
- display: block;
30775
- transform: translateY(-50%) rotateX(180deg);
30776
- }
30777
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30778
- display: block;
30779
- }
30780
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30781
- display: none;
30782
- }
30783
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30784
- transform: translateY(-50%);
30785
- }
30786
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30787
- transform: translateY(-50%) rotateX(180deg);
30788
- }
30789
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30790
- background: #f2f5fa;
30791
- }
30792
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30793
- display: block;
30794
- }
30795
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30796
- padding-right: 25px;
30797
- }
30798
- .tta5kd2 .ant-table .ant-table-selection-column {
30799
- padding: 0 !important;
30800
- }
30801
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30802
- position: absolute;
30803
- left: 50%;
30804
- top: 50%;
30805
- transform: translate(-50%, -50%);
30806
- }
30807
- .tta5kd2 .ant-table .ant-table-selection-column:after {
30808
- display: none;
30809
- }
30810
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
30811
- background: #fff;
30812
- }
30813
- .tta5kd2 .ant-table .ant-table-placeholder {
30814
- background: inherit;
30815
- }
30816
- .tta5kd2 .ant-table .ant-table-placeholder td {
30817
- position: static;
30818
- border: none;
30819
- background: inherit !important;
30820
- height: 100px;
30821
- vertical-align: middle;
30822
- }
30823
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30824
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30825
- font-weight: bold;
30826
- font-size: 20px;
30827
- color: rgba(10, 37, 85, 0.6);
30828
- }
30829
- .tta5kd2 .ant-table td.cell__action_ {
30830
- padding: 0 !important;
30831
- position: relative;
30832
- background: #fff;
30833
- }
30834
- .tta5kd2 .ant-table td.cell__action_ > * {
30835
- height: 100%;
30836
- display: flex;
30837
- align-items: center;
30838
- justify-content: flex-end;
30839
- padding-right: 8px;
30840
- }
30841
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
30842
- width: 24px;
30843
- height: 24px;
30844
- cursor: pointer;
30845
- justify-content: center;
30846
- border-radius: 4px;
30847
- }
30848
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30849
- background: #fff;
30836
+
30837
+ .l1cft1cx {
30838
+ font-family: Inter;
30839
+ font-style: normal;
30840
+ font-weight: bold;
30841
+ font-size: 16px;
30842
+ line-height: 24px;
30850
30843
  }
30851
30844
 
30852
- .s1fc623g {
30853
- width: 430px !important;
30845
+ .l17tqc8p {
30846
+ font-family: Inter;
30847
+ font-style: normal;
30848
+ font-weight: normal;
30849
+ text-transform: uppercase;
30850
+ font-feature-settings: "cpsp" on;
30851
+ font-size: 16px;
30852
+ line-height: 24px;
30854
30853
  }
30855
30854
 
30856
- .da3mx0o .ant-select-item-group {
30857
- padding: 8px 16px;
30858
- line-height: 18px;
30859
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30860
- height: 34px;
30861
- min-height: 34px;
30862
- box-sizing: border-box;
30863
- margin-top: 8px;
30855
+ .l1j1e5w7 {
30856
+ font-family: Inter;
30857
+ font-style: normal;
30858
+ font-weight: bold;
30859
+ text-transform: uppercase;
30860
+ font-feature-settings: "cpsp" on;
30861
+ font-size: 16px;
30862
+ line-height: 24px;
30864
30863
  }
30865
30864
 
30866
- .onr9gzt {
30867
- display: flex;
30868
- flex-direction: column;
30869
- margin: 1px 8px;
30870
- padding: 8px;
30871
- border-radius: 4px;
30872
- }
30873
- .onr9gzt .selected-icon {
30874
- display: none;
30875
- }
30876
- .onr9gzt.ant-select-item-option-grouped {
30877
- padding-left: 8px;
30878
- }
30879
- .onr9gzt.ant-select-item-option-selected {
30880
- background-color: white;
30881
- }
30882
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30883
- color: #0080ff;
30884
- }
30885
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30886
- display: block;
30887
- }
30888
- .onr9gzt.ant-select-item-option-active {
30889
- background: rgba(0, 136, 255, 0.16);
30890
- }
30891
- .onr9gzt.ant-select-item-option-active .timezone-title {
30892
- color: #0080ff;
30893
- }
30894
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30895
- background: rgba(0, 136, 255, 0.1);
30896
- color: #0080ff;
30865
+ .l1gf91jb {
30866
+ font-family: Inter;
30867
+ font-style: normal;
30868
+ font-weight: normal;
30869
+ font-size: 14px;
30870
+ line-height: 22px;
30897
30871
  }
30898
30872
 
30899
- .oiy0apc {
30900
- display: flex;
30901
- justify-content: space-between;
30902
- height: 20px;
30903
- line-height: 20px;
30904
- }
30905
- .oiy0apc .timezone-title {
30906
- color: #2d3a56;
30907
- overflow: hidden;
30908
- text-overflow: ellipsis;
30873
+ .lu7hlr6 {
30874
+ font-family: Inter;
30875
+ font-style: normal;
30876
+ font-weight: 500;
30877
+ font-size: 14px;
30878
+ line-height: 22px;
30909
30879
  }
30910
30880
 
30911
- .of4y382 {
30912
- display: flex;
30913
- justify-content: space-between;
30914
- color: rgba(44, 56, 82, 0.6);
30915
- height: 18px;
30916
- line-height: 18px;
30917
- margin-top: 2px;
30881
+ .l3l3jf0 {
30882
+ font-family: Inter;
30883
+ font-style: normal;
30884
+ font-weight: bold;
30885
+ font-size: 14px;
30886
+ line-height: 22px;
30918
30887
  }
30919
30888
 
30920
- .t19903l9 {
30921
- border: none;
30922
- margin-right: 0;
30923
- background: rgba(225, 230, 241, 0.6);
30889
+ .l12j5nqp {
30890
+ font-family: Inter;
30891
+ font-style: normal;
30892
+ font-weight: normal;
30893
+ font-size: 14px;
30894
+ line-height: 22px;
30924
30895
  }
30925
30896
 
30926
- .ohwbvxu {
30927
- pointer-events: none;
30928
- height: 32px;
30929
- width: 100%;
30930
- opacity: 0;
30897
+ .l1tecqht {
30898
+ font-family: Inter;
30899
+ font-style: normal;
30900
+ font-weight: bold;
30901
+ font-size: 14px;
30902
+ line-height: 22px;
30931
30903
  }
30932
30904
 
30933
- .rxbeqvl.ant-radio-wrapper {
30934
- display: inline-flex;
30935
- align-items: baseline;
30936
- white-space: pre-wrap;
30937
- }
30938
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30939
- position: relative;
30940
- top: 3px;
30941
- }
30942
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30943
- border-color: rgba(107, 128, 167, 0.6);
30944
- }
30945
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30946
- border-color: #0080ff;
30947
- }
30948
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30949
- border-color: #0080ff;
30950
- background: #0080ff;
30951
- }
30952
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30953
- top: 4px;
30954
- left: 4px;
30955
- width: 6px;
30956
- height: 6px;
30957
- background: #fff;
30958
- }
30959
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30960
- opacity: 0.5;
30961
- }
30962
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30963
- border-color: rgba(107, 128, 167, 0.6);
30964
- background: rgba(211, 218, 235, 0.6);
30965
- }
30966
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30967
- background: #00122e;
30968
- }
30969
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30970
- color: #00122e;
30971
- opacity: 0.5;
30972
- }
30973
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30974
- color: #00122e;
30975
- }
30976
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30977
- display: inline-block;
30978
- padding: 0;
30979
- padding-left: 12px;
30905
+ .l6sa990 {
30906
+ font-family: Inter;
30907
+ font-style: normal;
30908
+ font-weight: normal;
30909
+ text-transform: uppercase;
30910
+ font-feature-settings: "cpsp" on;
30911
+ font-size: 14px;
30912
+ line-height: 22px;
30980
30913
  }
30981
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30982
- margin-bottom: 0;
30983
- white-space: pre-wrap;
30984
- color: rgba(44, 56, 82, 0.6);
30914
+
30915
+ .lckqe8j {
30916
+ font-family: Inter;
30917
+ font-style: normal;
30918
+ font-weight: bold;
30919
+ text-transform: uppercase;
30920
+ font-feature-settings: "cpsp" on;
30921
+ font-size: 14px;
30922
+ line-height: 22px;
30985
30923
  }
30986
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30987
- padding-left: 8px;
30924
+
30925
+ .l1kuminb {
30926
+ font-family: Inter;
30927
+ font-style: normal;
30928
+ font-weight: normal;
30929
+ font-size: 13px;
30930
+ line-height: 20px;
30988
30931
  }
30989
30932
 
30990
- .r5ie79y .ant-radio-button-wrapper:first-child {
30991
- border-radius: 5px 0 0 5px;
30933
+ .l1pbuf5j {
30934
+ font-family: Inter;
30935
+ font-style: normal;
30936
+ font-weight: 600;
30937
+ font-size: 13px;
30938
+ line-height: 20px;
30992
30939
  }
30993
- .r5ie79y .ant-radio-button-wrapper:last-child {
30994
- border-radius: 0 5px 5px 0;
30940
+
30941
+ .l1r4ztu {
30942
+ font-family: Inter;
30943
+ font-style: normal;
30944
+ font-weight: bold;
30945
+ font-size: 13px;
30946
+ line-height: 20px;
30995
30947
  }
30996
30948
 
30997
- .r1f0aqcc {
30998
- color: #00122e;
30999
- border-color: #ccd4e3;
30949
+ .ly8vzok {
30950
+ font-family: Inter;
30951
+ font-style: normal;
30952
+ font-weight: normal;
30953
+ font-size: 13px;
30954
+ line-height: 20px;
31000
30955
  }
31001
- .r1f0aqcc:first-child {
31002
- border-color: #a3b4cc;
30956
+
30957
+ .lumfmf {
30958
+ font-family: Inter;
30959
+ font-style: normal;
30960
+ font-weight: 600;
30961
+ font-size: 13px;
30962
+ line-height: 20px;
31003
30963
  }
31004
- .r1f0aqcc.ant-radio-button-wrapper {
31005
- padding: 0 12px;
31006
- line-height: 32px;
31007
- height: 32px;
30964
+
30965
+ .l16ujwmv {
30966
+ font-family: Inter;
30967
+ font-style: normal;
30968
+ font-weight: bold;
30969
+ font-size: 13px;
30970
+ line-height: 20px;
31008
30971
  }
31009
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31010
- white-space: nowrap;
30972
+
30973
+ .l17o1ffr {
30974
+ font-family: Inter;
30975
+ font-style: normal;
30976
+ font-weight: normal;
30977
+ text-transform: uppercase;
30978
+ font-feature-settings: "cpsp" on;
30979
+ font-size: 13px;
30980
+ line-height: 20px;
31011
30981
  }
31012
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31013
- height: 22px;
31014
- padding: 0 7px;
30982
+
30983
+ .lngllvn {
30984
+ font-family: Inter;
30985
+ font-style: normal;
30986
+ font-weight: bold;
30987
+ text-transform: uppercase;
30988
+ font-feature-settings: "cpsp" on;
30989
+ font-size: 13px;
31015
30990
  line-height: 20px;
31016
30991
  }
31017
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31018
- background: #ccd4e3;
30992
+
30993
+ .l2i7fo9 {
30994
+ font-family: Inter;
30995
+ font-style: normal;
30996
+ font-weight: normal;
30997
+ font-size: 12px;
30998
+ line-height: 18px;
31019
30999
  }
31020
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31021
- background: #0080ff;
31000
+
31001
+ .l1x7hscx {
31002
+ font-family: Inter;
31003
+ font-style: normal;
31004
+ font-weight: 500;
31005
+ font-size: 12px;
31006
+ line-height: 18px;
31022
31007
  }
31023
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31024
- background: #ccd4e3;
31025
- opacity: 0.5;
31008
+
31009
+ .le1jwan {
31010
+ font-family: Inter;
31011
+ font-style: normal;
31012
+ font-weight: bold;
31013
+ font-size: 12px;
31014
+ line-height: 18px;
31026
31015
  }
31027
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31028
- border-right-color: #0080ff;
31016
+
31017
+ .lyxynfj {
31018
+ font-family: Inter;
31019
+ font-style: normal;
31020
+ font-weight: normal;
31021
+ font-size: 12px;
31022
+ line-height: 18px;
31029
31023
  }
31030
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31031
- border-color: #0080ff;
31024
+
31025
+ .lpb2nxv {
31026
+ font-family: Inter;
31027
+ font-style: normal;
31028
+ font-weight: 500;
31029
+ font-size: 12px;
31030
+ line-height: 18px;
31032
31031
  }
31033
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31034
- background: rgba(0, 136, 255, 0.1);
31032
+
31033
+ .l1r8o3vv {
31034
+ font-family: Inter;
31035
+ font-style: normal;
31036
+ font-weight: bold;
31037
+ font-size: 12px;
31038
+ line-height: 18px;
31035
31039
  }
31036
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31037
- background: rgba(211, 218, 235, 0.6);
31038
- border-color: #ccd4e3;
31039
- opacity: 0.5;
31040
+
31041
+ .lemnjy2 {
31042
+ font-family: Inter;
31043
+ font-style: normal;
31044
+ font-weight: normal;
31045
+ text-transform: uppercase;
31046
+ font-feature-settings: "cpsp" on;
31047
+ font-size: 12px;
31048
+ line-height: 18px;
31040
31049
  }
31041
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31042
- color: #00122e;
31043
- border-color: #ccd4e3;
31050
+
31051
+ .lrc42gb {
31052
+ font-family: Inter;
31053
+ font-style: normal;
31054
+ font-weight: bold;
31055
+ text-transform: uppercase;
31056
+ font-feature-settings: "cpsp" on;
31057
+ font-size: 12px;
31058
+ line-height: 18px;
31044
31059
  }
31045
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31046
- color: #00122e;
31047
- border-color: #ccd4e3;
31048
- background: rgba(172, 186, 211, 0.6);
31060
+
31061
+ .fqaz4mb {
31062
+ font-family: Inter;
31063
+ font-style: normal;
31064
+ font-weight: normal;
31065
+ font-size: 13px;
31066
+ line-height: 20px;
31049
31067
  }
31050
- .r1f0aqcc .ant-radio-button-input {
31051
- margin-right: 8px;
31052
- display: inline;
31053
- border: none;
31054
- padding: 0;
31055
- width: 36px;
31056
- background: transparent;
31068
+
31069
+ .f13we5o {
31070
+ font-family: Inter;
31071
+ font-style: normal;
31072
+ font-weight: normal;
31073
+ font-size: 13px;
31074
+ line-height: 20px;
31057
31075
  }
31058
- .r1f0aqcc .ant-radio-button-input:focus {
31059
- box-shadow: none;
31076
+
31077
+ .ffmjua2 {
31078
+ font-family: Inter;
31079
+ font-style: normal;
31080
+ font-weight: normal;
31081
+ font-size: 12px;
31082
+ line-height: 18px;
31060
31083
  }
31061
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31062
- margin-right: 0;
31063
- width: initial;
31064
- box-shadow: none;
31084
+
31085
+ .fz2mxw0 {
31086
+ font-family: Inter;
31087
+ font-style: normal;
31088
+ font-weight: normal;
31089
+ font-size: 12px;
31090
+ line-height: 18px;
31065
31091
  }
31066
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31067
- display: none;
31092
+
31093
+ .t1ertzoh {
31094
+ font-family: Inter;
31095
+ font-style: normal;
31096
+ font-weight: normal;
31097
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31098
+ font-size: 13px;
31099
+ line-height: 20px;
31068
31100
  }
31069
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31070
- display: inline;
31101
+
31102
+ .t19bge8r {
31103
+ font-family: Inter;
31104
+ font-style: normal;
31105
+ font-weight: normal;
31106
+ font-feature-settings: "zero" on;
31107
+ font-size: 13px;
31108
+ line-height: 20px;
31109
+ }
31110
+
31111
+ .tjrzfyl {
31112
+ font-family: Inter;
31113
+ font-style: normal;
31114
+ font-weight: normal;
31115
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31116
+ font-size: 12px;
31117
+ line-height: 18px;
31118
+ }
31119
+
31120
+ .tm6s7bo {
31121
+ font-family: Inter;
31122
+ font-style: normal;
31123
+ font-weight: 500;
31124
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31125
+ font-size: 12px;
31126
+ line-height: 18px;
31071
31127
  }
31072
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31073
- display: inline;
31074
- margin-right: 8px;
31075
- padding: 0;
31076
- width: 36px;
31128
+
31129
+ .t19zq6ic {
31130
+ font-family: Inter;
31131
+ font-style: normal;
31132
+ font-weight: normal;
31133
+ font-feature-settings: "zero" on;
31134
+ font-size: 12px;
31135
+ line-height: 18px;
31077
31136
  }
31078
31137
 
31079
- .s34f1qb.ant-switch {
31080
- min-width: 40px;
31081
- height: 24px;
31082
- background: rgba(172, 186, 211, 0.6);
31083
- overflow: hidden;
31138
+ .t1gduru8 {
31139
+ font-family: Inter;
31140
+ font-style: normal;
31141
+ font-weight: 500;
31142
+ font-feature-settings: "zero" on;
31143
+ font-size: 12px;
31144
+ line-height: 18px;
31084
31145
  }
31085
- .s34f1qb.ant-switch:focus {
31086
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31146
+
31147
+ .t55raab {
31148
+ font-family: Inter;
31149
+ font-style: normal;
31150
+ font-weight: bold;
31151
+ font-feature-settings: "zero" on;
31152
+ font-size: 16px;
31153
+ line-height: 24px;
31087
31154
  }
31088
- .s34f1qb.ant-switch-small {
31089
- min-width: 26px;
31090
- height: 16px;
31155
+
31156
+ .u1w9abfe {
31157
+ font-family: Inter;
31158
+ font-style: normal;
31159
+ font-weight: normal;
31160
+ font-size: 10px;
31161
+ line-height: 12px;
31091
31162
  }
31092
- .s34f1qb.ant-switch-large {
31093
- min-width: 52px;
31094
- height: 32px;
31163
+
31164
+ .p12gwtiw {
31165
+ display: flex;
31166
+ justify-content: space-between;
31167
+ align-items: center;
31168
+ padding: 10px 0;
31169
+ color: rgba(44, 56, 82, 0.6);
31170
+ font-size: 12px;
31171
+ line-height: 24px;
31095
31172
  }
31096
- .s34f1qb.ant-switch .ant-switch-handle {
31097
- height: 20px;
31098
- width: 20px;
31173
+ .p12gwtiw .pagination-left {
31174
+ padding: 2px 8px;
31099
31175
  }
31100
- .s34f1qb.ant-switch .ant-switch-handle::before {
31101
- border-radius: 10px;
31102
- transition-delay: 120ms;
31176
+ .p12gwtiw .dropdown-trigger {
31177
+ display: flex;
31178
+ align-items: center;
31179
+ border-radius: 6px;
31180
+ cursor: pointer;
31181
+ transition: all 0.3s ease;
31103
31182
  }
31104
- .s34f1qb.ant-switch-small .ant-switch-handle {
31105
- height: 14px;
31106
- width: 14px;
31107
- top: 1px;
31108
- left: 1px;
31183
+ .p12gwtiw .dropdown-trigger:hover {
31184
+ background: rgba(211, 218, 235, 0.6);
31185
+ color: #0080ff;
31109
31186
  }
31110
- .s34f1qb.ant-switch-large .ant-switch-handle {
31111
- height: 28px;
31112
- width: 28px;
31187
+ .p12gwtiw .dropdown-trigger .icon-inner {
31188
+ margin-left: 4px;
31113
31189
  }
31114
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31115
- border-radius: 14px;
31190
+ .p12gwtiw .pagination-right {
31191
+ display: flex;
31192
+ align-items: center;
31193
+ color: #0080ff;
31194
+ font-weight: bold;
31116
31195
  }
31117
- .s34f1qb.ant-switch-checked {
31118
- background-color: #00ba5d;
31196
+ .p12gwtiw .pagination-right .icon-inner {
31197
+ margin-left: 4px;
31119
31198
  }
31120
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31121
- left: calc(100% - 20px - 2px);
31199
+ .p12gwtiw .pagination-right .prev-btn,
31200
+ .p12gwtiw .pagination-right .next-btn {
31201
+ padding: 0 8px;
31122
31202
  }
31123
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31124
- left: calc(100% - 14px - 1px);
31203
+ .p12gwtiw .pagination-right .prev-btn > span,
31204
+ .p12gwtiw .pagination-right .next-btn > span {
31205
+ color: #0080ff;
31125
31206
  }
31126
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31127
- left: calc(100% - 28px - 2px);
31207
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31208
+ transform: rotate(180deg);
31128
31209
  }
31129
31210
 
31130
- .c1to9vb9 {
31131
- margin-left: 5px;
31211
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31212
+ max-height: calc(100vh - 128px);
31213
+ overflow-y: auto;
31214
+ }
31215
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31216
+ padding: 4px 20px;
31217
+ font-size: 12px;
31218
+ line-height: 18px;
31132
31219
  }
31133
31220
 
31134
31221
  .c1up1pdz {
@@ -31228,599 +31315,545 @@ input.rrg1fkn.ant-input {
31228
31315
  padding: 10px 0;
31229
31316
  border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31230
31317
  }
31231
- .wpbf4pq .ant-input,
31232
- .wpbf4pq .ant-picker {
31233
- width: 80px;
31234
- margin: 0 9px;
31235
- text-align: center;
31318
+ .wpbf4pq .ant-input,
31319
+ .wpbf4pq .ant-picker {
31320
+ width: 80px;
31321
+ margin: 0 9px;
31322
+ text-align: center;
31323
+ }
31324
+ .wpbf4pq .options {
31325
+ padding: 12px 0 12px 16px;
31326
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31327
+ margin: 5px 0 5px 8px;
31328
+ }
31329
+ .wpbf4pq .week-day-option,
31330
+ .wpbf4pq .month-day-option {
31331
+ background: #f5f7fa;
31332
+ box-sizing: border-box;
31333
+ border-radius: 16px;
31334
+ margin-right: 8px;
31335
+ }
31336
+ .wpbf4pq .week-day-option:focus,
31337
+ .wpbf4pq .month-day-option:focus {
31338
+ color: inherit;
31339
+ border-color: #d9d9d9;
31340
+ }
31341
+ .wpbf4pq .week-day-option.active {
31342
+ background-color: #0096ff;
31343
+ border-color: #0096ff;
31344
+ color: #fff;
31345
+ }
31346
+ .wpbf4pq .week-day-option.en-text {
31347
+ width: 110px;
31348
+ margin-top: 4px;
31349
+ }
31350
+ .wpbf4pq .month-day-option {
31351
+ width: 32px;
31352
+ padding: 0;
31353
+ margin-bottom: 8px;
31354
+ }
31355
+ .wpbf4pq .month-day-option.active {
31356
+ background-color: #0096ff;
31357
+ border-color: #0096ff;
31358
+ color: #fff;
31359
+ }
31360
+
31361
+ .i1e4sgug {
31362
+ display: inline-block;
31363
+ }
31364
+
31365
+ .s1fc623g {
31366
+ width: 430px !important;
31367
+ }
31368
+
31369
+ .da3mx0o .ant-select-item-group {
31370
+ padding: 8px 16px;
31371
+ line-height: 18px;
31372
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31373
+ height: 34px;
31374
+ min-height: 34px;
31375
+ box-sizing: border-box;
31376
+ margin-top: 8px;
31377
+ }
31378
+
31379
+ .onr9gzt {
31380
+ display: flex;
31381
+ flex-direction: column;
31382
+ margin: 1px 8px;
31383
+ padding: 8px;
31384
+ border-radius: 4px;
31385
+ }
31386
+ .onr9gzt .selected-icon {
31387
+ display: none;
31388
+ }
31389
+ .onr9gzt.ant-select-item-option-grouped {
31390
+ padding-left: 8px;
31391
+ }
31392
+ .onr9gzt.ant-select-item-option-selected {
31393
+ background-color: white;
31394
+ }
31395
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31396
+ color: #0080ff;
31397
+ }
31398
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31399
+ display: block;
31400
+ }
31401
+ .onr9gzt.ant-select-item-option-active {
31402
+ background: rgba(0, 136, 255, 0.16);
31403
+ }
31404
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31405
+ color: #0080ff;
31406
+ }
31407
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31408
+ background: rgba(0, 136, 255, 0.1);
31409
+ color: #0080ff;
31410
+ }
31411
+
31412
+ .oiy0apc {
31413
+ display: flex;
31414
+ justify-content: space-between;
31415
+ height: 20px;
31416
+ line-height: 20px;
31417
+ }
31418
+ .oiy0apc .timezone-title {
31419
+ color: #2d3a56;
31420
+ overflow: hidden;
31421
+ text-overflow: ellipsis;
31422
+ }
31423
+
31424
+ .of4y382 {
31425
+ display: flex;
31426
+ justify-content: space-between;
31427
+ color: rgba(44, 56, 82, 0.6);
31428
+ height: 18px;
31429
+ line-height: 18px;
31430
+ margin-top: 2px;
31431
+ }
31432
+
31433
+ .t19903l9 {
31434
+ border: none;
31435
+ margin-right: 0;
31436
+ background: rgba(225, 230, 241, 0.6);
31437
+ }
31438
+
31439
+ .ohwbvxu {
31440
+ pointer-events: none;
31441
+ height: 32px;
31442
+ width: 100%;
31443
+ opacity: 0;
31444
+ }
31445
+
31446
+ .t1upn1sz {
31447
+ height: 100%;
31448
+ }
31449
+
31450
+ .tta5kd2 {
31451
+ height: 100%;
31452
+ }
31453
+ .tta5kd2.empty-table .ant-table-content {
31454
+ overflow: visible !important;
31455
+ height: 100%;
31236
31456
  }
31237
- .wpbf4pq .options {
31238
- padding: 12px 0 12px 16px;
31239
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31240
- margin: 5px 0 5px 8px;
31457
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31458
+ height: 100%;
31241
31459
  }
31242
- .wpbf4pq .week-day-option,
31243
- .wpbf4pq .month-day-option {
31244
- background: #f5f7fa;
31245
- box-sizing: border-box;
31246
- border-radius: 16px;
31247
- margin-right: 8px;
31460
+ .tta5kd2.empty-table .ant-table-content table {
31461
+ width: 100% !important;
31462
+ height: 100%;
31248
31463
  }
31249
- .wpbf4pq .week-day-option:focus,
31250
- .wpbf4pq .month-day-option:focus {
31251
- color: inherit;
31252
- border-color: #d9d9d9;
31464
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31465
+ padding: 15px 0;
31253
31466
  }
31254
- .wpbf4pq .week-day-option.active {
31255
- background-color: #0096ff;
31256
- border-color: #0096ff;
31257
- color: #fff;
31467
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31468
+ display: none;
31258
31469
  }
31259
- .wpbf4pq .week-day-option.en-text {
31260
- width: 110px;
31261
- margin-top: 4px;
31470
+ .tta5kd2 .active-row td:nth-child(1) {
31471
+ font-weight: 700;
31262
31472
  }
31263
- .wpbf4pq .month-day-option {
31264
- width: 32px;
31265
- padding: 0;
31266
- margin-bottom: 8px;
31473
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31474
+ font-weight: 700;
31267
31475
  }
31268
- .wpbf4pq .month-day-option.active {
31269
- background-color: #0096ff;
31270
- border-color: #0096ff;
31271
- color: #fff;
31476
+ .tta5kd2 .ant-spin-nested-loading {
31477
+ height: 100%;
31272
31478
  }
31273
-
31274
- .p12gwtiw {
31275
- display: flex;
31276
- justify-content: space-between;
31277
- align-items: center;
31278
- padding: 10px 0;
31279
- color: rgba(44, 56, 82, 0.6);
31280
- font-size: 12px;
31281
- line-height: 24px;
31479
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31480
+ height: 100%;
31481
+ overflow: visible;
31282
31482
  }
31283
- .p12gwtiw .pagination-left {
31284
- padding: 2px 8px;
31483
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31484
+ max-height: none;
31285
31485
  }
31286
- .p12gwtiw .dropdown-trigger {
31287
- display: flex;
31288
- align-items: center;
31289
- border-radius: 6px;
31290
- cursor: pointer;
31291
- transition: all 0.3s ease;
31486
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31487
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31488
+ display: none;
31292
31489
  }
31293
- .p12gwtiw .dropdown-trigger:hover {
31294
- background: rgba(211, 218, 235, 0.6);
31295
- color: #0080ff;
31490
+ .tta5kd2 td.ant-table-column-sort {
31491
+ background: transparent;
31296
31492
  }
31297
- .p12gwtiw .dropdown-trigger .icon-inner {
31298
- margin-left: 4px;
31493
+ .tta5kd2 td.ant-table-cell-fix-left,
31494
+ .tta5kd2 td.ant-table-cell-fix-right {
31495
+ background: #fff;
31496
+ padding: 0 !important;
31299
31497
  }
31300
- .p12gwtiw .pagination-right {
31498
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31499
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31301
31500
  display: flex;
31302
31501
  align-items: center;
31303
- color: #0080ff;
31304
- font-weight: bold;
31305
- }
31306
- .p12gwtiw .pagination-right .icon-inner {
31307
- margin-left: 4px;
31308
- }
31309
- .p12gwtiw .pagination-right .prev-btn,
31310
- .p12gwtiw .pagination-right .next-btn {
31311
- padding: 0 8px;
31502
+ height: 100%;
31503
+ padding: 8px;
31312
31504
  }
31313
- .p12gwtiw .pagination-right .prev-btn > span,
31314
- .p12gwtiw .pagination-right .next-btn > span {
31315
- color: #0080ff;
31505
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31506
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31507
+ overflow: hidden;
31508
+ text-overflow: ellipsis;
31509
+ width: 100%;
31316
31510
  }
31317
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31318
- transform: rotate(180deg);
31511
+ .tta5kd2 .ant-table-container {
31512
+ height: 100%;
31319
31513
  }
31320
-
31321
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31322
- max-height: calc(100vh - 128px);
31323
- overflow-y: auto;
31514
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31515
+ box-shadow: none !important;
31324
31516
  }
31325
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31326
- padding: 4px 20px;
31517
+ .tta5kd2 .ant-table {
31518
+ border-radius: 0px;
31519
+ border-left: none;
31520
+ border-right: none;
31521
+ border-bottom: none;
31522
+ height: 100%;
31327
31523
  font-size: 12px;
31328
- line-height: 18px;
31524
+ background: transparent;
31329
31525
  }
31330
-
31331
- .d6j0lbj {
31332
- font-family: Inter;
31333
- font-style: normal;
31334
- font-weight: bold;
31335
- font-size: 32px;
31336
- line-height: 40px;
31526
+ .tta5kd2 .ant-table .ant-table-header {
31527
+ position: relative;
31528
+ z-index: 3;
31529
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31530
+ margin-bottom: -1px;
31337
31531
  }
31338
-
31339
- .d1xhvvxe {
31340
- font-family: Inter;
31341
- font-style: normal;
31342
- font-weight: bold;
31343
- font-size: 24px;
31344
- line-height: 32px;
31532
+ .tta5kd2 .ant-table .time-wrapper .date,
31533
+ .tta5kd2 .ant-table .value {
31534
+ color: #2d3a56;
31345
31535
  }
31346
-
31347
- .dk10mxq {
31348
- font-family: Inter;
31349
- font-style: normal;
31350
- font-weight: normal;
31351
- font-size: 32px;
31352
- line-height: 40px;
31536
+ .tta5kd2 .ant-table .time-wrapper .time,
31537
+ .tta5kd2 .ant-table .unit {
31538
+ color: rgba(44, 56, 82, 0.6);
31353
31539
  }
31354
-
31355
- .dxsait {
31356
- font-family: Inter;
31357
- font-style: normal;
31358
- font-weight: bold;
31359
- font-size: 20px;
31360
- line-height: 24px;
31540
+ .tta5kd2 .ant-table .ant-table-selection {
31541
+ position: unset;
31542
+ text-align: center;
31361
31543
  }
31362
-
31363
- .dokn0h3 {
31364
- font-family: Inter;
31365
- font-style: normal;
31366
- font-weight: normal;
31367
- font-size: 20px;
31368
- line-height: 24px;
31544
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31545
+ background: #fff;
31369
31546
  }
31370
-
31371
- .dobau4p {
31372
- font-family: Inter;
31373
- font-style: normal;
31374
- font-weight: bold;
31375
- font-size: 18px;
31376
- line-height: 22px;
31547
+ .tta5kd2 .ant-table .anticon-setting {
31548
+ cursor: pointer;
31549
+ position: absolute;
31550
+ top: 50%;
31551
+ right: 12px;
31552
+ transform: translateY(-50%);
31377
31553
  }
31378
-
31379
- .dvolwok {
31380
- font-family: Inter;
31381
- font-style: normal;
31382
- font-weight: normal;
31383
- font-size: 18px;
31384
- line-height: 22px;
31554
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31555
+ box-shadow: none;
31556
+ width: 1px;
31557
+ background: rgba(213, 219, 227, 0.6);
31385
31558
  }
31386
-
31387
- .h181qhg4 {
31388
- font-family: Inter;
31389
- font-style: normal;
31390
- font-weight: bold;
31391
- font-size: 16px;
31392
- line-height: 22px;
31559
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31560
+ box-shadow: none;
31561
+ width: 1px;
31562
+ background: rgba(213, 219, 227, 0.6);
31393
31563
  }
31394
-
31395
- .h1phgmcq {
31396
- font-family: Inter;
31397
- font-style: normal;
31398
- font-weight: normal;
31399
- font-size: 16px;
31400
- line-height: 22px;
31564
+ .tta5kd2 .ant-table .ant-table-tbody {
31565
+ position: relative;
31401
31566
  }
31402
-
31403
- .h173xnl1 {
31404
- font-family: Inter;
31405
- font-style: normal;
31406
- font-weight: bold;
31407
- font-size: 14px;
31408
- line-height: 20px;
31567
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31568
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31569
+ border-bottom: 1px solid white;
31570
+ height: 40px;
31571
+ vertical-align: middle;
31572
+ transition: background 0ms;
31573
+ color: #00122e;
31409
31574
  }
31410
-
31411
- .hedm4pz {
31412
- font-family: Inter;
31413
- font-style: normal;
31414
- font-weight: normal;
31415
- font-size: 14px;
31416
- line-height: 20px;
31575
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31576
+ background: #f2f5fa;
31577
+ border-bottom-color: #f2f5fa;
31417
31578
  }
31418
-
31419
- .h1kd8xld {
31420
- font-family: Inter;
31421
- font-style: normal;
31422
- font-weight: bold;
31579
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31580
+ height: auto;
31581
+ color: #00122e;
31423
31582
  font-size: 12px;
31424
- line-height: 18px;
31583
+ text-align: left;
31584
+ transition: none;
31585
+ overflow: hidden;
31586
+ text-overflow: ellipsis;
31587
+ white-space: nowrap;
31425
31588
  }
31426
-
31427
- .hp14fr {
31428
- font-family: Inter;
31429
- font-style: normal;
31430
- font-weight: normal;
31431
- font-size: 12px;
31432
- line-height: 18px;
31589
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31590
+ color: #0096ff;
31433
31591
  }
31434
-
31435
- .hgrg7mn {
31436
- font-family: Inter;
31437
- font-style: normal;
31438
- font-weight: bold;
31439
- text-transform: uppercase;
31440
- font-feature-settings: "cpsp" on;
31441
- font-size: 12px;
31442
- line-height: 18px;
31592
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31593
+ overflow: hidden;
31594
+ text-overflow: ellipsis;
31595
+ width: 100%;
31596
+ vertical-align: middle;
31443
31597
  }
31444
-
31445
- .h6zme9x {
31446
- font-family: Inter;
31447
- font-style: normal;
31448
- font-weight: normal;
31449
- text-transform: uppercase;
31450
- font-feature-settings: "cpsp" on;
31451
- font-size: 12px;
31452
- line-height: 18px;
31598
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31599
+ line-height: 0px;
31453
31600
  }
31454
-
31455
- .locjvsv {
31456
- font-family: Inter;
31457
- font-style: normal;
31458
- font-weight: normal;
31459
- font-size: 16px;
31460
- line-height: 24px;
31601
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31602
+ padding-right: 25px;
31461
31603
  }
31462
-
31463
- .l13gi131 {
31464
- font-family: Inter;
31465
- font-style: normal;
31466
- font-weight: bold;
31467
- font-size: 16px;
31468
- line-height: 24px;
31604
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31605
+ border-top-color: transparent;
31469
31606
  }
31470
-
31471
- .l1ynemsu {
31472
- font-family: Inter;
31473
- font-style: normal;
31474
- font-weight: normal;
31475
- font-size: 16px;
31476
- line-height: 24px;
31607
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31608
+ background: rgba(225, 230, 241, 0.6);
31609
+ border-color: transparent transparent white;
31477
31610
  }
31478
-
31479
- .l1cft1cx {
31480
- font-family: Inter;
31481
- font-style: normal;
31482
- font-weight: bold;
31483
- font-size: 16px;
31484
- line-height: 24px;
31611
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31612
+ border-radius: 8px 0 0 8px;
31485
31613
  }
31486
-
31487
- .l17tqc8p {
31488
- font-family: Inter;
31489
- font-style: normal;
31490
- font-weight: normal;
31491
- text-transform: uppercase;
31492
- font-feature-settings: "cpsp" on;
31493
- font-size: 16px;
31494
- line-height: 24px;
31614
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31615
+ border-radius: 8px 0 0 8px;
31495
31616
  }
31496
-
31497
- .l1j1e5w7 {
31498
- font-family: Inter;
31499
- font-style: normal;
31500
- font-weight: bold;
31501
- text-transform: uppercase;
31502
- font-feature-settings: "cpsp" on;
31503
- font-size: 16px;
31504
- line-height: 24px;
31617
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31618
+ content: "";
31619
+ width: 4px;
31620
+ top: -1px;
31621
+ bottom: -1px;
31622
+ background: white;
31505
31623
  }
31506
-
31507
- .l1gf91jb {
31508
- font-family: Inter;
31509
- font-style: normal;
31510
- font-weight: normal;
31511
- font-size: 14px;
31512
- line-height: 22px;
31624
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31625
+ border-radius: 0 8px 8px 0;
31513
31626
  }
31514
-
31515
- .lu7hlr6 {
31516
- font-family: Inter;
31517
- font-style: normal;
31518
- font-weight: 500;
31519
- font-size: 14px;
31520
- line-height: 22px;
31627
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31628
+ border-radius: 0;
31629
+ background: white;
31630
+ border-top: none;
31521
31631
  }
31522
-
31523
- .l3l3jf0 {
31524
- font-family: Inter;
31525
- font-style: normal;
31526
- font-weight: bold;
31527
- font-size: 14px;
31528
- line-height: 22px;
31632
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31633
+ border-top: 1px solid transparent;
31634
+ border-radius: 0 8px 8px 0;
31635
+ background: rgba(225, 230, 241, 0.6);
31529
31636
  }
31530
-
31531
- .l12j5nqp {
31532
- font-family: Inter;
31533
- font-style: normal;
31534
- font-weight: normal;
31535
- font-size: 14px;
31536
- line-height: 22px;
31637
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31638
+ background: white;
31639
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31537
31640
  }
31538
-
31539
- .l1tecqht {
31540
- font-family: Inter;
31541
- font-style: normal;
31542
- font-weight: bold;
31543
- font-size: 14px;
31544
- line-height: 22px;
31641
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31642
+ display: flex;
31643
+ align-items: center;
31644
+ height: 100%;
31645
+ background: rgba(225, 230, 241, 0.6);
31545
31646
  }
31546
-
31547
- .l6sa990 {
31548
- font-family: Inter;
31549
- font-style: normal;
31550
- font-weight: normal;
31551
- text-transform: uppercase;
31552
- font-feature-settings: "cpsp" on;
31553
- font-size: 14px;
31554
- line-height: 22px;
31647
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31648
+ background: white;
31649
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31555
31650
  }
31556
-
31557
- .lckqe8j {
31558
- font-family: Inter;
31559
- font-style: normal;
31560
- font-weight: bold;
31561
- text-transform: uppercase;
31562
- font-feature-settings: "cpsp" on;
31563
- font-size: 14px;
31564
- line-height: 22px;
31651
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31652
+ display: flex;
31653
+ align-items: center;
31654
+ height: 100%;
31655
+ background: rgba(225, 230, 241, 0.6);
31565
31656
  }
31566
-
31567
- .l1kuminb {
31568
- font-family: Inter;
31569
- font-style: normal;
31570
- font-weight: normal;
31571
- font-size: 13px;
31572
- line-height: 20px;
31657
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31658
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31573
31659
  }
31574
-
31575
- .l1pbuf5j {
31576
- font-family: Inter;
31577
- font-style: normal;
31578
- font-weight: 600;
31579
- font-size: 13px;
31580
- line-height: 20px;
31660
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31661
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31662
+ border-radius: 8px;
31581
31663
  }
31582
-
31583
- .l1r4ztu {
31584
- font-family: Inter;
31585
- font-style: normal;
31586
- font-weight: bold;
31587
- font-size: 13px;
31588
- line-height: 20px;
31664
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31665
+ border-top-color: white;
31589
31666
  }
31590
-
31591
- .ly8vzok {
31592
- font-family: Inter;
31593
- font-style: normal;
31594
- font-weight: normal;
31595
- font-size: 13px;
31596
- line-height: 20px;
31667
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31668
+ background: rgba(0, 136, 255, 0.1);
31669
+ border-bottom-color: transparent;
31670
+ border-top-color: transparent;
31597
31671
  }
31598
-
31599
- .lumfmf {
31600
- font-family: Inter;
31601
- font-style: normal;
31602
- font-weight: 600;
31603
- font-size: 13px;
31604
- line-height: 20px;
31672
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31673
+ border-radius: 8px 0 0 8px;
31605
31674
  }
31606
-
31607
- .l16ujwmv {
31608
- font-family: Inter;
31609
- font-style: normal;
31610
- font-weight: bold;
31611
- font-size: 13px;
31612
- line-height: 20px;
31675
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31676
+ border-radius: 0 8px 8px 0;
31677
+ }
31678
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31679
+ background: rgba(0, 136, 255, 0.1);
31680
+ }
31681
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31682
+ background: #fff;
31683
+ font-weight: 400;
31684
+ position: relative;
31685
+ border-bottom: none;
31686
+ color: #00122e;
31687
+ transition: none;
31688
+ padding: 15px 8px 15px 8px;
31689
+ }
31690
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31691
+ content: "";
31692
+ width: 1px;
31693
+ top: 0;
31694
+ bottom: 0;
31695
+ background: rgba(211, 218, 235, 0.6);
31696
+ position: absolute;
31697
+ right: 0;
31613
31698
  }
31614
-
31615
- .l17o1ffr {
31616
- font-family: Inter;
31617
- font-style: normal;
31618
- font-weight: normal;
31619
- text-transform: uppercase;
31620
- font-feature-settings: "cpsp" on;
31621
- font-size: 13px;
31622
- line-height: 20px;
31699
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31700
+ padding: unset;
31623
31701
  }
31624
-
31625
- .lngllvn {
31626
- font-family: Inter;
31627
- font-style: normal;
31628
- font-weight: bold;
31629
- text-transform: uppercase;
31630
- font-feature-settings: "cpsp" on;
31631
- font-size: 13px;
31632
- line-height: 20px;
31702
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31703
+ display: none;
31633
31704
  }
31634
-
31635
- .l2i7fo9 {
31636
- font-family: Inter;
31637
- font-style: normal;
31638
- font-weight: normal;
31639
- font-size: 12px;
31640
- line-height: 18px;
31705
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31706
+ width: 100%;
31707
+ overflow: hidden;
31708
+ white-space: nowrap;
31709
+ text-overflow: ellipsis;
31641
31710
  }
31642
-
31643
- .l1x7hscx {
31644
- font-family: Inter;
31645
- font-style: normal;
31646
- font-weight: 500;
31647
- font-size: 12px;
31648
- line-height: 18px;
31711
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31712
+ overflow: hidden;
31713
+ text-overflow: ellipsis;
31714
+ flex: 1;
31649
31715
  }
31650
-
31651
- .le1jwan {
31652
- font-family: Inter;
31653
- font-style: normal;
31654
- font-weight: bold;
31655
- font-size: 12px;
31656
- line-height: 18px;
31716
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31717
+ padding: 15px 25px 15px 8px;
31657
31718
  }
31658
-
31659
- .lyxynfj {
31660
- font-family: Inter;
31661
- font-style: normal;
31662
- font-weight: normal;
31663
- font-size: 12px;
31664
- line-height: 18px;
31719
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31720
+ padding: 0;
31665
31721
  }
31666
-
31667
- .lpb2nxv {
31668
- font-family: Inter;
31669
- font-style: normal;
31670
- font-weight: 500;
31671
- font-size: 12px;
31672
- line-height: 18px;
31722
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31723
+ position: absolute;
31724
+ right: 6px;
31725
+ top: 50%;
31726
+ transform: translateY(-50%);
31727
+ height: 16px;
31728
+ display: none;
31729
+ transition: transform 320ms ease;
31673
31730
  }
31674
-
31675
- .l1r8o3vv {
31676
- font-family: Inter;
31677
- font-style: normal;
31678
- font-weight: bold;
31679
- font-size: 12px;
31680
- line-height: 18px;
31731
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31732
+ display: block;
31733
+ transform: translateY(-50%) rotateX(180deg);
31681
31734
  }
31682
-
31683
- .lemnjy2 {
31684
- font-family: Inter;
31685
- font-style: normal;
31686
- font-weight: normal;
31687
- text-transform: uppercase;
31688
- font-feature-settings: "cpsp" on;
31689
- font-size: 12px;
31690
- line-height: 18px;
31735
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31736
+ display: block;
31691
31737
  }
31692
-
31693
- .lrc42gb {
31694
- font-family: Inter;
31695
- font-style: normal;
31696
- font-weight: bold;
31697
- text-transform: uppercase;
31698
- font-feature-settings: "cpsp" on;
31699
- font-size: 12px;
31700
- line-height: 18px;
31738
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31739
+ display: none;
31701
31740
  }
31702
-
31703
- .fqaz4mb {
31704
- font-family: Inter;
31705
- font-style: normal;
31706
- font-weight: normal;
31707
- font-size: 13px;
31708
- line-height: 20px;
31741
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31742
+ transform: translateY(-50%);
31709
31743
  }
31710
-
31711
- .f13we5o {
31712
- font-family: Inter;
31713
- font-style: normal;
31714
- font-weight: normal;
31715
- font-size: 13px;
31716
- line-height: 20px;
31744
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31745
+ transform: translateY(-50%) rotateX(180deg);
31717
31746
  }
31718
-
31719
- .ffmjua2 {
31720
- font-family: Inter;
31721
- font-style: normal;
31722
- font-weight: normal;
31723
- font-size: 12px;
31724
- line-height: 18px;
31747
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31748
+ background: #f2f5fa;
31725
31749
  }
31726
-
31727
- .fz2mxw0 {
31728
- font-family: Inter;
31729
- font-style: normal;
31730
- font-weight: normal;
31731
- font-size: 12px;
31732
- line-height: 18px;
31750
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31751
+ display: block;
31733
31752
  }
31734
-
31735
- .t1ertzoh {
31736
- font-family: Inter;
31737
- font-style: normal;
31738
- font-weight: normal;
31739
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31740
- font-size: 13px;
31741
- line-height: 20px;
31753
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31754
+ padding-right: 25px;
31742
31755
  }
31743
-
31744
- .t19bge8r {
31745
- font-family: Inter;
31746
- font-style: normal;
31747
- font-weight: normal;
31748
- font-feature-settings: "zero" on;
31749
- font-size: 13px;
31750
- line-height: 20px;
31756
+ .tta5kd2 .ant-table .ant-table-selection-column {
31757
+ padding: 0 !important;
31751
31758
  }
31752
-
31753
- .tjrzfyl {
31754
- font-family: Inter;
31755
- font-style: normal;
31756
- font-weight: normal;
31757
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31758
- font-size: 12px;
31759
- line-height: 18px;
31759
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31760
+ position: absolute;
31761
+ left: 50%;
31762
+ top: 50%;
31763
+ transform: translate(-50%, -50%);
31760
31764
  }
31761
-
31762
- .tm6s7bo {
31763
- font-family: Inter;
31764
- font-style: normal;
31765
- font-weight: 500;
31766
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31767
- font-size: 12px;
31768
- line-height: 18px;
31765
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31766
+ display: none;
31769
31767
  }
31770
-
31771
- .t19zq6ic {
31772
- font-family: Inter;
31773
- font-style: normal;
31774
- font-weight: normal;
31775
- font-feature-settings: "zero" on;
31776
- font-size: 12px;
31777
- line-height: 18px;
31768
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31769
+ background: #fff;
31778
31770
  }
31779
-
31780
- .t1gduru8 {
31781
- font-family: Inter;
31782
- font-style: normal;
31783
- font-weight: 500;
31784
- font-feature-settings: "zero" on;
31785
- font-size: 12px;
31786
- line-height: 18px;
31771
+ .tta5kd2 .ant-table .ant-table-placeholder {
31772
+ background: inherit;
31787
31773
  }
31788
-
31789
- .t55raab {
31790
- font-family: Inter;
31791
- font-style: normal;
31774
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31775
+ position: static;
31776
+ border: none;
31777
+ background: inherit !important;
31778
+ height: 100px;
31779
+ vertical-align: middle;
31780
+ }
31781
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31782
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31792
31783
  font-weight: bold;
31793
- font-feature-settings: "zero" on;
31794
- font-size: 16px;
31795
- line-height: 24px;
31784
+ font-size: 20px;
31785
+ color: rgba(10, 37, 85, 0.6);
31796
31786
  }
31797
-
31798
- .u1w9abfe {
31799
- font-family: Inter;
31800
- font-style: normal;
31801
- font-weight: normal;
31802
- font-size: 10px;
31803
- line-height: 12px;
31787
+ .tta5kd2 .ant-table td.cell__action_ {
31788
+ padding: 0 !important;
31789
+ position: relative;
31790
+ background: #fff;
31791
+ }
31792
+ .tta5kd2 .ant-table td.cell__action_ > * {
31793
+ height: 100%;
31794
+ display: flex;
31795
+ align-items: center;
31796
+ justify-content: flex-end;
31797
+ padding-right: 8px;
31798
+ }
31799
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31800
+ width: 24px;
31801
+ height: 24px;
31802
+ cursor: pointer;
31803
+ justify-content: center;
31804
+ border-radius: 4px;
31804
31805
  }
31805
-
31806
- .i1e4sgug {
31807
- display: inline-block;
31806
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31807
+ background: #fff;
31808
31808
  }
31809
31809
 
31810
- .berrcjl {
31811
- color: rgba(10, 37, 85, 0.6);
31812
- margin-bottom: 4px;
31810
+ .l4bld33 {
31811
+ width: 64px;
31812
+ height: 64px;
31813
+ display: flex;
31814
+ align-items: center;
31815
+ justify-content: center;
31816
+ position: relative;
31817
+ opacity: 0.2;
31813
31818
  }
31814
- .berrcjl .breadcrumb-link {
31815
- color: rgba(10, 37, 85, 0.6);
31816
- cursor: pointer;
31817
- transition: color 160ms ease;
31819
+
31820
+ .lgitjoj {
31821
+ position: absolute;
31822
+ width: 5px;
31823
+ height: 48px;
31824
+ left: 9.33px;
31825
+ top: 40.5px;
31826
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
31827
+ border-radius: 5px;
31828
+ transform: rotate(-128deg);
31829
+ transform-origin: top left;
31830
+ animation: loading-indicator1 1100ms ease-out infinite;
31818
31831
  }
31819
- .berrcjl .breadcrumb-link:hover {
31820
- color: #0080ff;
31832
+
31833
+ .l13g0exg {
31834
+ position: absolute;
31835
+ width: 5px;
31836
+ height: 48px;
31837
+ left: 40.8px;
31838
+ top: 8.4px;
31839
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
31840
+ border-radius: 5px;
31841
+ transform: rotate(-8deg);
31842
+ transform-origin: top left;
31843
+ animation: loading-indicator2 1100ms ease-out infinite;
31821
31844
  }
31822
- .berrcjl .breadcrumb-link:active {
31823
- color: #005ed1;
31845
+
31846
+ .l1exo3h6 {
31847
+ position: absolute;
31848
+ width: 5px;
31849
+ height: 48px;
31850
+ left: 52.9px;
31851
+ top: 51.8px;
31852
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
31853
+ border-radius: 5px;
31854
+ transform: rotate(112deg);
31855
+ transform-origin: top left;
31856
+ animation: loading-indicator3 1100ms ease-out infinite;
31824
31857
  }
31825
31858
 
31826
31859
  .c1bus5hc {
@@ -31883,160 +31916,104 @@ input.rrg1fkn.ant-input {
31883
31916
  padding: 8px 12px;
31884
31917
  }
31885
31918
 
31886
- .t1sqg15u {
31887
- background: white;
31888
- }
31889
- .t1sqg15u.inline .table-row {
31890
- flex-direction: column;
31891
- }
31892
- .t1sqg15u.inline .table-row > label {
31893
- padding: 0 16px 7px 0;
31919
+ .clm1wy1 {
31920
+ width: 192px;
31921
+ height: 246px;
31922
+ border-radius: 4px;
31894
31923
  }
31895
- .t1sqg15u.has-border .table-header {
31896
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31924
+ .clm1wy1 > .ant-picker-calendar,
31925
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
31926
+ width: 100%;
31927
+ background-color: rgba(245, 247, 250, 0.6);
31928
+ border-top: none;
31897
31929
  }
31898
- .t1sqg15u.has-border .hiddenBorder {
31899
- border-top: none !important;
31930
+ .clm1wy1 > .ant-picker-calendar .ant-picker-body,
31931
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
31932
+ padding: 0 16px;
31900
31933
  }
31901
- .t1sqg15u.has-border .table-row + .table-row {
31902
- border-top: 1px solid rgba(225, 230, 241, 0.6);
31934
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content,
31935
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
31936
+ width: 100%;
31937
+ height: 180px;
31938
+ border-spacing: 0;
31903
31939
  }
31904
- .t1sqg15u.has-border .table-row:last-of-type {
31905
- padding-bottom: 0;
31940
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
31941
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
31942
+ margin-bottom: 8px;
31906
31943
  }
31907
- .t1sqg15u.align-right .content {
31908
- text-align: right;
31944
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
31945
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
31946
+ width: 22px;
31909
31947
  }
31910
- .t1sqg15u .uuid-row {
31911
- display: flex;
31912
- justify-content: space-between;
31948
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
31949
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
31950
+ padding: 0;
31913
31951
  }
31914
- .t1sqg15u .uuid-row .id-text {
31915
- white-space: nowrap;
31916
- overflow: hidden;
31917
- text-overflow: ellipsis;
31952
+ .clm1wy1 .ant-picker-cell {
31953
+ color: rgba(62, 70, 82, 0.6);
31954
+ opacity: 0.4;
31918
31955
  }
31919
-
31920
- .t4zczcp {
31921
- display: flex;
31922
- justify-content: space-between;
31923
- align-items: center;
31924
- padding: 8px;
31925
- min-height: 32px;
31956
+ .clm1wy1 .ant-picker-cell-in-view {
31957
+ color: rgba(62, 70, 82, 0.6);
31958
+ opacity: 1;
31926
31959
  }
31927
- .t4zczcp .table-title {
31928
- color: rgba(44, 56, 82, 0.6);
31929
- font-weight: 600;
31930
- font-size: 12px;
31931
- line-height: 8px;
31960
+ .clm1wy1 .ant-picker-cell-in-view > .active {
31961
+ color: #3e4652;
31932
31962
  }
31933
- .t4zczcp .edit-icon {
31934
- font-size: 16px;
31935
- color: rgba(10, 37, 85, 0.6);
31936
- cursor: pointer;
31963
+ .clm1wy1 .ant-picker-cell::before {
31964
+ pointer-events: none;
31937
31965
  }
31938
31966
 
31939
- .t1s7goww {
31940
- font-size: 12px;
31941
- line-height: 18px;
31967
+ .t1tsm00v {
31968
+ color: rgba(129, 138, 153, 0.6);
31969
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
31970
+ backdrop-filter: blur(10px);
31971
+ padding: 7px 10px;
31942
31972
  }
31943
31973
 
31944
- .t93e4cf {
31974
+ .c167wnad {
31975
+ color: rgba(62, 70, 82, 0.6);
31945
31976
  display: flex;
31946
- padding: 8px 0;
31947
- color: #2d3a56;
31948
- }
31949
- .t93e4cf .hidden {
31950
- display: none;
31951
- }
31952
- .t93e4cf .ant-btn-link {
31953
- height: auto;
31954
- }
31955
- .t93e4cf .content {
31956
- overflow: hidden;
31957
- overflow-x: auto;
31958
- width: 100%;
31959
- white-space: pre-wrap;
31960
- }
31961
- .t93e4cf .content .ant-btn {
31962
- white-space: pre-wrap;
31963
- text-align: left;
31964
- }
31965
- .t93e4cf .content .unit-chart {
31966
- justify-content: flex-start;
31967
- }
31968
-
31969
- .rhz2uv5 {
31970
- width: var(--rhz2uv5-0);
31971
- flex-shrink: 0;
31972
- color: rgba(44, 56, 82, 0.6);
31973
- padding-right: 12px;
31977
+ justify-content: space-between;
31978
+ align-items: center;
31979
+ padding: 8px 16px;
31974
31980
  }
31975
-
31976
- .gmyahx3 {
31981
+ .c167wnad .anticon {
31977
31982
  cursor: pointer;
31978
31983
  }
31979
- .gmyahx3 .link-text {
31980
- color: rgba(0, 21, 64, 0.3);
31981
- }
31982
- .gmyahx3:hover .link-text {
31983
- color: #0080ff;
31984
+ .c167wnad .anticon:hover {
31985
+ color: #0096ff;
31984
31986
  }
31985
31987
 
31986
- .tje3huy {
31987
- width: 100%;
31988
- overflow: inherit;
31989
- white-space: inherit;
31990
- text-overflow: ellipsis;
31988
+ .cxhf7dh {
31989
+ text-align: center;
31991
31990
  }
31992
-
31993
- .n12mqh7z {
31991
+ .cxhf7dh .dots {
31994
31992
  display: flex;
31995
- align-items: center;
31996
- font-size: 12px;
31997
- line-height: 18px;
31998
- }
31999
- .n12mqh7z:not(:last-child) {
32000
- margin-bottom: 4px;
32001
- }
32002
-
32003
- .tf5bynu {
32004
- margin: 0 3px;
31993
+ justify-content: center;
32005
31994
  }
32006
-
32007
- .tcckoz1 {
32008
- max-height: 400px;
32009
- overflow: "auto";
31995
+ .cxhf7dh .dot {
31996
+ display: inline-block;
31997
+ width: 2px;
31998
+ height: 2px;
31999
+ border-radius: 1px;
32000
+ background: #0096ff;
32010
32001
  }
32011
-
32012
- .s1iv0tp1 .enabled-switch {
32013
- display: flex;
32014
- align-items: center;
32002
+ .cxhf7dh .dot:not(:last-child) {
32003
+ margin-right: 2px;
32015
32004
  }
32016
- .s1iv0tp1 .enabled-text {
32017
- margin-right: 8px;
32005
+ .cxhf7dh .bar {
32006
+ width: 9px;
32007
+ height: 2px;
32008
+ background: #0096ff;
32009
+ border-radius: 2px;
32018
32010
  }
32019
32011
 
32020
- .c1uzzomf {
32021
- margin-bottom: 16px;
32022
- }
32023
- .c1uzzomf .card-title {
32024
- font-size: 16px;
32025
- color: rgba(44, 56, 82, 0.6);
32026
- font-weight: 700;
32027
- line-height: 32px;
32028
- }
32029
- .c1uzzomf .card-body {
32030
- padding: 24px;
32031
- border-radius: 8px;
32032
- background: #fff;
32033
- }
32034
- .c1uzzomf .empty {
32035
- font-weight: 700;
32036
- font-size: 14px;
32037
- line-height: 22px;
32038
- color: rgba(0, 21, 64, 0.3);
32039
- text-align: center;
32012
+ .tje3huy {
32013
+ width: 100%;
32014
+ overflow: inherit;
32015
+ white-space: inherit;
32016
+ text-overflow: ellipsis;
32040
32017
  }
32041
32018
 
32042
32019
  .c18bcrac {
@@ -32086,97 +32063,169 @@ input.rrg1fkn.ant-input {
32086
32063
  margin-right: 4px;
32087
32064
  }
32088
32065
 
32089
- .clm1wy1 {
32090
- width: 192px;
32091
- height: 246px;
32092
- border-radius: 4px;
32066
+ .s1iv0tp1 .enabled-switch {
32067
+ display: flex;
32068
+ align-items: center;
32093
32069
  }
32094
- .clm1wy1 > .ant-picker-calendar,
32095
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32096
- width: 100%;
32097
- background-color: rgba(245, 247, 250, 0.6);
32098
- border-top: none;
32070
+ .s1iv0tp1 .enabled-text {
32071
+ margin-right: 8px;
32099
32072
  }
32100
- .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32101
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32102
- padding: 0 16px;
32073
+
32074
+ .n12mqh7z {
32075
+ display: flex;
32076
+ align-items: center;
32077
+ font-size: 12px;
32078
+ line-height: 18px;
32103
32079
  }
32104
- .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32105
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32106
- width: 100%;
32107
- height: 180px;
32108
- border-spacing: 0;
32080
+ .n12mqh7z:not(:last-child) {
32081
+ margin-bottom: 4px;
32109
32082
  }
32110
- .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32111
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32112
- margin-bottom: 8px;
32083
+
32084
+ .tf5bynu {
32085
+ margin: 0 3px;
32113
32086
  }
32114
- .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32115
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32116
- width: 22px;
32087
+
32088
+ .tcckoz1 {
32089
+ max-height: 400px;
32090
+ overflow: "auto";
32117
32091
  }
32118
- .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32119
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32120
- padding: 0;
32092
+
32093
+ .berrcjl {
32094
+ color: rgba(10, 37, 85, 0.6);
32095
+ margin-bottom: 4px;
32121
32096
  }
32122
- .clm1wy1 .ant-picker-cell {
32123
- color: rgba(62, 70, 82, 0.6);
32124
- opacity: 0.4;
32097
+ .berrcjl .breadcrumb-link {
32098
+ color: rgba(10, 37, 85, 0.6);
32099
+ cursor: pointer;
32100
+ transition: color 160ms ease;
32125
32101
  }
32126
- .clm1wy1 .ant-picker-cell-in-view {
32127
- color: rgba(62, 70, 82, 0.6);
32128
- opacity: 1;
32102
+ .berrcjl .breadcrumb-link:hover {
32103
+ color: #0080ff;
32129
32104
  }
32130
- .clm1wy1 .ant-picker-cell-in-view > .active {
32131
- color: #3e4652;
32105
+ .berrcjl .breadcrumb-link:active {
32106
+ color: #005ed1;
32132
32107
  }
32133
- .clm1wy1 .ant-picker-cell::before {
32134
- pointer-events: none;
32108
+
32109
+ .gmyahx3 {
32110
+ cursor: pointer;
32111
+ }
32112
+ .gmyahx3 .link-text {
32113
+ color: rgba(0, 21, 64, 0.3);
32114
+ }
32115
+ .gmyahx3:hover .link-text {
32116
+ color: #0080ff;
32135
32117
  }
32136
32118
 
32137
- .t1tsm00v {
32138
- color: rgba(129, 138, 153, 0.6);
32139
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32140
- backdrop-filter: blur(10px);
32141
- padding: 7px 10px;
32119
+ .c1uzzomf {
32120
+ margin-bottom: 16px;
32121
+ }
32122
+ .c1uzzomf .card-title {
32123
+ font-size: 16px;
32124
+ color: rgba(44, 56, 82, 0.6);
32125
+ font-weight: 700;
32126
+ line-height: 32px;
32127
+ }
32128
+ .c1uzzomf .card-body {
32129
+ padding: 24px;
32130
+ border-radius: 8px;
32131
+ background: #fff;
32132
+ }
32133
+ .c1uzzomf .empty {
32134
+ font-weight: 700;
32135
+ font-size: 14px;
32136
+ line-height: 22px;
32137
+ color: rgba(0, 21, 64, 0.3);
32138
+ text-align: center;
32142
32139
  }
32143
32140
 
32144
- .c167wnad {
32145
- color: rgba(62, 70, 82, 0.6);
32141
+ .t1sqg15u {
32142
+ background: white;
32143
+ }
32144
+ .t1sqg15u.inline .table-row {
32145
+ flex-direction: column;
32146
+ }
32147
+ .t1sqg15u.inline .table-row > label {
32148
+ padding: 0 16px 7px 0;
32149
+ }
32150
+ .t1sqg15u.has-border .table-header {
32151
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32152
+ }
32153
+ .t1sqg15u.has-border .hiddenBorder {
32154
+ border-top: none !important;
32155
+ }
32156
+ .t1sqg15u.has-border .table-row + .table-row {
32157
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
32158
+ }
32159
+ .t1sqg15u.has-border .table-row:last-of-type {
32160
+ padding-bottom: 0;
32161
+ }
32162
+ .t1sqg15u.align-right .content {
32163
+ text-align: right;
32164
+ }
32165
+ .t1sqg15u .uuid-row {
32166
+ display: flex;
32167
+ justify-content: space-between;
32168
+ }
32169
+ .t1sqg15u .uuid-row .id-text {
32170
+ white-space: nowrap;
32171
+ overflow: hidden;
32172
+ text-overflow: ellipsis;
32173
+ }
32174
+
32175
+ .t4zczcp {
32146
32176
  display: flex;
32147
32177
  justify-content: space-between;
32148
32178
  align-items: center;
32149
- padding: 8px 16px;
32179
+ padding: 8px;
32180
+ min-height: 32px;
32150
32181
  }
32151
- .c167wnad .anticon {
32152
- cursor: pointer;
32182
+ .t4zczcp .table-title {
32183
+ color: rgba(44, 56, 82, 0.6);
32184
+ font-weight: 600;
32185
+ font-size: 12px;
32186
+ line-height: 8px;
32153
32187
  }
32154
- .c167wnad .anticon:hover {
32155
- color: #0096ff;
32188
+ .t4zczcp .edit-icon {
32189
+ font-size: 16px;
32190
+ color: rgba(10, 37, 85, 0.6);
32191
+ cursor: pointer;
32156
32192
  }
32157
32193
 
32158
- .cxhf7dh {
32159
- text-align: center;
32194
+ .t1s7goww {
32195
+ font-size: 12px;
32196
+ line-height: 18px;
32160
32197
  }
32161
- .cxhf7dh .dots {
32198
+
32199
+ .t93e4cf {
32162
32200
  display: flex;
32163
- justify-content: center;
32201
+ padding: 8px 0;
32202
+ color: #2d3a56;
32164
32203
  }
32165
- .cxhf7dh .dot {
32166
- display: inline-block;
32167
- width: 2px;
32168
- height: 2px;
32169
- border-radius: 1px;
32170
- background: #0096ff;
32204
+ .t93e4cf .hidden {
32205
+ display: none;
32171
32206
  }
32172
- .cxhf7dh .dot:not(:last-child) {
32173
- margin-right: 2px;
32207
+ .t93e4cf .ant-btn-link {
32208
+ height: auto;
32174
32209
  }
32175
- .cxhf7dh .bar {
32176
- width: 9px;
32177
- height: 2px;
32178
- background: #0096ff;
32179
- border-radius: 2px;
32210
+ .t93e4cf .content {
32211
+ overflow: hidden;
32212
+ overflow-x: auto;
32213
+ width: 100%;
32214
+ white-space: pre-wrap;
32215
+ }
32216
+ .t93e4cf .content .ant-btn {
32217
+ white-space: pre-wrap;
32218
+ text-align: left;
32219
+ }
32220
+ .t93e4cf .content .unit-chart {
32221
+ justify-content: flex-start;
32222
+ }
32223
+
32224
+ .rhz2uv5 {
32225
+ width: var(--rhz2uv5-0);
32226
+ flex-shrink: 0;
32227
+ color: rgba(44, 56, 82, 0.6);
32228
+ padding-right: 12px;
32180
32229
  }
32181
32230
 
32182
32231
  .wg1tsps {
@@ -32202,6 +32251,10 @@ input.rrg1fkn.ant-input {
32202
32251
  color: #00122e !important;
32203
32252
  }
32204
32253
 
32254
+ .t3qomhu {
32255
+ margin: 0 2px;
32256
+ }
32257
+
32205
32258
  .m15dvk92 {
32206
32259
  display: flex;
32207
32260
  justify-content: space-between;
@@ -32215,15 +32268,26 @@ input.rrg1fkn.ant-input {
32215
32268
  width: 100%;
32216
32269
  }
32217
32270
 
32218
- .c10crapj {
32219
- border-radius: 8px;
32271
+ .cav9p2m .ant-collapse-item {
32272
+ border: 0px;
32273
+ background-color: #fff;
32220
32274
  }
32221
- .c10crapj .ant-card-body {
32222
- padding: 20px 24px 24px 24px;
32275
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32276
+ padding-top: 0px;
32277
+ padding-bottom: 0px;
32278
+ padding-left: 0px !important;
32279
+ padding-right: 24px;
32280
+ }
32281
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32282
+ right: 0px;
32283
+ }
32284
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32285
+ padding: 0px;
32223
32286
  }
32224
32287
 
32225
- .t3qomhu {
32226
- margin: 0 2px;
32288
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32289
+ padding-right: 0px;
32290
+ cursor: default;
32227
32291
  }
32228
32292
 
32229
32293
  .c198s9j3 {
@@ -32288,35 +32352,13 @@ input.rrg1fkn.ant-input {
32288
32352
  margin-left: 28px;
32289
32353
  color: rgba(44, 56, 82, 0.6);
32290
32354
  }
32291
- .c198s9j3.compact .ant-checkbox + span .main,
32292
- .c198s9j3.compact .ant-checkbox-disabled + span .main {
32293
- margin-left: 8px;
32294
- }
32295
- .c198s9j3.compact .ant-checkbox + span .sub,
32296
- .c198s9j3.compact .ant-checkbox-disabled + span .sub {
32297
- margin-left: 24px;
32298
- }
32299
-
32300
- .cav9p2m .ant-collapse-item {
32301
- border: 0px;
32302
- background-color: #fff;
32303
- }
32304
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32305
- padding-top: 0px;
32306
- padding-bottom: 0px;
32307
- padding-left: 0px !important;
32308
- padding-right: 24px;
32309
- }
32310
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32311
- right: 0px;
32312
- }
32313
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32314
- padding: 0px;
32355
+ .c198s9j3.compact .ant-checkbox + span .main,
32356
+ .c198s9j3.compact .ant-checkbox-disabled + span .main {
32357
+ margin-left: 8px;
32315
32358
  }
32316
-
32317
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32318
- padding-right: 0px;
32319
- cursor: default;
32359
+ .c198s9j3.compact .ant-checkbox + span .sub,
32360
+ .c198s9j3.compact .ant-checkbox-disabled + span .sub {
32361
+ margin-left: 24px;
32320
32362
  }
32321
32363
 
32322
32364
  .o8ocss1 {
@@ -32328,6 +32370,23 @@ input.rrg1fkn.ant-input {
32328
32370
  white-space: nowrap;
32329
32371
  }
32330
32372
 
32373
+ .c10crapj {
32374
+ border-radius: 8px;
32375
+ }
32376
+ .c10crapj .ant-card-body {
32377
+ padding: 20px 24px 24px 24px;
32378
+ }
32379
+
32380
+ .igz4le8 {
32381
+ height: 24px;
32382
+ width: 56px !important;
32383
+ margin-right: 4px;
32384
+ }
32385
+
32386
+ .c1riexje {
32387
+ color: rgba(44, 56, 82, 0.6);
32388
+ }
32389
+
32331
32390
  .s14dk8r1 {
32332
32391
  margin: 0;
32333
32392
  border-radius: 20px;
@@ -32402,16 +32461,6 @@ input.rrg1fkn.ant-input {
32402
32461
  display: inline-block;
32403
32462
  }
32404
32463
 
32405
- .igz4le8 {
32406
- height: 24px;
32407
- width: 56px !important;
32408
- margin-right: 4px;
32409
- }
32410
-
32411
- .c1riexje {
32412
- color: rgba(44, 56, 82, 0.6);
32413
- }
32414
-
32415
32464
  .iiqau4c.ant-input-group.ant-input-group-compact {
32416
32465
  display: flex;
32417
32466
  }
@@ -32720,55 +32769,6 @@ input.rrg1fkn.ant-input {
32720
32769
  margin-left: 8px;
32721
32770
  }
32722
32771
 
32723
- .l4bld33 {
32724
- width: 64px;
32725
- height: 64px;
32726
- display: flex;
32727
- align-items: center;
32728
- justify-content: center;
32729
- position: relative;
32730
- opacity: 0.2;
32731
- }
32732
-
32733
- .lgitjoj {
32734
- position: absolute;
32735
- width: 5px;
32736
- height: 48px;
32737
- left: 9.33px;
32738
- top: 40.5px;
32739
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32740
- border-radius: 5px;
32741
- transform: rotate(-128deg);
32742
- transform-origin: top left;
32743
- animation: loading-indicator1 1100ms ease-out infinite;
32744
- }
32745
-
32746
- .l13g0exg {
32747
- position: absolute;
32748
- width: 5px;
32749
- height: 48px;
32750
- left: 40.8px;
32751
- top: 8.4px;
32752
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32753
- border-radius: 5px;
32754
- transform: rotate(-8deg);
32755
- transform-origin: top left;
32756
- animation: loading-indicator2 1100ms ease-out infinite;
32757
- }
32758
-
32759
- .l1exo3h6 {
32760
- position: absolute;
32761
- width: 5px;
32762
- height: 48px;
32763
- left: 52.9px;
32764
- top: 51.8px;
32765
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32766
- border-radius: 5px;
32767
- transform: rotate(112deg);
32768
- transform-origin: top left;
32769
- animation: loading-indicator3 1100ms ease-out infinite;
32770
- }
32771
-
32772
32772
  .sq6vos1 {
32773
32773
  --item-min-width: 60px;
32774
32774
  }
@@ -32997,41 +32997,6 @@ input.rrg1fkn.ant-input {
32997
32997
  margin-left: 1px;
32998
32998
  }
32999
32999
 
33000
- .f1p9ti6d {
33001
- width: 100%;
33002
- margin-bottom: 0 !important;
33003
- flex-flow: nowrap !important;
33004
- line-break: auto;
33005
- }
33006
- .f1p9ti6d > .ant-form-item-label {
33007
- text-align: left !important;
33008
- padding-bottom: 0 !important;
33009
- }
33010
- .f1p9ti6d > .ant-form-item-label > label {
33011
- min-height: 32px;
33012
- height: auto;
33013
- font-size: 13px;
33014
- color: rgba(44, 56, 82, 0.6);
33015
- white-space: normal;
33016
- }
33017
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33018
- border-color: #ff4d4f !important;
33019
- }
33020
- .f1p9ti6d .ant-form-item-explain {
33021
- margin-top: 4px;
33022
- font-size: 12px;
33023
- min-height: 0px;
33024
- }
33025
- .f1p9ti6d .ant-form-item-extra {
33026
- font-size: 12px;
33027
- color: rgba(44, 56, 82, 0.6);
33028
- min-height: 0px;
33029
- }
33030
-
33031
- .c1k4vanq {
33032
- padding: 0 12px 14px 12px;
33033
- }
33034
-
33035
33000
  .c1udgdh2 {
33036
33001
  color: #2d3a56;
33037
33002
  padding: 7px 12px;
@@ -33072,6 +33037,41 @@ input.rrg1fkn.ant-input {
33072
33037
  margin-right: 2px;
33073
33038
  }
33074
33039
 
33040
+ .f1p9ti6d {
33041
+ width: 100%;
33042
+ margin-bottom: 0 !important;
33043
+ flex-flow: nowrap !important;
33044
+ line-break: auto;
33045
+ }
33046
+ .f1p9ti6d > .ant-form-item-label {
33047
+ text-align: left !important;
33048
+ padding-bottom: 0 !important;
33049
+ }
33050
+ .f1p9ti6d > .ant-form-item-label > label {
33051
+ min-height: 32px;
33052
+ height: auto;
33053
+ font-size: 13px;
33054
+ color: rgba(44, 56, 82, 0.6);
33055
+ white-space: normal;
33056
+ }
33057
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33058
+ border-color: #ff4d4f !important;
33059
+ }
33060
+ .f1p9ti6d .ant-form-item-explain {
33061
+ margin-top: 4px;
33062
+ font-size: 12px;
33063
+ min-height: 0px;
33064
+ }
33065
+ .f1p9ti6d .ant-form-item-extra {
33066
+ font-size: 12px;
33067
+ color: rgba(44, 56, 82, 0.6);
33068
+ min-height: 0px;
33069
+ }
33070
+
33071
+ .c1k4vanq {
33072
+ padding: 0 12px 14px 12px;
33073
+ }
33074
+
33075
33075
  .bab9xum {
33076
33076
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
33077
33077
  }
@@ -33105,6 +33105,56 @@ input.rrg1fkn.ant-input {
33105
33105
  margin-right: 6px;
33106
33106
  }
33107
33107
 
33108
+ .at4ovwe .ant-input-number-handler-wrap {
33109
+ display: var(--at4ovwe-0);
33110
+ }
33111
+ .at4ovwe .ant-input-number-input-wrap {
33112
+ padding: 5px 12px;
33113
+ display: inline-flex;
33114
+ line-height: 1.5715;
33115
+ height: 100%;
33116
+ width: 100%;
33117
+ }
33118
+ .at4ovwe .ant-input-number-input-wrap::after {
33119
+ content: var(--at4ovwe-1);
33120
+ display: var(--at4ovwe-2);
33121
+ flex: none;
33122
+ align-items: center;
33123
+ margin-left: 4px;
33124
+ color: rgba(44, 56, 82, 0.6);
33125
+ }
33126
+ .at4ovwe .ant-input-number-input-wrap::before {
33127
+ content: var(--at4ovwe-3);
33128
+ display: var(--at4ovwe-4);
33129
+ flex: none;
33130
+ align-items: center;
33131
+ margin-right: 4px;
33132
+ cursor: auto;
33133
+ color: rgba(44, 56, 82, 0.6);
33134
+ }
33135
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33136
+ border-radius: 0;
33137
+ }
33138
+ .at4ovwe.ant-input-number {
33139
+ width: 100%;
33140
+ border-radius: 6px;
33141
+ }
33142
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33143
+ border-color: #0096ff;
33144
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33145
+ z-index: 1;
33146
+ }
33147
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33148
+ border-color: #e75a3a;
33149
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33150
+ }
33151
+ .at4ovwe .ant-input-number-input {
33152
+ padding: 0;
33153
+ margin: 0;
33154
+ height: auto;
33155
+ font-size: inherit;
33156
+ }
33157
+
33108
33158
  .tc40oxa {
33109
33159
  margin-bottom: 4px;
33110
33160
  color: rgba(44, 56, 82, 0.6);
@@ -33298,56 +33348,6 @@ input.rrg1fkn.ant-input {
33298
33348
  margin-right: 8px;
33299
33349
  }
33300
33350
 
33301
- .at4ovwe .ant-input-number-handler-wrap {
33302
- display: var(--at4ovwe-0);
33303
- }
33304
- .at4ovwe .ant-input-number-input-wrap {
33305
- padding: 5px 12px;
33306
- display: inline-flex;
33307
- line-height: 1.5715;
33308
- height: 100%;
33309
- width: 100%;
33310
- }
33311
- .at4ovwe .ant-input-number-input-wrap::after {
33312
- content: var(--at4ovwe-1);
33313
- display: var(--at4ovwe-2);
33314
- flex: none;
33315
- align-items: center;
33316
- margin-left: 4px;
33317
- color: rgba(44, 56, 82, 0.6);
33318
- }
33319
- .at4ovwe .ant-input-number-input-wrap::before {
33320
- content: var(--at4ovwe-3);
33321
- display: var(--at4ovwe-4);
33322
- flex: none;
33323
- align-items: center;
33324
- margin-right: 4px;
33325
- cursor: auto;
33326
- color: rgba(44, 56, 82, 0.6);
33327
- }
33328
- .ant-input-group.ant-input-group-compact > .at4ovwe {
33329
- border-radius: 0;
33330
- }
33331
- .at4ovwe.ant-input-number {
33332
- width: 100%;
33333
- border-radius: 6px;
33334
- }
33335
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33336
- border-color: #0096ff;
33337
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33338
- z-index: 1;
33339
- }
33340
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33341
- border-color: #e75a3a;
33342
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33343
- }
33344
- .at4ovwe .ant-input-number-input {
33345
- padding: 0;
33346
- margin: 0;
33347
- height: auto;
33348
- font-size: inherit;
33349
- }
33350
-
33351
33351
  .sut42l0 {
33352
33352
  padding: 0 8px;
33353
33353
  height: 18px;