@cloudtower/eagle 0.27.3-alpha.0 → 0.27.3

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.
Files changed (33) hide show
  1. package/dist/components/Metric/metric.d.ts +1 -1
  2. package/dist/components/index.d.ts +0 -10
  3. package/dist/components.css +607 -531
  4. package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
  5. package/dist/coreX/CronPlan/index.d.ts +18 -0
  6. package/dist/coreX/NamesTooltip/NamesTooltip.stories.d.ts +7 -0
  7. package/dist/coreX/NamesTooltip/__test__/index.test.d.ts +1 -0
  8. package/dist/coreX/NamesTooltip/index.d.ts +4 -0
  9. package/dist/coreX/index.d.ts +1 -0
  10. package/dist/esm/index.js +3408 -2726
  11. package/dist/esm/stats1.html +1 -1
  12. package/dist/index.d.ts +1 -0
  13. package/dist/spec/base.d.ts +21 -7
  14. package/dist/style.css +1294 -1218
  15. package/dist/umd/index.js +3413 -2731
  16. package/dist/umd/stats1.html +1 -1
  17. package/dist/utils/__test__/compute.spec.d.ts +1 -0
  18. package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
  19. package/dist/utils/__test__/time.spec.d.ts +1 -0
  20. package/dist/utils/compute.d.ts +1 -0
  21. package/dist/utils/cron-time.d.ts +65 -0
  22. package/dist/utils/index.d.ts +3 -0
  23. package/dist/utils/time.d.ts +25 -0
  24. package/dist/utils/tower.d.ts +0 -1
  25. package/package.json +6 -6
  26. package/dist/coreX/BarChart/BarChart.stories.d.ts +0 -6
  27. package/dist/coreX/BarChart/index.d.ts +0 -10
  28. package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -7
  29. package/dist/coreX/ChartWithTooltip/index.d.ts +0 -40
  30. package/dist/coreX/DonutChart/DonutChart.stories.d.ts +0 -6
  31. package/dist/coreX/DonutChart/index.d.ts +0 -12
  32. package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +0 -7
  33. package/dist/coreX/UnitWithChart/index.d.ts +0 -30
package/dist/style.css CHANGED
@@ -29883,218 +29883,6 @@ html body {
29883
29883
  margin-right: 4px;
29884
29884
  }
29885
29885
 
29886
- .obf05yr {
29887
- display: inline-block;
29888
- }
29889
-
29890
- .hsms1n6 {
29891
- visibility: hidden;
29892
- position: absolute;
29893
- }
29894
-
29895
- .p12gwtiw {
29896
- display: flex;
29897
- justify-content: space-between;
29898
- align-items: center;
29899
- padding: 10px 0;
29900
- color: rgba(44, 56, 82, 0.6);
29901
- font-size: 12px;
29902
- line-height: 24px;
29903
- }
29904
- .p12gwtiw .pagination-left {
29905
- padding: 2px 8px;
29906
- }
29907
- .p12gwtiw .dropdown-trigger {
29908
- display: flex;
29909
- align-items: center;
29910
- border-radius: 6px;
29911
- cursor: pointer;
29912
- transition: all 0.3s ease;
29913
- }
29914
- .p12gwtiw .dropdown-trigger:hover {
29915
- background: rgba(211, 218, 235, 0.6);
29916
- color: #0080ff;
29917
- }
29918
- .p12gwtiw .dropdown-trigger .icon-inner {
29919
- margin-left: 4px;
29920
- }
29921
- .p12gwtiw .pagination-right {
29922
- display: flex;
29923
- align-items: center;
29924
- color: #0080ff;
29925
- font-weight: bold;
29926
- }
29927
- .p12gwtiw .pagination-right .icon-inner {
29928
- margin-left: 4px;
29929
- }
29930
- .p12gwtiw .pagination-right .prev-btn,
29931
- .p12gwtiw .pagination-right .next-btn {
29932
- padding: 0 8px;
29933
- }
29934
- .p12gwtiw .pagination-right .prev-btn > span,
29935
- .p12gwtiw .pagination-right .next-btn > span {
29936
- color: #0080ff;
29937
- }
29938
- .p12gwtiw .pagination-right .next-btn .icon-inner {
29939
- transform: rotate(180deg);
29940
- }
29941
-
29942
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29943
- max-height: calc(100vh - 128px);
29944
- overflow-y: auto;
29945
- }
29946
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29947
- padding: 4px 20px;
29948
- font-size: 12px;
29949
- line-height: 18px;
29950
- }
29951
-
29952
- .rxbeqvl.ant-radio-wrapper {
29953
- display: inline-flex;
29954
- align-items: baseline;
29955
- white-space: pre-wrap;
29956
- }
29957
- .rxbeqvl.ant-radio-wrapper .ant-radio {
29958
- position: relative;
29959
- top: 3px;
29960
- }
29961
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29962
- border-color: rgba(107, 128, 167, 0.6);
29963
- }
29964
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29965
- border-color: #0080ff;
29966
- }
29967
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29968
- border-color: #0080ff;
29969
- background: #0080ff;
29970
- }
29971
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29972
- top: 4px;
29973
- left: 4px;
29974
- width: 6px;
29975
- height: 6px;
29976
- background: #fff;
29977
- }
29978
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29979
- opacity: 0.5;
29980
- }
29981
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29982
- border-color: rgba(107, 128, 167, 0.6);
29983
- background: rgba(211, 218, 235, 0.6);
29984
- }
29985
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29986
- background: #00122e;
29987
- }
29988
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29989
- color: #00122e;
29990
- opacity: 0.5;
29991
- }
29992
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29993
- color: #00122e;
29994
- }
29995
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29996
- display: inline-block;
29997
- padding: 0;
29998
- padding-left: 12px;
29999
- }
30000
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30001
- margin-bottom: 0;
30002
- white-space: pre-wrap;
30003
- color: rgba(44, 56, 82, 0.6);
30004
- }
30005
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30006
- padding-left: 8px;
30007
- }
30008
-
30009
- .r5ie79y .ant-radio-button-wrapper:first-child {
30010
- border-radius: 5px 0 0 5px;
30011
- }
30012
- .r5ie79y .ant-radio-button-wrapper:last-child {
30013
- border-radius: 0 5px 5px 0;
30014
- }
30015
-
30016
- .r1f0aqcc {
30017
- color: #00122e;
30018
- border-color: #ccd4e3;
30019
- }
30020
- .r1f0aqcc:first-child {
30021
- border-color: #a3b4cc;
30022
- }
30023
- .r1f0aqcc.ant-radio-button-wrapper {
30024
- padding: 0 12px;
30025
- line-height: 32px;
30026
- height: 32px;
30027
- }
30028
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30029
- white-space: nowrap;
30030
- }
30031
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30032
- height: 22px;
30033
- padding: 0 7px;
30034
- line-height: 20px;
30035
- }
30036
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30037
- background: #ccd4e3;
30038
- }
30039
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30040
- background: #0080ff;
30041
- }
30042
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30043
- background: #ccd4e3;
30044
- opacity: 0.5;
30045
- }
30046
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30047
- border-right-color: #0080ff;
30048
- }
30049
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30050
- border-color: #0080ff;
30051
- }
30052
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30053
- background: rgba(0, 136, 255, 0.1);
30054
- }
30055
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30056
- background: rgba(211, 218, 235, 0.6);
30057
- border-color: #ccd4e3;
30058
- opacity: 0.5;
30059
- }
30060
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30061
- color: #00122e;
30062
- border-color: #ccd4e3;
30063
- }
30064
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30065
- color: #00122e;
30066
- border-color: #ccd4e3;
30067
- background: rgba(172, 186, 211, 0.6);
30068
- }
30069
- .r1f0aqcc .ant-radio-button-input {
30070
- margin-right: 8px;
30071
- display: inline;
30072
- border: none;
30073
- padding: 0;
30074
- width: 36px;
30075
- background: transparent;
30076
- }
30077
- .r1f0aqcc .ant-radio-button-input:focus {
30078
- box-shadow: none;
30079
- }
30080
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30081
- margin-right: 0;
30082
- width: initial;
30083
- box-shadow: none;
30084
- }
30085
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30086
- display: none;
30087
- }
30088
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30089
- display: inline;
30090
- }
30091
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30092
- display: inline;
30093
- margin-right: 8px;
30094
- padding: 0;
30095
- width: 36px;
30096
- }
30097
-
30098
29886
  .cz04yix {
30099
29887
  display: flex;
30100
29888
  flex-direction: column;
@@ -30707,747 +30495,650 @@ input.rrg1fkn.ant-input {
30707
30495
  border-bottom-left-radius: 0;
30708
30496
  }
30709
30497
 
30710
- .s34f1qb.ant-switch {
30711
- min-width: 40px;
30712
- height: 24px;
30713
- background: rgba(172, 186, 211, 0.6);
30714
- overflow: hidden;
30498
+ .rxbeqvl.ant-radio-wrapper {
30499
+ display: inline-flex;
30500
+ align-items: baseline;
30501
+ white-space: pre-wrap;
30715
30502
  }
30716
- .s34f1qb.ant-switch:focus {
30717
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30503
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30504
+ position: relative;
30505
+ top: 3px;
30718
30506
  }
30719
- .s34f1qb.ant-switch-small {
30720
- min-width: 26px;
30721
- height: 16px;
30507
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30508
+ border-color: rgba(107, 128, 167, 0.6);
30722
30509
  }
30723
- .s34f1qb.ant-switch-large {
30724
- min-width: 52px;
30725
- height: 32px;
30510
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30511
+ border-color: #0080ff;
30726
30512
  }
30727
- .s34f1qb.ant-switch .ant-switch-handle {
30728
- height: 20px;
30729
- width: 20px;
30513
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30514
+ border-color: #0080ff;
30515
+ background: #0080ff;
30730
30516
  }
30731
- .s34f1qb.ant-switch .ant-switch-handle::before {
30732
- border-radius: 10px;
30733
- transition-delay: 120ms;
30517
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30518
+ top: 4px;
30519
+ left: 4px;
30520
+ width: 6px;
30521
+ height: 6px;
30522
+ background: #fff;
30734
30523
  }
30735
- .s34f1qb.ant-switch-small .ant-switch-handle {
30736
- height: 14px;
30737
- width: 14px;
30738
- top: 1px;
30739
- left: 1px;
30524
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30525
+ opacity: 0.5;
30740
30526
  }
30741
- .s34f1qb.ant-switch-large .ant-switch-handle {
30742
- height: 28px;
30743
- width: 28px;
30527
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30528
+ border-color: rgba(107, 128, 167, 0.6);
30529
+ background: rgba(211, 218, 235, 0.6);
30744
30530
  }
30745
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30746
- border-radius: 14px;
30531
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30532
+ background: #00122e;
30747
30533
  }
30748
- .s34f1qb.ant-switch-checked {
30749
- background-color: #00ba5d;
30534
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30535
+ color: #00122e;
30536
+ opacity: 0.5;
30750
30537
  }
30751
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30752
- left: calc(100% - 20px - 2px);
30538
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30539
+ color: #00122e;
30753
30540
  }
30754
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30755
- left: calc(100% - 14px - 1px);
30541
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30542
+ display: inline-block;
30543
+ padding: 0;
30544
+ padding-left: 12px;
30756
30545
  }
