@cloudtower/eagle 0.27.14 → 0.27.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29558,6 +29558,19 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
+ .iap75of {
29562
+ height: 18px;
29563
+ line-height: 18px;
29564
+ padding: 0 4px;
29565
+ border-radius: 4px;
29566
+ background: rgba(235, 239, 245, 0.6);
29567
+ border: 1px solid rgba(223, 228, 235, 0.6);
29568
+ display: flex;
29569
+ align-items: center;
29570
+ white-space: nowrap;
29571
+ margin-right: 4px;
29572
+ }
29573
+
29561
29574
  .fde5mpd {
29562
29575
  width: 100%;
29563
29576
  height: 100%;
@@ -29602,6 +29615,24 @@ html body {
29602
29615
  border-radius: unset;
29603
29616
  }
29604
29617
 
29618
+ .i1mrf09m {
29619
+ display: inline-flex;
29620
+ align-items: center;
29621
+ }
29622
+ .i1mrf09m .icon-inner {
29623
+ display: inline-flex;
29624
+ align-items: center;
29625
+ justify-content: center;
29626
+ }
29627
+ .i1mrf09m .icon-inner + span,
29628
+ .i1mrf09m span + .icon-inner.suffix {
29629
+ margin-left: 4px;
29630
+ }
29631
+ .i1mrf09m.is-rotate img,
29632
+ .i1mrf09m.is-rotate svg {
29633
+ animation: rotate 680ms linear infinite;
29634
+ }
29635
+
29605
29636
  .buj61ew.ant-btn-icon-only {
29606
29637
  justify-content: center;
29607
29638
  }
@@ -29852,181 +29883,6 @@ html body {
29852
29883
  padding: 0;
29853
29884
  }
29854
29885
 
29855
- .c1up1pdz {
29856
- width: 648px;
29857
- }
29858
- .c1up1pdz.active {
29859
- border-color: #0080ff;
29860
- }
29861
- .c1up1pdz.active > header {
29862
- background: rgba(0, 128, 255, 0.1);
29863
- }
29864
- .c1up1pdz .expand {
29865
- padding: 12px;
29866
- }
29867
- .c1up1pdz .field-item {
29868
- display: flex;
29869
- padding: 10px 0;
29870
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29871
- }
29872
- .c1up1pdz .field-item:last-child {
29873
- border-bottom: none;
29874
- padding-bottom: 0;
29875
- }
29876
- .c1up1pdz .field-item label {
29877
- line-height: 32px;
29878
- width: 100px;
29879
- color: rgba(62, 70, 82, 0.6);
29880
- }
29881
- .c1up1pdz .help {
29882
- color: rgba(62, 70, 82, 0.6);
29883
- margin-top: 5px;
29884
- }
29885
- .c1up1pdz .ant-input-affix-wrapper,
29886
- .c1up1pdz .ant-picker {
29887
- width: 128px;
29888
- }
29889
-
29890
- .c156wh19 {
29891
- display: flex;
29892
- align-items: center;
29893
- justify-content: space-between;
29894
- word-break: keep-all;
29895
- }
29896
- .c156wh19 .title {
29897
- margin: 0 16px 0 8px;
29898
- }
29899
- .c156wh19 .retain {
29900
- color: rgba(129, 138, 153, 0.6);
29901
- }
29902
- .c156wh19 .left {
29903
- flex: 1;
29904
- display: flex;
29905
- overflow: hidden;
29906
- align-items: center;
29907
- justify-content: flex-start;
29908
- white-space: nowrap;
29909
- }
29910
- .c156wh19 .left .title {
29911
- max-width: 100%;
29912
- overflow: hidden;
29913
- text-overflow: ellipsis;
29914
- }
29915
- .c156wh19 .right {
29916
- display: flex;
29917
- align-items: center;
29918
- }
29919
- .c156wh19 .reverse {
29920
- display: flex;
29921
- flex-direction: row-reverse;
29922
- align-items: center;
29923
- }
29924
- .c156wh19 .reverse .ant-switch {
29925
- margin-left: 8px;
29926
- }
29927
- .c156wh19 .close {
29928
- padding-left: 14px;
29929
- margin-left: 14px;
29930
- border-left: 1px solid rgba(129, 138, 153, 0.6);
29931
- cursor: pointer;
29932
- }
29933
-
29934
- .m126spxy {
29935
- padding-bottom: 4px;
29936
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29937
- }
29938
- .m126spxy .ant-btn-link {
29939
- padding: 1px 10px;
29940
- color: rgba(62, 70, 82, 0.6);
29941
- border-radius: 4px;
29942
- }
29943
- .m126spxy .ant-btn-link.active {
29944
- background: rgba(0, 128, 255, 0.1);
29945
- color: #0096ff;
29946
- }
29947
-
29948
- .wpbf4pq {
29949
- padding: 10px 0;
29950
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29951
- }
29952
- .wpbf4pq .ant-input,
29953
- .wpbf4pq .ant-picker {
29954
- width: 80px;
29955
- margin: 0 9px;
29956
- text-align: center;
29957
- }
29958
- .wpbf4pq .options {
29959
- padding: 12px 0 12px 16px;
29960
- border-left: 2px solid rgba(129, 138, 153, 0.6);
29961
- margin: 5px 0 5px 8px;
29962
- }
29963
- .wpbf4pq .week-day-option,
29964
- .wpbf4pq .month-day-option {
29965
- background: #f5f7fa;
29966
- box-sizing: border-box;
29967
- border-radius: 16px;
29968
- margin-right: 8px;
29969
- }
29970
- .wpbf4pq .week-day-option:focus,
29971
- .wpbf4pq .month-day-option:focus {
29972
- color: inherit;
29973
- border-color: #d9d9d9;
29974
- }
29975
- .wpbf4pq .week-day-option.active {
29976
- background-color: #0096ff;
29977
- border-color: #0096ff;
29978
- color: #fff;
29979
- }
29980
- .wpbf4pq .week-day-option.en-text {
29981
- width: 110px;
29982
- margin-top: 4px;
29983
- }
29984
- .wpbf4pq .month-day-option {
29985
- width: 32px;
29986
- padding: 0;
29987
- margin-bottom: 8px;
29988
- }
29989
- .wpbf4pq .month-day-option.active {
29990
- background-color: #0096ff;
29991
- border-color: #0096ff;
29992
- color: #fff;
29993
- }
29994
-
29995
- .iap75of {
29996
- height: 18px;
29997
- line-height: 18px;
29998
- padding: 0 4px;
29999
- border-radius: 4px;
30000
- background: rgba(235, 239, 245, 0.6);
30001
- border: 1px solid rgba(223, 228, 235, 0.6);
30002
- display: flex;
30003
- align-items: center;
30004
- white-space: nowrap;
30005
- margin-right: 4px;
30006
- }
30007
-
30008
- .i1mrf09m {
30009
- display: inline-flex;
30010
- align-items: center;
30011
- }
30012
- .i1mrf09m .icon-inner {
30013
- display: inline-flex;
30014
- align-items: center;
30015
- justify-content: center;
30016
- }
30017
- .i1mrf09m .icon-inner + span,
30018
- .i1mrf09m span + .icon-inner.suffix {
30019
- margin-left: 4px;
30020
- }
30021
- .i1mrf09m.is-rotate img,
30022
- .i1mrf09m.is-rotate svg {
30023
- animation: rotate 680ms linear infinite;
30024
- }
30025
-
30026
- .i1e4sgug {
30027
- display: inline-block;
30028
- }
30029
-
30030
29886
  .s34f1qb.ant-switch {
30031
29887
  min-width: 40px;
30032
29888
  height: 24px;
@@ -30082,962 +29938,517 @@ html body {
30082
29938
  margin-left: 5px;
30083
29939
  }
30084
29940
 
30085
- .p12gwtiw {
30086
- display: flex;
30087
- justify-content: space-between;
30088
- align-items: center;
30089
- padding: 10px 0;
30090
- color: rgba(44, 56, 82, 0.6);
30091
- font-size: 12px;
30092
- line-height: 24px;
29941
+ .t1upn1sz {
29942
+ height: 100%;
30093
29943
  }
30094
- .p12gwtiw .pagination-left {
30095
- padding: 2px 8px;
29944
+
29945
+ .tta5kd2 {
29946
+ height: 100%;
30096
29947
  }
30097
- .p12gwtiw .dropdown-trigger {
30098
- display: flex;
30099
- align-items: center;
30100
- border-radius: 6px;
30101
- cursor: pointer;
30102
- transition: all 0.3s ease;
29948
+ .tta5kd2.empty-table .ant-table-content {
29949
+ overflow: visible !important;
29950
+ height: 100%;
30103
29951
  }
30104
- .p12gwtiw .dropdown-trigger:hover {
30105
- background: rgba(211, 218, 235, 0.6);
30106
- color: #0080ff;
29952
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
29953
+ height: 100%;
30107
29954
  }
30108
- .p12gwtiw .dropdown-trigger .icon-inner {
30109
- margin-left: 4px;
29955
+ .tta5kd2.empty-table .ant-table-content table {
29956
+ width: 100% !important;
29957
+ height: 100%;
30110
29958
  }
30111
- .p12gwtiw .pagination-right {
30112
- display: flex;
30113
- align-items: center;
30114
- color: #0080ff;
30115
- font-weight: bold;
29959
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
29960
+ padding: 15px 0;
30116
29961
  }
30117
- .p12gwtiw .pagination-right .icon-inner {
30118
- margin-left: 4px;
29962
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
29963
+ display: none;
30119
29964
  }
30120
- .p12gwtiw .pagination-right .prev-btn,
30121
- .p12gwtiw .pagination-right .next-btn {
30122
- padding: 0 8px;
29965
+ .tta5kd2 .active-row td:nth-child(1) {
29966
+ font-weight: 700;
30123
29967
  }
30124
- .p12gwtiw .pagination-right .prev-btn > span,
30125
- .p12gwtiw .pagination-right .next-btn > span {
30126
- color: #0080ff;
30127
- }
30128
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30129
- transform: rotate(180deg);
30130
- }
30131
-
30132
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30133
- max-height: calc(100vh - 128px);
30134
- overflow-y: auto;
30135
- }
30136
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30137
- padding: 4px 20px;
30138
- font-size: 12px;
30139
- line-height: 18px;
29968
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
29969
+ font-weight: 700;
30140
29970
  }
30141
-
30142
- .s1fc623g {
30143
- width: 430px !important;
29971
+ .tta5kd2 .ant-spin-nested-loading {
29972
+ height: 100%;
30144
29973
  }
30145
-
30146
- .da3mx0o .ant-select-item-group {
30147
- padding: 8px 16px;
30148
- line-height: 18px;
30149
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30150
- height: 34px;
30151
- min-height: 34px;
30152
- box-sizing: border-box;
30153
- margin-top: 8px;
29974
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
29975
+ height: 100%;
29976
+ overflow: visible;
30154
29977
  }
30155
-
30156
- .onr9gzt {
30157
- display: flex;
30158
- flex-direction: column;
30159
- margin: 1px 8px;
30160
- padding: 8px;
30161
- border-radius: 4px;
29978
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
29979
+ max-height: none;
30162
29980
  }
30163
- .onr9gzt .selected-icon {
29981
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
29982
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30164
29983
  display: none;
30165
29984
  }
30166
- .onr9gzt.ant-select-item-option-grouped {
30167
- padding-left: 8px;
29985
+ .tta5kd2 td.ant-table-column-sort {
29986
+ background: transparent;
30168
29987
  }
30169
- .onr9gzt.ant-select-item-option-selected {
30170
- background-color: white;
29988
+ .tta5kd2 td.ant-table-cell-fix-left,
29989
+ .tta5kd2 td.ant-table-cell-fix-right {
29990
+ background: #fff;
29991
+ padding: 0 !important;
30171
29992
  }
30172
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30173
- color: #0080ff;
29993
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
29994
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
29995
+ display: flex;
29996
+ align-items: center;
29997
+ height: 100%;
29998
+ padding: 8px;
30174
29999
  }
30175
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30176
- display: block;
30000
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30001
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30002
+ overflow: hidden;
30003
+ text-overflow: ellipsis;
30004
+ width: 100%;
30177
30005
  }
30178
- .onr9gzt.ant-select-item-option-active {
30179
- background: rgba(0, 136, 255, 0.16);
30006
+ .tta5kd2 .ant-table-container {
30007
+ height: 100%;
30180
30008
  }
30181
- .onr9gzt.ant-select-item-option-active .timezone-title {
30182
- color: #0080ff;
30009
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30010
+ box-shadow: none !important;
30183
30011
  }
30184
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30185
- background: rgba(0, 136, 255, 0.1);
30186
- color: #0080ff;
30012
+ .tta5kd2 .ant-table {
30013
+ border-radius: 0px;
30014
+ border-left: none;
30015
+ border-right: none;
30016
+ border-bottom: none;
30017
+ height: 100%;
30018
+ font-size: 12px;
30019
+ background: transparent;
30187
30020
  }
30188
-
30189
- .oiy0apc {
30190
- display: flex;
30191
- justify-content: space-between;
30192
- height: 20px;
30193
- line-height: 20px;
30021
+ .tta5kd2 .ant-table .ant-table-header {
30022
+ position: relative;
30023
+ z-index: 3;
30024
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30025
+ margin-bottom: -1px;
30194
30026
  }
30195
- .oiy0apc .timezone-title {
30027
+ .tta5kd2 .ant-table .time-wrapper .date,
30028
+ .tta5kd2 .ant-table .value {
30196
30029
  color: #2d3a56;
30197
- overflow: hidden;
30198
- text-overflow: ellipsis;
30199
30030
  }
30200
-
30201
- .of4y382 {
30202
- display: flex;
30203
- justify-content: space-between;
30031
+ .tta5kd2 .ant-table .time-wrapper .time,
30032
+ .tta5kd2 .ant-table .unit {
30204
30033
  color: rgba(44, 56, 82, 0.6);
30205
- height: 18px;
30206
- line-height: 18px;
30207
- margin-top: 2px;
30208
- }
30209
-
30210
- .t19903l9 {
30211
- border: none;
30212
- margin-right: 0;
30213
- background: rgba(225, 230, 241, 0.6);
30214
30034
  }
30215
-
30216
- .ohwbvxu {
30217
- pointer-events: none;
30218
- height: 32px;
30219
- width: 100%;
30220
- opacity: 0;
30035
+ .tta5kd2 .ant-table .ant-table-selection {
30036
+ position: unset;
30037
+ text-align: center;
30221
30038
  }
30222
-
30223
- .cz04yix {
30224
- display: flex;
30225
- flex-direction: column;
30039
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30040
+ background: #fff;
30226
30041
  }
30227
-
30228
- .m1if5j39 {
30229
- max-width: 1120px;
30230
- width: 100%;
30231
- margin: 0 auto;
30232
- height: 100%;
30042
+ .tta5kd2 .ant-table .anticon-setting {
30043
+ cursor: pointer;
30044
+ position: absolute;
30045
+ top: 50%;
30046
+ right: 12px;
30047
+ transform: translateY(-50%);
30233
30048
  }
30234
-
30235
- .w1vvwdlp {
30236
- max-width: 1120px;
30237
- width: 100%;
30238
- margin: 0 auto;
30239
- display: flex;
30049
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30050
+ box-shadow: none;
30051
+ width: 1px;
30052
+ background: rgba(213, 219, 227, 0.6);
30240
30053
  }
30241
- .w1vvwdlp .left,
30242
- .w1vvwdlp .right {
30243
- flex-grow: 0;
30244
- flex-shrink: 0;
30245
- flex-basis: 21%;
30054
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30055
+ box-shadow: none;
30056
+ width: 1px;
30057
+ background: rgba(213, 219, 227, 0.6);
30246
30058
  }
30247
- .w1vvwdlp .left {
30248
- display: flex;
30249
- justify-content: flex-end;
30250
- padding-right: 44px;
30059
+ .tta5kd2 .ant-table .ant-table-tbody {
30060
+ position: relative;
30251
30061
  }
30252
- .w1vvwdlp .right {
30253
- padding-left: 44px;
30062
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30063
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30064
+ border-bottom: 1px solid white;
30065
+ height: 40px;
30066
+ vertical-align: middle;
30067
+ transition: background 0ms;
30068
+ color: #00122e;
30254
30069
  }
30255
- .w1vvwdlp .middle {
30256
- margin-bottom: 40px;
30257
- flex-grow: 0;
30258
- flex-shrink: 0;
30259
- flex-basis: 58%;
30070
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30071
+ background: #f2f5fa;
30072
+ border-bottom-color: #f2f5fa;
30260
30073
  }
30261
- .w1vvwdlp .middle .form-base-field {
30262
- width: 100%;
30074
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30075
+ height: auto;
30076
+ color: #00122e;
30077
+ font-size: 12px;
30078
+ text-align: left;
30079
+ transition: none;
30080
+ overflow: hidden;
30081
+ text-overflow: ellipsis;
30082
+ white-space: nowrap;
30263
30083
  }
30264
- .w1vvwdlp .middle .form-base-field .form-base-field {
30265
- width: auto;
30084
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30085
+ color: #0096ff;
30266
30086
  }
30267
-
30268
- .h1cuopx7 .ant-modal-header {
30269
- margin: 0 auto;
30087
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30088
+ overflow: hidden;
30089
+ text-overflow: ellipsis;
30270
30090
  width: 100%;
30271
- max-width: 648px;
30091
+ vertical-align: middle;
30272
30092
  }
30273
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30274
- margin-left: 0;
30093
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30094
+ line-height: 0px;
30275
30095
  }
30276
- .h1cuopx7 .ant-modal-body {
30277
- margin: 0 auto;
30278
- padding: 0;
30279
- width: 100%;
30280
- max-width: 648px;
30281
- overflow: hidden;
30096
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30097
+ padding-right: 25px;
30282
30098
  }
30283
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30284
- margin-bottom: 40px;
30099
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30100
+ border-top-color: transparent;
30285
30101
  }
30286
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30287
- height: calc(100vh - 225px);
30288
- overflow-y: auto;
30102
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30103
+ background: rgba(225, 230, 241, 0.6);
30104
+ border-color: transparent transparent white;
30289
30105
  }
30290
- .h1cuopx7 .ant-modal-footer .footer-content {
30291
- margin: 0 auto;
30292
- max-width: 648px;
30106
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30107
+ border-radius: 8px 0 0 8px;
30293
30108
  }
30294
-
30295
- .h1p6d3y3 .ant-modal-header {
30296
- margin: 0 auto;
30297
- width: 100%;
30298
- max-width: 1024px;
30109
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30110
+ border-radius: 8px 0 0 8px;
30299
30111
  }
30300
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30301
- margin-left: 0;
30112
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30113
+ content: "";
30114
+ width: 4px;
30115
+ top: -1px;
30116
+ bottom: -1px;
30117
+ background: white;
30302
30118
  }
30303
- .h1p6d3y3 .ant-modal-body {
30304
- margin: 0 auto;
30305
- padding: 0;
30306
- width: 100%;
30307
- max-width: 1024px;
30308
- overflow: hidden;
30309
- }
30310
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30311
- margin-bottom: 40px;
30312
- }
30313
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30314
- height: calc(100vh - 225px);
30315
- overflow-y: auto;
30316
- }
30317
- .h1p6d3y3 .ant-modal-footer .footer-content {
30318
- margin: 0 auto;
30319
- max-width: 1024px;
30320
- }
30321
-
30322
- .fxgckuk {
30323
- flex: 1;
30324
- }
30325
- .fxgckuk label {
30326
- font-size: 13px;
30327
- line-height: 20px;
30328
- color: rgba(44, 56, 82, 0.6);
30119
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30120
+ border-radius: 0 8px 8px 0;
30329
30121
  }
30330
- .fxgckuk .title {
30331
- font-size: 14px;
30332
- line-height: 20px;
30333
- color: #2d3a56;
30334
- margin-bottom: 12px;
30122
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30123
+ border-radius: 0;
30124
+ background: white;
30125
+ border-top: none;
30335
30126
  }
30336
- .fxgckuk.connect-cluster .title {
30337
- padding-bottom: 26px;
30127
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30128
+ border-top: 1px solid transparent;
30129
+ border-radius: 0 8px 8px 0;
30130
+ background: rgba(225, 230, 241, 0.6);
30338
30131
  }
30339
-
30340
- .f1d0vek1 {
30341
- padding: 25px 0 15px 0;
30342
- border-bottom: 1px solid #e1e5eb;
30343
- margin-bottom: 16px;
30132
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30133
+ background: white;
30134
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30344
30135
  }
30345
-
30346
- .f4u402y {
30136
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30347
30137
  display: flex;
30348
30138
  align-items: center;
30349
- margin-bottom: 8px;
30350
- }
30351
- .f4u402y > label {
30352
- width: 216px;
30353
- }
30354
- .f4u402y > label + * {
30355
- width: 100%;
30356
- }
30357
- .f4u402y .ant-select {
30358
- width: 100%;
30359
- }
30360
-
30361
- .e1pldf6v {
30362
- color: #e75a3a;
30363
- margin-right: 10px;
30139
+ height: 100%;
30140
+ background: rgba(225, 230, 241, 0.6);
30364
30141
  }
30365
-
30366
- .dq0gblh {
30367
- width: 100%;
30368
- height: 1px;
30369
- background: rgba(213, 219, 227, 0.6);
30370
- margin: 24px 0;
30142
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30143
+ background: white;
30144
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30371
30145
  }
30372
-
30373
- .l1v7sr0n {
30146
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30374
30147
  display: flex;
30375
- justify-content: center;
30376
30148
  align-items: center;
30377
30149
  height: 100%;
30150
+ background: rgba(225, 230, 241, 0.6);
30378
30151
  }
30379
-
30380
- .d1i4ou6o {
30381
- display: inline-block;
30382
- width: 4px;
30383
- height: 4px;
30384
- background: #8e9aa9;
30385
- opacity: 0.4;
30386
- border-radius: 50%;
30387
- margin: 0 4px;
30152
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30153
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30388
30154
  }
30389
-
30390
- .m1jy87hk .ant-modal-header,
30391
- .m1jy87hk .ant-modal-footer .footer-content {
30392
- width: 648px;
30393
- margin: 0 auto;
30155
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30156
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30157
+ border-radius: 8px;
30394
30158
  }
30395
- .m1jy87hk .ant-modal-header {
30396
- padding: 35px 0 24px;
30397
- border: none;
30159
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30160
+ border-top-color: white;
30398
30161
  }
30399
- .m1jy87hk .ant-modal-header .ant-modal-title {
30400
- font-size: 30px;
30162
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30163
+ background: rgba(0, 136, 255, 0.1);
30164
+ border-bottom-color: transparent;
30165
+ border-top-color: transparent;
30401
30166
  }
30402
- .m1jy87hk .ant-modal-body {
30403
- padding: 4px 0 2px;
30167
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30168
+ border-radius: 8px 0 0 8px;
30404
30169
  }
30405
- .m1jy87hk .ant-modal-footer {
30406
- border: none;
30170
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30171
+ border-radius: 0 8px 8px 0;
30407
30172
  }
30408
-
30409
- .ti7fpyu {
30410
- font-size: 12px;
30411
- line-height: 18px;
30412
- font-weight: bold;
30413
- color: #fff;
30414
- padding: 0 4px;
30415
- border-radius: 4px;
30416
- display: inline-block;
30417
- background: var(--ti7fpyu-0);
30173
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30174
+ background: rgba(0, 136, 255, 0.1);
30418
30175
  }
30419
- .ti7fpyu:not(:first-child) {
30420
- margin-left: 4px;
30176
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
30177
+ background: #fff;
30178
+ font-weight: 400;
30179
+ position: relative;
30180
+ border-bottom: none;
30181
+ color: #00122e;
30182
+ transition: none;
30183
+ padding: 15px 8px 15px 8px;
30421
30184
  }
30422
-
30423
- .f1rest1f {
30424
- width: 100%;
30425
- height: 100%;
30426
- display: flex;
30427
- align-items: center;
30428
- justify-content: center;
30185
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30186
+ content: "";
30187
+ width: 1px;
30188
+ top: 0;
30189
+ bottom: 0;
30190
+ background: rgba(211, 218, 235, 0.6);
30191
+ position: absolute;
30192
+ right: 0;
30429
30193
  }
30430
-
30431
- .n1kbdoln {
30432
- font-size: 90%;
30433
- font-weight: bold;
30434
- background-color: rgba(240, 243, 247, 0.6);
30435
- padding: 1px 4px 1px;
30436
- margin-left: 2px;
30437
- margin-right: 2px;
30438
- border: 1px solid rgba(213, 219, 227, 0.6);
30439
- border-radius: 4px;
30194
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30195
+ padding: unset;
30440
30196
  }
30441
-
30442
- .f1y3gta0.form-item-general {
30443
- width: 640px;
30197
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30198
+ display: none;
30444
30199
  }
30445
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30446
- margin-top: 16px;
30200
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30201
+ width: 100%;
30202
+ overflow: hidden;
30203
+ white-space: nowrap;
30204
+ text-overflow: ellipsis;
30447
30205
  }
30448
- .f1y3gta0.form-item-compact {
30449
- width: 412px;
30206
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30207
+ overflow: hidden;
30208
+ text-overflow: ellipsis;
30209
+ flex: 1;
30450
30210
  }
30451
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30452
- margin-top: 8px;
30211
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30212
+ padding: 15px 25px 15px 8px;
30453
30213
  }
30454
- .f1y3gta0 .form-item {
30455
- width: auto;
30214
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30215
+ padding: 0;
30456
30216
  }
30457
- .f1y3gta0 .form-item-main {
30458
- position: relative;
30459
- display: flex;
30217
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30218
+ position: absolute;
30219
+ right: 6px;
30220
+ top: 50%;
30221
+ transform: translateY(-50%);
30222
+ height: 16px;
30223
+ display: none;
30224
+ transition: transform 320ms ease;
30460
30225
  }
30461
- .f1y3gta0 .form-item-extra {
30462
- margin-top: 4px;
30463
- width: 100%;
30464
- padding: 14px;
30465
- background: #f2f4f6;
30466
- font-size: 13px;
30467
- line-height: 1.8;
30468
- color: #8e9aa9;
30226
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30227
+ display: block;
30228
+ transform: translateY(-50%) rotateX(180deg);
30469
30229
  }
30470
- .f1y3gta0 .form-item-label {
30471
- padding-right: 12px;
30472
- font-size: 13px;
30473
- color: rgba(44, 56, 82, 0.6);
30230
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30231
+ display: block;
30474
30232
  }
30475
- .f1y3gta0 .form-item-label.label-right {
30476
- text-align: right;
30233
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30234
+ display: none;
30477
30235
  }
30478
- .f1y3gta0 .form-item-label,
30479
- .f1y3gta0 .form-item-control {
30480
- line-height: 32px;
30236
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30237
+ transform: translateY(-50%);
30481
30238
  }
30482
- .f1y3gta0 .form-item-control .form-item-error {
30483
- line-height: 18px;
30239
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30240
+ transform: translateY(-50%) rotateX(180deg);
30484
30241
  }
30485
- .f1y3gta0 .form-item-children {
30486
- width: 100%;
30242
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30243
+ background: #f2f5fa;
30487
30244
  }
30488
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30489
- width: 100%;
30245
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30246
+ display: block;
30490
30247
  }
30491
- .f1y3gta0 .form-item-error {
30492
- color: #e75a3a;
30493
- height: 0;
30494
- overflow: hidden;
30248
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30249
+ padding-right: 25px;
30495
30250
  }
30496
- .f1y3gta0 .form-item-error-enter-done {
30497
- margin-top: 4px;
30498
- height: auto;
30499
- overflow: auto;
30251
+ .tta5kd2 .ant-table .ant-table-selection-column {
30252
+ padding: 0 !important;
30500
30253
  }
30501
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30502
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30503
- border: 1px solid #e75a3a;
30504
- color: #e75a3a;
30254
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30255
+ position: absolute;
30256
+ left: 50%;
30257
+ top: 50%;
30258
+ transform: translate(-50%, -50%);
30505
30259
  }
30506
-
30507
- .fujbm7g {
30508
- color: #2d3a56;
30260
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
30261
+ display: none;
30262
+ }
30263
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
30264
+ background: #fff;
30265
+ }
30266
+ .tta5kd2 .ant-table .ant-table-placeholder {
30267
+ background: inherit;
30268
+ }
30269
+ .tta5kd2 .ant-table .ant-table-placeholder td {
30270
+ position: static;
30271
+ border: none;
30272
+ background: inherit !important;
30273
+ height: 100px;
30274
+ vertical-align: middle;
30275
+ }
30276
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30277
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30509
30278
  font-weight: bold;
30510
- padding-bottom: 6px;
30511
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30512
- margin-bottom: 16px;
30279
+ font-size: 20px;
30280
+ color: rgba(10, 37, 85, 0.6);
30513
30281
  }
30514
- .fujbm7g:not(:first-of-type) {
30515
- margin-top: 16px;
30282
+ .tta5kd2 .ant-table td.cell__action_ {
30283
+ padding: 0 !important;
30284
+ position: relative;
30285
+ background: #fff;
30516
30286
  }
30517
-
30518
- .e5fsw5s {
30519
- width: 8px;
30520
- height: 24px;
30287
+ .tta5kd2 .ant-table td.cell__action_ > * {
30288
+ height: 100%;
30521
30289
  display: flex;
30522
- justify-content: center;
30523
30290
  align-items: center;
30291
+ justify-content: flex-end;
30292
+ padding-right: 8px;
30293
+ }
30294
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
30295
+ width: 24px;
30296
+ height: 24px;
30524
30297
  cursor: pointer;
30525
- transition: all 200ms ease-out 40ms;
30298
+ justify-content: center;
30299
+ border-radius: 4px;
30526
30300
  }
30527
- .e5fsw5s:before, .e5fsw5s:after {
30528
- content: "";
30529
- width: 1px;
30530
- height: 6px;
30531
- border-radius: 1px;
30532
- background: #ccd4e3;
30533
- position: relative;
30534
- right: 2px;
30535
- transform: rotate(-45deg);
30301
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30302
+ background: #fff;
30536
30303
  }
30537
- .e5fsw5s:after {
30538
- transform: rotate(45deg);
30539
- left: 1px;
30304
+
30305
+ .obf05yr {
30306
+ display: inline-block;
30540
30307
  }
30541
30308
 
30542
- .w18knsg4.ant-alert-warning {
30543
- border: 0;
30544
- background: rgba(255, 187, 0, 0.1);
30545
- border-radius: 6px;
30309
+ .hsms1n6 {
30310
+ visibility: hidden;
30311
+ position: absolute;
30546
30312
  }
30547
- .w18knsg4.ant-alert,
30548
- .w18knsg4 .ant-alert-message {
30549
- color: #e07f00;
30313
+
30314
+ .d6j0lbj {
30315
+ font-family: Inter;
30316
+ font-style: normal;
30317
+ font-weight: bold;
30318
+ font-size: 32px;
30319
+ line-height: 40px;
30550
30320
  }
30551
- .w18knsg4.ant-alert .dashed-border-bottom,
30552
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30553
- border-bottom-color: #e07f00;
30321
+
30322
+ .d1xhvvxe {
30323
+ font-family: Inter;
30324
+ font-style: normal;
30325
+ font-weight: bold;
30326
+ font-size: 24px;
30327
+ line-height: 32px;
30554
30328
  }
30555
30329
 
30556
- .ng31n2o {
30557
- display: flex;
30558
- flex-direction: row;
30559
- padding: 7px 12px;
30560
- background: rgba(255, 187, 0, 0.1);
30561
- border-radius: 6px;
30562
- color: #e07f00;
30563
- font-size: 12px;
30564
- line-height: 18px;
30330
+ .dk10mxq {
30331
+ font-family: Inter;
30332
+ font-style: normal;
30333
+ font-weight: normal;
30334
+ font-size: 32px;
30335
+ line-height: 40px;
30565
30336
  }
30566
- .ng31n2o .icon-wrapper {
30567
- margin-right: 10px;
30568
- height: 18px;
30337
+
30338
+ .dxsait {
30339
+ font-family: Inter;
30340
+ font-style: normal;
30341
+ font-weight: bold;
30342
+ font-size: 20px;
30343
+ line-height: 24px;
30569
30344
  }
30570
30345
 
30571
- .n15x5f5y {
30572
- display: flex;
30573
- flex-direction: row;
30574
- padding: 7px 12px;
30575
- background: rgba(225, 230, 241, 0.6);
30576
- border-radius: 6px;
30577
- color: rgba(44, 56, 82, 0.6);
30578
- font-size: 12px;
30579
- line-height: 18px;
30346
+ .dokn0h3 {
30347
+ font-family: Inter;
30348
+ font-style: normal;
30349
+ font-weight: normal;
30350
+ font-size: 20px;
30351
+ line-height: 24px;
30580
30352
  }
30581
- .n15x5f5y .icon-wrapper {
30582
- margin-right: 10px;
30583
- height: 18px;
30353
+
30354
+ .dobau4p {
30355
+ font-family: Inter;
30356
+ font-style: normal;
30357
+ font-weight: bold;
30358
+ font-size: 18px;
30359
+ line-height: 22px;
30584
30360
  }
30585
30361
 
30586
- .i16ozz3f {
30587
- display: flex;
30588
- flex-direction: row;
30589
- padding: 7px 12px;
30590
- background: rgba(0, 136, 255, 0.1);
30591
- border-radius: 6px;
30592
- color: #005ed1;
30362
+ .dvolwok {
30363
+ font-family: Inter;
30364
+ font-style: normal;
30365
+ font-weight: normal;
30366
+ font-size: 18px;
30367
+ line-height: 22px;
30368
+ }
30369
+
30370
+ .h181qhg4 {
30371
+ font-family: Inter;
30372
+ font-style: normal;
30373
+ font-weight: bold;
30374
+ font-size: 16px;
30375
+ line-height: 22px;
30376
+ }
30377
+
30378
+ .h1phgmcq {
30379
+ font-family: Inter;
30380
+ font-style: normal;
30381
+ font-weight: normal;
30382
+ font-size: 16px;
30383
+ line-height: 22px;
30384
+ }
30385
+
30386
+ .h173xnl1 {
30387
+ font-family: Inter;
30388
+ font-style: normal;
30389
+ font-weight: bold;
30390
+ font-size: 14px;
30391
+ line-height: 20px;
30392
+ }
30393
+
30394
+ .hedm4pz {
30395
+ font-family: Inter;
30396
+ font-style: normal;
30397
+ font-weight: normal;
30398
+ font-size: 14px;
30399
+ line-height: 20px;
30400
+ }
30401
+
30402
+ .h1kd8xld {
30403
+ font-family: Inter;
30404
+ font-style: normal;
30405
+ font-weight: bold;
30593
30406
  font-size: 12px;
30594
30407
  line-height: 18px;
30595
30408
  }
30596
- .i16ozz3f .icon-wrapper {
30597
- margin-right: 10px;
30598
- height: 18px;
30599
- }
30600
30409
 
30601
- .dszu9qr {
30602
- color: rgba(44, 56, 82, 0.6);
30603
- margin-top: 5px;
30410
+ .hp14fr {
30411
+ font-family: Inter;
30412
+ font-style: normal;
30413
+ font-weight: normal;
30604
30414
  font-size: 12px;
30605
30415
  line-height: 18px;
30606
30416
  }
30607
30417
 
30608
- .snxzgx {
30609
- color: #f0483e;
30418
+ .hgrg7mn {
30419
+ font-family: Inter;
30420
+ font-style: normal;
30421
+ font-weight: bold;
30422
+ text-transform: uppercase;
30423
+ font-feature-settings: "cpsp" on;
30610
30424
  font-size: 12px;
30611
- white-space: pre-wrap;
30425
+ line-height: 18px;
30612
30426
  }
30613
30427
 
30614
- .o1i4orqw {
30615
- display: flex;
30616
- align-items: center;
30617
- justify-content: flex-end;
30428
+ .h6zme9x {
30429
+ font-family: Inter;
30430
+ font-style: normal;
30431
+ font-weight: normal;
30432
+ text-transform: uppercase;
30433
+ font-feature-settings: "cpsp" on;
30434
+ font-size: 12px;
30435
+ line-height: 18px;
30618
30436
  }
30619
- .o1i4orqw .icon-wrapper {
30620
- margin-right: 16px;
30437
+
30438
+ .locjvsv {
30439
+ font-family: Inter;
30440
+ font-style: normal;
30441
+ font-weight: normal;
30442
+ font-size: 16px;
30443
+ line-height: 24px;
30621
30444
  }
30622
30445
 
30623
- .t79k8o2 {
30624
- color: rgba(0, 21, 64, 0.3);
30625
- }
30626
-
30627
- .ipd9bk.ant-input {
30628
- padding: 5px 12px;
30629
- line-height: 20px;
30630
- color: #2d3a56;
30631
- border-radius: 6px;
30632
- border-color: rgba(172, 186, 211, 0.6);
30633
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30634
- }
30635
- .ipd9bk.ant-input.ant-input-lg {
30636
- padding: 8px 16px;
30637
- line-height: 22px;
30638
- }
30639
- .ipd9bk.ant-input.ant-input-sm {
30640
- padding: 2px 8px;
30641
- line-height: 18px;
30642
- }
30643
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30644
- border-color: rgba(107, 128, 167, 0.6);
30645
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30646
- z-index: 1;
30647
- }
30648
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30649
- border-color: #0096ff;
30650
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30651
- z-index: 1;
30652
- }
30653
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30654
- border-color: #e75a3a;
30655
- color: #e75a3a;
30656
- }
30657
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30658
- border-color: #e75a3a;
30659
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30660
- }
30661
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30662
- border-color: #e75a3a;
30663
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30664
- }
30665
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30666
- background: rgba(211, 218, 235, 0.6);
30667
- color: rgba(0, 21, 64, 0.3);
30668
- border-color: rgba(172, 186, 211, 0.6);
30669
- }
30670
- .ipd9bk.ant-input-affix-wrapper {
30671
- padding: 5px 12px;
30672
- border-radius: 6px;
30673
- border-color: rgba(172, 186, 211, 0.6);
30674
- line-height: 20px;
30675
- color: #2d3a56;
30676
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30677
- }
30678
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30679
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30680
- color: rgba(44, 56, 82, 0.6);
30681
- }
30682
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30683
- padding: 8px 16px;
30684
- line-height: 22px;
30685
- }
30686
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30687
- padding: 2px 8px;
30688
- line-height: 18px;
30689
- }
30690
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30691
- border-color: rgba(107, 128, 167, 0.6);
30692
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30693
- }
30694
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30695
- border-color: #0096ff;
30696
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30697
- }
30698
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30699
- border-color: #e75a3a;
30700
- }
30701
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30702
- color: #e75a3a;
30703
- }
30704
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30705
- border-color: #e75a3a;
30706
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30707
- }
30708
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30709
- border-color: #e75a3a;
30710
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30711
- }
30712
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30713
- background: rgba(211, 218, 235, 0.6);
30714
- color: rgba(0, 21, 64, 0.3);
30715
- border-color: rgba(172, 186, 211, 0.6);
30716
- }
30717
- textarea.ipd9bk.ant-input {
30718
- transition-property: height;
30719
- transition-delay: 50ms;
30720
- }
30721
- textarea.ipd9bk.ant-input.textarea-large {
30722
- min-height: 40px;
30723
- height: 40px;
30724
- }
30725
- textarea.ipd9bk.ant-input.textarea-large:focus {
30726
- height: 80px;
30727
- }
30728
- textarea.ipd9bk.ant-input.textarea-middle {
30729
- min-height: 32px;
30730
- height: 32px;
30731
- }
30732
- textarea.ipd9bk.ant-input.textarea-middle:focus {
30733
- height: 64px;
30734
- }
30735
- textarea.ipd9bk.ant-input.textarea-small {
30736
- min-height: 24px;
30737
- height: 24px;
30738
- }
30739
- textarea.ipd9bk.ant-input.textarea-small:focus {
30740
- height: 40px;
30741
- }
30742
-
30743
- .kypn5o5 input, .kypn5o5.input-tags {
30744
- border: 1px solid rgba(213, 219, 227, 0.6);
30745
- border-radius: 4px;
30746
- }
30747
- .kypn5o5.input-tags {
30748
- position: relative;
30749
- padding: 6px;
30750
- height: 32px;
30751
- cursor: pointer;
30752
- transition: border 150ms;
30753
- }
30754
- .kypn5o5.input-tags:hover {
30755
- border-color: #0080ff;
30756
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30757
- }
30758
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
30759
- padding-right: 30px;
30760
- }
30761
- .kypn5o5.input-tags .input-tags-inner {
30762
- display: flex;
30763
- }
30764
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30765
- display: flex;
30766
- }
30767
- .kypn5o5.input-tags .input-tag-suffix {
30768
- position: absolute;
30769
- right: 12px;
30770
- top: 50%;
30771
- transform: translateY(-50%);
30772
- }
30773
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30774
- color: rgba(0, 0, 0, 0.25);
30775
- font-size: 12px;
30776
- cursor: pointer;
30777
- }
30778
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30779
- color: rgba(0, 0, 0, 0.45);
30780
- }
30781
- .kypn5o5.has-focus-indicator {
30782
- position: relative;
30783
- overflow: hidden;
30784
- }
30785
- .kypn5o5.has-focus-indicator .ant-input-prefix {
30786
- position: absolute;
30787
- top: 50%;
30788
- transform: translateY(-50%);
30789
- left: -16px;
30790
- transition: left 150ms ease;
30791
- opacity: 0;
30792
- }
30793
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30794
- left: 8px;
30795
- opacity: 1;
30796
- }
30797
- .kypn5o5.has-focus-indicator input {
30798
- transition: margin-left 150ms ease;
30799
- margin-left: 0px;
30800
- }
30801
- .kypn5o5.has-focus-indicator input:focus {
30802
- margin-left: 16px;
30803
- }
30804
-
30805
- input.l1ki27se.ant-input {
30806
- border-top-right-radius: 0;
30807
- border-bottom-right-radius: 0;
30808
- }
30809
-
30810
- .l1ki27se.ant-input-affix-wrapper {
30811
- border-top-right-radius: 0;
30812
- border-bottom-right-radius: 0;
30813
- }
30814
-
30815
- input.rrg1fkn.ant-input {
30816
- border-top-left-radius: 0;
30817
- border-bottom-left-radius: 0;
30818
- }
30819
-
30820
- .rrg1fkn.ant-input-affix-wrapper {
30821
- border-top-left-radius: 0;
30822
- border-bottom-left-radius: 0;
30823
- }
30824
-
30825
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30826
- border-top-right-radius: 0;
30827
- border-bottom-right-radius: 0;
30828
- }
30829
-
30830
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30831
- border-top-left-radius: 0;
30832
- border-bottom-left-radius: 0;
30833
- }
30834
-
30835
- .c1t6wbwv {
30836
- display: flex;
30837
- flex-direction: column;
30838
- }
30839
- .c1t6wbwv .select-wrapper {
30840
- margin-top: 12px;
30841
- }
30842
- .c1t6wbwv .select-wrapper .select {
30843
- width: 100%;
30844
- }
30845
- .c1t6wbwv .radio-wrapper {
30846
- margin-top: 24px;
30847
- }
30848
- .c1t6wbwv .form-item {
30849
- width: 100%;
30850
- }
30851
-
30852
- .d1k7vv5v {
30853
- font-size: 14px;
30854
- font-weight: 500;
30855
- color: #3e4652;
30856
- line-height: 18px;
30857
- }
30858
- .d1k7vv5v + .d1k7vv5v {
30859
- margin-top: 16px;
30860
- }
30861
- .d1k7vv5v + * {
30862
- margin-top: 16px;
30863
- }
30864
-
30865
- .le7b9r4.d1k7vv5v {
30866
- font-size: 12px;
30867
- color: rgba(44, 56, 82, 0.6);
30868
- margin-top: 12px;
30869
- }
30870
-
30871
- .r1dnygxx.le7b9r4.d1k7vv5v {
30872
- line-height: 18px;
30873
- font-weight: 500;
30874
- margin-top: 0;
30875
- white-space: initial;
30876
- }
30877
-
30878
- .r12ddqmh {
30879
- display: block;
30880
- }
30881
- .r12ddqmh span {
30882
- font-size: 14px;
30883
- font-weight: 500;
30884
- line-height: 32px;
30885
- color: #3e4652;
30886
- }
30887
-
30888
- .ctcr26a {
30889
- margin-top: 8px;
30890
- padding: 8px;
30891
- border-radius: 6px;
30892
- background: rgba(225, 230, 241, 0.6);
30893
- color: rgba(44, 56, 82, 0.6);
30894
- font-size: 12px;
30895
- }
30896
- .ctcr26a div {
30897
- line-height: 20px;
30898
- display: flex;
30899
- align-items: center;
30900
- word-break: break-all;
30901
- }
30902
-
30903
- .d6j0lbj {
30904
- font-family: Inter;
30905
- font-style: normal;
30906
- font-weight: bold;
30907
- font-size: 32px;
30908
- line-height: 40px;
30909
- }
30910
-
30911
- .d1xhvvxe {
30912
- font-family: Inter;
30913
- font-style: normal;
30914
- font-weight: bold;
30915
- font-size: 24px;
30916
- line-height: 32px;
30917
- }
30918
-
30919
- .dk10mxq {
30920
- font-family: Inter;
30921
- font-style: normal;
30922
- font-weight: normal;
30923
- font-size: 32px;
30924
- line-height: 40px;
30925
- }
30926
-
30927
- .dxsait {
30928
- font-family: Inter;
30929
- font-style: normal;
30930
- font-weight: bold;
30931
- font-size: 20px;
30932
- line-height: 24px;
30933
- }
30934
-
30935
- .dokn0h3 {
30936
- font-family: Inter;
30937
- font-style: normal;
30938
- font-weight: normal;
30939
- font-size: 20px;
30940
- line-height: 24px;
30941
- }
30942
-
30943
- .dobau4p {
30944
- font-family: Inter;
30945
- font-style: normal;
30946
- font-weight: bold;
30947
- font-size: 18px;
30948
- line-height: 22px;
30949
- }
30950
-
30951
- .dvolwok {
30952
- font-family: Inter;
30953
- font-style: normal;
30954
- font-weight: normal;
30955
- font-size: 18px;
30956
- line-height: 22px;
30957
- }
30958
-
30959
- .h181qhg4 {
30960
- font-family: Inter;
30961
- font-style: normal;
30962
- font-weight: bold;
30963
- font-size: 16px;
30964
- line-height: 22px;
30965
- }
30966
-
30967
- .h1phgmcq {
30968
- font-family: Inter;
30969
- font-style: normal;
30970
- font-weight: normal;
30971
- font-size: 16px;
30972
- line-height: 22px;
30973
- }
30974
-
30975
- .h173xnl1 {
30976
- font-family: Inter;
30977
- font-style: normal;
30978
- font-weight: bold;
30979
- font-size: 14px;
30980
- line-height: 20px;
30981
- }
30982
-
30983
- .hedm4pz {
30984
- font-family: Inter;
30985
- font-style: normal;
30986
- font-weight: normal;
30987
- font-size: 14px;
30988
- line-height: 20px;
30989
- }
30990
-
30991
- .h1kd8xld {
30992
- font-family: Inter;
30993
- font-style: normal;
30994
- font-weight: bold;
30995
- font-size: 12px;
30996
- line-height: 18px;
30997
- }
30998
-
30999
- .hp14fr {
31000
- font-family: Inter;
31001
- font-style: normal;
31002
- font-weight: normal;
31003
- font-size: 12px;
31004
- line-height: 18px;
31005
- }
31006
-
31007
- .hgrg7mn {
31008
- font-family: Inter;
31009
- font-style: normal;
31010
- font-weight: bold;
31011
- text-transform: uppercase;
31012
- font-feature-settings: "cpsp" on;
31013
- font-size: 12px;
31014
- line-height: 18px;
31015
- }
31016
-
31017
- .h6zme9x {
31018
- font-family: Inter;
31019
- font-style: normal;
31020
- font-weight: normal;
31021
- text-transform: uppercase;
31022
- font-feature-settings: "cpsp" on;
31023
- font-size: 12px;
31024
- line-height: 18px;
31025
- }
31026
-
31027
- .locjvsv {
31028
- font-family: Inter;
31029
- font-style: normal;
31030
- font-weight: normal;
31031
- font-size: 16px;
31032
- line-height: 24px;
31033
- }
31034
-
31035
- .l13gi131 {
31036
- font-family: Inter;
31037
- font-style: normal;
31038
- font-weight: bold;
31039
- font-size: 16px;
31040
- line-height: 24px;
30446
+ .l13gi131 {
30447
+ font-family: Inter;
30448
+ font-style: normal;
30449
+ font-weight: bold;
30450
+ font-size: 16px;
30451
+ line-height: 24px;
31041
30452
  }
31042
30453
 
31043
30454
  .l1ynemsu {
@@ -31235,508 +30646,828 @@ input.rrg1fkn.ant-input {
31235
30646
  font-size: 12px;
31236
30647
  line-height: 18px;
31237
30648
  }
31238
-
31239
- .lpb2nxv {
31240
- font-family: Inter;
31241
- font-style: normal;
31242
- font-weight: 500;
31243
- font-size: 12px;
31244
- line-height: 18px;
30649
+
30650
+ .lpb2nxv {
30651
+ font-family: Inter;
30652
+ font-style: normal;
30653
+ font-weight: 500;
30654
+ font-size: 12px;
30655
+ line-height: 18px;
30656
+ }
30657
+
30658
+ .l1r8o3vv {
30659
+ font-family: Inter;
30660
+ font-style: normal;
30661
+ font-weight: bold;
30662
+ font-size: 12px;
30663
+ line-height: 18px;
30664
+ }
30665
+
30666
+ .lemnjy2 {
30667
+ font-family: Inter;
30668
+ font-style: normal;
30669
+ font-weight: normal;
30670
+ text-transform: uppercase;
30671
+ font-feature-settings: "cpsp" on;
30672
+ font-size: 12px;
30673
+ line-height: 18px;
30674
+ }
30675
+
30676
+ .lrc42gb {
30677
+ font-family: Inter;
30678
+ font-style: normal;
30679
+ font-weight: bold;
30680
+ text-transform: uppercase;
30681
+ font-feature-settings: "cpsp" on;
30682
+ font-size: 12px;
30683
+ line-height: 18px;
30684
+ }
30685
+
30686
+ .fqaz4mb {
30687
+ font-family: Inter;
30688
+ font-style: normal;
30689
+ font-weight: normal;
30690
+ font-size: 13px;
30691
+ line-height: 20px;
30692
+ }
30693
+
30694
+ .f13we5o {
30695
+ font-family: Inter;
30696
+ font-style: normal;
30697
+ font-weight: normal;
30698
+ font-size: 13px;
30699
+ line-height: 20px;
30700
+ }
30701
+
30702
+ .ffmjua2 {
30703
+ font-family: Inter;
30704
+ font-style: normal;
30705
+ font-weight: normal;
30706
+ font-size: 12px;
30707
+ line-height: 18px;
30708
+ }
30709
+
30710
+ .fz2mxw0 {
30711
+ font-family: Inter;
30712
+ font-style: normal;
30713
+ font-weight: normal;
30714
+ font-size: 12px;
30715
+ line-height: 18px;
30716
+ }
30717
+
30718
+ .t1ertzoh {
30719
+ font-family: Inter;
30720
+ font-style: normal;
30721
+ font-weight: normal;
30722
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30723
+ font-size: 13px;
30724
+ line-height: 20px;
30725
+ }
30726
+
30727
+ .t19bge8r {
30728
+ font-family: Inter;
30729
+ font-style: normal;
30730
+ font-weight: normal;
30731
+ font-feature-settings: "zero" on;
30732
+ font-size: 13px;
30733
+ line-height: 20px;
30734
+ }
30735
+
30736
+ .tjrzfyl {
30737
+ font-family: Inter;
30738
+ font-style: normal;
30739
+ font-weight: normal;
30740
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30741
+ font-size: 12px;
30742
+ line-height: 18px;
30743
+ }
30744
+
30745
+ .tm6s7bo {
30746
+ font-family: Inter;
30747
+ font-style: normal;
30748
+ font-weight: 500;
30749
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30750
+ font-size: 12px;
30751
+ line-height: 18px;
30752
+ }
30753
+
30754
+ .t19zq6ic {
30755
+ font-family: Inter;
30756
+ font-style: normal;
30757
+ font-weight: normal;
30758
+ font-feature-settings: "zero" on;
30759
+ font-size: 12px;
30760
+ line-height: 18px;
30761
+ }
30762
+
30763
+ .t1gduru8 {
30764
+ font-family: Inter;
30765
+ font-style: normal;
30766
+ font-weight: 500;
30767
+ font-feature-settings: "zero" on;
30768
+ font-size: 12px;
30769
+ line-height: 18px;
30770
+ }
30771
+
30772
+ .t55raab {
30773
+ font-family: Inter;
30774
+ font-style: normal;
30775
+ font-weight: bold;
30776
+ font-feature-settings: "zero" on;
30777
+ font-size: 16px;
30778
+ line-height: 24px;
30779
+ }
30780
+
30781
+ .u1w9abfe {
30782
+ font-family: Inter;
30783
+ font-style: normal;
30784
+ font-weight: normal;
30785
+ font-size: 10px;
30786
+ line-height: 12px;
30787
+ }
30788
+
30789
+ .i1e4sgug {
30790
+ display: inline-block;
30791
+ }
30792
+
30793
+ .cz04yix {
30794
+ display: flex;
30795
+ flex-direction: column;
30796
+ }
30797
+
30798
+ .m1if5j39 {
30799
+ max-width: 1120px;
30800
+ width: 100%;
30801
+ margin: 0 auto;
30802
+ height: 100%;
30803
+ }
30804
+
30805
+ .w1vvwdlp {
30806
+ max-width: 1120px;
30807
+ width: 100%;
30808
+ margin: 0 auto;
30809
+ display: flex;
30810
+ }
30811
+ .w1vvwdlp .left,
30812
+ .w1vvwdlp .right {
30813
+ flex-grow: 0;
30814
+ flex-shrink: 0;
30815
+ flex-basis: 21%;
30816
+ }
30817
+ .w1vvwdlp .left {
30818
+ display: flex;
30819
+ justify-content: flex-end;
30820
+ padding-right: 44px;
30821
+ }
30822
+ .w1vvwdlp .right {
30823
+ padding-left: 44px;
30824
+ }
30825
+ .w1vvwdlp .middle {
30826
+ margin-bottom: 40px;
30827
+ flex-grow: 0;
30828
+ flex-shrink: 0;
30829
+ flex-basis: 58%;
30830
+ }
30831
+ .w1vvwdlp .middle .form-base-field {
30832
+ width: 100%;
30833
+ }
30834
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30835
+ width: auto;
30836
+ }
30837
+
30838
+ .h1cuopx7 .ant-modal-header {
30839
+ margin: 0 auto;
30840
+ width: 100%;
30841
+ max-width: 648px;
30842
+ }
30843
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30844
+ margin-left: 0;
30845
+ }
30846
+ .h1cuopx7 .ant-modal-body {
30847
+ margin: 0 auto;
30848
+ padding: 0;
30849
+ width: 100%;
30850
+ max-width: 648px;
30851
+ overflow: hidden;
30852
+ }
30853
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30854
+ margin-bottom: 40px;
30855
+ }
30856
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30857
+ height: calc(100vh - 225px);
30858
+ overflow-y: auto;
30859
+ }
30860
+ .h1cuopx7 .ant-modal-footer .footer-content {
30861
+ margin: 0 auto;
30862
+ max-width: 648px;
30863
+ }
30864
+
30865
+ .h1p6d3y3 .ant-modal-header {
30866
+ margin: 0 auto;
30867
+ width: 100%;
30868
+ max-width: 1024px;
30869
+ }
30870
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30871
+ margin-left: 0;
30872
+ }
30873
+ .h1p6d3y3 .ant-modal-body {
30874
+ margin: 0 auto;
30875
+ padding: 0;
30876
+ width: 100%;
30877
+ max-width: 1024px;
30878
+ overflow: hidden;
30879
+ }
30880
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30881
+ margin-bottom: 40px;
31245
30882
  }
