@cloudtower/eagle 0.27.2 → 0.27.3-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29808,34 +29808,6 @@ html body {
29808
29808
  padding: 0;
29809
29809
  }
29810
29810
 
29811
- .iap75of {
29812
- height: 18px;
29813
- line-height: 18px;
29814
- padding: 0 4px;
29815
- border-radius: 4px;
29816
- background: rgba(235, 239, 245, 0.6);
29817
- border: 1px solid rgba(223, 228, 235, 0.6);
29818
- display: flex;
29819
- align-items: center;
29820
- white-space: nowrap;
29821
- margin-right: 4px;
29822
- }
29823
-
29824
- .fde5mpd {
29825
- width: 100%;
29826
- height: 100%;
29827
- min-height: 124px;
29828
- display: flex;
29829
- flex-direction: column;
29830
- justify-content: center;
29831
- align-items: center;
29832
- }
29833
- .fde5mpd .error-text {
29834
- color: rgba(10, 37, 85, 0.6);
29835
- margin-bottom: 16px;
29836
- font-size: 18px;
29837
- }
29838
-
29839
29811
  .bpq0js6 {
29840
29812
  padding: 4px 11px;
29841
29813
  }
@@ -29865,6 +29837,21 @@ html body {
29865
29837
  border-radius: unset;
29866
29838
  }
29867
29839
 
