@alifd/theme-panda 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.0 (https://fusion.design)
2
+ * @alifd/theme-panda@0.1.2 (https://fusion.design)
3
3
  * @alifd/next@1.25.51 (https://fusion.design)
4
4
  * Copyright 2018-present Alibaba Group,
5
5
  * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
@@ -2195,7 +2195,7 @@
2195
2195
  vertical-align: middle; }
2196
2196
  .next-radio-button > label .next-radio-label {
2197
2197
  display: block;
2198
- color: rgba(0, 0, 0, 0.85);
2198
+ color: #2e3038;
2199
2199
  margin: 0;
2200
2200
  -webkit-transition: all 100ms linear;
2201
2201
  transition: all 100ms linear; }
@@ -2204,7 +2204,7 @@
2204
2204
  border-color: #A0A2AD;
2205
2205
  background-color: #f8f9fb; }
2206
2206
  .next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
2207
- color: rgba(0, 0, 0, 0.85); }
2207
+ color: #2e3038; }
2208
2208
  .next-radio-button > label.checked {
2209
2209
  z-index: 11;
2210
2210
  border-color: #257df9;
@@ -2291,7 +2291,7 @@
2291
2291
  .next-radio-group .next-radio-wrapper:last-child {
2292
2292
  margin-right: 0; }
2293
2293
  .next-radio-group .next-radio-label {
2294
- color: rgba(0, 0, 0, 0.85); }
2294
+ color: #2e3038; }
2295
2295
  .next-radio-group.disabled .next-radio-label {
2296
2296
  color: rgba(0, 0, 0, 0.4); }
2297
2297
 
@@ -2310,7 +2310,7 @@
2310
2310
  font-size: 14px;
2311
2311
  vertical-align: middle;
2312
2312
  line-height: 1;
2313
- color: rgba(0, 0, 0, 0.85); }
2313
+ color: #2e3038; }
2314
2314
 
2315
2315
  @-moz-document url-prefix() {
2316
2316
  .next-radio {
@@ -2477,7 +2477,7 @@
2477
2477
  transform: translateY(19px);
2478
2478
  right: 16px; }
2479
2479
  .next-balloon-primary {
2480
- color: rgba(0, 0, 0, 0.85);
2480
+ color: #2e3038;
2481
2481
  border-color: #257df9;
2482
2482
  background-color: #E3F2FD;
2483
2483
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
@@ -2503,7 +2503,7 @@
2503
2503
  font-size: 12px;
2504
2504
  line-height: 1em; }
2505
2505
  .next-balloon-primary .next-balloon-close :hover {
2506
- color: rgba(0, 0, 0, 0.85); }
2506
+ color: #2e3038; }
2507
2507
  .next-balloon-primary:after {
2508
2508
  position: absolute;
2509
2509
  width: 12px;
@@ -2578,7 +2578,7 @@
2578
2578
  border-top: none;
2579
2579
  border-left: none; }
2580
2580
  .next-balloon-normal {
2581
- color: rgba(0, 0, 0, 0.85);
2581
+ color: #2e3038;
2582
2582
  border-color: #f1f1f1;
2583
2583
  background-color: #FFFFFF;
2584
2584
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
@@ -3117,7 +3117,7 @@
3117
3117
  position: relative;
3118
3118
  -webkit-transition: background 100ms linear;
3119
3119
  transition: background 100ms linear;
3120
- color: rgba(0, 0, 0, 0.85);
3120
+ color: #2e3038;
3121
3121
  cursor: pointer; }
3122
3122
  .next-menu-item-helper {
3123
3123
  float: right;
@@ -3128,7 +3128,7 @@
3128
3128
  .next-menu-item .next-radio {
3129
3129
  margin-right: 4px; }
3130
3130
  .next-menu-item.next-selected {
3131
- color: rgba(0, 0, 0, 0.85);
3131
+ color: #2e3038;
3132
3132
  background-color: #e6f7ff; }
3133
3133
  .next-menu-item.next-selected .next-menu-icon-arrow {
3134
3134
  color: rgba(0, 0, 0, 0.75); }
@@ -3146,10 +3146,10 @@
3146
3146
  .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
3147
3147
  color: rgba(0, 0, 0, 0.4); }
3148
3148
  .next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
3149
- color: rgba(0, 0, 0, 0.85);
3149
+ color: #2e3038;
3150
3150
  background-color: whitesmoke; }
3151
3151
  .next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
3152
- color: rgba(0, 0, 0, 0.85); }
3152
+ color: #2e3038; }
3153
3153
  .next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
3154
3154
  color: transparent; }
3155
3155
  .next-menu-item-inner {
@@ -3164,7 +3164,7 @@
3164
3164
  .next-menu-item .next-menu-item-text > a {
3165
3165
  display: inline-block;
3166
3166
  text-decoration: none;
3167
- color: rgba(0, 0, 0, 0.85); }
3167
+ color: #2e3038; }
3168
3168
  .next-menu-item .next-menu-item-text > a::before {
3169
3169
  position: absolute;
3170
3170
  background-color: transparent;
@@ -3366,10 +3366,10 @@
3366
3366
  text-decoration: none;
3367
3367
  text-align: center; }
3368
3368
  .next-breadcrumb .next-breadcrumb-text.activated {
3369
- color: rgba(0, 0, 0, 0.85);
3369
+ color: #2e3038;
3370
3370
  font-weight: normal; }
3371
3371
  .next-breadcrumb .next-breadcrumb-text.activated > a {
3372
- color: rgba(0, 0, 0, 0.85);
3372
+ color: #2e3038;
3373
3373
  font-weight: normal; }
3374
3374
  .next-breadcrumb .next-breadcrumb-text-ellipsis {
3375
3375
  color: rgba(0, 0, 0, 0.75);
@@ -3481,7 +3481,7 @@
3481
3481
  -webkit-box-shadow: none;
3482
3482
  box-shadow: none; }
3483
3483
  .next-btn.next-small {
3484
- border-radius: 8px;
3484
+ border-radius: 6px;
3485
3485
  padding: 0 8px;
3486
3486
  height: 28px;
3487
3487
  font-size: 14px;
@@ -3538,8 +3538,8 @@
3538
3538
  -webkit-transition: all 100ms linear;
3539
3539
  transition: all 100ms linear; }
3540
3540
  .next-btn.next-medium {
3541
- border-radius: 8px;
3542
- padding: 0 16px;
3541
+ border-radius: 6px;
3542
+ padding: 0 12px;
3543
3543
  height: 32px;
3544
3544
  font-size: 14px;
3545
3545
  border-width: 1px; }
@@ -3579,7 +3579,7 @@
3579
3579
  height: 12px;
3580
3580
  font-size: 12px;
3581
3581
  line-height: 12px;
3582
- left: 16px;
3582
+ left: 12px;
3583
3583
  top: 50%;
3584
3584
  text-align: center;
3585
3585
  margin-right: 4px; }
@@ -3595,7 +3595,7 @@
3595
3595
  -webkit-transition: all 100ms linear;
3596
3596
  transition: all 100ms linear; }
3597
3597
  .next-btn.next-large {
3598
- border-radius: 8px;
3598
+ border-radius: 6px;
3599
3599
  padding: 0 16px;
3600
3600
  height: 40px;
3601
3601
  font-size: 18px;
@@ -3654,9 +3654,9 @@
3654
3654
  .next-btn.next-btn-normal {
3655
3655
  border-style: solid;
3656
3656
  background: #FFFFFF;
3657
- border-color: #cacaca; }
3657
+ border-color: #f0f0f0; }
3658
3658
  .next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
3659
- color: rgba(0, 0, 0, 0.85); }
3659
+ color: #2e3038; }
3660
3660
  .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
3661
3661
  color: #257df9;
3662
3662
  background: #FFFFFF;
@@ -3883,7 +3883,7 @@
3883
3883
  background: transparent;
3884
3884
  border-color: transparent; }
3885
3885
  .next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
3886
- color: rgba(0, 0, 0, 0.85); }
3886
+ color: #2e3038; }
3887
3887
  .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
3888
3888
  color: #257df9;
3889
3889
  background: transparent;
@@ -4084,14 +4084,14 @@
4084
4084
  background: transparent;
4085
4085
  border-color: transparent; }
4086
4086
  .next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
4087
- color: rgba(0, 0, 0, 0.85); }
4087
+ color: #2e3038; }
4088
4088
  .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
4089
- color: rgba(0, 0, 0, 0.85);
4089
+ color: #2e3038;
4090
4090
  background: transparent;
4091
4091
  border-color: transparent;
4092
4092
  text-decoration: none; }
4093
4093
  .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
4094
- color: rgba(0, 0, 0, 0.85);
4094
+ color: #2e3038;
4095
4095
  background: transparent;
4096
4096
  border-color: transparent;
4097
4097
  text-decoration: none; }
@@ -4149,18 +4149,18 @@
4149
4149
  text-decoration: none; }
4150
4150
  .next-btn-ghost.next-btn-light {
4151
4151
  background: rgba(0, 0, 0, 0);
4152
- border-color: rgba(0, 0, 0, 0.85); }
4152
+ border-color: #2e3038; }
4153
4153
  .next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