31246
-
31247
- .l1r8o3vv {
31248
- font-family: Inter;
31249
- font-style: normal;
31250
- font-weight: bold;
31251
- font-size: 12px;
31252
- line-height: 18px;
30883
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30884
+ height: calc(100vh - 225px);
30885
+ overflow-y: auto;
31253
30886
  }
31254
-
31255
- .lemnjy2 {
31256
- font-family: Inter;
31257
- font-style: normal;
31258
- font-weight: normal;
31259
- text-transform: uppercase;
31260
- font-feature-settings: "cpsp" on;
31261
- font-size: 12px;
31262
- line-height: 18px;
30887
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30888
+ margin: 0 auto;
30889
+ max-width: 1024px;
31263
30890
  }
31264
30891
 
31265
- .lrc42gb {
31266
- font-family: Inter;
31267
- font-style: normal;
31268
- font-weight: bold;
31269
- text-transform: uppercase;
31270
- font-feature-settings: "cpsp" on;
31271
- font-size: 12px;
31272
- line-height: 18px;
30892
+ .fxgckuk {
30893
+ flex: 1;
31273
30894
  }
31274
-
31275
- .fqaz4mb {
31276
- font-family: Inter;
31277
- font-style: normal;
31278
- font-weight: normal;
30895
+ .fxgckuk label {
31279
30896
  font-size: 13px;
31280
30897
  line-height: 20px;
30898
+ color: rgba(44, 56, 82, 0.6);
31281
30899
  }
31282
-
31283
- .f13we5o {
31284
- font-family: Inter;
31285
- font-style: normal;
31286
- font-weight: normal;
31287
- font-size: 13px;
30900
+ .fxgckuk .title {
30901
+ font-size: 14px;
31288
30902
  line-height: 20px;
30903
+ color: #2d3a56;
30904
+ margin-bottom: 12px;
30905
+ }
30906
+ .fxgckuk.connect-cluster .title {
30907
+ padding-bottom: 26px;
31289
30908
  }
31290
30909
 
31291
- .ffmjua2 {
31292
- font-family: Inter;
31293
- font-style: normal;
31294
- font-weight: normal;
31295
- font-size: 12px;
31296
- line-height: 18px;
30910
+ .f1d0vek1 {
30911
+ padding: 25px 0 15px 0;
30912
+ border-bottom: 1px solid #e1e5eb;
30913
+ margin-bottom: 16px;
31297
30914
  }
31298
30915
 
31299
- .fz2mxw0 {
31300
- font-family: Inter;
31301
- font-style: normal;
31302
- font-weight: normal;
31303
- font-size: 12px;
31304
- line-height: 18px;
30916
+ .f4u402y {
30917
+ display: flex;
30918
+ align-items: center;
30919
+ margin-bottom: 8px;
30920
+ }
30921
+ .f4u402y > label {
30922
+ width: 216px;
30923
+ }
30924
+ .f4u402y > label + * {
30925
+ width: 100%;
30926
+ }
30927
+ .f4u402y .ant-select {
30928
+ width: 100%;
31305
30929
  }
31306
30930
 
31307
- .t1ertzoh {
31308
- font-family: Inter;
31309
- font-style: normal;
31310
- font-weight: normal;
31311
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31312
- font-size: 13px;
31313
- line-height: 20px;
30931
+ .e1pldf6v {
30932
+ color: #e75a3a;
30933
+ margin-right: 10px;
31314
30934
  }
31315
30935
 
31316
- .t19bge8r {
31317
- font-family: Inter;
31318
- font-style: normal;
31319
- font-weight: normal;
31320
- font-feature-settings: "zero" on;
31321
- font-size: 13px;
31322
- line-height: 20px;
30936
+ .dq0gblh {
30937
+ width: 100%;
30938
+ height: 1px;
30939
+ background: rgba(213, 219, 227, 0.6);
30940
+ margin: 24px 0;
31323
30941
  }
31324
30942
 
31325
- .tjrzfyl {
31326
- font-family: Inter;
31327
- font-style: normal;
31328
- font-weight: normal;
31329
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31330
- font-size: 12px;
31331
- line-height: 18px;
30943
+ .l1v7sr0n {
30944
+ display: flex;
30945
+ justify-content: center;
30946
+ align-items: center;
30947
+ height: 100%;
31332
30948
  }
31333
30949
 
31334
- .tm6s7bo {
31335
- font-family: Inter;
31336
- font-style: normal;
31337
- font-weight: 500;
31338
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31339
- font-size: 12px;
31340
- line-height: 18px;
30950
+ .d1i4ou6o {
30951
+ display: inline-block;
30952
+ width: 4px;
30953
+ height: 4px;
30954
+ background: #8e9aa9;
30955
+ opacity: 0.4;
30956
+ border-radius: 50%;
30957
+ margin: 0 4px;
31341
30958
  }
31342
30959
 
31343
- .t19zq6ic {
31344
- font-family: Inter;
31345
- font-style: normal;
31346
- font-weight: normal;
31347
- font-feature-settings: "zero" on;
31348
- font-size: 12px;
31349
- line-height: 18px;
30960
+ .m1jy87hk .ant-modal-header,
30961
+ .m1jy87hk .ant-modal-footer .footer-content {
30962
+ width: 648px;
30963
+ margin: 0 auto;
30964
+ }
30965
+ .m1jy87hk .ant-modal-header {
30966
+ padding: 35px 0 24px;
30967
+ border: none;
30968
+ }
30969
+ .m1jy87hk .ant-modal-header .ant-modal-title {
30970
+ font-size: 30px;
30971
+ }
30972
+ .m1jy87hk .ant-modal-body {
30973
+ padding: 4px 0 2px;
30974
+ }
30975
+ .m1jy87hk .ant-modal-footer {
30976
+ border: none;
31350
30977
  }
31351
30978
 
31352
- .t1gduru8 {
31353
- font-family: Inter;
31354
- font-style: normal;
31355
- font-weight: 500;
31356
- font-feature-settings: "zero" on;
30979
+ .ti7fpyu {
31357
30980
  font-size: 12px;
31358
30981
  line-height: 18px;
31359
- }
31360
-
31361
- .t55raab {
31362
- font-family: Inter;
31363
- font-style: normal;
31364
30982
  font-weight: bold;
31365
- font-feature-settings: "zero" on;
31366
- font-size: 16px;
31367
- line-height: 24px;
30983
+ color: #fff;
30984
+ padding: 0 4px;
30985
+ border-radius: 4px;
30986
+ display: inline-block;
30987
+ background: var(--ti7fpyu-0);
31368
30988
  }
31369
-
31370
- .u1w9abfe {
31371
- font-family: Inter;
31372
- font-style: normal;
31373
- font-weight: normal;
31374
- font-size: 10px;
31375
- line-height: 12px;
30989
+ .ti7fpyu:not(:first-child) {
30990
+ margin-left: 4px;
31376
30991
  }
31377
30992
 
31378
- .t1upn1sz {
30993
+ .f1rest1f {
30994
+ width: 100%;
31379
30995
  height: 100%;
30996
+ display: flex;
30997
+ align-items: center;
30998
+ justify-content: center;
31380
30999
  }
31381
31000
 
31382
- .tta5kd2 {
31383
- height: 100%;
31001
+ .n1kbdoln {
31002
+ font-size: 90%;
31003
+ font-weight: bold;
31004
+ background-color: rgba(240, 243, 247, 0.6);
31005
+ padding: 1px 4px 1px;
31006
+ margin-left: 2px;
31007
+ margin-right: 2px;
31008
+ border: 1px solid rgba(213, 219, 227, 0.6);
31009
+ border-radius: 4px;
31384
31010
  }
31385
- .tta5kd2.empty-table .ant-table-content {
31386
- overflow: visible !important;
31387
- height: 100%;
31011
+
31012
+ .f1y3gta0.form-item-general {
31013
+ width: 640px;
31014
+ }
31015
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
31016
+ margin-top: 16px;
31017
+ }
31018
+ .f1y3gta0.form-item-compact {
31019
+ width: 412px;
31020
+ }
31021
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
31022
+ margin-top: 8px;
31023
+ }
31024
+ .f1y3gta0 .form-item {
31025
+ width: auto;
31026
+ }
31027
+ .f1y3gta0 .form-item-main {
31028
+ position: relative;
31029
+ display: flex;
31030
+ }
31031
+ .f1y3gta0 .form-item-extra {
31032
+ margin-top: 4px;
31033
+ width: 100%;
31034
+ padding: 14px;
31035
+ background: #f2f4f6;
31036
+ font-size: 13px;
31037
+ line-height: 1.8;
31038
+ color: #8e9aa9;
31039
+ }
31040
+ .f1y3gta0 .form-item-label {
31041
+ padding-right: 12px;
31042
+ font-size: 13px;
31043
+ color: rgba(44, 56, 82, 0.6);
31044
+ }
31045
+ .f1y3gta0 .form-item-label.label-right {
31046
+ text-align: right;
31047
+ }
31048
+ .f1y3gta0 .form-item-label,
31049
+ .f1y3gta0 .form-item-control {
31050
+ line-height: 32px;
31051
+ }
31052
+ .f1y3gta0 .form-item-control .form-item-error {
31053
+ line-height: 18px;
31388
31054
  }
31389
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31390
- height: 100%;
31055
+ .f1y3gta0 .form-item-children {
31056
+ width: 100%;
31391
31057
  }
31392
- .tta5kd2.empty-table .ant-table-content table {
31393
- width: 100% !important;
31394
- height: 100%;
31058
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
31059
+ width: 100%;
31395
31060
  }
31396
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31397
- padding: 15px 0;
31061
+ .f1y3gta0 .form-item-error {
31062
+ color: #e75a3a;
31063
+ height: 0;
31064
+ overflow: hidden;
31398
31065
  }
31399
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31400
- display: none;
31066
+ .f1y3gta0 .form-item-error-enter-done {
31067
+ margin-top: 4px;
31068
+ height: auto;
31069
+ overflow: auto;
31401
31070
  }
31402
- .tta5kd2 .active-row td:nth-child(1) {
31403
- font-weight: 700;
31071
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31072
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31073
+ border: 1px solid #e75a3a;
31074
+ color: #e75a3a;
31404
31075
  }
31405
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31406
- font-weight: 700;
31076
+
31077
+ .fujbm7g {
31078
+ color: #2d3a56;
31079
+ font-weight: bold;
31080
+ padding-bottom: 6px;
31081
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31082
+ margin-bottom: 16px;
31407
31083
  }
31408
- .tta5kd2 .ant-spin-nested-loading {
31409
- height: 100%;
31084
+ .fujbm7g:not(:first-of-type) {
31085
+ margin-top: 16px;
31410
31086
  }
31411
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31412
- height: 100%;
31413
- overflow: visible;
31087
+
31088
+ .e5fsw5s {
31089
+ width: 8px;
31090
+ height: 24px;
31091
+ display: flex;
31092
+ justify-content: center;
31093
+ align-items: center;
31094
+ cursor: pointer;
31095
+ transition: all 200ms ease-out 40ms;
31414
31096
  }
31415
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31416
- max-height: none;
31097
+ .e5fsw5s:before, .e5fsw5s:after {
31098
+ content: "";
31099
+ width: 1px;
31100
+ height: 6px;
31101
+ border-radius: 1px;
31102
+ background: #ccd4e3;
31103
+ position: relative;
31104
+ right: 2px;
31105
+ transform: rotate(-45deg);
31417
31106
  }
31418
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31419
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31420
- display: none;
31107
+ .e5fsw5s:after {
31108
+ transform: rotate(45deg);
31109
+ left: 1px;
31421
31110
  }
31422
- .tta5kd2 td.ant-table-column-sort {
31423
- background: transparent;
31111
+
31112
+ .w18knsg4.ant-alert-warning {
31113
+ border: 0;
31114
+ background: rgba(255, 187, 0, 0.1);
31115
+ border-radius: 6px;
31424
31116
  }
31425
- .tta5kd2 td.ant-table-cell-fix-left,
31426
- .tta5kd2 td.ant-table-cell-fix-right {
31427
- background: #fff;
31428
- padding: 0 !important;
31117
+ .w18knsg4.ant-alert,
31118
+ .w18knsg4 .ant-alert-message {
31119
+ color: #e07f00;
31429
31120
  }
31430
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31431
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31121
+ .w18knsg4.ant-alert .dashed-border-bottom,
31122
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
31123
+ border-bottom-color: #e07f00;
31124
+ }
31125
+
31126
+ .ng31n2o {
31432
31127
  display: flex;
31433
- align-items: center;
31434
- height: 100%;
31435
- padding: 8px;
31128
+ flex-direction: row;
31129
+ padding: 7px 12px;
31130
+ background: rgba(255, 187, 0, 0.1);
31131
+ border-radius: 6px;
31132
+ color: #e07f00;
31133
+ font-size: 12px;
31134
+ line-height: 18px;
31436
31135
  }
31437
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31438
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31439
- overflow: hidden;
31440
- text-overflow: ellipsis;
31441
- width: 100%;
31136
+ .ng31n2o .icon-wrapper {
31137
+ margin-right: 10px;
31138
+ height: 18px;
31442
31139
  }
31443
- .tta5kd2 .ant-table-container {
31444
- height: 100%;
31140
+
31141
+ .n15x5f5y {
31142
+ display: flex;
31143
+ flex-direction: row;
31144
+ padding: 7px 12px;
31145
+ background: rgba(225, 230, 241, 0.6);
31146
+ border-radius: 6px;
31147
+ color: rgba(44, 56, 82, 0.6);
31148
+ font-size: 12px;
31149
+ line-height: 18px;
31445
31150
  }
31446
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31447
- box-shadow: none !important;
31151
+ .n15x5f5y .icon-wrapper {
31152
+ margin-right: 10px;
31153
+ height: 18px;
31448
31154
  }
31449
- .tta5kd2 .ant-table {
31450
- border-radius: 0px;
31451
- border-left: none;
31452
- border-right: none;
31453
- border-bottom: none;
31454
- height: 100%;
31155
+
31156
+ .i16ozz3f {
31157
+ display: flex;
31158
+ flex-direction: row;
31159
+ padding: 7px 12px;
31160
+ background: rgba(0, 136, 255, 0.1);
31161
+ border-radius: 6px;
31162
+ color: #005ed1;
31455
31163
  font-size: 12px;
31456
- background: transparent;
31457
- }
31458
- .tta5kd2 .ant-table .ant-table-header {
31459
- position: relative;
31460
- z-index: 3;
31461
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31462
- margin-bottom: -1px;
31164
+ line-height: 18px;
31463
31165
  }
31464
- .tta5kd2 .ant-table .time-wrapper .date,
31465
- .tta5kd2 .ant-table .value {
31466
- color: #2d3a56;
31166
+ .i16ozz3f .icon-wrapper {
31167
+ margin-right: 10px;
31168
+ height: 18px;
31467
31169
  }
31468
- .tta5kd2 .ant-table .time-wrapper .time,
31469
- .tta5kd2 .ant-table .unit {
31170
+
31171
+ .dszu9qr {
31470
31172
  color: rgba(44, 56, 82, 0.6);
31173
+ margin-top: 5px;
31174
+ font-size: 12px;
31175
+ line-height: 18px;
31471
31176
  }
31472
- .tta5kd2 .ant-table .ant-table-selection {
31473
- position: unset;
31474
- text-align: center;
31177
+
31178
+ .snxzgx {
31179
+ color: #f0483e;
31180
+ font-size: 12px;
31181
+ white-space: pre-wrap;
31475
31182
  }
31476
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31477
- background: #fff;
31183
+
31184
+ .o1i4orqw {
31185
+ display: flex;
31186
+ align-items: center;
31187
+ justify-content: flex-end;
31478
31188
  }
31479
- .tta5kd2 .ant-table .anticon-setting {
31480
- cursor: pointer;
31481
- position: absolute;
31482
- top: 50%;
31483
- right: 12px;
31484
- transform: translateY(-50%);
31189
+ .o1i4orqw .icon-wrapper {
31190
+ margin-right: 16px;
31485
31191
  }
31486
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31487
- box-shadow: none;
31488
- width: 1px;
31489
- background: rgba(213, 219, 227, 0.6);
31192
+
31193
+ .t79k8o2 {
31194
+ color: rgba(0, 21, 64, 0.3);
31490
31195
  }
31491
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31492
- box-shadow: none;
31493
- width: 1px;
31494
- background: rgba(213, 219, 227, 0.6);
31196
+
31197
+ .ipd9bk.ant-input {
31198
+ padding: 5px 12px;
31199
+ line-height: 20px;
31200
+ color: #2d3a56;
31201
+ border-radius: 6px;
31202
+ border-color: rgba(172, 186, 211, 0.6);
31203
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31495
31204
  }
31496
- .tta5kd2 .ant-table .ant-table-tbody {
31497
- position: relative;
31205
+ .ipd9bk.ant-input.ant-input-lg {
31206
+ padding: 8px 16px;
31207
+ line-height: 22px;
31498
31208
  }
31499
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31500
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31501
- border-bottom: 1px solid white;
31502
- height: 40px;
31503
- vertical-align: middle;
31504
- transition: background 0ms;
31505
- color: #00122e;
31209
+ .ipd9bk.ant-input.ant-input-sm {
31210
+ padding: 2px 8px;
31211
+ line-height: 18px;
31506
31212
  }
31507
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31508
- background: #f2f5fa;
31509
- border-bottom-color: #f2f5fa;
31213
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
31214
+ border-color: rgba(107, 128, 167, 0.6);
31215
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31216
+ z-index: 1;
31510
31217
  }
31511
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31512
- height: auto;
31513
- color: #00122e;
31514
- font-size: 12px;
31515
- text-align: left;
31516
- transition: none;
31517
- overflow: hidden;
31518
- text-overflow: ellipsis;
31519
- white-space: nowrap;
31218
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
31219
+ border-color: #0096ff;
31220
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31221
+ z-index: 1;
31520
31222
  }
31521
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31522
- color: #0096ff;
31223
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31224
+ border-color: #e75a3a;
31225
+ color: #e75a3a;
31523
31226
  }
31524
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31525
- overflow: hidden;
31526
- text-overflow: ellipsis;
31527
- width: 100%;
31528
- vertical-align: middle;
31227
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31228
+ border-color: #e75a3a;
31229
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31529
31230
  }
31530
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31531
- line-height: 0px;
31231
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31232
+ border-color: #e75a3a;
31233
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31532
31234
  }
31533
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31534
- padding-right: 25px;
31235
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31236
+ background: rgba(211, 218, 235, 0.6);
31237
+ color: rgba(0, 21, 64, 0.3);
31238
+ border-color: rgba(172, 186, 211, 0.6);
31535
31239
  }
31536
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31537
- border-top-color: transparent;
31240
+ .ipd9bk.ant-input-affix-wrapper {
31241
+ padding: 5px 12px;
31242
+ border-radius: 6px;
31243
+ border-color: rgba(172, 186, 211, 0.6);
31244
+ line-height: 20px;
31245
+ color: #2d3a56;
31246
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31538
31247
  }
31539
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31540
- background: rgba(225, 230, 241, 0.6);
31541
- border-color: transparent transparent white;
31248
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31249
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31250
+ color: rgba(44, 56, 82, 0.6);
31542
31251
  }
31543
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31544
- border-radius: 8px 0 0 8px;
31252
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31253
+ padding: 8px 16px;
31254
+ line-height: 22px;
31545
31255
  }
31546
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31547
- border-radius: 8px 0 0 8px;
31256
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31257
+ padding: 2px 8px;
31258
+ line-height: 18px;
31548
31259
  }
31549
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31550
- content: "";
31551
- width: 4px;
31552
- top: -1px;
31553
- bottom: -1px;
31554
- background: white;
31260
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31261
+ border-color: rgba(107, 128, 167, 0.6);
31262
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31555
31263
  }
31556
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31557
- border-radius: 0 8px 8px 0;
31264
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31265
+ border-color: #0096ff;
31266
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31558
31267
  }
31559
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31560
- border-radius: 0;
31561
- background: white;
31562
- border-top: none;
31268
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31269
+ border-color: #e75a3a;
31563
31270
  }
31564
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31565
- border-top: 1px solid transparent;
31566
- border-radius: 0 8px 8px 0;
31567
- background: rgba(225, 230, 241, 0.6);
31271
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31272
+ color: #e75a3a;
31568
31273
  }
31569
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31570
- background: white;
31571
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31274
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31275
+ border-color: #e75a3a;
31276
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31572
31277
  }
31573
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31574
- display: flex;
31575
- align-items: center;
31576
- height: 100%;
31577
- background: rgba(225, 230, 241, 0.6);
31278
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31279
+ border-color: #e75a3a;
31280
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31578
31281
  }
31579
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31580
- background: white;
31581
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31282
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31283
+ background: rgba(211, 218, 235, 0.6);
31284
+ color: rgba(0, 21, 64, 0.3);
31285
+ border-color: rgba(172, 186, 211, 0.6);
31582
31286
  }
31583
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31584
- display: flex;
31585
- align-items: center;
31586
- height: 100%;
31587
- background: rgba(225, 230, 241, 0.6);
31287
+ textarea.ipd9bk.ant-input {
31288
+ transition-property: height;
31289
+ transition-delay: 50ms;
31588
31290
  }
31589
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31590
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31291
+ textarea.ipd9bk.ant-input.textarea-large {
31292
+ min-height: 40px;
31293
+ height: 40px;
31591
31294
  }
31592
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31593
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31594
- border-radius: 8px;
31295
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31296
+ height: 80px;
31595
31297
  }
31596
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31597
- border-top-color: white;
31298
+ textarea.ipd9bk.ant-input.textarea-middle {
31299
+ min-height: 32px;
31300
+ height: 32px;
31598
31301
  }
31599
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31600
- background: rgba(0, 136, 255, 0.1);
31601
- border-bottom-color: transparent;
31602
- border-top-color: transparent;
31302
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31303
+ height: 64px;
31603
31304
  }
31604
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31605
- border-radius: 8px 0 0 8px;
31305
+ textarea.ipd9bk.ant-input.textarea-small {
31306
+ min-height: 24px;
31307
+ height: 24px;
31606
31308
  }
31607
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31608
- border-radius: 0 8px 8px 0;
31309
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31310
+ height: 40px;
31609
31311
  }
31610
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31611
- background: rgba(0, 136, 255, 0.1);
31312
+
31313
+ .kypn5o5 input, .kypn5o5.input-tags {
31314
+ border: 1px solid rgba(213, 219, 227, 0.6);
31315
+ border-radius: 4px;
31612
31316
  }
31613
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31614
- background: #fff;
31615
- font-weight: 400;
31317
+ .kypn5o5.input-tags {
31616
31318
  position: relative;
31617
- border-bottom: none;
31618
- color: #00122e;
31619
- transition: none;
31620
- padding: 15px 8px 15px 8px;
31319
+ padding: 6px;
31320
+ height: 32px;
31321
+ cursor: pointer;
31322
+ transition: border 150ms;
31621
31323
  }
31622
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31623
- content: "";
31624
- width: 1px;
31625
- top: 0;
31626
- bottom: 0;
31627
- background: rgba(211, 218, 235, 0.6);
31628
- position: absolute;
31629
- right: 0;
31324
+ .kypn5o5.input-tags:hover {
31325
+ border-color: #0080ff;
31326
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31630
31327
  }
31631
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31632
- padding: unset;
31328
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31329
+ padding-right: 30px;
31633
31330
  }
31634
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31635
- display: none;
31331
+ .kypn5o5.input-tags .input-tags-inner {
31332
+ display: flex;
31636
31333
  }
31637
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31638
- width: 100%;
31639
- overflow: hidden;
31640
- white-space: nowrap;
31641
- text-overflow: ellipsis;
31334
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31335
+ display: flex;
31642
31336
  }
31643
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31644
- overflow: hidden;
31645
- text-overflow: ellipsis;
31646
- flex: 1;
31337
+ .kypn5o5.input-tags .input-tag-suffix {
31338
+ position: absolute;
31339
+ right: 12px;
31340
+ top: 50%;
31341
+ transform: translateY(-50%);
31647
31342
  }
31648
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31649
- padding: 15px 25px 15px 8px;
31343
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31344
+ color: rgba(0, 0, 0, 0.25);
31345
+ font-size: 12px;
31346
+ cursor: pointer;
31650
31347
  }