29840
+ .fde5mpd {
29841
+ width: 100%;
29842
+ height: 100%;
29843
+ min-height: 124px;
29844
+ display: flex;
29845
+ flex-direction: column;
29846
+ justify-content: center;
29847
+ align-items: center;
29848
+ }
29849
+ .fde5mpd .error-text {
29850
+ color: rgba(10, 37, 85, 0.6);
29851
+ margin-bottom: 16px;
29852
+ font-size: 18px;
29853
+ }
29854
+
29868
29855
  .i1mrf09m {
29869
29856
  display: inline-flex;
29870
29857
  align-items: center;
@@ -29883,6 +29870,19 @@ html body {
29883
29870
  animation: rotate 680ms linear infinite;
29884
29871
  }
29885
29872
 
29873
+ .iap75of {
29874
+ height: 18px;
29875
+ line-height: 18px;
29876
+ padding: 0 4px;
29877
+ border-radius: 4px;
29878
+ background: rgba(235, 239, 245, 0.6);
29879
+ border: 1px solid rgba(223, 228, 235, 0.6);
29880
+ display: flex;
29881
+ align-items: center;
29882
+ white-space: nowrap;
29883
+ margin-right: 4px;
29884
+ }
29885
+
29886
29886
  .obf05yr {
29887
29887
  display: inline-block;
29888
29888
  }
@@ -29892,142 +29892,345 @@ html body {
29892
29892
  position: absolute;
29893
29893
  }
29894
29894
 
29895
- .cz04yix {
29895
+ .p12gwtiw {
29896
29896
  display: flex;
29897
- flex-direction: column;
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;
29898
29903
  }
29899
-
29900
- .m1if5j39 {
29901
- max-width: 1120px;
29902
- width: 100%;
29903
- margin: 0 auto;
29904
- height: 100%;
29904
+ .p12gwtiw .pagination-left {
29905
+ padding: 2px 8px;
29905
29906
  }
29906
-
29907
- .w1vvwdlp {
29908
- max-width: 1120px;
29909
- width: 100%;
29910
- margin: 0 auto;
29907
+ .p12gwtiw .dropdown-trigger {
29911
29908
  display: flex;
29909
+ align-items: center;
29910
+ border-radius: 6px;
29911
+ cursor: pointer;
29912
+ transition: all 0.3s ease;
29912
29913
  }
29913
- .w1vvwdlp .left,
29914
- .w1vvwdlp .right {
29915
- flex-grow: 0;
29916
- flex-shrink: 0;
29917
- flex-basis: 21%;
29914
+ .p12gwtiw .dropdown-trigger:hover {
29915
+ background: rgba(211, 218, 235, 0.6);
29916
+ color: #0080ff;
29918
29917
  }
29919
- .w1vvwdlp .left {
29918
+ .p12gwtiw .dropdown-trigger .icon-inner {
29919
+ margin-left: 4px;
29920
+ }
29921
+ .p12gwtiw .pagination-right {
29920
29922
  display: flex;
29921
- justify-content: flex-end;
29922
- padding-right: 44px;
29923
+ align-items: center;
29924
+ color: #0080ff;
29925
+ font-weight: bold;
29923
29926
  }
29924
- .w1vvwdlp .right {
29925
- padding-left: 44px;
29927
+ .p12gwtiw .pagination-right .icon-inner {
29928
+ margin-left: 4px;
29926
29929
  }
29927
- .w1vvwdlp .middle {
29928
- margin-bottom: 40px;
29929
- flex-grow: 0;
29930
- flex-shrink: 0;
29931
- flex-basis: 58%;
29930
+ .p12gwtiw .pagination-right .prev-btn,
29931
+ .p12gwtiw .pagination-right .next-btn {
29932
+ padding: 0 8px;
29932
29933
  }
29933
- .w1vvwdlp .middle .form-base-field {
29934
- width: 100%;
29934
+ .p12gwtiw .pagination-right .prev-btn > span,
29935
+ .p12gwtiw .pagination-right .next-btn > span {
29936
+ color: #0080ff;
29935
29937
  }
29936
- .w1vvwdlp .middle .form-base-field .form-base-field {
29937
- width: auto;
29938
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
29939
+ transform: rotate(180deg);
29938
29940
  }
29939
29941
 
29940
- .h1cuopx7 .ant-modal-header {
29941
- margin: 0 auto;
29942
- width: 100%;
29943
- max-width: 648px;
29942
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29943
+ max-height: calc(100vh - 128px);
29944
+ overflow-y: auto;
29944
29945
  }
29945
- .h1cuopx7 .ant-modal-header .ant-modal-title {
29946
- margin-left: 0;
29946
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29947
+ padding: 4px 20px;
29948
+ font-size: 12px;
29949
+ line-height: 18px;
29947
29950
  }
29948
- .h1cuopx7 .ant-modal-body {
29949
- margin: 0 auto;
29950
- padding: 0;
29951
- width: 100%;
29952
- max-width: 648px;
29953
- overflow: hidden;
29951
+
29952
+ .rxbeqvl.ant-radio-wrapper {
29953
+ display: inline-flex;
29954
+ align-items: baseline;
29955
+ white-space: pre-wrap;
29954
29956
  }
29955
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
29956
- margin-bottom: 40px;
29957
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
29958
+ position: relative;
29959
+ top: 3px;
29957
29960
  }
29958
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
29959
- height: calc(100vh - 225px);
29960
- overflow-y: auto;
29961
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29962
+ border-color: rgba(107, 128, 167, 0.6);
29961
29963
  }
29962
- .h1cuopx7 .ant-modal-footer .footer-content {
29963
- margin: 0 auto;
29964
- max-width: 648px;
29964
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29965
+ border-color: #0080ff;
29965
29966
  }
29966
-
29967
- .h1p6d3y3 .ant-modal-header {
29968
- margin: 0 auto;
29969
- width: 100%;
29970
- max-width: 1024px;
29967
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29968
+ border-color: #0080ff;
29969
+ background: #0080ff;
29971
29970
  }
29972
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
29973
- margin-left: 0;
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;
29974
29977
  }
29975
- .h1p6d3y3 .ant-modal-body {
29976
- margin: 0 auto;
29977
- padding: 0;
29978
- width: 100%;
29979
- max-width: 1024px;
29980
- overflow: hidden;
29978
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29979
+ opacity: 0.5;
29981
29980
  }
29982
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
29983
- margin-bottom: 40px;
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
29984
  }
29985
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
29986
- height: calc(100vh - 225px);
29987
- overflow-y: auto;
29985
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29986
+ background: #00122e;
29988
29987
  }
29989
- .h1p6d3y3 .ant-modal-footer .footer-content {
29990
- margin: 0 auto;
29991
- max-width: 1024px;
29988
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29989
+ color: #00122e;
29990
+ opacity: 0.5;
29992
29991
  }
29993
-
29994
- .fxgckuk {
29995
- flex: 1;
29992
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29993
+ color: #00122e;
29996
29994
  }
29997
- .fxgckuk label {
29998
- font-size: 13px;
29999
- line-height: 20px;
30000
- color: rgba(44, 56, 82, 0.6);
29995
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29996
+ display: inline-block;
29997
+ padding: 0;
29998
+ padding-left: 12px;
30001
29999
  }
30002
- .fxgckuk .title {
30003
- font-size: 14px;
30004
- line-height: 20px;
30005
- color: #2d3a56;
30006
- margin-bottom: 12px;
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);
30007
30004
  }
30008
- .fxgckuk.connect-cluster .title {
30009
- padding-bottom: 26px;
30005
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30006
+ padding-left: 8px;
30010
30007
  }
30011
30008
 
30012
- .f1d0vek1 {
30013
- padding: 25px 0 15px 0;
30014
- border-bottom: 1px solid #e1e5eb;
30015
- margin-bottom: 16px;
30009
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30010
+ border-radius: 5px 0 0 5px;
30016
30011
  }
30017
-
30018
- .f4u402y {
30019
- display: flex;
30020
- align-items: center;
30021
- margin-bottom: 8px;
30012
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30013
+ border-radius: 0 5px 5px 0;
30022
30014
  }
30023
- .f4u402y > label {
30024
- width: 216px;
30015
+
30016
+ .r1f0aqcc {
30017
+ color: #00122e;
30018
+ border-color: #ccd4e3;
30025
30019
  }
30026
- .f4u402y > label + * {
30027
- width: 100%;
30020
+ .r1f0aqcc:first-child {
30021
+ border-color: #a3b4cc;
30028
30022
  }
30029
- .f4u402y .ant-select {
30030
- width: 100%;
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
+ .cz04yix {
30099
+ display: flex;
30100
+ flex-direction: column;
30101
+ }
30102
+
30103
+ .m1if5j39 {
30104
+ max-width: 1120px;
30105
+ width: 100%;
30106
+ margin: 0 auto;
30107
+ height: 100%;
30108
+ }
30109
+
30110
+ .w1vvwdlp {
30111
+ max-width: 1120px;
30112
+ width: 100%;
30113
+ margin: 0 auto;
30114
+ display: flex;
30115
+ }
30116
+ .w1vvwdlp .left,
30117
+ .w1vvwdlp .right {
30118
+ flex-grow: 0;
30119
+ flex-shrink: 0;
30120
+ flex-basis: 21%;
30121
+ }
30122
+ .w1vvwdlp .left {
30123
+ display: flex;
30124
+ justify-content: flex-end;
30125
+ padding-right: 44px;
30126
+ }
30127
+ .w1vvwdlp .right {
30128
+ padding-left: 44px;
30129
+ }
30130
+ .w1vvwdlp .middle {
30131
+ margin-bottom: 40px;
30132
+ flex-grow: 0;
30133
+ flex-shrink: 0;
30134
+ flex-basis: 58%;
30135
+ }
30136
+ .w1vvwdlp .middle .form-base-field {
30137
+ width: 100%;
30138
+ }
30139
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30140
+ width: auto;
30141
+ }
30142
+
30143
+ .h1cuopx7 .ant-modal-header {
30144
+ margin: 0 auto;
30145
+ width: 100%;
30146
+ max-width: 648px;
30147
+ }
30148
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30149
+ margin-left: 0;
30150
+ }
30151
+ .h1cuopx7 .ant-modal-body {
30152
+ margin: 0 auto;
30153
+ padding: 0;
30154
+ width: 100%;
30155
+ max-width: 648px;
30156
+ overflow: hidden;
30157
+ }
30158
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30159
+ margin-bottom: 40px;
30160
+ }
30161
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30162
+ height: calc(100vh - 225px);
30163
+ overflow-y: auto;
30164
+ }
30165
+ .h1cuopx7 .ant-modal-footer .footer-content {
30166
+ margin: 0 auto;
30167
+ max-width: 648px;
30168
+ }
30169
+
30170
+ .h1p6d3y3 .ant-modal-header {
30171
+ margin: 0 auto;
30172
+ width: 100%;
30173
+ max-width: 1024px;
30174
+ }
30175
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30176
+ margin-left: 0;
30177
+ }
30178
+ .h1p6d3y3 .ant-modal-body {
30179
+ margin: 0 auto;
30180
+ padding: 0;
30181
+ width: 100%;
30182
+ max-width: 1024px;
30183
+ overflow: hidden;
30184
+ }
30185
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30186
+ margin-bottom: 40px;
30187
+ }
30188
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30189
+ height: calc(100vh - 225px);
30190
+ overflow-y: auto;
30191
+ }
30192
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30193
+ margin: 0 auto;
30194
+ max-width: 1024px;
30195
+ }
30196
+
30197
+ .fxgckuk {
30198
+ flex: 1;
30199
+ }
30200
+ .fxgckuk label {
30201
+ font-size: 13px;
30202
+ line-height: 20px;
30203
+ color: rgba(44, 56, 82, 0.6);
30204
+ }
30205
+ .fxgckuk .title {
30206
+ font-size: 14px;
30207
+ line-height: 20px;
30208
+ color: #2d3a56;
30209
+ margin-bottom: 12px;
30210
+ }
30211
+ .fxgckuk.connect-cluster .title {
30212
+ padding-bottom: 26px;
30213
+ }
30214
+
30215
+ .f1d0vek1 {
30216
+ padding: 25px 0 15px 0;
30217
+ border-bottom: 1px solid #e1e5eb;
30218
+ margin-bottom: 16px;
30219
+ }
30220
+
30221
+ .f4u402y {
30222
+ display: flex;
30223
+ align-items: center;
30224
+ margin-bottom: 8px;
30225
+ }
30226
+ .f4u402y > label {
30227
+ width: 216px;
30228
+ }
30229
+ .f4u402y > label + * {
30230
+ width: 100%;
30231
+ }
30232
+ .f4u402y .ant-select {
30233
+ width: 100%;
30031
30234
  }