4154
- color: rgba(0, 0, 0, 0.85); }
4154
+ color: #2e3038; }
4155
4155
  .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
4156
4156
  color: #999999;
4157
4157
  background: rgba(0, 0, 0, 0.92);
4158
- border-color: rgba(0, 0, 0, 0.85);
4158
+ border-color: #2e3038;
4159
4159
  text-decoration: none; }
4160
4160
  .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
4161
4161
  color: #999999;
4162
4162
  background: rgba(0, 0, 0, 0.92);
4163
- border-color: rgba(0, 0, 0, 0.85);
4163
+ border-color: #2e3038;
4164
4164
  text-decoration: none; }
4165
4165
  .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
4166
4166
  background: transparent;
@@ -4235,7 +4235,7 @@
4235
4235
  /* 尺寸维度 */
4236
4236
  /* ---------------------------------------- */
4237
4237
  .next-btn.next-small[dir="rtl"] {
4238
- border-radius: 8px; }
4238
+ border-radius: 6px; }
4239
4239
  .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
4240
4240
  margin-left: 4px;
4241
4241
  margin-right: 0; }
@@ -4262,7 +4262,7 @@
4262
4262
  margin-left: 4px; }
4263
4263
 
4264
4264
  .next-btn.next-medium[dir="rtl"] {
4265
- border-radius: 8px; }
4265
+ border-radius: 6px; }
4266
4266
  .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
4267
4267
  margin-left: 4px;
4268
4268
  margin-right: 0; }
@@ -4280,16 +4280,16 @@
4280
4280
  font-size: 12px;
4281
4281
  line-height: inherit; }
4282
4282
  .next-btn.next-medium[dir="rtl"].next-btn-loading {
4283
- padding-left: 16px;
4284
- padding-right: 32px; }
4283
+ padding-left: 12px;
4284
+ padding-right: 28px; }
4285
4285
  .next-btn.next-medium[dir="rtl"].next-btn-loading:after {
4286
- right: 16px;
4286
+ right: 12px;
4287
4287
  top: 50%;
4288
4288
  margin-right: 0;
4289
4289
  margin-left: 4px; }
4290
4290
 
4291
4291
  .next-btn.next-large[dir="rtl"] {
4292
- border-radius: 8px; }
4292
+ border-radius: 6px; }
4293
4293
  .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
4294
4294
  margin-left: 4px;
4295
4295
  margin-right: 0; }
@@ -4442,7 +4442,7 @@
4442
4442
  font-weight: normal;
4443
4443
  vertical-align: middle;
4444
4444
  background-color: transparent;
4445
- color: rgba(0, 0, 0, 0.85); }
4445
+ color: #2e3038; }
4446
4446
  .next-input input::-ms-clear,
4447
4447
  .next-input textarea::-ms-clear {
4448
4448
  display: none; }
@@ -4562,7 +4562,7 @@
4562
4562
  border-radius: 6px;
4563
4563
  font-size: 0; }
4564
4564
  .next-input.next-input-textarea textarea {
4565
- color: rgba(0, 0, 0, 0.85);
4565
+ color: #2e3038;
4566
4566
  padding: 4px 8px;
4567
4567
  font-size: 14px;
4568
4568
  border-radius: 6px; }
@@ -4623,7 +4623,7 @@
4623
4623
  border-color: #ff4d4f;
4624
4624
  background-color: #FFFFFF; }