30757
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30758
- left: calc(100% - 28px - 2px);
30546
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30547
+ margin-bottom: 0;
30548
+ white-space: pre-wrap;
30549
+ color: rgba(44, 56, 82, 0.6);
30759
30550
  }
30760
-
30761
- .c1to9vb9 {
30762
- margin-left: 5px;
30551
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30552
+ padding-left: 8px;
30763
30553
  }
30764
30554
 
30765
- .s1fc623g {
30766
- width: 430px !important;
30555
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30556
+ border-radius: 5px 0 0 5px;
30767
30557
  }
30768
-
30769
- .da3mx0o .ant-select-item-group {
30770
- padding: 8px 16px;
30771
- line-height: 18px;
30772
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30773
- height: 34px;
30774
- min-height: 34px;
30775
- box-sizing: border-box;
30776
- margin-top: 8px;
30558
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30559
+ border-radius: 0 5px 5px 0;
30777
30560
  }
30778
30561
 
30779
- .onr9gzt {
30780
- display: flex;
30781
- flex-direction: column;
30782
- margin: 1px 8px;
30783
- padding: 8px;
30784
- border-radius: 4px;
30562
+ .r1f0aqcc {
30563
+ color: #00122e;
30564
+ border-color: #ccd4e3;
30785
30565
  }
30786
- .onr9gzt .selected-icon {
30787
- display: none;
30566
+ .r1f0aqcc:first-child {
30567
+ border-color: #a3b4cc;
30788
30568
  }
30789
- .onr9gzt.ant-select-item-option-grouped {
30790
- padding-left: 8px;
30569
+ .r1f0aqcc.ant-radio-button-wrapper {
30570
+ padding: 0 12px;
30571
+ line-height: 32px;
30572
+ height: 32px;
30791
30573
  }
30792
- .onr9gzt.ant-select-item-option-selected {
30793
- background-color: white;
30574
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30575
+ white-space: nowrap;
30794
30576
  }
30795
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30796
- color: #0080ff;
30577
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30578
+ height: 22px;
30579
+ padding: 0 7px;
30580
+ line-height: 20px;
30797
30581
  }
30798
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30799
- display: block;
30582
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30583
+ background: #ccd4e3;
30800
30584
  }
30801
- .onr9gzt.ant-select-item-option-active {
30802
- background: rgba(0, 136, 255, 0.16);
30585
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30586
+ background: #0080ff;
30803
30587
  }
30804
- .onr9gzt.ant-select-item-option-active .timezone-title {
30805
- color: #0080ff;
30588
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30589
+ background: #ccd4e3;
30590
+ opacity: 0.5;
30806
30591
  }
30807
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30592
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30593
+ border-right-color: #0080ff;
30594
+ }
30595
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30596
+ border-color: #0080ff;
30597
+ }
30598
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30808
30599
  background: rgba(0, 136, 255, 0.1);
30809
- color: #0080ff;
30810
30600
  }
30811
-
30812
- .oiy0apc {
30813
- display: flex;
30814
- justify-content: space-between;
30815
- height: 20px;
30816
- line-height: 20px;
30601
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30602
+ background: rgba(211, 218, 235, 0.6);
30603
+ border-color: #ccd4e3;
30604
+ opacity: 0.5;
30817
30605
  }
30818
- .oiy0apc .timezone-title {
30819
- color: #2d3a56;
30820
- overflow: hidden;
30821
- text-overflow: ellipsis;
30606
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30607
+ color: #00122e;
30608
+ border-color: #ccd4e3;
30822
30609
  }
30823
-
30824
- .of4y382 {
30825
- display: flex;
30826
- justify-content: space-between;
30827
- color: rgba(44, 56, 82, 0.6);
30828
- height: 18px;
30829
- line-height: 18px;
30830
- margin-top: 2px;
30610
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30611
+ color: #00122e;
30612
+ border-color: #ccd4e3;
30613
+ background: rgba(172, 186, 211, 0.6);
30831
30614
  }
30832
-
30833
- .t19903l9 {
30615
+ .r1f0aqcc .ant-radio-button-input {
30616
+ margin-right: 8px;
30617
+ display: inline;
30834
30618
  border: none;
30619
+ padding: 0;
30620
+ width: 36px;
30621
+ background: transparent;
30622
+ }
30623
+ .r1f0aqcc .ant-radio-button-input:focus {
30624
+ box-shadow: none;
30625
+ }
30626
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30835
30627
  margin-right: 0;
30836
- background: rgba(225, 230, 241, 0.6);
30628
+ width: initial;
30629
+ box-shadow: none;
30630
+ }
30631
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30632
+ display: none;
30633
+ }
30634
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30635
+ display: inline;
30636
+ }
30637
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30638
+ display: inline;
30639
+ margin-right: 8px;
30640
+ padding: 0;
30641
+ width: 36px;
30837
30642
  }
30838
30643
 
