@cloudtower/eagle 0.27.51 → 0.27.52

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
@@ -29780,6 +29780,50 @@ html body {
29780
29780
  font-size: 14px;
29781
29781
  }
29782
29782
 
29783
+ .b1nip9bk {
29784
+ padding: 4px 11px;
29785
+ }
29786
+
29787
+ .bqamoqe {
29788
+ white-space: nowrap;
29789
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29790
+ }
29791
+ .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29792
+ --color: #0080ff;
29793
+ }
29794
+ .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29795
+ --color: #0080ff;
29796
+ }
29797
+ .bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29798
+ margin-left: 1px;
29799
+ }
29800
+ .bqamoqe > .ant-btn:not(:only-child):first-child {
29801
+ border-top-right-radius: 0;
29802
+ border-bottom-right-radius: 0;
29803
+ }
29804
+ .bqamoqe > .ant-btn:not(:only-child):last-child {
29805
+ border-top-left-radius: 0;
29806
+ border-bottom-left-radius: 0;
29807
+ }
29808
+ .bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29809
+ border-radius: unset;
29810
+ }
29811
+
29812
+ .fzh9mnb {
29813
+ width: 100%;
29814
+ height: 100%;
29815
+ min-height: 124px;
29816
+ display: flex;
29817
+ flex-direction: column;
29818
+ justify-content: center;
29819
+ align-items: center;
29820
+ }
29821
+ .fzh9mnb .error-text {
29822
+ color: rgba(10, 37, 85, 0.6);
29823
+ margin-bottom: 16px;
29824
+ font-size: 18px;
29825
+ }
29826
+
29783
29827
  .i1inqkme {
29784
29828
  height: 18px;
29785
29829
  line-height: 18px;
@@ -29793,6 +29837,24 @@ html body {
29793
29837
  margin-right: 4px;
29794
29838
  }
29795
29839
 
29840
+ .iouxfgt {
29841
+ display: inline-flex;
29842
+ align-items: center;
29843
+ }
29844
+ .iouxfgt .icon-inner {
29845
+ display: inline-flex;
29846
+ align-items: center;
29847
+ justify-content: center;
29848
+ }
29849
+ .iouxfgt .icon-inner + span,
29850
+ .iouxfgt span + .icon-inner.suffix {
29851
+ margin-left: 4px;
29852
+ }
29853
+ .iouxfgt.is-rotate img,
29854
+ .iouxfgt.is-rotate svg {
29855
+ animation: rotate 680ms linear infinite;
29856
+ }
29857
+
29796
29858
  .b1wx3t3t.ant-btn-icon-only {
29797
29859
  justify-content: center;
29798
29860
  }
@@ -30043,66 +30105,166 @@ html body {
30043
30105
  padding: 0;
30044
30106
  }
30045
30107
 
30046
- .fzh9mnb {
30047
- width: 100%;
30048
- height: 100%;
30049
- min-height: 124px;
30050
- display: flex;
30051
- flex-direction: column;
30052
- justify-content: center;
30053
- align-items: center;
30108
+ .owd0kml {
30109
+ display: inline-block;
30054
30110
  }
30055
- .fzh9mnb .error-text {
30056
- color: rgba(10, 37, 85, 0.6);
30057
- margin-bottom: 16px;
30058
- font-size: 18px;
30111
+
30112
+ .h1jsgezc {
30113
+ visibility: hidden;
30114
+ position: absolute;
30059
30115
  }
30060
30116
 
30061
- .b1nip9bk {
30062
- padding: 4px 11px;
30117
+ .iq1gosr {
30118
+ display: inline-block;
30063
30119
  }
30064
30120
 
30065
- .bqamoqe {
30066
- white-space: nowrap;
30067
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30121
+ .s1dizucg.ant-switch {
30122
+ min-width: 40px;
30123
+ height: 24px;
30124
+ background: rgba(172, 186, 211, 0.6);
30125
+ overflow: hidden;
30068
30126
  }
30069
- .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30070
- --color: #0080ff;
30127
+ .s1dizucg.ant-switch:focus {
30128
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30071
30129
  }
30072
- .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30073
- --color: #0080ff;
30130
+ .s1dizucg.ant-switch-small {
30131
+ min-width: 26px;
30132
+ height: 16px;
30074
30133
  }
30075
- .bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30134
+ .s1dizucg.ant-switch-large {
30135
+ min-width: 52px;
30136
+ height: 32px;
30137
+ }
30138
+ .s1dizucg.ant-switch .ant-switch-handle {
30139
+ height: 20px;
30140
+ width: 20px;
30141
+ }
30142
+ .s1dizucg.ant-switch .ant-switch-handle::before {
30143
+ border-radius: 10px;
30144
+ transition-delay: 120ms;
30145
+ }
30146
+ .s1dizucg.ant-switch-small .ant-switch-handle {
30147
+ height: 14px;
30148
+ width: 14px;
30149
+ top: 1px;
30150
+ left: 1px;
30151
+ }
30152
+ .s1dizucg.ant-switch-large .ant-switch-handle {
30153
+ height: 28px;
30154
+ width: 28px;
30155
+ }
30156
+ .s1dizucg.ant-switch-large .ant-switch-handle::before {
30157
+ border-radius: 14px;
30158
+ }
30159
+ .s1dizucg.ant-switch-checked {
30160
+ background-color: #00ba5d;
30161
+ }
30162
+ .s1dizucg.ant-switch-checked .ant-switch-handle {
30163
+ left: calc(100% - 20px - 2px);
30164
+ }
30165
+ .s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30166
+ left: calc(100% - 14px - 1px);
30167
+ }
30168
+ .s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30169
+ left: calc(100% - 28px - 2px);
30170
+ }
30171
+
30172
+ .c1up6e3y {
30173
+ margin-left: 5px;
30174
+ }
30175
+
30176
+ .skwah65 {
30177
+ height: 8px;
30178
+ box-sizing: border-box;
30179
+ border-radius: 2px;
30180
+ background: #f5f7fa;
30181
+ display: flex;
30182
+ width: 100%;
30183
+ overflow: hidden;
30184
+ }
30185
+ .skwah65 .stack-bar-item + .stack-bar-item {
30076
30186
  margin-left: 1px;
30077
30187
  }
30078
- .bqamoqe > .ant-btn:not(:only-child):first-child {
30079
- border-top-right-radius: 0;
30080
- border-bottom-right-radius: 0;
30188
+
30189
+ .s1dni7lo {
30190
+ width: 430px !important;
30081
30191
  }
30082
- .bqamoqe > .ant-btn:not(:only-child):last-child {
30083
- border-top-left-radius: 0;
30084
- border-bottom-left-radius: 0;
30192
+
30193
+ .d1wwmmm5 .ant-select-item-group {
30194
+ padding: 8px 16px;
30195
+ line-height: 18px;
30196
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30197
+ height: 34px;
30198
+ min-height: 34px;
30199
+ box-sizing: border-box;
30200
+ margin-top: 8px;
30085
30201
  }
30086
- .bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30087
- border-radius: unset;
30202
+
30203
+ .o1ugr09p {
30204
+ display: flex;
30205
+ flex-direction: column;
30206
+ margin: 1px 8px;
30207
+ padding: 8px;
30208
+ border-radius: 4px;
30209
+ }
30210
+ .o1ugr09p .selected-icon {
30211
+ display: none;
30212
+ }
30213
+ .o1ugr09p.ant-select-item-option-grouped {
30214
+ padding-left: 8px;
30215
+ }
30216
+ .o1ugr09p.ant-select-item-option-selected {
30217
+ background-color: white;
30218
+ }
30219
+ .o1ugr09p.ant-select-item-option-selected .timezone-title {
30220
+ color: #0080ff;
30221
+ }
30222
+ .o1ugr09p.ant-select-item-option-selected .selected-icon {
30223
+ display: block;
30224
+ }
30225
+ .o1ugr09p.ant-select-item-option-active {
30226
+ background: rgba(0, 136, 255, 0.16);
30227
+ }
30228
+ .o1ugr09p.ant-select-item-option-active .timezone-title {
30229
+ color: #0080ff;
30230
+ }
30231
+ .o1ugr09p.ant-select-item-option-active .timezone-tag {
30232
+ background: rgba(0, 136, 255, 0.1);
30233
+ color: #0080ff;
30088
30234
  }
30089
30235
 
30090
- .iouxfgt {
30091
- display: inline-flex;
30092
- align-items: center;
30236
+ .o1ifxsq4 {
30237
+ display: flex;
30238
+ justify-content: space-between;
30239
+ height: 20px;
30240
+ line-height: 20px;
30093
30241
  }
30094
- .iouxfgt .icon-inner {
30095
- display: inline-flex;
30096
- align-items: center;
30097
- justify-content: center;
30242
+ .o1ifxsq4 .timezone-title {
30243
+ color: #2d3a56;
30244
+ overflow: hidden;
30245
+ text-overflow: ellipsis;
30098
30246
  }
30099
- .iouxfgt .icon-inner + span,
30100
- .iouxfgt span + .icon-inner.suffix {
30101
- margin-left: 4px;
30247
+
30248
+ .o1zue7 {
30249
+ display: flex;
30250
+ justify-content: space-between;
30251
+ color: rgba(44, 56, 82, 0.6);
30252
+ height: 18px;
30253
+ line-height: 18px;
30254
+ margin-top: 2px;
30102
30255
  }
30103
- .iouxfgt.is-rotate img,
30104
- .iouxfgt.is-rotate svg {
30105
- animation: rotate 680ms linear infinite;
30256
+
30257
+ .tyfmlxg {
30258
+ border: none;
30259
+ margin-right: 0;
30260
+ background: rgba(225, 230, 241, 0.6);
30261
+ }
30262
+
30263
+ .o18uybox {
30264
+ pointer-events: none;
30265
+ height: 32px;
30266
+ width: 100%;
30267
+ opacity: 0;
30106
30268
  }
30107
30269
 
30108
30270
  .phljevk {
@@ -30162,84 +30324,65 @@ html body {
30162
30324
  line-height: 18px;
30163
30325
  }
30164
30326
 
30165
- .t1m2x205 .ant-tooltip-arrow {
30166
- display: none;
30167
- }
30168
- .t1m2x205 .ant-tooltip-inner {
30169
- background: rgba(23, 38, 64, 0.8);
30170
- border-radius: 4px;
30171
- }
30172
-
30173
- .iq1gosr {
30174
- display: inline-block;
30175
- }
30176
-
30177
- .skwah65 {
30178
- height: 8px;
30179
- box-sizing: border-box;
30180
- border-radius: 2px;
30181
- background: #f5f7fa;
30327
+ .s1ebs0ra {
30182
30328
  display: flex;
30183
- width: 100%;
30184
- overflow: hidden;
30185
- }
30186
- .skwah65 .stack-bar-item + .stack-bar-item {
30187
- margin-left: 1px;
30188
- }
30189
-
30190
- .s1dizucg.ant-switch {
30191
- min-width: 40px;
30192
- height: 24px;
30193
- background: rgba(172, 186, 211, 0.6);
30194
- overflow: hidden;
30195
- }
30196
- .s1dizucg.ant-switch:focus {
30197
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30329
+ align-items: center;
30330
+ justify-content: space-between;
30331
+ background: #edf0f7;
30332
+ padding: 8px 12px;
30333
+ position: sticky;
30334
+ top: 0;
30335
+ z-index: 1;
30336
+ margin-bottom: -52px;
30198
30337
  }
30199
- .s1dizucg.ant-switch-small {
30200
- min-width: 26px;
30201
- height: 16px;
30338
+ .s1ebs0ra .select-total {
30339
+ display: flex;
30340
+ align-items: center;
30341
+ font-weight: 700;
30342
+ flex-shrink: 0;
30202
30343
  }
30203
- .s1dizucg.ant-switch-large {
30204
- min-width: 52px;
30344
+ .s1ebs0ra .select-total .icon-wrapper {
30345
+ cursor: pointer;
30346
+ margin-left: 8px;
30347
+ width: 32px;
30205
30348
  height: 32px;
30349
+ border-radius: 50%;
30350
+ justify-content: center;
30206
30351
  }
30207
- .s1dizucg.ant-switch .ant-switch-handle {
30208
- height: 20px;
30209
- width: 20px;
30210
- }
30211
- .s1dizucg.ant-switch .ant-switch-handle::before {
30212
- border-radius: 10px;
30213
- transition-delay: 120ms;
30214
- }
30215
- .s1dizucg.ant-switch-small .ant-switch-handle {
30216
- height: 14px;
30217
- width: 14px;
30218
- top: 1px;
30219
- left: 1px;
30352
+ .s1ebs0ra .select-total .icon-wrapper:hover {
30353
+ background: rgba(225, 230, 241, 0.6);
30220
30354
  }
30221
- .s1dizucg.ant-switch-large .ant-switch-handle {
30222
- height: 28px;
30223
- width: 28px;
30355
+ .s1ebs0ra .action-group {
30356
+ flex: 1;
30357
+ margin-left: 88px;
30358
+ white-space: nowrap;
30359
+ text-align: right;
30360
+ position: relative;
30361
+ padding: 4px 0;
30362
+ margin-top: -4px;
30363
+ overflow: hidden;
30224
30364
  }
30225
- .s1dizucg.ant-switch-large .ant-switch-handle::before {
30226
- border-radius: 14px;
30365
+ .s1ebs0ra .action-group .sub-menu-delete {
30366
+ transform: translateY(-4px);
30227
30367
  }
30228
- .s1dizucg.ant-switch-checked {
30229
- background-color: #00ba5d;
30368
+ .s1ebs0ra .action-group button {
30369
+ border: none;
30230
30370
  }
30231
- .s1dizucg.ant-switch-checked .ant-switch-handle {
30232
- left: calc(100% - 20px - 2px);
30371
+ .s1ebs0ra .action-group > *:not(:last-child) {
30372
+ margin-right: 8px;
30233
30373
  }
30234
- .s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30235
- left: calc(100% - 14px - 1px);
30374
+ .s1ebs0ra .action-group > button:last-child {
30375
+ margin-right: 4px;
30236
30376
  }
30237
- .s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30238
- left: calc(100% - 28px - 2px);
30377
+ .s1ebs0ra .action-group .more-btn {
30378
+ cursor: pointer;
30379
+ width: 32px;
30380
+ height: 32px;
30381
+ justify-content: center;
30382
+ border-radius: 50%;
30239
30383
  }
30240
-
30241
- .c1up6e3y {
30242
- margin-left: 5px;
30384
+ .s1ebs0ra .action-group .more-btn:hover {
30385
+ background: #fff;
30243
30386
  }
30244
30387
 
30245
30388
  .cnujxq2 {
@@ -30927,127 +31070,272 @@ input.rf8rlle.ant-input {
30927
31070
  margin: 4px 0;
30928
31071
  }
30929
31072
 
30930
- .owd0kml {
30931
- display: inline-block;
31073
+ .rapgekc.ant-radio-wrapper {
31074
+ display: inline-flex;
31075
+ align-items: baseline;
31076
+ white-space: pre-wrap;
30932
31077
  }
30933
-
30934
- .h1jsgezc {
30935
- visibility: hidden;
30936
- position: absolute;
31078
+ .rapgekc.ant-radio-wrapper .ant-radio {
31079
+ position: relative;
31080
+ top: 3px;
30937
31081
  }
30938
-
30939
- .dsnbhzf {
30940
- font-family: Inter;
30941
- font-style: normal;
30942
- font-weight: bold;
30943
- font-size: 32px;
30944
- line-height: 40px;
31082
+ .rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31083
+ border-color: rgba(107, 128, 167, 0.6);
30945
31084
  }
30946
-
30947
- .d1mvo22k {
30948
- font-family: Inter;
30949
- font-style: normal;
30950
- font-weight: bold;
30951
- font-size: 24px;
30952
- line-height: 32px;
31085
+ .rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31086
+ border-color: #0080ff;
30953
31087
  }
30954
-
30955
- .d1b444tr {
30956
- font-family: Inter;
30957
- font-style: normal;
30958
- font-weight: normal;
30959
- font-size: 32px;
30960
- line-height: 40px;
31088
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31089
+ border-color: #0080ff;
31090
+ background: #0080ff;
30961
31091
  }
30962
-
30963
- .dvs0kue {
30964
- font-family: Inter;
30965
- font-style: normal;
30966
- font-weight: bold;
30967
- font-size: 20px;
30968
- line-height: 24px;
31092
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31093
+ top: 4px;
31094
+ left: 4px;
31095
+ width: 6px;
31096
+ height: 6px;
31097
+ background: #fff;
30969
31098
  }
30970
-
30971
- .d1hcbfcq {
30972
- font-family: Inter;
30973
- font-style: normal;
30974
- font-weight: normal;
30975
- font-size: 20px;
30976
- line-height: 24px;
31099
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31100
+ opacity: 0.5;
30977
31101
  }
30978
-
30979
- .d1cz922v {
30980
- font-family: Inter;
30981
- font-style: normal;
30982
- font-weight: bold;
30983
- font-size: 18px;
30984
- line-height: 22px;
31102
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31103
+ border-color: rgba(107, 128, 167, 0.6);
31104
+ background: rgba(211, 218, 235, 0.6);
30985
31105
  }
30986
-
30987
- .d3nzbrm {
30988
- font-family: Inter;
30989
- font-style: normal;
30990
- font-weight: normal;
30991
- font-size: 18px;
30992
- line-height: 22px;
31106
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31107
+ background: #00122e;
30993
31108
  }
30994
-
30995
- .h1g0p5ob {
30996
- font-family: Inter;
30997
- font-style: normal;
30998
- font-weight: bold;
30999
- font-size: 16px;
31000
- line-height: 22px;
31109
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31110
+ color: #00122e;
31111
+ opacity: 0.5;
31001
31112
  }
31002
-
31003
- .hydo2ej {
31004
- font-family: Inter;
31005
- font-style: normal;
31006
- font-weight: normal;
31007
- font-size: 16px;
31008
- line-height: 22px;
31113
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31114
+ color: #00122e;
31009
31115
  }
31010
-
31011
- .h1hbuq0r {
31012
- font-family: Inter;
31013
- font-style: normal;
31014
- font-weight: bold;
31015
- font-size: 14px;
31016
- line-height: 20px;
31116
+ .rapgekc.ant-radio-wrapper .ant-radio + span {
31117
+ display: inline-block;
31118
+ padding: 0;
31119
+ padding-left: 12px;
31017
31120
  }
31018
-
31019
- .h13bondg {
31020
- font-family: Inter;
31021
- font-style: normal;
31022
- font-weight: normal;
31023
- font-size: 14px;
31024
- line-height: 20px;
31121
+ .rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31122
+ margin-bottom: 0;
31123
+ white-space: pre-wrap;
31124
+ color: rgba(44, 56, 82, 0.6);
31025
31125
  }
31026
-
31027
- .h1mhvdlx {
31028
- font-family: Inter;
31029
- font-style: normal;
31030
- font-weight: bold;
31031
- font-size: 12px;
31032
- line-height: 18px;
31126
+ .rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31127
+ padding-left: 8px;
31033
31128
  }
31034
31129
 
31035
- .h1inmfq6 {
31036
- font-family: Inter;
31037
- font-style: normal;
31038
- font-weight: normal;
31039
- font-size: 12px;
31040
- line-height: 18px;
31130
+ .rp906go .ant-radio-button-wrapper:first-child {
31131
+ border-radius: 5px 0 0 5px;
31041
31132
  }
31042
-
31043
- .h1kfc0la {
31044
- font-family: Inter;
31045
- font-style: normal;
31046
- font-weight: bold;
31047
- text-transform: uppercase;
31048
- font-feature-settings: "cpsp" on;
31049
- font-size: 12px;
31050
- line-height: 18px;
31133
+ .rp906go .ant-radio-button-wrapper:last-child {
31134
+ border-radius: 0 5px 5px 0;
31135
+ }
31136
+
31137
+ .rcc63c8 {
31138
+ color: #00122e;
31139
+ border-color: #ccd4e3;
31140
+ }
31141
+ .rcc63c8:first-child {
31142
+ border-color: #a3b4cc;
31143
+ }
31144
+ .rcc63c8.ant-radio-button-wrapper {
31145
+ padding: 0 12px;
31146
+ line-height: 32px;
31147
+ height: 32px;
31148
+ }
31149
+ .rcc63c8.ant-radio-button-wrapper > span + span {
31150
+ white-space: nowrap;
31151
+ }
31152
+ .ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
31153
+ height: 22px;
31154
+ padding: 0 7px;
31155
+ line-height: 20px;
31156
+ }
31157
+ .rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31158
+ background: #ccd4e3;
31159
+ }
31160
+ .rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31161
+ background: #0080ff;
31162
+ }
31163
+ .rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31164
+ background: #ccd4e3;
31165
+ opacity: 0.5;
31166
+ }
31167
+ .rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31168
+ border-right-color: #0080ff;
31169
+ }
31170
+ .rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31171
+ border-color: #0080ff;
31172
+ }
31173
+ .rcc63c8.ant-radio-button-wrapper-checked {
31174
+ background: rgba(0, 136, 255, 0.1);
31175
+ }
31176
+ .rcc63c8.ant-radio-button-wrapper-disabled {
31177
+ background: rgba(211, 218, 235, 0.6);
31178
+ border-color: #ccd4e3;
31179
+ opacity: 0.5;
31180
+ }
31181
+ .rcc63c8.ant-radio-button-wrapper-disabled:hover {
31182
+ color: #00122e;
31183
+ border-color: #ccd4e3;
31184
+ }
31185
+ .rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31186
+ color: #00122e;
31187
+ border-color: #ccd4e3;
31188
+ background: rgba(172, 186, 211, 0.6);
31189
+ }
31190
+ .rcc63c8 .ant-radio-button-input {
31191
+ margin-right: 8px;
31192
+ display: inline;
31193
+ border: none;
31194
+ padding: 0;
31195
+ width: 36px;
31196
+ background: transparent;
31197
+ }
31198
+ .rcc63c8 .ant-radio-button-input:focus {
31199
+ box-shadow: none;
31200
+ }
31201
+ .rcc63c8 .ant-radio-button-input.ant-input-number {
31202
+ margin-right: 0;
31203
+ width: initial;
31204
+ box-shadow: none;
31205
+ }
31206
+ .rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31207
+ display: none;
31208
+ }
31209
+ .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31210
+ display: inline;
31211
+ }
31212
+ .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31213
+ display: inline;
31214
+ margin-right: 8px;
31215
+ padding: 0;
31216
+ width: 36px;
31217
+ }
31218
+
31219
+ .t1m2x205 .ant-tooltip-arrow {
31220
+ display: none;
31221
+ }
31222
+ .t1m2x205 .ant-tooltip-inner {
31223
+ background: rgba(23, 38, 64, 0.8);
31224
+ border-radius: 4px;
31225
+ }
31226
+
31227
+ .dsnbhzf {
31228
+ font-family: Inter;
31229
+ font-style: normal;
31230
+ font-weight: bold;
31231
+ font-size: 32px;
31232
+ line-height: 40px;
31233
+ }
31234
+
31235
+ .d1mvo22k {
31236
+ font-family: Inter;
31237
+ font-style: normal;
31238
+ font-weight: bold;
31239
+ font-size: 24px;
31240
+ line-height: 32px;
31241
+ }
31242
+
31243
+ .d1b444tr {
31244
+ font-family: Inter;
31245
+ font-style: normal;
31246
+ font-weight: normal;
31247
+ font-size: 32px;
31248
+ line-height: 40px;
31249
+ }
31250
+
31251
+ .dvs0kue {
31252
+ font-family: Inter;
31253
+ font-style: normal;
31254
+ font-weight: bold;
31255
+ font-size: 20px;
31256
+ line-height: 24px;
31257
+ }
31258
+
31259
+ .d1hcbfcq {
31260
+ font-family: Inter;
31261
+ font-style: normal;
31262
+ font-weight: normal;
31263
+ font-size: 20px;
31264
+ line-height: 24px;
31265
+ }
31266
+
31267
+ .d1cz922v {
31268
+ font-family: Inter;
31269
+ font-style: normal;
31270
+ font-weight: bold;
31271
+ font-size: 18px;
31272
+ line-height: 22px;
31273
+ }
31274
+
31275
+ .d3nzbrm {
31276
+ font-family: Inter;
31277
+ font-style: normal;
31278
+ font-weight: normal;
31279
+ font-size: 18px;
31280
+ line-height: 22px;
31281
+ }
31282
+
31283
+ .h1g0p5ob {
31284
+ font-family: Inter;
31285
+ font-style: normal;
31286
+ font-weight: bold;
31287
+ font-size: 16px;
31288
+ line-height: 22px;
31289
+ }
31290
+
31291
+ .hydo2ej {
31292
+ font-family: Inter;
31293
+ font-style: normal;
31294
+ font-weight: normal;
31295
+ font-size: 16px;
31296
+ line-height: 22px;
31297
+ }
31298
+
31299
+ .h1hbuq0r {
31300
+ font-family: Inter;
31301
+ font-style: normal;
31302
+ font-weight: bold;
31303
+ font-size: 14px;
31304
+ line-height: 20px;
31305
+ }
31306
+
31307
+ .h13bondg {
31308
+ font-family: Inter;
31309
+ font-style: normal;
31310
+ font-weight: normal;
31311
+ font-size: 14px;
31312
+ line-height: 20px;
31313
+ }
31314
+
31315
+ .h1mhvdlx {
31316
+ font-family: Inter;
31317
+ font-style: normal;
31318
+ font-weight: bold;
31319
+ font-size: 12px;
31320
+ line-height: 18px;
31321
+ }
31322
+
31323
+ .h1inmfq6 {
31324
+ font-family: Inter;
31325
+ font-style: normal;
31326
+ font-weight: normal;
31327
+ font-size: 12px;
31328
+ line-height: 18px;
31329
+ }
31330
+
31331
+ .h1kfc0la {
31332
+ font-family: Inter;
31333
+ font-style: normal;
31334
+ font-weight: bold;
31335
+ text-transform: uppercase;
31336
+ font-feature-settings: "cpsp" on;
31337
+ font-size: 12px;
31338
+ line-height: 18px;
31051
31339
  }
31052
31340
 
31053
31341
  .h10xnyuu {
@@ -31411,177 +31699,35 @@ input.rf8rlle.ant-input {
31411
31699
  line-height: 12px;
31412
31700
  }
31413
31701
 
31414
- .s1dni7lo {
31415
- width: 430px !important;
31416
- }
31417
-
31418
- .d1wwmmm5 .ant-select-item-group {
31419
- padding: 8px 16px;
31420
- line-height: 18px;
31421
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31422
- height: 34px;
31423
- min-height: 34px;
31424
- box-sizing: border-box;
31425
- margin-top: 8px;
31702
+ .tc97u5y {
31703
+ height: 100%;
31426
31704
  }
31427
31705
 
31428
- .o1ugr09p {
31429
- display: flex;
31430
- flex-direction: column;
31431
- margin: 1px 8px;
31432
- padding: 8px;
31433
- border-radius: 4px;
31706
+ .tfzf37v {
31707
+ height: 100%;
31434
31708
  }
31435
- .o1ugr09p .selected-icon {
31436
- display: none;
31709
+ .tfzf37v.empty-table .ant-table-content {
31710
+ overflow: visible !important;
31711
+ height: 100%;
31437
31712
  }
31438
- .o1ugr09p.ant-select-item-option-grouped {
31439
- padding-left: 8px;
31713
+ .tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31714
+ height: 100%;
31440
31715
  }
31441
- .o1ugr09p.ant-select-item-option-selected {
31442
- background-color: white;
31716
+ .tfzf37v.empty-table .ant-table-content table {
31717
+ width: 100% !important;
31718
+ height: 100%;
31443
31719
  }
31444
- .o1ugr09p.ant-select-item-option-selected .timezone-title {
31445
- color: #0080ff;
31720
+ .tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31721
+ padding: 15px 0;
31446
31722
  }
31447
- .o1ugr09p.ant-select-item-option-selected .selected-icon {
31448
- display: block;
31723
+ .tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
31724
+ display: none;
31449
31725
  }
31450
- .o1ugr09p.ant-select-item-option-active {
31451
- background: rgba(0, 136, 255, 0.16);
31726
+ .tfzf37v .active-row td:nth-child(1) {
31727
+ font-weight: 700;
31452
31728
  }
31453
- .o1ugr09p.ant-select-item-option-active .timezone-title {
31454
- color: #0080ff;
31455
- }
31456
- .o1ugr09p.ant-select-item-option-active .timezone-tag {
31457
- background: rgba(0, 136, 255, 0.1);
31458
- color: #0080ff;
31459
- }
31460
-
31461
- .o1ifxsq4 {
31462
- display: flex;
31463
- justify-content: space-between;
31464
- height: 20px;
31465
- line-height: 20px;
31466
- }
31467
- .o1ifxsq4 .timezone-title {
31468
- color: #2d3a56;
31469
- overflow: hidden;
31470
- text-overflow: ellipsis;
31471
- }
31472
-
31473
- .o1zue7 {
31474
- display: flex;
31475
- justify-content: space-between;
31476
- color: rgba(44, 56, 82, 0.6);
31477
- height: 18px;
31478
- line-height: 18px;
31479
- margin-top: 2px;
31480
- }
31481
-
31482
- .tyfmlxg {
31483
- border: none;
31484
- margin-right: 0;
31485
- background: rgba(225, 230, 241, 0.6);
31486
- }
31487
-
31488
- .o18uybox {
31489
- pointer-events: none;
31490
- height: 32px;
31491
- width: 100%;
31492
- opacity: 0;
31493
- }
31494
-
31495
- .s1ebs0ra {
31496
- display: flex;
31497
- align-items: center;
31498
- justify-content: space-between;
31499
- background: #edf0f7;
31500
- padding: 8px 12px;
31501
- position: sticky;
31502
- top: 0;
31503
- z-index: 1;
31504
- margin-bottom: -52px;
31505
- }
31506
- .s1ebs0ra .select-total {
31507
- display: flex;
31508
- align-items: center;
31509
- font-weight: 700;
31510
- flex-shrink: 0;
31511
- }
31512
- .s1ebs0ra .select-total .icon-wrapper {
31513
- cursor: pointer;
31514
- margin-left: 8px;
31515
- width: 32px;
31516
- height: 32px;
31517
- border-radius: 50%;
31518
- justify-content: center;
31519
- }
31520
- .s1ebs0ra .select-total .icon-wrapper:hover {
31521
- background: rgba(225, 230, 241, 0.6);
31522
- }
31523
- .s1ebs0ra .action-group {
31524
- flex: 1;
31525
- margin-left: 88px;
31526
- white-space: nowrap;
31527
- text-align: right;
31528
- position: relative;
31529
- padding: 4px 0;
31530
- margin-top: -4px;
31531
- overflow: hidden;
31532
- }
31533
- .s1ebs0ra .action-group .sub-menu-delete {
31534
- transform: translateY(-4px);
31535
- }
31536
- .s1ebs0ra .action-group button {
31537
- border: none;
31538
- }
31539
- .s1ebs0ra .action-group > *:not(:last-child) {
31540
- margin-right: 8px;
31541
- }
31542
- .s1ebs0ra .action-group > button:last-child {
31543
- margin-right: 4px;
31544
- }
31545
- .s1ebs0ra .action-group .more-btn {
31546
- cursor: pointer;
31547
- width: 32px;
31548
- height: 32px;
31549
- justify-content: center;
31550
- border-radius: 50%;
31551
- }
31552
- .s1ebs0ra .action-group .more-btn:hover {
31553
- background: #fff;
31554
- }
31555
-
31556
- .tc97u5y {
31557
- height: 100%;
31558
- }
31559
-
31560
- .tfzf37v {
31561
- height: 100%;
31562
- }
31563
- .tfzf37v.empty-table .ant-table-content {
31564
- overflow: visible !important;
31565
- height: 100%;
31566
- }
31567
- .tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31568
- height: 100%;
31569
- }
31570
- .tfzf37v.empty-table .ant-table-content table {
31571
- width: 100% !important;
31572
- height: 100%;
31573
- }
31574
- .tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31575
- padding: 15px 0;
31576
- }
31577
- .tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
31578
- display: none;
31579
- }
31580
- .tfzf37v .active-row td:nth-child(1) {
31581
- font-weight: 700;
31582
- }
31583
- .tfzf37v.has-selection .active-row td:nth-child(2) {
31584
- font-weight: 700;
31729
+ .tfzf37v.has-selection .active-row td:nth-child(2) {
31730
+ font-weight: 700;
31585
31731
  }
31586
31732
  .tfzf37v .ant-spin-nested-loading {
31587
31733
  height: 100%;
@@ -31917,223 +32063,77 @@ input.rf8rlle.ant-input {
31917
32063
  background: #fff;
31918
32064
  }
31919
32065
 
31920
- .rapgekc.ant-radio-wrapper {
31921
- display: inline-flex;
31922
- align-items: baseline;
31923
- white-space: pre-wrap;
31924
- }
31925
- .rapgekc.ant-radio-wrapper .ant-radio {
31926
- position: relative;
31927
- top: 3px;
31928
- }
31929
- .rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31930
- border-color: rgba(107, 128, 167, 0.6);
31931
- }
31932
- .rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31933
- border-color: #0080ff;
32066
+ .c1up1pdz {
32067
+ width: 648px;
31934
32068
  }
31935
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
32069
+ .c1up1pdz.active {
31936
32070
  border-color: #0080ff;
31937
- background: #0080ff;
31938
- }
31939
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31940
- top: 4px;
31941
- left: 4px;
31942
- width: 6px;
31943
- height: 6px;
31944
- background: #fff;
31945
- }
31946
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31947
- opacity: 0.5;
31948
- }
31949
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31950
- border-color: rgba(107, 128, 167, 0.6);
31951
- background: rgba(211, 218, 235, 0.6);
31952
- }
31953
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31954
- background: #00122e;
31955
32071
  }
31956
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31957
- color: #00122e;
31958
- opacity: 0.5;
32072
+ .c1up1pdz.active > header {
32073
+ background: rgba(0, 128, 255, 0.1);
31959
32074
  }
31960
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31961
- color: #00122e;
32075
+ .c1up1pdz .expand {
32076
+ padding: 12px;
31962
32077
  }
31963
- .rapgekc.ant-radio-wrapper .ant-radio + span {
31964
- display: inline-block;
31965
- padding: 0;
31966
- padding-left: 12px;
32078
+ .c1up1pdz .field-item {
32079
+ display: flex;
32080
+ padding: 10px 0;
32081
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31967
32082
  }
31968
- .rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31969
- margin-bottom: 0;
31970
- white-space: pre-wrap;
31971
- color: rgba(44, 56, 82, 0.6);
32083
+ .c1up1pdz .field-item:last-child {
32084
+ border-bottom: none;
32085
+ padding-bottom: 0;
31972
32086
  }
31973
- .rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31974
- padding-left: 8px;
32087
+ .c1up1pdz .field-item label {
32088
+ line-height: 32px;
32089
+ width: 100px;
32090
+ color: rgba(62, 70, 82, 0.6);
31975
32091
  }
31976
-
31977
- .rp906go .ant-radio-button-wrapper:first-child {
31978
- border-radius: 5px 0 0 5px;
32092
+ .c1up1pdz .help {
32093
+ color: rgba(62, 70, 82, 0.6);
32094
+ margin-top: 5px;
31979
32095
  }
31980
- .rp906go .ant-radio-button-wrapper:last-child {
31981
- border-radius: 0 5px 5px 0;
32096
+ .c1up1pdz .ant-input-affix-wrapper,
32097
+ .c1up1pdz .ant-picker {
32098
+ width: 128px;
31982
32099
  }
31983
32100
 
31984
- .rcc63c8 {
31985
- color: #00122e;
31986
- border-color: #ccd4e3;
32101
+ .c156wh19 {
32102
+ display: flex;
32103
+ align-items: center;
32104
+ justify-content: space-between;
32105
+ word-break: keep-all;
31987
32106
  }
31988
- .rcc63c8:first-child {
31989
- border-color: #a3b4cc;
32107
+ .c156wh19 .title {
32108
+ margin: 0 16px 0 8px;
31990
32109
  }
31991
- .rcc63c8.ant-radio-button-wrapper {
31992
- padding: 0 12px;
31993
- line-height: 32px;
31994
- height: 32px;
32110
+ .c156wh19 .retain {
32111
+ color: rgba(129, 138, 153, 0.6);
31995
32112
  }
31996
- .rcc63c8.ant-radio-button-wrapper > span + span {
32113
+ .c156wh19 div.left {
32114
+ flex: 1;
32115
+ display: flex;
32116
+ overflow: hidden;
32117
+ align-items: center;
32118
+ justify-content: flex-start;
31997
32119
  white-space: nowrap;
31998
32120
  }
31999
- .ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
32000
- height: 22px;
32001
- padding: 0 7px;
32002
- line-height: 20px;
32121
+ .c156wh19 div.left .title {
32122
+ max-width: 100%;
32123
+ overflow: hidden;
32124
+ text-overflow: ellipsis;
32003
32125
  }
32004
- .rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
32005
- background: #ccd4e3;
32126
+ .c156wh19 div.right {
32127
+ display: flex;
32128
+ align-items: center;
32006
32129
  }
32007
- .rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
32008
- background: #0080ff;
32130
+ .c156wh19 .reverse {
32131
+ display: flex;
32132
+ flex-direction: row-reverse;
32133
+ align-items: center;
32009
32134
  }
32010
- .rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
32011
- background: #ccd4e3;
32012
- opacity: 0.5;
32013
- }
32014
- .rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
32015
- border-right-color: #0080ff;
32016
- }
32017
- .rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
32018
- border-color: #0080ff;
32019
- }
32020
- .rcc63c8.ant-radio-button-wrapper-checked {
32021
- background: rgba(0, 136, 255, 0.1);
32022
- }
32023
- .rcc63c8.ant-radio-button-wrapper-disabled {
32024
- background: rgba(211, 218, 235, 0.6);
32025
- border-color: #ccd4e3;
32026
- opacity: 0.5;
32027
- }
32028
- .rcc63c8.ant-radio-button-wrapper-disabled:hover {
32029
- color: #00122e;
32030
- border-color: #ccd4e3;
32031
- }
32032
- .rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
32033
- color: #00122e;
32034
- border-color: #ccd4e3;
32035
- background: rgba(172, 186, 211, 0.6);
32036
- }
32037
- .rcc63c8 .ant-radio-button-input {
32038
- margin-right: 8px;
32039
- display: inline;
32040
- border: none;
32041
- padding: 0;
32042
- width: 36px;
32043
- background: transparent;
32044
- }
32045
- .rcc63c8 .ant-radio-button-input:focus {
32046
- box-shadow: none;
32047
- }
32048
- .rcc63c8 .ant-radio-button-input.ant-input-number {
32049
- margin-right: 0;
32050
- width: initial;
32051
- box-shadow: none;
32052
- }
32053
- .rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
32054
- display: none;
32055
- }
32056
- .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
32057
- display: inline;
32058
- }
32059
- .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
32060
- display: inline;
32061
- margin-right: 8px;
32062
- padding: 0;
32063
- width: 36px;
32064
- }
32065
-
32066
- .c1up1pdz {
32067
- width: 648px;
32068
- }
32069
- .c1up1pdz.active {
32070
- border-color: #0080ff;
32071
- }
32072
- .c1up1pdz.active > header {
32073
- background: rgba(0, 128, 255, 0.1);
32074
- }
32075
- .c1up1pdz .expand {
32076
- padding: 12px;
32077
- }
32078
- .c1up1pdz .field-item {
32079
- display: flex;
32080
- padding: 10px 0;
32081
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32082
- }
32083
- .c1up1pdz .field-item:last-child {
32084
- border-bottom: none;
32085
- padding-bottom: 0;
32086
- }
32087
- .c1up1pdz .field-item label {
32088
- line-height: 32px;
32089
- width: 100px;
32090
- color: rgba(62, 70, 82, 0.6);
32091
- }
32092
- .c1up1pdz .help {
32093
- color: rgba(62, 70, 82, 0.6);
32094
- margin-top: 5px;
32095
- }
32096
- .c1up1pdz .ant-input-affix-wrapper,
32097
- .c1up1pdz .ant-picker {
32098
- width: 128px;
32099
- }
32100
-
32101
- .c156wh19 {
32102
- display: flex;
32103
- align-items: center;
32104
- justify-content: space-between;
32105
- word-break: keep-all;
32106
- }
32107
- .c156wh19 .title {
32108
- margin: 0 16px 0 8px;
32109
- }
32110
- .c156wh19 .retain {
32111
- color: rgba(129, 138, 153, 0.6);
32112
- }
32113
- .c156wh19 div.left {
32114
- flex: 1;
32115
- display: flex;
32116
- overflow: hidden;
32117
- align-items: center;
32118
- justify-content: flex-start;
32119
- white-space: nowrap;
32120
- }
32121
- .c156wh19 div.left .title {
32122
- max-width: 100%;
32123
- overflow: hidden;
32124
- text-overflow: ellipsis;
32125
- }
32126
- .c156wh19 div.right {
32127
- display: flex;
32128
- align-items: center;
32129
- }
32130
- .c156wh19 .reverse {
32131
- display: flex;
32132
- flex-direction: row-reverse;
32133
- align-items: center;
32134
- }
32135
- .c156wh19 .reverse .ant-switch {
32136
- margin-left: 8px;
32135
+ .c156wh19 .reverse .ant-switch {
32136
+ margin-left: 8px;
32137
32137
  }
32138
32138
  .c156wh19 .close {
32139
32139
  padding-left: 14px;
@@ -32203,6 +32203,22 @@ input.rf8rlle.ant-input {
32203
32203
  color: #fff;
32204
32204
  }
32205
32205
 
32206
+ .berrcjl {
32207
+ color: rgba(10, 37, 85, 0.6);
32208
+ margin-bottom: 4px;
32209
+ }
32210
+ .berrcjl .breadcrumb-link {
32211
+ color: rgba(10, 37, 85, 0.6);
32212
+ cursor: pointer;
32213
+ transition: color 160ms ease;
32214
+ }
32215
+ .berrcjl .breadcrumb-link:hover {
32216
+ color: #0080ff;
32217
+ }
32218
+ .berrcjl .breadcrumb-link:active {
32219
+ color: #005ed1;
32220
+ }
32221
+
32206
32222
  .c18gxmrl {
32207
32223
  border: 1px solid #d8deeb;
32208
32224
  border-radius: 4px;
@@ -32223,6 +32239,25 @@ input.rf8rlle.ant-input {
32223
32239
  padding: 8px 12px;
32224
32240
  }
32225
32241
 
32242
+ .n12mqh7z {
32243
+ display: flex;
32244
+ align-items: center;
32245
+ font-size: 12px;
32246
+ line-height: 18px;
32247
+ }
32248
+ .n12mqh7z:not(:last-child) {
32249
+ margin-bottom: 4px;
32250
+ }
32251
+
32252
+ .tf5bynu {
32253
+ margin: 0 3px;
32254
+ }
32255
+
32256
+ .tcckoz1 {
32257
+ max-height: 400px;
32258
+ overflow: "auto";
32259
+ }
32260
+
32226
32261
  .c1uzzomf {
32227
32262
  margin-bottom: 16px;
32228
32263
  }
@@ -32245,192 +32280,6 @@ input.rf8rlle.ant-input {
32245
32280
  text-align: center;
32246
32281
  }
32247
32282
 
32248
- .s11wux3h .ant-segmented-item:not(:last-child) {
32249
- margin-right: 2px;
32250
- }
32251
-
32252
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32253
- padding-left: 8px;
32254
- padding-right: 8px;
32255
- }
32256
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32257
- border-radius: 4px;
32258
- }
32259
- .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32260
- border-radius: 4px;
32261
- }
32262
-
32263
- .ma64lna .ant-segmented-item-label {
32264
- padding-left: 12px;
32265
- padding-right: 12px;
32266
- }
32267
-
32268
- .ckld275 {
32269
- background-color: rgba(225, 230, 241, 0.6);
32270
- }
32271
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32272
- background-color: rgba(255, 255, 255, 0.6);
32273
- color: rgba(44, 56, 82, 0.75);
32274
- }
32275
- .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32276
- background-color: transparent;
32277
- }
32278
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32279
- background-color: transparent;
32280
- }
32281
-
32282
- .c1bus5hc {
32283
- --color: white;
32284
- height: 14px;
32285
- width: 14px;
32286
- border-radius: 50%;
32287
- flex-shrink: 0;
32288
- display: flex;
32289
- align-items: center;
32290
- justify-content: center;
32291
- border: 1px solid var(--color);
32292
- }
32293
- .c1bus5hc .circle-inner {
32294
- position: relative;
32295
- height: 10px;
32296
- width: 10px;
32297
- border-radius: 50%;
32298
- overflow: hidden;
32299
- }
32300
- .c1bus5hc .circle-content {
32301
- position: absolute;
32302
- height: 100%;
32303
- width: 100%;
32304
- left: 0;
32305
- top: 0;
32306
- border-radius: 50%;
32307
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32308
- transform: rotate(180deg);
32309
- }
32310
- .c1bus5hc .circle-child {
32311
- position: absolute;
32312
- height: 100%;
32313
- width: 100%;
32314
- left: 0;
32315
- top: 0;
32316
- margin-left: 50%;
32317
- transform-origin: left;
32318
- background: white;
32319
- transform: rotate(0deg);
32320
- }
32321
-
32322
- .clm1wy1 {
32323
- width: 192px;
32324
- height: 246px;
32325
- border-radius: 4px;
32326
- }
32327
- .clm1wy1 > .ant-picker-calendar,
32328
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32329
- width: 100%;
32330
- background-color: rgba(245, 247, 250, 0.6);
32331
- border-top: none;
32332
- }
32333
- .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32334
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32335
- padding: 0 16px;
32336
- }
32337
- .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32338
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32339
- width: 100%;
32340
- height: 180px;
32341
- border-spacing: 0;
32342
- }
32343
- .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32344
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32345
- margin-bottom: 8px;
32346
- }
32347
- .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32348
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32349
- width: 22px;
32350
- }
32351
- .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32352
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32353
- padding: 0;
32354
- }
32355
- .clm1wy1 .ant-picker-cell {
32356
- color: rgba(62, 70, 82, 0.6);
32357
- opacity: 0.4;
32358
- }
32359
- .clm1wy1 .ant-picker-cell-in-view {
32360
- color: rgba(62, 70, 82, 0.6);
32361
- opacity: 1;
32362
- }
32363
- .clm1wy1 .ant-picker-cell-in-view > .active {
32364
- color: #3e4652;
32365
- }
32366
- .clm1wy1 .ant-picker-cell::before {
32367
- pointer-events: none;
32368
- }
32369
-
32370
- .t1tsm00v {
32371
- color: rgba(129, 138, 153, 0.6);
32372
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32373
- backdrop-filter: blur(10px);
32374
- padding: 7px 10px;
32375
- }
32376
-
32377
- .c167wnad {
32378
- color: rgba(62, 70, 82, 0.6);
32379
- display: flex;
32380
- justify-content: space-between;
32381
- align-items: center;
32382
- padding: 8px 16px;
32383
- }
32384
- .c167wnad .anticon {
32385
- cursor: pointer;
32386
- }
32387
- .c167wnad .anticon:hover {
32388
- color: #0096ff;
32389
- }
32390
-
32391
- .cxhf7dh {
32392
- text-align: center;
32393
- }
32394
- .cxhf7dh .dots {
32395
- display: flex;
32396
- justify-content: center;
32397
- }
32398
- .cxhf7dh .dot {
32399
- display: inline-block;
32400
- width: 2px;
32401
- height: 2px;
32402
- border-radius: 1px;
32403
- background: #0096ff;
32404
- }
32405
- .cxhf7dh .dot:not(:last-child) {
32406
- margin-right: 2px;
32407
- }
32408
- .cxhf7dh .bar {
32409
- width: 9px;
32410
- height: 2px;
32411
- background: #0096ff;
32412
- border-radius: 2px;
32413
- }
32414
-
32415
- .n12mqh7z {
32416
- display: flex;
32417
- align-items: center;
32418
- font-size: 12px;
32419
- line-height: 18px;
32420
- }
32421
- .n12mqh7z:not(:last-child) {
32422
- margin-bottom: 4px;
32423
- }
32424
-
32425
- .tf5bynu {
32426
- margin: 0 3px;
32427
- }
32428
-
32429
- .tcckoz1 {
32430
- max-height: 400px;
32431
- overflow: "auto";
32432
- }
32433
-
32434
32283
  .gmyahx3 {
32435
32284
  cursor: pointer;
32436
32285
  }
@@ -32522,26 +32371,84 @@ input.rf8rlle.ant-input {
32522
32371
  width: 102px;
32523
32372
  }
32524
32373
 
32525
- .berrcjl {
32526
- color: rgba(10, 37, 85, 0.6);
32527
- margin-bottom: 4px;
32374
+ .s11wux3h .ant-segmented-item:not(:last-child) {
32375
+ margin-right: 2px;
32528
32376
  }
32529
- .berrcjl .breadcrumb-link {
32530
- color: rgba(10, 37, 85, 0.6);
32531
- cursor: pointer;
32532
- transition: color 160ms ease;
32377
+
32378
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32379
+ padding-left: 8px;
32380
+ padding-right: 8px;
32533
32381
  }
32534
- .berrcjl .breadcrumb-link:hover {
32535
- color: #0080ff;
32382
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32383
+ border-radius: 4px;
32536
32384
  }
32537
- .berrcjl .breadcrumb-link:active {
32538
- color: #005ed1;
32385
+ .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32386
+ border-radius: 4px;
32387
+ }
32388
+
32389
+ .ma64lna .ant-segmented-item-label {
32390
+ padding-left: 12px;
32391
+ padding-right: 12px;
32392
+ }
32393
+
32394
+ .ckld275 {
32395
+ background-color: rgba(225, 230, 241, 0.6);
32396
+ }
32397
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32398
+ background-color: rgba(255, 255, 255, 0.6);
32399
+ color: rgba(44, 56, 82, 0.75);
32400
+ }
32401
+ .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32402
+ background-color: transparent;
32403
+ }
32404
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32405
+ background-color: transparent;
32539
32406
  }
32540
32407
 
32541
32408
  .tqjc4ui {
32542
32409
  margin: 0 2px;
32543
32410
  }
32544
32411
 
32412
+ .c1bus5hc {
32413
+ --color: white;
32414
+ height: 14px;
32415
+ width: 14px;
32416
+ border-radius: 50%;
32417
+ flex-shrink: 0;
32418
+ display: flex;
32419
+ align-items: center;
32420
+ justify-content: center;
32421
+ border: 1px solid var(--color);
32422
+ }
32423
+ .c1bus5hc .circle-inner {
32424
+ position: relative;
32425
+ height: 10px;
32426
+ width: 10px;
32427
+ border-radius: 50%;
32428
+ overflow: hidden;
32429
+ }
32430
+ .c1bus5hc .circle-content {
32431
+ position: absolute;
32432
+ height: 100%;
32433
+ width: 100%;
32434
+ left: 0;
32435
+ top: 0;
32436
+ border-radius: 50%;
32437
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32438
+ transform: rotate(180deg);
32439
+ }
32440
+ .c1bus5hc .circle-child {
32441
+ position: absolute;
32442
+ height: 100%;
32443
+ width: 100%;
32444
+ left: 0;
32445
+ top: 0;
32446
+ margin-left: 50%;
32447
+ transform-origin: left;
32448
+ background: white;
32449
+ transform: rotate(0deg);
32450
+ }
32451
+
32545
32452
  .ou7iq30 {
32546
32453
  overflow: hidden;
32547
32454
  text-overflow: ellipsis;
@@ -32605,55 +32512,97 @@ input.rf8rlle.ant-input {
32605
32512
  margin-right: 4px;
32606
32513
  }
32607
32514
 
32608
- .itxley7.ant-input-group.ant-input-group-compact {
32609
- display: flex;
32515
+ .clm1wy1 {
32516
+ width: 192px;
32517
+ height: 246px;
32518
+ border-radius: 4px;
32610
32519
  }
32611
-
32612
- .s1iv0tp1 .enabled-switch {
32613
- display: flex;
32614
- align-items: center;
32520
+ .clm1wy1 > .ant-picker-calendar,
32521
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32522
+ width: 100%;
32523
+ background-color: rgba(245, 247, 250, 0.6);
32524
+ border-top: none;
32615
32525
  }
32616
- .s1iv0tp1 .enabled-text {
32617
- margin-right: 8px;
32526
+ .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32527
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32528
+ padding: 0 16px;
32618
32529
  }
32619
-
32620
- button.l48ei06 {
32621
- color: #0080FF;
32622
- height: unset;
32530
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32531
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32532
+ width: 100%;
32533
+ height: 180px;
32534
+ border-spacing: 0;
32623
32535
  }
32624
- button.l48ei06 .button-prefix-icon {
32625
- margin-right: 4px;
32536
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32537
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32538
+ margin-bottom: 8px;
32539
+ }
32540
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32541
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32542
+ width: 22px;
32543
+ }
32544
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32545
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32546
+ padding: 0;
32547
+ }
32548
+ .clm1wy1 .ant-picker-cell {
32549
+ color: rgba(62, 70, 82, 0.6);
32550
+ opacity: 0.4;
32551
+ }
32552
+ .clm1wy1 .ant-picker-cell-in-view {
32553
+ color: rgba(62, 70, 82, 0.6);
32554
+ opacity: 1;
32555
+ }
32556
+ .clm1wy1 .ant-picker-cell-in-view > .active {
32557
+ color: #3e4652;
32558
+ }
32559
+ .clm1wy1 .ant-picker-cell::before {
32560
+ pointer-events: none;
32626
32561
  }
32627
- button.l48ei06 .button-suffix-icon {
32628
- margin-left: 4px;
32562
+
32563
+ .t1tsm00v {
32564
+ color: rgba(129, 138, 153, 0.6);
32565
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32566
+ backdrop-filter: blur(10px);
32567
+ padding: 7px 10px;
32629
32568
  }
32630
- button.l48ei06:hover, button.l48ei06.__pseudo-states-hover {
32631
- color: #009dff;
32569
+
32570
+ .c167wnad {
32571
+ color: rgba(62, 70, 82, 0.6);
32572
+ display: flex;
32573
+ justify-content: space-between;
32574
+ align-items: center;
32575
+ padding: 8px 16px;
32632
32576
  }
32633
- button.l48ei06:active, button.l48ei06.__pseudo-states-active {
32634
- color: #005ed1;
32577
+ .c167wnad .anticon {
32578
+ cursor: pointer;
32635
32579
  }
32636
- button.l48ei06.ui-kit-link-disabled {
32637
- color: #0080FF;
32580
+ .c167wnad .anticon:hover {
32581
+ color: #0096ff;
32638
32582
  }
32639
- button.l48ei06.ui-kit-link-subtle {
32640
- color: #00122e;
32583
+
32584
+ .cxhf7dh {
32585
+ text-align: center;
32641
32586
  }
32642
- button.l48ei06.ui-kit-link-subtle:hover, button.l48ei06.ui-kit-link-subtle.__pseudo-states-hover {
32643
- color: #0080FF;
32587
+ .cxhf7dh .dots {
32588
+ display: flex;
32589
+ justify-content: center;
32644
32590
  }
32645
- button.l48ei06.ui-kit-link-subtle:active, button.l48ei06.ui-kit-link-subtle.__pseudo-states-active {
32646
- color: #005ed1;
32591
+ .cxhf7dh .dot {
32592
+ display: inline-block;
32593
+ width: 2px;
32594
+ height: 2px;
32595
+ border-radius: 1px;
32596
+ background: #0096ff;
32647
32597
  }
32648
- button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32649
- color: #00122e;
32598
+ .cxhf7dh .dot:not(:last-child) {
32599
+ margin-right: 2px;
32650
32600
  }
32651
-
32652
- .tje3huy {
32653
- width: 100%;
32654
- overflow: inherit;
32655
- white-space: inherit;
32656
- text-overflow: ellipsis;
32601
+ .cxhf7dh .bar {
32602
+ width: 9px;
32603
+ height: 2px;
32604
+ background: #0096ff;
32605
+ border-radius: 2px;
32657
32606
  }
32658
32607
 
32659
32608
  .t1sqg15u {
@@ -32769,6 +32718,19 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32769
32718
  color: #00122e !important;
32770
32719
  }
32771
32720
 
32721
+ .m74vjol {
32722
+ display: flex;
32723
+ justify-content: space-between;
32724
+ width: 100%;
32725
+ }
32726
+ .m74vjol .action {
32727
+ margin-left: 16px;
32728
+ }
32729
+
32730
+ .a1o35uvh .ant-alert-message {
32731
+ width: 100%;
32732
+ }
32733
+
32772
32734
  .c1yyuluq {
32773
32735
  border-radius: 8px;
32774
32736
  }
@@ -32776,6 +32738,53 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32776
32738
  padding: 20px 24px 24px 24px;
32777
32739
  }
32778
32740
 
32741
+ button.l48ei06 {
32742
+ color: #0080FF;
32743
+ height: unset;
32744
+ }
32745
+ button.l48ei06 .button-prefix-icon {
32746
+ margin-right: 4px;
32747
+ }
32748
+ button.l48ei06 .button-suffix-icon {
32749
+ margin-left: 4px;
32750
+ }
32751
+ button.l48ei06:hover, button.l48ei06.__pseudo-states-hover {
32752
+ color: #009dff;
32753
+ }
32754
+ button.l48ei06:active, button.l48ei06.__pseudo-states-active {
32755
+ color: #005ed1;
32756
+ }
32757
+ button.l48ei06.ui-kit-link-disabled {
32758
+ color: #0080FF;
32759
+ }
32760
+ button.l48ei06.ui-kit-link-subtle {
32761
+ color: #00122e;
32762
+ }
32763
+ button.l48ei06.ui-kit-link-subtle:hover, button.l48ei06.ui-kit-link-subtle.__pseudo-states-hover {
32764
+ color: #0080FF;
32765
+ }
32766
+ button.l48ei06.ui-kit-link-subtle:active, button.l48ei06.ui-kit-link-subtle.__pseudo-states-active {
32767
+ color: #005ed1;
32768
+ }
32769
+ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32770
+ color: #00122e;
32771
+ }
32772
+
32773
+ .tje3huy {
32774
+ width: 100%;
32775
+ overflow: inherit;
32776
+ white-space: inherit;
32777
+ text-overflow: ellipsis;
32778
+ }
32779
+
32780
+ .s1iv0tp1 .enabled-switch {
32781
+ display: flex;
32782
+ align-items: center;
32783
+ }
32784
+ .s1iv0tp1 .enabled-text {
32785
+ margin-right: 8px;
32786
+ }
32787
+
32779
32788
  .ccrbeuz .ant-collapse-item {
32780
32789
  border: 0px;
32781
32790
  background-color: #fff;
@@ -32798,17 +32807,8 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32798
32807
  cursor: default;
32799
32808
  }
32800
32809
 
32801
- .m74vjol {
32810
+ .itxley7.ant-input-group.ant-input-group-compact {
32802
32811
  display: flex;
32803
- justify-content: space-between;
32804
- width: 100%;
32805
- }
32806
- .m74vjol .action {
32807
- margin-left: 16px;
32808
- }
32809
-
32810
- .a1o35uvh .ant-alert-message {
32811
- width: 100%;
32812
32812
  }
32813
32813
 
32814
32814
  .t13ef470 {
@@ -32841,6 +32841,16 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32841
32841
  background: rgba(163, 180, 204, 0.18);
32842
32842
  }
32843
32843
 
32844
+ .ivqqkzv {
32845
+ height: 24px;
32846
+ width: 56px !important;
32847
+ margin-right: 4px;
32848
+ }
32849
+
32850
+ .c1wk4q29 {
32851
+ color: rgba(44, 56, 82, 0.6);
32852
+ }
32853
+
32844
32854
  .tju3gfj .date {
32845
32855
  margin-right: 4px;
32846
32856
  }
@@ -32919,14 +32929,61 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32919
32929
  display: inline-block;
32920
32930
  }
32921
32931
 
32922
- .ivqqkzv {
32923
- height: 24px;
32924
- width: 56px !important;
32925
- margin-right: 4px;
32932
+ .s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
32933
+ border-radius: 6px;
32926
32934
  }
32927
-
32928
- .c1wk4q29 {
32929
- color: rgba(44, 56, 82, 0.6);
32935
+ .s177mls5.ant-select.ant-select-single {
32936
+ width: 100%;
32937
+ color: #2d3a56;
32938
+ border-color: rgba(211, 218, 235, 0.6);
32939
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32940
+ font-size: 13px;
32941
+ }
32942
+ .s177mls5.ant-select.ant-select-single[data-size=middle] {
32943
+ height: 30px;
32944
+ }
32945
+ .s177mls5.ant-select.ant-select-single.ant-select-lg {
32946
+ height: 38px;
32947
+ font-size: 13px;
32948
+ }
32949
+ .s177mls5.ant-select.ant-select-single .ant-select-arrow,
32950
+ .s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32951
+ transition: 160ms ease;
32952
+ }
32953
+ .s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
32954
+ color: #0080ff;
32955
+ }
32956
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32957
+ border-color: rgba(107, 128, 167, 0.6);
32958
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32959
+ }
32960
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32961
+ color: #0080ff;
32962
+ }
32963
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32964
+ border-color: #0080ff;
32965
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32966
+ }
32967
+ .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32968
+ transform: rotate(180deg);
32969
+ }
32970
+ .s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32971
+ background: rgba(211, 218, 235, 0.6);
32972
+ border-color: rgba(172, 186, 211, 0.6);
32973
+ cursor: "not-allowed";
32974
+ }
32975
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32976
+ border-color: #f0483e !important;
32977
+ }
32978
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32979
+ color: #1d326c;
32980
+ }
32981
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32982
+ border-color: #0080ff;
32983
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32984
+ }
32985
+ .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32986
+ transform: rotate(180deg);
32930
32987
  }