4625
4625
  .next-input.next-error input, .next-input.next-error textarea {
4626
- color: rgba(0, 0, 0, 0.85); }
4626
+ color: #2e3038; }
4627
4627
  .next-input.next-error.next-focus, .next-input.next-error:hover {
4628
4628
  border-color: #ff4d4f; }
4629
4629
  .next-input.next-error.next-focus {
@@ -5141,7 +5141,7 @@
5141
5141
 
5142
5142
  .next-calendar-fullscreen .next-calendar-th {
5143
5143
  text-align: right;
5144
- color: rgba(0, 0, 0, 0.85);
5144
+ color: #2e3038;
5145
5145
  font-size: 18px;
5146
5146
  font-weight: bold;
5147
5147
  padding-right: 12px;
@@ -5174,7 +5174,7 @@
5174
5174
  -webkit-transition: background 100ms linear;
5175
5175
  transition: background 100ms linear;
5176
5176
  background: #FFFFFF;
5177
- color: rgba(0, 0, 0, 0.85);
5177
+ color: #2e3038;
5178
5178
  border-color: #f0f0f0; }
5179
5179
  .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
5180
5180
  background: #DEE8FF;
@@ -5510,7 +5510,7 @@
5510
5510
  white-space: nowrap;
5511
5511
  max-width: 80%;
5512
5512
  height: 100%;
5513
- color: rgba(0, 0, 0, 0.85);
5513
+ color: #2e3038;
5514
5514
  font-size: 18px;
5515
5515
  font-weight: normal; }
5516
5516
  .next-card-subtitle {
@@ -5574,7 +5574,7 @@
5574
5574
  margin-left: 12px;
5575
5575
  vertical-align: middle; }
5576
5576
  .next-card-header-title {
5577
- color: rgba(0, 0, 0, 0.85);
5577
+ color: #2e3038;
5578
5578
  font-size: 18px;
5579
5579
  font-weight: normal;
5580
5580
  line-height: 1.5; }
@@ -5652,7 +5652,7 @@
5652
5652
  .next-cascader-menu.next-has-right-border {
5653
5653
  border-right: 1px solid #f0f0f0; }
5654
5654
  .next-cascader-menu-item.next-expanded {
5655
- color: rgba(0, 0, 0, 0.85);
5655
+ color: #2e3038;
5656
5656
  background-color: #f8f9fb; }
5657
5657
  .next-cascader-menu-icon-right {
5658
5658
  position: absolute;
@@ -5660,7 +5660,7 @@
5660
5660
  right: 10px;
5661
5661
  color: rgba(0, 0, 0, 0.75); }
5662
5662
  .next-cascader-menu-icon-right:hover {
5663
- color: rgba(0, 0, 0, 0.85); }
5663
+ color: #2e3038; }
5664
5664
  .next-cascader-menu-icon-expand.next-icon:before,
5665
5665
  .next-cascader-menu-icon-expand.next-icon .next-icon-remote {
5666
5666
  width: 8px;
@@ -5682,7 +5682,7 @@
5682
5682
  font-size: 12px;
5683
5683
  line-height: inherit; }
5684
5684
  .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
5685
- color: rgba(0, 0, 0, 0.85); }
5685
+ color: #2e3038; }
5686
5686
  .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
5687
5687
  color: #257df9; }
5688
5688
  .next-cascader-filtered-list {
@@ -5936,7 +5936,7 @@
5936
5936
 
5937
5937
  .next-checkbox-label {
5938
5938
  font-size: 14px;
5939
- color: rgba(0, 0, 0, 0.85);
5939
+ color: #2e3038;
5940
5940
  vertical-align: middle;
5941
5941
  margin: 0;
5942
5942
  margin-left: 4px;
@@ -5989,7 +5989,7 @@
5989
5989
  border-top: 1px solid gainsboro; }
5990
5990
  .next-collapse .next-collapse-panel-icon {
5991
5991
  position: absolute;
5992
- color: rgba(0, 0, 0, 0.85);
5992
+ color: #2e3038;
5993
5993
  -webkit-transition: -webkit-transform 100ms linear;
5994
5994
  transition: -webkit-transform 100ms linear;
5995
5995
  transition: transform 100ms linear;
@@ -6019,17 +6019,17 @@
6019
6019
  background: #f8f9fb;
6020
6020
  font-size: 16px;
6021
6021
  font-weight: normal;
6022
- color: rgba(0, 0, 0, 0.85);
6022
+ color: #2e3038;
6023
6023
  cursor: pointer;
6024
6024
  padding: 8px 0 8px 28px;
6025
6025
  -webkit-transition: background 100ms linear;
6026
6026
  transition: background 100ms linear; }
6027
6027
  .next-collapse-panel-title:hover {
6028
6028
  background: #f8f9fb;
6029
- color: rgba(0, 0, 0, 0.85);
6029
+ color: #2e3038;
6030
6030
  font-weight: normal; }
6031
6031
  .next-collapse-panel-title:hover .next-collapse-panel-icon {
6032
- color: rgba(0, 0, 0, 0.85); }
6032
+ color: #2e3038; }
6033
6033
  .next-collapse-panel-content {
6034
6034
  height: 0;
6035
6035
  line-height: 1.5;
@@ -6121,7 +6121,7 @@
6121
6121
  background: #FFFFFF;
6122
6122
  outline: none; }
6123
6123
  .next-time-picker-menu-item:hover {
6124
- color: rgba(0, 0, 0, 0.85);
6124
+ color: #2e3038;
6125
6125
  background: #f8f9fb; }
6126
6126
  .next-time-picker-menu-item.next-selected {
6127
6127
  font-weight: bold;
@@ -6482,7 +6482,7 @@
6482
6482
  box-shadow: none;
6483
6483
  border-style: solid; }
6484
6484
  .next-message.next-message-success.next-inline .next-message-title {
6485
- color: rgba(0, 0, 0, 0.85); }
6485
+ color: #2e3038; }
6486
6486
  .next-message.next-message-success.next-inline .next-message-content {
6487
6487
  color: rgba(0, 0, 0, 0.75); }
6488
6488
  .next-message.next-message-success.next-inline .next-message-symbol {
@@ -6496,7 +6496,7 @@
6496
6496
  box-shadow: none;
6497
6497
  border-style: solid; }
6498
6498
  .next-message.next-message-success.next-addon .next-message-title {
6499
- color: rgba(0, 0, 0, 0.85); }
6499
+ color: #2e3038; }
6500
6500
  .next-message.next-message-success.next-addon .next-message-content {
6501
6501
  color: rgba(0, 0, 0, 0.75); }
6502
6502
  .next-message.next-message-success.next-addon .next-message-symbol {
@@ -6510,7 +6510,7 @@
6510
6510
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6511
6511
  border-style: solid; }
6512
6512
  .next-message.next-message-success.next-toast .next-message-title {
6513
- color: rgba(0, 0, 0, 0.85); }
6513
+ color: #2e3038; }
6514
6514
  .next-message.next-message-success.next-toast .next-message-content {
6515
6515
  color: rgba(0, 0, 0, 0.75); }
6516
6516
  .next-message.next-message-success.next-toast .next-message-symbol {
@@ -6524,7 +6524,7 @@
6524
6524
  box-shadow: none;
6525
6525
  border-style: solid; }
6526
6526
  .next-message.next-message-warning.next-inline .next-message-title {
6527
- color: rgba(0, 0, 0, 0.85); }
6527
+ color: #2e3038; }
6528
6528
  .next-message.next-message-warning.next-inline .next-message-content {
6529
6529
  color: rgba(0, 0, 0, 0.75); }
6530
6530
  .next-message.next-message-warning.next-inline .next-message-symbol {
@@ -6538,7 +6538,7 @@
6538
6538
  box-shadow: none;
6539
6539
  border-style: solid; }
6540
6540
  .next-message.next-message-warning.next-addon .next-message-title {
6541
- color: rgba(0, 0, 0, 0.85); }
6541
+ color: #2e3038; }
6542
6542
  .next-message.next-message-warning.next-addon .next-message-content {
6543
6543
  color: rgba(0, 0, 0, 0.75); }
6544
6544
  .next-message.next-message-warning.next-addon .next-message-symbol {
@@ -6552,7 +6552,7 @@
6552
6552
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6553
6553
  border-style: solid; }
6554
6554
  .next-message.next-message-warning.next-toast .next-message-title {
6555
- color: rgba(0, 0, 0, 0.85); }
6555
+ color: #2e3038; }
6556
6556
  .next-message.next-message-warning.next-toast .next-message-content {
6557
6557
  color: rgba(0, 0, 0, 0.75); }
6558
6558
  .next-message.next-message-warning.next-toast .next-message-symbol {
@@ -6566,7 +6566,7 @@
6566
6566
  box-shadow: none;
6567
6567
  border-style: solid; }
6568
6568
  .next-message.next-message-error.next-inline .next-message-title {
6569
- color: rgba(0, 0, 0, 0.85); }
6569
+ color: #2e3038; }
6570
6570
  .next-message.next-message-error.next-inline .next-message-content {
6571
6571
  color: rgba(0, 0, 0, 0.75); }
6572
6572
  .next-message.next-message-error.next-inline .next-message-symbol {
@@ -6580,7 +6580,7 @@
6580
6580
  box-shadow: none;
6581
6581
  border-style: solid; }
6582
6582
  .next-message.next-message-error.next-addon .next-message-title {
6583
- color: rgba(0, 0, 0, 0.85); }
6583
+ color: #2e3038; }
6584
6584
  .next-message.next-message-error.next-addon .next-message-content {
6585
6585
  color: rgba(0, 0, 0, 0.75); }
6586
6586
  .next-message.next-message-error.next-addon .next-message-symbol {
@@ -6594,7 +6594,7 @@
6594
6594
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6595
6595
  border-style: solid; }
6596
6596
  .next-message.next-message-error.next-toast .next-message-title {
6597
- color: rgba(0, 0, 0, 0.85); }
6597
+ color: #2e3038; }
6598
6598
  .next-message.next-message-error.next-toast .next-message-content {
6599
6599
  color: rgba(0, 0, 0, 0.75); }
6600
6600
  .next-message.next-message-error.next-toast .next-message-symbol {
@@ -6608,7 +6608,7 @@
6608
6608
  box-shadow: none;
6609
6609
  border-style: solid; }
6610
6610
  .next-message.next-message-notice.next-inline .next-message-title {
6611
- color: rgba(0, 0, 0, 0.85); }
6611
+ color: #2e3038; }
6612
6612
  .next-message.next-message-notice.next-inline .next-message-content {
6613
6613
  color: rgba(0, 0, 0, 0.75); }
6614
6614
  .next-message.next-message-notice.next-inline .next-message-symbol {
@@ -6622,7 +6622,7 @@
6622
6622
  box-shadow: none;
6623
6623
  border-style: solid; }
6624
6624
  .next-message.next-message-notice.next-addon .next-message-title {
6625
- color: rgba(0, 0, 0, 0.85); }
6625
+ color: #2e3038; }
6626
6626
  .next-message.next-message-notice.next-addon .next-message-content {
6627
6627
  color: rgba(0, 0, 0, 0.75); }
6628
6628
  .next-message.next-message-notice.next-addon .next-message-symbol {
@@ -6636,7 +6636,7 @@
6636
6636
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6637
6637
  border-style: solid; }
6638
6638
  .next-message.next-message-notice.next-toast .next-message-title {
6639
- color: rgba(0, 0, 0, 0.85); }
6639
+ color: #2e3038; }
6640
6640
  .next-message.next-message-notice.next-toast .next-message-content {
6641
6641
  color: rgba(0, 0, 0, 0.75); }
6642
6642
  .next-message.next-message-notice.next-toast .next-message-symbol {
@@ -6650,7 +6650,7 @@
6650
6650
  box-shadow: none;
6651
6651
  border-style: solid; }
6652
6652
  .next-message.next-message-help.next-inline .next-message-title {
6653
- color: rgba(0, 0, 0, 0.85); }
6653
+ color: #2e3038; }
6654
6654
  .next-message.next-message-help.next-inline .next-message-content {
6655
6655
  color: rgba(0, 0, 0, 0.75); }
6656
6656
  .next-message.next-message-help.next-inline .next-message-symbol {
@@ -6664,7 +6664,7 @@
6664
6664
  box-shadow: none;
6665
6665
  border-style: solid; }
6666
6666
  .next-message.next-message-help.next-addon .next-message-title {
6667
- color: rgba(0, 0, 0, 0.85); }
6667
+ color: #2e3038; }
6668
6668
  .next-message.next-message-help.next-addon .next-message-content {
6669
6669
  color: rgba(0, 0, 0, 0.75); }
6670
6670
  .next-message.next-message-help.next-addon .next-message-symbol {
@@ -6678,7 +6678,7 @@
6678
6678
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6679
6679
  border-style: solid; }
6680
6680
  .next-message.next-message-help.next-toast .next-message-title {
6681
- color: rgba(0, 0, 0, 0.85); }
6681
+ color: #2e3038; }
6682
6682
  .next-message.next-message-help.next-toast .next-message-content {
6683
6683
  color: rgba(0, 0, 0, 0.75); }
6684
6684
  .next-message.next-message-help.next-toast .next-message-symbol {
@@ -6692,7 +6692,7 @@
6692
6692
  box-shadow: none;
6693
6693
  border-style: solid; }
6694
6694
  .next-message.next-message-loading.next-inline .next-message-title {
6695
- color: rgba(0, 0, 0, 0.85); }
6695
+ color: #2e3038; }
6696
6696
  .next-message.next-message-loading.next-inline .next-message-content {
6697
6697
  color: rgba(0, 0, 0, 0.75); }
6698
6698
  .next-message.next-message-loading.next-inline .next-message-symbol {
@@ -6708,7 +6708,7 @@
6708
6708
  box-shadow: none;
6709
6709
  border-style: solid; }
6710
6710
  .next-message.next-message-loading.next-addon .next-message-title {
6711
- color: rgba(0, 0, 0, 0.85); }
6711
+ color: #2e3038; }
6712
6712
  .next-message.next-message-loading.next-addon .next-message-content {
6713
6713
  color: rgba(0, 0, 0, 0.75); }
6714
6714
  .next-message.next-message-loading.next-addon .next-message-symbol {
@@ -6724,7 +6724,7 @@
6724
6724
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6725
6725
  border-style: solid; }
6726
6726
  .next-message.next-message-loading.next-toast .next-message-title {
6727
- color: rgba(0, 0, 0, 0.85); }
6727
+ color: #2e3038; }
6728
6728
  .next-message.next-message-loading.next-toast .next-message-content {
6729
6729
  color: rgba(0, 0, 0, 0.75); }
6730
6730
  .next-message.next-message-loading.next-toast .next-message-symbol {
@@ -6917,7 +6917,7 @@
6917
6917
  font-size: 16px;
6918
6918
  font-weight: normal;
6919
6919
  background: #FFFFFF;
6920
- color: rgba(0, 0, 0, 0.85); }
6920
+ color: #2e3038; }
6921
6921
  .next-dialog-body {
6922
6922
  padding: 20px 20px 20px 20px;
6923
6923
  font-size: 14px;
@@ -7080,7 +7080,7 @@
7080
7080
  border-bottom: 1px solid #f0f0f0;
7081
7081
  font-size: 18px;
7082
7082
  background: #FFFFFF;
7083
- color: rgba(0, 0, 0, 0.85); }
7083
+ color: #2e3038; }
7084
7084
  .next-drawer-no-title {
7085
7085
  padding: 0;
7086
7086
  border-bottom: 0; }
@@ -7102,7 +7102,7 @@
7102
7102
  color: #999999; }
7103
7103
  .next-drawer-close:hover {
7104
7104
  background: transparent;
7105
- color: rgba(0, 0, 0, 0.85); }
7105
+ color: #2e3038; }
7106
7106
  .next-drawer-close .next-drawer-close-icon.next-icon {
7107
7107
  position: absolute;
7108
7108
  top: 50%;
@@ -11171,7 +11171,7 @@
11171
11171
  .next-form-preview.next-form-item .next-form-item-label {
11172
11172
  color: rgba(0, 0, 0, 0.75); }
11173
11173
  .next-form-preview.next-form-item .next-form-preview {
11174
- color: rgba(0, 0, 0, 0.85); }
11174
+ color: #2e3038; }
11175
11175
  .next-form-preview.next-form-item.next-medium .next-form-item-label {
11176
11176
  font-size: 14px;
11177
11177
  line-height: 28px; }
@@ -11505,7 +11505,7 @@
11505
11505
  width: 100%;
11506
11506
  min-width: 100px;
11507
11507
  outline: 0;
11508
- color: rgba(0, 0, 0, 0.85); }
11508
+ color: #2e3038; }
11509
11509
  .next-select .next-select-inner .next-tag {
11510
11510
  line-height: 1;
11511
11511
  margin-right: 4px;
@@ -11584,7 +11584,7 @@
11584
11584
  right: 0;
11585
11585
  z-index: 1;
11586
11586
  padding: 0 4px 0 16px;
11587
- color: rgba(0, 0, 0, 0.85);
11587
+ color: #2e3038;
11588
11588
  background: linear-gradient(90deg, transparent, #FFFFFF 10px); }
11589
11589
  .next-select-multiple .next-disabled .next-select-tag-compact {
11590
11590
  background: linear-gradient(90deg, transparent, whitesmoke 10px); }
@@ -11786,7 +11786,7 @@
11786
11786
  /* put your code here */
11787
11787
  .next-list-header {
11788
11788
  border-bottom: 1px solid #f0f0f0;
11789
- color: rgba(0, 0, 0, 0.85); }
11789
+ color: #2e3038; }
11790
11790
 
11791
11791
  .next-list-footer {
11792
11792
  border-top: 1px solid #f0f0f0;
@@ -11881,7 +11881,7 @@
11881
11881
  vertical-align: middle; }
11882
11882
 
11883
11883
  .next-list-item-title {
11884
- color: rgba(0, 0, 0, 0.85); }
11884
+ color: #2e3038; }
11885
11885
 
11886
11886
  .next-list-medium .next-list-header {
11887
11887
  padding: 16px 0px;
@@ -11986,7 +11986,7 @@
11986
11986
  .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
11987
11987
  color: #FFFFFF; }
11988
11988
  .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
11989
- color: rgba(0, 0, 0, 0.85); }
11989
+ color: #2e3038; }
11990
11990
  .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
11991
11991
  color: #257df9; }
11992
11992
  .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
@@ -11994,7 +11994,7 @@
11994
11994
  .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
11995
11995
  color: #40a9ff; }
11996
11996
  .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
11997
- color: rgba(0, 0, 0, 0.85); }
11997
+ color: #2e3038; }
11998
11998
  .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
11999
11999
  color: #999999; }
12000
12000
  .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
@@ -12349,13 +12349,13 @@
12349
12349
  .next-nav.next-normal {
12350
12350
  background: #FFFFFF;
12351
12351
  border-color: #d9d9d9;
12352
- color: rgba(0, 0, 0, 0.85);
12352
+ color: #2e3038;
12353
12353
  font-weight: normal;
12354
12354
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
12355
12355
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
12356
12356
  .next-nav.next-normal .next-nav-item.next-menu-item {
12357
12357
  background: #FFFFFF;
12358
- color: rgba(0, 0, 0, 0.85); }
12358
+ color: #2e3038; }
12359
12359
  .next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
12360
12360
  background: #FFFFFF;
12361
12361
  color: #257df9;
@@ -12390,7 +12390,7 @@
12390
12390
  font-weight: normal; }
12391
12391
  .next-nav.next-normal .next-menu-sub-menu .next-menu-item {
12392
12392
  background: #FFFFFF;
12393
- color: rgba(0, 0, 0, 0.85);
12393
+ color: #2e3038;
12394
12394
  font-weight: normal; }
12395
12395
  .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
12396
12396
  background: #f8f9fb;
@@ -12414,7 +12414,7 @@
12414
12414
  .next-nav.next-line {
12415
12415
  background: transparent;
12416
12416
  border-color: #f0f0f0;
12417
- color: rgba(0, 0, 0, 0.85);
12417
+ color: #2e3038;
12418
12418
  font-weight: normal;
12419
12419
  -webkit-box-shadow: none;
12420
12420
  box-shadow: none; }
@@ -12428,7 +12428,7 @@
12428
12428
  border-bottom-color: transparent; }
12429
12429
  .next-nav.next-line .next-nav-item.next-menu-item {
12430
12430
  background: transparent;
12431
- color: rgba(0, 0, 0, 0.85); }
12431
+ color: #2e3038; }
12432
12432
  .next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
12433
12433
  background: transparent;
12434
12434
  color: #257df9;
@@ -12463,7 +12463,7 @@
12463
12463
  font-weight: normal; }
12464
12464
  .next-nav.next-line .next-menu-sub-menu .next-menu-item {
12465
12465
  background: transparent;
12466
- color: rgba(0, 0, 0, 0.85);
12466
+ color: #2e3038;
12467
12467
  font-weight: normal; }
12468
12468
  .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
12469
12469
  background: transparent;
@@ -13017,11 +13017,11 @@
13017
13017
 
13018
13018
  .next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
13019
13019
  .next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
13020
- color: rgba(0, 0, 0, 0.75); }
13020
+ color: #A0A2AD; }
13021
13021
 
13022
13022
  .next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
13023
13023
  .next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
13024
- color: rgba(0, 0, 0, 0.85); }
13024
+ color: #2e3038; }
13025
13025
 
13026
13026
  .next-pagination[dir="rtl"].next-medium .next-pagination-list {
13027
13027
  margin: 0 4px; }
@@ -13070,11 +13070,11 @@
13070
13070
 
13071
13071
  .next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
13072
13072
  .next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
13073
- color: rgba(0, 0, 0, 0.75); }
13073
+ color: #A0A2AD; }
13074
13074
 
13075
13075
  .next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
13076
13076
  .next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
13077
- color: rgba(0, 0, 0, 0.85); }
13077
+ color: #2e3038; }
13078
13078
 