30839
- .ohwbvxu {
30840
- pointer-events: none;
30841
- height: 32px;
30842
- width: 100%;
30843
- opacity: 0;
30644
+ .obf05yr {
30645
+ display: inline-block;
30844
30646
  }
30845
30647
 
30846
- .t1upn1sz {
30847
- height: 100%;
30648
+ .hsms1n6 {
30649
+ visibility: hidden;
30650
+ position: absolute;
30848
30651
  }
30849
30652
 
30850
- .tta5kd2 {
30851
- height: 100%;
30653
+ .p12gwtiw {
30654
+ display: flex;
30655
+ justify-content: space-between;
30656
+ align-items: center;
30657
+ padding: 10px 0;
30658
+ color: rgba(44, 56, 82, 0.6);
30659
+ font-size: 12px;
30660
+ line-height: 24px;
30852
30661
  }
30853
- .tta5kd2.empty-table .ant-table-content {
30854
- overflow: visible !important;
30855
- height: 100%;
30662
+ .p12gwtiw .pagination-left {
30663
+ padding: 2px 8px;
30856
30664
  }
30857
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30858
- height: 100%;
30665
+ .p12gwtiw .dropdown-trigger {
30666
+ display: flex;
30667
+ align-items: center;
30668
+ border-radius: 6px;
30669
+ cursor: pointer;
30670
+ transition: all 0.3s ease;
30859
30671
  }
30860
- .tta5kd2.empty-table .ant-table-content table {
30861
- width: 100% !important;
30862
- height: 100%;
30672
+ .p12gwtiw .dropdown-trigger:hover {
30673
+ background: rgba(211, 218, 235, 0.6);
30674
+ color: #0080ff;
30863
30675
  }
30864
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30865
- padding: 15px 0;
30676
+ .p12gwtiw .dropdown-trigger .icon-inner {
30677
+ margin-left: 4px;
30866
30678
  }
30867
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30868
- display: none;
30679
+ .p12gwtiw .pagination-right {
30680
+ display: flex;
30681
+ align-items: center;
30682
+ color: #0080ff;
30683
+ font-weight: bold;
30869
30684
  }
30870
- .tta5kd2 .active-row td:nth-child(1) {
30871
- font-weight: 700;
30685
+ .p12gwtiw .pagination-right .icon-inner {
30686
+ margin-left: 4px;
30872
30687
  }
30873
- .tta5kd2.has-selection .active-row td:nth-child(2) {
30874
- font-weight: 700;
30688
+ .p12gwtiw .pagination-right .prev-btn,
30689
+ .p12gwtiw .pagination-right .next-btn {
30690
+ padding: 0 8px;
30875
30691
  }
30876
- .tta5kd2 .ant-spin-nested-loading {
30877
- height: 100%;
30692
+ .p12gwtiw .pagination-right .prev-btn > span,
30693
+ .p12gwtiw .pagination-right .next-btn > span {
30694
+ color: #0080ff;
30878
30695
  }
30879
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30880
- height: 100%;
30881
- overflow: visible;
30696
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30697
+ transform: rotate(180deg);
30882
30698
  }
30883
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
30884
- max-height: none;
30699
+
30700
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30701
+ max-height: calc(100vh - 128px);
30702
+ overflow-y: auto;
30885
30703
  }
30886
- .tta5kd2.table-init-loading .ant-spin-blur thead,
30887
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
30888
- display: none;
30704
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30705
+ padding: 4px 20px;
30706
+ font-size: 12px;
30707
+ line-height: 18px;
30889
30708
  }
30890
- .tta5kd2 td.ant-table-column-sort {
30891
- background: transparent;
30709
+
30710
+ .s34f1qb.ant-switch {
30711
+ min-width: 40px;
30712
+ height: 24px;
30713
+ background: rgba(172, 186, 211, 0.6);
30714
+ overflow: hidden;
30892
30715
  }
30893
- .tta5kd2 td.ant-table-cell-fix-left,
30894
- .tta5kd2 td.ant-table-cell-fix-right {
30895
- background: #fff;
30896
- padding: 0 !important;
30716
+ .s34f1qb.ant-switch:focus {
30717
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30897
30718
  }
30898
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30899
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30900
- display: flex;
30901
- align-items: center;
30902
- height: 100%;
30903
- padding: 8px;
30719
+ .s34f1qb.ant-switch-small {
30720
+ min-width: 26px;
30721
+ height: 16px;
30904
30722
  }
30905
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30906
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30907
- overflow: hidden;
30908
- text-overflow: ellipsis;
30909
- width: 100%;
30723
+ .s34f1qb.ant-switch-large {
30724
+ min-width: 52px;
30725
+ height: 32px;
30910
30726
  }
30911
- .tta5kd2 .ant-table-container {
30912
- height: 100%;
30727
+ .s34f1qb.ant-switch .ant-switch-handle {
30728
+ height: 20px;
30729
+ width: 20px;
30913
30730
  }
30914
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30915
- box-shadow: none !important;
30731
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30732
+ border-radius: 10px;
30733
+ transition-delay: 120ms;
30916
30734
  }
30917
- .tta5kd2 .ant-table {
30918
- border-radius: 0px;
30919
- border-left: none;
30920
- border-right: none;
30921
- border-bottom: none;
30922
- height: 100%;
30923
- font-size: 12px;
30924
- background: transparent;
30735
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30736
+ height: 14px;
30737
+ width: 14px;
30738
+ top: 1px;
30739
+ left: 1px;
30925
30740
  }
30926
- .tta5kd2 .ant-table .ant-table-header {
30927
- position: relative;
30928
- z-index: 3;
30929
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30930
- margin-bottom: -1px;
30741
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30742
+ height: 28px;
30743
+ width: 28px;
30931
30744
  }
30932
- .tta5kd2 .ant-table .time-wrapper .date,
30933
- .tta5kd2 .ant-table .value {
30934
- color: #2d3a56;
30745
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30746
+ border-radius: 14px;
30935
30747
  }
30936
- .tta5kd2 .ant-table .time-wrapper .time,
30937
- .tta5kd2 .ant-table .unit {
30938
- color: rgba(44, 56, 82, 0.6);
30748
+ .s34f1qb.ant-switch-checked {
30749
+ background-color: #00ba5d;
30939
30750
  }
30940
- .tta5kd2 .ant-table .ant-table-selection {
30941
- position: unset;
30942
- text-align: center;
30751
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30752
+ left: calc(100% - 20px - 2px);
30943
30753
  }
30944
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30945
- background: #fff;
30754
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30755
+ left: calc(100% - 14px - 1px);
30946
30756
  }
30947
- .tta5kd2 .ant-table .anticon-setting {
30948
- cursor: pointer;
30949
- position: absolute;
30950
- top: 50%;
30951
- right: 12px;
30952
- transform: translateY(-50%);
30757
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30758
+ left: calc(100% - 28px - 2px);
30953
30759
  }
30954
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30955
- box-shadow: none;
30956
- width: 1px;
30957
- background: rgba(213, 219, 227, 0.6);
30760
+
30761
+ .c1to9vb9 {
30762
+ margin-left: 5px;
30958
30763
  }
30959
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30960
- box-shadow: none;
30961
- width: 1px;
30962
- background: rgba(213, 219, 227, 0.6);
30764
+
30765
+ .i1e4sgug {
30766
+ display: inline-block;
30963
30767
  }
30964
- .tta5kd2 .ant-table .ant-table-tbody {
30965
- position: relative;
30768
+
30769
+ .d6j0lbj {
30770
+ font-family: Inter;
30771
+ font-style: normal;
30772
+ font-weight: bold;
30773
+ font-size: 32px;
30774
+ line-height: 40px;
30966
30775
  }
30967
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30968
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30969
- border-bottom: 1px solid white;
30970
- height: 40px;
30971
- vertical-align: middle;
30972
- transition: background 0ms;
30973
- color: #00122e;
30776
+
30777
+ .d1xhvvxe {
30778
+ font-family: Inter;
30779
+ font-style: normal;
30780
+ font-weight: bold;
30781
+ font-size: 24px;
30782
+ line-height: 32px;
30974
30783
  }
30975
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30976
- background: #f2f5fa;
30977
- border-bottom-color: #f2f5fa;
30784
+
30785
+ .dk10mxq {
30786
+ font-family: Inter;
30787
+ font-style: normal;
30788
+ font-weight: normal;
30789
+ font-size: 32px;
30790
+ line-height: 40px;
30978
30791
  }
30979
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30980
- height: auto;
30981
- color: #00122e;
30982
- font-size: 12px;
30983
- text-align: left;
30984
- transition: none;
30985
- overflow: hidden;
30986
- text-overflow: ellipsis;
30987
- white-space: nowrap;
30792
+
30793
+ .dxsait {
30794
+ font-family: Inter;
30795
+ font-style: normal;
30796
+ font-weight: bold;
30797
+ font-size: 20px;
30798
+ line-height: 24px;
30988
30799
  }
30989
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30990
- color: #0096ff;
30800
+
30801
+ .dokn0h3 {
30802
+ font-family: Inter;
30803
+ font-style: normal;
30804
+ font-weight: normal;
30805
+ font-size: 20px;
30806
+ line-height: 24px;
30991
30807
  }
30992
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30993
- overflow: hidden;
30994
- text-overflow: ellipsis;
30995
- width: 100%;
30996
- vertical-align: middle;
30808
+
30809
+ .dobau4p {
30810
+ font-family: Inter;
30811
+ font-style: normal;
30812
+ font-weight: bold;
30813
+ font-size: 18px;
30814
+ line-height: 22px;
30997
30815
  }
30998
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30999
- line-height: 0px;
30816
+
30817
+ .dvolwok {
30818
+ font-family: Inter;
30819
+ font-style: normal;
30820
+ font-weight: normal;
30821
+ font-size: 18px;
30822
+ line-height: 22px;
31000
30823
  }
31001
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31002
- padding-right: 25px;
30824
+
30825
+ .h181qhg4 {
30826
+ font-family: Inter;
30827
+ font-style: normal;
30828
+ font-weight: bold;
30829
+ font-size: 16px;
30830
+ line-height: 22px;
31003
30831
  }
31004
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31005
- border-top-color: transparent;
30832
+
30833
+ .h1phgmcq {
30834
+ font-family: Inter;
30835
+ font-style: normal;
30836
+ font-weight: normal;
30837
+ font-size: 16px;
30838
+ line-height: 22px;
31006
30839
  }
31007
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31008
- background: rgba(225, 230, 241, 0.6);
31009
- border-color: transparent transparent white;
30840
+
30841
+ .h173xnl1 {
30842
+ font-family: Inter;
30843
+ font-style: normal;
30844
+ font-weight: bold;
30845
+ font-size: 14px;
30846
+ line-height: 20px;
31010
30847
  }
31011
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31012
- border-radius: 8px 0 0 8px;
30848
+
30849
+ .hedm4pz {
30850
+ font-family: Inter;
30851
+ font-style: normal;
30852
+ font-weight: normal;
30853
+ font-size: 14px;
30854
+ line-height: 20px;
31013
30855
  }
31014
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31015
- border-radius: 8px 0 0 8px;
30856
+
30857
+ .h1kd8xld {
30858
+ font-family: Inter;
30859
+ font-style: normal;
30860
+ font-weight: bold;
30861
+ font-size: 12px;
30862
+ line-height: 18px;
31016
30863
  }
31017
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31018
- content: "";
31019
- width: 4px;
31020
- top: -1px;
31021
- bottom: -1px;
31022
- background: white;
30864
+
30865
+ .hp14fr {
30866
+ font-family: Inter;
30867
+ font-style: normal;
30868
+ font-weight: normal;
30869
+ font-size: 12px;
30870
+ line-height: 18px;
31023
30871
  }
31024
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31025
- border-radius: 0 8px 8px 0;
30872
+
30873
+ .hgrg7mn {
30874
+ font-family: Inter;
30875
+ font-style: normal;
30876
+ font-weight: bold;
30877
+ text-transform: uppercase;
30878
+ font-feature-settings: "cpsp" on;
30879
+ font-size: 12px;
30880
+ line-height: 18px;
31026
30881
  }
31027
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31028
- border-radius: 0;
31029
- background: white;
31030
- border-top: none;
31031
- }
31032
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31033
- border-top: 1px solid transparent;
31034
- border-radius: 0 8px 8px 0;
31035
- background: rgba(225, 230, 241, 0.6);
31036
- }
31037
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31038
- background: white;
31039
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31040
- }
31041
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31042
- display: flex;
31043
- align-items: center;
31044
- height: 100%;
31045
- background: rgba(225, 230, 241, 0.6);
31046
- }
31047
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31048
- background: white;
31049
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31050
- }
31051
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31052
- display: flex;
31053
- align-items: center;
31054
- height: 100%;
31055
- background: rgba(225, 230, 241, 0.6);
31056
- }
31057
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31058
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31059
- }
31060
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31061
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31062
- border-radius: 8px;
31063
- }
31064
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31065
- border-top-color: white;
31066
- }
31067
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31068
- background: rgba(0, 136, 255, 0.1);
31069
- border-bottom-color: transparent;
31070
- border-top-color: transparent;
31071
- }
31072
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31073
- border-radius: 8px 0 0 8px;
31074
- }
31075
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31076
- border-radius: 0 8px 8px 0;
31077
- }
31078
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31079
- background: rgba(0, 136, 255, 0.1);
31080
- }
31081
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31082
- background: #fff;
31083
- font-weight: 400;
31084
- position: relative;
31085
- border-bottom: none;
31086
- color: #00122e;
31087
- transition: none;
31088
- padding: 15px 8px 15px 8px;
31089
- }
31090
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31091
- content: "";
31092
- width: 1px;
31093
- top: 0;
31094
- bottom: 0;
31095
- background: rgba(211, 218, 235, 0.6);
31096
- position: absolute;
31097
- right: 0;
31098
- }
31099
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31100
- padding: unset;
31101
- }
31102
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31103
- display: none;
31104
- }
31105
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31106
- width: 100%;
31107
- overflow: hidden;
31108
- white-space: nowrap;
31109
- text-overflow: ellipsis;
31110
- }
31111
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31112
- overflow: hidden;
31113
- text-overflow: ellipsis;
31114
- flex: 1;
31115
- }
31116
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31117
- padding: 15px 25px 15px 8px;
31118
- }
31119
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31120
- padding: 0;
31121
- }
31122
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31123
- position: absolute;
31124
- right: 6px;
31125
- top: 50%;
31126
- transform: translateY(-50%);
31127
- height: 16px;
31128
- display: none;
31129
- transition: transform 320ms ease;
31130
- }
31131
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31132
- display: block;
31133
- transform: translateY(-50%) rotateX(180deg);
31134
- }
31135
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31136
- display: block;
31137
- }
31138
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31139
- display: none;
31140
- }
31141
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31142
- transform: translateY(-50%);
31143
- }
31144
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31145
- transform: translateY(-50%) rotateX(180deg);
31146
- }
31147
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31148
- background: #f2f5fa;
31149
- }
31150
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31151
- display: block;
31152
- }
31153
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31154
- padding-right: 25px;
31155
- }
31156
- .tta5kd2 .ant-table .ant-table-selection-column {
31157
- padding: 0 !important;
31158
- }
31159
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31160
- position: absolute;
31161
- left: 50%;
31162
- top: 50%;
31163
- transform: translate(-50%, -50%);
31164
- }
31165
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31166
- display: none;
31167
- }
31168
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31169
- background: #fff;
31170
- }
31171
- .tta5kd2 .ant-table .ant-table-placeholder {
31172
- background: inherit;
31173
- }
31174
- .tta5kd2 .ant-table .ant-table-placeholder td {
31175
- position: static;
31176
- border: none;
31177
- background: inherit !important;
31178
- height: 100px;
31179
- vertical-align: middle;
31180
- }
31181
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31182
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31183
- font-weight: bold;
31184
- font-size: 20px;
31185
- color: rgba(10, 37, 85, 0.6);
31186
- }
31187
- .tta5kd2 .ant-table td.cell__action_ {
31188
- padding: 0 !important;
31189
- position: relative;
31190
- background: #fff;
31191
- }
31192
- .tta5kd2 .ant-table td.cell__action_ > * {
31193
- height: 100%;
31194
- display: flex;
31195
- align-items: center;
31196
- justify-content: flex-end;
31197
- padding-right: 8px;
31198
- }
31199
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31200
- width: 24px;
31201
- height: 24px;
31202
- cursor: pointer;
31203
- justify-content: center;
31204
- border-radius: 4px;
31205
- }
31206
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31207
- background: #fff;
31208
- }
31209
-
31210
- .i1e4sgug {
31211
- display: inline-block;
30882
+
30883
+ .h6zme9x {
30884
+ font-family: Inter;
30885
+ font-style: normal;
30886
+ font-weight: normal;
30887
+ text-transform: uppercase;
30888
+ font-feature-settings: "cpsp" on;
30889
+ font-size: 12px;
30890
+ line-height: 18px;
31212
30891
  }
31213
30892
 
31214
- .d6j0lbj {
30893
+ .locjvsv {
31215
30894
  font-family: Inter;
31216
30895
  font-style: normal;
31217
- font-weight: bold;
31218
- font-size: 32px;
31219
- line-height: 40px;
30896
+ font-weight: normal;
30897
+ font-size: 16px;
30898
+ line-height: 24px;
31220
30899
  }
31221
30900
 
31222
- .d1xhvvxe {
30901
+ .l13gi131 {
31223
30902
  font-family: Inter;
31224
30903
  font-style: normal;
31225
30904
  font-weight: bold;
31226
- font-size: 24px;
31227
- line-height: 32px;
30905
+ font-size: 16px;
30906
+ line-height: 24px;
31228
30907
  }
31229
30908
 
31230
- .dk10mxq {
30909
+ .l1ynemsu {
31231
30910
  font-family: Inter;
31232
30911
  font-style: normal;
31233
30912
  font-weight: normal;
31234
- font-size: 32px;
31235
- line-height: 40px;
30913
+ font-size: 16px;
30914
+ line-height: 24px;
31236
30915
  }
31237
30916
 
31238
- .dxsait {
30917
+ .l1cft1cx {
31239
30918
  font-family: Inter;
31240
30919
  font-style: normal;
31241
30920
  font-weight: bold;
31242
- font-size: 20px;
30921
+ font-size: 16px;
31243
30922
  line-height: 24px;
31244
30923
  }
31245
30924
 
31246
- .dokn0h3 {
30925
+ .l17tqc8p {
31247
30926
  font-family: Inter;
31248
30927
  font-style: normal;
31249
30928
  font-weight: normal;
31250
- font-size: 20px;
30929
+ text-transform: uppercase;
30930
+ font-feature-settings: "cpsp" on;
30931
+ font-size: 16px;
31251
30932
  line-height: 24px;
31252
30933
  }
31253
30934
 
31254
- .dobau4p {
30935
+ .l1j1e5w7 {
31255
30936
  font-family: Inter;
31256
30937
  font-style: normal;
31257
30938
  font-weight: bold;
31258
- font-size: 18px;
31259
- line-height: 22px;
30939
+ text-transform: uppercase;
30940
+ font-feature-settings: "cpsp" on;
30941
+ font-size: 16px;
30942
+ line-height: 24px;
31260
30943
  }
31261
30944
 
31262
- .dvolwok {
30945
+ .l1gf91jb {
31263
30946
  font-family: Inter;
31264
30947
  font-style: normal;
31265
30948
  font-weight: normal;
31266
- font-size: 18px;
30949
+ font-size: 14px;
31267
30950
  line-height: 22px;
31268
30951
  }
31269
30952
 
31270
- .h181qhg4 {
30953
+ .lu7hlr6 {
30954
+ font-family: Inter;
30955
+ font-style: normal;
30956
+ font-weight: 500;
30957
+ font-size: 14px;
30958
+ line-height: 22px;
30959
+ }
30960
+
30961
+ .l3l3jf0 {
31271
30962
  font-family: Inter;
31272
30963
  font-style: normal;
31273
30964
  font-weight: bold;
31274
- font-size: 16px;
30965
+ font-size: 14px;
31275
30966
  line-height: 22px;
31276
30967
  }
31277
30968
 
31278
- .h1phgmcq {
30969
+ .l12j5nqp {
31279
30970
  font-family: Inter;
31280
30971
  font-style: normal;
31281
30972
  font-weight: normal;
31282
- font-size: 16px;
30973
+ font-size: 14px;
31283
30974
  line-height: 22px;
31284
30975
  }
31285
30976
 
31286
- .h173xnl1 {
30977
+ .l1tecqht {
31287
30978
  font-family: Inter;
31288
30979
  font-style: normal;
31289
30980
  font-weight: bold;
31290
30981
  font-size: 14px;
31291
- line-height: 20px;
30982
+ line-height: 22px;
31292
30983
  }
31293
30984
 
31294
- .hedm4pz {
30985
+ .l6sa990 {
31295
30986
  font-family: Inter;
31296
30987
  font-style: normal;
31297
30988
  font-weight: normal;
30989
+ text-transform: uppercase;
30990
+ font-feature-settings: "cpsp" on;
31298
30991
  font-size: 14px;
31299
- line-height: 20px;
30992
+ line-height: 22px;
31300
30993
  }
31301
30994
 
31302
- .h1kd8xld {
30995
+ .lckqe8j {
31303
30996
  font-family: Inter;
31304
30997
  font-style: normal;
31305
30998
  font-weight: bold;
31306
- font-size: 12px;
31307
- line-height: 18px;
30999
+ text-transform: uppercase;
31000
+ font-feature-settings: "cpsp" on;
31001
+ font-size: 14px;
31002
+ line-height: 22px;
31308
31003
  }
31309
31004
 
31310
- .hp14fr {
31005
+ .l1kuminb {
31311
31006
  font-family: Inter;
31312
31007
  font-style: normal;
31313
31008
  font-weight: normal;
31314
- font-size: 12px;
31315
- line-height: 18px;
31009
+ font-size: 13px;
31010
+ line-height: 20px;
31316
31011
  }
31317
31012
 
31318
- .hgrg7mn {
31013
+ .l1pbuf5j {
31319
31014
  font-family: Inter;
31320
31015
  font-style: normal;
31321
- font-weight: bold;
31322
- text-transform: uppercase;
31323
- font-feature-settings: "cpsp" on;
31324
- font-size: 12px;
31325
- line-height: 18px;
31016
+ font-weight: 600;
31017
+ font-size: 13px;
31018
+ line-height: 20px;
31326
31019
  }
31327
31020
 
31328
- .h6zme9x {
31021
+ .l1r4ztu {
31329
31022
  font-family: Inter;
31330
31023
  font-style: normal;
31331
- font-weight: normal;
31332
- text-transform: uppercase;
31333
- font-feature-settings: "cpsp" on;
31334
- font-size: 12px;
31335
- line-height: 18px;
31024
+ font-weight: bold;
31025
+ font-size: 13px;
31026
+ line-height: 20px;
31336
31027
  }
31337
31028
 
31338
- .locjvsv {
31029
+ .ly8vzok {
31339
31030
  font-family: Inter;
31340
31031
  font-style: normal;
31341
31032
  font-weight: normal;
31342
- font-size: 16px;
31343
- line-height: 24px;
31344
- }
31345
-
31346
- .l13gi131 {
31347
- font-family: Inter;
31348
- font-style: normal;
31349
- font-weight: bold;
31350
- font-size: 16px;
31351
- line-height: 24px;
31033
+ font-size: 13px;
31034
+ line-height: 20px;
31352
31035
  }
31353
31036
 
31354
- .l1ynemsu {
31037
+ .lumfmf {
31355
31038
  font-family: Inter;
31356
31039
  font-style: normal;
31357
- font-weight: normal;
31358
- font-size: 16px;
31359
- line-height: 24px;
31040
+ font-weight: 600;
31041
+ font-size: 13px;
31042
+ line-height: 20px;
31360
31043
  }
31361
31044
 
31362
- .l1cft1cx {
31045
+ .l16ujwmv {
31363
31046
  font-family: Inter;
31364
31047
  font-style: normal;
31365
31048
  font-weight: bold;
31366
- font-size: 16px;
31367
- line-height: 24px;
31049
+ font-size: 13px;
31050
+ line-height: 20px;
31368
31051
  }
31369
31052
 
31370
- .l17tqc8p {
31053
+ .l17o1ffr {
31371
31054
  font-family: Inter;
31372
31055
  font-style: normal;
31373
31056
  font-weight: normal;
31374
31057
  text-transform: uppercase;
31375
31058
  font-feature-settings: "cpsp" on;
31376
- font-size: 16px;
31377
- line-height: 24px;
31059
+ font-size: 13px;
31060
+ line-height: 20px;
31378
31061
  }
31379
31062
 
31380
- .l1j1e5w7 {
31063
+ .lngllvn {
31381
31064
  font-family: Inter;
31382
31065
  font-style: normal;
31383
31066
  font-weight: bold;
31384
31067
  text-transform: uppercase;
31385
31068
  font-feature-settings: "cpsp" on;
31386
- font-size: 16px;
31387
- line-height: 24px;
31069
+ font-size: 13px;
31070
+ line-height: 20px;
31388
31071
  }
31389
31072
 
31390
- .l1gf91jb {
31073
+ .l2i7fo9 {
31391
31074
  font-family: Inter;
31392
31075
  font-style: normal;
31393
31076
  font-weight: normal;
31394
- font-size: 14px;
31395
- line-height: 22px;
31077
+ font-size: 12px;
31078
+ line-height: 18px;
31396
31079
  }
31397
31080
 
31398
- .lu7hlr6 {
31081
+ .l1x7hscx {
31399
31082
  font-family: Inter;
31400
31083
  font-style: normal;
31401
31084
  font-weight: 500;
31402
- font-size: 14px;
31403
- line-height: 22px;
31085
+ font-size: 12px;
31086
+ line-height: 18px;
31404
31087
  }
31405
31088
 
31406
- .l3l3jf0 {
31089
+ .le1jwan {
31407
31090
  font-family: Inter;
31408
31091
  font-style: normal;
31409
31092
  font-weight: bold;
31410
- font-size: 14px;
31411
- line-height: 22px;
31093
+ font-size: 12px;
31094
+ line-height: 18px;
31412
31095
  }
31413
31096
 
31414
- .l12j5nqp {
31097
+ .lyxynfj {
31415
31098
  font-family: Inter;
31416
31099
  font-style: normal;
31417
31100
  font-weight: normal;
31418
- font-size: 14px;
31419
- line-height: 22px;
31101
+ font-size: 12px;
31102
+ line-height: 18px;
31420
31103
  }
31421
31104
 
31422
- .l1tecqht {
31105
+ .lpb2nxv {
31106
+ font-family: Inter;
31107
+ font-style: normal;
31108
+ font-weight: 500;
31109
+ font-size: 12px;
31110
+ line-height: 18px;
31111
+ }
31112
+
31113
+ .l1r8o3vv {
31423
31114
  font-family: Inter;
31424
31115
  font-style: normal;
31425
31116
  font-weight: bold;
31426
- font-size: 14px;
31427
- line-height: 22px;
31117
+ font-size: 12px;
31118
+ line-height: 18px;
31428
31119
  }
31429
31120
 
31430
- .l6sa990 {
31121
+ .lemnjy2 {
31431
31122
  font-family: Inter;
31432
31123
  font-style: normal;
31433
31124
  font-weight: normal;
31434
31125
  text-transform: uppercase;
31435
31126
  font-feature-settings: "cpsp" on;
31436
- font-size: 14px;
31437
- line-height: 22px;
31127
+ font-size: 12px;
31128
+ line-height: 18px;
31438
31129
  }
31439
31130
 
31440
- .lckqe8j {
31131
+ .lrc42gb {
31441
31132
  font-family: Inter;
31442
31133
  font-style: normal;
31443
31134
  font-weight: bold;
31444
31135
  text-transform: uppercase;
31445
31136
  font-feature-settings: "cpsp" on;
31446
- font-size: 14px;
31447
- line-height: 22px;
31137
+ font-size: 12px;
31138
+ line-height: 18px;
31448
31139
  }
31449
31140
 
31450
- .l1kuminb {
31141
+ .fqaz4mb {
31451
31142
  font-family: Inter;
31452
31143
  font-style: normal;
31453
31144
  font-weight: normal;
@@ -31455,271 +31146,703 @@ input.rrg1fkn.ant-input {
31455
31146
  line-height: 20px;
31456
31147
  }
31457
31148
 
31458
- .l1pbuf5j {
31149
+ .f13we5o {
31459
31150
  font-family: Inter;
31460
31151
  font-style: normal;
31461
- font-weight: 600;
31152
+ font-weight: normal;
31462
31153
  font-size: 13px;
31463
31154
  line-height: 20px;
31464
31155
  }
31465
31156
 
31466
- .l1r4ztu {
31157
+ .ffmjua2 {
31467
31158
  font-family: Inter;
31468
31159
  font-style: normal;
31469
- font-weight: bold;
31160
+ font-weight: normal;
31161
+ font-size: 12px;
31162
+ line-height: 18px;
31163
+ }
31164
+
31165
+ .fz2mxw0 {
31166
+ font-family: Inter;
31167
+ font-style: normal;
31168
+ font-weight: normal;
31169
+ font-size: 12px;
31170
+ line-height: 18px;
31171
+ }
31172
+
31173
+ .t1ertzoh {
31174
+ font-family: Inter;
31175
+ font-style: normal;
31176
+ font-weight: normal;
31177
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31178
+ font-size: 13px;
31179
+ line-height: 20px;
31180
+ }
31181
+
31182
+ .t19bge8r {
31183
+ font-family: Inter;
31184
+ font-style: normal;
31185
+ font-weight: normal;
31186
+ font-feature-settings: "zero" on;
31470
31187
  font-size: 13px;
31471
31188
  line-height: 20px;
31472
31189
  }
31473
-
31474
- .ly8vzok {
31475
- font-family: Inter;
31476
- font-style: normal;
31477
- font-weight: normal;
31478
- font-size: 13px;
31479
- line-height: 20px;
31190
+
31191
+ .tjrzfyl {
31192
+ font-family: Inter;
31193
+ font-style: normal;
31194
+ font-weight: normal;
31195
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31196
+ font-size: 12px;
31197
+ line-height: 18px;
31198
+ }
31199
+
31200
+ .tm6s7bo {
31201
+ font-family: Inter;
31202
+ font-style: normal;
31203
+ font-weight: 500;
31204
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31205
+ font-size: 12px;
31206
+ line-height: 18px;
31207
+ }
31208
+
31209
+ .t19zq6ic {
31210
+ font-family: Inter;
31211
+ font-style: normal;
31212
+ font-weight: normal;
31213
+ font-feature-settings: "zero" on;
31214
+ font-size: 12px;
31215
+ line-height: 18px;
31216
+ }
31217
+
31218
+ .t1gduru8 {
31219
+ font-family: Inter;
31220
+ font-style: normal;
31221
+ font-weight: 500;
31222
+ font-feature-settings: "zero" on;
31223
+ font-size: 12px;
31224
+ line-height: 18px;
31225
+ }
31226
+
31227
+ .t55raab {
31228
+ font-family: Inter;
31229
+ font-style: normal;
31230
+ font-weight: bold;
31231
+ font-feature-settings: "zero" on;
31232
+ font-size: 16px;
31233
+ line-height: 24px;
31234
+ }
31235
+
31236
+ .u1w9abfe {
31237
+ font-family: Inter;
31238
+ font-style: normal;
31239
+ font-weight: normal;
31240
+ font-size: 10px;
31241
+ line-height: 12px;
31242
+ }
31243
+
31244
+ .s1fc623g {
31245
+ width: 430px !important;
31246
+ }
31247
+
31248
+ .da3mx0o .ant-select-item-group {
31249
+ padding: 8px 16px;
31250
+ line-height: 18px;
31251
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31252
+ height: 34px;
31253
+ min-height: 34px;
31254
+ box-sizing: border-box;
31255
+ margin-top: 8px;
31256
+ }
31257
+
31258
+ .onr9gzt {
31259
+ display: flex;
31260
+ flex-direction: column;
31261
+ margin: 1px 8px;
31262
+ padding: 8px;
31263
+ border-radius: 4px;
31264
+ }
31265
+ .onr9gzt .selected-icon {
31266
+ display: none;
31267
+ }
31268
+ .onr9gzt.ant-select-item-option-grouped {
31269
+ padding-left: 8px;
31270
+ }
31271
+ .onr9gzt.ant-select-item-option-selected {
31272
+ background-color: white;
31273
+ }
31274
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31275
+ color: #0080ff;
31276
+ }
31277
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31278
+ display: block;
31279
+ }
31280
+ .onr9gzt.ant-select-item-option-active {
31281
+ background: rgba(0, 136, 255, 0.16);
31282
+ }
31283
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31284
+ color: #0080ff;
31285
+ }
31286
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31287
+ background: rgba(0, 136, 255, 0.1);
31288
+ color: #0080ff;
31289
+ }
31290
+
31291
+ .oiy0apc {
31292
+ display: flex;
31293
+ justify-content: space-between;
31294
+ height: 20px;
31295
+ line-height: 20px;
31296
+ }
31297
+ .oiy0apc .timezone-title {
31298
+ color: #2d3a56;
31299
+ overflow: hidden;
31300
+ text-overflow: ellipsis;
31301
+ }
31302
+
31303
+ .of4y382 {
31304
+ display: flex;
31305
+ justify-content: space-between;
31306
+ color: rgba(44, 56, 82, 0.6);
31307
+ height: 18px;
31308
+ line-height: 18px;
31309
+ margin-top: 2px;
31310
+ }
31311
+
31312
+ .t19903l9 {
31313
+ border: none;
31314
+ margin-right: 0;
31315
+ background: rgba(225, 230, 241, 0.6);
31316
+ }
31317
+
31318
+ .ohwbvxu {
31319
+ pointer-events: none;
31320
+ height: 32px;
31321
+ width: 100%;
31322
+ opacity: 0;
31323
+ }
31324
+
31325
+ .t1upn1sz {
31326
+ height: 100%;
31327
+ }
31328
+
31329
+ .tta5kd2 {
31330
+ height: 100%;
31331
+ }
31332
+ .tta5kd2.empty-table .ant-table-content {
31333
+ overflow: visible !important;
31334
+ height: 100%;
31335
+ }
31336
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31337
+ height: 100%;
31338
+ }
31339
+ .tta5kd2.empty-table .ant-table-content table {
31340
+ width: 100% !important;
31341
+ height: 100%;
31342
+ }
31343
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31344
+ padding: 15px 0;
31345
+ }
31346
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31347
+ display: none;
31348
+ }
31349
+ .tta5kd2 .active-row td:nth-child(1) {
31350
+ font-weight: 700;
31351
+ }
31352
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31353
+ font-weight: 700;
31354
+ }
31355
+ .tta5kd2 .ant-spin-nested-loading {
31356
+ height: 100%;
31357
+ }
31358
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31359
+ height: 100%;
31360
+ overflow: visible;
31361
+ }
31362
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31363
+ max-height: none;
31364
+ }
31365
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31366
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31367
+ display: none;
31368
+ }
31369
+ .tta5kd2 td.ant-table-column-sort {
31370
+ background: transparent;
31371
+ }
31372
+ .tta5kd2 td.ant-table-cell-fix-left,
31373
+ .tta5kd2 td.ant-table-cell-fix-right {
31374
+ background: #fff;
31375
+ padding: 0 !important;
31376
+ }
31377
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31378
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31379
+ display: flex;
31380
+ align-items: center;
31381
+ height: 100%;
31382
+ padding: 8px;
31383
+ }
31384
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31385
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31386
+ overflow: hidden;
31387
+ text-overflow: ellipsis;
31388
+ width: 100%;
31389
+ }
31390
+ .tta5kd2 .ant-table-container {
31391
+ height: 100%;
31392
+ }
31393
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31394
+ box-shadow: none !important;
31395
+ }
31396
+ .tta5kd2 .ant-table {
31397
+ border-radius: 0px;
31398
+ border-left: none;
31399
+ border-right: none;
31400
+ border-bottom: none;
31401
+ height: 100%;
31402
+ font-size: 12px;
31403
+ background: transparent;
31404
+ }
31405
+ .tta5kd2 .ant-table .ant-table-header {
31406
+ position: relative;
31407
+ z-index: 3;
31408
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31409
+ margin-bottom: -1px;
31410
+ }
31411
+ .tta5kd2 .ant-table .time-wrapper .date,
31412
+ .tta5kd2 .ant-table .value {
31413
+ color: #2d3a56;
31414
+ }
31415
+ .tta5kd2 .ant-table .time-wrapper .time,
31416
+ .tta5kd2 .ant-table .unit {
31417
+ color: rgba(44, 56, 82, 0.6);
31418
+ }
31419
+ .tta5kd2 .ant-table .ant-table-selection {
31420
+ position: unset;
31421
+ text-align: center;
31422
+ }
31423
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31424
+ background: #fff;
31425
+ }
31426
+ .tta5kd2 .ant-table .anticon-setting {
31427
+ cursor: pointer;
31428
+ position: absolute;
31429
+ top: 50%;
31430
+ right: 12px;
31431
+ transform: translateY(-50%);
31432
+ }
31433
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31434
+ box-shadow: none;
31435
+ width: 1px;
31436
+ background: rgba(213, 219, 227, 0.6);
31437
+ }
31438
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31439
+ box-shadow: none;
31440
+ width: 1px;
31441
+ background: rgba(213, 219, 227, 0.6);
31442
+ }
31443
+ .tta5kd2 .ant-table .ant-table-tbody {
31444
+ position: relative;
31445
+ }
31446
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31447
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31448
+ border-bottom: 1px solid white;
31449
+ height: 40px;
31450
+ vertical-align: middle;
31451
+ transition: background 0ms;
31452
+ color: #00122e;
31453
+ }
31454
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31455
+ background: #f2f5fa;
31456
+ border-bottom-color: #f2f5fa;
31457
+ }
31458
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31459
+ height: auto;
31460
+ color: #00122e;
31461
+ font-size: 12px;
31462
+ text-align: left;
31463
+ transition: none;
31464
+ overflow: hidden;
31465
+ text-overflow: ellipsis;
31466
+ white-space: nowrap;
31467
+ }
31468
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31469
+ color: #0096ff;
31470
+ }
31471
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31472
+ overflow: hidden;
31473
+ text-overflow: ellipsis;
31474
+ width: 100%;
31475
+ vertical-align: middle;
31476
+ }
31477
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31478
+ line-height: 0px;
31479
+ }
31480
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31481
+ padding-right: 25px;
31482
+ }
31483
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31484
+ border-top-color: transparent;
31485
+ }
31486
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31487
+ background: rgba(225, 230, 241, 0.6);
31488
+ border-color: transparent transparent white;
31489
+ }
31490
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31491
+ border-radius: 8px 0 0 8px;
31492
+ }
31493
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31494
+ border-radius: 8px 0 0 8px;
31495
+ }
31496
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31497
+ content: "";
31498
+ width: 4px;
31499
+ top: -1px;
31500
+ bottom: -1px;
31501
+ background: white;
31502
+ }
31503
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31504
+ border-radius: 0 8px 8px 0;
31505
+ }
31506
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31507
+ border-radius: 0;
31508
+ background: white;
31509
+ border-top: none;
31510
+ }
31511
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31512
+ border-top: 1px solid transparent;
31513
+ border-radius: 0 8px 8px 0;
31514
+ background: rgba(225, 230, 241, 0.6);
31515
+ }
31516
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31517
+ background: white;
31518
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31519
+ }
31520
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31521
+ display: flex;
31522
+ align-items: center;
31523
+ height: 100%;
31524
+ background: rgba(225, 230, 241, 0.6);
31525
+ }
31526
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31527
+ background: white;
31528
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31529
+ }
31530
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31531
+ display: flex;
31532
+ align-items: center;
31533
+ height: 100%;
31534
+ background: rgba(225, 230, 241, 0.6);
31535
+ }
31536
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31537
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31538
+ }
31539
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31540
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31541
+ border-radius: 8px;
31542
+ }
31543
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31544
+ border-top-color: white;
31545
+ }
31546
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31547
+ background: rgba(0, 136, 255, 0.1);
31548
+ border-bottom-color: transparent;
31549
+ border-top-color: transparent;
31550
+ }
31551
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31552
+ border-radius: 8px 0 0 8px;
31553
+ }
31554
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31555
+ border-radius: 0 8px 8px 0;
31556
+ }
31557
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31558
+ background: rgba(0, 136, 255, 0.1);
31559
+ }
31560
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31561
+ background: #fff;
31562
+ font-weight: 400;
31563
+ position: relative;
31564
+ border-bottom: none;
31565
+ color: #00122e;
31566
+ transition: none;
31567
+ padding: 15px 8px 15px 8px;
31568
+ }
31569
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31570
+ content: "";
31571
+ width: 1px;
31572
+ top: 0;
31573
+ bottom: 0;
31574
+ background: rgba(211, 218, 235, 0.6);
31575
+ position: absolute;
31576
+ right: 0;
31577
+ }
31578
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31579
+ padding: unset;
31580
+ }
31581
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31582
+ display: none;
31583
+ }
31584
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31585
+ width: 100%;
31586
+ overflow: hidden;
31587
+ white-space: nowrap;
31588
+ text-overflow: ellipsis;
31589
+ }
31590
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31591
+ overflow: hidden;
31592
+ text-overflow: ellipsis;
31593
+ flex: 1;
31594
+ }
31595
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31596
+ padding: 15px 25px 15px 8px;
31597
+ }
31598
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31599
+ padding: 0;
31600
+ }
31601
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31602
+ position: absolute;
31603
+ right: 6px;
31604
+ top: 50%;
31605
+ transform: translateY(-50%);
31606
+ height: 16px;
31607
+ display: none;
31608
+ transition: transform 320ms ease;
31609
+ }
31610
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31611
+ display: block;
31612
+ transform: translateY(-50%) rotateX(180deg);
31613
+ }
31614
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31615
+ display: block;
31616
+ }
31617
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31618
+ display: none;
31619
+ }
31620
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31621
+ transform: translateY(-50%);
31622
+ }
31623
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31624
+ transform: translateY(-50%) rotateX(180deg);
31625
+ }
31626
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31627
+ background: #f2f5fa;
31628
+ }
31629
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31630
+ display: block;
31631
+ }
31632
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31633
+ padding-right: 25px;
31634
+ }
31635
+ .tta5kd2 .ant-table .ant-table-selection-column {
31636
+ padding: 0 !important;
31637
+ }
31638
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31639
+ position: absolute;
31640
+ left: 50%;
31641
+ top: 50%;
31642
+ transform: translate(-50%, -50%);
31643
+ }
31644
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31645
+ display: none;
31646
+ }
31647
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31648
+ background: #fff;
31649
+ }
31650
+ .tta5kd2 .ant-table .ant-table-placeholder {
31651
+ background: inherit;
31652
+ }
31653
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31654
+ position: static;
31655
+ border: none;
31656
+ background: inherit !important;
31657
+ height: 100px;
31658
+ vertical-align: middle;
31659
+ }
31660
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31661
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31662
+ font-weight: bold;
31663
+ font-size: 20px;
31664
+ color: rgba(10, 37, 85, 0.6);
31665
+ }
31666
+ .tta5kd2 .ant-table td.cell__action_ {
31667
+ padding: 0 !important;
31668
+ position: relative;
31669
+ background: #fff;
31670
+ }
31671
+ .tta5kd2 .ant-table td.cell__action_ > * {
31672
+ height: 100%;
31673
+ display: flex;
31674
+ align-items: center;
31675
+ justify-content: flex-end;
31676
+ padding-right: 8px;
31677
+ }
31678
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31679
+ width: 24px;
31680
+ height: 24px;
31681
+ cursor: pointer;
31682
+ justify-content: center;
31683
+ border-radius: 4px;
31684
+ }
31685
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31686
+ background: #fff;
31480
31687
  }