32931
32988
 
32932
32989
  .s1sck0th {
@@ -32977,95 +33034,38 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32977
33034
  color: #e07f00;
32978
33035
  background-color: rgba(255, 187, 0, 0.1);
32979
33036
  }
32980
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32981
- color: #008f4c;
32982
- background-color: rgba(30, 201, 127, 0.1);
32983
- }
32984
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32985
- color: #1d326c;
32986
- background-color: rgba(225, 230, 241, 0.6);
32987
- }
32988
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32989
- color: #7E41FF;
32990
- background-color: rgba(126, 65, 255, 0.1);
32991
- }
32992
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32993
- color: #fff;
32994
- }
32995
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32996
- background-color: #f0483e;
32997
- }
32998
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32999
- background-color: #fea008;
33000
- }
33001
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33002
- background-color: #00ba5d;
33003
- }
33004
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33005
- background-color: #0080ff;
33006
- }
33007
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33008
- background-color: #6b7d99;
33009
- }
33010
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33011
- background-color: #7E41FF;
33012
- }
33013
-
33014
- .s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
33015
- border-radius: 6px;
33016
- }
33017
- .s177mls5.ant-select.ant-select-single {
33018
- width: 100%;
33019
- color: #2d3a56;
33020
- border-color: rgba(211, 218, 235, 0.6);
33021
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
33022
- font-size: 13px;
33023
- }
33024
- .s177mls5.ant-select.ant-select-single[data-size=middle] {
33025
- height: 30px;
33026
- }
33027
- .s177mls5.ant-select.ant-select-single.ant-select-lg {
33028
- height: 38px;
33029
- font-size: 13px;
33030
- }
33031
- .s177mls5.ant-select.ant-select-single .ant-select-arrow,
33032
- .s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
33033
- transition: 160ms ease;
33034
- }
33035
- .s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
33036
- color: #0080ff;
33037
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
33038
+ color: #008f4c;
33039
+ background-color: rgba(30, 201, 127, 0.1);
33037
33040
  }