30032
30235
 
30033
30236
  .e1pldf6v {
@@ -30504,209 +30707,6 @@ input.rrg1fkn.ant-input {
30504
30707
  border-bottom-left-radius: 0;
30505
30708
  }
30506
30709
 
30507
- .rxbeqvl.ant-radio-wrapper {
30508
- display: inline-flex;
30509
- align-items: baseline;
30510
- white-space: pre-wrap;
30511
- }
30512
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30513
- position: relative;
30514
- top: 3px;
30515
- }
30516
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30517
- border-color: rgba(107, 128, 167, 0.6);
30518
- }
30519
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30520
- border-color: #0080ff;
30521
- }
30522
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30523
- border-color: #0080ff;
30524
- background: #0080ff;
30525
- }
30526
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30527
- top: 4px;
30528
- left: 4px;
30529
- width: 6px;
30530
- height: 6px;
30531
- background: #fff;
30532
- }
30533
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30534
- opacity: 0.5;
30535
- }
30536
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30537
- border-color: rgba(107, 128, 167, 0.6);
30538
- background: rgba(211, 218, 235, 0.6);
30539
- }
30540
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30541
- background: #00122e;
30542
- }
30543
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30544
- color: #00122e;
30545
- opacity: 0.5;
30546
- }
30547
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30548
- color: #00122e;
30549
- }
30550
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30551
- display: inline-block;
30552
- padding: 0;
30553
- padding-left: 12px;
30554
- }
30555
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30556
- margin-bottom: 0;
30557
- white-space: pre-wrap;
30558
- color: rgba(44, 56, 82, 0.6);
30559
- }
30560
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30561
- padding-left: 8px;
30562
- }
30563
-
30564
- .r5ie79y .ant-radio-button-wrapper:first-child {
30565
- border-radius: 5px 0 0 5px;
30566
- }
30567
- .r5ie79y .ant-radio-button-wrapper:last-child {
30568
- border-radius: 0 5px 5px 0;
30569
- }
30570
-
30571
- .r1f0aqcc {
30572
- color: #00122e;
30573
- border-color: #ccd4e3;
30574
- }
30575
- .r1f0aqcc:first-child {
30576
- border-color: #a3b4cc;
30577
- }
30578
- .r1f0aqcc.ant-radio-button-wrapper {
30579
- padding: 0 12px;
30580
- line-height: 32px;
30581
- height: 32px;
30582
- }
30583
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30584
- white-space: nowrap;
30585
- }
30586
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30587
- height: 22px;
30588
- padding: 0 7px;
30589
- line-height: 20px;
30590
- }
30591
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30592
- background: #ccd4e3;
30593
- }
30594
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30595
- background: #0080ff;
30596
- }
30597
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30598
- background: #ccd4e3;
30599
- opacity: 0.5;
30600
- }
30601
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30602
- border-right-color: #0080ff;
30603
- }
30604
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30605
- border-color: #0080ff;
30606
- }
30607
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30608
- background: rgba(0, 136, 255, 0.1);
30609
- }
30610
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30611
- background: rgba(211, 218, 235, 0.6);
30612
- border-color: #ccd4e3;
30613
- opacity: 0.5;
30614
- }
30615
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30616
- color: #00122e;
30617
- border-color: #ccd4e3;
30618
- }
30619
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30620
- color: #00122e;
30621
- border-color: #ccd4e3;
30622
- background: rgba(172, 186, 211, 0.6);
30623
- }
30624
- .r1f0aqcc .ant-radio-button-input {
30625
- margin-right: 8px;
30626
- display: inline;
30627
- border: none;
30628
- padding: 0;
30629
- width: 36px;
30630
- background: transparent;
30631
- }
30632
- .r1f0aqcc .ant-radio-button-input:focus {
30633
- box-shadow: none;
30634
- }
30635
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30636
- margin-right: 0;
30637
- width: initial;
30638
- box-shadow: none;
30639
- }
30640
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30641
- display: none;
30642
- }
30643
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30644
- display: inline;
30645
- }
30646
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30647
- display: inline;
30648
- margin-right: 8px;
30649
- padding: 0;
30650
- width: 36px;
30651
- }
30652
-
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;
30661
- }
30662
- .p12gwtiw .pagination-left {
30663
- padding: 2px 8px;
30664
- }
30665
- .p12gwtiw .dropdown-trigger {
30666
- display: flex;
30667
- align-items: center;
30668
- border-radius: 6px;
30669
- cursor: pointer;
30670
- transition: all 0.3s ease;
30671
- }
30672
- .p12gwtiw .dropdown-trigger:hover {
30673
- background: rgba(211, 218, 235, 0.6);
30674
- color: #0080ff;
30675
- }
30676
- .p12gwtiw .dropdown-trigger .icon-inner {
30677
- margin-left: 4px;
30678
- }
30679
- .p12gwtiw .pagination-right {
30680
- display: flex;
30681
- align-items: center;
30682
- color: #0080ff;
30683
- font-weight: bold;
30684
- }
30685
- .p12gwtiw .pagination-right .icon-inner {
30686
- margin-left: 4px;
30687
- }
30688
- .p12gwtiw .pagination-right .prev-btn,
30689
- .p12gwtiw .pagination-right .next-btn {
30690
- padding: 0 8px;
30691
- }
30692
- .p12gwtiw .pagination-right .prev-btn > span,
30693
- .p12gwtiw .pagination-right .next-btn > span {
30694
- color: #0080ff;
30695
- }
30696
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30697
- transform: rotate(180deg);
30698
- }
30699
-
30700
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30701
- max-height: calc(100vh - 128px);
30702
- overflow-y: auto;
30703
- }
30704
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30705
- padding: 4px 20px;
30706
- font-size: 12px;
30707
- line-height: 18px;
30708
- }
30709
-
30710
30710
  .s34f1qb.ant-switch {
30711
30711
  min-width: 40px;
30712
30712
  height: 24px;
@@ -30751,19 +30751,96 @@ input.rrg1fkn.ant-input {
30751
30751
  .s34f1qb.ant-switch-checked .ant-switch-handle {
30752
30752
  left: calc(100% - 20px - 2px);
30753
30753
  }
30754
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30755
- left: calc(100% - 14px - 1px);
30754
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30755
+ left: calc(100% - 14px - 1px);
30756
+ }
30757
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30758
+ left: calc(100% - 28px - 2px);
30759
+ }
30760
+
30761
+ .c1to9vb9 {
30762
+ margin-left: 5px;
30763
+ }
30764
+
30765
+ .s1fc623g {
30766
+ width: 430px !important;
30767
+ }
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;
30777
+ }
30778
+
30779
+ .onr9gzt {
30780
+ display: flex;
30781
+ flex-direction: column;
30782
+ margin: 1px 8px;
30783
+ padding: 8px;
30784
+ border-radius: 4px;
30785
+ }
30786
+ .onr9gzt .selected-icon {
30787
+ display: none;
30788
+ }
30789
+ .onr9gzt.ant-select-item-option-grouped {
30790
+ padding-left: 8px;
30791
+ }
30792
+ .onr9gzt.ant-select-item-option-selected {
30793
+ background-color: white;
30794
+ }
30795
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30796
+ color: #0080ff;
30797
+ }
30798
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30799
+ display: block;
30800
+ }
30801
+ .onr9gzt.ant-select-item-option-active {
30802
+ background: rgba(0, 136, 255, 0.16);
30803
+ }
30804
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30805
+ color: #0080ff;
30806
+ }
30807
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30808
+ background: rgba(0, 136, 255, 0.1);
30809
+ color: #0080ff;
30810
+ }
30811
+
30812
+ .oiy0apc {
30813
+ display: flex;
30814
+ justify-content: space-between;
30815
+ height: 20px;
30816
+ line-height: 20px;
30756
30817
  }