31651
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31652
- padding: 0;
31348
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31349
+ color: rgba(0, 0, 0, 0.45);
31653
31350
  }
31654
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31351
+ .kypn5o5.has-focus-indicator {
31352
+ position: relative;
31353
+ overflow: hidden;
31354
+ }
31355
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31655
31356
  position: absolute;
31656
- right: 6px;
31657
31357
  top: 50%;
31658
31358
  transform: translateY(-50%);
31659
- height: 16px;
31660
- display: none;
31661
- transition: transform 320ms ease;
31359
+ left: -16px;
31360
+ transition: left 150ms ease;
31361
+ opacity: 0;
31662
31362
  }
31663
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31664
- display: block;
31665
- transform: translateY(-50%) rotateX(180deg);
31363
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31364
+ left: 8px;
31365
+ opacity: 1;
31666
31366
  }
31667
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31668
- display: block;
31367
+ .kypn5o5.has-focus-indicator input {
31368
+ transition: margin-left 150ms ease;
31369
+ margin-left: 0px;
31669
31370
  }
31670
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31671
- display: none;
31371
+ .kypn5o5.has-focus-indicator input:focus {
31372
+ margin-left: 16px;
31672
31373
  }
31673
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31674
- transform: translateY(-50%);
31374
+
31375
+ input.l1ki27se.ant-input {
31376
+ border-top-right-radius: 0;
31377
+ border-bottom-right-radius: 0;
31675
31378
  }