33038
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
33039
- border-color: rgba(107, 128, 167, 0.6);
33040
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
33041
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
33042
+ color: #1d326c;
33043
+ background-color: rgba(225, 230, 241, 0.6);
33041
33044
  }
33042
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33043
- color: #0080ff;
33045
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33046
+ color: #7E41FF;
33047
+ background-color: rgba(126, 65, 255, 0.1);
33044
33048
  }
33045
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
33046
- border-color: #0080ff;
33047
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33049
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33050
+ color: #fff;
33048
33051
  }
33049
- .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33050
- transform: rotate(180deg);
33052
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33053
+ background-color: #f0483e;
33051
33054
  }
33052
- .s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
33053
- background: rgba(211, 218, 235, 0.6);
33054
- border-color: rgba(172, 186, 211, 0.6);
33055
- cursor: "not-allowed";
33055
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33056
+ background-color: #fea008;
33056
33057
  }
33057
- .s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
33058
- border-color: #f0483e !important;
33058
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33059
+ background-color: #00ba5d;
33059
33060
  }
33060
- .s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33061
- color: #1d326c;
33061
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33062
+ background-color: #0080ff;
33062
33063
  }
33063
- .s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
33064
- border-color: #0080ff;
33065
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33064
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33065
+ background-color: #6b7d99;
33066
33066
  }
