@cloudtower/eagle 0.27.1 → 0.27.2-calendar

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 (35) hide show
  1. package/dist/components/Calendar/index.d.ts +3 -0
  2. package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +1 -1
  3. package/dist/components/I18nNameTag/index.d.ts +2 -8
  4. package/dist/components/Metric/metric.d.ts +1 -1
  5. package/dist/components/Tag/Tag.stories.d.ts +2 -2
  6. package/dist/components/Tag/style.d.ts +1 -0
  7. package/dist/components.css +1233 -953
  8. package/dist/core/StepProgress/StepProgress.stories.d.ts +8 -0
  9. package/dist/core/StepProgress/index.d.ts +3 -0
  10. package/dist/coreX/CronCalendar/CronCalendar.stories.d.ts +6 -0
  11. package/dist/coreX/CronCalendar/index.d.ts +4 -0
  12. package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
  13. package/dist/coreX/CronPlan/index.d.ts +18 -0
  14. package/dist/coreX/SwitchWithText/SwitchWithText.stories.d.ts +9 -0
  15. package/dist/coreX/SwitchWithText/__tests__/h5_css.test.d.ts +1 -0
  16. package/dist/coreX/SwitchWithText/index.d.ts +4 -0
  17. package/dist/coreX/common/getCalendarTitle.d.ts +2 -0
  18. package/dist/esm/index.js +3804 -2642
  19. package/dist/esm/stats1.html +1 -1
  20. package/dist/spec/base.d.ts +50 -9
  21. package/dist/spec/type.d.ts +6 -0
  22. package/dist/style.css +773 -493
  23. package/dist/umd/index.js +3803 -2642
  24. package/dist/umd/stats1.html +1 -1
  25. package/dist/utils/__test__/compute.spec.d.ts +1 -0
  26. package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
  27. package/dist/utils/__test__/time.spec.d.ts +1 -0
  28. package/dist/utils/compute.d.ts +1 -0
  29. package/dist/utils/cron-time.d.ts +65 -0
  30. package/dist/utils/icon.d.ts +2 -1
  31. package/dist/utils/index.d.ts +3 -0
  32. package/dist/utils/time.d.ts +25 -0
  33. package/dist/variables.scss +2 -0
  34. package/package.json +6 -6
  35. package/dist/components/images/index.d.ts +0 -15
@@ -29471,81 +29471,6 @@ html body {
29471
29471
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29472
29472
  }
29473
29473
  }
29474
- .fde5mpd {
29475
- width: 100%;
29476
- height: 100%;
29477
- min-height: 124px;
29478
- display: flex;
29479
- flex-direction: column;
29480
- justify-content: center;
29481
- align-items: center;
29482
- }
29483
- .fde5mpd .error-text {
29484
- color: rgba(10, 37, 85, 0.6);
29485
- margin-bottom: 16px;
29486
- font-size: 18px;
29487
- }
29488
-
29489
- .iap75of {
29490
- height: 18px;
29491
- line-height: 18px;
29492
- padding: 0 4px;
29493
- border-radius: 4px;
29494
- background: rgba(235, 239, 245, 0.6);
29495
- border: 1px solid rgba(223, 228, 235, 0.6);
29496
- display: flex;
29497
- align-items: center;
29498
- white-space: nowrap;
29499
- margin-right: 4px;
29500
- }
29501
-
29502
- .bpq0js6 {
29503
- padding: 4px 11px;
29504
- }
29505
-
29506
- .b15sn34c {
29507
- white-space: nowrap;
29508
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29509
- }
29510
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29511
- --color: #0080ff;
29512
- }
29513
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29514
- --color: #0080ff;
29515
- }
29516
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29517
- margin-left: 1px;
29518
- }
29519
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29520
- border-top-right-radius: 0;
29521
- border-bottom-right-radius: 0;
29522
- }
29523
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29524
- border-top-left-radius: 0;
29525
- border-bottom-left-radius: 0;
29526
- }
29527
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29528
- border-radius: unset;
29529
- }
29530
-
29531
- .i1mrf09m {
29532
- display: inline-flex;
29533
- align-items: center;
29534
- }
29535
- .i1mrf09m .icon-inner {
29536
- display: inline-flex;
29537
- align-items: center;
29538
- justify-content: center;
29539
- }
29540
- .i1mrf09m .icon-inner + span,
29541
- .i1mrf09m span + .icon-inner.suffix {
29542
- margin-left: 4px;
29543
- }
29544
- .i1mrf09m.is-rotate img,
29545
- .i1mrf09m.is-rotate svg {
29546
- animation: rotate 680ms linear infinite;
29547
- }
29548
-
29549
29474
  .buj61ew.ant-btn-icon-only {
29550
29475
  justify-content: center;
29551
29476
  }
@@ -29796,6 +29721,90 @@ html body {
29796
29721
  padding: 0;
29797
29722
  }
29798
29723
 