13079
13079
  .next-pagination[dir="rtl"].next-large .next-pagination-list {
13080
13080
  margin: 0 8px; }
@@ -13123,11 +13123,11 @@
13123
13123
 
13124
13124
  .next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
13125
13125
  .next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
13126
- color: rgba(0, 0, 0, 0.75); }
13126
+ color: #A0A2AD; }
13127
13127
 
13128
13128
  .next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
13129
13129
  .next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
13130
- color: rgba(0, 0, 0, 0.85); }
13130
+ color: #2e3038; }
13131
13131
 
13132
13132
  .next-pagination {
13133
13133
  -webkit-box-sizing: border-box;
@@ -13157,9 +13157,9 @@
13157
13157
  .next-pagination .next-pagination-item:not([disabled]) {
13158
13158
  display: inline-block;
13159
13159
  border-style: solid;
13160
- border-color: #f0f0f0;
13161
- background: #f8f9fb;
13162
- color: rgba(0, 0, 0, 0.85);
13160
+ border-color: gainsboro;
13161
+ background: #FFFFFF;
13162
+ color: #2e3038;
13163
13163
  -webkit-box-shadow: none;
13164
13164
  box-shadow: none; }
13165
13165
  .next-pagination .next-pagination-item {
@@ -13184,7 +13184,7 @@
13184
13184
  .next-pagination-display {
13185
13185
  display: inline-block;
13186
13186
  margin: 0 16px;
13187
- color: rgba(0, 0, 0, 0.85);
13187
+ color: #2e3038;
13188
13188
  vertical-align: middle; }
13189
13189
  .next-pagination-display em {
13190
13190
  font-style: normal;
@@ -13192,7 +13192,7 @@
13192
13192
  .next-pagination-jump-text {
13193
13193
  display: inline-block;
13194
13194
  vertical-align: middle;
13195
- color: #999999; }
13195
+ color: #2e3038; }
13196
13196
  .next-pagination-jump-input {
13197
13197
  margin: 0 4px;
13198
13198
  vertical-align: top; }
@@ -13275,10 +13275,10 @@
13275
13275
  padding: 0 8px; }
13276
13276
  .next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
13277
13277
  .next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
13278
- color: rgba(0, 0, 0, 0.75); }
13278
+ color: #A0A2AD; }
13279
13279
  .next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
13280
13280
  .next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
13281
- color: rgba(0, 0, 0, 0.85); }
13281
+ color: #2e3038; }
13282
13282
  .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
13283
13283
  width: 20px;
13284
13284
  padding: 0; }