31481
31688
 
31482
- .lumfmf {
31483
- font-family: Inter;
31484
- font-style: normal;
31485
- font-weight: 600;
31486
- font-size: 13px;
31487
- line-height: 20px;
31689
+ .c1up1pdz {
31690
+ width: 648px;
31488
31691
  }
31489
-
31490
- .l16ujwmv {
31491
- font-family: Inter;
31492
- font-style: normal;
31493
- font-weight: bold;
31494
- font-size: 13px;
31495
- line-height: 20px;
31692
+ .c1up1pdz.active {
31693
+ border-color: #0080ff;
31496
31694
  }
31497
-
31498
- .l17o1ffr {
31499
- font-family: Inter;
31500
- font-style: normal;
31501
- font-weight: normal;
31502
- text-transform: uppercase;
31503
- font-feature-settings: "cpsp" on;
31504
- font-size: 13px;
31505
- line-height: 20px;
31695
+ .c1up1pdz.active > header {
31696
+ background: rgba(0, 128, 255, 0.1);
31506
31697
  }
31507
-
31508
- .lngllvn {
31509
- font-family: Inter;
31510
- font-style: normal;
31511
- font-weight: bold;
31512
- text-transform: uppercase;
31513
- font-feature-settings: "cpsp" on;
31514
- font-size: 13px;
31515
- line-height: 20px;
31698
+ .c1up1pdz .expand {
31699
+ padding: 12px;
31516
31700
  }
31517
-
31518
- .l2i7fo9 {
31519
- font-family: Inter;
31520
- font-style: normal;
31521
- font-weight: normal;
31522
- font-size: 12px;
31523
- line-height: 18px;
31701
+ .c1up1pdz .field-item {
31702
+ display: flex;
31703
+ padding: 10px 0;
31704
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31524
31705
  }
31525
-
31526
- .l1x7hscx {
31527
- font-family: Inter;
31528
- font-style: normal;
31529
- font-weight: 500;
31530
- font-size: 12px;
31531
- line-height: 18px;
31706
+ .c1up1pdz .field-item:last-child {
31707
+ border-bottom: none;
31708
+ padding-bottom: 0;
31532
31709
  }
31533
-
31534
- .le1jwan {
31535
- font-family: Inter;
31536
- font-style: normal;
31537
- font-weight: bold;
31538
- font-size: 12px;
31539
- line-height: 18px;
31710
+ .c1up1pdz .field-item label {
31711
+ line-height: 32px;
31712
+ width: 100px;
31713
+ color: rgba(62, 70, 82, 0.6);
31540
31714
  }
31541
-
31542
- .lyxynfj {
31543
- font-family: Inter;
31544
- font-style: normal;
31545
- font-weight: normal;
31546
- font-size: 12px;
31547
- line-height: 18px;
31715
+ .c1up1pdz .help {
31716
+ color: rgba(62, 70, 82, 0.6);
31717
+ margin-top: 5px;
31548
31718
  }
31549
-
31550
- .lpb2nxv {
31551
- font-family: Inter;
31552
- font-style: normal;
31553
- font-weight: 500;
31554
- font-size: 12px;
31555
- line-height: 18px;
31719
+ .c1up1pdz .ant-input-affix-wrapper,
31720
+ .c1up1pdz .ant-picker {
31721
+ width: 128px;
31556
31722
  }
31557
31723
 
31558
- .l1r8o3vv {
31559
- font-family: Inter;
31560
- font-style: normal;
31561
- font-weight: bold;
31562
- font-size: 12px;
31563
- line-height: 18px;
31724
+ .c156wh19 {
31725
+ display: flex;
31726
+ align-items: center;
31727
+ justify-content: space-between;
31728
+ word-break: keep-all;
31564
31729
  }
31565
-
31566
- .lemnjy2 {
31567
- font-family: Inter;
31568
- font-style: normal;
31569
- font-weight: normal;
31570
- text-transform: uppercase;
31571
- font-feature-settings: "cpsp" on;
31572
- font-size: 12px;
31573
- line-height: 18px;
31730
+ .c156wh19 .title {
31731
+ margin: 0 16px 0 8px;
31574
31732
  }
31575
-
31576
- .lrc42gb {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: bold;
31580
- text-transform: uppercase;
31581
- font-feature-settings: "cpsp" on;
31582
- font-size: 12px;
31583
- line-height: 18px;
31733
+ .c156wh19 .retain {
31734
+ color: rgba(129, 138, 153, 0.6);
31584
31735
  }
31585
-
31586
- .fqaz4mb {
31587
- font-family: Inter;
31588
- font-style: normal;
31589
- font-weight: normal;
31590
- font-size: 13px;
31591
- line-height: 20px;
31736
+ .c156wh19 .left {
31737
+ flex: 1;
31738
+ display: flex;
31739
+ overflow: hidden;
31740
+ align-items: center;
31741
+ justify-content: flex-start;
31742
+ white-space: nowrap;
31592
31743
  }
31593
-
31594
- .f13we5o {
31595
- font-family: Inter;
31596
- font-style: normal;
31597
- font-weight: normal;
31598
- font-size: 13px;
31599
- line-height: 20px;
31744
+ .c156wh19 .left .title {
31745
+ max-width: 100%;
31746
+ overflow: hidden;
31747
+ text-overflow: ellipsis;
31600
31748
  }
31601
-
31602
- .ffmjua2 {
31603
- font-family: Inter;
31604
- font-style: normal;
31605
- font-weight: normal;
31606
- font-size: 12px;
31607
- line-height: 18px;
31749
+ .c156wh19 .right {
31750
+ display: flex;
31751
+ align-items: center;
31608
31752
  }
31609
-
31610
- .fz2mxw0 {
31611
- font-family: Inter;
31612
- font-style: normal;
31613
- font-weight: normal;
31614
- font-size: 12px;
31615
- line-height: 18px;
31753
+ .c156wh19 .reverse {
31754
+ display: flex;
31755
+ flex-direction: row-reverse;
31756
+ align-items: center;
31616
31757
  }
31617
-
31618
- .t1ertzoh {
31619
- font-family: Inter;
31620
- font-style: normal;
31621
- font-weight: normal;
31622
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31623
- font-size: 13px;
31624
- line-height: 20px;
31758
+ .c156wh19 .reverse .ant-switch {
31759
+ margin-left: 8px;
31625
31760
  }
31626
-
31627
- .t19bge8r {
31628
- font-family: Inter;
31629
- font-style: normal;
31630
- font-weight: normal;
31631
- font-feature-settings: "zero" on;
31632
- font-size: 13px;
31633
- line-height: 20px;
31761
+ .c156wh19 .close {
31762
+ padding-left: 14px;
31763
+ margin-left: 14px;
31764
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31765
+ cursor: pointer;
31634
31766
  }
31635
31767
 
31636
- .tjrzfyl {
31637
- font-family: Inter;
31638
- font-style: normal;
31639
- font-weight: normal;
31640
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31641
- font-size: 12px;
31642
- line-height: 18px;
31768
+ .m126spxy {
31769
+ padding-bottom: 4px;
31770
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31643
31771
  }
31644
-
31645
- .tm6s7bo {
31646
- font-family: Inter;
31647
- font-style: normal;
31648
- font-weight: 500;
31649
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31650
- font-size: 12px;
31651
- line-height: 18px;
31772
+ .m126spxy .ant-btn-link {
31773
+ padding: 1px 10px;
31774
+ color: rgba(62, 70, 82, 0.6);
31775
+ border-radius: 4px;
31652
31776
  }
31653
-
31654
- .t19zq6ic {
31655
- font-family: Inter;
31656
- font-style: normal;
31657
- font-weight: normal;
31658
- font-feature-settings: "zero" on;
31659
- font-size: 12px;
31660
- line-height: 18px;
31777
+ .m126spxy .ant-btn-link.active {
31778
+ background: rgba(0, 128, 255, 0.1);
31779
+ color: #0096ff;
31661
31780
  }
31662
31781
 
31663
- .t1gduru8 {
31664
- font-family: Inter;
31665
- font-style: normal;
31666
- font-weight: 500;
31667
- font-feature-settings: "zero" on;
31668
- font-size: 12px;
31669
- line-height: 18px;
31782
+ .wpbf4pq {
31783
+ padding: 10px 0;
31784
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31670
31785
  }
31671
-
31672
- .t55raab {
31673
- font-family: Inter;
31674
- font-style: normal;
31675
- font-weight: bold;
31676
- font-feature-settings: "zero" on;
31677
- font-size: 16px;
31678
- line-height: 24px;
31786
+ .wpbf4pq .ant-input,
31787
+ .wpbf4pq .ant-picker {
31788
+ width: 80px;
31789
+ margin: 0 9px;
31790
+ text-align: center;
31679
31791
  }
31680
-
31681
- .u1w9abfe {
31682
- font-family: Inter;
31683
- font-style: normal;
31684
- font-weight: normal;
31685
- font-size: 10px;
31686
- line-height: 12px;
31792
+ .wpbf4pq .options {
31793
+ padding: 12px 0 12px 16px;
31794
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31795
+ margin: 5px 0 5px 8px;
31687
31796
  }
31688
-
31689
- .c18gxmrl {
31690
- border: 1px solid #d8deeb;
31691
- border-radius: 4px;
31797
+ .wpbf4pq .week-day-option,
31798
+ .wpbf4pq .month-day-option {
31799
+ background: #f5f7fa;
31800
+ box-sizing: border-box;
31801
+ border-radius: 16px;
31802
+ margin-right: 8px;
31692
31803
  }
31693
- .c18gxmrl + .c18gxmrl {
31694
- margin-top: 8px;
31804
+ .wpbf4pq .week-day-option:focus,
31805
+ .wpbf4pq .month-day-option:focus {
31806
+ color: inherit;
31807
+ border-color: #d9d9d9;
31695
31808
  }
31696
- .c18gxmrl:hover {
31697
- border-color: #0080ff;
31809
+ .wpbf4pq .week-day-option.active {
31810
+ background-color: #0096ff;
31811
+ border-color: #0096ff;
31812
+ color: #fff;
31698
31813
  }
31699
- .c18gxmrl:hover > header {
31700
- background: rgba(0, 128, 255, 0.1);
31814
+ .wpbf4pq .week-day-option.en-text {
31815
+ width: 110px;
31816
+ margin-top: 4px;
31701
31817
  }
31702
- .c18gxmrl.active header {
31703
- border-bottom: 1px solid #d8deeb;
31818
+ .wpbf4pq .month-day-option {
31819
+ width: 32px;
31820
+ padding: 0;
31821
+ margin-bottom: 8px;
31704
31822
  }
31705
- .c18gxmrl > header {
31706
- padding: 8px 12px;
31823
+ .wpbf4pq .month-day-option.active {
31824
+ background-color: #0096ff;
31825
+ border-color: #0096ff;
31826
+ color: #fff;
31707
31827
  }
31708
31828
 
31709
- .berrcjl {
31710
- color: rgba(10, 37, 85, 0.6);
31711
- margin-bottom: 4px;
31829
+ .n12mqh7z {
31830
+ display: flex;
31831
+ align-items: center;
31832
+ font-size: 12px;
31833
+ line-height: 18px;
31712
31834
  }
31713
- .berrcjl .breadcrumb-link {
31714
- color: rgba(10, 37, 85, 0.6);
31715
- cursor: pointer;
31716
- transition: color 160ms ease;
31835
+ .n12mqh7z:not(:last-child) {
31836
+ margin-bottom: 4px;
31717
31837
  }
31718
- .berrcjl .breadcrumb-link:hover {
31719
- color: #0080ff;
31838
+
31839
+ .tf5bynu {
31840
+ margin: 0 3px;
31720
31841
  }
31721
- .berrcjl .breadcrumb-link:active {
31722
- color: #005ed1;
31842
+
31843
+ .tcckoz1 {
31844
+ max-height: 400px;
31845
+ overflow: "auto";
31723
31846
  }
31724
31847
 
31725
31848
  .c1uzzomf {
@@ -31744,6 +31867,57 @@ input.rrg1fkn.ant-input {
31744
31867
  text-align: center;
31745
31868
  }
31746
31869
 
31870
+ .s1iv0tp1 .enabled-switch {
31871
+ display: flex;
31872
+ align-items: center;
31873
+ }
31874
+ .s1iv0tp1 .enabled-text {
31875
+ margin-right: 8px;
31876
+ }
31877
+
31878
+ .berrcjl {
31879
+ color: rgba(10, 37, 85, 0.6);
31880
+ margin-bottom: 4px;
31881
+ }
31882
+ .berrcjl .breadcrumb-link {
31883
+ color: rgba(10, 37, 85, 0.6);
31884
+ cursor: pointer;
31885
+ transition: color 160ms ease;
31886
+ }
31887
+ .berrcjl .breadcrumb-link:hover {
31888
+ color: #0080ff;
31889
+ }
31890
+ .berrcjl .breadcrumb-link:active {
31891
+ color: #005ed1;
31892
+ }
31893
+
31894
+ .c18gxmrl {
31895
+ border: 1px solid #d8deeb;
31896
+ border-radius: 4px;
31897
+ }
31898
+ .c18gxmrl + .c18gxmrl {
31899
+ margin-top: 8px;
31900
+ }
31901
+ .c18gxmrl:hover {
31902
+ border-color: #0080ff;
31903
+ }
31904
+ .c18gxmrl:hover > header {
31905
+ background: rgba(0, 128, 255, 0.1);
31906
+ }
31907
+ .c18gxmrl.active header {
31908
+ border-bottom: 1px solid #d8deeb;
31909
+ }
31910
+ .c18gxmrl > header {
31911
+ padding: 8px 12px;
31912
+ }
31913
+
31914
+ .tje3huy {
31915
+ width: 100%;
31916
+ overflow: inherit;
31917
+ white-space: inherit;
31918
+ text-overflow: ellipsis;
31919
+ }
31920
+
31747
31921
  .c1bus5hc {
31748
31922
  --color: white;
31749
31923
  height: 14px;
@@ -31797,6 +31971,13 @@ input.rrg1fkn.ant-input {
31797
31971
  width: 100%;
31798
31972
  }
31799
31973
 
31974
+ .c10crapj {
31975
+ border-radius: 8px;
31976
+ }
31977
+ .c10crapj .ant-card-body {
31978
+ padding: 20px 24px 24px 24px;
31979
+ }
31980
+
31800
31981
  .cav9p2m .ant-collapse-item {
31801
31982
  border: 0px;
31802
31983
  background-color: #fff;
@@ -31890,98 +32071,6 @@ input.rrg1fkn.ant-input {
31890
32071
  margin-left: 24px;
31891
32072
  }
31892
32073
 
31893
- .c10crapj {
31894
- border-radius: 8px;
31895
- }
31896
- .c10crapj .ant-card-body {
31897
- padding: 20px 24px 24px 24px;
31898
- }
31899
-
31900
- .c18bcrac {
31901
- display: inline-block;
31902
- width: 100%;
31903
- }
31904
- .c18bcrac .recharts-wrapper {
31905
- margin-left: 4px;
31906
- }
31907
-
31908
- .cro7kg2 {
31909
- padding: 4px;
31910
- }
31911
-
31912
- .c14wcxf0 {
31913
- display: flex;
31914
- justify-content: space-between;
31915
- align-items: center;
31916
- font-size: 13px;
31917
- line-height: 24px;
31918
- color: #cccccc;
31919
- white-space: nowrap;
31920
- }
31921
- .c14wcxf0 label {
31922
- margin-right: 32px;
31923
- }
31924
-
31925
- .coy29mj.c14wcxf0 {
31926
- font-weight: bold;
31927
- color: white;
31928
- }
31929
-
31930
- .s11212zy {
31931
- width: 8px;
31932
- height: 8px;
31933
- border-radius: 2px;
31934
- display: inline-block;
31935
- background: var(--s11212zy-0);
31936
- border: 1px solid #fff;
31937
- box-sizing: content-box;
31938
- margin-right: 6px;
31939
- }
31940
-
31941
- .p1lyky6c > :first-child {
31942
- font-weight: bold;
31943
- color: white;
31944
- margin-right: 4px;
31945
- }
31946
-
31947
- .s1iv0tp1 .enabled-switch {
31948
- display: flex;
31949
- align-items: center;
31950
- }
31951
- .s1iv0tp1 .enabled-text {
31952
- margin-right: 8px;
31953
- }
31954
-
31955
- .tje3huy {
31956
- width: 100%;
31957
- overflow: inherit;
31958
- white-space: inherit;
31959
- text-overflow: ellipsis;
31960
- }
31961
-
31962
- .wg1tsps {
31963
- display: flex;
31964
- align-items: center;
31965
- justify-content: flex-end;
31966
- }
31967
-
31968
- .b1ctd5xy {
31969
- display: flex;
31970
- align-items: center;
31971
- width: calc(100% - 40px);
31972
- }
31973
- .b1ctd5xy .chart {
31974
- display: inline-block;
31975
- width: 100%;
31976
- }
31977
-
31978
- .u1p8acpn {
31979
- width: 40px;
31980
- }
31981
- .u1p8acpn .unit {
31982
- color: #00122e !important;
31983
- }
31984
-
31985
32074
  .t3qomhu {
31986
32075
  margin: 0 2px;
31987
32076
  }
@@ -32009,86 +32098,61 @@ input.rrg1fkn.ant-input {
32009
32098
  color: rgba(44, 56, 82, 0.6);
32010
32099
  }
32011
32100
 
32012
- .s1uupxds {
32013
- padding: 0 8px;
32014
- border-radius: 4px;
32015
- }
32016
-
32017
- .m10sqwut {
32018
- padding: 2px 8px;
32019
- border-radius: 3px;
32020
- }
32021
-
32022
- .l1d492wb {
32023
- padding: 3px 8px;
32024
- border-radius: 2px;
32101
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32102
+ border-radius: 6px;
32025
32103
  }
32026
-
32027
- .t1lzavmu.ant-tag:hover {
32028
- opacity: unset;
32104
+ .shq1k1g.ant-select.ant-select-single {
32105
+ width: 100%;
32106
+ color: #2d3a56;
32107
+ border-color: rgba(211, 218, 235, 0.6);
32108
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32109
+ font-size: 13px;
32029
32110
  }
32030
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32031
- margin: 0;
32032
- margin-right: 8px;
32033
- display: inline-flex;
32034
- align-items: center;
32035
- border: none;
32111
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32112
+ height: 30px;
32036
32113
  }
32037
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32038
- width: 16px;
32039
- height: 16px;
32040
- color: inherit;
32041
- margin-left: 4px;
32042
- opacity: 0.6;
32043
- display: inline-flex;
32114
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32115
+ height: 38px;
32116
+ font-size: 13px;
32044
32117
  }
32045
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32046
- opacity: 1;
32118
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32119
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32120
+ transition: 160ms ease;
32047
32121
  }
32048
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32122
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32049
32123
  color: #0080ff;
32050
- background-color: rgba(0, 136, 255, 0.1);
32051
- }
32052
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32053
- color: #f0483e;
32054
- background-color: rgba(255, 74, 74, 0.1);
32055
- }
32056
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32057
- color: #e07f00;
32058
- background-color: rgba(255, 187, 0, 0.1);
32059
- }
32060
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32061
- color: #008f4c;
32062
- background-color: rgba(30, 201, 127, 0.1);
32063
32124
  }
32064
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32065
- color: #1d326c;
32066
- background-color: rgba(225, 230, 241, 0.6);
32125
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32126
+ border-color: rgba(107, 128, 167, 0.6);
32127
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32067
32128
  }
32068
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32069
- color: #7E41FF;
32070
- background-color: rgba(126, 65, 255, 0.1);
32129
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32130
+ color: #0080ff;
32071
32131
  }
32072
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32073
- color: #fff;
32132
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32133
+ border-color: #0080ff;
32134
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32074
32135
  }
32075
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32076
- background-color: #f0483e;
32136
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32137
+ transform: rotate(180deg);
32077
32138
  }
32078
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32079
- background-color: #fea008;
32139
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32140
+ background: rgba(211, 218, 235, 0.6);
32141
+ border-color: rgba(172, 186, 211, 0.6);
32142
+ cursor: "not-allowed";
32080
32143
  }
32081
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32082
- background-color: #00ba5d;
32144
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32145
+ border-color: #f0483e !important;
32083
32146
  }
32084
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32085
- background-color: #0080ff;
32147
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32148
+ color: #1d326c;
32086
32149
  }
32087
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32088
- background-color: #6b7d99;
32150
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32151
+ border-color: #0080ff;
32152
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32089
32153
  }
32090
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32091
- background-color: #7E41FF;
32154
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32155
+ transform: rotate(180deg);
32092
32156
  }
32093
32157
 
32094
32158
  .s14dk8r1 {
@@ -32214,67 +32278,6 @@ input.rrg1fkn.ant-input {
32214
32278
  animation: loading-indicator3 1100ms ease-out infinite;
32215
32279
  }
32216
32280
 
32217
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32218
- border-radius: 6px;
32219
- }
32220
- .shq1k1g.ant-select.ant-select-single {
32221
- width: 100%;
32222
- color: #2d3a56;
32223
- border-color: rgba(211, 218, 235, 0.6);
32224
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32225
- font-size: 13px;
32226
- }
32227
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32228
- height: 30px;
32229
- }
32230
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32231
- height: 38px;
32232
- font-size: 13px;
32233
- }
32234
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32235
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32236
- transition: 160ms ease;
32237
- }
32238
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32239
- color: #0080ff;
32240
- }
32241
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32242
- border-color: rgba(107, 128, 167, 0.6);
32243
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32244
- }
32245
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32246
- color: #0080ff;
32247
- }
32248
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32249
- border-color: #0080ff;
32250
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32251
- }
32252
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32253
- transform: rotate(180deg);
32254
- }
32255
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32256
- background: rgba(211, 218, 235, 0.6);
32257
- border-color: rgba(172, 186, 211, 0.6);
32258
- cursor: "not-allowed";
32259
- }
32260
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32261
- border-color: #f0483e !important;
32262
- }
32263
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32264
- color: #1d326c;
32265
- }
32266
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32267
- border-color: #0080ff;
32268
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32269
- }
32270
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32271
- transform: rotate(180deg);
32272
- }
32273
-
32274
- .t19ustft .date {
32275
- margin-right: 4px;
32276
- }
32277
-
32278
32281
  .m1thnes4 {
32279
32282
  color: rgba(44, 56, 82, 0.6);
32280
32283
  text-align: center;
@@ -32436,6 +32439,92 @@ input.rrg1fkn.ant-input {
32436
32439
  margin-left: 8px;
32437
32440
  }
32438
32441
 
32442
+ .t19ustft .date {
32443
+ margin-right: 4px;
32444
+ }
32445
+
32446
+ .s1uupxds {
32447
+ padding: 0 8px;
32448
+ border-radius: 4px;
32449
+ }
32450
+
32451
+ .m10sqwut {
32452
+ padding: 2px 8px;
32453
+ border-radius: 3px;
32454
+ }
32455
+
32456
+ .l1d492wb {
32457
+ padding: 3px 8px;
32458
+ border-radius: 2px;
32459
+ }
32460
+
32461
+ .t1lzavmu.ant-tag:hover {
32462
+ opacity: unset;
32463
+ }
32464
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32465
+ margin: 0;
32466
+ margin-right: 8px;
32467
+ display: inline-flex;
32468
+ align-items: center;
32469
+ border: none;
32470
+ }
32471
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32472
+ width: 16px;
32473
+ height: 16px;
32474
+ color: inherit;
32475
+ margin-left: 4px;
32476
+ opacity: 0.6;
32477
+ display: inline-flex;
32478
+ }
32479
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32480
+ opacity: 1;
32481
+ }
32482
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32483
+ color: #0080ff;
32484
+ background-color: rgba(0, 136, 255, 0.1);
32485
+ }
32486
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32487
+ color: #f0483e;
32488
+ background-color: rgba(255, 74, 74, 0.1);
32489
+ }
32490
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32491
+ color: #e07f00;
32492
+ background-color: rgba(255, 187, 0, 0.1);
32493
+ }
32494
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32495
+ color: #008f4c;
32496
+ background-color: rgba(30, 201, 127, 0.1);
32497
+ }
32498
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32499
+ color: #1d326c;
32500
+ background-color: rgba(225, 230, 241, 0.6);
32501
+ }
32502
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32503
+ color: #7E41FF;
32504
+ background-color: rgba(126, 65, 255, 0.1);
32505
+ }
32506
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32507
+ color: #fff;
32508
+ }
32509
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32510
+ background-color: #f0483e;
32511
+ }
32512
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32513
+ background-color: #fea008;
32514
+ }
32515
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32516
+ background-color: #00ba5d;
32517
+ }
32518
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32519
+ background-color: #0080ff;
32520
+ }
32521
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32522
+ background-color: #6b7d99;
32523
+ }
32524
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32525
+ background-color: #7E41FF;
32526
+ }
32527
+
32439
32528
  .sq6vos1 {
32440
32529
  --item-min-width: 60px;
32441
32530
  }