29724
+ .fde5mpd {
29725
+ width: 100%;
29726
+ height: 100%;
29727
+ min-height: 124px;
29728
+ display: flex;
29729
+ flex-direction: column;
29730
+ justify-content: center;
29731
+ align-items: center;
29732
+ }
29733
+ .fde5mpd .error-text {
29734
+ color: rgba(10, 37, 85, 0.6);
29735
+ margin-bottom: 16px;
29736
+ font-size: 18px;
29737
+ }
29738
+
29739
+ .iap75of {
29740
+ height: 18px;
29741
+ line-height: 18px;
29742
+ padding: 0 4px;
29743
+ border-radius: 4px;
29744
+ background: rgba(235, 239, 245, 0.6);
29745
+ border: 1px solid rgba(223, 228, 235, 0.6);
29746
+ display: flex;
29747
+ align-items: center;
29748
+ white-space: nowrap;
29749
+ margin-right: 4px;
29750
+ }
29751
+
29752
+ .obf05yr {
29753
+ display: inline-block;
29754
+ }
29755
+
29756
+ .hsms1n6 {
29757
+ visibility: hidden;
29758
+ position: absolute;
29759
+ }
29760
+
29761
+ .i1mrf09m {
29762
+ display: inline-flex;
29763
+ align-items: center;
29764
+ }
29765
+ .i1mrf09m .icon-inner {
29766
+ display: inline-flex;
29767
+ align-items: center;
29768
+ justify-content: center;
29769
+ }
29770
+ .i1mrf09m .icon-inner + span,
29771
+ .i1mrf09m span + .icon-inner.suffix {
29772
+ margin-left: 4px;
29773
+ }
29774
+ .i1mrf09m.is-rotate img,
29775
+ .i1mrf09m.is-rotate svg {
29776
+ animation: rotate 680ms linear infinite;
29777
+ }
29778
+
29779
+ .bpq0js6 {
29780
+ padding: 4px 11px;
29781
+ }
29782
+
29783
+ .b15sn34c {
29784
+ white-space: nowrap;
29785
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29786
+ }
29787
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29788
+ --color: #0080ff;
29789
+ }
29790
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29791
+ --color: #0080ff;
29792
+ }
29793
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29794
+ margin-left: 1px;
29795
+ }
29796
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
29797
+ border-top-right-radius: 0;
29798
+ border-bottom-right-radius: 0;
29799
+ }
29800
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
29801
+ border-top-left-radius: 0;
29802
+ border-bottom-left-radius: 0;
29803
+ }
29804
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29805
+ border-radius: unset;
29806
+ }
29807
+
29799
29808
  .p12gwtiw {
29800
29809
  display: flex;
29801
29810
  justify-content: space-between;
@@ -29853,231 +29862,76 @@ html body {
29853
29862
  line-height: 18px;
29854
29863
  }
29855
29864
 
29856
- .rxbeqvl.ant-radio-wrapper {
29857
- display: inline-flex;
29858
- align-items: baseline;
29859
- white-space: pre-wrap;
29865
+ .cz04yix {
29866
+ display: flex;
29867
+ flex-direction: column;
29860
29868
  }
29861
- .rxbeqvl.ant-radio-wrapper .ant-radio {
29862
- position: relative;
29863
- top: 3px;
29869
+
29870
+ .m1if5j39 {
29871
+ max-width: 1120px;
29872
+ width: 100%;
29873
+ margin: 0 auto;
29874
+ height: 100%;
29864
29875
  }
29865
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29866
- border-color: rgba(107, 128, 167, 0.6);
29876
+
29877
+ .w1vvwdlp {
29878
+ max-width: 1120px;
29879
+ width: 100%;
29880
+ margin: 0 auto;
29881
+ display: flex;
29867
29882
  }
29868
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29869
- border-color: #0080ff;
29883
+ .w1vvwdlp .left,
29884
+ .w1vvwdlp .right {
29885
+ flex-grow: 0;
29886
+ flex-shrink: 0;
29887
+ flex-basis: 21%;
29870
29888
  }
29871
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29872
- border-color: #0080ff;
29873
- background: #0080ff;
29889
+ .w1vvwdlp .left {
29890
+ display: flex;
29891
+ justify-content: flex-end;
29892
+ padding-right: 44px;
29874
29893
  }
29875
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29876
- top: 4px;
29877
- left: 4px;
29878
- width: 6px;
29879
- height: 6px;
29880
- background: #fff;
29894
+ .w1vvwdlp .right {
29895
+ padding-left: 44px;
29881
29896
  }
29882
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29883
- opacity: 0.5;
29897
+ .w1vvwdlp .middle {
29898
+ margin-bottom: 40px;
29899
+ flex-grow: 0;
29900
+ flex-shrink: 0;
29901
+ flex-basis: 58%;
29884
29902
  }
29885
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29886
- border-color: rgba(107, 128, 167, 0.6);
29887
- background: rgba(211, 218, 235, 0.6);
29903
+ .w1vvwdlp .middle .form-base-field {
29904
+ width: 100%;
29888
29905
  }
29889
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29890
- background: #00122e;
29906
+ .w1vvwdlp .middle .form-base-field .form-base-field {
29907
+ width: auto;
29891
29908
  }
29892
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29893
- color: #00122e;
29894
- opacity: 0.5;
29909
+
29910
+ .h1cuopx7 .ant-modal-header {
29911
+ margin: 0 auto;
29912
+ width: 100%;
29913
+ max-width: 648px;
29895
29914
  }
29896
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29897
- color: #00122e;
29915
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
29916
+ margin-left: 0;
29898
29917
  }
29899
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29900
- display: inline-block;
29918
+ .h1cuopx7 .ant-modal-body {
29919
+ margin: 0 auto;
29901
29920
  padding: 0;
29902
- padding-left: 12px;
29921
+ width: 100%;
29922
+ max-width: 648px;
29923
+ overflow: hidden;
29903
29924
  }
29904
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29905
- margin-bottom: 0;
29906
- white-space: pre-wrap;
29907
- color: rgba(44, 56, 82, 0.6);
29925
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
29926
+ margin-bottom: 40px;
29908
29927
  }
29909
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29910
- padding-left: 8px;
29911
- }
29912
-
29913
- .r5ie79y .ant-radio-button-wrapper:first-child {
29914
- border-radius: 5px 0 0 5px;
29915
- }
29916
- .r5ie79y .ant-radio-button-wrapper:last-child {
29917
- border-radius: 0 5px 5px 0;
29918
- }
29919
-
29920
- .r1f0aqcc {
29921
- color: #00122e;
29922
- border-color: #ccd4e3;
29923
- }
29924
- .r1f0aqcc:first-child {
29925
- border-color: #a3b4cc;
29926
- }
29927
- .r1f0aqcc.ant-radio-button-wrapper {
29928
- padding: 0 12px;
29929
- line-height: 32px;
29930
- height: 32px;
29931
- }
29932
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
29933
- white-space: nowrap;
29934
- }
29935
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
29936
- height: 22px;
29937
- padding: 0 7px;
29938
- line-height: 20px;
29939
- }
29940
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
29941
- background: #ccd4e3;
29942
- }
29943
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
29944
- background: #0080ff;
29945
- }
29946
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
29947
- background: #ccd4e3;
29948
- opacity: 0.5;
29949
- }
29950
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
29951
- border-right-color: #0080ff;
29952
- }
29953
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
29954
- border-color: #0080ff;
29955
- }
29956
- .r1f0aqcc.ant-radio-button-wrapper-checked {
29957
- background: rgba(0, 136, 255, 0.1);
29958
- }
29959
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
29960
- background: rgba(211, 218, 235, 0.6);
29961
- border-color: #ccd4e3;
29962
- opacity: 0.5;
29963
- }
29964
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
29965
- color: #00122e;
29966
- border-color: #ccd4e3;
29967
- }
29968
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
29969
- color: #00122e;
29970
- border-color: #ccd4e3;
29971
- background: rgba(172, 186, 211, 0.6);
29972
- }
29973
- .r1f0aqcc .ant-radio-button-input {
29974
- margin-right: 8px;
29975
- display: inline;
29976
- border: none;
29977
- padding: 0;
29978
- width: 36px;
29979
- background: transparent;
29980
- }
29981
- .r1f0aqcc .ant-radio-button-input:focus {
29982
- box-shadow: none;
29983
- }
29984
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
29985
- margin-right: 0;
29986
- width: initial;
29987
- box-shadow: none;
29988
- }
29989
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
29990
- display: none;
29991
- }
29992
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
29993
- display: inline;
29994
- }
29995
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
29996
- display: inline;
29997
- margin-right: 8px;
29998
- padding: 0;
29999
- width: 36px;
30000
- }
30001
-
30002
- .obf05yr {
30003
- display: inline-block;
30004
- }
30005
-
30006
- .hsms1n6 {
30007
- visibility: hidden;
30008
- position: absolute;
30009
- }
30010
-
30011
- .cz04yix {
30012
- display: flex;
30013
- flex-direction: column;
30014
- }
30015
-
30016
- .m1if5j39 {
30017
- max-width: 1120px;
30018
- width: 100%;
30019
- margin: 0 auto;
30020
- height: 100%;
30021
- }
30022
-
30023
- .w1vvwdlp {
30024
- max-width: 1120px;
30025
- width: 100%;
30026
- margin: 0 auto;
30027
- display: flex;
30028
- }
30029
- .w1vvwdlp .left,
30030
- .w1vvwdlp .right {
30031
- flex-grow: 0;
30032
- flex-shrink: 0;
30033
- flex-basis: 21%;
30034
- }
30035
- .w1vvwdlp .left {
30036
- display: flex;
30037
- justify-content: flex-end;
30038
- padding-right: 44px;
30039
- }
30040
- .w1vvwdlp .right {
30041
- padding-left: 44px;
30042
- }
30043
- .w1vvwdlp .middle {
30044
- margin-bottom: 40px;
30045
- flex-grow: 0;
30046
- flex-shrink: 0;
30047
- flex-basis: 58%;
30048
- }
30049
- .w1vvwdlp .middle .form-base-field {
30050
- width: 100%;
30051
- }
30052
- .w1vvwdlp .middle .form-base-field .form-base-field {
30053
- width: auto;
30054
- }
30055
-
30056
- .h1cuopx7 .ant-modal-header {
30057
- margin: 0 auto;
30058
- width: 100%;
30059
- max-width: 648px;
30060
- }
30061
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30062
- margin-left: 0;
30063
- }
30064
- .h1cuopx7 .ant-modal-body {
30065
- margin: 0 auto;
30066
- padding: 0;
30067
- width: 100%;
30068
- max-width: 648px;
30069
- overflow: hidden;
30070
- }
30071
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30072
- margin-bottom: 40px;
30073
- }
30074
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30075
- height: calc(100vh - 225px);
30076
- overflow-y: auto;
30077
- }
30078
- .h1cuopx7 .ant-modal-footer .footer-content {
30079
- margin: 0 auto;
30080
- max-width: 648px;
29928
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
29929
+ height: calc(100vh - 225px);
29930
+ overflow-y: auto;
29931
+ }
29932
+ .h1cuopx7 .ant-modal-footer .footer-content {
29933
+ margin: 0 auto;
29934
+ max-width: 648px;
30081
29935
  }
30082
29936
 
30083
29937
  .h1p6d3y3 .ant-modal-header {
@@ -30620,598 +30474,265 @@ input.rrg1fkn.ant-input {
30620
30474
  border-bottom-left-radius: 0;
30621
30475
  }
30622
30476
 
30623
- .s34f1qb.ant-switch {
30624
- min-width: 40px;
30625
- height: 24px;
30626
- background: rgba(172, 186, 211, 0.6);
30627
- overflow: hidden;
30477
+ .rxbeqvl.ant-radio-wrapper {
30478
+ display: inline-flex;
30479
+ align-items: baseline;
30480
+ white-space: pre-wrap;
30628
30481
  }
30629
- .s34f1qb.ant-switch:focus {
30630
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30482
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30483
+ position: relative;
30484
+ top: 3px;
30631
30485
  }
30632
- .s34f1qb.ant-switch-small {
30633
- min-width: 26px;
30634
- height: 16px;
30486
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30487
+ border-color: rgba(107, 128, 167, 0.6);
30635
30488
  }
30636
- .s34f1qb.ant-switch-large {
30637
- min-width: 52px;
30638
- height: 32px;
30489
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30490
+ border-color: #0080ff;
30639
30491
  }
30640
- .s34f1qb.ant-switch .ant-switch-handle {
30641
- height: 20px;
30642
- width: 20px;
30492
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30493
+ border-color: #0080ff;
30494
+ background: #0080ff;
30643
30495
  }
30644
- .s34f1qb.ant-switch .ant-switch-handle::before {
30645
- border-radius: 10px;
30646
- transition-delay: 120ms;
30496
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30497
+ top: 4px;
30498
+ left: 4px;
30499
+ width: 6px;
30500
+ height: 6px;
30501
+ background: #fff;
30647
30502
  }
30648
- .s34f1qb.ant-switch-small .ant-switch-handle {
30649
- height: 14px;
30650
- width: 14px;
30651
- top: 1px;
30652
- left: 1px;
30503
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30504
+ opacity: 0.5;
30653
30505
  }
30654
- .s34f1qb.ant-switch-large .ant-switch-handle {
30655
- height: 28px;
30656
- width: 28px;
30506
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30507
+ border-color: rgba(107, 128, 167, 0.6);
30508
+ background: rgba(211, 218, 235, 0.6);
30657
30509
  }
30658
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30659
- border-radius: 14px;
30510
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30511
+ background: #00122e;
30660
30512
  }
30661
- .s34f1qb.ant-switch-checked {
30662
- background-color: #00ba5d;
30513
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30514
+ color: #00122e;
30515
+ opacity: 0.5;
30663
30516
  }
30664
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30665
- left: calc(100% - 20px - 2px);
30517
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30518
+ color: #00122e;
30666
30519
  }
30667
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30668
- left: calc(100% - 14px - 1px);
30520
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30521
+ display: inline-block;
30522
+ padding: 0;
30523
+ padding-left: 12px;
30669
30524
  }
30670
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30671
- left: calc(100% - 28px - 2px);
30525
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30526
+ margin-bottom: 0;
30527
+ white-space: pre-wrap;
30528
+ color: rgba(44, 56, 82, 0.6);
30672
30529
  }