30757
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30758
- left: calc(100% - 28px - 2px);
30818
+ .oiy0apc .timezone-title {
30819
+ color: #2d3a56;
30820
+ overflow: hidden;
30821
+ text-overflow: ellipsis;
30759
30822
  }
30760
30823
 
30761
- .c1to9vb9 {
30762
- margin-left: 5px;
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;
30763
30831
  }
30764
30832
 
30765
- .i1e4sgug {
30766
- display: inline-block;
30833
+ .t19903l9 {
30834
+ border: none;
30835
+ margin-right: 0;
30836
+ background: rgba(225, 230, 241, 0.6);
30837
+ }
30838
+
30839
+ .ohwbvxu {
30840
+ pointer-events: none;
30841
+ height: 32px;
30842
+ width: 100%;
30843
+ opacity: 0;
30767
30844
  }
30768
30845
 
30769
30846
  .t1upn1sz {
@@ -31130,6 +31207,10 @@ input.rrg1fkn.ant-input {
31130
31207
  background: #fff;
31131
31208
  }
31132
31209
 
31210
+ .i1e4sgug {
31211
+ display: inline-block;
31212
+ }
31213
+
31133
31214
  .d6j0lbj {
31134
31215
  font-family: Inter;
31135
31216
  font-style: normal;
@@ -31605,100 +31686,6 @@ input.rrg1fkn.ant-input {
31605
31686
  line-height: 12px;
31606
31687
  }
31607
31688
 
31608
- .s1fc623g {
31609
- width: 430px !important;
31610
- }
31611
-
31612
- .da3mx0o .ant-select-item-group {
31613
- padding: 8px 16px;
31614
- line-height: 18px;
31615
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31616
- height: 34px;
31617
- min-height: 34px;
31618
- box-sizing: border-box;
31619
- margin-top: 8px;
31620
- }
31621
-
31622
- .onr9gzt {
31623
- display: flex;
31624
- flex-direction: column;
31625
- margin: 1px 8px;
31626
- padding: 8px;
31627
- border-radius: 4px;
31628
- }
31629
- .onr9gzt .selected-icon {
31630
- display: none;
31631
- }
31632
- .onr9gzt.ant-select-item-option-grouped {
31633
- padding-left: 8px;
31634
- }
31635
- .onr9gzt.ant-select-item-option-selected {
31636
- background-color: white;
31637
- }
31638
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31639
- color: #0080ff;
31640
- }
31641
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31642
- display: block;
31643
- }
31644
- .onr9gzt.ant-select-item-option-active {
31645
- background: rgba(0, 136, 255, 0.16);
31646
- }
31647
- .onr9gzt.ant-select-item-option-active .timezone-title {
31648
- color: #0080ff;
31649
- }
31650
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31651
- background: rgba(0, 136, 255, 0.1);
31652
- color: #0080ff;
31653
- }
31654
-
31655
- .oiy0apc {
31656
- display: flex;
31657
- justify-content: space-between;
31658
- height: 20px;
31659
- line-height: 20px;
31660
- }
31661
- .oiy0apc .timezone-title {
31662
- color: #2d3a56;
31663
- overflow: hidden;
31664
- text-overflow: ellipsis;
31665
- }
31666
-
31667
- .of4y382 {
31668
- display: flex;
31669
- justify-content: space-between;
31670
- color: rgba(44, 56, 82, 0.6);
31671
- height: 18px;
31672
- line-height: 18px;
31673
- margin-top: 2px;
31674
- }
31675
-
31676
- .t19903l9 {
31677
- border: none;
31678
- margin-right: 0;
31679
- background: rgba(225, 230, 241, 0.6);
31680
- }
31681
-
31682
- .ohwbvxu {
31683
- pointer-events: none;
31684
- height: 32px;
31685
- width: 100%;
31686
- opacity: 0;
31687
- }
31688
-
31689
- .m15dvk92 {
31690
- display: flex;
31691
- justify-content: space-between;
31692
- width: 100%;
31693
- }
31694
- .m15dvk92 .action {
31695
- margin-left: 16px;
31696
- }
31697
-
31698
- .aql8iqz .ant-alert-message {
31699
- width: 100%;
31700
- }
31701
-
31702
31689
  .c18gxmrl {
31703
31690
  border: 1px solid #d8deeb;
31704
31691
  border-radius: 4px;
@@ -31719,6 +31706,44 @@ input.rrg1fkn.ant-input {
31719
31706
  padding: 8px 12px;
31720
31707
  }
31721
31708
 
31709
+ .berrcjl {
31710
+ color: rgba(10, 37, 85, 0.6);
31711
+ margin-bottom: 4px;
31712
+ }
31713
+ .berrcjl .breadcrumb-link {
31714
+ color: rgba(10, 37, 85, 0.6);
31715
+ cursor: pointer;
31716
+ transition: color 160ms ease;
31717
+ }
31718
+ .berrcjl .breadcrumb-link:hover {
31719
+ color: #0080ff;
31720
+ }
31721
+ .berrcjl .breadcrumb-link:active {
31722
+ color: #005ed1;
31723
+ }
31724
+
31725
+ .c1uzzomf {
31726
+ margin-bottom: 16px;
31727
+ }
31728
+ .c1uzzomf .card-title {
31729
+ font-size: 16px;
31730
+ color: rgba(44, 56, 82, 0.6);
31731
+ font-weight: 700;
31732
+ line-height: 32px;
31733
+ }
31734
+ .c1uzzomf .card-body {
31735
+ padding: 24px;
31736
+ border-radius: 8px;
31737
+ background: #fff;
31738
+ }
31739
+ .c1uzzomf .empty {
31740
+ font-weight: 700;
31741
+ font-size: 14px;
31742
+ line-height: 22px;
31743
+ color: rgba(0, 21, 64, 0.3);
31744
+ text-align: center;
31745
+ }
31746
+
31722
31747
  .c1bus5hc {
31723
31748
  --color: white;
31724
31749
  height: 14px;
@@ -31759,49 +31784,39 @@ input.rrg1fkn.ant-input {
31759
31784
  transform: rotate(0deg);
31760
31785
  }
31761
31786
 
31762
- .c1uzzomf {
31763
- margin-bottom: 16px;
31764
- }
31765
- .c1uzzomf .card-title {
31766
- font-size: 16px;
31767
- color: rgba(44, 56, 82, 0.6);
31768
- font-weight: 700;
31769
- line-height: 32px;
31770
- }
31771
- .c1uzzomf .card-body {
31772
- padding: 24px;
31773
- border-radius: 8px;
31774
- background: #fff;
31787
+ .m15dvk92 {
31788
+ display: flex;
31789
+ justify-content: space-between;
31790
+ width: 100%;
31775
31791
  }
31776
- .c1uzzomf .empty {
31777
- font-weight: 700;
31778
- font-size: 14px;
31779
- line-height: 22px;
31780
- color: rgba(0, 21, 64, 0.3);
31781
- text-align: center;
31792
+ .m15dvk92 .action {
31793
+ margin-left: 16px;
31782
31794
  }
31783
31795
 
31784
- .tje3huy {
31796
+ .aql8iqz .ant-alert-message {
31785
31797
  width: 100%;
31786
- overflow: inherit;
31787
- white-space: inherit;
31788
- text-overflow: ellipsis;
31789
31798
  }
31790
31799
 
31791
- .berrcjl {
31792
- color: rgba(10, 37, 85, 0.6);
31793
- margin-bottom: 4px;
31800
+ .cav9p2m .ant-collapse-item {
31801
+ border: 0px;
31802
+ background-color: #fff;
31794
31803
  }
31795
- .berrcjl .breadcrumb-link {
31796
- color: rgba(10, 37, 85, 0.6);
31797
- cursor: pointer;
31798
- transition: color 160ms ease;
31804
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
31805
+ padding-top: 0px;
31806
+ padding-bottom: 0px;
31807
+ padding-left: 0px !important;
31808
+ padding-right: 24px;
31799
31809
  }
31800
- .berrcjl .breadcrumb-link:hover {
31801
- color: #0080ff;
31810
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31811
+ right: 0px;
31802
31812
  }
31803
- .berrcjl .breadcrumb-link:active {
31804
- color: #005ed1;
31813
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31814
+ padding: 0px;
31815
+ }
31816
+
31817
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
31818
+ padding-right: 0px;
31819
+ cursor: default;
31805
31820
  }
31806
31821
 
31807
31822
  .c198s9j3 {
@@ -31858,43 +31873,21 @@ input.rrg1fkn.ant-input {
31858
31873
  .c198s9j3 .ant-checkbox + span .main,
31859
31874
  .c198s9j3 .ant-checkbox-disabled + span .main {
31860
31875
  display: inline-block;
31861
- margin-left: 12px;
31862
- color: #2d3a56;
31863
- }
31864
- .c198s9j3 .ant-checkbox + span .sub,
31865
- .c198s9j3 .ant-checkbox-disabled + span .sub {
31866
- margin-left: 28px;
31867
- color: rgba(44, 56, 82, 0.6);
31868
- }
31869
- .c198s9j3.compact .ant-checkbox + span .main,
31870
- .c198s9j3.compact .ant-checkbox-disabled + span .main {
31871
- margin-left: 8px;
31872
- }
31873
- .c198s9j3.compact .ant-checkbox + span .sub,
31874
- .c198s9j3.compact .ant-checkbox-disabled + span .sub {
31875
- margin-left: 24px;
31876
- }
31877
-
31878
- .cav9p2m .ant-collapse-item {
31879
- border: 0px;
31880
- background-color: #fff;
31881
- }
31882
- .cav9p2m .ant-collapse-item .ant-collapse-header {
31883
- padding-top: 0px;
31884
- padding-bottom: 0px;
31885
- padding-left: 0px !important;
31886
- padding-right: 24px;
31876
+ margin-left: 12px;
31877
+ color: #2d3a56;
31887
31878
  }
31888
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31889
- right: 0px;
31879
+ .c198s9j3 .ant-checkbox + span .sub,
31880
+ .c198s9j3 .ant-checkbox-disabled + span .sub {
31881
+ margin-left: 28px;
31882
+ color: rgba(44, 56, 82, 0.6);
31890
31883
  }
31891
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31892
- padding: 0px;
31884
+ .c198s9j3.compact .ant-checkbox + span .main,
31885
+ .c198s9j3.compact .ant-checkbox-disabled + span .main {
31886
+ margin-left: 8px;
31893
31887
  }
31894
-
31895
- .csf0p6c .ant-collapse-item .ant-collapse-header {
31896
- padding-right: 0px;
31897
- cursor: default;
31888
+ .c198s9j3.compact .ant-checkbox + span .sub,
31889
+ .c198s9j3.compact .ant-checkbox-disabled + span .sub {
31890
+ margin-left: 24px;
31898
31891
  }
31899
31892
 
31900
31893
  .c10crapj {
@@ -31904,78 +31897,106 @@ input.rrg1fkn.ant-input {
31904
31897
  padding: 20px 24px 24px 24px;
31905
31898
  }
31906
31899
 
31907
- .o8ocss1 {
31908
- overflow: hidden;
31909
- text-overflow: ellipsis;
31900
+ .c18bcrac {
31901
+ display: inline-block;
31902
+ width: 100%;
31910
31903
  }
31911
-
31912
- .n17syc35 {
31913
- white-space: nowrap;
31904
+ .c18bcrac .recharts-wrapper {
31905
+ margin-left: 4px;
31914
31906
  }
31915
31907
 
31916
- .t3qomhu {
31917
- margin: 0 2px;
31908
+ .cro7kg2 {
31909
+ padding: 4px;
31918
31910
  }
31919
31911
 
31920
- .iiqau4c.ant-input-group.ant-input-group-compact {
31912
+ .c14wcxf0 {
31921
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;
31922
31923
  }
31923
31924
 
31924
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
31925
- border-radius: 6px;
31925
+ .coy29mj.c14wcxf0 {
31926
+ font-weight: bold;
31927
+ color: white;
31926
31928
  }
31927
- .shq1k1g.ant-select.ant-select-single {
31928
- width: 100%;
31929
- color: #2d3a56;
31930
- border-color: rgba(211, 218, 235, 0.6);
31931
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31932
- font-size: 13px;
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;
31933
31939
  }
31934
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
31935
- height: 30px;
31940
+
31941
+ .p1lyky6c > :first-child {
31942
+ font-weight: bold;
31943
+ color: white;
31944
+ margin-right: 4px;
31936
31945
  }
31937
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
31938
- height: 38px;
31939
- font-size: 13px;
31946
+
31947
+ .s1iv0tp1 .enabled-switch {
31948
+ display: flex;
31949
+ align-items: center;
31940
31950
  }
31941
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
31942
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
31943
- transition: 160ms ease;
31951
+ .s1iv0tp1 .enabled-text {
31952
+ margin-right: 8px;
31944
31953
  }
31945
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
31946
- color: #0080ff;
31954
+
31955
+ .tje3huy {
31956
+ width: 100%;
31957
+ overflow: inherit;
31958
+ white-space: inherit;
31959
+ text-overflow: ellipsis;
31947
31960
  }
31948
- .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 {
31949
- border-color: rgba(107, 128, 167, 0.6);
31950
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31961
+
31962
+ .wg1tsps {
31963
+ display: flex;
31964
+ align-items: center;
31965
+ justify-content: flex-end;
31951
31966
  }
31952
- .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 {
31953
- color: #0080ff;
31967
+
31968
+ .b1ctd5xy {
31969
+ display: flex;
31970
+ align-items: center;
31971
+ width: calc(100% - 40px);
31954
31972
  }
31955
- .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 {
31956
- border-color: #0080ff;
31957
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31973
+ .b1ctd5xy .chart {
31974
+ display: inline-block;
31975
+ width: 100%;
31958
31976
  }
31959
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31960
- transform: rotate(180deg);
31977
+
31978
+ .u1p8acpn {
31979
+ width: 40px;
31961
31980
  }
31962
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
31963
- background: rgba(211, 218, 235, 0.6);
31964
- border-color: rgba(172, 186, 211, 0.6);
31965
- cursor: "not-allowed";
31981
+ .u1p8acpn .unit {
31982
+ color: #00122e !important;
31966
31983
  }
31967
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
31968
- border-color: #f0483e !important;
31984
+
31985
+ .t3qomhu {
31986
+ margin: 0 2px;
31969
31987
  }
31970
- .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 {
31971
- color: #1d326c;
31988
+
31989
+ .o8ocss1 {
31990
+ overflow: hidden;
31991
+ text-overflow: ellipsis;
31972
31992
  }
31973
- .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 {
31974
- border-color: #0080ff;
31975
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31993
+
31994
+ .n17syc35 {
31995
+ white-space: nowrap;
31976
31996
  }
31977
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
31978
- transform: rotate(180deg);
31997
+
31998
+ .iiqau4c.ant-input-group.ant-input-group-compact {
31999
+ display: flex;
31979
32000
  }
31980
32001
 
31981
32002
  .igz4le8 {
@@ -31988,80 +32009,6 @@ input.rrg1fkn.ant-input {
31988
32009
  color: rgba(44, 56, 82, 0.6);
31989
32010
  }
31990
32011
 
31991
- .s14dk8r1 {
31992
- margin: 0;
31993
- border-radius: 20px;
31994
- padding: 2px 10px;
31995
- height: 22px;
31996
- }
31997
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
31998
- background-color: rgba(237, 241, 250, 0.6) !important;
31999
- }
32000
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32001
- background-color: rgba(225, 230, 241, 0.6) !important;
32002
- }
32003
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32004
- color: #00122e;
32005
- }
32006
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32007
- margin-right: 6px;
32008
- }
32009
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32010
- margin-left: 4px;
32011
- }
32012
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32013
- background-color: rgba(0, 136, 255, 0.1);
32014
- }
32015
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32016
- background-color: #0080ff;
32017
- }
32018
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32019
- background-color: rgba(0, 136, 255, 0.16);
32020
- }
32021
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32022
- background-color: rgba(255, 74, 74, 0.1);
32023
- }
32024
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32025
- background-color: #f0483e;
32026
- }
32027
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32028
- background-color: rgba(255, 74, 74, 0.16);
32029
- }
32030
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32031
- background-color: rgba(254, 160, 8, 0.1);
32032
- }
32033
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32034
- background-color: #fea008;
32035
- }
32036
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32037
- background-color: rgba(255, 187, 0, 0.16);
32038
- }
32039
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32040
- background-color: rgba(30, 201, 127, 0.1);
32041
- }
32042
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32043
- background-color: #00ba5d;
32044
- }
32045
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32046
- background-color: rgba(30, 201, 127, 0.16);
32047
- }
32048
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32049
- background-color: rgba(225, 230, 241, 0.6);
32050
- }
32051
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32052
- background-color: #6b7d99;
32053
- }
32054
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32055
- background-color: rgba(211, 218, 235, 0.6);
32056
- }
32057
-
32058
- .s1uupoto {
32059
- width: 8px;
32060
- height: 8px;
32061
- border-radius: 50%;
32062
- display: inline-block;
32063
- }
32064
-
32065
32012
  .s1uupxds {
32066
32013
  padding: 0 8px;
32067
32014
  border-radius: 4px;
@@ -32114,38 +32061,108 @@ input.rrg1fkn.ant-input {
32114
32061
  color: #008f4c;
32115
32062
  background-color: rgba(30, 201, 127, 0.1);
32116
32063
  }
32117
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32118
- color: #1d326c;
32119
- background-color: rgba(225, 230, 241, 0.6);
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);
32067
+ }
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);
32071
+ }
32072
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32073
+ color: #fff;
32074
+ }
32075
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32076
+ background-color: #f0483e;
32077
+ }
32078
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32079
+ background-color: #fea008;
32080
+ }
32081
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32082
+ background-color: #00ba5d;
32083
+ }
32084
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32085
+ background-color: #0080ff;
32086
+ }
32087
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32088
+ background-color: #6b7d99;
32089
+ }
32090
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32091
+ background-color: #7E41FF;
32092
+ }
32093
+
32094
+ .s14dk8r1 {
32095
+ margin: 0;
32096
+ border-radius: 20px;
32097
+ padding: 2px 10px;
32098
+ height: 22px;
32099
+ }
32100
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32101
+ background-color: rgba(237, 241, 250, 0.6) !important;
32102
+ }
32103
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32104
+ background-color: rgba(225, 230, 241, 0.6) !important;
32105
+ }
32106
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32107
+ color: #00122e;
32108
+ }
32109
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32110
+ margin-right: 6px;
32111
+ }
32112
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32113
+ margin-left: 4px;
32114
+ }
32115
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32116
+ background-color: rgba(0, 136, 255, 0.1);
32117
+ }
32118
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32119
+ background-color: #0080ff;
32120
32120
  }