31676
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31677
- transform: translateY(-50%) rotateX(180deg);
31379
+
31380
+ .l1ki27se.ant-input-affix-wrapper {
31381
+ border-top-right-radius: 0;
31382
+ border-bottom-right-radius: 0;
31678
31383
  }
31679
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31680
- background: #f2f5fa;
31384
+
31385
+ input.rrg1fkn.ant-input {
31386
+ border-top-left-radius: 0;
31387
+ border-bottom-left-radius: 0;
31681
31388
  }
31682
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31683
- display: block;
31389
+
31390
+ .rrg1fkn.ant-input-affix-wrapper {
31391
+ border-top-left-radius: 0;
31392
+ border-bottom-left-radius: 0;
31684
31393
  }
31685
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31686
- padding-right: 25px;
31394
+
31395
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31396
+ border-top-right-radius: 0;
31397
+ border-bottom-right-radius: 0;
31398
+ }
31399
+
31400
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31401
+ border-top-left-radius: 0;
31402
+ border-bottom-left-radius: 0;
31403
+ }
31404
+
31405
+ .c1t6wbwv {
31406
+ display: flex;
31407
+ flex-direction: column;
31408
+ }
31409
+ .c1t6wbwv .select-wrapper {
31410
+ margin-top: 12px;
31411
+ }
31412
+ .c1t6wbwv .select-wrapper .select {
31413
+ width: 100%;
31414
+ }
31415
+ .c1t6wbwv .radio-wrapper {
31416
+ margin-top: 24px;
31687
31417
  }