@@ -32711,6 +32800,23 @@ input.rrg1fkn.ant-input {
32711
32800
  margin-right: 2px;
32712
32801
  }
32713
32802
 
32803
+ .bab9xum {
32804
+ 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);
32805
+ }
32806
+
32807
+ .cav4gt6 {
32808
+ border-radius: 8px;
32809
+ background-color: white;
32810
+ }
32811
+ .cav4gt6.hoverable {
32812
+ cursor: pointer;
32813
+ }
32814
+ .cav4gt6.hoverable:hover {
32815
+ transition: all 200ms ease;
32816
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32817
+ transform: translateY(-4px);
32818
+ }
32819
+
32714
32820
  .tc40oxa {
32715
32821
  margin-bottom: 4px;
32716
32822
  color: rgba(44, 56, 82, 0.6);
@@ -32904,37 +33010,6 @@ input.rrg1fkn.ant-input {
32904
33010
  margin-right: 8px;
32905
33011
  }
32906
33012
 
32907
- .iwsze0q {
32908
- margin-right: 4px;
32909
- height: 16px;
32910
- }
32911
-
32912
- .bab9xum {
32913
- 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);
32914
- }
32915
-
32916
- .cav4gt6 {
32917
- border-radius: 8px;
32918
- background-color: white;
32919
- }
32920
- .cav4gt6.hoverable {
32921
- cursor: pointer;
32922
- }
32923
- .cav4gt6.hoverable:hover {
32924
- transition: all 200ms ease;
32925
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32926
- transform: translateY(-4px);
32927
- }
32928
-
32929
- .w1xcixj5.outside-tag {
32930
- padding-left: 0;
32931
- }
32932
- .w1xcixj5.outside-tag .inside-tag {
32933
- border-radius: 4px 0 0 4px;
32934
- padding-right: 4px;
32935
- margin-right: 4px;
32936
- }
32937
-
32938
33013
  .sut42l0 {
32939
33014
  padding: 0 8px;
32940
33015
  height: 18px;
@@ -32961,17 +33036,18 @@ input.rrg1fkn.ant-input {
32961
33036
  border: 1px solid rgba(211, 218, 235, 0.6);
32962
33037
  }
32963
33038
 
32964
- .skwah65 {
32965
- height: 8px;
32966
- box-sizing: border-box;
32967
- border-radius: 2px;
32968
- background: #f5f7fa;
32969
- display: flex;
32970
- width: 100%;
32971
- overflow: hidden;
33039
+ .iwsze0q {
33040
+ margin-right: 4px;
33041
+ height: 16px;
32972
33042
  }
32973
- .skwah65 .stack-bar-item + .stack-bar-item {
32974
- margin-left: 1px;
33043
+
33044
+ .w1xcixj5.outside-tag {
33045
+ padding-left: 0;
33046
+ }
33047
+ .w1xcixj5.outside-tag .inside-tag {
33048
+ border-radius: 4px 0 0 4px;
33049
+ padding-right: 4px;
33050
+ margin-right: 4px;
32975
33051
  }
32976
33052
 
32977
33053
  .f1p9ti6d {
@@ -33055,25 +33131,6 @@ input.rrg1fkn.ant-input {
33055
33131
  font-size: inherit;
33056
33132
  }
33057
33133
 
33058
- .feau332.ant-form-item {
33059
- margin-bottom: 0;
33060
- }
33061
- .feau332 .ant-form-item-explain {
33062
- display: none;
33063
- min-height: 18px;
33064
- margin-top: 5px;
33065
- font-family: "Inter";
33066
- font-weight: 400;
33067
- font-size: 12px;
33068
- line-height: 18px;
33069
- }
33070
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33071
- white-space: pre-wrap;
33072
- }
33073
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33074
- display: block;
33075
- }
33076
-
33077
33134
  .a6dbbkm .ant-input-number-handler-wrap {
33078
33135
  display: var(--a6dbbkm-0);
33079
33136
  }
@@ -33103,4 +33160,23 @@ input.rrg1fkn.ant-input {
33103
33160
  margin: 0;
33104
33161
  height: auto;
33105
33162
  font-size: inherit;
33163
+ }
33164
+
33165
+ .feau332.ant-form-item {
33166
+ margin-bottom: 0;
33167
+ }
33168
+ .feau332 .ant-form-item-explain {
33169
+ display: none;
33170
+ min-height: 18px;
33171
+ margin-top: 5px;
33172
+ font-family: "Inter";
33173
+ font-weight: 400;
33174
+ font-size: 12px;
33175
+ line-height: 18px;
33176
+ }
33177
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33178
+ white-space: pre-wrap;
33179
+ }
33180
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33181
+ display: block;
33106
33182
  }