32121
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32122
- color: #7E41FF;
32123
- background-color: rgba(126, 65, 255, 0.1);
32121
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32122
+ background-color: rgba(0, 136, 255, 0.16);
32124
32123
  }
32125
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32126
- color: #fff;
32124
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32125
+ background-color: rgba(255, 74, 74, 0.1);
32127
32126
  }
32128
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32127
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32129
32128
  background-color: #f0483e;
32130
32129
  }
32131
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32130
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32131
+ background-color: rgba(255, 74, 74, 0.16);
32132
+ }
32133
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32134
+ background-color: rgba(254, 160, 8, 0.1);
32135
+ }
32136
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32132
32137
  background-color: #fea008;
32133
32138
  }
32134
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32139
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32140
+ background-color: rgba(255, 187, 0, 0.16);
32141
+ }
32142
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32143
+ background-color: rgba(30, 201, 127, 0.1);
32144
+ }
32145
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32135
32146
  background-color: #00ba5d;
32136
32147
  }
32137
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32138
- background-color: #0080ff;
32148
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32149
+ background-color: rgba(30, 201, 127, 0.16);
32139
32150
  }
32140
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32151
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32152
+ background-color: rgba(225, 230, 241, 0.6);
32153
+ }
32154
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32141
32155
  background-color: #6b7d99;