33067
- .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33068
- transform: rotate(180deg);
33067
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33068
+ background-color: #7E41FF;
33069
33069
  }
33070
33070
 
33071
33071
  .h1ol2wl7 {
@@ -34049,6 +34049,10 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34049
34049
  margin-left: 24px;
34050
34050
  }
34051
34051
 
34052
+ .c1yd35n {
34053
+ padding: 0 12px 14px 12px;
34054
+ }
34055
+
34052
34056
  .c1kghdax {
34053
34057
  color: #2d3a56;
34054
34058
  padding: 7px 12px;
@@ -34089,10 +34093,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34089
34093
  margin-right: 2px;
34090
34094
  }
34091
34095
 
34092
- .c1yd35n {
34093
- padding: 0 12px 14px 12px;
34094
- }
34095
-
34096
34096
  .b14q2gmw {
34097
34097
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
34098
34098
  }
@@ -34104,53 +34104,246 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34104
34104
  .c1eym6el.hoverable {
34105
34105
  cursor: pointer;
34106
34106
  }
34107
- .c1eym6el.hoverable:hover {
34108
- transition: all 200ms ease;
34109
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34110
- transform: translateY(-4px);
34107
+ .c1eym6el.hoverable:hover {
34108
+ transition: all 200ms ease;
34109
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34110
+ transform: translateY(-4px);
34111
+ }
34112
+
34113
+ .w7ob4th.outside-tag {
34114
+ padding-left: 0;
34115
+ }
34116
+ .w7ob4th.outside-tag .inside-tag {
34117
+ border-radius: 4px 0 0 4px;
34118
+ padding-right: 4px;
34119
+ margin-right: 4px;
34120
+ }
34121
+
34122
+ .slr2ynn {
34123
+ padding: 0 8px;
34124
+ height: 18px;
34125
+ }
34126
+
34127
+ .m140wbb6 {
34128
+ padding: 2px 8px;
34129
+ height: 24px;
34130
+ }
34131
+
34132
+ .t1fozc1i {
34133
+ margin: 0;
34134
+ }
34135
+
34136
+ .i1vxv4ln {
34137
+ margin-right: 4px;
34138
+ height: 16px;
34139
+ }
34140
+
34141
+ .n1afl31m.ant-tag.ant-tag-gray {
34142
+ font-weight: 700;
34143
+ color: #00122e;
34144
+ background-color: rgba(237, 241, 250, 0.6);
34145
+ border: 1px solid rgba(211, 218, 235, 0.6);
34146
+ word-break: break-all;
34147
+ display: inline;
34148
+ white-space: normal;
34149
+ }
34150
+
34151
+ .i1g85yz3 {
34152
+ margin-right: 4px;
34153
+ height: 16px;
34154
+ }
34155
+
34156
+ .t1dtlqs1 {
34157
+ margin-bottom: 4px;
34158
+ color: rgba(44, 56, 82, 0.6);
34159
+ overflow: hidden;
34160
+ text-overflow: ellipsis;
34161
+ white-space: nowrap;
34162
+ }
34163
+
34164
+ .s1ese5oy {
34165
+ color: rgba(44, 56, 82, 0.6);
34166
+ line-height: 32px;
34167
+ height: 32px;
34168
+ margin-bottom: 0;
34169
+ }
34170
+ .s1ese5oy.primary, .s1ese5oy.info {
34171
+ color: #0080ff;
34172
+ }
34173
+ .s1ese5oy.warning {
34174
+ color: #ffa500;
34175
+ }
34176
+ .s1ese5oy.success {
34177
+ color: #00ba5d;
34178
+ }
34179
+ .s1ese5oy.danger, .s1ese5oy.error {
34180
+ color: #f0483e;
34181
+ }
34182
+ .s1ese5oy.normal {
34183
+ color: rgba(44, 56, 82, 0.6);
34184
+ }
34185
+
34186
+ .b1ibis43 {
34187
+ margin-bottom: 0;
34188
+ color: #00122e;
34189
+ }
34190
+
34191
+ .b11xxjd2 {
34192
+ line-height: 32px;
34193
+ margin-right: 6px;
34194
+ }
34195
+
34196
+ .bsub5bw.with-description {
34197
+ height: 24px;
34198
+ flex: 1;
34199
+ position: relative;
34200
+ top: -7px;
34201
+ }
34202
+ .bsub5bw p {
34203
+ width: 100%;
34204
+ overflow: hidden;
34205
+ text-overflow: ellipsis;
34206
+ white-space: nowrap;
34207
+ }
34208
+
34209
+ .tmoyoag {
34210
+ border: 1px solid rgba(211, 218, 235, 0.6);
34211
+ border-radius: 8px;
34212
+ overflow: auto;
34213
+ }
34214
+ .tmoyoag .ant-list {
34215
+ position: relative;
34216
+ }
34217
+ .tmoyoag .ant-list .eagle-table-form-header {
34218
+ position: sticky;
34219
+ top: 0;
34220
+ z-index: 2;
34221
+ display: flex;
34222
+ padding: 8px;
34223
+ flex-wrap: nowrap;
34224
+ justify-content: flex-start;
34225
+ background: #f2f5fa;
34226
+ font-size: 14px;
34227
+ color: rgba(44, 56, 82, 0.6);
34228
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34229
+ }
34230
+ .tmoyoag .ant-list .eagle-table-form-header {
34231
+ align-items: inherit;
34232
+ }
34233
+ .tmoyoag .ant-list .eagle-table-form-row {
34234
+ display: flex;
34235
+ justify-content: flex-start;
34236
+ align-items: flex-start;
34237
+ flex-wrap: wrap;
34238
+ padding: 8px;
34239
+ border: none;
34240
+ }
34241
+ .tmoyoag .ant-list .eagle-table-form-row .row-description {
34242
+ flex-basis: 100%;
34243
+ margin: 12px 0 0;
34244
+ order: 99;
34245
+ color: rgba(44, 56, 82, 0.6);
34246
+ }
34247
+ .tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34248
+ color: #f0483e;
34249
+ flex-basis: 100%;
34250
+ order: 98;
34251
+ margin: 12px 0 0;
34252
+ }
34253
+ .tmoyoag .ant-list .eagle-table-form-row:hover {
34254
+ background-color: rgba(237, 241, 250, 0.6);
34255
+ }
34256
+ .tmoyoag .ant-list .eagle-table-form-row.isDragging {
34257
+ background-color: rgba(0, 136, 255, 0.1);
34258
+ }
34259
+ .tmoyoag .ant-list .eagle-table-form-cell {
34260
+ flex: 1 0 0;
34261
+ overflow: hidden;
34262
+ }
34263
+ .tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34264
+ color: rgba(44, 56, 82, 0.6);
34265
+ margin: 0;
34266
+ }
34267
+ .tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34268
+ text-align: center;
34269
+ }
34270
+ .tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34271
+ text-align: center;
34272
+ }
34273
+ .tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34274
+ text-align: left;
34275
+ }
34276
+ .tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34277
+ text-align: left;
34278
+ }
34279
+ .tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34280
+ text-align: right;
34281
+ }
34282
+ .tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34283
+ text-align: right;
34284
+ }
34285
+ .tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34286
+ margin-right: 8px;
34287
+ }
34288
+ .tmoyoag .ant-list .ant-list-item-action {
34289
+ padding: 4px;
34290
+ width: 24px;
34291
+ height: 24px;
34292
+ overflow: hidden;
34293
+ }
34294
+ .tmoyoag .ant-list .ant-list-item-action li {
34295
+ padding: 0;
34296
+ }
34297
+ .tmoyoag .ant-list .delete-row-icon.disabled {
34298
+ cursor: not-allowed;
34299
+ opacity: 0.5;
34300
+ }
34301
+ .tmoyoag .ant-list.size-default .ant-list-item-action {
34302
+ margin: 0;
34303
+ }
34304
+ .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34305
+ .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34306
+ border-radius: 5px;
34307
+ font-size: 12px;
34308
+ }
34309
+ .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34310
+ font-size: inherit;
34111
34311
  }
