@cloudtower/eagle 0.0.0-commnader-ui-rc-0 → 0.0.0-commnader-ui-rc-1
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/components.css +1210 -1210
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1245 -1245
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29722,6 +29722,52 @@ html body {
|
|
|
29722
29722
|
border-radius: unset;
|
|
29723
29723
|
}
|
|
29724
29724
|
|
|
29725
|
+
.E_fzh9mnb {
|
|
29726
|
+
width: 100%;
|
|
29727
|
+
height: 100%;
|
|
29728
|
+
min-height: 124px;
|
|
29729
|
+
display: flex;
|
|
29730
|
+
flex-direction: column;
|
|
29731
|
+
justify-content: center;
|
|
29732
|
+
align-items: center;
|
|
29733
|
+
}
|
|
29734
|
+
.E_fzh9mnb .error-text {
|
|
29735
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29736
|
+
margin-bottom: 16px;
|
|
29737
|
+
font-size: 18px;
|
|
29738
|
+
}
|
|
29739
|
+
|
|
29740
|
+
.E_i1inqkme {
|
|
29741
|
+
height: 18px;
|
|
29742
|
+
line-height: 18px;
|
|
29743
|
+
padding: 0 4px;
|
|
29744
|
+
border-radius: 4px;
|
|
29745
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29746
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29747
|
+
display: flex;
|
|
29748
|
+
align-items: center;
|
|
29749
|
+
white-space: nowrap;
|
|
29750
|
+
margin-right: 4px;
|
|
29751
|
+
}
|
|
29752
|
+
|
|
29753
|
+
.E_iouxfgt {
|
|
29754
|
+
display: inline-flex;
|
|
29755
|
+
align-items: center;
|
|
29756
|
+
}
|
|
29757
|
+
.E_iouxfgt .icon-inner {
|
|
29758
|
+
display: inline-flex;
|
|
29759
|
+
align-items: center;
|
|
29760
|
+
justify-content: center;
|
|
29761
|
+
}
|
|
29762
|
+
.E_iouxfgt .icon-inner + span,
|
|
29763
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29764
|
+
margin-left: 4px;
|
|
29765
|
+
}
|
|
29766
|
+
.E_iouxfgt.is-rotate img,
|
|
29767
|
+
.E_iouxfgt.is-rotate svg {
|
|
29768
|
+
animation: rotate 680ms linear infinite;
|
|
29769
|
+
}
|
|
29770
|
+
|
|
29725
29771
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29726
29772
|
justify-content: center;
|
|
29727
29773
|
}
|
|
@@ -29972,61 +30018,6 @@ html body {
|
|
|
29972
30018
|
padding: 0;
|
|
29973
30019
|
}
|
|
29974
30020
|
|
|
29975
|
-
.E_i1inqkme {
|
|
29976
|
-
height: 18px;
|
|
29977
|
-
line-height: 18px;
|
|
29978
|
-
padding: 0 4px;
|
|
29979
|
-
border-radius: 4px;
|
|
29980
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29981
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29982
|
-
display: flex;
|
|
29983
|
-
align-items: center;
|
|
29984
|
-
white-space: nowrap;
|
|
29985
|
-
margin-right: 4px;
|
|
29986
|
-
}
|
|
29987
|
-
|
|
29988
|
-
.E_fzh9mnb {
|
|
29989
|
-
width: 100%;
|
|
29990
|
-
height: 100%;
|
|
29991
|
-
min-height: 124px;
|
|
29992
|
-
display: flex;
|
|
29993
|
-
flex-direction: column;
|
|
29994
|
-
justify-content: center;
|
|
29995
|
-
align-items: center;
|
|
29996
|
-
}
|
|
29997
|
-
.E_fzh9mnb .error-text {
|
|
29998
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29999
|
-
margin-bottom: 16px;
|
|
30000
|
-
font-size: 18px;
|
|
30001
|
-
}
|
|
30002
|
-
|
|
30003
|
-
.E_iouxfgt {
|
|
30004
|
-
display: inline-flex;
|
|
30005
|
-
align-items: center;
|
|
30006
|
-
}
|
|
30007
|
-
.E_iouxfgt .icon-inner {
|
|
30008
|
-
display: inline-flex;
|
|
30009
|
-
align-items: center;
|
|
30010
|
-
justify-content: center;
|
|
30011
|
-
}
|
|
30012
|
-
.E_iouxfgt .icon-inner + span,
|
|
30013
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30014
|
-
margin-left: 4px;
|
|
30015
|
-
}
|
|
30016
|
-
.E_iouxfgt.is-rotate img,
|
|
30017
|
-
.E_iouxfgt.is-rotate svg {
|
|
30018
|
-
animation: rotate 680ms linear infinite;
|
|
30019
|
-
}
|
|
30020
|
-
|
|
30021
|
-
.E_owd0kml {
|
|
30022
|
-
display: inline-block;
|
|
30023
|
-
}
|
|
30024
|
-
|
|
30025
|
-
.E_h1jsgezc {
|
|
30026
|
-
visibility: hidden;
|
|
30027
|
-
position: absolute;
|
|
30028
|
-
}
|
|
30029
|
-
|
|
30030
30021
|
.E_phljevk {
|
|
30031
30022
|
display: flex;
|
|
30032
30023
|
justify-content: space-between;
|
|
@@ -30769,6 +30760,15 @@ input.E_rf8rlle.ant-input {
|
|
|
30769
30760
|
margin: 4px 0;
|
|
30770
30761
|
}
|
|
30771
30762
|
|
|
30763
|
+
.E_owd0kml {
|
|
30764
|
+
display: inline-block;
|
|
30765
|
+
}
|
|
30766
|
+
|
|
30767
|
+
.E_h1jsgezc {
|
|
30768
|
+
visibility: hidden;
|
|
30769
|
+
position: absolute;
|
|
30770
|
+
}
|
|
30771
|
+
|
|
30772
30772
|
.E_rapgekc.ant-radio-wrapper {
|
|
30773
30773
|
display: inline-flex;
|
|
30774
30774
|
align-items: baseline;
|
|
@@ -30970,544 +30970,56 @@ input.E_rf8rlle.ant-input {
|
|
|
30970
30970
|
margin-left: 5px;
|
|
30971
30971
|
}
|
|
30972
30972
|
|
|
30973
|
-
.
|
|
30974
|
-
|
|
30975
|
-
box-sizing: border-box;
|
|
30976
|
-
border-radius: 2px;
|
|
30977
|
-
background: #f5f7fa;
|
|
30978
|
-
display: flex;
|
|
30979
|
-
width: 100%;
|
|
30980
|
-
overflow: hidden;
|
|
30981
|
-
}
|
|
30982
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30983
|
-
margin-left: 1px;
|
|
30973
|
+
.E_iq1gosr {
|
|
30974
|
+
display: inline-block;
|
|
30984
30975
|
}
|
|
30985
30976
|
|
|
30986
|
-
.
|
|
30987
|
-
|
|
30988
|
-
font-style: normal;
|
|
30989
|
-
font-weight: bold;
|
|
30990
|
-
font-size: 32px;
|
|
30991
|
-
line-height: 40px;
|
|
30977
|
+
.E_tc97u5y {
|
|
30978
|
+
height: 100%;
|
|
30992
30979
|
}
|
|
30993
30980
|
|
|
30994
|
-
.
|
|
30995
|
-
|
|
30996
|
-
font-style: normal;
|
|
30997
|
-
font-weight: bold;
|
|
30998
|
-
font-size: 24px;
|
|
30999
|
-
line-height: 32px;
|
|
30981
|
+
.E_tfzf37v {
|
|
30982
|
+
height: 100%;
|
|
31000
30983
|
}
|
|
31001
|
-
|
|
31002
|
-
|
|
31003
|
-
|
|
31004
|
-
font-style: normal;
|
|
31005
|
-
font-weight: normal;
|
|
31006
|
-
font-size: 32px;
|
|
31007
|
-
line-height: 40px;
|
|
30984
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
30985
|
+
overflow: visible !important;
|
|
30986
|
+
height: 100%;
|
|
31008
30987
|
}
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
font-family: Inter;
|
|
31012
|
-
font-style: normal;
|
|
31013
|
-
font-weight: bold;
|
|
31014
|
-
font-size: 20px;
|
|
31015
|
-
line-height: 24px;
|
|
30988
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30989
|
+
height: 100%;
|
|
31016
30990
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
31019
|
-
|
|
31020
|
-
font-style: normal;
|
|
31021
|
-
font-weight: normal;
|
|
31022
|
-
font-size: 20px;
|
|
31023
|
-
line-height: 24px;
|
|
30991
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
30992
|
+
width: 100% !important;
|
|
30993
|
+
height: 100%;
|
|
31024
30994
|
}
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
font-family: Inter;
|
|
31028
|
-
font-style: normal;
|
|
31029
|
-
font-weight: bold;
|
|
31030
|
-
font-size: 18px;
|
|
31031
|
-
line-height: 22px;
|
|
30995
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30996
|
+
padding: 15px 0;
|
|
31032
30997
|
}
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
font-family: Inter;
|
|
31036
|
-
font-style: normal;
|
|
31037
|
-
font-weight: normal;
|
|
31038
|
-
font-size: 18px;
|
|
31039
|
-
line-height: 22px;
|
|
30998
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30999
|
+
display: none;
|
|
31040
31000
|
}
|
|
31041
|
-
|
|
31042
|
-
|
|
31043
|
-
font-family: Inter;
|
|
31044
|
-
font-style: normal;
|
|
31045
|
-
font-weight: bold;
|
|
31046
|
-
font-size: 16px;
|
|
31047
|
-
line-height: 22px;
|
|
31001
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
31002
|
+
font-weight: 700;
|
|
31048
31003
|
}
|
|
31049
|
-
|
|
31050
|
-
|
|
31051
|
-
font-family: Inter;
|
|
31052
|
-
font-style: normal;
|
|
31053
|
-
font-weight: normal;
|
|
31054
|
-
font-size: 16px;
|
|
31055
|
-
line-height: 22px;
|
|
31004
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31005
|
+
font-weight: 700;
|
|
31056
31006
|
}
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
font-family: Inter;
|
|
31060
|
-
font-style: normal;
|
|
31061
|
-
font-weight: bold;
|
|
31062
|
-
font-size: 14px;
|
|
31063
|
-
line-height: 20px;
|
|
31007
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
31008
|
+
height: 100%;
|
|
31064
31009
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
31067
|
-
|
|
31068
|
-
font-style: normal;
|
|
31069
|
-
font-weight: normal;
|
|
31070
|
-
font-size: 14px;
|
|
31071
|
-
line-height: 20px;
|
|
31010
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31011
|
+
height: 100%;
|
|
31012
|
+
overflow: visible;
|
|
31072
31013
|
}
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
font-family: Inter;
|
|
31076
|
-
font-style: normal;
|
|
31077
|
-
font-weight: bold;
|
|
31078
|
-
font-size: 12px;
|
|
31079
|
-
line-height: 18px;
|
|
31014
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31015
|
+
max-height: none;
|
|
31080
31016
|
}
|
|
31081
|
-
|
|
31082
|
-
.
|
|
31083
|
-
|
|
31084
|
-
font-style: normal;
|
|
31085
|
-
font-weight: normal;
|
|
31086
|
-
font-size: 12px;
|
|
31087
|
-
line-height: 18px;
|
|
31017
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31018
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31019
|
+
display: none;
|
|
31088
31020
|
}
|
|
31089
|
-
|
|
31090
|
-
|
|
31091
|
-
font-family: Inter;
|
|
31092
|
-
font-style: normal;
|
|
31093
|
-
font-weight: bold;
|
|
31094
|
-
text-transform: uppercase;
|
|
31095
|
-
font-feature-settings: "cpsp" on;
|
|
31096
|
-
font-size: 12px;
|
|
31097
|
-
line-height: 18px;
|
|
31098
|
-
}
|
|
31099
|
-
|
|
31100
|
-
.E_h10xnyuu {
|
|
31101
|
-
font-family: Inter;
|
|
31102
|
-
font-style: normal;
|
|
31103
|
-
font-weight: normal;
|
|
31104
|
-
text-transform: uppercase;
|
|
31105
|
-
font-feature-settings: "cpsp" on;
|
|
31106
|
-
font-size: 12px;
|
|
31107
|
-
line-height: 18px;
|
|
31108
|
-
}
|
|
31109
|
-
|
|
31110
|
-
.E_lrcmi0v {
|
|
31111
|
-
font-family: Inter;
|
|
31112
|
-
font-style: normal;
|
|
31113
|
-
font-weight: normal;
|
|
31114
|
-
font-size: 16px;
|
|
31115
|
-
line-height: 24px;
|
|
31116
|
-
}
|
|
31117
|
-
|
|
31118
|
-
.E_lzt43lp {
|
|
31119
|
-
font-family: Inter;
|
|
31120
|
-
font-style: normal;
|
|
31121
|
-
font-weight: bold;
|
|
31122
|
-
font-size: 16px;
|
|
31123
|
-
line-height: 24px;
|
|
31124
|
-
}
|
|
31125
|
-
|
|
31126
|
-
.E_l5yc9nt {
|
|
31127
|
-
font-family: Inter;
|
|
31128
|
-
font-style: normal;
|
|
31129
|
-
font-weight: normal;
|
|
31130
|
-
font-size: 16px;
|
|
31131
|
-
line-height: 24px;
|
|
31132
|
-
}
|
|
31133
|
-
|
|
31134
|
-
.E_l1fbkbzo {
|
|
31135
|
-
font-family: Inter;
|
|
31136
|
-
font-style: normal;
|
|
31137
|
-
font-weight: bold;
|
|
31138
|
-
font-size: 16px;
|
|
31139
|
-
line-height: 24px;
|
|
31140
|
-
}
|
|
31141
|
-
|
|
31142
|
-
.E_lahvcax {
|
|
31143
|
-
font-family: Inter;
|
|
31144
|
-
font-style: normal;
|
|
31145
|
-
font-weight: normal;
|
|
31146
|
-
text-transform: uppercase;
|
|
31147
|
-
font-feature-settings: "cpsp" on;
|
|
31148
|
-
font-size: 16px;
|
|
31149
|
-
line-height: 24px;
|
|
31150
|
-
}
|
|
31151
|
-
|
|
31152
|
-
.E_l11q3pxd {
|
|
31153
|
-
font-family: Inter;
|
|
31154
|
-
font-style: normal;
|
|
31155
|
-
font-weight: bold;
|
|
31156
|
-
text-transform: uppercase;
|
|
31157
|
-
font-feature-settings: "cpsp" on;
|
|
31158
|
-
font-size: 16px;
|
|
31159
|
-
line-height: 24px;
|
|
31160
|
-
}
|
|
31161
|
-
|
|
31162
|
-
.E_lfuc2qu {
|
|
31163
|
-
font-family: Inter;
|
|
31164
|
-
font-style: normal;
|
|
31165
|
-
font-weight: normal;
|
|
31166
|
-
font-size: 14px;
|
|
31167
|
-
line-height: 22px;
|
|
31168
|
-
}
|
|
31169
|
-
|
|
31170
|
-
.E_l1jmp8r0 {
|
|
31171
|
-
font-family: Inter;
|
|
31172
|
-
font-style: normal;
|
|
31173
|
-
font-weight: 500;
|
|
31174
|
-
font-size: 14px;
|
|
31175
|
-
line-height: 22px;
|
|
31176
|
-
}
|
|
31177
|
-
|
|
31178
|
-
.E_lcnm221 {
|
|
31179
|
-
font-family: Inter;
|
|
31180
|
-
font-style: normal;
|
|
31181
|
-
font-weight: bold;
|
|
31182
|
-
font-size: 14px;
|
|
31183
|
-
line-height: 22px;
|
|
31184
|
-
}
|
|
31185
|
-
|
|
31186
|
-
.E_lu1z2n5 {
|
|
31187
|
-
font-family: Inter;
|
|
31188
|
-
font-style: normal;
|
|
31189
|
-
font-weight: normal;
|
|
31190
|
-
font-size: 14px;
|
|
31191
|
-
line-height: 22px;
|
|
31192
|
-
}
|
|
31193
|
-
|
|
31194
|
-
.E_l1r59djn {
|
|
31195
|
-
font-family: Inter;
|
|
31196
|
-
font-style: normal;
|
|
31197
|
-
font-weight: bold;
|
|
31198
|
-
font-size: 14px;
|
|
31199
|
-
line-height: 22px;
|
|
31200
|
-
}
|
|
31201
|
-
|
|
31202
|
-
.E_ljm2911 {
|
|
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: 14px;
|
|
31209
|
-
line-height: 22px;
|
|
31210
|
-
}
|
|
31211
|
-
|
|
31212
|
-
.E_l124mzmr {
|
|
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: 14px;
|
|
31219
|
-
line-height: 22px;
|
|
31220
|
-
}
|
|
31221
|
-
|
|
31222
|
-
.E_lb3chel {
|
|
31223
|
-
font-family: Inter;
|
|
31224
|
-
font-style: normal;
|
|
31225
|
-
font-weight: normal;
|
|
31226
|
-
font-size: 13px;
|
|
31227
|
-
line-height: 20px;
|
|
31228
|
-
}
|
|
31229
|
-
|
|
31230
|
-
.E_lv9jstu {
|
|
31231
|
-
font-family: Inter;
|
|
31232
|
-
font-style: normal;
|
|
31233
|
-
font-weight: 600;
|
|
31234
|
-
font-size: 13px;
|
|
31235
|
-
line-height: 20px;
|
|
31236
|
-
}
|
|
31237
|
-
|
|
31238
|
-
.E_lwqlh3x {
|
|
31239
|
-
font-family: Inter;
|
|
31240
|
-
font-style: normal;
|
|
31241
|
-
font-weight: bold;
|
|
31242
|
-
font-size: 13px;
|
|
31243
|
-
line-height: 20px;
|
|
31244
|
-
}
|
|
31245
|
-
|
|
31246
|
-
.E_lalum9y {
|
|
31247
|
-
font-family: Inter;
|
|
31248
|
-
font-style: normal;
|
|
31249
|
-
font-weight: normal;
|
|
31250
|
-
font-size: 13px;
|
|
31251
|
-
line-height: 20px;
|
|
31252
|
-
}
|
|
31253
|
-
|
|
31254
|
-
.E_l1t6dj5o {
|
|
31255
|
-
font-family: Inter;
|
|
31256
|
-
font-style: normal;
|
|
31257
|
-
font-weight: 600;
|
|
31258
|
-
font-size: 13px;
|
|
31259
|
-
line-height: 20px;
|
|
31260
|
-
}
|
|
31261
|
-
|
|
31262
|
-
.E_l12f6ic {
|
|
31263
|
-
font-family: Inter;
|
|
31264
|
-
font-style: normal;
|
|
31265
|
-
font-weight: bold;
|
|
31266
|
-
font-size: 13px;
|
|
31267
|
-
line-height: 20px;
|
|
31268
|
-
}
|
|
31269
|
-
|
|
31270
|
-
.E_l7gmukq {
|
|
31271
|
-
font-family: Inter;
|
|
31272
|
-
font-style: normal;
|
|
31273
|
-
font-weight: normal;
|
|
31274
|
-
text-transform: uppercase;
|
|
31275
|
-
font-feature-settings: "cpsp" on;
|
|
31276
|
-
font-size: 13px;
|
|
31277
|
-
line-height: 20px;
|
|
31278
|
-
}
|
|
31279
|
-
|
|
31280
|
-
.E_lkwl0yp {
|
|
31281
|
-
font-family: Inter;
|
|
31282
|
-
font-style: normal;
|
|
31283
|
-
font-weight: bold;
|
|
31284
|
-
text-transform: uppercase;
|
|
31285
|
-
font-feature-settings: "cpsp" on;
|
|
31286
|
-
font-size: 13px;
|
|
31287
|
-
line-height: 20px;
|
|
31288
|
-
}
|
|
31289
|
-
|
|
31290
|
-
.E_l10knv48 {
|
|
31291
|
-
font-family: Inter;
|
|
31292
|
-
font-style: normal;
|
|
31293
|
-
font-weight: normal;
|
|
31294
|
-
font-size: 12px;
|
|
31295
|
-
line-height: 18px;
|
|
31296
|
-
}
|
|
31297
|
-
|
|
31298
|
-
.E_l6526ld {
|
|
31299
|
-
font-family: Inter;
|
|
31300
|
-
font-style: normal;
|
|
31301
|
-
font-weight: 500;
|
|
31302
|
-
font-size: 12px;
|
|
31303
|
-
line-height: 18px;
|
|
31304
|
-
}
|
|
31305
|
-
|
|
31306
|
-
.E_l1j81vli {
|
|
31307
|
-
font-family: Inter;
|
|
31308
|
-
font-style: normal;
|
|
31309
|
-
font-weight: bold;
|
|
31310
|
-
font-size: 12px;
|
|
31311
|
-
line-height: 18px;
|
|
31312
|
-
}
|
|
31313
|
-
|
|
31314
|
-
.E_l1x7n1mk {
|
|
31315
|
-
font-family: Inter;
|
|
31316
|
-
font-style: normal;
|
|
31317
|
-
font-weight: normal;
|
|
31318
|
-
font-size: 12px;
|
|
31319
|
-
line-height: 18px;
|
|
31320
|
-
}
|
|
31321
|
-
|
|
31322
|
-
.E_l9fqufz {
|
|
31323
|
-
font-family: Inter;
|
|
31324
|
-
font-style: normal;
|
|
31325
|
-
font-weight: 500;
|
|
31326
|
-
font-size: 12px;
|
|
31327
|
-
line-height: 18px;
|
|
31328
|
-
}
|
|
31329
|
-
|
|
31330
|
-
.E_l1iwnybd {
|
|
31331
|
-
font-family: Inter;
|
|
31332
|
-
font-style: normal;
|
|
31333
|
-
font-weight: bold;
|
|
31334
|
-
font-size: 12px;
|
|
31335
|
-
line-height: 18px;
|
|
31336
|
-
}
|
|
31337
|
-
|
|
31338
|
-
.E_lprtm1e {
|
|
31339
|
-
font-family: Inter;
|
|
31340
|
-
font-style: normal;
|
|
31341
|
-
font-weight: normal;
|
|
31342
|
-
text-transform: uppercase;
|
|
31343
|
-
font-feature-settings: "cpsp" on;
|
|
31344
|
-
font-size: 12px;
|
|
31345
|
-
line-height: 18px;
|
|
31346
|
-
}
|
|
31347
|
-
|
|
31348
|
-
.E_l1lln87h {
|
|
31349
|
-
font-family: Inter;
|
|
31350
|
-
font-style: normal;
|
|
31351
|
-
font-weight: bold;
|
|
31352
|
-
text-transform: uppercase;
|
|
31353
|
-
font-feature-settings: "cpsp" on;
|
|
31354
|
-
font-size: 12px;
|
|
31355
|
-
line-height: 18px;
|
|
31356
|
-
}
|
|
31357
|
-
|
|
31358
|
-
.E_f2pb48l {
|
|
31359
|
-
font-family: Inter;
|
|
31360
|
-
font-style: normal;
|
|
31361
|
-
font-weight: normal;
|
|
31362
|
-
font-size: 13px;
|
|
31363
|
-
line-height: 20px;
|
|
31364
|
-
}
|
|
31365
|
-
|
|
31366
|
-
.E_fi9emkw {
|
|
31367
|
-
font-family: Inter;
|
|
31368
|
-
font-style: normal;
|
|
31369
|
-
font-weight: normal;
|
|
31370
|
-
font-size: 13px;
|
|
31371
|
-
line-height: 20px;
|
|
31372
|
-
}
|
|
31373
|
-
|
|
31374
|
-
.E_f1nrg7da {
|
|
31375
|
-
font-family: Inter;
|
|
31376
|
-
font-style: normal;
|
|
31377
|
-
font-weight: normal;
|
|
31378
|
-
font-size: 12px;
|
|
31379
|
-
line-height: 18px;
|
|
31380
|
-
}
|
|
31381
|
-
|
|
31382
|
-
.E_f17k1i3n {
|
|
31383
|
-
font-family: Inter;
|
|
31384
|
-
font-style: normal;
|
|
31385
|
-
font-weight: normal;
|
|
31386
|
-
font-size: 12px;
|
|
31387
|
-
line-height: 18px;
|
|
31388
|
-
}
|
|
31389
|
-
|
|
31390
|
-
.E_t1tvuj2e {
|
|
31391
|
-
font-family: Inter;
|
|
31392
|
-
font-style: normal;
|
|
31393
|
-
font-weight: normal;
|
|
31394
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31395
|
-
font-size: 13px;
|
|
31396
|
-
line-height: 20px;
|
|
31397
|
-
}
|
|
31398
|
-
|
|
31399
|
-
.E_t17uajlu {
|
|
31400
|
-
font-family: Inter;
|
|
31401
|
-
font-style: normal;
|
|
31402
|
-
font-weight: normal;
|
|
31403
|
-
font-feature-settings: "zero" on;
|
|
31404
|
-
font-size: 13px;
|
|
31405
|
-
line-height: 20px;
|
|
31406
|
-
}
|
|
31407
|
-
|
|
31408
|
-
.E_t114zbyz {
|
|
31409
|
-
font-family: Inter;
|
|
31410
|
-
font-style: normal;
|
|
31411
|
-
font-weight: normal;
|
|
31412
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31413
|
-
font-size: 12px;
|
|
31414
|
-
line-height: 18px;
|
|
31415
|
-
}
|
|
31416
|
-
|
|
31417
|
-
.E_t1il0kvi {
|
|
31418
|
-
font-family: Inter;
|
|
31419
|
-
font-style: normal;
|
|
31420
|
-
font-weight: 500;
|
|
31421
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31422
|
-
font-size: 12px;
|
|
31423
|
-
line-height: 18px;
|
|
31424
|
-
}
|
|
31425
|
-
|
|
31426
|
-
.E_t10dv8p1 {
|
|
31427
|
-
font-family: Inter;
|
|
31428
|
-
font-style: normal;
|
|
31429
|
-
font-weight: normal;
|
|
31430
|
-
font-feature-settings: "zero" on;
|
|
31431
|
-
font-size: 12px;
|
|
31432
|
-
line-height: 18px;
|
|
31433
|
-
}
|
|
31434
|
-
|
|
31435
|
-
.E_tc2oqpq {
|
|
31436
|
-
font-family: Inter;
|
|
31437
|
-
font-style: normal;
|
|
31438
|
-
font-weight: 500;
|
|
31439
|
-
font-feature-settings: "zero" on;
|
|
31440
|
-
font-size: 12px;
|
|
31441
|
-
line-height: 18px;
|
|
31442
|
-
}
|
|
31443
|
-
|
|
31444
|
-
.E_tzvddmc {
|
|
31445
|
-
font-family: Inter;
|
|
31446
|
-
font-style: normal;
|
|
31447
|
-
font-weight: bold;
|
|
31448
|
-
font-feature-settings: "zero" on;
|
|
31449
|
-
font-size: 16px;
|
|
31450
|
-
line-height: 24px;
|
|
31451
|
-
}
|
|
31452
|
-
|
|
31453
|
-
.E_u18llj45 {
|
|
31454
|
-
font-family: Inter;
|
|
31455
|
-
font-style: normal;
|
|
31456
|
-
font-weight: normal;
|
|
31457
|
-
font-size: 10px;
|
|
31458
|
-
line-height: 12px;
|
|
31459
|
-
}
|
|
31460
|
-
|
|
31461
|
-
.E_iq1gosr {
|
|
31462
|
-
display: inline-block;
|
|
31463
|
-
}
|
|
31464
|
-
|
|
31465
|
-
.E_tc97u5y {
|
|
31466
|
-
height: 100%;
|
|
31467
|
-
}
|
|
31468
|
-
|
|
31469
|
-
.E_tfzf37v {
|
|
31470
|
-
height: 100%;
|
|
31471
|
-
}
|
|
31472
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
31473
|
-
overflow: visible !important;
|
|
31474
|
-
height: 100%;
|
|
31475
|
-
}
|
|
31476
|
-
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31477
|
-
height: 100%;
|
|
31478
|
-
}
|
|
31479
|
-
.E_tfzf37v.empty-table .ant-table-content table {
|
|
31480
|
-
width: 100% !important;
|
|
31481
|
-
height: 100%;
|
|
31482
|
-
}
|
|
31483
|
-
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31484
|
-
padding: 15px 0;
|
|
31485
|
-
}
|
|
31486
|
-
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31487
|
-
display: none;
|
|
31488
|
-
}
|
|
31489
|
-
.E_tfzf37v .active-row td:nth-child(1) {
|
|
31490
|
-
font-weight: 700;
|
|
31491
|
-
}
|
|
31492
|
-
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31493
|
-
font-weight: 700;
|
|
31494
|
-
}
|
|
31495
|
-
.E_tfzf37v .ant-spin-nested-loading {
|
|
31496
|
-
height: 100%;
|
|
31497
|
-
}
|
|
31498
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31499
|
-
height: 100%;
|
|
31500
|
-
overflow: visible;
|
|
31501
|
-
}
|
|
31502
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31503
|
-
max-height: none;
|
|
31504
|
-
}
|
|
31505
|
-
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31506
|
-
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31507
|
-
display: none;
|
|
31508
|
-
}
|
|
31509
|
-
.E_tfzf37v td.ant-table-column-sort {
|
|
31510
|
-
background: transparent;
|
|
31021
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
31022
|
+
background: transparent;
|
|
31511
31023
|
}
|
|
31512
31024
|
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
31513
31025
|
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
@@ -31605,314 +31117,802 @@ input.E_rf8rlle.ant-input {
|
|
|
31605
31117
|
text-overflow: ellipsis;
|
|
31606
31118
|
white-space: nowrap;
|
|
31607
31119
|
}
|
|
31608
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31609
|
-
color: #0096ff;
|
|
31120
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31121
|
+
color: #0096ff;
|
|
31122
|
+
}
|
|
31123
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31124
|
+
overflow: hidden;
|
|
31125
|
+
text-overflow: ellipsis;
|
|
31126
|
+
width: 100%;
|
|
31127
|
+
vertical-align: middle;
|
|
31128
|
+
}
|
|
31129
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31130
|
+
line-height: 0px;
|
|
31131
|
+
}
|
|
31132
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31133
|
+
padding-right: 25px;
|
|
31134
|
+
}
|
|
31135
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31136
|
+
border-top-color: transparent;
|
|
31137
|
+
}
|
|
31138
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31139
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31140
|
+
border-color: transparent transparent white;
|
|
31141
|
+
}
|
|
31142
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31143
|
+
border-radius: 8px 0 0 8px;
|
|
31144
|
+
}
|
|
31145
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31146
|
+
border-radius: 8px 0 0 8px;
|
|
31147
|
+
}
|
|
31148
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31149
|
+
content: "";
|
|
31150
|
+
width: 4px;
|
|
31151
|
+
top: -1px;
|
|
31152
|
+
bottom: -1px;
|
|
31153
|
+
background: white;
|
|
31154
|
+
}
|
|
31155
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31156
|
+
border-radius: 0 8px 8px 0;
|
|
31157
|
+
}
|
|
31158
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31159
|
+
border-radius: 0;
|
|
31160
|
+
background: white;
|
|
31161
|
+
border-top: none;
|
|
31162
|
+
}
|
|
31163
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31164
|
+
border-top: 1px solid transparent;
|
|
31165
|
+
border-radius: 0 8px 8px 0;
|
|
31166
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31167
|
+
}
|
|
31168
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31169
|
+
background: white;
|
|
31170
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31171
|
+
}
|
|
31172
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31173
|
+
display: flex;
|
|
31174
|
+
align-items: center;
|
|
31175
|
+
height: 100%;
|
|
31176
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31177
|
+
}
|
|
31178
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31179
|
+
background: white;
|
|
31180
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31181
|
+
}
|
|
31182
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31183
|
+
display: flex;
|
|
31184
|
+
align-items: center;
|
|
31185
|
+
height: 100%;
|
|
31186
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31187
|
+
}
|
|
31188
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31189
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31190
|
+
}
|
|
31191
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31192
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31193
|
+
border-radius: 8px;
|
|
31194
|
+
}
|
|
31195
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31196
|
+
border-top-color: white;
|
|
31197
|
+
}
|
|
31198
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31199
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31200
|
+
border-bottom-color: transparent;
|
|
31201
|
+
border-top-color: transparent;
|
|
31202
|
+
}
|
|
31203
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31204
|
+
border-radius: 8px 0 0 8px;
|
|
31205
|
+
}
|
|
31206
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31207
|
+
border-radius: 0 8px 8px 0;
|
|
31208
|
+
}
|
|
31209
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31210
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31211
|
+
}
|
|
31212
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
31213
|
+
background: #fff;
|
|
31214
|
+
font-weight: 400;
|
|
31215
|
+
position: relative;
|
|
31216
|
+
border-bottom: none;
|
|
31217
|
+
color: #00122e;
|
|
31218
|
+
transition: none;
|
|
31219
|
+
padding: 15px 8px 15px 8px;
|
|
31220
|
+
}
|
|
31221
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31222
|
+
content: "";
|
|
31223
|
+
width: 1px;
|
|
31224
|
+
top: 0;
|
|
31225
|
+
bottom: 0;
|
|
31226
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31227
|
+
position: absolute;
|
|
31228
|
+
right: 0;
|
|
31229
|
+
}
|
|
31230
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31231
|
+
padding: unset;
|
|
31232
|
+
}
|
|
31233
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31234
|
+
display: none;
|
|
31235
|
+
}
|
|
31236
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31237
|
+
width: 100%;
|
|
31238
|
+
overflow: hidden;
|
|
31239
|
+
white-space: nowrap;
|
|
31240
|
+
text-overflow: ellipsis;
|
|
31241
|
+
}
|
|
31242
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31243
|
+
overflow: hidden;
|
|
31244
|
+
text-overflow: ellipsis;
|
|
31245
|
+
flex: 1;
|
|
31246
|
+
}
|
|
31247
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31248
|
+
padding: 15px 25px 15px 8px;
|
|
31249
|
+
}
|
|
31250
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31251
|
+
padding: 0;
|
|
31252
|
+
}
|
|
31253
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31254
|
+
position: absolute;
|
|
31255
|
+
right: 6px;
|
|
31256
|
+
top: 50%;
|
|
31257
|
+
transform: translateY(-50%);
|
|
31258
|
+
height: 16px;
|
|
31259
|
+
display: none;
|
|
31260
|
+
transition: transform 320ms ease;
|
|
31261
|
+
}
|
|
31262
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31263
|
+
display: block;
|
|
31264
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31265
|
+
}
|
|
31266
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31267
|
+
display: block;
|
|
31268
|
+
}
|
|
31269
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31270
|
+
display: none;
|
|
31271
|
+
}
|
|
31272
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31273
|
+
transform: translateY(-50%);
|
|
31274
|
+
}
|
|
31275
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31276
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31277
|
+
}
|
|
31278
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31279
|
+
background: #f2f5fa;
|
|
31280
|
+
}
|
|
31281
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31282
|
+
display: block;
|
|
31283
|
+
}
|
|
31284
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
31285
|
+
padding-right: 25px;
|
|
31286
|
+
}
|
|
31287
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
31288
|
+
padding: 0 !important;
|
|
31289
|
+
}
|
|
31290
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31291
|
+
position: absolute;
|
|
31292
|
+
left: 50%;
|
|
31293
|
+
top: 50%;
|
|
31294
|
+
transform: translate(-50%, -50%);
|
|
31295
|
+
}
|
|
31296
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
31297
|
+
display: none;
|
|
31298
|
+
}
|
|
31299
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
31300
|
+
background: #fff;
|
|
31301
|
+
}
|
|
31302
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
31303
|
+
background: inherit;
|
|
31304
|
+
}
|
|
31305
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
31306
|
+
position: static;
|
|
31307
|
+
border: none;
|
|
31308
|
+
background: inherit !important;
|
|
31309
|
+
height: 100px;
|
|
31310
|
+
vertical-align: middle;
|
|
31311
|
+
}
|
|
31312
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
31313
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31314
|
+
font-weight: bold;
|
|
31315
|
+
font-size: 20px;
|
|
31316
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31317
|
+
}
|
|
31318
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
31319
|
+
padding: 0 !important;
|
|
31320
|
+
position: relative;
|
|
31321
|
+
background: #fff;
|
|
31322
|
+
}
|
|
31323
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
31324
|
+
height: 100%;
|
|
31325
|
+
display: flex;
|
|
31326
|
+
align-items: center;
|
|
31327
|
+
justify-content: flex-end;
|
|
31328
|
+
padding-right: 8px;
|
|
31329
|
+
}
|
|
31330
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
31331
|
+
width: 24px;
|
|
31332
|
+
height: 24px;
|
|
31333
|
+
cursor: pointer;
|
|
31334
|
+
justify-content: center;
|
|
31335
|
+
border-radius: 4px;
|
|
31336
|
+
}
|
|
31337
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
31338
|
+
background: #fff;
|
|
31339
|
+
}
|
|
31340
|
+
|
|
31341
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31342
|
+
display: none;
|
|
31610
31343
|
}
|
|
31611
|
-
.
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
width: 100%;
|
|
31615
|
-
vertical-align: middle;
|
|
31344
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31345
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31346
|
+
border-radius: 4px;
|
|
31616
31347
|
}
|
|
31617
|
-
|
|
31618
|
-
|
|
31348
|
+
|
|
31349
|
+
.E_s1dni7lo {
|
|
31350
|
+
width: 430px !important;
|
|
31619
31351
|
}
|
|
31620
|
-
|
|
31621
|
-
|
|
31352
|
+
|
|
31353
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31354
|
+
padding: 8px 16px;
|
|
31355
|
+
line-height: 18px;
|
|
31356
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31357
|
+
height: 34px;
|
|
31358
|
+
min-height: 34px;
|
|
31359
|
+
box-sizing: border-box;
|
|
31360
|
+
margin-top: 8px;
|
|
31622
31361
|
}
|
|
31623
|
-
|
|
31624
|
-
|
|
31362
|
+
|
|
31363
|
+
.E_o1ugr09p {
|
|
31364
|
+
display: flex;
|
|
31365
|
+
flex-direction: column;
|
|
31366
|
+
margin: 1px 8px;
|
|
31367
|
+
padding: 8px;
|
|
31368
|
+
border-radius: 4px;
|
|
31625
31369
|
}
|
|
31626
|
-
.
|
|
31627
|
-
|
|
31628
|
-
border-color: transparent transparent white;
|
|
31370
|
+
.E_o1ugr09p .selected-icon {
|
|
31371
|
+
display: none;
|
|
31629
31372
|
}
|
|
31630
|
-
.
|
|
31631
|
-
|
|
31373
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31374
|
+
padding-left: 8px;
|
|
31632
31375
|
}
|
|
31633
|
-
.
|
|
31634
|
-
|
|
31376
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31377
|
+
background-color: white;
|
|
31635
31378
|
}
|
|
31636
|
-
.
|
|
31637
|
-
|
|
31638
|
-
width: 4px;
|
|
31639
|
-
top: -1px;
|
|
31640
|
-
bottom: -1px;
|
|
31641
|
-
background: white;
|
|
31379
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31380
|
+
color: #0080ff;
|
|
31642
31381
|
}
|
|
31643
|
-
.
|
|
31644
|
-
|
|
31382
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31383
|
+
display: block;
|
|
31645
31384
|
}
|
|
31646
|
-
.
|
|
31647
|
-
|
|
31648
|
-
background: white;
|
|
31649
|
-
border-top: none;
|
|
31385
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31386
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31650
31387
|
}
|
|
31651
|
-
.
|
|
31652
|
-
|
|
31653
|
-
border-radius: 0 8px 8px 0;
|
|
31654
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31388
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31389
|
+
color: #0080ff;
|
|
31655
31390
|
}
|
|
31656
|
-
.
|
|
31657
|
-
background:
|
|
31658
|
-
|
|
31391
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31392
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31393
|
+
color: #0080ff;
|
|
31659
31394
|
}
|
|
31660
|
-
|
|
31395
|
+
|
|
31396
|
+
.E_o1ifxsq4 {
|
|
31661
31397
|
display: flex;
|
|
31662
|
-
|
|
31663
|
-
height:
|
|
31664
|
-
|
|
31398
|
+
justify-content: space-between;
|
|
31399
|
+
height: 20px;
|
|
31400
|
+
line-height: 20px;
|
|
31665
31401
|
}
|
|
31666
|
-
.
|
|
31667
|
-
|
|
31668
|
-
|
|
31402
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31403
|
+
color: #2d3a56;
|
|
31404
|
+
overflow: hidden;
|
|
31405
|
+
text-overflow: ellipsis;
|
|
31669
31406
|
}
|
|
31670
|
-
|
|
31407
|
+
|
|
31408
|
+
.E_o1zue7 {
|
|
31671
31409
|
display: flex;
|
|
31672
|
-
|
|
31673
|
-
|
|
31410
|
+
justify-content: space-between;
|
|
31411
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31412
|
+
height: 18px;
|
|
31413
|
+
line-height: 18px;
|
|
31414
|
+
margin-top: 2px;
|
|
31415
|
+
}
|
|
31416
|
+
|
|
31417
|
+
.E_tyfmlxg {
|
|
31418
|
+
border: none;
|
|
31419
|
+
margin-right: 0;
|
|
31674
31420
|
background: rgba(225, 230, 241, 0.6);
|
|
31675
31421
|
}
|
|
31676
|
-
|
|
31677
|
-
|
|
31422
|
+
|
|
31423
|
+
.E_o18uybox {
|
|
31424
|
+
pointer-events: none;
|
|
31425
|
+
height: 32px;
|
|
31426
|
+
width: 100%;
|
|
31427
|
+
opacity: 0;
|
|
31678
31428
|
}
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31429
|
+
|
|
31430
|
+
.E_dsnbhzf {
|
|
31431
|
+
font-family: Inter;
|
|
31432
|
+
font-style: normal;
|
|
31433
|
+
font-weight: bold;
|
|
31434
|
+
font-size: 32px;
|
|
31435
|
+
line-height: 40px;
|
|
31682
31436
|
}
|
|
31683
|
-
|
|
31684
|
-
|
|
31437
|
+
|
|
31438
|
+
.E_d1mvo22k {
|
|
31439
|
+
font-family: Inter;
|
|
31440
|
+
font-style: normal;
|
|
31441
|
+
font-weight: bold;
|
|
31442
|
+
font-size: 24px;
|
|
31443
|
+
line-height: 32px;
|
|
31685
31444
|
}
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
|
|
31445
|
+
|
|
31446
|
+
.E_d1b444tr {
|
|
31447
|
+
font-family: Inter;
|
|
31448
|
+
font-style: normal;
|
|
31449
|
+
font-weight: normal;
|
|
31450
|
+
font-size: 32px;
|
|
31451
|
+
line-height: 40px;
|
|
31690
31452
|
}
|
|
31691
|
-
|
|
31692
|
-
|
|
31453
|
+
|
|
31454
|
+
.E_dvs0kue {
|
|
31455
|
+
font-family: Inter;
|
|
31456
|
+
font-style: normal;
|
|
31457
|
+
font-weight: bold;
|
|
31458
|
+
font-size: 20px;
|
|
31459
|
+
line-height: 24px;
|
|
31693
31460
|
}
|
|
31694
|
-
|
|
31695
|
-
|
|
31461
|
+
|
|
31462
|
+
.E_d1hcbfcq {
|
|
31463
|
+
font-family: Inter;
|
|
31464
|
+
font-style: normal;
|
|
31465
|
+
font-weight: normal;
|
|
31466
|
+
font-size: 20px;
|
|
31467
|
+
line-height: 24px;
|
|
31696
31468
|
}
|
|
31697
|
-
|
|
31698
|
-
|
|
31469
|
+
|
|
31470
|
+
.E_d1cz922v {
|
|
31471
|
+
font-family: Inter;
|
|
31472
|
+
font-style: normal;
|
|
31473
|
+
font-weight: bold;
|
|
31474
|
+
font-size: 18px;
|
|
31475
|
+
line-height: 22px;
|
|
31699
31476
|
}
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
font-
|
|
31703
|
-
|
|
31704
|
-
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
padding: 15px 8px 15px 8px;
|
|
31477
|
+
|
|
31478
|
+
.E_d3nzbrm {
|
|
31479
|
+
font-family: Inter;
|
|
31480
|
+
font-style: normal;
|
|
31481
|
+
font-weight: normal;
|
|
31482
|
+
font-size: 18px;
|
|
31483
|
+
line-height: 22px;
|
|
31708
31484
|
}
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
right: 0;
|
|
31485
|
+
|
|
31486
|
+
.E_h1g0p5ob {
|
|
31487
|
+
font-family: Inter;
|
|
31488
|
+
font-style: normal;
|
|
31489
|
+
font-weight: bold;
|
|
31490
|
+
font-size: 16px;
|
|
31491
|
+
line-height: 22px;
|
|
31717
31492
|
}
|
|
31718
|
-
|
|
31719
|
-
|
|
31493
|
+
|
|
31494
|
+
.E_hydo2ej {
|
|
31495
|
+
font-family: Inter;
|
|
31496
|
+
font-style: normal;
|
|
31497
|
+
font-weight: normal;
|
|
31498
|
+
font-size: 16px;
|
|
31499
|
+
line-height: 22px;
|
|
31720
31500
|
}
|
|
31721
|
-
|
|
31722
|
-
|
|
31501
|
+
|
|
31502
|
+
.E_h1hbuq0r {
|
|
31503
|
+
font-family: Inter;
|
|
31504
|
+
font-style: normal;
|
|
31505
|
+
font-weight: bold;
|
|
31506
|
+
font-size: 14px;
|
|
31507
|
+
line-height: 20px;
|
|
31508
|
+
}
|
|
31509
|
+
|
|
31510
|
+
.E_h13bondg {
|
|
31511
|
+
font-family: Inter;
|
|
31512
|
+
font-style: normal;
|
|
31513
|
+
font-weight: normal;
|
|
31514
|
+
font-size: 14px;
|
|
31515
|
+
line-height: 20px;
|
|
31516
|
+
}
|
|
31517
|
+
|
|
31518
|
+
.E_h1mhvdlx {
|
|
31519
|
+
font-family: Inter;
|
|
31520
|
+
font-style: normal;
|
|
31521
|
+
font-weight: bold;
|
|
31522
|
+
font-size: 12px;
|
|
31523
|
+
line-height: 18px;
|
|
31524
|
+
}
|
|
31525
|
+
|
|
31526
|
+
.E_h1inmfq6 {
|
|
31527
|
+
font-family: Inter;
|
|
31528
|
+
font-style: normal;
|
|
31529
|
+
font-weight: normal;
|
|
31530
|
+
font-size: 12px;
|
|
31531
|
+
line-height: 18px;
|
|
31532
|
+
}
|
|
31533
|
+
|
|
31534
|
+
.E_h1kfc0la {
|
|
31535
|
+
font-family: Inter;
|
|
31536
|
+
font-style: normal;
|
|
31537
|
+
font-weight: bold;
|
|
31538
|
+
text-transform: uppercase;
|
|
31539
|
+
font-feature-settings: "cpsp" on;
|
|
31540
|
+
font-size: 12px;
|
|
31541
|
+
line-height: 18px;
|
|
31723
31542
|
}
|
|
31724
|
-
|
|
31725
|
-
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
|
|
31543
|
+
|
|
31544
|
+
.E_h10xnyuu {
|
|
31545
|
+
font-family: Inter;
|
|
31546
|
+
font-style: normal;
|
|
31547
|
+
font-weight: normal;
|
|
31548
|
+
text-transform: uppercase;
|
|
31549
|
+
font-feature-settings: "cpsp" on;
|
|
31550
|
+
font-size: 12px;
|
|
31551
|
+
line-height: 18px;
|
|
31729
31552
|
}
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
|
|
31733
|
-
|
|
31553
|
+
|
|
31554
|
+
.E_lrcmi0v {
|
|
31555
|
+
font-family: Inter;
|
|
31556
|
+
font-style: normal;
|
|
31557
|
+
font-weight: normal;
|
|
31558
|
+
font-size: 16px;
|
|
31559
|
+
line-height: 24px;
|
|
31734
31560
|
}
|
|
31735
|
-
|
|
31736
|
-
|
|
31561
|
+
|
|
31562
|
+
.E_lzt43lp {
|
|
31563
|
+
font-family: Inter;
|
|
31564
|
+
font-style: normal;
|
|
31565
|
+
font-weight: bold;
|
|
31566
|
+
font-size: 16px;
|
|
31567
|
+
line-height: 24px;
|
|
31737
31568
|
}
|
|
31738
|
-
|
|
31739
|
-
|
|
31569
|
+
|
|
31570
|
+
.E_l5yc9nt {
|
|
31571
|
+
font-family: Inter;
|
|
31572
|
+
font-style: normal;
|
|
31573
|
+
font-weight: normal;
|
|
31574
|
+
font-size: 16px;
|
|
31575
|
+
line-height: 24px;
|
|
31740
31576
|
}
|
|
31741
|
-
|
|
31742
|
-
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
|
|
31746
|
-
|
|
31747
|
-
|
|
31748
|
-
transition: transform 320ms ease;
|
|
31577
|
+
|
|
31578
|
+
.E_l1fbkbzo {
|
|
31579
|
+
font-family: Inter;
|
|
31580
|
+
font-style: normal;
|
|
31581
|
+
font-weight: bold;
|
|
31582
|
+
font-size: 16px;
|
|
31583
|
+
line-height: 24px;
|
|
31749
31584
|
}
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
|
|
31585
|
+
|
|
31586
|
+
.E_lahvcax {
|
|
31587
|
+
font-family: Inter;
|
|
31588
|
+
font-style: normal;
|
|
31589
|
+
font-weight: normal;
|
|
31590
|
+
text-transform: uppercase;
|
|
31591
|
+
font-feature-settings: "cpsp" on;
|
|
31592
|
+
font-size: 16px;
|
|
31593
|
+
line-height: 24px;
|
|
31753
31594
|
}
|
|
31754
|
-
|
|
31755
|
-
|
|
31595
|
+
|
|
31596
|
+
.E_l11q3pxd {
|
|
31597
|
+
font-family: Inter;
|
|
31598
|
+
font-style: normal;
|
|
31599
|
+
font-weight: bold;
|
|
31600
|
+
text-transform: uppercase;
|
|
31601
|
+
font-feature-settings: "cpsp" on;
|
|
31602
|
+
font-size: 16px;
|
|
31603
|
+
line-height: 24px;
|
|
31756
31604
|
}
|
|
31757
|
-
|
|
31758
|
-
|
|
31605
|
+
|
|
31606
|
+
.E_lfuc2qu {
|
|
31607
|
+
font-family: Inter;
|
|
31608
|
+
font-style: normal;
|
|
31609
|
+
font-weight: normal;
|
|
31610
|
+
font-size: 14px;
|
|
31611
|
+
line-height: 22px;
|
|
31759
31612
|
}
|
|
31760
|
-
|
|
31761
|
-
|
|
31613
|
+
|
|
31614
|
+
.E_l1jmp8r0 {
|
|
31615
|
+
font-family: Inter;
|
|
31616
|
+
font-style: normal;
|
|
31617
|
+
font-weight: 500;
|
|
31618
|
+
font-size: 14px;
|
|
31619
|
+
line-height: 22px;
|
|
31762
31620
|
}
|
|
31763
|
-
|
|
31764
|
-
|
|
31621
|
+
|
|
31622
|
+
.E_lcnm221 {
|
|
31623
|
+
font-family: Inter;
|
|
31624
|
+
font-style: normal;
|
|
31625
|
+
font-weight: bold;
|
|
31626
|
+
font-size: 14px;
|
|
31627
|
+
line-height: 22px;
|
|
31765
31628
|
}
|
|
31766
|
-
|
|
31767
|
-
|
|
31629
|
+
|
|
31630
|
+
.E_lu1z2n5 {
|
|
31631
|
+
font-family: Inter;
|
|
31632
|
+
font-style: normal;
|
|
31633
|
+
font-weight: normal;
|
|
31634
|
+
font-size: 14px;
|
|
31635
|
+
line-height: 22px;
|
|
31768
31636
|
}
|
|
31769
|
-
|
|
31770
|
-
|
|
31637
|
+
|
|
31638
|
+
.E_l1r59djn {
|
|
31639
|
+
font-family: Inter;
|
|
31640
|
+
font-style: normal;
|
|
31641
|
+
font-weight: bold;
|
|
31642
|
+
font-size: 14px;
|
|
31643
|
+
line-height: 22px;
|
|
31771
31644
|
}
|
|
31772
|
-
|
|
31773
|
-
|
|
31645
|
+
|
|
31646
|
+
.E_ljm2911 {
|
|
31647
|
+
font-family: Inter;
|
|
31648
|
+
font-style: normal;
|
|
31649
|
+
font-weight: normal;
|
|
31650
|
+
text-transform: uppercase;
|
|
31651
|
+
font-feature-settings: "cpsp" on;
|
|
31652
|
+
font-size: 14px;
|
|
31653
|
+
line-height: 22px;
|
|
31774
31654
|
}
|
|
31775
|
-
|
|
31776
|
-
|
|
31655
|
+
|
|
31656
|
+
.E_l124mzmr {
|
|
31657
|
+
font-family: Inter;
|
|
31658
|
+
font-style: normal;
|
|
31659
|
+
font-weight: bold;
|
|
31660
|
+
text-transform: uppercase;
|
|
31661
|
+
font-feature-settings: "cpsp" on;
|
|
31662
|
+
font-size: 14px;
|
|
31663
|
+
line-height: 22px;
|
|
31777
31664
|
}
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
|
|
31665
|
+
|
|
31666
|
+
.E_lb3chel {
|
|
31667
|
+
font-family: Inter;
|
|
31668
|
+
font-style: normal;
|
|
31669
|
+
font-weight: normal;
|
|
31670
|
+
font-size: 13px;
|
|
31671
|
+
line-height: 20px;
|
|
31783
31672
|
}
|
|
31784
|
-
|
|
31785
|
-
|
|
31673
|
+
|
|
31674
|
+
.E_lv9jstu {
|
|
31675
|
+
font-family: Inter;
|
|
31676
|
+
font-style: normal;
|
|
31677
|
+
font-weight: 600;
|
|
31678
|
+
font-size: 13px;
|
|
31679
|
+
line-height: 20px;
|
|
31786
31680
|
}
|
|
31787
|
-
|
|
31788
|
-
|
|
31681
|
+
|
|
31682
|
+
.E_lwqlh3x {
|
|
31683
|
+
font-family: Inter;
|
|
31684
|
+
font-style: normal;
|
|
31685
|
+
font-weight: bold;
|
|
31686
|
+
font-size: 13px;
|
|
31687
|
+
line-height: 20px;
|
|
31789
31688
|
}
|
|
31790
|
-
|
|
31791
|
-
|
|
31689
|
+
|
|
31690
|
+
.E_lalum9y {
|
|
31691
|
+
font-family: Inter;
|
|
31692
|
+
font-style: normal;
|
|
31693
|
+
font-weight: normal;
|
|
31694
|
+
font-size: 13px;
|
|
31695
|
+
line-height: 20px;
|
|
31792
31696
|
}
|
|
31793
|
-
|
|
31794
|
-
|
|
31795
|
-
|
|
31796
|
-
|
|
31797
|
-
|
|
31798
|
-
|
|
31697
|
+
|
|
31698
|
+
.E_l1t6dj5o {
|
|
31699
|
+
font-family: Inter;
|
|
31700
|
+
font-style: normal;
|
|
31701
|
+
font-weight: 600;
|
|
31702
|
+
font-size: 13px;
|
|
31703
|
+
line-height: 20px;
|
|
31799
31704
|
}
|
|
31800
|
-
|
|
31801
|
-
.
|
|
31705
|
+
|
|
31706
|
+
.E_l12f6ic {
|
|
31707
|
+
font-family: Inter;
|
|
31708
|
+
font-style: normal;
|
|
31802
31709
|
font-weight: bold;
|
|
31803
|
-
font-size:
|
|
31804
|
-
|
|
31710
|
+
font-size: 13px;
|
|
31711
|
+
line-height: 20px;
|
|
31805
31712
|
}
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
|
|
31713
|
+
|
|
31714
|
+
.E_l7gmukq {
|
|
31715
|
+
font-family: Inter;
|
|
31716
|
+
font-style: normal;
|
|
31717
|
+
font-weight: normal;
|
|
31718
|
+
text-transform: uppercase;
|
|
31719
|
+
font-feature-settings: "cpsp" on;
|
|
31720
|
+
font-size: 13px;
|
|
31721
|
+
line-height: 20px;
|
|
31810
31722
|
}
|
|
31811
|
-
|
|
31812
|
-
|
|
31813
|
-
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
|
|
31723
|
+
|
|
31724
|
+
.E_lkwl0yp {
|
|
31725
|
+
font-family: Inter;
|
|
31726
|
+
font-style: normal;
|
|
31727
|
+
font-weight: bold;
|
|
31728
|
+
text-transform: uppercase;
|
|
31729
|
+
font-feature-settings: "cpsp" on;
|
|
31730
|
+
font-size: 13px;
|
|
31731
|
+
line-height: 20px;
|
|
31817
31732
|
}
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31733
|
+
|
|
31734
|
+
.E_l10knv48 {
|
|
31735
|
+
font-family: Inter;
|
|
31736
|
+
font-style: normal;
|
|
31737
|
+
font-weight: normal;
|
|
31738
|
+
font-size: 12px;
|
|
31739
|
+
line-height: 18px;
|
|
31824
31740
|
}
|
|
31825
|
-
|
|
31826
|
-
|
|
31741
|
+
|
|
31742
|
+
.E_l6526ld {
|
|
31743
|
+
font-family: Inter;
|
|
31744
|
+
font-style: normal;
|
|
31745
|
+
font-weight: 500;
|
|
31746
|
+
font-size: 12px;
|
|
31747
|
+
line-height: 18px;
|
|
31827
31748
|
}
|
|
31828
31749
|
|
|
31829
|
-
.
|
|
31830
|
-
|
|
31750
|
+
.E_l1j81vli {
|
|
31751
|
+
font-family: Inter;
|
|
31752
|
+
font-style: normal;
|
|
31753
|
+
font-weight: bold;
|
|
31754
|
+
font-size: 12px;
|
|
31755
|
+
line-height: 18px;
|
|
31831
31756
|
}
|
|
31832
|
-
|
|
31833
|
-
|
|
31834
|
-
|
|
31757
|
+
|
|
31758
|
+
.E_l1x7n1mk {
|
|
31759
|
+
font-family: Inter;
|
|
31760
|
+
font-style: normal;
|
|
31761
|
+
font-weight: normal;
|
|
31762
|
+
font-size: 12px;
|
|
31763
|
+
line-height: 18px;
|
|
31835
31764
|
}
|
|
31836
31765
|
|
|
31837
|
-
.
|
|
31838
|
-
|
|
31766
|
+
.E_l9fqufz {
|
|
31767
|
+
font-family: Inter;
|
|
31768
|
+
font-style: normal;
|
|
31769
|
+
font-weight: 500;
|
|
31770
|
+
font-size: 12px;
|
|
31771
|
+
line-height: 18px;
|
|
31839
31772
|
}
|
|
31840
31773
|
|
|
31841
|
-
.
|
|
31842
|
-
|
|
31774
|
+
.E_l1iwnybd {
|
|
31775
|
+
font-family: Inter;
|
|
31776
|
+
font-style: normal;
|
|
31777
|
+
font-weight: bold;
|
|
31778
|
+
font-size: 12px;
|
|
31843
31779
|
line-height: 18px;
|
|
31844
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31845
|
-
height: 34px;
|
|
31846
|
-
min-height: 34px;
|
|
31847
|
-
box-sizing: border-box;
|
|
31848
|
-
margin-top: 8px;
|
|
31849
31780
|
}
|
|
31850
31781
|
|
|
31851
|
-
.
|
|
31852
|
-
|
|
31853
|
-
|
|
31854
|
-
|
|
31855
|
-
|
|
31856
|
-
|
|
31782
|
+
.E_lprtm1e {
|
|
31783
|
+
font-family: Inter;
|
|
31784
|
+
font-style: normal;
|
|
31785
|
+
font-weight: normal;
|
|
31786
|
+
text-transform: uppercase;
|
|
31787
|
+
font-feature-settings: "cpsp" on;
|
|
31788
|
+
font-size: 12px;
|
|
31789
|
+
line-height: 18px;
|
|
31857
31790
|
}
|
|
31858
|
-
|
|
31859
|
-
|
|
31791
|
+
|
|
31792
|
+
.E_l1lln87h {
|
|
31793
|
+
font-family: Inter;
|
|
31794
|
+
font-style: normal;
|
|
31795
|
+
font-weight: bold;
|
|
31796
|
+
text-transform: uppercase;
|
|
31797
|
+
font-feature-settings: "cpsp" on;
|
|
31798
|
+
font-size: 12px;
|
|
31799
|
+
line-height: 18px;
|
|
31860
31800
|
}
|
|
31861
|
-
|
|
31862
|
-
|
|
31801
|
+
|
|
31802
|
+
.E_f2pb48l {
|
|
31803
|
+
font-family: Inter;
|
|
31804
|
+
font-style: normal;
|
|
31805
|
+
font-weight: normal;
|
|
31806
|
+
font-size: 13px;
|
|
31807
|
+
line-height: 20px;
|
|
31863
31808
|
}
|
|
31864
|
-
|
|
31865
|
-
|
|
31809
|
+
|
|
31810
|
+
.E_fi9emkw {
|
|
31811
|
+
font-family: Inter;
|
|
31812
|
+
font-style: normal;
|
|
31813
|
+
font-weight: normal;
|
|
31814
|
+
font-size: 13px;
|
|
31815
|
+
line-height: 20px;
|
|
31866
31816
|
}
|
|
31867
|
-
|
|
31868
|
-
|
|
31817
|
+
|
|
31818
|
+
.E_f1nrg7da {
|
|
31819
|
+
font-family: Inter;
|
|
31820
|
+
font-style: normal;
|
|
31821
|
+
font-weight: normal;
|
|
31822
|
+
font-size: 12px;
|
|
31823
|
+
line-height: 18px;
|
|
31869
31824
|
}
|
|
31870
|
-
|
|
31871
|
-
|
|
31825
|
+
|
|
31826
|
+
.E_f17k1i3n {
|
|
31827
|
+
font-family: Inter;
|
|
31828
|
+
font-style: normal;
|
|
31829
|
+
font-weight: normal;
|
|
31830
|
+
font-size: 12px;
|
|
31831
|
+
line-height: 18px;
|
|
31872
31832
|
}
|
|
31873
|
-
|
|
31874
|
-
|
|
31833
|
+
|
|
31834
|
+
.E_t1tvuj2e {
|
|
31835
|
+
font-family: Inter;
|
|
31836
|
+
font-style: normal;
|
|
31837
|
+
font-weight: normal;
|
|
31838
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31839
|
+
font-size: 13px;
|
|
31840
|
+
line-height: 20px;
|
|
31875
31841
|
}
|
|
31876
|
-
|
|
31877
|
-
|
|
31842
|
+
|
|
31843
|
+
.E_t17uajlu {
|
|
31844
|
+
font-family: Inter;
|
|
31845
|
+
font-style: normal;
|
|
31846
|
+
font-weight: normal;
|
|
31847
|
+
font-feature-settings: "zero" on;
|
|
31848
|
+
font-size: 13px;
|
|
31849
|
+
line-height: 20px;
|
|
31878
31850
|
}
|
|
31879
|
-
|
|
31880
|
-
|
|
31881
|
-
|
|
31851
|
+
|
|
31852
|
+
.E_t114zbyz {
|
|
31853
|
+
font-family: Inter;
|
|
31854
|
+
font-style: normal;
|
|
31855
|
+
font-weight: normal;
|
|
31856
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31857
|
+
font-size: 12px;
|
|
31858
|
+
line-height: 18px;
|
|
31882
31859
|
}
|
|
31883
31860
|
|
|
31884
|
-
.
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
|
|
31861
|
+
.E_t1il0kvi {
|
|
31862
|
+
font-family: Inter;
|
|
31863
|
+
font-style: normal;
|
|
31864
|
+
font-weight: 500;
|
|
31865
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31866
|
+
font-size: 12px;
|
|
31867
|
+
line-height: 18px;
|
|
31889
31868
|
}
|
|
31890
|
-
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31869
|
+
|
|
31870
|
+
.E_t10dv8p1 {
|
|
31871
|
+
font-family: Inter;
|
|
31872
|
+
font-style: normal;
|
|
31873
|
+
font-weight: normal;
|
|
31874
|
+
font-feature-settings: "zero" on;
|
|
31875
|
+
font-size: 12px;
|
|
31876
|
+
line-height: 18px;
|
|
31894
31877
|
}
|
|
31895
31878
|
|
|
31896
|
-
.
|
|
31897
|
-
|
|
31898
|
-
|
|
31899
|
-
|
|
31900
|
-
|
|
31879
|
+
.E_tc2oqpq {
|
|
31880
|
+
font-family: Inter;
|
|
31881
|
+
font-style: normal;
|
|
31882
|
+
font-weight: 500;
|
|
31883
|
+
font-feature-settings: "zero" on;
|
|
31884
|
+
font-size: 12px;
|
|
31901
31885
|
line-height: 18px;
|
|
31902
|
-
margin-top: 2px;
|
|
31903
31886
|
}
|
|
31904
31887
|
|
|
31905
|
-
.
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31888
|
+
.E_tzvddmc {
|
|
31889
|
+
font-family: Inter;
|
|
31890
|
+
font-style: normal;
|
|
31891
|
+
font-weight: bold;
|
|
31892
|
+
font-feature-settings: "zero" on;
|
|
31893
|
+
font-size: 16px;
|
|
31894
|
+
line-height: 24px;
|
|
31909
31895
|
}
|
|
31910
31896
|
|
|
31911
|
-
.
|
|
31912
|
-
|
|
31913
|
-
|
|
31897
|
+
.E_u18llj45 {
|
|
31898
|
+
font-family: Inter;
|
|
31899
|
+
font-style: normal;
|
|
31900
|
+
font-weight: normal;
|
|
31901
|
+
font-size: 10px;
|
|
31902
|
+
line-height: 12px;
|
|
31903
|
+
}
|
|
31904
|
+
|
|
31905
|
+
.E_skwah65 {
|
|
31906
|
+
height: 8px;
|
|
31907
|
+
box-sizing: border-box;
|
|
31908
|
+
border-radius: 2px;
|
|
31909
|
+
background: #f5f7fa;
|
|
31910
|
+
display: flex;
|
|
31914
31911
|
width: 100%;
|
|
31915
|
-
|
|
31912
|
+
overflow: hidden;
|
|
31913
|
+
}
|
|
31914
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31915
|
+
margin-left: 1px;
|
|
31916
31916
|
}
|
|
31917
31917
|
|
|
31918
31918
|
.E_s1ebs0ra {
|
|
@@ -32116,26 +32116,40 @@ input.E_rf8rlle.ant-input {
|
|
|
32116
32116
|
color: #fff;
|
|
32117
32117
|
}
|
|
32118
32118
|
|
|
32119
|
-
.
|
|
32120
|
-
|
|
32119
|
+
.E_berrcjl {
|
|
32120
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32121
|
+
margin-bottom: 4px;
|
|
32121
32122
|
}
|
|
32122
|
-
.
|
|
32123
|
-
|
|
32124
|
-
|
|
32125
|
-
|
|
32126
|
-
line-height: 32px;
|
|
32123
|
+
.E_berrcjl .breadcrumb-link {
|
|
32124
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32125
|
+
cursor: pointer;
|
|
32126
|
+
transition: color 160ms ease;
|
|
32127
32127
|
}
|
|
32128
|
-
.
|
|
32129
|
-
|
|
32130
|
-
border-radius: 8px;
|
|
32131
|
-
background: #fff;
|
|
32128
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32129
|
+
color: #0080ff;
|
|
32132
32130
|
}
|
|
32133
|
-
.
|
|
32134
|
-
|
|
32135
|
-
|
|
32136
|
-
|
|
32137
|
-
|
|
32138
|
-
|
|
32131
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32132
|
+
color: #005ed1;
|
|
32133
|
+
}
|
|
32134
|
+
|
|
32135
|
+
.E_c18gxmrl {
|
|
32136
|
+
border: 1px solid #d8deeb;
|
|
32137
|
+
border-radius: 4px;
|
|
32138
|
+
}
|
|
32139
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32140
|
+
margin-top: 8px;
|
|
32141
|
+
}
|
|
32142
|
+
.E_c18gxmrl:hover {
|
|
32143
|
+
border-color: #0080ff;
|
|
32144
|
+
}
|
|
32145
|
+
.E_c18gxmrl:hover > header {
|
|
32146
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32147
|
+
}
|
|
32148
|
+
.E_c18gxmrl.active header {
|
|
32149
|
+
border-bottom: 1px solid #d8deeb;
|
|
32150
|
+
}
|
|
32151
|
+
.E_c18gxmrl > header {
|
|
32152
|
+
padding: 8px 12px;
|
|
32139
32153
|
}
|
|
32140
32154
|
|
|
32141
32155
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
@@ -32172,20 +32186,26 @@ input.E_rf8rlle.ant-input {
|
|
|
32172
32186
|
background-color: transparent;
|
|
32173
32187
|
}
|
|
32174
32188
|
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32177
|
-
margin-bottom: 4px;
|
|
32189
|
+
.E_c1uzzomf {
|
|
32190
|
+
margin-bottom: 16px;
|
|
32178
32191
|
}
|
|
32179
|
-
.
|
|
32180
|
-
|
|
32181
|
-
|
|
32182
|
-
|
|
32192
|
+
.E_c1uzzomf .card-title {
|
|
32193
|
+
font-size: 16px;
|
|
32194
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32195
|
+
font-weight: 700;
|
|
32196
|
+
line-height: 32px;
|
|
32183
32197
|
}
|
|
32184
|
-
.
|
|
32185
|
-
|
|
32198
|
+
.E_c1uzzomf .card-body {
|
|
32199
|
+
padding: 24px;
|
|
32200
|
+
border-radius: 8px;
|
|
32201
|
+
background: #fff;
|
|
32186
32202
|
}
|
|
32187
|
-
.
|
|
32188
|
-
|
|
32203
|
+
.E_c1uzzomf .empty {
|
|
32204
|
+
font-weight: 700;
|
|
32205
|
+
font-size: 14px;
|
|
32206
|
+
line-height: 22px;
|
|
32207
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32208
|
+
text-align: center;
|
|
32189
32209
|
}
|
|
32190
32210
|
|
|
32191
32211
|
.E_c1bus5hc {
|
|
@@ -32228,26 +32248,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32228
32248
|
transform: rotate(0deg);
|
|
32229
32249
|
}
|
|
32230
32250
|
|
|
32231
|
-
.E_c18gxmrl {
|
|
32232
|
-
border: 1px solid #d8deeb;
|
|
32233
|
-
border-radius: 4px;
|
|
32234
|
-
}
|
|
32235
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
32236
|
-
margin-top: 8px;
|
|
32237
|
-
}
|
|
32238
|
-
.E_c18gxmrl:hover {
|
|
32239
|
-
border-color: #0080ff;
|
|
32240
|
-
}
|
|
32241
|
-
.E_c18gxmrl:hover > header {
|
|
32242
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32243
|
-
}
|
|
32244
|
-
.E_c18gxmrl.active header {
|
|
32245
|
-
border-bottom: 1px solid #d8deeb;
|
|
32246
|
-
}
|
|
32247
|
-
.E_c18gxmrl > header {
|
|
32248
|
-
padding: 8px 12px;
|
|
32249
|
-
}
|
|
32250
|
-
|
|
32251
32251
|
.E_d1bw7c5z {
|
|
32252
32252
|
position: relative;
|
|
32253
32253
|
max-width: 388px;
|
|
@@ -32469,6 +32469,16 @@ input.E_rf8rlle.ant-input {
|
|
|
32469
32469
|
border-radius: 2px;
|
|
32470
32470
|
}
|
|
32471
32471
|
|
|
32472
|
+
.E_gmyahx3 {
|
|
32473
|
+
cursor: pointer;
|
|
32474
|
+
}
|
|
32475
|
+
.E_gmyahx3 .link-text {
|
|
32476
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32477
|
+
}
|
|
32478
|
+
.E_gmyahx3:hover .link-text {
|
|
32479
|
+
color: #0080ff;
|
|
32480
|
+
}
|
|
32481
|
+
|
|
32472
32482
|
.E_n12mqh7z {
|
|
32473
32483
|
display: flex;
|
|
32474
32484
|
align-items: center;
|
|
@@ -32492,24 +32502,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32492
32502
|
margin: 0 2px;
|
|
32493
32503
|
}
|
|
32494
32504
|
|
|
32495
|
-
.E_gmyahx3 {
|
|
32496
|
-
cursor: pointer;
|
|
32497
|
-
}
|
|
32498
|
-
.E_gmyahx3 .link-text {
|
|
32499
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32500
|
-
}
|
|
32501
|
-
.E_gmyahx3:hover .link-text {
|
|
32502
|
-
color: #0080ff;
|
|
32503
|
-
}
|
|
32504
|
-
|
|
32505
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32506
|
-
display: flex;
|
|
32507
|
-
align-items: center;
|
|
32508
|
-
}
|
|
32509
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32510
|
-
margin-right: 8px;
|
|
32511
|
-
}
|
|
32512
|
-
|
|
32513
32505
|
.E_ou7iq30 {
|
|
32514
32506
|
overflow: hidden;
|
|
32515
32507
|
text-overflow: ellipsis;
|
|
@@ -32526,6 +32518,14 @@ input.E_rf8rlle.ant-input {
|
|
|
32526
32518
|
word-break: break-all;
|
|
32527
32519
|
}
|
|
32528
32520
|
|
|
32521
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32522
|
+
display: flex;
|
|
32523
|
+
align-items: center;
|
|
32524
|
+
}
|
|
32525
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32526
|
+
margin-right: 8px;
|
|
32527
|
+
}
|
|
32528
|
+
|
|
32529
32529
|
.E_t1sqg15u {
|
|
32530
32530
|
background: white;
|
|
32531
32531
|
}
|
|
@@ -32623,6 +32623,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32623
32623
|
text-overflow: ellipsis;
|
|
32624
32624
|
}
|
|
32625
32625
|
|
|
32626
|
+
.E_m74vjol {
|
|
32627
|
+
display: flex;
|
|
32628
|
+
justify-content: space-between;
|
|
32629
|
+
width: 100%;
|
|
32630
|
+
}
|
|
32631
|
+
.E_m74vjol .action {
|
|
32632
|
+
margin-left: 16px;
|
|
32633
|
+
}
|
|
32634
|
+
|
|
32635
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32636
|
+
width: 100%;
|
|
32637
|
+
}
|
|
32638
|
+
|
|
32626
32639
|
.E_wg1tsps {
|
|
32627
32640
|
display: flex;
|
|
32628
32641
|
align-items: center;
|
|
@@ -32646,19 +32659,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32646
32659
|
color: #00122e !important;
|
|
32647
32660
|
}
|
|
32648
32661
|
|
|
32649
|
-
.E_m74vjol {
|
|
32650
|
-
display: flex;
|
|
32651
|
-
justify-content: space-between;
|
|
32652
|
-
width: 100%;
|
|
32653
|
-
}
|
|
32654
|
-
.E_m74vjol .action {
|
|
32655
|
-
margin-left: 16px;
|
|
32656
|
-
}
|
|
32657
|
-
|
|
32658
|
-
.E_a1o35uvh .ant-alert-message {
|
|
32659
|
-
width: 100%;
|
|
32660
|
-
}
|
|
32661
|
-
|
|
32662
32662
|
.E_c1yyuluq {
|
|
32663
32663
|
border-radius: 8px;
|
|
32664
32664
|
}
|
|
@@ -32777,96 +32777,22 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32777
32777
|
transform: rotate(180deg);
|
|
32778
32778
|
}
|
|
32779
32779
|
|
|
32780
|
-
.
|
|
32781
|
-
height: 24px;
|
|
32782
|
-
width: 56px !important;
|
|
32780
|
+
.E_tju3gfj .date {
|
|
32783
32781
|
margin-right: 4px;
|
|
32784
32782
|
}
|
|
32785
32783
|
|
|
32786
|
-
.E_c1wk4q29 {
|
|
32787
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32788
|
-
}
|
|
32789
|
-
|
|
32790
32784
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32791
32785
|
display: flex;
|
|
32792
32786
|
}
|
|
32793
32787
|
|
|
32794
|
-
.
|
|
32795
|
-
|
|
32796
|
-
|
|
32797
|
-
|
|
32798
|
-
height: 22px;
|
|
32799
|
-
}
|
|
32800
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32801
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32802
|
-
}
|
|
32803
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32804
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32805
|
-
}
|
|
32806
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32807
|
-
color: #00122e;
|
|
32808
|
-
}
|
|
32809
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32810
|
-
margin-right: 6px;
|
|
32811
|
-
}
|
|
32812
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32813
|
-
margin-left: 4px;
|
|
32814
|
-
}
|
|
32815
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32816
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32817
|
-
}
|
|
32818
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32819
|
-
background-color: #0080ff;
|
|
32820
|
-
}
|
|
32821
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32822
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32823
|
-
}
|
|
32824
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32825
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32826
|
-
}
|
|
32827
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32828
|
-
background-color: #f0483e;
|
|
32829
|
-
}
|
|
32830
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32831
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32832
|
-
}
|
|
32833
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32834
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32835
|
-
}
|
|
32836
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32837
|
-
background-color: #fea008;
|
|
32838
|
-
}
|
|
32839
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32840
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32841
|
-
}
|
|
32842
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32843
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32844
|
-
}
|
|
32845
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32846
|
-
background-color: #00ba5d;
|
|
32847
|
-
}
|
|
32848
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32849
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32850
|
-
}
|
|
32851
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32852
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32853
|
-
}
|
|
32854
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32855
|
-
background-color: #6b7d99;
|
|
32856
|
-
}
|
|
32857
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32858
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32859
|
-
}
|
|
32860
|
-
|
|
32861
|
-
.E_satwmqm {
|
|
32862
|
-
width: 8px;
|
|
32863
|
-
height: 8px;
|
|
32864
|
-
border-radius: 50%;
|
|
32865
|
-
display: inline-block;
|
|
32788
|
+
.E_ivqqkzv {
|
|
32789
|
+
height: 24px;
|
|
32790
|
+
width: 56px !important;
|
|
32791
|
+
margin-right: 4px;
|
|
32866
32792
|
}
|
|
32867
32793
|
|
|
32868
|
-
.
|
|
32869
|
-
|
|
32794
|
+
.E_c1wk4q29 {
|
|
32795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32870
32796
|
}
|
|
32871
32797
|
|
|
32872
32798
|
.E_t13ef470 {
|
|
@@ -32965,20 +32891,94 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32965
32891
|
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32966
32892
|
background-color: #f0483e;
|
|
32967
32893
|
}
|
|
32968
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32894
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32895
|
+
background-color: #fea008;
|
|
32896
|
+
}
|
|
32897
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32898
|
+
background-color: #00ba5d;
|
|
32899
|
+
}
|
|
32900
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32901
|
+
background-color: #0080ff;
|
|
32902
|
+
}
|
|
32903
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32904
|
+
background-color: #6b7d99;
|
|
32905
|
+
}
|
|
32906
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32907
|
+
background-color: #7E41FF;
|
|
32908
|
+
}
|
|
32909
|
+
|
|
32910
|
+
.E_sddwhm6 {
|
|
32911
|
+
margin: 0;
|
|
32912
|
+
border-radius: 20px;
|
|
32913
|
+
padding: 2px 10px;
|
|
32914
|
+
height: 22px;
|
|
32915
|
+
}
|
|
32916
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32917
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32918
|
+
}
|
|
32919
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32920
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32921
|
+
}
|
|
32922
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32923
|
+
color: #00122e;
|
|
32924
|
+
}
|
|
32925
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32926
|
+
margin-right: 6px;
|
|
32927
|
+
}
|
|
32928
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32929
|
+
margin-left: 4px;
|
|
32930
|
+
}
|
|
32931
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32932
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32933
|
+
}
|
|
32934
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32935
|
+
background-color: #0080ff;
|
|
32936
|
+
}
|
|
32937
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32938
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32939
|
+
}
|
|
32940
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32941
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32942
|
+
}
|
|
32943
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32944
|
+
background-color: #f0483e;
|
|
32945
|
+
}
|
|
32946
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32947
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32948
|
+
}
|
|
32949
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32950
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32951
|
+
}
|
|
32952
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32969
32953
|
background-color: #fea008;
|
|
32970
32954
|
}
|
|
32971
|
-
.
|
|
32955
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32956
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32957
|
+
}
|
|
32958
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32959
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32960
|
+
}
|
|
32961
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32972
32962
|
background-color: #00ba5d;
|
|
32973
32963
|
}
|
|
32974
|
-
.
|
|
32975
|
-
background-color:
|
|
32964
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32965
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32976
32966
|
}
|
|
32977
|
-
.
|
|
32967
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32968
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32969
|
+
}
|
|
32970
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32978
32971
|
background-color: #6b7d99;
|
|
32979
32972
|
}
|
|
32980
|
-
.
|
|
32981
|
-
background-color:
|
|
32973
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32974
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32975
|
+
}
|
|
32976
|
+
|
|
32977
|
+
.E_satwmqm {
|
|
32978
|
+
width: 8px;
|
|
32979
|
+
height: 8px;
|
|
32980
|
+
border-radius: 50%;
|
|
32981
|
+
display: inline-block;
|
|
32982
32982
|
}
|
|
32983
32983
|
|
|
32984
32984
|
.E_h1ol2wl7 {
|
|
@@ -32987,55 +32987,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32987
32987
|
padding: unset;
|
|
32988
32988
|
}
|
|
32989
32989
|
|
|
32990
|
-
.E_lht19u8 {
|
|
32991
|
-
width: 64px;
|
|
32992
|
-
height: 64px;
|
|
32993
|
-
display: flex;
|
|
32994
|
-
align-items: center;
|
|
32995
|
-
justify-content: center;
|
|
32996
|
-
position: relative;
|
|
32997
|
-
opacity: 0.2;
|
|
32998
|
-
}
|
|
32999
|
-
|
|
33000
|
-
.E_lk3gkp4 {
|
|
33001
|
-
position: absolute;
|
|
33002
|
-
width: 5px;
|
|
33003
|
-
height: 48px;
|
|
33004
|
-
left: 9.33px;
|
|
33005
|
-
top: 40.5px;
|
|
33006
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33007
|
-
border-radius: 5px;
|
|
33008
|
-
transform: rotate(-128deg);
|
|
33009
|
-
transform-origin: top left;
|
|
33010
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33011
|
-
}
|
|
33012
|
-
|
|
33013
|
-
.E_ll4n94n {
|
|
33014
|
-
position: absolute;
|
|
33015
|
-
width: 5px;
|
|
33016
|
-
height: 48px;
|
|
33017
|
-
left: 40.8px;
|
|
33018
|
-
top: 8.4px;
|
|
33019
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33020
|
-
border-radius: 5px;
|
|
33021
|
-
transform: rotate(-8deg);
|
|
33022
|
-
transform-origin: top left;
|
|
33023
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33024
|
-
}
|
|
33025
|
-
|
|
33026
|
-
.E_l17lbdo6 {
|
|
33027
|
-
position: absolute;
|
|
33028
|
-
width: 5px;
|
|
33029
|
-
height: 48px;
|
|
33030
|
-
left: 52.9px;
|
|
33031
|
-
top: 51.8px;
|
|
33032
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33033
|
-
border-radius: 5px;
|
|
33034
|
-
transform: rotate(112deg);
|
|
33035
|
-
transform-origin: top left;
|
|
33036
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33037
|
-
}
|
|
33038
|
-
|
|
33039
32990
|
.E_msn7nxt {
|
|
33040
32991
|
color: rgba(44, 56, 82, 0.6);
|
|
33041
32992
|
text-align: center;
|
|
@@ -33197,6 +33148,55 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33197
33148
|
margin-left: 8px;
|
|
33198
33149
|
}
|
|
33199
33150
|
|
|
33151
|
+
.E_lht19u8 {
|
|
33152
|
+
width: 64px;
|
|
33153
|
+
height: 64px;
|
|
33154
|
+
display: flex;
|
|
33155
|
+
align-items: center;
|
|
33156
|
+
justify-content: center;
|
|
33157
|
+
position: relative;
|
|
33158
|
+
opacity: 0.2;
|
|
33159
|
+
}
|
|
33160
|
+
|
|
33161
|
+
.E_lk3gkp4 {
|
|
33162
|
+
position: absolute;
|
|
33163
|
+
width: 5px;
|
|
33164
|
+
height: 48px;
|
|
33165
|
+
left: 9.33px;
|
|
33166
|
+
top: 40.5px;
|
|
33167
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33168
|
+
border-radius: 5px;
|
|
33169
|
+
transform: rotate(-128deg);
|
|
33170
|
+
transform-origin: top left;
|
|
33171
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33172
|
+
}
|
|
33173
|
+
|
|
33174
|
+
.E_ll4n94n {
|
|
33175
|
+
position: absolute;
|
|
33176
|
+
width: 5px;
|
|
33177
|
+
height: 48px;
|
|
33178
|
+
left: 40.8px;
|
|
33179
|
+
top: 8.4px;
|
|
33180
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33181
|
+
border-radius: 5px;
|
|
33182
|
+
transform: rotate(-8deg);
|
|
33183
|
+
transform-origin: top left;
|
|
33184
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33185
|
+
}
|
|
33186
|
+
|
|
33187
|
+
.E_l17lbdo6 {
|
|
33188
|
+
position: absolute;
|
|
33189
|
+
width: 5px;
|
|
33190
|
+
height: 48px;
|
|
33191
|
+
left: 52.9px;
|
|
33192
|
+
top: 51.8px;
|
|
33193
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33194
|
+
border-radius: 5px;
|
|
33195
|
+
transform: rotate(112deg);
|
|
33196
|
+
transform-origin: top left;
|
|
33197
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33198
|
+
}
|
|
33199
|
+
|
|
33200
33200
|
.E_sjob3jg {
|
|
33201
33201
|
--item-min-width: 60px;
|
|
33202
33202
|
}
|
|
@@ -33798,75 +33798,212 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33798
33798
|
}
|
|
33799
33799
|
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33800
33800
|
border: none;
|
|
33801
|
-
outline: none;
|
|
33802
|
-
box-shadow: none;
|
|
33801
|
+
outline: none;
|
|
33802
|
+
box-shadow: none;
|
|
33803
|
+
}
|
|
33804
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33805
|
+
cursor: pointer;
|
|
33806
|
+
}
|
|
33807
|
+
|
|
33808
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33809
|
+
padding: 12px 12px 0 12px;
|
|
33810
|
+
}
|
|
33811
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33812
|
+
padding-left: 16px;
|
|
33813
|
+
}
|
|
33814
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33815
|
+
margin-right: 0;
|
|
33816
|
+
}
|
|
33817
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33818
|
+
margin-left: 2px;
|
|
33819
|
+
}
|
|
33820
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33821
|
+
max-height: 470px;
|
|
33822
|
+
overflow: auto;
|
|
33823
|
+
}
|
|
33824
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33825
|
+
padding: 0 12px;
|
|
33826
|
+
}
|
|
33827
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33828
|
+
height: 470px;
|
|
33829
|
+
overflow: auto;
|
|
33830
|
+
}
|
|
33831
|
+
|
|
33832
|
+
.E_d1tc7lgk {
|
|
33833
|
+
min-width: 200px;
|
|
33834
|
+
}
|
|
33835
|
+
.E_d1tc7lgk header {
|
|
33836
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33837
|
+
padding: 8px 12px;
|
|
33838
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33839
|
+
}
|
|
33840
|
+
.E_d1tc7lgk ul {
|
|
33841
|
+
list-style: none;
|
|
33842
|
+
padding: 12px;
|
|
33843
|
+
}
|
|
33844
|
+
.E_d1tc7lgk ul li {
|
|
33845
|
+
padding: 5px 8px;
|
|
33846
|
+
border-radius: 5px;
|
|
33847
|
+
transition: all 0.2s ease-in-out;
|
|
33848
|
+
cursor: pointer;
|
|
33849
|
+
}
|
|
33850
|
+
.E_d1tc7lgk ul li:hover {
|
|
33851
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33852
|
+
color: #0080ff;
|
|
33853
|
+
}
|
|
33854
|
+
.E_d1tc7lgk ul li:active {
|
|
33855
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33856
|
+
color: #0080ff;
|
|
33857
|
+
}
|
|
33858
|
+
.E_d1tc7lgk ul li + li {
|
|
33859
|
+
margin-top: 2px;
|
|
33860
|
+
}
|
|
33861
|
+
|
|
33862
|
+
.E_rzaik16 {
|
|
33863
|
+
padding: 0;
|
|
33864
|
+
}
|
|
33865
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33866
|
+
display: none;
|
|
33867
|
+
}
|
|
33868
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33869
|
+
padding: 0;
|
|
33870
|
+
}
|
|
33871
|
+
|
|
33872
|
+
.E_c1kghdax {
|
|
33873
|
+
color: #2d3a56;
|
|
33874
|
+
padding: 7px 12px;
|
|
33875
|
+
display: flex;
|
|
33876
|
+
justify-content: space-between;
|
|
33877
|
+
align-items: center;
|
|
33878
|
+
}
|
|
33879
|
+
.E_c1kghdax.has-arrow {
|
|
33880
|
+
padding-left: 10px;
|
|
33881
|
+
}
|
|
33882
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33883
|
+
cursor: pointer;
|
|
33884
|
+
color: #00122e;
|
|
33885
|
+
}
|
|
33886
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33887
|
+
color: #2d3a56;
|
|
33888
|
+
font-weight: 600;
|
|
33889
|
+
}
|
|
33890
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33891
|
+
transform: rotate(90deg);
|
|
33892
|
+
}
|
|
33893
|
+
.E_c1kghdax .sub-info {
|
|
33894
|
+
font-size: 12px;
|
|
33895
|
+
line-height: 18px;
|
|
33896
|
+
}
|
|
33897
|
+
.E_c1kghdax .title-wrapper {
|
|
33898
|
+
display: flex;
|
|
33899
|
+
align-items: center;
|
|
33900
|
+
user-select: none;
|
|
33901
|
+
flex-grow: 1;
|
|
33902
|
+
font-size: 12px;
|
|
33903
|
+
line-height: 18px;
|
|
33904
|
+
color: #2d3a56;
|
|
33905
|
+
font-weight: 700;
|
|
33906
|
+
}
|
|
33907
|
+
.E_c1kghdax .collapse-arrow {
|
|
33908
|
+
transition: all 50ms ease-out 0ms;
|
|
33909
|
+
margin-right: 2px;
|
|
33910
|
+
}
|
|
33911
|
+
|
|
33912
|
+
.E_c1yd35n {
|
|
33913
|
+
padding: 0 12px 14px 12px;
|
|
33914
|
+
}
|
|
33915
|
+
|
|
33916
|
+
.E_ckui4s7 {
|
|
33917
|
+
color: #2d3a56;
|
|
33918
|
+
line-height: 22px;
|
|
33919
|
+
display: inline-flex;
|
|
33920
|
+
}
|
|
33921
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33922
|
+
height: 22px;
|
|
33923
|
+
display: flex;
|
|
33924
|
+
align-items: center;
|
|
33925
|
+
top: 0;
|
|
33926
|
+
}
|
|
33927
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33928
|
+
border: none;
|
|
33803
33929
|
}
|
|
33804
|
-
.
|
|
33805
|
-
|
|
33930
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33931
|
+
border-color: #0080ff;
|
|
33806
33932
|
}
|
|
33807
|
-
|
|
33808
|
-
|
|
33809
|
-
padding: 12px 12px 0 12px;
|
|
33933
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33934
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33810
33935
|
}
|
|
33811
|
-
.
|
|
33812
|
-
|
|
33936
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33937
|
+
border: 1px solid #0080ff;
|
|
33813
33938
|
}
|
|
33814
|
-
.
|
|
33815
|
-
|
|
33939
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33940
|
+
background: #0080ff;
|
|
33816
33941
|
}
|
|
33817
|
-
.
|
|
33818
|
-
|
|
33942
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33943
|
+
background-color: #fff;
|
|
33944
|
+
height: 2px;
|
|
33945
|
+
width: 10px;
|
|
33946
|
+
border-radius: 2px;
|
|
33819
33947
|
}
|
|
33820
|
-
.
|
|
33821
|
-
|
|
33822
|
-
overflow: auto;
|
|
33948
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33949
|
+
opacity: 0.5;
|
|
33823
33950
|
}
|
|
33824
|
-
.
|
|
33825
|
-
|
|
33951
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33952
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33953
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33826
33954
|
}
|
|
33827
|
-
.
|
|
33828
|
-
|
|
33829
|
-
overflow: auto;
|
|
33955
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33956
|
+
border-color: #2d3a56;
|
|
33830
33957
|
}
|
|
33831
|
-
|
|
33832
|
-
|
|
33833
|
-
min-width: 200px;
|
|
33958
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33959
|
+
background: #2d3a56;
|
|
33834
33960
|
}
|
|
33835
|
-
.
|
|
33836
|
-
|
|
33837
|
-
|
|
33961
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33962
|
+
padding: 0;
|
|
33963
|
+
}
|
|
33964
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33965
|
+
display: inline-block;
|
|
33966
|
+
margin-left: 12px;
|
|
33967
|
+
color: #2d3a56;
|
|
33968
|
+
}
|
|
33969
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33970
|
+
margin-left: 28px;
|
|
33838
33971
|
color: rgba(44, 56, 82, 0.6);
|
|
33839
33972
|
}
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33842
|
-
padding: 12px;
|
|
33973
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33974
|
+
margin-left: 8px;
|
|
33843
33975
|
}
|
|
33844
|
-
.
|
|
33845
|
-
|
|
33846
|
-
border-radius: 5px;
|
|
33847
|
-
transition: all 0.2s ease-in-out;
|
|
33848
|
-
cursor: pointer;
|
|
33976
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33977
|
+
margin-left: 24px;
|
|
33849
33978
|
}
|
|
33850
|
-
|
|
33851
|
-
|
|
33852
|
-
|
|
33979
|
+
|
|
33980
|
+
.E_suhck3k {
|
|
33981
|
+
height: 24px;
|
|
33982
|
+
width: 24px;
|
|
33983
|
+
border-radius: 6px;
|
|
33984
|
+
padding: 4px;
|
|
33853
33985
|
}
|
|
33854
|
-
.
|
|
33855
|
-
background: rgba(0, 136, 255, 0.
|
|
33856
|
-
color: #0080ff;
|
|
33986
|
+
.E_suhck3k:hover {
|
|
33987
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33857
33988
|
}
|
|
33858
|
-
.
|
|
33859
|
-
|
|
33989
|
+
.E_suhck3k:hover svg path {
|
|
33990
|
+
fill: blue;
|
|
33860
33991
|
}
|
|
33861
33992
|
|
|
33862
|
-
.
|
|
33863
|
-
|
|
33864
|
-
|
|
33865
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33866
|
-
display: none;
|
|
33993
|
+
.E_ryby9ds {
|
|
33994
|
+
display: flex;
|
|
33995
|
+
align-items: center;
|
|
33867
33996
|
}
|
|
33868
|
-
.
|
|
33869
|
-
|
|
33997
|
+
.E_ryby9ds .order {
|
|
33998
|
+
height: 24px;
|
|
33999
|
+
width: 24px;
|
|
34000
|
+
border-radius: 20px;
|
|
34001
|
+
color: #0080ff;
|
|
34002
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34003
|
+
display: flex;
|
|
34004
|
+
align-items: center;
|
|
34005
|
+
justify-content: center;
|
|
34006
|
+
margin-right: 6px;
|
|
33870
34007
|
}
|
|
33871
34008
|
|
|
33872
34009
|
.E_t160l1cm {
|
|
@@ -34072,143 +34209,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34072
34209
|
background: transparent;
|
|
34073
34210
|
}
|
|
34074
34211
|
|
|
34075
|
-
.E_ckui4s7 {
|
|
34076
|
-
color: #2d3a56;
|
|
34077
|
-
line-height: 22px;
|
|
34078
|
-
display: inline-flex;
|
|
34079
|
-
}
|
|
34080
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34081
|
-
height: 22px;
|
|
34082
|
-
display: flex;
|
|
34083
|
-
align-items: center;
|
|
34084
|
-
top: 0;
|
|
34085
|
-
}
|
|
34086
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34087
|
-
border: none;
|
|
34088
|
-
}
|
|
34089
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34090
|
-
border-color: #0080ff;
|
|
34091
|
-
}
|
|
34092
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34093
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34094
|
-
}
|
|
34095
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34096
|
-
border: 1px solid #0080ff;
|
|
34097
|
-
}
|
|
34098
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34099
|
-
background: #0080ff;
|
|
34100
|
-
}
|
|
34101
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34102
|
-
background-color: #fff;
|
|
34103
|
-
height: 2px;
|
|
34104
|
-
width: 10px;
|
|
34105
|
-
border-radius: 2px;
|
|
34106
|
-
}
|
|
34107
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34108
|
-
opacity: 0.5;
|
|
34109
|
-
}
|
|
34110
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34111
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34112
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34113
|
-
}
|
|
34114
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34115
|
-
border-color: #2d3a56;
|
|
34116
|
-
}
|
|
34117
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34118
|
-
background: #2d3a56;
|
|
34119
|
-
}
|
|
34120
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34121
|
-
padding: 0;
|
|
34122
|
-
}
|
|
34123
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34124
|
-
display: inline-block;
|
|
34125
|
-
margin-left: 12px;
|
|
34126
|
-
color: #2d3a56;
|
|
34127
|
-
}
|
|
34128
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34129
|
-
margin-left: 28px;
|
|
34130
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34131
|
-
}
|
|
34132
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34133
|
-
margin-left: 8px;
|
|
34134
|
-
}
|
|
34135
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34136
|
-
margin-left: 24px;
|
|
34137
|
-
}
|
|
34138
|
-
|
|
34139
|
-
.E_c1yd35n {
|
|
34140
|
-
padding: 0 12px 14px 12px;
|
|
34141
|
-
}
|
|
34142
|
-
|
|
34143
|
-
.E_c1kghdax {
|
|
34144
|
-
color: #2d3a56;
|
|
34145
|
-
padding: 7px 12px;
|
|
34146
|
-
display: flex;
|
|
34147
|
-
justify-content: space-between;
|
|
34148
|
-
align-items: center;
|
|
34149
|
-
}
|
|
34150
|
-
.E_c1kghdax.has-arrow {
|
|
34151
|
-
padding-left: 10px;
|
|
34152
|
-
}
|
|
34153
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34154
|
-
cursor: pointer;
|
|
34155
|
-
color: #00122e;
|
|
34156
|
-
}
|
|
34157
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34158
|
-
color: #2d3a56;
|
|
34159
|
-
font-weight: 600;
|
|
34160
|
-
}
|
|
34161
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34162
|
-
transform: rotate(90deg);
|
|
34163
|
-
}
|
|
34164
|
-
.E_c1kghdax .sub-info {
|
|
34165
|
-
font-size: 12px;
|
|
34166
|
-
line-height: 18px;
|
|
34167
|
-
}
|
|
34168
|
-
.E_c1kghdax .title-wrapper {
|
|
34169
|
-
display: flex;
|
|
34170
|
-
align-items: center;
|
|
34171
|
-
user-select: none;
|
|
34172
|
-
flex-grow: 1;
|
|
34173
|
-
font-size: 12px;
|
|
34174
|
-
line-height: 18px;
|
|
34175
|
-
color: #2d3a56;
|
|
34176
|
-
font-weight: 700;
|
|
34177
|
-
}
|
|
34178
|
-
.E_c1kghdax .collapse-arrow {
|
|
34179
|
-
transition: all 50ms ease-out 0ms;
|
|
34180
|
-
margin-right: 2px;
|
|
34181
|
-
}
|
|
34182
|
-
|
|
34183
|
-
.E_suhck3k {
|
|
34184
|
-
height: 24px;
|
|
34185
|
-
width: 24px;
|
|
34186
|
-
border-radius: 6px;
|
|
34187
|
-
padding: 4px;
|
|
34188
|
-
}
|
|
34189
|
-
.E_suhck3k:hover {
|
|
34190
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34191
|
-
}
|
|
34192
|
-
.E_suhck3k:hover svg path {
|
|
34193
|
-
fill: blue;
|
|
34194
|
-
}
|
|
34195
|
-
|
|
34196
|
-
.E_ryby9ds {
|
|
34197
|
-
display: flex;
|
|
34198
|
-
align-items: center;
|
|
34199
|
-
}
|
|
34200
|
-
.E_ryby9ds .order {
|
|
34201
|
-
height: 24px;
|
|
34202
|
-
width: 24px;
|
|
34203
|
-
border-radius: 20px;
|
|
34204
|
-
color: #0080ff;
|
|
34205
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34206
|
-
display: flex;
|
|
34207
|
-
align-items: center;
|
|
34208
|
-
justify-content: center;
|
|
34209
|
-
margin-right: 6px;
|
|
34210
|
-
}
|
|
34211
|
-
|
|
34212
34212
|
.E_b14q2gmw {
|
|
34213
34213
|
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);
|
|
34214
34214
|
}
|
|
@@ -34264,6 +34264,11 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34264
34264
|
margin-right: 4px;
|
|
34265
34265
|
}
|
|
34266
34266
|
|
|
34267
|
+
.E_i1g85yz3 {
|
|
34268
|
+
margin-right: 4px;
|
|
34269
|
+
height: 16px;
|
|
34270
|
+
}
|
|
34271
|
+
|
|
34267
34272
|
.E_t1dtlqs1 {
|
|
34268
34273
|
margin-bottom: 4px;
|
|
34269
34274
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34457,11 +34462,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34457
34462
|
margin-right: 8px;
|
|
34458
34463
|
}
|
|
34459
34464
|
|
|
34460
|
-
.E_i1g85yz3 {
|
|
34461
|
-
margin-right: 4px;
|
|
34462
|
-
height: 16px;
|
|
34463
|
-
}
|
|
34464
|
-
|
|
34465
34465
|
.E_f7pxqmh {
|
|
34466
34466
|
width: 100%;
|
|
34467
34467
|
margin-bottom: 0 !important;
|