32142
32156
  }
32143
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32144
- background-color: #7E41FF;
32157
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32158
+ background-color: rgba(211, 218, 235, 0.6);
32145
32159
  }
32146
32160
 
32147
- .t19ustft .date {
32148
- margin-right: 4px;
32161
+ .s1uupoto {
32162
+ width: 8px;
32163
+ height: 8px;
32164
+ border-radius: 50%;
32165
+ display: inline-block;
32149
32166
  }
32150
32167
 
32151
32168
  .l4bld33 {
@@ -32197,6 +32214,67 @@ input.rrg1fkn.ant-input {
32197
32214
  animation: loading-indicator3 1100ms ease-out infinite;
32198
32215
  }
32199
32216
 
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
+
32200
32278
  .m1thnes4 {
32201
32279
  color: rgba(44, 56, 82, 0.6);
32202
32280
  text-align: center;
@@ -32573,6 +32651,22 @@ input.rrg1fkn.ant-input {
32573
32651
  background: rgba(163, 180, 204, 0.18);
32574
32652
  }
32575
32653
 
32654
+ .rrwcpby {
32655
+ display: flex;
32656
+ align-items: center;
32657
+ }
32658
+ .rrwcpby .order {
32659
+ height: 24px;
32660
+ width: 24px;
32661
+ border-radius: 20px;
32662
+ color: #0080ff;
32663
+ background: rgba(0, 136, 255, 0.1);
32664
+ display: flex;
32665
+ align-items: center;
32666
+ justify-content: center;
32667
+ margin-right: 6px;
32668
+ }
32669
+
32576
32670
  .c1k4vanq {
32577
32671
  padding: 0 12px 14px 12px;
32578
32672
  }
@@ -32617,39 +32711,6 @@ input.rrg1fkn.ant-input {
32617
32711
  margin-right: 2px;
32618
32712
  }
32619
32713
 
32620
- .bab9xum {
32621
- 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);
32622
- }
32623
-
32624
- .cav4gt6 {
32625
- border-radius: 8px;
32626
- background-color: white;
32627
- }
32628
- .cav4gt6.hoverable {
32629
- cursor: pointer;
32630
- }
32631
- .cav4gt6.hoverable:hover {
32632
- transition: all 200ms ease;
32633
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32634
- transform: translateY(-4px);
32635
- }
32636
-
32637
- .rrwcpby {
32638
- display: flex;
32639
- align-items: center;
32640
- }
32641
- .rrwcpby .order {
32642
- height: 24px;
32643
- width: 24px;
32644
- border-radius: 20px;
32645
- color: #0080ff;
32646
- background: rgba(0, 136, 255, 0.1);
32647
- display: flex;
32648
- align-items: center;
32649
- justify-content: center;
32650
- margin-right: 6px;
32651
- }
32652
-
32653
32714
  .tc40oxa {
32654
32715
  margin-bottom: 4px;
32655
32716
  color: rgba(44, 56, 82, 0.6);
@@ -32843,40 +32904,35 @@ input.rrg1fkn.ant-input {
32843
32904
  margin-right: 8px;
32844
32905
  }
32845
32906
 
32846
- .f1p9ti6d {
32847
- width: 100%;
32848
- margin-bottom: 0 !important;
32849
- flex-flow: nowrap !important;
32850
- line-break: auto;
32851
- }
32852
- .f1p9ti6d > .ant-form-item-label {
32853
- text-align: left !important;
32854
- padding-bottom: 0 !important;
32907
+ .iwsze0q {
32908
+ margin-right: 4px;
32909
+ height: 16px;
32855
32910
  }
32856
- .f1p9ti6d > .ant-form-item-label > label {
32857
- min-height: 32px;
32858
- height: auto;
32859
- font-size: 13px;
32860
- color: rgba(44, 56, 82, 0.6);
32861
- white-space: normal;
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);
32862
32914
  }
32863
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32864
- border-color: #ff4d4f !important;
32915
+
32916
+ .cav4gt6 {
32917
+ border-radius: 8px;
32918
+ background-color: white;
32865
32919
  }
32866
- .f1p9ti6d .ant-form-item-explain {
32867
- margin-top: 4px;
32868
- font-size: 12px;
32869
- min-height: 0px;
32920
+ .cav4gt6.hoverable {
32921
+ cursor: pointer;
32870
32922
  }
32871
- .f1p9ti6d .ant-form-item-extra {
32872
- font-size: 12px;
32873
- color: rgba(44, 56, 82, 0.6);
32874
- min-height: 0px;
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);
32875
32927
  }
32876
32928
 
32877
- .iwsze0q {
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;
32878
32935
  margin-right: 4px;
32879
- height: 16px;
32880
32936
  }
32881
32937
 
32882
32938
  .sut42l0 {
@@ -32905,13 +32961,48 @@ input.rrg1fkn.ant-input {
32905
32961
  border: 1px solid rgba(211, 218, 235, 0.6);
32906
32962
  }
32907
32963
 
32908
- .w1xcixj5.outside-tag {
32909
- padding-left: 0;
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;
32910
32972
  }
32911
- .w1xcixj5.outside-tag .inside-tag {
32912
- border-radius: 4px 0 0 4px;
32913
- padding-right: 4px;
32914
- margin-right: 4px;
32973
+ .skwah65 .stack-bar-item + .stack-bar-item {
32974
+ margin-left: 1px;
32975
+ }
32976
+
32977
+ .f1p9ti6d {
32978
+ width: 100%;
32979
+ margin-bottom: 0 !important;
32980
+ flex-flow: nowrap !important;
32981
+ line-break: auto;
32982
+ }
32983
+ .f1p9ti6d > .ant-form-item-label {
32984
+ text-align: left !important;
32985
+ padding-bottom: 0 !important;
32986
+ }
32987
+ .f1p9ti6d > .ant-form-item-label > label {
32988
+ min-height: 32px;
32989
+ height: auto;
32990
+ font-size: 13px;
32991
+ color: rgba(44, 56, 82, 0.6);
32992
+ white-space: normal;
32993
+ }
32994
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
32995
+ border-color: #ff4d4f !important;
32996
+ }
32997
+ .f1p9ti6d .ant-form-item-explain {
32998
+ margin-top: 4px;
32999
+ font-size: 12px;
33000
+ min-height: 0px;
33001
+ }
33002
+ .f1p9ti6d .ant-form-item-extra {
33003
+ font-size: 12px;
33004
+ color: rgba(44, 56, 82, 0.6);
33005
+ min-height: 0px;
32915
33006
  }
32916
33007
 
32917
33008
  .at4ovwe .ant-input-number-handler-wrap {