@@ -13344,10 +13344,10 @@
13344
13344
  padding: 0 12px; }
13345
13345
  .next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
13346
13346
  .next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
13347
- color: rgba(0, 0, 0, 0.75); }
13347
+ color: #A0A2AD; }
13348
13348
  .next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
13349
13349
  .next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
13350
- color: rgba(0, 0, 0, 0.85); }
13350
+ color: #2e3038; }
13351
13351
  .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
13352
13352
  width: 28px;
13353
13353
  padding: 0; }
@@ -13413,10 +13413,10 @@
13413
13413
  padding: 0 16px; }
13414
13414
  .next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
13415
13415
  .next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
13416
- color: rgba(0, 0, 0, 0.75); }
13416
+ color: #A0A2AD; }
13417
13417
  .next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
13418
13418
  .next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
13419
- color: rgba(0, 0, 0, 0.85); }
13419
+ color: #2e3038; }
13420
13420
  .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
13421
13421
  width: 40px;
13422
13422
  padding: 0; }
@@ -13452,7 +13452,7 @@
13452
13452
  content: "\E654"; }
13453
13453
 
13454
13454
  .next-paragraph {
13455
- color: rgba(0, 0, 0, 0.85); }
13455
+ color: #2e3038; }
13456
13456
  .next-paragraph-short {
13457
13457
  line-height: 1.5; }
13458
13458
  .next-paragraph-long {
@@ -13552,7 +13552,7 @@
13552
13552
  margin-left: 10px;
13553
13553
  vertical-align: middle;
13554
13554
  display: inline-block;
13555
- color: rgba(0, 0, 0, 0.85); }
13555
+ color: #2e3038; }
13556
13556
  .next-progress-line-show-border .next-progress-line-underlay {
13557
13557
  border: 1px solid #f0f0f0; }
13558
13558
  .next-progress-line-show-border.next-small .next-progress-line-underlay {
@@ -13647,7 +13647,7 @@
13647
13647
  transition: -webkit-transform 300ms ease;
13648
13648
  transition: transform 300ms ease;
13649
13649
  transition: transform 300ms ease, -webkit-transform 300ms ease;
13650
- color: rgba(0, 0, 0, 0.85); }
13650
+ color: #2e3038; }
13651
13651
 
13652
13652
  .next-range {
13653
13653
  -webkit-box-sizing: border-box;
@@ -13787,9 +13787,9 @@
13787
13787
  .next-range .next-range-mark .next-range-mark-text:hover {
13788
13788
  color: #999999; }
13789
13789
  .next-range .next-range-mark .next-range-mark-text.activated {
13790
- color: rgba(0, 0, 0, 0.85); }
13790
+ color: #2e3038; }
13791
13791
  .next-range .next-range-mark .next-range-mark-text.activated:hover {
13792
- color: rgba(0, 0, 0, 0.85); }
13792
+ color: #2e3038; }
13793
13793
  .next-range.disabled .next-range-track {
13794
13794
  background: #cacaca; }
13795
13795
  .next-range.disabled .next-range-selected {
@@ -14302,11 +14302,11 @@
14302
14302
  .next-search-normal.next-normal .next-search-btn:hover {
14303
14303
  background: #EBECF0;
14304
14304
  border-color: #A0A2AD;
14305
- color: rgba(0, 0, 0, 0.85); }
14305
+ color: #2e3038; }
14306
14306
  .next-search-normal.next-normal .next-search-btn .next-icon {
14307
14307
  color: rgba(0, 0, 0, 0.75); }
14308
14308
  .next-search-normal.next-normal .next-search-btn .next-icon:hover {
14309
- color: rgba(0, 0, 0, 0.85); }
14309
+ color: #2e3038; }
14310
14310
  .next-search-normal.next-normal.next-large {
14311
14311
  -webkit-box-shadow: none;
14312
14312
  box-shadow: none; }
@@ -14592,7 +14592,7 @@
14592
14592
  border: none;
14593
14593
  border-radius: 0px; }
14594
14594
  .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
14595
- color: rgba(0, 0, 0, 0.85);
14595
+ color: #2e3038;
14596
14596
  background: transparent;
14597
14597
  opacity: 0.32; }
14598
14598
  .next-slick-arrow.outer.disabled {
@@ -15215,11 +15215,11 @@
15215
15215
  border-color: #257df9; }
15216
15216
 
15217
15217
  .next-step-circle > .next-step-item-process .next-step-item-title {
15218
- color: rgba(0, 0, 0, 0.85);
15218
+ color: #2e3038;
15219
15219
  word-break: break-word; }
15220
15220
 
15221
15221
  .next-step-circle > .next-step-item-process .next-step-item-content {
15222
- color: rgba(0, 0, 0, 0.85);
15222
+ color: #2e3038;
15223
15223
  font-size: 14px;
15224
15224
  line-height: 1.5;
15225
15225
  word-break: break-word; }
@@ -15859,11 +15859,11 @@
15859
15859
  border-color: #257df9; }
15860
15860
 
15861
15861
  .next-step-dot > .next-step-item-process .next-step-item-title {
15862
- color: rgba(0, 0, 0, 0.85);
15862
+ color: #2e3038;
15863
15863
  word-break: break-word; }
15864
15864
 
15865
15865
  .next-step-dot > .next-step-item-process .next-step-item-content {
15866
- color: rgba(0, 0, 0, 0.85);
15866
+ color: #2e3038;
15867
15867
  font-size: 14px;
15868
15868
  line-height: 1.5;
15869
15869
  word-break: break-word; }
@@ -16935,11 +16935,11 @@
16935
16935
  -webkit-transition: all 300ms ease;
16936
16936
  transition: all 300ms ease; }
16937
16937
  .next-tabs-tab.active {
16938
- font-weight: normal; }
16938
+ font-weight: 500; }
16939
16939
  .next-tabs-tab .next-tabs-tab-close {
16940
16940
  color: rgba(0, 0, 0, 0.75); }
16941
16941
  .next-tabs-tab .next-tabs-tab-close:hover {
16942
- color: rgba(0, 0, 0, 0.85); }
16942
+ color: #2e3038; }
16943
16943
  .next-tabs-tab .next-tabs-tab-close:focus {
16944
16944
  outline: none; }
16945
16945
  .next-tabs-tab.active .next-tabs-tab-close {
@@ -16974,12 +16974,12 @@
16974
16974
  .next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited {
16975
16975
  color: rgba(0, 0, 0, 0.75); }
16976
16976
  .next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover {
16977
- color: rgba(0, 0, 0, 0.85);
16977
+ color: #2e3038;
16978
16978
  background: transparent;
16979
16979
  border-color: transparent;
16980
16980
  text-decoration: none; }
16981
16981
  .next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
16982
- color: rgba(0, 0, 0, 0.85);
16982
+ color: #2e3038;
16983
16983
  background: transparent;
16984
16984
  border-color: transparent;
16985
16985
  text-decoration: none; }
@@ -17007,8 +17007,8 @@
17007
17007
  .next-tabs.next-medium .next-tabs-nav-container-scrolling {
17008
17008
  padding-right: 60px; }
17009
17009
  .next-tabs.next-medium .next-tabs-tab-inner {
17010
- font-size: 16px;
17011
- padding: 12px 16px; }
17010
+ font-size: 14px;
17011
+ padding: 20px 16px; }
17012
17012
  .next-tabs.next-medium .next-tabs-tab-inner .next-icon {
17013
17013
  line-height: 1; }
17014
17014
  .next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
@@ -17082,11 +17082,11 @@
17082
17082
  background-color: transparent; }
17083
17083
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
17084
17084
  cursor: pointer;
17085
- color: #40a9ff;
17085
+ color: #000000;
17086
17086
  background-color: transparent; }
17087
17087
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
17088
17088
  z-index: 1;
17089
- color: #257df9;
17089
+ color: #000000;
17090
17090
  background-color: transparent; }
17091
17091
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
17092
17092
  pointer-events: none;
@@ -17100,8 +17100,8 @@
17100
17100
  left: 50%;
17101
17101
  bottom: 0%; }
