@cloudtower/eagle 0.26.25 → 0.26.26-dry-2
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/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +888 -878
- package/dist/esm/index.js +603 -573
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +245 -235
- package/dist/umd/index.js +602 -572
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29847,6 +29847,9 @@ html body {
|
|
|
29847
29847
|
padding: 0;
|
|
29848
29848
|
}
|
|
29849
29849
|
.buj61ew.ant-btn {
|
|
29850
|
+
display: inline-flex;
|
|
29851
|
+
align-items: center;
|
|
29852
|
+
justify-content: center;
|
|
29850
29853
|
padding: 5px 12px;
|
|
29851
29854
|
height: 32px;
|
|
29852
29855
|
border-radius: 6px;
|
|
@@ -30076,11 +30079,6 @@ html body {
|
|
|
30076
30079
|
--background-color-focus: #fff;
|
|
30077
30080
|
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30078
30081
|
}
|
|
30079
|
-
.buj61ew.has-icon {
|
|
30080
|
-
display: inline-flex;
|
|
30081
|
-
align-items: center;
|
|
30082
|
-
justify-content: center;
|
|
30083
|
-
}
|
|
30084
30082
|
.buj61ew .button-prefix-icon {
|
|
30085
30083
|
margin-right: 8px;
|
|
30086
30084
|
display: inline-flex;
|
|
@@ -30182,6 +30180,63 @@ html body {
|
|
|
30182
30180
|
position: absolute;
|
|
30183
30181
|
}
|
|
30184
30182
|
|
|
30183
|
+
.p12gwtiw {
|
|
30184
|
+
display: flex;
|
|
30185
|
+
justify-content: space-between;
|
|
30186
|
+
align-items: center;
|
|
30187
|
+
padding: 10px 0;
|
|
30188
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30189
|
+
font-size: 12px;
|
|
30190
|
+
line-height: 24px;
|
|
30191
|
+
}
|
|
30192
|
+
.p12gwtiw .pagination-left {
|
|
30193
|
+
padding: 2px 8px;
|
|
30194
|
+
}
|
|
30195
|
+
.p12gwtiw .dropdown-trigger {
|
|
30196
|
+
display: flex;
|
|
30197
|
+
align-items: center;
|
|
30198
|
+
border-radius: 6px;
|
|
30199
|
+
cursor: pointer;
|
|
30200
|
+
transition: all 0.3s ease;
|
|
30201
|
+
}
|
|
30202
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30203
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30204
|
+
color: #0080ff;
|
|
30205
|
+
}
|
|
30206
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30207
|
+
margin-left: 4px;
|
|
30208
|
+
}
|
|
30209
|
+
.p12gwtiw .pagination-right {
|
|
30210
|
+
display: flex;
|
|
30211
|
+
align-items: center;
|
|
30212
|
+
color: #0080ff;
|
|
30213
|
+
font-weight: bold;
|
|
30214
|
+
}
|
|
30215
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30216
|
+
margin-left: 4px;
|
|
30217
|
+
}
|
|
30218
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30219
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30220
|
+
padding: 0 8px;
|
|
30221
|
+
}
|
|
30222
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30223
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30224
|
+
color: #0080ff;
|
|
30225
|
+
}
|
|
30226
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30227
|
+
transform: rotate(180deg);
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30231
|
+
max-height: calc(100vh - 128px);
|
|
30232
|
+
overflow-y: auto;
|
|
30233
|
+
}
|
|
30234
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30235
|
+
padding: 4px 20px;
|
|
30236
|
+
font-size: 12px;
|
|
30237
|
+
line-height: 18px;
|
|
30238
|
+
}
|
|
30239
|
+
|
|
30185
30240
|
.rxbeqvl.ant-radio-wrapper {
|
|
30186
30241
|
display: inline-flex;
|
|
30187
30242
|
align-items: baseline;
|
|
@@ -30328,63 +30383,6 @@ html body {
|
|
|
30328
30383
|
width: 36px;
|
|
30329
30384
|
}
|
|
30330
30385
|
|
|
30331
|
-
.p12gwtiw {
|
|
30332
|
-
display: flex;
|
|
30333
|
-
justify-content: space-between;
|
|
30334
|
-
align-items: center;
|
|
30335
|
-
padding: 10px 0;
|
|
30336
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30337
|
-
font-size: 12px;
|
|
30338
|
-
line-height: 24px;
|
|
30339
|
-
}
|
|
30340
|
-
.p12gwtiw .pagination-left {
|
|
30341
|
-
padding: 2px 8px;
|
|
30342
|
-
}
|
|
30343
|
-
.p12gwtiw .dropdown-trigger {
|
|
30344
|
-
display: flex;
|
|
30345
|
-
align-items: center;
|
|
30346
|
-
border-radius: 6px;
|
|
30347
|
-
cursor: pointer;
|
|
30348
|
-
transition: all 0.3s ease;
|
|
30349
|
-
}
|
|
30350
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30351
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30352
|
-
color: #0080ff;
|
|
30353
|
-
}
|
|
30354
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30355
|
-
margin-left: 4px;
|
|
30356
|
-
}
|
|
30357
|
-
.p12gwtiw .pagination-right {
|
|
30358
|
-
display: flex;
|
|
30359
|
-
align-items: center;
|
|
30360
|
-
color: #0080ff;
|
|
30361
|
-
font-weight: bold;
|
|
30362
|
-
}
|
|
30363
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30364
|
-
margin-left: 4px;
|
|
30365
|
-
}
|
|
30366
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30367
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30368
|
-
padding: 0 8px;
|
|
30369
|
-
}
|
|
30370
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30371
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30372
|
-
color: #0080ff;
|
|
30373
|
-
}
|
|
30374
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30375
|
-
transform: rotate(180deg);
|
|
30376
|
-
}
|
|
30377
|
-
|
|
30378
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30379
|
-
max-height: calc(100vh - 128px);
|
|
30380
|
-
overflow-y: auto;
|
|
30381
|
-
}
|
|
30382
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30383
|
-
padding: 4px 20px;
|
|
30384
|
-
font-size: 12px;
|
|
30385
|
-
line-height: 18px;
|
|
30386
|
-
}
|
|
30387
|
-
|
|
30388
30386
|
.cz04yix {
|
|
30389
30387
|
display: flex;
|
|
30390
30388
|
flex-direction: column;
|
|
@@ -31051,941 +31049,941 @@ input.rrg1fkn.ant-input {
|
|
|
31051
31049
|
margin-left: 5px;
|
|
31052
31050
|
}
|
|
31053
31051
|
|
|
31054
|
-
.
|
|
31055
|
-
|
|
31052
|
+
.t1upn1sz {
|
|
31053
|
+
height: 100%;
|
|
31056
31054
|
}
|
|
31057
31055
|
|
|
31058
|
-
.
|
|
31059
|
-
|
|
31060
|
-
line-height: 18px;
|
|
31061
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31062
|
-
height: 34px;
|
|
31063
|
-
min-height: 34px;
|
|
31064
|
-
box-sizing: border-box;
|
|
31065
|
-
margin-top: 8px;
|
|
31056
|
+
.tta5kd2 {
|
|
31057
|
+
height: 100%;
|
|
31066
31058
|
}
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
|
|
31070
|
-
flex-direction: column;
|
|
31071
|
-
margin: 1px 8px;
|
|
31072
|
-
padding: 8px;
|
|
31073
|
-
border-radius: 4px;
|
|
31059
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31060
|
+
overflow: visible !important;
|
|
31061
|
+
height: 100%;
|
|
31074
31062
|
}
|
|
31075
|
-
.
|
|
31063
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31064
|
+
height: 100%;
|
|
31065
|
+
}
|
|
31066
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31067
|
+
width: 100% !important;
|
|
31068
|
+
height: 100%;
|
|
31069
|
+
}
|
|
31070
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31071
|
+
padding: 15px 0;
|
|
31072
|
+
}
|
|
31073
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31076
31074
|
display: none;
|
|
31077
31075
|
}
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31076
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31077
|
+
font-weight: 700;
|
|
31080
31078
|
}
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31079
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31080
|
+
font-weight: 700;
|
|
31083
31081
|
}
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31082
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31083
|
+
height: 100%;
|
|
31086
31084
|
}
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31085
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31086
|
+
height: 100%;
|
|
31087
|
+
overflow: visible;
|
|
31089
31088
|
}
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31089
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31090
|
+
max-height: none;
|
|
31092
31091
|
}
|
|
31093
|
-
.
|
|
31094
|
-
|
|
31092
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31093
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31094
|
+
display: none;
|
|
31095
31095
|
}
|
|
31096
|
-
.
|
|
31097
|
-
background:
|
|
31098
|
-
color: #0080ff;
|
|
31096
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31097
|
+
background: transparent;
|
|
31099
31098
|
}
|
|
31100
|
-
|
|
31101
|
-
.
|
|
31099
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31100
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31101
|
+
background: #fff;
|
|
31102
|
+
padding: 0 !important;
|
|
31103
|
+
}
|
|
31104
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31105
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31102
31106
|
display: flex;
|
|
31103
|
-
|
|
31104
|
-
height:
|
|
31105
|
-
|
|
31107
|
+
align-items: center;
|
|
31108
|
+
height: 100%;
|
|
31109
|
+
padding: 8px;
|
|
31106
31110
|
}
|
|
31107
|
-
.
|
|
31108
|
-
|
|
31111
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31112
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31109
31113
|
overflow: hidden;
|
|
31110
31114
|
text-overflow: ellipsis;
|
|
31115
|
+
width: 100%;
|
|
31111
31116
|
}
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
display: flex;
|
|
31115
|
-
justify-content: space-between;
|
|
31116
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31117
|
-
height: 18px;
|
|
31118
|
-
line-height: 18px;
|
|
31119
|
-
margin-top: 2px;
|
|
31117
|
+
.tta5kd2 .ant-table-container {
|
|
31118
|
+
height: 100%;
|
|
31120
31119
|
}
|
|
31121
|
-
|
|
31122
|
-
|
|
31123
|
-
border: none;
|
|
31124
|
-
margin-right: 0;
|
|
31125
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31120
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31121
|
+
box-shadow: none !important;
|
|
31126
31122
|
}
|
|
31127
|
-
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
|
|
31132
|
-
|
|
31123
|
+
.tta5kd2 .ant-table {
|
|
31124
|
+
border-radius: 0px;
|
|
31125
|
+
border-left: none;
|
|
31126
|
+
border-right: none;
|
|
31127
|
+
border-bottom: none;
|
|
31128
|
+
height: 100%;
|
|
31129
|
+
font-size: 12px;
|
|
31130
|
+
background: transparent;
|
|
31133
31131
|
}
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
31132
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31133
|
+
position: relative;
|
|
31134
|
+
z-index: 3;
|
|
31135
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31136
|
+
margin-bottom: -1px;
|
|
31137
31137
|
}
|
|
31138
|
-
|
|
31139
|
-
.
|
|
31140
|
-
|
|
31141
|
-
justify-content: space-between;
|
|
31142
|
-
width: 100%;
|
|
31138
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
31139
|
+
.tta5kd2 .ant-table .value {
|
|
31140
|
+
color: #2d3a56;
|
|
31143
31141
|
}
|
|
31144
|
-
.
|
|
31145
|
-
|
|
31142
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31143
|
+
.tta5kd2 .ant-table .unit {
|
|
31144
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31146
31145
|
}
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
31146
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31147
|
+
position: unset;
|
|
31148
|
+
text-align: center;
|
|
31150
31149
|
}
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
font-family: Inter;
|
|
31154
|
-
font-style: normal;
|
|
31155
|
-
font-weight: bold;
|
|
31156
|
-
font-size: 32px;
|
|
31157
|
-
line-height: 40px;
|
|
31150
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31151
|
+
background: #fff;
|
|
31158
31152
|
}
|
|
31159
|
-
|
|
31160
|
-
|
|
31161
|
-
|
|
31162
|
-
|
|
31163
|
-
|
|
31164
|
-
|
|
31165
|
-
line-height: 32px;
|
|
31153
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31154
|
+
cursor: pointer;
|
|
31155
|
+
position: absolute;
|
|
31156
|
+
top: 50%;
|
|
31157
|
+
right: 12px;
|
|
31158
|
+
transform: translateY(-50%);
|
|
31166
31159
|
}
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
|
|
31170
|
-
|
|
31171
|
-
font-weight: normal;
|
|
31172
|
-
font-size: 32px;
|
|
31173
|
-
line-height: 40px;
|
|
31160
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31161
|
+
box-shadow: none;
|
|
31162
|
+
width: 1px;
|
|
31163
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31174
31164
|
}
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
font-weight: bold;
|
|
31180
|
-
font-size: 20px;
|
|
31181
|
-
line-height: 24px;
|
|
31165
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31166
|
+
box-shadow: none;
|
|
31167
|
+
width: 1px;
|
|
31168
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31182
31169
|
}
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
font-family: Inter;
|
|
31186
|
-
font-style: normal;
|
|
31187
|
-
font-weight: normal;
|
|
31188
|
-
font-size: 20px;
|
|
31189
|
-
line-height: 24px;
|
|
31170
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31171
|
+
position: relative;
|
|
31190
31172
|
}
|
|
31191
|
-
|
|
31192
|
-
.
|
|
31193
|
-
|
|
31194
|
-
|
|
31195
|
-
|
|
31196
|
-
|
|
31197
|
-
|
|
31173
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31174
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31175
|
+
border-bottom: 1px solid white;
|
|
31176
|
+
height: 40px;
|
|
31177
|
+
vertical-align: middle;
|
|
31178
|
+
transition: background 0ms;
|
|
31179
|
+
color: #00122e;
|
|
31198
31180
|
}
|
|
31199
|
-
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
|
-
font-style: normal;
|
|
31203
|
-
font-weight: normal;
|
|
31204
|
-
font-size: 18px;
|
|
31205
|
-
line-height: 22px;
|
|
31181
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31182
|
+
background: #f2f5fa;
|
|
31183
|
+
border-bottom-color: #f2f5fa;
|
|
31206
31184
|
}
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
font-
|
|
31211
|
-
|
|
31212
|
-
|
|
31213
|
-
|
|
31185
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31186
|
+
height: auto;
|
|
31187
|
+
color: #00122e;
|
|
31188
|
+
font-size: 12px;
|
|
31189
|
+
text-align: left;
|
|
31190
|
+
transition: none;
|
|
31191
|
+
overflow: hidden;
|
|
31192
|
+
text-overflow: ellipsis;
|
|
31193
|
+
white-space: nowrap;
|
|
31214
31194
|
}
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
font-family: Inter;
|
|
31218
|
-
font-style: normal;
|
|
31219
|
-
font-weight: normal;
|
|
31220
|
-
font-size: 16px;
|
|
31221
|
-
line-height: 22px;
|
|
31195
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31196
|
+
color: #0096ff;
|
|
31222
31197
|
}
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
font-size: 14px;
|
|
31229
|
-
line-height: 20px;
|
|
31198
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31199
|
+
overflow: hidden;
|
|
31200
|
+
text-overflow: ellipsis;
|
|
31201
|
+
width: 100%;
|
|
31202
|
+
vertical-align: middle;
|
|
31230
31203
|
}
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
font-family: Inter;
|
|
31234
|
-
font-style: normal;
|
|
31235
|
-
font-weight: normal;
|
|
31236
|
-
font-size: 14px;
|
|
31237
|
-
line-height: 20px;
|
|
31204
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31205
|
+
line-height: 0px;
|
|
31238
31206
|
}
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
font-family: Inter;
|
|
31242
|
-
font-style: normal;
|
|
31243
|
-
font-weight: bold;
|
|
31244
|
-
font-size: 12px;
|
|
31245
|
-
line-height: 18px;
|
|
31207
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31208
|
+
padding-right: 25px;
|
|
31246
31209
|
}
|
|
31247
|
-
|
|
31248
|
-
|
|
31249
|
-
font-family: Inter;
|
|
31250
|
-
font-style: normal;
|
|
31251
|
-
font-weight: normal;
|
|
31252
|
-
font-size: 12px;
|
|
31253
|
-
line-height: 18px;
|
|
31210
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31211
|
+
border-top-color: transparent;
|
|
31254
31212
|
}
|
|
31255
|
-
|
|
31256
|
-
.
|
|
31257
|
-
|
|
31258
|
-
font-style: normal;
|
|
31259
|
-
font-weight: bold;
|
|
31260
|
-
text-transform: uppercase;
|
|
31261
|
-
font-feature-settings: "cpsp" on;
|
|
31262
|
-
font-size: 12px;
|
|
31263
|
-
line-height: 18px;
|
|
31213
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31214
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31215
|
+
border-color: transparent transparent white;
|
|
31264
31216
|
}
|
|
31265
|
-
|
|
31266
|
-
|
|
31267
|
-
font-family: Inter;
|
|
31268
|
-
font-style: normal;
|
|
31269
|
-
font-weight: normal;
|
|
31270
|
-
text-transform: uppercase;
|
|
31271
|
-
font-feature-settings: "cpsp" on;
|
|
31272
|
-
font-size: 12px;
|
|
31273
|
-
line-height: 18px;
|
|
31217
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31218
|
+
border-radius: 8px 0 0 8px;
|
|
31274
31219
|
}
|
|
31275
|
-
|
|
31276
|
-
|
|
31277
|
-
font-family: Inter;
|
|
31278
|
-
font-style: normal;
|
|
31279
|
-
font-weight: normal;
|
|
31280
|
-
font-size: 16px;
|
|
31281
|
-
line-height: 24px;
|
|
31220
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31221
|
+
border-radius: 8px 0 0 8px;
|
|
31282
31222
|
}
|
|
31283
|
-
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
|
|
31287
|
-
|
|
31288
|
-
|
|
31289
|
-
line-height: 24px;
|
|
31223
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31224
|
+
content: "";
|
|
31225
|
+
width: 4px;
|
|
31226
|
+
top: -1px;
|
|
31227
|
+
bottom: -1px;
|
|
31228
|
+
background: white;
|
|
31290
31229
|
}
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
font-family: Inter;
|
|
31294
|
-
font-style: normal;
|
|
31295
|
-
font-weight: normal;
|
|
31296
|
-
font-size: 16px;
|
|
31297
|
-
line-height: 24px;
|
|
31230
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31231
|
+
border-radius: 0 8px 8px 0;
|
|
31298
31232
|
}
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
font-weight: bold;
|
|
31304
|
-
font-size: 16px;
|
|
31305
|
-
line-height: 24px;
|
|
31233
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31234
|
+
border-radius: 0;
|
|
31235
|
+
background: white;
|
|
31236
|
+
border-top: none;
|
|
31306
31237
|
}
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
font-weight: normal;
|
|
31312
|
-
text-transform: uppercase;
|
|
31313
|
-
font-feature-settings: "cpsp" on;
|
|
31314
|
-
font-size: 16px;
|
|
31315
|
-
line-height: 24px;
|
|
31238
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31239
|
+
border-top: 1px solid transparent;
|
|
31240
|
+
border-radius: 0 8px 8px 0;
|
|
31241
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31316
31242
|
}
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
font-style: normal;
|
|
31321
|
-
font-weight: bold;
|
|
31322
|
-
text-transform: uppercase;
|
|
31323
|
-
font-feature-settings: "cpsp" on;
|
|
31324
|
-
font-size: 16px;
|
|
31325
|
-
line-height: 24px;
|
|
31243
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31244
|
+
background: white;
|
|
31245
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31326
31246
|
}
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
font-size: 14px;
|
|
31333
|
-
line-height: 22px;
|
|
31247
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31248
|
+
display: flex;
|
|
31249
|
+
align-items: center;
|
|
31250
|
+
height: 100%;
|
|
31251
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31334
31252
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
font-style: normal;
|
|
31339
|
-
font-weight: 500;
|
|
31340
|
-
font-size: 14px;
|
|
31341
|
-
line-height: 22px;
|
|
31253
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31254
|
+
background: white;
|
|
31255
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31342
31256
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
|
|
31347
|
-
|
|
31348
|
-
font-size: 14px;
|
|
31349
|
-
line-height: 22px;
|
|
31257
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31258
|
+
display: flex;
|
|
31259
|
+
align-items: center;
|
|
31260
|
+
height: 100%;
|
|
31261
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31350
31262
|
}
|
|
31351
|
-
|
|
31352
|
-
.
|
|
31353
|
-
font-family: Inter;
|
|
31354
|
-
font-style: normal;
|
|
31355
|
-
font-weight: normal;
|
|
31356
|
-
font-size: 14px;
|
|
31357
|
-
line-height: 22px;
|
|
31263
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31264
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31358
31265
|
}
|
|
31359
|
-
|
|
31360
|
-
.
|
|
31361
|
-
|
|
31362
|
-
font-style: normal;
|
|
31363
|
-
font-weight: bold;
|
|
31364
|
-
font-size: 14px;
|
|
31365
|
-
line-height: 22px;
|
|
31266
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31267
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31268
|
+
border-radius: 8px;
|
|
31366
31269
|
}
|
|
31367
|
-
|
|
31368
|
-
|
|
31369
|
-
font-family: Inter;
|
|
31370
|
-
font-style: normal;
|
|
31371
|
-
font-weight: normal;
|
|
31372
|
-
text-transform: uppercase;
|
|
31373
|
-
font-feature-settings: "cpsp" on;
|
|
31374
|
-
font-size: 14px;
|
|
31375
|
-
line-height: 22px;
|
|
31270
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31271
|
+
border-top-color: white;
|
|
31376
31272
|
}
|
|
31377
|
-
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
font-weight: bold;
|
|
31382
|
-
text-transform: uppercase;
|
|
31383
|
-
font-feature-settings: "cpsp" on;
|
|
31384
|
-
font-size: 14px;
|
|
31385
|
-
line-height: 22px;
|
|
31273
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31274
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31275
|
+
border-bottom-color: transparent;
|
|
31276
|
+
border-top-color: transparent;
|
|
31386
31277
|
}
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
font-family: Inter;
|
|
31390
|
-
font-style: normal;
|
|
31391
|
-
font-weight: normal;
|
|
31392
|
-
font-size: 13px;
|
|
31393
|
-
line-height: 20px;
|
|
31278
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31279
|
+
border-radius: 8px 0 0 8px;
|
|
31394
31280
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
font-family: Inter;
|
|
31398
|
-
font-style: normal;
|
|
31399
|
-
font-weight: 600;
|
|
31400
|
-
font-size: 13px;
|
|
31401
|
-
line-height: 20px;
|
|
31281
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31282
|
+
border-radius: 0 8px 8px 0;
|
|
31402
31283
|
}
|
|
31403
|
-
|
|
31404
|
-
.
|
|
31405
|
-
font-family: Inter;
|
|
31406
|
-
font-style: normal;
|
|
31407
|
-
font-weight: bold;
|
|
31408
|
-
font-size: 13px;
|
|
31409
|
-
line-height: 20px;
|
|
31284
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31285
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31410
31286
|
}
|
|
31411
|
-
|
|
31412
|
-
|
|
31413
|
-
font-
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
|
|
31417
|
-
|
|
31287
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31288
|
+
background: #fff;
|
|
31289
|
+
font-weight: 400;
|
|
31290
|
+
position: relative;
|
|
31291
|
+
border-bottom: none;
|
|
31292
|
+
color: #00122e;
|
|
31293
|
+
transition: none;
|
|
31294
|
+
padding: 15px 8px 15px 8px;
|
|
31418
31295
|
}
|
|
31419
|
-
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
|
|
31425
|
-
|
|
31296
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31297
|
+
content: "";
|
|
31298
|
+
width: 1px;
|
|
31299
|
+
top: 0;
|
|
31300
|
+
bottom: 0;
|
|
31301
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31302
|
+
position: absolute;
|
|
31303
|
+
right: 0;
|
|
31426
31304
|
}
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
font-family: Inter;
|
|
31430
|
-
font-style: normal;
|
|
31431
|
-
font-weight: bold;
|
|
31432
|
-
font-size: 13px;
|
|
31433
|
-
line-height: 20px;
|
|
31305
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31306
|
+
padding: unset;
|
|
31434
31307
|
}
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
font-family: Inter;
|
|
31438
|
-
font-style: normal;
|
|
31439
|
-
font-weight: normal;
|
|
31440
|
-
text-transform: uppercase;
|
|
31441
|
-
font-feature-settings: "cpsp" on;
|
|
31442
|
-
font-size: 13px;
|
|
31443
|
-
line-height: 20px;
|
|
31308
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31309
|
+
display: none;
|
|
31444
31310
|
}
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
text-transform: uppercase;
|
|
31451
|
-
font-feature-settings: "cpsp" on;
|
|
31452
|
-
font-size: 13px;
|
|
31453
|
-
line-height: 20px;
|
|
31311
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31312
|
+
width: 100%;
|
|
31313
|
+
overflow: hidden;
|
|
31314
|
+
white-space: nowrap;
|
|
31315
|
+
text-overflow: ellipsis;
|
|
31454
31316
|
}
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
font-weight: normal;
|
|
31460
|
-
font-size: 12px;
|
|
31461
|
-
line-height: 18px;
|
|
31317
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31318
|
+
overflow: hidden;
|
|
31319
|
+
text-overflow: ellipsis;
|
|
31320
|
+
flex: 1;
|
|
31462
31321
|
}
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
font-family: Inter;
|
|
31466
|
-
font-style: normal;
|
|
31467
|
-
font-weight: 500;
|
|
31468
|
-
font-size: 12px;
|
|
31469
|
-
line-height: 18px;
|
|
31322
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31323
|
+
padding: 15px 25px 15px 8px;
|
|
31470
31324
|
}
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
-
font-family: Inter;
|
|
31474
|
-
font-style: normal;
|
|
31475
|
-
font-weight: bold;
|
|
31476
|
-
font-size: 12px;
|
|
31477
|
-
line-height: 18px;
|
|
31325
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31326
|
+
padding: 0;
|
|
31478
31327
|
}
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
|
|
31484
|
-
|
|
31485
|
-
|
|
31328
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31329
|
+
position: absolute;
|
|
31330
|
+
right: 6px;
|
|
31331
|
+
top: 50%;
|
|
31332
|
+
transform: translateY(-50%);
|
|
31333
|
+
height: 16px;
|
|
31334
|
+
display: none;
|
|
31335
|
+
transition: transform 320ms ease;
|
|
31486
31336
|
}
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
font-style: normal;
|
|
31491
|
-
font-weight: 500;
|
|
31492
|
-
font-size: 12px;
|
|
31493
|
-
line-height: 18px;
|
|
31337
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31338
|
+
display: block;
|
|
31339
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31494
31340
|
}
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
font-family: Inter;
|
|
31498
|
-
font-style: normal;
|
|
31499
|
-
font-weight: bold;
|
|
31500
|
-
font-size: 12px;
|
|
31501
|
-
line-height: 18px;
|
|
31341
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31342
|
+
display: block;
|
|
31502
31343
|
}
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
font-family: Inter;
|
|
31506
|
-
font-style: normal;
|
|
31507
|
-
font-weight: normal;
|
|
31508
|
-
text-transform: uppercase;
|
|
31509
|
-
font-feature-settings: "cpsp" on;
|
|
31510
|
-
font-size: 12px;
|
|
31511
|
-
line-height: 18px;
|
|
31344
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31345
|
+
display: none;
|
|
31512
31346
|
}
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
font-family: Inter;
|
|
31516
|
-
font-style: normal;
|
|
31517
|
-
font-weight: bold;
|
|
31518
|
-
text-transform: uppercase;
|
|
31519
|
-
font-feature-settings: "cpsp" on;
|
|
31520
|
-
font-size: 12px;
|
|
31521
|
-
line-height: 18px;
|
|
31347
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31348
|
+
transform: translateY(-50%);
|
|
31522
31349
|
}
|
|
31523
|
-
|
|
31524
|
-
|
|
31525
|
-
font-family: Inter;
|
|
31526
|
-
font-style: normal;
|
|
31527
|
-
font-weight: normal;
|
|
31528
|
-
font-size: 13px;
|
|
31529
|
-
line-height: 20px;
|
|
31350
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31351
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31530
31352
|
}
|
|
31531
|
-
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
|
|
31353
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31354
|
+
background: #f2f5fa;
|
|
31355
|
+
}
|
|
31356
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31357
|
+
display: block;
|
|
31358
|
+
}
|
|
31359
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31360
|
+
padding-right: 25px;
|
|
31361
|
+
}
|
|
31362
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31363
|
+
padding: 0 !important;
|
|
31364
|
+
}
|
|
31365
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31366
|
+
position: absolute;
|
|
31367
|
+
left: 50%;
|
|
31368
|
+
top: 50%;
|
|
31369
|
+
transform: translate(-50%, -50%);
|
|
31370
|
+
}
|
|
31371
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31372
|
+
display: none;
|
|
31373
|
+
}
|
|
31374
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31375
|
+
background: #fff;
|
|
31376
|
+
}
|
|
31377
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31378
|
+
background: inherit;
|
|
31379
|
+
}
|
|
31380
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31381
|
+
position: static;
|
|
31382
|
+
border: none;
|
|
31383
|
+
background: inherit !important;
|
|
31384
|
+
height: 100px;
|
|
31385
|
+
vertical-align: middle;
|
|
31386
|
+
}
|
|
31387
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31388
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31389
|
+
font-weight: bold;
|
|
31390
|
+
font-size: 20px;
|
|
31391
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31392
|
+
}
|
|
31393
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31394
|
+
padding: 0 !important;
|
|
31395
|
+
position: relative;
|
|
31396
|
+
background: #fff;
|
|
31397
|
+
}
|
|
31398
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31399
|
+
height: 100%;
|
|
31400
|
+
display: flex;
|
|
31401
|
+
align-items: center;
|
|
31402
|
+
justify-content: flex-end;
|
|
31403
|
+
padding-right: 8px;
|
|
31404
|
+
}
|
|
31405
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31406
|
+
width: 24px;
|
|
31407
|
+
height: 24px;
|
|
31408
|
+
cursor: pointer;
|
|
31409
|
+
justify-content: center;
|
|
31410
|
+
border-radius: 4px;
|
|
31411
|
+
}
|
|
31412
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31413
|
+
background: #fff;
|
|
31538
31414
|
}
|
|
31539
31415
|
|
|
31540
|
-
.
|
|
31416
|
+
.s1fc623g {
|
|
31417
|
+
width: 430px !important;
|
|
31418
|
+
}
|
|
31419
|
+
|
|
31420
|
+
.da3mx0o .ant-select-item-group {
|
|
31421
|
+
padding: 8px 16px;
|
|
31422
|
+
line-height: 18px;
|
|
31423
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31424
|
+
height: 34px;
|
|
31425
|
+
min-height: 34px;
|
|
31426
|
+
box-sizing: border-box;
|
|
31427
|
+
margin-top: 8px;
|
|
31428
|
+
}
|
|
31429
|
+
|
|
31430
|
+
.onr9gzt {
|
|
31431
|
+
display: flex;
|
|
31432
|
+
flex-direction: column;
|
|
31433
|
+
margin: 1px 8px;
|
|
31434
|
+
padding: 8px;
|
|
31435
|
+
border-radius: 4px;
|
|
31436
|
+
}
|
|
31437
|
+
.onr9gzt .selected-icon {
|
|
31438
|
+
display: none;
|
|
31439
|
+
}
|
|
31440
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31441
|
+
padding-left: 8px;
|
|
31442
|
+
}
|
|
31443
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31444
|
+
background-color: white;
|
|
31445
|
+
}
|
|
31446
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31447
|
+
color: #0080ff;
|
|
31448
|
+
}
|
|
31449
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31450
|
+
display: block;
|
|
31451
|
+
}
|
|
31452
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31453
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31454
|
+
}
|
|
31455
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31456
|
+
color: #0080ff;
|
|
31457
|
+
}
|
|
31458
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31459
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31460
|
+
color: #0080ff;
|
|
31461
|
+
}
|
|
31462
|
+
|
|
31463
|
+
.oiy0apc {
|
|
31464
|
+
display: flex;
|
|
31465
|
+
justify-content: space-between;
|
|
31466
|
+
height: 20px;
|
|
31467
|
+
line-height: 20px;
|
|
31468
|
+
}
|
|
31469
|
+
.oiy0apc .timezone-title {
|
|
31470
|
+
color: #2d3a56;
|
|
31471
|
+
overflow: hidden;
|
|
31472
|
+
text-overflow: ellipsis;
|
|
31473
|
+
}
|
|
31474
|
+
|
|
31475
|
+
.of4y382 {
|
|
31476
|
+
display: flex;
|
|
31477
|
+
justify-content: space-between;
|
|
31478
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31479
|
+
height: 18px;
|
|
31480
|
+
line-height: 18px;
|
|
31481
|
+
margin-top: 2px;
|
|
31482
|
+
}
|
|
31483
|
+
|
|
31484
|
+
.t19903l9 {
|
|
31485
|
+
border: none;
|
|
31486
|
+
margin-right: 0;
|
|
31487
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31488
|
+
}
|
|
31489
|
+
|
|
31490
|
+
.ohwbvxu {
|
|
31491
|
+
pointer-events: none;
|
|
31492
|
+
height: 32px;
|
|
31493
|
+
width: 100%;
|
|
31494
|
+
opacity: 0;
|
|
31495
|
+
}
|
|
31496
|
+
|
|
31497
|
+
.i1e4sgug {
|
|
31498
|
+
display: inline-block;
|
|
31499
|
+
}
|
|
31500
|
+
|
|
31501
|
+
.d6j0lbj {
|
|
31502
|
+
font-family: Inter;
|
|
31503
|
+
font-style: normal;
|
|
31504
|
+
font-weight: bold;
|
|
31505
|
+
font-size: 32px;
|
|
31506
|
+
line-height: 40px;
|
|
31507
|
+
}
|
|
31508
|
+
|
|
31509
|
+
.d1xhvvxe {
|
|
31510
|
+
font-family: Inter;
|
|
31511
|
+
font-style: normal;
|
|
31512
|
+
font-weight: bold;
|
|
31513
|
+
font-size: 24px;
|
|
31514
|
+
line-height: 32px;
|
|
31515
|
+
}
|
|
31516
|
+
|
|
31517
|
+
.dk10mxq {
|
|
31541
31518
|
font-family: Inter;
|
|
31542
31519
|
font-style: normal;
|
|
31543
31520
|
font-weight: normal;
|
|
31544
|
-
font-size:
|
|
31545
|
-
line-height:
|
|
31521
|
+
font-size: 32px;
|
|
31522
|
+
line-height: 40px;
|
|
31546
31523
|
}
|
|
31547
31524
|
|
|
31548
|
-
.
|
|
31525
|
+
.dxsait {
|
|
31526
|
+
font-family: Inter;
|
|
31527
|
+
font-style: normal;
|
|
31528
|
+
font-weight: bold;
|
|
31529
|
+
font-size: 20px;
|
|
31530
|
+
line-height: 24px;
|
|
31531
|
+
}
|
|
31532
|
+
|
|
31533
|
+
.dokn0h3 {
|
|
31549
31534
|
font-family: Inter;
|
|
31550
31535
|
font-style: normal;
|
|
31551
31536
|
font-weight: normal;
|
|
31552
|
-
font-size:
|
|
31553
|
-
line-height:
|
|
31537
|
+
font-size: 20px;
|
|
31538
|
+
line-height: 24px;
|
|
31554
31539
|
}
|
|
31555
31540
|
|
|
31556
|
-
.
|
|
31541
|
+
.dobau4p {
|
|
31542
|
+
font-family: Inter;
|
|
31543
|
+
font-style: normal;
|
|
31544
|
+
font-weight: bold;
|
|
31545
|
+
font-size: 18px;
|
|
31546
|
+
line-height: 22px;
|
|
31547
|
+
}
|
|
31548
|
+
|
|
31549
|
+
.dvolwok {
|
|
31557
31550
|
font-family: Inter;
|
|
31558
31551
|
font-style: normal;
|
|
31559
31552
|
font-weight: normal;
|
|
31560
|
-
font-
|
|
31561
|
-
|
|
31562
|
-
line-height: 20px;
|
|
31553
|
+
font-size: 18px;
|
|
31554
|
+
line-height: 22px;
|
|
31563
31555
|
}
|
|
31564
31556
|
|
|
31565
|
-
.
|
|
31557
|
+
.h181qhg4 {
|
|
31558
|
+
font-family: Inter;
|
|
31559
|
+
font-style: normal;
|
|
31560
|
+
font-weight: bold;
|
|
31561
|
+
font-size: 16px;
|
|
31562
|
+
line-height: 22px;
|
|
31563
|
+
}
|
|
31564
|
+
|
|
31565
|
+
.h1phgmcq {
|
|
31566
31566
|
font-family: Inter;
|
|
31567
31567
|
font-style: normal;
|
|
31568
31568
|
font-weight: normal;
|
|
31569
|
-
font-
|
|
31570
|
-
|
|
31569
|
+
font-size: 16px;
|
|
31570
|
+
line-height: 22px;
|
|
31571
|
+
}
|
|
31572
|
+
|
|
31573
|
+
.h173xnl1 {
|
|
31574
|
+
font-family: Inter;
|
|
31575
|
+
font-style: normal;
|
|
31576
|
+
font-weight: bold;
|
|
31577
|
+
font-size: 14px;
|
|
31571
31578
|
line-height: 20px;
|
|
31572
31579
|
}
|
|
31573
31580
|
|
|
31574
|
-
.
|
|
31581
|
+
.hedm4pz {
|
|
31575
31582
|
font-family: Inter;
|
|
31576
31583
|
font-style: normal;
|
|
31577
31584
|
font-weight: normal;
|
|
31578
|
-
font-
|
|
31579
|
-
|
|
31580
|
-
line-height: 18px;
|
|
31585
|
+
font-size: 14px;
|
|
31586
|
+
line-height: 20px;
|
|
31581
31587
|
}
|
|
31582
31588
|
|
|
31583
|
-
.
|
|
31589
|
+
.h1kd8xld {
|
|
31584
31590
|
font-family: Inter;
|
|
31585
31591
|
font-style: normal;
|
|
31586
|
-
font-weight:
|
|
31587
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31592
|
+
font-weight: bold;
|
|
31588
31593
|
font-size: 12px;
|
|
31589
31594
|
line-height: 18px;
|
|
31590
31595
|
}
|
|
31591
31596
|
|
|
31592
|
-
.
|
|
31597
|
+
.hp14fr {
|
|
31593
31598
|
font-family: Inter;
|
|
31594
31599
|
font-style: normal;
|
|
31595
31600
|
font-weight: normal;
|
|
31596
|
-
font-feature-settings: "zero" on;
|
|
31597
31601
|
font-size: 12px;
|
|
31598
31602
|
line-height: 18px;
|
|
31599
31603
|
}
|
|
31600
31604
|
|
|
31601
|
-
.
|
|
31605
|
+
.hgrg7mn {
|
|
31602
31606
|
font-family: Inter;
|
|
31603
31607
|
font-style: normal;
|
|
31604
|
-
font-weight:
|
|
31605
|
-
|
|
31608
|
+
font-weight: bold;
|
|
31609
|
+
text-transform: uppercase;
|
|
31610
|
+
font-feature-settings: "cpsp" on;
|
|
31606
31611
|
font-size: 12px;
|
|
31607
31612
|
line-height: 18px;
|
|
31608
31613
|
}
|
|
31609
31614
|
|
|
31610
|
-
.
|
|
31615
|
+
.h6zme9x {
|
|
31611
31616
|
font-family: Inter;
|
|
31612
31617
|
font-style: normal;
|
|
31613
|
-
font-weight:
|
|
31614
|
-
|
|
31615
|
-
font-
|
|
31616
|
-
|
|
31618
|
+
font-weight: normal;
|
|
31619
|
+
text-transform: uppercase;
|
|
31620
|
+
font-feature-settings: "cpsp" on;
|
|
31621
|
+
font-size: 12px;
|
|
31622
|
+
line-height: 18px;
|
|
31617
31623
|
}
|
|
31618
31624
|
|
|
31619
|
-
.
|
|
31625
|
+
.locjvsv {
|
|
31620
31626
|
font-family: Inter;
|
|
31621
31627
|
font-style: normal;
|
|
31622
31628
|
font-weight: normal;
|
|
31623
|
-
font-size:
|
|
31624
|
-
line-height:
|
|
31629
|
+
font-size: 16px;
|
|
31630
|
+
line-height: 24px;
|
|
31625
31631
|
}
|
|
31626
31632
|
|
|
31627
|
-
.
|
|
31628
|
-
|
|
31633
|
+
.l13gi131 {
|
|
31634
|
+
font-family: Inter;
|
|
31635
|
+
font-style: normal;
|
|
31636
|
+
font-weight: bold;
|
|
31637
|
+
font-size: 16px;
|
|
31638
|
+
line-height: 24px;
|
|
31629
31639
|
}
|
|
31630
31640
|
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
height:
|
|
31637
|
-
}
|
|
31638
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31639
|
-
height: 100%;
|
|
31640
|
-
}
|
|
31641
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
31642
|
-
width: 100% !important;
|
|
31643
|
-
height: 100%;
|
|
31644
|
-
}
|
|
31645
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31646
|
-
padding: 15px 0;
|
|
31647
|
-
}
|
|
31648
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31649
|
-
display: none;
|
|
31650
|
-
}
|
|
31651
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
31652
|
-
font-weight: 700;
|
|
31653
|
-
}
|
|
31654
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31655
|
-
font-weight: 700;
|
|
31656
|
-
}
|
|
31657
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
31658
|
-
height: 100%;
|
|
31659
|
-
}
|
|
31660
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31661
|
-
height: 100%;
|
|
31662
|
-
overflow: visible;
|
|
31663
|
-
}
|
|
31664
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31665
|
-
max-height: none;
|
|
31666
|
-
}
|
|
31667
|
-
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31668
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31669
|
-
display: none;
|
|
31641
|
+
.l1ynemsu {
|
|
31642
|
+
font-family: Inter;
|
|
31643
|
+
font-style: normal;
|
|
31644
|
+
font-weight: normal;
|
|
31645
|
+
font-size: 16px;
|
|
31646
|
+
line-height: 24px;
|
|
31670
31647
|
}
|
|
31671
|
-
|
|
31672
|
-
|
|
31648
|
+
|
|
31649
|
+
.l1cft1cx {
|
|
31650
|
+
font-family: Inter;
|
|
31651
|
+
font-style: normal;
|
|
31652
|
+
font-weight: bold;
|
|
31653
|
+
font-size: 16px;
|
|
31654
|
+
line-height: 24px;
|
|
31673
31655
|
}
|
|
31674
|
-
|
|
31675
|
-
.
|
|
31676
|
-
|
|
31677
|
-
|
|
31656
|
+
|
|
31657
|
+
.l17tqc8p {
|
|
31658
|
+
font-family: Inter;
|
|
31659
|
+
font-style: normal;
|
|
31660
|
+
font-weight: normal;
|
|
31661
|
+
text-transform: uppercase;
|
|
31662
|
+
font-feature-settings: "cpsp" on;
|
|
31663
|
+
font-size: 16px;
|
|
31664
|
+
line-height: 24px;
|
|
31678
31665
|
}
|
|
31679
|
-
|
|
31680
|
-
.
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
|
|
31666
|
+
|
|
31667
|
+
.l1j1e5w7 {
|
|
31668
|
+
font-family: Inter;
|
|
31669
|
+
font-style: normal;
|
|
31670
|
+
font-weight: bold;
|
|
31671
|
+
text-transform: uppercase;
|
|
31672
|
+
font-feature-settings: "cpsp" on;
|
|
31673
|
+
font-size: 16px;
|
|
31674
|
+
line-height: 24px;
|
|
31685
31675
|
}
|
|
31686
|
-
|
|
31687
|
-
.
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31676
|
+
|
|
31677
|
+
.l1gf91jb {
|
|
31678
|
+
font-family: Inter;
|
|
31679
|
+
font-style: normal;
|
|
31680
|
+
font-weight: normal;
|
|
31681
|
+
font-size: 14px;
|
|
31682
|
+
line-height: 22px;
|
|
31691
31683
|
}
|
|
31692
|
-
|
|
31693
|
-
|
|
31684
|
+
|
|
31685
|
+
.lu7hlr6 {
|
|
31686
|
+
font-family: Inter;
|
|
31687
|
+
font-style: normal;
|
|
31688
|
+
font-weight: 500;
|
|
31689
|
+
font-size: 14px;
|
|
31690
|
+
line-height: 22px;
|
|
31694
31691
|
}
|
|
31695
|
-
|
|
31696
|
-
|
|
31692
|
+
|
|
31693
|
+
.l3l3jf0 {
|
|
31694
|
+
font-family: Inter;
|
|
31695
|
+
font-style: normal;
|
|
31696
|
+
font-weight: bold;
|
|
31697
|
+
font-size: 14px;
|
|
31698
|
+
line-height: 22px;
|
|
31697
31699
|
}
|
|
31698
|
-
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
|
|
31705
|
-
background: transparent;
|
|
31700
|
+
|
|
31701
|
+
.l12j5nqp {
|
|
31702
|
+
font-family: Inter;
|
|
31703
|
+
font-style: normal;
|
|
31704
|
+
font-weight: normal;
|
|
31705
|
+
font-size: 14px;
|
|
31706
|
+
line-height: 22px;
|
|
31706
31707
|
}
|
|
31707
|
-
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31708
|
+
|
|
31709
|
+
.l1tecqht {
|
|
31710
|
+
font-family: Inter;
|
|
31711
|
+
font-style: normal;
|
|
31712
|
+
font-weight: bold;
|
|
31713
|
+
font-size: 14px;
|
|
31714
|
+
line-height: 22px;
|
|
31712
31715
|
}
|
|
31713
|
-
|
|
31714
|
-
.
|
|
31715
|
-
|
|
31716
|
+
|
|
31717
|
+
.l6sa990 {
|
|
31718
|
+
font-family: Inter;
|
|
31719
|
+
font-style: normal;
|
|
31720
|
+
font-weight: normal;
|
|
31721
|
+
text-transform: uppercase;
|
|
31722
|
+
font-feature-settings: "cpsp" on;
|
|
31723
|
+
font-size: 14px;
|
|
31724
|
+
line-height: 22px;
|
|
31716
31725
|
}
|
|
31717
|
-
|
|
31718
|
-
.
|
|
31719
|
-
|
|
31726
|
+
|
|
31727
|
+
.lckqe8j {
|
|
31728
|
+
font-family: Inter;
|
|
31729
|
+
font-style: normal;
|
|
31730
|
+
font-weight: bold;
|
|
31731
|
+
text-transform: uppercase;
|
|
31732
|
+
font-feature-settings: "cpsp" on;
|
|
31733
|
+
font-size: 14px;
|
|
31734
|
+
line-height: 22px;
|
|
31720
31735
|
}
|
|
31721
|
-
|
|
31722
|
-
|
|
31723
|
-
|
|
31736
|
+
|
|
31737
|
+
.l1kuminb {
|
|
31738
|
+
font-family: Inter;
|
|
31739
|
+
font-style: normal;
|
|
31740
|
+
font-weight: normal;
|
|
31741
|
+
font-size: 13px;
|
|
31742
|
+
line-height: 20px;
|
|
31724
31743
|
}
|
|
31725
|
-
|
|
31726
|
-
|
|
31744
|
+
|
|
31745
|
+
.l1pbuf5j {
|
|
31746
|
+
font-family: Inter;
|
|
31747
|
+
font-style: normal;
|
|
31748
|
+
font-weight: 600;
|
|
31749
|
+
font-size: 13px;
|
|
31750
|
+
line-height: 20px;
|
|
31727
31751
|
}
|
|
31728
|
-
|
|
31729
|
-
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
|
|
31733
|
-
|
|
31752
|
+
|
|
31753
|
+
.l1r4ztu {
|
|
31754
|
+
font-family: Inter;
|
|
31755
|
+
font-style: normal;
|
|
31756
|
+
font-weight: bold;
|
|
31757
|
+
font-size: 13px;
|
|
31758
|
+
line-height: 20px;
|
|
31734
31759
|
}
|
|
31735
|
-
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
|
|
31760
|
+
|
|
31761
|
+
.ly8vzok {
|
|
31762
|
+
font-family: Inter;
|
|
31763
|
+
font-style: normal;
|
|
31764
|
+
font-weight: normal;
|
|
31765
|
+
font-size: 13px;
|
|
31766
|
+
line-height: 20px;
|
|
31739
31767
|
}
|
|
31740
|
-
|
|
31741
|
-
|
|
31742
|
-
|
|
31743
|
-
|
|
31768
|
+
|
|
31769
|
+
.lumfmf {
|
|
31770
|
+
font-family: Inter;
|
|
31771
|
+
font-style: normal;
|
|
31772
|
+
font-weight: 600;
|
|
31773
|
+
font-size: 13px;
|
|
31774
|
+
line-height: 20px;
|
|
31744
31775
|
}
|
|
31745
|
-
|
|
31746
|
-
|
|
31776
|
+
|
|
31777
|
+
.l16ujwmv {
|
|
31778
|
+
font-family: Inter;
|
|
31779
|
+
font-style: normal;
|
|
31780
|
+
font-weight: bold;
|
|
31781
|
+
font-size: 13px;
|
|
31782
|
+
line-height: 20px;
|
|
31747
31783
|
}
|
|
31748
|
-
|
|
31749
|
-
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
|
|
31753
|
-
|
|
31754
|
-
|
|
31784
|
+
|
|
31785
|
+
.l17o1ffr {
|
|
31786
|
+
font-family: Inter;
|
|
31787
|
+
font-style: normal;
|
|
31788
|
+
font-weight: normal;
|
|
31789
|
+
text-transform: uppercase;
|
|
31790
|
+
font-feature-settings: "cpsp" on;
|
|
31791
|
+
font-size: 13px;
|
|
31792
|
+
line-height: 20px;
|
|
31755
31793
|
}
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
|
|
31794
|
+
|
|
31795
|
+
.lngllvn {
|
|
31796
|
+
font-family: Inter;
|
|
31797
|
+
font-style: normal;
|
|
31798
|
+
font-weight: bold;
|
|
31799
|
+
text-transform: uppercase;
|
|
31800
|
+
font-feature-settings: "cpsp" on;
|
|
31801
|
+
font-size: 13px;
|
|
31802
|
+
line-height: 20px;
|
|
31759
31803
|
}
|
|
31760
|
-
|
|
31761
|
-
|
|
31762
|
-
|
|
31804
|
+
|
|
31805
|
+
.l2i7fo9 {
|
|
31806
|
+
font-family: Inter;
|
|
31807
|
+
font-style: normal;
|
|
31808
|
+
font-weight: normal;
|
|
31763
31809
|
font-size: 12px;
|
|
31764
|
-
|
|
31765
|
-
transition: none;
|
|
31766
|
-
overflow: hidden;
|
|
31767
|
-
text-overflow: ellipsis;
|
|
31768
|
-
white-space: nowrap;
|
|
31769
|
-
}
|
|
31770
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31771
|
-
color: #0096ff;
|
|
31772
|
-
}
|
|
31773
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31774
|
-
overflow: hidden;
|
|
31775
|
-
text-overflow: ellipsis;
|
|
31776
|
-
width: 100%;
|
|
31777
|
-
vertical-align: middle;
|
|
31778
|
-
}
|
|
31779
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31780
|
-
line-height: 0px;
|
|
31781
|
-
}
|
|
31782
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31783
|
-
padding-right: 25px;
|
|
31784
|
-
}
|
|
31785
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31786
|
-
border-top-color: transparent;
|
|
31787
|
-
}
|
|
31788
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31789
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31790
|
-
border-color: transparent transparent white;
|
|
31791
|
-
}
|
|
31792
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31793
|
-
border-radius: 8px 0 0 8px;
|
|
31794
|
-
}
|
|
31795
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31796
|
-
border-radius: 8px 0 0 8px;
|
|
31797
|
-
}
|
|
31798
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31799
|
-
content: "";
|
|
31800
|
-
width: 4px;
|
|
31801
|
-
top: -1px;
|
|
31802
|
-
bottom: -1px;
|
|
31803
|
-
background: white;
|
|
31804
|
-
}
|
|
31805
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31806
|
-
border-radius: 0 8px 8px 0;
|
|
31807
|
-
}
|
|
31808
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31809
|
-
border-radius: 0;
|
|
31810
|
-
background: white;
|
|
31811
|
-
border-top: none;
|
|
31812
|
-
}
|
|
31813
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31814
|
-
border-top: 1px solid transparent;
|
|
31815
|
-
border-radius: 0 8px 8px 0;
|
|
31816
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31817
|
-
}
|
|
31818
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31819
|
-
background: white;
|
|
31820
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31821
|
-
}
|
|
31822
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31823
|
-
display: flex;
|
|
31824
|
-
align-items: center;
|
|
31825
|
-
height: 100%;
|
|
31826
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31827
|
-
}
|
|
31828
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31829
|
-
background: white;
|
|
31830
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31831
|
-
}
|
|
31832
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31833
|
-
display: flex;
|
|
31834
|
-
align-items: center;
|
|
31835
|
-
height: 100%;
|
|
31836
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31837
|
-
}
|
|
31838
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31839
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31840
|
-
}
|
|
31841
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31842
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31843
|
-
border-radius: 8px;
|
|
31844
|
-
}
|
|
31845
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31846
|
-
border-top-color: white;
|
|
31847
|
-
}
|
|
31848
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31849
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31850
|
-
border-bottom-color: transparent;
|
|
31851
|
-
border-top-color: transparent;
|
|
31852
|
-
}
|
|
31853
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31854
|
-
border-radius: 8px 0 0 8px;
|
|
31855
|
-
}
|
|
31856
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31857
|
-
border-radius: 0 8px 8px 0;
|
|
31858
|
-
}
|
|
31859
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31860
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31861
|
-
}
|
|
31862
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31863
|
-
background: #fff;
|
|
31864
|
-
font-weight: 400;
|
|
31865
|
-
position: relative;
|
|
31866
|
-
border-bottom: none;
|
|
31867
|
-
color: #00122e;
|
|
31868
|
-
transition: none;
|
|
31869
|
-
padding: 15px 8px 15px 8px;
|
|
31870
|
-
}
|
|
31871
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31872
|
-
content: "";
|
|
31873
|
-
width: 1px;
|
|
31874
|
-
top: 0;
|
|
31875
|
-
bottom: 0;
|
|
31876
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31877
|
-
position: absolute;
|
|
31878
|
-
right: 0;
|
|
31879
|
-
}
|
|
31880
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31881
|
-
padding: unset;
|
|
31882
|
-
}
|
|
31883
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31884
|
-
display: none;
|
|
31885
|
-
}
|
|
31886
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31887
|
-
width: 100%;
|
|
31888
|
-
overflow: hidden;
|
|
31889
|
-
white-space: nowrap;
|
|
31890
|
-
text-overflow: ellipsis;
|
|
31891
|
-
}
|
|
31892
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31893
|
-
overflow: hidden;
|
|
31894
|
-
text-overflow: ellipsis;
|
|
31895
|
-
flex: 1;
|
|
31810
|
+
line-height: 18px;
|
|
31896
31811
|
}
|
|
31897
|
-
|
|
31898
|
-
|
|
31812
|
+
|
|
31813
|
+
.l1x7hscx {
|
|
31814
|
+
font-family: Inter;
|
|
31815
|
+
font-style: normal;
|
|
31816
|
+
font-weight: 500;
|
|
31817
|
+
font-size: 12px;
|
|
31818
|
+
line-height: 18px;
|
|
31899
31819
|
}
|
|
31900
|
-
|
|
31901
|
-
|
|
31820
|
+
|
|
31821
|
+
.le1jwan {
|
|
31822
|
+
font-family: Inter;
|
|
31823
|
+
font-style: normal;
|
|
31824
|
+
font-weight: bold;
|
|
31825
|
+
font-size: 12px;
|
|
31826
|
+
line-height: 18px;
|
|
31902
31827
|
}
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
transition: transform 320ms ease;
|
|
31828
|
+
|
|
31829
|
+
.lyxynfj {
|
|
31830
|
+
font-family: Inter;
|
|
31831
|
+
font-style: normal;
|
|
31832
|
+
font-weight: normal;
|
|
31833
|
+
font-size: 12px;
|
|
31834
|
+
line-height: 18px;
|
|
31911
31835
|
}
|
|
31912
|
-
|
|
31913
|
-
|
|
31914
|
-
|
|
31836
|
+
|
|
31837
|
+
.lpb2nxv {
|
|
31838
|
+
font-family: Inter;
|
|
31839
|
+
font-style: normal;
|
|
31840
|
+
font-weight: 500;
|
|
31841
|
+
font-size: 12px;
|
|
31842
|
+
line-height: 18px;
|
|
31915
31843
|
}
|
|
31916
|
-
|
|
31917
|
-
|
|
31844
|
+
|
|
31845
|
+
.l1r8o3vv {
|
|
31846
|
+
font-family: Inter;
|
|
31847
|
+
font-style: normal;
|
|
31848
|
+
font-weight: bold;
|
|
31849
|
+
font-size: 12px;
|
|
31850
|
+
line-height: 18px;
|
|
31918
31851
|
}
|
|
31919
|
-
|
|
31920
|
-
|
|
31852
|
+
|
|
31853
|
+
.lemnjy2 {
|
|
31854
|
+
font-family: Inter;
|
|
31855
|
+
font-style: normal;
|
|
31856
|
+
font-weight: normal;
|
|
31857
|
+
text-transform: uppercase;
|
|
31858
|
+
font-feature-settings: "cpsp" on;
|
|
31859
|
+
font-size: 12px;
|
|
31860
|
+
line-height: 18px;
|
|
31921
31861
|
}
|
|
31922
|
-
|
|
31923
|
-
|
|
31862
|
+
|
|
31863
|
+
.lrc42gb {
|
|
31864
|
+
font-family: Inter;
|
|
31865
|
+
font-style: normal;
|
|
31866
|
+
font-weight: bold;
|
|
31867
|
+
text-transform: uppercase;
|
|
31868
|
+
font-feature-settings: "cpsp" on;
|
|
31869
|
+
font-size: 12px;
|
|
31870
|
+
line-height: 18px;
|
|
31924
31871
|
}
|
|
31925
|
-
|
|
31926
|
-
|
|
31872
|
+
|
|
31873
|
+
.fqaz4mb {
|
|
31874
|
+
font-family: Inter;
|
|
31875
|
+
font-style: normal;
|
|
31876
|
+
font-weight: normal;
|
|
31877
|
+
font-size: 13px;
|
|
31878
|
+
line-height: 20px;
|
|
31927
31879
|
}
|
|
31928
|
-
|
|
31929
|
-
|
|
31880
|
+
|
|
31881
|
+
.f13we5o {
|
|
31882
|
+
font-family: Inter;
|
|
31883
|
+
font-style: normal;
|
|
31884
|
+
font-weight: normal;
|
|
31885
|
+
font-size: 13px;
|
|
31886
|
+
line-height: 20px;
|
|
31930
31887
|
}
|
|
31931
|
-
|
|
31932
|
-
|
|
31888
|
+
|
|
31889
|
+
.ffmjua2 {
|
|
31890
|
+
font-family: Inter;
|
|
31891
|
+
font-style: normal;
|
|
31892
|
+
font-weight: normal;
|
|
31893
|
+
font-size: 12px;
|
|
31894
|
+
line-height: 18px;
|
|
31933
31895
|
}
|
|
31934
|
-
|
|
31935
|
-
|
|
31896
|
+
|
|
31897
|
+
.fz2mxw0 {
|
|
31898
|
+
font-family: Inter;
|
|
31899
|
+
font-style: normal;
|
|
31900
|
+
font-weight: normal;
|
|
31901
|
+
font-size: 12px;
|
|
31902
|
+
line-height: 18px;
|
|
31936
31903
|
}
|
|
31937
|
-
|
|
31938
|
-
|
|
31904
|
+
|
|
31905
|
+
.t1ertzoh {
|
|
31906
|
+
font-family: Inter;
|
|
31907
|
+
font-style: normal;
|
|
31908
|
+
font-weight: normal;
|
|
31909
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31910
|
+
font-size: 13px;
|
|
31911
|
+
line-height: 20px;
|
|
31939
31912
|
}
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31913
|
+
|
|
31914
|
+
.t19bge8r {
|
|
31915
|
+
font-family: Inter;
|
|
31916
|
+
font-style: normal;
|
|
31917
|
+
font-weight: normal;
|
|
31918
|
+
font-feature-settings: "zero" on;
|
|
31919
|
+
font-size: 13px;
|
|
31920
|
+
line-height: 20px;
|
|
31945
31921
|
}
|
|
31946
|
-
|
|
31947
|
-
|
|
31922
|
+
|
|
31923
|
+
.tjrzfyl {
|
|
31924
|
+
font-family: Inter;
|
|
31925
|
+
font-style: normal;
|
|
31926
|
+
font-weight: normal;
|
|
31927
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31928
|
+
font-size: 12px;
|
|
31929
|
+
line-height: 18px;
|
|
31948
31930
|
}
|
|
31949
|
-
|
|
31950
|
-
|
|
31931
|
+
|
|
31932
|
+
.tm6s7bo {
|
|
31933
|
+
font-family: Inter;
|
|
31934
|
+
font-style: normal;
|
|
31935
|
+
font-weight: 500;
|
|
31936
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31937
|
+
font-size: 12px;
|
|
31938
|
+
line-height: 18px;
|
|
31951
31939
|
}
|
|
31952
|
-
|
|
31953
|
-
|
|
31940
|
+
|
|
31941
|
+
.t19zq6ic {
|
|
31942
|
+
font-family: Inter;
|
|
31943
|
+
font-style: normal;
|
|
31944
|
+
font-weight: normal;
|
|
31945
|
+
font-feature-settings: "zero" on;
|
|
31946
|
+
font-size: 12px;
|
|
31947
|
+
line-height: 18px;
|
|
31954
31948
|
}
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
|
|
31958
|
-
|
|
31959
|
-
|
|
31960
|
-
|
|
31949
|
+
|
|
31950
|
+
.t1gduru8 {
|
|
31951
|
+
font-family: Inter;
|
|
31952
|
+
font-style: normal;
|
|
31953
|
+
font-weight: 500;
|
|
31954
|
+
font-feature-settings: "zero" on;
|
|
31955
|
+
font-size: 12px;
|
|
31956
|
+
line-height: 18px;
|
|
31961
31957
|
}
|
|
31962
|
-
|
|
31963
|
-
.
|
|
31958
|
+
|
|
31959
|
+
.t55raab {
|
|
31960
|
+
font-family: Inter;
|
|
31961
|
+
font-style: normal;
|
|
31964
31962
|
font-weight: bold;
|
|
31965
|
-
font-
|
|
31966
|
-
|
|
31963
|
+
font-feature-settings: "zero" on;
|
|
31964
|
+
font-size: 16px;
|
|
31965
|
+
line-height: 24px;
|
|
31967
31966
|
}
|
|
31968
|
-
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
|
|
31967
|
+
|
|
31968
|
+
.u1w9abfe {
|
|
31969
|
+
font-family: Inter;
|
|
31970
|
+
font-style: normal;
|
|
31971
|
+
font-weight: normal;
|
|
31972
|
+
font-size: 10px;
|
|
31973
|
+
line-height: 12px;
|
|
31972
31974
|
}
|
|
31973
|
-
|
|
31974
|
-
|
|
31975
|
+
|
|
31976
|
+
.m15dvk92 {
|
|
31975
31977
|
display: flex;
|
|
31976
|
-
|
|
31977
|
-
|
|
31978
|
-
padding-right: 8px;
|
|
31978
|
+
justify-content: space-between;
|
|
31979
|
+
width: 100%;
|
|
31979
31980
|
}
|
|
31980
|
-
.
|
|
31981
|
-
|
|
31982
|
-
height: 24px;
|
|
31983
|
-
cursor: pointer;
|
|
31984
|
-
justify-content: center;
|
|
31985
|
-
border-radius: 4px;
|
|
31981
|
+
.m15dvk92 .action {
|
|
31982
|
+
margin-left: 16px;
|
|
31986
31983
|
}
|
|
31987
|
-
|
|
31988
|
-
|
|
31984
|
+
|
|
31985
|
+
.aql8iqz .ant-alert-message {
|
|
31986
|
+
width: 100%;
|
|
31989
31987
|
}
|
|
31990
31988
|
|
|
31991
31989
|
.c198s9j3 {
|
|
@@ -32088,20 +32086,6 @@ input.rrg1fkn.ant-input {
|
|
|
32088
32086
|
cursor: default;
|
|
32089
32087
|
}
|
|
32090
32088
|
|
|
32091
|
-
.igz4le8 {
|
|
32092
|
-
height: 24px;
|
|
32093
|
-
width: 56px !important;
|
|
32094
|
-
margin-right: 4px;
|
|
32095
|
-
}
|
|
32096
|
-
|
|
32097
|
-
.c1riexje {
|
|
32098
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32099
|
-
}
|
|
32100
|
-
|
|
32101
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32102
|
-
display: flex;
|
|
32103
|
-
}
|
|
32104
|
-
|
|
32105
32089
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32106
32090
|
border-radius: 6px;
|
|
32107
32091
|
}
|
|
@@ -32159,6 +32143,20 @@ input.rrg1fkn.ant-input {
|
|
|
32159
32143
|
transform: rotate(180deg);
|
|
32160
32144
|
}
|
|
32161
32145
|
|
|
32146
|
+
.igz4le8 {
|
|
32147
|
+
height: 24px;
|
|
32148
|
+
width: 56px !important;
|
|
32149
|
+
margin-right: 4px;
|
|
32150
|
+
}
|
|
32151
|
+
|
|
32152
|
+
.c1riexje {
|
|
32153
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32154
|
+
}
|
|
32155
|
+
|
|
32156
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32157
|
+
display: flex;
|
|
32158
|
+
}
|
|
32159
|
+
|
|
32162
32160
|
.s14dk8r1 {
|
|
32163
32161
|
margin: 0;
|
|
32164
32162
|
border-radius: 20px;
|
|
@@ -32324,6 +32322,18 @@ input.rrg1fkn.ant-input {
|
|
|
32324
32322
|
white-space: nowrap;
|
|
32325
32323
|
}
|
|
32326
32324
|
|
|
32325
|
+
.n3qomhu {
|
|
32326
|
+
font-size: 90%;
|
|
32327
|
+
font-weight: bold;
|
|
32328
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32329
|
+
padding: 1px 4px 1px;
|
|
32330
|
+
margin-left: 2px;
|
|
32331
|
+
margin-right: 2px;
|
|
32332
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32333
|
+
border-radius: 4px;
|
|
32334
|
+
word-break: break-all;
|
|
32335
|
+
}
|
|
32336
|
+
|
|
32327
32337
|
.m1thnes4 {
|
|
32328
32338
|
color: rgba(44, 56, 82, 0.6);
|
|
32329
32339
|
text-align: center;
|
|
@@ -32760,23 +32770,6 @@ input.rrg1fkn.ant-input {
|
|
|
32760
32770
|
margin-right: 6px;
|
|
32761
32771
|
}
|
|
32762
32772
|
|
|
32763
|
-
.bab9xum {
|
|
32764
|
-
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);
|
|
32765
|
-
}
|
|
32766
|
-
|
|
32767
|
-
.cav4gt6 {
|
|
32768
|
-
border-radius: 8px;
|
|
32769
|
-
background-color: white;
|
|
32770
|
-
}
|
|
32771
|
-
.cav4gt6.hoverable {
|
|
32772
|
-
cursor: pointer;
|
|
32773
|
-
}
|
|
32774
|
-
.cav4gt6.hoverable:hover {
|
|
32775
|
-
transition: all 200ms ease;
|
|
32776
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32777
|
-
transform: translateY(-4px);
|
|
32778
|
-
}
|
|
32779
|
-
|
|
32780
32773
|
.f1p9ti6d {
|
|
32781
32774
|
width: 100%;
|
|
32782
32775
|
margin-bottom: 0 !important;
|
|
@@ -32808,32 +32801,21 @@ input.rrg1fkn.ant-input {
|
|
|
32808
32801
|
min-height: 0px;
|
|
32809
32802
|
}
|
|
32810
32803
|
|
|
32811
|
-
.
|
|
32812
|
-
|
|
32813
|
-
height: 18px;
|
|
32814
|
-
}
|
|
32815
|
-
|
|
32816
|
-
.mfsz1jz {
|
|
32817
|
-
padding: 2px 8px;
|
|
32818
|
-
height: 24px;
|
|
32819
|
-
}
|
|
32820
|
-
|
|
32821
|
-
.tnd6h4m {
|
|
32822
|
-
margin: 0;
|
|
32804
|
+
.bab9xum {
|
|
32805
|
+
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);
|
|
32823
32806
|
}
|
|
32824
32807
|
|
|
32825
|
-
.
|
|
32826
|
-
|
|
32827
|
-
|
|
32808
|
+
.cav4gt6 {
|
|
32809
|
+
border-radius: 8px;
|
|
32810
|
+
background-color: white;
|
|
32828
32811
|
}
|
|
32829
|
-
|
|
32830
|
-
|
|
32831
|
-
padding-left: 0;
|
|
32812
|
+
.cav4gt6.hoverable {
|
|
32813
|
+
cursor: pointer;
|
|
32832
32814
|
}
|
|
32833
|
-
.
|
|
32834
|
-
|
|
32835
|
-
|
|
32836
|
-
|
|
32815
|
+
.cav4gt6.hoverable:hover {
|
|
32816
|
+
transition: all 200ms ease;
|
|
32817
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32818
|
+
transform: translateY(-4px);
|
|
32837
32819
|
}
|
|
32838
32820
|
|
|
32839
32821
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
@@ -33078,6 +33060,34 @@ input.rrg1fkn.ant-input {
|
|
|
33078
33060
|
margin-right: 8px;
|
|
33079
33061
|
}
|
|
33080
33062
|
|
|
33063
|
+
.w1xcixj5.outside-tag {
|
|
33064
|
+
padding-left: 0;
|
|
33065
|
+
}
|
|
33066
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33067
|
+
border-radius: 4px 0 0 4px;
|
|
33068
|
+
padding-right: 4px;
|
|
33069
|
+
margin-right: 4px;
|
|
33070
|
+
}
|
|
33071
|
+
|
|
33072
|
+
.sut42l0 {
|
|
33073
|
+
padding: 0 8px;
|
|
33074
|
+
height: 18px;
|
|
33075
|
+
}
|
|
33076
|
+
|
|
33077
|
+
.mfsz1jz {
|
|
33078
|
+
padding: 2px 8px;
|
|
33079
|
+
height: 24px;
|
|
33080
|
+
}
|
|
33081
|
+
|
|
33082
|
+
.tnd6h4m {
|
|
33083
|
+
margin: 0;
|
|
33084
|
+
}
|
|
33085
|
+
|
|
33086
|
+
.i1qw4clm {
|
|
33087
|
+
margin-right: 4px;
|
|
33088
|
+
height: 16px;
|
|
33089
|
+
}
|
|
33090
|
+
|
|
33081
33091
|
.iwsze0q {
|
|
33082
33092
|
margin-right: 4px;
|
|
33083
33093
|
height: 16px;
|