31688
- .tta5kd2 .ant-table .ant-table-selection-column {
31689
- padding: 0 !important;
31418
+ .c1t6wbwv .form-item {
31419
+ width: 100%;
31690
31420
  }
31691
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31692
- position: absolute;
31693
- left: 50%;
31694
- top: 50%;
31695
- transform: translate(-50%, -50%);
31421
+
31422
+ .d1k7vv5v {
31423
+ font-size: 14px;
31424
+ font-weight: 500;
31425
+ color: #3e4652;
31426
+ line-height: 18px;
31696
31427
  }
31697
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31698
- display: none;
31428
+ .d1k7vv5v + .d1k7vv5v {
31429
+ margin-top: 16px;
31699
31430
  }
31700
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31701
- background: #fff;
31431
+ .d1k7vv5v + * {
31432
+ margin-top: 16px;
31702
31433
  }
31703
- .tta5kd2 .ant-table .ant-table-placeholder {
31704
- background: inherit;
31434
+
31435
+ .le7b9r4.d1k7vv5v {
31436
+ font-size: 12px;
31437
+ color: rgba(44, 56, 82, 0.6);
31438
+ margin-top: 12px;
31705
31439
  }
31706
- .tta5kd2 .ant-table .ant-table-placeholder td {
31707
- position: static;
31708
- border: none;
31709
- background: inherit !important;
31710
- height: 100px;
31711
- vertical-align: middle;
31440
+
31441
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31442
+ line-height: 18px;
31443
+ font-weight: 500;
31444
+ margin-top: 0;
31445
+ white-space: initial;
31712
31446
  }
31713
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31714
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31715
- font-weight: bold;
31716
- font-size: 20px;
31717
- color: rgba(10, 37, 85, 0.6);
31447
+
31448
+ .r12ddqmh {
31449
+ display: block;
31718
31450
  }
31719
- .tta5kd2 .ant-table td.cell__action_ {
31720
- padding: 0 !important;
31721
- position: relative;
31722
- background: #fff;
31451
+ .r12ddqmh span {
31452
+ font-size: 14px;
31453
+ font-weight: 500;
31454
+ line-height: 32px;
31455
+ color: #3e4652;
31723
31456
  }
31724
- .tta5kd2 .ant-table td.cell__action_ > * {
31725
- height: 100%;
31457
+
31458
+ .ctcr26a {
31459
+ margin-top: 8px;
31460
+ padding: 8px;
31461
+ border-radius: 6px;
31462
+ background: rgba(225, 230, 241, 0.6);
31463
+ color: rgba(44, 56, 82, 0.6);
31464
+ font-size: 12px;
31465
+ }
31466
+ .ctcr26a div {
31467
+ line-height: 20px;
31726
31468
  display: flex;
31727
31469
  align-items: center;
31728
- justify-content: flex-end;
31729
- padding-right: 8px;
31730
- }
31731
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31732
- width: 24px;
31733
- height: 24px;
31734
- cursor: pointer;
31735
- justify-content: center;
31736
- border-radius: 4px;
31737
- }
31738
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31739
- background: #fff;
31470
+ word-break: break-all;
31740
31471
  }
31741
31472
 
31742
31473
  .rxbeqvl.ant-radio-wrapper {
@@ -31787,184 +31518,380 @@ input.rrg1fkn.ant-input {
31787
31518
  padding: 0;
31788
31519
  padding-left: 12px;
31789
31520
  }
31790
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31791
- margin-bottom: 0;
31792
- white-space: pre-wrap;
31521
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31522
+ margin-bottom: 0;
31523
+ white-space: pre-wrap;
31524
+ color: rgba(44, 56, 82, 0.6);
31525
+ }
31526
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31527
+ padding-left: 8px;
31528
+ }
31529
+
31530
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31531
+ border-radius: 5px 0 0 5px;
31532
+ }
31533
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31534
+ border-radius: 0 5px 5px 0;
31535
+ }
31536
+
31537
+ .r1f0aqcc {
31538
+ color: #00122e;
31539
+ border-color: #ccd4e3;
31540
+ }
31541
+ .r1f0aqcc:first-child {
31542
+ border-color: #a3b4cc;
31543
+ }
31544
+ .r1f0aqcc.ant-radio-button-wrapper {
31545
+ padding: 0 12px;
31546
+ line-height: 32px;
31547
+ height: 32px;
31548
+ }
31549
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31550
+ white-space: nowrap;
31551
+ }
31552
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31553
+ height: 22px;
31554
+ padding: 0 7px;
31555
+ line-height: 20px;
31556
+ }
31557
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31558
+ background: #ccd4e3;
31559
+ }
31560
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31561
+ background: #0080ff;
31562
+ }
31563
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31564
+ background: #ccd4e3;
31565
+ opacity: 0.5;
31566
+ }
31567
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31568
+ border-right-color: #0080ff;
31569
+ }
31570
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31571
+ border-color: #0080ff;
31572
+ }
31573
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31574
+ background: rgba(0, 136, 255, 0.1);
31575
+ }
31576
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31577
+ background: rgba(211, 218, 235, 0.6);
31578
+ border-color: #ccd4e3;
31579
+ opacity: 0.5;
31580
+ }
31581
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31582
+ color: #00122e;
31583
+ border-color: #ccd4e3;
31584
+ }
31585
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31586
+ color: #00122e;
31587
+ border-color: #ccd4e3;
31588
+ background: rgba(172, 186, 211, 0.6);
31589
+ }
31590
+ .r1f0aqcc .ant-radio-button-input {
31591
+ margin-right: 8px;
31592
+ display: inline;
31593
+ border: none;
31594
+ padding: 0;
31595
+ width: 36px;
31596
+ background: transparent;
31597
+ }
31598
+ .r1f0aqcc .ant-radio-button-input:focus {
31599
+ box-shadow: none;
31600
+ }
31601
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31602
+ margin-right: 0;
31603
+ width: initial;
31604
+ box-shadow: none;
31605
+ }
31606
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31607
+ display: none;
31608
+ }
31609
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31610
+ display: inline;
31611
+ }
31612
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31613
+ display: inline;
31614
+ margin-right: 8px;
31615
+ padding: 0;
31616
+ width: 36px;
31617
+ }
31618
+
31619
+ .s1fc623g {
31620
+ width: 430px !important;
31621
+ }
31622
+
31623
+ .da3mx0o .ant-select-item-group {
31624
+ padding: 8px 16px;
31625
+ line-height: 18px;
31626
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31627
+ height: 34px;
31628
+ min-height: 34px;
31629
+ box-sizing: border-box;
31630
+ margin-top: 8px;
31631
+ }
31632
+
31633
+ .onr9gzt {
31634
+ display: flex;
31635
+ flex-direction: column;
31636
+ margin: 1px 8px;
31637
+ padding: 8px;
31638
+ border-radius: 4px;
31639
+ }
31640
+ .onr9gzt .selected-icon {
31641
+ display: none;
31642
+ }
31643
+ .onr9gzt.ant-select-item-option-grouped {
31644
+ padding-left: 8px;
31645
+ }
31646
+ .onr9gzt.ant-select-item-option-selected {
31647
+ background-color: white;
31648
+ }
31649
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31650
+ color: #0080ff;
31651
+ }
31652
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31653
+ display: block;
31654
+ }
31655
+ .onr9gzt.ant-select-item-option-active {
31656
+ background: rgba(0, 136, 255, 0.16);
31657
+ }
31658
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31659
+ color: #0080ff;
31660
+ }
31661
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31662
+ background: rgba(0, 136, 255, 0.1);
31663
+ color: #0080ff;
31664
+ }
31665
+
31666
+ .oiy0apc {
31667
+ display: flex;
31668
+ justify-content: space-between;
31669
+ height: 20px;
31670
+ line-height: 20px;
31671
+ }
31672
+ .oiy0apc .timezone-title {
31673
+ color: #2d3a56;
31674
+ overflow: hidden;
31675
+ text-overflow: ellipsis;
31676
+ }
31677
+
31678
+ .of4y382 {
31679
+ display: flex;
31680
+ justify-content: space-between;
31681
+ color: rgba(44, 56, 82, 0.6);
31682
+ height: 18px;
31683
+ line-height: 18px;
31684
+ margin-top: 2px;
31685
+ }
31686
+
31687
+ .t19903l9 {
31688
+ border: none;
31689
+ margin-right: 0;
31690
+ background: rgba(225, 230, 241, 0.6);
31691
+ }
31692
+
31693
+ .ohwbvxu {
31694
+ pointer-events: none;
31695
+ height: 32px;
31696
+ width: 100%;
31697
+ opacity: 0;
31698
+ }
31699
+
31700
+ .p12gwtiw {
31701
+ display: flex;
31702
+ justify-content: space-between;
31703
+ align-items: center;
31704
+ padding: 10px 0;
31793
31705
  color: rgba(44, 56, 82, 0.6);
31706
+ font-size: 12px;
31707
+ line-height: 24px;
31794
31708
  }