17102
17102
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
17103
- width: calc(100% - 72px);
17104
- left: 36px; }
17103
+ width: calc(100% - 64px);
17104
+ left: 32px; }
17105
17105
  .next-tabs-wrapped > .next-tabs-bar {
17106
17106
  background: transparent; }
17107
17107
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
@@ -17123,7 +17123,7 @@
17123
17123
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
17124
17124
  color: rgba(0, 0, 0, 0.75); }
17125
17125
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
17126
- color: rgba(0, 0, 0, 0.85); }
17126
+ color: #2e3038; }
17127
17127
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
17128
17128
  outline: none; }
17129
17129
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
@@ -17264,7 +17264,7 @@
17264
17264
  border: 1px solid #cacaca;
17265
17265
  border-right-color: transparent;
17266
17266
  margin-right: -1px;
17267
- color: rgba(0, 0, 0, 0.85);
17267
+ color: #2e3038;
17268
17268
  background-color: #FFFFFF; }
17269
17269
  .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
17270
17270
  border-radius: 6px 0 0 6px; }
@@ -17433,7 +17433,7 @@
17433
17433
  text-overflow: ellipsis; }
17434
17434
 
17435
17435
  .next-tag-checkable.next-tag-level-secondary {
17436
- color: rgba(0, 0, 0, 0.85);
17436
+ color: #2e3038;
17437
17437
  border-color: transparent;
17438
17438
  background-color: transparent; }
17439
17439
  .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover {
@@ -17448,7 +17448,7 @@
17448
17448
  border-color: #40a9ff;
17449
17449
  background-color: #DEE8FF; }
17450
17450
  .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
17451
- color: rgba(0, 0, 0, 0.85); }
17451
+ color: #2e3038; }
17452
17452
  .next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
17453
17453
  color: rgba(0, 0, 0, 0.4);
17454
17454
  border-color: whitesmoke;
@@ -17463,11 +17463,11 @@
17463
17463
  border-color: #EBECF0;
17464
17464
  background-color: #EBECF0; }
17465
17465
  .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
17466
- color: rgba(0, 0, 0, 0.85);
17466
+ color: #2e3038;
17467
17467
  border-color: #E2E4E8;
17468
17468
  background-color: #E2E4E8; }
17469
17469
  .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
17470
- color: rgba(0, 0, 0, 0.85); }
17470
+ color: #2e3038; }
17471
17471
  .next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
17472
17472
  color: rgba(0, 0, 0, 0.4);
17473
17473
  border-color: whitesmoke;
@@ -17482,11 +17482,11 @@
17482
17482
  border-color: #EBECF0;
17483
17483
  background-color: #EBECF0; }
17484
17484
  .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
17485
- color: rgba(0, 0, 0, 0.85);
17485
+ color: #2e3038;
17486
17486
  border-color: #E2E4E8;
17487
17487
  background-color: #E2E4E8; }
17488
17488
  .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
17489
- color: rgba(0, 0, 0, 0.85); }
17489
+ color: #2e3038; }
17490
17490
  .next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
17491
17491
  color: rgba(0, 0, 0, 0.4);
17492
17492
  border-color: whitesmoke;
@@ -17516,15 +17516,15 @@
17516
17516
  color: #FFFFFF; }
17517
17517
 
17518
17518
  .next-tag-default.next-tag-level-normal {
17519
- color: rgba(0, 0, 0, 0.85);
17519
+ color: #2e3038;
17520
17520
  border-color: #d9d9d9;
17521
17521
  background-color: #f8f9fb; }
17522
17522
  .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover {
17523
- color: rgba(0, 0, 0, 0.85);
17523
+ color: #2e3038;
17524
17524
  border-color: #d9d9d9;
17525
17525
  background-color: #f8f9fb; }
17526
17526
  .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
17527
- color: rgba(0, 0, 0, 0.85); }
17527
+ color: #2e3038; }
17528
17528
  .next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
17529
17529
  color: rgba(0, 0, 0, 0.4);
17530
17530
  border-color: #d9d9d9;
@@ -17539,11 +17539,11 @@
17539
17539
  border-color: #cacaca;
17540
17540
  background-color: transparent; }
17541
17541
  .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
17542
- color: rgba(0, 0, 0, 0.85);
17542
+ color: #2e3038;
17543
17543
  border-color: #A0A2AD;
17544
17544
  background-color: transparent; }
17545
17545
  .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
17546
- color: rgba(0, 0, 0, 0.85); }
17546
+ color: #2e3038; }
17547
17547
  .next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
17548
17548
  color: rgba(0, 0, 0, 0.4);
17549
17549
  border-color: #d9d9d9;
@@ -17607,7 +17607,7 @@
17607
17607
  border-color: #cacaca;
17608
17608
  background-color: transparent; }
17609
17609
  .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
17610
- color: rgba(0, 0, 0, 0.85);
17610
+ color: #2e3038;
17611
17611
  border-color: #cacaca;
17612
17612
  background-color: transparent; }
17613
17613
  .next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
@@ -17790,9 +17790,9 @@
17790
17790
  border-color: #FCCC12;
17791
17791
  color: #FCCC12; }
17792
17792
  .next-tag-large {
17793
- height: 20px;
17793
+ height: 28px;
17794
17794
  padding: 0;
17795
- line-height: 18px;
17795
+ line-height: 26px;
17796
17796
  font-size: 0; }
17797
17797
  .next-tag-large > .next-tag-body {
17798
17798
  font-size: 14px;
@@ -17827,9 +17827,9 @@
17827
17827
  padding-right: 0;
17828
17828
  padding-left: 8px; }
17829
17829
  .next-tag-medium {
17830
- height: 20px;
17830
+ height: 28px;
17831
17831
  padding: 0;
17832
- line-height: 18px;
17832
+ line-height: 26px;
17833
17833
  font-size: 0; }
17834
17834
  .next-tag-medium > .next-tag-body {
17835
17835
  font-size: 14px;
@@ -17864,9 +17864,9 @@
17864
17864
  padding-right: 0;
17865
17865
  padding-left: 8px; }
17866
17866
  .next-tag-small {
17867
- height: 20px;
17867
+ height: 28px;
17868
17868
  padding: 0;
17869
- line-height: 18px;
17869
+ line-height: 26px;
17870
17870
  font-size: 0; }
17871
17871
  .next-tag-small > .next-tag-body {
17872
17872
  font-size: 14px;
@@ -18078,7 +18078,7 @@
18078
18078
  overflow: hidden;
18079
18079
  text-overflow: ellipsis;
18080
18080
  white-space: nowrap;
18081
- color: rgba(0, 0, 0, 0.85);
18081
+ color: #2e3038;
18082
18082
  text-align: right; }
18083
18083
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
18084
18084
  margin: 0;
@@ -18197,7 +18197,7 @@
18197
18197
  overflow: hidden;
18198
18198
  text-overflow: ellipsis;
18199
18199
  white-space: nowrap;
18200
- color: rgba(0, 0, 0, 0.85);
18200
+ color: #2e3038;
18201
18201
  text-align: right; }
18202
18202
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
18203
18203
  margin: 0;
@@ -18316,7 +18316,7 @@
18316
18316
  overflow: hidden;
18317
18317
  text-overflow: ellipsis;
18318
18318
  white-space: nowrap;
18319
- color: rgba(0, 0, 0, 0.85);
18319
+ color: #2e3038;
18320
18320
  text-align: right; }
18321
18321
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
18322
18322
  margin: 0;
@@ -18435,7 +18435,7 @@
18435
18435
  overflow: hidden;
18436
18436
  text-overflow: ellipsis;
18437
18437
  white-space: nowrap;
18438
- color: rgba(0, 0, 0, 0.85);
18438
+ color: #2e3038;
18439
18439
  text-align: right; }
18440
18440
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
18441
18441
  margin: 0;
@@ -18581,7 +18581,7 @@
18581
18581
  overflow: hidden;
18582
18582
  text-overflow: ellipsis;
18583
18583
  white-space: nowrap;
18584
- color: rgba(0, 0, 0, 0.85);
18584
+ color: #2e3038;
18585
18585
  text-align: left; }
18586
18586
  .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
18587
18587
  margin: 0;
@@ -18693,7 +18693,7 @@
18693
18693
  overflow: hidden;
18694
18694
  text-overflow: ellipsis;
18695
18695
  white-space: nowrap;
18696
- color: rgba(0, 0, 0, 0.85);
18696
+ color: #2e3038;
18697
18697
  text-align: left; }
18698
18698
  .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
18699
18699
  margin: 0;
@@ -18805,7 +18805,7 @@
18805
18805
  overflow: hidden;
18806
18806
  text-overflow: ellipsis;
18807
18807
  white-space: nowrap;
18808
- color: rgba(0, 0, 0, 0.85);
18808
+ color: #2e3038;
18809
18809
  text-align: left; }
18810
18810
  .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
18811
18811
  margin: 0;
@@ -18917,7 +18917,7 @@
18917
18917
  overflow: hidden;
18918
18918
  text-overflow: ellipsis;
18919
18919
  white-space: nowrap;