34112
-
34113
- .w7ob4th.outside-tag {
34114
- padding-left: 0;
34312
+ .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34313
+ min-height: 24px;
34314
+ font-size: 12px;
34315
+ position: relative;
34115
34316
  }
34116
- .w7ob4th.outside-tag .inside-tag {
34117
- border-radius: 4px 0 0 4px;
34118
- padding-right: 4px;
34119
- margin-right: 4px;
34317
+ .tmoyoag.row-split-by-border .eagle-table-form-row {
34318
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34120
34319
  }
34121
-
34122
- .i1g85yz3 {
34123
- margin-right: 4px;
34124
- height: 16px;
34320
+ .tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34321
+ background-color: rgba(237, 241, 250, 0.6);
34125
34322
  }
34126
34323
 
34127
- .slr2ynn {
34128
- padding: 0 8px;
34129
- height: 18px;
34324
+ .a138syjm {
34325
+ display: flex;
34326
+ align-items: center;
34327
+ margin-top: 8px;
34130
34328
  }
34131
-
34132
- .m140wbb6 {
34329
+ .a138syjm button.ant-btn {
34133
34330
  padding: 2px 8px;
34134
34331
  height: 24px;
34135
34332
  }
34136
-
34137
- .t1fozc1i {
34138
- margin: 0;
34333
+ .a138syjm > span.maximum-desc {
34334
+ display: none;
34335
+ margin-left: 8px;
34336
+ color: rgba(44, 56, 82, 0.6);
34139
34337
  }
34140
-
34141
- .i1vxv4ln {
34142
- margin-right: 4px;
34143
- height: 16px;
34338
+ .a138syjm > span.maximum-desc.disabled {
34339
+ display: inline;
34144
34340
  }
34145
34341
 
34146
- .n1afl31m.ant-tag.ant-tag-gray {
34147
- font-weight: 700;
34148
- color: #00122e;
34149
- background-color: rgba(237, 241, 250, 0.6);
34150
- border: 1px solid rgba(211, 218, 235, 0.6);
34151
- word-break: break-all;
34152
- display: inline;
34153
- white-space: normal;
34342
+ .d77i8u0 {
34343
+ width: 24px;
34344
+ height: 24px;
34345
+ padding: 4px;
34346
+ margin-right: 8px;
34154
34347
  }
34155
34348
 
34156
34349
  .t160l1cm {
@@ -34356,199 +34549,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34356
34549
  background: transparent;
34357
34550
  }
34358
34551
 
34359
- .t1dtlqs1 {
34360
- margin-bottom: 4px;
34361
- color: rgba(44, 56, 82, 0.6);
34362
- overflow: hidden;
34363
- text-overflow: ellipsis;
34364
- white-space: nowrap;
34365
- }
34366
-
34367
- .s1ese5oy {
34368
- color: rgba(44, 56, 82, 0.6);
34369
- line-height: 32px;
34370
- height: 32px;
34371
- margin-bottom: 0;
34372
- }
34373
- .s1ese5oy.primary, .s1ese5oy.info {
34374
- color: #0080ff;
34375
- }
34376
- .s1ese5oy.warning {
34377
- color: #ffa500;
34378
- }
34379
- .s1ese5oy.success {
34380
- color: #00ba5d;
34381
- }
34382
- .s1ese5oy.danger, .s1ese5oy.error {
34383
- color: #f0483e;
34384
- }
34385
- .s1ese5oy.normal {
34386
- color: rgba(44, 56, 82, 0.6);
34387
- }
34388
-
34389
- .b1ibis43 {
34390
- margin-bottom: 0;
34391
- color: #00122e;
34392
- }
34393
-
34394
- .b11xxjd2 {
34395
- line-height: 32px;
34396
- margin-right: 6px;
34397
- }
34398
-
34399
- .bsub5bw.with-description {
34400
- height: 24px;
34401
- flex: 1;
34402
- position: relative;
34403
- top: -7px;
34404
- }
34405
- .bsub5bw p {
34406
- width: 100%;
34407
- overflow: hidden;
34408
- text-overflow: ellipsis;
34409
- white-space: nowrap;
34410
- }
34411
-
34412
- .tmoyoag {
34413
- border: 1px solid rgba(211, 218, 235, 0.6);
34414
- border-radius: 8px;
34415
- overflow: auto;
34416
- }
34417
- .tmoyoag .ant-list {
34418
- position: relative;
34419
- }
34420
- .tmoyoag .ant-list .eagle-table-form-header {
34421
- position: sticky;
34422
- top: 0;
34423
- z-index: 2;
34424
- display: flex;
34425
- padding: 8px;
34426
- flex-wrap: nowrap;
34427
- justify-content: flex-start;
34428
- background: #f2f5fa;
34429
- font-size: 14px;
34430
- color: rgba(44, 56, 82, 0.6);
34431
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34432
- }
34433
- .tmoyoag .ant-list .eagle-table-form-header {
34434
- align-items: inherit;
34435
- }
34436
- .tmoyoag .ant-list .eagle-table-form-row {
34437
- display: flex;
34438
- justify-content: flex-start;
34439
- align-items: flex-start;
34440
- flex-wrap: wrap;
34441
- padding: 8px;
34442
- border: none;
34443
- }
34444
- .tmoyoag .ant-list .eagle-table-form-row .row-description {
34445
- flex-basis: 100%;
34446
- margin: 12px 0 0;
34447
- order: 99;
34448
- color: rgba(44, 56, 82, 0.6);
34449
- }
34450
- .tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34451
- color: #f0483e;
34452
- flex-basis: 100%;
34453
- order: 98;
34454
- margin: 12px 0 0;
34455
- }
34456
- .tmoyoag .ant-list .eagle-table-form-row:hover {
34457
- background-color: rgba(237, 241, 250, 0.6);
34458
- }
34459
- .tmoyoag .ant-list .eagle-table-form-row.isDragging {
34460
- background-color: rgba(0, 136, 255, 0.1);
34461
- }
34462
- .tmoyoag .ant-list .eagle-table-form-cell {
34463
- flex: 1 0 0;
34464
- overflow: hidden;
34465
- }
34466
- .tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34467
- color: rgba(44, 56, 82, 0.6);
34468
- margin: 0;
34469
- }
34470
- .tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34471
- text-align: center;
34472
- }
34473
- .tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34474
- text-align: center;
34475
- }
34476
- .tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34477
- text-align: left;
34478
- }
34479
- .tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34480
- text-align: left;
34481
- }
34482
- .tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34483
- text-align: right;
34484
- }
34485
- .tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34486
- text-align: right;
34487
- }
34488
- .tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34489
- margin-right: 8px;
34490
- }
34491
- .tmoyoag .ant-list .ant-list-item-action {
34492
- padding: 4px;
34493
- width: 24px;
34494
- height: 24px;
34495
- overflow: hidden;
34496
- }
34497
- .tmoyoag .ant-list .ant-list-item-action li {
34498
- padding: 0;
34499
- }
34500
- .tmoyoag .ant-list .delete-row-icon.disabled {
34501
- cursor: not-allowed;
34502
- opacity: 0.5;
34503
- }
34504
- .tmoyoag .ant-list.size-default .ant-list-item-action {
34505
- margin: 0;
34506
- }
34507
- .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34508
- .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34509
- border-radius: 5px;
34510
- font-size: 12px;
34511
- }
34512
- .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34513
- font-size: inherit;
34514
- }
34515
- .tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34516
- min-height: 24px;
34517
- font-size: 12px;
34518
- position: relative;
34519
- }
34520
- .tmoyoag.row-split-by-border .eagle-table-form-row {
34521
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34522
- }
34523
- .tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34524
- background-color: rgba(237, 241, 250, 0.6);
34525
- }
34526
-
34527
- .a138syjm {
34528
- display: flex;
34529
- align-items: center;
34530
- margin-top: 8px;
34531
- }
34532
- .a138syjm button.ant-btn {
34533
- padding: 2px 8px;
34534
- height: 24px;
34535
- }
34536
- .a138syjm > span.maximum-desc {
34537
- display: none;
34538
- margin-left: 8px;
34539
- color: rgba(44, 56, 82, 0.6);
34540
- }
34541
- .a138syjm > span.maximum-desc.disabled {
34542
- display: inline;
34543
- }
34544
-
34545
- .d77i8u0 {
34546
- width: 24px;
34547
- height: 24px;
34548
- padding: 4px;
34549
- margin-right: 8px;
34550
- }
34551
-
34552
34552
  .f7pxqmh {
34553
34553
  width: 100%;
34554
34554
  margin-bottom: 0 !important;