31795
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31796
- padding-left: 8px;
31709
+ .p12gwtiw .pagination-left {
31710
+ padding: 2px 8px;
31797
31711
  }
31798
-
31799
- .r5ie79y .ant-radio-button-wrapper:first-child {
31800
- border-radius: 5px 0 0 5px;
31712
+ .p12gwtiw .dropdown-trigger {
31713
+ display: flex;
31714
+ align-items: center;
31715
+ border-radius: 6px;
31716
+ cursor: pointer;
31717
+ transition: all 0.3s ease;
31801
31718
  }
31802
- .r5ie79y .ant-radio-button-wrapper:last-child {
31803
- border-radius: 0 5px 5px 0;
31719
+ .p12gwtiw .dropdown-trigger:hover {
31720
+ background: rgba(211, 218, 235, 0.6);
31721
+ color: #0080ff;
31804
31722
  }
31805
-
31806
- .r1f0aqcc {
31807
- color: #00122e;
31808
- border-color: #ccd4e3;
31723
+ .p12gwtiw .dropdown-trigger .icon-inner {
31724
+ margin-left: 4px;
31809
31725
  }
31810
- .r1f0aqcc:first-child {
31811
- border-color: #a3b4cc;
31726
+ .p12gwtiw .pagination-right {
31727
+ display: flex;
31728
+ align-items: center;
31729
+ color: #0080ff;
31730
+ font-weight: bold;
31812
31731
  }
31813
- .r1f0aqcc.ant-radio-button-wrapper {
31814
- padding: 0 12px;
31815
- line-height: 32px;
31816
- height: 32px;
31732
+ .p12gwtiw .pagination-right .icon-inner {
31733
+ margin-left: 4px;
31817
31734
  }
31818
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31819
- white-space: nowrap;
31735
+ .p12gwtiw .pagination-right .prev-btn,
31736
+ .p12gwtiw .pagination-right .next-btn {
31737
+ padding: 0 8px;
31820
31738
  }
31821
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31822
- height: 22px;
31823
- padding: 0 7px;
31824
- line-height: 20px;
31739
+ .p12gwtiw .pagination-right .prev-btn > span,
31740
+ .p12gwtiw .pagination-right .next-btn > span {
31741
+ color: #0080ff;
31825
31742
  }
31826
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31827
- background: #ccd4e3;
31743
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31744
+ transform: rotate(180deg);
31828
31745
  }
31829
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31830
- background: #0080ff;
31746
+
31747
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31748
+ max-height: calc(100vh - 128px);
31749
+ overflow-y: auto;
31831
31750
  }
31832
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31833
- background: #ccd4e3;
31834
- opacity: 0.5;
31751
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31752
+ padding: 4px 20px;
31753
+ font-size: 12px;
31754
+ line-height: 18px;
31835
31755
  }
31836
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31837
- border-right-color: #0080ff;
31756
+
31757
+ .c1up1pdz {
31758
+ width: 648px;
31838
31759
  }
31839
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31760
+ .c1up1pdz.active {
31840
31761
  border-color: #0080ff;
31841
31762
  }
31842
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31843
- background: rgba(0, 136, 255, 0.1);
31763
+ .c1up1pdz.active > header {
31764
+ background: rgba(0, 128, 255, 0.1);
31844
31765
  }
31845
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31846
- background: rgba(211, 218, 235, 0.6);
31847
- border-color: #ccd4e3;
31848
- opacity: 0.5;
31766
+ .c1up1pdz .expand {
31767
+ padding: 12px;
31849
31768
  }
31850
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31851
- color: #00122e;
31852
- border-color: #ccd4e3;
31769
+ .c1up1pdz .field-item {
31770
+ display: flex;
31771
+ padding: 10px 0;
31772
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31853
31773
  }
31854
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31855
- color: #00122e;
31856
- border-color: #ccd4e3;
31857
- background: rgba(172, 186, 211, 0.6);
31774
+ .c1up1pdz .field-item:last-child {
31775
+ border-bottom: none;
31776
+ padding-bottom: 0;
31858
31777
  }
31859
- .r1f0aqcc .ant-radio-button-input {
31860
- margin-right: 8px;
31861
- display: inline;
31862
- border: none;
31863
- padding: 0;
31864
- width: 36px;
31865
- background: transparent;
31778
+ .c1up1pdz .field-item label {
31779
+ line-height: 32px;
31780
+ width: 100px;
31781
+ color: rgba(62, 70, 82, 0.6);
31866
31782
  }
31867
- .r1f0aqcc .ant-radio-button-input:focus {
31868
- box-shadow: none;
31783
+ .c1up1pdz .help {
31784
+ color: rgba(62, 70, 82, 0.6);
31785
+ margin-top: 5px;
31869
31786
  }
31870
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31871
- margin-right: 0;
31872
- width: initial;
31873
- box-shadow: none;
31787
+ .c1up1pdz .ant-input-affix-wrapper,
31788
+ .c1up1pdz .ant-picker {
31789
+ width: 128px;
31874
31790
  }
31875
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31876
- display: none;
31791
+
31792
+ .c156wh19 {
31793
+ display: flex;
31794
+ align-items: center;
31795
+ justify-content: space-between;
31796
+ word-break: keep-all;
31877
31797
  }
31878
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31879
- display: inline;
31798
+ .c156wh19 .title {
31799
+ margin: 0 16px 0 8px;
31880
31800
  }
31881
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31882
- display: inline;
31883
- margin-right: 8px;
31884
- padding: 0;
31885
- width: 36px;
31801
+ .c156wh19 .retain {
31802
+ color: rgba(129, 138, 153, 0.6);
31886
31803
  }
31887
-
31888
- .obf05yr {
31889
- display: inline-block;
31804
+ .c156wh19 .left {
31805
+ flex: 1;
31806
+ display: flex;
31807
+ overflow: hidden;
31808
+ align-items: center;
31809
+ justify-content: flex-start;
31810
+ white-space: nowrap;
31890
31811
  }
31891
-
31892
- .hsms1n6 {
31893
- visibility: hidden;
31894
- position: absolute;
31812
+ .c156wh19 .left .title {
31813
+ max-width: 100%;
31814
+ overflow: hidden;
31815
+ text-overflow: ellipsis;
31895
31816
  }
31896
-
31897
- .n12mqh7z {
31817
+ .c156wh19 .right {
31898
31818
  display: flex;
31899
31819
  align-items: center;
31900
- font-size: 12px;
31901
- line-height: 18px;
31902
31820
  }
31903
- .n12mqh7z:not(:last-child) {
31904
- margin-bottom: 4px;
31821
+ .c156wh19 .reverse {
31822
+ display: flex;
31823
+ flex-direction: row-reverse;
31824
+ align-items: center;
31905
31825
  }
31906
-
31907
- .tf5bynu {
31908
- margin: 0 3px;
31826
+ .c156wh19 .reverse .ant-switch {
31827
+ margin-left: 8px;
31909
31828
  }
31910
-
31911
- .tcckoz1 {
31912
- max-height: 400px;
31913
- overflow: "auto";
31829
+ .c156wh19 .close {
31830
+ padding-left: 14px;
31831
+ margin-left: 14px;
31832
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31833
+ cursor: pointer;
31914
31834
  }
31915
31835
 
31916
- .c18bcrac {
31917
- display: inline-block;
31918
- width: 100%;
31836
+ .m126spxy {
31837
+ padding-bottom: 4px;
31838
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31919
31839
  }
31920
- .c18bcrac .recharts-wrapper {
31921
- margin-left: 4px;
31840
+ .m126spxy .ant-btn-link {
31841
+ padding: 1px 10px;
31842
+ color: rgba(62, 70, 82, 0.6);
31843
+ border-radius: 4px;
31922
31844
  }
31923
-
31924
- .cro7kg2 {
31925
- padding: 4px;
31845
+ .m126spxy .ant-btn-link.active {
31846
+ background: rgba(0, 128, 255, 0.1);
31847
+ color: #0096ff;
31926
31848
  }
31927
31849
 
31928
- .c14wcxf0 {
31929
- display: flex;
31930
- justify-content: space-between;
31931
- align-items: center;
31932
- font-size: 13px;
31933
- line-height: 24px;
31934
- color: #cccccc;
31935
- white-space: nowrap;
31850
+ .wpbf4pq {
31851
+ padding: 10px 0;
31852
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31936
31853
  }
31937
- .c14wcxf0 label {
31938
- margin-right: 32px;
31854
+ .wpbf4pq .ant-input,
31855
+ .wpbf4pq .ant-picker {
31856
+ width: 80px;
31857
+ margin: 0 9px;
31858
+ text-align: center;
31939
31859
  }
31940
-
31941
- .coy29mj.c14wcxf0 {
31942
- font-weight: bold;
31943
- color: white;
31860
+ .wpbf4pq .options {
31861
+ padding: 12px 0 12px 16px;
31862
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31863
+ margin: 5px 0 5px 8px;
31864
+ }
31865
+ .wpbf4pq .week-day-option,
31866
+ .wpbf4pq .month-day-option {
31867
+ background: #f5f7fa;
31868
+ box-sizing: border-box;
31869
+ border-radius: 16px;
31870
+ margin-right: 8px;
31871
+ }
31872
+ .wpbf4pq .week-day-option:focus,
31873
+ .wpbf4pq .month-day-option:focus {
31874
+ color: inherit;
31875
+ border-color: #d9d9d9;
31944
31876
  }
31945
-
31946
- .s11212zy {
31947
- width: 8px;
31948
- height: 8px;
31949
- border-radius: 2px;
31950
- display: inline-block;
31951
- background: var(--s11212zy-0);
31952
- border: 1px solid #fff;
31953
- box-sizing: content-box;
31954
- margin-right: 6px;
31877
+ .wpbf4pq .week-day-option.active {
31878
+ background-color: #0096ff;
31879
+ border-color: #0096ff;
31880
+ color: #fff;
31955
31881
  }
31956
-
31957
- .p1lyky6c > :first-child {
31958
- font-weight: bold;
31959
- color: white;
31960
- margin-right: 4px;
31882
+ .wpbf4pq .week-day-option.en-text {
31883
+ width: 110px;
31884
+ margin-top: 4px;
31961
31885
  }
31962
-
31963
- .tje3huy {
31964
- width: 100%;
31965
- overflow: inherit;
31966
- white-space: inherit;
31967
- text-overflow: ellipsis;
31886
+ .wpbf4pq .month-day-option {
31887
+ width: 32px;
31888
+ padding: 0;
31889
+ margin-bottom: 8px;
31890
+ }
31891
+ .wpbf4pq .month-day-option.active {
31892
+ background-color: #0096ff;
31893
+ border-color: #0096ff;
31894
+ color: #fff;
31968
31895
  }
31969
31896
 
31970
31897
  .s1iv0tp1 .enabled-switch {
@@ -32068,43 +31995,27 @@ input.rrg1fkn.ant-input {
32068
31995
  border-radius: 2px;
32069
31996
  }
32070
31997
 
32071
- .gmyahx3 {
32072
- cursor: pointer;
32073
- }
32074
- .gmyahx3 .link-text {
32075
- color: rgba(0, 21, 64, 0.3);
32076
- }
32077
- .gmyahx3:hover .link-text {
32078
- color: #0080ff;
31998
+ .wg1tsps {
31999
+ display: flex;
32000
+ align-items: center;
32001
+ justify-content: flex-end;
32079
32002
  }
32080
32003
 
32081
- .m15dvk92 {
32004
+ .b1ctd5xy {
32082
32005
  display: flex;
32083
- justify-content: space-between;
32084
- width: 100%;
32085
- }
32086
- .m15dvk92 .action {
32087
- margin-left: 16px;
32006
+ align-items: center;
32007
+ width: calc(100% - 40px);
32088
32008
  }
32089
-
32090
- .aql8iqz .ant-alert-message {
32009
+ .b1ctd5xy .chart {
32010
+ display: inline-block;
32091
32011
  width: 100%;
32092
32012
  }
32093
32013
 
32094
- .berrcjl {
32095
- color: rgba(10, 37, 85, 0.6);
32096
- margin-bottom: 4px;
32097
- }
32098
- .berrcjl .breadcrumb-link {
32099
- color: rgba(10, 37, 85, 0.6);
32100
- cursor: pointer;
32101
- transition: color 160ms ease;
32102
- }
32103
- .berrcjl .breadcrumb-link:hover {
32104
- color: #0080ff;
32014
+ .u1p8acpn {
32015
+ min-width: 40px;
32105
32016
  }
32106
- .berrcjl .breadcrumb-link:active {
32107
- color: #005ed1;
32017
+ .u1p8acpn .unit {
32018
+ color: #00122e !important;
32108
32019
  }
32109
32020
 
32110
32021
  .c18gxmrl {
@@ -32127,29 +32038,6 @@ input.rrg1fkn.ant-input {
32127
32038
  padding: 8px 12px;
32128
32039
  }
32129
32040
 
32130
- .wg1tsps {
32131
- display: flex;
32132
- align-items: center;
32133
- justify-content: flex-end;
32134
- }
32135
-
32136
- .b1ctd5xy {
32137
- display: flex;
32138
- align-items: center;
32139
- width: calc(100% - 40px);
32140
- }
32141
- .b1ctd5xy .chart {
32142
- display: inline-block;
32143
- width: 100%;
32144
- }
32145
-
32146
- .u1p8acpn {
32147
- width: 40px;
32148
- }
32149
- .u1p8acpn .unit {
32150
- color: #00122e !important;
32151
- }
32152
-
32153
32041
  .c1uzzomf {
32154
32042
  margin-bottom: 16px;
32155
32043
  }
@@ -32172,6 +32060,22 @@ input.rrg1fkn.ant-input {
32172
32060
  text-align: center;
32173
32061
  }
32174
32062
 
32063
+ .berrcjl {
32064
+ color: rgba(10, 37, 85, 0.6);
32065
+ margin-bottom: 4px;
32066
+ }
32067
+ .berrcjl .breadcrumb-link {
32068
+ color: rgba(10, 37, 85, 0.6);
32069
+ cursor: pointer;
32070
+ transition: color 160ms ease;
32071
+ }
32072
+ .berrcjl .breadcrumb-link:hover {
32073
+ color: #0080ff;
32074
+ }
32075
+ .berrcjl .breadcrumb-link:active {
32076
+ color: #005ed1;
32077
+ }
32078
+
32175
32079
  .t1sqg15u {
32176
32080
  background: white;
32177
32081
  }
@@ -32262,6 +32166,60 @@ input.rrg1fkn.ant-input {
32262
32166
  padding-right: 12px;
32263
32167
  }
32264
32168
 
32169
+ .tje3huy {
32170
+ width: 100%;
32171
+ overflow: inherit;
32172
+ white-space: inherit;
32173
+ text-overflow: ellipsis;
32174
+ }
32175
+
32176
+ .c18bcrac {
32177
+ display: inline-block;
32178
+ width: 100%;
32179
+ }
32180
+ .c18bcrac .recharts-wrapper {
32181
+ margin-left: 4px;
32182
+ }
32183
+
32184
+ .cro7kg2 {
32185
+ padding: 4px;
32186
+ }
32187
+
32188
+ .c14wcxf0 {
32189
+ display: flex;
32190
+ justify-content: space-between;
32191
+ align-items: center;
32192
+ font-size: 13px;
32193
+ line-height: 24px;
32194
+ color: #cccccc;
32195
+ white-space: nowrap;
32196
+ }
32197
+ .c14wcxf0 label {
32198
+ margin-right: 32px;
32199
+ }
32200
+
32201
+ .coy29mj.c14wcxf0 {
32202
+ font-weight: bold;
32203
+ color: white;
32204
+ }
32205
+
32206
+ .s11212zy {
32207
+ width: 8px;
32208
+ height: 8px;
32209
+ border-radius: 2px;
32210
+ display: inline-block;
32211
+ background: var(--s11212zy-0);
32212
+ border: 1px solid #fff;
32213
+ box-sizing: content-box;
32214
+ margin-right: 6px;
32215
+ }
32216
+
32217
+ .p1lyky6c > :first-child {
32218
+ font-weight: bold;
32219
+ color: white;
32220
+ margin-right: 4px;
32221
+ }
32222
+
32265
32223
  .c1bus5hc {
32266
32224
  --color: white;
32267
32225
  height: 14px;
@@ -32302,41 +32260,30 @@ input.rrg1fkn.ant-input {
32302
32260
  transform: rotate(0deg);
32303
32261
  }
32304
32262
 
32305
- .c10crapj {
32306
- border-radius: 8px;
32263
+ .n12mqh7z {
32264
+ display: flex;
32265
+ align-items: center;
32266
+ font-size: 12px;
32267
+ line-height: 18px;
32307
32268
  }
32308
- .c10crapj .ant-card-body {
32309
- padding: 20px 24px 24px 24px;
32269
+ .n12mqh7z:not(:last-child) {
32270
+ margin-bottom: 4px;
32310
32271
  }
32311
32272
 
32312
- .cav9p2m .ant-collapse-item {
32313
- border: 0px;
32314
- background-color: #fff;
32315
- }
32316
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32317
- padding-top: 0px;
32318
- padding-bottom: 0px;
32319
- padding-left: 0px !important;
32320
- padding-right: 24px;
32321
- }
32322
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32323
- right: 0px;
32324
- }
32325
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32326
- padding: 0px;
32273
+ .tf5bynu {
32274
+ margin: 0 3px;
32327
32275
  }
32328
32276
 
32329
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32330
- padding-right: 0px;
32331
- cursor: default;
32277
+ .tcckoz1 {
32278
+ max-height: 400px;
32279
+ overflow: "auto";
32332
32280
  }
32333
32281
 
32334
- .t3qomhu {
32335
- margin: 0 2px;
32282
+ .c10crapj {
32283
+ border-radius: 8px;
32336
32284
  }
32337
-
32338
- .iiqau4c.ant-input-group.ant-input-group-compact {
32339
- display: flex;
32285
+ .c10crapj .ant-card-body {
32286
+ padding: 20px 24px 24px 24px;
32340
32287
  }
32341
32288
 
32342
32289
  .c198s9j3 {
@@ -32410,6 +32357,51 @@ input.rrg1fkn.ant-input {
32410
32357
  margin-left: 24px;
32411
32358
  }
32412
32359
 
32360
+ .gmyahx3 {
32361
+ cursor: pointer;
32362
+ }
32363
+ .gmyahx3 .link-text {
32364
+ color: rgba(0, 21, 64, 0.3);
32365
+ }
32366
+ .gmyahx3:hover .link-text {
32367
+ color: #0080ff;
32368
+ }
32369
+
32370
+ .t3qomhu {
32371
+ margin: 0 2px;
32372
+ }
32373
+
32374
+ .o8ocss1 {
32375
+ overflow: hidden;
32376
+ text-overflow: ellipsis;
32377
+ }
32378
+
32379
+ .n17syc35 {
32380
+ white-space: nowrap;
32381
+ }
32382
+
32383
+ .cav9p2m .ant-collapse-item {
32384
+ border: 0px;
32385
+ background-color: #fff;
32386
+ }
32387
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32388
+ padding-top: 0px;
32389
+ padding-bottom: 0px;
32390
+ padding-left: 0px !important;
32391
+ padding-right: 24px;
32392
+ }
32393
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32394
+ right: 0px;
32395
+ }
32396
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32397
+ padding: 0px;
32398
+ }
32399
+
32400
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32401
+ padding-right: 0px;
32402
+ cursor: default;
32403
+ }
32404
+
32413
32405
  .igz4le8 {
32414
32406
  height: 24px;
32415
32407
  width: 56px !important;
@@ -32420,6 +32412,19 @@ input.rrg1fkn.ant-input {
32420
32412
  color: rgba(44, 56, 82, 0.6);
32421
32413
  }
32422
32414
 
32415
+ .m15dvk92 {
32416
+ display: flex;
32417
+ justify-content: space-between;
32418
+ width: 100%;
32419
+ }
32420
+ .m15dvk92 .action {
32421
+ margin-left: 16px;
32422
+ }
32423
+
32424
+ .aql8iqz .ant-alert-message {
32425
+ width: 100%;
32426
+ }
32427
+
32423
32428
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32424
32429
  border-radius: 6px;
32425
32430
  }
@@ -32477,13 +32482,8 @@ input.rrg1fkn.ant-input {
32477
32482
  transform: rotate(180deg);
32478
32483
  }
32479
32484
 
32480
- .o8ocss1 {
32481
- overflow: hidden;
32482
- text-overflow: ellipsis;
32483
- }
32484
-
32485
- .n17syc35 {
32486
- white-space: nowrap;
32485
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32486
+ display: flex;
32487
32487
  }
32488
32488
 
32489
32489
  .s14dk8r1 {
@@ -32564,6 +32564,55 @@ input.rrg1fkn.ant-input {
32564
32564
  margin-right: 4px;
32565
32565
  }
32566
32566
 
32567
+ .l4bld33 {
32568
+ width: 64px;
32569
+ height: 64px;
32570
+ display: flex;
32571
+ align-items: center;
32572
+ justify-content: center;
32573
+ position: relative;
32574
+ opacity: 0.2;
32575
+ }
32576
+
32577
+ .lgitjoj {
32578
+ position: absolute;
32579
+ width: 5px;
32580
+ height: 48px;
32581
+ left: 9.33px;
32582
+ top: 40.5px;
32583
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32584
+ border-radius: 5px;
32585
+ transform: rotate(-128deg);
32586
+ transform-origin: top left;
32587
+ animation: loading-indicator1 1100ms ease-out infinite;
32588
+ }
32589
+
32590
+ .l13g0exg {
32591
+ position: absolute;
32592
+ width: 5px;
32593
+ height: 48px;
32594
+ left: 40.8px;
32595
+ top: 8.4px;
32596
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32597
+ border-radius: 5px;
32598
+ transform: rotate(-8deg);
32599
+ transform-origin: top left;
32600
+ animation: loading-indicator2 1100ms ease-out infinite;
32601
+ }
32602
+
32603
+ .l1exo3h6 {
32604
+ position: absolute;
32605
+ width: 5px;
32606
+ height: 48px;
32607
+ left: 52.9px;
32608
+ top: 51.8px;
32609
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32610
+ border-radius: 5px;
32611
+ transform: rotate(112deg);
32612
+ transform-origin: top left;
32613
+ animation: loading-indicator3 1100ms ease-out infinite;
32614
+ }
32615
+
32567
32616
  .m1thnes4 {
32568
32617
  color: rgba(44, 56, 82, 0.6);
32569
32618
  text-align: center;
@@ -32725,6 +32774,36 @@ input.rrg1fkn.ant-input {
32725
32774
  margin-left: 8px;
32726
32775
  }
32727
32776
 
32777
+ .t1gz6wqf {
32778
+ height: 100%;
32779
+ }
32780
+ .t1gz6wqf .table-loading-item {
32781
+ padding: 12px 4px;
32782
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32783
+ display: flex;
32784
+ }
32785
+ .t1gz6wqf .table-loading-item > * {
32786
+ height: 16px;
32787
+ margin: 4px;
32788
+ background: rgba(204, 212, 227, 0.18);
32789
+ border-radius: 2px;
32790
+ }
32791
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32792
+ width: 16px;
32793
+ }
32794
+ .t1gz6wqf .table-loading-item .td-loading {
32795
+ flex: 1;
32796
+ }
32797
+ .t1gz6wqf :nth-child(1) {
32798
+ padding: 8px 4px;
32799
+ }
32800
+ .t1gz6wqf :nth-child(1) > * {
32801
+ background: rgba(107, 125, 153, 0.18);
32802
+ }
32803
+ .t1gz6wqf :nth-child(1) > * {
32804
+ background: rgba(163, 180, 204, 0.18);
32805
+ }
32806
+
32728
32807
  .sq6vos1 {
32729
32808
  --item-min-width: 60px;
32730
32809
  }
@@ -32992,59 +33071,6 @@ input.rrg1fkn.ant-input {
32992
33071
  background-color: #7E41FF;
32993
33072
  }
32994
33073
 
32995
- .l4bld33 {
32996
- width: 64px;
32997
- height: 64px;
32998
- display: flex;
32999
- align-items: center;
33000
- justify-content: center;
33001
- position: relative;
33002
- opacity: 0.2;
33003
- }
33004
-
33005
- .lgitjoj {
33006
- position: absolute;
33007
- width: 5px;
33008
- height: 48px;
33009
- left: 9.33px;
33010
- top: 40.5px;
33011
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33012
- border-radius: 5px;
33013
- transform: rotate(-128deg);
33014
- transform-origin: top left;
33015
- animation: loading-indicator1 1100ms ease-out infinite;
33016
- }
33017
-
33018
- .l13g0exg {
33019
- position: absolute;
33020
- width: 5px;
33021
- height: 48px;
33022
- left: 40.8px;
33023
- top: 8.4px;
33024
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33025
- border-radius: 5px;
33026
- transform: rotate(-8deg);
33027
- transform-origin: top left;
33028
- animation: loading-indicator2 1100ms ease-out infinite;
33029
- }
33030
-
33031
- .l1exo3h6 {
33032
- position: absolute;
33033
- width: 5px;
33034
- height: 48px;
33035
- left: 52.9px;
33036
- top: 51.8px;
33037
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33038
- border-radius: 5px;
33039
- transform: rotate(112deg);
33040
- transform-origin: top left;
33041
- animation: loading-indicator3 1100ms ease-out infinite;
33042
- }
33043
-
33044
- .c1k4vanq {
33045
- padding: 0 12px 14px 12px;
33046
- }
33047
-
33048
33074
  .c1udgdh2 {
33049
33075
  color: #2d3a56;
33050
33076
  padding: 7px 12px;
@@ -33085,34 +33111,8 @@ input.rrg1fkn.ant-input {
33085
33111
  margin-right: 2px;
33086
33112
  }
33087
33113
 
33088
- .t1gz6wqf {
33089
- height: 100%;
33090
- }
33091
- .t1gz6wqf .table-loading-item {
33092
- padding: 12px 4px;
33093
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33094
- display: flex;
33095
- }
33096
- .t1gz6wqf .table-loading-item > * {
33097
- height: 16px;
33098
- margin: 4px;
33099
- background: rgba(204, 212, 227, 0.18);
33100
- border-radius: 2px;
33101
- }
33102
- .t1gz6wqf .table-loading-item .checkbox-loading {
33103
- width: 16px;
33104
- }
33105
- .t1gz6wqf .table-loading-item .td-loading {
33106
- flex: 1;
33107
- }
33108
- .t1gz6wqf :nth-child(1) {
33109
- padding: 8px 4px;
33110
- }
33111
- .t1gz6wqf :nth-child(1) > * {
33112
- background: rgba(107, 125, 153, 0.18);
33113
- }
33114
- .t1gz6wqf :nth-child(1) > * {
33115
- background: rgba(163, 180, 204, 0.18);
33114
+ .c1k4vanq {
33115
+ padding: 0 12px 14px 12px;
33116
33116
  }
33117
33117
 
33118
33118
  .bab9xum {
@@ -33325,35 +33325,6 @@ input.rrg1fkn.ant-input {
33325
33325
  margin-right: 8px;
33326
33326
  }
33327
33327
 
33328
- .skwah65 {
33329
- height: 8px;
33330
- box-sizing: border-box;
33331
- border-radius: 2px;
33332
- background: #f5f7fa;
33333
- display: flex;
33334
- width: 100%;
33335
- overflow: hidden;
33336
- }
33337
- .skwah65 .stack-bar-item + .stack-bar-item {
33338
- margin-left: 1px;
33339
- }
33340
-
33341
- .rrwcpby {
33342
- display: flex;
33343
- align-items: center;
33344
- }
33345
- .rrwcpby .order {
33346
- height: 24px;
33347
- width: 24px;
33348
- border-radius: 20px;
33349
- color: #0080ff;
33350
- background: rgba(0, 136, 255, 0.1);
33351
- display: flex;
33352
- align-items: center;
33353
- justify-content: center;
33354
- margin-right: 6px;
33355
- }
33356
-
33357
33328
  .f1p9ti6d {
33358
33329
  width: 100%;
33359
33330
  margin-bottom: 0 !important;
@@ -33385,6 +33356,24 @@ input.rrg1fkn.ant-input {
33385
33356
  min-height: 0px;
33386
33357
  }
33387
33358
 
33359
+ .skwah65 {
33360
+ height: 8px;
33361
+ box-sizing: border-box;
33362
+ border-radius: 2px;
33363
+ background: #f5f7fa;
33364
+ display: flex;
33365
+ width: 100%;
33366
+ overflow: hidden;
33367
+ }
33368
+ .skwah65 .stack-bar-item + .stack-bar-item {
33369
+ margin-left: 1px;
33370
+ }
33371
+
33372
+ .iwsze0q {
33373
+ margin-right: 4px;
33374
+ height: 16px;
33375
+ }
33376
+
33388
33377
  .sut42l0 {
33389
33378
  padding: 0 8px;
33390
33379
  height: 18px;
@@ -33411,11 +33400,6 @@ input.rrg1fkn.ant-input {
33411
33400
  border: 1px solid rgba(211, 218, 235, 0.6);
33412
33401
  }
33413
33402
 
33414
- .iwsze0q {
33415
- margin-right: 4px;
33416
- height: 16px;
33417
- }
33418
-
33419
33403
  .w1xcixj5.outside-tag {
33420
33404
  padding-left: 0;
33421
33405
  }
@@ -33425,6 +33409,22 @@ input.rrg1fkn.ant-input {
33425
33409
  margin-right: 4px;
33426
33410
  }
33427
33411
 
33412
+ .rrwcpby {
33413
+ display: flex;
33414
+ align-items: center;
33415
+ }
33416
+ .rrwcpby .order {
33417
+ height: 24px;
33418
+ width: 24px;
33419
+ border-radius: 20px;
33420
+ color: #0080ff;
33421
+ background: rgba(0, 136, 255, 0.1);
33422
+ display: flex;
33423
+ align-items: center;
33424
+ justify-content: center;
33425
+ margin-right: 6px;
33426
+ }
33427
+
33428
33428
  .at4ovwe .ant-input-number-handler-wrap {
33429
33429
  display: var(--at4ovwe-0);
33430
33430
  }