18920
- color: rgba(0, 0, 0, 0.85);
18920
+ color: #2e3038;
18921
18921
  text-align: left; }
18922
18922
  .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
18923
18923
  margin: 0;
@@ -18977,7 +18977,7 @@
18977
18977
  overflow: hidden;
18978
18978
  text-overflow: ellipsis;
18979
18979
  white-space: nowrap;
18980
- color: rgba(0, 0, 0, 0.85);
18980
+ color: #2e3038;
18981
18981
  text-align: right; }
18982
18982
 
18983
18983
  .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
@@ -19031,7 +19031,7 @@
19031
19031
  overflow: hidden;
19032
19032
  text-overflow: ellipsis;
19033
19033
  white-space: nowrap;
19034
- color: rgba(0, 0, 0, 0.85);
19034
+ color: #2e3038;
19035
19035
  text-align: left; }
19036
19036
 
19037
19037
  .next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
@@ -19087,7 +19087,7 @@
19087
19087
  padding: 8px 20px;
19088
19088
  border-bottom: 1px solid #f0f0f0;
19089
19089
  background-color: whitesmoke;
19090
- color: rgba(0, 0, 0, 0.85);
19090
+ color: #2e3038;
19091
19091
  font-size: 14px; }
19092
19092
  .next-transfer-panel-search {
19093
19093
  padding: 0 4px;
@@ -19146,7 +19146,7 @@
19146
19146
  margin-left: 4px;
19147
19147
  font-size: 14px;
19148
19148
  vertical-align: middle;
19149
- color: rgba(0, 0, 0, 0.85); }
19149
+ color: #2e3038; }
19150
19150
  .next-transfer-panel-move-all {
19151
19151
  font-size: 14px;
19152
19152
  color: #257df9;
@@ -19254,7 +19254,7 @@
19254
19254
  font-size: 12px;
19255
19255
  line-height: inherit; }
19256
19256
  .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
19257
- color: rgba(0, 0, 0, 0.85); }
19257
+ color: #2e3038; }
19258
19258
  .next-tree-switcher.next-noline.next-disabled {
19259
19259
  cursor: not-allowed; }
19260
19260
  .next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
@@ -19296,7 +19296,7 @@
19296
19296
  border-color: #A0A2AD;
19297
19297
  background-color: #f8f9fb; }
19298
19298
  .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
19299
- color: rgba(0, 0, 0, 0.85); }
19299
+ color: #2e3038; }
19300
19300
  .next-tree-switcher.next-line.next-disabled {
19301
19301
  border-color: #d9d9d9;
19302
19302
  background-color: #FFFFFF;
@@ -19355,7 +19355,7 @@
19355
19355
  padding-top: 2px;
19356
19356
  padding-bottom: 2px; }
19357
19357
  .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
19358
- color: rgba(0, 0, 0, 0.85);
19358
+ color: #2e3038;
19359
19359
  background-color: #f8f9fb; }
19360
19360
  .next-tree.next-node-indent .next-tree-node-label-wrapper {
19361
19361
  border-top: 2px solid transparent;
@@ -19364,15 +19364,15 @@
19364
19364
  -webkit-transition: color 100ms linear, background-color 100ms linear;
19365
19365
  transition: color 100ms linear, background-color 100ms linear;
19366
19366
  cursor: default;
19367
- color: rgba(0, 0, 0, 0.85);
19367
+ color: #2e3038;
19368
19368
  background-color: #FFFFFF; }
19369
19369
  .next-tree.next-node-indent .next-tree-node-label-selectable {
19370
19370
  cursor: pointer; }
19371
19371
  .next-tree.next-node-indent .next-tree-node-label:hover {
19372
- color: rgba(0, 0, 0, 0.85);
19372
+ color: #2e3038;
19373
19373
  background-color: #f8f9fb; }
19374
19374
  .next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
19375
- color: rgba(0, 0, 0, 0.85);
19375
+ color: #2e3038;
19376
19376
  background-color: #DEE8FF; }
19377
19377
  .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
19378
19378
  .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
@@ -19393,13 +19393,13 @@
19393
19393
  -webkit-transition: color 100ms linear, background-color 100ms linear;
19394
19394
  transition: color 100ms linear, background-color 100ms linear;
19395
19395
  cursor: pointer;
19396
- color: rgba(0, 0, 0, 0.85);
19396
+ color: #2e3038;
19397
19397
  background-color: #FFFFFF; }
19398
19398
  .next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
19399
- color: rgba(0, 0, 0, 0.85);
19399
+ color: #2e3038;
19400
19400
  background-color: #f8f9fb; }
19401
19401
  .next-tree.next-node-block .next-tree-node-inner.next-selected {
19402
- color: rgba(0, 0, 0, 0.85);
19402
+ color: #2e3038;
19403
19403
  background-color: #DEE8FF; }
19404
19404
  .next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
19405
19405
  color: rgba(0, 0, 0, 0.4);
@@ -19563,7 +19563,7 @@
19563
19563
  overflow: hidden;
19564
19564
  margin-right: 4px; }
19565
19565
  .next-upload-list-text .next-upload-list-item-name {
19566
- color: rgba(0, 0, 0, 0.85);
19566
+ color: #2e3038;
19567
19567
  -webkit-transition: all 100ms linear;
19568
19568
  transition: all 100ms linear; }
19569
19569
  .next-upload-list-text .next-upload-list-item-size {
@@ -19637,7 +19637,7 @@
19637
19637
  color: rgba(0, 0, 0, 0.75); }
19638
19638
  .next-upload-list-image .next-upload-list-item-name {
19639
19639
  display: block;
19640
- color: rgba(0, 0, 0, 0.85);
19640
+ color: #2e3038;
19641
19641
  margin-left: 56px;
19642
19642
  margin-right: 20px;
19643
19643
  text-overflow: ellipsis;
@@ -20205,7 +20205,7 @@
20205
20205
  color: rgba(0, 0, 0, 0.75);
20206
20206
  background: transparent; }
20207
20207
  .next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
20208
- color: rgba(0, 0, 0, 0.85);
20208
+ color: #2e3038;
20209
20209
  background: #EBECF0; }
20210
20210
  .next-shell-light .next-shell-aside .next-shell-localnavigation {
20211
20211
  width: 168px;
@@ -20295,7 +20295,7 @@
20295
20295
  color: rgba(0, 0, 0, 0.75);
20296
20296
  background: transparent; }
20297
20297
  .next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
20298
- color: rgba(0, 0, 0, 0.85);
20298
+ color: #2e3038;
20299
20299
  background: #EBECF0; }
20300
20300
  .next-shell-dark .next-shell-aside .next-shell-localnavigation {
20301
20301
  width: 168px;
@@ -20385,7 +20385,7 @@
20385
20385
  color: rgba(0, 0, 0, 0.75);
20386
20386
  background: transparent; }
20387
20387
  .next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
20388
- color: rgba(0, 0, 0, 0.85);
20388
+ color: #2e3038;
20389
20389
  background: #EBECF0; }
20390
20390
  .next-shell-brand .next-shell-aside .next-shell-localnavigation {
20391
20391
  width: 168px;
@@ -20512,26 +20512,26 @@
20512
20512
  opacity: 0; } }
20513
20513
 
20514
20514
  .next-typography {
20515
- color: rgba(0, 0, 0, 0.85); }
20515
+ color: #2e3038; }
20516
20516
  .next-typography-title {
20517
20517
  font-weight: 600;
20518
20518
  margin-bottom: .5em; }
20519
20519
  .next-typography + .next-typography-title {
20520
20520
  margin-top: 1.2em; }
20521
20521
  .next-typography-paragraph {
20522
- color: rgba(0, 0, 0, 0.85);
20522
+ color: #2e3038;
20523
20523
  margin-bottom: 1em;
20524
20524
  font-size: 16px;
20525
20525
  line-height: 1.5; }
20526
20526
  .next-typography mark {
20527
20527
  padding: 0;
20528
20528
  background: #FFE6BD;
20529
- color: rgba(0, 0, 0, 0.85); }
20529
+ color: #2e3038; }
20530
20530
  .next-typography strong {
20531
20531
  font-weight: 600; }
20532
20532
  .next-typography code {
20533
20533
  background-color: #f8f9fb;
20534
- color: rgba(0, 0, 0, 0.85);
20534
+ color: #2e3038;
20535
20535
  border: 1px solid #d9d9d9;
20536
20536
  margin: 0 .2em;
20537
20537
  padding: .2em .4em .1em;
@@ -20618,7 +20618,7 @@ h6.next-typography-title {
20618
20618
  .next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
20619
20619
  display: table;
20620
20620
  margin: 16px 0;
20621
- color: rgba(0, 0, 0, 0.85);
20621
+ color: #2e3038;
20622
20622
  font-weight: normal;
20623
20623
  font-size: 18px;
20624
20624
  white-space: nowrap;
@@ -20681,10 +20681,10 @@ h6.next-typography-title {
20681
20681
  -webkit-box-sizing: border-box;
20682
20682
  box-sizing: border-box;
20683
20683
  position: relative;
20684
- border-top-left-radius: 0px;
20685
- border-top-right-radius: 0px;
20686
- border-bottom-left-radius: 0px;
20687
- border-bottom-right-radius: 0px;
20684
+ border-top-left-radius: 6px;
20685
+ border-top-right-radius: 6px;
20686
+ border-bottom-left-radius: 6px;
20687
+ border-bottom-right-radius: 6px;
20688
20688
  border-top: 1px solid #f0f0f0;
20689
20689
  border-left: 1px solid #f0f0f0; }
20690
20690
  .next-table *,
@@ -20693,13 +20693,13 @@ h6.next-typography-title {
20693
20693
  -webkit-box-sizing: border-box;
20694
20694
  box-sizing: border-box; }
20695
20695
  .next-table .next-table-header tr:first-child th:first-child {
20696
- border-top-left-radius: 0px; }
20696
+ border-top-left-radius: 6px; }
20697
20697
  .next-table .next-table-header tr:first-child th:last-child {
20698
- border-top-right-radius: 0px; }
20698
+ border-top-right-radius: 6px; }
20699
20699
  .next-table .next-table-header tr:last-child th:first-child {
20700
- border-bottom-left-radius: 0px; }
20700
+ border-bottom-left-radius: 6px; }
20701
20701
  .next-table .next-table-header tr:last-child th:last-child {
20702
- border-bottom-right-radius: 0px; }
20702
+ border-bottom-right-radius: 6px; }
20703
20703
  .next-table.next-table-layout-fixed {
20704
20704
  overflow: auto; }