30673
-
30674
- .c1to9vb9 {
30675
- margin-left: 5px;
30530
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30531
+ padding-left: 8px;
30676
30532
  }
30677
30533
 
30678
- .i1e4sgug {
30679
- display: inline-block;
30534
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30535
+ border-radius: 5px 0 0 5px;
30680
30536
  }
30681
-
30682
- .d6j0lbj {
30683
- font-family: Inter;
30684
- font-style: normal;
30685
- font-weight: bold;
30686
- font-size: 32px;
30687
- line-height: 40px;
30537
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30538
+ border-radius: 0 5px 5px 0;
30688
30539
  }
30689
30540
 
30690
- .d1xhvvxe {
30691
- font-family: Inter;
30692
- font-style: normal;
30693
- font-weight: bold;
30694
- font-size: 24px;
30541
+ .r1f0aqcc {
30542
+ color: #00122e;
30543
+ border-color: #ccd4e3;
30544
+ }
30545
+ .r1f0aqcc:first-child {
30546
+ border-color: #a3b4cc;
30547
+ }
30548
+ .r1f0aqcc.ant-radio-button-wrapper {
30549
+ padding: 0 12px;
30695
30550
  line-height: 32px;
30551
+ height: 32px;
30696
30552
  }
30697
-
30698
- .dk10mxq {
30699
- font-family: Inter;
30700
- font-style: normal;
30701
- font-weight: normal;
30702
- font-size: 32px;
30703
- line-height: 40px;
30553
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30554
+ white-space: nowrap;
30704
30555
  }
30705
-
30706
- .dxsait {
30707
- font-family: Inter;
30708
- font-style: normal;
30709
- font-weight: bold;
30710
- font-size: 20px;
30711
- line-height: 24px;
30556
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30557
+ height: 22px;
30558
+ padding: 0 7px;
30559
+ line-height: 20px;
30712
30560
  }
30713
-
30714
- .dokn0h3 {
30715
- font-family: Inter;
30716
- font-style: normal;
30717
- font-weight: normal;
30718
- font-size: 20px;
30719
- line-height: 24px;
30561
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30562
+ background: #ccd4e3;
30720
30563
  }
30721
-
30722
- .dobau4p {
30723
- font-family: Inter;
30724
- font-style: normal;
30725
- font-weight: bold;
30726
- font-size: 18px;
30727
- line-height: 22px;
30564
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30565
+ background: #0080ff;
30728
30566
  }
30729
-
30730
- .dvolwok {
30731
- font-family: Inter;
30732
- font-style: normal;
30733
- font-weight: normal;
30734
- font-size: 18px;
30735
- line-height: 22px;
30567
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30568
+ background: #ccd4e3;
30569
+ opacity: 0.5;
30736
30570
  }
30737
-
30738
- .h181qhg4 {
30739
- font-family: Inter;
30740
- font-style: normal;
30741
- font-weight: bold;
30742
- font-size: 16px;
30743
- line-height: 22px;
30571
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30572
+ border-right-color: #0080ff;
30744
30573
  }
30745
-
30746
- .h1phgmcq {
30747
- font-family: Inter;
30748
- font-style: normal;
30749
- font-weight: normal;
30750
- font-size: 16px;
30751
- line-height: 22px;
30574
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30575
+ border-color: #0080ff;
30752
30576
  }
30753
-
30754
- .h173xnl1 {
30755
- font-family: Inter;
30756
- font-style: normal;
30757
- font-weight: bold;
30758
- font-size: 14px;
30759
- line-height: 20px;
30577
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30578
+ background: rgba(0, 136, 255, 0.1);
30760
30579
  }
30761
-
30762
- .hedm4pz {
30763
- font-family: Inter;
30764
- font-style: normal;
30765
- font-weight: normal;
30766
- font-size: 14px;
30767
- line-height: 20px;
30580
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30581
+ background: rgba(211, 218, 235, 0.6);
30582
+ border-color: #ccd4e3;
30583
+ opacity: 0.5;
30768
30584
  }
30769
-
30770
- .h1kd8xld {
30771
- font-family: Inter;
30772
- font-style: normal;
30773
- font-weight: bold;
30774
- font-size: 12px;
30775
- line-height: 18px;
30585
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30586
+ color: #00122e;
30587
+ border-color: #ccd4e3;
30776
30588
  }
30777
-
30778
- .hp14fr {
30779
- font-family: Inter;
30780
- font-style: normal;
30781
- font-weight: normal;
30782
- font-size: 12px;
30783
- line-height: 18px;
30589
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30590
+ color: #00122e;
30591
+ border-color: #ccd4e3;
30592
+ background: rgba(172, 186, 211, 0.6);
30784
30593
  }
30785
-
30786
- .hgrg7mn {
30787
- font-family: Inter;
30788
- font-style: normal;
30789
- font-weight: bold;
30790
- text-transform: uppercase;
30791
- font-feature-settings: "cpsp" on;
30792
- font-size: 12px;
30793
- line-height: 18px;
30594
+ .r1f0aqcc .ant-radio-button-input {
30595
+ margin-right: 8px;
30596
+ display: inline;
30597
+ border: none;
30598
+ padding: 0;
30599
+ width: 36px;
30600
+ background: transparent;
30794
30601
  }
30795
-
30796
- .h6zme9x {
30797
- font-family: Inter;
30798
- font-style: normal;
30799
- font-weight: normal;
30800
- text-transform: uppercase;
30801
- font-feature-settings: "cpsp" on;
30802
- font-size: 12px;
30803
- line-height: 18px;
30602
+ .r1f0aqcc .ant-radio-button-input:focus {
30603
+ box-shadow: none;
30804
30604
  }
30805
-
30806
- .locjvsv {
30807
- font-family: Inter;
30808
- font-style: normal;
30809
- font-weight: normal;
30810
- font-size: 16px;
30811
- line-height: 24px;
30605
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30606
+ margin-right: 0;
30607
+ width: initial;
30608
+ box-shadow: none;
30812
30609
  }
30813
-
30814
- .l13gi131 {
30815
- font-family: Inter;
30816
- font-style: normal;
30817
- font-weight: bold;
30818
- font-size: 16px;
30819
- line-height: 24px;
30610
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30611
+ display: none;
30820
30612
  }
30821
-
30822
- .l1ynemsu {
30823
- font-family: Inter;
30824
- font-style: normal;
30825
- font-weight: normal;
30826
- font-size: 16px;
30827
- line-height: 24px;
30613
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30614
+ display: inline;
30828
30615
  }
30829
-
30830
- .l1cft1cx {
30831
- font-family: Inter;
30832
- font-style: normal;
30833
- font-weight: bold;
30834
- font-size: 16px;
30835
- line-height: 24px;
30616
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30617
+ display: inline;
30618
+ margin-right: 8px;
30619
+ padding: 0;
30620
+ width: 36px;
30836
30621
  }
30837
30622
 
30838
- .l17tqc8p {
30839
- font-family: Inter;
30840
- font-style: normal;
30841
- font-weight: normal;
30842
- text-transform: uppercase;
30843
- font-feature-settings: "cpsp" on;
30844
- font-size: 16px;
30845
- line-height: 24px;
30623
+ .s34f1qb.ant-switch {
30624
+ min-width: 40px;
30625
+ height: 24px;
30626
+ background: rgba(172, 186, 211, 0.6);
30627
+ overflow: hidden;
30846
30628
  }
30847
-
30848
- .l1j1e5w7 {
30849
- font-family: Inter;
30850
- font-style: normal;
30851
- font-weight: bold;
30852
- text-transform: uppercase;
30853
- font-feature-settings: "cpsp" on;
30854
- font-size: 16px;
30855
- line-height: 24px;
30629
+ .s34f1qb.ant-switch:focus {
30630
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30856
30631
  }
30857
-
30858
- .l1gf91jb {
30859
- font-family: Inter;
30860
- font-style: normal;
30861
- font-weight: normal;
30862
- font-size: 14px;
30863
- line-height: 22px;
30632
+ .s34f1qb.ant-switch-small {
30633
+ min-width: 26px;
30634
+ height: 16px;
30864
30635
  }
30865
-
30866
- .lu7hlr6 {
30867
- font-family: Inter;
30868
- font-style: normal;
30869
- font-weight: 500;
30870
- font-size: 14px;
30871
- line-height: 22px;
30636
+ .s34f1qb.ant-switch-large {
30637
+ min-width: 52px;
30638
+ height: 32px;
30872
30639
  }
30873
-
30874
- .l3l3jf0 {
30875
- font-family: Inter;
30876
- font-style: normal;
30877
- font-weight: bold;
30878
- font-size: 14px;
30879
- line-height: 22px;
30640
+ .s34f1qb.ant-switch .ant-switch-handle {
30641
+ height: 20px;
30642
+ width: 20px;
30880
30643
  }
30881
-
30882
- .l12j5nqp {
30883
- font-family: Inter;
30884
- font-style: normal;
30885
- font-weight: normal;
30886
- font-size: 14px;
30887
- line-height: 22px;
30888
- }
30889
-
30890
- .l1tecqht {
30891
- font-family: Inter;
30892
- font-style: normal;
30893
- font-weight: bold;
30894
- font-size: 14px;
30895
- line-height: 22px;
30644
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30645
+ border-radius: 10px;
30646
+ transition-delay: 120ms;
30896
30647
  }
30897
-
30898
- .l6sa990 {
30899
- font-family: Inter;
30900
- font-style: normal;
30901
- font-weight: normal;
30902
- text-transform: uppercase;
30903
- font-feature-settings: "cpsp" on;
30904
- font-size: 14px;
30905
- line-height: 22px;
30648
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30649
+ height: 14px;
30650
+ width: 14px;
30651
+ top: 1px;
30652
+ left: 1px;
30906
30653
  }
30907
-
30908
- .lckqe8j {
30909
- font-family: Inter;
30910
- font-style: normal;
30911
- font-weight: bold;
30912
- text-transform: uppercase;
30913
- font-feature-settings: "cpsp" on;
30914
- font-size: 14px;
30915
- line-height: 22px;
30654
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30655
+ height: 28px;
30656
+ width: 28px;
30916
30657
  }
30917
-
30918
- .l1kuminb {
30919
- font-family: Inter;
30920
- font-style: normal;
30921
- font-weight: normal;
30922
- font-size: 13px;
30923
- line-height: 20px;
30658
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30659
+ border-radius: 14px;
30924
30660
  }
30925
-
30926
- .l1pbuf5j {
30927
- font-family: Inter;
30928
- font-style: normal;
30929
- font-weight: 600;
30930
- font-size: 13px;
30931
- line-height: 20px;
30661
+ .s34f1qb.ant-switch-checked {
30662
+ background-color: #00ba5d;
30932
30663
  }
30933
-
30934
- .l1r4ztu {
30935
- font-family: Inter;
30936
- font-style: normal;
30937
- font-weight: bold;
30938
- font-size: 13px;
30939
- line-height: 20px;
30664
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30665
+ left: calc(100% - 20px - 2px);
30940
30666
  }
30941
-
30942
- .ly8vzok {
30943
- font-family: Inter;
30944
- font-style: normal;
30945
- font-weight: normal;
30946
- font-size: 13px;
30947
- line-height: 20px;
30667
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30668
+ left: calc(100% - 14px - 1px);
30948
30669
  }
30949
-
30950
- .lumfmf {
30951
- font-family: Inter;
30952
- font-style: normal;
30953
- font-weight: 600;
30954
- font-size: 13px;
30955
- line-height: 20px;
30670
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30671
+ left: calc(100% - 28px - 2px);
30956
30672
  }
30957
30673
 
30958
- .l16ujwmv {
30959
- font-family: Inter;
30960
- font-style: normal;
30961
- font-weight: bold;
30962
- font-size: 13px;
30963
- line-height: 20px;
30674
+ .c1to9vb9 {
30675
+ margin-left: 5px;
30964
30676
  }
30965
30677
 
30966
- .l17o1ffr {
30967
- font-family: Inter;
30968
- font-style: normal;
30969
- font-weight: normal;
30970
- text-transform: uppercase;
30971
- font-feature-settings: "cpsp" on;
30972
- font-size: 13px;
30973
- line-height: 20px;
30678
+ .t1upn1sz {
30679
+ height: 100%;
30974
30680
  }
30975
30681
 
30976
- .lngllvn {
30977
- font-family: Inter;
30978
- font-style: normal;
30979
- font-weight: bold;
30980
- text-transform: uppercase;
30981
- font-feature-settings: "cpsp" on;
30982
- font-size: 13px;
30983
- line-height: 20px;
30682
+ .tta5kd2 {
30683
+ height: 100%;
30984
30684
  }
30985
-
30986
- .l2i7fo9 {
30987
- font-family: Inter;
30988
- font-style: normal;
30989
- font-weight: normal;
30990
- font-size: 12px;
30991
- line-height: 18px;
30685
+ .tta5kd2.empty-table .ant-table-content {
30686
+ overflow: visible !important;
30687
+ height: 100%;
30992
30688
  }
30993
-
30994
- .l1x7hscx {
30995
- font-family: Inter;
30996
- font-style: normal;
30997
- font-weight: 500;
30998
- font-size: 12px;
30999
- line-height: 18px;
30689
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30690
+ height: 100%;
31000
30691
  }
31001
-
31002
- .le1jwan {
31003
- font-family: Inter;
31004
- font-style: normal;
31005
- font-weight: bold;
31006
- font-size: 12px;
31007
- line-height: 18px;
30692
+ .tta5kd2.empty-table .ant-table-content table {
30693
+ width: 100% !important;
30694
+ height: 100%;
31008
30695
  }
31009
-
31010
- .lyxynfj {
31011
- font-family: Inter;
31012
- font-style: normal;
31013
- font-weight: normal;
31014
- font-size: 12px;
31015
- line-height: 18px;
30696
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30697
+ padding: 15px 0;
31016
30698
  }
31017
-
31018
- .lpb2nxv {
31019
- font-family: Inter;
31020
- font-style: normal;
31021
- font-weight: 500;
31022
- font-size: 12px;
31023
- line-height: 18px;
30699
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30700
+ display: none;
31024
30701
  }
31025
-
31026
- .l1r8o3vv {
31027
- font-family: Inter;
31028
- font-style: normal;
31029
- font-weight: bold;
31030
- font-size: 12px;
31031
- line-height: 18px;
30702
+ .tta5kd2 .active-row td:nth-child(1) {
30703
+ font-weight: 700;
31032
30704
  }
31033
-
31034
- .lemnjy2 {
31035
- font-family: Inter;
31036
- font-style: normal;
31037
- font-weight: normal;
31038
- text-transform: uppercase;
31039
- font-feature-settings: "cpsp" on;
31040
- font-size: 12px;
31041
- line-height: 18px;
30705
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30706
+ font-weight: 700;
31042
30707
  }
31043
-
31044
- .lrc42gb {
31045
- font-family: Inter;
31046
- font-style: normal;
31047
- font-weight: bold;
31048
- text-transform: uppercase;
31049
- font-feature-settings: "cpsp" on;
31050
- font-size: 12px;
31051
- line-height: 18px;
30708
+ .tta5kd2 .ant-spin-nested-loading {
30709
+ height: 100%;
31052
30710
  }
31053
-
31054
- .fqaz4mb {
31055
- font-family: Inter;
31056
- font-style: normal;
31057
- font-weight: normal;
31058
- font-size: 13px;
31059
- line-height: 20px;
30711
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30712
+ height: 100%;
30713
+ overflow: visible;
31060
30714
  }
31061
-
31062
- .f13we5o {
31063
- font-family: Inter;
31064
- font-style: normal;
31065
- font-weight: normal;
31066
- font-size: 13px;
31067
- line-height: 20px;
30715
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30716
+ max-height: none;
31068
30717
  }
31069
-
31070
- .ffmjua2 {
31071
- font-family: Inter;
31072
- font-style: normal;
31073
- font-weight: normal;
31074
- font-size: 12px;
31075
- line-height: 18px;
30718
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30719
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30720
+ display: none;
31076
30721
  }
31077
-
31078
- .fz2mxw0 {
31079
- font-family: Inter;
31080
- font-style: normal;
31081
- font-weight: normal;
31082
- font-size: 12px;
31083
- line-height: 18px;
30722
+ .tta5kd2 td.ant-table-column-sort {
30723
+ background: transparent;
31084
30724
  }
31085
-
31086
- .t1ertzoh {
31087
- font-family: Inter;
31088
- font-style: normal;
31089
- font-weight: normal;
31090
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31091
- font-size: 13px;
31092
- line-height: 20px;
30725
+ .tta5kd2 td.ant-table-cell-fix-left,
30726
+ .tta5kd2 td.ant-table-cell-fix-right {
30727
+ background: #fff;
30728
+ padding: 0 !important;
31093
30729
  }
31094
-
31095
- .t19bge8r {
31096
- font-family: Inter;
31097
- font-style: normal;
31098
- font-weight: normal;
31099
- font-feature-settings: "zero" on;
31100
- font-size: 13px;
31101
- line-height: 20px;
31102
- }
31103
-
31104
- .tjrzfyl {
31105
- font-family: Inter;
31106
- font-style: normal;
31107
- font-weight: normal;
31108
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31109
- font-size: 12px;
31110
- line-height: 18px;
31111
- }
31112
-
31113
- .tm6s7bo {
31114
- font-family: Inter;
31115
- font-style: normal;
31116
- font-weight: 500;
31117
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31118
- font-size: 12px;
31119
- line-height: 18px;
31120
- }
31121
-
31122
- .t19zq6ic {
31123
- font-family: Inter;
31124
- font-style: normal;
31125
- font-weight: normal;
31126
- font-feature-settings: "zero" on;
31127
- font-size: 12px;
31128
- line-height: 18px;
31129
- }
31130
-
31131
- .t1gduru8 {
31132
- font-family: Inter;
31133
- font-style: normal;
31134
- font-weight: 500;
31135
- font-feature-settings: "zero" on;
31136
- font-size: 12px;
31137
- line-height: 18px;
31138
- }
31139
-
31140
- .t55raab {
31141
- font-family: Inter;
31142
- font-style: normal;
31143
- font-weight: bold;
31144
- font-feature-settings: "zero" on;
31145
- font-size: 16px;
31146
- line-height: 24px;
31147
- }
31148
-
31149
- .u1w9abfe {
31150
- font-family: Inter;
31151
- font-style: normal;
31152
- font-weight: normal;
31153
- font-size: 10px;
31154
- line-height: 12px;
31155
- }
31156
-
31157
- .t1upn1sz {
31158
- height: 100%;
31159
- }
31160
-
31161
- .tta5kd2 {
31162
- height: 100%;
31163
- }
31164
- .tta5kd2.empty-table .ant-table-content {
31165
- overflow: visible !important;
31166
- height: 100%;
31167
- }
31168
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31169
- height: 100%;
31170
- }
31171
- .tta5kd2.empty-table .ant-table-content table {
31172
- width: 100% !important;
31173
- height: 100%;
31174
- }
31175
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31176
- padding: 15px 0;
31177
- }
31178
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31179
- display: none;
31180
- }
31181
- .tta5kd2 .active-row td:nth-child(1) {
31182
- font-weight: 700;
31183
- }
31184
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31185
- font-weight: 700;
31186
- }
31187
- .tta5kd2 .ant-spin-nested-loading {
31188
- height: 100%;
31189
- }
31190
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31191
- height: 100%;
31192
- overflow: visible;
31193
- }
31194
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31195
- max-height: none;
31196
- }
31197
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31198
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31199
- display: none;
31200
- }
31201
- .tta5kd2 td.ant-table-column-sort {
31202
- background: transparent;
31203
- }
31204
- .tta5kd2 td.ant-table-cell-fix-left,
31205
- .tta5kd2 td.ant-table-cell-fix-right {
31206
- background: #fff;
31207
- padding: 0 !important;
31208
- }
31209
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31210
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31211
- display: flex;
31212
- align-items: center;
31213
- height: 100%;
31214
- padding: 8px;
30730
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30731
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30732
+ display: flex;
30733
+ align-items: center;
30734
+ height: 100%;
30735
+ padding: 8px;
31215
30736
  }
31216
30737
  .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31217
30738
  .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
@@ -31473,49 +30994,528 @@ input.rrg1fkn.ant-input {
31473
30994
  top: 50%;
31474
30995
  transform: translate(-50%, -50%);
31475
30996
  }
31476
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31477
- display: none;
30997
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
30998
+ display: none;
30999
+ }
31000
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31001
+ background: #fff;
31002
+ }
31003
+ .tta5kd2 .ant-table .ant-table-placeholder {
31004
+ background: inherit;
31005
+ }
31006
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31007
+ position: static;
31008
+ border: none;
31009
+ background: inherit !important;
31010
+ height: 100px;
31011
+ vertical-align: middle;
31012
+ }
31013
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31014
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31015
+ font-weight: bold;
31016
+ font-size: 20px;
31017
+ color: rgba(10, 37, 85, 0.6);
31018
+ }
31019
+ .tta5kd2 .ant-table td.cell__action_ {
31020
+ padding: 0 !important;
31021
+ position: relative;
31022
+ background: #fff;
31023
+ }
31024
+ .tta5kd2 .ant-table td.cell__action_ > * {
31025
+ height: 100%;
31026
+ display: flex;
31027
+ align-items: center;
31028
+ justify-content: flex-end;
31029
+ padding-right: 8px;
31030
+ }
31031
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31032
+ width: 24px;
31033
+ height: 24px;
31034
+ cursor: pointer;
31035
+ justify-content: center;
31036
+ border-radius: 4px;
31037
+ }
31038
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31039
+ background: #fff;
31040
+ }
31041
+
31042
+ .i1e4sgug {
31043
+ display: inline-block;
31044
+ }
31045
+
31046
+ .d6j0lbj {
31047
+ font-family: Inter;
31048
+ font-style: normal;
31049
+ font-weight: bold;
31050
+ font-size: 32px;
31051
+ line-height: 40px;
31052
+ }
31053
+
31054
+ .d1xhvvxe {
31055
+ font-family: Inter;
31056
+ font-style: normal;
31057
+ font-weight: bold;
31058
+ font-size: 24px;
31059
+ line-height: 32px;
31060
+ }
31061
+
31062
+ .dk10mxq {
31063
+ font-family: Inter;
31064
+ font-style: normal;
31065
+ font-weight: normal;
31066
+ font-size: 32px;
31067
+ line-height: 40px;
31068
+ }
31069
+
31070
+ .dxsait {
31071
+ font-family: Inter;
31072
+ font-style: normal;
31073
+ font-weight: bold;
31074
+ font-size: 20px;
31075
+ line-height: 24px;
31076
+ }
31077
+
31078
+ .dokn0h3 {
31079
+ font-family: Inter;
31080
+ font-style: normal;
31081
+ font-weight: normal;
31082
+ font-size: 20px;
31083
+ line-height: 24px;
31084
+ }
31085
+
31086
+ .dobau4p {
31087
+ font-family: Inter;
31088
+ font-style: normal;
31089
+ font-weight: bold;
31090
+ font-size: 18px;
31091
+ line-height: 22px;
31092
+ }
31093
+
31094
+ .dvolwok {
31095
+ font-family: Inter;
31096
+ font-style: normal;
31097
+ font-weight: normal;
31098
+ font-size: 18px;
31099
+ line-height: 22px;
31100
+ }
31101
+
31102
+ .h181qhg4 {
31103
+ font-family: Inter;
31104
+ font-style: normal;
31105
+ font-weight: bold;
31106
+ font-size: 16px;
31107
+ line-height: 22px;
31108
+ }
31109
+
31110
+ .h1phgmcq {
31111
+ font-family: Inter;
31112
+ font-style: normal;
31113
+ font-weight: normal;
31114
+ font-size: 16px;
31115
+ line-height: 22px;
31116
+ }
31117
+
31118
+ .h173xnl1 {
31119
+ font-family: Inter;
31120
+ font-style: normal;
31121
+ font-weight: bold;
31122
+ font-size: 14px;
31123
+ line-height: 20px;
31124
+ }
31125
+
31126
+ .hedm4pz {
31127
+ font-family: Inter;
31128
+ font-style: normal;
31129
+ font-weight: normal;
31130
+ font-size: 14px;
31131
+ line-height: 20px;
31132
+ }
31133
+
31134
+ .h1kd8xld {
31135
+ font-family: Inter;
31136
+ font-style: normal;
31137
+ font-weight: bold;
31138
+ font-size: 12px;
31139
+ line-height: 18px;
31140
+ }
31141
+
31142
+ .hp14fr {
31143
+ font-family: Inter;
31144
+ font-style: normal;
31145
+ font-weight: normal;
31146
+ font-size: 12px;
31147
+ line-height: 18px;
31148
+ }
31149
+
31150
+ .hgrg7mn {
31151
+ font-family: Inter;
31152
+ font-style: normal;
31153
+ font-weight: bold;
31154
+ text-transform: uppercase;
31155
+ font-feature-settings: "cpsp" on;
31156
+ font-size: 12px;
31157
+ line-height: 18px;
31158
+ }
31159
+
31160
+ .h6zme9x {
31161
+ font-family: Inter;
31162
+ font-style: normal;
31163
+ font-weight: normal;
31164
+ text-transform: uppercase;
31165
+ font-feature-settings: "cpsp" on;
31166
+ font-size: 12px;
31167
+ line-height: 18px;
31168
+ }
31169
+
31170
+ .locjvsv {
31171
+ font-family: Inter;
31172
+ font-style: normal;
31173
+ font-weight: normal;
31174
+ font-size: 16px;
31175
+ line-height: 24px;
31176
+ }
31177
+
31178
+ .l13gi131 {
31179
+ font-family: Inter;
31180
+ font-style: normal;
31181
+ font-weight: bold;
31182
+ font-size: 16px;
31183
+ line-height: 24px;
31184
+ }
31185
+
31186
+ .l1ynemsu {
31187
+ font-family: Inter;
31188
+ font-style: normal;
31189
+ font-weight: normal;
31190
+ font-size: 16px;
31191
+ line-height: 24px;
31192
+ }
31193
+
31194
+ .l1cft1cx {
31195
+ font-family: Inter;
31196
+ font-style: normal;
31197
+ font-weight: bold;
31198
+ font-size: 16px;
31199
+ line-height: 24px;
31200
+ }
31201
+
31202
+ .l17tqc8p {
31203
+ font-family: Inter;
31204
+ font-style: normal;
31205
+ font-weight: normal;
31206
+ text-transform: uppercase;
31207
+ font-feature-settings: "cpsp" on;
31208
+ font-size: 16px;
31209
+ line-height: 24px;
31210
+ }
31211
+
31212
+ .l1j1e5w7 {
31213
+ font-family: Inter;
31214
+ font-style: normal;
31215
+ font-weight: bold;
31216
+ text-transform: uppercase;
31217
+ font-feature-settings: "cpsp" on;
31218
+ font-size: 16px;
31219
+ line-height: 24px;
31220
+ }
31221
+
31222
+ .l1gf91jb {
31223
+ font-family: Inter;
31224
+ font-style: normal;
31225
+ font-weight: normal;
31226
+ font-size: 14px;
31227
+ line-height: 22px;
31228
+ }
31229
+
31230
+ .lu7hlr6 {
31231
+ font-family: Inter;
31232
+ font-style: normal;
31233
+ font-weight: 500;
31234
+ font-size: 14px;
31235
+ line-height: 22px;
31236
+ }
31237
+
31238
+ .l3l3jf0 {
31239
+ font-family: Inter;
31240
+ font-style: normal;
31241
+ font-weight: bold;
31242
+ font-size: 14px;
31243
+ line-height: 22px;
31244
+ }
31245
+
31246
+ .l12j5nqp {
31247
+ font-family: Inter;
31248
+ font-style: normal;
31249
+ font-weight: normal;
31250
+ font-size: 14px;
31251
+ line-height: 22px;
31252
+ }
31253
+
31254
+ .l1tecqht {
31255
+ font-family: Inter;
31256
+ font-style: normal;
31257
+ font-weight: bold;
31258
+ font-size: 14px;
31259
+ line-height: 22px;
31260
+ }
31261
+
31262
+ .l6sa990 {
31263
+ font-family: Inter;
31264
+ font-style: normal;
31265
+ font-weight: normal;
31266
+ text-transform: uppercase;
31267
+ font-feature-settings: "cpsp" on;
31268
+ font-size: 14px;
31269
+ line-height: 22px;
31270
+ }
31271
+
31272
+ .lckqe8j {
31273
+ font-family: Inter;
31274
+ font-style: normal;
31275
+ font-weight: bold;
31276
+ text-transform: uppercase;
31277
+ font-feature-settings: "cpsp" on;
31278
+ font-size: 14px;
31279
+ line-height: 22px;
31280
+ }
31281
+
31282
+ .l1kuminb {
31283
+ font-family: Inter;
31284
+ font-style: normal;
31285
+ font-weight: normal;
31286
+ font-size: 13px;
31287
+ line-height: 20px;
31288
+ }
31289
+
31290
+ .l1pbuf5j {
31291
+ font-family: Inter;
31292
+ font-style: normal;
31293
+ font-weight: 600;
31294
+ font-size: 13px;
31295
+ line-height: 20px;
31296
+ }
31297
+
31298
+ .l1r4ztu {
31299
+ font-family: Inter;
31300
+ font-style: normal;
31301
+ font-weight: bold;
31302
+ font-size: 13px;
31303
+ line-height: 20px;
31304
+ }
31305
+
31306
+ .ly8vzok {
31307
+ font-family: Inter;
31308
+ font-style: normal;
31309
+ font-weight: normal;
31310
+ font-size: 13px;
31311
+ line-height: 20px;
31312
+ }
31313
+
31314
+ .lumfmf {
31315
+ font-family: Inter;
31316
+ font-style: normal;
31317
+ font-weight: 600;
31318
+ font-size: 13px;
31319
+ line-height: 20px;
31320
+ }
31321
+
31322
+ .l16ujwmv {
31323
+ font-family: Inter;
31324
+ font-style: normal;
31325
+ font-weight: bold;
31326
+ font-size: 13px;
31327
+ line-height: 20px;
31328
+ }
31329
+
31330
+ .l17o1ffr {
31331
+ font-family: Inter;
31332
+ font-style: normal;
31333
+ font-weight: normal;
31334
+ text-transform: uppercase;
31335
+ font-feature-settings: "cpsp" on;
31336
+ font-size: 13px;
31337
+ line-height: 20px;
31338
+ }
31339
+
31340
+ .lngllvn {
31341
+ font-family: Inter;
31342
+ font-style: normal;
31343
+ font-weight: bold;
31344
+ text-transform: uppercase;
31345
+ font-feature-settings: "cpsp" on;
31346
+ font-size: 13px;
31347
+ line-height: 20px;
31348
+ }
31349
+
31350
+ .l2i7fo9 {
31351
+ font-family: Inter;
31352
+ font-style: normal;
31353
+ font-weight: normal;
31354
+ font-size: 12px;
31355
+ line-height: 18px;
31356
+ }
31357
+
31358
+ .l1x7hscx {
31359
+ font-family: Inter;
31360
+ font-style: normal;
31361
+ font-weight: 500;
31362
+ font-size: 12px;
31363
+ line-height: 18px;
31364
+ }
31365
+
31366
+ .le1jwan {
31367
+ font-family: Inter;
31368
+ font-style: normal;
31369
+ font-weight: bold;
31370
+ font-size: 12px;
31371
+ line-height: 18px;
31372
+ }
31373
+
31374
+ .lyxynfj {
31375
+ font-family: Inter;
31376
+ font-style: normal;
31377
+ font-weight: normal;
31378
+ font-size: 12px;
31379
+ line-height: 18px;
31380
+ }
31381
+
31382
+ .lpb2nxv {
31383
+ font-family: Inter;
31384
+ font-style: normal;
31385
+ font-weight: 500;
31386
+ font-size: 12px;
31387
+ line-height: 18px;
31388
+ }
31389
+
31390
+ .l1r8o3vv {
31391
+ font-family: Inter;
31392
+ font-style: normal;
31393
+ font-weight: bold;
31394
+ font-size: 12px;
31395
+ line-height: 18px;
31396
+ }
31397
+
31398
+ .lemnjy2 {
31399
+ font-family: Inter;
31400
+ font-style: normal;
31401
+ font-weight: normal;
31402
+ text-transform: uppercase;
31403
+ font-feature-settings: "cpsp" on;
31404
+ font-size: 12px;
31405
+ line-height: 18px;
31406
+ }
31407
+
31408
+ .lrc42gb {
31409
+ font-family: Inter;
31410
+ font-style: normal;
31411
+ font-weight: bold;
31412
+ text-transform: uppercase;
31413
+ font-feature-settings: "cpsp" on;
31414
+ font-size: 12px;
31415
+ line-height: 18px;
31416
+ }
31417
+
31418
+ .fqaz4mb {
31419
+ font-family: Inter;
31420
+ font-style: normal;
31421
+ font-weight: normal;
31422
+ font-size: 13px;
31423
+ line-height: 20px;
31424
+ }
31425
+
31426
+ .f13we5o {
31427
+ font-family: Inter;
31428
+ font-style: normal;
31429
+ font-weight: normal;
31430
+ font-size: 13px;
31431
+ line-height: 20px;
31432
+ }
31433
+
31434
+ .ffmjua2 {
31435
+ font-family: Inter;
31436
+ font-style: normal;
31437
+ font-weight: normal;
31438
+ font-size: 12px;
31439
+ line-height: 18px;
31440
+ }
31441
+
31442
+ .fz2mxw0 {
31443
+ font-family: Inter;
31444
+ font-style: normal;
31445
+ font-weight: normal;
31446
+ font-size: 12px;
31447
+ line-height: 18px;
31478
31448
  }
31479
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31480
- background: #fff;
31449
+
31450
+ .t1ertzoh {
31451
+ font-family: Inter;
31452
+ font-style: normal;
31453
+ font-weight: normal;
31454
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31455
+ font-size: 13px;
31456
+ line-height: 20px;
31481
31457
  }
31482
- .tta5kd2 .ant-table .ant-table-placeholder {
31483
- background: inherit;
31458
+
31459
+ .t19bge8r {
31460
+ font-family: Inter;
31461
+ font-style: normal;
31462
+ font-weight: normal;
31463
+ font-feature-settings: "zero" on;
31464
+ font-size: 13px;
31465
+ line-height: 20px;
31484
31466
  }
31485
- .tta5kd2 .ant-table .ant-table-placeholder td {
31486
- position: static;
31487
- border: none;
31488
- background: inherit !important;
31489
- height: 100px;
31490
- vertical-align: middle;
31467
+
31468
+ .tjrzfyl {
31469
+ font-family: Inter;
31470
+ font-style: normal;
31471
+ font-weight: normal;
31472
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31473
+ font-size: 12px;
31474
+ line-height: 18px;
31491
31475
  }
31492
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31493
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31494
- font-weight: bold;
31495
- font-size: 20px;
31496
- color: rgba(10, 37, 85, 0.6);
31476
+
31477
+ .tm6s7bo {
31478
+ font-family: Inter;
31479
+ font-style: normal;
31480
+ font-weight: 500;
31481
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31482
+ font-size: 12px;
31483
+ line-height: 18px;
31497
31484
  }
31498
- .tta5kd2 .ant-table td.cell__action_ {
31499
- padding: 0 !important;
31500
- position: relative;
31501
- background: #fff;
31485
+
31486
+ .t19zq6ic {
31487
+ font-family: Inter;
31488
+ font-style: normal;
31489
+ font-weight: normal;
31490
+ font-feature-settings: "zero" on;
31491
+ font-size: 12px;
31492
+ line-height: 18px;
31502
31493
  }
31503
- .tta5kd2 .ant-table td.cell__action_ > * {
31504
- height: 100%;
31505
- display: flex;
31506
- align-items: center;
31507
- justify-content: flex-end;
31508
- padding-right: 8px;
31494
+
31495
+ .t1gduru8 {
31496
+ font-family: Inter;
31497
+ font-style: normal;
31498
+ font-weight: 500;
31499
+ font-feature-settings: "zero" on;
31500
+ font-size: 12px;
31501
+ line-height: 18px;
31509
31502
  }
31510
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31511
- width: 24px;
31512
- height: 24px;
31513
- cursor: pointer;
31514
- justify-content: center;
31515
- border-radius: 4px;
31503
+
31504
+ .t55raab {
31505
+ font-family: Inter;
31506
+ font-style: normal;
31507
+ font-weight: bold;
31508
+ font-feature-settings: "zero" on;
31509
+ font-size: 16px;
31510
+ line-height: 24px;
31516
31511
  }
31517
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31518
- background: #fff;
31512
+
31513
+ .u1w9abfe {
31514
+ font-family: Inter;
31515
+ font-style: normal;
31516
+ font-weight: normal;
31517
+ font-size: 10px;
31518
+ line-height: 12px;
31519
31519
  }
31520
31520
 
31521
31521
  .s1fc623g {
@@ -31599,6 +31599,42 @@ input.rrg1fkn.ant-input {
31599
31599
  opacity: 0;
31600
31600
  }
31601
31601
 
31602
+ .c18gxmrl {
31603
+ border: 1px solid #d8deeb;
31604
+ border-radius: 4px;
31605
+ }
31606
+ .c18gxmrl + .c18gxmrl {
31607
+ margin-top: 8px;
31608
+ }
31609
+ .c18gxmrl:hover {
31610
+ border-color: #0080ff;
31611
+ }
31612
+ .c18gxmrl:hover > header {
31613
+ background: rgba(0, 128, 255, 0.1);
31614
+ }
31615
+ .c18gxmrl.active header {
31616
+ border-bottom: 1px solid #d8deeb;
31617
+ }
31618
+ .c18gxmrl > header {
31619
+ padding: 8px 12px;
31620
+ }
31621
+
31622
+ .berrcjl {
31623
+ color: rgba(10, 37, 85, 0.6);
31624
+ margin-bottom: 4px;
31625
+ }
31626
+ .berrcjl .breadcrumb-link {
31627
+ color: rgba(10, 37, 85, 0.6);
31628
+ cursor: pointer;
31629
+ transition: color 160ms ease;
31630
+ }
31631
+ .berrcjl .breadcrumb-link:hover {
31632
+ color: #0080ff;
31633
+ }
31634
+ .berrcjl .breadcrumb-link:active {
31635
+ color: #005ed1;
31636
+ }
31637
+
31602
31638
  .c1uzzomf {
31603
31639
  margin-bottom: 16px;
31604
31640
  }
@@ -31621,47 +31657,192 @@ input.rrg1fkn.ant-input {
31621
31657
  text-align: center;
31622
31658
  }
31623
31659
 
31624
- .c18gxmrl {
31625
- border: 1px solid #d8deeb;
31626
- border-radius: 4px;
31660
+ .c1bus5hc {
31661
+ --color: white;
31662
+ height: 14px;
31663
+ width: 14px;
31664
+ border-radius: 50%;
31665
+ flex-shrink: 0;
31666
+ display: flex;
31667
+ align-items: center;
31668
+ justify-content: center;
31669
+ border: 1px solid var(--color);
31627
31670
  }
31628
- .c18gxmrl + .c18gxmrl {
31629
- margin-top: 8px;
31671
+ .c1bus5hc .circle-inner {
31672
+ position: relative;
31673
+ height: 10px;
31674
+ width: 10px;
31675
+ border-radius: 50%;
31676
+ overflow: hidden;
31630
31677
  }
31631
- .c18gxmrl:hover {
31678
+ .c1bus5hc .circle-content {
31679
+ position: absolute;
31680
+ height: 100%;
31681
+ width: 100%;
31682
+ left: 0;
31683
+ top: 0;
31684
+ border-radius: 50%;
31685
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31686
+ transform: rotate(180deg);
31687
+ }
31688
+ .c1bus5hc .circle-child {
31689
+ position: absolute;
31690
+ height: 100%;
31691
+ width: 100%;
31692
+ left: 0;
31693
+ top: 0;
31694
+ margin-left: 50%;
31695
+ transform-origin: left;
31696
+ background: white;
31697
+ transform: rotate(0deg);
31698
+ }
31699
+
31700
+ .c1up1pdz {
31701
+ width: 648px;
31702
+ }
31703
+ .c1up1pdz.active {
31632
31704
  border-color: #0080ff;
31633
31705
  }
31634
- .c18gxmrl:hover > header {
31706
+ .c1up1pdz.active > header {
31635
31707
  background: rgba(0, 128, 255, 0.1);
31636
31708
  }
31637
- .c18gxmrl.active header {
31638
- border-bottom: 1px solid #d8deeb;
31709
+ .c1up1pdz .expand {
31710
+ padding: 12px;
31639
31711
  }
31640
- .c18gxmrl > header {
31641
- padding: 8px 12px;
31712
+ .c1up1pdz .field-item {
31713
+ display: flex;
31714
+ padding: 10px 0;
31715
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31716
+ }
31717
+ .c1up1pdz .field-item:last-child {
31718
+ border-bottom: none;
31719
+ padding-bottom: 0;
31720
+ }
31721
+ .c1up1pdz .field-item label {
31722
+ line-height: 32px;
31723
+ width: 100px;
31724
+ color: rgba(62, 70, 82, 0.6);
31725
+ }
31726
+ .c1up1pdz .help {
31727
+ color: rgba(62, 70, 82, 0.6);
31728
+ margin-top: 5px;
31729
+ }
31730
+ .c1up1pdz .ant-input-affix-wrapper,
31731
+ .c1up1pdz .ant-picker {
31732
+ width: 128px;
31642
31733
  }
31643
31734
 
31644
- .berrcjl {
31645
- color: rgba(10, 37, 85, 0.6);
31646
- margin-bottom: 4px;
31735
+ .c156wh19 {
31736
+ display: flex;
31737
+ align-items: center;
31738
+ justify-content: space-between;
31739
+ word-break: keep-all;
31740
+ }
31741
+ .c156wh19 .title {
31742
+ margin: 0 16px 0 8px;
31743
+ }
31744
+ .c156wh19 .retain {
31745
+ color: rgba(129, 138, 153, 0.6);
31746
+ }
31747
+ .c156wh19 .left {
31748
+ flex: 1;
31749
+ display: flex;
31750
+ overflow: hidden;
31751
+ align-items: center;
31752
+ justify-content: flex-start;
31753
+ white-space: nowrap;
31754
+ }
31755
+ .c156wh19 .left .title {
31756
+ max-width: 100%;
31757
+ overflow: hidden;
31758
+ text-overflow: ellipsis;
31759
+ }
31760
+ .c156wh19 .right {
31761
+ display: flex;
31762
+ align-items: center;
31763
+ }
31764
+ .c156wh19 .reverse {
31765
+ display: flex;
31766
+ flex-direction: row-reverse;
31767
+ align-items: center;
31768
+ }
31769
+ .c156wh19 .reverse .ant-switch {
31770
+ margin-left: 8px;
31771
+ }
31772
+ .c156wh19 .close {
31773
+ padding-left: 14px;
31774
+ margin-left: 14px;
31775
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31776
+ cursor: pointer;
31777
+ }
31778
+
31779
+ .m126spxy {
31780
+ padding-bottom: 4px;
31781
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31782
+ }
31783
+ .m126spxy .ant-btn-link {
31784
+ padding: 1px 10px;
31785
+ color: rgba(62, 70, 82, 0.6);
31786
+ border-radius: 4px;
31787
+ }
31788
+ .m126spxy .ant-btn-link.active {
31789
+ background: rgba(0, 128, 255, 0.1);
31790
+ color: #0096ff;
31791
+ }
31792
+
31793
+ .wpbf4pq {
31794
+ padding: 10px 0;
31795
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31796
+ }
31797
+ .wpbf4pq .ant-input,
31798
+ .wpbf4pq .ant-picker {
31799
+ width: 80px;
31800
+ margin: 0 9px;
31801
+ text-align: center;
31802
+ }
31803
+ .wpbf4pq .options {
31804
+ padding: 12px 0 12px 16px;
31805
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31806
+ margin: 5px 0 5px 8px;
31807
+ }
31808
+ .wpbf4pq .week-day-option,
31809
+ .wpbf4pq .month-day-option {
31810
+ background: #f5f7fa;
31811
+ box-sizing: border-box;
31812
+ border-radius: 16px;
31813
+ margin-right: 8px;
31814
+ }
31815
+ .wpbf4pq .week-day-option:focus,
31816
+ .wpbf4pq .month-day-option:focus {
31817
+ color: inherit;
31818
+ border-color: #d9d9d9;
31647
31819
  }
31648
- .berrcjl .breadcrumb-link {
31649
- color: rgba(10, 37, 85, 0.6);
31650
- cursor: pointer;
31651
- transition: color 160ms ease;
31820
+ .wpbf4pq .week-day-option.active {
31821
+ background-color: #0096ff;
31822
+ border-color: #0096ff;
31823
+ color: #fff;
31652
31824
  }
31653
- .berrcjl .breadcrumb-link:hover {
31654
- color: #0080ff;
31825
+ .wpbf4pq .week-day-option.en-text {
31826
+ width: 110px;
31827
+ margin-top: 4px;
31655
31828
  }
31656
- .berrcjl .breadcrumb-link:active {
31657
- color: #005ed1;
31829
+ .wpbf4pq .month-day-option {
31830
+ width: 32px;
31831
+ padding: 0;
31832
+ margin-bottom: 8px;
31833
+ }
31834
+ .wpbf4pq .month-day-option.active {
31835
+ background-color: #0096ff;
31836
+ border-color: #0096ff;
31837
+ color: #fff;
31658
31838
  }
31659
31839
 
31660
- .tje3huy {
31661
- width: 100%;
31662
- overflow: inherit;
31663
- white-space: inherit;
31664
- text-overflow: ellipsis;
31840
+ .s1iv0tp1 .enabled-switch {
31841
+ display: flex;
31842
+ align-items: center;
31843
+ }
31844
+ .s1iv0tp1 .enabled-text {
31845
+ margin-right: 8px;
31665
31846
  }
31666
31847
 
31667
31848
  .m15dvk92 {
@@ -31677,6 +31858,13 @@ input.rrg1fkn.ant-input {
31677
31858
  width: 100%;
31678
31859
  }
31679
31860
 
31861
+ .tje3huy {
31862
+ width: 100%;
31863
+ overflow: inherit;
31864
+ white-space: inherit;
31865
+ text-overflow: ellipsis;
31866
+ }
31867
+
31680
31868
  .c198s9j3 {
31681
31869
  color: #2d3a56;
31682
31870
  line-height: 22px;
@@ -31777,16 +31965,8 @@ input.rrg1fkn.ant-input {
31777
31965
  cursor: default;
31778
31966
  }
31779
31967
 
31780
- .n3qomhu {
31781
- font-size: 90%;
31782
- font-weight: bold;
31783
- background-color: rgba(240, 243, 247, 0.6);
31784
- padding: 1px 4px 1px;
31785
- margin-left: 2px;
31786
- margin-right: 2px;
31787
- border: 1px solid rgba(213, 219, 227, 0.6);
31788
- border-radius: 4px;
31789
- word-break: break-all;
31968
+ .t3qomhu {
31969
+ margin: 0 2px;
31790
31970
  }
31791
31971
 
31792
31972
  .o8ocss1 {
@@ -31802,6 +31982,16 @@ input.rrg1fkn.ant-input {
31802
31982
  display: flex;
31803
31983
  }
31804
31984
 
31985
+ .igz4le8 {
31986
+ height: 24px;
31987
+ width: 56px !important;
31988
+ margin-right: 4px;
31989
+ }
31990
+
31991
+ .c1riexje {
31992
+ color: rgba(44, 56, 82, 0.6);
31993
+ }
31994
+
31805
31995
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
31806
31996
  border-radius: 6px;
31807
31997
  }
@@ -31859,16 +32049,6 @@ input.rrg1fkn.ant-input {
31859
32049
  transform: rotate(180deg);
31860
32050
  }
31861
32051
 
31862
- .igz4le8 {
31863
- height: 24px;
31864
- width: 56px !important;
31865
- margin-right: 4px;
31866
- }
31867
-
31868
- .c1riexje {
31869
- color: rgba(44, 56, 82, 0.6);
31870
- }
31871
-
31872
32052
  .s14dk8r1 {
31873
32053
  margin: 0;
31874
32054
  border-radius: 20px;
@@ -32029,6 +32209,148 @@ input.rrg1fkn.ant-input {
32029
32209
  background-color: #7E41FF;
32030
32210
  }
32031
32211
 
32212
+ .clm1wy1 {
32213
+ width: 192px;
32214
+ height: 246px;
32215
+ border-radius: 4px;
32216
+ }
32217
+ .clm1wy1 > .ant-picker-calendar,
32218
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32219
+ width: 100%;
32220
+ background-color: rgba(245, 247, 250, 0.6);
32221
+ border-top: none;
32222
+ }
32223
+ .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32224
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32225
+ padding: 0 16px;
32226
+ }
32227
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32228
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32229
+ width: 100%;
32230
+ height: 180px;
32231
+ border-spacing: 0;
32232
+ }
32233
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32234
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32235
+ margin-bottom: 8px;
32236
+ }
32237
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32238
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32239
+ width: 22px;
32240
+ }
32241
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32242
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32243
+ padding: 0;
32244
+ }
32245
+ .clm1wy1 .ant-picker-cell {
32246
+ color: rgba(62, 70, 82, 0.6);
32247
+ opacity: 0.4;
32248
+ }
32249
+ .clm1wy1 .ant-picker-cell-in-view {
32250
+ color: rgba(62, 70, 82, 0.6);
32251
+ opacity: 1;
32252
+ }
32253
+ .clm1wy1 .ant-picker-cell-in-view > .active {
32254
+ color: #3e4652;
32255
+ }
32256
+ .clm1wy1 .ant-picker-cell::before {
32257
+ pointer-events: none;
32258
+ }
32259
+
32260
+ .t1tsm00v {
32261
+ color: rgba(129, 138, 153, 0.6);
32262
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32263
+ backdrop-filter: blur(10px);
32264
+ padding: 7px 10px;
32265
+ }
32266
+
32267
+ .c167wnad {
32268
+ color: rgba(62, 70, 82, 0.6);
32269
+ display: flex;
32270
+ justify-content: space-between;
32271
+ align-items: center;
32272
+ padding: 8px 16px;
32273
+ }
32274
+ .c167wnad .anticon {
32275
+ cursor: pointer;
32276
+ }
32277
+ .c167wnad .anticon:hover {
32278
+ color: #0096ff;
32279
+ }
32280
+
32281
+ .cxhf7dh {
32282
+ text-align: center;
32283
+ }
32284
+ .cxhf7dh .dots {
32285
+ display: flex;
32286
+ justify-content: center;
32287
+ }
32288
+ .cxhf7dh .dot {
32289
+ display: inline-block;
32290
+ width: 2px;
32291
+ height: 2px;
32292
+ border-radius: 1px;
32293
+ background: #0096ff;
32294
+ }
32295
+ .cxhf7dh .dot:not(:last-child) {
32296
+ margin-right: 2px;
32297
+ }
32298
+ .cxhf7dh .bar {
32299
+ width: 9px;
32300
+ height: 2px;
32301
+ background: #0096ff;
32302
+ border-radius: 2px;
32303
+ }
32304
+
32305
+ .l4bld33 {
32306
+ width: 64px;
32307
+ height: 64px;
32308
+ display: flex;
32309
+ align-items: center;
32310
+ justify-content: center;
32311
+ position: relative;
32312
+ opacity: 0.2;
32313
+ }
32314
+
32315
+ .lgitjoj {
32316
+ position: absolute;
32317
+ width: 5px;
32318
+ height: 48px;
32319
+ left: 9.33px;
32320
+ top: 40.5px;
32321
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32322
+ border-radius: 5px;
32323
+ transform: rotate(-128deg);
32324
+ transform-origin: top left;
32325
+ animation: loading-indicator1 1100ms ease-out infinite;
32326
+ }
32327
+
32328
+ .l13g0exg {
32329
+ position: absolute;
32330
+ width: 5px;
32331
+ height: 48px;
32332
+ left: 40.8px;
32333
+ top: 8.4px;
32334
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32335
+ border-radius: 5px;
32336
+ transform: rotate(-8deg);
32337
+ transform-origin: top left;
32338
+ animation: loading-indicator2 1100ms ease-out infinite;
32339
+ }
32340
+
32341
+ .l1exo3h6 {
32342
+ position: absolute;
32343
+ width: 5px;
32344
+ height: 48px;
32345
+ left: 52.9px;
32346
+ top: 51.8px;
32347
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32348
+ border-radius: 5px;
32349
+ transform: rotate(112deg);
32350
+ transform-origin: top left;
32351
+ animation: loading-indicator3 1100ms ease-out infinite;
32352
+ }
32353
+
32032
32354
  .m1thnes4 {
32033
32355
  color: rgba(44, 56, 82, 0.6);
32034
32356
  text-align: center;
@@ -32190,55 +32512,6 @@ input.rrg1fkn.ant-input {
32190
32512
  margin-left: 8px;
32191
32513
  }
32192
32514
 
32193
- .l4bld33 {
32194
- width: 64px;
32195
- height: 64px;
32196
- display: flex;
32197
- align-items: center;
32198
- justify-content: center;
32199
- position: relative;
32200
- opacity: 0.2;
32201
- }
32202
-
32203
- .lgitjoj {
32204
- position: absolute;
32205
- width: 5px;
32206
- height: 48px;
32207
- left: 9.33px;
32208
- top: 40.5px;
32209
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32210
- border-radius: 5px;
32211
- transform: rotate(-128deg);
32212
- transform-origin: top left;
32213
- animation: loading-indicator1 1100ms ease-out infinite;
32214
- }
32215
-
32216
- .l13g0exg {
32217
- position: absolute;
32218
- width: 5px;
32219
- height: 48px;
32220
- left: 40.8px;
32221
- top: 8.4px;
32222
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32223
- border-radius: 5px;
32224
- transform: rotate(-8deg);
32225
- transform-origin: top left;
32226
- animation: loading-indicator2 1100ms ease-out infinite;
32227
- }
32228
-
32229
- .l1exo3h6 {
32230
- position: absolute;
32231
- width: 5px;
32232
- height: 48px;
32233
- left: 52.9px;
32234
- top: 51.8px;
32235
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32236
- border-radius: 5px;
32237
- transform: rotate(112deg);
32238
- transform-origin: top left;
32239
- animation: loading-indicator3 1100ms ease-out infinite;
32240
- }
32241
-
32242
32515
  .sq6vos1 {
32243
32516
  --item-min-width: 60px;
32244
32517
  }
@@ -32805,20 +33078,6 @@ input.rrg1fkn.ant-input {
32805
33078
  font-size: inherit;
32806
33079
  }
32807
33080
 
32808
- .w1xcixj5.outside-tag {
32809
- padding-left: 0;
32810
- }
32811
- .w1xcixj5.outside-tag .inside-tag {
32812
- border-radius: 4px 0 0 4px;
32813
- padding-right: 4px;
32814
- margin-right: 4px;
32815
- }
32816
-
32817
- .iwsze0q {
32818
- margin-right: 4px;
32819
- height: 16px;
32820
- }
32821
-
32822
33081
  .sut42l0 {
32823
33082
  padding: 0 8px;
32824
33083
  height: 18px;
@@ -32838,6 +33097,27 @@ input.rrg1fkn.ant-input {
32838
33097
  height: 16px;
32839
33098
  }
32840
33099
 
33100
+ .n1r5ku5l.ant-tag.ant-tag-gray {
33101
+ font-weight: 700;
33102
+ color: #00122e;
33103
+ background-color: rgba(237, 241, 250, 0.6);
33104
+ border: 1px solid rgba(211, 218, 235, 0.6);
33105
+ }
33106
+
33107
+ .iwsze0q {
33108
+ margin-right: 4px;
33109
+ height: 16px;
33110
+ }
33111
+
33112
+ .w1xcixj5.outside-tag {
33113
+ padding-left: 0;
33114
+ }
33115
+ .w1xcixj5.outside-tag .inside-tag {
33116
+ border-radius: 4px 0 0 4px;
33117
+ padding-right: 4px;
33118
+ margin-right: 4px;
33119
+ }
33120
+
32841
33121
  .a6dbbkm .ant-input-number-handler-wrap {
32842
33122
  display: var(--a6dbbkm-0);
32843
33123
  }