20705
20705
  .next-table.next-table-layout-fixed table {
@@ -20717,16 +20717,16 @@ h6.next-typography-title {
20717
20717
  border-spacing: 0;
20718
20718
  width: 100%;
20719
20719
  background: #FFFFFF;
20720
- border-top-left-radius: 0px;
20721
- border-top-right-radius: 0px;
20722
- border-bottom-left-radius: 0px;
20723
- border-bottom-right-radius: 0px; }
20720
+ border-top-left-radius: 6px;
20721
+ border-top-right-radius: 6px;
20722
+ border-bottom-left-radius: 6px;
20723
+ border-bottom-right-radius: 6px; }
20724
20724
  .next-table table tr:first-child td {
20725
20725
  border-top-width: 0; }
20726
20726
  .next-table th {
20727
20727
  padding: 0;
20728
20728
  background: #fafafa;
20729
- color: rgba(0, 0, 0, 0.85);
20729
+ color: #2e3038;
20730
20730
  text-align: left;
20731
20731
  font-weight: 500;
20732
20732
  border-right: 1px solid #f0f0f0;
@@ -20832,13 +20832,13 @@ h6.next-typography-title {
20832
20832
  background: whitesmoke; }
20833
20833
  .next-table.zebra .next-table-row.hovered td {
20834
20834
  background: #fafafa;
20835
- color: rgba(0, 0, 0, 0.85); }
20835
+ color: #2e3038; }
20836
20836
  .next-table.zebra .next-table-cell.hovered {
20837
20837
  background: #fafafa;
20838
- color: rgba(0, 0, 0, 0.85); }
20838
+ color: #2e3038; }
20839
20839
  .next-table.zebra .next-table-row.selected td {
20840
20840
  background: #e6f7ff;
20841
- color: rgba(0, 0, 0, 0.85); }
20841
+ color: #2e3038; }
20842
20842
  .next-table-empty {
20843
20843
  color: #A0A2AD;
20844
20844
  padding: 32px 0;
@@ -20871,18 +20871,18 @@ h6.next-typography-title {
20871
20871
  -webkit-transition: all 100ms linear;
20872
20872
  transition: all 100ms linear;
20873
20873
  background: #FFFFFF;
20874
- color: rgba(0, 0, 0, 0.85); }
20874
+ color: #2e3038; }
20875
20875
  .next-table-row.hidden {
20876
20876
  display: none; }
20877
20877
  .next-table-row.hovered {
20878
20878
  background: #fafafa;
20879
- color: rgba(0, 0, 0, 0.85); }
20879
+ color: #2e3038; }
20880
20880
  .next-table-row.selected {
20881
20881
  background: #e6f7ff;
20882
- color: rgba(0, 0, 0, 0.85); }
20882
+ color: #2e3038; }
20883
20883
  .next-table-cell.hovered {
20884
20884
  background: #fafafa;
20885
- color: rgba(0, 0, 0, 0.85); }
20885
+ color: #2e3038; }
20886
20886
  .next-table-tree-placeholder {
20887
20887
  visibility: hidden; }
20888
20888
  .next-table-tree-placeholder:before,
@@ -20911,10 +20911,10 @@ h6.next-typography-title {
20911
20911
  .next-table-header {
20912
20912
  margin-bottom: -20px;
20913
20913
  padding-bottom: 20px;
20914
- border-top-left-radius: 0px;
20915
- border-top-right-radius: 0px;
20916
- border-bottom-left-radius: 0px;
20917
- border-bottom-right-radius: 0px;
20914
+ border-top-left-radius: 6px;
20915
+ border-top-right-radius: 6px;
20916
+ border-bottom-left-radius: 6px;
20917
+ border-bottom-right-radius: 6px;
20918
20918
  overflow: -moz-scrollbars-none;
20919
20919
  -ms-overflow-style: none;
20920
20920
  scrollbar-width: none; }
@@ -20995,7 +20995,7 @@ h6.next-typography-title {
20995
20995
  border-left: 1px solid #f0f0f0; }
20996
20996
  .next-table-group .next-table-group-header td {
20997
20997
  background: #fafafa;
20998
- color: rgba(0, 0, 0, 0.85); }
20998
+ color: #2e3038; }
20999
20999
  .next-table-group .next-table-group-header td:first-child {
21000
21000
  border-top-left-radius: 0px;
21001
21001
  border-bottom-left-radius: 0px; }
@@ -21004,7 +21004,7 @@ h6.next-typography-title {
21004
21004
  border-bottom-right-radius: 0px; }
21005
21005
  .next-table-group .next-table-group-footer td {
21006
21006
  background: #fafafa;
21007
- color: rgba(0, 0, 0, 0.85); }
21007
+ color: #2e3038; }
21008
21008
  .next-table-group .next-table-group-footer td:first-child {
21009
21009
  border-top-left-radius: 0px;
21010
21010
  border-bottom-left-radius: 0px; }
@@ -21014,7 +21014,7 @@ h6.next-typography-title {
21014
21014
  .next-table-group .next-table-row.hovered,
21015
21015
  .next-table-group .next-table-row.selected {
21016
21016
  background: #FFFFFF;
21017
- color: rgba(0, 0, 0, 0.85); }
21017
+ color: #2e3038; }
21018
21018
 
21019
21019
  .next-table-lock {
21020
21020
  position: relative; }
@@ -21026,8 +21026,8 @@ h6.next-typography-title {
21026
21026
 
21027
21027
  .next-table-header-fixer {
21028
21028
  content: " ";
21029
- border-top-right-radius: 0px;
21030
- border-bottom-right-radius: 0px;
21029
+ border-top-right-radius: 6px;
21030
+ border-bottom-right-radius: 6px;
21031
21031
  width: 15px;
21032
21032
  background: inherit;
21033
21033
  position: absolute;
@@ -21106,7 +21106,7 @@ h6.next-typography-title {
21106
21106
  .next-table-sort .next-icon {
21107
21107
  position: absolute;
21108
21108
  left: -2px;
21109
- color: rgba(0, 0, 0, 0.85); }
21109
+ color: #2e3038; }
21110
21110
  .next-table-sort .next-icon:before,
21111
21111
  .next-table-sort .next-icon .next-icon-remote {
21112
21112
  width: 12px;
@@ -21124,7 +21124,7 @@ h6.next-typography-title {
21124
21124
  .next-table-filter:focus {
21125
21125
  outline: 0; }
21126
21126
  .next-table-filter .next-icon {
21127
- color: rgba(0, 0, 0, 0.85); }
21127
+ color: #2e3038; }
21128
21128
  .next-table-filter .next-icon:before,
21129
21129
  .next-table-filter .next-icon .next-icon-remote {
21130
21130
  width: 12px;
@@ -21457,7 +21457,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
21457
21457
  .next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
21458
21458
  text-align: center;
21459
21459
  font-size: 14px;
21460
- color: rgba(0, 0, 0, 0.85);
21460
+ color: #2e3038;
21461
21461
  font-weight: bolder;
21462
21462
  vertical-align: initial; }
21463
21463
  .next-calendar2-panel .next-calendar2-header-btn:hover,
@@ -21554,7 +21554,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
21554
21554
  -ms-user-select: none;
21555
21555
  user-select: none; }
21556
21556
  .next-time-picker2-menu-item:hover {
21557
- color: rgba(0, 0, 0, 0.85);
21557
+ color: #2e3038;
21558
21558
  background: #f8f9fb; }
21559
21559
  .next-time-picker2-menu-item.next-selected {
21560
21560
  color: rgba(0, 0, 0, 0.75);